@nova-design-system/nova-webcomponents 3.0.0-beta.24 → 3.0.0-beta.27

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 (232) hide show
  1. package/dist/blazor-docs.json +971 -22
  2. package/dist/cjs/{app-globals-2ceecab2.js → app-globals-d8cbb987.js} +2 -2
  3. package/dist/cjs/app-globals-d8cbb987.js.map +1 -0
  4. package/dist/cjs/{index-5d1f2412.js → index-c50face0.js} +37 -17
  5. package/dist/cjs/index-c50face0.js.map +1 -0
  6. package/dist/cjs/loader.cjs.js +3 -3
  7. package/dist/cjs/native.cjs.js +4 -4
  8. package/dist/cjs/native.cjs.js.map +1 -1
  9. package/dist/cjs/nv-alert.cjs.entry.js +1 -1
  10. package/dist/cjs/nv-avatar.cjs.entry.js +1 -1
  11. package/dist/cjs/nv-badge.cjs.entry.js +1 -1
  12. package/dist/cjs/nv-base.cjs.entry.js +1 -1
  13. package/dist/cjs/nv-button.cjs.entry.js +1 -1
  14. package/dist/cjs/nv-col.cjs.entry.js +1 -1
  15. package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +1 -1
  16. package/dist/cjs/nv-fielddropdown.cjs.entry.js +367 -0
  17. package/dist/cjs/nv-fielddropdown.cjs.entry.js.map +1 -0
  18. package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +62 -0
  19. package/dist/cjs/nv-fielddropdownitem.cjs.entry.js.map +1 -0
  20. package/dist/cjs/nv-fieldnumber.cjs.entry.js +4 -4
  21. package/dist/cjs/nv-fieldpassword.cjs.entry.js +4 -4
  22. package/dist/cjs/nv-fieldradio.cjs.entry.js +4 -4
  23. package/dist/cjs/nv-fieldselect.cjs.entry.js +6 -6
  24. package/dist/cjs/nv-fieldtext.cjs.entry.js +4 -4
  25. package/dist/cjs/nv-fieldtextarea.cjs.entry.js +5 -5
  26. package/dist/cjs/nv-fieldtextarea.cjs.entry.js.map +1 -1
  27. package/dist/cjs/nv-fieldtoggle.cjs.entry.js +3 -3
  28. package/dist/cjs/nv-icon.cjs.entry.js +2 -2
  29. package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
  30. package/dist/cjs/nv-iconbutton.cjs.entry.js +2 -2
  31. package/dist/cjs/nv-loader.cjs.entry.js +2 -2
  32. package/dist/cjs/nv-menu.cjs.entry.js +2 -2
  33. package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
  34. package/dist/cjs/nv-popover.cjs.entry.js +2 -2
  35. package/dist/cjs/nv-row.cjs.entry.js +2 -2
  36. package/dist/cjs/nv-stack.cjs.entry.js +2 -2
  37. package/dist/cjs/nv-tooltip.cjs.entry.js +2 -2
  38. package/dist/collection/collection-manifest.json +3 -1
  39. package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.css +195 -0
  40. package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js +160 -0
  41. package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.docs.js.map +1 -0
  42. package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +751 -0
  43. package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js.map +1 -0
  44. package/dist/collection/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.js +2 -0
  45. package/dist/collection/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.js.map +1 -0
  46. package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.css +46 -0
  47. package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.docs.js +6 -0
  48. package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.docs.js.map +1 -0
  49. package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +160 -0
  50. package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js.map +1 -0
  51. package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +3 -3
  52. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +3 -3
  53. package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
  54. package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +5 -5
  55. package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +3 -3
  56. package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +7 -7
  57. package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js.map +1 -1
  58. package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.js +2 -2
  59. package/dist/collection/components/nv-icon/nv-icon.js +2 -2
  60. package/dist/collection/components/nv-icon/nv-icon.js.map +1 -1
  61. package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
  62. package/dist/collection/components/nv-loader/nv-loader.js +1 -1
  63. package/dist/collection/components/nv-menu/nv-menu.js +1 -1
  64. package/dist/collection/components/nv-popover/nv-popover.js +1 -1
  65. package/dist/collection/components/nv-row/nv-row.js +1 -1
  66. package/dist/collection/components/nv-stack/nv-stack.js +1 -1
  67. package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
  68. package/dist/components/index.js +3 -3
  69. package/dist/components/nv-alert.js +2 -2
  70. package/dist/components/nv-avatar.js +2 -2
  71. package/dist/components/nv-badge.js +2 -2
  72. package/dist/components/nv-base.js +1 -1
  73. package/dist/components/nv-button.js +2 -2
  74. package/dist/components/nv-col.js +1 -1
  75. package/dist/components/nv-fieldcheckbox.js +1 -1
  76. package/dist/components/nv-fielddropdown.d.ts +11 -0
  77. package/dist/components/nv-fielddropdown.js +434 -0
  78. package/dist/components/nv-fielddropdown.js.map +1 -0
  79. package/dist/components/nv-fielddropdownitem.d.ts +11 -0
  80. package/dist/components/nv-fielddropdownitem.js +8 -0
  81. package/dist/components/nv-fielddropdownitem.js.map +1 -0
  82. package/dist/components/nv-fieldnumber.js +5 -5
  83. package/dist/components/nv-fieldpassword.js +7 -7
  84. package/dist/components/nv-fieldradio.js +4 -4
  85. package/dist/components/nv-fieldselect.js +7 -7
  86. package/dist/components/nv-fieldtext.js +5 -5
  87. package/dist/components/nv-fieldtextarea.js +6 -6
  88. package/dist/components/nv-fieldtextarea.js.map +1 -1
  89. package/dist/components/nv-fieldtoggle.js +3 -3
  90. package/dist/components/nv-icon.js +1 -1
  91. package/dist/components/nv-iconbutton.js +1 -1
  92. package/dist/components/nv-loader.js +1 -1
  93. package/dist/components/nv-menu.js +3 -3
  94. package/dist/components/nv-menuitem.js +2 -2
  95. package/dist/components/nv-popover.js +1 -1
  96. package/dist/components/nv-row.js +2 -2
  97. package/dist/components/nv-stack.js +2 -2
  98. package/dist/components/nv-tooltip.js +3 -3
  99. package/dist/components/{p-8da6d9a3.js → p-69cc7819.js} +3 -3
  100. package/dist/components/{p-8da6d9a3.js.map → p-69cc7819.js.map} +1 -1
  101. package/dist/components/p-76eb28db.js +84 -0
  102. package/dist/components/p-76eb28db.js.map +1 -0
  103. package/dist/components/{p-d9a2aa08.js → p-9647924f.js} +5 -5
  104. package/dist/components/{p-d9a2aa08.js.map → p-9647924f.js.map} +1 -1
  105. package/dist/components/{p-137af295.js → p-9be1ebd4.js} +3 -3
  106. package/dist/components/{p-137af295.js.map → p-9be1ebd4.js.map} +1 -1
  107. package/dist/components/{p-50bd2808.js → p-ae6a0d80.js} +21 -7
  108. package/dist/components/p-ae6a0d80.js.map +1 -0
  109. package/dist/components/{p-632bedb8.js → p-d506ae63.js} +33 -19
  110. package/dist/components/p-d506ae63.js.map +1 -0
  111. package/dist/components/{p-c711fe67.js → p-ff97f99e.js} +4 -4
  112. package/dist/components/{p-c711fe67.js.map → p-ff97f99e.js.map} +1 -1
  113. package/dist/docs.json +961 -24
  114. package/dist/esm/{app-globals-df0a3c8d.js → app-globals-eea8674a.js} +2 -2
  115. package/dist/esm/app-globals-eea8674a.js.map +1 -0
  116. package/dist/esm/{index-179dfba2.js → index-e7b35c14.js} +37 -17
  117. package/dist/esm/index-e7b35c14.js.map +1 -0
  118. package/dist/esm/loader.js +4 -4
  119. package/dist/esm/native.js +5 -5
  120. package/dist/esm/native.js.map +1 -1
  121. package/dist/esm/nv-alert.entry.js +1 -1
  122. package/dist/esm/nv-avatar.entry.js +1 -1
  123. package/dist/esm/nv-badge.entry.js +1 -1
  124. package/dist/esm/nv-base.entry.js +1 -1
  125. package/dist/esm/nv-button.entry.js +1 -1
  126. package/dist/esm/nv-col.entry.js +1 -1
  127. package/dist/esm/nv-fieldcheckbox.entry.js +1 -1
  128. package/dist/esm/nv-fielddropdown.entry.js +363 -0
  129. package/dist/esm/nv-fielddropdown.entry.js.map +1 -0
  130. package/dist/esm/nv-fielddropdownitem.entry.js +58 -0
  131. package/dist/esm/nv-fielddropdownitem.entry.js.map +1 -0
  132. package/dist/esm/nv-fieldnumber.entry.js +4 -4
  133. package/dist/esm/nv-fieldpassword.entry.js +4 -4
  134. package/dist/esm/nv-fieldradio.entry.js +4 -4
  135. package/dist/esm/nv-fieldselect.entry.js +6 -6
  136. package/dist/esm/nv-fieldtext.entry.js +4 -4
  137. package/dist/esm/nv-fieldtextarea.entry.js +5 -5
  138. package/dist/esm/nv-fieldtextarea.entry.js.map +1 -1
  139. package/dist/esm/nv-fieldtoggle.entry.js +3 -3
  140. package/dist/esm/nv-icon.entry.js +2 -2
  141. package/dist/esm/nv-icon.entry.js.map +1 -1
  142. package/dist/esm/nv-iconbutton.entry.js +2 -2
  143. package/dist/esm/nv-loader.entry.js +2 -2
  144. package/dist/esm/nv-menu.entry.js +2 -2
  145. package/dist/esm/nv-menuitem.entry.js +1 -1
  146. package/dist/esm/nv-popover.entry.js +2 -2
  147. package/dist/esm/nv-row.entry.js +2 -2
  148. package/dist/esm/nv-stack.entry.js +2 -2
  149. package/dist/esm/nv-tooltip.entry.js +2 -2
  150. package/dist/native/native.css +1 -1
  151. package/dist/native/native.esm.js +1 -1
  152. package/dist/native/native.esm.js.map +1 -1
  153. package/dist/native/{p-617d6a09.entry.js → p-000749ae.entry.js} +2 -2
  154. package/dist/native/p-0d335326.entry.js +2 -0
  155. package/dist/native/{p-29d482cd.entry.js.map → p-0d335326.entry.js.map} +1 -1
  156. package/dist/native/{p-f5acea50.entry.js → p-1aaee302.entry.js} +2 -2
  157. package/dist/native/{p-1ceee367.entry.js → p-20ea1b61.entry.js} +2 -2
  158. package/dist/native/{p-89accab1.entry.js → p-23b20b80.entry.js} +2 -2
  159. package/dist/native/{p-f9aac71a.entry.js → p-25e1bc94.entry.js} +2 -2
  160. package/dist/native/{p-6f762ec2.entry.js → p-2fca31c0.entry.js} +2 -2
  161. package/dist/native/{p-7ce1b712.entry.js → p-330c929d.entry.js} +2 -2
  162. package/dist/native/{p-43cd42ca.entry.js → p-396b65bb.entry.js} +2 -2
  163. package/dist/native/{p-b8eb4c31.entry.js → p-4a43953f.entry.js} +2 -2
  164. package/dist/native/p-4b550f95.entry.js +2 -0
  165. package/dist/native/{p-b5e4a9e7.entry.js → p-4fae1b2c.entry.js} +2 -2
  166. package/dist/native/p-4fae1b2c.entry.js.map +1 -0
  167. package/dist/native/{p-06f64d05.entry.js → p-5172aa15.entry.js} +2 -2
  168. package/dist/native/{p-71d6aad8.entry.js → p-69ca8c88.entry.js} +2 -2
  169. package/dist/native/{p-8b65b16f.entry.js → p-71fbdb92.entry.js} +2 -2
  170. package/dist/native/{p-519e0f59.entry.js → p-89468485.entry.js} +2 -2
  171. package/dist/native/{p-fb6f42b7.entry.js → p-8de6396f.entry.js} +2 -2
  172. package/dist/native/{p-124a7067.entry.js → p-a016e4b6.entry.js} +2 -2
  173. package/dist/native/{p-0aa0193b.entry.js → p-a59ec107.entry.js} +2 -2
  174. package/dist/native/{p-dccf739a.entry.js → p-aeaa326f.entry.js} +2 -2
  175. package/dist/native/{p-dccf739a.entry.js.map → p-aeaa326f.entry.js.map} +1 -1
  176. package/dist/native/p-b4aea326.js +3 -0
  177. package/dist/native/p-b4aea326.js.map +1 -0
  178. package/dist/native/p-bb243eaf.entry.js +2 -0
  179. package/dist/native/p-bb243eaf.entry.js.map +1 -0
  180. package/dist/native/{p-d5a8b6c4.entry.js → p-c16a4fbe.entry.js} +2 -2
  181. package/dist/native/{p-14c08510.entry.js → p-d4e0b6e1.entry.js} +2 -2
  182. package/dist/native/p-d5c24d8f.entry.js +2 -0
  183. package/dist/native/p-d5c24d8f.entry.js.map +1 -0
  184. package/dist/native/{p-830ec54a.entry.js → p-ed893068.entry.js} +2 -2
  185. package/dist/native/p-eeb6a3dc.js +2 -0
  186. package/dist/native/p-eeb6a3dc.js.map +1 -0
  187. package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +185 -0
  188. package/dist/types/components/nv-fielddropdown/nv-fielddropdown.docs.d.ts +4 -0
  189. package/dist/types/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.d.ts +9 -0
  190. package/dist/types/components/nv-fielddropdownitem/nv-fielddropdownitem.d.ts +40 -0
  191. package/dist/types/components/nv-fielddropdownitem/nv-fielddropdownitem.docs.d.ts +4 -0
  192. package/dist/types/components/nv-fieldtextarea/nv-fieldtextarea.d.ts +2 -2
  193. package/dist/types/components.d.ts +241 -8
  194. package/dist/types/stencil-public-runtime.d.ts +2 -0
  195. package/hydrate/index.js +589 -113
  196. package/hydrate/index.mjs +589 -113
  197. package/hydrate/package.json +1 -1
  198. package/package.json +58 -2
  199. package/dist/cjs/app-globals-2ceecab2.js.map +0 -1
  200. package/dist/cjs/index-5d1f2412.js.map +0 -1
  201. package/dist/components/p-50bd2808.js.map +0 -1
  202. package/dist/components/p-632bedb8.js.map +0 -1
  203. package/dist/esm/app-globals-df0a3c8d.js.map +0 -1
  204. package/dist/esm/index-179dfba2.js.map +0 -1
  205. package/dist/native/p-29d482cd.entry.js +0 -2
  206. package/dist/native/p-80788ddf.js +0 -2
  207. package/dist/native/p-80788ddf.js.map +0 -1
  208. package/dist/native/p-b5e4a9e7.entry.js.map +0 -1
  209. package/dist/native/p-b99aa075.entry.js +0 -2
  210. package/dist/native/p-db2a68f3.js +0 -3
  211. package/dist/native/p-db2a68f3.js.map +0 -1
  212. package/dist/vscode-data.json +0 -3179
  213. /package/dist/native/{p-617d6a09.entry.js.map → p-000749ae.entry.js.map} +0 -0
  214. /package/dist/native/{p-f5acea50.entry.js.map → p-1aaee302.entry.js.map} +0 -0
  215. /package/dist/native/{p-1ceee367.entry.js.map → p-20ea1b61.entry.js.map} +0 -0
  216. /package/dist/native/{p-89accab1.entry.js.map → p-23b20b80.entry.js.map} +0 -0
  217. /package/dist/native/{p-f9aac71a.entry.js.map → p-25e1bc94.entry.js.map} +0 -0
  218. /package/dist/native/{p-6f762ec2.entry.js.map → p-2fca31c0.entry.js.map} +0 -0
  219. /package/dist/native/{p-7ce1b712.entry.js.map → p-330c929d.entry.js.map} +0 -0
  220. /package/dist/native/{p-43cd42ca.entry.js.map → p-396b65bb.entry.js.map} +0 -0
  221. /package/dist/native/{p-b8eb4c31.entry.js.map → p-4a43953f.entry.js.map} +0 -0
  222. /package/dist/native/{p-b99aa075.entry.js.map → p-4b550f95.entry.js.map} +0 -0
  223. /package/dist/native/{p-06f64d05.entry.js.map → p-5172aa15.entry.js.map} +0 -0
  224. /package/dist/native/{p-71d6aad8.entry.js.map → p-69ca8c88.entry.js.map} +0 -0
  225. /package/dist/native/{p-8b65b16f.entry.js.map → p-71fbdb92.entry.js.map} +0 -0
  226. /package/dist/native/{p-519e0f59.entry.js.map → p-89468485.entry.js.map} +0 -0
  227. /package/dist/native/{p-fb6f42b7.entry.js.map → p-8de6396f.entry.js.map} +0 -0
  228. /package/dist/native/{p-124a7067.entry.js.map → p-a016e4b6.entry.js.map} +0 -0
  229. /package/dist/native/{p-0aa0193b.entry.js.map → p-a59ec107.entry.js.map} +0 -0
  230. /package/dist/native/{p-d5a8b6c4.entry.js.map → p-c16a4fbe.entry.js.map} +0 -0
  231. /package/dist/native/{p-14c08510.entry.js.map → p-d4e0b6e1.entry.js.map} +0 -0
  232. /package/dist/native/{p-830ec54a.entry.js.map → p-ed893068.entry.js.map} +0 -0
@@ -1847,6 +1847,943 @@
1847
1847
  "hasValidations": false
1848
1848
  }
1849
1849
  },
1850
+ {
1851
+ "filePath": "src/components/nv-fielddropdown/nv-fielddropdown.tsx",
1852
+ "fileName": "nv-fielddropdown.tsx",
1853
+ "tag": "nv-fielddropdown",
1854
+ "readme": "# nv-fielddropdown\n\nThe 'nv-fielddropdown' is a form component that combines a text input field with a dropdown popover. It allows users to select an item from a list of options. Similar to a combobox, the dropdown can be filtered, and the selected item is displayed in the input field. The component can be used in forms, search bars, and more.\n\n",
1855
+ "overview": "",
1856
+ "usage": {},
1857
+ "docs": "The 'nv-fielddropdown' is a form component that combines a text input field with a dropdown popover. It allows users to select an item from a list of options. Similar to a combobox, the dropdown can be filtered, and the selected item is displayed in the input field. The component can be used in forms, search bars, and more.",
1858
+ "docsTags": [
1859
+ {
1860
+ "name": "slot",
1861
+ "text": "content - Use a <ul></ul> tag for the slot, and place <nv-dropdownitem> elements inside."
1862
+ },
1863
+ {
1864
+ "name": "slot",
1865
+ "text": "leading-input - Content to be placed before the input text, within the input container."
1866
+ },
1867
+ {
1868
+ "name": "slot",
1869
+ "text": "before-input - Content to be placed before the input text, outside the input container."
1870
+ },
1871
+ {
1872
+ "name": "slot",
1873
+ "text": "after-input - Content to be placed after the input text, outside the input container."
1874
+ },
1875
+ {
1876
+ "name": "slot",
1877
+ "text": "label - Content to be placed as the label, will override the label prop."
1878
+ },
1879
+ {
1880
+ "name": "slot",
1881
+ "text": "description - Content to be placed as the description, will override the description prop."
1882
+ },
1883
+ {
1884
+ "name": "slot",
1885
+ "text": "error-description - Content to be placed as the error description, will override the errorDescription prop."
1886
+ }
1887
+ ],
1888
+ "encapsulation": "none",
1889
+ "dependents": [],
1890
+ "dependencies": [
1891
+ "nv-fielddropdownitem",
1892
+ "nv-popover",
1893
+ "nv-iconbutton"
1894
+ ],
1895
+ "dependencyGraph": {
1896
+ "nv-fielddropdown": [
1897
+ "nv-fielddropdownitem",
1898
+ "nv-popover",
1899
+ "nv-iconbutton"
1900
+ ],
1901
+ "nv-fielddropdownitem": [
1902
+ "nv-icon"
1903
+ ],
1904
+ "nv-iconbutton": [
1905
+ "nv-loader",
1906
+ "nv-icon"
1907
+ ]
1908
+ },
1909
+ "props": [
1910
+ {
1911
+ "name": "autocomplete",
1912
+ "type": "enum",
1913
+ "complexType": {
1914
+ "original": "`${TextInputAutocomplete}`",
1915
+ "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\"",
1916
+ "references": {
1917
+ "TextInputAutocomplete": {
1918
+ "location": "import",
1919
+ "path": "../../utils/constants",
1920
+ "id": "src/utils/constants.ts::TextInputAutocomplete"
1921
+ }
1922
+ }
1923
+ },
1924
+ "mutable": false,
1925
+ "attr": "autocomplete",
1926
+ "reflectToAttr": true,
1927
+ "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.",
1928
+ "docsTags": [],
1929
+ "default": "'off'",
1930
+ "values": [
1931
+ {
1932
+ "value": "on",
1933
+ "type": "On"
1934
+ },
1935
+ {
1936
+ "value": "off",
1937
+ "type": "Off"
1938
+ },
1939
+ {
1940
+ "value": "section-*",
1941
+ "type": "Section"
1942
+ },
1943
+ {
1944
+ "value": "shipping",
1945
+ "type": "Shipping"
1946
+ },
1947
+ {
1948
+ "value": "billing",
1949
+ "type": "Billing"
1950
+ },
1951
+ {
1952
+ "value": "home",
1953
+ "type": "Home"
1954
+ },
1955
+ {
1956
+ "value": "work",
1957
+ "type": "Work"
1958
+ },
1959
+ {
1960
+ "value": "mobile",
1961
+ "type": "Mobile"
1962
+ },
1963
+ {
1964
+ "value": "fax",
1965
+ "type": "Fax"
1966
+ },
1967
+ {
1968
+ "value": "pager",
1969
+ "type": "Pager"
1970
+ },
1971
+ {
1972
+ "value": "tel",
1973
+ "type": "Tel"
1974
+ },
1975
+ {
1976
+ "value": "tel-country-code",
1977
+ "type": "TelCountryCode"
1978
+ },
1979
+ {
1980
+ "value": "tel-national",
1981
+ "type": "TelNational"
1982
+ },
1983
+ {
1984
+ "value": "tel-area-code",
1985
+ "type": "TelAreaCode"
1986
+ },
1987
+ {
1988
+ "value": "tel-local",
1989
+ "type": "TelLocal"
1990
+ },
1991
+ {
1992
+ "value": "tel-local-prefix",
1993
+ "type": "TelLocalPrefix"
1994
+ },
1995
+ {
1996
+ "value": "tel-local-suffix",
1997
+ "type": "TelLocalSuffix"
1998
+ },
1999
+ {
2000
+ "value": "tel-extension",
2001
+ "type": "TelExtension"
2002
+ },
2003
+ {
2004
+ "value": "email",
2005
+ "type": "Email"
2006
+ },
2007
+ {
2008
+ "value": "impp",
2009
+ "type": "Impp"
2010
+ },
2011
+ {
2012
+ "value": "name",
2013
+ "type": "Name"
2014
+ },
2015
+ {
2016
+ "value": "honorific-prefix",
2017
+ "type": "HonorificPrefix"
2018
+ },
2019
+ {
2020
+ "value": "given-name",
2021
+ "type": "GivenName"
2022
+ },
2023
+ {
2024
+ "value": "additional-name",
2025
+ "type": "AdditionalName"
2026
+ },
2027
+ {
2028
+ "value": "family-name",
2029
+ "type": "FamilyName"
2030
+ },
2031
+ {
2032
+ "value": "honorific-suffix",
2033
+ "type": "HonorificSuffix"
2034
+ },
2035
+ {
2036
+ "value": "nickname",
2037
+ "type": "Nickname"
2038
+ },
2039
+ {
2040
+ "value": "username",
2041
+ "type": "Username"
2042
+ },
2043
+ {
2044
+ "value": "new-password",
2045
+ "type": "NewPassword"
2046
+ },
2047
+ {
2048
+ "value": "current-password",
2049
+ "type": "CurrentPassword"
2050
+ },
2051
+ {
2052
+ "value": "one-time-code",
2053
+ "type": "OneTimeCode"
2054
+ },
2055
+ {
2056
+ "value": "organization-title",
2057
+ "type": "OrganizationTitle"
2058
+ },
2059
+ {
2060
+ "value": "organization",
2061
+ "type": "Organization"
2062
+ },
2063
+ {
2064
+ "value": "street-address",
2065
+ "type": "StreetAddress"
2066
+ },
2067
+ {
2068
+ "value": "address-line1",
2069
+ "type": "AddressLine1"
2070
+ },
2071
+ {
2072
+ "value": "address-line2",
2073
+ "type": "AddressLine2"
2074
+ },
2075
+ {
2076
+ "value": "address-line3",
2077
+ "type": "AddressLine3"
2078
+ },
2079
+ {
2080
+ "value": "address-level4",
2081
+ "type": "AddressLevel4"
2082
+ },
2083
+ {
2084
+ "value": "address-level3",
2085
+ "type": "AddressLevel3"
2086
+ },
2087
+ {
2088
+ "value": "address-level2",
2089
+ "type": "AddressLevel2"
2090
+ },
2091
+ {
2092
+ "value": "address-level1",
2093
+ "type": "AddressLevel1"
2094
+ },
2095
+ {
2096
+ "value": "country",
2097
+ "type": "Country"
2098
+ },
2099
+ {
2100
+ "value": "country-name",
2101
+ "type": "CountryName"
2102
+ },
2103
+ {
2104
+ "value": "postal-code",
2105
+ "type": "PostalCode"
2106
+ },
2107
+ {
2108
+ "value": "cc-name",
2109
+ "type": "CcName"
2110
+ },
2111
+ {
2112
+ "value": "cc-given-name",
2113
+ "type": "CcGivenName"
2114
+ },
2115
+ {
2116
+ "value": "cc-additional-name",
2117
+ "type": "CcAdditionalName"
2118
+ },
2119
+ {
2120
+ "value": "cc-family-name",
2121
+ "type": "CcFamilyName"
2122
+ },
2123
+ {
2124
+ "value": "cc-number",
2125
+ "type": "CcNumber"
2126
+ },
2127
+ {
2128
+ "value": "cc-exp",
2129
+ "type": "CcExp"
2130
+ },
2131
+ {
2132
+ "value": "cc-exp-month",
2133
+ "type": "CcExpMonth"
2134
+ },
2135
+ {
2136
+ "value": "cc-exp-year",
2137
+ "type": "CcExpYear"
2138
+ },
2139
+ {
2140
+ "value": "cc-csc",
2141
+ "type": "CcCsc"
2142
+ },
2143
+ {
2144
+ "value": "cc-type",
2145
+ "type": "CcType"
2146
+ },
2147
+ {
2148
+ "value": "transaction-currency",
2149
+ "type": "TransactionCurrency"
2150
+ },
2151
+ {
2152
+ "value": "transaction-amount",
2153
+ "type": "TransactionAmount"
2154
+ },
2155
+ {
2156
+ "value": "language",
2157
+ "type": "Language"
2158
+ },
2159
+ {
2160
+ "value": "bday",
2161
+ "type": "Bday"
2162
+ },
2163
+ {
2164
+ "value": "bday-day",
2165
+ "type": "BdayDay"
2166
+ },
2167
+ {
2168
+ "value": "bday-month",
2169
+ "type": "BdayMonth"
2170
+ },
2171
+ {
2172
+ "value": "bday-year",
2173
+ "type": "BdayYear"
2174
+ },
2175
+ {
2176
+ "value": "sex",
2177
+ "type": "Sex"
2178
+ },
2179
+ {
2180
+ "value": "url",
2181
+ "type": "Url"
2182
+ },
2183
+ {
2184
+ "value": "photo",
2185
+ "type": "Photo"
2186
+ }
2187
+ ],
2188
+ "optional": false,
2189
+ "required": false
2190
+ },
2191
+ {
2192
+ "name": "description",
2193
+ "type": "string",
2194
+ "complexType": {
2195
+ "original": "string",
2196
+ "resolved": "string",
2197
+ "references": {}
2198
+ },
2199
+ "mutable": false,
2200
+ "attr": "description",
2201
+ "reflectToAttr": true,
2202
+ "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.",
2203
+ "docsTags": [],
2204
+ "values": [
2205
+ {
2206
+ "type": "string"
2207
+ }
2208
+ ],
2209
+ "optional": false,
2210
+ "required": false
2211
+ },
2212
+ {
2213
+ "name": "disabled",
2214
+ "type": "bool",
2215
+ "complexType": {
2216
+ "original": "boolean",
2217
+ "resolved": "boolean",
2218
+ "references": {}
2219
+ },
2220
+ "mutable": false,
2221
+ "attr": "disabled",
2222
+ "reflectToAttr": true,
2223
+ "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.",
2224
+ "docsTags": [],
2225
+ "default": "false",
2226
+ "values": [
2227
+ {
2228
+ "type": "bool"
2229
+ }
2230
+ ],
2231
+ "optional": false,
2232
+ "required": false
2233
+ },
2234
+ {
2235
+ "name": "emptyresult",
2236
+ "type": "string",
2237
+ "complexType": {
2238
+ "original": "string",
2239
+ "resolved": "string",
2240
+ "references": {}
2241
+ },
2242
+ "mutable": false,
2243
+ "attr": "emptyresult",
2244
+ "reflectToAttr": true,
2245
+ "docs": "The text to display when no items match the filter.",
2246
+ "docsTags": [],
2247
+ "default": "'No results found'",
2248
+ "values": [
2249
+ {
2250
+ "type": "string"
2251
+ }
2252
+ ],
2253
+ "optional": false,
2254
+ "required": false
2255
+ },
2256
+ {
2257
+ "name": "error",
2258
+ "type": "bool",
2259
+ "complexType": {
2260
+ "original": "boolean",
2261
+ "resolved": "boolean",
2262
+ "references": {}
2263
+ },
2264
+ "mutable": false,
2265
+ "attr": "error",
2266
+ "reflectToAttr": true,
2267
+ "docs": "Alters the input field’s appearance to indicate an error, helping users\nidentify fields that need correction.",
2268
+ "docsTags": [
2269
+ {
2270
+ "name": "validator",
2271
+ "text": "error"
2272
+ }
2273
+ ],
2274
+ "default": "false",
2275
+ "values": [
2276
+ {
2277
+ "type": "bool"
2278
+ }
2279
+ ],
2280
+ "optional": false,
2281
+ "required": false
2282
+ },
2283
+ {
2284
+ "name": "errorDescription",
2285
+ "type": "string",
2286
+ "complexType": {
2287
+ "original": "string",
2288
+ "resolved": "string",
2289
+ "references": {}
2290
+ },
2291
+ "mutable": false,
2292
+ "attr": "error-description",
2293
+ "reflectToAttr": true,
2294
+ "docs": "A description that appears when there is an error related to the dropdown\nfield.",
2295
+ "docsTags": [
2296
+ {
2297
+ "name": "validator",
2298
+ "text": "message"
2299
+ }
2300
+ ],
2301
+ "values": [
2302
+ {
2303
+ "type": "string"
2304
+ }
2305
+ ],
2306
+ "optional": false,
2307
+ "required": false
2308
+ },
2309
+ {
2310
+ "name": "filterable",
2311
+ "type": "bool",
2312
+ "complexType": {
2313
+ "original": "boolean",
2314
+ "resolved": "boolean",
2315
+ "references": {}
2316
+ },
2317
+ "mutable": true,
2318
+ "attr": "filterable",
2319
+ "reflectToAttr": true,
2320
+ "docs": "Enables or disables the filtering feature for the dropdown items.",
2321
+ "docsTags": [],
2322
+ "default": "false",
2323
+ "values": [
2324
+ {
2325
+ "type": "bool"
2326
+ }
2327
+ ],
2328
+ "optional": false,
2329
+ "required": false
2330
+ },
2331
+ {
2332
+ "name": "inputId",
2333
+ "type": "string",
2334
+ "complexType": {
2335
+ "original": "string",
2336
+ "resolved": "string",
2337
+ "references": {}
2338
+ },
2339
+ "mutable": false,
2340
+ "attr": "input-id",
2341
+ "reflectToAttr": true,
2342
+ "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.",
2343
+ "docsTags": [],
2344
+ "default": "uuidv4()",
2345
+ "values": [
2346
+ {
2347
+ "type": "string"
2348
+ }
2349
+ ],
2350
+ "optional": false,
2351
+ "required": false
2352
+ },
2353
+ {
2354
+ "name": "label",
2355
+ "type": "string",
2356
+ "complexType": {
2357
+ "original": "string",
2358
+ "resolved": "string",
2359
+ "references": {}
2360
+ },
2361
+ "mutable": false,
2362
+ "attr": "label",
2363
+ "reflectToAttr": true,
2364
+ "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.",
2365
+ "docsTags": [],
2366
+ "values": [
2367
+ {
2368
+ "type": "string"
2369
+ }
2370
+ ],
2371
+ "optional": false,
2372
+ "required": false
2373
+ },
2374
+ {
2375
+ "name": "name",
2376
+ "type": "string",
2377
+ "complexType": {
2378
+ "original": "string",
2379
+ "resolved": "string",
2380
+ "references": {}
2381
+ },
2382
+ "mutable": false,
2383
+ "attr": "name",
2384
+ "reflectToAttr": true,
2385
+ "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.",
2386
+ "docsTags": [],
2387
+ "values": [
2388
+ {
2389
+ "type": "string"
2390
+ }
2391
+ ],
2392
+ "optional": false,
2393
+ "required": false
2394
+ },
2395
+ {
2396
+ "name": "open",
2397
+ "type": "bool",
2398
+ "complexType": {
2399
+ "original": "boolean",
2400
+ "resolved": "boolean",
2401
+ "references": {}
2402
+ },
2403
+ "mutable": true,
2404
+ "attr": "open",
2405
+ "reflectToAttr": true,
2406
+ "docs": "State of the dropdown popover.",
2407
+ "docsTags": [],
2408
+ "default": "false",
2409
+ "values": [
2410
+ {
2411
+ "type": "bool"
2412
+ }
2413
+ ],
2414
+ "optional": false,
2415
+ "required": false
2416
+ },
2417
+ {
2418
+ "name": "placeholder",
2419
+ "type": "string",
2420
+ "complexType": {
2421
+ "original": "string",
2422
+ "resolved": "string",
2423
+ "references": {}
2424
+ },
2425
+ "mutable": false,
2426
+ "attr": "placeholder",
2427
+ "reflectToAttr": true,
2428
+ "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.",
2429
+ "docsTags": [],
2430
+ "values": [
2431
+ {
2432
+ "type": "string"
2433
+ }
2434
+ ],
2435
+ "optional": false,
2436
+ "required": false
2437
+ },
2438
+ {
2439
+ "name": "readonly",
2440
+ "type": "bool",
2441
+ "complexType": {
2442
+ "original": "boolean",
2443
+ "resolved": "boolean",
2444
+ "references": {}
2445
+ },
2446
+ "mutable": false,
2447
+ "attr": "readonly",
2448
+ "reflectToAttr": true,
2449
+ "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.",
2450
+ "docsTags": [],
2451
+ "default": "false",
2452
+ "values": [
2453
+ {
2454
+ "type": "bool"
2455
+ }
2456
+ ],
2457
+ "optional": false,
2458
+ "required": false
2459
+ },
2460
+ {
2461
+ "name": "required",
2462
+ "type": "bool",
2463
+ "complexType": {
2464
+ "original": "boolean",
2465
+ "resolved": "boolean",
2466
+ "references": {}
2467
+ },
2468
+ "mutable": false,
2469
+ "attr": "required",
2470
+ "reflectToAttr": true,
2471
+ "docs": "Marks the input field as required, ensuring that the user must fill it out\nbefore submitting the form.",
2472
+ "docsTags": [],
2473
+ "default": "false",
2474
+ "values": [
2475
+ {
2476
+ "type": "bool"
2477
+ }
2478
+ ],
2479
+ "optional": false,
2480
+ "required": false
2481
+ },
2482
+ {
2483
+ "name": "value",
2484
+ "type": "string",
2485
+ "complexType": {
2486
+ "original": "string",
2487
+ "resolved": "string",
2488
+ "references": {}
2489
+ },
2490
+ "mutable": true,
2491
+ "attr": "value",
2492
+ "reflectToAttr": true,
2493
+ "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.",
2494
+ "docsTags": [],
2495
+ "values": [
2496
+ {
2497
+ "type": "string"
2498
+ }
2499
+ ],
2500
+ "optional": false,
2501
+ "required": false
2502
+ }
2503
+ ],
2504
+ "methods": [
2505
+ {
2506
+ "name": "getFilterText",
2507
+ "returns": {
2508
+ "type": "Promise<string>",
2509
+ "docs": "The filter text."
2510
+ },
2511
+ "complexType": {
2512
+ "signature": "() => Promise<string>",
2513
+ "parameters": [],
2514
+ "references": {
2515
+ "Promise": {
2516
+ "location": "global",
2517
+ "id": "global::Promise"
2518
+ }
2519
+ },
2520
+ "return": "Promise<string>"
2521
+ },
2522
+ "signature": "getFilterText() => Promise<string>",
2523
+ "parameters": [],
2524
+ "docs": "Retrieves the current filter text entered by the user.",
2525
+ "docsTags": [
2526
+ {
2527
+ "name": "returns",
2528
+ "text": "The filter text."
2529
+ }
2530
+ ]
2531
+ }
2532
+ ],
2533
+ "events": [
2534
+ {
2535
+ "event": "dropdownItemSelected",
2536
+ "detail": "DropdownItemSelectedEventDetail",
2537
+ "bubbles": true,
2538
+ "complexType": {
2539
+ "original": "DropdownItemSelectedEventDetail",
2540
+ "resolved": "DropdownItemSelectedEventDetail",
2541
+ "references": {
2542
+ "DropdownItemSelectedEventDetail": {
2543
+ "location": "import",
2544
+ "path": "../nv-fielddropdownitem/DropdownItemSelectedEventDetail",
2545
+ "id": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail"
2546
+ }
2547
+ }
2548
+ },
2549
+ "cancelable": true,
2550
+ "composed": true,
2551
+ "docs": "Event emitted when an item is selected.",
2552
+ "docsTags": [],
2553
+ "name": "DropdownItemSelectedEvent"
2554
+ },
2555
+ {
2556
+ "event": "valueChanged",
2557
+ "detail": "string",
2558
+ "bubbles": true,
2559
+ "complexType": {
2560
+ "original": "string",
2561
+ "resolved": "string",
2562
+ "references": {}
2563
+ },
2564
+ "cancelable": true,
2565
+ "composed": true,
2566
+ "docs": "Emitted when the input value changes.",
2567
+ "docsTags": [
2568
+ {
2569
+ "name": "bind",
2570
+ "text": "value"
2571
+ }
2572
+ ],
2573
+ "name": "ValueChanged"
2574
+ }
2575
+ ],
2576
+ "styles": [],
2577
+ "slots": [
2578
+ {
2579
+ "name": "after-input",
2580
+ "docs": "Content to be placed after the input text, outside the input container."
2581
+ },
2582
+ {
2583
+ "name": "before-input",
2584
+ "docs": "Content to be placed before the input text, outside the input container."
2585
+ },
2586
+ {
2587
+ "name": "content",
2588
+ "docs": "Use a <ul></ul> tag for the slot, and place <nv-dropdownitem> elements inside."
2589
+ },
2590
+ {
2591
+ "name": "description",
2592
+ "docs": "Content to be placed as the description, will override the description prop."
2593
+ },
2594
+ {
2595
+ "name": "error-description",
2596
+ "docs": "Content to be placed as the error description, will override the errorDescription prop."
2597
+ },
2598
+ {
2599
+ "name": "label",
2600
+ "docs": "Content to be placed as the label, will override the label prop."
2601
+ },
2602
+ {
2603
+ "name": "leading-input",
2604
+ "docs": "Content to be placed before the input text, within the input container."
2605
+ }
2606
+ ],
2607
+ "parts": [],
2608
+ "listeners": [
2609
+ {
2610
+ "event": "itemSelected",
2611
+ "capture": false,
2612
+ "passive": false
2613
+ },
2614
+ {
2615
+ "event": "openChanged",
2616
+ "capture": false,
2617
+ "passive": false
2618
+ },
2619
+ {
2620
+ "event": "keydown",
2621
+ "capture": false,
2622
+ "passive": false
2623
+ }
2624
+ ],
2625
+ "formAssociated": true,
2626
+ "formValidation": {
2627
+ "hasValidations": true,
2628
+ "errorProp": "error",
2629
+ "messageProp": "errorDescription"
2630
+ }
2631
+ },
2632
+ {
2633
+ "filePath": "src/components/nv-fielddropdownitem/nv-fielddropdownitem.tsx",
2634
+ "fileName": "nv-fielddropdownitem.tsx",
2635
+ "tag": "nv-fielddropdownitem",
2636
+ "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",
2637
+ "overview": "",
2638
+ "usage": {},
2639
+ "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.",
2640
+ "docsTags": [
2641
+ {
2642
+ "name": "slot",
2643
+ "text": "default - The content to be displayed inside the dropdown item."
2644
+ }
2645
+ ],
2646
+ "encapsulation": "none",
2647
+ "dependents": [
2648
+ "nv-fielddropdown"
2649
+ ],
2650
+ "dependencies": [
2651
+ "nv-icon"
2652
+ ],
2653
+ "dependencyGraph": {
2654
+ "nv-fielddropdownitem": [
2655
+ "nv-icon"
2656
+ ],
2657
+ "nv-fielddropdown": [
2658
+ "nv-fielddropdownitem"
2659
+ ]
2660
+ },
2661
+ "props": [
2662
+ {
2663
+ "name": "disabled",
2664
+ "type": "bool",
2665
+ "complexType": {
2666
+ "original": "boolean",
2667
+ "resolved": "boolean",
2668
+ "references": {}
2669
+ },
2670
+ "mutable": false,
2671
+ "attr": "disabled",
2672
+ "reflectToAttr": true,
2673
+ "docs": "Disables the item, preventing any user interaction.",
2674
+ "docsTags": [],
2675
+ "default": "false",
2676
+ "values": [
2677
+ {
2678
+ "type": "bool"
2679
+ }
2680
+ ],
2681
+ "optional": false,
2682
+ "required": false
2683
+ },
2684
+ {
2685
+ "name": "label",
2686
+ "type": "string",
2687
+ "complexType": {
2688
+ "original": "string",
2689
+ "resolved": "string",
2690
+ "references": {}
2691
+ },
2692
+ "mutable": false,
2693
+ "attr": "label",
2694
+ "reflectToAttr": true,
2695
+ "docs": "Label used as the value for the default layout.",
2696
+ "docsTags": [],
2697
+ "values": [
2698
+ {
2699
+ "type": "string"
2700
+ }
2701
+ ],
2702
+ "optional": true,
2703
+ "required": false
2704
+ },
2705
+ {
2706
+ "name": "selected",
2707
+ "type": "bool",
2708
+ "complexType": {
2709
+ "original": "boolean",
2710
+ "resolved": "boolean",
2711
+ "references": {}
2712
+ },
2713
+ "mutable": true,
2714
+ "attr": "selected",
2715
+ "reflectToAttr": true,
2716
+ "docs": "Indicates if the item is selected.",
2717
+ "docsTags": [],
2718
+ "default": "false",
2719
+ "values": [
2720
+ {
2721
+ "type": "bool"
2722
+ }
2723
+ ],
2724
+ "optional": false,
2725
+ "required": false
2726
+ },
2727
+ {
2728
+ "name": "value",
2729
+ "type": "string",
2730
+ "complexType": {
2731
+ "original": "string",
2732
+ "resolved": "string",
2733
+ "references": {}
2734
+ },
2735
+ "mutable": false,
2736
+ "attr": "value",
2737
+ "reflectToAttr": true,
2738
+ "docs": "Value associated with the item.",
2739
+ "docsTags": [],
2740
+ "values": [
2741
+ {
2742
+ "type": "string"
2743
+ }
2744
+ ],
2745
+ "optional": true,
2746
+ "required": false
2747
+ }
2748
+ ],
2749
+ "methods": [],
2750
+ "events": [
2751
+ {
2752
+ "event": "itemSelected",
2753
+ "detail": "DropdownItemSelectedEventDetail",
2754
+ "bubbles": true,
2755
+ "complexType": {
2756
+ "original": "DropdownItemSelectedEventDetail",
2757
+ "resolved": "DropdownItemSelectedEventDetail",
2758
+ "references": {
2759
+ "DropdownItemSelectedEventDetail": {
2760
+ "location": "import",
2761
+ "path": "./DropdownItemSelectedEventDetail",
2762
+ "id": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail"
2763
+ }
2764
+ }
2765
+ },
2766
+ "cancelable": true,
2767
+ "composed": true,
2768
+ "docs": "Event emitted when an item is clicked.",
2769
+ "docsTags": [],
2770
+ "name": "ItemSelectedEvent"
2771
+ }
2772
+ ],
2773
+ "styles": [],
2774
+ "slots": [
2775
+ {
2776
+ "name": "default",
2777
+ "docs": "The content to be displayed inside the dropdown item."
2778
+ }
2779
+ ],
2780
+ "parts": [],
2781
+ "listeners": [],
2782
+ "formAssociated": false,
2783
+ "formValidation": {
2784
+ "hasValidations": false
2785
+ }
2786
+ },
1850
2787
  {
1851
2788
  "filePath": "src/components/nv-fieldnumber/nv-fieldnumber.tsx",
1852
2789
  "fileName": "nv-fieldnumber.tsx",
@@ -4971,6 +5908,28 @@
4971
5908
  "optional": false,
4972
5909
  "required": false
4973
5910
  },
5911
+ {
5912
+ "name": "inputId",
5913
+ "type": "string",
5914
+ "complexType": {
5915
+ "original": "string",
5916
+ "resolved": "string",
5917
+ "references": {}
5918
+ },
5919
+ "mutable": false,
5920
+ "attr": "input-id",
5921
+ "reflectToAttr": true,
5922
+ "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.",
5923
+ "docsTags": [],
5924
+ "default": "uuidv4()",
5925
+ "values": [
5926
+ {
5927
+ "type": "string"
5928
+ }
5929
+ ],
5930
+ "optional": false,
5931
+ "required": false
5932
+ },
4974
5933
  {
4975
5934
  "name": "label",
4976
5935
  "type": "string",
@@ -5226,28 +6185,6 @@
5226
6185
  "optional": false,
5227
6186
  "required": false
5228
6187
  },
5229
- {
5230
- "name": "textareaId",
5231
- "type": "string",
5232
- "complexType": {
5233
- "original": "string",
5234
- "resolved": "string",
5235
- "references": {}
5236
- },
5237
- "mutable": false,
5238
- "attr": "textarea-id",
5239
- "reflectToAttr": true,
5240
- "docs": "Sets the ID for the textarea 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.",
5241
- "docsTags": [],
5242
- "default": "uuidv4()",
5243
- "values": [
5244
- {
5245
- "type": "string"
5246
- }
5247
- ],
5248
- "optional": false,
5249
- "required": false
5250
- },
5251
6188
  {
5252
6189
  "name": "validation",
5253
6190
  "type": "string",
@@ -5655,6 +6592,7 @@
5655
6592
  "nv-alert",
5656
6593
  "nv-avatar",
5657
6594
  "nv-badge",
6595
+ "nv-fielddropdownitem",
5658
6596
  "nv-fieldnumber",
5659
6597
  "nv-fieldpassword",
5660
6598
  "nv-fieldselect",
@@ -5673,6 +6611,9 @@
5673
6611
  "nv-badge": [
5674
6612
  "nv-icon"
5675
6613
  ],
6614
+ "nv-fielddropdownitem": [
6615
+ "nv-icon"
6616
+ ],
5676
6617
  "nv-fieldnumber": [
5677
6618
  "nv-icon"
5678
6619
  ],
@@ -5978,6 +6919,7 @@
5978
6919
  ],
5979
6920
  "encapsulation": "none",
5980
6921
  "dependents": [
6922
+ "nv-fielddropdown",
5981
6923
  "nv-fieldpassword"
5982
6924
  ],
5983
6925
  "dependencies": [
@@ -5989,6 +6931,9 @@
5989
6931
  "nv-loader",
5990
6932
  "nv-icon"
5991
6933
  ],
6934
+ "nv-fielddropdown": [
6935
+ "nv-iconbutton"
6936
+ ],
5992
6937
  "nv-fieldpassword": [
5993
6938
  "nv-iconbutton"
5994
6939
  ]
@@ -8570,11 +9515,15 @@
8570
9515
  ],
8571
9516
  "encapsulation": "none",
8572
9517
  "dependents": [
9518
+ "nv-fielddropdown",
8573
9519
  "nv-menu",
8574
9520
  "nv-tooltip"
8575
9521
  ],
8576
9522
  "dependencies": [],
8577
9523
  "dependencyGraph": {
9524
+ "nv-fielddropdown": [
9525
+ "nv-popover"
9526
+ ],
8578
9527
  "nv-menu": [
8579
9528
  "nv-popover"
8580
9529
  ],