@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
package/dist/docs.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "timestamp": "2024-12-18T09:31:28",
2
+ "timestamp": "2024-12-20T15:58:18",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
- "version": "4.22.1",
5
+ "version": "4.22.3",
6
6
  "typescriptVersion": "5.5.4"
7
7
  },
8
8
  "components": [
@@ -1804,6 +1804,926 @@
1804
1804
  "dependencies": [],
1805
1805
  "dependencyGraph": {}
1806
1806
  },
1807
+ {
1808
+ "filePath": "src/components/nv-fielddropdown/nv-fielddropdown.tsx",
1809
+ "encapsulation": "none",
1810
+ "tag": "nv-fielddropdown",
1811
+ "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",
1812
+ "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.",
1813
+ "docsTags": [
1814
+ {
1815
+ "name": "slot",
1816
+ "text": "content - Use a <ul></ul> tag for the slot, and place <nv-dropdownitem> elements inside."
1817
+ },
1818
+ {
1819
+ "name": "slot",
1820
+ "text": "leading-input - Content to be placed before the input text, within the input container."
1821
+ },
1822
+ {
1823
+ "name": "slot",
1824
+ "text": "before-input - Content to be placed before the input text, outside the input container."
1825
+ },
1826
+ {
1827
+ "name": "slot",
1828
+ "text": "after-input - Content to be placed after the input text, outside the input container."
1829
+ },
1830
+ {
1831
+ "name": "slot",
1832
+ "text": "label - Content to be placed as the label, will override the label prop."
1833
+ },
1834
+ {
1835
+ "name": "slot",
1836
+ "text": "description - Content to be placed as the description, will override the description prop."
1837
+ },
1838
+ {
1839
+ "name": "slot",
1840
+ "text": "error-description - Content to be placed as the error description, will override the errorDescription prop."
1841
+ }
1842
+ ],
1843
+ "usage": {},
1844
+ "props": [
1845
+ {
1846
+ "name": "autocomplete",
1847
+ "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\"",
1848
+ "complexType": {
1849
+ "original": "`${TextInputAutocomplete}`",
1850
+ "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\"",
1851
+ "references": {
1852
+ "TextInputAutocomplete": {
1853
+ "location": "import",
1854
+ "path": "../../utils/constants",
1855
+ "id": "src/utils/constants.ts::TextInputAutocomplete"
1856
+ }
1857
+ }
1858
+ },
1859
+ "mutable": false,
1860
+ "attr": "autocomplete",
1861
+ "reflectToAttr": true,
1862
+ "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.",
1863
+ "docsTags": [],
1864
+ "default": "'off'",
1865
+ "values": [
1866
+ {
1867
+ "value": "on",
1868
+ "type": "string"
1869
+ },
1870
+ {
1871
+ "value": "off",
1872
+ "type": "string"
1873
+ },
1874
+ {
1875
+ "value": "section-*",
1876
+ "type": "string"
1877
+ },
1878
+ {
1879
+ "value": "shipping",
1880
+ "type": "string"
1881
+ },
1882
+ {
1883
+ "value": "billing",
1884
+ "type": "string"
1885
+ },
1886
+ {
1887
+ "value": "home",
1888
+ "type": "string"
1889
+ },
1890
+ {
1891
+ "value": "work",
1892
+ "type": "string"
1893
+ },
1894
+ {
1895
+ "value": "mobile",
1896
+ "type": "string"
1897
+ },
1898
+ {
1899
+ "value": "fax",
1900
+ "type": "string"
1901
+ },
1902
+ {
1903
+ "value": "pager",
1904
+ "type": "string"
1905
+ },
1906
+ {
1907
+ "value": "tel",
1908
+ "type": "string"
1909
+ },
1910
+ {
1911
+ "value": "tel-country-code",
1912
+ "type": "string"
1913
+ },
1914
+ {
1915
+ "value": "tel-national",
1916
+ "type": "string"
1917
+ },
1918
+ {
1919
+ "value": "tel-area-code",
1920
+ "type": "string"
1921
+ },
1922
+ {
1923
+ "value": "tel-local",
1924
+ "type": "string"
1925
+ },
1926
+ {
1927
+ "value": "tel-local-prefix",
1928
+ "type": "string"
1929
+ },
1930
+ {
1931
+ "value": "tel-local-suffix",
1932
+ "type": "string"
1933
+ },
1934
+ {
1935
+ "value": "tel-extension",
1936
+ "type": "string"
1937
+ },
1938
+ {
1939
+ "value": "email",
1940
+ "type": "string"
1941
+ },
1942
+ {
1943
+ "value": "impp",
1944
+ "type": "string"
1945
+ },
1946
+ {
1947
+ "value": "name",
1948
+ "type": "string"
1949
+ },
1950
+ {
1951
+ "value": "honorific-prefix",
1952
+ "type": "string"
1953
+ },
1954
+ {
1955
+ "value": "given-name",
1956
+ "type": "string"
1957
+ },
1958
+ {
1959
+ "value": "additional-name",
1960
+ "type": "string"
1961
+ },
1962
+ {
1963
+ "value": "family-name",
1964
+ "type": "string"
1965
+ },
1966
+ {
1967
+ "value": "honorific-suffix",
1968
+ "type": "string"
1969
+ },
1970
+ {
1971
+ "value": "nickname",
1972
+ "type": "string"
1973
+ },
1974
+ {
1975
+ "value": "username",
1976
+ "type": "string"
1977
+ },
1978
+ {
1979
+ "value": "new-password",
1980
+ "type": "string"
1981
+ },
1982
+ {
1983
+ "value": "current-password",
1984
+ "type": "string"
1985
+ },
1986
+ {
1987
+ "value": "one-time-code",
1988
+ "type": "string"
1989
+ },
1990
+ {
1991
+ "value": "organization-title",
1992
+ "type": "string"
1993
+ },
1994
+ {
1995
+ "value": "organization",
1996
+ "type": "string"
1997
+ },
1998
+ {
1999
+ "value": "street-address",
2000
+ "type": "string"
2001
+ },
2002
+ {
2003
+ "value": "address-line1",
2004
+ "type": "string"
2005
+ },
2006
+ {
2007
+ "value": "address-line2",
2008
+ "type": "string"
2009
+ },
2010
+ {
2011
+ "value": "address-line3",
2012
+ "type": "string"
2013
+ },
2014
+ {
2015
+ "value": "address-level4",
2016
+ "type": "string"
2017
+ },
2018
+ {
2019
+ "value": "address-level3",
2020
+ "type": "string"
2021
+ },
2022
+ {
2023
+ "value": "address-level2",
2024
+ "type": "string"
2025
+ },
2026
+ {
2027
+ "value": "address-level1",
2028
+ "type": "string"
2029
+ },
2030
+ {
2031
+ "value": "country",
2032
+ "type": "string"
2033
+ },
2034
+ {
2035
+ "value": "country-name",
2036
+ "type": "string"
2037
+ },
2038
+ {
2039
+ "value": "postal-code",
2040
+ "type": "string"
2041
+ },
2042
+ {
2043
+ "value": "cc-name",
2044
+ "type": "string"
2045
+ },
2046
+ {
2047
+ "value": "cc-given-name",
2048
+ "type": "string"
2049
+ },
2050
+ {
2051
+ "value": "cc-additional-name",
2052
+ "type": "string"
2053
+ },
2054
+ {
2055
+ "value": "cc-family-name",
2056
+ "type": "string"
2057
+ },
2058
+ {
2059
+ "value": "cc-number",
2060
+ "type": "string"
2061
+ },
2062
+ {
2063
+ "value": "cc-exp",
2064
+ "type": "string"
2065
+ },
2066
+ {
2067
+ "value": "cc-exp-month",
2068
+ "type": "string"
2069
+ },
2070
+ {
2071
+ "value": "cc-exp-year",
2072
+ "type": "string"
2073
+ },
2074
+ {
2075
+ "value": "cc-csc",
2076
+ "type": "string"
2077
+ },
2078
+ {
2079
+ "value": "cc-type",
2080
+ "type": "string"
2081
+ },
2082
+ {
2083
+ "value": "transaction-currency",
2084
+ "type": "string"
2085
+ },
2086
+ {
2087
+ "value": "transaction-amount",
2088
+ "type": "string"
2089
+ },
2090
+ {
2091
+ "value": "language",
2092
+ "type": "string"
2093
+ },
2094
+ {
2095
+ "value": "bday",
2096
+ "type": "string"
2097
+ },
2098
+ {
2099
+ "value": "bday-day",
2100
+ "type": "string"
2101
+ },
2102
+ {
2103
+ "value": "bday-month",
2104
+ "type": "string"
2105
+ },
2106
+ {
2107
+ "value": "bday-year",
2108
+ "type": "string"
2109
+ },
2110
+ {
2111
+ "value": "sex",
2112
+ "type": "string"
2113
+ },
2114
+ {
2115
+ "value": "url",
2116
+ "type": "string"
2117
+ },
2118
+ {
2119
+ "value": "photo",
2120
+ "type": "string"
2121
+ }
2122
+ ],
2123
+ "optional": false,
2124
+ "required": false
2125
+ },
2126
+ {
2127
+ "name": "description",
2128
+ "type": "string",
2129
+ "complexType": {
2130
+ "original": "string",
2131
+ "resolved": "string",
2132
+ "references": {}
2133
+ },
2134
+ "mutable": false,
2135
+ "attr": "description",
2136
+ "reflectToAttr": true,
2137
+ "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.",
2138
+ "docsTags": [],
2139
+ "values": [
2140
+ {
2141
+ "type": "string"
2142
+ }
2143
+ ],
2144
+ "optional": false,
2145
+ "required": false
2146
+ },
2147
+ {
2148
+ "name": "disabled",
2149
+ "type": "boolean",
2150
+ "complexType": {
2151
+ "original": "boolean",
2152
+ "resolved": "boolean",
2153
+ "references": {}
2154
+ },
2155
+ "mutable": false,
2156
+ "attr": "disabled",
2157
+ "reflectToAttr": true,
2158
+ "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.",
2159
+ "docsTags": [],
2160
+ "default": "false",
2161
+ "values": [
2162
+ {
2163
+ "type": "boolean"
2164
+ }
2165
+ ],
2166
+ "optional": false,
2167
+ "required": false
2168
+ },
2169
+ {
2170
+ "name": "emptyresult",
2171
+ "type": "string",
2172
+ "complexType": {
2173
+ "original": "string",
2174
+ "resolved": "string",
2175
+ "references": {}
2176
+ },
2177
+ "mutable": false,
2178
+ "attr": "emptyresult",
2179
+ "reflectToAttr": true,
2180
+ "docs": "The text to display when no items match the filter.",
2181
+ "docsTags": [],
2182
+ "default": "'No results found'",
2183
+ "values": [
2184
+ {
2185
+ "type": "string"
2186
+ }
2187
+ ],
2188
+ "optional": false,
2189
+ "required": false
2190
+ },
2191
+ {
2192
+ "name": "error",
2193
+ "type": "boolean",
2194
+ "complexType": {
2195
+ "original": "boolean",
2196
+ "resolved": "boolean",
2197
+ "references": {}
2198
+ },
2199
+ "mutable": false,
2200
+ "attr": "error",
2201
+ "reflectToAttr": true,
2202
+ "docs": "Alters the input field’s appearance to indicate an error, helping users\nidentify fields that need correction.",
2203
+ "docsTags": [
2204
+ {
2205
+ "name": "validator",
2206
+ "text": "error"
2207
+ }
2208
+ ],
2209
+ "default": "false",
2210
+ "values": [
2211
+ {
2212
+ "type": "boolean"
2213
+ }
2214
+ ],
2215
+ "optional": false,
2216
+ "required": false
2217
+ },
2218
+ {
2219
+ "name": "errorDescription",
2220
+ "type": "string",
2221
+ "complexType": {
2222
+ "original": "string",
2223
+ "resolved": "string",
2224
+ "references": {}
2225
+ },
2226
+ "mutable": false,
2227
+ "attr": "error-description",
2228
+ "reflectToAttr": true,
2229
+ "docs": "A description that appears when there is an error related to the dropdown\nfield.",
2230
+ "docsTags": [
2231
+ {
2232
+ "name": "validator",
2233
+ "text": "message"
2234
+ }
2235
+ ],
2236
+ "values": [
2237
+ {
2238
+ "type": "string"
2239
+ }
2240
+ ],
2241
+ "optional": false,
2242
+ "required": false
2243
+ },
2244
+ {
2245
+ "name": "filterable",
2246
+ "type": "boolean",
2247
+ "complexType": {
2248
+ "original": "boolean",
2249
+ "resolved": "boolean",
2250
+ "references": {}
2251
+ },
2252
+ "mutable": true,
2253
+ "attr": "filterable",
2254
+ "reflectToAttr": true,
2255
+ "docs": "Enables or disables the filtering feature for the dropdown items.",
2256
+ "docsTags": [],
2257
+ "default": "false",
2258
+ "values": [
2259
+ {
2260
+ "type": "boolean"
2261
+ }
2262
+ ],
2263
+ "optional": false,
2264
+ "required": false
2265
+ },
2266
+ {
2267
+ "name": "inputId",
2268
+ "type": "string",
2269
+ "complexType": {
2270
+ "original": "string",
2271
+ "resolved": "string",
2272
+ "references": {}
2273
+ },
2274
+ "mutable": false,
2275
+ "attr": "input-id",
2276
+ "reflectToAttr": true,
2277
+ "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.",
2278
+ "docsTags": [],
2279
+ "default": "uuidv4()",
2280
+ "values": [
2281
+ {
2282
+ "type": "string"
2283
+ }
2284
+ ],
2285
+ "optional": false,
2286
+ "required": false
2287
+ },
2288
+ {
2289
+ "name": "label",
2290
+ "type": "string",
2291
+ "complexType": {
2292
+ "original": "string",
2293
+ "resolved": "string",
2294
+ "references": {}
2295
+ },
2296
+ "mutable": false,
2297
+ "attr": "label",
2298
+ "reflectToAttr": true,
2299
+ "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.",
2300
+ "docsTags": [],
2301
+ "values": [
2302
+ {
2303
+ "type": "string"
2304
+ }
2305
+ ],
2306
+ "optional": false,
2307
+ "required": false
2308
+ },
2309
+ {
2310
+ "name": "name",
2311
+ "type": "string",
2312
+ "complexType": {
2313
+ "original": "string",
2314
+ "resolved": "string",
2315
+ "references": {}
2316
+ },
2317
+ "mutable": false,
2318
+ "attr": "name",
2319
+ "reflectToAttr": true,
2320
+ "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.",
2321
+ "docsTags": [],
2322
+ "values": [
2323
+ {
2324
+ "type": "string"
2325
+ }
2326
+ ],
2327
+ "optional": false,
2328
+ "required": false
2329
+ },
2330
+ {
2331
+ "name": "open",
2332
+ "type": "boolean",
2333
+ "complexType": {
2334
+ "original": "boolean",
2335
+ "resolved": "boolean",
2336
+ "references": {}
2337
+ },
2338
+ "mutable": true,
2339
+ "attr": "open",
2340
+ "reflectToAttr": true,
2341
+ "docs": "State of the dropdown popover.",
2342
+ "docsTags": [],
2343
+ "default": "false",
2344
+ "values": [
2345
+ {
2346
+ "type": "boolean"
2347
+ }
2348
+ ],
2349
+ "optional": false,
2350
+ "required": false
2351
+ },
2352
+ {
2353
+ "name": "placeholder",
2354
+ "type": "string",
2355
+ "complexType": {
2356
+ "original": "string",
2357
+ "resolved": "string",
2358
+ "references": {}
2359
+ },
2360
+ "mutable": false,
2361
+ "attr": "placeholder",
2362
+ "reflectToAttr": true,
2363
+ "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.",
2364
+ "docsTags": [],
2365
+ "values": [
2366
+ {
2367
+ "type": "string"
2368
+ }
2369
+ ],
2370
+ "optional": false,
2371
+ "required": false
2372
+ },
2373
+ {
2374
+ "name": "readonly",
2375
+ "type": "boolean",
2376
+ "complexType": {
2377
+ "original": "boolean",
2378
+ "resolved": "boolean",
2379
+ "references": {}
2380
+ },
2381
+ "mutable": false,
2382
+ "attr": "readonly",
2383
+ "reflectToAttr": true,
2384
+ "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.",
2385
+ "docsTags": [],
2386
+ "default": "false",
2387
+ "values": [
2388
+ {
2389
+ "type": "boolean"
2390
+ }
2391
+ ],
2392
+ "optional": false,
2393
+ "required": false
2394
+ },
2395
+ {
2396
+ "name": "required",
2397
+ "type": "boolean",
2398
+ "complexType": {
2399
+ "original": "boolean",
2400
+ "resolved": "boolean",
2401
+ "references": {}
2402
+ },
2403
+ "mutable": false,
2404
+ "attr": "required",
2405
+ "reflectToAttr": true,
2406
+ "docs": "Marks the input field as required, ensuring that the user must fill it out\nbefore submitting the form.",
2407
+ "docsTags": [],
2408
+ "default": "false",
2409
+ "values": [
2410
+ {
2411
+ "type": "boolean"
2412
+ }
2413
+ ],
2414
+ "optional": false,
2415
+ "required": false
2416
+ },
2417
+ {
2418
+ "name": "value",
2419
+ "type": "string",
2420
+ "complexType": {
2421
+ "original": "string",
2422
+ "resolved": "string",
2423
+ "references": {}
2424
+ },
2425
+ "mutable": true,
2426
+ "attr": "value",
2427
+ "reflectToAttr": true,
2428
+ "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.",
2429
+ "docsTags": [],
2430
+ "values": [
2431
+ {
2432
+ "type": "string"
2433
+ }
2434
+ ],
2435
+ "optional": false,
2436
+ "required": false
2437
+ }
2438
+ ],
2439
+ "methods": [
2440
+ {
2441
+ "name": "getFilterText",
2442
+ "returns": {
2443
+ "type": "Promise<string>",
2444
+ "docs": "The filter text."
2445
+ },
2446
+ "complexType": {
2447
+ "signature": "() => Promise<string>",
2448
+ "parameters": [],
2449
+ "references": {
2450
+ "Promise": {
2451
+ "location": "global",
2452
+ "id": "global::Promise"
2453
+ }
2454
+ },
2455
+ "return": "Promise<string>"
2456
+ },
2457
+ "signature": "getFilterText() => Promise<string>",
2458
+ "parameters": [],
2459
+ "docs": "Retrieves the current filter text entered by the user.",
2460
+ "docsTags": [
2461
+ {
2462
+ "name": "returns",
2463
+ "text": "The filter text."
2464
+ }
2465
+ ]
2466
+ }
2467
+ ],
2468
+ "events": [
2469
+ {
2470
+ "event": "dropdownItemSelected",
2471
+ "detail": "DropdownItemSelectedEventDetail",
2472
+ "bubbles": true,
2473
+ "complexType": {
2474
+ "original": "DropdownItemSelectedEventDetail",
2475
+ "resolved": "DropdownItemSelectedEventDetail",
2476
+ "references": {
2477
+ "DropdownItemSelectedEventDetail": {
2478
+ "location": "import",
2479
+ "path": "../nv-fielddropdownitem/DropdownItemSelectedEventDetail",
2480
+ "id": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail"
2481
+ }
2482
+ }
2483
+ },
2484
+ "cancelable": true,
2485
+ "composed": true,
2486
+ "docs": "Event emitted when an item is selected.",
2487
+ "docsTags": []
2488
+ },
2489
+ {
2490
+ "event": "valueChanged",
2491
+ "detail": "string",
2492
+ "bubbles": true,
2493
+ "complexType": {
2494
+ "original": "string",
2495
+ "resolved": "string",
2496
+ "references": {}
2497
+ },
2498
+ "cancelable": true,
2499
+ "composed": true,
2500
+ "docs": "Emitted when the input value changes.",
2501
+ "docsTags": [
2502
+ {
2503
+ "name": "bind",
2504
+ "text": "value"
2505
+ }
2506
+ ]
2507
+ }
2508
+ ],
2509
+ "listeners": [
2510
+ {
2511
+ "event": "itemSelected",
2512
+ "capture": false,
2513
+ "passive": false
2514
+ },
2515
+ {
2516
+ "event": "openChanged",
2517
+ "capture": false,
2518
+ "passive": false
2519
+ },
2520
+ {
2521
+ "event": "keydown",
2522
+ "capture": false,
2523
+ "passive": false
2524
+ }
2525
+ ],
2526
+ "styles": [],
2527
+ "slots": [
2528
+ {
2529
+ "name": "after-input",
2530
+ "docs": "Content to be placed after the input text, outside the input container."
2531
+ },
2532
+ {
2533
+ "name": "before-input",
2534
+ "docs": "Content to be placed before the input text, outside the input container."
2535
+ },
2536
+ {
2537
+ "name": "content",
2538
+ "docs": "Use a <ul></ul> tag for the slot, and place <nv-dropdownitem> elements inside."
2539
+ },
2540
+ {
2541
+ "name": "description",
2542
+ "docs": "Content to be placed as the description, will override the description prop."
2543
+ },
2544
+ {
2545
+ "name": "error-description",
2546
+ "docs": "Content to be placed as the error description, will override the errorDescription prop."
2547
+ },
2548
+ {
2549
+ "name": "label",
2550
+ "docs": "Content to be placed as the label, will override the label prop."
2551
+ },
2552
+ {
2553
+ "name": "leading-input",
2554
+ "docs": "Content to be placed before the input text, within the input container."
2555
+ }
2556
+ ],
2557
+ "parts": [],
2558
+ "dependents": [],
2559
+ "dependencies": [
2560
+ "nv-fielddropdownitem",
2561
+ "nv-popover",
2562
+ "nv-iconbutton"
2563
+ ],
2564
+ "dependencyGraph": {
2565
+ "nv-fielddropdown": [
2566
+ "nv-fielddropdownitem",
2567
+ "nv-popover",
2568
+ "nv-iconbutton"
2569
+ ],
2570
+ "nv-fielddropdownitem": [
2571
+ "nv-icon"
2572
+ ],
2573
+ "nv-iconbutton": [
2574
+ "nv-loader",
2575
+ "nv-icon"
2576
+ ]
2577
+ }
2578
+ },
2579
+ {
2580
+ "filePath": "src/components/nv-fielddropdownitem/nv-fielddropdownitem.tsx",
2581
+ "encapsulation": "none",
2582
+ "tag": "nv-fielddropdownitem",
2583
+ "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",
2584
+ "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.",
2585
+ "docsTags": [
2586
+ {
2587
+ "name": "slot",
2588
+ "text": "default - The content to be displayed inside the dropdown item."
2589
+ }
2590
+ ],
2591
+ "usage": {},
2592
+ "props": [
2593
+ {
2594
+ "name": "disabled",
2595
+ "type": "boolean",
2596
+ "complexType": {
2597
+ "original": "boolean",
2598
+ "resolved": "boolean",
2599
+ "references": {}
2600
+ },
2601
+ "mutable": false,
2602
+ "attr": "disabled",
2603
+ "reflectToAttr": true,
2604
+ "docs": "Disables the item, preventing any user interaction.",
2605
+ "docsTags": [],
2606
+ "default": "false",
2607
+ "values": [
2608
+ {
2609
+ "type": "boolean"
2610
+ }
2611
+ ],
2612
+ "optional": false,
2613
+ "required": false
2614
+ },
2615
+ {
2616
+ "name": "label",
2617
+ "type": "string",
2618
+ "complexType": {
2619
+ "original": "string",
2620
+ "resolved": "string",
2621
+ "references": {}
2622
+ },
2623
+ "mutable": false,
2624
+ "attr": "label",
2625
+ "reflectToAttr": true,
2626
+ "docs": "Label used as the value for the default layout.",
2627
+ "docsTags": [],
2628
+ "values": [
2629
+ {
2630
+ "type": "string"
2631
+ }
2632
+ ],
2633
+ "optional": true,
2634
+ "required": false
2635
+ },
2636
+ {
2637
+ "name": "selected",
2638
+ "type": "boolean",
2639
+ "complexType": {
2640
+ "original": "boolean",
2641
+ "resolved": "boolean",
2642
+ "references": {}
2643
+ },
2644
+ "mutable": true,
2645
+ "attr": "selected",
2646
+ "reflectToAttr": true,
2647
+ "docs": "Indicates if the item is selected.",
2648
+ "docsTags": [],
2649
+ "default": "false",
2650
+ "values": [
2651
+ {
2652
+ "type": "boolean"
2653
+ }
2654
+ ],
2655
+ "optional": false,
2656
+ "required": false
2657
+ },
2658
+ {
2659
+ "name": "value",
2660
+ "type": "string",
2661
+ "complexType": {
2662
+ "original": "string",
2663
+ "resolved": "string",
2664
+ "references": {}
2665
+ },
2666
+ "mutable": false,
2667
+ "attr": "value",
2668
+ "reflectToAttr": true,
2669
+ "docs": "Value associated with the item.",
2670
+ "docsTags": [],
2671
+ "values": [
2672
+ {
2673
+ "type": "string"
2674
+ }
2675
+ ],
2676
+ "optional": true,
2677
+ "required": false
2678
+ }
2679
+ ],
2680
+ "methods": [],
2681
+ "events": [
2682
+ {
2683
+ "event": "itemSelected",
2684
+ "detail": "DropdownItemSelectedEventDetail",
2685
+ "bubbles": true,
2686
+ "complexType": {
2687
+ "original": "DropdownItemSelectedEventDetail",
2688
+ "resolved": "DropdownItemSelectedEventDetail",
2689
+ "references": {
2690
+ "DropdownItemSelectedEventDetail": {
2691
+ "location": "import",
2692
+ "path": "./DropdownItemSelectedEventDetail",
2693
+ "id": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail"
2694
+ }
2695
+ }
2696
+ },
2697
+ "cancelable": true,
2698
+ "composed": true,
2699
+ "docs": "Event emitted when an item is clicked.",
2700
+ "docsTags": []
2701
+ }
2702
+ ],
2703
+ "listeners": [],
2704
+ "styles": [],
2705
+ "slots": [
2706
+ {
2707
+ "name": "default",
2708
+ "docs": "The content to be displayed inside the dropdown item."
2709
+ }
2710
+ ],
2711
+ "parts": [],
2712
+ "dependents": [
2713
+ "nv-fielddropdown"
2714
+ ],
2715
+ "dependencies": [
2716
+ "nv-icon"
2717
+ ],
2718
+ "dependencyGraph": {
2719
+ "nv-fielddropdownitem": [
2720
+ "nv-icon"
2721
+ ],
2722
+ "nv-fielddropdown": [
2723
+ "nv-fielddropdownitem"
2724
+ ]
2725
+ }
2726
+ },
1807
2727
  {
1808
2728
  "filePath": "src/components/nv-fieldnumber/nv-fieldnumber.tsx",
1809
2729
  "encapsulation": "none",
@@ -4878,6 +5798,28 @@
4878
5798
  "optional": false,
4879
5799
  "required": false
4880
5800
  },
5801
+ {
5802
+ "name": "inputId",
5803
+ "type": "string",
5804
+ "complexType": {
5805
+ "original": "string",
5806
+ "resolved": "string",
5807
+ "references": {}
5808
+ },
5809
+ "mutable": false,
5810
+ "attr": "input-id",
5811
+ "reflectToAttr": true,
5812
+ "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.",
5813
+ "docsTags": [],
5814
+ "default": "uuidv4()",
5815
+ "values": [
5816
+ {
5817
+ "type": "string"
5818
+ }
5819
+ ],
5820
+ "optional": false,
5821
+ "required": false
5822
+ },
4881
5823
  {
4882
5824
  "name": "label",
4883
5825
  "type": "string",
@@ -5133,28 +6075,6 @@
5133
6075
  "optional": false,
5134
6076
  "required": false
5135
6077
  },
5136
- {
5137
- "name": "textareaId",
5138
- "type": "string",
5139
- "complexType": {
5140
- "original": "string",
5141
- "resolved": "string",
5142
- "references": {}
5143
- },
5144
- "mutable": false,
5145
- "attr": "textarea-id",
5146
- "reflectToAttr": true,
5147
- "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.",
5148
- "docsTags": [],
5149
- "default": "uuidv4()",
5150
- "values": [
5151
- {
5152
- "type": "string"
5153
- }
5154
- ],
5155
- "optional": false,
5156
- "required": false
5157
- },
5158
6078
  {
5159
6079
  "name": "validation",
5160
6080
  "type": "string",
@@ -5814,6 +6734,7 @@
5814
6734
  "nv-alert",
5815
6735
  "nv-avatar",
5816
6736
  "nv-badge",
6737
+ "nv-fielddropdownitem",
5817
6738
  "nv-fieldnumber",
5818
6739
  "nv-fieldpassword",
5819
6740
  "nv-fieldselect",
@@ -5832,6 +6753,9 @@
5832
6753
  "nv-badge": [
5833
6754
  "nv-icon"
5834
6755
  ],
6756
+ "nv-fielddropdownitem": [
6757
+ "nv-icon"
6758
+ ],
5835
6759
  "nv-fieldnumber": [
5836
6760
  "nv-icon"
5837
6761
  ],
@@ -6118,6 +7042,7 @@
6118
7042
  ],
6119
7043
  "parts": [],
6120
7044
  "dependents": [
7045
+ "nv-fielddropdown",
6121
7046
  "nv-fieldpassword"
6122
7047
  ],
6123
7048
  "dependencies": [
@@ -6129,6 +7054,9 @@
6129
7054
  "nv-loader",
6130
7055
  "nv-icon"
6131
7056
  ],
7057
+ "nv-fielddropdown": [
7058
+ "nv-iconbutton"
7059
+ ],
6132
7060
  "nv-fieldpassword": [
6133
7061
  "nv-iconbutton"
6134
7062
  ]
@@ -8835,11 +9763,15 @@
8835
9763
  ],
8836
9764
  "parts": [],
8837
9765
  "dependents": [
9766
+ "nv-fielddropdown",
8838
9767
  "nv-menu",
8839
9768
  "nv-tooltip"
8840
9769
  ],
8841
9770
  "dependencies": [],
8842
9771
  "dependencyGraph": {
9772
+ "nv-fielddropdown": [
9773
+ "nv-popover"
9774
+ ],
8843
9775
  "nv-menu": [
8844
9776
  "nv-popover"
8845
9777
  ],
@@ -9225,6 +10157,11 @@
9225
10157
  "docstring": "",
9226
10158
  "path": "src/utils/constants.ts"
9227
10159
  },
10160
+ "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx::DropdownItemSelectedEventDetail": {
10161
+ "declaration": "export interface DropdownItemSelectedEventDetail {\n label?: string;\n value: string;\n selected: boolean;\n disabled: boolean;\n}",
10162
+ "docstring": "Interface for the event emitted by the dropdown item.",
10163
+ "path": "src/components/nv-fielddropdownitem/DropdownItemSelectedEventDetail.tsx"
10164
+ },
9228
10165
  "src/utils/constants.ts::LoaderColors": {
9229
10166
  "declaration": "export enum LoaderColors {\n High = 'brand',\n Low = 'white',\n}",
9230
10167
  "docstring": "",