From 4da426a5697b42d0fe1fd05c10dcd60c22a1d843 Mon Sep 17 00:00:00 2001 From: jow- Date: Sat, 4 Feb 2023 21:24:11 +0000 Subject: [PATCH] deploy: dd47f3f6742a6d80221b75aa7b6ea27eca2bb535 --- jsapi/LuCI.baseclass.html | 2 +- jsapi/LuCI.dom.html | 2 +- jsapi/LuCI.form.AbstractElement.html | 2 +- jsapi/LuCI.form.AbstractSection.html | 2 +- jsapi/LuCI.form.AbstractValue.html | 2 +- jsapi/LuCI.form.ButtonValue.html | 6 +++--- jsapi/LuCI.form.DummyValue.html | 10 +++++----- jsapi/LuCI.form.DynamicList.html | 6 +++--- jsapi/LuCI.form.FileUpload.html | 6 +++--- jsapi/LuCI.form.FlagValue.html | 12 ++++++------ jsapi/LuCI.form.GridSection.html | 8 ++++---- jsapi/LuCI.form.HiddenValue.html | 6 +++--- jsapi/LuCI.form.JSONMap.html | 2 +- jsapi/LuCI.form.ListValue.html | 6 +++--- jsapi/LuCI.form.Map.html | 2 +- jsapi/LuCI.form.MultiValue.html | 6 +++--- jsapi/LuCI.form.NamedSection.html | 8 ++++---- jsapi/LuCI.form.SectionValue.html | 18 +++++++++--------- jsapi/LuCI.form.TableSection.html | 2 +- jsapi/LuCI.form.TextValue.html | 4 ++-- jsapi/LuCI.form.TypedSection.html | 2 +- jsapi/LuCI.form.Value.html | 8 ++++---- jsapi/LuCI.form.html | 4 ++-- jsapi/LuCI.fs.html | 2 +- jsapi/LuCI.headers.html | 2 +- jsapi/LuCI.html | 2 +- jsapi/LuCI.network.Device.html | 2 +- jsapi/LuCI.network.Hosts.html | 2 +- jsapi/LuCI.network.Protocol.html | 2 +- jsapi/LuCI.network.WifiDevice.html | 2 +- jsapi/LuCI.network.WifiNetwork.html | 2 +- jsapi/LuCI.network.html | 2 +- jsapi/LuCI.poll.html | 2 +- jsapi/LuCI.request.html | 2 +- jsapi/LuCI.request.poll.html | 2 +- jsapi/LuCI.response.html | 2 +- jsapi/LuCI.rpc.html | 2 +- jsapi/LuCI.session.html | 2 +- jsapi/LuCI.uci.html | 2 +- jsapi/LuCI.ui.AbstractElement.html | 2 +- jsapi/LuCI.ui.Checkbox.html | 2 +- jsapi/LuCI.ui.ComboButton.html | 2 +- jsapi/LuCI.ui.Combobox.html | 2 +- jsapi/LuCI.ui.Dropdown.html | 2 +- jsapi/LuCI.ui.DynamicList.html | 2 +- jsapi/LuCI.ui.FileUpload.html | 2 +- jsapi/LuCI.ui.Hiddenfield.html | 2 +- jsapi/LuCI.ui.Select.html | 2 +- jsapi/LuCI.ui.Textarea.html | 2 +- jsapi/LuCI.ui.Textfield.html | 2 +- jsapi/LuCI.ui.changes.html | 2 +- jsapi/LuCI.ui.html | 2 +- jsapi/LuCI.ui.menu.html | 2 +- jsapi/LuCI.ui.tabs.html | 2 +- jsapi/LuCI.view.html | 2 +- jsapi/LuCI.xhr.html | 2 +- jsapi/form.js.html | 11 +++++++---- jsapi/fs.js.html | 2 +- jsapi/index.html | 2 +- jsapi/luci.js.html | 2 +- jsapi/network.js.html | 2 +- jsapi/rpc.js.html | 2 +- jsapi/uci.js.html | 2 +- jsapi/ui.js.html | 2 +- 64 files changed, 110 insertions(+), 107 deletions(-) diff --git a/jsapi/LuCI.baseclass.html b/jsapi/LuCI.baseclass.html index 97d7d8c725..1ffe96309a 100644 --- a/jsapi/LuCI.baseclass.html +++ b/jsapi/LuCI.baseclass.html @@ -4774,7 +4774,7 @@ and the values extracted from the args array beginning with diff --git a/jsapi/LuCI.dom.html b/jsapi/LuCI.dom.html index a844d14622..17f3b8180d 100644 --- a/jsapi/LuCI.dom.html +++ b/jsapi/LuCI.dom.html @@ -6332,7 +6332,7 @@ ignored, else not.

diff --git a/jsapi/LuCI.form.AbstractElement.html b/jsapi/LuCI.form.AbstractElement.html index 37e2e03c18..2476655cdd 100644 --- a/jsapi/LuCI.form.AbstractElement.html +++ b/jsapi/LuCI.form.AbstractElement.html @@ -4321,7 +4321,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.AbstractSection.html b/jsapi/LuCI.form.AbstractSection.html index 7cc5fa8e0d..94b31168b6 100644 --- a/jsapi/LuCI.form.AbstractSection.html +++ b/jsapi/LuCI.form.AbstractSection.html @@ -6220,7 +6220,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.AbstractValue.html b/jsapi/LuCI.form.AbstractValue.html index cdfba50c4c..6890d470ac 100644 --- a/jsapi/LuCI.form.AbstractValue.html +++ b/jsapi/LuCI.form.AbstractValue.html @@ -7275,7 +7275,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.ButtonValue.html b/jsapi/LuCI.form.ButtonValue.html index bfc571addc..a07abd9511 100644 --- a/jsapi/LuCI.form.ButtonValue.html +++ b/jsapi/LuCI.form.ButtonValue.html @@ -3559,7 +3559,7 @@ renders the underlying UCI option or default value as readonly text.

- form.js, line 4383 + form.js, line 4386
@@ -7291,7 +7291,7 @@ was neither a string nor a function.
- form.js, line 3669 + form.js, line 3672
@@ -7598,7 +7598,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.DummyValue.html b/jsapi/LuCI.form.DummyValue.html index 6be22d9b5d..ba39d9eae0 100644 --- a/jsapi/LuCI.form.DummyValue.html +++ b/jsapi/LuCI.form.DummyValue.html @@ -3559,7 +3559,7 @@ renders the underlying UCI option or default value as readonly text.

- form.js, line 4291 + form.js, line 4294
@@ -6630,7 +6630,7 @@ validation constraints.
- form.js, line 4377 + form.js, line 4380
@@ -7277,7 +7277,7 @@ was neither a string nor a function.
- form.js, line 3669 + form.js, line 3672
@@ -7425,7 +7425,7 @@ or a plain text string. If omitted, the key value is used as captio
- form.js, line 4380 + form.js, line 4383
@@ -7584,7 +7584,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.DynamicList.html b/jsapi/LuCI.form.DynamicList.html index 3e2e496b0d..25123bb723 100644 --- a/jsapi/LuCI.form.DynamicList.html +++ b/jsapi/LuCI.form.DynamicList.html @@ -3560,7 +3560,7 @@ predefined choices. It builds upon the @@ -7128,7 +7128,7 @@ was neither a string nor a function. @@ -7435,7 +7435,7 @@ before it is written.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:04 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.FileUpload.html b/jsapi/LuCI.form.FileUpload.html index 40af1a005b..0946e5c37a 100644 --- a/jsapi/LuCI.form.FileUpload.html +++ b/jsapi/LuCI.form.FileUpload.html @@ -3559,7 +3559,7 @@ offers the ability to browse, upload and select remote files.

@@ -7339,7 +7339,7 @@ was neither a string nor a function. @@ -7646,7 +7646,7 @@ before it is written.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:04 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.FlagValue.html b/jsapi/LuCI.form.FlagValue.html index 22f450175b..760ce224dd 100644 --- a/jsapi/LuCI.form.FlagValue.html +++ b/jsapi/LuCI.form.FlagValue.html @@ -3559,7 +3559,7 @@ implement a simple checkbox element.

@@ -5442,7 +5442,7 @@ argument, this parameter is ignored.

@@ -6424,7 +6424,7 @@ so it may return promises if overridden by user code. @@ -6847,7 +6847,7 @@ implement alternative removal logic, e.g. to retain the original value.

@@ -7217,7 +7217,7 @@ was neither a string nor a function. @@ -7524,7 +7524,7 @@ before it is written.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.GridSection.html b/jsapi/LuCI.form.GridSection.html index 94ec07d593..2adea41e32 100644 --- a/jsapi/LuCI.form.GridSection.html +++ b/jsapi/LuCI.form.GridSection.html @@ -3572,7 +3572,7 @@ documentation for details.

@@ -6141,7 +6141,7 @@ descendent of AbstractValue.

@@ -6394,7 +6394,7 @@ not meeting the validation constraints of their respective elements. @@ -7082,7 +7082,7 @@ was neither a string nor a function.
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.HiddenValue.html b/jsapi/LuCI.form.HiddenValue.html index 4f894e2c6e..0f13d4bdee 100644 --- a/jsapi/LuCI.form.HiddenValue.html +++ b/jsapi/LuCI.form.HiddenValue.html @@ -3564,7 +3564,7 @@ distorted form layout when rendering the option element.

@@ -7132,7 +7132,7 @@ was neither a string nor a function. @@ -7439,7 +7439,7 @@ before it is written.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.JSONMap.html b/jsapi/LuCI.form.JSONMap.html index b0e627f915..52c0517ab2 100644 --- a/jsapi/LuCI.form.JSONMap.html +++ b/jsapi/LuCI.form.JSONMap.html @@ -5900,7 +5900,7 @@ was neither a string nor a function.
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.ListValue.html b/jsapi/LuCI.form.ListValue.html index 06d46c0f39..baf0c67967 100644 --- a/jsapi/LuCI.form.ListValue.html +++ b/jsapi/LuCI.form.ListValue.html @@ -3560,7 +3560,7 @@ It builds upon the LuCI.ui.Select @@ -7277,7 +7277,7 @@ was neither a string nor a function. @@ -7584,7 +7584,7 @@ before it is written.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.Map.html b/jsapi/LuCI.form.Map.html index 55f017c549..b9559f11e7 100644 --- a/jsapi/LuCI.form.Map.html +++ b/jsapi/LuCI.form.Map.html @@ -5879,7 +5879,7 @@ was neither a string nor a function.
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.MultiValue.html b/jsapi/LuCI.form.MultiValue.html index ef7ceb4fca..527d6e59c2 100644 --- a/jsapi/LuCI.form.MultiValue.html +++ b/jsapi/LuCI.form.MultiValue.html @@ -3560,7 +3560,7 @@ select dropdown element.

@@ -7228,7 +7228,7 @@ was neither a string nor a function. @@ -7535,7 +7535,7 @@ before it is written.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.NamedSection.html b/jsapi/LuCI.form.NamedSection.html index ce00b589c0..9cd2a1791b 100644 --- a/jsapi/LuCI.form.NamedSection.html +++ b/jsapi/LuCI.form.NamedSection.html @@ -3561,7 +3561,7 @@ specified when constructing the class instance.

@@ -4093,7 +4093,7 @@ this property will hold a reference to the parent option instance.

@@ -5540,7 +5540,7 @@ not meeting the validation constraints of their respective elements. @@ -6484,7 +6484,7 @@ was neither a string nor a function.
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.SectionValue.html b/jsapi/LuCI.form.SectionValue.html index b808167e36..ec148f719a 100644 --- a/jsapi/LuCI.form.SectionValue.html +++ b/jsapi/LuCI.form.SectionValue.html @@ -3559,7 +3559,7 @@ element container, allowing to nest form sections into other sections.

@@ -5003,7 +5003,7 @@ within the given specific section.

@@ -5396,7 +5396,7 @@ argument, this parameter is ignored.

@@ -6194,7 +6194,7 @@ returns false. @@ -6377,7 +6377,7 @@ so it may return promises if overridden by user code. @@ -6528,7 +6528,7 @@ validation constraints. @@ -7169,7 +7169,7 @@ was neither a string nor a function. @@ -7315,7 +7315,7 @@ or a plain text string. If omitted, the key value is used as captio @@ -7466,7 +7466,7 @@ its write() implementation is a no-op.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.TableSection.html b/jsapi/LuCI.form.TableSection.html index 5ecfc4c6b0..5d9a033de7 100644 --- a/jsapi/LuCI.form.TableSection.html +++ b/jsapi/LuCI.form.TableSection.html @@ -7258,7 +7258,7 @@ was neither a string nor a function.
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.TextValue.html b/jsapi/LuCI.form.TextValue.html index cd60a39d22..0e5f2d119b 100644 --- a/jsapi/LuCI.form.TextValue.html +++ b/jsapi/LuCI.form.TextValue.html @@ -3559,7 +3559,7 @@ @@ -7482,7 +7482,7 @@ before it is written.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.TypedSection.html b/jsapi/LuCI.form.TypedSection.html index 9c738b5b5c..5b99dcfa53 100644 --- a/jsapi/LuCI.form.TypedSection.html +++ b/jsapi/LuCI.form.TypedSection.html @@ -6743,7 +6743,7 @@ was neither a string nor a function.
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.Value.html b/jsapi/LuCI.form.Value.html index 9693b4b1e6..53b06d42a9 100644 --- a/jsapi/LuCI.form.Value.html +++ b/jsapi/LuCI.form.Value.html @@ -3560,7 +3560,7 @@ @@ -6606,7 +6606,7 @@ implement alternative removal logic, e.g. to retain the original value.

@@ -7234,7 +7234,7 @@ was neither a string nor a function. @@ -7541,7 +7541,7 @@ before it is written.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.html b/jsapi/LuCI.form.html index f29c89ae28..08707d74d9 100644 --- a/jsapi/LuCI.form.html +++ b/jsapi/LuCI.form.html @@ -3589,7 +3589,7 @@ m.render().then(function(node) { @@ -3742,7 +3742,7 @@ m.render().then(function(node) {
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:04 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.fs.html b/jsapi/LuCI.fs.html index 7b530c3c73..4990ed040e 100644 --- a/jsapi/LuCI.fs.html +++ b/jsapi/LuCI.fs.html @@ -5919,7 +5919,7 @@ the failure reason.
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.headers.html b/jsapi/LuCI.headers.html index 2fdd7569dc..0910e6848d 100644 --- a/jsapi/LuCI.headers.html +++ b/jsapi/LuCI.headers.html @@ -3947,7 +3947,7 @@ Note: Header-Names are case-insensitive.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.html b/jsapi/LuCI.html index 8166ba7b3c..d75b22b623 100644 --- a/jsapi/LuCI.html +++ b/jsapi/LuCI.html @@ -8348,7 +8348,7 @@ else null.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:04 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.network.Device.html b/jsapi/LuCI.network.Device.html index 99fa0ce0d1..c867042b93 100644 --- a/jsapi/LuCI.network.Device.html +++ b/jsapi/LuCI.network.Device.html @@ -6312,7 +6312,7 @@ when it is down or absent.
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.network.Hosts.html b/jsapi/LuCI.network.Hosts.html index 881ec477c2..4cfe0d2db8 100644 --- a/jsapi/LuCI.network.Hosts.html +++ b/jsapi/LuCI.network.Hosts.html @@ -4873,7 +4873,7 @@ is used as hint.
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.network.Protocol.html b/jsapi/LuCI.network.Protocol.html index e7c5890875..58de5bc4a1 100644 --- a/jsapi/LuCI.network.Protocol.html +++ b/jsapi/LuCI.network.Protocol.html @@ -8103,7 +8103,7 @@ configuration.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.network.WifiDevice.html b/jsapi/LuCI.network.WifiDevice.html index 14e435f136..7b1160144b 100644 --- a/jsapi/LuCI.network.WifiDevice.html +++ b/jsapi/LuCI.network.WifiDevice.html @@ -5244,7 +5244,7 @@ configuration.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.network.WifiNetwork.html b/jsapi/LuCI.network.WifiNetwork.html index f9ad60a14a..e100f3fb24 100644 --- a/jsapi/LuCI.network.WifiNetwork.html +++ b/jsapi/LuCI.network.WifiNetwork.html @@ -7834,7 +7834,7 @@ configuration.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.network.html b/jsapi/LuCI.network.html index 28eebafc7f..025457062e 100644 --- a/jsapi/LuCI.network.html +++ b/jsapi/LuCI.network.html @@ -9682,7 +9682,7 @@ conjunction with quality to calculate a quality percentage.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time) diff --git a/jsapi/LuCI.poll.html b/jsapi/LuCI.poll.html index 4bd71b89bb..dccce8bfaa 100644 --- a/jsapi/LuCI.poll.html +++ b/jsapi/LuCI.poll.html @@ -4330,7 +4330,7 @@ run to begin with.
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.request.html b/jsapi/LuCI.request.html index 849cf00cff..cdc613cfaa 100644 --- a/jsapi/LuCI.request.html +++ b/jsapi/LuCI.request.html @@ -5265,7 +5265,7 @@ instances as sole argument during the HTTP request transfer.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.request.poll.html b/jsapi/LuCI.request.poll.html index a4f3a80f94..caef1f09f6 100644 --- a/jsapi/LuCI.request.poll.html +++ b/jsapi/LuCI.request.poll.html @@ -4449,7 +4449,7 @@ else null.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.response.html b/jsapi/LuCI.response.html index 50004112a1..ae287de054 100644 --- a/jsapi/LuCI.response.html +++ b/jsapi/LuCI.response.html @@ -4407,7 +4407,7 @@ using String() and treated as response text.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.rpc.html b/jsapi/LuCI.rpc.html index b33a5e0868..84e73e625c 100644 --- a/jsapi/LuCI.rpc.html +++ b/jsapi/LuCI.rpc.html @@ -5738,7 +5738,7 @@ to the expect and filter declarations.
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.session.html b/jsapi/LuCI.session.html index 034bbca8a0..3408b88a7a 100644 --- a/jsapi/LuCI.session.html +++ b/jsapi/LuCI.session.html @@ -4177,7 +4177,7 @@ being put in the session store.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.uci.html b/jsapi/LuCI.uci.html index 36c00a7752..3a493f3be1 100644 --- a/jsapi/LuCI.uci.html +++ b/jsapi/LuCI.uci.html @@ -7225,7 +7225,7 @@ associated name as arguments.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.AbstractElement.html b/jsapi/LuCI.ui.AbstractElement.html index d771346541..0ddebda16f 100644 --- a/jsapi/LuCI.ui.AbstractElement.html +++ b/jsapi/LuCI.ui.AbstractElement.html @@ -5281,7 +5281,7 @@ and are displayed in a slightly faded style.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.Checkbox.html b/jsapi/LuCI.ui.Checkbox.html index 96fa20d595..94d900514d 100644 --- a/jsapi/LuCI.ui.Checkbox.html +++ b/jsapi/LuCI.ui.Checkbox.html @@ -5395,7 +5395,7 @@ it is required for HTML based form submissions.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.ComboButton.html b/jsapi/LuCI.ui.ComboButton.html index 6216a62bff..c43a5fea26 100644 --- a/jsapi/LuCI.ui.ComboButton.html +++ b/jsapi/LuCI.ui.ComboButton.html @@ -5425,7 +5425,7 @@ choice value as second argument.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.Combobox.html b/jsapi/LuCI.ui.Combobox.html index 44b64f21d3..4add9bb5ec 100644 --- a/jsapi/LuCI.ui.Combobox.html +++ b/jsapi/LuCI.ui.Combobox.html @@ -5328,7 +5328,7 @@ forcibly set to true.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.Dropdown.html b/jsapi/LuCI.ui.Dropdown.html index 7a6ea2d14e..fcff9a8fa7 100644 --- a/jsapi/LuCI.ui.Dropdown.html +++ b/jsapi/LuCI.ui.Dropdown.html @@ -6126,7 +6126,7 @@ expression. Only applicable when create is true.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time) diff --git a/jsapi/LuCI.ui.DynamicList.html b/jsapi/LuCI.ui.DynamicList.html index 525df89daf..d913d23636 100644 --- a/jsapi/LuCI.ui.DynamicList.html +++ b/jsapi/LuCI.ui.DynamicList.html @@ -5503,7 +5503,7 @@ it to remain unselected.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.FileUpload.html b/jsapi/LuCI.ui.FileUpload.html index 091f24ed6e..77dec9b5d9 100644 --- a/jsapi/LuCI.ui.FileUpload.html +++ b/jsapi/LuCI.ui.FileUpload.html @@ -5352,7 +5352,7 @@ ACL setup for the current session.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.Hiddenfield.html b/jsapi/LuCI.ui.Hiddenfield.html index 9490ba31bd..e16a167a3c 100644 --- a/jsapi/LuCI.ui.Hiddenfield.html +++ b/jsapi/LuCI.ui.Hiddenfield.html @@ -5106,7 +5106,7 @@ trigger validation runs, e.g. when programmatically altering values.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.Select.html b/jsapi/LuCI.ui.Select.html index 766799694c..5eb0321db1 100644 --- a/jsapi/LuCI.ui.Select.html +++ b/jsapi/LuCI.ui.Select.html @@ -5455,7 +5455,7 @@ selected yet. Only applicable to the select widget type.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.Textarea.html b/jsapi/LuCI.ui.Textarea.html index 5b3f01613e..a133e2446c 100644 --- a/jsapi/LuCI.ui.Textarea.html +++ b/jsapi/LuCI.ui.Textarea.html @@ -5404,7 +5404,7 @@ contents.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.Textfield.html b/jsapi/LuCI.ui.Textfield.html index 405d80f104..75793a439a 100644 --- a/jsapi/LuCI.ui.Textfield.html +++ b/jsapi/LuCI.ui.Textfield.html @@ -5332,7 +5332,7 @@ corresponding <input> element is empty.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.changes.html b/jsapi/LuCI.ui.changes.html index ce3c065b22..f7f7f0ccd1 100644 --- a/jsapi/LuCI.ui.changes.html +++ b/jsapi/LuCI.ui.changes.html @@ -4184,7 +4184,7 @@ is removed.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.html b/jsapi/LuCI.ui.html index 74d56dea15..ec61c12bce 100644 --- a/jsapi/LuCI.ui.html +++ b/jsapi/LuCI.ui.html @@ -6277,7 +6277,7 @@ cancelled by the user.
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.menu.html b/jsapi/LuCI.ui.menu.html index 8b9f88093a..897a3a7dfc 100644 --- a/jsapi/LuCI.ui.menu.html +++ b/jsapi/LuCI.ui.menu.html @@ -4231,7 +4231,7 @@ internal root node if omitted.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.tabs.html b/jsapi/LuCI.ui.tabs.html index 5153402941..d460b8d98f 100644 --- a/jsapi/LuCI.ui.tabs.html +++ b/jsapi/LuCI.ui.tabs.html @@ -3931,7 +3931,7 @@ DOM node.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.view.html b/jsapi/LuCI.view.html index 4025696278..da0b4295ab 100644 --- a/jsapi/LuCI.view.html +++ b/jsapi/LuCI.view.html @@ -4535,7 +4535,7 @@ to a Node value.
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.xhr.html b/jsapi/LuCI.xhr.html index 01a8a4b2de..30a15dc549 100644 --- a/jsapi/LuCI.xhr.html +++ b/jsapi/LuCI.xhr.html @@ -4499,7 +4499,7 @@ when invoked.

- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:06 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:05 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/form.js.html b/jsapi/form.js.html index 433bbdf06d..4f1637b5aa 100644 --- a/jsapi/form.js.html +++ b/jsapi/form.js.html @@ -6747,10 +6747,13 @@ var CBITableSection = CBITypedSection.extend(/** @lends LuCI.form.TableSection.p var m; - if (parent instanceof CBIJSONMap) - m = new CBIJSONMap(parent.data.data, null, null); - else + if (parent instanceof CBIJSONMap) { + m = new CBIJSONMap(null, null, null); + m.data = parent.data; + } + else { m = new CBIMap(parent.config, null, null); + } var s = m.section(CBINamedSection, section_id, this.sectiontype); @@ -8402,7 +8405,7 @@ return baseclass.extend(/** @lends LuCI.form.prototype */ {
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:04 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/fs.js.html b/jsapi/fs.js.html index ca21ae828e..b91f5b3a86 100644 --- a/jsapi/fs.js.html +++ b/jsapi/fs.js.html @@ -3973,7 +3973,7 @@ return FileSystem;
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:04 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/index.html b/jsapi/index.html index 5f98824a26..0a721d6609 100644 --- a/jsapi/index.html +++ b/jsapi/index.html @@ -3560,7 +3560,7 @@ is the central JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:04 GMT+0000 (Coordinated Universal Time) diff --git a/jsapi/luci.js.html b/jsapi/luci.js.html index b327ad2417..ec1e6d7a9c 100644 --- a/jsapi/luci.js.html +++ b/jsapi/luci.js.html @@ -7006,7 +7006,7 @@
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:04 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/network.js.html b/jsapi/network.js.html index 196baafba0..03ca506419 100644 --- a/jsapi/network.js.html +++ b/jsapi/network.js.html @@ -7924,7 +7924,7 @@ return Network;
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:04 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/rpc.js.html b/jsapi/rpc.js.html index ba7b0cffe0..6b4daccb49 100644 --- a/jsapi/rpc.js.html +++ b/jsapi/rpc.js.html @@ -4029,7 +4029,7 @@ return baseclass.extend(/** @lends LuCI.rpc.prototype */ {
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:04 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/uci.js.html b/jsapi/uci.js.html index 0a5375abe4..38cd6b50cf 100644 --- a/jsapi/uci.js.html +++ b/jsapi/uci.js.html @@ -4532,7 +4532,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
- Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 20:12:05 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Sat Feb 04 2023 21:24:04 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/ui.js.html b/jsapi/ui.js.html index 9229a3ca8a..368cb09d20 100644 --- a/jsapi/ui.js.html +++ b/jsapi/ui.js.html @@ -8449,7 +8449,7 @@ return UI; -- 2.30.2