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

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 (334) hide show
  1. package/dist/blazor-docs.json +18738 -0
  2. package/dist/cjs/index.cjs.js +472 -2
  3. package/dist/cjs/index.cjs.js.map +1 -1
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/native.cjs.js +1 -1
  6. package/dist/cjs/nv-badge_2.cjs.entry.js +4 -5
  7. package/dist/cjs/nv-badge_2.cjs.entry.js.map +1 -1
  8. package/dist/cjs/nv-base.cjs.entry.js +1 -1
  9. package/dist/cjs/nv-breadcrumb.cjs.entry.js +1 -1
  10. package/dist/cjs/nv-breadcrumbs.cjs.entry.js +1 -1
  11. package/dist/cjs/nv-button.cjs.entry.js +1 -1
  12. package/dist/cjs/nv-calendar.cjs.entry.js +5 -5
  13. package/dist/cjs/nv-calendar.cjs.entry.js.map +1 -1
  14. package/dist/cjs/nv-col.cjs.entry.js +1 -1
  15. package/dist/cjs/nv-datagrid.cjs.entry.js +3 -3
  16. package/dist/cjs/nv-datagrid.cjs.entry.js.map +1 -1
  17. package/dist/cjs/nv-datagridcolumn.cjs.entry.js +1 -1
  18. package/dist/cjs/nv-dialog.cjs.entry.js +1 -1
  19. package/dist/cjs/nv-dialog.cjs.entry.js.map +1 -1
  20. package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +6 -6
  21. package/dist/cjs/nv-dialogfooter_2.cjs.entry.js.map +1 -1
  22. package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +4 -4
  23. package/dist/cjs/nv-fielddate.cjs.entry.js +5 -5
  24. package/dist/cjs/nv-fielddaterange.cjs.entry.js +4 -4
  25. package/dist/cjs/nv-fielddropdown.cjs.entry.js +44 -74
  26. package/dist/cjs/nv-fielddropdown.cjs.entry.js.map +1 -1
  27. package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +6 -8
  28. package/dist/cjs/nv-fielddropdownitem.cjs.entry.js.map +1 -1
  29. package/dist/cjs/nv-fieldnumber.cjs.entry.js +3 -3
  30. package/dist/cjs/nv-fieldpassword.cjs.entry.js +3 -3
  31. package/dist/cjs/nv-fieldradio.cjs.entry.js +3 -3
  32. package/dist/cjs/nv-fieldselect.cjs.entry.js +5 -5
  33. package/dist/cjs/nv-fieldtext.cjs.entry.js +3 -3
  34. package/dist/cjs/nv-fieldtextarea.cjs.entry.js +3 -3
  35. package/dist/cjs/nv-fieldtime.cjs.entry.js +9 -9
  36. package/dist/cjs/nv-icon.cjs.entry.js +2 -2
  37. package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
  38. package/dist/cjs/nv-iconbutton_2.cjs.entry.js +2 -2
  39. package/dist/cjs/nv-menu.cjs.entry.js +1 -1
  40. package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
  41. package/dist/cjs/nv-popover.cjs.entry.js +1 -1
  42. package/dist/cjs/nv-popover.cjs.entry.js.map +1 -1
  43. package/dist/cjs/nv-row.cjs.entry.js +1 -1
  44. package/dist/cjs/nv-stack.cjs.entry.js +1 -1
  45. package/dist/cjs/nv-table.cjs.entry.js +3 -3
  46. package/dist/cjs/nv-table.cjs.entry.js.map +1 -1
  47. package/dist/cjs/nv-toggle.cjs.entry.js +2 -2
  48. package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
  49. package/dist/cjs/nv-tooltip.cjs.entry.js.map +1 -1
  50. package/dist/collection/components/nv-badge/nv-badge.css +16 -0
  51. package/dist/collection/components/nv-badge/nv-badge.js +3 -3
  52. package/dist/collection/components/nv-badge/nv-badge.js.map +1 -1
  53. package/dist/collection/components/nv-base/nv-base.js +1 -1
  54. package/dist/collection/components/nv-breadcrumb/nv-breadcrumb.js +1 -1
  55. package/dist/collection/components/nv-breadcrumbs/nv-breadcrumbs.js +1 -1
  56. package/dist/collection/components/nv-button/nv-button.js +1 -1
  57. package/dist/collection/components/nv-calendar/nv-calendar.css +129 -77
  58. package/dist/collection/components/nv-calendar/nv-calendar.js +4 -4
  59. package/dist/collection/components/nv-calendar/nv-calendar.js.map +1 -1
  60. package/dist/collection/components/nv-col/nv-col.js +1 -1
  61. package/dist/collection/components/nv-datagrid/nv-datagrid.css +4 -4
  62. package/dist/collection/components/nv-datagrid/nv-datagrid.js +2 -2
  63. package/dist/collection/components/nv-datagrid/nv-datagrid.js.map +1 -1
  64. package/dist/collection/components/nv-datagridcolumn/nv-datagridcolumn.js +1 -1
  65. package/dist/collection/components/nv-dialog/nv-dialog.js +1 -1
  66. package/dist/collection/components/nv-dialog/nv-dialog.js.map +1 -1
  67. package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js +7 -7
  68. package/dist/collection/components/nv-dialogfooter/nv-dialogfooter.js.map +1 -1
  69. package/dist/collection/components/nv-dialogheader/nv-dialogheader.js +1 -1
  70. package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js +4 -4
  71. package/dist/collection/components/nv-fielddate/nv-fielddate.js +5 -5
  72. package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js +4 -4
  73. package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +44 -74
  74. package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js.map +1 -1
  75. package/dist/collection/components/nv-fielddropdown/styles/nv-fielddropdown.css +3 -0
  76. package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +9 -11
  77. package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js.map +1 -1
  78. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +1 -1
  79. package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +3 -3
  80. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +3 -3
  81. package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
  82. package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +5 -5
  83. package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +3 -3
  84. package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +3 -3
  85. package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +9 -9
  86. package/dist/collection/components/nv-icon/nv-icon.js +1 -1
  87. package/dist/collection/components/nv-icon/nv-icons.js +472 -2
  88. package/dist/collection/components/nv-icon/nv-icons.js.map +1 -1
  89. package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
  90. package/dist/collection/components/nv-loader/nv-loader.js +1 -1
  91. package/dist/collection/components/nv-menu/nv-menu.js +1 -1
  92. package/dist/collection/components/nv-menuitem/nv-menuitem.js +2 -2
  93. package/dist/collection/components/nv-popover/nv-popover.js +1 -1
  94. package/dist/collection/components/nv-popover/nv-popover.js.map +1 -1
  95. package/dist/collection/components/nv-row/nv-row.js +1 -1
  96. package/dist/collection/components/nv-stack/nv-stack.js +1 -1
  97. package/dist/collection/components/nv-table/nv-table.css +4 -4
  98. package/dist/collection/components/nv-table/nv-table.js +2 -2
  99. package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
  100. package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
  101. package/dist/collection/components/nv-tooltip/nv-tooltip.js.map +1 -1
  102. package/dist/components/index.js +472 -2
  103. package/dist/components/index.js.map +1 -1
  104. package/dist/components/nv-alert.js +1 -1
  105. package/dist/components/nv-avatar.js +1 -1
  106. package/dist/components/nv-badge.js +1 -1
  107. package/dist/components/nv-base.js +1 -1
  108. package/dist/components/nv-breadcrumb.js +3 -3
  109. package/dist/components/nv-breadcrumbs.js +1 -1
  110. package/dist/components/nv-button.js +1 -1
  111. package/dist/components/nv-calendar.js +1 -1
  112. package/dist/components/nv-col.js +1 -1
  113. package/dist/components/nv-datagrid.js +3 -3
  114. package/dist/components/nv-datagrid.js.map +1 -1
  115. package/dist/components/nv-datagridcolumn.js +1 -1
  116. package/dist/components/nv-dialog.js +6 -6
  117. package/dist/components/nv-dialog.js.map +1 -1
  118. package/dist/components/nv-dialogfooter.js +1 -1
  119. package/dist/components/nv-dialogheader.js +1 -1
  120. package/dist/components/nv-fieldcheckbox.js +1 -1
  121. package/dist/components/nv-fielddate.js +12 -12
  122. package/dist/components/nv-fielddaterange.js +11 -11
  123. package/dist/components/nv-fielddropdown.js +49 -79
  124. package/dist/components/nv-fielddropdown.js.map +1 -1
  125. package/dist/components/nv-fielddropdownitem.js +1 -1
  126. package/dist/components/nv-fielddropdownitemcheck.js +1 -1
  127. package/dist/components/nv-fieldmultiselect.js +7 -7
  128. package/dist/components/nv-fieldnumber.js +6 -6
  129. package/dist/components/nv-fieldpassword.js +6 -6
  130. package/dist/components/nv-fieldradio.js +3 -3
  131. package/dist/components/nv-fieldselect.js +8 -8
  132. package/dist/components/nv-fieldtext.js +4 -4
  133. package/dist/components/nv-fieldtextarea.js +3 -3
  134. package/dist/components/nv-fieldtime.js +13 -13
  135. package/dist/components/nv-icon.js +1 -1
  136. package/dist/components/nv-iconbutton.js +1 -1
  137. package/dist/components/nv-loader.js +1 -1
  138. package/dist/components/nv-menu.js +4 -4
  139. package/dist/components/nv-menuitem.js +1 -1
  140. package/dist/components/nv-popover.js +1 -1
  141. package/dist/components/nv-row.js +1 -1
  142. package/dist/components/nv-stack.js +1 -1
  143. package/dist/components/nv-table.js +3 -3
  144. package/dist/components/nv-table.js.map +1 -1
  145. package/dist/components/nv-toggle.js +2 -2
  146. package/dist/components/nv-tooltip.js +1 -1
  147. package/dist/components/{p-3aa6f6dc.js → p-016dbae8.js} +10 -10
  148. package/dist/components/p-016dbae8.js.map +1 -0
  149. package/dist/components/{p-1a4f9c97.js → p-0631d152.js} +3 -3
  150. package/dist/components/{p-1a4f9c97.js.map → p-0631d152.js.map} +1 -1
  151. package/dist/components/p-23b6b33b.js +88 -0
  152. package/dist/components/p-23b6b33b.js.map +1 -0
  153. package/dist/components/{p-a8b5969f.js → p-293e1a5c.js} +3 -3
  154. package/dist/components/{p-a8b5969f.js.map → p-293e1a5c.js.map} +1 -1
  155. package/dist/components/{p-1e095bba.js → p-3a74719c.js} +4 -4
  156. package/dist/components/{p-1e095bba.js.map → p-3a74719c.js.map} +1 -1
  157. package/dist/components/{p-56716b97.js → p-3a990da7.js} +9 -9
  158. package/dist/components/p-3a990da7.js.map +1 -0
  159. package/dist/components/{p-4c6d8df7.js → p-543082ff.js} +2 -2
  160. package/dist/components/{p-4c6d8df7.js.map → p-543082ff.js.map} +1 -1
  161. package/dist/components/{p-057ae4f2.js → p-62f6da8a.js} +2 -2
  162. package/dist/components/{p-057ae4f2.js.map → p-62f6da8a.js.map} +1 -1
  163. package/dist/components/{p-3a3ba5b1.js → p-6726f512.js} +2 -2
  164. package/dist/components/{p-3a3ba5b1.js.map → p-6726f512.js.map} +1 -1
  165. package/dist/components/{p-1fad2529.js → p-b2d2fd35.js} +3 -3
  166. package/dist/components/{p-1fad2529.js.map → p-b2d2fd35.js.map} +1 -1
  167. package/dist/components/p-cd083aba.js +176 -0
  168. package/dist/components/p-cd083aba.js.map +1 -0
  169. package/dist/components/{p-55202370.js → p-d552352b.js} +5 -5
  170. package/dist/components/{p-55202370.js.map → p-d552352b.js.map} +1 -1
  171. package/dist/components/{p-89fb308b.js → p-e40363fd.js} +2 -2
  172. package/dist/components/{p-89fb308b.js.map → p-e40363fd.js.map} +1 -1
  173. package/dist/components/{p-4c6ba63c.js → p-e66d6274.js} +3 -3
  174. package/dist/components/{p-4c6ba63c.js.map → p-e66d6274.js.map} +1 -1
  175. package/dist/components/{p-9476354d.js → p-e7f21fe7.js} +9 -11
  176. package/dist/components/p-e7f21fe7.js.map +1 -0
  177. package/dist/docs.json +2048 -160
  178. package/dist/esm/index.js +472 -2
  179. package/dist/esm/index.js.map +1 -1
  180. package/dist/esm/loader.js +1 -1
  181. package/dist/esm/native.js +1 -1
  182. package/dist/esm/nv-badge_2.entry.js +4 -5
  183. package/dist/esm/nv-badge_2.entry.js.map +1 -1
  184. package/dist/esm/nv-base.entry.js +1 -1
  185. package/dist/esm/nv-breadcrumb.entry.js +1 -1
  186. package/dist/esm/nv-breadcrumbs.entry.js +1 -1
  187. package/dist/esm/nv-button.entry.js +1 -1
  188. package/dist/esm/nv-calendar.entry.js +5 -5
  189. package/dist/esm/nv-calendar.entry.js.map +1 -1
  190. package/dist/esm/nv-col.entry.js +1 -1
  191. package/dist/esm/nv-datagrid.entry.js +3 -3
  192. package/dist/esm/nv-datagrid.entry.js.map +1 -1
  193. package/dist/esm/nv-datagridcolumn.entry.js +1 -1
  194. package/dist/esm/nv-dialog.entry.js +1 -1
  195. package/dist/esm/nv-dialog.entry.js.map +1 -1
  196. package/dist/esm/nv-dialogfooter_2.entry.js +6 -6
  197. package/dist/esm/nv-dialogfooter_2.entry.js.map +1 -1
  198. package/dist/esm/nv-fieldcheckbox.entry.js +4 -4
  199. package/dist/esm/nv-fielddate.entry.js +5 -5
  200. package/dist/esm/nv-fielddaterange.entry.js +4 -4
  201. package/dist/esm/nv-fielddropdown.entry.js +44 -74
  202. package/dist/esm/nv-fielddropdown.entry.js.map +1 -1
  203. package/dist/esm/nv-fielddropdownitem.entry.js +6 -8
  204. package/dist/esm/nv-fielddropdownitem.entry.js.map +1 -1
  205. package/dist/esm/nv-fieldnumber.entry.js +3 -3
  206. package/dist/esm/nv-fieldpassword.entry.js +3 -3
  207. package/dist/esm/nv-fieldradio.entry.js +3 -3
  208. package/dist/esm/nv-fieldselect.entry.js +5 -5
  209. package/dist/esm/nv-fieldtext.entry.js +3 -3
  210. package/dist/esm/nv-fieldtextarea.entry.js +3 -3
  211. package/dist/esm/nv-fieldtime.entry.js +9 -9
  212. package/dist/esm/nv-icon.entry.js +2 -2
  213. package/dist/esm/nv-icon.entry.js.map +1 -1
  214. package/dist/esm/nv-iconbutton_2.entry.js +2 -2
  215. package/dist/esm/nv-menu.entry.js +1 -1
  216. package/dist/esm/nv-menuitem.entry.js +1 -1
  217. package/dist/esm/nv-popover.entry.js +1 -1
  218. package/dist/esm/nv-popover.entry.js.map +1 -1
  219. package/dist/esm/nv-row.entry.js +1 -1
  220. package/dist/esm/nv-stack.entry.js +1 -1
  221. package/dist/esm/nv-table.entry.js +3 -3
  222. package/dist/esm/nv-table.entry.js.map +1 -1
  223. package/dist/esm/nv-toggle.entry.js +2 -2
  224. package/dist/esm/nv-tooltip.entry.js +1 -1
  225. package/dist/esm/nv-tooltip.entry.js.map +1 -1
  226. package/dist/native/index.esm.js +1 -1
  227. package/dist/native/index.esm.js.map +1 -1
  228. package/dist/native/native.css +1 -1
  229. package/dist/native/native.esm.js +1 -1
  230. package/dist/native/native.esm.js.map +1 -1
  231. package/dist/native/p-16b38dc2.entry.js +2 -0
  232. package/dist/native/p-16b38dc2.entry.js.map +1 -0
  233. package/dist/native/p-1d5b6c6d.entry.js +2 -0
  234. package/dist/native/{p-7fade532.entry.js → p-2b584e35.entry.js} +2 -2
  235. package/dist/native/{p-514101d6.entry.js → p-39fd54e3.entry.js} +2 -2
  236. package/dist/native/p-3a47035f.entry.js +2 -0
  237. package/dist/native/p-3a47035f.entry.js.map +1 -0
  238. package/dist/native/p-4b6d3739.entry.js +2 -0
  239. package/dist/native/{p-45577c7f.entry.js.map → p-4b6d3739.entry.js.map} +1 -1
  240. package/dist/native/{p-31184fdd.entry.js → p-4c88e8be.entry.js} +2 -2
  241. package/dist/native/p-4c96b614.entry.js +2 -0
  242. package/dist/native/{p-2281d5ef.entry.js → p-4d2adf8c.entry.js} +2 -2
  243. package/dist/native/{p-942f8e92.entry.js → p-4eb132d3.entry.js} +2 -2
  244. package/dist/native/{p-c10e5113.entry.js → p-552ca13e.entry.js} +2 -2
  245. package/dist/native/p-569e9663.entry.js +2 -0
  246. package/dist/native/p-569e9663.entry.js.map +1 -0
  247. package/dist/native/{p-be4fc827.entry.js → p-5e04b50f.entry.js} +2 -2
  248. package/dist/native/p-5e04b50f.entry.js.map +1 -0
  249. package/dist/native/{p-ecc28398.entry.js → p-657a0b8a.entry.js} +2 -2
  250. package/dist/native/{p-464ef88f.entry.js → p-794b7820.entry.js} +2 -2
  251. package/dist/native/{p-f5e0d5c5.entry.js → p-870d5a5c.entry.js} +2 -2
  252. package/dist/native/p-8ae27c0a.entry.js +2 -0
  253. package/dist/native/p-8ae27c0a.entry.js.map +1 -0
  254. package/dist/native/p-9fe6a9b7.entry.js +2 -0
  255. package/dist/native/p-9fe6a9b7.entry.js.map +1 -0
  256. package/dist/native/{p-332c5d6c.entry.js → p-a3ea7b59.entry.js} +2 -2
  257. package/dist/native/{p-56e98443.entry.js → p-a6834c17.entry.js} +2 -2
  258. package/dist/native/{p-56e98443.entry.js.map → p-a6834c17.entry.js.map} +1 -1
  259. package/dist/native/{p-442f04f9.entry.js → p-ac72abfc.entry.js} +2 -2
  260. package/dist/native/p-adf0f628.entry.js +2 -0
  261. package/dist/native/p-adf0f628.entry.js.map +1 -0
  262. package/dist/native/{p-048486e0.entry.js → p-c84eb11f.entry.js} +2 -2
  263. package/dist/native/p-c84eb11f.entry.js.map +1 -0
  264. package/dist/native/p-ca1eff59.entry.js +2 -0
  265. package/dist/native/p-ca1eff59.entry.js.map +1 -0
  266. package/dist/native/{p-ab84ff42.entry.js → p-cce90f27.entry.js} +2 -2
  267. package/dist/native/p-d3d664c7.entry.js +2 -0
  268. package/dist/native/{p-62df7dd4.entry.js → p-d7b5ab6e.entry.js} +2 -2
  269. package/dist/native/{p-314d2b34.entry.js → p-d987271c.entry.js} +2 -2
  270. package/dist/native/{p-3af5bcc1.entry.js → p-dcfef507.entry.js} +2 -2
  271. package/dist/native/{p-b052f1cb.entry.js → p-ddb4fcc3.entry.js} +2 -2
  272. package/dist/native/{p-2ed540e3.entry.js → p-ede0c391.entry.js} +2 -2
  273. package/dist/native/p-efb52057.entry.js +2 -0
  274. package/dist/native/{p-04c6048a.entry.js → p-ffcf8271.entry.js} +2 -2
  275. package/dist/native/{p-04c6048a.entry.js.map → p-ffcf8271.entry.js.map} +1 -1
  276. package/dist/types/components/nv-badge/nv-badge.d.ts +1 -0
  277. package/dist/types/components/nv-dialogfooter/nv-dialogfooter.d.ts +2 -2
  278. package/dist/types/components/nv-fielddropdown/nv-fielddropdown.d.ts +1 -7
  279. package/dist/types/components/nv-fielddropdownitem/nv-fielddropdownitem.d.ts +1 -6
  280. package/dist/types/components/nv-icon/nv-icons.d.ts +1 -1
  281. package/dist/types/components.d.ts +4 -12
  282. package/dist/vscode-data.json +5980 -0
  283. package/hydrate/index.js +134 -166
  284. package/hydrate/index.mjs +134 -166
  285. package/package.json +1 -1
  286. package/dist/components/p-3aa6f6dc.js.map +0 -1
  287. package/dist/components/p-56716b97.js.map +0 -1
  288. package/dist/components/p-7f142767.js +0 -177
  289. package/dist/components/p-7f142767.js.map +0 -1
  290. package/dist/components/p-9476354d.js.map +0 -1
  291. package/dist/components/p-ebf24fd0.js +0 -88
  292. package/dist/components/p-ebf24fd0.js.map +0 -1
  293. package/dist/native/p-048486e0.entry.js.map +0 -1
  294. package/dist/native/p-1a46cb52.entry.js +0 -2
  295. package/dist/native/p-22a45102.entry.js +0 -2
  296. package/dist/native/p-22a45102.entry.js.map +0 -1
  297. package/dist/native/p-45577c7f.entry.js +0 -2
  298. package/dist/native/p-46aa1136.entry.js +0 -2
  299. package/dist/native/p-665db087.entry.js +0 -2
  300. package/dist/native/p-68b5a92c.entry.js +0 -2
  301. package/dist/native/p-68b5a92c.entry.js.map +0 -1
  302. package/dist/native/p-6a629671.entry.js +0 -2
  303. package/dist/native/p-6a629671.entry.js.map +0 -1
  304. package/dist/native/p-913907fb.entry.js +0 -2
  305. package/dist/native/p-913907fb.entry.js.map +0 -1
  306. package/dist/native/p-9f5e4dfc.entry.js +0 -2
  307. package/dist/native/p-9f5e4dfc.entry.js.map +0 -1
  308. package/dist/native/p-bdabd495.entry.js +0 -2
  309. package/dist/native/p-bdabd495.entry.js.map +0 -1
  310. package/dist/native/p-be4fc827.entry.js.map +0 -1
  311. package/dist/native/p-db2902d6.entry.js +0 -2
  312. package/dist/native/p-db2902d6.entry.js.map +0 -1
  313. package/dist/native/p-f89b7d06.entry.js +0 -2
  314. /package/dist/native/{p-665db087.entry.js.map → p-1d5b6c6d.entry.js.map} +0 -0
  315. /package/dist/native/{p-7fade532.entry.js.map → p-2b584e35.entry.js.map} +0 -0
  316. /package/dist/native/{p-514101d6.entry.js.map → p-39fd54e3.entry.js.map} +0 -0
  317. /package/dist/native/{p-31184fdd.entry.js.map → p-4c88e8be.entry.js.map} +0 -0
  318. /package/dist/native/{p-46aa1136.entry.js.map → p-4c96b614.entry.js.map} +0 -0
  319. /package/dist/native/{p-2281d5ef.entry.js.map → p-4d2adf8c.entry.js.map} +0 -0
  320. /package/dist/native/{p-942f8e92.entry.js.map → p-4eb132d3.entry.js.map} +0 -0
  321. /package/dist/native/{p-c10e5113.entry.js.map → p-552ca13e.entry.js.map} +0 -0
  322. /package/dist/native/{p-ecc28398.entry.js.map → p-657a0b8a.entry.js.map} +0 -0
  323. /package/dist/native/{p-464ef88f.entry.js.map → p-794b7820.entry.js.map} +0 -0
  324. /package/dist/native/{p-f5e0d5c5.entry.js.map → p-870d5a5c.entry.js.map} +0 -0
  325. /package/dist/native/{p-332c5d6c.entry.js.map → p-a3ea7b59.entry.js.map} +0 -0
  326. /package/dist/native/{p-442f04f9.entry.js.map → p-ac72abfc.entry.js.map} +0 -0
  327. /package/dist/native/{p-ab84ff42.entry.js.map → p-cce90f27.entry.js.map} +0 -0
  328. /package/dist/native/{p-f89b7d06.entry.js.map → p-d3d664c7.entry.js.map} +0 -0
  329. /package/dist/native/{p-62df7dd4.entry.js.map → p-d7b5ab6e.entry.js.map} +0 -0
  330. /package/dist/native/{p-314d2b34.entry.js.map → p-d987271c.entry.js.map} +0 -0
  331. /package/dist/native/{p-3af5bcc1.entry.js.map → p-dcfef507.entry.js.map} +0 -0
  332. /package/dist/native/{p-b052f1cb.entry.js.map → p-ddb4fcc3.entry.js.map} +0 -0
  333. /package/dist/native/{p-2ed540e3.entry.js.map → p-ede0c391.entry.js.map} +0 -0
  334. /package/dist/native/{p-1a46cb52.entry.js.map → p-efb52057.entry.js.map} +0 -0
@@ -344,13 +344,13 @@ const NvFieldselect = class {
344
344
  * @returns {HTMLStencilElement} The HTML element to render.
345
345
  */
346
346
  render() {
347
- return (index.h(index.Host, { key: 'e447f10faacbd9107b3636b711745655b234daaf' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: '6949ffbfa4a3d055689aa384521456277336eb31', htmlFor: this.inputId }, index.h("slot", { key: 'c46be62ffca373acaa64555dd055d0e506731ff8', name: "label" }, this.label))), index.h("div", { key: '73173b60885c479e76c9d089f40033ac73641597', class: "select-wrapper" }, index.h("slot", { key: 'a64bbdef05fd860d1534bea9c5d8143abe2aa688', name: "before-input" }), index.h("div", { key: 'c8d5503afd194397a0385959fbe557544208f7e9', class: "select-container", onClick: this.handleSelectContainerClick }, index.h("slot", { key: '82456f7f21d552459af03787b26363acb9d77cb8', name: "leading-input" }), this.internalReadonly && (index.h("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
347
+ return (index.h(index.Host, { key: '2d7fbe4141cbef0243b0c08c5af89e6249f20c09' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'e8a03bde5c1c35d24d4ebe0b266aa3a653e6f763', htmlFor: this.inputId }, index.h("slot", { key: '9a2ec1d03f76c5349fc93c99f3a409ea47a24f62', name: "label" }, this.label))), index.h("div", { key: '6226069dcdc067cec3f6a3eaaf9ba536baf9ddf9', class: "select-wrapper" }, index.h("slot", { key: 'f94e5b37a4008571913260b371aa2a710ba16fad', name: "before-input" }), index.h("div", { key: '9774c2ee0b8b0b4159e90d2ac4b1bd98616e9554', class: "select-container", onClick: this.handleSelectContainerClick }, index.h("slot", { key: 'e84d98a96ab47916d8332968f1d94946251582b3', name: "leading-input" }), this.internalReadonly && (index.h("input", { key: 'c0a22ae71c95e0b22a8d1a8dbd5a6d447970147b', 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
348
348
  ? `${this.inputId}-error`
349
- : `${this.inputId}-description` })), index.h("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
349
+ : `${this.inputId}-description` })), index.h("select", { key: '792ea3aa8c7cc04110951e7896ff54c0e097fb9d', 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
350
350
  ? `${this.inputId}-error`
351
- : `${this.inputId}-description` }, this.parsedOptions.length > 0 ? (this.parsedOptions.map(option => (index.h("option", { value: option.value, selected: option.selected, disabled: option.disabled }, option.label)))) : (index.h("slot", null))), index.h("div", { key: 'e7315331865264cfceefc37333f29f503cfaca60', class: "select-icons" }, this.error && (index.h("nv-icon", { key: '20b2a3b436a31b4528c0a6336433baa20f1dade7', name: "alert-circle", class: "validation", size: "md" })), this.success && (index.h("nv-icon", { key: '6ddb9ce572a0e66670ea3a3f084c08b465a1054f', name: "circle-check", class: "validation", size: "md" })), !this.multiple && (index.h("nv-iconbutton", { key: '7df5645e762451036ba84e8ae7e533f6d9c9e89e', name: "chevron-down", size: "md", emphasis: "lower", tabIndex: -1 })))), index.h("slot", { key: '43220cb3c92d9876e2f22645ed695c076439999a', name: "after-input" })), (this.description ||
352
- this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '7ca06f0ec81f82cce825045bef226bdaeaa2774d', class: "description", id: `${this.inputId}-description` }, index.h("slot", { key: '008a54ac423cfe534214d0f32d5b557419d60aaf', name: "description" }, this.description))), (this.errorDescription ||
353
- this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '1c5d34d7441cdaa28c463f062c74070b8193433e', class: "error-description", id: `${this.inputId}-error` }, index.h("slot", { key: '98a88b41c33a87541d2b3833ca95fc5dff7a8d2e', name: "error-description" }, this.errorDescription)))));
351
+ : `${this.inputId}-description` }, this.parsedOptions.length > 0 ? (this.parsedOptions.map(option => (index.h("option", { value: option.value, selected: option.selected, disabled: option.disabled }, option.label)))) : (index.h("slot", null))), index.h("div", { key: 'c05c31e672ac5e63c6935aa1457f180860193af3', class: "select-icons" }, this.error && (index.h("nv-icon", { key: 'b8a51b02da5a15bed729022268a298fe4242af78', name: "alert-circle", class: "validation", size: "md" })), this.success && (index.h("nv-icon", { key: '2e54e71e2ca509762616baa546ade6362e9b3607', name: "circle-check", class: "validation", size: "md" })), !this.multiple && (index.h("nv-iconbutton", { key: '7d7548609c904d261ffc347a24bf5fcfe10c3896', name: "chevron-down", size: "md", emphasis: "lower", tabIndex: -1 })))), index.h("slot", { key: '22741934d8e09a384c9b1a84b773e3dbbd5ea061', name: "after-input" })), (this.description ||
352
+ this.el.querySelector('[slot="description"]')) && (index.h("div", { key: '2b352c4845ed135b03429b8382b8b7c79a1468ea', class: "description", id: `${this.inputId}-description` }, index.h("slot", { key: 'b1afb4fa2a554d5ce8a9e8d7c1a122baef2af671', name: "description" }, this.description))), (this.errorDescription ||
353
+ this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '7a472dfd9df5d9e1a2bab533d24d6f3656072a2d', class: "error-description", id: `${this.inputId}-error` }, index.h("slot", { key: '70bf1c4c53a26f4aaeb72cce36260560e5d098fd', name: "error-description" }, this.errorDescription)))));
354
354
  }
355
355
  static get formAssociated() { return true; }
356
356
  get el() { return index.getElement(this); }
@@ -108,9 +108,9 @@ const NvFieldtext = class {
108
108
  /****************************************************************************/
109
109
  //#region RENDER
110
110
  render() {
111
- return (index.h(index.Host, { key: '9979c9c835f414965a4ae1ee3db398ee6223c3a9' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: '899abb4f3faaa65e1f32738e7ab91440dcc32fd2', htmlFor: this.inputId }, index.h("slot", { key: 'f82bb9e2e63d56afb8078ffcdaee8da6d2b3df87', name: "label" }, this.label))), index.h("div", { key: 'b75dfdfc0c875db7019a23c084133b90d957ed8e', class: "input-wrapper" }, index.h("slot", { key: 'cf4cd32cd106bee88c662fd0960e67ba87dddbc9', name: "before-input" }), index.h("div", { key: '2f005ef34a722424dcf86c9e189d1ab001bd2495', class: "input-container", onClick: this.handleInputContainerClick }, index.h("slot", { key: '0d554159f716ed6a4dae76a6b0befd05cdf97173', name: "leading-input" }), index.h("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 && (index.h("nv-icon", { key: 'cb4a0028e53aefcaf9b3127488811ea9d66cd305', name: "alert-circle", class: "validation", size: "md" })), this.success && (index.h("nv-icon", { key: '307fa39a19684d92b5e64ce83301dac337948822', name: "circle-check", class: "validation", size: "md" }))), index.h("slot", { key: 'a8eb4186286fd472b7c0d515be544e6331bad33c', name: "after-input" })), (this.description ||
112
- this.el.querySelector('[slot="description"]')) && (index.h("div", { key: 'f5bd9926035d6d8829382adea3f68eb633bbf738', class: "description" }, index.h("slot", { key: '561c28cc04225e9d84a86b161714efde4882debe', name: "description" }, this.description))), (this.errorDescription ||
113
- this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '09e08c344f477d70f698a9c11e38c737667c4ef6', hidden: !this.error, class: "error-description" }, index.h("slot", { key: '117cd688cb63f5411225d468ca2071b19c1be39f', name: "error-description" }, this.errorDescription)))));
111
+ return (index.h(index.Host, { key: '322d1e58130e04d69a5f14343fc5325c299e7d74' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: '12cc27c3d8e7791db20ba39be84a261708ac1b81', htmlFor: this.inputId }, index.h("slot", { key: '01cbeb48a79294d3c10283891fcdd68fce8b5597', name: "label" }, this.label))), index.h("div", { key: 'd13eccee6cb016d49b9e2bba0a6333ea9ddb7cb0', class: "input-wrapper" }, index.h("slot", { key: 'af2ffdddf6f9ae4f1af16a1710a0f829ef30196c', name: "before-input" }), index.h("div", { key: 'b598d6b8709bd56051b25a12705a3b785cc5c7d5', class: "input-container", onClick: this.handleInputContainerClick }, index.h("slot", { key: 'c3006ed040dee98b443467e5d4a081fb4404efd8', name: "leading-input" }), index.h("input", { key: '057f8836541e78d465083174ec029ed9ba56d950', 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 && (index.h("nv-icon", { key: '1c961288b97eb8f2580fd421b03db1f275709d47', name: "alert-circle", class: "validation", size: "md" })), this.success && (index.h("nv-icon", { key: '4ffaf30cf97c5c6e69709abcca3db5ef7fa2598e', name: "circle-check", class: "validation", size: "md" }))), index.h("slot", { key: '46257b784d082071ed717f37aeac1e1bbffaeac3', name: "after-input" })), (this.description ||
112
+ this.el.querySelector('[slot="description"]')) && (index.h("div", { key: 'dad03cc1954a17b4d9075f5c0949abdb83bee15c', class: "description" }, index.h("slot", { key: '62c4d6315ad5eff50c86e289d7bcc61afacf64bc', name: "description" }, this.description))), (this.errorDescription ||
113
+ this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '3cd561cd634519ae18da4edfe8ec35dd2000a4ce', hidden: !this.error, class: "error-description" }, index.h("slot", { key: '7fc992b0285652f46530ca23f12e626752dd1282', name: "error-description" }, this.errorDescription)))));
114
114
  }
115
115
  static get formAssociated() { return true; }
116
116
  get el() { return index.getElement(this); }
@@ -178,9 +178,9 @@ const NvFieldtextarea = class {
178
178
  /****************************************************************************/
179
179
  //#region RENDER
180
180
  render() {
181
- return (index.h(index.Host, { key: '967dc1eda269d0e3df1351d3e34b8be14f9cb639' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: '4337acb56fc6712eb0a3e509b2a551043b43eadf', htmlFor: this.inputId }, index.h("slot", { key: 'c7229aad2d78f79fad1f103908976efefe282b01', name: "label" }, this.label))), index.h("div", { key: 'a33155dbb4d6b5d481503225136435690eebf819', class: "textarea-wrapper" }, index.h("div", { key: '14dbd33038acef44773bcf925dcb1fa9531bb6e9', class: "textarea-container", onClick: this.handleTextareaContainerClick }, index.h("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.clsx(this.resize === 'none' && 'resize-none', this.resize === 'vertical' && 'resize-y', this.resize === 'horizontal' && 'resize-x', this.resize === 'both' && 'resize') }))), (this.description ||
182
- this.el.querySelector('[slot="description"]')) && (index.h("div", { key: 'f3f214c3a3e3ee03b3ac44d7dcf6224f3d58585d', class: "description" }, index.h("slot", { key: '803bf10aec909ab4c55098818df6bcd3e22a1957', name: "description" }, this.description))), (this.errorDescription ||
183
- this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'aefd1d3ed4ed2535b06cd314ffe0b19506f7510d', hidden: !this.error, class: "error-description" }, index.h("slot", { key: 'e43344938bda4acb4523998e9d21f5b6d8300d1a', name: "error-description" }, this.errorDescription)))));
181
+ return (index.h(index.Host, { key: '9edf7962ccdff743da72152b98f03d27c8f14f1f' }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'c3f365dc9d7b27464ead7b80d2bf29ab830cc8df', htmlFor: this.inputId }, index.h("slot", { key: 'bcfc6ada8c84894be98adcc58c5d5dbc19da5693', name: "label" }, this.label))), index.h("div", { key: 'e6341cf7d87d9e0d2534ddb0401b595970beabfb', class: "textarea-wrapper" }, index.h("div", { key: '80e0b0bc0cb7ec4b237b032e0a4c00a3d6a2e16a', class: "textarea-container", onClick: this.handleTextareaContainerClick }, index.h("textarea", { key: '20bcce08c32dddaa9fcd54b5fca5724318f31010', 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 ||
182
+ this.el.querySelector('[slot="description"]')) && (index.h("div", { key: 'd3f26d3a2f81d5009e55e532ce8079433bbe60bb', class: "description" }, index.h("slot", { key: 'd9f16157d8ea355d57d8935aec45aa1fcaba2b68', name: "description" }, this.description))), (this.errorDescription ||
183
+ this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'c4b838a46fc477530dcb6101f8d8758d99466f65', hidden: !this.error, class: "error-description" }, index.h("slot", { key: '3370a1b2d89a1d24a9e3ed93aebf04751aaa1e86', name: "error-description" }, this.errorDescription)))));
184
184
  }
185
185
  static get formAssociated() { return true; }
186
186
  get el() { return index.getElement(this); }
@@ -968,26 +968,26 @@ const NvFieldtime = class {
968
968
  }, key: `${option}-${index$1}`, onClick: e => this.handleTimeOptionClick(e, type) }, option)))));
969
969
  }
970
970
  render() {
971
- return (index.h(index.Host, { key: '1ef0b47c6886db0b91833d4680638eeafe886894', onclick: e => this.handleHostClick(e) }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: '7f0c658c7ad89e2f0fb5100a4de46d368b8edf85', htmlFor: this.inputId }, index.h("slot", { key: '2378b6f07660bb1c536e52a9e48b7a633f9d8bca', name: "label" }, this.label))), index.h("nv-popover", { key: 'cc543c978adc3a58c343688b3b579240abfd244d', ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, index.h("div", { key: '776927c5aec228f04c0079cc51d7772e50425dae', class: "input-wrapper", slot: "trigger" }, index.h("slot", { key: '9d5324592d1a1e9aed17a4bcdcdfcd0e5be88632', name: "before-input" }), index.h("div", { key: 'ed804b5a42ac0bff1c142f2374d5b32c45d3f5bb', class: "input-container" }, index.h("slot", { key: 'a2085ff4c458cd9cbf5d5824bd2f3624b71560b3', name: "leading-input" }), string_utils.startsWithIgnoreCase(this.format, 'HH') && [
972
- index.h("input", { key: 'a21fb6c62075b878dd849d9860bdee7cf8d56e61', ref: el => (this.inputElements[constants.TimeType.Hours] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.hours, onInput: e => this.handleInputChange(e, constants.TimeType.Hours), placeholder: this.format.includes('hh') ? 'hh' : 'HH', inputMode: "numeric", onFocus: () => this.handleFocus(constants.TimeType.Hours), name: this.name
971
+ return (index.h(index.Host, { key: '2bd5109091c0e07418ce9565e87384f386428c7f', onclick: e => this.handleHostClick(e) }, (this.label || this.el.querySelector('[slot="label"]')) && (index.h("label", { key: 'fb435b88f17474c69e9400f3f74545a6e1b9e71c', htmlFor: this.inputId }, index.h("slot", { key: 'c252c0daf40bec73e405ad53a06ca84de823b3d7', name: "label" }, this.label))), index.h("nv-popover", { key: '009f40e96c5cb95ef985909e8a0edfa9df3e7c7f', ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, index.h("div", { key: 'd22fa1424d88309d07dbbd73a8c1d25d21392329', class: "input-wrapper", slot: "trigger" }, index.h("slot", { key: 'e56bcfab83d254bc7df35ac84481b5ef67b23ca2', name: "before-input" }), index.h("div", { key: '20ce8289edbfbddd54424dd86e672ab4689cd51d', class: "input-container" }, index.h("slot", { key: '98c4d58900edfc2b618f6882be0832eae4ce1e65', name: "leading-input" }), string_utils.startsWithIgnoreCase(this.format, 'HH') && [
972
+ index.h("input", { key: '9317fddf11f5715a585f784cda78b54aa62be063', ref: el => (this.inputElements[constants.TimeType.Hours] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.hours, onInput: e => this.handleInputChange(e, constants.TimeType.Hours), placeholder: this.format.includes('hh') ? 'hh' : 'HH', inputMode: "numeric", onFocus: () => this.handleFocus(constants.TimeType.Hours), name: this.name
973
973
  ? `${constants.TimeType.Hours}-${this.name}`
974
974
  : constants.TimeType.Hours, id: this.inputId, readonly: this.readonly, disabled: this.disabled, required: this.required, onKeyDown: e => this.handleKeyDown(e), onBlur: () => this.handleInputBlur() }),
975
975
  ], this.format.includes('mm') && [
976
- index.h("span", { key: 'cb0a76c804e60fb918980271cc2e19c389f6ffbc' }, ":"),
977
- index.h("input", { key: '5ea428290a17350d74e3038728d0992c6fdad28e', ref: el => (this.inputElements[constants.TimeType.Minutes] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.minutes, onInput: e => this.handleInputChange(e, constants.TimeType.Minutes), placeholder: "mm", inputMode: "numeric", onFocus: () => this.handleFocus(constants.TimeType.Minutes), name: this.name
976
+ index.h("span", { key: '044a1a102651f107f84815479428737a01ec9bc5' }, ":"),
977
+ index.h("input", { key: '19facb2211d8e3505a66effb65357e40cd5d4cdb', ref: el => (this.inputElements[constants.TimeType.Minutes] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.minutes, onInput: e => this.handleInputChange(e, constants.TimeType.Minutes), placeholder: "mm", inputMode: "numeric", onFocus: () => this.handleFocus(constants.TimeType.Minutes), name: this.name
978
978
  ? `${constants.TimeType.Minutes}-${this.name}`
979
979
  : constants.TimeType.Minutes, id: `${this.inputId}-minutes`, readonly: this.readonly, disabled: this.disabled, required: this.required, onKeyDown: e => this.handleKeyDown(e), onBlur: () => this.handleInputBlur() }),
980
980
  ], this.format.includes('ss') && [
981
- index.h("span", { key: '68c7d188eee595668066e82fbfa60f387d1078f6' }, ":"),
982
- index.h("input", { key: '23345802e5b7b9ea2e98fc47ca0ed88fec1f2176', ref: el => (this.inputElements[constants.TimeType.Seconds] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.seconds, onInput: e => this.handleInputChange(e, constants.TimeType.Seconds), placeholder: "ss", inputMode: "numeric", onFocus: () => this.handleFocus(constants.TimeType.Seconds), name: this.name
981
+ index.h("span", { key: '239c6cee81a91eaa37c66dad419838eac713dc52' }, ":"),
982
+ index.h("input", { key: '86b90a830be379c88c93b56cb19ff2f7905ae90a', ref: el => (this.inputElements[constants.TimeType.Seconds] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.seconds, onInput: e => this.handleInputChange(e, constants.TimeType.Seconds), placeholder: "ss", inputMode: "numeric", onFocus: () => this.handleFocus(constants.TimeType.Seconds), name: this.name
983
983
  ? `${constants.TimeType.Seconds}-${this.name}`
984
984
  : constants.TimeType.Seconds, id: `${this.inputId}-seconds`, readonly: this.readonly, disabled: this.disabled, required: this.required, onKeyDown: e => this.handleKeyDown(e), onBlur: () => this.handleInputBlur() }),
985
- ], index.h("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 && (index.h("nv-icon", { key: 'c78ec167b3f228a03172eee52fe888a8456f5851', name: "alert-circle", class: "validation", size: "sm" })), this.success && (index.h("nv-icon", { key: '845802ea8ebe47b66701a11663c1b5052a51a7e8', name: "circle-check", class: "validation", size: "sm" }))), index.h("slot", { key: 'd07b15d6baf4960bf12dec9cc883e89a969c08ea', name: "after-input" })), index.h("div", { key: 'c165f47781a106f0b586f7e39e30902c873faa07', class: "time-dropdown", slot: "content" }, index.h("div", { key: '2c544ba696b3ed2dc1db98ecc99b00d00f7b1531', class: "time-columns" }, string_utils.startsWithIgnoreCase(this.format, 'HH') &&
985
+ ], index.h("nv-iconbutton", { key: '2aed05d3ba441bb145e43b480d3c30b227559fd5', 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 && (index.h("nv-icon", { key: '88e621d6753e3b4661a49d612133eff268abe459', name: "alert-circle", class: "validation", size: "sm" })), this.success && (index.h("nv-icon", { key: 'c9493053d4c60c9826517e63d8bdb9d3d915e5a4', name: "circle-check", class: "validation", size: "sm" }))), index.h("slot", { key: 'd1e56ff18a036b3eecfc3b82603417747444f515', name: "after-input" })), index.h("div", { key: 'ee316a5355842ba4b94d7f155be4ee76170b653d', class: "time-dropdown", slot: "content" }, index.h("div", { key: 'b4c00d933a89420c2b7f6c91e52dab14b00aacd2', class: "time-columns" }, string_utils.startsWithIgnoreCase(this.format, 'HH') &&
986
986
  this.RenderTimeOptionsColumn(constants.TimeType.Hours), this.format.includes('mm') &&
987
987
  this.RenderTimeOptionsColumn(constants.TimeType.Minutes), this.format.includes('ss') &&
988
988
  this.RenderTimeOptionsColumn(constants.TimeType.Seconds)))), (this.description ||
989
- this.el.querySelector('[slot="description"]')) && (index.h("div", { key: 'f096bace0439c56e5707e385df02cd0c8d76665c', class: "description" }, index.h("slot", { key: '2a90719cfeb9f95ca9f298a1dce3383bbbb99f47', name: "description" }, this.description))), (this.errorDescription ||
990
- this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: '62d7d553ac6ad2f1d86d241a3042093a1b95d5d0', hidden: !this.error, class: "error-description" }, index.h("slot", { key: '03ff68aae8a2433f791da59721fd090f2573eebf', name: "error-description" }, this.errorDescription)))));
989
+ this.el.querySelector('[slot="description"]')) && (index.h("div", { key: 'ebb6ca0885ea6f099617f2deebd1e55e53dd4f05', class: "description" }, index.h("slot", { key: '7045fe19cba7c811db78636b57f05d2f9913f49e', name: "description" }, this.description))), (this.errorDescription ||
990
+ this.el.querySelector('[slot="error-description"]')) && (index.h("div", { key: 'b6b52a078889f4a5e5856bc29580f1dd461175e0', hidden: !this.error, class: "error-description" }, index.h("slot", { key: '76759966defe06d595e9aa5df3a580ebea1d7f81', name: "error-description" }, this.errorDescription)))));
991
991
  }
992
992
  static get formAssociated() { return true; }
993
993
  get el() { return index.getElement(this); }