@zanichelli/albe-web-components 12.1.3-rc → 12.1.3

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 (814) hide show
  1. package/dist/cjs/_commonjsHelpers-537d719a.js +20 -0
  2. package/dist/cjs/breakpoints-ebe1a437.js +9 -0
  3. package/dist/cjs/hammer-4f20813e.js +2650 -0
  4. package/dist/cjs/icons-d385b990.js +862 -0
  5. package/dist/cjs/index-00b6f6ba.js +20 -0
  6. package/dist/cjs/index-115387e6.js +17 -0
  7. package/dist/cjs/index-195ca522.js +2326 -0
  8. package/dist/cjs/index-20f305f7.js +17 -0
  9. package/dist/cjs/index-23ca3837.js +53 -0
  10. package/dist/cjs/index-270a4cf7.js +22 -0
  11. package/dist/cjs/index-2b0eb1f0.js +34 -0
  12. package/dist/cjs/index-4e41767c.js +21 -0
  13. package/dist/cjs/index-53c72420.js +79 -0
  14. package/dist/cjs/index-544902f0.js +21 -0
  15. package/dist/cjs/index-bb84dc1c.js +21 -0
  16. package/dist/cjs/index-cf9497bc.js +344 -0
  17. package/dist/cjs/index-d30158ef.js +67 -0
  18. package/dist/cjs/index-df08bc63.js +29 -0
  19. package/dist/cjs/index-e3bf75bc.js +41 -0
  20. package/dist/cjs/index-e78caf11.js +74 -0
  21. package/dist/cjs/index-f64e5dfe.js +17 -0
  22. package/dist/cjs/index-f6910e7f.js +21 -0
  23. package/dist/cjs/index.cjs.js +331 -0
  24. package/dist/cjs/loader.cjs.js +21 -0
  25. package/dist/cjs/utils-8335dca3.js +2706 -0
  26. package/dist/cjs/utils-ee86db4f.js +110 -0
  27. package/dist/cjs/web-components-library.cjs.js +19 -0
  28. package/dist/cjs/z-accordion.cjs.entry.js +67 -0
  29. package/dist/cjs/z-alert.cjs.entry.js +19 -0
  30. package/dist/cjs/z-anchor-navigation.cjs.entry.js +53 -0
  31. package/dist/cjs/z-app-header_11.cjs.entry.js +1077 -0
  32. package/dist/cjs/z-aria-alert.cjs.entry.js +19 -0
  33. package/dist/cjs/z-avatar.cjs.entry.js +44 -0
  34. package/dist/cjs/z-book-card.cjs.entry.js +126 -0
  35. package/dist/cjs/z-breadcrumb.cjs.entry.js +232 -0
  36. package/dist/cjs/z-button-sort.cjs.entry.js +53 -0
  37. package/dist/cjs/z-card.cjs.entry.js +53 -0
  38. package/dist/cjs/z-carousel.cjs.entry.js +150 -0
  39. package/dist/cjs/z-chip.cjs.entry.js +32 -0
  40. package/dist/cjs/z-combobox.cjs.entry.js +201 -0
  41. package/dist/cjs/z-contextual-menu.cjs.entry.js +46 -0
  42. package/dist/cjs/z-cover-hero.cjs.entry.js +57 -0
  43. package/dist/cjs/z-date-picker.cjs.entry.js +477 -0
  44. package/dist/cjs/z-dragdrop-area_2.cjs.entry.js +1016 -0
  45. package/dist/cjs/z-file-upload.cjs.entry.js +185 -0
  46. package/dist/cjs/z-file.cjs.entry.js +48 -0
  47. package/dist/cjs/z-ghost-loading.cjs.entry.js +19 -0
  48. package/dist/cjs/z-info-box.cjs.entry.js +25 -0
  49. package/dist/cjs/z-info-reveal.cjs.entry.js +65 -0
  50. package/dist/cjs/z-link.cjs.entry.js +74 -0
  51. package/dist/cjs/z-logo.cjs.entry.js +26 -0
  52. package/dist/cjs/z-menu-section.cjs.entry.js +54 -0
  53. package/dist/cjs/z-menu.cjs.entry.js +119 -0
  54. package/dist/cjs/z-messages-pocket.cjs.entry.js +46 -0
  55. package/dist/cjs/z-myz-card-alert.cjs.entry.js +63 -0
  56. package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +36 -0
  57. package/dist/cjs/z-myz-card-footer-sections.cjs.entry.js +19 -0
  58. package/dist/cjs/z-myz-card-footer.cjs.entry.js +69 -0
  59. package/dist/cjs/z-myz-card-icon.cjs.entry.js +23 -0
  60. package/dist/cjs/z-myz-card-info.cjs.entry.js +129 -0
  61. package/dist/cjs/z-myz-card-list.cjs.entry.js +38 -0
  62. package/dist/cjs/z-myz-card_4.cjs.entry.js +108 -0
  63. package/dist/cjs/z-myz-list-item.cjs.entry.js +37 -0
  64. package/dist/cjs/z-myz-list.cjs.entry.js +35 -0
  65. package/dist/cjs/z-navigation-tab-link.cjs.entry.js +74 -0
  66. package/dist/cjs/z-navigation-tab.cjs.entry.js +73 -0
  67. package/dist/cjs/z-navigation-tabs.cjs.entry.js +229 -0
  68. package/dist/cjs/z-notification.cjs.entry.js +41 -0
  69. package/dist/cjs/z-otp.cjs.entry.js +41 -0
  70. package/dist/cjs/z-pagination.cjs.entry.js +229 -0
  71. package/dist/cjs/z-panel-elem.cjs.entry.js +34 -0
  72. package/dist/cjs/z-pocket-message.cjs.entry.js +19 -0
  73. package/dist/cjs/z-pocket_3.cjs.entry.js +125 -0
  74. package/dist/cjs/z-popover.cjs.entry.js +328 -0
  75. package/dist/cjs/z-range-picker.cjs.entry.js +361 -0
  76. package/dist/cjs/z-section-title.cjs.entry.js +33 -0
  77. package/dist/cjs/z-select.cjs.entry.js +336 -0
  78. package/dist/cjs/z-skip-to-content.cjs.entry.js +74 -0
  79. package/dist/cjs/z-slideshow.cjs.entry.js +129 -0
  80. package/dist/cjs/z-stepper-item.cjs.entry.js +22 -0
  81. package/dist/cjs/z-stepper.cjs.entry.js +19 -0
  82. package/dist/cjs/z-table-body.cjs.entry.js +10 -0
  83. package/dist/cjs/z-table-cell.cjs.entry.js +11 -0
  84. package/dist/cjs/z-table-deprecated.cjs.entry.js +91 -0
  85. package/dist/cjs/z-table-empty-box.cjs.entry.js +10 -0
  86. package/dist/cjs/z-table-expanded-row.cjs.entry.js +10 -0
  87. package/dist/cjs/z-table-footer.cjs.entry.js +10 -0
  88. package/dist/cjs/z-table-head.cjs.entry.js +10 -0
  89. package/dist/cjs/z-table-header-row.cjs.entry.js +10 -0
  90. package/dist/cjs/z-table-header.cjs.entry.js +13 -0
  91. package/dist/cjs/z-table-row.cjs.entry.js +11 -0
  92. package/dist/cjs/z-table-sticky-footer.cjs.entry.js +10 -0
  93. package/dist/cjs/z-table.cjs.entry.js +58 -0
  94. package/dist/cjs/z-tag.cjs.entry.js +22 -0
  95. package/dist/cjs/z-tbody.cjs.entry.js +10 -0
  96. package/dist/cjs/z-td.cjs.entry.js +11 -0
  97. package/dist/cjs/z-tfoot.cjs.entry.js +10 -0
  98. package/dist/cjs/z-th.cjs.entry.js +11 -0
  99. package/dist/cjs/z-thead.cjs.entry.js +10 -0
  100. package/dist/cjs/z-toast-notification-list.cjs.entry.js +56 -0
  101. package/dist/cjs/z-toast-notification.cjs.entry.js +200 -0
  102. package/dist/cjs/z-toggle-button.cjs.entry.js +36 -0
  103. package/dist/cjs/z-toggle-switch.cjs.entry.js +51 -0
  104. package/dist/cjs/z-tooltip.cjs.entry.js +37 -0
  105. package/dist/cjs/z-tr.cjs.entry.js +15 -0
  106. package/dist/cjs/z-visually-hidden.cjs.entry.js +19 -0
  107. package/dist/collection/beans/index.js +342 -0
  108. package/dist/collection/collection-manifest.json +106 -0
  109. package/dist/collection/components/buttons/z-button/index.js +262 -0
  110. package/dist/collection/components/buttons/z-button/styles.css +149 -0
  111. package/dist/collection/components/buttons/z-button-sort/index.js +220 -0
  112. package/dist/collection/components/buttons/z-button-sort/styles.css +84 -0
  113. package/dist/collection/components/buttons/z-chip/index.js +147 -0
  114. package/dist/collection/components/buttons/z-chip/styles.css +122 -0
  115. package/dist/collection/components/buttons/z-toggle-button/index.js +146 -0
  116. package/dist/collection/components/buttons/z-toggle-button/styles.css +60 -0
  117. package/dist/collection/components/buttons/z-toggle-switch/index.js +144 -0
  118. package/dist/collection/components/buttons/z-toggle-switch/styles.css +104 -0
  119. package/dist/collection/components/date-picker/styles.css +565 -0
  120. package/dist/collection/components/date-picker/utils.js +76 -0
  121. package/dist/collection/components/date-picker/z-date-picker/index.js +295 -0
  122. package/dist/collection/components/date-picker/z-range-picker/index.js +593 -0
  123. package/dist/collection/components/file-upload/z-dragdrop-area/index.js +53 -0
  124. package/dist/collection/components/file-upload/z-dragdrop-area/styles.css +51 -0
  125. package/dist/collection/components/file-upload/z-file/index.js +131 -0
  126. package/dist/collection/components/file-upload/z-file/styles.css +23 -0
  127. package/dist/collection/components/file-upload/z-file-upload/index.js +363 -0
  128. package/dist/collection/components/file-upload/z-file-upload/styles.css +84 -0
  129. package/dist/collection/components/icons/icons.js +858 -0
  130. package/dist/collection/components/icons/z-icon/index.js +114 -0
  131. package/dist/collection/components/icons/z-icon/styles.css +14 -0
  132. package/dist/collection/components/index.js +8 -0
  133. package/dist/collection/components/indicators/z-stepper/index.js +21 -0
  134. package/dist/collection/components/indicators/z-stepper/styles.css +19 -0
  135. package/dist/collection/components/indicators/z-stepper-item/index.js +93 -0
  136. package/dist/collection/components/indicators/z-stepper-item/styles.css +114 -0
  137. package/dist/collection/components/inputs/z-combobox/index.js +570 -0
  138. package/dist/collection/components/inputs/z-combobox/styles.css +194 -0
  139. package/dist/collection/components/inputs/z-input/index.js +899 -0
  140. package/dist/collection/components/inputs/z-input/styles.css +397 -0
  141. package/dist/collection/components/inputs/z-input-message/index.js +89 -0
  142. package/dist/collection/components/inputs/z-input-message/styles.css +48 -0
  143. package/dist/collection/components/inputs/z-searchbar/index.js +599 -0
  144. package/dist/collection/components/inputs/z-searchbar/styles.css +185 -0
  145. package/dist/collection/components/inputs/z-select/index.js +767 -0
  146. package/dist/collection/components/inputs/z-select/styles.css +123 -0
  147. package/dist/collection/components/list/z-list/index.js +113 -0
  148. package/dist/collection/components/list/z-list/styles.css +6 -0
  149. package/dist/collection/components/list/z-list-element/index.js +545 -0
  150. package/dist/collection/components/list/z-list-element/styles.css +121 -0
  151. package/dist/collection/components/list/z-list-group/index.js +175 -0
  152. package/dist/collection/components/list/z-list-group/styles.css +21 -0
  153. package/dist/collection/components/list/z-toast-notification-list/index.js +105 -0
  154. package/dist/collection/components/list/z-toast-notification-list/styles.css +100 -0
  155. package/dist/collection/components/logo/z-logo/index.js +131 -0
  156. package/dist/collection/components/logo/z-logo/styles.css +29 -0
  157. package/dist/collection/components/modal/z-modal/index.js +351 -0
  158. package/dist/collection/components/modal/z-modal/styles.css +251 -0
  159. package/dist/collection/components/navigation/z-app-header/index.js +449 -0
  160. package/dist/collection/components/navigation/z-app-header/index.stories.js +393 -0
  161. package/dist/collection/components/navigation/z-app-header/styles.css +441 -0
  162. package/dist/collection/components/navigation/z-menu/index.js +250 -0
  163. package/dist/collection/components/navigation/z-menu/styles.css +217 -0
  164. package/dist/collection/components/navigation/z-menu-section/index.js +125 -0
  165. package/dist/collection/components/navigation/z-menu-section/styles.css +123 -0
  166. package/dist/collection/components/navigation/z-navigation-tabs/index.js +367 -0
  167. package/dist/collection/components/navigation/z-navigation-tabs/index.stories.js +12 -0
  168. package/dist/collection/components/navigation/z-navigation-tabs/styles.css +212 -0
  169. package/dist/collection/components/notification/z-info-box/index.js +85 -0
  170. package/dist/collection/components/notification/z-info-box/styles.css +23 -0
  171. package/dist/collection/components/notification/z-notification/index.js +195 -0
  172. package/dist/collection/components/notification/z-notification/styles.css +114 -0
  173. package/dist/collection/components/notification/z-toast-notification/index.js +399 -0
  174. package/dist/collection/components/notification/z-toast-notification/styles.css +254 -0
  175. package/dist/collection/components/notification/z-tooltip/index.js +157 -0
  176. package/dist/collection/components/notification/z-tooltip/styles.css +17 -0
  177. package/dist/collection/components/panel/z-panel-elem/index.js +197 -0
  178. package/dist/collection/components/panel/z-panel-elem/styles.css +46 -0
  179. package/dist/collection/components/table/cells/z-td/index.js +147 -0
  180. package/dist/collection/components/table/cells/z-td/styles.css +59 -0
  181. package/dist/collection/components/table/cells/z-th/index.js +209 -0
  182. package/dist/collection/components/table/cells/z-th/styles.css +88 -0
  183. package/dist/collection/components/table/z-table/index.js +86 -0
  184. package/dist/collection/components/table/z-table/styles.css +22 -0
  185. package/dist/collection/components/table/z-tbody/index.js +22 -0
  186. package/dist/collection/components/table/z-tbody/styles.css +4 -0
  187. package/dist/collection/components/table/z-tfoot/index.js +50 -0
  188. package/dist/collection/components/table/z-tfoot/styles.css +13 -0
  189. package/dist/collection/components/table/z-thead/index.js +50 -0
  190. package/dist/collection/components/table/z-thead/styles.css +19 -0
  191. package/dist/collection/components/table/z-tr/index.js +133 -0
  192. package/dist/collection/components/table/z-tr/styles.css +87 -0
  193. package/dist/collection/components/z-accordion/index.js +255 -0
  194. package/dist/collection/components/z-accordion/styles.css +255 -0
  195. package/dist/collection/components/z-anchor-navigation/index.js +95 -0
  196. package/dist/collection/components/z-anchor-navigation/styles.css +128 -0
  197. package/dist/collection/components/z-aria-alert/index.js +39 -0
  198. package/dist/collection/components/z-avatar/index.js +142 -0
  199. package/dist/collection/components/z-avatar/styles.css +32 -0
  200. package/dist/collection/components/z-book-card/index.js +392 -0
  201. package/dist/collection/components/z-book-card/styles.css +476 -0
  202. package/dist/collection/components/z-breadcrumb/index.js +392 -0
  203. package/dist/collection/components/z-breadcrumb/styles.css +146 -0
  204. package/dist/collection/components/z-card/index.js +148 -0
  205. package/dist/collection/components/z-card/styles.css +213 -0
  206. package/dist/collection/components/z-carousel/index.js +304 -0
  207. package/dist/collection/components/z-carousel/styles.css +129 -0
  208. package/dist/collection/components/z-contextual-menu/index.js +126 -0
  209. package/dist/collection/components/z-contextual-menu/styles.css +60 -0
  210. package/dist/collection/components/z-cover-hero/index.js +146 -0
  211. package/dist/collection/components/z-cover-hero/styles.css +93 -0
  212. package/dist/collection/components/z-divider/index.js +95 -0
  213. package/dist/collection/components/z-divider/styles.css +37 -0
  214. package/dist/collection/components/z-ghost-loading/index.js +18 -0
  215. package/dist/collection/components/z-ghost-loading/styles.css +34 -0
  216. package/dist/collection/components/z-info-reveal/index.js +147 -0
  217. package/dist/collection/components/z-info-reveal/styles.css +103 -0
  218. package/dist/collection/components/z-offcanvas/index.js +162 -0
  219. package/dist/collection/components/z-offcanvas/styles.css +182 -0
  220. package/dist/collection/components/z-pagination/index.js +435 -0
  221. package/dist/collection/components/z-pagination/styles.css +199 -0
  222. package/dist/collection/components/z-popover/index.js +513 -0
  223. package/dist/collection/components/z-popover/styles.css +147 -0
  224. package/dist/collection/components/z-section-title/index.js +88 -0
  225. package/dist/collection/components/z-section-title/styles.css +45 -0
  226. package/dist/collection/components/z-skip-to-content/index.js +147 -0
  227. package/dist/collection/components/z-skip-to-content/styles.css +81 -0
  228. package/dist/collection/components/z-tag/index.js +65 -0
  229. package/dist/collection/components/z-tag/styles.css +46 -0
  230. package/dist/collection/components/z-visually-hidden/index.js +18 -0
  231. package/dist/collection/components/z-visually-hidden/styles.css +12 -0
  232. package/dist/collection/constants/breakpoints.js +4 -0
  233. package/dist/collection/constants/icons.js +6 -0
  234. package/dist/collection/deprecated/navigation-tab.css +138 -0
  235. package/dist/collection/deprecated/z-link/index.js +318 -0
  236. package/dist/collection/deprecated/z-link/styles.css +167 -0
  237. package/dist/collection/deprecated/z-navigation-tab/index.js +290 -0
  238. package/dist/collection/deprecated/z-navigation-tab-link/index.js +313 -0
  239. package/dist/collection/deprecated/z-table-deprecated/z-table-body/index.js +26 -0
  240. package/dist/collection/deprecated/z-table-deprecated/z-table-body/styles.css +9 -0
  241. package/dist/collection/deprecated/z-table-deprecated/z-table-cell/index.js +84 -0
  242. package/dist/collection/deprecated/z-table-deprecated/z-table-cell/styles.css +58 -0
  243. package/dist/collection/deprecated/z-table-deprecated/z-table-deprecated/index.js +363 -0
  244. package/dist/collection/deprecated/z-table-deprecated/z-table-deprecated/styles.css +115 -0
  245. package/dist/collection/deprecated/z-table-deprecated/z-table-empty-box/index.js +75 -0
  246. package/dist/collection/deprecated/z-table-deprecated/z-table-empty-box/styles.css +38 -0
  247. package/dist/collection/deprecated/z-table-deprecated/z-table-expanded-row/index.js +42 -0
  248. package/dist/collection/deprecated/z-table-deprecated/z-table-expanded-row/styles.css +9 -0
  249. package/dist/collection/deprecated/z-table-deprecated/z-table-footer/index.js +25 -0
  250. package/dist/collection/deprecated/z-table-deprecated/z-table-footer/styles.css +5 -0
  251. package/dist/collection/deprecated/z-table-deprecated/z-table-head/index.js +25 -0
  252. package/dist/collection/deprecated/z-table-deprecated/z-table-head/styles.css +5 -0
  253. package/dist/collection/deprecated/z-table-deprecated/z-table-header/index.js +226 -0
  254. package/dist/collection/deprecated/z-table-deprecated/z-table-header/styles.css +71 -0
  255. package/dist/collection/deprecated/z-table-deprecated/z-table-header-row/index.js +44 -0
  256. package/dist/collection/deprecated/z-table-deprecated/z-table-header-row/styles.css +13 -0
  257. package/dist/collection/deprecated/z-table-deprecated/z-table-row/index.js +95 -0
  258. package/dist/collection/deprecated/z-table-deprecated/z-table-row/styles.css +45 -0
  259. package/dist/collection/deprecated/z-table-deprecated/z-table-sticky-footer/index.js +22 -0
  260. package/dist/collection/deprecated/z-table-deprecated/z-table-sticky-footer/styles.css +11 -0
  261. package/dist/collection/index.js +7 -0
  262. package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +129 -0
  263. package/dist/collection/snowflakes/myz/card/z-myz-card/styles.css +44 -0
  264. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +151 -0
  265. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/styles.css +62 -0
  266. package/dist/collection/snowflakes/myz/card/z-myz-card-body/index.js +22 -0
  267. package/dist/collection/snowflakes/myz/card/z-myz-card-body/styles.css +13 -0
  268. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +93 -0
  269. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/styles.css +11 -0
  270. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +177 -0
  271. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/styles.css +72 -0
  272. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +219 -0
  273. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/styles.css +181 -0
  274. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +22 -0
  275. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/styles.css +20 -0
  276. package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +109 -0
  277. package/dist/collection/snowflakes/myz/card/z-myz-card-header/styles.css +59 -0
  278. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +81 -0
  279. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/styles.css +69 -0
  280. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +199 -0
  281. package/dist/collection/snowflakes/myz/card/z-myz-card-info/styles.css +93 -0
  282. package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +60 -0
  283. package/dist/collection/snowflakes/myz/card/z-myz-card-list/styles.css +41 -0
  284. package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +78 -0
  285. package/dist/collection/snowflakes/myz/list/z-myz-list/styles.css +4 -0
  286. package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +192 -0
  287. package/dist/collection/snowflakes/myz/list/z-myz-list-item/styles.css +66 -0
  288. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +120 -0
  289. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/styles.css +102 -0
  290. package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +191 -0
  291. package/dist/collection/snowflakes/myz/pocket/z-pocket/styles.css +44 -0
  292. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +84 -0
  293. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/styles.css +41 -0
  294. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +93 -0
  295. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/styles.css +27 -0
  296. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/index.js +22 -0
  297. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/styles.css +44 -0
  298. package/dist/collection/snowflakes/myz/z-alert/index.js +47 -0
  299. package/dist/collection/snowflakes/myz/z-alert/styles.css +28 -0
  300. package/dist/collection/snowflakes/myz/z-otp/index.js +120 -0
  301. package/dist/collection/snowflakes/myz/z-otp/styles.css +47 -0
  302. package/dist/collection/snowflakes/myz/z-slideshow/index.js +180 -0
  303. package/dist/collection/snowflakes/myz/z-slideshow/styles.css +127 -0
  304. package/dist/collection/utils/storybook-utils.js +76 -0
  305. package/dist/collection/utils/utils.js +115 -0
  306. package/dist/esm/_commonjsHelpers-9943807e.js +17 -0
  307. package/dist/esm/breakpoints-9b81eb1b.js +5 -0
  308. package/dist/esm/hammer-c3266b17.js +2648 -0
  309. package/dist/esm/icons-e3232103.js +860 -0
  310. package/dist/esm/index-0a587f24.js +51 -0
  311. package/dist/esm/index-0cdc998f.js +19 -0
  312. package/dist/esm/index-361b27f9.js +15 -0
  313. package/dist/esm/index-47f23745.js +344 -0
  314. package/dist/esm/index-4968ce56.js +2298 -0
  315. package/dist/esm/index-4d1853ea.js +77 -0
  316. package/dist/esm/index-531501d7.js +15 -0
  317. package/dist/esm/index-6161978d.js +27 -0
  318. package/dist/esm/index-772a7413.js +20 -0
  319. package/dist/esm/index-816801e5.js +18 -0
  320. package/dist/esm/index-85dc8bc0.js +32 -0
  321. package/dist/esm/index-88a23895.js +19 -0
  322. package/dist/esm/index-8f7fd43f.js +19 -0
  323. package/dist/esm/index-af5c6b4c.js +15 -0
  324. package/dist/esm/index-dc50a9ae.js +72 -0
  325. package/dist/esm/index-e6ee76f0.js +39 -0
  326. package/dist/esm/index-fac1fe6c.js +19 -0
  327. package/dist/esm/index-fb19ca57.js +65 -0
  328. package/dist/esm/index.js +9 -0
  329. package/dist/esm/loader.js +17 -0
  330. package/dist/esm/polyfills/core-js.js +11 -0
  331. package/dist/esm/polyfills/css-shim.js +1 -0
  332. package/dist/esm/polyfills/dom.js +79 -0
  333. package/dist/esm/polyfills/es5-html-element.js +1 -0
  334. package/dist/esm/polyfills/index.js +34 -0
  335. package/dist/esm/polyfills/system.js +6 -0
  336. package/dist/esm/utils-2a4ef29d.js +100 -0
  337. package/dist/esm/utils-8e0bd81d.js +2700 -0
  338. package/dist/esm/web-components-library.js +17 -0
  339. package/dist/esm/z-accordion.entry.js +63 -0
  340. package/dist/esm/z-alert.entry.js +15 -0
  341. package/dist/esm/z-anchor-navigation.entry.js +49 -0
  342. package/dist/esm/z-app-header_11.entry.js +1063 -0
  343. package/dist/esm/z-aria-alert.entry.js +15 -0
  344. package/dist/esm/z-avatar.entry.js +40 -0
  345. package/dist/esm/z-book-card.entry.js +122 -0
  346. package/dist/esm/z-breadcrumb.entry.js +228 -0
  347. package/dist/esm/z-button-sort.entry.js +49 -0
  348. package/dist/esm/z-card.entry.js +49 -0
  349. package/dist/esm/z-carousel.entry.js +146 -0
  350. package/dist/esm/z-chip.entry.js +28 -0
  351. package/dist/esm/z-combobox.entry.js +197 -0
  352. package/dist/esm/z-contextual-menu.entry.js +42 -0
  353. package/dist/esm/z-cover-hero.entry.js +53 -0
  354. package/dist/esm/z-date-picker.entry.js +473 -0
  355. package/dist/esm/z-dragdrop-area_2.entry.js +1011 -0
  356. package/dist/esm/z-file-upload.entry.js +181 -0
  357. package/dist/esm/z-file.entry.js +44 -0
  358. package/dist/esm/z-ghost-loading.entry.js +15 -0
  359. package/dist/esm/z-info-box.entry.js +21 -0
  360. package/dist/esm/z-info-reveal.entry.js +61 -0
  361. package/dist/esm/z-link.entry.js +70 -0
  362. package/dist/esm/z-logo.entry.js +22 -0
  363. package/dist/esm/z-menu-section.entry.js +50 -0
  364. package/dist/esm/z-menu.entry.js +115 -0
  365. package/dist/esm/z-messages-pocket.entry.js +42 -0
  366. package/dist/esm/z-myz-card-alert.entry.js +59 -0
  367. package/dist/esm/z-myz-card-dictionary.entry.js +32 -0
  368. package/dist/esm/z-myz-card-footer-sections.entry.js +15 -0
  369. package/dist/esm/z-myz-card-footer.entry.js +65 -0
  370. package/dist/esm/z-myz-card-icon.entry.js +19 -0
  371. package/dist/esm/z-myz-card-info.entry.js +125 -0
  372. package/dist/esm/z-myz-card-list.entry.js +34 -0
  373. package/dist/esm/z-myz-card_4.entry.js +101 -0
  374. package/dist/esm/z-myz-list-item.entry.js +33 -0
  375. package/dist/esm/z-myz-list.entry.js +31 -0
  376. package/dist/esm/z-navigation-tab-link.entry.js +70 -0
  377. package/dist/esm/z-navigation-tab.entry.js +69 -0
  378. package/dist/esm/z-navigation-tabs.entry.js +225 -0
  379. package/dist/esm/z-notification.entry.js +37 -0
  380. package/dist/esm/z-otp.entry.js +37 -0
  381. package/dist/esm/z-pagination.entry.js +225 -0
  382. package/dist/esm/z-panel-elem.entry.js +30 -0
  383. package/dist/esm/z-pocket-message.entry.js +15 -0
  384. package/dist/esm/z-pocket_3.entry.js +119 -0
  385. package/dist/esm/z-popover.entry.js +324 -0
  386. package/dist/esm/z-range-picker.entry.js +357 -0
  387. package/dist/esm/z-section-title.entry.js +29 -0
  388. package/dist/esm/z-select.entry.js +332 -0
  389. package/dist/esm/z-skip-to-content.entry.js +70 -0
  390. package/dist/esm/z-slideshow.entry.js +125 -0
  391. package/dist/esm/z-stepper-item.entry.js +18 -0
  392. package/dist/esm/z-stepper.entry.js +15 -0
  393. package/dist/esm/z-table-body.entry.js +2 -0
  394. package/dist/esm/z-table-cell.entry.js +3 -0
  395. package/dist/esm/z-table-deprecated.entry.js +87 -0
  396. package/dist/esm/z-table-empty-box.entry.js +2 -0
  397. package/dist/esm/z-table-expanded-row.entry.js +2 -0
  398. package/dist/esm/z-table-footer.entry.js +2 -0
  399. package/dist/esm/z-table-head.entry.js +2 -0
  400. package/dist/esm/z-table-header-row.entry.js +2 -0
  401. package/dist/esm/z-table-header.entry.js +5 -0
  402. package/dist/esm/z-table-row.entry.js +3 -0
  403. package/dist/esm/z-table-sticky-footer.entry.js +2 -0
  404. package/dist/esm/z-table.entry.js +54 -0
  405. package/dist/esm/z-tag.entry.js +18 -0
  406. package/dist/esm/z-tbody.entry.js +2 -0
  407. package/dist/esm/z-td.entry.js +3 -0
  408. package/dist/esm/z-tfoot.entry.js +2 -0
  409. package/dist/esm/z-th.entry.js +3 -0
  410. package/dist/esm/z-thead.entry.js +2 -0
  411. package/dist/esm/z-toast-notification-list.entry.js +52 -0
  412. package/dist/esm/z-toast-notification.entry.js +196 -0
  413. package/dist/esm/z-toggle-button.entry.js +32 -0
  414. package/dist/esm/z-toggle-switch.entry.js +47 -0
  415. package/dist/esm/z-tooltip.entry.js +33 -0
  416. package/dist/esm/z-tr.entry.js +7 -0
  417. package/dist/esm/z-visually-hidden.entry.js +15 -0
  418. package/dist/index.cjs.js +1 -0
  419. package/dist/index.js +1 -0
  420. package/dist/types/beans/index.d.ts +398 -0
  421. package/dist/types/components/buttons/z-button/index.d.ts +31 -0
  422. package/dist/types/components/buttons/z-button-sort/index.d.ts +28 -0
  423. package/dist/types/components/buttons/z-chip/index.d.ts +18 -0
  424. package/dist/types/components/buttons/z-toggle-button/index.d.ts +17 -0
  425. package/dist/types/components/buttons/z-toggle-switch/index.d.ts +17 -0
  426. package/dist/types/components/date-picker/utils.d.ts +4 -0
  427. package/dist/types/components/date-picker/z-date-picker/index.d.ts +29 -0
  428. package/dist/types/components/date-picker/z-range-picker/index.d.ts +52 -0
  429. package/dist/types/components/file-upload/z-dragdrop-area/index.d.ts +9 -0
  430. package/dist/types/components/file-upload/z-file/index.d.ts +22 -0
  431. package/dist/types/components/file-upload/z-file-upload/index.d.ts +52 -0
  432. package/dist/types/components/icons/icons.d.ts +1549 -0
  433. package/dist/types/components/icons/z-icon/index.d.ts +14 -0
  434. package/dist/types/components/index.d.ts +0 -0
  435. package/dist/types/components/indicators/z-stepper/index.d.ts +6 -0
  436. package/dist/types/components/indicators/z-stepper-item/index.d.ts +19 -0
  437. package/dist/types/components/inputs/z-combobox/index.d.ts +71 -0
  438. package/dist/types/components/inputs/z-input/index.d.ts +103 -0
  439. package/dist/types/components/inputs/z-input-message/index.d.ts +12 -0
  440. package/dist/types/components/inputs/z-searchbar/index.d.ts +73 -0
  441. package/dist/types/components/inputs/z-select/index.d.ts +84 -0
  442. package/dist/types/components/list/z-list/index.d.ts +19 -0
  443. package/dist/types/components/list/z-list-element/index.d.ts +101 -0
  444. package/dist/types/components/list/z-list-group/index.d.ts +28 -0
  445. package/dist/types/components/list/z-toast-notification-list/index.d.ts +14 -0
  446. package/dist/types/components/logo/z-logo/index.d.ts +15 -0
  447. package/dist/types/components/modal/z-modal/index.d.ts +49 -0
  448. package/dist/types/components/navigation/z-app-header/index.d.ts +149 -0
  449. package/dist/types/components/navigation/z-menu/index.d.ts +61 -0
  450. package/dist/types/components/navigation/z-menu-section/index.d.ts +31 -0
  451. package/dist/types/components/navigation/z-navigation-tabs/index.d.ts +114 -0
  452. package/dist/types/components/notification/z-info-box/index.d.ts +14 -0
  453. package/dist/types/components/notification/z-notification/index.d.ts +32 -0
  454. package/dist/types/components/notification/z-toast-notification/index.d.ts +56 -0
  455. package/dist/types/components/notification/z-tooltip/index.d.ts +32 -0
  456. package/dist/types/components/panel/z-panel-elem/index.d.ts +25 -0
  457. package/dist/types/components/table/cells/z-td/index.d.ts +37 -0
  458. package/dist/types/components/table/cells/z-th/index.d.ts +56 -0
  459. package/dist/types/components/table/z-table/index.d.ts +28 -0
  460. package/dist/types/components/table/z-tbody/index.d.ts +7 -0
  461. package/dist/types/components/table/z-tfoot/index.d.ts +11 -0
  462. package/dist/types/components/table/z-thead/index.d.ts +11 -0
  463. package/dist/types/components/table/z-tr/index.d.ts +41 -0
  464. package/dist/types/components/z-accordion/index.d.ts +65 -0
  465. package/dist/types/components/z-anchor-navigation/index.d.ts +39 -0
  466. package/dist/types/components/z-aria-alert/index.d.ts +6 -0
  467. package/dist/types/components/z-avatar/index.d.ts +16 -0
  468. package/dist/types/components/z-book-card/index.d.ts +95 -0
  469. package/dist/types/components/z-breadcrumb/index.d.ts +56 -0
  470. package/dist/types/components/z-card/index.d.ts +38 -0
  471. package/dist/types/components/z-carousel/index.d.ts +63 -0
  472. package/dist/types/components/z-contextual-menu/index.d.ts +26 -0
  473. package/dist/types/components/z-cover-hero/index.d.ts +41 -0
  474. package/dist/types/components/z-divider/index.d.ts +10 -0
  475. package/dist/types/components/z-ghost-loading/index.d.ts +3 -0
  476. package/dist/types/components/z-info-reveal/index.d.ts +29 -0
  477. package/dist/types/components/z-offcanvas/index.d.ts +27 -0
  478. package/dist/types/components/z-pagination/index.d.ts +109 -0
  479. package/dist/types/components/z-popover/index.d.ts +69 -0
  480. package/dist/types/components/z-section-title/index.d.ts +25 -0
  481. package/dist/types/components/z-skip-to-content/index.d.ts +21 -0
  482. package/dist/types/components/z-tag/index.d.ts +13 -0
  483. package/dist/types/components/z-visually-hidden/index.d.ts +3 -0
  484. package/dist/types/components.d.ts +5258 -0
  485. package/dist/types/constants/breakpoints.d.ts +4 -0
  486. package/dist/types/constants/icons.d.ts +6 -0
  487. package/dist/types/deprecated/z-link/index.d.ts +41 -0
  488. package/dist/types/deprecated/z-navigation-tab/index.d.ts +69 -0
  489. package/dist/types/deprecated/z-navigation-tab-link/index.d.ts +77 -0
  490. package/dist/types/deprecated/z-table-deprecated/z-table-body/index.d.ts +8 -0
  491. package/dist/types/deprecated/z-table-deprecated/z-table-cell/index.d.ts +14 -0
  492. package/dist/types/deprecated/z-table-deprecated/z-table-deprecated/index.d.ts +59 -0
  493. package/dist/types/deprecated/z-table-deprecated/z-table-empty-box/index.d.ts +15 -0
  494. package/dist/types/deprecated/z-table-deprecated/z-table-expanded-row/index.d.ts +8 -0
  495. package/dist/types/deprecated/z-table-deprecated/z-table-footer/index.d.ts +8 -0
  496. package/dist/types/deprecated/z-table-deprecated/z-table-head/index.d.ts +8 -0
  497. package/dist/types/deprecated/z-table-deprecated/z-table-header/index.d.ts +31 -0
  498. package/dist/types/deprecated/z-table-deprecated/z-table-header-row/index.d.ts +9 -0
  499. package/dist/types/deprecated/z-table-deprecated/z-table-row/index.d.ts +16 -0
  500. package/dist/types/deprecated/z-table-deprecated/z-table-sticky-footer/index.d.ts +7 -0
  501. package/dist/types/index.d.ts +7 -0
  502. package/dist/types/snowflakes/myz/card/z-myz-card/index.d.ts +16 -0
  503. package/dist/types/snowflakes/myz/card/z-myz-card-alert/index.d.ts +19 -0
  504. package/dist/types/snowflakes/myz/card/z-myz-card-body/index.d.ts +7 -0
  505. package/dist/types/snowflakes/myz/card/z-myz-card-cover/index.d.ts +12 -0
  506. package/dist/types/snowflakes/myz/card/z-myz-card-dictionary/index.d.ts +24 -0
  507. package/dist/types/snowflakes/myz/card/z-myz-card-footer/index.d.ts +34 -0
  508. package/dist/types/snowflakes/myz/card/z-myz-card-footer-sections/index.d.ts +7 -0
  509. package/dist/types/snowflakes/myz/card/z-myz-card-header/index.d.ts +19 -0
  510. package/dist/types/snowflakes/myz/card/z-myz-card-icon/index.d.ts +9 -0
  511. package/dist/types/snowflakes/myz/card/z-myz-card-info/index.d.ts +36 -0
  512. package/dist/types/snowflakes/myz/card/z-myz-card-list/index.d.ts +9 -0
  513. package/dist/types/snowflakes/myz/list/z-myz-list/index.d.ts +11 -0
  514. package/dist/types/snowflakes/myz/list/z-myz-list-item/index.d.ts +25 -0
  515. package/dist/types/snowflakes/myz/pocket/z-messages-pocket/index.d.ts +16 -0
  516. package/dist/types/snowflakes/myz/pocket/z-pocket/index.d.ts +25 -0
  517. package/dist/types/snowflakes/myz/pocket/z-pocket-body/index.d.ts +12 -0
  518. package/dist/types/snowflakes/myz/pocket/z-pocket-header/index.d.ts +18 -0
  519. package/dist/types/snowflakes/myz/pocket/z-pocket-message/index.d.ts +7 -0
  520. package/dist/types/snowflakes/myz/z-alert/index.d.ts +9 -0
  521. package/dist/types/snowflakes/myz/z-otp/index.d.ts +17 -0
  522. package/dist/types/snowflakes/myz/z-slideshow/index.d.ts +30 -0
  523. package/dist/types/stencil-public-runtime.d.ts +1576 -0
  524. package/dist/types/utils/storybook-utils.d.ts +50 -0
  525. package/dist/types/utils/utils.d.ts +24 -0
  526. package/dist/web-components-library/index.esm.js +1 -0
  527. package/dist/web-components-library/p-01e2e8d4.entry.js +1 -0
  528. package/dist/web-components-library/p-035fbb3e.entry.js +1 -0
  529. package/dist/web-components-library/p-03b13390.entry.js +1 -0
  530. package/dist/web-components-library/p-04b2ab0d.entry.js +1 -0
  531. package/dist/web-components-library/p-05ba9739.entry.js +1 -0
  532. package/dist/web-components-library/p-06c94384.entry.js +1 -0
  533. package/dist/web-components-library/p-100207d8.entry.js +1 -0
  534. package/dist/web-components-library/p-1086a0fa.entry.js +1 -0
  535. package/dist/web-components-library/p-112455b1.js +1 -0
  536. package/dist/web-components-library/p-138bc87e.entry.js +1 -0
  537. package/dist/web-components-library/p-13fc4378.js +1 -0
  538. package/dist/web-components-library/p-15a606ce.entry.js +1 -0
  539. package/dist/web-components-library/p-19876b0d.entry.js +1 -0
  540. package/dist/web-components-library/p-1d805413.entry.js +1 -0
  541. package/dist/web-components-library/p-29fa362c.entry.js +1 -0
  542. package/dist/web-components-library/p-2cb45213.entry.js +1 -0
  543. package/dist/web-components-library/p-33305cc8.entry.js +1 -0
  544. package/dist/web-components-library/p-3636078a.entry.js +1 -0
  545. package/dist/web-components-library/p-376f2928.entry.js +1 -0
  546. package/dist/web-components-library/p-392899e9.entry.js +1 -0
  547. package/dist/web-components-library/p-39b7ad4f.entry.js +1 -0
  548. package/dist/web-components-library/p-3bb2d909.entry.js +1 -0
  549. package/dist/web-components-library/p-485fd3db.entry.js +1 -0
  550. package/dist/web-components-library/p-49f4e9a0.entry.js +1 -0
  551. package/dist/web-components-library/p-4d0d5d93.entry.js +1 -0
  552. package/dist/web-components-library/p-50f78a81.entry.js +1 -0
  553. package/dist/web-components-library/p-51bfa8ba.entry.js +1 -0
  554. package/dist/web-components-library/p-5338cc37.entry.js +1 -0
  555. package/dist/web-components-library/p-571b55dc.js +1 -0
  556. package/dist/web-components-library/p-57c6d414.entry.js +1 -0
  557. package/dist/web-components-library/p-5944a8f2.entry.js +1 -0
  558. package/dist/web-components-library/p-5c177ba5.entry.js +1 -0
  559. package/dist/web-components-library/p-5d274fcc.entry.js +1 -0
  560. package/dist/web-components-library/p-5f202970.entry.js +1 -0
  561. package/dist/web-components-library/p-5fd3ed9c.entry.js +1 -0
  562. package/dist/web-components-library/p-61c00383.entry.js +1 -0
  563. package/dist/web-components-library/p-68410ea2.js +1 -0
  564. package/dist/web-components-library/p-6a4403c6.entry.js +1 -0
  565. package/dist/web-components-library/p-6ed0aaab.entry.js +1 -0
  566. package/dist/web-components-library/p-7426f322.js +1 -0
  567. package/dist/web-components-library/p-7588fbf0.js +1 -0
  568. package/dist/web-components-library/p-7907bdf7.entry.js +1 -0
  569. package/dist/web-components-library/p-7b990086.js +1 -0
  570. package/dist/web-components-library/p-7c5ddeb0.entry.js +1 -0
  571. package/dist/web-components-library/p-80e52459.js +1 -0
  572. package/dist/web-components-library/p-81006561.js +2 -0
  573. package/dist/web-components-library/p-86758f78.entry.js +1 -0
  574. package/dist/web-components-library/p-8a45ae2a.entry.js +1 -0
  575. package/dist/web-components-library/p-8c31e60b.entry.js +1 -0
  576. package/dist/web-components-library/p-9021c92a.js +1 -0
  577. package/dist/web-components-library/p-94afe4dd.entry.js +1 -0
  578. package/dist/web-components-library/p-9508cd3e.js +1 -0
  579. package/dist/web-components-library/p-95370f75.js +1 -0
  580. package/dist/web-components-library/p-96fc8078.entry.js +1 -0
  581. package/dist/web-components-library/p-98204840.entry.js +1 -0
  582. package/dist/web-components-library/p-98badafc.js +1 -0
  583. package/dist/web-components-library/p-9b0bcd43.entry.js +1 -0
  584. package/dist/web-components-library/p-9c1ed1e8.entry.js +1 -0
  585. package/dist/web-components-library/p-9ff2fc8e.entry.js +1 -0
  586. package/dist/web-components-library/p-a01baa71.js +1 -0
  587. package/dist/web-components-library/p-a1663ab1.entry.js +1 -0
  588. package/dist/web-components-library/p-a3587fd6.entry.js +16 -0
  589. package/dist/web-components-library/p-a4502b1e.entry.js +1 -0
  590. package/dist/web-components-library/p-a48e5c46.entry.js +1 -0
  591. package/dist/web-components-library/p-a50262e8.entry.js +1 -0
  592. package/dist/web-components-library/p-a862a070.entry.js +1 -0
  593. package/dist/web-components-library/p-a99c220f.entry.js +1 -0
  594. package/dist/web-components-library/p-a9d2edee.entry.js +1 -0
  595. package/dist/web-components-library/p-acb89afa.entry.js +1 -0
  596. package/dist/web-components-library/p-b2527ca1.entry.js +1 -0
  597. package/dist/web-components-library/p-b497e33e.js +1 -0
  598. package/dist/web-components-library/p-b99039ed.js +1 -0
  599. package/dist/web-components-library/p-c298cb2f.js +1 -0
  600. package/dist/web-components-library/p-c44d87bd.entry.js +1 -0
  601. package/dist/web-components-library/p-c6e7991f.entry.js +1 -0
  602. package/dist/web-components-library/p-c9bc5148.js +1 -0
  603. package/dist/web-components-library/p-ca472d1c.entry.js +1 -0
  604. package/dist/web-components-library/p-cbb670c5.js +1 -0
  605. package/dist/web-components-library/p-cc009af8.entry.js +1 -0
  606. package/dist/web-components-library/p-cd561d69.js +1 -0
  607. package/dist/web-components-library/p-d2946762.entry.js +1 -0
  608. package/dist/web-components-library/p-db0a64af.js +1 -0
  609. package/dist/web-components-library/p-dd4fc386.entry.js +1 -0
  610. package/dist/web-components-library/p-de5688e9.entry.js +1 -0
  611. package/dist/web-components-library/p-decbd59d.entry.js +1 -0
  612. package/dist/web-components-library/p-e43e61ac.js +7 -0
  613. package/dist/web-components-library/p-e54d4ef9.entry.js +1 -0
  614. package/dist/web-components-library/p-e7c6d651.entry.js +1 -0
  615. package/dist/web-components-library/p-ed42ceca.entry.js +1 -0
  616. package/dist/web-components-library/p-f058316f.entry.js +1 -0
  617. package/dist/web-components-library/p-f14105c6.entry.js +1 -0
  618. package/dist/web-components-library/p-f3cc3f27.entry.js +1 -0
  619. package/dist/web-components-library/p-f46fa177.entry.js +1 -0
  620. package/dist/web-components-library/p-f4e2e76b.entry.js +1 -0
  621. package/dist/web-components-library/p-f5ae1514.entry.js +1 -0
  622. package/dist/web-components-library/p-f5bc7dda.entry.js +1 -0
  623. package/dist/web-components-library/p-f8383e14.entry.js +1 -0
  624. package/dist/web-components-library/p-f976f29f.js +1 -0
  625. package/dist/web-components-library/p-f9873cb9.entry.js +1 -0
  626. package/dist/web-components-library/p-fd58b7a2.entry.js +1 -0
  627. package/dist/web-components-library/p-fde82dc3.js +1 -0
  628. package/dist/web-components-library/p-ff5a6e34.entry.js +1 -0
  629. package/dist/web-components-library/p-ffde06d1.entry.js +1 -0
  630. package/dist/web-components-library/web-components-library.css +3 -0
  631. package/dist/web-components-library/web-components-library.esm.js +1 -0
  632. package/loader/cdn.js +3 -0
  633. package/loader/index.cjs.js +3 -0
  634. package/loader/index.d.ts +12 -0
  635. package/loader/index.es2017.js +3 -0
  636. package/loader/index.js +4 -0
  637. package/loader/package.json +11 -0
  638. package/package.json +1 -1
  639. package/react/components.d.ts +97 -0
  640. package/react/components.js +104 -0
  641. package/react/components.js.map +1 -0
  642. package/react/index.js +14 -0
  643. package/react/index.js.map +1 -0
  644. package/react/react-component-lib/createComponent.d.ts +10 -0
  645. package/react/react-component-lib/createComponent.js +98 -0
  646. package/react/react-component-lib/createComponent.js.map +1 -0
  647. package/react/react-component-lib/createOverlayComponent.d.ts +21 -0
  648. package/react/react-component-lib/createOverlayComponent.js +116 -0
  649. package/react/react-component-lib/createOverlayComponent.js.map +1 -0
  650. package/react/react-component-lib/index.d.ts +2 -0
  651. package/react/react-component-lib/index.js +8 -0
  652. package/react/react-component-lib/index.js.map +1 -0
  653. package/react/react-component-lib/interfaces.d.ts +29 -0
  654. package/react/react-component-lib/interfaces.js +3 -0
  655. package/react/react-component-lib/interfaces.js.map +1 -0
  656. package/react/react-component-lib/utils/attachProps.d.ts +12 -0
  657. package/react/react-component-lib/utils/attachProps.js +105 -0
  658. package/react/react-component-lib/utils/attachProps.js.map +1 -0
  659. package/react/react-component-lib/utils/case.d.ts +2 -0
  660. package/react/react-component-lib/utils/case.js +12 -0
  661. package/react/react-component-lib/utils/case.js.map +1 -0
  662. package/react/react-component-lib/utils/dev.d.ts +2 -0
  663. package/react/react-component-lib/utils/dev.js +18 -0
  664. package/react/react-component-lib/utils/dev.js.map +1 -0
  665. package/react/react-component-lib/utils/index.d.ts +10 -0
  666. package/react/react-component-lib/utils/index.js +54 -0
  667. package/react/react-component-lib/utils/index.js.map +1 -0
  668. package/www/assets/favicon.png +0 -0
  669. package/www/assets/images/png/arrowDown.png +0 -0
  670. package/www/assets/images/png/arrowUp.png +0 -0
  671. package/www/assets/images/png/back-button.png +0 -0
  672. package/www/assets/images/png/bovolenta-logo.png +0 -0
  673. package/www/assets/images/png/cart-icon.png +0 -0
  674. package/www/assets/images/png/cea-logo.png +0 -0
  675. package/www/assets/images/png/clitt-logo.png +0 -0
  676. package/www/assets/images/png/down-arrow.png +0 -0
  677. package/www/assets/images/png/download.png +0 -0
  678. package/www/assets/images/png/facebook.png +0 -0
  679. package/www/assets/images/png/gruoss.png +0 -0
  680. package/www/assets/images/png/instagram.png +0 -0
  681. package/www/assets/images/png/lucisano-logo.png +0 -0
  682. package/www/assets/images/png/myzanichelli-logo.png +0 -0
  683. package/www/assets/images/png/question-mark.png +0 -0
  684. package/www/assets/images/png/suitcase-icon.png +0 -0
  685. package/www/assets/images/png/twitter.png +0 -0
  686. package/www/assets/images/png/up-arrow.png +0 -0
  687. package/www/assets/images/png/user.png +0 -0
  688. package/www/assets/images/png/user_transparent.png +0 -0
  689. package/www/assets/images/png/youtube.png +0 -0
  690. package/www/assets/images/png/zanichelli-add-book-gray@8x.png +0 -0
  691. package/www/assets/images/png/zanichelli-book-remove-gray@8x.png +0 -0
  692. package/www/assets/images/png/zanichelli-error-image.png +0 -0
  693. package/www/assets/images/png/zanichelli-external-link-2@8x.png +0 -0
  694. package/www/assets/images/png/zanichelli-external-link-3@8x.png +0 -0
  695. package/www/assets/images/png/zanichelli-external-link@8x.png +0 -0
  696. package/www/assets/images/png/zanichelli-logo-2.png +0 -0
  697. package/www/assets/images/png/zanichelli-logo-footer.png +0 -0
  698. package/www/assets/images/png/zanichelli-logo.png +0 -0
  699. package/www/build/index.esm.js +1 -0
  700. package/www/build/p-01e2e8d4.entry.js +1 -0
  701. package/www/build/p-035fbb3e.entry.js +1 -0
  702. package/www/build/p-03b13390.entry.js +1 -0
  703. package/www/build/p-04b2ab0d.entry.js +1 -0
  704. package/www/build/p-05ba9739.entry.js +1 -0
  705. package/www/build/p-06c94384.entry.js +1 -0
  706. package/www/build/p-100207d8.entry.js +1 -0
  707. package/www/build/p-1086a0fa.entry.js +1 -0
  708. package/www/build/p-112455b1.js +1 -0
  709. package/www/build/p-138bc87e.entry.js +1 -0
  710. package/www/build/p-13fc4378.js +1 -0
  711. package/www/build/p-15a606ce.entry.js +1 -0
  712. package/www/build/p-19876b0d.entry.js +1 -0
  713. package/www/build/p-1d805413.entry.js +1 -0
  714. package/www/build/p-29fa362c.entry.js +1 -0
  715. package/www/build/p-2cb45213.entry.js +1 -0
  716. package/www/build/p-33305cc8.entry.js +1 -0
  717. package/www/build/p-3636078a.entry.js +1 -0
  718. package/www/build/p-376f2928.entry.js +1 -0
  719. package/www/build/p-392899e9.entry.js +1 -0
  720. package/www/build/p-39b7ad4f.entry.js +1 -0
  721. package/www/build/p-3bb2d909.entry.js +1 -0
  722. package/www/build/p-485fd3db.entry.js +1 -0
  723. package/www/build/p-49f4e9a0.entry.js +1 -0
  724. package/www/build/p-4c149389.js +1 -0
  725. package/www/build/p-4d0d5d93.entry.js +1 -0
  726. package/www/build/p-50f78a81.entry.js +1 -0
  727. package/www/build/p-51bfa8ba.entry.js +1 -0
  728. package/www/build/p-5338cc37.entry.js +1 -0
  729. package/www/build/p-571b55dc.js +1 -0
  730. package/www/build/p-57c6d414.entry.js +1 -0
  731. package/www/build/p-5944a8f2.entry.js +1 -0
  732. package/www/build/p-5c177ba5.entry.js +1 -0
  733. package/www/build/p-5d274fcc.entry.js +1 -0
  734. package/www/build/p-5f202970.entry.js +1 -0
  735. package/www/build/p-5fd3ed9c.entry.js +1 -0
  736. package/www/build/p-61c00383.entry.js +1 -0
  737. package/www/build/p-68410ea2.js +1 -0
  738. package/www/build/p-6a4403c6.entry.js +1 -0
  739. package/www/build/p-6ed0aaab.entry.js +1 -0
  740. package/www/build/p-7426f322.js +1 -0
  741. package/www/build/p-7588fbf0.js +1 -0
  742. package/www/build/p-7907bdf7.entry.js +1 -0
  743. package/www/build/p-7b990086.js +1 -0
  744. package/www/build/p-7c5ddeb0.entry.js +1 -0
  745. package/www/build/p-80e52459.js +1 -0
  746. package/www/build/p-81006561.js +2 -0
  747. package/www/build/p-86758f78.entry.js +1 -0
  748. package/www/build/p-8a45ae2a.entry.js +1 -0
  749. package/www/build/p-8c31e60b.entry.js +1 -0
  750. package/www/build/p-9021c92a.js +1 -0
  751. package/www/build/p-94afe4dd.entry.js +1 -0
  752. package/www/build/p-9508cd3e.js +1 -0
  753. package/www/build/p-95370f75.js +1 -0
  754. package/www/build/p-96fc8078.entry.js +1 -0
  755. package/www/build/p-98204840.entry.js +1 -0
  756. package/www/build/p-98badafc.js +1 -0
  757. package/www/build/p-9b0bcd43.entry.js +1 -0
  758. package/www/build/p-9c1ed1e8.entry.js +1 -0
  759. package/www/build/p-9ff2fc8e.entry.js +1 -0
  760. package/www/build/p-a01baa71.js +1 -0
  761. package/www/build/p-a1663ab1.entry.js +1 -0
  762. package/www/build/p-a3587fd6.entry.js +16 -0
  763. package/www/build/p-a4502b1e.entry.js +1 -0
  764. package/www/build/p-a48e5c46.entry.js +1 -0
  765. package/www/build/p-a50262e8.entry.js +1 -0
  766. package/www/build/p-a69eedf3.css +3 -0
  767. package/www/build/p-a862a070.entry.js +1 -0
  768. package/www/build/p-a99c220f.entry.js +1 -0
  769. package/www/build/p-a9d2edee.entry.js +1 -0
  770. package/www/build/p-acb89afa.entry.js +1 -0
  771. package/www/build/p-b2527ca1.entry.js +1 -0
  772. package/www/build/p-b497e33e.js +1 -0
  773. package/www/build/p-b99039ed.js +1 -0
  774. package/www/build/p-c298cb2f.js +1 -0
  775. package/www/build/p-c44d87bd.entry.js +1 -0
  776. package/www/build/p-c6e7991f.entry.js +1 -0
  777. package/www/build/p-c9bc5148.js +1 -0
  778. package/www/build/p-ca472d1c.entry.js +1 -0
  779. package/www/build/p-cbb670c5.js +1 -0
  780. package/www/build/p-cc009af8.entry.js +1 -0
  781. package/www/build/p-cd561d69.js +1 -0
  782. package/www/build/p-d2946762.entry.js +1 -0
  783. package/www/build/p-db0a64af.js +1 -0
  784. package/www/build/p-dd4fc386.entry.js +1 -0
  785. package/www/build/p-de5688e9.entry.js +1 -0
  786. package/www/build/p-decbd59d.entry.js +1 -0
  787. package/www/build/p-e43e61ac.js +7 -0
  788. package/www/build/p-e54d4ef9.entry.js +1 -0
  789. package/www/build/p-e7c6d651.entry.js +1 -0
  790. package/www/build/p-ed42ceca.entry.js +1 -0
  791. package/www/build/p-f058316f.entry.js +1 -0
  792. package/www/build/p-f14105c6.entry.js +1 -0
  793. package/www/build/p-f3cc3f27.entry.js +1 -0
  794. package/www/build/p-f46fa177.entry.js +1 -0
  795. package/www/build/p-f4e2e76b.entry.js +1 -0
  796. package/www/build/p-f5ae1514.entry.js +1 -0
  797. package/www/build/p-f5bc7dda.entry.js +1 -0
  798. package/www/build/p-f8383e14.entry.js +1 -0
  799. package/www/build/p-f976f29f.js +1 -0
  800. package/www/build/p-f9873cb9.entry.js +1 -0
  801. package/www/build/p-fd58b7a2.entry.js +1 -0
  802. package/www/build/p-fde82dc3.js +1 -0
  803. package/www/build/p-ff5a6e34.entry.js +1 -0
  804. package/www/build/p-ffde06d1.entry.js +1 -0
  805. package/www/build/web-components-library.css +3 -0
  806. package/www/build/web-components-library.esm.js +1 -0
  807. package/www/build/web-components-library.js +33 -0
  808. package/www/host.config.json +15 -0
  809. package/www/index.html +1 -0
  810. package/www/pages/book-cards.html +595 -0
  811. package/www/pages/file-upload.html +258 -0
  812. package/www/pages/notification.html +299 -0
  813. package/CHANGELOG.md +0 -2844
  814. /package/{src-react/index.ts → react/index.d.ts} +0 -0
@@ -0,0 +1,1077 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-195ca522.js');
6
+ const index$1 = require('./index-cf9497bc.js');
7
+ const icons = require('./icons-d385b990.js');
8
+ const utils = require('./utils-ee86db4f.js');
9
+ require('./breakpoints-ebe1a437.js');
10
+
11
+ const stylesCss$a = ":host{--app-header-typography-1-size:24px;--app-header-typography-2-size:28px;--app-header-typography-3-size:32px;--app-header-typography-4-size:36px;--app-header-typography-5-size:42px;--app-header-typography-6-size:48px;--app-header-typography-7-size:54px;--app-header-typography-8-size:60px;--app-header-typography-9-size:68px;--app-header-typography-10-size:76px;--app-header-typography-11-size:84px;--app-header-typography-12-size:92px;--app-header-typography-1-lineheight:1.33;--app-header-typography-2-lineheight:1.29;--app-header-typography-3-lineheight:1.25;--app-header-typography-4-lineheight:1.24;--app-header-typography-5-lineheight:1.24;--app-header-typography-6-lineheight:1.25;--app-header-typography-7-lineheight:1.2;--app-header-typography-8-lineheight:1.26;--app-header-typography-9-lineheight:1.24;--app-header-typography-10-lineheight:1.26;--app-header-typography-11-lineheight:1.2;--app-header-typography-12-lineheight:1.2;--app-header-typography-1-tracking:calc(-0.2 / 1em);--app-header-typography-2-tracking:calc(-0.4 / 1em);--app-header-typography-3-tracking:calc(-0.6 / 1em);--app-header-typography-4-tracking:calc(-0.8 / 1em);--app-header-typography-5-tracking:calc(-1 / 1em);--app-header-typography-6-tracking:calc(-1.2 / 1em);--app-header-typography-7-tracking:calc(-1.4 / 1em);--app-header-typography-8-tracking:calc(-1.6 / 1em);--app-header-typography-9-tracking:calc(-1.8 / 1em);--app-header-typography-10-tracking:calc(-2 / 1em);--app-header-typography-11-tracking:calc(-2.2 / 1em);--app-header-typography-12-tracking:calc(-2.4 / 1em);--app-header-content-max-width:100%;--app-header-height:auto;--app-header-top-offset:48px;--app-header-drawer-trigger-size:calc(var(--space-unit) * 4);--app-header-bg:var(--color-surface01);--app-header-stucked-bg:var(--color-surface01);--app-header-text-color:var(--color-text01);--app-header-title-font-size:var(--app-header-typography-3-size);--app-header-title-lineheight:var(--app-header-typography-3-lineheight);--app-header-title-letter-spacing:var(--app-header-typography-3-tracking);--app-header-stucked-text-color:var(--color-text01);position:relative;display:block;height:var(--app-header-height);color:var(--app-header-text-color)}:host,*{box-sizing:border-box}.heading-panel{position:relative;display:flex;width:100%;max-width:var(--app-header-content-max-width);flex-direction:column;flex-grow:0;flex-shrink:0;align-items:baseline;padding:var(--grid-margin);margin:0 auto;background:var(--app-header-bg);gap:calc(var(--space-unit) * 2) calc(var(--space-unit) * 5)}.hero-container+.heading-panel{background:transparent}:host(:empty) .heading-panel{padding:0}.heading-container{position:relative;z-index:1;display:flex;width:100%;max-width:100%;flex:1 auto;flex-direction:column;justify-content:flex-start}.heading-title{display:flex;max-width:100%;flex-direction:row;align-items:flex-start;column-gap:calc(var(--space-unit) * 2)}::slotted([slot=\"title\"]),.heading-stuck .heading-title>*,::slotted([slot=\"stucked-title\"]){margin:0;font-family:\"IBM Plex Serif\", serif;font-weight:var(--font-bd)}::slotted([slot=\"title\"]){font-size:var(--app-header-title-font-size);letter-spacing:var(--app-header-title-letter-spacing);line-height:var(--app-header-title-lineheight)}.heading-stuck .heading-title>*,::slotted([slot=\"stucked-title\"]){font-size:var(--app-header-typography-3-size);letter-spacing:var(--app-header-typography-3-tracking);line-height:var(--app-header-typography-3-lineheight)}:host(:not([menu-length=\"0\"])) .heading-subtitle{padding-left:calc(var(--app-header-drawer-trigger-size) + (var(--space-unit) * 2))}::slotted([slot=\"top-subtitle\"]),::slotted([slot=\"subtitle\"]){margin:0;font-family:var(--font-family-sans);font-size:20px;font-style:italic;line-height:26px}::slotted([slot=\"subtitle\"]){font-weight:500}::slotted([slot=\"top-subtitle\"]){font-weight:400}.menu-container{display:flex;width:100%;flex:1 auto;flex-flow:row wrap}:host([menu-length=\"0\"]:not([enable-search])) .menu-container,.menu-container:empty{display:none}.menu-container ::slotted([open]){position:relative;z-index:3}z-searchbar{z-index:0;display:flex;width:auto;min-width:calc(var(--space-unit) * 32);flex:1 auto;align-items:center;margin-left:auto}.heading-stuck{position:fixed;z-index:20;top:var(--app-header-top-offset);left:0;width:100%;max-width:100%;animation:slide-stuck-heading-in 250ms ease-out;background:var(--app-header-stucked-bg);box-shadow:var(--shadow-2);color:var(--app-header-stucked-text-color)}.heading-stuck-content{display:flex;max-width:var(--app-header-content-max-width);align-items:center;padding:var(--space-unit) var(--grid-margin);margin:0 auto;column-gap:calc(var(--space-unit) * 2)}.heading-stuck .heading-title{overflow:hidden}.heading-stuck .heading-title>*,.heading-stuck .heading-title ::slotted([slot=\"stucked-title\"]){display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.heading-stuck-content z-button{margin-left:auto}.drawer-trigger{padding:0;border:0;margin:0;appearance:none;background:none;border-radius:0;color:inherit;cursor:pointer}.drawer-trigger z-icon{--z-icon-width:var(--app-header-drawer-trigger-size);--z-icon-height:var(--app-header-drawer-trigger-size);fill:currentcolor}.heading-container :is(.drawer-trigger,z-button.search-page-button){display:flex;height:calc(var(--app-header-title-font-size) * var(--app-header-title-lineheight));align-items:center}.heading-container z-button.search-page-button{margin-left:auto}.drawer-content{display:none}z-offcanvas[open] .drawer-content{display:flex;width:100%;flex:1 auto;flex-direction:column;row-gap:calc(var(--space-unit) * 2.5)}z-offcanvas[open] .drawer-content ::slotted(z-menu){width:100%}.drawer-close{--z-icon-width:var(--app-header-drawer-trigger-size);--z-icon-height:var(--app-header-drawer-trigger-size);padding:0;border:0;margin:var(--space-unit) 0 calc(var(--space-unit) * 2.5);appearance:none;background:transparent;border-radius:0;color:inherit;cursor:pointer;fill:currentcolor;font-size:inherit;outline:none}.drawer-close:focus-visible{box-shadow:var(--shadow-focus-primary)}.hero-container{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%}:host([overlay]) .heading-panel .drawer-trigger z-icon,:host([overlay]) .heading-panel .heading-container,:host([overlay]) .heading-panel .menu-container{color:var(--color-white);fill:var(--color-white)}:host([overlay]) .heading-panel .menu-container ::slotted(z-menu){--z-menu-label-color:var(--color-white)}:host([overlay]) .hero-container::after{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;background:var(--color-black);content:\"\";opacity:0.5}.hero-container img,.hero-container ::slotted(*){position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top center;-webkit-user-drag:none}@media (min-width: 768px){:host{--app-header-title-font-size:var(--app-header-typography-6-size);--app-header-title-lineheight:var(--app-header-typography-6-lineheight);--app-header-title-letter-spacing:var(--app-header-typography-6-tracking)}.heading-panel{flex-flow:row wrap;align-items:center;padding-bottom:calc(var(--space-unit) * 2)}.heading-container{margin-right:auto}:host(:is([flow=\"offcanvas\"],[menu-length=\"0\"])) :is(.heading-container,.menu-container){width:auto}:host(:not([flow=\"offcanvas\"])) .heading-subtitle{padding-left:0}.menu-container{flex:initial;align-items:center}:host([menu-length=\"0\"]) .menu-container:not(:empty){height:calc(var(--app-header-title-font-size) * var(--app-header-title-lineheight))}:host(:not([flow=\"offcanvas\"])) .menu-container{gap:var(--space-unit) calc(var(--space-unit) * 5)}:host(:not([flow=\"offcanvas\"])) .heading-container .drawer-trigger{display:none}}@media (min-width: 1152px){:host{--app-header-title-font-size:var(--app-header-typography-7-size);--app-header-title-lineheight:var(--app-header-typography-7-lineheight);--app-header-title-letter-spacing:var(--app-header-typography-7-tracking)}.heading-panel{justify-content:flex-start;padding-bottom:calc(var(--space-unit) * 3)}.heading-container,.menu-container{width:auto}:host([flow=\"stack\"]) .heading-panel{flex-flow:column;align-items:flex-start}:host([flow=\"stack\"]) .menu-container{width:100%}:host(:not([flow=\"offcanvas\"],[menu-length=\"0\"])) .heading-panel{row-gap:calc(var(--space-unit) * 3)}z-searchbar{min-width:calc(var(--space-unit) * 45);flex:initial}}@media (min-width: 1366px){:host{--app-header-title-font-size:var(--app-header-typography-9-size);--app-header-title-lineheight:var(--app-header-typography-9-lineheight);--app-header-title-letter-spacing:var(--app-header-typography-9-tracking)}}@keyframes slide-stuck-heading-in{0%{transform:translate3d(0, -100%, 0)}100%{transform:none}}";
12
+
13
+ const SUPPORT_INTERSECTION_OBSERVER = typeof IntersectionObserver !== "undefined";
14
+ const ZAppHeader = class {
15
+ constructor(hostRef) {
16
+ index.registerInstance(this, hostRef);
17
+ this.sticking = index.createEvent(this, "sticking", 7);
18
+ /**
19
+ * Stuck mode for the header.
20
+ * You can programmatically set it using an IntersectionObserver.
21
+ */
22
+ this.stuck = false;
23
+ /**
24
+ * Should place an overlay over the hero image.
25
+ * Useful for legibility purpose.
26
+ */
27
+ this.overlay = false;
28
+ /**
29
+ * Control menu bar position in the header.
30
+ * - auto: the menu bar is positioned near the title
31
+ * - stack: the menu bar is positioned below the title
32
+ * - offcanvas: the menu bar is not displayed and a burger icon appears to open the offcanvas menu
33
+ */
34
+ this.flow = "auto";
35
+ /**
36
+ * The opening state of the drawer.
37
+ */
38
+ this.drawerOpen = false;
39
+ /**
40
+ * Enable the search bar.
41
+ */
42
+ this.enableSearch = false;
43
+ /**
44
+ * Placeholder text for the search bar.
45
+ */
46
+ this.searchPlaceholder = "Cerca";
47
+ /**
48
+ * Search string for the search bar.
49
+ */
50
+ this.searchString = "";
51
+ /**
52
+ * The stuck state of the bar.
53
+ */
54
+ this._stuck = false;
55
+ /**
56
+ * Current viewport.
57
+ * Used to change the aspect of the search button (icon only) on mobile and tablet.
58
+ */
59
+ this.currentViewport = "mobile";
60
+ this.observer = SUPPORT_INTERSECTION_OBSERVER &&
61
+ new IntersectionObserver(([entry]) => {
62
+ this._stuck = !entry.isIntersecting;
63
+ }, {
64
+ threshold: 0.5,
65
+ });
66
+ this.openDrawer = this.openDrawer.bind(this);
67
+ this.closeDrawer = this.closeDrawer.bind(this);
68
+ this.collectMenuElements = this.collectMenuElements.bind(this);
69
+ }
70
+ evaluateViewport() {
71
+ if (window.innerWidth < 768) {
72
+ this.currentViewport = "mobile";
73
+ }
74
+ else if (window.innerWidth >= 768 && window.innerWidth < 1152) {
75
+ this.currentViewport = "tablet";
76
+ }
77
+ else {
78
+ this.currentViewport = "desktop";
79
+ }
80
+ }
81
+ onStuck() {
82
+ const scrollParent = this.scrollParent;
83
+ if (!scrollParent) {
84
+ return;
85
+ }
86
+ this.sticking.emit(this._stuck);
87
+ }
88
+ setMenuFloatingMode() {
89
+ if (this.menuElements.length === 0) {
90
+ return;
91
+ }
92
+ const elements = this.menuElements;
93
+ elements.forEach((element) => {
94
+ element.open = false;
95
+ element.floating = !this.drawerOpen;
96
+ element.verticalContext = this.drawerOpen;
97
+ });
98
+ }
99
+ get title() {
100
+ const titleElement = this.hostElement.querySelector('[slot="title"]');
101
+ if (titleElement === null) {
102
+ return "";
103
+ }
104
+ return titleElement.textContent.trim();
105
+ }
106
+ get scrollParent() {
107
+ const parent = this.hostElement.offsetParent;
108
+ if (parent === document.body || parent === document.documentElement) {
109
+ return window;
110
+ }
111
+ return parent;
112
+ }
113
+ get canShowMenu() {
114
+ return this.flow !== "offcanvas" && this.currentViewport !== "mobile" && !this.drawerOpen;
115
+ }
116
+ get canShowSearchbar() {
117
+ if (!this.enableSearch) {
118
+ return false;
119
+ }
120
+ // Always show the searchbar on desktop, even if a searchPageUrl is set
121
+ if (this.searchPageUrl) {
122
+ return this.currentViewport === "desktop";
123
+ }
124
+ return true;
125
+ }
126
+ /**
127
+ * Whether the header has a hero image, either as a prop or as a slot.
128
+ */
129
+ get hasHero() {
130
+ return !!this.hero || this.hostElement.querySelector("[slot=hero]") !== null;
131
+ }
132
+ openDrawer() {
133
+ this.drawerOpen = true;
134
+ }
135
+ closeDrawer() {
136
+ this.drawerOpen = false;
137
+ }
138
+ collectMenuElements() {
139
+ const menuElements = (this.menuElements = this.hostElement.querySelectorAll('[slot="menu"]'));
140
+ this.menuLength = menuElements.length;
141
+ this.setMenuFloatingMode();
142
+ }
143
+ enableStuckObserver() {
144
+ if (this.observer) {
145
+ this.observer.observe(this.container);
146
+ }
147
+ }
148
+ disableStuckMode() {
149
+ this._stuck = false;
150
+ if (this.observer) {
151
+ this.observer.unobserve(this.container);
152
+ }
153
+ }
154
+ onStuckMode() {
155
+ if (this.stuck) {
156
+ this.enableStuckObserver();
157
+ }
158
+ else {
159
+ this.disableStuckMode();
160
+ }
161
+ }
162
+ renderSearchLinkButton() {
163
+ if (!this.enableSearch || !this.searchPageUrl || this.currentViewport === "desktop") {
164
+ return null;
165
+ }
166
+ return (index.h("z-button", { class: "search-page-button", variant: index$1.ButtonVariant.SECONDARY, href: this.searchPageUrl, icon: "search", size: index$1.ControlSize.X_SMALL }));
167
+ }
168
+ renderSeachbar(searchButtonIconOnly) {
169
+ return (index.h("z-searchbar", { value: this.searchString, placeholder: this.searchPlaceholder, showSearchButton: true, searchButtonIconOnly: searchButtonIconOnly, size: index$1.ControlSize.X_SMALL, variant: index$1.ButtonVariant.SECONDARY, preventSubmit: this.searchString.length < 3, onSearchTyping: (e) => (this.searchString = e.detail) }));
170
+ }
171
+ componentDidLoad() {
172
+ this.collectMenuElements();
173
+ this.onStuckMode();
174
+ this.evaluateViewport();
175
+ }
176
+ render() {
177
+ return (index.h(index.Host, { "menu-length": this.menuLength }, this.hasHero && (index.h("div", { class: "hero-container" }, index.h("slot", { name: "hero" }, this.hero && (index.h("img", { alt: "", src: this.hero }))))), index.h("div", { class: "heading-panel", ref: (el) => (this.container = el) }, index.h("div", { class: "heading-container" }, index.h("div", { class: "heading-subtitle" }, index.h("slot", { name: "top-subtitle" })), index.h("div", { class: "heading-title" }, this.menuLength > 0 && (index.h("button", { class: "drawer-trigger", "aria-label": "Apri menu", onClick: this.openDrawer }, index.h("z-icon", { name: "burger-menu" }))), index.h("slot", { name: "title" }), this.renderSearchLinkButton()), index.h("div", { class: "heading-subtitle" }, index.h("slot", { name: "subtitle" }))), (this.canShowMenu || this.canShowSearchbar) && (index.h("div", { class: "menu-container" }, this.canShowMenu && (index.h("slot", { name: "menu", onSlotchange: this.collectMenuElements })), this.canShowSearchbar && this.renderSeachbar(this.currentViewport !== "desktop")))), index.h("z-offcanvas", { variant: index$1.OffCanvasVariant.OVERLAY, transitiondirection: index$1.TransitionDirection.RIGHT, open: this.drawerOpen, onCanvasOpenStatusChanged: (ev) => (this.drawerOpen = ev.detail) }, index.h("button", { class: "drawer-close", "aria-label": "Chiudi menu", onClick: this.closeDrawer, slot: "canvasContent", "aria-hidden": `${!this.drawerOpen}`, disabled: !this.drawerOpen }, index.h("z-icon", { name: "close" })), index.h("div", { class: "drawer-content", slot: "canvasContent", "aria-hidden": `${!this.drawerOpen}` }, index.h("slot", { name: "menu", onSlotchange: this.collectMenuElements }))), this._stuck && (index.h("div", { class: "heading-stuck" }, index.h("div", { class: "heading-stuck-content" }, this.menuLength > 0 && (index.h("button", { class: "drawer-trigger", "aria-label": "Apri menu", onClick: this.openDrawer }, index.h("z-icon", { name: "burger-menu" }))), index.h("div", { class: "heading-title" }, index.h("slot", { name: "stucked-title" }, this.title)), this.renderSearchLinkButton(), this.canShowSearchbar && this.currentViewport === "desktop" && this.renderSeachbar(false))))));
178
+ }
179
+ get hostElement() { return index.getElement(this); }
180
+ static get watchers() { return {
181
+ "_stuck": ["onStuck"],
182
+ "drawerOpen": ["setMenuFloatingMode"],
183
+ "stuck": ["onStuckMode"]
184
+ }; }
185
+ };
186
+ ZAppHeader.style = stylesCss$a;
187
+
188
+ const stylesCss$9 = ".sc-z-button-h{display:inline-block;--z-icon-width:16px;--z-icon-height:16px;--z-icon-right-margin:0}[disabled].sc-z-button-h:not([disabled=\"false\"]){pointer-events:none}.sc-z-button-h .z-button--container.sc-z-button{display:inline-flex;width:100%;box-sizing:border-box;align-items:center;justify-content:center;padding:0;border-width:var(--border-size-medium);border-style:solid;border-radius:var(--border-radius);cursor:pointer;fill:currentcolor;font-family:var(--font-family-sans);font-size:14px;font-weight:var(--font-sb);letter-spacing:0.3px;line-height:1;outline:none;text-decoration:none;text-transform:uppercase;white-space:nowrap}.sc-z-button-h .z-button--container.sc-z-button:focus:focus-visible{box-shadow:var(--shadow-focus-primary)}.sc-z-button-h .z-button--container.z-button--has-text.sc-z-button{min-width:calc(var(--space-unit) * 8);padding:0 calc(var(--space-unit) * 2)}.sc-z-button-h .z-button--container.z-button--has-text.sc-z-button z-icon.sc-z-button{--z-icon-right-margin:var(--space-unit)}[size=\"big\"].sc-z-button-h .z-button--container.sc-z-button{min-width:44px;height:44px}[size=\"small\"].sc-z-button-h .z-button--container.sc-z-button{min-width:36px;height:36px}[size=\"x-small\"].sc-z-button-h .z-button--container.sc-z-button{min-width:32px;height:32px}[variant=\"primary\"].sc-z-button-h .z-button--container.sc-z-button{border-color:var(--color-primary01);background-color:var(--color-primary01);color:var(--color-text-inverse)}@media (hover: hover){[variant=\"primary\"].sc-z-button-h .z-button--container.sc-z-button:hover{border-color:var(--color-hover-primary);background-color:var(--color-hover-primary);color:var(--color-text-inverse)}}[variant=\"primary\"].sc-z-button-h .z-button--container.sc-z-button:active{border-color:var(--color-pressed-primary);background-color:var(--color-pressed-primary);box-shadow:var(--shadow-2);color:var(--color-text-inverse)}[variant=\"primary\"][disabled].sc-z-button-h:not([disabled=\"false\"]) .z-button--container.sc-z-button{border-color:var(--color-disabled01);background-color:var(--color-disabled01);color:var(--color-disabled02)}[variant=\"secondary\"].sc-z-button-h .z-button--container.sc-z-button{border-color:var(--color-primary01);background-color:var(--color-surface01);color:var(--color-primary01)}@media (hover: hover){[variant=\"secondary\"].sc-z-button-h .z-button--container.sc-z-button:hover{border-color:var(--color-hover-primary);background-color:var(--color-surface01);color:var(--color-hover-primary)}}[variant=\"secondary\"].sc-z-button-h .z-button--container.sc-z-button:active{border-color:var(--color-pressed-primary);background-color:var(--color-surface01);box-shadow:var(--shadow-2);color:var(--color-pressed-primary)}[variant=\"secondary\"][disabled].sc-z-button-h:not([disabled=\"false\"]) .z-button--container.sc-z-button{border-color:var(--color-disabled01);background-color:var(--color-surface01);color:var(--color-disabled02)}[variant=\"tertiary\"].sc-z-button-h .z-button--container.sc-z-button{border-color:var(--color-primary02);background-color:var(--color-primary02);color:var(--color-primary01)}@media (hover: hover){[variant=\"tertiary\"].sc-z-button-h .z-button--container.sc-z-button:hover{border-color:var(--color-primary03);background-color:var(--color-primary03);color:var(--color-hover-primary)}}[variant=\"tertiary\"].sc-z-button-h .z-button--container.sc-z-button:focus:focus-visible{border-color:var(--color-surface01);background-color:var(--color-surface01);color:var(--color-primary01)}[variant=\"tertiary\"].sc-z-button-h .z-button--container.sc-z-button:active{border-color:var(--color-surface01);background-color:var(--color-surface01);box-shadow:var(--shadow-2);color:var(--color-primary01)}[variant=\"tertiary\"][disabled].sc-z-button-h:not([disabled=\"false\"]) .z-button--container.sc-z-button{border-color:transparent;background-color:transparent;color:var(--color-disabled02)}";
189
+
190
+ const ZButton = class {
191
+ constructor(hostRef) {
192
+ index.registerInstance(this, hostRef);
193
+ /** defines a string value that labels an interactive element, used for accessibility. */
194
+ this.ariaLabel = "";
195
+ /** HTML button disabled attribute. */
196
+ this.disabled = false;
197
+ /** HTML button type attribute. */
198
+ this.type = index$1.ButtonType.BUTTON;
199
+ /** Graphical variant: `primary`, `secondary`, `tertiary`. Defaults to `primary`. */
200
+ this.variant = index$1.ButtonVariant.PRIMARY;
201
+ /** Available sizes: `big`, `small` and `x-small`. Defaults to `big`. */
202
+ this.size = index$1.ControlSize.BIG;
203
+ }
204
+ getAttributes() {
205
+ return {
206
+ id: this.htmlid,
207
+ class: {
208
+ "z-button--container": true,
209
+ "z-button--has-text": !!this.hostElement.textContent.trim(),
210
+ },
211
+ };
212
+ }
213
+ render() {
214
+ if (this.href) {
215
+ return (index.h("a", Object.assign({}, this.getAttributes(), { "aria-label": this.ariaLabel, href: this.href, target: this.target }), this.icon && (index.h("z-icon", { name: this.icon, width: 16, height: 16 })), index.h("slot", null)));
216
+ }
217
+ return (index.h("button", Object.assign({}, this.getAttributes(), { "aria-label": this.ariaLabel, name: this.name, type: this.type, role: this.role, disabled: this.disabled }), this.icon && (index.h("z-icon", { name: this.icon, width: 16, height: 16 })), index.h("slot", null)));
218
+ }
219
+ get hostElement() { return index.getElement(this); }
220
+ };
221
+ ZButton.style = stylesCss$9;
222
+
223
+ const stylesCss$8 = ".sc-z-divider-h{display:block;padding:0;margin:0}.divider-horizontal.sc-z-divider-h{width:100%}.divider-vertical.sc-z-divider-h{height:100%}.divider-small.divider-horizontal.sc-z-divider-h{height:var(--border-size-small)}.divider-medium.divider-horizontal.sc-z-divider-h{height:var(--border-size-medium)}.divider-large.divider-horizontal.sc-z-divider-h{height:var(--border-size-large)}.divider-small.divider-vertical.sc-z-divider-h{width:var(--border-size-small)}.divider-medium.divider-vertical.sc-z-divider-h{width:var(--border-size-medium)}.divider-large.divider-vertical.sc-z-divider-h{width:var(--border-size-large)}";
224
+
225
+ const ZDivider = class {
226
+ constructor(hostRef) {
227
+ index.registerInstance(this, hostRef);
228
+ /** [optional] Divider size */
229
+ this.size = index$1.DividerSize.SMALL;
230
+ /** [optional] Divider color */
231
+ this.color = "gray200";
232
+ /** [optional] Divider orintation */
233
+ this.orientation = index$1.DividerOrientation.HORIZONTAL;
234
+ }
235
+ render() {
236
+ return (index.h(index.Host, { class: `divider-${this.size} divider-${this.orientation}`, style: { backgroundColor: `var(--${this.color})` } }));
237
+ }
238
+ };
239
+ ZDivider.style = stylesCss$8;
240
+
241
+ const stylesCss$7 = ":host{margin-right:var(--z-icon-right-margin, 0);margin-left:var(--z-icon-left-margin, 0);line-height:0;vertical-align:middle}:host svg:not([width]){width:var(--z-icon-width, 18px)}:host svg:not([height]){height:var(--z-icon-height, 18px)}";
242
+
243
+ const ZIcon = class {
244
+ constructor(hostRef) {
245
+ index.registerInstance(this, hostRef);
246
+ }
247
+ selectPathOrPolygon(iconValue) {
248
+ if (iconValue === null || iconValue === void 0 ? void 0 : iconValue.startsWith("M")) {
249
+ return index.h("path", { d: icons.ICONS[this.name] });
250
+ }
251
+ return index.h("polygon", { points: icons.ICONS[this.name] });
252
+ }
253
+ render() {
254
+ return (index.h(index.Host, { "aria-hidden": "true" }, index.h("svg", { viewBox: "0 0 1000 1000", width: this.width, height: this.height, id: this.iconid, fill: this.fill ? `var(--${this.fill})` : "" }, this.selectPathOrPolygon(icons.ICONS[this.name]))));
255
+ }
256
+ };
257
+ ZIcon.style = stylesCss$7;
258
+
259
+ const stylesCss$6 = ".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-text01);fill:var(--color-icon02);font-family:var(--font-family-sans);font-size:var(--font-size-3);font-weight:var(--font-rg);outline:none}[size=\"small\"].sc-z-input-h input.sc-z-input,[size=\"small\"].sc-z-input-h textarea.sc-z-input,[size=\"small\"].sc-z-input-h .textarea-wrapper.sc-z-input,[size=\"x-small\"].sc-z-input-h input.sc-z-input,[size=\"x-small\"].sc-z-input-h textarea.sc-z-input,[size=\"x-small\"].sc-z-input-h .textarea-wrapper.sc-z-input{font-size:var(--font-size-2)}.cursor-select.sc-z-input-h input.sc-z-input{cursor:pointer}.sc-z-input-h:not(.active-select) 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-input-field02)}.active-select.sc-z-input-h input.sc-z-input{border:var(--border-size-small) solid var(--blue500)}.cursor-select.sc-z-input-h input.sc-z-input:focus:focus-visible{box-shadow:var(--shadow-focus-primary)}.sc-z-input-h input[readonly].sc-z-input:focus:focus-visible{box-shadow:none}.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}.sc-z-input-h:not(.active-select) 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)}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}[size=\"small\"].sc-z-input-h .text-wrapper.sc-z-input>div.sc-z-input>input.sc-z-input{height:calc(var(--space-unit) * 4.5)}[size=\"x-small\"].sc-z-input-h .text-wrapper.sc-z-input>div.sc-z-input>input.sc-z-input{height:calc(var(--space-unit) * 4)}.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.hidden.sc-z-input{display:none}.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 .icons-wrapper.sc-z-input>button.icon-button.sc-z-input>z-icon.small.sc-z-input,.text-wrapper.sc-z-input .icons-wrapper.sc-z-input>button.icon-button.sc-z-input>z-icon.x-small.sc-z-input{--z-icon-width:16px;--z-icon-height:16px}.text-wrapper.sc-z-input>div.sc-z-input>input.sc-z-input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:currentcolor}.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}[size=\"small\"].sc-z-input-h .radio-wrapper.sc-z-input .radio-label.sc-z-input z-icon.sc-z-input,[size=\"small\"].sc-z-input-h .checkbox-wrapper.sc-z-input .checkbox-label.sc-z-input z-icon.sc-z-input{--z-icon-width:16px;--z-icon-height:16px}[size=\"small\"].sc-z-input-h .radio-wrapper.sc-z-input .radio-label.sc-z-input,[size=\"small\"].sc-z-input-h .checkbox-wrapper.sc-z-input .checkbox-label.sc-z-input{font-size:var(--font-size-2)}[size=\"x-small\"].sc-z-input-h .radio-wrapper.sc-z-input .radio-label.sc-z-input z-icon.sc-z-input,[size=\"x-small\"].sc-z-input-h .checkbox-wrapper.sc-z-input .checkbox-label.sc-z-input z-icon.sc-z-input{--z-icon-width:14px;--z-icon-height:14px}[size=\"x-small\"].sc-z-input-h .radio-wrapper.sc-z-input .radio-label.sc-z-input,[size=\"x-small\"].sc-z-input-h .checkbox-wrapper.sc-z-input .checkbox-label.sc-z-input{font-size:var(--font-size-1)}.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)}[size=\"small\"].sc-z-input-h .radio-wrapper.sc-z-input .radio-label.after.sc-z-input>span.sc-z-input,[size=\"small\"].sc-z-input-h .checkbox-wrapper.sc-z-input .checkbox-label.after.sc-z-input>span.sc-z-input,[size=\"x-small\"].sc-z-input-h .radio-wrapper.sc-z-input .radio-label.after.sc-z-input>span.sc-z-input,[size=\"x-small\"].sc-z-input-h .checkbox-wrapper.sc-z-input .checkbox-label.after.sc-z-input>span.sc-z-input{margin-left:calc(var(--space-unit) * 0.5)}[size=\"small\"].sc-z-input-h .radio-wrapper.sc-z-input .radio-label.before.sc-z-input>span.sc-z-input,[size=\"small\"].sc-z-input-h .checkbox-wrapper.sc-z-input .checkbox-label.before.sc-z-input>span.sc-z-input,[size=\"x-small\"].sc-z-input-h .radio-wrapper.sc-z-input .radio-label.before.sc-z-input>span.sc-z-input,[size=\"x-small\"].sc-z-input-h .checkbox-wrapper.sc-z-input .checkbox-label.before.sc-z-input>span.sc-z-input{margin-right:calc(var(--space-unit) * 0.5)}.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)}";
260
+
261
+ const ZInput = class {
262
+ constructor(hostRef) {
263
+ index.registerInstance(this, hostRef);
264
+ this.inputChange = index.createEvent(this, "inputChange", 7);
265
+ this.startTyping = index.createEvent(this, "startTyping", 7);
266
+ this.stopTyping = index.createEvent(this, "stopTyping", 7);
267
+ this.inputCheck = index.createEvent(this, "inputCheck", 7);
268
+ /** the id of the input element */
269
+ this.htmlid = `id-${utils.randomId()}`;
270
+ /** the input aria-label */
271
+ this.ariaLabel = "";
272
+ /** the input is disabled */
273
+ this.disabled = false;
274
+ /** the input is readonly */
275
+ this.readonly = false;
276
+ /** the input is required (optional): available for text, password, number, email, textarea, checkbox */
277
+ this.required = false;
278
+ /** checked: available for checkbox, radio */
279
+ this.checked = false;
280
+ /** input helper message (optional): available for text, password, number, email, textarea - if set to `false` message won't be displayed */
281
+ this.message = true;
282
+ /** the input label position: available for checkbox, radio */
283
+ this.labelPosition = index$1.LabelPosition.RIGHT;
284
+ /** render clear icon when typing (optional): available for text */
285
+ this.hasclearicon = true;
286
+ /** Available sizes: `big`, `small` and `x-small`. Defaults to `big`. */
287
+ this.size = index$1.ControlSize.BIG;
288
+ this.isTyping = false;
289
+ this.passwordHidden = true;
290
+ this.typingtimeout = 300;
291
+ }
292
+ inputCheckListener(e) {
293
+ const data = e.detail;
294
+ switch (this.type) {
295
+ case index$1.InputType.RADIO:
296
+ if (data.type === index$1.InputType.RADIO && data.name === this.name && data.id !== this.htmlid) {
297
+ this.checked = false;
298
+ }
299
+ break;
300
+ }
301
+ }
302
+ /** get checked status */
303
+ async isChecked() {
304
+ switch (this.type) {
305
+ case index$1.InputType.CHECKBOX:
306
+ case index$1.InputType.RADIO:
307
+ return this.checked;
308
+ default:
309
+ console.warn("`isChecked` method is only available for type `checkbox` and `radio`");
310
+ return false;
311
+ }
312
+ }
313
+ emitInputChange(value) {
314
+ if (!this.isTyping) {
315
+ this.emitStartTyping();
316
+ }
317
+ let validity;
318
+ if (this.type === index$1.InputType.TEXTAREA) {
319
+ validity = this.getValidity("textarea");
320
+ }
321
+ else {
322
+ validity = this.getValidity("input");
323
+ }
324
+ this.value = value;
325
+ this.inputChange.emit({ value, validity });
326
+ clearTimeout(this.timer);
327
+ this.timer = setTimeout(() => {
328
+ this.emitStopTyping(this.value, validity);
329
+ }, this.typingtimeout);
330
+ }
331
+ emitStartTyping() {
332
+ this.isTyping = true;
333
+ this.startTyping.emit();
334
+ }
335
+ emitStopTyping(value, validity) {
336
+ this.isTyping = false;
337
+ this.stopTyping.emit({
338
+ value: value,
339
+ validity: validity,
340
+ });
341
+ }
342
+ emitInputCheck(checked) {
343
+ this.inputCheck.emit({
344
+ id: this.htmlid,
345
+ checked: checked,
346
+ type: this.type,
347
+ name: this.name,
348
+ value: this.value,
349
+ validity: this.getValidity("input"),
350
+ });
351
+ }
352
+ getValidity(type) {
353
+ const input = this.hostElement.querySelector(type);
354
+ return input.validity;
355
+ }
356
+ /* START text/password/email/number */
357
+ getTextAttributes() {
358
+ return {
359
+ id: this.htmlid,
360
+ name: this.name,
361
+ placeholder: this.placeholder,
362
+ value: this.value,
363
+ disabled: this.disabled,
364
+ readonly: this.readonly,
365
+ required: this.required,
366
+ title: this.htmltitle,
367
+ minlength: this.minlength,
368
+ maxlength: this.maxlength,
369
+ class: {
370
+ [`input-${this.status}`]: !!this.status,
371
+ filled: !!this.value,
372
+ },
373
+ autocomplete: this.autocomplete,
374
+ onInput: (e) => this.emitInputChange(e.target.value),
375
+ };
376
+ }
377
+ getNumberAttributes(type) {
378
+ if (type != index$1.InputType.NUMBER) {
379
+ return;
380
+ }
381
+ return {
382
+ min: this.min,
383
+ max: this.max,
384
+ step: this.step,
385
+ };
386
+ }
387
+ getPatternAttribute(type) {
388
+ if (type != index$1.InputType.PASSWORD &&
389
+ type != index$1.InputType.TEXT &&
390
+ type != index$1.InputType.TEL &&
391
+ type != index$1.InputType.SEARCH &&
392
+ type != index$1.InputType.URL &&
393
+ type != index$1.InputType.EMAIL) {
394
+ return;
395
+ }
396
+ return {
397
+ pattern: this.pattern,
398
+ };
399
+ }
400
+ getRoleAttribute() {
401
+ return this.role ? { role: this.role } : {};
402
+ }
403
+ getAriaAttrubutes() {
404
+ const expanded = this.ariaExpanded ? { "aria-expanded": this.ariaExpanded } : {};
405
+ const controls = this.ariaControls ? { "aria-controls": this.ariaControls } : {};
406
+ const autocomplete = this.ariaAutocomplete ? { "aria-autocomplete": this.ariaAutocomplete } : {};
407
+ const activedescendant = this.ariaActivedescendant ? { "aria-activedescendant": this.ariaActivedescendant } : {};
408
+ return Object.assign(Object.assign(Object.assign(Object.assign({}, expanded), controls), autocomplete), activedescendant);
409
+ }
410
+ renderInputText(type = index$1.InputType.TEXT) {
411
+ const ariaLabel = this.ariaLabel ? { "aria-label": this.ariaLabel } : {};
412
+ const attr = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, this.getTextAttributes()), this.getNumberAttributes(type)), this.getPatternAttribute(type)), ariaLabel), this.getRoleAttribute()), this.getAriaAttrubutes());
413
+ if (this.icon || type === index$1.InputType.PASSWORD) {
414
+ Object.assign(attr.class, { "has-icon": true });
415
+ }
416
+ if (this.hasclearicon && type != index$1.InputType.NUMBER) {
417
+ Object.assign(attr.class, { "has-clear-icon": true });
418
+ }
419
+ return (index.h("div", { class: "text-wrapper" }, this.renderLabel(), index.h("div", null, index.h("input", Object.assign({ type: type === index$1.InputType.PASSWORD && !this.passwordHidden ? index$1.InputType.TEXT : type }, attr, { ref: (el) => (this.inputRef = el) })), this.renderIcons()), this.renderMessage()));
420
+ }
421
+ renderLabel() {
422
+ if (!this.label) {
423
+ return;
424
+ }
425
+ return (index.h("label", { class: "input-label body-5-sb", id: `${this.htmlid}_label`, htmlFor: this.htmlid }, this.label));
426
+ }
427
+ renderIcons() {
428
+ return (index.h("span", { class: "icons-wrapper" }, this.renderResetIcon(), this.renderIcon()));
429
+ }
430
+ renderIcon() {
431
+ if (this.type === index$1.InputType.PASSWORD) {
432
+ return this.renderShowHidePassword();
433
+ }
434
+ if (!this.icon) {
435
+ return;
436
+ }
437
+ return (index.h("button", { type: "button", class: "icon-button input-icon", tabIndex: -1, "aria-hidden": "true" }, index.h("z-icon", { name: this.icon, class: this.size })));
438
+ }
439
+ renderResetIcon() {
440
+ let hidden = false;
441
+ if (!this.hasclearicon || !this.value || this.disabled || this.readonly || this.type == index$1.InputType.NUMBER) {
442
+ hidden = true;
443
+ }
444
+ return (index.h("button", { type: "button", class: `icon-button reset-icon ${hidden ? "hidden" : ""}`, "aria-label": "cancella il contenuto dell'input", onClick: () => {
445
+ this.inputRef.value = "";
446
+ this.emitInputChange("");
447
+ } }, index.h("z-icon", { name: "multiply", class: this.size })));
448
+ }
449
+ renderShowHidePassword() {
450
+ return (index.h("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) }, index.h("z-icon", { name: this.passwordHidden ? "view-filled" : "view-off-filled", class: this.size })));
451
+ }
452
+ renderMessage() {
453
+ if (utils.boolean(this.message) === false) {
454
+ return;
455
+ }
456
+ return (index.h("z-input-message", { message: utils.boolean(this.message) === true ? undefined : this.message, status: this.status, class: this.size }));
457
+ }
458
+ /* END text/password/email/number */
459
+ /* START textarea */
460
+ renderTextarea() {
461
+ const attributes = this.getTextAttributes();
462
+ const ariaLabel = this.ariaLabel ? { "aria-label": this.ariaLabel } : {};
463
+ return (index.h("div", { class: "text-wrapper" }, this.renderLabel(), index.h("div", { class: Object.assign(Object.assign({}, attributes.class), { "textarea-wrapper": true, "readonly": attributes.readonly }) }, index.h("textarea", Object.assign({}, attributes, ariaLabel, this.getRoleAttribute()))), this.renderMessage()));
464
+ }
465
+ /* END textarea */
466
+ handleCheck(ev) {
467
+ this.checked = ev.target.checked;
468
+ this.emitInputCheck(this.checked);
469
+ }
470
+ /* START checkbox */
471
+ renderCheckbox() {
472
+ return (index.h("div", { class: "checkbox-wrapper" }, index.h("input", Object.assign({ 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 }, this.getRoleAttribute())), index.h("label", { htmlFor: this.htmlid, class: {
473
+ "checkbox-label": true,
474
+ "after": this.labelPosition === index$1.LabelPosition.RIGHT,
475
+ "before": this.labelPosition === index$1.LabelPosition.LEFT,
476
+ } }, index.h("z-icon", { name: this.checked ? "checkbox-checked" : "checkbox", "aria-hidden": "true", class: this.size }), this.label && index.h("span", { innerHTML: this.label }))));
477
+ }
478
+ /* END checkbox */
479
+ /* START radio */
480
+ renderRadio() {
481
+ return (index.h("div", { class: "radio-wrapper" }, index.h("input", Object.assign({ 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 }, this.getRoleAttribute())), index.h("label", { htmlFor: this.htmlid, class: {
482
+ "radio-label": true,
483
+ "after": this.labelPosition === index$1.LabelPosition.RIGHT,
484
+ "before": this.labelPosition === index$1.LabelPosition.LEFT,
485
+ } }, index.h("z-icon", { name: this.checked ? "radio-button-checked" : "radio-button", "aria-hidden": "true", class: this.size }), this.label && index.h("span", { innerHTML: this.label }))));
486
+ }
487
+ /* END radio */
488
+ render() {
489
+ let input;
490
+ switch (this.type) {
491
+ case index$1.InputType.TEXTAREA:
492
+ input = this.renderTextarea();
493
+ break;
494
+ case index$1.InputType.CHECKBOX:
495
+ input = this.renderCheckbox();
496
+ break;
497
+ case index$1.InputType.RADIO:
498
+ input = this.renderRadio();
499
+ break;
500
+ default:
501
+ input = this.renderInputText(this.type);
502
+ }
503
+ return index.h(index.Host, null, input);
504
+ }
505
+ get hostElement() { return index.getElement(this); }
506
+ };
507
+ ZInput.style = stylesCss$6;
508
+
509
+ const stylesCss$5 = ":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(.small),:host(.x-small){margin-top:calc(var(--space-unit) * 0.5);font-size:var(--font-size-1)}: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);margin-top:calc(var(--space-unit) * 0.25)}:host(.small)>z-icon,:host(.x-small)>z-icon{--z-icon-width:14px;--z-icon-height:14px;--z-icon-right-margin:calc(var(--space-unit) * 0.5)}";
510
+
511
+ const ZInputMessage = class {
512
+ constructor(hostRef) {
513
+ index.registerInstance(this, hostRef);
514
+ this.statusIcons = {
515
+ success: "checkmark-circle",
516
+ error: "multiply-circled",
517
+ warning: "exclamation-circle",
518
+ };
519
+ this.statusRole = {};
520
+ }
521
+ onMessageChange() {
522
+ this.statusRole = this.message && this.status ? { role: "alert" } : {};
523
+ }
524
+ componentWillLoad() {
525
+ this.onMessageChange();
526
+ }
527
+ render() {
528
+ return (index.h(index.Host, Object.assign({}, this.statusRole, { "aria-label": this.message }), this.statusIcons[this.status] && this.message && index.h("z-icon", { name: this.statusIcons[this.status] }), index.h("span", { innerHTML: this.message })));
529
+ }
530
+ static get watchers() { return {
531
+ "message": ["onMessageChange"],
532
+ "status": ["onMessageChange"]
533
+ }; }
534
+ };
535
+ ZInputMessage.style = stylesCss$5;
536
+
537
+ const stylesCss$4 = ":host{display:flex;flex-direction:column;font-family:var(--font-family-sans);font-weight:var(--font-rg)}";
538
+
539
+ const ZList = class {
540
+ constructor(hostRef) {
541
+ index.registerInstance(this, hostRef);
542
+ /**
543
+ * [optional] Sets size of inside elements.
544
+ */
545
+ this.size = index$1.ListSize.MEDIUM;
546
+ /**
547
+ * [optional] type of the list marker for each element
548
+ */
549
+ this.listType = index$1.ListType.NONE;
550
+ /**
551
+ * [optional] Sets role of the element.
552
+ */
553
+ this.role = "list";
554
+ }
555
+ setChildrenSizeType() {
556
+ const children = this.host.children;
557
+ for (let i = 0; i < children.length; i++) {
558
+ children[i].setAttribute("size", this.size);
559
+ children[i].setAttribute("list-type", this.listType);
560
+ children[i].setAttribute("list-element-position", (i + 1).toString());
561
+ }
562
+ }
563
+ componentDidLoad() {
564
+ this.setChildrenSizeType();
565
+ }
566
+ render() {
567
+ return (index.h(index.Host, null, index.h("slot", null)));
568
+ }
569
+ get host() { return index.getElement(this); }
570
+ };
571
+ ZList.style = stylesCss$4;
572
+
573
+ const stylesCss$3 = ":host{outline:none}:host>.container,:host>.container-contextual-menu{--background-color-list-element:var(--color-surface01);--background-hover-color-list-element:var(--color-surface02);--background-active-color-list-element:var(--color-surface02);display:flex;box-sizing:border-box;flex-direction:column;justify-content:center;font-family:var(--font-family-sans);font-weight:var(--font-rg);outline:none}:host([size=\"small\"])>.container{min-height:calc(var(--space-unit) * 4);padding:calc(var(--space-unit) / 2) 0}:host([size=\"medium\"])>.container{min-height:calc(var(--space-unit) * 5);padding:var(--space-unit) 0}:host([size=\"large\"])>.container{min-height:calc(var(--space-unit) * 7);padding:calc(var(--space-unit) * 2) 0}:host([size=\"x-large\"])>.container{min-height:calc(var(--space-unit) * 9);padding:calc(var(--space-unit) * 3) 0}:host([expandable])>.container,:host([expandable])>.container-contextual-menu,:host([clickable])>.container,:host([clickable])>.container-contextual-menu{cursor:pointer}:host([expandable]:hover)>.container,:host([expandable]:hover)>.container-contextual-menu,:host([clickable]:hover)>.container,:host([clickable]:hover)>.container-contextual-menu{background-color:var(--background-hover-color-list-element)}:host([expandable]:focus:focus-visible)>.container,:host([expandable]:focus:focus-visible)>.container-contextual-menu,:host([clickable]:focus:focus-visible)>.container,:host([clickable]:focus:focus-visible)>.container-contextual-menu{box-shadow:var(--shadow-focus-primary)}:host([clickable]:not([expandable]))>.container.clicked,:host([clickable]:not([expandable]))>.container-contextual-menu.clicked{box-shadow:var(--shadow-focus-primary)}:host([expandable]:active)>.container,:host([expandable]:active)>.container-contextual-menu,:host([clickable]:active)>.container,:host([clickable]:active)>.container-contextual-menu{background-color:var(--background-active-color-list-element)}:host([align-button=\"left\"][expandable])>.container>.z-list-element-container,:host([align-button=\"left\"][expandable])>.container-contextual-menu>.z-list-element-container{display:flex}:host([align-button=\"right\"][expandable])>.container>.z-list-element-container,:host([align-button=\"right\"][expandable])>.container-contextual-menu>.z-list-element-container{display:flex;flex-direction:row-reverse;justify-content:space-between}:host([align-button=\"left\"][expandable])>.container>.z-list-element-container>z-icon,:host([align-button=\"left\"][expandable])>.container-contextual-menu>.z-list-element-container>z-icon{margin-right:var(--space-unit)}:host([align-button=\"right\"][expandable])>.container>.z-list-element-container>z-icon,:host([align-button=\"right\"][expandable])>.container-contextual-menu>.z-list-element-container>z-icon{margin-left:var(--space-unit)}:host>.container>.z-list-element-inner-container,:host>.container-contextual-menu>.z-list-element-inner-container{display:none}:host>.container>.z-list-element-inner-container.expanded,:host>.container-contextual-menu>.z-list-element-inner-container.expanded{display:block}:host([clickable]:hover)>.container-contextual-menu{background-color:var(--color-surface03)}.container-contextual-menu:focus-visible{box-shadow:var(--shadow-focus-primary);outline:none}.z-list-content-container{display:flex;align-items:center}";
574
+
575
+ const ZListElement = class {
576
+ /**
577
+ * Constructor.
578
+ */
579
+ constructor(hostRef) {
580
+ index.registerInstance(this, hostRef);
581
+ this.accessibleFocus = index.createEvent(this, "accessibleFocus", 7);
582
+ this.ariaDescendantFocus = index.createEvent(this, "ariaDescendantFocus", 7);
583
+ this.clickItem = index.createEvent(this, "clickItem", 7);
584
+ /**
585
+ * [optional] Align expandable button left or right.
586
+ */
587
+ this.alignButton = index$1.ExpandableListButtonAlign.LEFT;
588
+ /**
589
+ * [optional] Sets element clickable.
590
+ */
591
+ this.clickable = false;
592
+ /**
593
+ * [optional] Sets the divider color.
594
+ */
595
+ this.dividerColor = "color-surface03";
596
+ /**
597
+ * [optional] Sets the position where to insert the divider.
598
+ */
599
+ this.dividerType = index$1.ListDividerType.NONE;
600
+ /**
601
+ * [optional] Sets the divider size.
602
+ */
603
+ this.dividerSize = index$1.DividerSize.SMALL;
604
+ /**
605
+ * [optional] Sets element as expandable.
606
+ */
607
+ this.expandable = false;
608
+ /**
609
+ * [optional] Sets expandable style to element.
610
+ */
611
+ this.expandableStyle = index$1.ExpandableListStyle.ACCORDION;
612
+ /**
613
+ * [optional] Sets size of inside elements.
614
+ */
615
+ this.size = index$1.ListSize.MEDIUM;
616
+ /**
617
+ * [optional] Sets text color of the element.
618
+ */
619
+ this.color = "none";
620
+ /**
621
+ * [optional] Sets disabled style of the element.
622
+ */
623
+ this.disabled = false;
624
+ /**
625
+ * [optional] If is used in ZContextualMenu component
626
+ */
627
+ this.isContextualMenu = false;
628
+ /**
629
+ * [optional] position of the list element inside the list or the group
630
+ */
631
+ this.listElementPosition = "0";
632
+ /**
633
+ * [optional] type of the list marker for each element
634
+ */
635
+ this.listType = index$1.ListType.NONE;
636
+ /**
637
+ * [optional] Sets element role.
638
+ */
639
+ this.role = "listitem";
640
+ this.showInnerContent = false;
641
+ this.openElementConfig = {
642
+ accordion: {
643
+ open: "minus-circled",
644
+ close: "plus-circled",
645
+ },
646
+ menu: {
647
+ open: "chevron-up",
648
+ close: "chevron-down",
649
+ },
650
+ };
651
+ this.handleClick = this.handleClick.bind(this);
652
+ this.handleKeyDown = this.handleKeyDown.bind(this);
653
+ }
654
+ accessibleFocusHandler(e) {
655
+ if (this.listElementId === e.detail) {
656
+ const toFocus = this.host.shadowRoot.getElementById(`z-list-element-id-${e.detail}`);
657
+ toFocus.focus();
658
+ }
659
+ }
660
+ /**
661
+ * Handler for click on element. If element is expandable, change state.
662
+ * @returns void
663
+ */
664
+ handleClick() {
665
+ this.clickItem.emit(this.listElementId);
666
+ if (!this.expandable) {
667
+ return;
668
+ }
669
+ this.showInnerContent = !this.showInnerContent;
670
+ }
671
+ calculateClass() {
672
+ if (this.isContextualMenu) {
673
+ return "container-contextual-menu";
674
+ }
675
+ return "container";
676
+ }
677
+ handleKeyDown(event) {
678
+ const expandByKey = event.code === index$1.KeyboardCode.ENTER;
679
+ switch (event.code) {
680
+ case index$1.KeyboardCode.ARROW_DOWN:
681
+ event.preventDefault();
682
+ this.accessibleFocus.emit(this.listElementId + 1);
683
+ break;
684
+ case index$1.KeyboardCode.ARROW_UP:
685
+ event.preventDefault();
686
+ this.accessibleFocus.emit(this.listElementId - 1);
687
+ break;
688
+ case index$1.KeyboardCode.ENTER:
689
+ event.preventDefault();
690
+ this.clickItem.emit(this.listElementId);
691
+ break;
692
+ }
693
+ if (!this.expandable || !expandByKey) {
694
+ return;
695
+ }
696
+ this.showInnerContent = !this.showInnerContent;
697
+ }
698
+ /**
699
+ * Renders button to expand element.
700
+ * @returns expadable button
701
+ */
702
+ renderExpandableButton() {
703
+ if (!this.expandable) {
704
+ return null;
705
+ }
706
+ return (index.h("z-icon", { name: this.showInnerContent
707
+ ? this.openElementConfig[this.expandableStyle].open
708
+ : this.openElementConfig[this.expandableStyle].close }));
709
+ }
710
+ /**
711
+ * Renders expanded content if element is expandable.
712
+ * @returns expanded content
713
+ */
714
+ renderExpandedContent() {
715
+ if (!this.expandable) {
716
+ return null;
717
+ }
718
+ return (index.h("div", { class: {
719
+ "z-list-element-inner-container": true,
720
+ "expanded": this.showInnerContent,
721
+ } }, index.h("slot", { name: "inner-content" })));
722
+ }
723
+ /**
724
+ * Renders content of the z-list-element
725
+ * @returns list content
726
+ */
727
+ renderContent() {
728
+ if (this.listType === index$1.ListType.NONE) {
729
+ return index.h("slot", null);
730
+ }
731
+ if (this.listType === index$1.ListType.ORDERED) {
732
+ return (index.h("div", { class: "z-list-content-container" }, index.h("div", null, this.listElementPosition, ".\u2003"), index.h("slot", null)));
733
+ }
734
+ if (this.listType === index$1.ListType.UNORDERED) {
735
+ return (index.h("div", { class: "z-list-content-container" }, index.h("span", null, "\u2022\u2003"), index.h("slot", null)));
736
+ }
737
+ }
738
+ render() {
739
+ return (index.h(index.Host, { "aria-expanded": this.expandable ? this.showInnerContent : null, onClick: this.handleClick, onFocus: () => this.ariaDescendantFocus.emit(this.listElementId), onKeyDown: this.handleKeyDown, clickable: this.clickable && !this.disabled, tabIndex: !this.isContextualMenu ? "0" : null }, index.h("div", { class: `${this.calculateClass()}`, style: { color: `var(--${this.color})` }, tabindex: this.isContextualMenu ? "0" : "-1", id: `z-list-element-id-${this.listElementId}`, part: "list-item-container" }, index.h("div", { class: "z-list-element-container" }, this.renderExpandableButton(), this.renderContent()), this.renderExpandedContent()), this.dividerType === index$1.ListDividerType.ELEMENT && (index.h("z-divider", { color: this.dividerColor, size: this.dividerSize }))));
740
+ }
741
+ get host() { return index.getElement(this); }
742
+ };
743
+ ZListElement.style = stylesCss$3;
744
+
745
+ const stylesCss$2 = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>.z-list-group-header-container{color:var(--gray700);font-size:var(--font-size-2);font-weight:var(--font-sb) !important;letter-spacing:0.16px;line-height:1.4}:host>.z-list-group-header-container.has-header{padding-top:var(--space-unit);padding-bottom:var(--space-unit)}:host>.z-list-group-header-container.has-header>z-divider{margin-top:var(--space-unit)}";
746
+
747
+ const ZListGroup = class {
748
+ constructor(hostRef) {
749
+ index.registerInstance(this, hostRef);
750
+ /**
751
+ * [optional] Sets size of inside elements.
752
+ */
753
+ this.size = index$1.ListSize.MEDIUM;
754
+ /**
755
+ * [optional] Sets the position where to insert the divider.
756
+ */
757
+ this.dividerType = index$1.ListDividerType.NONE;
758
+ /**
759
+ * [optional] Sets the divider size.
760
+ */
761
+ this.dividerSize = index$1.DividerSize.SMALL;
762
+ /**
763
+ * [optional] Sets the divider color.
764
+ */
765
+ this.dividerColor = "gray200";
766
+ /**
767
+ * [optional] type of the list marker for each element
768
+ */
769
+ this.listType = index$1.ListType.NONE;
770
+ }
771
+ componentDidLoad() {
772
+ const children = this.host.children;
773
+ for (let i = 0; i < children.length; i++) {
774
+ if (children.length - 1 > i) {
775
+ children[i].setAttribute("divider-type", this.dividerType);
776
+ children[i].setAttribute("divider-size", this.dividerSize);
777
+ children[i].setAttribute("divider-color", this.dividerColor);
778
+ }
779
+ children[i].setAttribute("size", this.size);
780
+ children[i].setAttribute("list-type", this.listType);
781
+ children[i].setAttribute("list-element-position", i.toString());
782
+ }
783
+ }
784
+ componentWillLoad() {
785
+ this.hasHeader = !!this.host.querySelector('[slot="header-title"]');
786
+ }
787
+ render() {
788
+ return (index.h(index.Host, { role: "group" }, index.h("div", { class: {
789
+ "z-list-group-header-container": true,
790
+ "has-header": this.hasHeader,
791
+ } }, index.h("slot", { name: "header-title" }), this.dividerType === index$1.ListDividerType.HEADER && (index.h("z-divider", { color: this.dividerColor, size: this.dividerSize }))), index.h("slot", null)));
792
+ }
793
+ get host() { return index.getElement(this); }
794
+ };
795
+ ZListGroup.style = stylesCss$2;
796
+
797
+ const stylesCss$1 = ".sc-z-offcanvas-h{--z-offcanvas--container-width:375px;--z-offcanvas--top-space:0;min-width:100%;height:100%;font-family:var(--font-family-sans);font-weight:var(--font-rg);visibility:hidden}.canvas-container.sc-z-offcanvas{display:flex;overflow:-moz-scrollbars-none;overflow:hidden;min-width:100%;height:100%;flex-direction:column;background:var(--color-surface01)}[variant=\"pushcontent\"].sc-z-offcanvas-h{display:none}[open].sc-z-offcanvas-h{display:flex;visibility:visible}[variant=\"overlay\"].sc-z-offcanvas-h{position:fixed;z-index:1000;top:var(--z-offcanvas--top-space);right:0;bottom:0;left:0;display:flex;height:calc(100% - var(--z-offcanvas--top-space))}[variant=\"overlay\"][transitiondirection=\"left\"].sc-z-offcanvas-h{justify-content:end}[variant=\"overlay\"].sc-z-offcanvas-h>.canvas-container.sc-z-offcanvas{z-index:1010}[variant=\"overlay\"].sc-z-offcanvas-h .canvas-background.sc-z-offcanvas{position:absolute;left:0;width:100%;height:100%;background-color:var(--gray900);opacity:0.7}.canvas-container.sc-z-offcanvas>.canvas-content.sc-z-offcanvas{overflow:auto;flex:1 auto;padding:0 calc(var(--space-unit) * 2);margin:calc(var(--space-unit) * 2) calc(var(--space-unit) / 2) calc(var(--space-unit) * 2) 0;overflow-x:hidden}[variant=\"overlay\"].sc-z-offcanvas-h>.canvas-container.sc-z-offcanvas>.canvas-content.sc-z-offcanvas{padding:0 calc(var(--space-unit) * 2) calc(var(--space-unit) * 2) calc(var(--space-unit) * 2);margin:calc(var(--space-unit) * 2) calc(var(--space-unit) / 2) 0 0}.canvas-container.sc-z-offcanvas .canvas-content.sc-z-offcanvas::-webkit-scrollbar{width:10px;background:linear-gradient(to right, transparent 0 3px, var(--gray200) 3px 7px, transparent 7px 10px);border-radius:var(--border-radius)}.canvas-container.sc-z-offcanvas .canvas-content.sc-z-offcanvas::-webkit-scrollbar-track{background-color:transparent}.canvas-container.sc-z-offcanvas .canvas-content.sc-z-offcanvas::-webkit-scrollbar-thumb{width:10px;background-color:var(--color-primary01);border-radius:var(--border-radius)}.canvas-container.sc-z-offcanvas .canvas-content.sc-z-offcanvas::-webkit-scrollbar-thumb:hover{background-color:var(--color-hover-primary)}.canvas-container.sc-z-offcanvas .canvas-content.sc-z-offcanvas{scrollbar-color:var(--color-primary01) transparent}@media only screen and (max-width: 768px){[open][transitiondirection=\"left\"].sc-z-offcanvas-h:not(.skip-animation)>.canvas-container.sc-z-offcanvas{animation:enter-right 0.4s ease-out}[open][transitiondirection=\"right\"].sc-z-offcanvas-h:not(.skip-animation)>.canvas-container.sc-z-offcanvas{animation:enter-left 0.4s ease-out}}@media only screen and (min-width: 768px){.sc-z-offcanvas-h{min-width:auto}.canvas-container.sc-z-offcanvas{width:auto;min-width:max(var(--z-offcanvas--container-width), 375px);max-width:max(var(--z-offcanvas--container-width), 375px);height:auto;min-height:calc(var(--space-unit) * 40)}.sc-z-offcanvas-h:not([variant=\"overlay\"])[open]:not(.skip-animation){width:auto;animation:grow 0.4s ease-out}}@keyframes grow{from{width:0}to{width:max(var(--z-offcanvas--container-width), 375px)}}@keyframes enter-left{from{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes enter-right{from{transform:translateX(100%)}to{transform:translateX(0)}}[open][variant=\"overlay\"][transitiondirection=\"left\"].sc-z-offcanvas-h:not(.skip-animation)>.canvas-container.sc-z-offcanvas{animation:enter-right 0.4s ease-out}[open][transitiondirection=\"right\"].sc-z-offcanvas-h:not(.skip-animation)>.canvas-container.sc-z-offcanvas{animation:enter-left 0.4s ease-out}.sc-z-offcanvas-h:not([open])[variant=\"overlay\"][transitiondirection=\"right\"]>.canvas-container.sc-z-offcanvas{transform:translateX(-100%);transition:visibility 0.4s ease-out, transform 0.4s ease-out}.sc-z-offcanvas-h:not([open])[variant=\"overlay\"][transitiondirection=\"left\"]>.canvas-container.sc-z-offcanvas{transform:translateX(100%);transition:visibility 0.4s ease-out, transform 0.4s ease-out}.sc-z-offcanvas-h:not([open])[variant=\"overlay\"] .canvas-background.sc-z-offcanvas{transition:visibility 0.4s ease-out;visibility:hidden}";
798
+
799
+ const ZOffcanvas = class {
800
+ constructor(hostRef) {
801
+ index.registerInstance(this, hostRef);
802
+ this.canvasOpenStatusChanged = index.createEvent(this, "canvasOpenStatusChanged", 7);
803
+ /**
804
+ * Offcanvas variant.
805
+ * Can be one `overlay` or `pushcontent`.
806
+ * Default variant: pushcontent
807
+ */
808
+ this.variant = index$1.OffCanvasVariant.PUSHCONTENT;
809
+ /** Whether the offcanvas is open. Default: false */
810
+ this.open = false;
811
+ /** open content transitioning in a specified direction left | right. Default: left */
812
+ this.transitiondirection = index$1.TransitionDirection.LEFT;
813
+ /**
814
+ * Whether to skip the initial animation.
815
+ * Useful when the initial value of the `open` prop is set to `true`.
816
+ */
817
+ this.skipLoadAnimation = false;
818
+ }
819
+ onOpenChanged() {
820
+ if (!this.open && this.skipLoadAnimation) {
821
+ this.skipLoadAnimation = false;
822
+ }
823
+ if (this.open) {
824
+ this.handlePageOverflow();
825
+ }
826
+ this.canvasOpenStatusChanged.emit(this.open);
827
+ }
828
+ handlePageOverflow() {
829
+ const overflow = this.variant === index$1.OffCanvasVariant.OVERLAY ? "overflow-y" : "overflow-x";
830
+ document.body.style[overflow] = this.open ? "hidden" : "";
831
+ }
832
+ render() {
833
+ return (index.h(index.Host, { class: { "skip-animation": this.skipLoadAnimation } }, index.h("div", { role: "presentation", class: "canvas-container", onTransitionEnd: () => this.handlePageOverflow() }, index.h("div", { role: "presentation", class: "canvas-content" }, index.h("slot", { name: "canvasContent" }))), this.variant == index$1.OffCanvasVariant.OVERLAY && (index.h("div", { class: "canvas-background", "data-action": "canvasBackground", onClick: () => (this.open = false) }))));
834
+ }
835
+ static get watchers() { return {
836
+ "open": ["onOpenChanged"]
837
+ }; }
838
+ };
839
+ ZOffcanvas.style = stylesCss$1;
840
+
841
+ const stylesCss = ":host{z-index:15;display:flex;column-gap:calc(var(--space-unit) * 2);font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host,*{box-sizing:border-box}.input-container{position:relative;display:flex;width:100%;flex-direction:column}.results-wrapper{position:absolute;top:calc(100% - 1px);left:0;width:100%;padding:calc(var(--space-unit) / 4);border:var(--border-size-small) solid var(--color-surface03);border-top:none;background:var(--color-surface01)}.results{overflow:auto;max-height:var(--z-searchbar-results-height, 540px);padding:calc(var(--space-unit) / 2) calc(var(--space-unit) * 1.5);scrollbar-color:var(--color-primary01) transparent}.results::-webkit-scrollbar{width:10px;background:linear-gradient(to right, transparent 0 3px, var(--gray200) 3px 7px, transparent 7px 10px);border-radius:var(--border-radius)}.results::-webkit-scrollbar-track{background-color:transparent}.results::-webkit-scrollbar-thumb{width:10px;background-color:var(--color-primary01);border-radius:var(--border-radius)}.results .category-heading{display:block;font-size:var(--font-size-2);font-weight:var(--font-rg);line-height:var(--font-size-3)}.results .category-heading>*{display:block}.results .category-heading>.category{color:var(--color-text05);font-style:italic}.results .category-heading>.subcategory{margin-top:var(--space-unit);color:var(--color-text01);text-transform:uppercase}.results z-list-element{display:block}.results .item{--z-icon-height:12px;--z-icon-width:12px;display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;color:var(--color-text01);column-gap:calc(var(--space-unit) * 1.5);fill:var(--color-icon02);font-size:var(--font-size-2);line-height:var(--font-size-3)}.results .item.ellipsis>.item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.results .item>.item-label mark{background:var(--color-primary03)}.results .item.has-category{padding-left:calc(var(--space-unit) * 3)}.results .item.item-search{--z-icon-height:16px;--z-icon-width:16px}.results .item-show-all{text-align:center}.results .item-no-results{display:block;font-size:var(--font-size-2);font-style:italic;line-height:var(--font-size-5)}.results .item-no-results>ul{padding-left:calc(var(--space-unit) * 2);margin:var(--space-unit)}@media (min-width: 768px){.results .category-heading{font-size:var(--font-size-3);line-height:var(--font-size-6)}.results .item{font-size:var(--font-size-3);line-height:var(--font-size-6)}.results .item.item-search{--z-icon-height:18px;--z-icon-width:18px}.results .item.ellipsis>.item-label{height:24px}}@media (min-width: 1152px){.results .item{cursor:pointer}.results .item-no-results{cursor:default;font-size:var(--font-size-3);line-height:var(--font-size-6)}}:host([size=\"small\"]) .results :is(.item,.category-heading),:host([size=\"x-small\"]) .results :is(.item,.category-heading){font-size:var(--font-size-2)}:host([size=\"small\"]) .results .item:not(.has-category),:host([size=\"x-small\"]) .results .item:not(.has-category){--z-icon-height:16px;--z-icon-width:16px}:host([size=\"small\"])::part(list-item-container){min-height:calc(var(--space-unit) * 4.5);padding:0}:host([size=\"x-small\"])::part(list-item-container){min-height:calc(var(--space-unit) * 4);padding:0}";
842
+
843
+ const ZSearchbar = class {
844
+ constructor(hostRef) {
845
+ index.registerInstance(this, hostRef);
846
+ this.searchSubmit = index.createEvent(this, "searchSubmit", 7);
847
+ this.searchTyping = index.createEvent(this, "searchTyping", 7);
848
+ this.searchItemClick = index.createEvent(this, "searchItemClick", 7);
849
+ /** the id of the searchbar element */
850
+ this.htmlid = `searchbar-${utils.randomId()}`;
851
+ /** Prevent submit action */
852
+ this.preventSubmit = false;
853
+ /** Show autocomplete results */
854
+ this.autocomplete = false;
855
+ /** Minimun number of characters to dispatch typing event */
856
+ this.autocompleteMinChars = 3;
857
+ /** Truncate results to single row */
858
+ this.resultsEllipsis = true;
859
+ /** Search helper text */
860
+ this.searchHelperLabel = "Cerca {searchString}";
861
+ /** Sort autocomplete results items */
862
+ this.sortResultsItems = false;
863
+ /** Show submit button */
864
+ this.showSearchButton = false;
865
+ /** Set button icon without label*/
866
+ this.searchButtonIconOnly = false;
867
+ /** Available sizes: `big`, `small` and `x-small`. Defaults to `big`. */
868
+ this.size = index$1.ControlSize.BIG;
869
+ /** Graphical variant: `primary`, `secondary`, `tertiary`. Defaults to `primary`. */
870
+ this.variant = index$1.ButtonVariant.PRIMARY;
871
+ this.searchString = this.value;
872
+ this.currResultsCount = 0;
873
+ this.showResults = false;
874
+ this.resultsItemsList = null;
875
+ }
876
+ emitSearchSubmit() {
877
+ this.searchSubmit.emit(this.inputRef.value);
878
+ }
879
+ emitSearchTyping(search) {
880
+ this.searchTyping.emit(search);
881
+ }
882
+ emitSearchItemClick(item) {
883
+ this.searchItemClick.emit(item);
884
+ }
885
+ watchItems() {
886
+ this.resultsItemsList = this.getResultsItemsList();
887
+ }
888
+ watchResultsCount() {
889
+ this.currResultsCount = this.resultsCount;
890
+ }
891
+ watchValue() {
892
+ this.searchString = this.value;
893
+ }
894
+ watchSearchString() {
895
+ this.emitSearchTyping(this.searchString);
896
+ if (!this.searchString) {
897
+ this.currResultsCount = this.resultsCount;
898
+ }
899
+ }
900
+ componentWillLoad() {
901
+ this.resultsItemsList = this.getResultsItemsList();
902
+ this.currResultsCount = this.resultsCount;
903
+ }
904
+ getResultsItemsList() {
905
+ return typeof this.resultsItems === "string" ? JSON.parse(this.resultsItems) : this.resultsItems;
906
+ }
907
+ getGroupedItems(items) {
908
+ const groupedItems = {};
909
+ items.forEach((item) => {
910
+ var _a;
911
+ const key = `${item === null || item === void 0 ? void 0 : item.category}${item === null || item === void 0 ? void 0 : item.subcategory}`;
912
+ groupedItems[key] = (_a = groupedItems[key]) !== null && _a !== void 0 ? _a : {
913
+ category: item === null || item === void 0 ? void 0 : item.category,
914
+ subcategory: item === null || item === void 0 ? void 0 : item.subcategory,
915
+ items: [],
916
+ };
917
+ groupedItems[key]["items"].push(item);
918
+ });
919
+ if (this.sortResultsItems) {
920
+ return Object.keys(groupedItems)
921
+ .sort()
922
+ .reduce((obj, key) => {
923
+ obj[key] = Object.assign(Object.assign({}, groupedItems[key]), { items: groupedItems[key]["items"].sort((a, b) => {
924
+ const nameA = a.label.toUpperCase();
925
+ const nameB = b.label.toUpperCase();
926
+ if (nameA < nameB) {
927
+ return -1;
928
+ }
929
+ if (nameA > nameB) {
930
+ return 1;
931
+ }
932
+ return 0;
933
+ }) });
934
+ return obj;
935
+ }, {});
936
+ }
937
+ return groupedItems;
938
+ }
939
+ checkResultsCount(counter) {
940
+ if (!this.currResultsCount || counter < this.currResultsCount) {
941
+ return true;
942
+ }
943
+ return false;
944
+ }
945
+ handleStopTyping(e) {
946
+ e.stopPropagation();
947
+ this.searchString = e.detail.value;
948
+ }
949
+ handleSubmit() {
950
+ if (this.preventSubmit) {
951
+ return;
952
+ }
953
+ this.emitSearchSubmit();
954
+ }
955
+ handleOutsideClick(e) {
956
+ const cp = e.composedPath();
957
+ const searchbar = cp.find((elem) => elem.nodeName === "Z-SEARCHBAR");
958
+ if (!searchbar || searchbar.htmlid !== this.htmlid) {
959
+ this.showResults = false;
960
+ return;
961
+ }
962
+ if (cp.find((elem) => { var _a; return (elem === null || elem === void 0 ? void 0 : elem.nodeName) === "Z-INPUT" || ((_a = elem === null || elem === void 0 ? void 0 : elem.classList) === null || _a === void 0 ? void 0 : _a.contains("results")); })) {
963
+ this.showResults = true;
964
+ return;
965
+ }
966
+ this.showResults = false;
967
+ }
968
+ renderInput() {
969
+ return (index.h("z-input", { ref: (val) => {
970
+ this.inputRef = val;
971
+ }, message: false, placeholder: this.placeholder, onStopTyping: (e) => this.handleStopTyping(e), onKeyUp: (e) => utils.handleEnterKeydSubmit(e, () => this.handleSubmit()), value: this.value, size: this.size }));
972
+ }
973
+ renderButton() {
974
+ if (!this.showSearchButton) {
975
+ return null;
976
+ }
977
+ const iconProp = this.searchButtonIconOnly ? { icon: "search" } : null;
978
+ const buttonLabel = this.searchButtonIconOnly ? "" : "CERCA";
979
+ const defaultProps = Object.assign({ disabled: this.preventSubmit, variant: this.variant, size: this.size, onClick: () => this.handleSubmit() }, iconProp);
980
+ return index.h("z-button", Object.assign({}, defaultProps), buttonLabel);
981
+ }
982
+ renderResults() {
983
+ if (!this.showResults ||
984
+ !this.autocomplete ||
985
+ !this.searchString ||
986
+ this.searchString.length < this.autocompleteMinChars ||
987
+ !this.resultsItemsList) {
988
+ return null;
989
+ }
990
+ return (index.h("div", { class: "results-wrapper" }, index.h("div", { class: "results" }, this.renderResultsList())));
991
+ }
992
+ renderResultsList() {
993
+ var _a, _b;
994
+ if (this.preventSubmit && !((_a = this.resultsItemsList) === null || _a === void 0 ? void 0 : _a.length)) {
995
+ return (index.h("span", { class: "item item-no-results" }, "Non abbiamo trovato risultati per ", index.h("b", null, this.searchString), index.h("br", null), index.h("br", null), "Cosa puoi fare?", index.h("ul", null, index.h("li", null, "Verificare di aver scritto bene"), index.h("li", null, "Provare a cercare un'altra parola"), index.h("li", null, "Provare a cercare qualcosa di pi\u00F9 generico"))));
996
+ }
997
+ return (index.h("z-list", { role: "listbox", id: `list-${this.htmlid}` }, this.renderSearchHelper(!!((_b = this.resultsItemsList) === null || _b === void 0 ? void 0 : _b.length)), this.renderItems(), this.renderShowAllResults()));
998
+ }
999
+ renderItems() {
1000
+ var _a;
1001
+ if (!((_a = this.resultsItemsList) === null || _a === void 0 ? void 0 : _a.length)) {
1002
+ return [];
1003
+ }
1004
+ const groupedItems = this.getGroupedItems(this.resultsItemsList);
1005
+ const listGroups = [];
1006
+ let counter = 0;
1007
+ Object.values(groupedItems).forEach((groupItem, index$2, array) => {
1008
+ if (this.checkResultsCount(counter)) {
1009
+ const listGroupsElements = [];
1010
+ groupItem.items.forEach((item, subindex, subarray) => {
1011
+ if (this.checkResultsCount(counter)) {
1012
+ const isLast = index$2 === array.length - 1 && subindex === subarray.length - 1;
1013
+ listGroupsElements.push(this.renderItem(item, subindex, !isLast));
1014
+ }
1015
+ counter++;
1016
+ });
1017
+ if (listGroupsElements.length) {
1018
+ listGroups.push(index.h("z-list-group", { "divider-type": index$1.ListDividerType.ELEMENT }, this.renderItemCategory(groupItem), listGroupsElements));
1019
+ }
1020
+ }
1021
+ });
1022
+ return listGroups;
1023
+ }
1024
+ renderItem(item, key, divider) {
1025
+ return (index.h("z-list-element", { id: `list-item-${this.htmlid}-${key}`, role: "option", tabindex: 0, dividerType: divider ? index$1.ListDividerType.ELEMENT : undefined, clickable: true, onClickItem: () => this.emitSearchItemClick(item) }, index.h("span", { class: { "item": true, "ellipsis": this.resultsEllipsis, "has-category": !!item.category } }, (item === null || item === void 0 ? void 0 : item.icon) && (index.h("z-icon", { class: "item-icon", name: item.icon })), index.h("span", { class: "item-label", title: item.label, innerHTML: this.renderItemLabel(item.label) }))));
1026
+ }
1027
+ renderItemLabel(label) {
1028
+ if (!this.searchString) {
1029
+ return label;
1030
+ }
1031
+ return label.replace(new RegExp(this.searchString.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"), "gmi"), (found) => `<mark>${found}</mark>`);
1032
+ }
1033
+ renderItemCategory(groupItem) {
1034
+ if (!(groupItem === null || groupItem === void 0 ? void 0 : groupItem.category)) {
1035
+ return null;
1036
+ }
1037
+ return (index.h("span", { class: "category-heading", slot: "header-title" }, index.h("span", { class: "category" }, groupItem.category), (groupItem === null || groupItem === void 0 ? void 0 : groupItem.subcategory) && index.h("span", { class: "subcategory" }, groupItem.subcategory)));
1038
+ }
1039
+ renderSearchHelper(hasDivider = true) {
1040
+ if (!this.autocomplete || this.preventSubmit || !this.searchString) {
1041
+ return null;
1042
+ }
1043
+ return (index.h("z-list-element", { role: "option", tabindex: 0, dividerType: hasDivider ? index$1.ListDividerType.ELEMENT : undefined, clickable: true, id: `list-item-${this.htmlid}-search`, onClickItem: () => this.emitSearchSubmit() }, index.h("span", { class: "item item-search" }, index.h("z-icon", { class: "search-icon", name: "left-magnifying-glass" }), index.h("span", { class: "item-label", innerHTML: this.searchHelperLabel.replace("{searchString}", `<mark>${this.searchString}</mark>`) }))));
1044
+ }
1045
+ renderShowAllResults() {
1046
+ var _a, _b;
1047
+ if (!this.currResultsCount ||
1048
+ !this.searchString ||
1049
+ !((_a = this.resultsItemsList) === null || _a === void 0 ? void 0 : _a.length) ||
1050
+ this.currResultsCount >= ((_b = this.resultsItemsList) === null || _b === void 0 ? void 0 : _b.length)) {
1051
+ return null;
1052
+ }
1053
+ return (index.h("z-list-element", { role: "option", tabindex: 0, clickable: true, id: `list-item-${this.htmlid}-show-all`, onClickItem: () => (this.currResultsCount = 0), color: "color-primary01" }, index.h("div", { class: "item-show-all" }, "Vedi tutti i risultati")));
1054
+ }
1055
+ render() {
1056
+ return (index.h(index.Host, { onFocus: () => (this.showResults = true), onClick: (e) => this.handleOutsideClick(e), class: { "has-submit": this.showSearchButton, "has-results": this.autocomplete } }, index.h("div", { class: "input-container" }, this.renderInput(), this.renderResults()), this.renderButton()));
1057
+ }
1058
+ static get watchers() { return {
1059
+ "resultsItems": ["watchItems"],
1060
+ "resultsCount": ["watchResultsCount"],
1061
+ "value": ["watchValue"],
1062
+ "searchString": ["watchSearchString"]
1063
+ }; }
1064
+ };
1065
+ ZSearchbar.style = stylesCss;
1066
+
1067
+ exports.z_app_header = ZAppHeader;
1068
+ exports.z_button = ZButton;
1069
+ exports.z_divider = ZDivider;
1070
+ exports.z_icon = ZIcon;
1071
+ exports.z_input = ZInput;
1072
+ exports.z_input_message = ZInputMessage;
1073
+ exports.z_list = ZList;
1074
+ exports.z_list_element = ZListElement;
1075
+ exports.z_list_group = ZListGroup;
1076
+ exports.z_offcanvas = ZOffcanvas;
1077
+ exports.z_searchbar = ZSearchbar;