@nova-design-system/nova-webcomponents 3.0.0-beta.34 → 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/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-01-
|
|
2
|
+
"timestamp": "2025-01-31T09:49:05",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.23.1",
|
|
@@ -1025,13 +1025,18 @@
|
|
|
1025
1025
|
}
|
|
1026
1026
|
],
|
|
1027
1027
|
"parts": [],
|
|
1028
|
-
"dependents": [
|
|
1028
|
+
"dependents": [
|
|
1029
|
+
"nv-fieldmultiselect"
|
|
1030
|
+
],
|
|
1029
1031
|
"dependencies": [
|
|
1030
1032
|
"nv-icon"
|
|
1031
1033
|
],
|
|
1032
1034
|
"dependencyGraph": {
|
|
1033
1035
|
"nv-badge": [
|
|
1034
1036
|
"nv-icon"
|
|
1037
|
+
],
|
|
1038
|
+
"nv-fieldmultiselect": [
|
|
1039
|
+
"nv-badge"
|
|
1035
1040
|
]
|
|
1036
1041
|
}
|
|
1037
1042
|
},
|
|
@@ -2530,9 +2535,15 @@
|
|
|
2530
2535
|
}
|
|
2531
2536
|
],
|
|
2532
2537
|
"parts": [],
|
|
2533
|
-
"dependents": [
|
|
2538
|
+
"dependents": [
|
|
2539
|
+
"nv-fielddropdownitemcheck"
|
|
2540
|
+
],
|
|
2534
2541
|
"dependencies": [],
|
|
2535
|
-
"dependencyGraph": {
|
|
2542
|
+
"dependencyGraph": {
|
|
2543
|
+
"nv-fielddropdownitemcheck": [
|
|
2544
|
+
"nv-fieldcheckbox"
|
|
2545
|
+
]
|
|
2546
|
+
}
|
|
2536
2547
|
},
|
|
2537
2548
|
{
|
|
2538
2549
|
"filePath": "src/components/nv-fielddropdown/nv-fielddropdown.tsx",
|
|
@@ -3078,25 +3089,1296 @@
|
|
|
3078
3089
|
"setter": false
|
|
3079
3090
|
},
|
|
3080
3091
|
{
|
|
3081
|
-
"name": "open",
|
|
3082
|
-
"type": "boolean",
|
|
3092
|
+
"name": "open",
|
|
3093
|
+
"type": "boolean",
|
|
3094
|
+
"complexType": {
|
|
3095
|
+
"original": "boolean",
|
|
3096
|
+
"resolved": "boolean",
|
|
3097
|
+
"references": {}
|
|
3098
|
+
},
|
|
3099
|
+
"mutable": true,
|
|
3100
|
+
"attr": "open",
|
|
3101
|
+
"reflectToAttr": true,
|
|
3102
|
+
"docs": "State of the dropdown popover.",
|
|
3103
|
+
"docsTags": [],
|
|
3104
|
+
"default": "false",
|
|
3105
|
+
"values": [
|
|
3106
|
+
{
|
|
3107
|
+
"type": "boolean"
|
|
3108
|
+
}
|
|
3109
|
+
],
|
|
3110
|
+
"optional": false,
|
|
3111
|
+
"required": false,
|
|
3112
|
+
"getter": false,
|
|
3113
|
+
"setter": false
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"name": "placeholder",
|
|
3117
|
+
"type": "string",
|
|
3118
|
+
"complexType": {
|
|
3119
|
+
"original": "string",
|
|
3120
|
+
"resolved": "string",
|
|
3121
|
+
"references": {}
|
|
3122
|
+
},
|
|
3123
|
+
"mutable": false,
|
|
3124
|
+
"attr": "placeholder",
|
|
3125
|
+
"reflectToAttr": true,
|
|
3126
|
+
"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.",
|
|
3127
|
+
"docsTags": [],
|
|
3128
|
+
"values": [
|
|
3129
|
+
{
|
|
3130
|
+
"type": "string"
|
|
3131
|
+
}
|
|
3132
|
+
],
|
|
3133
|
+
"optional": false,
|
|
3134
|
+
"required": false,
|
|
3135
|
+
"getter": false,
|
|
3136
|
+
"setter": false
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
"name": "readonly",
|
|
3140
|
+
"type": "boolean",
|
|
3141
|
+
"complexType": {
|
|
3142
|
+
"original": "boolean",
|
|
3143
|
+
"resolved": "boolean",
|
|
3144
|
+
"references": {}
|
|
3145
|
+
},
|
|
3146
|
+
"mutable": false,
|
|
3147
|
+
"attr": "readonly",
|
|
3148
|
+
"reflectToAttr": true,
|
|
3149
|
+
"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.",
|
|
3150
|
+
"docsTags": [],
|
|
3151
|
+
"default": "false",
|
|
3152
|
+
"values": [
|
|
3153
|
+
{
|
|
3154
|
+
"type": "boolean"
|
|
3155
|
+
}
|
|
3156
|
+
],
|
|
3157
|
+
"optional": false,
|
|
3158
|
+
"required": false,
|
|
3159
|
+
"getter": false,
|
|
3160
|
+
"setter": false
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"name": "required",
|
|
3164
|
+
"type": "boolean",
|
|
3165
|
+
"complexType": {
|
|
3166
|
+
"original": "boolean",
|
|
3167
|
+
"resolved": "boolean",
|
|
3168
|
+
"references": {}
|
|
3169
|
+
},
|
|
3170
|
+
"mutable": false,
|
|
3171
|
+
"attr": "required",
|
|
3172
|
+
"reflectToAttr": true,
|
|
3173
|
+
"docs": "Marks the input field as required, ensuring that the user must fill it out\nbefore submitting the form.",
|
|
3174
|
+
"docsTags": [],
|
|
3175
|
+
"default": "false",
|
|
3176
|
+
"values": [
|
|
3177
|
+
{
|
|
3178
|
+
"type": "boolean"
|
|
3179
|
+
}
|
|
3180
|
+
],
|
|
3181
|
+
"optional": false,
|
|
3182
|
+
"required": false,
|
|
3183
|
+
"getter": false,
|
|
3184
|
+
"setter": false
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"name": "value",
|
|
3188
|
+
"type": "string",
|
|
3189
|
+
"complexType": {
|
|
3190
|
+
"original": "string",
|
|
3191
|
+
"resolved": "string",
|
|
3192
|
+
"references": {}
|
|
3193
|
+
},
|
|
3194
|
+
"mutable": true,
|
|
3195
|
+
"attr": "value",
|
|
3196
|
+
"reflectToAttr": true,
|
|
3197
|
+
"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.",
|
|
3198
|
+
"docsTags": [],
|
|
3199
|
+
"values": [
|
|
3200
|
+
{
|
|
3201
|
+
"type": "string"
|
|
3202
|
+
}
|
|
3203
|
+
],
|
|
3204
|
+
"optional": false,
|
|
3205
|
+
"required": false,
|
|
3206
|
+
"getter": false,
|
|
3207
|
+
"setter": false
|
|
3208
|
+
}
|
|
3209
|
+
],
|
|
3210
|
+
"methods": [
|
|
3211
|
+
{
|
|
3212
|
+
"name": "getFilterText",
|
|
3213
|
+
"returns": {
|
|
3214
|
+
"type": "Promise<string>",
|
|
3215
|
+
"docs": "The filter text."
|
|
3216
|
+
},
|
|
3217
|
+
"complexType": {
|
|
3218
|
+
"signature": "() => Promise<string>",
|
|
3219
|
+
"parameters": [],
|
|
3220
|
+
"references": {
|
|
3221
|
+
"Promise": {
|
|
3222
|
+
"location": "global",
|
|
3223
|
+
"id": "global::Promise"
|
|
3224
|
+
}
|
|
3225
|
+
},
|
|
3226
|
+
"return": "Promise<string>"
|
|
3227
|
+
},
|
|
3228
|
+
"signature": "getFilterText() => Promise<string>",
|
|
3229
|
+
"parameters": [],
|
|
3230
|
+
"docs": "Retrieves the current filter text entered by the user.",
|
|
3231
|
+
"docsTags": [
|
|
3232
|
+
{
|
|
3233
|
+
"name": "returns",
|
|
3234
|
+
"text": "The filter text."
|
|
3235
|
+
}
|
|
3236
|
+
]
|
|
3237
|
+
}
|
|
3238
|
+
],
|
|
3239
|
+
"events": [
|
|
3240
|
+
{
|
|
3241
|
+
"event": "dropdownItemSelected",
|
|
3242
|
+
"detail": "DropdownItemSelectedEventDetail",
|
|
3243
|
+
"bubbles": true,
|
|
3244
|
+
"complexType": {
|
|
3245
|
+
"original": "DropdownItemSelectedEventDetail",
|
|
3246
|
+
"resolved": "DropdownItemSelectedEventDetail",
|
|
3247
|
+
"references": {
|
|
3248
|
+
"DropdownItemSelectedEventDetail": {
|
|
3249
|
+
"location": "import",
|
|
3250
|
+
"path": "../nv-fielddropdownitem/DropdownItemSelectedEventDetail",
|
|
3251
|
+
"id": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail"
|
|
3252
|
+
}
|
|
3253
|
+
}
|
|
3254
|
+
},
|
|
3255
|
+
"cancelable": true,
|
|
3256
|
+
"composed": true,
|
|
3257
|
+
"docs": "Event emitted when an item is selected.",
|
|
3258
|
+
"docsTags": []
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"event": "valueChanged",
|
|
3262
|
+
"detail": "string",
|
|
3263
|
+
"bubbles": true,
|
|
3264
|
+
"complexType": {
|
|
3265
|
+
"original": "string",
|
|
3266
|
+
"resolved": "string",
|
|
3267
|
+
"references": {}
|
|
3268
|
+
},
|
|
3269
|
+
"cancelable": true,
|
|
3270
|
+
"composed": true,
|
|
3271
|
+
"docs": "Emitted when the input value changes.",
|
|
3272
|
+
"docsTags": [
|
|
3273
|
+
{
|
|
3274
|
+
"name": "bind",
|
|
3275
|
+
"text": "value"
|
|
3276
|
+
}
|
|
3277
|
+
]
|
|
3278
|
+
}
|
|
3279
|
+
],
|
|
3280
|
+
"listeners": [
|
|
3281
|
+
{
|
|
3282
|
+
"event": "itemSelected",
|
|
3283
|
+
"capture": false,
|
|
3284
|
+
"passive": false
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"event": "openChanged",
|
|
3288
|
+
"capture": false,
|
|
3289
|
+
"passive": false
|
|
3290
|
+
},
|
|
3291
|
+
{
|
|
3292
|
+
"event": "keydown",
|
|
3293
|
+
"capture": false,
|
|
3294
|
+
"passive": false
|
|
3295
|
+
}
|
|
3296
|
+
],
|
|
3297
|
+
"styles": [],
|
|
3298
|
+
"slots": [
|
|
3299
|
+
{
|
|
3300
|
+
"name": "after-input",
|
|
3301
|
+
"docs": "Content to be placed after the input text, outside the input container."
|
|
3302
|
+
},
|
|
3303
|
+
{
|
|
3304
|
+
"name": "before-input",
|
|
3305
|
+
"docs": "Content to be placed before the input text, outside the input container."
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"name": "content",
|
|
3309
|
+
"docs": "Use a <ul></ul> tag for the slot, and place <nv-dropdownitem> elements inside."
|
|
3310
|
+
},
|
|
3311
|
+
{
|
|
3312
|
+
"name": "description",
|
|
3313
|
+
"docs": "Content to be placed as the description, will override the description prop."
|
|
3314
|
+
},
|
|
3315
|
+
{
|
|
3316
|
+
"name": "error-description",
|
|
3317
|
+
"docs": "Content to be placed as the error description, will override the errorDescription prop."
|
|
3318
|
+
},
|
|
3319
|
+
{
|
|
3320
|
+
"name": "label",
|
|
3321
|
+
"docs": "Content to be placed as the label, will override the label prop."
|
|
3322
|
+
},
|
|
3323
|
+
{
|
|
3324
|
+
"name": "leading-input",
|
|
3325
|
+
"docs": "Content to be placed before the input text, within the input container."
|
|
3326
|
+
}
|
|
3327
|
+
],
|
|
3328
|
+
"parts": [],
|
|
3329
|
+
"dependents": [],
|
|
3330
|
+
"dependencies": [
|
|
3331
|
+
"nv-fielddropdownitem",
|
|
3332
|
+
"nv-popover",
|
|
3333
|
+
"nv-iconbutton"
|
|
3334
|
+
],
|
|
3335
|
+
"dependencyGraph": {
|
|
3336
|
+
"nv-fielddropdown": [
|
|
3337
|
+
"nv-fielddropdownitem",
|
|
3338
|
+
"nv-popover",
|
|
3339
|
+
"nv-iconbutton"
|
|
3340
|
+
],
|
|
3341
|
+
"nv-fielddropdownitem": [
|
|
3342
|
+
"nv-icon"
|
|
3343
|
+
],
|
|
3344
|
+
"nv-iconbutton": [
|
|
3345
|
+
"nv-loader",
|
|
3346
|
+
"nv-icon"
|
|
3347
|
+
]
|
|
3348
|
+
}
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
"filePath": "src/components/nv-fielddropdownitem/nv-fielddropdownitem.tsx",
|
|
3352
|
+
"encapsulation": "none",
|
|
3353
|
+
"tag": "nv-fielddropdownitem",
|
|
3354
|
+
"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",
|
|
3355
|
+
"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.",
|
|
3356
|
+
"docsTags": [
|
|
3357
|
+
{
|
|
3358
|
+
"name": "slot",
|
|
3359
|
+
"text": "default - The content to be displayed inside the dropdown item."
|
|
3360
|
+
}
|
|
3361
|
+
],
|
|
3362
|
+
"usage": {},
|
|
3363
|
+
"props": [
|
|
3364
|
+
{
|
|
3365
|
+
"name": "disabled",
|
|
3366
|
+
"type": "boolean",
|
|
3367
|
+
"complexType": {
|
|
3368
|
+
"original": "boolean",
|
|
3369
|
+
"resolved": "boolean",
|
|
3370
|
+
"references": {}
|
|
3371
|
+
},
|
|
3372
|
+
"mutable": false,
|
|
3373
|
+
"attr": "disabled",
|
|
3374
|
+
"reflectToAttr": true,
|
|
3375
|
+
"docs": "Disables the item, preventing any user interaction.",
|
|
3376
|
+
"docsTags": [],
|
|
3377
|
+
"default": "false",
|
|
3378
|
+
"values": [
|
|
3379
|
+
{
|
|
3380
|
+
"type": "boolean"
|
|
3381
|
+
}
|
|
3382
|
+
],
|
|
3383
|
+
"optional": false,
|
|
3384
|
+
"required": false,
|
|
3385
|
+
"getter": false,
|
|
3386
|
+
"setter": false
|
|
3387
|
+
},
|
|
3388
|
+
{
|
|
3389
|
+
"name": "label",
|
|
3390
|
+
"type": "string",
|
|
3391
|
+
"complexType": {
|
|
3392
|
+
"original": "string",
|
|
3393
|
+
"resolved": "string",
|
|
3394
|
+
"references": {}
|
|
3395
|
+
},
|
|
3396
|
+
"mutable": false,
|
|
3397
|
+
"attr": "label",
|
|
3398
|
+
"reflectToAttr": true,
|
|
3399
|
+
"docs": "Label used as the value for the default layout.",
|
|
3400
|
+
"docsTags": [],
|
|
3401
|
+
"values": [
|
|
3402
|
+
{
|
|
3403
|
+
"type": "string"
|
|
3404
|
+
}
|
|
3405
|
+
],
|
|
3406
|
+
"optional": true,
|
|
3407
|
+
"required": false,
|
|
3408
|
+
"getter": false,
|
|
3409
|
+
"setter": false
|
|
3410
|
+
},
|
|
3411
|
+
{
|
|
3412
|
+
"name": "selected",
|
|
3413
|
+
"type": "boolean",
|
|
3414
|
+
"complexType": {
|
|
3415
|
+
"original": "boolean",
|
|
3416
|
+
"resolved": "boolean",
|
|
3417
|
+
"references": {}
|
|
3418
|
+
},
|
|
3419
|
+
"mutable": true,
|
|
3420
|
+
"attr": "selected",
|
|
3421
|
+
"reflectToAttr": true,
|
|
3422
|
+
"docs": "Indicates if the item is selected.",
|
|
3423
|
+
"docsTags": [],
|
|
3424
|
+
"default": "false",
|
|
3425
|
+
"values": [
|
|
3426
|
+
{
|
|
3427
|
+
"type": "boolean"
|
|
3428
|
+
}
|
|
3429
|
+
],
|
|
3430
|
+
"optional": false,
|
|
3431
|
+
"required": false,
|
|
3432
|
+
"getter": false,
|
|
3433
|
+
"setter": false
|
|
3434
|
+
},
|
|
3435
|
+
{
|
|
3436
|
+
"name": "value",
|
|
3437
|
+
"type": "string",
|
|
3438
|
+
"complexType": {
|
|
3439
|
+
"original": "string",
|
|
3440
|
+
"resolved": "string",
|
|
3441
|
+
"references": {}
|
|
3442
|
+
},
|
|
3443
|
+
"mutable": false,
|
|
3444
|
+
"attr": "value",
|
|
3445
|
+
"reflectToAttr": true,
|
|
3446
|
+
"docs": "Value associated with the item.",
|
|
3447
|
+
"docsTags": [],
|
|
3448
|
+
"values": [
|
|
3449
|
+
{
|
|
3450
|
+
"type": "string"
|
|
3451
|
+
}
|
|
3452
|
+
],
|
|
3453
|
+
"optional": true,
|
|
3454
|
+
"required": false,
|
|
3455
|
+
"getter": false,
|
|
3456
|
+
"setter": false
|
|
3457
|
+
}
|
|
3458
|
+
],
|
|
3459
|
+
"methods": [],
|
|
3460
|
+
"events": [
|
|
3461
|
+
{
|
|
3462
|
+
"event": "itemSelected",
|
|
3463
|
+
"detail": "DropdownItemSelectedEventDetail",
|
|
3464
|
+
"bubbles": true,
|
|
3465
|
+
"complexType": {
|
|
3466
|
+
"original": "DropdownItemSelectedEventDetail",
|
|
3467
|
+
"resolved": "DropdownItemSelectedEventDetail",
|
|
3468
|
+
"references": {
|
|
3469
|
+
"DropdownItemSelectedEventDetail": {
|
|
3470
|
+
"location": "import",
|
|
3471
|
+
"path": "./DropdownItemSelectedEventDetail",
|
|
3472
|
+
"id": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail"
|
|
3473
|
+
}
|
|
3474
|
+
}
|
|
3475
|
+
},
|
|
3476
|
+
"cancelable": true,
|
|
3477
|
+
"composed": true,
|
|
3478
|
+
"docs": "Event emitted when an item is clicked.",
|
|
3479
|
+
"docsTags": []
|
|
3480
|
+
}
|
|
3481
|
+
],
|
|
3482
|
+
"listeners": [],
|
|
3483
|
+
"styles": [],
|
|
3484
|
+
"slots": [
|
|
3485
|
+
{
|
|
3486
|
+
"name": "default",
|
|
3487
|
+
"docs": "The content to be displayed inside the dropdown item."
|
|
3488
|
+
}
|
|
3489
|
+
],
|
|
3490
|
+
"parts": [],
|
|
3491
|
+
"dependents": [
|
|
3492
|
+
"nv-fielddropdown"
|
|
3493
|
+
],
|
|
3494
|
+
"dependencies": [
|
|
3495
|
+
"nv-icon"
|
|
3496
|
+
],
|
|
3497
|
+
"dependencyGraph": {
|
|
3498
|
+
"nv-fielddropdownitem": [
|
|
3499
|
+
"nv-icon"
|
|
3500
|
+
],
|
|
3501
|
+
"nv-fielddropdown": [
|
|
3502
|
+
"nv-fielddropdownitem"
|
|
3503
|
+
]
|
|
3504
|
+
}
|
|
3505
|
+
},
|
|
3506
|
+
{
|
|
3507
|
+
"filePath": "src/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.tsx",
|
|
3508
|
+
"encapsulation": "none",
|
|
3509
|
+
"tag": "nv-fielddropdownitemcheck",
|
|
3510
|
+
"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",
|
|
3511
|
+
"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.",
|
|
3512
|
+
"docsTags": [],
|
|
3513
|
+
"usage": {},
|
|
3514
|
+
"props": [
|
|
3515
|
+
{
|
|
3516
|
+
"name": "checked",
|
|
3517
|
+
"type": "boolean",
|
|
3518
|
+
"complexType": {
|
|
3519
|
+
"original": "boolean",
|
|
3520
|
+
"resolved": "boolean",
|
|
3521
|
+
"references": {}
|
|
3522
|
+
},
|
|
3523
|
+
"mutable": true,
|
|
3524
|
+
"attr": "checked",
|
|
3525
|
+
"reflectToAttr": true,
|
|
3526
|
+
"docs": "Indicates whether the checkbox is selected.",
|
|
3527
|
+
"docsTags": [],
|
|
3528
|
+
"default": "false",
|
|
3529
|
+
"values": [
|
|
3530
|
+
{
|
|
3531
|
+
"type": "boolean"
|
|
3532
|
+
}
|
|
3533
|
+
],
|
|
3534
|
+
"optional": false,
|
|
3535
|
+
"required": false,
|
|
3536
|
+
"getter": false,
|
|
3537
|
+
"setter": false
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
"name": "description",
|
|
3541
|
+
"type": "string",
|
|
3542
|
+
"complexType": {
|
|
3543
|
+
"original": "string",
|
|
3544
|
+
"resolved": "string",
|
|
3545
|
+
"references": {}
|
|
3546
|
+
},
|
|
3547
|
+
"mutable": false,
|
|
3548
|
+
"attr": "description",
|
|
3549
|
+
"reflectToAttr": true,
|
|
3550
|
+
"docs": "A description providing additional context or information about the\ncheckbox.",
|
|
3551
|
+
"docsTags": [],
|
|
3552
|
+
"values": [
|
|
3553
|
+
{
|
|
3554
|
+
"type": "string"
|
|
3555
|
+
}
|
|
3556
|
+
],
|
|
3557
|
+
"optional": true,
|
|
3558
|
+
"required": false,
|
|
3559
|
+
"getter": false,
|
|
3560
|
+
"setter": false
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"name": "disabled",
|
|
3564
|
+
"type": "boolean",
|
|
3565
|
+
"complexType": {
|
|
3566
|
+
"original": "boolean",
|
|
3567
|
+
"resolved": "boolean",
|
|
3568
|
+
"references": {}
|
|
3569
|
+
},
|
|
3570
|
+
"mutable": false,
|
|
3571
|
+
"attr": "disabled",
|
|
3572
|
+
"reflectToAttr": true,
|
|
3573
|
+
"docs": "Disables the item, preventing any user interaction.",
|
|
3574
|
+
"docsTags": [],
|
|
3575
|
+
"default": "false",
|
|
3576
|
+
"values": [
|
|
3577
|
+
{
|
|
3578
|
+
"type": "boolean"
|
|
3579
|
+
}
|
|
3580
|
+
],
|
|
3581
|
+
"optional": false,
|
|
3582
|
+
"required": false,
|
|
3583
|
+
"getter": false,
|
|
3584
|
+
"setter": false
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"name": "group",
|
|
3588
|
+
"type": "string",
|
|
3589
|
+
"complexType": {
|
|
3590
|
+
"original": "string",
|
|
3591
|
+
"resolved": "string",
|
|
3592
|
+
"references": {}
|
|
3593
|
+
},
|
|
3594
|
+
"mutable": false,
|
|
3595
|
+
"attr": "group",
|
|
3596
|
+
"reflectToAttr": true,
|
|
3597
|
+
"docs": "The group this item belongs to, if applicable.",
|
|
3598
|
+
"docsTags": [],
|
|
3599
|
+
"values": [
|
|
3600
|
+
{
|
|
3601
|
+
"type": "string"
|
|
3602
|
+
}
|
|
3603
|
+
],
|
|
3604
|
+
"optional": true,
|
|
3605
|
+
"required": false,
|
|
3606
|
+
"getter": false,
|
|
3607
|
+
"setter": false
|
|
3608
|
+
},
|
|
3609
|
+
{
|
|
3610
|
+
"name": "label",
|
|
3611
|
+
"type": "string",
|
|
3612
|
+
"complexType": {
|
|
3613
|
+
"original": "string",
|
|
3614
|
+
"resolved": "string",
|
|
3615
|
+
"references": {}
|
|
3616
|
+
},
|
|
3617
|
+
"mutable": false,
|
|
3618
|
+
"attr": "label",
|
|
3619
|
+
"reflectToAttr": true,
|
|
3620
|
+
"docs": "The label displayed alongside the checkbox.",
|
|
3621
|
+
"docsTags": [],
|
|
3622
|
+
"values": [
|
|
3623
|
+
{
|
|
3624
|
+
"type": "string"
|
|
3625
|
+
}
|
|
3626
|
+
],
|
|
3627
|
+
"optional": true,
|
|
3628
|
+
"required": false,
|
|
3629
|
+
"getter": false,
|
|
3630
|
+
"setter": false
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"name": "value",
|
|
3634
|
+
"type": "string",
|
|
3635
|
+
"complexType": {
|
|
3636
|
+
"original": "string",
|
|
3637
|
+
"resolved": "string",
|
|
3638
|
+
"references": {}
|
|
3639
|
+
},
|
|
3640
|
+
"mutable": false,
|
|
3641
|
+
"attr": "value",
|
|
3642
|
+
"reflectToAttr": true,
|
|
3643
|
+
"docs": "The value associated with this item.",
|
|
3644
|
+
"docsTags": [],
|
|
3645
|
+
"values": [
|
|
3646
|
+
{
|
|
3647
|
+
"type": "string"
|
|
3648
|
+
}
|
|
3649
|
+
],
|
|
3650
|
+
"optional": true,
|
|
3651
|
+
"required": false,
|
|
3652
|
+
"getter": false,
|
|
3653
|
+
"setter": false
|
|
3654
|
+
}
|
|
3655
|
+
],
|
|
3656
|
+
"methods": [],
|
|
3657
|
+
"events": [
|
|
3658
|
+
{
|
|
3659
|
+
"event": "itemChecked",
|
|
3660
|
+
"detail": "{ value: string; checked: boolean; group?: string; }",
|
|
3661
|
+
"bubbles": true,
|
|
3662
|
+
"complexType": {
|
|
3663
|
+
"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 }",
|
|
3664
|
+
"resolved": "{ value: string; checked: boolean; group?: string; }",
|
|
3665
|
+
"references": {}
|
|
3666
|
+
},
|
|
3667
|
+
"cancelable": true,
|
|
3668
|
+
"composed": true,
|
|
3669
|
+
"docs": "Event emitted when the checkbox is toggled.\nIt provides details about the current state of the item.",
|
|
3670
|
+
"docsTags": []
|
|
3671
|
+
}
|
|
3672
|
+
],
|
|
3673
|
+
"listeners": [],
|
|
3674
|
+
"styles": [],
|
|
3675
|
+
"slots": [],
|
|
3676
|
+
"parts": [],
|
|
3677
|
+
"dependents": [
|
|
3678
|
+
"nv-fieldmultiselect"
|
|
3679
|
+
],
|
|
3680
|
+
"dependencies": [
|
|
3681
|
+
"nv-fieldcheckbox"
|
|
3682
|
+
],
|
|
3683
|
+
"dependencyGraph": {
|
|
3684
|
+
"nv-fielddropdownitemcheck": [
|
|
3685
|
+
"nv-fieldcheckbox"
|
|
3686
|
+
],
|
|
3687
|
+
"nv-fieldmultiselect": [
|
|
3688
|
+
"nv-fielddropdownitemcheck"
|
|
3689
|
+
]
|
|
3690
|
+
}
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"filePath": "src/components/nv-fieldmultiselect/nv-fieldmultiselect.tsx",
|
|
3694
|
+
"encapsulation": "none",
|
|
3695
|
+
"tag": "nv-fieldmultiselect",
|
|
3696
|
+
"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",
|
|
3697
|
+
"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.",
|
|
3698
|
+
"docsTags": [
|
|
3699
|
+
{
|
|
3700
|
+
"name": "slot",
|
|
3701
|
+
"text": "content - The content of the list."
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "slot",
|
|
3705
|
+
"text": "leading-input - Content to be placed before the input text, within the input container."
|
|
3706
|
+
},
|
|
3707
|
+
{
|
|
3708
|
+
"name": "slot",
|
|
3709
|
+
"text": "before-input - Content to be placed before the input text, outside the input container."
|
|
3710
|
+
},
|
|
3711
|
+
{
|
|
3712
|
+
"name": "slot",
|
|
3713
|
+
"text": "after-input - Content to be placed after the input text, outside the input container."
|
|
3714
|
+
},
|
|
3715
|
+
{
|
|
3716
|
+
"name": "slot",
|
|
3717
|
+
"text": "label - Content to be placed as the label, will override the label prop."
|
|
3718
|
+
},
|
|
3719
|
+
{
|
|
3720
|
+
"name": "slot",
|
|
3721
|
+
"text": "description - Content to be placed as the description, will override the description prop."
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"name": "slot",
|
|
3725
|
+
"text": "error-description - Content to be placed as the error description, will override the errorDescription prop."
|
|
3726
|
+
}
|
|
3727
|
+
],
|
|
3728
|
+
"usage": {},
|
|
3729
|
+
"props": [
|
|
3730
|
+
{
|
|
3731
|
+
"name": "autocomplete",
|
|
3732
|
+
"type": "\"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\"",
|
|
3733
|
+
"complexType": {
|
|
3734
|
+
"original": "`${TextInputAutocomplete}`",
|
|
3735
|
+
"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\"",
|
|
3736
|
+
"references": {
|
|
3737
|
+
"TextInputAutocomplete": {
|
|
3738
|
+
"location": "import",
|
|
3739
|
+
"path": "../../utils/constants",
|
|
3740
|
+
"id": "src/utils/constants.ts::TextInputAutocomplete"
|
|
3741
|
+
}
|
|
3742
|
+
}
|
|
3743
|
+
},
|
|
3744
|
+
"mutable": false,
|
|
3745
|
+
"attr": "autocomplete",
|
|
3746
|
+
"reflectToAttr": true,
|
|
3747
|
+
"docs": "The autocomplete prop for faster input filling.",
|
|
3748
|
+
"docsTags": [],
|
|
3749
|
+
"default": "'off'",
|
|
3750
|
+
"values": [
|
|
3751
|
+
{
|
|
3752
|
+
"value": "on",
|
|
3753
|
+
"type": "string"
|
|
3754
|
+
},
|
|
3755
|
+
{
|
|
3756
|
+
"value": "off",
|
|
3757
|
+
"type": "string"
|
|
3758
|
+
},
|
|
3759
|
+
{
|
|
3760
|
+
"value": "home",
|
|
3761
|
+
"type": "string"
|
|
3762
|
+
},
|
|
3763
|
+
{
|
|
3764
|
+
"value": "section-*",
|
|
3765
|
+
"type": "string"
|
|
3766
|
+
},
|
|
3767
|
+
{
|
|
3768
|
+
"value": "shipping",
|
|
3769
|
+
"type": "string"
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"value": "billing",
|
|
3773
|
+
"type": "string"
|
|
3774
|
+
},
|
|
3775
|
+
{
|
|
3776
|
+
"value": "work",
|
|
3777
|
+
"type": "string"
|
|
3778
|
+
},
|
|
3779
|
+
{
|
|
3780
|
+
"value": "mobile",
|
|
3781
|
+
"type": "string"
|
|
3782
|
+
},
|
|
3783
|
+
{
|
|
3784
|
+
"value": "fax",
|
|
3785
|
+
"type": "string"
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"value": "pager",
|
|
3789
|
+
"type": "string"
|
|
3790
|
+
},
|
|
3791
|
+
{
|
|
3792
|
+
"value": "tel",
|
|
3793
|
+
"type": "string"
|
|
3794
|
+
},
|
|
3795
|
+
{
|
|
3796
|
+
"value": "tel-country-code",
|
|
3797
|
+
"type": "string"
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"value": "tel-national",
|
|
3801
|
+
"type": "string"
|
|
3802
|
+
},
|
|
3803
|
+
{
|
|
3804
|
+
"value": "tel-area-code",
|
|
3805
|
+
"type": "string"
|
|
3806
|
+
},
|
|
3807
|
+
{
|
|
3808
|
+
"value": "tel-local",
|
|
3809
|
+
"type": "string"
|
|
3810
|
+
},
|
|
3811
|
+
{
|
|
3812
|
+
"value": "tel-local-prefix",
|
|
3813
|
+
"type": "string"
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
"value": "tel-local-suffix",
|
|
3817
|
+
"type": "string"
|
|
3818
|
+
},
|
|
3819
|
+
{
|
|
3820
|
+
"value": "tel-extension",
|
|
3821
|
+
"type": "string"
|
|
3822
|
+
},
|
|
3823
|
+
{
|
|
3824
|
+
"value": "email",
|
|
3825
|
+
"type": "string"
|
|
3826
|
+
},
|
|
3827
|
+
{
|
|
3828
|
+
"value": "impp",
|
|
3829
|
+
"type": "string"
|
|
3830
|
+
},
|
|
3831
|
+
{
|
|
3832
|
+
"value": "name",
|
|
3833
|
+
"type": "string"
|
|
3834
|
+
},
|
|
3835
|
+
{
|
|
3836
|
+
"value": "honorific-prefix",
|
|
3837
|
+
"type": "string"
|
|
3838
|
+
},
|
|
3839
|
+
{
|
|
3840
|
+
"value": "given-name",
|
|
3841
|
+
"type": "string"
|
|
3842
|
+
},
|
|
3843
|
+
{
|
|
3844
|
+
"value": "additional-name",
|
|
3845
|
+
"type": "string"
|
|
3846
|
+
},
|
|
3847
|
+
{
|
|
3848
|
+
"value": "family-name",
|
|
3849
|
+
"type": "string"
|
|
3850
|
+
},
|
|
3851
|
+
{
|
|
3852
|
+
"value": "honorific-suffix",
|
|
3853
|
+
"type": "string"
|
|
3854
|
+
},
|
|
3855
|
+
{
|
|
3856
|
+
"value": "nickname",
|
|
3857
|
+
"type": "string"
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
"value": "username",
|
|
3861
|
+
"type": "string"
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
"value": "new-password",
|
|
3865
|
+
"type": "string"
|
|
3866
|
+
},
|
|
3867
|
+
{
|
|
3868
|
+
"value": "current-password",
|
|
3869
|
+
"type": "string"
|
|
3870
|
+
},
|
|
3871
|
+
{
|
|
3872
|
+
"value": "one-time-code",
|
|
3873
|
+
"type": "string"
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"value": "organization-title",
|
|
3877
|
+
"type": "string"
|
|
3878
|
+
},
|
|
3879
|
+
{
|
|
3880
|
+
"value": "organization",
|
|
3881
|
+
"type": "string"
|
|
3882
|
+
},
|
|
3883
|
+
{
|
|
3884
|
+
"value": "street-address",
|
|
3885
|
+
"type": "string"
|
|
3886
|
+
},
|
|
3887
|
+
{
|
|
3888
|
+
"value": "address-line1",
|
|
3889
|
+
"type": "string"
|
|
3890
|
+
},
|
|
3891
|
+
{
|
|
3892
|
+
"value": "address-line2",
|
|
3893
|
+
"type": "string"
|
|
3894
|
+
},
|
|
3895
|
+
{
|
|
3896
|
+
"value": "address-line3",
|
|
3897
|
+
"type": "string"
|
|
3898
|
+
},
|
|
3899
|
+
{
|
|
3900
|
+
"value": "address-level4",
|
|
3901
|
+
"type": "string"
|
|
3902
|
+
},
|
|
3903
|
+
{
|
|
3904
|
+
"value": "address-level3",
|
|
3905
|
+
"type": "string"
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
"value": "address-level2",
|
|
3909
|
+
"type": "string"
|
|
3910
|
+
},
|
|
3911
|
+
{
|
|
3912
|
+
"value": "address-level1",
|
|
3913
|
+
"type": "string"
|
|
3914
|
+
},
|
|
3915
|
+
{
|
|
3916
|
+
"value": "country",
|
|
3917
|
+
"type": "string"
|
|
3918
|
+
},
|
|
3919
|
+
{
|
|
3920
|
+
"value": "country-name",
|
|
3921
|
+
"type": "string"
|
|
3922
|
+
},
|
|
3923
|
+
{
|
|
3924
|
+
"value": "postal-code",
|
|
3925
|
+
"type": "string"
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"value": "cc-name",
|
|
3929
|
+
"type": "string"
|
|
3930
|
+
},
|
|
3931
|
+
{
|
|
3932
|
+
"value": "cc-given-name",
|
|
3933
|
+
"type": "string"
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"value": "cc-additional-name",
|
|
3937
|
+
"type": "string"
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"value": "cc-family-name",
|
|
3941
|
+
"type": "string"
|
|
3942
|
+
},
|
|
3943
|
+
{
|
|
3944
|
+
"value": "cc-number",
|
|
3945
|
+
"type": "string"
|
|
3946
|
+
},
|
|
3947
|
+
{
|
|
3948
|
+
"value": "cc-exp",
|
|
3949
|
+
"type": "string"
|
|
3950
|
+
},
|
|
3951
|
+
{
|
|
3952
|
+
"value": "cc-exp-month",
|
|
3953
|
+
"type": "string"
|
|
3954
|
+
},
|
|
3955
|
+
{
|
|
3956
|
+
"value": "cc-exp-year",
|
|
3957
|
+
"type": "string"
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"value": "cc-csc",
|
|
3961
|
+
"type": "string"
|
|
3962
|
+
},
|
|
3963
|
+
{
|
|
3964
|
+
"value": "cc-type",
|
|
3965
|
+
"type": "string"
|
|
3966
|
+
},
|
|
3967
|
+
{
|
|
3968
|
+
"value": "transaction-currency",
|
|
3969
|
+
"type": "string"
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"value": "transaction-amount",
|
|
3973
|
+
"type": "string"
|
|
3974
|
+
},
|
|
3975
|
+
{
|
|
3976
|
+
"value": "language",
|
|
3977
|
+
"type": "string"
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"value": "bday",
|
|
3981
|
+
"type": "string"
|
|
3982
|
+
},
|
|
3983
|
+
{
|
|
3984
|
+
"value": "bday-day",
|
|
3985
|
+
"type": "string"
|
|
3986
|
+
},
|
|
3987
|
+
{
|
|
3988
|
+
"value": "bday-month",
|
|
3989
|
+
"type": "string"
|
|
3990
|
+
},
|
|
3991
|
+
{
|
|
3992
|
+
"value": "bday-year",
|
|
3993
|
+
"type": "string"
|
|
3994
|
+
},
|
|
3995
|
+
{
|
|
3996
|
+
"value": "sex",
|
|
3997
|
+
"type": "string"
|
|
3998
|
+
},
|
|
3999
|
+
{
|
|
4000
|
+
"value": "url",
|
|
4001
|
+
"type": "string"
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"value": "photo",
|
|
4005
|
+
"type": "string"
|
|
4006
|
+
}
|
|
4007
|
+
],
|
|
4008
|
+
"optional": false,
|
|
4009
|
+
"required": false,
|
|
4010
|
+
"getter": false,
|
|
4011
|
+
"setter": false
|
|
4012
|
+
},
|
|
4013
|
+
{
|
|
4014
|
+
"name": "badgeLabel",
|
|
4015
|
+
"type": "string",
|
|
4016
|
+
"complexType": {
|
|
4017
|
+
"original": "string",
|
|
4018
|
+
"resolved": "string",
|
|
4019
|
+
"references": {}
|
|
4020
|
+
},
|
|
4021
|
+
"mutable": false,
|
|
4022
|
+
"attr": "badge-label",
|
|
4023
|
+
"reflectToAttr": true,
|
|
4024
|
+
"docs": "Text for the badge showing the number of selected items.",
|
|
4025
|
+
"docsTags": [],
|
|
4026
|
+
"default": "''",
|
|
4027
|
+
"values": [
|
|
4028
|
+
{
|
|
4029
|
+
"type": "string"
|
|
4030
|
+
}
|
|
4031
|
+
],
|
|
4032
|
+
"optional": false,
|
|
4033
|
+
"required": false,
|
|
4034
|
+
"getter": false,
|
|
4035
|
+
"setter": false
|
|
4036
|
+
},
|
|
4037
|
+
{
|
|
4038
|
+
"name": "debounceDelay",
|
|
4039
|
+
"type": "number",
|
|
4040
|
+
"complexType": {
|
|
4041
|
+
"original": "number",
|
|
4042
|
+
"resolved": "number",
|
|
4043
|
+
"references": {}
|
|
4044
|
+
},
|
|
4045
|
+
"mutable": false,
|
|
4046
|
+
"attr": "debounce-delay",
|
|
4047
|
+
"reflectToAttr": true,
|
|
4048
|
+
"docs": "Delay in milliseconds before the search is triggered when typing in the filter input.",
|
|
4049
|
+
"docsTags": [
|
|
4050
|
+
{
|
|
4051
|
+
"name": "default",
|
|
4052
|
+
"text": "300"
|
|
4053
|
+
}
|
|
4054
|
+
],
|
|
4055
|
+
"default": "300",
|
|
4056
|
+
"values": [
|
|
4057
|
+
{
|
|
4058
|
+
"type": "number"
|
|
4059
|
+
}
|
|
4060
|
+
],
|
|
4061
|
+
"optional": false,
|
|
4062
|
+
"required": false,
|
|
4063
|
+
"getter": false,
|
|
4064
|
+
"setter": false
|
|
4065
|
+
},
|
|
4066
|
+
{
|
|
4067
|
+
"name": "description",
|
|
4068
|
+
"type": "string",
|
|
4069
|
+
"complexType": {
|
|
4070
|
+
"original": "string",
|
|
4071
|
+
"resolved": "string",
|
|
4072
|
+
"references": {}
|
|
4073
|
+
},
|
|
4074
|
+
"mutable": false,
|
|
4075
|
+
"attr": "description",
|
|
4076
|
+
"reflectToAttr": true,
|
|
4077
|
+
"docs": "Add helpful hints or extra information under the text input field.",
|
|
4078
|
+
"docsTags": [],
|
|
4079
|
+
"values": [
|
|
4080
|
+
{
|
|
4081
|
+
"type": "string"
|
|
4082
|
+
}
|
|
4083
|
+
],
|
|
4084
|
+
"optional": false,
|
|
4085
|
+
"required": false,
|
|
4086
|
+
"getter": false,
|
|
4087
|
+
"setter": false
|
|
4088
|
+
},
|
|
4089
|
+
{
|
|
4090
|
+
"name": "disabled",
|
|
4091
|
+
"type": "boolean",
|
|
4092
|
+
"complexType": {
|
|
4093
|
+
"original": "boolean",
|
|
4094
|
+
"resolved": "boolean",
|
|
4095
|
+
"references": {}
|
|
4096
|
+
},
|
|
4097
|
+
"mutable": false,
|
|
4098
|
+
"attr": "disabled",
|
|
4099
|
+
"reflectToAttr": true,
|
|
4100
|
+
"docs": "Disables the input field.",
|
|
4101
|
+
"docsTags": [],
|
|
4102
|
+
"default": "false",
|
|
4103
|
+
"values": [
|
|
4104
|
+
{
|
|
4105
|
+
"type": "boolean"
|
|
4106
|
+
}
|
|
4107
|
+
],
|
|
4108
|
+
"optional": false,
|
|
4109
|
+
"required": false,
|
|
4110
|
+
"getter": false,
|
|
4111
|
+
"setter": false
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"name": "emptyresult",
|
|
4115
|
+
"type": "string",
|
|
4116
|
+
"complexType": {
|
|
4117
|
+
"original": "string",
|
|
4118
|
+
"resolved": "string",
|
|
4119
|
+
"references": {}
|
|
4120
|
+
},
|
|
4121
|
+
"mutable": false,
|
|
4122
|
+
"attr": "emptyresult",
|
|
4123
|
+
"reflectToAttr": true,
|
|
4124
|
+
"docs": "The text to display when no items match the filter.",
|
|
4125
|
+
"docsTags": [],
|
|
4126
|
+
"default": "'No results found'",
|
|
4127
|
+
"values": [
|
|
4128
|
+
{
|
|
4129
|
+
"type": "string"
|
|
4130
|
+
}
|
|
4131
|
+
],
|
|
4132
|
+
"optional": false,
|
|
4133
|
+
"required": false,
|
|
4134
|
+
"getter": false,
|
|
4135
|
+
"setter": false
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"name": "error",
|
|
4139
|
+
"type": "boolean",
|
|
4140
|
+
"complexType": {
|
|
4141
|
+
"original": "boolean",
|
|
4142
|
+
"resolved": "boolean",
|
|
4143
|
+
"references": {}
|
|
4144
|
+
},
|
|
4145
|
+
"mutable": false,
|
|
4146
|
+
"attr": "error",
|
|
4147
|
+
"reflectToAttr": true,
|
|
4148
|
+
"docs": "Alters the input field's appearance to indicate an error.",
|
|
4149
|
+
"docsTags": [],
|
|
4150
|
+
"default": "false",
|
|
4151
|
+
"values": [
|
|
4152
|
+
{
|
|
4153
|
+
"type": "boolean"
|
|
4154
|
+
}
|
|
4155
|
+
],
|
|
4156
|
+
"optional": false,
|
|
4157
|
+
"required": false,
|
|
4158
|
+
"getter": false,
|
|
4159
|
+
"setter": false
|
|
4160
|
+
},
|
|
4161
|
+
{
|
|
4162
|
+
"name": "errorDescription",
|
|
4163
|
+
"type": "string",
|
|
4164
|
+
"complexType": {
|
|
4165
|
+
"original": "string",
|
|
4166
|
+
"resolved": "string",
|
|
4167
|
+
"references": {}
|
|
4168
|
+
},
|
|
4169
|
+
"mutable": false,
|
|
4170
|
+
"attr": "error-description",
|
|
4171
|
+
"reflectToAttr": true,
|
|
4172
|
+
"docs": "A description that appears when there is an error.",
|
|
4173
|
+
"docsTags": [],
|
|
4174
|
+
"values": [
|
|
4175
|
+
{
|
|
4176
|
+
"type": "string"
|
|
4177
|
+
}
|
|
4178
|
+
],
|
|
4179
|
+
"optional": false,
|
|
4180
|
+
"required": false,
|
|
4181
|
+
"getter": false,
|
|
4182
|
+
"setter": false
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
"name": "filterable",
|
|
4186
|
+
"type": "boolean",
|
|
4187
|
+
"complexType": {
|
|
4188
|
+
"original": "boolean",
|
|
4189
|
+
"resolved": "boolean",
|
|
4190
|
+
"references": {}
|
|
4191
|
+
},
|
|
4192
|
+
"mutable": true,
|
|
4193
|
+
"attr": "filterable",
|
|
4194
|
+
"reflectToAttr": true,
|
|
4195
|
+
"docs": "Enables or disables the filtering feature for the multiselect items.",
|
|
4196
|
+
"docsTags": [],
|
|
4197
|
+
"default": "false",
|
|
4198
|
+
"values": [
|
|
4199
|
+
{
|
|
4200
|
+
"type": "boolean"
|
|
4201
|
+
}
|
|
4202
|
+
],
|
|
4203
|
+
"optional": false,
|
|
4204
|
+
"required": false,
|
|
4205
|
+
"getter": false,
|
|
4206
|
+
"setter": false
|
|
4207
|
+
},
|
|
4208
|
+
{
|
|
4209
|
+
"name": "inputId",
|
|
4210
|
+
"type": "string",
|
|
4211
|
+
"complexType": {
|
|
4212
|
+
"original": "string",
|
|
4213
|
+
"resolved": "string",
|
|
4214
|
+
"references": {}
|
|
4215
|
+
},
|
|
4216
|
+
"mutable": false,
|
|
4217
|
+
"attr": "input-id",
|
|
4218
|
+
"reflectToAttr": true,
|
|
4219
|
+
"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.",
|
|
4220
|
+
"docsTags": [],
|
|
4221
|
+
"default": "uuidv4()",
|
|
4222
|
+
"values": [
|
|
4223
|
+
{
|
|
4224
|
+
"type": "string"
|
|
4225
|
+
}
|
|
4226
|
+
],
|
|
4227
|
+
"optional": false,
|
|
4228
|
+
"required": false,
|
|
4229
|
+
"getter": false,
|
|
4230
|
+
"setter": false
|
|
4231
|
+
},
|
|
4232
|
+
{
|
|
4233
|
+
"name": "label",
|
|
4234
|
+
"type": "string",
|
|
4235
|
+
"complexType": {
|
|
4236
|
+
"original": "string",
|
|
4237
|
+
"resolved": "string",
|
|
4238
|
+
"references": {}
|
|
4239
|
+
},
|
|
4240
|
+
"mutable": false,
|
|
4241
|
+
"attr": "label",
|
|
4242
|
+
"reflectToAttr": true,
|
|
4243
|
+
"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.",
|
|
4244
|
+
"docsTags": [],
|
|
4245
|
+
"values": [
|
|
4246
|
+
{
|
|
4247
|
+
"type": "string"
|
|
4248
|
+
}
|
|
4249
|
+
],
|
|
4250
|
+
"optional": false,
|
|
4251
|
+
"required": false,
|
|
4252
|
+
"getter": false,
|
|
4253
|
+
"setter": false
|
|
4254
|
+
},
|
|
4255
|
+
{
|
|
4256
|
+
"name": "maxHeight",
|
|
4257
|
+
"type": "string",
|
|
4258
|
+
"complexType": {
|
|
4259
|
+
"original": "string",
|
|
4260
|
+
"resolved": "string",
|
|
4261
|
+
"references": {}
|
|
4262
|
+
},
|
|
4263
|
+
"mutable": false,
|
|
4264
|
+
"attr": "max-height",
|
|
4265
|
+
"reflectToAttr": true,
|
|
4266
|
+
"docs": "Defines the maximum height of the multiselect list when open.",
|
|
4267
|
+
"docsTags": [],
|
|
4268
|
+
"default": "'200px'",
|
|
4269
|
+
"values": [
|
|
4270
|
+
{
|
|
4271
|
+
"type": "string"
|
|
4272
|
+
}
|
|
4273
|
+
],
|
|
4274
|
+
"optional": false,
|
|
4275
|
+
"required": false,
|
|
4276
|
+
"getter": false,
|
|
4277
|
+
"setter": false
|
|
4278
|
+
},
|
|
4279
|
+
{
|
|
4280
|
+
"name": "mode",
|
|
4281
|
+
"type": "\"options\" | \"slots\"",
|
|
4282
|
+
"complexType": {
|
|
4283
|
+
"original": "'options' | 'slots'",
|
|
4284
|
+
"resolved": "\"options\" | \"slots\"",
|
|
4285
|
+
"references": {}
|
|
4286
|
+
},
|
|
4287
|
+
"mutable": false,
|
|
4288
|
+
"attr": "mode",
|
|
4289
|
+
"reflectToAttr": true,
|
|
4290
|
+
"docs": "Multiselect mode: 'options' (JSON data) or 'slots' (custom items).\nThis property is now reflected in the modeState.",
|
|
4291
|
+
"docsTags": [],
|
|
4292
|
+
"values": [
|
|
4293
|
+
{
|
|
4294
|
+
"value": "options",
|
|
4295
|
+
"type": "string"
|
|
4296
|
+
},
|
|
4297
|
+
{
|
|
4298
|
+
"value": "slots",
|
|
4299
|
+
"type": "string"
|
|
4300
|
+
}
|
|
4301
|
+
],
|
|
4302
|
+
"optional": false,
|
|
4303
|
+
"required": false,
|
|
4304
|
+
"getter": false,
|
|
4305
|
+
"setter": false
|
|
4306
|
+
},
|
|
4307
|
+
{
|
|
4308
|
+
"name": "name",
|
|
4309
|
+
"type": "string",
|
|
4310
|
+
"complexType": {
|
|
4311
|
+
"original": "string",
|
|
4312
|
+
"resolved": "string",
|
|
4313
|
+
"references": {}
|
|
4314
|
+
},
|
|
4315
|
+
"mutable": false,
|
|
4316
|
+
"attr": "name",
|
|
4317
|
+
"reflectToAttr": true,
|
|
4318
|
+
"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.",
|
|
4319
|
+
"docsTags": [],
|
|
4320
|
+
"values": [
|
|
4321
|
+
{
|
|
4322
|
+
"type": "string"
|
|
4323
|
+
}
|
|
4324
|
+
],
|
|
4325
|
+
"optional": false,
|
|
4326
|
+
"required": false,
|
|
4327
|
+
"getter": false,
|
|
4328
|
+
"setter": false
|
|
4329
|
+
},
|
|
4330
|
+
{
|
|
4331
|
+
"name": "open",
|
|
4332
|
+
"type": "boolean",
|
|
4333
|
+
"complexType": {
|
|
4334
|
+
"original": "boolean",
|
|
4335
|
+
"resolved": "boolean",
|
|
4336
|
+
"references": {}
|
|
4337
|
+
},
|
|
4338
|
+
"mutable": true,
|
|
4339
|
+
"attr": "open",
|
|
4340
|
+
"reflectToAttr": true,
|
|
4341
|
+
"docs": "State of the multiselect popover.",
|
|
4342
|
+
"docsTags": [],
|
|
4343
|
+
"default": "false",
|
|
4344
|
+
"values": [
|
|
4345
|
+
{
|
|
4346
|
+
"type": "boolean"
|
|
4347
|
+
}
|
|
4348
|
+
],
|
|
4349
|
+
"optional": false,
|
|
4350
|
+
"required": false,
|
|
4351
|
+
"getter": false,
|
|
4352
|
+
"setter": false
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"name": "options",
|
|
4356
|
+
"type": "string",
|
|
3083
4357
|
"complexType": {
|
|
3084
|
-
"original": "
|
|
3085
|
-
"resolved": "
|
|
4358
|
+
"original": "string",
|
|
4359
|
+
"resolved": "string",
|
|
3086
4360
|
"references": {}
|
|
3087
4361
|
},
|
|
3088
|
-
"mutable":
|
|
3089
|
-
"attr": "
|
|
4362
|
+
"mutable": false,
|
|
4363
|
+
"attr": "options",
|
|
3090
4364
|
"reflectToAttr": true,
|
|
3091
|
-
"docs": "
|
|
3092
|
-
"docsTags": [
|
|
3093
|
-
|
|
4365
|
+
"docs": "List of options available in the multiselect.",
|
|
4366
|
+
"docsTags": [
|
|
4367
|
+
{
|
|
4368
|
+
"name": "description",
|
|
4369
|
+
"text": "The options are passed as a JSON string."
|
|
4370
|
+
},
|
|
4371
|
+
{
|
|
4372
|
+
"name": "example",
|
|
4373
|
+
"text": "options='[{\"label\": \"Option 1\", \"value\": \"option1\"}, {\"label\": \"Option 2\", \"value\": \"option2\"}]'"
|
|
4374
|
+
}
|
|
4375
|
+
],
|
|
3094
4376
|
"values": [
|
|
3095
4377
|
{
|
|
3096
|
-
"type": "
|
|
4378
|
+
"type": "string"
|
|
3097
4379
|
}
|
|
3098
4380
|
],
|
|
3099
|
-
"optional":
|
|
4381
|
+
"optional": true,
|
|
3100
4382
|
"required": false,
|
|
3101
4383
|
"getter": false,
|
|
3102
4384
|
"setter": false
|
|
@@ -3112,7 +4394,7 @@
|
|
|
3112
4394
|
"mutable": false,
|
|
3113
4395
|
"attr": "placeholder",
|
|
3114
4396
|
"reflectToAttr": true,
|
|
3115
|
-
"docs": "Display temporary text inside the input field
|
|
4397
|
+
"docs": "Display temporary text inside the input field.",
|
|
3116
4398
|
"docsTags": [],
|
|
3117
4399
|
"values": [
|
|
3118
4400
|
{
|
|
@@ -3135,7 +4417,7 @@
|
|
|
3135
4417
|
"mutable": false,
|
|
3136
4418
|
"attr": "readonly",
|
|
3137
4419
|
"reflectToAttr": true,
|
|
3138
|
-
"docs": "Display the input field
|
|
4420
|
+
"docs": "Display the input field's content without allowing users to change it.",
|
|
3139
4421
|
"docsTags": [],
|
|
3140
4422
|
"default": "false",
|
|
3141
4423
|
"values": [
|
|
@@ -3159,7 +4441,7 @@
|
|
|
3159
4441
|
"mutable": false,
|
|
3160
4442
|
"attr": "required",
|
|
3161
4443
|
"reflectToAttr": true,
|
|
3162
|
-
"docs": "Marks the input field as required
|
|
4444
|
+
"docs": "Marks the input field as required.",
|
|
3163
4445
|
"docsTags": [],
|
|
3164
4446
|
"default": "false",
|
|
3165
4447
|
"values": [
|
|
@@ -3183,7 +4465,7 @@
|
|
|
3183
4465
|
"mutable": true,
|
|
3184
4466
|
"attr": "value",
|
|
3185
4467
|
"reflectToAttr": true,
|
|
3186
|
-
"docs": "Specifies the value of the input field
|
|
4468
|
+
"docs": "Specifies the value of the input field.",
|
|
3187
4469
|
"docsTags": [],
|
|
3188
4470
|
"values": [
|
|
3189
4471
|
{
|
|
@@ -3223,6 +4505,59 @@
|
|
|
3223
4505
|
"text": "The filter text."
|
|
3224
4506
|
}
|
|
3225
4507
|
]
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"name": "getSelectedValues",
|
|
4511
|
+
"returns": {
|
|
4512
|
+
"type": "Promise<string[]>",
|
|
4513
|
+
"docs": "The selected values."
|
|
4514
|
+
},
|
|
4515
|
+
"complexType": {
|
|
4516
|
+
"signature": "() => Promise<string[]>",
|
|
4517
|
+
"parameters": [],
|
|
4518
|
+
"references": {
|
|
4519
|
+
"Promise": {
|
|
4520
|
+
"location": "global",
|
|
4521
|
+
"id": "global::Promise"
|
|
4522
|
+
}
|
|
4523
|
+
},
|
|
4524
|
+
"return": "Promise<string[]>"
|
|
4525
|
+
},
|
|
4526
|
+
"signature": "getSelectedValues() => Promise<string[]>",
|
|
4527
|
+
"parameters": [],
|
|
4528
|
+
"docs": "Returns the list of selected values.",
|
|
4529
|
+
"docsTags": [
|
|
4530
|
+
{
|
|
4531
|
+
"name": "returns",
|
|
4532
|
+
"text": "The selected values."
|
|
4533
|
+
}
|
|
4534
|
+
]
|
|
4535
|
+
},
|
|
4536
|
+
{
|
|
4537
|
+
"name": "resetFilter",
|
|
4538
|
+
"returns": {
|
|
4539
|
+
"type": "Promise<void>",
|
|
4540
|
+
"docs": ""
|
|
4541
|
+
},
|
|
4542
|
+
"complexType": {
|
|
4543
|
+
"signature": "() => Promise<void>",
|
|
4544
|
+
"parameters": [],
|
|
4545
|
+
"references": {
|
|
4546
|
+
"Promise": {
|
|
4547
|
+
"location": "global",
|
|
4548
|
+
"id": "global::Promise"
|
|
4549
|
+
},
|
|
4550
|
+
"HTMLElement": {
|
|
4551
|
+
"location": "global",
|
|
4552
|
+
"id": "global::HTMLElement"
|
|
4553
|
+
}
|
|
4554
|
+
},
|
|
4555
|
+
"return": "Promise<void>"
|
|
4556
|
+
},
|
|
4557
|
+
"signature": "resetFilter() => Promise<void>",
|
|
4558
|
+
"parameters": [],
|
|
4559
|
+
"docs": "Reset the filter and make all items visible.",
|
|
4560
|
+
"docsTags": []
|
|
3226
4561
|
}
|
|
3227
4562
|
],
|
|
3228
4563
|
"events": [
|
|
@@ -3246,6 +4581,20 @@
|
|
|
3246
4581
|
"docs": "Event emitted when an item is selected.",
|
|
3247
4582
|
"docsTags": []
|
|
3248
4583
|
},
|
|
4584
|
+
{
|
|
4585
|
+
"event": "multiselectChange",
|
|
4586
|
+
"detail": "string[]",
|
|
4587
|
+
"bubbles": true,
|
|
4588
|
+
"complexType": {
|
|
4589
|
+
"original": "string[]",
|
|
4590
|
+
"resolved": "string[]",
|
|
4591
|
+
"references": {}
|
|
4592
|
+
},
|
|
4593
|
+
"cancelable": true,
|
|
4594
|
+
"composed": true,
|
|
4595
|
+
"docs": "Event emitted when the selection changes in the multiselect.\nEmits the current list of selected values.",
|
|
4596
|
+
"docsTags": []
|
|
4597
|
+
},
|
|
3249
4598
|
{
|
|
3250
4599
|
"event": "valueChanged",
|
|
3251
4600
|
"detail": "string",
|
|
@@ -3268,12 +4617,17 @@
|
|
|
3268
4617
|
],
|
|
3269
4618
|
"listeners": [
|
|
3270
4619
|
{
|
|
3271
|
-
"event": "
|
|
4620
|
+
"event": "openChanged",
|
|
3272
4621
|
"capture": false,
|
|
3273
4622
|
"passive": false
|
|
3274
4623
|
},
|
|
3275
4624
|
{
|
|
3276
|
-
"event": "
|
|
4625
|
+
"event": "itemChecked",
|
|
4626
|
+
"capture": false,
|
|
4627
|
+
"passive": false
|
|
4628
|
+
},
|
|
4629
|
+
{
|
|
4630
|
+
"event": "slotchange",
|
|
3277
4631
|
"capture": false,
|
|
3278
4632
|
"passive": false
|
|
3279
4633
|
},
|
|
@@ -3295,7 +4649,7 @@
|
|
|
3295
4649
|
},
|
|
3296
4650
|
{
|
|
3297
4651
|
"name": "content",
|
|
3298
|
-
"docs": "
|
|
4652
|
+
"docs": "The content of the list."
|
|
3299
4653
|
},
|
|
3300
4654
|
{
|
|
3301
4655
|
"name": "description",
|
|
@@ -3317,178 +4671,27 @@
|
|
|
3317
4671
|
"parts": [],
|
|
3318
4672
|
"dependents": [],
|
|
3319
4673
|
"dependencies": [
|
|
3320
|
-
"nv-fielddropdownitem",
|
|
3321
4674
|
"nv-popover",
|
|
3322
|
-
"nv-
|
|
4675
|
+
"nv-badge",
|
|
4676
|
+
"nv-iconbutton",
|
|
4677
|
+
"nv-fielddropdownitemcheck"
|
|
3323
4678
|
],
|
|
3324
4679
|
"dependencyGraph": {
|
|
3325
|
-
"nv-
|
|
3326
|
-
"nv-fielddropdownitem",
|
|
4680
|
+
"nv-fieldmultiselect": [
|
|
3327
4681
|
"nv-popover",
|
|
3328
|
-
"nv-
|
|
4682
|
+
"nv-badge",
|
|
4683
|
+
"nv-iconbutton",
|
|
4684
|
+
"nv-fielddropdownitemcheck"
|
|
3329
4685
|
],
|
|
3330
|
-
"nv-
|
|
4686
|
+
"nv-badge": [
|
|
3331
4687
|
"nv-icon"
|
|
3332
4688
|
],
|
|
3333
4689
|
"nv-iconbutton": [
|
|
3334
4690
|
"nv-loader",
|
|
3335
4691
|
"nv-icon"
|
|
3336
|
-
]
|
|
3337
|
-
}
|
|
3338
|
-
},
|
|
3339
|
-
{
|
|
3340
|
-
"filePath": "src/components/nv-fielddropdownitem/nv-fielddropdownitem.tsx",
|
|
3341
|
-
"encapsulation": "none",
|
|
3342
|
-
"tag": "nv-fielddropdownitem",
|
|
3343
|
-
"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",
|
|
3344
|
-
"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.",
|
|
3345
|
-
"docsTags": [
|
|
3346
|
-
{
|
|
3347
|
-
"name": "slot",
|
|
3348
|
-
"text": "default - The content to be displayed inside the dropdown item."
|
|
3349
|
-
}
|
|
3350
|
-
],
|
|
3351
|
-
"usage": {},
|
|
3352
|
-
"props": [
|
|
3353
|
-
{
|
|
3354
|
-
"name": "disabled",
|
|
3355
|
-
"type": "boolean",
|
|
3356
|
-
"complexType": {
|
|
3357
|
-
"original": "boolean",
|
|
3358
|
-
"resolved": "boolean",
|
|
3359
|
-
"references": {}
|
|
3360
|
-
},
|
|
3361
|
-
"mutable": false,
|
|
3362
|
-
"attr": "disabled",
|
|
3363
|
-
"reflectToAttr": true,
|
|
3364
|
-
"docs": "Disables the item, preventing any user interaction.",
|
|
3365
|
-
"docsTags": [],
|
|
3366
|
-
"default": "false",
|
|
3367
|
-
"values": [
|
|
3368
|
-
{
|
|
3369
|
-
"type": "boolean"
|
|
3370
|
-
}
|
|
3371
|
-
],
|
|
3372
|
-
"optional": false,
|
|
3373
|
-
"required": false,
|
|
3374
|
-
"getter": false,
|
|
3375
|
-
"setter": false
|
|
3376
|
-
},
|
|
3377
|
-
{
|
|
3378
|
-
"name": "label",
|
|
3379
|
-
"type": "string",
|
|
3380
|
-
"complexType": {
|
|
3381
|
-
"original": "string",
|
|
3382
|
-
"resolved": "string",
|
|
3383
|
-
"references": {}
|
|
3384
|
-
},
|
|
3385
|
-
"mutable": false,
|
|
3386
|
-
"attr": "label",
|
|
3387
|
-
"reflectToAttr": true,
|
|
3388
|
-
"docs": "Label used as the value for the default layout.",
|
|
3389
|
-
"docsTags": [],
|
|
3390
|
-
"values": [
|
|
3391
|
-
{
|
|
3392
|
-
"type": "string"
|
|
3393
|
-
}
|
|
3394
|
-
],
|
|
3395
|
-
"optional": true,
|
|
3396
|
-
"required": false,
|
|
3397
|
-
"getter": false,
|
|
3398
|
-
"setter": false
|
|
3399
|
-
},
|
|
3400
|
-
{
|
|
3401
|
-
"name": "selected",
|
|
3402
|
-
"type": "boolean",
|
|
3403
|
-
"complexType": {
|
|
3404
|
-
"original": "boolean",
|
|
3405
|
-
"resolved": "boolean",
|
|
3406
|
-
"references": {}
|
|
3407
|
-
},
|
|
3408
|
-
"mutable": true,
|
|
3409
|
-
"attr": "selected",
|
|
3410
|
-
"reflectToAttr": true,
|
|
3411
|
-
"docs": "Indicates if the item is selected.",
|
|
3412
|
-
"docsTags": [],
|
|
3413
|
-
"default": "false",
|
|
3414
|
-
"values": [
|
|
3415
|
-
{
|
|
3416
|
-
"type": "boolean"
|
|
3417
|
-
}
|
|
3418
|
-
],
|
|
3419
|
-
"optional": false,
|
|
3420
|
-
"required": false,
|
|
3421
|
-
"getter": false,
|
|
3422
|
-
"setter": false
|
|
3423
|
-
},
|
|
3424
|
-
{
|
|
3425
|
-
"name": "value",
|
|
3426
|
-
"type": "string",
|
|
3427
|
-
"complexType": {
|
|
3428
|
-
"original": "string",
|
|
3429
|
-
"resolved": "string",
|
|
3430
|
-
"references": {}
|
|
3431
|
-
},
|
|
3432
|
-
"mutable": false,
|
|
3433
|
-
"attr": "value",
|
|
3434
|
-
"reflectToAttr": true,
|
|
3435
|
-
"docs": "Value associated with the item.",
|
|
3436
|
-
"docsTags": [],
|
|
3437
|
-
"values": [
|
|
3438
|
-
{
|
|
3439
|
-
"type": "string"
|
|
3440
|
-
}
|
|
3441
|
-
],
|
|
3442
|
-
"optional": true,
|
|
3443
|
-
"required": false,
|
|
3444
|
-
"getter": false,
|
|
3445
|
-
"setter": false
|
|
3446
|
-
}
|
|
3447
|
-
],
|
|
3448
|
-
"methods": [],
|
|
3449
|
-
"events": [
|
|
3450
|
-
{
|
|
3451
|
-
"event": "itemSelected",
|
|
3452
|
-
"detail": "DropdownItemSelectedEventDetail",
|
|
3453
|
-
"bubbles": true,
|
|
3454
|
-
"complexType": {
|
|
3455
|
-
"original": "DropdownItemSelectedEventDetail",
|
|
3456
|
-
"resolved": "DropdownItemSelectedEventDetail",
|
|
3457
|
-
"references": {
|
|
3458
|
-
"DropdownItemSelectedEventDetail": {
|
|
3459
|
-
"location": "import",
|
|
3460
|
-
"path": "./DropdownItemSelectedEventDetail",
|
|
3461
|
-
"id": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail"
|
|
3462
|
-
}
|
|
3463
|
-
}
|
|
3464
|
-
},
|
|
3465
|
-
"cancelable": true,
|
|
3466
|
-
"composed": true,
|
|
3467
|
-
"docs": "Event emitted when an item is clicked.",
|
|
3468
|
-
"docsTags": []
|
|
3469
|
-
}
|
|
3470
|
-
],
|
|
3471
|
-
"listeners": [],
|
|
3472
|
-
"styles": [],
|
|
3473
|
-
"slots": [
|
|
3474
|
-
{
|
|
3475
|
-
"name": "default",
|
|
3476
|
-
"docs": "The content to be displayed inside the dropdown item."
|
|
3477
|
-
}
|
|
3478
|
-
],
|
|
3479
|
-
"parts": [],
|
|
3480
|
-
"dependents": [
|
|
3481
|
-
"nv-fielddropdown"
|
|
3482
|
-
],
|
|
3483
|
-
"dependencies": [
|
|
3484
|
-
"nv-icon"
|
|
3485
|
-
],
|
|
3486
|
-
"dependencyGraph": {
|
|
3487
|
-
"nv-fielddropdownitem": [
|
|
3488
|
-
"nv-icon"
|
|
3489
4692
|
],
|
|
3490
|
-
"nv-
|
|
3491
|
-
"nv-
|
|
4693
|
+
"nv-fielddropdownitemcheck": [
|
|
4694
|
+
"nv-fieldcheckbox"
|
|
3492
4695
|
]
|
|
3493
4696
|
}
|
|
3494
4697
|
},
|
|
@@ -8079,6 +9282,7 @@
|
|
|
8079
9282
|
"parts": [],
|
|
8080
9283
|
"dependents": [
|
|
8081
9284
|
"nv-fielddropdown",
|
|
9285
|
+
"nv-fieldmultiselect",
|
|
8082
9286
|
"nv-fieldpassword"
|
|
8083
9287
|
],
|
|
8084
9288
|
"dependencies": [
|
|
@@ -8093,6 +9297,9 @@
|
|
|
8093
9297
|
"nv-fielddropdown": [
|
|
8094
9298
|
"nv-iconbutton"
|
|
8095
9299
|
],
|
|
9300
|
+
"nv-fieldmultiselect": [
|
|
9301
|
+
"nv-iconbutton"
|
|
9302
|
+
],
|
|
8096
9303
|
"nv-fieldpassword": [
|
|
8097
9304
|
"nv-iconbutton"
|
|
8098
9305
|
]
|
|
@@ -10896,6 +12103,7 @@
|
|
|
10896
12103
|
"dependents": [
|
|
10897
12104
|
"nv-breadcrumb",
|
|
10898
12105
|
"nv-fielddropdown",
|
|
12106
|
+
"nv-fieldmultiselect",
|
|
10899
12107
|
"nv-menu",
|
|
10900
12108
|
"nv-tooltip"
|
|
10901
12109
|
],
|
|
@@ -10907,6 +12115,9 @@
|
|
|
10907
12115
|
"nv-fielddropdown": [
|
|
10908
12116
|
"nv-popover"
|
|
10909
12117
|
],
|
|
12118
|
+
"nv-fieldmultiselect": [
|
|
12119
|
+
"nv-popover"
|
|
12120
|
+
],
|
|
10910
12121
|
"nv-menu": [
|
|
10911
12122
|
"nv-popover"
|
|
10912
12123
|
],
|