@nova-design-system/nova-webcomponents 3.0.0-beta.33 → 3.0.0-beta.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/blazor-docs.json +1402 -175
- package/dist/cjs/index-ddc37f87.js +12 -12
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/native.cjs.js +1 -1
- package/dist/cjs/{nv-badge.cjs.entry.js → nv-badge_2.cjs.entry.js} +43 -1
- package/dist/cjs/nv-badge_2.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +1067 -0
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-fieldnumber.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldpassword.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldradio.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldselect.cjs.entry.js +5 -5
- package/dist/cjs/nv-fieldtext.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldtextarea.cjs.entry.js +3 -3
- package/dist/cjs/nv-fieldtoggle.cjs.entry.js +2 -2
- package/dist/cjs/nv-icon.cjs.entry.js +1 -1
- package/dist/cjs/{nv-iconbutton.cjs.entry.js → nv-iconbutton_2.cjs.entry.js} +28 -2
- package/dist/cjs/nv-iconbutton_2.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-menu.cjs.entry.js +1 -1
- package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
- package/dist/cjs/nv-popover.cjs.entry.js +1 -1
- package/dist/cjs/nv-row.cjs.entry.js +1 -1
- package/dist/cjs/nv-stack.cjs.entry.js +1 -1
- package/dist/cjs/nv-table.cjs.entry.js +2 -2
- package/dist/cjs/nv-tablebody.cjs.entry.js +1 -1
- package/dist/cjs/nv-tablecolumn.cjs.entry.js +1 -1
- package/dist/cjs/nv-tabledatacell.cjs.entry.js +1 -1
- package/dist/cjs/nv-tablehead.cjs.entry.js +1 -1
- package/dist/cjs/nv-tablerow.cjs.entry.js +1 -1
- package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.css +12 -0
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.docs.js +6 -0
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.docs.js.map +1 -0
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +185 -0
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js.map +1 -0
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.css +204 -0
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js +249 -0
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js.map +1 -0
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +1651 -0
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +1 -0
- package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +3 -3
- package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +3 -3
- package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
- package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +5 -5
- package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +3 -3
- package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +3 -3
- package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.js +2 -2
- package/dist/collection/components/nv-icon/nv-icon.js +1 -1
- package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
- package/dist/collection/components/nv-loader/nv-loader.js +1 -1
- package/dist/collection/components/nv-menu/nv-menu.js +1 -1
- package/dist/collection/components/nv-menuitem/nv-menuitem.js +1 -1
- package/dist/collection/components/nv-popover/nv-popover.js +1 -1
- package/dist/collection/components/nv-row/nv-row.js +1 -1
- package/dist/collection/components/nv-stack/nv-stack.js +1 -1
- package/dist/collection/components/nv-table/nv-table.js +2 -2
- package/dist/collection/components/nv-tablebody/nv-tablebody.js +1 -1
- package/dist/collection/components/nv-tablecolumn/nv-tablecolumn.js +1 -1
- package/dist/collection/components/nv-tabledatacell/nv-tabledatacell.js +1 -1
- package/dist/collection/components/nv-tablehead/nv-tablehead.js +1 -1
- package/dist/collection/components/nv-tablerow/nv-tablerow.js +1 -1
- package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
- package/dist/components/nv-alert.js +1 -1
- package/dist/components/nv-avatar.js +1 -1
- package/dist/components/nv-badge.js +1 -173
- package/dist/components/nv-badge.js.map +1 -1
- package/dist/components/nv-breadcrumb.js +3 -3
- package/dist/components/nv-button.js +1 -1
- package/dist/components/nv-fieldcheckbox.js +1 -152
- package/dist/components/nv-fieldcheckbox.js.map +1 -1
- package/dist/components/nv-fielddropdown.js +5 -5
- package/dist/components/nv-fielddropdownitem.js +1 -1
- package/dist/components/nv-fielddropdownitemcheck.d.ts +11 -0
- package/dist/components/nv-fielddropdownitemcheck.js +8 -0
- package/dist/components/nv-fielddropdownitemcheck.js.map +1 -0
- package/dist/components/nv-fieldmultiselect.d.ts +11 -0
- package/dist/components/nv-fieldmultiselect.js +1159 -0
- package/dist/components/nv-fieldmultiselect.js.map +1 -0
- package/dist/components/nv-fieldnumber.js +4 -4
- package/dist/components/nv-fieldpassword.js +6 -6
- package/dist/components/nv-fieldradio.js +3 -3
- package/dist/components/nv-fieldselect.js +6 -6
- package/dist/components/nv-fieldtext.js +4 -4
- package/dist/components/nv-fieldtextarea.js +3 -3
- package/dist/components/nv-fieldtoggle.js +2 -2
- package/dist/components/nv-icon.js +1 -1
- package/dist/components/nv-iconbutton.js +1 -1
- package/dist/components/nv-loader.js +1 -1
- package/dist/components/nv-menu.js +2 -2
- package/dist/components/nv-menuitem.js +2 -2
- package/dist/components/nv-popover.js +1 -1
- package/dist/components/nv-row.js +1 -1
- package/dist/components/nv-stack.js +1 -1
- package/dist/components/nv-table.js +2 -2
- package/dist/components/nv-tablebody.js +1 -1
- package/dist/components/nv-tablecolumn.js +1 -1
- package/dist/components/nv-tabledatacell.js +1 -1
- package/dist/components/nv-tablehead.js +1 -1
- package/dist/components/nv-tablerow.js +1 -1
- package/dist/components/nv-tooltip.js +1 -1
- package/dist/components/{p-b7462fc2.js → p-0b30dd1b.js} +2 -2
- package/dist/components/{p-b7462fc2.js.map → p-0b30dd1b.js.map} +1 -1
- package/dist/{esm/nv-badge.entry.js → components/p-2abfadb8.js} +48 -12
- package/dist/components/p-2abfadb8.js.map +1 -0
- package/dist/components/{p-a61d9ce8.js → p-5b98036c.js} +2 -2
- package/dist/components/{p-a61d9ce8.js.map → p-5b98036c.js.map} +1 -1
- package/dist/components/p-63afc71f.js +74 -0
- package/dist/components/p-63afc71f.js.map +1 -0
- package/dist/components/{p-ce67d70c.js → p-78e7c594.js} +2 -2
- package/dist/components/{p-ce67d70c.js.map → p-78e7c594.js.map} +1 -1
- package/dist/components/{p-09a2a880.js → p-7a19fef7.js} +2 -2
- package/dist/components/{p-09a2a880.js.map → p-7a19fef7.js.map} +1 -1
- package/dist/components/{p-e7131c30.js → p-7c0db67e.js} +3 -3
- package/dist/components/{p-e7131c30.js.map → p-7c0db67e.js.map} +1 -1
- package/dist/components/p-afa1c98e.js +156 -0
- package/dist/components/p-afa1c98e.js.map +1 -0
- package/dist/components/{p-0cdf2cc7.js → p-d3b1c116.js} +4 -4
- package/dist/components/{p-0cdf2cc7.js.map → p-d3b1c116.js.map} +1 -1
- package/dist/docs.json +1394 -183
- package/dist/esm/index-cd557d0a.js +12 -12
- package/dist/esm/loader.js +1 -1
- package/dist/esm/native.js +1 -1
- package/dist/esm/nv-badge_2.entry.js +182 -0
- package/dist/esm/nv-badge_2.entry.js.map +1 -0
- package/dist/esm/nv-fieldmultiselect.entry.js +1063 -0
- package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -0
- package/dist/esm/nv-fieldnumber.entry.js +3 -3
- package/dist/esm/nv-fieldpassword.entry.js +3 -3
- package/dist/esm/nv-fieldradio.entry.js +3 -3
- package/dist/esm/nv-fieldselect.entry.js +5 -5
- package/dist/esm/nv-fieldtext.entry.js +3 -3
- package/dist/esm/nv-fieldtextarea.entry.js +3 -3
- package/dist/esm/nv-fieldtoggle.entry.js +2 -2
- package/dist/esm/nv-icon.entry.js +1 -1
- package/dist/esm/{nv-iconbutton.entry.js → nv-iconbutton_2.entry.js} +28 -3
- package/dist/esm/nv-iconbutton_2.entry.js.map +1 -0
- package/dist/esm/nv-menu.entry.js +1 -1
- package/dist/esm/nv-menuitem.entry.js +1 -1
- package/dist/esm/nv-popover.entry.js +1 -1
- package/dist/esm/nv-row.entry.js +1 -1
- package/dist/esm/nv-stack.entry.js +1 -1
- package/dist/esm/nv-table.entry.js +2 -2
- package/dist/esm/nv-tablebody.entry.js +1 -1
- package/dist/esm/nv-tablecolumn.entry.js +1 -1
- package/dist/esm/nv-tabledatacell.entry.js +1 -1
- package/dist/esm/nv-tablehead.entry.js +1 -1
- package/dist/esm/nv-tablerow.entry.js +1 -1
- package/dist/esm/nv-tooltip.entry.js +1 -1
- package/dist/native/native.css +1 -1
- package/dist/native/native.esm.js +1 -1
- package/dist/native/native.esm.js.map +1 -1
- package/dist/native/{p-b902c7c0.entry.js → p-0a9a738c.entry.js} +2 -2
- package/dist/native/{p-f1545844.entry.js → p-18b227b5.entry.js} +2 -2
- package/dist/native/p-18b227b5.entry.js.map +1 -0
- package/dist/native/{p-3e9521a0.entry.js → p-1e2bd4e3.entry.js} +2 -2
- package/dist/native/p-225962f2.entry.js +2 -0
- package/dist/native/{p-bbc45099.entry.js.map → p-225962f2.entry.js.map} +1 -1
- package/dist/native/{p-f2ea8aa9.entry.js → p-3283505f.entry.js} +2 -2
- package/dist/native/{p-c59e3500.entry.js → p-3adf0c45.entry.js} +2 -2
- package/dist/native/{p-0710efd7.entry.js → p-4e056cd8.entry.js} +2 -2
- package/dist/native/p-4ffd5c51.entry.js +2 -0
- package/dist/native/{p-6c1b9c89.entry.js.map → p-4ffd5c51.entry.js.map} +1 -1
- package/dist/native/{p-ee78addb.entry.js → p-552e7ea4.entry.js} +2 -2
- package/dist/native/{p-74778f5f.entry.js → p-575ea40b.entry.js} +2 -2
- package/dist/native/p-5f160072.entry.js +2 -0
- package/dist/native/{p-10a06059.entry.js → p-6bb2c88f.entry.js} +2 -2
- package/dist/native/{p-e56d3715.entry.js → p-6ea62d17.entry.js} +2 -2
- package/dist/native/{p-45aa0c68.entry.js → p-788712dd.entry.js} +2 -2
- package/dist/native/{p-9cef006d.entry.js → p-7dfb4a60.entry.js} +2 -2
- package/dist/native/p-826f1d28.entry.js +2 -0
- package/dist/native/p-826f1d28.entry.js.map +1 -0
- package/dist/native/p-8ae9aaf1.entry.js +2 -0
- package/dist/native/p-967f1aee.entry.js +2 -0
- package/dist/native/p-967f1aee.entry.js.map +1 -0
- package/dist/native/{p-f4ecacf6.entry.js → p-cd251f91.entry.js} +2 -2
- package/dist/native/p-e8d181e6.entry.js +2 -0
- package/dist/native/{p-e390557d.entry.js → p-ed825c80.entry.js} +2 -2
- package/dist/native/{p-d0f83d1f.entry.js → p-f79752ca.entry.js} +2 -2
- package/dist/native/p-fc8cad13.entry.js +2 -0
- package/dist/types/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.d.ts +56 -0
- package/dist/types/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.docs.d.ts +4 -0
- package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +404 -0
- package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.d.ts +4 -0
- package/dist/types/components.d.ts +329 -0
- package/dist/vscode-data.json +324 -0
- package/hydrate/index.js +1201 -38
- package/hydrate/index.mjs +1201 -38
- package/package.json +10 -2
- package/dist/cjs/nv-badge.cjs.entry.js.map +0 -1
- package/dist/cjs/nv-iconbutton.cjs.entry.js.map +0 -1
- package/dist/cjs/nv-loader.cjs.entry.js +0 -35
- package/dist/cjs/nv-loader.cjs.entry.js.map +0 -1
- package/dist/esm/nv-badge.entry.js.map +0 -1
- package/dist/esm/nv-iconbutton.entry.js.map +0 -1
- package/dist/esm/nv-loader.entry.js +0 -31
- package/dist/esm/nv-loader.entry.js.map +0 -1
- package/dist/native/p-132b8588.entry.js +0 -2
- package/dist/native/p-132b8588.entry.js.map +0 -1
- package/dist/native/p-5d67a825.entry.js +0 -2
- package/dist/native/p-6c1b9c89.entry.js +0 -2
- package/dist/native/p-907c3eda.entry.js +0 -2
- package/dist/native/p-91d4b4d7.entry.js +0 -2
- package/dist/native/p-a9b6461b.entry.js +0 -2
- package/dist/native/p-a9b6461b.entry.js.map +0 -1
- package/dist/native/p-bbc45099.entry.js +0 -2
- package/dist/native/p-f1545844.entry.js.map +0 -1
- package/dist/native/p-f42e87b5.entry.js +0 -2
- /package/dist/native/{p-b902c7c0.entry.js.map → p-0a9a738c.entry.js.map} +0 -0
- /package/dist/native/{p-3e9521a0.entry.js.map → p-1e2bd4e3.entry.js.map} +0 -0
- /package/dist/native/{p-f2ea8aa9.entry.js.map → p-3283505f.entry.js.map} +0 -0
- /package/dist/native/{p-c59e3500.entry.js.map → p-3adf0c45.entry.js.map} +0 -0
- /package/dist/native/{p-0710efd7.entry.js.map → p-4e056cd8.entry.js.map} +0 -0
- /package/dist/native/{p-ee78addb.entry.js.map → p-552e7ea4.entry.js.map} +0 -0
- /package/dist/native/{p-74778f5f.entry.js.map → p-575ea40b.entry.js.map} +0 -0
- /package/dist/native/{p-5d67a825.entry.js.map → p-5f160072.entry.js.map} +0 -0
- /package/dist/native/{p-10a06059.entry.js.map → p-6bb2c88f.entry.js.map} +0 -0
- /package/dist/native/{p-e56d3715.entry.js.map → p-6ea62d17.entry.js.map} +0 -0
- /package/dist/native/{p-45aa0c68.entry.js.map → p-788712dd.entry.js.map} +0 -0
- /package/dist/native/{p-9cef006d.entry.js.map → p-7dfb4a60.entry.js.map} +0 -0
- /package/dist/native/{p-907c3eda.entry.js.map → p-8ae9aaf1.entry.js.map} +0 -0
- /package/dist/native/{p-f4ecacf6.entry.js.map → p-cd251f91.entry.js.map} +0 -0
- /package/dist/native/{p-f42e87b5.entry.js.map → p-e8d181e6.entry.js.map} +0 -0
- /package/dist/native/{p-e390557d.entry.js.map → p-ed825c80.entry.js.map} +0 -0
- /package/dist/native/{p-d0f83d1f.entry.js.map → p-f79752ca.entry.js.map} +0 -0
- /package/dist/native/{p-91d4b4d7.entry.js.map → p-fc8cad13.entry.js.map} +0 -0
package/dist/blazor-docs.json
CHANGED
|
@@ -738,13 +738,18 @@
|
|
|
738
738
|
}
|
|
739
739
|
],
|
|
740
740
|
"encapsulation": "none",
|
|
741
|
-
"dependents": [
|
|
741
|
+
"dependents": [
|
|
742
|
+
"nv-fieldmultiselect"
|
|
743
|
+
],
|
|
742
744
|
"dependencies": [
|
|
743
745
|
"nv-icon"
|
|
744
746
|
],
|
|
745
747
|
"dependencyGraph": {
|
|
746
748
|
"nv-badge": [
|
|
747
749
|
"nv-icon"
|
|
750
|
+
],
|
|
751
|
+
"nv-fieldmultiselect": [
|
|
752
|
+
"nv-badge"
|
|
748
753
|
]
|
|
749
754
|
},
|
|
750
755
|
"props": [
|
|
@@ -2132,9 +2137,15 @@
|
|
|
2132
2137
|
}
|
|
2133
2138
|
],
|
|
2134
2139
|
"encapsulation": "none",
|
|
2135
|
-
"dependents": [
|
|
2140
|
+
"dependents": [
|
|
2141
|
+
"nv-fielddropdownitemcheck"
|
|
2142
|
+
],
|
|
2136
2143
|
"dependencies": [],
|
|
2137
|
-
"dependencyGraph": {
|
|
2144
|
+
"dependencyGraph": {
|
|
2145
|
+
"nv-fielddropdownitemcheck": [
|
|
2146
|
+
"nv-fieldcheckbox"
|
|
2147
|
+
]
|
|
2148
|
+
},
|
|
2138
2149
|
"props": [
|
|
2139
2150
|
{
|
|
2140
2151
|
"name": "checked",
|
|
@@ -3201,7 +3212,1275 @@
|
|
|
3201
3212
|
"mutable": true,
|
|
3202
3213
|
"attr": "open",
|
|
3203
3214
|
"reflectToAttr": true,
|
|
3204
|
-
"docs": "State of the dropdown popover.",
|
|
3215
|
+
"docs": "State of the dropdown popover.",
|
|
3216
|
+
"docsTags": [],
|
|
3217
|
+
"default": "false",
|
|
3218
|
+
"values": [
|
|
3219
|
+
{
|
|
3220
|
+
"type": "bool"
|
|
3221
|
+
}
|
|
3222
|
+
],
|
|
3223
|
+
"optional": false,
|
|
3224
|
+
"required": false,
|
|
3225
|
+
"getter": false,
|
|
3226
|
+
"setter": false
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"name": "placeholder",
|
|
3230
|
+
"type": "string",
|
|
3231
|
+
"complexType": {
|
|
3232
|
+
"original": "string",
|
|
3233
|
+
"resolved": "string",
|
|
3234
|
+
"references": {}
|
|
3235
|
+
},
|
|
3236
|
+
"mutable": false,
|
|
3237
|
+
"attr": "placeholder",
|
|
3238
|
+
"reflectToAttr": true,
|
|
3239
|
+
"docs": "Display temporary text inside the input field to give users a hint about\nwhat to type. It’s a great way to provide examples or suggestions directly\nin the field before they start typing.\nThe placeholder is displayed only when the filterable option is enabled.",
|
|
3240
|
+
"docsTags": [],
|
|
3241
|
+
"values": [
|
|
3242
|
+
{
|
|
3243
|
+
"type": "string"
|
|
3244
|
+
}
|
|
3245
|
+
],
|
|
3246
|
+
"optional": false,
|
|
3247
|
+
"required": false,
|
|
3248
|
+
"getter": false,
|
|
3249
|
+
"setter": false
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
"name": "readonly",
|
|
3253
|
+
"type": "bool",
|
|
3254
|
+
"complexType": {
|
|
3255
|
+
"original": "boolean",
|
|
3256
|
+
"resolved": "boolean",
|
|
3257
|
+
"references": {}
|
|
3258
|
+
},
|
|
3259
|
+
"mutable": false,
|
|
3260
|
+
"attr": "readonly",
|
|
3261
|
+
"reflectToAttr": true,
|
|
3262
|
+
"docs": "Display the input field’s content without allowing users to change it.\nUsers can still click on it, select, and copy the text, but they won’t be\nable to type or delete anything.",
|
|
3263
|
+
"docsTags": [],
|
|
3264
|
+
"default": "false",
|
|
3265
|
+
"values": [
|
|
3266
|
+
{
|
|
3267
|
+
"type": "bool"
|
|
3268
|
+
}
|
|
3269
|
+
],
|
|
3270
|
+
"optional": false,
|
|
3271
|
+
"required": false,
|
|
3272
|
+
"getter": false,
|
|
3273
|
+
"setter": false
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
"name": "required",
|
|
3277
|
+
"type": "bool",
|
|
3278
|
+
"complexType": {
|
|
3279
|
+
"original": "boolean",
|
|
3280
|
+
"resolved": "boolean",
|
|
3281
|
+
"references": {}
|
|
3282
|
+
},
|
|
3283
|
+
"mutable": false,
|
|
3284
|
+
"attr": "required",
|
|
3285
|
+
"reflectToAttr": true,
|
|
3286
|
+
"docs": "Marks the input field as required, ensuring that the user must fill it out\nbefore submitting the form.",
|
|
3287
|
+
"docsTags": [],
|
|
3288
|
+
"default": "false",
|
|
3289
|
+
"values": [
|
|
3290
|
+
{
|
|
3291
|
+
"type": "bool"
|
|
3292
|
+
}
|
|
3293
|
+
],
|
|
3294
|
+
"optional": false,
|
|
3295
|
+
"required": false,
|
|
3296
|
+
"getter": false,
|
|
3297
|
+
"setter": false
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
"name": "value",
|
|
3301
|
+
"type": "string",
|
|
3302
|
+
"complexType": {
|
|
3303
|
+
"original": "string",
|
|
3304
|
+
"resolved": "string",
|
|
3305
|
+
"references": {}
|
|
3306
|
+
},
|
|
3307
|
+
"mutable": true,
|
|
3308
|
+
"attr": "value",
|
|
3309
|
+
"reflectToAttr": true,
|
|
3310
|
+
"docs": "Specifies the value of the input field, which determines the text displayed\nwithin the field. This prop is typically used in controlled components\nwhere the input’s value is managed by the component’s state.",
|
|
3311
|
+
"docsTags": [],
|
|
3312
|
+
"values": [
|
|
3313
|
+
{
|
|
3314
|
+
"type": "string"
|
|
3315
|
+
}
|
|
3316
|
+
],
|
|
3317
|
+
"optional": false,
|
|
3318
|
+
"required": false,
|
|
3319
|
+
"getter": false,
|
|
3320
|
+
"setter": false
|
|
3321
|
+
}
|
|
3322
|
+
],
|
|
3323
|
+
"methods": [
|
|
3324
|
+
{
|
|
3325
|
+
"name": "getFilterText",
|
|
3326
|
+
"returns": {
|
|
3327
|
+
"type": "Promise<string>",
|
|
3328
|
+
"docs": "The filter text."
|
|
3329
|
+
},
|
|
3330
|
+
"complexType": {
|
|
3331
|
+
"signature": "() => Promise<string>",
|
|
3332
|
+
"parameters": [],
|
|
3333
|
+
"references": {
|
|
3334
|
+
"Promise": {
|
|
3335
|
+
"location": "global",
|
|
3336
|
+
"id": "global::Promise"
|
|
3337
|
+
}
|
|
3338
|
+
},
|
|
3339
|
+
"return": "Promise<string>"
|
|
3340
|
+
},
|
|
3341
|
+
"signature": "getFilterText() => Promise<string>",
|
|
3342
|
+
"parameters": [],
|
|
3343
|
+
"docs": "Retrieves the current filter text entered by the user.",
|
|
3344
|
+
"docsTags": [
|
|
3345
|
+
{
|
|
3346
|
+
"name": "returns",
|
|
3347
|
+
"text": "The filter text."
|
|
3348
|
+
}
|
|
3349
|
+
]
|
|
3350
|
+
}
|
|
3351
|
+
],
|
|
3352
|
+
"events": [
|
|
3353
|
+
{
|
|
3354
|
+
"event": "dropdownItemSelected",
|
|
3355
|
+
"detail": "DropdownItemSelectedEventDetail",
|
|
3356
|
+
"bubbles": true,
|
|
3357
|
+
"complexType": {
|
|
3358
|
+
"original": "DropdownItemSelectedEventDetail",
|
|
3359
|
+
"resolved": "DropdownItemSelectedEventDetail",
|
|
3360
|
+
"references": {
|
|
3361
|
+
"DropdownItemSelectedEventDetail": {
|
|
3362
|
+
"location": "import",
|
|
3363
|
+
"path": "../nv-fielddropdownitem/DropdownItemSelectedEventDetail",
|
|
3364
|
+
"id": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail"
|
|
3365
|
+
}
|
|
3366
|
+
}
|
|
3367
|
+
},
|
|
3368
|
+
"cancelable": true,
|
|
3369
|
+
"composed": true,
|
|
3370
|
+
"docs": "Event emitted when an item is selected.",
|
|
3371
|
+
"docsTags": [],
|
|
3372
|
+
"name": "DropdownItemSelectedEvent"
|
|
3373
|
+
},
|
|
3374
|
+
{
|
|
3375
|
+
"event": "valueChanged",
|
|
3376
|
+
"detail": "string",
|
|
3377
|
+
"bubbles": true,
|
|
3378
|
+
"complexType": {
|
|
3379
|
+
"original": "string",
|
|
3380
|
+
"resolved": "string",
|
|
3381
|
+
"references": {}
|
|
3382
|
+
},
|
|
3383
|
+
"cancelable": true,
|
|
3384
|
+
"composed": true,
|
|
3385
|
+
"docs": "Emitted when the input value changes.",
|
|
3386
|
+
"docsTags": [
|
|
3387
|
+
{
|
|
3388
|
+
"name": "bind",
|
|
3389
|
+
"text": "value"
|
|
3390
|
+
}
|
|
3391
|
+
],
|
|
3392
|
+
"name": "ValueChanged"
|
|
3393
|
+
}
|
|
3394
|
+
],
|
|
3395
|
+
"styles": [],
|
|
3396
|
+
"slots": [
|
|
3397
|
+
{
|
|
3398
|
+
"name": "after-input",
|
|
3399
|
+
"docs": "Content to be placed after the input text, outside the input container."
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
"name": "before-input",
|
|
3403
|
+
"docs": "Content to be placed before the input text, outside the input container."
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"name": "content",
|
|
3407
|
+
"docs": "Use a <ul></ul> tag for the slot, and place <nv-dropdownitem> elements inside."
|
|
3408
|
+
},
|
|
3409
|
+
{
|
|
3410
|
+
"name": "description",
|
|
3411
|
+
"docs": "Content to be placed as the description, will override the description prop."
|
|
3412
|
+
},
|
|
3413
|
+
{
|
|
3414
|
+
"name": "error-description",
|
|
3415
|
+
"docs": "Content to be placed as the error description, will override the errorDescription prop."
|
|
3416
|
+
},
|
|
3417
|
+
{
|
|
3418
|
+
"name": "label",
|
|
3419
|
+
"docs": "Content to be placed as the label, will override the label prop."
|
|
3420
|
+
},
|
|
3421
|
+
{
|
|
3422
|
+
"name": "leading-input",
|
|
3423
|
+
"docs": "Content to be placed before the input text, within the input container."
|
|
3424
|
+
}
|
|
3425
|
+
],
|
|
3426
|
+
"parts": [],
|
|
3427
|
+
"listeners": [
|
|
3428
|
+
{
|
|
3429
|
+
"event": "itemSelected",
|
|
3430
|
+
"capture": false,
|
|
3431
|
+
"passive": false
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"event": "openChanged",
|
|
3435
|
+
"capture": false,
|
|
3436
|
+
"passive": false
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"event": "keydown",
|
|
3440
|
+
"capture": false,
|
|
3441
|
+
"passive": false
|
|
3442
|
+
}
|
|
3443
|
+
],
|
|
3444
|
+
"formAssociated": true,
|
|
3445
|
+
"formValidation": {
|
|
3446
|
+
"hasValidations": true,
|
|
3447
|
+
"errorProp": "error",
|
|
3448
|
+
"messageProp": "errorDescription"
|
|
3449
|
+
}
|
|
3450
|
+
},
|
|
3451
|
+
{
|
|
3452
|
+
"filePath": "src/components/nv-fielddropdownitem/nv-fielddropdownitem.tsx",
|
|
3453
|
+
"fileName": "nv-fielddropdownitem.tsx",
|
|
3454
|
+
"tag": "nv-fielddropdownitem",
|
|
3455
|
+
"readme": "# nv-fielddropdownitem\nThe 'nv-fielddropdownitem' is a component designed to be used within the 'nv-fielddropdown' component. Each 'nv-fielddropdownitem' represents a single selectable option in the dropdown list. It allows customization through properties such as 'value', 'label', and 'selected' state, which defines its appearance and behavior.\n\nThe 'nv-fielddropdownitem' can display custom content, making it flexible for use cases where options may require more detailed representation beyond plain text. It is ideal for creating interactive dropdown menus, enabling users to make selections easily and clearly. This component is essential for building intuitive and user-friendly dropdown experiences.\n",
|
|
3456
|
+
"overview": "",
|
|
3457
|
+
"usage": {},
|
|
3458
|
+
"docs": "The 'nv-fielddropdownitem' is a component designed to be used within the 'nv-fielddropdown' component. Each 'nv-fielddropdownitem' represents a single selectable option in the dropdown list. It allows customization through properties such as 'value', 'label', and 'selected' state, which defines its appearance and behavior.\n\nThe 'nv-fielddropdownitem' can display custom content, making it flexible for use cases where options may require more detailed representation beyond plain text. It is ideal for creating interactive dropdown menus, enabling users to make selections easily and clearly. This component is essential for building intuitive and user-friendly dropdown experiences.",
|
|
3459
|
+
"docsTags": [
|
|
3460
|
+
{
|
|
3461
|
+
"name": "slot",
|
|
3462
|
+
"text": "default - The content to be displayed inside the dropdown item."
|
|
3463
|
+
}
|
|
3464
|
+
],
|
|
3465
|
+
"encapsulation": "none",
|
|
3466
|
+
"dependents": [
|
|
3467
|
+
"nv-fielddropdown"
|
|
3468
|
+
],
|
|
3469
|
+
"dependencies": [
|
|
3470
|
+
"nv-icon"
|
|
3471
|
+
],
|
|
3472
|
+
"dependencyGraph": {
|
|
3473
|
+
"nv-fielddropdownitem": [
|
|
3474
|
+
"nv-icon"
|
|
3475
|
+
],
|
|
3476
|
+
"nv-fielddropdown": [
|
|
3477
|
+
"nv-fielddropdownitem"
|
|
3478
|
+
]
|
|
3479
|
+
},
|
|
3480
|
+
"props": [
|
|
3481
|
+
{
|
|
3482
|
+
"name": "disabled",
|
|
3483
|
+
"type": "bool",
|
|
3484
|
+
"complexType": {
|
|
3485
|
+
"original": "boolean",
|
|
3486
|
+
"resolved": "boolean",
|
|
3487
|
+
"references": {}
|
|
3488
|
+
},
|
|
3489
|
+
"mutable": false,
|
|
3490
|
+
"attr": "disabled",
|
|
3491
|
+
"reflectToAttr": true,
|
|
3492
|
+
"docs": "Disables the item, preventing any user interaction.",
|
|
3493
|
+
"docsTags": [],
|
|
3494
|
+
"default": "false",
|
|
3495
|
+
"values": [
|
|
3496
|
+
{
|
|
3497
|
+
"type": "bool"
|
|
3498
|
+
}
|
|
3499
|
+
],
|
|
3500
|
+
"optional": false,
|
|
3501
|
+
"required": false,
|
|
3502
|
+
"getter": false,
|
|
3503
|
+
"setter": false
|
|
3504
|
+
},
|
|
3505
|
+
{
|
|
3506
|
+
"name": "label",
|
|
3507
|
+
"type": "string",
|
|
3508
|
+
"complexType": {
|
|
3509
|
+
"original": "string",
|
|
3510
|
+
"resolved": "string",
|
|
3511
|
+
"references": {}
|
|
3512
|
+
},
|
|
3513
|
+
"mutable": false,
|
|
3514
|
+
"attr": "label",
|
|
3515
|
+
"reflectToAttr": true,
|
|
3516
|
+
"docs": "Label used as the value for the default layout.",
|
|
3517
|
+
"docsTags": [],
|
|
3518
|
+
"values": [
|
|
3519
|
+
{
|
|
3520
|
+
"type": "string"
|
|
3521
|
+
}
|
|
3522
|
+
],
|
|
3523
|
+
"optional": true,
|
|
3524
|
+
"required": false,
|
|
3525
|
+
"getter": false,
|
|
3526
|
+
"setter": false
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"name": "selected",
|
|
3530
|
+
"type": "bool",
|
|
3531
|
+
"complexType": {
|
|
3532
|
+
"original": "boolean",
|
|
3533
|
+
"resolved": "boolean",
|
|
3534
|
+
"references": {}
|
|
3535
|
+
},
|
|
3536
|
+
"mutable": true,
|
|
3537
|
+
"attr": "selected",
|
|
3538
|
+
"reflectToAttr": true,
|
|
3539
|
+
"docs": "Indicates if the item is selected.",
|
|
3540
|
+
"docsTags": [],
|
|
3541
|
+
"default": "false",
|
|
3542
|
+
"values": [
|
|
3543
|
+
{
|
|
3544
|
+
"type": "bool"
|
|
3545
|
+
}
|
|
3546
|
+
],
|
|
3547
|
+
"optional": false,
|
|
3548
|
+
"required": false,
|
|
3549
|
+
"getter": false,
|
|
3550
|
+
"setter": false
|
|
3551
|
+
},
|
|
3552
|
+
{
|
|
3553
|
+
"name": "value",
|
|
3554
|
+
"type": "string",
|
|
3555
|
+
"complexType": {
|
|
3556
|
+
"original": "string",
|
|
3557
|
+
"resolved": "string",
|
|
3558
|
+
"references": {}
|
|
3559
|
+
},
|
|
3560
|
+
"mutable": false,
|
|
3561
|
+
"attr": "value",
|
|
3562
|
+
"reflectToAttr": true,
|
|
3563
|
+
"docs": "Value associated with the item.",
|
|
3564
|
+
"docsTags": [],
|
|
3565
|
+
"values": [
|
|
3566
|
+
{
|
|
3567
|
+
"type": "string"
|
|
3568
|
+
}
|
|
3569
|
+
],
|
|
3570
|
+
"optional": true,
|
|
3571
|
+
"required": false,
|
|
3572
|
+
"getter": false,
|
|
3573
|
+
"setter": false
|
|
3574
|
+
}
|
|
3575
|
+
],
|
|
3576
|
+
"methods": [],
|
|
3577
|
+
"events": [
|
|
3578
|
+
{
|
|
3579
|
+
"event": "itemSelected",
|
|
3580
|
+
"detail": "DropdownItemSelectedEventDetail",
|
|
3581
|
+
"bubbles": true,
|
|
3582
|
+
"complexType": {
|
|
3583
|
+
"original": "DropdownItemSelectedEventDetail",
|
|
3584
|
+
"resolved": "DropdownItemSelectedEventDetail",
|
|
3585
|
+
"references": {
|
|
3586
|
+
"DropdownItemSelectedEventDetail": {
|
|
3587
|
+
"location": "import",
|
|
3588
|
+
"path": "./DropdownItemSelectedEventDetail",
|
|
3589
|
+
"id": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail"
|
|
3590
|
+
}
|
|
3591
|
+
}
|
|
3592
|
+
},
|
|
3593
|
+
"cancelable": true,
|
|
3594
|
+
"composed": true,
|
|
3595
|
+
"docs": "Event emitted when an item is clicked.",
|
|
3596
|
+
"docsTags": [],
|
|
3597
|
+
"name": "ItemSelectedEvent"
|
|
3598
|
+
}
|
|
3599
|
+
],
|
|
3600
|
+
"styles": [],
|
|
3601
|
+
"slots": [
|
|
3602
|
+
{
|
|
3603
|
+
"name": "default",
|
|
3604
|
+
"docs": "The content to be displayed inside the dropdown item."
|
|
3605
|
+
}
|
|
3606
|
+
],
|
|
3607
|
+
"parts": [],
|
|
3608
|
+
"listeners": [],
|
|
3609
|
+
"formAssociated": false,
|
|
3610
|
+
"formValidation": {
|
|
3611
|
+
"hasValidations": false
|
|
3612
|
+
}
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
"filePath": "src/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.tsx",
|
|
3616
|
+
"fileName": "nv-fielddropdownitemcheck.tsx",
|
|
3617
|
+
"tag": "nv-fielddropdownitemcheck",
|
|
3618
|
+
"readme": "# nv-fielddropdownitemcheck\nthe nv-fielddropdownitemcheck component is used to display a checkbox item in a nv-fieldmultiselect component. It allows users to select multiple options from a dropdown list.\n",
|
|
3619
|
+
"overview": "",
|
|
3620
|
+
"usage": {},
|
|
3621
|
+
"docs": "the nv-fielddropdownitemcheck component is used to display a checkbox item in a nv-fieldmultiselect component. It allows users to select multiple options from a dropdown list.",
|
|
3622
|
+
"docsTags": [],
|
|
3623
|
+
"encapsulation": "none",
|
|
3624
|
+
"dependents": [
|
|
3625
|
+
"nv-fieldmultiselect"
|
|
3626
|
+
],
|
|
3627
|
+
"dependencies": [
|
|
3628
|
+
"nv-fieldcheckbox"
|
|
3629
|
+
],
|
|
3630
|
+
"dependencyGraph": {
|
|
3631
|
+
"nv-fielddropdownitemcheck": [
|
|
3632
|
+
"nv-fieldcheckbox"
|
|
3633
|
+
],
|
|
3634
|
+
"nv-fieldmultiselect": [
|
|
3635
|
+
"nv-fielddropdownitemcheck"
|
|
3636
|
+
]
|
|
3637
|
+
},
|
|
3638
|
+
"props": [
|
|
3639
|
+
{
|
|
3640
|
+
"name": "checked",
|
|
3641
|
+
"type": "bool",
|
|
3642
|
+
"complexType": {
|
|
3643
|
+
"original": "boolean",
|
|
3644
|
+
"resolved": "boolean",
|
|
3645
|
+
"references": {}
|
|
3646
|
+
},
|
|
3647
|
+
"mutable": true,
|
|
3648
|
+
"attr": "checked",
|
|
3649
|
+
"reflectToAttr": true,
|
|
3650
|
+
"docs": "Indicates whether the checkbox is selected.",
|
|
3651
|
+
"docsTags": [],
|
|
3652
|
+
"default": "false",
|
|
3653
|
+
"values": [
|
|
3654
|
+
{
|
|
3655
|
+
"type": "bool"
|
|
3656
|
+
}
|
|
3657
|
+
],
|
|
3658
|
+
"optional": false,
|
|
3659
|
+
"required": false,
|
|
3660
|
+
"getter": false,
|
|
3661
|
+
"setter": false
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"name": "description",
|
|
3665
|
+
"type": "string",
|
|
3666
|
+
"complexType": {
|
|
3667
|
+
"original": "string",
|
|
3668
|
+
"resolved": "string",
|
|
3669
|
+
"references": {}
|
|
3670
|
+
},
|
|
3671
|
+
"mutable": false,
|
|
3672
|
+
"attr": "description",
|
|
3673
|
+
"reflectToAttr": true,
|
|
3674
|
+
"docs": "A description providing additional context or information about the\ncheckbox.",
|
|
3675
|
+
"docsTags": [],
|
|
3676
|
+
"values": [
|
|
3677
|
+
{
|
|
3678
|
+
"type": "string"
|
|
3679
|
+
}
|
|
3680
|
+
],
|
|
3681
|
+
"optional": true,
|
|
3682
|
+
"required": false,
|
|
3683
|
+
"getter": false,
|
|
3684
|
+
"setter": false
|
|
3685
|
+
},
|
|
3686
|
+
{
|
|
3687
|
+
"name": "disabled",
|
|
3688
|
+
"type": "bool",
|
|
3689
|
+
"complexType": {
|
|
3690
|
+
"original": "boolean",
|
|
3691
|
+
"resolved": "boolean",
|
|
3692
|
+
"references": {}
|
|
3693
|
+
},
|
|
3694
|
+
"mutable": false,
|
|
3695
|
+
"attr": "disabled",
|
|
3696
|
+
"reflectToAttr": true,
|
|
3697
|
+
"docs": "Disables the item, preventing any user interaction.",
|
|
3698
|
+
"docsTags": [],
|
|
3699
|
+
"default": "false",
|
|
3700
|
+
"values": [
|
|
3701
|
+
{
|
|
3702
|
+
"type": "bool"
|
|
3703
|
+
}
|
|
3704
|
+
],
|
|
3705
|
+
"optional": false,
|
|
3706
|
+
"required": false,
|
|
3707
|
+
"getter": false,
|
|
3708
|
+
"setter": false
|
|
3709
|
+
},
|
|
3710
|
+
{
|
|
3711
|
+
"name": "group",
|
|
3712
|
+
"type": "string",
|
|
3713
|
+
"complexType": {
|
|
3714
|
+
"original": "string",
|
|
3715
|
+
"resolved": "string",
|
|
3716
|
+
"references": {}
|
|
3717
|
+
},
|
|
3718
|
+
"mutable": false,
|
|
3719
|
+
"attr": "group",
|
|
3720
|
+
"reflectToAttr": true,
|
|
3721
|
+
"docs": "The group this item belongs to, if applicable.",
|
|
3722
|
+
"docsTags": [],
|
|
3723
|
+
"values": [
|
|
3724
|
+
{
|
|
3725
|
+
"type": "string"
|
|
3726
|
+
}
|
|
3727
|
+
],
|
|
3728
|
+
"optional": true,
|
|
3729
|
+
"required": false,
|
|
3730
|
+
"getter": false,
|
|
3731
|
+
"setter": false
|
|
3732
|
+
},
|
|
3733
|
+
{
|
|
3734
|
+
"name": "label",
|
|
3735
|
+
"type": "string",
|
|
3736
|
+
"complexType": {
|
|
3737
|
+
"original": "string",
|
|
3738
|
+
"resolved": "string",
|
|
3739
|
+
"references": {}
|
|
3740
|
+
},
|
|
3741
|
+
"mutable": false,
|
|
3742
|
+
"attr": "label",
|
|
3743
|
+
"reflectToAttr": true,
|
|
3744
|
+
"docs": "The label displayed alongside the checkbox.",
|
|
3745
|
+
"docsTags": [],
|
|
3746
|
+
"values": [
|
|
3747
|
+
{
|
|
3748
|
+
"type": "string"
|
|
3749
|
+
}
|
|
3750
|
+
],
|
|
3751
|
+
"optional": true,
|
|
3752
|
+
"required": false,
|
|
3753
|
+
"getter": false,
|
|
3754
|
+
"setter": false
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"name": "value",
|
|
3758
|
+
"type": "string",
|
|
3759
|
+
"complexType": {
|
|
3760
|
+
"original": "string",
|
|
3761
|
+
"resolved": "string",
|
|
3762
|
+
"references": {}
|
|
3763
|
+
},
|
|
3764
|
+
"mutable": false,
|
|
3765
|
+
"attr": "value",
|
|
3766
|
+
"reflectToAttr": true,
|
|
3767
|
+
"docs": "The value associated with this item.",
|
|
3768
|
+
"docsTags": [],
|
|
3769
|
+
"values": [
|
|
3770
|
+
{
|
|
3771
|
+
"type": "string"
|
|
3772
|
+
}
|
|
3773
|
+
],
|
|
3774
|
+
"optional": true,
|
|
3775
|
+
"required": false,
|
|
3776
|
+
"getter": false,
|
|
3777
|
+
"setter": false
|
|
3778
|
+
}
|
|
3779
|
+
],
|
|
3780
|
+
"methods": [],
|
|
3781
|
+
"events": [
|
|
3782
|
+
{
|
|
3783
|
+
"event": "itemChecked",
|
|
3784
|
+
"detail": "{ value: string; checked: boolean; group?: string; }",
|
|
3785
|
+
"bubbles": true,
|
|
3786
|
+
"complexType": {
|
|
3787
|
+
"original": "{\n /**\n * The value associated with this item\n */\n value: string | undefined;\n /**\n * Whether the checkbox is currently checked\n */\n checked: boolean;\n /**\n * The group this item belongs to, if any\n */\n group?: string | undefined;\n }",
|
|
3788
|
+
"resolved": "{ value: string; checked: boolean; group?: string; }",
|
|
3789
|
+
"references": {}
|
|
3790
|
+
},
|
|
3791
|
+
"cancelable": true,
|
|
3792
|
+
"composed": true,
|
|
3793
|
+
"docs": "Event emitted when the checkbox is toggled.\nIt provides details about the current state of the item.",
|
|
3794
|
+
"docsTags": [],
|
|
3795
|
+
"name": "ItemCheckedEvent"
|
|
3796
|
+
}
|
|
3797
|
+
],
|
|
3798
|
+
"styles": [],
|
|
3799
|
+
"slots": [],
|
|
3800
|
+
"parts": [],
|
|
3801
|
+
"listeners": [],
|
|
3802
|
+
"formAssociated": false,
|
|
3803
|
+
"formValidation": {
|
|
3804
|
+
"hasValidations": false
|
|
3805
|
+
}
|
|
3806
|
+
},
|
|
3807
|
+
{
|
|
3808
|
+
"filePath": "src/components/nv-fieldmultiselect/nv-fieldmultiselect.tsx",
|
|
3809
|
+
"fileName": "nv-fieldmultiselect.tsx",
|
|
3810
|
+
"tag": "nv-fieldmultiselect",
|
|
3811
|
+
"readme": "# nv-fieldmultiselect\n\nThe `nv-fieldmultiselect` is a custom multiple selection component that allows users to select multiple options from a dropdown list. It provides a rich user interface with filtering capabilities, keyboard navigation, and state management.\n",
|
|
3812
|
+
"overview": "",
|
|
3813
|
+
"usage": {},
|
|
3814
|
+
"docs": "The `nv-fieldmultiselect` is a custom multiple selection component that allows users to select multiple options from a dropdown list. It provides a rich user interface with filtering capabilities, keyboard navigation, and state management.",
|
|
3815
|
+
"docsTags": [
|
|
3816
|
+
{
|
|
3817
|
+
"name": "slot",
|
|
3818
|
+
"text": "content - The content of the list."
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"name": "slot",
|
|
3822
|
+
"text": "leading-input - Content to be placed before the input text, within the input container."
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
"name": "slot",
|
|
3826
|
+
"text": "before-input - Content to be placed before the input text, outside the input container."
|
|
3827
|
+
},
|
|
3828
|
+
{
|
|
3829
|
+
"name": "slot",
|
|
3830
|
+
"text": "after-input - Content to be placed after the input text, outside the input container."
|
|
3831
|
+
},
|
|
3832
|
+
{
|
|
3833
|
+
"name": "slot",
|
|
3834
|
+
"text": "label - Content to be placed as the label, will override the label prop."
|
|
3835
|
+
},
|
|
3836
|
+
{
|
|
3837
|
+
"name": "slot",
|
|
3838
|
+
"text": "description - Content to be placed as the description, will override the description prop."
|
|
3839
|
+
},
|
|
3840
|
+
{
|
|
3841
|
+
"name": "slot",
|
|
3842
|
+
"text": "error-description - Content to be placed as the error description, will override the errorDescription prop."
|
|
3843
|
+
}
|
|
3844
|
+
],
|
|
3845
|
+
"encapsulation": "none",
|
|
3846
|
+
"dependents": [],
|
|
3847
|
+
"dependencies": [
|
|
3848
|
+
"nv-popover",
|
|
3849
|
+
"nv-badge",
|
|
3850
|
+
"nv-iconbutton",
|
|
3851
|
+
"nv-fielddropdownitemcheck"
|
|
3852
|
+
],
|
|
3853
|
+
"dependencyGraph": {
|
|
3854
|
+
"nv-fieldmultiselect": [
|
|
3855
|
+
"nv-popover",
|
|
3856
|
+
"nv-badge",
|
|
3857
|
+
"nv-iconbutton",
|
|
3858
|
+
"nv-fielddropdownitemcheck"
|
|
3859
|
+
],
|
|
3860
|
+
"nv-badge": [
|
|
3861
|
+
"nv-icon"
|
|
3862
|
+
],
|
|
3863
|
+
"nv-iconbutton": [
|
|
3864
|
+
"nv-loader",
|
|
3865
|
+
"nv-icon"
|
|
3866
|
+
],
|
|
3867
|
+
"nv-fielddropdownitemcheck": [
|
|
3868
|
+
"nv-fieldcheckbox"
|
|
3869
|
+
]
|
|
3870
|
+
},
|
|
3871
|
+
"props": [
|
|
3872
|
+
{
|
|
3873
|
+
"name": "autocomplete",
|
|
3874
|
+
"type": "enum",
|
|
3875
|
+
"complexType": {
|
|
3876
|
+
"original": "`${TextInputAutocomplete}`",
|
|
3877
|
+
"resolved": "\"on\" | \"off\" | \"home\" | \"section-*\" | \"shipping\" | \"billing\" | \"work\" | \"mobile\" | \"fax\" | \"pager\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-local-prefix\" | \"tel-local-suffix\" | \"tel-extension\" | \"email\" | \"impp\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"url\" | \"photo\"",
|
|
3878
|
+
"references": {
|
|
3879
|
+
"TextInputAutocomplete": {
|
|
3880
|
+
"location": "import",
|
|
3881
|
+
"path": "../../utils/constants",
|
|
3882
|
+
"id": "src/utils/constants.ts::TextInputAutocomplete"
|
|
3883
|
+
}
|
|
3884
|
+
}
|
|
3885
|
+
},
|
|
3886
|
+
"mutable": false,
|
|
3887
|
+
"attr": "autocomplete",
|
|
3888
|
+
"reflectToAttr": true,
|
|
3889
|
+
"docs": "The autocomplete prop for faster input filling.",
|
|
3890
|
+
"docsTags": [],
|
|
3891
|
+
"default": "'off'",
|
|
3892
|
+
"values": [
|
|
3893
|
+
{
|
|
3894
|
+
"value": "on",
|
|
3895
|
+
"type": "On"
|
|
3896
|
+
},
|
|
3897
|
+
{
|
|
3898
|
+
"value": "off",
|
|
3899
|
+
"type": "Off"
|
|
3900
|
+
},
|
|
3901
|
+
{
|
|
3902
|
+
"value": "home",
|
|
3903
|
+
"type": "Home"
|
|
3904
|
+
},
|
|
3905
|
+
{
|
|
3906
|
+
"value": "section-*",
|
|
3907
|
+
"type": "Section"
|
|
3908
|
+
},
|
|
3909
|
+
{
|
|
3910
|
+
"value": "shipping",
|
|
3911
|
+
"type": "Shipping"
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"value": "billing",
|
|
3915
|
+
"type": "Billing"
|
|
3916
|
+
},
|
|
3917
|
+
{
|
|
3918
|
+
"value": "work",
|
|
3919
|
+
"type": "Work"
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"value": "mobile",
|
|
3923
|
+
"type": "Mobile"
|
|
3924
|
+
},
|
|
3925
|
+
{
|
|
3926
|
+
"value": "fax",
|
|
3927
|
+
"type": "Fax"
|
|
3928
|
+
},
|
|
3929
|
+
{
|
|
3930
|
+
"value": "pager",
|
|
3931
|
+
"type": "Pager"
|
|
3932
|
+
},
|
|
3933
|
+
{
|
|
3934
|
+
"value": "tel",
|
|
3935
|
+
"type": "Tel"
|
|
3936
|
+
},
|
|
3937
|
+
{
|
|
3938
|
+
"value": "tel-country-code",
|
|
3939
|
+
"type": "TelCountryCode"
|
|
3940
|
+
},
|
|
3941
|
+
{
|
|
3942
|
+
"value": "tel-national",
|
|
3943
|
+
"type": "TelNational"
|
|
3944
|
+
},
|
|
3945
|
+
{
|
|
3946
|
+
"value": "tel-area-code",
|
|
3947
|
+
"type": "TelAreaCode"
|
|
3948
|
+
},
|
|
3949
|
+
{
|
|
3950
|
+
"value": "tel-local",
|
|
3951
|
+
"type": "TelLocal"
|
|
3952
|
+
},
|
|
3953
|
+
{
|
|
3954
|
+
"value": "tel-local-prefix",
|
|
3955
|
+
"type": "TelLocalPrefix"
|
|
3956
|
+
},
|
|
3957
|
+
{
|
|
3958
|
+
"value": "tel-local-suffix",
|
|
3959
|
+
"type": "TelLocalSuffix"
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"value": "tel-extension",
|
|
3963
|
+
"type": "TelExtension"
|
|
3964
|
+
},
|
|
3965
|
+
{
|
|
3966
|
+
"value": "email",
|
|
3967
|
+
"type": "Email"
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
"value": "impp",
|
|
3971
|
+
"type": "Impp"
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
"value": "name",
|
|
3975
|
+
"type": "Name"
|
|
3976
|
+
},
|
|
3977
|
+
{
|
|
3978
|
+
"value": "honorific-prefix",
|
|
3979
|
+
"type": "HonorificPrefix"
|
|
3980
|
+
},
|
|
3981
|
+
{
|
|
3982
|
+
"value": "given-name",
|
|
3983
|
+
"type": "GivenName"
|
|
3984
|
+
},
|
|
3985
|
+
{
|
|
3986
|
+
"value": "additional-name",
|
|
3987
|
+
"type": "AdditionalName"
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
"value": "family-name",
|
|
3991
|
+
"type": "FamilyName"
|
|
3992
|
+
},
|
|
3993
|
+
{
|
|
3994
|
+
"value": "honorific-suffix",
|
|
3995
|
+
"type": "HonorificSuffix"
|
|
3996
|
+
},
|
|
3997
|
+
{
|
|
3998
|
+
"value": "nickname",
|
|
3999
|
+
"type": "Nickname"
|
|
4000
|
+
},
|
|
4001
|
+
{
|
|
4002
|
+
"value": "username",
|
|
4003
|
+
"type": "Username"
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
"value": "new-password",
|
|
4007
|
+
"type": "NewPassword"
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
"value": "current-password",
|
|
4011
|
+
"type": "CurrentPassword"
|
|
4012
|
+
},
|
|
4013
|
+
{
|
|
4014
|
+
"value": "one-time-code",
|
|
4015
|
+
"type": "OneTimeCode"
|
|
4016
|
+
},
|
|
4017
|
+
{
|
|
4018
|
+
"value": "organization-title",
|
|
4019
|
+
"type": "OrganizationTitle"
|
|
4020
|
+
},
|
|
4021
|
+
{
|
|
4022
|
+
"value": "organization",
|
|
4023
|
+
"type": "Organization"
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"value": "street-address",
|
|
4027
|
+
"type": "StreetAddress"
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
"value": "address-line1",
|
|
4031
|
+
"type": "AddressLine1"
|
|
4032
|
+
},
|
|
4033
|
+
{
|
|
4034
|
+
"value": "address-line2",
|
|
4035
|
+
"type": "AddressLine2"
|
|
4036
|
+
},
|
|
4037
|
+
{
|
|
4038
|
+
"value": "address-line3",
|
|
4039
|
+
"type": "AddressLine3"
|
|
4040
|
+
},
|
|
4041
|
+
{
|
|
4042
|
+
"value": "address-level4",
|
|
4043
|
+
"type": "AddressLevel4"
|
|
4044
|
+
},
|
|
4045
|
+
{
|
|
4046
|
+
"value": "address-level3",
|
|
4047
|
+
"type": "AddressLevel3"
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
"value": "address-level2",
|
|
4051
|
+
"type": "AddressLevel2"
|
|
4052
|
+
},
|
|
4053
|
+
{
|
|
4054
|
+
"value": "address-level1",
|
|
4055
|
+
"type": "AddressLevel1"
|
|
4056
|
+
},
|
|
4057
|
+
{
|
|
4058
|
+
"value": "country",
|
|
4059
|
+
"type": "Country"
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
"value": "country-name",
|
|
4063
|
+
"type": "CountryName"
|
|
4064
|
+
},
|
|
4065
|
+
{
|
|
4066
|
+
"value": "postal-code",
|
|
4067
|
+
"type": "PostalCode"
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"value": "cc-name",
|
|
4071
|
+
"type": "CcName"
|
|
4072
|
+
},
|
|
4073
|
+
{
|
|
4074
|
+
"value": "cc-given-name",
|
|
4075
|
+
"type": "CcGivenName"
|
|
4076
|
+
},
|
|
4077
|
+
{
|
|
4078
|
+
"value": "cc-additional-name",
|
|
4079
|
+
"type": "CcAdditionalName"
|
|
4080
|
+
},
|
|
4081
|
+
{
|
|
4082
|
+
"value": "cc-family-name",
|
|
4083
|
+
"type": "CcFamilyName"
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"value": "cc-number",
|
|
4087
|
+
"type": "CcNumber"
|
|
4088
|
+
},
|
|
4089
|
+
{
|
|
4090
|
+
"value": "cc-exp",
|
|
4091
|
+
"type": "CcExp"
|
|
4092
|
+
},
|
|
4093
|
+
{
|
|
4094
|
+
"value": "cc-exp-month",
|
|
4095
|
+
"type": "CcExpMonth"
|
|
4096
|
+
},
|
|
4097
|
+
{
|
|
4098
|
+
"value": "cc-exp-year",
|
|
4099
|
+
"type": "CcExpYear"
|
|
4100
|
+
},
|
|
4101
|
+
{
|
|
4102
|
+
"value": "cc-csc",
|
|
4103
|
+
"type": "CcCsc"
|
|
4104
|
+
},
|
|
4105
|
+
{
|
|
4106
|
+
"value": "cc-type",
|
|
4107
|
+
"type": "CcType"
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
"value": "transaction-currency",
|
|
4111
|
+
"type": "TransactionCurrency"
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"value": "transaction-amount",
|
|
4115
|
+
"type": "TransactionAmount"
|
|
4116
|
+
},
|
|
4117
|
+
{
|
|
4118
|
+
"value": "language",
|
|
4119
|
+
"type": "Language"
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
"value": "bday",
|
|
4123
|
+
"type": "Bday"
|
|
4124
|
+
},
|
|
4125
|
+
{
|
|
4126
|
+
"value": "bday-day",
|
|
4127
|
+
"type": "BdayDay"
|
|
4128
|
+
},
|
|
4129
|
+
{
|
|
4130
|
+
"value": "bday-month",
|
|
4131
|
+
"type": "BdayMonth"
|
|
4132
|
+
},
|
|
4133
|
+
{
|
|
4134
|
+
"value": "bday-year",
|
|
4135
|
+
"type": "BdayYear"
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"value": "sex",
|
|
4139
|
+
"type": "Sex"
|
|
4140
|
+
},
|
|
4141
|
+
{
|
|
4142
|
+
"value": "url",
|
|
4143
|
+
"type": "Url"
|
|
4144
|
+
},
|
|
4145
|
+
{
|
|
4146
|
+
"value": "photo",
|
|
4147
|
+
"type": "Photo"
|
|
4148
|
+
}
|
|
4149
|
+
],
|
|
4150
|
+
"optional": false,
|
|
4151
|
+
"required": false,
|
|
4152
|
+
"getter": false,
|
|
4153
|
+
"setter": false
|
|
4154
|
+
},
|
|
4155
|
+
{
|
|
4156
|
+
"name": "badgeLabel",
|
|
4157
|
+
"type": "string",
|
|
4158
|
+
"complexType": {
|
|
4159
|
+
"original": "string",
|
|
4160
|
+
"resolved": "string",
|
|
4161
|
+
"references": {}
|
|
4162
|
+
},
|
|
4163
|
+
"mutable": false,
|
|
4164
|
+
"attr": "badge-label",
|
|
4165
|
+
"reflectToAttr": true,
|
|
4166
|
+
"docs": "Text for the badge showing the number of selected items.",
|
|
4167
|
+
"docsTags": [],
|
|
4168
|
+
"default": "''",
|
|
4169
|
+
"values": [
|
|
4170
|
+
{
|
|
4171
|
+
"type": "string"
|
|
4172
|
+
}
|
|
4173
|
+
],
|
|
4174
|
+
"optional": false,
|
|
4175
|
+
"required": false,
|
|
4176
|
+
"getter": false,
|
|
4177
|
+
"setter": false
|
|
4178
|
+
},
|
|
4179
|
+
{
|
|
4180
|
+
"name": "debounceDelay",
|
|
4181
|
+
"type": "double",
|
|
4182
|
+
"complexType": {
|
|
4183
|
+
"original": "number",
|
|
4184
|
+
"resolved": "number",
|
|
4185
|
+
"references": {}
|
|
4186
|
+
},
|
|
4187
|
+
"mutable": false,
|
|
4188
|
+
"attr": "debounce-delay",
|
|
4189
|
+
"reflectToAttr": true,
|
|
4190
|
+
"docs": "Delay in milliseconds before the search is triggered when typing in the filter input.",
|
|
4191
|
+
"docsTags": [
|
|
4192
|
+
{
|
|
4193
|
+
"name": "default",
|
|
4194
|
+
"text": "300"
|
|
4195
|
+
}
|
|
4196
|
+
],
|
|
4197
|
+
"default": "300",
|
|
4198
|
+
"values": [
|
|
4199
|
+
{
|
|
4200
|
+
"type": "double"
|
|
4201
|
+
}
|
|
4202
|
+
],
|
|
4203
|
+
"optional": false,
|
|
4204
|
+
"required": false,
|
|
4205
|
+
"getter": false,
|
|
4206
|
+
"setter": false
|
|
4207
|
+
},
|
|
4208
|
+
{
|
|
4209
|
+
"name": "description",
|
|
4210
|
+
"type": "string",
|
|
4211
|
+
"complexType": {
|
|
4212
|
+
"original": "string",
|
|
4213
|
+
"resolved": "string",
|
|
4214
|
+
"references": {}
|
|
4215
|
+
},
|
|
4216
|
+
"mutable": false,
|
|
4217
|
+
"attr": "description",
|
|
4218
|
+
"reflectToAttr": true,
|
|
4219
|
+
"docs": "Add helpful hints or extra information under the text input field.",
|
|
4220
|
+
"docsTags": [],
|
|
4221
|
+
"values": [
|
|
4222
|
+
{
|
|
4223
|
+
"type": "string"
|
|
4224
|
+
}
|
|
4225
|
+
],
|
|
4226
|
+
"optional": false,
|
|
4227
|
+
"required": false,
|
|
4228
|
+
"getter": false,
|
|
4229
|
+
"setter": false
|
|
4230
|
+
},
|
|
4231
|
+
{
|
|
4232
|
+
"name": "disabled",
|
|
4233
|
+
"type": "bool",
|
|
4234
|
+
"complexType": {
|
|
4235
|
+
"original": "boolean",
|
|
4236
|
+
"resolved": "boolean",
|
|
4237
|
+
"references": {}
|
|
4238
|
+
},
|
|
4239
|
+
"mutable": false,
|
|
4240
|
+
"attr": "disabled",
|
|
4241
|
+
"reflectToAttr": true,
|
|
4242
|
+
"docs": "Disables the input field.",
|
|
4243
|
+
"docsTags": [],
|
|
4244
|
+
"default": "false",
|
|
4245
|
+
"values": [
|
|
4246
|
+
{
|
|
4247
|
+
"type": "bool"
|
|
4248
|
+
}
|
|
4249
|
+
],
|
|
4250
|
+
"optional": false,
|
|
4251
|
+
"required": false,
|
|
4252
|
+
"getter": false,
|
|
4253
|
+
"setter": false
|
|
4254
|
+
},
|
|
4255
|
+
{
|
|
4256
|
+
"name": "emptyresult",
|
|
4257
|
+
"type": "string",
|
|
4258
|
+
"complexType": {
|
|
4259
|
+
"original": "string",
|
|
4260
|
+
"resolved": "string",
|
|
4261
|
+
"references": {}
|
|
4262
|
+
},
|
|
4263
|
+
"mutable": false,
|
|
4264
|
+
"attr": "emptyresult",
|
|
4265
|
+
"reflectToAttr": true,
|
|
4266
|
+
"docs": "The text to display when no items match the filter.",
|
|
4267
|
+
"docsTags": [],
|
|
4268
|
+
"default": "'No results found'",
|
|
4269
|
+
"values": [
|
|
4270
|
+
{
|
|
4271
|
+
"type": "string"
|
|
4272
|
+
}
|
|
4273
|
+
],
|
|
4274
|
+
"optional": false,
|
|
4275
|
+
"required": false,
|
|
4276
|
+
"getter": false,
|
|
4277
|
+
"setter": false
|
|
4278
|
+
},
|
|
4279
|
+
{
|
|
4280
|
+
"name": "error",
|
|
4281
|
+
"type": "bool",
|
|
4282
|
+
"complexType": {
|
|
4283
|
+
"original": "boolean",
|
|
4284
|
+
"resolved": "boolean",
|
|
4285
|
+
"references": {}
|
|
4286
|
+
},
|
|
4287
|
+
"mutable": false,
|
|
4288
|
+
"attr": "error",
|
|
4289
|
+
"reflectToAttr": true,
|
|
4290
|
+
"docs": "Alters the input field's appearance to indicate an error.",
|
|
4291
|
+
"docsTags": [],
|
|
4292
|
+
"default": "false",
|
|
4293
|
+
"values": [
|
|
4294
|
+
{
|
|
4295
|
+
"type": "bool"
|
|
4296
|
+
}
|
|
4297
|
+
],
|
|
4298
|
+
"optional": false,
|
|
4299
|
+
"required": false,
|
|
4300
|
+
"getter": false,
|
|
4301
|
+
"setter": false
|
|
4302
|
+
},
|
|
4303
|
+
{
|
|
4304
|
+
"name": "errorDescription",
|
|
4305
|
+
"type": "string",
|
|
4306
|
+
"complexType": {
|
|
4307
|
+
"original": "string",
|
|
4308
|
+
"resolved": "string",
|
|
4309
|
+
"references": {}
|
|
4310
|
+
},
|
|
4311
|
+
"mutable": false,
|
|
4312
|
+
"attr": "error-description",
|
|
4313
|
+
"reflectToAttr": true,
|
|
4314
|
+
"docs": "A description that appears when there is an error.",
|
|
4315
|
+
"docsTags": [],
|
|
4316
|
+
"values": [
|
|
4317
|
+
{
|
|
4318
|
+
"type": "string"
|
|
4319
|
+
}
|
|
4320
|
+
],
|
|
4321
|
+
"optional": false,
|
|
4322
|
+
"required": false,
|
|
4323
|
+
"getter": false,
|
|
4324
|
+
"setter": false
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
"name": "filterable",
|
|
4328
|
+
"type": "bool",
|
|
4329
|
+
"complexType": {
|
|
4330
|
+
"original": "boolean",
|
|
4331
|
+
"resolved": "boolean",
|
|
4332
|
+
"references": {}
|
|
4333
|
+
},
|
|
4334
|
+
"mutable": true,
|
|
4335
|
+
"attr": "filterable",
|
|
4336
|
+
"reflectToAttr": true,
|
|
4337
|
+
"docs": "Enables or disables the filtering feature for the multiselect items.",
|
|
4338
|
+
"docsTags": [],
|
|
4339
|
+
"default": "false",
|
|
4340
|
+
"values": [
|
|
4341
|
+
{
|
|
4342
|
+
"type": "bool"
|
|
4343
|
+
}
|
|
4344
|
+
],
|
|
4345
|
+
"optional": false,
|
|
4346
|
+
"required": false,
|
|
4347
|
+
"getter": false,
|
|
4348
|
+
"setter": false
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"name": "inputId",
|
|
4352
|
+
"type": "string",
|
|
4353
|
+
"complexType": {
|
|
4354
|
+
"original": "string",
|
|
4355
|
+
"resolved": "string",
|
|
4356
|
+
"references": {}
|
|
4357
|
+
},
|
|
4358
|
+
"mutable": false,
|
|
4359
|
+
"attr": "input-id",
|
|
4360
|
+
"reflectToAttr": true,
|
|
4361
|
+
"docs": "Sets the ID for the input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated\nto ensure unique identification, facilitating proper label association and\naccessibility.",
|
|
4362
|
+
"docsTags": [],
|
|
4363
|
+
"default": "uuidv4()",
|
|
4364
|
+
"values": [
|
|
4365
|
+
{
|
|
4366
|
+
"type": "string"
|
|
4367
|
+
}
|
|
4368
|
+
],
|
|
4369
|
+
"optional": false,
|
|
4370
|
+
"required": false,
|
|
4371
|
+
"getter": false,
|
|
4372
|
+
"setter": false
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
"name": "label",
|
|
4376
|
+
"type": "string",
|
|
4377
|
+
"complexType": {
|
|
4378
|
+
"original": "string",
|
|
4379
|
+
"resolved": "string",
|
|
4380
|
+
"references": {}
|
|
4381
|
+
},
|
|
4382
|
+
"mutable": false,
|
|
4383
|
+
"attr": "label",
|
|
4384
|
+
"reflectToAttr": true,
|
|
4385
|
+
"docs": "Lets you define the text that explains what users should enter in the text\ninput field. It's a crucial element for making forms clear and user-friendly.",
|
|
4386
|
+
"docsTags": [],
|
|
4387
|
+
"values": [
|
|
4388
|
+
{
|
|
4389
|
+
"type": "string"
|
|
4390
|
+
}
|
|
4391
|
+
],
|
|
4392
|
+
"optional": false,
|
|
4393
|
+
"required": false,
|
|
4394
|
+
"getter": false,
|
|
4395
|
+
"setter": false
|
|
4396
|
+
},
|
|
4397
|
+
{
|
|
4398
|
+
"name": "maxHeight",
|
|
4399
|
+
"type": "string",
|
|
4400
|
+
"complexType": {
|
|
4401
|
+
"original": "string",
|
|
4402
|
+
"resolved": "string",
|
|
4403
|
+
"references": {}
|
|
4404
|
+
},
|
|
4405
|
+
"mutable": false,
|
|
4406
|
+
"attr": "max-height",
|
|
4407
|
+
"reflectToAttr": true,
|
|
4408
|
+
"docs": "Defines the maximum height of the multiselect list when open.",
|
|
4409
|
+
"docsTags": [],
|
|
4410
|
+
"default": "'200px'",
|
|
4411
|
+
"values": [
|
|
4412
|
+
{
|
|
4413
|
+
"type": "string"
|
|
4414
|
+
}
|
|
4415
|
+
],
|
|
4416
|
+
"optional": false,
|
|
4417
|
+
"required": false,
|
|
4418
|
+
"getter": false,
|
|
4419
|
+
"setter": false
|
|
4420
|
+
},
|
|
4421
|
+
{
|
|
4422
|
+
"name": "mode",
|
|
4423
|
+
"type": "enum",
|
|
4424
|
+
"complexType": {
|
|
4425
|
+
"original": "'options' | 'slots'",
|
|
4426
|
+
"resolved": "\"options\" | \"slots\"",
|
|
4427
|
+
"references": {}
|
|
4428
|
+
},
|
|
4429
|
+
"mutable": false,
|
|
4430
|
+
"attr": "mode",
|
|
4431
|
+
"reflectToAttr": true,
|
|
4432
|
+
"docs": "Multiselect mode: 'options' (JSON data) or 'slots' (custom items).\nThis property is now reflected in the modeState.",
|
|
4433
|
+
"docsTags": [],
|
|
4434
|
+
"values": [
|
|
4435
|
+
{
|
|
4436
|
+
"value": "options",
|
|
4437
|
+
"type": "Options"
|
|
4438
|
+
},
|
|
4439
|
+
{
|
|
4440
|
+
"value": "slots",
|
|
4441
|
+
"type": "Slots"
|
|
4442
|
+
}
|
|
4443
|
+
],
|
|
4444
|
+
"optional": false,
|
|
4445
|
+
"required": false,
|
|
4446
|
+
"getter": false,
|
|
4447
|
+
"setter": false
|
|
4448
|
+
},
|
|
4449
|
+
{
|
|
4450
|
+
"name": "name",
|
|
4451
|
+
"type": "string",
|
|
4452
|
+
"complexType": {
|
|
4453
|
+
"original": "string",
|
|
4454
|
+
"resolved": "string",
|
|
4455
|
+
"references": {}
|
|
4456
|
+
},
|
|
4457
|
+
"mutable": false,
|
|
4458
|
+
"attr": "name",
|
|
4459
|
+
"reflectToAttr": true,
|
|
4460
|
+
"docs": "Defines the name attribute of the input field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the input's data in form submissions. It should be\nunique within the form to avoid conflicts.",
|
|
4461
|
+
"docsTags": [],
|
|
4462
|
+
"values": [
|
|
4463
|
+
{
|
|
4464
|
+
"type": "string"
|
|
4465
|
+
}
|
|
4466
|
+
],
|
|
4467
|
+
"optional": false,
|
|
4468
|
+
"required": false,
|
|
4469
|
+
"getter": false,
|
|
4470
|
+
"setter": false
|
|
4471
|
+
},
|
|
4472
|
+
{
|
|
4473
|
+
"name": "open",
|
|
4474
|
+
"type": "bool",
|
|
4475
|
+
"complexType": {
|
|
4476
|
+
"original": "boolean",
|
|
4477
|
+
"resolved": "boolean",
|
|
4478
|
+
"references": {}
|
|
4479
|
+
},
|
|
4480
|
+
"mutable": true,
|
|
4481
|
+
"attr": "open",
|
|
4482
|
+
"reflectToAttr": true,
|
|
4483
|
+
"docs": "State of the multiselect popover.",
|
|
3205
4484
|
"docsTags": [],
|
|
3206
4485
|
"default": "false",
|
|
3207
4486
|
"values": [
|
|
@@ -3214,6 +4493,38 @@
|
|
|
3214
4493
|
"getter": false,
|
|
3215
4494
|
"setter": false
|
|
3216
4495
|
},
|
|
4496
|
+
{
|
|
4497
|
+
"name": "options",
|
|
4498
|
+
"type": "string",
|
|
4499
|
+
"complexType": {
|
|
4500
|
+
"original": "string",
|
|
4501
|
+
"resolved": "string",
|
|
4502
|
+
"references": {}
|
|
4503
|
+
},
|
|
4504
|
+
"mutable": false,
|
|
4505
|
+
"attr": "options",
|
|
4506
|
+
"reflectToAttr": true,
|
|
4507
|
+
"docs": "List of options available in the multiselect.",
|
|
4508
|
+
"docsTags": [
|
|
4509
|
+
{
|
|
4510
|
+
"name": "description",
|
|
4511
|
+
"text": "The options are passed as a JSON string."
|
|
4512
|
+
},
|
|
4513
|
+
{
|
|
4514
|
+
"name": "example",
|
|
4515
|
+
"text": "options='[{\"label\": \"Option 1\", \"value\": \"option1\"}, {\"label\": \"Option 2\", \"value\": \"option2\"}]'"
|
|
4516
|
+
}
|
|
4517
|
+
],
|
|
4518
|
+
"values": [
|
|
4519
|
+
{
|
|
4520
|
+
"type": "string"
|
|
4521
|
+
}
|
|
4522
|
+
],
|
|
4523
|
+
"optional": true,
|
|
4524
|
+
"required": false,
|
|
4525
|
+
"getter": false,
|
|
4526
|
+
"setter": false
|
|
4527
|
+
},
|
|
3217
4528
|
{
|
|
3218
4529
|
"name": "placeholder",
|
|
3219
4530
|
"type": "string",
|
|
@@ -3225,7 +4536,7 @@
|
|
|
3225
4536
|
"mutable": false,
|
|
3226
4537
|
"attr": "placeholder",
|
|
3227
4538
|
"reflectToAttr": true,
|
|
3228
|
-
"docs": "Display temporary text inside the input field
|
|
4539
|
+
"docs": "Display temporary text inside the input field.",
|
|
3229
4540
|
"docsTags": [],
|
|
3230
4541
|
"values": [
|
|
3231
4542
|
{
|
|
@@ -3248,7 +4559,7 @@
|
|
|
3248
4559
|
"mutable": false,
|
|
3249
4560
|
"attr": "readonly",
|
|
3250
4561
|
"reflectToAttr": true,
|
|
3251
|
-
"docs": "Display the input field
|
|
4562
|
+
"docs": "Display the input field's content without allowing users to change it.",
|
|
3252
4563
|
"docsTags": [],
|
|
3253
4564
|
"default": "false",
|
|
3254
4565
|
"values": [
|
|
@@ -3272,7 +4583,7 @@
|
|
|
3272
4583
|
"mutable": false,
|
|
3273
4584
|
"attr": "required",
|
|
3274
4585
|
"reflectToAttr": true,
|
|
3275
|
-
"docs": "Marks the input field as required
|
|
4586
|
+
"docs": "Marks the input field as required.",
|
|
3276
4587
|
"docsTags": [],
|
|
3277
4588
|
"default": "false",
|
|
3278
4589
|
"values": [
|
|
@@ -3296,7 +4607,7 @@
|
|
|
3296
4607
|
"mutable": true,
|
|
3297
4608
|
"attr": "value",
|
|
3298
4609
|
"reflectToAttr": true,
|
|
3299
|
-
"docs": "Specifies the value of the input field
|
|
4610
|
+
"docs": "Specifies the value of the input field.",
|
|
3300
4611
|
"docsTags": [],
|
|
3301
4612
|
"values": [
|
|
3302
4613
|
{
|
|
@@ -3336,6 +4647,59 @@
|
|
|
3336
4647
|
"text": "The filter text."
|
|
3337
4648
|
}
|
|
3338
4649
|
]
|
|
4650
|
+
},
|
|
4651
|
+
{
|
|
4652
|
+
"name": "getSelectedValues",
|
|
4653
|
+
"returns": {
|
|
4654
|
+
"type": "Promise<string[]>",
|
|
4655
|
+
"docs": "The selected values."
|
|
4656
|
+
},
|
|
4657
|
+
"complexType": {
|
|
4658
|
+
"signature": "() => Promise<string[]>",
|
|
4659
|
+
"parameters": [],
|
|
4660
|
+
"references": {
|
|
4661
|
+
"Promise": {
|
|
4662
|
+
"location": "global",
|
|
4663
|
+
"id": "global::Promise"
|
|
4664
|
+
}
|
|
4665
|
+
},
|
|
4666
|
+
"return": "Promise<string[]>"
|
|
4667
|
+
},
|
|
4668
|
+
"signature": "getSelectedValues() => Promise<string[]>",
|
|
4669
|
+
"parameters": [],
|
|
4670
|
+
"docs": "Returns the list of selected values.",
|
|
4671
|
+
"docsTags": [
|
|
4672
|
+
{
|
|
4673
|
+
"name": "returns",
|
|
4674
|
+
"text": "The selected values."
|
|
4675
|
+
}
|
|
4676
|
+
]
|
|
4677
|
+
},
|
|
4678
|
+
{
|
|
4679
|
+
"name": "resetFilter",
|
|
4680
|
+
"returns": {
|
|
4681
|
+
"type": "Promise<void>",
|
|
4682
|
+
"docs": ""
|
|
4683
|
+
},
|
|
4684
|
+
"complexType": {
|
|
4685
|
+
"signature": "() => Promise<void>",
|
|
4686
|
+
"parameters": [],
|
|
4687
|
+
"references": {
|
|
4688
|
+
"Promise": {
|
|
4689
|
+
"location": "global",
|
|
4690
|
+
"id": "global::Promise"
|
|
4691
|
+
},
|
|
4692
|
+
"HTMLElement": {
|
|
4693
|
+
"location": "global",
|
|
4694
|
+
"id": "global::HTMLElement"
|
|
4695
|
+
}
|
|
4696
|
+
},
|
|
4697
|
+
"return": "Promise<void>"
|
|
4698
|
+
},
|
|
4699
|
+
"signature": "resetFilter() => Promise<void>",
|
|
4700
|
+
"parameters": [],
|
|
4701
|
+
"docs": "Reset the filter and make all items visible.",
|
|
4702
|
+
"docsTags": []
|
|
3339
4703
|
}
|
|
3340
4704
|
],
|
|
3341
4705
|
"events": [
|
|
@@ -3360,6 +4724,21 @@
|
|
|
3360
4724
|
"docsTags": [],
|
|
3361
4725
|
"name": "DropdownItemSelectedEvent"
|
|
3362
4726
|
},
|
|
4727
|
+
{
|
|
4728
|
+
"event": "multiselectChange",
|
|
4729
|
+
"detail": "string[]",
|
|
4730
|
+
"bubbles": true,
|
|
4731
|
+
"complexType": {
|
|
4732
|
+
"original": "string[]",
|
|
4733
|
+
"resolved": "string[]",
|
|
4734
|
+
"references": {}
|
|
4735
|
+
},
|
|
4736
|
+
"cancelable": true,
|
|
4737
|
+
"composed": true,
|
|
4738
|
+
"docs": "Event emitted when the selection changes in the multiselect.\nEmits the current list of selected values.",
|
|
4739
|
+
"docsTags": [],
|
|
4740
|
+
"name": "MultiselectChangeEvent"
|
|
4741
|
+
},
|
|
3363
4742
|
{
|
|
3364
4743
|
"event": "valueChanged",
|
|
3365
4744
|
"detail": "string",
|
|
@@ -3393,7 +4772,7 @@
|
|
|
3393
4772
|
},
|
|
3394
4773
|
{
|
|
3395
4774
|
"name": "content",
|
|
3396
|
-
"docs": "
|
|
4775
|
+
"docs": "The content of the list."
|
|
3397
4776
|
},
|
|
3398
4777
|
{
|
|
3399
4778
|
"name": "description",
|
|
@@ -3415,186 +4794,26 @@
|
|
|
3415
4794
|
"parts": [],
|
|
3416
4795
|
"listeners": [
|
|
3417
4796
|
{
|
|
3418
|
-
"event": "
|
|
4797
|
+
"event": "openChanged",
|
|
3419
4798
|
"capture": false,
|
|
3420
4799
|
"passive": false
|
|
3421
4800
|
},
|
|
3422
4801
|
{
|
|
3423
|
-
"event": "
|
|
4802
|
+
"event": "itemChecked",
|
|
3424
4803
|
"capture": false,
|
|
3425
4804
|
"passive": false
|
|
3426
4805
|
},
|
|
3427
4806
|
{
|
|
3428
|
-
"event": "
|
|
4807
|
+
"event": "slotchange",
|
|
3429
4808
|
"capture": false,
|
|
3430
4809
|
"passive": false
|
|
3431
|
-
}
|
|
3432
|
-
],
|
|
3433
|
-
"formAssociated": true,
|
|
3434
|
-
"formValidation": {
|
|
3435
|
-
"hasValidations": true,
|
|
3436
|
-
"errorProp": "error",
|
|
3437
|
-
"messageProp": "errorDescription"
|
|
3438
|
-
}
|
|
3439
|
-
},
|
|
3440
|
-
{
|
|
3441
|
-
"filePath": "src/components/nv-fielddropdownitem/nv-fielddropdownitem.tsx",
|
|
3442
|
-
"fileName": "nv-fielddropdownitem.tsx",
|
|
3443
|
-
"tag": "nv-fielddropdownitem",
|
|
3444
|
-
"readme": "# nv-fielddropdownitem\nThe 'nv-fielddropdownitem' is a component designed to be used within the 'nv-fielddropdown' component. Each 'nv-fielddropdownitem' represents a single selectable option in the dropdown list. It allows customization through properties such as 'value', 'label', and 'selected' state, which defines its appearance and behavior.\n\nThe 'nv-fielddropdownitem' can display custom content, making it flexible for use cases where options may require more detailed representation beyond plain text. It is ideal for creating interactive dropdown menus, enabling users to make selections easily and clearly. This component is essential for building intuitive and user-friendly dropdown experiences.\n",
|
|
3445
|
-
"overview": "",
|
|
3446
|
-
"usage": {},
|
|
3447
|
-
"docs": "The 'nv-fielddropdownitem' is a component designed to be used within the 'nv-fielddropdown' component. Each 'nv-fielddropdownitem' represents a single selectable option in the dropdown list. It allows customization through properties such as 'value', 'label', and 'selected' state, which defines its appearance and behavior.\n\nThe 'nv-fielddropdownitem' can display custom content, making it flexible for use cases where options may require more detailed representation beyond plain text. It is ideal for creating interactive dropdown menus, enabling users to make selections easily and clearly. This component is essential for building intuitive and user-friendly dropdown experiences.",
|
|
3448
|
-
"docsTags": [
|
|
3449
|
-
{
|
|
3450
|
-
"name": "slot",
|
|
3451
|
-
"text": "default - The content to be displayed inside the dropdown item."
|
|
3452
|
-
}
|
|
3453
|
-
],
|
|
3454
|
-
"encapsulation": "none",
|
|
3455
|
-
"dependents": [
|
|
3456
|
-
"nv-fielddropdown"
|
|
3457
|
-
],
|
|
3458
|
-
"dependencies": [
|
|
3459
|
-
"nv-icon"
|
|
3460
|
-
],
|
|
3461
|
-
"dependencyGraph": {
|
|
3462
|
-
"nv-fielddropdownitem": [
|
|
3463
|
-
"nv-icon"
|
|
3464
|
-
],
|
|
3465
|
-
"nv-fielddropdown": [
|
|
3466
|
-
"nv-fielddropdownitem"
|
|
3467
|
-
]
|
|
3468
|
-
},
|
|
3469
|
-
"props": [
|
|
3470
|
-
{
|
|
3471
|
-
"name": "disabled",
|
|
3472
|
-
"type": "bool",
|
|
3473
|
-
"complexType": {
|
|
3474
|
-
"original": "boolean",
|
|
3475
|
-
"resolved": "boolean",
|
|
3476
|
-
"references": {}
|
|
3477
|
-
},
|
|
3478
|
-
"mutable": false,
|
|
3479
|
-
"attr": "disabled",
|
|
3480
|
-
"reflectToAttr": true,
|
|
3481
|
-
"docs": "Disables the item, preventing any user interaction.",
|
|
3482
|
-
"docsTags": [],
|
|
3483
|
-
"default": "false",
|
|
3484
|
-
"values": [
|
|
3485
|
-
{
|
|
3486
|
-
"type": "bool"
|
|
3487
|
-
}
|
|
3488
|
-
],
|
|
3489
|
-
"optional": false,
|
|
3490
|
-
"required": false,
|
|
3491
|
-
"getter": false,
|
|
3492
|
-
"setter": false
|
|
3493
|
-
},
|
|
3494
|
-
{
|
|
3495
|
-
"name": "label",
|
|
3496
|
-
"type": "string",
|
|
3497
|
-
"complexType": {
|
|
3498
|
-
"original": "string",
|
|
3499
|
-
"resolved": "string",
|
|
3500
|
-
"references": {}
|
|
3501
|
-
},
|
|
3502
|
-
"mutable": false,
|
|
3503
|
-
"attr": "label",
|
|
3504
|
-
"reflectToAttr": true,
|
|
3505
|
-
"docs": "Label used as the value for the default layout.",
|
|
3506
|
-
"docsTags": [],
|
|
3507
|
-
"values": [
|
|
3508
|
-
{
|
|
3509
|
-
"type": "string"
|
|
3510
|
-
}
|
|
3511
|
-
],
|
|
3512
|
-
"optional": true,
|
|
3513
|
-
"required": false,
|
|
3514
|
-
"getter": false,
|
|
3515
|
-
"setter": false
|
|
3516
|
-
},
|
|
3517
|
-
{
|
|
3518
|
-
"name": "selected",
|
|
3519
|
-
"type": "bool",
|
|
3520
|
-
"complexType": {
|
|
3521
|
-
"original": "boolean",
|
|
3522
|
-
"resolved": "boolean",
|
|
3523
|
-
"references": {}
|
|
3524
|
-
},
|
|
3525
|
-
"mutable": true,
|
|
3526
|
-
"attr": "selected",
|
|
3527
|
-
"reflectToAttr": true,
|
|
3528
|
-
"docs": "Indicates if the item is selected.",
|
|
3529
|
-
"docsTags": [],
|
|
3530
|
-
"default": "false",
|
|
3531
|
-
"values": [
|
|
3532
|
-
{
|
|
3533
|
-
"type": "bool"
|
|
3534
|
-
}
|
|
3535
|
-
],
|
|
3536
|
-
"optional": false,
|
|
3537
|
-
"required": false,
|
|
3538
|
-
"getter": false,
|
|
3539
|
-
"setter": false
|
|
3540
4810
|
},
|
|
3541
4811
|
{
|
|
3542
|
-
"
|
|
3543
|
-
"
|
|
3544
|
-
"
|
|
3545
|
-
"original": "string",
|
|
3546
|
-
"resolved": "string",
|
|
3547
|
-
"references": {}
|
|
3548
|
-
},
|
|
3549
|
-
"mutable": false,
|
|
3550
|
-
"attr": "value",
|
|
3551
|
-
"reflectToAttr": true,
|
|
3552
|
-
"docs": "Value associated with the item.",
|
|
3553
|
-
"docsTags": [],
|
|
3554
|
-
"values": [
|
|
3555
|
-
{
|
|
3556
|
-
"type": "string"
|
|
3557
|
-
}
|
|
3558
|
-
],
|
|
3559
|
-
"optional": true,
|
|
3560
|
-
"required": false,
|
|
3561
|
-
"getter": false,
|
|
3562
|
-
"setter": false
|
|
3563
|
-
}
|
|
3564
|
-
],
|
|
3565
|
-
"methods": [],
|
|
3566
|
-
"events": [
|
|
3567
|
-
{
|
|
3568
|
-
"event": "itemSelected",
|
|
3569
|
-
"detail": "DropdownItemSelectedEventDetail",
|
|
3570
|
-
"bubbles": true,
|
|
3571
|
-
"complexType": {
|
|
3572
|
-
"original": "DropdownItemSelectedEventDetail",
|
|
3573
|
-
"resolved": "DropdownItemSelectedEventDetail",
|
|
3574
|
-
"references": {
|
|
3575
|
-
"DropdownItemSelectedEventDetail": {
|
|
3576
|
-
"location": "import",
|
|
3577
|
-
"path": "./DropdownItemSelectedEventDetail",
|
|
3578
|
-
"id": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail"
|
|
3579
|
-
}
|
|
3580
|
-
}
|
|
3581
|
-
},
|
|
3582
|
-
"cancelable": true,
|
|
3583
|
-
"composed": true,
|
|
3584
|
-
"docs": "Event emitted when an item is clicked.",
|
|
3585
|
-
"docsTags": [],
|
|
3586
|
-
"name": "ItemSelectedEvent"
|
|
3587
|
-
}
|
|
3588
|
-
],
|
|
3589
|
-
"styles": [],
|
|
3590
|
-
"slots": [
|
|
3591
|
-
{
|
|
3592
|
-
"name": "default",
|
|
3593
|
-
"docs": "The content to be displayed inside the dropdown item."
|
|
4812
|
+
"event": "keydown",
|
|
4813
|
+
"capture": false,
|
|
4814
|
+
"passive": false
|
|
3594
4815
|
}
|
|
3595
4816
|
],
|
|
3596
|
-
"parts": [],
|
|
3597
|
-
"listeners": [],
|
|
3598
4817
|
"formAssociated": false,
|
|
3599
4818
|
"formValidation": {
|
|
3600
4819
|
"hasValidations": false
|
|
@@ -7982,6 +9201,7 @@
|
|
|
7982
9201
|
"encapsulation": "none",
|
|
7983
9202
|
"dependents": [
|
|
7984
9203
|
"nv-fielddropdown",
|
|
9204
|
+
"nv-fieldmultiselect",
|
|
7985
9205
|
"nv-fieldpassword"
|
|
7986
9206
|
],
|
|
7987
9207
|
"dependencies": [
|
|
@@ -7996,6 +9216,9 @@
|
|
|
7996
9216
|
"nv-fielddropdown": [
|
|
7997
9217
|
"nv-iconbutton"
|
|
7998
9218
|
],
|
|
9219
|
+
"nv-fieldmultiselect": [
|
|
9220
|
+
"nv-iconbutton"
|
|
9221
|
+
],
|
|
7999
9222
|
"nv-fieldpassword": [
|
|
8000
9223
|
"nv-iconbutton"
|
|
8001
9224
|
]
|
|
@@ -10677,6 +11900,7 @@
|
|
|
10677
11900
|
"dependents": [
|
|
10678
11901
|
"nv-breadcrumb",
|
|
10679
11902
|
"nv-fielddropdown",
|
|
11903
|
+
"nv-fieldmultiselect",
|
|
10680
11904
|
"nv-menu",
|
|
10681
11905
|
"nv-tooltip"
|
|
10682
11906
|
],
|
|
@@ -10688,6 +11912,9 @@
|
|
|
10688
11912
|
"nv-fielddropdown": [
|
|
10689
11913
|
"nv-popover"
|
|
10690
11914
|
],
|
|
11915
|
+
"nv-fieldmultiselect": [
|
|
11916
|
+
"nv-popover"
|
|
11917
|
+
],
|
|
10691
11918
|
"nv-menu": [
|
|
10692
11919
|
"nv-popover"
|
|
10693
11920
|
],
|