@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
@@ -83,9 +83,9 @@ export class NvFieldradio {
83
83
  /****************************************************************************/
84
84
  //#region RENDER
85
85
  render() {
86
- return (h(Host, { key: 'cab4d25a83792d8f0d3f5de48073a621f8b1823e', class: clsx(this.labelPlacement === 'before' && 'label-placement-before', this.error && 'error') }, h("input", { key: 'a923e6ad8e76b90c5e00ae17a353614b8f7390b1', type: "radio", id: this.inputId, name: this.name, autofocus: this.autofocus, autocomplete: "off", value: this.value, checked: this.checked, disabled: this.disabled }), h("div", { key: '585cc5389b0190e2291447d188637e8325d937aa', class: "text-container" }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: '7e16f9cd7078e11661685a141afbd46472683e0f', htmlFor: this.inputId }, h("slot", { key: '3e9aab3f47e1a0c96a6e3b6f2495428bce324962', name: "label" }, this.label))), (this.description ||
87
- this.el.querySelector('[slot="description"]')) && (h("div", { key: '0c2b8b8e49dd877131c37bb23d450e254c58fcdc', class: "description" }, h("slot", { key: 'fd3d99a005667b46260dde7d84f4c6b82e4e4853', name: "description" }, this.description))), (this.errorDescription ||
88
- this.el.querySelector('[slot="error-description"]')) && (h("div", { key: 'd524f91210f3e28627e68f380484d1c28ab962d9', hidden: !this.error, class: "error-description" }, h("slot", { key: '416222f3b3db021de57b35697a64270582f6bad7', name: "error-description" }, this.errorDescription))))));
86
+ return (h(Host, { key: 'c600a157513b8401903807773cbd269008b35197', class: clsx(this.labelPlacement === 'before' && 'label-placement-before', this.error && 'error') }, h("input", { key: '7861b2a7e9f6b5b4bef5f74781401eb4fb3c746d', type: "radio", id: this.inputId, name: this.name, autofocus: this.autofocus, autocomplete: "off", value: this.value, checked: this.checked, disabled: this.disabled }), h("div", { key: '3612e5a6667d8bb1800a724386f84debe33cc0f4', class: "text-container" }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: 'e9caab357d06e25dab7b7b72020f56029d89f373', htmlFor: this.inputId }, h("slot", { key: '04441ea9acb42628cf0618c566e9d7be159d962d', name: "label" }, this.label))), (this.description ||
87
+ this.el.querySelector('[slot="description"]')) && (h("div", { key: '190427a3db123787a85f2abb72e47192a06586b4', class: "description" }, h("slot", { key: '6799968f7ebbc302890c4544fe16f5928ac2a0e8', name: "description" }, this.description))), (this.errorDescription ||
88
+ this.el.querySelector('[slot="error-description"]')) && (h("div", { key: 'b37bd97668df39b1160c581f0b62a5140ada9b59', hidden: !this.error, class: "error-description" }, h("slot", { key: '7a715e8cc5dd5f41173d3b4d5d7cc229a787e2f9', name: "error-description" }, this.errorDescription))))));
89
89
  }
90
90
  static get is() { return "nv-fieldradio"; }
91
91
  static get formAssociated() { return true; }
@@ -343,13 +343,13 @@ export class NvFieldselect {
343
343
  * @returns {HTMLStencilElement} The HTML element to render.
344
344
  */
345
345
  render() {
346
- return (h(Host, { key: 'e447f10faacbd9107b3636b711745655b234daaf' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: '6949ffbfa4a3d055689aa384521456277336eb31', htmlFor: this.inputId }, h("slot", { key: 'c46be62ffca373acaa64555dd055d0e506731ff8', name: "label" }, this.label))), h("div", { key: '73173b60885c479e76c9d089f40033ac73641597', class: "select-wrapper" }, h("slot", { key: 'a64bbdef05fd860d1534bea9c5d8143abe2aa688', name: "before-input" }), h("div", { key: 'c8d5503afd194397a0385959fbe557544208f7e9', class: "select-container", onClick: this.handleSelectContainerClick }, h("slot", { key: '82456f7f21d552459af03787b26363acb9d77cb8', name: "leading-input" }), this.internalReadonly && (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
346
+ return (h(Host, { key: '2d7fbe4141cbef0243b0c08c5af89e6249f20c09' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: 'e8a03bde5c1c35d24d4ebe0b266aa3a653e6f763', htmlFor: this.inputId }, h("slot", { key: '9a2ec1d03f76c5349fc93c99f3a409ea47a24f62', name: "label" }, this.label))), h("div", { key: '6226069dcdc067cec3f6a3eaaf9ba536baf9ddf9', class: "select-wrapper" }, h("slot", { key: 'f94e5b37a4008571913260b371aa2a710ba16fad', name: "before-input" }), h("div", { key: '9774c2ee0b8b0b4159e90d2ac4b1bd98616e9554', class: "select-container", onClick: this.handleSelectContainerClick }, h("slot", { key: 'e84d98a96ab47916d8332968f1d94946251582b3', name: "leading-input" }), this.internalReadonly && (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
347
347
  ? `${this.inputId}-error`
348
- : `${this.inputId}-description` })), 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
348
+ : `${this.inputId}-description` })), 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
349
349
  ? `${this.inputId}-error`
350
- : `${this.inputId}-description` }, this.parsedOptions.length > 0 ? (this.parsedOptions.map(option => (h("option", { value: option.value, selected: option.selected, disabled: option.disabled }, option.label)))) : (h("slot", null))), h("div", { key: 'e7315331865264cfceefc37333f29f503cfaca60', class: "select-icons" }, this.error && (h("nv-icon", { key: '20b2a3b436a31b4528c0a6336433baa20f1dade7', name: "alert-circle", class: "validation", size: "md" })), this.success && (h("nv-icon", { key: '6ddb9ce572a0e66670ea3a3f084c08b465a1054f', name: "circle-check", class: "validation", size: "md" })), !this.multiple && (h("nv-iconbutton", { key: '7df5645e762451036ba84e8ae7e533f6d9c9e89e', name: "chevron-down", size: "md", emphasis: "lower", tabIndex: -1 })))), h("slot", { key: '43220cb3c92d9876e2f22645ed695c076439999a', name: "after-input" })), (this.description ||
351
- this.el.querySelector('[slot="description"]')) && (h("div", { key: '7ca06f0ec81f82cce825045bef226bdaeaa2774d', class: "description", id: `${this.inputId}-description` }, h("slot", { key: '008a54ac423cfe534214d0f32d5b557419d60aaf', name: "description" }, this.description))), (this.errorDescription ||
352
- this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '1c5d34d7441cdaa28c463f062c74070b8193433e', class: "error-description", id: `${this.inputId}-error` }, h("slot", { key: '98a88b41c33a87541d2b3833ca95fc5dff7a8d2e', name: "error-description" }, this.errorDescription)))));
350
+ : `${this.inputId}-description` }, this.parsedOptions.length > 0 ? (this.parsedOptions.map(option => (h("option", { value: option.value, selected: option.selected, disabled: option.disabled }, option.label)))) : (h("slot", null))), h("div", { key: 'c05c31e672ac5e63c6935aa1457f180860193af3', class: "select-icons" }, this.error && (h("nv-icon", { key: 'b8a51b02da5a15bed729022268a298fe4242af78', name: "alert-circle", class: "validation", size: "md" })), this.success && (h("nv-icon", { key: '2e54e71e2ca509762616baa546ade6362e9b3607', name: "circle-check", class: "validation", size: "md" })), !this.multiple && (h("nv-iconbutton", { key: '7d7548609c904d261ffc347a24bf5fcfe10c3896', name: "chevron-down", size: "md", emphasis: "lower", tabIndex: -1 })))), h("slot", { key: '22741934d8e09a384c9b1a84b773e3dbbd5ea061', name: "after-input" })), (this.description ||
351
+ this.el.querySelector('[slot="description"]')) && (h("div", { key: '2b352c4845ed135b03429b8382b8b7c79a1468ea', class: "description", id: `${this.inputId}-description` }, h("slot", { key: 'b1afb4fa2a554d5ce8a9e8d7c1a122baef2af671', name: "description" }, this.description))), (this.errorDescription ||
352
+ this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '7a472dfd9df5d9e1a2bab533d24d6f3656072a2d', class: "error-description", id: `${this.inputId}-error` }, h("slot", { key: '70bf1c4c53a26f4aaeb72cce36260560e5d098fd', name: "error-description" }, this.errorDescription)))));
353
353
  }
354
354
  static get is() { return "nv-fieldselect"; }
355
355
  static get formAssociated() { return true; }
@@ -106,9 +106,9 @@ export class NvFieldtext {
106
106
  /****************************************************************************/
107
107
  //#region RENDER
108
108
  render() {
109
- return (h(Host, { key: '9979c9c835f414965a4ae1ee3db398ee6223c3a9' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: '899abb4f3faaa65e1f32738e7ab91440dcc32fd2', htmlFor: this.inputId }, h("slot", { key: 'f82bb9e2e63d56afb8078ffcdaee8da6d2b3df87', name: "label" }, this.label))), h("div", { key: 'b75dfdfc0c875db7019a23c084133b90d957ed8e', class: "input-wrapper" }, h("slot", { key: 'cf4cd32cd106bee88c662fd0960e67ba87dddbc9', name: "before-input" }), h("div", { key: '2f005ef34a722424dcf86c9e189d1ab001bd2495', class: "input-container", onClick: this.handleInputContainerClick }, h("slot", { key: '0d554159f716ed6a4dae76a6b0befd05cdf97173', name: "leading-input" }), 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 && (h("nv-icon", { key: 'cb4a0028e53aefcaf9b3127488811ea9d66cd305', name: "alert-circle", class: "validation", size: "md" })), this.success && (h("nv-icon", { key: '307fa39a19684d92b5e64ce83301dac337948822', name: "circle-check", class: "validation", size: "md" }))), h("slot", { key: 'a8eb4186286fd472b7c0d515be544e6331bad33c', name: "after-input" })), (this.description ||
110
- this.el.querySelector('[slot="description"]')) && (h("div", { key: 'f5bd9926035d6d8829382adea3f68eb633bbf738', class: "description" }, h("slot", { key: '561c28cc04225e9d84a86b161714efde4882debe', name: "description" }, this.description))), (this.errorDescription ||
111
- this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '09e08c344f477d70f698a9c11e38c737667c4ef6', hidden: !this.error, class: "error-description" }, h("slot", { key: '117cd688cb63f5411225d468ca2071b19c1be39f', name: "error-description" }, this.errorDescription)))));
109
+ return (h(Host, { key: '322d1e58130e04d69a5f14343fc5325c299e7d74' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: '12cc27c3d8e7791db20ba39be84a261708ac1b81', htmlFor: this.inputId }, h("slot", { key: '01cbeb48a79294d3c10283891fcdd68fce8b5597', name: "label" }, this.label))), h("div", { key: 'd13eccee6cb016d49b9e2bba0a6333ea9ddb7cb0', class: "input-wrapper" }, h("slot", { key: 'af2ffdddf6f9ae4f1af16a1710a0f829ef30196c', name: "before-input" }), h("div", { key: 'b598d6b8709bd56051b25a12705a3b785cc5c7d5', class: "input-container", onClick: this.handleInputContainerClick }, h("slot", { key: 'c3006ed040dee98b443467e5d4a081fb4404efd8', name: "leading-input" }), 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 && (h("nv-icon", { key: '1c961288b97eb8f2580fd421b03db1f275709d47', name: "alert-circle", class: "validation", size: "md" })), this.success && (h("nv-icon", { key: '4ffaf30cf97c5c6e69709abcca3db5ef7fa2598e', name: "circle-check", class: "validation", size: "md" }))), h("slot", { key: '46257b784d082071ed717f37aeac1e1bbffaeac3', name: "after-input" })), (this.description ||
110
+ this.el.querySelector('[slot="description"]')) && (h("div", { key: 'dad03cc1954a17b4d9075f5c0949abdb83bee15c', class: "description" }, h("slot", { key: '62c4d6315ad5eff50c86e289d7bcc61afacf64bc', name: "description" }, this.description))), (this.errorDescription ||
111
+ this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '3cd561cd634519ae18da4edfe8ec35dd2000a4ce', hidden: !this.error, class: "error-description" }, h("slot", { key: '7fc992b0285652f46530ca23f12e626752dd1282', name: "error-description" }, this.errorDescription)))));
112
112
  }
113
113
  static get is() { return "nv-fieldtext"; }
114
114
  static get formAssociated() { return true; }
@@ -173,9 +173,9 @@ export class NvFieldtextarea {
173
173
  /****************************************************************************/
174
174
  //#region RENDER
175
175
  render() {
176
- return (h(Host, { key: '967dc1eda269d0e3df1351d3e34b8be14f9cb639' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: '4337acb56fc6712eb0a3e509b2a551043b43eadf', htmlFor: this.inputId }, h("slot", { key: 'c7229aad2d78f79fad1f103908976efefe282b01', name: "label" }, this.label))), h("div", { key: 'a33155dbb4d6b5d481503225136435690eebf819', class: "textarea-wrapper" }, h("div", { key: '14dbd33038acef44773bcf925dcb1fa9531bb6e9', class: "textarea-container", onClick: this.handleTextareaContainerClick }, 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(this.resize === 'none' && 'resize-none', this.resize === 'vertical' && 'resize-y', this.resize === 'horizontal' && 'resize-x', this.resize === 'both' && 'resize') }))), (this.description ||
177
- this.el.querySelector('[slot="description"]')) && (h("div", { key: 'f3f214c3a3e3ee03b3ac44d7dcf6224f3d58585d', class: "description" }, h("slot", { key: '803bf10aec909ab4c55098818df6bcd3e22a1957', name: "description" }, this.description))), (this.errorDescription ||
178
- this.el.querySelector('[slot="error-description"]')) && (h("div", { key: 'aefd1d3ed4ed2535b06cd314ffe0b19506f7510d', hidden: !this.error, class: "error-description" }, h("slot", { key: 'e43344938bda4acb4523998e9d21f5b6d8300d1a', name: "error-description" }, this.errorDescription)))));
176
+ return (h(Host, { key: '9edf7962ccdff743da72152b98f03d27c8f14f1f' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: 'c3f365dc9d7b27464ead7b80d2bf29ab830cc8df', htmlFor: this.inputId }, h("slot", { key: 'bcfc6ada8c84894be98adcc58c5d5dbc19da5693', name: "label" }, this.label))), h("div", { key: 'e6341cf7d87d9e0d2534ddb0401b595970beabfb', class: "textarea-wrapper" }, h("div", { key: '80e0b0bc0cb7ec4b237b032e0a4c00a3d6a2e16a', class: "textarea-container", onClick: this.handleTextareaContainerClick }, 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(this.resize === 'none' && 'resize-none', this.resize === 'vertical' && 'resize-y', this.resize === 'horizontal' && 'resize-x', this.resize === 'both' && 'resize') }))), (this.description ||
177
+ this.el.querySelector('[slot="description"]')) && (h("div", { key: 'd3f26d3a2f81d5009e55e532ce8079433bbe60bb', class: "description" }, h("slot", { key: 'd9f16157d8ea355d57d8935aec45aa1fcaba2b68', name: "description" }, this.description))), (this.errorDescription ||
178
+ this.el.querySelector('[slot="error-description"]')) && (h("div", { key: 'c4b838a46fc477530dcb6101f8d8758d99466f65', hidden: !this.error, class: "error-description" }, h("slot", { key: '3370a1b2d89a1d24a9e3ed93aebf04751aaa1e86', name: "error-description" }, this.errorDescription)))));
179
179
  }
180
180
  static get is() { return "nv-fieldtextarea"; }
181
181
  static get formAssociated() { return true; }
@@ -967,26 +967,26 @@ export class NvFieldtime {
967
967
  }, key: `${option}-${index}`, onClick: e => this.handleTimeOptionClick(e, type) }, option)))));
968
968
  }
969
969
  render() {
970
- return (h(Host, { key: '1ef0b47c6886db0b91833d4680638eeafe886894', onclick: e => this.handleHostClick(e) }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: '7f0c658c7ad89e2f0fb5100a4de46d368b8edf85', htmlFor: this.inputId }, h("slot", { key: '2378b6f07660bb1c536e52a9e48b7a633f9d8bca', name: "label" }, this.label))), h("nv-popover", { key: 'cc543c978adc3a58c343688b3b579240abfd244d', ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, h("div", { key: '776927c5aec228f04c0079cc51d7772e50425dae', class: "input-wrapper", slot: "trigger" }, h("slot", { key: '9d5324592d1a1e9aed17a4bcdcdfcd0e5be88632', name: "before-input" }), h("div", { key: 'ed804b5a42ac0bff1c142f2374d5b32c45d3f5bb', class: "input-container" }, h("slot", { key: 'a2085ff4c458cd9cbf5d5824bd2f3624b71560b3', name: "leading-input" }), startsWithIgnoreCase(this.format, 'HH') && [
971
- h("input", { key: 'a21fb6c62075b878dd849d9860bdee7cf8d56e61', ref: el => (this.inputElements[TimeType.Hours] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.hours, onInput: e => this.handleInputChange(e, TimeType.Hours), placeholder: this.format.includes('hh') ? 'hh' : 'HH', inputMode: "numeric", onFocus: () => this.handleFocus(TimeType.Hours), name: this.name
970
+ return (h(Host, { key: '2bd5109091c0e07418ce9565e87384f386428c7f', onclick: e => this.handleHostClick(e) }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: 'fb435b88f17474c69e9400f3f74545a6e1b9e71c', htmlFor: this.inputId }, h("slot", { key: 'c252c0daf40bec73e405ad53a06ca84de823b3d7', name: "label" }, this.label))), h("nv-popover", { key: '009f40e96c5cb95ef985909e8a0edfa9df3e7c7f', ref: el => (this.popoverElement = el), triggerMode: "controlled", placement: "bottom-start", open: this.open }, h("div", { key: 'd22fa1424d88309d07dbbd73a8c1d25d21392329', class: "input-wrapper", slot: "trigger" }, h("slot", { key: 'e56bcfab83d254bc7df35ac84481b5ef67b23ca2', name: "before-input" }), h("div", { key: '20ce8289edbfbddd54424dd86e672ab4689cd51d', class: "input-container" }, h("slot", { key: '98c4d58900edfc2b618f6882be0832eae4ce1e65', name: "leading-input" }), startsWithIgnoreCase(this.format, 'HH') && [
971
+ h("input", { key: '9317fddf11f5715a585f784cda78b54aa62be063', ref: el => (this.inputElements[TimeType.Hours] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.hours, onInput: e => this.handleInputChange(e, TimeType.Hours), placeholder: this.format.includes('hh') ? 'hh' : 'HH', inputMode: "numeric", onFocus: () => this.handleFocus(TimeType.Hours), name: this.name
972
972
  ? `${TimeType.Hours}-${this.name}`
973
973
  : TimeType.Hours, id: this.inputId, readonly: this.readonly, disabled: this.disabled, required: this.required, onKeyDown: e => this.handleKeyDown(e), onBlur: () => this.handleInputBlur() }),
974
974
  ], this.format.includes('mm') && [
975
- h("span", { key: 'cb0a76c804e60fb918980271cc2e19c389f6ffbc' }, ":"),
976
- h("input", { key: '5ea428290a17350d74e3038728d0992c6fdad28e', ref: el => (this.inputElements[TimeType.Minutes] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.minutes, onInput: e => this.handleInputChange(e, TimeType.Minutes), placeholder: "mm", inputMode: "numeric", onFocus: () => this.handleFocus(TimeType.Minutes), name: this.name
975
+ h("span", { key: '044a1a102651f107f84815479428737a01ec9bc5' }, ":"),
976
+ h("input", { key: '19facb2211d8e3505a66effb65357e40cd5d4cdb', ref: el => (this.inputElements[TimeType.Minutes] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.minutes, onInput: e => this.handleInputChange(e, TimeType.Minutes), placeholder: "mm", inputMode: "numeric", onFocus: () => this.handleFocus(TimeType.Minutes), name: this.name
977
977
  ? `${TimeType.Minutes}-${this.name}`
978
978
  : TimeType.Minutes, id: `${this.inputId}-minutes`, readonly: this.readonly, disabled: this.disabled, required: this.required, onKeyDown: e => this.handleKeyDown(e), onBlur: () => this.handleInputBlur() }),
979
979
  ], this.format.includes('ss') && [
980
- h("span", { key: '68c7d188eee595668066e82fbfa60f387d1078f6' }, ":"),
981
- h("input", { key: '23345802e5b7b9ea2e98fc47ca0ed88fec1f2176', ref: el => (this.inputElements[TimeType.Seconds] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.seconds, onInput: e => this.handleInputChange(e, TimeType.Seconds), placeholder: "ss", inputMode: "numeric", onFocus: () => this.handleFocus(TimeType.Seconds), name: this.name
980
+ h("span", { key: '239c6cee81a91eaa37c66dad419838eac713dc52' }, ":"),
981
+ h("input", { key: '86b90a830be379c88c93b56cb19ff2f7905ae90a', ref: el => (this.inputElements[TimeType.Seconds] = el), type: "number", autofocus: this.autofocus, class: "time-input", pattern: "[0-9]*", maxlength: "3", value: this.seconds, onInput: e => this.handleInputChange(e, TimeType.Seconds), placeholder: "ss", inputMode: "numeric", onFocus: () => this.handleFocus(TimeType.Seconds), name: this.name
982
982
  ? `${TimeType.Seconds}-${this.name}`
983
983
  : TimeType.Seconds, id: `${this.inputId}-seconds`, readonly: this.readonly, disabled: this.disabled, required: this.required, onKeyDown: e => this.handleKeyDown(e), onBlur: () => this.handleInputBlur() }),
984
- ], 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 && (h("nv-icon", { key: 'c78ec167b3f228a03172eee52fe888a8456f5851', name: "alert-circle", class: "validation", size: "sm" })), this.success && (h("nv-icon", { key: '845802ea8ebe47b66701a11663c1b5052a51a7e8', name: "circle-check", class: "validation", size: "sm" }))), h("slot", { key: 'd07b15d6baf4960bf12dec9cc883e89a969c08ea', name: "after-input" })), h("div", { key: 'c165f47781a106f0b586f7e39e30902c873faa07', class: "time-dropdown", slot: "content" }, h("div", { key: '2c544ba696b3ed2dc1db98ecc99b00d00f7b1531', class: "time-columns" }, startsWithIgnoreCase(this.format, 'HH') &&
984
+ ], 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 && (h("nv-icon", { key: '88e621d6753e3b4661a49d612133eff268abe459', name: "alert-circle", class: "validation", size: "sm" })), this.success && (h("nv-icon", { key: 'c9493053d4c60c9826517e63d8bdb9d3d915e5a4', name: "circle-check", class: "validation", size: "sm" }))), h("slot", { key: 'd1e56ff18a036b3eecfc3b82603417747444f515', name: "after-input" })), h("div", { key: 'ee316a5355842ba4b94d7f155be4ee76170b653d', class: "time-dropdown", slot: "content" }, h("div", { key: 'b4c00d933a89420c2b7f6c91e52dab14b00aacd2', class: "time-columns" }, startsWithIgnoreCase(this.format, 'HH') &&
985
985
  this.RenderTimeOptionsColumn(TimeType.Hours), this.format.includes('mm') &&
986
986
  this.RenderTimeOptionsColumn(TimeType.Minutes), this.format.includes('ss') &&
987
987
  this.RenderTimeOptionsColumn(TimeType.Seconds)))), (this.description ||
988
- this.el.querySelector('[slot="description"]')) && (h("div", { key: 'f096bace0439c56e5707e385df02cd0c8d76665c', class: "description" }, h("slot", { key: '2a90719cfeb9f95ca9f298a1dce3383bbbb99f47', name: "description" }, this.description))), (this.errorDescription ||
989
- this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '62d7d553ac6ad2f1d86d241a3042093a1b95d5d0', hidden: !this.error, class: "error-description" }, h("slot", { key: '03ff68aae8a2433f791da59721fd090f2573eebf', name: "error-description" }, this.errorDescription)))));
988
+ this.el.querySelector('[slot="description"]')) && (h("div", { key: 'ebb6ca0885ea6f099617f2deebd1e55e53dd4f05', class: "description" }, h("slot", { key: '7045fe19cba7c811db78636b57f05d2f9913f49e', name: "description" }, this.description))), (this.errorDescription ||
989
+ this.el.querySelector('[slot="error-description"]')) && (h("div", { key: 'b6b52a078889f4a5e5856bc29580f1dd461175e0', hidden: !this.error, class: "error-description" }, h("slot", { key: '76759966defe06d595e9aa5df3a580ebea1d7f81', name: "error-description" }, this.errorDescription)))));
990
990
  }
991
991
  static get is() { return "nv-fieldtime"; }
992
992
  static get formAssociated() { return true; }
@@ -48,7 +48,7 @@ export class NvIcon {
48
48
  /****************************************************************************/
49
49
  //#region RENDER
50
50
  render() {
51
- return (h(Host, { key: '75b6f4f23483a5a1974c683081f47d6382e37230', class: clsx(this.color && `${this.color}`), role: "img", "aria-label": `${this.name}-icon` }, h("svg", { key: 'bfc8a74c5a62ddf0f218fd55b108aecb2652343a', stroke: "currentColor", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: `nv-icon-${this.size}` }, h("use", { key: '627f3dd7d5348c1e7fe060e447e4d0d08a03b0c0', href: `#${this.name}` }))));
51
+ return (h(Host, { key: 'af052140e4b3d9e7b8b11b7a9f074b1a774500b8', class: clsx(this.color && `${this.color}`), role: "img", "aria-label": `${this.name}-icon` }, h("svg", { key: '0f7d916bdc94a13c5efbef392696197b511d6060', 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}` }, h("use", { key: 'b333c06450a2467e13202edee9dd869a5f38cd66', href: `#${this.name}` }))));
52
52
  }
53
53
  static get is() { return "nv-icon"; }
54
54
  static get originalStyleUrls() {
@@ -34,6 +34,7 @@ export const iconNames = [
34
34
  'arrows-move',
35
35
  'aspect-ratio',
36
36
  'atom',
37
+ 'badge-theme',
37
38
  'basket',
38
39
  'battery-1',
39
40
  'battery-2',
@@ -200,7 +201,6 @@ export const iconNames = [
200
201
  'file-type-pdf',
201
202
  'file-type-png',
202
203
  'file-type-ppt',
203
- 'file-type-xls',
204
204
  'file-type-xml',
205
205
  'file-type-zip',
206
206
  'file-upload',
@@ -224,6 +224,7 @@ export const iconNames = [
224
224
  'folder-x',
225
225
  'folder',
226
226
  'folders',
227
+ 'frame-66',
227
228
  'frame',
228
229
  'gas-station',
229
230
  'gauge-off',
@@ -249,8 +250,475 @@ export const iconNames = [
249
250
  'hourglass-low',
250
251
  'hourglass-off',
251
252
  'hourglass',
253
+ 'iaccess-point-off',
254
+ 'iaccess-point',
255
+ 'iaccessible',
256
+ 'iactivity',
257
+ 'iaddress-book',
258
+ 'iadjustments-horizontal',
259
+ 'iadjustments-up',
260
+ 'iadjustments',
261
+ 'iaffiliate',
262
+ 'iair-conditioning',
263
+ 'ialert-circle',
264
+ 'ialign-center',
265
+ 'ialign-left',
266
+ 'ialign-right',
267
+ 'iapp-window',
268
+ 'iapps',
269
+ 'iarchive',
270
+ 'iareas',
271
+ 'iarrow-back-up',
272
+ 'iarrow-back',
273
+ 'iarrow-down-left',
274
+ 'iarrow-down-right',
275
+ 'iarrow-down',
276
+ 'iarrow-forward-up',
277
+ 'iarrow-forward',
278
+ 'iarrow-left',
279
+ 'iarrow-right',
280
+ 'iarrow-up-left',
281
+ 'iarrow-up-right',
282
+ 'iarrow-up',
283
+ 'iarrows-exchange',
284
+ 'iarrows-move',
285
+ 'iaspect-ratio',
286
+ 'iatom',
287
+ 'ibasket',
288
+ 'ibattery-1',
289
+ 'ibattery-2',
290
+ 'ibattery-3',
291
+ 'ibattery-4',
292
+ 'ibattery-automotive',
293
+ 'ibattery-charging',
294
+ 'ibattery-eco',
295
+ 'ibattery-off',
296
+ 'ibattery',
297
+ 'ibell-off',
298
+ 'ibell-ringing',
299
+ 'ibell',
300
+ 'ibike',
301
+ 'ibluetooth-connected',
302
+ 'ibluetooth-off',
303
+ 'ibluetooth',
304
+ 'ibolt',
305
+ 'ibook',
306
+ 'ibookmark-off',
307
+ 'ibookmark',
308
+ 'ibookmarks',
309
+ 'ibox-align-top',
310
+ 'ibox-multiple',
311
+ 'ibriefcase',
312
+ 'ibrightness-down',
313
+ 'ibrightness-up',
314
+ 'ibrowser-check',
315
+ 'ibrowser-plus',
316
+ 'ibrowser-x',
317
+ 'ibrowser',
318
+ 'ibrush',
319
+ 'ibuilding-bank',
320
+ 'ibuilding-factory',
321
+ 'ibuilding-lighthouse',
322
+ 'ibuilding-store',
323
+ 'ibuilding',
324
+ 'ibulb-off',
325
+ 'ibulb',
326
+ 'icake',
327
+ 'icalendar-time',
328
+ 'icalendar',
329
+ 'icamera-off',
330
+ 'icamera',
331
+ 'icar-crane',
332
+ 'icar',
333
+ 'icaravan',
334
+ 'icash-banknote',
335
+ 'icash',
336
+ 'icast',
337
+ 'icell',
338
+ 'icharging-pile',
339
+ 'ichart-arcs',
340
+ 'ichart-area-line',
341
+ 'ichart-area',
342
+ 'ichart-arrows-vertical',
343
+ 'ichart-arrows',
344
+ 'ichart-bar',
345
+ 'ichart-bubble',
346
+ 'ichart-circles',
347
+ 'ichart-donut',
348
+ 'ichart-dots',
349
+ 'ichart-line',
350
+ 'ichart-pie',
351
+ 'ichart-radar',
352
+ 'icheck',
353
+ 'icheckbox',
354
+ 'ichecklist',
355
+ 'ichecks',
356
+ 'ichevron-down',
357
+ 'ichevron-left',
358
+ 'ichevron-right',
359
+ 'ichevron-top',
360
+ 'ichevrons-left',
361
+ 'ichevrons-right',
362
+ 'icircle-caret-right',
363
+ 'icircle-check',
364
+ 'icircle-x',
365
+ 'icircuit-alternate',
366
+ 'icircuit-ground-digital',
367
+ 'iclipboard-check',
368
+ 'iclipboard-list',
369
+ 'iclipboard-plus',
370
+ 'iclipboard-text',
371
+ 'iclipboard-x',
372
+ 'iclipboard',
373
+ 'iclock-edit',
374
+ 'iclock',
375
+ 'icloud-data-connection',
376
+ 'icloud-download',
377
+ 'icloud-rain',
378
+ 'icloud-snow',
379
+ 'icloud-upload',
380
+ 'icloud',
381
+ 'icolor-picker',
382
+ 'icolor-swatch',
383
+ 'icompass',
384
+ 'icontract',
385
+ 'icopy',
386
+ 'icpu',
387
+ 'icrane',
388
+ 'icredit-card',
389
+ 'icrop',
390
+ 'icross',
391
+ 'icrown',
392
+ 'icurrency-bitcoin',
393
+ 'icurrency-dollar',
394
+ 'icurrency-ethereum',
395
+ 'icurrency-euro',
396
+ 'icut',
397
+ 'idashboard',
398
+ 'idatabase',
399
+ 'idevice-desktop',
400
+ 'idevice-floppy',
401
+ 'idevice-gamepad',
402
+ 'idevice-laptop',
403
+ 'idevice-mobile-rotated',
404
+ 'idevice-mobile',
405
+ 'idevice-tablet',
406
+ 'idevice-watch',
407
+ 'idevices',
408
+ 'idialpad',
409
+ 'idirection-horizontal',
410
+ 'idirection-sign',
411
+ 'idirection',
412
+ 'idiscount',
413
+ 'idoor-enter',
414
+ 'idoor-exit',
415
+ 'idoor-off',
416
+ 'idots-vertical',
417
+ 'idots',
418
+ 'idownload',
419
+ 'idrone',
420
+ 'idroplet-filled',
421
+ 'idroplet-half',
422
+ 'idroplet',
423
+ 'idroplets',
424
+ 'iedit',
425
+ 'iengine',
426
+ 'iexternal-link',
427
+ 'ieye-off',
428
+ 'ieye',
429
+ 'iface-id',
430
+ 'ifeather',
431
+ 'ifile-alert',
432
+ 'ifile-analytics',
433
+ 'ifile-check',
434
+ 'ifile-code',
435
+ 'ifile-download',
436
+ 'ifile-export',
437
+ 'ifile-horizontal',
438
+ 'ifile-import',
439
+ 'ifile-plus',
440
+ 'ifile-search',
441
+ 'ifile-text-bookmark',
442
+ 'ifile-text',
443
+ 'ifile-type-bmp',
444
+ 'ifile-type-css',
445
+ 'ifile-type-csv',
446
+ 'ifile-type-doc',
447
+ 'ifile-type-html',
448
+ 'ifile-type-jpg',
449
+ 'ifile-type-js',
450
+ 'ifile-type-pdf',
451
+ 'ifile-type-png',
452
+ 'ifile-type-ppt',
453
+ 'ifile-type-xls',
454
+ 'ifile-type-xml',
455
+ 'ifile-type-zip',
456
+ 'ifile-upload',
457
+ 'ifile-x',
458
+ 'ifile-zip',
459
+ 'ifile',
460
+ 'ifiles-off',
461
+ 'ifiles',
462
+ 'ifilter-off',
463
+ 'ifilter-sort',
464
+ 'ifilter',
465
+ 'ifingerprint',
466
+ 'ifire-extinguisher',
467
+ 'iflag',
468
+ 'iflame',
469
+ 'iflip-horizontal',
470
+ 'iflip-vertical',
471
+ 'ifolder-minus',
472
+ 'ifolder-off',
473
+ 'ifolder-plus',
474
+ 'ifolder-x',
475
+ 'ifolder',
476
+ 'ifolders',
477
+ 'iframe',
478
+ 'igas-station',
479
+ 'igauge-off',
480
+ 'igauge',
481
+ 'igift',
482
+ 'igps',
483
+ 'igrid-dots',
484
+ 'igrip-horizontal',
485
+ 'igrip-vertical',
486
+ 'ihand-stop',
487
+ 'ihand-waving',
488
+ 'ihash',
489
+ 'ihaze',
490
+ 'iheadphones-off',
491
+ 'iheadphones',
492
+ 'iheadset',
493
+ 'ihelicopter',
494
+ 'ihelp',
495
+ 'ihistory',
496
+ 'ihome',
497
+ 'ihourglass-empty',
498
+ 'ihourglass-high',
499
+ 'ihourglass-low',
500
+ 'ihourglass-off',
501
+ 'ihourglass',
502
+ 'iinbox',
503
+ 'iinfo-circle',
504
+ 'ikeyboard-hide',
505
+ 'ikeyboard-show',
506
+ 'ikeyboard',
507
+ 'ilayout-board-split',
508
+ 'ilayout-dashboard',
509
+ 'ilayout-grid',
510
+ 'ilayout-sidebar-left-collapse',
511
+ 'ilayout-sidebar-left-expand',
512
+ 'ilayout-sidebar-right-collapse',
513
+ 'ilayout-sidebar-right-expand',
514
+ 'ilayout',
515
+ 'ileaf',
516
+ 'ilifebuoy',
517
+ 'ilink',
518
+ 'ilist-search',
519
+ 'ilist',
520
+ 'iloader',
521
+ 'ilocation',
522
+ 'ilock-off',
523
+ 'ilock-open',
524
+ 'ilock',
525
+ 'ilogin',
526
+ 'ilogout',
527
+ 'imail-forward',
528
+ 'imail-opened',
529
+ 'imail',
530
+ 'imap-pin-off',
531
+ 'imap-pin',
532
+ 'imap',
533
+ 'imenu',
534
+ 'imessage-dots',
535
+ 'imessage-off',
536
+ 'imessage',
537
+ 'imessages',
538
+ 'imicrophone-off',
539
+ 'imicrophone',
540
+ 'iminus',
541
+ 'imist',
542
+ 'imoon',
543
+ 'imotorbike',
544
+ 'imouse',
545
+ 'imovie',
252
546
  'inbox',
547
+ 'inetwork',
548
+ 'inews',
253
549
  'info-circle',
550
+ 'inote',
551
+ 'inotebook',
552
+ 'inotes',
553
+ 'ioffshore-station',
554
+ 'ipackage',
555
+ 'ipalette',
556
+ 'ipaperclip',
557
+ 'ipencil',
558
+ 'iphone-call',
559
+ 'iphone-calling',
560
+ 'iphone-check',
561
+ 'iphone-incoming',
562
+ 'iphone-off',
563
+ 'iphone-outgoing',
564
+ 'iphone',
565
+ 'iphoto-off',
566
+ 'iphoto',
567
+ 'ipig',
568
+ 'ipin',
569
+ 'ipinned-off',
570
+ 'ipinned',
571
+ 'iplane-off',
572
+ 'iplane',
573
+ 'iplant',
574
+ 'iplayer-pause',
575
+ 'iplayer-play',
576
+ 'iplayer-skip-back',
577
+ 'iplayer-skip-forward',
578
+ 'iplayer-stop',
579
+ 'iplayer-track-next',
580
+ 'iplayer-track-prev',
581
+ 'iplug-connected',
582
+ 'iplug',
583
+ 'iplus',
584
+ 'ipower-ac',
585
+ 'ipower-dc',
586
+ 'ipower',
587
+ 'ipresentation-analytics',
588
+ 'ipresentation',
589
+ 'iprinter',
590
+ 'ipropeller',
591
+ 'ipublished',
592
+ 'ipuzzle-2',
593
+ 'ipuzzle',
594
+ 'ipylon',
595
+ 'iqrcode',
596
+ 'iradar',
597
+ 'iradio',
598
+ 'iradioactive',
599
+ 'ireceipt-dollar',
600
+ 'ireceipt-euro',
601
+ 'ireceipt',
602
+ 'irecharging',
603
+ 'irecycle',
604
+ 'irefresh-alert',
605
+ 'irefresh',
606
+ 'irepeat-once',
607
+ 'irepeat',
608
+ 'ireplace',
609
+ 'ireport-analytics',
610
+ 'ireport-medical',
611
+ 'ireport-search',
612
+ 'ireport',
613
+ 'iripple-off',
614
+ 'iripple',
615
+ 'irocket',
616
+ 'irotate-2',
617
+ 'irotate-clockwise-2',
618
+ 'irotate-clockwise',
619
+ 'irotate-dot',
620
+ 'irotate',
621
+ 'irouter',
622
+ 'iruler-measure',
623
+ 'isatellite',
624
+ 'iscale',
625
+ 'ischool',
626
+ 'iscissors',
627
+ 'iscooter-electric',
628
+ 'iscreenshot',
629
+ 'isearch',
630
+ 'iseeding',
631
+ 'iselect',
632
+ 'iselector',
633
+ 'isend',
634
+ 'iserver',
635
+ 'isettings',
636
+ 'ishape',
637
+ 'ishare-2',
638
+ 'ishare',
639
+ 'ishield-check',
640
+ 'ishield-lock',
641
+ 'ishield-off',
642
+ 'ishield-x',
643
+ 'ishield',
644
+ 'iship-off',
645
+ 'iship',
646
+ 'ishopping-cart',
647
+ 'islash',
648
+ 'ismart-home',
649
+ 'isnowflake',
650
+ 'isolar-panel',
651
+ 'isort-ascending-letters',
652
+ 'isort-ascending-numbers',
653
+ 'isort-descending-letters',
654
+ 'isort-descending-numbers',
655
+ 'ispacing-horizontal',
656
+ 'ispacing-vertical',
657
+ 'ispeakerphone',
658
+ 'istack',
659
+ 'istairs',
660
+ 'istar',
661
+ 'isun',
662
+ 'isunrise',
663
+ 'isunset',
664
+ 'iswitch-horizontal',
665
+ 'iswitch-vertical',
666
+ 'itable',
667
+ 'itag',
668
+ 'itank-empty-fill',
669
+ 'itank-full-fill',
670
+ 'itank-medium-fill',
671
+ 'itemperature-off',
672
+ 'itemperature',
673
+ 'itemplate',
674
+ 'iterminal',
675
+ 'itext-size',
676
+ 'itext',
677
+ 'ithumb-down',
678
+ 'ithumb-up',
679
+ 'iticket',
680
+ 'itimeline',
681
+ 'itir',
682
+ 'itool',
683
+ 'itools',
684
+ 'itrain',
685
+ 'itrash-off',
686
+ 'itrash',
687
+ 'itree',
688
+ 'itrees',
689
+ 'itruck-delivery',
690
+ 'itruck',
691
+ 'iumbrella',
692
+ 'iunlink',
693
+ 'iupload',
694
+ 'iuser-circle',
695
+ 'iuser-minus',
696
+ 'iuser-plus',
697
+ 'iuser-worker',
698
+ 'iuser',
699
+ 'iusers',
700
+ 'iversions',
701
+ 'ivideo-minus',
702
+ 'ivideo-off',
703
+ 'ivideo-plus',
704
+ 'ivideo',
705
+ 'ivolume-2',
706
+ 'ivolume-3',
707
+ 'ivolume',
708
+ 'iwallet',
709
+ 'iwand',
710
+ 'iwave',
711
+ 'iwaves',
712
+ 'iwifi-off',
713
+ 'iwifi',
714
+ 'iwind-direction',
715
+ 'iwind',
716
+ 'iwindmill',
717
+ 'iwood',
718
+ 'iworld',
719
+ 'iwriting',
720
+ 'ix',
721
+ 'izoom-reset',
254
722
  'keyboard-hide',
255
723
  'keyboard-show',
256
724
  'keyboard',
@@ -350,6 +818,7 @@ export const iconNames = [
350
818
  'recharging',
351
819
  'recycle',
352
820
  'refresh-alert',
821
+ 'refresh-off',
353
822
  'refresh',
354
823
  'repeat-once',
355
824
  'repeat',
@@ -392,8 +861,9 @@ export const iconNames = [
392
861
  'ship-off',
393
862
  'ship',
394
863
  'shopping-cart',
864
+ 'sizesm',
865
+ 'sizexl',
395
866
  'slash',
396
- 'smart-home',
397
867
  'snowflake',
398
868
  'solar-panel',
399
869
  'sort-ascending-letters',