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

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 (462) hide show
  1. package/dist/cjs/breakpoints-88c4fd6c.js +7 -0
  2. package/{www/build/hammer-52e2c4fe.js → dist/cjs/hammer-6e321f0b.js} +18 -4
  3. package/dist/cjs/index-8f4b351d.js +251 -0
  4. package/dist/cjs/index-dee3e21d.js +1694 -0
  5. package/dist/cjs/index.cjs.js +13 -0
  6. package/dist/cjs/loader.cjs.js +21 -0
  7. package/dist/cjs/utils-6d6841cc.js +75 -0
  8. package/dist/cjs/web-components-library.cjs.js +19 -0
  9. package/dist/cjs/z-alert_66.cjs.entry.js +3667 -0
  10. package/dist/cjs/z-app-header.cjs.entry.js +143 -0
  11. package/{www/build/z-candybar.entry.js → dist/cjs/z-candybar.cjs.entry.js} +8 -4
  12. package/dist/{web-components-library/z-cookiebar.entry.js → cjs/z-cookiebar.cjs.entry.js} +11 -7
  13. package/dist/cjs/z-heading.cjs.entry.js +17 -0
  14. package/dist/{web-components-library/z-messages-pocket.entry.js → cjs/z-messages-pocket.cjs.entry.js} +17 -13
  15. package/dist/cjs/z-modal-login.cjs.entry.js +81 -0
  16. package/dist/{web-components-library/z-myz-card-dictionary.entry.js → cjs/z-myz-card-dictionary.cjs.entry.js} +10 -6
  17. package/{www/build/z-myz-card-footer-sections.entry.js → dist/cjs/z-myz-card-footer-sections.cjs.entry.js} +8 -4
  18. package/dist/{web-components-library/z-myz-card-info.entry.js → cjs/z-myz-card-info.cjs.entry.js} +23 -19
  19. package/dist/{web-components-library/z-myz-topbar.entry.js → cjs/z-myz-topbar.cjs.entry.js} +33 -29
  20. package/dist/{web-components-library/z-navigation-tab.entry.js → cjs/z-navigation-tab.cjs.entry.js} +10 -6
  21. package/{www/build/z-navigation-tabs.entry.js → dist/cjs/z-navigation-tabs.cjs.entry.js} +15 -11
  22. package/dist/{web-components-library/z-otp.entry.js → cjs/z-otp.cjs.entry.js} +12 -8
  23. package/dist/{web-components-library/z-pocket-message.entry.js → cjs/z-pocket-message.cjs.entry.js} +8 -4
  24. package/dist/cjs/z-pocket_3.cjs.entry.js +124 -0
  25. package/dist/{web-components-library/z-registro-table-footer.entry.js → cjs/z-registro-table-footer.cjs.entry.js} +9 -5
  26. package/dist/{web-components-library/z-slideshow.entry.js → cjs/z-slideshow.cjs.entry.js} +23 -19
  27. package/{www/build/z-toast-notification-list.entry.js → dist/cjs/z-toast-notification-list.cjs.entry.js} +11 -7
  28. package/{www/build/z-toast-notification.entry.js → dist/cjs/z-toast-notification.cjs.entry.js} +34 -31
  29. package/{www/build/index-020789bb.js → dist/collection/beans/index.js} +34 -36
  30. package/dist/collection/collection-manifest.json +98 -0
  31. package/dist/collection/components/buttons/z-button/index.js +219 -0
  32. package/dist/collection/components/buttons/z-button/styles.css +231 -0
  33. package/dist/collection/components/buttons/z-button-filter/index.js +155 -0
  34. package/dist/collection/components/buttons/z-button-filter/styles.css +74 -0
  35. package/dist/collection/components/buttons/z-button-sort/index.js +216 -0
  36. package/dist/collection/components/buttons/z-button-sort/styles.css +101 -0
  37. package/dist/collection/components/buttons/z-chip/index.js +59 -0
  38. package/dist/collection/components/buttons/z-chip/styles.css +17 -0
  39. package/dist/collection/components/buttons/z-toggle-button/index.js +122 -0
  40. package/dist/collection/components/buttons/z-toggle-button/styles.css +62 -0
  41. package/dist/collection/components/footer/z-footer/index.js +144 -0
  42. package/dist/collection/components/footer/z-footer/styles.css +180 -0
  43. package/dist/collection/components/footer/z-footer-link/index.js +37 -0
  44. package/dist/collection/components/footer/z-footer-link/styles.css +33 -0
  45. package/dist/collection/components/footer/z-footer-section/index.js +51 -0
  46. package/dist/collection/components/footer/z-footer-section/styles.css +164 -0
  47. package/dist/collection/components/footer/z-footer-social/index.js +68 -0
  48. package/dist/collection/components/footer/z-footer-social/styles.css +23 -0
  49. package/dist/{web-components-library/icons-8f642f81.js → collection/components/icons/icons.js} +1 -3
  50. package/dist/collection/components/icons/z-icon/index.js +110 -0
  51. package/dist/collection/components/icons/z-icon/styles.css +14 -0
  52. package/dist/collection/components/icons/z-icon-package/index.js +20 -0
  53. package/dist/collection/components/icons/z-icon-package/styles.css +16 -0
  54. package/dist/collection/components/indicators/z-stepper/index.js +17 -0
  55. package/dist/collection/components/indicators/z-stepper/styles.css +19 -0
  56. package/dist/collection/components/indicators/z-stepper-item/index.js +93 -0
  57. package/dist/collection/components/indicators/z-stepper-item/styles.css +115 -0
  58. package/dist/collection/components/inputs/z-combobox/index.js +480 -0
  59. package/dist/collection/components/inputs/z-combobox/styles.css +148 -0
  60. package/dist/collection/components/inputs/z-input/index.js +821 -0
  61. package/dist/collection/components/inputs/z-input/styles.css +304 -0
  62. package/dist/collection/components/inputs/z-input-label/index.js +72 -0
  63. package/dist/collection/components/inputs/z-input-label/styles.css +16 -0
  64. package/dist/collection/components/inputs/z-input-message/index.js +64 -0
  65. package/dist/collection/components/inputs/z-input-message/styles.css +33 -0
  66. package/dist/collection/components/inputs/z-select/index.js +647 -0
  67. package/dist/collection/components/inputs/z-select/styles.css +131 -0
  68. package/dist/collection/components/list/z-list/index.js +57 -0
  69. package/dist/collection/components/list/z-list/styles.css +7 -0
  70. package/dist/collection/components/list/z-list-element/index.js +439 -0
  71. package/dist/collection/components/list/z-list-element/styles.css +133 -0
  72. package/dist/collection/components/list/z-list-group/index.js +144 -0
  73. package/dist/collection/components/list/z-list-group/styles.css +22 -0
  74. package/dist/collection/components/list/z-toast-notification-list/index.js +97 -0
  75. package/dist/collection/components/list/z-toast-notification-list/styles.css +107 -0
  76. package/dist/collection/components/logo/z-logo/index.js +111 -0
  77. package/dist/collection/components/logo/z-logo/styles.css +31 -0
  78. package/dist/collection/components/modal/z-modal/index.js +160 -0
  79. package/dist/collection/components/modal/z-modal/styles.css +185 -0
  80. package/dist/collection/components/modal/z-modal-login/index.js +272 -0
  81. package/dist/collection/components/modal/z-modal-login/styles.css +159 -0
  82. package/dist/collection/components/navigation/z-app-header/index.js +267 -0
  83. package/dist/collection/components/navigation/z-app-header/styles.css +441 -0
  84. package/dist/collection/components/navigation/z-app-switcher/index.js +70 -0
  85. package/dist/collection/components/navigation/z-app-switcher/styles.css +35 -0
  86. package/dist/collection/components/navigation/z-app-topbar/index.js +163 -0
  87. package/dist/collection/components/navigation/z-app-topbar/styles.css +80 -0
  88. package/dist/collection/components/navigation/z-link/index.js +309 -0
  89. package/dist/collection/components/navigation/z-link/styles.css +160 -0
  90. package/dist/collection/components/navigation/z-menu/index.js +223 -0
  91. package/dist/collection/components/navigation/z-menu/styles.css +149 -0
  92. package/dist/collection/components/navigation/z-menu-dropdown/index.js +125 -0
  93. package/dist/collection/components/navigation/z-menu-dropdown/styles.css +146 -0
  94. package/dist/collection/components/navigation/z-menu-section/index.js +109 -0
  95. package/dist/collection/components/navigation/z-menu-section/styles.css +91 -0
  96. package/dist/collection/components/navigation/z-navigation-tab/index.js +151 -0
  97. package/dist/collection/components/navigation/z-navigation-tab/styles.css +113 -0
  98. package/dist/collection/components/navigation/z-navigation-tabs/index.js +179 -0
  99. package/dist/collection/components/navigation/z-navigation-tabs/styles.css +117 -0
  100. package/dist/collection/components/navigation/z-user-dropdown/index.js +252 -0
  101. package/dist/collection/components/navigation/z-user-dropdown/styles.css +310 -0
  102. package/dist/collection/components/notification/z-candybar/index.js +18 -0
  103. package/dist/collection/components/notification/z-candybar/styles.css +61 -0
  104. package/dist/collection/components/notification/z-cookiebar/index.js +111 -0
  105. package/dist/collection/components/notification/z-cookiebar/styles.css +109 -0
  106. package/dist/collection/components/notification/z-info-box/index.js +79 -0
  107. package/dist/collection/components/notification/z-info-box/styles.css +23 -0
  108. package/dist/collection/components/notification/z-notification/index.js +171 -0
  109. package/dist/collection/components/notification/z-notification/styles.css +93 -0
  110. package/dist/collection/components/notification/z-toast-notification/index.js +402 -0
  111. package/dist/collection/components/notification/z-toast-notification/styles.css +247 -0
  112. package/dist/{web-components-library/z-tooltip.entry.js → collection/components/notification/z-tooltip/index.js} +128 -19
  113. package/dist/collection/components/notification/z-tooltip/styles.css +128 -0
  114. package/dist/collection/components/pagination/z-pagination-bar/index.js +278 -0
  115. package/dist/collection/components/pagination/z-pagination-bar/styles.css +23 -0
  116. package/dist/collection/components/pagination/z-pagination-page/index.js +129 -0
  117. package/dist/collection/components/pagination/z-pagination-page/styles.css +57 -0
  118. package/dist/collection/components/panel/z-panel-elem/index.js +193 -0
  119. package/dist/collection/components/panel/z-panel-elem/styles.css +39 -0
  120. package/dist/collection/components/typography/z-body/index.js +66 -0
  121. package/dist/collection/components/typography/z-heading/index.js +66 -0
  122. package/dist/collection/components/typography/z-typography/index.js +84 -0
  123. package/dist/collection/components/typography/z-typography/styles.css +61 -0
  124. package/dist/collection/components/z-avatar/index.js +137 -0
  125. package/dist/collection/components/z-avatar/styles.css +35 -0
  126. package/dist/collection/components/z-card/index.js +153 -0
  127. package/dist/collection/components/z-card/styles.css +188 -0
  128. package/dist/collection/components/z-contextual-menu/index.js +122 -0
  129. package/dist/collection/components/z-contextual-menu/styles.css +45 -0
  130. package/dist/collection/components/z-divider/index.js +89 -0
  131. package/dist/collection/components/z-divider/styles.css +37 -0
  132. package/dist/collection/components/z-ghost-loading/index.js +14 -0
  133. package/dist/collection/components/z-ghost-loading/styles.css +34 -0
  134. package/dist/collection/components/z-popover/index.js +274 -0
  135. package/dist/collection/components/z-popover/styles.css +236 -0
  136. package/dist/collection/components/z-status-tag/index.js +125 -0
  137. package/dist/collection/components/z-status-tag/styles.css +133 -0
  138. package/{www/build/breakpoints-c386984e.js → dist/collection/constants/breakpoints.js} +1 -2
  139. package/dist/collection/constants/icons.js +6 -0
  140. package/dist/collection/index.js +5 -0
  141. package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +119 -0
  142. package/dist/collection/snowflakes/myz/card/z-myz-card/styles.css +38 -0
  143. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +148 -0
  144. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/styles.css +62 -0
  145. package/dist/collection/snowflakes/myz/card/z-myz-card-body/index.js +20 -0
  146. package/dist/collection/snowflakes/myz/card/z-myz-card-body/styles.css +13 -0
  147. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +87 -0
  148. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/styles.css +11 -0
  149. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +177 -0
  150. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/styles.css +85 -0
  151. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +190 -0
  152. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/styles.css +137 -0
  153. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +23 -0
  154. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/styles.css +32 -0
  155. package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +101 -0
  156. package/dist/collection/snowflakes/myz/card/z-myz-card-header/styles.css +46 -0
  157. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +74 -0
  158. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/styles.css +70 -0
  159. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +213 -0
  160. package/dist/collection/snowflakes/myz/card/z-myz-card-info/styles.css +124 -0
  161. package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +53 -0
  162. package/dist/collection/snowflakes/myz/card/z-myz-card-list/styles.css +41 -0
  163. package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +70 -0
  164. package/dist/collection/snowflakes/myz/list/z-myz-list/styles.css +4 -0
  165. package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +188 -0
  166. package/dist/collection/snowflakes/myz/list/z-myz-list-item/styles.css +48 -0
  167. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +121 -0
  168. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/styles.css +106 -0
  169. package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +181 -0
  170. package/dist/collection/snowflakes/myz/pocket/z-pocket/styles.css +56 -0
  171. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +77 -0
  172. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/styles.css +49 -0
  173. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +86 -0
  174. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/styles.css +40 -0
  175. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/index.js +23 -0
  176. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/styles.css +53 -0
  177. package/dist/collection/snowflakes/myz/topbar/index.js +428 -0
  178. package/dist/collection/snowflakes/myz/topbar/styles.css +594 -0
  179. package/dist/collection/snowflakes/myz/z-alert/index.js +42 -0
  180. package/dist/collection/snowflakes/myz/z-alert/styles.css +28 -0
  181. package/dist/collection/snowflakes/myz/z-otp/index.js +114 -0
  182. package/dist/collection/snowflakes/myz/z-otp/styles.css +47 -0
  183. package/dist/collection/snowflakes/myz/z-slideshow/index.js +165 -0
  184. package/dist/collection/snowflakes/myz/z-slideshow/styles.css +128 -0
  185. package/dist/collection/snowflakes/registro-table/z-registro-table/index.js +360 -0
  186. package/dist/collection/snowflakes/registro-table/z-registro-table/styles.css +167 -0
  187. package/dist/collection/snowflakes/registro-table/z-registro-table-body/index.js +19 -0
  188. package/dist/collection/snowflakes/registro-table/z-registro-table-body/styles.css +9 -0
  189. package/dist/collection/snowflakes/registro-table/z-registro-table-cell/index.js +58 -0
  190. package/dist/collection/snowflakes/registro-table/z-registro-table-cell/styles.css +39 -0
  191. package/dist/collection/snowflakes/registro-table/z-registro-table-empty-box/index.js +64 -0
  192. package/dist/collection/snowflakes/registro-table/z-registro-table-empty-box/styles.css +24 -0
  193. package/dist/collection/snowflakes/registro-table/z-registro-table-expanded-row/index.js +36 -0
  194. package/dist/collection/snowflakes/registro-table/z-registro-table-expanded-row/styles.css +16 -0
  195. package/dist/collection/snowflakes/registro-table/z-registro-table-footer/index.js +18 -0
  196. package/dist/collection/snowflakes/registro-table/z-registro-table-footer/styles.css +5 -0
  197. package/dist/collection/snowflakes/registro-table/z-registro-table-head/index.js +18 -0
  198. package/dist/collection/snowflakes/registro-table/z-registro-table-head/styles.css +5 -0
  199. package/dist/collection/snowflakes/registro-table/z-registro-table-header/index.js +240 -0
  200. package/dist/collection/snowflakes/registro-table/z-registro-table-header/styles.css +67 -0
  201. package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/index.js +37 -0
  202. package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/styles.css +13 -0
  203. package/dist/collection/snowflakes/registro-table/z-registro-table-row/index.js +86 -0
  204. package/dist/collection/snowflakes/registro-table/z-registro-table-row/styles.css +54 -0
  205. package/dist/collection/snowflakes/registro-table/z-registro-table-sticky-footer/index.js +17 -0
  206. package/dist/collection/snowflakes/registro-table/z-registro-table-sticky-footer/styles.css +11 -0
  207. package/dist/collection/themes/index.story.js +18 -0
  208. package/{www/build/utils-cb1be595.js → dist/collection/utils/utils.js} +12 -15
  209. package/dist/{web-components-library → esm}/breakpoints-c386984e.js +0 -0
  210. package/dist/{web-components-library/hammer-52e2c4fe.js → esm/hammer-c807d0b5.js} +15 -4
  211. package/dist/{web-components-library/index-020789bb.js → esm/index-0258069c.js} +1 -1
  212. package/dist/esm/index-fa9e549c.js +1666 -0
  213. package/dist/esm/index.js +9 -0
  214. package/dist/esm/loader.js +17 -0
  215. package/dist/esm/polyfills/core-js.js +11 -0
  216. package/dist/esm/polyfills/css-shim.js +1 -0
  217. package/dist/esm/polyfills/dom.js +79 -0
  218. package/dist/esm/polyfills/es5-html-element.js +1 -0
  219. package/dist/esm/polyfills/index.js +34 -0
  220. package/dist/esm/polyfills/system.js +6 -0
  221. package/dist/{web-components-library/utils-cb1be595.js → esm/utils-0345e333.js} +2 -20
  222. package/dist/esm/web-components-library.js +17 -0
  223. package/dist/esm/z-alert_66.entry.js +3598 -0
  224. package/dist/esm/z-app-header.entry.js +139 -0
  225. package/dist/{web-components-library → esm}/z-candybar.entry.js +1 -1
  226. package/{www/build → dist/esm}/z-cookiebar.entry.js +2 -2
  227. package/{www/build → dist/esm}/z-heading.entry.js +1 -1
  228. package/{www/build → dist/esm}/z-messages-pocket.entry.js +2 -2
  229. package/{www/build → dist/esm}/z-modal-login.entry.js +2 -2
  230. package/{www/build → dist/esm}/z-myz-card-dictionary.entry.js +2 -2
  231. package/dist/{web-components-library → esm}/z-myz-card-footer-sections.entry.js +1 -1
  232. package/{www/build → dist/esm}/z-myz-card-info.entry.js +3 -3
  233. package/{www/build → dist/esm}/z-myz-topbar.entry.js +2 -2
  234. package/{www/build → dist/esm}/z-navigation-tab.entry.js +1 -1
  235. package/dist/{web-components-library → esm}/z-navigation-tabs.entry.js +2 -2
  236. package/{www/build → dist/esm}/z-otp.entry.js +2 -2
  237. package/{www/build → dist/esm}/z-pocket-message.entry.js +1 -1
  238. package/dist/esm/z-pocket_3.entry.js +118 -0
  239. package/{www/build → dist/esm}/z-registro-table-footer.entry.js +1 -1
  240. package/{www/build → dist/esm}/z-slideshow.entry.js +3 -3
  241. package/dist/{web-components-library → esm}/z-toast-notification-list.entry.js +2 -2
  242. package/dist/{web-components-library → esm}/z-toast-notification.entry.js +3 -4
  243. package/dist/index.cjs.js +1 -0
  244. package/dist/index.js +1 -0
  245. package/dist/types/components/navigation/z-app-topbar/index.d.ts +14 -11
  246. package/dist/types/components.d.ts +28 -12
  247. package/dist/web-components-library/index.esm.js +1 -9
  248. package/dist/web-components-library/p-017370c7.entry.js +1 -0
  249. package/dist/web-components-library/p-02e55441.entry.js +1 -0
  250. package/dist/web-components-library/p-140cc18f.entry.js +1 -0
  251. package/dist/web-components-library/p-14543c46.entry.js +1 -0
  252. package/dist/web-components-library/p-18f6f866.entry.js +1 -0
  253. package/dist/web-components-library/p-1c72783c.entry.js +1 -0
  254. package/dist/web-components-library/p-231e7797.entry.js +1 -0
  255. package/dist/web-components-library/p-2f354863.entry.js +1 -0
  256. package/dist/web-components-library/p-35b1f338.entry.js +1 -0
  257. package/dist/web-components-library/p-3cdefa38.entry.js +1 -0
  258. package/dist/web-components-library/p-4a6ec3df.entry.js +1 -0
  259. package/dist/web-components-library/p-5cdcaa8c.entry.js +1 -0
  260. package/dist/web-components-library/p-6c3a77ef.entry.js +1 -0
  261. package/dist/web-components-library/p-904a85e4.js +1 -0
  262. package/dist/web-components-library/p-96e3aec6.entry.js +1 -0
  263. package/dist/web-components-library/p-9912e411.js +7 -0
  264. package/dist/web-components-library/p-b80081c9.entry.js +1 -0
  265. package/dist/web-components-library/p-c7af96eb.entry.js +1 -0
  266. package/dist/web-components-library/p-d4830f32.entry.js +1 -0
  267. package/dist/web-components-library/p-d63b9ed3.js +1 -0
  268. package/dist/web-components-library/p-d69e14fb.js +1 -0
  269. package/dist/web-components-library/p-e7304c42.js +1 -0
  270. package/dist/web-components-library/p-f113a03a.entry.js +1 -0
  271. package/dist/web-components-library/p-fd4b12aa.entry.js +7 -0
  272. package/dist/web-components-library/p-ff6b02d1.entry.js +1 -0
  273. package/dist/web-components-library/web-components-library.css +1 -789
  274. package/dist/web-components-library/web-components-library.esm.js +1 -122
  275. package/package.json +1 -1
  276. package/www/build/index.esm.js +1 -9
  277. package/www/build/p-017370c7.entry.js +1 -0
  278. package/www/build/p-02e55441.entry.js +1 -0
  279. package/www/build/p-140cc18f.entry.js +1 -0
  280. package/www/build/p-14543c46.entry.js +1 -0
  281. package/www/build/p-18f6f866.entry.js +1 -0
  282. package/www/build/p-1c72783c.entry.js +1 -0
  283. package/www/build/p-231e7797.entry.js +1 -0
  284. package/www/build/p-2f354863.entry.js +1 -0
  285. package/www/build/p-35b1f338.entry.js +1 -0
  286. package/www/build/p-3cdefa38.entry.js +1 -0
  287. package/www/build/p-4a6ec3df.entry.js +1 -0
  288. package/www/build/p-5cdcaa8c.entry.js +1 -0
  289. package/www/build/p-6c3a77ef.entry.js +1 -0
  290. package/www/build/p-904a85e4.js +1 -0
  291. package/www/build/p-96e3aec6.entry.js +1 -0
  292. package/www/build/p-97a11655.css +789 -0
  293. package/www/build/p-9912e411.js +7 -0
  294. package/www/build/p-b80081c9.entry.js +1 -0
  295. package/www/build/p-c7af96eb.entry.js +1 -0
  296. package/www/build/p-ca4507e5.js +122 -0
  297. package/www/build/p-d4830f32.entry.js +1 -0
  298. package/www/build/p-d63b9ed3.js +1 -0
  299. package/www/build/p-d69e14fb.js +1 -0
  300. package/www/build/p-e7304c42.js +1 -0
  301. package/www/build/p-f113a03a.entry.js +1 -0
  302. package/www/build/p-fd4b12aa.entry.js +7 -0
  303. package/www/build/p-ff6b02d1.entry.js +1 -0
  304. package/www/build/web-components-library.css +1 -789
  305. package/www/build/web-components-library.esm.js +1 -122
  306. package/www/index.html +5 -14
  307. package/dist/web-components-library/_commonjsHelpers-cb1cd7bb.js +0 -44
  308. package/dist/web-components-library/app-globals-0f993ce5.js +0 -3
  309. package/dist/web-components-library/css-shim-003e9264.js +0 -4
  310. package/dist/web-components-library/dom-1b195079.js +0 -73
  311. package/dist/web-components-library/index-44936066.js +0 -2832
  312. package/dist/web-components-library/index-8067f807.js +0 -64
  313. package/dist/web-components-library/shadow-css-c1ad5fdc.js +0 -383
  314. package/dist/web-components-library/z-alert.entry.js +0 -15
  315. package/dist/web-components-library/z-app-header.entry.js +0 -139
  316. package/dist/web-components-library/z-app-switcher.entry.js +0 -25
  317. package/dist/web-components-library/z-app-topbar.entry.js +0 -50
  318. package/dist/web-components-library/z-avatar.entry.js +0 -39
  319. package/dist/web-components-library/z-body.entry.js +0 -13
  320. package/dist/web-components-library/z-button-filter.entry.js +0 -45
  321. package/dist/web-components-library/z-button-sort.entry.js +0 -50
  322. package/dist/web-components-library/z-button.entry.js +0 -35
  323. package/dist/web-components-library/z-card.entry.js +0 -54
  324. package/dist/web-components-library/z-chip.entry.js +0 -20
  325. package/dist/web-components-library/z-combobox.entry.js +0 -166
  326. package/dist/web-components-library/z-contextual-menu.entry.js +0 -36
  327. package/dist/web-components-library/z-divider.entry.js +0 -22
  328. package/dist/web-components-library/z-footer-link.entry.js +0 -15
  329. package/dist/web-components-library/z-footer-section.entry.js +0 -19
  330. package/dist/web-components-library/z-footer-social.entry.js +0 -15
  331. package/dist/web-components-library/z-footer.entry.js +0 -76
  332. package/dist/web-components-library/z-ghost-loading.entry.js +0 -15
  333. package/dist/web-components-library/z-heading.entry.js +0 -13
  334. package/dist/web-components-library/z-icon-package.entry.js +0 -19
  335. package/dist/web-components-library/z-icon.entry.js +0 -24
  336. package/dist/web-components-library/z-info-box.entry.js +0 -21
  337. package/dist/web-components-library/z-input-label.entry.js +0 -17
  338. package/dist/web-components-library/z-input-message.entry.js +0 -20
  339. package/dist/web-components-library/z-input.entry.js +0 -264
  340. package/dist/web-components-library/z-link.entry.js +0 -67
  341. package/dist/web-components-library/z-list-element.entry.js +0 -150
  342. package/dist/web-components-library/z-list-group.entry.js +0 -50
  343. package/dist/web-components-library/z-list.entry.js +0 -30
  344. package/dist/web-components-library/z-logo.entry.js +0 -24
  345. package/dist/web-components-library/z-menu-dropdown.entry.js +0 -56
  346. package/dist/web-components-library/z-menu-section.entry.js +0 -42
  347. package/dist/web-components-library/z-menu.entry.js +0 -106
  348. package/dist/web-components-library/z-modal-login.entry.js +0 -77
  349. package/dist/web-components-library/z-modal.entry.js +0 -32
  350. package/dist/web-components-library/z-myz-card-alert.entry.js +0 -59
  351. package/dist/web-components-library/z-myz-card-body.entry.js +0 -15
  352. package/dist/web-components-library/z-myz-card-cover.entry.js +0 -18
  353. package/dist/web-components-library/z-myz-card-footer.entry.js +0 -48
  354. package/dist/web-components-library/z-myz-card-header.entry.js +0 -34
  355. package/dist/web-components-library/z-myz-card-icon.entry.js +0 -17
  356. package/dist/web-components-library/z-myz-card-list.entry.js +0 -33
  357. package/dist/web-components-library/z-myz-card.entry.js +0 -37
  358. package/dist/web-components-library/z-myz-list-item.entry.js +0 -33
  359. package/dist/web-components-library/z-myz-list.entry.js +0 -31
  360. package/dist/web-components-library/z-notification.entry.js +0 -38
  361. package/dist/web-components-library/z-pagination-bar.entry.js +0 -126
  362. package/dist/web-components-library/z-pagination-page.entry.js +0 -21
  363. package/dist/web-components-library/z-panel-elem.entry.js +0 -26
  364. package/dist/web-components-library/z-pocket-body.entry.js +0 -23
  365. package/dist/web-components-library/z-pocket-header.entry.js +0 -36
  366. package/dist/web-components-library/z-pocket.entry.js +0 -68
  367. package/dist/web-components-library/z-popover.entry.js +0 -124
  368. package/dist/web-components-library/z-registro-table-body.entry.js +0 -20
  369. package/dist/web-components-library/z-registro-table-cell.entry.js +0 -30
  370. package/dist/web-components-library/z-registro-table-empty-box.entry.js +0 -19
  371. package/dist/web-components-library/z-registro-table-expanded-row.entry.js +0 -15
  372. package/dist/web-components-library/z-registro-table-head.entry.js +0 -19
  373. package/dist/web-components-library/z-registro-table-header-row.entry.js +0 -18
  374. package/dist/web-components-library/z-registro-table-header.entry.js +0 -80
  375. package/dist/web-components-library/z-registro-table-row.entry.js +0 -39
  376. package/dist/web-components-library/z-registro-table-sticky-footer.entry.js +0 -15
  377. package/dist/web-components-library/z-registro-table.entry.js +0 -73
  378. package/dist/web-components-library/z-select.entry.js +0 -281
  379. package/dist/web-components-library/z-status-tag.entry.js +0 -25
  380. package/dist/web-components-library/z-stepper-item.entry.js +0 -18
  381. package/dist/web-components-library/z-stepper.entry.js +0 -15
  382. package/dist/web-components-library/z-toggle-button.entry.js +0 -32
  383. package/dist/web-components-library/z-typography.entry.js +0 -25
  384. package/dist/web-components-library/z-user-dropdown.entry.js +0 -91
  385. package/www/build/_commonjsHelpers-cb1cd7bb.js +0 -44
  386. package/www/build/app-globals-0f993ce5.js +0 -3
  387. package/www/build/css-shim-003e9264.js +0 -4
  388. package/www/build/dom-1b195079.js +0 -73
  389. package/www/build/icons-8f642f81.js +0 -437
  390. package/www/build/index-44936066.js +0 -2832
  391. package/www/build/index-8067f807.js +0 -64
  392. package/www/build/shadow-css-c1ad5fdc.js +0 -383
  393. package/www/build/z-alert.entry.js +0 -15
  394. package/www/build/z-app-header.entry.js +0 -139
  395. package/www/build/z-app-switcher.entry.js +0 -25
  396. package/www/build/z-app-topbar.entry.js +0 -50
  397. package/www/build/z-avatar.entry.js +0 -39
  398. package/www/build/z-body.entry.js +0 -13
  399. package/www/build/z-button-filter.entry.js +0 -45
  400. package/www/build/z-button-sort.entry.js +0 -50
  401. package/www/build/z-button.entry.js +0 -35
  402. package/www/build/z-card.entry.js +0 -54
  403. package/www/build/z-chip.entry.js +0 -20
  404. package/www/build/z-combobox.entry.js +0 -166
  405. package/www/build/z-contextual-menu.entry.js +0 -36
  406. package/www/build/z-divider.entry.js +0 -22
  407. package/www/build/z-footer-link.entry.js +0 -15
  408. package/www/build/z-footer-section.entry.js +0 -19
  409. package/www/build/z-footer-social.entry.js +0 -15
  410. package/www/build/z-footer.entry.js +0 -76
  411. package/www/build/z-ghost-loading.entry.js +0 -15
  412. package/www/build/z-icon-package.entry.js +0 -19
  413. package/www/build/z-icon.entry.js +0 -24
  414. package/www/build/z-info-box.entry.js +0 -21
  415. package/www/build/z-input-label.entry.js +0 -17
  416. package/www/build/z-input-message.entry.js +0 -20
  417. package/www/build/z-input.entry.js +0 -264
  418. package/www/build/z-link.entry.js +0 -67
  419. package/www/build/z-list-element.entry.js +0 -150
  420. package/www/build/z-list-group.entry.js +0 -50
  421. package/www/build/z-list.entry.js +0 -30
  422. package/www/build/z-logo.entry.js +0 -24
  423. package/www/build/z-menu-dropdown.entry.js +0 -56
  424. package/www/build/z-menu-section.entry.js +0 -42
  425. package/www/build/z-menu.entry.js +0 -106
  426. package/www/build/z-modal.entry.js +0 -32
  427. package/www/build/z-myz-card-alert.entry.js +0 -59
  428. package/www/build/z-myz-card-body.entry.js +0 -15
  429. package/www/build/z-myz-card-cover.entry.js +0 -18
  430. package/www/build/z-myz-card-footer.entry.js +0 -48
  431. package/www/build/z-myz-card-header.entry.js +0 -34
  432. package/www/build/z-myz-card-icon.entry.js +0 -17
  433. package/www/build/z-myz-card-list.entry.js +0 -33
  434. package/www/build/z-myz-card.entry.js +0 -37
  435. package/www/build/z-myz-list-item.entry.js +0 -33
  436. package/www/build/z-myz-list.entry.js +0 -31
  437. package/www/build/z-notification.entry.js +0 -38
  438. package/www/build/z-pagination-bar.entry.js +0 -126
  439. package/www/build/z-pagination-page.entry.js +0 -21
  440. package/www/build/z-panel-elem.entry.js +0 -26
  441. package/www/build/z-pocket-body.entry.js +0 -23
  442. package/www/build/z-pocket-header.entry.js +0 -36
  443. package/www/build/z-pocket.entry.js +0 -68
  444. package/www/build/z-popover.entry.js +0 -124
  445. package/www/build/z-registro-table-body.entry.js +0 -20
  446. package/www/build/z-registro-table-cell.entry.js +0 -30
  447. package/www/build/z-registro-table-empty-box.entry.js +0 -19
  448. package/www/build/z-registro-table-expanded-row.entry.js +0 -15
  449. package/www/build/z-registro-table-head.entry.js +0 -19
  450. package/www/build/z-registro-table-header-row.entry.js +0 -18
  451. package/www/build/z-registro-table-header.entry.js +0 -80
  452. package/www/build/z-registro-table-row.entry.js +0 -39
  453. package/www/build/z-registro-table-sticky-footer.entry.js +0 -15
  454. package/www/build/z-registro-table.entry.js +0 -73
  455. package/www/build/z-select.entry.js +0 -281
  456. package/www/build/z-status-tag.entry.js +0 -25
  457. package/www/build/z-stepper-item.entry.js +0 -18
  458. package/www/build/z-stepper.entry.js +0 -15
  459. package/www/build/z-toggle-button.entry.js +0 -32
  460. package/www/build/z-tooltip.entry.js +0 -270
  461. package/www/build/z-typography.entry.js +0 -25
  462. package/www/build/z-user-dropdown.entry.js +0 -91
@@ -0,0 +1,7 @@
1
+ function t(t,i,n){return t(n={path:i,exports:{},require:function(){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}()}},n.exports),n.exports}var i=t((function(t){
2
+ /*! Hammer.JS - v2.0.7 - 2016-04-22
3
+ * http://hammerjs.github.io/
4
+ *
5
+ * Copyright (c) 2016 Jorik Tangelder;
6
+ * Licensed under the MIT license */
7
+ !function(i,n,r,e){var s,h=["","webkit","Moz","MS","ms","o"],o=n.createElement("div"),u=Math.round,c=Math.abs,f=Date.now;function a(t,i,n){return setTimeout(E(t,n),i)}function v(t,i,n){return!!Array.isArray(t)&&(l(t,n[i],n),!0)}function l(t,i,n){var r;if(t)if(t.forEach)t.forEach(i,n);else if(t.length!==e)for(r=0;r<t.length;)i.call(n,t[r],r,t),r++;else for(r in t)t.hasOwnProperty(r)&&i.call(n,t[r],r,t)}function p(t,n,r){var e="DEPRECATED METHOD: "+n+"\n"+r+" AT \n";return function(){var n=new Error("get-stack-trace"),r=n&&n.stack?n.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",s=i.console&&(i.console.warn||i.console.log);return s&&s.call(i.console,e,r),t.apply(this,arguments)}}s="function"!=typeof Object.assign?function(t){if(t===e||null===t)throw new TypeError("Cannot convert undefined or null to object");for(var i=Object(t),n=1;n<arguments.length;n++){var r=arguments[n];if(r!==e&&null!==r)for(var s in r)r.hasOwnProperty(s)&&(i[s]=r[s])}return i}:Object.assign;var d=p((function(t,i,n){for(var r=Object.keys(i),s=0;s<r.length;)(!n||n&&t[r[s]]===e)&&(t[r[s]]=i[r[s]]),s++;return t}),"extend","Use `assign`."),T=p((function(t,i){return d(t,i,!0)}),"merge","Use `assign`.");function m(t,i,n){var r,e=i.prototype;(r=t.prototype=Object.create(e)).constructor=t,r._super=e,n&&s(r,n)}function E(t,i){return function(){return t.apply(i,arguments)}}function g(t,i){return"function"==typeof t?t.apply(i&&i[0]||e,i):t}function I(t,i){return t===e?i:t}function A(t,i,n){l(M(i),(function(i){t.addEventListener(i,n,!1)}))}function y(t,i,n){l(M(i),(function(i){t.removeEventListener(i,n,!1)}))}function w(t,i){for(;t;){if(t==i)return!0;t=t.parentNode}return!1}function D(t,i){return t.indexOf(i)>-1}function M(t){return t.trim().split(/\s+/g)}function N(t,i,n){if(t.indexOf&&!n)return t.indexOf(i);for(var r=0;r<t.length;){if(n&&t[r][n]==i||!n&&t[r]===i)return r;r++}return-1}function R(t){return Array.prototype.slice.call(t,0)}function O(t,i,n){for(var r=[],e=[],s=0;s<t.length;){var h=i?t[s][i]:t[s];N(e,h)<0&&r.push(t[s]),e[s]=h,s++}return n&&(r=i?r.sort((function(t,n){return t[i]>n[i]})):r.sort()),r}function S(t,i){for(var n,r,s=i[0].toUpperCase()+i.slice(1),o=0;o<h.length;){if((r=(n=h[o])?n+s:i)in t)return r;o++}return e}var C=1;function P(t){var n=t.ownerDocument||t;return n.defaultView||n.parentWindow||i}var _="ontouchstart"in i,b=S(i,"PointerEvent")!==e,x=_&&/mobile|tablet|ip(ad|hone|od)|android/i.test(navigator.userAgent),z="touch",L="mouse",U=["x","y"],j=["clientX","clientY"];function F(t,i){var n=this;this.manager=t,this.callback=i,this.element=t.element,this.target=t.options.inputTarget,this.domHandler=function(i){g(t.options.enable,[t])&&n.handler(i)},this.init()}function q(t,i,n){var r=n.pointers.length,s=n.changedPointers.length,h=1&i&&r-s==0,o=12&i&&r-s==0;n.isFirst=!!h,n.isFinal=!!o,h&&(t.session={}),n.eventType=i,function(t,i){var n=t.session,r=i.pointers,s=r.length;n.firstInput||(n.firstInput=W(i)),s>1&&!n.firstMultiple?n.firstMultiple=W(i):1===s&&(n.firstMultiple=!1);var h=n.firstInput,o=n.firstMultiple,u=o?o.center:h.center,a=i.center=k(r);i.timeStamp=f(),i.deltaTime=i.timeStamp-h.timeStamp,i.angle=Y(u,a),i.distance=X(u,a),function(t,i){var n=i.center,r=t.offsetDelta||{},e=t.prevDelta||{},s=t.prevInput||{};1!==i.eventType&&4!==s.eventType||(e=t.prevDelta={x:s.deltaX||0,y:s.deltaY||0},r=t.offsetDelta={x:n.x,y:n.y}),i.deltaX=e.x+(n.x-r.x),i.deltaY=e.y+(n.y-r.y)}(n,i),i.offsetDirection=G(i.deltaX,i.deltaY);var v,l,p=H(i.deltaTime,i.deltaX,i.deltaY);i.overallVelocityX=p.x,i.overallVelocityY=p.y,i.overallVelocity=c(p.x)>c(p.y)?p.x:p.y,i.scale=o?(v=o.pointers,X((l=r)[0],l[1],j)/X(v[0],v[1],j)):1,i.rotation=o?function(t,i){return Y(i[1],i[0],j)+Y(t[1],t[0],j)}(o.pointers,r):0,i.maxPointers=n.prevInput?i.pointers.length>n.prevInput.maxPointers?i.pointers.length:n.prevInput.maxPointers:i.pointers.length,function(t,i){var n,r,s,h,o=t.lastInterval||i,u=i.timeStamp-o.timeStamp;if(8!=i.eventType&&(u>25||o.velocity===e)){var f=i.deltaX-o.deltaX,a=i.deltaY-o.deltaY,v=H(u,f,a);r=v.x,s=v.y,n=c(v.x)>c(v.y)?v.x:v.y,h=G(f,a),t.lastInterval=i}else n=o.velocity,r=o.velocityX,s=o.velocityY,h=o.direction;i.velocity=n,i.velocityX=r,i.velocityY=s,i.direction=h}(n,i);var d=t.element;w(i.srcEvent.target,d)&&(d=i.srcEvent.target),i.target=d}(t,n),t.emit("hammer.input",n),t.recognize(n),t.session.prevInput=n}function W(t){for(var i=[],n=0;n<t.pointers.length;)i[n]={clientX:u(t.pointers[n].clientX),clientY:u(t.pointers[n].clientY)},n++;return{timeStamp:f(),pointers:i,center:k(i),deltaX:t.deltaX,deltaY:t.deltaY}}function k(t){var i=t.length;if(1===i)return{x:u(t[0].clientX),y:u(t[0].clientY)};for(var n=0,r=0,e=0;e<i;)n+=t[e].clientX,r+=t[e].clientY,e++;return{x:u(n/i),y:u(r/i)}}function H(t,i,n){return{x:i/t||0,y:n/t||0}}function G(t,i){return t===i?1:c(t)>=c(i)?t<0?2:4:i<0?8:16}function X(t,i,n){n||(n=U);var r=i[n[0]]-t[n[0]],e=i[n[1]]-t[n[1]];return Math.sqrt(r*r+e*e)}function Y(t,i,n){return n||(n=U),180*Math.atan2(i[n[1]]-t[n[1]],i[n[0]]-t[n[0]])/Math.PI}F.prototype={handler:function(){},init:function(){this.evEl&&A(this.element,this.evEl,this.domHandler),this.evTarget&&A(this.target,this.evTarget,this.domHandler),this.evWin&&A(P(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&y(this.element,this.evEl,this.domHandler),this.evTarget&&y(this.target,this.evTarget,this.domHandler),this.evWin&&y(P(this.element),this.evWin,this.domHandler)}};var Z={mousedown:1,mousemove:2,mouseup:4},B="mousedown",V="mousemove mouseup";function $(){this.evEl=B,this.evWin=V,this.pressed=!1,F.apply(this,arguments)}m($,F,{handler:function(t){var i=Z[t.type];1&i&&0===t.button&&(this.pressed=!0),2&i&&1!==t.which&&(i=4),this.pressed&&(4&i&&(this.pressed=!1),this.callback(this.manager,i,{pointers:[t],changedPointers:[t],pointerType:L,srcEvent:t}))}});var J={pointerdown:1,pointermove:2,pointerup:4,pointercancel:8,pointerout:8},K={2:z,3:"pen",4:L,5:"kinect"},Q="pointerdown",tt="pointermove pointerup pointercancel";function it(){this.evEl=Q,this.evWin=tt,F.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}i.MSPointerEvent&&!i.PointerEvent&&(Q="MSPointerDown",tt="MSPointerMove MSPointerUp MSPointerCancel"),m(it,F,{handler:function(t){var i=this.store,n=!1,r=t.type.toLowerCase().replace("ms",""),e=J[r],s=K[t.pointerType]||t.pointerType,h=s==z,o=N(i,t.pointerId,"pointerId");1&e&&(0===t.button||h)?o<0&&(i.push(t),o=i.length-1):12&e&&(n=!0),o<0||(i[o]=t,this.callback(this.manager,e,{pointers:i,changedPointers:[t],pointerType:s,srcEvent:t}),n&&i.splice(o,1))}});var nt={touchstart:1,touchmove:2,touchend:4,touchcancel:8},rt="touchstart",et="touchstart touchmove touchend touchcancel";function st(){this.evTarget=rt,this.evWin=et,this.started=!1,F.apply(this,arguments)}function ht(t,i){var n=R(t.touches),r=R(t.changedTouches);return 12&i&&(n=O(n.concat(r),"identifier",!0)),[n,r]}m(st,F,{handler:function(t){var i=nt[t.type];if(1===i&&(this.started=!0),this.started){var n=ht.call(this,t,i);12&i&&n[0].length-n[1].length==0&&(this.started=!1),this.callback(this.manager,i,{pointers:n[0],changedPointers:n[1],pointerType:z,srcEvent:t})}}});var ot={touchstart:1,touchmove:2,touchend:4,touchcancel:8},ut="touchstart touchmove touchend touchcancel";function ct(){this.evTarget=ut,this.targetIds={},F.apply(this,arguments)}function ft(t,i){var n=R(t.touches),r=this.targetIds;if(3&i&&1===n.length)return r[n[0].identifier]=!0,[n,n];var e,s,h=R(t.changedTouches),o=[],u=this.target;if(s=n.filter((function(t){return w(t.target,u)})),1===i)for(e=0;e<s.length;)r[s[e].identifier]=!0,e++;for(e=0;e<h.length;)r[h[e].identifier]&&o.push(h[e]),12&i&&delete r[h[e].identifier],e++;return o.length?[O(s.concat(o),"identifier",!0),o]:void 0}function at(){F.apply(this,arguments);var t=E(this.handler,this);this.touch=new ct(this.manager,t),this.mouse=new $(this.manager,t),this.primaryTouch=null,this.lastTouches=[]}function vt(t,i){1&t?(this.primaryTouch=i.changedPointers[0].identifier,lt.call(this,i)):12&t&&lt.call(this,i)}function lt(t){var i=t.changedPointers[0];if(i.identifier===this.primaryTouch){var n={x:i.clientX,y:i.clientY};this.lastTouches.push(n);var r=this.lastTouches;setTimeout((function(){var t=r.indexOf(n);t>-1&&r.splice(t,1)}),2500)}}function pt(t){for(var i=t.srcEvent.clientX,n=t.srcEvent.clientY,r=0;r<this.lastTouches.length;r++){var e=this.lastTouches[r],s=Math.abs(i-e.x),h=Math.abs(n-e.y);if(s<=25&&h<=25)return!0}return!1}m(ct,F,{handler:function(t){var i=ot[t.type],n=ft.call(this,t,i);n&&this.callback(this.manager,i,{pointers:n[0],changedPointers:n[1],pointerType:z,srcEvent:t})}}),m(at,F,{handler:function(t,i,n){var r=n.pointerType==L;if(!(r&&n.sourceCapabilities&&n.sourceCapabilities.firesTouchEvents)){if(n.pointerType==z)vt.call(this,i,n);else if(r&&pt.call(this,n))return;this.callback(t,i,n)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});var dt=S(o.style,"touchAction"),Tt=dt!==e,mt="compute",Et="auto",gt="manipulation",It="none",At="pan-x",yt="pan-y",wt=function(){if(!Tt)return!1;var t={},n=i.CSS&&i.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach((function(r){t[r]=!n||i.CSS.supports("touch-action",r)})),t}();function Dt(t,i){this.manager=t,this.set(i)}Dt.prototype={set:function(t){t==mt&&(t=this.compute()),Tt&&this.manager.element.style&&wt[t]&&(this.manager.element.style[dt]=t),this.actions=t.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var t=[];return l(this.manager.recognizers,(function(i){g(i.options.enable,[i])&&(t=t.concat(i.getTouchAction()))})),function(t){if(D(t,It))return It;var i=D(t,At),n=D(t,yt);return i&&n?It:i||n?i?At:yt:D(t,gt)?gt:Et}(t.join(" "))},preventDefaults:function(t){var i=t.srcEvent,n=t.offsetDirection;if(this.manager.session.prevented)i.preventDefault();else{var r=this.actions,e=D(r,It)&&!wt.none,s=D(r,yt)&&!wt["pan-y"],h=D(r,At)&&!wt["pan-x"];if(e&&1===t.pointers.length&&t.distance<2&&t.deltaTime<250)return;if(!h||!s)return e||s&&6&n||h&&24&n?this.preventSrc(i):void 0}},preventSrc:function(t){this.manager.session.prevented=!0,t.preventDefault()}};var Mt=32;function Nt(t){this.options=s({},this.defaults,t||{}),this.id=C++,this.manager=null,this.options.enable=I(this.options.enable,!0),this.state=1,this.simultaneous={},this.requireFail=[]}function Rt(t){return 16&t?"cancel":8&t?"end":4&t?"move":2&t?"start":""}function Ot(t){return 16==t?"down":8==t?"up":2==t?"left":4==t?"right":""}function St(t,i){var n=i.manager;return n?n.get(t):t}function Ct(){Nt.apply(this,arguments)}function Pt(){Ct.apply(this,arguments),this.pX=null,this.pY=null}function _t(){Ct.apply(this,arguments)}function bt(){Nt.apply(this,arguments),this._timer=null,this._input=null}function xt(){Ct.apply(this,arguments)}function zt(){Ct.apply(this,arguments)}function Lt(){Nt.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}function Ut(t,i){return(i=i||{}).recognizers=I(i.recognizers,Ut.defaults.preset),new jt(t,i)}function jt(t,i){this.options=s({},Ut.defaults,i||{}),this.options.inputTarget=this.options.inputTarget||t,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=t,this.input=new(this.options.inputClass||(b?it:x?ct:_?at:$))(this,q),this.touchAction=new Dt(this,this.options.touchAction),Ft(this,!0),l(this.options.recognizers,(function(t){var i=this.add(new t[0](t[1]));t[2]&&i.recognizeWith(t[2]),t[3]&&i.requireFailure(t[3])}),this)}function Ft(t,i){var n,r=t.element;r.style&&(l(t.options.cssProps,(function(e,s){n=S(r.style,s),i?(t.oldCssProps[n]=r.style[n],r.style[n]=e):r.style[n]=t.oldCssProps[n]||""})),i||(t.oldCssProps={}))}Nt.prototype={defaults:{},set:function(t){return s(this.options,t),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(t){if(v(t,"recognizeWith",this))return this;var i=this.simultaneous;return i[(t=St(t,this)).id]||(i[t.id]=t,t.recognizeWith(this)),this},dropRecognizeWith:function(t){return v(t,"dropRecognizeWith",this)||(t=St(t,this),delete this.simultaneous[t.id]),this},requireFailure:function(t){if(v(t,"requireFailure",this))return this;var i=this.requireFail;return-1===N(i,t=St(t,this))&&(i.push(t),t.requireFailure(this)),this},dropRequireFailure:function(t){if(v(t,"dropRequireFailure",this))return this;t=St(t,this);var i=N(this.requireFail,t);return i>-1&&this.requireFail.splice(i,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(t){return!!this.simultaneous[t.id]},emit:function(t){var i=this,n=this.state;function r(n){i.manager.emit(n,t)}n<8&&r(i.options.event+Rt(n)),r(i.options.event),t.additionalEvent&&r(t.additionalEvent),n>=8&&r(i.options.event+Rt(n))},tryEmit:function(t){if(this.canEmit())return this.emit(t);this.state=Mt},canEmit:function(){for(var t=0;t<this.requireFail.length;){if(!(33&this.requireFail[t].state))return!1;t++}return!0},recognize:function(t){var i=s({},t);if(!g(this.options.enable,[this,i]))return this.reset(),void(this.state=Mt);56&this.state&&(this.state=1),this.state=this.process(i),30&this.state&&this.tryEmit(i)},process:function(){},getTouchAction:function(){},reset:function(){}},m(Ct,Nt,{defaults:{pointers:1},attrTest:function(t){var i=this.options.pointers;return 0===i||t.pointers.length===i},process:function(t){var i=this.state,n=t.eventType,r=6&i,e=this.attrTest(t);return r&&(8&n||!e)?16|i:r||e?4&n?8|i:2&i?4|i:2:Mt}}),m(Pt,Ct,{defaults:{event:"pan",threshold:10,pointers:1,direction:30},getTouchAction:function(){var t=this.options.direction,i=[];return 6&t&&i.push(yt),24&t&&i.push(At),i},directionTest:function(t){var i=this.options,n=!0,r=t.distance,e=t.direction,s=t.deltaX,h=t.deltaY;return e&i.direction||(6&i.direction?(e=0===s?1:s<0?2:4,n=s!=this.pX,r=Math.abs(t.deltaX)):(e=0===h?1:h<0?8:16,n=h!=this.pY,r=Math.abs(t.deltaY))),t.direction=e,n&&r>i.threshold&&e&i.direction},attrTest:function(t){return Ct.prototype.attrTest.call(this,t)&&(2&this.state||!(2&this.state)&&this.directionTest(t))},emit:function(t){this.pX=t.deltaX,this.pY=t.deltaY;var i=Ot(t.direction);i&&(t.additionalEvent=this.options.event+i),this._super.emit.call(this,t)}}),m(_t,Ct,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[It]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.scale-1)>this.options.threshold||2&this.state)},emit:function(t){1!==t.scale&&(t.additionalEvent=this.options.event+(t.scale<1?"in":"out")),this._super.emit.call(this,t)}}),m(bt,Nt,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[Et]},process:function(t){var i=this.options,n=t.pointers.length===i.pointers,r=t.distance<i.threshold,e=t.deltaTime>i.time;if(this._input=t,!r||!n||12&t.eventType&&!e)this.reset();else if(1&t.eventType)this.reset(),this._timer=a((function(){this.state=8,this.tryEmit()}),i.time,this);else if(4&t.eventType)return 8;return Mt},reset:function(){clearTimeout(this._timer)},emit:function(t){8===this.state&&(t&&4&t.eventType?this.manager.emit(this.options.event+"up",t):(this._input.timeStamp=f(),this.manager.emit(this.options.event,this._input)))}}),m(xt,Ct,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[It]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.rotation)>this.options.threshold||2&this.state)}}),m(zt,Ct,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:30,pointers:1},getTouchAction:function(){return Pt.prototype.getTouchAction.call(this)},attrTest:function(t){var i,n=this.options.direction;return 30&n?i=t.overallVelocity:6&n?i=t.overallVelocityX:24&n&&(i=t.overallVelocityY),this._super.attrTest.call(this,t)&&n&t.offsetDirection&&t.distance>this.options.threshold&&t.maxPointers==this.options.pointers&&c(i)>this.options.velocity&&4&t.eventType},emit:function(t){var i=Ot(t.offsetDirection);i&&this.manager.emit(this.options.event+i,t),this.manager.emit(this.options.event,t)}}),m(Lt,Nt,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[gt]},process:function(t){var i=this.options,n=t.pointers.length===i.pointers,r=t.distance<i.threshold,e=t.deltaTime<i.time;if(this.reset(),1&t.eventType&&0===this.count)return this.failTimeout();if(r&&e&&n){if(4!=t.eventType)return this.failTimeout();var s=!this.pTime||t.timeStamp-this.pTime<i.interval,h=!this.pCenter||X(this.pCenter,t.center)<i.posThreshold;if(this.pTime=t.timeStamp,this.pCenter=t.center,h&&s?this.count+=1:this.count=1,this._input=t,0==this.count%i.taps)return this.hasRequireFailures()?(this._timer=a((function(){this.state=8,this.tryEmit()}),i.interval,this),2):8}return Mt},failTimeout:function(){return this._timer=a((function(){this.state=Mt}),this.options.interval,this),Mt},reset:function(){clearTimeout(this._timer)},emit:function(){8==this.state&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}}),Ut.VERSION="2.0.7",Ut.defaults={domEvents:!1,touchAction:mt,enable:!0,inputTarget:null,inputClass:null,preset:[[xt,{enable:!1}],[_t,{enable:!1},["rotate"]],[zt,{direction:6}],[Pt,{direction:6},["swipe"]],[Lt],[Lt,{event:"doubletap",taps:2},["tap"]],[bt]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}},jt.prototype={set:function(t){return s(this.options,t),t.touchAction&&this.touchAction.update(),t.inputTarget&&(this.input.destroy(),this.input.target=t.inputTarget,this.input.init()),this},stop:function(t){this.session.stopped=t?2:1},recognize:function(t){var i=this.session;if(!i.stopped){var n;this.touchAction.preventDefaults(t);var r=this.recognizers,e=i.curRecognizer;(!e||e&&8&e.state)&&(e=i.curRecognizer=null);for(var s=0;s<r.length;)n=r[s],2===i.stopped||e&&n!=e&&!n.canRecognizeWith(e)?n.reset():n.recognize(t),!e&&14&n.state&&(e=i.curRecognizer=n),s++}},get:function(t){if(t instanceof Nt)return t;for(var i=this.recognizers,n=0;n<i.length;n++)if(i[n].options.event==t)return i[n];return null},add:function(t){if(v(t,"add",this))return this;var i=this.get(t.options.event);return i&&this.remove(i),this.recognizers.push(t),t.manager=this,this.touchAction.update(),t},remove:function(t){if(v(t,"remove",this))return this;if(t=this.get(t)){var i=this.recognizers,n=N(i,t);-1!==n&&(i.splice(n,1),this.touchAction.update())}return this},on:function(t,i){if(t!==e&&i!==e){var n=this.handlers;return l(M(t),(function(t){n[t]=n[t]||[],n[t].push(i)})),this}},off:function(t,i){if(t!==e){var n=this.handlers;return l(M(t),(function(t){i?n[t]&&n[t].splice(N(n[t],i),1):delete n[t]})),this}},emit:function(t,i){this.options.domEvents&&function(t,i){var r=n.createEvent("Event");r.initEvent(t,!0,!0),r.gesture=i,i.target.dispatchEvent(r)}(t,i);var r=this.handlers[t]&&this.handlers[t].slice();if(r&&r.length){i.type=t,i.preventDefault=function(){i.srcEvent.preventDefault()};for(var e=0;e<r.length;)r[e](i),e++}},destroy:function(){this.element&&Ft(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}},s(Ut,{INPUT_START:1,INPUT_MOVE:2,INPUT_END:4,INPUT_CANCEL:8,STATE_POSSIBLE:1,STATE_BEGAN:2,STATE_CHANGED:4,STATE_ENDED:8,STATE_RECOGNIZED:8,STATE_CANCELLED:16,STATE_FAILED:Mt,DIRECTION_NONE:1,DIRECTION_LEFT:2,DIRECTION_RIGHT:4,DIRECTION_UP:8,DIRECTION_DOWN:16,DIRECTION_HORIZONTAL:6,DIRECTION_VERTICAL:24,DIRECTION_ALL:30,Manager:jt,Input:F,TouchAction:Dt,TouchInput:ct,MouseInput:$,PointerEventInput:it,TouchMouseInput:at,SingleTouchInput:st,Recognizer:Nt,AttrRecognizer:Ct,Tap:Lt,Pan:Pt,Swipe:zt,Pinch:_t,Rotate:xt,Press:bt,on:A,off:y,each:l,merge:T,extend:d,assign:s,inherit:m,bindFn:E,prefixed:S}),(void 0!==i?i:"undefined"!=typeof self?self:{}).Hammer=Ut,t.exports?t.exports=Ut:i.Hammer=Ut}(window,document)}));export{t as c,i as h}
@@ -0,0 +1 @@
1
+ import{r as t,h as e,g as i}from"./p-904a85e4.js";import{D as r}from"./p-d63b9ed3.js";import{b as s,d as o,h as n}from"./p-e7304c42.js";import"./p-d69e14fb.js";const a=class{constructor(e){t(this,e),this.currentSlide=0}watchData(){this.parseLinks()}componentWillLoad(){this.parseLinks(),this.setDevice(),window.addEventListener("resize",this.handleResize.bind(this))}componentDidRender(){this.setStyle()}handleResize(){this.setDevice(),this.setStyle()}parseLinks(){var t;switch(typeof this.data){case"string":return this.links=null!==(t=s(this.data))&&void 0!==t?t:[];default:return this.links=this.data}}setStyle(){const t=this.el.shadowRoot.querySelector("#slides");if(!t)return;const e=this.el.shadowRoot.querySelectorAll(".slide"),i=this.el.offsetWidth;t.style.width=i*this.links.length+"px",t.style.transform=`translate(-${i*this.currentSlide}px)`,e.forEach((t=>{t.querySelector("img").style.width=`${i}px`}))}setDevice(){this.device=o()}setCurrentSlide(t){this.currentSlide=t}getBulletDimension(){switch(this.device){case r.mobile:return 24;case r.tablet:return 32;default:return 40}}renderSlides(t){return e("div",{id:"slides"},t.map(((t,i)=>e("div",{id:"slide"+i,class:`slide ${this.currentSlide!==i&&"hide"}`},e("img",{src:t})))))}renderScroll(t){let i=!1,r=this.currentSlide;return"left"===t?(i=0===this.currentSlide,r--):"right"===t&&(i=this.currentSlide===this.links.length-1,r++),e("z-icon",{class:`scroll ${t} ${i&&"disabled"}`,width:this.getBulletDimension(),height:this.getBulletDimension(),name:`chevron-${t}-circle`,onClick:()=>{!i&&this.setCurrentSlide(r)},onKeyUp:t=>!i&&n(t,(()=>{this.setCurrentSlide(r)})),tabindex:0,role:"button"})}renderSlideshowMain(){return e("main",null,this.renderScroll("left"),this.renderSlides(this.links),this.renderScroll("right"))}renderBullet(t){return e("a",{class:`bullet ${this.currentSlide===t&&"selected"}`,onClick:()=>this.setCurrentSlide(t),onKeyUp:e=>n(e,(()=>this.setCurrentSlide(t))),tabindex:0,role:"button"})}renderSlideshowFooter(){return e("footer",null,e("div",{class:"footerLeft"},e("slot",{name:"footer-left"})),e("div",{class:"footerCenter"},e("div",{class:"bulletContainer"},Object.keys(this.links).map((t=>this.renderBullet(parseInt(t)))))),e("div",{class:"footerRight"},e("slot",{name:"footer-right"})))}render(){return this.links&&this.links.length?e("div",{id:this.slideshowid},this.renderSlideshowMain(),this.renderSlideshowFooter()):e("div",null)}get el(){return i(this)}static get watchers(){return{data:["watchData"]}}};a.style=':host{font-family:var(--font-family-sans);font-weight:var(--font-rg);display:block;width:inherit}:host>div{display:flex;flex-direction:column;width:inherit}main{position:relative;overflow:hidden;width:100%}main z-icon.scroll{position:absolute;top:50%;width:auto;cursor:pointer;transition:0.6s ease;margin:0 var(--space-unit);fill:var(--color-primary01);z-index:10}main .scroll.disabled{opacity:50%;pointer-events:none}main .scroll.right{right:0}#slides{display:flex;flex-wrap:wrap;transition:all 300ms;line-height:0px;overflow-y:hidden}footer{height:56px;width:100%;align-items:center;display:grid;grid-template-columns:2;grid-template-rows:2;grid-template-areas:"center center" "left right";border-top:var(--border-base) solid var(--color-surface02)}footer>div{align-items:center;width:100%}footer .footerCenter{grid-area:center}footer .footerLeft{grid-area:left}footer .footerRight{grid-area:right}footer .bulletContainer{display:flex;margin:0 auto;justify-content:center;align-items:center;min-height:60px}footer .bulletContainer .bullet{width:8px;height:8px;border-radius:50%;background-color:var(--bg-neutral-150);margin:var(--space-unit) 2px;pointer-events:none}footer .bulletContainer .bullet.selected{background-color:var(--bg-neutral-400)}@media only screen and (min-width: 768px){footer{grid-template-columns:1fr 2fr 1fr;grid-template-rows:1;grid-template-areas:"left center right";height:76px;border-top:var(--border-base) solid var(--color-surface02)}footer .bulletContainer .bullet{width:10px;height:10px;margin:var(--space-unit) 3px}}@media only screen and (min-width: 1025px){main z-icon.scroll{margin:0 10px}footer .bulletContainer .bullet{width:16px;height:16px;margin:var(--space-unit) calc(var(--space-unit) * 0.5);pointer-events:auto;cursor:pointer}}';export{a as z_slideshow}
@@ -0,0 +1 @@
1
+ import{r as t,h as e}from"./p-904a85e4.js";const n=class{constructor(e){t(this,e)}render(){return e("div",null,e("slot",{name:"content"}))}};n.style=":host{font-family:var(--dashboard-font);font-weight:var(--font-rg);display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-content:center}:host>div{position:fixed;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;top:30vh;max-width:297px;height:fit-content;min-height:232px;z-index:1000;margin:auto;overflow:auto;overflow:-moz-scrollbars-none;-ms-overflow-style:none;background:var(--myz-blue-lighter);border-radius:calc(var(--space-unit) * .5);box-shadow:0px -2px 4px 0px rgba(66, 69, 72, 0.4)}@media only screen and (min-width: 768px){:host>div{position:initial;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:stretch;position:fixed;top:auto;bottom:0;margin:0 auto;left:0;right:0;height:auto;min-height:138px;max-width:100%;border-radius:0px}}@media only screen and (min-width: 1152px){:host>div{min-height:122px}}";export{n as z_candybar}
@@ -0,0 +1,122 @@
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-163fa27c.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-app-topbar\",[[1,\"z-app-topbar\",{\"theme\":[1],\"contentmaxwidth\":[2],\"topbarcontent\":[1],\"logolink\":[1],\"showappswitcher\":[4],\"ismobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]]]],[\"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-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-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-app-switcher\",[[1,\"z-app-switcher\",{\"theme\":[1],\"isopen\":[32]}]]],[\"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-myz-list-item\",[[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}]]],[\"z-logo\",[[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imagealt\":[1],\"link\":[1],\"targetblank\":[4]}]]],[\"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-icon\",[[1,\"z-icon\",{\"name\":[1],\"height\":[2],\"width\":[2],\"iconid\":[1],\"fill\":[1]}]]],[\"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-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-divider\",[[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}]]],[\"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 @@
1
+ import{r as i,c as o,h as a,g as l}from"./p-904a85e4.js";import{m as s,b as n}from"./p-d63b9ed3.js";const t=class{constructor(a){i(this,a),this.loginSubmit=o(this,"loginSubmit",7),this.statusUpdate=o(this,"statusUpdate",7),this.signupClick=o(this,"signupClick",7),this.zainoDigitaleClick=o(this,"zainoDigitaleClick",7),this.heading="Entra in MyZanichelli",this.externalProviderCheck=!1}componentDidLoad(){this.externalProviderCheck=!!this.hostElement.querySelectorAll('[slot="provider"]').length}emitLoginSubmit(){const i=this.hostElement.querySelector("z-input#username"),o=this.hostElement.querySelector("z-input#password");if(!i||!o)return;let a=i.value,l=o.value;a&&l?(a=this.cleanUsername(a),this.loginSubmit.emit({username:a,password:l,originalUsername:i.value})):this.status=s.error}emitStatusUpdate(i){this.statusUpdate.emit(i)}emitSignupClick(){this.signupClick.emit()}emitZainoDigitaleClick(){this.zainoDigitaleClick.emit()}handleInputKeyUp(i){"Enter"===i.code&&this.emitLoginSubmit()}handleInputChange(){this.status=null,this.emitStatusUpdate(this.status)}cleanUsername(i){return i=i.trim().toLowerCase(),/^[+]?[\s./0-9]*[(]?[0-9]{1,4}[)]?[(]?[0-9]{1,4}[)]?[-\s./0-9]*$/g.test(i)&&(i=i.replace(/[- .)(]/g,""),/^[\d ]*$/.test(i)&&(i="+39"+i)),i}renderZainoDigitaleButton(){return a("z-button",{variant:n.secondary,onClick:()=>this.emitZainoDigitaleClick(),class:"zainoDigitale"},a("div",{class:"zd"},a("svg",{width:"18px",height:"24px",viewBox:"0 0 18 24"},a("g",{stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},a("g",{transform:"translate(-313.000000, -329.000000)",fill:"#E2001A","fill-rule":"nonzero"},a("g",{transform:"translate(25.000000, 191.000000)"},a("g",null,a("g",{transform:"translate(0.000000, 100.000000)"},a("g",null,a("g",{transform:"translate(276.000000, 28.000000)"},a("path",{d:"M29.8953704,30.5632326 C29.9143039,30.3327754 29.5356326,30.0447041 29.1380277,29.8142469 C29.2516291,28.7963947 29.4409647,26.9719425 29.2705626,26.3189807 C29.0433598,25.416357 28.3428178,24.8018047 28.380685,23.822362 C28.4185521,22.8429193 28.1913493,16.5437582 27.0364017,15.1802202 C26.1654576,14.162368 25.4649156,12.8372396 23.4390239,12.2418921 C23.4390239,12.0498445 23.4390239,11.8770016 23.4200903,11.7425683 C23.3822232,10.9167637 21.9622056,10.090959 21.6214014,10.0525495 C21.2805972,10.01414 20.371786,9.95652568 20.0309818,10.0525495 C19.6901775,10.1293685 19.0464362,11.128016 18.7434992,11.4352922 C18.5920306,11.5889302 18.5541635,11.9538207 18.5730971,12.3187111 C17.437083,12.6836015 16.1306669,13.4325871 15.4490584,14.9497631 C14.2941108,17.676839 13.4799674,18.9251483 13.6693031,24.1680477 C13.5935688,25.1090809 13.2906318,25.6084046 13.1012961,25.6852237 C12.9119604,25.7620427 12.798359,25.9156808 12.7604919,26.1077284 C12.7226247,26.2805712 12.5522226,28.37389 12.7415583,29.8718612 C12.3818205,30.1023183 12.0788834,30.3519802 12.097817,30.5632326 C12.1546177,31.0625563 11.8516806,31.7731324 12.097817,32.0612038 C12.230352,32.2148419 12.7226247,32.5413228 13.3284989,32.8293942 C13.6125024,33.4631512 14.199443,33.9240655 15.467992,33.9816797 C18.1565586,34.0584988 26.2601254,33.8664512 26.5630625,33.9048607 C26.847066,33.9432702 28.4374857,34.0008845 28.683622,32.8293942 C29.2894962,32.5413228 29.781769,32.2148419 29.9143039,32.0612038 C30.1415067,31.7731324 29.8385697,31.0625563 29.8953704,30.5632326 Z M12.0319858,31.2 C12.1173988,31.1230769 12.3736379,31.0461538 12.743761,31 C12.857645,31.3230769 12.914587,31.6615385 13,32 C12.4021089,31.8153846 11.8611598,31.5692308 12.0319858,31.2 Z M21.1618497,12.8394441 C21.1618497,12.8394441 20.6763006,12.8165075 20,13 L20,12.9770634 C20,12.5642053 20.3121387,11.3256309 20.3988439,11.1192018 C20.4855491,10.9127728 21.265896,11.0274556 21.8554913,11.0733287 C22.6358382,11.0503922 22.4624277,11.2568212 22.8092486,11.9907912 C22.9306358,12.2889666 22.982659,12.6559516 23,13 C22.4797688,12.8623806 21.8728324,12.8165075 21.1618497,12.8394441 Z M28.3324094,30 C28.6648189,30.0833333 28.9085858,30.2222222 28.9750677,30.3888889 C29.1301921,31.1666667 28.5318551,31.6388889 28,32 C28.0221606,31.5 28.0664819,31.1111111 28.0664819,31.1111111 L28.2437669,30.6111111 L28.3324094,30 Z M21.8571429,23 L21.8571429,23.8 L22.7142857,23.8 L22.7142857,24.6 L23.5714286,24.6 L23.5714286,25.4 L24.4285714,25.4 L24.4285714,26.2 L25.2857143,26.2 L25.2857143,27 L26.1428571,27 L26.1428571,27.8 L27,27.8 L27,28.6 L24.4285714,28.6 L24.4285714,29.4 L25.2857143,29.4 L25.2857143,31 L24.4285714,31 L24.4285714,30.2 L23.5714286,30.2 L23.5714286,29.4 L22.7142857,29.4 L22.7142857,30.2 L21.8571429,30.2 L21.8571429,31 L21,31 L21,23 L21.8571429,23 Z"}))))))))),a("span",null,"ZAINO DIGITALE")))}render(){return a("z-modal",{modaltitle:this.heading},a("div",{class:"wrapper",slot:"modalContent"},a("form",{method:"post"},a("div",{class:"username"},a("slot",{name:"username"},a("z-input",{id:"username",label:"email o numero di cellulare",placeholder:"Inserisci l'email o il cellulare",autocomplete:"username",name:"username",status:this.status,message:this.message,onKeyUp:i=>this.handleInputKeyUp(i),onInputChange:()=>this.handleInputChange()}))),a("div",{class:"password"},a("slot",{name:"password"},a("z-input",{id:"password",label:"password",placeholder:"Inserisci la tua password",type:"password",name:"password",autocomplete:"current-password",status:this.status,message:this.pwdmessage,onKeyUp:i=>this.handleInputKeyUp(i),onInputChange:()=>this.handleInputChange()}))),a("z-link",{class:"forget",href:this.forgotPasswordUrl},"Password dimenticata?"),a("div",{class:"login"},a("slot",{name:"login"},a("z-button",{variant:n.primary,onClick:()=>this.emitLoginSubmit()},"Accedi")))),a("hr",null),a("z-body",{class:"signup",level:4,variant:"semibold"},"Non hai ancora un account?"),a("div",{class:"signup"},a("slot",{name:"signup"},a("z-button",{variant:n.secondary,onClick:()=>this.emitSignupClick()},"Registrati"))),!this.externalProviderCheck&&a("div",{class:"providers"},a("z-body",{class:"provider",level:5,variant:"regular"},"OPPURE ACCEDI CON:"),a("slot",{name:"provider"},this.renderZainoDigitaleButton(),a("z-link",{icon:"informationsource",href:"https://www.zainodigitale.it/#/landing"},"Cos'è Zaino Digitale?")))))}get hostElement(){return l(this)}};t.style='.sc-z-modal-login-h{font-family:var(--dashboard-font);font-weight:var(--font-rg)}.sc-z-modal-login-h div.wrapper.sc-z-modal-login{color:var(--text-grey-800);padding:calc(var(--space-unit) * 4) calc(var(--space-unit) * 2)\n calc(var(--space-unit) * 3) calc(var(--space-unit) * 2);box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}z-button.sc-z-modal-login,z-input.sc-z-modal-login,.sc-z-modal-login-s>z-button,.sc-z-modal-login-s>z-input{display:inline-block;width:100%}z-link.sc-z-modal-login,.sc-z-modal-login-s>z-link{font-size:12px}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}div.wrapper>form>div.username.sc-z-modal-login-s>z-input,div.wrapper>form>div.password.sc-z-modal-login-s>z-input,.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login>div.username.sc-z-modal-login z-input.sc-z-modal-login,.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login>div.password.sc-z-modal-login z-input.sc-z-modal-login{margin-bottom:var(--space-unit)}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login>z-link.forget.sc-z-modal-login{font-size:12px;align-self:flex-end}div.wrapper>form>div.login.sc-z-modal-login-s>z-button,.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login>div.login.sc-z-modal-login z-button.sc-z-modal-login{margin:calc(var(--space-unit) * 3) 0;align-self:flex-start}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>hr.sc-z-modal-login{width:100%;margin-bottom:calc(var(--space-unit) * 3);border:none;border-top:var(--border-size-medium) solid var(--bg-grey-200);margin-block-start:unset}div.wrapper>div.signup.sc-z-modal-login-s>z-button,.sc-z-modal-login-h div.wrapper.sc-z-modal-login>div.signup.sc-z-modal-login z-button.sc-z-modal-login{display:inline-block;margin:calc(var(--space-unit) * 2) 0}.sc-z-modal-login-h div.providers.sc-z-modal-login{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:calc(var(--space-unit) * 2) 0px}slot-fb[name="provider"].sc-z-modal-login{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:calc(var(--space-unit) * 2) 0px}.sc-z-modal-login-h div.providers.sc-z-modal-login>z-body.sc-z-modal-login{padding-top:calc(var(--space-unit) * 2)}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>div.providers.sc-z-modal-login .zd.sc-z-modal-login{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>div.providers.sc-z-modal-login .zd.sc-z-modal-login>svg.sc-z-modal-login{margin-right:var(--space-unit)}@media only screen and (min-width: 768px){z-button.sc-z-modal-login,.sc-z-modal-login-s>z-button{width:initial}.sc-z-modal-login-h div.wrapper.sc-z-modal-login{width:396px;padding:calc(var(--space-unit) * 3)}.sc-z-modal-login-h div.providers.sc-z-modal-login{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto;gap:var(--space-unit);justify-content:center;align-items:center}.sc-z-modal-login-h div.providers.sc-z-modal-login>z-body.sc-z-modal-login{grid-column-start:1;grid-column-end:3;padding-bottom:var(--space-unit)}.sc-z-modal-login-s>[slot="provider"]{width:100%}slot-fb[name="provider"].sc-z-modal-login{grid-column-start:1;grid-column-end:3;display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto;gap:var(--space-unit);justify-content:center;align-items:center}slot-fb[name="provider"].sc-z-modal-login>*.sc-z-modal-login{width:100%}}@media only screen and (min-width: 1366px){.sc-z-modal-login-h div.wrapper.sc-z-modal-login{width:477px;padding:calc(var(--space-unit) * 4)}}';export{t as z_modal_login}
@@ -0,0 +1 @@
1
+ var n,e,t,o,a,s,i,r,c,l,u,f,d,m,g,b,h,w,p,E,v,A,x,k,_,C,R,S,y,D,P,T,B,N;!function(n){n.real="reale",n.virtual="virtuale",n.trial="saggio"}(n||(n={})),function(n){n.border="border",n.shadow="shadow",n.overlay="overlay"}(e||(e={})),function(n){n.horizontal="horizontal",n.vertical="vertical"}(t||(t={})),function(n){n.big="big",n.small="small"}(o||(o={})),function(n){n.primary="primary",n.secondary="secondary",n.tertiary="tertiary",n["dark-bg"]="dark-bg"}(a||(a={})),function(n){n.submit="submit",n.reset="reset",n.button="button"}(s||(s={})),function(n){n.big="big",n.small="small",n["x-small"]="x-small"}(i||(i={})),function(n){n.text="text",n.password="password",n.number="number",n.email="email",n.textarea="textarea",n.checkbox="checkbox",n.radio="radio",n.select="select"}(r||(r={})),function(n){n.success="success",n.error="error",n.warning="warning",n.selecting="selecting"}(c||(c={})),function(n){n.AUTO="auto",n.TOP="top",n.RIGHT="right",n.BOTTOM="bottom",n.LEFT="left",n.TOP_RIGHT="top_right",n.TOP_LEFT="top_left",n.BOTTOM_RIGHT="bottom_right",n.BOTTOM_LEFT="bottom_left"}(l||(l={})),function(n){n[n.TAB=9]="TAB",n[n.SPACE=32]="SPACE",n[n.ESC=27]="ESC",n[n.ENTER=13]="ENTER",n[n.ARROW_UP=38]="ARROW_UP",n[n.ARROW_DOWN=40]="ARROW_DOWN",n[n.BACKSPACE=8]="BACKSPACE",n[n.DELETE=46]="DELETE"}(u||(u={})),function(n){n.ARROW_DOWN="ArrowDown",n.ARROW_UP="ArrowUp",n.ENTER="Enter",n.ESC="Escape",n.SPACE="Space"}(f||(f={})),function(n){n.dark="dark",n.light="light"}(d||(d={})),function(n){n["after-down"]="after-down",n["after-center"]="after-center",n["after-up"]="after-up",n["below-right"]="below-right",n["below-center"]="below-center",n["below-left"]="below-left",n["before-down"]="before-down",n["before-center"]="before-center",n["before-up"]="before-up",n["above-right"]="above-right",n["above-center"]="above-center",n["above-left"]="above-left"}(m||(m={})),function(n){n.none="none",n.small="small",n.medium="medium"}(g||(g={})),function(n){n["shadow-1"]="shadow-1",n["shadow-2"]="shadow-2",n["shadow-3"]="shadow-3",n["shadow-4"]="shadow-4",n["shadow-6"]="shadow-6",n["shadow-8"]="shadow-8",n["shadow-12"]="shadow-12",n["shadow-16"]="shadow-16",n["shadow-24"]="shadow-24"}(b||(b={})),function(n){n.small="small",n.medium="medium",n.large="large"}(h||(h={})),function(n){n.horizontal="horizontal",n.vertical="vertical"}(w||(w={})),function(n){n["x-small"]="x-small",n.small="small",n.medium="medium",n.large="large",n.special="special"}(p||(p={})),function(n){n.asc="asc",n.desc="desc",n.none="none"}(E||(E={})),function(n){n.small="small",n.medium="medium",n.large="large"}(v||(v={})),function(n){n.warning="warning",n.error="error",n.success="success",n.neutral="neutral",n.default="default"}(A||(A={})),function(n){n.small="small",n.medium="medium",n.large="large",n["x-large"]="x-large"}(x||(x={})),function(n){n.accordion="accordion",n.menu="menu"}(k||(k={})),function(n){n.right="right",n.left="left"}(_||(_={})),function(n){n.none="none",n.header="header",n.element="element"}(C||(C={})),function(n){n.success="success",n.warning="warning",n.error="error"}(R||(R={})),function(n){n.success="success",n.warning="warning",n.error="error"}(S||(S={})),function(n){n.mobile="mobile",n.tablet="tablet",n.desktop="desktop"}(y||(y={})),function(n){n.preview="preview",n.open="open",n.closed="closed"}(D||(D={})),function(n){n.dark="dark",n.light="light",n.accent="accent",n.error="error",n.success="success",n.warning="warning"}(P||(P={})),function(n){n.slideInLeft="slide-in-left",n.slideInRight="slide-in-right",n.slideInDown="slide-in-down",n.slideInUp="slide-in-up",n.slideOutLeft="slide-out-left",n.slideOutRight="slide-out-right",n.slideOutDown="slide-out-down",n.slideOutUp="slide-out-up"}(T||(T={})),function(n){n.topRight="top-right",n.topLeft="top-left",n.topCentre="top-centre",n.bottomRight="bottom-right",n.bottomLeft="bottom-left",n.bottomCentre="bottom-centre"}(B||(B={})),function(n){n.expandable="expandable",n.padding="padding",n.none="none"}(N||(N={}));export{v as A,s as B,e as C,y as D,_ as E,r as I,f as K,x as L,R as N,m as P,E as S,d as T,N as Z,w as a,a as b,i as c,h as d,C as e,k as f,n as g,S as h,g as i,b as j,u as k,p as l,c as m,A as n,l as o,D as p,t as q,o as r,T as s,B as t}
@@ -0,0 +1 @@
1
+ const s=767,t=1023;export{s as m,t}
@@ -0,0 +1 @@
1
+ import{k as t,D as n}from"./p-d63b9ed3.js";import{t as r,m as a}from"./p-d69e14fb.js";function u(){return Math.random().toString(36).replace("0.","")}function e(n,r,...a){n.keyCode!==t.ENTER&&n.keyCode!==t.SPACE||(n.preventDefault(),r(...a))}function s(t=null){return t||(t=document.activeElement),t&&t.shadowRoot&&t.shadowRoot.activeElement?s(t=t.shadowRoot.activeElement):t}function o(t,n=[]){return n.push(t),t.parentElement?o(t=t.parentElement,n):t.parentNode&&t.parentNode.host?o(t=t.parentNode.host,n):n}function c(){switch(!0){case window.innerWidth<=a:return n.mobile;case window.innerWidth<=r:return n.tablet;default:return n.desktop}}function i(t){try{return JSON.parse(t)}catch(t){return!1}}function f(t){const n=Math.ceil(2**31-1)*parseFloat(`0.${t}`);let r=Math.ceil(n%1*19);return 0===r&&(r=1),`avatar-C${r.toString().padStart(2,"0")}`}export{s as a,i as b,f as c,c as d,o as g,e as h,u as r}
@@ -0,0 +1 @@
1
+ import{r as t,c as o,h as e,g as i}from"./p-904a85e4.js";const r=class{constructor(e){t(this,e),this.emitSelected=o(this,"selected",7),this.selected=!1,this.disabled=!1,this.orientation="horizontal",this.size="big"}onFocus(){this.host.scrollIntoView({behavior:"smooth",block:"nearest",inline:"nearest"})}onClick(){this.disabled||(this.selected=!0)}onSelected(){this.selected&&this.emitSelected.emit()}render(){return e("button",{disabled:this.disabled,role:"tab"},e("slot",{name:"icon"}),"horizontal"===this.orientation&&e("slot",{name:"label"}))}get host(){return i(this)}static get watchers(){return{selected:["onSelected"]}}};r.style="button{position:relative;z-index:0;display:flex;align-items:center;justify-content:center;width:100%;margin:0;padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 5);background-color:unset;text-align:center;font-size:inherit;font-family:var(--font-family-sans);line-height:inherit;letter-spacing:inherit;white-space:nowrap;color:var(--color-primary01);fill:currentColor;border:none;border-radius:var(--border-no-radius);outline:none;cursor:pointer}*::before,*::after{box-sizing:border-box}:host(:hover:not([disabled])) button,:host([selected]) button{color:var(--color-hover-secondary);fill:currentColor}:host(:hover:not([disabled])) button::after,:host([selected]) button::after{content:'';position:absolute;background-color:var(--color-hover-secondary)}:host([orientation='horizontal']:not([disabled]):hover) button::after,:host([orientation='horizontal'][selected]) button::after{bottom:0;left:0;width:100%;height:var(--border-size-large)}:host([orientation='horizontal']) ::slotted(z-icon){margin-right:var(--space-unit)}:host(:hover:not([disabled])) button{background-color:var(--color-background)}button:focus:focus-visible{box-shadow:var(--shadow-focus-primary)}:host([disabled]) button{pointer-events:all;cursor:not-allowed;color:var(--gray500);fill:currentColor}:host([size='small']) button{font-size:var(--font-size-2);line-height:1.4;letter-spacing:0.16px}:host([size='small'][orientation='horizontal']) button{padding:var(--space-unit) calc(var(--space-unit) * 2)}:host([size='small'][orientation='horizontal']:not([disabled]):hover) button::after,:host([size='small'][orientation='horizontal'][selected]) button::after{height:var(--border-size-medium)}:host([size='small']:not([orientation='vertical'])) ::slotted(z-icon){--z-icon-width:14px;--z-icon-height:14px}:host([orientation='vertical']) button{padding:calc(var(--space-unit) * 3) calc(var(--space-unit) * 2)}:host([orientation='vertical']:hover:not([disabled])) button::after,:host([orientation='vertical'][selected]) button::after{width:var(--border-size-large);height:100%;top:0;right:0}:host([orientation='vertical']) ::slotted([slot='label']){display:none}::slotted(z-icon){--z-icon-width:calc(var(--space-unit) * 2);--z-icon-height:calc(var(--space-unit) * 2);margin:0}";export{r as z_navigation_tab}