@nova-design-system/nova-webcomponents 3.0.0-beta.28 → 3.0.0-beta.30
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 +1345 -174
- package/dist/cjs/index-c50face0.js +14 -14
- 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} +44 -4
- package/dist/cjs/nv-badge_2.cjs.entry.js.map +1 -0
- package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +1038 -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} +22 -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-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-badge/nv-badge.css +70 -0
- package/dist/collection/components/nv-badge/nv-badge.docs.js +1 -1
- package/dist/collection/components/nv-badge/nv-badge.docs.js.map +1 -1
- package/dist/collection/components/nv-badge/nv-badge.js +3 -3
- package/dist/collection/components/nv-badge/nv-badge.js.map +1 -1
- 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 +171 -0
- package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js.map +1 -0
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.css +201 -0
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js +257 -0
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js.map +1 -0
- package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +1578 -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-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/collection/dev/dev-components.js +1 -1
- package/dist/collection/dev/dev-components.js.map +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 -147
- package/dist/components/nv-badge.js.map +1 -1
- package/dist/components/nv-button.js +1 -1
- package/dist/components/nv-fieldcheckbox.js +1 -121
- 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 +1129 -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 +1 -1
- 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 +2 -2
- package/dist/components/p-5ce661bd.js +125 -0
- package/dist/components/p-5ce661bd.js.map +1 -0
- package/dist/components/{p-45c63143.js → p-8bec002e.js} +4 -4
- package/dist/components/{p-45c63143.js.map → p-8bec002e.js.map} +1 -1
- package/dist/components/{p-8c8cf8ea.js → p-a1aa8970.js} +2 -2
- package/dist/components/{p-8c8cf8ea.js.map → p-a1aa8970.js.map} +1 -1
- package/dist/{esm/nv-badge.entry.js → components/p-a4802979.js} +51 -15
- package/dist/components/p-a4802979.js.map +1 -0
- package/dist/components/{p-45405075.js → p-b12abc99.js} +2 -2
- package/dist/components/{p-45405075.js.map → p-b12abc99.js.map} +1 -1
- package/dist/components/{p-89fb6636.js → p-d5dd3def.js} +2 -2
- package/dist/components/{p-89fb6636.js.map → p-d5dd3def.js.map} +1 -1
- package/dist/components/{p-689a7b38.js → p-d70df149.js} +2 -2
- package/dist/components/{p-689a7b38.js.map → p-d70df149.js.map} +1 -1
- package/dist/components/p-e4641c41.js +72 -0
- package/dist/components/p-e4641c41.js.map +1 -0
- package/dist/docs.json +1326 -171
- package/dist/esm/index-e7b35c14.js +14 -14
- package/dist/esm/loader.js +1 -1
- package/dist/esm/native.js +1 -1
- package/dist/esm/nv-badge_2.entry.js +154 -0
- package/dist/esm/nv-badge_2.entry.js.map +1 -0
- package/dist/esm/nv-fieldmultiselect.entry.js +1034 -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} +22 -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-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-dbae3920.entry.js → p-0fbb962b.entry.js} +2 -2
- package/dist/native/{p-81256924.entry.js → p-12eaebd6.entry.js} +2 -2
- package/dist/native/p-1c689ec7.entry.js +2 -0
- package/dist/native/{p-bdab3562.entry.js → p-305951e4.entry.js} +2 -2
- package/dist/native/p-306d1f04.entry.js +2 -0
- package/dist/native/p-306d1f04.entry.js.map +1 -0
- package/dist/native/{p-de6e0e1f.entry.js → p-3f912745.entry.js} +2 -2
- package/dist/native/p-589eb477.entry.js +2 -0
- package/dist/native/{p-e2df46e2.entry.js → p-5b4bdbe2.entry.js} +2 -2
- package/dist/native/{p-75b5fdce.entry.js → p-65ad60eb.entry.js} +2 -2
- package/dist/native/{p-ea4092a7.entry.js → p-7b2d8b8c.entry.js} +2 -2
- package/dist/native/{p-c1c661a0.entry.js → p-7b3a4cbf.entry.js} +2 -2
- package/dist/native/{p-38817aa3.entry.js → p-91d30cd7.entry.js} +2 -2
- package/dist/native/{p-c4f7e36d.entry.js → p-92e3e334.entry.js} +2 -2
- package/dist/native/{p-1edb76e1.entry.js → p-a03df637.entry.js} +2 -2
- package/dist/native/p-a5582014.entry.js +2 -0
- package/dist/native/p-a5582014.entry.js.map +1 -0
- package/dist/native/p-a7a3c45f.entry.js +2 -0
- package/dist/native/p-a7be7540.entry.js +2 -0
- package/dist/native/p-a7be7540.entry.js.map +1 -0
- package/dist/native/p-a8c0fefa.entry.js +2 -0
- package/dist/native/{p-99850272.entry.js.map → p-a8c0fefa.entry.js.map} +1 -1
- package/dist/native/{p-808cf007.entry.js → p-c8f36510.entry.js} +2 -2
- package/dist/native/p-d3d682a7.entry.js +2 -0
- package/dist/native/p-d4c0a1e0.entry.js +2 -0
- package/dist/native/{p-844f4878.entry.js → p-dbade286.entry.js} +2 -2
- package/dist/types/components/nv-badge/nv-badge.d.ts +1 -1
- package/dist/types/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.d.ts +52 -0
- package/dist/types/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.docs.d.ts +4 -0
- package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +405 -0
- package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.d.ts +4 -0
- package/dist/types/components.d.ts +331 -2
- package/dist/vscode-data.json +325 -1
- package/hydrate/index.js +1171 -40
- package/hydrate/index.mjs +1171 -40
- package/package.json +7 -2
- package/readme.md +5 -1
- 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 -29
- 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 -25
- package/dist/esm/nv-loader.entry.js.map +0 -1
- package/dist/native/p-01be802d.entry.js +0 -2
- package/dist/native/p-0cfe2048.entry.js +0 -2
- package/dist/native/p-0cfe2048.entry.js.map +0 -1
- package/dist/native/p-28cf537b.entry.js +0 -2
- package/dist/native/p-4b926563.entry.js +0 -2
- package/dist/native/p-861f91d3.entry.js +0 -2
- package/dist/native/p-9221f72a.entry.js +0 -2
- package/dist/native/p-99850272.entry.js +0 -2
- package/dist/native/p-dba9c57c.entry.js +0 -2
- package/dist/native/p-dba9c57c.entry.js.map +0 -1
- package/dist/native/p-ed893068.entry.js +0 -2
- package/dist/native/p-ed893068.entry.js.map +0 -1
- /package/dist/native/{p-dbae3920.entry.js.map → p-0fbb962b.entry.js.map} +0 -0
- /package/dist/native/{p-81256924.entry.js.map → p-12eaebd6.entry.js.map} +0 -0
- /package/dist/native/{p-4b926563.entry.js.map → p-1c689ec7.entry.js.map} +0 -0
- /package/dist/native/{p-bdab3562.entry.js.map → p-305951e4.entry.js.map} +0 -0
- /package/dist/native/{p-de6e0e1f.entry.js.map → p-3f912745.entry.js.map} +0 -0
- /package/dist/native/{p-9221f72a.entry.js.map → p-589eb477.entry.js.map} +0 -0
- /package/dist/native/{p-e2df46e2.entry.js.map → p-5b4bdbe2.entry.js.map} +0 -0
- /package/dist/native/{p-75b5fdce.entry.js.map → p-65ad60eb.entry.js.map} +0 -0
- /package/dist/native/{p-ea4092a7.entry.js.map → p-7b2d8b8c.entry.js.map} +0 -0
- /package/dist/native/{p-c1c661a0.entry.js.map → p-7b3a4cbf.entry.js.map} +0 -0
- /package/dist/native/{p-38817aa3.entry.js.map → p-91d30cd7.entry.js.map} +0 -0
- /package/dist/native/{p-c4f7e36d.entry.js.map → p-92e3e334.entry.js.map} +0 -0
- /package/dist/native/{p-1edb76e1.entry.js.map → p-a03df637.entry.js.map} +0 -0
- /package/dist/native/{p-01be802d.entry.js.map → p-a7a3c45f.entry.js.map} +0 -0
- /package/dist/native/{p-808cf007.entry.js.map → p-c8f36510.entry.js.map} +0 -0
- /package/dist/native/{p-28cf537b.entry.js.map → p-d3d682a7.entry.js.map} +0 -0
- /package/dist/native/{p-861f91d3.entry.js.map → p-d4c0a1e0.entry.js.map} +0 -0
- /package/dist/native/{p-844f4878.entry.js.map → p-dbade286.entry.js.map} +0 -0
package/dist/blazor-docs.json
CHANGED
|
@@ -698,13 +698,18 @@
|
|
|
698
698
|
}
|
|
699
699
|
],
|
|
700
700
|
"encapsulation": "none",
|
|
701
|
-
"dependents": [
|
|
701
|
+
"dependents": [
|
|
702
|
+
"nv-fieldmultiselect"
|
|
703
|
+
],
|
|
702
704
|
"dependencies": [
|
|
703
705
|
"nv-icon"
|
|
704
706
|
],
|
|
705
707
|
"dependencyGraph": {
|
|
706
708
|
"nv-badge": [
|
|
707
709
|
"nv-icon"
|
|
710
|
+
],
|
|
711
|
+
"nv-fieldmultiselect": [
|
|
712
|
+
"nv-badge"
|
|
708
713
|
]
|
|
709
714
|
},
|
|
710
715
|
"props": [
|
|
@@ -719,7 +724,7 @@
|
|
|
719
724
|
"mutable": false,
|
|
720
725
|
"attr": "color",
|
|
721
726
|
"reflectToAttr": true,
|
|
722
|
-
"docs": "The color of the badge. Use a string between 1 to
|
|
727
|
+
"docs": "The color of the badge. Use a string between 1 to 10",
|
|
723
728
|
"docsTags": [],
|
|
724
729
|
"default": "'1'",
|
|
725
730
|
"values": [
|
|
@@ -1873,9 +1878,15 @@
|
|
|
1873
1878
|
}
|
|
1874
1879
|
],
|
|
1875
1880
|
"encapsulation": "none",
|
|
1876
|
-
"dependents": [
|
|
1881
|
+
"dependents": [
|
|
1882
|
+
"nv-fielddropdownitemcheck"
|
|
1883
|
+
],
|
|
1877
1884
|
"dependencies": [],
|
|
1878
|
-
"dependencyGraph": {
|
|
1885
|
+
"dependencyGraph": {
|
|
1886
|
+
"nv-fielddropdownitemcheck": [
|
|
1887
|
+
"nv-fieldcheckbox"
|
|
1888
|
+
]
|
|
1889
|
+
},
|
|
1879
1890
|
"props": [
|
|
1880
1891
|
{
|
|
1881
1892
|
"name": "checked",
|
|
@@ -2839,18 +2850,1228 @@
|
|
|
2839
2850
|
"name": "label",
|
|
2840
2851
|
"type": "string",
|
|
2841
2852
|
"complexType": {
|
|
2842
|
-
"original": "string",
|
|
2843
|
-
"resolved": "string",
|
|
2853
|
+
"original": "string",
|
|
2854
|
+
"resolved": "string",
|
|
2855
|
+
"references": {}
|
|
2856
|
+
},
|
|
2857
|
+
"mutable": false,
|
|
2858
|
+
"attr": "label",
|
|
2859
|
+
"reflectToAttr": true,
|
|
2860
|
+
"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\nuser-friendly.",
|
|
2861
|
+
"docsTags": [],
|
|
2862
|
+
"values": [
|
|
2863
|
+
{
|
|
2864
|
+
"type": "string"
|
|
2865
|
+
}
|
|
2866
|
+
],
|
|
2867
|
+
"optional": false,
|
|
2868
|
+
"required": false
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"name": "name",
|
|
2872
|
+
"type": "string",
|
|
2873
|
+
"complexType": {
|
|
2874
|
+
"original": "string",
|
|
2875
|
+
"resolved": "string",
|
|
2876
|
+
"references": {}
|
|
2877
|
+
},
|
|
2878
|
+
"mutable": false,
|
|
2879
|
+
"attr": "name",
|
|
2880
|
+
"reflectToAttr": true,
|
|
2881
|
+
"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.",
|
|
2882
|
+
"docsTags": [],
|
|
2883
|
+
"values": [
|
|
2884
|
+
{
|
|
2885
|
+
"type": "string"
|
|
2886
|
+
}
|
|
2887
|
+
],
|
|
2888
|
+
"optional": false,
|
|
2889
|
+
"required": false
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
"name": "open",
|
|
2893
|
+
"type": "bool",
|
|
2894
|
+
"complexType": {
|
|
2895
|
+
"original": "boolean",
|
|
2896
|
+
"resolved": "boolean",
|
|
2897
|
+
"references": {}
|
|
2898
|
+
},
|
|
2899
|
+
"mutable": true,
|
|
2900
|
+
"attr": "open",
|
|
2901
|
+
"reflectToAttr": true,
|
|
2902
|
+
"docs": "State of the dropdown popover.",
|
|
2903
|
+
"docsTags": [],
|
|
2904
|
+
"default": "false",
|
|
2905
|
+
"values": [
|
|
2906
|
+
{
|
|
2907
|
+
"type": "bool"
|
|
2908
|
+
}
|
|
2909
|
+
],
|
|
2910
|
+
"optional": false,
|
|
2911
|
+
"required": false
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
"name": "placeholder",
|
|
2915
|
+
"type": "string",
|
|
2916
|
+
"complexType": {
|
|
2917
|
+
"original": "string",
|
|
2918
|
+
"resolved": "string",
|
|
2919
|
+
"references": {}
|
|
2920
|
+
},
|
|
2921
|
+
"mutable": false,
|
|
2922
|
+
"attr": "placeholder",
|
|
2923
|
+
"reflectToAttr": true,
|
|
2924
|
+
"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.",
|
|
2925
|
+
"docsTags": [],
|
|
2926
|
+
"values": [
|
|
2927
|
+
{
|
|
2928
|
+
"type": "string"
|
|
2929
|
+
}
|
|
2930
|
+
],
|
|
2931
|
+
"optional": false,
|
|
2932
|
+
"required": false
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"name": "readonly",
|
|
2936
|
+
"type": "bool",
|
|
2937
|
+
"complexType": {
|
|
2938
|
+
"original": "boolean",
|
|
2939
|
+
"resolved": "boolean",
|
|
2940
|
+
"references": {}
|
|
2941
|
+
},
|
|
2942
|
+
"mutable": false,
|
|
2943
|
+
"attr": "readonly",
|
|
2944
|
+
"reflectToAttr": true,
|
|
2945
|
+
"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.",
|
|
2946
|
+
"docsTags": [],
|
|
2947
|
+
"default": "false",
|
|
2948
|
+
"values": [
|
|
2949
|
+
{
|
|
2950
|
+
"type": "bool"
|
|
2951
|
+
}
|
|
2952
|
+
],
|
|
2953
|
+
"optional": false,
|
|
2954
|
+
"required": false
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"name": "required",
|
|
2958
|
+
"type": "bool",
|
|
2959
|
+
"complexType": {
|
|
2960
|
+
"original": "boolean",
|
|
2961
|
+
"resolved": "boolean",
|
|
2962
|
+
"references": {}
|
|
2963
|
+
},
|
|
2964
|
+
"mutable": false,
|
|
2965
|
+
"attr": "required",
|
|
2966
|
+
"reflectToAttr": true,
|
|
2967
|
+
"docs": "Marks the input field as required, ensuring that the user must fill it out\nbefore submitting the form.",
|
|
2968
|
+
"docsTags": [],
|
|
2969
|
+
"default": "false",
|
|
2970
|
+
"values": [
|
|
2971
|
+
{
|
|
2972
|
+
"type": "bool"
|
|
2973
|
+
}
|
|
2974
|
+
],
|
|
2975
|
+
"optional": false,
|
|
2976
|
+
"required": false
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
"name": "value",
|
|
2980
|
+
"type": "string",
|
|
2981
|
+
"complexType": {
|
|
2982
|
+
"original": "string",
|
|
2983
|
+
"resolved": "string",
|
|
2984
|
+
"references": {}
|
|
2985
|
+
},
|
|
2986
|
+
"mutable": true,
|
|
2987
|
+
"attr": "value",
|
|
2988
|
+
"reflectToAttr": true,
|
|
2989
|
+
"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.",
|
|
2990
|
+
"docsTags": [],
|
|
2991
|
+
"values": [
|
|
2992
|
+
{
|
|
2993
|
+
"type": "string"
|
|
2994
|
+
}
|
|
2995
|
+
],
|
|
2996
|
+
"optional": false,
|
|
2997
|
+
"required": false
|
|
2998
|
+
}
|
|
2999
|
+
],
|
|
3000
|
+
"methods": [
|
|
3001
|
+
{
|
|
3002
|
+
"name": "getFilterText",
|
|
3003
|
+
"returns": {
|
|
3004
|
+
"type": "Promise<string>",
|
|
3005
|
+
"docs": "The filter text."
|
|
3006
|
+
},
|
|
3007
|
+
"complexType": {
|
|
3008
|
+
"signature": "() => Promise<string>",
|
|
3009
|
+
"parameters": [],
|
|
3010
|
+
"references": {
|
|
3011
|
+
"Promise": {
|
|
3012
|
+
"location": "global",
|
|
3013
|
+
"id": "global::Promise"
|
|
3014
|
+
}
|
|
3015
|
+
},
|
|
3016
|
+
"return": "Promise<string>"
|
|
3017
|
+
},
|
|
3018
|
+
"signature": "getFilterText() => Promise<string>",
|
|
3019
|
+
"parameters": [],
|
|
3020
|
+
"docs": "Retrieves the current filter text entered by the user.",
|
|
3021
|
+
"docsTags": [
|
|
3022
|
+
{
|
|
3023
|
+
"name": "returns",
|
|
3024
|
+
"text": "The filter text."
|
|
3025
|
+
}
|
|
3026
|
+
]
|
|
3027
|
+
}
|
|
3028
|
+
],
|
|
3029
|
+
"events": [
|
|
3030
|
+
{
|
|
3031
|
+
"event": "dropdownItemSelected",
|
|
3032
|
+
"detail": "DropdownItemSelectedEventDetail",
|
|
3033
|
+
"bubbles": true,
|
|
3034
|
+
"complexType": {
|
|
3035
|
+
"original": "DropdownItemSelectedEventDetail",
|
|
3036
|
+
"resolved": "DropdownItemSelectedEventDetail",
|
|
3037
|
+
"references": {
|
|
3038
|
+
"DropdownItemSelectedEventDetail": {
|
|
3039
|
+
"location": "import",
|
|
3040
|
+
"path": "../nv-fielddropdownitem/DropdownItemSelectedEventDetail",
|
|
3041
|
+
"id": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail"
|
|
3042
|
+
}
|
|
3043
|
+
}
|
|
3044
|
+
},
|
|
3045
|
+
"cancelable": true,
|
|
3046
|
+
"composed": true,
|
|
3047
|
+
"docs": "Event emitted when an item is selected.",
|
|
3048
|
+
"docsTags": [],
|
|
3049
|
+
"name": "DropdownItemSelectedEvent"
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"event": "valueChanged",
|
|
3053
|
+
"detail": "string",
|
|
3054
|
+
"bubbles": true,
|
|
3055
|
+
"complexType": {
|
|
3056
|
+
"original": "string",
|
|
3057
|
+
"resolved": "string",
|
|
3058
|
+
"references": {}
|
|
3059
|
+
},
|
|
3060
|
+
"cancelable": true,
|
|
3061
|
+
"composed": true,
|
|
3062
|
+
"docs": "Emitted when the input value changes.",
|
|
3063
|
+
"docsTags": [
|
|
3064
|
+
{
|
|
3065
|
+
"name": "bind",
|
|
3066
|
+
"text": "value"
|
|
3067
|
+
}
|
|
3068
|
+
],
|
|
3069
|
+
"name": "ValueChanged"
|
|
3070
|
+
}
|
|
3071
|
+
],
|
|
3072
|
+
"styles": [],
|
|
3073
|
+
"slots": [
|
|
3074
|
+
{
|
|
3075
|
+
"name": "after-input",
|
|
3076
|
+
"docs": "Content to be placed after the input text, outside the input container."
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"name": "before-input",
|
|
3080
|
+
"docs": "Content to be placed before the input text, outside the input container."
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"name": "content",
|
|
3084
|
+
"docs": "Use a <ul></ul> tag for the slot, and place <nv-dropdownitem> elements inside."
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"name": "description",
|
|
3088
|
+
"docs": "Content to be placed as the description, will override the description prop."
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"name": "error-description",
|
|
3092
|
+
"docs": "Content to be placed as the error description, will override the errorDescription prop."
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"name": "label",
|
|
3096
|
+
"docs": "Content to be placed as the label, will override the label prop."
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"name": "leading-input",
|
|
3100
|
+
"docs": "Content to be placed before the input text, within the input container."
|
|
3101
|
+
}
|
|
3102
|
+
],
|
|
3103
|
+
"parts": [],
|
|
3104
|
+
"listeners": [
|
|
3105
|
+
{
|
|
3106
|
+
"event": "itemSelected",
|
|
3107
|
+
"capture": false,
|
|
3108
|
+
"passive": false
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"event": "openChanged",
|
|
3112
|
+
"capture": false,
|
|
3113
|
+
"passive": false
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"event": "keydown",
|
|
3117
|
+
"capture": false,
|
|
3118
|
+
"passive": false
|
|
3119
|
+
}
|
|
3120
|
+
],
|
|
3121
|
+
"formAssociated": true,
|
|
3122
|
+
"formValidation": {
|
|
3123
|
+
"hasValidations": true,
|
|
3124
|
+
"errorProp": "error",
|
|
3125
|
+
"messageProp": "errorDescription"
|
|
3126
|
+
}
|
|
3127
|
+
},
|
|
3128
|
+
{
|
|
3129
|
+
"filePath": "src/components/nv-fielddropdownitem/nv-fielddropdownitem.tsx",
|
|
3130
|
+
"fileName": "nv-fielddropdownitem.tsx",
|
|
3131
|
+
"tag": "nv-fielddropdownitem",
|
|
3132
|
+
"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",
|
|
3133
|
+
"overview": "",
|
|
3134
|
+
"usage": {},
|
|
3135
|
+
"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.",
|
|
3136
|
+
"docsTags": [
|
|
3137
|
+
{
|
|
3138
|
+
"name": "slot",
|
|
3139
|
+
"text": "default - The content to be displayed inside the dropdown item."
|
|
3140
|
+
}
|
|
3141
|
+
],
|
|
3142
|
+
"encapsulation": "none",
|
|
3143
|
+
"dependents": [
|
|
3144
|
+
"nv-fielddropdown"
|
|
3145
|
+
],
|
|
3146
|
+
"dependencies": [
|
|
3147
|
+
"nv-icon"
|
|
3148
|
+
],
|
|
3149
|
+
"dependencyGraph": {
|
|
3150
|
+
"nv-fielddropdownitem": [
|
|
3151
|
+
"nv-icon"
|
|
3152
|
+
],
|
|
3153
|
+
"nv-fielddropdown": [
|
|
3154
|
+
"nv-fielddropdownitem"
|
|
3155
|
+
]
|
|
3156
|
+
},
|
|
3157
|
+
"props": [
|
|
3158
|
+
{
|
|
3159
|
+
"name": "disabled",
|
|
3160
|
+
"type": "bool",
|
|
3161
|
+
"complexType": {
|
|
3162
|
+
"original": "boolean",
|
|
3163
|
+
"resolved": "boolean",
|
|
3164
|
+
"references": {}
|
|
3165
|
+
},
|
|
3166
|
+
"mutable": false,
|
|
3167
|
+
"attr": "disabled",
|
|
3168
|
+
"reflectToAttr": true,
|
|
3169
|
+
"docs": "Disables the item, preventing any user interaction.",
|
|
3170
|
+
"docsTags": [],
|
|
3171
|
+
"default": "false",
|
|
3172
|
+
"values": [
|
|
3173
|
+
{
|
|
3174
|
+
"type": "bool"
|
|
3175
|
+
}
|
|
3176
|
+
],
|
|
3177
|
+
"optional": false,
|
|
3178
|
+
"required": false
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
"name": "label",
|
|
3182
|
+
"type": "string",
|
|
3183
|
+
"complexType": {
|
|
3184
|
+
"original": "string",
|
|
3185
|
+
"resolved": "string",
|
|
3186
|
+
"references": {}
|
|
3187
|
+
},
|
|
3188
|
+
"mutable": false,
|
|
3189
|
+
"attr": "label",
|
|
3190
|
+
"reflectToAttr": true,
|
|
3191
|
+
"docs": "Label used as the value for the default layout.",
|
|
3192
|
+
"docsTags": [],
|
|
3193
|
+
"values": [
|
|
3194
|
+
{
|
|
3195
|
+
"type": "string"
|
|
3196
|
+
}
|
|
3197
|
+
],
|
|
3198
|
+
"optional": true,
|
|
3199
|
+
"required": false
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"name": "selected",
|
|
3203
|
+
"type": "bool",
|
|
3204
|
+
"complexType": {
|
|
3205
|
+
"original": "boolean",
|
|
3206
|
+
"resolved": "boolean",
|
|
3207
|
+
"references": {}
|
|
3208
|
+
},
|
|
3209
|
+
"mutable": true,
|
|
3210
|
+
"attr": "selected",
|
|
3211
|
+
"reflectToAttr": true,
|
|
3212
|
+
"docs": "Indicates if the item is selected.",
|
|
3213
|
+
"docsTags": [],
|
|
3214
|
+
"default": "false",
|
|
3215
|
+
"values": [
|
|
3216
|
+
{
|
|
3217
|
+
"type": "bool"
|
|
3218
|
+
}
|
|
3219
|
+
],
|
|
3220
|
+
"optional": false,
|
|
3221
|
+
"required": false
|
|
3222
|
+
},
|
|
3223
|
+
{
|
|
3224
|
+
"name": "value",
|
|
3225
|
+
"type": "string",
|
|
3226
|
+
"complexType": {
|
|
3227
|
+
"original": "string",
|
|
3228
|
+
"resolved": "string",
|
|
3229
|
+
"references": {}
|
|
3230
|
+
},
|
|
3231
|
+
"mutable": false,
|
|
3232
|
+
"attr": "value",
|
|
3233
|
+
"reflectToAttr": true,
|
|
3234
|
+
"docs": "Value associated with the item.",
|
|
3235
|
+
"docsTags": [],
|
|
3236
|
+
"values": [
|
|
3237
|
+
{
|
|
3238
|
+
"type": "string"
|
|
3239
|
+
}
|
|
3240
|
+
],
|
|
3241
|
+
"optional": true,
|
|
3242
|
+
"required": false
|
|
3243
|
+
}
|
|
3244
|
+
],
|
|
3245
|
+
"methods": [],
|
|
3246
|
+
"events": [
|
|
3247
|
+
{
|
|
3248
|
+
"event": "itemSelected",
|
|
3249
|
+
"detail": "DropdownItemSelectedEventDetail",
|
|
3250
|
+
"bubbles": true,
|
|
3251
|
+
"complexType": {
|
|
3252
|
+
"original": "DropdownItemSelectedEventDetail",
|
|
3253
|
+
"resolved": "DropdownItemSelectedEventDetail",
|
|
3254
|
+
"references": {
|
|
3255
|
+
"DropdownItemSelectedEventDetail": {
|
|
3256
|
+
"location": "import",
|
|
3257
|
+
"path": "./DropdownItemSelectedEventDetail",
|
|
3258
|
+
"id": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail"
|
|
3259
|
+
}
|
|
3260
|
+
}
|
|
3261
|
+
},
|
|
3262
|
+
"cancelable": true,
|
|
3263
|
+
"composed": true,
|
|
3264
|
+
"docs": "Event emitted when an item is clicked.",
|
|
3265
|
+
"docsTags": [],
|
|
3266
|
+
"name": "ItemSelectedEvent"
|
|
3267
|
+
}
|
|
3268
|
+
],
|
|
3269
|
+
"styles": [],
|
|
3270
|
+
"slots": [
|
|
3271
|
+
{
|
|
3272
|
+
"name": "default",
|
|
3273
|
+
"docs": "The content to be displayed inside the dropdown item."
|
|
3274
|
+
}
|
|
3275
|
+
],
|
|
3276
|
+
"parts": [],
|
|
3277
|
+
"listeners": [],
|
|
3278
|
+
"formAssociated": false,
|
|
3279
|
+
"formValidation": {
|
|
3280
|
+
"hasValidations": false
|
|
3281
|
+
}
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
"filePath": "src/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.tsx",
|
|
3285
|
+
"fileName": "nv-fielddropdownitemcheck.tsx",
|
|
3286
|
+
"tag": "nv-fielddropdownitemcheck",
|
|
3287
|
+
"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",
|
|
3288
|
+
"overview": "",
|
|
3289
|
+
"usage": {},
|
|
3290
|
+
"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.",
|
|
3291
|
+
"docsTags": [],
|
|
3292
|
+
"encapsulation": "none",
|
|
3293
|
+
"dependents": [
|
|
3294
|
+
"nv-fieldmultiselect"
|
|
3295
|
+
],
|
|
3296
|
+
"dependencies": [
|
|
3297
|
+
"nv-fieldcheckbox"
|
|
3298
|
+
],
|
|
3299
|
+
"dependencyGraph": {
|
|
3300
|
+
"nv-fielddropdownitemcheck": [
|
|
3301
|
+
"nv-fieldcheckbox"
|
|
3302
|
+
],
|
|
3303
|
+
"nv-fieldmultiselect": [
|
|
3304
|
+
"nv-fielddropdownitemcheck"
|
|
3305
|
+
]
|
|
3306
|
+
},
|
|
3307
|
+
"props": [
|
|
3308
|
+
{
|
|
3309
|
+
"name": "checked",
|
|
3310
|
+
"type": "bool",
|
|
3311
|
+
"complexType": {
|
|
3312
|
+
"original": "boolean",
|
|
3313
|
+
"resolved": "boolean",
|
|
3314
|
+
"references": {}
|
|
3315
|
+
},
|
|
3316
|
+
"mutable": true,
|
|
3317
|
+
"attr": "checked",
|
|
3318
|
+
"reflectToAttr": true,
|
|
3319
|
+
"docs": "Indicates whether the checkbox is selected.",
|
|
3320
|
+
"docsTags": [],
|
|
3321
|
+
"default": "false",
|
|
3322
|
+
"values": [
|
|
3323
|
+
{
|
|
3324
|
+
"type": "bool"
|
|
3325
|
+
}
|
|
3326
|
+
],
|
|
3327
|
+
"optional": false,
|
|
3328
|
+
"required": false
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"name": "description",
|
|
3332
|
+
"type": "string",
|
|
3333
|
+
"complexType": {
|
|
3334
|
+
"original": "string",
|
|
3335
|
+
"resolved": "string",
|
|
3336
|
+
"references": {}
|
|
3337
|
+
},
|
|
3338
|
+
"mutable": false,
|
|
3339
|
+
"attr": "description",
|
|
3340
|
+
"reflectToAttr": true,
|
|
3341
|
+
"docs": "A description providing additional context or information about the\ncheckbox.",
|
|
3342
|
+
"docsTags": [],
|
|
3343
|
+
"values": [
|
|
3344
|
+
{
|
|
3345
|
+
"type": "string"
|
|
3346
|
+
}
|
|
3347
|
+
],
|
|
3348
|
+
"optional": true,
|
|
3349
|
+
"required": false
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"name": "disabled",
|
|
3353
|
+
"type": "bool",
|
|
3354
|
+
"complexType": {
|
|
3355
|
+
"original": "boolean",
|
|
3356
|
+
"resolved": "boolean",
|
|
3357
|
+
"references": {}
|
|
3358
|
+
},
|
|
3359
|
+
"mutable": false,
|
|
3360
|
+
"attr": "disabled",
|
|
3361
|
+
"reflectToAttr": true,
|
|
3362
|
+
"docs": "Disables the item, preventing any user interaction.",
|
|
3363
|
+
"docsTags": [],
|
|
3364
|
+
"default": "false",
|
|
3365
|
+
"values": [
|
|
3366
|
+
{
|
|
3367
|
+
"type": "bool"
|
|
3368
|
+
}
|
|
3369
|
+
],
|
|
3370
|
+
"optional": false,
|
|
3371
|
+
"required": false
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"name": "group",
|
|
3375
|
+
"type": "string",
|
|
3376
|
+
"complexType": {
|
|
3377
|
+
"original": "string",
|
|
3378
|
+
"resolved": "string",
|
|
3379
|
+
"references": {}
|
|
3380
|
+
},
|
|
3381
|
+
"mutable": false,
|
|
3382
|
+
"attr": "group",
|
|
3383
|
+
"reflectToAttr": true,
|
|
3384
|
+
"docs": "The group this item belongs to, if applicable.",
|
|
3385
|
+
"docsTags": [],
|
|
3386
|
+
"values": [
|
|
3387
|
+
{
|
|
3388
|
+
"type": "string"
|
|
3389
|
+
}
|
|
3390
|
+
],
|
|
3391
|
+
"optional": true,
|
|
3392
|
+
"required": false
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"name": "label",
|
|
3396
|
+
"type": "string",
|
|
3397
|
+
"complexType": {
|
|
3398
|
+
"original": "string",
|
|
3399
|
+
"resolved": "string",
|
|
3400
|
+
"references": {}
|
|
3401
|
+
},
|
|
3402
|
+
"mutable": false,
|
|
3403
|
+
"attr": "label",
|
|
3404
|
+
"reflectToAttr": true,
|
|
3405
|
+
"docs": "The label displayed alongside the checkbox.",
|
|
3406
|
+
"docsTags": [],
|
|
3407
|
+
"values": [
|
|
3408
|
+
{
|
|
3409
|
+
"type": "string"
|
|
3410
|
+
}
|
|
3411
|
+
],
|
|
3412
|
+
"optional": true,
|
|
3413
|
+
"required": false
|
|
3414
|
+
},
|
|
3415
|
+
{
|
|
3416
|
+
"name": "value",
|
|
3417
|
+
"type": "string",
|
|
3418
|
+
"complexType": {
|
|
3419
|
+
"original": "string",
|
|
3420
|
+
"resolved": "string",
|
|
3421
|
+
"references": {}
|
|
3422
|
+
},
|
|
3423
|
+
"mutable": false,
|
|
3424
|
+
"attr": "value",
|
|
3425
|
+
"reflectToAttr": true,
|
|
3426
|
+
"docs": "The value associated with this item.",
|
|
3427
|
+
"docsTags": [],
|
|
3428
|
+
"values": [
|
|
3429
|
+
{
|
|
3430
|
+
"type": "string"
|
|
3431
|
+
}
|
|
3432
|
+
],
|
|
3433
|
+
"optional": true,
|
|
3434
|
+
"required": false
|
|
3435
|
+
}
|
|
3436
|
+
],
|
|
3437
|
+
"methods": [],
|
|
3438
|
+
"events": [
|
|
3439
|
+
{
|
|
3440
|
+
"event": "itemChecked",
|
|
3441
|
+
"detail": "{ value: string; checked: boolean; group?: string; }",
|
|
3442
|
+
"bubbles": true,
|
|
3443
|
+
"complexType": {
|
|
3444
|
+
"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 }",
|
|
3445
|
+
"resolved": "{ value: string; checked: boolean; group?: string; }",
|
|
3446
|
+
"references": {}
|
|
3447
|
+
},
|
|
3448
|
+
"cancelable": true,
|
|
3449
|
+
"composed": true,
|
|
3450
|
+
"docs": "Event emitted when the checkbox is toggled.\nIt provides details about the current state of the item.",
|
|
3451
|
+
"docsTags": [],
|
|
3452
|
+
"name": "ItemCheckedEvent"
|
|
3453
|
+
}
|
|
3454
|
+
],
|
|
3455
|
+
"styles": [],
|
|
3456
|
+
"slots": [],
|
|
3457
|
+
"parts": [],
|
|
3458
|
+
"listeners": [],
|
|
3459
|
+
"formAssociated": false,
|
|
3460
|
+
"formValidation": {
|
|
3461
|
+
"hasValidations": false
|
|
3462
|
+
}
|
|
3463
|
+
},
|
|
3464
|
+
{
|
|
3465
|
+
"filePath": "src/components/nv-fieldmultiselect/nv-fieldmultiselect.tsx",
|
|
3466
|
+
"fileName": "nv-fieldmultiselect.tsx",
|
|
3467
|
+
"tag": "nv-fieldmultiselect",
|
|
3468
|
+
"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",
|
|
3469
|
+
"overview": "",
|
|
3470
|
+
"usage": {},
|
|
3471
|
+
"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.",
|
|
3472
|
+
"docsTags": [
|
|
3473
|
+
{
|
|
3474
|
+
"name": "slot",
|
|
3475
|
+
"text": "content - The content of the list."
|
|
3476
|
+
},
|
|
3477
|
+
{
|
|
3478
|
+
"name": "slot",
|
|
3479
|
+
"text": "leading-input - Content to be placed before the input text, within the input container."
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
"name": "slot",
|
|
3483
|
+
"text": "before-input - Content to be placed before the input text, outside the input container."
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"name": "slot",
|
|
3487
|
+
"text": "after-input - Content to be placed after the input text, outside the input container."
|
|
3488
|
+
},
|
|
3489
|
+
{
|
|
3490
|
+
"name": "slot",
|
|
3491
|
+
"text": "label - Content to be placed as the label, will override the label prop."
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"name": "slot",
|
|
3495
|
+
"text": "description - Content to be placed as the description, will override the description prop."
|
|
3496
|
+
},
|
|
3497
|
+
{
|
|
3498
|
+
"name": "slot",
|
|
3499
|
+
"text": "error-description - Content to be placed as the error description, will override the errorDescription prop."
|
|
3500
|
+
}
|
|
3501
|
+
],
|
|
3502
|
+
"encapsulation": "none",
|
|
3503
|
+
"dependents": [],
|
|
3504
|
+
"dependencies": [
|
|
3505
|
+
"nv-popover",
|
|
3506
|
+
"nv-badge",
|
|
3507
|
+
"nv-iconbutton",
|
|
3508
|
+
"nv-fielddropdownitemcheck"
|
|
3509
|
+
],
|
|
3510
|
+
"dependencyGraph": {
|
|
3511
|
+
"nv-fieldmultiselect": [
|
|
3512
|
+
"nv-popover",
|
|
3513
|
+
"nv-badge",
|
|
3514
|
+
"nv-iconbutton",
|
|
3515
|
+
"nv-fielddropdownitemcheck"
|
|
3516
|
+
],
|
|
3517
|
+
"nv-badge": [
|
|
3518
|
+
"nv-icon"
|
|
3519
|
+
],
|
|
3520
|
+
"nv-iconbutton": [
|
|
3521
|
+
"nv-loader",
|
|
3522
|
+
"nv-icon"
|
|
3523
|
+
],
|
|
3524
|
+
"nv-fielddropdownitemcheck": [
|
|
3525
|
+
"nv-fieldcheckbox"
|
|
3526
|
+
]
|
|
3527
|
+
},
|
|
3528
|
+
"props": [
|
|
3529
|
+
{
|
|
3530
|
+
"name": "autocomplete",
|
|
3531
|
+
"type": "enum",
|
|
3532
|
+
"complexType": {
|
|
3533
|
+
"original": "`${TextInputAutocomplete}`",
|
|
3534
|
+
"resolved": "\"on\" | \"off\" | \"section-*\" | \"shipping\" | \"billing\" | \"home\" | \"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\"",
|
|
3535
|
+
"references": {
|
|
3536
|
+
"TextInputAutocomplete": {
|
|
3537
|
+
"location": "import",
|
|
3538
|
+
"path": "../../utils/constants",
|
|
3539
|
+
"id": "src/utils/constants.ts::TextInputAutocomplete"
|
|
3540
|
+
}
|
|
3541
|
+
}
|
|
3542
|
+
},
|
|
3543
|
+
"mutable": false,
|
|
3544
|
+
"attr": "autocomplete",
|
|
3545
|
+
"reflectToAttr": true,
|
|
3546
|
+
"docs": "The autocomplete prop for faster input filling.",
|
|
3547
|
+
"docsTags": [],
|
|
3548
|
+
"default": "'off'",
|
|
3549
|
+
"values": [
|
|
3550
|
+
{
|
|
3551
|
+
"value": "on",
|
|
3552
|
+
"type": "On"
|
|
3553
|
+
},
|
|
3554
|
+
{
|
|
3555
|
+
"value": "off",
|
|
3556
|
+
"type": "Off"
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"value": "section-*",
|
|
3560
|
+
"type": "Section"
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"value": "shipping",
|
|
3564
|
+
"type": "Shipping"
|
|
3565
|
+
},
|
|
3566
|
+
{
|
|
3567
|
+
"value": "billing",
|
|
3568
|
+
"type": "Billing"
|
|
3569
|
+
},
|
|
3570
|
+
{
|
|
3571
|
+
"value": "home",
|
|
3572
|
+
"type": "Home"
|
|
3573
|
+
},
|
|
3574
|
+
{
|
|
3575
|
+
"value": "work",
|
|
3576
|
+
"type": "Work"
|
|
3577
|
+
},
|
|
3578
|
+
{
|
|
3579
|
+
"value": "mobile",
|
|
3580
|
+
"type": "Mobile"
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"value": "fax",
|
|
3584
|
+
"type": "Fax"
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"value": "pager",
|
|
3588
|
+
"type": "Pager"
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
"value": "tel",
|
|
3592
|
+
"type": "Tel"
|
|
3593
|
+
},
|
|
3594
|
+
{
|
|
3595
|
+
"value": "tel-country-code",
|
|
3596
|
+
"type": "TelCountryCode"
|
|
3597
|
+
},
|
|
3598
|
+
{
|
|
3599
|
+
"value": "tel-national",
|
|
3600
|
+
"type": "TelNational"
|
|
3601
|
+
},
|
|
3602
|
+
{
|
|
3603
|
+
"value": "tel-area-code",
|
|
3604
|
+
"type": "TelAreaCode"
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"value": "tel-local",
|
|
3608
|
+
"type": "TelLocal"
|
|
3609
|
+
},
|
|
3610
|
+
{
|
|
3611
|
+
"value": "tel-local-prefix",
|
|
3612
|
+
"type": "TelLocalPrefix"
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
"value": "tel-local-suffix",
|
|
3616
|
+
"type": "TelLocalSuffix"
|
|
3617
|
+
},
|
|
3618
|
+
{
|
|
3619
|
+
"value": "tel-extension",
|
|
3620
|
+
"type": "TelExtension"
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"value": "email",
|
|
3624
|
+
"type": "Email"
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
"value": "impp",
|
|
3628
|
+
"type": "Impp"
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
"value": "name",
|
|
3632
|
+
"type": "Name"
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
"value": "honorific-prefix",
|
|
3636
|
+
"type": "HonorificPrefix"
|
|
3637
|
+
},
|
|
3638
|
+
{
|
|
3639
|
+
"value": "given-name",
|
|
3640
|
+
"type": "GivenName"
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
"value": "additional-name",
|
|
3644
|
+
"type": "AdditionalName"
|
|
3645
|
+
},
|
|
3646
|
+
{
|
|
3647
|
+
"value": "family-name",
|
|
3648
|
+
"type": "FamilyName"
|
|
3649
|
+
},
|
|
3650
|
+
{
|
|
3651
|
+
"value": "honorific-suffix",
|
|
3652
|
+
"type": "HonorificSuffix"
|
|
3653
|
+
},
|
|
3654
|
+
{
|
|
3655
|
+
"value": "nickname",
|
|
3656
|
+
"type": "Nickname"
|
|
3657
|
+
},
|
|
3658
|
+
{
|
|
3659
|
+
"value": "username",
|
|
3660
|
+
"type": "Username"
|
|
3661
|
+
},
|
|
3662
|
+
{
|
|
3663
|
+
"value": "new-password",
|
|
3664
|
+
"type": "NewPassword"
|
|
3665
|
+
},
|
|
3666
|
+
{
|
|
3667
|
+
"value": "current-password",
|
|
3668
|
+
"type": "CurrentPassword"
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"value": "one-time-code",
|
|
3672
|
+
"type": "OneTimeCode"
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
"value": "organization-title",
|
|
3676
|
+
"type": "OrganizationTitle"
|
|
3677
|
+
},
|
|
3678
|
+
{
|
|
3679
|
+
"value": "organization",
|
|
3680
|
+
"type": "Organization"
|
|
3681
|
+
},
|
|
3682
|
+
{
|
|
3683
|
+
"value": "street-address",
|
|
3684
|
+
"type": "StreetAddress"
|
|
3685
|
+
},
|
|
3686
|
+
{
|
|
3687
|
+
"value": "address-line1",
|
|
3688
|
+
"type": "AddressLine1"
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"value": "address-line2",
|
|
3692
|
+
"type": "AddressLine2"
|
|
3693
|
+
},
|
|
3694
|
+
{
|
|
3695
|
+
"value": "address-line3",
|
|
3696
|
+
"type": "AddressLine3"
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"value": "address-level4",
|
|
3700
|
+
"type": "AddressLevel4"
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"value": "address-level3",
|
|
3704
|
+
"type": "AddressLevel3"
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"value": "address-level2",
|
|
3708
|
+
"type": "AddressLevel2"
|
|
3709
|
+
},
|
|
3710
|
+
{
|
|
3711
|
+
"value": "address-level1",
|
|
3712
|
+
"type": "AddressLevel1"
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
"value": "country",
|
|
3716
|
+
"type": "Country"
|
|
3717
|
+
},
|
|
3718
|
+
{
|
|
3719
|
+
"value": "country-name",
|
|
3720
|
+
"type": "CountryName"
|
|
3721
|
+
},
|
|
3722
|
+
{
|
|
3723
|
+
"value": "postal-code",
|
|
3724
|
+
"type": "PostalCode"
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"value": "cc-name",
|
|
3728
|
+
"type": "CcName"
|
|
3729
|
+
},
|
|
3730
|
+
{
|
|
3731
|
+
"value": "cc-given-name",
|
|
3732
|
+
"type": "CcGivenName"
|
|
3733
|
+
},
|
|
3734
|
+
{
|
|
3735
|
+
"value": "cc-additional-name",
|
|
3736
|
+
"type": "CcAdditionalName"
|
|
3737
|
+
},
|
|
3738
|
+
{
|
|
3739
|
+
"value": "cc-family-name",
|
|
3740
|
+
"type": "CcFamilyName"
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"value": "cc-number",
|
|
3744
|
+
"type": "CcNumber"
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"value": "cc-exp",
|
|
3748
|
+
"type": "CcExp"
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"value": "cc-exp-month",
|
|
3752
|
+
"type": "CcExpMonth"
|
|
3753
|
+
},
|
|
3754
|
+
{
|
|
3755
|
+
"value": "cc-exp-year",
|
|
3756
|
+
"type": "CcExpYear"
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
"value": "cc-csc",
|
|
3760
|
+
"type": "CcCsc"
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"value": "cc-type",
|
|
3764
|
+
"type": "CcType"
|
|
3765
|
+
},
|
|
3766
|
+
{
|
|
3767
|
+
"value": "transaction-currency",
|
|
3768
|
+
"type": "TransactionCurrency"
|
|
3769
|
+
},
|
|
3770
|
+
{
|
|
3771
|
+
"value": "transaction-amount",
|
|
3772
|
+
"type": "TransactionAmount"
|
|
3773
|
+
},
|
|
3774
|
+
{
|
|
3775
|
+
"value": "language",
|
|
3776
|
+
"type": "Language"
|
|
3777
|
+
},
|
|
3778
|
+
{
|
|
3779
|
+
"value": "bday",
|
|
3780
|
+
"type": "Bday"
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"value": "bday-day",
|
|
3784
|
+
"type": "BdayDay"
|
|
3785
|
+
},
|
|
3786
|
+
{
|
|
3787
|
+
"value": "bday-month",
|
|
3788
|
+
"type": "BdayMonth"
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
"value": "bday-year",
|
|
3792
|
+
"type": "BdayYear"
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
"value": "sex",
|
|
3796
|
+
"type": "Sex"
|
|
3797
|
+
},
|
|
3798
|
+
{
|
|
3799
|
+
"value": "url",
|
|
3800
|
+
"type": "Url"
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"value": "photo",
|
|
3804
|
+
"type": "Photo"
|
|
3805
|
+
}
|
|
3806
|
+
],
|
|
3807
|
+
"optional": false,
|
|
3808
|
+
"required": false
|
|
3809
|
+
},
|
|
3810
|
+
{
|
|
3811
|
+
"name": "badgeLabel",
|
|
3812
|
+
"type": "string",
|
|
3813
|
+
"complexType": {
|
|
3814
|
+
"original": "string",
|
|
3815
|
+
"resolved": "string",
|
|
3816
|
+
"references": {}
|
|
3817
|
+
},
|
|
3818
|
+
"mutable": false,
|
|
3819
|
+
"attr": "badge-label",
|
|
3820
|
+
"reflectToAttr": true,
|
|
3821
|
+
"docs": "Text for the badge showing the number of selected items.",
|
|
3822
|
+
"docsTags": [],
|
|
3823
|
+
"default": "''",
|
|
3824
|
+
"values": [
|
|
3825
|
+
{
|
|
3826
|
+
"type": "string"
|
|
3827
|
+
}
|
|
3828
|
+
],
|
|
3829
|
+
"optional": false,
|
|
3830
|
+
"required": false
|
|
3831
|
+
},
|
|
3832
|
+
{
|
|
3833
|
+
"name": "debounceDelay",
|
|
3834
|
+
"type": "double",
|
|
3835
|
+
"complexType": {
|
|
3836
|
+
"original": "number",
|
|
3837
|
+
"resolved": "number",
|
|
3838
|
+
"references": {}
|
|
3839
|
+
},
|
|
3840
|
+
"mutable": false,
|
|
3841
|
+
"attr": "debounce-delay",
|
|
3842
|
+
"reflectToAttr": true,
|
|
3843
|
+
"docs": "Delay in milliseconds before the search is triggered when typing in the filter input.",
|
|
3844
|
+
"docsTags": [
|
|
3845
|
+
{
|
|
3846
|
+
"name": "default",
|
|
3847
|
+
"text": "300"
|
|
3848
|
+
}
|
|
3849
|
+
],
|
|
3850
|
+
"default": "300",
|
|
3851
|
+
"values": [
|
|
3852
|
+
{
|
|
3853
|
+
"type": "double"
|
|
3854
|
+
}
|
|
3855
|
+
],
|
|
3856
|
+
"optional": false,
|
|
3857
|
+
"required": false
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
"name": "description",
|
|
3861
|
+
"type": "string",
|
|
3862
|
+
"complexType": {
|
|
3863
|
+
"original": "string",
|
|
3864
|
+
"resolved": "string",
|
|
3865
|
+
"references": {}
|
|
3866
|
+
},
|
|
3867
|
+
"mutable": false,
|
|
3868
|
+
"attr": "description",
|
|
3869
|
+
"reflectToAttr": true,
|
|
3870
|
+
"docs": "Add helpful hints or extra information under the text input field.",
|
|
3871
|
+
"docsTags": [],
|
|
3872
|
+
"values": [
|
|
3873
|
+
{
|
|
3874
|
+
"type": "string"
|
|
3875
|
+
}
|
|
3876
|
+
],
|
|
3877
|
+
"optional": false,
|
|
3878
|
+
"required": false
|
|
3879
|
+
},
|
|
3880
|
+
{
|
|
3881
|
+
"name": "disabled",
|
|
3882
|
+
"type": "bool",
|
|
3883
|
+
"complexType": {
|
|
3884
|
+
"original": "boolean",
|
|
3885
|
+
"resolved": "boolean",
|
|
3886
|
+
"references": {}
|
|
3887
|
+
},
|
|
3888
|
+
"mutable": false,
|
|
3889
|
+
"attr": "disabled",
|
|
3890
|
+
"reflectToAttr": true,
|
|
3891
|
+
"docs": "Disables the input field.",
|
|
3892
|
+
"docsTags": [],
|
|
3893
|
+
"default": "false",
|
|
3894
|
+
"values": [
|
|
3895
|
+
{
|
|
3896
|
+
"type": "bool"
|
|
3897
|
+
}
|
|
3898
|
+
],
|
|
3899
|
+
"optional": false,
|
|
3900
|
+
"required": false
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"name": "emptyresult",
|
|
3904
|
+
"type": "string",
|
|
3905
|
+
"complexType": {
|
|
3906
|
+
"original": "string",
|
|
3907
|
+
"resolved": "string",
|
|
3908
|
+
"references": {}
|
|
3909
|
+
},
|
|
3910
|
+
"mutable": false,
|
|
3911
|
+
"attr": "emptyresult",
|
|
3912
|
+
"reflectToAttr": true,
|
|
3913
|
+
"docs": "The text to display when no items match the filter.",
|
|
3914
|
+
"docsTags": [],
|
|
3915
|
+
"default": "'No results found'",
|
|
3916
|
+
"values": [
|
|
3917
|
+
{
|
|
3918
|
+
"type": "string"
|
|
3919
|
+
}
|
|
3920
|
+
],
|
|
3921
|
+
"optional": false,
|
|
3922
|
+
"required": false
|
|
3923
|
+
},
|
|
3924
|
+
{
|
|
3925
|
+
"name": "error",
|
|
3926
|
+
"type": "bool",
|
|
3927
|
+
"complexType": {
|
|
3928
|
+
"original": "boolean",
|
|
3929
|
+
"resolved": "boolean",
|
|
3930
|
+
"references": {}
|
|
3931
|
+
},
|
|
3932
|
+
"mutable": false,
|
|
3933
|
+
"attr": "error",
|
|
3934
|
+
"reflectToAttr": true,
|
|
3935
|
+
"docs": "Alters the input field's appearance to indicate an error.",
|
|
3936
|
+
"docsTags": [],
|
|
3937
|
+
"default": "false",
|
|
3938
|
+
"values": [
|
|
3939
|
+
{
|
|
3940
|
+
"type": "bool"
|
|
3941
|
+
}
|
|
3942
|
+
],
|
|
3943
|
+
"optional": false,
|
|
3944
|
+
"required": false
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
"name": "errorDescription",
|
|
3948
|
+
"type": "string",
|
|
3949
|
+
"complexType": {
|
|
3950
|
+
"original": "string",
|
|
3951
|
+
"resolved": "string",
|
|
3952
|
+
"references": {}
|
|
3953
|
+
},
|
|
3954
|
+
"mutable": false,
|
|
3955
|
+
"attr": "error-description",
|
|
3956
|
+
"reflectToAttr": true,
|
|
3957
|
+
"docs": "A description that appears when there is an error.",
|
|
3958
|
+
"docsTags": [],
|
|
3959
|
+
"values": [
|
|
3960
|
+
{
|
|
3961
|
+
"type": "string"
|
|
3962
|
+
}
|
|
3963
|
+
],
|
|
3964
|
+
"optional": false,
|
|
3965
|
+
"required": false
|
|
3966
|
+
},
|
|
3967
|
+
{
|
|
3968
|
+
"name": "filterable",
|
|
3969
|
+
"type": "bool",
|
|
3970
|
+
"complexType": {
|
|
3971
|
+
"original": "boolean",
|
|
3972
|
+
"resolved": "boolean",
|
|
3973
|
+
"references": {}
|
|
3974
|
+
},
|
|
3975
|
+
"mutable": true,
|
|
3976
|
+
"attr": "filterable",
|
|
3977
|
+
"reflectToAttr": true,
|
|
3978
|
+
"docs": "Enables or disables the filtering feature for the multiselect items.",
|
|
3979
|
+
"docsTags": [],
|
|
3980
|
+
"default": "false",
|
|
3981
|
+
"values": [
|
|
3982
|
+
{
|
|
3983
|
+
"type": "bool"
|
|
3984
|
+
}
|
|
3985
|
+
],
|
|
3986
|
+
"optional": false,
|
|
3987
|
+
"required": false
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
"name": "inputId",
|
|
3991
|
+
"type": "string",
|
|
3992
|
+
"complexType": {
|
|
3993
|
+
"original": "string",
|
|
3994
|
+
"resolved": "string",
|
|
3995
|
+
"references": {}
|
|
3996
|
+
},
|
|
3997
|
+
"mutable": false,
|
|
3998
|
+
"attr": "input-id",
|
|
3999
|
+
"reflectToAttr": true,
|
|
4000
|
+
"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.",
|
|
4001
|
+
"docsTags": [],
|
|
4002
|
+
"default": "uuidv4()",
|
|
4003
|
+
"values": [
|
|
4004
|
+
{
|
|
4005
|
+
"type": "string"
|
|
4006
|
+
}
|
|
4007
|
+
],
|
|
4008
|
+
"optional": false,
|
|
4009
|
+
"required": false
|
|
4010
|
+
},
|
|
4011
|
+
{
|
|
4012
|
+
"name": "label",
|
|
4013
|
+
"type": "string",
|
|
4014
|
+
"complexType": {
|
|
4015
|
+
"original": "string",
|
|
4016
|
+
"resolved": "string",
|
|
4017
|
+
"references": {}
|
|
4018
|
+
},
|
|
4019
|
+
"mutable": false,
|
|
4020
|
+
"attr": "label",
|
|
4021
|
+
"reflectToAttr": true,
|
|
4022
|
+
"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.",
|
|
4023
|
+
"docsTags": [],
|
|
4024
|
+
"values": [
|
|
4025
|
+
{
|
|
4026
|
+
"type": "string"
|
|
4027
|
+
}
|
|
4028
|
+
],
|
|
4029
|
+
"optional": false,
|
|
4030
|
+
"required": false
|
|
4031
|
+
},
|
|
4032
|
+
{
|
|
4033
|
+
"name": "maxHeight",
|
|
4034
|
+
"type": "string",
|
|
4035
|
+
"complexType": {
|
|
4036
|
+
"original": "string",
|
|
4037
|
+
"resolved": "string",
|
|
4038
|
+
"references": {}
|
|
4039
|
+
},
|
|
4040
|
+
"mutable": false,
|
|
4041
|
+
"attr": "max-height",
|
|
4042
|
+
"reflectToAttr": true,
|
|
4043
|
+
"docs": "Defines the maximum height of the multiselect list when open.",
|
|
4044
|
+
"docsTags": [],
|
|
4045
|
+
"default": "'200px'",
|
|
4046
|
+
"values": [
|
|
4047
|
+
{
|
|
4048
|
+
"type": "string"
|
|
4049
|
+
}
|
|
4050
|
+
],
|
|
4051
|
+
"optional": false,
|
|
4052
|
+
"required": false
|
|
4053
|
+
},
|
|
4054
|
+
{
|
|
4055
|
+
"name": "mode",
|
|
4056
|
+
"type": "enum",
|
|
4057
|
+
"complexType": {
|
|
4058
|
+
"original": "'options' | 'slots'",
|
|
4059
|
+
"resolved": "\"options\" | \"slots\"",
|
|
2844
4060
|
"references": {}
|
|
2845
4061
|
},
|
|
2846
4062
|
"mutable": false,
|
|
2847
|
-
"attr": "
|
|
4063
|
+
"attr": "mode",
|
|
2848
4064
|
"reflectToAttr": true,
|
|
2849
|
-
"docs": "
|
|
4065
|
+
"docs": "Multiselect mode: 'options' (JSON data) or 'slots' (custom items).\nThis property is now reflected in the modeState.",
|
|
2850
4066
|
"docsTags": [],
|
|
2851
4067
|
"values": [
|
|
2852
4068
|
{
|
|
2853
|
-
"
|
|
4069
|
+
"value": "options",
|
|
4070
|
+
"type": "Options"
|
|
4071
|
+
},
|
|
4072
|
+
{
|
|
4073
|
+
"value": "slots",
|
|
4074
|
+
"type": "Slots"
|
|
2854
4075
|
}
|
|
2855
4076
|
],
|
|
2856
4077
|
"optional": false,
|
|
@@ -2867,7 +4088,7 @@
|
|
|
2867
4088
|
"mutable": false,
|
|
2868
4089
|
"attr": "name",
|
|
2869
4090
|
"reflectToAttr": true,
|
|
2870
|
-
"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
|
|
4091
|
+
"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.",
|
|
2871
4092
|
"docsTags": [],
|
|
2872
4093
|
"values": [
|
|
2873
4094
|
{
|
|
@@ -2888,7 +4109,7 @@
|
|
|
2888
4109
|
"mutable": true,
|
|
2889
4110
|
"attr": "open",
|
|
2890
4111
|
"reflectToAttr": true,
|
|
2891
|
-
"docs": "State of the
|
|
4112
|
+
"docs": "State of the multiselect popover.",
|
|
2892
4113
|
"docsTags": [],
|
|
2893
4114
|
"default": "false",
|
|
2894
4115
|
"values": [
|
|
@@ -2899,6 +4120,36 @@
|
|
|
2899
4120
|
"optional": false,
|
|
2900
4121
|
"required": false
|
|
2901
4122
|
},
|
|
4123
|
+
{
|
|
4124
|
+
"name": "options",
|
|
4125
|
+
"type": "string",
|
|
4126
|
+
"complexType": {
|
|
4127
|
+
"original": "string",
|
|
4128
|
+
"resolved": "string",
|
|
4129
|
+
"references": {}
|
|
4130
|
+
},
|
|
4131
|
+
"mutable": false,
|
|
4132
|
+
"attr": "options",
|
|
4133
|
+
"reflectToAttr": true,
|
|
4134
|
+
"docs": "List of options available in the multiselect.",
|
|
4135
|
+
"docsTags": [
|
|
4136
|
+
{
|
|
4137
|
+
"name": "description",
|
|
4138
|
+
"text": "The options are passed as a JSON string."
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
"name": "example",
|
|
4142
|
+
"text": "options='[{\"label\": \"Option 1\", \"value\": \"option1\"}, {\"label\": \"Option 2\", \"value\": \"option2\"}]'"
|
|
4143
|
+
}
|
|
4144
|
+
],
|
|
4145
|
+
"values": [
|
|
4146
|
+
{
|
|
4147
|
+
"type": "string"
|
|
4148
|
+
}
|
|
4149
|
+
],
|
|
4150
|
+
"optional": true,
|
|
4151
|
+
"required": false
|
|
4152
|
+
},
|
|
2902
4153
|
{
|
|
2903
4154
|
"name": "placeholder",
|
|
2904
4155
|
"type": "string",
|
|
@@ -2910,7 +4161,7 @@
|
|
|
2910
4161
|
"mutable": false,
|
|
2911
4162
|
"attr": "placeholder",
|
|
2912
4163
|
"reflectToAttr": true,
|
|
2913
|
-
"docs": "Display temporary text inside the input field
|
|
4164
|
+
"docs": "Display temporary text inside the input field.",
|
|
2914
4165
|
"docsTags": [],
|
|
2915
4166
|
"values": [
|
|
2916
4167
|
{
|
|
@@ -2931,7 +4182,7 @@
|
|
|
2931
4182
|
"mutable": false,
|
|
2932
4183
|
"attr": "readonly",
|
|
2933
4184
|
"reflectToAttr": true,
|
|
2934
|
-
"docs": "Display the input field
|
|
4185
|
+
"docs": "Display the input field's content without allowing users to change it.",
|
|
2935
4186
|
"docsTags": [],
|
|
2936
4187
|
"default": "false",
|
|
2937
4188
|
"values": [
|
|
@@ -2953,7 +4204,7 @@
|
|
|
2953
4204
|
"mutable": false,
|
|
2954
4205
|
"attr": "required",
|
|
2955
4206
|
"reflectToAttr": true,
|
|
2956
|
-
"docs": "Marks the input field as required
|
|
4207
|
+
"docs": "Marks the input field as required.",
|
|
2957
4208
|
"docsTags": [],
|
|
2958
4209
|
"default": "false",
|
|
2959
4210
|
"values": [
|
|
@@ -2975,7 +4226,7 @@
|
|
|
2975
4226
|
"mutable": true,
|
|
2976
4227
|
"attr": "value",
|
|
2977
4228
|
"reflectToAttr": true,
|
|
2978
|
-
"docs": "Specifies the value of the input field
|
|
4229
|
+
"docs": "Specifies the value of the input field.",
|
|
2979
4230
|
"docsTags": [],
|
|
2980
4231
|
"values": [
|
|
2981
4232
|
{
|
|
@@ -3013,6 +4264,55 @@
|
|
|
3013
4264
|
"text": "The filter text."
|
|
3014
4265
|
}
|
|
3015
4266
|
]
|
|
4267
|
+
},
|
|
4268
|
+
{
|
|
4269
|
+
"name": "getSelectedValues",
|
|
4270
|
+
"returns": {
|
|
4271
|
+
"type": "Promise<string[]>",
|
|
4272
|
+
"docs": "The selected values."
|
|
4273
|
+
},
|
|
4274
|
+
"complexType": {
|
|
4275
|
+
"signature": "() => Promise<string[]>",
|
|
4276
|
+
"parameters": [],
|
|
4277
|
+
"references": {
|
|
4278
|
+
"Promise": {
|
|
4279
|
+
"location": "global",
|
|
4280
|
+
"id": "global::Promise"
|
|
4281
|
+
}
|
|
4282
|
+
},
|
|
4283
|
+
"return": "Promise<string[]>"
|
|
4284
|
+
},
|
|
4285
|
+
"signature": "getSelectedValues() => Promise<string[]>",
|
|
4286
|
+
"parameters": [],
|
|
4287
|
+
"docs": "Returns the list of selected values.",
|
|
4288
|
+
"docsTags": [
|
|
4289
|
+
{
|
|
4290
|
+
"name": "returns",
|
|
4291
|
+
"text": "The selected values."
|
|
4292
|
+
}
|
|
4293
|
+
]
|
|
4294
|
+
},
|
|
4295
|
+
{
|
|
4296
|
+
"name": "resetFilter",
|
|
4297
|
+
"returns": {
|
|
4298
|
+
"type": "Promise<void>",
|
|
4299
|
+
"docs": ""
|
|
4300
|
+
},
|
|
4301
|
+
"complexType": {
|
|
4302
|
+
"signature": "() => Promise<void>",
|
|
4303
|
+
"parameters": [],
|
|
4304
|
+
"references": {
|
|
4305
|
+
"Promise": {
|
|
4306
|
+
"location": "global",
|
|
4307
|
+
"id": "global::Promise"
|
|
4308
|
+
}
|
|
4309
|
+
},
|
|
4310
|
+
"return": "Promise<void>"
|
|
4311
|
+
},
|
|
4312
|
+
"signature": "resetFilter() => Promise<void>",
|
|
4313
|
+
"parameters": [],
|
|
4314
|
+
"docs": "Reset the filter and make all items visible.",
|
|
4315
|
+
"docsTags": []
|
|
3016
4316
|
}
|
|
3017
4317
|
],
|
|
3018
4318
|
"events": [
|
|
@@ -3037,6 +4337,21 @@
|
|
|
3037
4337
|
"docsTags": [],
|
|
3038
4338
|
"name": "DropdownItemSelectedEvent"
|
|
3039
4339
|
},
|
|
4340
|
+
{
|
|
4341
|
+
"event": "multiselectChange",
|
|
4342
|
+
"detail": "string[]",
|
|
4343
|
+
"bubbles": true,
|
|
4344
|
+
"complexType": {
|
|
4345
|
+
"original": "string[]",
|
|
4346
|
+
"resolved": "string[]",
|
|
4347
|
+
"references": {}
|
|
4348
|
+
},
|
|
4349
|
+
"cancelable": true,
|
|
4350
|
+
"composed": true,
|
|
4351
|
+
"docs": "Event emitted when the selection changes in the multiselect.\nEmits the current list of selected values.",
|
|
4352
|
+
"docsTags": [],
|
|
4353
|
+
"name": "MultiselectChangeEvent"
|
|
4354
|
+
},
|
|
3040
4355
|
{
|
|
3041
4356
|
"event": "valueChanged",
|
|
3042
4357
|
"detail": "string",
|
|
@@ -3070,7 +4385,7 @@
|
|
|
3070
4385
|
},
|
|
3071
4386
|
{
|
|
3072
4387
|
"name": "content",
|
|
3073
|
-
"docs": "
|
|
4388
|
+
"docs": "The content of the list."
|
|
3074
4389
|
},
|
|
3075
4390
|
{
|
|
3076
4391
|
"name": "description",
|
|
@@ -3092,178 +4407,26 @@
|
|
|
3092
4407
|
"parts": [],
|
|
3093
4408
|
"listeners": [
|
|
3094
4409
|
{
|
|
3095
|
-
"event": "
|
|
4410
|
+
"event": "openChanged",
|
|
3096
4411
|
"capture": false,
|
|
3097
4412
|
"passive": false
|
|
3098
4413
|
},
|
|
3099
4414
|
{
|
|
3100
|
-
"event": "
|
|
4415
|
+
"event": "itemChecked",
|
|
3101
4416
|
"capture": false,
|
|
3102
4417
|
"passive": false
|
|
3103
4418
|
},
|
|
3104
4419
|
{
|
|
3105
|
-
"event": "
|
|
4420
|
+
"event": "slotchange",
|
|
3106
4421
|
"capture": false,
|
|
3107
4422
|
"passive": false
|
|
3108
|
-
}
|
|
3109
|
-
],
|
|
3110
|
-
"formAssociated": true,
|
|
3111
|
-
"formValidation": {
|
|
3112
|
-
"hasValidations": true,
|
|
3113
|
-
"errorProp": "error",
|
|
3114
|
-
"messageProp": "errorDescription"
|
|
3115
|
-
}
|
|
3116
|
-
},
|
|
3117
|
-
{
|
|
3118
|
-
"filePath": "src/components/nv-fielddropdownitem/nv-fielddropdownitem.tsx",
|
|
3119
|
-
"fileName": "nv-fielddropdownitem.tsx",
|
|
3120
|
-
"tag": "nv-fielddropdownitem",
|
|
3121
|
-
"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",
|
|
3122
|
-
"overview": "",
|
|
3123
|
-
"usage": {},
|
|
3124
|
-
"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.",
|
|
3125
|
-
"docsTags": [
|
|
3126
|
-
{
|
|
3127
|
-
"name": "slot",
|
|
3128
|
-
"text": "default - The content to be displayed inside the dropdown item."
|
|
3129
|
-
}
|
|
3130
|
-
],
|
|
3131
|
-
"encapsulation": "none",
|
|
3132
|
-
"dependents": [
|
|
3133
|
-
"nv-fielddropdown"
|
|
3134
|
-
],
|
|
3135
|
-
"dependencies": [
|
|
3136
|
-
"nv-icon"
|
|
3137
|
-
],
|
|
3138
|
-
"dependencyGraph": {
|
|
3139
|
-
"nv-fielddropdownitem": [
|
|
3140
|
-
"nv-icon"
|
|
3141
|
-
],
|
|
3142
|
-
"nv-fielddropdown": [
|
|
3143
|
-
"nv-fielddropdownitem"
|
|
3144
|
-
]
|
|
3145
|
-
},
|
|
3146
|
-
"props": [
|
|
3147
|
-
{
|
|
3148
|
-
"name": "disabled",
|
|
3149
|
-
"type": "bool",
|
|
3150
|
-
"complexType": {
|
|
3151
|
-
"original": "boolean",
|
|
3152
|
-
"resolved": "boolean",
|
|
3153
|
-
"references": {}
|
|
3154
|
-
},
|
|
3155
|
-
"mutable": false,
|
|
3156
|
-
"attr": "disabled",
|
|
3157
|
-
"reflectToAttr": true,
|
|
3158
|
-
"docs": "Disables the item, preventing any user interaction.",
|
|
3159
|
-
"docsTags": [],
|
|
3160
|
-
"default": "false",
|
|
3161
|
-
"values": [
|
|
3162
|
-
{
|
|
3163
|
-
"type": "bool"
|
|
3164
|
-
}
|
|
3165
|
-
],
|
|
3166
|
-
"optional": false,
|
|
3167
|
-
"required": false
|
|
3168
|
-
},
|
|
3169
|
-
{
|
|
3170
|
-
"name": "label",
|
|
3171
|
-
"type": "string",
|
|
3172
|
-
"complexType": {
|
|
3173
|
-
"original": "string",
|
|
3174
|
-
"resolved": "string",
|
|
3175
|
-
"references": {}
|
|
3176
|
-
},
|
|
3177
|
-
"mutable": false,
|
|
3178
|
-
"attr": "label",
|
|
3179
|
-
"reflectToAttr": true,
|
|
3180
|
-
"docs": "Label used as the value for the default layout.",
|
|
3181
|
-
"docsTags": [],
|
|
3182
|
-
"values": [
|
|
3183
|
-
{
|
|
3184
|
-
"type": "string"
|
|
3185
|
-
}
|
|
3186
|
-
],
|
|
3187
|
-
"optional": true,
|
|
3188
|
-
"required": false
|
|
3189
|
-
},
|
|
3190
|
-
{
|
|
3191
|
-
"name": "selected",
|
|
3192
|
-
"type": "bool",
|
|
3193
|
-
"complexType": {
|
|
3194
|
-
"original": "boolean",
|
|
3195
|
-
"resolved": "boolean",
|
|
3196
|
-
"references": {}
|
|
3197
|
-
},
|
|
3198
|
-
"mutable": true,
|
|
3199
|
-
"attr": "selected",
|
|
3200
|
-
"reflectToAttr": true,
|
|
3201
|
-
"docs": "Indicates if the item is selected.",
|
|
3202
|
-
"docsTags": [],
|
|
3203
|
-
"default": "false",
|
|
3204
|
-
"values": [
|
|
3205
|
-
{
|
|
3206
|
-
"type": "bool"
|
|
3207
|
-
}
|
|
3208
|
-
],
|
|
3209
|
-
"optional": false,
|
|
3210
|
-
"required": false
|
|
3211
4423
|
},
|
|
3212
4424
|
{
|
|
3213
|
-
"
|
|
3214
|
-
"
|
|
3215
|
-
"
|
|
3216
|
-
"original": "string",
|
|
3217
|
-
"resolved": "string",
|
|
3218
|
-
"references": {}
|
|
3219
|
-
},
|
|
3220
|
-
"mutable": false,
|
|
3221
|
-
"attr": "value",
|
|
3222
|
-
"reflectToAttr": true,
|
|
3223
|
-
"docs": "Value associated with the item.",
|
|
3224
|
-
"docsTags": [],
|
|
3225
|
-
"values": [
|
|
3226
|
-
{
|
|
3227
|
-
"type": "string"
|
|
3228
|
-
}
|
|
3229
|
-
],
|
|
3230
|
-
"optional": true,
|
|
3231
|
-
"required": false
|
|
3232
|
-
}
|
|
3233
|
-
],
|
|
3234
|
-
"methods": [],
|
|
3235
|
-
"events": [
|
|
3236
|
-
{
|
|
3237
|
-
"event": "itemSelected",
|
|
3238
|
-
"detail": "DropdownItemSelectedEventDetail",
|
|
3239
|
-
"bubbles": true,
|
|
3240
|
-
"complexType": {
|
|
3241
|
-
"original": "DropdownItemSelectedEventDetail",
|
|
3242
|
-
"resolved": "DropdownItemSelectedEventDetail",
|
|
3243
|
-
"references": {
|
|
3244
|
-
"DropdownItemSelectedEventDetail": {
|
|
3245
|
-
"location": "import",
|
|
3246
|
-
"path": "./DropdownItemSelectedEventDetail",
|
|
3247
|
-
"id": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail"
|
|
3248
|
-
}
|
|
3249
|
-
}
|
|
3250
|
-
},
|
|
3251
|
-
"cancelable": true,
|
|
3252
|
-
"composed": true,
|
|
3253
|
-
"docs": "Event emitted when an item is clicked.",
|
|
3254
|
-
"docsTags": [],
|
|
3255
|
-
"name": "ItemSelectedEvent"
|
|
3256
|
-
}
|
|
3257
|
-
],
|
|
3258
|
-
"styles": [],
|
|
3259
|
-
"slots": [
|
|
3260
|
-
{
|
|
3261
|
-
"name": "default",
|
|
3262
|
-
"docs": "The content to be displayed inside the dropdown item."
|
|
4425
|
+
"event": "keydown",
|
|
4426
|
+
"capture": false,
|
|
4427
|
+
"passive": false
|
|
3263
4428
|
}
|
|
3264
4429
|
],
|
|
3265
|
-
"parts": [],
|
|
3266
|
-
"listeners": [],
|
|
3267
4430
|
"formAssociated": false,
|
|
3268
4431
|
"formValidation": {
|
|
3269
4432
|
"hasValidations": false
|
|
@@ -7405,6 +8568,7 @@
|
|
|
7405
8568
|
"encapsulation": "none",
|
|
7406
8569
|
"dependents": [
|
|
7407
8570
|
"nv-fielddropdown",
|
|
8571
|
+
"nv-fieldmultiselect",
|
|
7408
8572
|
"nv-fieldpassword"
|
|
7409
8573
|
],
|
|
7410
8574
|
"dependencies": [
|
|
@@ -7419,6 +8583,9 @@
|
|
|
7419
8583
|
"nv-fielddropdown": [
|
|
7420
8584
|
"nv-iconbutton"
|
|
7421
8585
|
],
|
|
8586
|
+
"nv-fieldmultiselect": [
|
|
8587
|
+
"nv-iconbutton"
|
|
8588
|
+
],
|
|
7422
8589
|
"nv-fieldpassword": [
|
|
7423
8590
|
"nv-iconbutton"
|
|
7424
8591
|
]
|
|
@@ -10001,6 +11168,7 @@
|
|
|
10001
11168
|
"encapsulation": "none",
|
|
10002
11169
|
"dependents": [
|
|
10003
11170
|
"nv-fielddropdown",
|
|
11171
|
+
"nv-fieldmultiselect",
|
|
10004
11172
|
"nv-menu",
|
|
10005
11173
|
"nv-tooltip"
|
|
10006
11174
|
],
|
|
@@ -10009,6 +11177,9 @@
|
|
|
10009
11177
|
"nv-fielddropdown": [
|
|
10010
11178
|
"nv-popover"
|
|
10011
11179
|
],
|
|
11180
|
+
"nv-fieldmultiselect": [
|
|
11181
|
+
"nv-popover"
|
|
11182
|
+
],
|
|
10012
11183
|
"nv-menu": [
|
|
10013
11184
|
"nv-popover"
|
|
10014
11185
|
],
|