From ca8e5e55cf1455bc4abbe4545958a6d64db2ba8e Mon Sep 17 00:00:00 2001 From: systemcrash Date: Mon, 25 Nov 2024 20:38:24 +0000 Subject: [PATCH] deploy: fefb9acf57ad11012c336e4d056b074620b87d2f --- 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 | 10 ++++---- 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.RichListValue.html | 6 ++--- jsapi/LuCI.form.SectionValue.html | 18 +++++++------- jsapi/LuCI.form.TableSection.html | 4 ++-- 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 | 36 ++++++++++++++-------------- 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 | 6 +++-- 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 | 9 ++++++- jsapi/ui.js.html | 2 +- 65 files changed, 136 insertions(+), 127 deletions(-) diff --git a/jsapi/LuCI.baseclass.html b/jsapi/LuCI.baseclass.html index 0e230e6154..0012ef4670 100644 --- a/jsapi/LuCI.baseclass.html +++ b/jsapi/LuCI.baseclass.html @@ -4878,7 +4878,7 @@ and the values extracted from the args array beginning with diff --git a/jsapi/LuCI.dom.html b/jsapi/LuCI.dom.html index 64b3d5e45a..8e9efc97a7 100644 --- a/jsapi/LuCI.dom.html +++ b/jsapi/LuCI.dom.html @@ -6436,7 +6436,7 @@ ignored, else not.

diff --git a/jsapi/LuCI.form.AbstractElement.html b/jsapi/LuCI.form.AbstractElement.html index eb8804430c..e0b2d5bcd4 100644 --- a/jsapi/LuCI.form.AbstractElement.html +++ b/jsapi/LuCI.form.AbstractElement.html @@ -4427,7 +4427,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.AbstractSection.html b/jsapi/LuCI.form.AbstractSection.html index c38ae60928..3aabde76f1 100644 --- a/jsapi/LuCI.form.AbstractSection.html +++ b/jsapi/LuCI.form.AbstractSection.html @@ -6326,7 +6326,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.AbstractValue.html b/jsapi/LuCI.form.AbstractValue.html index dd1dc80d5e..82aa636c87 100644 --- a/jsapi/LuCI.form.AbstractValue.html +++ b/jsapi/LuCI.form.AbstractValue.html @@ -7384,7 +7384,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.ButtonValue.html b/jsapi/LuCI.form.ButtonValue.html index 1b4edbe453..02b066b941 100644 --- a/jsapi/LuCI.form.ButtonValue.html +++ b/jsapi/LuCI.form.ButtonValue.html @@ -3663,7 +3663,7 @@ renders the underlying UCI option or default value as readonly text.

- form.js, line 4519 + form.js, line 4521
@@ -7400,7 +7400,7 @@ was neither a string nor a function.
- form.js, line 3667 + form.js, line 3669
@@ -7707,7 +7707,7 @@ before it is written.

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

- form.js, line 4427 + form.js, line 4429
@@ -6737,7 +6737,7 @@ validation constraints.
- form.js, line 4513 + form.js, line 4515
@@ -7386,7 +7386,7 @@ was neither a string nor a function.
- form.js, line 3667 + form.js, line 3669
@@ -7534,7 +7534,7 @@ or a plain text string. If omitted, the key value is used as captio
- form.js, line 4516 + form.js, line 4518
@@ -7693,7 +7693,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.DynamicList.html b/jsapi/LuCI.form.DynamicList.html index ecf2d339c0..175b4ab803 100644 --- a/jsapi/LuCI.form.DynamicList.html +++ b/jsapi/LuCI.form.DynamicList.html @@ -3664,7 +3664,7 @@ predefined choices. It builds upon the @@ -7237,7 +7237,7 @@ was neither a string nor a function. @@ -7544,7 +7544,7 @@ before it is written.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.FileUpload.html b/jsapi/LuCI.form.FileUpload.html index 38f10b6d40..adfd632434 100644 --- a/jsapi/LuCI.form.FileUpload.html +++ b/jsapi/LuCI.form.FileUpload.html @@ -3663,7 +3663,7 @@ offers the ability to browse, upload and select remote files.

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

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.FlagValue.html b/jsapi/LuCI.form.FlagValue.html index e3a5f28ed7..1f1f9f03bf 100644 --- a/jsapi/LuCI.form.FlagValue.html +++ b/jsapi/LuCI.form.FlagValue.html @@ -3663,7 +3663,7 @@ implement a simple checkbox element.

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

@@ -6633,7 +6633,7 @@ so it may return promises if overridden by user code. @@ -7058,7 +7058,7 @@ entities decoded. @@ -7428,7 +7428,7 @@ was neither a string nor a function. @@ -7735,7 +7735,7 @@ before it is written.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.GridSection.html b/jsapi/LuCI.form.GridSection.html index 11e7e3c895..d311c6ec16 100644 --- a/jsapi/LuCI.form.GridSection.html +++ b/jsapi/LuCI.form.GridSection.html @@ -3676,7 +3676,7 @@ documentation for details.

@@ -4637,7 +4637,7 @@ The default is null, means inheriting from the parent form.

@@ -6193,7 +6193,7 @@ descendant of AbstractValue.

@@ -6448,7 +6448,7 @@ entities decoded. @@ -7136,7 +7136,7 @@ was neither a string nor a function.
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.HiddenValue.html b/jsapi/LuCI.form.HiddenValue.html index 692e198dd4..0b0c55e2a7 100644 --- a/jsapi/LuCI.form.HiddenValue.html +++ b/jsapi/LuCI.form.HiddenValue.html @@ -3668,7 +3668,7 @@ distorted form layout when rendering the option element.

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

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.JSONMap.html b/jsapi/LuCI.form.JSONMap.html index 2fc122b5e5..c59734b0bd 100644 --- a/jsapi/LuCI.form.JSONMap.html +++ b/jsapi/LuCI.form.JSONMap.html @@ -6006,7 +6006,7 @@ was neither a string nor a function.
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.ListValue.html b/jsapi/LuCI.form.ListValue.html index d238dbbbc9..667ccdb8e3 100644 --- a/jsapi/LuCI.form.ListValue.html +++ b/jsapi/LuCI.form.ListValue.html @@ -3664,7 +3664,7 @@ It builds upon the LuCI.ui.Select @@ -7384,7 +7384,7 @@ was neither a string nor a function. @@ -7719,7 +7719,7 @@ before it is written.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.Map.html b/jsapi/LuCI.form.Map.html index d59bf66c0c..d2a0bddc96 100644 --- a/jsapi/LuCI.form.Map.html +++ b/jsapi/LuCI.form.Map.html @@ -5985,7 +5985,7 @@ was neither a string nor a function.
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.MultiValue.html b/jsapi/LuCI.form.MultiValue.html index 4b67d5a9c9..6b70658b66 100644 --- a/jsapi/LuCI.form.MultiValue.html +++ b/jsapi/LuCI.form.MultiValue.html @@ -3664,7 +3664,7 @@ select dropdown element.

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

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.NamedSection.html b/jsapi/LuCI.form.NamedSection.html index 48a77eac38..581d561b1f 100644 --- a/jsapi/LuCI.form.NamedSection.html +++ b/jsapi/LuCI.form.NamedSection.html @@ -3665,7 +3665,7 @@ specified when constructing the class instance.

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

@@ -5644,7 +5644,7 @@ not meeting the validation constraints of their respective elements. @@ -6590,7 +6590,7 @@ was neither a string nor a function.
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.RichListValue.html b/jsapi/LuCI.form.RichListValue.html index fc4b7c4785..a57ac38d40 100644 --- a/jsapi/LuCI.form.RichListValue.html +++ b/jsapi/LuCI.form.RichListValue.html @@ -3665,7 +3665,7 @@ It builds upon the LuCI.form.ListValue< @@ -7536,7 +7536,7 @@ was neither a string nor a function. @@ -7871,7 +7871,7 @@ before it is written.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.SectionValue.html b/jsapi/LuCI.form.SectionValue.html index 3ae54c167d..3d8dc9224e 100644 --- a/jsapi/LuCI.form.SectionValue.html +++ b/jsapi/LuCI.form.SectionValue.html @@ -3663,7 +3663,7 @@ element container, allowing to nest form sections into other sections.

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

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

@@ -6301,7 +6301,7 @@ returns false. @@ -6484,7 +6484,7 @@ so it may return promises if overridden by user code. @@ -6635,7 +6635,7 @@ validation constraints. @@ -7278,7 +7278,7 @@ was neither a string nor a function. @@ -7424,7 +7424,7 @@ or a plain text string. If omitted, the key value is used as captio @@ -7575,7 +7575,7 @@ its write() implementation is a no-op.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.TableSection.html b/jsapi/LuCI.form.TableSection.html index 555b3b9fa2..633278221e 100644 --- a/jsapi/LuCI.form.TableSection.html +++ b/jsapi/LuCI.form.TableSection.html @@ -4627,7 +4627,7 @@ The default is null, means inheriting from the parent form.

@@ -7108,7 +7108,7 @@ was neither a string nor a function.
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.TextValue.html b/jsapi/LuCI.form.TextValue.html index a9b773709d..04f9c21b9e 100644 --- a/jsapi/LuCI.form.TextValue.html +++ b/jsapi/LuCI.form.TextValue.html @@ -3663,7 +3663,7 @@ @@ -7591,7 +7591,7 @@ before it is written.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.TypedSection.html b/jsapi/LuCI.form.TypedSection.html index c62bfa2548..26f889b4ea 100644 --- a/jsapi/LuCI.form.TypedSection.html +++ b/jsapi/LuCI.form.TypedSection.html @@ -6797,7 +6797,7 @@ was neither a string nor a function.
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.Value.html b/jsapi/LuCI.form.Value.html index 7d594f7207..b82c19ba4a 100644 --- a/jsapi/LuCI.form.Value.html +++ b/jsapi/LuCI.form.Value.html @@ -3664,7 +3664,7 @@ @@ -6713,7 +6713,7 @@ implement alternative removal logic, e.g. to retain the original value.

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

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.form.html b/jsapi/LuCI.form.html index 778437812f..0c3a910adb 100644 --- a/jsapi/LuCI.form.html +++ b/jsapi/LuCI.form.html @@ -3693,7 +3693,7 @@ m.render().then(function(node) { @@ -3849,7 +3849,7 @@ m.render().then(function(node) {
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.fs.html b/jsapi/LuCI.fs.html index 7eddc4fc4a..47cf5c8db7 100644 --- a/jsapi/LuCI.fs.html +++ b/jsapi/LuCI.fs.html @@ -6035,7 +6035,7 @@ the failure reason.
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.headers.html b/jsapi/LuCI.headers.html index 555a225fb6..d6055dbf6c 100644 --- a/jsapi/LuCI.headers.html +++ b/jsapi/LuCI.headers.html @@ -4051,7 +4051,7 @@ Note: Header-Names are case-insensitive.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.html b/jsapi/LuCI.html index 559c845b41..9892a8687e 100644 --- a/jsapi/LuCI.html +++ b/jsapi/LuCI.html @@ -8458,7 +8458,7 @@ else null.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.network.Device.html b/jsapi/LuCI.network.Device.html index 41572b54dd..7649b7c947 100644 --- a/jsapi/LuCI.network.Device.html +++ b/jsapi/LuCI.network.Device.html @@ -6416,7 +6416,7 @@ when it is down or absent.
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.network.Hosts.html b/jsapi/LuCI.network.Hosts.html index e0a8e916ea..6262907a37 100644 --- a/jsapi/LuCI.network.Hosts.html +++ b/jsapi/LuCI.network.Hosts.html @@ -4977,7 +4977,7 @@ is used as hint.
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.network.Protocol.html b/jsapi/LuCI.network.Protocol.html index 6387dcff55..0d873d71cc 100644 --- a/jsapi/LuCI.network.Protocol.html +++ b/jsapi/LuCI.network.Protocol.html @@ -8311,7 +8311,7 @@ configuration.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.network.WifiDevice.html b/jsapi/LuCI.network.WifiDevice.html index d8a36c33ca..db6ff72eb0 100644 --- a/jsapi/LuCI.network.WifiDevice.html +++ b/jsapi/LuCI.network.WifiDevice.html @@ -5354,7 +5354,7 @@ configuration.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.network.WifiNetwork.html b/jsapi/LuCI.network.WifiNetwork.html index 7bd44ea8d7..8c28fdc8db 100644 --- a/jsapi/LuCI.network.WifiNetwork.html +++ b/jsapi/LuCI.network.WifiNetwork.html @@ -7938,7 +7938,7 @@ configuration.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.network.html b/jsapi/LuCI.network.html index fcb7f8412f..380ccea0b2 100644 --- a/jsapi/LuCI.network.html +++ b/jsapi/LuCI.network.html @@ -9881,7 +9881,7 @@ conjunction with quality to calculate a quality percentage.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time) diff --git a/jsapi/LuCI.poll.html b/jsapi/LuCI.poll.html index 2fe99e4a6c..ec21d08a92 100644 --- a/jsapi/LuCI.poll.html +++ b/jsapi/LuCI.poll.html @@ -4434,7 +4434,7 @@ run to begin with.
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.request.html b/jsapi/LuCI.request.html index ad78866c33..4c17e2b8d3 100644 --- a/jsapi/LuCI.request.html +++ b/jsapi/LuCI.request.html @@ -5369,7 +5369,7 @@ instances as sole argument during the HTTP request transfer.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.request.poll.html b/jsapi/LuCI.request.poll.html index ce3eeaeacc..b994314440 100644 --- a/jsapi/LuCI.request.poll.html +++ b/jsapi/LuCI.request.poll.html @@ -4553,7 +4553,7 @@ else null.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.response.html b/jsapi/LuCI.response.html index 7b7ff19a34..786cff8c53 100644 --- a/jsapi/LuCI.response.html +++ b/jsapi/LuCI.response.html @@ -4511,7 +4511,7 @@ using String() and treated as response text.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.rpc.html b/jsapi/LuCI.rpc.html index 0ac9fb3c03..677d8f031b 100644 --- a/jsapi/LuCI.rpc.html +++ b/jsapi/LuCI.rpc.html @@ -5842,7 +5842,7 @@ to the expect and filter declarations.
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.session.html b/jsapi/LuCI.session.html index 9364598340..14ee3162e0 100644 --- a/jsapi/LuCI.session.html +++ b/jsapi/LuCI.session.html @@ -4281,7 +4281,7 @@ being put in the session store.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.uci.html b/jsapi/LuCI.uci.html index 0e9e8feceb..bafc96e335 100644 --- a/jsapi/LuCI.uci.html +++ b/jsapi/LuCI.uci.html @@ -3750,7 +3750,7 @@ UCI configuration data.

@@ -3961,7 +3961,7 @@ to the given name for non-anonymous sections. @@ -4123,7 +4123,7 @@ operation to cancel the rollback timer.

@@ -4224,7 +4224,7 @@ names as keys and arrays of related change records as values. @@ -4642,7 +4642,7 @@ where X denotes a hexadecimal digit. @@ -4871,7 +4871,7 @@ found or if the corresponding configuration is not loaded. @@ -5104,7 +5104,7 @@ found or if the corresponding configuration is not loaded. @@ -5259,7 +5259,7 @@ that have been successfully loaded. @@ -5528,7 +5528,7 @@ when either the section specified by sid1 or by sid2 i @@ -5845,7 +5845,7 @@ not be resolved to existing section ID. @@ -5949,7 +5949,7 @@ have been reloaded by the save operation. @@ -6162,7 +6162,7 @@ configuration, filtered by type of a type has been specified. @@ -6358,7 +6358,7 @@ with the given value.

@@ -6579,7 +6579,7 @@ with the given value.

@@ -6699,7 +6699,7 @@ names to unload.

@@ -6864,7 +6864,7 @@ configuration.

@@ -7451,7 +7451,7 @@ underlying option is an UCI list.

@@ -7598,7 +7598,7 @@ associated name as arguments.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.AbstractElement.html b/jsapi/LuCI.ui.AbstractElement.html index 41712ecb9f..3b824661f9 100644 --- a/jsapi/LuCI.ui.AbstractElement.html +++ b/jsapi/LuCI.ui.AbstractElement.html @@ -5385,7 +5385,7 @@ and are displayed in a slightly faded style.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.Checkbox.html b/jsapi/LuCI.ui.Checkbox.html index 1d8d24822e..e48b02e94f 100644 --- a/jsapi/LuCI.ui.Checkbox.html +++ b/jsapi/LuCI.ui.Checkbox.html @@ -5499,7 +5499,7 @@ it is required for HTML based form submissions.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.ComboButton.html b/jsapi/LuCI.ui.ComboButton.html index 78780c153f..7359560dff 100644 --- a/jsapi/LuCI.ui.ComboButton.html +++ b/jsapi/LuCI.ui.ComboButton.html @@ -5529,7 +5529,7 @@ choice value as second argument.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.Combobox.html b/jsapi/LuCI.ui.Combobox.html index 2a3dfeab70..ee878b6e65 100644 --- a/jsapi/LuCI.ui.Combobox.html +++ b/jsapi/LuCI.ui.Combobox.html @@ -5432,7 +5432,7 @@ forcibly set to true.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.Dropdown.html b/jsapi/LuCI.ui.Dropdown.html index 5ce5c85730..7ce065439f 100644 --- a/jsapi/LuCI.ui.Dropdown.html +++ b/jsapi/LuCI.ui.Dropdown.html @@ -6230,7 +6230,7 @@ expression. Only applicable when create is true.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time) diff --git a/jsapi/LuCI.ui.DynamicList.html b/jsapi/LuCI.ui.DynamicList.html index 61f81db638..8420499a38 100644 --- a/jsapi/LuCI.ui.DynamicList.html +++ b/jsapi/LuCI.ui.DynamicList.html @@ -5607,7 +5607,7 @@ it to remain unselected.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.FileUpload.html b/jsapi/LuCI.ui.FileUpload.html index 2ffbdd5cf5..c9146f7fc8 100644 --- a/jsapi/LuCI.ui.FileUpload.html +++ b/jsapi/LuCI.ui.FileUpload.html @@ -5530,7 +5530,7 @@ ACL setup for the current session.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.Hiddenfield.html b/jsapi/LuCI.ui.Hiddenfield.html index e63aa0c393..aff667ee54 100644 --- a/jsapi/LuCI.ui.Hiddenfield.html +++ b/jsapi/LuCI.ui.Hiddenfield.html @@ -5210,7 +5210,7 @@ trigger validation runs, e.g. when programmatically altering values.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.Select.html b/jsapi/LuCI.ui.Select.html index c02675bab6..35be4e8c66 100644 --- a/jsapi/LuCI.ui.Select.html +++ b/jsapi/LuCI.ui.Select.html @@ -5562,7 +5562,7 @@ selected yet. Only applicable to the select widget type.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.Textarea.html b/jsapi/LuCI.ui.Textarea.html index f2b7f7ed0d..9570e487c3 100644 --- a/jsapi/LuCI.ui.Textarea.html +++ b/jsapi/LuCI.ui.Textarea.html @@ -5508,7 +5508,7 @@ contents.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.Textfield.html b/jsapi/LuCI.ui.Textfield.html index f1a3d892f9..d00ae10f1d 100644 --- a/jsapi/LuCI.ui.Textfield.html +++ b/jsapi/LuCI.ui.Textfield.html @@ -5436,7 +5436,7 @@ corresponding <input> element is empty.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:22 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.changes.html b/jsapi/LuCI.ui.changes.html index 47e72f597f..445eba8aff 100644 --- a/jsapi/LuCI.ui.changes.html +++ b/jsapi/LuCI.ui.changes.html @@ -4288,7 +4288,7 @@ is removed.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.html b/jsapi/LuCI.ui.html index 965616701f..2a6ad91751 100644 --- a/jsapi/LuCI.ui.html +++ b/jsapi/LuCI.ui.html @@ -6416,7 +6416,7 @@ cancelled by the user.
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.menu.html b/jsapi/LuCI.ui.menu.html index 87930272ed..07da113794 100644 --- a/jsapi/LuCI.ui.menu.html +++ b/jsapi/LuCI.ui.menu.html @@ -4335,7 +4335,7 @@ internal root node if omitted.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.ui.tabs.html b/jsapi/LuCI.ui.tabs.html index 3f71135094..18b83bb6f3 100644 --- a/jsapi/LuCI.ui.tabs.html +++ b/jsapi/LuCI.ui.tabs.html @@ -4035,7 +4035,7 @@ DOM node.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.view.html b/jsapi/LuCI.view.html index 6225cc2a4c..8c3de16938 100644 --- a/jsapi/LuCI.view.html +++ b/jsapi/LuCI.view.html @@ -4639,7 +4639,7 @@ to a Node value.
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:22 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/LuCI.xhr.html b/jsapi/LuCI.xhr.html index 2ee55375d1..7a6093c2fc 100644 --- a/jsapi/LuCI.xhr.html +++ b/jsapi/LuCI.xhr.html @@ -4603,7 +4603,7 @@ when invoked.

- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:22 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/form.js.html b/jsapi/form.js.html index eeaf142150..f335b9d5e7 100644 --- a/jsapi/form.js.html +++ b/jsapi/form.js.html @@ -6706,8 +6706,10 @@ var CBITableSection = CBITypedSection.extend(/** @lends LuCI.form.TableSection.p n.classList.remove('flash') }); + val = Array.isArray(val) ? val.join(' '): val; + val = `${val}`; // coerce non-string types to string list.push([ - ui.Table.prototype.deriveSortKey((val != null) ? val.trim() : ''), + ui.Table.prototype.deriveSortKey((val != null && typeof val.trim === 'function') ? val.trim() : ''), tr ]); }, this)); @@ -8664,7 +8666,7 @@ return baseclass.extend(/** @lends LuCI.form.prototype */ {
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/fs.js.html b/jsapi/fs.js.html index d2d7955261..a12bcfb5f0 100644 --- a/jsapi/fs.js.html +++ b/jsapi/fs.js.html @@ -4077,7 +4077,7 @@ return FileSystem;
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/index.html b/jsapi/index.html index 7b71c18953..9d7be62de9 100644 --- a/jsapi/index.html +++ b/jsapi/index.html @@ -3664,7 +3664,7 @@ is the central JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time) diff --git a/jsapi/luci.js.html b/jsapi/luci.js.html index fc07f9eef8..d0940c734b 100644 --- a/jsapi/luci.js.html +++ b/jsapi/luci.js.html @@ -7110,7 +7110,7 @@
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/network.js.html b/jsapi/network.js.html index 404c6ef1c1..47fdc941ea 100644 --- a/jsapi/network.js.html +++ b/jsapi/network.js.html @@ -8085,7 +8085,7 @@ return Network;
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/rpc.js.html b/jsapi/rpc.js.html index ac702bee57..1910152ddd 100644 --- a/jsapi/rpc.js.html +++ b/jsapi/rpc.js.html @@ -4133,7 +4133,7 @@ return baseclass.extend(/** @lends LuCI.rpc.prototype */ {
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/uci.js.html b/jsapi/uci.js.html index 96b63cbc06..b9790c6b9d 100644 --- a/jsapi/uci.js.html +++ b/jsapi/uci.js.html @@ -3791,6 +3791,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ { reorderSections: function() { var v = this.state.values, n = this.state.creates, + d = this.state.deletes, r = this.state.reorder, tasks = []; @@ -3804,10 +3805,16 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ { for (var c in r) { var o = [ ]; + // skip deletes within re-orders + if (d[c]) + continue; + + // push creates if (n[c]) for (var s in n[c]) o.push(n[c][s]); + // push values for (var s in v[c]) o.push(v[c][s]); @@ -4683,7 +4690,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
- Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 15:33:54 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Mon Nov 25 2024 20:38:21 GMT+0000 (Coordinated Universal Time)
diff --git a/jsapi/ui.js.html b/jsapi/ui.js.html index 12ad3b0eeb..8d4d32095e 100644 --- a/jsapi/ui.js.html +++ b/jsapi/ui.js.html @@ -8663,7 +8663,7 @@ return UI; -- 2.30.2