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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (461) hide show
  1. package/dist/web-components-library/_commonjsHelpers-cb1cd7bb.js +44 -0
  2. package/dist/web-components-library/app-globals-0f993ce5.js +3 -0
  3. package/dist/{esm → web-components-library}/breakpoints-c386984e.js +0 -0
  4. package/dist/web-components-library/css-shim-003e9264.js +4 -0
  5. package/dist/web-components-library/dom-1b195079.js +73 -0
  6. package/dist/{esm/hammer-c807d0b5.js → web-components-library/hammer-52e2c4fe.js} +4 -15
  7. package/dist/{collection/components/icons/icons.js → web-components-library/icons-8f642f81.js} +3 -1
  8. package/dist/{esm/index-ac6e10aa.js → web-components-library/index-020789bb.js} +1 -1
  9. package/dist/web-components-library/index-44936066.js +2832 -0
  10. package/dist/web-components-library/index-8067f807.js +64 -0
  11. package/dist/web-components-library/index.esm.js +9 -1
  12. package/dist/web-components-library/shadow-css-c1ad5fdc.js +383 -0
  13. package/dist/{esm/utils-4da869b8.js → web-components-library/utils-cb1be595.js} +20 -2
  14. package/dist/web-components-library/web-components-library.css +789 -1
  15. package/dist/web-components-library/web-components-library.esm.js +122 -1
  16. package/dist/web-components-library/z-alert.entry.js +15 -0
  17. package/dist/web-components-library/z-app-header.entry.js +139 -0
  18. package/dist/web-components-library/z-app-switcher.entry.js +25 -0
  19. package/dist/web-components-library/z-app-topbar.entry.js +50 -0
  20. package/dist/web-components-library/z-avatar.entry.js +39 -0
  21. package/dist/web-components-library/z-body.entry.js +13 -0
  22. package/dist/web-components-library/z-button-filter.entry.js +45 -0
  23. package/dist/web-components-library/z-button-sort.entry.js +50 -0
  24. package/dist/web-components-library/z-button.entry.js +35 -0
  25. package/dist/{esm → web-components-library}/z-candybar.entry.js +1 -1
  26. package/dist/web-components-library/z-card.entry.js +54 -0
  27. package/dist/web-components-library/z-chip.entry.js +20 -0
  28. package/dist/web-components-library/z-combobox.entry.js +166 -0
  29. package/dist/web-components-library/z-contextual-menu.entry.js +36 -0
  30. package/dist/{esm → web-components-library}/z-cookiebar.entry.js +2 -2
  31. package/dist/web-components-library/z-divider.entry.js +22 -0
  32. package/dist/web-components-library/z-footer-link.entry.js +15 -0
  33. package/dist/web-components-library/z-footer-section.entry.js +19 -0
  34. package/dist/web-components-library/z-footer-social.entry.js +15 -0
  35. package/dist/web-components-library/z-footer.entry.js +76 -0
  36. package/dist/web-components-library/z-ghost-loading.entry.js +15 -0
  37. package/dist/{esm → web-components-library}/z-heading.entry.js +1 -1
  38. package/dist/web-components-library/z-icon-package.entry.js +19 -0
  39. package/dist/web-components-library/z-icon.entry.js +24 -0
  40. package/dist/web-components-library/z-info-box.entry.js +21 -0
  41. package/dist/web-components-library/z-input-label.entry.js +17 -0
  42. package/dist/web-components-library/z-input-message.entry.js +20 -0
  43. package/dist/web-components-library/z-input.entry.js +264 -0
  44. package/dist/web-components-library/z-link.entry.js +67 -0
  45. package/dist/web-components-library/z-list-element.entry.js +150 -0
  46. package/dist/web-components-library/z-list-group.entry.js +50 -0
  47. package/dist/web-components-library/z-list.entry.js +30 -0
  48. package/dist/web-components-library/z-logo.entry.js +24 -0
  49. package/dist/web-components-library/z-menu-dropdown.entry.js +56 -0
  50. package/dist/web-components-library/z-menu-section.entry.js +42 -0
  51. package/dist/web-components-library/z-menu.entry.js +106 -0
  52. package/dist/{esm → web-components-library}/z-messages-pocket.entry.js +2 -2
  53. package/dist/{esm → web-components-library}/z-modal-login.entry.js +2 -2
  54. package/dist/web-components-library/z-modal.entry.js +32 -0
  55. package/dist/web-components-library/z-myz-card-alert.entry.js +59 -0
  56. package/dist/web-components-library/z-myz-card-body.entry.js +15 -0
  57. package/dist/web-components-library/z-myz-card-cover.entry.js +18 -0
  58. package/dist/{esm → web-components-library}/z-myz-card-dictionary.entry.js +2 -2
  59. package/dist/{esm → web-components-library}/z-myz-card-footer-sections.entry.js +1 -1
  60. package/dist/web-components-library/z-myz-card-footer.entry.js +48 -0
  61. package/dist/web-components-library/z-myz-card-header.entry.js +34 -0
  62. package/dist/web-components-library/z-myz-card-icon.entry.js +17 -0
  63. package/dist/{esm → web-components-library}/z-myz-card-info.entry.js +3 -3
  64. package/dist/web-components-library/z-myz-card-list.entry.js +33 -0
  65. package/dist/web-components-library/z-myz-card.entry.js +37 -0
  66. package/dist/web-components-library/z-myz-list-item.entry.js +33 -0
  67. package/dist/web-components-library/z-myz-list.entry.js +31 -0
  68. package/dist/{esm → web-components-library}/z-myz-topbar.entry.js +2 -2
  69. package/dist/{esm → web-components-library}/z-navigation-tab.entry.js +1 -1
  70. package/dist/{esm → web-components-library}/z-navigation-tabs.entry.js +2 -2
  71. package/dist/web-components-library/z-notification.entry.js +38 -0
  72. package/dist/{esm → web-components-library}/z-otp.entry.js +2 -2
  73. package/dist/web-components-library/z-pagination-bar.entry.js +126 -0
  74. package/dist/web-components-library/z-pagination-page.entry.js +21 -0
  75. package/dist/web-components-library/z-panel-elem.entry.js +26 -0
  76. package/dist/web-components-library/z-pocket-body.entry.js +23 -0
  77. package/dist/web-components-library/z-pocket-header.entry.js +36 -0
  78. package/dist/{esm → web-components-library}/z-pocket-message.entry.js +1 -1
  79. package/dist/web-components-library/z-pocket.entry.js +68 -0
  80. package/dist/web-components-library/z-popover.entry.js +124 -0
  81. package/dist/web-components-library/z-registro-table-body.entry.js +20 -0
  82. package/dist/web-components-library/z-registro-table-cell.entry.js +30 -0
  83. package/dist/web-components-library/z-registro-table-empty-box.entry.js +19 -0
  84. package/dist/web-components-library/z-registro-table-expanded-row.entry.js +15 -0
  85. package/dist/{esm → web-components-library}/z-registro-table-footer.entry.js +1 -1
  86. package/dist/web-components-library/z-registro-table-head.entry.js +19 -0
  87. package/dist/web-components-library/z-registro-table-header-row.entry.js +18 -0
  88. package/dist/web-components-library/z-registro-table-header.entry.js +80 -0
  89. package/dist/web-components-library/z-registro-table-row.entry.js +39 -0
  90. package/dist/web-components-library/z-registro-table-sticky-footer.entry.js +15 -0
  91. package/dist/web-components-library/z-registro-table.entry.js +73 -0
  92. package/dist/web-components-library/z-select.entry.js +281 -0
  93. package/dist/{esm → web-components-library}/z-slideshow.entry.js +3 -3
  94. package/dist/web-components-library/z-status-tag.entry.js +25 -0
  95. package/dist/web-components-library/z-stepper-item.entry.js +18 -0
  96. package/dist/web-components-library/z-stepper.entry.js +15 -0
  97. package/dist/{esm → web-components-library}/z-toast-notification-list.entry.js +2 -2
  98. package/dist/{esm → web-components-library}/z-toast-notification.entry.js +4 -3
  99. package/dist/web-components-library/z-toggle-button.entry.js +32 -0
  100. package/dist/{collection/components/notification/z-tooltip/index.js → web-components-library/z-tooltip.entry.js} +19 -128
  101. package/dist/web-components-library/z-typography.entry.js +25 -0
  102. package/dist/web-components-library/z-user-dropdown.entry.js +91 -0
  103. package/package.json +1 -1
  104. package/www/build/_commonjsHelpers-cb1cd7bb.js +44 -0
  105. package/www/build/app-globals-0f993ce5.js +3 -0
  106. package/{dist/collection/constants/breakpoints.js → www/build/breakpoints-c386984e.js} +2 -1
  107. package/www/build/css-shim-003e9264.js +4 -0
  108. package/www/build/dom-1b195079.js +73 -0
  109. package/{dist/cjs/hammer-6e321f0b.js → www/build/hammer-52e2c4fe.js} +4 -18
  110. package/www/build/icons-8f642f81.js +437 -0
  111. package/{dist/collection/beans/index.js → www/build/index-020789bb.js} +36 -34
  112. package/www/build/index-44936066.js +2832 -0
  113. package/www/build/index-8067f807.js +64 -0
  114. package/www/build/index.esm.js +9 -1
  115. package/www/build/shadow-css-c1ad5fdc.js +383 -0
  116. package/{dist/collection/utils/utils.js → www/build/utils-cb1be595.js} +15 -12
  117. package/www/build/web-components-library.css +789 -1
  118. package/www/build/web-components-library.esm.js +122 -1
  119. package/www/build/z-alert.entry.js +15 -0
  120. package/www/build/z-app-header.entry.js +139 -0
  121. package/www/build/z-app-switcher.entry.js +25 -0
  122. package/www/build/z-app-topbar.entry.js +50 -0
  123. package/www/build/z-avatar.entry.js +39 -0
  124. package/www/build/z-body.entry.js +13 -0
  125. package/www/build/z-button-filter.entry.js +45 -0
  126. package/www/build/z-button-sort.entry.js +50 -0
  127. package/www/build/z-button.entry.js +35 -0
  128. package/{dist/cjs/z-candybar.cjs.entry.js → www/build/z-candybar.entry.js} +4 -8
  129. package/www/build/z-card.entry.js +54 -0
  130. package/www/build/z-chip.entry.js +20 -0
  131. package/www/build/z-combobox.entry.js +166 -0
  132. package/www/build/z-contextual-menu.entry.js +36 -0
  133. package/{dist/cjs/z-cookiebar.cjs.entry.js → www/build/z-cookiebar.entry.js} +7 -11
  134. package/www/build/z-divider.entry.js +22 -0
  135. package/www/build/z-footer-link.entry.js +15 -0
  136. package/www/build/z-footer-section.entry.js +19 -0
  137. package/www/build/z-footer-social.entry.js +15 -0
  138. package/www/build/z-footer.entry.js +76 -0
  139. package/www/build/z-ghost-loading.entry.js +15 -0
  140. package/www/build/z-heading.entry.js +13 -0
  141. package/www/build/z-icon-package.entry.js +19 -0
  142. package/www/build/z-icon.entry.js +24 -0
  143. package/www/build/z-info-box.entry.js +21 -0
  144. package/www/build/z-input-label.entry.js +17 -0
  145. package/www/build/z-input-message.entry.js +20 -0
  146. package/www/build/z-input.entry.js +264 -0
  147. package/www/build/z-link.entry.js +67 -0
  148. package/www/build/z-list-element.entry.js +150 -0
  149. package/www/build/z-list-group.entry.js +50 -0
  150. package/www/build/z-list.entry.js +30 -0
  151. package/www/build/z-logo.entry.js +24 -0
  152. package/www/build/z-menu-dropdown.entry.js +56 -0
  153. package/www/build/z-menu-section.entry.js +42 -0
  154. package/www/build/z-menu.entry.js +106 -0
  155. package/{dist/cjs/z-messages-pocket.cjs.entry.js → www/build/z-messages-pocket.entry.js} +13 -17
  156. package/www/build/z-modal-login.entry.js +77 -0
  157. package/www/build/z-modal.entry.js +32 -0
  158. package/www/build/z-myz-card-alert.entry.js +59 -0
  159. package/www/build/z-myz-card-body.entry.js +15 -0
  160. package/www/build/z-myz-card-cover.entry.js +18 -0
  161. package/{dist/cjs/z-myz-card-dictionary.cjs.entry.js → www/build/z-myz-card-dictionary.entry.js} +6 -10
  162. package/{dist/cjs/z-myz-card-footer-sections.cjs.entry.js → www/build/z-myz-card-footer-sections.entry.js} +4 -8
  163. package/www/build/z-myz-card-footer.entry.js +48 -0
  164. package/www/build/z-myz-card-header.entry.js +34 -0
  165. package/www/build/z-myz-card-icon.entry.js +17 -0
  166. package/{dist/cjs/z-myz-card-info.cjs.entry.js → www/build/z-myz-card-info.entry.js} +19 -23
  167. package/www/build/z-myz-card-list.entry.js +33 -0
  168. package/www/build/z-myz-card.entry.js +37 -0
  169. package/www/build/z-myz-list-item.entry.js +33 -0
  170. package/www/build/z-myz-list.entry.js +31 -0
  171. package/{dist/cjs/z-myz-topbar.cjs.entry.js → www/build/z-myz-topbar.entry.js} +29 -33
  172. package/{dist/cjs/z-navigation-tab.cjs.entry.js → www/build/z-navigation-tab.entry.js} +6 -10
  173. package/{dist/cjs/z-navigation-tabs.cjs.entry.js → www/build/z-navigation-tabs.entry.js} +11 -15
  174. package/www/build/z-notification.entry.js +38 -0
  175. package/{dist/cjs/z-otp.cjs.entry.js → www/build/z-otp.entry.js} +8 -12
  176. package/www/build/z-pagination-bar.entry.js +126 -0
  177. package/www/build/z-pagination-page.entry.js +21 -0
  178. package/www/build/z-panel-elem.entry.js +26 -0
  179. package/www/build/z-pocket-body.entry.js +23 -0
  180. package/www/build/z-pocket-header.entry.js +36 -0
  181. package/{dist/cjs/z-pocket-message.cjs.entry.js → www/build/z-pocket-message.entry.js} +4 -8
  182. package/www/build/z-pocket.entry.js +68 -0
  183. package/www/build/z-popover.entry.js +124 -0
  184. package/www/build/z-registro-table-body.entry.js +20 -0
  185. package/www/build/z-registro-table-cell.entry.js +30 -0
  186. package/www/build/z-registro-table-empty-box.entry.js +19 -0
  187. package/www/build/z-registro-table-expanded-row.entry.js +15 -0
  188. package/{dist/cjs/z-registro-table-footer.cjs.entry.js → www/build/z-registro-table-footer.entry.js} +5 -9
  189. package/www/build/z-registro-table-head.entry.js +19 -0
  190. package/www/build/z-registro-table-header-row.entry.js +18 -0
  191. package/www/build/z-registro-table-header.entry.js +80 -0
  192. package/www/build/z-registro-table-row.entry.js +39 -0
  193. package/www/build/z-registro-table-sticky-footer.entry.js +15 -0
  194. package/www/build/z-registro-table.entry.js +73 -0
  195. package/www/build/z-select.entry.js +281 -0
  196. package/{dist/cjs/z-slideshow.cjs.entry.js → www/build/z-slideshow.entry.js} +19 -23
  197. package/www/build/z-status-tag.entry.js +25 -0
  198. package/www/build/z-stepper-item.entry.js +18 -0
  199. package/www/build/z-stepper.entry.js +15 -0
  200. package/{dist/cjs/z-toast-notification-list.cjs.entry.js → www/build/z-toast-notification-list.entry.js} +7 -11
  201. package/{dist/cjs/z-toast-notification.cjs.entry.js → www/build/z-toast-notification.entry.js} +31 -34
  202. package/www/build/z-toggle-button.entry.js +32 -0
  203. package/www/build/z-tooltip.entry.js +270 -0
  204. package/www/build/z-typography.entry.js +25 -0
  205. package/www/build/z-user-dropdown.entry.js +91 -0
  206. package/www/index.html +11 -2
  207. package/CHANGELOG.md +0 -1111
  208. package/dist/cjs/breakpoints-88c4fd6c.js +0 -7
  209. package/dist/cjs/index-8f4b351d.js +0 -251
  210. package/dist/cjs/index-dee3e21d.js +0 -1694
  211. package/dist/cjs/index.cjs.js +0 -13
  212. package/dist/cjs/loader.cjs.js +0 -21
  213. package/dist/cjs/utils-6d6841cc.js +0 -75
  214. package/dist/cjs/web-components-library.cjs.js +0 -19
  215. package/dist/cjs/z-alert_66.cjs.entry.js +0 -3680
  216. package/dist/cjs/z-app-header.cjs.entry.js +0 -143
  217. package/dist/cjs/z-heading.cjs.entry.js +0 -17
  218. package/dist/cjs/z-modal-login.cjs.entry.js +0 -81
  219. package/dist/cjs/z-pocket_3.cjs.entry.js +0 -124
  220. package/dist/collection/collection-manifest.json +0 -98
  221. package/dist/collection/components/buttons/z-button/index.js +0 -219
  222. package/dist/collection/components/buttons/z-button/styles.css +0 -231
  223. package/dist/collection/components/buttons/z-button-filter/index.js +0 -155
  224. package/dist/collection/components/buttons/z-button-filter/styles.css +0 -74
  225. package/dist/collection/components/buttons/z-button-sort/index.js +0 -216
  226. package/dist/collection/components/buttons/z-button-sort/styles.css +0 -101
  227. package/dist/collection/components/buttons/z-chip/index.js +0 -59
  228. package/dist/collection/components/buttons/z-chip/styles.css +0 -17
  229. package/dist/collection/components/buttons/z-toggle-button/index.js +0 -122
  230. package/dist/collection/components/buttons/z-toggle-button/styles.css +0 -62
  231. package/dist/collection/components/footer/z-footer/index.js +0 -144
  232. package/dist/collection/components/footer/z-footer/styles.css +0 -180
  233. package/dist/collection/components/footer/z-footer-link/index.js +0 -37
  234. package/dist/collection/components/footer/z-footer-link/styles.css +0 -33
  235. package/dist/collection/components/footer/z-footer-section/index.js +0 -51
  236. package/dist/collection/components/footer/z-footer-section/styles.css +0 -164
  237. package/dist/collection/components/footer/z-footer-social/index.js +0 -68
  238. package/dist/collection/components/footer/z-footer-social/styles.css +0 -23
  239. package/dist/collection/components/icons/z-icon/index.js +0 -110
  240. package/dist/collection/components/icons/z-icon/styles.css +0 -14
  241. package/dist/collection/components/icons/z-icon-package/index.js +0 -20
  242. package/dist/collection/components/icons/z-icon-package/styles.css +0 -16
  243. package/dist/collection/components/indicators/z-stepper/index.js +0 -17
  244. package/dist/collection/components/indicators/z-stepper/styles.css +0 -19
  245. package/dist/collection/components/indicators/z-stepper-item/index.js +0 -93
  246. package/dist/collection/components/indicators/z-stepper-item/styles.css +0 -115
  247. package/dist/collection/components/inputs/z-combobox/index.js +0 -480
  248. package/dist/collection/components/inputs/z-combobox/styles.css +0 -148
  249. package/dist/collection/components/inputs/z-input/index.js +0 -821
  250. package/dist/collection/components/inputs/z-input/styles.css +0 -304
  251. package/dist/collection/components/inputs/z-input-label/index.js +0 -72
  252. package/dist/collection/components/inputs/z-input-label/styles.css +0 -16
  253. package/dist/collection/components/inputs/z-input-message/index.js +0 -64
  254. package/dist/collection/components/inputs/z-input-message/styles.css +0 -33
  255. package/dist/collection/components/inputs/z-select/index.js +0 -647
  256. package/dist/collection/components/inputs/z-select/styles.css +0 -131
  257. package/dist/collection/components/list/z-list/index.js +0 -57
  258. package/dist/collection/components/list/z-list/styles.css +0 -7
  259. package/dist/collection/components/list/z-list-element/index.js +0 -439
  260. package/dist/collection/components/list/z-list-element/styles.css +0 -133
  261. package/dist/collection/components/list/z-list-group/index.js +0 -144
  262. package/dist/collection/components/list/z-list-group/styles.css +0 -22
  263. package/dist/collection/components/list/z-toast-notification-list/index.js +0 -97
  264. package/dist/collection/components/list/z-toast-notification-list/styles.css +0 -107
  265. package/dist/collection/components/logo/z-logo/index.js +0 -111
  266. package/dist/collection/components/logo/z-logo/styles.css +0 -31
  267. package/dist/collection/components/modal/z-modal/index.js +0 -160
  268. package/dist/collection/components/modal/z-modal/styles.css +0 -185
  269. package/dist/collection/components/modal/z-modal-login/index.js +0 -272
  270. package/dist/collection/components/modal/z-modal-login/styles.css +0 -159
  271. package/dist/collection/components/navigation/z-app-header/index.js +0 -267
  272. package/dist/collection/components/navigation/z-app-header/styles.css +0 -441
  273. package/dist/collection/components/navigation/z-app-switcher/index.js +0 -70
  274. package/dist/collection/components/navigation/z-app-switcher/styles.css +0 -35
  275. package/dist/collection/components/navigation/z-app-topbar/index.js +0 -134
  276. package/dist/collection/components/navigation/z-app-topbar/styles.css +0 -92
  277. package/dist/collection/components/navigation/z-link/index.js +0 -309
  278. package/dist/collection/components/navigation/z-link/styles.css +0 -160
  279. package/dist/collection/components/navigation/z-menu/index.js +0 -223
  280. package/dist/collection/components/navigation/z-menu/styles.css +0 -149
  281. package/dist/collection/components/navigation/z-menu-dropdown/index.js +0 -125
  282. package/dist/collection/components/navigation/z-menu-dropdown/styles.css +0 -146
  283. package/dist/collection/components/navigation/z-menu-section/index.js +0 -109
  284. package/dist/collection/components/navigation/z-menu-section/styles.css +0 -91
  285. package/dist/collection/components/navigation/z-navigation-tab/index.js +0 -151
  286. package/dist/collection/components/navigation/z-navigation-tab/styles.css +0 -113
  287. package/dist/collection/components/navigation/z-navigation-tabs/index.js +0 -179
  288. package/dist/collection/components/navigation/z-navigation-tabs/styles.css +0 -117
  289. package/dist/collection/components/navigation/z-user-dropdown/index.js +0 -252
  290. package/dist/collection/components/navigation/z-user-dropdown/styles.css +0 -311
  291. package/dist/collection/components/notification/z-candybar/index.js +0 -18
  292. package/dist/collection/components/notification/z-candybar/styles.css +0 -61
  293. package/dist/collection/components/notification/z-cookiebar/index.js +0 -111
  294. package/dist/collection/components/notification/z-cookiebar/styles.css +0 -109
  295. package/dist/collection/components/notification/z-info-box/index.js +0 -79
  296. package/dist/collection/components/notification/z-info-box/styles.css +0 -23
  297. package/dist/collection/components/notification/z-notification/index.js +0 -171
  298. package/dist/collection/components/notification/z-notification/styles.css +0 -93
  299. package/dist/collection/components/notification/z-toast-notification/index.js +0 -402
  300. package/dist/collection/components/notification/z-toast-notification/styles.css +0 -247
  301. package/dist/collection/components/notification/z-tooltip/styles.css +0 -128
  302. package/dist/collection/components/pagination/z-pagination-bar/index.js +0 -278
  303. package/dist/collection/components/pagination/z-pagination-bar/styles.css +0 -23
  304. package/dist/collection/components/pagination/z-pagination-page/index.js +0 -129
  305. package/dist/collection/components/pagination/z-pagination-page/styles.css +0 -57
  306. package/dist/collection/components/panel/z-panel-elem/index.js +0 -193
  307. package/dist/collection/components/panel/z-panel-elem/styles.css +0 -39
  308. package/dist/collection/components/typography/z-body/index.js +0 -66
  309. package/dist/collection/components/typography/z-heading/index.js +0 -66
  310. package/dist/collection/components/typography/z-typography/index.js +0 -84
  311. package/dist/collection/components/typography/z-typography/styles.css +0 -61
  312. package/dist/collection/components/z-avatar/index.js +0 -137
  313. package/dist/collection/components/z-avatar/styles.css +0 -35
  314. package/dist/collection/components/z-card/index.js +0 -153
  315. package/dist/collection/components/z-card/styles.css +0 -188
  316. package/dist/collection/components/z-contextual-menu/index.js +0 -122
  317. package/dist/collection/components/z-contextual-menu/styles.css +0 -45
  318. package/dist/collection/components/z-divider/index.js +0 -89
  319. package/dist/collection/components/z-divider/styles.css +0 -37
  320. package/dist/collection/components/z-ghost-loading/index.js +0 -14
  321. package/dist/collection/components/z-ghost-loading/styles.css +0 -34
  322. package/dist/collection/components/z-popover/index.js +0 -274
  323. package/dist/collection/components/z-popover/styles.css +0 -236
  324. package/dist/collection/components/z-status-tag/index.js +0 -125
  325. package/dist/collection/components/z-status-tag/styles.css +0 -133
  326. package/dist/collection/constants/icons.js +0 -6
  327. package/dist/collection/index.js +0 -5
  328. package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +0 -119
  329. package/dist/collection/snowflakes/myz/card/z-myz-card/styles.css +0 -38
  330. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +0 -148
  331. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/styles.css +0 -62
  332. package/dist/collection/snowflakes/myz/card/z-myz-card-body/index.js +0 -20
  333. package/dist/collection/snowflakes/myz/card/z-myz-card-body/styles.css +0 -13
  334. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +0 -87
  335. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/styles.css +0 -11
  336. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +0 -177
  337. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/styles.css +0 -85
  338. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +0 -190
  339. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/styles.css +0 -137
  340. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +0 -23
  341. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/styles.css +0 -32
  342. package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +0 -101
  343. package/dist/collection/snowflakes/myz/card/z-myz-card-header/styles.css +0 -46
  344. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +0 -74
  345. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/styles.css +0 -70
  346. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +0 -213
  347. package/dist/collection/snowflakes/myz/card/z-myz-card-info/styles.css +0 -124
  348. package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +0 -53
  349. package/dist/collection/snowflakes/myz/card/z-myz-card-list/styles.css +0 -41
  350. package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +0 -70
  351. package/dist/collection/snowflakes/myz/list/z-myz-list/styles.css +0 -4
  352. package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +0 -188
  353. package/dist/collection/snowflakes/myz/list/z-myz-list-item/styles.css +0 -48
  354. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +0 -121
  355. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/styles.css +0 -106
  356. package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +0 -181
  357. package/dist/collection/snowflakes/myz/pocket/z-pocket/styles.css +0 -56
  358. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +0 -77
  359. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/styles.css +0 -49
  360. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +0 -86
  361. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/styles.css +0 -40
  362. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/index.js +0 -23
  363. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/styles.css +0 -53
  364. package/dist/collection/snowflakes/myz/topbar/index.js +0 -428
  365. package/dist/collection/snowflakes/myz/topbar/styles.css +0 -594
  366. package/dist/collection/snowflakes/myz/z-alert/index.js +0 -42
  367. package/dist/collection/snowflakes/myz/z-alert/styles.css +0 -28
  368. package/dist/collection/snowflakes/myz/z-otp/index.js +0 -114
  369. package/dist/collection/snowflakes/myz/z-otp/styles.css +0 -47
  370. package/dist/collection/snowflakes/myz/z-slideshow/index.js +0 -165
  371. package/dist/collection/snowflakes/myz/z-slideshow/styles.css +0 -128
  372. package/dist/collection/snowflakes/registro-table/z-registro-table/index.js +0 -360
  373. package/dist/collection/snowflakes/registro-table/z-registro-table/styles.css +0 -167
  374. package/dist/collection/snowflakes/registro-table/z-registro-table-body/index.js +0 -19
  375. package/dist/collection/snowflakes/registro-table/z-registro-table-body/styles.css +0 -9
  376. package/dist/collection/snowflakes/registro-table/z-registro-table-cell/index.js +0 -58
  377. package/dist/collection/snowflakes/registro-table/z-registro-table-cell/styles.css +0 -39
  378. package/dist/collection/snowflakes/registro-table/z-registro-table-empty-box/index.js +0 -64
  379. package/dist/collection/snowflakes/registro-table/z-registro-table-empty-box/styles.css +0 -24
  380. package/dist/collection/snowflakes/registro-table/z-registro-table-expanded-row/index.js +0 -36
  381. package/dist/collection/snowflakes/registro-table/z-registro-table-expanded-row/styles.css +0 -16
  382. package/dist/collection/snowflakes/registro-table/z-registro-table-footer/index.js +0 -18
  383. package/dist/collection/snowflakes/registro-table/z-registro-table-footer/styles.css +0 -5
  384. package/dist/collection/snowflakes/registro-table/z-registro-table-head/index.js +0 -18
  385. package/dist/collection/snowflakes/registro-table/z-registro-table-head/styles.css +0 -5
  386. package/dist/collection/snowflakes/registro-table/z-registro-table-header/index.js +0 -240
  387. package/dist/collection/snowflakes/registro-table/z-registro-table-header/styles.css +0 -67
  388. package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/index.js +0 -37
  389. package/dist/collection/snowflakes/registro-table/z-registro-table-header-row/styles.css +0 -13
  390. package/dist/collection/snowflakes/registro-table/z-registro-table-row/index.js +0 -86
  391. package/dist/collection/snowflakes/registro-table/z-registro-table-row/styles.css +0 -54
  392. package/dist/collection/snowflakes/registro-table/z-registro-table-sticky-footer/index.js +0 -17
  393. package/dist/collection/snowflakes/registro-table/z-registro-table-sticky-footer/styles.css +0 -11
  394. package/dist/collection/themes/index.story.js +0 -18
  395. package/dist/esm/index-fa9e549c.js +0 -1666
  396. package/dist/esm/index.js +0 -9
  397. package/dist/esm/loader.js +0 -17
  398. package/dist/esm/polyfills/core-js.js +0 -11
  399. package/dist/esm/polyfills/css-shim.js +0 -1
  400. package/dist/esm/polyfills/dom.js +0 -79
  401. package/dist/esm/polyfills/es5-html-element.js +0 -1
  402. package/dist/esm/polyfills/index.js +0 -34
  403. package/dist/esm/polyfills/system.js +0 -6
  404. package/dist/esm/web-components-library.js +0 -17
  405. package/dist/esm/z-alert_66.entry.js +0 -3611
  406. package/dist/esm/z-app-header.entry.js +0 -139
  407. package/dist/esm/z-pocket_3.entry.js +0 -118
  408. package/dist/index.cjs.js +0 -1
  409. package/dist/index.js +0 -1
  410. package/dist/web-components-library/p-017370c7.entry.js +0 -1
  411. package/dist/web-components-library/p-140cc18f.entry.js +0 -1
  412. package/dist/web-components-library/p-1c72783c.entry.js +0 -1
  413. package/dist/web-components-library/p-3ad9ef65.entry.js +0 -1
  414. package/dist/web-components-library/p-418044b0.entry.js +0 -1
  415. package/dist/web-components-library/p-44de8dac.entry.js +0 -1
  416. package/dist/web-components-library/p-5ff2bb78.entry.js +0 -1
  417. package/dist/web-components-library/p-6b7ee18b.entry.js +0 -1
  418. package/dist/web-components-library/p-6c3a77ef.entry.js +0 -1
  419. package/dist/web-components-library/p-6fed64d8.entry.js +0 -1
  420. package/dist/web-components-library/p-8dfa676e.js +0 -1
  421. package/dist/web-components-library/p-8f5eaf9d.entry.js +0 -1
  422. package/dist/web-components-library/p-904a85e4.js +0 -1
  423. package/dist/web-components-library/p-96e3aec6.entry.js +0 -1
  424. package/dist/web-components-library/p-9912e411.js +0 -7
  425. package/dist/web-components-library/p-a2b38ee3.entry.js +0 -7
  426. package/dist/web-components-library/p-ba400b3b.entry.js +0 -1
  427. package/dist/web-components-library/p-c7af96eb.entry.js +0 -1
  428. package/dist/web-components-library/p-cfa47b41.entry.js +0 -1
  429. package/dist/web-components-library/p-cfd7f25f.entry.js +0 -1
  430. package/dist/web-components-library/p-d69e14fb.js +0 -1
  431. package/dist/web-components-library/p-e86e2a5f.entry.js +0 -1
  432. package/dist/web-components-library/p-f113a03a.entry.js +0 -1
  433. package/dist/web-components-library/p-fbfde057.entry.js +0 -1
  434. package/dist/web-components-library/p-feb1a4a6.js +0 -1
  435. package/www/build/p-017370c7.entry.js +0 -1
  436. package/www/build/p-140cc18f.entry.js +0 -1
  437. package/www/build/p-1c72783c.entry.js +0 -1
  438. package/www/build/p-2529c71a.js +0 -1
  439. package/www/build/p-3ad9ef65.entry.js +0 -1
  440. package/www/build/p-418044b0.entry.js +0 -1
  441. package/www/build/p-44de8dac.entry.js +0 -1
  442. package/www/build/p-5ff2bb78.entry.js +0 -1
  443. package/www/build/p-6b7ee18b.entry.js +0 -1
  444. package/www/build/p-6c3a77ef.entry.js +0 -1
  445. package/www/build/p-6fed64d8.entry.js +0 -1
  446. package/www/build/p-8dfa676e.js +0 -1
  447. package/www/build/p-8f5eaf9d.entry.js +0 -1
  448. package/www/build/p-904a85e4.js +0 -1
  449. package/www/build/p-96e3aec6.entry.js +0 -1
  450. package/www/build/p-9912e411.js +0 -7
  451. package/www/build/p-a2b38ee3.entry.js +0 -7
  452. package/www/build/p-ba400b3b.entry.js +0 -1
  453. package/www/build/p-c7af96eb.entry.js +0 -1
  454. package/www/build/p-cfa47b41.entry.js +0 -1
  455. package/www/build/p-cfd7f25f.entry.js +0 -1
  456. package/www/build/p-d69e14fb.js +0 -1
  457. package/www/build/p-e86e2a5f.entry.js +0 -1
  458. package/www/build/p-ea943cbd.css +0 -1
  459. package/www/build/p-f113a03a.entry.js +0 -1
  460. package/www/build/p-fbfde057.entry.js +0 -1
  461. package/www/build/p-feb1a4a6.js +0 -1
@@ -1,143 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-dee3e21d.js');
6
-
7
- const stylesCss = ":host{--app-header-height:auto;--app-header-typography-1-size:24px;--app-header-typography-2-size:28px;--app-header-typography-3-size:32px;--app-header-typography-4-size:36px;--app-header-typography-5-size:42px;--app-header-typography-6-size:48px;--app-header-typography-7-size:54px;--app-header-typography-8-size:60px;--app-header-typography-9-size:68px;--app-header-typography-10-size:76px;--app-header-typography-11-size:84px;--app-header-typography-12-size:92px;--app-header-typography-1-lineheight:1.33;--app-header-typography-2-lineheight:1.29;--app-header-typography-3-lineheight:1.25;--app-header-typography-4-lineheight:1.24;--app-header-typography-5-lineheight:1.24;--app-header-typography-6-lineheight:1.25;--app-header-typography-7-lineheight:1.2;--app-header-typography-8-lineheight:1.26;--app-header-typography-9-lineheight:1.24;--app-header-typography-10-lineheight:1.26;--app-header-typography-11-lineheight:1.2;--app-header-typography-12-lineheight:1.2;--app-header-typography-1-tracking:calc(-0.2 / 1em);--app-header-typography-2-tracking:calc(-0.4 / 1em);--app-header-typography-3-tracking:calc(-0.6 / 1em);--app-header-typography-4-tracking:calc(-0.8 / 1em);--app-header-typography-5-tracking:calc(-1 / 1em);--app-header-typography-6-tracking:calc(-1.2 / 1em);--app-header-typography-7-tracking:calc(-1.4 / 1em);--app-header-typography-8-tracking:calc(-1.6 / 1em);--app-header-typography-9-tracking:calc(-1.8 / 1em);--app-header-typography-10-tracking:calc(-2 / 1em);--app-header-typography-11-tracking:calc(-2.2 / 1em);--app-header-typography-12-tracking:calc(-2.4 / 1em);--app-header-top-offset:var(var(--app-header-top-offset), 0);--app-header-drawer-trigger-size:calc(var(--space-unit) * 4);--app-header-bg:var(--color-white);--app-header-stucked-bg:var(--color-white);--app-header-text-color:var(--gray800);--app-header-stucked-text-color:var(--gray800);display:block;color:var(--app-header-text-color)}:host,*{box-sizing:border-box}.heading-panel{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:baseline;flex-shrink:0;flex-grow:0;width:100%;height:var(--app-header-height);padding:calc(var(--space-unit) * 2) var(--grid-mobile-margin);background:var(--app-header-bg)}:host(:empty) .heading-panel{padding:0}.heading-title{display:flex;flex-direction:row;align-items:center;max-width:100%}:host(:not([menu-length='0'])) .heading-subtitle{padding-left:calc(var(--app-header-drawer-trigger-size) + (var(--space-unit) * 1.5))}.heading-stucked{position:fixed;top:var(--app-header-top-offset);left:0;z-index:5;display:flex;flex-direction:row;width:100%;max-width:100%;color:var(--app-header-stucked-text-color);padding:var(--space-unit) var(--grid-mobile-margin);background:var(--app-header-stucked-bg);box-shadow:var(--shadow-2);animation:slideStuckedHeadingIn 250ms ease-out}.heading-stucked .heading-title,.heading-stucked .heading-title>*,.heading-stucked .heading-title ::slotted([slot='stucked-title']){display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.heading-stucked .heading-title>*,::slotted([slot='title']),::slotted([slot='stucked-title']){margin:0;font-weight:700;font-family:'IBM Plex Serif', serif;font-size:var(--app-header-typography-5-size);letter-spacing:var(--app-header-typography-5-tracking);line-height:1}::slotted([slot='subtitle']){margin:var(--space-unit) 0 0;font-family:var(--font-family-sans);font-style:italic;font-weight:500;font-size:20px;line-height:1.2}.heading-container{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;max-width:100%;margin-right:auto}.menu-container{display:none;flex-direction:row;flex-wrap:wrap;align-items:baseline}.menu-container ::slotted([open]){position:relative;z-index:3}.menu-container ::slotted(*:not(:last-of-type)){margin-right:calc(var(--space-unit) * 4.5)}.drawer-trigger{margin:0 calc(var(--space-unit) * 1.5) 0 0;padding:0;background:none;border:0;border-radius:0;color:inherit;appearance:none;cursor:pointer}.drawer-trigger z-icon{--z-icon-width:var(--app-header-drawer-trigger-size);--z-icon-height:var(--app-header-drawer-trigger-size);fill:currentColor}.drawer-container{position:fixed;top:var(--app-header-top-offset);left:0;width:100%;height:100%;z-index:100;pointer-events:none}.drawer-container .drawer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:block;background:var(--gray900);opacity:0;transition:opacity 400ms ease-out;pointer-events:none}.drawer-panel{position:absolute;top:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:flex-start;width:375px;max-width:100%;height:100%;padding:calc(var(--space-unit) * 2) var(--space-unit);background:var(--color-white);color:var(--gray800);transform:translate3d(-100%, 0, 0);transition:transform 400ms ease-out;pointer-events:none}.drawer-content{display:flex;flex-direction:column;flex:1 auto;width:100%;padding:calc(var(--space-unit) * 0.5) var(--space-unit);overflow:auto}.drawer-content::-webkit-scrollbar{background:linear-gradient(\n to right,\n transparent 0 3px,\n var(--gray200) 3px 7px,\n transparent 7px 10px\n );width:10px;border-radius:var(--border-radius)}.drawer-content::-webkit-scrollbar-track{background-color:transparent}.drawer-content::-webkit-scrollbar-thumb{width:10px;background-color:var(--color-primary01);border-radius:var(--border-radius)}.drawer-content::-webkit-scrollbar-thumb:hover{background-color:var(--color-hover-primary)}.drawer-content ::slotted(z-menu){width:100%}.drawer-content ::slotted(z-menu:not(:last-of-type)){margin-bottom:calc(var(--space-unit) * 2.5)}.drawer-close{--z-icon-width:var(--app-header-drawer-trigger-size);--z-icon-height:var(--app-header-drawer-trigger-size);margin:0 0 calc(var(--space-unit) * 2.5) var(--space-unit);padding:0;font-size:inherit;background:transparent;color:inherit;fill:currentColor;border:0;border-radius:0;appearance:none;cursor:pointer;outline:none}.drawer-close:focus-visible{box-shadow:var(--shadow-focus-primary)}:host([drawer-open]) .drawer-container .drawer-overlay{opacity:0.7;pointer-events:all}:host([drawer-open]) .drawer-container .drawer-panel{transform:none;pointer-events:all}.hero-container{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%}:host([overlay]) .heading-panel .drawer-trigger z-icon,:host([overlay]) .heading-panel .heading-container,:host([overlay]) .heading-panel .menu-container{color:var(--color-white);fill:var(--color-white)}:host([overlay]) .heading-panel .menu-container ::slotted(z-menu:not([open])){--color-surface05:var(--color-white)}:host([overlay]) .hero-container::after{content:'';position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;background:var(--color-black);opacity:0.5}.hero-container img,.hero-container ::slotted(*){position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top center;-webkit-user-drag:none}@media only screen and (min-width: 768px){.heading-panel{padding:calc(var(--space-unit) * 3) var(--grid-tablet-margin)}.heading-stucked{padding-left:var(--grid-tablet-margin);padding-right:var(--grid-tablet-margin)}:host(:not([flow='offcanvas'])) .heading-subtitle{padding-left:0}:host(:not([flow='offcanvas'])) .menu-container{display:flex}:host(:not([flow='offcanvas'])) .heading-container .drawer-trigger{display:none}:host(:not([flow='offcanvas']):not([menu-length='0'])) .heading-container:not(:last-child){margin-bottom:calc(var(--space-unit) * 3)}::slotted([slot='title']){font-size:var(--app-header-typography-6-size);letter-spacing:var(--app-header-typography-6-tracking)}::slotted([slot='subtitle']){margin-top:calc(var(--space-unit) * 1.5)}}@media only screen and (min-width: 1152px){.heading-panel,.heading-stucked{padding-left:var(--grid-desktop-margin);padding-right:var(--grid-desktop-margin)}:host(:not([flow='stack'])) .heading-panel{flex-direction:row;flex-wrap:wrap}::slotted([slot='title']){font-size:var(--app-header-typography-7-size);letter-spacing:var(--app-header-typography-7-tracking);margin-right:var(--grid-desktop-gutter)}:host(:not([flow='offcanvas']):not([menu-length='0'])) .heading-container:not(:last-child){margin-bottom:calc(var(--space-unit) * 2)}.menu-container{margin-top:var(--space-unit)}}@media only screen and (min-width: 1366px){.heading-panel,.heading-stucked{padding-left:var(--grid-wide-margin);padding-right:var(--grid-wide-margin)}::slotted([slot='title']){font-size:var(--app-header-typography-9-size);letter-spacing:var(--app-header-typography-9-tracking);margin-right:var(--grid-wide-gutter)}:host(:not([flow='offcanvas']):not([menu-length='0'])) .heading-container:not(:last-child){margin-bottom:0}}@keyframes slideStuckedHeadingIn{0%{transform:translate3d(0, -100%, 0)}100%{transform:none}}";
8
-
9
- const SUPPORT_INTERSECTION_OBSERVER = typeof IntersectionObserver !== 'undefined';
10
- const ZAppHeader = class {
11
- constructor(hostRef) {
12
- index.registerInstance(this, hostRef);
13
- /**
14
- * Stuck mode for the header.
15
- * You can programmatically set it using an IntersectionObserver.
16
- * **Optional**
17
- */
18
- this.stuck = false;
19
- /**
20
- * Should place an overlay over the hero image.
21
- * Useful for legibility purpose.
22
- * **Optional**
23
- */
24
- this.overlay = false;
25
- /**
26
- * Control menu bar position in the header.
27
- * - auto: the menu bar is positioned near the title
28
- * - stack: the menu bar is positioned below the title
29
- * - offcanvas: the menu bar is not displayed and a burger icon appears to open the offcanvas menu
30
- *
31
- * **Optional**
32
- */
33
- this.flow = 'auto';
34
- /**
35
- * The opening state of the drawer.
36
- */
37
- this.drawerOpen = false;
38
- /**
39
- * The stucked state of the bar.
40
- */
41
- this.stucked = false;
42
- this.observer = SUPPORT_INTERSECTION_OBSERVER && new IntersectionObserver(([entry]) => {
43
- this.stucked = !entry.isIntersecting;
44
- }, {
45
- threshold: 0.5
46
- });
47
- this.openDrawer = this.openDrawer.bind(this);
48
- this.closeDrawer = this.closeDrawer.bind(this);
49
- this.setStuckPosition = this.setStuckPosition.bind(this);
50
- }
51
- componentDidLoad() {
52
- this.collectMenuElements();
53
- this.onStuckMode();
54
- this.setStuckPosition();
55
- }
56
- get title() {
57
- const titleElement = this.hostElement.querySelector('[slot="title"]');
58
- if (!titleElement) {
59
- return '';
60
- }
61
- return titleElement.textContent.trim();
62
- }
63
- get scrollParent() {
64
- const parent = this.hostElement.offsetParent;
65
- if (parent === document.body || parent === document.documentElement) {
66
- return window;
67
- }
68
- return parent;
69
- }
70
- collectMenuElements() {
71
- const menuElements = this.menuElements = this.hostElement.querySelectorAll('[slot="menu"]');
72
- this.menuLength = menuElements.length;
73
- this.setMenuFloatingMode();
74
- }
75
- /**
76
- * Set `z-app-topbar`'s height as stucked header top offset.
77
- */
78
- setStuckPosition() {
79
- const topbar = this.hostElement.ownerDocument.querySelector('z-app-topbar');
80
- const top = topbar ? topbar.clientHeight : 0;
81
- this.hostElement.style.setProperty('--app-header-top-offset', `${top}px`);
82
- }
83
- onStuckMode() {
84
- if (this.stuck) {
85
- this.enableStuckObserver();
86
- }
87
- else {
88
- this.disableStuckMode();
89
- }
90
- }
91
- enableStuckObserver() {
92
- if (this.observer) {
93
- this.observer.observe(this.container);
94
- }
95
- }
96
- disableStuckMode() {
97
- this.stucked = false;
98
- if (this.observer) {
99
- this.observer.unobserve(this.container);
100
- }
101
- }
102
- onStucked() {
103
- const scrollParent = this.scrollParent;
104
- if (!scrollParent) {
105
- return;
106
- }
107
- if (this.stucked) {
108
- this.setStuckPosition();
109
- scrollParent.addEventListener('scroll', this.setStuckPosition);
110
- }
111
- else {
112
- scrollParent.removeEventListener('scroll', this.setStuckPosition);
113
- }
114
- }
115
- setMenuFloatingMode() {
116
- if (!this.menuElements) {
117
- return;
118
- }
119
- const elements = this.menuElements;
120
- for (let i = 0, len = elements.length; i < len; i++) {
121
- elements[i].open = false;
122
- elements[i].floating = !this.drawerOpen;
123
- }
124
- }
125
- render() {
126
- return index.h(index.Host, { "menu-length": this.menuLength }, index.h("div", { class: "heading-panel", ref: (el) => this.container = el }, index.h("div", { class: "hero-container" }, index.h("slot", { name: "hero" }, this.hero && index.h("img", { alt: "", src: this.hero }))), index.h("div", { class: "heading-container" }, index.h("div", { class: "heading-title" }, this.menuLength > 0 && index.h("button", { class: "drawer-trigger", "aria-label": "Apri menu", onClick: this.openDrawer }, index.h("z-icon", { name: "burger-menu" })), index.h("slot", { name: "title" })), index.h("div", { class: "heading-subtitle" }, index.h("slot", { name: "subtitle" }))), index.h("div", { class: "menu-container" }, !this.drawerOpen && this.flow !== 'offcanvas' && index.h("slot", { name: "menu", onSlotchange: () => this.collectMenuElements() }))), index.h("div", { class: "drawer-container" }, index.h("div", { class: "drawer-overlay", onClick: this.closeDrawer }), index.h("div", { class: "drawer-panel" }, index.h("button", { class: "drawer-close", "aria-label": "Chiudi menu", onClick: this.closeDrawer }, index.h("z-icon", { name: "close" })), index.h("div", { class: "drawer-content" }, this.drawerOpen && index.h("slot", { name: "menu", onSlotchange: () => this.collectMenuElements() })))), this.stucked && index.h("div", { class: "heading-stucked" }, this.menuLength > 0 && index.h("button", { class: "drawer-trigger", "aria-label": "Apri menu", onClick: this.openDrawer }, index.h("z-icon", { name: "burger-menu" })), index.h("div", { class: "heading-title" }, index.h("slot", { name: "stucked-title" }, this.title))));
127
- }
128
- openDrawer() {
129
- this.drawerOpen = true;
130
- }
131
- closeDrawer() {
132
- this.drawerOpen = false;
133
- }
134
- get hostElement() { return index.getElement(this); }
135
- static get watchers() { return {
136
- "stuck": ["onStuckMode"],
137
- "stucked": ["onStucked"],
138
- "drawerOpen": ["setMenuFloatingMode"]
139
- }; }
140
- };
141
- ZAppHeader.style = stylesCss;
142
-
143
- exports.z_app_header = ZAppHeader;
@@ -1,17 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-dee3e21d.js');
6
-
7
- const ZHeading = class {
8
- constructor(hostRef) {
9
- index.registerInstance(this, hostRef);
10
- this.variant = "regular";
11
- }
12
- render() {
13
- return (index.h("z-typography", { component: this.component || `h${this.level}`, level: `h${this.level}`, variant: this.variant }, index.h("slot", null)));
14
- }
15
- };
16
-
17
- exports.z_heading = ZHeading;
@@ -1,81 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-8f4b351d.js');
7
-
8
- const stylesCss = ".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)}}";
9
-
10
- const zModalLogin = class {
11
- constructor(hostRef) {
12
- index.registerInstance(this, hostRef);
13
- this.loginSubmit = index.createEvent(this, "loginSubmit", 7);
14
- this.statusUpdate = index.createEvent(this, "statusUpdate", 7);
15
- this.signupClick = index.createEvent(this, "signupClick", 7);
16
- this.zainoDigitaleClick = index.createEvent(this, "zainoDigitaleClick", 7);
17
- /** Login modal title */
18
- this.heading = "Entra in MyZanichelli";
19
- this.externalProviderCheck = false;
20
- }
21
- componentDidLoad() {
22
- this.externalProviderCheck = !!this.hostElement.querySelectorAll('[slot="provider"]').length;
23
- }
24
- emitLoginSubmit() {
25
- const usernameInput = this.hostElement.querySelector("z-input#username");
26
- const passwordInput = this.hostElement.querySelector("z-input#password");
27
- // INFO: slotted inputs
28
- if (!usernameInput || !passwordInput)
29
- return;
30
- let username = usernameInput.value;
31
- let password = passwordInput.value;
32
- if (!username || !password) {
33
- this.status = index$1.InputStatusEnum.error;
34
- return;
35
- }
36
- username = this.cleanUsername(username);
37
- this.loginSubmit.emit({
38
- username,
39
- password,
40
- originalUsername: usernameInput.value,
41
- });
42
- }
43
- emitStatusUpdate(status) {
44
- this.statusUpdate.emit(status);
45
- }
46
- emitSignupClick() {
47
- this.signupClick.emit();
48
- }
49
- emitZainoDigitaleClick() {
50
- this.zainoDigitaleClick.emit();
51
- }
52
- handleInputKeyUp(e) {
53
- if (e.code !== "Enter")
54
- return;
55
- this.emitLoginSubmit();
56
- }
57
- handleInputChange() {
58
- this.status = null;
59
- this.emitStatusUpdate(this.status);
60
- }
61
- cleanUsername(username) {
62
- username = username.trim().toLowerCase();
63
- const mobileRegex = /^[+]?[\s./0-9]*[(]?[0-9]{1,4}[)]?[(]?[0-9]{1,4}[)]?[-\s./0-9]*$/g;
64
- if (mobileRegex.test(username)) {
65
- username = username.replace(/[- .)(]/g, "");
66
- if (/^[\d ]*$/.test(username))
67
- username = "+39" + username;
68
- }
69
- return username;
70
- }
71
- renderZainoDigitaleButton() {
72
- return (index.h("z-button", { variant: index$1.ButtonVariantEnum.secondary, onClick: () => this.emitZainoDigitaleClick(), class: "zainoDigitale" }, index.h("div", { class: "zd" }, index.h("svg", { width: "18px", height: "24px", viewBox: "0 0 18 24" }, index.h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, index.h("g", { transform: "translate(-313.000000, -329.000000)", fill: "#E2001A", "fill-rule": "nonzero" }, index.h("g", { transform: "translate(25.000000, 191.000000)" }, index.h("g", null, index.h("g", { transform: "translate(0.000000, 100.000000)" }, index.h("g", null, index.h("g", { transform: "translate(276.000000, 28.000000)" }, index.h("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" }))))))))), index.h("span", null, "ZAINO DIGITALE"))));
73
- }
74
- render() {
75
- return (index.h("z-modal", { modaltitle: this.heading }, index.h("div", { class: "wrapper", slot: "modalContent" }, index.h("form", { method: "post" }, index.h("div", { class: "username" }, index.h("slot", { name: "username" }, index.h("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: (e) => this.handleInputKeyUp(e), onInputChange: () => this.handleInputChange() }))), index.h("div", { class: "password" }, index.h("slot", { name: "password" }, index.h("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: (e) => this.handleInputKeyUp(e), onInputChange: () => this.handleInputChange() }))), index.h("z-link", { class: "forget", href: this.forgotPasswordUrl }, "Password dimenticata?"), index.h("div", { class: "login" }, index.h("slot", { name: "login" }, index.h("z-button", { variant: index$1.ButtonVariantEnum.primary, onClick: () => this.emitLoginSubmit() }, "Accedi")))), index.h("hr", null), index.h("z-body", { class: "signup", level: 4, variant: "semibold" }, "Non hai ancora un account?"), index.h("div", { class: "signup" }, index.h("slot", { name: "signup" }, index.h("z-button", { variant: index$1.ButtonVariantEnum.secondary, onClick: () => this.emitSignupClick() }, "Registrati"))), !this.externalProviderCheck && (index.h("div", { class: "providers" }, index.h("z-body", { class: "provider", level: 5, variant: "regular" }, "OPPURE ACCEDI CON:"), index.h("slot", { name: "provider" }, this.renderZainoDigitaleButton(), index.h("z-link", { icon: "informationsource", href: "https://www.zainodigitale.it/#/landing" }, "Cos'\u00E8 Zaino Digitale?")))))));
76
- }
77
- get hostElement() { return index.getElement(this); }
78
- };
79
- zModalLogin.style = stylesCss;
80
-
81
- exports.z_modal_login = zModalLogin;
@@ -1,124 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-dee3e21d.js');
6
- const index$1 = require('./index-8f4b351d.js');
7
- const utils = require('./utils-6d6841cc.js');
8
- const hammer = require('./hammer-6e321f0b.js');
9
- require('./breakpoints-88c4fd6c.js');
10
-
11
- const stylesCss$2 = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);width:inherit;height:100%;margin:inherit}:host>div{width:inherit;height:100%;margin:inherit}:host>div>div.background{position:fixed;left:0;right:0;top:0;bottom:0;z-index:998;width:0;height:0}:host>div>div.background.open{height:100%;width:100%}:host>div>div.contentWrapper{position:fixed;z-index:999;bottom:0;left:0;width:inherit;margin:inherit}:host>div>div.contentWrapper>div{border-radius:var(--space-unit) var(--space-unit) 0px 0px;box-shadow:0px -2px calc(var(--space-unit) * 0.5) 0px rgba(66, 69, 72, 0.4);margin:calc(var(--space-unit) * 0.5) calc(var(--space-unit) * 0.5) 0 calc(var(--space-unit) * 0.5)}";
12
-
13
- const ZPocket = class {
14
- constructor(hostRef) {
15
- index.registerInstance(this, hostRef);
16
- this.pocketToggle = index.createEvent(this, "pocketToggle", 7);
17
- /** pocket status */
18
- this.status = index$1.PocketStatusEnum.preview;
19
- }
20
- /** open z-pocket */
21
- async open() {
22
- this.status = index$1.PocketStatusEnum.open;
23
- }
24
- /** close z-pocket */
25
- async close() {
26
- this.status = index$1.PocketStatusEnum.closed;
27
- }
28
- emitPocketToggle(id, status) {
29
- this.pocketToggle.emit({ id, status });
30
- }
31
- handlePocketHeaderClick(e) {
32
- if (e.detail.id && e.detail.id === this.pocketid) {
33
- switch (this.status) {
34
- case index$1.PocketStatusEnum.preview:
35
- case index$1.PocketStatusEnum.closed:
36
- this.status = index$1.PocketStatusEnum.open;
37
- break;
38
- case index$1.PocketStatusEnum.open:
39
- this.status = index$1.PocketStatusEnum.closed;
40
- break;
41
- }
42
- }
43
- }
44
- handlePocketHeaderPan(e) {
45
- if (e.detail.id && e.detail.id === this.pocketid) {
46
- if (e.detail.direction === "up") {
47
- this.status = index$1.PocketStatusEnum.open;
48
- }
49
- else if (e.detail.direction === "down") {
50
- this.status = index$1.PocketStatusEnum.closed;
51
- }
52
- }
53
- }
54
- watchStatusHandler(newVal) {
55
- this.emitPocketToggle(this.pocketid, newVal);
56
- }
57
- componentWillLoad() {
58
- this.emitPocketToggle(this.pocketid, this.status);
59
- }
60
- handleBackgroundClick(e) {
61
- if (e.target.dataset.action == "pocketBackground") {
62
- this.close();
63
- }
64
- }
65
- render() {
66
- return (index.h("div", null, index.h("div", { "data-action": "pocketBackground", "data-pocket": this.pocketid, class: `background ${this.status}`, onClick: (e) => this.handleBackgroundClick(e) }), index.h("div", { id: this.pocketid, class: "contentWrapper" }, index.h("div", null, index.h("slot", null)))));
67
- }
68
- get hostElement() { return index.getElement(this); }
69
- static get watchers() { return {
70
- "status": ["watchStatusHandler"]
71
- }; }
72
- };
73
- ZPocket.style = stylesCss$2;
74
-
75
- const stylesCss$1 = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);display:block;width:100%;box-sizing:border-box}:host>main{background:var(--color-surface01);border-left:var(--border-size-small) solid var(--color-surface03);border-right:var(--border-size-small) solid var(--color-surface03);overflow:auto;scrollbar-width:none}:host>main.preview{max-height:225px;transition:all 200ms ease-in-out, top 200ms ease-in-out}:host>main.open{max-height:calc(100vh - 48px);transition:all 200ms ease-in-out, top 200ms ease-in-out}:host>main.closed{height:0px;transition:all 200ms ease-in-out, top 200ms ease-in-out}:host ::-webkit-scrollbar{width:0}@media only screen and (min-width: 768px){:host>main.preview{max-height:157px}}";
76
-
77
- const ZPocketBody = class {
78
- constructor(hostRef) {
79
- index.registerInstance(this, hostRef);
80
- /** pocket status */
81
- this.status = index$1.PocketStatusEnum.preview;
82
- }
83
- handlePocketToggle(e) {
84
- if (e.detail.id && e.detail.id === this.pocketid) {
85
- this.status = e.detail.status;
86
- }
87
- }
88
- render() {
89
- return (index.h("main", { class: this.status }, index.h("slot", null)));
90
- }
91
- };
92
- ZPocketBody.style = stylesCss$1;
93
-
94
- const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);display:block;width:100%;box-sizing:border-box}:host>header{background:var(--color-surface01);border:var(--border-size-small) solid var(--color-surface03);border-radius:var(--space-unit) var(--space-unit) 0px 0px;height:36px;cursor:pointer;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;align-items:center}:host>header:focus{outline:none}:host>header::-moz-focus-inner{border:0}";
95
-
96
- const ZPocketHeader = class {
97
- constructor(hostRef) {
98
- index.registerInstance(this, hostRef);
99
- this.pocketHeaderClick = index.createEvent(this, "pocketHeaderClick", 7);
100
- this.pocketHeaderPan = index.createEvent(this, "pocketHeaderPan", 7);
101
- this.emitPocketHeaderClick = this.emitPocketHeaderClick.bind(this);
102
- }
103
- emitPocketHeaderClick() {
104
- this.pocketHeaderClick.emit({ id: this.pocketid });
105
- }
106
- emitPocketHeaderPan(direction) {
107
- this.pocketHeaderPan.emit({ id: this.pocketid, direction });
108
- }
109
- componentDidLoad() {
110
- // INFO: swipe handling
111
- const mc = new hammer.hammer(this.swipeWrap);
112
- mc.get("pan").set({ direction: hammer.hammer.DIRECTION_VERTICAL });
113
- mc.on("panup", () => this.emitPocketHeaderPan("up"));
114
- mc.on("pandown", () => this.emitPocketHeaderPan("down"));
115
- }
116
- render() {
117
- return (index.h("header", { role: "button", tabindex: 0, onClick: () => this.emitPocketHeaderClick(), onKeyPress: (ev) => utils.handleKeyboardSubmit(ev, this.emitPocketHeaderClick), ref: el => (this.swipeWrap = el) }, index.h("slot", null)));
118
- }
119
- };
120
- ZPocketHeader.style = stylesCss;
121
-
122
- exports.z_pocket = ZPocket;
123
- exports.z_pocket_body = ZPocketBody;
124
- exports.z_pocket_header = ZPocketHeader;
@@ -1,98 +0,0 @@
1
- {
2
- "entries": [
3
- "./components/typography/z-typography/index.js",
4
- "./components/buttons/z-button/index.js",
5
- "./components/buttons/z-button-filter/index.js",
6
- "./components/buttons/z-button-sort/index.js",
7
- "./components/buttons/z-chip/index.js",
8
- "./components/buttons/z-toggle-button/index.js",
9
- "./components/footer/z-footer/index.js",
10
- "./components/footer/z-footer-link/index.js",
11
- "./components/footer/z-footer-section/index.js",
12
- "./components/footer/z-footer-social/index.js",
13
- "./components/icons/z-icon/index.js",
14
- "./components/icons/z-icon-package/index.js",
15
- "./components/indicators/z-stepper/index.js",
16
- "./components/indicators/z-stepper-item/index.js",
17
- "./components/inputs/z-input/index.js",
18
- "./components/inputs/z-combobox/index.js",
19
- "./components/inputs/z-input-label/index.js",
20
- "./components/inputs/z-input-message/index.js",
21
- "./components/inputs/z-select/index.js",
22
- "./components/list/z-list/index.js",
23
- "./components/list/z-list-element/index.js",
24
- "./components/list/z-list-group/index.js",
25
- "./components/list/z-toast-notification-list/index.js",
26
- "./components/logo/z-logo/index.js",
27
- "./components/modal/z-modal/index.js",
28
- "./components/modal/z-modal-login/index.js",
29
- "./components/navigation/z-menu/index.js",
30
- "./components/navigation/z-app-header/index.js",
31
- "./components/navigation/z-app-switcher/index.js",
32
- "./components/navigation/z-app-topbar/index.js",
33
- "./components/navigation/z-link/index.js",
34
- "./components/navigation/z-menu-dropdown/index.js",
35
- "./components/navigation/z-menu-section/index.js",
36
- "./components/navigation/z-navigation-tab/index.js",
37
- "./components/navigation/z-navigation-tabs/index.js",
38
- "./components/navigation/z-user-dropdown/index.js",
39
- "./components/notification/z-candybar/index.js",
40
- "./components/notification/z-cookiebar/index.js",
41
- "./components/notification/z-info-box/index.js",
42
- "./components/notification/z-notification/index.js",
43
- "./components/notification/z-toast-notification/index.js",
44
- "./components/notification/z-tooltip/index.js",
45
- "./components/pagination/z-pagination-bar/index.js",
46
- "./components/pagination/z-pagination-page/index.js",
47
- "./components/panel/z-panel-elem/index.js",
48
- "./components/typography/z-body/index.js",
49
- "./components/typography/z-heading/index.js",
50
- "./components/z-avatar/index.js",
51
- "./components/z-card/index.js",
52
- "./components/z-contextual-menu/index.js",
53
- "./components/z-divider/index.js",
54
- "./components/z-ghost-loading/index.js",
55
- "./components/z-popover/index.js",
56
- "./components/z-status-tag/index.js",
57
- "./snowflakes/myz/card/z-myz-card/index.js",
58
- "./snowflakes/myz/card/z-myz-card-alert/index.js",
59
- "./snowflakes/myz/card/z-myz-card-body/index.js",
60
- "./snowflakes/myz/card/z-myz-card-cover/index.js",
61
- "./snowflakes/myz/card/z-myz-card-dictionary/index.js",
62
- "./snowflakes/myz/card/z-myz-card-footer/index.js",
63
- "./snowflakes/myz/card/z-myz-card-footer-sections/index.js",
64
- "./snowflakes/myz/card/z-myz-card-header/index.js",
65
- "./snowflakes/myz/card/z-myz-card-icon/index.js",
66
- "./snowflakes/myz/card/z-myz-card-info/index.js",
67
- "./snowflakes/myz/card/z-myz-card-list/index.js",
68
- "./snowflakes/myz/list/z-myz-list/index.js",
69
- "./snowflakes/myz/list/z-myz-list-item/index.js",
70
- "./snowflakes/myz/pocket/z-messages-pocket/index.js",
71
- "./snowflakes/myz/pocket/z-pocket/index.js",
72
- "./snowflakes/myz/pocket/z-pocket-body/index.js",
73
- "./snowflakes/myz/pocket/z-pocket-header/index.js",
74
- "./snowflakes/myz/pocket/z-pocket-message/index.js",
75
- "./snowflakes/myz/topbar/index.js",
76
- "./snowflakes/myz/z-alert/index.js",
77
- "./snowflakes/myz/z-otp/index.js",
78
- "./snowflakes/myz/z-slideshow/index.js",
79
- "./snowflakes/registro-table/z-registro-table/index.js",
80
- "./snowflakes/registro-table/z-registro-table-body/index.js",
81
- "./snowflakes/registro-table/z-registro-table-cell/index.js",
82
- "./snowflakes/registro-table/z-registro-table-empty-box/index.js",
83
- "./snowflakes/registro-table/z-registro-table-expanded-row/index.js",
84
- "./snowflakes/registro-table/z-registro-table-footer/index.js",
85
- "./snowflakes/registro-table/z-registro-table-head/index.js",
86
- "./snowflakes/registro-table/z-registro-table-header/index.js",
87
- "./snowflakes/registro-table/z-registro-table-header-row/index.js",
88
- "./snowflakes/registro-table/z-registro-table-row/index.js",
89
- "./snowflakes/registro-table/z-registro-table-sticky-footer/index.js"
90
- ],
91
- "compiler": {
92
- "name": "@stencil/core",
93
- "version": "2.6.0",
94
- "typescriptVersion": "4.2.3"
95
- },
96
- "collections": [],
97
- "bundles": []
98
- }