@zanichelli/albe-web-components 6.1.0 → 6.2.0-a1

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 (595) hide show
  1. package/CHANGELOG.md +2036 -0
  2. package/dist/cjs/index.cjs.js +346 -302
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/{utils-ce225fb3.js → utils-7c92be74.js} +4 -5
  5. package/dist/cjs/{utils-ebe45309.js → utils-f681590c.js} +10 -11
  6. package/dist/cjs/web-components-library.cjs.js +1 -1
  7. package/dist/cjs/z-alert.cjs.entry.js +1 -0
  8. package/dist/cjs/z-app-header.cjs.entry.js +7 -29
  9. package/dist/cjs/z-app-switcher_9.cjs.entry.js +84 -70
  10. package/dist/cjs/z-aria-alert.cjs.entry.js +1 -3
  11. package/dist/cjs/z-avatar.cjs.entry.js +6 -8
  12. package/dist/cjs/z-body_2.cjs.entry.js +4 -2
  13. package/dist/cjs/z-button-deprecated.cjs.entry.js +6 -12
  14. package/dist/cjs/z-button-filter.cjs.entry.js +2 -3
  15. package/dist/cjs/z-button-sort.cjs.entry.js +4 -4
  16. package/dist/cjs/z-button.cjs.entry.js +8 -9
  17. package/dist/cjs/z-card.cjs.entry.js +6 -6
  18. package/dist/cjs/z-carousel.cjs.entry.js +11 -10
  19. package/dist/cjs/z-chip-deprecated.cjs.entry.js +2 -0
  20. package/dist/cjs/z-chip.cjs.entry.js +5 -6
  21. package/dist/cjs/z-combobox.cjs.entry.js +15 -17
  22. package/dist/cjs/z-contextual-menu.cjs.entry.js +2 -8
  23. package/dist/cjs/z-cookiebar.cjs.entry.js +4 -2
  24. package/dist/cjs/z-cover-hero.cjs.entry.js +6 -14
  25. package/dist/cjs/z-date-picker.cjs.entry.js +16 -17
  26. package/dist/cjs/z-dragdrop-area_2.cjs.entry.js +2 -1
  27. package/dist/cjs/z-file-upload.cjs.entry.js +14 -11
  28. package/dist/cjs/z-file.cjs.entry.js +3 -2
  29. package/dist/cjs/z-footer-link_3.cjs.entry.js +5 -0
  30. package/dist/cjs/z-footer.cjs.entry.js +7 -2
  31. package/dist/cjs/z-info-box.cjs.entry.js +1 -1
  32. package/dist/cjs/z-info-reveal.cjs.entry.js +2 -6
  33. package/dist/cjs/z-input-deprecated.cjs.entry.js +28 -29
  34. package/dist/cjs/z-input-label_2.cjs.entry.js +17 -17
  35. package/dist/cjs/z-list-group.cjs.entry.js +4 -17
  36. package/dist/cjs/z-list_2.cjs.entry.js +19 -55
  37. package/dist/cjs/z-menu-dropdown_2.cjs.entry.js +7 -3
  38. package/dist/cjs/z-menu-section.cjs.entry.js +3 -0
  39. package/dist/cjs/z-menu.cjs.entry.js +3 -10
  40. package/dist/cjs/z-messages-pocket.cjs.entry.js +6 -6
  41. package/dist/cjs/z-modal-login.cjs.entry.js +7 -5
  42. package/dist/cjs/z-modal.cjs.entry.js +3 -1
  43. package/dist/cjs/z-myz-card-alert.cjs.entry.js +6 -3
  44. package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +3 -6
  45. package/dist/cjs/z-myz-card-footer.cjs.entry.js +8 -6
  46. package/dist/cjs/z-myz-card-icon.cjs.entry.js +1 -2
  47. package/dist/cjs/z-myz-card-info.cjs.entry.js +3 -4
  48. package/dist/cjs/z-myz-card-list.cjs.entry.js +1 -0
  49. package/dist/cjs/z-myz-card_4.cjs.entry.js +15 -9
  50. package/dist/cjs/z-myz-list-item.cjs.entry.js +6 -4
  51. package/dist/cjs/z-myz-topbar.cjs.entry.js +14 -4
  52. package/dist/cjs/z-navigation-tab-link.cjs.entry.js +8 -16
  53. package/dist/cjs/z-navigation-tab.cjs.entry.js +7 -17
  54. package/dist/cjs/z-navigation-tabs.cjs.entry.js +10 -14
  55. package/dist/cjs/z-notification.cjs.entry.js +3 -6
  56. package/dist/cjs/z-offcanvas.cjs.entry.js +4 -12
  57. package/dist/cjs/z-otp.cjs.entry.js +3 -3
  58. package/dist/cjs/z-pagination-bar.cjs.entry.js +5 -6
  59. package/dist/cjs/z-pagination-page.cjs.entry.js +2 -4
  60. package/dist/cjs/z-pagination.cjs.entry.js +7 -15
  61. package/dist/cjs/z-panel-elem.cjs.entry.js +7 -2
  62. package/dist/cjs/z-pocket_3.cjs.entry.js +15 -15
  63. package/dist/cjs/z-popover-deprecated.cjs.entry.js +8 -15
  64. package/dist/cjs/z-popover.cjs.entry.js +38 -36
  65. package/dist/cjs/z-section-title.cjs.entry.js +2 -10
  66. package/dist/cjs/z-skip-to-content.cjs.entry.js +3 -4
  67. package/dist/cjs/z-slideshow.cjs.entry.js +6 -4
  68. package/dist/cjs/z-status-tag.cjs.entry.js +5 -3
  69. package/dist/cjs/z-stepper-item.cjs.entry.js +4 -0
  70. package/dist/cjs/z-table-cell.cjs.entry.js +3 -4
  71. package/dist/cjs/z-table-empty-box.cjs.entry.js +0 -2
  72. package/dist/cjs/z-table-expanded-row.cjs.entry.js +1 -0
  73. package/dist/cjs/z-table-header-row.cjs.entry.js +1 -0
  74. package/dist/cjs/z-table-header.cjs.entry.js +15 -16
  75. package/dist/cjs/z-table-row.cjs.entry.js +4 -6
  76. package/dist/cjs/z-table.cjs.entry.js +9 -12
  77. package/dist/cjs/z-tag.cjs.entry.js +2 -0
  78. package/dist/cjs/z-toast-notification-list.cjs.entry.js +1 -4
  79. package/dist/cjs/z-toast-notification.cjs.entry.js +17 -14
  80. package/dist/cjs/z-toggle-button.cjs.entry.js +2 -2
  81. package/dist/cjs/z-toggle-switch.cjs.entry.js +2 -7
  82. package/dist/cjs/z-tooltip-deprecated.cjs.entry.js +39 -27
  83. package/dist/cjs/z-tooltip.cjs.entry.js +2 -7
  84. package/dist/cjs/z-user-dropdown.cjs.entry.js +5 -1
  85. package/dist/collection/collection-manifest.json +1 -1
  86. package/dist/collection/components/buttons/z-button/index.js +8 -9
  87. package/dist/collection/components/buttons/z-button-sort/index.js +4 -4
  88. package/dist/collection/components/buttons/z-chip/index.js +4 -5
  89. package/dist/collection/components/buttons/z-toggle-button/index.js +2 -2
  90. package/dist/collection/components/buttons/z-toggle-switch/index.js +1 -6
  91. package/dist/collection/components/date-picker/utils.js +10 -11
  92. package/dist/collection/components/date-picker/z-date-picker/index.js +15 -16
  93. package/dist/collection/components/date-picker/z-range-picker/index.js +15 -12
  94. package/dist/collection/components/file-upload/z-file/index.js +3 -2
  95. package/dist/collection/components/file-upload/z-file-upload/index.js +13 -10
  96. package/dist/collection/components/footer/z-footer/index.js +7 -2
  97. package/dist/collection/components/footer/z-footer-link/index.js +3 -0
  98. package/dist/collection/components/footer/z-footer-section/index.js +1 -0
  99. package/dist/collection/components/footer/z-footer-social/index.js +5 -0
  100. package/dist/collection/components/icons/z-icon/index.js +7 -0
  101. package/dist/collection/components/indicators/z-stepper-item/index.js +6 -0
  102. package/dist/collection/components/inputs/z-combobox/index.js +14 -16
  103. package/dist/collection/components/inputs/z-input/index.js +40 -37
  104. package/dist/collection/components/inputs/z-input-message/index.js +2 -0
  105. package/dist/collection/components/inputs/z-select/index.js +14 -15
  106. package/dist/collection/components/list/z-list/index.js +1 -5
  107. package/dist/collection/components/list/z-list-element/index.js +18 -51
  108. package/dist/collection/components/list/z-list-group/index.js +4 -17
  109. package/dist/collection/components/list/z-toast-notification-list/index.js +1 -4
  110. package/dist/collection/components/logo/z-logo/index.js +8 -0
  111. package/dist/collection/components/modal/z-modal/index.js +3 -1
  112. package/dist/collection/components/modal/z-modal-login/index.js +7 -5
  113. package/dist/collection/components/navigation/tabs/z-navigation-tab/index.js +7 -17
  114. package/dist/collection/components/navigation/tabs/z-navigation-tab-link/index.js +8 -16
  115. package/dist/collection/components/navigation/tabs/z-navigation-tabs/index.js +10 -14
  116. package/dist/collection/components/navigation/z-app-header/index.js +7 -29
  117. package/dist/collection/components/navigation/z-app-switcher/index.js +1 -3
  118. package/dist/collection/components/navigation/z-app-topbar/index.js +8 -5
  119. package/dist/collection/components/navigation/z-link/index.js +3 -9
  120. package/dist/collection/components/navigation/z-menu/index.js +3 -10
  121. package/dist/collection/components/navigation/z-menu-dropdown/index.js +4 -2
  122. package/dist/collection/components/navigation/z-menu-section/index.js +5 -0
  123. package/dist/collection/components/navigation/z-user-dropdown/index.js +5 -1
  124. package/dist/collection/components/notification/z-cookiebar/index.js +6 -2
  125. package/dist/collection/components/notification/z-info-box/index.js +1 -1
  126. package/dist/collection/components/notification/z-notification/index.js +3 -6
  127. package/dist/collection/components/notification/z-toast-notification/index.js +17 -14
  128. package/dist/collection/components/notification/z-tooltip/index.js +2 -7
  129. package/dist/collection/components/panel/z-panel-elem/index.js +7 -2
  130. package/dist/collection/components/typography/z-body/index.js +2 -1
  131. package/dist/collection/components/typography/z-heading/index.js +2 -1
  132. package/dist/collection/components/typography/z-typography/index.js +2 -1
  133. package/dist/collection/components/z-aria-alert/index.js +1 -3
  134. package/dist/collection/components/z-avatar/index.js +6 -8
  135. package/dist/collection/components/z-card/index.js +6 -6
  136. package/dist/collection/components/z-carousel/index.js +11 -10
  137. package/dist/collection/components/z-contextual-menu/index.js +2 -8
  138. package/dist/collection/components/z-cover-hero/index.js +6 -14
  139. package/dist/collection/components/z-divider/index.js +2 -6
  140. package/dist/collection/components/z-info-reveal/index.js +2 -6
  141. package/dist/collection/components/z-offcanvas/index.js +4 -12
  142. package/dist/collection/components/z-pagination/index.js +7 -15
  143. package/dist/collection/components/z-popover/index.js +37 -35
  144. package/dist/collection/components/z-section-title/index.js +2 -10
  145. package/dist/collection/components/z-skip-to-content/index.js +2 -3
  146. package/dist/collection/components/z-table/z-table/index.js +9 -12
  147. package/dist/collection/components/z-table/z-table-cell/index.js +3 -4
  148. package/dist/collection/components/z-table/z-table-empty-box/index.js +0 -2
  149. package/dist/collection/components/z-table/z-table-expanded-row/index.js +3 -0
  150. package/dist/collection/components/z-table/z-table-header/index.js +14 -15
  151. package/dist/collection/components/z-table/z-table-header-row/index.js +3 -0
  152. package/dist/collection/components/z-table/z-table-row/index.js +4 -6
  153. package/dist/collection/components/z-tag/index.js +4 -0
  154. package/dist/collection/deprecated/pagination/z-pagination-bar/index.js +4 -4
  155. package/dist/collection/deprecated/pagination/z-pagination-page/index.js +2 -4
  156. package/dist/collection/deprecated/z-button-deprecated/index.js +6 -12
  157. package/dist/collection/deprecated/z-button-filter/index.js +2 -3
  158. package/dist/collection/deprecated/z-chip-deprecated/index.js +4 -0
  159. package/dist/collection/deprecated/z-input-deprecated/index.js +27 -28
  160. package/dist/collection/deprecated/z-input-label/index.js +2 -1
  161. package/dist/collection/deprecated/z-popover-deprecated/index.js +7 -14
  162. package/dist/collection/deprecated/z-status-tag/index.js +5 -3
  163. package/dist/collection/deprecated/z-tooltip-deprecated/index.js +39 -27
  164. package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +5 -6
  165. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +8 -3
  166. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +6 -0
  167. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +3 -6
  168. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +8 -6
  169. package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +6 -4
  170. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +1 -2
  171. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +2 -3
  172. package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +1 -0
  173. package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +4 -0
  174. package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +5 -2
  175. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +6 -6
  176. package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +11 -12
  177. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +2 -3
  178. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +1 -0
  179. package/dist/collection/snowflakes/myz/topbar/index.js +14 -4
  180. package/dist/collection/snowflakes/myz/z-alert/index.js +3 -0
  181. package/dist/collection/snowflakes/myz/z-otp/index.js +3 -3
  182. package/dist/collection/snowflakes/myz/z-slideshow/index.js +5 -3
  183. package/dist/collection/utils/utils.js +4 -5
  184. package/dist/esm/index.js +347 -3
  185. package/dist/esm/loader.js +1 -1
  186. package/dist/esm/{utils-39ca028c.js → utils-420e8552.js} +4 -5
  187. package/dist/esm/{utils-fbe04cd6.js → utils-ff91a03a.js} +10 -11
  188. package/dist/esm/web-components-library.js +1 -1
  189. package/dist/esm/z-alert.entry.js +1 -0
  190. package/dist/esm/z-app-header.entry.js +7 -29
  191. package/dist/esm/z-app-switcher_9.entry.js +84 -70
  192. package/dist/esm/z-aria-alert.entry.js +1 -3
  193. package/dist/esm/z-avatar.entry.js +6 -8
  194. package/dist/esm/z-body_2.entry.js +4 -2
  195. package/dist/esm/z-button-deprecated.entry.js +6 -12
  196. package/dist/esm/z-button-filter.entry.js +2 -3
  197. package/dist/esm/z-button-sort.entry.js +4 -4
  198. package/dist/esm/z-button.entry.js +8 -9
  199. package/dist/esm/z-card.entry.js +6 -6
  200. package/dist/esm/z-carousel.entry.js +11 -10
  201. package/dist/esm/z-chip-deprecated.entry.js +2 -0
  202. package/dist/esm/z-chip.entry.js +5 -6
  203. package/dist/esm/z-combobox.entry.js +15 -17
  204. package/dist/esm/z-contextual-menu.entry.js +2 -8
  205. package/dist/esm/z-cookiebar.entry.js +4 -2
  206. package/dist/esm/z-cover-hero.entry.js +6 -14
  207. package/dist/esm/z-date-picker.entry.js +16 -17
  208. package/dist/esm/z-dragdrop-area_2.entry.js +2 -1
  209. package/dist/esm/z-file-upload.entry.js +14 -11
  210. package/dist/esm/z-file.entry.js +3 -2
  211. package/dist/esm/z-footer-link_3.entry.js +5 -0
  212. package/dist/esm/z-footer.entry.js +7 -2
  213. package/dist/esm/z-info-box.entry.js +1 -1
  214. package/dist/esm/z-info-reveal.entry.js +2 -6
  215. package/dist/esm/z-input-deprecated.entry.js +28 -29
  216. package/dist/esm/z-input-label_2.entry.js +17 -17
  217. package/dist/esm/z-list-group.entry.js +4 -17
  218. package/dist/esm/z-list_2.entry.js +19 -55
  219. package/dist/esm/z-menu-dropdown_2.entry.js +7 -3
  220. package/dist/esm/z-menu-section.entry.js +3 -0
  221. package/dist/esm/z-menu.entry.js +3 -10
  222. package/dist/esm/z-messages-pocket.entry.js +6 -6
  223. package/dist/esm/z-modal-login.entry.js +7 -5
  224. package/dist/esm/z-modal.entry.js +3 -1
  225. package/dist/esm/z-myz-card-alert.entry.js +6 -3
  226. package/dist/esm/z-myz-card-dictionary.entry.js +3 -6
  227. package/dist/esm/z-myz-card-footer.entry.js +8 -6
  228. package/dist/esm/z-myz-card-icon.entry.js +1 -2
  229. package/dist/esm/z-myz-card-info.entry.js +3 -4
  230. package/dist/esm/z-myz-card-list.entry.js +1 -0
  231. package/dist/esm/z-myz-card_4.entry.js +15 -9
  232. package/dist/esm/z-myz-list-item.entry.js +6 -4
  233. package/dist/esm/z-myz-topbar.entry.js +14 -4
  234. package/dist/esm/z-navigation-tab-link.entry.js +8 -16
  235. package/dist/esm/z-navigation-tab.entry.js +7 -17
  236. package/dist/esm/z-navigation-tabs.entry.js +10 -14
  237. package/dist/esm/z-notification.entry.js +3 -6
  238. package/dist/esm/z-offcanvas.entry.js +4 -12
  239. package/dist/esm/z-otp.entry.js +3 -3
  240. package/dist/esm/z-pagination-bar.entry.js +5 -6
  241. package/dist/esm/z-pagination-page.entry.js +2 -4
  242. package/dist/esm/z-pagination.entry.js +7 -15
  243. package/dist/esm/z-panel-elem.entry.js +7 -2
  244. package/dist/esm/z-pocket_3.entry.js +15 -15
  245. package/dist/esm/z-popover-deprecated.entry.js +8 -15
  246. package/dist/esm/z-popover.entry.js +38 -36
  247. package/dist/esm/z-section-title.entry.js +2 -10
  248. package/dist/esm/z-skip-to-content.entry.js +3 -4
  249. package/dist/esm/z-slideshow.entry.js +6 -4
  250. package/dist/esm/z-status-tag.entry.js +5 -3
  251. package/dist/esm/z-stepper-item.entry.js +4 -0
  252. package/dist/esm/z-table-cell.entry.js +3 -4
  253. package/dist/esm/z-table-empty-box.entry.js +0 -2
  254. package/dist/esm/z-table-expanded-row.entry.js +1 -0
  255. package/dist/esm/z-table-header-row.entry.js +1 -0
  256. package/dist/esm/z-table-header.entry.js +15 -16
  257. package/dist/esm/z-table-row.entry.js +4 -6
  258. package/dist/esm/z-table.entry.js +9 -12
  259. package/dist/esm/z-tag.entry.js +2 -0
  260. package/dist/esm/z-toast-notification-list.entry.js +1 -4
  261. package/dist/esm/z-toast-notification.entry.js +17 -14
  262. package/dist/esm/z-toggle-button.entry.js +2 -2
  263. package/dist/esm/z-toggle-switch.entry.js +2 -7
  264. package/dist/esm/z-tooltip-deprecated.entry.js +39 -27
  265. package/dist/esm/z-tooltip.entry.js +2 -7
  266. package/dist/esm/z-user-dropdown.entry.js +5 -1
  267. package/dist/types/beans/index.d.ts +50 -50
  268. package/dist/types/stencil-public-runtime.d.ts +5 -0
  269. package/dist/web-components-library/index.esm.js +1 -1
  270. package/dist/web-components-library/p-016b2800.entry.js +1 -0
  271. package/dist/web-components-library/p-04908405.entry.js +1 -0
  272. package/dist/web-components-library/p-06430481.entry.js +1 -0
  273. package/dist/web-components-library/p-067bd5da.entry.js +1 -0
  274. package/dist/web-components-library/p-082d65b1.entry.js +1 -0
  275. package/dist/web-components-library/p-0cff6cce.entry.js +1 -0
  276. package/dist/web-components-library/p-0e743002.entry.js +1 -0
  277. package/dist/web-components-library/p-10b84e8c.entry.js +1 -0
  278. package/dist/web-components-library/p-12211a48.entry.js +1 -0
  279. package/dist/web-components-library/p-14233b99.entry.js +1 -0
  280. package/dist/web-components-library/p-176256ee.js +1 -0
  281. package/dist/web-components-library/p-1ab0de76.entry.js +1 -0
  282. package/dist/web-components-library/p-1d2d5232.entry.js +1 -0
  283. package/dist/web-components-library/p-20109d3a.entry.js +1 -0
  284. package/dist/web-components-library/{p-f158d205.entry.js → p-2c18a622.entry.js} +1 -1
  285. package/dist/web-components-library/p-2cf26585.entry.js +1 -0
  286. package/dist/web-components-library/p-2d506c48.entry.js +1 -0
  287. package/dist/web-components-library/p-2d5d8e6f.entry.js +1 -0
  288. package/dist/web-components-library/p-2e7a31ac.entry.js +1 -0
  289. package/dist/web-components-library/p-2f6f3729.entry.js +1 -0
  290. package/dist/web-components-library/p-30cbafaf.entry.js +1 -0
  291. package/dist/web-components-library/p-341ddb5d.entry.js +1 -0
  292. package/dist/web-components-library/p-34a96008.entry.js +1 -0
  293. package/dist/web-components-library/p-35b30271.entry.js +1 -0
  294. package/dist/web-components-library/p-36f4ce3f.entry.js +1 -0
  295. package/dist/web-components-library/p-3c28f72e.entry.js +1 -0
  296. package/dist/web-components-library/p-3c7cf41f.entry.js +1 -0
  297. package/dist/web-components-library/p-3e414cf1.entry.js +1 -0
  298. package/dist/web-components-library/p-3ecfb7c1.entry.js +1 -0
  299. package/dist/web-components-library/p-40f96085.entry.js +1 -0
  300. package/{www/build/p-4d42f224.entry.js → dist/web-components-library/p-48624926.entry.js} +1 -1
  301. package/dist/web-components-library/{p-b17981a4.entry.js → p-4c7f4a2c.entry.js} +1 -1
  302. package/dist/web-components-library/p-53d22727.entry.js +1 -0
  303. package/dist/web-components-library/p-563529f8.entry.js +1 -0
  304. package/dist/web-components-library/p-57faab40.entry.js +1 -0
  305. package/dist/web-components-library/p-5b2d8a91.entry.js +1 -0
  306. package/dist/web-components-library/p-670232c4.entry.js +1 -0
  307. package/dist/web-components-library/p-67f346d9.entry.js +1 -0
  308. package/dist/web-components-library/p-691678c8.entry.js +1 -0
  309. package/dist/web-components-library/p-69b27fe9.entry.js +16 -0
  310. package/dist/web-components-library/p-6fe1bffb.entry.js +1 -0
  311. package/dist/web-components-library/p-728e7dcd.entry.js +1 -0
  312. package/dist/web-components-library/p-74e31a32.entry.js +1 -0
  313. package/dist/web-components-library/p-759fb7c4.entry.js +1 -0
  314. package/dist/web-components-library/p-79223014.entry.js +1 -0
  315. package/dist/web-components-library/p-7b22a446.entry.js +1 -0
  316. package/dist/web-components-library/p-7c40fb15.entry.js +1 -0
  317. package/dist/web-components-library/p-7cbc1836.entry.js +1 -0
  318. package/dist/web-components-library/p-830b21a4.entry.js +1 -0
  319. package/dist/web-components-library/p-87099b68.entry.js +1 -0
  320. package/dist/web-components-library/p-8cabed58.entry.js +1 -0
  321. package/dist/web-components-library/p-8cf14a47.entry.js +1 -0
  322. package/dist/web-components-library/p-8eaa46ac.entry.js +1 -0
  323. package/dist/web-components-library/p-985c5ed8.entry.js +1 -0
  324. package/dist/web-components-library/p-9f6b43a0.entry.js +1 -0
  325. package/dist/web-components-library/p-9f8d0f79.entry.js +1 -0
  326. package/dist/web-components-library/p-a25a8231.entry.js +1 -0
  327. package/dist/web-components-library/p-a3b8dd69.entry.js +1 -0
  328. package/dist/web-components-library/p-aa271ed7.entry.js +1 -0
  329. package/dist/web-components-library/p-ac1a9d63.entry.js +1 -0
  330. package/dist/web-components-library/p-af4a9bb7.entry.js +1 -0
  331. package/dist/web-components-library/p-ba495cad.entry.js +1 -0
  332. package/dist/web-components-library/p-ba9210e9.entry.js +1 -0
  333. package/dist/web-components-library/p-bf9348e6.entry.js +1 -0
  334. package/dist/web-components-library/p-c0df6e96.entry.js +1 -0
  335. package/dist/web-components-library/p-c2b368ff.entry.js +1 -0
  336. package/dist/web-components-library/p-c39c68b9.entry.js +1 -0
  337. package/dist/web-components-library/p-cadba1e5.entry.js +1 -0
  338. package/dist/web-components-library/p-ccb3764b.entry.js +1 -0
  339. package/dist/web-components-library/p-d668461a.js +1 -0
  340. package/dist/web-components-library/p-d767f784.entry.js +1 -0
  341. package/dist/web-components-library/p-d7e72cec.entry.js +1 -0
  342. package/dist/web-components-library/p-dbc23998.entry.js +1 -0
  343. package/dist/web-components-library/p-def721df.entry.js +1 -0
  344. package/dist/web-components-library/p-e12cd68a.entry.js +1 -0
  345. package/dist/web-components-library/p-e84d2839.entry.js +1 -0
  346. package/dist/web-components-library/p-eadb185e.entry.js +1 -0
  347. package/dist/web-components-library/p-f9f9518a.entry.js +1 -0
  348. package/dist/web-components-library/p-fd305e08.entry.js +1 -0
  349. package/dist/web-components-library/web-components-library.esm.js +1 -1
  350. package/package.json +4 -4
  351. package/src-react/index.ts +1 -0
  352. package/www/build/index.esm.js +1 -1
  353. package/www/build/p-016b2800.entry.js +1 -0
  354. package/www/build/p-04908405.entry.js +1 -0
  355. package/www/build/p-06430481.entry.js +1 -0
  356. package/www/build/p-067bd5da.entry.js +1 -0
  357. package/www/build/p-082d65b1.entry.js +1 -0
  358. package/www/build/p-0cff6cce.entry.js +1 -0
  359. package/www/build/p-0e743002.entry.js +1 -0
  360. package/www/build/p-10b84e8c.entry.js +1 -0
  361. package/www/build/p-12211a48.entry.js +1 -0
  362. package/www/build/p-14233b99.entry.js +1 -0
  363. package/www/build/p-176256ee.js +1 -0
  364. package/www/build/p-1ab0de76.entry.js +1 -0
  365. package/www/build/p-1d2d5232.entry.js +1 -0
  366. package/www/build/p-20109d3a.entry.js +1 -0
  367. package/www/build/{p-f158d205.entry.js → p-2c18a622.entry.js} +1 -1
  368. package/www/build/p-2cf26585.entry.js +1 -0
  369. package/www/build/p-2d506c48.entry.js +1 -0
  370. package/www/build/p-2d5d8e6f.entry.js +1 -0
  371. package/www/build/p-2e7a31ac.entry.js +1 -0
  372. package/www/build/p-2f6f3729.entry.js +1 -0
  373. package/www/build/p-30cbafaf.entry.js +1 -0
  374. package/www/build/p-341ddb5d.entry.js +1 -0
  375. package/www/build/p-34a96008.entry.js +1 -0
  376. package/www/build/p-35b30271.entry.js +1 -0
  377. package/www/build/p-36f4ce3f.entry.js +1 -0
  378. package/www/build/p-3c28f72e.entry.js +1 -0
  379. package/www/build/p-3c7cf41f.entry.js +1 -0
  380. package/www/build/p-3e414cf1.entry.js +1 -0
  381. package/www/build/p-3ecfb7c1.entry.js +1 -0
  382. package/www/build/p-40f96085.entry.js +1 -0
  383. package/{dist/web-components-library/p-4d42f224.entry.js → www/build/p-48624926.entry.js} +1 -1
  384. package/www/build/{p-b17981a4.entry.js → p-4c7f4a2c.entry.js} +1 -1
  385. package/www/build/p-4c9c83c0.css +1 -0
  386. package/www/build/p-53d22727.entry.js +1 -0
  387. package/www/build/p-563529f8.entry.js +1 -0
  388. package/www/build/p-57faab40.entry.js +1 -0
  389. package/www/build/p-5b2d8a91.entry.js +1 -0
  390. package/www/build/p-60ec44c6.js +1 -0
  391. package/www/build/p-670232c4.entry.js +1 -0
  392. package/www/build/p-67f346d9.entry.js +1 -0
  393. package/www/build/p-691678c8.entry.js +1 -0
  394. package/www/build/p-69b27fe9.entry.js +16 -0
  395. package/www/build/p-6fe1bffb.entry.js +1 -0
  396. package/www/build/p-728e7dcd.entry.js +1 -0
  397. package/www/build/p-74e31a32.entry.js +1 -0
  398. package/www/build/p-759fb7c4.entry.js +1 -0
  399. package/www/build/p-79223014.entry.js +1 -0
  400. package/www/build/p-7b22a446.entry.js +1 -0
  401. package/www/build/p-7c40fb15.entry.js +1 -0
  402. package/www/build/p-7cbc1836.entry.js +1 -0
  403. package/www/build/p-830b21a4.entry.js +1 -0
  404. package/www/build/p-87099b68.entry.js +1 -0
  405. package/www/build/p-8cabed58.entry.js +1 -0
  406. package/www/build/p-8cf14a47.entry.js +1 -0
  407. package/www/build/p-8eaa46ac.entry.js +1 -0
  408. package/www/build/p-985c5ed8.entry.js +1 -0
  409. package/www/build/p-9f6b43a0.entry.js +1 -0
  410. package/www/build/p-9f8d0f79.entry.js +1 -0
  411. package/www/build/p-a25a8231.entry.js +1 -0
  412. package/www/build/p-a3b8dd69.entry.js +1 -0
  413. package/www/build/p-aa271ed7.entry.js +1 -0
  414. package/www/build/p-ac1a9d63.entry.js +1 -0
  415. package/www/build/p-af4a9bb7.entry.js +1 -0
  416. package/www/build/p-ba495cad.entry.js +1 -0
  417. package/www/build/p-ba9210e9.entry.js +1 -0
  418. package/www/build/p-bf9348e6.entry.js +1 -0
  419. package/www/build/p-c0df6e96.entry.js +1 -0
  420. package/www/build/p-c2b368ff.entry.js +1 -0
  421. package/www/build/p-c39c68b9.entry.js +1 -0
  422. package/www/build/p-cadba1e5.entry.js +1 -0
  423. package/www/build/p-ccb3764b.entry.js +1 -0
  424. package/www/build/p-d668461a.js +1 -0
  425. package/www/build/p-d767f784.entry.js +1 -0
  426. package/www/build/p-d7e72cec.entry.js +1 -0
  427. package/www/build/p-dbc23998.entry.js +1 -0
  428. package/www/build/p-def721df.entry.js +1 -0
  429. package/www/build/p-e12cd68a.entry.js +1 -0
  430. package/www/build/p-e84d2839.entry.js +1 -0
  431. package/www/build/p-eadb185e.entry.js +1 -0
  432. package/www/build/p-f9f9518a.entry.js +1 -0
  433. package/www/build/p-fd305e08.entry.js +1 -0
  434. package/www/build/web-components-library.esm.js +1 -1
  435. package/www/index.html +1 -1
  436. package/dist/cjs/index-199cd650.js +0 -346
  437. package/dist/collection/components/index.js +0 -8
  438. package/dist/esm/index-9d028352.js +0 -346
  439. package/dist/types/components/index.d.ts +0 -0
  440. package/dist/web-components-library/p-05ced71c.entry.js +0 -1
  441. package/dist/web-components-library/p-074ea569.entry.js +0 -1
  442. package/dist/web-components-library/p-10b46635.entry.js +0 -1
  443. package/dist/web-components-library/p-1106ead2.entry.js +0 -1
  444. package/dist/web-components-library/p-15b8a920.entry.js +0 -1
  445. package/dist/web-components-library/p-15fe7b71.entry.js +0 -1
  446. package/dist/web-components-library/p-1bd6592f.entry.js +0 -1
  447. package/dist/web-components-library/p-1e6a2a56.entry.js +0 -1
  448. package/dist/web-components-library/p-23781e2b.entry.js +0 -1
  449. package/dist/web-components-library/p-28ff9383.entry.js +0 -1
  450. package/dist/web-components-library/p-2efedcf4.entry.js +0 -1
  451. package/dist/web-components-library/p-344e7ae7.entry.js +0 -1
  452. package/dist/web-components-library/p-35ceae27.entry.js +0 -1
  453. package/dist/web-components-library/p-3913bff2.entry.js +0 -1
  454. package/dist/web-components-library/p-3a431f04.entry.js +0 -1
  455. package/dist/web-components-library/p-3c2d438b.entry.js +0 -1
  456. package/dist/web-components-library/p-3f55dce6.entry.js +0 -1
  457. package/dist/web-components-library/p-442b8b35.entry.js +0 -1
  458. package/dist/web-components-library/p-4cd6c6f4.entry.js +0 -1
  459. package/dist/web-components-library/p-4d093e07.entry.js +0 -1
  460. package/dist/web-components-library/p-4e733fbd.entry.js +0 -1
  461. package/dist/web-components-library/p-4ec9ab53.entry.js +0 -1
  462. package/dist/web-components-library/p-53a03f2a.entry.js +0 -1
  463. package/dist/web-components-library/p-562ad563.entry.js +0 -1
  464. package/dist/web-components-library/p-58650e22.entry.js +0 -1
  465. package/dist/web-components-library/p-5bec950e.entry.js +0 -1
  466. package/dist/web-components-library/p-5c9556e3.entry.js +0 -1
  467. package/dist/web-components-library/p-5cf4a412.entry.js +0 -1
  468. package/dist/web-components-library/p-5d4a6659.entry.js +0 -1
  469. package/dist/web-components-library/p-5f3baf14.entry.js +0 -1
  470. package/dist/web-components-library/p-61424b8a.entry.js +0 -1
  471. package/dist/web-components-library/p-681e1f5a.entry.js +0 -1
  472. package/dist/web-components-library/p-686545fa.entry.js +0 -1
  473. package/dist/web-components-library/p-6f64e8a8.entry.js +0 -1
  474. package/dist/web-components-library/p-70d16b2c.entry.js +0 -1
  475. package/dist/web-components-library/p-7688f8ca.entry.js +0 -1
  476. package/dist/web-components-library/p-77e4774d.entry.js +0 -1
  477. package/dist/web-components-library/p-79b8d87e.entry.js +0 -1
  478. package/dist/web-components-library/p-7d696941.entry.js +0 -1
  479. package/dist/web-components-library/p-7d792297.entry.js +0 -1
  480. package/dist/web-components-library/p-810bd730.entry.js +0 -1
  481. package/dist/web-components-library/p-87fdd14f.js +0 -1
  482. package/dist/web-components-library/p-982254e5.entry.js +0 -1
  483. package/dist/web-components-library/p-9d03a7d6.entry.js +0 -1
  484. package/dist/web-components-library/p-9ecc5eba.entry.js +0 -1
  485. package/dist/web-components-library/p-9f80c0b8.js +0 -1
  486. package/dist/web-components-library/p-9fe267fc.entry.js +0 -1
  487. package/dist/web-components-library/p-a6d6178a.entry.js +0 -1
  488. package/dist/web-components-library/p-a79cc147.entry.js +0 -1
  489. package/dist/web-components-library/p-a79d1412.entry.js +0 -1
  490. package/dist/web-components-library/p-aded8a43.entry.js +0 -1
  491. package/dist/web-components-library/p-b4fbb6e4.entry.js +0 -1
  492. package/dist/web-components-library/p-b5086d6d.entry.js +0 -1
  493. package/dist/web-components-library/p-bb0fe7bc.entry.js +0 -1
  494. package/dist/web-components-library/p-bb15a265.js +0 -1
  495. package/dist/web-components-library/p-bb95b82f.entry.js +0 -1
  496. package/dist/web-components-library/p-c2d1785b.entry.js +0 -1
  497. package/dist/web-components-library/p-c6a662e6.entry.js +0 -1
  498. package/dist/web-components-library/p-c6aad085.entry.js +0 -1
  499. package/dist/web-components-library/p-cb5d8a84.entry.js +0 -1
  500. package/dist/web-components-library/p-cbb3ea13.entry.js +0 -1
  501. package/dist/web-components-library/p-ccf67abf.entry.js +0 -1
  502. package/dist/web-components-library/p-ce83ce18.entry.js +0 -1
  503. package/dist/web-components-library/p-d199b781.entry.js +0 -1
  504. package/dist/web-components-library/p-d3645ced.entry.js +0 -1
  505. package/dist/web-components-library/p-d3733579.entry.js +0 -1
  506. package/dist/web-components-library/p-d531d1d2.entry.js +0 -1
  507. package/dist/web-components-library/p-e68c18e5.entry.js +0 -1
  508. package/dist/web-components-library/p-ecc4afa1.entry.js +0 -1
  509. package/dist/web-components-library/p-ede9fbf5.entry.js +0 -1
  510. package/dist/web-components-library/p-edf0195b.entry.js +0 -1
  511. package/dist/web-components-library/p-f2f9a1bc.entry.js +0 -1
  512. package/dist/web-components-library/p-f2fd1e20.entry.js +0 -1
  513. package/dist/web-components-library/p-f7c1eb3f.entry.js +0 -16
  514. package/dist/web-components-library/p-f95cc914.entry.js +0 -1
  515. package/dist/web-components-library/p-fb7d33f2.entry.js +0 -1
  516. package/dist/web-components-library/p-ff18690f.entry.js +0 -1
  517. package/www/build/p-05ced71c.entry.js +0 -1
  518. package/www/build/p-074ea569.entry.js +0 -1
  519. package/www/build/p-10b46635.entry.js +0 -1
  520. package/www/build/p-1106ead2.entry.js +0 -1
  521. package/www/build/p-15b8a920.entry.js +0 -1
  522. package/www/build/p-15fe7b71.entry.js +0 -1
  523. package/www/build/p-1bd6592f.entry.js +0 -1
  524. package/www/build/p-1e6a2a56.entry.js +0 -1
  525. package/www/build/p-23781e2b.entry.js +0 -1
  526. package/www/build/p-28ff9383.entry.js +0 -1
  527. package/www/build/p-2efedcf4.entry.js +0 -1
  528. package/www/build/p-344e7ae7.entry.js +0 -1
  529. package/www/build/p-35ceae27.entry.js +0 -1
  530. package/www/build/p-36654297.js +0 -1
  531. package/www/build/p-3913bff2.entry.js +0 -1
  532. package/www/build/p-3a431f04.entry.js +0 -1
  533. package/www/build/p-3c2d438b.entry.js +0 -1
  534. package/www/build/p-3f55dce6.entry.js +0 -1
  535. package/www/build/p-442b8b35.entry.js +0 -1
  536. package/www/build/p-4cd6c6f4.entry.js +0 -1
  537. package/www/build/p-4d093e07.entry.js +0 -1
  538. package/www/build/p-4e733fbd.entry.js +0 -1
  539. package/www/build/p-4ec9ab53.entry.js +0 -1
  540. package/www/build/p-53a03f2a.entry.js +0 -1
  541. package/www/build/p-562ad563.entry.js +0 -1
  542. package/www/build/p-58650e22.entry.js +0 -1
  543. package/www/build/p-5bec950e.entry.js +0 -1
  544. package/www/build/p-5c9556e3.entry.js +0 -1
  545. package/www/build/p-5cf4a412.entry.js +0 -1
  546. package/www/build/p-5d4a6659.entry.js +0 -1
  547. package/www/build/p-5f3baf14.entry.js +0 -1
  548. package/www/build/p-61424b8a.entry.js +0 -1
  549. package/www/build/p-681e1f5a.entry.js +0 -1
  550. package/www/build/p-686545fa.entry.js +0 -1
  551. package/www/build/p-6f64e8a8.entry.js +0 -1
  552. package/www/build/p-70d16b2c.entry.js +0 -1
  553. package/www/build/p-7688f8ca.entry.js +0 -1
  554. package/www/build/p-77e4774d.entry.js +0 -1
  555. package/www/build/p-79b8d87e.entry.js +0 -1
  556. package/www/build/p-7d696941.entry.js +0 -1
  557. package/www/build/p-7d792297.entry.js +0 -1
  558. package/www/build/p-810bd730.entry.js +0 -1
  559. package/www/build/p-87fdd14f.js +0 -1
  560. package/www/build/p-982254e5.entry.js +0 -1
  561. package/www/build/p-9d03a7d6.entry.js +0 -1
  562. package/www/build/p-9ecc5eba.entry.js +0 -1
  563. package/www/build/p-9f80c0b8.js +0 -1
  564. package/www/build/p-9fe267fc.entry.js +0 -1
  565. package/www/build/p-a6d6178a.entry.js +0 -1
  566. package/www/build/p-a79cc147.entry.js +0 -1
  567. package/www/build/p-a79d1412.entry.js +0 -1
  568. package/www/build/p-aded8a43.entry.js +0 -1
  569. package/www/build/p-b4fbb6e4.entry.js +0 -1
  570. package/www/build/p-b5086d6d.entry.js +0 -1
  571. package/www/build/p-bb0fe7bc.entry.js +0 -1
  572. package/www/build/p-bb15a265.js +0 -1
  573. package/www/build/p-bb95b82f.entry.js +0 -1
  574. package/www/build/p-c2d1785b.entry.js +0 -1
  575. package/www/build/p-c6a662e6.entry.js +0 -1
  576. package/www/build/p-c6aad085.entry.js +0 -1
  577. package/www/build/p-cb5d8a84.entry.js +0 -1
  578. package/www/build/p-cbb3ea13.entry.js +0 -1
  579. package/www/build/p-ccf67abf.entry.js +0 -1
  580. package/www/build/p-ce83ce18.entry.js +0 -1
  581. package/www/build/p-d199b781.entry.js +0 -1
  582. package/www/build/p-d3645ced.entry.js +0 -1
  583. package/www/build/p-d3733579.entry.js +0 -1
  584. package/www/build/p-d531d1d2.entry.js +0 -1
  585. package/www/build/p-d70c7670.css +0 -1
  586. package/www/build/p-e68c18e5.entry.js +0 -1
  587. package/www/build/p-ecc4afa1.entry.js +0 -1
  588. package/www/build/p-ede9fbf5.entry.js +0 -1
  589. package/www/build/p-edf0195b.entry.js +0 -1
  590. package/www/build/p-f2f9a1bc.entry.js +0 -1
  591. package/www/build/p-f2fd1e20.entry.js +0 -1
  592. package/www/build/p-f7c1eb3f.entry.js +0 -16
  593. package/www/build/p-f95cc914.entry.js +0 -1
  594. package/www/build/p-fb7d33f2.entry.js +0 -1
  595. package/www/build/p-ff18690f.entry.js +0 -1
@@ -1,21 +1,20 @@
1
1
  import { r as registerInstance, h, g as getElement } from './index-a2ca4b97.js';
2
- import { b as ButtonType, B as ButtonVariant, c as ButtonSize } from './index-9d028352.js';
3
2
 
4
3
  const stylesCss = ".sc-z-button-h{display:inline-block;--z-icon-width:16px;--z-icon-height:16px;--z-icon-right-margin:0}[disabled].sc-z-button-h:not([disabled=\"false\"]){pointer-events:none}.sc-z-button-h .z-button--container.sc-z-button{display:inline-flex;width:100%;box-sizing:border-box;align-items:center;justify-content:center;padding:0;border-width:var(--border-size-medium);border-style:solid;border-radius:var(--border-radius);cursor:pointer;fill:currentcolor;font-family:var(--font-family-sans);font-size:14px;font-weight:var(--font-sb);letter-spacing:0.3px;line-height:1;outline:none;text-decoration:none;text-transform:uppercase;white-space:nowrap}.sc-z-button-h .z-button--container.sc-z-button:focus:focus-visible{box-shadow:var(--shadow-focus-primary)}.sc-z-button-h .z-button--container.z-button--has-text.sc-z-button{min-width:calc(var(--space-unit) * 8);padding:0 calc(var(--space-unit) * 2)}.sc-z-button-h .z-button--container.z-button--has-text.sc-z-button z-icon.sc-z-button{--z-icon-right-margin:var(--space-unit)}[size=\"big\"].sc-z-button-h .z-button--container.sc-z-button{min-width:44px;height:44px}[size=\"small\"].sc-z-button-h .z-button--container.sc-z-button{min-width:36px;height:36px}[size=\"x-small\"].sc-z-button-h .z-button--container.sc-z-button{min-width:32px;height:32px}[variant=\"primary\"].sc-z-button-h .z-button--container.sc-z-button{border-color:var(--color-primary01);background-color:var(--color-primary01);color:var(--color-text-inverse)}@media (hover: hover){[variant=\"primary\"].sc-z-button-h .z-button--container.sc-z-button:hover{border-color:var(--color-hover-primary);background-color:var(--color-hover-primary);color:var(--color-text-inverse)}}[variant=\"primary\"].sc-z-button-h .z-button--container.sc-z-button:active{border-color:var(--color-pressed-primary);background-color:var(--color-pressed-primary);box-shadow:var(--shadow-2);color:var(--color-text-inverse)}[variant=\"primary\"][disabled].sc-z-button-h:not([disabled=\"false\"]) .z-button--container.sc-z-button{border-color:var(--color-disabled01);background-color:var(--color-disabled01);color:var(--color-disabled02)}[variant=\"secondary\"].sc-z-button-h .z-button--container.sc-z-button{border-color:var(--color-primary01);background-color:var(--color-surface01);color:var(--color-primary01)}@media (hover: hover){[variant=\"secondary\"].sc-z-button-h .z-button--container.sc-z-button:hover{border-color:var(--color-hover-primary);background-color:var(--color-surface01);color:var(--color-hover-primary)}}[variant=\"secondary\"].sc-z-button-h .z-button--container.sc-z-button:active{border-color:var(--color-pressed-primary);background-color:var(--color-surface01);box-shadow:var(--shadow-2);color:var(--color-pressed-primary)}[variant=\"secondary\"][disabled].sc-z-button-h:not([disabled=\"false\"]) .z-button--container.sc-z-button{border-color:var(--color-disabled01);background-color:var(--color-surface01);color:var(--color-disabled02)}[variant=\"tertiary\"].sc-z-button-h .z-button--container.sc-z-button{border-color:transparent;background-color:transparent;color:var(--color-primary01)}@media (hover: hover){[variant=\"tertiary\"].sc-z-button-h .z-button--container.sc-z-button:hover{border-color:var(--color-primary03);background-color:var(--color-primary03);color:var(--color-hover-primary)}}[variant=\"tertiary\"].sc-z-button-h .z-button--container.sc-z-button:focus:focus-visible{border-color:var(--color-surface01);background-color:var(--color-surface01);color:var(--color-primary01)}[variant=\"tertiary\"].sc-z-button-h .z-button--container.sc-z-button:active{border-color:var(--color-surface01);background-color:var(--color-surface01);box-shadow:var(--shadow-2);color:var(--color-primary01)}[variant=\"tertiary\"][disabled].sc-z-button-h:not([disabled=\"false\"]) .z-button--container.sc-z-button{border-color:transparent;background-color:transparent;color:var(--color-disabled02)}";
5
4
 
6
5
  const ZButton = class {
7
6
  constructor(hostRef) {
8
7
  registerInstance(this, hostRef);
9
- /** defines a string value that labels an interactive element, used for accessibility. */
10
8
  this.ariaLabel = "";
11
- /** HTML button disabled attribute. */
9
+ this.href = undefined;
10
+ this.target = undefined;
11
+ this.htmlid = undefined;
12
+ this.name = undefined;
12
13
  this.disabled = false;
13
- /** HTML button type attribute. */
14
- this.type = ButtonType.BUTTON;
15
- /** Graphical variant: `primary`, `secondary`, `tertiary`. Defaults to `primary`. */
16
- this.variant = ButtonVariant.PRIMARY;
17
- /** Available sizes: `big`, `small` and `x-small`. Defaults to `big`. */
18
- this.size = ButtonSize.BIG;
14
+ this.type = "button" /* ButtonType.BUTTON */;
15
+ this.variant = "primary" /* ButtonVariant.PRIMARY */;
16
+ this.icon = undefined;
17
+ this.size = "big" /* ButtonSize.BIG */;
19
18
  }
20
19
  getAttributes() {
21
20
  return {
@@ -1,5 +1,4 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-a2ca4b97.js';
2
- import { C as CardVariant } from './index-9d028352.js';
3
2
 
4
3
  const stylesCss = ":host{--aspect-ratio:1.62;--z-card--border-color:var(--gray200);--z-card--color-cover-background:var(--color-surface01);--z-card--text-background:var(--color-surface01);--z-card--text-border-radius:none;--z-card--text-border:none;position:relative;display:flex;flex-direction:column;font-family:var(--font-family-sans);font-weight:var(--font-rg)}*,::slotted(*){box-sizing:border-box}:host(:not([variant=\"overlay\"])) .cover-container{position:relative;width:100%}.cover-container{padding-bottom:calc(100% / var(--aspect-ratio))}::slotted([slot=\"cover\"]),.color-cover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.cover-container>z-icon{--z-icon-width:calc(var(--space-unit) * 11);--z-icon-height:var(--z-icon-width);position:absolute;top:calc(50% - calc(var(--z-icon-height) / 2));left:calc(50% - calc(var(--z-icon-width) / 2));fill:var(--color-primary01)}.color-cover{background-color:var(--z-card--color-cover-background)}.content{display:flex;flex-direction:column;padding-top:var(--space-unit)}.color-cover .cover-content{display:flex;height:100%;flex-direction:column;justify-content:flex-end;padding:var(--space-unit)}::slotted([slot=\"metadata\"]),::slotted([slot=\"title\"]),::slotted([slot=\"text\"]){display:box;overflow:hidden;-webkit-box-orient:vertical}::slotted([slot=\"title\"]:not(:last-child)),::slotted([slot=\"text\"]:not(:last-child)){margin-bottom:var(--space-unit)}::slotted([slot=\"text\"]),::slotted([slot=\"actions\"]){margin:0}::slotted([slot=\"metadata\"]:not(:last-child)){margin:0 0 calc(var(--space-unit) * 0.25);-webkit-line-clamp:1;text-transform:uppercase}::slotted([slot=\"title\"]){margin:0;font-weight:var(--font-sb);-webkit-line-clamp:2}::slotted([slot=\"text\"]){-webkit-line-clamp:3}.actions{display:flex;flex-direction:row;align-items:center}::slotted([slot=\"action\"]:not(:last-child)){margin-right:calc(var(--space-unit) * 1.5)}:host([clickable]){cursor:pointer}:host([clickable]:focus:focus-visible){outline:none}:host(:not([variant])[clickable]:focus:focus-visible){padding:calc(var(--space-unit) * 0.5);box-shadow:var(--shadow-focus-primary)}:host([variant=\"text\"]){border:var(--z-card--text-border);background-color:var(--z-card--text-background);border-radius:var(--z-card--text-border-radius)}:host([showshadow])>.content,:host([variant=\"border\"])>.content,:host([variant=\"shadow\"])>.content{height:100%;padding:var(--space-unit) var(--space-unit) calc(var(--space-unit) * 2)}:host([variant=\"text\"])>.content{padding:calc(var(--space-unit) * 2) var(--space-unit)}:host([variant=\"border\"]) .actions,:host([variant=\"shadow\"]) .actions{margin-top:auto}:host([variant=\"border\"]){border:var(--border-size-small) solid var(--z-card--border-color)}:host([variant=\"border\"][clickable]:hover)>.content{background:var(--color-background)}:host([variant=\"border\"][clickable]:focus:focus-visible){box-shadow:var(--shadow-focus-primary)}:host([variant=\"border\"][clickable]:active){border-color:transparent}:host([variant=\"shadow\"]),:host([showshadow]){box-shadow:var(--shadow-2)}:host([variant=\"shadow\"][clickable]:hover),:host([clickable][showshadow]:hover){box-shadow:var(--shadow-4)}:host([variant=\"shadow\"][clickable]:focus:focus-visible),:host([clickable][showshadow]:focus:focus-visible){box-shadow:var(--shadow-4)}:host([variant=\"shadow\"][clickable]:active),:host([clickable][showshadow]:active){box-shadow:none}:host([variant=\"overlay\"]) .content{position:absolute;top:0;right:0;bottom:0;left:0;justify-content:flex-end;padding:var(--space-unit);background-image:linear-gradient(to top, rgb(0 0 0 / 100%), rgb(0 0 0 / 0%));color:var(--color-text-inverse);fill:var(--color-text-inverse)}";
5
4
 
@@ -7,10 +6,11 @@ const ZCard = class {
7
6
  constructor(hostRef) {
8
7
  registerInstance(this, hostRef);
9
8
  this.cardClicked = createEvent(this, "cardClicked", 7);
10
- /** Enable click interactions on the card. Default: false */
9
+ this.variant = undefined;
10
+ this.coverIcon = undefined;
11
11
  this.clickable = false;
12
- /** Enable shadow. Default: false. */
13
12
  this.showshadow = false;
13
+ this.hasCoverImage = undefined;
14
14
  }
15
15
  onClick(ev) {
16
16
  // Do nothing for clicks on actions.
@@ -44,13 +44,13 @@ const ZCard = class {
44
44
  return (h("div", { class: "content" }, h("slot", { name: "metadata" }), h("slot", { name: "title" }), h("slot", { name: "text" }), h("div", { class: "actions" }, h("slot", { name: "action" }))));
45
45
  }
46
46
  render() {
47
- if (this.variant === CardVariant.TEXT) {
47
+ if (this.variant === "text" /* CardVariant.TEXT */) {
48
48
  return h(Host, null, this.renderContentDiv());
49
49
  }
50
- if (this.variant === CardVariant.OVERLAY || this.hasCoverImage) {
50
+ if (this.variant === "overlay" /* CardVariant.OVERLAY */ || this.hasCoverImage) {
51
51
  return (h(Host, null, h("div", { class: "cover-container" }, this.hasCoverImage && [
52
52
  h("slot", { name: "cover" }),
53
- this.variant !== CardVariant.OVERLAY && this.coverIcon && h("z-icon", { name: this.coverIcon }),
53
+ this.variant !== "overlay" /* CardVariant.OVERLAY */ && this.coverIcon && h("z-icon", { name: this.coverIcon }),
54
54
  ], !this.hasCoverImage && h("div", { class: "color-cover" })), this.renderContentDiv()));
55
55
  }
56
56
  return h(Host, null, this.renderColorCoverCard());
@@ -1,5 +1,4 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-a2ca4b97.js';
2
- import { V as CarouselArrowsPosition, W as CarouselProgressMode, c as ButtonSize, B as ButtonVariant } from './index-9d028352.js';
3
2
 
4
3
  const stylesCss = "z-carousel{font-family:var(--font-family-sans);font-weight:var(--font-rg);--z-carousel-gutter:0}z-carousel[single],z-carousel[single=\"true\"]{display:flex;flex-direction:column;align-items:center;justify-content:center}z-carousel[single=\"true\"] .z-carousel-container,z-carousel[single] .z-carousel-container{width:fit-content;max-width:100%}z-carousel .loading-items-container{display:none}.z-carousel-container{display:flex;flex-direction:column}.z-carousel-wrapper{position:relative}.z-carousel-title{margin-bottom:var(--space-unit);color:var(--gray800)}.z-carousel-items-container{display:flex;max-width:100%;flex-direction:row;margin:0;list-style:none;-ms-overflow-style:none;overflow-x:scroll;padding-inline-start:0;scroll-snap-type:x mandatory;scrollbar-width:none;}.z-carousel-items-container::-webkit-scrollbar{display:none}.z-carousel-items-container>*:not(:last-child){margin-right:var(--z-carousel-gutter)}z-carousel[single=\"true\"] .z-carousel-items-container>*:not(:last-child),z-carousel[single] .z-carousel-items-container>*:not(:last-child){margin-right:0}.z-carousel-items-container>li{scroll-snap-align:center}z-button[data-direction]{--z-icon-width:32px;--z-icon-height:32px;position:absolute;bottom:50%;transform:translateY(50%)}z-button[data-direction=\"next\"]{right:0}.z-carousel-footer{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:var(--space-unit)}.z-carousel-footer .number-progress,.z-carousel-footer .dots-progress{display:flex;align-items:center;justify-content:center}.z-carousel-footer .dots-progress button{display:flex;align-items:center;padding:0;border:none;margin:0;background-color:transparent}.z-carousel-footer .dots-progress button:not(.current){cursor:pointer}.z-carousel-footer .numbers-progress{margin:0 calc(var(--space-unit) / 2)}.z-carousel-footer .numbers-progress>*{margin-right:calc(var(--space-unit) / 2)}.z-carousel-footer .numbers-progress .current{font-weight:var(--font-sb)}.z-carousel-footer .dots-progress button.current z-icon{fill:var(--gray800)}.z-carousel-footer .dots-progress button:not(.current) z-icon{fill:var(--gray200)}";
5
4
 
@@ -7,14 +6,16 @@ const ZCarousel = class {
7
6
  constructor(hostRef) {
8
7
  registerInstance(this, hostRef);
9
8
  this.indexChange = createEvent(this, "indexChange", 7);
10
- /** Shows only one content at a time */
9
+ /** Flag indicating the items container is scrolling programmatically towards the stored index. */
10
+ this.scrollingTo = null;
11
+ this.isLoading = undefined;
12
+ this.label = undefined;
11
13
  this.single = false;
12
- /** The height of z-carousel ghost loading, this prop is mandatory when isloading is set to true, as otherwise the component won't show. */
14
+ this.arrowsPosition = undefined;
15
+ this.progressMode = undefined;
13
16
  this.ghostLoadingHeight = 100;
14
- /** Current item index for single mode. */
15
17
  this.current = 0;
16
- /** Flag indicating the items container is scrolling programmatically towards the stored index. */
17
- this.scrollingTo = null;
18
+ this.items = undefined;
18
19
  }
19
20
  onIndexChange() {
20
21
  this.scrollingTo = this.current;
@@ -95,9 +96,9 @@ const ZCarousel = class {
95
96
  * @returns {boolean}
96
97
  */
97
98
  canShowFooter() {
98
- return (this.arrowsPosition === CarouselArrowsPosition.BOTTOM ||
99
- this.progressMode === CarouselProgressMode.DOTS ||
100
- this.progressMode === CarouselProgressMode.NUMBERS);
99
+ return (this.arrowsPosition === "bottom" /* CarouselArrowsPosition.BOTTOM */ ||
100
+ this.progressMode === "dots" /* CarouselProgressMode.DOTS */ ||
101
+ this.progressMode === "numbers" /* CarouselProgressMode.NUMBERS */);
101
102
  }
102
103
  /**
103
104
  * Set current item to passed index.
@@ -114,7 +115,7 @@ const ZCarousel = class {
114
115
  if (this.isLoading) {
115
116
  return (h(Host, null, this.label && h("div", { class: "heading-4 z-carousel-title" }, this.label), h("div", { style: { height: `${this.ghostLoadingHeight}px` } }, h("z-ghost-loading", null), h("div", { class: "loading-items-container" }, h("slot", null)))));
116
117
  }
117
- return (h(Host, null, h("div", { class: "z-carousel-container" }, this.label && h("div", { class: "heading-4 z-carousel-title" }, this.label), h("div", { class: "z-carousel-wrapper" }, this.arrowsPosition === CarouselArrowsPosition.OVER && (h("z-button", { size: ButtonSize.SMALL, "data-direction": "prev", icon: "chevron-left", onClick: this.onPrev.bind(this) })), h("ul", { class: "z-carousel-items-container" }, h("slot", null)), this.arrowsPosition === CarouselArrowsPosition.OVER && (h("z-button", { size: ButtonSize.SMALL, "data-direction": "next", icon: "chevron-right", onClick: this.onNext.bind(this) })))), this.canShowFooter() && (h("div", { class: "z-carousel-footer" }, this.arrowsPosition === CarouselArrowsPosition.BOTTOM && (h("z-button", { size: ButtonSize.SMALL, variant: ButtonVariant.TERTIARY, icon: "arrow-left-filled", onClick: this.onPrev.bind(this) })), this.progressMode === CarouselProgressMode.DOTS && this.single && this.items && (h("div", { class: "dots-progress" }, this.items.map((_item, key) => (h("button", { type: "button", class: { current: this.current === key }, onClick: () => this.goTo(key) }, h("z-icon", { name: this.current === key ? "white-circle-filled" : "black-circle-filled" })))))), this.progressMode === CarouselProgressMode.NUMBERS && this.single && this.items && (h("div", { class: "numbers-progress" }, h("span", { class: "interactive-3 current" }, this.current + 1), h("span", { class: "interactive-3" }, "di"), h("span", { class: "interactive-3" }, this.items.length))), this.arrowsPosition === CarouselArrowsPosition.BOTTOM && (h("z-button", { size: ButtonSize.SMALL, variant: ButtonVariant.TERTIARY, icon: "arrow-right-filled", onClick: this.onNext.bind(this) }))))));
118
+ return (h(Host, null, h("div", { class: "z-carousel-container" }, this.label && h("div", { class: "heading-4 z-carousel-title" }, this.label), h("div", { class: "z-carousel-wrapper" }, this.arrowsPosition === "over" /* CarouselArrowsPosition.OVER */ && (h("z-button", { size: "small" /* ButtonSize.SMALL */, "data-direction": "prev", icon: "chevron-left", onClick: this.onPrev.bind(this) })), h("ul", { class: "z-carousel-items-container" }, h("slot", null)), this.arrowsPosition === "over" /* CarouselArrowsPosition.OVER */ && (h("z-button", { size: "small" /* ButtonSize.SMALL */, "data-direction": "next", icon: "chevron-right", onClick: this.onNext.bind(this) })))), this.canShowFooter() && (h("div", { class: "z-carousel-footer" }, this.arrowsPosition === "bottom" /* CarouselArrowsPosition.BOTTOM */ && (h("z-button", { size: "small" /* ButtonSize.SMALL */, variant: "tertiary" /* ButtonVariant.TERTIARY */, icon: "arrow-left-filled", onClick: this.onPrev.bind(this) })), this.progressMode === "dots" /* CarouselProgressMode.DOTS */ && this.single && this.items && (h("div", { class: "dots-progress" }, this.items.map((_item, key) => (h("button", { type: "button", class: { current: this.current === key }, onClick: () => this.goTo(key) }, h("z-icon", { name: this.current === key ? "white-circle-filled" : "black-circle-filled" })))))), this.progressMode === "numbers" /* CarouselProgressMode.NUMBERS */ && this.single && this.items && (h("div", { class: "numbers-progress" }, h("span", { class: "interactive-3 current" }, this.current + 1), h("span", { class: "interactive-3" }, "di"), h("span", { class: "interactive-3" }, this.items.length))), this.arrowsPosition === "bottom" /* CarouselArrowsPosition.BOTTOM */ && (h("z-button", { size: "small" /* ButtonSize.SMALL */, variant: "tertiary" /* ButtonVariant.TERTIARY */, icon: "arrow-right-filled", onClick: this.onNext.bind(this) }))))));
118
119
  }
119
120
  get hostElement() { return getElement(this); }
120
121
  static get watchers() { return {
@@ -5,6 +5,8 @@ const stylesCss = ":host>div{display:inline-block;min-height:28px;padding:0 calc
5
5
  const ZChipDeprecated = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
+ this.regulartext = undefined;
9
+ this.boldtext = undefined;
8
10
  }
9
11
  renderLegacyChip() {
10
12
  return (h("div", null, h("span", { class: "boldtext" }, this.boldtext), " ", this.regulartext));
@@ -1,6 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, g as getElement } from './index-a2ca4b97.js';
2
- import { y as ZChipType, q as Device } from './index-9d028352.js';
3
- import { g as getDevice, h as handleKeyboardSubmit } from './utils-39ca028c.js';
2
+ import { g as getDevice, h as handleKeyboardSubmit } from './utils-420e8552.js';
4
3
  import './breakpoints-c386984e.js';
5
4
 
6
5
  const stylesCss = ".sc-z-chip-h>button.sc-z-chip{display:inline-flex;align-items:center;padding:0 calc(var(--space-unit) * 1.5);border:var(--border-size-small) solid var(--gray400);background-color:var(--bg-white);border-radius:14px;color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--dashboard-font);font-size:14px;font-weight:var(--font-sb)}.sc-z-chip-h>button.sc-z-chip:not(:disabled)>z-icon.sc-z-chip:last-child:hover{color:var(--color-hover-primary);fill:var(--color-hover-primary)}.sc-z-chip-h>button.sc-z-chip:hover:not(:disabled)>z-icon.sc-z-chip:first-child{fill:var(--color-icon02)}.sc-z-chip-h>button.sc-z-chip>z-icon.icon-sx.sc-z-chip{margin-right:calc(var(--space-unit) / 2)}.sc-z-chip-h>button.sc-z-chip>z-icon.sc-z-chip:last-child{margin-left:var(--space-unit);cursor:pointer;fill:var(--color-primary01)}.sc-z-chip-h>button.sc-z-chip:disabled,.sc-z-chip-h>button.sc-z-chip:disabled>z-icon.sc-z-chip{color:var(--color-disabled03);fill:var(--color-disabled03)}.sc-z-chip-h>button.sc-z-chip:disabled>z-icon.sc-z-chip{cursor:auto}.sc-z-chip-h>button.sc-z-chip:disabled{border:var(--border-size-small) solid var(--color-disabled01)}.sc-z-chip-h>button.sc-z-chip:focus:focus-visible,.sc-z-chip-h>div.sc-z-chip:focus:focus-visible{box-shadow:var(--shadow-focus-primary);outline:none}.sc-z-chip-h>button.sc-z-chip:hover:not(:disabled):active:hover>z-icon.sc-z-chip:last-child{color:var(--color-primary01);fill:var(--color-primary01)}.sc-z-chip-h>div.sc-z-chip{display:inline-flex;min-height:28px;align-items:center;padding:0 calc(var(--space-unit) * 1.5);border:var(--border-size-small) solid var(--bg-grey-200);background-color:var(--bg-white);border-radius:14px;color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--dashboard-font);font-size:14px;line-height:28px}.sc-z-chip-h>div.sc-z-chip>z-icon.sc-z-chip{margin-right:calc(var(--space-unit) / 2)}.sc-z-chip-h>button.default.sc-z-chip,.sc-z-chip-h>div.default.sc-z-chip{min-height:44px;border-radius:22px;line-height:44px}.sc-z-chip-h>button.medium.sc-z-chip,.sc-z-chip-h>div.medium.sc-z-chip{min-height:40px;border-radius:22px;line-height:40px}.sc-z-chip-h>button.small.sc-z-chip,.sc-z-chip-h>div.small.sc-z-chip{min-height:36px;border-radius:22px;line-height:36px}@media only screen and (min-width: 1152px){.sc-z-chip-h>button.sc-z-chip{font-size:12px}.sc-z-chip-h>div.sc-z-chip{font-size:12px}.sc-z-chip-h>button.default.sc-z-chip,.sc-z-chip-h>div.default.sc-z-chip{min-height:32px;border-radius:16px;line-height:32px}.sc-z-chip-h>button.medium.sc-z-chip,.sc-z-chip-h>div.medium.sc-z-chip{min-height:28px;border-radius:16px;line-height:28px}.sc-z-chip-h>button.small.sc-z-chip,.sc-z-chip-h>div.small.sc-z-chip{min-height:24px;border-radius:16px;line-height:24px}}";
@@ -9,16 +8,16 @@ const ZChip = class {
9
8
  constructor(hostRef) {
10
9
  registerInstance(this, hostRef);
11
10
  this.interactiveIconClick = createEvent(this, "interactiveIconClick", 7);
12
- /** z-chip size type, can be default, medium or small */
13
- this.type = ZChipType.DEFAULT;
14
- /** set z-chip as disabled */
11
+ this.icon = undefined;
12
+ this.type = "default" /* ZChipType.DEFAULT */;
13
+ this.interactiveIcon = undefined;
15
14
  this.disabled = false;
16
15
  }
17
16
  emitinteractiveIconClick() {
18
17
  this.interactiveIconClick.emit();
19
18
  }
20
19
  getIconSize() {
21
- return getDevice() !== Device.DESKTOP ? 22 : 14;
20
+ return getDevice() !== "desktop" /* Device.DESKTOP */ ? 22 : 14;
22
21
  }
23
22
  render() {
24
23
  if (this.interactiveIcon) {
@@ -1,6 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-a2ca4b97.js';
2
- import { I as InputType, K as KeyboardKeyCode } from './index-9d028352.js';
3
- import { h as handleKeyboardSubmit } from './utils-39ca028c.js';
2
+ import { h as handleKeyboardSubmit } from './utils-420e8552.js';
4
3
  import './breakpoints-c386984e.js';
5
4
 
6
5
  const stylesCss = ":host{display:block}:host>div.fixed{position:relative}:host>div>.header{position:relative;z-index:10;display:flex;min-height:42px;align-items:center;justify-content:space-between;padding:0 calc(var(--space-unit) * 2);border:var(--border-size-small) solid var(--bg-grey-700);margin:0;background-color:var(--bg-white);border-radius:var(--border-radius-small);cursor:pointer}:host>div>.header:focus:focus-visible{border:var(--border-size-small) solid var(--blue500);box-shadow:var(--shadow-focus-primary);outline:none}:host>div>.header>z-body{padding:var(--space-unit) 0;margin:0;color:var(--text-grey-800)}:host>div>.header>z-body>span{font-weight:var(--font-sb)}:host>div>.header>z-icon{fill:var(--text-grey-800);transform:rotate(360deg);transition:all 200ms linear}:host>div.open>.header{border:var(--border-size-small) solid var(--blue500);border-radius:var(border-radius-small) var(border-radius-small) 0 0}:host>div.open>.header>z-icon{fill:var(--text-grey-800);transform:rotate(180deg);transition:all 200ms linear}:host>div.open>div.open-combo-data{position:relative;z-index:12;padding:var(--space-unit) calc(var(--space-unit) * 2);border:var(--border-size-small) solid var(--gray200);border-top:0;background-color:var(--bg-white);border-radius:0}:host>div.open>div.open-combo-data>div{overflow:auto;max-height:235px;padding:0;scrollbar-color:var(--myz-blue) var(--gray200);scrollbar-width:thin}:host>div.open>div.open-combo-data>z-input{width:100%;margin-bottom:calc(var(--space-unit) * 2)}:host>div.open>div.open-combo-data>div>ul{max-height:235px;padding:0 3px;margin:0}::-webkit-scrollbar{width:10px;background:linear-gradient(90deg, var(--bg-white) 2px, var(--bg-grey-200) 4px, var(--bg-white) 8px);border-radius:var(--border-radius)}::-webkit-scrollbar-thumb{width:10px;background-color:var(--myz-blue);border-radius:var(--border-radius)}:host>div.open>z-input{position:relative;z-index:1;width:238px;margin:0 calc(var(--space-unit) * 2);color:var(--myz-blue)}:host>div.open>div.open-combo-data>div.search{overflow:hidden;max-height:auto;margin-top:0;box-shadow:1px 1px 4px 2px rgb(217 222 227 / 50%)}:host>div.open>div.open-combo-data>div.search>ul{overflow:auto;max-height:180px;padding:var(--space-unit) calc(var(--space-unit) * 2);scrollbar-color:var(--myz-blue) var(--bg-grey-200);scrollbar-width:thin}:host>div.open>div.open-combo-data>div.search>div{display:flex;justify-content:center}:host>div.open>div.open-combo-data>div.search>div>a{display:inline-block;height:44px;color:var(--myz-blue);cursor:pointer;font-family:var(--dashboard-font);font-size:14px;font-weight:var(--font-sb);line-height:44px;text-align:center;text-transform:uppercase}:host>div.open>div.open-combo-data>div.check-all-wrapper{padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 0.5);text-align:left}";
@@ -9,27 +8,26 @@ const ZCombobox = class {
9
8
  constructor(hostRef) {
10
9
  registerInstance(this, hostRef);
11
10
  this.comboboxChange = createEvent(this, "comboboxChange", 7);
12
- /** show search input flag (optional) */
11
+ this.itemsList = [];
12
+ this.inputType = "text" /* InputType.TEXT */;
13
+ this.inputid = undefined;
14
+ this.items = undefined;
15
+ this.label = undefined;
13
16
  this.hassearch = false;
14
- /** no result text message */
17
+ this.searchlabel = undefined;
18
+ this.searchplaceholder = undefined;
19
+ this.searchtitle = undefined;
15
20
  this.noresultslabel = "Nessun risultato";
16
- /** toggle combo list opening flag */
17
21
  this.isopen = false;
18
- /** fixed style flag */
19
22
  this.isfixed = false;
20
- /** close combobox list text */
21
23
  this.closesearchtext = "Chiudi";
22
- /** show "check all" checkbox (optional) */
23
24
  this.hascheckall = false;
24
- /** check all label (optional) */
25
25
  this.checkalltext = "Seleziona tutti";
26
- /** uncheck all label (optional) */
27
26
  this.uncheckalltext = "Deseleziona tutti";
28
- /** max number of checkable items (0 = unlimited) */
29
27
  this.maxcheckableitems = 0;
30
- this.renderItemsList = []; // used for render only
31
- this.itemsList = [];
32
- this.inputType = InputType.TEXT;
28
+ this.searchValue = undefined;
29
+ this.selectedCounter = undefined;
30
+ this.renderItemsList = [];
33
31
  this.toggleComboBox = this.toggleComboBox.bind(this);
34
32
  this.closeFilterItems = this.closeFilterItems.bind(this);
35
33
  }
@@ -106,7 +104,7 @@ const ZCombobox = class {
106
104
  }
107
105
  renderHeader() {
108
106
  return (h("div", { class: "header", onClick: () => this.toggleComboBox(), onKeyDown: (ev) => {
109
- if (ev.keyCode === KeyboardKeyCode.SPACE) {
107
+ if (ev.keyCode === 32 /* KeyboardKeyCode.SPACE */) {
110
108
  ev.preventDefault();
111
109
  }
112
110
  }, onKeyUp: (ev) => handleKeyboardSubmit(ev, this.toggleComboBox), role: "button", tabindex: 0 }, h("z-body", { level: 3, component: "p" }, this.label, h("span", null, this.selectedCounter > 0 && ` (${this.selectedCounter})`)), h("z-icon", { name: "caret-down", width: 18, height: 18 })));
@@ -131,7 +129,7 @@ const ZCombobox = class {
131
129
  return this.renderNoSearchResults();
132
130
  }
133
131
  return (h("ul", null, items.map((item, i) => {
134
- return (h("z-myz-list-item", { id: item.id, listitemid: item.id, action: `combo-li-${this.inputid}`, underlined: i !== items.length - 1 }, h("z-input", { type: InputType.CHECKBOX, checked: item.checked, htmlid: `combo-checkbox-${this.inputid}-${item.id}`, label: item.name, disabled: !item.checked && this.maxcheckableitems && this.maxcheckableitems === this.selectedCounter })));
132
+ return (h("z-myz-list-item", { id: item.id, listitemid: item.id, action: `combo-li-${this.inputid}`, underlined: i !== items.length - 1 }, h("z-input", { type: "checkbox" /* InputType.CHECKBOX */, checked: item.checked, htmlid: `combo-checkbox-${this.inputid}-${item.id}`, label: item.name, disabled: !item.checked && this.maxcheckableitems && this.maxcheckableitems === this.selectedCounter })));
135
133
  })));
136
134
  }
137
135
  renderNoSearchResults() {
@@ -156,7 +154,7 @@ const ZCombobox = class {
156
154
  return;
157
155
  }
158
156
  const allChecked = this.selectedCounter === this.itemsList.length;
159
- return (h("div", { class: "check-all-wrapper" }, h("z-input", { type: InputType.CHECKBOX, checked: allChecked, htmlid: `combo-checkbox-${this.inputid}-check-all`, label: allChecked ? this.uncheckalltext : this.checkalltext, disabled: this.maxcheckableitems && this.maxcheckableitems < this.itemsList.length })));
157
+ return (h("div", { class: "check-all-wrapper" }, h("z-input", { type: "checkbox" /* InputType.CHECKBOX */, checked: allChecked, htmlid: `combo-checkbox-${this.inputid}-check-all`, label: allChecked ? this.uncheckalltext : this.checkalltext, disabled: this.maxcheckableitems && this.maxcheckableitems < this.itemsList.length })));
160
158
  }
161
159
  render() {
162
160
  return (h("div", { "data-action": `combo-${this.inputid}`, class: { open: this.isopen, fixed: this.isfixed }, id: this.inputid }, this.renderHeader(), this.renderContent()));
@@ -1,5 +1,4 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host } from './index-a2ca4b97.js';
2
- import { P as PopoverPositions } from './index-9d028352.js';
3
2
 
4
3
  const stylesCss = ":host{position:relative;display:flex;align-items:center;justify-content:center;font-family:var(--font-family-sans);font-weight:var(--font-rg)}button{width:100%;height:100%;padding:0;border:none;background:transparent;cursor:pointer}z-popover{overflow:hidden}.popover-content-container{position:relative;min-width:112px;max-width:280px;background-color:var(--color-surface02);box-shadow:var(--shadow-2);white-space:nowrap}.element-container:hover{color:var(--color-hover-primary);fill:var(--color-hover-primary)}.element-text{overflow:hidden;font-size:14px;text-overflow:ellipsis}.element-container,.disabled-element-container{display:flex;min-height:calc(var(--space-unit) * 4);box-sizing:border-box;align-items:center;padding:calc(var(--space-unit) / 2) var(--space-unit);fill:var(--color-disabled03);gap:var(--space-unit)}.element-container{fill:var(--color-primary01)}.element-icon{display:flex}";
5
4
 
@@ -7,14 +6,9 @@ const ZContextualMenu = class {
7
6
  constructor(hostRef) {
8
7
  registerInstance(this, hostRef);
9
8
  this.clickContextualMenu = createEvent(this, "clickContextualMenu", 7);
10
- /**
11
- * [optional] Sets text color of ZContextualMenu's content
12
- */
9
+ this.elements = undefined;
13
10
  this.color = "color-primary01";
14
- /**
15
- * [optional] Sets the position of the popover
16
- */
17
- this.popoverPosition = PopoverPositions.BOTTOM_RIGHT;
11
+ this.popoverPosition = "bottom_right" /* PopoverPositions.BOTTOM_RIGHT */;
18
12
  }
19
13
  componentWillRender() {
20
14
  if (this.elements) {
@@ -1,5 +1,4 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-a2ca4b97.js';
2
- import { B as ButtonVariant } from './index-9d028352.js';
3
2
 
4
3
  const stylesCss = ":host{font-family:var(--dashboard-font);font-weight:var(--font-rg)}z-candybar.hidden{display:none}.content{display:flex;flex-flow:column nowrap;align-content:space-between;align-items:stretch;justify-content:space-between;padding:calc(var(--space-unit) * 3) calc(var(--space-unit) * 2);border-radius:calc(var(--space-unit) * 0.5);color:var(--text-grey-800);font-size:16px;letter-spacing:0;line-height:24px}.content>div>h2{padding:0;margin:0;border-radius:0;color:var(--text-grey-800);font-size:18px;font-weight:var(--font-sb);letter-spacing:0}.content>div>div{padding:calc(var(--space-unit) * 3) 0;font-size:14px;letter-spacing:0.16px;line-height:20px}.content>div>div>p{margin:0}.content>div>div>p>a{display:inline-flex;height:14px;color:var(--text-grey-800);cursor:pointer;font-weight:var(--font-sb);text-decoration:underline}.content>div>div>p>a:visited{z-index:1000;color:var(--text-grey-800);cursor:pointer}.content>z-button{width:100%;margin:0}@media only screen and (min-width: 768px){.content{width:100%;flex-direction:row;align-items:center;padding:calc(var(--space-unit) * 4) calc(var(--space-unit) * 3);font-size:16px;letter-spacing:0;line-height:24px}.content>div{width:560px}.content>div>h2{height:calc(var(--space-unit) * 3.5)}.content>div>div{padding:0}.content>z-button{width:initial;margin:0}}@media only screen and (min-width: 1152px){.content>div{width:935px}}@media only screen and (min-width: 1366px){.content{padding-right:calc(var(--space-unit) * 4);padding-left:calc(var(--space-unit) * 4)}}";
5
4
 
@@ -7,6 +6,9 @@ const ZCookiebar = class {
7
6
  constructor(hostRef) {
8
7
  registerInstance(this, hostRef);
9
8
  this.accept = createEvent(this, "accept", 7);
9
+ this.cookiepolicyurl = undefined;
10
+ this.hide = undefined;
11
+ this.callback = undefined;
10
12
  }
11
13
  emitAccept(ev) {
12
14
  this.accept.emit({ ev });
@@ -26,7 +28,7 @@ const ZCookiebar = class {
26
28
  }
27
29
  }
28
30
  renderContentSlot() {
29
- return (h("div", { class: "content", slot: "content" }, h("div", null, h("h2", null, "Su questo sito usiamo i cookie."), h("div", null, h("p", null, "Se continui a navigare ci permetti di farlo secondo le regole spiegate nella nostra informativa sulla privacy relativa ai \u00A0", h("a", { href: this.cookiepolicyurl, target: "_blank" }, "cookie"), "."))), h("z-button", { variant: ButtonVariant.PRIMARY, onClick: (ev) => this.handleOkButtonClick(ev), onKeyUp: (ev) => this.handleOkButtonKeyUp(ev) }, "ACCETTA")));
31
+ return (h("div", { class: "content", slot: "content" }, h("div", null, h("h2", null, "Su questo sito usiamo i cookie."), h("div", null, h("p", null, "Se continui a navigare ci permetti di farlo secondo le regole spiegate nella nostra informativa sulla privacy relativa ai \u00A0", h("a", { href: this.cookiepolicyurl, target: "_blank" }, "cookie"), "."))), h("z-button", { variant: "primary" /* ButtonVariant.PRIMARY */, onClick: (ev) => this.handleOkButtonClick(ev), onKeyUp: (ev) => this.handleOkButtonKeyUp(ev) }, "ACCETTA")));
30
32
  }
31
33
  render() {
32
34
  return h("z-candybar", { class: `${this.hide ? "hidden" : ""}` }, this.renderContentSlot());
@@ -1,20 +1,12 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-a2ca4b97.js';
2
- import { R as CoverHeroVariant, U as CoverHeroContentPosition } from './index-9d028352.js';
3
2
 
4
3
  const stylesCss = ":host{--cover-hero-height:auto;--cover-hero-overlay:none;--cover-hero-text-color:var(--color-text-inverse);display:block}:host,*{box-sizing:border-box}:host .content-hero{position:relative;width:100%;height:var(--cover-hero-height);min-height:calc(var(--space-unit) * 30);align-items:baseline;background-color:var(--gray600)}:host .content-container{color:var(--cover-hero-text-color);fill:var(--cover-hero-text-color)}:host .content-hero .cover{position:absolute;z-index:0;width:100%;height:100%}::slotted([slot=\"cover\"]){position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top center}::slotted(z-info-reveal){position:absolute;z-index:1;right:var(--grid-margin);bottom:var(--grid-margin)}:host([variant=\"overlay\"]) .content-hero .cover::after{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--cover-hero-overlay);content:\"\"}:host([variant=\"overlay\"]) .content-hero .content-container{position:relative;height:100%;padding:var(--grid-margin)}:host([variant=\"stacked\"]){--cover-hero-text-color:var(--color-text01)}:host([variant=\"stacked\"]) .content-container ::slotted(*){padding:var(--grid-margin) 0}";
5
4
 
6
5
  const ZCoverHero = class {
7
6
  constructor(hostRef) {
8
7
  registerInstance(this, hostRef);
9
- /**
10
- * Cover hero variant.
11
- * Can be one of "OVERLAY", "STACKED".
12
- */
13
- this.variant = CoverHeroVariant.OVERLAY;
14
- /**
15
- * Cover hero content position (only for STACKED variant).
16
- */
17
- this.contentPosition = CoverHeroContentPosition.TOP;
8
+ this.variant = "overlay" /* CoverHeroVariant.OVERLAY */;
9
+ this.contentPosition = "top" /* CoverHeroContentPosition.TOP */;
18
10
  }
19
11
  /**
20
12
  * Template for the content.
@@ -23,10 +15,10 @@ const ZCoverHero = class {
23
15
  return (h("div", { class: "content-container" }, h("slot", { name: "content" })));
24
16
  }
25
17
  render() {
26
- return (h(Host, null, this.variant === CoverHeroVariant.STACKED &&
27
- this.contentPosition === CoverHeroContentPosition.TOP &&
28
- this.renderContent(), h("div", { class: "content-hero" }, h("div", { class: "cover" }, h("slot", { name: "cover" })), h("slot", { name: "info-reveal" }), this.variant === CoverHeroVariant.OVERLAY && this.renderContent()), this.variant === CoverHeroVariant.STACKED &&
29
- this.contentPosition === CoverHeroContentPosition.BOTTOM &&
18
+ return (h(Host, null, this.variant === "stacked" /* CoverHeroVariant.STACKED */ &&
19
+ this.contentPosition === "top" /* CoverHeroContentPosition.TOP */ &&
20
+ this.renderContent(), h("div", { class: "content-hero" }, h("div", { class: "cover" }, h("slot", { name: "cover" })), h("slot", { name: "info-reveal" }), this.variant === "overlay" /* CoverHeroVariant.OVERLAY */ && this.renderContent()), this.variant === "stacked" /* CoverHeroVariant.STACKED */ &&
21
+ this.contentPosition === "bottom" /* CoverHeroContentPosition.BOTTOM */ &&
30
22
  this.renderContent()));
31
23
  }
32
24
  get el() { return getElement(this); }
@@ -1,7 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, h, g as getElement } from './index-a2ca4b97.js';
2
- import { f as flatpickr, i as it, s as setAriaOptions, a as setFlatpickrPosition, v as validateDate } from './utils-fbe04cd6.js';
2
+ import { f as flatpickr, i as it, s as setAriaOptions, a as setFlatpickrPosition, v as validateDate } from './utils-ff91a03a.js';
3
3
  import { c as createCommonjsModule, a as commonjsGlobal } from './_commonjsHelpers-9943807e.js';
4
- import { F as ZDatePickerMode, H as ZDatePickerPosition, I as InputType } from './index-9d028352.js';
5
4
 
6
5
  var monthSelect = createCommonjsModule(function (module, exports) {
7
6
  (function (global, factory) {
@@ -310,11 +309,11 @@ const ZDatePicker = class {
310
309
  constructor(hostRef) {
311
310
  registerInstance(this, hostRef);
312
311
  this.dateSelect = createEvent(this, "dateSelect", 7);
313
- /** z-input aria label */
312
+ this.datePickerId = undefined;
314
313
  this.ariaLabel = "";
315
- /** [Optional] datepicker mode: date, datetime, only months */
316
- this.mode = ZDatePickerMode.DATE;
317
- this.flatpickrPosition = ZDatePickerPosition.BOTTOM;
314
+ this.label = undefined;
315
+ this.mode = "date" /* ZDatePickerMode.DATE */;
316
+ this.flatpickrPosition = "bottom" /* ZDatePickerPosition.BOTTOM */;
318
317
  this.inputError = false;
319
318
  }
320
319
  emitDateSelect(date) {
@@ -338,7 +337,7 @@ const ZDatePicker = class {
338
337
  const isNextArrowEntered = document.activeElement.classList.contains("flatpickr-next-month");
339
338
  const arrowPressed = isPrevArrowEntered || isNextArrowEntered;
340
339
  arrowPressed && ev.key === " " && ev.preventDefault();
341
- if (this.mode === ZDatePickerMode.MONTHS) {
340
+ if (this.mode === "months" /* ZDatePickerMode.MONTHS */) {
342
341
  isPrevArrowEntered && ((_d = this.picker) === null || _d === void 0 ? void 0 : _d.changeYear(this.picker.currentYear - 1));
343
342
  isNextArrowEntered && ((_e = this.picker) === null || _e === void 0 ? void 0 : _e.changeYear(this.picker.currentYear + 1));
344
343
  if (arrowPressed) {
@@ -383,11 +382,11 @@ const ZDatePicker = class {
383
382
  const classToAppend = this.hasChildren ? `${this.datePickerId}-hidden` : `${this.datePickerId}-container`;
384
383
  this.picker = flatpickr(`.${classToAppend}`, {
385
384
  appendTo: this.element.children[0],
386
- enableTime: this.mode === ZDatePickerMode.DATE_TIME,
385
+ enableTime: this.mode === "date-time" /* ZDatePickerMode.DATE_TIME */,
387
386
  locale: it.Italian,
388
387
  allowInput: true,
389
- dateFormat: this.mode === ZDatePickerMode.DATE_TIME ? "d-m-Y - H:i" : "d-m-Y",
390
- ariaDateFormat: this.mode === ZDatePickerMode.MONTHS ? "F Y" : "d F Y",
388
+ dateFormat: this.mode === "date-time" /* ZDatePickerMode.DATE_TIME */ ? "d-m-Y - H:i" : "d-m-Y",
389
+ ariaDateFormat: this.mode === "months" /* ZDatePickerMode.MONTHS */ ? "F Y" : "d F Y",
391
390
  minuteIncrement: 1,
392
391
  // eslint-disable-next-line @typescript-eslint/naming-convention
393
392
  time_24hr: true,
@@ -402,7 +401,7 @@ const ZDatePicker = class {
402
401
  setAriaOptions(this.element, this.mode);
403
402
  },
404
403
  wrap: true,
405
- plugins: this.mode === ZDatePickerMode.MONTHS && [
404
+ plugins: this.mode === "months" /* ZDatePickerMode.MONTHS */ && [
406
405
  monthSelect({
407
406
  dateFormat: "m-Y",
408
407
  altFormat: "m-Y",
@@ -414,23 +413,23 @@ const ZDatePicker = class {
414
413
  });
415
414
  }
416
415
  formatDate(date) {
417
- if (this.mode === ZDatePickerMode.DATE) {
416
+ if (this.mode === "date" /* ZDatePickerMode.DATE */) {
418
417
  return `${flatpickr.formatDate(date, "d-m-Y")}`;
419
418
  }
420
- else if (this.mode === ZDatePickerMode.MONTHS) {
419
+ else if (this.mode === "months" /* ZDatePickerMode.MONTHS */) {
421
420
  return `${flatpickr.formatDate(date, "m-Y")}`;
422
421
  }
423
422
  return `${flatpickr.formatDate(date, "d-m-Y - H:i")}`;
424
423
  }
425
424
  onStopTyping(value) {
426
425
  let text = value.detail.value;
427
- if (this.mode === ZDatePickerMode.MONTHS) {
426
+ if (this.mode === "months" /* ZDatePickerMode.MONTHS */) {
428
427
  text = "01-".concat(value.detail.value);
429
428
  }
430
429
  const englishData = text.split("-");
431
- const time = this.mode === ZDatePickerMode.DATE_TIME ? `T${englishData[3]}:00` : "";
430
+ const time = this.mode === "date-time" /* ZDatePickerMode.DATE_TIME */ ? `T${englishData[3]}:00` : "";
432
431
  const englishParsedData = `${englishData[2]}-${englishData[1]}-${englishData[0]}${time}`.split(" ").join("");
433
- const isValidDate = validateDate(englishParsedData, this.mode === ZDatePickerMode.DATE_TIME);
432
+ const isValidDate = validateDate(englishParsedData, this.mode === "date-time" /* ZDatePickerMode.DATE_TIME */);
434
433
  if (text === "") {
435
434
  this.inputError = false;
436
435
  this.picker.setDate([]);
@@ -450,7 +449,7 @@ const ZDatePicker = class {
450
449
  return (h("div", { class: `${this.datePickerId}-hidden` }, h("input", { class: "hidden-input", "data-input": true }), h("slot", { name: "toggle" })));
451
450
  }
452
451
  renderZInput() {
453
- return (h("div", { class: `${this.datePickerId}-container` }, h("z-input", { "data-input": "data-input", ariaLabel: this.ariaLabel, label: this.label, class: this.datePickerId, type: InputType.TEXT, icon: "event", message: false, tabindex: "0", value: "", onStopTyping: (value) => {
452
+ return (h("div", { class: `${this.datePickerId}-container` }, h("z-input", { "data-input": "data-input", ariaLabel: this.ariaLabel, label: this.label, class: this.datePickerId, type: "text" /* InputType.TEXT */, icon: "event", message: false, tabindex: "0", value: "", onStopTyping: (value) => {
454
453
  this.onStopTyping(value);
455
454
  }, onStartTyping: () => {
456
455
  this.inputError = false;
@@ -33,8 +33,9 @@ ZDragdropArea.style = stylesCss;
33
33
  const ZHeading = class {
34
34
  constructor(hostRef) {
35
35
  registerInstance(this, hostRef);
36
- /** Font weight variant */
36
+ this.level = undefined;
37
37
  this.variant = "regular";
38
+ this.component = undefined;
38
39
  }
39
40
  render() {
40
41
  return (h("z-typography", { tabIndex: 0, component: this.component || `h${this.level}`, level: `h${this.level}`, variant: this.variant }, h("slot", null)));
@@ -1,6 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-a2ca4b97.js';
2
- import { x as ZFileUploadType, q as Device, D as DividerSize } from './index-9d028352.js';
3
- import { g as getDevice } from './utils-39ca028c.js';
2
+ import { g as getDevice } from './utils-420e8552.js';
4
3
  import './breakpoints-c386984e.js';
5
4
 
6
5
  const stylesCss = ":host{color:var(--color-text01);font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>.container{display:flex;flex-direction:column}:host .modal-wrapper{display:flex;align-items:center;justify-content:center}:host .modal-wrapper>.files-wrapper{display:flex;flex-direction:column;margin:calc(var(--space-unit) * 4);gap:var(--space-unit)}:host .text-container{display:flex;flex-direction:column;margin:auto}:host .text-container z-body{text-align:center}:host .text-container .upload-link{color:var(--color-link-primary);cursor:pointer}:host .text-container .upload-link-text{margin-bottom:var(--space-unit)}input#file-elem{display:none}#title{display:inline-block;margin-bottom:var(--space-unit)}:host>.container>z-button{display:inline-block;margin-top:calc(var(--space-unit) * 3)}:host>.container>.files-container.hidden{display:none}:host>.container>.files-container>z-heading{display:inline-block;margin:calc(var(--space-unit) * 3) 0}:host>.container>.files-container>.files-wrapper{display:flex;flex-wrap:wrap;column-gap:calc(var(--space-unit) * 2);row-gap:calc(var(--space-unit) * 2)}:host>.container>.files-container>z-divider{margin-top:calc(var(--space-unit) * 3);margin-bottom:0}@media only screen and (min-width: 768px){:host>.container>z-button{align-self:flex-start}}";
@@ -9,15 +8,19 @@ const ZFileUpload = class {
9
8
  constructor(hostRef) {
10
9
  registerInstance(this, hostRef);
11
10
  this.fileInput = createEvent(this, "fileInput", 7);
12
- /** Prop indicating the file upload type - can be default or dragdrop */
13
- this.type = ZFileUploadType.DEFAULT;
14
- /** Files added by the user */
15
- this.files = [];
16
11
  this.inputAttributes = {
17
12
  type: "file",
18
13
  id: "file-elem",
19
14
  multiple: true,
20
15
  };
16
+ this.type = "default" /* ZFileUploadType.DEFAULT */;
17
+ this.buttonVariant = undefined;
18
+ this.acceptedFormat = undefined;
19
+ this.fileMaxSize = undefined;
20
+ this.mainTitle = undefined;
21
+ this.description = undefined;
22
+ this.files = [];
23
+ this.invalidFiles = undefined;
21
24
  }
22
25
  /** Listen removeFile event sent from z-file component */
23
26
  removeFileListener(e) {
@@ -53,8 +56,8 @@ const ZFileUpload = class {
53
56
  return this.files;
54
57
  }
55
58
  getType() {
56
- if (getDevice() !== Device.DESKTOP)
57
- return ZFileUploadType.DEFAULT;
59
+ if (getDevice() !== "desktop" /* Device.DESKTOP */)
60
+ return "default" /* ZFileUploadType.DEFAULT */;
58
61
  return this.type;
59
62
  }
60
63
  handleAccessibility() {
@@ -63,7 +66,7 @@ const ZFileUpload = class {
63
66
  lastFile.focus();
64
67
  }
65
68
  else {
66
- this.getType() === ZFileUploadType.DEFAULT
69
+ this.getType() === "default" /* ZFileUploadType.DEFAULT */
67
70
  ? this.button.querySelector("button").focus()
68
71
  : this.uploadLink.focus();
69
72
  }
@@ -119,7 +122,7 @@ const ZFileUpload = class {
119
122
  return h("z-body", { level: 3 }, fileFormatString || fileWeightString ? finalString : null);
120
123
  }
121
124
  renderFileSection() {
122
- return (h("section", { class: `files-container ${!this.files.length ? "hidden" : ""}` }, h("z-heading", { variant: "semibold", level: 4 }, "File appena caricati"), h("div", { class: "files-wrapper" }, h("slot", { name: "files" })), h("z-divider", { size: DividerSize.MEDIUM })));
125
+ return (h("section", { class: `files-container ${!this.files.length ? "hidden" : ""}` }, h("z-heading", { variant: "semibold", level: 4 }, "File appena caricati"), h("div", { class: "files-wrapper" }, h("slot", { name: "files" })), h("z-divider", { size: "medium" /* DividerSize.MEDIUM */ })));
123
126
  }
124
127
  renderInput() {
125
128
  return (h("input", Object.assign({}, this.inputAttributes, { onChange: () => this.fileInputHandler(), accept: this.acceptedFormat, ref: (val) => (this.input = val) })));
@@ -171,7 +174,7 @@ const ZFileUpload = class {
171
174
  })))));
172
175
  }
173
176
  render() {
174
- return (h(Host, null, h("div", { tabIndex: 0, class: `container ${this.getType()}` }, this.renderTitle(), this.getType() == ZFileUploadType.DEFAULT ? this.renderDefaultMode() : this.renderDragDropMode()), !!this.invalidFiles.size && (h("z-modal", { tabIndex: 0, ref: (val) => (this.errorModal = val), modaltitle: "Attenzione", onModalClose: () => (this.invalidFiles = new Map()), onModalBackgroundClick: () => (this.invalidFiles = new Map()) }, this.handleErrorModalContent()))));
177
+ return (h(Host, null, h("div", { tabIndex: 0, class: `container ${this.getType()}` }, this.renderTitle(), this.getType() == "default" /* ZFileUploadType.DEFAULT */ ? this.renderDefaultMode() : this.renderDragDropMode()), !!this.invalidFiles.size && (h("z-modal", { tabIndex: 0, ref: (val) => (this.errorModal = val), modaltitle: "Attenzione", onModalClose: () => (this.invalidFiles = new Map()), onModalBackgroundClick: () => (this.invalidFiles = new Map()) }, this.handleErrorModalContent()))));
175
178
  }
176
179
  get el() { return getElement(this); }
177
180
  };
@@ -1,5 +1,4 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-a2ca4b97.js';
2
- import { y as ZChipType, P as PopoverPositions } from './index-9d028352.js';
3
2
  import { t as tabletBreakpoint } from './breakpoints-c386984e.js';
4
3
 
5
4
  const stylesCss = ".sc-z-file-h{position:relative;font-family:var(--font-family-sans);font-weight:var(--font-rg)}.sc-z-file-h>z-popover.sc-z-file{z-index:10}.sc-z-file-h>z-popover.sc-z-file>.tooltip-content.sc-z-file{white-space:nowrap}.sc-z-file-h>z-chip.sc-z-file span.sc-z-file{display:block;overflow:hidden;max-width:250px;letter-spacing:0.32px;line-height:1.33;text-overflow:ellipsis;white-space:nowrap}";
@@ -8,6 +7,8 @@ const ZFile = class {
8
7
  constructor(hostRef) {
9
8
  registerInstance(this, hostRef);
10
9
  this.removeFile = createEvent(this, "removeFile", 7);
10
+ this.fileNumber = undefined;
11
+ this.fileName = undefined;
11
12
  this.allowPopover = false;
12
13
  this.popoverVisible = false;
13
14
  }
@@ -35,7 +36,7 @@ const ZFile = class {
35
36
  return this.ellipsis.offsetWidth < this.ellipsis.scrollWidth;
36
37
  }
37
38
  render() {
38
- return (h(Host, null, this.allowPopover && (h("z-popover", { open: this.popoverVisible, position: PopoverPositions.AUTO, bindTo: this.chip }, h("span", { class: "body-5 tooltip-content" }, this.ellipsis.innerText))), h("z-chip", { ref: (el) => (this.chip = el), id: `chip-${this.fileNumber}`, interactiveIcon: "multiply-circled", type: ZChipType.DEFAULT }, h("span", { ref: (el) => (this.ellipsis = el), tabIndex: -1 }, this.fileName))));
39
+ return (h(Host, null, this.allowPopover && (h("z-popover", { open: this.popoverVisible, position: "auto" /* PopoverPositions.AUTO */, bindTo: this.chip }, h("span", { class: "body-5 tooltip-content" }, this.ellipsis.innerText))), h("z-chip", { ref: (el) => (this.chip = el), id: `chip-${this.fileNumber}`, interactiveIcon: "multiply-circled", type: "default" /* ZChipType.DEFAULT */ }, h("span", { ref: (el) => (this.ellipsis = el), tabIndex: -1 }, this.fileName))));
39
40
  }
40
41
  get el() { return getElement(this); }
41
42
  };
@@ -5,6 +5,7 @@ const stylesCss$2 = ":host{font-family:var(--font-family-sans);font-weight:var(-
5
5
  const ZFooterLink = class {
6
6
  constructor(hostRef) {
7
7
  registerInstance(this, hostRef);
8
+ this.href = undefined;
8
9
  }
9
10
  render() {
10
11
  return (h("a", { href: this.href, target: "_blank" }, h("slot", null)));
@@ -17,6 +18,7 @@ const stylesCss$1 = ":host{font-family:var(--font-family-sans);font-weight:var(-
17
18
  const ZFooterSection = class {
18
19
  constructor(hostRef) {
19
20
  registerInstance(this, hostRef);
21
+ this.name = undefined;
20
22
  this.isOpen = false;
21
23
  }
22
24
  renderToggleButton() {
@@ -33,6 +35,9 @@ const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--f
33
35
  const ZFooterSocial = class {
34
36
  constructor(hostRef) {
35
37
  registerInstance(this, hostRef);
38
+ this.icon = undefined;
39
+ this.href = undefined;
40
+ this.description = undefined;
36
41
  }
37
42
  render() {
38
43
  return (h("a", { href: this.href, target: "_blank" }, h("img", { src: this.icon, alt: this.description })));