@zanichelli/albe-web-components 2.33.5-rc1 → 2.34.1

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 (699) hide show
  1. package/LICENSE +21 -21
  2. package/dist/cjs/_commonjsHelpers-119ffc74.js +17 -0
  3. package/dist/cjs/breakpoints-88c4fd6c.js +7 -0
  4. package/{www/build/hammer-52e2c4fe.js → dist/cjs/hammer-54230951.js} +6 -5
  5. package/{www/build/icons-c51b7576.js → dist/cjs/icons-05eba7ee.js} +476 -473
  6. package/{www/build/index-8067f807.js → dist/cjs/index-9651dba8.js} +6 -10
  7. package/dist/cjs/index-de6c491e.js +256 -0
  8. package/dist/cjs/index-dee3e21d.js +1694 -0
  9. package/dist/cjs/index.cjs.js +13 -0
  10. package/dist/cjs/loader.cjs.js +21 -0
  11. package/dist/cjs/utils-12053886.js +75 -0
  12. package/dist/cjs/web-components-library.cjs.js +19 -0
  13. package/dist/{web-components-library/z-alert.entry.js → cjs/z-alert.cjs.entry.js} +14 -10
  14. package/{www/build/z-app-header.entry.js → dist/cjs/z-app-header.cjs.entry.js} +139 -135
  15. package/dist/{web-components-library/z-app-switcher.entry.js → cjs/z-app-switcher.cjs.entry.js} +24 -20
  16. package/dist/cjs/z-app-topbar.cjs.entry.js +41 -0
  17. package/dist/cjs/z-aria-alert.cjs.entry.js +18 -0
  18. package/{www/build/z-avatar.entry.js → dist/cjs/z-avatar.cjs.entry.js} +38 -34
  19. package/dist/cjs/z-body_14.cjs.entry.js +513 -0
  20. package/dist/cjs/z-button-filter_5.cjs.entry.js +620 -0
  21. package/{www/build/z-button-sort.entry.js → dist/cjs/z-button-sort.cjs.entry.js} +49 -45
  22. package/dist/{web-components-library/z-candybar.entry.js → cjs/z-candybar.cjs.entry.js} +14 -10
  23. package/dist/{web-components-library/z-card.entry.js → cjs/z-card.cjs.entry.js} +53 -49
  24. package/dist/{web-components-library/z-chip.entry.js → cjs/z-chip.cjs.entry.js} +19 -15
  25. package/{www/build/z-combobox.entry.js → dist/cjs/z-combobox.cjs.entry.js} +166 -162
  26. package/dist/cjs/z-contextual-menu.cjs.entry.js +40 -0
  27. package/{www/build/z-cookiebar.entry.js → dist/cjs/z-cookiebar.cjs.entry.js} +37 -33
  28. package/{www/build/z-divider.entry.js → dist/cjs/z-divider.cjs.entry.js} +21 -17
  29. package/dist/cjs/z-footer-link_3.cjs.entry.js +49 -0
  30. package/{www/build/z-footer.entry.js → dist/cjs/z-footer.cjs.entry.js} +97 -93
  31. package/dist/cjs/z-ghost-loading.cjs.entry.js +19 -0
  32. package/dist/cjs/z-heading.cjs.entry.js +17 -0
  33. package/dist/cjs/z-icon-package.cjs.entry.js +23 -0
  34. package/{www/build/z-info-box.entry.js → dist/cjs/z-info-box.cjs.entry.js} +20 -16
  35. package/dist/{web-components-library/z-link.entry.js → cjs/z-link.cjs.entry.js} +66 -62
  36. package/dist/cjs/z-list_3.cjs.entry.js +226 -0
  37. package/dist/{web-components-library/z-logo.entry.js → cjs/z-logo.cjs.entry.js} +23 -19
  38. package/dist/cjs/z-menu-dropdown_2.cjs.entry.js +89 -0
  39. package/{www/build/z-menu-section.entry.js → dist/cjs/z-menu-section.cjs.entry.js} +41 -37
  40. package/dist/{web-components-library/z-menu.entry.js → cjs/z-menu.cjs.entry.js} +105 -101
  41. package/{www/build/z-messages-pocket.entry.js → dist/cjs/z-messages-pocket.cjs.entry.js} +42 -38
  42. package/dist/cjs/z-modal-login.cjs.entry.js +81 -0
  43. package/dist/cjs/z-modal.cjs.entry.js +36 -0
  44. package/{www/build/z-myz-card-alert.entry.js → dist/cjs/z-myz-card-alert.cjs.entry.js} +58 -54
  45. package/dist/{web-components-library/z-myz-card-dictionary.entry.js → cjs/z-myz-card-dictionary.cjs.entry.js} +31 -27
  46. package/dist/{web-components-library/z-myz-card-footer-sections.entry.js → cjs/z-myz-card-footer-sections.cjs.entry.js} +14 -10
  47. package/dist/cjs/z-myz-card-footer.cjs.entry.js +52 -0
  48. package/{www/build/z-myz-card-icon.entry.js → dist/cjs/z-myz-card-icon.cjs.entry.js} +16 -12
  49. package/{www/build/z-myz-card-info.entry.js → dist/cjs/z-myz-card-info.cjs.entry.js} +115 -111
  50. package/dist/{web-components-library/z-myz-card-list.entry.js → cjs/z-myz-card-list.cjs.entry.js} +32 -28
  51. package/dist/cjs/z-myz-card_4.cjs.entry.js +101 -0
  52. package/{www/build/z-myz-list-item.entry.js → dist/cjs/z-myz-list-item.cjs.entry.js} +32 -28
  53. package/dist/{web-components-library/z-myz-topbar.entry.js → cjs/z-myz-topbar.cjs.entry.js} +189 -185
  54. package/dist/{web-components-library/z-navigation-tab.entry.js → cjs/z-navigation-tab.cjs.entry.js} +40 -36
  55. package/dist/{web-components-library/z-navigation-tabs.entry.js → cjs/z-navigation-tabs.cjs.entry.js} +96 -92
  56. package/{www/build/z-notification.entry.js → dist/cjs/z-notification.cjs.entry.js} +37 -33
  57. package/dist/{web-components-library/z-otp.entry.js → cjs/z-otp.cjs.entry.js} +36 -32
  58. package/{www/build/z-pagination-bar.entry.js → dist/cjs/z-pagination-bar.cjs.entry.js} +123 -121
  59. package/dist/{web-components-library/z-pagination-page.entry.js → cjs/z-pagination-page.cjs.entry.js} +20 -16
  60. package/dist/cjs/z-panel-elem.cjs.entry.js +30 -0
  61. package/dist/{web-components-library/z-pocket-message.entry.js → cjs/z-pocket-message.cjs.entry.js} +14 -10
  62. package/dist/cjs/z-pocket_3.cjs.entry.js +125 -0
  63. package/dist/cjs/z-registro-table-expanded-row.cjs.entry.js +19 -0
  64. package/dist/{web-components-library/z-registro-table-footer.entry.js → cjs/z-registro-table-footer.cjs.entry.js} +18 -14
  65. package/dist/{web-components-library/z-slideshow.entry.js → cjs/z-slideshow.cjs.entry.js} +107 -103
  66. package/{www/build/z-status-tag.entry.js → dist/cjs/z-status-tag.cjs.entry.js} +24 -20
  67. package/{www/build/z-stepper-item.entry.js → dist/cjs/z-stepper-item.cjs.entry.js} +17 -13
  68. package/{www/build/z-stepper.entry.js → dist/cjs/z-stepper.cjs.entry.js} +14 -10
  69. package/{www/build/z-toast-notification-list.entry.js → dist/cjs/z-toast-notification-list.cjs.entry.js} +51 -47
  70. package/dist/{web-components-library/z-toast-notification.entry.js → cjs/z-toast-notification.cjs.entry.js} +198 -194
  71. package/dist/{web-components-library/z-toggle-button.entry.js → cjs/z-toggle-button.cjs.entry.js} +31 -27
  72. package/{www/build/z-tooltip.entry.js → dist/cjs/z-tooltip.cjs.entry.js} +269 -265
  73. package/dist/{web-components-library/z-user-dropdown.entry.js → cjs/z-user-dropdown.cjs.entry.js} +90 -86
  74. package/{www/build/z-visually-hidden.entry.js → dist/cjs/z-visually-hidden.cjs.entry.js} +14 -10
  75. package/{www/build/index-08d9a3bf.js → dist/collection/beans/index.js} +253 -255
  76. package/dist/collection/collection-manifest.json +100 -0
  77. package/dist/collection/components/buttons/z-button/index.js +219 -0
  78. package/dist/collection/components/buttons/z-button/styles.css +231 -0
  79. package/dist/collection/components/buttons/z-button-filter/index.js +155 -0
  80. package/dist/collection/components/buttons/z-button-filter/styles.css +74 -0
  81. package/dist/collection/components/buttons/z-button-sort/index.js +216 -0
  82. package/dist/collection/components/buttons/z-button-sort/styles.css +101 -0
  83. package/dist/collection/components/buttons/z-chip/index.js +59 -0
  84. package/dist/collection/components/buttons/z-chip/styles.css +17 -0
  85. package/dist/collection/components/buttons/z-toggle-button/index.js +122 -0
  86. package/dist/collection/components/buttons/z-toggle-button/styles.css +62 -0
  87. package/dist/collection/components/footer/z-footer/index.js +286 -0
  88. package/dist/collection/components/footer/z-footer/styles.css +242 -0
  89. package/dist/collection/components/footer/z-footer-link/index.js +37 -0
  90. package/dist/collection/components/footer/z-footer-link/styles.css +33 -0
  91. package/dist/collection/components/footer/z-footer-section/index.js +51 -0
  92. package/dist/collection/components/footer/z-footer-section/styles.css +163 -0
  93. package/dist/collection/components/footer/z-footer-social/index.js +68 -0
  94. package/dist/collection/components/footer/z-footer-social/styles.css +23 -0
  95. package/dist/collection/components/icons/icons.js +474 -0
  96. package/dist/collection/components/icons/z-icon/index.js +110 -0
  97. package/dist/collection/components/icons/z-icon/styles.css +14 -0
  98. package/dist/collection/components/icons/z-icon-package/index.js +20 -0
  99. package/dist/collection/components/icons/z-icon-package/styles.css +16 -0
  100. package/dist/collection/components/indicators/z-stepper/index.js +17 -0
  101. package/dist/collection/components/indicators/z-stepper/styles.css +19 -0
  102. package/dist/collection/components/indicators/z-stepper-item/index.js +93 -0
  103. package/dist/collection/components/indicators/z-stepper-item/styles.css +115 -0
  104. package/dist/collection/components/inputs/z-combobox/index.js +480 -0
  105. package/dist/collection/components/inputs/z-combobox/styles.css +148 -0
  106. package/dist/collection/components/inputs/z-input/index.js +821 -0
  107. package/dist/collection/components/inputs/z-input/styles.css +304 -0
  108. package/dist/collection/components/inputs/z-input-label/index.js +72 -0
  109. package/dist/collection/components/inputs/z-input-label/styles.css +16 -0
  110. package/dist/collection/components/inputs/z-input-message/index.js +64 -0
  111. package/dist/collection/components/inputs/z-input-message/styles.css +33 -0
  112. package/dist/collection/components/inputs/z-select/index.js +647 -0
  113. package/dist/collection/components/inputs/z-select/styles.css +131 -0
  114. package/dist/collection/components/list/z-list/index.js +57 -0
  115. package/dist/collection/components/list/z-list/styles.css +7 -0
  116. package/dist/collection/components/list/z-list-element/index.js +439 -0
  117. package/dist/collection/components/list/z-list-element/styles.css +133 -0
  118. package/dist/collection/components/list/z-list-group/index.js +144 -0
  119. package/dist/collection/components/list/z-list-group/styles.css +22 -0
  120. package/dist/collection/components/list/z-toast-notification-list/index.js +97 -0
  121. package/dist/collection/components/list/z-toast-notification-list/styles.css +107 -0
  122. package/dist/collection/components/logo/z-logo/index.js +128 -0
  123. package/dist/collection/components/logo/z-logo/styles.css +29 -0
  124. package/dist/collection/components/modal/z-modal/index.js +160 -0
  125. package/dist/collection/components/modal/z-modal/styles.css +185 -0
  126. package/dist/collection/components/modal/z-modal-login/index.js +272 -0
  127. package/dist/collection/components/modal/z-modal-login/styles.css +159 -0
  128. package/dist/collection/components/navigation/z-app-header/index.js +267 -0
  129. package/dist/collection/components/navigation/z-app-header/styles.css +445 -0
  130. package/dist/collection/components/navigation/z-app-switcher/index.js +70 -0
  131. package/dist/collection/components/navigation/z-app-switcher/styles.css +35 -0
  132. package/dist/collection/components/navigation/z-app-topbar/index.js +156 -0
  133. package/dist/collection/components/navigation/z-app-topbar/styles.css +71 -0
  134. package/dist/collection/components/navigation/z-link/index.js +309 -0
  135. package/dist/collection/components/navigation/z-link/styles.css +164 -0
  136. package/dist/collection/components/navigation/z-menu/index.js +223 -0
  137. package/dist/collection/components/navigation/z-menu/styles.css +149 -0
  138. package/dist/collection/components/navigation/z-menu-dropdown/index.js +125 -0
  139. package/dist/collection/components/navigation/z-menu-dropdown/styles.css +146 -0
  140. package/dist/collection/components/navigation/z-menu-section/index.js +109 -0
  141. package/dist/collection/components/navigation/z-menu-section/styles.css +91 -0
  142. package/dist/collection/components/navigation/z-navigation-tab/index.js +151 -0
  143. package/dist/collection/components/navigation/z-navigation-tab/styles.css +113 -0
  144. package/dist/collection/components/navigation/z-navigation-tabs/index.js +179 -0
  145. package/dist/collection/components/navigation/z-navigation-tabs/styles.css +117 -0
  146. package/dist/collection/components/navigation/z-user-dropdown/index.js +252 -0
  147. package/dist/collection/components/navigation/z-user-dropdown/styles.css +315 -0
  148. package/dist/collection/components/notification/z-candybar/index.js +18 -0
  149. package/dist/collection/components/notification/z-candybar/styles.css +61 -0
  150. package/dist/collection/components/notification/z-cookiebar/index.js +111 -0
  151. package/dist/collection/components/notification/z-cookiebar/styles.css +109 -0
  152. package/dist/collection/components/notification/z-info-box/index.js +79 -0
  153. package/dist/collection/components/notification/z-info-box/styles.css +23 -0
  154. package/dist/collection/components/notification/z-notification/index.js +171 -0
  155. package/dist/collection/components/notification/z-notification/styles.css +93 -0
  156. package/dist/collection/components/notification/z-toast-notification/index.js +402 -0
  157. package/dist/collection/components/notification/z-toast-notification/styles.css +247 -0
  158. package/dist/collection/components/notification/z-tooltip/index.js +379 -0
  159. package/dist/collection/components/notification/z-tooltip/styles.css +128 -0
  160. package/dist/collection/components/pagination/z-pagination-bar/index.js +278 -0
  161. package/dist/collection/components/pagination/z-pagination-bar/styles.css +23 -0
  162. package/dist/collection/components/pagination/z-pagination-page/index.js +129 -0
  163. package/dist/collection/components/pagination/z-pagination-page/styles.css +57 -0
  164. package/dist/collection/components/panel/z-panel-elem/index.js +193 -0
  165. package/dist/collection/components/panel/z-panel-elem/styles.css +39 -0
  166. package/dist/collection/components/typography/z-body/index.js +66 -0
  167. package/dist/collection/components/typography/z-heading/index.js +66 -0
  168. package/dist/collection/components/typography/z-typography/index.js +84 -0
  169. package/dist/collection/components/typography/z-typography/styles.css +61 -0
  170. package/dist/collection/components/z-aria-alert/index.js +32 -0
  171. package/dist/collection/components/z-avatar/index.js +137 -0
  172. package/dist/collection/components/z-avatar/styles.css +35 -0
  173. package/dist/collection/components/z-card/index.js +153 -0
  174. package/dist/collection/components/z-card/styles.css +188 -0
  175. package/dist/collection/components/z-contextual-menu/index.js +122 -0
  176. package/dist/collection/components/z-contextual-menu/styles.css +45 -0
  177. package/dist/collection/components/z-divider/index.js +89 -0
  178. package/dist/collection/components/z-divider/styles.css +37 -0
  179. package/dist/collection/components/z-ghost-loading/index.js +14 -0
  180. package/dist/collection/components/z-ghost-loading/styles.css +34 -0
  181. package/dist/collection/components/z-popover/index.js +273 -0
  182. package/dist/collection/components/z-popover/styles.css +236 -0
  183. package/dist/collection/components/z-status-tag/index.js +125 -0
  184. package/dist/collection/components/z-status-tag/styles.css +133 -0
  185. package/dist/collection/components/z-visually-hidden/index.js +14 -0
  186. package/dist/collection/components/z-visually-hidden/styles.css +12 -0
  187. package/dist/{web-components-library/breakpoints-14432d05.js → collection/constants/breakpoints.js} +2 -3
  188. package/dist/collection/constants/icons.js +6 -0
  189. package/dist/collection/index.js +5 -0
  190. package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +119 -0
  191. package/dist/collection/snowflakes/myz/card/z-myz-card/styles.css +38 -0
  192. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +148 -0
  193. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/styles.css +62 -0
  194. package/dist/collection/snowflakes/myz/card/z-myz-card-body/index.js +20 -0
  195. package/dist/collection/snowflakes/myz/card/z-myz-card-body/styles.css +13 -0
  196. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +87 -0
  197. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/styles.css +11 -0
  198. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +177 -0
  199. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/styles.css +85 -0
  200. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +190 -0
  201. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/styles.css +137 -0
  202. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +23 -0
  203. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/styles.css +32 -0
  204. package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +101 -0
  205. package/dist/collection/snowflakes/myz/card/z-myz-card-header/styles.css +46 -0
  206. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +74 -0
  207. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/styles.css +70 -0
  208. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +213 -0
  209. package/dist/collection/snowflakes/myz/card/z-myz-card-info/styles.css +124 -0
  210. package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +53 -0
  211. package/dist/collection/snowflakes/myz/card/z-myz-card-list/styles.css +41 -0
  212. package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +70 -0
  213. package/dist/collection/snowflakes/myz/list/z-myz-list/styles.css +4 -0
  214. package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +188 -0
  215. package/dist/collection/snowflakes/myz/list/z-myz-list-item/styles.css +48 -0
  216. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +121 -0
  217. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/styles.css +106 -0
  218. package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +181 -0
  219. package/dist/collection/snowflakes/myz/pocket/z-pocket/styles.css +56 -0
  220. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +77 -0
  221. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/styles.css +49 -0
  222. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +86 -0
  223. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/styles.css +40 -0
  224. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/index.js +23 -0
  225. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/styles.css +53 -0
  226. package/dist/collection/snowflakes/myz/topbar/index.js +428 -0
  227. package/dist/collection/snowflakes/myz/topbar/styles.css +594 -0
  228. package/dist/collection/snowflakes/myz/z-alert/index.js +42 -0
  229. package/dist/collection/snowflakes/myz/z-alert/styles.css +28 -0
  230. package/dist/collection/snowflakes/myz/z-otp/index.js +114 -0
  231. package/dist/collection/snowflakes/myz/z-otp/styles.css +47 -0
  232. package/dist/collection/snowflakes/myz/z-slideshow/index.js +165 -0
  233. package/dist/collection/snowflakes/myz/z-slideshow/styles.css +128 -0
  234. package/dist/collection/snowflakes/registro-table/z-registro-table/index.js +365 -0
  235. package/dist/collection/snowflakes/registro-table/z-registro-table/styles.css +166 -0
  236. package/dist/collection/snowflakes/registro-table/z-registro-table-body/index.js +19 -0
  237. package/dist/collection/snowflakes/registro-table/z-registro-table-body/styles.css +9 -0
  238. package/dist/collection/snowflakes/registro-table/z-registro-table-cell/index.js +83 -0
  239. package/dist/collection/snowflakes/registro-table/z-registro-table-cell/styles.css +57 -0
  240. package/dist/collection/snowflakes/registro-table/z-registro-table-empty-box/index.js +69 -0
  241. package/dist/collection/snowflakes/registro-table/z-registro-table-empty-box/styles.css +24 -0
  242. package/dist/collection/snowflakes/registro-table/z-registro-table-expanded-row/index.js +35 -0
  243. package/dist/collection/snowflakes/registro-table/z-registro-table-expanded-row/styles.css +9 -0
  244. package/dist/collection/snowflakes/registro-table/z-registro-table-footer/index.js +18 -0
  245. package/dist/collection/snowflakes/registro-table/z-registro-table-footer/styles.css +5 -0
  246. package/dist/collection/snowflakes/registro-table/z-registro-table-head/index.js +18 -0
  247. package/dist/collection/snowflakes/registro-table/z-registro-table-head/styles.css +5 -0
  248. package/dist/collection/snowflakes/registro-table/z-registro-table-header/index.js +244 -0
  249. package/dist/collection/snowflakes/registro-table/z-registro-table-header/styles.css +63 -0
  250. package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/index.js +37 -0
  251. package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/styles.css +13 -0
  252. package/dist/collection/snowflakes/registro-table/z-registro-table-row/index.js +86 -0
  253. package/dist/collection/snowflakes/registro-table/z-registro-table-row/styles.css +54 -0
  254. package/dist/collection/snowflakes/registro-table/z-registro-table-sticky-footer/index.js +17 -0
  255. package/dist/collection/snowflakes/registro-table/z-registro-table-sticky-footer/styles.css +11 -0
  256. package/dist/collection/themes/index.story.js +18 -0
  257. package/{www/build/utils-2e0fffb8.js → dist/collection/utils/utils.js} +81 -84
  258. package/dist/esm/_commonjsHelpers-8b28c6fa.js +15 -0
  259. package/{www/build/breakpoints-14432d05.js → dist/esm/breakpoints-c386984e.js} +1 -1
  260. package/dist/{web-components-library/hammer-52e2c4fe.js → esm/hammer-501342a9.js} +2 -3
  261. package/dist/{web-components-library/icons-c51b7576.js → esm/icons-bceeb196.js} +473 -472
  262. package/dist/{web-components-library/index-08d9a3bf.js → esm/index-09b57d95.js} +254 -254
  263. package/dist/{web-components-library/index-8067f807.js → esm/index-aa3a4feb.js} +2 -8
  264. package/dist/esm/index-fa9e549c.js +1666 -0
  265. package/dist/esm/index.js +9 -0
  266. package/dist/esm/loader.js +17 -0
  267. package/dist/esm/polyfills/core-js.js +11 -0
  268. package/dist/esm/polyfills/css-shim.js +1 -0
  269. package/dist/esm/polyfills/dom.js +79 -0
  270. package/dist/esm/polyfills/es5-html-element.js +1 -0
  271. package/dist/esm/polyfills/index.js +34 -0
  272. package/dist/esm/polyfills/system.js +6 -0
  273. package/dist/{web-components-library/utils-2e0fffb8.js → esm/utils-f0067254.js} +64 -82
  274. package/dist/esm/web-components-library.js +17 -0
  275. package/{www/build → dist/esm}/z-alert.entry.js +9 -9
  276. package/dist/{web-components-library → esm}/z-app-header.entry.js +134 -134
  277. package/{www/build → dist/esm}/z-app-switcher.entry.js +19 -19
  278. package/dist/{web-components-library → esm}/z-app-topbar.entry.js +31 -31
  279. package/{www/build → dist/esm}/z-aria-alert.entry.js +10 -10
  280. package/dist/{web-components-library → esm}/z-avatar.entry.js +33 -33
  281. package/dist/esm/z-body_14.entry.js +496 -0
  282. package/dist/esm/z-button-filter_5.entry.js +612 -0
  283. package/dist/{web-components-library → esm}/z-button-sort.entry.js +44 -44
  284. package/{www/build → dist/esm}/z-candybar.entry.js +9 -9
  285. package/{www/build → dist/esm}/z-card.entry.js +48 -48
  286. package/{www/build → dist/esm}/z-chip.entry.js +14 -14
  287. package/dist/{web-components-library → esm}/z-combobox.entry.js +161 -161
  288. package/dist/{web-components-library → esm}/z-contextual-menu.entry.js +30 -30
  289. package/dist/{web-components-library → esm}/z-cookiebar.entry.js +32 -32
  290. package/dist/{web-components-library → esm}/z-divider.entry.js +16 -16
  291. package/dist/esm/z-footer-link_3.entry.js +43 -0
  292. package/dist/{web-components-library → esm}/z-footer.entry.js +92 -92
  293. package/{www/build → dist/esm}/z-ghost-loading.entry.js +10 -10
  294. package/dist/{web-components-library → esm}/z-heading.entry.js +9 -9
  295. package/{www/build → dist/esm}/z-icon-package.entry.js +13 -13
  296. package/dist/{web-components-library → esm}/z-info-box.entry.js +15 -15
  297. package/{www/build → dist/esm}/z-link.entry.js +61 -61
  298. package/dist/esm/z-list_3.entry.js +220 -0
  299. package/{www/build → dist/esm}/z-logo.entry.js +18 -18
  300. package/dist/esm/z-menu-dropdown_2.entry.js +84 -0
  301. package/dist/{web-components-library → esm}/z-menu-section.entry.js +36 -36
  302. package/{www/build → dist/esm}/z-menu.entry.js +100 -100
  303. package/dist/{web-components-library → esm}/z-messages-pocket.entry.js +37 -37
  304. package/{www/build → dist/esm}/z-modal-login.entry.js +72 -72
  305. package/{www/build → dist/esm}/z-modal.entry.js +27 -27
  306. package/dist/{web-components-library → esm}/z-myz-card-alert.entry.js +53 -53
  307. package/{www/build → dist/esm}/z-myz-card-dictionary.entry.js +26 -26
  308. package/{www/build → dist/esm}/z-myz-card-footer-sections.entry.js +9 -9
  309. package/dist/{web-components-library → esm}/z-myz-card-footer.entry.js +43 -43
  310. package/dist/{web-components-library → esm}/z-myz-card-icon.entry.js +11 -11
  311. package/dist/{web-components-library → esm}/z-myz-card-info.entry.js +110 -110
  312. package/{www/build → dist/esm}/z-myz-card-list.entry.js +27 -27
  313. package/dist/esm/z-myz-card_4.entry.js +94 -0
  314. package/dist/{web-components-library → esm}/z-myz-list-item.entry.js +27 -27
  315. package/{www/build → dist/esm}/z-myz-topbar.entry.js +184 -184
  316. package/{www/build → dist/esm}/z-navigation-tab.entry.js +35 -35
  317. package/{www/build → dist/esm}/z-navigation-tabs.entry.js +91 -91
  318. package/dist/{web-components-library → esm}/z-notification.entry.js +32 -32
  319. package/{www/build → dist/esm}/z-otp.entry.js +31 -31
  320. package/dist/{web-components-library → esm}/z-pagination-bar.entry.js +118 -120
  321. package/{www/build → dist/esm}/z-pagination-page.entry.js +15 -15
  322. package/{www/build → dist/esm}/z-panel-elem.entry.js +20 -20
  323. package/{www/build → dist/esm}/z-pocket-message.entry.js +9 -9
  324. package/dist/esm/z-pocket_3.entry.js +119 -0
  325. package/{www/build → dist/esm}/z-registro-table-expanded-row.entry.js +9 -9
  326. package/{www/build → dist/esm}/z-registro-table-footer.entry.js +13 -13
  327. package/{www/build → dist/esm}/z-slideshow.entry.js +102 -102
  328. package/dist/{web-components-library → esm}/z-status-tag.entry.js +19 -19
  329. package/dist/{web-components-library → esm}/z-stepper-item.entry.js +12 -12
  330. package/dist/{web-components-library → esm}/z-stepper.entry.js +9 -9
  331. package/dist/{web-components-library → esm}/z-toast-notification-list.entry.js +46 -46
  332. package/{www/build → dist/esm}/z-toast-notification.entry.js +193 -193
  333. package/{www/build → dist/esm}/z-toggle-button.entry.js +26 -26
  334. package/dist/{web-components-library → esm}/z-tooltip.entry.js +264 -264
  335. package/{www/build → dist/esm}/z-user-dropdown.entry.js +85 -85
  336. package/dist/{web-components-library → esm}/z-visually-hidden.entry.js +9 -9
  337. package/dist/index.cjs.js +1 -0
  338. package/dist/index.js +1 -0
  339. package/dist/types/beans/index.d.ts +338 -338
  340. package/dist/types/components/buttons/z-button/index.d.ts +29 -29
  341. package/dist/types/components/buttons/z-button-filter/index.d.ts +22 -22
  342. package/dist/types/components/buttons/z-button-sort/index.d.ts +28 -28
  343. package/dist/types/components/buttons/z-chip/index.d.ts +6 -6
  344. package/dist/types/components/buttons/z-toggle-button/index.d.ts +16 -16
  345. package/dist/types/components/footer/z-footer/index.d.ts +46 -46
  346. package/dist/types/components/footer/z-footer-link/index.d.ts +8 -8
  347. package/dist/types/components/footer/z-footer-section/index.d.ts +10 -10
  348. package/dist/types/components/footer/z-footer-social/index.d.ts +9 -9
  349. package/dist/types/components/icons/icons.d.ts +444 -443
  350. package/dist/types/components/icons/z-icon/index.d.ts +14 -14
  351. package/dist/types/components/icons/z-icon-package/index.d.ts +3 -3
  352. package/dist/types/components/indicators/z-stepper/index.d.ts +6 -6
  353. package/dist/types/components/indicators/z-stepper-item/index.d.ts +19 -19
  354. package/dist/types/components/inputs/z-combobox/index.d.ts +62 -62
  355. package/dist/types/components/inputs/z-input/index.d.ts +102 -102
  356. package/dist/types/components/inputs/z-input-label/index.d.ts +9 -9
  357. package/dist/types/components/inputs/z-input-message/index.d.ts +9 -9
  358. package/dist/types/components/inputs/z-select/index.d.ts +73 -73
  359. package/dist/types/components/list/z-list/index.d.ts +11 -11
  360. package/dist/types/components/list/z-list-element/index.d.ts +79 -79
  361. package/dist/types/components/list/z-list-group/index.d.ts +24 -24
  362. package/dist/types/components/list/z-toast-notification-list/index.d.ts +14 -14
  363. package/dist/types/components/logo/z-logo/index.d.ts +15 -15
  364. package/dist/types/components/modal/z-modal/index.d.ts +25 -25
  365. package/dist/types/components/modal/z-modal-login/index.d.ts +42 -42
  366. package/dist/types/components/navigation/z-app-header/index.d.ts +67 -67
  367. package/dist/types/components/navigation/z-app-switcher/index.d.ts +12 -12
  368. package/dist/types/components/navigation/z-app-topbar/index.d.ts +20 -20
  369. package/dist/types/components/navigation/z-link/index.d.ts +41 -41
  370. package/dist/types/components/navigation/z-menu/index.d.ts +52 -52
  371. package/dist/types/components/navigation/z-menu-dropdown/index.d.ts +19 -19
  372. package/dist/types/components/navigation/z-menu-section/index.d.ts +24 -24
  373. package/dist/types/components/navigation/z-navigation-tab/index.d.ts +16 -16
  374. package/dist/types/components/navigation/z-navigation-tabs/index.d.ts +32 -32
  375. package/dist/types/components/navigation/z-user-dropdown/index.d.ts +39 -39
  376. package/dist/types/components/notification/z-candybar/index.d.ts +6 -6
  377. package/dist/types/components/notification/z-cookiebar/index.d.ts +16 -16
  378. package/dist/types/components/notification/z-info-box/index.d.ts +14 -14
  379. package/dist/types/components/notification/z-notification/index.d.ts +24 -24
  380. package/dist/types/components/notification/z-toast-notification/index.d.ts +56 -56
  381. package/dist/types/components/notification/z-tooltip/index.d.ts +41 -41
  382. package/dist/types/components/pagination/z-pagination-bar/index.d.ts +42 -42
  383. package/dist/types/components/pagination/z-pagination-page/index.d.ts +15 -15
  384. package/dist/types/components/panel/z-panel-elem/index.d.ts +25 -25
  385. package/dist/types/components/typography/z-body/index.d.ts +6 -6
  386. package/dist/types/components/typography/z-heading/index.d.ts +6 -6
  387. package/dist/types/components/typography/z-typography/index.d.ts +8 -8
  388. package/dist/types/components/z-aria-alert/index.d.ts +4 -4
  389. package/dist/types/components/z-avatar/index.d.ts +16 -16
  390. package/dist/types/components/z-card/index.d.ts +29 -29
  391. package/dist/types/components/z-contextual-menu/index.d.ts +22 -22
  392. package/dist/types/components/z-divider/index.d.ts +10 -10
  393. package/dist/types/components/z-ghost-loading/index.d.ts +3 -3
  394. package/dist/types/components/z-popover/index.d.ts +29 -29
  395. package/dist/types/components/z-status-tag/index.d.ts +15 -15
  396. package/dist/types/components/z-visually-hidden/index.d.ts +3 -3
  397. package/dist/types/components.d.ts +0 -2
  398. package/dist/types/constants/breakpoints.d.ts +3 -3
  399. package/dist/types/constants/icons.d.ts +6 -6
  400. package/dist/types/index.d.ts +5 -5
  401. package/dist/types/snowflakes/myz/card/z-myz-card/index.d.ts +16 -16
  402. package/dist/types/snowflakes/myz/card/z-myz-card-alert/index.d.ts +20 -20
  403. package/dist/types/snowflakes/myz/card/z-myz-card-body/index.d.ts +7 -7
  404. package/dist/types/snowflakes/myz/card/z-myz-card-cover/index.d.ts +12 -12
  405. package/dist/types/snowflakes/myz/card/z-myz-card-dictionary/index.d.ts +24 -24
  406. package/dist/types/snowflakes/myz/card/z-myz-card-footer/index.d.ts +34 -34
  407. package/dist/types/snowflakes/myz/card/z-myz-card-footer-sections/index.d.ts +7 -7
  408. package/dist/types/snowflakes/myz/card/z-myz-card-header/index.d.ts +23 -23
  409. package/dist/types/snowflakes/myz/card/z-myz-card-icon/index.d.ts +9 -9
  410. package/dist/types/snowflakes/myz/card/z-myz-card-info/index.d.ts +36 -36
  411. package/dist/types/snowflakes/myz/card/z-myz-card-list/index.d.ts +10 -10
  412. package/dist/types/snowflakes/myz/list/z-myz-list/index.d.ts +11 -11
  413. package/dist/types/snowflakes/myz/list/z-myz-list-item/index.d.ts +25 -25
  414. package/dist/types/snowflakes/myz/pocket/z-messages-pocket/index.d.ts +16 -16
  415. package/dist/types/snowflakes/myz/pocket/z-pocket/index.d.ts +25 -25
  416. package/dist/types/snowflakes/myz/pocket/z-pocket-body/index.d.ts +12 -12
  417. package/dist/types/snowflakes/myz/pocket/z-pocket-header/index.d.ts +18 -18
  418. package/dist/types/snowflakes/myz/pocket/z-pocket-message/index.d.ts +7 -7
  419. package/dist/types/snowflakes/myz/topbar/index.d.ts +61 -61
  420. package/dist/types/snowflakes/myz/z-alert/index.d.ts +9 -9
  421. package/dist/types/snowflakes/myz/z-otp/index.d.ts +13 -13
  422. package/dist/types/snowflakes/myz/z-slideshow/index.d.ts +30 -30
  423. package/dist/types/snowflakes/registro-table/z-registro-table/index.d.ts +48 -48
  424. package/dist/types/snowflakes/registro-table/z-registro-table-body/index.d.ts +5 -5
  425. package/dist/types/snowflakes/registro-table/z-registro-table-cell/index.d.ts +12 -12
  426. package/dist/types/snowflakes/registro-table/z-registro-table-empty-box/index.d.ts +12 -12
  427. package/dist/types/snowflakes/registro-table/z-registro-table-expanded-row/index.d.ts +5 -6
  428. package/dist/types/snowflakes/registro-table/z-registro-table-footer/index.d.ts +5 -5
  429. package/dist/types/snowflakes/registro-table/z-registro-table-head/index.d.ts +5 -5
  430. package/dist/types/snowflakes/registro-table/z-registro-table-header/index.d.ts +27 -27
  431. package/dist/types/snowflakes/registro-table/z-registro-table-header-row/index.d.ts +5 -5
  432. package/dist/types/snowflakes/registro-table/z-registro-table-row/index.d.ts +11 -11
  433. package/dist/types/snowflakes/registro-table/z-registro-table-sticky-footer/index.d.ts +6 -6
  434. package/dist/types/utils/utils.d.ts +11 -11
  435. package/dist/web-components-library/index.esm.js +1 -9
  436. package/dist/web-components-library/p-017370c7.entry.js +1 -0
  437. package/dist/web-components-library/p-01d11ec3.entry.js +1 -0
  438. package/dist/web-components-library/p-0455dc43.entry.js +1 -0
  439. package/dist/web-components-library/p-05f4fa42.entry.js +1 -0
  440. package/dist/web-components-library/p-08158e57.entry.js +1 -0
  441. package/dist/web-components-library/p-0ce6293a.entry.js +1 -0
  442. package/dist/web-components-library/p-0e6906af.js +1 -0
  443. package/dist/web-components-library/p-0fe60379.entry.js +1 -0
  444. package/dist/web-components-library/p-10ad64bc.entry.js +1 -0
  445. package/dist/web-components-library/p-140cc18f.entry.js +1 -0
  446. package/dist/web-components-library/p-18705ae9.entry.js +1 -0
  447. package/dist/web-components-library/p-1c72783c.entry.js +1 -0
  448. package/dist/web-components-library/p-1d371408.js +7 -0
  449. package/dist/web-components-library/p-250926fe.entry.js +1 -0
  450. package/dist/web-components-library/p-255c9150.entry.js +1 -0
  451. package/dist/web-components-library/p-3247dee9.js +7 -0
  452. package/dist/web-components-library/p-34f4e805.entry.js +1 -0
  453. package/dist/web-components-library/p-35fd465c.entry.js +1 -0
  454. package/dist/web-components-library/p-400e26c7.entry.js +1 -0
  455. package/dist/web-components-library/p-483d10ba.entry.js +1 -0
  456. package/dist/web-components-library/p-4a414eb2.entry.js +1 -0
  457. package/dist/web-components-library/p-5bbbc979.entry.js +1 -0
  458. package/dist/web-components-library/p-5e2762e6.entry.js +1 -0
  459. package/dist/web-components-library/p-5fa8dc13.entry.js +1 -0
  460. package/dist/web-components-library/p-60e40371.entry.js +1 -0
  461. package/dist/web-components-library/p-6583cbec.entry.js +1 -0
  462. package/dist/web-components-library/p-698e18cf.entry.js +1 -0
  463. package/dist/web-components-library/p-71cc7ed0.entry.js +1 -0
  464. package/dist/web-components-library/p-74fb3d69.entry.js +1 -0
  465. package/dist/web-components-library/p-7e926220.entry.js +1 -0
  466. package/dist/web-components-library/p-80589729.entry.js +1 -0
  467. package/dist/web-components-library/p-82048c15.js +1 -0
  468. package/dist/web-components-library/p-82a59ded.entry.js +1 -0
  469. package/dist/web-components-library/p-880a50a6.entry.js +1 -0
  470. package/dist/web-components-library/p-8ad12683.entry.js +1 -0
  471. package/dist/web-components-library/p-904a85e4.js +1 -0
  472. package/dist/web-components-library/p-94814f44.entry.js +1 -0
  473. package/dist/web-components-library/p-957f298f.entry.js +1 -0
  474. package/dist/web-components-library/p-96e3aec6.entry.js +1 -0
  475. package/dist/web-components-library/p-9959e453.entry.js +1 -0
  476. package/dist/web-components-library/p-9d9dc98f.entry.js +1 -0
  477. package/dist/web-components-library/p-a15f8b52.entry.js +1 -0
  478. package/dist/web-components-library/p-a7733104.entry.js +1 -0
  479. package/dist/web-components-library/p-a82c9a77.entry.js +1 -0
  480. package/dist/web-components-library/p-aa0f7169.entry.js +1 -0
  481. package/dist/web-components-library/p-ac3bc4c2.entry.js +1 -0
  482. package/dist/web-components-library/p-b13d5b98.entry.js +1 -0
  483. package/dist/web-components-library/p-b630127d.entry.js +1 -0
  484. package/dist/web-components-library/p-b68038b5.js +1 -0
  485. package/dist/web-components-library/p-b78fb152.entry.js +1 -0
  486. package/dist/web-components-library/p-c7af96eb.entry.js +1 -0
  487. package/dist/web-components-library/p-c92c3f20.entry.js +1 -0
  488. package/dist/web-components-library/p-cc6363b9.entry.js +1 -0
  489. package/dist/web-components-library/p-cdcf738e.entry.js +1 -0
  490. package/dist/web-components-library/p-cf914ea7.entry.js +1 -0
  491. package/dist/web-components-library/p-cfebc80e.entry.js +1 -0
  492. package/dist/web-components-library/p-d227a145.entry.js +1 -0
  493. package/dist/web-components-library/p-d69e14fb.js +1 -0
  494. package/dist/web-components-library/p-d83eee10.entry.js +1 -0
  495. package/dist/web-components-library/p-db5863cf.entry.js +1 -0
  496. package/dist/web-components-library/p-e1f1f39e.entry.js +1 -0
  497. package/dist/web-components-library/p-e29fe790.entry.js +1 -0
  498. package/dist/web-components-library/p-ebcad010.entry.js +1 -0
  499. package/dist/web-components-library/p-f113a03a.entry.js +1 -0
  500. package/dist/web-components-library/p-f3354152.entry.js +1 -0
  501. package/dist/web-components-library/p-f77f6f60.entry.js +1 -0
  502. package/dist/web-components-library/p-f8446b1e.entry.js +1 -0
  503. package/dist/web-components-library/p-f90dd488.js +1 -0
  504. package/dist/web-components-library/p-fc47897e.entry.js +1 -0
  505. package/dist/web-components-library/p-fce08912.entry.js +1 -0
  506. package/dist/web-components-library/web-components-library.css +1 -789
  507. package/dist/web-components-library/web-components-library.esm.js +1 -122
  508. package/package.json +90 -90
  509. package/react/components.d.ts +91 -89
  510. package/react/components.js +97 -95
  511. package/react/components.js.map +1 -1
  512. package/react/index.d.ts +1 -1
  513. package/react/index.js +13 -13
  514. package/react/react-component-lib/createComponent.d.ts +10 -10
  515. package/react/react-component-lib/createComponent.js +65 -65
  516. package/react/react-component-lib/createOverlayComponent.d.ts +20 -20
  517. package/react/react-component-lib/createOverlayComponent.js +95 -95
  518. package/react/react-component-lib/index.d.ts +2 -2
  519. package/react/react-component-lib/index.js +7 -7
  520. package/react/react-component-lib/interfaces.d.ts +29 -29
  521. package/react/react-component-lib/interfaces.js +2 -2
  522. package/react/react-component-lib/utils/attachProps.d.ts +12 -12
  523. package/react/react-component-lib/utils/attachProps.js +102 -102
  524. package/react/react-component-lib/utils/case.d.ts +2 -2
  525. package/react/react-component-lib/utils/case.js +11 -11
  526. package/react/react-component-lib/utils/dev.d.ts +2 -2
  527. package/react/react-component-lib/utils/dev.js +17 -17
  528. package/react/react-component-lib/utils/index.d.ts +7 -7
  529. package/react/react-component-lib/utils/index.js +38 -38
  530. package/readme.md +236 -236
  531. package/www/build/index.esm.js +1 -9
  532. package/www/build/p-017370c7.entry.js +1 -0
  533. package/www/build/p-01d11ec3.entry.js +1 -0
  534. package/www/build/p-0455dc43.entry.js +1 -0
  535. package/www/build/p-05f4fa42.entry.js +1 -0
  536. package/www/build/p-08158e57.entry.js +1 -0
  537. package/www/build/p-0ce6293a.entry.js +1 -0
  538. package/www/build/p-0e6906af.js +1 -0
  539. package/www/build/p-0fe60379.entry.js +1 -0
  540. package/www/build/p-10ad64bc.entry.js +1 -0
  541. package/www/build/p-140cc18f.entry.js +1 -0
  542. package/www/build/p-18705ae9.entry.js +1 -0
  543. package/www/build/p-1c72783c.entry.js +1 -0
  544. package/www/build/p-1d371408.js +7 -0
  545. package/www/build/p-250926fe.entry.js +1 -0
  546. package/www/build/p-255c9150.entry.js +1 -0
  547. package/www/build/p-3247dee9.js +7 -0
  548. package/www/build/p-34f4e805.entry.js +1 -0
  549. package/www/build/p-35fd465c.entry.js +1 -0
  550. package/www/build/p-400e26c7.entry.js +1 -0
  551. package/www/build/p-483d10ba.entry.js +1 -0
  552. package/www/build/p-4a414eb2.entry.js +1 -0
  553. package/www/build/p-5bbbc979.entry.js +1 -0
  554. package/www/build/p-5e2762e6.entry.js +1 -0
  555. package/www/build/p-5fa8dc13.entry.js +1 -0
  556. package/www/build/p-60e40371.entry.js +1 -0
  557. package/www/build/p-6583cbec.entry.js +1 -0
  558. package/www/build/p-698e18cf.entry.js +1 -0
  559. package/www/build/p-71cc7ed0.entry.js +1 -0
  560. package/www/build/p-74fb3d69.entry.js +1 -0
  561. package/www/build/p-7e926220.entry.js +1 -0
  562. package/www/build/p-80589729.entry.js +1 -0
  563. package/www/build/p-82048c15.js +1 -0
  564. package/www/build/p-82a59ded.entry.js +1 -0
  565. package/www/build/p-880a50a6.entry.js +1 -0
  566. package/www/build/p-8ad12683.entry.js +1 -0
  567. package/www/build/p-904a85e4.js +1 -0
  568. package/www/build/p-94814f44.entry.js +1 -0
  569. package/www/build/p-957f298f.entry.js +1 -0
  570. package/www/build/p-96e3aec6.entry.js +1 -0
  571. package/www/build/p-9959e453.entry.js +1 -0
  572. package/www/build/p-9d9dc98f.entry.js +1 -0
  573. package/www/build/p-a15f8b52.entry.js +1 -0
  574. package/www/build/p-a7733104.entry.js +1 -0
  575. package/www/build/p-a82c9a77.entry.js +1 -0
  576. package/www/build/p-aa0f7169.entry.js +1 -0
  577. package/www/build/p-ac3bc4c2.entry.js +1 -0
  578. package/www/build/p-b13d5b98.entry.js +1 -0
  579. package/www/build/p-b630127d.entry.js +1 -0
  580. package/www/build/p-b68038b5.js +1 -0
  581. package/www/build/p-b78fb152.entry.js +1 -0
  582. package/www/build/p-c7af96eb.entry.js +1 -0
  583. package/www/build/p-c92c3f20.entry.js +1 -0
  584. package/www/build/p-cc6363b9.entry.js +1 -0
  585. package/www/build/p-cdcf738e.entry.js +1 -0
  586. package/www/build/p-cf914ea7.entry.js +1 -0
  587. package/www/build/p-cfebc80e.entry.js +1 -0
  588. package/www/build/p-d227a145.entry.js +1 -0
  589. package/www/build/p-d69e14fb.js +1 -0
  590. package/www/build/p-d83eee10.entry.js +1 -0
  591. package/www/build/p-db5863cf.entry.js +1 -0
  592. package/www/build/p-e1879b27.js +1 -0
  593. package/www/build/p-e1f1f39e.entry.js +1 -0
  594. package/www/build/p-e29fe790.entry.js +1 -0
  595. package/www/build/p-ea943cbd.css +1 -0
  596. package/www/build/p-ebcad010.entry.js +1 -0
  597. package/www/build/p-f113a03a.entry.js +1 -0
  598. package/www/build/p-f3354152.entry.js +1 -0
  599. package/www/build/p-f77f6f60.entry.js +1 -0
  600. package/www/build/p-f8446b1e.entry.js +1 -0
  601. package/www/build/p-f90dd488.js +1 -0
  602. package/www/build/p-fc47897e.entry.js +1 -0
  603. package/www/build/p-fce08912.entry.js +1 -0
  604. package/www/build/web-components-library.css +1 -789
  605. package/www/build/web-components-library.esm.js +1 -122
  606. package/www/index.html +2 -11
  607. package/www/pages/notification.html +244 -244
  608. package/CHANGELOG.md +0 -1221
  609. package/dist/web-components-library/_commonjsHelpers-cb1cd7bb.js +0 -44
  610. package/dist/web-components-library/app-globals-0f993ce5.js +0 -3
  611. package/dist/web-components-library/css-shim-003e9264.js +0 -4
  612. package/dist/web-components-library/dom-1b195079.js +0 -73
  613. package/dist/web-components-library/index-44936066.js +0 -2832
  614. package/dist/web-components-library/shadow-css-c1ad5fdc.js +0 -383
  615. package/dist/web-components-library/z-aria-alert.entry.js +0 -14
  616. package/dist/web-components-library/z-body.entry.js +0 -13
  617. package/dist/web-components-library/z-button-filter.entry.js +0 -45
  618. package/dist/web-components-library/z-button.entry.js +0 -35
  619. package/dist/web-components-library/z-footer-link.entry.js +0 -15
  620. package/dist/web-components-library/z-footer-section.entry.js +0 -19
  621. package/dist/web-components-library/z-footer-social.entry.js +0 -15
  622. package/dist/web-components-library/z-ghost-loading.entry.js +0 -15
  623. package/dist/web-components-library/z-icon-package.entry.js +0 -19
  624. package/dist/web-components-library/z-icon.entry.js +0 -24
  625. package/dist/web-components-library/z-input-label.entry.js +0 -17
  626. package/dist/web-components-library/z-input-message.entry.js +0 -20
  627. package/dist/web-components-library/z-input.entry.js +0 -264
  628. package/dist/web-components-library/z-list-element.entry.js +0 -150
  629. package/dist/web-components-library/z-list-group.entry.js +0 -50
  630. package/dist/web-components-library/z-list.entry.js +0 -30
  631. package/dist/web-components-library/z-menu-dropdown.entry.js +0 -56
  632. package/dist/web-components-library/z-modal-login.entry.js +0 -77
  633. package/dist/web-components-library/z-modal.entry.js +0 -32
  634. package/dist/web-components-library/z-myz-card-body.entry.js +0 -15
  635. package/dist/web-components-library/z-myz-card-cover.entry.js +0 -18
  636. package/dist/web-components-library/z-myz-card-header.entry.js +0 -34
  637. package/dist/web-components-library/z-myz-card.entry.js +0 -37
  638. package/dist/web-components-library/z-myz-list.entry.js +0 -31
  639. package/dist/web-components-library/z-panel-elem.entry.js +0 -26
  640. package/dist/web-components-library/z-pocket-body.entry.js +0 -23
  641. package/dist/web-components-library/z-pocket-header.entry.js +0 -36
  642. package/dist/web-components-library/z-pocket.entry.js +0 -68
  643. package/dist/web-components-library/z-popover.entry.js +0 -123
  644. package/dist/web-components-library/z-registro-table-body.entry.js +0 -20
  645. package/dist/web-components-library/z-registro-table-cell.entry.js +0 -32
  646. package/dist/web-components-library/z-registro-table-empty-box.entry.js +0 -24
  647. package/dist/web-components-library/z-registro-table-expanded-row.entry.js +0 -15
  648. package/dist/web-components-library/z-registro-table-head.entry.js +0 -19
  649. package/dist/web-components-library/z-registro-table-header-row.entry.js +0 -18
  650. package/dist/web-components-library/z-registro-table-header.entry.js +0 -84
  651. package/dist/web-components-library/z-registro-table-row.entry.js +0 -39
  652. package/dist/web-components-library/z-registro-table-sticky-footer.entry.js +0 -15
  653. package/dist/web-components-library/z-registro-table.entry.js +0 -78
  654. package/dist/web-components-library/z-select.entry.js +0 -281
  655. package/dist/web-components-library/z-typography.entry.js +0 -25
  656. package/www/build/_commonjsHelpers-cb1cd7bb.js +0 -44
  657. package/www/build/app-globals-0f993ce5.js +0 -3
  658. package/www/build/css-shim-003e9264.js +0 -4
  659. package/www/build/dom-1b195079.js +0 -73
  660. package/www/build/index-44936066.js +0 -2832
  661. package/www/build/shadow-css-c1ad5fdc.js +0 -383
  662. package/www/build/z-app-topbar.entry.js +0 -37
  663. package/www/build/z-body.entry.js +0 -13
  664. package/www/build/z-button-filter.entry.js +0 -45
  665. package/www/build/z-button.entry.js +0 -35
  666. package/www/build/z-contextual-menu.entry.js +0 -36
  667. package/www/build/z-footer-link.entry.js +0 -15
  668. package/www/build/z-footer-section.entry.js +0 -19
  669. package/www/build/z-footer-social.entry.js +0 -15
  670. package/www/build/z-heading.entry.js +0 -13
  671. package/www/build/z-icon.entry.js +0 -24
  672. package/www/build/z-input-label.entry.js +0 -17
  673. package/www/build/z-input-message.entry.js +0 -20
  674. package/www/build/z-input.entry.js +0 -264
  675. package/www/build/z-list-element.entry.js +0 -150
  676. package/www/build/z-list-group.entry.js +0 -50
  677. package/www/build/z-list.entry.js +0 -30
  678. package/www/build/z-menu-dropdown.entry.js +0 -56
  679. package/www/build/z-myz-card-body.entry.js +0 -15
  680. package/www/build/z-myz-card-cover.entry.js +0 -18
  681. package/www/build/z-myz-card-footer.entry.js +0 -48
  682. package/www/build/z-myz-card-header.entry.js +0 -34
  683. package/www/build/z-myz-card.entry.js +0 -37
  684. package/www/build/z-myz-list.entry.js +0 -31
  685. package/www/build/z-pocket-body.entry.js +0 -23
  686. package/www/build/z-pocket-header.entry.js +0 -36
  687. package/www/build/z-pocket.entry.js +0 -68
  688. package/www/build/z-popover.entry.js +0 -123
  689. package/www/build/z-registro-table-body.entry.js +0 -20
  690. package/www/build/z-registro-table-cell.entry.js +0 -32
  691. package/www/build/z-registro-table-empty-box.entry.js +0 -24
  692. package/www/build/z-registro-table-head.entry.js +0 -19
  693. package/www/build/z-registro-table-header-row.entry.js +0 -18
  694. package/www/build/z-registro-table-header.entry.js +0 -84
  695. package/www/build/z-registro-table-row.entry.js +0 -39
  696. package/www/build/z-registro-table-sticky-footer.entry.js +0 -15
  697. package/www/build/z-registro-table.entry.js +0 -78
  698. package/www/build/z-select.entry.js +0 -281
  699. package/www/build/z-typography.entry.js +0 -25
@@ -1,85 +1,67 @@
1
- import { k as keybordKeyCodeEnum, D as DeviceEnum } from './index-08d9a3bf.js';
2
- import { t as tabletBreakpoint, m as mobileBreakpoint } from './breakpoints-14432d05.js';
1
+ import { k as keybordKeyCodeEnum, D as DeviceEnum } from './index-09b57d95.js';
2
+ import { t as tabletBreakpoint, m as mobileBreakpoint } from './breakpoints-c386984e.js';
3
3
 
4
- function format(first, middle, last) {
5
- return ((first || "") + (middle ? ` ${middle}` : "") + (last ? ` ${last}` : ""));
6
- }
7
- function retrieveAsset(assetName) {
8
- return assetName && "assets/images/png/" + assetName;
9
- }
10
- function randomId() {
11
- return Math.random().toString(36).replace("0.", "");
12
- }
13
- function handleKeyboardSubmit(ev, callback, ...args) {
14
- if (ev.keyCode === keybordKeyCodeEnum.ENTER ||
15
- ev.keyCode === keybordKeyCodeEnum.SPACE) {
16
- ev.preventDefault();
17
- callback(...args);
18
- }
19
- }
20
- function getClickedElement(elem = null) {
21
- if (!elem)
22
- elem = document.activeElement;
23
- if (elem && elem.shadowRoot && elem.shadowRoot.activeElement) {
24
- elem = elem.shadowRoot.activeElement;
25
- return getClickedElement(elem);
26
- }
27
- return elem;
28
- }
29
- function getElementTree(elem, tree = []) {
30
- tree.push(elem);
31
- if (elem.parentElement) {
32
- elem = elem.parentElement;
33
- return getElementTree(elem, tree);
34
- // @ts-ignore
35
- }
36
- else if (elem.parentNode && elem.parentNode.host) {
37
- // @ts-ignore
38
- elem = elem.parentNode.host;
39
- return getElementTree(elem, tree);
40
- }
41
- return tree;
42
- }
43
- function getSiblings(elem) {
44
- let siblings = [];
45
- if (!elem || !elem.parentNode || !elem.parentNode.childNodes) {
46
- return siblings;
47
- }
48
- elem.parentNode.childNodes.forEach((child) => {
49
- if (child.nodeType === 1 && child !== elem) {
50
- siblings.push(child);
51
- }
52
- });
53
- return siblings;
54
- }
55
- function getDevice() {
56
- switch (true) {
57
- case window.innerWidth <= mobileBreakpoint:
58
- return DeviceEnum.mobile;
59
- case window.innerWidth <= tabletBreakpoint:
60
- return DeviceEnum.tablet;
61
- default:
62
- return DeviceEnum.desktop;
63
- }
64
- }
65
- function convertJson(data) {
66
- try {
67
- return JSON.parse(data);
68
- }
69
- catch (e) {
70
- return false;
71
- }
72
- }
73
- const prefix = 'avatar-C'; // prefix for color vars name
74
- const colorsCount = 19; // available colors
75
- function colorFromId(id) {
76
- const seed = Math.ceil(2 ** 31 - 1) * parseFloat(`0.${id}`);
77
- let color = Math.ceil(colorsCount * (seed % 1));
78
- // if result of mc is 0
79
- // es.: 3895229
80
- if (color === 0)
81
- color = 1;
82
- return `${prefix}${color.toString().padStart(2, '0')}`;
4
+ function randomId() {
5
+ return Math.random().toString(36).replace("0.", "");
6
+ }
7
+ function handleKeyboardSubmit(ev, callback, ...args) {
8
+ if (ev.keyCode === keybordKeyCodeEnum.ENTER ||
9
+ ev.keyCode === keybordKeyCodeEnum.SPACE) {
10
+ ev.preventDefault();
11
+ callback(...args);
12
+ }
13
+ }
14
+ function getClickedElement(elem = null) {
15
+ if (!elem)
16
+ elem = document.activeElement;
17
+ if (elem && elem.shadowRoot && elem.shadowRoot.activeElement) {
18
+ elem = elem.shadowRoot.activeElement;
19
+ return getClickedElement(elem);
20
+ }
21
+ return elem;
22
+ }
23
+ function getElementTree(elem, tree = []) {
24
+ tree.push(elem);
25
+ if (elem.parentElement) {
26
+ elem = elem.parentElement;
27
+ return getElementTree(elem, tree);
28
+ // @ts-ignore
29
+ }
30
+ else if (elem.parentNode && elem.parentNode.host) {
31
+ // @ts-ignore
32
+ elem = elem.parentNode.host;
33
+ return getElementTree(elem, tree);
34
+ }
35
+ return tree;
36
+ }
37
+ function getDevice() {
38
+ switch (true) {
39
+ case window.innerWidth <= mobileBreakpoint:
40
+ return DeviceEnum.mobile;
41
+ case window.innerWidth <= tabletBreakpoint:
42
+ return DeviceEnum.tablet;
43
+ default:
44
+ return DeviceEnum.desktop;
45
+ }
46
+ }
47
+ function convertJson(data) {
48
+ try {
49
+ return JSON.parse(data);
50
+ }
51
+ catch (e) {
52
+ return false;
53
+ }
54
+ }
55
+ const prefix = 'avatar-C'; // prefix for color vars name
56
+ const colorsCount = 19; // available colors
57
+ function colorFromId(id) {
58
+ const seed = Math.ceil(2 ** 31 - 1) * parseFloat(`0.${id}`);
59
+ let color = Math.ceil(colorsCount * (seed % 1));
60
+ // if result of mc is 0
61
+ // es.: 3895229
62
+ if (color === 0)
63
+ color = 1;
64
+ return `${prefix}${color.toString().padStart(2, '0')}`;
83
65
  }
84
66
 
85
- export { convertJson as a, getElementTree as b, colorFromId as c, getClickedElement as d, getDevice as g, handleKeyboardSubmit as h, randomId as r };
67
+ export { convertJson as a, getDevice as b, colorFromId as c, getClickedElement as d, getElementTree as g, handleKeyboardSubmit as h, randomId as r };
@@ -0,0 +1,17 @@
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-fa9e549c.js';
2
+
3
+ /*
4
+ Stencil Client Patch Browser v2.6.0 | MIT Licensed | https://stenciljs.com
5
+ */
6
+ const patchBrowser = () => {
7
+ const importMeta = import.meta.url;
8
+ const opts = {};
9
+ if (importMeta !== '') {
10
+ opts.resourcesUrl = new URL('.', importMeta).href;
11
+ }
12
+ return promiseResolve(opts);
13
+ };
14
+
15
+ patchBrowser().then(options => {
16
+ return bootstrapLazy(JSON.parse("[[\"z-body_14\",[[4,\"z-registro-table\",{\"lines\":[514],\"errorMessage\":[1,\"error-message\"],\"bordered\":[4],\"callToActionLabel\":[1,\"call-to-action-label\"],\"callToActionTwoLabel\":[1,\"call-to-action-two-label\"],\"columnSticky\":[4,\"column-sticky\"],\"empty\":[4],\"error\":[4],\"errorLink\":[1,\"error-link\"],\"headerSticky\":[4,\"header-sticky\"],\"message\":[1],\"subtitle\":[1],\"hasTableBody\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]],[4,\"z-registro-table-header-row\",{\"expandable\":[516]}],[4,\"z-registro-table-row\",{\"expandedType\":[513,\"expanded-type\"],\"expanded\":[32]}],[6,\"z-registro-table-body\"],[6,\"z-registro-table-head\"],[6,\"z-registro-table-sticky-footer\"],[1,\"z-registro-table-header\",{\"columnId\":[1,\"column-id\"],\"padding\":[513],\"sortable\":[4],\"showButton\":[4,\"show-button\"],\"defaultSortDirection\":[1,\"default-sort-direction\"],\"sortDirection\":[1025,\"sort-direction\"],\"isMenuOpened\":[32]},[[18,\"click\",\"handleOutsideClick\"],[18,\"click\",\"handleClickHeaders\"]]],[1,\"z-registro-table-cell\",{\"showButton\":[4,\"show-button\"],\"padding\":[513],\"isMenuOpened\":[32]}],[6,\"z-registro-table-empty-box\",{\"message\":[1],\"subtitle\":[1]}],[6,\"z-popover\",{\"position\":[1025],\"backgroundColor\":[1,\"background-color\"],\"borderRadius\":[1,\"border-radius\"],\"boxShadow\":[1,\"box-shadow\"],\"showArrow\":[4,\"show-arrow\"],\"padding\":[1],\"isVisible\":[32]},[[0,\"closePopover\",\"closePopover\"],[8,\"keyup\",\"closePopoverWithKeyboard\"],[18,\"click\",\"handleOutsideClick\"]]],[1,\"z-body\",{\"level\":[2],\"variant\":[1],\"component\":[1]}],[1,\"z-typography\",{\"component\":[1],\"variant\":[1],\"level\":[1]}],[1,\"z-button\",{\"htmlid\":[1],\"name\":[1],\"disabled\":[516],\"type\":[1],\"variant\":[513],\"icon\":[1],\"size\":[513],\"issmall\":[516],\"square\":[516]}],[1,\"z-icon\",{\"name\":[1],\"height\":[2],\"width\":[2],\"iconid\":[1],\"fill\":[1]}]]],[\"z-modal-login\",[[6,\"z-modal-login\",{\"forgotPasswordUrl\":[1,\"forgot-password-url\"],\"heading\":[1],\"status\":[1025],\"message\":[1025],\"pwdmessage\":[1025],\"externalProviderCheck\":[32]}]]],[\"z-footer\",[[1,\"z-footer\",{\"data\":[1],\"productName\":[1,\"product-name\"],\"productVersion\":[1,\"product-version\"],\"productCreditsLink\":[1,\"product-credits-link\"],\"showReportAProblemButton\":[4,\"show-report-a-problem-button\"],\"contentMaxWidth\":[2,\"content-max-width\"]},[[0,\"zLinkClick\",\"zLinkClickListener\"]]]]],[\"z-combobox\",[[1,\"z-combobox\",{\"inputid\":[1],\"items\":[1],\"label\":[1],\"hassearch\":[4],\"searchlabel\":[1],\"searchplaceholder\":[1],\"searchtitle\":[1],\"noresultslabel\":[1],\"isopen\":[1028],\"isfixed\":[4],\"closesearchtext\":[1],\"hascheckall\":[4],\"checkalltext\":[1],\"uncheckalltext\":[1],\"maxcheckableitems\":[2],\"searchValue\":[32],\"selectedCounter\":[32],\"renderItemsList\":[32]},[[0,\"inputCheck\",\"inputCheckListener\"]]]]],[\"z-myz-topbar\",[[1,\"z-myz-topbar\",{\"intlinkdata\":[1],\"extlinkdata\":[1],\"userdata\":[1],\"ismyz\":[4],\"logolink\":[1],\"imagealt\":[1],\"activeintlinkid\":[1],\"activesublinkid\":[1],\"hideloginbutton\":[4],\"activeMenuItem\":[32],\"currentMenuItem\":[32],\"isMobile\":[32],\"isMenuMobileOpen\":[32]},[[9,\"resize\",\"handleResize\"],[2,\"zListItemLinkClick\",\"handleZListItemLinkClick\"],[2,\"zListItemClick\",\"handleZListItemClick\"]]]]],[\"z-contextual-menu\",[[1,\"z-contextual-menu\",{\"elements\":[1],\"color\":[1],\"popoverPosition\":[1,\"popover-position\"]}]]],[\"z-myz-card-dictionary\",[[1,\"z-myz-card-dictionary\",{\"name\":[1],\"cover\":[1],\"disabled\":[4],\"flipped\":[1028],\"flipbuttonlabel\":[1],\"hideinfobtn\":[4]},[[0,\"flipCard\",\"handleFlipCard\"]]]]],[\"z-app-topbar\",[[1,\"z-app-topbar\",{\"theme\":[1],\"contentMaxWidth\":[2,\"content-max-width\"],\"topbarContent\":[1,\"topbar-content\"],\"logoLink\":[1,\"logo-link\"],\"showAppSwitcher\":[4,\"show-app-switcher\"],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"z-messages-pocket\",[[1,\"z-messages-pocket\",{\"pocketid\":[1],\"messages\":[2],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-cookiebar\",[[1,\"z-cookiebar\",{\"cookiepolicyurl\":[1],\"hide\":[4],\"callback\":[16]}]]],[\"z-notification\",[[1,\"z-notification\",{\"contenticonname\":[1],\"actiontext\":[1],\"type\":[1],\"showclose\":[4],\"showshadow\":[4]}]]],[\"z-myz-card-alert\",[[1,\"z-myz-card-alert\",{\"iconname\":[1],\"contenttext\":[1],\"actiontext\":[1],\"type\":[1]}]]],[\"z-myz-card-info\",[[1,\"z-myz-card-info\",{\"data\":[1],\"htmltabindex\":[2],\"hiddenContent\":[32],\"tooltip\":[32]}]]],[\"z-otp\",[[1,\"z-otp\",{\"inputNum\":[2,\"input-num\"],\"status\":[1],\"message\":[1]}]]],[\"z-pagination-bar\",[[1,\"z-pagination-bar\",{\"pages\":[2],\"visiblepages\":[2],\"currentpage\":[1026],\"startpage\":[1026],\"historyraw\":[1],\"listhistoryrow\":[1040],\"currentPages\":[32]}]]],[\"z-panel-elem\",[[1,\"z-panel-elem\",{\"elemid\":[1],\"imgurl\":[1],\"imgalt\":[1],\"linkicon\":[1],\"linklabel\":[1],\"url\":[1],\"target\":[1],\"isdisabled\":[4],\"descr_slot_name\":[1]}]]],[\"z-user-dropdown\",[[1,\"z-user-dropdown\",{\"logged\":[4],\"userFullName\":[1,\"user-full-name\"],\"userEmail\":[1,\"user-email\"],\"menuContent\":[1,\"menu-content\"],\"useInverseColors\":[4,\"use-inverse-colors\"],\"isMenuOpen\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"],[8,\"click\",\"handleClickOutside\"]]]]],[\"z-app-header\",[[1,\"z-app-header\",{\"stuck\":[516],\"hero\":[1],\"overlay\":[516],\"flow\":[513],\"drawerOpen\":[516,\"drawer-open\"],\"stucked\":[32],\"menuLength\":[32]}]]],[\"z-button-sort\",[[1,\"z-button-sort\",{\"buttonid\":[1],\"label\":[1],\"desclabel\":[1],\"counter\":[2],\"sortlabelasc\":[1],\"sortlabeldesc\":[1],\"isselected\":[1028],\"sortasc\":[1028],\"allowTooltip\":[32]}]]],[\"z-card\",[[1,\"z-card\",{\"variant\":[513],\"coverIcon\":[1,\"cover-icon\"],\"clickable\":[516],\"hasCoverImage\":[32]},[[0,\"click\",\"onClick\"]]]]],[\"z-heading\",[[1,\"z-heading\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-icon-package\",[[1,\"z-icon-package\"]]],[\"z-info-box\",[[1,\"z-info-box\",{\"boxid\":[1],\"isclosable\":[4]}]]],[\"z-menu\",[[1,\"z-menu\",{\"active\":[516],\"floating\":[516],\"open\":[1540],\"hasHeader\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-menu-section\",[[1,\"z-menu-section\",{\"active\":[516],\"open\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-myz-card-icon\",[[1,\"z-myz-card-icon\",{\"icon\":[1],\"isdisabled\":[4],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-navigation-tabs\",[[1,\"z-navigation-tabs\",{\"orientation\":[513],\"size\":[513],\"canNavigate\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32],\"direction\":[32],\"dimension\":[32]},[[9,\"resize\",\"checkScrollVisible\"],[0,\"selected\",\"selectedTabHandler\"]]]]],[\"z-pocket-message\",[[1,\"z-pocket-message\"]]],[\"z-slideshow\",[[1,\"z-slideshow\",{\"slideshowid\":[1],\"data\":[1],\"device\":[32],\"currentSlide\":[32]}]]],[\"z-status-tag\",[[1,\"z-status-tag\",{\"icon\":[1],\"text\":[1],\"expandable\":[4],\"status\":[513],\"variant\":[1]}]]],[\"z-toast-notification\",[[1,\"z-toast-notification\",{\"heading\":[1],\"message\":[1],\"closebutton\":[4],\"autoclose\":[2],\"pauseonfocusloss\":[4],\"type\":[1],\"isdraggable\":[4],\"draggablepercentage\":[2],\"transition\":[1],\"percentage\":[32],\"isTextLong\":[32]}]]],[\"z-toggle-button\",[[1,\"z-toggle-button\",{\"label\":[1],\"isdisabled\":[4],\"avoidclick\":[4],\"opened\":[1028]}]]],[\"z-aria-alert\",[[4,\"z-aria-alert\",{\"mode\":[1]}]]],[\"z-avatar\",[[1,\"z-avatar\",{\"size\":[1],\"text\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"image\":[1025]}]]],[\"z-chip\",[[1,\"z-chip\",{\"regulartext\":[1],\"boldtext\":[2]}]]],[\"z-ghost-loading\",[[1,\"z-ghost-loading\"]]],[\"z-myz-card-footer\",[[1,\"z-myz-card-footer\",{\"titolo\":[1],\"autori\":[1],\"isbn\":[1],\"faded\":[4],\"cardtype\":[1],\"opened\":[4],\"isOpen\":[32],\"allowTooltipAuthors\":[32]},[[0,\"toggleClick\",\"handleToggle\"]]]]],[\"z-myz-card-footer-sections\",[[1,\"z-myz-card-footer-sections\"]]],[\"z-myz-card-list\",[[1,\"z-myz-card-list\",{\"listdata\":[1]}]]],[\"z-navigation-tab\",[[1,\"z-navigation-tab\",{\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513]},[[0,\"focus\",\"onFocus\"],[0,\"click\",\"onClick\"]]]]],[\"z-registro-table-expanded-row\",[[1,\"z-registro-table-expanded-row\",{\"colSpan\":[2,\"col-span\"]}]]],[\"z-registro-table-footer\",[[6,\"z-registro-table-footer\"]]],[\"z-stepper\",[[1,\"z-stepper\"]]],[\"z-stepper-item\",[[1,\"z-stepper-item\",{\"index\":[2],\"href\":[1],\"pressed\":[4],\"disabled\":[4]}]]],[\"z-toast-notification-list\",[[1,\"z-toast-notification-list\",{\"position\":[1],\"newestontop\":[4]}]]],[\"z-visually-hidden\",[[1,\"z-visually-hidden\"]]],[\"z-app-switcher\",[[1,\"z-app-switcher\",{\"theme\":[1],\"isopen\":[32]}]]],[\"z-modal\",[[1,\"z-modal\",{\"modalid\":[1],\"modaltitle\":[1],\"modalsubtitle\":[1],\"closeButtonLabel\":[1,\"close-button-label\"]}]]],[\"z-alert\",[[1,\"z-alert\",{\"type\":[1]}]]],[\"z-candybar\",[[1,\"z-candybar\"]]],[\"z-pagination-page\",[[1,\"z-pagination-page\",{\"pageid\":[1],\"value\":[2],\"isselected\":[4],\"isdisabled\":[4],\"isvisited\":[4],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-tooltip\",[[1,\"z-tooltip\",{\"content\":[1],\"type\":[1025],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"position\":[32]}]]],[\"z-menu-dropdown_2\",[[1,\"z-menu-dropdown\",{\"nomeutente\":[1],\"menucontent\":[1],\"buttonid\":[1],\"ismenuopen\":[32]}],[1,\"z-myz-list\",{\"inputrawdata\":[1025],\"list\":[1040]}]]],[\"z-divider\",[[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}]]],[\"z-list_3\",[[1,\"z-list-element\",{\"alignButton\":[513,\"align-button\"],\"clickable\":[516],\"dividerColor\":[1,\"divider-color\"],\"dividerType\":[1,\"divider-type\"],\"dividerSize\":[1,\"divider-size\"],\"expandable\":[516],\"expandableStyle\":[1,\"expandable-style\"],\"listElementId\":[514,\"list-element-id\"],\"size\":[513],\"color\":[513],\"disabled\":[516],\"isContextualMenu\":[516,\"is-contextual-menu\"],\"showInnerContent\":[32]},[[4,\"accessibleFocus\",\"accessibleFocusHandler\"]]],[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"]}],[1,\"z-list\",{\"size\":[513]}]]],[\"z-footer-link_3\",[[1,\"z-footer-section\",{\"name\":[1],\"isOpen\":[32]}],[1,\"z-footer-link\",{\"href\":[1]}],[1,\"z-footer-social\",{\"icon\":[1],\"href\":[1],\"description\":[1]}]]],[\"z-myz-list-item\",[[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}]]],[\"z-pocket_3\",[[1,\"z-pocket\",{\"pocketid\":[1],\"status\":[1025],\"open\":[64],\"close\":[64]},[[0,\"pocketHeaderClick\",\"handlePocketHeaderClick\"],[0,\"pocketHeaderPan\",\"handlePocketHeaderPan\"]]],[1,\"z-pocket-body\",{\"pocketid\":[1],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]],[1,\"z-pocket-header\",{\"pocketid\":[1]}]]],[\"z-logo\",[[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imageAlt\":[1,\"image-alt\"],\"link\":[1],\"targetBlank\":[4,\"target-blank\"],\"mobileLogo\":[4,\"mobile-logo\"]}]]],[\"z-myz-card_4\",[[1,\"z-myz-card\",{\"faded\":[4],\"cardtype\":[1],\"ispressed\":[4],\"ishighlighted\":[4]}],[1,\"z-myz-card-body\"],[1,\"z-myz-card-cover\",{\"img\":[1],\"titolo\":[1],\"faded\":[4],\"defaultimg\":[1]}],[1,\"z-myz-card-header\",{\"titolo\":[1],\"faded\":[4],\"cardtype\":[1],\"allowTooltip\":[32]}]]],[\"z-link\",[[1,\"z-link\",{\"htmlid\":[1],\"href\":[1],\"target\":[1],\"htmltabindex\":[2],\"isdisabled\":[4],\"isactive\":[4],\"iswhite\":[4],\"textcolor\":[1],\"icon\":[1],\"big\":[4],\"iconposition\":[1],\"underline\":[4],\"iconSize\":[32]}]]],[\"z-button-filter_5\",[[2,\"z-input\",{\"htmlid\":[1],\"type\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"value\":[1025],\"disabled\":[4],\"readonly\":[4],\"required\":[4],\"checked\":[1028],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"hasmessage\":[4],\"message\":[1],\"labelafter\":[4],\"typingtimeout\":[2],\"items\":[1],\"autocomplete\":[8],\"multiple\":[4],\"hasclearicon\":[4],\"icon\":[1],\"isTyping\":[32],\"textareaWrapperHover\":[32],\"textareaWrapperFocus\":[32],\"passwordHidden\":[32],\"getValue\":[64],\"setValue\":[64],\"isChecked\":[64]},[[4,\"inputCheck\",\"inputCheckListener\"]]],[2,\"z-select\",{\"htmlid\":[1],\"items\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"disabled\":[4],\"readonly\":[4],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"hasmessage\":[4],\"message\":[1],\"autocomplete\":[8],\"multiple\":[4],\"noresultslabel\":[1],\"isOpen\":[32],\"selectedItems\":[32],\"searchString\":[32],\"getSelectedItems\":[64],\"getValue\":[64],\"setValue\":[64]}],[1,\"z-button-filter\",{\"filtername\":[1],\"isfixed\":[4],\"hasicon\":[4],\"filterid\":[1],\"issmall\":[4]}],[1,\"z-input-label\",{\"value\":[1],\"disabled\":[4],\"htmlfor\":[1]}],[1,\"z-input-message\",{\"message\":[1],\"status\":[513]}]]]]"), options);
17
+ });
@@ -1,15 +1,15 @@
1
- import { r as registerInstance, h } from './index-44936066.js';
1
+ import { r as registerInstance, h } from './index-fa9e549c.js';
2
2
 
3
3
  const stylesCss = ":host{display:block;font-family:var(--font-family-sans);font-weight:var(--font-rg);font-size:14px;line-height:calc(var(--space-unit) * 2);color:var(--color-surface05);box-sizing:border-box}:host>div{padding:calc(var(--space-unit) * 2)}:host>.success{fill:var(--color-success01);background:var(--color-success-inverse)}:host>.warning{fill:var(--color-warning01);background:var(--color-warning-inverse)}:host>.error{fill:var(--color-error01);background:var(--color-error-inverse)}";
4
4
 
5
- const ZAlert = class {
6
- constructor(hostRef) {
7
- registerInstance(this, hostRef);
8
- }
9
- render() {
10
- return (h("div", { class: this.type }, h("slot", null)));
11
- }
12
- };
5
+ const ZAlert = class {
6
+ constructor(hostRef) {
7
+ registerInstance(this, hostRef);
8
+ }
9
+ render() {
10
+ return (h("div", { class: this.type }, h("slot", null)));
11
+ }
12
+ };
13
13
  ZAlert.style = stylesCss;
14
14
 
15
15
  export { ZAlert as z_alert };
@@ -1,139 +1,139 @@
1
- import { r as registerInstance, h, e as Host, g as getElement } from './index-44936066.js';
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-fa9e549c.js';
2
2
 
3
- const stylesCss = ":host{--app-header-height:auto;--app-header-typography-1-size:24px;--app-header-typography-2-size:28px;--app-header-typography-3-size:32px;--app-header-typography-4-size:36px;--app-header-typography-5-size:42px;--app-header-typography-6-size:48px;--app-header-typography-7-size:54px;--app-header-typography-8-size:60px;--app-header-typography-9-size:68px;--app-header-typography-10-size:76px;--app-header-typography-11-size:84px;--app-header-typography-12-size:92px;--app-header-typography-1-lineheight:1.33;--app-header-typography-2-lineheight:1.29;--app-header-typography-3-lineheight:1.25;--app-header-typography-4-lineheight:1.24;--app-header-typography-5-lineheight:1.24;--app-header-typography-6-lineheight:1.25;--app-header-typography-7-lineheight:1.2;--app-header-typography-8-lineheight:1.26;--app-header-typography-9-lineheight:1.24;--app-header-typography-10-lineheight:1.26;--app-header-typography-11-lineheight:1.2;--app-header-typography-12-lineheight:1.2;--app-header-typography-1-tracking:calc(-0.2 / 1em);--app-header-typography-2-tracking:calc(-0.4 / 1em);--app-header-typography-3-tracking:calc(-0.6 / 1em);--app-header-typography-4-tracking:calc(-0.8 / 1em);--app-header-typography-5-tracking:calc(-1 / 1em);--app-header-typography-6-tracking:calc(-1.2 / 1em);--app-header-typography-7-tracking:calc(-1.4 / 1em);--app-header-typography-8-tracking:calc(-1.6 / 1em);--app-header-typography-9-tracking:calc(-1.8 / 1em);--app-header-typography-10-tracking:calc(-2 / 1em);--app-header-typography-11-tracking:calc(-2.2 / 1em);--app-header-typography-12-tracking:calc(-2.4 / 1em);--app-header-top-offset:var(var(--app-header-top-offset), 0);--app-header-drawer-trigger-size:calc(var(--space-unit) * 4);--app-header-bg:var(--color-white);--app-header-stucked-bg:var(--color-white);--app-header-text-color:var(--gray800);--app-header-stucked-text-color:var(--gray800);display:block;color:var(--app-header-text-color)}:host,*{box-sizing:border-box}.heading-panel{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:baseline;flex-shrink:0;flex-grow:0;width:100%;height:var(--app-header-height);padding:calc(var(--space-unit) * 2) var(--grid-mobile-margin);background:var(--app-header-bg)}:host(:empty) .heading-panel{padding:0}.heading-title{display:flex;flex-direction:row;align-items:center;max-width:100%}:host(:not([menu-length='0'])) .heading-subtitle{padding-left:calc(var(--app-header-drawer-trigger-size) + (var(--space-unit) * 1.5))}.heading-stucked{position:fixed;top:var(--app-header-top-offset);left:0;z-index:20;display:flex;flex-direction:row;width:100%;max-width:100%;color:var(--app-header-stucked-text-color);padding:var(--space-unit) var(--grid-mobile-margin);background:var(--app-header-stucked-bg);box-shadow:var(--shadow-2);animation:slideStuckedHeadingIn 250ms ease-out}.heading-stucked .heading-title,.heading-stucked .heading-title>*,.heading-stucked .heading-title ::slotted([slot='stucked-title']){display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.heading-stucked .heading-title>*,::slotted([slot='title']),::slotted([slot='stucked-title']){margin:0;font-weight:700;font-family:'IBM Plex Serif', serif;font-size:var(--app-header-typography-3-size);letter-spacing:var(--app-header-typography-3-tracking)}::slotted([slot='title']){line-height:1}::slotted([slot='subtitle']){margin:var(--space-unit) 0 0;font-family:var(--font-family-sans);font-style:italic;font-weight:500;font-size:20px;line-height:1.2}.heading-container{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;max-width:100%;margin-right:auto}.menu-container{display:none;flex-direction:row;flex-wrap:wrap;align-items:baseline}.menu-container ::slotted([open]){position:relative;z-index:3}.menu-container ::slotted(*:not(:last-of-type)){margin-right:calc(var(--space-unit) * 4.5)}.drawer-trigger{margin:0 calc(var(--space-unit) * 1.5) 0 0;padding:0;background:none;border:0;border-radius:0;color:inherit;appearance:none;cursor:pointer}.drawer-trigger z-icon{--z-icon-width:var(--app-header-drawer-trigger-size);--z-icon-height:var(--app-header-drawer-trigger-size);fill:currentColor}.drawer-container{position:fixed;top:var(--app-header-top-offset);left:0;width:100%;height:100%;z-index:100;pointer-events:none}.drawer-container .drawer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:block;background:var(--gray900);opacity:0;transition:opacity 400ms ease-out;pointer-events:none}.drawer-panel{position:absolute;top:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:flex-start;width:375px;max-width:100%;height:100%;padding:calc(var(--space-unit) * 2) var(--space-unit);background:var(--color-white);color:var(--gray800);transform:translate3d(-100%, 0, 0);transition:transform 400ms ease-out;pointer-events:none}.drawer-content{display:flex;flex-direction:column;flex:1 auto;width:100%;padding:calc(var(--space-unit) * 0.5) var(--space-unit);overflow:auto}.drawer-content::-webkit-scrollbar{background:linear-gradient(\r\n to right,\r\n transparent 0 3px,\r\n var(--gray200) 3px 7px,\r\n transparent 7px 10px\r\n );width:10px;border-radius:var(--border-radius)}.drawer-content::-webkit-scrollbar-track{background-color:transparent}.drawer-content::-webkit-scrollbar-thumb{width:10px;background-color:var(--color-primary01);border-radius:var(--border-radius)}.drawer-content::-webkit-scrollbar-thumb:hover{background-color:var(--color-hover-primary)}.drawer-content ::slotted(z-menu){width:100%}.drawer-content ::slotted(z-menu:not(:last-of-type)){margin-bottom:calc(var(--space-unit) * 2.5)}.drawer-close{--z-icon-width:var(--app-header-drawer-trigger-size);--z-icon-height:var(--app-header-drawer-trigger-size);margin:0 0 calc(var(--space-unit) * 2.5) var(--space-unit);padding:0;font-size:inherit;background:transparent;color:inherit;fill:currentColor;border:0;border-radius:0;appearance:none;cursor:pointer;outline:none}.drawer-close:focus-visible{box-shadow:var(--shadow-focus-primary)}:host([drawer-open]) .drawer-container .drawer-overlay{opacity:0.7;pointer-events:all}:host([drawer-open]) .drawer-container .drawer-panel{transform:none;pointer-events:all}.hero-container{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%}:host([overlay]) .heading-panel .drawer-trigger z-icon,:host([overlay]) .heading-panel .heading-container,:host([overlay]) .heading-panel .menu-container{color:var(--color-white);fill:var(--color-white)}:host([overlay]) .heading-panel .menu-container ::slotted(z-menu:not([open])){--color-surface05:var(--color-white)}:host([overlay]) .hero-container::after{content:'';position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;background:var(--color-black);opacity:0.5}.hero-container img,.hero-container ::slotted(*){position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top center;-webkit-user-drag:none}@media only screen and (min-width: 768px){.heading-panel{padding:calc(var(--space-unit) * 3) var(--grid-tablet-margin)}.heading-stucked{padding-left:var(--grid-tablet-margin);padding-right:var(--grid-tablet-margin)}:host(:not([flow='offcanvas'])) .heading-subtitle{padding-left:0}:host(:not([flow='offcanvas'])) .menu-container{display:flex}:host(:not([flow='offcanvas'])) .heading-container .drawer-trigger{display:none}:host(:not([flow='offcanvas']):not([menu-length='0'])) .heading-container:not(:last-child){margin-bottom:calc(var(--space-unit) * 3)}::slotted([slot='title']){font-size:var(--app-header-typography-6-size);letter-spacing:var(--app-header-typography-6-tracking)}::slotted([slot='subtitle']){margin-top:calc(var(--space-unit) * 1.5)}}@media only screen and (min-width: 1152px){.heading-panel,.heading-stucked{padding-left:var(--grid-desktop-margin);padding-right:var(--grid-desktop-margin)}:host(:not([flow='stack'])) .heading-panel{flex-direction:row;flex-wrap:wrap}::slotted([slot='title']){font-size:var(--app-header-typography-7-size);letter-spacing:var(--app-header-typography-7-tracking);margin-right:var(--grid-desktop-gutter)}:host(:not([flow='offcanvas']):not([menu-length='0'])) .heading-container:not(:last-child){margin-bottom:calc(var(--space-unit) * 2)}.menu-container{margin-top:var(--space-unit)}}@media only screen and (min-width: 1366px){.heading-panel,.heading-stucked{padding-left:var(--grid-wide-margin);padding-right:var(--grid-wide-margin)}::slotted([slot='title']){font-size:var(--app-header-typography-9-size);letter-spacing:var(--app-header-typography-9-tracking);margin-right:var(--grid-wide-gutter)}:host(:not([flow='offcanvas']):not([menu-length='0'])) .heading-container:not(:last-child){margin-bottom:0}}@keyframes slideStuckedHeadingIn{0%{transform:translate3d(0, -100%, 0)}100%{transform:none}}";
3
+ const stylesCss = ":host{--app-header-height:auto;--app-header-typography-1-size:24px;--app-header-typography-2-size:28px;--app-header-typography-3-size:32px;--app-header-typography-4-size:36px;--app-header-typography-5-size:42px;--app-header-typography-6-size:48px;--app-header-typography-7-size:54px;--app-header-typography-8-size:60px;--app-header-typography-9-size:68px;--app-header-typography-10-size:76px;--app-header-typography-11-size:84px;--app-header-typography-12-size:92px;--app-header-typography-1-lineheight:1.33;--app-header-typography-2-lineheight:1.29;--app-header-typography-3-lineheight:1.25;--app-header-typography-4-lineheight:1.24;--app-header-typography-5-lineheight:1.24;--app-header-typography-6-lineheight:1.25;--app-header-typography-7-lineheight:1.2;--app-header-typography-8-lineheight:1.26;--app-header-typography-9-lineheight:1.24;--app-header-typography-10-lineheight:1.26;--app-header-typography-11-lineheight:1.2;--app-header-typography-12-lineheight:1.2;--app-header-typography-1-tracking:calc(-0.2 / 1em);--app-header-typography-2-tracking:calc(-0.4 / 1em);--app-header-typography-3-tracking:calc(-0.6 / 1em);--app-header-typography-4-tracking:calc(-0.8 / 1em);--app-header-typography-5-tracking:calc(-1 / 1em);--app-header-typography-6-tracking:calc(-1.2 / 1em);--app-header-typography-7-tracking:calc(-1.4 / 1em);--app-header-typography-8-tracking:calc(-1.6 / 1em);--app-header-typography-9-tracking:calc(-1.8 / 1em);--app-header-typography-10-tracking:calc(-2 / 1em);--app-header-typography-11-tracking:calc(-2.2 / 1em);--app-header-typography-12-tracking:calc(-2.4 / 1em);--app-header-top-offset:var(var(--app-header-top-offset), 0);--app-header-drawer-trigger-size:calc(var(--space-unit) * 4);--app-header-bg:var(--color-white);--app-header-stucked-bg:var(--color-white);--app-header-text-color:var(--gray800);--app-header-stucked-text-color:var(--gray800);display:block;color:var(--app-header-text-color)}:host,*{box-sizing:border-box}.heading-panel{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:baseline;flex-shrink:0;flex-grow:0;width:100%;height:var(--app-header-height);padding:calc(var(--space-unit) * 2) var(--grid-mobile-margin);background:var(--app-header-bg)}:host(:empty) .heading-panel{padding:0}.heading-title{display:flex;flex-direction:row;align-items:center;max-width:100%}:host(:not([menu-length='0'])) .heading-subtitle{padding-left:calc(var(--app-header-drawer-trigger-size) + (var(--space-unit) * 1.5))}.heading-stucked{position:fixed;top:var(--app-header-top-offset);left:0;z-index:20;display:flex;flex-direction:row;width:100%;max-width:100%;color:var(--app-header-stucked-text-color);padding:var(--space-unit) var(--grid-mobile-margin);background:var(--app-header-stucked-bg);box-shadow:var(--shadow-2);animation:slideStuckedHeadingIn 250ms ease-out}.heading-stucked .heading-title,.heading-stucked .heading-title>*,.heading-stucked .heading-title ::slotted([slot='stucked-title']){display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.heading-stucked .heading-title>*,::slotted([slot='title']),::slotted([slot='stucked-title']){margin:0;font-weight:700;font-family:'IBM Plex Serif', serif;font-size:var(--app-header-typography-3-size);letter-spacing:var(--app-header-typography-3-tracking)}::slotted([slot='title']){line-height:1}::slotted([slot='subtitle']){margin:var(--space-unit) 0 0;font-family:var(--font-family-sans);font-style:italic;font-weight:500;font-size:20px;line-height:1.2}.heading-container{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;max-width:100%;margin-right:auto}.menu-container{display:none;flex-direction:row;flex-wrap:wrap;align-items:baseline}.menu-container ::slotted([open]){position:relative;z-index:3}.menu-container ::slotted(*:not(:last-of-type)){margin-right:calc(var(--space-unit) * 4.5)}.drawer-trigger{margin:0 calc(var(--space-unit) * 1.5) 0 0;padding:0;background:none;border:0;border-radius:0;color:inherit;appearance:none;cursor:pointer}.drawer-trigger z-icon{--z-icon-width:var(--app-header-drawer-trigger-size);--z-icon-height:var(--app-header-drawer-trigger-size);fill:currentColor}.drawer-container{position:fixed;top:var(--app-header-top-offset);left:0;width:100%;height:100%;z-index:100;pointer-events:none}.drawer-container .drawer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:block;background:var(--gray900);opacity:0;transition:opacity 400ms ease-out;pointer-events:none}.drawer-panel{position:absolute;top:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:flex-start;width:375px;max-width:100%;height:100%;padding:calc(var(--space-unit) * 2) var(--space-unit);background:var(--color-white);color:var(--gray800);transform:translate3d(-100%, 0, 0);transition:transform 400ms ease-out;pointer-events:none}.drawer-content{display:flex;flex-direction:column;flex:1 auto;width:100%;padding:calc(var(--space-unit) * 0.5) var(--space-unit);overflow:auto}.drawer-content::-webkit-scrollbar{background:linear-gradient(\n to right,\n transparent 0 3px,\n var(--gray200) 3px 7px,\n transparent 7px 10px\n );width:10px;border-radius:var(--border-radius)}.drawer-content::-webkit-scrollbar-track{background-color:transparent}.drawer-content::-webkit-scrollbar-thumb{width:10px;background-color:var(--color-primary01);border-radius:var(--border-radius)}.drawer-content::-webkit-scrollbar-thumb:hover{background-color:var(--color-hover-primary)}.drawer-content ::slotted(z-menu){width:100%}.drawer-content ::slotted(z-menu:not(:last-of-type)){margin-bottom:calc(var(--space-unit) * 2.5)}.drawer-close{--z-icon-width:var(--app-header-drawer-trigger-size);--z-icon-height:var(--app-header-drawer-trigger-size);margin:0 0 calc(var(--space-unit) * 2.5) var(--space-unit);padding:0;font-size:inherit;background:transparent;color:inherit;fill:currentColor;border:0;border-radius:0;appearance:none;cursor:pointer;outline:none}.drawer-close:focus-visible{box-shadow:var(--shadow-focus-primary)}:host([drawer-open]) .drawer-container .drawer-overlay{opacity:0.7;pointer-events:all}:host([drawer-open]) .drawer-container .drawer-panel{transform:none;pointer-events:all}.hero-container{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%}:host([overlay]) .heading-panel .drawer-trigger z-icon,:host([overlay]) .heading-panel .heading-container,:host([overlay]) .heading-panel .menu-container{color:var(--color-white);fill:var(--color-white)}:host([overlay]) .heading-panel .menu-container ::slotted(z-menu:not([open])){--color-surface05:var(--color-white)}:host([overlay]) .hero-container::after{content:'';position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;background:var(--color-black);opacity:0.5}.hero-container img,.hero-container ::slotted(*){position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top center;-webkit-user-drag:none}@media only screen and (min-width: 768px){.heading-panel{padding:calc(var(--space-unit) * 3) var(--grid-tablet-margin)}.heading-stucked{padding-left:var(--grid-tablet-margin);padding-right:var(--grid-tablet-margin)}:host(:not([flow='offcanvas'])) .heading-subtitle{padding-left:0}:host(:not([flow='offcanvas'])) .menu-container{display:flex}:host(:not([flow='offcanvas'])) .heading-container .drawer-trigger{display:none}:host(:not([flow='offcanvas']):not([menu-length='0'])) .heading-container:not(:last-child){margin-bottom:calc(var(--space-unit) * 3)}::slotted([slot='title']){font-size:var(--app-header-typography-6-size);letter-spacing:var(--app-header-typography-6-tracking)}::slotted([slot='subtitle']){margin-top:calc(var(--space-unit) * 1.5)}}@media only screen and (min-width: 1152px){.heading-panel,.heading-stucked{padding-left:var(--grid-desktop-margin);padding-right:var(--grid-desktop-margin)}:host(:not([flow='stack'])) .heading-panel{flex-direction:row;flex-wrap:wrap}::slotted([slot='title']){font-size:var(--app-header-typography-7-size);letter-spacing:var(--app-header-typography-7-tracking);margin-right:var(--grid-desktop-gutter)}:host(:not([flow='offcanvas']):not([menu-length='0'])) .heading-container:not(:last-child){margin-bottom:calc(var(--space-unit) * 2)}.menu-container{margin-top:var(--space-unit)}}@media only screen and (min-width: 1366px){.heading-panel,.heading-stucked{padding-left:var(--grid-wide-margin);padding-right:var(--grid-wide-margin)}::slotted([slot='title']){font-size:var(--app-header-typography-9-size);letter-spacing:var(--app-header-typography-9-tracking);margin-right:var(--grid-wide-gutter)}:host(:not([flow='offcanvas']):not([menu-length='0'])) .heading-container:not(:last-child){margin-bottom:0}}@keyframes slideStuckedHeadingIn{0%{transform:translate3d(0, -100%, 0)}100%{transform:none}}";
4
4
 
5
- const SUPPORT_INTERSECTION_OBSERVER = typeof IntersectionObserver !== 'undefined';
6
- const ZAppHeader = class {
7
- constructor(hostRef) {
8
- registerInstance(this, hostRef);
9
- /**
10
- * Stuck mode for the header.
11
- * You can programmatically set it using an IntersectionObserver.
12
- * **Optional**
13
- */
14
- this.stuck = false;
15
- /**
16
- * Should place an overlay over the hero image.
17
- * Useful for legibility purpose.
18
- * **Optional**
19
- */
20
- this.overlay = false;
21
- /**
22
- * Control menu bar position in the header.
23
- * - auto: the menu bar is positioned near the title
24
- * - stack: the menu bar is positioned below the title
25
- * - offcanvas: the menu bar is not displayed and a burger icon appears to open the offcanvas menu
26
- *
27
- * **Optional**
28
- */
29
- this.flow = 'auto';
30
- /**
31
- * The opening state of the drawer.
32
- */
33
- this.drawerOpen = false;
34
- /**
35
- * The stucked state of the bar.
36
- */
37
- this.stucked = false;
38
- this.observer = SUPPORT_INTERSECTION_OBSERVER && new IntersectionObserver(([entry]) => {
39
- this.stucked = !entry.isIntersecting;
40
- }, {
41
- threshold: 0.5
42
- });
43
- this.openDrawer = this.openDrawer.bind(this);
44
- this.closeDrawer = this.closeDrawer.bind(this);
45
- this.setStuckPosition = this.setStuckPosition.bind(this);
46
- }
47
- componentDidLoad() {
48
- this.collectMenuElements();
49
- this.onStuckMode();
50
- this.setStuckPosition();
51
- }
52
- get title() {
53
- const titleElement = this.hostElement.querySelector('[slot="title"]');
54
- if (!titleElement) {
55
- return '';
56
- }
57
- return titleElement.textContent.trim();
58
- }
59
- get scrollParent() {
60
- const parent = this.hostElement.offsetParent;
61
- if (parent === document.body || parent === document.documentElement) {
62
- return window;
63
- }
64
- return parent;
65
- }
66
- collectMenuElements() {
67
- const menuElements = this.menuElements = this.hostElement.querySelectorAll('[slot="menu"]');
68
- this.menuLength = menuElements.length;
69
- this.setMenuFloatingMode();
70
- }
71
- /**
72
- * Set `z-app-topbar`'s height as stucked header top offset.
73
- */
74
- setStuckPosition() {
75
- const topbar = this.hostElement.ownerDocument.querySelector('z-app-topbar');
76
- const top = topbar ? topbar.clientHeight : 0;
77
- this.hostElement.style.setProperty('--app-header-top-offset', `${top}px`);
78
- }
79
- onStuckMode() {
80
- if (this.stuck) {
81
- this.enableStuckObserver();
82
- }
83
- else {
84
- this.disableStuckMode();
85
- }
86
- }
87
- enableStuckObserver() {
88
- if (this.observer) {
89
- this.observer.observe(this.container);
90
- }
91
- }
92
- disableStuckMode() {
93
- this.stucked = false;
94
- if (this.observer) {
95
- this.observer.unobserve(this.container);
96
- }
97
- }
98
- onStucked() {
99
- const scrollParent = this.scrollParent;
100
- if (!scrollParent) {
101
- return;
102
- }
103
- if (this.stucked) {
104
- this.setStuckPosition();
105
- scrollParent.addEventListener('scroll', this.setStuckPosition);
106
- }
107
- else {
108
- scrollParent.removeEventListener('scroll', this.setStuckPosition);
109
- }
110
- }
111
- setMenuFloatingMode() {
112
- if (!this.menuElements) {
113
- return;
114
- }
115
- const elements = this.menuElements;
116
- for (let i = 0, len = elements.length; i < len; i++) {
117
- elements[i].open = false;
118
- elements[i].floating = !this.drawerOpen;
119
- }
120
- }
121
- render() {
122
- return h(Host, { "menu-length": this.menuLength }, h("div", { class: "heading-panel", ref: (el) => this.container = el }, h("div", { class: "hero-container" }, h("slot", { name: "hero" }, this.hero && h("img", { alt: "", src: this.hero }))), h("div", { class: "heading-container" }, h("div", { class: "heading-title" }, this.menuLength > 0 && h("button", { class: "drawer-trigger", "aria-label": "Apri menu", onClick: this.openDrawer }, h("z-icon", { name: "burger-menu" })), h("slot", { name: "title" })), h("div", { class: "heading-subtitle" }, h("slot", { name: "subtitle" }))), h("div", { class: "menu-container" }, !this.drawerOpen && this.flow !== 'offcanvas' && h("slot", { name: "menu", onSlotchange: () => this.collectMenuElements() }))), h("div", { class: "drawer-container" }, h("div", { class: "drawer-overlay", onClick: this.closeDrawer }), h("div", { class: "drawer-panel" }, h("button", { class: "drawer-close", "aria-label": "Chiudi menu", onClick: this.closeDrawer }, h("z-icon", { name: "close" })), h("div", { class: "drawer-content" }, this.drawerOpen && h("slot", { name: "menu", onSlotchange: () => this.collectMenuElements() })))), this.stucked && h("div", { class: "heading-stucked" }, this.menuLength > 0 && h("button", { class: "drawer-trigger", "aria-label": "Apri menu", onClick: this.openDrawer }, h("z-icon", { name: "burger-menu" })), h("div", { class: "heading-title" }, h("slot", { name: "stucked-title" }, this.title))));
123
- }
124
- openDrawer() {
125
- this.drawerOpen = true;
126
- }
127
- closeDrawer() {
128
- this.drawerOpen = false;
129
- }
130
- get hostElement() { return getElement(this); }
131
- static get watchers() { return {
132
- "stuck": ["onStuckMode"],
133
- "stucked": ["onStucked"],
134
- "drawerOpen": ["setMenuFloatingMode"]
135
- }; }
136
- };
5
+ const SUPPORT_INTERSECTION_OBSERVER = typeof IntersectionObserver !== 'undefined';
6
+ const ZAppHeader = class {
7
+ constructor(hostRef) {
8
+ registerInstance(this, hostRef);
9
+ /**
10
+ * Stuck mode for the header.
11
+ * You can programmatically set it using an IntersectionObserver.
12
+ * **Optional**
13
+ */
14
+ this.stuck = false;
15
+ /**
16
+ * Should place an overlay over the hero image.
17
+ * Useful for legibility purpose.
18
+ * **Optional**
19
+ */
20
+ this.overlay = false;
21
+ /**
22
+ * Control menu bar position in the header.
23
+ * - auto: the menu bar is positioned near the title
24
+ * - stack: the menu bar is positioned below the title
25
+ * - offcanvas: the menu bar is not displayed and a burger icon appears to open the offcanvas menu
26
+ *
27
+ * **Optional**
28
+ */
29
+ this.flow = 'auto';
30
+ /**
31
+ * The opening state of the drawer.
32
+ */
33
+ this.drawerOpen = false;
34
+ /**
35
+ * The stucked state of the bar.
36
+ */
37
+ this.stucked = false;
38
+ this.observer = SUPPORT_INTERSECTION_OBSERVER && new IntersectionObserver(([entry]) => {
39
+ this.stucked = !entry.isIntersecting;
40
+ }, {
41
+ threshold: 0.5
42
+ });
43
+ this.openDrawer = this.openDrawer.bind(this);
44
+ this.closeDrawer = this.closeDrawer.bind(this);
45
+ this.setStuckPosition = this.setStuckPosition.bind(this);
46
+ }
47
+ componentDidLoad() {
48
+ this.collectMenuElements();
49
+ this.onStuckMode();
50
+ this.setStuckPosition();
51
+ }
52
+ get title() {
53
+ const titleElement = this.hostElement.querySelector('[slot="title"]');
54
+ if (!titleElement) {
55
+ return '';
56
+ }
57
+ return titleElement.textContent.trim();
58
+ }
59
+ get scrollParent() {
60
+ const parent = this.hostElement.offsetParent;
61
+ if (parent === document.body || parent === document.documentElement) {
62
+ return window;
63
+ }
64
+ return parent;
65
+ }
66
+ collectMenuElements() {
67
+ const menuElements = this.menuElements = this.hostElement.querySelectorAll('[slot="menu"]');
68
+ this.menuLength = menuElements.length;
69
+ this.setMenuFloatingMode();
70
+ }
71
+ /**
72
+ * Set `z-app-topbar`'s height as stucked header top offset.
73
+ */
74
+ setStuckPosition() {
75
+ const topbar = this.hostElement.ownerDocument.querySelector('z-app-topbar');
76
+ const top = topbar ? topbar.clientHeight : 0;
77
+ this.hostElement.style.setProperty('--app-header-top-offset', `${top}px`);
78
+ }
79
+ onStuckMode() {
80
+ if (this.stuck) {
81
+ this.enableStuckObserver();
82
+ }
83
+ else {
84
+ this.disableStuckMode();
85
+ }
86
+ }
87
+ enableStuckObserver() {
88
+ if (this.observer) {
89
+ this.observer.observe(this.container);
90
+ }
91
+ }
92
+ disableStuckMode() {
93
+ this.stucked = false;
94
+ if (this.observer) {
95
+ this.observer.unobserve(this.container);
96
+ }
97
+ }
98
+ onStucked() {
99
+ const scrollParent = this.scrollParent;
100
+ if (!scrollParent) {
101
+ return;
102
+ }
103
+ if (this.stucked) {
104
+ this.setStuckPosition();
105
+ scrollParent.addEventListener('scroll', this.setStuckPosition);
106
+ }
107
+ else {
108
+ scrollParent.removeEventListener('scroll', this.setStuckPosition);
109
+ }
110
+ }
111
+ setMenuFloatingMode() {
112
+ if (!this.menuElements) {
113
+ return;
114
+ }
115
+ const elements = this.menuElements;
116
+ for (let i = 0, len = elements.length; i < len; i++) {
117
+ elements[i].open = false;
118
+ elements[i].floating = !this.drawerOpen;
119
+ }
120
+ }
121
+ render() {
122
+ return h(Host, { "menu-length": this.menuLength }, h("div", { class: "heading-panel", ref: (el) => this.container = el }, h("div", { class: "hero-container" }, h("slot", { name: "hero" }, this.hero && h("img", { alt: "", src: this.hero }))), h("div", { class: "heading-container" }, h("div", { class: "heading-title" }, this.menuLength > 0 && h("button", { class: "drawer-trigger", "aria-label": "Apri menu", onClick: this.openDrawer }, h("z-icon", { name: "burger-menu" })), h("slot", { name: "title" })), h("div", { class: "heading-subtitle" }, h("slot", { name: "subtitle" }))), h("div", { class: "menu-container" }, !this.drawerOpen && this.flow !== 'offcanvas' && h("slot", { name: "menu", onSlotchange: () => this.collectMenuElements() }))), h("div", { class: "drawer-container" }, h("div", { class: "drawer-overlay", onClick: this.closeDrawer }), h("div", { class: "drawer-panel" }, h("button", { class: "drawer-close", "aria-label": "Chiudi menu", onClick: this.closeDrawer }, h("z-icon", { name: "close" })), h("div", { class: "drawer-content" }, this.drawerOpen && h("slot", { name: "menu", onSlotchange: () => this.collectMenuElements() })))), this.stucked && h("div", { class: "heading-stucked" }, this.menuLength > 0 && h("button", { class: "drawer-trigger", "aria-label": "Apri menu", onClick: this.openDrawer }, h("z-icon", { name: "burger-menu" })), h("div", { class: "heading-title" }, h("slot", { name: "stucked-title" }, this.title))));
123
+ }
124
+ openDrawer() {
125
+ this.drawerOpen = true;
126
+ }
127
+ closeDrawer() {
128
+ this.drawerOpen = false;
129
+ }
130
+ get hostElement() { return getElement(this); }
131
+ static get watchers() { return {
132
+ "stuck": ["onStuckMode"],
133
+ "stucked": ["onStucked"],
134
+ "drawerOpen": ["setMenuFloatingMode"]
135
+ }; }
136
+ };
137
137
  ZAppHeader.style = stylesCss;
138
138
 
139
139
  export { ZAppHeader as z_app_header };
@@ -1,25 +1,25 @@
1
- import { r as registerInstance, f as createEvent, h } from './index-44936066.js';
2
- import { T as ThemeVariant } from './index-08d9a3bf.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-fa9e549c.js';
2
+ import { T as ThemeVariant } from './index-09b57d95.js';
3
3
 
4
4
  const stylesCss = ":host{font-family:var(--dashboard-font);font-weight:var(--font-rg)}button{display:flex;justify-content:center;align-content:center;background-color:transparent;border:none;padding:0}button>z-icon{color:var(--bg-white);fill:currentColor}button>z-icon.light{color:var(--bg-grey-900);fill:currentColor}";
5
5
 
6
- const ZAppSwitcher = class {
7
- constructor(hostRef) {
8
- registerInstance(this, hostRef);
9
- this.appButtonClick = createEvent(this, "appButtonClick", 7);
10
- /** theme variant, default 'dark' */
11
- this.theme = ThemeVariant.dark;
12
- this.isopen = false;
13
- this.emitAppButtonClick = this.emitAppButtonClick.bind(this);
14
- }
15
- emitAppButtonClick() {
16
- this.isopen = !this.isopen;
17
- this.appButtonClick.emit({ isopen: this.isopen });
18
- }
19
- render() {
20
- return (h("button", { title: "app-switcher", onClick: () => this.emitAppButtonClick() }, h("z-icon", { name: "app-switcher", class: this.theme })));
21
- }
22
- };
6
+ const ZAppSwitcher = class {
7
+ constructor(hostRef) {
8
+ registerInstance(this, hostRef);
9
+ this.appButtonClick = createEvent(this, "appButtonClick", 7);
10
+ /** theme variant, default 'dark' */
11
+ this.theme = ThemeVariant.dark;
12
+ this.isopen = false;
13
+ this.emitAppButtonClick = this.emitAppButtonClick.bind(this);
14
+ }
15
+ emitAppButtonClick() {
16
+ this.isopen = !this.isopen;
17
+ this.appButtonClick.emit({ isopen: this.isopen });
18
+ }
19
+ render() {
20
+ return (h("button", { title: "app-switcher", onClick: () => this.emitAppButtonClick() }, h("z-icon", { name: "app-switcher", class: this.theme })));
21
+ }
22
+ };
23
23
  ZAppSwitcher.style = stylesCss;
24
24
 
25
25
  export { ZAppSwitcher as z_app_switcher };