From c8873382e657bd14742cbaf660f8fc1f9f8ccd47 Mon Sep 17 00:00:00 2001 From: systemcrash Date: Tue, 22 Oct 2024 23:49:18 +0000 Subject: [PATCH] deploy: 4437b6bbfdac0079ab8c46b9412fffaf382fb3f5 --- jsapi/LuCI.baseclass.html | 4 ++- jsapi/LuCI.dom.html | 4 ++- jsapi/LuCI.form.AbstractElement.html | 4 ++- jsapi/LuCI.form.AbstractSection.html | 4 ++- jsapi/LuCI.form.AbstractValue.html | 4 ++- jsapi/LuCI.form.ButtonValue.html | 6 ++-- jsapi/LuCI.form.DummyValue.html | 10 +++--- jsapi/LuCI.form.DynamicList.html | 4 ++- jsapi/LuCI.form.FileUpload.html | 6 ++-- jsapi/LuCI.form.FlagValue.html | 4 ++- jsapi/LuCI.form.GridSection.html | 4 ++- jsapi/LuCI.form.HiddenValue.html | 6 ++-- jsapi/LuCI.form.JSONMap.html | 4 ++- jsapi/LuCI.form.ListValue.html | 4 ++- jsapi/LuCI.form.Map.html | 4 ++- jsapi/LuCI.form.MultiValue.html | 52 +++++++++++++++++++++++++++- jsapi/LuCI.form.NamedSection.html | 4 ++- jsapi/LuCI.form.SectionValue.html | 20 ++++++----- jsapi/LuCI.form.TableSection.html | 4 ++- jsapi/LuCI.form.TextValue.html | 6 ++-- jsapi/LuCI.form.TypedSection.html | 4 ++- jsapi/LuCI.form.Value.html | 4 ++- jsapi/LuCI.form.html | 6 ++-- jsapi/LuCI.fs.html | 4 ++- jsapi/LuCI.headers.html | 4 ++- jsapi/LuCI.html | 4 ++- jsapi/LuCI.network.Device.html | 4 ++- jsapi/LuCI.network.Hosts.html | 4 ++- jsapi/LuCI.network.Protocol.html | 4 ++- jsapi/LuCI.network.WifiDevice.html | 4 ++- jsapi/LuCI.network.WifiNetwork.html | 4 ++- jsapi/LuCI.network.html | 4 ++- jsapi/LuCI.poll.html | 4 ++- jsapi/LuCI.request.html | 4 ++- jsapi/LuCI.request.poll.html | 4 ++- jsapi/LuCI.response.html | 4 ++- jsapi/LuCI.rpc.html | 4 ++- jsapi/LuCI.session.html | 4 ++- jsapi/LuCI.uci.html | 4 ++- jsapi/LuCI.ui.AbstractElement.html | 4 ++- jsapi/LuCI.ui.Checkbox.html | 4 ++- jsapi/LuCI.ui.ComboButton.html | 4 ++- jsapi/LuCI.ui.Combobox.html | 4 ++- jsapi/LuCI.ui.Dropdown.html | 4 ++- jsapi/LuCI.ui.DynamicList.html | 4 ++- jsapi/LuCI.ui.FileUpload.html | 4 ++- jsapi/LuCI.ui.Hiddenfield.html | 4 ++- jsapi/LuCI.ui.Select.html | 4 ++- jsapi/LuCI.ui.Textarea.html | 4 ++- jsapi/LuCI.ui.Textfield.html | 4 ++- jsapi/LuCI.ui.changes.html | 4 ++- jsapi/LuCI.ui.html | 4 ++- jsapi/LuCI.ui.menu.html | 4 ++- jsapi/LuCI.ui.tabs.html | 4 ++- jsapi/LuCI.view.html | 4 ++- jsapi/LuCI.xhr.html | 4 ++- jsapi/form.js.html | 13 ++++++- jsapi/fs.js.html | 4 ++- jsapi/index.html | 4 ++- jsapi/luci.js.html | 4 ++- jsapi/network.js.html | 4 ++- jsapi/rpc.js.html | 4 ++- jsapi/uci.js.html | 4 ++- jsapi/ui.js.html | 4 ++- 64 files changed, 265 insertions(+), 80 deletions(-) diff --git a/jsapi/LuCI.baseclass.html b/jsapi/LuCI.baseclass.html index c9341e32e3..5784069a26 100644 --- a/jsapi/LuCI.baseclass.html +++ b/jsapi/LuCI.baseclass.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -4762,7 +4764,7 @@ and the values extracted from the args array beginning with diff --git a/jsapi/LuCI.dom.html b/jsapi/LuCI.dom.html index 95f5eb9d72..9dcc4115ed 100644 --- a/jsapi/LuCI.dom.html +++ b/jsapi/LuCI.dom.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -6320,7 +6322,7 @@ ignored, else not.

    diff --git a/jsapi/LuCI.form.AbstractElement.html b/jsapi/LuCI.form.AbstractElement.html index b72b7ab1f5..fa18a9a10d 100644 --- a/jsapi/LuCI.form.AbstractElement.html +++ b/jsapi/LuCI.form.AbstractElement.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -4311,7 +4313,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.AbstractSection.html b/jsapi/LuCI.form.AbstractSection.html index f8ca2face6..7d0c22ca06 100644 --- a/jsapi/LuCI.form.AbstractSection.html +++ b/jsapi/LuCI.form.AbstractSection.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -6210,7 +6212,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.AbstractValue.html b/jsapi/LuCI.form.AbstractValue.html index b0d6244c88..9138a1c652 100644 --- a/jsapi/LuCI.form.AbstractValue.html +++ b/jsapi/LuCI.form.AbstractValue.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -7268,7 +7270,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.ButtonValue.html b/jsapi/LuCI.form.ButtonValue.html index 8b3c4b9d58..c21b1654f8 100644 --- a/jsapi/LuCI.form.ButtonValue.html +++ b/jsapi/LuCI.form.ButtonValue.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -3547,7 +3549,7 @@ renders the underlying UCI option or default value as readonly text.

    - form.js, line 4344 + form.js, line 4353
    @@ -7591,7 +7593,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.DummyValue.html b/jsapi/LuCI.form.DummyValue.html index e989ca75f7..dfb806704f 100644 --- a/jsapi/LuCI.form.DummyValue.html +++ b/jsapi/LuCI.form.DummyValue.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -3547,7 +3549,7 @@ renders the underlying UCI option or default value as readonly text.

    - form.js, line 4252 + form.js, line 4261
    @@ -6621,7 +6623,7 @@ validation constraints.
    - form.js, line 4338 + form.js, line 4347
    @@ -7418,7 +7420,7 @@ or a plain text string. If omitted, the key value is used as captio
    - form.js, line 4341 + form.js, line 4350
    @@ -7577,7 +7579,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.DynamicList.html b/jsapi/LuCI.form.DynamicList.html index 59cca4c319..19e78dca0a 100644 --- a/jsapi/LuCI.form.DynamicList.html +++ b/jsapi/LuCI.form.DynamicList.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -7428,7 +7430,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.FileUpload.html b/jsapi/LuCI.form.FileUpload.html index 7d239c2da1..67ec457ff2 100644 --- a/jsapi/LuCI.form.FileUpload.html +++ b/jsapi/LuCI.form.FileUpload.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -3547,7 +3549,7 @@ offers the ability to browse, upload and select remote files.

    - form.js, line 4511 + form.js, line 4520
    @@ -7735,7 +7737,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.FlagValue.html b/jsapi/LuCI.form.FlagValue.html index a67ea775d0..bc74916c22 100644 --- a/jsapi/LuCI.form.FlagValue.html +++ b/jsapi/LuCI.form.FlagValue.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -7619,7 +7621,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.GridSection.html b/jsapi/LuCI.form.GridSection.html index e025a95a29..f23f662e35 100644 --- a/jsapi/LuCI.form.GridSection.html +++ b/jsapi/LuCI.form.GridSection.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -6970,7 +6972,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.HiddenValue.html b/jsapi/LuCI.form.HiddenValue.html index aa992f0bc0..62162e4d06 100644 --- a/jsapi/LuCI.form.HiddenValue.html +++ b/jsapi/LuCI.form.HiddenValue.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -3552,7 +3554,7 @@ distorted form layout when rendering the option element.

    - form.js, line 4460 + form.js, line 4469
    @@ -7432,7 +7434,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.JSONMap.html b/jsapi/LuCI.form.JSONMap.html index 53af58fea5..f6e1da6597 100644 --- a/jsapi/LuCI.form.JSONMap.html +++ b/jsapi/LuCI.form.JSONMap.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -5890,7 +5892,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.ListValue.html b/jsapi/LuCI.form.ListValue.html index bb8a82aa27..be130280a2 100644 --- a/jsapi/LuCI.form.ListValue.html +++ b/jsapi/LuCI.form.ListValue.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -7577,7 +7579,7 @@ before it is written.

    diff --git a/jsapi/LuCI.form.Map.html b/jsapi/LuCI.form.Map.html index 109c86083c..6eae60f392 100644 --- a/jsapi/LuCI.form.Map.html +++ b/jsapi/LuCI.form.Map.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -5869,7 +5871,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.MultiValue.html b/jsapi/LuCI.form.MultiValue.html index 5e60861ea0..82917a7231 100644 --- a/jsapi/LuCI.form.MultiValue.html +++ b/jsapi/LuCI.form.MultiValue.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -3803,6 +3805,54 @@ option to the section.

    +
    +
    +

    createboolean

    +
    + + +
    +
    + +
    +

    Allows custom value entry in addition to those already specified.

    +
    + + + +
    + + + + + + + + + + + + + + + +
    Default Value:
    +
    • null
    + + + + + + + +
    + + + +
    + + +

    display_sizenumber

    @@ -7528,7 +7578,7 @@ before it is written.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.form.NamedSection.html b/jsapi/LuCI.form.NamedSection.html index c9027495a6..e0953a6d68 100644 --- a/jsapi/LuCI.form.NamedSection.html +++ b/jsapi/LuCI.form.NamedSection.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -6474,7 +6476,7 @@ was neither a string nor a function.
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.form.SectionValue.html b/jsapi/LuCI.form.SectionValue.html index 2a94a7c312..16025a349a 100644 --- a/jsapi/LuCI.form.SectionValue.html +++ b/jsapi/LuCI.form.SectionValue.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -3547,7 +3549,7 @@ element container, allowing to nest form sections into other sections.

    @@ -4991,7 +4993,7 @@ within the given specific section.

    @@ -5387,7 +5389,7 @@ argument, this parameter is ignored.

    @@ -6185,7 +6187,7 @@ returns false. @@ -6368,7 +6370,7 @@ so it may return promises if overridden by user code. @@ -6519,7 +6521,7 @@ validation constraints. @@ -7162,7 +7164,7 @@ was neither a string nor a function. @@ -7308,7 +7310,7 @@ or a plain text string. If omitted, the key value is used as captio @@ -7459,7 +7461,7 @@ its write() implementation is a no-op.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.form.TableSection.html b/jsapi/LuCI.form.TableSection.html index ba144e482c..a13df889a5 100644 --- a/jsapi/LuCI.form.TableSection.html +++ b/jsapi/LuCI.form.TableSection.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -6942,7 +6944,7 @@ was neither a string nor a function.
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.form.TextValue.html b/jsapi/LuCI.form.TextValue.html index 3aef68904f..dc6c33e76a 100644 --- a/jsapi/LuCI.form.TextValue.html +++ b/jsapi/LuCI.form.TextValue.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -3547,7 +3549,7 @@ @@ -7475,7 +7477,7 @@ before it is written.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.form.TypedSection.html b/jsapi/LuCI.form.TypedSection.html index fec675701b..56a1939e13 100644 --- a/jsapi/LuCI.form.TypedSection.html +++ b/jsapi/LuCI.form.TypedSection.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -6631,7 +6633,7 @@ was neither a string nor a function.
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.form.Value.html b/jsapi/LuCI.form.Value.html index 8c4e1fc8d6..d65a750a85 100644 --- a/jsapi/LuCI.form.Value.html +++ b/jsapi/LuCI.form.Value.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -7534,7 +7536,7 @@ before it is written.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.form.html b/jsapi/LuCI.form.html index b77e70fb1d..99ff28b596 100644 --- a/jsapi/LuCI.form.html +++ b/jsapi/LuCI.form.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -3577,7 +3579,7 @@ m.render().then(function(node) { @@ -3730,7 +3732,7 @@ m.render().then(function(node) {
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:14 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.fs.html b/jsapi/LuCI.fs.html index a019f13ffa..737f75fb22 100644 --- a/jsapi/LuCI.fs.html +++ b/jsapi/LuCI.fs.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -5919,7 +5921,7 @@ the failure reason.
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.headers.html b/jsapi/LuCI.headers.html index 0e73c92c23..aafc596302 100644 --- a/jsapi/LuCI.headers.html +++ b/jsapi/LuCI.headers.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -3935,7 +3937,7 @@ Note: Header-Names are case-insensitive.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.html b/jsapi/LuCI.html index ba0aafafe3..8cc6ee9f9c 100644 --- a/jsapi/LuCI.html +++ b/jsapi/LuCI.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -8342,7 +8344,7 @@ else null.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:14 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.network.Device.html b/jsapi/LuCI.network.Device.html index 2e8547b5dc..d014d94d66 100644 --- a/jsapi/LuCI.network.Device.html +++ b/jsapi/LuCI.network.Device.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -6300,7 +6302,7 @@ when it is down or absent.
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.network.Hosts.html b/jsapi/LuCI.network.Hosts.html index 695ae8b544..41275aee50 100644 --- a/jsapi/LuCI.network.Hosts.html +++ b/jsapi/LuCI.network.Hosts.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -4861,7 +4863,7 @@ is used as hint.
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.network.Protocol.html b/jsapi/LuCI.network.Protocol.html index b9c7af2490..593679b41e 100644 --- a/jsapi/LuCI.network.Protocol.html +++ b/jsapi/LuCI.network.Protocol.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -8091,7 +8093,7 @@ configuration.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.network.WifiDevice.html b/jsapi/LuCI.network.WifiDevice.html index a3caacc66c..39adffec5e 100644 --- a/jsapi/LuCI.network.WifiDevice.html +++ b/jsapi/LuCI.network.WifiDevice.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -5238,7 +5240,7 @@ configuration.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.network.WifiNetwork.html b/jsapi/LuCI.network.WifiNetwork.html index 546ecc849d..71f8b21f6b 100644 --- a/jsapi/LuCI.network.WifiNetwork.html +++ b/jsapi/LuCI.network.WifiNetwork.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -7822,7 +7824,7 @@ configuration.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.network.html b/jsapi/LuCI.network.html index 8e0ebbdb47..b0927b9e0b 100644 --- a/jsapi/LuCI.network.html +++ b/jsapi/LuCI.network.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -9765,7 +9767,7 @@ conjunction with quality to calculate a quality percentage.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time) diff --git a/jsapi/LuCI.poll.html b/jsapi/LuCI.poll.html index 065d8b7b3b..83a3f751b7 100644 --- a/jsapi/LuCI.poll.html +++ b/jsapi/LuCI.poll.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -4318,7 +4320,7 @@ run to begin with.
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.request.html b/jsapi/LuCI.request.html index 504d04431b..cf04285030 100644 --- a/jsapi/LuCI.request.html +++ b/jsapi/LuCI.request.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -5253,7 +5255,7 @@ instances as sole argument during the HTTP request transfer.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.request.poll.html b/jsapi/LuCI.request.poll.html index af244a1d14..ef43be96f0 100644 --- a/jsapi/LuCI.request.poll.html +++ b/jsapi/LuCI.request.poll.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -4437,7 +4439,7 @@ else null.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.response.html b/jsapi/LuCI.response.html index 6a956a5ed8..2e5ca1b785 100644 --- a/jsapi/LuCI.response.html +++ b/jsapi/LuCI.response.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -4395,7 +4397,7 @@ using String() and treated as response text.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.rpc.html b/jsapi/LuCI.rpc.html index 37c0d3e48e..53619c4475 100644 --- a/jsapi/LuCI.rpc.html +++ b/jsapi/LuCI.rpc.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -5726,7 +5728,7 @@ to the expect and filter declarations.
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.session.html b/jsapi/LuCI.session.html index 8268bdcc23..a4363e9df7 100644 --- a/jsapi/LuCI.session.html +++ b/jsapi/LuCI.session.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -4165,7 +4167,7 @@ being put in the session store.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.uci.html b/jsapi/LuCI.uci.html index c1f39b2277..ebbacb42bd 100644 --- a/jsapi/LuCI.uci.html +++ b/jsapi/LuCI.uci.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -7213,7 +7215,7 @@ associated name as arguments.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.AbstractElement.html b/jsapi/LuCI.ui.AbstractElement.html index 4b527c5e1b..09ddbe7e20 100644 --- a/jsapi/LuCI.ui.AbstractElement.html +++ b/jsapi/LuCI.ui.AbstractElement.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -5269,7 +5271,7 @@ and are displayed in a slightly faded style.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.Checkbox.html b/jsapi/LuCI.ui.Checkbox.html index 6d11fffe48..eabfbda0b6 100644 --- a/jsapi/LuCI.ui.Checkbox.html +++ b/jsapi/LuCI.ui.Checkbox.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -5383,7 +5385,7 @@ it is required for HTML based form submissions.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.ComboButton.html b/jsapi/LuCI.ui.ComboButton.html index 054b659906..27a61b21a0 100644 --- a/jsapi/LuCI.ui.ComboButton.html +++ b/jsapi/LuCI.ui.ComboButton.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -5413,7 +5415,7 @@ choice value as second argument.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.Combobox.html b/jsapi/LuCI.ui.Combobox.html index 74e73a27b3..32ea7c2e5b 100644 --- a/jsapi/LuCI.ui.Combobox.html +++ b/jsapi/LuCI.ui.Combobox.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -5316,7 +5318,7 @@ forcibly set to true.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.Dropdown.html b/jsapi/LuCI.ui.Dropdown.html index 9bacce7190..75a4c59a38 100644 --- a/jsapi/LuCI.ui.Dropdown.html +++ b/jsapi/LuCI.ui.Dropdown.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -6114,7 +6116,7 @@ expression. Only applicable when create is true.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time) diff --git a/jsapi/LuCI.ui.DynamicList.html b/jsapi/LuCI.ui.DynamicList.html index 852b65fc5b..25d344940b 100644 --- a/jsapi/LuCI.ui.DynamicList.html +++ b/jsapi/LuCI.ui.DynamicList.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -5491,7 +5493,7 @@ it to remain unselected.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.FileUpload.html b/jsapi/LuCI.ui.FileUpload.html index b44a06549b..24dba8095d 100644 --- a/jsapi/LuCI.ui.FileUpload.html +++ b/jsapi/LuCI.ui.FileUpload.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -5414,7 +5416,7 @@ ACL setup for the current session.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.Hiddenfield.html b/jsapi/LuCI.ui.Hiddenfield.html index bc92865e85..920e3767b6 100644 --- a/jsapi/LuCI.ui.Hiddenfield.html +++ b/jsapi/LuCI.ui.Hiddenfield.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -5094,7 +5096,7 @@ trigger validation runs, e.g. when programmatically altering values.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.Select.html b/jsapi/LuCI.ui.Select.html index 7aa26e50c0..8ba4b69455 100644 --- a/jsapi/LuCI.ui.Select.html +++ b/jsapi/LuCI.ui.Select.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -5446,7 +5448,7 @@ selected yet. Only applicable to the select widget type.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.Textarea.html b/jsapi/LuCI.ui.Textarea.html index 7994aea9f5..8dcb2784e5 100644 --- a/jsapi/LuCI.ui.Textarea.html +++ b/jsapi/LuCI.ui.Textarea.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -5392,7 +5394,7 @@ contents.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.Textfield.html b/jsapi/LuCI.ui.Textfield.html index 6552bdcb60..3e8c4316d7 100644 --- a/jsapi/LuCI.ui.Textfield.html +++ b/jsapi/LuCI.ui.Textfield.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -5320,7 +5322,7 @@ corresponding <input> element is empty.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.changes.html b/jsapi/LuCI.ui.changes.html index 33c8024627..afcdac3085 100644 --- a/jsapi/LuCI.ui.changes.html +++ b/jsapi/LuCI.ui.changes.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -4172,7 +4174,7 @@ is removed.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.html b/jsapi/LuCI.ui.html index c951c77561..8a147f479b 100644 --- a/jsapi/LuCI.ui.html +++ b/jsapi/LuCI.ui.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -6268,7 +6270,7 @@ cancelled by the user.
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.menu.html b/jsapi/LuCI.ui.menu.html index 70e4ffcffc..168cd620dc 100644 --- a/jsapi/LuCI.ui.menu.html +++ b/jsapi/LuCI.ui.menu.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -4219,7 +4221,7 @@ internal root node if omitted.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.ui.tabs.html b/jsapi/LuCI.ui.tabs.html index 8bfd7791b8..7c48664f69 100644 --- a/jsapi/LuCI.ui.tabs.html +++ b/jsapi/LuCI.ui.tabs.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -3919,7 +3921,7 @@ DOM node.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.view.html b/jsapi/LuCI.view.html index 86d8b2eaf9..7447b08190 100644 --- a/jsapi/LuCI.view.html +++ b/jsapi/LuCI.view.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -4523,7 +4525,7 @@ to a Node value.
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/LuCI.xhr.html b/jsapi/LuCI.xhr.html index fa96df2257..91db3934aa 100644 --- a/jsapi/LuCI.xhr.html +++ b/jsapi/LuCI.xhr.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -4487,7 +4489,7 @@ when invoked.

    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:02 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:15 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/form.js.html b/jsapi/form.js.html index 50effd1228..5714fce632 100644 --- a/jsapi/form.js.html +++ b/jsapi/form.js.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -7637,6 +7639,14 @@ var CBIMultiValue = CBIDynamicList.extend(/** @lends LuCI.form.MultiValue.protot this.placeholder = _('-- Please choose --'); }, + /** + * Allows custom value entry in addition to those already specified. + * + * @name LuCI.form.MultiValue.prototype#create + * @type boolean + * @default null + */ + /** * Allows to specify the [display_items]{@link LuCI.ui.Dropdown.InitOptions} * property of the underlying dropdown widget. If omitted, the value of @@ -7668,6 +7678,7 @@ var CBIMultiValue = CBIDynamicList.extend(/** @lends LuCI.form.MultiValue.protot multiple: true, optional: this.optional || this.rmempty, select_placeholder: this.placeholder, + create: this.create, display_items: this.display_size || this.size || 3, dropdown_items: this.dropdown_size || this.size || -1, validate: L.bind(this.validate, this, section_id), @@ -8372,7 +8383,7 @@ return baseclass.extend(/** @lends LuCI.form.prototype */ {
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:14 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/fs.js.html b/jsapi/fs.js.html index 953bad4c03..a9e8b4e072 100644 --- a/jsapi/fs.js.html +++ b/jsapi/fs.js.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -3961,7 +3963,7 @@ return FileSystem;
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:14 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/index.html b/jsapi/index.html index acc97e4958..180211a2ee 100644 --- a/jsapi/index.html +++ b/jsapi/index.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -3548,7 +3550,7 @@ is the central JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:14 GMT+0000 (Coordinated Universal Time) diff --git a/jsapi/luci.js.html b/jsapi/luci.js.html index 0dd365e368..5e402f9479 100644 --- a/jsapi/luci.js.html +++ b/jsapi/luci.js.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -6994,7 +6996,7 @@
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:14 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/network.js.html b/jsapi/network.js.html index 59435568b6..9ed797437b 100644 --- a/jsapi/network.js.html +++ b/jsapi/network.js.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -7950,7 +7952,7 @@ return Network;
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:14 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/rpc.js.html b/jsapi/rpc.js.html index a213ba62ad..b676821e04 100644 --- a/jsapi/rpc.js.html +++ b/jsapi/rpc.js.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -4017,7 +4019,7 @@ return baseclass.extend(/** @lends LuCI.rpc.prototype */ {
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:14 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/uci.js.html b/jsapi/uci.js.html index 62d4d0f54f..936d575a13 100644 --- a/jsapi/uci.js.html +++ b/jsapi/uci.js.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -4520,7 +4522,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
    - Documentation generated by JSDoc 3.6.11 on Thu Oct 17 2024 15:32:01 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Tue Oct 22 2024 23:49:14 GMT+0000 (Coordinated Universal Time)
    diff --git a/jsapi/ui.js.html b/jsapi/ui.js.html index bfd7a62cf2..92a8a8d1b7 100644 --- a/jsapi/ui.js.html +++ b/jsapi/ui.js.html @@ -1297,6 +1297,8 @@ Members +
  • create
  • +
  • display_size
  • dropdown_size
  • @@ -8522,7 +8524,7 @@ return UI; -- 2.30.2