@zanichelli/delta_share 2.0.5 → 2.0.6

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 (359) hide show
  1. package/dist/wc/cjs/{breakpoints-da666109.js → breakpoints-a55736d0.js} +2 -0
  2. package/dist/wc/cjs/delta_share.cjs.js +2 -2
  3. package/dist/wc/cjs/hammer-4f20813e.js +2650 -0
  4. package/dist/wc/cjs/{icons-f65fa82e.js → icons-2aca6c75.js} +132 -58
  5. package/dist/wc/cjs/index-9c6fd1db.js +315 -0
  6. package/dist/wc/cjs/{index-771eb01e.js → index-9ca7d5e5.js} +9 -0
  7. package/dist/wc/cjs/{license-activation_16.cjs.entry.js → license-activation_13.cjs.entry.js} +126 -483
  8. package/dist/wc/cjs/loader.cjs.js +2 -2
  9. package/dist/wc/cjs/utils-8a10bba9.js +88 -0
  10. package/dist/wc/cjs/z-alert.cjs.entry.js +19 -0
  11. package/dist/wc/cjs/z-app-header.cjs.entry.js +132 -6
  12. package/dist/wc/cjs/z-app-switcher.cjs.entry.js +2 -2
  13. package/dist/wc/cjs/z-app-topbar.cjs.entry.js +15 -28
  14. package/dist/wc/cjs/z-aria-alert.cjs.entry.js +18 -0
  15. package/dist/wc/cjs/z-avatar.cjs.entry.js +43 -0
  16. package/dist/wc/cjs/z-button-deprecated.cjs.entry.js +38 -0
  17. package/dist/wc/cjs/z-button-filter.cjs.entry.js +49 -0
  18. package/dist/wc/cjs/z-button-sort.cjs.entry.js +17 -3
  19. package/dist/wc/cjs/z-candybar.cjs.entry.js +1 -1
  20. package/dist/wc/cjs/z-card.cjs.entry.js +53 -25
  21. package/dist/wc/cjs/z-carousel.cjs.entry.js +24 -0
  22. package/dist/wc/cjs/z-chip-deprecated.cjs.entry.js +24 -0
  23. package/dist/wc/cjs/z-chip.cjs.entry.js +20 -7
  24. package/dist/wc/cjs/z-combobox.cjs.entry.js +18 -17
  25. package/dist/wc/cjs/z-contextual-menu.cjs.entry.js +40 -0
  26. package/dist/wc/cjs/z-cookiebar.cjs.entry.js +5 -5
  27. package/dist/wc/cjs/z-date-picker.cjs.entry.js +3104 -0
  28. package/dist/wc/cjs/z-divider.cjs.entry.js +2 -2
  29. package/dist/wc/cjs/z-dragdrop-area_2.cjs.entry.js +48 -0
  30. package/dist/wc/cjs/z-file-upload.cjs.entry.js +172 -0
  31. package/dist/wc/cjs/z-file.cjs.entry.js +47 -0
  32. package/dist/wc/cjs/z-footer-link_3.cjs.entry.js +4 -4
  33. package/dist/wc/cjs/z-footer.cjs.entry.js +35 -8
  34. package/dist/wc/cjs/z-ghost-loading.cjs.entry.js +19 -0
  35. package/dist/wc/cjs/z-icon-package.cjs.entry.js +2 -2
  36. package/dist/wc/cjs/z-input-deprecated.cjs.entry.js +271 -0
  37. package/dist/wc/cjs/z-input-label_2.cjs.entry.js +272 -0
  38. package/dist/wc/cjs/z-list-group.cjs.entry.js +54 -0
  39. package/dist/wc/cjs/z-list_2.cjs.entry.js +144 -53
  40. package/dist/wc/cjs/z-logo.cjs.entry.js +12 -10
  41. package/dist/wc/cjs/z-menu-dropdown_2.cjs.entry.js +89 -0
  42. package/dist/wc/cjs/z-menu-section.cjs.entry.js +2 -2
  43. package/dist/wc/cjs/z-menu.cjs.entry.js +58 -4
  44. package/dist/wc/cjs/z-messages-pocket.cjs.entry.js +46 -0
  45. package/dist/wc/cjs/z-modal-login.cjs.entry.js +15 -6
  46. package/dist/wc/cjs/z-myz-card-alert.cjs.entry.js +63 -0
  47. package/dist/wc/cjs/z-myz-card-dictionary.cjs.entry.js +36 -0
  48. package/dist/wc/cjs/z-myz-card-footer-sections.cjs.entry.js +19 -0
  49. package/dist/wc/cjs/z-myz-card-footer.cjs.entry.js +56 -0
  50. package/dist/wc/cjs/z-myz-card-icon.cjs.entry.js +21 -0
  51. package/dist/wc/cjs/z-myz-card-info.cjs.entry.js +119 -0
  52. package/dist/wc/cjs/{z-card-list.cjs.entry.js → z-myz-card-list.cjs.entry.js} +5 -5
  53. package/dist/wc/cjs/z-myz-card_4.cjs.entry.js +104 -0
  54. package/dist/wc/cjs/{z-list-item.cjs.entry.js → z-myz-list-item.cjs.entry.js} +7 -6
  55. package/dist/wc/cjs/z-myz-topbar.cjs.entry.js +194 -0
  56. package/dist/wc/cjs/z-navigation-tab-link.cjs.entry.js +71 -0
  57. package/dist/wc/cjs/z-navigation-tab.cjs.entry.js +73 -0
  58. package/dist/wc/cjs/z-navigation-tabs.cjs.entry.js +126 -0
  59. package/dist/wc/cjs/z-notification.cjs.entry.js +46 -0
  60. package/dist/wc/cjs/z-offcanvas.cjs.entry.js +63 -0
  61. package/dist/wc/cjs/z-otp.cjs.entry.js +41 -0
  62. package/dist/wc/cjs/z-pagination-bar.cjs.entry.js +8 -2651
  63. package/dist/wc/cjs/z-pagination-page.cjs.entry.js +3 -4
  64. package/dist/wc/cjs/z-pagination.cjs.entry.js +229 -0
  65. package/dist/wc/cjs/z-panel-elem.cjs.entry.js +1 -1
  66. package/dist/wc/cjs/z-pocket-message.cjs.entry.js +19 -0
  67. package/dist/wc/cjs/z-pocket_3.cjs.entry.js +125 -0
  68. package/dist/wc/cjs/z-popover.cjs.entry.js +132 -0
  69. package/dist/wc/cjs/z-section-title.cjs.entry.js +42 -0
  70. package/dist/wc/cjs/z-skip-to-content.cjs.entry.js +68 -0
  71. package/dist/wc/cjs/z-slideshow.cjs.entry.js +112 -0
  72. package/dist/wc/cjs/z-status-tag.cjs.entry.js +29 -0
  73. package/dist/wc/cjs/z-stepper-item.cjs.entry.js +1 -1
  74. package/dist/wc/cjs/z-stepper.cjs.entry.js +1 -1
  75. package/dist/wc/cjs/{z-registro-table-body.cjs.entry.js → z-table-body.cjs.entry.js} +5 -5
  76. package/dist/wc/cjs/z-table-cell.cjs.entry.js +36 -0
  77. package/dist/wc/cjs/z-table-empty-box.cjs.entry.js +32 -0
  78. package/dist/wc/cjs/z-table-expanded-row.cjs.entry.js +19 -0
  79. package/dist/wc/cjs/{z-registro-table-head.cjs.entry.js → z-table-footer.cjs.entry.js} +5 -5
  80. package/dist/wc/cjs/{z-registro-table-footer.cjs.entry.js → z-table-head.cjs.entry.js} +5 -5
  81. package/dist/wc/cjs/z-table-header-row.cjs.entry.js +22 -0
  82. package/dist/wc/cjs/z-table-header.cjs.entry.js +88 -0
  83. package/dist/wc/cjs/z-table-row.cjs.entry.js +43 -0
  84. package/dist/wc/cjs/z-table-sticky-footer.cjs.entry.js +19 -0
  85. package/dist/wc/cjs/z-table.cjs.entry.js +82 -0
  86. package/dist/wc/cjs/z-tag.cjs.entry.js +22 -0
  87. package/dist/wc/cjs/z-toast-notification-list.cjs.entry.js +56 -0
  88. package/dist/wc/cjs/z-toast-notification.cjs.entry.js +203 -0
  89. package/dist/wc/cjs/z-toggle-button.cjs.entry.js +7 -6
  90. package/dist/wc/cjs/z-toggle-switch.cjs.entry.js +49 -0
  91. package/dist/wc/cjs/z-tooltip.cjs.entry.js +254 -24
  92. package/dist/wc/cjs/z-user-dropdown.cjs.entry.js +46 -51
  93. package/dist/wc/cjs/z-visually-hidden.cjs.entry.js +19 -0
  94. package/dist/wc/collection/collection-manifest.json +63 -18
  95. package/dist/wc/collection/components/license-activation-form/license-activation-form.js +5 -11
  96. package/dist/wc/custom-elements/index.js +8647 -1948
  97. package/dist/wc/delta_share/delta_share.esm.js +1 -1
  98. package/dist/wc/delta_share/p-041ff3e2.entry.js +1 -0
  99. package/dist/wc/delta_share/p-06543221.entry.js +1 -0
  100. package/dist/wc/delta_share/{p-8c8c2605.entry.js → p-06b89fb4.entry.js} +1 -1
  101. package/dist/wc/delta_share/p-0b0179c7.js +1 -0
  102. package/dist/wc/delta_share/p-0f55558e.js +1 -0
  103. package/dist/wc/delta_share/p-103f926c.entry.js +1 -0
  104. package/dist/wc/delta_share/p-12aa58e4.entry.js +1 -0
  105. package/dist/wc/delta_share/p-20c14e4e.entry.js +1 -0
  106. package/dist/wc/delta_share/p-243df9e5.entry.js +1 -0
  107. package/dist/wc/delta_share/p-244accd2.entry.js +1 -0
  108. package/dist/wc/delta_share/p-261611b1.js +1 -0
  109. package/dist/wc/delta_share/p-29cb5018.entry.js +1 -0
  110. package/dist/wc/delta_share/{p-f70f03be.entry.js → p-29d111de.entry.js} +1 -1
  111. package/dist/wc/delta_share/p-2b05751b.entry.js +1 -0
  112. package/dist/wc/delta_share/p-3094900a.entry.js +1 -0
  113. package/dist/wc/delta_share/p-32975e01.entry.js +1 -0
  114. package/dist/wc/delta_share/p-32d34db1.entry.js +1 -0
  115. package/dist/wc/delta_share/{p-ece80039.entry.js → p-3341f25e.entry.js} +1 -1
  116. package/dist/wc/delta_share/p-33fb12fc.entry.js +1 -0
  117. package/dist/wc/delta_share/p-35bccab3.entry.js +1 -0
  118. package/dist/wc/delta_share/p-36955fc5.entry.js +1 -0
  119. package/dist/wc/delta_share/p-39440988.entry.js +1 -0
  120. package/dist/wc/delta_share/p-3f61bc0d.entry.js +1 -0
  121. package/dist/wc/delta_share/p-422f29e8.entry.js +1 -0
  122. package/dist/wc/delta_share/p-43ae8e0a.entry.js +1 -0
  123. package/dist/wc/delta_share/p-44eba966.entry.js +1 -0
  124. package/dist/wc/delta_share/p-51431ace.js +1 -0
  125. package/dist/wc/delta_share/p-5374191c.entry.js +16 -0
  126. package/dist/wc/delta_share/p-5559856c.entry.js +1 -0
  127. package/dist/wc/delta_share/p-5af0e3cd.entry.js +1 -0
  128. package/dist/wc/delta_share/{p-20c65209.entry.js → p-5b320481.entry.js} +1 -1
  129. package/dist/wc/delta_share/p-5d085d01.entry.js +1 -0
  130. package/dist/wc/delta_share/p-5d88112c.entry.js +1 -0
  131. package/dist/wc/delta_share/p-5e9898dd.entry.js +1 -0
  132. package/dist/wc/delta_share/p-6422731e.entry.js +1 -0
  133. package/dist/wc/delta_share/p-64ffaf7b.entry.js +1 -0
  134. package/dist/wc/delta_share/p-6613eeee.entry.js +1 -0
  135. package/dist/wc/delta_share/p-6a39042b.entry.js +1 -0
  136. package/dist/wc/delta_share/{p-165af99f.entry.js → p-6a9fb59c.entry.js} +1 -1
  137. package/dist/wc/delta_share/p-6f7064dc.entry.js +1 -0
  138. package/dist/wc/delta_share/p-767a8d6e.entry.js +1 -0
  139. package/dist/wc/delta_share/p-76cfb0be.entry.js +1 -0
  140. package/dist/wc/delta_share/p-775af9dc.entry.js +1 -0
  141. package/dist/wc/delta_share/p-7f71c41e.entry.js +1 -0
  142. package/dist/wc/delta_share/p-8b6617d8.entry.js +1 -0
  143. package/dist/wc/delta_share/p-8fb4a4ea.entry.js +1 -0
  144. package/dist/wc/delta_share/p-91a4ef35.js +1 -0
  145. package/dist/wc/delta_share/p-91af6142.entry.js +1 -0
  146. package/dist/wc/delta_share/p-94b8f342.entry.js +1 -0
  147. package/dist/wc/delta_share/{p-eee2d197.entry.js → p-94df01a9.entry.js} +1 -1
  148. package/dist/wc/delta_share/p-9656b290.entry.js +1 -0
  149. package/dist/wc/delta_share/p-97e4d621.entry.js +1 -0
  150. package/dist/wc/delta_share/p-9a1d266e.entry.js +1 -0
  151. package/dist/wc/delta_share/p-9c147330.entry.js +1 -0
  152. package/dist/wc/delta_share/p-9d35fb61.entry.js +1 -0
  153. package/dist/wc/delta_share/{p-d68368aa.entry.js → p-a0663266.entry.js} +1 -1
  154. package/dist/wc/delta_share/p-a150a778.entry.js +1 -0
  155. package/dist/wc/delta_share/p-a823768b.entry.js +1 -0
  156. package/dist/wc/delta_share/p-a880ae33.entry.js +3 -0
  157. package/dist/wc/delta_share/p-a949636a.entry.js +1 -0
  158. package/dist/wc/delta_share/p-b1c1f030.entry.js +1 -0
  159. package/dist/wc/delta_share/p-b5f0d2dc.entry.js +1 -0
  160. package/dist/wc/delta_share/p-badf3f24.entry.js +1 -0
  161. package/dist/wc/delta_share/p-bb38e604.entry.js +1 -0
  162. package/dist/wc/delta_share/p-bc225deb.entry.js +1 -0
  163. package/dist/wc/delta_share/p-bf58b24b.entry.js +1 -0
  164. package/dist/wc/delta_share/p-c2dde3b3.entry.js +1 -0
  165. package/dist/wc/delta_share/p-cccef23b.entry.js +1 -0
  166. package/dist/wc/delta_share/p-cd42e0b5.entry.js +1 -0
  167. package/dist/wc/delta_share/{p-e8390258.entry.js → p-cfc122de.entry.js} +1 -1
  168. package/dist/wc/delta_share/p-d282ce22.entry.js +1 -0
  169. package/dist/wc/delta_share/p-d610565d.entry.js +1 -0
  170. package/dist/wc/delta_share/p-da8144e5.entry.js +1 -0
  171. package/dist/wc/delta_share/p-dafefe1f.entry.js +1 -0
  172. package/dist/wc/delta_share/p-dc148f92.entry.js +1 -0
  173. package/dist/wc/delta_share/p-dd50dd54.entry.js +1 -0
  174. package/dist/wc/delta_share/p-de117646.entry.js +1 -0
  175. package/dist/wc/delta_share/p-dec6ab35.entry.js +1 -0
  176. package/dist/wc/delta_share/p-e37c7b62.entry.js +1 -0
  177. package/dist/wc/delta_share/p-e43e61ac.js +7 -0
  178. package/dist/wc/delta_share/p-e7932e20.entry.js +1 -0
  179. package/dist/wc/delta_share/p-e9412ef0.entry.js +1 -0
  180. package/dist/wc/delta_share/p-ea6c7be0.entry.js +1 -0
  181. package/dist/wc/delta_share/p-ebb9a3f9.entry.js +1 -0
  182. package/dist/wc/delta_share/p-ee76ecea.entry.js +1 -0
  183. package/dist/wc/delta_share/p-f0723bcc.entry.js +1 -0
  184. package/dist/wc/delta_share/p-f2323f2a.entry.js +1 -0
  185. package/dist/wc/delta_share/p-f441efc3.entry.js +1 -0
  186. package/dist/wc/delta_share/p-f531a563.entry.js +1 -0
  187. package/dist/wc/delta_share/p-fd83d815.entry.js +1 -0
  188. package/dist/wc/delta_share/p-ff2508eb.entry.js +1 -0
  189. package/dist/wc/esm/breakpoints-e07f80e7.js +4 -0
  190. package/dist/wc/esm/delta_share.js +2 -2
  191. package/dist/wc/esm/hammer-c3266b17.js +2648 -0
  192. package/dist/wc/esm/{icons-973d360b.js → icons-74713b55.js} +132 -58
  193. package/dist/wc/esm/index-654849a7.js +315 -0
  194. package/dist/wc/esm/{index-2fc5398d.js → index-b3a91e19.js} +9 -0
  195. package/dist/wc/esm/{license-activation_16.entry.js → license-activation_13.entry.js} +127 -481
  196. package/dist/wc/esm/loader.js +2 -2
  197. package/dist/wc/esm/utils-417652d9.js +80 -0
  198. package/dist/wc/esm/z-alert.entry.js +15 -0
  199. package/dist/wc/esm/z-app-header.entry.js +132 -6
  200. package/dist/wc/esm/z-app-switcher.entry.js +2 -2
  201. package/dist/wc/esm/z-app-topbar.entry.js +15 -28
  202. package/dist/wc/esm/z-aria-alert.entry.js +14 -0
  203. package/dist/wc/esm/z-avatar.entry.js +39 -0
  204. package/dist/wc/esm/z-button-deprecated.entry.js +34 -0
  205. package/dist/wc/esm/z-button-filter.entry.js +45 -0
  206. package/dist/wc/esm/z-button-sort.entry.js +17 -3
  207. package/dist/wc/esm/z-candybar.entry.js +1 -1
  208. package/dist/wc/esm/z-card.entry.js +53 -25
  209. package/dist/wc/esm/z-carousel.entry.js +20 -0
  210. package/dist/wc/esm/z-chip-deprecated.entry.js +20 -0
  211. package/dist/wc/esm/z-chip.entry.js +20 -7
  212. package/dist/wc/esm/z-combobox.entry.js +18 -17
  213. package/dist/wc/esm/z-contextual-menu.entry.js +36 -0
  214. package/dist/wc/esm/z-cookiebar.entry.js +5 -5
  215. package/dist/wc/esm/z-date-picker.entry.js +3100 -0
  216. package/dist/wc/esm/z-divider.entry.js +2 -2
  217. package/dist/wc/esm/z-dragdrop-area_2.entry.js +43 -0
  218. package/dist/wc/esm/z-file-upload.entry.js +168 -0
  219. package/dist/wc/esm/z-file.entry.js +43 -0
  220. package/dist/wc/esm/z-footer-link_3.entry.js +4 -4
  221. package/dist/wc/esm/z-footer.entry.js +35 -8
  222. package/dist/wc/esm/z-ghost-loading.entry.js +15 -0
  223. package/dist/wc/esm/z-icon-package.entry.js +2 -2
  224. package/dist/wc/esm/z-input-deprecated.entry.js +267 -0
  225. package/dist/wc/esm/z-input-label_2.entry.js +267 -0
  226. package/dist/wc/esm/z-list-group.entry.js +50 -0
  227. package/dist/wc/esm/z-list_2.entry.js +144 -53
  228. package/dist/wc/esm/z-logo.entry.js +12 -10
  229. package/dist/wc/esm/z-menu-dropdown_2.entry.js +84 -0
  230. package/dist/wc/esm/z-menu-section.entry.js +2 -2
  231. package/dist/wc/esm/z-menu.entry.js +58 -4
  232. package/dist/wc/esm/z-messages-pocket.entry.js +42 -0
  233. package/dist/wc/esm/z-modal-login.entry.js +15 -6
  234. package/dist/wc/esm/z-myz-card-alert.entry.js +59 -0
  235. package/dist/wc/esm/z-myz-card-dictionary.entry.js +32 -0
  236. package/dist/wc/esm/z-myz-card-footer-sections.entry.js +15 -0
  237. package/dist/wc/esm/z-myz-card-footer.entry.js +52 -0
  238. package/dist/wc/esm/z-myz-card-icon.entry.js +17 -0
  239. package/dist/wc/esm/z-myz-card-info.entry.js +115 -0
  240. package/dist/wc/esm/z-myz-card-list.entry.js +33 -0
  241. package/dist/wc/esm/z-myz-card_4.entry.js +97 -0
  242. package/dist/wc/esm/{z-list-item.entry.js → z-myz-list-item.entry.js} +7 -6
  243. package/dist/wc/esm/z-myz-topbar.entry.js +190 -0
  244. package/dist/wc/esm/z-navigation-tab-link.entry.js +67 -0
  245. package/dist/wc/esm/z-navigation-tab.entry.js +69 -0
  246. package/dist/wc/esm/z-navigation-tabs.entry.js +122 -0
  247. package/dist/wc/esm/z-notification.entry.js +42 -0
  248. package/dist/wc/esm/z-offcanvas.entry.js +59 -0
  249. package/dist/wc/esm/z-otp.entry.js +37 -0
  250. package/dist/wc/esm/z-pagination-bar.entry.js +8 -2651
  251. package/dist/wc/esm/z-pagination-page.entry.js +3 -4
  252. package/dist/wc/esm/z-pagination.entry.js +225 -0
  253. package/dist/wc/esm/z-panel-elem.entry.js +1 -1
  254. package/dist/wc/esm/z-pocket-message.entry.js +15 -0
  255. package/dist/wc/esm/z-pocket_3.entry.js +119 -0
  256. package/dist/wc/esm/z-popover.entry.js +128 -0
  257. package/dist/wc/esm/z-section-title.entry.js +38 -0
  258. package/dist/wc/esm/z-skip-to-content.entry.js +64 -0
  259. package/dist/wc/esm/z-slideshow.entry.js +108 -0
  260. package/dist/wc/esm/z-status-tag.entry.js +25 -0
  261. package/dist/wc/esm/z-stepper-item.entry.js +1 -1
  262. package/dist/wc/esm/z-stepper.entry.js +1 -1
  263. package/dist/wc/esm/{z-registro-table-body.entry.js → z-table-body.entry.js} +5 -5
  264. package/dist/wc/esm/z-table-cell.entry.js +32 -0
  265. package/dist/wc/esm/z-table-empty-box.entry.js +28 -0
  266. package/dist/wc/esm/z-table-expanded-row.entry.js +15 -0
  267. package/dist/wc/esm/{z-registro-table-head.entry.js → z-table-footer.entry.js} +5 -5
  268. package/dist/wc/esm/{z-registro-table-footer.entry.js → z-table-head.entry.js} +5 -5
  269. package/dist/wc/esm/z-table-header-row.entry.js +18 -0
  270. package/dist/wc/esm/z-table-header.entry.js +84 -0
  271. package/dist/wc/esm/z-table-row.entry.js +39 -0
  272. package/dist/wc/esm/z-table-sticky-footer.entry.js +15 -0
  273. package/dist/wc/esm/z-table.entry.js +78 -0
  274. package/dist/wc/esm/z-tag.entry.js +18 -0
  275. package/dist/wc/esm/z-toast-notification-list.entry.js +52 -0
  276. package/dist/wc/esm/z-toast-notification.entry.js +199 -0
  277. package/dist/wc/esm/z-toggle-button.entry.js +7 -6
  278. package/dist/wc/esm/z-toggle-switch.entry.js +45 -0
  279. package/dist/wc/esm/z-tooltip.entry.js +254 -24
  280. package/dist/wc/esm/z-user-dropdown.entry.js +46 -51
  281. package/dist/wc/esm/z-visually-hidden.entry.js +15 -0
  282. package/dist/wc/types/beans/index.d.ts +1 -1
  283. package/dist/wc/types/components/license-activation/license-activation.d.ts +1 -1
  284. package/dist/wc/types/components/license-activation-form/license-activation-form.d.ts +0 -1
  285. package/package.json +1 -1
  286. package/dist/wc/cjs/index-b9bd2767.js +0 -81
  287. package/dist/wc/cjs/utils-1f907efa.js +0 -42
  288. package/dist/wc/cjs/z-card-alert.cjs.entry.js +0 -52
  289. package/dist/wc/cjs/z-card-body.cjs.entry.js +0 -19
  290. package/dist/wc/cjs/z-card-cover.cjs.entry.js +0 -22
  291. package/dist/wc/cjs/z-card-footer.cjs.entry.js +0 -46
  292. package/dist/wc/cjs/z-card-header.cjs.entry.js +0 -38
  293. package/dist/wc/cjs/z-card-icon.cjs.entry.js +0 -21
  294. package/dist/wc/cjs/z-header.cjs.entry.js +0 -180
  295. package/dist/wc/cjs/z-heading.cjs.entry.js +0 -17
  296. package/dist/wc/cjs/z-registro-table-cell.cjs.entry.js +0 -34
  297. package/dist/wc/cjs/z-registro-table-header.cjs.entry.js +0 -23
  298. package/dist/wc/cjs/z-registro-table-row.cjs.entry.js +0 -23
  299. package/dist/wc/cjs/z-registro-table-sticky-footer.cjs.entry.js +0 -19
  300. package/dist/wc/cjs/z-registro-table.cjs.entry.js +0 -31
  301. package/dist/wc/delta_share/p-01886650.entry.js +0 -1
  302. package/dist/wc/delta_share/p-04aac627.entry.js +0 -1
  303. package/dist/wc/delta_share/p-0712f9d3.entry.js +0 -1
  304. package/dist/wc/delta_share/p-16484902.entry.js +0 -1
  305. package/dist/wc/delta_share/p-21601525.entry.js +0 -1
  306. package/dist/wc/delta_share/p-235bcd66.entry.js +0 -1
  307. package/dist/wc/delta_share/p-28b46738.entry.js +0 -1
  308. package/dist/wc/delta_share/p-2eba2455.entry.js +0 -1
  309. package/dist/wc/delta_share/p-2ec1c7f6.entry.js +0 -1
  310. package/dist/wc/delta_share/p-34f2c21d.entry.js +0 -1
  311. package/dist/wc/delta_share/p-35f7bacb.entry.js +0 -1
  312. package/dist/wc/delta_share/p-3e244a3d.entry.js +0 -1
  313. package/dist/wc/delta_share/p-49c2342b.entry.js +0 -1
  314. package/dist/wc/delta_share/p-5363ac78.entry.js +0 -1
  315. package/dist/wc/delta_share/p-56331fcd.entry.js +0 -1
  316. package/dist/wc/delta_share/p-56cdbd95.entry.js +0 -1
  317. package/dist/wc/delta_share/p-5dd5dcba.entry.js +0 -1
  318. package/dist/wc/delta_share/p-5f995b84.entry.js +0 -1
  319. package/dist/wc/delta_share/p-63ce3cde.entry.js +0 -1
  320. package/dist/wc/delta_share/p-6523780b.entry.js +0 -1
  321. package/dist/wc/delta_share/p-69565c8e.entry.js +0 -1
  322. package/dist/wc/delta_share/p-69825d47.entry.js +0 -1
  323. package/dist/wc/delta_share/p-69dee729.entry.js +0 -1
  324. package/dist/wc/delta_share/p-7050a138.entry.js +0 -1
  325. package/dist/wc/delta_share/p-8025bbbe.entry.js +0 -1
  326. package/dist/wc/delta_share/p-80bc280b.entry.js +0 -3
  327. package/dist/wc/delta_share/p-80cd9ec1.entry.js +0 -1
  328. package/dist/wc/delta_share/p-83363ed1.entry.js +0 -1
  329. package/dist/wc/delta_share/p-8daed5d0.entry.js +0 -1
  330. package/dist/wc/delta_share/p-95b560f6.entry.js +0 -1
  331. package/dist/wc/delta_share/p-9ba5ddb4.js +0 -1
  332. package/dist/wc/delta_share/p-9dd299b2.js +0 -1
  333. package/dist/wc/delta_share/p-a65a76cb.entry.js +0 -1
  334. package/dist/wc/delta_share/p-b5e27e10.js +0 -1
  335. package/dist/wc/delta_share/p-b76e0aee.entry.js +0 -1
  336. package/dist/wc/delta_share/p-b8c95b08.entry.js +0 -1
  337. package/dist/wc/delta_share/p-cac71697.js +0 -1
  338. package/dist/wc/delta_share/p-e0160074.entry.js +0 -7
  339. package/dist/wc/delta_share/p-e1c8d36a.entry.js +0 -1
  340. package/dist/wc/delta_share/p-f8cddd5b.entry.js +0 -1
  341. package/dist/wc/delta_share/p-fb1885ec.js +0 -1
  342. package/dist/wc/delta_share/p-ffd4a20e.entry.js +0 -1
  343. package/dist/wc/esm/breakpoints-75d56fd9.js +0 -3
  344. package/dist/wc/esm/index-e68ea3a2.js +0 -81
  345. package/dist/wc/esm/utils-1c638931.js +0 -37
  346. package/dist/wc/esm/z-card-alert.entry.js +0 -48
  347. package/dist/wc/esm/z-card-body.entry.js +0 -15
  348. package/dist/wc/esm/z-card-cover.entry.js +0 -18
  349. package/dist/wc/esm/z-card-footer.entry.js +0 -42
  350. package/dist/wc/esm/z-card-header.entry.js +0 -34
  351. package/dist/wc/esm/z-card-icon.entry.js +0 -17
  352. package/dist/wc/esm/z-card-list.entry.js +0 -33
  353. package/dist/wc/esm/z-header.entry.js +0 -176
  354. package/dist/wc/esm/z-heading.entry.js +0 -13
  355. package/dist/wc/esm/z-registro-table-cell.entry.js +0 -30
  356. package/dist/wc/esm/z-registro-table-header.entry.js +0 -19
  357. package/dist/wc/esm/z-registro-table-row.entry.js +0 -19
  358. package/dist/wc/esm/z-registro-table-sticky-footer.entry.js +0 -15
  359. package/dist/wc/esm/z-registro-table.entry.js +0 -27
@@ -0,0 +1,68 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-9ca7d5e5.js');
6
+ const utils = require('./utils-8a10bba9.js');
7
+ const index$1 = require('./index-9c6fd1db.js');
8
+ require('./breakpoints-a55736d0.js');
9
+
10
+ const stylesCss = ".sc-z-skip-to-content-h{font-family:var(--font-family-sans);font-weight:var(--font-rg);position:absolute;left:-100%;background-color:#24f4ff;padding:calc(var(--space-unit) * 1.25) calc(var(--space-unit) * 3);height:60px;box-sizing:border-box}.skip-to-content-visible.sc-z-skip-to-content-h,.sc-z-skip-to-content-h:focus{position:static;display:block}.sc-z-skip-to-content-h>z-link.sc-z-skip-to-content{display:block;text-align:center}.sc-z-skip-to-content-h>z-link.link-invisible.sc-z-skip-to-content{height:0;width:0;overflow:hidden}.sc-z-skip-to-content-h>z-link.link-visible.sc-z-skip-to-content{height:initial;width:initial}.dark.sc-z-skip-to-content-h{background-color:var(--bg-grey-800);color:var(--color-white)}.light.sc-z-skip-to-content-h{background-color:var(--bg-white);color:var(--text-grey-800);border:2px solid var(--text-grey-800)}@media (min-width: 768px){.sc-z-skip-to-content-h>z-link.sc-z-skip-to-content{text-align:left}}@media (min-width: 1152px){.sc-z-skip-to-content-h>z-link.sc-z-skip-to-content{display:inline-block;padding:0 calc(var(--space-unit) * 3);border-right:1px solid var(--bg-grey-800)}.sc-z-skip-to-content-h>z-link.link-invisible.sc-z-skip-to-content{height:initial;width:initial;overflow:initial}.sc-z-skip-to-content-h>z-link.sc-z-skip-to-content:first-child{padding-left:0}.sc-z-skip-to-content-h>z-link.sc-z-skip-to-content:last-child,.dark.sc-z-skip-to-content-h>z-link.sc-z-skip-to-content:last-child,.light.sc-z-skip-to-content-h>z-link.sc-z-skip-to-content:last-child{border-right:none;padding-right:0}.dark.sc-z-skip-to-content-h>z-link.sc-z-skip-to-content{border-right:1px solid var(--bg-white)}}";
11
+
12
+ const ZSkipToContent = class {
13
+ constructor(hostRef) {
14
+ index.registerInstance(this, hostRef);
15
+ /** Array to fill link into skip-content */
16
+ this.links = [];
17
+ this.visible = false;
18
+ this.visibleLink = "";
19
+ }
20
+ handleFocusOutSkipToContent(e) {
21
+ if (this.isInSkipToContent(e.target))
22
+ this.visible = false;
23
+ }
24
+ handleFocusSkipToContent(e) {
25
+ if (this.isInSkipToContent(e.target))
26
+ this.visible = true;
27
+ }
28
+ componentDidLoad() {
29
+ this.showFirstChild();
30
+ }
31
+ componentWillRender() {
32
+ if (this.links) {
33
+ this.links =
34
+ typeof this.links === "string" ? JSON.parse(this.links) : this.links;
35
+ }
36
+ }
37
+ isInSkipToContent(elem) {
38
+ const tree = utils.getElementTree(elem);
39
+ const menuParent = tree.find((elem) => elem.nodeName.toLowerCase() === "z-skip-to-content");
40
+ if (menuParent)
41
+ return true;
42
+ return false;
43
+ }
44
+ getFirstChild() {
45
+ const children = this.hostElement.children;
46
+ if (children.length)
47
+ return children[0];
48
+ return false;
49
+ }
50
+ showFirstChild() {
51
+ const firstChild = this.getFirstChild();
52
+ if (firstChild)
53
+ this.visibleLink = firstChild.id;
54
+ }
55
+ handleLinkClick() {
56
+ this.visible = false;
57
+ }
58
+ render() {
59
+ return (index.h(index.Host, { class: `${this.variant} ${this.visible && "skip-to-content-visible"} `, ref: (el) => el }, this.links.map((link, i) => {
60
+ const id = `skip-to-content-${i}`;
61
+ return (index.h("z-link", { id: id, underline: true, "aria-label": link.ariaLabel || link.label, class: `body-1-sb ${id == this.visibleLink ? "link-visible" : "link-invisible"}`, href: link.href, textcolor: this.variant === index$1.ThemeVariant.dark ? "white" : "black", onFocus: () => (this.visibleLink = id), onClick: () => this.handleLinkClick(), onKeyUp: (e) => utils.handleKeyboardSubmit(e, this.handleLinkClick.bind(this)) }, link.label));
62
+ })));
63
+ }
64
+ get hostElement() { return index.getElement(this); }
65
+ };
66
+ ZSkipToContent.style = stylesCss;
67
+
68
+ exports.z_skip_to_content = ZSkipToContent;
@@ -0,0 +1,112 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-9ca7d5e5.js');
6
+ const index$1 = require('./index-9c6fd1db.js');
7
+ const utils = require('./utils-8a10bba9.js');
8
+ require('./breakpoints-a55736d0.js');
9
+
10
+ const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);display:block;width:inherit}:host>div{display:flex;flex-direction:column;width:inherit}main{position:relative;overflow:hidden;width:100%}main z-icon.scroll{position:absolute;top:50%;width:auto;cursor:pointer;transition:0.6s ease;margin:0 var(--space-unit);fill:var(--color-primary01);z-index:10}main .scroll.disabled{opacity:50%;pointer-events:none}main .scroll.right{right:0}#slides{display:flex;flex-wrap:wrap;transition:all 300ms;line-height:0px;overflow-y:hidden}footer{height:56px;width:100%;align-items:center;display:grid;grid-template-columns:2;grid-template-rows:2;grid-template-areas:\"center center\" \"left right\";border-top:var(--border-base) solid var(--color-surface02)}footer>div{align-items:center;width:100%}footer .footerCenter{grid-area:center}footer .footerLeft{grid-area:left}footer .footerRight{grid-area:right}footer .bulletContainer{display:flex;margin:0 auto;justify-content:center;align-items:center;min-height:60px}footer .bulletContainer .bullet{width:8px;height:8px;border-radius:50%;background-color:var(--bg-neutral-150);margin:var(--space-unit) 2px;pointer-events:none}footer .bulletContainer .bullet.selected{background-color:var(--bg-neutral-400)}@media only screen and (min-width: 768px){footer{grid-template-columns:1fr 2fr 1fr;grid-template-rows:1;grid-template-areas:\"left center right\";height:76px;border-top:var(--border-base) solid var(--color-surface02)}footer .bulletContainer .bullet{width:10px;height:10px;margin:var(--space-unit) 3px}}@media only screen and (min-width: 1025px){main z-icon.scroll{margin:0 10px}footer .bulletContainer .bullet{width:16px;height:16px;margin:var(--space-unit) calc(var(--space-unit) * 0.5);pointer-events:auto;cursor:pointer}}";
11
+
12
+ const ZSlideshow = class {
13
+ constructor(hostRef) {
14
+ index.registerInstance(this, hostRef);
15
+ this.currentSlide = 0;
16
+ }
17
+ watchData() {
18
+ this.parseLinks();
19
+ }
20
+ componentWillLoad() {
21
+ this.parseLinks();
22
+ this.setDevice();
23
+ window.addEventListener("resize", this.handleResize.bind(this));
24
+ }
25
+ componentDidRender() {
26
+ this.setStyle();
27
+ }
28
+ handleResize() {
29
+ this.setDevice();
30
+ this.setStyle();
31
+ }
32
+ parseLinks() {
33
+ var _a;
34
+ switch (typeof this.data) {
35
+ case "string":
36
+ return (this.links = (_a = utils.convertJson(this.data)) !== null && _a !== void 0 ? _a : []);
37
+ default:
38
+ return (this.links = this.data);
39
+ }
40
+ }
41
+ setStyle() {
42
+ const refSlides = this.el.shadowRoot.querySelector("#slides");
43
+ if (!refSlides)
44
+ return;
45
+ const allImages = this.el.shadowRoot.querySelectorAll(".slide");
46
+ const width = this.el.offsetWidth;
47
+ const fullwidth = width * this.links.length;
48
+ refSlides.style.width = `${fullwidth}px`;
49
+ refSlides.style.transform = `translate(-${width * this.currentSlide}px)`;
50
+ allImages.forEach((item) => {
51
+ const img = item.querySelector("img");
52
+ img.style.width = `${width}px`;
53
+ });
54
+ }
55
+ setDevice() {
56
+ this.device = utils.getDevice();
57
+ }
58
+ setCurrentSlide(index) {
59
+ this.currentSlide = index;
60
+ }
61
+ getBulletDimension() {
62
+ switch (this.device) {
63
+ case index$1.DeviceEnum.mobile:
64
+ return 24;
65
+ case index$1.DeviceEnum.tablet:
66
+ return 32;
67
+ default:
68
+ return 40;
69
+ }
70
+ }
71
+ renderSlides(items) {
72
+ return (index.h("div", { id: "slides" }, items.map((item, i) => (index.h("div", { id: "slide" + i, class: `slide ${this.currentSlide !== i && "hide"}` }, index.h("img", { src: item }))))));
73
+ }
74
+ renderScroll(direction) {
75
+ let disabled = false, nextSlide = this.currentSlide;
76
+ if (direction === "left") {
77
+ disabled = this.currentSlide === 0;
78
+ nextSlide--;
79
+ }
80
+ else if (direction === "right") {
81
+ disabled = this.currentSlide === this.links.length - 1;
82
+ nextSlide++;
83
+ }
84
+ return (index.h("z-icon", { class: `scroll ${direction} ${disabled && "disabled"}`, width: this.getBulletDimension(), height: this.getBulletDimension(), name: `chevron-${direction}-circle`, onClick: () => {
85
+ !disabled && this.setCurrentSlide(nextSlide);
86
+ }, onKeyUp: (e) => !disabled &&
87
+ utils.handleKeyboardSubmit(e, () => {
88
+ this.setCurrentSlide(nextSlide);
89
+ }), tabindex: 0, role: "button" }));
90
+ }
91
+ renderSlideshowMain() {
92
+ return (index.h("main", null, this.renderScroll("left"), this.renderSlides(this.links), this.renderScroll("right")));
93
+ }
94
+ renderBullet(i) {
95
+ return (index.h("a", { class: `bullet ${this.currentSlide === i && "selected"}`, onClick: () => this.setCurrentSlide(i), onKeyUp: (e) => utils.handleKeyboardSubmit(e, () => this.setCurrentSlide(i)), tabindex: 0, role: "button" }));
96
+ }
97
+ renderSlideshowFooter() {
98
+ return (index.h("footer", null, index.h("div", { class: "footerLeft" }, index.h("slot", { name: "footer-left" })), index.h("div", { class: "footerCenter" }, index.h("div", { class: "bulletContainer" }, Object.keys(this.links).map(i => this.renderBullet(parseInt(i))))), index.h("div", { class: "footerRight" }, index.h("slot", { name: "footer-right" }))));
99
+ }
100
+ render() {
101
+ if (!this.links || !this.links.length)
102
+ return index.h("div", null);
103
+ return (index.h("div", { id: this.slideshowid }, this.renderSlideshowMain(), this.renderSlideshowFooter()));
104
+ }
105
+ get el() { return index.getElement(this); }
106
+ static get watchers() { return {
107
+ "data": ["watchData"]
108
+ }; }
109
+ };
110
+ ZSlideshow.style = stylesCss;
111
+
112
+ exports.z_slideshow = ZSlideshow;
@@ -0,0 +1,29 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-9ca7d5e5.js');
6
+ const index$1 = require('./index-9c6fd1db.js');
7
+ const index$2 = require('./index-1fda0714.js');
8
+ require('./_commonjsHelpers-537d719a.js');
9
+
10
+ const stylesCss = ":host{--z-icon-width:14px;--z-icon-height:14px;font-family:var(--font-family-sans);height:22px;border-radius:var(--border-radius);padding-right:4px;padding-left:4px;text-transform:uppercase;display:inline-flex;align-items:center}:host(.expandable)>z-icon{margin-right:0;transition:margin-right 0.3s ease-out 0.2s}:host(:not(.expandable))>z-icon:not(:last-child),:host(.expandable:hover)>z-icon:not(:last-child){margin-right:var(--space-unit);transition:margin-right 0.3s ease-out 0s}:host(.expandable)>span{max-width:0;transition:max-width 0.3s ease-out 0.2s;white-space:nowrap;overflow:hidden}:host(.expandable:hover)>span{max-width:20rem;transition:max-width 0.3s ease-out 0s}:host([status=\"warning\"]){background-color:var(--status-warning-yellow-lighter);color:var(--status-warning-yellow-dark);fill:var(--status-warning-yellow-dark)}:host([status=\"warning\"].light){background-color:transparent;color:var(--status-warning-yellow-dark);fill:var(--status-warning-yellow-dark)}:host([status=\"warning\"].dark){background-color:var(--status-warning-yellow-dark);color:var(--status-warning-yellow-lighter);fill:var(--status-warning-yellow-lighter)}:host([status=\"error\"]){background-color:var(--status-error-red-lighter);color:var(--status-error-red-dark);fill:var(--status-error-red-dark)}:host([status=\"error\"].light){background-color:transparent;color:var(--status-error-red-dark);fill:var(--status-error-red-dark)}:host([status=\"error\"].dark){background-color:var(--status-error-red-dark);color:var(--status-error-red-lighter);fill:var(--status-error-red-lighter)}:host([status=\"success\"]){background-color:var(--status-success-green-lighter);color:var(--status-success-green-dark);fill:var(--status-success-green-dark)}:host([status=\"success\"].light){background-color:transparent;color:var(--status-success-green-dark);fill:var(--status-success-green-dark)}:host([status=\"success\"].dark){background-color:var(--status-success-green-dark);color:var(--status-success-green-lighter);fill:var(--status-success-green-lighter)}:host([status=\"default\"]){background-color:var(--myz-blue-lighter);color:var(--myz-blue-dark);fill:var(--myz-blue-dark)}:host([status=\"default\"].light){background-color:transparent;color:var(--myz-blue-dark);fill:var(--myz-blue-dark)}:host([status=\"default\"].dark){background-color:var(--myz-blue-dark);color:var(--myz-blue-lighter);fill:var(--myz-blue-lighter)}:host([status=\"neutral\"]){background-color:var(--bg-grey-050);color:var(--text-grey-800);fill:var(--text-grey-800)}:host([status=\"neutral\"].light){background-color:transparent;color:var(--text-grey-800);fill:var(--text-grey-800)}:host([status=\"neutral\"].dark){background-color:var(--bg-grey-800);color:var(--text-white);fill:var(--text-white)}";
11
+
12
+ const ZStatusTag = class {
13
+ constructor(hostRef) {
14
+ index.registerInstance(this, hostRef);
15
+ /** [optional] Status tag color */
16
+ this.status = index$1.StatusTagStatus.default;
17
+ if (!this.icon && !this.text) {
18
+ console.warn("z-status-tag must contain at least one prop between icon and text");
19
+ }
20
+ }
21
+ render() {
22
+ return (index.h(index.Host, { class: index$2.classnames(this.variant, "body-5-sb", {
23
+ expandable: this.expandable && this.icon && this.text,
24
+ }) }, this.icon && index.h("z-icon", { name: this.icon }), this.text && index.h("span", null, this.text)));
25
+ }
26
+ };
27
+ ZStatusTag.style = stylesCss;
28
+
29
+ exports.z_status_tag = ZStatusTag;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-771eb01e.js');
5
+ const index = require('./index-9ca7d5e5.js');
6
6
 
7
7
  const stylesCss = ":host{position:relative;width:calc(var(--space-unit) * 5);font-family:var(--dashboard-font);font-weight:var(--font-rg)}:host(:not(:last-child)){flex:1}:host(:not(:last-child))::after{position:absolute;top:calc(var(--space-unit) * 4);left:calc(var(--space-unit) * 3);right:calc(var(--space-unit) * 2);z-index:1;content:'';display:block;width:auto;margin:0 calc(-1 * calc(var(--space-unit) * 2)) 0 calc(var(--space-unit) * 2);border-bottom:solid 2px var(--bg-grey-700)}.stepper-item{display:flex;flex-direction:column;align-items:center;width:calc(var(--space-unit) * 5);padding:0;color:inherit;font-family:inherit;font-size:18px;text-decoration:none;line-height:28px;background:transparent;border:0;outline:0;appearance:none}.stepper-item span{display:none;width:calc(100% + calc(var(--space-unit) * 4));text-align:center}:host(:not([disabled])) .stepper-item{cursor:pointer}:host([disabled]) .stepper-item{pointer-events:none}.indicator{content:counter(stepper);box-sizing:border-box;display:flex;justify-content:center;align-items:center;width:calc(var(--space-unit) * 4);height:calc(var(--space-unit) * 4);margin:calc(var(--space-unit) * 2);font-size:14px;font-weight:var(--font-sb);line-height:1;color:var(--myz-blue);background:var(--bg-white);border:2px solid var(--myz-blue);border-radius:50%}:host([pressed]:not([disabled])) .indicator{color:var(--text-white);background:var(--myz-blue-dark);border-color:var(--myz-blue-dark)}:host(:not([disabled]):focus-within) .indicator{box-shadow:0px 0px 2px 2px var(--accent-dark)}:host([disabled]) .indicator{color:var(--text-grey-700);background:var(--bg-grey-200);border-color:currentColor}@media only screen and (min-width: 768px){:host{width:calc(var(--space-unit) * 10)}:host(:not(:last-child))::after{top:calc(var(--space-unit) * 5);left:calc(var(--space-unit) * 8)}.stepper-item{width:calc(var(--space-unit) * 10)}.stepper-item span{display:block}.indicator{width:calc(var(--space-unit) * 6);height:calc(var(--space-unit) * 6);font-size:16px}}";
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-771eb01e.js');
5
+ const index = require('./index-9ca7d5e5.js');
6
6
 
7
7
  const stylesCss = ":host{box-sizing:border-box;position:relative;display:flex;flex-direction:row;width:100%;max-width:100%;margin:0;padding:0;font-family:var(--dashboard-font);font-weight:var(--font-rg);list-style:none}@media only screen and (min-width: 768px){:host{padding:0 calc(var(--space-unit) * 2)}}";
8
8
 
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-771eb01e.js');
5
+ const index = require('./index-9ca7d5e5.js');
6
6
 
7
- const stylesCss = ".sc-z-registro-table-body-h{display:table-row-group;width:100%;font-family:var(--dashboard-font);font-weight:var(--font-rg)}";
7
+ const stylesCss = ".sc-z-table-body-h{display:table-row-group;font-family:var(--dashboard-font);font-weight:var(--font-rg)}.sc-z-table-body-h>z-table-row[expanded].sc-z-table-body+z-table-expanded-row.sc-z-table-body{display:table-row}";
8
8
 
9
- const ZRegistroTableBody = class {
9
+ const ZTableBody = class {
10
10
  constructor(hostRef) {
11
11
  index.registerInstance(this, hostRef);
12
12
  }
@@ -19,6 +19,6 @@ const ZRegistroTableBody = class {
19
19
  }
20
20
  get host() { return index.getElement(this); }
21
21
  };
22
- ZRegistroTableBody.style = stylesCss;
22
+ ZTableBody.style = stylesCss;
23
23
 
24
- exports.z_registro_table_body = ZRegistroTableBody;
24
+ exports.z_table_body = ZTableBody;
@@ -0,0 +1,36 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-9ca7d5e5.js');
6
+ const index$1 = require('./index-9c6fd1db.js');
7
+ const index$2 = require('./index-1fda0714.js');
8
+ require('./_commonjsHelpers-537d719a.js');
9
+
10
+ const stylesCss = ":host{display:table-cell;background-color:var(--color-white);border-bottom:var(--border-size-small) solid var(--bg-grey-200);font-family:var(--dashboard-font);font-weight:var(--font-rg)}:host>.button-container{display:none}:host:hover>.button-container{display:initial}.button-container{position:absolute;right:8px;top:8px;z-index:5}.button-content{position:relative}.contextual-menu-container{display:none;position:absolute;top:calc(100% - var(--space-unit));right:0}.button-container.visible,.contextual-menu-container.visible{display:initial}:host([padding=\"x-small\"]){padding:calc(var(--space-unit) * 0.5)}:host([padding=\"small\"]){padding:calc(var(--space-unit))}:host([padding=\"medium\"]){padding:calc(var(--space-unit) * 2)}:host([padding=\"large\"]){padding:calc(var(--space-unit) * 2.5)}:host([padding=\"special\"]){padding:0}";
11
+
12
+ const ZTableCell = class {
13
+ constructor(hostRef) {
14
+ index.registerInstance(this, hostRef);
15
+ /** Set padding size of cell, if special 0px padding will be set */
16
+ this.padding = index$1.Size.medium;
17
+ this.isMenuOpened = false;
18
+ }
19
+ handleMenu() {
20
+ this.isMenuOpened = !this.isMenuOpened;
21
+ }
22
+ componentWillRender() {
23
+ this.host.setAttribute("role", "cell");
24
+ }
25
+ render() {
26
+ return (index.h(index.Host, null, this.showButton && (index.h("div", { class: index$2.classnames("button-container", {
27
+ visible: this.isMenuOpened,
28
+ }) }, index.h("div", { class: "button-content" }, index.h("z-button-deprecated", { icon: "contextual-menu", variant: index$1.ButtonVariantEnum.tertiary, size: index$1.ButtonSizeEnum["x-small"], onClick: () => this.handleMenu(), square: true }), index.h("div", { class: index$2.classnames("contextual-menu-container", {
29
+ visible: this.isMenuOpened,
30
+ }) }, index.h("slot", { name: "contextual-menu" }))))), index.h("slot", null)));
31
+ }
32
+ get host() { return index.getElement(this); }
33
+ };
34
+ ZTableCell.style = stylesCss;
35
+
36
+ exports.z_table_cell = ZTableCell;
@@ -0,0 +1,32 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-9ca7d5e5.js');
6
+ const index$1 = require('./index-1fda0714.js');
7
+ require('./_commonjsHelpers-537d719a.js');
8
+
9
+ const stylesCss = ".sc-z-table-empty-box-h{display:block;padding:calc(var(--space-unit)) calc(var(--space-unit) * 3)\n calc(var(--space-unit) * 3) calc(var(--space-unit) * 3);background-color:var(--bg-white)}.sc-z-table-empty-box-s>*{margin-top:var(--space-unit)}.cta.sc-z-table-empty-box{display:flex;flex-direction:row;margin-top:calc(var(--space-unit) / 2)}.cta.has2Cta.sc-z-table-empty-box{flex-direction:column}@media only screen and (min-width: 768px){.sc-z-table-empty-box-h{padding:calc(var(--space-unit) * 3) calc(var(--space-unit) * 7)\n calc(var(--space-unit) * 3) calc(var(--space-unit) * 7)}.sc-z-table-empty-box-s>*{margin-right:calc(var(--space-unit) * 2)}.cta.sc-z-table-empty-box{margin-top:var(--space-unit)}.cta.has2Cta.sc-z-table-empty-box{flex-direction:row}}";
10
+
11
+ const ZTableEmptyBox = class {
12
+ constructor(hostRef) {
13
+ index.registerInstance(this, hostRef);
14
+ /** Sets main title message*/
15
+ this.message = "Siamo spiacenti, al momento non sono presenti dati da visualizzare.";
16
+ /** Sets message */
17
+ this.subtitle = "";
18
+ }
19
+ componentWillLoad() {
20
+ this.hasCta1Slot = !!this.hostElement.querySelector('[slot="cta1"]');
21
+ this.hasCta2Slot = !!this.hostElement.querySelector('[slot="cta2"]');
22
+ }
23
+ render() {
24
+ return (index.h(index.Host, null, index.h("z-body", { level: 3, variant: "semibold" }, this.message), index.h("br", null), !!this.subtitle && (index.h("z-body", { level: 4, variant: "regular" }, this.subtitle)), (!!this.hasCta1Slot || !!this.hasCta2Slot) && (index.h("div", { class: index$1.classnames("cta", {
25
+ has2Cta: !!this.hasCta1Slot && !!this.hasCta2Slot
26
+ }) }, index.h("slot", { name: "cta1" }), index.h("slot", { name: "cta2" })))));
27
+ }
28
+ get hostElement() { return index.getElement(this); }
29
+ };
30
+ ZTableEmptyBox.style = stylesCss;
31
+
32
+ exports.z_table_empty_box = ZTableEmptyBox;
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-9ca7d5e5.js');
6
+
7
+ const stylesCss = ":host{background-color:var(--gray50);display:none}:host>td>div.content-container{box-shadow:var(--shadow-2);margin-bottom:calc(var(--space-unit) / 2)}";
8
+
9
+ const ZTableExpandedRow = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ }
13
+ render() {
14
+ return (index.h("td", { colSpan: this.colSpan }, index.h("div", { class: "content-container" }, index.h("slot", null))));
15
+ }
16
+ };
17
+ ZTableExpandedRow.style = stylesCss;
18
+
19
+ exports.z_table_expanded_row = ZTableExpandedRow;
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-771eb01e.js');
5
+ const index = require('./index-9ca7d5e5.js');
6
6
 
7
- const stylesCss = ".sc-z-registro-table-head-h{display:table-header-group;font-family:var(--dashboard-font);font-weight:var(--font-rg)}";
7
+ const stylesCss = ".sc-z-table-footer-h{display:table-footer-group;font-family:var(--dashboard-font);font-weight:var(--font-rg)}";
8
8
 
9
- const ZRegistroTableHead = class {
9
+ const ZTableFooter = class {
10
10
  constructor(hostRef) {
11
11
  index.registerInstance(this, hostRef);
12
12
  }
@@ -18,6 +18,6 @@ const ZRegistroTableHead = class {
18
18
  }
19
19
  get host() { return index.getElement(this); }
20
20
  };
21
- ZRegistroTableHead.style = stylesCss;
21
+ ZTableFooter.style = stylesCss;
22
22
 
23
- exports.z_registro_table_head = ZRegistroTableHead;
23
+ exports.z_table_footer = ZTableFooter;
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-771eb01e.js');
5
+ const index = require('./index-9ca7d5e5.js');
6
6
 
7
- const stylesCss = ".sc-z-registro-table-footer-h{display:table-footer-group;font-family:var(--dashboard-font);font-weight:var(--font-rg)}";
7
+ const stylesCss = ".sc-z-table-head-h{display:table-header-group;font-family:var(--dashboard-font);font-weight:var(--font-rg)}";
8
8
 
9
- const ZRegistroTableFooter = class {
9
+ const ZTableHead = class {
10
10
  constructor(hostRef) {
11
11
  index.registerInstance(this, hostRef);
12
12
  }
@@ -18,6 +18,6 @@ const ZRegistroTableFooter = class {
18
18
  }
19
19
  get host() { return index.getElement(this); }
20
20
  };
21
- ZRegistroTableFooter.style = stylesCss;
21
+ ZTableHead.style = stylesCss;
22
22
 
23
- exports.z_registro_table_footer = ZRegistroTableFooter;
23
+ exports.z_table_head = ZTableHead;
@@ -0,0 +1,22 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-9ca7d5e5.js');
6
+
7
+ const stylesCss = "z-table-header-row{display:table-row}z-table-header-row[expandable]>z-table-header:first-child{width:40px;user-select:none;box-sizing:border-box}z-table-header-row[expandable]>z-table-header:nth-child(2){padding-left:8px}";
8
+
9
+ const ZTableHeaderRow = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ }
13
+ _renderExpandHeader() {
14
+ return index.h("z-table-header", null);
15
+ }
16
+ render() {
17
+ return (index.h(index.Host, { role: "row" }, this.expandable && this._renderExpandHeader(), index.h("slot", null)));
18
+ }
19
+ };
20
+ ZTableHeaderRow.style = stylesCss;
21
+
22
+ exports.z_table_header_row = ZTableHeaderRow;
@@ -0,0 +1,88 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-9ca7d5e5.js');
6
+ const index$2 = require('./index-1fda0714.js');
7
+ const index$1 = require('./index-9c6fd1db.js');
8
+ const utils = require('./utils-8a10bba9.js');
9
+ require('./_commonjsHelpers-537d719a.js');
10
+ require('./breakpoints-a55736d0.js');
11
+
12
+ const stylesCss = ":host{display:table-cell;background-color:var(--gray50);border-bottom:var(--border-size-medium) solid var(--gray200);font-family:var(--dashboard-font);font-weight:var(--font-sb);text-align:start;position:relative}.container{display:flex;align-items:flex-end}:host(.sortable){cursor:pointer}:host([padding=\"x-small\"]){padding:calc(var(--space-unit) * 0.5)}:host([padding=\"small\"]){padding:calc(var(--space-unit))}:host([padding=\"medium\"]){padding:calc(var(--space-unit) * 2)}:host([padding=\"large\"]){padding:calc(var(--space-unit) * 2.5)}:host([padding=\"special\"]){padding:0}.arrow{opacity:1;padding-left:var(--space-unit)}.popover-container{position:absolute;top:var(--space-unit);right:var(--space-unit);display:none}.popover-container.visible{display:block}:host(:hover) .popover-container{display:block}";
13
+
14
+ const ZTableHeader = class {
15
+ constructor(hostRef) {
16
+ index.registerInstance(this, hostRef);
17
+ this.sort = index.createEvent(this, "sort", 7);
18
+ /** Set padding size of cell, if special 0px padding will be set */
19
+ this.padding = index$1.Size.medium;
20
+ /** [Optional] Default sort order */
21
+ this.defaultSortDirection = index$1.SortDirectionEnum.asc;
22
+ this.sortDirection = index$1.SortDirectionEnum.none;
23
+ this.isMenuOpened = false;
24
+ this.emitOnSort = this.emitOnSort.bind(this);
25
+ }
26
+ emitOnSort() {
27
+ this.sort.emit({
28
+ columnId: this.columnId,
29
+ sortDirection: this.sortDirection,
30
+ });
31
+ }
32
+ handleSort() {
33
+ if (!this.sortable) {
34
+ return;
35
+ }
36
+ this.sortDirection = (() => {
37
+ switch (this.sortDirection) {
38
+ case index$1.SortDirectionEnum.asc:
39
+ return index$1.SortDirectionEnum.desc;
40
+ case index$1.SortDirectionEnum.desc:
41
+ return index$1.SortDirectionEnum.asc;
42
+ case index$1.SortDirectionEnum.none:
43
+ return this.defaultSortDirection;
44
+ default:
45
+ return index$1.SortDirectionEnum.none;
46
+ }
47
+ })();
48
+ this.emitOnSort();
49
+ }
50
+ handleMenuClick() {
51
+ this.isMenuOpened = !this.isMenuOpened;
52
+ }
53
+ handleOutsideClick(e) {
54
+ const tree = utils.getElementTree(e.target);
55
+ const parent = tree.find((elem) => elem.nodeName.toLowerCase() === "z-popover");
56
+ if (!parent) {
57
+ this.isMenuOpened = false;
58
+ }
59
+ }
60
+ handleClickHeaders(e) {
61
+ const { target } = e;
62
+ const parent = utils.getElementTree(target).find((elem) => elem.nodeName.toLowerCase() === "z-table-header");
63
+ if (!this.sortable || !parent) {
64
+ return;
65
+ }
66
+ const parentColumnId = parent.attributes.getNamedItem("column-id").value;
67
+ const isSortable = target.parentNode.sortable || target.sortable;
68
+ if (parentColumnId !== this.columnId && isSortable) {
69
+ this.sortDirection = index$1.SortDirectionEnum.none;
70
+ }
71
+ }
72
+ componentWillRender() {
73
+ this.host.setAttribute("role", "columnheader");
74
+ }
75
+ render() {
76
+ return (index.h(index.Host, { class: index$2.classnames({
77
+ sortable: this.sortable,
78
+ }), onClick: () => this.handleSort() }, index.h("div", { class: index$2.classnames("container") }, index.h("slot", null), this.sortable && this.sortDirection !== index$1.SortDirectionEnum.none && (index.h("z-icon", { name: this.sortDirection === index$1.SortDirectionEnum.asc
79
+ ? "arrow-up"
80
+ : "arrow-down", class: "arrow" }))), this.showButton && (index.h("div", { class: index$2.classnames("popover-container", {
81
+ visible: this.isMenuOpened,
82
+ }) }, index.h("z-popover", { position: index$1.PopoverPosition["below-center"], "background-color": "gray200" }, index.h("z-button-deprecated", { icon: "contextual-menu", variant: index$1.ButtonVariantEnum["tertiary"], size: index$1.ButtonSizeEnum["x-small"], square: true, slot: "trigger", onClick: () => this.handleMenuClick() }), index.h("div", { slot: "popover" }, index.h("slot", { name: "contextual-menu" })))))));
83
+ }
84
+ get host() { return index.getElement(this); }
85
+ };
86
+ ZTableHeader.style = stylesCss;
87
+
88
+ exports.z_table_header = ZTableHeader;
@@ -0,0 +1,43 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-9ca7d5e5.js');
6
+ const index$1 = require('./index-9c6fd1db.js');
7
+
8
+ const stylesCss = "z-table-row{display:table-row;font-family:var(--font-family-sans)}z-table-row[expanded-type=\"expandable\"]:hover{cursor:pointer}z-table-row[expanded-type=\"expandable\"]>z-table-cell:first-child,z-table-row[expanded-type=\"padding\"]>z-table-cell:first-child{--z-icon-width:16px;--z-icon-height:16px;width:24px;padding-left:16px;padding-right:0px;box-sizing:border-box;text-align:center;fill:var(--gray800);user-select:none}.z-icon-placeholder{width:24px;padding-right:0px}z-table-row[expanded-type=\"expandable\"]>z-table-cell:nth-child(2),z-table-row[expanded-type=\"padding\"]>z-table-cell:nth-child(2){padding-left:8px}z-table-row[expanded-type]:hover>z-table-cell:first-child{fill:var(--myz-blue-dark)}z-table-row[expanded]>z-table-cell{background-color:var(--gray50)}z-table-row[expanded]+z-table-expanded-row{display:table-row}z-table-row[expanded]>z-table-cell{border-bottom:none}";
9
+
10
+ const ZTableRow = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.expand = index.createEvent(this, "expand", 7);
14
+ this.expandedType = index$1.ZTableRowExpandedType.none;
15
+ this.expanded = false;
16
+ }
17
+ emitOnExpand() {
18
+ this.expand.emit({ expanded: this.expanded });
19
+ }
20
+ handleExpand() {
21
+ this.expanded = !this.expanded;
22
+ this.emitOnExpand();
23
+ }
24
+ renderExpandButton() {
25
+ if (this.expandedType == index$1.ZTableRowExpandedType.expandable) {
26
+ return (index.h("z-table-cell", { style: { borderRight: "none" } }, index.h("z-icon", { name: this.expanded ? "minus-circled" : "plus-circled" })));
27
+ }
28
+ return (index.h("z-table-cell", { style: { borderRight: "none" } }, index.h("div", { class: "z-icon-placeholder" })));
29
+ }
30
+ render() {
31
+ return (index.h(index.Host, { role: "row", expanded: this.expanded, onClick: (event) => {
32
+ const contextualMenuClick = event.target.nodeName === 'Z-CONTEXTUAL-MENU';
33
+ const isExpandable = this.expandedType === index$1.ZTableRowExpandedType.expandable;
34
+ if (isExpandable && !contextualMenuClick) {
35
+ this.handleExpand();
36
+ }
37
+ } }, this.expandedType !== index$1.ZTableRowExpandedType.none &&
38
+ this.renderExpandButton(), index.h("slot", null)));
39
+ }
40
+ };
41
+ ZTableRow.style = stylesCss;
42
+
43
+ exports.z_table_row = ZTableRow;
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-9ca7d5e5.js');
6
+
7
+ const stylesCss = ".sc-z-table-sticky-footer-h{display:block;position:sticky;left:0;padding:var(--basex2);background-color:var(--bg-white);border-style:solid;border-color:var(--gray200);border-width:var(--border-size-small) 0 var(--border-base);font-weight:var(--font-rg)}";
8
+
9
+ const ZTableStickyFooter = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ }
13
+ render() {
14
+ return (index.h("slot", null));
15
+ }
16
+ };
17
+ ZTableStickyFooter.style = stylesCss;
18
+
19
+ exports.z_table_sticky_footer = ZTableStickyFooter;