@zanichelli/albe-web-components 9.3.0-rc1 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (181) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/cjs/index-e3299e0a.js +16 -20
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/web-components-library.cjs.js +1 -1
  5. package/dist/cjs/z-app-header_11.cjs.entry.js +1056 -0
  6. package/dist/cjs/z-book-card.cjs.entry.js +5 -1
  7. package/dist/cjs/z-breadcrumb.cjs.entry.js +1 -1
  8. package/dist/cjs/z-date-picker.cjs.entry.js +477 -0
  9. package/dist/cjs/z-dragdrop-area_2.cjs.entry.js +1016 -0
  10. package/dist/cjs/z-navigation-tab-link.cjs.entry.js +4 -4
  11. package/dist/cjs/z-navigation-tab.cjs.entry.js +4 -4
  12. package/dist/cjs/z-navigation-tabs.cjs.entry.js +36 -44
  13. package/dist/cjs/z-panel-elem.cjs.entry.js +6 -2
  14. package/dist/cjs/z-select.cjs.entry.js +333 -0
  15. package/dist/cjs/z-skip-to-content.cjs.entry.js +10 -2
  16. package/dist/collection/collection-manifest.json +1 -4
  17. package/dist/collection/components/modal/z-modal/styles.css +2 -6
  18. package/dist/collection/components/navigation/tabs/navigation-tab.css +2 -1
  19. package/dist/collection/components/navigation/tabs/z-navigation-tab/index.js +19 -8
  20. package/dist/collection/components/navigation/tabs/z-navigation-tab-link/index.js +19 -8
  21. package/dist/collection/components/navigation/tabs/z-navigation-tabs/index.js +35 -43
  22. package/dist/collection/components/navigation/tabs/z-navigation-tabs/index.stories.js +11 -0
  23. package/dist/collection/components/navigation/tabs/z-navigation-tabs/styles.css +2 -2
  24. package/dist/collection/components/panel/z-panel-elem/index.js +6 -2
  25. package/dist/collection/components/panel/z-panel-elem/styles.css +9 -2
  26. package/dist/collection/components/z-book-card/index.js +23 -1
  27. package/dist/collection/components/z-breadcrumb/index.js +1 -1
  28. package/dist/collection/components/z-skip-to-content/index.js +9 -1
  29. package/dist/collection/components/z-skip-to-content/styles.css +18 -17
  30. package/dist/esm/{index-8528dee0.js → index-1b2e3e53.js} +1 -1
  31. package/dist/esm/index-a2ca4b97.js +16 -20
  32. package/dist/esm/{index-5b83b0b1.js → index-d3dfe710.js} +1 -1
  33. package/dist/esm/index.js +1 -1
  34. package/dist/esm/loader.js +1 -1
  35. package/dist/esm/{utils-6c83dfcb.js → utils-4d2d99d9.js} +1 -1
  36. package/dist/esm/web-components-library.js +1 -1
  37. package/dist/esm/z-app-header_11.entry.js +1042 -0
  38. package/dist/esm/z-book-card.entry.js +6 -2
  39. package/dist/esm/z-breadcrumb.entry.js +2 -2
  40. package/dist/esm/z-chip.entry.js +1 -1
  41. package/dist/esm/z-combobox.entry.js +1 -1
  42. package/dist/esm/z-date-picker.entry.js +473 -0
  43. package/dist/esm/z-dragdrop-area_2.entry.js +1011 -0
  44. package/dist/esm/z-file-upload.entry.js +1 -1
  45. package/dist/esm/z-myz-card-info.entry.js +1 -1
  46. package/dist/esm/z-myz-list-item.entry.js +1 -1
  47. package/dist/esm/z-navigation-tab-link.entry.js +5 -5
  48. package/dist/esm/z-navigation-tab.entry.js +5 -5
  49. package/dist/esm/z-navigation-tabs.entry.js +36 -44
  50. package/dist/esm/z-panel-elem.entry.js +6 -2
  51. package/dist/esm/z-pocket_3.entry.js +1 -1
  52. package/dist/esm/z-select.entry.js +329 -0
  53. package/dist/esm/z-skip-to-content.entry.js +11 -3
  54. package/dist/esm/z-slideshow.entry.js +1 -1
  55. package/dist/esm/z-table-deprecated.entry.js +2 -2
  56. package/dist/esm/z-table-header.entry.js +2 -2
  57. package/dist/esm/z-table.entry.js +2 -2
  58. package/dist/esm/z-toggle-switch.entry.js +1 -1
  59. package/dist/esm/z-tr.entry.js +2 -2
  60. package/dist/types/components/navigation/tabs/z-navigation-tab/index.d.ts +11 -5
  61. package/dist/types/components/navigation/tabs/z-navigation-tab-link/index.d.ts +11 -7
  62. package/dist/types/components/navigation/tabs/z-navigation-tabs/index.d.ts +4 -4
  63. package/dist/types/components/z-book-card/index.d.ts +4 -0
  64. package/dist/types/components.d.ts +28 -120
  65. package/dist/types/{components/navigation → deprecated}/z-link/index.d.ts +1 -1
  66. package/dist/web-components-library/index.esm.js +1 -1
  67. package/dist/web-components-library/p-06d2f371.entry.js +1 -0
  68. package/dist/web-components-library/p-09be4e46.entry.js +1 -0
  69. package/dist/web-components-library/p-113762ff.entry.js +1 -0
  70. package/dist/web-components-library/p-1976afea.entry.js +1 -0
  71. package/dist/web-components-library/{p-7eb6d043.entry.js → p-1cbd8a5f.entry.js} +1 -1
  72. package/dist/web-components-library/{p-c99acff4.entry.js → p-2d0ac109.entry.js} +1 -1
  73. package/dist/web-components-library/p-2d600a28.entry.js +1 -0
  74. package/dist/web-components-library/{p-dca0db1b.entry.js → p-2f013f10.entry.js} +1 -1
  75. package/dist/web-components-library/p-36487afc.entry.js +1 -0
  76. package/dist/web-components-library/{p-13ac8bd3.entry.js → p-37e8194f.entry.js} +1 -1
  77. package/dist/web-components-library/p-386bdb7f.entry.js +1 -0
  78. package/dist/web-components-library/p-3e61bad0.entry.js +1 -0
  79. package/dist/web-components-library/{p-327b7b79.js → p-65dd23d7.js} +1 -1
  80. package/dist/web-components-library/{p-b3093245.entry.js → p-69bde29c.entry.js} +1 -1
  81. package/dist/web-components-library/p-6b6453ba.entry.js +1 -0
  82. package/dist/web-components-library/{p-aa8b0c95.entry.js → p-8b2bf3b4.entry.js} +1 -1
  83. package/dist/web-components-library/p-9829f5bd.entry.js +16 -0
  84. package/dist/web-components-library/{p-432a2f5b.entry.js → p-a6a09ce6.entry.js} +1 -1
  85. package/{www/build/p-7f43e400.entry.js → dist/web-components-library/p-c1f20cec.entry.js} +1 -1
  86. package/dist/web-components-library/p-c97d133c.entry.js +1 -0
  87. package/dist/web-components-library/{p-c8bd65d9.entry.js → p-cb07de86.entry.js} +1 -1
  88. package/dist/web-components-library/{p-eb9fa72b.js → p-d7668580.js} +1 -1
  89. package/dist/web-components-library/p-dd17b462.entry.js +1 -0
  90. package/dist/web-components-library/{p-91447194.js → p-dd3e0b4e.js} +1 -1
  91. package/dist/web-components-library/p-f5b5f897.entry.js +1 -0
  92. package/dist/web-components-library/p-fef8f2e1.entry.js +1 -0
  93. package/dist/web-components-library/web-components-library.css +1 -1
  94. package/dist/web-components-library/web-components-library.esm.js +1 -1
  95. package/package.json +2 -2
  96. package/react/components.d.ts +0 -3
  97. package/react/components.js +2 -5
  98. package/react/components.js.map +1 -1
  99. package/www/build/index.esm.js +1 -1
  100. package/www/build/p-06d2f371.entry.js +1 -0
  101. package/www/build/p-09be4e46.entry.js +1 -0
  102. package/www/build/p-113762ff.entry.js +1 -0
  103. package/www/build/p-1976afea.entry.js +1 -0
  104. package/www/build/{p-7eb6d043.entry.js → p-1cbd8a5f.entry.js} +1 -1
  105. package/www/build/{p-c99acff4.entry.js → p-2d0ac109.entry.js} +1 -1
  106. package/www/build/p-2d600a28.entry.js +1 -0
  107. package/www/build/{p-dca0db1b.entry.js → p-2f013f10.entry.js} +1 -1
  108. package/www/build/p-36487afc.entry.js +1 -0
  109. package/www/build/{p-13ac8bd3.entry.js → p-37e8194f.entry.js} +1 -1
  110. package/www/build/p-386bdb7f.entry.js +1 -0
  111. package/www/build/p-3e61bad0.entry.js +1 -0
  112. package/www/build/{p-327b7b79.js → p-65dd23d7.js} +1 -1
  113. package/www/build/{p-b3093245.entry.js → p-69bde29c.entry.js} +1 -1
  114. package/www/build/p-6b6453ba.entry.js +1 -0
  115. package/www/build/{p-aa8b0c95.entry.js → p-8b2bf3b4.entry.js} +1 -1
  116. package/www/build/p-9829f5bd.entry.js +16 -0
  117. package/www/build/{p-432a2f5b.entry.js → p-a6a09ce6.entry.js} +1 -1
  118. package/www/build/p-ac088d9a.css +2 -0
  119. package/{dist/web-components-library/p-7f43e400.entry.js → www/build/p-c1f20cec.entry.js} +1 -1
  120. package/www/build/p-c97d133c.entry.js +1 -0
  121. package/www/build/{p-c8bd65d9.entry.js → p-cb07de86.entry.js} +1 -1
  122. package/www/build/{p-eb9fa72b.js → p-d7668580.js} +1 -1
  123. package/www/build/p-d8829c48.js +1 -0
  124. package/www/build/p-dd17b462.entry.js +1 -0
  125. package/www/build/{p-91447194.js → p-dd3e0b4e.js} +1 -1
  126. package/www/build/p-f5b5f897.entry.js +1 -0
  127. package/www/build/p-fef8f2e1.entry.js +1 -0
  128. package/www/build/web-components-library.css +1 -1
  129. package/www/build/web-components-library.esm.js +1 -1
  130. package/www/index.html +1 -59
  131. package/dist/cjs/z-app-header_14.cjs.entry.js +0 -2828
  132. package/dist/cjs/z-body.cjs.entry.js +0 -18
  133. package/dist/cjs/z-dragdrop-area.cjs.entry.js +0 -37
  134. package/dist/cjs/z-heading.cjs.entry.js +0 -18
  135. package/dist/cjs/z-typography.cjs.entry.js +0 -30
  136. package/dist/collection/deprecated/typography/z-body/index.js +0 -68
  137. package/dist/collection/deprecated/typography/z-heading/index.js +0 -68
  138. package/dist/collection/deprecated/typography/z-typography/index.js +0 -91
  139. package/dist/collection/deprecated/typography/z-typography/styles.css +0 -65
  140. package/dist/esm/z-app-header_14.entry.js +0 -2811
  141. package/dist/esm/z-body.entry.js +0 -14
  142. package/dist/esm/z-dragdrop-area.entry.js +0 -33
  143. package/dist/esm/z-heading.entry.js +0 -14
  144. package/dist/esm/z-typography.entry.js +0 -26
  145. package/dist/types/deprecated/typography/z-body/index.d.ts +0 -9
  146. package/dist/types/deprecated/typography/z-heading/index.d.ts +0 -9
  147. package/dist/types/deprecated/typography/z-typography/index.d.ts +0 -11
  148. package/dist/web-components-library/p-052c06ac.entry.js +0 -1
  149. package/dist/web-components-library/p-3ee4aa12.entry.js +0 -1
  150. package/dist/web-components-library/p-438f017e.entry.js +0 -1
  151. package/dist/web-components-library/p-4423b00c.entry.js +0 -1
  152. package/dist/web-components-library/p-466c3c0b.entry.js +0 -1
  153. package/dist/web-components-library/p-52b084fb.entry.js +0 -1
  154. package/dist/web-components-library/p-5ac6109d.entry.js +0 -1
  155. package/dist/web-components-library/p-625d603e.entry.js +0 -1
  156. package/dist/web-components-library/p-76c2c26d.entry.js +0 -1
  157. package/dist/web-components-library/p-b2420056.entry.js +0 -1
  158. package/dist/web-components-library/p-bbeb69ae.entry.js +0 -1
  159. package/dist/web-components-library/p-c1de287b.entry.js +0 -1
  160. package/dist/web-components-library/p-d147e995.entry.js +0 -1
  161. package/dist/web-components-library/p-e78ce8ec.entry.js +0 -1
  162. package/dist/web-components-library/p-f01f4e9b.entry.js +0 -16
  163. package/www/build/p-052c06ac.entry.js +0 -1
  164. package/www/build/p-39b528a6.js +0 -129
  165. package/www/build/p-3ee4aa12.entry.js +0 -1
  166. package/www/build/p-438f017e.entry.js +0 -1
  167. package/www/build/p-4423b00c.entry.js +0 -1
  168. package/www/build/p-466c3c0b.entry.js +0 -1
  169. package/www/build/p-52b084fb.entry.js +0 -1
  170. package/www/build/p-5a0a4f69.css +0 -1653
  171. package/www/build/p-5ac6109d.entry.js +0 -1
  172. package/www/build/p-625d603e.entry.js +0 -1
  173. package/www/build/p-76c2c26d.entry.js +0 -1
  174. package/www/build/p-b2420056.entry.js +0 -1
  175. package/www/build/p-bbeb69ae.entry.js +0 -1
  176. package/www/build/p-c1de287b.entry.js +0 -1
  177. package/www/build/p-d147e995.entry.js +0 -1
  178. package/www/build/p-e78ce8ec.entry.js +0 -1
  179. package/www/build/p-f01f4e9b.entry.js +0 -16
  180. /package/dist/collection/{components/navigation → deprecated}/z-link/index.js +0 -0
  181. /package/dist/collection/{components/navigation → deprecated}/z-link/styles.css +0 -0
@@ -0,0 +1,1056 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-e3299e0a.js');
6
+ const index$1 = require('./index-e8ce94a1.js');
7
+ const icons = require('./icons-7da210ed.js');
8
+ const utils = require('./utils-4ac02425.js');
9
+ require('./breakpoints-ebe1a437.js');
10
+
11
+ const stylesCss$a = ":host{--app-header-typography-1-size:24px;--app-header-typography-2-size:28px;--app-header-typography-3-size:32px;--app-header-typography-4-size:36px;--app-header-typography-5-size:42px;--app-header-typography-6-size:48px;--app-header-typography-7-size:54px;--app-header-typography-8-size:60px;--app-header-typography-9-size:68px;--app-header-typography-10-size:76px;--app-header-typography-11-size:84px;--app-header-typography-12-size:92px;--app-header-typography-1-lineheight:1.33;--app-header-typography-2-lineheight:1.29;--app-header-typography-3-lineheight:1.25;--app-header-typography-4-lineheight:1.24;--app-header-typography-5-lineheight:1.24;--app-header-typography-6-lineheight:1.25;--app-header-typography-7-lineheight:1.2;--app-header-typography-8-lineheight:1.26;--app-header-typography-9-lineheight:1.24;--app-header-typography-10-lineheight:1.26;--app-header-typography-11-lineheight:1.2;--app-header-typography-12-lineheight:1.2;--app-header-typography-1-tracking:calc(-0.2 / 1em);--app-header-typography-2-tracking:calc(-0.4 / 1em);--app-header-typography-3-tracking:calc(-0.6 / 1em);--app-header-typography-4-tracking:calc(-0.8 / 1em);--app-header-typography-5-tracking:calc(-1 / 1em);--app-header-typography-6-tracking:calc(-1.2 / 1em);--app-header-typography-7-tracking:calc(-1.4 / 1em);--app-header-typography-8-tracking:calc(-1.6 / 1em);--app-header-typography-9-tracking:calc(-1.8 / 1em);--app-header-typography-10-tracking:calc(-2 / 1em);--app-header-typography-11-tracking:calc(-2.2 / 1em);--app-header-typography-12-tracking:calc(-2.4 / 1em);--app-header-content-max-width:100%;--app-header-height:auto;--app-header-top-offset:48px;--app-header-drawer-trigger-size:calc(var(--space-unit) * 4);--app-header-bg:var(--color-surface01);--app-header-stucked-bg:var(--color-surface01);--app-header-text-color:var(--color-text01);--app-header-title-font-size:var(--app-header-typography-3-size);--app-header-title-lineheight:var(--app-header-typography-3-lineheight);--app-header-title-letter-spacing:var(--app-header-typography-3-tracking);--app-header-stucked-text-color:var(--color-text01);position:relative;display:block;height:var(--app-header-height);color:var(--app-header-text-color)}:host,*{box-sizing:border-box}.heading-panel{position:relative;display:flex;width:100%;max-width:var(--app-header-content-max-width);flex-direction:column;flex-grow:0;flex-shrink:0;align-items:baseline;padding:var(--grid-margin);margin:0 auto;background:var(--app-header-bg);gap:calc(var(--space-unit) * 2) calc(var(--space-unit) * 5)}.hero-container+.heading-panel{background:transparent}:host(:empty) .heading-panel{padding:0}.heading-container{position:relative;z-index:1;display:flex;width:100%;max-width:100%;flex:1 auto;flex-direction:column;justify-content:flex-start}.heading-title{display:flex;max-width:100%;flex-direction:row;align-items:flex-start;column-gap:calc(var(--space-unit) * 2)}::slotted([slot=\"title\"]),.heading-stuck .heading-title>*,::slotted([slot=\"stucked-title\"]){margin:0;font-family:\"IBM Plex Serif\", serif;font-weight:var(--font-bd)}::slotted([slot=\"title\"]){font-size:var(--app-header-title-font-size);letter-spacing:var(--app-header-title-letter-spacing);line-height:var(--app-header-title-lineheight)}.heading-stuck .heading-title>*,::slotted([slot=\"stucked-title\"]){font-size:var(--app-header-typography-3-size);letter-spacing:var(--app-header-typography-3-tracking);line-height:var(--app-header-typography-3-lineheight)}:host(:not([menu-length=\"0\"])) .heading-subtitle{padding-left:calc(var(--app-header-drawer-trigger-size) + (var(--space-unit) * 2))}::slotted([slot=\"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
+
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
+ ZAppHeader.style = stylesCss$a;
187
+
188
+ const stylesCss$9 = ".sc-z-button-h{display:inline-block;--z-icon-width:16px;--z-icon-height:16px;--z-icon-right-margin:0}[disabled].sc-z-button-h:not([disabled=\"false\"]){pointer-events:none}.sc-z-button-h .z-button--container.sc-z-button{display:inline-flex;width:100%;box-sizing:border-box;align-items:center;justify-content:center;padding:0;border-width:var(--border-size-medium);border-style:solid;border-radius:var(--border-radius);cursor:pointer;fill:currentcolor;font-family:var(--font-family-sans);font-size:14px;font-weight:var(--font-sb);letter-spacing:0.3px;line-height:1;outline:none;text-decoration:none;text-transform:uppercase;white-space:nowrap}.sc-z-button-h .z-button--container.sc-z-button:focus:focus-visible{box-shadow:var(--shadow-focus-primary)}.sc-z-button-h .z-button--container.z-button--has-text.sc-z-button{min-width:calc(var(--space-unit) * 8);padding:0 calc(var(--space-unit) * 2)}.sc-z-button-h .z-button--container.z-button--has-text.sc-z-button z-icon.sc-z-button{--z-icon-right-margin:var(--space-unit)}[size=\"big\"].sc-z-button-h .z-button--container.sc-z-button{min-width:44px;height:44px}[size=\"small\"].sc-z-button-h .z-button--container.sc-z-button{min-width:36px;height:36px}[size=\"x-small\"].sc-z-button-h .z-button--container.sc-z-button{min-width:32px;height:32px}[variant=\"primary\"].sc-z-button-h .z-button--container.sc-z-button{border-color:var(--color-primary01);background-color:var(--color-primary01);color:var(--color-text-inverse)}@media (hover: hover){[variant=\"primary\"].sc-z-button-h .z-button--container.sc-z-button:hover{border-color:var(--color-hover-primary);background-color:var(--color-hover-primary);color:var(--color-text-inverse)}}[variant=\"primary\"].sc-z-button-h .z-button--container.sc-z-button:active{border-color:var(--color-pressed-primary);background-color:var(--color-pressed-primary);box-shadow:var(--shadow-2);color:var(--color-text-inverse)}[variant=\"primary\"][disabled].sc-z-button-h:not([disabled=\"false\"]) .z-button--container.sc-z-button{border-color:var(--color-disabled01);background-color:var(--color-disabled01);color:var(--color-disabled02)}[variant=\"secondary\"].sc-z-button-h .z-button--container.sc-z-button{border-color:var(--color-primary01);background-color:var(--color-surface01);color:var(--color-primary01)}@media (hover: hover){[variant=\"secondary\"].sc-z-button-h .z-button--container.sc-z-button:hover{border-color:var(--color-hover-primary);background-color:var(--color-surface01);color:var(--color-hover-primary)}}[variant=\"secondary\"].sc-z-button-h .z-button--container.sc-z-button:active{border-color:var(--color-pressed-primary);background-color:var(--color-surface01);box-shadow:var(--shadow-2);color:var(--color-pressed-primary)}[variant=\"secondary\"][disabled].sc-z-button-h:not([disabled=\"false\"]) .z-button--container.sc-z-button{border-color:var(--color-disabled01);background-color:var(--color-surface01);color:var(--color-disabled02)}[variant=\"tertiary\"].sc-z-button-h .z-button--container.sc-z-button{border-color: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
+
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
+ ZButton.style = stylesCss$9;
222
+
223
+ const stylesCss$8 = ".sc-z-divider-h{display:block;padding:0;margin:0}.divider-horizontal.sc-z-divider-h{width:100%}.divider-vertical.sc-z-divider-h{height:100%}.divider-small.divider-horizontal.sc-z-divider-h{height:var(--border-size-small)}.divider-medium.divider-horizontal.sc-z-divider-h{height:var(--border-size-medium)}.divider-large.divider-horizontal.sc-z-divider-h{height:var(--border-size-large)}.divider-small.divider-vertical.sc-z-divider-h{width:var(--border-size-small)}.divider-medium.divider-vertical.sc-z-divider-h{width:var(--border-size-medium)}.divider-large.divider-vertical.sc-z-divider-h{width:var(--border-size-large)}";
224
+
225
+ const ZDivider = class {
226
+ constructor(hostRef) {
227
+ index.registerInstance(this, hostRef);
228
+ /** [optional] Divider size */
229
+ this.size = index$1.DividerSize.SMALL;
230
+ /** [optional] Divider color */
231
+ this.color = "gray200";
232
+ /** [optional] Divider orintation */
233
+ this.orientation = index$1.DividerOrientation.HORIZONTAL;
234
+ }
235
+ render() {
236
+ return (index.h(index.Host, { class: `divider-${this.size} divider-${this.orientation}`, style: { backgroundColor: `var(--${this.color})` } }));
237
+ }
238
+ };
239
+ ZDivider.style = stylesCss$8;
240
+
241
+ const stylesCss$7 = ":host{margin-right:var(--z-icon-right-margin, 0);margin-left:var(--z-icon-left-margin, 0);line-height:0;vertical-align:middle}:host svg:not([width]){width:var(--z-icon-width, 18px)}:host svg:not([height]){height:var(--z-icon-height, 18px)}";
242
+
243
+ const ZIcon = class {
244
+ constructor(hostRef) {
245
+ index.registerInstance(this, hostRef);
246
+ }
247
+ selectPathOrPolygon(iconValue) {
248
+ if (iconValue === null || iconValue === void 0 ? void 0 : iconValue.startsWith("M")) {
249
+ return index.h("path", { d: icons.ICONS[this.name] });
250
+ }
251
+ return index.h("polygon", { points: icons.ICONS[this.name] });
252
+ }
253
+ render() {
254
+ return (index.h(index.Host, { "aria-hidden": "true" }, index.h("svg", { viewBox: "0 0 1000 1000", width: this.width, height: this.height, id: this.iconid, fill: this.fill ? `var(--${this.fill})` : "" }, this.selectPathOrPolygon(icons.ICONS[this.name]))));
255
+ }
256
+ };
257
+ ZIcon.style = stylesCss$7;
258
+
259
+ const stylesCss$6 = ".sc-z-input-h{display:inline-block;width:inherit}input.sc-z-input::-ms-clear,input.sc-z-input::-ms-reveal{display:none}.sc-z-input-h input.sc-z-input::-ms-clear,.sc-z-input-h input.sc-z-input::-ms-reveal{display:none}input.sc-z-input,textarea.sc-z-input,.textarea-wrapper.sc-z-input{box-sizing:border-box;border:var(--border-size-small) solid var(--color-surface04);background:var(--color-input-field01);border-radius:var(--border-radius-small);color:var(--color-text01);fill:var(--color-icon02);font-family:var(--font-family-sans);font-size:var(--font-size-3);font-weight:var(--font-rg);outline:none}[size=\"small\"].sc-z-input-h input.sc-z-input,[size=\"small\"].sc-z-input-h textarea.sc-z-input,[size=\"small\"].sc-z-input-h .textarea-wrapper.sc-z-input,[size=\"x-small\"].sc-z-input-h input.sc-z-input,[size=\"x-small\"].sc-z-input-h textarea.sc-z-input,[size=\"x-small\"].sc-z-input-h .textarea-wrapper.sc-z-input{font-size:var(--font-size-2)}.cursor-select.sc-z-input-h input.sc-z-input{cursor:pointer}.sc-z-input-h:not(.active-select) input.sc-z-input:focus:focus-visible,.textarea-wrapper.sc-z-input:focus-within{box-shadow:var(--shadow-focus-primary)}input.sc-z-input:focus:focus-visible,textarea.sc-z-input:focus:focus-visible{color:var(--color-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
+
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
+ };
495
+ ZInput.style = stylesCss$6;
496
+
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)}";
498
+
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
+ };
523
+ ZInputMessage.style = stylesCss$5;
524
+
525
+ const stylesCss$4 = ":host{display:flex;flex-direction:column;font-family:var(--font-family-sans);font-weight:var(--font-rg)}";
526
+
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
+ };
555
+ ZList.style = stylesCss$4;
556
+
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}";
558
+
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
+ };
722
+ ZListElement.style = stylesCss$3;
723
+
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)}";
725
+
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
+ };
774
+ ZListGroup.style = stylesCss$2;
775
+
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}";
777
+
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
+ };
818
+ ZOffcanvas.style = stylesCss$1;
819
+
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}";
821
+
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
+ };
1044
+ ZSearchbar.style = stylesCss;
1045
+
1046
+ exports.z_app_header = ZAppHeader;
1047
+ exports.z_button = ZButton;
1048
+ exports.z_divider = ZDivider;
1049
+ exports.z_icon = ZIcon;
1050
+ exports.z_input = ZInput;
1051
+ exports.z_input_message = ZInputMessage;
1052
+ exports.z_list = ZList;
1053
+ exports.z_list_element = ZListElement;
1054
+ exports.z_list_group = ZListGroup;
1055
+ exports.z_offcanvas = ZOffcanvas;
1056
+ exports.z_searchbar = ZSearchbar;