@zanichelli/albe-web-components 9.2.0 → 9.2.2-beta

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 (769) hide show
  1. package/CHANGELOG.md +2685 -0
  2. package/LICENSE +21 -21
  3. package/dist/cjs/{breakpoints-0faa0935.js → breakpoints-ebe1a437.js} +2 -2
  4. package/dist/cjs/{icons-f6b0756a.js → icons-bff00e77.js} +774 -774
  5. package/dist/cjs/{index-b9d9b420.js → index-01b0dfae.js} +32 -32
  6. package/dist/cjs/{index-614b08fc.js → index-06609e4d.js} +8 -8
  7. package/dist/cjs/{index-d56eba15.js → index-1f3f3a0c.js} +58 -58
  8. package/dist/cjs/{index-149b2bb5.js → index-23d8692f.js} +13 -13
  9. package/dist/cjs/{index-dd00eeb6.js → index-2b53b57b.js} +13 -13
  10. package/dist/cjs/{index-5df91dd3.js → index-4edb3854.js} +61 -61
  11. package/dist/cjs/{index-3c5fc624.js → index-92a9f89e.js} +12 -12
  12. package/dist/cjs/{index-1a54d3b4.js → index-9648272b.js} +12 -12
  13. package/dist/cjs/{index-7ddce77e.js → index-98273e3d.js} +25 -25
  14. package/dist/cjs/{index-6ce8bfd4.js → index-a9764c98.js} +8 -8
  15. package/dist/cjs/{index-af5982d0.js → index-bbd48475.js} +11 -11
  16. package/dist/cjs/{index-67bc899f.js → index-ddde2452.js} +40 -40
  17. package/dist/cjs/{index-3a67f552.js → index-e5daa5a5.js} +8 -8
  18. package/dist/cjs/{index-23b07d69.js → index-e63d6d36.js} +70 -70
  19. package/dist/cjs/{index-419ee40f.js → index-e8ce94a1.js} +342 -342
  20. package/dist/cjs/{index-fc66f7fd.js → index-ebbadaf8.js} +12 -12
  21. package/dist/cjs/{index-3a6b2c79.js → index-f43320ff.js} +21 -21
  22. package/dist/cjs/index.cjs.js +5 -5
  23. package/dist/cjs/loader.cjs.js +1 -1
  24. package/dist/cjs/{utils-3fc57dbb.js → utils-4ac02425.js} +96 -96
  25. package/dist/cjs/{utils-b1944ce3.js → utils-4caf6fab.js} +75 -75
  26. package/dist/cjs/web-components-library.cjs.js +1 -1
  27. package/dist/cjs/z-accordion.cjs.entry.js +57 -57
  28. package/dist/cjs/z-alert.cjs.entry.js +8 -8
  29. package/dist/cjs/z-anchor-navigation.cjs.entry.js +42 -42
  30. package/dist/cjs/z-app-header_11.cjs.entry.js +995 -992
  31. package/dist/cjs/z-aria-alert.cjs.entry.js +10 -10
  32. package/dist/cjs/z-avatar.cjs.entry.js +33 -33
  33. package/dist/cjs/z-body.cjs.entry.js +9 -9
  34. package/dist/cjs/z-book-card.cjs.entry.js +100 -100
  35. package/dist/cjs/z-breadcrumb.cjs.entry.js +221 -221
  36. package/dist/cjs/z-button-sort.cjs.entry.js +42 -42
  37. package/dist/cjs/z-card.cjs.entry.js +42 -42
  38. package/dist/cjs/z-carousel.cjs.entry.js +135 -135
  39. package/dist/cjs/z-chip.cjs.entry.js +29 -29
  40. package/dist/cjs/z-combobox.cjs.entry.js +190 -190
  41. package/dist/cjs/z-contextual-menu.cjs.entry.js +35 -35
  42. package/dist/cjs/z-cover-hero.cjs.entry.js +46 -46
  43. package/dist/cjs/z-date-picker.cjs.entry.js +164 -164
  44. package/dist/cjs/z-dragdrop-area_2.cjs.entry.js +129 -129
  45. package/dist/cjs/z-file-upload.cjs.entry.js +174 -174
  46. package/dist/cjs/z-file.cjs.entry.js +37 -37
  47. package/dist/cjs/z-ghost-loading.cjs.entry.js +9 -9
  48. package/dist/cjs/z-heading.cjs.entry.js +9 -9
  49. package/dist/cjs/z-info-box.cjs.entry.js +14 -14
  50. package/dist/cjs/z-info-reveal.cjs.entry.js +54 -54
  51. package/dist/cjs/z-link.cjs.entry.js +63 -63
  52. package/dist/cjs/z-logo.cjs.entry.js +15 -15
  53. package/dist/cjs/z-menu-section.cjs.entry.js +43 -43
  54. package/dist/cjs/z-menu.cjs.entry.js +108 -108
  55. package/dist/cjs/z-messages-pocket.cjs.entry.js +36 -36
  56. package/dist/cjs/z-myz-card-alert.cjs.entry.js +52 -52
  57. package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +25 -25
  58. package/dist/cjs/z-myz-card-footer-sections.cjs.entry.js +8 -8
  59. package/dist/cjs/z-myz-card-footer.cjs.entry.js +58 -58
  60. package/dist/cjs/z-myz-card-icon.cjs.entry.js +12 -12
  61. package/dist/cjs/z-myz-card-info.cjs.entry.js +118 -118
  62. package/dist/cjs/z-myz-card-list.cjs.entry.js +27 -27
  63. package/dist/cjs/z-myz-card_4.cjs.entry.js +82 -82
  64. package/dist/cjs/z-myz-list-item.cjs.entry.js +26 -26
  65. package/dist/cjs/z-myz-list.cjs.entry.js +24 -24
  66. package/dist/cjs/z-navigation-tab-link.cjs.entry.js +60 -60
  67. package/dist/cjs/z-navigation-tab.cjs.entry.js +62 -62
  68. package/dist/cjs/z-navigation-tabs.cjs.entry.js +187 -187
  69. package/dist/cjs/z-notification.cjs.entry.js +30 -30
  70. package/dist/cjs/z-otp.cjs.entry.js +30 -30
  71. package/dist/cjs/z-pagination.cjs.entry.js +219 -219
  72. package/dist/cjs/z-panel-elem.cjs.entry.js +19 -19
  73. package/dist/cjs/z-pocket-message.cjs.entry.js +8 -8
  74. package/dist/cjs/z-pocket_3.cjs.entry.js +102 -102
  75. package/dist/cjs/z-popover.cjs.entry.js +317 -317
  76. package/dist/cjs/z-range-picker.cjs.entry.js +349 -331
  77. package/dist/cjs/z-section-title.cjs.entry.js +22 -22
  78. package/dist/cjs/z-select.cjs.entry.js +322 -322
  79. package/dist/cjs/z-skip-to-content.cjs.entry.js +55 -55
  80. package/dist/cjs/z-slideshow.cjs.entry.js +118 -118
  81. package/dist/cjs/z-stepper-item.cjs.entry.js +11 -11
  82. package/dist/cjs/z-stepper.cjs.entry.js +8 -8
  83. package/dist/cjs/z-table-body.cjs.entry.js +1 -1
  84. package/dist/cjs/z-table-cell.cjs.entry.js +2 -2
  85. package/dist/cjs/z-table-deprecated.cjs.entry.js +80 -80
  86. package/dist/cjs/z-table-empty-box.cjs.entry.js +1 -1
  87. package/dist/cjs/z-table-expanded-row.cjs.entry.js +1 -1
  88. package/dist/cjs/z-table-footer.cjs.entry.js +1 -1
  89. package/dist/cjs/z-table-head.cjs.entry.js +1 -1
  90. package/dist/cjs/z-table-header-row.cjs.entry.js +1 -1
  91. package/dist/cjs/z-table-header.cjs.entry.js +4 -4
  92. package/dist/cjs/z-table-row.cjs.entry.js +2 -2
  93. package/dist/cjs/z-table-sticky-footer.cjs.entry.js +1 -1
  94. package/dist/cjs/z-table.cjs.entry.js +47 -47
  95. package/dist/cjs/z-tag.cjs.entry.js +11 -11
  96. package/dist/cjs/z-tbody.cjs.entry.js +1 -1
  97. package/dist/cjs/z-td.cjs.entry.js +2 -2
  98. package/dist/cjs/z-tfoot.cjs.entry.js +1 -1
  99. package/dist/cjs/z-th.cjs.entry.js +2 -2
  100. package/dist/cjs/z-thead.cjs.entry.js +1 -1
  101. package/dist/cjs/z-toast-notification-list.cjs.entry.js +45 -45
  102. package/dist/cjs/z-toast-notification.cjs.entry.js +187 -187
  103. package/dist/cjs/z-toggle-button.cjs.entry.js +25 -25
  104. package/dist/cjs/z-toggle-switch.cjs.entry.js +40 -40
  105. package/dist/cjs/z-tooltip.cjs.entry.js +26 -26
  106. package/dist/cjs/z-tr.cjs.entry.js +6 -6
  107. package/dist/cjs/z-typography.cjs.entry.js +19 -19
  108. package/dist/cjs/z-visually-hidden.cjs.entry.js +8 -8
  109. package/dist/collection/beans/index.js +343 -343
  110. package/dist/collection/components/buttons/z-button/index.js +245 -245
  111. package/dist/collection/components/buttons/z-button/styles.css +149 -149
  112. package/dist/collection/components/buttons/z-button-sort/index.js +220 -220
  113. package/dist/collection/components/buttons/z-button-sort/styles.css +101 -101
  114. package/dist/collection/components/buttons/z-chip/index.js +155 -155
  115. package/dist/collection/components/buttons/z-chip/styles.css +138 -138
  116. package/dist/collection/components/buttons/z-toggle-button/index.js +146 -146
  117. package/dist/collection/components/buttons/z-toggle-button/styles.css +60 -60
  118. package/dist/collection/components/buttons/z-toggle-switch/index.js +144 -144
  119. package/dist/collection/components/buttons/z-toggle-switch/styles.css +104 -104
  120. package/dist/collection/components/date-picker/styles.css +436 -436
  121. package/dist/collection/components/date-picker/utils.js +76 -76
  122. package/dist/collection/components/date-picker/z-date-picker/index.js +295 -295
  123. package/dist/collection/components/date-picker/z-range-picker/index.js +593 -499
  124. package/dist/collection/components/file-upload/z-dragdrop-area/index.js +53 -53
  125. package/dist/collection/components/file-upload/z-dragdrop-area/styles.css +51 -51
  126. package/dist/collection/components/file-upload/z-file/index.js +131 -131
  127. package/dist/collection/components/file-upload/z-file/styles.css +23 -23
  128. package/dist/collection/components/file-upload/z-file-upload/index.js +363 -363
  129. package/dist/collection/components/file-upload/z-file-upload/styles.css +84 -84
  130. package/dist/collection/components/icons/icons.js +775 -775
  131. package/dist/collection/components/icons/z-icon/index.js +114 -114
  132. package/dist/collection/components/icons/z-icon/styles.css +14 -14
  133. package/dist/collection/components/index.js +8 -8
  134. package/dist/collection/components/indicators/z-stepper/index.js +21 -21
  135. package/dist/collection/components/indicators/z-stepper/styles.css +19 -19
  136. package/dist/collection/components/indicators/z-stepper-item/index.js +93 -93
  137. package/dist/collection/components/indicators/z-stepper-item/styles.css +114 -114
  138. package/dist/collection/components/inputs/z-combobox/index.js +570 -570
  139. package/dist/collection/components/inputs/z-combobox/styles.css +197 -197
  140. package/dist/collection/components/inputs/z-input/index.js +768 -765
  141. package/dist/collection/components/inputs/z-input/styles.css +402 -402
  142. package/dist/collection/components/inputs/z-input-message/index.js +89 -89
  143. package/dist/collection/components/inputs/z-input-message/styles.css +48 -48
  144. package/dist/collection/components/inputs/z-searchbar/index.js +599 -599
  145. package/dist/collection/components/inputs/z-searchbar/styles.css +185 -185
  146. package/dist/collection/components/inputs/z-select/index.js +754 -754
  147. package/dist/collection/components/inputs/z-select/styles.css +123 -123
  148. package/dist/collection/components/list/z-list/index.js +91 -91
  149. package/dist/collection/components/list/z-list/styles.css +6 -6
  150. package/dist/collection/components/list/z-list-element/index.js +508 -508
  151. package/dist/collection/components/list/z-list-element/styles.css +121 -121
  152. package/dist/collection/components/list/z-list-group/index.js +175 -175
  153. package/dist/collection/components/list/z-list-group/styles.css +21 -21
  154. package/dist/collection/components/list/z-toast-notification-list/index.js +105 -105
  155. package/dist/collection/components/list/z-toast-notification-list/styles.css +100 -100
  156. package/dist/collection/components/logo/z-logo/index.js +131 -131
  157. package/dist/collection/components/logo/z-logo/styles.css +29 -29
  158. package/dist/collection/components/modal/z-modal/index.js +319 -319
  159. package/dist/collection/components/modal/z-modal/styles.css +193 -193
  160. package/dist/collection/components/navigation/tabs/navigation-tab.css +136 -136
  161. package/dist/collection/components/navigation/tabs/z-navigation-tab/index.js +276 -276
  162. package/dist/collection/components/navigation/tabs/z-navigation-tab-link/index.js +298 -298
  163. package/dist/collection/components/navigation/tabs/z-navigation-tabs/index.js +296 -296
  164. package/dist/collection/components/navigation/tabs/z-navigation-tabs/styles.css +104 -104
  165. package/dist/collection/components/navigation/z-app-header/index.js +448 -448
  166. package/dist/collection/components/navigation/z-app-header/index.stories.js +393 -393
  167. package/dist/collection/components/navigation/z-app-header/styles.css +429 -429
  168. package/dist/collection/components/navigation/z-link/index.js +317 -317
  169. package/dist/collection/components/navigation/z-link/styles.css +167 -167
  170. package/dist/collection/components/navigation/z-menu/index.js +250 -250
  171. package/dist/collection/components/navigation/z-menu/styles.css +213 -213
  172. package/dist/collection/components/navigation/z-menu-section/index.js +125 -125
  173. package/dist/collection/components/navigation/z-menu-section/styles.css +123 -123
  174. package/dist/collection/components/notification/z-info-box/index.js +85 -85
  175. package/dist/collection/components/notification/z-info-box/styles.css +23 -23
  176. package/dist/collection/components/notification/z-notification/index.js +195 -195
  177. package/dist/collection/components/notification/z-notification/styles.css +114 -114
  178. package/dist/collection/components/notification/z-toast-notification/index.js +399 -399
  179. package/dist/collection/components/notification/z-toast-notification/styles.css +254 -254
  180. package/dist/collection/components/notification/z-tooltip/index.js +157 -157
  181. package/dist/collection/components/notification/z-tooltip/styles.css +17 -17
  182. package/dist/collection/components/panel/z-panel-elem/index.js +193 -193
  183. package/dist/collection/components/panel/z-panel-elem/styles.css +39 -39
  184. package/dist/collection/components/table/cells/z-td/index.js +143 -143
  185. package/dist/collection/components/table/cells/z-td/styles.css +59 -59
  186. package/dist/collection/components/table/cells/z-th/index.js +187 -187
  187. package/dist/collection/components/table/cells/z-th/styles.css +88 -88
  188. package/dist/collection/components/table/z-table/index.js +86 -86
  189. package/dist/collection/components/table/z-table/styles.css +22 -22
  190. package/dist/collection/components/table/z-tbody/index.js +22 -22
  191. package/dist/collection/components/table/z-tbody/styles.css +4 -4
  192. package/dist/collection/components/table/z-tfoot/index.js +50 -50
  193. package/dist/collection/components/table/z-tfoot/styles.css +13 -13
  194. package/dist/collection/components/table/z-thead/index.js +50 -50
  195. package/dist/collection/components/table/z-thead/styles.css +19 -19
  196. package/dist/collection/components/table/z-tr/index.js +133 -133
  197. package/dist/collection/components/table/z-tr/styles.css +87 -87
  198. package/dist/collection/components/z-accordion/index.js +247 -247
  199. package/dist/collection/components/z-accordion/styles.css +244 -228
  200. package/dist/collection/components/z-anchor-navigation/index.js +95 -95
  201. package/dist/collection/components/z-anchor-navigation/styles.css +128 -128
  202. package/dist/collection/components/z-aria-alert/index.js +39 -39
  203. package/dist/collection/components/z-avatar/index.js +142 -142
  204. package/dist/collection/components/z-avatar/styles.css +32 -32
  205. package/dist/collection/components/z-book-card/index.js +308 -308
  206. package/dist/collection/components/z-book-card/styles.css +469 -469
  207. package/dist/collection/components/z-breadcrumb/index.js +392 -392
  208. package/dist/collection/components/z-breadcrumb/styles.css +146 -146
  209. package/dist/collection/components/z-card/index.js +148 -148
  210. package/dist/collection/components/z-card/styles.css +213 -213
  211. package/dist/collection/components/z-carousel/index.js +300 -300
  212. package/dist/collection/components/z-carousel/styles.css +129 -129
  213. package/dist/collection/components/z-contextual-menu/index.js +126 -126
  214. package/dist/collection/components/z-contextual-menu/styles.css +60 -60
  215. package/dist/collection/components/z-cover-hero/index.js +146 -146
  216. package/dist/collection/components/z-cover-hero/styles.css +93 -93
  217. package/dist/collection/components/z-divider/index.js +95 -95
  218. package/dist/collection/components/z-divider/styles.css +37 -37
  219. package/dist/collection/components/z-ghost-loading/index.js +18 -18
  220. package/dist/collection/components/z-ghost-loading/styles.css +34 -34
  221. package/dist/collection/components/z-info-reveal/index.js +147 -147
  222. package/dist/collection/components/z-info-reveal/styles.css +103 -103
  223. package/dist/collection/components/z-offcanvas/index.js +162 -162
  224. package/dist/collection/components/z-offcanvas/styles.css +182 -182
  225. package/dist/collection/components/z-pagination/index.js +435 -435
  226. package/dist/collection/components/z-pagination/styles.css +199 -199
  227. package/dist/collection/components/z-popover/index.js +513 -513
  228. package/dist/collection/components/z-popover/styles.css +147 -147
  229. package/dist/collection/components/z-section-title/index.js +88 -88
  230. package/dist/collection/components/z-section-title/styles.css +45 -45
  231. package/dist/collection/components/z-skip-to-content/index.js +139 -139
  232. package/dist/collection/components/z-skip-to-content/styles.css +80 -80
  233. package/dist/collection/components/z-tag/index.js +65 -65
  234. package/dist/collection/components/z-tag/styles.css +46 -46
  235. package/dist/collection/components/z-visually-hidden/index.js +18 -18
  236. package/dist/collection/components/z-visually-hidden/styles.css +12 -12
  237. package/dist/collection/constants/breakpoints.js +4 -4
  238. package/dist/collection/constants/icons.js +6 -6
  239. package/dist/collection/deprecated/typography/z-body/index.js +68 -68
  240. package/dist/collection/deprecated/typography/z-heading/index.js +68 -68
  241. package/dist/collection/deprecated/typography/z-typography/index.js +91 -91
  242. package/dist/collection/deprecated/typography/z-typography/styles.css +65 -65
  243. package/dist/collection/deprecated/z-table-deprecated/z-table-body/index.js +26 -26
  244. package/dist/collection/deprecated/z-table-deprecated/z-table-body/styles.css +9 -9
  245. package/dist/collection/deprecated/z-table-deprecated/z-table-cell/index.js +84 -84
  246. package/dist/collection/deprecated/z-table-deprecated/z-table-cell/styles.css +58 -58
  247. package/dist/collection/deprecated/z-table-deprecated/z-table-deprecated/index.js +363 -363
  248. package/dist/collection/deprecated/z-table-deprecated/z-table-deprecated/styles.css +115 -115
  249. package/dist/collection/deprecated/z-table-deprecated/z-table-empty-box/index.js +75 -75
  250. package/dist/collection/deprecated/z-table-deprecated/z-table-empty-box/styles.css +38 -38
  251. package/dist/collection/deprecated/z-table-deprecated/z-table-expanded-row/index.js +42 -42
  252. package/dist/collection/deprecated/z-table-deprecated/z-table-expanded-row/styles.css +9 -9
  253. package/dist/collection/deprecated/z-table-deprecated/z-table-footer/index.js +25 -25
  254. package/dist/collection/deprecated/z-table-deprecated/z-table-footer/styles.css +5 -5
  255. package/dist/collection/deprecated/z-table-deprecated/z-table-head/index.js +25 -25
  256. package/dist/collection/deprecated/z-table-deprecated/z-table-head/styles.css +5 -5
  257. package/dist/collection/deprecated/z-table-deprecated/z-table-header/index.js +226 -226
  258. package/dist/collection/deprecated/z-table-deprecated/z-table-header/styles.css +71 -71
  259. package/dist/collection/deprecated/z-table-deprecated/z-table-header-row/index.js +44 -44
  260. package/dist/collection/deprecated/z-table-deprecated/z-table-header-row/styles.css +13 -13
  261. package/dist/collection/deprecated/z-table-deprecated/z-table-row/index.js +95 -95
  262. package/dist/collection/deprecated/z-table-deprecated/z-table-row/styles.css +45 -45
  263. package/dist/collection/deprecated/z-table-deprecated/z-table-sticky-footer/index.js +22 -22
  264. package/dist/collection/deprecated/z-table-deprecated/z-table-sticky-footer/styles.css +11 -11
  265. package/dist/collection/index.js +7 -7
  266. package/dist/collection/snowflakes/myz/card/z-myz-card/index.js +129 -129
  267. package/dist/collection/snowflakes/myz/card/z-myz-card/styles.css +44 -44
  268. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/index.js +151 -151
  269. package/dist/collection/snowflakes/myz/card/z-myz-card-alert/styles.css +62 -62
  270. package/dist/collection/snowflakes/myz/card/z-myz-card-body/index.js +22 -22
  271. package/dist/collection/snowflakes/myz/card/z-myz-card-body/styles.css +13 -13
  272. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/index.js +93 -93
  273. package/dist/collection/snowflakes/myz/card/z-myz-card-cover/styles.css +11 -11
  274. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/index.js +177 -177
  275. package/dist/collection/snowflakes/myz/card/z-myz-card-dictionary/styles.css +72 -72
  276. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/index.js +219 -219
  277. package/dist/collection/snowflakes/myz/card/z-myz-card-footer/styles.css +182 -182
  278. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/index.js +22 -22
  279. package/dist/collection/snowflakes/myz/card/z-myz-card-footer-sections/styles.css +20 -20
  280. package/dist/collection/snowflakes/myz/card/z-myz-card-header/index.js +109 -109
  281. package/dist/collection/snowflakes/myz/card/z-myz-card-header/styles.css +59 -59
  282. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/index.js +81 -81
  283. package/dist/collection/snowflakes/myz/card/z-myz-card-icon/styles.css +69 -69
  284. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +199 -199
  285. package/dist/collection/snowflakes/myz/card/z-myz-card-info/styles.css +93 -93
  286. package/dist/collection/snowflakes/myz/card/z-myz-card-list/index.js +60 -60
  287. package/dist/collection/snowflakes/myz/card/z-myz-card-list/styles.css +41 -41
  288. package/dist/collection/snowflakes/myz/list/z-myz-list/index.js +78 -78
  289. package/dist/collection/snowflakes/myz/list/z-myz-list/styles.css +4 -4
  290. package/dist/collection/snowflakes/myz/list/z-myz-list-item/index.js +192 -192
  291. package/dist/collection/snowflakes/myz/list/z-myz-list-item/styles.css +66 -66
  292. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/index.js +120 -120
  293. package/dist/collection/snowflakes/myz/pocket/z-messages-pocket/styles.css +102 -102
  294. package/dist/collection/snowflakes/myz/pocket/z-pocket/index.js +191 -191
  295. package/dist/collection/snowflakes/myz/pocket/z-pocket/styles.css +44 -44
  296. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/index.js +84 -84
  297. package/dist/collection/snowflakes/myz/pocket/z-pocket-body/styles.css +41 -41
  298. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/index.js +93 -93
  299. package/dist/collection/snowflakes/myz/pocket/z-pocket-header/styles.css +27 -27
  300. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/index.js +22 -22
  301. package/dist/collection/snowflakes/myz/pocket/z-pocket-message/styles.css +44 -44
  302. package/dist/collection/snowflakes/myz/z-alert/index.js +47 -47
  303. package/dist/collection/snowflakes/myz/z-alert/styles.css +28 -28
  304. package/dist/collection/snowflakes/myz/z-otp/index.js +120 -120
  305. package/dist/collection/snowflakes/myz/z-otp/styles.css +47 -47
  306. package/dist/collection/snowflakes/myz/z-slideshow/index.js +180 -180
  307. package/dist/collection/snowflakes/myz/z-slideshow/styles.css +127 -127
  308. package/dist/collection/utils/storybook-utils.js +76 -76
  309. package/dist/collection/utils/utils.js +115 -115
  310. package/dist/esm/{breakpoints-572720f6.js → breakpoints-9b81eb1b.js} +2 -2
  311. package/dist/esm/{icons-6da784ba.js → icons-cc83787f.js} +774 -774
  312. package/dist/esm/{index-a8cda90b.js → index-03c8b0f0.js} +342 -342
  313. package/dist/esm/{index-50c0cb7b.js → index-0e0fa88d.js} +12 -12
  314. package/dist/esm/{index-30b4bebe.js → index-1ae1c122.js} +8 -8
  315. package/dist/esm/{index-66c5b3f9.js → index-1b2e3e53.js} +58 -58
  316. package/dist/esm/{index-6d4bf248.js → index-2c800f19.js} +13 -13
  317. package/dist/esm/{index-96a7afbc.js → index-2cdac489.js} +21 -21
  318. package/dist/esm/{index-ae1ae86b.js → index-49dfba34.js} +40 -40
  319. package/dist/esm/{index-77e69f82.js → index-6d83248c.js} +13 -13
  320. package/dist/esm/{index-ffdc3d9c.js → index-83736b34.js} +8 -8
  321. package/dist/esm/{index-06314271.js → index-8c7b48bc.js} +12 -12
  322. package/dist/esm/{index-334ed186.js → index-c84fca22.js} +32 -32
  323. package/dist/esm/{index-742e8d56.js → index-cfd94e05.js} +61 -61
  324. package/dist/esm/{index-baf19a24.js → index-d117d464.js} +25 -25
  325. package/dist/esm/{index-8d78e837.js → index-d3dfe710.js} +70 -70
  326. package/dist/esm/{index-fe569c26.js → index-e2c8b8b5.js} +11 -11
  327. package/dist/esm/{index-d6436cad.js → index-f171ca51.js} +8 -8
  328. package/dist/esm/{index-33f3f896.js → index-f98f4ad3.js} +12 -12
  329. package/dist/esm/index.js +5 -5
  330. package/dist/esm/loader.js +1 -1
  331. package/dist/esm/polyfills/core-js.js +0 -0
  332. package/dist/esm/polyfills/dom.js +0 -0
  333. package/dist/esm/polyfills/es5-html-element.js +0 -0
  334. package/dist/esm/polyfills/index.js +0 -0
  335. package/dist/esm/polyfills/system.js +0 -0
  336. package/dist/esm/{utils-3ef75653.js → utils-14a10b2b.js} +75 -75
  337. package/dist/esm/{utils-2f109041.js → utils-4d2d99d9.js} +96 -96
  338. package/dist/esm/web-components-library.js +1 -1
  339. package/dist/esm/z-accordion.entry.js +57 -57
  340. package/dist/esm/z-alert.entry.js +8 -8
  341. package/dist/esm/z-anchor-navigation.entry.js +42 -42
  342. package/dist/esm/z-app-header_11.entry.js +995 -992
  343. package/dist/esm/z-aria-alert.entry.js +10 -10
  344. package/dist/esm/z-avatar.entry.js +33 -33
  345. package/dist/esm/z-body.entry.js +9 -9
  346. package/dist/esm/z-book-card.entry.js +100 -100
  347. package/dist/esm/z-breadcrumb.entry.js +221 -221
  348. package/dist/esm/z-button-sort.entry.js +42 -42
  349. package/dist/esm/z-card.entry.js +42 -42
  350. package/dist/esm/z-carousel.entry.js +135 -135
  351. package/dist/esm/z-chip.entry.js +29 -29
  352. package/dist/esm/z-combobox.entry.js +190 -190
  353. package/dist/esm/z-contextual-menu.entry.js +35 -35
  354. package/dist/esm/z-cover-hero.entry.js +46 -46
  355. package/dist/esm/z-date-picker.entry.js +164 -164
  356. package/dist/esm/z-dragdrop-area_2.entry.js +129 -129
  357. package/dist/esm/z-file-upload.entry.js +174 -174
  358. package/dist/esm/z-file.entry.js +37 -37
  359. package/dist/esm/z-ghost-loading.entry.js +9 -9
  360. package/dist/esm/z-heading.entry.js +9 -9
  361. package/dist/esm/z-info-box.entry.js +14 -14
  362. package/dist/esm/z-info-reveal.entry.js +54 -54
  363. package/dist/esm/z-link.entry.js +63 -63
  364. package/dist/esm/z-logo.entry.js +15 -15
  365. package/dist/esm/z-menu-section.entry.js +43 -43
  366. package/dist/esm/z-menu.entry.js +108 -108
  367. package/dist/esm/z-messages-pocket.entry.js +36 -36
  368. package/dist/esm/z-myz-card-alert.entry.js +52 -52
  369. package/dist/esm/z-myz-card-dictionary.entry.js +25 -25
  370. package/dist/esm/z-myz-card-footer-sections.entry.js +8 -8
  371. package/dist/esm/z-myz-card-footer.entry.js +58 -58
  372. package/dist/esm/z-myz-card-icon.entry.js +12 -12
  373. package/dist/esm/z-myz-card-info.entry.js +118 -118
  374. package/dist/esm/z-myz-card-list.entry.js +27 -27
  375. package/dist/esm/z-myz-card_4.entry.js +82 -82
  376. package/dist/esm/z-myz-list-item.entry.js +26 -26
  377. package/dist/esm/z-myz-list.entry.js +24 -24
  378. package/dist/esm/z-navigation-tab-link.entry.js +60 -60
  379. package/dist/esm/z-navigation-tab.entry.js +62 -62
  380. package/dist/esm/z-navigation-tabs.entry.js +187 -187
  381. package/dist/esm/z-notification.entry.js +30 -30
  382. package/dist/esm/z-otp.entry.js +30 -30
  383. package/dist/esm/z-pagination.entry.js +219 -219
  384. package/dist/esm/z-panel-elem.entry.js +19 -19
  385. package/dist/esm/z-pocket-message.entry.js +8 -8
  386. package/dist/esm/z-pocket_3.entry.js +102 -102
  387. package/dist/esm/z-popover.entry.js +317 -317
  388. package/dist/esm/z-range-picker.entry.js +349 -331
  389. package/dist/esm/z-section-title.entry.js +22 -22
  390. package/dist/esm/z-select.entry.js +322 -322
  391. package/dist/esm/z-skip-to-content.entry.js +55 -55
  392. package/dist/esm/z-slideshow.entry.js +118 -118
  393. package/dist/esm/z-stepper-item.entry.js +11 -11
  394. package/dist/esm/z-stepper.entry.js +8 -8
  395. package/dist/esm/z-table-body.entry.js +1 -1
  396. package/dist/esm/z-table-cell.entry.js +2 -2
  397. package/dist/esm/z-table-deprecated.entry.js +80 -80
  398. package/dist/esm/z-table-empty-box.entry.js +1 -1
  399. package/dist/esm/z-table-expanded-row.entry.js +1 -1
  400. package/dist/esm/z-table-footer.entry.js +1 -1
  401. package/dist/esm/z-table-head.entry.js +1 -1
  402. package/dist/esm/z-table-header-row.entry.js +1 -1
  403. package/dist/esm/z-table-header.entry.js +4 -4
  404. package/dist/esm/z-table-row.entry.js +2 -2
  405. package/dist/esm/z-table-sticky-footer.entry.js +1 -1
  406. package/dist/esm/z-table.entry.js +47 -47
  407. package/dist/esm/z-tag.entry.js +11 -11
  408. package/dist/esm/z-tbody.entry.js +1 -1
  409. package/dist/esm/z-td.entry.js +2 -2
  410. package/dist/esm/z-tfoot.entry.js +1 -1
  411. package/dist/esm/z-th.entry.js +2 -2
  412. package/dist/esm/z-thead.entry.js +1 -1
  413. package/dist/esm/z-toast-notification-list.entry.js +45 -45
  414. package/dist/esm/z-toast-notification.entry.js +187 -187
  415. package/dist/esm/z-toggle-button.entry.js +25 -25
  416. package/dist/esm/z-toggle-switch.entry.js +40 -40
  417. package/dist/esm/z-tooltip.entry.js +26 -26
  418. package/dist/esm/z-tr.entry.js +6 -6
  419. package/dist/esm/z-typography.entry.js +19 -19
  420. package/dist/esm/z-visually-hidden.entry.js +8 -8
  421. package/dist/types/beans/index.d.ts +399 -399
  422. package/dist/types/components/buttons/z-button/index.d.ts +29 -29
  423. package/dist/types/components/buttons/z-button-sort/index.d.ts +28 -28
  424. package/dist/types/components/buttons/z-chip/index.d.ts +20 -20
  425. package/dist/types/components/buttons/z-toggle-button/index.d.ts +17 -17
  426. package/dist/types/components/buttons/z-toggle-switch/index.d.ts +17 -17
  427. package/dist/types/components/date-picker/utils.d.ts +4 -4
  428. package/dist/types/components/date-picker/z-date-picker/index.d.ts +29 -29
  429. package/dist/types/components/date-picker/z-range-picker/index.d.ts +52 -42
  430. package/dist/types/components/file-upload/z-dragdrop-area/index.d.ts +9 -9
  431. package/dist/types/components/file-upload/z-file/index.d.ts +22 -22
  432. package/dist/types/components/file-upload/z-file-upload/index.d.ts +52 -52
  433. package/dist/types/components/icons/icons.d.ts +1384 -1384
  434. package/dist/types/components/icons/z-icon/index.d.ts +14 -14
  435. package/dist/types/components/indicators/z-stepper/index.d.ts +6 -6
  436. package/dist/types/components/indicators/z-stepper-item/index.d.ts +19 -19
  437. package/dist/types/components/inputs/z-combobox/index.d.ts +71 -71
  438. package/dist/types/components/inputs/z-input/index.d.ts +87 -86
  439. package/dist/types/components/inputs/z-input-message/index.d.ts +12 -12
  440. package/dist/types/components/inputs/z-searchbar/index.d.ts +73 -73
  441. package/dist/types/components/inputs/z-select/index.d.ts +82 -82
  442. package/dist/types/components/list/z-list/index.d.ts +15 -15
  443. package/dist/types/components/list/z-list-element/index.d.ts +95 -95
  444. package/dist/types/components/list/z-list-group/index.d.ts +28 -28
  445. package/dist/types/components/list/z-toast-notification-list/index.d.ts +14 -14
  446. package/dist/types/components/logo/z-logo/index.d.ts +15 -15
  447. package/dist/types/components/modal/z-modal/index.d.ts +47 -47
  448. package/dist/types/components/navigation/tabs/z-navigation-tab/index.d.ts +62 -62
  449. package/dist/types/components/navigation/tabs/z-navigation-tab-link/index.d.ts +72 -72
  450. package/dist/types/components/navigation/tabs/z-navigation-tabs/index.d.ts +88 -88
  451. package/dist/types/components/navigation/z-app-header/index.d.ts +148 -148
  452. package/dist/types/components/navigation/z-link/index.d.ts +40 -40
  453. package/dist/types/components/navigation/z-menu/index.d.ts +61 -61
  454. package/dist/types/components/navigation/z-menu-section/index.d.ts +31 -31
  455. package/dist/types/components/notification/z-info-box/index.d.ts +14 -14
  456. package/dist/types/components/notification/z-notification/index.d.ts +32 -32
  457. package/dist/types/components/notification/z-toast-notification/index.d.ts +56 -56
  458. package/dist/types/components/notification/z-tooltip/index.d.ts +32 -32
  459. package/dist/types/components/panel/z-panel-elem/index.d.ts +25 -25
  460. package/dist/types/components/table/cells/z-td/index.d.ts +36 -36
  461. package/dist/types/components/table/cells/z-th/index.d.ts +52 -52
  462. package/dist/types/components/table/z-table/index.d.ts +28 -28
  463. package/dist/types/components/table/z-tbody/index.d.ts +7 -7
  464. package/dist/types/components/table/z-tfoot/index.d.ts +11 -11
  465. package/dist/types/components/table/z-thead/index.d.ts +11 -11
  466. package/dist/types/components/table/z-tr/index.d.ts +41 -41
  467. package/dist/types/components/z-accordion/index.d.ts +57 -57
  468. package/dist/types/components/z-anchor-navigation/index.d.ts +39 -39
  469. package/dist/types/components/z-aria-alert/index.d.ts +6 -6
  470. package/dist/types/components/z-avatar/index.d.ts +16 -16
  471. package/dist/types/components/z-book-card/index.d.ts +78 -78
  472. package/dist/types/components/z-breadcrumb/index.d.ts +56 -56
  473. package/dist/types/components/z-card/index.d.ts +38 -38
  474. package/dist/types/components/z-carousel/index.d.ts +63 -63
  475. package/dist/types/components/z-contextual-menu/index.d.ts +26 -26
  476. package/dist/types/components/z-cover-hero/index.d.ts +41 -41
  477. package/dist/types/components/z-divider/index.d.ts +10 -10
  478. package/dist/types/components/z-ghost-loading/index.d.ts +3 -3
  479. package/dist/types/components/z-info-reveal/index.d.ts +29 -29
  480. package/dist/types/components/z-offcanvas/index.d.ts +27 -27
  481. package/dist/types/components/z-pagination/index.d.ts +109 -109
  482. package/dist/types/components/z-popover/index.d.ts +69 -69
  483. package/dist/types/components/z-section-title/index.d.ts +25 -25
  484. package/dist/types/components/z-skip-to-content/index.d.ts +21 -21
  485. package/dist/types/components/z-tag/index.d.ts +13 -13
  486. package/dist/types/components/z-visually-hidden/index.d.ts +3 -3
  487. package/dist/types/components.d.ts +32 -0
  488. package/dist/types/constants/breakpoints.d.ts +4 -4
  489. package/dist/types/constants/icons.d.ts +6 -6
  490. package/dist/types/deprecated/typography/z-body/index.d.ts +9 -9
  491. package/dist/types/deprecated/typography/z-heading/index.d.ts +9 -9
  492. package/dist/types/deprecated/typography/z-typography/index.d.ts +11 -11
  493. package/dist/types/deprecated/z-table-deprecated/z-table-body/index.d.ts +8 -8
  494. package/dist/types/deprecated/z-table-deprecated/z-table-cell/index.d.ts +14 -14
  495. package/dist/types/deprecated/z-table-deprecated/z-table-deprecated/index.d.ts +59 -59
  496. package/dist/types/deprecated/z-table-deprecated/z-table-empty-box/index.d.ts +15 -15
  497. package/dist/types/deprecated/z-table-deprecated/z-table-expanded-row/index.d.ts +8 -8
  498. package/dist/types/deprecated/z-table-deprecated/z-table-footer/index.d.ts +8 -8
  499. package/dist/types/deprecated/z-table-deprecated/z-table-head/index.d.ts +8 -8
  500. package/dist/types/deprecated/z-table-deprecated/z-table-header/index.d.ts +31 -31
  501. package/dist/types/deprecated/z-table-deprecated/z-table-header-row/index.d.ts +9 -9
  502. package/dist/types/deprecated/z-table-deprecated/z-table-row/index.d.ts +16 -16
  503. package/dist/types/deprecated/z-table-deprecated/z-table-sticky-footer/index.d.ts +7 -7
  504. package/dist/types/index.d.ts +7 -7
  505. package/dist/types/snowflakes/myz/card/z-myz-card/index.d.ts +16 -16
  506. package/dist/types/snowflakes/myz/card/z-myz-card-alert/index.d.ts +19 -19
  507. package/dist/types/snowflakes/myz/card/z-myz-card-body/index.d.ts +7 -7
  508. package/dist/types/snowflakes/myz/card/z-myz-card-cover/index.d.ts +12 -12
  509. package/dist/types/snowflakes/myz/card/z-myz-card-dictionary/index.d.ts +24 -24
  510. package/dist/types/snowflakes/myz/card/z-myz-card-footer/index.d.ts +34 -34
  511. package/dist/types/snowflakes/myz/card/z-myz-card-footer-sections/index.d.ts +7 -7
  512. package/dist/types/snowflakes/myz/card/z-myz-card-header/index.d.ts +19 -19
  513. package/dist/types/snowflakes/myz/card/z-myz-card-icon/index.d.ts +9 -9
  514. package/dist/types/snowflakes/myz/card/z-myz-card-info/index.d.ts +36 -36
  515. package/dist/types/snowflakes/myz/card/z-myz-card-list/index.d.ts +9 -9
  516. package/dist/types/snowflakes/myz/list/z-myz-list/index.d.ts +11 -11
  517. package/dist/types/snowflakes/myz/list/z-myz-list-item/index.d.ts +25 -25
  518. package/dist/types/snowflakes/myz/pocket/z-messages-pocket/index.d.ts +16 -16
  519. package/dist/types/snowflakes/myz/pocket/z-pocket/index.d.ts +25 -25
  520. package/dist/types/snowflakes/myz/pocket/z-pocket-body/index.d.ts +12 -12
  521. package/dist/types/snowflakes/myz/pocket/z-pocket-header/index.d.ts +18 -18
  522. package/dist/types/snowflakes/myz/pocket/z-pocket-message/index.d.ts +7 -7
  523. package/dist/types/snowflakes/myz/z-alert/index.d.ts +9 -9
  524. package/dist/types/snowflakes/myz/z-otp/index.d.ts +17 -17
  525. package/dist/types/snowflakes/myz/z-slideshow/index.d.ts +30 -30
  526. package/dist/types/utils/storybook-utils.d.ts +50 -50
  527. package/dist/types/utils/utils.d.ts +24 -24
  528. package/dist/web-components-library/index.esm.js +1 -1
  529. package/dist/web-components-library/{p-d8ef97da.js → p-02e9b4fa.js} +1 -1
  530. package/dist/web-components-library/p-051b9116.entry.js +1 -0
  531. package/{www/build/p-c9eac6c5.entry.js → dist/web-components-library/p-06d2f371.entry.js} +1 -1
  532. package/dist/web-components-library/{p-5012c9d8.entry.js → p-14db3f16.entry.js} +1 -1
  533. package/dist/web-components-library/{p-2ae405b7.js → p-154596ad.js} +1 -1
  534. package/{www/build/p-b4d54364.entry.js → dist/web-components-library/p-1cbd8a5f.entry.js} +1 -1
  535. package/dist/web-components-library/p-22c29e0b.entry.js +1 -0
  536. package/dist/web-components-library/{p-837d9c29.entry.js → p-291bbca3.entry.js} +1 -1
  537. package/dist/web-components-library/{p-0441c402.entry.js → p-293e2bfc.entry.js} +1 -1
  538. package/dist/web-components-library/{p-dc16d2ae.entry.js → p-2d0ac109.entry.js} +1 -1
  539. package/dist/web-components-library/{p-4e6088ef.entry.js → p-2d600a28.entry.js} +1 -1
  540. package/dist/web-components-library/{p-7bed3156.entry.js → p-2f013f10.entry.js} +1 -1
  541. package/dist/web-components-library/p-2fab41fb.entry.js +1 -0
  542. package/{www/build/p-18b15bde.entry.js → dist/web-components-library/p-327ddafe.entry.js} +1 -1
  543. package/dist/web-components-library/{p-ec00fcea.js → p-3347a3ba.js} +1 -1
  544. package/dist/web-components-library/{p-ddff6bf7.entry.js → p-37e8194f.entry.js} +1 -1
  545. package/dist/web-components-library/p-386bdb7f.entry.js +1 -0
  546. package/dist/web-components-library/p-38f19b72.entry.js +1 -0
  547. package/dist/web-components-library/{p-3f913141.entry.js → p-398e1834.entry.js} +1 -1
  548. package/dist/web-components-library/p-3e61bad0.entry.js +1 -0
  549. package/dist/web-components-library/p-43478f5b.entry.js +1 -0
  550. package/dist/web-components-library/{p-7119bf08.entry.js → p-449d81cf.entry.js} +1 -1
  551. package/dist/web-components-library/p-498ed5c1.entry.js +1 -0
  552. package/dist/web-components-library/{p-0fdfb35a.entry.js → p-4b2683b2.entry.js} +1 -1
  553. package/dist/web-components-library/{p-ceeead94.entry.js → p-4bb4a199.entry.js} +1 -1
  554. package/{www/build/p-cae9bff7.entry.js → dist/web-components-library/p-4cc4d0c1.entry.js} +1 -1
  555. package/dist/web-components-library/{p-7ef2b6d6.entry.js → p-5e990049.entry.js} +1 -1
  556. package/dist/web-components-library/{p-4b9298f9.entry.js → p-62f687bc.entry.js} +1 -1
  557. package/dist/web-components-library/p-6302304b.entry.js +1 -0
  558. package/dist/web-components-library/p-64759e9f.js +1 -0
  559. package/dist/web-components-library/p-64d902c6.entry.js +1 -0
  560. package/dist/web-components-library/{p-a9b6ecb4.js → p-65dd23d7.js} +1 -1
  561. package/dist/web-components-library/p-67703416.entry.js +1 -0
  562. package/{www/build/p-639ca520.entry.js → dist/web-components-library/p-69bde29c.entry.js} +1 -1
  563. package/{www/build/p-989fbd90.entry.js → dist/web-components-library/p-6ff71404.entry.js} +1 -1
  564. package/{www/build/p-b7ad13c0.entry.js → dist/web-components-library/p-8048e1c1.entry.js} +1 -1
  565. package/dist/web-components-library/{p-c5e5dd5f.entry.js → p-8b2bf3b4.entry.js} +1 -1
  566. package/dist/web-components-library/p-8e334a37.entry.js +1 -0
  567. package/dist/web-components-library/{p-33a922eb.entry.js → p-903e12df.entry.js} +1 -1
  568. package/dist/web-components-library/{p-8b7c4150.js → p-9076ccc9.js} +1 -1
  569. package/{www/build/p-924ab522.entry.js → dist/web-components-library/p-9829f5bd.entry.js} +1 -1
  570. package/dist/web-components-library/{p-0f21c603.js → p-9b505408.js} +1 -1
  571. package/dist/web-components-library/{p-25678da1.entry.js → p-9d57a84c.entry.js} +1 -1
  572. package/dist/web-components-library/p-9e33bfcd.entry.js +1 -0
  573. package/dist/web-components-library/p-a13b6a71.entry.js +1 -0
  574. package/dist/web-components-library/p-a4254712.entry.js +1 -0
  575. package/dist/web-components-library/{p-e4a7cdaf.entry.js → p-a6a09ce6.entry.js} +1 -1
  576. package/dist/web-components-library/{p-7591cd84.entry.js → p-a9610c6a.entry.js} +1 -1
  577. package/{www/build/p-7d9cd5e8.entry.js → dist/web-components-library/p-ab11f2e1.entry.js} +1 -1
  578. package/dist/web-components-library/p-ac9881cd.entry.js +1 -0
  579. package/{www/build/p-6f511d95.entry.js → dist/web-components-library/p-c1f20cec.entry.js} +1 -1
  580. package/dist/web-components-library/{p-0b942ef3.js → p-c250c443.js} +1 -1
  581. package/dist/web-components-library/{p-fa7fa70f.entry.js → p-c2e32adf.entry.js} +1 -1
  582. package/dist/web-components-library/p-c76e27b4.entry.js +1 -0
  583. package/dist/web-components-library/{p-474e024e.entry.js → p-c877bb1e.entry.js} +1 -1
  584. package/dist/web-components-library/{p-24920ca3.entry.js → p-cb07de86.entry.js} +1 -1
  585. package/dist/web-components-library/p-cd14f3f5.entry.js +1 -0
  586. package/dist/web-components-library/{p-e0ba6ee7.entry.js → p-d082b344.entry.js} +1 -1
  587. package/dist/web-components-library/{p-12a80f86.entry.js → p-d147e995.entry.js} +1 -1
  588. package/dist/web-components-library/{p-766d9faa.js → p-d7668580.js} +1 -1
  589. package/dist/web-components-library/p-d8de02a7.entry.js +1 -0
  590. package/dist/web-components-library/{p-9718b060.js → p-dd3e0b4e.js} +1 -1
  591. package/dist/web-components-library/p-dfa0bf69.entry.js +1 -0
  592. package/dist/web-components-library/{p-416c2676.entry.js → p-e17ee978.entry.js} +1 -1
  593. package/dist/web-components-library/{p-1a0a6e6d.entry.js → p-e47526aa.entry.js} +1 -1
  594. package/{www/build/p-e320f343.entry.js → dist/web-components-library/p-f182d723.entry.js} +1 -1
  595. package/dist/web-components-library/{p-2a124a35.entry.js → p-f2eaa685.entry.js} +1 -1
  596. package/{www/build/p-643dfe5f.entry.js → dist/web-components-library/p-f678a469.entry.js} +1 -1
  597. package/{www/build/p-355615d0.entry.js → dist/web-components-library/p-fa7b1ee3.entry.js} +1 -1
  598. package/dist/web-components-library/{p-ac5efe28.entry.js → p-fc8f0f1a.entry.js} +1 -1
  599. package/dist/web-components-library/{p-e052bfbe.entry.js → p-fc97fa81.entry.js} +1 -1
  600. package/dist/web-components-library/web-components-library.css +1 -1
  601. package/dist/web-components-library/web-components-library.esm.js +1 -1
  602. package/package.json +106 -106
  603. package/react/components.d.ts +100 -100
  604. package/react/components.js +106 -106
  605. package/react/index.d.ts +1 -1
  606. package/react/index.js +13 -13
  607. package/react/react-component-lib/createComponent.d.ts +10 -10
  608. package/react/react-component-lib/createComponent.js +97 -97
  609. package/react/react-component-lib/createOverlayComponent.d.ts +21 -21
  610. package/react/react-component-lib/createOverlayComponent.js +115 -115
  611. package/react/react-component-lib/index.d.ts +2 -2
  612. package/react/react-component-lib/index.js +7 -7
  613. package/react/react-component-lib/interfaces.d.ts +29 -29
  614. package/react/react-component-lib/interfaces.js +2 -2
  615. package/react/react-component-lib/utils/attachProps.d.ts +12 -12
  616. package/react/react-component-lib/utils/attachProps.js +104 -104
  617. package/react/react-component-lib/utils/case.d.ts +2 -2
  618. package/react/react-component-lib/utils/case.js +11 -11
  619. package/react/react-component-lib/utils/dev.d.ts +2 -2
  620. package/react/react-component-lib/utils/dev.js +17 -17
  621. package/react/react-component-lib/utils/index.d.ts +10 -10
  622. package/react/react-component-lib/utils/index.js +53 -53
  623. package/readme.md +280 -280
  624. package/src-react/index.ts +1 -0
  625. package/www/build/index.esm.js +1 -1
  626. package/www/build/{p-d8ef97da.js → p-02e9b4fa.js} +1 -1
  627. package/www/build/p-051b9116.entry.js +1 -0
  628. package/{dist/web-components-library/p-c9eac6c5.entry.js → www/build/p-06d2f371.entry.js} +1 -1
  629. package/www/build/{p-5012c9d8.entry.js → p-14db3f16.entry.js} +1 -1
  630. package/www/build/{p-2ae405b7.js → p-154596ad.js} +1 -1
  631. package/{dist/web-components-library/p-b4d54364.entry.js → www/build/p-1cbd8a5f.entry.js} +1 -1
  632. package/www/build/p-22c29e0b.entry.js +1 -0
  633. package/www/build/{p-837d9c29.entry.js → p-291bbca3.entry.js} +1 -1
  634. package/www/build/{p-0441c402.entry.js → p-293e2bfc.entry.js} +1 -1
  635. package/www/build/{p-dc16d2ae.entry.js → p-2d0ac109.entry.js} +1 -1
  636. package/www/build/{p-4e6088ef.entry.js → p-2d600a28.entry.js} +1 -1
  637. package/www/build/{p-7bed3156.entry.js → p-2f013f10.entry.js} +1 -1
  638. package/www/build/p-2fab41fb.entry.js +1 -0
  639. package/{dist/web-components-library/p-18b15bde.entry.js → www/build/p-327ddafe.entry.js} +1 -1
  640. package/www/build/{p-ec00fcea.js → p-3347a3ba.js} +1 -1
  641. package/www/build/{p-ddff6bf7.entry.js → p-37e8194f.entry.js} +1 -1
  642. package/www/build/p-386bdb7f.entry.js +1 -0
  643. package/www/build/p-38f19b72.entry.js +1 -0
  644. package/www/build/{p-3f913141.entry.js → p-398e1834.entry.js} +1 -1
  645. package/www/build/{p-a40d8aad.css → p-39ac174d.css} +1 -1
  646. package/www/build/p-3e61bad0.entry.js +1 -0
  647. package/www/build/p-43478f5b.entry.js +1 -0
  648. package/www/build/{p-7119bf08.entry.js → p-449d81cf.entry.js} +1 -1
  649. package/www/build/p-498ed5c1.entry.js +1 -0
  650. package/www/build/{p-0fdfb35a.entry.js → p-4b2683b2.entry.js} +1 -1
  651. package/www/build/{p-ceeead94.entry.js → p-4bb4a199.entry.js} +1 -1
  652. package/{dist/web-components-library/p-cae9bff7.entry.js → www/build/p-4cc4d0c1.entry.js} +1 -1
  653. package/www/build/{p-7ef2b6d6.entry.js → p-5e990049.entry.js} +1 -1
  654. package/www/build/{p-4b9298f9.entry.js → p-62f687bc.entry.js} +1 -1
  655. package/www/build/p-6302304b.entry.js +1 -0
  656. package/www/build/p-64759e9f.js +1 -0
  657. package/www/build/p-64d902c6.entry.js +1 -0
  658. package/www/build/{p-a9b6ecb4.js → p-65dd23d7.js} +1 -1
  659. package/www/build/p-67703416.entry.js +1 -0
  660. package/{dist/web-components-library/p-639ca520.entry.js → www/build/p-69bde29c.entry.js} +1 -1
  661. package/{dist/web-components-library/p-989fbd90.entry.js → www/build/p-6ff71404.entry.js} +1 -1
  662. package/{dist/web-components-library/p-b7ad13c0.entry.js → www/build/p-8048e1c1.entry.js} +1 -1
  663. package/www/build/{p-c5e5dd5f.entry.js → p-8b2bf3b4.entry.js} +1 -1
  664. package/www/build/p-8e334a37.entry.js +1 -0
  665. package/www/build/{p-33a922eb.entry.js → p-903e12df.entry.js} +1 -1
  666. package/www/build/{p-8b7c4150.js → p-9076ccc9.js} +1 -1
  667. package/www/build/p-950289c2.js +1 -0
  668. package/{dist/web-components-library/p-924ab522.entry.js → www/build/p-9829f5bd.entry.js} +1 -1
  669. package/www/build/{p-0f21c603.js → p-9b505408.js} +1 -1
  670. package/www/build/{p-25678da1.entry.js → p-9d57a84c.entry.js} +1 -1
  671. package/www/build/p-9e33bfcd.entry.js +1 -0
  672. package/www/build/p-a13b6a71.entry.js +1 -0
  673. package/www/build/p-a4254712.entry.js +1 -0
  674. package/www/build/{p-e4a7cdaf.entry.js → p-a6a09ce6.entry.js} +1 -1
  675. package/www/build/{p-7591cd84.entry.js → p-a9610c6a.entry.js} +1 -1
  676. package/{dist/web-components-library/p-7d9cd5e8.entry.js → www/build/p-ab11f2e1.entry.js} +1 -1
  677. package/www/build/p-ac9881cd.entry.js +1 -0
  678. package/{dist/web-components-library/p-6f511d95.entry.js → www/build/p-c1f20cec.entry.js} +1 -1
  679. package/www/build/{p-0b942ef3.js → p-c250c443.js} +1 -1
  680. package/www/build/{p-fa7fa70f.entry.js → p-c2e32adf.entry.js} +1 -1
  681. package/www/build/p-c76e27b4.entry.js +1 -0
  682. package/www/build/{p-474e024e.entry.js → p-c877bb1e.entry.js} +1 -1
  683. package/www/build/{p-24920ca3.entry.js → p-cb07de86.entry.js} +1 -1
  684. package/www/build/p-cd14f3f5.entry.js +1 -0
  685. package/www/build/{p-e0ba6ee7.entry.js → p-d082b344.entry.js} +1 -1
  686. package/www/build/{p-12a80f86.entry.js → p-d147e995.entry.js} +1 -1
  687. package/www/build/{p-766d9faa.js → p-d7668580.js} +1 -1
  688. package/www/build/p-d8de02a7.entry.js +1 -0
  689. package/www/build/{p-9718b060.js → p-dd3e0b4e.js} +1 -1
  690. package/www/build/p-dfa0bf69.entry.js +1 -0
  691. package/www/build/{p-416c2676.entry.js → p-e17ee978.entry.js} +1 -1
  692. package/www/build/{p-1a0a6e6d.entry.js → p-e47526aa.entry.js} +1 -1
  693. package/{dist/web-components-library/p-e320f343.entry.js → www/build/p-f182d723.entry.js} +1 -1
  694. package/www/build/{p-2a124a35.entry.js → p-f2eaa685.entry.js} +1 -1
  695. package/{dist/web-components-library/p-643dfe5f.entry.js → www/build/p-f678a469.entry.js} +1 -1
  696. package/{dist/web-components-library/p-355615d0.entry.js → www/build/p-fa7b1ee3.entry.js} +1 -1
  697. package/www/build/{p-ac5efe28.entry.js → p-fc8f0f1a.entry.js} +1 -1
  698. package/www/build/{p-e052bfbe.entry.js → p-fc97fa81.entry.js} +1 -1
  699. package/www/build/web-components-library.css +1 -1
  700. package/www/build/web-components-library.esm.js +1 -1
  701. package/www/index.html +1 -1
  702. package/www/pages/book-cards.html +595 -595
  703. package/www/pages/file-upload.html +258 -258
  704. package/www/pages/notification.html +299 -299
  705. package/dist/web-components-library/p-1286f8d5.entry.js +0 -1
  706. package/dist/web-components-library/p-14f41eb8.entry.js +0 -1
  707. package/dist/web-components-library/p-1f29a72f.entry.js +0 -1
  708. package/dist/web-components-library/p-32c35c74.entry.js +0 -1
  709. package/dist/web-components-library/p-660e86f4.entry.js +0 -1
  710. package/dist/web-components-library/p-6b5e12c3.entry.js +0 -1
  711. package/dist/web-components-library/p-6bec47c3.entry.js +0 -1
  712. package/dist/web-components-library/p-6f172f88.entry.js +0 -1
  713. package/dist/web-components-library/p-715c4b12.entry.js +0 -1
  714. package/dist/web-components-library/p-83f1f83e.entry.js +0 -1
  715. package/dist/web-components-library/p-92323d2d.entry.js +0 -1
  716. package/dist/web-components-library/p-9be87865.entry.js +0 -1
  717. package/dist/web-components-library/p-b0678fbb.entry.js +0 -1
  718. package/dist/web-components-library/p-b198f17c.entry.js +0 -1
  719. package/dist/web-components-library/p-b92e9444.entry.js +0 -1
  720. package/dist/web-components-library/p-d24f9faa.entry.js +0 -1
  721. package/dist/web-components-library/p-d94bd52c.js +0 -1
  722. package/dist/web-components-library/p-db662a47.entry.js +0 -1
  723. package/dist/web-components-library/p-dbfffa35.entry.js +0 -1
  724. package/dist/web-components-library/p-ef3bdc76.entry.js +0 -1
  725. package/dist/web-components-library/p-fe02209d.entry.js +0 -1
  726. package/www/build/p-1286f8d5.entry.js +0 -1
  727. package/www/build/p-14f41eb8.entry.js +0 -1
  728. package/www/build/p-1f29a72f.entry.js +0 -1
  729. package/www/build/p-32c35c74.entry.js +0 -1
  730. package/www/build/p-660e86f4.entry.js +0 -1
  731. package/www/build/p-6b5e12c3.entry.js +0 -1
  732. package/www/build/p-6bec47c3.entry.js +0 -1
  733. package/www/build/p-6f172f88.entry.js +0 -1
  734. package/www/build/p-715c4b12.entry.js +0 -1
  735. package/www/build/p-83f1f83e.entry.js +0 -1
  736. package/www/build/p-92323d2d.entry.js +0 -1
  737. package/www/build/p-9be87865.entry.js +0 -1
  738. package/www/build/p-b0678fbb.entry.js +0 -1
  739. package/www/build/p-b198f17c.entry.js +0 -1
  740. package/www/build/p-b92e9444.entry.js +0 -1
  741. package/www/build/p-d24f9faa.entry.js +0 -1
  742. package/www/build/p-d94bd52c.js +0 -1
  743. package/www/build/p-db662a47.entry.js +0 -1
  744. package/www/build/p-dbfffa35.entry.js +0 -1
  745. package/www/build/p-ef3bdc76.entry.js +0 -1
  746. package/www/build/p-fc889040.js +0 -1
  747. package/www/build/p-fe02209d.entry.js +0 -1
  748. /package/dist/web-components-library/{p-9fd60dd8.js → p-2773516d.js} +0 -0
  749. /package/dist/web-components-library/{p-01f1bdd5.js → p-2b3cf51a.js} +0 -0
  750. /package/dist/web-components-library/{p-8539a4cf.js → p-30771d25.js} +0 -0
  751. /package/dist/web-components-library/{p-87f0297b.js → p-4ae2fe27.js} +0 -0
  752. /package/dist/web-components-library/{p-65faafdd.js → p-62b89a37.js} +0 -0
  753. /package/dist/web-components-library/{p-dcdb2dee.js → p-75b94adb.js} +0 -0
  754. /package/dist/web-components-library/{p-b35b3d91.js → p-ab4773c6.js} +0 -0
  755. /package/dist/web-components-library/{p-37037d9d.js → p-b497e33e.js} +0 -0
  756. /package/dist/web-components-library/{p-74a062db.js → p-c9d57d05.js} +0 -0
  757. /package/dist/web-components-library/{p-5aa7a151.js → p-def17ce8.js} +0 -0
  758. /package/dist/web-components-library/{p-1b0964b5.js → p-f6a7b40e.js} +0 -0
  759. /package/www/build/{p-9fd60dd8.js → p-2773516d.js} +0 -0
  760. /package/www/build/{p-01f1bdd5.js → p-2b3cf51a.js} +0 -0
  761. /package/www/build/{p-8539a4cf.js → p-30771d25.js} +0 -0
  762. /package/www/build/{p-87f0297b.js → p-4ae2fe27.js} +0 -0
  763. /package/www/build/{p-65faafdd.js → p-62b89a37.js} +0 -0
  764. /package/www/build/{p-dcdb2dee.js → p-75b94adb.js} +0 -0
  765. /package/www/build/{p-b35b3d91.js → p-ab4773c6.js} +0 -0
  766. /package/www/build/{p-37037d9d.js → p-b497e33e.js} +0 -0
  767. /package/www/build/{p-74a062db.js → p-c9d57d05.js} +0 -0
  768. /package/www/build/{p-5aa7a151.js → p-def17ce8.js} +0 -0
  769. /package/www/build/{p-1b0964b5.js → p-f6a7b40e.js} +0 -0
@@ -3,1041 +3,1044 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e3299e0a.js');
6
- const index$1 = require('./index-419ee40f.js');
7
- const icons = require('./icons-f6b0756a.js');
8
- const utils = require('./utils-3fc57dbb.js');
9
- require('./breakpoints-0faa0935.js');
6
+ const index$1 = require('./index-e8ce94a1.js');
7
+ const icons = require('./icons-bff00e77.js');
8
+ const utils = require('./utils-4ac02425.js');
9
+ require('./breakpoints-ebe1a437.js');
10
10
 
11
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=\"subtitle\"]){margin:0;font-family:var(--font-family-sans);font-size:20px;font-style:italic;font-weight:500;line-height:26px}.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>*,.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
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-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" }, 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
- };
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-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" }, 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
186
  ZAppHeader.style = stylesCss$a;
187
187
 
188
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:transparent;background-color:transparent;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
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, 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
- };
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, 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
221
  ZButton.style = stylesCss$9;
222
222
 
223
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
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
- };
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
239
  ZDivider.style = stylesCss$8;
240
240
 
241
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
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
- };
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
257
  ZIcon.style = stylesCss$7;
258
258
 
259
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-primary02)}.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,.text-wrapper.sc-z-input>div.sc-z-input>input.sc-z-input:-webkit-autofill:hover,.text-wrapper.sc-z-input>div.sc-z-input>input.sc-z-input:-webkit-autofill:focus,.text-wrapper.sc-z-input>div.sc-z-input>input.sc-z-input:-webkit-autofill:active{background:var(--color-white) !important;background-clip:text !important;-webkit-transition-delay:99999s !important}.textarea-wrapper.sc-z-input{padding:calc(var(--space-unit) * 1.5);scrollbar-color:var(--color-primary01) transparent}textarea.sc-z-input::-webkit-scrollbar{width:10px;background:linear-gradient(to right, transparent 0 3px, var(--gray200) 3px 7px, transparent 7px 10px);border-radius:var(--border-radius)}textarea.sc-z-input::-webkit-scrollbar-track{background-color:transparent}textarea.sc-z-input::-webkit-scrollbar-thumb{width:10px;background-color:var(--color-primary01);border-radius:var(--border-radius)}textarea.sc-z-input::-webkit-scrollbar-thumb:hover{background-color:var(--color-hover-primary)}textarea.sc-z-input{width:100%;min-height:132px;padding:0;border:none;margin:0;resize:none}.radio-wrapper.sc-z-input,.checkbox-wrapper.sc-z-input{position:relative;display:inline-flex;flex-direction:row;align-items:center;color:var(--color-text01);fill:var(--color-primary01);font-family:var(--font-family-sans)}.radio-wrapper.sc-z-input:hover,.checkbox-wrapper.sc-z-input:hover{color:var(--color-hover-primary);fill:currentcolor}.radio-wrapper.sc-z-input>input.sc-z-input,.checkbox-wrapper.sc-z-input>input.sc-z-input{position:absolute;z-index:-1;opacity:0;pointer-events:none}.radio-wrapper.sc-z-input .radio-label.sc-z-input,.checkbox-wrapper.sc-z-input .checkbox-label.sc-z-input{display:inline-flex;align-items:center;margin:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:1;text-transform:inherit}.radio-wrapper.sc-z-input input.sc-z-input:not(:disabled)+.radio-label.sc-z-input,.checkbox-wrapper.sc-z-input input.sc-z-input:not(:disabled)+.checkbox-label.sc-z-input{cursor:pointer}.radio-wrapper.sc-z-input .radio-label.sc-z-input z-icon.sc-z-input,.checkbox-wrapper.sc-z-input .checkbox-label.sc-z-input z-icon.sc-z-input{cursor:pointer;fill:inherit}[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
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
- class: {
368
- [`input-${this.status}`]: !!this.status,
369
- filled: !!this.value,
370
- },
371
- autocomplete: this.autocomplete,
372
- onInput: (e) => this.emitInputChange(e.target.value),
373
- };
374
- }
375
- getNumberAttributes(type) {
376
- if (type != index$1.InputType.NUMBER) {
377
- return;
378
- }
379
- return {
380
- min: this.min,
381
- max: this.max,
382
- step: this.step,
383
- };
384
- }
385
- getPatternAttribute(type) {
386
- if (type != index$1.InputType.PASSWORD &&
387
- type != index$1.InputType.TEXT &&
388
- type != index$1.InputType.TEL &&
389
- type != index$1.InputType.SEARCH &&
390
- type != index$1.InputType.URL &&
391
- type != index$1.InputType.EMAIL) {
392
- return;
393
- }
394
- return {
395
- pattern: this.pattern,
396
- };
397
- }
398
- renderInputText(type = index$1.InputType.TEXT) {
399
- const ariaLabel = this.ariaLabel ? { "aria-label": this.ariaLabel } : {};
400
- const attr = Object.assign(Object.assign(Object.assign(Object.assign({}, this.getTextAttributes()), this.getNumberAttributes(type)), this.getPatternAttribute(type)), ariaLabel);
401
- if (this.icon || type === index$1.InputType.PASSWORD) {
402
- Object.assign(attr.class, { "has-icon": true });
403
- }
404
- if (this.hasclearicon && type != index$1.InputType.NUMBER) {
405
- Object.assign(attr.class, { "has-clear-icon": true });
406
- }
407
- 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)), this.renderIcons()), this.renderMessage()));
408
- }
409
- renderLabel() {
410
- if (!this.label) {
411
- return;
412
- }
413
- return (index.h("label", { class: "input-label body-5-sb", id: `${this.htmlid}_label`, htmlFor: this.htmlid }, this.label));
414
- }
415
- renderIcons() {
416
- return (index.h("span", { class: "icons-wrapper" }, this.renderResetIcon(), this.renderIcon()));
417
- }
418
- renderIcon() {
419
- if (this.type === index$1.InputType.PASSWORD) {
420
- return this.renderShowHidePassword();
421
- }
422
- if (!this.icon) {
423
- return;
424
- }
425
- return (index.h("button", { type: "button", class: "icon-button input-icon", tabIndex: -1 }, index.h("z-icon", { name: this.icon, class: this.size })));
426
- }
427
- renderResetIcon() {
428
- let hidden = false;
429
- if (!this.hasclearicon || !this.value || this.disabled || this.readonly || this.type == index$1.InputType.NUMBER) {
430
- hidden = true;
431
- }
432
- return (index.h("button", { type: "button", class: `icon-button reset-icon ${hidden ? "hidden" : ""}`, "aria-label": "cancella il contenuto dell'input", onClick: () => this.emitInputChange("") }, index.h("z-icon", { name: "multiply", class: this.size })));
433
- }
434
- renderShowHidePassword() {
435
- 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 })));
436
- }
437
- renderMessage() {
438
- if (utils.boolean(this.message) === false) {
439
- return;
440
- }
441
- return (index.h("z-input-message", { message: utils.boolean(this.message) === true ? undefined : this.message, status: this.status, class: this.size }));
442
- }
443
- /* END text/password/email/number */
444
- /* START textarea */
445
- renderTextarea() {
446
- const attributes = this.getTextAttributes();
447
- const ariaLabel = this.ariaLabel ? { "aria-label": this.ariaLabel } : {};
448
- 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.renderMessage()));
449
- }
450
- /* END textarea */
451
- handleCheck(ev) {
452
- this.checked = ev.target.checked;
453
- this.emitInputCheck(this.checked);
454
- }
455
- /* START checkbox */
456
- renderCheckbox() {
457
- return (index.h("div", { class: "checkbox-wrapper" }, index.h("input", { id: this.htmlid, type: "checkbox", name: this.name, checked: this.checked, disabled: this.disabled, readonly: this.readonly, required: this.required, onChange: this.handleCheck.bind(this), value: this.value }), index.h("label", { htmlFor: this.htmlid, class: {
458
- "checkbox-label": true,
459
- "after": this.labelPosition === index$1.LabelPosition.RIGHT,
460
- "before": this.labelPosition === index$1.LabelPosition.LEFT,
461
- } }, index.h("z-icon", { name: this.checked ? "checkbox-checked" : "checkbox", "aria-hidden": "true", class: this.size }), this.label && index.h("span", { innerHTML: this.label }))));
462
- }
463
- /* END checkbox */
464
- /* START radio */
465
- renderRadio() {
466
- return (index.h("div", { class: "radio-wrapper" }, index.h("input", { id: this.htmlid, type: "radio", name: this.name, checked: this.checked, disabled: this.disabled, readonly: this.readonly, onChange: this.handleCheck.bind(this), value: this.value }), index.h("label", { htmlFor: this.htmlid, class: {
467
- "radio-label": true,
468
- "after": this.labelPosition === index$1.LabelPosition.RIGHT,
469
- "before": this.labelPosition === index$1.LabelPosition.LEFT,
470
- } }, 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 }))));
471
- }
472
- /* END radio */
473
- render() {
474
- let input;
475
- switch (this.type) {
476
- case index$1.InputType.TEXTAREA:
477
- input = this.renderTextarea();
478
- break;
479
- case index$1.InputType.CHECKBOX:
480
- input = this.renderCheckbox();
481
- break;
482
- case index$1.InputType.RADIO:
483
- input = this.renderRadio();
484
- break;
485
- default:
486
- input = this.renderInputText(this.type);
487
- }
488
- return index.h(index.Host, null, input);
489
- }
490
- get hostElement() { return index.getElement(this); }
491
- };
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
+ class: {
368
+ [`input-${this.status}`]: !!this.status,
369
+ filled: !!this.value,
370
+ },
371
+ autocomplete: this.autocomplete,
372
+ onInput: (e) => this.emitInputChange(e.target.value),
373
+ };
374
+ }
375
+ getNumberAttributes(type) {
376
+ if (type != index$1.InputType.NUMBER) {
377
+ return;
378
+ }
379
+ return {
380
+ min: this.min,
381
+ max: this.max,
382
+ step: this.step,
383
+ };
384
+ }
385
+ getPatternAttribute(type) {
386
+ if (type != index$1.InputType.PASSWORD &&
387
+ type != index$1.InputType.TEXT &&
388
+ type != index$1.InputType.TEL &&
389
+ type != index$1.InputType.SEARCH &&
390
+ type != index$1.InputType.URL &&
391
+ type != index$1.InputType.EMAIL) {
392
+ return;
393
+ }
394
+ return {
395
+ pattern: this.pattern,
396
+ };
397
+ }
398
+ renderInputText(type = index$1.InputType.TEXT) {
399
+ const ariaLabel = this.ariaLabel ? { "aria-label": this.ariaLabel } : {};
400
+ const attr = Object.assign(Object.assign(Object.assign(Object.assign({}, this.getTextAttributes()), this.getNumberAttributes(type)), this.getPatternAttribute(type)), ariaLabel);
401
+ if (this.icon || type === index$1.InputType.PASSWORD) {
402
+ Object.assign(attr.class, { "has-icon": true });
403
+ }
404
+ if (this.hasclearicon && type != index$1.InputType.NUMBER) {
405
+ Object.assign(attr.class, { "has-clear-icon": true });
406
+ }
407
+ 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()));
408
+ }
409
+ renderLabel() {
410
+ if (!this.label) {
411
+ return;
412
+ }
413
+ return (index.h("label", { class: "input-label body-5-sb", id: `${this.htmlid}_label`, htmlFor: this.htmlid }, this.label));
414
+ }
415
+ renderIcons() {
416
+ return (index.h("span", { class: "icons-wrapper" }, this.renderResetIcon(), this.renderIcon()));
417
+ }
418
+ renderIcon() {
419
+ if (this.type === index$1.InputType.PASSWORD) {
420
+ return this.renderShowHidePassword();
421
+ }
422
+ if (!this.icon) {
423
+ return;
424
+ }
425
+ return (index.h("button", { type: "button", class: "icon-button input-icon", tabIndex: -1 }, index.h("z-icon", { name: this.icon, class: this.size })));
426
+ }
427
+ renderResetIcon() {
428
+ let hidden = false;
429
+ if (!this.hasclearicon || !this.value || this.disabled || this.readonly || this.type == index$1.InputType.NUMBER) {
430
+ hidden = true;
431
+ }
432
+ return (index.h("button", { type: "button", class: `icon-button reset-icon ${hidden ? "hidden" : ""}`, "aria-label": "cancella il contenuto dell'input", onClick: () => {
433
+ this.inputRef.value = "";
434
+ this.emitInputChange("");
435
+ } }, index.h("z-icon", { name: "multiply", class: this.size })));
436
+ }
437
+ renderShowHidePassword() {
438
+ 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 })));
439
+ }
440
+ renderMessage() {
441
+ if (utils.boolean(this.message) === false) {
442
+ return;
443
+ }
444
+ return (index.h("z-input-message", { message: utils.boolean(this.message) === true ? undefined : this.message, status: this.status, class: this.size }));
445
+ }
446
+ /* END text/password/email/number */
447
+ /* START textarea */
448
+ renderTextarea() {
449
+ const attributes = this.getTextAttributes();
450
+ const ariaLabel = this.ariaLabel ? { "aria-label": this.ariaLabel } : {};
451
+ 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.renderMessage()));
452
+ }
453
+ /* END textarea */
454
+ handleCheck(ev) {
455
+ this.checked = ev.target.checked;
456
+ this.emitInputCheck(this.checked);
457
+ }
458
+ /* START checkbox */
459
+ renderCheckbox() {
460
+ return (index.h("div", { class: "checkbox-wrapper" }, index.h("input", { id: this.htmlid, type: "checkbox", name: this.name, checked: this.checked, disabled: this.disabled, readonly: this.readonly, required: this.required, onChange: this.handleCheck.bind(this), value: this.value }), index.h("label", { htmlFor: this.htmlid, class: {
461
+ "checkbox-label": true,
462
+ "after": this.labelPosition === index$1.LabelPosition.RIGHT,
463
+ "before": this.labelPosition === index$1.LabelPosition.LEFT,
464
+ } }, index.h("z-icon", { name: this.checked ? "checkbox-checked" : "checkbox", "aria-hidden": "true", class: this.size }), this.label && index.h("span", { innerHTML: this.label }))));
465
+ }
466
+ /* END checkbox */
467
+ /* START radio */
468
+ renderRadio() {
469
+ return (index.h("div", { class: "radio-wrapper" }, index.h("input", { id: this.htmlid, type: "radio", name: this.name, checked: this.checked, disabled: this.disabled, readonly: this.readonly, onChange: this.handleCheck.bind(this), value: this.value }), index.h("label", { htmlFor: this.htmlid, class: {
470
+ "radio-label": true,
471
+ "after": this.labelPosition === index$1.LabelPosition.RIGHT,
472
+ "before": this.labelPosition === index$1.LabelPosition.LEFT,
473
+ } }, 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 }))));
474
+ }
475
+ /* END radio */
476
+ render() {
477
+ let input;
478
+ switch (this.type) {
479
+ case index$1.InputType.TEXTAREA:
480
+ input = this.renderTextarea();
481
+ break;
482
+ case index$1.InputType.CHECKBOX:
483
+ input = this.renderCheckbox();
484
+ break;
485
+ case index$1.InputType.RADIO:
486
+ input = this.renderRadio();
487
+ break;
488
+ default:
489
+ input = this.renderInputText(this.type);
490
+ }
491
+ return index.h(index.Host, null, input);
492
+ }
493
+ get hostElement() { return index.getElement(this); }
494
+ };
492
495
  ZInput.style = stylesCss$6;
493
496
 
494
497
  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)}";
495
498
 
496
- const ZInputMessage = class {
497
- constructor(hostRef) {
498
- index.registerInstance(this, hostRef);
499
- this.statusIcons = {
500
- success: "checkmark-circle",
501
- error: "multiply-circled",
502
- warning: "exclamation-circle",
503
- };
504
- this.statusRole = {};
505
- }
506
- onMessageChange() {
507
- this.statusRole = this.message && this.status ? { role: "alert" } : {};
508
- }
509
- componentWillLoad() {
510
- this.onMessageChange();
511
- }
512
- render() {
513
- 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 })));
514
- }
515
- static get watchers() { return {
516
- "message": ["onMessageChange"],
517
- "status": ["onMessageChange"]
518
- }; }
519
- };
499
+ const ZInputMessage = class {
500
+ constructor(hostRef) {
501
+ index.registerInstance(this, hostRef);
502
+ this.statusIcons = {
503
+ success: "checkmark-circle",
504
+ error: "multiply-circled",
505
+ warning: "exclamation-circle",
506
+ };
507
+ this.statusRole = {};
508
+ }
509
+ onMessageChange() {
510
+ this.statusRole = this.message && this.status ? { role: "alert" } : {};
511
+ }
512
+ componentWillLoad() {
513
+ this.onMessageChange();
514
+ }
515
+ render() {
516
+ 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 })));
517
+ }
518
+ static get watchers() { return {
519
+ "message": ["onMessageChange"],
520
+ "status": ["onMessageChange"]
521
+ }; }
522
+ };
520
523
  ZInputMessage.style = stylesCss$5;
521
524
 
522
525
  const stylesCss$4 = ":host{display:flex;flex-direction:column;font-family:var(--font-family-sans);font-weight:var(--font-rg)}";
523
526
 
524
- const ZList = class {
525
- constructor(hostRef) {
526
- index.registerInstance(this, hostRef);
527
- /**
528
- * [optional] Sets size of inside elements.
529
- */
530
- this.size = index$1.ListSize.MEDIUM;
531
- /**
532
- * [optional] type of the list marker for each element
533
- */
534
- this.listType = index$1.ListType.NONE;
535
- }
536
- setChildrenSizeType() {
537
- const children = this.host.children;
538
- for (let i = 0; i < children.length; i++) {
539
- children[i].setAttribute("size", this.size);
540
- children[i].setAttribute("list-type", this.listType);
541
- children[i].setAttribute("list-element-position", (i + 1).toString());
542
- }
543
- }
544
- componentDidLoad() {
545
- this.setChildrenSizeType();
546
- }
547
- render() {
548
- return (index.h(index.Host, { role: "list" }, index.h("slot", null)));
549
- }
550
- get host() { return index.getElement(this); }
551
- };
527
+ const ZList = class {
528
+ constructor(hostRef) {
529
+ index.registerInstance(this, hostRef);
530
+ /**
531
+ * [optional] Sets size of inside elements.
532
+ */
533
+ this.size = index$1.ListSize.MEDIUM;
534
+ /**
535
+ * [optional] type of the list marker for each element
536
+ */
537
+ this.listType = index$1.ListType.NONE;
538
+ }
539
+ setChildrenSizeType() {
540
+ const children = this.host.children;
541
+ for (let i = 0; i < children.length; i++) {
542
+ children[i].setAttribute("size", this.size);
543
+ children[i].setAttribute("list-type", this.listType);
544
+ children[i].setAttribute("list-element-position", (i + 1).toString());
545
+ }
546
+ }
547
+ componentDidLoad() {
548
+ this.setChildrenSizeType();
549
+ }
550
+ render() {
551
+ return (index.h(index.Host, { role: "list" }, index.h("slot", null)));
552
+ }
553
+ get host() { return index.getElement(this); }
554
+ };
552
555
  ZList.style = stylesCss$4;
553
556
 
554
557
  const stylesCss$3 = ":host{outline:none}:host>.container,:host>.container-contextual-menu{--background-color-list-element:var(--bg-white);--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}";
555
558
 
556
- const ZListElement = class {
557
- /**
558
- * Constructor.
559
- */
560
- constructor(hostRef) {
561
- index.registerInstance(this, hostRef);
562
- this.accessibleFocus = index.createEvent(this, "accessibleFocus", 7);
563
- this.clickItem = index.createEvent(this, "clickItem", 7);
564
- /**
565
- * [optional] Align expandable button left or right.
566
- */
567
- this.alignButton = index$1.ExpandableListButtonAlign.LEFT;
568
- /**
569
- * [optional] Sets element clickable.
570
- */
571
- this.clickable = false;
572
- /**
573
- * [optional] Sets the divider color.
574
- */
575
- this.dividerColor = "color-surface03";
576
- /**
577
- * [optional] Sets the position where to insert the divider.
578
- */
579
- this.dividerType = index$1.ListDividerType.NONE;
580
- /**
581
- * [optional] Sets the divider size.
582
- */
583
- this.dividerSize = index$1.DividerSize.SMALL;
584
- /**
585
- * [optional] Sets element as expandable.
586
- */
587
- this.expandable = false;
588
- /**
589
- * [optional] Sets expandable style to element.
590
- */
591
- this.expandableStyle = index$1.ExpandableListStyle.ACCORDION;
592
- /**
593
- * [optional] Sets size of inside elements.
594
- */
595
- this.size = index$1.ListSize.MEDIUM;
596
- /**
597
- * [optional] Sets text color of the element.
598
- */
599
- this.color = "none";
600
- /**
601
- * [optional] Sets disabled style of the element.
602
- */
603
- this.disabled = false;
604
- /**
605
- * [optional] If is used in ZContextualMenu component
606
- */
607
- this.isContextualMenu = false;
608
- /**
609
- * [optional] position of the list element inside the list or the group
610
- */
611
- this.listElementPosition = "0";
612
- /**
613
- * [optional] type of the list marker for each element
614
- */
615
- this.listType = index$1.ListType.NONE;
616
- this.showInnerContent = false;
617
- this.openElementConfig = {
618
- accordion: {
619
- open: "minus-circled",
620
- close: "plus-circled",
621
- },
622
- menu: {
623
- open: "chevron-up",
624
- close: "chevron-down",
625
- },
626
- };
627
- this.handleClick = this.handleClick.bind(this);
628
- this.handleKeyDown = this.handleKeyDown.bind(this);
629
- }
630
- accessibleFocusHandler(e) {
631
- if (this.listElementId === e.detail) {
632
- const toFocus = this.host.shadowRoot.getElementById(`z-list-element-id-${e.detail}`);
633
- toFocus.focus();
634
- }
635
- }
636
- /**
637
- * Handler for click on element. If element is expandable, change state.
638
- * @returns void
639
- */
640
- handleClick() {
641
- this.clickItem.emit(this.listElementId);
642
- if (!this.expandable) {
643
- return;
644
- }
645
- this.showInnerContent = !this.showInnerContent;
646
- }
647
- calculateClass() {
648
- if (this.isContextualMenu) {
649
- return "container-contextual-menu";
650
- }
651
- return "container";
652
- }
653
- handleKeyDown(event) {
654
- const expandByKey = event.code === index$1.KeyboardCode.ENTER;
655
- switch (event.code) {
656
- case index$1.KeyboardCode.ARROW_DOWN:
657
- event.preventDefault();
658
- this.accessibleFocus.emit(this.listElementId + 1);
659
- break;
660
- case index$1.KeyboardCode.ARROW_UP:
661
- event.preventDefault();
662
- this.accessibleFocus.emit(this.listElementId - 1);
663
- break;
664
- case index$1.KeyboardCode.ENTER:
665
- event.preventDefault();
666
- this.clickItem.emit(this.listElementId);
667
- break;
668
- }
669
- if (!this.expandable || !expandByKey) {
670
- return;
671
- }
672
- this.showInnerContent = !this.showInnerContent;
673
- }
674
- /**
675
- * Renders button to expand element.
676
- * @returns expadable button
677
- */
678
- renderExpandableButton() {
679
- if (!this.expandable) {
680
- return null;
681
- }
682
- return (index.h("z-icon", { name: this.showInnerContent
683
- ? this.openElementConfig[this.expandableStyle].open
684
- : this.openElementConfig[this.expandableStyle].close }));
685
- }
686
- /**
687
- * Renders expanded content if element is expandable.
688
- * @returns expanded content
689
- */
690
- renderExpandedContent() {
691
- if (!this.expandable) {
692
- return null;
693
- }
694
- return (index.h("div", { class: {
695
- "z-list-element-inner-container": true,
696
- "expanded": this.showInnerContent,
697
- } }, index.h("slot", { name: "inner-content" })));
698
- }
699
- /**
700
- * Renders content of the z-list-element
701
- * @returns list content
702
- */
703
- renderContent() {
704
- if (this.listType === index$1.ListType.NONE) {
705
- return index.h("slot", null);
706
- }
707
- if (this.listType === index$1.ListType.ORDERED) {
708
- return (index.h("div", { class: "z-list-content-container" }, index.h("div", null, this.listElementPosition, ".\u2003"), index.h("slot", null)));
709
- }
710
- if (this.listType === index$1.ListType.UNORDERED) {
711
- return (index.h("div", { class: "z-list-content-container" }, index.h("span", null, "\u2022\u2003"), index.h("slot", null)));
712
- }
713
- }
714
- render() {
715
- return (index.h(index.Host, { role: "listitem", "aria-expanded": this.expandable ? this.showInnerContent : null, onClick: this.handleClick, 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 }))));
716
- }
717
- get host() { return index.getElement(this); }
718
- };
559
+ const ZListElement = class {
560
+ /**
561
+ * Constructor.
562
+ */
563
+ constructor(hostRef) {
564
+ index.registerInstance(this, hostRef);
565
+ this.accessibleFocus = index.createEvent(this, "accessibleFocus", 7);
566
+ this.clickItem = index.createEvent(this, "clickItem", 7);
567
+ /**
568
+ * [optional] Align expandable button left or right.
569
+ */
570
+ this.alignButton = index$1.ExpandableListButtonAlign.LEFT;
571
+ /**
572
+ * [optional] Sets element clickable.
573
+ */
574
+ this.clickable = false;
575
+ /**
576
+ * [optional] Sets the divider color.
577
+ */
578
+ this.dividerColor = "color-surface03";
579
+ /**
580
+ * [optional] Sets the position where to insert the divider.
581
+ */
582
+ this.dividerType = index$1.ListDividerType.NONE;
583
+ /**
584
+ * [optional] Sets the divider size.
585
+ */
586
+ this.dividerSize = index$1.DividerSize.SMALL;
587
+ /**
588
+ * [optional] Sets element as expandable.
589
+ */
590
+ this.expandable = false;
591
+ /**
592
+ * [optional] Sets expandable style to element.
593
+ */
594
+ this.expandableStyle = index$1.ExpandableListStyle.ACCORDION;
595
+ /**
596
+ * [optional] Sets size of inside elements.
597
+ */
598
+ this.size = index$1.ListSize.MEDIUM;
599
+ /**
600
+ * [optional] Sets text color of the element.
601
+ */
602
+ this.color = "none";
603
+ /**
604
+ * [optional] Sets disabled style of the element.
605
+ */
606
+ this.disabled = false;
607
+ /**
608
+ * [optional] If is used in ZContextualMenu component
609
+ */
610
+ this.isContextualMenu = false;
611
+ /**
612
+ * [optional] position of the list element inside the list or the group
613
+ */
614
+ this.listElementPosition = "0";
615
+ /**
616
+ * [optional] type of the list marker for each element
617
+ */
618
+ this.listType = index$1.ListType.NONE;
619
+ this.showInnerContent = false;
620
+ this.openElementConfig = {
621
+ accordion: {
622
+ open: "minus-circled",
623
+ close: "plus-circled",
624
+ },
625
+ menu: {
626
+ open: "chevron-up",
627
+ close: "chevron-down",
628
+ },
629
+ };
630
+ this.handleClick = this.handleClick.bind(this);
631
+ this.handleKeyDown = this.handleKeyDown.bind(this);
632
+ }
633
+ accessibleFocusHandler(e) {
634
+ if (this.listElementId === e.detail) {
635
+ const toFocus = this.host.shadowRoot.getElementById(`z-list-element-id-${e.detail}`);
636
+ toFocus.focus();
637
+ }
638
+ }
639
+ /**
640
+ * Handler for click on element. If element is expandable, change state.
641
+ * @returns void
642
+ */
643
+ handleClick() {
644
+ this.clickItem.emit(this.listElementId);
645
+ if (!this.expandable) {
646
+ return;
647
+ }
648
+ this.showInnerContent = !this.showInnerContent;
649
+ }
650
+ calculateClass() {
651
+ if (this.isContextualMenu) {
652
+ return "container-contextual-menu";
653
+ }
654
+ return "container";
655
+ }
656
+ handleKeyDown(event) {
657
+ const expandByKey = event.code === index$1.KeyboardCode.ENTER;
658
+ switch (event.code) {
659
+ case index$1.KeyboardCode.ARROW_DOWN:
660
+ event.preventDefault();
661
+ this.accessibleFocus.emit(this.listElementId + 1);
662
+ break;
663
+ case index$1.KeyboardCode.ARROW_UP:
664
+ event.preventDefault();
665
+ this.accessibleFocus.emit(this.listElementId - 1);
666
+ break;
667
+ case index$1.KeyboardCode.ENTER:
668
+ event.preventDefault();
669
+ this.clickItem.emit(this.listElementId);
670
+ break;
671
+ }
672
+ if (!this.expandable || !expandByKey) {
673
+ return;
674
+ }
675
+ this.showInnerContent = !this.showInnerContent;
676
+ }
677
+ /**
678
+ * Renders button to expand element.
679
+ * @returns expadable button
680
+ */
681
+ renderExpandableButton() {
682
+ if (!this.expandable) {
683
+ return null;
684
+ }
685
+ return (index.h("z-icon", { name: this.showInnerContent
686
+ ? this.openElementConfig[this.expandableStyle].open
687
+ : this.openElementConfig[this.expandableStyle].close }));
688
+ }
689
+ /**
690
+ * Renders expanded content if element is expandable.
691
+ * @returns expanded content
692
+ */
693
+ renderExpandedContent() {
694
+ if (!this.expandable) {
695
+ return null;
696
+ }
697
+ return (index.h("div", { class: {
698
+ "z-list-element-inner-container": true,
699
+ "expanded": this.showInnerContent,
700
+ } }, index.h("slot", { name: "inner-content" })));
701
+ }
702
+ /**
703
+ * Renders content of the z-list-element
704
+ * @returns list content
705
+ */
706
+ renderContent() {
707
+ if (this.listType === index$1.ListType.NONE) {
708
+ return index.h("slot", null);
709
+ }
710
+ if (this.listType === index$1.ListType.ORDERED) {
711
+ return (index.h("div", { class: "z-list-content-container" }, index.h("div", null, this.listElementPosition, ".\u2003"), index.h("slot", null)));
712
+ }
713
+ if (this.listType === index$1.ListType.UNORDERED) {
714
+ return (index.h("div", { class: "z-list-content-container" }, index.h("span", null, "\u2022\u2003"), index.h("slot", null)));
715
+ }
716
+ }
717
+ render() {
718
+ return (index.h(index.Host, { role: "listitem", "aria-expanded": this.expandable ? this.showInnerContent : null, onClick: this.handleClick, 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 }))));
719
+ }
720
+ get host() { return index.getElement(this); }
721
+ };
719
722
  ZListElement.style = stylesCss$3;
720
723
 
721
724
  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)}";
722
725
 
723
- const ZListGroup = class {
724
- constructor(hostRef) {
725
- index.registerInstance(this, hostRef);
726
- /**
727
- * [optional] Sets size of inside elements.
728
- */
729
- this.size = index$1.ListSize.MEDIUM;
730
- /**
731
- * [optional] Sets the position where to insert the divider.
732
- */
733
- this.dividerType = index$1.ListDividerType.NONE;
734
- /**
735
- * [optional] Sets the divider size.
736
- */
737
- this.dividerSize = index$1.DividerSize.SMALL;
738
- /**
739
- * [optional] Sets the divider color.
740
- */
741
- this.dividerColor = "gray200";
742
- /**
743
- * [optional] type of the list marker for each element
744
- */
745
- this.listType = index$1.ListType.NONE;
746
- }
747
- componentDidLoad() {
748
- const children = this.host.children;
749
- for (let i = 0; i < children.length; i++) {
750
- if (children.length - 1 > i) {
751
- children[i].setAttribute("divider-type", this.dividerType);
752
- children[i].setAttribute("divider-size", this.dividerSize);
753
- children[i].setAttribute("divider-color", this.dividerColor);
754
- }
755
- children[i].setAttribute("size", this.size);
756
- children[i].setAttribute("list-type", this.listType);
757
- children[i].setAttribute("list-element-position", i.toString());
758
- }
759
- }
760
- componentWillLoad() {
761
- this.hasHeader = !!this.host.querySelector('[slot="header-title"]');
762
- }
763
- render() {
764
- return (index.h(index.Host, { role: "group" }, index.h("div", { class: {
765
- "z-list-group-header-container": true,
766
- "has-header": this.hasHeader,
767
- } }, 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)));
768
- }
769
- get host() { return index.getElement(this); }
770
- };
726
+ const ZListGroup = class {
727
+ constructor(hostRef) {
728
+ index.registerInstance(this, hostRef);
729
+ /**
730
+ * [optional] Sets size of inside elements.
731
+ */
732
+ this.size = index$1.ListSize.MEDIUM;
733
+ /**
734
+ * [optional] Sets the position where to insert the divider.
735
+ */
736
+ this.dividerType = index$1.ListDividerType.NONE;
737
+ /**
738
+ * [optional] Sets the divider size.
739
+ */
740
+ this.dividerSize = index$1.DividerSize.SMALL;
741
+ /**
742
+ * [optional] Sets the divider color.
743
+ */
744
+ this.dividerColor = "gray200";
745
+ /**
746
+ * [optional] type of the list marker for each element
747
+ */
748
+ this.listType = index$1.ListType.NONE;
749
+ }
750
+ componentDidLoad() {
751
+ const children = this.host.children;
752
+ for (let i = 0; i < children.length; i++) {
753
+ if (children.length - 1 > i) {
754
+ children[i].setAttribute("divider-type", this.dividerType);
755
+ children[i].setAttribute("divider-size", this.dividerSize);
756
+ children[i].setAttribute("divider-color", this.dividerColor);
757
+ }
758
+ children[i].setAttribute("size", this.size);
759
+ children[i].setAttribute("list-type", this.listType);
760
+ children[i].setAttribute("list-element-position", i.toString());
761
+ }
762
+ }
763
+ componentWillLoad() {
764
+ this.hasHeader = !!this.host.querySelector('[slot="header-title"]');
765
+ }
766
+ render() {
767
+ return (index.h(index.Host, { role: "group" }, index.h("div", { class: {
768
+ "z-list-group-header-container": true,
769
+ "has-header": this.hasHeader,
770
+ } }, 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)));
771
+ }
772
+ get host() { return index.getElement(this); }
773
+ };
771
774
  ZListGroup.style = stylesCss$2;
772
775
 
773
776
  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}";
774
777
 
775
- const ZOffcanvas = class {
776
- constructor(hostRef) {
777
- index.registerInstance(this, hostRef);
778
- this.canvasOpenStatusChanged = index.createEvent(this, "canvasOpenStatusChanged", 7);
779
- /**
780
- * Offcanvas variant.
781
- * Can be one `overlay` or `pushcontent`.
782
- * Default variant: pushcontent
783
- */
784
- this.variant = index$1.OffCanvasVariant.PUSHCONTENT;
785
- /** Whether the offcanvas is open. Default: false */
786
- this.open = false;
787
- /** open content transitioning in a specified direction left | right. Default: left */
788
- this.transitiondirection = index$1.TransitionDirection.LEFT;
789
- /**
790
- * Whether to skip the initial animation.
791
- * Useful when the initial value of the `open` prop is set to `true`.
792
- */
793
- this.skipLoadAnimation = false;
794
- }
795
- onOpenChanged() {
796
- if (!this.open && this.skipLoadAnimation) {
797
- this.skipLoadAnimation = false;
798
- }
799
- if (this.open) {
800
- this.handlePageOverflow();
801
- }
802
- this.canvasOpenStatusChanged.emit(this.open);
803
- }
804
- handlePageOverflow() {
805
- const overflow = this.variant === index$1.OffCanvasVariant.OVERLAY ? "overflow-y" : "overflow-x";
806
- document.body.style[overflow] = this.open ? "hidden" : "";
807
- }
808
- render() {
809
- 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) }))));
810
- }
811
- static get watchers() { return {
812
- "open": ["onOpenChanged"]
813
- }; }
814
- };
778
+ const ZOffcanvas = class {
779
+ constructor(hostRef) {
780
+ index.registerInstance(this, hostRef);
781
+ this.canvasOpenStatusChanged = index.createEvent(this, "canvasOpenStatusChanged", 7);
782
+ /**
783
+ * Offcanvas variant.
784
+ * Can be one `overlay` or `pushcontent`.
785
+ * Default variant: pushcontent
786
+ */
787
+ this.variant = index$1.OffCanvasVariant.PUSHCONTENT;
788
+ /** Whether the offcanvas is open. Default: false */
789
+ this.open = false;
790
+ /** open content transitioning in a specified direction left | right. Default: left */
791
+ this.transitiondirection = index$1.TransitionDirection.LEFT;
792
+ /**
793
+ * Whether to skip the initial animation.
794
+ * Useful when the initial value of the `open` prop is set to `true`.
795
+ */
796
+ this.skipLoadAnimation = false;
797
+ }
798
+ onOpenChanged() {
799
+ if (!this.open && this.skipLoadAnimation) {
800
+ this.skipLoadAnimation = false;
801
+ }
802
+ if (this.open) {
803
+ this.handlePageOverflow();
804
+ }
805
+ this.canvasOpenStatusChanged.emit(this.open);
806
+ }
807
+ handlePageOverflow() {
808
+ const overflow = this.variant === index$1.OffCanvasVariant.OVERLAY ? "overflow-y" : "overflow-x";
809
+ document.body.style[overflow] = this.open ? "hidden" : "";
810
+ }
811
+ render() {
812
+ 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) }))));
813
+ }
814
+ static get watchers() { return {
815
+ "open": ["onOpenChanged"]
816
+ }; }
817
+ };
815
818
  ZOffcanvas.style = stylesCss$1;
816
819
 
817
820
  const stylesCss = ":host{z-index:10;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}";
818
821
 
819
- const ZSearchbar = class {
820
- constructor(hostRef) {
821
- index.registerInstance(this, hostRef);
822
- this.searchSubmit = index.createEvent(this, "searchSubmit", 7);
823
- this.searchTyping = index.createEvent(this, "searchTyping", 7);
824
- this.searchItemClick = index.createEvent(this, "searchItemClick", 7);
825
- /** the id of the searchbar element */
826
- this.htmlid = `searchbar-${utils.randomId()}`;
827
- /** Prevent submit action */
828
- this.preventSubmit = false;
829
- /** Show autocomplete results */
830
- this.autocomplete = false;
831
- /** Minimun number of characters to dispatch typing event */
832
- this.autocompleteMinChars = 3;
833
- /** Truncate results to single row */
834
- this.resultsEllipsis = true;
835
- /** Search helper text */
836
- this.searchHelperLabel = "Cerca {searchString}";
837
- /** Sort autocomplete results items */
838
- this.sortResultsItems = false;
839
- /** Show submit button */
840
- this.showSearchButton = false;
841
- /** Set button icon without label*/
842
- this.searchButtonIconOnly = false;
843
- /** Available sizes: `big`, `small` and `x-small`. Defaults to `big`. */
844
- this.size = index$1.ControlSize.BIG;
845
- /** Graphical variant: `primary`, `secondary`, `tertiary`. Defaults to `primary`. */
846
- this.variant = index$1.ButtonVariant.PRIMARY;
847
- this.searchString = this.value;
848
- this.currResultsCount = 0;
849
- this.showResults = false;
850
- this.resultsItemsList = null;
851
- }
852
- emitSearchSubmit() {
853
- this.searchSubmit.emit(this.inputRef.value);
854
- }
855
- emitSearchTyping(search) {
856
- this.searchTyping.emit(search);
857
- }
858
- emitSearchItemClick(item) {
859
- this.searchItemClick.emit(item);
860
- }
861
- watchItems() {
862
- this.resultsItemsList = this.getResultsItemsList();
863
- }
864
- watchResultsCount() {
865
- this.currResultsCount = this.resultsCount;
866
- }
867
- watchValue() {
868
- this.searchString = this.value;
869
- }
870
- watchSearchString() {
871
- this.emitSearchTyping(this.searchString);
872
- if (!this.searchString) {
873
- this.currResultsCount = this.resultsCount;
874
- }
875
- }
876
- componentWillLoad() {
877
- this.resultsItemsList = this.getResultsItemsList();
878
- this.currResultsCount = this.resultsCount;
879
- }
880
- getResultsItemsList() {
881
- return typeof this.resultsItems === "string" ? JSON.parse(this.resultsItems) : this.resultsItems;
882
- }
883
- getGroupedItems(items) {
884
- const groupedItems = {};
885
- items.forEach((item) => {
886
- var _a;
887
- const key = `${item === null || item === void 0 ? void 0 : item.category}${item === null || item === void 0 ? void 0 : item.subcategory}`;
888
- groupedItems[key] = (_a = groupedItems[key]) !== null && _a !== void 0 ? _a : {
889
- category: item === null || item === void 0 ? void 0 : item.category,
890
- subcategory: item === null || item === void 0 ? void 0 : item.subcategory,
891
- items: [],
892
- };
893
- groupedItems[key]["items"].push(item);
894
- });
895
- if (this.sortResultsItems) {
896
- return Object.keys(groupedItems)
897
- .sort()
898
- .reduce((obj, key) => {
899
- obj[key] = Object.assign(Object.assign({}, groupedItems[key]), { items: groupedItems[key]["items"].sort((a, b) => {
900
- const nameA = a.label.toUpperCase();
901
- const nameB = b.label.toUpperCase();
902
- if (nameA < nameB) {
903
- return -1;
904
- }
905
- if (nameA > nameB) {
906
- return 1;
907
- }
908
- return 0;
909
- }) });
910
- return obj;
911
- }, {});
912
- }
913
- return groupedItems;
914
- }
915
- checkResultsCount(counter) {
916
- if (!this.currResultsCount || counter < this.currResultsCount) {
917
- return true;
918
- }
919
- return false;
920
- }
921
- handleStopTyping(e) {
922
- e.stopPropagation();
923
- this.searchString = e.detail.value;
924
- }
925
- handleSubmit() {
926
- if (this.preventSubmit) {
927
- return;
928
- }
929
- this.emitSearchSubmit();
930
- }
931
- handleOutsideClick(e) {
932
- const cp = e.composedPath();
933
- const searchbar = cp.find((elem) => elem.nodeName === "Z-SEARCHBAR");
934
- if (!searchbar || searchbar.htmlid !== this.htmlid) {
935
- this.showResults = false;
936
- return;
937
- }
938
- 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")); })) {
939
- this.showResults = true;
940
- return;
941
- }
942
- this.showResults = false;
943
- }
944
- renderInput() {
945
- return (index.h("z-input", { ref: (val) => {
946
- this.inputRef = val;
947
- }, message: false, placeholder: this.placeholder, onStopTyping: (e) => this.handleStopTyping(e), onKeyUp: (e) => utils.handleEnterKeydSubmit(e, () => this.handleSubmit()), value: this.value, size: this.size }));
948
- }
949
- renderButton() {
950
- if (!this.showSearchButton) {
951
- return null;
952
- }
953
- const iconProp = this.searchButtonIconOnly ? { icon: "search" } : null;
954
- const buttonLabel = this.searchButtonIconOnly ? "" : "CERCA";
955
- const defaultProps = Object.assign({ disabled: this.preventSubmit, variant: this.variant, size: this.size, onClick: () => this.handleSubmit() }, iconProp);
956
- return index.h("z-button", Object.assign({}, defaultProps), buttonLabel);
957
- }
958
- renderResults() {
959
- if (!this.showResults ||
960
- !this.autocomplete ||
961
- !this.searchString ||
962
- this.searchString.length < this.autocompleteMinChars ||
963
- !this.resultsItemsList) {
964
- return null;
965
- }
966
- return (index.h("div", { class: "results-wrapper" }, index.h("div", { class: "results" }, this.renderResultsList())));
967
- }
968
- renderResultsList() {
969
- var _a, _b;
970
- if (this.preventSubmit && !((_a = this.resultsItemsList) === null || _a === void 0 ? void 0 : _a.length)) {
971
- 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"))));
972
- }
973
- 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()));
974
- }
975
- renderItems() {
976
- var _a;
977
- if (!((_a = this.resultsItemsList) === null || _a === void 0 ? void 0 : _a.length)) {
978
- return [];
979
- }
980
- const groupedItems = this.getGroupedItems(this.resultsItemsList);
981
- const listGroups = [];
982
- let counter = 0;
983
- Object.values(groupedItems).forEach((groupItem, index$2, array) => {
984
- if (this.checkResultsCount(counter)) {
985
- const listGroupsElements = [];
986
- groupItem.items.forEach((item, subindex, subarray) => {
987
- if (this.checkResultsCount(counter)) {
988
- const isLast = index$2 === array.length - 1 && subindex === subarray.length - 1;
989
- listGroupsElements.push(this.renderItem(item, subindex, !isLast));
990
- }
991
- counter++;
992
- });
993
- if (listGroupsElements.length) {
994
- listGroups.push(index.h("z-list-group", { "divider-type": index$1.ListDividerType.ELEMENT }, this.renderItemCategory(groupItem), listGroupsElements));
995
- }
996
- }
997
- });
998
- return listGroups;
999
- }
1000
- renderItem(item, key, divider) {
1001
- 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) }))));
1002
- }
1003
- renderItemLabel(label) {
1004
- if (!this.searchString) {
1005
- return label;
1006
- }
1007
- return label.replace(new RegExp(this.searchString.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"), "gmi"), (found) => `<mark>${found}</mark>`);
1008
- }
1009
- renderItemCategory(groupItem) {
1010
- if (!(groupItem === null || groupItem === void 0 ? void 0 : groupItem.category)) {
1011
- return null;
1012
- }
1013
- 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)));
1014
- }
1015
- renderSearchHelper(hasDivider = true) {
1016
- if (!this.autocomplete || this.preventSubmit || !this.searchString) {
1017
- return null;
1018
- }
1019
- 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>`) }))));
1020
- }
1021
- renderShowAllResults() {
1022
- var _a, _b;
1023
- if (!this.currResultsCount ||
1024
- !this.searchString ||
1025
- !((_a = this.resultsItemsList) === null || _a === void 0 ? void 0 : _a.length) ||
1026
- this.currResultsCount >= ((_b = this.resultsItemsList) === null || _b === void 0 ? void 0 : _b.length)) {
1027
- return null;
1028
- }
1029
- 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")));
1030
- }
1031
- render() {
1032
- 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()));
1033
- }
1034
- static get watchers() { return {
1035
- "resultsItems": ["watchItems"],
1036
- "resultsCount": ["watchResultsCount"],
1037
- "value": ["watchValue"],
1038
- "searchString": ["watchSearchString"]
1039
- }; }
1040
- };
822
+ const ZSearchbar = class {
823
+ constructor(hostRef) {
824
+ index.registerInstance(this, hostRef);
825
+ this.searchSubmit = index.createEvent(this, "searchSubmit", 7);
826
+ this.searchTyping = index.createEvent(this, "searchTyping", 7);
827
+ this.searchItemClick = index.createEvent(this, "searchItemClick", 7);
828
+ /** the id of the searchbar element */
829
+ this.htmlid = `searchbar-${utils.randomId()}`;
830
+ /** Prevent submit action */
831
+ this.preventSubmit = false;
832
+ /** Show autocomplete results */
833
+ this.autocomplete = false;
834
+ /** Minimun number of characters to dispatch typing event */
835
+ this.autocompleteMinChars = 3;
836
+ /** Truncate results to single row */
837
+ this.resultsEllipsis = true;
838
+ /** Search helper text */
839
+ this.searchHelperLabel = "Cerca {searchString}";
840
+ /** Sort autocomplete results items */
841
+ this.sortResultsItems = false;
842
+ /** Show submit button */
843
+ this.showSearchButton = false;
844
+ /** Set button icon without label*/
845
+ this.searchButtonIconOnly = false;
846
+ /** Available sizes: `big`, `small` and `x-small`. Defaults to `big`. */
847
+ this.size = index$1.ControlSize.BIG;
848
+ /** Graphical variant: `primary`, `secondary`, `tertiary`. Defaults to `primary`. */
849
+ this.variant = index$1.ButtonVariant.PRIMARY;
850
+ this.searchString = this.value;
851
+ this.currResultsCount = 0;
852
+ this.showResults = false;
853
+ this.resultsItemsList = null;
854
+ }
855
+ emitSearchSubmit() {
856
+ this.searchSubmit.emit(this.inputRef.value);
857
+ }
858
+ emitSearchTyping(search) {
859
+ this.searchTyping.emit(search);
860
+ }
861
+ emitSearchItemClick(item) {
862
+ this.searchItemClick.emit(item);
863
+ }
864
+ watchItems() {
865
+ this.resultsItemsList = this.getResultsItemsList();
866
+ }
867
+ watchResultsCount() {
868
+ this.currResultsCount = this.resultsCount;
869
+ }
870
+ watchValue() {
871
+ this.searchString = this.value;
872
+ }
873
+ watchSearchString() {
874
+ this.emitSearchTyping(this.searchString);
875
+ if (!this.searchString) {
876
+ this.currResultsCount = this.resultsCount;
877
+ }
878
+ }
879
+ componentWillLoad() {
880
+ this.resultsItemsList = this.getResultsItemsList();
881
+ this.currResultsCount = this.resultsCount;
882
+ }
883
+ getResultsItemsList() {
884
+ return typeof this.resultsItems === "string" ? JSON.parse(this.resultsItems) : this.resultsItems;
885
+ }
886
+ getGroupedItems(items) {
887
+ const groupedItems = {};
888
+ items.forEach((item) => {
889
+ var _a;
890
+ const key = `${item === null || item === void 0 ? void 0 : item.category}${item === null || item === void 0 ? void 0 : item.subcategory}`;
891
+ groupedItems[key] = (_a = groupedItems[key]) !== null && _a !== void 0 ? _a : {
892
+ category: item === null || item === void 0 ? void 0 : item.category,
893
+ subcategory: item === null || item === void 0 ? void 0 : item.subcategory,
894
+ items: [],
895
+ };
896
+ groupedItems[key]["items"].push(item);
897
+ });
898
+ if (this.sortResultsItems) {
899
+ return Object.keys(groupedItems)
900
+ .sort()
901
+ .reduce((obj, key) => {
902
+ obj[key] = Object.assign(Object.assign({}, groupedItems[key]), { items: groupedItems[key]["items"].sort((a, b) => {
903
+ const nameA = a.label.toUpperCase();
904
+ const nameB = b.label.toUpperCase();
905
+ if (nameA < nameB) {
906
+ return -1;
907
+ }
908
+ if (nameA > nameB) {
909
+ return 1;
910
+ }
911
+ return 0;
912
+ }) });
913
+ return obj;
914
+ }, {});
915
+ }
916
+ return groupedItems;
917
+ }
918
+ checkResultsCount(counter) {
919
+ if (!this.currResultsCount || counter < this.currResultsCount) {
920
+ return true;
921
+ }
922
+ return false;
923
+ }
924
+ handleStopTyping(e) {
925
+ e.stopPropagation();
926
+ this.searchString = e.detail.value;
927
+ }
928
+ handleSubmit() {
929
+ if (this.preventSubmit) {
930
+ return;
931
+ }
932
+ this.emitSearchSubmit();
933
+ }
934
+ handleOutsideClick(e) {
935
+ const cp = e.composedPath();
936
+ const searchbar = cp.find((elem) => elem.nodeName === "Z-SEARCHBAR");
937
+ if (!searchbar || searchbar.htmlid !== this.htmlid) {
938
+ this.showResults = false;
939
+ return;
940
+ }
941
+ 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")); })) {
942
+ this.showResults = true;
943
+ return;
944
+ }
945
+ this.showResults = false;
946
+ }
947
+ renderInput() {
948
+ return (index.h("z-input", { ref: (val) => {
949
+ this.inputRef = val;
950
+ }, message: false, placeholder: this.placeholder, onStopTyping: (e) => this.handleStopTyping(e), onKeyUp: (e) => utils.handleEnterKeydSubmit(e, () => this.handleSubmit()), value: this.value, size: this.size }));
951
+ }
952
+ renderButton() {
953
+ if (!this.showSearchButton) {
954
+ return null;
955
+ }
956
+ const iconProp = this.searchButtonIconOnly ? { icon: "search" } : null;
957
+ const buttonLabel = this.searchButtonIconOnly ? "" : "CERCA";
958
+ const defaultProps = Object.assign({ disabled: this.preventSubmit, variant: this.variant, size: this.size, onClick: () => this.handleSubmit() }, iconProp);
959
+ return index.h("z-button", Object.assign({}, defaultProps), buttonLabel);
960
+ }
961
+ renderResults() {
962
+ if (!this.showResults ||
963
+ !this.autocomplete ||
964
+ !this.searchString ||
965
+ this.searchString.length < this.autocompleteMinChars ||
966
+ !this.resultsItemsList) {
967
+ return null;
968
+ }
969
+ return (index.h("div", { class: "results-wrapper" }, index.h("div", { class: "results" }, this.renderResultsList())));
970
+ }
971
+ renderResultsList() {
972
+ var _a, _b;
973
+ if (this.preventSubmit && !((_a = this.resultsItemsList) === null || _a === void 0 ? void 0 : _a.length)) {
974
+ 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"))));
975
+ }
976
+ 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()));
977
+ }
978
+ renderItems() {
979
+ var _a;
980
+ if (!((_a = this.resultsItemsList) === null || _a === void 0 ? void 0 : _a.length)) {
981
+ return [];
982
+ }
983
+ const groupedItems = this.getGroupedItems(this.resultsItemsList);
984
+ const listGroups = [];
985
+ let counter = 0;
986
+ Object.values(groupedItems).forEach((groupItem, index$2, array) => {
987
+ if (this.checkResultsCount(counter)) {
988
+ const listGroupsElements = [];
989
+ groupItem.items.forEach((item, subindex, subarray) => {
990
+ if (this.checkResultsCount(counter)) {
991
+ const isLast = index$2 === array.length - 1 && subindex === subarray.length - 1;
992
+ listGroupsElements.push(this.renderItem(item, subindex, !isLast));
993
+ }
994
+ counter++;
995
+ });
996
+ if (listGroupsElements.length) {
997
+ listGroups.push(index.h("z-list-group", { "divider-type": index$1.ListDividerType.ELEMENT }, this.renderItemCategory(groupItem), listGroupsElements));
998
+ }
999
+ }
1000
+ });
1001
+ return listGroups;
1002
+ }
1003
+ renderItem(item, key, divider) {
1004
+ 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) }))));
1005
+ }
1006
+ renderItemLabel(label) {
1007
+ if (!this.searchString) {
1008
+ return label;
1009
+ }
1010
+ return label.replace(new RegExp(this.searchString.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"), "gmi"), (found) => `<mark>${found}</mark>`);
1011
+ }
1012
+ renderItemCategory(groupItem) {
1013
+ if (!(groupItem === null || groupItem === void 0 ? void 0 : groupItem.category)) {
1014
+ return null;
1015
+ }
1016
+ 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)));
1017
+ }
1018
+ renderSearchHelper(hasDivider = true) {
1019
+ if (!this.autocomplete || this.preventSubmit || !this.searchString) {
1020
+ return null;
1021
+ }
1022
+ 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>`) }))));
1023
+ }
1024
+ renderShowAllResults() {
1025
+ var _a, _b;
1026
+ if (!this.currResultsCount ||
1027
+ !this.searchString ||
1028
+ !((_a = this.resultsItemsList) === null || _a === void 0 ? void 0 : _a.length) ||
1029
+ this.currResultsCount >= ((_b = this.resultsItemsList) === null || _b === void 0 ? void 0 : _b.length)) {
1030
+ return null;
1031
+ }
1032
+ 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")));
1033
+ }
1034
+ render() {
1035
+ 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()));
1036
+ }
1037
+ static get watchers() { return {
1038
+ "resultsItems": ["watchItems"],
1039
+ "resultsCount": ["watchResultsCount"],
1040
+ "value": ["watchValue"],
1041
+ "searchString": ["watchSearchString"]
1042
+ }; }
1043
+ };
1041
1044
  ZSearchbar.style = stylesCss;
1042
1045
 
1043
1046
  exports.z_app_header = ZAppHeader;