@nova-design-system/nova-webcomponents 3.0.0-beta.20 → 3.0.0-beta.21

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.
Files changed (219) hide show
  1. package/dist/blazor-docs.json +9342 -0
  2. package/dist/cjs/{app-globals-8dbc03be.js → app-globals-2ceecab2.js} +2 -2
  3. package/dist/cjs/{app-globals-8dbc03be.js.map → app-globals-2ceecab2.js.map} +1 -1
  4. package/dist/cjs/{index-b925c7f5.js → index-5d1f2412.js} +6 -20
  5. package/dist/cjs/index-5d1f2412.js.map +1 -0
  6. package/dist/cjs/loader.cjs.js +3 -3
  7. package/dist/cjs/native.cjs.js +3 -3
  8. package/dist/cjs/nv-alert.cjs.entry.js +1 -1
  9. package/dist/cjs/nv-avatar.cjs.entry.js +1 -1
  10. package/dist/cjs/nv-badge.cjs.entry.js +1 -1
  11. package/dist/cjs/nv-base.cjs.entry.js +1 -1
  12. package/dist/cjs/nv-button.cjs.entry.js +1 -1
  13. package/dist/cjs/nv-col.cjs.entry.js +1 -1
  14. package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +1 -1
  15. package/dist/cjs/nv-fieldnumber.cjs.entry.js +4 -4
  16. package/dist/cjs/nv-fieldpassword.cjs.entry.js +4 -4
  17. package/dist/cjs/nv-fieldradio.cjs.entry.js +4 -4
  18. package/dist/cjs/nv-fieldselect.cjs.entry.js +6 -6
  19. package/dist/cjs/nv-fieldtext.cjs.entry.js +4 -4
  20. package/dist/cjs/nv-fieldtextarea.cjs.entry.js +4 -4
  21. package/dist/cjs/nv-fieldtoggle.cjs.entry.js +3 -3
  22. package/dist/cjs/nv-icon.cjs.entry.js +2 -2
  23. package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
  24. package/dist/cjs/nv-iconbutton.cjs.entry.js +2 -2
  25. package/dist/cjs/nv-loader.cjs.entry.js +2 -2
  26. package/dist/cjs/nv-menu.cjs.entry.js +2 -2
  27. package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
  28. package/dist/cjs/nv-popover.cjs.entry.js +2 -2
  29. package/dist/cjs/nv-row.cjs.entry.js +2 -2
  30. package/dist/cjs/nv-stack.cjs.entry.js +2 -2
  31. package/dist/cjs/nv-tooltip.cjs.entry.js +2 -2
  32. package/dist/collection/collection-manifest.json +0 -2
  33. package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +3 -3
  34. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +3 -3
  35. package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
  36. package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +5 -5
  37. package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +3 -3
  38. package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +3 -3
  39. package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.js +2 -2
  40. package/dist/collection/components/nv-icon/nv-icon.js +2 -2
  41. package/dist/collection/components/nv-icon/nv-icon.js.map +1 -1
  42. package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
  43. package/dist/collection/components/nv-loader/nv-loader.js +1 -1
  44. package/dist/collection/components/nv-menu/nv-menu.js +1 -1
  45. package/dist/collection/components/nv-popover/nv-popover.js +1 -1
  46. package/dist/collection/components/nv-row/nv-row.js +1 -1
  47. package/dist/collection/components/nv-stack/nv-stack.js +1 -1
  48. package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
  49. package/dist/components/index.js +3 -3
  50. package/dist/components/nv-alert.js +2 -2
  51. package/dist/components/nv-avatar.js +2 -2
  52. package/dist/components/nv-badge.js +2 -2
  53. package/dist/components/nv-base.js +1 -1
  54. package/dist/components/nv-button.js +2 -2
  55. package/dist/components/nv-col.js +1 -1
  56. package/dist/components/nv-fieldcheckbox.js +121 -1
  57. package/dist/components/nv-fieldcheckbox.js.map +1 -1
  58. package/dist/components/nv-fieldnumber.js +5 -5
  59. package/dist/components/nv-fieldpassword.js +7 -7
  60. package/dist/components/nv-fieldradio.js +4 -4
  61. package/dist/components/nv-fieldselect.js +7 -7
  62. package/dist/components/nv-fieldtext.js +5 -5
  63. package/dist/components/nv-fieldtextarea.js +4 -4
  64. package/dist/components/nv-fieldtoggle.js +3 -3
  65. package/dist/components/nv-icon.js +1 -1
  66. package/dist/components/nv-iconbutton.js +1 -1
  67. package/dist/components/nv-loader.js +1 -1
  68. package/dist/components/nv-menu.js +3 -3
  69. package/dist/components/nv-menuitem.js +2 -2
  70. package/dist/components/nv-popover.js +1 -1
  71. package/dist/components/nv-row.js +2 -2
  72. package/dist/components/nv-stack.js +2 -2
  73. package/dist/components/nv-tooltip.js +3 -3
  74. package/dist/components/{p-45ffa910.js → p-50bd2808.js} +2 -2
  75. package/dist/components/{p-45ffa910.js.map → p-50bd2808.js.map} +1 -1
  76. package/dist/components/{p-9cbeeff9.js → p-6146d4b0.js} +3 -3
  77. package/dist/components/{p-9cbeeff9.js.map → p-6146d4b0.js.map} +1 -1
  78. package/dist/components/{p-c434f2e5.js → p-632bedb8.js} +2 -6
  79. package/dist/components/p-632bedb8.js.map +1 -0
  80. package/dist/components/{p-d8a41fbe.js → p-8da6d9a3.js} +3 -3
  81. package/dist/components/{p-d8a41fbe.js.map → p-8da6d9a3.js.map} +1 -1
  82. package/dist/components/{p-813b38b1.js → p-be79e7bc.js} +5 -5
  83. package/dist/components/{p-813b38b1.js.map → p-be79e7bc.js.map} +1 -1
  84. package/dist/components/{p-d9d56e06.js → p-c711fe67.js} +4 -4
  85. package/dist/components/{p-d9d56e06.js.map → p-c711fe67.js.map} +1 -1
  86. package/dist/docs.json +3 -1049
  87. package/dist/esm/{app-globals-ec286266.js → app-globals-df0a3c8d.js} +2 -2
  88. package/dist/esm/{app-globals-ec286266.js.map → app-globals-df0a3c8d.js.map} +1 -1
  89. package/dist/esm/{index-3762ddc4.js → index-179dfba2.js} +6 -20
  90. package/dist/esm/index-179dfba2.js.map +1 -0
  91. package/dist/esm/loader.js +4 -4
  92. package/dist/esm/native.js +4 -4
  93. package/dist/esm/nv-alert.entry.js +1 -1
  94. package/dist/esm/nv-avatar.entry.js +1 -1
  95. package/dist/esm/nv-badge.entry.js +1 -1
  96. package/dist/esm/nv-base.entry.js +1 -1
  97. package/dist/esm/nv-button.entry.js +1 -1
  98. package/dist/esm/nv-col.entry.js +1 -1
  99. package/dist/esm/nv-fieldcheckbox.entry.js +1 -1
  100. package/dist/esm/nv-fieldnumber.entry.js +4 -4
  101. package/dist/esm/nv-fieldpassword.entry.js +4 -4
  102. package/dist/esm/nv-fieldradio.entry.js +4 -4
  103. package/dist/esm/nv-fieldselect.entry.js +6 -6
  104. package/dist/esm/nv-fieldtext.entry.js +4 -4
  105. package/dist/esm/nv-fieldtextarea.entry.js +4 -4
  106. package/dist/esm/nv-fieldtoggle.entry.js +3 -3
  107. package/dist/esm/nv-icon.entry.js +2 -2
  108. package/dist/esm/nv-icon.entry.js.map +1 -1
  109. package/dist/esm/nv-iconbutton.entry.js +2 -2
  110. package/dist/esm/nv-loader.entry.js +2 -2
  111. package/dist/esm/nv-menu.entry.js +2 -2
  112. package/dist/esm/nv-menuitem.entry.js +1 -1
  113. package/dist/esm/nv-popover.entry.js +2 -2
  114. package/dist/esm/nv-row.entry.js +2 -2
  115. package/dist/esm/nv-stack.entry.js +2 -2
  116. package/dist/esm/nv-tooltip.entry.js +2 -2
  117. package/dist/native/native.esm.js +1 -1
  118. package/dist/native/native.esm.js.map +1 -1
  119. package/dist/native/{p-60f027d4.entry.js → p-06f64d05.entry.js} +2 -2
  120. package/dist/native/{p-a8fe9493.entry.js → p-0aa0193b.entry.js} +2 -2
  121. package/dist/native/{p-95a054ed.entry.js → p-124a7067.entry.js} +2 -2
  122. package/dist/native/{p-ee23e820.entry.js → p-13d0ab5b.entry.js} +2 -2
  123. package/dist/native/{p-ee23e820.entry.js.map → p-13d0ab5b.entry.js.map} +1 -1
  124. package/dist/native/{p-3bb76528.entry.js → p-14c08510.entry.js} +2 -2
  125. package/dist/native/{p-ce6ff56c.entry.js → p-1ceee367.entry.js} +2 -2
  126. package/dist/native/p-29d482cd.entry.js +2 -0
  127. package/dist/native/{p-70c73c72.entry.js.map → p-29d482cd.entry.js.map} +1 -1
  128. package/dist/native/{p-3935c952.entry.js → p-43cd42ca.entry.js} +2 -2
  129. package/dist/native/{p-8d472724.entry.js → p-519e0f59.entry.js} +2 -2
  130. package/dist/native/{p-c749aafd.entry.js → p-617d6a09.entry.js} +2 -2
  131. package/dist/native/p-6f762ec2.entry.js +2 -0
  132. package/dist/native/{p-068965e9.entry.js.map → p-6f762ec2.entry.js.map} +1 -1
  133. package/dist/native/{p-1e575590.entry.js → p-71d6aad8.entry.js} +2 -2
  134. package/dist/native/{p-fd8ee23e.entry.js → p-7ce1b712.entry.js} +2 -2
  135. package/dist/native/p-80788ddf.js +2 -0
  136. package/dist/native/{p-5c0e7fda.entry.js → p-830ec54a.entry.js} +2 -2
  137. package/dist/native/{p-09d57171.entry.js → p-89accab1.entry.js} +2 -2
  138. package/dist/native/{p-1adc83f5.entry.js → p-8b65b16f.entry.js} +2 -2
  139. package/dist/native/{p-21bc1cf9.entry.js → p-b5e4a9e7.entry.js} +2 -2
  140. package/dist/native/{p-c3c9444e.entry.js → p-b8eb4c31.entry.js} +2 -2
  141. package/dist/native/p-b99aa075.entry.js +2 -0
  142. package/dist/native/{p-e4d12abd.entry.js → p-d5a8b6c4.entry.js} +2 -2
  143. package/dist/native/{p-006006b6.js → p-db2a68f3.js} +3 -3
  144. package/dist/native/p-db2a68f3.js.map +1 -0
  145. package/dist/native/{p-60679799.entry.js → p-f5acea50.entry.js} +2 -2
  146. package/dist/native/{p-f215822a.entry.js → p-f9aac71a.entry.js} +2 -2
  147. package/dist/native/{p-99e17032.entry.js → p-fb6f42b7.entry.js} +2 -2
  148. package/dist/types/components.d.ts +0 -287
  149. package/dist/vscode-data.json +3179 -0
  150. package/hydrate/index.js +33 -495
  151. package/hydrate/index.mjs +33 -495
  152. package/hydrate/package.json +1 -1
  153. package/package.json +3 -2
  154. package/postinstall.js +15 -0
  155. package/dist/cjs/index-b925c7f5.js.map +0 -1
  156. package/dist/cjs/nv-fielddropdownitemcheck.cjs.entry.js +0 -48
  157. package/dist/cjs/nv-fielddropdownitemcheck.cjs.entry.js.map +0 -1
  158. package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +0 -368
  159. package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +0 -1
  160. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.css +0 -12
  161. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.docs.js +0 -6
  162. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.docs.js.map +0 -1
  163. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +0 -190
  164. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js.map +0 -1
  165. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.css +0 -195
  166. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js +0 -169
  167. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js.map +0 -1
  168. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +0 -822
  169. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +0 -1
  170. package/dist/components/nv-fielddropdownitemcheck.d.ts +0 -11
  171. package/dist/components/nv-fielddropdownitemcheck.js +0 -8
  172. package/dist/components/nv-fielddropdownitemcheck.js.map +0 -1
  173. package/dist/components/nv-fieldmultiselect.d.ts +0 -11
  174. package/dist/components/nv-fieldmultiselect.js +0 -445
  175. package/dist/components/nv-fieldmultiselect.js.map +0 -1
  176. package/dist/components/p-1079b972.js +0 -125
  177. package/dist/components/p-1079b972.js.map +0 -1
  178. package/dist/components/p-c434f2e5.js.map +0 -1
  179. package/dist/components/p-dbbda3ac.js +0 -72
  180. package/dist/components/p-dbbda3ac.js.map +0 -1
  181. package/dist/esm/index-3762ddc4.js.map +0 -1
  182. package/dist/esm/nv-fielddropdownitemcheck.entry.js +0 -44
  183. package/dist/esm/nv-fielddropdownitemcheck.entry.js.map +0 -1
  184. package/dist/esm/nv-fieldmultiselect.entry.js +0 -364
  185. package/dist/esm/nv-fieldmultiselect.entry.js.map +0 -1
  186. package/dist/native/p-006006b6.js.map +0 -1
  187. package/dist/native/p-056455a2.entry.js +0 -2
  188. package/dist/native/p-068965e9.entry.js +0 -2
  189. package/dist/native/p-1392b30f.entry.js +0 -2
  190. package/dist/native/p-1392b30f.entry.js.map +0 -1
  191. package/dist/native/p-21cdc57d.entry.js +0 -2
  192. package/dist/native/p-21cdc57d.entry.js.map +0 -1
  193. package/dist/native/p-70c73c72.entry.js +0 -2
  194. package/dist/native/p-b0955577.js +0 -2
  195. package/dist/types/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.d.ts +0 -43
  196. package/dist/types/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.docs.d.ts +0 -4
  197. package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +0 -215
  198. package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.d.ts +0 -4
  199. /package/dist/native/{p-60f027d4.entry.js.map → p-06f64d05.entry.js.map} +0 -0
  200. /package/dist/native/{p-a8fe9493.entry.js.map → p-0aa0193b.entry.js.map} +0 -0
  201. /package/dist/native/{p-95a054ed.entry.js.map → p-124a7067.entry.js.map} +0 -0
  202. /package/dist/native/{p-3bb76528.entry.js.map → p-14c08510.entry.js.map} +0 -0
  203. /package/dist/native/{p-ce6ff56c.entry.js.map → p-1ceee367.entry.js.map} +0 -0
  204. /package/dist/native/{p-3935c952.entry.js.map → p-43cd42ca.entry.js.map} +0 -0
  205. /package/dist/native/{p-8d472724.entry.js.map → p-519e0f59.entry.js.map} +0 -0
  206. /package/dist/native/{p-c749aafd.entry.js.map → p-617d6a09.entry.js.map} +0 -0
  207. /package/dist/native/{p-1e575590.entry.js.map → p-71d6aad8.entry.js.map} +0 -0
  208. /package/dist/native/{p-fd8ee23e.entry.js.map → p-7ce1b712.entry.js.map} +0 -0
  209. /package/dist/native/{p-b0955577.js.map → p-80788ddf.js.map} +0 -0
  210. /package/dist/native/{p-5c0e7fda.entry.js.map → p-830ec54a.entry.js.map} +0 -0
  211. /package/dist/native/{p-09d57171.entry.js.map → p-89accab1.entry.js.map} +0 -0
  212. /package/dist/native/{p-1adc83f5.entry.js.map → p-8b65b16f.entry.js.map} +0 -0
  213. /package/dist/native/{p-21bc1cf9.entry.js.map → p-b5e4a9e7.entry.js.map} +0 -0
  214. /package/dist/native/{p-c3c9444e.entry.js.map → p-b8eb4c31.entry.js.map} +0 -0
  215. /package/dist/native/{p-056455a2.entry.js.map → p-b99aa075.entry.js.map} +0 -0
  216. /package/dist/native/{p-e4d12abd.entry.js.map → p-d5a8b6c4.entry.js.map} +0 -0
  217. /package/dist/native/{p-60679799.entry.js.map → p-f5acea50.entry.js.map} +0 -0
  218. /package/dist/native/{p-f215822a.entry.js.map → p-f9aac71a.entry.js.map} +0 -0
  219. /package/dist/native/{p-99e17032.entry.js.map → p-fb6f42b7.entry.js.map} +0 -0
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-12-11T13:52:21",
2
+ "timestamp": "2024-12-11T14:28:58",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.22.1",
@@ -1800,1047 +1800,9 @@
1800
1800
  }
1801
1801
  ],
1802
1802
  "parts": [],
1803
- "dependents": [
1804
- "nv-fielddropdownitemcheck"
1805
- ],
1806
- "dependencies": [],
1807
- "dependencyGraph": {
1808
- "nv-fielddropdownitemcheck": [
1809
- "nv-fieldcheckbox"
1810
- ]
1811
- }
1812
- },
1813
- {
1814
- "filePath": "src/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.tsx",
1815
- "encapsulation": "none",
1816
- "tag": "nv-fielddropdownitemcheck",
1817
- "readme": "# nv-fielddropdownitemcheck\n\n\n",
1818
- "docs": "",
1819
- "docsTags": [],
1820
- "usage": {},
1821
- "props": [
1822
- {
1823
- "name": "checked",
1824
- "type": "boolean",
1825
- "complexType": {
1826
- "original": "boolean",
1827
- "resolved": "boolean",
1828
- "references": {}
1829
- },
1830
- "mutable": true,
1831
- "attr": "checked",
1832
- "reflectToAttr": true,
1833
- "docs": "Indicates whether the checkbox is selected.",
1834
- "docsTags": [],
1835
- "default": "false",
1836
- "values": [
1837
- {
1838
- "type": "boolean"
1839
- }
1840
- ],
1841
- "optional": false,
1842
- "required": false
1843
- },
1844
- {
1845
- "name": "description",
1846
- "type": "string",
1847
- "complexType": {
1848
- "original": "string",
1849
- "resolved": "string",
1850
- "references": {}
1851
- },
1852
- "mutable": false,
1853
- "attr": "description",
1854
- "reflectToAttr": true,
1855
- "docs": "A description providing additional context or information about the\ncheckbox.",
1856
- "docsTags": [],
1857
- "values": [
1858
- {
1859
- "type": "string"
1860
- }
1861
- ],
1862
- "optional": true,
1863
- "required": false
1864
- },
1865
- {
1866
- "name": "disabled",
1867
- "type": "boolean",
1868
- "complexType": {
1869
- "original": "boolean",
1870
- "resolved": "boolean",
1871
- "references": {}
1872
- },
1873
- "mutable": false,
1874
- "attr": "disabled",
1875
- "reflectToAttr": true,
1876
- "docs": "Disables the item, preventing any user interaction.",
1877
- "docsTags": [],
1878
- "default": "false",
1879
- "values": [
1880
- {
1881
- "type": "boolean"
1882
- }
1883
- ],
1884
- "optional": false,
1885
- "required": false
1886
- },
1887
- {
1888
- "name": "group",
1889
- "type": "string",
1890
- "complexType": {
1891
- "original": "string",
1892
- "resolved": "string",
1893
- "references": {}
1894
- },
1895
- "mutable": false,
1896
- "attr": "group",
1897
- "reflectToAttr": true,
1898
- "docs": "The group this item belongs to, if applicable.",
1899
- "docsTags": [],
1900
- "values": [
1901
- {
1902
- "type": "string"
1903
- }
1904
- ],
1905
- "optional": true,
1906
- "required": false
1907
- },
1908
- {
1909
- "name": "label",
1910
- "type": "string",
1911
- "complexType": {
1912
- "original": "string",
1913
- "resolved": "string",
1914
- "references": {}
1915
- },
1916
- "mutable": false,
1917
- "attr": "label",
1918
- "reflectToAttr": true,
1919
- "docs": "The label displayed alongside the checkbox.",
1920
- "docsTags": [],
1921
- "values": [
1922
- {
1923
- "type": "string"
1924
- }
1925
- ],
1926
- "optional": true,
1927
- "required": false
1928
- },
1929
- {
1930
- "name": "value",
1931
- "type": "string",
1932
- "complexType": {
1933
- "original": "string",
1934
- "resolved": "string",
1935
- "references": {}
1936
- },
1937
- "mutable": false,
1938
- "attr": "value",
1939
- "reflectToAttr": true,
1940
- "docs": "The value associated with this item.",
1941
- "docsTags": [],
1942
- "values": [
1943
- {
1944
- "type": "string"
1945
- }
1946
- ],
1947
- "optional": true,
1948
- "required": false
1949
- }
1950
- ],
1951
- "methods": [],
1952
- "events": [
1953
- {
1954
- "event": "itemChecked",
1955
- "detail": "{ value: string; checked: boolean; group?: string; }",
1956
- "bubbles": true,
1957
- "complexType": {
1958
- "original": "{\n value: string | undefined;\n checked: boolean;\n group?: string | undefined;\n }",
1959
- "resolved": "{ value: string; checked: boolean; group?: string; }",
1960
- "references": {}
1961
- },
1962
- "cancelable": true,
1963
- "composed": true,
1964
- "docs": "Event emitted when the checkbox is toggled.\nIt provides details about the current state of the item.",
1965
- "docsTags": []
1966
- }
1967
- ],
1968
- "listeners": [],
1969
- "styles": [],
1970
- "slots": [],
1971
- "parts": [],
1972
- "dependents": [
1973
- "nv-fieldmultiselect"
1974
- ],
1975
- "dependencies": [
1976
- "nv-fieldcheckbox"
1977
- ],
1978
- "dependencyGraph": {
1979
- "nv-fielddropdownitemcheck": [
1980
- "nv-fieldcheckbox"
1981
- ],
1982
- "nv-fieldmultiselect": [
1983
- "nv-fielddropdownitemcheck"
1984
- ]
1985
- }
1986
- },
1987
- {
1988
- "filePath": "src/components/nv-fieldmultiselect/nv-fieldmultiselect.tsx",
1989
- "encapsulation": "none",
1990
- "tag": "nv-fieldmultiselect",
1991
- "readme": "# nv-fieldmultiselect\n\n\n",
1992
- "docs": "",
1993
- "docsTags": [
1994
- {
1995
- "name": "slot",
1996
- "text": "content - The content of the list."
1997
- },
1998
- {
1999
- "name": "slot",
2000
- "text": "leading-input - Content to be placed before the input text, within the input container."
2001
- },
2002
- {
2003
- "name": "slot",
2004
- "text": "before-input - Content to be placed before the input text, outside the input container."
2005
- },
2006
- {
2007
- "name": "slot",
2008
- "text": "after-input - Content to be placed after the input text, outside the input container."
2009
- },
2010
- {
2011
- "name": "slot",
2012
- "text": "label - Content to be placed as the label, will override the label prop."
2013
- },
2014
- {
2015
- "name": "slot",
2016
- "text": "description - Content to be placed as the description, will override the description prop."
2017
- },
2018
- {
2019
- "name": "slot",
2020
- "text": "error-description - Content to be placed as the error description, will override the errorDescription prop."
2021
- }
2022
- ],
2023
- "usage": {},
2024
- "props": [
2025
- {
2026
- "name": "autocomplete",
2027
- "type": "\"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\"",
2028
- "complexType": {
2029
- "original": "`${TextInputAutocomplete}`",
2030
- "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\"",
2031
- "references": {
2032
- "TextInputAutocomplete": {
2033
- "location": "import",
2034
- "path": "../../utils/constants",
2035
- "id": "src/utils/constants.ts::TextInputAutocomplete"
2036
- }
2037
- }
2038
- },
2039
- "mutable": false,
2040
- "attr": "autocomplete",
2041
- "reflectToAttr": true,
2042
- "docs": "The autocomplete prop helps users fill out the input field faster by\nsuggesting entries they’ve used before, like their email or address.\nYou can turn it on to make forms more convenient or off to ensure users\nalways type in fresh data.",
2043
- "docsTags": [],
2044
- "default": "'off'",
2045
- "values": [
2046
- {
2047
- "value": "on",
2048
- "type": "string"
2049
- },
2050
- {
2051
- "value": "off",
2052
- "type": "string"
2053
- },
2054
- {
2055
- "value": "section-*",
2056
- "type": "string"
2057
- },
2058
- {
2059
- "value": "shipping",
2060
- "type": "string"
2061
- },
2062
- {
2063
- "value": "billing",
2064
- "type": "string"
2065
- },
2066
- {
2067
- "value": "home",
2068
- "type": "string"
2069
- },
2070
- {
2071
- "value": "work",
2072
- "type": "string"
2073
- },
2074
- {
2075
- "value": "mobile",
2076
- "type": "string"
2077
- },
2078
- {
2079
- "value": "fax",
2080
- "type": "string"
2081
- },
2082
- {
2083
- "value": "pager",
2084
- "type": "string"
2085
- },
2086
- {
2087
- "value": "tel",
2088
- "type": "string"
2089
- },
2090
- {
2091
- "value": "tel-country-code",
2092
- "type": "string"
2093
- },
2094
- {
2095
- "value": "tel-national",
2096
- "type": "string"
2097
- },
2098
- {
2099
- "value": "tel-area-code",
2100
- "type": "string"
2101
- },
2102
- {
2103
- "value": "tel-local",
2104
- "type": "string"
2105
- },
2106
- {
2107
- "value": "tel-local-prefix",
2108
- "type": "string"
2109
- },
2110
- {
2111
- "value": "tel-local-suffix",
2112
- "type": "string"
2113
- },
2114
- {
2115
- "value": "tel-extension",
2116
- "type": "string"
2117
- },
2118
- {
2119
- "value": "email",
2120
- "type": "string"
2121
- },
2122
- {
2123
- "value": "impp",
2124
- "type": "string"
2125
- },
2126
- {
2127
- "value": "name",
2128
- "type": "string"
2129
- },
2130
- {
2131
- "value": "honorific-prefix",
2132
- "type": "string"
2133
- },
2134
- {
2135
- "value": "given-name",
2136
- "type": "string"
2137
- },
2138
- {
2139
- "value": "additional-name",
2140
- "type": "string"
2141
- },
2142
- {
2143
- "value": "family-name",
2144
- "type": "string"
2145
- },
2146
- {
2147
- "value": "honorific-suffix",
2148
- "type": "string"
2149
- },
2150
- {
2151
- "value": "nickname",
2152
- "type": "string"
2153
- },
2154
- {
2155
- "value": "username",
2156
- "type": "string"
2157
- },
2158
- {
2159
- "value": "new-password",
2160
- "type": "string"
2161
- },
2162
- {
2163
- "value": "current-password",
2164
- "type": "string"
2165
- },
2166
- {
2167
- "value": "one-time-code",
2168
- "type": "string"
2169
- },
2170
- {
2171
- "value": "organization-title",
2172
- "type": "string"
2173
- },
2174
- {
2175
- "value": "organization",
2176
- "type": "string"
2177
- },
2178
- {
2179
- "value": "street-address",
2180
- "type": "string"
2181
- },
2182
- {
2183
- "value": "address-line1",
2184
- "type": "string"
2185
- },
2186
- {
2187
- "value": "address-line2",
2188
- "type": "string"
2189
- },
2190
- {
2191
- "value": "address-line3",
2192
- "type": "string"
2193
- },
2194
- {
2195
- "value": "address-level4",
2196
- "type": "string"
2197
- },
2198
- {
2199
- "value": "address-level3",
2200
- "type": "string"
2201
- },
2202
- {
2203
- "value": "address-level2",
2204
- "type": "string"
2205
- },
2206
- {
2207
- "value": "address-level1",
2208
- "type": "string"
2209
- },
2210
- {
2211
- "value": "country",
2212
- "type": "string"
2213
- },
2214
- {
2215
- "value": "country-name",
2216
- "type": "string"
2217
- },
2218
- {
2219
- "value": "postal-code",
2220
- "type": "string"
2221
- },
2222
- {
2223
- "value": "cc-name",
2224
- "type": "string"
2225
- },
2226
- {
2227
- "value": "cc-given-name",
2228
- "type": "string"
2229
- },
2230
- {
2231
- "value": "cc-additional-name",
2232
- "type": "string"
2233
- },
2234
- {
2235
- "value": "cc-family-name",
2236
- "type": "string"
2237
- },
2238
- {
2239
- "value": "cc-number",
2240
- "type": "string"
2241
- },
2242
- {
2243
- "value": "cc-exp",
2244
- "type": "string"
2245
- },
2246
- {
2247
- "value": "cc-exp-month",
2248
- "type": "string"
2249
- },
2250
- {
2251
- "value": "cc-exp-year",
2252
- "type": "string"
2253
- },
2254
- {
2255
- "value": "cc-csc",
2256
- "type": "string"
2257
- },
2258
- {
2259
- "value": "cc-type",
2260
- "type": "string"
2261
- },
2262
- {
2263
- "value": "transaction-currency",
2264
- "type": "string"
2265
- },
2266
- {
2267
- "value": "transaction-amount",
2268
- "type": "string"
2269
- },
2270
- {
2271
- "value": "language",
2272
- "type": "string"
2273
- },
2274
- {
2275
- "value": "bday",
2276
- "type": "string"
2277
- },
2278
- {
2279
- "value": "bday-day",
2280
- "type": "string"
2281
- },
2282
- {
2283
- "value": "bday-month",
2284
- "type": "string"
2285
- },
2286
- {
2287
- "value": "bday-year",
2288
- "type": "string"
2289
- },
2290
- {
2291
- "value": "sex",
2292
- "type": "string"
2293
- },
2294
- {
2295
- "value": "url",
2296
- "type": "string"
2297
- },
2298
- {
2299
- "value": "photo",
2300
- "type": "string"
2301
- }
2302
- ],
2303
- "optional": false,
2304
- "required": false
2305
- },
2306
- {
2307
- "name": "badgeLabel",
2308
- "type": "string",
2309
- "complexType": {
2310
- "original": "string",
2311
- "resolved": "string",
2312
- "references": {}
2313
- },
2314
- "mutable": false,
2315
- "attr": "badge-label",
2316
- "reflectToAttr": true,
2317
- "docs": "Text for the badge showing the number of selected items.",
2318
- "docsTags": [],
2319
- "default": "'selected'",
2320
- "values": [
2321
- {
2322
- "type": "string"
2323
- }
2324
- ],
2325
- "optional": false,
2326
- "required": false
2327
- },
2328
- {
2329
- "name": "clearable",
2330
- "type": "boolean",
2331
- "complexType": {
2332
- "original": "boolean",
2333
- "resolved": "boolean",
2334
- "references": {}
2335
- },
2336
- "mutable": false,
2337
- "attr": "clearable",
2338
- "reflectToAttr": true,
2339
- "docs": "Enables a clear-all button for the selection.",
2340
- "docsTags": [],
2341
- "default": "false",
2342
- "values": [
2343
- {
2344
- "type": "boolean"
2345
- }
2346
- ],
2347
- "optional": false,
2348
- "required": false
2349
- },
2350
- {
2351
- "name": "description",
2352
- "type": "string",
2353
- "complexType": {
2354
- "original": "string",
2355
- "resolved": "string",
2356
- "references": {}
2357
- },
2358
- "mutable": false,
2359
- "attr": "description",
2360
- "reflectToAttr": true,
2361
- "docs": "Add helpful hints or extra information under the text input field. This is\nwhere you can clarify what users should enter or provide additional\ninstructions, making the form easier to fill out correctly.",
2362
- "docsTags": [],
2363
- "values": [
2364
- {
2365
- "type": "string"
2366
- }
2367
- ],
2368
- "optional": false,
2369
- "required": false
2370
- },
2371
- {
2372
- "name": "disabled",
2373
- "type": "boolean",
2374
- "complexType": {
2375
- "original": "boolean",
2376
- "resolved": "boolean",
2377
- "references": {}
2378
- },
2379
- "mutable": false,
2380
- "attr": "disabled",
2381
- "reflectToAttr": true,
2382
- "docs": "The disabled prop lets you turn off the input field so that users can’t\ntype in it. When disabled, the field is grayed out and won’t respond to\nclicks or touches.",
2383
- "docsTags": [],
2384
- "default": "false",
2385
- "values": [
2386
- {
2387
- "type": "boolean"
2388
- }
2389
- ],
2390
- "optional": false,
2391
- "required": false
2392
- },
2393
- {
2394
- "name": "emptyresult",
2395
- "type": "string",
2396
- "complexType": {
2397
- "original": "string",
2398
- "resolved": "string",
2399
- "references": {}
2400
- },
2401
- "mutable": false,
2402
- "attr": "emptyresult",
2403
- "reflectToAttr": true,
2404
- "docs": "The text to display when no items match the filter.",
2405
- "docsTags": [],
2406
- "default": "'No results found'",
2407
- "values": [
2408
- {
2409
- "type": "string"
2410
- }
2411
- ],
2412
- "optional": false,
2413
- "required": false
2414
- },
2415
- {
2416
- "name": "error",
2417
- "type": "boolean",
2418
- "complexType": {
2419
- "original": "boolean",
2420
- "resolved": "boolean",
2421
- "references": {}
2422
- },
2423
- "mutable": false,
2424
- "attr": "error",
2425
- "reflectToAttr": true,
2426
- "docs": "Alters the input field’s appearance to indicate an error, helping users\nidentify fields that need correction.",
2427
- "docsTags": [
2428
- {
2429
- "name": "validator",
2430
- "text": "error"
2431
- }
2432
- ],
2433
- "default": "false",
2434
- "values": [
2435
- {
2436
- "type": "boolean"
2437
- }
2438
- ],
2439
- "optional": false,
2440
- "required": false
2441
- },
2442
- {
2443
- "name": "errorDescription",
2444
- "type": "string",
2445
- "complexType": {
2446
- "original": "string",
2447
- "resolved": "string",
2448
- "references": {}
2449
- },
2450
- "mutable": false,
2451
- "attr": "error-description",
2452
- "reflectToAttr": true,
2453
- "docs": "A description that appears when there is an error related to the dropdown\nfield.",
2454
- "docsTags": [
2455
- {
2456
- "name": "validator",
2457
- "text": "message"
2458
- }
2459
- ],
2460
- "values": [
2461
- {
2462
- "type": "string"
2463
- }
2464
- ],
2465
- "optional": false,
2466
- "required": false
2467
- },
2468
- {
2469
- "name": "filterable",
2470
- "type": "boolean",
2471
- "complexType": {
2472
- "original": "boolean",
2473
- "resolved": "boolean",
2474
- "references": {}
2475
- },
2476
- "mutable": true,
2477
- "attr": "filterable",
2478
- "reflectToAttr": true,
2479
- "docs": "Enables or disables the filtering feature for the dropdown items.",
2480
- "docsTags": [],
2481
- "default": "false",
2482
- "values": [
2483
- {
2484
- "type": "boolean"
2485
- }
2486
- ],
2487
- "optional": false,
2488
- "required": false
2489
- },
2490
- {
2491
- "name": "inputId",
2492
- "type": "string",
2493
- "complexType": {
2494
- "original": "string",
2495
- "resolved": "string",
2496
- "references": {}
2497
- },
2498
- "mutable": false,
2499
- "attr": "input-id",
2500
- "reflectToAttr": true,
2501
- "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.",
2502
- "docsTags": [],
2503
- "default": "uuidv4()",
2504
- "values": [
2505
- {
2506
- "type": "string"
2507
- }
2508
- ],
2509
- "optional": false,
2510
- "required": false
2511
- },
2512
- {
2513
- "name": "label",
2514
- "type": "string",
2515
- "complexType": {
2516
- "original": "string",
2517
- "resolved": "string",
2518
- "references": {}
2519
- },
2520
- "mutable": false,
2521
- "attr": "label",
2522
- "reflectToAttr": true,
2523
- "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.",
2524
- "docsTags": [],
2525
- "values": [
2526
- {
2527
- "type": "string"
2528
- }
2529
- ],
2530
- "optional": false,
2531
- "required": false
2532
- },
2533
- {
2534
- "name": "maxHeight",
2535
- "type": "string",
2536
- "complexType": {
2537
- "original": "string",
2538
- "resolved": "string",
2539
- "references": {}
2540
- },
2541
- "mutable": false,
2542
- "attr": "max-height",
2543
- "reflectToAttr": true,
2544
- "docs": "Maximum height of the dropdown list when open.",
2545
- "docsTags": [],
2546
- "default": "'200px'",
2547
- "values": [
2548
- {
2549
- "type": "string"
2550
- }
2551
- ],
2552
- "optional": false,
2553
- "required": false
2554
- },
2555
- {
2556
- "name": "name",
2557
- "type": "string",
2558
- "complexType": {
2559
- "original": "string",
2560
- "resolved": "string",
2561
- "references": {}
2562
- },
2563
- "mutable": false,
2564
- "attr": "name",
2565
- "reflectToAttr": true,
2566
- "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.",
2567
- "docsTags": [],
2568
- "values": [
2569
- {
2570
- "type": "string"
2571
- }
2572
- ],
2573
- "optional": false,
2574
- "required": false
2575
- },
2576
- {
2577
- "name": "open",
2578
- "type": "boolean",
2579
- "complexType": {
2580
- "original": "boolean",
2581
- "resolved": "boolean",
2582
- "references": {}
2583
- },
2584
- "mutable": true,
2585
- "attr": "open",
2586
- "reflectToAttr": true,
2587
- "docs": "State of the dropdown popover.",
2588
- "docsTags": [],
2589
- "default": "false",
2590
- "values": [
2591
- {
2592
- "type": "boolean"
2593
- }
2594
- ],
2595
- "optional": false,
2596
- "required": false
2597
- },
2598
- {
2599
- "name": "options",
2600
- "type": "{ label: string; value: string; }[]",
2601
- "complexType": {
2602
- "original": "Array<{ label: string; value: string }>",
2603
- "resolved": "{ label: string; value: string; }[]",
2604
- "references": {
2605
- "Array": {
2606
- "location": "global",
2607
- "id": "global::Array"
2608
- }
2609
- }
2610
- },
2611
- "mutable": false,
2612
- "reflectToAttr": false,
2613
- "docs": "List of options available in the dropdown.",
2614
- "docsTags": [],
2615
- "default": "[]",
2616
- "values": [
2617
- {
2618
- "type": "{ label: string; value: string; }[]"
2619
- }
2620
- ],
2621
- "optional": false,
2622
- "required": false
2623
- },
2624
- {
2625
- "name": "placeholder",
2626
- "type": "string",
2627
- "complexType": {
2628
- "original": "string",
2629
- "resolved": "string",
2630
- "references": {}
2631
- },
2632
- "mutable": false,
2633
- "attr": "placeholder",
2634
- "reflectToAttr": true,
2635
- "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.",
2636
- "docsTags": [],
2637
- "values": [
2638
- {
2639
- "type": "string"
2640
- }
2641
- ],
2642
- "optional": false,
2643
- "required": false
2644
- },
2645
- {
2646
- "name": "readonly",
2647
- "type": "boolean",
2648
- "complexType": {
2649
- "original": "boolean",
2650
- "resolved": "boolean",
2651
- "references": {}
2652
- },
2653
- "mutable": false,
2654
- "attr": "readonly",
2655
- "reflectToAttr": true,
2656
- "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.",
2657
- "docsTags": [],
2658
- "default": "false",
2659
- "values": [
2660
- {
2661
- "type": "boolean"
2662
- }
2663
- ],
2664
- "optional": false,
2665
- "required": false
2666
- },
2667
- {
2668
- "name": "required",
2669
- "type": "boolean",
2670
- "complexType": {
2671
- "original": "boolean",
2672
- "resolved": "boolean",
2673
- "references": {}
2674
- },
2675
- "mutable": false,
2676
- "attr": "required",
2677
- "reflectToAttr": true,
2678
- "docs": "Marks the input field as required, ensuring that the user must fill it out\nbefore submitting the form.",
2679
- "docsTags": [],
2680
- "default": "false",
2681
- "values": [
2682
- {
2683
- "type": "boolean"
2684
- }
2685
- ],
2686
- "optional": false,
2687
- "required": false
2688
- },
2689
- {
2690
- "name": "value",
2691
- "type": "string",
2692
- "complexType": {
2693
- "original": "string",
2694
- "resolved": "string",
2695
- "references": {}
2696
- },
2697
- "mutable": true,
2698
- "attr": "value",
2699
- "reflectToAttr": true,
2700
- "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.",
2701
- "docsTags": [],
2702
- "values": [
2703
- {
2704
- "type": "string"
2705
- }
2706
- ],
2707
- "optional": false,
2708
- "required": false
2709
- }
2710
- ],
2711
- "methods": [
2712
- {
2713
- "name": "getFilterText",
2714
- "returns": {
2715
- "type": "Promise<string>",
2716
- "docs": "The filter text."
2717
- },
2718
- "complexType": {
2719
- "signature": "() => Promise<string>",
2720
- "parameters": [],
2721
- "references": {
2722
- "Promise": {
2723
- "location": "global",
2724
- "id": "global::Promise"
2725
- }
2726
- },
2727
- "return": "Promise<string>"
2728
- },
2729
- "signature": "getFilterText() => Promise<string>",
2730
- "parameters": [],
2731
- "docs": "Retrieves the current filter text entered by the user.",
2732
- "docsTags": [
2733
- {
2734
- "name": "returns",
2735
- "text": "The filter text."
2736
- }
2737
- ]
2738
- }
2739
- ],
2740
- "events": [
2741
- {
2742
- "event": "multiselectChange",
2743
- "detail": "string[]",
2744
- "bubbles": true,
2745
- "complexType": {
2746
- "original": "string[]",
2747
- "resolved": "string[]",
2748
- "references": {}
2749
- },
2750
- "cancelable": true,
2751
- "composed": true,
2752
- "docs": "Event emitted when the selection changes in the multiselect.\nEmits the current list of selected values.",
2753
- "docsTags": []
2754
- },
2755
- {
2756
- "event": "valueChanged",
2757
- "detail": "string",
2758
- "bubbles": true,
2759
- "complexType": {
2760
- "original": "string",
2761
- "resolved": "string",
2762
- "references": {}
2763
- },
2764
- "cancelable": true,
2765
- "composed": true,
2766
- "docs": "Emitted when the input value changes.",
2767
- "docsTags": [
2768
- {
2769
- "name": "bind",
2770
- "text": "value"
2771
- }
2772
- ]
2773
- }
2774
- ],
2775
- "listeners": [
2776
- {
2777
- "event": "openChanged",
2778
- "capture": false,
2779
- "passive": false
2780
- },
2781
- {
2782
- "event": "itemChecked",
2783
- "capture": false,
2784
- "passive": false
2785
- },
2786
- {
2787
- "event": "keydown",
2788
- "capture": false,
2789
- "passive": false
2790
- }
2791
- ],
2792
- "styles": [],
2793
- "slots": [
2794
- {
2795
- "name": "after-input",
2796
- "docs": "Content to be placed after the input text, outside the input container."
2797
- },
2798
- {
2799
- "name": "before-input",
2800
- "docs": "Content to be placed before the input text, outside the input container."
2801
- },
2802
- {
2803
- "name": "content",
2804
- "docs": "The content of the list."
2805
- },
2806
- {
2807
- "name": "description",
2808
- "docs": "Content to be placed as the description, will override the description prop."
2809
- },
2810
- {
2811
- "name": "error-description",
2812
- "docs": "Content to be placed as the error description, will override the errorDescription prop."
2813
- },
2814
- {
2815
- "name": "label",
2816
- "docs": "Content to be placed as the label, will override the label prop."
2817
- },
2818
- {
2819
- "name": "leading-input",
2820
- "docs": "Content to be placed before the input text, within the input container."
2821
- }
2822
- ],
2823
- "parts": [],
2824
1803
  "dependents": [],
2825
- "dependencies": [
2826
- "nv-fielddropdownitemcheck",
2827
- "nv-popover",
2828
- "nv-iconbutton"
2829
- ],
2830
- "dependencyGraph": {
2831
- "nv-fieldmultiselect": [
2832
- "nv-fielddropdownitemcheck",
2833
- "nv-popover",
2834
- "nv-iconbutton"
2835
- ],
2836
- "nv-fielddropdownitemcheck": [
2837
- "nv-fieldcheckbox"
2838
- ],
2839
- "nv-iconbutton": [
2840
- "nv-loader",
2841
- "nv-icon"
2842
- ]
2843
- }
1804
+ "dependencies": [],
1805
+ "dependencyGraph": {}
2844
1806
  },
2845
1807
  {
2846
1808
  "filePath": "src/components/nv-fieldnumber/nv-fieldnumber.tsx",
@@ -7156,7 +6118,6 @@
7156
6118
  ],
7157
6119
  "parts": [],
7158
6120
  "dependents": [
7159
- "nv-fieldmultiselect",
7160
6121
  "nv-fieldpassword"
7161
6122
  ],
7162
6123
  "dependencies": [
@@ -7168,9 +6129,6 @@
7168
6129
  "nv-loader",
7169
6130
  "nv-icon"
7170
6131
  ],
7171
- "nv-fieldmultiselect": [
7172
- "nv-iconbutton"
7173
- ],
7174
6132
  "nv-fieldpassword": [
7175
6133
  "nv-iconbutton"
7176
6134
  ]
@@ -9877,15 +8835,11 @@
9877
8835
  ],
9878
8836
  "parts": [],
9879
8837
  "dependents": [
9880
- "nv-fieldmultiselect",
9881
8838
  "nv-menu",
9882
8839
  "nv-tooltip"
9883
8840
  ],
9884
8841
  "dependencies": [],
9885
8842
  "dependencyGraph": {
9886
- "nv-fieldmultiselect": [
9887
- "nv-popover"
9888
- ],
9889
8843
  "nv-menu": [
9890
8844
  "nv-popover"
9891
8845
  ],