@nova-design-system/nova-webcomponents 3.0.0-beta.20 → 3.0.0-beta.21

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 (219) hide show
  1. package/dist/blazor-docs.json +9342 -0
  2. package/dist/cjs/{app-globals-8dbc03be.js → app-globals-2ceecab2.js} +2 -2
  3. package/dist/cjs/{app-globals-8dbc03be.js.map → app-globals-2ceecab2.js.map} +1 -1
  4. package/dist/cjs/{index-b925c7f5.js → index-5d1f2412.js} +6 -20
  5. package/dist/cjs/index-5d1f2412.js.map +1 -0
  6. package/dist/cjs/loader.cjs.js +3 -3
  7. package/dist/cjs/native.cjs.js +3 -3
  8. package/dist/cjs/nv-alert.cjs.entry.js +1 -1
  9. package/dist/cjs/nv-avatar.cjs.entry.js +1 -1
  10. package/dist/cjs/nv-badge.cjs.entry.js +1 -1
  11. package/dist/cjs/nv-base.cjs.entry.js +1 -1
  12. package/dist/cjs/nv-button.cjs.entry.js +1 -1
  13. package/dist/cjs/nv-col.cjs.entry.js +1 -1
  14. package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +1 -1
  15. package/dist/cjs/nv-fieldnumber.cjs.entry.js +4 -4
  16. package/dist/cjs/nv-fieldpassword.cjs.entry.js +4 -4
  17. package/dist/cjs/nv-fieldradio.cjs.entry.js +4 -4
  18. package/dist/cjs/nv-fieldselect.cjs.entry.js +6 -6
  19. package/dist/cjs/nv-fieldtext.cjs.entry.js +4 -4
  20. package/dist/cjs/nv-fieldtextarea.cjs.entry.js +4 -4
  21. package/dist/cjs/nv-fieldtoggle.cjs.entry.js +3 -3
  22. package/dist/cjs/nv-icon.cjs.entry.js +2 -2
  23. package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
  24. package/dist/cjs/nv-iconbutton.cjs.entry.js +2 -2
  25. package/dist/cjs/nv-loader.cjs.entry.js +2 -2
  26. package/dist/cjs/nv-menu.cjs.entry.js +2 -2
  27. package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
  28. package/dist/cjs/nv-popover.cjs.entry.js +2 -2
  29. package/dist/cjs/nv-row.cjs.entry.js +2 -2
  30. package/dist/cjs/nv-stack.cjs.entry.js +2 -2
  31. package/dist/cjs/nv-tooltip.cjs.entry.js +2 -2
  32. package/dist/collection/collection-manifest.json +0 -2
  33. package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +3 -3
  34. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +3 -3
  35. package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
  36. package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +5 -5
  37. package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +3 -3
  38. package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +3 -3
  39. package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.js +2 -2
  40. package/dist/collection/components/nv-icon/nv-icon.js +2 -2
  41. package/dist/collection/components/nv-icon/nv-icon.js.map +1 -1
  42. package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
  43. package/dist/collection/components/nv-loader/nv-loader.js +1 -1
  44. package/dist/collection/components/nv-menu/nv-menu.js +1 -1
  45. package/dist/collection/components/nv-popover/nv-popover.js +1 -1
  46. package/dist/collection/components/nv-row/nv-row.js +1 -1
  47. package/dist/collection/components/nv-stack/nv-stack.js +1 -1
  48. package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
  49. package/dist/components/index.js +3 -3
  50. package/dist/components/nv-alert.js +2 -2
  51. package/dist/components/nv-avatar.js +2 -2
  52. package/dist/components/nv-badge.js +2 -2
  53. package/dist/components/nv-base.js +1 -1
  54. package/dist/components/nv-button.js +2 -2
  55. package/dist/components/nv-col.js +1 -1
  56. package/dist/components/nv-fieldcheckbox.js +121 -1
  57. package/dist/components/nv-fieldcheckbox.js.map +1 -1
  58. package/dist/components/nv-fieldnumber.js +5 -5
  59. package/dist/components/nv-fieldpassword.js +7 -7
  60. package/dist/components/nv-fieldradio.js +4 -4
  61. package/dist/components/nv-fieldselect.js +7 -7
  62. package/dist/components/nv-fieldtext.js +5 -5
  63. package/dist/components/nv-fieldtextarea.js +4 -4
  64. package/dist/components/nv-fieldtoggle.js +3 -3
  65. package/dist/components/nv-icon.js +1 -1
  66. package/dist/components/nv-iconbutton.js +1 -1
  67. package/dist/components/nv-loader.js +1 -1
  68. package/dist/components/nv-menu.js +3 -3
  69. package/dist/components/nv-menuitem.js +2 -2
  70. package/dist/components/nv-popover.js +1 -1
  71. package/dist/components/nv-row.js +2 -2
  72. package/dist/components/nv-stack.js +2 -2
  73. package/dist/components/nv-tooltip.js +3 -3
  74. package/dist/components/{p-45ffa910.js → p-50bd2808.js} +2 -2
  75. package/dist/components/{p-45ffa910.js.map → p-50bd2808.js.map} +1 -1
  76. package/dist/components/{p-9cbeeff9.js → p-6146d4b0.js} +3 -3
  77. package/dist/components/{p-9cbeeff9.js.map → p-6146d4b0.js.map} +1 -1
  78. package/dist/components/{p-c434f2e5.js → p-632bedb8.js} +2 -6
  79. package/dist/components/p-632bedb8.js.map +1 -0
  80. package/dist/components/{p-d8a41fbe.js → p-8da6d9a3.js} +3 -3
  81. package/dist/components/{p-d8a41fbe.js.map → p-8da6d9a3.js.map} +1 -1
  82. package/dist/components/{p-813b38b1.js → p-be79e7bc.js} +5 -5
  83. package/dist/components/{p-813b38b1.js.map → p-be79e7bc.js.map} +1 -1
  84. package/dist/components/{p-d9d56e06.js → p-c711fe67.js} +4 -4
  85. package/dist/components/{p-d9d56e06.js.map → p-c711fe67.js.map} +1 -1
  86. package/dist/docs.json +3 -1049
  87. package/dist/esm/{app-globals-ec286266.js → app-globals-df0a3c8d.js} +2 -2
  88. package/dist/esm/{app-globals-ec286266.js.map → app-globals-df0a3c8d.js.map} +1 -1
  89. package/dist/esm/{index-3762ddc4.js → index-179dfba2.js} +6 -20
  90. package/dist/esm/index-179dfba2.js.map +1 -0
  91. package/dist/esm/loader.js +4 -4
  92. package/dist/esm/native.js +4 -4
  93. package/dist/esm/nv-alert.entry.js +1 -1
  94. package/dist/esm/nv-avatar.entry.js +1 -1
  95. package/dist/esm/nv-badge.entry.js +1 -1
  96. package/dist/esm/nv-base.entry.js +1 -1
  97. package/dist/esm/nv-button.entry.js +1 -1
  98. package/dist/esm/nv-col.entry.js +1 -1
  99. package/dist/esm/nv-fieldcheckbox.entry.js +1 -1
  100. package/dist/esm/nv-fieldnumber.entry.js +4 -4
  101. package/dist/esm/nv-fieldpassword.entry.js +4 -4
  102. package/dist/esm/nv-fieldradio.entry.js +4 -4
  103. package/dist/esm/nv-fieldselect.entry.js +6 -6
  104. package/dist/esm/nv-fieldtext.entry.js +4 -4
  105. package/dist/esm/nv-fieldtextarea.entry.js +4 -4
  106. package/dist/esm/nv-fieldtoggle.entry.js +3 -3
  107. package/dist/esm/nv-icon.entry.js +2 -2
  108. package/dist/esm/nv-icon.entry.js.map +1 -1
  109. package/dist/esm/nv-iconbutton.entry.js +2 -2
  110. package/dist/esm/nv-loader.entry.js +2 -2
  111. package/dist/esm/nv-menu.entry.js +2 -2
  112. package/dist/esm/nv-menuitem.entry.js +1 -1
  113. package/dist/esm/nv-popover.entry.js +2 -2
  114. package/dist/esm/nv-row.entry.js +2 -2
  115. package/dist/esm/nv-stack.entry.js +2 -2
  116. package/dist/esm/nv-tooltip.entry.js +2 -2
  117. package/dist/native/native.esm.js +1 -1
  118. package/dist/native/native.esm.js.map +1 -1
  119. package/dist/native/{p-60f027d4.entry.js → p-06f64d05.entry.js} +2 -2
  120. package/dist/native/{p-a8fe9493.entry.js → p-0aa0193b.entry.js} +2 -2
  121. package/dist/native/{p-95a054ed.entry.js → p-124a7067.entry.js} +2 -2
  122. package/dist/native/{p-ee23e820.entry.js → p-13d0ab5b.entry.js} +2 -2
  123. package/dist/native/{p-ee23e820.entry.js.map → p-13d0ab5b.entry.js.map} +1 -1
  124. package/dist/native/{p-3bb76528.entry.js → p-14c08510.entry.js} +2 -2
  125. package/dist/native/{p-ce6ff56c.entry.js → p-1ceee367.entry.js} +2 -2
  126. package/dist/native/p-29d482cd.entry.js +2 -0
  127. package/dist/native/{p-70c73c72.entry.js.map → p-29d482cd.entry.js.map} +1 -1
  128. package/dist/native/{p-3935c952.entry.js → p-43cd42ca.entry.js} +2 -2
  129. package/dist/native/{p-8d472724.entry.js → p-519e0f59.entry.js} +2 -2
  130. package/dist/native/{p-c749aafd.entry.js → p-617d6a09.entry.js} +2 -2
  131. package/dist/native/p-6f762ec2.entry.js +2 -0
  132. package/dist/native/{p-068965e9.entry.js.map → p-6f762ec2.entry.js.map} +1 -1
  133. package/dist/native/{p-1e575590.entry.js → p-71d6aad8.entry.js} +2 -2
  134. package/dist/native/{p-fd8ee23e.entry.js → p-7ce1b712.entry.js} +2 -2
  135. package/dist/native/p-80788ddf.js +2 -0
  136. package/dist/native/{p-5c0e7fda.entry.js → p-830ec54a.entry.js} +2 -2
  137. package/dist/native/{p-09d57171.entry.js → p-89accab1.entry.js} +2 -2
  138. package/dist/native/{p-1adc83f5.entry.js → p-8b65b16f.entry.js} +2 -2
  139. package/dist/native/{p-21bc1cf9.entry.js → p-b5e4a9e7.entry.js} +2 -2
  140. package/dist/native/{p-c3c9444e.entry.js → p-b8eb4c31.entry.js} +2 -2
  141. package/dist/native/p-b99aa075.entry.js +2 -0
  142. package/dist/native/{p-e4d12abd.entry.js → p-d5a8b6c4.entry.js} +2 -2
  143. package/dist/native/{p-006006b6.js → p-db2a68f3.js} +3 -3
  144. package/dist/native/p-db2a68f3.js.map +1 -0
  145. package/dist/native/{p-60679799.entry.js → p-f5acea50.entry.js} +2 -2
  146. package/dist/native/{p-f215822a.entry.js → p-f9aac71a.entry.js} +2 -2
  147. package/dist/native/{p-99e17032.entry.js → p-fb6f42b7.entry.js} +2 -2
  148. package/dist/types/components.d.ts +0 -287
  149. package/dist/vscode-data.json +3179 -0
  150. package/hydrate/index.js +33 -495
  151. package/hydrate/index.mjs +33 -495
  152. package/hydrate/package.json +1 -1
  153. package/package.json +3 -2
  154. package/postinstall.js +15 -0
  155. package/dist/cjs/index-b925c7f5.js.map +0 -1
  156. package/dist/cjs/nv-fielddropdownitemcheck.cjs.entry.js +0 -48
  157. package/dist/cjs/nv-fielddropdownitemcheck.cjs.entry.js.map +0 -1
  158. package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +0 -368
  159. package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +0 -1
  160. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.css +0 -12
  161. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.docs.js +0 -6
  162. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.docs.js.map +0 -1
  163. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +0 -190
  164. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js.map +0 -1
  165. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.css +0 -195
  166. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js +0 -169
  167. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js.map +0 -1
  168. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +0 -822
  169. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +0 -1
  170. package/dist/components/nv-fielddropdownitemcheck.d.ts +0 -11
  171. package/dist/components/nv-fielddropdownitemcheck.js +0 -8
  172. package/dist/components/nv-fielddropdownitemcheck.js.map +0 -1
  173. package/dist/components/nv-fieldmultiselect.d.ts +0 -11
  174. package/dist/components/nv-fieldmultiselect.js +0 -445
  175. package/dist/components/nv-fieldmultiselect.js.map +0 -1
  176. package/dist/components/p-1079b972.js +0 -125
  177. package/dist/components/p-1079b972.js.map +0 -1
  178. package/dist/components/p-c434f2e5.js.map +0 -1
  179. package/dist/components/p-dbbda3ac.js +0 -72
  180. package/dist/components/p-dbbda3ac.js.map +0 -1
  181. package/dist/esm/index-3762ddc4.js.map +0 -1
  182. package/dist/esm/nv-fielddropdownitemcheck.entry.js +0 -44
  183. package/dist/esm/nv-fielddropdownitemcheck.entry.js.map +0 -1
  184. package/dist/esm/nv-fieldmultiselect.entry.js +0 -364
  185. package/dist/esm/nv-fieldmultiselect.entry.js.map +0 -1
  186. package/dist/native/p-006006b6.js.map +0 -1
  187. package/dist/native/p-056455a2.entry.js +0 -2
  188. package/dist/native/p-068965e9.entry.js +0 -2
  189. package/dist/native/p-1392b30f.entry.js +0 -2
  190. package/dist/native/p-1392b30f.entry.js.map +0 -1
  191. package/dist/native/p-21cdc57d.entry.js +0 -2
  192. package/dist/native/p-21cdc57d.entry.js.map +0 -1
  193. package/dist/native/p-70c73c72.entry.js +0 -2
  194. package/dist/native/p-b0955577.js +0 -2
  195. package/dist/types/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.d.ts +0 -43
  196. package/dist/types/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.docs.d.ts +0 -4
  197. package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +0 -215
  198. package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.d.ts +0 -4
  199. /package/dist/native/{p-60f027d4.entry.js.map → p-06f64d05.entry.js.map} +0 -0
  200. /package/dist/native/{p-a8fe9493.entry.js.map → p-0aa0193b.entry.js.map} +0 -0
  201. /package/dist/native/{p-95a054ed.entry.js.map → p-124a7067.entry.js.map} +0 -0
  202. /package/dist/native/{p-3bb76528.entry.js.map → p-14c08510.entry.js.map} +0 -0
  203. /package/dist/native/{p-ce6ff56c.entry.js.map → p-1ceee367.entry.js.map} +0 -0
  204. /package/dist/native/{p-3935c952.entry.js.map → p-43cd42ca.entry.js.map} +0 -0
  205. /package/dist/native/{p-8d472724.entry.js.map → p-519e0f59.entry.js.map} +0 -0
  206. /package/dist/native/{p-c749aafd.entry.js.map → p-617d6a09.entry.js.map} +0 -0
  207. /package/dist/native/{p-1e575590.entry.js.map → p-71d6aad8.entry.js.map} +0 -0
  208. /package/dist/native/{p-fd8ee23e.entry.js.map → p-7ce1b712.entry.js.map} +0 -0
  209. /package/dist/native/{p-b0955577.js.map → p-80788ddf.js.map} +0 -0
  210. /package/dist/native/{p-5c0e7fda.entry.js.map → p-830ec54a.entry.js.map} +0 -0
  211. /package/dist/native/{p-09d57171.entry.js.map → p-89accab1.entry.js.map} +0 -0
  212. /package/dist/native/{p-1adc83f5.entry.js.map → p-8b65b16f.entry.js.map} +0 -0
  213. /package/dist/native/{p-21bc1cf9.entry.js.map → p-b5e4a9e7.entry.js.map} +0 -0
  214. /package/dist/native/{p-c3c9444e.entry.js.map → p-b8eb4c31.entry.js.map} +0 -0
  215. /package/dist/native/{p-056455a2.entry.js.map → p-b99aa075.entry.js.map} +0 -0
  216. /package/dist/native/{p-e4d12abd.entry.js.map → p-d5a8b6c4.entry.js.map} +0 -0
  217. /package/dist/native/{p-60679799.entry.js.map → p-f5acea50.entry.js.map} +0 -0
  218. /package/dist/native/{p-f215822a.entry.js.map → p-f9aac71a.entry.js.map} +0 -0
  219. /package/dist/native/{p-99e17032.entry.js.map → p-fb6f42b7.entry.js.map} +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-b925c7f5.js');
5
+ const index = require('./index-5d1f2412.js');
6
6
  const clsx = require('./clsx-fc789adc.js');
7
7
 
8
8
  const nvIconbuttonCss = "nv-iconbutton.root{display:inline-flex;justify-content:center;align-items:center;font-style:normal;font-weight:500;font-family:\"TT Norms Pro\", sans-serif;transition:background-color 150ms ease-out;height:fit-content;width:fit-content}nv-iconbutton.size-xs{padding:var(--button-xs-icon-button-padding);gap:var(--button-xs-gap);border-radius:var(--button-xs-border-radius);line-height:var(--button-xs-line-height);font-size:var(--button-xs-font-size)}nv-iconbutton.size-sm{padding:var(--button-sm-icon-button-padding);gap:var(--button-sm-gap);border-radius:var(--button-sm-border-radius);line-height:var(--button-sm-line-height);font-size:var(--button-sm-font-size)}nv-iconbutton.size-md{padding:var(--button-md-icon-button-padding);gap:var(--button-md-gap);border-radius:var(--button-md-border-radius);line-height:var(--button-md-line-height);font-size:var(--button-md-font-size)}nv-iconbutton.size-lg{padding:var(--button-lg-icon-button-padding);gap:var(--button-lg-gap);border-radius:var(--button-lg-border-radius);line-height:var(--button-lg-line-height);font-size:var(--button-lg-font-size)}nv-iconbutton.emphasis-high{background:var(--components-button-high-background);border:1px solid var(--components-button-high-border);color:var(--components-button-high-text)}nv-iconbutton.emphasis-high:hover{background:var(--components-button-high-background-hover);color:var(--components-button-high-text-hover)}nv-iconbutton.emphasis-high:focus,nv-iconbutton.emphasis-high:focus-within{outline:none}nv-iconbutton.emphasis-high:focus-visible,nv-iconbutton.emphasis-high:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-focus-brand);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-iconbutton.emphasis-high:disabled{background:var(--components-button-high-background);color:var(--components-button-high-text);opacity:0.5;cursor:not-allowed;box-shadow:none}nv-iconbutton.emphasis-high nv-icon>svg{color:var(--components-button-high-icon)}nv-iconbutton.emphasis-medium{background:var(--components-button-medium-background);border:1px solid var(--components-button-medium-border);color:var(--components-button-medium-text)}nv-iconbutton.emphasis-medium:hover{background:var(--components-button-medium-background-hover);color:var(--components-button-medium-text-hover)}nv-iconbutton.emphasis-medium:focus,nv-iconbutton.emphasis-medium:focus-within{outline:none}nv-iconbutton.emphasis-medium:focus-visible,nv-iconbutton.emphasis-medium:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-focus-brand);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-iconbutton.emphasis-medium:disabled{background:var(--components-button-medium-background);color:var(--components-button-medium-text);opacity:0.5;cursor:not-allowed;box-shadow:none}nv-iconbutton.emphasis-medium nv-icon>svg{color:var(--components-button-medium-icon)}nv-iconbutton.emphasis-low{background:var(--components-button-low-background);border:1px solid var(--components-button-low-border);color:var(--components-button-low-text)}nv-iconbutton.emphasis-low:hover{background:var(--components-button-low-background-hover);color:var(--components-button-low-text-hover)}nv-iconbutton.emphasis-low:focus,nv-iconbutton.emphasis-low:focus-within{outline:none}nv-iconbutton.emphasis-low:focus-visible,nv-iconbutton.emphasis-low:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-focus-brand);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-iconbutton.emphasis-low:disabled{background:var(--components-button-low-background);color:var(--components-button-low-text);opacity:0.5;cursor:not-allowed;box-shadow:none}nv-iconbutton.emphasis-low nv-icon>svg{color:var(--components-button-low-icon)}nv-iconbutton.emphasis-lower{background:var(--components-button-lower-background);border:1px solid var(--components-button-lower-border);color:var(--components-button-lower-text)}nv-iconbutton.emphasis-lower:hover{background:var(--components-button-lower-background-hover);color:var(--components-button-lower-text-hover)}nv-iconbutton.emphasis-lower:focus,nv-iconbutton.emphasis-lower:focus-within{outline:none}nv-iconbutton.emphasis-lower:focus-visible,nv-iconbutton.emphasis-lower:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-focus-brand);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-iconbutton.emphasis-lower:disabled{background:var(--components-button-lower-background);color:var(--components-button-lower-text);opacity:0.5;cursor:not-allowed;box-shadow:none}nv-iconbutton.emphasis-lower nv-icon>svg{color:var(--components-button-lower-icon)}nv-iconbutton.loading [slot=leading-icon]{display:none}nv-iconbutton.shape-rounded{border-radius:var(--radius-rounded-full)}";
@@ -76,7 +76,7 @@ const NvIconbutton = class {
76
76
  /****************************************************************************/
77
77
  //#region RENDER
78
78
  render() {
79
- return (index.h(index.Host, { key: 'dc918224a0fcbea4bc0d299fcd86a066c9fb2a6e', role: "button", type: this.type, tabindex: "0", disabled: this.disabled ? true : undefined, class: clsx.clsx('root', `size-${this.size}`, `emphasis-${this.emphasis}`, this.loading && 'loading', `shape-${this.shape}`), onClick: this.handleClick }, this.loading && index.h("nv-loader", { key: '7f2484c41aa8b8dc2d6e40f4174c486e95efe65b', size: this.size }), !this.loading && index.h("nv-icon", { key: '772c5d352e9eb65911ee68fcbeeb6f1b1ad3606a', name: this.name, size: this.size }), index.h("slot", { key: 'e4bdc61098a178a8c12a898410b5131105a1b6f4' })));
79
+ return (index.h(index.Host, { key: '3ca84b14312db9e4fff85fac71fbb0cc7ae7db44', role: "button", type: this.type, tabindex: "0", disabled: this.disabled ? true : undefined, class: clsx.clsx('root', `size-${this.size}`, `emphasis-${this.emphasis}`, this.loading && 'loading', `shape-${this.shape}`), onClick: this.handleClick }, this.loading && index.h("nv-loader", { key: 'bfb6c6ee4dbfa56595b704f436120c3ae18f4fc4', size: this.size }), !this.loading && index.h("nv-icon", { key: '7e87da2f6d233289bbce12416bf0d39b647f43f3', name: this.name, size: this.size }), index.h("slot", { key: '43972e79cf4efb921cbc9714110b13590144a268' })));
80
80
  }
81
81
  static get formAssociated() { return true; }
82
82
  get el() { return index.getElement(this); }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-b925c7f5.js');
5
+ const index = require('./index-5d1f2412.js');
6
6
  const clsx = require('./clsx-fc789adc.js');
7
7
 
8
8
  const nvLoaderCss = "@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}nv-loader{display:inline-block;position:relative;aspect-ratio:1/1;border-radius:9999px;color:inherit}nv-loader.size-xs{width:var(--loader-size-xs);height:var(--loader-size-xs)}nv-loader.size-xs::before,nv-loader.size-xs::after{content:\" \";position:absolute;top:0;left:0;border-radius:inherit;width:100%;height:100%}nv-loader.size-xs::before{content:\" \";border:calc(var(--loader-size-xs) / 10) solid;opacity:0.3}nv-loader.size-xs::after{content:\" \";border-top:calc(var(--loader-size-xs) / 10) solid transparent;border-left:calc(var(--loader-size-xs) / 10) solid transparent;border-right:calc(var(--loader-size-xs) / 10) solid transparent;border-bottom:calc(var(--loader-size-xs) / 10) solid;animation:rotation 1s linear infinite}nv-loader.size-sm{width:var(--loader-size-sm);height:var(--loader-size-sm)}nv-loader.size-sm::before,nv-loader.size-sm::after{content:\" \";position:absolute;top:0;left:0;border-radius:inherit;width:100%;height:100%}nv-loader.size-sm::before{content:\" \";border:calc(var(--loader-size-sm) / 10) solid;opacity:0.3}nv-loader.size-sm::after{content:\" \";border-top:calc(var(--loader-size-sm) / 10) solid transparent;border-left:calc(var(--loader-size-sm) / 10) solid transparent;border-right:calc(var(--loader-size-sm) / 10) solid transparent;border-bottom:calc(var(--loader-size-sm) / 10) solid;animation:rotation 1s linear infinite}nv-loader.size-md{width:var(--loader-size-md);height:var(--loader-size-md)}nv-loader.size-md::before,nv-loader.size-md::after{content:\" \";position:absolute;top:0;left:0;border-radius:inherit;width:100%;height:100%}nv-loader.size-md::before{content:\" \";border:calc(var(--loader-size-md) / 10) solid;opacity:0.3}nv-loader.size-md::after{content:\" \";border-top:calc(var(--loader-size-md) / 10) solid transparent;border-left:calc(var(--loader-size-md) / 10) solid transparent;border-right:calc(var(--loader-size-md) / 10) solid transparent;border-bottom:calc(var(--loader-size-md) / 10) solid;animation:rotation 1s linear infinite}nv-loader.size-lg{width:var(--loader-size-lg);height:var(--loader-size-lg)}nv-loader.size-lg::before,nv-loader.size-lg::after{content:\" \";position:absolute;top:0;left:0;border-radius:inherit;width:100%;height:100%}nv-loader.size-lg::before{content:\" \";border:calc(var(--loader-size-lg) / 10) solid;opacity:0.3}nv-loader.size-lg::after{content:\" \";border-top:calc(var(--loader-size-lg) / 10) solid transparent;border-left:calc(var(--loader-size-lg) / 10) solid transparent;border-right:calc(var(--loader-size-lg) / 10) solid transparent;border-bottom:calc(var(--loader-size-lg) / 10) solid;animation:rotation 1s linear infinite}nv-loader.size-xl{width:var(--loader-size-xl);height:var(--loader-size-xl)}nv-loader.size-xl::before,nv-loader.size-xl::after{content:\" \";position:absolute;top:0;left:0;border-radius:inherit;width:100%;height:100%}nv-loader.size-xl::before{content:\" \";border:calc(var(--loader-size-xl) / 10) solid;opacity:0.3}nv-loader.size-xl::after{content:\" \";border-top:calc(var(--loader-size-xl) / 10) solid transparent;border-left:calc(var(--loader-size-xl) / 10) solid transparent;border-right:calc(var(--loader-size-xl) / 10) solid transparent;border-bottom:calc(var(--loader-size-xl) / 10) solid;animation:rotation 1s linear infinite}nv-loader.color-brand::before{border-color:var(--components-loader-brand-background);opacity:1}nv-loader.color-brand::after{border-bottom-color:var(--components-loader-brand-foreground)}nv-loader.color-white::before{border-color:var(--components-loader-white-background);opacity:1}nv-loader.color-white::after{border-bottom-color:var(--components-loader-white-foreground)}";
@@ -19,7 +19,7 @@ const NvLoader = class {
19
19
  //#region RENDER
20
20
  /* <slot> empty to force rendering change */
21
21
  render() {
22
- return (index.h(index.Host, { key: 'd6bc07fa876b14f8332275b0013eb0957463448d', class: clsx.clsx(this.size && `size-${this.size}`, this.color && `color-${this.color}`) }));
22
+ return (index.h(index.Host, { key: 'b4c0dab3c3ea4e2bdd434d779d4b736577bd467e', class: clsx.clsx(this.size && `size-${this.size}`, this.color && `color-${this.color}`) }));
23
23
  }
24
24
  };
25
25
  NvLoader.style = NvLoaderStyle0;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-b925c7f5.js');
5
+ const index = require('./index-5d1f2412.js');
6
6
 
7
7
  const nvMenuCss = "nv-menuitem{display:flex;align-items:center;max-width:300px;width:100vw;font-size:var(--menu-contextual-item-font-size);font-weight:var(--menu-contextual-item-font-weight);color:var(--components-menu-contextual-item-content);border-radius:var(--menu-contextual-item-radius);gap:var(--menu-contextual-item-gap-x);padding:var(--menu-contextual-item-padding-y) var(--menu-contextual-item-padding-x);transition:background-color 150ms ease-out;cursor:pointer}nv-menuitem:hover,nv-menuitem:focus,nv-menuitem:focus-within{background-color:var(--components-menu-contextual-item-background-hover);color:var(--components-menu-contextual-item-content-hover)}nv-menuitem kbd{color:var(--components-menu-contextual-item-shortcut)}nv-menuitem [data-scope=text]{margin-right:auto}nv-menuitem[disabled]:not([disabled=false]){cursor:unset;background-color:unset;color:var(--components-menu-contextual-item-content-disabled)}nv-menu{display:inline-block;position:relative}nv-menu:has([fluid]:not([fluid=false])){display:block}nv-menu nv-popover{display:unset}nv-menu nv-popover [data-scope=popover]{background-color:transparent !important;padding:0 !important}nv-menu [slot=content]{padding:var(--menu-contextual-padding-y) var(--menu-contextual-padding-x);border-radius:var(--menu-contextual-radius);gap:var(--menu-contextual-gap-y);background-color:var(--components-menu-contextual-background);border-color:var(--components-menu-contextual-border);display:flex;flex-direction:column}nv-menu nv-menu[open]:not([open=false])>nv-menuitem{background-color:var(--components-menu-contextual-item-background-hover);color:var(--components-menu-contextual-item-content-hover)}nv-menu hr{display:block;margin:var(--menu-contextual-divider-padding-top) var(--menu-contextual-divider-padding-x) var(--menu-contextual-divider-padding-bottom) var(--menu-contextual-divider-padding-x)}";
8
8
  const NvMenuStyle0 = nvMenuCss;
@@ -178,7 +178,7 @@ const NvMenu = class {
178
178
  /****************************************************************************/
179
179
  //#region RENDER
180
180
  render() {
181
- return (index.h(index.Host, { key: '080871f790f3725ee0c627ff6f2c23b0b9c67ed9' }, index.h("slot", { key: '8b2b2392d606f14b61c7c3ea799273948b045d0d', name: "trigger" }), index.h("nv-popover", { key: '33bae39e185e26a23aa0d7d9d2ac7b0f35658fd9', ref: el => (this.popoverElement = el), triggerMode: "click", triggerElement: this.triggerElement, placement: this.placement, nested: this.nested, open: this.open }, index.h("slot", { key: 'f50743c2ed89866882266413e595a03185bd329e', name: "content" }))));
181
+ return (index.h(index.Host, { key: '5a3a0645d952724b5c2ddd1f2578201568bf827b' }, index.h("slot", { key: '65506a9b7035ef645daa87079339ad7e7cd76377', name: "trigger" }), index.h("nv-popover", { key: 'f5998e3d878671d09ea684de2a54bca504513f48', ref: el => (this.popoverElement = el), triggerMode: "click", triggerElement: this.triggerElement, placement: this.placement, nested: this.nested, open: this.open }, index.h("slot", { key: '267e0e587177bdb8b6ce9b10f36c43158547d5b2', name: "content" }))));
182
182
  }
183
183
  get el() { return index.getElement(this); }
184
184
  };
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-b925c7f5.js');
5
+ const index = require('./index-5d1f2412.js');
6
6
 
7
7
  const nvMenuitemCss = "nv-menuitem{display:flex;align-items:center;max-width:300px;width:100vw;font-size:var(--menu-contextual-item-font-size);font-weight:var(--menu-contextual-item-font-weight);color:var(--components-menu-contextual-item-content);border-radius:var(--menu-contextual-item-radius);gap:var(--menu-contextual-item-gap-x);padding:var(--menu-contextual-item-padding-y) var(--menu-contextual-item-padding-x);transition:background-color 150ms ease-out;cursor:pointer}nv-menuitem:hover,nv-menuitem:focus,nv-menuitem:focus-within{background-color:var(--components-menu-contextual-item-background-hover);color:var(--components-menu-contextual-item-content-hover)}nv-menuitem kbd{color:var(--components-menu-contextual-item-shortcut)}nv-menuitem [data-scope=text]{margin-right:auto}nv-menuitem[disabled]:not([disabled=false]){cursor:unset;background-color:unset;color:var(--components-menu-contextual-item-content-disabled)}";
8
8
  const NvMenuitemStyle0 = nvMenuitemCss;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-b925c7f5.js');
5
+ const index = require('./index-5d1f2412.js');
6
6
  const fade_animation = require('./fade.animation-0d33d198.js');
7
7
  const grow_animation = require('./grow.animation-46e7ae4b.js');
8
8
 
@@ -2313,7 +2313,7 @@ const NvPopover = class {
2313
2313
  /****************************************************************************/
2314
2314
  //#region RENDER
2315
2315
  render() {
2316
- return (index.h(index.Host, { key: '305452892fe5a5889aa81ad8a794f91407965a82' }, index.h("slot", { key: 'c82770ebfafb46c8e5ceb55b71199873ac7ca039', name: "trigger" }), index.h("div", { key: '02646f26b908fa4103ebb0a44233a833713c57bc', "data-scope": "popover", hidden: true, ref: el => (this.popoverElement = el) }, this.hasArrow && (index.h("div", { key: 'dc654f5595b1e9b2fae2b8eab2d8716ad8c1fcee', "data-scope": "arrow", ref: el => (this.arrowElement = el) })), index.h("slot", { key: '0d2dd2e1fca7f73815add0cd4ff85b41932f01fb', name: "content" }))));
2316
+ return (index.h(index.Host, { key: '8d32b4cb618de8d8c88e813b5cb446eb4e667f27' }, index.h("slot", { key: 'bb4688a7ed334a32c1033c340d765e5abc8aef4a', name: "trigger" }), index.h("div", { key: '2e3847dd205be87742f3794f806ed1d903d88f14', "data-scope": "popover", hidden: true, ref: el => (this.popoverElement = el) }, this.hasArrow && (index.h("div", { key: '8259476267d3c14043c649b95d875452909e1e08', "data-scope": "arrow", ref: el => (this.arrowElement = el) })), index.h("slot", { key: 'e6d68d89876b7353c0abd349b7c3bc1bfe790a76', name: "content" }))));
2317
2317
  }
2318
2318
  get el() { return index.getElement(this); }
2319
2319
  static get watchers() { return {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-b925c7f5.js');
5
+ const index = require('./index-5d1f2412.js');
6
6
 
7
7
  const nvRowCss = "nv-row{display:flex;flex-wrap:wrap;margin-right:calc(var(--spacing-4) * -1);margin-left:calc(var(--spacing-4) * -1);row-gap:var(--spacing-4)}";
8
8
  const NvRowStyle0 = nvRowCss;
@@ -14,7 +14,7 @@ const NvRow = class {
14
14
  /****************************************************************************/
15
15
  //#region RENDER
16
16
  render() {
17
- return (index.h(index.Host, { key: 'bccdd262d6d7bcec9a25422886173b75e84e8681' }, index.h("slot", { key: '5e16847683228465a72ec2f5b03de429cb881d41' })));
17
+ return (index.h(index.Host, { key: 'b6a2c143bf767ab622d0305574be11c71a770421' }, index.h("slot", { key: '8665290a25fdb12165d52436fc64d1a11ff93814' })));
18
18
  }
19
19
  };
20
20
  NvRow.style = NvRowStyle0;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-b925c7f5.js');
5
+ const index = require('./index-5d1f2412.js');
6
6
  const clsx = require('./clsx-fc789adc.js');
7
7
 
8
8
  const nvStackCss = "nv-stack{display:flex;align-items:center;justify-content:flex-start;flex-direction:row}nv-stack nv-col{display:flex}nv-stack:not(nv-row){flex-wrap:nowrap}nv-stack>.nv-stack-item-flex{flex-shrink:1;flex-grow:1}nv-stack>.nv-stack-item-lead{margin-right:auto}nv-stack>.nv-stack-item-lead+*{margin-left:0}nv-stack>.nv-stack-item-center{margin-right:auto;margin-left:auto}nv-stack>.nv-stack-item-tail{margin-left:auto}nv-stack>.nv-stack-nowrap{white-space:nowrap}nv-stack.nv-stack-vertical{align-items:stretch;flex-direction:column}nv-stack.nv-stack-vertical>.nv-stack-item-lead{margin-right:0;margin-bottom:auto}nv-stack.nv-stack-vertical>.nv-stack-item-lead+*{margin-top:0}nv-stack.nv-stack-vertical>.nv-stack-item-tail{margin-left:0;margin-top:auto}nv-stack.nv-stack-vertical>.nv-stack-item-center{margin:auto 0}nv-stack.nv-stack-flex>*{flex-shrink:1;flex-grow:1}nv-stack.nv-stack-fill>*{height:100%}nv-stack.nv-stack-fill.nv-stack-vertical>*{height:auto;width:100%}";
@@ -21,7 +21,7 @@ const NvStack = class {
21
21
  /****************************************************************************/
22
22
  //#region RENDER
23
23
  render() {
24
- return (index.h(index.Host, { key: 'a06b3c85ea07e19125e1b8b23561869de8c8edcc', class: clsx.clsx(this.fill && 'nv-stack-fill', this.flex && 'nv-stack-flex', this.full && 'w-full', this.gutter && !this.vertical && `gutter-x-${this.gutter}`, this.gutter && this.vertical && `gutter-y-${this.gutter}`, this.vertical && 'nv-stack-vertical') }, index.h("slot", { key: '8d902ed2b636bb6d1d8930c6d89117c7a1081707' })));
24
+ return (index.h(index.Host, { key: '4c8889bb870137f5c3aa8fc499c26fc77bc6fba1', class: clsx.clsx(this.fill && 'nv-stack-fill', this.flex && 'nv-stack-flex', this.full && 'w-full', this.gutter && !this.vertical && `gutter-x-${this.gutter}`, this.gutter && this.vertical && `gutter-y-${this.gutter}`, this.vertical && 'nv-stack-vertical') }, index.h("slot", { key: 'dbd5b334a0e6ee5aa3bbc0431d44d81933f1c05c' })));
25
25
  }
26
26
  };
27
27
  NvStack.style = NvStackStyle0;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-b925c7f5.js');
5
+ const index = require('./index-5d1f2412.js');
6
6
 
7
7
  const nvTooltipCss = "nv-tooltip{display:inline-block;position:relative}nv-tooltip:has([fluid]:not([fluid=false])){display:block}nv-tooltip [data-scope=popover]{background:var(--components-tooltip-background);color:var(--components-tooltip-text);font-weight:var(--font-weight-medium-emphasis);padding:var(--tooltip-padding-y) var(--tooltip-padding-x);font-size:var(--tooltip-font-size);border-radius:var(--tooltip-radius);border:none;box-shadow:0px var(--shadow-y-axis-lg-1) var(--shadow-blur-lg-1) var(--shadow-spread-lg-1) var(--shadow-color-opacity-1), 0px var(--shadow-y-axis-lg-2) var(--shadow-blur-lg-2) var(--shadow-spread-lg-2) var(--shadow-color-opacity-2)}nv-tooltip [data-scope=arrow]{background:var(--components-tooltip-background);box-shadow:none;border:none}";
8
8
  const NvTooltipStyle0 = nvTooltipCss;
@@ -26,7 +26,7 @@ const NvTooltip = class {
26
26
  /****************************************************************************/
27
27
  //#region RENDER
28
28
  render() {
29
- return (index.h(index.Host, { key: 'adb606648ce4c11bb1293007a640f90603c66317' }, index.h("slot", { key: 'eef7d009694b5cd1010c3bf2ef40f46e726f1306' }), index.h("nv-popover", { key: '5ab73b344c52709cae8e27b519e27b9297f9e048', triggerMode: "hover", hasArrow: true, placement: this.placement, triggerElement: this.triggerElement, groupName: 'tooltip', enterDelay: this.enterDelay }, index.h("p", { key: '999764402770b8a19402d2c87c2994aead46ba87', slot: "content" }, this.message), index.h("slot", { key: '8c4f29a7acb4469ad8a4bced0defc2f8021f125a', name: "content" }))));
29
+ return (index.h(index.Host, { key: '7fbaa673028556f15b8c15a863f066d79b7b844e' }, index.h("slot", { key: 'b9007b3c3326ed7bb3bea05c2b2ad90d49b25a45' }), index.h("nv-popover", { key: '9a72b61bf4af4a769ba5ad991925bc982a440f93', triggerMode: "hover", hasArrow: true, placement: this.placement, triggerElement: this.triggerElement, groupName: 'tooltip', enterDelay: this.enterDelay }, index.h("p", { key: 'aa7d584e0db97792915f5460a7760ad16f45c5ba', slot: "content" }, this.message), index.h("slot", { key: 'fc32501ada94b526adf6e9fcb71ec355f72a163d', name: "content" }))));
30
30
  }
31
31
  get el() { return index.getElement(this); }
32
32
  };
@@ -8,8 +8,6 @@
8
8
  "components/nv-button/nv-button.js",
9
9
  "components/nv-col/nv-col.js",
10
10
  "components/nv-fieldcheckbox/nv-fieldcheckbox.js",
11
- "components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js",
12
- "components/nv-fieldmultiselect/nv-fieldmultiselect.js",
13
11
  "components/nv-fieldnumber/nv-fieldnumber.js",
14
12
  "components/nv-fieldpassword/nv-fieldpassword.js",
15
13
  "components/nv-fieldradio/nv-fieldradio.js",
@@ -75,9 +75,9 @@ export class NvFieldnumber {
75
75
  /****************************************************************************/
76
76
  //#region RENDER
77
77
  render() {
78
- return (h(Host, { key: 'a3b8d64f764fd236278e67c626327b211a2bc30a' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: 'bb5d9824708bf35f1b73dbfb4ab30e6fede19f44', htmlFor: this.inputId }, h("slot", { key: 'eda2d2f07714a1095334ba2706ccbb87d815bd33', name: "label" }, this.label))), h("div", { key: '428c24da018c0f4f05343534fea2a37799172fc2', class: "input-wrapper" }, h("slot", { key: '9a58edf56e297b0ebcd184baca8e146b303b6f8e', name: "before-input" }), h("div", { key: '49114d52c107caea529a16f7732b760d988f9afb', class: "input-container", onClick: this.handleInputContainerClick }, h("slot", { key: 'b3c22781468a05404188d71975803ec11b0fad62', name: "leading-input" }), h("input", { key: '597370e1fa23eb83a1a5f2580870ad462c7cbae1', id: this.inputId, ref: e => (this.inputElement = e), placeholder: this.placeholder, name: this.name, type: "number", required: this.required, max: this.max, min: this.min, step: this.step, value: this.value, disabled: this.disabled, readOnly: this.readonly, onInput: this.handleInput }), this.error && (h("nv-icon", { key: '6a875290196c12c777566cf27ec9dcfca6d0c798', name: "alert-circle", class: "validation", size: "md" })), this.success && (h("nv-icon", { key: '678953d63353f9c245f2908c82ec24d3b599306a', name: "circle-check", class: "validation", size: "md" })), h("div", { key: '0e9b75ef761a5b82190ba2ad1f5a5fc5b63301fc', class: "stepper-spacer" }), h("div", { key: 'a100967e0c8f985808ee6f221521e85580a22e4b', class: "stepper" }, h("nv-icon", { key: 'd90e5e4f4de5a4f0cdceb5384bf643a42757a84b', name: "minus", size: "md", onClick: this.handleMinus, class: clsx({ disabled: this.isMinValueReached() }) }), h("nv-icon", { key: '09023dc13c43dbe9a75382105bd9bdff1c7aa97c', name: "plus", size: "md", onClick: this.handlePlus, class: clsx({ disabled: this.isMaxValueReached() }) }))), h("slot", { key: '3a558b9d20cc2b28bb8ac08ee1305b8026c5c5b8', name: "after-input" })), (this.description ||
79
- this.el.querySelector('[slot="description"]')) && (h("div", { key: 'c4ab45b3528fd0e21439f8966faf725d6cbbd054', class: "description" }, h("slot", { key: 'f0e4fbf1c6c04476d97034fedea2e9bc4bbc4463', name: "description" }, this.description))), (this.errorDescription ||
80
- this.el.querySelector('[slot="error-description"]')) && (h("div", { key: 'a639b3720d2cf584d22896676e90ff82ab08e2d6', hidden: !this.error, class: "error-description" }, h("slot", { key: '4e6c53cec245b254207fb57452568306fa7777b7', name: "error-description" }, this.errorDescription)))));
78
+ return (h(Host, { key: 'a150acab0261cad03438abbce43dda76c2fd222f' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: '69519f99052729a6a2b62b001694048342b6c0ae', htmlFor: this.inputId }, h("slot", { key: '21427c7b39a7282f14fcbca437f7ca74d59f3cbe', name: "label" }, this.label))), h("div", { key: '23cc57bdefec4c0d200afe9176407d9306cd296f', class: "input-wrapper" }, h("slot", { key: 'd9c83c42093fff848a75d9e79940f19cb945c7ff', name: "before-input" }), h("div", { key: '9edcc27d93280f193e2e7bf51efd63d815ffcf7e', class: "input-container", onClick: this.handleInputContainerClick }, h("slot", { key: '8b844a90904874f63965d91a33c2a78b32b4fa96', name: "leading-input" }), h("input", { key: '19520af4e0bea22a5092201270051a97faed62a1', id: this.inputId, ref: e => (this.inputElement = e), placeholder: this.placeholder, name: this.name, type: "number", required: this.required, max: this.max, min: this.min, step: this.step, value: this.value, disabled: this.disabled, readOnly: this.readonly, onInput: this.handleInput }), this.error && (h("nv-icon", { key: '5f5ad3a9e4a6dc88710a6f0714bb3cf7c54bfb27', name: "alert-circle", class: "validation", size: "md" })), this.success && (h("nv-icon", { key: '2c81457c414bc282ad602156ee1e17bdc02a87fe', name: "circle-check", class: "validation", size: "md" })), h("div", { key: '56408d1860ffb8f59971b15a5c4155d6f8da027f', class: "stepper-spacer" }), h("div", { key: '237b6d01a886bd2648d8c00d19ef32cce7a8bbd5', class: "stepper" }, h("nv-icon", { key: '7ea54e299fbbbaee4eaaa955057c52f6be47fce3', name: "minus", size: "md", onClick: this.handleMinus, class: clsx({ disabled: this.isMinValueReached() }) }), h("nv-icon", { key: 'fbfd4a9cd3d78bfbeefa99b2a74f0710fb72a60d', name: "plus", size: "md", onClick: this.handlePlus, class: clsx({ disabled: this.isMaxValueReached() }) }))), h("slot", { key: '5d43fe5dabf1eecb3c00ce809e2e4802326f4599', name: "after-input" })), (this.description ||
79
+ this.el.querySelector('[slot="description"]')) && (h("div", { key: 'a76876356c76c22a3189fd4bfb5c50dd80329a67', class: "description" }, h("slot", { key: '91877b6ce1ea6b9c8e1f67e13a733cfa70cd635a', name: "description" }, this.description))), (this.errorDescription ||
80
+ this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '2449f25e9fac52a815ece32de6d488044ce78969', hidden: !this.error, class: "error-description" }, h("slot", { key: '276537a3e19c182de08c4a48c4f5b4a9bbbdda09', name: "error-description" }, this.errorDescription)))));
81
81
  }
82
82
  static get is() { return "nv-fieldnumber"; }
83
83
  static get formAssociated() { return true; }
@@ -60,9 +60,9 @@ export class NvFieldpassword {
60
60
  /****************************************************************************/
61
61
  //#region RENDER
62
62
  render() {
63
- return (h(Host, { key: '3b83c474000bd8a34aeb5f7363d49de26b2c2680' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: '59f247422c68fa70680cd556ff5cbe7d7dd929b2', htmlFor: this.inputId }, h("slot", { key: 'c9bb7201668cf2457f59a55c976a816e5c77252c', name: "label" }, this.label))), h("div", { key: 'd947f2a1b906b101714875ec08a24c7c0d1f4909', class: "input-wrapper" }, h("slot", { key: 'f023af3d9ed156a27eb3623a17670cc8813c5bb8', name: "before-input" }), h("div", { key: '9581ad75398638ebd54d3c7e54510dfbbf8497db', class: "input-container", onClick: this.handleInputContainerClick }, h("slot", { key: 'c946a46456e237a0f9a40659c453eceb3147f129', name: "leading-input" }), h("input", { key: '47b731bf7a8bd5a9ad37855971fbd8f1efda1677', id: this.inputId, ref: e => (this.inputElement = e), autocomplete: this.autocomplete, placeholder: this.placeholder, name: this.name, type: this.showPasswordState ? 'text' : 'password', inputMode: this.mode, value: this.value, required: this.required, maxlength: this.maxlength, minlength: this.minlength, pattern: this.pattern, disabled: this.disabled, readOnly: this.readonly, onInput: this.handleInput }), !this.hidePasswordIcon && (h("nv-iconbutton", { key: '3076ce72bead47d1e903bcbbac0e857020126d58', class: "toggle-password-icon", name: this.showPasswordState ? 'eye' : 'eye-off', size: "md", emphasis: "lower", onClick: this.togglePasswordVisibility, onKeyDown: this.handleKeyDown, "aria-label": this.showPasswordState ? 'Hide password' : 'Show password', "aria-pressed": this.showPasswordState.toString() })), (this.success || this.error) && (h("nv-icon", { key: '168a6245ce8bd32685c9a628117876987a0d7347', name: this.success ? 'circle-check' : 'alert-circle', class: "validation", size: "md" }))), h("slot", { key: 'ac33fe20e562dff96ae1554455900b59798be874', name: "after-input" })), (this.description ||
64
- this.el.querySelector('[slot="description"]')) && (h("div", { key: '2983712f72ee3d5188e5a29893b38010dcea7b6b', class: "description" }, h("slot", { key: 'c6523453b9fb2da50413f5ce643f4d89ab352dcb', name: "description" }, this.description))), (this.errorDescription ||
65
- this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '7461dd7d908c3f972776cd22ebd157a32f5b8f3c', hidden: !this.error, class: "error-description" }, h("slot", { key: 'ea012f1732fc455e797aef90f10ea86a6ce947da', name: "error-description" }, this.errorDescription)))));
63
+ return (h(Host, { key: '12607b189f41947cc3083d2feb88bd47d2c24327' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: '1f4055bc907a3c184c435e1c5d522bb8693d3177', htmlFor: this.inputId }, h("slot", { key: '048db2f8c164b645b4087990731c0f78c14949b3', name: "label" }, this.label))), h("div", { key: 'c519d50463b405c0c887b96b9c2e15276dfcc179', class: "input-wrapper" }, h("slot", { key: 'e2a203745d188c4cf8ec2d68cdc795dafe260c89', name: "before-input" }), h("div", { key: 'c19efd9bfdd1a685d4a77fc8caa43d0a5bc9f0d0', class: "input-container", onClick: this.handleInputContainerClick }, h("slot", { key: '18554d4beb2fe523880e14738bbdfb0cf6d90fe2', name: "leading-input" }), h("input", { key: 'b52c85804a3cb9d9705412bbb70aa0d37b4cd000', id: this.inputId, ref: e => (this.inputElement = e), autocomplete: this.autocomplete, placeholder: this.placeholder, name: this.name, type: this.showPasswordState ? 'text' : 'password', inputMode: this.mode, value: this.value, required: this.required, maxlength: this.maxlength, minlength: this.minlength, pattern: this.pattern, disabled: this.disabled, readOnly: this.readonly, onInput: this.handleInput }), !this.hidePasswordIcon && (h("nv-iconbutton", { key: '8b90cd19d7fcd2b10dcd8bff8862e09b4590f64b', class: "toggle-password-icon", name: this.showPasswordState ? 'eye' : 'eye-off', size: "md", emphasis: "lower", onClick: this.togglePasswordVisibility, onKeyDown: this.handleKeyDown, "aria-label": this.showPasswordState ? 'Hide password' : 'Show password', "aria-pressed": this.showPasswordState.toString() })), (this.success || this.error) && (h("nv-icon", { key: '7de3d6d824a5e1d8b456a5cdaf44edc0f284a1f1', name: this.success ? 'circle-check' : 'alert-circle', class: "validation", size: "md" }))), h("slot", { key: 'ef0034098648349218e1de6850c55ee7bac830d3', name: "after-input" })), (this.description ||
64
+ this.el.querySelector('[slot="description"]')) && (h("div", { key: '00df78e3991f968880006eaca78f957e5e81e932', class: "description" }, h("slot", { key: '4614e4cbdd49380194e337c4fe381cf426dd9be3', name: "description" }, this.description))), (this.errorDescription ||
65
+ this.el.querySelector('[slot="error-description"]')) && (h("div", { key: 'ef7fa856c04d4dc4751067184a3fd94c18ed5b0f', hidden: !this.error, class: "error-description" }, h("slot", { key: '96c24255cf95f9172a1c41f2579106157f2c1b8a', name: "error-description" }, this.errorDescription)))));
66
66
  }
67
67
  static get is() { return "nv-fieldpassword"; }
68
68
  static get formAssociated() { return true; }
@@ -59,9 +59,9 @@ export class NvFieldradio {
59
59
  /****************************************************************************/
60
60
  //#region RENDER
61
61
  render() {
62
- return (h(Host, { key: 'a8b1186795a3dad169078bce07f41255d81ee5c7', class: clsx(this.labelPlacement === 'before' && 'label-placement-before', this.error && 'error') }, h("input", { key: '6dbd0a12f435706e15ea563f20e09ed07ad7acb5', type: "radio", id: this.inputId, name: this.name, autocomplete: "off", value: this.value, checked: this.checked, disabled: this.disabled }), h("div", { key: 'b0dd4b9e94b34746992c999e0670168b9c426fd4', class: "text-container" }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: '3322b627728e3c12e0b964350af8708143029bde', htmlFor: this.inputId }, h("slot", { key: '72e61a533cc32c5cd447d1eaf74f599907b526e8', name: "label" }, this.label))), (this.description ||
63
- this.el.querySelector('[slot="description"]')) && (h("div", { key: '4e136ff319c090deba878ca3b64939484c1545c2', class: "description" }, h("slot", { key: '41ab10aeac57c627096f06df69ebd1bb7e8d2341', name: "description" }, this.description))), (this.errorDescription ||
64
- this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '675e61e361a4a0e1863156838f8580d5fd48b14b', hidden: !this.error, class: "error-description" }, h("slot", { key: '182947d22634957b571a7d9260bde3a7f6f8d8c1', name: "error-description" }, this.errorDescription))))));
62
+ return (h(Host, { key: '923184aa248f433413ecdc49e4da07a60b408047', class: clsx(this.labelPlacement === 'before' && 'label-placement-before', this.error && 'error') }, h("input", { key: '37c0948ac9a100352908a60dd2ad94e1f7fb2bab', type: "radio", id: this.inputId, name: this.name, autocomplete: "off", value: this.value, checked: this.checked, disabled: this.disabled }), h("div", { key: 'cb217f7f999396b1b477eb25e5e1db77e941f76a', class: "text-container" }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: '84859686efb45332b5dade8f2cb3147643782588', htmlFor: this.inputId }, h("slot", { key: 'f456892bd1bad003efdd128051989952b1719ca1', name: "label" }, this.label))), (this.description ||
63
+ this.el.querySelector('[slot="description"]')) && (h("div", { key: 'f518939cc9f5f2a1bd9ceccbe284484d51ac44fa', class: "description" }, h("slot", { key: 'f6b1c15c9be9d9c87311b7a658358edf1dbd9c8e', name: "description" }, this.description))), (this.errorDescription ||
64
+ this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '3f862fccc7e1a85c076e70babca97a74680a462b', hidden: !this.error, class: "error-description" }, h("slot", { key: '3d42e75ba035117f90e5c2f924781617a297173a', name: "error-description" }, this.errorDescription))))));
65
65
  }
66
66
  static get is() { return "nv-fieldradio"; }
67
67
  static get formAssociated() { return true; }
@@ -266,13 +266,13 @@ export class NvFieldselect {
266
266
  * @returns {HTMLStencilElement} The HTML element to render.
267
267
  */
268
268
  render() {
269
- return (h(Host, { key: '311593e5930fd3ce1f973f351915526783b8a3ec' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: '1075e1f17c0ced7dfe2910a26e868d48acb1d42e', htmlFor: this.selectId }, h("slot", { key: '4e302b832bb1024c6a3d7ab5c1eb0a1fcc9c1988', name: "label" }, this.label))), h("div", { key: '5bd2d63555668b337b646ad68cb915391d4c42f3', class: "select-wrapper" }, h("slot", { key: '59f848679390b13a2e6677e5ab80091353a3ce37', name: "before-input" }), h("div", { key: '55621c6e06cc7ce1f47afa70ad94fa1644f10887', class: "select-container", onClick: this.handleSelectContainerClick }, h("slot", { key: '14b265ca1217598ca9738983398fec805ca0bb78', name: "leading-input" }), this.internalReadonly && (h("input", { key: '33338c73698f8a032f40e296e02837db8f85bbd6', id: this.selectId + '-readonly', type: "text", value: this.computedDisplayValue, readOnly: true, class: "readonly-input", "aria-readonly": "true", "aria-label": this.label, "aria-describedby": this.error
269
+ return (h(Host, { key: 'b610d79592893cf82b0ef164f833cc033f43416d' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: 'a8232954b2230c8b44d2aadba0aba5cfd71813b5', htmlFor: this.selectId }, h("slot", { key: '457157a4cc3dece0363f13ec6c7d3357505e69f8', name: "label" }, this.label))), h("div", { key: '39b1f61586fb2e5784dba297f5f1080d5f9ab560', class: "select-wrapper" }, h("slot", { key: '9ba008fe7250f95e0158e7b0cb530ae565d6bc7f', name: "before-input" }), h("div", { key: 'e2b0b254fc64d5c33cd0252469fbf9024b6735b2', class: "select-container", onClick: this.handleSelectContainerClick }, h("slot", { key: '9b8158bb110cecc1bd8dd37082b813a1231d7392', name: "leading-input" }), this.internalReadonly && (h("input", { key: '65163fd120b753358bf45aa731be03e1291473c2', id: this.selectId + '-readonly', type: "text", value: this.computedDisplayValue, readOnly: true, class: "readonly-input", "aria-readonly": "true", "aria-label": this.label, "aria-describedby": this.error
270
270
  ? `${this.selectId}-error`
271
- : `${this.selectId}-description` })), h("select", { key: '6e8e427b566615f893a08e434a4c3f85c06ac2a2', id: this.selectId, ref: el => (this.selectElement = el), name: this.name, disabled: this.disabled, required: this.required, multiple: this.multiple, onChange: this.handleSelectChange, class: this.internalReadonly ? 'hidden' : '', "aria-label": this.label, "aria-describedby": this.error
271
+ : `${this.selectId}-description` })), h("select", { key: '5f38318e3c073e9514c9bd3d429455fc7657b783', id: this.selectId, ref: el => (this.selectElement = el), name: this.name, disabled: this.disabled, required: this.required, multiple: this.multiple, onChange: this.handleSelectChange, class: this.internalReadonly ? 'hidden' : '', "aria-label": this.label, "aria-describedby": this.error
272
272
  ? `${this.selectId}-error`
273
- : `${this.selectId}-description` }, h("slot", { key: '32217461d75c0bc91b2fe73e39fd6a493746f0a9' })), this.internalReadonly && (h("nv-icon", { key: 'ec175d87b3367620f20b60155cf4b8be224ab449', name: "chevron-down", class: "readonly-icon", size: "sm" })), this.error && (h("nv-icon", { key: '4fdb2c10f5ed1151431628873b8bf7722e2b68d0', name: "alert-circle", class: "validation", size: "sm" })), this.success && (h("nv-icon", { key: '0c20543304333b87724f630bf4790ba3d7d16b16', name: "circle-check", class: "validation", size: "sm" }))), h("slot", { key: '2cd7c2734e2c52233a0d782c76f967af884764e1', name: "after-input" })), (this.description ||
274
- this.el.querySelector('[slot="description"]')) && (h("div", { key: 'd7c4b5632f678d092a5ff95a00d4df3acf8afefc', class: "description", id: `${this.selectId}-description` }, h("slot", { key: 'f0a51369f018fef3b69811726d34634a4274ebab', name: "description" }, this.description))), (this.errorDescription ||
275
- this.el.querySelector('[slot="error-description"]')) && (h("div", { key: 'c72d98d88fa763042ca6a97a53320d4cfec3ce00', class: "error-description", id: `${this.selectId}-error` }, h("slot", { key: '50de0d322e4a8a0d57231c114186a646529f0276', name: "error-description" }, this.errorDescription)))));
273
+ : `${this.selectId}-description` }, h("slot", { key: 'c8f9b54cd6d88603070e34748b8115ae8ccfd522' })), this.internalReadonly && (h("nv-icon", { key: 'bc0151f125212a1044768a3110982cef8da0b26e', name: "chevron-down", class: "readonly-icon", size: "sm" })), this.error && (h("nv-icon", { key: 'e0883e47712cfc57746ca4167df0924ad1501e57', name: "alert-circle", class: "validation", size: "sm" })), this.success && (h("nv-icon", { key: '085c0833541a4ff6e6fbbf3350e4fc4ae570e0ec', name: "circle-check", class: "validation", size: "sm" }))), h("slot", { key: '436a1faa2b2d6d651f32556f1d69c6e6b9bdb318', name: "after-input" })), (this.description ||
274
+ this.el.querySelector('[slot="description"]')) && (h("div", { key: 'c734be03a4741a2dd03406997874cf6044954214', class: "description", id: `${this.selectId}-description` }, h("slot", { key: 'dd91d274fd97401a0dbf9b5f68fe23670b2ccf02', name: "description" }, this.description))), (this.errorDescription ||
275
+ this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '45998c6f7ecf2ee9a63c566e1f8826d1e321779c', class: "error-description", id: `${this.selectId}-error` }, h("slot", { key: '807d57d77f557d4f0d920df6ec914c2c559e4431', name: "error-description" }, this.errorDescription)))));
276
276
  }
277
277
  static get is() { return "nv-fieldselect"; }
278
278
  static get formAssociated() { return true; }
@@ -67,9 +67,9 @@ export class NvFieldtext {
67
67
  /****************************************************************************/
68
68
  //#region RENDER
69
69
  render() {
70
- return (h(Host, { key: '30cccf8007d80765860eb1344d9d280d3b49ea42' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: 'a2c1726e3102b4d14dd92d02083f7ec6c0cd411e', htmlFor: this.inputId }, h("slot", { key: 'dde6902e511d4436302b1d82bae7799a66120394', name: "label" }, this.label))), h("div", { key: '72ae532cf928fa102e1b22225feffc351f1bc457', class: "input-wrapper" }, h("slot", { key: '52b5464d5de9cbfe95bdd35c4619ed1fc9fe6f78', name: "before-input" }), h("div", { key: '206542310bccb142eeeaf4abda370a308ae254a9', class: "input-container", onClick: this.handleInputContainerClick }, h("slot", { key: '41b1c75e25e18212cd730bff7daee7502c847be7', name: "leading-input" }), h("input", { key: '57e219bb9680e134f741b031958c9463e5d6d24c', 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, autocomplete: this.autocomplete, multiple: this.multiple, value: this.value, onInput: this.handleInput }), this.error && (h("nv-icon", { key: '6fbcacfe2acd35748cff049a011c3c957ee0c909', name: "alert-circle", class: "validation", size: "sm" })), this.success && (h("nv-icon", { key: '46da7a1c2805c6ad1f7c5ae201d4de3e1adf2e17', name: "circle-check", class: "validation", size: "sm" }))), h("slot", { key: 'f2a341dcb2d7bf6cd094812b000023b183cc9c9e', name: "after-input" })), (this.description ||
71
- this.el.querySelector('[slot="description"]')) && (h("div", { key: 'd75de043cf06e26e688fdd799ee3c78bffed7e82', class: "description" }, h("slot", { key: '6f2ca8884fad345357651b798aab559ced31d12c', name: "description" }, this.description))), (this.errorDescription ||
72
- this.el.querySelector('[slot="error-description"]')) && (h("div", { key: 'ec4ddeeb8677b7483eaef7ddd7c51446d4c8d5aa', hidden: !this.error, class: "error-description" }, h("slot", { key: '077d8437bcb354900cd9d87ec721cb0f627c3877', name: "error-description" }, this.errorDescription)))));
70
+ return (h(Host, { key: '76d1f79b55fe4ec4b09b901537900bcbe1b40f1b' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: 'cdc3fd4a8f7506bee14be3a3a7c22d86858f96d0', htmlFor: this.inputId }, h("slot", { key: '5b4cf92566b0f4da29dbf84cc7b3128e9229228c', name: "label" }, this.label))), h("div", { key: '3d812356dc59127180bc0dcb1bec604c8fd1f281', class: "input-wrapper" }, h("slot", { key: 'ec9ab2b19178a3008f4582997126e1516c75e80d', name: "before-input" }), h("div", { key: '5b7c78c064e5282ddba000ccc57d90e005c16f50', class: "input-container", onClick: this.handleInputContainerClick }, h("slot", { key: 'c4a420fc3233fdca8db34ebc430764f30c79e488', name: "leading-input" }), h("input", { key: 'e2e09e3643316bda2e0e718455e050b983b73486', 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, autocomplete: this.autocomplete, multiple: this.multiple, value: this.value, onInput: this.handleInput }), this.error && (h("nv-icon", { key: '79ed73de7a55f5c501e175805014512d11fc42b4', name: "alert-circle", class: "validation", size: "sm" })), this.success && (h("nv-icon", { key: 'ebd69fb668f3fe391d77faf89a8c2766c88dac34', name: "circle-check", class: "validation", size: "sm" }))), h("slot", { key: 'c6028274d27b0bce8c1cc314d173934f4c7b1cde', name: "after-input" })), (this.description ||
71
+ this.el.querySelector('[slot="description"]')) && (h("div", { key: 'd0b510a930a7d3bbbd93320b7023bad73eaf507d', class: "description" }, h("slot", { key: 'ae671effb670898267e390cec5e0781190320cd3', name: "description" }, this.description))), (this.errorDescription ||
72
+ this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '1d0b68e0ea4ac79077b730f4ac37bf66d9923fb1', hidden: !this.error, class: "error-description" }, h("slot", { key: '8e9c3464a32461fe493bc262fe240828aa247e5c', name: "error-description" }, this.errorDescription)))));
73
73
  }
74
74
  static get is() { return "nv-fieldtext"; }
75
75
  static get formAssociated() { return true; }
@@ -128,9 +128,9 @@ export class NvFieldtextarea {
128
128
  /****************************************************************************/
129
129
  //#region RENDER
130
130
  render() {
131
- return (h(Host, { key: '0598ad37f0c12f0fda513fd7ffe67225d2a44a4d' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: '1cd2b826969fea01765369aedd6f4d5bce7c6a70', htmlFor: this.textareaId }, h("slot", { key: 'dc05b50149123674953a9005d6db8f87eafe78ca', name: "label" }, this.label))), h("div", { key: 'd74e98654af707b2fd374f6c7e0f0416a240514d', class: "textarea-wrapper" }, h("div", { key: '8a2314259104f40c7deb4b28bca88e0926803895', class: "textarea-container", onClick: this.handleTextareaContainerClick }, h("textarea", { key: '7b477d27aa4abdacab00443e45564fd1202bbf9b', id: this.textareaId, ref: e => (this.textareaElement = e), placeholder: this.placeholder, 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.getResize()) }))), (this.description ||
132
- this.el.querySelector('[slot="description"]')) && (h("div", { key: '17b2890bacaae204b5e8f1b9da48038317a16a9c', class: "description" }, h("slot", { key: 'f32d1b730ec843a3c8c19f00983f2c9f041c8fcd', name: "description" }, this.description))), (this.errorDescription ||
133
- this.el.querySelector('[slot="error-description"]')) && (h("div", { key: '7ecb127dc057e5d2fb9e330d9c79c0f12ed14b8e', hidden: !this.error, class: "error-description" }, h("slot", { key: '621fd3cb88771242aeb87646e41711f79bfaae17', name: "error-description" }, this.errorDescription)))));
131
+ return (h(Host, { key: '05e5be100e389a0d604ef6c6a126a3992c4400d8' }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: 'f0e8d865770ad7249748d76eafc520733a73df61', htmlFor: this.textareaId }, h("slot", { key: '88dc412644dd9ba26c1c4fd6495257071ea9355f', name: "label" }, this.label))), h("div", { key: 'ed27e42a150bacb526fad21c33167e5daa88fbdb', class: "textarea-wrapper" }, h("div", { key: '12afa52b296240e0b8cb7ee3dd68100619a0aaef', class: "textarea-container", onClick: this.handleTextareaContainerClick }, h("textarea", { key: '9269535072a3df3aff0f4d6093618ef3d0b9aed3', id: this.textareaId, ref: e => (this.textareaElement = e), placeholder: this.placeholder, 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.getResize()) }))), (this.description ||
132
+ this.el.querySelector('[slot="description"]')) && (h("div", { key: 'f4cbe287f58bcffa17f9175b5507ffd260652805', class: "description" }, h("slot", { key: 'b3df2bfd379089e489173b0c961ce9bc04080892', name: "description" }, this.description))), (this.errorDescription ||
133
+ this.el.querySelector('[slot="error-description"]')) && (h("div", { key: 'cb194709b15cbe0e4f243161bb34f5e487b2e073', hidden: !this.error, class: "error-description" }, h("slot", { key: 'de80cb7d6b1ad8e9f33bd17a407604df66b8eda1', name: "error-description" }, this.errorDescription)))));
134
134
  }
135
135
  static get is() { return "nv-fieldtextarea"; }
136
136
  static get formAssociated() { return true; }
@@ -43,8 +43,8 @@ export class NvFieldtoggle {
43
43
  }
44
44
  /********************************* RENDER ***********************************/
45
45
  render() {
46
- return (h(Host, { key: '367c438a430481a14f0b9b772c898f97c8d6da4d', class: clsx(this.labelPlacement === 'before' && 'label-placement-before') }, h("div", { key: 'b1a29fbcab71e95d9ef87088316c600b5467f533', class: "input-container" }, h("input", { key: '7fe8a8c9c2e9e05ba6fb4511606cc90306cf0de4', type: "checkbox", id: this.inputId, name: this.name, autocomplete: "off", value: this.value, checked: Boolean(this.checked), disabled: this.disabled || this.readonly, readonly: this.readonly })), h("div", { key: '0ffb1fd89f31b7710a20340144d52feb93ca4360', class: "text-container" }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: '0086b54008008dadb6d3501d2632fe96e223af03', htmlFor: this.inputId, class: clsx(this.hideLabel && 'visually-hidden') }, h("slot", { key: 'cd83067ab5172bd90ddbbd3c925a78576aa6e139', name: "label" }, this.label))), (this.description ||
47
- this.el.querySelector('[slot="description"]')) && (h("div", { key: 'aec1639e7f157d372ec095cda64813b15a9c9c39', class: "description" }, h("slot", { key: '9416422ec7f93b40c199b3202c4546e609313486', name: "description" }, this.description))))));
46
+ return (h(Host, { key: '32394c2068002d65652918e998a837ed413db2e8', class: clsx(this.labelPlacement === 'before' && 'label-placement-before') }, h("div", { key: 'd2a037dbf554e6885853e10d1c5097e2900f7594', class: "input-container" }, h("input", { key: 'c9f150ee7742ed49066f2af75e9aa2fbe03750ba', type: "checkbox", id: this.inputId, name: this.name, autocomplete: "off", value: this.value, checked: Boolean(this.checked), disabled: this.disabled || this.readonly, readonly: this.readonly })), h("div", { key: '6b6d95647dcd2eb850c6e78420581d7205707e62', class: "text-container" }, (this.label || this.el.querySelector('[slot="label"]')) && (h("label", { key: '00393d9a26ea57a6ecacc0a248d450d5ef8f543c', htmlFor: this.inputId, class: clsx(this.hideLabel && 'visually-hidden') }, h("slot", { key: '8e2f5085aea5337d59e753ecd856a3fc6e057269', name: "label" }, this.label))), (this.description ||
47
+ this.el.querySelector('[slot="description"]')) && (h("div", { key: 'c44a88b35cab4b2c034a2f29a9bf0ec168b86a50', class: "description" }, h("slot", { key: '5d80f64e1ac6d61025aa54b77f5e7b0860e6cc11', name: "description" }, this.description))))));
48
48
  }
49
49
  static get is() { return "nv-fieldtoggle"; }
50
50
  static get originalStyleUrls() {
@@ -1,7 +1,7 @@
1
1
  import { Host, h } from "@stencil/core";
2
2
  import clsx from "clsx";
3
3
  import { SemanticSizes } from "../../utils/constants";
4
- import iconSprite from "@eliagroup-innersource/nova-base/assets/icons/icon-sprite.svg";
4
+ import iconSprite from "@nova-design-system/nova-base/assets/icons/icon-sprite.svg";
5
5
  export class NvIcon {
6
6
  constructor() {
7
7
  this.xsmall = undefined;
@@ -46,7 +46,7 @@ export class NvIcon {
46
46
  //#region RENDER
47
47
  render() {
48
48
  //const iconSprite = getAssetPath('assets/icon-sprite.svg');
49
- return (h(Host, { key: '6831debeaf9f3b8fb3ade7132fa985b01104e423', class: clsx(this.color && `${this.color}`), role: "img", "aria-label": `${this.name}-icon` }, h("svg", { key: '6319922bd5537f4098b226aa9945719ece686fb2', 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: '47e3a338e2e1e40ccccd70973f55939829b9cde5', href: `${this.spriteUrl}#${this.name}` }))));
49
+ return (h(Host, { key: '83ef29b29944ef1a761334ef5738f1073122f5d1', class: clsx(this.color && `${this.color}`), role: "img", "aria-label": `${this.name}-icon` }, h("svg", { key: '63684e8f1e5fc0a102457f5c73d30e4fcc66eb7e', 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: '6c80c9543535b02710b3892e7ca6c94fe24c2186', href: `${this.spriteUrl}#${this.name}` }))));
50
50
  }
51
51
  static get is() { return "nv-icon"; }
52
52
  static get originalStyleUrls() {
@@ -1 +1 @@
1
- {"version":3,"file":"nv-icon.js","sourceRoot":"","sources":["../../../src/components/nv-icon/nv-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,aAAa,EAA4B,MAAM,uBAAuB,CAAC;AAEhF,OAAO,UAAU,MAAM,+DAA+D,CAAC;AAOvF,MAAM,OAAO,MAAM;;;;;;;;;oBA0EU,aAAa,CAAC,MAAM;;;IAjC/C,mBAAmB;QACjB,IAAI,IAAI,CAAC,MAAM,EAAE,CAAC;YAChB,IAAI,CAAC,IAAI,GAAG,aAAa,CAAC,UAAU,CAAC;QACvC,CAAC;QACD,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;YACf,IAAI,CAAC,IAAI,GAAG,aAAa,CAAC,KAAK,CAAC;QAClC,CAAC;QACD,IAAI,IAAI,CAAC,MAAM,EAAE,CAAC;YAChB,IAAI,CAAC,IAAI,GAAG,aAAa,CAAC,MAAM,CAAC;QACnC,CAAC;QACD,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;YACf,IAAI,CAAC,IAAI,GAAG,aAAa,CAAC,KAAK,CAAC;QAClC,CAAC;QACD,IAAI,IAAI,CAAC,MAAM,EAAE,CAAC;YAChB,IAAI,CAAC,IAAI,GAAG,aAAa,CAAC,UAAU,CAAC;QACvC,CAAC;IACH,CAAC;IAsBD,KAAK,CAAC,iBAAiB;QACrB,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,UAAU,CAAC,CAAC;QACzC,MAAM,IAAI,GAAG,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;QACnC,IAAI,CAAC,SAAS,GAAG,GAAG,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;IAC7C,CAAC;IAED,oBAAoB;QAClB,IAAI,IAAI,CAAC,SAAS,EAAE,CAAC;YACnB,GAAG,CAAC,eAAe,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACtC,CAAC;IACH,CAAC;IAED,uBAAuB;IACvB,8EAA8E;IAC9E,gBAAgB;IAEhB,MAAM;QACJ,4DAA4D;QAC5D,OAAO,CACL,EAAC,IAAI,qDACH,KAAK,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC,EAC1C,IAAI,EAAC,KAAK,gBACE,GAAG,IAAI,CAAC,IAAI,OAAO;YAE/B,4DACE,MAAM,EAAC,cAAc,EACrB,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,WAAW,IAAI,CAAC,IAAI,EAAE;gBAE7B,4DAAK,IAAI,EAAE,GAAG,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,IAAI,EAAE,GAAI,CAC3C,CACD,CACR,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, Host, h, Prop, State } from '@stencil/core';\nimport clsx from 'clsx';\nimport { SemanticSizes, DeprecatedSemanticColors } from '../../utils/constants';\nimport { IconName } from './nv-icons';\nimport iconSprite from '@eliagroup-innersource/nova-base/assets/icons/icon-sprite.svg';\n\n@Component({\n tag: 'nv-icon',\n styleUrl: 'nv-icon.scss',\n shadow: false,\n})\nexport class NvIcon {\n /****************************************************************************/\n //#region DEPRECATED\n\n /**\n * Set size to ExtraSmall.\n * @deprecated use size instead.\n */\n @Prop()\n readonly xsmall: boolean;\n /**\n * Set size to Small.\n * @deprecated use size instead.\n */\n @Prop()\n readonly small: boolean;\n /**\n * Set size to Medium.\n * @deprecated use size instead.\n */\n @Prop()\n readonly medium: boolean;\n /**\n * Set size to Large.\n * @deprecated use size instead.\n */\n @Prop()\n readonly large: boolean;\n /**\n * Set size to ExtraLarge.\n * @deprecated use size instead.\n */\n @Prop()\n readonly xlarge: boolean;\n /**\n * Set color of the icon.\n * @deprecated use class names instead.\n */\n @Prop()\n readonly color: `${DeprecatedSemanticColors}`;\n\n componentWillRender() {\n if (this.xsmall) {\n this.size = SemanticSizes.ExtraSmall;\n }\n if (this.small) {\n this.size = SemanticSizes.Small;\n }\n if (this.medium) {\n this.size = SemanticSizes.Medium;\n }\n if (this.large) {\n this.size = SemanticSizes.Large;\n }\n if (this.xlarge) {\n this.size = SemanticSizes.ExtraLarge;\n }\n }\n\n //#endregion DEPRECATED\n /****************************************************************************/\n //#region PROPERTIES\n\n /**\n * Choose the icon you want to display. This also sets the aria-label for\n * improved accessibility, helping users who rely on screen readers.\n */\n @Prop({ reflect: true })\n readonly name: `${IconName}` | string;\n\n /**\n * Adjust the size of the icon to fit your design needs.\n */\n @Prop({ mutable: true, reflect: true })\n size: `${SemanticSizes}` = SemanticSizes.Medium;\n\n @State()\n spriteUrl: string;\n\n async componentWillLoad() {\n const response = await fetch(iconSprite);\n const blob = await response.blob();\n this.spriteUrl = URL.createObjectURL(blob);\n }\n\n disconnectedCallback() {\n if (this.spriteUrl) {\n URL.revokeObjectURL(this.spriteUrl);\n }\n }\n\n //#endregion PROPERTIES\n /****************************************************************************/\n //#region RENDER\n\n render() {\n //const iconSprite = getAssetPath('assets/icon-sprite.svg');\n return (\n <Host\n class={clsx(this.color && `${this.color}`)}\n role=\"img\"\n aria-label={`${this.name}-icon`}\n >\n <svg\n stroke=\"currentColor\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n class={`nv-icon-${this.size}`}\n >\n <use href={`${this.spriteUrl}#${this.name}`} />\n </svg>\n </Host>\n );\n }\n}\n"]}
1
+ {"version":3,"file":"nv-icon.js","sourceRoot":"","sources":["../../../src/components/nv-icon/nv-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,aAAa,EAA4B,MAAM,uBAAuB,CAAC;AAEhF,OAAO,UAAU,MAAM,4DAA4D,CAAC;AAOpF,MAAM,OAAO,MAAM;;;;;;;;;oBA0EU,aAAa,CAAC,MAAM;;;IAjC/C,mBAAmB;QACjB,IAAI,IAAI,CAAC,MAAM,EAAE,CAAC;YAChB,IAAI,CAAC,IAAI,GAAG,aAAa,CAAC,UAAU,CAAC;QACvC,CAAC;QACD,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;YACf,IAAI,CAAC,IAAI,GAAG,aAAa,CAAC,KAAK,CAAC;QAClC,CAAC;QACD,IAAI,IAAI,CAAC,MAAM,EAAE,CAAC;YAChB,IAAI,CAAC,IAAI,GAAG,aAAa,CAAC,MAAM,CAAC;QACnC,CAAC;QACD,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;YACf,IAAI,CAAC,IAAI,GAAG,aAAa,CAAC,KAAK,CAAC;QAClC,CAAC;QACD,IAAI,IAAI,CAAC,MAAM,EAAE,CAAC;YAChB,IAAI,CAAC,IAAI,GAAG,aAAa,CAAC,UAAU,CAAC;QACvC,CAAC;IACH,CAAC;IAsBD,KAAK,CAAC,iBAAiB;QACrB,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,UAAU,CAAC,CAAC;QACzC,MAAM,IAAI,GAAG,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;QACnC,IAAI,CAAC,SAAS,GAAG,GAAG,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;IAC7C,CAAC;IAED,oBAAoB;QAClB,IAAI,IAAI,CAAC,SAAS,EAAE,CAAC;YACnB,GAAG,CAAC,eAAe,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACtC,CAAC;IACH,CAAC;IAED,uBAAuB;IACvB,8EAA8E;IAC9E,gBAAgB;IAEhB,MAAM;QACJ,4DAA4D;QAC5D,OAAO,CACL,EAAC,IAAI,qDACH,KAAK,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC,EAC1C,IAAI,EAAC,KAAK,gBACE,GAAG,IAAI,CAAC,IAAI,OAAO;YAE/B,4DACE,MAAM,EAAC,cAAc,EACrB,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,WAAW,IAAI,CAAC,IAAI,EAAE;gBAE7B,4DAAK,IAAI,EAAE,GAAG,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,IAAI,EAAE,GAAI,CAC3C,CACD,CACR,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, Host, h, Prop, State } from '@stencil/core';\nimport clsx from 'clsx';\nimport { SemanticSizes, DeprecatedSemanticColors } from '../../utils/constants';\nimport { IconName } from './nv-icons';\nimport iconSprite from '@nova-design-system/nova-base/assets/icons/icon-sprite.svg';\n\n@Component({\n tag: 'nv-icon',\n styleUrl: 'nv-icon.scss',\n shadow: false,\n})\nexport class NvIcon {\n /****************************************************************************/\n //#region DEPRECATED\n\n /**\n * Set size to ExtraSmall.\n * @deprecated use size instead.\n */\n @Prop()\n readonly xsmall: boolean;\n /**\n * Set size to Small.\n * @deprecated use size instead.\n */\n @Prop()\n readonly small: boolean;\n /**\n * Set size to Medium.\n * @deprecated use size instead.\n */\n @Prop()\n readonly medium: boolean;\n /**\n * Set size to Large.\n * @deprecated use size instead.\n */\n @Prop()\n readonly large: boolean;\n /**\n * Set size to ExtraLarge.\n * @deprecated use size instead.\n */\n @Prop()\n readonly xlarge: boolean;\n /**\n * Set color of the icon.\n * @deprecated use class names instead.\n */\n @Prop()\n readonly color: `${DeprecatedSemanticColors}`;\n\n componentWillRender() {\n if (this.xsmall) {\n this.size = SemanticSizes.ExtraSmall;\n }\n if (this.small) {\n this.size = SemanticSizes.Small;\n }\n if (this.medium) {\n this.size = SemanticSizes.Medium;\n }\n if (this.large) {\n this.size = SemanticSizes.Large;\n }\n if (this.xlarge) {\n this.size = SemanticSizes.ExtraLarge;\n }\n }\n\n //#endregion DEPRECATED\n /****************************************************************************/\n //#region PROPERTIES\n\n /**\n * Choose the icon you want to display. This also sets the aria-label for\n * improved accessibility, helping users who rely on screen readers.\n */\n @Prop({ reflect: true })\n readonly name: `${IconName}` | string;\n\n /**\n * Adjust the size of the icon to fit your design needs.\n */\n @Prop({ mutable: true, reflect: true })\n size: `${SemanticSizes}` = SemanticSizes.Medium;\n\n @State()\n spriteUrl: string;\n\n async componentWillLoad() {\n const response = await fetch(iconSprite);\n const blob = await response.blob();\n this.spriteUrl = URL.createObjectURL(blob);\n }\n\n disconnectedCallback() {\n if (this.spriteUrl) {\n URL.revokeObjectURL(this.spriteUrl);\n }\n }\n\n //#endregion PROPERTIES\n /****************************************************************************/\n //#region RENDER\n\n render() {\n //const iconSprite = getAssetPath('assets/icon-sprite.svg');\n return (\n <Host\n class={clsx(this.color && `${this.color}`)}\n role=\"img\"\n aria-label={`${this.name}-icon`}\n >\n <svg\n stroke=\"currentColor\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n class={`nv-icon-${this.size}`}\n >\n <use href={`${this.spriteUrl}#${this.name}`} />\n </svg>\n </Host>\n );\n }\n}\n"]}
@@ -63,7 +63,7 @@ export class NvIconbutton {
63
63
  /****************************************************************************/
64
64
  //#region RENDER
65
65
  render() {
66
- return (h(Host, { key: 'dc918224a0fcbea4bc0d299fcd86a066c9fb2a6e', role: "button", type: this.type, tabindex: "0", disabled: this.disabled ? true : undefined, class: clsx('root', `size-${this.size}`, `emphasis-${this.emphasis}`, this.loading && 'loading', `shape-${this.shape}`), onClick: this.handleClick }, this.loading && h("nv-loader", { key: '7f2484c41aa8b8dc2d6e40f4174c486e95efe65b', size: this.size }), !this.loading && h("nv-icon", { key: '772c5d352e9eb65911ee68fcbeeb6f1b1ad3606a', name: this.name, size: this.size }), h("slot", { key: 'e4bdc61098a178a8c12a898410b5131105a1b6f4' })));
66
+ return (h(Host, { key: '3ca84b14312db9e4fff85fac71fbb0cc7ae7db44', role: "button", type: this.type, tabindex: "0", disabled: this.disabled ? true : undefined, class: clsx('root', `size-${this.size}`, `emphasis-${this.emphasis}`, this.loading && 'loading', `shape-${this.shape}`), onClick: this.handleClick }, this.loading && h("nv-loader", { key: 'bfb6c6ee4dbfa56595b704f436120c3ae18f4fc4', size: this.size }), !this.loading && h("nv-icon", { key: '7e87da2f6d233289bbce12416bf0d39b647f43f3', name: this.name, size: this.size }), h("slot", { key: '43972e79cf4efb921cbc9714110b13590144a268' })));
67
67
  }
68
68
  static get is() { return "nv-iconbutton"; }
69
69
  static get formAssociated() { return true; }
@@ -10,7 +10,7 @@ export class NvLoader {
10
10
  //#region RENDER
11
11
  /* <slot> empty to force rendering change */
12
12
  render() {
13
- return (h(Host, { key: 'd6bc07fa876b14f8332275b0013eb0957463448d', class: clsx(this.size && `size-${this.size}`, this.color && `color-${this.color}`) }));
13
+ return (h(Host, { key: 'b4c0dab3c3ea4e2bdd434d779d4b736577bd467e', class: clsx(this.size && `size-${this.size}`, this.color && `color-${this.color}`) }));
14
14
  }
15
15
  static get is() { return "nv-loader"; }
16
16
  static get originalStyleUrls() {
@@ -172,7 +172,7 @@ export class NvMenu {
172
172
  /****************************************************************************/
173
173
  //#region RENDER
174
174
  render() {
175
- return (h(Host, { key: '080871f790f3725ee0c627ff6f2c23b0b9c67ed9' }, h("slot", { key: '8b2b2392d606f14b61c7c3ea799273948b045d0d', name: "trigger" }), h("nv-popover", { key: '33bae39e185e26a23aa0d7d9d2ac7b0f35658fd9', ref: el => (this.popoverElement = el), triggerMode: "click", triggerElement: this.triggerElement, placement: this.placement, nested: this.nested, open: this.open }, h("slot", { key: 'f50743c2ed89866882266413e595a03185bd329e', name: "content" }))));
175
+ return (h(Host, { key: '5a3a0645d952724b5c2ddd1f2578201568bf827b' }, h("slot", { key: '65506a9b7035ef645daa87079339ad7e7cd76377', name: "trigger" }), h("nv-popover", { key: 'f5998e3d878671d09ea684de2a54bca504513f48', ref: el => (this.popoverElement = el), triggerMode: "click", triggerElement: this.triggerElement, placement: this.placement, nested: this.nested, open: this.open }, h("slot", { key: '267e0e587177bdb8b6ce9b10f36c43158547d5b2', name: "content" }))));
176
176
  }
177
177
  static get is() { return "nv-menu"; }
178
178
  static get originalStyleUrls() {
@@ -253,7 +253,7 @@ export class NvPopover {
253
253
  /****************************************************************************/
254
254
  //#region RENDER
255
255
  render() {
256
- return (h(Host, { key: '305452892fe5a5889aa81ad8a794f91407965a82' }, h("slot", { key: 'c82770ebfafb46c8e5ceb55b71199873ac7ca039', name: "trigger" }), h("div", { key: '02646f26b908fa4103ebb0a44233a833713c57bc', "data-scope": "popover", hidden: true, ref: el => (this.popoverElement = el) }, this.hasArrow && (h("div", { key: 'dc654f5595b1e9b2fae2b8eab2d8716ad8c1fcee', "data-scope": "arrow", ref: el => (this.arrowElement = el) })), h("slot", { key: '0d2dd2e1fca7f73815add0cd4ff85b41932f01fb', name: "content" }))));
256
+ return (h(Host, { key: '8d32b4cb618de8d8c88e813b5cb446eb4e667f27' }, h("slot", { key: 'bb4688a7ed334a32c1033c340d765e5abc8aef4a', name: "trigger" }), h("div", { key: '2e3847dd205be87742f3794f806ed1d903d88f14', "data-scope": "popover", hidden: true, ref: el => (this.popoverElement = el) }, this.hasArrow && (h("div", { key: '8259476267d3c14043c649b95d875452909e1e08', "data-scope": "arrow", ref: el => (this.arrowElement = el) })), h("slot", { key: 'e6d68d89876b7353c0abd349b7c3bc1bfe790a76', name: "content" }))));
257
257
  }
258
258
  static get is() { return "nv-popover"; }
259
259
  static get originalStyleUrls() {
@@ -6,7 +6,7 @@ export class NvRow {
6
6
  /****************************************************************************/
7
7
  //#region RENDER
8
8
  render() {
9
- return (h(Host, { key: 'bccdd262d6d7bcec9a25422886173b75e84e8681' }, h("slot", { key: '5e16847683228465a72ec2f5b03de429cb881d41' })));
9
+ return (h(Host, { key: 'b6a2c143bf767ab622d0305574be11c71a770421' }, h("slot", { key: '8665290a25fdb12165d52436fc64d1a11ff93814' })));
10
10
  }
11
11
  static get is() { return "nv-row"; }
12
12
  static get originalStyleUrls() {
@@ -16,7 +16,7 @@ export class NvStack {
16
16
  /****************************************************************************/
17
17
  //#region RENDER
18
18
  render() {
19
- return (h(Host, { key: 'a06b3c85ea07e19125e1b8b23561869de8c8edcc', class: clsx(this.fill && 'nv-stack-fill', this.flex && 'nv-stack-flex', this.full && 'w-full', this.gutter && !this.vertical && `gutter-x-${this.gutter}`, this.gutter && this.vertical && `gutter-y-${this.gutter}`, this.vertical && 'nv-stack-vertical') }, h("slot", { key: '8d902ed2b636bb6d1d8930c6d89117c7a1081707' })));
19
+ return (h(Host, { key: '4c8889bb870137f5c3aa8fc499c26fc77bc6fba1', class: clsx(this.fill && 'nv-stack-fill', this.flex && 'nv-stack-flex', this.full && 'w-full', this.gutter && !this.vertical && `gutter-x-${this.gutter}`, this.gutter && this.vertical && `gutter-y-${this.gutter}`, this.vertical && 'nv-stack-vertical') }, h("slot", { key: 'dbd5b334a0e6ee5aa3bbc0431d44d81933f1c05c' })));
20
20
  }
21
21
  static get is() { return "nv-stack"; }
22
22
  static get originalStyleUrls() {
@@ -21,7 +21,7 @@ export class NvTooltip {
21
21
  /****************************************************************************/
22
22
  //#region RENDER
23
23
  render() {
24
- return (h(Host, { key: 'adb606648ce4c11bb1293007a640f90603c66317' }, h("slot", { key: 'eef7d009694b5cd1010c3bf2ef40f46e726f1306' }), h("nv-popover", { key: '5ab73b344c52709cae8e27b519e27b9297f9e048', triggerMode: "hover", hasArrow: true, placement: this.placement, triggerElement: this.triggerElement, groupName: 'tooltip', enterDelay: this.enterDelay }, h("p", { key: '999764402770b8a19402d2c87c2994aead46ba87', slot: "content" }, this.message), h("slot", { key: '8c4f29a7acb4469ad8a4bced0defc2f8021f125a', name: "content" }))));
24
+ return (h(Host, { key: '7fbaa673028556f15b8c15a863f066d79b7b844e' }, h("slot", { key: 'b9007b3c3326ed7bb3bea05c2b2ad90d49b25a45' }), h("nv-popover", { key: '9a72b61bf4af4a769ba5ad991925bc982a440f93', triggerMode: "hover", hasArrow: true, placement: this.placement, triggerElement: this.triggerElement, groupName: 'tooltip', enterDelay: this.enterDelay }, h("p", { key: 'aa7d584e0db97792915f5460a7760ad16f45c5ba', slot: "content" }, this.message), h("slot", { key: 'fc32501ada94b526adf6e9fcb71ec355f72a163d', name: "content" }))));
25
25
  }
26
26
  static get is() { return "nv-tooltip"; }
27
27
  static get originalStyleUrls() {
@@ -1,6 +1,6 @@
1
- import { u as useGrow } from './p-45ffa910.js';
2
- export { e as eventUtils } from './p-45ffa910.js';
3
- export { g as getAssetPath, s as setAssetPath, a as setNonce, b as setPlatformOptions } from './p-c434f2e5.js';
1
+ import { u as useGrow } from './p-50bd2808.js';
2
+ export { e as eventUtils } from './p-50bd2808.js';
3
+ export { g as getAssetPath, s as setAssetPath, a as setNonce, b as setPlatformOptions } from './p-632bedb8.js';
4
4
  export { c as constants } from './p-a15ddd42.js';
5
5
  import { u as useCollapse, t as timeline } from './p-42301d8f.js';
6
6
  import { u as useFade } from './p-1daca48a.js';
@@ -1,9 +1,9 @@
1
- import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-c434f2e5.js';
1
+ import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-632bedb8.js';
2
2
  import { c as clsx } from './p-8a1a6e56.js';
3
3
  import { F as FeedbackColors } from './p-a15ddd42.js';
4
4
  import { u as useCollapse, t as timeline } from './p-42301d8f.js';
5
5
  import { u as useFade } from './p-1daca48a.js';
6
- import { d as defineCustomElement$2 } from './p-9cbeeff9.js';
6
+ import { d as defineCustomElement$2 } from './p-6146d4b0.js';
7
7
 
8
8
  const nvAlertCss = "nv-alert{display:flex !important;align-items:flex-start;position:relative;gap:var(--alert-gap-x);border-radius:var(--alert-radius);font-family:\"TT Norms Pro\", \"Montserrat\", sans-serif}nv-alert>nv-icon{margin-left:var(--alert-icon-position-x);margin-top:var(--alert-icon-position-y)}nv-alert.feedback-information{background-color:var(--components-alert-information-background);border:1px solid var(--components-alert-information-border) !important}nv-alert.feedback-information>.close:focus,nv-alert.feedback-information>.close:focus-within{outline:none}nv-alert.feedback-information>.close:focus-visible,nv-alert.feedback-information>.close:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--components-alert-information-border);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-alert.feedback-warning{background-color:var(--components-alert-warning-background);border:1px solid var(--components-alert-warning-border) !important}nv-alert.feedback-warning>.close:focus,nv-alert.feedback-warning>.close:focus-within{outline:none}nv-alert.feedback-warning>.close:focus-visible,nv-alert.feedback-warning>.close:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--components-alert-warning-border);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-alert.feedback-error{background-color:var(--components-alert-error-background);border:1px solid var(--components-alert-error-border) !important}nv-alert.feedback-error>.close:focus,nv-alert.feedback-error>.close:focus-within{outline:none}nv-alert.feedback-error>.close:focus-visible,nv-alert.feedback-error>.close:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--components-alert-error-border);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-alert.feedback-success{background-color:var(--components-alert-success-background);border:1px solid var(--components-alert-success-border) !important}nv-alert.feedback-success>.close:focus,nv-alert.feedback-success>.close:focus-within{outline:none}nv-alert.feedback-success>.close:focus-visible,nv-alert.feedback-success>.close:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--components-alert-success-border);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-alert.feedback-neutral{background-color:var(--components-alert-neutral-background);border:1px solid var(--components-alert-neutral-border) !important}nv-alert.feedback-neutral>.close:focus,nv-alert.feedback-neutral>.close:focus-within{outline:none}nv-alert.feedback-neutral>.close:focus-visible,nv-alert.feedback-neutral>.close:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--components-alert-neutral-border);outline-offset:calc(var(--focus-outline-offset) * 1)}nv-alert>nv-icon.icon-information{color:var(--components-alert-information-icon)}nv-alert>nv-icon.icon-warning{color:var(--components-alert-warning-icon)}nv-alert>nv-icon.icon-error{color:var(--components-alert-error-icon)}nv-alert>nv-icon.icon-success{color:var(--components-alert-success-icon)}nv-alert>nv-icon.icon-neutral{color:var(--components-alert-neutral-icon)}nv-alert>.content{display:flex;padding:var(--alert-padding);padding-left:0;flex-direction:column;gap:var(--alert-gap-y)}nv-alert>.content>.heading{color:var(--components-alert-content-title);font-size:var(--alert-heading-font-size);line-height:var(--alert-heading-line-height);font-weight:var(--alert-heading-font-weight)}nv-alert>.content>.message{color:var(--components-alert-content-description);font-size:var(--alert-message-font-size);line-height:var(--alert-message-line-height)}nv-alert>.close{border-radius:var(--alert-radius);position:absolute;display:flex;top:var(--alert-icon-position-y);right:var(--alert-icon-position-x);padding:0;border:none;background:none;cursor:pointer}";
9
9
  const NvAlertStyle0 = nvAlertCss;
@@ -1,7 +1,7 @@
1
- import { p as proxyCustomElement, H, h, d as Host } from './p-c434f2e5.js';
1
+ import { p as proxyCustomElement, H, h, d as Host } from './p-632bedb8.js';
2
2
  import { c as clsx } from './p-8a1a6e56.js';
3
3
  import { S as SemanticSizes } from './p-a15ddd42.js';
4
- import { d as defineCustomElement$2 } from './p-9cbeeff9.js';
4
+ import { d as defineCustomElement$2 } from './p-6146d4b0.js';
5
5
 
6
6
  const nvAvatarCss = "nv-icon{display:inline-block;width:fit-content;height:fit-content;color:inherit}nv-icon>.nv-icon-xs{width:var(--spacing-3);height:var(--spacing-3);stroke-width:1.2px}nv-icon>.nv-icon-sm{width:var(--spacing-4);height:var(--spacing-4);stroke-width:1.5px}nv-icon>.nv-icon-md{width:var(--spacing-5);height:var(--spacing-5);stroke-width:1.6px}nv-icon>.nv-icon-lg{width:var(--spacing-6);height:var(--spacing-6);stroke-width:1.8px}nv-icon>.nv-icon-xl{width:var(--spacing-7);height:var(--spacing-7);stroke-width:1.9px}nv-avatar{align-items:center !important;background-color:var(--components-avatar-background-1);border-radius:var(--radius-rounded-full) !important;display:flex !important;flex-shrink:0 !important;font-family:\"TT Norms Pro\", sans-serif;font-style:normal;font-weight:var(--font-weight-medium-emphasis);justify-content:center !important;leading-trim:both;line-height:1 !important;text-align:center;text-edge:cap;text-transform:uppercase}nv-avatar.avatar-color-1{background-color:var(--components-avatar-background-1);color:var(--components-avatar-content-1)}nv-avatar.avatar-color-2{background-color:var(--components-avatar-background-2);color:var(--components-avatar-content-2)}nv-avatar.avatar-color-3{background-color:var(--components-avatar-background-3);color:var(--components-avatar-content-3)}nv-avatar.avatar-color-4{background-color:var(--components-avatar-background-4);color:var(--components-avatar-content-4)}nv-avatar.avatar-color-5{background-color:var(--components-avatar-background-5);color:var(--components-avatar-content-5)}nv-avatar.avatar-color-6{background-color:var(--components-avatar-background-6);color:var(--components-avatar-content-6)}nv-avatar.avatar-color-7{background-color:var(--components-avatar-background-7);color:var(--components-avatar-content-7)}nv-avatar.avatar-color-8{background-color:var(--components-avatar-background-8);color:var(--components-avatar-content-8)}nv-avatar.avatar-color-9{background-color:var(--components-avatar-background-9);color:var(--components-avatar-content-9)}nv-avatar.avatar-color-10{background-color:var(--components-avatar-background-10);color:var(--components-avatar-content-10)}nv-avatar img{height:100%;width:100%;object-fit:cover;object-position:center;border-radius:50%}nv-avatar.avatar-xs{width:var(--avatar-xs-size);height:var(--avatar-xs-size);font-size:var(--avatar-xs-font-size);line-height:var(--avatar-xs-font-size)}nv-avatar.avatar-xs nv-icon>svg{width:var(--spacing-3);height:var(--spacing-3);stroke-width:1.2px}nv-avatar.avatar-sm{width:var(--avatar-sm-size);height:var(--avatar-sm-size);font-size:var(--avatar-sm-font-size);line-height:var(--avatar-sm-font-size)}nv-avatar.avatar-sm nv-icon>svg{width:var(--spacing-4);height:var(--spacing-4);stroke-width:1.5px}nv-avatar.avatar-md{width:var(--avatar-md-size);height:var(--avatar-md-size);font-size:var(--avatar-md-font-size);line-height:var(--avatar-md-font-size)}nv-avatar.avatar-md nv-icon>svg{width:var(--spacing-5);height:var(--spacing-5);stroke-width:1.6px}nv-avatar.avatar-lg{width:var(--avatar-lg-size);height:var(--avatar-lg-size);font-size:var(--avatar-lg-font-size);line-height:var(--avatar-lg-font-size)}nv-avatar.avatar-lg nv-icon>svg{width:var(--spacing-6);height:var(--spacing-6);stroke-width:1.8px}nv-avatar.avatar-xl{width:var(--avatar-xl-size);height:var(--avatar-xl-size);font-size:var(--avatar-xl-font-size);line-height:var(--avatar-xl-font-size)}nv-avatar.avatar-xl nv-icon>svg{width:var(--spacing-7);height:var(--spacing-7);stroke-width:1.9px}";
7
7
  const NvAvatarStyle0 = nvAvatarCss;
@@ -1,8 +1,8 @@
1
- import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-c434f2e5.js';
1
+ import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-632bedb8.js';
2
2
  import { c as clsx } from './p-8a1a6e56.js';
3
3
  import { u as useCollapse, t as timeline } from './p-42301d8f.js';
4
4
  import { u as useFade } from './p-1daca48a.js';
5
- import { d as defineCustomElement$2 } from './p-9cbeeff9.js';
5
+ import { d as defineCustomElement$2 } from './p-6146d4b0.js';
6
6
 
7
7
  const nvBadgeCss = "nv-icon{display:inline-block;width:fit-content;height:fit-content;color:inherit}nv-icon>.nv-icon-xs{width:var(--spacing-3);height:var(--spacing-3);stroke-width:1.2px}nv-icon>.nv-icon-sm{width:var(--spacing-4);height:var(--spacing-4);stroke-width:1.5px}nv-icon>.nv-icon-md{width:var(--spacing-5);height:var(--spacing-5);stroke-width:1.6px}nv-icon>.nv-icon-lg{width:var(--spacing-6);height:var(--spacing-6);stroke-width:1.8px}nv-icon>.nv-icon-xl{width:var(--spacing-7);height:var(--spacing-7);stroke-width:1.9px}nv-badge{padding:var(--badge-padding-y) var(--badge-padding-x);display:inline-flex !important;vertical-align:middle;align-items:center;border-radius:var(--radius-rounded-full);height:fit-content;width:fit-content}nv-badge.with-gap{padding:var(--badge-padding-y) var(--badge-padding-x);display:inline-flex !important;vertical-align:middle;align-items:center;border-radius:var(--radius-rounded-full);height:fit-content;width:fit-content;gap:var(--badge-gap-x)}nv-badge:not(.with-gap){padding:var(--badge-padding-y) var(--badge-padding-x);display:inline-flex !important;vertical-align:middle;align-items:center;border-radius:var(--radius-rounded-full);height:fit-content;width:fit-content}nv-badge.badge-1{color:var(--color-rainbow-1-content);background-color:var(--color-rainbow-1-background)}nv-badge.badge-1 .close:focus,nv-badge.badge-1 .close:focus-within{outline:none}nv-badge.badge-1 .close:focus-visible,nv-badge.badge-1 .close:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-rainbow-1-content);outline-offset:calc(var(--focus-outline-offset) * 0.2)}nv-badge.badge-1 nv-icon{color:var(--color-rainbow-1-content)}nv-badge.badge-2{color:var(--color-rainbow-2-content);background-color:var(--color-rainbow-2-background)}nv-badge.badge-2 .close:focus,nv-badge.badge-2 .close:focus-within{outline:none}nv-badge.badge-2 .close:focus-visible,nv-badge.badge-2 .close:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-rainbow-2-content);outline-offset:calc(var(--focus-outline-offset) * 0.2)}nv-badge.badge-2 nv-icon{color:var(--color-rainbow-2-content)}nv-badge.badge-3{color:var(--color-rainbow-3-content);background-color:var(--color-rainbow-3-background)}nv-badge.badge-3 .close:focus,nv-badge.badge-3 .close:focus-within{outline:none}nv-badge.badge-3 .close:focus-visible,nv-badge.badge-3 .close:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-rainbow-3-content);outline-offset:calc(var(--focus-outline-offset) * 0.2)}nv-badge.badge-3 nv-icon{color:var(--color-rainbow-3-content)}nv-badge.badge-4{color:var(--color-rainbow-4-content);background-color:var(--color-rainbow-4-background)}nv-badge.badge-4 .close:focus,nv-badge.badge-4 .close:focus-within{outline:none}nv-badge.badge-4 .close:focus-visible,nv-badge.badge-4 .close:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-rainbow-4-content);outline-offset:calc(var(--focus-outline-offset) * 0.2)}nv-badge.badge-4 nv-icon{color:var(--color-rainbow-4-content)}nv-badge.badge-5{color:var(--color-rainbow-5-content);background-color:var(--color-rainbow-5-background)}nv-badge.badge-5 .close:focus,nv-badge.badge-5 .close:focus-within{outline:none}nv-badge.badge-5 .close:focus-visible,nv-badge.badge-5 .close:has(:focus-visible){outline:var(--focus-outline-stroke) solid var(--color-rainbow-5-content);outline-offset:calc(var(--focus-outline-offset) * 0.2)}nv-badge.badge-5 nv-icon{color:var(--color-rainbow-5-content)}nv-badge span{font-size:var(--font-size-xs);line-height:var(--line-height-xs) !important}nv-badge nv-icon>svg.icon-xs{width:var(--spacing-3);height:var(--spacing-3);stroke-width:1.2px}nv-badge nv-icon>svg.icon-sm{width:var(--spacing-3);height:var(--spacing-3);stroke-width:1.2px}nv-badge nv-icon>svg.icon-md{width:var(--spacing-3);height:var(--spacing-3);stroke-width:1.2px}nv-badge nv-icon>svg.icon-lg{width:var(--spacing-3);height:var(--spacing-3);stroke-width:1.2px}nv-badge nv-icon>svg.icon-xl{width:var(--spacing-3);height:var(--spacing-3);stroke-width:1.2px}nv-badge .close{padding:0;line-height:0;border:none;background:none;cursor:pointer;color:inherit;display:inline-flex;align-items:center;aspect-ratio:1/1;border-radius:var(--radius-rounded-full)}";
8
8
  const NvBadgeStyle0 = nvBadgeCss;
@@ -1,4 +1,4 @@
1
- import { p as proxyCustomElement, H, h, d as Host } from './p-c434f2e5.js';
1
+ import { p as proxyCustomElement, H, h, d as Host } from './p-632bedb8.js';
2
2
 
3
3
  const classes = {
4
4
  'w-full': 'w-full',