@nova-design-system/nova-webcomponents 3.0.0-beta.44 → 3.0.0-beta.45

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 (323) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/native.cjs.js +1 -1
  3. package/dist/cjs/nv-badge_2.cjs.entry.js +5 -4
  4. package/dist/cjs/nv-badge_2.cjs.entry.js.map +1 -1
  5. package/dist/cjs/nv-base.cjs.entry.js +1 -1
  6. package/dist/cjs/nv-breadcrumb.cjs.entry.js +2 -2
  7. package/dist/cjs/nv-breadcrumb.cjs.entry.js.map +1 -1
  8. package/dist/cjs/nv-breadcrumbs.cjs.entry.js +1 -1
  9. package/dist/cjs/nv-button.cjs.entry.js +5 -3
  10. package/dist/cjs/nv-button.cjs.entry.js.map +1 -1
  11. package/dist/cjs/nv-calendar.cjs.entry.js +1 -1
  12. package/dist/cjs/nv-col.cjs.entry.js +1 -1
  13. package/dist/cjs/nv-datagrid.cjs.entry.js +30 -3
  14. package/dist/cjs/nv-datagrid.cjs.entry.js.map +1 -1
  15. package/dist/cjs/nv-datagridcolumn.cjs.entry.js +1 -1
  16. package/dist/cjs/nv-dialog.cjs.entry.js +16 -12
  17. package/dist/cjs/nv-dialog.cjs.entry.js.map +1 -1
  18. package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +2 -2
  19. package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +5 -5
  20. package/dist/cjs/nv-fieldcheckbox.cjs.entry.js.map +1 -1
  21. package/dist/cjs/nv-fielddate.cjs.entry.js +5 -5
  22. package/dist/cjs/nv-fielddaterange.cjs.entry.js +4 -4
  23. package/dist/cjs/nv-fielddropdown.cjs.entry.js +3 -3
  24. package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +1 -1
  25. package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +6 -48
  26. package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -1
  27. package/dist/cjs/nv-fieldnumber.cjs.entry.js +3 -3
  28. package/dist/cjs/nv-fieldpassword.cjs.entry.js +3 -3
  29. package/dist/cjs/nv-fieldradio.cjs.entry.js +3 -3
  30. package/dist/cjs/nv-fieldselect.cjs.entry.js +5 -5
  31. package/dist/cjs/nv-fieldtext.cjs.entry.js +3 -3
  32. package/dist/cjs/nv-fieldtextarea.cjs.entry.js +3 -3
  33. package/dist/cjs/nv-fieldtime.cjs.entry.js +9 -9
  34. package/dist/cjs/nv-icon.cjs.entry.js +1 -1
  35. package/dist/cjs/nv-iconbutton_2.cjs.entry.js +2 -2
  36. package/dist/cjs/nv-menu.cjs.entry.js +1 -1
  37. package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
  38. package/dist/cjs/nv-popover.cjs.entry.js +11 -9
  39. package/dist/cjs/nv-popover.cjs.entry.js.map +1 -1
  40. package/dist/cjs/nv-row.cjs.entry.js +1 -1
  41. package/dist/cjs/nv-stack.cjs.entry.js +1 -1
  42. package/dist/cjs/nv-table.cjs.entry.js +2 -2
  43. package/dist/cjs/nv-toggle.cjs.entry.js +3 -3
  44. package/dist/cjs/nv-toggle.cjs.entry.js.map +1 -1
  45. package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
  46. package/dist/collection/components/nv-badge/nv-badge.css +11 -0
  47. package/dist/collection/components/nv-badge/nv-badge.js +3 -3
  48. package/dist/collection/components/nv-badge/nv-badge.js.map +1 -1
  49. package/dist/collection/components/nv-base/nv-base.js +1 -1
  50. package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.css +11 -0
  51. package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.js +1 -1
  52. package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.js +1 -1
  53. package/dist/collection/components/nv-button/nv-button.js +5 -3
  54. package/dist/collection/components/nv-button/nv-button.js.map +1 -1
  55. package/dist/collection/components/nv-calendar/nv-calendar.js +1 -1
  56. package/dist/collection/components/nv-col/nv-col.js +1 -1
  57. package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js +13 -2
  58. package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +1 -1
  59. package/dist/collection/components/nv-datagrid/nv-datagrid.js +53 -3
  60. package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +1 -1
  61. package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js +1 -1
  62. package/dist/collection/components/nv-dialog/nv-dialog.js +24 -17
  63. package/dist/collection/components/nv-dialog/nv-dialog.js.map +1 -1
  64. package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js +1 -1
  65. package/dist/collection/components/nv-dialogheader/nv-dialogheader.js +1 -1
  66. package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.css +11 -0
  67. package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js +4 -4
  68. package/dist/collection/components/nv-fielddate/nv-fielddate.js +5 -5
  69. package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js +4 -4
  70. package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +4 -4
  71. package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +1 -1
  72. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +1 -1
  73. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +6 -48
  74. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +1 -1
  75. package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +3 -3
  76. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +3 -3
  77. package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
  78. package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +5 -5
  79. package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +3 -3
  80. package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +3 -3
  81. package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +9 -9
  82. package/dist/collection/components/nv-icon/nv-icon.docs.js +1 -0
  83. package/dist/collection/components/nv-icon/nv-icon.docs.js.map +1 -1
  84. package/dist/collection/components/nv-icon/nv-icon.js +1 -1
  85. package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
  86. package/dist/collection/components/nv-loader/nv-loader.js +1 -1
  87. package/dist/collection/components/nv-menu/nv-menu.js +2 -2
  88. package/dist/collection/components/nv-menuitem/nv-menuitem.js +2 -2
  89. package/dist/collection/components/nv-popover/nv-popover.js +11 -9
  90. package/dist/collection/components/nv-popover/nv-popover.js.map +1 -1
  91. package/dist/collection/components/nv-row/nv-row.js +1 -1
  92. package/dist/collection/components/nv-stack/nv-stack.js +1 -1
  93. package/dist/collection/components/nv-table/nv-table.js +2 -2
  94. package/dist/collection/components/nv-toggle/nv-toggle.css +11 -0
  95. package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
  96. package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
  97. package/dist/components/nv-alert.js +1 -1
  98. package/dist/components/nv-avatar.js +1 -1
  99. package/dist/components/nv-badge.js +1 -1
  100. package/dist/components/nv-base.js +1 -1
  101. package/dist/components/nv-breadcrumb.js +4 -4
  102. package/dist/components/nv-breadcrumb.js.map +1 -1
  103. package/dist/components/nv-breadcrumbs.js +1 -1
  104. package/dist/components/nv-button.js +1 -1
  105. package/dist/components/nv-calendar.js +1 -1
  106. package/dist/components/nv-col.js +1 -1
  107. package/dist/components/nv-datagrid.js +31 -3
  108. package/dist/components/nv-datagrid.js.map +1 -1
  109. package/dist/components/nv-datagridcolumn.js +1 -1
  110. package/dist/components/nv-dialog.js +22 -18
  111. package/dist/components/nv-dialog.js.map +1 -1
  112. package/dist/components/nv-dialogfooter.js +1 -1
  113. package/dist/components/nv-dialogheader.js +1 -1
  114. package/dist/components/nv-fieldcheckbox.js +1 -1
  115. package/dist/components/nv-fielddate.js +12 -12
  116. package/dist/components/nv-fielddaterange.js +11 -11
  117. package/dist/components/nv-fielddropdown.js +8 -8
  118. package/dist/components/nv-fielddropdownitem.js +1 -1
  119. package/dist/components/nv-fielddropdownitemcheck.js +1 -1
  120. package/dist/components/nv-fieldmultiselect.js +13 -55
  121. package/dist/components/nv-fieldmultiselect.js.map +1 -1
  122. package/dist/components/nv-fieldnumber.js +6 -6
  123. package/dist/components/nv-fieldpassword.js +6 -6
  124. package/dist/components/nv-fieldradio.js +3 -3
  125. package/dist/components/nv-fieldselect.js +8 -8
  126. package/dist/components/nv-fieldtext.js +4 -4
  127. package/dist/components/nv-fieldtextarea.js +3 -3
  128. package/dist/components/nv-fieldtime.js +13 -13
  129. package/dist/components/nv-icon.js +1 -1
  130. package/dist/components/nv-iconbutton.js +1 -1
  131. package/dist/components/nv-loader.js +1 -1
  132. package/dist/components/nv-menu.js +4 -4
  133. package/dist/components/nv-menuitem.js +1 -1
  134. package/dist/components/nv-popover.js +1 -1
  135. package/dist/components/nv-row.js +1 -1
  136. package/dist/components/nv-stack.js +1 -1
  137. package/dist/components/nv-table.js +2 -2
  138. package/dist/components/nv-toggle.js +3 -3
  139. package/dist/components/nv-toggle.js.map +1 -1
  140. package/dist/components/nv-tooltip.js +1 -1
  141. package/dist/components/{p-cd083aba.js → p-0f59f38e.js} +6 -5
  142. package/dist/components/p-0f59f38e.js.map +1 -0
  143. package/dist/components/{p-0631d152.js → p-103756d6.js} +7 -5
  144. package/dist/components/p-103756d6.js.map +1 -0
  145. package/dist/components/{p-293e1a5c.js → p-3561c093.js} +3 -3
  146. package/dist/components/{p-293e1a5c.js.map → p-3561c093.js.map} +1 -1
  147. package/dist/components/{p-6726f512.js → p-3a3ba5b1.js} +2 -2
  148. package/dist/components/{p-6726f512.js.map → p-3a3ba5b1.js.map} +1 -1
  149. package/dist/components/{p-3a74719c.js → p-3b096098.js} +4 -4
  150. package/dist/components/{p-3a74719c.js.map → p-3b096098.js.map} +1 -1
  151. package/dist/components/{p-543082ff.js → p-4c6d8df7.js} +2 -2
  152. package/dist/components/{p-543082ff.js.map → p-4c6d8df7.js.map} +1 -1
  153. package/dist/components/{p-23b6b33b.js → p-78b00756.js} +2 -2
  154. package/dist/components/{p-23b6b33b.js.map → p-78b00756.js.map} +1 -1
  155. package/dist/components/{p-016dbae8.js → p-78e0e7b0.js} +6 -6
  156. package/dist/components/{p-016dbae8.js.map → p-78e0e7b0.js.map} +1 -1
  157. package/dist/components/{p-e66d6274.js → p-863974b2.js} +3 -3
  158. package/dist/components/{p-e66d6274.js.map → p-863974b2.js.map} +1 -1
  159. package/dist/components/{p-e7f21fe7.js → p-8ea5e3c0.js} +3 -3
  160. package/dist/components/{p-e7f21fe7.js.map → p-8ea5e3c0.js.map} +1 -1
  161. package/dist/components/{p-d552352b.js → p-933d4d06.js} +6 -6
  162. package/dist/components/p-933d4d06.js.map +1 -0
  163. package/dist/components/{p-e40363fd.js → p-aeeb5b1c.js} +2 -2
  164. package/dist/components/{p-e40363fd.js.map → p-aeeb5b1c.js.map} +1 -1
  165. package/dist/components/{p-3a990da7.js → p-b5821dbb.js} +5 -5
  166. package/dist/components/{p-3a990da7.js.map → p-b5821dbb.js.map} +1 -1
  167. package/dist/components/{p-62f6da8a.js → p-e46c2e31.js} +12 -10
  168. package/dist/components/p-e46c2e31.js.map +1 -0
  169. package/dist/components/{p-b2d2fd35.js → p-ef255589.js} +3 -3
  170. package/dist/components/{p-b2d2fd35.js.map → p-ef255589.js.map} +1 -1
  171. package/dist/esm/loader.js +1 -1
  172. package/dist/esm/native.js +1 -1
  173. package/dist/esm/nv-badge_2.entry.js +5 -4
  174. package/dist/esm/nv-badge_2.entry.js.map +1 -1
  175. package/dist/esm/nv-base.entry.js +1 -1
  176. package/dist/esm/nv-breadcrumb.entry.js +2 -2
  177. package/dist/esm/nv-breadcrumb.entry.js.map +1 -1
  178. package/dist/esm/nv-breadcrumbs.entry.js +1 -1
  179. package/dist/esm/nv-button.entry.js +5 -3
  180. package/dist/esm/nv-button.entry.js.map +1 -1
  181. package/dist/esm/nv-calendar.entry.js +1 -1
  182. package/dist/esm/nv-col.entry.js +1 -1
  183. package/dist/esm/nv-datagrid.entry.js +30 -3
  184. package/dist/esm/nv-datagrid.entry.js.map +1 -1
  185. package/dist/esm/nv-datagridcolumn.entry.js +1 -1
  186. package/dist/esm/nv-dialog.entry.js +16 -12
  187. package/dist/esm/nv-dialog.entry.js.map +1 -1
  188. package/dist/esm/nv-dialogfooter_2.entry.js +2 -2
  189. package/dist/esm/nv-fieldcheckbox.entry.js +5 -5
  190. package/dist/esm/nv-fieldcheckbox.entry.js.map +1 -1
  191. package/dist/esm/nv-fielddate.entry.js +5 -5
  192. package/dist/esm/nv-fielddaterange.entry.js +4 -4
  193. package/dist/esm/nv-fielddropdown.entry.js +3 -3
  194. package/dist/esm/nv-fielddropdownitem.entry.js +1 -1
  195. package/dist/esm/nv-fieldmultiselect.entry.js +6 -48
  196. package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
  197. package/dist/esm/nv-fieldnumber.entry.js +3 -3
  198. package/dist/esm/nv-fieldpassword.entry.js +3 -3
  199. package/dist/esm/nv-fieldradio.entry.js +3 -3
  200. package/dist/esm/nv-fieldselect.entry.js +5 -5
  201. package/dist/esm/nv-fieldtext.entry.js +3 -3
  202. package/dist/esm/nv-fieldtextarea.entry.js +3 -3
  203. package/dist/esm/nv-fieldtime.entry.js +9 -9
  204. package/dist/esm/nv-icon.entry.js +1 -1
  205. package/dist/esm/nv-iconbutton_2.entry.js +2 -2
  206. package/dist/esm/nv-menu.entry.js +1 -1
  207. package/dist/esm/nv-menuitem.entry.js +1 -1
  208. package/dist/esm/nv-popover.entry.js +11 -9
  209. package/dist/esm/nv-popover.entry.js.map +1 -1
  210. package/dist/esm/nv-row.entry.js +1 -1
  211. package/dist/esm/nv-stack.entry.js +1 -1
  212. package/dist/esm/nv-table.entry.js +2 -2
  213. package/dist/esm/nv-toggle.entry.js +3 -3
  214. package/dist/esm/nv-toggle.entry.js.map +1 -1
  215. package/dist/esm/nv-tooltip.entry.js +1 -1
  216. package/dist/native/native.css +1 -1
  217. package/dist/native/native.esm.js +1 -1
  218. package/dist/native/native.esm.js.map +1 -1
  219. package/dist/native/p-0172095c.entry.js +2 -0
  220. package/dist/native/p-0172095c.entry.js.map +1 -0
  221. package/dist/native/{p-ddb4fcc3.entry.js → p-162f4840.entry.js} +2 -2
  222. package/dist/native/p-162f4840.entry.js.map +1 -0
  223. package/dist/native/{p-ede0c391.entry.js → p-17bf1233.entry.js} +2 -2
  224. package/dist/native/p-17bf1233.entry.js.map +1 -0
  225. package/dist/native/p-19fd6594.entry.js +2 -0
  226. package/dist/native/p-19fd6594.entry.js.map +1 -0
  227. package/dist/native/p-1a46cb52.entry.js +2 -0
  228. package/dist/native/{p-4d2adf8c.entry.js → p-2281d5ef.entry.js} +2 -2
  229. package/dist/native/{p-4c88e8be.entry.js → p-31184fdd.entry.js} +2 -2
  230. package/dist/native/{p-d987271c.entry.js → p-314d2b34.entry.js} +2 -2
  231. package/dist/native/p-331da074.entry.js +2 -0
  232. package/dist/native/{p-a3ea7b59.entry.js → p-332c5d6c.entry.js} +2 -2
  233. package/dist/native/{p-dcfef507.entry.js → p-3af5bcc1.entry.js} +2 -2
  234. package/dist/native/{p-9fe6a9b7.entry.js → p-40f4a6e7.entry.js} +2 -2
  235. package/dist/native/p-42d020a7.entry.js +2 -0
  236. package/dist/native/p-42d020a7.entry.js.map +1 -0
  237. package/dist/native/{p-adf0f628.entry.js → p-4403e3af.entry.js} +2 -2
  238. package/dist/native/{p-ac72abfc.entry.js → p-442f04f9.entry.js} +2 -2
  239. package/dist/native/p-45577c7f.entry.js +2 -0
  240. package/dist/native/{p-4b6d3739.entry.js.map → p-45577c7f.entry.js.map} +1 -1
  241. package/dist/native/{p-794b7820.entry.js → p-464ef88f.entry.js} +2 -2
  242. package/dist/native/p-46aa1136.entry.js +2 -0
  243. package/dist/native/{p-39fd54e3.entry.js → p-514101d6.entry.js} +2 -2
  244. package/dist/native/{p-ca1eff59.entry.js → p-54b6ce07.entry.js} +2 -2
  245. package/dist/native/{p-a6834c17.entry.js → p-603a99ed.entry.js} +2 -2
  246. package/dist/native/{p-a6834c17.entry.js.map → p-603a99ed.entry.js.map} +1 -1
  247. package/dist/native/p-665db087.entry.js +2 -0
  248. package/dist/native/{p-16b38dc2.entry.js → p-725e0abd.entry.js} +2 -2
  249. package/dist/native/{p-2b584e35.entry.js → p-7fade532.entry.js} +2 -2
  250. package/dist/native/{p-4eb132d3.entry.js → p-942f8e92.entry.js} +2 -2
  251. package/dist/native/p-abeda2cf.entry.js +7 -0
  252. package/dist/native/p-abeda2cf.entry.js.map +1 -0
  253. package/dist/native/{p-552ca13e.entry.js → p-c10e5113.entry.js} +2 -2
  254. package/dist/native/{p-ffcf8271.entry.js → p-d9624254.entry.js} +2 -2
  255. package/dist/native/p-d9624254.entry.js.map +1 -0
  256. package/dist/native/{p-5e04b50f.entry.js → p-e197d90b.entry.js} +2 -2
  257. package/dist/native/{p-569e9663.entry.js → p-e6904ae4.entry.js} +2 -2
  258. package/dist/native/{p-657a0b8a.entry.js → p-ecc28398.entry.js} +2 -2
  259. package/dist/native/p-f01a34c5.entry.js +2 -0
  260. package/dist/native/p-f01a34c5.entry.js.map +1 -0
  261. package/dist/native/{p-870d5a5c.entry.js → p-f5e0d5c5.entry.js} +2 -2
  262. package/dist/native/p-f89b7d06.entry.js +2 -0
  263. package/dist/types/components/nv-badge/nv-badge.d.ts +0 -1
  264. package/dist/types/components/nv-base/nv-base.docs.d.ts +1 -1
  265. package/dist/types/components/nv-datagrid/nv-datagrid.d.ts +6 -0
  266. package/dist/types/components/nv-dialog/nv-dialog.d.ts +4 -3
  267. package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +1 -1
  268. package/dist/types/components.d.ts +25 -6
  269. package/dist/types/nova-docs.d.ts +6 -0
  270. package/dist/vscode-data.json +34 -30
  271. package/hydrate/index.js +145 -151
  272. package/hydrate/index.mjs +145 -151
  273. package/package.json +10 -10
  274. package/dist/blazor-docs.json +0 -18738
  275. package/dist/components/p-0631d152.js.map +0 -1
  276. package/dist/components/p-62f6da8a.js.map +0 -1
  277. package/dist/components/p-cd083aba.js.map +0 -1
  278. package/dist/components/p-d552352b.js.map +0 -1
  279. package/dist/docs.d.ts +0 -443
  280. package/dist/docs.json +0 -18538
  281. package/dist/native/p-1d5b6c6d.entry.js +0 -2
  282. package/dist/native/p-3a47035f.entry.js +0 -2
  283. package/dist/native/p-4b6d3739.entry.js +0 -2
  284. package/dist/native/p-4c96b614.entry.js +0 -2
  285. package/dist/native/p-8ae27c0a.entry.js +0 -2
  286. package/dist/native/p-8ae27c0a.entry.js.map +0 -1
  287. package/dist/native/p-c84eb11f.entry.js +0 -7
  288. package/dist/native/p-c84eb11f.entry.js.map +0 -1
  289. package/dist/native/p-cce90f27.entry.js +0 -2
  290. package/dist/native/p-cce90f27.entry.js.map +0 -1
  291. package/dist/native/p-d3d664c7.entry.js +0 -2
  292. package/dist/native/p-d7b5ab6e.entry.js +0 -2
  293. package/dist/native/p-d7b5ab6e.entry.js.map +0 -1
  294. package/dist/native/p-ddb4fcc3.entry.js.map +0 -1
  295. package/dist/native/p-ed595c96.entry.js +0 -2
  296. package/dist/native/p-ed595c96.entry.js.map +0 -1
  297. package/dist/native/p-ede0c391.entry.js.map +0 -1
  298. package/dist/native/p-efb52057.entry.js +0 -2
  299. package/dist/native/p-ffcf8271.entry.js.map +0 -1
  300. /package/dist/native/{p-efb52057.entry.js.map → p-1a46cb52.entry.js.map} +0 -0
  301. /package/dist/native/{p-4d2adf8c.entry.js.map → p-2281d5ef.entry.js.map} +0 -0
  302. /package/dist/native/{p-4c88e8be.entry.js.map → p-31184fdd.entry.js.map} +0 -0
  303. /package/dist/native/{p-d987271c.entry.js.map → p-314d2b34.entry.js.map} +0 -0
  304. /package/dist/native/{p-3a47035f.entry.js.map → p-331da074.entry.js.map} +0 -0
  305. /package/dist/native/{p-a3ea7b59.entry.js.map → p-332c5d6c.entry.js.map} +0 -0
  306. /package/dist/native/{p-dcfef507.entry.js.map → p-3af5bcc1.entry.js.map} +0 -0
  307. /package/dist/native/{p-9fe6a9b7.entry.js.map → p-40f4a6e7.entry.js.map} +0 -0
  308. /package/dist/native/{p-adf0f628.entry.js.map → p-4403e3af.entry.js.map} +0 -0
  309. /package/dist/native/{p-ac72abfc.entry.js.map → p-442f04f9.entry.js.map} +0 -0
  310. /package/dist/native/{p-794b7820.entry.js.map → p-464ef88f.entry.js.map} +0 -0
  311. /package/dist/native/{p-4c96b614.entry.js.map → p-46aa1136.entry.js.map} +0 -0
  312. /package/dist/native/{p-39fd54e3.entry.js.map → p-514101d6.entry.js.map} +0 -0
  313. /package/dist/native/{p-ca1eff59.entry.js.map → p-54b6ce07.entry.js.map} +0 -0
  314. /package/dist/native/{p-1d5b6c6d.entry.js.map → p-665db087.entry.js.map} +0 -0
  315. /package/dist/native/{p-16b38dc2.entry.js.map → p-725e0abd.entry.js.map} +0 -0
  316. /package/dist/native/{p-2b584e35.entry.js.map → p-7fade532.entry.js.map} +0 -0
  317. /package/dist/native/{p-4eb132d3.entry.js.map → p-942f8e92.entry.js.map} +0 -0
  318. /package/dist/native/{p-552ca13e.entry.js.map → p-c10e5113.entry.js.map} +0 -0
  319. /package/dist/native/{p-5e04b50f.entry.js.map → p-e197d90b.entry.js.map} +0 -0
  320. /package/dist/native/{p-569e9663.entry.js.map → p-e6904ae4.entry.js.map} +0 -0
  321. /package/dist/native/{p-657a0b8a.entry.js.map → p-ecc28398.entry.js.map} +0 -0
  322. /package/dist/native/{p-870d5a5c.entry.js.map → p-f5e0d5c5.entry.js.map} +0 -0
  323. /package/dist/native/{p-d3d664c7.entry.js.map → p-f89b7d06.entry.js.map} +0 -0
@@ -262,12 +262,12 @@ const NvFielddate = class {
262
262
  /****************************************************************************/
263
263
  //#region RENDER
264
264
  render() {
265
- return (index.h(index.Host, { key: 'f4ac8fc14fa8e152377801da2ad06db00a780632' }, ((this.label && this.label.length > 0) ||
266
- this.el.querySelector('[slot="label"]')) && (index.h("label", { key: '29ad17b261aeb6013b72b03e2f2e960a7395c4ff', htmlFor: this.inputId }, index.h("slot", { key: 'e478022257fe1b4c8667f9a7813c270664e51fb1', name: "label" }, this.label))), index.h("nv-popover", { key: 'fb6e74859034ea4a918901794dc50569327246f3', ref: el => (this.popoverElement = el), id: this.popoverId, triggerMode: "controlled", placement: "bottom-start", open: this.open }, index.h("div", { key: '8144b07f3310cfd684fc5eff8e2f4b195afa0a85', slot: "trigger", class: "input-wrapper" }, index.h("slot", { key: '13719fa680565927f1d4d49c9b8b18fbd8724895', name: "before-input" }), index.h("div", { key: '7483c3a0f194f1c433a378dbf8def6c644062520', class: "input-container", onClick: this.handleInputContainerClick }, index.h("slot", { key: 'def0c8bd58dc65d121d6a5259d0ff71cd32df6d0', name: "leading-input" }), index.h("input", { key: 'e3a9c13f3da9437a7eebd849c89b59f9014312dd', id: this.inputId, ref: e => (this.inputElement = e), placeholder: this.placeholder, name: this.name, disabled: this.disabled, readOnly: this.readonly, required: this.required, autofocus: this.autofocus, value: this.singleValue, onInput: this.handleInput, onFocus: this.handleFocus }), index.h("nv-iconbutton", { key: 'c82ab5489ec156ed6d83f249e69a19230e990bda', class: "toggle-calendar-icon", name: "calendar" //{this.open ? 'chevron-top' : 'chevron-down'}
265
+ return (index.h(index.Host, { key: 'df11f4f395a48f6288b20a242cccdacc9d7b397c' }, ((this.label && this.label.length > 0) ||
266
+ this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'bebb3787dcef1ea73bada36586bdd678f0ce0556', htmlFor: this.inputId }, index.h("slot", { key: '52be6fb452bcd9471708376e708e9a8126af73c2', name: "label" }, this.label))), index.h("nv-popover", { key: '6e1cc0a602641ec43be99ca990d64f175ff7bac8', ref: el => (this.popoverElement = el), id: this.popoverId, triggerMode: "controlled", placement: "bottom-start", open: this.open }, index.h("div", { key: '7cc0bcc9df49252d209caa22b61358c230d2f0dd', slot: "trigger", class: "input-wrapper" }, index.h("slot", { key: '13037bdfe258561afd35c23fd1cb94ed96bbba9d', name: "before-input" }), index.h("div", { key: '5a0c1bce690feb834f6183c57772d7b2eed0a8a6', class: "input-container", onClick: this.handleInputContainerClick }, index.h("slot", { key: '73842b222ba5059f1f09a4ce57b662710a1e341a', name: "leading-input" }), index.h("input", { key: '2e4de521b0d1d735fd4170eefacfe4e8f5bbcf33', id: this.inputId, ref: e => (this.inputElement = e), placeholder: this.placeholder, name: this.name, disabled: this.disabled, readOnly: this.readonly, required: this.required, autofocus: this.autofocus, value: this.singleValue, onInput: this.handleInput, onFocus: this.handleFocus }), index.h("nv-iconbutton", { key: 'dff7fe7f4a49a3da8ed44235ef719e726a40db87', class: "toggle-calendar-icon", name: "calendar" //{this.open ? 'chevron-top' : 'chevron-down'}
267
267
  ,
268
- size: "md", emphasis: "lower", "aria-label": this.open ? 'Hide calendar' : 'Show calendar', "aria-pressed": this.open.toString(), onClick: this.toggleCalendar, tabIndex: this.disabled ? -1 : 0 })), index.h("slot", { key: 'dce118ee3c305e63d9ee35ea2862ca6a0d461329', name: "after-input" })), index.h("div", { key: '5f6ec80b1552401b386e9d18cc77ba6238ded537', slot: "content" }, index.h("nv-calendar", { key: '100f2ddb0f3f5393143aeaaebc16ced4c84ba8fe', dateFormat: this.dateFormat, singleValue: this.singleValue, firstDayOfWeek: this.firstDayOfWeek, numberOfCalendars: this.numberOfCalendars, min: this.min, max: this.max, locale: this.locale, shortcutsPlacement: this.shortcutsPlacement, showActions: this.showActions, shortcuts: this.shortcuts, showWeekNumbers: this.showWeekNumbers, disabledDates: this.disabledDates }))), ((this.description && this.description.length > 0) ||
269
- this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '2e04bba3f1578f4cb4e9d9fdff3f969f06965231', class: "description" }, index.h("slot", { key: '9b5d6314cd11e146cc03febfe0d588b7671371c5', name: "description" }, this.description))), (this.errorDescription ||
270
- this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'be836494c6ee4972b6830069517c8402946244bd', hidden: !this.error, class: "error-description" }, this.el.querySelector('[slot="error-description"]') ? (index.h("slot", { name: "error-description" })) : (this.errorDescription))), index.h("slot", { key: '6483eb88eabdda1f3feb3cf63dfabc66fad4ca2f' })));
268
+ size: "md", emphasis: "lower", "aria-label": this.open ? 'Hide calendar' : 'Show calendar', "aria-pressed": this.open.toString(), onClick: this.toggleCalendar, tabIndex: this.disabled ? -1 : 0 })), index.h("slot", { key: 'aafa39739ae3f907cef45d95094ef643833d50ad', name: "after-input" })), index.h("div", { key: '38cbef48ee7b053ad7c277e8125fcbf6d11c636c', slot: "content" }, index.h("nv-calendar", { key: 'dd5f1b3f1d7fcb17a47d90be58949fffe89e3ad4', dateFormat: this.dateFormat, singleValue: this.singleValue, firstDayOfWeek: this.firstDayOfWeek, numberOfCalendars: this.numberOfCalendars, min: this.min, max: this.max, locale: this.locale, shortcutsPlacement: this.shortcutsPlacement, showActions: this.showActions, shortcuts: this.shortcuts, showWeekNumbers: this.showWeekNumbers, disabledDates: this.disabledDates }))), ((this.description && this.description.length > 0) ||
269
+ this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '92526d3d8ed3bce713a5b30097df182b0ea22d4f', class: "description" }, index.h("slot", { key: 'd2a3a35577c08e3dd21c1c48eb6c6e3959abb7da', name: "description" }, this.description))), (this.errorDescription ||
270
+ this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'd4ba884604a01e2376691d382fb530576c02f029', hidden: !this.error, class: "error-description" }, this.el.querySelector('[slot="error-description"]') ? (index.h("slot", { name: "error-description" })) : (this.errorDescription))), index.h("slot", { key: '443c990302fa9aaef0e6fe732738d4f8e4570717' })));
271
271
  }
272
272
  get el() { return index.getElement(this); }
273
273
  static get watchers() { return {
@@ -336,15 +336,15 @@ const NvFielddaterange = class {
336
336
  /****************************************************************************/
337
337
  //#region RENDER
338
338
  render() {
339
- return (index.h(index.Host, { key: '093caee1d7944ccded9cd64f579057492e0d0493' }, ((this.label && this.label.length > 0) ||
340
- this.el.querySelector('[slot="label"]')) && (index.h("label", { key: '423a473a9d996cc57efdf140440d9c8282c47552', htmlFor: this.startInputId }, index.h("slot", { key: '9c0e45cc247755fa4e01c2a1f47ed55ee26d5120', name: "label" }, this.label))), index.h("nv-popover", { key: '7c80be4f96c66bef3f06da587db9f316b2bc7a8b', ref: el => (this.popoverElement = el), id: this.popoverId, triggerMode: "controlled", placement: "bottom-start", open: this.open }, index.h("div", { key: '84d7bb82e508521c80d5aa28e5738b95a6d88301', slot: "trigger", class: "input-wrapper" }, index.h("slot", { key: '6e26220a3d633dd70a538cc1039db23518013eac', name: "before-input" }), index.h("div", { key: '6d4cc658e1aa63d62f55acc5cad858a5269f3629', class: "input-container" }, index.h("slot", { key: 'e71bbd1de9fb33b95ba0e71a8de19e9d0acfeb56', name: "leading-input" }), index.h("div", { key: '7f48156f1a9c18ff71a6a21aa5ddb8f3e72fa03c', class: "range-inputs" }, index.h("input", { key: '306a3feeeb8af8e340427a240f36cd38c5be8ee9', id: this.startInputId, type: "text", placeholder: this.startPlaceholder, name: this.startName, disabled: this.disabled, readOnly: this.readonly, required: this.required, autofocus: this.shouldAutoFocus, value: this.startValue, onInput: this.handleStartInput, onFocus: this.handleFocus }), index.h("svg", { key: 'b49d1c29dc4cc6c9fd2452212781a326bc673a93', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", class: "icon icon-tabler icons-tabler-outline icon-tabler-arrows-move-horizontal" }, index.h("path", { key: '39c7a7e3ab83f9231ffd2df9d31d451939868aff', stroke: "none", d: "M0 0h24v24H0z", fill: "none" }), index.h("path", { key: 'c3ad84053b33be954398f387ee58c680a8f11420', d: "M18 9l3 3l-3 3" }), index.h("path", { key: 'd2ec3d45a4b599ff12b054c8f027652f64da09f0', d: "M15 12h6" }), index.h("path", { key: '509aac76d4974dc4a522f6a37d20be6847f8fbc7', d: "M6 9l-3 3l3 3" }), index.h("path", { key: 'c3e97c1c2b42b66197ce1d7b0b4b09bad8780bea', d: "M3 12h6" })), index.h("input", { key: 'fa3c9a646a96a078a7e5b5360847f4ba4d5e132d', id: this.endInputId, type: "text", placeholder: this.endPlaceholder, name: this.endName, disabled: this.disabled, readOnly: this.readonly, required: this.required, value: this.endValue, onInput: this.handleEndInput, onFocus: this.handleFocus })), index.h("nv-iconbutton", { key: 'e38df040bf7450f1aefe5f5d2d4e824935ddb2f9', class: "toggle-calendar-icon", name: "calendar", size: "md", emphasis: "lower", "aria-label": this.open ? 'Hide calendar' : 'Show calendar', "aria-pressed": this.open.toString(), onClick: this.toggleCalendar, tabIndex: this.disabled ? -1 : 0 })), index.h("slot", { key: 'd60c491f4688d9e04888af97d027fa7e02492f6c', name: "after-input" })), index.h("div", { key: '2b54c1c5c19b6dff615850d151cb52bccbd322fc', slot: "content" }, index.h("nv-calendar", { key: '11d1c70f9e3e5ce1979f7127d828fc06f2b52078', dateFormat: this.dateFormat, rangeValue: this.startValue && this.endValue
339
+ return (index.h(index.Host, { key: '47a61852ed7771a2248727193570aa2c4654b3bc' }, ((this.label && this.label.length > 0) ||
340
+ this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'a32f8796a15c40712bc0b751ab89fcf84c81dfa3', htmlFor: this.startInputId }, index.h("slot", { key: '549420faa870d7e8f37c4c864de00aae1682f1f9', name: "label" }, this.label))), index.h("nv-popover", { key: 'c93290824f1e7179f7777ef2d9d42146015ec10a', ref: el => (this.popoverElement = el), id: this.popoverId, triggerMode: "controlled", placement: "bottom-start", open: this.open }, index.h("div", { key: '67d798f2c57bf7cd979386fa2c3d0eb836253af6', slot: "trigger", class: "input-wrapper" }, index.h("slot", { key: '53f700e97f16b40cb3e077460d41ab955cf4e86e', name: "before-input" }), index.h("div", { key: '5829a9716c09fc65b8300b0fe5d590a3e4d1af40', class: "input-container" }, index.h("slot", { key: '401508780bbac13d792d62d8368c47b4fe9fb0c1', name: "leading-input" }), index.h("div", { key: '2e29bd53c161d7bdf5a20e17f7b114f421bf2684', class: "range-inputs" }, index.h("input", { key: 'd1fed6969b96a950e6c73779ac31e7f197cdf122', id: this.startInputId, type: "text", placeholder: this.startPlaceholder, name: this.startName, disabled: this.disabled, readOnly: this.readonly, required: this.required, autofocus: this.shouldAutoFocus, value: this.startValue, onInput: this.handleStartInput, onFocus: this.handleFocus }), index.h("svg", { key: '04aefcadb20a07f023c973a8ee0ce1c90e2eecd4', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", class: "icon icon-tabler icons-tabler-outline icon-tabler-arrows-move-horizontal" }, index.h("path", { key: '372bb4b2ea27cf6aba7d9753dc25b3c9217a05c0', stroke: "none", d: "M0 0h24v24H0z", fill: "none" }), index.h("path", { key: 'ae5d178f8d00efc52317b8e44df3225c48f50571', d: "M18 9l3 3l-3 3" }), index.h("path", { key: '2669cb7bca3c10769fa8b7907d722e6892744dce', d: "M15 12h6" }), index.h("path", { key: '835d2de77d676af9806d93f9ec0e9a4a451b2463', d: "M6 9l-3 3l3 3" }), index.h("path", { key: '8aef1d99e102825729c4466bf57166529e927c09', d: "M3 12h6" })), index.h("input", { key: 'e40d1202015132524aa3d485641b9cd34d8a20a6', id: this.endInputId, type: "text", placeholder: this.endPlaceholder, name: this.endName, disabled: this.disabled, readOnly: this.readonly, required: this.required, value: this.endValue, onInput: this.handleEndInput, onFocus: this.handleFocus })), index.h("nv-iconbutton", { key: '8ec3ebfb4647e5fb9d89ea9f1e6a60eaa5bb1214', class: "toggle-calendar-icon", name: "calendar", size: "md", emphasis: "lower", "aria-label": this.open ? 'Hide calendar' : 'Show calendar', "aria-pressed": this.open.toString(), onClick: this.toggleCalendar, tabIndex: this.disabled ? -1 : 0 })), index.h("slot", { key: 'e6ff4ed90757947d58dfde04c7063d123a3fd9e2', name: "after-input" })), index.h("div", { key: 'cf7a11988d84dac287b2c524e6005aee29f05ca3', slot: "content" }, index.h("nv-calendar", { key: '3c896e58ba52b0dd82f73f37beb8f70b6ac3f426', dateFormat: this.dateFormat, rangeValue: this.startValue && this.endValue
341
341
  ? JSON.stringify({
342
342
  start: this.startValue,
343
343
  end: this.endValue,
344
344
  })
345
345
  : '', firstDayOfWeek: this.firstDayOfWeek, numberOfCalendars: this.numberOfCalendars, min: this.min, max: this.max, locale: this.locale, shortcutsPlacement: this.shortcutsPlacement, showActions: this.showActions, shortcuts: this.shortcuts, showWeekNumbers: this.showWeekNumbers, disabledDates: this.disabledDates, selectionType: "range" }))), ((this.description && this.description.length > 0) ||
346
- this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '609d5a80059699ffad7272459975ee4ac04fabd3', class: "description" }, index.h("slot", { key: '472e10256149d7729186152da03e356da1360ded', name: "description" }, this.description))), (this.errorDescription ||
347
- this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'a2e3f0db10b38d4e37616ef0df0c28c31c1480c6', hidden: !this.error, class: "error-description" }, this.el.querySelector('[slot="error-description"]') ? (index.h("slot", { name: "error-description" })) : (this.errorDescription))), index.h("slot", { key: '8ee594b994a8e86909bf47718f20b9d1f2a653db' })));
346
+ this.el.querySelector('[slot="description"]')) && (index.h("div", { key: 'f3a968ed2314ec6b0b8f1f5fed8e901e3df10402', class: "description" }, index.h("slot", { key: 'bdfb89b5f462046c1bcbcffdbe46b067868bb077', name: "description" }, this.description))), (this.errorDescription ||
347
+ this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'b7a01679e7d1315e3040c8b166f79affbe74d409', hidden: !this.error, class: "error-description" }, this.el.querySelector('[slot="error-description"]') ? (index.h("slot", { name: "error-description" })) : (this.errorDescription))), index.h("slot", { key: 'b318420f0dba209ec8dcebc06f37d94ade46ccea' })));
348
348
  }
349
349
  get el() { return index.getElement(this); }
350
350
  static get watchers() { return {
@@ -345,9 +345,9 @@ const NvFielddropdown = class {
345
345
  /****************************************************************************/
346
346
  //#region RENDER
347
347
  render() {
348
- return (index.h(index.Host, { key: 'fd9c415beb138bf85bdd914c6143b50a2f2330bf', role: "combobox", "aria-expanded": this.open.toString(), "aria-haspopup": "listbox", "aria-label": this.label }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: '3bd9ea3ac7f1202882511ab6bf0d187975eaaaf6', htmlFor: this.inputId }, index.h("slot", { key: '0e33a34af113e622401e5d23843fc67afce8c7a0', name: "label" }, this.label))), index.h("nv-popover", { key: 'cf41abb986f71b746f7b83828eb69244e502626a', ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, index.h("div", { key: 'c030054877c24d5091bc9ea91f8b90182a5150b9', class: "input-wrapper", slot: "trigger" }, index.h("slot", { key: '974aa8736caa3112d2e17a6e6fc33d0271315303', name: "before-input" }), index.h("div", { key: '7b657cf2dd489e8e22ecd52403a9eba8193c1728', class: "input-container", onClick: this.handleInputContainerClick }, index.h("slot", { key: '26d55cabf26329cde6f7ac93464def081533dd7d', name: "leading-input" }), this.isFilterable || this.disabled || this.readonly ? (index.h("input", { "data-scope": "focusable", id: this.inputId, type: "search", ref: e => (this.inputElement = e), autofocus: this.autofocus, autocomplete: this.autocomplete, placeholder: this.placeholder, name: this.name, value: this.getSelectedLabel(), required: this.required, disabled: this.disabled, readOnly: this.readonly, onInput: this.handleInput, onFocus: this.handleInputFocus, onClick: this.handleInputFocus, onKeyDown: this.handleKeyDown })) : (index.h("p", { "data-scope": "focusable", id: this.inputId, class: "non-filterable-text", onClick: this.handleInputContainerClick, tabIndex: this.disabled ? -1 : 0, onKeyDown: this.handleKeyDown, onFocus: this.handleInputFocus }, this.getSelectedLabel() || this.value || this.placeholder)), this.isFilterable && this.filterText && this.open && (index.h("nv-iconbutton", { key: '4dab0dd29d016a68b94681893bd0367c2f2bbccb', name: "x", size: "md", emphasis: "lower", class: "clear-button", onClick: this.clearFilter, "aria-label": "Clear input" })), this.error && (index.h("nv-icon", { key: '94555a8f663a45ce5e744a2c4f42442ee725556f', name: "alert-circle", class: "validation", size: "md" })), index.h("nv-iconbutton", { key: 'c52dcc16864b6093cc7c1417d98506c9b4739f4b', "data-scope": "toggle-dropdown", name: this.open ? 'chevron-top' : 'chevron-down', size: "md", emphasis: "lower", "aria-label": this.open ? 'Hide dropdown' : 'Show dropdown', "aria-pressed": this.open.toString(), onClick: this.togglePopover, tabIndex: this.disabled ? -1 : 0 })), index.h("slot", { key: 'a78197668881b8fc5fd7522a3b2ebcb4e4d6c1cc', name: "after-input" })), index.h("div", { key: '161678718ea939874d27b800052f3ff2df94a07d', slot: "content" }, this.parsedOptions.length > 0 ? (index.h("ul", null, this.parsedOptions.map(option => (index.h("nv-fielddropdownitem", { label: option.label, value: option.value, disabled: option.disabled, selected: option.value === this.value }))))) : (index.h("slot", { name: "content" })))), (this.description ||
349
- this.el.querySelector('[slot="description"]')) && (index.h("div", { key: 'b4ea5b9e6d12307201847c8b9979e7c77442c0a9', class: "description" }, index.h("slot", { key: '7162553aadfbeae787683a1fcf4ac7a1ca4788da', name: "description" }, this.description))), (this.errorDescription ||
350
- this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'c96506582bd9c604490ce0d9c4a398ff70b7e814', hidden: !this.error, class: "error-description" }, index.h("slot", { key: '9069e068a0e1624344b248d68799ecf07f10c649', name: "error-description" }, this.errorDescription)))));
348
+ return (index.h(index.Host, { key: '0fb1d2326cefd85ffd337307a0a0dd74acda8a14', role: "combobox", "aria-expanded": this.open.toString(), "aria-haspopup": "listbox", "aria-label": this.label }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'bf6f4116b86cca549e7f9b65a17e1cb35b06ef60', htmlFor: this.inputId }, index.h("slot", { key: 'a81ad465e6a08e1bc9463c9d91c5d2cd05805e39', name: "label" }, this.label))), index.h("nv-popover", { key: '8c90cf3f3f08455b41b31681c4377d5404dd4b31', ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, index.h("div", { key: '756eb9ff31134ece738ea9748a88837ec4979ddf', class: "input-wrapper", slot: "trigger" }, index.h("slot", { key: '1853a781eedfeea6aae57ed94c452524e4e69e83', name: "before-input" }), index.h("div", { key: '26c839ffc62cb1747de5099725695de6c213a220', class: "input-container", onClick: this.handleInputContainerClick }, index.h("slot", { key: '8685a92ee488f99dda4cbfe6bdd59e347e3ce0ce', name: "leading-input" }), this.isFilterable || this.disabled || this.readonly ? (index.h("input", { "data-scope": "focusable", id: this.inputId, type: "search", ref: e => (this.inputElement = e), autofocus: this.autofocus, autocomplete: this.autocomplete, placeholder: this.placeholder, name: this.name, value: this.getSelectedLabel(), required: this.required, disabled: this.disabled, readOnly: this.readonly, onInput: this.handleInput, onFocus: this.handleInputFocus, onClick: this.handleInputFocus, onKeyDown: this.handleKeyDown })) : (index.h("p", { "data-scope": "focusable", id: this.inputId, class: "non-filterable-text", onClick: this.handleInputContainerClick, tabIndex: this.disabled ? -1 : 0, onKeyDown: this.handleKeyDown, onFocus: this.handleInputFocus }, this.getSelectedLabel() || this.value || this.placeholder)), this.isFilterable && this.filterText && this.open && (index.h("nv-iconbutton", { key: '1fa4ea0ef878980847d667431c9e52b18de1a4b1', name: "x", size: "md", emphasis: "lower", class: "clear-button", onClick: this.clearFilter, "aria-label": "Clear input" })), this.error && (index.h("nv-icon", { key: '77aa0f468d8c6488595ffc2305480174c18d3069', name: "alert-circle", class: "validation", size: "md" })), index.h("nv-iconbutton", { key: '9954a5b1910693b0be417d27da8f9005467d99f3', "data-scope": "toggle-dropdown", name: this.open ? 'chevron-top' : 'chevron-down', size: "md", emphasis: "lower", "aria-label": this.open ? 'Hide dropdown' : 'Show dropdown', "aria-pressed": this.open.toString(), onClick: this.togglePopover, tabIndex: this.disabled ? -1 : 0 })), index.h("slot", { key: '0e258c9b03e4dbcfe94b577ffaf77f2379a9c9a3', name: "after-input" })), index.h("div", { key: 'b697df1d8c64c9d2eaf09e427cd49c9d5ec0a323', slot: "content" }, this.parsedOptions.length > 0 ? (index.h("ul", null, this.parsedOptions.map(option => (index.h("nv-fielddropdownitem", { label: option.label, value: option.value, disabled: option.disabled, selected: option.value === this.value }))))) : (index.h("slot", { name: "content" })))), (this.description ||
349
+ this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '7a783fcd4da5623ad478e4a03fb454e093e7fc8e', class: "description" }, index.h("slot", { key: '93c4c95ca8e8e4bf50086fb861b126aa7f5f828a', name: "description" }, this.description))), (this.errorDescription ||
350
+ this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '8a0de0edb2a7855d478a40059e19f2f26f2ed681', hidden: !this.error, class: "error-description" }, index.h("slot", { key: '93b87131ac4e8371815e7c82ef6e15ebcff2bc88', name: "error-description" }, this.errorDescription)))));
351
351
  }
352
352
  static get formAssociated() { return true; }
353
353
  get el() { return index.getElement(this); }
@@ -60,7 +60,7 @@ const NvFielddropdownitem = class {
60
60
  /****************************************************************************/
61
61
  //#region RENDER
62
62
  render() {
63
- return (index.h(index.Host, { key: 'acee05b9d46a503b8ca19acf9f96577f83686c38', role: "menuitem", tabindex: '-1', onClick: this.handleSelected }, index.h("slot", { key: '07eb6931adeb42c1bd9d83b58ef43d07eb0fd4df' }), !this.composed && (index.h("div", { key: '4a1c9d51f6d7e2ea3680ddd2294bc5a88c6a354b', class: "text-wrapper" }, index.h("span", { key: '6f13add04158044d4b3cd00b386ed0ed5cde87fc', "data-scope": "text" }, this.label))), this.selected && (index.h("nv-icon", { key: '88bfab2accd9b3bb8a2bb8fbbc6bafab8712432e', name: "check", "aria-hidden": "true", "data-scope": "selected" }))));
63
+ return (index.h(index.Host, { key: '8f867e8c456eae541561024d5194e1582504e85b', role: "menuitem", tabindex: '-1', onClick: this.handleSelected }, index.h("slot", { key: '2f26847b783458cde7a99d69269b0e15f381cdb8' }), !this.composed && (index.h("div", { key: '22229450f3e1492d1f71cbd9e89c6e0204cee201', class: "text-wrapper" }, index.h("span", { key: 'a5c691f3addf577acd848b6fe72c23388d116584', "data-scope": "text" }, this.label))), this.selected && (index.h("nv-icon", { key: '02232856ec60e9b741ced372a9d05def5d822cc6', name: "check", "aria-hidden": "true", "data-scope": "selected" }))));
64
64
  }
65
65
  get el() { return index.getElement(this); }
66
66
  };
@@ -102,7 +102,7 @@ const NvFieldmultiselect = class {
102
102
  * element.
103
103
  */
104
104
  this.autofocus = false;
105
- /**x
105
+ /**
106
106
  * Handle badge close for options mode.
107
107
  */
108
108
  this.handleBadgeCloseOptions = () => {
@@ -142,7 +142,6 @@ const NvFieldmultiselect = class {
142
142
  if (this.isHandlingEscape) {
143
143
  return;
144
144
  }
145
- this.open = false;
146
145
  this.filterText = '';
147
146
  // Only reorder based on the mode
148
147
  if (this.modeState === 'options') {
@@ -164,7 +163,6 @@ const NvFieldmultiselect = class {
164
163
  if (!this.el.contains(document.activeElement)) {
165
164
  // Close the popover without affecting the divider
166
165
  this.open = false;
167
- this.popoverElement.hide();
168
166
  // Reset filter if needed
169
167
  if (this.filterable) {
170
168
  this.filterText = '';
@@ -184,7 +182,6 @@ const NvFieldmultiselect = class {
184
182
  const target = event.target;
185
183
  if (target.tagName === 'P' || target.tagName === 'SPAN') {
186
184
  this.open = true;
187
- this.popoverElement.show();
188
185
  const inputContainer = this.el.querySelector('.input-container');
189
186
  if (inputContainer) {
190
187
  inputContainer.classList.add('focus-within');
@@ -206,7 +203,6 @@ const NvFieldmultiselect = class {
206
203
  const target = event.target;
207
204
  if (target.tagName === 'P' || target.tagName === 'SPAN') {
208
205
  this.open = true;
209
- this.popoverElement.show();
210
206
  const inputContainer = this.el.querySelector('.input-container');
211
207
  if (inputContainer) {
212
208
  inputContainer.classList.add('focus-within');
@@ -288,7 +284,6 @@ const NvFieldmultiselect = class {
288
284
  if (!this.el.contains(document.activeElement)) {
289
285
  // Close the popover without affecting the divider
290
286
  this.open = false;
291
- this.popoverElement.hide();
292
287
  // Reset filter if needed
293
288
  if (this.filterable) {
294
289
  this.filterText = '';
@@ -304,16 +299,7 @@ const NvFieldmultiselect = class {
304
299
  if (this.disabled || this.readonly) {
305
300
  return;
306
301
  }
307
- if (this.open) {
308
- this.handlePopoverClose();
309
- }
310
- else {
311
- this.open = true;
312
- this.popoverElement.show();
313
- if (!this.filterable) {
314
- this.focusFirstItem();
315
- }
316
- }
302
+ this.open = !this.open;
317
303
  };
318
304
  /**
319
305
  * Toggle the multiselect popover for slots mode.
@@ -322,16 +308,7 @@ const NvFieldmultiselect = class {
322
308
  if (this.disabled || this.readonly) {
323
309
  return;
324
310
  }
325
- if (this.open) {
326
- this.handlePopoverClose();
327
- }
328
- else {
329
- this.open = true;
330
- this.popoverElement.show();
331
- if (!this.filterable) {
332
- this.focusFirstItem();
333
- }
334
- }
311
+ this.open = !this.open;
335
312
  };
336
313
  //#endregion METHODS
337
314
  /****************************************************************************/
@@ -369,14 +346,6 @@ const NvFieldmultiselect = class {
369
346
  if (this.modeState === 'options') {
370
347
  this.handleOptionsChange(this.options);
371
348
  }
372
- // Add the listener for the hide event
373
- requestAnimationFrame(() => {
374
- if (this.popoverElement) {
375
- this.popoverElement.addEventListener('hide', () => {
376
- this.handlePopoverClose();
377
- });
378
- }
379
- });
380
349
  // Specific initialization for slots mode
381
350
  if (this.modeState === 'slots') {
382
351
  Promise.resolve().then(() => {
@@ -420,12 +389,6 @@ const NvFieldmultiselect = class {
420
389
  */
421
390
  disconnectedCallback() {
422
391
  document.removeEventListener('click', this.handleClickOutside.bind(this));
423
- // Remove the listener for the hide event
424
- if (this.popoverElement) {
425
- this.popoverElement.removeEventListener('hide', () => {
426
- this.handlePopoverClose();
427
- });
428
- }
429
392
  }
430
393
  /**
431
394
  * Emitted when the input loses focus.
@@ -435,15 +398,13 @@ const NvFieldmultiselect = class {
435
398
  // Update the open state of popover
436
399
  this.open = event.detail;
437
400
  if (this.open) {
401
+ // Filter items only if there is filter text
438
402
  if (this.filterText) {
439
403
  this.filterItems();
440
404
  }
441
405
  }
442
- else if (this.modeState === 'options') {
443
- this.reorderOptionsContent();
444
- }
445
406
  else {
446
- this.reorderSlotContent();
407
+ this.handlePopoverClose();
447
408
  }
448
409
  }
449
410
  /**
@@ -867,8 +828,7 @@ const NvFieldmultiselect = class {
867
828
  (this.inputElement && this.inputElement.contains(event.target))) {
868
829
  return;
869
830
  }
870
- // Use handlePopoverClose for all cases
871
- this.handlePopoverClose();
831
+ this.open = false;
872
832
  }
873
833
  /**
874
834
  * Handle keyboard events & arrow key navigation.
@@ -880,7 +840,6 @@ const NvFieldmultiselect = class {
880
840
  if (!this.open) {
881
841
  if (event.key === 'ArrowDown') {
882
842
  this.open = true;
883
- this.popoverElement.show();
884
843
  // Focus on the first item if the list is not filterable
885
844
  if (!this.filterable) {
886
845
  requestAnimationFrame(() => {
@@ -943,7 +902,6 @@ const NvFieldmultiselect = class {
943
902
  setTimeout(() => {
944
903
  this.isHandlingEscape = false;
945
904
  this.open = false;
946
- this.popoverElement.hide();
947
905
  }, 150);
948
906
  if (this.inputElement) {
949
907
  this.inputElement.blur();