@zanichelli/albe-web-components 6.3.2-rc1 → 6.3.2

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 (638) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/cjs/index-e3299e0a.js +74 -18
  3. package/dist/cjs/{index-fa110f37.js → index-f08f7171.js} +54 -13
  4. package/dist/cjs/index.cjs.js +26 -2
  5. package/dist/cjs/loader.cjs.js +2 -2
  6. package/dist/cjs/{utils-600bad93.js → utils-73ead59e.js} +1 -1
  7. package/dist/cjs/{utils-8bc9056f.js → utils-7fde0c53.js} +1 -1
  8. package/dist/cjs/web-components-library.cjs.js +2 -2
  9. package/dist/cjs/z-alert.cjs.entry.js +1 -0
  10. package/dist/cjs/z-anchor-navigation.cjs.entry.js +1 -8
  11. package/dist/cjs/z-app-header_2.cjs.entry.js +12 -29
  12. package/dist/cjs/z-app-switcher.cjs.entry.js +28 -0
  13. package/dist/cjs/z-app-topbar.cjs.entry.js +7 -3
  14. package/dist/cjs/z-aria-alert.cjs.entry.js +1 -2
  15. package/dist/cjs/z-avatar.cjs.entry.js +3 -4
  16. package/dist/cjs/z-body_2.cjs.entry.js +4 -2
  17. package/dist/cjs/z-button-deprecated.cjs.entry.js +36 -0
  18. package/dist/cjs/z-button-filter.cjs.entry.js +49 -0
  19. package/dist/cjs/z-button-sort.cjs.entry.js +4 -4
  20. package/dist/cjs/z-button.cjs.entry.js +6 -6
  21. package/dist/cjs/z-candybar.cjs.entry.js +19 -0
  22. package/dist/cjs/z-card.cjs.entry.js +4 -3
  23. package/dist/cjs/z-carousel.cjs.entry.js +8 -6
  24. package/dist/cjs/z-chip-deprecated.cjs.entry.js +24 -0
  25. package/dist/cjs/z-chip.cjs.entry.js +4 -4
  26. package/dist/cjs/z-combobox.cjs.entry.js +13 -14
  27. package/dist/cjs/z-contextual-menu.cjs.entry.js +3 -8
  28. package/dist/cjs/z-cookiebar.cjs.entry.js +44 -0
  29. package/dist/cjs/z-cover-hero.cjs.entry.js +1 -8
  30. package/dist/cjs/z-date-picker.cjs.entry.js +4 -4
  31. package/dist/cjs/z-divider.cjs.entry.js +1 -4
  32. package/dist/cjs/z-dragdrop-area_2.cjs.entry.js +2 -1
  33. package/dist/cjs/z-file-upload.cjs.entry.js +10 -6
  34. package/dist/cjs/z-file.cjs.entry.js +4 -2
  35. package/dist/cjs/z-footer-link_3.cjs.entry.js +54 -0
  36. package/dist/cjs/z-footer.cjs.entry.js +110 -0
  37. package/dist/cjs/z-info-box.cjs.entry.js +1 -1
  38. package/dist/cjs/z-info-reveal.cjs.entry.js +2 -5
  39. package/dist/cjs/z-input-deprecated.cjs.entry.js +261 -0
  40. package/dist/cjs/{z-select.cjs.entry.js → z-input-label_2.cjs.entry.js} +33 -14
  41. package/dist/cjs/z-input_2.cjs.entry.js +18 -12
  42. package/dist/cjs/z-link.cjs.entry.js +3 -9
  43. package/dist/cjs/z-list_3.cjs.entry.js +12 -71
  44. package/dist/cjs/{z-app-switcher_2.cjs.entry.js → z-logo.cjs.entry.js} +6 -23
  45. package/dist/cjs/z-menu-dropdown_2.cjs.entry.js +93 -0
  46. package/dist/cjs/z-menu-section.cjs.entry.js +3 -0
  47. package/dist/cjs/z-menu.cjs.entry.js +3 -10
  48. package/dist/cjs/z-messages-pocket.cjs.entry.js +3 -2
  49. package/dist/cjs/z-modal-login.cjs.entry.js +5 -2
  50. package/dist/cjs/z-modal.cjs.entry.js +3 -1
  51. package/dist/cjs/z-myz-card-alert.cjs.entry.js +5 -1
  52. package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +3 -5
  53. package/dist/cjs/z-myz-card-footer.cjs.entry.js +6 -3
  54. package/dist/cjs/z-myz-card-icon.cjs.entry.js +1 -2
  55. package/dist/cjs/z-myz-card-info.cjs.entry.js +4 -4
  56. package/dist/cjs/z-myz-card-list.cjs.entry.js +1 -0
  57. package/dist/cjs/z-myz-card_4.cjs.entry.js +10 -3
  58. package/dist/cjs/z-myz-list-item.cjs.entry.js +7 -4
  59. package/dist/cjs/z-myz-topbar.cjs.entry.js +201 -0
  60. package/dist/cjs/z-navigation-tab-link.cjs.entry.js +6 -13
  61. package/dist/cjs/z-navigation-tab.cjs.entry.js +4 -13
  62. package/dist/cjs/z-navigation-tabs.cjs.entry.js +4 -7
  63. package/dist/cjs/z-notification.cjs.entry.js +3 -6
  64. package/dist/cjs/z-offcanvas.cjs.entry.js +1 -8
  65. package/dist/cjs/z-otp.cjs.entry.js +3 -2
  66. package/dist/cjs/z-pagination-bar.cjs.entry.js +116 -0
  67. package/dist/cjs/z-pagination-page.cjs.entry.js +25 -0
  68. package/dist/cjs/z-pagination.cjs.entry.js +6 -13
  69. package/dist/cjs/z-panel-elem.cjs.entry.js +7 -2
  70. package/dist/cjs/z-pocket_3.cjs.entry.js +5 -4
  71. package/dist/cjs/z-popover-deprecated.cjs.entry.js +129 -0
  72. package/dist/cjs/z-popover.cjs.entry.js +24 -35
  73. package/dist/cjs/z-range-picker.cjs.entry.js +7 -3
  74. package/dist/cjs/z-section-title.cjs.entry.js +1 -8
  75. package/dist/cjs/z-skip-to-content.cjs.entry.js +3 -3
  76. package/dist/cjs/z-slideshow.cjs.entry.js +5 -2
  77. package/dist/cjs/z-status-tag.cjs.entry.js +32 -0
  78. package/dist/cjs/z-stepper-item.cjs.entry.js +4 -0
  79. package/dist/cjs/z-table-cell.cjs.entry.js +2 -2
  80. package/dist/cjs/z-table-empty-box.cjs.entry.js +0 -2
  81. package/dist/cjs/z-table-expanded-row.cjs.entry.js +1 -0
  82. package/dist/cjs/z-table-header-row.cjs.entry.js +1 -0
  83. package/dist/cjs/z-table-header.cjs.entry.js +6 -6
  84. package/dist/cjs/z-table-row.cjs.entry.js +1 -2
  85. package/dist/cjs/z-table.cjs.entry.js +7 -9
  86. package/dist/cjs/z-tag.cjs.entry.js +2 -0
  87. package/dist/cjs/z-toast-notification-list.cjs.entry.js +1 -3
  88. package/dist/cjs/z-toast-notification.cjs.entry.js +9 -5
  89. package/dist/cjs/z-toggle-button.cjs.entry.js +2 -2
  90. package/dist/cjs/z-toggle-switch.cjs.entry.js +2 -6
  91. package/dist/cjs/z-tooltip-deprecated.cjs.entry.js +262 -0
  92. package/dist/cjs/z-tooltip.cjs.entry.js +3 -7
  93. package/dist/cjs/z-user-dropdown.cjs.entry.js +5 -1
  94. package/dist/collection/beans/index.js +54 -13
  95. package/dist/collection/collection-manifest.json +18 -1
  96. package/dist/collection/components/buttons/z-button/index.js +5 -5
  97. package/dist/collection/components/buttons/z-button-sort/index.js +4 -4
  98. package/dist/collection/components/buttons/z-chip/index.js +2 -2
  99. package/dist/collection/components/buttons/z-toggle-button/index.js +2 -2
  100. package/dist/collection/components/buttons/z-toggle-switch/index.js +0 -4
  101. package/dist/collection/components/date-picker/z-date-picker/index.js +2 -2
  102. package/dist/collection/components/date-picker/z-range-picker/index.js +5 -1
  103. package/dist/collection/components/file-upload/z-file/index.js +4 -2
  104. package/dist/collection/components/file-upload/z-file-upload/index.js +8 -4
  105. package/dist/collection/components/footer/z-footer/index.js +262 -0
  106. package/dist/collection/components/footer/z-footer/styles.css +242 -0
  107. package/dist/collection/components/footer/z-footer-link/index.js +45 -0
  108. package/dist/collection/components/footer/z-footer-link/styles.css +25 -0
  109. package/dist/collection/components/footer/z-footer-section/index.js +54 -0
  110. package/dist/collection/components/footer/z-footer-section/styles.css +150 -0
  111. package/dist/collection/components/footer/z-footer-social/index.js +78 -0
  112. package/dist/collection/components/footer/z-footer-social/styles.css +15 -0
  113. package/dist/collection/components/icons/z-icon/index.js +7 -0
  114. package/dist/collection/components/indicators/z-stepper-item/index.js +6 -0
  115. package/dist/collection/components/inputs/z-combobox/index.js +11 -12
  116. package/dist/collection/components/inputs/z-input/index.js +14 -10
  117. package/dist/collection/components/inputs/z-input-message/index.js +2 -0
  118. package/dist/collection/components/inputs/z-select/index.js +15 -12
  119. package/dist/collection/components/list/z-list/index.js +0 -6
  120. package/dist/collection/components/list/z-list-element/index.js +11 -49
  121. package/dist/collection/components/list/z-list-group/index.js +0 -15
  122. package/dist/collection/components/list/z-toast-notification-list/index.js +0 -2
  123. package/dist/collection/components/logo/z-logo/index.js +8 -0
  124. package/dist/collection/components/modal/z-modal/index.js +3 -1
  125. package/dist/collection/components/modal/z-modal-login/index.js +4 -1
  126. package/dist/collection/components/navigation/tabs/z-navigation-tab/index.js +3 -12
  127. package/dist/collection/components/navigation/tabs/z-navigation-tab-link/index.js +5 -12
  128. package/dist/collection/components/navigation/tabs/z-navigation-tabs/index.js +3 -6
  129. package/dist/collection/components/navigation/z-app-header/index.js +7 -29
  130. package/dist/collection/components/navigation/z-app-switcher/index.js +0 -1
  131. package/dist/collection/components/navigation/z-app-topbar/index.js +6 -2
  132. package/dist/collection/components/navigation/z-link/index.js +3 -9
  133. package/dist/collection/components/navigation/z-menu/index.js +3 -10
  134. package/dist/collection/components/navigation/z-menu-dropdown/index.js +3 -0
  135. package/dist/collection/components/navigation/z-menu-section/index.js +5 -0
  136. package/dist/collection/components/navigation/z-user-dropdown/index.js +5 -1
  137. package/dist/collection/components/notification/z-candybar/index.js +21 -0
  138. package/dist/collection/components/notification/z-candybar/styles.css +55 -0
  139. package/dist/collection/components/notification/z-cookiebar/index.js +115 -0
  140. package/dist/collection/components/notification/z-cookiebar/styles.css +108 -0
  141. package/dist/collection/components/notification/z-info-box/index.js +1 -1
  142. package/dist/collection/components/notification/z-notification/index.js +3 -6
  143. package/dist/collection/components/notification/z-toast-notification/index.js +8 -4
  144. package/dist/collection/components/notification/z-tooltip/index.js +7 -11
  145. package/dist/collection/components/panel/z-panel-elem/index.js +7 -2
  146. package/dist/collection/components/typography/z-body/index.js +2 -1
  147. package/dist/collection/components/typography/z-heading/index.js +2 -1
  148. package/dist/collection/components/typography/z-typography/index.js +2 -1
  149. package/dist/collection/components/z-anchor-navigation/index.js +0 -7
  150. package/dist/collection/components/z-aria-alert/index.js +0 -1
  151. package/dist/collection/components/z-avatar/index.js +2 -3
  152. package/dist/collection/components/z-card/index.js +3 -2
  153. package/dist/collection/components/z-carousel/index.js +7 -5
  154. package/dist/collection/components/z-contextual-menu/index.js +7 -12
  155. package/dist/collection/components/z-cover-hero/index.js +0 -7
  156. package/dist/collection/components/z-divider/index.js +0 -3
  157. package/dist/collection/components/z-info-reveal/index.js +1 -4
  158. package/dist/collection/components/z-offcanvas/index.js +0 -7
  159. package/dist/collection/components/z-pagination/index.js +5 -12
  160. package/dist/collection/components/z-popover/index.js +27 -38
  161. package/dist/collection/components/z-section-title/index.js +0 -7
  162. package/dist/collection/components/z-skip-to-content/index.js +1 -1
  163. package/dist/collection/components/z-table/z-table/index.js +6 -8
  164. package/dist/collection/components/z-table/z-table-cell/index.js +1 -1
  165. package/dist/collection/components/z-table/z-table-empty-box/index.js +0 -2
  166. package/dist/collection/components/z-table/z-table-expanded-row/index.js +3 -0
  167. package/dist/collection/components/z-table/z-table-header/index.js +5 -5
  168. package/dist/collection/components/z-table/z-table-header-row/index.js +3 -0
  169. package/dist/collection/components/z-table/z-table-row/index.js +0 -1
  170. package/dist/collection/components/z-tag/index.js +4 -0
  171. package/dist/collection/deprecated/pagination/z-pagination-bar/index.js +271 -0
  172. package/dist/collection/deprecated/pagination/z-pagination-bar/styles.css +22 -0
  173. package/dist/collection/deprecated/pagination/z-pagination-page/index.js +136 -0
  174. package/dist/collection/deprecated/pagination/z-pagination-page/styles.css +57 -0
  175. package/dist/collection/deprecated/z-button-deprecated/index.js +221 -0
  176. package/dist/collection/deprecated/z-button-deprecated/styles.css +231 -0
  177. package/dist/collection/deprecated/z-button-filter/index.js +159 -0
  178. package/dist/collection/deprecated/z-button-filter/styles.css +64 -0
  179. package/dist/collection/deprecated/z-chip-deprecated/index.js +63 -0
  180. package/dist/collection/deprecated/z-chip-deprecated/styles.css +17 -0
  181. package/dist/collection/deprecated/z-input-deprecated/index.js +810 -0
  182. package/dist/collection/deprecated/z-input-deprecated/styles.css +282 -0
  183. package/dist/collection/deprecated/z-input-label/index.js +79 -0
  184. package/dist/collection/deprecated/z-input-label/styles.css +16 -0
  185. package/dist/collection/deprecated/z-popover-deprecated/index.js +300 -0
  186. package/dist/collection/deprecated/z-popover-deprecated/styles.css +235 -0
  187. package/dist/collection/deprecated/z-status-tag/index.js +133 -0
  188. package/dist/collection/deprecated/z-status-tag/styles.css +131 -0
  189. package/dist/collection/deprecated/z-tooltip-deprecated/index.js +378 -0
  190. package/dist/collection/deprecated/z-tooltip-deprecated/styles.css +128 -0
  191. package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +2 -2
  192. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +6 -0
  193. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +6 -0
  194. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +2 -4
  195. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +5 -2
  196. package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +3 -0
  197. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +1 -2
  198. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +3 -3
  199. package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +1 -0
  200. package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +4 -0
  201. package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +5 -2
  202. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +2 -1
  203. package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +1 -1
  204. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +1 -1
  205. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +1 -0
  206. package/dist/collection/snowflakes/myz/topbar/index.js +409 -0
  207. package/dist/collection/snowflakes/myz/topbar/styles.css +574 -0
  208. package/dist/collection/snowflakes/myz/z-alert/index.js +3 -0
  209. package/dist/collection/snowflakes/myz/z-otp/index.js +2 -1
  210. package/dist/collection/snowflakes/myz/z-slideshow/index.js +3 -0
  211. package/dist/esm/index-a2ca4b97.js +74 -18
  212. package/dist/esm/{index-968a240f.js → index-aee91593.js} +55 -14
  213. package/dist/esm/index.js +2 -2
  214. package/dist/esm/loader.js +2 -2
  215. package/dist/esm/{utils-ccb4d66f.js → utils-5dc8ce33.js} +2 -2
  216. package/dist/esm/{utils-151f0ab4.js → utils-77c5c75d.js} +1 -1
  217. package/dist/esm/web-components-library.js +2 -2
  218. package/dist/esm/z-alert.entry.js +1 -0
  219. package/dist/esm/z-anchor-navigation.entry.js +1 -8
  220. package/dist/esm/z-app-header_2.entry.js +12 -29
  221. package/dist/esm/z-app-switcher.entry.js +24 -0
  222. package/dist/esm/z-app-topbar.entry.js +7 -3
  223. package/dist/esm/z-aria-alert.entry.js +1 -2
  224. package/dist/esm/z-avatar.entry.js +3 -4
  225. package/dist/esm/z-body_2.entry.js +4 -2
  226. package/dist/esm/z-button-deprecated.entry.js +32 -0
  227. package/dist/esm/z-button-filter.entry.js +45 -0
  228. package/dist/esm/z-button-sort.entry.js +4 -4
  229. package/dist/esm/z-button.entry.js +6 -6
  230. package/dist/esm/z-candybar.entry.js +15 -0
  231. package/dist/esm/z-card.entry.js +4 -3
  232. package/dist/esm/z-carousel.entry.js +8 -6
  233. package/dist/esm/z-chip-deprecated.entry.js +20 -0
  234. package/dist/esm/z-chip.entry.js +4 -4
  235. package/dist/esm/z-combobox.entry.js +13 -14
  236. package/dist/esm/z-contextual-menu.entry.js +3 -8
  237. package/dist/esm/z-cookiebar.entry.js +40 -0
  238. package/dist/esm/z-cover-hero.entry.js +1 -8
  239. package/dist/esm/z-date-picker.entry.js +4 -4
  240. package/dist/esm/z-divider.entry.js +1 -4
  241. package/dist/esm/z-dragdrop-area_2.entry.js +2 -1
  242. package/dist/esm/z-file-upload.entry.js +10 -6
  243. package/dist/esm/z-file.entry.js +4 -2
  244. package/dist/esm/z-footer-link_3.entry.js +48 -0
  245. package/dist/esm/z-footer.entry.js +106 -0
  246. package/dist/esm/z-info-box.entry.js +1 -1
  247. package/dist/esm/z-info-reveal.entry.js +2 -5
  248. package/dist/esm/z-input-deprecated.entry.js +257 -0
  249. package/dist/esm/{z-select.entry.js → z-input-label_2.entry.js} +34 -16
  250. package/dist/esm/z-input_2.entry.js +18 -12
  251. package/dist/esm/z-link.entry.js +3 -9
  252. package/dist/esm/z-list_3.entry.js +12 -71
  253. package/dist/esm/{z-app-switcher_2.entry.js → z-logo.entry.js} +8 -24
  254. package/dist/esm/z-menu-dropdown_2.entry.js +88 -0
  255. package/dist/esm/z-menu-section.entry.js +3 -0
  256. package/dist/esm/z-menu.entry.js +3 -10
  257. package/dist/esm/z-messages-pocket.entry.js +3 -2
  258. package/dist/esm/z-modal-login.entry.js +5 -2
  259. package/dist/esm/z-modal.entry.js +3 -1
  260. package/dist/esm/z-myz-card-alert.entry.js +5 -1
  261. package/dist/esm/z-myz-card-dictionary.entry.js +3 -5
  262. package/dist/esm/z-myz-card-footer.entry.js +6 -3
  263. package/dist/esm/z-myz-card-icon.entry.js +1 -2
  264. package/dist/esm/z-myz-card-info.entry.js +4 -4
  265. package/dist/esm/z-myz-card-list.entry.js +1 -0
  266. package/dist/esm/z-myz-card_4.entry.js +10 -3
  267. package/dist/esm/z-myz-list-item.entry.js +7 -4
  268. package/dist/esm/z-myz-topbar.entry.js +197 -0
  269. package/dist/esm/z-navigation-tab-link.entry.js +6 -13
  270. package/dist/esm/z-navigation-tab.entry.js +4 -13
  271. package/dist/esm/z-navigation-tabs.entry.js +4 -7
  272. package/dist/esm/z-notification.entry.js +3 -6
  273. package/dist/esm/z-offcanvas.entry.js +1 -8
  274. package/dist/esm/z-otp.entry.js +3 -2
  275. package/dist/esm/z-pagination-bar.entry.js +112 -0
  276. package/dist/esm/z-pagination-page.entry.js +21 -0
  277. package/dist/esm/z-pagination.entry.js +6 -13
  278. package/dist/esm/z-panel-elem.entry.js +7 -2
  279. package/dist/esm/z-pocket_3.entry.js +5 -4
  280. package/dist/esm/z-popover-deprecated.entry.js +125 -0
  281. package/dist/esm/z-popover.entry.js +24 -35
  282. package/dist/esm/z-range-picker.entry.js +7 -3
  283. package/dist/esm/z-section-title.entry.js +1 -8
  284. package/dist/esm/z-skip-to-content.entry.js +3 -3
  285. package/dist/esm/z-slideshow.entry.js +5 -2
  286. package/dist/esm/z-status-tag.entry.js +28 -0
  287. package/dist/esm/z-stepper-item.entry.js +4 -0
  288. package/dist/esm/z-table-cell.entry.js +2 -2
  289. package/dist/esm/z-table-empty-box.entry.js +0 -2
  290. package/dist/esm/z-table-expanded-row.entry.js +1 -0
  291. package/dist/esm/z-table-header-row.entry.js +1 -0
  292. package/dist/esm/z-table-header.entry.js +6 -6
  293. package/dist/esm/z-table-row.entry.js +1 -2
  294. package/dist/esm/z-table.entry.js +7 -9
  295. package/dist/esm/z-tag.entry.js +2 -0
  296. package/dist/esm/z-toast-notification-list.entry.js +1 -3
  297. package/dist/esm/z-toast-notification.entry.js +9 -5
  298. package/dist/esm/z-toggle-button.entry.js +2 -2
  299. package/dist/esm/z-toggle-switch.entry.js +2 -6
  300. package/dist/esm/z-tooltip-deprecated.entry.js +258 -0
  301. package/dist/esm/z-tooltip.entry.js +3 -7
  302. package/dist/esm/z-user-dropdown.entry.js +5 -1
  303. package/dist/types/beans/index.d.ts +60 -1
  304. package/dist/types/components/footer/z-footer/index.d.ts +46 -0
  305. package/dist/types/components/footer/z-footer-link/index.d.ts +8 -0
  306. package/dist/types/components/footer/z-footer-section/index.d.ts +10 -0
  307. package/dist/types/components/footer/z-footer-social/index.d.ts +9 -0
  308. package/dist/types/components/notification/z-candybar/index.d.ts +6 -0
  309. package/dist/types/components/notification/z-cookiebar/index.d.ts +16 -0
  310. package/dist/types/components/notification/z-tooltip/index.d.ts +2 -2
  311. package/dist/types/components/z-contextual-menu/index.d.ts +2 -2
  312. package/dist/types/components/z-popover/index.d.ts +4 -4
  313. package/dist/types/components.d.ts +1057 -8
  314. package/dist/types/deprecated/pagination/z-pagination-bar/index.d.ts +40 -0
  315. package/dist/types/deprecated/pagination/z-pagination-page/index.d.ts +15 -0
  316. package/dist/types/deprecated/z-button-deprecated/index.d.ts +28 -0
  317. package/dist/types/deprecated/z-button-filter/index.d.ts +22 -0
  318. package/dist/types/deprecated/z-chip-deprecated/index.d.ts +8 -0
  319. package/dist/types/deprecated/z-input-deprecated/index.d.ts +91 -0
  320. package/dist/types/deprecated/z-input-label/index.d.ts +9 -0
  321. package/dist/types/deprecated/z-popover-deprecated/index.d.ts +33 -0
  322. package/dist/types/deprecated/z-status-tag/index.d.ts +15 -0
  323. package/dist/types/deprecated/z-tooltip-deprecated/index.d.ts +41 -0
  324. package/dist/types/snowflakes/myz/topbar/index.d.ts +59 -0
  325. package/dist/types/stencil-public-runtime.d.ts +5 -0
  326. package/dist/web-components-library/index.esm.js +1 -1
  327. package/dist/web-components-library/p-016b2800.entry.js +1 -0
  328. package/dist/web-components-library/p-067bd5da.entry.js +1 -0
  329. package/dist/web-components-library/p-0afc555e.entry.js +1 -0
  330. package/dist/web-components-library/{p-214b6cee.entry.js → p-0f28f07e.entry.js} +1 -1
  331. package/dist/web-components-library/p-10b84e8c.entry.js +1 -0
  332. package/dist/web-components-library/p-12211a48.entry.js +1 -0
  333. package/dist/web-components-library/p-18448e4d.entry.js +1 -0
  334. package/dist/web-components-library/p-1ab0de76.entry.js +1 -0
  335. package/dist/web-components-library/p-1e163a87.entry.js +1 -0
  336. package/dist/web-components-library/p-1f187c54.entry.js +1 -0
  337. package/dist/web-components-library/p-1f8c8cd0.entry.js +1 -0
  338. package/dist/web-components-library/{p-9ed27651.entry.js → p-1f8c947e.entry.js} +1 -1
  339. package/dist/web-components-library/{p-2acd6a51.entry.js → p-1fdbd448.entry.js} +1 -1
  340. package/dist/web-components-library/{p-33352f9e.entry.js → p-279b422a.entry.js} +1 -1
  341. package/{www/build/p-f158d205.entry.js → dist/web-components-library/p-2c18a622.entry.js} +1 -1
  342. package/dist/web-components-library/p-2d5d8e6f.entry.js +1 -0
  343. package/dist/web-components-library/p-2e7a31ac.entry.js +1 -0
  344. package/dist/web-components-library/p-3027c60b.entry.js +1 -0
  345. package/dist/web-components-library/p-30fcd62b.js +1 -0
  346. package/dist/web-components-library/{p-9c28b8fc.entry.js → p-323ae109.entry.js} +1 -1
  347. package/dist/web-components-library/p-35739670.entry.js +1 -0
  348. package/dist/web-components-library/p-36d2d081.entry.js +1 -0
  349. package/dist/web-components-library/{p-67d6cfcb.entry.js → p-3b1c4366.entry.js} +1 -1
  350. package/dist/web-components-library/p-3c7cf41f.entry.js +1 -0
  351. package/dist/web-components-library/p-3eb0d582.entry.js +1 -0
  352. package/dist/web-components-library/p-3ecfb7c1.entry.js +1 -0
  353. package/dist/web-components-library/p-40f96085.entry.js +1 -0
  354. package/dist/web-components-library/p-42782d06.entry.js +1 -0
  355. package/dist/web-components-library/p-4465426a.entry.js +1 -0
  356. package/dist/web-components-library/p-468520f5.entry.js +1 -0
  357. package/dist/web-components-library/p-46e367c9.entry.js +1 -0
  358. package/dist/web-components-library/{p-496863be.entry.js → p-4a322ca6.entry.js} +1 -1
  359. package/dist/web-components-library/p-4ba0b17c.entry.js +1 -0
  360. package/dist/web-components-library/{p-b17981a4.entry.js → p-4c7f4a2c.entry.js} +1 -1
  361. package/dist/web-components-library/p-552c6686.entry.js +1 -0
  362. package/dist/web-components-library/p-563529f8.entry.js +1 -0
  363. package/dist/web-components-library/p-569f6cff.entry.js +1 -0
  364. package/dist/web-components-library/p-57faab40.entry.js +1 -0
  365. package/dist/web-components-library/p-5935151c.entry.js +1 -0
  366. package/dist/web-components-library/p-5b83568e.entry.js +1 -0
  367. package/dist/web-components-library/p-5c6108bb.entry.js +1 -0
  368. package/dist/web-components-library/p-63a99ad2.entry.js +16 -0
  369. package/dist/web-components-library/p-64033ee3.entry.js +1 -0
  370. package/dist/web-components-library/p-66bbcf76.entry.js +1 -0
  371. package/dist/web-components-library/p-69db61b5.entry.js +1 -0
  372. package/dist/web-components-library/p-6e4dd501.entry.js +1 -0
  373. package/dist/web-components-library/p-6fe1bffb.entry.js +1 -0
  374. package/dist/web-components-library/p-7171d686.entry.js +1 -0
  375. package/dist/web-components-library/p-75a4091f.entry.js +1 -0
  376. package/dist/web-components-library/p-7b22a446.entry.js +1 -0
  377. package/dist/web-components-library/p-7e13d026.entry.js +1 -0
  378. package/dist/web-components-library/p-82ff8f0e.entry.js +1 -0
  379. package/dist/web-components-library/p-84cc611a.entry.js +1 -0
  380. package/dist/web-components-library/p-8879211b.entry.js +1 -0
  381. package/dist/web-components-library/p-8949cd1d.entry.js +1 -0
  382. package/dist/web-components-library/{p-34c26207.entry.js → p-8fee871a.entry.js} +1 -1
  383. package/dist/web-components-library/p-9099124a.entry.js +1 -0
  384. package/dist/web-components-library/p-9ecf936d.js +1 -0
  385. package/dist/web-components-library/p-a1250f99.entry.js +1 -0
  386. package/dist/web-components-library/p-a3b8dd69.entry.js +1 -0
  387. package/dist/web-components-library/p-aa271ed7.entry.js +1 -0
  388. package/dist/web-components-library/p-af4a9bb7.entry.js +1 -0
  389. package/dist/web-components-library/p-af9b8051.entry.js +1 -0
  390. package/dist/web-components-library/p-b01314fa.entry.js +1 -0
  391. package/dist/web-components-library/p-b4a9ba1d.entry.js +1 -0
  392. package/dist/web-components-library/p-b9a69a90.entry.js +1 -0
  393. package/dist/web-components-library/p-bbbfd2fa.entry.js +1 -0
  394. package/dist/web-components-library/p-bea5aa42.entry.js +1 -0
  395. package/dist/web-components-library/{p-b3c29822.js → p-bee26f96.js} +1 -1
  396. package/dist/web-components-library/p-c39c68b9.entry.js +1 -0
  397. package/dist/web-components-library/p-c7d7958c.entry.js +1 -0
  398. package/dist/web-components-library/p-c849a2a5.entry.js +1 -0
  399. package/dist/web-components-library/p-d1b45e96.entry.js +1 -0
  400. package/dist/web-components-library/p-d767f784.entry.js +1 -0
  401. package/dist/web-components-library/p-d7e72cec.entry.js +1 -0
  402. package/dist/web-components-library/p-d8e17d3a.entry.js +1 -0
  403. package/dist/web-components-library/{p-9965827d.entry.js → p-db234892.entry.js} +1 -1
  404. package/dist/web-components-library/p-dc3c5f36.entry.js +1 -0
  405. package/dist/web-components-library/p-e0f82390.entry.js +1 -0
  406. package/dist/web-components-library/p-e1ddeb61.entry.js +1 -0
  407. package/dist/web-components-library/p-e4d761f4.entry.js +1 -0
  408. package/dist/web-components-library/p-efca7e17.entry.js +1 -0
  409. package/dist/web-components-library/p-f08d1cbd.entry.js +1 -0
  410. package/dist/web-components-library/p-f53d1d26.entry.js +1 -0
  411. package/dist/web-components-library/p-f8aef252.entry.js +1 -0
  412. package/dist/web-components-library/p-f94281ee.entry.js +1 -0
  413. package/dist/web-components-library/p-f9e8ac5d.entry.js +1 -0
  414. package/dist/web-components-library/web-components-library.esm.js +1 -1
  415. package/package.json +2 -2
  416. package/react/components.d.ts +17 -0
  417. package/react/components.js +20 -2
  418. package/react/components.js.map +1 -1
  419. package/www/build/index.esm.js +1 -1
  420. package/www/build/p-016b2800.entry.js +1 -0
  421. package/www/build/p-067bd5da.entry.js +1 -0
  422. package/www/build/p-0afc555e.entry.js +1 -0
  423. package/www/build/{p-214b6cee.entry.js → p-0f28f07e.entry.js} +1 -1
  424. package/www/build/p-10b84e8c.entry.js +1 -0
  425. package/www/build/p-12211a48.entry.js +1 -0
  426. package/www/build/p-18448e4d.entry.js +1 -0
  427. package/www/build/p-1ab0de76.entry.js +1 -0
  428. package/www/build/p-1e163a87.entry.js +1 -0
  429. package/www/build/p-1f187c54.entry.js +1 -0
  430. package/www/build/p-1f8c8cd0.entry.js +1 -0
  431. package/www/build/{p-9ed27651.entry.js → p-1f8c947e.entry.js} +1 -1
  432. package/www/build/{p-2acd6a51.entry.js → p-1fdbd448.entry.js} +1 -1
  433. package/www/build/{p-33352f9e.entry.js → p-279b422a.entry.js} +1 -1
  434. package/{dist/web-components-library/p-f158d205.entry.js → www/build/p-2c18a622.entry.js} +1 -1
  435. package/www/build/p-2d5d8e6f.entry.js +1 -0
  436. package/www/build/p-2e7a31ac.entry.js +1 -0
  437. package/www/build/p-3027c60b.entry.js +1 -0
  438. package/www/build/p-30fcd62b.js +1 -0
  439. package/www/build/{p-9c28b8fc.entry.js → p-323ae109.entry.js} +1 -1
  440. package/www/build/p-35739670.entry.js +1 -0
  441. package/www/build/p-36d2d081.entry.js +1 -0
  442. package/www/build/{p-67d6cfcb.entry.js → p-3b1c4366.entry.js} +1 -1
  443. package/www/build/p-3c7cf41f.entry.js +1 -0
  444. package/www/build/p-3eb0d582.entry.js +1 -0
  445. package/www/build/p-3ecfb7c1.entry.js +1 -0
  446. package/www/build/p-40f96085.entry.js +1 -0
  447. package/www/build/p-42782d06.entry.js +1 -0
  448. package/www/build/p-4465426a.entry.js +1 -0
  449. package/www/build/p-468520f5.entry.js +1 -0
  450. package/www/build/p-46e367c9.entry.js +1 -0
  451. package/www/build/{p-496863be.entry.js → p-4a322ca6.entry.js} +1 -1
  452. package/www/build/p-4ba0b17c.entry.js +1 -0
  453. package/www/build/{p-b17981a4.entry.js → p-4c7f4a2c.entry.js} +1 -1
  454. package/www/build/p-552c6686.entry.js +1 -0
  455. package/www/build/p-563529f8.entry.js +1 -0
  456. package/www/build/p-569f6cff.entry.js +1 -0
  457. package/www/build/p-57faab40.entry.js +1 -0
  458. package/www/build/p-5935151c.entry.js +1 -0
  459. package/www/build/p-5b83568e.entry.js +1 -0
  460. package/www/build/p-5c6108bb.entry.js +1 -0
  461. package/www/build/p-63a99ad2.entry.js +16 -0
  462. package/www/build/p-64033ee3.entry.js +1 -0
  463. package/www/build/p-66bbcf76.entry.js +1 -0
  464. package/www/build/p-69db61b5.entry.js +1 -0
  465. package/www/build/p-6e4dd501.entry.js +1 -0
  466. package/www/build/p-6fe1bffb.entry.js +1 -0
  467. package/www/build/p-7171d686.entry.js +1 -0
  468. package/www/build/p-75a4091f.entry.js +1 -0
  469. package/www/build/p-7b22a446.entry.js +1 -0
  470. package/www/build/p-7e13d026.entry.js +1 -0
  471. package/www/build/p-82ff8f0e.entry.js +1 -0
  472. package/www/build/p-84cc611a.entry.js +1 -0
  473. package/www/build/p-8879211b.entry.js +1 -0
  474. package/www/build/p-8949cd1d.entry.js +1 -0
  475. package/www/build/{p-34c26207.entry.js → p-8fee871a.entry.js} +1 -1
  476. package/www/build/p-9099124a.entry.js +1 -0
  477. package/www/build/p-9ecf936d.js +1 -0
  478. package/www/build/p-a1250f99.entry.js +1 -0
  479. package/www/build/p-a3b8dd69.entry.js +1 -0
  480. package/www/build/p-aa271ed7.entry.js +1 -0
  481. package/www/build/p-af4a9bb7.entry.js +1 -0
  482. package/www/build/p-af9b8051.entry.js +1 -0
  483. package/www/build/p-b01314fa.entry.js +1 -0
  484. package/www/build/p-b4a9ba1d.entry.js +1 -0
  485. package/www/build/p-b9a69a90.entry.js +1 -0
  486. package/www/build/p-bbbfd2fa.entry.js +1 -0
  487. package/www/build/p-bea5aa42.entry.js +1 -0
  488. package/www/build/{p-b3c29822.js → p-bee26f96.js} +1 -1
  489. package/www/build/p-c39c68b9.entry.js +1 -0
  490. package/www/build/p-c7d7958c.entry.js +1 -0
  491. package/www/build/p-c849a2a5.entry.js +1 -0
  492. package/www/build/p-d1b45e96.entry.js +1 -0
  493. package/www/build/p-d70c7670.css +1 -0
  494. package/www/build/p-d767f784.entry.js +1 -0
  495. package/www/build/p-d7e72cec.entry.js +1 -0
  496. package/www/build/p-d8e17d3a.entry.js +1 -0
  497. package/www/build/{p-9965827d.entry.js → p-db234892.entry.js} +1 -1
  498. package/www/build/p-dc3c5f36.entry.js +1 -0
  499. package/www/build/p-e0f82390.entry.js +1 -0
  500. package/www/build/p-e1ddeb61.entry.js +1 -0
  501. package/www/build/p-e4d761f4.entry.js +1 -0
  502. package/www/build/p-ef5f8af2.js +1 -0
  503. package/www/build/p-efca7e17.entry.js +1 -0
  504. package/www/build/p-f08d1cbd.entry.js +1 -0
  505. package/www/build/p-f53d1d26.entry.js +1 -0
  506. package/www/build/p-f8aef252.entry.js +1 -0
  507. package/www/build/p-f94281ee.entry.js +1 -0
  508. package/www/build/p-f9e8ac5d.entry.js +1 -0
  509. package/www/build/web-components-library.esm.js +1 -1
  510. package/www/index.html +1 -1
  511. package/dist/cjs/z-menu-dropdown.cjs.entry.js +0 -59
  512. package/dist/cjs/z-myz-list.cjs.entry.js +0 -35
  513. package/dist/esm/z-menu-dropdown.entry.js +0 -55
  514. package/dist/esm/z-myz-list.entry.js +0 -31
  515. package/dist/web-components-library/p-009c9f67.entry.js +0 -1
  516. package/dist/web-components-library/p-01f001fd.entry.js +0 -1
  517. package/dist/web-components-library/p-05ced71c.entry.js +0 -1
  518. package/dist/web-components-library/p-074ea569.entry.js +0 -1
  519. package/dist/web-components-library/p-07e18572.entry.js +0 -1
  520. package/dist/web-components-library/p-0843b0e7.entry.js +0 -1
  521. package/dist/web-components-library/p-0fa4b50b.entry.js +0 -1
  522. package/dist/web-components-library/p-1b6279a6.entry.js +0 -1
  523. package/dist/web-components-library/p-1ba8d432.entry.js +0 -1
  524. package/dist/web-components-library/p-1cb23bbb.entry.js +0 -1
  525. package/dist/web-components-library/p-20a3247c.entry.js +0 -1
  526. package/dist/web-components-library/p-26f834e5.entry.js +0 -1
  527. package/dist/web-components-library/p-279655eb.entry.js +0 -1
  528. package/dist/web-components-library/p-2d1b6c3c.entry.js +0 -1
  529. package/dist/web-components-library/p-2efedcf4.entry.js +0 -1
  530. package/dist/web-components-library/p-344e7ae7.entry.js +0 -1
  531. package/dist/web-components-library/p-38a3cf3b.entry.js +0 -1
  532. package/dist/web-components-library/p-3a468aa9.entry.js +0 -1
  533. package/dist/web-components-library/p-3c2d438b.entry.js +0 -1
  534. package/dist/web-components-library/p-3f55dce6.entry.js +0 -1
  535. package/dist/web-components-library/p-411cbcd6.entry.js +0 -1
  536. package/dist/web-components-library/p-475ca461.entry.js +0 -1
  537. package/dist/web-components-library/p-4cd6c6f4.entry.js +0 -1
  538. package/dist/web-components-library/p-51e308ca.entry.js +0 -1
  539. package/dist/web-components-library/p-5921901c.entry.js +0 -1
  540. package/dist/web-components-library/p-59cfee8d.entry.js +0 -1
  541. package/dist/web-components-library/p-5dd9a2c6.entry.js +0 -1
  542. package/dist/web-components-library/p-61424b8a.entry.js +0 -1
  543. package/dist/web-components-library/p-682528b2.entry.js +0 -1
  544. package/dist/web-components-library/p-6b1a5309.entry.js +0 -1
  545. package/dist/web-components-library/p-7af991f5.entry.js +0 -1
  546. package/dist/web-components-library/p-810bd730.entry.js +0 -1
  547. package/dist/web-components-library/p-8980398c.entry.js +0 -1
  548. package/dist/web-components-library/p-8b960526.entry.js +0 -1
  549. package/dist/web-components-library/p-8bf0844b.entry.js +0 -1
  550. package/dist/web-components-library/p-8c105bd1.entry.js +0 -1
  551. package/dist/web-components-library/p-8f46e548.entry.js +0 -1
  552. package/dist/web-components-library/p-8ffc17b7.entry.js +0 -1
  553. package/dist/web-components-library/p-93dc6d51.entry.js +0 -1
  554. package/dist/web-components-library/p-95b8f109.entry.js +0 -1
  555. package/dist/web-components-library/p-9c338aeb.entry.js +0 -1
  556. package/dist/web-components-library/p-9d03a7d6.entry.js +0 -1
  557. package/dist/web-components-library/p-a23e9115.js +0 -1
  558. package/dist/web-components-library/p-a2b67e2d.entry.js +0 -1
  559. package/dist/web-components-library/p-a79d1412.entry.js +0 -1
  560. package/dist/web-components-library/p-a82ea410.entry.js +0 -1
  561. package/dist/web-components-library/p-b33f5e6a.entry.js +0 -1
  562. package/dist/web-components-library/p-b6f36170.entry.js +0 -16
  563. package/dist/web-components-library/p-bb0fe7bc.entry.js +0 -1
  564. package/dist/web-components-library/p-bdc6f2e5.entry.js +0 -1
  565. package/dist/web-components-library/p-beba3e67.entry.js +0 -1
  566. package/dist/web-components-library/p-c25b0b2a.entry.js +0 -1
  567. package/dist/web-components-library/p-c6aad085.entry.js +0 -1
  568. package/dist/web-components-library/p-cd43f80d.js +0 -1
  569. package/dist/web-components-library/p-ce83ce18.entry.js +0 -1
  570. package/dist/web-components-library/p-db3c8e3e.entry.js +0 -1
  571. package/dist/web-components-library/p-e40b16fa.entry.js +0 -1
  572. package/dist/web-components-library/p-ede9fbf5.entry.js +0 -1
  573. package/dist/web-components-library/p-f0653e72.entry.js +0 -1
  574. package/dist/web-components-library/p-f20d1242.entry.js +0 -1
  575. package/dist/web-components-library/p-f95cc914.entry.js +0 -1
  576. package/www/build/p-009c9f67.entry.js +0 -1
  577. package/www/build/p-01f001fd.entry.js +0 -1
  578. package/www/build/p-05ced71c.entry.js +0 -1
  579. package/www/build/p-074ea569.entry.js +0 -1
  580. package/www/build/p-07e18572.entry.js +0 -1
  581. package/www/build/p-0843b0e7.entry.js +0 -1
  582. package/www/build/p-0fa4b50b.entry.js +0 -1
  583. package/www/build/p-1b6279a6.entry.js +0 -1
  584. package/www/build/p-1ba8d432.entry.js +0 -1
  585. package/www/build/p-1cb23bbb.entry.js +0 -1
  586. package/www/build/p-20a3247c.entry.js +0 -1
  587. package/www/build/p-26f834e5.entry.js +0 -1
  588. package/www/build/p-279655eb.entry.js +0 -1
  589. package/www/build/p-2d1b6c3c.entry.js +0 -1
  590. package/www/build/p-2efedcf4.entry.js +0 -1
  591. package/www/build/p-32d42cfa.js +0 -129
  592. package/www/build/p-344e7ae7.entry.js +0 -1
  593. package/www/build/p-38a3cf3b.entry.js +0 -1
  594. package/www/build/p-3a468aa9.entry.js +0 -1
  595. package/www/build/p-3c2d438b.entry.js +0 -1
  596. package/www/build/p-3f55dce6.entry.js +0 -1
  597. package/www/build/p-411cbcd6.entry.js +0 -1
  598. package/www/build/p-43a653ba.css +0 -1802
  599. package/www/build/p-475ca461.entry.js +0 -1
  600. package/www/build/p-4cd6c6f4.entry.js +0 -1
  601. package/www/build/p-51e308ca.entry.js +0 -1
  602. package/www/build/p-5921901c.entry.js +0 -1
  603. package/www/build/p-59cfee8d.entry.js +0 -1
  604. package/www/build/p-5dd9a2c6.entry.js +0 -1
  605. package/www/build/p-61424b8a.entry.js +0 -1
  606. package/www/build/p-682528b2.entry.js +0 -1
  607. package/www/build/p-6b1a5309.entry.js +0 -1
  608. package/www/build/p-7af991f5.entry.js +0 -1
  609. package/www/build/p-810bd730.entry.js +0 -1
  610. package/www/build/p-8980398c.entry.js +0 -1
  611. package/www/build/p-8b960526.entry.js +0 -1
  612. package/www/build/p-8bf0844b.entry.js +0 -1
  613. package/www/build/p-8c105bd1.entry.js +0 -1
  614. package/www/build/p-8f46e548.entry.js +0 -1
  615. package/www/build/p-8ffc17b7.entry.js +0 -1
  616. package/www/build/p-93dc6d51.entry.js +0 -1
  617. package/www/build/p-95b8f109.entry.js +0 -1
  618. package/www/build/p-9c338aeb.entry.js +0 -1
  619. package/www/build/p-9d03a7d6.entry.js +0 -1
  620. package/www/build/p-a23e9115.js +0 -1
  621. package/www/build/p-a2b67e2d.entry.js +0 -1
  622. package/www/build/p-a79d1412.entry.js +0 -1
  623. package/www/build/p-a82ea410.entry.js +0 -1
  624. package/www/build/p-b33f5e6a.entry.js +0 -1
  625. package/www/build/p-b6f36170.entry.js +0 -16
  626. package/www/build/p-bb0fe7bc.entry.js +0 -1
  627. package/www/build/p-bdc6f2e5.entry.js +0 -1
  628. package/www/build/p-beba3e67.entry.js +0 -1
  629. package/www/build/p-c25b0b2a.entry.js +0 -1
  630. package/www/build/p-c6aad085.entry.js +0 -1
  631. package/www/build/p-cd43f80d.js +0 -1
  632. package/www/build/p-ce83ce18.entry.js +0 -1
  633. package/www/build/p-db3c8e3e.entry.js +0 -1
  634. package/www/build/p-e40b16fa.entry.js +0 -1
  635. package/www/build/p-ede9fbf5.entry.js +0 -1
  636. package/www/build/p-f0653e72.entry.js +0 -1
  637. package/www/build/p-f20d1242.entry.js +0 -1
  638. package/www/build/p-f95cc914.entry.js +0 -1
@@ -0,0 +1,40 @@
1
+ import { EventEmitter } from "../../../stencil-public-runtime";
2
+ export declare class ZPaginationBar {
3
+ /** pages number */
4
+ pages: number;
5
+ /** number of visible pages*/
6
+ visiblepages: number;
7
+ /** current displayed page (mutable) */
8
+ currentpage: number;
9
+ /** initial page (mutable) */
10
+ startpage: number;
11
+ /** json stringified history of visited pages (optional) */
12
+ historyraw?: string;
13
+ /** array of history of visited pages (mutable, optional) */
14
+ listhistoryrow?: number[];
15
+ currentPages: number[];
16
+ private velocityConstantMultiplier;
17
+ private bar;
18
+ constructor();
19
+ componentDidLoad(): void;
20
+ componentWillRender(): void;
21
+ componentWillUpdate(): void;
22
+ private initPagination;
23
+ private parsehistoryraw;
24
+ private scrollPage;
25
+ /** emitted on page number click, returns page*/
26
+ goToPage: EventEmitter;
27
+ private emitGoToPage;
28
+ /** emitted on start page change, returns startpage*/
29
+ changeStartPage: EventEmitter;
30
+ private emitChangeStartPage;
31
+ /** emitted on adding page to isvisited array, returns page*/
32
+ addPageToHistory: EventEmitter;
33
+ private loadPages;
34
+ private pageWindow;
35
+ private canNavigateLeft;
36
+ private canNavigateRight;
37
+ private navigateLeft;
38
+ private navigateRight;
39
+ render(): HTMLDivElement;
40
+ }
@@ -0,0 +1,15 @@
1
+ export declare class ZPaginationPage {
2
+ /** html id */
3
+ pageid: string;
4
+ /** numeric page value (optional) */
5
+ value?: number;
6
+ /** selected status flag */
7
+ isselected: boolean;
8
+ /** disabled status flag */
9
+ isdisabled: boolean;
10
+ /** visited status flag */
11
+ isvisited: boolean;
12
+ /** aria-label string */
13
+ ariaLabel: string;
14
+ render(): HTMLButtonElement;
15
+ }
@@ -0,0 +1,28 @@
1
+ import { ButtonVariant, ButtonType, ButtonSize } from "../../beans";
2
+ /**
3
+ * @slot - button label
4
+ */
5
+ export declare class ZButtonDeprecated {
6
+ hostElement: HTMLZButtonDeprecatedElement;
7
+ /** Identifier, should be unique. */
8
+ htmlid?: string;
9
+ /** HTML button name attribute. */
10
+ name?: string;
11
+ /** HTML button disabled attribute. */
12
+ disabled?: boolean;
13
+ /** HTML button type attribute. */
14
+ type?: ButtonType;
15
+ /** Graphical variant: `primary`, `secondary`, `tertiary`, `dark-bg`. Defaults to `primary`. */
16
+ variant?: ButtonVariant;
17
+ /** `z-icon` name to use (optional). */
18
+ icon?: string;
19
+ /** Available sizes: `big`, `small` and `x-small`. Defaults to `big`. */
20
+ size?: ButtonSize;
21
+ /** Reduce button size (deprecated).
22
+ * @deprecated Use `size` prop.
23
+ */
24
+ issmall?: boolean;
25
+ /** Spy to render square button. */
26
+ square?: boolean;
27
+ render(): HTMLSlotElement;
28
+ }
@@ -0,0 +1,22 @@
1
+ import { EventEmitter } from "../../stencil-public-runtime";
2
+ export declare class ZButtonFilter {
3
+ /** filter text content */
4
+ filtername: string;
5
+ /** disable action on button */
6
+ isfixed: boolean;
7
+ /** add icon to button */
8
+ hasicon: boolean;
9
+ /** filter id */
10
+ filterid: string;
11
+ /** reduce button size (optional) */
12
+ issmall?: boolean;
13
+ /** remove filter click event, returns filterid */
14
+ removefilter: EventEmitter;
15
+ constructor();
16
+ private handleRemovingFilterClick;
17
+ private renderFixedPillow;
18
+ private renderDynamicPillow;
19
+ private renderIcon;
20
+ private renderContent;
21
+ render(): HTMLButtonElement;
22
+ }
@@ -0,0 +1,8 @@
1
+ export declare class ZChipDeprecated {
2
+ /** Text with regular font weight */
3
+ regulartext?: string;
4
+ /** Text with bold font weight */
5
+ boldtext?: number;
6
+ private renderLegacyChip;
7
+ render(): HTMLDivElement;
8
+ }
@@ -0,0 +1,91 @@
1
+ import { EventEmitter } from "../../stencil-public-runtime";
2
+ import { InputType, SelectItem, InputStatus } from "../../beans";
3
+ export declare class ZInputDeprecated {
4
+ hostElement: HTMLZInputDeprecatedElement;
5
+ /** the id of the input element */
6
+ htmlid: string;
7
+ /** input types */
8
+ type: InputType;
9
+ /** the input name */
10
+ name?: string;
11
+ /** the input label */
12
+ label?: string;
13
+ /** the input aria-label */
14
+ ariaLabel: string;
15
+ /** the input value */
16
+ value?: string;
17
+ /** the input is disabled */
18
+ disabled?: boolean;
19
+ /** the input is readonly */
20
+ readonly?: boolean;
21
+ /** the input is required (optional): available for text, password, number, email, textarea, checkbox */
22
+ required?: boolean;
23
+ /** checked: available for checkbox, radio */
24
+ checked?: boolean;
25
+ /** the input placeholder (optional) */
26
+ placeholder?: string;
27
+ /** the input html title (optional) */
28
+ htmltitle?: string;
29
+ /** the input status (optional): available for text, password, number, email, textarea, select */
30
+ status?: InputStatus;
31
+ /** show input helper message (optional): available for text, password, number, email, textarea, select */
32
+ hasmessage?: boolean;
33
+ /** input helper message (optional): available for text, password, number, email, textarea, select */
34
+ message?: string;
35
+ /** the input label position: available for checkbox, radio */
36
+ labelafter?: boolean;
37
+ /** timeout setting before trigger `inputChange` event (optional): available for text, textarea */
38
+ typingtimeout?: number;
39
+ /** items (optional): available for select */
40
+ items?: SelectItem[] | string;
41
+ /** the input has autocomplete option (optional): available for select, input */
42
+ autocomplete?: boolean | string;
43
+ /** multiple options can be selected (optional): available for select */
44
+ multiple?: boolean;
45
+ /** render clear icon when typing (optional): available for text */
46
+ hasclearicon?: boolean;
47
+ /** render icon (optional): available for text, select */
48
+ icon?: string;
49
+ isTyping: boolean;
50
+ textareaWrapperHover: string;
51
+ textareaWrapperFocus: string;
52
+ passwordHidden: boolean;
53
+ private timer;
54
+ private selectElem;
55
+ inputCheckListener(e: CustomEvent): void;
56
+ /** get the input value */
57
+ getValue(): Promise<string | string[]>;
58
+ /** set the input value */
59
+ setValue(value: string | string[]): Promise<void>;
60
+ /** get checked status */
61
+ isChecked(): Promise<boolean>;
62
+ /** Emitted on input value change, returns value, keycode, validity */
63
+ inputChange: EventEmitter;
64
+ private emitInputChange;
65
+ /** Emitted when user starts typing */
66
+ startTyping: EventEmitter;
67
+ private emitStartTyping;
68
+ /** Emitted when user stops typing, returns value, validity */
69
+ stopTyping: EventEmitter;
70
+ private emitStopTyping;
71
+ /** Emitted on checkbox check/uncheck, returns id, checked, type, name, value, validity */
72
+ inputCheck: EventEmitter;
73
+ private emitInputCheck;
74
+ /** Emitted on select option selection, returns select id, selected item id (or array of selected items ids if multiple) */
75
+ optionSelect: EventEmitter;
76
+ private getValidity;
77
+ private getTextAttributes;
78
+ private renderInputText;
79
+ private renderLabel;
80
+ private renderIcons;
81
+ private renderIcon;
82
+ private renderResetIcon;
83
+ private renderShowHidePassword;
84
+ private renderMessage;
85
+ private renderTextarea;
86
+ private handleCheck;
87
+ private renderCheckbox;
88
+ private renderRadio;
89
+ private renderSelect;
90
+ render(): HTMLDivElement | HTMLZSelectElement;
91
+ }
@@ -0,0 +1,9 @@
1
+ export declare class ZInputLabel {
2
+ /** the label value */
3
+ value: string;
4
+ /** the label is disabled */
5
+ disabled?: boolean;
6
+ /** the label is attached to */
7
+ htmlfor?: string;
8
+ render(): HTMLLabelElement;
9
+ }
@@ -0,0 +1,33 @@
1
+ import { EventEmitter } from "../../stencil-public-runtime";
2
+ import { PopoverPosition, PopoverBorderRadius, PopoverShadow } from "../../beans";
3
+ export declare class ZPopoverDeprecated {
4
+ /** [optional] Popover position */
5
+ position?: PopoverPosition;
6
+ /** [optional] Background color token for popover */
7
+ backgroundColor?: string;
8
+ /** [optional] Border radius token for popover */
9
+ borderRadius?: PopoverBorderRadius;
10
+ /** [optional] Box shadow token for popover */
11
+ boxShadow?: PopoverShadow;
12
+ /** [optional] Show or hide arrow */
13
+ showArrow?: boolean;
14
+ /** [optional] Sets padding for Popover container */
15
+ padding?: string;
16
+ isVisible: boolean;
17
+ popoverPosition: PopoverPosition;
18
+ /** Emitted on popover click, returns isVisible state */
19
+ triggerClick: EventEmitter;
20
+ private emitTriggerClick;
21
+ private popoverElem;
22
+ /**
23
+ * Constructor.
24
+ */
25
+ constructor();
26
+ private openPopover;
27
+ closePopover(): void;
28
+ closePopoverWithKeyboard(e: KeyboardEvent): void;
29
+ private handleClick;
30
+ private handleKeyDown;
31
+ handleOutsideClick(e: MouseEvent): void;
32
+ render(): HTMLZPopoverDeprecatedElement;
33
+ }
@@ -0,0 +1,15 @@
1
+ import { StatusTagStatus, ThemeVariant } from "../../beans";
2
+ export declare class ZStatusTag {
3
+ /** [optional] Status tag icon */
4
+ icon?: string;
5
+ /** [optional] Status tag text */
6
+ text?: string;
7
+ /** [optional] Hide the text and show it on hover*/
8
+ expandable?: boolean;
9
+ /** [optional] Status tag color */
10
+ status?: StatusTagStatus;
11
+ /** [optional] Status tag style */
12
+ variant?: ThemeVariant;
13
+ constructor();
14
+ render(): HTMLZStatusTagElement;
15
+ }
@@ -0,0 +1,41 @@
1
+ import { EventEmitter } from "../../stencil-public-runtime";
2
+ import { PopoverPositions } from "../../beans/index";
3
+ export declare class ZTooltipDeprecated {
4
+ /** Content text.
5
+ * @deprecated
6
+ */
7
+ content: string;
8
+ /** Tooltip position. */
9
+ type: PopoverPositions;
10
+ /**
11
+ * The open state of the tooltip.
12
+ */
13
+ open: boolean;
14
+ /**
15
+ * The selector or the element bound with the tooltip.
16
+ */
17
+ bindTo?: string | HTMLElement;
18
+ /**
19
+ * The current position of the tooltip.
20
+ */
21
+ position?: PopoverPositions;
22
+ /**
23
+ * Position change event.
24
+ */
25
+ positionChange: EventEmitter;
26
+ host: HTMLZTooltipDeprecatedElement;
27
+ private animationFrameRequestId?;
28
+ validateType(newValue: PopoverPositions): void;
29
+ onPositionChange(): void;
30
+ disconnectedCallback(): void;
31
+ /**
32
+ * Setup tooltip behaviors on opening.
33
+ */
34
+ onOpen(): void;
35
+ /**
36
+ * Set the position of the tooltip.
37
+ */
38
+ private setPosition;
39
+ componentWillLoad(): void;
40
+ render(): HTMLZTooltipDeprecatedElement;
41
+ }
@@ -0,0 +1,59 @@
1
+ import { MenuItem, HeaderUserData } from "../../../beans";
2
+ /**
3
+ * @slot editors - top menu editors images bar (only with ismyz prop === true)
4
+ */
5
+ export declare class ZMyzTopbar {
6
+ /** data to fill internal navigation links */
7
+ intlinkdata?: string | MenuItem[];
8
+ /** data to fill external navigation links */
9
+ extlinkdata?: string | MenuItem[];
10
+ /** data to fill user dropdown menu (optional) */
11
+ userdata?: string | HeaderUserData;
12
+ /** graphic flag to set myzanichelli style */
13
+ ismyz: boolean;
14
+ /** url to attach to logo (optional) */
15
+ logolink?: string;
16
+ /** alternative logo title text (optional) */
17
+ imagealt?: string;
18
+ /** set current active menu link (optional) */
19
+ activeintlinkid?: string;
20
+ /** set current active sub menu link (optional) */
21
+ activesublinkid?: string;
22
+ /** hide login button if true (optional) */
23
+ hideloginbutton?: boolean;
24
+ activeMenuItem: MenuItem;
25
+ currentMenuItem: MenuItem;
26
+ isMobile: boolean;
27
+ isMenuMobileOpen: boolean;
28
+ private intMenuData;
29
+ private extMenuData;
30
+ private userData;
31
+ private isLogged;
32
+ private element;
33
+ activeIntLinkChange(newValue: string): void;
34
+ handleResize(): void;
35
+ handleZListItemLinkClick(): void;
36
+ handleZListItemClick(): void;
37
+ componentWillLoad(): void;
38
+ private renderLogoDiv;
39
+ private renderIntMenu;
40
+ private renderIntMenuItem;
41
+ private getIntMenuItemTabindex;
42
+ private handleToggleMobileMenuItem;
43
+ private renderMenuItemsData;
44
+ private renderMobileSubMenu;
45
+ private renderSubMenu;
46
+ private renderExtLinksIcons;
47
+ private renderExtMenu;
48
+ private renderLoginDiv;
49
+ private renderLoginButton;
50
+ private renderMobileLoginDiv;
51
+ private renderUserData;
52
+ private renderDesktopHeader;
53
+ private renderMainHeader;
54
+ private renderMobileHeader;
55
+ private renderMobileMenu;
56
+ private renderMobileMenuToggle;
57
+ private renderMobileMenuContent;
58
+ render(): HTMLElement;
59
+ }
@@ -223,6 +223,7 @@ export declare const setMode: (handler: ResolutionHandler) => void;
223
223
  /**
224
224
  * `getMode()` is used for libraries which provide multiple "modes" for styles.
225
225
  * @param ref a reference to the node to get styles for
226
+ * @returns the current mode or undefined, if not found
226
227
  */
227
228
  export declare function getMode<T = string | undefined>(ref: any): T;
228
229
  export declare function setPlatformHelpers(helpers: {
@@ -237,6 +238,7 @@ export declare function setPlatformHelpers(helpers: {
237
238
  * if the path needs to be customized.
238
239
  * @param path the path to use in calculating the asset path. this value will be
239
240
  * used in conjunction with the base asset path
241
+ * @returns the base path
240
242
  */
241
243
  export declare function getAssetPath(path: string): string;
242
244
  /**
@@ -252,11 +254,13 @@ export declare function getAssetPath(path: string): string;
252
254
  * bundling, and where your assets can be loaded from. Additionally custom bundling
253
255
  * will have to ensure the static assets are copied to its build directory.
254
256
  * @param path the asset path to set
257
+ * @returns the set path
255
258
  */
256
259
  export declare function setAssetPath(path: string): string;
257
260
  /**
258
261
  * Retrieve a Stencil element for a given reference
259
262
  * @param ref the ref to get the Stencil element for
263
+ * @returns a reference to the element
260
264
  */
261
265
  export declare function getElement(ref: any): HTMLStencilElement;
262
266
  /**
@@ -269,6 +273,7 @@ export declare function getElement(ref: any): HTMLStencilElement;
269
273
  export declare function forceUpdate(ref: any): void;
270
274
  /**
271
275
  * getRenderingRef
276
+ * @returns the rendering ref
272
277
  */
273
278
  export declare function getRenderingRef(): any;
274
279
  export interface HTMLStencilElement extends HTMLElement {
@@ -1 +1 @@
1
- import{c as V}from"./p-cd43f80d.js";export{n as AlertType,A as AvatarSize,c as ButtonSize,b as ButtonType,B as ButtonVariant,C as CardVariant,Q as CarouselArrowsPosition,R as CarouselProgressMode,M as CoverHeroContentPosition,J as CoverHeroVariant,o as Device,f as DividerOrientation,D as DividerSize,i as ExpandableListButtonAlign,E as ExpandableListStyle,H as InfoRevealPosition,d as InputStatus,I as InputType,e as KeyboardCode,K as KeyboardKeyCode,j as LabelPosition,L as LicenseType,k as ListDividerType,g as ListSize,l as ListType,N as NavigationTabsOrientation,a as NavigationTabsSize,m as NotificationType,O as OffCanvasVariant,p as PocketStatus,P as PopoverPosition,h as Size,S as SortDirection,T as ThemeVariant,q as ToastNotification,s as ToastNotificationPosition,r as ToastNotificationTransition,u as TransitionDirection,t as ZAriaAlertMode,w as ZChipType,y as ZDatePickerMode,z as ZDatePickerModeValue,F as ZDatePickerPosition,v as ZFileUploadType,G as ZRangePickerMode,x as ZSectionTitleDividerPosition,Z as ZTableRowExpandedType}from"./p-a23e9115.js";import"./p-d69e14fb.js";const U={colorFromId:V};export{U as Utils}
1
+ import{c as Y}from"./p-30fcd62b.js";export{q as AlertType,A as AvatarSize,c as ButtonSize,b as ButtonType,B as ButtonVariant,C as CardVariant,W as CarouselArrowsPosition,X as CarouselProgressMode,V as CoverHeroContentPosition,U as CoverHeroVariant,r as Device,i as DividerOrientation,D as DividerSize,l as ExpandableListButtonAlign,E as ExpandableListStyle,R as InfoRevealPosition,d as InputStatus,I as InputType,h as KeyboardCode,K as KeyboardKeyCode,m as LabelPosition,L as LicenseType,n as ListDividerType,j as ListSize,o as ListType,N as NavigationTabsOrientation,a as NavigationTabsSize,p as NotificationType,O as OffCanvasVariant,s as PocketStatus,f as PopoverBorderRadius,e as PopoverPosition,P as PopoverPositions,g as PopoverShadow,k as Size,S as SortDirection,Q as StatusTagStatus,T as ThemeVariant,t as ToastNotification,v as ToastNotificationPosition,u as ToastNotificationTransition,x as TransitionDirection,w as ZAriaAlertMode,z as ZChipType,G as ZDatePickerMode,H as ZDatePickerModeValue,J as ZDatePickerPosition,y as ZFileUploadType,M as ZRangePickerMode,F as ZSectionTitleDividerPosition,Z as ZTableRowExpandedType}from"./p-9ecf936d.js";import"./p-d69e14fb.js";const $={colorFromId:Y};export{$ as Utils}
@@ -0,0 +1 @@
1
+ import{r,h as o}from"./p-d17ebc2f.js";const s=class{constructor(o){r(this,o),this.type=void 0}render(){return o("div",{class:this.type},o("slot",null))}};s.style=":host{display:block;box-sizing:border-box;color:var(--color-surface05);font-family:var(--font-family-sans);font-size:14px;font-weight:var(--font-rg);line-height:calc(var(--space-unit) * 2)}:host>div{padding:calc(var(--space-unit) * 2)}:host>.success{background:var(--color-success-inverse);fill:var(--color-success01)}:host>.warning{background:var(--color-warning-inverse);fill:var(--color-warning01)}:host>.error{background:var(--color-error-inverse);fill:var(--color-error01)}";export{s as z_alert}
@@ -0,0 +1 @@
1
+ import{r as t,h as s,g as i,H as h}from"./p-d17ebc2f.js";const o=class{constructor(s){t(this,s),this.level=void 0,this.variant="regular",this.component=void 0}render(){return s("z-typography",{tabIndex:0,component:this.component||"span",level:`b${this.level}`,variant:this.variant},s("slot",null))}},e=class{constructor(s){t(this,s),this.level=void 0,this.variant="regular",this.component=void 0}render(){const t=document.createElement(this.component||"span");return t.innerHTML="<slot />",this.hostElement.shadowRoot.appendChild(t),s(h,{class:{[this.level]:Boolean(this.level),regular:"regular"===this.variant,semibold:"semibold"===this.variant,light:"light"===this.variant}})}get hostElement(){return i(this)}};e.style=":host>*{margin:0;font-family:var(--dashboard-font)}:host(.regular)>*{font-weight:var(--font-rg)}:host(.semibold)>*{font-weight:600}:host(.light)>*{font-weight:300}:host(.h1)>*{font-size:32px;line-height:40px}:host(.h2)>*{font-size:28px;line-height:36px}:host(.h3)>*{font-size:24px;line-height:32px}:host(.h4)>*{font-size:20px;line-height:28px}:host(.b1)>*{font-size:20px;line-height:28px}:host(.b2)>*{font-size:18px;line-height:28px}:host(.b3)>*{font-size:16px;line-height:24px}:host(.b4)>*{font-size:14px;line-height:20px}:host(.b5)>*{font-size:12px;line-height:16px}:host(:focus-visible){outline:none}";export{o as z_body,e as z_typography}
@@ -0,0 +1 @@
1
+ import{r as e,c as t,h as i,H as o}from"./p-d17ebc2f.js";import{P as n}from"./p-9ecf936d.js";const l=class{constructor(i){e(this,i),this.clickContextualMenu=t(this,"clickContextualMenu",7),this.elements=void 0,this.color="color-primary01",this.popoverPosition=n.BOTTOM_RIGHT}componentWillRender(){this.elements&&(this.jsonElements=JSON.parse(this.elements.replace(/&quot;/g,'"')))}componentDidLoad(){this.popover.bindTo=this.triggerButton}showIcon(){return!this.jsonElements.some((e=>!e.icon))}togglePopover(){this.popover.open||(this.popover.open=!0)}render(){var e,t;return i(o,null,i("button",{ref:e=>this.triggerButton=e,"aria-label":(null===(e=this.popover)||void 0===e?void 0:e.open)?"chiudi menu contestuale":"apri menu contestuale",onClick:()=>this.togglePopover()},i("z-icon",{name:"contextual-menu",fill:this.color})),i("z-popover",{ref:e=>this.popover=e,position:this.popoverPosition},i("div",{class:"popover-content-container"},i("z-list",null,i("z-list-group",{"divider-type":"element"},null===(t=this.jsonElements)||void 0===t?void 0:t.map(((e,t)=>i("z-list-element",{clickable:!e.disabled,class:"my-z-list-element","align-button":"left","expandable-style":"accordion",color:e.disabled?"color-disabled03":this.color,isContextualMenu:!0,listElementId:t,onClickItem:e=>this.clickContextualMenu.emit(e.detail)},i("div",{class:e.disabled?"disabled-element-container":"element-container"},this.showIcon()&&i("div",{class:"element-icon"},i("z-icon",{name:e.icon,width:16,height:16})),i("div",{class:"element-text"},i("span",null,e.text)))))))))))}};l.style=":host{position:relative;display:flex;align-items:center;justify-content:center;font-family:var(--font-family-sans);font-weight:var(--font-rg)}button{width:100%;height:100%;padding:0;border:none;background:transparent;cursor:pointer}z-popover{overflow:hidden}.popover-content-container{position:relative;min-width:112px;max-width:280px;background-color:var(--color-surface02);box-shadow:var(--shadow-2);white-space:nowrap}.element-container:hover{color:var(--color-hover-primary);fill:var(--color-hover-primary)}.element-text{overflow:hidden;font-size:14px;text-overflow:ellipsis}.element-container,.disabled-element-container{display:flex;min-height:calc(var(--space-unit) * 4);box-sizing:border-box;align-items:center;padding:calc(var(--space-unit) / 2) var(--space-unit);fill:var(--color-disabled03);gap:var(--space-unit)}.element-container{fill:var(--color-primary01)}.element-icon{display:flex}";export{l as z_contextual_menu}
@@ -1 +1 @@
1
- import{r as t,h as e,H as i,g as o}from"./p-d17ebc2f.js";import{x as s,D as r}from"./p-a23e9115.js";const l=class{constructor(e){t(this,e),this.dividerPosition=s.BEFORE,this.uppercase=!0}componentWillRender(){this.hasSecondaryTitle=!!this.host.querySelector("[slot=secondary-title]")}render(){return e(i,null,e("slot",{name:"secondary-title"}),!this.hasSecondaryTitle&&this.dividerPosition===s.BEFORE&&e("z-divider",{size:r.LARGE,color:"z-section-title--divider-color"}),e("slot",{name:"primary-title"}),!this.hasSecondaryTitle&&this.dividerPosition===s.AFTER&&e("z-divider",{size:r.LARGE,color:"z-section-title--divider-color"}))}get host(){return o(this)}};l.style=':host{--z-section-title--divider-color:var(--red500);display:flex;width:fit-content;flex-direction:column;align-items:flex-start;font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host,:host ::slotted(*){box-sizing:border-box}::slotted(*){margin:0}::slotted([slot="secondary-title"]){padding-bottom:calc(var(--space-unit) / 2);border-bottom:var(--border-size-large) solid var(--z-section-title--divider-color);font-size:var(--font-size-3);line-height:1.5rem;text-transform:uppercase}::slotted([slot="primary-title"]){font-size:var(--font-size-6);line-height:2rem}:host([uppercase]:not([uppercase="false"])) ::slotted([slot="primary-title"]){text-transform:uppercase}@media (min-width: 1152px){::slotted([slot="primary-title"]){font-size:var(--font-size-7);line-height:2.25rem}}';export{l as z_section_title}
1
+ import{r as t,h as e,H as i,g as o}from"./p-d17ebc2f.js";import{F as s,D as r}from"./p-9ecf936d.js";const l=class{constructor(e){t(this,e),this.dividerPosition=s.BEFORE,this.uppercase=!0}componentWillRender(){this.hasSecondaryTitle=!!this.host.querySelector("[slot=secondary-title]")}render(){return e(i,null,e("slot",{name:"secondary-title"}),!this.hasSecondaryTitle&&this.dividerPosition===s.BEFORE&&e("z-divider",{size:r.LARGE,color:"z-section-title--divider-color"}),e("slot",{name:"primary-title"}),!this.hasSecondaryTitle&&this.dividerPosition===s.AFTER&&e("z-divider",{size:r.LARGE,color:"z-section-title--divider-color"}))}get host(){return o(this)}};l.style=':host{--z-section-title--divider-color:var(--red500);display:flex;width:fit-content;flex-direction:column;align-items:flex-start;font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host,:host ::slotted(*){box-sizing:border-box}::slotted(*){margin:0}::slotted([slot="secondary-title"]){padding-bottom:calc(var(--space-unit) / 2);border-bottom:var(--border-size-large) solid var(--z-section-title--divider-color);font-size:var(--font-size-3);line-height:1.5rem;text-transform:uppercase}::slotted([slot="primary-title"]){font-size:var(--font-size-6);line-height:2rem}:host([uppercase]:not([uppercase="false"])) ::slotted([slot="primary-title"]){text-transform:uppercase}@media (min-width: 1152px){::slotted([slot="primary-title"]){font-size:var(--font-size-7);line-height:2.25rem}}';export{l as z_section_title}
@@ -0,0 +1 @@
1
+ import{r as t,h as e}from"./p-d17ebc2f.js";const a=class{constructor(e){t(this,e),this.index=void 0,this.href=void 0,this.pressed=void 0,this.disabled=void 0}render(){return this.href?e("a",{href:!this.disabled&&this.href,class:"stepper-item"},e("div",{class:"indicator"},this.index),e("span",null,e("slot",null))):e("button",{class:"stepper-item",disabled:this.disabled},e("div",{class:"indicator"},this.index),e("span",null,e("slot",null)))}};a.style=':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;z-index:1;top:calc(var(--space-unit) * 4);right:calc(var(--space-unit) * 2);left:calc(var(--space-unit) * 3);display:block;width:auto;border-bottom:solid 2px var(--bg-grey-700);margin:0 calc(-1 * calc(var(--space-unit) * 2)) 0 calc(var(--space-unit) * 2);content:""}.stepper-item{display:flex;width:calc(var(--space-unit) * 5);flex-direction:column;align-items:center;padding:0;border:0;appearance:none;background:transparent;color:inherit;font-family:inherit;font-size:18px;line-height:28px;outline:0;text-decoration: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{display:flex;width:calc(var(--space-unit) * 4);height:calc(var(--space-unit) * 4);box-sizing:border-box;align-items:center;justify-content:center;border:2px solid var(--myz-blue);margin:calc(var(--space-unit) * 2);background:var(--bg-white);border-radius:50%;color:var(--myz-blue);content:counter(stepper);font-size:14px;font-weight:var(--font-sb);line-height:1}:host([pressed]:not([disabled])) .indicator{border-color:var(--myz-blue-dark);background:var(--myz-blue-dark);color:var(--text-white)}:host(:not([disabled]):focus-within) .indicator{box-shadow:0 0 2px 2px var(--accent-dark)}:host([disabled]) .indicator{border-color:currentcolor;background:var(--bg-grey-200);color:var(--text-grey-700)}@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}}';export{a as z_stepper_item}
@@ -0,0 +1 @@
1
+ import{r,h as o}from"./p-d17ebc2f.js";const a=class{constructor(o){r(this,o),this.icon=void 0,this.isdisabled=!1,this.ariaLabel=""}render(){return o("button",{disabled:this.isdisabled,"aria-label":this.ariaLabel},o("span",null,o("z-icon",{name:this.icon,width:16,height:16})))}};a.style="button{display:flex;width:42px;width:calc(var(--space-unit) * 6);height:calc(var(--space-unit) * 5);height:calc(var(--space-unit) * 6);align-items:center;justify-content:center;padding:0;border:none;border-left:var(--border-size-medium) solid var(--color-surface03);margin:0;background:none;border-radius:0 var(--border-radius) 0 0;color:var(--color-primary01);cursor:pointer;fill:var(--color-primary01);outline:none}button:active,button:focus{color:var(--blue700);fill:var(--blue700)}button>span{display:flex;width:28px;height:28px;align-items:center;justify-content:center;border:0;border-radius:var(--border-radius)}button:hover>span{background:var(--color-primary03)}button:focus>span{background:var(--color-surface01);border-radius:var(--border-radius);box-shadow:0 0 2px 2px var(--accent-dark)}button:active>span{background:var(--color-surface01);border-radius:var(--border-radius);box-shadow:var(--shadow-2)}button:disabled{cursor:not-allowed}button:disabled>span{background:none;box-shadow:var(--shadow-0);pointer-events:none}button:disabled>span>z-icon{fill:var(--color-surface03)}button::-moz-focus-inner{border:0}";export{a as z_myz_card_icon}
@@ -0,0 +1 @@
1
+ import{r as i,c,h as s,g as h}from"./p-d17ebc2f.js";import{z as t,r}from"./p-9ecf936d.js";import{g as o,h as e}from"./p-30fcd62b.js";import"./p-d69e14fb.js";const a=class{constructor(s){i(this,s),this.interactiveIconClick=c(this,"interactiveIconClick",7),this.icon=void 0,this.type=t.DEFAULT,this.interactiveIcon=void 0,this.disabled=!1}emitinteractiveIconClick(){this.interactiveIconClick.emit()}getIconSize(){return o()!==r.DESKTOP?22:14}render(){return this.interactiveIcon?s("button",{class:this.type,disabled:this.disabled,tabindex:"0",type:"button"},this.icon&&s("z-icon",{class:"icon-sx",name:this.icon,width:this.getIconSize(),height:this.getIconSize()}),s("slot",null),s("z-icon",{tabIndex:this.disabled?-1:0,onClick:()=>this.emitinteractiveIconClick(),onKeyUp:i=>e(i,this.emitinteractiveIconClick.bind(this)),name:this.interactiveIcon,width:this.getIconSize(),height:this.getIconSize()})):s("div",{class:`${this.type}`,tabindex:"0"},this.icon&&s("z-icon",{name:this.icon,width:this.getIconSize(),height:this.getIconSize()}),s("slot",null))}get el(){return h(this)}};a.style=".sc-z-chip-h>button.sc-z-chip{display:inline-flex;align-items:center;padding:0 calc(var(--space-unit) * 1.5);border:var(--border-size-small) solid var(--gray400);background-color:var(--bg-white);border-radius:14px;color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--dashboard-font);font-size:14px;font-weight:var(--font-sb)}.sc-z-chip-h>button.sc-z-chip:not(:disabled)>z-icon.sc-z-chip:last-child:hover{color:var(--color-hover-primary);fill:var(--color-hover-primary)}.sc-z-chip-h>button.sc-z-chip:hover:not(:disabled)>z-icon.sc-z-chip:first-child{fill:var(--color-icon02)}.sc-z-chip-h>button.sc-z-chip>z-icon.icon-sx.sc-z-chip{margin-right:calc(var(--space-unit) / 2)}.sc-z-chip-h>button.sc-z-chip>z-icon.sc-z-chip:last-child{margin-left:var(--space-unit);cursor:pointer;fill:var(--color-primary01)}.sc-z-chip-h>button.sc-z-chip:disabled,.sc-z-chip-h>button.sc-z-chip:disabled>z-icon.sc-z-chip{color:var(--color-disabled03);fill:var(--color-disabled03)}.sc-z-chip-h>button.sc-z-chip:disabled>z-icon.sc-z-chip{cursor:auto}.sc-z-chip-h>button.sc-z-chip:disabled{border:var(--border-size-small) solid var(--color-disabled01)}.sc-z-chip-h>button.sc-z-chip:focus:focus-visible,.sc-z-chip-h>div.sc-z-chip:focus:focus-visible{box-shadow:var(--shadow-focus-primary);outline:none}.sc-z-chip-h>button.sc-z-chip:hover:not(:disabled):active:hover>z-icon.sc-z-chip:last-child{color:var(--color-primary01);fill:var(--color-primary01)}.sc-z-chip-h>div.sc-z-chip{display:inline-flex;min-height:28px;align-items:center;padding:0 calc(var(--space-unit) * 1.5);border:var(--border-size-small) solid var(--bg-grey-200);background-color:var(--bg-white);border-radius:14px;color:var(--text-grey-800);fill:var(--text-grey-800);font-family:var(--dashboard-font);font-size:14px;line-height:28px}.sc-z-chip-h>div.sc-z-chip>z-icon.sc-z-chip{margin-right:calc(var(--space-unit) / 2)}.sc-z-chip-h>button.default.sc-z-chip,.sc-z-chip-h>div.default.sc-z-chip{min-height:44px;border-radius:22px;line-height:44px}.sc-z-chip-h>button.medium.sc-z-chip,.sc-z-chip-h>div.medium.sc-z-chip{min-height:40px;border-radius:22px;line-height:40px}.sc-z-chip-h>button.small.sc-z-chip,.sc-z-chip-h>div.small.sc-z-chip{min-height:36px;border-radius:22px;line-height:36px}@media only screen and (min-width: 1152px){.sc-z-chip-h>button.sc-z-chip{font-size:12px}.sc-z-chip-h>div.sc-z-chip{font-size:12px}.sc-z-chip-h>button.default.sc-z-chip,.sc-z-chip-h>div.default.sc-z-chip{min-height:32px;border-radius:16px;line-height:32px}.sc-z-chip-h>button.medium.sc-z-chip,.sc-z-chip-h>div.medium.sc-z-chip{min-height:28px;border-radius:16px;line-height:28px}.sc-z-chip-h>button.small.sc-z-chip,.sc-z-chip-h>div.small.sc-z-chip{min-height:24px;border-radius:16px;line-height:24px}}";export{a as z_chip}
@@ -0,0 +1 @@
1
+ import{r as t,c as r,h as o}from"./p-d17ebc2f.js";const i=class{constructor(o){t(this,o),this.toggleClick=r(this,"toggleClick",7),this.label=void 0,this.isdisabled=!1,this.avoidclick=void 0,this.opened=!1}emitToggleClick(){this.isdisabled||(this.opened=!this.opened,this.toggleClick.emit(this.opened))}render(){return o("button",{tabindex:this.avoidclick?"-1":"0",class:{isopen:this.opened,"avoid-clicks":this.avoidclick},disabled:this.isdisabled,onClick:()=>this.emitToggleClick()},o("z-icon",{name:this.opened?"chevron-down":"chevron-up",width:16,height:16}),this.label)}};i.style="button{height:36px;padding-right:calc(var(--space-unit) * 2);padding-left:0;border:var(--border-size-medium) solid;border-color:transparent;background-color:var(--bg-white);border-radius:var(--border-radius);box-shadow:0 0 4px 0 rgb(0 0 0 / 20%);color:var(--myz-blue);cursor:pointer;fill:var(--myz-blue);font-family:var(--dashboard-font);font-size:14px;font-weight:var(--font-sb);outline:none;text-transform:uppercase;transition:all 200ms linear}button::-moz-focus-inner{border:0}button:hover{color:var(--myz-blue-dark);fill:var(--myz-blue-dark)}button:focus{border-color:var(--myz-blue);box-shadow:0 0 2px 2px var(--accent-dark);color:var(--myz-blue);fill:var(--myz-blue)}button:active{border-color:var(--myz-blue-light);box-shadow:0 2px 4px 0 rgb(0 0 0 / 40%);color:var(--myz-blue-light);fill:var(--myz-blue-light)}button:disabled{color:var(--text-grey-700);fill:var(--text-grey-700)}z-icon{display:inline-block;margin:0 var(--space-unit) 0 calc(var(--space-unit) * 2);transform:rotate(360deg);transition:all 200ms linear}button.isopen{top:-20px}button.avoid-clicks{pointer-events:none}";export{i as z_toggle_button}
@@ -0,0 +1 @@
1
+ import{r as t,c as i,h as n}from"./p-d17ebc2f.js";import{B as e}from"./p-9ecf936d.js";const a=class{constructor(n){t(this,n),this.accept=i(this,"accept",7),this.cookiepolicyurl=void 0,this.hide=void 0,this.callback=void 0}emitAccept(t){this.accept.emit({ev:t})}handleOkButtonClick(t){this.emitAccept(t),"function"==typeof this.callback&&this.callback()}handleOkButtonKeyUp(t){this.emitAccept(t),"Enter"===t.code&&void 0!==this.callback&&"function"==typeof this.callback&&this.callback()}renderContentSlot(){return n("div",{class:"content",slot:"content"},n("div",null,n("h2",null,"Su questo sito usiamo i cookie."),n("div",null,n("p",null,"Se continui a navigare ci permetti di farlo secondo le regole spiegate nella nostra informativa sulla privacy relativa ai  ",n("a",{href:this.cookiepolicyurl,target:"_blank"},"cookie"),"."))),n("z-button",{variant:e.PRIMARY,onClick:t=>this.handleOkButtonClick(t),onKeyUp:t=>this.handleOkButtonKeyUp(t)},"ACCETTA"))}render(){return n("z-candybar",{class:this.hide?"hidden":""},this.renderContentSlot())}};a.style=":host{font-family:var(--dashboard-font);font-weight:var(--font-rg)}z-candybar.hidden{display:none}.content{display:flex;flex-flow:column nowrap;align-content:space-between;align-items:stretch;justify-content:space-between;padding:calc(var(--space-unit) * 3) calc(var(--space-unit) * 2);border-radius:calc(var(--space-unit) * 0.5);color:var(--text-grey-800);font-size:16px;letter-spacing:0;line-height:24px}.content>div>h2{padding:0;margin:0;border-radius:0;color:var(--text-grey-800);font-size:18px;font-weight:var(--font-sb);letter-spacing:0}.content>div>div{padding:calc(var(--space-unit) * 3) 0;font-size:14px;letter-spacing:0.16px;line-height:20px}.content>div>div>p{margin:0}.content>div>div>p>a{display:inline-flex;height:14px;color:var(--text-grey-800);cursor:pointer;font-weight:var(--font-sb);text-decoration:underline}.content>div>div>p>a:visited{z-index:1000;color:var(--text-grey-800);cursor:pointer}.content>z-button{width:100%;margin:0}@media only screen and (min-width: 768px){.content{width:100%;flex-direction:row;align-items:center;padding:calc(var(--space-unit) * 4) calc(var(--space-unit) * 3);font-size:16px;letter-spacing:0;line-height:24px}.content>div{width:560px}.content>div>h2{height:calc(var(--space-unit) * 3.5)}.content>div>div{padding:0}.content>z-button{width:initial;margin:0}}@media only screen and (min-width: 1152px){.content>div{width:935px}}@media only screen and (min-width: 1366px){.content{padding-right:calc(var(--space-unit) * 4);padding-left:calc(var(--space-unit) * 4)}}";export{a as z_cookiebar}
@@ -0,0 +1 @@
1
+ import{r as t,c as i,h as r,g as e,H as s}from"./p-d17ebc2f.js";import{m as n,I as a}from"./p-9ecf936d.js";import{r as o,d as c}from"./p-30fcd62b.js";import"./p-d69e14fb.js";const p=class{constructor(r){t(this,r),this.inputChange=i(this,"inputChange",7),this.startTyping=i(this,"startTyping",7),this.stopTyping=i(this,"stopTyping",7),this.inputCheck=i(this,"inputCheck",7),this.typingtimeout=300,this.htmlid=`id-${o()}`,this.type=void 0,this.name=void 0,this.label=void 0,this.ariaLabel="",this.value=void 0,this.disabled=!1,this.readonly=!1,this.required=!1,this.checked=!1,this.placeholder=void 0,this.htmltitle=void 0,this.status=void 0,this.message=!0,this.labelPosition=n.RIGHT,this.autocomplete=void 0,this.hasclearicon=!0,this.icon=void 0,this.min=void 0,this.max=void 0,this.step=void 0,this.pattern=void 0,this.isTyping=!1,this.passwordHidden=!0}inputCheckListener(t){const i=t.detail;switch(this.type){case a.RADIO:i.type===a.RADIO&&i.name===this.name&&i.id!==this.htmlid&&(this.checked=!1)}}async isChecked(){switch(this.type){case a.CHECKBOX:case a.RADIO:return this.checked;default:return console.warn("`isChecked` method is only available for type `checkbox` and `radio`"),!1}}emitInputChange(t){let i;this.isTyping||this.emitStartTyping(),i=this.getValidity(this.type===a.TEXTAREA?"textarea":"input"),this.value=t,this.inputChange.emit({value:t,validity:i}),clearTimeout(this.timer),this.timer=setTimeout((()=>{this.emitStopTyping(this.value,i)}),this.typingtimeout)}emitStartTyping(){this.isTyping=!0,this.startTyping.emit()}emitStopTyping(t,i){this.isTyping=!1,this.stopTyping.emit({value:t,validity:i})}emitInputCheck(t){this.inputCheck.emit({id:this.htmlid,checked:t,type:this.type,name:this.name,value:this.value,validity:this.getValidity("input")})}getValidity(t){return this.hostElement.querySelector(t).validity}getTextAttributes(){return{id:this.htmlid,name:this.name,placeholder:this.placeholder,value:this.value,disabled:this.disabled,readonly:this.readonly,required:this.required,title:this.htmltitle,class:{[`input-${this.status}`]:!!this.status,filled:!!this.value},autocomplete:this.autocomplete,onInput:t=>this.emitInputChange(t.target.value)}}getNumberAttributes(t){if(t==a.NUMBER)return{min:this.min,max:this.max,step:this.step}}getPatternAttribute(t){if(t==a.PASSWORD||t==a.TEXT||t==a.TEL||t==a.SEARCH||t==a.URL||t==a.EMAIL)return{pattern:this.pattern}}renderInputText(t=a.TEXT){const i=Object.assign(Object.assign(Object.assign({},this.getTextAttributes()),this.getNumberAttributes(t)),this.getPatternAttribute(t));return(this.icon||t===a.PASSWORD)&&Object.assign(i.class,{"has-icon":!0}),this.hasclearicon&&t!=a.NUMBER&&Object.assign(i.class,{"has-clear-icon":!0}),r("div",{class:"text-wrapper"},this.renderLabel(),r("div",null,r("input",Object.assign({type:t!==a.PASSWORD||this.passwordHidden?t:a.TEXT},i,{"aria-label":this.ariaLabel||this.label})),this.renderIcons()),this.renderMessage())}renderLabel(){if(this.label)return r("label",{class:"input-label body-5-sb",id:`${this.htmlid}_label`,htmlFor:this.htmlid,"aria-label":this.label},this.label)}renderIcons(){return r("span",{class:"icons-wrapper"},this.renderResetIcon(),this.renderIcon())}renderIcon(){return this.type===a.PASSWORD?this.renderShowHidePassword():this.icon?r("button",{type:"button",class:"icon-button input-icon",tabIndex:-1},r("z-icon",{name:this.icon})):void 0}renderResetIcon(){if(this.hasclearicon&&this.value&&!this.disabled&&!this.readonly&&this.type!=a.NUMBER)return r("button",{type:"button",class:"icon-button reset-icon","aria-label":"cancella il contenuto dell'input",onClick:()=>this.emitInputChange("")},r("z-icon",{name:"multiply"}))}renderShowHidePassword(){return r("button",{type:"button",class:"icon-button toggle-password-icon",disabled:this.disabled,"aria-label":this.passwordHidden?"mostra password":"nascondi password",onClick:()=>this.passwordHidden=!this.passwordHidden},r("z-icon",{name:this.passwordHidden?"view-filled":"view-off-filled"}))}renderMessage(){if(!1!==c(this.message))return r("z-input-message",{message:!0===c(this.message)?void 0:this.message,status:this.status})}renderTextarea(){const t=this.getTextAttributes();return r("div",{class:"text-wrapper"},this.renderLabel(),r("div",{class:Object.assign(Object.assign({},t.class),{"textarea-wrapper":!0,readonly:t.readonly})},r("textarea",Object.assign({},t,{"aria-label":this.ariaLabel||this.label}))),this.renderMessage())}handleCheck(t){this.checked=t.target.checked,this.emitInputCheck(this.checked)}renderCheckbox(){return r("div",{class:"checkbox-wrapper"},r("input",{id:this.htmlid,type:"checkbox",name:this.name,checked:this.checked,disabled:this.disabled,readonly:this.readonly,required:this.required,onChange:this.handleCheck.bind(this),value:this.value}),r("label",{htmlFor:this.htmlid,class:{"checkbox-label":!0,after:this.labelPosition===n.RIGHT,before:this.labelPosition===n.LEFT}},r("z-icon",{name:this.checked?"checkbox-checked":"checkbox","aria-hidden":"true"}),this.label&&r("span",{innerHTML:this.label})))}renderRadio(){return r("div",{class:"radio-wrapper"},r("input",{id:this.htmlid,type:"radio",name:this.name,checked:this.checked,disabled:this.disabled,readonly:this.readonly,onChange:this.handleCheck.bind(this),value:this.value}),r("label",{htmlFor:this.htmlid,class:{"radio-label":!0,after:this.labelPosition===n.RIGHT,before:this.labelPosition===n.LEFT}},r("z-icon",{name:this.checked?"radio-button-checked":"radio-button","aria-hidden":"true"}),this.label&&r("span",{innerHTML:this.label})))}render(){switch(this.type){case a.TEXTAREA:return this.renderTextarea();case a.CHECKBOX:return this.renderCheckbox();case a.RADIO:return this.renderRadio();default:return this.renderInputText(this.type)}}get hostElement(){return e(this)}};p.style='.sc-z-input-h{display:inline-block;width:inherit}input.sc-z-input::-ms-clear,input.sc-z-input::-ms-reveal{display:none}.sc-z-input-h input.sc-z-input::-ms-clear,.sc-z-input-h input.sc-z-input::-ms-reveal{display:none}input.sc-z-input,textarea.sc-z-input,.textarea-wrapper.sc-z-input{box-sizing:border-box;border:var(--border-size-small) solid var(--color-surface04);background:var(--color-input-field01);border-radius:var(--border-radius-small);color:var(--color-text02);fill:var(--color-icon02);font-family:var(--font-family-sans);font-size:var(--font-size-3);font-weight:var(--font-rg);outline:none}input.sc-z-input:focus:focus-visible,.textarea-wrapper.sc-z-input:focus-within{box-shadow:var(--shadow-focus-primary)}input.sc-z-input:focus:focus-visible,textarea.sc-z-input:focus:focus-visible{color:var(--color-primary01)}.filled.sc-z-input{border-color:var(--color-surface05)}.input-success.sc-z-input{border-color:var(--color-success01);background:var(--color-success-inverse);fill:var(--color-success01)}.input-error.sc-z-input{border-color:var(--color-error01);background:var(--color-error-inverse);fill:var(--color-error01)}.input-warning.sc-z-input{border-color:var(--color-warning01);background:var(--color-warning-inverse);fill:var(--color-warning01)}input.sc-z-input:hover,.textarea-wrapper.sc-z-input:hover{outline:var(--border-size-medium) solid var(--color-surface04);outline-offset:-2px}input[readonly].sc-z-input,.readonly.sc-z-input{border-color:var(--color-disabled01);fill:var(--color-disabled01);pointer-events:none}[disabled].sc-z-input-h:not([disabled="false"]) input.sc-z-input,[disabled].sc-z-input-h:not([disabled="false"]) .textarea-wrapper.sc-z-input,[disabled].sc-z-input-h:not([disabled="false"]) z-icon.sc-z-input{border-color:var(--color-disabled01);box-shadow:none;color:var(--color-disabled02);fill:var(--color-disabled01);pointer-events:none}[disabled].sc-z-input-h:not([disabled="false"]) input.sc-z-input:hover{border-width:var(--border-size-small)}input.sc-z-input::placeholder,textarea.sc-z-input::placeholder{color:var(--color-text05)}.sc-z-input::-webkit-textarea-placeholder{color:var(--color-text05)}.sc-z-input:-ms-textarea-placeholder{color:var(--color-text05)}.sc-z-input::placeholder{color:var(--color-text05)}.sc-z-input:placeholder{color:var(--color-text05)}label.input-label.sc-z-input{display:block;padding-bottom:var(--space-unit);color:var(--color-text02);font-family:var(--font-family-sans);font-size:var(--font-size-1);font-weight:var(--font-sb);text-align:left;text-transform:uppercase}[disabled].sc-z-input-h:not([disabled="false"]) label.input-label.sc-z-input{color:var(--color-disabled02)}.text-wrapper.sc-z-input>div.sc-z-input{position:relative;z-index:1;fill:var(--color-icon02)}.text-wrapper.sc-z-input>div.sc-z-input>input.sc-z-input{width:100%;height:calc(var(--space-unit) * 5.5);box-sizing:border-box;padding:0 calc(var(--space-unit) * 1.5);margin:0}.text-wrapper.sc-z-input>div.sc-z-input>input.has-icon.sc-z-input,.text-wrapper.sc-z-input>div.sc-z-input>input.has-clear-icon.sc-z-input{padding-right:calc(var(--space-unit) * 5.25)}.text-wrapper.sc-z-input>div.sc-z-input>input.has-icon.has-clear-icon.sc-z-input{padding-right:calc(var(--space-unit) * 8)}.text-wrapper.sc-z-input .icons-wrapper.sc-z-input{position:absolute;z-index:2;top:50%;right:calc(var(--space-unit) * 1.5);display:flex;pointer-events:none;transform:translateY(-50%)}.text-wrapper.sc-z-input .icons-wrapper.sc-z-input>button.icon-button.sc-z-input{padding:0;border:0;background:none;color:inherit;font:inherit;pointer-events:initial}.text-wrapper.sc-z-input .icons-wrapper.sc-z-input>button.icon-button.sc-z-input+button.icon-button.sc-z-input{margin-left:calc(var(--space-unit) * 0.5)}.text-wrapper.sc-z-input .icons-wrapper.sc-z-input>button.icon-button.reset-icon.sc-z-input,.text-wrapper.sc-z-input .icons-wrapper.sc-z-input>button.icon-button.toggle-password-icon.sc-z-input{cursor:pointer}.text-wrapper.sc-z-input .icons-wrapper.sc-z-input>button.icon-button.sc-z-input>z-icon.sc-z-input{--z-icon-width:18px;--z-icon-height:18px;display:block}.text-wrapper.sc-z-input>div.sc-z-input>input.sc-z-input:-webkit-autofill,.text-wrapper.sc-z-input>div.sc-z-input>input.sc-z-input:-webkit-autofill:hover,.text-wrapper.sc-z-input>div.sc-z-input>input.sc-z-input:-webkit-autofill:focus,.text-wrapper.sc-z-input>div.sc-z-input>input.sc-z-input:-webkit-autofill:active{background-clip:text !important}.textarea-wrapper.sc-z-input{padding:calc(var(--space-unit) * 1.5);scrollbar-color:var(--color-primary01) transparent}textarea.sc-z-input::-webkit-scrollbar{width:10px;background:linear-gradient(to right, transparent 0 3px, var(--gray200) 3px 7px, transparent 7px 10px);border-radius:var(--border-radius)}textarea.sc-z-input::-webkit-scrollbar-track{background-color:transparent}textarea.sc-z-input::-webkit-scrollbar-thumb{width:10px;background-color:var(--color-primary01);border-radius:var(--border-radius)}textarea.sc-z-input::-webkit-scrollbar-thumb:hover{background-color:var(--color-hover-primary)}textarea.sc-z-input{width:100%;min-height:132px;padding:0;border:none;margin:0;resize:none}.radio-wrapper.sc-z-input,.checkbox-wrapper.sc-z-input{position:relative;display:inline-flex;flex-direction:row;align-items:center;color:var(--color-text01);fill:var(--color-primary01);font-family:var(--font-family-sans)}.radio-wrapper.sc-z-input:hover,.checkbox-wrapper.sc-z-input:hover{color:var(--color-hover-primary);fill:currentcolor}.radio-wrapper.sc-z-input>input.sc-z-input,.checkbox-wrapper.sc-z-input>input.sc-z-input{position:absolute;z-index:-1;opacity:0;pointer-events:none}.radio-wrapper.sc-z-input .radio-label.sc-z-input,.checkbox-wrapper.sc-z-input .checkbox-label.sc-z-input{display:inline-flex;align-items:center;margin:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:1;text-transform:inherit}.radio-wrapper.sc-z-input input.sc-z-input:not(:disabled)+.radio-label.sc-z-input,.checkbox-wrapper.sc-z-input input.sc-z-input:not(:disabled)+.checkbox-label.sc-z-input{cursor:pointer}.radio-wrapper.sc-z-input .radio-label.sc-z-input z-icon.sc-z-input,.checkbox-wrapper.sc-z-input .checkbox-label.sc-z-input z-icon.sc-z-input{cursor:pointer;fill:inherit}.radio-wrapper.sc-z-input .radio-label.after.sc-z-input,.checkbox-wrapper.sc-z-input .checkbox-label.after.sc-z-input{flex-direction:row}.radio-wrapper.sc-z-input .radio-label.before.sc-z-input,.checkbox-wrapper.sc-z-input .checkbox-label.before.sc-z-input{flex-direction:row-reverse}.radio-wrapper.sc-z-input .radio-label.after.sc-z-input>span.sc-z-input,.checkbox-wrapper.sc-z-input .checkbox-label.after.sc-z-input>span.sc-z-input{margin-left:var(--space-unit)}.radio-wrapper.sc-z-input .radio-label.before.sc-z-input>span.sc-z-input,.checkbox-wrapper.sc-z-input .checkbox-label.before.sc-z-input>span.sc-z-input{margin-right:var(--space-unit)}.radio-wrapper.sc-z-input>input.sc-z-input:focus:focus-visible+.radio-label.sc-z-input>z-icon.sc-z-input,.checkbox-wrapper.sc-z-input>input.sc-z-input:focus:focus-visible+.checkbox-label.sc-z-input>z-icon.sc-z-input{border-radius:var(--border-radius-small);box-shadow:var(--shadow-focus-primary)}.radio-wrapper.sc-z-input>input.sc-z-input:disabled+.radio-label.sc-z-input,.checkbox-wrapper.sc-z-input>input.sc-z-input:disabled+.checkbox-label.sc-z-input{color:var(--color-disabled02)}.radio-wrapper.sc-z-input>input.sc-z-input:disabled+.radio-label.sc-z-input>z-icon.sc-z-input,.checkbox-wrapper.sc-z-input>input.sc-z-input:disabled+.checkbox-label.sc-z-input>z-icon.sc-z-input{cursor:default;fill:var(--color-disabled01)}';const l=class{constructor(i){t(this,i),this.statusIcons={success:"checkmark-circle",error:"multiply-circled",warning:"exclamation-circle"},this.message=void 0,this.status=void 0}render(){return r(s,{role:"alert","aria-label":this.message,tabindex:this.message?0:-1},this.statusIcons[this.status]&&this.message&&r("z-icon",{name:this.statusIcons[this.status]}),r("span",{innerHTML:this.message}))}};l.style=':host{display:flex;min-height:calc(var(--space-unit) * 2.5);align-items:start;margin-top:var(--space-unit);color:var(--color-text05);fill:currentcolor;font-family:var(--font-family-sans);font-size:var(--font-size-2);letter-spacing:0.16px}:host([status="success"]){color:var(--color-text-success)}:host([status="error"]){color:var(--color-text-error)}:host([status="warning"]){color:var(--color-warning02)}:host(:focus){outline:none}:host>z-icon{--z-icon-width:calc(var(--space-unit) * 2);--z-icon-height:calc(var(--space-unit) * 2);--z-icon-right-margin:var(--space-unit)}';export{p as z_input,l as z_input_message}
@@ -0,0 +1 @@
1
+ import{r as t,c as o,h as i,H as e,g as r}from"./p-d17ebc2f.js";import{P as s}from"./p-9ecf936d.js";const a=document.documentElement;function n(t,o){const i=t.getBoundingClientRect(),e=i.width,r=i.height;let s,a,n=0,h=0,l=t;for(;l&&l!=o;){if(h+=l.offsetLeft,l===document.body?n+=l.getBoundingClientRect().top+window.scrollY:n+=l.offsetTop,window.DOMMatrix){const t=window.getComputedStyle(l),o=new DOMMatrix(t.transform||t.webkitTransform);o&&(h+=o.m41,l!==document.body&&(n+=o.m42))}if(!l.offsetParent)break;l=l.offsetParent}return l===document.body?(s=window.innerWidth,a=window.innerHeight):(s=l.offsetWidth,a=l.offsetHeight),{top:n,right:s-h-i.width,bottom:a-n-i.height,left:h,width:e,height:r}}const h=class{constructor(i){t(this,i),this.positionChange=o(this,"positionChange",7),this.content=void 0,this.type=s.AUTO,this.open=!1,this.bindTo=void 0,this.position=void 0}validateType(t){t&&Object.values(s).every((o=>t!==o))&&(this.type=s.AUTO)}onPositionChange(){this.positionChange.emit({position:this.position})}disconnectedCallback(){cancelAnimationFrame(this.animationFrameRequestId)}onOpen(){if(cancelAnimationFrame(this.animationFrameRequestId),!this.content)if(this.open){const t=()=>{this.open&&(this.setPosition(),this.animationFrameRequestId=requestAnimationFrame(t))};t()}else{const t=this.host.style;t.removeProperty("top"),t.removeProperty("right"),t.removeProperty("bottom"),t.removeProperty("left")}}setPosition(){let t;if(t="string"==typeof this.bindTo?this.host.ownerDocument.querySelector(this.bindTo):this.bindTo?this.bindTo:this.host.parentElement,!t)return;const o=function(t){let o=t.parentNode;for(;o&&o!==a;){const{overflow:t,overflowX:i,overflowY:e}=window.getComputedStyle(o);if("hidden"===t||"hidden"===e||"hidden"===i)return o;if(o.scrollHeight>o.clientHeight&&"visible"!==t&&"visible"!==e||o.scrollWidth>o.clientWidth&&"visible"!==t&&"visible"!==i)return o;o=o.parentNode}return a}(t),i=o.getBoundingClientRect(),e=this.host.offsetParent,r=e?n(e,o):{top:0,right:0,bottom:0,left:0},h=n(t,o),l=h.top-o.scrollTop,p=i.height-(h.top+h.height)+o.scrollTop,c=h.left-o.scrollLeft,f=i.width-(h.left+h.width)+o.scrollLeft,d=Math.max(0,i.top+i.height-window.innerHeight),g=Math.max(0,i.left+i.width-window.innerWidth),u=Math.min(l,l+i.top),v=Math.min(p,p-d),w=Math.min(c,c+i.left),m=Math.min(f,f-g),b=u+v+h.height,x=w+m+h.width;let y=this.type;if(y===s.AUTO){const t=[];u/b>.9?t.unshift(s.TOP):u/b>.6?t.push(s.TOP):u/b<.1?t.unshift(s.BOTTOM):t.push(s.BOTTOM),w/x>.6?t.push(s.LEFT):w/x<.4&&t.push(s.RIGHT),y=t.join("_")}const z=this.host.style;this.content||(z.position="absolute");const _=h.top-r.top,M=h.right-r.right,$=h.bottom-r.bottom,j=h.left-r.left;y!==s.TOP&&y!==s.TOP_RIGHT&&y!==s.TOP_LEFT||(z.top="auto",z.bottom=`${$+h.height}px`),y!==s.BOTTOM&&y!==s.BOTTOM_RIGHT&&y!==s.BOTTOM_LEFT||(z.top=`${_+h.height}px`,z.bottom="auto"),y!==s.TOP&&y!==s.BOTTOM||(z.left=j+h.width/2-this.host.clientWidth/2+"px"),y!==s.TOP_RIGHT&&y!==s.BOTTOM_RIGHT||(z.right="auto",z.left=`${j+h.width}px`),y!==s.TOP_LEFT&&y!==s.BOTTOM_LEFT||(z.left="auto",z.right=`${M+h.width}px`),y!==s.RIGHT&&y!==s.LEFT||(z.top=_+h.height/2-this.host.clientHeight/2+"px",z.bottom="auto"),y===s.RIGHT&&(z.right="auto",z.left=`${j+h.width}px`),y===s.LEFT&&(z.left="auto",z.right=`${M+h.width}px`),this.position=y}componentWillLoad(){this.content&&(this.open=!0),this.validateType(this.type),this.onOpen()}render(){return this.content?i(e,{class:"legacy",position:this.type},this.content):i(e,{position:this.position},i("slot",null))}get host(){return r(this)}static get watchers(){return{type:["validateType"],position:["onPositionChange"],open:["onOpen"]}}};h.style=':host{--z-tooltip-theme--surface:var(--color-surface01);--z-tooltip-theme--text:var(--color-text01);--arrow-size:6px;--edge-offset:calc(-1 * (var(--arrow-size) + calc(var(--space-unit) * 2)));position:relative;display:none;min-width:calc(var(--space-unit) * 8);min-height:calc(var(--space-unit) * 4);align-items:center;justify-content:center;padding:var(--space-unit);background:var(--z-tooltip-theme--surface);border-radius:var(--border-radius-small);color:var(--z-tooltip-theme--text);fill:currentcolor;filter:drop-shadow(0 4px 8px var(--shadow-color-base));font-family:var(--font-family-sans);text-align:center;will-change:filter}:host(.legacy){display:inline-flex;min-width:auto;max-width:200px;min-height:auto;padding:calc(var(--space-unit) * 2);border:var(--border-size-small) solid var(--gray200);border-radius:var(--border-radius);filter:drop-shadow(0 0 2px rgb(0 0 0 / 8%));font-size:12px;font-style:italic;letter-spacing:0.32px;line-height:16px}:host(.legacy)::before{--arrow-size:14px}:host([position])::before{--arrow-edge-offset:calc(100% - var(--arrow-size) - var(--space-unit));--arrow-center-x-offset:calc(50% - calc(var(--arrow-size) / 2));--arrow-center-y-offset:calc(100% - calc(var(--arrow-size) / 2));position:absolute;width:var(--arrow-size);height:var(--arrow-size);background:inherit;content:"";transform:rotate(45deg)}:host([open][style*="top:"]),:host([open][style*="inset:"]){display:inline-flex}:host([position^="top"]){margin-bottom:var(--space-unit)}:host([position="right"]){margin-left:var(--space-unit)}:host([position="top_right"]),:host([position="bottom_right"]){margin-left:var(--edge-offset)}:host([position^="bottom"]){margin-top:var(--space-unit)}:host([position="left"]){margin-right:var(--space-unit)}:host([position="top_left"]),:host([position="bottom_left"]){margin-right:var(--edge-offset)}:host([position^="top"])::before{top:var(--arrow-center-y-offset)}:host([position^="bottom"])::before{bottom:var(--arrow-center-y-offset)}:host([position="top"])::before,:host([position="bottom"])::before{left:var(--arrow-center-x-offset)}:host([position="right"])::before,:host([position="left"])::before{top:var(--arrow-center-x-offset)}:host([position="right"])::before{right:var(--arrow-center-y-offset)}:host([position="top_right"])::before,:host([position="bottom_right"])::before{right:var(--arrow-edge-offset)}:host([position="left"])::before{left:var(--arrow-center-y-offset)}:host([position="top_left"])::before,:host([position="bottom_left"])::before{left:var(--arrow-edge-offset)}::slotted(*){overflow:auto;flex:1 auto}';export{h as z_tooltip_deprecated}
@@ -1 +1 @@
1
- import{r as e,c as t,h as a,H as l}from"./p-d17ebc2f.js";import{Z as d}from"./p-a23e9115.js";const r=class{constructor(a){e(this,a),this.expand=t(this,"expand",7),this.expandedType=d.NONE,this.expanded=!1}emitOnExpand(){this.expand.emit({expanded:this.expanded})}handleExpand(){this.expanded=!this.expanded,this.emitOnExpand()}renderExpandButton(){return a("z-table-cell",{style:{borderRight:"none"}},this.expandedType==d.EXPANDABLE?a("z-icon",{name:this.expanded?"minus-circled":"plus-circled"}):a("div",{class:"z-icon-placeholder"}))}render(){return a(l,{role:"row",expanded:this.expanded,onClick:e=>{this.expandedType===d.EXPANDABLE&&"Z-CONTEXTUAL-MENU"!==e.target.nodeName&&this.handleExpand()}},this.expandedType!==d.NONE&&this.renderExpandButton(),a("slot",null))}};r.style='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;box-sizing:border-box;padding-right:0;padding-left:16px;fill:var(--gray800);text-align:center;user-select:none}.z-icon-placeholder{width:24px;padding-right:0}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{border-bottom:none;background-color:var(--gray50)}z-table-row[expanded]+z-table-expanded-row{display:table-row}';export{r as z_table_row}
1
+ import{r as e,c as t,h as a,H as l}from"./p-d17ebc2f.js";import{Z as d}from"./p-9ecf936d.js";const r=class{constructor(a){e(this,a),this.expand=t(this,"expand",7),this.expandedType=d.NONE,this.expanded=!1}emitOnExpand(){this.expand.emit({expanded:this.expanded})}handleExpand(){this.expanded=!this.expanded,this.emitOnExpand()}renderExpandButton(){return a("z-table-cell",{style:{borderRight:"none"}},this.expandedType==d.EXPANDABLE?a("z-icon",{name:this.expanded?"minus-circled":"plus-circled"}):a("div",{class:"z-icon-placeholder"}))}render(){return a(l,{role:"row",expanded:this.expanded,onClick:e=>{this.expandedType===d.EXPANDABLE&&"Z-CONTEXTUAL-MENU"!==e.target.nodeName&&this.handleExpand()}},this.expandedType!==d.NONE&&this.renderExpandButton(),a("slot",null))}};r.style='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;box-sizing:border-box;padding-right:0;padding-left:16px;fill:var(--gray800);text-align:center;user-select:none}.z-icon-placeholder{width:24px;padding-right:0}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{border-bottom:none;background-color:var(--gray50)}z-table-row[expanded]+z-table-expanded-row{display:table-row}';export{r as z_table_row}