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

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 (309) 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 +4 -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 +1 -1
  7. package/dist/cjs/nv-breadcrumbs.cjs.entry.js +1 -1
  8. package/dist/cjs/nv-button.cjs.entry.js +1 -1
  9. package/dist/cjs/nv-calendar.cjs.entry.js +1 -1
  10. package/dist/cjs/nv-col.cjs.entry.js +1 -1
  11. package/dist/cjs/nv-datagrid.cjs.entry.js +38 -5
  12. package/dist/cjs/nv-datagrid.cjs.entry.js.map +1 -1
  13. package/dist/cjs/nv-datagridcolumn.cjs.entry.js +5 -1
  14. package/dist/cjs/nv-datagridcolumn.cjs.entry.js.map +1 -1
  15. package/dist/cjs/nv-dialog.cjs.entry.js +1 -1
  16. package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +2 -2
  17. package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +4 -4
  18. package/dist/cjs/nv-fielddate.cjs.entry.js +5 -5
  19. package/dist/cjs/nv-fielddaterange.cjs.entry.js +4 -4
  20. package/dist/cjs/nv-fielddropdown.cjs.entry.js +3 -9
  21. package/dist/cjs/nv-fielddropdown.cjs.entry.js.map +1 -1
  22. package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +1 -1
  23. package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +3 -16
  24. package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -1
  25. package/dist/cjs/nv-fieldnumber.cjs.entry.js +3 -3
  26. package/dist/cjs/nv-fieldpassword.cjs.entry.js +9 -7
  27. package/dist/cjs/nv-fieldpassword.cjs.entry.js.map +1 -1
  28. package/dist/cjs/nv-fieldradio.cjs.entry.js +3 -3
  29. package/dist/cjs/nv-fieldselect.cjs.entry.js +5 -5
  30. package/dist/cjs/nv-fieldselect.cjs.entry.js.map +1 -1
  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 +3 -3
  37. package/dist/cjs/nv-menu.cjs.entry.js.map +1 -1
  38. package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
  39. package/dist/cjs/nv-popover.cjs.entry.js +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 +2 -2
  44. package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
  45. package/dist/collection/components/nv-badge/nv-badge.js +4 -3
  46. package/dist/collection/components/nv-badge/nv-badge.js.map +1 -1
  47. package/dist/collection/components/nv-base/nv-base.js +1 -1
  48. package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.js +1 -1
  49. package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.js +1 -1
  50. package/dist/collection/components/nv-button/nv-button.js +1 -1
  51. package/dist/collection/components/nv-calendar/nv-calendar.js +1 -1
  52. package/dist/collection/components/nv-col/nv-col.js +1 -1
  53. package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js +30 -0
  54. package/dist/collection/components/nv-datagrid/nv-datagrid.docs.js.map +1 -1
  55. package/dist/collection/components/nv-datagrid/nv-datagrid.js +40 -6
  56. package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +1 -1
  57. package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js +27 -1
  58. package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js.map +1 -1
  59. package/dist/collection/components/nv-dialog/nv-dialog.js +1 -1
  60. package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js +1 -1
  61. package/dist/collection/components/nv-dialogheader/nv-dialogheader.js +1 -1
  62. package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js +4 -4
  63. package/dist/collection/components/nv-fielddate/nv-fielddate.js +5 -5
  64. package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js +4 -4
  65. package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +5 -14
  66. package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js.map +1 -1
  67. package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +1 -1
  68. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +1 -1
  69. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +3 -19
  70. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +1 -1
  71. package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +3 -3
  72. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +9 -7
  73. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js.map +1 -1
  74. package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
  75. package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +5 -5
  76. package/dist/collection/components/nv-fieldselect/nv-fieldselect.js.map +1 -1
  77. package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +3 -3
  78. package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +3 -3
  79. package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +9 -9
  80. package/dist/collection/components/nv-icon/nv-icon.js +1 -1
  81. package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
  82. package/dist/collection/components/nv-loader/nv-loader.js +1 -1
  83. package/dist/collection/components/nv-menu/nv-menu.js +7 -7
  84. package/dist/collection/components/nv-menu/nv-menu.js.map +1 -1
  85. package/dist/collection/components/nv-menuitem/nv-menuitem.js +2 -2
  86. package/dist/collection/components/nv-popover/nv-popover.js +1 -1
  87. package/dist/collection/components/nv-row/nv-row.js +1 -1
  88. package/dist/collection/components/nv-stack/nv-stack.js +1 -1
  89. package/dist/collection/components/nv-table/nv-table.js +2 -2
  90. package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
  91. package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
  92. package/dist/components/nv-alert.js +1 -1
  93. package/dist/components/nv-avatar.js +1 -1
  94. package/dist/components/nv-badge.js +1 -1
  95. package/dist/components/nv-base.js +1 -1
  96. package/dist/components/nv-breadcrumb.js +3 -3
  97. package/dist/components/nv-breadcrumbs.js +1 -1
  98. package/dist/components/nv-button.js +1 -1
  99. package/dist/components/nv-calendar.js +1 -1
  100. package/dist/components/nv-col.js +1 -1
  101. package/dist/components/nv-datagrid.js +40 -6
  102. package/dist/components/nv-datagrid.js.map +1 -1
  103. package/dist/components/nv-datagridcolumn.js +7 -2
  104. package/dist/components/nv-datagridcolumn.js.map +1 -1
  105. package/dist/components/nv-dialog.js +6 -6
  106. package/dist/components/nv-dialogfooter.js +1 -1
  107. package/dist/components/nv-dialogheader.js +1 -1
  108. package/dist/components/nv-fieldcheckbox.js +1 -1
  109. package/dist/components/nv-fielddate.js +12 -12
  110. package/dist/components/nv-fielddaterange.js +11 -11
  111. package/dist/components/nv-fielddropdown.js +9 -17
  112. package/dist/components/nv-fielddropdown.js.map +1 -1
  113. package/dist/components/nv-fielddropdownitem.js +1 -1
  114. package/dist/components/nv-fielddropdownitemcheck.js +1 -1
  115. package/dist/components/nv-fieldmultiselect.js +12 -27
  116. package/dist/components/nv-fieldmultiselect.js.map +1 -1
  117. package/dist/components/nv-fieldnumber.js +6 -6
  118. package/dist/components/nv-fieldpassword.js +12 -10
  119. package/dist/components/nv-fieldpassword.js.map +1 -1
  120. package/dist/components/nv-fieldradio.js +3 -3
  121. package/dist/components/nv-fieldselect.js +8 -8
  122. package/dist/components/nv-fieldselect.js.map +1 -1
  123. package/dist/components/nv-fieldtext.js +4 -4
  124. package/dist/components/nv-fieldtextarea.js +3 -3
  125. package/dist/components/nv-fieldtime.js +13 -13
  126. package/dist/components/nv-icon.js +1 -1
  127. package/dist/components/nv-iconbutton.js +1 -1
  128. package/dist/components/nv-loader.js +1 -1
  129. package/dist/components/nv-menu.js +6 -6
  130. package/dist/components/nv-menu.js.map +1 -1
  131. package/dist/components/nv-menuitem.js +1 -1
  132. package/dist/components/nv-popover.js +1 -1
  133. package/dist/components/nv-row.js +1 -1
  134. package/dist/components/nv-stack.js +1 -1
  135. package/dist/components/nv-table.js +2 -2
  136. package/dist/components/nv-toggle.js +2 -2
  137. package/dist/components/nv-tooltip.js +1 -1
  138. package/dist/components/{p-863974b2.js → p-18bc0291.js} +3 -3
  139. package/dist/components/{p-863974b2.js.map → p-18bc0291.js.map} +1 -1
  140. package/dist/components/{p-ef255589.js → p-56ef8131.js} +3 -3
  141. package/dist/components/{p-ef255589.js.map → p-56ef8131.js.map} +1 -1
  142. package/dist/components/{p-0f59f38e.js → p-5a5f11c2.js} +5 -5
  143. package/dist/components/p-5a5f11c2.js.map +1 -0
  144. package/dist/components/{p-e46c2e31.js → p-664c5a14.js} +2 -2
  145. package/dist/components/{p-e46c2e31.js.map → p-664c5a14.js.map} +1 -1
  146. package/dist/components/{p-3a3ba5b1.js → p-7b89fb48.js} +2 -2
  147. package/dist/components/{p-3a3ba5b1.js.map → p-7b89fb48.js.map} +1 -1
  148. package/dist/components/{p-103756d6.js → p-8674c7af.js} +3 -3
  149. package/dist/components/{p-103756d6.js.map → p-8674c7af.js.map} +1 -1
  150. package/dist/components/{p-3561c093.js → p-8c5a861b.js} +3 -3
  151. package/dist/components/{p-3561c093.js.map → p-8c5a861b.js.map} +1 -1
  152. package/dist/components/{p-78b00756.js → p-91b58443.js} +2 -2
  153. package/dist/components/{p-78b00756.js.map → p-91b58443.js.map} +1 -1
  154. package/dist/components/{p-933d4d06.js → p-9d6aaf76.js} +5 -5
  155. package/dist/components/{p-933d4d06.js.map → p-9d6aaf76.js.map} +1 -1
  156. package/dist/components/{p-3b096098.js → p-a9e1bf70.js} +4 -4
  157. package/dist/components/{p-3b096098.js.map → p-a9e1bf70.js.map} +1 -1
  158. package/dist/components/{p-78e0e7b0.js → p-a9f162a8.js} +6 -6
  159. package/dist/components/{p-78e0e7b0.js.map → p-a9f162a8.js.map} +1 -1
  160. package/dist/components/{p-b5821dbb.js → p-b4768da6.js} +5 -5
  161. package/dist/components/{p-b5821dbb.js.map → p-b4768da6.js.map} +1 -1
  162. package/dist/components/{p-4c6d8df7.js → p-d88ced51.js} +2 -2
  163. package/dist/components/{p-4c6d8df7.js.map → p-d88ced51.js.map} +1 -1
  164. package/dist/components/{p-8ea5e3c0.js → p-dcabc6fa.js} +3 -3
  165. package/dist/components/{p-8ea5e3c0.js.map → p-dcabc6fa.js.map} +1 -1
  166. package/dist/components/{p-aeeb5b1c.js → p-f469df15.js} +2 -2
  167. package/dist/components/{p-aeeb5b1c.js.map → p-f469df15.js.map} +1 -1
  168. package/dist/esm/loader.js +1 -1
  169. package/dist/esm/native.js +1 -1
  170. package/dist/esm/nv-badge_2.entry.js +4 -4
  171. package/dist/esm/nv-badge_2.entry.js.map +1 -1
  172. package/dist/esm/nv-base.entry.js +1 -1
  173. package/dist/esm/nv-breadcrumb.entry.js +1 -1
  174. package/dist/esm/nv-breadcrumbs.entry.js +1 -1
  175. package/dist/esm/nv-button.entry.js +1 -1
  176. package/dist/esm/nv-calendar.entry.js +1 -1
  177. package/dist/esm/nv-col.entry.js +1 -1
  178. package/dist/esm/nv-datagrid.entry.js +38 -5
  179. package/dist/esm/nv-datagrid.entry.js.map +1 -1
  180. package/dist/esm/nv-datagridcolumn.entry.js +5 -1
  181. package/dist/esm/nv-datagridcolumn.entry.js.map +1 -1
  182. package/dist/esm/nv-dialog.entry.js +1 -1
  183. package/dist/esm/nv-dialogfooter_2.entry.js +2 -2
  184. package/dist/esm/nv-fieldcheckbox.entry.js +4 -4
  185. package/dist/esm/nv-fielddate.entry.js +5 -5
  186. package/dist/esm/nv-fielddaterange.entry.js +4 -4
  187. package/dist/esm/nv-fielddropdown.entry.js +3 -9
  188. package/dist/esm/nv-fielddropdown.entry.js.map +1 -1
  189. package/dist/esm/nv-fielddropdownitem.entry.js +1 -1
  190. package/dist/esm/nv-fieldmultiselect.entry.js +3 -16
  191. package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
  192. package/dist/esm/nv-fieldnumber.entry.js +3 -3
  193. package/dist/esm/nv-fieldpassword.entry.js +9 -7
  194. package/dist/esm/nv-fieldpassword.entry.js.map +1 -1
  195. package/dist/esm/nv-fieldradio.entry.js +3 -3
  196. package/dist/esm/nv-fieldselect.entry.js +5 -5
  197. package/dist/esm/nv-fieldselect.entry.js.map +1 -1
  198. package/dist/esm/nv-fieldtext.entry.js +3 -3
  199. package/dist/esm/nv-fieldtextarea.entry.js +3 -3
  200. package/dist/esm/nv-fieldtime.entry.js +9 -9
  201. package/dist/esm/nv-icon.entry.js +1 -1
  202. package/dist/esm/nv-iconbutton_2.entry.js +2 -2
  203. package/dist/esm/nv-menu.entry.js +3 -3
  204. package/dist/esm/nv-menu.entry.js.map +1 -1
  205. package/dist/esm/nv-menuitem.entry.js +1 -1
  206. package/dist/esm/nv-popover.entry.js +1 -1
  207. package/dist/esm/nv-row.entry.js +1 -1
  208. package/dist/esm/nv-stack.entry.js +1 -1
  209. package/dist/esm/nv-table.entry.js +2 -2
  210. package/dist/esm/nv-toggle.entry.js +2 -2
  211. package/dist/esm/nv-tooltip.entry.js +1 -1
  212. package/dist/native/native.css +1 -1
  213. package/dist/native/native.esm.js +1 -1
  214. package/dist/native/native.esm.js.map +1 -1
  215. package/dist/native/{p-162f4840.entry.js → p-000ef9c9.entry.js} +2 -2
  216. package/dist/native/{p-2281d5ef.entry.js → p-002e7bf1.entry.js} +2 -2
  217. package/dist/native/p-115ad66c.entry.js +2 -0
  218. package/dist/native/{p-7fade532.entry.js → p-1e5453be.entry.js} +2 -2
  219. package/dist/native/{p-1a46cb52.entry.js → p-2ed9934a.entry.js} +2 -2
  220. package/dist/native/{p-e197d90b.entry.js → p-3df6febe.entry.js} +2 -2
  221. package/dist/native/{p-464ef88f.entry.js → p-43cc98dc.entry.js} +2 -2
  222. package/dist/native/{p-46aa1136.entry.js → p-4977fcd0.entry.js} +2 -2
  223. package/dist/native/{p-725e0abd.entry.js → p-4c859a14.entry.js} +2 -2
  224. package/dist/native/{p-40f4a6e7.entry.js → p-4fe5ebe9.entry.js} +2 -2
  225. package/dist/native/{p-3af5bcc1.entry.js → p-50dcce07.entry.js} +2 -2
  226. package/dist/native/{p-ecc28398.entry.js → p-60d6ffa3.entry.js} +2 -2
  227. package/dist/native/p-60d6ffa3.entry.js.map +1 -0
  228. package/dist/native/{p-e6904ae4.entry.js → p-626a1372.entry.js} +2 -2
  229. package/dist/native/{p-0172095c.entry.js → p-6603d939.entry.js} +2 -2
  230. package/dist/native/{p-603a99ed.entry.js → p-74f7f404.entry.js} +2 -2
  231. package/dist/native/p-75f4bfe8.entry.js +2 -0
  232. package/dist/native/{p-54b6ce07.entry.js.map → p-75f4bfe8.entry.js.map} +1 -1
  233. package/dist/native/{p-abeda2cf.entry.js → p-76cd466a.entry.js} +2 -2
  234. package/dist/native/{p-45577c7f.entry.js → p-7e1fa44c.entry.js} +2 -2
  235. package/dist/native/{p-19fd6594.entry.js → p-8946883b.entry.js} +2 -2
  236. package/dist/native/p-8946883b.entry.js.map +1 -0
  237. package/dist/native/{p-c10e5113.entry.js → p-8f7c1bb8.entry.js} +2 -2
  238. package/dist/native/{p-17bf1233.entry.js → p-98030346.entry.js} +2 -2
  239. package/dist/native/{p-442f04f9.entry.js → p-aa957898.entry.js} +2 -2
  240. package/dist/native/{p-31184fdd.entry.js → p-aeac63ea.entry.js} +2 -2
  241. package/dist/native/{p-31184fdd.entry.js.map → p-aeac63ea.entry.js.map} +1 -1
  242. package/dist/native/{p-514101d6.entry.js → p-b11fdaed.entry.js} +2 -2
  243. package/dist/native/{p-332c5d6c.entry.js → p-b6164ebc.entry.js} +2 -2
  244. package/dist/native/p-b8b58064.entry.js +2 -0
  245. package/dist/native/p-b8b58064.entry.js.map +1 -0
  246. package/dist/native/{p-d9624254.entry.js → p-be5f62e5.entry.js} +2 -2
  247. package/dist/native/p-be5f62e5.entry.js.map +1 -0
  248. package/dist/native/p-c6fe73a9.entry.js +2 -0
  249. package/dist/native/p-c6fe73a9.entry.js.map +1 -0
  250. package/dist/native/{p-665db087.entry.js → p-ce64d562.entry.js} +2 -2
  251. package/dist/native/p-d352a8b3.entry.js +2 -0
  252. package/dist/native/p-d352a8b3.entry.js.map +1 -0
  253. package/dist/native/{p-314d2b34.entry.js → p-d4e48d08.entry.js} +2 -2
  254. package/dist/native/{p-f01a34c5.entry.js → p-d5158e27.entry.js} +2 -2
  255. package/dist/native/{p-942f8e92.entry.js → p-e200185a.entry.js} +2 -2
  256. package/dist/native/p-e200185a.entry.js.map +1 -0
  257. package/dist/native/{p-f5e0d5c5.entry.js → p-e4f84faa.entry.js} +2 -2
  258. package/dist/types/components/nv-badge/nv-badge.d.ts +1 -0
  259. package/dist/types/components/nv-base/nv-base.docs.d.ts +1 -1
  260. package/dist/types/components/nv-datagrid/nv-datagrid.d.ts +1 -0
  261. package/dist/types/components/nv-datagridcolumn/nv-datagridcolumn.d.ts +4 -0
  262. package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +1 -3
  263. package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +1 -10
  264. package/dist/types/components/nv-fieldpassword/nv-fieldpassword.d.ts +2 -0
  265. package/dist/types/components/nv-menu/nv-menu.d.ts +4 -4
  266. package/dist/types/components.d.ts +18 -2
  267. package/dist/types/nova-docs.d.ts +5 -0
  268. package/dist/vscode-data.json +35 -31
  269. package/hydrate/index.js +136 -115
  270. package/hydrate/index.mjs +136 -115
  271. package/package.json +3 -2
  272. package/dist/components/p-0f59f38e.js.map +0 -1
  273. package/dist/native/p-19fd6594.entry.js.map +0 -1
  274. package/dist/native/p-331da074.entry.js +0 -2
  275. package/dist/native/p-42d020a7.entry.js +0 -2
  276. package/dist/native/p-42d020a7.entry.js.map +0 -1
  277. package/dist/native/p-4403e3af.entry.js +0 -2
  278. package/dist/native/p-4403e3af.entry.js.map +0 -1
  279. package/dist/native/p-54b6ce07.entry.js +0 -2
  280. package/dist/native/p-942f8e92.entry.js.map +0 -1
  281. package/dist/native/p-d9624254.entry.js.map +0 -1
  282. package/dist/native/p-ecc28398.entry.js.map +0 -1
  283. package/dist/native/p-f89b7d06.entry.js +0 -2
  284. package/dist/native/p-f89b7d06.entry.js.map +0 -1
  285. /package/dist/native/{p-162f4840.entry.js.map → p-000ef9c9.entry.js.map} +0 -0
  286. /package/dist/native/{p-2281d5ef.entry.js.map → p-002e7bf1.entry.js.map} +0 -0
  287. /package/dist/native/{p-331da074.entry.js.map → p-115ad66c.entry.js.map} +0 -0
  288. /package/dist/native/{p-7fade532.entry.js.map → p-1e5453be.entry.js.map} +0 -0
  289. /package/dist/native/{p-1a46cb52.entry.js.map → p-2ed9934a.entry.js.map} +0 -0
  290. /package/dist/native/{p-e197d90b.entry.js.map → p-3df6febe.entry.js.map} +0 -0
  291. /package/dist/native/{p-464ef88f.entry.js.map → p-43cc98dc.entry.js.map} +0 -0
  292. /package/dist/native/{p-46aa1136.entry.js.map → p-4977fcd0.entry.js.map} +0 -0
  293. /package/dist/native/{p-725e0abd.entry.js.map → p-4c859a14.entry.js.map} +0 -0
  294. /package/dist/native/{p-40f4a6e7.entry.js.map → p-4fe5ebe9.entry.js.map} +0 -0
  295. /package/dist/native/{p-3af5bcc1.entry.js.map → p-50dcce07.entry.js.map} +0 -0
  296. /package/dist/native/{p-e6904ae4.entry.js.map → p-626a1372.entry.js.map} +0 -0
  297. /package/dist/native/{p-0172095c.entry.js.map → p-6603d939.entry.js.map} +0 -0
  298. /package/dist/native/{p-603a99ed.entry.js.map → p-74f7f404.entry.js.map} +0 -0
  299. /package/dist/native/{p-abeda2cf.entry.js.map → p-76cd466a.entry.js.map} +0 -0
  300. /package/dist/native/{p-45577c7f.entry.js.map → p-7e1fa44c.entry.js.map} +0 -0
  301. /package/dist/native/{p-c10e5113.entry.js.map → p-8f7c1bb8.entry.js.map} +0 -0
  302. /package/dist/native/{p-17bf1233.entry.js.map → p-98030346.entry.js.map} +0 -0
  303. /package/dist/native/{p-442f04f9.entry.js.map → p-aa957898.entry.js.map} +0 -0
  304. /package/dist/native/{p-514101d6.entry.js.map → p-b11fdaed.entry.js.map} +0 -0
  305. /package/dist/native/{p-332c5d6c.entry.js.map → p-b6164ebc.entry.js.map} +0 -0
  306. /package/dist/native/{p-665db087.entry.js.map → p-ce64d562.entry.js.map} +0 -0
  307. /package/dist/native/{p-314d2b34.entry.js.map → p-d4e48d08.entry.js.map} +0 -0
  308. /package/dist/native/{p-f01a34c5.entry.js.map → p-d5158e27.entry.js.map} +0 -0
  309. /package/dist/native/{p-f5e0d5c5.entry.js.map → p-e4f84faa.entry.js.map} +0 -0
package/hydrate/index.mjs CHANGED
@@ -5279,6 +5279,7 @@ var NvBadgeStyle0 = nvBadgeCss;
5279
5279
 
5280
5280
  /**
5281
5281
  * @slot leading-icon - Icon before the label.
5282
+ * @slot default - for custom content, for pure text use label instead.
5282
5283
  */
5283
5284
  class NvBadge {
5284
5285
  constructor(hostRef) {
@@ -5316,7 +5317,6 @@ class NvBadge {
5316
5317
  * Controls the visibility of the badge. Will animate with fade and collapse.
5317
5318
  */
5318
5319
  this.hidden = false; // eslint-disable-line @stencil-community/reserved-member-names
5319
- this._isHidden = this.hidden;
5320
5320
  /**
5321
5321
  * When true, the alert does not automatically close upon dismissing.
5322
5322
  * Useful for externally controlled component behavior.
@@ -5385,6 +5385,7 @@ class NvBadge {
5385
5385
  this.leadIcon = this.icon;
5386
5386
  }
5387
5387
  if (this.hidden) {
5388
+ this._isHidden = true;
5388
5389
  const { setCollapsed } = useCollapse(this.ref);
5389
5390
  const { setFadeOut } = useFade(this.ref);
5390
5391
  setCollapsed();
@@ -5395,11 +5396,11 @@ class NvBadge {
5395
5396
  /****************************************************************************/
5396
5397
  //#region RENDER
5397
5398
  render() {
5398
- return (hAsync(Host, { key: '63f256c6711546ca5304d46c2624e52f35dc2b46', class: clsx(`badge-${this.color}`, {
5399
+ return (hAsync(Host, { key: '8d97eed4a84f2f913e4f8cd64d08c806d9724f33', class: clsx(`badge-${this.color}`, {
5399
5400
  'has-close': this.dismissible,
5400
5401
  'with-gap': this.dismissible || this.label,
5401
5402
  'visually-hidden': this._isHidden,
5402
- }) }, hAsync("slot", { key: '181e608d22c697517ef55dbc4432ac06cdf6892e', name: "leading-icon" }, this.leadIcon && (hAsync("nv-icon", { key: '914d75ef9d54e2c8c94c9c99a4efeb59aa654f1c', slot: "leading-icon", name: this.leadIcon, size: "sm" }))), this.label && hAsync("span", { key: 'd32ff92840bba1cc983b24a4fee95af065ffef0e' }, this.label), this.dismissible && (hAsync("button", { key: '1dbd1e432774e26936f93f7207e1f6eb93fa0819', onClick: this.handleClose, class: "close", type: "button" }, hAsync("nv-icon", { key: '8372fb5ba1dafd5758807485a5be3880a009567d', name: "x", size: "sm" })))));
5403
+ }) }, hAsync("slot", { key: '34c2c387727e6b68d37fe2b2ac68c82799356e3d', name: "leading-icon" }, this.leadIcon && hAsync("nv-icon", { key: '0c23dd58e48fce39d7935549c6289f87f1fb66af', name: this.leadIcon, size: "sm" })), hAsync("slot", { key: '7485f570aa3cf519b030bedfa8ccf6a6d37d2c1b' }, this.label && hAsync("span", { key: 'eb7afa0eb52582c6d782d2383dfe2eeb41a9649b' }, this.label)), this.dismissible && (hAsync("button", { key: 'bc07eed3e1328a8009cb2c8add026a7f8a5335da', onClick: this.handleClose, class: "close", type: "button" }, hAsync("nv-icon", { key: 'ab0b2c6224f4b8b147e8158856acbf1ab987b392', name: "x", size: "sm" })))));
5403
5404
  }
5404
5405
  get ref() { return getElement(this); }
5405
5406
  static get watchers() { return {
@@ -5493,7 +5494,7 @@ class NvBaseComponent {
5493
5494
  /****************************************************************************/
5494
5495
  //#region RENDER
5495
5496
  render() {
5496
- return (hAsync(Host, { key: '81da4e7fd653192079ab22a607d1f525b504f3e4', style: { display: 'block' } }, hAsync("slot", { key: 'e766e4b073b16d367c473b02c94448cf835a4921' })));
5497
+ return (hAsync(Host, { key: 'ba3d284241a61fa30bd434f563b7e4962ea3f238', style: { display: 'block' } }, hAsync("slot", { key: '44a0f1bc5267cf7e7bd0c1d258e8d9b8020a59f3' })));
5497
5498
  }
5498
5499
  get el() { return getElement(this); }
5499
5500
  static get cmpMeta() { return {
@@ -5538,7 +5539,7 @@ class NvBreadcrumb {
5538
5539
  /****************************************************************************/
5539
5540
  //#region RENDER
5540
5541
  render() {
5541
- return (hAsync(Host, { key: 'c985863a0ffdcd051abd712c357110cfa056c382', role: "listitem", "aria-current": this.current ? 'location' : undefined, class: clsx({ 'visually-hidden': this.current }) }, this.type === 'collapsed' ? (hAsync("button", { ref: el => (this.popoverTrigger = el) }, "...")) : (hAsync("slot", null)), this.tooltip && (hAsync("nv-tooltip", { key: '4f7ad5175285ea442cd42581e292d2d430eb8770', message: this.tooltip, triggerElement: this.popoverTrigger, placement: "top" })), this.type === 'collapsed' && (hAsync("nv-popover", { key: '29aba9e64f0d1785852dc4b830959dcbbd7dfc8b', triggerMode: "click", groupName: "breadcrumbs", triggerElement: this.popoverTrigger }, hAsync("ul", { key: '0fde9dac023e6a77cb1524cbfcdf58d11e5a21f3', slot: "content" }, hAsync("slot", { key: 'c263990647dc304a37971168669ced00bf46c588' })))), hAsync("span", { key: 'f9f96fb13c67e4d3844007342c931ccd690ca7f5', "data-scope": "separator" }, "/")));
5542
+ return (hAsync(Host, { key: '8ffa46d8714261924aaab55940c7dc6b36f2a9f9', role: "listitem", "aria-current": this.current ? 'location' : undefined, class: clsx({ 'visually-hidden': this.current }) }, this.type === 'collapsed' ? (hAsync("button", { ref: el => (this.popoverTrigger = el) }, "...")) : (hAsync("slot", null)), this.tooltip && (hAsync("nv-tooltip", { key: 'a2beda9f4b9a5eb71962a1cc060f5467fd2b0134', message: this.tooltip, triggerElement: this.popoverTrigger, placement: "top" })), this.type === 'collapsed' && (hAsync("nv-popover", { key: 'd4a837d21c07697d6ef01506169474bd5cf5a304', triggerMode: "click", groupName: "breadcrumbs", triggerElement: this.popoverTrigger }, hAsync("ul", { key: 'bf089278cfe03ed3ae4beeac57ad67dc029b91cf', slot: "content" }, hAsync("slot", { key: '23f21367fc803a5f176947720e55dba4201f64c4' })))), hAsync("span", { key: 'e1a9414f3be1fd6ef3450f3e7b99d7ff091ec2f0', "data-scope": "separator" }, "/")));
5542
5543
  }
5543
5544
  get el() { return getElement(this); }
5544
5545
  static get style() { return NvBreadcrumbStyle0; }
@@ -5568,7 +5569,7 @@ class NvBreadcrumbs {
5568
5569
  }
5569
5570
  //#region RENDER
5570
5571
  render() {
5571
- return (hAsync(Host, { key: 'd54bb25f9f34ea0f5ea58da6a60261aed57fefef', role: "navigation", "aria-label": "breadcrumbs" }, hAsync("ol", { key: '660c31fbb8860ce0639b475875dd720f3876549b' }, hAsync("slot", { key: 'c77828910bfb759839d04b5ac28e11cebec7c937' }))));
5572
+ return (hAsync(Host, { key: '5ab0f09cb86a92464ffcd06d8129543539bdcddf', role: "navigation", "aria-label": "breadcrumbs" }, hAsync("ol", { key: 'a7624a2400d9a91ec477694bbd3600960e198981' }, hAsync("slot", { key: '7c4102ceebe110377bf212e0695bdec6b455ea74' }))));
5572
5573
  }
5573
5574
  static get style() { return NvBreadcrumbsStyle0; }
5574
5575
  static get cmpMeta() { return {
@@ -5732,7 +5733,7 @@ class NvButton {
5732
5733
  /****************************************************************************/
5733
5734
  //#region RENDER
5734
5735
  render() {
5735
- return (hAsync(Host, { key: '2e0084462020783fc79f59bb8f9700efde5326f9', role: "button", tabindex: "0", onClick: this.handleButtonClick }, this.loading && (hAsync("nv-loader", { key: '71f6b82ad0a48bd1e80f12685e0513acdb2b5431', size: this.size === ButtonSize.Large ? 'sm' : 'xs' })), hAsync("slot", { key: 'eaeb55591a8f5e25707e12e62c0a85d6bd869fad', name: "leading-icon" }), hAsync("slot", { key: 'ad6e7d861a3becdf31643c6cbc49a122f89d36eb' }), hAsync("slot", { key: '6c3eeecc5a2c99d01a7b555b8f7d314d6f985012', name: "trailing-icon" })));
5736
+ return (hAsync(Host, { key: '751fa0a552eaf13a193a15f9c9d6fe0c257b93e8', role: "button", tabindex: "0", onClick: this.handleButtonClick }, this.loading && (hAsync("nv-loader", { key: 'ae8b39b13bfd6cd8a33f7a30afea19e426d0064d', size: this.size === ButtonSize.Large ? 'sm' : 'xs' })), hAsync("slot", { key: 'e1a213305895c9b35d517bedce3a61f49e39642a', name: "leading-icon" }), hAsync("slot", { key: '2e9e5ed4381790f3c1c06f1a4bf5f60bda79bd1c' }), hAsync("slot", { key: 'e960ec4f4eca0a2a941ca7f3b96a4e31603fa633', name: "trailing-icon" })));
5736
5737
  }
5737
5738
  static get formAssociated() { return true; }
5738
5739
  get el() { return getElement(this); }
@@ -6787,7 +6788,7 @@ class NvCalendar {
6787
6788
  * @slot default - Child content of the component.
6788
6789
  */
6789
6790
  render() {
6790
- return (hAsync(Host, { key: '43c78a6ec3df4b8e8c909a84ba11172081c87757' }, hAsync("div", { key: 'd60d2695e78a5361af1365d10482d74734adc35e', class: "datepicker-root" }, hAsync("div", { key: '6fd36abda10808660474a9473e45344162f5f34a', class: `datepicker-container ${this.numberOfCalendars === 1 ? 'datepicker-container-single' : ''}` }, hAsync("div", { key: '443a6ca08d7ba5d7cc1f3a261f9173e7aa3ab037', class: `datepicker-wrapper ${this.numberOfCalendars === 1 ? 'single' : ''}` }, this.shortcutsPlacement === 'left' && this.renderShortcuts(), Array.from({ length: this.numberOfCalendars }, (_, index) => this.renderCalendar(index, index)), this.shortcutsPlacement === 'right' && this.renderShortcuts()), (this.hasShortcuts || this.hasActions) && (hAsync("div", { key: '3fddbf390693d2f291f1a834447c24e26a2900cc', class: "datepicker-controls" }, this.hasShortcuts && this.renderShortcuts(), this.hasActions && this.renderActions())))), hAsync("slot", { key: 'ec40ab4d4ac408554b700deff08d1b202718963a' })));
6791
+ return (hAsync(Host, { key: '49bdf5cc44f9e8f13b0fd61936d3b015e6105d18' }, hAsync("div", { key: 'e1a0fcc20c7c12930df31c36751824a64fae053f', class: "datepicker-root" }, hAsync("div", { key: '48cd6f6d92c41c748fdd05a6d932cbb634e3dfd6', class: `datepicker-container ${this.numberOfCalendars === 1 ? 'datepicker-container-single' : ''}` }, hAsync("div", { key: 'f5d5ca631e448067cbfb04f0bcc74695b5c6fb5e', class: `datepicker-wrapper ${this.numberOfCalendars === 1 ? 'single' : ''}` }, this.shortcutsPlacement === 'left' && this.renderShortcuts(), Array.from({ length: this.numberOfCalendars }, (_, index) => this.renderCalendar(index, index)), this.shortcutsPlacement === 'right' && this.renderShortcuts()), (this.hasShortcuts || this.hasActions) && (hAsync("div", { key: 'cb1ebc42e3616b9c35d147c227a53924fd2c73c8', class: "datepicker-controls" }, this.hasShortcuts && this.renderShortcuts(), this.hasActions && this.renderActions())))), hAsync("slot", { key: 'e9bec2dd219502e8855c6195ebe69bff8fff0da5' })));
6791
6792
  }
6792
6793
  get el() { return getElement(this); }
6793
6794
  static get watchers() { return {
@@ -6855,7 +6856,7 @@ class NvCol {
6855
6856
  /****************************************************************************/
6856
6857
  //#region RENDER
6857
6858
  render() {
6858
- return (hAsync(Host, { key: 'f9a8dd28d7675648ecb3b9cf4d1e196040f4237f', class: clsx(this.getColSize()) }, hAsync("slot", { key: '94c16b6e2df73cb21263423d378ab5fe285a7859' })));
6859
+ return (hAsync(Host, { key: '8c6efe159aa3b9d853d07897e17045adabf5716c', class: clsx(this.getColSize()) }, hAsync("slot", { key: '5438e2dd941088fde68b17495a4d231cc56fba3c' })));
6859
6860
  }
6860
6861
  static get style() { return NvColStyle0; }
6861
6862
  static get cmpMeta() { return {
@@ -10217,6 +10218,7 @@ class NvDatagrid {
10217
10218
  this.parsedColumns = []; // Parsed array
10218
10219
  this.parsedData = []; // Parsed array
10219
10220
  this.globalFilter = '';
10221
+ this.columnData = [];
10220
10222
  //#endregion STATES
10221
10223
  /****************************************************************************/
10222
10224
  //#region PROPERTIES
@@ -10292,6 +10294,7 @@ class NvDatagrid {
10292
10294
  */
10293
10295
  cacheTemplates() {
10294
10296
  const columns = Array.from(this.el.querySelectorAll('nv-datagridcolumn'));
10297
+ this.columnData = [];
10295
10298
  columns.forEach((col) => {
10296
10299
  const key = col.accessor;
10297
10300
  const cellSlot = col.querySelector('[slot="cell"]');
@@ -10312,6 +10315,12 @@ class NvDatagrid {
10312
10315
  this.headerTemplateCache.set(key, headerDiv);
10313
10316
  }
10314
10317
  }
10318
+ const colData = {
10319
+ header: col.header,
10320
+ accessor: col.accessor,
10321
+ repeatTemplate: col.hasAttribute('repeat-template'),
10322
+ };
10323
+ this.columnData.push(colData);
10315
10324
  });
10316
10325
  }
10317
10326
  parseDataAndColumns() {
@@ -10593,7 +10602,25 @@ class NvDatagrid {
10593
10602
  }
10594
10603
  }
10595
10604
  // Handle single-level key lookup
10596
- return key in cellValue ? String(cellValue[key]) : this.fallbackValue;
10605
+ if (key in cellValue) {
10606
+ return String(cellValue[key]);
10607
+ }
10608
+ else if (Array.isArray(cellValue)) {
10609
+ // Handle array of objects
10610
+ const response = cellValue.map((item) => {
10611
+ if (typeof item !== 'object') {
10612
+ return item.toString();
10613
+ }
10614
+ else if (key in item) {
10615
+ return item[key];
10616
+ }
10617
+ else {
10618
+ return item.toString();
10619
+ }
10620
+ });
10621
+ return response.join(', ');
10622
+ }
10623
+ return this.fallbackValue;
10597
10624
  }
10598
10625
  // If cellValue is a primitive (string, number, boolean, etc.), return it as a string
10599
10626
  return (_a = cellValue === null || cellValue === void 0 ? void 0 : cellValue.toString()) !== null && _a !== void 0 ? _a : this.fallbackValue;
@@ -10704,7 +10731,7 @@ class NvDatagrid {
10704
10731
  const rows = !this.table || this.table === undefined || this.parsedData.length === 0
10705
10732
  ? []
10706
10733
  : (_c = (_b = this.table) === null || _b === void 0 ? void 0 : _b.getRowModel()) === null || _c === void 0 ? void 0 : _c.rows;
10707
- return (hAsync(Host, { key: '6768db58f6a19cbb64e2206957ca27c18c408e46' }, hAsync("div", { key: 'e262922097ae61025e13f8fe685ed7b38063e82c', class: "hidden" }, hAsync("slot", { key: '9025f410bc3e6b409d6225a53a97d13aa3629200' })), hAsync("slot", { key: '684876205d7092a4edf325c8897e97a491b77c6a', name: "before" }), this.enableGlobalFilter && this.table && (hAsync("div", { key: 'b2fe6dd4a97d978617d404134286e6048eb8ddc2', class: "search-container" }, hAsync("input", { key: '82c5d3b73b0bff0c2415ad896a6a4504bb1bb92c', type: "text", value: (_d = this.globalFilter) !== null && _d !== void 0 ? _d : '', onInput: this.handleGlobalFilteringOnInput, placeholder: "Search all columns...", class: "search-input", "aria-label": "Search all columns" }))), this.parsedColumns.length === 0 && this.parsedData.length === 0 ? (hAsync("div", { class: "no-data" }, this.noColumnsNoDataMessage)) : (hAsync("table", null, this.parsedColumns.length > 0 && headerGroups.length > 0 && (hAsync("thead", null, this.parsedColumns.length > 0 && headerGroups
10734
+ return (hAsync(Host, { key: '94163c2c73d03dca35795bfb536c5743cb3aa0dc' }, hAsync("div", { key: '022776844872a4a6fcf9d7bdc71651e946e83724', class: "hidden" }, hAsync("slot", { key: 'a479cfc2b5ee53aa83450ec784451625e1ae7667' })), hAsync("slot", { key: '9beeb16975a685d8ce05981923c999ab2ffa004e', name: "before" }), this.enableGlobalFilter && this.table && (hAsync("div", { key: '57efcd1ee55fae941a0071000dc665ee76615f32', class: "search-container" }, hAsync("input", { key: 'd7352618ce123a7c14d8ebcc0b228136ae2df66a', type: "text", value: (_d = this.globalFilter) !== null && _d !== void 0 ? _d : '', onInput: this.handleGlobalFilteringOnInput, placeholder: "Search all columns...", class: "search-input", "aria-label": "Search all columns" }))), this.parsedColumns.length === 0 && this.parsedData.length === 0 ? (hAsync("div", { class: "no-data" }, this.noColumnsNoDataMessage)) : (hAsync("table", null, this.parsedColumns.length > 0 && headerGroups.length > 0 && (hAsync("thead", null, this.parsedColumns.length > 0 && headerGroups
10708
10735
  ? headerGroups === null || headerGroups === void 0 ? void 0 : headerGroups.map(headerGroup => (hAsync("tr", { key: headerGroup.id }, headerGroup.headers.map(header => {
10709
10736
  return (hAsync("th", { key: header.id }, header.isPlaceholder
10710
10737
  ? null
@@ -10714,12 +10741,19 @@ class NvDatagrid {
10714
10741
  const rowId = row.id;
10715
10742
  const visibleCells = row === null || row === void 0 ? void 0 : row.getVisibleCells();
10716
10743
  return (hAsync("tr", { key: rowId }, visibleCells.map(cell => {
10744
+ var _a, _b;
10717
10745
  const cellAccessors = cell.column.id;
10718
10746
  const cellValue = cell.getValue();
10719
- return (hAsync("td", { key: cell.id, "data-row-id": rowId }, this.renderTemplate(this.templateCache.get(cellAccessors), cellValue, row) ||
10720
- (cellValue !== null && cellValue !== void 0 ? cellValue : this.fallbackValue)));
10747
+ return (hAsync("td", { key: cell.id, "data-row-id": rowId }, ((_a = this.columnData.find(x => x.accessor === cellAccessors)) === null || _a === void 0 ? void 0 : _a.repeatTemplate) && Array.isArray(cellValue)
10748
+ ? cellValue.map((item) => {
10749
+ var _a;
10750
+ return (_a = (this.renderTemplate(this.templateCache.get(cellAccessors), item, row) ||
10751
+ item)) !== null && _a !== void 0 ? _a : this.fallbackValue;
10752
+ })
10753
+ : (_b = (this.renderTemplate(this.templateCache.get(cellAccessors), cellValue, row) ||
10754
+ cellValue)) !== null && _b !== void 0 ? _b : this.fallbackValue));
10721
10755
  })));
10722
- }))))), hAsync("slot", { key: '4bda5737d7917a508b97cf38b764000f8c5d368d', name: "after" })));
10756
+ }))))), hAsync("slot", { key: '15815f259d3936559c89ff943dc349f99fda34fa', name: "after" })));
10723
10757
  }
10724
10758
  get el() { return getElement(this); }
10725
10759
  static get watchers() { return {
@@ -10748,7 +10782,8 @@ class NvDatagrid {
10748
10782
  "table": [32],
10749
10783
  "parsedColumns": [32],
10750
10784
  "parsedData": [32],
10751
- "globalFilter": [32]
10785
+ "globalFilter": [32],
10786
+ "columnData": [32]
10752
10787
  },
10753
10788
  "$listeners$": undefined,
10754
10789
  "$lazyBundleId$": "-",
@@ -10763,23 +10798,28 @@ class NvDatagrid {
10763
10798
  class NvDatagridcolumn {
10764
10799
  constructor(hostRef) {
10765
10800
  registerInstance(this, hostRef);
10801
+ /**
10802
+ * Whether the column need to be repeated with the template.
10803
+ */
10804
+ this.repeatTemplate = false;
10766
10805
  }
10767
10806
  //#endregion PROPERTIES
10768
10807
  /****************************************************************************/
10769
10808
  //#region RENDER
10770
10809
  render() {
10771
- return (hAsync(Host, { key: '2152d749763187f6b423094fd7f9bffeea9e5581' }, hAsync("slot", { key: '101690ca4e853b28543796c5e74a38e142c38978', name: "header" }), hAsync("slot", { key: '78ad0c0a78ad12418d3fcba33ae8ec476af8f6b9', name: "cell" })));
10810
+ return (hAsync(Host, { key: '462144dc8ea401f4f3e3683bdafba983c7147737' }, hAsync("slot", { key: '9af4055567f5199f6b4393e37a8a77b884ce82b9', name: "header" }), hAsync("slot", { key: '36b8cfd9bc974ed9d2a249418ababa504b66091d', name: "cell" })));
10772
10811
  }
10773
10812
  static get cmpMeta() { return {
10774
10813
  "$flags$": 4,
10775
10814
  "$tagName$": "nv-datagridcolumn",
10776
10815
  "$members$": {
10777
10816
  "header": [513],
10778
- "accessor": [513]
10817
+ "accessor": [513],
10818
+ "repeatTemplate": [516, "repeat-template"]
10779
10819
  },
10780
10820
  "$listeners$": undefined,
10781
10821
  "$lazyBundleId$": "-",
10782
- "$attrsToReflect$": [["header", "header"], ["accessor", "accessor"]]
10822
+ "$attrsToReflect$": [["header", "header"], ["accessor", "accessor"], ["repeatTemplate", "repeat-template"]]
10783
10823
  }; }
10784
10824
  }
10785
10825
 
@@ -11639,7 +11679,7 @@ class NvDialog {
11639
11679
  //#region RENDER
11640
11680
  render() {
11641
11681
  const hasForm = this.form || this.el.querySelector('form');
11642
- return (hAsync(Host, { key: '0d1971821d9b2246e34266f14a5ac5b821fac49f' }, hAsync("slot", { key: 'a606aad42659ca51f37a06e1a423e1ecab1d11d3', name: "trigger" }), hAsync("dialog", { key: '08eb4d75656c6b231bbeb5e9e9e769f923cd8827', ref: el => (this.dialogElement = el), onClose: this.handleDialogClose, role: "dialog", "aria-modal": "true", "aria-labelledby": "dialog-header", "aria-describedby": "dialog-content", class: clsx({ full: this.full }) }, hAsync("div", { key: '4b0a03d468ef0a9abac1ed023ba6c98998a5166d', class: "content" }, !this.undismissable && (hAsync("nv-button", { key: '3e18e13147d82594a3ce690dd34b600240bebc0a', class: "close-button", emphasis: "lower", size: "sm", onClick: this.handleCloseButton, "aria-label": "Close dialog" }, hAsync("nv-icon", { key: '7e1ac2679a70e5c0c256bdbe3b6ea85ed02cb1d3', name: "x", size: "sm" }))), this.headerElement ? (hAsync("slot", { name: "header" })) : (hAsync("nv-dialogheader", { id: "dialog-header" })), hAsync("div", { key: '440b69a2e068c233aad49876a70c03ed49a9f6ea', class: "content-body", id: "dialog-content" }, hAsync("slot", { key: 'a959c6e941613e150372891a5e5ca4a5ff19f4d7' })), this.footerElement ? (hAsync("slot", { name: "footer" })) : (hAsync("nv-dialogfooter", { form: this.form, primaryButtonType: hasForm ? ButtonType.Submit : ButtonType.Button, onDialogCanceled: this.handleCancelButton, undismissable: this.undismissable }))))));
11682
+ return (hAsync(Host, { key: '61eba0f85db952b244052a3ee2ef7b7f87fd326c' }, hAsync("slot", { key: '44c72cba8610442c45386055285fcc81b9fccc4f', name: "trigger" }), hAsync("dialog", { key: 'db3983ac428f7e537037884f5556d97330928238', ref: el => (this.dialogElement = el), onClose: this.handleDialogClose, role: "dialog", "aria-modal": "true", "aria-labelledby": "dialog-header", "aria-describedby": "dialog-content", class: clsx({ full: this.full }) }, hAsync("div", { key: '9ec2a2df306d68ac4cea2c5b2c303d3b491d5e34', class: "content" }, !this.undismissable && (hAsync("nv-button", { key: 'a586462512605de60726b912897fa16c39f8f68f', class: "close-button", emphasis: "lower", size: "sm", onClick: this.handleCloseButton, "aria-label": "Close dialog" }, hAsync("nv-icon", { key: '95eb4b492442aa0eb43dcab3f9111d9961421322', name: "x", size: "sm" }))), this.headerElement ? (hAsync("slot", { name: "header" })) : (hAsync("nv-dialogheader", { id: "dialog-header" })), hAsync("div", { key: 'f9c1cf75b545166afc4dbb3d650e90042a83ea7a', class: "content-body", id: "dialog-content" }, hAsync("slot", { key: '7716af492453f1a9f142aaf2a8af06689e4ded82' })), this.footerElement ? (hAsync("slot", { name: "footer" })) : (hAsync("nv-dialogfooter", { form: this.form, primaryButtonType: hasForm ? ButtonType.Submit : ButtonType.Button, onDialogCanceled: this.handleCancelButton, undismissable: this.undismissable }))))));
11643
11683
  }
11644
11684
  get el() { return getElement(this); }
11645
11685
  static get watchers() { return {
@@ -11755,7 +11795,7 @@ class NvDialogfooter {
11755
11795
  /****************************************************************************/
11756
11796
  //#region RENDER
11757
11797
  render() {
11758
- return (hAsync(Host, { key: 'eda5ae29872e57688e5557f17baa87ea6f0cab87' }, !this.hasSlot ? (hAsync(Fragment, null, !this.undismissable && (hAsync("nv-button", { onClick: this.handleCancel, emphasis: "low", size: "sm" }, this.cancelLabel)), hAsync("nv-button", { onClick: this.handlePrimary, disabled: this.disabled, danger: this.danger, size: "sm", emphasis: "high", form: this.form, type: this.primaryButtonType }, this.leadingIcon && (hAsync("nv-icon", { slot: "leading-icon", name: this.leadingIcon, size: "sm" })), this.primaryLabel, this.trailingIcon && (hAsync("nv-icon", { slot: "trailing-icon", name: this.trailingIcon, size: "sm" }))))) : (hAsync("slot", null))));
11798
+ return (hAsync(Host, { key: '11bfb772cb942d91363b9636f0baf10d33ce6bbd' }, !this.hasSlot ? (hAsync(Fragment, null, !this.undismissable && (hAsync("nv-button", { onClick: this.handleCancel, emphasis: "low", size: "sm" }, this.cancelLabel)), hAsync("nv-button", { onClick: this.handlePrimary, disabled: this.disabled, danger: this.danger, size: "sm", emphasis: "high", form: this.form, type: this.primaryButtonType }, this.leadingIcon && (hAsync("nv-icon", { slot: "leading-icon", name: this.leadingIcon, size: "sm" })), this.primaryLabel, this.trailingIcon && (hAsync("nv-icon", { slot: "trailing-icon", name: this.trailingIcon, size: "sm" }))))) : (hAsync("slot", null))));
11759
11799
  }
11760
11800
  static get formAssociated() { return true; }
11761
11801
  get el() { return getElement(this); }
@@ -11811,7 +11851,7 @@ class NvDialogheader {
11811
11851
  /****************************************************************************/
11812
11852
  //#region RENDER
11813
11853
  render() {
11814
- return (hAsync(Host, { key: '539e18fe0cca582002a55fbf4a72f1dccdc09a06' }, !this.hasSlot ? (hAsync(Fragment, null, hAsync("div", { class: "heading" }, this.heading), hAsync("div", { class: "subheading" }, this.subheading))) : (hAsync("slot", null))));
11854
+ return (hAsync(Host, { key: '7658d8f0517e63b3688b938108e8c3a6df788a77' }, !this.hasSlot ? (hAsync(Fragment, null, hAsync("div", { class: "heading" }, this.heading), hAsync("div", { class: "subheading" }, this.subheading))) : (hAsync("slot", null))));
11815
11855
  }
11816
11856
  get el() { return getElement(this); }
11817
11857
  static get style() { return NvDialogheaderStyle0; }
@@ -11948,13 +11988,13 @@ class NvFieldcheckbox {
11948
11988
  /****************************************************************************/
11949
11989
  //#region RENDER
11950
11990
  render() {
11951
- return (hAsync(Host, { key: 'b116295489cba9239b5d6392c6518b0c57af5191', class: clsx(this.labelPlacement === 'before' && 'label-placement-before', this.error && 'error') }, hAsync("div", { key: 'b769f372a3f69899ec1cc76a4d4b2dbc7766252f', class: "input-container" }, hAsync("input", { key: 'd35876f83b8a57bfd19243de1e0db8202270e3c5', type: "checkbox", id: this.inputId, name: this.name, autofocus: this.autofocus, autocomplete: "off", value: this.value, checked: Boolean(this.checked), disabled: this.disabled || this.readonly, readonly: this.readonly && !this.required, required: this.required, indeterminate: this.indeterminate, ref: el => {
11991
+ return (hAsync(Host, { key: '1d627199f94d133d82bbef8f20de86590d9a3813', class: clsx(this.labelPlacement === 'before' && 'label-placement-before', this.error && 'error') }, hAsync("div", { key: 'bca54e59576da2ec632a7ef7c5f8adb6fb3c77fb', class: "input-container" }, hAsync("input", { key: '4f27772a35e74cc945fc4de202099866fbd8a317', type: "checkbox", id: this.inputId, name: this.name, autofocus: this.autofocus, autocomplete: "off", value: this.value, checked: Boolean(this.checked), disabled: this.disabled || this.readonly, readonly: this.readonly && !this.required, required: this.required, indeterminate: this.indeterminate, ref: el => {
11952
11992
  if (el) {
11953
11993
  el.indeterminate = this.indeterminate;
11954
11994
  }
11955
- } }), hAsync("span", { key: '1ee167d0b2ce274d04d1e4b2be6413073b22c8c6', class: "icon" }, this.checked && !this.indeterminate && (hAsync("slot", { key: 'c30cb3412f622ef77eb063818f5a3747f9d17978', name: "checked-icon" }, hAsync("svg", { key: 'ae0629aac32ecd36393c2de7e492ede9d040ae78', xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 14 14", fill: "none" }, hAsync("path", { key: '882eef5ea011863ebe1c48a0b2b08e409f248b99', d: "M11.6667 3.5L5.25004 9.91667L2.33337 7", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.indeterminate && (hAsync("slot", { key: '5776848166e3f332eb010739fa6406fb23820f6b', name: "indeterminate-icon" }, hAsync("svg", { key: '8668230cf4c31efb7c314bb32e22b3e7062184c1', class: "indeterminate-svg", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", fill: "none" }, hAsync("path", { key: '7b2cd078b8eabcd3c45c7dfd71754ed1f5c3a77d', d: "M2.9165 7H11.0832", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), hAsync("div", { key: 'ace39a1b99e5eb521b6612bd9d52d788d77815e3', class: "text-container" }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '2361d3fef97b97b07c96243d56b6f3d86703347e', htmlFor: this.inputId, class: clsx(this.hideLabel && 'visually-hidden') }, hAsync("slot", { key: '8f49928ebf77fd0ee1eda81640a57d5d4788440b', name: "label" }, this.label))), (this.description ||
11956
- this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: 'f0555ef436450adcad6cce6037f69d40403e99d1', class: "description" }, hAsync("slot", { key: 'bb18fbebf918d035f3eb42ac4d58c631d4146261', name: "description" }, this.description))), (this.errorDescription ||
11957
- this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: '804306abacc16d0fdf79fc7826d19a3934ee1e3f', hidden: !this.error, class: "error-description" }, hAsync("slot", { key: '8288bc5c84368072278d5ad61d0b0b09f455749d', name: "error-description" }, this.errorDescription))))));
11995
+ } }), hAsync("span", { key: 'd575209c82fe0cbb4f3136a50eb78a9db12cacc0', class: "icon" }, this.checked && !this.indeterminate && (hAsync("slot", { key: 'c265cb54bc4d76962203e8ee0298508e9f96bc58', name: "checked-icon" }, hAsync("svg", { key: '03d326e69ac11bf22bc3ce43a80023f8c2ff8401', xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 14 14", fill: "none" }, hAsync("path", { key: 'ae602d5613c82569f89f97d9e1b6994940f03f9c', d: "M11.6667 3.5L5.25004 9.91667L2.33337 7", "stroke-linecap": "round", "stroke-linejoin": "round" })))), this.indeterminate && (hAsync("slot", { key: '9f90d9b9a63a50bd0ecd4433b390d4c03604e124', name: "indeterminate-icon" }, hAsync("svg", { key: '7681c9b1203240f419fb7cf93644cef77f8438f6', class: "indeterminate-svg", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", fill: "none" }, hAsync("path", { key: 'c28a5d22adace616ede31baa3a4edbc8cb899f01', d: "M2.9165 7H11.0832", "stroke-linecap": "round", "stroke-linejoin": "round" })))))), hAsync("div", { key: '9213ad654a4c4f9576160c80195aec378559f2a0', class: "text-container" }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '73f6c22fe57659b0618216e69289a5704ac231eb', htmlFor: this.inputId, class: clsx(this.hideLabel && 'visually-hidden') }, hAsync("slot", { key: 'fd70342006329609c2b0f9b501d0e2e7ad311f07', name: "label" }, this.label))), (this.description ||
11996
+ this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: '17fb2ed0060b24b1ef797efe34b53c94a755a1ac', class: "description" }, hAsync("slot", { key: '96d6c1b135f716de40c1223f35a479d3c8cc6c0d', name: "description" }, this.description))), (this.errorDescription ||
11997
+ this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: 'c63392b6d315d5104087561ca2abf166e190f0f7', hidden: !this.error, class: "error-description" }, hAsync("slot", { key: '154010b1ec725f95d88bbf18a9e5d309b73affdd', name: "error-description" }, this.errorDescription))))));
11958
11998
  }
11959
11999
  static get formAssociated() { return true; }
11960
12000
  get el() { return getElement(this); }
@@ -16011,12 +16051,12 @@ class NvFielddate {
16011
16051
  /****************************************************************************/
16012
16052
  //#region RENDER
16013
16053
  render() {
16014
- return (hAsync(Host, { key: 'df11f4f395a48f6288b20a242cccdacc9d7b397c' }, ((this.label && this.label.length > 0) ||
16015
- this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: 'bebb3787dcef1ea73bada36586bdd678f0ce0556', htmlFor: this.inputId }, hAsync("slot", { key: '52be6fb452bcd9471708376e708e9a8126af73c2', name: "label" }, this.label))), hAsync("nv-popover", { key: '6e1cc0a602641ec43be99ca990d64f175ff7bac8', ref: el => (this.popoverElement = el), id: this.popoverId, triggerMode: "controlled", placement: "bottom-start", open: this.open }, hAsync("div", { key: '7cc0bcc9df49252d209caa22b61358c230d2f0dd', slot: "trigger", class: "input-wrapper" }, hAsync("slot", { key: '13037bdfe258561afd35c23fd1cb94ed96bbba9d', name: "before-input" }), hAsync("div", { key: '5a0c1bce690feb834f6183c57772d7b2eed0a8a6', class: "input-container", onClick: this.handleInputContainerClick }, hAsync("slot", { key: '73842b222ba5059f1f09a4ce57b662710a1e341a', name: "leading-input" }), hAsync("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 }), hAsync("nv-iconbutton", { key: 'dff7fe7f4a49a3da8ed44235ef719e726a40db87', class: "toggle-calendar-icon", name: "calendar" //{this.open ? 'chevron-top' : 'chevron-down'}
16054
+ return (hAsync(Host, { key: 'c7df11a97881887a55ebcedcb2b92aa1ac24097e' }, ((this.label && this.label.length > 0) ||
16055
+ this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: 'a1b973f2de3b2510e7ed9c4a02d38ebc96cf5261', htmlFor: this.inputId }, hAsync("slot", { key: '8a236ef847c3c65994fa47fad12f7c1a84820859', name: "label" }, this.label))), hAsync("nv-popover", { key: '76448ee54d85eeed56bc700b6cf5c92bfbad75b3', ref: el => (this.popoverElement = el), id: this.popoverId, triggerMode: "controlled", placement: "bottom-start", open: this.open }, hAsync("div", { key: '1e3610ab28f294d1075aa78a971ee80a2c5f67bc', slot: "trigger", class: "input-wrapper" }, hAsync("slot", { key: '1ddf6042b74ba760238a92a4bd76e1385ed5b964', name: "before-input" }), hAsync("div", { key: 'ed60189f121928bc42fdf6f419a92fe2733ad2a3', class: "input-container", onClick: this.handleInputContainerClick }, hAsync("slot", { key: '27d9c9302a8cb2d9d803020e2bc7b86b8c2c673b', name: "leading-input" }), hAsync("input", { key: 'c8edffba97c6c51ef545c218459a8ce80698b3c4', 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 }), hAsync("nv-iconbutton", { key: 'e69bf0edb9726c201659f5a4aa7453eb3f5067ac', class: "toggle-calendar-icon", name: "calendar" //{this.open ? 'chevron-top' : 'chevron-down'}
16016
16056
  ,
16017
- 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 })), hAsync("slot", { key: 'aafa39739ae3f907cef45d95094ef643833d50ad', name: "after-input" })), hAsync("div", { key: '38cbef48ee7b053ad7c277e8125fcbf6d11c636c', slot: "content" }, hAsync("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) ||
16018
- this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: '92526d3d8ed3bce713a5b30097df182b0ea22d4f', class: "description" }, hAsync("slot", { key: 'd2a3a35577c08e3dd21c1c48eb6c6e3959abb7da', name: "description" }, this.description))), (this.errorDescription ||
16019
- this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: 'd4ba884604a01e2376691d382fb530576c02f029', hidden: !this.error, class: "error-description" }, this.el.querySelector('[slot="error-description"]') ? (hAsync("slot", { name: "error-description" })) : (this.errorDescription))), hAsync("slot", { key: '443c990302fa9aaef0e6fe732738d4f8e4570717' })));
16057
+ 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 })), hAsync("slot", { key: 'd8231b608d9d08abb88e261118f9dd02cf8f5c2c', name: "after-input" })), hAsync("div", { key: 'c8bb3d4a753e8ad311db1947717f1dad109999c1', slot: "content" }, hAsync("nv-calendar", { key: 'bd73bc48c48e708f3655c112b874135003f1a16f', 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) ||
16058
+ this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: 'dee7ad7eaa2854756e616ef033264c4a2cf8f96c', class: "description" }, hAsync("slot", { key: '5556239ae6ed962cd2d51944d2f394f8d7741fb0', name: "description" }, this.description))), (this.errorDescription ||
16059
+ this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: '82ba5366e053563fe5fc9471493fb99c78bf078f', hidden: !this.error, class: "error-description" }, this.el.querySelector('[slot="error-description"]') ? (hAsync("slot", { name: "error-description" })) : (this.errorDescription))), hAsync("slot", { key: '1fda22554d69a5998b99d3f8c95362a926b44fb3' })));
16020
16060
  }
16021
16061
  get el() { return getElement(this); }
16022
16062
  static get watchers() { return {
@@ -16398,15 +16438,15 @@ class NvFielddaterange {
16398
16438
  /****************************************************************************/
16399
16439
  //#region RENDER
16400
16440
  render() {
16401
- return (hAsync(Host, { key: '47a61852ed7771a2248727193570aa2c4654b3bc' }, ((this.label && this.label.length > 0) ||
16402
- this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: 'a32f8796a15c40712bc0b751ab89fcf84c81dfa3', htmlFor: this.startInputId }, hAsync("slot", { key: '549420faa870d7e8f37c4c864de00aae1682f1f9', name: "label" }, this.label))), hAsync("nv-popover", { key: 'c93290824f1e7179f7777ef2d9d42146015ec10a', ref: el => (this.popoverElement = el), id: this.popoverId, triggerMode: "controlled", placement: "bottom-start", open: this.open }, hAsync("div", { key: '67d798f2c57bf7cd979386fa2c3d0eb836253af6', slot: "trigger", class: "input-wrapper" }, hAsync("slot", { key: '53f700e97f16b40cb3e077460d41ab955cf4e86e', name: "before-input" }), hAsync("div", { key: '5829a9716c09fc65b8300b0fe5d590a3e4d1af40', class: "input-container" }, hAsync("slot", { key: '401508780bbac13d792d62d8368c47b4fe9fb0c1', name: "leading-input" }), hAsync("div", { key: '2e29bd53c161d7bdf5a20e17f7b114f421bf2684', class: "range-inputs" }, hAsync("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 }), hAsync("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" }, hAsync("path", { key: '372bb4b2ea27cf6aba7d9753dc25b3c9217a05c0', stroke: "none", d: "M0 0h24v24H0z", fill: "none" }), hAsync("path", { key: 'ae5d178f8d00efc52317b8e44df3225c48f50571', d: "M18 9l3 3l-3 3" }), hAsync("path", { key: '2669cb7bca3c10769fa8b7907d722e6892744dce', d: "M15 12h6" }), hAsync("path", { key: '835d2de77d676af9806d93f9ec0e9a4a451b2463', d: "M6 9l-3 3l3 3" }), hAsync("path", { key: '8aef1d99e102825729c4466bf57166529e927c09', d: "M3 12h6" })), hAsync("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 })), hAsync("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 })), hAsync("slot", { key: 'e6ff4ed90757947d58dfde04c7063d123a3fd9e2', name: "after-input" })), hAsync("div", { key: 'cf7a11988d84dac287b2c524e6005aee29f05ca3', slot: "content" }, hAsync("nv-calendar", { key: '3c896e58ba52b0dd82f73f37beb8f70b6ac3f426', dateFormat: this.dateFormat, rangeValue: this.startValue && this.endValue
16441
+ return (hAsync(Host, { key: '357f98b39d7cade75f24caaba007eec4279cd24e' }, ((this.label && this.label.length > 0) ||
16442
+ this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '0731f0d5ad79d323dade2f023f5a9c3088c744b2', htmlFor: this.startInputId }, hAsync("slot", { key: '75309cb4161e1652f0445ba924c6d7a58de140c3', name: "label" }, this.label))), hAsync("nv-popover", { key: 'f66e2544956ea3dedd249719a4b436077bdc85c0', ref: el => (this.popoverElement = el), id: this.popoverId, triggerMode: "controlled", placement: "bottom-start", open: this.open }, hAsync("div", { key: 'c1a3b117056a521f6f778a978b4bc8edac32a111', slot: "trigger", class: "input-wrapper" }, hAsync("slot", { key: '5fbe2aff9687456dd299792016904470386dfb94', name: "before-input" }), hAsync("div", { key: '46726768e9724e983063479e0f301c3d09169669', class: "input-container" }, hAsync("slot", { key: 'f4a405be4a98566bd40dc9d19087d2c5c0ac798f', name: "leading-input" }), hAsync("div", { key: 'd1abc5e239272e57f0fdbf4c0e9e76ca86230996', class: "range-inputs" }, hAsync("input", { key: 'd13584d024b50162d47a74e68592c05206484876', 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 }), hAsync("svg", { key: '641dda60614637939d8ffaa25052e8f2bcb234d8', 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" }, hAsync("path", { key: 'c6245bd4ffa2bb12df3a295a6a10ce8386b5f54b', stroke: "none", d: "M0 0h24v24H0z", fill: "none" }), hAsync("path", { key: 'c1b3400148e367dae092eecec9da410cfa2e7547', d: "M18 9l3 3l-3 3" }), hAsync("path", { key: '08bc414df54afe457775aec97897ed0acf2dca38', d: "M15 12h6" }), hAsync("path", { key: 'd9136526597df7a8193f71414caba9481248ebf2', d: "M6 9l-3 3l3 3" }), hAsync("path", { key: '1d194b3449c53be3f05458ade789e99998861371', d: "M3 12h6" })), hAsync("input", { key: '5ed58df2a2680b1fa66916f65c2dc48dc648e461', 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 })), hAsync("nv-iconbutton", { key: 'e06b3a9326245e581998a60627634560be7124f0', 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 })), hAsync("slot", { key: 'bf0ea3f63a5476e7ff4a6954fb200c15a493d6ac', name: "after-input" })), hAsync("div", { key: '32fcfbafe86ce08d87d597d40ad25702dd059ed6', slot: "content" }, hAsync("nv-calendar", { key: 'ef670618ecca933d976adefaec9996f172f95d7a', dateFormat: this.dateFormat, rangeValue: this.startValue && this.endValue
16403
16443
  ? JSON.stringify({
16404
16444
  start: this.startValue,
16405
16445
  end: this.endValue,
16406
16446
  })
16407
16447
  : '', 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) ||
16408
- this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: 'f3a968ed2314ec6b0b8f1f5fed8e901e3df10402', class: "description" }, hAsync("slot", { key: 'bdfb89b5f462046c1bcbcffdbe46b067868bb077', name: "description" }, this.description))), (this.errorDescription ||
16409
- this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: 'b7a01679e7d1315e3040c8b166f79affbe74d409', hidden: !this.error, class: "error-description" }, this.el.querySelector('[slot="error-description"]') ? (hAsync("slot", { name: "error-description" })) : (this.errorDescription))), hAsync("slot", { key: 'b318420f0dba209ec8dcebc06f37d94ade46ccea' })));
16448
+ this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: '15dbab39d7ceaf406246462812d8a1307dad40bb', class: "description" }, hAsync("slot", { key: '1c5f74676b312a6bbca659a783473da7c3936829', name: "description" }, this.description))), (this.errorDescription ||
16449
+ this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: '8f48ac666968cddfdd2c282366ed2f6dccd3013c', hidden: !this.error, class: "error-description" }, this.el.querySelector('[slot="error-description"]') ? (hAsync("slot", { name: "error-description" })) : (this.errorDescription))), hAsync("slot", { key: '92dc673a2d62a34d3830cf6644b84103b73b695b' })));
16410
16450
  }
16411
16451
  get el() { return getElement(this); }
16412
16452
  static get watchers() { return {
@@ -16533,7 +16573,6 @@ class NvFielddropdown {
16533
16573
  //#region STATE
16534
16574
  /** The text entered by the user for filtering dropdown items. */
16535
16575
  this.filterText = '';
16536
- this.isFilterable = this.filterable;
16537
16576
  this.selectedValues = new Set();
16538
16577
  /**
16539
16578
  * Options configuration for the dropdown items.
@@ -16623,10 +16662,6 @@ class NvFielddropdown {
16623
16662
  handleOpenChanged(event) {
16624
16663
  this.open = event.detail; // Update `open` based on the popover state
16625
16664
  }
16626
- watchFilterableHandler(newValue) {
16627
- this.isFilterable = newValue;
16628
- this.filterable = newValue;
16629
- }
16630
16665
  watchValueHandler(newValue) {
16631
16666
  this.valueChanged.emit(newValue);
16632
16667
  }
@@ -16803,14 +16838,13 @@ class NvFielddropdown {
16803
16838
  /****************************************************************************/
16804
16839
  //#region RENDER
16805
16840
  render() {
16806
- return (hAsync(Host, { key: '0fb1d2326cefd85ffd337307a0a0dd74acda8a14', role: "combobox", "aria-expanded": this.open.toString(), "aria-haspopup": "listbox", "aria-label": this.label }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: 'bf6f4116b86cca549e7f9b65a17e1cb35b06ef60', htmlFor: this.inputId }, hAsync("slot", { key: 'a81ad465e6a08e1bc9463c9d91c5d2cd05805e39', name: "label" }, this.label))), hAsync("nv-popover", { key: '8c90cf3f3f08455b41b31681c4377d5404dd4b31', ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, hAsync("div", { key: '756eb9ff31134ece738ea9748a88837ec4979ddf', class: "input-wrapper", slot: "trigger" }, hAsync("slot", { key: '1853a781eedfeea6aae57ed94c452524e4e69e83', name: "before-input" }), hAsync("div", { key: '26c839ffc62cb1747de5099725695de6c213a220', class: "input-container", onClick: this.handleInputContainerClick }, hAsync("slot", { key: '8685a92ee488f99dda4cbfe6bdd59e347e3ce0ce', name: "leading-input" }), this.isFilterable || this.disabled || this.readonly ? (hAsync("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 })) : (hAsync("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 && (hAsync("nv-iconbutton", { key: '1fa4ea0ef878980847d667431c9e52b18de1a4b1', name: "x", size: "md", emphasis: "lower", class: "clear-button", onClick: this.clearFilter, "aria-label": "Clear input" })), this.error && (hAsync("nv-icon", { key: '77aa0f468d8c6488595ffc2305480174c18d3069', name: "alert-circle", class: "validation", size: "md" })), hAsync("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 })), hAsync("slot", { key: '0e258c9b03e4dbcfe94b577ffaf77f2379a9c9a3', name: "after-input" })), hAsync("div", { key: 'b697df1d8c64c9d2eaf09e427cd49c9d5ec0a323', slot: "content" }, this.parsedOptions.length > 0 ? (hAsync("ul", null, this.parsedOptions.map(option => (hAsync("nv-fielddropdownitem", { label: option.label, value: option.value, disabled: option.disabled, selected: option.value === this.value }))))) : (hAsync("slot", { name: "content" })))), (this.description ||
16807
- this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: '7a783fcd4da5623ad478e4a03fb454e093e7fc8e', class: "description" }, hAsync("slot", { key: '93c4c95ca8e8e4bf50086fb861b126aa7f5f828a', name: "description" }, this.description))), (this.errorDescription ||
16808
- this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: '8a0de0edb2a7855d478a40059e19f2f26f2ed681', hidden: !this.error, class: "error-description" }, hAsync("slot", { key: '93b87131ac4e8371815e7c82ef6e15ebcff2bc88', name: "error-description" }, this.errorDescription)))));
16841
+ return (hAsync(Host, { key: '9624c909eb35f0e6d9a9875cbeaec8ffb8122d40', role: "combobox", "aria-expanded": this.open.toString(), "aria-haspopup": "listbox", "aria-label": this.label }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '27389b0b422af6b7714cea6654ac243d1e9c242f', htmlFor: this.inputId }, hAsync("slot", { key: 'd77573395386ba0c0afa2233f420fa250b86ac9f', name: "label" }, this.label))), hAsync("nv-popover", { key: '0b1dda746e71b810ab6050cd8ef6a6bb9a44866e', ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, hAsync("div", { key: '437a94f2230891674dd9c820595fcecfcea48e77', class: "input-wrapper", slot: "trigger" }, hAsync("slot", { key: 'e01c2e4bda2806b21c0016bfe710969044994dfc', name: "before-input" }), hAsync("div", { key: '310d387f5cc22ad85232c0f491763a810833befc', class: "input-container", onClick: this.handleInputContainerClick }, hAsync("slot", { key: 'c16096b15be3fe16ad8f5fb4a730050f6f797342', name: "leading-input" }), this.filterable || this.disabled || this.readonly ? (hAsync("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 })) : (hAsync("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.filterable && this.filterText && this.open && (hAsync("nv-iconbutton", { key: '208c945944cddcb1c67a3b560428f21ca056b17b', name: "x", size: "md", emphasis: "lower", class: "clear-button", onClick: this.clearFilter, "aria-label": "Clear input" })), this.error && (hAsync("nv-icon", { key: 'e3797d5e47e54fd328c0bcd86d14e80ee5e21e17', name: "alert-circle", class: "validation", size: "md" })), hAsync("nv-iconbutton", { key: '1ccb8f3bb1ad086339b9888bf89e929164576910', "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 })), hAsync("slot", { key: '92a66b2da4f7ada21fdb8199d2b047840050be13', name: "after-input" })), hAsync("div", { key: '51ba49500cb0e03531c5b4b939e76817f432be57', slot: "content" }, this.parsedOptions.length > 0 ? (hAsync("ul", null, this.parsedOptions.map(option => (hAsync("nv-fielddropdownitem", { label: option.label, value: option.value, disabled: option.disabled, selected: option.value === this.value }))))) : (hAsync("slot", { name: "content" })))), (this.description ||
16842
+ this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: '3cb31c8bfb17db1862af12e817f6646480cd697c', class: "description" }, hAsync("slot", { key: '830538f4e63f9de6a613fcce23a80370d941e9da', name: "description" }, this.description))), (this.errorDescription ||
16843
+ this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: '8ffee4c7d2c9a93bc4de344f812ff568e3d6a23e', hidden: !this.error, class: "error-description" }, hAsync("slot", { key: '8f534be6233f54e6b43e2271d0a151a02148d5d8', name: "error-description" }, this.errorDescription)))));
16809
16844
  }
16810
16845
  static get formAssociated() { return true; }
16811
16846
  get el() { return getElement(this); }
16812
16847
  static get watchers() { return {
16813
- "filterable": ["watchFilterableHandler"],
16814
16848
  "value": ["watchValueHandler"],
16815
16849
  "options": ["handleOptionsChange"]
16816
16850
  }; }
@@ -16833,11 +16867,10 @@ class NvFielddropdown {
16833
16867
  "readonly": [516],
16834
16868
  "disabled": [516],
16835
16869
  "emptyResult": [513, "empty-result"],
16836
- "filterable": [1540],
16870
+ "filterable": [516],
16837
16871
  "options": [513],
16838
16872
  "autofocus": [516],
16839
16873
  "filterText": [32],
16840
- "isFilterable": [32],
16841
16874
  "selectedValues": [32],
16842
16875
  "parsedOptions": [32],
16843
16876
  "getFilterText": [64]
@@ -16907,7 +16940,7 @@ class NvFielddropdownitem {
16907
16940
  /****************************************************************************/
16908
16941
  //#region RENDER
16909
16942
  render() {
16910
- return (hAsync(Host, { key: '8f867e8c456eae541561024d5194e1582504e85b', role: "menuitem", tabindex: '-1', onClick: this.handleSelected }, hAsync("slot", { key: '2f26847b783458cde7a99d69269b0e15f381cdb8' }), !this.composed && (hAsync("div", { key: '22229450f3e1492d1f71cbd9e89c6e0204cee201', class: "text-wrapper" }, hAsync("span", { key: 'a5c691f3addf577acd848b6fe72c23388d116584', "data-scope": "text" }, this.label))), this.selected && (hAsync("nv-icon", { key: '02232856ec60e9b741ced372a9d05def5d822cc6', name: "check", "aria-hidden": "true", "data-scope": "selected" }))));
16943
+ return (hAsync(Host, { key: '228a213b0a8acb108676e412ed2aa8bcd3f2e88d', role: "menuitem", tabindex: '-1', onClick: this.handleSelected }, hAsync("slot", { key: '4578676f2a58e9a3a3a5173ff4659ca8e65755df' }), !this.composed && (hAsync("div", { key: 'a4f670296e56319007852726fd5fa3dca1ea3d04', class: "text-wrapper" }, hAsync("span", { key: '2b69bca3ee6e1d7e8db57befdfb57bd27c096658', "data-scope": "text" }, this.label))), this.selected && (hAsync("nv-icon", { key: '869900dc55ef7e35550d9de1aea06478e90ba890', name: "check", "aria-hidden": "true", "data-scope": "selected" }))));
16911
16944
  }
16912
16945
  get el() { return getElement(this); }
16913
16946
  static get style() { return NvFielddropdownitemStyle0; }
@@ -16972,7 +17005,7 @@ class NvFielddropdownitemcheck {
16972
17005
  };
16973
17006
  }
16974
17007
  render() {
16975
- return (hAsync(Host, { key: 'f9445369d2703e0a5fe4417b1968f9a25dc94743', onClick: this.handleClick }, hAsync("nv-fieldcheckbox", { key: 'a64195d14834b2a83d3b4c3f1451272fb97ff46a', checked: this.checked, name: this.label || this.value, label: this.label || this.value, "label-placement": "after", description: this.description, disabled: this.disabled, tabindex: "-1", role: "option", onCheckedChanged: this.onFieldcheckboxChanged })));
17008
+ return (hAsync(Host, { key: '69e403031200efea98b211ed6d69d3a21338bea0', onClick: this.handleClick }, hAsync("nv-fieldcheckbox", { key: '0d12dbeef8532087d950bfc4e14994821b1cd3f1', checked: this.checked, name: this.label || this.value, label: this.label || this.value, "label-placement": "after", description: this.description, disabled: this.disabled, tabindex: "-1", role: "option", onCheckedChanged: this.onFieldcheckboxChanged })));
16976
17009
  }
16977
17010
  get el() { return getElement(this); }
16978
17011
  static get style() { return NvFielddropdownitemcheckStyle0; }
@@ -17077,10 +17110,6 @@ class NvFieldmultiselect {
17077
17110
  * The text entered by the user for filtering multiselect items.
17078
17111
  */
17079
17112
  this.filterText = '';
17080
- /**
17081
- * Determines whether the multiselect is filterable.
17082
- */
17083
- this.isFilterable = this.filterable;
17084
17113
  /**
17085
17114
  * Delay in milliseconds before the search is triggered when typing in the filter input.
17086
17115
  * @default 300
@@ -17315,14 +17344,14 @@ class NvFieldmultiselect {
17315
17344
  * @returns {any} The JSX for options mode
17316
17345
  */
17317
17346
  this.renderOptionsMode = () => {
17318
- return (hAsync(Host, null, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { htmlFor: this.inputId }, hAsync("slot", { name: "label" }, this.label))), hAsync("nv-popover", { ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, hAsync("div", { class: "input-wrapper-multiselect", slot: "trigger" }, hAsync("slot", { name: "before-input" }), hAsync("div", { class: "input-container-multiselect" }, hAsync("slot", { name: "leading-input" }), hAsync("nv-badge", { slot: "leading-input", "prevent-auto-close": true, color: "10", dismissible: this.selectedValues.length > 0, hidden: this.selectedValues.length <= 0, label: `${this.selectedValues.length} ${this.badgeLabel}`, "aria-label": `Clear all ${this.selectedValues.length} ${this.badgeLabel} items`, onCloseClicked: this.handleBadgeCloseOptions }), this.isFilterable || this.disabled || this.readonly ? (hAsync("input", { type: "text", id: this.inputId, ref: e => (this.inputElement = e), autofocus: this.autofocus, autocomplete: this.autocomplete, placeholder: this.placeholder, name: this.name, value: this.value, required: this.required, disabled: this.disabled, readOnly: this.readonly, onInput: this.handleInputOptions, onFocus: this.handleInputFocusOptions, onBlur: this.handleInputBlurOptions, onKeyDown: this.handleKeyDown })) : (hAsync("p", { id: this.inputId, class: "non-filterable-text", onClick: this.handleInputContainerClickOptions, tabIndex: 0, onKeyDown: this.handleKeyDown, onFocus: this.handleInputFocusOptions, role: "combobox", "aria-expanded": this.open }, hAsync("span", null, this.value || this.placeholder))), this.error && (hAsync("nv-icon", { name: "alert-circle", class: "validation", size: "md" })), hAsync("nv-iconbutton", { "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.togglePopoverOptions })), hAsync("slot", { name: "after-input" })), hAsync("div", { slot: "content", role: "listbox", "aria-multiselectable": "true", style: { 'max-height': this.maxHeight, 'overflow-y': 'auto' } }, hAsync("ul", { role: "content" }, this.parsedOptions.map(option => (hAsync("nv-fielddropdownitemcheck", { label: option.label, description: option.description, value: option.value, checked: this.selectedValues.includes(option.value), disabled: option.disabled }))), hAsync("hr", { class: "multiselect-divider", style: { display: 'none' } })))), this.renderDescriptions()));
17347
+ return (hAsync(Host, null, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { htmlFor: this.inputId }, hAsync("slot", { name: "label" }, this.label))), hAsync("nv-popover", { ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, hAsync("div", { class: "input-wrapper-multiselect", slot: "trigger" }, hAsync("slot", { name: "before-input" }), hAsync("div", { class: "input-container-multiselect" }, hAsync("slot", { name: "leading-input" }), this.selectedValues.length > 0 && (hAsync("nv-badge", { slot: "leading-input", "prevent-auto-close": true, color: "10", dismissible: this.selectedValues.length > 0, label: `${this.selectedValues.length} ${this.badgeLabel}`, "aria-label": `Clear all ${this.selectedValues.length} ${this.badgeLabel} items`, onCloseClicked: this.handleBadgeCloseOptions })), this.filterable || this.disabled || this.readonly ? (hAsync("input", { type: "text", id: this.inputId, ref: e => (this.inputElement = e), autofocus: this.autofocus, autocomplete: this.autocomplete, placeholder: this.placeholder, name: this.name, value: this.value, required: this.required, disabled: this.disabled, readOnly: this.readonly, onInput: this.handleInputOptions, onFocus: this.handleInputFocusOptions, onBlur: this.handleInputBlurOptions, onKeyDown: this.handleKeyDown })) : (hAsync("p", { id: this.inputId, class: "non-filterable-text", onClick: this.handleInputContainerClickOptions, tabIndex: 0, onKeyDown: this.handleKeyDown, onFocus: this.handleInputFocusOptions, role: "combobox", "aria-expanded": this.open }, hAsync("span", null, this.value || this.placeholder))), this.error && (hAsync("nv-icon", { name: "alert-circle", class: "validation", size: "md" })), hAsync("nv-iconbutton", { "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.togglePopoverOptions })), hAsync("slot", { name: "after-input" })), hAsync("div", { slot: "content", role: "listbox", "aria-multiselectable": "true", style: { 'max-height': this.maxHeight, 'overflow-y': 'auto' } }, hAsync("ul", { role: "content" }, this.parsedOptions.map(option => (hAsync("nv-fielddropdownitemcheck", { label: option.label, description: option.description, value: option.value, checked: this.selectedValues.includes(option.value), disabled: option.disabled }))), hAsync("hr", { class: "multiselect-divider", style: { display: 'none' } })))), this.renderDescriptions()));
17319
17348
  };
17320
17349
  /**
17321
17350
  * Renders the component in slots mode
17322
17351
  * @returns {any} The JSX for slots mode
17323
17352
  */
17324
17353
  this.renderSlotsMode = () => {
17325
- return (hAsync(Host, null, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { htmlFor: this.inputId }, hAsync("slot", { name: "label" }, this.label))), hAsync("nv-popover", { ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, hAsync("div", { class: "input-wrapper-multiselect", slot: "trigger" }, hAsync("slot", { name: "before-input" }), hAsync("div", { class: "input-container-multiselect", onClick: this.handleInputContainerClickSlots }, hAsync("slot", { name: "leading-input" }), hAsync("nv-badge", { slot: "leading-input", "prevent-auto-close": true, color: "10", dismissible: this.selectedValues.length > 0, hidden: this.selectedValues.length <= 0, label: `${this.selectedValues.length} ${this.badgeLabel}`, "aria-label": `Clear all ${this.selectedValues.length} ${this.badgeLabel} items`, onCloseClicked: this.handleBadgeCloseSlots }), this.isFilterable || this.disabled || this.readonly ? (hAsync("input", { id: this.inputId, ref: e => (this.inputElement = e), autocomplete: this.autocomplete, placeholder: this.placeholder, name: this.name, value: this.value, required: this.required, disabled: this.disabled, readOnly: this.readonly, onInput: this.handleInputSlots, onFocus: this.handleInputFocusSlots, onBlur: this.handleInputBlurSlots, onKeyDown: this.handleKeyDown })) : (hAsync("p", { id: this.inputId, class: "non-filterable-text", onClick: this.handleInputContainerClickSlots, tabIndex: 0, onKeyDown: this.handleKeyDown, onFocus: this.handleInputFocusSlots, role: "combobox", "aria-expanded": this.open }, hAsync("span", null, this.value || this.placeholder))), this.error && (hAsync("nv-icon", { name: "alert-circle", class: "validation", size: "md" })), hAsync("nv-iconbutton", { "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.togglePopoverSlots })), hAsync("slot", { name: "after-input" })), hAsync("div", { slot: "content", role: "listbox", "aria-multiselectable": "true", style: { 'max-height': this.maxHeight, 'overflow-y': 'auto' } }, hAsync("slot", { name: "content" }))), this.renderDescriptions()));
17354
+ return (hAsync(Host, null, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { htmlFor: this.inputId }, hAsync("slot", { name: "label" }, this.label))), hAsync("nv-popover", { ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, hAsync("div", { class: "input-wrapper-multiselect", slot: "trigger" }, hAsync("slot", { name: "before-input" }), hAsync("div", { class: "input-container-multiselect", onClick: this.handleInputContainerClickSlots }, hAsync("slot", { name: "leading-input" }), this.selectedValues.length > 0 && (hAsync("nv-badge", { slot: "leading-input", "prevent-auto-close": true, color: "10", dismissible: this.selectedValues.length > 0, label: `${this.selectedValues.length} ${this.badgeLabel}`, "aria-label": `Clear all ${this.selectedValues.length} ${this.badgeLabel} items`, onCloseClicked: this.handleBadgeCloseSlots })), this.filterable || this.disabled || this.readonly ? (hAsync("input", { id: this.inputId, ref: e => (this.inputElement = e), autocomplete: this.autocomplete, placeholder: this.placeholder, name: this.name, value: this.value, required: this.required, disabled: this.disabled, readOnly: this.readonly, onInput: this.handleInputSlots, onFocus: this.handleInputFocusSlots, onBlur: this.handleInputBlurSlots, onKeyDown: this.handleKeyDown })) : (hAsync("p", { id: this.inputId, class: "non-filterable-text", onClick: this.handleInputContainerClickSlots, tabIndex: 0, onKeyDown: this.handleKeyDown, onFocus: this.handleInputFocusSlots, role: "combobox", "aria-expanded": this.open }, hAsync("span", null, this.value || this.placeholder))), this.error && (hAsync("nv-icon", { name: "alert-circle", class: "validation", size: "md" })), hAsync("nv-iconbutton", { "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.togglePopoverSlots })), hAsync("slot", { name: "after-input" })), hAsync("div", { slot: "content", role: "listbox", "aria-multiselectable": "true", style: { 'max-height': this.maxHeight, 'overflow-y': 'auto' } }, hAsync("slot", { name: "content" }))), this.renderDescriptions()));
17326
17355
  };
17327
17356
  }
17328
17357
  //#endregion PROPERTIES
@@ -17479,14 +17508,6 @@ class NvFieldmultiselect {
17479
17508
  // Handle value change and update the corresponding multiselect item if it exists
17480
17509
  this.setInitialSelection();
17481
17510
  }
17482
- /**
17483
- * Emitted when the filterable property changes.
17484
- * @param {boolean} newValue - The new value of the filterable property.
17485
- */
17486
- watchFilterableHandler(newValue) {
17487
- this.isFilterable = newValue;
17488
- this.filterable = newValue;
17489
- }
17490
17511
  // Add a listener for the slot content
17491
17512
  handleSlotChange(event) {
17492
17513
  // Check: we only want to reorder if it's the "content" slot
@@ -18007,8 +18028,7 @@ class NvFieldmultiselect {
18007
18028
  get el() { return getElement(this); }
18008
18029
  static get watchers() { return {
18009
18030
  "options": ["handleOptionsChange"],
18010
- "value": ["watchValueHandler"],
18011
- "filterable": ["watchFilterableHandler"]
18031
+ "value": ["watchValueHandler"]
18012
18032
  }; }
18013
18033
  static get style() { return NvFieldmultiselectStyle0; }
18014
18034
  static get cmpMeta() { return {
@@ -18029,7 +18049,7 @@ class NvFieldmultiselect {
18029
18049
  "readonly": [516],
18030
18050
  "disabled": [516],
18031
18051
  "autocomplete": [513],
18032
- "filterable": [1540],
18052
+ "filterable": [516],
18033
18053
  "value": [1537],
18034
18054
  "open": [1540],
18035
18055
  "options": [513],
@@ -18039,7 +18059,6 @@ class NvFieldmultiselect {
18039
18059
  "selectedValues": [32],
18040
18060
  "sortedOptions": [32],
18041
18061
  "filterText": [32],
18042
- "isFilterable": [32],
18043
18062
  "modeState": [32],
18044
18063
  "isHandlingEscape": [32],
18045
18064
  "getFilterText": [64],
@@ -18167,9 +18186,9 @@ class NvFieldnumber {
18167
18186
  /****************************************************************************/
18168
18187
  //#region RENDER
18169
18188
  render() {
18170
- return (hAsync(Host, { key: '14de76d6ddda9977fa3ad28d6e9d2acf613565fa' }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '22131a183df8f9612d7d1fc4c7904f7e9e3fba71', htmlFor: this.inputId }, hAsync("slot", { key: '48cca38b15579499662018d593bd9e73129565da', name: "label" }, this.label))), hAsync("div", { key: '9a0a40a370f879f0685a62fb7360419db1245738', class: "input-wrapper" }, hAsync("slot", { key: '05bcbc8bd7311f3e6ae467b40af269e373e7ef26', name: "before-input" }), hAsync("div", { key: '81861b40c527dde0b7629914e70f7ee1b3389f06', class: "input-container", onClick: this.handleInputContainerClick }, hAsync("slot", { key: 'dc64fe00dd75120daedfdc51fc2d5d955f3e3348', name: "leading-input" }), hAsync("input", { key: '01593dfe3c0331acec3ec765cb1673d6a0536f1f', id: this.inputId, ref: e => (this.inputElement = e), placeholder: this.placeholder, name: this.name, type: "number", autofocus: this.autofocus, required: this.required, max: this.max, min: this.min, step: this.step, value: this.value, disabled: this.disabled, readOnly: this.readonly, onInput: this.handleInput }), this.error && (hAsync("nv-icon", { key: 'f253f726e6ad61e0b49389f38d1b6c519bd7ade6', name: "alert-circle", class: "validation", size: "md" })), this.success && (hAsync("nv-icon", { key: '11968ad93087be6813e99e2b781fa8d3d7f7b772', name: "circle-check", class: "validation", size: "md" })), hAsync("div", { key: '900d860455ced0a97dbdad044c83578f680e2d1c', class: "stepper" }, hAsync("nv-iconbutton", { key: '1c6f95596b862dad92ca2006e983fbf4b45fa9ee', size: "md", name: "minus", emphasis: "lower", onClick: this.handleMinus, disabled: this.isMinValueReached(), onMouseDown: this.preventSelection, tabIndex: -1 }), hAsync("nv-iconbutton", { key: '2f08e682805b4c9cf6f09b71c885460ca697de5f', size: "md", name: "plus", emphasis: "lower", onClick: this.handlePlus, disabled: this.isMaxValueReached(), onMouseDown: this.preventSelection, tabIndex: -1 }))), hAsync("slot", { key: 'b63dbbaeb358b73105f552de15a0226906f5e547', name: "after-input" })), (this.description ||
18171
- this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: '43c3f1bd58a36095e69283151ac4d7edcd0eef4a', class: "description" }, hAsync("slot", { key: '0c91c8198be73d7285065d86c1ca1340d3517e0d', name: "description" }, this.description))), (this.errorDescription ||
18172
- this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: 'ecb9e02f67241294215ee3e570006dcf98539537', hidden: !this.error, class: "error-description" }, hAsync("slot", { key: '763ddc2a238b85022d72e046d9665fbb433f8476', name: "error-description" }, this.errorDescription)))));
18189
+ return (hAsync(Host, { key: '99076502efb577ad65e43827f4d4959fb1f84055' }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '365821e9e3cb25367591680279f05d951f6a5fd9', htmlFor: this.inputId }, hAsync("slot", { key: '92273b991f6c6bd34fe6a302dedb808d46abb71d', name: "label" }, this.label))), hAsync("div", { key: 'ab849355fa1719ed40b5379a8aeee160f98ea798', class: "input-wrapper" }, hAsync("slot", { key: '71e4de7753f3880756cd763a7a8955832066d0e7', name: "before-input" }), hAsync("div", { key: '6da56e990c4ad0329c5d974868e9520cb5ac7a99', class: "input-container", onClick: this.handleInputContainerClick }, hAsync("slot", { key: 'd09eb9350067116d5236142951f0e7ed81d9aa5c', name: "leading-input" }), hAsync("input", { key: '6df1d2f3acb880000b57e5be990f6d843c7d3b2c', id: this.inputId, ref: e => (this.inputElement = e), placeholder: this.placeholder, name: this.name, type: "number", autofocus: this.autofocus, required: this.required, max: this.max, min: this.min, step: this.step, value: this.value, disabled: this.disabled, readOnly: this.readonly, onInput: this.handleInput }), this.error && (hAsync("nv-icon", { key: '85deaf9197825370d0bc7d81bd82cf9fd86b7a05', name: "alert-circle", class: "validation", size: "md" })), this.success && (hAsync("nv-icon", { key: '68ed66eb7a9af38f974e515d554eed6e3d28a915', name: "circle-check", class: "validation", size: "md" })), hAsync("div", { key: '16b0e4b303cce4ee7df29ea411e8fee808e5ddb0', class: "stepper" }, hAsync("nv-iconbutton", { key: '6dec84d7c05b467b5178177351e6fa769d2a9433', size: "md", name: "minus", emphasis: "lower", onClick: this.handleMinus, disabled: this.isMinValueReached(), onMouseDown: this.preventSelection, tabIndex: -1 }), hAsync("nv-iconbutton", { key: '66391588b961555aa20a1974098c114aadceadd1', size: "md", name: "plus", emphasis: "lower", onClick: this.handlePlus, disabled: this.isMaxValueReached(), onMouseDown: this.preventSelection, tabIndex: -1 }))), hAsync("slot", { key: '4549e591971e83d5d14f08b56a8d5357c5d6aaf0', name: "after-input" })), (this.description ||
18190
+ this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: 'cef21ffaf75f976708d0c8b51f928daea26f1221', class: "description" }, hAsync("slot", { key: 'be36b7c3c6a606847805dc1a50f762a80155d695', name: "description" }, this.description))), (this.errorDescription ||
18191
+ this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: '91b5b8c969520bb10bccd59066ddea32d6fa58f3', hidden: !this.error, class: "error-description" }, hAsync("slot", { key: '7e0729d42390a1fc62d320841de4e016e01e2485', name: "error-description" }, this.errorDescription)))));
18173
18192
  }
18174
18193
  static get formAssociated() { return true; }
18175
18194
  get el() { return getElement(this); }
@@ -18278,10 +18297,6 @@ class NvFieldpassword {
18278
18297
  * Show/hide the password programmatically.
18279
18298
  */
18280
18299
  this.showPassword = false;
18281
- /**
18282
- * Defines whether the password is visible or not.
18283
- */
18284
- this.showPasswordState = this.showPassword;
18285
18300
  /**
18286
18301
  * Applies focus to the input field as soon as the component is mounted. This
18287
18302
  * is equivalent to setting the native autofocus attribute on an <input>
@@ -18308,11 +18323,17 @@ class NvFieldpassword {
18308
18323
  }
18309
18324
  //#endregion METHODS
18310
18325
  /****************************************************************************/
18326
+ //#region LIFECYCLE
18327
+ componentWillLoad() {
18328
+ this.showPasswordState = this.showPassword;
18329
+ }
18330
+ //#endregion LIFECYCLE
18331
+ /****************************************************************************/
18311
18332
  //#region RENDER
18312
18333
  render() {
18313
- return (hAsync(Host, { key: 'a41ed0f04b926fc622c76487c3108d7ee43209bc' }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '3550a9382c0a5ca66251a364e05b75f0ed6f42ef', htmlFor: this.inputId }, hAsync("slot", { key: 'cb5970e496815804ebdc3ed2cb56a5a8b6b4cb7a', name: "label" }, this.label))), hAsync("div", { key: 'a84fa1d8b7d42a2c3bdd0a4b9baef0a62cb6ff10', class: "input-wrapper" }, hAsync("slot", { key: '18a93e01e9ae700c4bc634cc75dc15b48f1467de', name: "before-input" }), hAsync("div", { key: '902ecacf5d73e9014bffbb3cab058317142d73bc', class: "input-container", onClick: this.handleInputContainerClick }, hAsync("slot", { key: '65bacd0ae1d74bf24492961707338b42de8db414', name: "leading-input" }), hAsync("input", { key: '0ee6c86114923f170bd4733d966901c4eaec096a', id: this.inputId, ref: e => (this.inputElement = e), autofocus: this.autofocus, autocomplete: this.autocomplete, placeholder: this.placeholder, name: this.name, type: this.showPasswordState ? 'text' : 'password', inputMode: this.mode, value: this.value, required: this.required, maxlength: this.maxlength, minlength: this.minlength, pattern: this.pattern, disabled: this.disabled, readOnly: this.readonly, onInput: this.handleInput }), (this.success || this.error) && (hAsync("nv-icon", { key: '366cd1b889f59207bf6d4969a993b259281e8155', name: this.success ? 'circle-check' : 'alert-circle', class: "validation", size: "md" })), !this.hidePasswordIcon && (hAsync("nv-iconbutton", { key: '6f1d513c9320436d7f362a6323591925817ec7b1', name: this.showPasswordState ? 'eye' : 'eye-off', size: "md", emphasis: "lower", onClick: this.togglePasswordVisibility, "aria-label": this.showPasswordState ? 'Hide password' : 'Show password', "aria-pressed": this.showPasswordState.toString() }))), hAsync("slot", { key: 'a427f1476ffc5070de6e6ce6158d7d50ce08ab59', name: "after-input" })), (this.description ||
18314
- this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: '069e32d0137aef7aa8ccb6a56d26aceb1d9f91d6', class: "description" }, hAsync("slot", { key: 'e2cef4e7859979f807b05bdedc0324563313c962', name: "description" }, this.description))), (this.errorDescription ||
18315
- this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: 'e38bba2cd6d438544b883c4e51149039f099faa9', hidden: !this.error, class: "error-description" }, hAsync("slot", { key: '1c972064f301444e5774bce210b8868ed01c320b', name: "error-description" }, this.errorDescription)))));
18334
+ return (hAsync(Host, { key: '79c87deb52017b4500b695a513dc4100e7359d97' }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: 'bd4785278a21ea61de41ed694e429228286f853b', htmlFor: this.inputId }, hAsync("slot", { key: '7c3cd8188e35aa00c0377ffdefb1d5e9c380ac59', name: "label" }, this.label))), hAsync("div", { key: '61f0e04b056ba1b08e9e3ede89d5975b4549705f', class: "input-wrapper" }, hAsync("slot", { key: '96070a1d584277de90962700a9e6764f0bd36a38', name: "before-input" }), hAsync("div", { key: 'ea04afadccfb828f5d081b1f30ef3d4619659b80', class: "input-container", onClick: this.handleInputContainerClick }, hAsync("slot", { key: 'cfd54cbdf3d9d03c31cdd781491097cc6db405bd', name: "leading-input" }), hAsync("input", { key: '04bf191014aef621d314973d531533ffa50d8b2f', id: this.inputId, ref: e => (this.inputElement = e), autofocus: this.autofocus, autocomplete: this.autocomplete, placeholder: this.placeholder, name: this.name, type: this.showPasswordState ? 'text' : 'password', inputMode: this.mode, value: this.value, required: this.required, maxlength: this.maxlength, minlength: this.minlength, pattern: this.pattern, disabled: this.disabled, readOnly: this.readonly, onInput: this.handleInput }), (this.success || this.error) && (hAsync("nv-icon", { key: 'b2e57a5f496bda92dbb877850e67ffb921a288df', name: this.success ? 'circle-check' : 'alert-circle', class: "validation", size: "md" })), !this.hidePasswordIcon && (hAsync("nv-iconbutton", { key: '2664cbcbfd7aa04a5292a6821fa79a1cb12e1578', name: this.showPasswordState ? 'eye' : 'eye-off', size: "md", emphasis: "lower", onClick: this.togglePasswordVisibility, "aria-label": this.showPasswordState ? 'Hide password' : 'Show password', "aria-pressed": this.showPasswordState.toString() }))), hAsync("slot", { key: '959a8d098548c85db4b1a8f9c0d2d8a8cdc5e386', name: "after-input" })), (this.description ||
18335
+ this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: 'c7b85cb8d2f1f42d133e9937bccb8d3edd9d1cf8', class: "description" }, hAsync("slot", { key: 'fd41c7389e871ad4d57df283f9872c6964176bb3', name: "description" }, this.description))), (this.errorDescription ||
18336
+ this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: '014db98dbf132a493b8842ffcc45ced808e9f52c', hidden: !this.error, class: "error-description" }, hAsync("slot", { key: '3909a8e0ac73dae4731e23806875f26bfb2185ff', name: "error-description" }, this.errorDescription)))));
18316
18337
  }
18317
18338
  static get formAssociated() { return true; }
18318
18339
  get el() { return getElement(this); }
@@ -18439,9 +18460,9 @@ class NvFieldradio {
18439
18460
  /****************************************************************************/
18440
18461
  //#region RENDER
18441
18462
  render() {
18442
- return (hAsync(Host, { key: 'cab4d25a83792d8f0d3f5de48073a621f8b1823e', class: clsx(this.labelPlacement === 'before' && 'label-placement-before', this.error && 'error') }, hAsync("input", { key: 'a923e6ad8e76b90c5e00ae17a353614b8f7390b1', type: "radio", id: this.inputId, name: this.name, autofocus: this.autofocus, autocomplete: "off", value: this.value, checked: this.checked, disabled: this.disabled }), hAsync("div", { key: '585cc5389b0190e2291447d188637e8325d937aa', class: "text-container" }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '7e16f9cd7078e11661685a141afbd46472683e0f', htmlFor: this.inputId }, hAsync("slot", { key: '3e9aab3f47e1a0c96a6e3b6f2495428bce324962', name: "label" }, this.label))), (this.description ||
18443
- this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: '0c2b8b8e49dd877131c37bb23d450e254c58fcdc', class: "description" }, hAsync("slot", { key: 'fd3d99a005667b46260dde7d84f4c6b82e4e4853', name: "description" }, this.description))), (this.errorDescription ||
18444
- this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: 'd524f91210f3e28627e68f380484d1c28ab962d9', hidden: !this.error, class: "error-description" }, hAsync("slot", { key: '416222f3b3db021de57b35697a64270582f6bad7', name: "error-description" }, this.errorDescription))))));
18463
+ return (hAsync(Host, { key: 'fd326df67c5617156ef00d50d789d3328584788e', class: clsx(this.labelPlacement === 'before' && 'label-placement-before', this.error && 'error') }, hAsync("input", { key: 'fae44c510d1f43c508a837b94cc16f8094617813', type: "radio", id: this.inputId, name: this.name, autofocus: this.autofocus, autocomplete: "off", value: this.value, checked: this.checked, disabled: this.disabled }), hAsync("div", { key: 'd4e9378e300691439bf57a580e8381a8142d8c78', class: "text-container" }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '56cdbda0feb823825f5ba5e125a478db23321379', htmlFor: this.inputId }, hAsync("slot", { key: '83e67f52228b7d6313fd35cd4a46edeeabc83a1b', name: "label" }, this.label))), (this.description ||
18464
+ this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: '8bb15a57d23f2826dfff31a7a3101ed263618e5f', class: "description" }, hAsync("slot", { key: '6d339430073e1eada1557ea762d9abeda7f338e1', name: "description" }, this.description))), (this.errorDescription ||
18465
+ this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: 'd4b3c8ef17c70442839c61cf19bc0d9598be57c2', hidden: !this.error, class: "error-description" }, hAsync("slot", { key: 'ca609be33a5253f85ed5101786c1981101f83743', name: "error-description" }, this.errorDescription))))));
18445
18466
  }
18446
18467
  static get formAssociated() { return true; }
18447
18468
  get el() { return getElement(this); }
@@ -18821,13 +18842,13 @@ class NvFieldselect {
18821
18842
  * @returns {HTMLStencilElement} The HTML element to render.
18822
18843
  */
18823
18844
  render() {
18824
- return (hAsync(Host, { key: 'e447f10faacbd9107b3636b711745655b234daaf' }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '6949ffbfa4a3d055689aa384521456277336eb31', htmlFor: this.inputId }, hAsync("slot", { key: 'c46be62ffca373acaa64555dd055d0e506731ff8', name: "label" }, this.label))), hAsync("div", { key: '73173b60885c479e76c9d089f40033ac73641597', class: "select-wrapper" }, hAsync("slot", { key: 'a64bbdef05fd860d1534bea9c5d8143abe2aa688', name: "before-input" }), hAsync("div", { key: 'c8d5503afd194397a0385959fbe557544208f7e9', class: "select-container", onClick: this.handleSelectContainerClick }, hAsync("slot", { key: '82456f7f21d552459af03787b26363acb9d77cb8', name: "leading-input" }), this.internalReadonly && (hAsync("input", { key: '2b02c5f82fd43d2f12d2473ebe68704e7aac2c52', id: this.inputId + '-readonly', type: "text", value: this.computedDisplayValue, readonly: true, class: "readonly-input", "aria-readonly": "true", "aria-label": this.label, "aria-describedby": this.error
18845
+ return (hAsync(Host, { key: '017364e5a5df156be42741e3acc4457414f8e6ee' }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '2e4b247018a759307ea5e3920a4066a2c1c14e92', htmlFor: this.inputId }, hAsync("slot", { key: '1bbad9d0b4be9fc35c0cc63859ba6dcdb4375377', name: "label" }, this.label))), hAsync("div", { key: '572073518f738014fd27d8de84fc856a01889636', class: "select-wrapper" }, hAsync("slot", { key: '490730d4fc16f78284a8ca40ab952870eb01b503', name: "before-input" }), hAsync("div", { key: 'a92ea3295f64ce1c6d8da5cf439d7c796493fdf5', class: "select-container", onClick: this.handleSelectContainerClick }, hAsync("slot", { key: 'f80e732415ec42a4c7b02922f1b50d2cf3950e88', name: "leading-input" }), this.internalReadonly && (hAsync("input", { key: 'b1ee7e799434d0e36d1f98031338137347bcedea', id: this.inputId + '-readonly', type: "text", value: this.computedDisplayValue, readonly: true, class: "readonly-input", "aria-readonly": "true", "aria-label": this.label, "aria-describedby": this.error
18825
18846
  ? `${this.inputId}-error`
18826
- : `${this.inputId}-description` })), hAsync("select", { key: '597815200ff13a3a94c5f8cf2f31f292630831a1', id: this.inputId, ref: el => (this.selectElement = el), name: this.name, autofocus: this.autofocus, disabled: this.disabled, required: this.required, multiple: this.multiple, onChange: this.handleSelectChange, class: this.internalReadonly ? 'hidden' : '', "aria-label": this.label, "aria-describedby": this.error
18847
+ : `${this.inputId}-description` })), hAsync("select", { key: '9a8b48a7a41522b09b65a5c76b7e861b5d6eef49', id: this.inputId, ref: el => (this.selectElement = el), name: this.name, autofocus: this.autofocus, disabled: this.disabled, required: this.required, multiple: this.multiple, onChange: this.handleSelectChange, class: this.internalReadonly ? 'hidden' : '', "aria-label": this.label, "aria-describedby": this.error
18827
18848
  ? `${this.inputId}-error`
18828
- : `${this.inputId}-description` }, this.parsedOptions.length > 0 ? (this.parsedOptions.map(option => (hAsync("option", { value: option.value, selected: option.selected, disabled: option.disabled }, option.label)))) : (hAsync("slot", null))), hAsync("div", { key: 'e7315331865264cfceefc37333f29f503cfaca60', class: "select-icons" }, this.error && (hAsync("nv-icon", { key: '20b2a3b436a31b4528c0a6336433baa20f1dade7', name: "alert-circle", class: "validation", size: "md" })), this.success && (hAsync("nv-icon", { key: '6ddb9ce572a0e66670ea3a3f084c08b465a1054f', name: "circle-check", class: "validation", size: "md" })), !this.multiple && (hAsync("nv-iconbutton", { key: '7df5645e762451036ba84e8ae7e533f6d9c9e89e', name: "chevron-down", size: "md", emphasis: "lower", tabIndex: -1 })))), hAsync("slot", { key: '43220cb3c92d9876e2f22645ed695c076439999a', name: "after-input" })), (this.description ||
18829
- this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: '7ca06f0ec81f82cce825045bef226bdaeaa2774d', class: "description", id: `${this.inputId}-description` }, hAsync("slot", { key: '008a54ac423cfe534214d0f32d5b557419d60aaf', name: "description" }, this.description))), (this.errorDescription ||
18830
- this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: '1c5d34d7441cdaa28c463f062c74070b8193433e', class: "error-description", id: `${this.inputId}-error` }, hAsync("slot", { key: '98a88b41c33a87541d2b3833ca95fc5dff7a8d2e', name: "error-description" }, this.errorDescription)))));
18849
+ : `${this.inputId}-description` }, this.parsedOptions.length > 0 ? (this.parsedOptions.map(option => (hAsync("option", { value: option.value, selected: option.selected, disabled: option.disabled }, option.label)))) : (hAsync("slot", null))), hAsync("div", { key: '7ecac0a159ca2b4925b8a940c80f8aef94a2ca1d', class: "select-icons" }, this.error && (hAsync("nv-icon", { key: 'fd3d75a5c621a49f45550d9596f4910ef01a56b2', name: "alert-circle", class: "validation", size: "md" })), this.success && (hAsync("nv-icon", { key: '45b3e11a48f5f700ac9c21ba276ee9c93640d0d9', name: "circle-check", class: "validation", size: "md" })), !this.multiple && (hAsync("nv-iconbutton", { key: '07171fbe1fc88f4c7af0513ed718376ce1a1aeb3', name: "chevron-down", size: "md", emphasis: "lower", tabindex: -1 })))), hAsync("slot", { key: '096bf49c55359062fc790d31660b331a5988ad22', name: "after-input" })), (this.description ||
18850
+ this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: '7b292eeb3a1ca29b7cb1b631926b591183ab50fc', class: "description", id: `${this.inputId}-description` }, hAsync("slot", { key: 'a2fdc1929f7aa2571cd11d01e2c1ed165afb856c', name: "description" }, this.description))), (this.errorDescription ||
18851
+ this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: '3d189e87ff7cee9a43ccad85c6e84fcdb3343f1f', class: "error-description", id: `${this.inputId}-error` }, hAsync("slot", { key: '515059b75c8e2c1e600a28124135cbd7af87ccbf', name: "error-description" }, this.errorDescription)))));
18831
18852
  }
18832
18853
  static get formAssociated() { return true; }
18833
18854
  get el() { return getElement(this); }
@@ -18980,9 +19001,9 @@ class NvFieldtext {
18980
19001
  /****************************************************************************/
18981
19002
  //#region RENDER
18982
19003
  render() {
18983
- return (hAsync(Host, { key: '9979c9c835f414965a4ae1ee3db398ee6223c3a9' }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '899abb4f3faaa65e1f32738e7ab91440dcc32fd2', htmlFor: this.inputId }, hAsync("slot", { key: 'f82bb9e2e63d56afb8078ffcdaee8da6d2b3df87', name: "label" }, this.label))), hAsync("div", { key: 'b75dfdfc0c875db7019a23c084133b90d957ed8e', class: "input-wrapper" }, hAsync("slot", { key: 'cf4cd32cd106bee88c662fd0960e67ba87dddbc9', name: "before-input" }), hAsync("div", { key: '2f005ef34a722424dcf86c9e189d1ab001bd2495', class: "input-container", onClick: this.handleInputContainerClick }, hAsync("slot", { key: '0d554159f716ed6a4dae76a6b0befd05cdf97173', name: "leading-input" }), hAsync("input", { key: '8dbba6bce4617cbd3d9168b897c0101c83fb6e1e', id: this.inputId, ref: e => (this.inputElement = e), placeholder: this.placeholder, name: this.name, type: this.type, disabled: this.disabled, readOnly: this.readonly, required: this.required, maxlength: this.maxlength, minlength: this.minlength, pattern: this.pattern, autofocus: this.autofocus, autocomplete: this.autocomplete, multiple: this.multiple, value: this.value, onInput: this.handleInput }), this.error && (hAsync("nv-icon", { key: 'cb4a0028e53aefcaf9b3127488811ea9d66cd305', name: "alert-circle", class: "validation", size: "md" })), this.success && (hAsync("nv-icon", { key: '307fa39a19684d92b5e64ce83301dac337948822', name: "circle-check", class: "validation", size: "md" }))), hAsync("slot", { key: 'a8eb4186286fd472b7c0d515be544e6331bad33c', name: "after-input" })), (this.description ||
18984
- this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: 'f5bd9926035d6d8829382adea3f68eb633bbf738', class: "description" }, hAsync("slot", { key: '561c28cc04225e9d84a86b161714efde4882debe', name: "description" }, this.description))), (this.errorDescription ||
18985
- this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: '09e08c344f477d70f698a9c11e38c737667c4ef6', hidden: !this.error, class: "error-description" }, hAsync("slot", { key: '117cd688cb63f5411225d468ca2071b19c1be39f', name: "error-description" }, this.errorDescription)))));
19004
+ return (hAsync(Host, { key: 'ffcbe1c8f14257f6380d28f2c50fe8b77ae73027' }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '3b84598a05eedc7625312def01ca726dc68fa247', htmlFor: this.inputId }, hAsync("slot", { key: '8c8f0d2f86742dd0699b8b309cbea0dca1d294ce', name: "label" }, this.label))), hAsync("div", { key: 'c2adf3acc7780a7eba5d4762b7275d1c63304bf5', class: "input-wrapper" }, hAsync("slot", { key: 'c49756d1daaba476222ebda2df4854b1094655b3', name: "before-input" }), hAsync("div", { key: '723c34f09e6c073bdef2db799246da72ffd52703', class: "input-container", onClick: this.handleInputContainerClick }, hAsync("slot", { key: '4e94bcac72ac2e5147a8d5e33396a13359820009', name: "leading-input" }), hAsync("input", { key: '96cbf022912735445467320600e372fba03de4e4', id: this.inputId, ref: e => (this.inputElement = e), placeholder: this.placeholder, name: this.name, type: this.type, disabled: this.disabled, readOnly: this.readonly, required: this.required, maxlength: this.maxlength, minlength: this.minlength, pattern: this.pattern, autofocus: this.autofocus, autocomplete: this.autocomplete, multiple: this.multiple, value: this.value, onInput: this.handleInput }), this.error && (hAsync("nv-icon", { key: '39a55c42a49006d316e5dcc5389793c6264d2b09', name: "alert-circle", class: "validation", size: "md" })), this.success && (hAsync("nv-icon", { key: 'bf1b6040dbb392b5c46b3b9af665d7cdc7389d29', name: "circle-check", class: "validation", size: "md" }))), hAsync("slot", { key: 'bb2256bf3fc5165e61f162fe89dd7be564a989c0', name: "after-input" })), (this.description ||
19005
+ this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: '3d2c5a89247042184b3a110ca7982b793b0bd86a', class: "description" }, hAsync("slot", { key: '2358cc5217d6ba65b4d4baa927b397dbe62982e8', name: "description" }, this.description))), (this.errorDescription ||
19006
+ this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: 'cdef4117d71b8a6bdde19fea1a0f4070ba02ab2e', hidden: !this.error, class: "error-description" }, hAsync("slot", { key: '66a2b100ab641aa9c2e22fdfc9a987bb86cd44a0', name: "error-description" }, this.errorDescription)))));
18986
19007
  }
18987
19008
  static get formAssociated() { return true; }
18988
19009
  get el() { return getElement(this); }
@@ -19197,9 +19218,9 @@ class NvFieldtextarea {
19197
19218
  /****************************************************************************/
19198
19219
  //#region RENDER
19199
19220
  render() {
19200
- return (hAsync(Host, { key: '967dc1eda269d0e3df1351d3e34b8be14f9cb639' }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '4337acb56fc6712eb0a3e509b2a551043b43eadf', htmlFor: this.inputId }, hAsync("slot", { key: 'c7229aad2d78f79fad1f103908976efefe282b01', name: "label" }, this.label))), hAsync("div", { key: 'a33155dbb4d6b5d481503225136435690eebf819', class: "textarea-wrapper" }, hAsync("div", { key: '14dbd33038acef44773bcf925dcb1fa9531bb6e9', class: "textarea-container", onClick: this.handleTextareaContainerClick }, hAsync("textarea", { key: 'eee274bac197d25f99114f95684996e1fa933b57', id: this.inputId, ref: e => (this.textareaElement = e), placeholder: this.placeholder, autofocus: this.autofocus, name: this.name, disabled: this.disabled, readOnly: this.readonly, required: this.required, maxlength: this.maxlength, minlength: this.minlength, autocomplete: "off", value: this.value, onInput: this.handleTextarea, rows: this.rows, class: clsx(this.resize === 'none' && 'resize-none', this.resize === 'vertical' && 'resize-y', this.resize === 'horizontal' && 'resize-x', this.resize === 'both' && 'resize') }))), (this.description ||
19201
- this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: 'f3f214c3a3e3ee03b3ac44d7dcf6224f3d58585d', class: "description" }, hAsync("slot", { key: '803bf10aec909ab4c55098818df6bcd3e22a1957', name: "description" }, this.description))), (this.errorDescription ||
19202
- this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: 'aefd1d3ed4ed2535b06cd314ffe0b19506f7510d', hidden: !this.error, class: "error-description" }, hAsync("slot", { key: 'e43344938bda4acb4523998e9d21f5b6d8300d1a', name: "error-description" }, this.errorDescription)))));
19221
+ return (hAsync(Host, { key: 'b5d6707fa7ebbd64f3b1616c9f61746f394e347d' }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '6fd76411b08da2d22d86d0a4ef81ce99534d0112', htmlFor: this.inputId }, hAsync("slot", { key: '634339fa1bd5ccb2627dab03117535b2bc09b9cc', name: "label" }, this.label))), hAsync("div", { key: '6a521f191ebae60a874c4d48a1872b7a61181c54', class: "textarea-wrapper" }, hAsync("div", { key: 'ecca606c8775282c5b21b8f8e12a9c98df7aa410', class: "textarea-container", onClick: this.handleTextareaContainerClick }, hAsync("textarea", { key: '7547d01134c155c9f76e1978f08075d1e8ff50fd', id: this.inputId, ref: e => (this.textareaElement = e), placeholder: this.placeholder, autofocus: this.autofocus, name: this.name, disabled: this.disabled, readOnly: this.readonly, required: this.required, maxlength: this.maxlength, minlength: this.minlength, autocomplete: "off", value: this.value, onInput: this.handleTextarea, rows: this.rows, class: clsx(this.resize === 'none' && 'resize-none', this.resize === 'vertical' && 'resize-y', this.resize === 'horizontal' && 'resize-x', this.resize === 'both' && 'resize') }))), (this.description ||
19222
+ this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: 'fc436e3cc4dbdf8730920173a74f4da249678e39', class: "description" }, hAsync("slot", { key: '27aa71e73818742bc92f3860dd0071eef182474a', name: "description" }, this.description))), (this.errorDescription ||
19223
+ this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: 'cc3733783b2f5985358d1c21e502845f7bab8406', hidden: !this.error, class: "error-description" }, hAsync("slot", { key: '1db584479ed23d616d88dc9fc28fe1e0acd7a463', name: "error-description" }, this.errorDescription)))));
19203
19224
  }
19204
19225
  static get formAssociated() { return true; }
19205
19226
  get el() { return getElement(this); }
@@ -20223,26 +20244,26 @@ class NvFieldtime {
20223
20244
  }, key: `${option}-${index}`, onClick: e => this.handleTimeOptionClick(e, type) }, option)))));
20224
20245
  }
20225
20246
  render() {
20226
- return (hAsync(Host, { key: '1ef0b47c6886db0b91833d4680638eeafe886894', onclick: e => this.handleHostClick(e) }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '7f0c658c7ad89e2f0fb5100a4de46d368b8edf85', htmlFor: this.inputId }, hAsync("slot", { key: '2378b6f07660bb1c536e52a9e48b7a633f9d8bca', name: "label" }, this.label))), hAsync("nv-popover", { key: 'cc543c978adc3a58c343688b3b579240abfd244d', ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, hAsync("div", { key: '776927c5aec228f04c0079cc51d7772e50425dae', class: "input-wrapper", slot: "trigger" }, hAsync("slot", { key: '9d5324592d1a1e9aed17a4bcdcdfcd0e5be88632', name: "before-input" }), hAsync("div", { key: 'ed804b5a42ac0bff1c142f2374d5b32c45d3f5bb', class: "input-container" }, hAsync("slot", { key: 'a2085ff4c458cd9cbf5d5824bd2f3624b71560b3', name: "leading-input" }), startsWithIgnoreCase(this.format, 'HH') && [
20227
- hAsync("input", { key: 'a21fb6c62075b878dd849d9860bdee7cf8d56e61', ref: el => (this.inputElements[TimeType.Hours] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.hours, onInput: e => this.handleInputChange(e, TimeType.Hours), placeholder: this.format.includes('hh') ? 'hh' : 'HH', inputMode: "numeric", onFocus: () => this.handleFocus(TimeType.Hours), name: this.name
20247
+ return (hAsync(Host, { key: 'd9b980ce6cf9d4c00da007608b03261983ae49b7', onclick: e => this.handleHostClick(e) }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: 'ff69b45e9b30ee4b0dd2034c1e29b698796f8796', htmlFor: this.inputId }, hAsync("slot", { key: '6cfd62e39f69451c326b5266a3c8b33520366ac7', name: "label" }, this.label))), hAsync("nv-popover", { key: 'f2c68b4286769203b9f4af8cc61375dc60795589', ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, hAsync("div", { key: 'eb45e4d83e5d9754336bc7d03a2937931fa56378', class: "input-wrapper", slot: "trigger" }, hAsync("slot", { key: '644faecac37927eae57da8eb039a79154ebf5787', name: "before-input" }), hAsync("div", { key: '10b656c08d991100a5ef0fe87299af7a3d0a7831', class: "input-container" }, hAsync("slot", { key: '3908fc76c97f4a362974199f30bdc2535172e4dc', name: "leading-input" }), startsWithIgnoreCase(this.format, 'HH') && [
20248
+ hAsync("input", { key: 'b68e32193ab056a230138dfbb2d14240fa700b1d', ref: el => (this.inputElements[TimeType.Hours] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.hours, onInput: e => this.handleInputChange(e, TimeType.Hours), placeholder: this.format.includes('hh') ? 'hh' : 'HH', inputMode: "numeric", onFocus: () => this.handleFocus(TimeType.Hours), name: this.name
20228
20249
  ? `${TimeType.Hours}-${this.name}`
20229
20250
  : TimeType.Hours, id: this.inputId, readonly: this.readonly, disabled: this.disabled, required: this.required, onKeyDown: e => this.handleKeyDown(e), onBlur: () => this.handleInputBlur() }),
20230
20251
  ], this.format.includes('mm') && [
20231
- hAsync("span", { key: 'cb0a76c804e60fb918980271cc2e19c389f6ffbc' }, ":"),
20232
- hAsync("input", { key: '5ea428290a17350d74e3038728d0992c6fdad28e', ref: el => (this.inputElements[TimeType.Minutes] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.minutes, onInput: e => this.handleInputChange(e, TimeType.Minutes), placeholder: "mm", inputMode: "numeric", onFocus: () => this.handleFocus(TimeType.Minutes), name: this.name
20252
+ hAsync("span", { key: 'ebef6f727c34aa8f9348c65c02ab970a409cce2e' }, ":"),
20253
+ hAsync("input", { key: 'd4aa6001b2f462d64eae1bdda7f46d97a926802e', ref: el => (this.inputElements[TimeType.Minutes] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.minutes, onInput: e => this.handleInputChange(e, TimeType.Minutes), placeholder: "mm", inputMode: "numeric", onFocus: () => this.handleFocus(TimeType.Minutes), name: this.name
20233
20254
  ? `${TimeType.Minutes}-${this.name}`
20234
20255
  : TimeType.Minutes, id: `${this.inputId}-minutes`, readonly: this.readonly, disabled: this.disabled, required: this.required, onKeyDown: e => this.handleKeyDown(e), onBlur: () => this.handleInputBlur() }),
20235
20256
  ], this.format.includes('ss') && [
20236
- hAsync("span", { key: '68c7d188eee595668066e82fbfa60f387d1078f6' }, ":"),
20237
- hAsync("input", { key: '23345802e5b7b9ea2e98fc47ca0ed88fec1f2176', ref: el => (this.inputElements[TimeType.Seconds] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.seconds, onInput: e => this.handleInputChange(e, TimeType.Seconds), placeholder: "ss", inputMode: "numeric", onFocus: () => this.handleFocus(TimeType.Seconds), name: this.name
20257
+ hAsync("span", { key: '9ce4067c241aae590f4cd4383b1ece3a7510a2c7' }, ":"),
20258
+ hAsync("input", { key: 'f42706c6e606c59e739b0460b9c9016c796542da', ref: el => (this.inputElements[TimeType.Seconds] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.seconds, onInput: e => this.handleInputChange(e, TimeType.Seconds), placeholder: "ss", inputMode: "numeric", onFocus: () => this.handleFocus(TimeType.Seconds), name: this.name
20238
20259
  ? `${TimeType.Seconds}-${this.name}`
20239
20260
  : TimeType.Seconds, id: `${this.inputId}-seconds`, readonly: this.readonly, disabled: this.disabled, required: this.required, onKeyDown: e => this.handleKeyDown(e), onBlur: () => this.handleInputBlur() }),
20240
- ], hAsync("nv-iconbutton", { key: '103fc264c69cf3f8cac073d7815d24b3fdf9a821', name: this.open ? 'chevron-top' : 'chevron-down', size: "md", emphasis: "lower", "aria-label": this.open ? 'Hide time picker' : 'Show time picker', "aria-pressed": this.open.toString(), onClick: () => this.HandleDropdownIconClick() }), this.error && (hAsync("nv-icon", { key: 'c78ec167b3f228a03172eee52fe888a8456f5851', name: "alert-circle", class: "validation", size: "sm" })), this.success && (hAsync("nv-icon", { key: '845802ea8ebe47b66701a11663c1b5052a51a7e8', name: "circle-check", class: "validation", size: "sm" }))), hAsync("slot", { key: 'd07b15d6baf4960bf12dec9cc883e89a969c08ea', name: "after-input" })), hAsync("div", { key: 'c165f47781a106f0b586f7e39e30902c873faa07', class: "time-dropdown", slot: "content" }, hAsync("div", { key: '2c544ba696b3ed2dc1db98ecc99b00d00f7b1531', class: "time-columns" }, startsWithIgnoreCase(this.format, 'HH') &&
20261
+ ], hAsync("nv-iconbutton", { key: '4c233506c36553289c0e21d889e6c77c46e2862a', name: this.open ? 'chevron-top' : 'chevron-down', size: "md", emphasis: "lower", "aria-label": this.open ? 'Hide time picker' : 'Show time picker', "aria-pressed": this.open.toString(), onClick: () => this.HandleDropdownIconClick() }), this.error && (hAsync("nv-icon", { key: '9dcf992cc15a5462269208daecec4dbfc7fc9183', name: "alert-circle", class: "validation", size: "sm" })), this.success && (hAsync("nv-icon", { key: '3614bfd444d8243c110bf2b458e0d2d5f296566f', name: "circle-check", class: "validation", size: "sm" }))), hAsync("slot", { key: 'e703a923e7c98e2d9fd5d69a5741f1f67c9710b4', name: "after-input" })), hAsync("div", { key: '6a56bd36fac3051ae1a40cbb450a51a415c00db2', class: "time-dropdown", slot: "content" }, hAsync("div", { key: 'c001e4f3afa3fadf49df9186ef38ac10ca3c1f70', class: "time-columns" }, startsWithIgnoreCase(this.format, 'HH') &&
20241
20262
  this.RenderTimeOptionsColumn(TimeType.Hours), this.format.includes('mm') &&
20242
20263
  this.RenderTimeOptionsColumn(TimeType.Minutes), this.format.includes('ss') &&
20243
20264
  this.RenderTimeOptionsColumn(TimeType.Seconds)))), (this.description ||
20244
- this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: 'f096bace0439c56e5707e385df02cd0c8d76665c', class: "description" }, hAsync("slot", { key: '2a90719cfeb9f95ca9f298a1dce3383bbbb99f47', name: "description" }, this.description))), (this.errorDescription ||
20245
- this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: '62d7d553ac6ad2f1d86d241a3042093a1b95d5d0', hidden: !this.error, class: "error-description" }, hAsync("slot", { key: '03ff68aae8a2433f791da59721fd090f2573eebf', name: "error-description" }, this.errorDescription)))));
20265
+ this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: '62782d291c7e065b79c91a51ebd61afcef60c058', class: "description" }, hAsync("slot", { key: '70d29b36d481bfc5ec8a9435e2eadf0007aa95c3', name: "description" }, this.description))), (this.errorDescription ||
20266
+ this.el.querySelector('[slot="error-description"]')) && (hAsync("div", { key: '71818050156b31a39daf70e4cf8cb1a03f809458', hidden: !this.error, class: "error-description" }, hAsync("slot", { key: 'cb7fb776375e7afaaa22ae90f8e6eb533e066e53', name: "error-description" }, this.errorDescription)))));
20246
20267
  }
20247
20268
  static get formAssociated() { return true; }
20248
20269
  get el() { return getElement(this); }
@@ -20347,7 +20368,7 @@ class NvIcon {
20347
20368
  /****************************************************************************/
20348
20369
  //#region RENDER
20349
20370
  render() {
20350
- return (hAsync(Host, { key: '75b6f4f23483a5a1974c683081f47d6382e37230', class: clsx(this.color && `${this.color}`), role: "img", "aria-label": `${this.name}-icon` }, hAsync("svg", { key: 'bfc8a74c5a62ddf0f218fd55b108aecb2652343a', stroke: "currentColor", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: `nv-icon-${this.size}` }, hAsync("use", { key: '627f3dd7d5348c1e7fe060e447e4d0d08a03b0c0', href: `#${this.name}` }))));
20371
+ return (hAsync(Host, { key: 'a5d7dbfd9cf1be24ba19e8a8902a5a7adb89cc24', class: clsx(this.color && `${this.color}`), role: "img", "aria-label": `${this.name}-icon` }, hAsync("svg", { key: 'b35bc42c038fd288022e13650556086d1dc3604d', stroke: "currentColor", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: `nv-icon-${this.size}` }, hAsync("use", { key: '41833d3d27433422c859b513f28dc48a202d5919', href: `#${this.name}` }))));
20351
20372
  }
20352
20373
  static get style() { return NvIconStyle0; }
20353
20374
  static get cmpMeta() { return {
@@ -20491,7 +20512,7 @@ class NvIconbutton {
20491
20512
  /****************************************************************************/
20492
20513
  //#region RENDER
20493
20514
  render() {
20494
- return (hAsync(Host, { key: '4c8d155b8feb2c43c71075facd4aba91187859e0', role: "button", type: this.type, tabindex: "0", disabled: this.disabled ? true : undefined, class: clsx('root', `size-${this.size}`, `emphasis-${this.emphasis}`, this.loading && 'loading', `shape-${this.shape}`), onClick: this.handleClick }, this.loading && hAsync("nv-loader", { key: '98e022b368e278aed21335cf593aeea19dba29ee', size: this.size }), !this.loading && hAsync("nv-icon", { key: '5298a3d0a85e97826693e47e04ed9eddcb4f9cd3', name: this.name, size: this.size }), hAsync("slot", { key: '7e239aacae35715d4dc309919a21f0def9c0fa5d' })));
20515
+ return (hAsync(Host, { key: 'e67f2cfb172fc315ea4d12290000cd92ff683e88', role: "button", type: this.type, tabindex: "0", disabled: this.disabled ? true : undefined, class: clsx('root', `size-${this.size}`, `emphasis-${this.emphasis}`, this.loading && 'loading', `shape-${this.shape}`), onClick: this.handleClick }, this.loading && hAsync("nv-loader", { key: '6477c82dcaa79147d03ae730d9ab2835959bcde6', size: this.size }), !this.loading && hAsync("nv-icon", { key: '8ffecf3db1d721ff88ba3c7b4e08543e48adedd5', name: this.name, size: this.size }), hAsync("slot", { key: 'c03cccb5aff47a9f758fc23b4e2226301d2d2fcc' })));
20495
20516
  }
20496
20517
  static get formAssociated() { return true; }
20497
20518
  get el() { return getElement(this); }
@@ -20539,7 +20560,7 @@ class NvLoader {
20539
20560
  //#region RENDER
20540
20561
  /* <slot> empty to force rendering change */
20541
20562
  render() {
20542
- return (hAsync(Host, { key: 'b6b029b8231c2d4a1a6a7f074f42a27b85dff71b', class: clsx(this.size && `size-${this.size}`, this.color && `color-${this.color}`) }));
20563
+ return (hAsync(Host, { key: '701552c6cf9126e60d81f844648ec1d29079fdd3', class: clsx(this.size && `size-${this.size}`, this.color && `color-${this.color}`) }));
20543
20564
  }
20544
20565
  static get style() { return NvLoaderStyle0; }
20545
20566
  static get cmpMeta() { return {
@@ -20559,8 +20580,8 @@ const nvMenuCss = "nv-menuitem{display:flex;align-items:center;max-width:300px;w
20559
20580
  var NvMenuStyle0 = nvMenuCss;
20560
20581
 
20561
20582
  /**
20562
- * @slot trigger - Button to toggle the menu popover.
20563
- * @slot content - Use an &lt;ul&gt;&lt;/ul&gt; tag for the slot, and place &lt;nv-menuitem&gt; elements inside.
20583
+ * @slot trigger - The button element that toggles the menu popover
20584
+ * @slot content - The content of the menu, should be wrapped in a ul element containing nv-menuitem elements
20564
20585
  */
20565
20586
  class NvMenu {
20566
20587
  constructor(hostRef) {
@@ -20585,8 +20606,8 @@ class NvMenu {
20585
20606
  */
20586
20607
  this.disableCloseOnSelect = false;
20587
20608
  /**
20588
- * Decides where the menu shows up next to the button its linked to (above,
20589
- * below, to the sides). If there isnt enough room, it will adjust its
20609
+ * Decides where the menu shows up next to the button it's linked to (above,
20610
+ * below, to the sides). If there isn't enough room, it will adjust its
20590
20611
  * position on the axis to fit on the screen, so users can always see it.
20591
20612
  */
20592
20613
  this.placement = 'bottom-end';
@@ -20771,7 +20792,7 @@ class NvMenu {
20771
20792
  });
20772
20793
  }
20773
20794
  render() {
20774
- return (hAsync(Host, { key: '848044034b707f29f791fa984cc51b606498b162' }, hAsync("slot", { key: '385c9081f84034215745ea79d096cf8e3cebbf8e', name: "trigger" }), hAsync("nv-popover", { key: 'b47a09258a76f608e0eba173039ec8ec49b6186a', ref: el => (this.popoverElement = el), triggerMode: "click", triggerElement: this.triggerElement, placement: this.placement, nested: this.nested, open: this.open }, this.parsedItems.length > 0 ? (hAsync("ul", { slot: "content" }, this.renderMenuItems(this.parsedItems))) : (hAsync("slot", { name: "content" })))));
20795
+ return (hAsync(Host, { key: '8334eee36cadee43d5d78d227841b43da86a46c6' }, hAsync("slot", { key: 'a4f260a9161dc239eabfc9c43178b1394721f37d', name: "trigger" }), hAsync("nv-popover", { key: '6f163bc5c02afba3af1e9bb43cf3b6bfec1e9374', ref: el => (this.popoverElement = el), triggerMode: "click", triggerElement: this.triggerElement, placement: this.placement, nested: this.nested, open: this.open }, this.parsedItems.length > 0 ? (hAsync("ul", { slot: "content" }, this.renderMenuItems(this.parsedItems))) : (hAsync("slot", { name: "content" })))));
20775
20796
  }
20776
20797
  get el() { return getElement(this); }
20777
20798
  static get watchers() { return {
@@ -20846,7 +20867,7 @@ class NvMenuitem {
20846
20867
  /****************************************************************************/
20847
20868
  //#region RENDER
20848
20869
  render() {
20849
- return (hAsync(Host, { key: '2b59ea1b8582c9d5beac1e22c9547bebca9a19c0', role: "menuitem", tabindex: this.disabled ? '-1' : '0' }, this.icon && hAsync("nv-icon", { key: 'bd72a3c8ffb0f2bfcecb11017493ee7476a8b34a', name: this.icon }), hAsync("slot", { key: 'a3f396ca95fcb14fba1861f641e11abac06c7fe8' }), this.label && hAsync("span", { key: 'ffffe933ab348dc617bb2d76f96e6e11e6ea5900', "data-scope": "text" }, this.label), this.shortcut && !this.hasSubmenu && hAsync("kbd", { key: 'cc76611b2a113cfa309ba3655d5c335d996380b3' }, this.shortcut), this.hasSubmenu && hAsync("nv-icon", { key: '3e90fdb722f845e24d6588b604f292dd7ee2ea4a', name: "chevron-right" })));
20870
+ return (hAsync(Host, { key: 'd1d9969a8e812f22d2097dca29b8e46b54115709', role: "menuitem", tabindex: this.disabled ? '-1' : '0' }, this.icon && hAsync("nv-icon", { key: '4dd5c1c2fdd741cec06ca112788d8d00863b0ac7', name: this.icon }), hAsync("slot", { key: '6030b5a030b46281d54ca139e55163e8ede064fe' }), this.label && hAsync("span", { key: 'f253f5eb0fed0853a46ed08c211a42bace1784f6', "data-scope": "text" }, this.label), this.shortcut && !this.hasSubmenu && hAsync("kbd", { key: 'b7c445db91af3ae3e2a845a839fee7c77a768045' }, this.shortcut), this.hasSubmenu && hAsync("nv-icon", { key: '54bcd0bc879136d542b5e2c4241949f623258ad0', name: "chevron-right" })));
20850
20871
  }
20851
20872
  get el() { return getElement(this); }
20852
20873
  static get style() { return NvMenuitemStyle0; }
@@ -23231,7 +23252,7 @@ class NvPopover {
23231
23252
  /****************************************************************************/
23232
23253
  //#region RENDER
23233
23254
  render() {
23234
- return (hAsync(Host, { key: '6c72a8b8adc53dea2bd79b4b68afbeebc0281453' }, hAsync("slot", { key: 'c9b7c7327346a53a5e0183785c2ae7f908a46826', name: "trigger" }), hAsync("div", { key: 'd95998b8efc7e3f1c346d4dc516ccdf08bcceb48', "data-scope": "popover", hidden: true, ref: el => (this.popoverElement = el) }, this.hasArrow && (hAsync("div", { key: '59a84c8daa368251b10a1f64a4e1335b9f5716dd', "data-scope": "arrow", ref: el => (this.arrowElement = el) })), hAsync("slot", { key: '1ab56763bc4ff602d83042a10c67d633b81e5ae9', name: "content" }))));
23255
+ return (hAsync(Host, { key: 'efab8d78e1163d23e197ca04786b9f99f248ce05' }, hAsync("slot", { key: 'b8197a385e5d9cda08d6b3e0232c052fb7238d01', name: "trigger" }), hAsync("div", { key: '480c3cc8352bc833216cd64c8bfcf75ba9c79130', "data-scope": "popover", hidden: true, ref: el => (this.popoverElement = el) }, this.hasArrow && (hAsync("div", { key: '8b1b10a15427ef05bc267460161e4a53be4cc3d1', "data-scope": "arrow", ref: el => (this.arrowElement = el) })), hAsync("slot", { key: '8c9a8708a36fae6cac5e533b5c1a3128d7375195', name: "content" }))));
23235
23256
  }
23236
23257
  get el() { return getElement(this); }
23237
23258
  static get watchers() { return {
@@ -23276,7 +23297,7 @@ class NvRow {
23276
23297
  /****************************************************************************/
23277
23298
  //#region RENDER
23278
23299
  render() {
23279
- return (hAsync(Host, { key: 'd6f9bbc1ed59bfc59a97728896c0443c8e104e59' }, hAsync("slot", { key: '3d9c1c809524d0a4b9d8ad541ead8978d246c998' })));
23300
+ return (hAsync(Host, { key: '0b27560267e6f5186ca4237658ad35f3a436b70d' }, hAsync("slot", { key: 'b2805eb6abe9d02b57f030c91344ecf4927136d8' })));
23280
23301
  }
23281
23302
  static get style() { return NvRowStyle0; }
23282
23303
  static get cmpMeta() { return {
@@ -23311,7 +23332,7 @@ class NvStack {
23311
23332
  /****************************************************************************/
23312
23333
  //#region RENDER
23313
23334
  render() {
23314
- return (hAsync(Host, { key: 'aef0e6f873f68880d20b5ae9f4f56ece40e8a0ee', class: clsx(this.fill && 'nv-stack-fill', this.flex && 'nv-stack-flex', this.full && 'w-full', this.gutter && !this.vertical && `gutter-x-${this.gutter}`, this.gutter && this.vertical && `gutter-y-${this.gutter}`, this.vertical && 'nv-stack-vertical') }, hAsync("slot", { key: 'd003e23ec3c9b4a5c4496bc9f4c170af467b311e' })));
23335
+ return (hAsync(Host, { key: '9869c0eaa423e363482bd4685dbd082dfba017f5', class: clsx(this.fill && 'nv-stack-fill', this.flex && 'nv-stack-flex', this.full && 'w-full', this.gutter && !this.vertical && `gutter-x-${this.gutter}`, this.gutter && this.vertical && `gutter-y-${this.gutter}`, this.vertical && 'nv-stack-vertical') }, hAsync("slot", { key: 'd4b597ec95f71c47edf99d58d22c95a5540e904c' })));
23315
23336
  }
23316
23337
  static get style() { return NvStackStyle0; }
23317
23338
  static get cmpMeta() { return {
@@ -23645,14 +23666,14 @@ class NvTable {
23645
23666
  const rows = !this.table || this.table === undefined || this.parsedData.length === 0
23646
23667
  ? []
23647
23668
  : this.table.data;
23648
- return (hAsync(Host, { key: 'bf96a7c40a0960fc68778c33ec63a1d574993408' }, hAsync("div", { key: '77e4ace0a9925ef6f5f7e1f51a2abc0c381d8ba5', class: "hidden" }, hAsync("slot", { key: 'cdeb4abdd65d0e5de7064af63b1a39e661d4b49b' })), hAsync("slot", { key: '4322aeb2858716be200a8d6851ef1d47ee0c44bb', name: "before" }), this.parsedColumns.length === 0 && this.parsedData.length === 0 ? (hAsync("div", { class: "no-data" }, this.noColumnsNoDataMessage)) : (hAsync("table", { class: "table" }, this.parsedColumns.length > 0 && headerGroups.length > 0 && (hAsync("thead", { class: "table-header" }, hAsync("tr", null, headerGroups &&
23669
+ return (hAsync(Host, { key: '89d230b38e5f853a9d8246b3634d25f3add88bb0' }, hAsync("div", { key: '130f44d0833635aec8eb1ff5db6f92f5342e39b4', class: "hidden" }, hAsync("slot", { key: 'e68523ead80fd187bfb0fc6710aaea42e1d9c4e7' })), hAsync("slot", { key: '087164f8a817d99091d54ed841b4faa5f01b215e', name: "before" }), this.parsedColumns.length === 0 && this.parsedData.length === 0 ? (hAsync("div", { class: "no-data" }, this.noColumnsNoDataMessage)) : (hAsync("table", { class: "table" }, this.parsedColumns.length > 0 && headerGroups.length > 0 && (hAsync("thead", { class: "table-header" }, hAsync("tr", null, headerGroups &&
23649
23670
  headerGroups.map(col => {
23650
23671
  return (hAsync("th", { key: col.name }, this.renderTemplate(this.headerTemplateCache.get(col.name), {}) || col.header));
23651
23672
  })))), hAsync("tbody", { class: "table-body" }, !rows || rows.length === 0 ? (hAsync("tr", null, hAsync("td", { colSpan: headerGroups.length || 12, class: "no-data" }, this.noDataMessage))) : (rows.map(row => (hAsync("tr", { key: JSON.stringify(row) }, headerGroups.map(col => {
23652
23673
  var _a;
23653
23674
  return (hAsync("td", null, this.renderTemplate(this.templateCache.get(col.name), row) ||
23654
23675
  ((_a = row[col.name]) !== null && _a !== void 0 ? _a : this.fallbackValue)));
23655
- })))))))), hAsync("slot", { key: 'e5e490de2ff568c962368f39dbcd5c119e814b0d', name: "after" })));
23676
+ })))))))), hAsync("slot", { key: '046b1b705c5885eb2685a0e8780e6eec2f1ca50e', name: "after" })));
23656
23677
  }
23657
23678
  get el() { return getElement(this); }
23658
23679
  static get watchers() { return {
@@ -23772,8 +23793,8 @@ class NvToggle {
23772
23793
  /****************************************************************************/
23773
23794
  //#region RENDER
23774
23795
  render() {
23775
- return (hAsync(Host, { key: '6728159c0c7f622fbcc5017a116ec0dd1fe28b39', class: clsx(this.labelPlacement === 'before' && 'label-placement-before') }, hAsync("div", { key: '2155eacf39771790ca730f264f9c490f6e93794b', class: "input-container" }, hAsync("input", { key: '588a638b678c7d26fd0050a54fbd86ab029c18d0', type: "checkbox", id: this.inputId, name: this.name, autocomplete: "off", value: this.value, checked: Boolean(this.checked), disabled: this.disabled || this.readonly, readonly: this.readonly })), hAsync("div", { key: 'ba543a1282f8244449c3682bc43c8481d0c588dd', class: "text-container" }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: 'beab39ef75d445e43bf4d127ea9f0c7130bae25f', htmlFor: this.inputId, class: clsx(this.hideLabel && 'visually-hidden') }, hAsync("slot", { key: 'fd60c679cf1514fc2d01c39a8e13e6dc6fd3287e', name: "label" }, this.label))), (this.description ||
23776
- this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: '42582783ac08557d55bf8f80fa68f2f565f7208f', class: "description" }, hAsync("slot", { key: '889f7408fd401816ffb6dff0c264e265911e3b79', name: "description" }, this.description))))));
23796
+ return (hAsync(Host, { key: '6e18c6145fccdf7926bcc64a2414e6b41d364487', class: clsx(this.labelPlacement === 'before' && 'label-placement-before') }, hAsync("div", { key: 'fda6ce7b087d1acef0f2afb24edbdc2566ca6cbf', class: "input-container" }, hAsync("input", { key: '53569ce97f75b7a2ac0c94a702096d3f9215432a', type: "checkbox", id: this.inputId, name: this.name, autocomplete: "off", value: this.value, checked: Boolean(this.checked), disabled: this.disabled || this.readonly, readonly: this.readonly })), hAsync("div", { key: '26f0a6f570b8ef4150d53a7733c832f1c5f4343d', class: "text-container" }, (this.label || this.el.querySelector('[slot="label"]')) && (hAsync("label", { key: '5ff30cca4abfd0c2f4283eab6c7ae678653748d3', htmlFor: this.inputId, class: clsx(this.hideLabel && 'visually-hidden') }, hAsync("slot", { key: 'c6cc3536fa741fb89ebb24dfe455957b66edd77b', name: "label" }, this.label))), (this.description ||
23797
+ this.el.querySelector('[slot="description"]')) && (hAsync("div", { key: '0b1804f9e5407f15037fb6e5c80d7b8dafee5599', class: "description" }, hAsync("slot", { key: '8f1b272158ffebb03992ed8c3b115e52504ff8ce', name: "description" }, this.description))))));
23777
23798
  }
23778
23799
  static get formAssociated() { return true; }
23779
23800
  get el() { return getElement(this); }
@@ -23838,7 +23859,7 @@ class NvTooltip {
23838
23859
  /****************************************************************************/
23839
23860
  //#region RENDER
23840
23861
  render() {
23841
- return (hAsync(Host, { key: '8cd2c98bb131f251183acb9af66c9f6f9756ea95' }, hAsync("slot", { key: 'fe6b19ecbf81c75579d2eda7f420dba67d17f6b1' }), hAsync("nv-popover", { key: '4bb59ab06f861d3892de8122ef12eacacb8b4ad5', triggerMode: "hover", hasArrow: true, placement: this.placement, triggerElement: this.triggerElement, groupName: 'tooltip', enterDelay: this.enterDelay }, hAsync("p", { key: '1f6eca5114ef857086f1263adb806894d5e8e49e', slot: "content" }, this.message), hAsync("slot", { key: '7a359b89785621df4fb4f1c499d4a295f4112aed', name: "content" }))));
23862
+ return (hAsync(Host, { key: '42d55bd749a31fc808d6685b75b5002b10575b63' }, hAsync("slot", { key: '7ccb801774290a4e47c9bf6e61994936f0cb793e' }), hAsync("nv-popover", { key: '6c67ddae0787dbc9e24d239e3b34218dfa997747', triggerMode: "hover", hasArrow: true, placement: this.placement, triggerElement: this.triggerElement, groupName: 'tooltip', enterDelay: this.enterDelay }, hAsync("p", { key: '900d3a61fc7adb7aee3f9982d932c6e2f9889ab3', slot: "content" }, this.message), hAsync("slot", { key: '3f5e490d760e723271acef897cf4e0247ca7cd44', name: "content" }))));
23842
23863
  }
23843
23864
  get el() { return getElement(this); }
23844
23865
  static get style() { return NvTooltipStyle0; }