@nova-design-system/nova-webcomponents 3.21.0 → 3.22.0

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 (318) hide show
  1. package/dist/cjs/{grow.animation-f1cef0ad.js → grow.animation-69832995.js} +29 -1
  2. package/dist/cjs/grow.animation-69832995.js.map +1 -0
  3. package/dist/cjs/index.cjs.js +2 -3
  4. package/dist/cjs/index.cjs.js.map +1 -1
  5. package/dist/cjs/loader.cjs.js +1 -1
  6. package/dist/cjs/native.cjs.js +1 -1
  7. package/dist/cjs/nv-badge_2.cjs.entry.js +1 -1
  8. package/dist/cjs/nv-dialog.cjs.entry.js +53 -19
  9. package/dist/cjs/nv-dialog.cjs.entry.js.map +1 -1
  10. package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +2 -2
  11. package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +4 -4
  12. package/dist/cjs/nv-fielddate.cjs.entry.js +14 -17
  13. package/dist/cjs/nv-fielddate.cjs.entry.js.map +1 -1
  14. package/dist/cjs/nv-fielddaterange.cjs.entry.js +7 -9
  15. package/dist/cjs/nv-fielddaterange.cjs.entry.js.map +1 -1
  16. package/dist/cjs/nv-fielddropdown.cjs.entry.js +14 -5
  17. package/dist/cjs/nv-fielddropdown.cjs.entry.js.map +1 -1
  18. package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +2 -2
  19. package/dist/cjs/nv-fielddropdownitem.cjs.entry.js.map +1 -1
  20. package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +1 -1
  21. package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -1
  22. package/dist/cjs/nv-fieldnumber.cjs.entry.js +3 -3
  23. package/dist/cjs/nv-fieldpassword.cjs.entry.js +3 -3
  24. package/dist/cjs/nv-fieldradio.cjs.entry.js +3 -3
  25. package/dist/cjs/nv-fieldselect.cjs.entry.js +5 -5
  26. package/dist/cjs/nv-fieldslider.cjs.entry.js +3 -3
  27. package/dist/cjs/nv-fieldtext.cjs.entry.js +3 -3
  28. package/dist/cjs/nv-fieldtextarea.cjs.entry.js +3 -3
  29. package/dist/cjs/nv-fieldtime.cjs.entry.js +3 -3
  30. package/dist/cjs/nv-icon.cjs.entry.js +1 -1
  31. package/dist/cjs/nv-iconbutton_2.cjs.entry.js +2 -2
  32. package/dist/cjs/nv-menu.cjs.entry.js +1 -1
  33. package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
  34. package/dist/cjs/nv-notification.cjs.entry.js +1 -1
  35. package/dist/cjs/nv-notificationcontainer.cjs.entry.js +1 -1
  36. package/dist/cjs/nv-popover.cjs.entry.js +10 -11
  37. package/dist/cjs/nv-popover.cjs.entry.js.map +1 -1
  38. package/dist/cjs/nv-row.cjs.entry.js +1 -1
  39. package/dist/cjs/nv-split.cjs.entry.js +1 -1
  40. package/dist/cjs/nv-stack.cjs.entry.js +1 -1
  41. package/dist/cjs/nv-table.cjs.entry.js +1 -1
  42. package/dist/cjs/nv-tableheader.cjs.entry.js +1 -1
  43. package/dist/cjs/nv-toggle.cjs.entry.js +2 -2
  44. package/dist/cjs/nv-togglebutton.cjs.entry.js +1 -1
  45. package/dist/cjs/nv-togglebuttongroup.cjs.entry.js +1 -1
  46. package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
  47. package/dist/collection/components/nv-dialog/nv-dialog.css +29 -22
  48. package/dist/collection/components/nv-dialog/nv-dialog.docs.js +14 -1
  49. package/dist/collection/components/nv-dialog/nv-dialog.docs.js.map +1 -1
  50. package/dist/collection/components/nv-dialog/nv-dialog.js +47 -21
  51. package/dist/collection/components/nv-dialog/nv-dialog.js.map +1 -1
  52. package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js +1 -1
  53. package/dist/collection/components/nv-dialogheader/nv-dialogheader.js +1 -1
  54. package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js +4 -4
  55. package/dist/collection/components/nv-fielddate/nv-fielddate.js +20 -17
  56. package/dist/collection/components/nv-fielddate/nv-fielddate.js.map +1 -1
  57. package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js +7 -9
  58. package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js.map +1 -1
  59. package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +13 -4
  60. package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js.map +1 -1
  61. package/dist/collection/components/nv-fielddropdown/styles/nv-fielddropdown.css +24 -18
  62. package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +1 -1
  63. package/dist/collection/components/nv-fielddropdownitem/styles/nv-fielddropdownitem.css +5 -3
  64. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +1 -1
  65. package/dist/collection/components/nv-fieldmultiselect/styles/nv-fieldmultiselect.css +3 -1
  66. package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +3 -3
  67. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +3 -3
  68. package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
  69. package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +5 -5
  70. package/dist/collection/components/nv-fieldslider/nv-fieldslider.js +3 -3
  71. package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +3 -3
  72. package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +3 -3
  73. package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +3 -3
  74. package/dist/collection/components/nv-icon/nv-icon.js +1 -1
  75. package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
  76. package/dist/collection/components/nv-loader/nv-loader.js +1 -1
  77. package/dist/collection/components/nv-menu/nv-menu.js +1 -1
  78. package/dist/collection/components/nv-menuitem/nv-menuitem.js +1 -1
  79. package/dist/collection/components/nv-notification/nv-notification.js +1 -1
  80. package/dist/collection/components/nv-notificationcontainer/nv-notificationcontainer.js +1 -1
  81. package/dist/collection/components/nv-popover/nv-popover.js +1 -1
  82. package/dist/collection/components/nv-row/nv-row.js +1 -1
  83. package/dist/collection/components/nv-split/nv-split.js +1 -1
  84. package/dist/collection/components/nv-stack/nv-stack.js +1 -1
  85. package/dist/collection/components/nv-table/nv-table.js +1 -1
  86. package/dist/collection/components/nv-tableheader/nv-tableheader.js +1 -1
  87. package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
  88. package/dist/collection/components/nv-togglebutton/nv-togglebutton.js +1 -1
  89. package/dist/collection/components/nv-togglebuttongroup/nv-togglebuttongroup.js +1 -1
  90. package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
  91. package/dist/components/index.js +2 -2
  92. package/dist/components/nv-accordion-item.js +1 -1
  93. package/dist/components/nv-accordion.js +4 -4
  94. package/dist/components/nv-alert.js +1 -1
  95. package/dist/components/nv-avatar.js +1 -1
  96. package/dist/components/nv-badge.js +1 -1
  97. package/dist/components/nv-breadcrumb.js +2 -2
  98. package/dist/components/nv-button.js +1 -1
  99. package/dist/components/nv-datagrid.js +2 -2
  100. package/dist/components/nv-dialog.js +57 -23
  101. package/dist/components/nv-dialog.js.map +1 -1
  102. package/dist/components/nv-dialogfooter.js +1 -1
  103. package/dist/components/nv-dialogheader.js +1 -1
  104. package/dist/components/nv-fieldcheckbox.js +1 -1
  105. package/dist/components/nv-fielddate.js +19 -22
  106. package/dist/components/nv-fielddate.js.map +1 -1
  107. package/dist/components/nv-fielddaterange.js +11 -13
  108. package/dist/components/nv-fielddaterange.js.map +1 -1
  109. package/dist/components/nv-fielddropdown.js +19 -10
  110. package/dist/components/nv-fielddropdown.js.map +1 -1
  111. package/dist/components/nv-fielddropdownitem.js +1 -1
  112. package/dist/components/nv-fielddropdownitemcheck.js +1 -1
  113. package/dist/components/nv-fieldmultiselect.js +8 -8
  114. package/dist/components/nv-fieldmultiselect.js.map +1 -1
  115. package/dist/components/nv-fieldnumber.js +1 -1
  116. package/dist/components/nv-fieldpassword.js +6 -6
  117. package/dist/components/nv-fieldradio.js +3 -3
  118. package/dist/components/nv-fieldselect.js +8 -8
  119. package/dist/components/nv-fieldslider.js +7 -7
  120. package/dist/components/nv-fieldtext.js +1 -1
  121. package/dist/components/nv-fieldtextarea.js +3 -3
  122. package/dist/components/nv-fieldtime.js +7 -7
  123. package/dist/components/nv-icon.js +1 -1
  124. package/dist/components/nv-iconbutton.js +1 -1
  125. package/dist/components/nv-loader.js +1 -1
  126. package/dist/components/nv-menu.js +4 -4
  127. package/dist/components/nv-menuitem.js +1 -1
  128. package/dist/components/nv-notification.js +2 -2
  129. package/dist/components/nv-notificationcontainer.js +1 -1
  130. package/dist/components/nv-popover.js +1 -1
  131. package/dist/components/nv-row.js +1 -1
  132. package/dist/components/nv-split.js +1 -1
  133. package/dist/components/nv-stack.js +1 -1
  134. package/dist/components/nv-table.js +1 -1
  135. package/dist/components/nv-tableheader.js +4 -4
  136. package/dist/components/nv-toggle.js +2 -2
  137. package/dist/components/nv-togglebutton.js +1 -1
  138. package/dist/components/nv-togglebuttongroup.js +1 -1
  139. package/dist/components/nv-tooltip.js +1 -1
  140. package/dist/components/{p-61382072.js → p-20a1c769.js} +2 -2
  141. package/dist/components/{p-61382072.js.map → p-20a1c769.js.map} +1 -1
  142. package/dist/components/{p-a6c29711.js → p-2d7d3aa2.js} +3 -3
  143. package/dist/components/{p-a6c29711.js.map → p-2d7d3aa2.js.map} +1 -1
  144. package/dist/components/{p-429e01f3.js → p-583b3d89.js} +2 -2
  145. package/dist/components/{p-429e01f3.js.map → p-583b3d89.js.map} +1 -1
  146. package/dist/components/{p-c4d20cc9.js → p-5f78a78f.js} +3 -3
  147. package/dist/components/{p-c4d20cc9.js.map → p-5f78a78f.js.map} +1 -1
  148. package/dist/components/{p-4799b6c3.js → p-62f91b46.js} +3 -4
  149. package/dist/components/p-62f91b46.js.map +1 -0
  150. package/dist/components/{p-5c6b5444.js → p-7214f13f.js} +4 -4
  151. package/dist/components/{p-5c6b5444.js.map → p-7214f13f.js.map} +1 -1
  152. package/dist/components/{p-0bfe8a47.js → p-743b3452.js} +2 -2
  153. package/dist/components/{p-0bfe8a47.js.map → p-743b3452.js.map} +1 -1
  154. package/dist/components/{p-00347aae.js → p-94ad267c.js} +5 -5
  155. package/dist/components/{p-00347aae.js.map → p-94ad267c.js.map} +1 -1
  156. package/dist/components/{p-222136c2.js → p-996438a2.js} +2 -2
  157. package/dist/components/{p-222136c2.js.map → p-996438a2.js.map} +1 -1
  158. package/dist/components/{p-4697bd56.js → p-996ed843.js} +27 -2
  159. package/dist/components/p-996ed843.js.map +1 -0
  160. package/dist/components/{p-2062ba39.js → p-af663ff5.js} +2 -2
  161. package/dist/components/{p-2062ba39.js.map → p-af663ff5.js.map} +1 -1
  162. package/dist/components/{p-c69f5a37.js → p-bcf9d309.js} +5 -5
  163. package/dist/components/{p-c69f5a37.js.map → p-bcf9d309.js.map} +1 -1
  164. package/dist/components/{p-d1d4cc45.js → p-cc77f8fe.js} +7 -7
  165. package/dist/components/{p-d1d4cc45.js.map → p-cc77f8fe.js.map} +1 -1
  166. package/dist/components/{p-8ce28cff.js → p-d9c1cd97.js} +4 -4
  167. package/dist/components/{p-8ce28cff.js.map → p-d9c1cd97.js.map} +1 -1
  168. package/dist/components/{p-0d5ed1d7.js → p-e1f82896.js} +5 -5
  169. package/dist/components/{p-0d5ed1d7.js.map → p-e1f82896.js.map} +1 -1
  170. package/dist/components/{p-643d7802.js → p-f68c8fff.js} +3 -3
  171. package/dist/components/{p-643d7802.js.map → p-f68c8fff.js.map} +1 -1
  172. package/dist/components/{p-86588fba.js → p-f6ffffd9.js} +4 -4
  173. package/dist/components/{p-86588fba.js.map → p-f6ffffd9.js.map} +1 -1
  174. package/dist/esm/{grow.animation-03fa5c19.js → grow.animation-24ad5cf8.js} +27 -2
  175. package/dist/esm/grow.animation-24ad5cf8.js.map +1 -0
  176. package/dist/esm/index.js +2 -2
  177. package/dist/esm/loader.js +1 -1
  178. package/dist/esm/native.js +1 -1
  179. package/dist/esm/nv-badge_2.entry.js +1 -1
  180. package/dist/esm/nv-dialog.entry.js +51 -17
  181. package/dist/esm/nv-dialog.entry.js.map +1 -1
  182. package/dist/esm/nv-dialogfooter_2.entry.js +2 -2
  183. package/dist/esm/nv-fieldcheckbox.entry.js +4 -4
  184. package/dist/esm/nv-fielddate.entry.js +14 -17
  185. package/dist/esm/nv-fielddate.entry.js.map +1 -1
  186. package/dist/esm/nv-fielddaterange.entry.js +7 -9
  187. package/dist/esm/nv-fielddaterange.entry.js.map +1 -1
  188. package/dist/esm/nv-fielddropdown.entry.js +14 -5
  189. package/dist/esm/nv-fielddropdown.entry.js.map +1 -1
  190. package/dist/esm/nv-fielddropdownitem.entry.js +2 -2
  191. package/dist/esm/nv-fielddropdownitem.entry.js.map +1 -1
  192. package/dist/esm/nv-fieldmultiselect.entry.js +1 -1
  193. package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
  194. package/dist/esm/nv-fieldnumber.entry.js +3 -3
  195. package/dist/esm/nv-fieldpassword.entry.js +3 -3
  196. package/dist/esm/nv-fieldradio.entry.js +3 -3
  197. package/dist/esm/nv-fieldselect.entry.js +5 -5
  198. package/dist/esm/nv-fieldslider.entry.js +3 -3
  199. package/dist/esm/nv-fieldtext.entry.js +3 -3
  200. package/dist/esm/nv-fieldtextarea.entry.js +3 -3
  201. package/dist/esm/nv-fieldtime.entry.js +3 -3
  202. package/dist/esm/nv-icon.entry.js +1 -1
  203. package/dist/esm/nv-iconbutton_2.entry.js +2 -2
  204. package/dist/esm/nv-menu.entry.js +1 -1
  205. package/dist/esm/nv-menuitem.entry.js +1 -1
  206. package/dist/esm/nv-notification.entry.js +1 -1
  207. package/dist/esm/nv-notificationcontainer.entry.js +1 -1
  208. package/dist/esm/nv-popover.entry.js +2 -3
  209. package/dist/esm/nv-popover.entry.js.map +1 -1
  210. package/dist/esm/nv-row.entry.js +1 -1
  211. package/dist/esm/nv-split.entry.js +1 -1
  212. package/dist/esm/nv-stack.entry.js +1 -1
  213. package/dist/esm/nv-table.entry.js +1 -1
  214. package/dist/esm/nv-tableheader.entry.js +1 -1
  215. package/dist/esm/nv-toggle.entry.js +2 -2
  216. package/dist/esm/nv-togglebutton.entry.js +1 -1
  217. package/dist/esm/nv-togglebuttongroup.entry.js +1 -1
  218. package/dist/esm/nv-tooltip.entry.js +1 -1
  219. package/dist/native/index.esm.js +1 -1
  220. package/dist/native/native.esm.js +1 -1
  221. package/dist/native/{p-c4baad6e.entry.js → p-023f36b6.entry.js} +2 -2
  222. package/dist/native/{p-2b4cf4b8.entry.js → p-07b12aa5.entry.js} +2 -2
  223. package/dist/native/{p-4de8697c.entry.js → p-104a9828.entry.js} +2 -2
  224. package/dist/native/{p-859bf9ad.entry.js → p-1ee225be.entry.js} +2 -2
  225. package/dist/native/p-1ee225be.entry.js.map +1 -0
  226. package/dist/native/p-21dde805.entry.js +2 -0
  227. package/dist/native/{p-56ed7306.entry.js → p-242cdeac.entry.js} +2 -2
  228. package/dist/native/{p-587d94f3.entry.js → p-2895ad03.entry.js} +2 -2
  229. package/dist/native/{p-b4382c94.entry.js → p-2d363bd9.entry.js} +2 -2
  230. package/dist/native/{p-b02c896a.entry.js → p-2e1b4e19.entry.js} +2 -2
  231. package/dist/native/{p-a2f58133.entry.js → p-2fb1974e.entry.js} +2 -2
  232. package/dist/native/p-32c16132.entry.js +2 -0
  233. package/dist/native/p-32c16132.entry.js.map +1 -0
  234. package/dist/native/{p-9950e075.entry.js → p-3df31ed5.entry.js} +2 -2
  235. package/dist/native/{p-533e2530.entry.js → p-44f4e0ae.entry.js} +2 -2
  236. package/dist/native/{p-c901693d.entry.js → p-4bf63654.entry.js} +2 -2
  237. package/dist/native/{p-ae5be175.entry.js → p-7ac9af42.entry.js} +2 -2
  238. package/dist/native/{p-973f5db2.entry.js → p-7b7bbac7.entry.js} +2 -2
  239. package/dist/native/{p-6a418ec4.entry.js → p-93d80b03.entry.js} +2 -2
  240. package/dist/native/p-996ed843.js +2 -0
  241. package/dist/native/p-996ed843.js.map +1 -0
  242. package/dist/native/{p-fa3e588e.entry.js → p-9e36eebc.entry.js} +2 -2
  243. package/dist/native/{p-2a7f80f4.entry.js → p-a4a0021c.entry.js} +2 -2
  244. package/dist/native/{p-17666092.entry.js → p-a6d8d9a1.entry.js} +2 -2
  245. package/dist/native/{p-eb74feb7.entry.js → p-a9a7f1b8.entry.js} +2 -2
  246. package/dist/native/p-ad5e12d2.entry.js +2 -0
  247. package/dist/native/{p-e6f24210.entry.js.map → p-ad5e12d2.entry.js.map} +1 -1
  248. package/dist/native/{p-fffbd3c1.entry.js → p-aefd32f0.entry.js} +2 -2
  249. package/dist/native/p-b3d6e9f4.entry.js +2 -0
  250. package/dist/native/{p-c9fea0df.entry.js.map → p-b3d6e9f4.entry.js.map} +1 -1
  251. package/dist/native/p-b860d0d3.entry.js +7 -0
  252. package/dist/native/p-b860d0d3.entry.js.map +1 -0
  253. package/dist/native/{p-9c432751.entry.js → p-b97f392a.entry.js} +2 -2
  254. package/dist/native/{p-d63689da.entry.js → p-bd91e0bb.entry.js} +2 -2
  255. package/dist/native/p-bd91e0bb.entry.js.map +1 -0
  256. package/dist/native/{p-a026654f.entry.js → p-c37ab530.entry.js} +2 -2
  257. package/dist/native/{p-bd9bf6a1.entry.js → p-d22a503b.entry.js} +2 -2
  258. package/dist/native/{p-f3c73492.entry.js → p-da76357c.entry.js} +2 -2
  259. package/dist/native/{p-d0db5e72.entry.js → p-dac1537a.entry.js} +2 -2
  260. package/dist/native/p-e688c905.entry.js +2 -0
  261. package/dist/native/{p-218135b1.entry.js.map → p-e688c905.entry.js.map} +1 -1
  262. package/dist/native/{p-0177409b.entry.js → p-e887bbf5.entry.js} +2 -2
  263. package/dist/types/components/nv-dialog/nv-dialog.d.ts +4 -2
  264. package/dist/types/components/nv-fielddate/nv-fielddate.d.ts +1 -1
  265. package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +1 -0
  266. package/hydrate/index.js +138 -103
  267. package/hydrate/index.mjs +138 -103
  268. package/package.json +1 -1
  269. package/dist/cjs/events.utils-52846a7d.js +0 -32
  270. package/dist/cjs/events.utils-52846a7d.js.map +0 -1
  271. package/dist/cjs/grow.animation-f1cef0ad.js.map +0 -1
  272. package/dist/components/p-4697bd56.js.map +0 -1
  273. package/dist/components/p-4799b6c3.js.map +0 -1
  274. package/dist/components/p-d429a343.js +0 -28
  275. package/dist/components/p-d429a343.js.map +0 -1
  276. package/dist/esm/events.utils-fe1d907f.js +0 -28
  277. package/dist/esm/events.utils-fe1d907f.js.map +0 -1
  278. package/dist/esm/grow.animation-03fa5c19.js.map +0 -1
  279. package/dist/native/p-144d0f8a.entry.js +0 -2
  280. package/dist/native/p-144d0f8a.entry.js.map +0 -1
  281. package/dist/native/p-218135b1.entry.js +0 -2
  282. package/dist/native/p-44ba73dc.entry.js +0 -7
  283. package/dist/native/p-44ba73dc.entry.js.map +0 -1
  284. package/dist/native/p-4697bd56.js +0 -2
  285. package/dist/native/p-4697bd56.js.map +0 -1
  286. package/dist/native/p-57420a2f.entry.js +0 -2
  287. package/dist/native/p-859bf9ad.entry.js.map +0 -1
  288. package/dist/native/p-c9fea0df.entry.js +0 -2
  289. package/dist/native/p-d429a343.js +0 -2
  290. package/dist/native/p-d429a343.js.map +0 -1
  291. package/dist/native/p-d63689da.entry.js.map +0 -1
  292. package/dist/native/p-e6f24210.entry.js +0 -2
  293. /package/dist/native/{p-c4baad6e.entry.js.map → p-023f36b6.entry.js.map} +0 -0
  294. /package/dist/native/{p-2b4cf4b8.entry.js.map → p-07b12aa5.entry.js.map} +0 -0
  295. /package/dist/native/{p-4de8697c.entry.js.map → p-104a9828.entry.js.map} +0 -0
  296. /package/dist/native/{p-57420a2f.entry.js.map → p-21dde805.entry.js.map} +0 -0
  297. /package/dist/native/{p-56ed7306.entry.js.map → p-242cdeac.entry.js.map} +0 -0
  298. /package/dist/native/{p-587d94f3.entry.js.map → p-2895ad03.entry.js.map} +0 -0
  299. /package/dist/native/{p-b4382c94.entry.js.map → p-2d363bd9.entry.js.map} +0 -0
  300. /package/dist/native/{p-b02c896a.entry.js.map → p-2e1b4e19.entry.js.map} +0 -0
  301. /package/dist/native/{p-a2f58133.entry.js.map → p-2fb1974e.entry.js.map} +0 -0
  302. /package/dist/native/{p-9950e075.entry.js.map → p-3df31ed5.entry.js.map} +0 -0
  303. /package/dist/native/{p-533e2530.entry.js.map → p-44f4e0ae.entry.js.map} +0 -0
  304. /package/dist/native/{p-c901693d.entry.js.map → p-4bf63654.entry.js.map} +0 -0
  305. /package/dist/native/{p-ae5be175.entry.js.map → p-7ac9af42.entry.js.map} +0 -0
  306. /package/dist/native/{p-973f5db2.entry.js.map → p-7b7bbac7.entry.js.map} +0 -0
  307. /package/dist/native/{p-6a418ec4.entry.js.map → p-93d80b03.entry.js.map} +0 -0
  308. /package/dist/native/{p-fa3e588e.entry.js.map → p-9e36eebc.entry.js.map} +0 -0
  309. /package/dist/native/{p-2a7f80f4.entry.js.map → p-a4a0021c.entry.js.map} +0 -0
  310. /package/dist/native/{p-17666092.entry.js.map → p-a6d8d9a1.entry.js.map} +0 -0
  311. /package/dist/native/{p-eb74feb7.entry.js.map → p-a9a7f1b8.entry.js.map} +0 -0
  312. /package/dist/native/{p-fffbd3c1.entry.js.map → p-aefd32f0.entry.js.map} +0 -0
  313. /package/dist/native/{p-9c432751.entry.js.map → p-b97f392a.entry.js.map} +0 -0
  314. /package/dist/native/{p-a026654f.entry.js.map → p-c37ab530.entry.js.map} +0 -0
  315. /package/dist/native/{p-bd9bf6a1.entry.js.map → p-d22a503b.entry.js.map} +0 -0
  316. /package/dist/native/{p-f3c73492.entry.js.map → p-da76357c.entry.js.map} +0 -0
  317. /package/dist/native/{p-d0db5e72.entry.js.map → p-dac1537a.entry.js.map} +0 -0
  318. /package/dist/native/{p-0177409b.entry.js.map → p-e887bbf5.entry.js.map} +0 -0
@@ -107,9 +107,9 @@ const NvFieldpassword = class {
107
107
  /****************************************************************************/
108
108
  //#region RENDER
109
109
  render() {
110
- return (index.h(index.Host, { key: '3fd88ed71cb3c34fbd4a35cb861617687add3c76' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'b08c3c1d7ca6f196c547fdb42c2289f4fbacd461', htmlFor: this.inputId }, index.h("slot", { key: '2469c277ea25d8c9ea521cc05da068cf63465637', name: "label" }, this.label))), index.h("div", { key: '606a09205e3caa2490c3db48411eebc5bddbb786', class: "input-wrapper" }, index.h("slot", { key: '843cf4814cf84c9d6ca5fec7a13c30820dd0075a', name: "before-input" }), index.h("div", { key: '4b06bdf556442e8ccb4f28a450bcb5f432740b8a', class: "input-container", onClick: this.handleInputContainerClick }, index.h("slot", { key: 'c07a3575a5b831e5f803558607fbf677e5b2ffac', name: "leading-input" }), index.h("input", { key: 'c9536d50ff4ed09cffd13ba06d4599492f77feac', 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) && (index.h("nv-icon", { key: 'df7f3b45b0dec7dabfdea7496ff6576413101cf5', name: this.success ? 'circle-check' : 'alert-circle', class: "validation", size: "md" })), !this.hidePasswordIcon && (index.h("nv-iconbutton", { key: 'ef3bc855fe5f70ed537d9b564b7f8b990998da48', 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() }))), index.h("slot", { key: 'd7e892c362bcab7724c0250a8e097bdd3a7f28a2', name: "after-input" })), (this.description ||
111
- this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '5933be1bda9a32ceabcae5144e6a6a131203f9d6', class: "description" }, index.h("slot", { key: '31671c862c3e5988ef4939d21a75f721b47eacf6', name: "description" }, this.description))), (this.errorDescription ||
112
- this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'a38ff2519ae8da933b5884c0e576d91b8825dec7', hidden: !this.error, class: "error-description" }, index.h("slot", { key: 'ec242e6f6cf28b7e34bfcec658874067019ba540', name: "error-description" }, this.errorDescription)))));
110
+ return (index.h(index.Host, { key: '6fa2fc189b9bda9a8b47258c6d9cb99660337ca6' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'a64902154abd0cc8b6530652f3b4559a8f27213b', htmlFor: this.inputId }, index.h("slot", { key: 'cd0f5ce29714942ece0f8182975611d8bd9510bf', name: "label" }, this.label))), index.h("div", { key: '5dbc7fbf9dac95299a396ad4edca17473f314e60', class: "input-wrapper" }, index.h("slot", { key: '329e418fab60ee3095cac5d8a57fe99c5d1080a7', name: "before-input" }), index.h("div", { key: 'f719794bd432e5d0d69e6bc21e6c8e142d1d41c9', class: "input-container", onClick: this.handleInputContainerClick }, index.h("slot", { key: 'abc7a9f5cddd7dcec3b6a56edecde0ba618bfa4b', name: "leading-input" }), index.h("input", { key: '4e6b9f05c7d71c2f496d8550c6442a65947fe546', 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) && (index.h("nv-icon", { key: '1d54f3a52cf2824661538abd0e9ed7bf6b56acb8', name: this.success ? 'circle-check' : 'alert-circle', class: "validation", size: "md" })), !this.hidePasswordIcon && (index.h("nv-iconbutton", { key: '6e0e6f11feb4a2b6d3e6690cfb10b3ac61b3e362', 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() }))), index.h("slot", { key: '8791f51ca77c07eb0086c4dcee11a3988700c894', name: "after-input" })), (this.description ||
111
+ this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '090713c53a32fb09222bdf8777df7e734e2d2487', class: "description" }, index.h("slot", { key: '28e4b9d15e49654d521c294988ff4b6b2ffd89af', name: "description" }, this.description))), (this.errorDescription ||
112
+ this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '25faf9d05d3d1625cf16c488dc14838af551d849', hidden: !this.error, class: "error-description" }, index.h("slot", { key: '6d7d76d881a2a1238d96c4c09a4a9f86d3128c74', name: "error-description" }, this.errorDescription)))));
113
113
  }
114
114
  static get formAssociated() { return true; }
115
115
  get el() { return index.getElement(this); }
@@ -88,9 +88,9 @@ const NvFieldradio = class {
88
88
  /****************************************************************************/
89
89
  //#region RENDER
90
90
  render() {
91
- return (index.h(index.Host, { key: '18cad87f89d7532fab554e1ad74fcc615ddd8026', class: clsx.clsx(this.labelPlacement === 'before' && 'label-placement-before', this.error && 'error') }, index.h("input", { key: '347c33c2ff2b6377d009c108739e4016f97da16b', type: "radio", id: this.inputId, name: this.name, autofocus: this.autofocus, autocomplete: "off", value: this.value, checked: this.checked, disabled: this.disabled }), index.h("div", { key: '067cebdaf42e94c0b447a91b852a44fa7d5f58cf', class: "text-container" }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: '9c90d0c9e27125576e8194113412795243492c9d', htmlFor: this.inputId }, index.h("slot", { key: 'c5da5d8f8715635ec0adfd46ee704b7c0d940bdd', name: "label" }, this.label))), (this.description ||
92
- this.el.querySelector('[slot="description"]')) && (index.h("div", { key: 'f5e00078f008ab49bbac08c3d3614cae05b783a7', class: "description" }, index.h("slot", { key: 'b70921bbe8acda5c9b7c8e7d81e2d696bc2e4613', name: "description" }, this.description))), (this.errorDescription ||
93
- this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'a6ccddfb948ba5db46f355bb3afd73873fcfe8e6', hidden: !this.error, class: "error-description" }, index.h("slot", { key: '896448579ceee1ba50672e58e8a70e21d5d9fc64', name: "error-description" }, this.errorDescription))))));
91
+ return (index.h(index.Host, { key: '87387e9a81489927ca78ffc05e2ebeb13dc900c1', class: clsx.clsx(this.labelPlacement === 'before' && 'label-placement-before', this.error && 'error') }, index.h("input", { key: '4aece4c1213ef2af2af42baf24c29a5285685e95', type: "radio", id: this.inputId, name: this.name, autofocus: this.autofocus, autocomplete: "off", value: this.value, checked: this.checked, disabled: this.disabled }), index.h("div", { key: '289eb1becce793d9da96c3792b53fe82cc2ec4b3', class: "text-container" }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: '5315f69fb91a06437f67cc7a1b664a091f87f114', htmlFor: this.inputId }, index.h("slot", { key: '23364a4093a0b4f5a5ab76cad224049464a41aa2', name: "label" }, this.label))), (this.description ||
92
+ this.el.querySelector('[slot="description"]')) && (index.h("div", { key: 'd17ff8b61c9a085f36ccd7f4846ff4da6e8e506f', class: "description" }, index.h("slot", { key: '1915dd4d305fbcff26c38fa3b0fbc56ceec23db4', name: "description" }, this.description))), (this.errorDescription ||
93
+ this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '2b7c1817fb7a0d26ec7aaece07f8da6851b8d0cc', hidden: !this.error, class: "error-description" }, index.h("slot", { key: '8d9fafceba1a6dafa30ed695c01e26dc956ff51b', name: "error-description" }, this.errorDescription))))));
94
94
  }
95
95
  static get formAssociated() { return true; }
96
96
  get el() { return index.getElement(this); }
@@ -336,13 +336,13 @@ const NvFieldselect = class {
336
336
  * @returns {HTMLStencilElement} The HTML element to render.
337
337
  */
338
338
  render() {
339
- return (index.h(index.Host, { key: 'a1a4eb304e38fb1b058b66af5d3c86edcb05610f' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: '8aa279dba4e264b17ebd3b33dcff4480ce6c5d57', htmlFor: this.inputId }, index.h("slot", { key: 'a7cd14d0efc0f22739ee5496d64aad0930000a6e', name: "label" }, this.label))), index.h("div", { key: '3929ad8d896250574d437d94ab35c72e55884e04', class: "select-wrapper" }, index.h("slot", { key: 'c92b18f7639b33ebfcf2f3a4b1c24ab4b5a54fa5', name: "before-input" }), index.h("div", { key: '8554dc402e570dd48ca5031f5e6e4d48f84e9a7d', class: "select-container", onClick: this.handleSelectContainerClick }, index.h("slot", { key: 'b76cd121460e53f5f0a1e4e7ca0e96f5e733f6f3', name: "leading-input" }), this.internalReadonly && (index.h("input", { key: 'f0600651b33c5768bab22f27109de445bdb70fff', 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
339
+ return (index.h(index.Host, { key: '040baa5db03e243169e5ee148cc30d29c4e89984' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'a27e960afe3d71920ba9deacacd74617dfb32941', htmlFor: this.inputId }, index.h("slot", { key: 'd8cd4638a03d8d1efe10c869ae7682f1f983bd72', name: "label" }, this.label))), index.h("div", { key: 'e28b6548efb4b7e8e0837165e0d427574dc31948', class: "select-wrapper" }, index.h("slot", { key: 'caafe9ac5b61ebf8a956363e643c5af43104de3e', name: "before-input" }), index.h("div", { key: '89cd9c355f6620a0d081c04e7785621712de54fe', class: "select-container", onClick: this.handleSelectContainerClick }, index.h("slot", { key: 'e59c29a8b301f804d8a93437bd540b3100d27dba', name: "leading-input" }), this.internalReadonly && (index.h("input", { key: '57aa8ee14544dd181cf438a8e2e8d355fc6946b7', 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
340
340
  ? `${this.inputId}-error`
341
- : `${this.inputId}-description` })), index.h("select", { key: 'e1f9211919f9eef80c50c21536ee98e6dba71cb6', 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
341
+ : `${this.inputId}-description` })), index.h("select", { key: '55bf13d94976c1ceff668d76e463629555ffea55', 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
342
342
  ? `${this.inputId}-error`
343
- : `${this.inputId}-description` }, this.options && this.options.length > 0 ? (this.options.map(option => (index.h("option", { value: option.value, selected: option.selected, disabled: option.disabled }, option.label)))) : (index.h("slot", null))), index.h("div", { key: '4e17199de9ac55f30ab27f37ad0f69526a96a53b', class: "select-icons" }, this.error && (index.h("nv-icon", { key: '6e02a15e6a72cd54910b44dcc3445bc0a875d301', name: "alert-circle", class: "validation", size: "md" })), this.success && (index.h("nv-icon", { key: '2c936e0fe3070fdb1540e50196850531c1a186f3', name: "circle-check", class: "validation", size: "md" })), !this.multiple && (index.h("nv-iconbutton", { key: '55ff8a3ad2908c9380041b684274ebb275197605', name: "chevron-down", size: "md", emphasis: "lower", tabindex: -1 })))), index.h("slot", { key: 'd32c4fa7b22a705dcb89224de06c1f5f0a965f34', name: "after-input" })), (this.description ||
344
- this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '1a8ba7867fa31618ae6d9149ce03ee63b0c958a1', class: "description", id: `${this.inputId}-description` }, index.h("slot", { key: '527ee48037f1d76e6478b90de86b5e4f0b819677', name: "description" }, this.description))), (this.errorDescription ||
345
- this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '5279561b8a6a20101447a05b4f99d4aea4e6994b', class: "error-description", id: `${this.inputId}-error` }, index.h("slot", { key: '101f92f3d2bba8c4c9502542fada0a1363ab5ad1', name: "error-description" }, this.errorDescription)))));
343
+ : `${this.inputId}-description` }, this.options && this.options.length > 0 ? (this.options.map(option => (index.h("option", { value: option.value, selected: option.selected, disabled: option.disabled }, option.label)))) : (index.h("slot", null))), index.h("div", { key: 'd810fd3665c88c377b065c40da8ff462294af21f', class: "select-icons" }, this.error && (index.h("nv-icon", { key: '94b6cedfdae5afb932e74e08080365935514e36c', name: "alert-circle", class: "validation", size: "md" })), this.success && (index.h("nv-icon", { key: 'a5184b762837e228aaf3aaf033381a9d757beed5', name: "circle-check", class: "validation", size: "md" })), !this.multiple && (index.h("nv-iconbutton", { key: '3e08d45401ac8c50a2c4c52f88cd1324e49be636', name: "chevron-down", size: "md", emphasis: "lower", tabindex: -1 })))), index.h("slot", { key: 'b5b10982bb38fe509929b99ebd0a92d8b6687db1', name: "after-input" })), (this.description ||
344
+ this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '3b673b645dcc175d70928390c721536d3271ab3c', class: "description", id: `${this.inputId}-description` }, index.h("slot", { key: '296795070aa2679e53ebb0bc0ec056d5eebfaaac', name: "description" }, this.description))), (this.errorDescription ||
345
+ this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '73b434da2fa2537468a78e8ae15591688f30c49d', class: "error-description", id: `${this.inputId}-error` }, index.h("slot", { key: '992015d9a5646bb9baad79f74af46b34bd8f0388', name: "error-description" }, this.errorDescription)))));
346
346
  }
347
347
  static get formAssociated() { return true; }
348
348
  get el() { return index.getElement(this); }
@@ -706,11 +706,11 @@ const NvFieldslider = class {
706
706
  /****************************************************************************/
707
707
  //#region RENDER
708
708
  render() {
709
- return (index.h(index.Host, { key: 'e4d4719682957f858468c3df97c82d5be29e87b8' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'a6d84550e4b91a4f23252e31ebbd3680b5a81aad', htmlFor: this.startInputId }, index.h("slot", { key: '44ce936f4b50ae5be5c3b8769b990fda82ff9b27', name: "label" }, this.label))), index.h("div", { key: '578a9673356506f87d906ff34254f93c0f724ebb', class: "slider-container" }, this.range ? (index.h(FieldInput, { range: this.range, hasField: this.hasField, value: this.valueInternal, rangeValue: this.rangeValueInternal, index: 0, inputId: this.startInputId, min: this.min, max: this.max, step: this.step, disabled: this.disabled, readonly: this.readonly, onInput: this.handleFieldChange, labelBeforeValue: this.labelBeforeValue, labelAfterValue: this.labelAfterValue, name: this.name, endName: this.endName })) : null, index.h("div", { key: '1dd30a5e703309993e8d61dc44bf1ad0adbc11e0', class: "track-container" }, index.h("div", { key: '870f688ec85678ac490cfc1542cc8d1802a43ec7', class: "track", onPointerDown: this.onTrackInteraction }, this.range ? (index.h(RangeThumb, { rangeValue: this.rangeValueInternal, rawRangePosition: this.rawRangePosition, activeDragThumb: this.activeDragThumb, isDragging: this.isDragging, snap: this.snap, min: this.min, max: this.max, step: this.step, disabled: this.disabled, readonly: this.readonly, onKeyDown: this.onKeyDown, labelBeforeValue: this.labelBeforeValue, labelAfterValue: this.labelAfterValue })) : (index.h(SingleThumb, { value: this.valueInternal, min: this.min, max: this.max, step: this.step, rawPosition: this.rawPosition, isDragging: this.isDragging, snap: this.snap, disabled: this.disabled, readonly: this.readonly, onKeyDown: this.onKeyDown, labelBeforeValue: this.labelBeforeValue, labelAfterValue: this.labelAfterValue }))), index.h(TickMarks, { key: '75fb4d22e84ea569928e475e35d0031130f6c6ed', ticks: this.internalTicks, min: this.min, max: this.max })), this.range ? (index.h(FieldInput, { range: this.range, hasField: this.hasField, value: this.valueInternal, rangeValue: this.rangeValueInternal, index: 1, inputId: this.endInputId, min: this.min, max: this.max, step: this.step, disabled: this.disabled, readonly: this.readonly, onInput: this.handleFieldChange, labelBeforeValue: this.labelBeforeValue, labelAfterValue: this.labelAfterValue, name: this.name, endName: this.endName })) : (index.h(FieldInput, { range: this.range, hasField: this.hasField, value: this.valueInternal, rangeValue: this.rangeValueInternal, inputId: this.startInputId, min: this.min, max: this.max, step: this.step, disabled: this.disabled, readonly: this.readonly, onInput: this.handleFieldChange, labelBeforeValue: this.labelBeforeValue, labelAfterValue: this.labelAfterValue, name: this.name }))), (this.success ||
709
+ return (index.h(index.Host, { key: 'f5e3bce25553db52f6b10c1797466bc5e8582c84' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'd488aa0a66140d7777d2806d90870a5030593ad8', htmlFor: this.startInputId }, index.h("slot", { key: 'e5b9be1525b3298c6edcf373ebb9cc1241c1c68e', name: "label" }, this.label))), index.h("div", { key: 'a05ccf8292ef57359f1104d6369afe10f88be90e', class: "slider-container" }, this.range ? (index.h(FieldInput, { range: this.range, hasField: this.hasField, value: this.valueInternal, rangeValue: this.rangeValueInternal, index: 0, inputId: this.startInputId, min: this.min, max: this.max, step: this.step, disabled: this.disabled, readonly: this.readonly, onInput: this.handleFieldChange, labelBeforeValue: this.labelBeforeValue, labelAfterValue: this.labelAfterValue, name: this.name, endName: this.endName })) : null, index.h("div", { key: 'a3367fdb2b2a031860f5c2f84829c2a7d9f18aa2', class: "track-container" }, index.h("div", { key: 'bd71d1c60a9fd684eba6c97cf1e6dde0db714a62', class: "track", onPointerDown: this.onTrackInteraction }, this.range ? (index.h(RangeThumb, { rangeValue: this.rangeValueInternal, rawRangePosition: this.rawRangePosition, activeDragThumb: this.activeDragThumb, isDragging: this.isDragging, snap: this.snap, min: this.min, max: this.max, step: this.step, disabled: this.disabled, readonly: this.readonly, onKeyDown: this.onKeyDown, labelBeforeValue: this.labelBeforeValue, labelAfterValue: this.labelAfterValue })) : (index.h(SingleThumb, { value: this.valueInternal, min: this.min, max: this.max, step: this.step, rawPosition: this.rawPosition, isDragging: this.isDragging, snap: this.snap, disabled: this.disabled, readonly: this.readonly, onKeyDown: this.onKeyDown, labelBeforeValue: this.labelBeforeValue, labelAfterValue: this.labelAfterValue }))), index.h(TickMarks, { key: '1db13a620a719f39e2401598b21fa462d6ca863e', ticks: this.internalTicks, min: this.min, max: this.max })), this.range ? (index.h(FieldInput, { range: this.range, hasField: this.hasField, value: this.valueInternal, rangeValue: this.rangeValueInternal, index: 1, inputId: this.endInputId, min: this.min, max: this.max, step: this.step, disabled: this.disabled, readonly: this.readonly, onInput: this.handleFieldChange, labelBeforeValue: this.labelBeforeValue, labelAfterValue: this.labelAfterValue, name: this.name, endName: this.endName })) : (index.h(FieldInput, { range: this.range, hasField: this.hasField, value: this.valueInternal, rangeValue: this.rangeValueInternal, inputId: this.startInputId, min: this.min, max: this.max, step: this.step, disabled: this.disabled, readonly: this.readonly, onInput: this.handleFieldChange, labelBeforeValue: this.labelBeforeValue, labelAfterValue: this.labelAfterValue, name: this.name }))), (this.success ||
710
710
  this.description ||
711
- this.el.querySelector('[slot="description"]')) && (index.h("div", { key: 'b88410b4d04254b66c146b39dc4215f92c42b9b8', class: "description" }, this.success && (index.h("nv-icon", { key: '4b3886cd627e8243d899399c60b85c47ce823170', name: "circle-check", class: "validation", size: "md" })), index.h("slot", { key: 'b262880c747c3f6d1e51b1d4214761d7aecc9f9c', name: "description" }, this.description))), (this.error ||
711
+ this.el.querySelector('[slot="description"]')) && (index.h("div", { key: 'e4ee7359a7d539dbf42c8885b09c602f9cffb15c', class: "description" }, this.success && (index.h("nv-icon", { key: 'a46e32115803718d9a7f0f5f3c34002552e56991', name: "circle-check", class: "validation", size: "md" })), index.h("slot", { key: '18a3e1373d15db2e538ae235c288c2ed4e355688', name: "description" }, this.description))), (this.error ||
712
712
  this.errorDescription ||
713
- this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'ad5d61a003680c4ff53217bf594dcb4e5fa1b053', class: "error-description", hidden: !this.error }, this.error && (index.h("nv-icon", { key: '3898c1781b38497b3bd797587980ed9fd32c8afc', name: "alert-circle", class: "validation", size: "md" })), index.h("slot", { key: '7fa0cf391cdb113eba7dbcd76a66044fc4d60281', name: "error-description" }, this.errorDescription)))));
713
+ this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'ad4ed6dfd5f96e95ec0b2bba0f639e36d1c35007', class: "error-description", hidden: !this.error }, this.error && (index.h("nv-icon", { key: '78ec5b1668637a7eea2e5fcd4f6f9cf5bba3a919', name: "alert-circle", class: "validation", size: "md" })), index.h("slot", { key: '46b604afc64460c0b0db1751974c568595e40ae0', name: "error-description" }, this.errorDescription)))));
714
714
  }
715
715
  static get formAssociated() { return true; }
716
716
  get el() { return index.getElement(this); }
@@ -112,9 +112,9 @@ const NvFieldtext = class {
112
112
  /****************************************************************************/
113
113
  //#region RENDER
114
114
  render() {
115
- return (index.h(index.Host, { key: '59c03a594971eab5cb8ae4bf7b5342899bba4336' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'a36f03b76cee03be0fe2608fd40a88455818a83b', htmlFor: this.inputId }, index.h("slot", { key: '284a3f6f9efaed1ee7a40675fd377bdbe3d08d9e', name: "label" }, this.label))), index.h("div", { key: '963b853f5de42058d1cdced00c7bdc38f4583000', class: "input-wrapper" }, index.h("slot", { key: 'dce7ea85a9ae76c923ea3dc732d93614b94ba391', name: "before-input" }), index.h("div", { key: 'eac7b8e1d85f9623287f839cdc7ef3133c9c75d8', class: "input-container", onClick: this.handleInputContainerClick }, index.h("slot", { key: 'db3ab29c4a0767ffc8f8c1368085052769bdc4cc', name: "leading-input" }), index.h("input", { key: 'd4759f1dd7bab6da0a4486cf326cb55c61fcb750', 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 }), index.h("slot", { key: 'e8950b2b41ce5e350e39084c3d6936a1a11960e4', name: "trailing-input" }), this.error && (index.h("nv-icon", { key: '83eb974690dfd69858877ba434e4dd30802208c8', name: "alert-circle", class: "validation", size: "md" })), this.success && (index.h("nv-icon", { key: '2b8e37bd41e2b98ae17a249379528dd6e1773e6e', name: "circle-check", class: "validation", size: "md" }))), index.h("slot", { key: '72e5ae030d15c61409095f4067436ee890d21a1e', name: "after-input" })), (this.description ||
116
- this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '54a353743334cf7d96597a543d0e2a7c52833a31', class: "description" }, index.h("slot", { key: '70dd9595b638f0dc56db6ecb24a93fcca629a2d3', name: "description" }, this.description))), (this.errorDescription ||
117
- this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '47a26240ae8875cedb50b95d0ad41dab762af6d3', hidden: !this.error, class: "error-description" }, index.h("slot", { key: '0c84a7c46128a5c0960b5e2ecfda94f76ef9d7d7', name: "error-description" }, this.errorDescription)))));
115
+ return (index.h(index.Host, { key: '0446a4e7617f7a0dd1d617411f13f7ed9ab457e7' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: '3fa66b23875eac14db7a52deb0fb8134cda4747b', htmlFor: this.inputId }, index.h("slot", { key: 'd2d145a273fe7790f6551a4f42564c438c659cbf', name: "label" }, this.label))), index.h("div", { key: 'b6ca6d9125460402ac1cfc0ed5f57b6db3214edf', class: "input-wrapper" }, index.h("slot", { key: '33331c013dd5d981136518045a8a460c3ab96070', name: "before-input" }), index.h("div", { key: '405dc274db9b87fd82f50ecf8653414deb7b1206', class: "input-container", onClick: this.handleInputContainerClick }, index.h("slot", { key: '4b85c02e7c7f7f655c76cac3997d7b4377c9d4b4', name: "leading-input" }), index.h("input", { key: 'f6e083e97ab21e487bb28190a008469ffa282048', 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 }), index.h("slot", { key: '019627575fed51776eeb964dafe85c9a0e2e8efe', name: "trailing-input" }), this.error && (index.h("nv-icon", { key: '0a2952a550e1a3cdc54a97968d8746914ce492d8', name: "alert-circle", class: "validation", size: "md" })), this.success && (index.h("nv-icon", { key: '874f24d0c3522b8d6a2f65069b68d04dba8fae61', name: "circle-check", class: "validation", size: "md" }))), index.h("slot", { key: '38f43d5e912df5adaf8587b8efb9d44cccadec50', name: "after-input" })), (this.description ||
116
+ this.el.querySelector('[slot="description"]')) && (index.h("div", { key: 'c681d56939dc0068fc12842699e74f87d9446fe7', class: "description" }, index.h("slot", { key: '6b2f715fb44a46efbc3cfb98709173804472499e', name: "description" }, this.description))), (this.errorDescription ||
117
+ this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'f5354afc7bfacec7f7ff58e331e9011bb43da399', hidden: !this.error, class: "error-description" }, index.h("slot", { key: 'e127f81bf4a9205c94a461fd1555c07783b489a3', name: "error-description" }, this.errorDescription)))));
118
118
  }
119
119
  static get formAssociated() { return true; }
120
120
  get el() { return index.getElement(this); }
@@ -182,9 +182,9 @@ const NvFieldtextarea = class {
182
182
  /****************************************************************************/
183
183
  //#region RENDER
184
184
  render() {
185
- return (index.h(index.Host, { key: '3011ab5796ff80bef57fa31f8c0c3862ea8b2ec9' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: '5ce143e110d23ae0812d8e3282c7cfd7013dbf8c', htmlFor: this.inputId }, index.h("slot", { key: 'd2aec99e424f7acef8b6831ce88a094e7b97d5a2', name: "label" }, this.label))), index.h("div", { key: 'd7ca0f0a7002649b62c90a0f414ce951a45fb36f', class: "textarea-wrapper" }, index.h("div", { key: '7052a545876c11736cc851099aeca3d827e23e94', class: "textarea-container", onClick: this.handleTextareaContainerClick }, index.h("textarea", { key: 'efd08cdc7604f7394beb6040c4a4e85fffdd01a5', 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.clsx(this.resize === 'none' && 'resize-none', this.resize === 'vertical' && 'resize-y', this.resize === 'horizontal' && 'resize-x', this.resize === 'both' && 'resize') }))), (this.description ||
186
- this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '03c0ac2d2a63ac5836ec45b64fa368d7e6462e41', class: "description" }, index.h("slot", { key: 'afe544101550988895f12598adbc13e25d5f221f', name: "description" }, this.description))), (this.errorDescription ||
187
- this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '45f08a76bf8abfc53a231d4e8977bbe6ed80b64d', hidden: !this.error, class: "error-description" }, index.h("slot", { key: '4f37c2099badf5ccf9b58bb5ce71292c3b2baae5', name: "error-description" }, this.errorDescription)))));
185
+ return (index.h(index.Host, { key: '8177d18132823809bc6118b8d5267c7a18c21f36' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'a66ea3d0dd7a87cb8a825b83da36ea20251d6eae', htmlFor: this.inputId }, index.h("slot", { key: 'c91403c3686ddd0f8046992c6c4e0ceffc67a552', name: "label" }, this.label))), index.h("div", { key: 'a2a5b24933de9838e00cec2d0b80dba5b93d800a', class: "textarea-wrapper" }, index.h("div", { key: '2f1f3ed08ddaa58198fd0bd609507c8986418686', class: "textarea-container", onClick: this.handleTextareaContainerClick }, index.h("textarea", { key: 'b3579ad8239912b8fbd220aa5a30918624693267', 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.clsx(this.resize === 'none' && 'resize-none', this.resize === 'vertical' && 'resize-y', this.resize === 'horizontal' && 'resize-x', this.resize === 'both' && 'resize') }))), (this.description ||
186
+ this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '3a6380c9e5a7192ed498ebcf05327bde82f3289e', class: "description" }, index.h("slot", { key: '760e6757150c4e536d21aa570a88498c09d2a62b', name: "description" }, this.description))), (this.errorDescription ||
187
+ this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'e6983c5ceeabb94a718b5e5b66e8625f0906f0d3', hidden: !this.error, class: "error-description" }, index.h("slot", { key: 'd81e0f8cef3c420412a7e01907dede0787162adc', name: "error-description" }, this.errorDescription)))));
188
188
  }
189
189
  static get formAssociated() { return true; }
190
190
  get el() { return index.getElement(this); }
@@ -1060,9 +1060,9 @@ const NvFieldtime = class {
1060
1060
  }, key: `${option}-${index$1}`, onClick: e => this.handleTimeOptionClick(e, type) }, option)))));
1061
1061
  }
1062
1062
  render() {
1063
- return (index.h(index.Host, { key: 'f66fe2a29f23a0bc967821a0c9bca4347b622286', onclick: (e) => this.handleHostClick(e), "aria-expanded": this.open ? 'true' : 'false' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'f01ce1b034b1b547cbdde5814db9357ee1913e04', htmlFor: this.inputId }, index.h("slot", { key: 'd81dcb20883b93280db6e76e0299f679f1f9ed84', name: "label" }, this.label))), index.h("nv-popover", { key: '8c9e83002edcfba89ca4ca282fc82db714ed2f43', ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, index.h("div", { key: '3a5b26e4be67f277ead2a9fe2f04e5d12a4bd596', class: "input-wrapper", slot: "trigger" }, index.h("slot", { key: '2ea5f8269c6f0892c53a002a298ca3ceed8f8a00', name: "before-input" }), index.h("div", { key: 'ab97bbbf183118d7b510f82c800b4a3fa1fefda3', class: "input-container" }, index.h("slot", { key: 'a80d2f68b24d4226c18bf0df18ebf13ac6e0873e', name: "leading-input" }), this.renderTimeInputFields(), index.h("nv-iconbutton", { key: '1f7aacf1ab073c0c6ef10b50e948a7ecbca4dd75', name: 'clock', size: "md", emphasis: "lower", "aria-label": this.open ? 'Hide time picker' : 'Show time picker', onClick: () => this.HandleDropdownIconClick() }), this.error && (index.h("nv-icon", { key: '8f414a3b3daae6f0625b3c62b920621bf8698db3', name: "alert-circle", class: "validation", size: "sm" })), this.success && (index.h("nv-icon", { key: '13b5671664466b6bb50f2561b5cffb96517a1068', name: "circle-check", class: "validation", size: "sm" }))), index.h("slot", { key: 'b5d6085a9864ef84d4113062a0b1cb8a807ab241', name: "after-input" })), index.h("div", { key: '2950c5fac3a0f219e5db2e3a7e9f605d86e50aa2', class: "time-dropdown", slot: "content" }, index.h("div", { key: 'c5b7ff3818a05e1f6d7ca76657f57b85bb595345', class: "time-columns" }, this.renderTimeDropdownColumns()))), (this.description ||
1064
- this.el.querySelector('[slot="description"]')) && (index.h("div", { key: 'c8cb90fad74721a9b5eb0ab50980f3fd7c587e62', class: "description" }, index.h("slot", { key: '641d1a6a9dbf580267664831d5b371a601afb039', name: "description" }, this.description))), (this.errorDescription ||
1065
- this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '5721b81d7a16b626bfa7c3af20897f33b7c37080', hidden: !this.error, class: "error-description" }, index.h("slot", { key: '84cef1043666ab6dd86f70d4ba0054d7f33ca589', name: "error-description" }, this.errorDescription)))));
1063
+ return (index.h(index.Host, { key: '9b33f779d721d68375ddfbf1956982f14967272a', onclick: (e) => this.handleHostClick(e), "aria-expanded": this.open ? 'true' : 'false' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: '871876c71fe0df7bff76e702c229275b3090adbe', htmlFor: this.inputId }, index.h("slot", { key: '100c3f1c159a7b1d5b023204e7dc8697c6f1f43b', name: "label" }, this.label))), index.h("nv-popover", { key: '39d56cba57193b2dfed275384d6cf40e8560227d', ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, index.h("div", { key: 'aec6f7f818028bb2584a2d72e1d8af9558420b73', class: "input-wrapper", slot: "trigger" }, index.h("slot", { key: 'ed39cf1ceac3e904250aea8f5b4cd97e792943f1', name: "before-input" }), index.h("div", { key: '89ec8af6fdfa4b2dc4b804de90cc78f06d54c875', class: "input-container" }, index.h("slot", { key: '27f5ea3a67272030552d99d105fa5db124db7a8c', name: "leading-input" }), this.renderTimeInputFields(), index.h("nv-iconbutton", { key: '008060a5a3c08dfb0cb1e71bdce8ce70aa76314d', name: 'clock', size: "md", emphasis: "lower", "aria-label": this.open ? 'Hide time picker' : 'Show time picker', onClick: () => this.HandleDropdownIconClick() }), this.error && (index.h("nv-icon", { key: 'd1aae5841eadcf5fc9c12c3a7ee9872971e57ad8', name: "alert-circle", class: "validation", size: "sm" })), this.success && (index.h("nv-icon", { key: 'bdf4717f3160d81722562296d5fda18df41295c2', name: "circle-check", class: "validation", size: "sm" }))), index.h("slot", { key: 'ff65ecb08c4aa48bd0374123d999a7a2d438ba34', name: "after-input" })), index.h("div", { key: 'c05b0b3e8f0014d6eb5ba95c89e809c920de76b5', class: "time-dropdown", slot: "content" }, index.h("div", { key: '1f33346f4a3a8c241370965a1c419b8d5f7761c0', class: "time-columns" }, this.renderTimeDropdownColumns()))), (this.description ||
1064
+ this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '94e101508871bffefcf644683e929d69b5038db3', class: "description" }, index.h("slot", { key: '037c67df4a303a9b59d4f342e9702e38e5ca07f2', name: "description" }, this.description))), (this.errorDescription ||
1065
+ this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'bb19bd9d03da1de56978b66f50db6550ce4b8df5', hidden: !this.error, class: "error-description" }, index.h("slot", { key: '05a8a1c12b6a292d646a43fe1c66a2d8771960da', name: "error-description" }, this.errorDescription)))));
1066
1066
  }
1067
1067
  static get formAssociated() { return true; }
1068
1068
  get el() { return index.getElement(this); }
@@ -58,7 +58,7 @@ const NvIcon = class {
58
58
  /****************************************************************************/
59
59
  //#region RENDER
60
60
  render() {
61
- return (index.h(index.Host, { key: '6d0cc341a34f4e8b6564a8685a4a48b15cd65ede', class: clsx.clsx(this.color && `${this.color}`), role: "img", "aria-label": `${this.name}-icon` }, index.h("svg", { key: 'f38d1bf6fc71af859517b8938b4edfbab3a869b4', 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}` }, index.h("use", { key: '6575d274a1278ea8a22d7b09616470b6f2b1a982', href: `#nvicon_${this.name}` }))));
61
+ return (index.h(index.Host, { key: '8cb4ada2454c7e9676cd088397eb4416ccab2d82', class: clsx.clsx(this.color && `${this.color}`), role: "img", "aria-label": `${this.name}-icon` }, index.h("svg", { key: '4934c79fa096935be509ff6a641361dac44a4a9f', 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}` }, index.h("use", { key: 'fd1463bd985a473937d6d3035edf83a8d5baf92d', href: `#nvicon_${this.name}` }))));
62
62
  }
63
63
  };
64
64
  NvIcon.style = NvIconStyle0;
@@ -129,7 +129,7 @@ const NvIconbutton = class {
129
129
  /****************************************************************************/
130
130
  //#region RENDER
131
131
  render() {
132
- return (index.h(index.Host, { key: 'f3d9a8c4f5f3b549595b1a4b8eecddae89b23909', role: "button", type: this.type, tabindex: this.disableTabindex ? -1 : 0, disabled: this.disabled ? true : undefined, class: clsx.clsx('root', `size-${this.size}`, `emphasis-${this.emphasis}`, this.loading && 'loading', `shape-${this.shape}`), onClick: this.handleClick }, this.loading && index.h("nv-loader", { key: '9f25f8a2c72279f1ad4c92ed6e17341e4b43f26e', size: this.size }), !this.loading && index.h("nv-icon", { key: 'aa0d10482d4dded8f6680afe066c3c8d781160ef', name: this.name, size: this.size }), index.h("slot", { key: 'dc2a1ca7305ae4b14924d7acb79286596e5b358f' })));
132
+ return (index.h(index.Host, { key: '81d7f0bfd1e64ecbb640c2f02b7e73cd7b2d3aa4', role: "button", type: this.type, tabindex: this.disableTabindex ? -1 : 0, disabled: this.disabled ? true : undefined, class: clsx.clsx('root', `size-${this.size}`, `emphasis-${this.emphasis}`, this.loading && 'loading', `shape-${this.shape}`), onClick: this.handleClick }, this.loading && index.h("nv-loader", { key: 'cec3ee02a7fb0882557c8742c8f9d785835e79d0', size: this.size }), !this.loading && index.h("nv-icon", { key: '4892b3b78b291b159403a63ced6a150dd7def1c0', name: this.name, size: this.size }), index.h("slot", { key: 'b1204bf2dd026c1232b5e8209fd29f21a8aa704f' })));
133
133
  }
134
134
  static get formAssociated() { return true; }
135
135
  get el() { return index.getElement(this); }
@@ -160,7 +160,7 @@ const NvLoader = class {
160
160
  //#region RENDER
161
161
  /* <slot> empty to force rendering change */
162
162
  render() {
163
- return (index.h(index.Host, { key: 'b90db971210fb08781098cefaf8832bd5692a09e', class: clsx.clsx(this.size && `size-${this.size}`, this.color && `color-${this.color}`) }));
163
+ return (index.h(index.Host, { key: '049afa243c1ce99643408d86afa99e69c5468b8b', class: clsx.clsx(this.size && `size-${this.size}`, this.color && `color-${this.color}`) }));
164
164
  }
165
165
  };
166
166
  NvLoader.style = NvLoaderStyle0;
@@ -207,7 +207,7 @@ const NvMenu = class {
207
207
  });
208
208
  }
209
209
  render() {
210
- return (index.h(index.Host, { key: '3f8c9a52825bac7923f2af8f17a163f367d37b65' }, index.h("slot", { key: '1b49cf3d060a78e71e8e8ff20d62ca4f25f3e3c0', name: "trigger" }), index.h("nv-popover", { key: '33429ba744ffc8ab7888b0f516837838791ced7c', ref: el => (this.popoverElement = el), triggerMode: "click", triggerElement: this.triggerElement, placement: this.placement, nested: this.nested, open: this.open }, this.items ? (index.h("ul", { slot: "content" }, this.renderMenuItems())) : (index.h("slot", { name: "content" })))));
210
+ return (index.h(index.Host, { key: '56a2d1b66805128c7bd26d2f6def4eda4fc3780d' }, index.h("slot", { key: '6bcbd93eebd0b97b95cf52de75ec06750797b042', name: "trigger" }), index.h("nv-popover", { key: 'b2c68d05416e9912dffa6f0804b090a0e80abd71', ref: el => (this.popoverElement = el), triggerMode: "click", triggerElement: this.triggerElement, placement: this.placement, nested: this.nested, open: this.open }, this.items ? (index.h("ul", { slot: "content" }, this.renderMenuItems())) : (index.h("slot", { name: "content" })))));
211
211
  }
212
212
  get el() { return index.getElement(this); }
213
213
  static get watchers() { return {
@@ -50,7 +50,7 @@ const NvMenuitem = class {
50
50
  /****************************************************************************/
51
51
  //#region RENDER
52
52
  render() {
53
- return (index.h(index.Host, { key: '188fd7b927ca35aa8089cec6fd49a61c08c6c7ba', role: "menuitem", tabindex: this.disabled ? '-1' : '0' }, this.icon && index.h("nv-icon", { key: '503d8d641d04ac0d9f9748bd409cae6ed5f0b21c', name: this.icon }), index.h("slot", { key: 'df6fdf0eccc984b9a7efd35b105fc8079f0098c9' }), this.label && index.h("span", { key: '4ff8e176c6f98701048e6db62908e7bdce65af07', "data-scope": "text" }, this.label), this.shortcut && !this.hasSubmenu && index.h("kbd", { key: '09c3ab408942fbb94c9d5124f49e108a0831e58a' }, this.shortcut), this.hasSubmenu && index.h("nv-icon", { key: '0710cfad417cada843e7624f966111edc5ba99cc', name: "chevron-right" })));
53
+ return (index.h(index.Host, { key: '327165c89f4e5decf8dc4b7b28e18562e528056d', role: "menuitem", tabindex: this.disabled ? '-1' : '0' }, this.icon && index.h("nv-icon", { key: '4247d922bca3797dc3f2917218749a8d3c038df1', name: this.icon }), index.h("slot", { key: '1f81464ccf47a5bd918873ef70d3d3385e870638' }), this.label && index.h("span", { key: '113358a0cacfa53710ec0049a8e1c5e981de5b15', "data-scope": "text" }, this.label), this.shortcut && !this.hasSubmenu && index.h("kbd", { key: 'ee7c773b89bf1f55876cf297600247883cd54937' }, this.shortcut), this.hasSubmenu && index.h("nv-icon", { key: '70cbe2df51d9fbffe3b474b54e87aa06801acef7', name: "chevron-right" })));
54
54
  }
55
55
  get el() { return index.getElement(this); }
56
56
  };
@@ -170,7 +170,7 @@ const NvNotification = class {
170
170
  //#region RENDER
171
171
  render() {
172
172
  var _a, _b, _c;
173
- return (index.h(index.Host, { key: '46775401cabedd4ddc4b25d92c63411e9acb82dc', role: this.getAriaRole(), "aria-live": this.getAriaLive(), "aria-atomic": true, "aria-labelledby": (_a = this.getHeadingId()) !== null && _a !== void 0 ? _a : null, "aria-describedby": (_b = this.getMessageId()) !== null && _b !== void 0 ? _b : null, tabindex: "-1" }, index.h("div", { key: 'e9b66d76b129916e980a150c87fa57bb26323c43', "data-scope": "container", ref: el => (this.container = el) }, this.dismissible && (index.h("button", { key: 'd5a3b8eea45bf183228c4c8297e031252569e029', "data-scope": "dismiss", type: "button", onClick: this.dismiss.bind(this) }, index.h("nv-icon", { key: 'd5a8c1fe676259e40a2af7d3dab5d3b301b0583f', name: "x", size: "sm" }))), index.h("nv-icon", { key: '55b19299a45267b98cb8bea6f3a26c34da03a652', name: (_c = this.icon) !== null && _c !== void 0 ? _c : this.getDefaultIcon(), size: "md", "data-scope": "icon" }), index.h("div", { key: '4ec36ebdc8d45b0b381cae85f0b3768f9cbc5b73', "data-scope": "content" }, (this.heading || this.headingSlot) && (index.h("p", { key: 'b9dff96f37cddf2c1cd7c5fa78a20ae55e275db9', id: this.getHeadingId(), "data-scope": "heading" }, index.h("slot", { key: 'efd279084065fd729ab2b2a629b95405f5dedbc1', name: "heading" }, this.heading))), (this.message || this.messageSlot) && (index.h("p", { key: '0cdd307c0bf278475d817d385e2af1e946170864', id: this.getMessageId(), "data-scope": "message" }, index.h("slot", { key: 'f1b5ccc34f45cb7a65bc24868134ca21d9cf3df3', name: "content" }, this.message))), this.actionsSlot && (index.h("div", { key: '9cced40d8f68f6b755c7a3b90e7c1899bcb95c56', "data-scope": "actions" }, index.h("slot", { key: 'e30bd73510f7e39e41db8bf395e99301ad53ec45', name: "actions" })))))));
173
+ return (index.h(index.Host, { key: '10e49ace93a23660383f9bbfb45460e610320db3', role: this.getAriaRole(), "aria-live": this.getAriaLive(), "aria-atomic": true, "aria-labelledby": (_a = this.getHeadingId()) !== null && _a !== void 0 ? _a : null, "aria-describedby": (_b = this.getMessageId()) !== null && _b !== void 0 ? _b : null, tabindex: "-1" }, index.h("div", { key: '1cce0d5c025e404ad641eed3c0ff07045db12de6', "data-scope": "container", ref: el => (this.container = el) }, this.dismissible && (index.h("button", { key: '64a9e8f95f51908ed82f5c832d5a9738420b574b', "data-scope": "dismiss", type: "button", onClick: this.dismiss.bind(this) }, index.h("nv-icon", { key: 'f4f5a742b862a52ebf7e2edc320e4521ad575a29', name: "x", size: "sm" }))), index.h("nv-icon", { key: 'a85552d6f9d81f67643f4a8c428464ed7af2ff90', name: (_c = this.icon) !== null && _c !== void 0 ? _c : this.getDefaultIcon(), size: "md", "data-scope": "icon" }), index.h("div", { key: 'bb7fd2fd626191f53b59507c3d5003369aaa2d70', "data-scope": "content" }, (this.heading || this.headingSlot) && (index.h("p", { key: 'ce333015dc488c8371d2dc90b97461888a28174e', id: this.getHeadingId(), "data-scope": "heading" }, index.h("slot", { key: '32c9d8c3c5a85a60e3993a5963ed019f5900e6c3', name: "heading" }, this.heading))), (this.message || this.messageSlot) && (index.h("p", { key: '08d57bf3058e3efcaf6d95de5754c34405ddddfb', id: this.getMessageId(), "data-scope": "message" }, index.h("slot", { key: 'f930fb38f00addf2911fc5401d906ee7c52b0920', name: "content" }, this.message))), this.actionsSlot && (index.h("div", { key: '983c60ec7fdf1ed85d2ef9d1a5c327d0aaf78013', "data-scope": "actions" }, index.h("slot", { key: '521bd4d20db65dc6025a9fb285599dbd7643bed0', name: "actions" })))))));
174
174
  }
175
175
  get el() { return index.getElement(this); }
176
176
  };
@@ -33,7 +33,7 @@ const NvNotificationContainer = class {
33
33
  /****************************************************************************/
34
34
  //#region RENDER
35
35
  render() {
36
- return (index.h(index.Host, { key: 'ee0a569e38a3f6402b027317b3bbd0f9773b30ea', class: `position-${this.position}` }, index.h("slot", { key: 'f8829878c8b5b4de5f3e82bbe77a0ae5d9eee809' })));
36
+ return (index.h(index.Host, { key: 'bf0b7cd02e0d214516f352eb7016d6060d6959c5', class: `position-${this.position}` }, index.h("slot", { key: 'f042e3f11b4d2af4b47aadeba04a332c57889616' })));
37
37
  }
38
38
  };
39
39
  NvNotificationContainer.style = NvNotificationcontainerStyle0;
@@ -4,9 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-93d3b2f8.js');
6
6
  const fade_animation = require('./fade.animation-9294e9ee.js');
7
- const grow_animation = require('./grow.animation-f1cef0ad.js');
7
+ const grow_animation = require('./grow.animation-69832995.js');
8
8
  require('./style-value-types.es-eea2f16f.js');
9
- const events_utils = require('./events.utils-52846a7d.js');
10
9
 
11
10
  /**
12
11
  * Custom positioning reference element.
@@ -2224,14 +2223,14 @@ const NvPopover = class {
2224
2223
  */
2225
2224
  attachEventListeners() {
2226
2225
  if (this.triggerElement && !this.eventsAttached) {
2227
- events_utils.addEventListeners(this.closeEvents, document, this);
2226
+ grow_animation.addEventListeners(this.closeEvents, document, this);
2228
2227
  if (this.triggerMode === 'click') {
2229
- events_utils.addEventListeners(this.clickEvents, this.triggerElement, this);
2228
+ grow_animation.addEventListeners(this.clickEvents, this.triggerElement, this);
2230
2229
  // Add document click and touch listeners
2231
- events_utils.addEventListeners(this.outsideClickEvents, document, this);
2230
+ grow_animation.addEventListeners(this.outsideClickEvents, document, this);
2232
2231
  }
2233
2232
  if (this.triggerMode === 'hover') {
2234
- events_utils.addEventListeners(this.hoverEvents, this.triggerElement, this);
2233
+ grow_animation.addEventListeners(this.hoverEvents, this.triggerElement, this);
2235
2234
  }
2236
2235
  this.eventsAttached = true;
2237
2236
  }
@@ -2370,14 +2369,14 @@ const NvPopover = class {
2370
2369
  this.attachEventListeners();
2371
2370
  }
2372
2371
  disconnectedCallback() {
2373
- events_utils.removeEventListeners(this.closeEvents, document, this);
2372
+ grow_animation.removeEventListeners(this.closeEvents, document, this);
2374
2373
  if (this.triggerMode === 'click') {
2375
- events_utils.removeEventListeners(this.clickEvents, this.triggerElement, this);
2374
+ grow_animation.removeEventListeners(this.clickEvents, this.triggerElement, this);
2376
2375
  // Remove document listeners
2377
- events_utils.removeEventListeners(this.outsideClickEvents, document, this);
2376
+ grow_animation.removeEventListeners(this.outsideClickEvents, document, this);
2378
2377
  }
2379
2378
  if (this.triggerMode === 'hover')
2380
- events_utils.removeEventListeners(this.hoverEvents, this.triggerElement, this);
2379
+ grow_animation.removeEventListeners(this.hoverEvents, this.triggerElement, this);
2381
2380
  // Reset flag so events can be reattached if component is reconnected
2382
2381
  this.eventsAttached = false;
2383
2382
  // Clean up any pending timeouts
@@ -2390,7 +2389,7 @@ const NvPopover = class {
2390
2389
  /****************************************************************************/
2391
2390
  //#region RENDER
2392
2391
  render() {
2393
- return (index.h(index.Host, { key: '12a7b1a584b3430808f55294772240a1dc77800e' }, index.h("slot", { key: '3d9b86bdccf5ed03bbc477c8e0eaad6c9f886cc9', name: "trigger" }), index.h("div", { key: 'df5924d7e88fda20b769a7ab0329428fc04e3920', "data-scope": "popover", "data-strategy": this.strategy, hidden: true, ref: el => (this.popoverElement = el) }, this.hasArrow && (index.h("div", { key: '559702ed280c31331703e98d4c57a189491481c4', "data-scope": "arrow", ref: el => (this.arrowElement = el) })), index.h("slot", { key: 'f5872f0bb2865f053b56e9aa128414f777dd9454', name: "content" }))));
2392
+ return (index.h(index.Host, { key: 'c54fc90b90bbe48b0410c750bf4ba97e51eb24e5' }, index.h("slot", { key: 'd957fba61d4e91d8afd85f14b602290c88e5128a', name: "trigger" }), index.h("div", { key: '548c798fc047d41c06d8a84cc9a4f65a4cbf75b5', "data-scope": "popover", "data-strategy": this.strategy, hidden: true, ref: el => (this.popoverElement = el) }, this.hasArrow && (index.h("div", { key: 'd3c6e110e2c3f45ba0ed5c69b99f0a60413cbb39', "data-scope": "arrow", ref: el => (this.arrowElement = el) })), index.h("slot", { key: '20c2d8e3ff0ed3d3b9957513e19586e4aa4a39ca', name: "content" }))));
2394
2393
  }
2395
2394
  get el() { return index.getElement(this); }
2396
2395
  static get watchers() { return {