@zanichelli/albe-web-components 2.29.0 → 2.30.0-rc1

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 (461) hide show
  1. package/dist/web-components-library/_commonjsHelpers-cb1cd7bb.js +44 -0
  2. package/dist/web-components-library/app-globals-0f993ce5.js +3 -0
  3. package/dist/{esm → web-components-library}/breakpoints-c386984e.js +0 -0
  4. package/dist/web-components-library/css-shim-003e9264.js +4 -0
  5. package/dist/web-components-library/dom-1b195079.js +73 -0
  6. package/dist/{esm/hammer-c807d0b5.js → web-components-library/hammer-52e2c4fe.js} +4 -15
  7. package/dist/{collection/components/icons/icons.js → web-components-library/icons-8f642f81.js} +3 -1
  8. package/dist/{esm/index-ac6e10aa.js → web-components-library/index-020789bb.js} +1 -1
  9. package/dist/web-components-library/index-44936066.js +2832 -0
  10. package/dist/web-components-library/index-8067f807.js +64 -0
  11. package/dist/web-components-library/index.esm.js +9 -1
  12. package/dist/web-components-library/shadow-css-c1ad5fdc.js +383 -0
  13. package/dist/{esm/utils-4da869b8.js → web-components-library/utils-cb1be595.js} +20 -2
  14. package/dist/web-components-library/web-components-library.css +789 -1
  15. package/dist/web-components-library/web-components-library.esm.js +122 -1
  16. package/dist/web-components-library/z-alert.entry.js +15 -0
  17. package/dist/web-components-library/z-app-header.entry.js +139 -0
  18. package/dist/web-components-library/z-app-switcher.entry.js +25 -0
  19. package/dist/web-components-library/z-app-topbar.entry.js +50 -0
  20. package/dist/web-components-library/z-avatar.entry.js +39 -0
  21. package/dist/web-components-library/z-body.entry.js +13 -0
  22. package/dist/web-components-library/z-button-filter.entry.js +45 -0
  23. package/dist/web-components-library/z-button-sort.entry.js +50 -0
  24. package/dist/web-components-library/z-button.entry.js +35 -0
  25. package/dist/{esm → web-components-library}/z-candybar.entry.js +1 -1
  26. package/dist/web-components-library/z-card.entry.js +54 -0
  27. package/dist/web-components-library/z-chip.entry.js +20 -0
  28. package/dist/web-components-library/z-combobox.entry.js +166 -0
  29. package/dist/web-components-library/z-contextual-menu.entry.js +36 -0
  30. package/dist/{esm → web-components-library}/z-cookiebar.entry.js +2 -2
  31. package/dist/web-components-library/z-divider.entry.js +22 -0
  32. package/dist/web-components-library/z-footer-link.entry.js +15 -0
  33. package/dist/web-components-library/z-footer-section.entry.js +19 -0
  34. package/dist/web-components-library/z-footer-social.entry.js +15 -0
  35. package/dist/web-components-library/z-footer.entry.js +76 -0
  36. package/dist/web-components-library/z-ghost-loading.entry.js +15 -0
  37. package/dist/{esm → web-components-library}/z-heading.entry.js +1 -1
  38. package/dist/web-components-library/z-icon-package.entry.js +19 -0
  39. package/dist/web-components-library/z-icon.entry.js +24 -0
  40. package/dist/web-components-library/z-info-box.entry.js +21 -0
  41. package/dist/web-components-library/z-input-label.entry.js +17 -0
  42. package/dist/web-components-library/z-input-message.entry.js +20 -0
  43. package/dist/web-components-library/z-input.entry.js +264 -0
  44. package/dist/web-components-library/z-link.entry.js +67 -0
  45. package/dist/web-components-library/z-list-element.entry.js +150 -0
  46. package/dist/web-components-library/z-list-group.entry.js +50 -0
  47. package/dist/web-components-library/z-list.entry.js +30 -0
  48. package/dist/web-components-library/z-logo.entry.js +24 -0
  49. package/dist/web-components-library/z-menu-dropdown.entry.js +56 -0
  50. package/dist/web-components-library/z-menu-section.entry.js +42 -0
  51. package/dist/web-components-library/z-menu.entry.js +106 -0
  52. package/dist/{esm → web-components-library}/z-messages-pocket.entry.js +2 -2
  53. package/dist/{esm → web-components-library}/z-modal-login.entry.js +2 -2
  54. package/dist/web-components-library/z-modal.entry.js +32 -0
  55. package/dist/web-components-library/z-myz-card-alert.entry.js +59 -0
  56. package/dist/web-components-library/z-myz-card-body.entry.js +15 -0
  57. package/dist/web-components-library/z-myz-card-cover.entry.js +18 -0
  58. package/dist/{esm → web-components-library}/z-myz-card-dictionary.entry.js +2 -2
  59. package/dist/{esm → web-components-library}/z-myz-card-footer-sections.entry.js +1 -1
  60. package/dist/web-components-library/z-myz-card-footer.entry.js +48 -0
  61. package/dist/web-components-library/z-myz-card-header.entry.js +34 -0
  62. package/dist/web-components-library/z-myz-card-icon.entry.js +17 -0
  63. package/dist/{esm → web-components-library}/z-myz-card-info.entry.js +3 -3
  64. package/dist/web-components-library/z-myz-card-list.entry.js +33 -0
  65. package/dist/web-components-library/z-myz-card.entry.js +37 -0
  66. package/dist/web-components-library/z-myz-list-item.entry.js +33 -0
  67. package/dist/web-components-library/z-myz-list.entry.js +31 -0
  68. package/dist/{esm → web-components-library}/z-myz-topbar.entry.js +2 -2
  69. package/dist/{esm → web-components-library}/z-navigation-tab.entry.js +1 -1
  70. package/dist/{esm → web-components-library}/z-navigation-tabs.entry.js +2 -2
  71. package/dist/web-components-library/z-notification.entry.js +38 -0
  72. package/dist/{esm → web-components-library}/z-otp.entry.js +2 -2
  73. package/dist/web-components-library/z-pagination-bar.entry.js +126 -0
  74. package/dist/web-components-library/z-pagination-page.entry.js +21 -0
  75. package/dist/web-components-library/z-panel-elem.entry.js +26 -0
  76. package/dist/web-components-library/z-pocket-body.entry.js +23 -0
  77. package/dist/web-components-library/z-pocket-header.entry.js +36 -0
  78. package/dist/{esm → web-components-library}/z-pocket-message.entry.js +1 -1
  79. package/dist/web-components-library/z-pocket.entry.js +68 -0
  80. package/dist/web-components-library/z-popover.entry.js +124 -0
  81. package/dist/web-components-library/z-registro-table-body.entry.js +20 -0
  82. package/dist/web-components-library/z-registro-table-cell.entry.js +30 -0
  83. package/dist/web-components-library/z-registro-table-empty-box.entry.js +19 -0
  84. package/dist/web-components-library/z-registro-table-expanded-row.entry.js +15 -0
  85. package/dist/{esm → web-components-library}/z-registro-table-footer.entry.js +1 -1
  86. package/dist/web-components-library/z-registro-table-head.entry.js +19 -0
  87. package/dist/web-components-library/z-registro-table-header-row.entry.js +18 -0
  88. package/dist/web-components-library/z-registro-table-header.entry.js +80 -0
  89. package/dist/web-components-library/z-registro-table-row.entry.js +39 -0
  90. package/dist/web-components-library/z-registro-table-sticky-footer.entry.js +15 -0
  91. package/dist/web-components-library/z-registro-table.entry.js +73 -0
  92. package/dist/web-components-library/z-select.entry.js +281 -0
  93. package/dist/{esm → web-components-library}/z-slideshow.entry.js +3 -3
  94. package/dist/web-components-library/z-status-tag.entry.js +25 -0
  95. package/dist/web-components-library/z-stepper-item.entry.js +18 -0
  96. package/dist/web-components-library/z-stepper.entry.js +15 -0
  97. package/dist/{esm → web-components-library}/z-toast-notification-list.entry.js +2 -2
  98. package/dist/{esm → web-components-library}/z-toast-notification.entry.js +4 -3
  99. package/dist/web-components-library/z-toggle-button.entry.js +32 -0
  100. package/dist/{collection/components/notification/z-tooltip/index.js → web-components-library/z-tooltip.entry.js} +19 -128
  101. package/dist/web-components-library/z-typography.entry.js +25 -0
  102. package/dist/web-components-library/z-user-dropdown.entry.js +91 -0
  103. package/package.json +1 -1
  104. package/www/build/_commonjsHelpers-cb1cd7bb.js +44 -0
  105. package/www/build/app-globals-0f993ce5.js +3 -0
  106. package/{dist/collection/constants/breakpoints.js → www/build/breakpoints-c386984e.js} +2 -1
  107. package/www/build/css-shim-003e9264.js +4 -0
  108. package/www/build/dom-1b195079.js +73 -0
  109. package/{dist/cjs/hammer-6e321f0b.js → www/build/hammer-52e2c4fe.js} +4 -18
  110. package/www/build/icons-8f642f81.js +437 -0
  111. package/{dist/collection/beans/index.js → www/build/index-020789bb.js} +36 -34
  112. package/www/build/index-44936066.js +2832 -0
  113. package/www/build/index-8067f807.js +64 -0
  114. package/www/build/index.esm.js +9 -1
  115. package/www/build/shadow-css-c1ad5fdc.js +383 -0
  116. package/{dist/collection/utils/utils.js → www/build/utils-cb1be595.js} +15 -12
  117. package/www/build/web-components-library.css +789 -1
  118. package/www/build/web-components-library.esm.js +122 -1
  119. package/www/build/z-alert.entry.js +15 -0
  120. package/www/build/z-app-header.entry.js +139 -0
  121. package/www/build/z-app-switcher.entry.js +25 -0
  122. package/www/build/z-app-topbar.entry.js +50 -0
  123. package/www/build/z-avatar.entry.js +39 -0
  124. package/www/build/z-body.entry.js +13 -0
  125. package/www/build/z-button-filter.entry.js +45 -0
  126. package/www/build/z-button-sort.entry.js +50 -0
  127. package/www/build/z-button.entry.js +35 -0
  128. package/{dist/cjs/z-candybar.cjs.entry.js → www/build/z-candybar.entry.js} +4 -8
  129. package/www/build/z-card.entry.js +54 -0
  130. package/www/build/z-chip.entry.js +20 -0
  131. package/www/build/z-combobox.entry.js +166 -0
  132. package/www/build/z-contextual-menu.entry.js +36 -0
  133. package/{dist/cjs/z-cookiebar.cjs.entry.js → www/build/z-cookiebar.entry.js} +7 -11
  134. package/www/build/z-divider.entry.js +22 -0
  135. package/www/build/z-footer-link.entry.js +15 -0
  136. package/www/build/z-footer-section.entry.js +19 -0
  137. package/www/build/z-footer-social.entry.js +15 -0
  138. package/www/build/z-footer.entry.js +76 -0
  139. package/www/build/z-ghost-loading.entry.js +15 -0
  140. package/www/build/z-heading.entry.js +13 -0
  141. package/www/build/z-icon-package.entry.js +19 -0
  142. package/www/build/z-icon.entry.js +24 -0
  143. package/www/build/z-info-box.entry.js +21 -0
  144. package/www/build/z-input-label.entry.js +17 -0
  145. package/www/build/z-input-message.entry.js +20 -0
  146. package/www/build/z-input.entry.js +264 -0
  147. package/www/build/z-link.entry.js +67 -0
  148. package/www/build/z-list-element.entry.js +150 -0
  149. package/www/build/z-list-group.entry.js +50 -0
  150. package/www/build/z-list.entry.js +30 -0
  151. package/www/build/z-logo.entry.js +24 -0
  152. package/www/build/z-menu-dropdown.entry.js +56 -0
  153. package/www/build/z-menu-section.entry.js +42 -0
  154. package/www/build/z-menu.entry.js +106 -0
  155. package/{dist/cjs/z-messages-pocket.cjs.entry.js → www/build/z-messages-pocket.entry.js} +13 -17
  156. package/www/build/z-modal-login.entry.js +77 -0
  157. package/www/build/z-modal.entry.js +32 -0
  158. package/www/build/z-myz-card-alert.entry.js +59 -0
  159. package/www/build/z-myz-card-body.entry.js +15 -0
  160. package/www/build/z-myz-card-cover.entry.js +18 -0
  161. package/{dist/cjs/z-myz-card-dictionary.cjs.entry.js → www/build/z-myz-card-dictionary.entry.js} +6 -10
  162. package/{dist/cjs/z-myz-card-footer-sections.cjs.entry.js → www/build/z-myz-card-footer-sections.entry.js} +4 -8
  163. package/www/build/z-myz-card-footer.entry.js +48 -0
  164. package/www/build/z-myz-card-header.entry.js +34 -0
  165. package/www/build/z-myz-card-icon.entry.js +17 -0
  166. package/{dist/cjs/z-myz-card-info.cjs.entry.js → www/build/z-myz-card-info.entry.js} +19 -23
  167. package/www/build/z-myz-card-list.entry.js +33 -0
  168. package/www/build/z-myz-card.entry.js +37 -0
  169. package/www/build/z-myz-list-item.entry.js +33 -0
  170. package/www/build/z-myz-list.entry.js +31 -0
  171. package/{dist/cjs/z-myz-topbar.cjs.entry.js → www/build/z-myz-topbar.entry.js} +29 -33
  172. package/{dist/cjs/z-navigation-tab.cjs.entry.js → www/build/z-navigation-tab.entry.js} +6 -10
  173. package/{dist/cjs/z-navigation-tabs.cjs.entry.js → www/build/z-navigation-tabs.entry.js} +11 -15
  174. package/www/build/z-notification.entry.js +38 -0
  175. package/{dist/cjs/z-otp.cjs.entry.js → www/build/z-otp.entry.js} +8 -12
  176. package/www/build/z-pagination-bar.entry.js +126 -0
  177. package/www/build/z-pagination-page.entry.js +21 -0
  178. package/www/build/z-panel-elem.entry.js +26 -0
  179. package/www/build/z-pocket-body.entry.js +23 -0
  180. package/www/build/z-pocket-header.entry.js +36 -0
  181. package/{dist/cjs/z-pocket-message.cjs.entry.js → www/build/z-pocket-message.entry.js} +4 -8
  182. package/www/build/z-pocket.entry.js +68 -0
  183. package/www/build/z-popover.entry.js +124 -0
  184. package/www/build/z-registro-table-body.entry.js +20 -0
  185. package/www/build/z-registro-table-cell.entry.js +30 -0
  186. package/www/build/z-registro-table-empty-box.entry.js +19 -0
  187. package/www/build/z-registro-table-expanded-row.entry.js +15 -0
  188. package/{dist/cjs/z-registro-table-footer.cjs.entry.js → www/build/z-registro-table-footer.entry.js} +5 -9
  189. package/www/build/z-registro-table-head.entry.js +19 -0
  190. package/www/build/z-registro-table-header-row.entry.js +18 -0
  191. package/www/build/z-registro-table-header.entry.js +80 -0
  192. package/www/build/z-registro-table-row.entry.js +39 -0
  193. package/www/build/z-registro-table-sticky-footer.entry.js +15 -0
  194. package/www/build/z-registro-table.entry.js +73 -0
  195. package/www/build/z-select.entry.js +281 -0
  196. package/{dist/cjs/z-slideshow.cjs.entry.js → www/build/z-slideshow.entry.js} +19 -23
  197. package/www/build/z-status-tag.entry.js +25 -0
  198. package/www/build/z-stepper-item.entry.js +18 -0
  199. package/www/build/z-stepper.entry.js +15 -0
  200. package/{dist/cjs/z-toast-notification-list.cjs.entry.js → www/build/z-toast-notification-list.entry.js} +7 -11
  201. package/{dist/cjs/z-toast-notification.cjs.entry.js → www/build/z-toast-notification.entry.js} +31 -34
  202. package/www/build/z-toggle-button.entry.js +32 -0
  203. package/www/build/z-tooltip.entry.js +270 -0
  204. package/www/build/z-typography.entry.js +25 -0
  205. package/www/build/z-user-dropdown.entry.js +91 -0
  206. package/www/index.html +11 -2
  207. package/CHANGELOG.md +0 -1111
  208. package/dist/cjs/breakpoints-88c4fd6c.js +0 -7
  209. package/dist/cjs/index-8f4b351d.js +0 -251
  210. package/dist/cjs/index-dee3e21d.js +0 -1694
  211. package/dist/cjs/index.cjs.js +0 -13
  212. package/dist/cjs/loader.cjs.js +0 -21
  213. package/dist/cjs/utils-6d6841cc.js +0 -75
  214. package/dist/cjs/web-components-library.cjs.js +0 -19
  215. package/dist/cjs/z-alert_66.cjs.entry.js +0 -3680
  216. package/dist/cjs/z-app-header.cjs.entry.js +0 -143
  217. package/dist/cjs/z-heading.cjs.entry.js +0 -17
  218. package/dist/cjs/z-modal-login.cjs.entry.js +0 -81
  219. package/dist/cjs/z-pocket_3.cjs.entry.js +0 -124
  220. package/dist/collection/collection-manifest.json +0 -98
  221. package/dist/collection/components/buttons/z-button/index.js +0 -219
  222. package/dist/collection/components/buttons/z-button/styles.css +0 -231
  223. package/dist/collection/components/buttons/z-button-filter/index.js +0 -155
  224. package/dist/collection/components/buttons/z-button-filter/styles.css +0 -74
  225. package/dist/collection/components/buttons/z-button-sort/index.js +0 -216
  226. package/dist/collection/components/buttons/z-button-sort/styles.css +0 -101
  227. package/dist/collection/components/buttons/z-chip/index.js +0 -59
  228. package/dist/collection/components/buttons/z-chip/styles.css +0 -17
  229. package/dist/collection/components/buttons/z-toggle-button/index.js +0 -122
  230. package/dist/collection/components/buttons/z-toggle-button/styles.css +0 -62
  231. package/dist/collection/components/footer/z-footer/index.js +0 -144
  232. package/dist/collection/components/footer/z-footer/styles.css +0 -180
  233. package/dist/collection/components/footer/z-footer-link/index.js +0 -37
  234. package/dist/collection/components/footer/z-footer-link/styles.css +0 -33
  235. package/dist/collection/components/footer/z-footer-section/index.js +0 -51
  236. package/dist/collection/components/footer/z-footer-section/styles.css +0 -164
  237. package/dist/collection/components/footer/z-footer-social/index.js +0 -68
  238. package/dist/collection/components/footer/z-footer-social/styles.css +0 -23
  239. package/dist/collection/components/icons/z-icon/index.js +0 -110
  240. package/dist/collection/components/icons/z-icon/styles.css +0 -14
  241. package/dist/collection/components/icons/z-icon-package/index.js +0 -20
  242. package/dist/collection/components/icons/z-icon-package/styles.css +0 -16
  243. package/dist/collection/components/indicators/z-stepper/index.js +0 -17
  244. package/dist/collection/components/indicators/z-stepper/styles.css +0 -19
  245. package/dist/collection/components/indicators/z-stepper-item/index.js +0 -93
  246. package/dist/collection/components/indicators/z-stepper-item/styles.css +0 -115
  247. package/dist/collection/components/inputs/z-combobox/index.js +0 -480
  248. package/dist/collection/components/inputs/z-combobox/styles.css +0 -148
  249. package/dist/collection/components/inputs/z-input/index.js +0 -821
  250. package/dist/collection/components/inputs/z-input/styles.css +0 -304
  251. package/dist/collection/components/inputs/z-input-label/index.js +0 -72
  252. package/dist/collection/components/inputs/z-input-label/styles.css +0 -16
  253. package/dist/collection/components/inputs/z-input-message/index.js +0 -64
  254. package/dist/collection/components/inputs/z-input-message/styles.css +0 -33
  255. package/dist/collection/components/inputs/z-select/index.js +0 -647
  256. package/dist/collection/components/inputs/z-select/styles.css +0 -131
  257. package/dist/collection/components/list/z-list/index.js +0 -57
  258. package/dist/collection/components/list/z-list/styles.css +0 -7
  259. package/dist/collection/components/list/z-list-element/index.js +0 -439
  260. package/dist/collection/components/list/z-list-element/styles.css +0 -133
  261. package/dist/collection/components/list/z-list-group/index.js +0 -144
  262. package/dist/collection/components/list/z-list-group/styles.css +0 -22
  263. package/dist/collection/components/list/z-toast-notification-list/index.js +0 -97
  264. package/dist/collection/components/list/z-toast-notification-list/styles.css +0 -107
  265. package/dist/collection/components/logo/z-logo/index.js +0 -111
  266. package/dist/collection/components/logo/z-logo/styles.css +0 -31
  267. package/dist/collection/components/modal/z-modal/index.js +0 -160
  268. package/dist/collection/components/modal/z-modal/styles.css +0 -185
  269. package/dist/collection/components/modal/z-modal-login/index.js +0 -272
  270. package/dist/collection/components/modal/z-modal-login/styles.css +0 -159
  271. package/dist/collection/components/navigation/z-app-header/index.js +0 -267
  272. package/dist/collection/components/navigation/z-app-header/styles.css +0 -441
  273. package/dist/collection/components/navigation/z-app-switcher/index.js +0 -70
  274. package/dist/collection/components/navigation/z-app-switcher/styles.css +0 -35
  275. package/dist/collection/components/navigation/z-app-topbar/index.js +0 -134
  276. package/dist/collection/components/navigation/z-app-topbar/styles.css +0 -92
  277. package/dist/collection/components/navigation/z-link/index.js +0 -309
  278. package/dist/collection/components/navigation/z-link/styles.css +0 -160
  279. package/dist/collection/components/navigation/z-menu/index.js +0 -223
  280. package/dist/collection/components/navigation/z-menu/styles.css +0 -149
  281. package/dist/collection/components/navigation/z-menu-dropdown/index.js +0 -125
  282. package/dist/collection/components/navigation/z-menu-dropdown/styles.css +0 -146
  283. package/dist/collection/components/navigation/z-menu-section/index.js +0 -109
  284. package/dist/collection/components/navigation/z-menu-section/styles.css +0 -91
  285. package/dist/collection/components/navigation/z-navigation-tab/index.js +0 -151
  286. package/dist/collection/components/navigation/z-navigation-tab/styles.css +0 -113
  287. package/dist/collection/components/navigation/z-navigation-tabs/index.js +0 -179
  288. package/dist/collection/components/navigation/z-navigation-tabs/styles.css +0 -117
  289. package/dist/collection/components/navigation/z-user-dropdown/index.js +0 -252
  290. package/dist/collection/components/navigation/z-user-dropdown/styles.css +0 -311
  291. package/dist/collection/components/notification/z-candybar/index.js +0 -18
  292. package/dist/collection/components/notification/z-candybar/styles.css +0 -61
  293. package/dist/collection/components/notification/z-cookiebar/index.js +0 -111
  294. package/dist/collection/components/notification/z-cookiebar/styles.css +0 -109
  295. package/dist/collection/components/notification/z-info-box/index.js +0 -79
  296. package/dist/collection/components/notification/z-info-box/styles.css +0 -23
  297. package/dist/collection/components/notification/z-notification/index.js +0 -171
  298. package/dist/collection/components/notification/z-notification/styles.css +0 -93
  299. package/dist/collection/components/notification/z-toast-notification/index.js +0 -402
  300. package/dist/collection/components/notification/z-toast-notification/styles.css +0 -247
  301. package/dist/collection/components/notification/z-tooltip/styles.css +0 -128
  302. package/dist/collection/components/pagination/z-pagination-bar/index.js +0 -278
  303. package/dist/collection/components/pagination/z-pagination-bar/styles.css +0 -23
  304. package/dist/collection/components/pagination/z-pagination-page/index.js +0 -129
  305. package/dist/collection/components/pagination/z-pagination-page/styles.css +0 -57
  306. package/dist/collection/components/panel/z-panel-elem/index.js +0 -193
  307. package/dist/collection/components/panel/z-panel-elem/styles.css +0 -39
  308. package/dist/collection/components/typography/z-body/index.js +0 -66
  309. package/dist/collection/components/typography/z-heading/index.js +0 -66
  310. package/dist/collection/components/typography/z-typography/index.js +0 -84
  311. package/dist/collection/components/typography/z-typography/styles.css +0 -61
  312. package/dist/collection/components/z-avatar/index.js +0 -137
  313. package/dist/collection/components/z-avatar/styles.css +0 -35
  314. package/dist/collection/components/z-card/index.js +0 -153
  315. package/dist/collection/components/z-card/styles.css +0 -188
  316. package/dist/collection/components/z-contextual-menu/index.js +0 -122
  317. package/dist/collection/components/z-contextual-menu/styles.css +0 -45
  318. package/dist/collection/components/z-divider/index.js +0 -89
  319. package/dist/collection/components/z-divider/styles.css +0 -37
  320. package/dist/collection/components/z-ghost-loading/index.js +0 -14
  321. package/dist/collection/components/z-ghost-loading/styles.css +0 -34
  322. package/dist/collection/components/z-popover/index.js +0 -274
  323. package/dist/collection/components/z-popover/styles.css +0 -236
  324. package/dist/collection/components/z-status-tag/index.js +0 -125
  325. package/dist/collection/components/z-status-tag/styles.css +0 -133
  326. package/dist/collection/constants/icons.js +0 -6
  327. package/dist/collection/index.js +0 -5
  328. package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +0 -119
  329. package/dist/collection/snowflakes/myz/card/z-myz-card/styles.css +0 -38
  330. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +0 -148
  331. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/styles.css +0 -62
  332. package/dist/collection/snowflakes/myz/card/z-myz-card-body/index.js +0 -20
  333. package/dist/collection/snowflakes/myz/card/z-myz-card-body/styles.css +0 -13
  334. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +0 -87
  335. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/styles.css +0 -11
  336. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +0 -177
  337. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/styles.css +0 -85
  338. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +0 -190
  339. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/styles.css +0 -137
  340. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +0 -23
  341. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/styles.css +0 -32
  342. package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +0 -101
  343. package/dist/collection/snowflakes/myz/card/z-myz-card-header/styles.css +0 -46
  344. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +0 -74
  345. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/styles.css +0 -70
  346. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +0 -213
  347. package/dist/collection/snowflakes/myz/card/z-myz-card-info/styles.css +0 -124
  348. package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +0 -53
  349. package/dist/collection/snowflakes/myz/card/z-myz-card-list/styles.css +0 -41
  350. package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +0 -70
  351. package/dist/collection/snowflakes/myz/list/z-myz-list/styles.css +0 -4
  352. package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +0 -188
  353. package/dist/collection/snowflakes/myz/list/z-myz-list-item/styles.css +0 -48
  354. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +0 -121
  355. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/styles.css +0 -106
  356. package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +0 -181
  357. package/dist/collection/snowflakes/myz/pocket/z-pocket/styles.css +0 -56
  358. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +0 -77
  359. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/styles.css +0 -49
  360. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +0 -86
  361. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/styles.css +0 -40
  362. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/index.js +0 -23
  363. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/styles.css +0 -53
  364. package/dist/collection/snowflakes/myz/topbar/index.js +0 -428
  365. package/dist/collection/snowflakes/myz/topbar/styles.css +0 -594
  366. package/dist/collection/snowflakes/myz/z-alert/index.js +0 -42
  367. package/dist/collection/snowflakes/myz/z-alert/styles.css +0 -28
  368. package/dist/collection/snowflakes/myz/z-otp/index.js +0 -114
  369. package/dist/collection/snowflakes/myz/z-otp/styles.css +0 -47
  370. package/dist/collection/snowflakes/myz/z-slideshow/index.js +0 -165
  371. package/dist/collection/snowflakes/myz/z-slideshow/styles.css +0 -128
  372. package/dist/collection/snowflakes/registro-table/z-registro-table/index.js +0 -360
  373. package/dist/collection/snowflakes/registro-table/z-registro-table/styles.css +0 -167
  374. package/dist/collection/snowflakes/registro-table/z-registro-table-body/index.js +0 -19
  375. package/dist/collection/snowflakes/registro-table/z-registro-table-body/styles.css +0 -9
  376. package/dist/collection/snowflakes/registro-table/z-registro-table-cell/index.js +0 -58
  377. package/dist/collection/snowflakes/registro-table/z-registro-table-cell/styles.css +0 -39
  378. package/dist/collection/snowflakes/registro-table/z-registro-table-empty-box/index.js +0 -64
  379. package/dist/collection/snowflakes/registro-table/z-registro-table-empty-box/styles.css +0 -24
  380. package/dist/collection/snowflakes/registro-table/z-registro-table-expanded-row/index.js +0 -36
  381. package/dist/collection/snowflakes/registro-table/z-registro-table-expanded-row/styles.css +0 -16
  382. package/dist/collection/snowflakes/registro-table/z-registro-table-footer/index.js +0 -18
  383. package/dist/collection/snowflakes/registro-table/z-registro-table-footer/styles.css +0 -5
  384. package/dist/collection/snowflakes/registro-table/z-registro-table-head/index.js +0 -18
  385. package/dist/collection/snowflakes/registro-table/z-registro-table-head/styles.css +0 -5
  386. package/dist/collection/snowflakes/registro-table/z-registro-table-header/index.js +0 -240
  387. package/dist/collection/snowflakes/registro-table/z-registro-table-header/styles.css +0 -67
  388. package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/index.js +0 -37
  389. package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/styles.css +0 -13
  390. package/dist/collection/snowflakes/registro-table/z-registro-table-row/index.js +0 -86
  391. package/dist/collection/snowflakes/registro-table/z-registro-table-row/styles.css +0 -54
  392. package/dist/collection/snowflakes/registro-table/z-registro-table-sticky-footer/index.js +0 -17
  393. package/dist/collection/snowflakes/registro-table/z-registro-table-sticky-footer/styles.css +0 -11
  394. package/dist/collection/themes/index.story.js +0 -18
  395. package/dist/esm/index-fa9e549c.js +0 -1666
  396. package/dist/esm/index.js +0 -9
  397. package/dist/esm/loader.js +0 -17
  398. package/dist/esm/polyfills/core-js.js +0 -11
  399. package/dist/esm/polyfills/css-shim.js +0 -1
  400. package/dist/esm/polyfills/dom.js +0 -79
  401. package/dist/esm/polyfills/es5-html-element.js +0 -1
  402. package/dist/esm/polyfills/index.js +0 -34
  403. package/dist/esm/polyfills/system.js +0 -6
  404. package/dist/esm/web-components-library.js +0 -17
  405. package/dist/esm/z-alert_66.entry.js +0 -3611
  406. package/dist/esm/z-app-header.entry.js +0 -139
  407. package/dist/esm/z-pocket_3.entry.js +0 -118
  408. package/dist/index.cjs.js +0 -1
  409. package/dist/index.js +0 -1
  410. package/dist/web-components-library/p-017370c7.entry.js +0 -1
  411. package/dist/web-components-library/p-140cc18f.entry.js +0 -1
  412. package/dist/web-components-library/p-1c72783c.entry.js +0 -1
  413. package/dist/web-components-library/p-3ad9ef65.entry.js +0 -1
  414. package/dist/web-components-library/p-418044b0.entry.js +0 -1
  415. package/dist/web-components-library/p-44de8dac.entry.js +0 -1
  416. package/dist/web-components-library/p-5ff2bb78.entry.js +0 -1
  417. package/dist/web-components-library/p-6b7ee18b.entry.js +0 -1
  418. package/dist/web-components-library/p-6c3a77ef.entry.js +0 -1
  419. package/dist/web-components-library/p-6fed64d8.entry.js +0 -1
  420. package/dist/web-components-library/p-8dfa676e.js +0 -1
  421. package/dist/web-components-library/p-8f5eaf9d.entry.js +0 -1
  422. package/dist/web-components-library/p-904a85e4.js +0 -1
  423. package/dist/web-components-library/p-96e3aec6.entry.js +0 -1
  424. package/dist/web-components-library/p-9912e411.js +0 -7
  425. package/dist/web-components-library/p-a2b38ee3.entry.js +0 -7
  426. package/dist/web-components-library/p-ba400b3b.entry.js +0 -1
  427. package/dist/web-components-library/p-c7af96eb.entry.js +0 -1
  428. package/dist/web-components-library/p-cfa47b41.entry.js +0 -1
  429. package/dist/web-components-library/p-cfd7f25f.entry.js +0 -1
  430. package/dist/web-components-library/p-d69e14fb.js +0 -1
  431. package/dist/web-components-library/p-e86e2a5f.entry.js +0 -1
  432. package/dist/web-components-library/p-f113a03a.entry.js +0 -1
  433. package/dist/web-components-library/p-fbfde057.entry.js +0 -1
  434. package/dist/web-components-library/p-feb1a4a6.js +0 -1
  435. package/www/build/p-017370c7.entry.js +0 -1
  436. package/www/build/p-140cc18f.entry.js +0 -1
  437. package/www/build/p-1c72783c.entry.js +0 -1
  438. package/www/build/p-2529c71a.js +0 -1
  439. package/www/build/p-3ad9ef65.entry.js +0 -1
  440. package/www/build/p-418044b0.entry.js +0 -1
  441. package/www/build/p-44de8dac.entry.js +0 -1
  442. package/www/build/p-5ff2bb78.entry.js +0 -1
  443. package/www/build/p-6b7ee18b.entry.js +0 -1
  444. package/www/build/p-6c3a77ef.entry.js +0 -1
  445. package/www/build/p-6fed64d8.entry.js +0 -1
  446. package/www/build/p-8dfa676e.js +0 -1
  447. package/www/build/p-8f5eaf9d.entry.js +0 -1
  448. package/www/build/p-904a85e4.js +0 -1
  449. package/www/build/p-96e3aec6.entry.js +0 -1
  450. package/www/build/p-9912e411.js +0 -7
  451. package/www/build/p-a2b38ee3.entry.js +0 -7
  452. package/www/build/p-ba400b3b.entry.js +0 -1
  453. package/www/build/p-c7af96eb.entry.js +0 -1
  454. package/www/build/p-cfa47b41.entry.js +0 -1
  455. package/www/build/p-cfd7f25f.entry.js +0 -1
  456. package/www/build/p-d69e14fb.js +0 -1
  457. package/www/build/p-e86e2a5f.entry.js +0 -1
  458. package/www/build/p-ea943cbd.css +0 -1
  459. package/www/build/p-f113a03a.entry.js +0 -1
  460. package/www/build/p-fbfde057.entry.js +0 -1
  461. package/www/build/p-feb1a4a6.js +0 -1
@@ -1 +1,122 @@
1
- import{p as e,b as t}from"./p-904a85e4.js";(()=>{const t=import.meta.url,i={};return""!==t&&(i.resourcesUrl=new URL(".",t).href),e(i)})().then((e=>t(JSON.parse('[["p-a2b38ee3",[[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"]]],[1,"z-contextual-menu",{"elements":[1],"color":[1],"popoverPosition":[1,"popover-position"]}],[1,"z-footer",{"data":[1],"copyrightuser":[1]}],[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]}],[1,"z-notification",{"contenticonname":[1],"actiontext":[1],"type":[1],"showclose":[4],"showshadow":[4]}],[4,"z-registro-table-row",{"expandedType":[513,"expanded-type"],"expanded":[32]}],[1,"z-myz-card-alert",{"iconname":[1],"contenttext":[1],"actiontext":[1],"type":[1]}],[1,"z-pagination-bar",{"pages":[2],"visiblepages":[2],"currentpage":[1026],"startpage":[1026],"historyraw":[1],"listhistoryrow":[1040],"currentPages":[32]}],[1,"z-panel-elem",{"elemid":[1],"imgurl":[1],"imgalt":[1],"linkicon":[1],"linklabel":[1],"url":[1],"target":[1],"isdisabled":[4],"descr_slot_name":[1]}],[1,"z-user-dropdown",{"logged":[4],"userfullname":[1],"useremail":[1],"menucontent":[1],"useinversecolors":[4],"ismenuopen":[32],"ismobile":[32]},[[9,"resize","handleResize"],[8,"orientationchange","handleOrientationChange"],[8,"click","handleClickOutside"]]],[1,"z-app-switcher",{"theme":[1],"isopen":[32]}],[1,"z-button-sort",{"buttonid":[1],"label":[1],"desclabel":[1],"counter":[2],"sortlabelasc":[1],"sortlabeldesc":[1],"isselected":[1028],"sortasc":[1028],"allowTooltip":[32]}],[1,"z-card",{"variant":[513],"coverIcon":[1,"cover-icon"],"clickable":[516],"hasCoverImage":[32]},[[0,"click","onClick"]]],[1,"z-icon-package"],[1,"z-info-box",{"boxid":[1],"isclosable":[4]}],[1,"z-menu",{"active":[516],"floating":[516],"open":[1540],"hasHeader":[32],"hasContent":[32]},[[4,"click","handleClick"]]],[1,"z-menu-section",{"active":[516],"open":[32],"hasContent":[32]},[[4,"click","handleClick"]]],[1,"z-myz-card-icon",{"icon":[1],"isdisabled":[4],"ariaLabel":[1,"aria-label"]}],[1,"z-status-tag",{"icon":[1],"text":[1],"expandable":[4],"status":[513],"variant":[1]}],[1,"z-toggle-button",{"label":[1],"isdisabled":[4],"avoidclick":[4],"opened":[1028]}],[1,"z-app-topbar",{"theme":[1],"logged":[4],"hashtag":[1],"zLinksValues":[32],"isMobile":[32]},[[9,"resize","handleResize"],[8,"orientationchange","handleOrientationChange"]]],[1,"z-avatar",{"size":[1],"text":[1],"textColor":[1,"text-color"],"backgroundColor":[1,"background-color"],"image":[1025]}],[1,"z-chip",{"regulartext":[1],"boldtext":[2]}],[1,"z-ghost-loading"],[1,"z-myz-card-footer",{"titolo":[1],"autori":[1],"isbn":[1],"faded":[4],"cardtype":[1],"opened":[4],"isOpen":[32],"allowTooltipAuthors":[32]},[[0,"toggleClick","handleToggle"]]],[1,"z-myz-card-list",{"listdata":[1]}],[6,"z-registro-table-body"],[1,"z-registro-table-expanded-row",{"colSpan":[2,"col-span"]}],[6,"z-registro-table-head"],[6,"z-registro-table-sticky-footer"],[1,"z-stepper"],[1,"z-stepper-item",{"index":[2],"href":[1],"pressed":[4],"disabled":[4]}],[1,"z-registro-table-header",{"columnId":[1,"column-id"],"size":[1],"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-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-menu-dropdown",{"nomeutente":[1],"menucontent":[1],"buttonid":[1],"ismenuopen":[32]}],[1,"z-myz-list",{"inputrawdata":[1025],"list":[1040]}],[1,"z-registro-table-cell",{"showButton":[4,"show-button"],"isMenuOpened":[32]}],[6,"z-registro-table-empty-box",{"message":[1],"subtitle":[1]}],[1,"z-footer-section",{"name":[1],"isOpen":[32]}],[1,"z-list-group",{"size":[513],"dividerType":[513,"divider-type"],"dividerSize":[513,"divider-size"],"dividerColor":[513,"divider-color"]}],[1,"z-modal",{"modalid":[1],"modaltitle":[1],"modalsubtitle":[1],"closeButtonLabel":[1,"close-button-label"]}],[1,"z-alert",{"type":[1]}],[1,"z-footer-link",{"href":[1]}],[1,"z-footer-social",{"icon":[1],"href":[1],"description":[1]}],[1,"z-list",{"size":[513]}],[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]}],[1,"z-pagination-page",{"pageid":[1],"value":[2],"isselected":[4],"isdisabled":[4],"isvisited":[4],"ariaLabel":[1,"aria-label"]}],[1,"z-tooltip",{"content":[1],"type":[1025],"open":[1540],"bindTo":[1,"bind-to"],"position":[32]}],[1,"z-logo",{"width":[2],"height":[2],"imagealt":[1],"link":[1],"targetblank":[4]}],[1,"z-myz-list-item",{"text":[1],"link":[1],"linktarget":[1],"icon":[1],"listitemid":[1],"action":[1],"underlined":[4]}],[2,"z-divider",{"size":[1],"color":[1],"orientation":[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"]]],[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-body",{"level":[2],"variant":[1],"component":[1]}],[1,"z-input-message",{"message":[1],"status":[513]}],[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]}],[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]}]]],["p-6fed64d8",[[6,"z-modal-login",{"forgotPasswordUrl":[1,"forgot-password-url"],"heading":[1],"status":[1025],"message":[1025],"pwdmessage":[1025],"externalProviderCheck":[32]}]]],["p-44de8dac",[[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"]]]]],["p-ba400b3b",[[1,"z-myz-card-dictionary",{"name":[1],"cover":[1],"disabled":[4],"flipped":[1028],"flipbuttonlabel":[1],"hideinfobtn":[4]},[[0,"flipCard","handleFlipCard"]]]]],["p-5ff2bb78",[[1,"z-messages-pocket",{"pocketid":[1],"messages":[2],"status":[1025]},[[16,"pocketToggle","handlePocketToggle"]]]]],["p-e86e2a5f",[[1,"z-cookiebar",{"cookiepolicyurl":[1],"hide":[4],"callback":[16]}]]],["p-fbfde057",[[1,"z-myz-card-info",{"data":[1],"htmltabindex":[2],"hiddenContent":[32],"tooltip":[32]}]]],["p-cfd7f25f",[[1,"z-otp",{"inputNum":[2,"input-num"],"status":[1],"message":[1]}]]],["p-6c3a77ef",[[1,"z-app-header",{"stuck":[516],"hero":[1],"overlay":[516],"flow":[513],"drawerOpen":[516,"drawer-open"],"stucked":[32],"menuLength":[32]}]]],["p-96e3aec6",[[1,"z-heading",{"level":[2],"variant":[1],"component":[1]}]]],["p-3ad9ef65",[[1,"z-navigation-tabs",{"orientation":[513],"size":[513],"canNavigate":[32],"canNavigatePrev":[32],"canNavigateNext":[32],"direction":[32],"dimension":[32]},[[9,"resize","checkScrollVisible"],[0,"selected","selectedTabHandler"]]]]],["p-1c72783c",[[1,"z-pocket-message"]]],["p-6b7ee18b",[[1,"z-slideshow",{"slideshowid":[1],"data":[1],"device":[32],"currentSlide":[32]}]]],["p-8f5eaf9d",[[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]}]]],["p-140cc18f",[[1,"z-myz-card-footer-sections"]]],["p-f113a03a",[[1,"z-navigation-tab",{"selected":[1540],"disabled":[516],"orientation":[513],"size":[513]},[[0,"focus","onFocus"],[0,"click","onClick"]]]]],["p-017370c7",[[6,"z-registro-table-footer"]]],["p-cfa47b41",[[1,"z-toast-notification-list",{"position":[1],"newestontop":[4]}]]],["p-c7af96eb",[[1,"z-candybar"]]],["p-418044b0",[[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]}]]]]'),e)));
1
+ import { B as BUILD, c as consoleDevInfo, p as plt, w as win, H, d as doc, N as NAMESPACE, a as promiseResolve, b as bootstrapLazy } from './index-44936066.js';
2
+ import { g as globalScripts } from './app-globals-0f993ce5.js';
3
+
4
+ /*
5
+ Stencil Client Patch Browser v2.6.0 | MIT Licensed | https://stenciljs.com
6
+ */
7
+ const getDynamicImportFunction = (namespace) => `__sc_import_${namespace.replace(/\s|-/g, '_')}`;
8
+ const patchBrowser = () => {
9
+ // NOTE!! This fn cannot use async/await!
10
+ if (BUILD.isDev && !BUILD.isTesting) {
11
+ consoleDevInfo('Running in development mode.');
12
+ }
13
+ if (BUILD.cssVarShim) {
14
+ // shim css vars
15
+ plt.$cssShim$ = win.__cssshim;
16
+ }
17
+ if (BUILD.cloneNodeFix) {
18
+ // opted-in to polyfill cloneNode() for slot polyfilled components
19
+ patchCloneNodeFix(H.prototype);
20
+ }
21
+ if (BUILD.profile && !performance.mark) {
22
+ // not all browsers support performance.mark/measure (Safari 10)
23
+ performance.mark = performance.measure = () => {
24
+ /*noop*/
25
+ };
26
+ performance.getEntriesByName = () => [];
27
+ }
28
+ // @ts-ignore
29
+ const scriptElm = BUILD.scriptDataOpts || BUILD.safari10 || BUILD.dynamicImportShim
30
+ ? Array.from(doc.querySelectorAll('script')).find(s => new RegExp(`\/${NAMESPACE}(\\.esm)?\\.js($|\\?|#)`).test(s.src) || s.getAttribute('data-stencil-namespace') === NAMESPACE)
31
+ : null;
32
+ const importMeta = import.meta.url;
33
+ const opts = BUILD.scriptDataOpts ? scriptElm['data-opts'] || {} : {};
34
+ if (BUILD.safari10 && 'onbeforeload' in scriptElm && !history.scrollRestoration /* IS_ESM_BUILD */) {
35
+ // Safari < v11 support: This IF is true if it's Safari below v11.
36
+ // This fn cannot use async/await since Safari didn't support it until v11,
37
+ // however, Safari 10 did support modules. Safari 10 also didn't support "nomodule",
38
+ // so both the ESM file and nomodule file would get downloaded. Only Safari
39
+ // has 'onbeforeload' in the script, and "history.scrollRestoration" was added
40
+ // to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.
41
+ // IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.
42
+ return {
43
+ then() {
44
+ /* promise noop */
45
+ },
46
+ };
47
+ }
48
+ if (!BUILD.safari10 && importMeta !== '') {
49
+ opts.resourcesUrl = new URL('.', importMeta).href;
50
+ }
51
+ else if (BUILD.dynamicImportShim || BUILD.safari10) {
52
+ opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, win.location.href)).href;
53
+ if (BUILD.dynamicImportShim) {
54
+ patchDynamicImport(opts.resourcesUrl, scriptElm);
55
+ }
56
+ if (BUILD.dynamicImportShim && !win.customElements) {
57
+ // module support, but no custom elements support (Old Edge)
58
+ // @ts-ignore
59
+ return import(/* webpackChunkName: "polyfills-dom" */ './dom-1b195079.js').then(() => opts);
60
+ }
61
+ }
62
+ return promiseResolve(opts);
63
+ };
64
+ const patchDynamicImport = (base, orgScriptElm) => {
65
+ const importFunctionName = getDynamicImportFunction(NAMESPACE);
66
+ try {
67
+ // test if this browser supports dynamic imports
68
+ // There is a caching issue in V8, that breaks using import() in Function
69
+ // By generating a random string, we can workaround it
70
+ // Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info
71
+ win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);
72
+ }
73
+ catch (e) {
74
+ // this shim is specifically for browsers that do support "esm" imports
75
+ // however, they do NOT support "dynamic" imports
76
+ // basically this code is for old Edge, v18 and below
77
+ const moduleMap = new Map();
78
+ win[importFunctionName] = (src) => {
79
+ const url = new URL(src, base).href;
80
+ let mod = moduleMap.get(url);
81
+ if (!mod) {
82
+ const script = doc.createElement('script');
83
+ script.type = 'module';
84
+ script.crossOrigin = orgScriptElm.crossOrigin;
85
+ script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], { type: 'application/javascript' }));
86
+ mod = new Promise(resolve => {
87
+ script.onload = () => {
88
+ resolve(win[importFunctionName].m);
89
+ script.remove();
90
+ };
91
+ });
92
+ moduleMap.set(url, mod);
93
+ doc.head.appendChild(script);
94
+ }
95
+ return mod;
96
+ };
97
+ }
98
+ };
99
+ const patchCloneNodeFix = (HTMLElementPrototype) => {
100
+ const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;
101
+ HTMLElementPrototype.cloneNode = function (deep) {
102
+ if (this.nodeName === 'TEMPLATE') {
103
+ return nativeCloneNodeFn.call(this, deep);
104
+ }
105
+ const clonedNode = nativeCloneNodeFn.call(this, false);
106
+ const srcChildNodes = this.childNodes;
107
+ if (deep) {
108
+ for (let i = 0; i < srcChildNodes.length; i++) {
109
+ // Node.ATTRIBUTE_NODE === 2, and checking because IE11
110
+ if (srcChildNodes[i].nodeType !== 2) {
111
+ clonedNode.appendChild(srcChildNodes[i].cloneNode(true));
112
+ }
113
+ }
114
+ }
115
+ return clonedNode;
116
+ };
117
+ };
118
+
119
+ patchBrowser().then(options => {
120
+ globalScripts();
121
+ return bootstrapLazy(JSON.parse("[[\"z-modal-login\",[[6,\"z-modal-login\",{\"forgotPasswordUrl\":[1,\"forgot-password-url\"],\"heading\":[1],\"status\":[1025],\"message\":[1025],\"pwdmessage\":[1025],\"externalProviderCheck\":[32]}]]],[\"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-footer\",[[1,\"z-footer\",{\"data\":[1],\"copyrightuser\":[1]}]]],[\"z-registro-table\",[[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\"]]]]],[\"z-messages-pocket\",[[1,\"z-messages-pocket\",{\"pocketid\":[1],\"messages\":[2],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-registro-table-header-row\",[[4,\"z-registro-table-header-row\",{\"expandable\":[516]}]]],[\"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-registro-table-row\",[[4,\"z-registro-table-row\",{\"expandedType\":[513,\"expanded-type\"],\"expanded\":[32]}]]],[\"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],\"useremail\":[1],\"menucontent\":[1],\"useinversecolors\":[4],\"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-app-switcher\",[[1,\"z-app-switcher\",{\"theme\":[1],\"isopen\":[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-app-topbar\",[[1,\"z-app-topbar\",{\"theme\":[1],\"logged\":[4],\"hashtag\":[1],\"zLinksValues\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]]]],[\"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-body\",[[6,\"z-registro-table-body\"]]],[\"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-registro-table-head\",[[6,\"z-registro-table-head\"]]],[\"z-registro-table-sticky-footer\",[[6,\"z-registro-table-sticky-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-registro-table-header\",[[1,\"z-registro-table-header\",{\"columnId\":[1,\"column-id\"],\"size\":[1],\"sortable\":[4],\"showButton\":[4,\"show-button\"],\"defaultSortDirection\":[1,\"default-sort-direction\"],\"sortDirection\":[1025,\"sort-direction\"],\"isMenuOpened\":[32]},[[18,\"click\",\"handleOutsideClick\"],[18,\"click\",\"handleClickHeaders\"]]]]],[\"z-list-element\",[[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\"]]]]],[\"z-menu-dropdown\",[[1,\"z-menu-dropdown\",{\"nomeutente\":[1],\"menucontent\":[1],\"buttonid\":[1],\"ismenuopen\":[32]}]]],[\"z-myz-list\",[[1,\"z-myz-list\",{\"inputrawdata\":[1025],\"list\":[1040]}]]],[\"z-registro-table-cell\",[[1,\"z-registro-table-cell\",{\"showButton\":[4,\"show-button\"],\"isMenuOpened\":[32]}]]],[\"z-registro-table-empty-box\",[[6,\"z-registro-table-empty-box\",{\"message\":[1],\"subtitle\":[1]}]]],[\"z-footer-section\",[[1,\"z-footer-section\",{\"name\":[1],\"isOpen\":[32]}]]],[\"z-list-group\",[[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"]}]]],[\"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-footer-link\",[[1,\"z-footer-link\",{\"href\":[1]}]]],[\"z-footer-social\",[[1,\"z-footer-social\",{\"icon\":[1],\"href\":[1],\"description\":[1]}]]],[\"z-list\",[[1,\"z-list\",{\"size\":[513]}]]],[\"z-myz-card\",[[1,\"z-myz-card\",{\"faded\":[4],\"cardtype\":[1],\"ispressed\":[4],\"ishighlighted\":[4]}]]],[\"z-myz-card-body\",[[1,\"z-myz-card-body\"]]],[\"z-myz-card-cover\",[[1,\"z-myz-card-cover\",{\"img\":[1],\"titolo\":[1],\"faded\":[4],\"defaultimg\":[1]}]]],[\"z-myz-card-header\",[[1,\"z-myz-card-header\",{\"titolo\":[1],\"faded\":[4],\"cardtype\":[1],\"allowTooltip\":[32]}]]],[\"z-pagination-page\",[[1,\"z-pagination-page\",{\"pageid\":[1],\"value\":[2],\"isselected\":[4],\"isdisabled\":[4],\"isvisited\":[4],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-pocket\",[[1,\"z-pocket\",{\"pocketid\":[1],\"status\":[1025],\"open\":[64],\"close\":[64]},[[0,\"pocketHeaderClick\",\"handlePocketHeaderClick\"],[0,\"pocketHeaderPan\",\"handlePocketHeaderPan\"]]]]],[\"z-pocket-body\",[[1,\"z-pocket-body\",{\"pocketid\":[1],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-pocket-header\",[[1,\"z-pocket-header\",{\"pocketid\":[1]}]]],[\"z-tooltip\",[[1,\"z-tooltip\",{\"content\":[1],\"type\":[1025],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"position\":[32]}]]],[\"z-logo\",[[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imagealt\":[1],\"link\":[1],\"targetblank\":[4]}]]],[\"z-myz-list-item\",[[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}]]],[\"z-divider\",[[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}]]],[\"z-popover\",[[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\"]]]]],[\"z-button-filter\",[[1,\"z-button-filter\",{\"filtername\":[1],\"isfixed\":[4],\"hasicon\":[4],\"filterid\":[1],\"issmall\":[4]}]]],[\"z-input-label\",[[1,\"z-input-label\",{\"value\":[1],\"disabled\":[4],\"htmlfor\":[1]}]]],[\"z-icon\",[[1,\"z-icon\",{\"name\":[1],\"height\":[2],\"width\":[2],\"iconid\":[1],\"fill\":[1]}]]],[\"z-input-message\",[[1,\"z-input-message\",{\"message\":[1],\"status\":[513]}]]],[\"z-input\",[[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\"]]]]],[\"z-select\",[[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]}]]],[\"z-typography\",[[1,\"z-typography\",{\"component\":[1],\"variant\":[1],\"level\":[1]}]]],[\"z-body\",[[1,\"z-body\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"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\",[[1,\"z-button\",{\"htmlid\":[1],\"name\":[1],\"disabled\":[516],\"type\":[1],\"variant\":[513],\"icon\":[1],\"size\":[513],\"issmall\":[516],\"square\":[516]}]]]]"), options);
122
+ });
@@ -0,0 +1,15 @@
1
+ import { r as registerInstance, h } from './index-44936066.js';
2
+
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
+
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
+ ZAlert.style = stylesCss;
14
+
15
+ export { ZAlert as z_alert };
@@ -0,0 +1,139 @@
1
+ import { r as registerInstance, h, e as Host, g as getElement } from './index-44936066.js';
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-text-color:var(--gray800);display:block;color:var(--app-header-text-color)}:host,*{box-sizing:border-box}:host(:not(:empty)) .heading-panel{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-shrink:0;flex-grow:0;width:100%;height:var(--app-header-height);padding-top:calc(var(--space-unit) * 3.5);padding-right:var(--grid-mobile-margin);padding-bottom:calc(var(--space-unit) * 4.5);padding-left:var(--grid-mobile-margin);background:var(--app-header-bg)}.heading-title{display:flex;flex-direction:row;align-items:center;max-width:100%}.heading-stucked{position:fixed;top:var(--app-header-top-offset);left:0;z-index:5;display:flex;flex-direction:row;width:100%;max-width:100%;padding:var(--space-unit) var(--grid-mobile-margin);background:var(--app-header-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}.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);line-height:var(--app-header-typography-3-lineheight);letter-spacing:var(--app-header-typography-3-tracking)}.heading-subtitle{padding-left:calc(var(--app-header-drawer-trigger-size) + (var(--space-unit) * 1.5))}::slotted([slot='subtitle']){margin-top:var(--space-unit);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) calc(var(--space-unit) * 0.5) calc(var(--space-unit) * 2) 0;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) calc(var(--space-unit) * 2);overflow:auto}.drawer-content::-webkit-scrollbar{background:linear-gradient(\n 90deg,\n var(--color-white) 2px,\n var(--gray200) 4px,\n var(--color-white) 8px\n );border-radius:var(--border-radius);width:10px}.drawer-content::-webkit-scrollbar-thumb{background-color:var(--color-primary01);border-radius:var(--border-radius);width:10px}.drawer-content ::slotted(z-menu){width:100%;margin-bottom:var(--space-unit)}.drawer-close{--z-icon-width:var(--app-header-drawer-trigger-size);--z-icon-height:var(--app-header-drawer-trigger-size);margin:var(--space-unit) calc(var(--space-unit) * 2);padding:0;font-size:inherit;background:transparent;color:inherit;fill:currentColor;border:0;border-radius:0;appearance:none;cursor:pointer}: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]) .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,.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)}.heading-stucked .heading-title>*,::slotted([slot='title']){font-size:var(--app-header-typography-5-size);line-height:var(--app-header-typography-5-lineheight);letter-spacing:var(--app-header-typography-5-tracking)}}@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);line-height:var(--app-header-typography-7-lineheight);letter-spacing:var(--app-header-typography-7-tracking);margin-right:var(--grid-desktop-gutter)}.heading-container{width:calc(6 * ((100% - var(--grid-desktop-gutter)) / var(--grid-desktop-column)))}: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);line-height:var(--app-header-typography-9-lineheight);letter-spacing:var(--app-header-typography-9-tracking);margin-right:var(--grid-wide-gutter)}.heading-container{width:calc(6 * ((100% - var(--grid-wide-gutter)) / var(--grid-wide-column)))}:host(:not([flow='offcanvas']):not([menu-length='0'])) .heading-container:not(:last-child){margin-bottom:0}.menu-container{margin-top:calc(var(--space-unit) * 3)}}@keyframes slideStuckedHeadingIn{0%{transform:translate3d(0, -100%, 0)}100%{transform:none}}";
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
+ };
137
+ ZAppHeader.style = stylesCss;
138
+
139
+ export { ZAppHeader as z_app_header };
@@ -0,0 +1,25 @@
1
+ import { r as registerInstance, f as createEvent, h } from './index-44936066.js';
2
+ import { T as ThemeVariant } from './index-020789bb.js';
3
+
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
+
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
+ ZAppSwitcher.style = stylesCss;
24
+
25
+ export { ZAppSwitcher as z_app_switcher };
@@ -0,0 +1,50 @@
1
+ import { r as registerInstance, h, g as getElement } from './index-44936066.js';
2
+ import { T as ThemeVariant } from './index-020789bb.js';
3
+ import { m as mobileBreakpoint } from './breakpoints-c386984e.js';
4
+
5
+ const stylesCss = ":host{display:block;position:sticky;top:0;z-index:99;font-family:var(--dashboard-font);font-weight:var(--font-rg)}:host>div{background:var(--bg-grey-900);border-radius:var(--border-radius-min);display:grid;grid-template-columns:repeat(2, 1fr);justify-content:space-between;align-items:center;padding:calc(var(--space-unit) * .5);}:host>div.light{background:var(--bg-white)}:host>div.light #hashtag{color:var(--bg-grey-900)}.left{grid-column-start:1;grid-column-end:2;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center}.left>#hashtag{display:none}.right{grid-column-start:2;grid-column-end:3;display:flex;align-items:center;justify-content:flex-end;padding-right:var(--space-unit)}.right.hide-actions>slot[name=\"actions\"]{display:none}.right>::slotted(*){padding:calc(var(--space-unit) * .5)}@media only screen and (min-width: 768px){:host>div{grid-template-columns:repeat(2, auto)}.left>#hashtag{display:initial;color:var(--bg-white);text-transform:uppercase;padding:var(--space-unit) calc(var(--space-unit) * 2)}.left>#hashtag::before{content:\"#\"}.right{grid-column-gap:var(--space-unit);padding-right:calc(var(--space-unit) * 1.5)}}";
6
+
7
+ const ZAppTopbar = class {
8
+ constructor(hostRef) {
9
+ registerInstance(this, hostRef);
10
+ /** theme variant, default 'dark' */
11
+ this.theme = ThemeVariant.dark;
12
+ }
13
+ handleResize() {
14
+ this.isMobile = window.innerWidth <= mobileBreakpoint;
15
+ this.toggleLinkLabels();
16
+ }
17
+ handleOrientationChange() {
18
+ this.isMobile = screen.width <= mobileBreakpoint;
19
+ this.toggleLinkLabels();
20
+ }
21
+ componentWillLoad() {
22
+ this.zLinksValues = Array.from(this.hostElement.children)
23
+ .filter((child) => child.nodeName === "Z-LINK")
24
+ .map((link) => link.childNodes[0].nodeValue);
25
+ this.isMobile = window.screen.width <= mobileBreakpoint || window.innerWidth <= mobileBreakpoint;
26
+ this.toggleLinkLabels();
27
+ }
28
+ toggleLinkLabels() {
29
+ if (this.hostElement) {
30
+ const zLinks = Array.from(this.hostElement.children).filter((child) => child.nodeName === "Z-LINK");
31
+ if (this.isMobile) {
32
+ zLinks.forEach((link) => {
33
+ link.childNodes[0].nodeValue = "";
34
+ });
35
+ }
36
+ else {
37
+ zLinks.forEach((link, i) => {
38
+ link.childNodes[0].nodeValue = this.zLinksValues[i];
39
+ });
40
+ }
41
+ }
42
+ }
43
+ render() {
44
+ return (h("div", { class: this.theme }, h("div", { class: "left" }, h("slot", { name: "logo" }), this.hashtag && h("span", { id: "hashtag" }, this.hashtag.replace(/\s/g, ''))), h("div", { class: `right ${this.logged && this.isMobile && "hide-actions"}` }, h("slot", { name: "actions" }), h("slot", { name: "login" }), h("slot", { name: "app-switcher" }))));
45
+ }
46
+ get hostElement() { return getElement(this); }
47
+ };
48
+ ZAppTopbar.style = stylesCss;
49
+
50
+ export { ZAppTopbar as z_app_topbar };
@@ -0,0 +1,39 @@
1
+ import { r as registerInstance, h, e as Host } from './index-44936066.js';
2
+ import { A as AvatarSize } from './index-020789bb.js';
3
+
4
+ const stylesCss = ":host{font-family:var(--font-family-sans);background-color:var(--bg-grey-700);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;text-transform:uppercase}:host(.small),:host(.small)>img{height:calc(var(--space-unit) * 3);width:calc(var(--space-unit) * 3)}:host(.medium),:host(.medium)>img{height:calc(var(--space-unit) * 4);width:calc(var(--space-unit) * 4)}:host(.large),:host(.large)>img{height:calc(var(--space-unit) * 5);width:calc(var(--space-unit) * 5)}:host>img{object-fit:cover}";
5
+
6
+ const ZAvatar = class {
7
+ constructor(hostRef) {
8
+ registerInstance(this, hostRef);
9
+ /** [optional] Avatar size */
10
+ this.size = AvatarSize.medium;
11
+ /** [optional] Avatar text color */
12
+ this.textColor = "text-white";
13
+ /** [optional] Avatar background color */
14
+ this.backgroundColor = "bg-grey-700";
15
+ if (!this.text && !this.image) {
16
+ console.warn("z-avatar must contain at least one prop between text and image");
17
+ }
18
+ }
19
+ getTextSize() {
20
+ if (this.size === AvatarSize.small) {
21
+ return "5";
22
+ }
23
+ else if (this.size === AvatarSize.medium) {
24
+ return "4";
25
+ }
26
+ else if (this.size === AvatarSize.large) {
27
+ return "2";
28
+ }
29
+ }
30
+ render() {
31
+ return (h(Host, { class: { [this.size]: true, [`body-${this.getTextSize()}-sb`]: true }, style: {
32
+ color: `var(--${this.textColor})`,
33
+ backgroundColor: `var(--${this.backgroundColor})`,
34
+ } }, this.text && !this.image && h("span", null, this.text.substring(0, 2)), this.image && (h("img", { src: this.image, onError: () => (this.image = "") }))));
35
+ }
36
+ };
37
+ ZAvatar.style = stylesCss;
38
+
39
+ export { ZAvatar as z_avatar };
@@ -0,0 +1,13 @@
1
+ import { r as registerInstance, h } from './index-44936066.js';
2
+
3
+ const ZBody = class {
4
+ constructor(hostRef) {
5
+ registerInstance(this, hostRef);
6
+ this.variant = "regular";
7
+ }
8
+ render() {
9
+ return (h("z-typography", { component: this.component || "span", level: `b${this.level}`, variant: this.variant }, h("slot", null)));
10
+ }
11
+ };
12
+
13
+ export { ZBody as z_body };
@@ -0,0 +1,45 @@
1
+ import { r as registerInstance, f as createEvent, h } from './index-44936066.js';
2
+
3
+ const stylesCss = "button.container{min-height:32px;line-height:32px;border:var(--border-size-small) solid var(--bg-grey-200);border-radius:16px;box-shadow:0px 2px 5px 0px var(--bg-neutral-300);-webkit-box-shadow:0px 2px 5px 0px var(--bg-neutral-300);-moz-box-shadow:0px 2px 5px 0px var(--bg-neutral-300);text-align:center;padding:0 calc(var(--space-unit) * 2);cursor:pointer;letter-spacing:0.17px;font-family:var(--dashboard-font);font-size:12px;font-weight:var(--font-sb);opacity:1;transition:all 200ms linear}button.container.small{min-height:24px;line-height:24px}button.container:focus{outline:0}button.container::-moz-focus-inner{border:0}.text-container{margin-left:4px}button.container,button.container:focus,button.container:hover{background-color:var(--bg-white);color:var(--text-grey-700);fill:var(--text-grey-700)}button.container.isactive{background-color:var(--bg-white);color:var(--myz-blue);fill:var(--myz-blue)}button.container.isactive:hover{color:var(--myz-blue-dark);fill:var(--myz-blue-dark)}button.container.isactive:focus{background-color:var(--myz-blue-dark);border-color:var(--myz-blue-dark);box-shadow:0px 0px 4px 0px var(--text-grey-800);color:var(--bg-white);fill:var(--bg-white)}button z-icon{display:inline-block}";
4
+
5
+ const ZButtonFilter = class {
6
+ constructor(hostRef) {
7
+ registerInstance(this, hostRef);
8
+ this.removefilter = createEvent(this, "removefilter", 7);
9
+ /** disable action on button */
10
+ this.isfixed = false;
11
+ /** add icon to button */
12
+ this.hasicon = true;
13
+ /** reduce button size (optional) */
14
+ this.issmall = false;
15
+ this.handleRemovingFilterClick = this.handleRemovingFilterClick.bind(this);
16
+ }
17
+ handleRemovingFilterClick() {
18
+ this.removefilter.emit({
19
+ filterid: this.filterid,
20
+ });
21
+ }
22
+ renderFixedPillow(filtername) {
23
+ return (h("button", { class: `container ${this.issmall ? "small" : ""}` }, this.renderIcon(), this.renderContent(filtername)));
24
+ }
25
+ renderDynamicPillow(filtername) {
26
+ return (h("button", { class: `container isactive ${this.issmall ? "small" : ""}`, onClick: this.handleRemovingFilterClick }, this.renderIcon(), this.renderContent(filtername)));
27
+ }
28
+ renderIcon() {
29
+ if (!this.hasicon)
30
+ return null;
31
+ return (h("z-icon", { class: "close-icon-container", name: "multiply", height: 12, width: 12 }));
32
+ }
33
+ renderContent(filtername) {
34
+ return h("span", { class: "text-container" }, filtername);
35
+ }
36
+ render() {
37
+ if (this.isfixed) {
38
+ return this.renderFixedPillow(this.filtername);
39
+ }
40
+ return this.renderDynamicPillow(this.filtername);
41
+ }
42
+ };
43
+ ZButtonFilter.style = stylesCss;
44
+
45
+ export { ZButtonFilter as z_button_filter };
@@ -0,0 +1,50 @@
1
+ import { r as registerInstance, f as createEvent, h } from './index-44936066.js';
2
+ import { t as tabletBreakpoint } from './breakpoints-c386984e.js';
3
+
4
+ const stylesCss = ":host,button{max-width:100%}button{height:36px;border:var(--border-size-medium) solid var(--myz-blue);border-radius:var(--border-radius);color:var(--myz-blue);fill:var(--myz-blue);background-color:var(--bg-white);outline:none;padding:0 var(--space-unit);cursor:pointer}button::-moz-focus-inner{border:0}button:hover{border-color:var(--myz-blue-dark);color:var(--myz-blue-dark);fill:var(--myz-blue-dark)}button:focus{border-color:var(--myz-blue);color:var(--myz-blue);fill:var(--myz-blue);box-shadow:0px 0px 2px 2px var(--accent-dark)}button:active{border-color:var(--myz-blue-light);color:var(--myz-blue-light);fill:var(--myz-blue-light);box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.4)}button.selected{border-color:var(--myz-blue-dark);background-color:var(--myz-blue-dark);color:var(--bg-white);fill:var(--bg-white)}button>label{cursor:pointer;font-family:var(--dashboard-font);font-weight:var(--font-sb);font-size:14px;display:flex;align-items:center}button>label>span.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:0;padding:0}button>label>span.counter{margin-left:calc(var(--space-unit) / 2);margin-right:calc(var(--space-unit) * 2)}button>label>span.sort{margin-right:var(--half-x1);white-space:nowrap}button>span{font-family:var(--dashboard-font);font-weight:var(--font-rg);font-size:14px;margin-right:calc(var(--space-unit) * 0.5)}button>z-icon{padding-top:calc(var(--space-unit) * 0.5)}@media only screen and (min-width: 768px){:host,button{max-width:325px}}@media only screen and (min-width: 1025px){:host,button{max-width:490px}}";
5
+
6
+ const ZButtonSort = class {
7
+ constructor(hostRef) {
8
+ registerInstance(this, hostRef);
9
+ this.buttonSortClick = createEvent(this, "buttonSortClick", 7);
10
+ /** sort label content (ascending) (optional) */
11
+ this.sortlabelasc = "A-Z";
12
+ /** sort label content (descending) (optional) */
13
+ this.sortlabeldesc = "Z-A";
14
+ /** selected flag (optional) */
15
+ this.isselected = false;
16
+ /** sortable flag (optional) */
17
+ this.sortasc = true;
18
+ this.allowTooltip = false;
19
+ }
20
+ emitButtonSortClick() {
21
+ if (!this.isselected) {
22
+ this.isselected = true;
23
+ }
24
+ else {
25
+ this.sortasc = !this.sortasc;
26
+ }
27
+ this.buttonSortClick.emit({
28
+ buttonid: this.buttonid,
29
+ sortAsc: this.sortasc,
30
+ });
31
+ }
32
+ componentDidLoad() {
33
+ if (this.elementHasEllipsis() && window.innerWidth > tabletBreakpoint)
34
+ this.allowTooltip = true;
35
+ }
36
+ setButtonTitle() {
37
+ return this.allowTooltip
38
+ ? `${this.sortasc ? this.label : this.desclabel}`
39
+ : "";
40
+ }
41
+ elementHasEllipsis() {
42
+ return this.ellipsis.offsetWidth < this.ellipsis.scrollWidth;
43
+ }
44
+ render() {
45
+ return (h("button", { title: this.setButtonTitle(), id: this.buttonid, class: this.isselected && "selected", onClick: () => this.emitButtonSortClick() }, h("label", null, h("span", { ref: (el) => (this.ellipsis = el), class: "ellipsis" }, !this.sortasc && this.desclabel ? this.desclabel : this.label), h("span", { class: "counter" }, this.counter && ` (${this.counter})`), h("span", { class: "sort" }, this.sortasc ? this.sortlabelasc : this.sortlabeldesc), h("z-icon", { name: "caret-up-down", width: 16, height: 16 }))));
46
+ }
47
+ };
48
+ ZButtonSort.style = stylesCss;
49
+
50
+ export { ZButtonSort as z_button_sort };