@zanichelli/albe-web-components 6.6.10-test → 6.7.0

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 (599) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/cjs/_commonjsHelpers-537d719a.js +20 -0
  3. package/dist/cjs/breakpoints-88c4fd6c.js +7 -0
  4. package/{www/build/hammer-782a2043.js → dist/cjs/hammer-4f20813e.js} +6 -5
  5. package/{www/build/icons-85e529a3.js → dist/cjs/icons-9e555ff7.js} +3 -1
  6. package/{www/build/index-291c96fb.js → dist/cjs/index-e3299e0a.js} +521 -1473
  7. package/dist/cjs/index-fa110f37.js +311 -0
  8. package/dist/cjs/index.cjs.js +295 -0
  9. package/dist/cjs/loader.cjs.js +21 -0
  10. package/dist/cjs/utils-600bad93.js +100 -0
  11. package/{www/build/utils-d783f6be.js → dist/cjs/utils-8bc9056f.js} +22 -38
  12. package/dist/cjs/web-components-library.cjs.js +19 -0
  13. package/dist/{web-components-library/z-alert.entry.js → cjs/z-alert.cjs.entry.js} +8 -4
  14. package/{www/build/z-anchor-navigation.entry.js → dist/cjs/z-anchor-navigation.cjs.entry.js} +9 -5
  15. package/dist/cjs/z-app-header_2.cjs.entry.js +153 -0
  16. package/dist/{web-components-library/z-app-switcher.entry.js → cjs/z-app-switcher.cjs.entry.js} +11 -7
  17. package/dist/cjs/z-aria-alert.cjs.entry.js +19 -0
  18. package/dist/{web-components-library/z-avatar.entry.js → cjs/z-avatar.cjs.entry.js} +14 -10
  19. package/dist/{web-components-library/z-typography.entry.js → cjs/z-body_2.cjs.entry.js} +21 -5
  20. package/dist/{web-components-library/z-button-sort.entry.js → cjs/z-button-sort.cjs.entry.js} +11 -7
  21. package/{www/build/z-button.entry.js → dist/cjs/z-button.cjs.entry.js} +14 -10
  22. package/dist/{web-components-library/z-card.entry.js → cjs/z-card.cjs.entry.js} +21 -17
  23. package/dist/{web-components-library/z-carousel.entry.js → cjs/z-carousel.cjs.entry.js} +15 -11
  24. package/{www/build/z-chip.entry.js → dist/cjs/z-chip.cjs.entry.js} +16 -12
  25. package/dist/{web-components-library/z-combobox.entry.js → cjs/z-combobox.cjs.entry.js} +27 -23
  26. package/{www/build/z-contextual-menu.entry.js → dist/cjs/z-contextual-menu.cjs.entry.js} +11 -7
  27. package/dist/{web-components-library/z-cover-hero.entry.js → cjs/z-cover-hero.cjs.entry.js} +16 -12
  28. package/dist/{web-components-library/z-date-picker.entry.js → cjs/z-date-picker.cjs.entry.js} +39 -41
  29. package/{www/build/z-divider.entry.js → dist/cjs/z-divider.cjs.entry.js} +11 -7
  30. package/dist/cjs/z-dragdrop-area_3.cjs.entry.js +76 -0
  31. package/{www/build/z-file-upload.entry.js → dist/cjs/z-file-upload.cjs.entry.js} +27 -23
  32. package/{www/build/z-file.entry.js → dist/cjs/z-file.cjs.entry.js} +13 -9
  33. package/{www/build/z-ghost-loading.entry.js → dist/cjs/z-ghost-loading.cjs.entry.js} +8 -4
  34. package/{www/build/z-info-box.entry.js → dist/cjs/z-info-box.cjs.entry.js} +9 -5
  35. package/dist/{web-components-library/z-info-reveal.entry.js → cjs/z-info-reveal.cjs.entry.js} +11 -7
  36. package/dist/cjs/z-input_2.cjs.entry.js +253 -0
  37. package/{www/build/z-link.entry.js → dist/cjs/z-link.cjs.entry.js} +12 -8
  38. package/dist/cjs/z-list_3.cjs.entry.js +261 -0
  39. package/dist/{web-components-library/z-logo.entry.js → cjs/z-logo.cjs.entry.js} +8 -4
  40. package/dist/{web-components-library/z-menu-section.entry.js → cjs/z-menu-section.cjs.entry.js} +11 -7
  41. package/dist/{web-components-library/z-menu.entry.js → cjs/z-menu.cjs.entry.js} +14 -10
  42. package/{www/build/z-messages-pocket.entry.js → dist/cjs/z-messages-pocket.cjs.entry.js} +17 -13
  43. package/dist/{web-components-library/z-myz-card-alert.entry.js → cjs/z-myz-card-alert.cjs.entry.js} +12 -8
  44. package/dist/{web-components-library/z-myz-card-dictionary.entry.js → cjs/z-myz-card-dictionary.cjs.entry.js} +10 -6
  45. package/{www/build/z-myz-card-footer-sections.entry.js → dist/cjs/z-myz-card-footer-sections.cjs.entry.js} +8 -4
  46. package/{www/build/z-myz-card-footer.entry.js → dist/cjs/z-myz-card-footer.cjs.entry.js} +12 -8
  47. package/{www/build/z-myz-card-icon.entry.js → dist/cjs/z-myz-card-icon.cjs.entry.js} +8 -4
  48. package/{www/build/z-myz-card-info.entry.js → dist/cjs/z-myz-card-info.cjs.entry.js} +23 -19
  49. package/{www/build/z-myz-card-list.entry.js → dist/cjs/z-myz-card-list.cjs.entry.js} +11 -7
  50. package/dist/cjs/z-myz-card_4.cjs.entry.js +108 -0
  51. package/{www/build/z-myz-list-item.entry.js → dist/cjs/z-myz-list-item.cjs.entry.js} +13 -9
  52. package/{www/build/z-myz-list.entry.js → dist/cjs/z-myz-list.cjs.entry.js} +9 -5
  53. package/{www/build/z-navigation-tab-link.entry.js → dist/cjs/z-navigation-tab-link.cjs.entry.js} +16 -12
  54. package/dist/{web-components-library/z-navigation-tab.entry.js → cjs/z-navigation-tab.cjs.entry.js} +16 -12
  55. package/dist/{web-components-library/z-navigation-tabs.entry.js → cjs/z-navigation-tabs.cjs.entry.js} +17 -13
  56. package/{www/build/z-notification.entry.js → dist/cjs/z-notification.cjs.entry.js} +10 -6
  57. package/{www/build/z-offcanvas.entry.js → dist/cjs/z-offcanvas.cjs.entry.js} +16 -12
  58. package/{www/build/z-otp.entry.js → dist/cjs/z-otp.cjs.entry.js} +11 -7
  59. package/{www/build/z-pagination.entry.js → dist/cjs/z-pagination.cjs.entry.js} +23 -19
  60. package/dist/cjs/z-panel-elem.cjs.entry.js +30 -0
  61. package/dist/{web-components-library/z-pocket-message.entry.js → cjs/z-pocket-message.cjs.entry.js} +8 -4
  62. package/dist/cjs/z-pocket_3.cjs.entry.js +125 -0
  63. package/dist/{web-components-library/z-popover.entry.js → cjs/z-popover.cjs.entry.js} +33 -29
  64. package/{www/build/z-range-picker.entry.js → dist/cjs/z-range-picker.cjs.entry.js} +32 -28
  65. package/dist/{web-components-library/z-searchbar.entry.js → cjs/z-searchbar.cjs.entry.js} +27 -23
  66. package/{www/build/z-section-title.entry.js → dist/cjs/z-section-title.cjs.entry.js} +11 -7
  67. package/{www/build/z-select.entry.js → dist/cjs/z-select.cjs.entry.js} +29 -25
  68. package/dist/{web-components-library/z-skip-to-content.entry.js → cjs/z-skip-to-content.cjs.entry.js} +14 -10
  69. package/{www/build/z-slideshow.entry.js → dist/cjs/z-slideshow.cjs.entry.js} +23 -19
  70. package/{www/build/z-stepper-item.entry.js → dist/cjs/z-stepper-item.cjs.entry.js} +9 -5
  71. package/dist/{web-components-library/z-stepper.entry.js → cjs/z-stepper.cjs.entry.js} +8 -4
  72. package/{www/build/z-table-body.entry.js → dist/cjs/z-table-body.cjs.entry.js} +9 -5
  73. package/{www/build/z-table-cell.entry.js → dist/cjs/z-table-cell.cjs.entry.js} +13 -9
  74. package/{www/build/z-table-empty-box.entry.js → dist/cjs/z-table-empty-box.cjs.entry.js} +10 -6
  75. package/dist/cjs/z-table-expanded-row.cjs.entry.js +19 -0
  76. package/{www/build/z-table-footer.entry.js → dist/cjs/z-table-footer.cjs.entry.js} +9 -5
  77. package/{www/build/z-table-head.entry.js → dist/cjs/z-table-head.cjs.entry.js} +9 -5
  78. package/dist/{web-components-library/z-table-header-row.entry.js → cjs/z-table-header-row.cjs.entry.js} +9 -5
  79. package/dist/{web-components-library/z-table-header.entry.js → cjs/z-table-header.cjs.entry.js} +26 -22
  80. package/dist/{web-components-library/z-table-row.entry.js → cjs/z-table-row.cjs.entry.js} +16 -12
  81. package/dist/{web-components-library/z-table-sticky-footer.entry.js → cjs/z-table-sticky-footer.cjs.entry.js} +8 -4
  82. package/dist/{web-components-library/z-table.entry.js → cjs/z-table.cjs.entry.js} +20 -16
  83. package/{www/build/z-tag.entry.js → dist/cjs/z-tag.cjs.entry.js} +9 -5
  84. package/dist/{web-components-library/z-toast-notification-list.entry.js → cjs/z-toast-notification-list.cjs.entry.js} +11 -7
  85. package/{www/build/z-toast-notification.entry.js → dist/cjs/z-toast-notification.cjs.entry.js} +34 -30
  86. package/dist/{web-components-library/z-toggle-button.entry.js → cjs/z-toggle-button.cjs.entry.js} +10 -6
  87. package/{www/build/z-toggle-switch.entry.js → dist/cjs/z-toggle-switch.cjs.entry.js} +16 -12
  88. package/{www/build/z-tooltip.entry.js → dist/cjs/z-tooltip.cjs.entry.js} +10 -6
  89. package/dist/{web-components-library/z-visually-hidden.entry.js → cjs/z-visually-hidden.cjs.entry.js} +8 -4
  90. package/{www/build/index-968a240f.js → dist/collection/beans/index.js} +47 -49
  91. package/dist/collection/collection-manifest.json +100 -0
  92. package/dist/collection/components/buttons/z-button/index.js +241 -0
  93. package/dist/collection/components/buttons/z-button/styles.css +149 -0
  94. package/dist/collection/components/buttons/z-button-sort/index.js +220 -0
  95. package/dist/collection/components/buttons/z-button-sort/styles.css +101 -0
  96. package/dist/collection/components/buttons/z-chip/index.js +133 -0
  97. package/dist/collection/components/buttons/z-chip/styles.css +131 -0
  98. package/dist/collection/components/buttons/z-toggle-button/index.js +126 -0
  99. package/dist/collection/components/buttons/z-toggle-button/styles.css +62 -0
  100. package/dist/collection/components/buttons/z-toggle-switch/index.js +144 -0
  101. package/dist/collection/components/buttons/z-toggle-switch/styles.css +104 -0
  102. package/dist/collection/components/date-picker/styles.css +565 -0
  103. package/dist/collection/components/date-picker/utils.js +76 -0
  104. package/dist/collection/components/date-picker/z-date-picker/index.js +295 -0
  105. package/dist/collection/components/date-picker/z-range-picker/index.js +499 -0
  106. package/dist/collection/components/file-upload/z-dragdrop-area/index.js +53 -0
  107. package/dist/collection/components/file-upload/z-dragdrop-area/styles.css +51 -0
  108. package/dist/collection/components/file-upload/z-file/index.js +131 -0
  109. package/dist/collection/components/file-upload/z-file/styles.css +23 -0
  110. package/dist/collection/components/file-upload/z-file-upload/index.js +363 -0
  111. package/dist/collection/components/file-upload/z-file-upload/styles.css +84 -0
  112. package/dist/collection/components/icons/icons.js +747 -0
  113. package/dist/collection/components/icons/z-icon/index.js +114 -0
  114. package/dist/collection/components/icons/z-icon/styles.css +14 -0
  115. package/dist/collection/components/index.js +8 -0
  116. package/dist/collection/components/indicators/z-stepper/index.js +21 -0
  117. package/dist/collection/components/indicators/z-stepper/styles.css +19 -0
  118. package/dist/collection/components/indicators/z-stepper-item/index.js +93 -0
  119. package/dist/collection/components/indicators/z-stepper-item/styles.css +114 -0
  120. package/dist/collection/components/inputs/z-combobox/index.js +545 -0
  121. package/dist/collection/components/inputs/z-combobox/styles.css +159 -0
  122. package/dist/collection/components/inputs/z-input/index.js +731 -0
  123. package/dist/collection/components/inputs/z-input/styles.css +327 -0
  124. package/dist/collection/components/inputs/z-input-message/index.js +68 -0
  125. package/dist/collection/components/inputs/z-input-message/styles.css +33 -0
  126. package/dist/collection/components/inputs/z-searchbar/index.js +516 -0
  127. package/dist/collection/components/inputs/z-searchbar/styles.css +211 -0
  128. package/dist/collection/components/inputs/z-select/index.js +633 -0
  129. package/dist/collection/components/inputs/z-select/styles.css +88 -0
  130. package/dist/collection/components/list/z-list/index.js +91 -0
  131. package/dist/collection/components/list/z-list/styles.css +6 -0
  132. package/dist/collection/components/list/z-list-element/index.js +508 -0
  133. package/dist/collection/components/list/z-list-element/styles.css +121 -0
  134. package/dist/collection/components/list/z-list-group/index.js +175 -0
  135. package/dist/collection/components/list/z-list-group/styles.css +21 -0
  136. package/dist/collection/components/list/z-toast-notification-list/index.js +105 -0
  137. package/dist/collection/components/list/z-toast-notification-list/styles.css +100 -0
  138. package/dist/collection/components/logo/z-logo/index.js +131 -0
  139. package/dist/collection/components/logo/z-logo/styles.css +29 -0
  140. package/dist/collection/components/modal/z-modal/index.js +156 -0
  141. package/dist/collection/components/modal/z-modal/styles.css +179 -0
  142. package/dist/collection/components/navigation/tabs/navigation-tab.css +136 -0
  143. package/dist/collection/components/navigation/tabs/z-navigation-tab/index.js +242 -0
  144. package/dist/collection/components/navigation/tabs/z-navigation-tab-link/index.js +264 -0
  145. package/dist/collection/components/navigation/tabs/z-navigation-tabs/index.js +200 -0
  146. package/dist/collection/components/navigation/tabs/z-navigation-tabs/styles.css +104 -0
  147. package/dist/collection/components/navigation/z-app-header/index.js +306 -0
  148. package/dist/collection/components/navigation/z-app-header/styles.css +420 -0
  149. package/dist/collection/components/navigation/z-app-switcher/index.js +79 -0
  150. package/dist/collection/components/navigation/z-app-switcher/styles.css +23 -0
  151. package/dist/collection/components/navigation/z-link/index.js +317 -0
  152. package/dist/collection/components/navigation/z-link/styles.css +167 -0
  153. package/dist/collection/components/navigation/z-menu/index.js +225 -0
  154. package/dist/collection/components/navigation/z-menu/styles.css +146 -0
  155. package/dist/collection/components/navigation/z-menu-section/index.js +116 -0
  156. package/dist/collection/components/navigation/z-menu-section/styles.css +91 -0
  157. package/dist/collection/components/notification/z-info-box/index.js +85 -0
  158. package/dist/collection/components/notification/z-info-box/styles.css +23 -0
  159. package/dist/collection/components/notification/z-notification/index.js +195 -0
  160. package/dist/collection/components/notification/z-notification/styles.css +114 -0
  161. package/dist/collection/components/notification/z-toast-notification/index.js +399 -0
  162. package/dist/collection/components/notification/z-toast-notification/styles.css +254 -0
  163. package/dist/collection/components/notification/z-tooltip/index.js +133 -0
  164. package/dist/collection/components/notification/z-tooltip/styles.css +16 -0
  165. package/dist/collection/components/panel/z-panel-elem/index.js +193 -0
  166. package/dist/collection/components/panel/z-panel-elem/styles.css +39 -0
  167. package/dist/collection/components/typography/z-body/index.js +68 -0
  168. package/dist/collection/components/typography/z-heading/index.js +68 -0
  169. package/dist/collection/components/typography/z-typography/index.js +91 -0
  170. package/dist/collection/components/typography/z-typography/styles.css +65 -0
  171. package/dist/collection/components/z-anchor-navigation/index.js +95 -0
  172. package/dist/collection/components/z-anchor-navigation/styles.css +129 -0
  173. package/dist/collection/components/z-aria-alert/index.js +39 -0
  174. package/dist/collection/components/z-avatar/index.js +142 -0
  175. package/dist/collection/components/z-avatar/styles.css +32 -0
  176. package/dist/collection/components/z-card/index.js +177 -0
  177. package/dist/collection/components/z-card/styles.css +206 -0
  178. package/dist/collection/components/z-carousel/index.js +300 -0
  179. package/dist/collection/components/z-carousel/styles.css +129 -0
  180. package/dist/collection/components/z-contextual-menu/index.js +126 -0
  181. package/dist/collection/components/z-contextual-menu/styles.css +60 -0
  182. package/dist/collection/components/z-cover-hero/index.js +103 -0
  183. package/dist/collection/components/z-cover-hero/styles.css +78 -0
  184. package/dist/collection/components/z-divider/index.js +95 -0
  185. package/dist/collection/components/z-divider/styles.css +37 -0
  186. package/dist/collection/components/z-ghost-loading/index.js +18 -0
  187. package/dist/collection/components/z-ghost-loading/styles.css +34 -0
  188. package/dist/collection/components/z-info-reveal/index.js +147 -0
  189. package/dist/collection/components/z-info-reveal/styles.css +103 -0
  190. package/dist/collection/components/z-offcanvas/index.js +162 -0
  191. package/dist/collection/components/z-offcanvas/styles.css +191 -0
  192. package/dist/collection/components/z-pagination/index.js +435 -0
  193. package/dist/collection/components/z-pagination/styles.css +199 -0
  194. package/dist/collection/components/z-popover/index.js +512 -0
  195. package/dist/collection/components/z-popover/styles.css +147 -0
  196. package/dist/collection/components/z-section-title/index.js +88 -0
  197. package/dist/collection/components/z-section-title/styles.css +44 -0
  198. package/dist/collection/components/z-skip-to-content/index.js +139 -0
  199. package/dist/collection/components/z-skip-to-content/styles.css +80 -0
  200. package/dist/collection/components/z-table/z-table/index.js +352 -0
  201. package/dist/collection/components/z-table/z-table/styles.css +115 -0
  202. package/dist/collection/components/z-table/z-table-body/index.js +23 -0
  203. package/dist/collection/components/z-table/z-table-body/styles.css +9 -0
  204. package/dist/collection/components/z-table/z-table-cell/index.js +86 -0
  205. package/dist/collection/components/z-table/z-table-cell/styles.css +58 -0
  206. package/dist/collection/components/z-table/z-table-empty-box/index.js +72 -0
  207. package/dist/collection/components/z-table/z-table-empty-box/styles.css +38 -0
  208. package/dist/collection/components/z-table/z-table-expanded-row/index.js +39 -0
  209. package/dist/collection/components/z-table/z-table-expanded-row/styles.css +9 -0
  210. package/dist/collection/components/z-table/z-table-footer/index.js +22 -0
  211. package/dist/collection/components/z-table/z-table-footer/styles.css +5 -0
  212. package/dist/collection/components/z-table/z-table-head/index.js +22 -0
  213. package/dist/collection/components/z-table/z-table-head/styles.css +5 -0
  214. package/dist/collection/components/z-table/z-table-header/index.js +238 -0
  215. package/dist/collection/components/z-table/z-table-header/styles.css +71 -0
  216. package/dist/collection/components/z-table/z-table-header-row/index.js +41 -0
  217. package/dist/collection/components/z-table/z-table-header-row/styles.css +13 -0
  218. package/dist/collection/components/z-table/z-table-row/index.js +92 -0
  219. package/dist/collection/components/z-table/z-table-row/styles.css +45 -0
  220. package/dist/collection/components/z-table/z-table-sticky-footer/index.js +21 -0
  221. package/dist/collection/components/z-table/z-table-sticky-footer/styles.css +11 -0
  222. package/dist/collection/components/z-tag/index.js +65 -0
  223. package/dist/collection/components/z-tag/styles.css +46 -0
  224. package/dist/collection/components/z-visually-hidden/index.js +18 -0
  225. package/dist/collection/components/z-visually-hidden/styles.css +12 -0
  226. package/{www/build/breakpoints-c386984e.js → dist/collection/constants/breakpoints.js} +1 -2
  227. package/dist/collection/constants/icons.js +6 -0
  228. package/dist/collection/index.js +7 -0
  229. package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +129 -0
  230. package/dist/collection/snowflakes/myz/card/z-myz-card/styles.css +44 -0
  231. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +151 -0
  232. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/styles.css +62 -0
  233. package/dist/collection/snowflakes/myz/card/z-myz-card-body/index.js +22 -0
  234. package/dist/collection/snowflakes/myz/card/z-myz-card-body/styles.css +13 -0
  235. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +93 -0
  236. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/styles.css +11 -0
  237. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +177 -0
  238. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/styles.css +72 -0
  239. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +207 -0
  240. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/styles.css +182 -0
  241. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +22 -0
  242. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/styles.css +20 -0
  243. package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +109 -0
  244. package/dist/collection/snowflakes/myz/card/z-myz-card-header/styles.css +47 -0
  245. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +81 -0
  246. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/styles.css +69 -0
  247. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +199 -0
  248. package/dist/collection/snowflakes/myz/card/z-myz-card-info/styles.css +93 -0
  249. package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +60 -0
  250. package/dist/collection/snowflakes/myz/card/z-myz-card-list/styles.css +41 -0
  251. package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +78 -0
  252. package/dist/collection/snowflakes/myz/list/z-myz-list/styles.css +4 -0
  253. package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +192 -0
  254. package/dist/collection/snowflakes/myz/list/z-myz-list-item/styles.css +47 -0
  255. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +120 -0
  256. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/styles.css +102 -0
  257. package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +191 -0
  258. package/dist/collection/snowflakes/myz/pocket/z-pocket/styles.css +44 -0
  259. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +84 -0
  260. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/styles.css +41 -0
  261. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +93 -0
  262. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/styles.css +27 -0
  263. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/index.js +22 -0
  264. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/styles.css +44 -0
  265. package/dist/collection/snowflakes/myz/z-alert/index.js +47 -0
  266. package/dist/collection/snowflakes/myz/z-alert/styles.css +28 -0
  267. package/dist/collection/snowflakes/myz/z-otp/index.js +120 -0
  268. package/dist/collection/snowflakes/myz/z-otp/styles.css +47 -0
  269. package/dist/collection/snowflakes/myz/z-slideshow/index.js +180 -0
  270. package/dist/collection/snowflakes/myz/z-slideshow/styles.css +127 -0
  271. package/dist/collection/utils/storybook-utils.js +51 -0
  272. package/{www/build/utils-b96780be.js → dist/collection/utils/utils.js} +13 -16
  273. package/dist/esm/_commonjsHelpers-9943807e.js +17 -0
  274. package/dist/{web-components-library → esm}/breakpoints-c386984e.js +0 -0
  275. package/dist/{web-components-library/hammer-782a2043.js → esm/hammer-c3266b17.js} +2 -3
  276. package/dist/{web-components-library → esm}/icons-85e529a3.js +0 -0
  277. package/dist/{web-components-library → esm}/index-968a240f.js +0 -0
  278. package/dist/{web-components-library/index-291c96fb.js → esm/index-a2ca4b97.js} +492 -1472
  279. package/dist/esm/index.js +9 -0
  280. package/dist/esm/loader.js +17 -0
  281. package/dist/esm/polyfills/core-js.js +11 -0
  282. package/dist/esm/polyfills/css-shim.js +1 -0
  283. package/dist/esm/polyfills/dom.js +79 -0
  284. package/dist/esm/polyfills/es5-html-element.js +1 -0
  285. package/dist/esm/polyfills/index.js +34 -0
  286. package/dist/esm/polyfills/system.js +6 -0
  287. package/dist/{web-components-library/utils-d783f6be.js → esm/utils-151f0ab4.js} +4 -26
  288. package/dist/{web-components-library/utils-b96780be.js → esm/utils-6cf7efe2.js} +0 -18
  289. package/dist/esm/web-components-library.js +17 -0
  290. package/{www/build → dist/esm}/z-alert.entry.js +1 -1
  291. package/dist/{web-components-library → esm}/z-anchor-navigation.entry.js +1 -1
  292. package/dist/esm/z-app-header_2.entry.js +148 -0
  293. package/{www/build → dist/esm}/z-app-switcher.entry.js +1 -1
  294. package/{www/build → dist/esm}/z-aria-alert.entry.js +1 -1
  295. package/{www/build → dist/esm}/z-avatar.entry.js +1 -1
  296. package/{www/build/z-typography.entry.js → dist/esm/z-body_2.entry.js} +13 -2
  297. package/{www/build → dist/esm}/z-button-sort.entry.js +1 -1
  298. package/dist/{web-components-library → esm}/z-button.entry.js +1 -1
  299. package/{www/build → dist/esm}/z-card.entry.js +1 -1
  300. package/{www/build → dist/esm}/z-carousel.entry.js +1 -1
  301. package/dist/{web-components-library → esm}/z-chip.entry.js +2 -2
  302. package/{www/build → dist/esm}/z-combobox.entry.js +2 -2
  303. package/dist/{web-components-library → esm}/z-contextual-menu.entry.js +1 -1
  304. package/{www/build → dist/esm}/z-cover-hero.entry.js +1 -1
  305. package/{www/build → dist/esm}/z-date-picker.entry.js +6 -12
  306. package/dist/{web-components-library → esm}/z-divider.entry.js +1 -1
  307. package/{www/build/z-modal.entry.js → dist/esm/z-dragdrop-area_3.entry.js} +43 -2
  308. package/dist/{web-components-library → esm}/z-file-upload.entry.js +2 -2
  309. package/dist/{web-components-library → esm}/z-file.entry.js +2 -2
  310. package/dist/{web-components-library → esm}/z-ghost-loading.entry.js +1 -1
  311. package/dist/{web-components-library → esm}/z-info-box.entry.js +1 -1
  312. package/{www/build → dist/esm}/z-info-reveal.entry.js +1 -1
  313. package/dist/esm/z-input_2.entry.js +248 -0
  314. package/dist/{web-components-library → esm}/z-link.entry.js +1 -1
  315. package/dist/esm/z-list_3.entry.js +255 -0
  316. package/{www/build → dist/esm}/z-logo.entry.js +1 -1
  317. package/{www/build → dist/esm}/z-menu-section.entry.js +1 -1
  318. package/{www/build → dist/esm}/z-menu.entry.js +1 -1
  319. package/dist/{web-components-library → esm}/z-messages-pocket.entry.js +1 -1
  320. package/{www/build → dist/esm}/z-myz-card-alert.entry.js +1 -1
  321. package/{www/build → dist/esm}/z-myz-card-dictionary.entry.js +1 -1
  322. package/dist/{web-components-library → esm}/z-myz-card-footer-sections.entry.js +1 -1
  323. package/dist/{web-components-library → esm}/z-myz-card-footer.entry.js +1 -1
  324. package/dist/{web-components-library → esm}/z-myz-card-icon.entry.js +1 -1
  325. package/dist/{web-components-library → esm}/z-myz-card-info.entry.js +2 -2
  326. package/dist/{web-components-library → esm}/z-myz-card-list.entry.js +1 -1
  327. package/dist/esm/z-myz-card_4.entry.js +101 -0
  328. package/dist/{web-components-library → esm}/z-myz-list-item.entry.js +2 -2
  329. package/dist/{web-components-library → esm}/z-myz-list.entry.js +1 -1
  330. package/dist/{web-components-library → esm}/z-navigation-tab-link.entry.js +1 -1
  331. package/{www/build → dist/esm}/z-navigation-tab.entry.js +1 -1
  332. package/{www/build → dist/esm}/z-navigation-tabs.entry.js +1 -1
  333. package/dist/{web-components-library → esm}/z-notification.entry.js +1 -1
  334. package/dist/{web-components-library → esm}/z-offcanvas.entry.js +1 -1
  335. package/dist/{web-components-library → esm}/z-otp.entry.js +1 -1
  336. package/dist/{web-components-library → esm}/z-pagination.entry.js +1 -1
  337. package/dist/{web-components-library → esm}/z-panel-elem.entry.js +1 -1
  338. package/{www/build → dist/esm}/z-pocket-message.entry.js +1 -1
  339. package/dist/esm/z-pocket_3.entry.js +119 -0
  340. package/{www/build → dist/esm}/z-popover.entry.js +1 -1
  341. package/dist/{web-components-library → esm}/z-range-picker.entry.js +3 -3
  342. package/{www/build → dist/esm}/z-searchbar.entry.js +3 -3
  343. package/dist/{web-components-library → esm}/z-section-title.entry.js +1 -1
  344. package/dist/{web-components-library → esm}/z-select.entry.js +2 -2
  345. package/{www/build → dist/esm}/z-skip-to-content.entry.js +2 -2
  346. package/dist/{web-components-library → esm}/z-slideshow.entry.js +2 -2
  347. package/dist/{web-components-library → esm}/z-stepper-item.entry.js +1 -1
  348. package/{www/build → dist/esm}/z-stepper.entry.js +1 -1
  349. package/dist/{web-components-library → esm}/z-table-body.entry.js +1 -1
  350. package/dist/{web-components-library → esm}/z-table-cell.entry.js +1 -1
  351. package/dist/{web-components-library → esm}/z-table-empty-box.entry.js +1 -1
  352. package/{www/build → dist/esm}/z-table-expanded-row.entry.js +1 -1
  353. package/dist/{web-components-library → esm}/z-table-footer.entry.js +1 -1
  354. package/dist/{web-components-library → esm}/z-table-head.entry.js +1 -1
  355. package/{www/build → dist/esm}/z-table-header-row.entry.js +1 -1
  356. package/{www/build → dist/esm}/z-table-header.entry.js +2 -2
  357. package/{www/build → dist/esm}/z-table-row.entry.js +1 -1
  358. package/{www/build → dist/esm}/z-table-sticky-footer.entry.js +1 -1
  359. package/{www/build → dist/esm}/z-table.entry.js +2 -2
  360. package/dist/{web-components-library → esm}/z-tag.entry.js +1 -1
  361. package/{www/build → dist/esm}/z-toast-notification-list.entry.js +1 -1
  362. package/dist/{web-components-library → esm}/z-toast-notification.entry.js +3 -3
  363. package/{www/build → dist/esm}/z-toggle-button.entry.js +1 -1
  364. package/dist/{web-components-library → esm}/z-toggle-switch.entry.js +2 -2
  365. package/dist/{web-components-library → esm}/z-tooltip.entry.js +1 -1
  366. package/{www/build → dist/esm}/z-visually-hidden.entry.js +1 -1
  367. package/dist/index.cjs.js +1 -0
  368. package/dist/index.js +1 -0
  369. package/dist/web-components-library/index.esm.js +1 -9
  370. package/dist/web-components-library/p-009c9f67.entry.js +1 -0
  371. package/dist/web-components-library/p-01f001fd.entry.js +1 -0
  372. package/dist/web-components-library/p-05ced71c.entry.js +1 -0
  373. package/dist/web-components-library/p-074ea569.entry.js +1 -0
  374. package/dist/web-components-library/p-07e18572.entry.js +1 -0
  375. package/dist/web-components-library/p-0843b0e7.entry.js +1 -0
  376. package/dist/web-components-library/p-0fa4b50b.entry.js +1 -0
  377. package/dist/web-components-library/p-112455b1.js +1 -0
  378. package/dist/web-components-library/p-1d66b265.entry.js +1 -0
  379. package/dist/web-components-library/p-214b6cee.entry.js +1 -0
  380. package/dist/web-components-library/p-26033729.entry.js +1 -0
  381. package/dist/web-components-library/p-26f834e5.entry.js +1 -0
  382. package/dist/web-components-library/p-2acd6a51.entry.js +1 -0
  383. package/dist/web-components-library/p-2d1b6c3c.entry.js +1 -0
  384. package/dist/web-components-library/p-2efedcf4.entry.js +1 -0
  385. package/dist/web-components-library/p-32509af7.entry.js +1 -0
  386. package/dist/web-components-library/p-33352f9e.entry.js +1 -0
  387. package/dist/web-components-library/p-344e7ae7.entry.js +1 -0
  388. package/dist/web-components-library/p-34c26207.entry.js +1 -0
  389. package/dist/web-components-library/p-37e050bd.entry.js +1 -0
  390. package/dist/web-components-library/p-38a3cf3b.entry.js +1 -0
  391. package/dist/web-components-library/p-3a468aa9.entry.js +1 -0
  392. package/dist/web-components-library/p-3be171d0.entry.js +1 -0
  393. package/dist/web-components-library/p-3eb60c95.entry.js +1 -0
  394. package/dist/web-components-library/p-3f55dce6.entry.js +1 -0
  395. package/dist/web-components-library/p-4423b00c.entry.js +1 -0
  396. package/dist/web-components-library/p-475ca461.entry.js +1 -0
  397. package/dist/web-components-library/p-51e308ca.entry.js +1 -0
  398. package/dist/web-components-library/p-53065788.entry.js +1 -0
  399. package/dist/web-components-library/p-540c7d73.entry.js +1 -0
  400. package/dist/web-components-library/p-5624a127.entry.js +1 -0
  401. package/dist/web-components-library/p-59cfee8d.entry.js +1 -0
  402. package/dist/web-components-library/p-5c62387a.entry.js +1 -0
  403. package/dist/web-components-library/p-5dd9a2c6.entry.js +1 -0
  404. package/dist/web-components-library/p-61424b8a.entry.js +1 -0
  405. package/dist/web-components-library/p-6289c4bd.entry.js +1 -0
  406. package/dist/web-components-library/p-6b1a5309.entry.js +1 -0
  407. package/dist/web-components-library/p-6c163539.entry.js +1 -0
  408. package/dist/web-components-library/p-735bdfa3.entry.js +1 -0
  409. package/dist/web-components-library/p-73c91de3.entry.js +1 -0
  410. package/dist/web-components-library/p-7b3b99ee.entry.js +1 -0
  411. package/dist/web-components-library/p-7ea553e9.entry.js +1 -0
  412. package/dist/web-components-library/p-810bd730.entry.js +1 -0
  413. package/dist/web-components-library/p-8b15b30c.entry.js +1 -0
  414. package/dist/web-components-library/p-8c105bd1.entry.js +1 -0
  415. package/dist/web-components-library/p-8ebe4adf.js +1 -0
  416. package/dist/web-components-library/p-91a74348.entry.js +1 -0
  417. package/dist/web-components-library/p-93142fac.entry.js +1 -0
  418. package/dist/web-components-library/p-95b8f109.entry.js +1 -0
  419. package/dist/web-components-library/p-9c28b8fc.entry.js +1 -0
  420. package/dist/web-components-library/p-9c338aeb.entry.js +1 -0
  421. package/dist/web-components-library/p-9d03a7d6.entry.js +1 -0
  422. package/dist/web-components-library/p-9d57a84c.entry.js +1 -0
  423. package/dist/web-components-library/p-9f543b6a.entry.js +1 -0
  424. package/dist/web-components-library/p-a05ce0a6.entry.js +1 -0
  425. package/dist/web-components-library/p-a0e2715e.entry.js +1 -0
  426. package/dist/web-components-library/p-a23e9115.js +1 -0
  427. package/dist/web-components-library/p-a6c0f149.entry.js +1 -0
  428. package/dist/web-components-library/p-a79d1412.entry.js +1 -0
  429. package/dist/web-components-library/p-a82ea410.entry.js +1 -0
  430. package/dist/web-components-library/p-ae6197f4.entry.js +1 -0
  431. package/dist/web-components-library/p-ae79573a.entry.js +1 -0
  432. package/dist/web-components-library/p-af4d1987.entry.js +1 -0
  433. package/dist/web-components-library/p-b33f5e6a.entry.js +1 -0
  434. package/dist/web-components-library/p-b3c29822.js +1 -0
  435. package/dist/web-components-library/p-b6f36170.entry.js +16 -0
  436. package/dist/web-components-library/p-bb0fe7bc.entry.js +1 -0
  437. package/dist/web-components-library/p-bdefe224.entry.js +1 -0
  438. package/dist/web-components-library/p-beba3e67.entry.js +1 -0
  439. package/dist/web-components-library/p-c4417a91.entry.js +1 -0
  440. package/dist/web-components-library/p-ce83ce18.entry.js +1 -0
  441. package/dist/web-components-library/p-d17ebc2f.js +2 -0
  442. package/dist/web-components-library/p-d2127d84.entry.js +1 -0
  443. package/dist/web-components-library/p-d69e14fb.js +1 -0
  444. package/dist/web-components-library/p-de55c171.entry.js +1 -0
  445. package/dist/web-components-library/p-e40b16fa.entry.js +1 -0
  446. package/dist/web-components-library/p-e43e61ac.js +7 -0
  447. package/dist/web-components-library/p-e45cf758.entry.js +1 -0
  448. package/dist/web-components-library/p-eaa4eba8.entry.js +1 -0
  449. package/dist/web-components-library/p-ede9fbf5.entry.js +1 -0
  450. package/dist/web-components-library/p-f0653e72.entry.js +1 -0
  451. package/dist/web-components-library/p-f158d205.entry.js +1 -0
  452. package/dist/web-components-library/p-f425f188.js +1 -0
  453. package/dist/web-components-library/p-f54f63e1.entry.js +1 -0
  454. package/dist/web-components-library/p-f95cc914.entry.js +1 -0
  455. package/dist/web-components-library/web-components-library.css +1 -1636
  456. package/dist/web-components-library/web-components-library.esm.js +1 -129
  457. package/package.json +1 -1
  458. package/react/components.d.ts +1 -22
  459. package/react/components.js +3 -25
  460. package/react/components.js.map +1 -1
  461. package/www/build/index.esm.js +1 -9
  462. package/www/build/p-009c9f67.entry.js +1 -0
  463. package/www/build/p-01f001fd.entry.js +1 -0
  464. package/www/build/p-05ced71c.entry.js +1 -0
  465. package/www/build/p-074ea569.entry.js +1 -0
  466. package/www/build/p-07e18572.entry.js +1 -0
  467. package/www/build/p-0843b0e7.entry.js +1 -0
  468. package/www/build/p-0fa4b50b.entry.js +1 -0
  469. package/www/build/p-112455b1.js +1 -0
  470. package/www/build/p-1d66b265.entry.js +1 -0
  471. package/www/build/p-214b6cee.entry.js +1 -0
  472. package/www/build/p-26033729.entry.js +1 -0
  473. package/www/build/p-26f834e5.entry.js +1 -0
  474. package/www/build/p-275801c6.css +1 -0
  475. package/www/build/p-2acd6a51.entry.js +1 -0
  476. package/www/build/p-2d1b6c3c.entry.js +1 -0
  477. package/www/build/p-2efedcf4.entry.js +1 -0
  478. package/www/build/p-32509af7.entry.js +1 -0
  479. package/www/build/p-33352f9e.entry.js +1 -0
  480. package/www/build/p-344e7ae7.entry.js +1 -0
  481. package/www/build/p-34c26207.entry.js +1 -0
  482. package/www/build/p-37e050bd.entry.js +1 -0
  483. package/www/build/p-38a3cf3b.entry.js +1 -0
  484. package/www/build/p-3a468aa9.entry.js +1 -0
  485. package/www/build/p-3be171d0.entry.js +1 -0
  486. package/www/build/p-3eb60c95.entry.js +1 -0
  487. package/www/build/p-3f55dce6.entry.js +1 -0
  488. package/www/build/p-4423b00c.entry.js +1 -0
  489. package/www/build/p-475ca461.entry.js +1 -0
  490. package/www/build/p-51e308ca.entry.js +1 -0
  491. package/www/build/p-53065788.entry.js +1 -0
  492. package/www/build/p-540c7d73.entry.js +1 -0
  493. package/www/build/p-5624a127.entry.js +1 -0
  494. package/www/build/p-59cfee8d.entry.js +1 -0
  495. package/www/build/p-5c62387a.entry.js +1 -0
  496. package/www/build/p-5dd9a2c6.entry.js +1 -0
  497. package/www/build/p-61424b8a.entry.js +1 -0
  498. package/www/build/p-6289c4bd.entry.js +1 -0
  499. package/www/build/p-6b1a5309.entry.js +1 -0
  500. package/www/build/p-6c163539.entry.js +1 -0
  501. package/www/build/p-735bdfa3.entry.js +1 -0
  502. package/www/build/p-73c91de3.entry.js +1 -0
  503. package/www/build/p-7b3b99ee.entry.js +1 -0
  504. package/www/build/p-7ea553e9.entry.js +1 -0
  505. package/www/build/p-810bd730.entry.js +1 -0
  506. package/www/build/p-8b15b30c.entry.js +1 -0
  507. package/www/build/p-8c105bd1.entry.js +1 -0
  508. package/www/build/p-8ebe4adf.js +1 -0
  509. package/www/build/p-91a74348.entry.js +1 -0
  510. package/www/build/p-93142fac.entry.js +1 -0
  511. package/www/build/p-95b8f109.entry.js +1 -0
  512. package/www/build/p-9c28b8fc.entry.js +1 -0
  513. package/www/build/p-9c338aeb.entry.js +1 -0
  514. package/www/build/p-9d03a7d6.entry.js +1 -0
  515. package/www/build/p-9d57a84c.entry.js +1 -0
  516. package/www/build/p-9f543b6a.entry.js +1 -0
  517. package/www/build/p-a05ce0a6.entry.js +1 -0
  518. package/www/build/p-a0e2715e.entry.js +1 -0
  519. package/www/build/p-a23e9115.js +1 -0
  520. package/www/build/p-a6c0f149.entry.js +1 -0
  521. package/www/build/p-a79d1412.entry.js +1 -0
  522. package/www/build/p-a82ea410.entry.js +1 -0
  523. package/www/build/p-ae6197f4.entry.js +1 -0
  524. package/www/build/p-ae79573a.entry.js +1 -0
  525. package/www/build/p-af4d1987.entry.js +1 -0
  526. package/www/build/p-b33f5e6a.entry.js +1 -0
  527. package/www/build/p-b3c29822.js +1 -0
  528. package/www/build/p-b6f36170.entry.js +16 -0
  529. package/www/build/p-bb0fe7bc.entry.js +1 -0
  530. package/www/build/p-bdefe224.entry.js +1 -0
  531. package/www/build/p-beba3e67.entry.js +1 -0
  532. package/www/build/p-c07f6065.js +1 -0
  533. package/www/build/p-c4417a91.entry.js +1 -0
  534. package/www/build/p-ce83ce18.entry.js +1 -0
  535. package/www/build/p-d17ebc2f.js +2 -0
  536. package/www/build/p-d2127d84.entry.js +1 -0
  537. package/www/build/p-d69e14fb.js +1 -0
  538. package/www/build/p-de55c171.entry.js +1 -0
  539. package/www/build/p-e40b16fa.entry.js +1 -0
  540. package/www/build/p-e43e61ac.js +7 -0
  541. package/www/build/p-e45cf758.entry.js +1 -0
  542. package/www/build/p-eaa4eba8.entry.js +1 -0
  543. package/www/build/p-ede9fbf5.entry.js +1 -0
  544. package/www/build/p-f0653e72.entry.js +1 -0
  545. package/www/build/p-f158d205.entry.js +1 -0
  546. package/www/build/p-f425f188.js +1 -0
  547. package/www/build/p-f54f63e1.entry.js +1 -0
  548. package/www/build/p-f95cc914.entry.js +1 -0
  549. package/www/build/web-components-library.css +1 -1636
  550. package/www/build/web-components-library.esm.js +1 -129
  551. package/www/index.html +1 -10
  552. package/dist/web-components-library/_commonjsHelpers-8fe71198.js +0 -44
  553. package/dist/web-components-library/app-globals-0f993ce5.js +0 -3
  554. package/dist/web-components-library/css-shim-b3f2ee8d.js +0 -4
  555. package/dist/web-components-library/dom-665d6011.js +0 -73
  556. package/dist/web-components-library/shadow-css-b18e99d7.js +0 -387
  557. package/dist/web-components-library/z-app-header.entry.js +0 -129
  558. package/dist/web-components-library/z-aria-alert.entry.js +0 -15
  559. package/dist/web-components-library/z-body.entry.js +0 -14
  560. package/dist/web-components-library/z-dragdrop-area.entry.js +0 -33
  561. package/dist/web-components-library/z-heading.entry.js +0 -14
  562. package/dist/web-components-library/z-icon.entry.js +0 -22
  563. package/dist/web-components-library/z-input-message.entry.js +0 -20
  564. package/dist/web-components-library/z-input.entry.js +0 -231
  565. package/dist/web-components-library/z-list-element.entry.js +0 -173
  566. package/dist/web-components-library/z-list-group.entry.js +0 -56
  567. package/dist/web-components-library/z-list.entry.js +0 -36
  568. package/dist/web-components-library/z-modal.entry.js +0 -29
  569. package/dist/web-components-library/z-myz-card-body.entry.js +0 -15
  570. package/dist/web-components-library/z-myz-card-cover.entry.js +0 -18
  571. package/dist/web-components-library/z-myz-card-header.entry.js +0 -36
  572. package/dist/web-components-library/z-myz-card.entry.js +0 -42
  573. package/dist/web-components-library/z-pocket-body.entry.js +0 -23
  574. package/dist/web-components-library/z-pocket-header.entry.js +0 -36
  575. package/dist/web-components-library/z-pocket.entry.js +0 -68
  576. package/dist/web-components-library/z-table-expanded-row.entry.js +0 -15
  577. package/www/build/_commonjsHelpers-8fe71198.js +0 -44
  578. package/www/build/app-globals-0f993ce5.js +0 -3
  579. package/www/build/css-shim-b3f2ee8d.js +0 -4
  580. package/www/build/dom-665d6011.js +0 -73
  581. package/www/build/shadow-css-b18e99d7.js +0 -387
  582. package/www/build/z-app-header.entry.js +0 -129
  583. package/www/build/z-body.entry.js +0 -14
  584. package/www/build/z-dragdrop-area.entry.js +0 -33
  585. package/www/build/z-heading.entry.js +0 -14
  586. package/www/build/z-icon.entry.js +0 -22
  587. package/www/build/z-input-message.entry.js +0 -20
  588. package/www/build/z-input.entry.js +0 -231
  589. package/www/build/z-list-element.entry.js +0 -173
  590. package/www/build/z-list-group.entry.js +0 -56
  591. package/www/build/z-list.entry.js +0 -36
  592. package/www/build/z-myz-card-body.entry.js +0 -15
  593. package/www/build/z-myz-card-cover.entry.js +0 -18
  594. package/www/build/z-myz-card-header.entry.js +0 -36
  595. package/www/build/z-myz-card.entry.js +0 -42
  596. package/www/build/z-panel-elem.entry.js +0 -26
  597. package/www/build/z-pocket-body.entry.js +0 -23
  598. package/www/build/z-pocket-header.entry.js +0 -36
  599. package/www/build/z-pocket.entry.js +0 -68
@@ -1,129 +1 @@
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-291c96fb.js';
2
- import { g as globalScripts } from './app-globals-0f993ce5.js';
3
-
4
- /*
5
- Stencil Client Patch Browser v2.18.1 | 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
- // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,
24
- // simply stub the implementations out.
25
- // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)
26
- // @ts-ignore
27
- performance.mark = performance.measure = () => {
28
- /*noop*/
29
- };
30
- performance.getEntriesByName = () => [];
31
- }
32
- // @ts-ignore
33
- const scriptElm = BUILD.scriptDataOpts || BUILD.safari10 || BUILD.dynamicImportShim
34
- ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\/${NAMESPACE}(\\.esm)?\\.js($|\\?|#)`).test(s.src) ||
35
- s.getAttribute('data-stencil-namespace') === NAMESPACE)
36
- : null;
37
- const importMeta = import.meta.url;
38
- const opts = BUILD.scriptDataOpts ? scriptElm['data-opts'] || {} : {};
39
- if (BUILD.safari10 && 'onbeforeload' in scriptElm && !history.scrollRestoration /* IS_ESM_BUILD */) {
40
- // Safari < v11 support: This IF is true if it's Safari below v11.
41
- // This fn cannot use async/await since Safari didn't support it until v11,
42
- // however, Safari 10 did support modules. Safari 10 also didn't support "nomodule",
43
- // so both the ESM file and nomodule file would get downloaded. Only Safari
44
- // has 'onbeforeload' in the script, and "history.scrollRestoration" was added
45
- // to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.
46
- // IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.
47
- return {
48
- then() {
49
- /* promise noop */
50
- },
51
- };
52
- }
53
- if (!BUILD.safari10 && importMeta !== '') {
54
- opts.resourcesUrl = new URL('.', importMeta).href;
55
- }
56
- else if (BUILD.dynamicImportShim || BUILD.safari10) {
57
- opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, win.location.href)).href;
58
- if (BUILD.dynamicImportShim) {
59
- patchDynamicImport(opts.resourcesUrl, scriptElm);
60
- }
61
- if (BUILD.dynamicImportShim && !win.customElements) {
62
- // module support, but no custom elements support (Old Edge)
63
- // @ts-ignore
64
- return import(/* webpackChunkName: "polyfills-dom" */ './dom-665d6011.js').then(() => opts);
65
- }
66
- }
67
- return promiseResolve(opts);
68
- };
69
- const patchDynamicImport = (base, orgScriptElm) => {
70
- const importFunctionName = getDynamicImportFunction(NAMESPACE);
71
- try {
72
- // test if this browser supports dynamic imports
73
- // There is a caching issue in V8, that breaks using import() in Function
74
- // By generating a random string, we can workaround it
75
- // Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info
76
- win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);
77
- }
78
- catch (e) {
79
- // this shim is specifically for browsers that do support "esm" imports
80
- // however, they do NOT support "dynamic" imports
81
- // basically this code is for old Edge, v18 and below
82
- const moduleMap = new Map();
83
- win[importFunctionName] = (src) => {
84
- const url = new URL(src, base).href;
85
- let mod = moduleMap.get(url);
86
- if (!mod) {
87
- const script = doc.createElement('script');
88
- script.type = 'module';
89
- script.crossOrigin = orgScriptElm.crossOrigin;
90
- script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], {
91
- type: 'application/javascript',
92
- }));
93
- mod = new Promise((resolve) => {
94
- script.onload = () => {
95
- resolve(win[importFunctionName].m);
96
- script.remove();
97
- };
98
- });
99
- moduleMap.set(url, mod);
100
- doc.head.appendChild(script);
101
- }
102
- return mod;
103
- };
104
- }
105
- };
106
- const patchCloneNodeFix = (HTMLElementPrototype) => {
107
- const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;
108
- HTMLElementPrototype.cloneNode = function (deep) {
109
- if (this.nodeName === 'TEMPLATE') {
110
- return nativeCloneNodeFn.call(this, deep);
111
- }
112
- const clonedNode = nativeCloneNodeFn.call(this, false);
113
- const srcChildNodes = this.childNodes;
114
- if (deep) {
115
- for (let i = 0; i < srcChildNodes.length; i++) {
116
- // Node.ATTRIBUTE_NODE === 2, and checking because IE11
117
- if (srcChildNodes[i].nodeType !== 2) {
118
- clonedNode.appendChild(srcChildNodes[i].cloneNode(true));
119
- }
120
- }
121
- }
122
- return clonedNode;
123
- };
124
- };
125
-
126
- patchBrowser().then(options => {
127
- globalScripts();
128
- return bootstrapLazy(JSON.parse("[[\"z-searchbar\",[[1,\"z-searchbar\",{\"htmlid\":[513],\"preventSubmit\":[4,\"prevent-submit\"],\"value\":[1],\"placeholder\":[1],\"autocomplete\":[4],\"autocompleteMinChars\":[2,\"autocomplete-min-chars\"],\"resultsCount\":[2,\"results-count\"],\"resultsEllipsis\":[4,\"results-ellipsis\"],\"searchHelperLabel\":[1,\"search-helper-label\"],\"resultsItems\":[1,\"results-items\"],\"sortResultsItems\":[4,\"sort-results-items\"],\"searchString\":[32],\"currResultsCount\":[32],\"showResults\":[32]},[[4,\"click\",\"clickListener\"]]]]],[\"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],\"message\":[8],\"autocomplete\":[4],\"noresultslabel\":[1],\"hasGroupItems\":[4,\"has-group-items\"],\"isOpen\":[32],\"selectedItem\":[32],\"searchString\":[32],\"getSelectedItem\":[64],\"getValue\":[64],\"setValue\":[64]}]]],[\"z-combobox\",[[1,\"z-combobox\",{\"inputid\":[1],\"items\":[1],\"label\":[1],\"disabled\":[516],\"hassearch\":[4],\"searchlabel\":[1],\"searchplaceholder\":[1],\"searchtitle\":[1],\"noresultslabel\":[1],\"isopen\":[1028],\"isfixed\":[4],\"closesearchtext\":[1],\"hascheckall\":[4],\"checkalltext\":[1],\"uncheckalltext\":[1],\"maxcheckableitems\":[2],\"hasgroupitems\":[4],\"searchValue\":[32],\"selectedCounter\":[32],\"renderItemsList\":[32]},[[0,\"inputCheck\",\"inputCheckListener\"]]]]],[\"z-file-upload\",[[1,\"z-file-upload\",{\"type\":[513],\"buttonVariant\":[1,\"button-variant\"],\"acceptedFormat\":[1,\"accepted-format\"],\"fileMaxSize\":[2,\"file-max-size\"],\"mainTitle\":[1,\"main-title\"],\"description\":[1],\"files\":[32],\"invalidFiles\":[32],\"getFiles\":[64]},[[0,\"removeFile\",\"removeFileListener\"],[0,\"fileDropped\",\"fileDroppedListener\"]]]]],[\"z-contextual-menu\",[[1,\"z-contextual-menu\",{\"elements\":[1],\"color\":[1],\"popoverPosition\":[513,\"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-table\",[[4,\"z-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-pagination\",[[0,\"z-pagination\",{\"label\":[1],\"navArrows\":[4,\"nav-arrows\"],\"totalPages\":[2,\"total-pages\"],\"skip\":[2],\"edges\":[4],\"split\":[2],\"visiblePages\":[2,\"visible-pages\"],\"currentPage\":[1026,\"current-page\"],\"goToPage\":[4,\"go-to-page\"],\"_visiblePages\":[32],\"isMobile\":[32],\"goToPageValue\":[32]},[[9,\"resize\",\"onResize\"]]]]],[\"z-table-header-row\",[[4,\"z-table-header-row\",{\"expandable\":[516]}]]],[\"z-carousel\",[[4,\"z-carousel\",{\"isLoading\":[4,\"is-loading\"],\"label\":[1],\"single\":[4],\"arrowsPosition\":[1,\"arrows-position\"],\"progressMode\":[1,\"progress-mode\"],\"ghostLoadingHeight\":[2,\"ghost-loading-height\"],\"current\":[32],\"items\":[32],\"highlightedIndicator\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32]}]]],[\"z-date-picker\",[[4,\"z-date-picker\",{\"datePickerId\":[1,\"date-picker-id\"],\"ariaLabel\":[1,\"aria-label\"],\"label\":[1],\"mode\":[1],\"flatpickrPosition\":[32],\"inputError\":[32]},[[18,\"keydown\",\"handleKeyDown\"]]]]],[\"z-file\",[[2,\"z-file\",{\"fileNumber\":[2,\"file-number\"],\"fileName\":[1,\"file-name\"],\"allowPopover\":[32],\"popoverVisible\":[32]},[[1,\"mouseover\",\"onMouseOver\"],[1,\"mouseleave\",\"onMouseLeave\"],[0,\"interactiveIconClick\",\"onInteractiveIconClick\"]]]]],[\"z-range-picker\",[[0,\"z-range-picker\",{\"rangePickerId\":[1,\"range-picker-id\"],\"firstAriaLabel\":[1,\"first-aria-label\"],\"firstLabel\":[1,\"first-label\"],\"secondAriaLabel\":[1,\"second-aria-label\"],\"secondLabel\":[1,\"second-label\"],\"mode\":[1],\"flatpickrPosition\":[32],\"activeInput\":[32],\"firstInputError\":[32],\"lastInputError\":[32]},[[18,\"click\",\"handleClick\"],[18,\"keyup\",\"handleKeyDown\"]]]]],[\"z-table-row\",[[4,\"z-table-row\",{\"expandedType\":[513,\"expanded-type\"],\"expanded\":[32]}]]],[\"z-anchor-navigation\",[[4,\"z-anchor-navigation\",{\"hideUnselected\":[516,\"hide-unselected\"],\"collapsed\":[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-myz-list\",[[1,\"z-myz-list\",{\"inputrawdata\":[1],\"list\":[1040]}]]],[\"z-otp\",[[1,\"z-otp\",{\"inputNum\":[2,\"input-num\"],\"status\":[1],\"message\":[1]}]]],[\"z-panel-elem\",[[1,\"z-panel-elem\",{\"elemid\":[1],\"imgurl\":[1],\"imgalt\":[1],\"linkicon\":[1],\"linklabel\":[1],\"url\":[1],\"target\":[1],\"isdisabled\":[4],\"descrSlotName\":[1,\"descr-slot-name\"]}]]],[\"z-skip-to-content\",[[2,\"z-skip-to-content\",{\"variant\":[513],\"links\":[1025],\"visible\":[32],\"visibleLink\":[32]},[[4,\"focusout\",\"handleFocusOutSkipToContent\"],[4,\"focusin\",\"handleFocusSkipToContent\"]]]]],[\"z-app-header\",[[1,\"z-app-header\",{\"stuck\":[516],\"hero\":[1],\"overlay\":[516],\"flow\":[513],\"drawerOpen\":[516,\"drawer-open\"],\"_stuck\":[32],\"menuLength\":[32]}]]],[\"z-app-switcher\",[[1,\"z-app-switcher\",{\"theme\":[1],\"isopen\":[32]}]]],[\"z-button-sort\",[[1,\"z-button-sort\",{\"buttonid\":[1],\"label\":[1],\"desclabel\":[1],\"counter\":[2],\"sortlabelasc\":[1],\"sortlabeldesc\":[1],\"isselected\":[1028],\"sortasc\":[1028],\"allowTooltip\":[32]}]]],[\"z-card\",[[1,\"z-card\",{\"variant\":[513],\"coverIcon\":[1,\"cover-icon\"],\"clickable\":[516],\"showshadow\":[516],\"hasCoverImage\":[32]},[[0,\"click\",\"onClick\"]]]]],[\"z-info-box\",[[1,\"z-info-box\",{\"boxid\":[1],\"isclosable\":[4]}]]],[\"z-info-reveal\",[[1,\"z-info-reveal\",{\"icon\":[1],\"position\":[513],\"label\":[1],\"open\":[32],\"currentIndex\":[32]}]]],[\"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-tab\",[[0,\"z-navigation-tab\",{\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513],\"icon\":[1],\"label\":[1],\"htmlTitle\":[1,\"html-title\"]},[[0,\"click\",\"onClick\"]]]]],[\"z-navigation-tab-link\",[[0,\"z-navigation-tab-link\",{\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513],\"htmlTitle\":[1,\"html-title\"],\"target\":[1],\"href\":[1],\"icon\":[1],\"label\":[1]},[[0,\"click\",\"onClick\"]]]]],[\"z-navigation-tabs\",[[1,\"z-navigation-tabs\",{\"orientation\":[513],\"size\":[513],\"canNavigate\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32]},[[9,\"resize\",\"checkScrollVisible\"],[0,\"selected\",\"onTabSelected\"]]]]],[\"z-notification\",[[1,\"z-notification\",{\"contenticonname\":[1],\"actiontext\":[1],\"type\":[513],\"showclose\":[4],\"showshadow\":[516],\"sticky\":[516]}]]],[\"z-pocket-message\",[[1,\"z-pocket-message\"]]],[\"z-section-title\",[[1,\"z-section-title\",{\"dividerPosition\":[1,\"divider-position\"],\"uppercase\":[516]}]]],[\"z-slideshow\",[[1,\"z-slideshow\",{\"slideshowid\":[1],\"data\":[1],\"device\":[32],\"currentSlide\":[32]}]]],[\"z-tag\",[[6,\"z-tag\",{\"icon\":[1],\"expandable\":[4]}]]],[\"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]}]]],[\"z-toggle-button\",[[1,\"z-toggle-button\",{\"label\":[1],\"isdisabled\":[4],\"avoidclick\":[4],\"opened\":[1028]}]]],[\"z-toggle-switch\",[[6,\"z-toggle-switch\",{\"disabled\":[516],\"labelPosition\":[513,\"label-position\"],\"checked\":[1028],\"htmlid\":[1]}]]],[\"z-tooltip\",[[1,\"z-tooltip\",{\"position\":[513],\"dark\":[516],\"open\":[1540],\"bindTo\":[1,\"bind-to\"]},[[0,\"openChange\",\"onPopoverOpenChange\"]]]]],[\"z-aria-alert\",[[4,\"z-aria-alert\",{\"mode\":[1]}]]],[\"z-avatar\",[[1,\"z-avatar\",{\"size\":[1],\"text\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"image\":[1025]}]]],[\"z-cover-hero\",[[1,\"z-cover-hero\",{\"variant\":[513],\"contentPosition\":[513,\"content-position\"]}]]],[\"z-logo\",[[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imageAlt\":[1,\"image-alt\"],\"link\":[1],\"targetBlank\":[4,\"target-blank\"],\"mobileLogo\":[4,\"mobile-logo\"]}]]],[\"z-myz-card-footer\",[[1,\"z-myz-card-footer\",{\"titolo\":[1],\"autori\":[1],\"isbn\":[1],\"faded\":[4],\"cardtype\":[1],\"opened\":[4],\"customContent\":[4,\"custom-content\"],\"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-offcanvas\",[[6,\"z-offcanvas\",{\"variant\":[513],\"open\":[1540],\"transitiondirection\":[513]}]]],[\"z-stepper\",[[1,\"z-stepper\"]]],[\"z-stepper-item\",[[1,\"z-stepper-item\",{\"index\":[2],\"href\":[1],\"pressed\":[4],\"disabled\":[4]}]]],[\"z-table-body\",[[6,\"z-table-body\"]]],[\"z-table-expanded-row\",[[1,\"z-table-expanded-row\",{\"colSpan\":[2,\"col-span\"]}]]],[\"z-table-footer\",[[6,\"z-table-footer\"]]],[\"z-table-head\",[[6,\"z-table-head\"]]],[\"z-table-sticky-footer\",[[6,\"z-table-sticky-footer\"]]],[\"z-toast-notification-list\",[[1,\"z-toast-notification-list\",{\"position\":[513],\"newestontop\":[4]}]]],[\"z-visually-hidden\",[[1,\"z-visually-hidden\"]]],[\"z-table-header\",[[1,\"z-table-header\",{\"columnId\":[1,\"column-id\"],\"padding\":[513],\"sortable\":[4],\"showButton\":[4,\"show-button\"],\"defaultSortDirection\":[1,\"default-sort-direction\"],\"sortDirection\":[1025,\"sort-direction\"]},[[18,\"click\",\"handleOutsideClick\"],[18,\"click\",\"handleClickHeaders\"]]]]],[\"z-body\",[[1,\"z-body\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-dragdrop-area\",[[1,\"z-dragdrop-area\"]]],[\"z-table-cell\",[[1,\"z-table-cell\",{\"showButton\":[4,\"show-button\"],\"padding\":[513],\"isMenuOpened\":[32]}]]],[\"z-table-empty-box\",[[6,\"z-table-empty-box\",{\"message\":[1],\"subtitle\":[1]}]]],[\"z-chip\",[[6,\"z-chip\",{\"icon\":[1],\"type\":[513],\"interactiveIcon\":[513,\"interactive-icon\"],\"disabled\":[516]}]]],[\"z-heading\",[[1,\"z-heading\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-modal\",[[1,\"z-modal\",{\"modalid\":[1],\"modaltitle\":[1],\"modalsubtitle\":[1],\"closeButtonLabel\":[1,\"close-button-label\"]}]]],[\"z-alert\",[[1,\"z-alert\",{\"type\":[1]}]]],[\"z-ghost-loading\",[[1,\"z-ghost-loading\"]]],[\"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-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-icon\",[[1,\"z-icon\",{\"name\":[1],\"height\":[2],\"width\":[2],\"iconid\":[1],\"fill\":[1]}]]],[\"z-myz-list-item\",[[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}]]],[\"z-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\"],\"listElementPosition\":[513,\"list-element-position\"],\"listType\":[513,\"list-type\"],\"showInnerContent\":[32]},[[4,\"accessibleFocus\",\"accessibleFocusHandler\"]]]]],[\"z-link\",[[1,\"z-link\",{\"htmlid\":[1],\"href\":[1],\"target\":[1],\"htmltabindex\":[2],\"isdisabled\":[4],\"isactive\":[4],\"iswhite\":[4],\"textcolor\":[1],\"icon\":[1],\"big\":[516],\"iconposition\":[1],\"underline\":[4],\"iconSize\":[32]}]]],[\"z-list\",[[1,\"z-list\",{\"size\":[513],\"listType\":[513,\"list-type\"]}]]],[\"z-list-group\",[[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"],\"listType\":[513,\"list-type\"]}]]],[\"z-input\",[[2,\"z-input\",{\"htmlid\":[1],\"type\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"value\":[1025],\"disabled\":[516],\"readonly\":[4],\"required\":[4],\"checked\":[1028],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"labelPosition\":[1,\"label-position\"],\"autocomplete\":[1],\"hasclearicon\":[4],\"icon\":[1],\"min\":[2],\"max\":[2],\"step\":[2],\"pattern\":[1],\"isTyping\":[32],\"passwordHidden\":[32],\"isChecked\":[64]},[[4,\"inputCheck\",\"inputCheckListener\"]]]]],[\"z-popover\",[[1,\"z-popover\",{\"position\":[513],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"showArrow\":[516,\"show-arrow\"],\"center\":[516],\"closable\":[4],\"currentPosition\":[32]},[[8,\"keyup\",\"closePopoverWithKeyboard\"],[18,\"click\",\"handleOutsideClick\"]]]]],[\"z-input-message\",[[1,\"z-input-message\",{\"message\":[1],\"status\":[513]}]]],[\"z-divider\",[[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}]]],[\"z-typography\",[[1,\"z-typography\",{\"level\":[1],\"variant\":[1],\"component\":[1]}]]],[\"z-button\",[[6,\"z-button\",{\"ariaLabel\":[513,\"aria-label\"],\"href\":[1],\"target\":[1],\"htmlid\":[1],\"name\":[1],\"disabled\":[516],\"type\":[1],\"variant\":[513],\"icon\":[1],\"size\":[513]}]]]]"), options);
129
- });
1
+ import{p as e,b as t}from"./p-d17ebc2f.js";(()=>{const t=import.meta.url,i={};return""!==t&&(i.resourcesUrl=new URL(".",t).href),e(i)})().then((e=>t(JSON.parse('[["p-5624a127",[[1,"z-app-header",{"stuck":[516],"hero":[1],"overlay":[516],"flow":[513],"drawerOpen":[516,"drawer-open"],"_stuck":[32],"menuLength":[32]}],[1,"z-icon",{"name":[1],"height":[2],"width":[2],"iconid":[1],"fill":[1]}]]],["p-3eb60c95",[[1,"z-searchbar",{"htmlid":[513],"preventSubmit":[4,"prevent-submit"],"value":[1],"placeholder":[1],"autocomplete":[4],"autocompleteMinChars":[2,"autocomplete-min-chars"],"resultsCount":[2,"results-count"],"resultsEllipsis":[4,"results-ellipsis"],"searchHelperLabel":[1,"search-helper-label"],"resultsItems":[1,"results-items"],"sortResultsItems":[4,"sort-results-items"],"searchString":[32],"currResultsCount":[32],"showResults":[32]},[[4,"click","clickListener"]]]]],["p-7ea553e9",[[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],"message":[8],"autocomplete":[4],"noresultslabel":[1],"hasGroupItems":[4,"has-group-items"],"isOpen":[32],"selectedItem":[32],"searchString":[32],"getSelectedItem":[64],"getValue":[64],"setValue":[64]}]]],["p-e45cf758",[[1,"z-combobox",{"inputid":[1],"items":[1],"label":[1],"disabled":[516],"hassearch":[4],"searchlabel":[1],"searchplaceholder":[1],"searchtitle":[1],"noresultslabel":[1],"isopen":[1028],"isfixed":[4],"closesearchtext":[1],"hascheckall":[4],"checkalltext":[1],"uncheckalltext":[1],"maxcheckableitems":[2],"hasgroupitems":[4],"searchValue":[32],"selectedCounter":[32],"renderItemsList":[32]},[[0,"inputCheck","inputCheckListener"]]]]],["p-7b3b99ee",[[1,"z-file-upload",{"type":[513],"buttonVariant":[1,"button-variant"],"acceptedFormat":[1,"accepted-format"],"fileMaxSize":[2,"file-max-size"],"mainTitle":[1,"main-title"],"description":[1],"files":[32],"invalidFiles":[32],"getFiles":[64]},[[0,"removeFile","removeFileListener"],[0,"fileDropped","fileDroppedListener"]]]]],["p-0843b0e7",[[1,"z-contextual-menu",{"elements":[1],"color":[1],"popoverPosition":[513,"popover-position"]}]]],["p-59cfee8d",[[1,"z-myz-card-dictionary",{"name":[1],"cover":[1],"disabled":[4],"flipped":[1028],"flipbuttonlabel":[1],"hideinfobtn":[4]},[[0,"flipCard","handleFlipCard"]]]]],["p-95b8f109",[[4,"z-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"]]]]],["p-07e18572",[[1,"z-messages-pocket",{"pocketid":[1],"messages":[2],"status":[1025]},[[16,"pocketToggle","handlePocketToggle"]]]]],["p-01f001fd",[[0,"z-pagination",{"label":[1],"navArrows":[4,"nav-arrows"],"totalPages":[2,"total-pages"],"skip":[2],"edges":[4],"split":[2],"visiblePages":[2,"visible-pages"],"currentPage":[1026,"current-page"],"goToPage":[4,"go-to-page"],"_visiblePages":[32],"isMobile":[32],"goToPageValue":[32]},[[9,"resize","onResize"]]]]],["p-3f55dce6",[[4,"z-table-header-row",{"expandable":[516]}]]],["p-9f543b6a",[[4,"z-carousel",{"isLoading":[4,"is-loading"],"label":[1],"single":[4],"arrowsPosition":[1,"arrows-position"],"progressMode":[1,"progress-mode"],"ghostLoadingHeight":[2,"ghost-loading-height"],"current":[32],"items":[32],"highlightedIndicator":[32],"canNavigatePrev":[32],"canNavigateNext":[32]}]]],["p-b6f36170",[[4,"z-date-picker",{"datePickerId":[1,"date-picker-id"],"ariaLabel":[1,"aria-label"],"label":[1],"mode":[1],"flatpickrPosition":[32],"inputError":[32]},[[18,"keydown","handleKeyDown"]]]]],["p-38a3cf3b",[[2,"z-file",{"fileNumber":[2,"file-number"],"fileName":[1,"file-name"],"allowPopover":[32],"popoverVisible":[32]},[[1,"mouseover","onMouseOver"],[1,"mouseleave","onMouseLeave"],[0,"interactiveIconClick","onInteractiveIconClick"]]]]],["p-2acd6a51",[[0,"z-range-picker",{"rangePickerId":[1,"range-picker-id"],"firstAriaLabel":[1,"first-aria-label"],"firstLabel":[1,"first-label"],"secondAriaLabel":[1,"second-aria-label"],"secondLabel":[1,"second-label"],"mode":[1],"flatpickrPosition":[32],"activeInput":[32],"firstInputError":[32],"lastInputError":[32]},[[18,"click","handleClick"],[18,"keyup","handleKeyDown"]]]]],["p-1d66b265",[[4,"z-table-row",{"expandedType":[513,"expanded-type"],"expanded":[32]}]]],["p-9c28b8fc",[[4,"z-anchor-navigation",{"hideUnselected":[516,"hide-unselected"],"collapsed":[32]}]]],["p-3a468aa9",[[1,"z-myz-card-alert",{"iconname":[1],"contenttext":[1],"actiontext":[1],"type":[1]}]]],["p-a6c0f149",[[1,"z-myz-card-info",{"data":[1],"htmltabindex":[2],"hiddenContent":[32],"tooltip":[32]}]]],["p-e40b16fa",[[1,"z-myz-list",{"inputrawdata":[1],"list":[1040]}]]],["p-5dd9a2c6",[[1,"z-otp",{"inputNum":[2,"input-num"],"status":[1],"message":[1]}]]],["p-4423b00c",[[1,"z-panel-elem",{"elemid":[1],"imgurl":[1],"imgalt":[1],"linkicon":[1],"linklabel":[1],"url":[1],"target":[1],"isdisabled":[4],"descrSlotName":[1,"descr-slot-name"]}]]],["p-d2127d84",[[2,"z-skip-to-content",{"variant":[513],"links":[1025],"visible":[32],"visibleLink":[32]},[[4,"focusout","handleFocusOutSkipToContent"],[4,"focusin","handleFocusSkipToContent"]]]]],["p-bdefe224",[[1,"z-app-switcher",{"theme":[1],"isopen":[32]}]]],["p-ede9fbf5",[[1,"z-button-sort",{"buttonid":[1],"label":[1],"desclabel":[1],"counter":[2],"sortlabelasc":[1],"sortlabeldesc":[1],"isselected":[1028],"sortasc":[1028],"allowTooltip":[32]}]]],["p-a82ea410",[[1,"z-card",{"variant":[513],"coverIcon":[1,"cover-icon"],"clickable":[516],"showshadow":[516],"hasCoverImage":[32]},[[0,"click","onClick"]]]]],["p-61424b8a",[[1,"z-info-box",{"boxid":[1],"isclosable":[4]}]]],["p-beba3e67",[[1,"z-info-reveal",{"icon":[1],"position":[513],"label":[1],"open":[32],"currentIndex":[32]}]]],["p-f158d205",[[1,"z-menu",{"active":[516],"floating":[516],"open":[1540],"hasHeader":[32],"hasContent":[32]},[[4,"click","handleClick"]]]]],["p-f95cc914",[[1,"z-menu-section",{"active":[516],"open":[32],"hasContent":[32]},[[4,"click","handleClick"]]]]],["p-05ced71c",[[1,"z-myz-card-icon",{"icon":[1],"isdisabled":[4],"ariaLabel":[1,"aria-label"]}]]],["p-6289c4bd",[[0,"z-navigation-tab",{"selected":[1540],"disabled":[516],"orientation":[513],"size":[513],"icon":[1],"label":[1],"htmlTitle":[1,"html-title"]},[[0,"click","onClick"]]]]],["p-a0e2715e",[[0,"z-navigation-tab-link",{"selected":[1540],"disabled":[516],"orientation":[513],"size":[513],"htmlTitle":[1,"html-title"],"target":[1],"href":[1],"icon":[1],"label":[1]},[[0,"click","onClick"]]]]],["p-6b1a5309",[[1,"z-navigation-tabs",{"orientation":[513],"size":[513],"canNavigate":[32],"canNavigatePrev":[32],"canNavigateNext":[32]},[[9,"resize","checkScrollVisible"],[0,"selected","onTabSelected"]]]]],["p-2efedcf4",[[1,"z-notification",{"contenticonname":[1],"actiontext":[1],"type":[513],"showclose":[4],"showshadow":[516],"sticky":[516]}]]],["p-540c7d73",[[1,"z-pocket-message"]]],["p-214b6cee",[[1,"z-section-title",{"dividerPosition":[1,"divider-position"],"uppercase":[516]}]]],["p-93142fac",[[1,"z-slideshow",{"slideshowid":[1],"data":[1],"device":[32],"currentSlide":[32]}]]],["p-344e7ae7",[[6,"z-tag",{"icon":[1],"expandable":[4]}]]],["p-26f834e5",[[1,"z-toast-notification",{"heading":[1],"message":[1],"closebutton":[4],"autoclose":[2],"pauseonfocusloss":[4],"type":[1],"isdraggable":[4],"draggablepercentage":[2],"transition":[1],"percentage":[32]}]]],["p-9d03a7d6",[[1,"z-toggle-button",{"label":[1],"isdisabled":[4],"avoidclick":[4],"opened":[1028]}]]],["p-26033729",[[6,"z-toggle-switch",{"disabled":[516],"labelPosition":[513,"label-position"],"checked":[1028],"htmlid":[1]}]]],["p-009c9f67",[[1,"z-tooltip",{"position":[513],"dark":[516],"open":[1540],"bindTo":[1,"bind-to"]},[[0,"openChange","onPopoverOpenChange"]]]]],["p-51e308ca",[[4,"z-aria-alert",{"mode":[1]}]]],["p-8c105bd1",[[1,"z-avatar",{"size":[1],"text":[1],"textColor":[1,"text-color"],"backgroundColor":[1,"background-color"],"image":[1025]}]]],["p-ae6197f4",[[1,"z-cover-hero",{"variant":[513],"contentPosition":[513,"content-position"]}]]],["p-ae79573a",[[1,"z-logo",{"width":[2],"height":[2],"imageAlt":[1,"image-alt"],"link":[1],"targetBlank":[4,"target-blank"],"mobileLogo":[4,"mobile-logo"]}]]],["p-475ca461",[[1,"z-myz-card-footer",{"titolo":[1],"autori":[1],"isbn":[1],"faded":[4],"cardtype":[1],"opened":[4],"customContent":[4,"custom-content"],"isOpen":[32],"allowTooltipAuthors":[32]},[[0,"toggleClick","handleToggle"]]]]],["p-af4d1987",[[1,"z-myz-card-footer-sections"]]],["p-ce83ce18",[[1,"z-myz-card-list",{"listdata":[1]}]]],["p-8b15b30c",[[6,"z-offcanvas",{"variant":[513],"open":[1540],"transitiondirection":[513]}]]],["p-73c91de3",[[1,"z-stepper"]]],["p-810bd730",[[1,"z-stepper-item",{"index":[2],"href":[1],"pressed":[4],"disabled":[4]}]]],["p-c4417a91",[[6,"z-table-body"]]],["p-bb0fe7bc",[[1,"z-table-expanded-row",{"colSpan":[2,"col-span"]}]]],["p-eaa4eba8",[[6,"z-table-footer"]]],["p-37e050bd",[[6,"z-table-head"]]],["p-3be171d0",[[6,"z-table-sticky-footer"]]],["p-34c26207",[[1,"z-toast-notification-list",{"position":[513],"newestontop":[4]}]]],["p-f54f63e1",[[1,"z-visually-hidden"]]],["p-53065788",[[1,"z-table-header",{"columnId":[1,"column-id"],"padding":[513],"sortable":[4],"showButton":[4,"show-button"],"defaultSortDirection":[1,"default-sort-direction"],"sortDirection":[1025,"sort-direction"]},[[18,"click","handleOutsideClick"],[18,"click","handleClickHeaders"]]]]],["p-0fa4b50b",[[1,"z-table-cell",{"showButton":[4,"show-button"],"padding":[513],"isMenuOpened":[32]}]]],["p-735bdfa3",[[6,"z-table-empty-box",{"message":[1],"subtitle":[1]}]]],["p-a05ce0a6",[[6,"z-chip",{"icon":[1],"type":[513],"interactiveIcon":[513,"interactive-icon"],"disabled":[516]}]]],["p-074ea569",[[1,"z-alert",{"type":[1]}]]],["p-9d57a84c",[[1,"z-ghost-loading"]]],["p-5c62387a",[[1,"z-myz-list-item",{"text":[1],"link":[1],"linktarget":[1],"icon":[1],"listitemid":[1],"action":[1],"underlined":[4]}]]],["p-de55c171",[[1,"z-dragdrop-area"],[1,"z-heading",{"level":[2],"variant":[1],"component":[1]}],[1,"z-modal",{"modalid":[1],"modaltitle":[1],"modalsubtitle":[1],"closeButtonLabel":[1,"close-button-label"]}]]],["p-f0653e72",[[1,"z-link",{"htmlid":[1],"href":[1],"target":[1],"htmltabindex":[2],"isdisabled":[4],"isactive":[4],"iswhite":[4],"textcolor":[1],"icon":[1],"big":[516],"iconposition":[1],"underline":[4],"iconSize":[32]}]]],["p-6c163539",[[1,"z-pocket",{"pocketid":[1],"status":[1025],"open":[64],"close":[64]},[[0,"pocketHeaderClick","handlePocketHeaderClick"],[0,"pocketHeaderPan","handlePocketHeaderPan"]]],[1,"z-pocket-body",{"pocketid":[1],"status":[1025]},[[16,"pocketToggle","handlePocketToggle"]]],[1,"z-pocket-header",{"pocketid":[1]}]]],["p-b33f5e6a",[[1,"z-myz-card",{"faded":[4],"cardtype":[1],"ispressed":[4],"ishighlighted":[4]}],[1,"z-myz-card-body"],[1,"z-myz-card-cover",{"img":[1],"titolo":[1],"faded":[4],"defaultimg":[1]}],[1,"z-myz-card-header",{"titolo":[1],"faded":[4],"cardtype":[1],"allowTooltip":[32]}]]],["p-32509af7",[[1,"z-popover",{"position":[513],"open":[1540],"bindTo":[1,"bind-to"],"showArrow":[516,"show-arrow"],"center":[516],"closable":[4],"currentPosition":[32]},[[8,"keyup","closePopoverWithKeyboard"],[18,"click","handleOutsideClick"]]]]],["p-33352f9e",[[2,"z-divider",{"size":[1],"color":[1],"orientation":[1]}]]],["p-9c338aeb",[[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"],"listElementPosition":[513,"list-element-position"],"listType":[513,"list-type"],"showInnerContent":[32]},[[4,"accessibleFocus","accessibleFocusHandler"]]],[1,"z-list",{"size":[513],"listType":[513,"list-type"]}],[1,"z-list-group",{"size":[513],"dividerType":[513,"divider-type"],"dividerSize":[513,"divider-size"],"dividerColor":[513,"divider-color"],"listType":[513,"list-type"]}]]],["p-2d1b6c3c",[[6,"z-button",{"ariaLabel":[513,"aria-label"],"href":[1],"target":[1],"htmlid":[1],"name":[1],"disabled":[516],"type":[1],"variant":[513],"icon":[1],"size":[513]}]]],["p-91a74348",[[2,"z-input",{"htmlid":[1],"type":[1],"name":[1],"label":[1],"ariaLabel":[1,"aria-label"],"value":[1025],"disabled":[516],"readonly":[4],"required":[4],"checked":[1028],"placeholder":[1],"htmltitle":[1],"status":[1],"message":[8],"labelPosition":[1,"label-position"],"autocomplete":[1],"hasclearicon":[4],"icon":[1],"min":[2],"max":[2],"step":[2],"pattern":[1],"isTyping":[32],"passwordHidden":[32],"isChecked":[64]},[[4,"inputCheck","inputCheckListener"]]],[1,"z-input-message",{"message":[1],"status":[513]}]]],["p-a79d1412",[[1,"z-body",{"level":[2],"variant":[1],"component":[1]}],[1,"z-typography",{"level":[1],"variant":[1],"component":[1]}]]]]'),e)));
package/www/index.html CHANGED
@@ -1,10 +1 @@
1
- <!doctype html><html dir="ltr" lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"> <title>Albe test application</title> <link rel="stylesheet" type="text/css" href="/build/web-components-library.css"> <script type="module" src="/build/web-components-library.esm.js" data-stencil></script> <script nomodule="" src="/build/web-components-library.js" data-stencil></script> </head> <body> <header> <z-app-header> <h1 slot="title">Albe test app</h1> </z-app-header> </header> <main></main> <z-combobox inputid="combo_1" items="[{&quot;id&quot;:&quot;item_1&quot;,&quot;name&quot;:&quot;primo elemento&quot;,&quot;checked&quot;:false},{&quot;id&quot;:&quot;item_2&quot;,&quot;name&quot;:&quot;secondo elemento&quot;,&quot;checked&quot;:true}]" hassearch="true" searchlabel="Autore" searchplaceholder="Cerca Autore" label="Combo Corta" closesearchtext="CHIUDI" isopen="true" disabled="true"></z-combobox> <script>
2
- if ('serviceWorker' in navigator && location.protocol !== 'file:') {
3
- // auto-unregister service worker during dev mode
4
- navigator.serviceWorker.getRegistration().then(function(registration) {
5
- if (registration) {
6
- registration.unregister().then(function() { location.reload(true) });
7
- }
8
- });
9
- }
10
- </script></body></html>
1
+ <!doctype html><html dir="ltr" lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"> <title>Albe test application</title> <link rel="stylesheet" type="text/css" href="/build/p-275801c6.css"> <link rel="modulepreload" href="/build/p-c07f6065.js"><script type="module" src="/build/p-c07f6065.js" data-stencil data-resources-url="/build/" data-stencil-namespace="web-components-library"></script> <script nomodule="" src="/build/web-components-library.js" data-stencil></script> </head> <body> <header> <z-app-header> <h1 slot="title">Albe test app</h1> </z-app-header> </header> <main></main> </body></html>
@@ -1,44 +0,0 @@
1
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
2
-
3
- function getDefaultExportFromCjs (x) {
4
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
5
- }
6
-
7
- function createCommonjsModule(fn, basedir, module) {
8
- return module = {
9
- path: basedir,
10
- exports: {},
11
- require: function (path, base) {
12
- return commonjsRequire(path, (base === undefined || base === null) ? module.path : base);
13
- }
14
- }, fn(module, module.exports), module.exports;
15
- }
16
-
17
- function getDefaultExportFromNamespaceIfPresent (n) {
18
- return n && Object.prototype.hasOwnProperty.call(n, 'default') ? n['default'] : n;
19
- }
20
-
21
- function getDefaultExportFromNamespaceIfNotNamed (n) {
22
- return n && Object.prototype.hasOwnProperty.call(n, 'default') && Object.keys(n).length === 1 ? n['default'] : n;
23
- }
24
-
25
- function getAugmentedNamespace(n) {
26
- if (n.__esModule) return n;
27
- var a = Object.defineProperty({}, '__esModule', {value: true});
28
- Object.keys(n).forEach(function (k) {
29
- var d = Object.getOwnPropertyDescriptor(n, k);
30
- Object.defineProperty(a, k, d.get ? d : {
31
- enumerable: true,
32
- get: function () {
33
- return n[k];
34
- }
35
- });
36
- });
37
- return a;
38
- }
39
-
40
- function commonjsRequire () {
41
- throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
42
- }
43
-
44
- export { commonjsGlobal as a, createCommonjsModule as c, getDefaultExportFromCjs as g };
@@ -1,3 +0,0 @@
1
- const globalScripts = () => {};
2
-
3
- export { globalScripts as g };
@@ -1,4 +0,0 @@
1
- /*
2
- Stencil Client Patch Esm v2.18.1 | MIT Licensed | https://stenciljs.com
3
- */
4
- var __assign=undefined&&undefined.__assign||function(){return (__assign=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var s in t=arguments[r])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e}).apply(this,arguments)},StyleNode=function(){this.start=0,this.end=0,this.previous=null,this.parent=null,this.rules=null,this.parsedCssText="",this.cssText="",this.atRule=!1,this.type=0,this.keyframesName="",this.selector="",this.parsedSelector="";};function parse(e){return parseCss(lex(e=clean(e)),e)}function clean(e){return e.replace(RX.comments,"").replace(RX.port,"")}function lex(e){var t=new StyleNode;t.start=0,t.end=e.length;for(var r=t,n=0,s=e.length;n<s;n++)if(e[n]===OPEN_BRACE){r.rules||(r.rules=[]);var o=r,a=o.rules[o.rules.length-1]||null;(r=new StyleNode).start=n+1,r.parent=o,r.previous=a,o.rules.push(r);}else e[n]===CLOSE_BRACE&&(r.end=n+1,r=r.parent||t);return t}function parseCss(e,t){var r=t.substring(e.start,e.end-1);if(e.parsedCssText=e.cssText=r.trim(),e.parent){var n=e.previous?e.previous.end:e.parent.start;r=(r=(r=_expandUnicodeEscapes(r=t.substring(n,e.start-1))).replace(RX.multipleSpaces," ")).substring(r.lastIndexOf(";")+1);var s=e.parsedSelector=e.selector=r.trim();e.atRule=0===s.indexOf(AT_START),e.atRule?0===s.indexOf(MEDIA_START)?e.type=types.MEDIA_RULE:s.match(RX.keyframesRule)&&(e.type=types.KEYFRAMES_RULE,e.keyframesName=e.selector.split(RX.multipleSpaces).pop()):0===s.indexOf(VAR_START)?e.type=types.MIXIN_RULE:e.type=types.STYLE_RULE;}var o=e.rules;if(o)for(var a=0,i=o.length,l=void 0;a<i&&(l=o[a]);a++)parseCss(l,t);return e}function _expandUnicodeEscapes(e){return e.replace(/\\([0-9a-f]{1,6})\s/gi,(function(){for(var e=arguments[1],t=6-e.length;t--;)e="0"+e;return "\\"+e}))}var types={STYLE_RULE:1,KEYFRAMES_RULE:7,MEDIA_RULE:4,MIXIN_RULE:1e3},OPEN_BRACE="{",CLOSE_BRACE="}",RX={comments:/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,port:/@import[^;]*;/gim,customProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,mixinProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,mixinApply:/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,varApply:/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,keyframesRule:/^@[^\s]*keyframes/,multipleSpaces:/\s+/g},VAR_START="--",MEDIA_START="@media",AT_START="@",VAR_USAGE_START=/\bvar\(/,VAR_ASSIGN_START=/\B--[\w-]+\s*:/,COMMENTS=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,TRAILING_LINES=/^[\t ]+\n/gm;function findRegex(e,t,r){e.lastIndex=0;var n=t.substring(r).match(e);if(n){var s=r+n.index;return {start:s,end:s+n[0].length}}return null}function resolveVar(e,t,r){return e[t]?e[t]:r?executeTemplate(r,e):""}function findVarEndIndex(e,t){for(var r=0,n=t;n<e.length;n++){var s=e[n];if("("===s)r++;else if(")"===s&&--r<=0)return n+1}return n}function parseVar(e,t){var r=findRegex(VAR_USAGE_START,e,t);if(!r)return null;var n=findVarEndIndex(e,r.start),s=e.substring(r.end,n-1).split(","),o=s[0],a=s.slice(1);return {start:r.start,end:n,propName:o.trim(),fallback:a.length>0?a.join(",").trim():void 0}}function compileVar(e,t,r){var n=parseVar(e,r);if(!n)return t.push(e.substring(r,e.length)),e.length;var s=n.propName,o=null!=n.fallback?compileTemplate(n.fallback):void 0;return t.push(e.substring(r,n.start),(function(e){return resolveVar(e,s,o)})),n.end}function executeTemplate(e,t){for(var r="",n=0;n<e.length;n++){var s=e[n];r+="string"==typeof s?s:s(t);}return r}function findEndValue(e,t){for(var r=!1,n=!1,s=t;s<e.length;s++){var o=e[s];if(r)n&&'"'===o&&(r=!1),n||"'"!==o||(r=!1);else if('"'===o)r=!0,n=!0;else if("'"===o)r=!0,n=!1;else {if(";"===o)return s+1;if("}"===o)return s}}return s}function removeCustomAssigns(e){for(var t="",r=0;;){var n=findRegex(VAR_ASSIGN_START,e,r),s=n?n.start:e.length;if(t+=e.substring(r,s),!n)break;r=findEndValue(e,s);}return t}function compileTemplate(e){var t=0;e=removeCustomAssigns(e=e.replace(COMMENTS,"")).replace(TRAILING_LINES,"");for(var r=[];t<e.length;)t=compileVar(e,r,t);return r}function resolveValues(e){var t={};e.forEach((function(e){e.declarations.forEach((function(e){t[e.prop]=e.value;}));}));for(var r={},n=Object.entries(t),s=function(e){var t=!1;if(n.forEach((function(e){var n=e[0],s=executeTemplate(e[1],r);s!==r[n]&&(r[n]=s,t=!0);})),!t)return "break"},o=0;o<10;o++){if("break"===s())break}return r}function getSelectors(e,t){if(void 0===t&&(t=0),!e.rules)return [];var r=[];return e.rules.filter((function(e){return e.type===types.STYLE_RULE})).forEach((function(e){var n=getDeclarations(e.cssText);n.length>0&&e.parsedSelector.split(",").forEach((function(e){e=e.trim(),r.push({selector:e,declarations:n,specificity:computeSpecificity(),nu:t});})),t++;})),r}function computeSpecificity(e){return 1}var IMPORTANT="!important",FIND_DECLARATIONS=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gm;function getDeclarations(e){for(var t,r=[];t=FIND_DECLARATIONS.exec(e.trim());){var n=normalizeValue(t[2]),s=n.value,o=n.important;r.push({prop:t[1].trim(),value:compileTemplate(s),important:o});}return r}function normalizeValue(e){var t=(e=e.replace(/\s+/gim," ").trim()).endsWith(IMPORTANT);return t&&(e=e.slice(0,e.length-IMPORTANT.length).trim()),{value:e,important:t}}function getActiveSelectors(e,t,r){var n=[],s=getScopesForElement(t,e);return r.forEach((function(e){return n.push(e)})),s.forEach((function(e){return n.push(e)})),sortSelectors(getSelectorsForScopes(n).filter((function(t){return matches(e,t.selector)})))}function getScopesForElement(e,t){for(var r=[];t;){var n=e.get(t);n&&r.push(n),t=t.parentElement;}return r}function getSelectorsForScopes(e){var t=[];return e.forEach((function(e){t.push.apply(t,e.selectors);})),t}function sortSelectors(e){return e.sort((function(e,t){return e.specificity===t.specificity?e.nu-t.nu:e.specificity-t.specificity})),e}function matches(e,t){return ":root"===t||"html"===t||e.matches(t)}function parseCSS(e){var t=parse(e),r=compileTemplate(e);return {original:e,template:r,selectors:getSelectors(t),usesCssVars:r.length>1}}function addGlobalStyle(e,t){if(e.some((function(e){return e.styleEl===t})))return !1;var r=parseCSS(t.textContent);return r.styleEl=t,e.push(r),!0}function updateGlobalScopes(e){var t=resolveValues(getSelectorsForScopes(e));e.forEach((function(e){e.usesCssVars&&(e.styleEl.textContent=executeTemplate(e.template,t));}));}function reScope(e,t){var r=e.template.map((function(r){return "string"==typeof r?replaceScope(r,e.scopeId,t):r})),n=e.selectors.map((function(r){return __assign(__assign({},r),{selector:replaceScope(r.selector,e.scopeId,t)})}));return __assign(__assign({},e),{template:r,selectors:n,scopeId:t})}function replaceScope(e,t,r){return e=replaceAll(e,"\\.".concat(t),".".concat(r))}function replaceAll(e,t,r){return e.replace(new RegExp(t,"g"),r)}function loadDocument(e,t){return loadDocumentStyles(e,t),loadDocumentLinks(e,t).then((function(){updateGlobalScopes(t);}))}function startWatcher(e,t){"undefined"!=typeof MutationObserver&&new MutationObserver((function(){loadDocumentStyles(e,t)&&updateGlobalScopes(t);})).observe(document.head,{childList:!0});}function loadDocumentLinks(e,t){for(var r=[],n=e.querySelectorAll('link[rel="stylesheet"][href]:not([data-no-shim])'),s=0;s<n.length;s++)r.push(addGlobalLink(e,t,n[s]));return Promise.all(r)}function loadDocumentStyles(e,t){return Array.from(e.querySelectorAll("style:not([data-styles]):not([data-no-shim])")).map((function(e){return addGlobalStyle(t,e)})).some(Boolean)}function addGlobalLink(e,t,r){var n=r.href;return fetch(n).then((function(e){return e.text()})).then((function(s){if(hasCssVariables(s)&&r.parentNode){hasRelativeUrls(s)&&(s=fixRelativeUrls(s,n));var o=e.createElement("style");o.setAttribute("data-styles",""),o.textContent=s,addGlobalStyle(t,o),r.parentNode.insertBefore(o,r),r.remove();}})).catch((function(e){console.error(e);}))}var CSS_VARIABLE_REGEXP=/[\s;{]--[-a-zA-Z0-9]+\s*:/m;function hasCssVariables(e){return e.indexOf("var(")>-1||CSS_VARIABLE_REGEXP.test(e)}var CSS_URL_REGEXP=/url[\s]*\([\s]*['"]?(?!(?:https?|data)\:|\/)([^\'\"\)]*)[\s]*['"]?\)[\s]*/gim;function hasRelativeUrls(e){return CSS_URL_REGEXP.lastIndex=0,CSS_URL_REGEXP.test(e)}function fixRelativeUrls(e,t){var r=t.replace(/[^/]*$/,"");return e.replace(CSS_URL_REGEXP,(function(e,t){var n=r+t;return e.replace(t,n)}))}var CustomStyle=function(){function e(e,t){this.win=e,this.doc=t,this.count=0,this.hostStyleMap=new WeakMap,this.hostScopeMap=new WeakMap,this.globalScopes=[],this.scopesMap=new Map,this.didInit=!1;}return e.prototype.i=function(){var e=this;return this.didInit||!this.win.requestAnimationFrame?Promise.resolve():(this.didInit=!0,new Promise((function(t){e.win.requestAnimationFrame((function(){startWatcher(e.doc,e.globalScopes),loadDocument(e.doc,e.globalScopes).then((function(){return t()}));}));})))},e.prototype.addLink=function(e){var t=this;return addGlobalLink(this.doc,this.globalScopes,e).then((function(){t.updateGlobal();}))},e.prototype.addGlobalStyle=function(e){addGlobalStyle(this.globalScopes,e)&&this.updateGlobal();},e.prototype.createHostStyle=function(e,t,r,n){if(this.hostScopeMap.has(e))throw new Error("host style already created");var s=this.registerHostTemplate(r,t,n),o=this.doc.createElement("style");return o.setAttribute("data-no-shim",""),s.usesCssVars?n?(o["s-sc"]=t="".concat(s.scopeId,"-").concat(this.count),o.textContent="/*needs update*/",this.hostStyleMap.set(e,o),this.hostScopeMap.set(e,reScope(s,t)),this.count++):(s.styleEl=o,s.usesCssVars||(o.textContent=executeTemplate(s.template,{})),this.globalScopes.push(s),this.updateGlobal(),this.hostScopeMap.set(e,s)):o.textContent=r,o},e.prototype.removeHost=function(e){var t=this.hostStyleMap.get(e);t&&t.remove(),this.hostStyleMap.delete(e),this.hostScopeMap.delete(e);},e.prototype.updateHost=function(e){var t=this.hostScopeMap.get(e);if(t&&t.usesCssVars&&t.isScoped){var r=this.hostStyleMap.get(e);if(r){var n=resolveValues(getActiveSelectors(e,this.hostScopeMap,this.globalScopes));r.textContent=executeTemplate(t.template,n);}}},e.prototype.updateGlobal=function(){updateGlobalScopes(this.globalScopes);},e.prototype.registerHostTemplate=function(e,t,r){var n=this.scopesMap.get(t);return n||((n=parseCSS(e)).scopeId=t,n.isScoped=r,this.scopesMap.set(t,n)),n},e}();!function(e){!e||e.__cssshim||e.CSS&&e.CSS.supports&&e.CSS.supports("color","var(--c)")||(e.__cssshim=new CustomStyle(e,e.document));}("undefined"!=typeof window&&window);
@@ -1,73 +0,0 @@
1
- /*
2
- Stencil Client Patch Browser v2.18.1 | MIT Licensed | https://stenciljs.com
3
- */
4
- (function(){
5
- var aa=new Set("annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" "));function g(a){var b=aa.has(a);a=/^[a-z][.0-9_a-z]*-[\-.0-9_a-z]*$/.test(a);return !b&&a}function l(a){var b=a.isConnected;if(void 0!==b)return b;for(;a&&!(a.__CE_isImportDocument||a instanceof Document);)a=a.parentNode||(window.ShadowRoot&&a instanceof ShadowRoot?a.host:void 0);return !(!a||!(a.__CE_isImportDocument||a instanceof Document))}
6
- function n(a,b){for(;b&&b!==a&&!b.nextSibling;)b=b.parentNode;return b&&b!==a?b.nextSibling:null}
7
- function p(a,b,d){d=void 0===d?new Set:d;for(var c=a;c;){if(c.nodeType===Node.ELEMENT_NODE){var e=c;b(e);var f=e.localName;if("link"===f&&"import"===e.getAttribute("rel")){c=e.import;if(c instanceof Node&&!d.has(c))for(d.add(c),c=c.firstChild;c;c=c.nextSibling)p(c,b,d);c=n(a,e);continue}else if("template"===f){c=n(a,e);continue}if(e=e.__CE_shadowRoot)for(e=e.firstChild;e;e=e.nextSibling)p(e,b,d);}c=c.firstChild?c.firstChild:n(a,c);}}function r(a,b,d){a[b]=d;}function u(){this.a=new Map;this.g=new Map;this.c=[];this.f=[];this.b=!1;}function ba(a,b,d){a.a.set(b,d);a.g.set(d.constructorFunction,d);}function ca(a,b){a.b=!0;a.c.push(b);}function da(a,b){a.b=!0;a.f.push(b);}function v(a,b){a.b&&p(b,function(b){return w(a,b)});}function w(a,b){if(a.b&&!b.__CE_patched){b.__CE_patched=!0;for(var d=0;d<a.c.length;d++)a.c[d](b);for(d=0;d<a.f.length;d++)a.f[d](b);}}
8
- function x(a,b){var d=[];p(b,function(b){return d.push(b)});for(b=0;b<d.length;b++){var c=d[b];1===c.__CE_state?a.connectedCallback(c):y(a,c);}}function z(a,b){var d=[];p(b,function(b){return d.push(b)});for(b=0;b<d.length;b++){var c=d[b];1===c.__CE_state&&a.disconnectedCallback(c);}}
9
- function A(a,b,d){d=void 0===d?{}:d;var c=d.u||new Set,e=d.i||function(b){return y(a,b)},f=[];p(b,function(b){if("link"===b.localName&&"import"===b.getAttribute("rel")){var d=b.import;d instanceof Node&&(d.__CE_isImportDocument=!0,d.__CE_hasRegistry=!0);d&&"complete"===d.readyState?d.__CE_documentLoadHandled=!0:b.addEventListener("load",function(){var d=b.import;if(!d.__CE_documentLoadHandled){d.__CE_documentLoadHandled=!0;var f=new Set(c);f.delete(d);A(a,d,{u:f,i:e});}});}else f.push(b);},c);if(a.b)for(b=
10
- 0;b<f.length;b++)w(a,f[b]);for(b=0;b<f.length;b++)e(f[b]);}
11
- function y(a,b){if(void 0===b.__CE_state){var d=b.ownerDocument;if(d.defaultView||d.__CE_isImportDocument&&d.__CE_hasRegistry)if(d=a.a.get(b.localName)){d.constructionStack.push(b);var c=d.constructorFunction;try{try{if(new c!==b)throw Error("The custom element constructor did not produce the element being upgraded.");}finally{d.constructionStack.pop();}}catch(t){throw b.__CE_state=2,t;}b.__CE_state=1;b.__CE_definition=d;if(d.attributeChangedCallback)for(d=d.observedAttributes,c=0;c<d.length;c++){var e=
12
- d[c],f=b.getAttribute(e);null!==f&&a.attributeChangedCallback(b,e,null,f,null);}l(b)&&a.connectedCallback(b);}}}u.prototype.connectedCallback=function(a){var b=a.__CE_definition;b.connectedCallback&&b.connectedCallback.call(a);};u.prototype.disconnectedCallback=function(a){var b=a.__CE_definition;b.disconnectedCallback&&b.disconnectedCallback.call(a);};
13
- u.prototype.attributeChangedCallback=function(a,b,d,c,e){var f=a.__CE_definition;f.attributeChangedCallback&&-1<f.observedAttributes.indexOf(b)&&f.attributeChangedCallback.call(a,b,d,c,e);};function B(a){var b=document;this.c=a;this.a=b;this.b=void 0;A(this.c,this.a);"loading"===this.a.readyState&&(this.b=new MutationObserver(this.f.bind(this)),this.b.observe(this.a,{childList:!0,subtree:!0}));}function C(a){a.b&&a.b.disconnect();}B.prototype.f=function(a){var b=this.a.readyState;"interactive"!==b&&"complete"!==b||C(this);for(b=0;b<a.length;b++)for(var d=a[b].addedNodes,c=0;c<d.length;c++)A(this.c,d[c]);};function ea(){var a=this;this.b=this.a=void 0;this.c=new Promise(function(b){a.b=b;a.a&&b(a.a);});}function D(a){if(a.a)throw Error("Already resolved.");a.a=void 0;a.b&&a.b(void 0);}function E(a){this.c=!1;this.a=a;this.j=new Map;this.f=function(b){return b()};this.b=!1;this.g=[];this.o=new B(a);}
14
- E.prototype.l=function(a,b){var d=this;if(!(b instanceof Function))throw new TypeError("Custom element constructors must be functions.");if(!g(a))throw new SyntaxError("The element name '"+a+"' is not valid.");if(this.a.a.get(a))throw Error("A custom element with name '"+a+"' has already been defined.");if(this.c)throw Error("A custom element is already being defined.");this.c=!0;try{var c=function(b){var a=e[b];if(void 0!==a&&!(a instanceof Function))throw Error("The '"+b+"' callback must be a function.");
15
- return a},e=b.prototype;if(!(e instanceof Object))throw new TypeError("The custom element constructor's prototype is not an object.");var f=c("connectedCallback");var t=c("disconnectedCallback");var k=c("adoptedCallback");var h=c("attributeChangedCallback");var m=b.observedAttributes||[];}catch(q){return}finally{this.c=!1;}b={localName:a,constructorFunction:b,connectedCallback:f,disconnectedCallback:t,adoptedCallback:k,attributeChangedCallback:h,observedAttributes:m,constructionStack:[]};ba(this.a,
16
- a,b);this.g.push(b);this.b||(this.b=!0,this.f(function(){return fa(d)}));};E.prototype.i=function(a){A(this.a,a);};
17
- function fa(a){if(!1!==a.b){a.b=!1;for(var b=a.g,d=[],c=new Map,e=0;e<b.length;e++)c.set(b[e].localName,[]);A(a.a,document,{i:function(b){if(void 0===b.__CE_state){var e=b.localName,f=c.get(e);f?f.push(b):a.a.a.get(e)&&d.push(b);}}});for(e=0;e<d.length;e++)y(a.a,d[e]);for(;0<b.length;){var f=b.shift();e=f.localName;f=c.get(f.localName);for(var t=0;t<f.length;t++)y(a.a,f[t]);(e=a.j.get(e))&&D(e);}}}E.prototype.get=function(a){if(a=this.a.a.get(a))return a.constructorFunction};
18
- E.prototype.m=function(a){if(!g(a))return Promise.reject(new SyntaxError("'"+a+"' is not a valid custom element name."));var b=this.j.get(a);if(b)return b.c;b=new ea;this.j.set(a,b);this.a.a.get(a)&&!this.g.some(function(b){return b.localName===a})&&D(b);return b.c};E.prototype.s=function(a){C(this.o);var b=this.f;this.f=function(d){return a(function(){return b(d)})};};window.CustomElementRegistry=E;E.prototype.define=E.prototype.l;E.prototype.upgrade=E.prototype.i;E.prototype.get=E.prototype.get;
19
- E.prototype.whenDefined=E.prototype.m;E.prototype.polyfillWrapFlushCallback=E.prototype.s;var F=window.Document.prototype.createElement,G=window.Document.prototype.createElementNS,ha=window.Document.prototype.importNode,ia=window.Document.prototype.prepend,ja=window.Document.prototype.append,ka=window.DocumentFragment.prototype.prepend,la=window.DocumentFragment.prototype.append,H=window.Node.prototype.cloneNode,I=window.Node.prototype.appendChild,J=window.Node.prototype.insertBefore,K=window.Node.prototype.removeChild,L=window.Node.prototype.replaceChild,M=Object.getOwnPropertyDescriptor(window.Node.prototype,
20
- "textContent"),N=window.Element.prototype.attachShadow,O=Object.getOwnPropertyDescriptor(window.Element.prototype,"innerHTML"),P=window.Element.prototype.getAttribute,Q=window.Element.prototype.setAttribute,R=window.Element.prototype.removeAttribute,S=window.Element.prototype.getAttributeNS,T=window.Element.prototype.setAttributeNS,U=window.Element.prototype.removeAttributeNS,ma=window.Element.prototype.insertAdjacentElement,na=window.Element.prototype.insertAdjacentHTML,oa=window.Element.prototype.prepend,
21
- pa=window.Element.prototype.append,V=window.Element.prototype.before,qa=window.Element.prototype.after,ra=window.Element.prototype.replaceWith,sa=window.Element.prototype.remove,ta=window.HTMLElement,W=Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,"innerHTML"),ua=window.HTMLElement.prototype.insertAdjacentElement,va=window.HTMLElement.prototype.insertAdjacentHTML;var wa=new function(){};function xa(){var a=X;window.HTMLElement=function(){function b(){var b=this.constructor,c=a.g.get(b);if(!c)throw Error("The custom element being constructed was not registered with `customElements`.");var e=c.constructionStack;if(0===e.length)return e=F.call(document,c.localName),Object.setPrototypeOf(e,b.prototype),e.__CE_state=1,e.__CE_definition=c,w(a,e),e;c=e.length-1;var f=e[c];if(f===wa)throw Error("The HTMLElement constructor was either called reentrantly for this constructor or called multiple times.");
22
- e[c]=wa;Object.setPrototypeOf(f,b.prototype);w(a,f);return f}b.prototype=ta.prototype;Object.defineProperty(b.prototype,"constructor",{writable:!0,configurable:!0,enumerable:!1,value:b});return b}();}function Y(a,b,d){function c(b){return function(d){for(var e=[],c=0;c<arguments.length;++c)e[c]=arguments[c];c=[];for(var f=[],m=0;m<e.length;m++){var q=e[m];q instanceof Element&&l(q)&&f.push(q);if(q instanceof DocumentFragment)for(q=q.firstChild;q;q=q.nextSibling)c.push(q);else c.push(q);}b.apply(this,e);for(e=0;e<f.length;e++)z(a,f[e]);if(l(this))for(e=0;e<c.length;e++)f=c[e],f instanceof Element&&x(a,f);}}void 0!==d.h&&(b.prepend=c(d.h));void 0!==d.append&&(b.append=c(d.append));}function ya(){var a=X;r(Document.prototype,"createElement",function(b){if(this.__CE_hasRegistry){var d=a.a.get(b);if(d)return new d.constructorFunction}b=F.call(this,b);w(a,b);return b});r(Document.prototype,"importNode",function(b,d){b=ha.call(this,b,!!d);this.__CE_hasRegistry?A(a,b):v(a,b);return b});r(Document.prototype,"createElementNS",function(b,d){if(this.__CE_hasRegistry&&(null===b||"http://www.w3.org/1999/xhtml"===b)){var c=a.a.get(d);if(c)return new c.constructorFunction}b=G.call(this,b,
23
- d);w(a,b);return b});Y(a,Document.prototype,{h:ia,append:ja});}function za(){function a(a,c){Object.defineProperty(a,"textContent",{enumerable:c.enumerable,configurable:!0,get:c.get,set:function(a){if(this.nodeType===Node.TEXT_NODE)c.set.call(this,a);else {var d=void 0;if(this.firstChild){var e=this.childNodes,k=e.length;if(0<k&&l(this)){d=Array(k);for(var h=0;h<k;h++)d[h]=e[h];}}c.set.call(this,a);if(d)for(a=0;a<d.length;a++)z(b,d[a]);}}});}var b=X;r(Node.prototype,"insertBefore",function(a,c){if(a instanceof DocumentFragment){var e=Array.prototype.slice.apply(a.childNodes);
24
- a=J.call(this,a,c);if(l(this))for(c=0;c<e.length;c++)x(b,e[c]);return a}e=l(a);c=J.call(this,a,c);e&&z(b,a);l(this)&&x(b,a);return c});r(Node.prototype,"appendChild",function(a){if(a instanceof DocumentFragment){var c=Array.prototype.slice.apply(a.childNodes);a=I.call(this,a);if(l(this))for(var e=0;e<c.length;e++)x(b,c[e]);return a}c=l(a);e=I.call(this,a);c&&z(b,a);l(this)&&x(b,a);return e});r(Node.prototype,"cloneNode",function(a){a=H.call(this,!!a);this.ownerDocument.__CE_hasRegistry?A(b,a):v(b,
25
- a);return a});r(Node.prototype,"removeChild",function(a){var c=l(a),e=K.call(this,a);c&&z(b,a);return e});r(Node.prototype,"replaceChild",function(a,c){if(a instanceof DocumentFragment){var e=Array.prototype.slice.apply(a.childNodes);a=L.call(this,a,c);if(l(this))for(z(b,c),c=0;c<e.length;c++)x(b,e[c]);return a}e=l(a);var f=L.call(this,a,c),d=l(this);d&&z(b,c);e&&z(b,a);d&&x(b,a);return f});M&&M.get?a(Node.prototype,M):ca(b,function(b){a(b,{enumerable:!0,configurable:!0,get:function(){for(var a=[],
26
- b=0;b<this.childNodes.length;b++){var f=this.childNodes[b];f.nodeType!==Node.COMMENT_NODE&&a.push(f.textContent);}return a.join("")},set:function(a){for(;this.firstChild;)K.call(this,this.firstChild);null!=a&&""!==a&&I.call(this,document.createTextNode(a));}});});}function Aa(a){function b(b){return function(e){for(var c=[],d=0;d<arguments.length;++d)c[d]=arguments[d];d=[];for(var k=[],h=0;h<c.length;h++){var m=c[h];m instanceof Element&&l(m)&&k.push(m);if(m instanceof DocumentFragment)for(m=m.firstChild;m;m=m.nextSibling)d.push(m);else d.push(m);}b.apply(this,c);for(c=0;c<k.length;c++)z(a,k[c]);if(l(this))for(c=0;c<d.length;c++)k=d[c],k instanceof Element&&x(a,k);}}var d=Element.prototype;void 0!==V&&(d.before=b(V));void 0!==V&&(d.after=b(qa));void 0!==ra&&
27
- r(d,"replaceWith",function(b){for(var e=[],c=0;c<arguments.length;++c)e[c]=arguments[c];c=[];for(var d=[],k=0;k<e.length;k++){var h=e[k];h instanceof Element&&l(h)&&d.push(h);if(h instanceof DocumentFragment)for(h=h.firstChild;h;h=h.nextSibling)c.push(h);else c.push(h);}k=l(this);ra.apply(this,e);for(e=0;e<d.length;e++)z(a,d[e]);if(k)for(z(a,this),e=0;e<c.length;e++)d=c[e],d instanceof Element&&x(a,d);});void 0!==sa&&r(d,"remove",function(){var b=l(this);sa.call(this);b&&z(a,this);});}function Ba(){function a(a,b){Object.defineProperty(a,"innerHTML",{enumerable:b.enumerable,configurable:!0,get:b.get,set:function(a){var e=this,d=void 0;l(this)&&(d=[],p(this,function(a){a!==e&&d.push(a);}));b.set.call(this,a);if(d)for(var f=0;f<d.length;f++){var t=d[f];1===t.__CE_state&&c.disconnectedCallback(t);}this.ownerDocument.__CE_hasRegistry?A(c,this):v(c,this);return a}});}function b(a,b){r(a,"insertAdjacentElement",function(a,e){var d=l(e);a=b.call(this,a,e);d&&z(c,e);l(a)&&x(c,e);return a});}
28
- function d(a,b){function e(a,b){for(var e=[];a!==b;a=a.nextSibling)e.push(a);for(b=0;b<e.length;b++)A(c,e[b]);}r(a,"insertAdjacentHTML",function(a,c){a=a.toLowerCase();if("beforebegin"===a){var d=this.previousSibling;b.call(this,a,c);e(d||this.parentNode.firstChild,this);}else if("afterbegin"===a)d=this.firstChild,b.call(this,a,c),e(this.firstChild,d);else if("beforeend"===a)d=this.lastChild,b.call(this,a,c),e(d||this.firstChild,null);else if("afterend"===a)d=this.nextSibling,b.call(this,a,c),e(this.nextSibling,
29
- d);else throw new SyntaxError("The value provided ("+String(a)+") is not one of 'beforebegin', 'afterbegin', 'beforeend', or 'afterend'.");});}var c=X;N&&r(Element.prototype,"attachShadow",function(a){a=N.call(this,a);var b=c;if(b.b&&!a.__CE_patched){a.__CE_patched=!0;for(var e=0;e<b.c.length;e++)b.c[e](a);}return this.__CE_shadowRoot=a});O&&O.get?a(Element.prototype,O):W&&W.get?a(HTMLElement.prototype,W):da(c,function(b){a(b,{enumerable:!0,configurable:!0,get:function(){return H.call(this,!0).innerHTML},
30
- set:function(a){var b="template"===this.localName,c=b?this.content:this,e=G.call(document,this.namespaceURI,this.localName);for(e.innerHTML=a;0<c.childNodes.length;)K.call(c,c.childNodes[0]);for(a=b?e.content:e;0<a.childNodes.length;)I.call(c,a.childNodes[0]);}});});r(Element.prototype,"setAttribute",function(a,b){if(1!==this.__CE_state)return Q.call(this,a,b);var e=P.call(this,a);Q.call(this,a,b);b=P.call(this,a);c.attributeChangedCallback(this,a,e,b,null);});r(Element.prototype,"setAttributeNS",function(a,
31
- b,d){if(1!==this.__CE_state)return T.call(this,a,b,d);var e=S.call(this,a,b);T.call(this,a,b,d);d=S.call(this,a,b);c.attributeChangedCallback(this,b,e,d,a);});r(Element.prototype,"removeAttribute",function(a){if(1!==this.__CE_state)return R.call(this,a);var b=P.call(this,a);R.call(this,a);null!==b&&c.attributeChangedCallback(this,a,b,null,null);});r(Element.prototype,"removeAttributeNS",function(a,b){if(1!==this.__CE_state)return U.call(this,a,b);var d=S.call(this,a,b);U.call(this,a,b);var e=S.call(this,
32
- a,b);d!==e&&c.attributeChangedCallback(this,b,d,e,a);});ua?b(HTMLElement.prototype,ua):ma?b(Element.prototype,ma):console.warn("Custom Elements: `Element#insertAdjacentElement` was not patched.");va?d(HTMLElement.prototype,va):na?d(Element.prototype,na):console.warn("Custom Elements: `Element#insertAdjacentHTML` was not patched.");Y(c,Element.prototype,{h:oa,append:pa});Aa(c);}var Z=window.customElements;if(!Z||Z.forcePolyfill||"function"!=typeof Z.define||"function"!=typeof Z.get){var X=new u;xa();ya();Y(X,DocumentFragment.prototype,{h:ka,append:la});za();Ba();document.__CE_hasRegistry=!0;var customElements=new E(X);Object.defineProperty(window,"customElements",{configurable:!0,enumerable:!0,value:customElements});}}).call(self);
33
-
34
- // Polyfill document.baseURI
35
- "string"!==typeof document.baseURI&&Object.defineProperty(Document.prototype,"baseURI",{enumerable:!0,configurable:!0,get:function(){var a=document.querySelector("base");return a&&a.href?a.href:document.URL}});
36
-
37
- // Polyfill CustomEvent
38
- "function"!==typeof window.CustomEvent&&(window.CustomEvent=function(c,a){a=a||{bubbles:!1,cancelable:!1,detail:void 0};var b=document.createEvent("CustomEvent");b.initCustomEvent(c,a.bubbles,a.cancelable,a.detail);return b},window.CustomEvent.prototype=window.Event.prototype);
39
-
40
- // Event.composedPath
41
- (function(b,c,d){b.composedPath||(b.composedPath=function(){if(this.path)return this.path;var a=this.target;for(this.path=[];null!==a.parentNode;)this.path.push(a),a=a.parentNode;this.path.push(c,d);return this.path});})(Event.prototype,document,window);
42
-
43
- /*!
44
- Element.closest and Element.matches
45
- https://github.com/jonathantneal/closest
46
- Creative Commons Zero v1.0 Universal
47
- */
48
- (function(a){"function"!==typeof a.matches&&(a.matches=a.msMatchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||function(a){a=(this.document||this.ownerDocument).querySelectorAll(a);for(var b=0;a[b]&&a[b]!==this;)++b;return !!a[b]});"function"!==typeof a.closest&&(a.closest=function(a){for(var b=this;b&&1===b.nodeType;){if(b.matches(a))return b;b=b.parentNode;}return null});})(window.Element.prototype);
49
-
50
- /*!
51
- Element.getRootNode()
52
- */
53
- (function(c){function d(a){a=b(a);return a&&11===a.nodeType?d(a.host):a}function b(a){return a&&a.parentNode?b(a.parentNode):a}"function"!==typeof c.getRootNode&&(c.getRootNode=function(a){return a&&a.composed?d(this):b(this)});})(Element.prototype);
54
-
55
- /*!
56
- Element.isConnected()
57
- */
58
- (function(a){"isConnected"in a||Object.defineProperty(a,"isConnected",{configurable:!0,enumerable:!0,get:function(){var a=this.getRootNode({composed:!0});return a&&9===a.nodeType}});})(Element.prototype);
59
-
60
- /*!
61
- Element.remove()
62
- */
63
- (function(b){b.forEach(function(a){a.hasOwnProperty("remove")||Object.defineProperty(a,"remove",{configurable:!0,enumerable:!0,writable:!0,value:function(){null!==this.parentNode&&this.parentNode.removeChild(this);}});});})([Element.prototype,CharacterData.prototype,DocumentType.prototype]);
64
-
65
- /*!
66
- Element.classList
67
- */
68
- !function(e){'classList'in e||Object.defineProperty(e,"classList",{get:function(){var e=this,t=(e.getAttribute("class")||"").replace(/^\s+|\s$/g,"").split(/\s+/g);function n(){t.length>0?e.setAttribute("class",t.join(" ")):e.removeAttribute("class");}return ""===t[0]&&t.splice(0,1),t.toggle=function(e,i){void 0!==i?i?t.add(e):t.remove(e):-1!==t.indexOf(e)?t.splice(t.indexOf(e),1):t.push(e),n();},t.add=function(){for(var e=[].slice.call(arguments),i=0,s=e.length;i<s;i++)-1===t.indexOf(e[i])&&t.push(e[i]);n();},t.remove=function(){for(var e=[].slice.call(arguments),i=0,s=e.length;i<s;i++)-1!==t.indexOf(e[i])&&t.splice(t.indexOf(e[i]),1);n();},t.item=function(e){return t[e]},t.contains=function(e){return -1!==t.indexOf(e)},t.replace=function(e,i){-1!==t.indexOf(e)&&t.splice(t.indexOf(e),1,i),n();},t.value=e.getAttribute("class")||"",t}});}(Element.prototype);
69
-
70
- /*!
71
- DOMTokenList
72
- */
73
- (function(b){try{document.body.classList.add();}catch(e){var c=b.add,d=b.remove;b.add=function(){for(var a=0;a<arguments.length;a++)c.call(this,arguments[a]);};b.remove=function(){for(var a=0;a<arguments.length;a++)d.call(this,arguments[a]);};}})(DOMTokenList.prototype);