@zanichelli/albe-web-components 5.0.1 → 5.1.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 (258) hide show
  1. package/dist/cjs/{index-5c16dc2b.js → index-bc9a5c2b.js} +20 -13
  2. package/dist/cjs/index.cjs.js +2 -2
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/{utils-15c8b978.js → utils-2fa62b67.js} +1 -1
  5. package/dist/cjs/{utils-64ac0753.js → utils-40bb75b1.js} +1 -1
  6. package/dist/cjs/web-components-library.cjs.js +1 -1
  7. package/dist/cjs/z-app-switcher_9.cjs.entry.js +3 -3
  8. package/dist/cjs/z-aria-alert.cjs.entry.js +1 -1
  9. package/dist/cjs/z-avatar.cjs.entry.js +1 -1
  10. package/dist/cjs/z-button-deprecated.cjs.entry.js +1 -1
  11. package/dist/cjs/z-button.cjs.entry.js +1 -1
  12. package/dist/cjs/z-card.cjs.entry.js +1 -1
  13. package/dist/cjs/z-chip.cjs.entry.js +2 -2
  14. package/dist/cjs/z-combobox.cjs.entry.js +2 -2
  15. package/dist/cjs/z-contextual-menu.cjs.entry.js +2 -2
  16. package/dist/cjs/z-cookiebar.cjs.entry.js +1 -1
  17. package/dist/cjs/z-date-picker.cjs.entry.js +2 -2
  18. package/dist/cjs/z-file-upload.cjs.entry.js +2 -2
  19. package/dist/cjs/z-file.cjs.entry.js +2 -2
  20. package/dist/cjs/z-footer.cjs.entry.js +1 -1
  21. package/dist/cjs/z-info-reveal.cjs.entry.js +64 -0
  22. package/dist/cjs/z-input-deprecated.cjs.entry.js +2 -2
  23. package/dist/cjs/z-input-label_2.cjs.entry.js +2 -2
  24. package/dist/cjs/z-list-group.cjs.entry.js +1 -1
  25. package/dist/cjs/z-list_2.cjs.entry.js +1 -1
  26. package/dist/cjs/z-menu-dropdown_2.cjs.entry.js +2 -2
  27. package/dist/cjs/z-messages-pocket.cjs.entry.js +1 -1
  28. package/dist/cjs/z-modal-login.cjs.entry.js +1 -1
  29. package/dist/cjs/z-myz-card-alert.cjs.entry.js +1 -1
  30. package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +1 -1
  31. package/dist/cjs/z-myz-card-footer.cjs.entry.js +1 -1
  32. package/dist/cjs/z-myz-card-info.cjs.entry.js +3 -3
  33. package/dist/cjs/z-myz-card_4.cjs.entry.js +1 -1
  34. package/dist/cjs/z-myz-list-item.cjs.entry.js +2 -2
  35. package/dist/cjs/z-myz-topbar.cjs.entry.js +1 -1
  36. package/dist/cjs/z-navigation-tab-link.cjs.entry.js +1 -1
  37. package/dist/cjs/z-navigation-tab.cjs.entry.js +1 -1
  38. package/dist/cjs/z-navigation-tabs.cjs.entry.js +1 -1
  39. package/dist/cjs/z-offcanvas.cjs.entry.js +1 -1
  40. package/dist/cjs/z-otp.cjs.entry.js +1 -1
  41. package/dist/cjs/z-pagination-bar.cjs.entry.js +2 -2
  42. package/dist/cjs/z-pocket_3.cjs.entry.js +2 -2
  43. package/dist/cjs/z-popover-deprecated.cjs.entry.js +2 -2
  44. package/dist/cjs/z-popover.cjs.entry.js +26 -29
  45. package/dist/cjs/z-section-title.cjs.entry.js +1 -1
  46. package/dist/cjs/z-skip-to-content.cjs.entry.js +2 -2
  47. package/dist/cjs/z-slideshow.cjs.entry.js +2 -2
  48. package/dist/cjs/z-status-tag.cjs.entry.js +1 -1
  49. package/dist/cjs/z-table-cell.cjs.entry.js +1 -1
  50. package/dist/cjs/z-table-header.cjs.entry.js +3 -3
  51. package/dist/cjs/z-table-row.cjs.entry.js +1 -1
  52. package/dist/cjs/z-table.cjs.entry.js +1 -1
  53. package/dist/cjs/z-toast-notification-list.cjs.entry.js +1 -1
  54. package/dist/cjs/z-toast-notification.cjs.entry.js +1 -1
  55. package/dist/cjs/z-toggle-switch.cjs.entry.js +2 -2
  56. package/dist/cjs/z-tooltip-deprecated.cjs.entry.js +26 -26
  57. package/dist/cjs/z-tooltip.cjs.entry.js +2 -2
  58. package/dist/collection/beans/index.js +20 -13
  59. package/dist/collection/collection-manifest.json +1 -0
  60. package/dist/collection/components/file-upload/z-file/index.js +1 -1
  61. package/dist/collection/components/notification/z-tooltip/index.js +3 -3
  62. package/dist/collection/components/z-contextual-menu/index.js +3 -3
  63. package/dist/collection/components/z-info-reveal/index.js +143 -0
  64. package/dist/collection/components/z-info-reveal/styles.css +97 -0
  65. package/dist/collection/components/z-popover/index.js +30 -32
  66. package/dist/collection/components/z-table/z-table-header/index.js +1 -1
  67. package/dist/collection/deprecated/z-tooltip-deprecated/index.js +27 -27
  68. package/dist/collection/snowflakes/myz/card/z-myz-card-info/index.js +1 -1
  69. package/dist/esm/{index-3786a7ff.js → index-e3640537.js} +21 -14
  70. package/dist/esm/index.js +2 -2
  71. package/dist/esm/loader.js +1 -1
  72. package/dist/esm/{utils-a9a836d2.js → utils-c1f651ae.js} +1 -1
  73. package/dist/esm/{utils-d49ae9f0.js → utils-f3d44cb3.js} +1 -1
  74. package/dist/esm/web-components-library.js +1 -1
  75. package/dist/esm/z-app-switcher_9.entry.js +3 -3
  76. package/dist/esm/z-aria-alert.entry.js +1 -1
  77. package/dist/esm/z-avatar.entry.js +1 -1
  78. package/dist/esm/z-button-deprecated.entry.js +1 -1
  79. package/dist/esm/z-button.entry.js +1 -1
  80. package/dist/esm/z-card.entry.js +1 -1
  81. package/dist/esm/z-chip.entry.js +2 -2
  82. package/dist/esm/z-combobox.entry.js +2 -2
  83. package/dist/esm/z-contextual-menu.entry.js +2 -2
  84. package/dist/esm/z-cookiebar.entry.js +1 -1
  85. package/dist/esm/z-date-picker.entry.js +2 -2
  86. package/dist/esm/z-file-upload.entry.js +2 -2
  87. package/dist/esm/z-file.entry.js +2 -2
  88. package/dist/esm/z-footer.entry.js +1 -1
  89. package/dist/esm/z-info-reveal.entry.js +60 -0
  90. package/dist/esm/z-input-deprecated.entry.js +2 -2
  91. package/dist/esm/z-input-label_2.entry.js +2 -2
  92. package/dist/esm/z-list-group.entry.js +1 -1
  93. package/dist/esm/z-list_2.entry.js +1 -1
  94. package/dist/esm/z-menu-dropdown_2.entry.js +2 -2
  95. package/dist/esm/z-messages-pocket.entry.js +1 -1
  96. package/dist/esm/z-modal-login.entry.js +1 -1
  97. package/dist/esm/z-myz-card-alert.entry.js +1 -1
  98. package/dist/esm/z-myz-card-dictionary.entry.js +1 -1
  99. package/dist/esm/z-myz-card-footer.entry.js +1 -1
  100. package/dist/esm/z-myz-card-info.entry.js +3 -3
  101. package/dist/esm/z-myz-card_4.entry.js +1 -1
  102. package/dist/esm/z-myz-list-item.entry.js +2 -2
  103. package/dist/esm/z-myz-topbar.entry.js +1 -1
  104. package/dist/esm/z-navigation-tab-link.entry.js +1 -1
  105. package/dist/esm/z-navigation-tab.entry.js +1 -1
  106. package/dist/esm/z-navigation-tabs.entry.js +1 -1
  107. package/dist/esm/z-offcanvas.entry.js +1 -1
  108. package/dist/esm/z-otp.entry.js +1 -1
  109. package/dist/esm/z-pagination-bar.entry.js +2 -2
  110. package/dist/esm/z-pocket_3.entry.js +2 -2
  111. package/dist/esm/z-popover-deprecated.entry.js +2 -2
  112. package/dist/esm/z-popover.entry.js +26 -29
  113. package/dist/esm/z-section-title.entry.js +1 -1
  114. package/dist/esm/z-skip-to-content.entry.js +2 -2
  115. package/dist/esm/z-slideshow.entry.js +2 -2
  116. package/dist/esm/z-status-tag.entry.js +1 -1
  117. package/dist/esm/z-table-cell.entry.js +1 -1
  118. package/dist/esm/z-table-header.entry.js +3 -3
  119. package/dist/esm/z-table-row.entry.js +1 -1
  120. package/dist/esm/z-table.entry.js +1 -1
  121. package/dist/esm/z-toast-notification-list.entry.js +1 -1
  122. package/dist/esm/z-toast-notification.entry.js +1 -1
  123. package/dist/esm/z-toggle-switch.entry.js +2 -2
  124. package/dist/esm/z-tooltip-deprecated.entry.js +26 -26
  125. package/dist/esm/z-tooltip.entry.js +2 -2
  126. package/dist/types/beans/index.d.ts +20 -13
  127. package/dist/types/components/z-info-reveal/index.d.ts +28 -0
  128. package/dist/types/components/z-popover/index.d.ts +3 -3
  129. package/dist/types/components.d.ts +34 -3
  130. package/dist/web-components-library/index.esm.js +1 -1
  131. package/{www/build/p-6db40dac.entry.js → dist/web-components-library/p-057981fe.entry.js} +1 -1
  132. package/dist/web-components-library/p-07949b90.entry.js +1 -0
  133. package/{www/build/p-ec0c7a06.entry.js → dist/web-components-library/p-0c37f467.entry.js} +1 -1
  134. package/dist/web-components-library/{p-35f7cac2.entry.js → p-0f185eb0.entry.js} +1 -1
  135. package/dist/web-components-library/{p-4906f5a6.entry.js → p-12125ca9.entry.js} +1 -1
  136. package/{www/build/p-5c20338f.entry.js → dist/web-components-library/p-139b5241.entry.js} +1 -1
  137. package/dist/web-components-library/p-20d02305.js +1 -0
  138. package/dist/web-components-library/{p-7407a0c3.entry.js → p-242501d5.entry.js} +1 -1
  139. package/dist/web-components-library/{p-99a76b4d.entry.js → p-26e314bc.entry.js} +1 -1
  140. package/dist/web-components-library/p-28ecb1ae.entry.js +1 -0
  141. package/{www/build/p-82217c76.entry.js → dist/web-components-library/p-2931f7bc.entry.js} +1 -1
  142. package/{www/build/p-898e37bd.entry.js → dist/web-components-library/p-2954396f.entry.js} +1 -1
  143. package/{www/build/p-95414290.entry.js → dist/web-components-library/p-2c17e016.entry.js} +1 -1
  144. package/dist/web-components-library/{p-f9f5ab0b.entry.js → p-3496bd33.entry.js} +1 -1
  145. package/dist/web-components-library/{p-0487d5f1.entry.js → p-38716520.entry.js} +1 -1
  146. package/{www/build/p-45d4987c.entry.js → dist/web-components-library/p-3ab957bb.entry.js} +1 -1
  147. package/dist/web-components-library/p-3e564afc.entry.js +1 -0
  148. package/dist/web-components-library/{p-18c0f701.entry.js → p-45810268.entry.js} +1 -1
  149. package/{www/build/p-5553f117.entry.js → dist/web-components-library/p-46f58c91.entry.js} +1 -1
  150. package/{www/build/p-49602979.entry.js → dist/web-components-library/p-4c857706.entry.js} +1 -1
  151. package/dist/web-components-library/{p-2e0885d6.entry.js → p-5332ba48.entry.js} +1 -1
  152. package/dist/web-components-library/{p-0ccda54f.entry.js → p-57888e02.entry.js} +1 -1
  153. package/dist/web-components-library/{p-fd404599.entry.js → p-57f2ceae.entry.js} +1 -1
  154. package/dist/web-components-library/{p-49f8c86b.entry.js → p-5889ec85.entry.js} +1 -1
  155. package/dist/web-components-library/{p-25b1a634.entry.js → p-598f6761.entry.js} +1 -1
  156. package/dist/web-components-library/{p-3dc21b58.entry.js → p-6f731dfa.entry.js} +1 -1
  157. package/dist/web-components-library/{p-0610360b.entry.js → p-7a3cdf12.entry.js} +1 -1
  158. package/dist/web-components-library/{p-a4245c8a.entry.js → p-7aa19a55.entry.js} +1 -1
  159. package/dist/web-components-library/{p-044edef0.entry.js → p-7dfe73cf.entry.js} +1 -1
  160. package/dist/web-components-library/{p-60e042a0.entry.js → p-83f0796d.entry.js} +1 -1
  161. package/dist/web-components-library/{p-0bcc78d4.entry.js → p-85bd1ff2.entry.js} +1 -1
  162. package/dist/web-components-library/{p-d41ca4c3.js → p-8c4c18e1.js} +1 -1
  163. package/dist/web-components-library/{p-33120ebd.entry.js → p-90a4883b.entry.js} +1 -1
  164. package/dist/web-components-library/{p-fb7c83f6.js → p-967401ab.js} +1 -1
  165. package/dist/web-components-library/{p-287678e2.entry.js → p-969652eb.entry.js} +1 -1
  166. package/dist/web-components-library/{p-80044bc0.entry.js → p-98298391.entry.js} +1 -1
  167. package/dist/web-components-library/p-a2e54d19.entry.js +1 -0
  168. package/dist/web-components-library/{p-a98ccf36.entry.js → p-adbca438.entry.js} +1 -1
  169. package/dist/web-components-library/{p-987f1f8a.entry.js → p-b3e7dfbd.entry.js} +1 -1
  170. package/dist/web-components-library/{p-286c4c99.entry.js → p-b43e7b60.entry.js} +1 -1
  171. package/{www/build/p-e30a093f.entry.js → dist/web-components-library/p-b4c75519.entry.js} +1 -1
  172. package/dist/web-components-library/{p-a88f4e49.entry.js → p-b8e8220f.entry.js} +1 -1
  173. package/{www/build/p-9b563575.entry.js → dist/web-components-library/p-c07bcbd3.entry.js} +1 -1
  174. package/dist/web-components-library/{p-1c2331a4.entry.js → p-c1ebd436.entry.js} +1 -1
  175. package/{www/build/p-71f19680.entry.js → dist/web-components-library/p-c4892336.entry.js} +1 -1
  176. package/dist/web-components-library/{p-9c81ed70.entry.js → p-d09b89da.entry.js} +1 -1
  177. package/dist/web-components-library/{p-24f3a39e.entry.js → p-d5844db1.entry.js} +1 -1
  178. package/dist/web-components-library/{p-2d93e9e9.entry.js → p-d641ea46.entry.js} +1 -1
  179. package/dist/web-components-library/{p-bf3ea7b5.entry.js → p-dad7bc20.entry.js} +1 -1
  180. package/dist/web-components-library/{p-248e6c7d.entry.js → p-e3840215.entry.js} +1 -1
  181. package/{www/build/p-7ce57dfd.entry.js → dist/web-components-library/p-e768fe51.entry.js} +1 -1
  182. package/dist/web-components-library/{p-5a2dd46c.entry.js → p-e815e82b.entry.js} +1 -1
  183. package/dist/web-components-library/{p-2c86d1ea.entry.js → p-fde7105a.entry.js} +1 -1
  184. package/dist/web-components-library/{p-4a8fe1e0.entry.js → p-fed999af.entry.js} +1 -1
  185. package/dist/web-components-library/web-components-library.css +1 -1
  186. package/dist/web-components-library/web-components-library.esm.js +1 -1
  187. package/package.json +2 -2
  188. package/react/components.d.ts +1 -0
  189. package/react/components.js +4 -3
  190. package/react/components.js.map +1 -1
  191. package/www/build/index.esm.js +1 -1
  192. package/{dist/web-components-library/p-6db40dac.entry.js → www/build/p-057981fe.entry.js} +1 -1
  193. package/www/build/p-07949b90.entry.js +1 -0
  194. package/{dist/web-components-library/p-ec0c7a06.entry.js → www/build/p-0c37f467.entry.js} +1 -1
  195. package/www/build/{p-35f7cac2.entry.js → p-0f185eb0.entry.js} +1 -1
  196. package/www/build/{p-4906f5a6.entry.js → p-12125ca9.entry.js} +1 -1
  197. package/{dist/web-components-library/p-5c20338f.entry.js → www/build/p-139b5241.entry.js} +1 -1
  198. package/www/build/p-20d02305.js +1 -0
  199. package/www/build/{p-7407a0c3.entry.js → p-242501d5.entry.js} +1 -1
  200. package/www/build/{p-99a76b4d.entry.js → p-26e314bc.entry.js} +1 -1
  201. package/www/build/p-28ecb1ae.entry.js +1 -0
  202. package/{dist/web-components-library/p-82217c76.entry.js → www/build/p-2931f7bc.entry.js} +1 -1
  203. package/{dist/web-components-library/p-898e37bd.entry.js → www/build/p-2954396f.entry.js} +1 -1
  204. package/{dist/web-components-library/p-95414290.entry.js → www/build/p-2c17e016.entry.js} +1 -1
  205. package/www/build/{p-f9f5ab0b.entry.js → p-3496bd33.entry.js} +1 -1
  206. package/www/build/{p-0487d5f1.entry.js → p-38716520.entry.js} +1 -1
  207. package/{dist/web-components-library/p-45d4987c.entry.js → www/build/p-3ab957bb.entry.js} +1 -1
  208. package/www/build/p-3e564afc.entry.js +1 -0
  209. package/www/build/p-418e5795.js +1 -0
  210. package/www/build/{p-18c0f701.entry.js → p-45810268.entry.js} +1 -1
  211. package/{dist/web-components-library/p-5553f117.entry.js → www/build/p-46f58c91.entry.js} +1 -1
  212. package/{dist/web-components-library/p-49602979.entry.js → www/build/p-4c857706.entry.js} +1 -1
  213. package/www/build/{p-2e0885d6.entry.js → p-5332ba48.entry.js} +1 -1
  214. package/www/build/{p-0ccda54f.entry.js → p-57888e02.entry.js} +1 -1
  215. package/www/build/{p-fd404599.entry.js → p-57f2ceae.entry.js} +1 -1
  216. package/www/build/{p-49f8c86b.entry.js → p-5889ec85.entry.js} +1 -1
  217. package/www/build/{p-25b1a634.entry.js → p-598f6761.entry.js} +1 -1
  218. package/www/build/{p-3dc21b58.entry.js → p-6f731dfa.entry.js} +1 -1
  219. package/www/build/{p-0610360b.entry.js → p-7a3cdf12.entry.js} +1 -1
  220. package/www/build/{p-a4245c8a.entry.js → p-7aa19a55.entry.js} +1 -1
  221. package/www/build/{p-044edef0.entry.js → p-7dfe73cf.entry.js} +1 -1
  222. package/www/build/{p-60e042a0.entry.js → p-83f0796d.entry.js} +1 -1
  223. package/www/build/{p-0bcc78d4.entry.js → p-85bd1ff2.entry.js} +1 -1
  224. package/www/build/{p-d41ca4c3.js → p-8c4c18e1.js} +1 -1
  225. package/www/build/{p-33120ebd.entry.js → p-90a4883b.entry.js} +1 -1
  226. package/www/build/{p-fb7c83f6.js → p-967401ab.js} +1 -1
  227. package/www/build/{p-287678e2.entry.js → p-969652eb.entry.js} +1 -1
  228. package/www/build/{p-80044bc0.entry.js → p-98298391.entry.js} +1 -1
  229. package/www/build/p-a2e54d19.entry.js +1 -0
  230. package/www/build/{p-a98ccf36.entry.js → p-adbca438.entry.js} +1 -1
  231. package/www/build/{p-987f1f8a.entry.js → p-b3e7dfbd.entry.js} +1 -1
  232. package/www/build/{p-286c4c99.entry.js → p-b43e7b60.entry.js} +1 -1
  233. package/{dist/web-components-library/p-e30a093f.entry.js → www/build/p-b4c75519.entry.js} +1 -1
  234. package/www/build/{p-a88f4e49.entry.js → p-b8e8220f.entry.js} +1 -1
  235. package/{dist/web-components-library/p-9b563575.entry.js → www/build/p-c07bcbd3.entry.js} +1 -1
  236. package/www/build/{p-1c2331a4.entry.js → p-c1ebd436.entry.js} +1 -1
  237. package/{dist/web-components-library/p-71f19680.entry.js → www/build/p-c4892336.entry.js} +1 -1
  238. package/www/build/{p-9c81ed70.entry.js → p-d09b89da.entry.js} +1 -1
  239. package/www/build/{p-24f3a39e.entry.js → p-d5844db1.entry.js} +1 -1
  240. package/www/build/{p-2d93e9e9.entry.js → p-d641ea46.entry.js} +1 -1
  241. package/www/build/{p-bf3ea7b5.entry.js → p-dad7bc20.entry.js} +1 -1
  242. package/www/build/{p-248e6c7d.entry.js → p-e3840215.entry.js} +1 -1
  243. package/{dist/web-components-library/p-7ce57dfd.entry.js → www/build/p-e768fe51.entry.js} +1 -1
  244. package/www/build/{p-5a2dd46c.entry.js → p-e815e82b.entry.js} +1 -1
  245. package/www/build/{p-2c86d1ea.entry.js → p-fde7105a.entry.js} +1 -1
  246. package/www/build/{p-4a8fe1e0.entry.js → p-fed999af.entry.js} +1 -1
  247. package/www/build/web-components-library.css +1 -1
  248. package/www/build/web-components-library.esm.js +1 -1
  249. package/www/index.html +1 -1
  250. package/dist/web-components-library/p-13174553.entry.js +0 -1
  251. package/dist/web-components-library/p-206e5b31.entry.js +0 -1
  252. package/dist/web-components-library/p-6897ca8c.js +0 -1
  253. package/dist/web-components-library/p-e9628876.entry.js +0 -1
  254. package/www/build/p-13174553.entry.js +0 -1
  255. package/www/build/p-206e5b31.entry.js +0 -1
  256. package/www/build/p-58d420a2.js +0 -1
  257. package/www/build/p-6897ca8c.js +0 -1
  258. package/www/build/p-e9628876.entry.js +0 -1
@@ -1 +0,0 @@
1
- import{r as t,c as o,h as r,g as e}from"./p-98268a57.js";import{P as i,t as s}from"./p-6897ca8c.js";import{a as n}from"./p-d41ca4c3.js";import"./p-d69e14fb.js";const a=document.documentElement;function p(t){return t.parentNode.host?t.parentNode.host:t.parentNode}function h(t,o){const r=t.getBoundingClientRect(),e=r.width,i=r.height;let s,n,a=0,p=0,h=t;for(;h&&h!=o;){if(p+=h.offsetLeft,h===document.body?a+=h.getBoundingClientRect().top+window.scrollY:a+=h.offsetTop,window.DOMMatrix){const t=window.getComputedStyle(h),o=new DOMMatrix(t.transform||t.webkitTransform);o&&(p+=o.m41,h!==document.body&&(a+=o.m42))}if(!h.offsetParent)break;h=h.offsetParent}return h===document.body?(s=window.innerWidth,n=window.innerHeight):(s=h.offsetWidth,n=h.offsetHeight),{top:a,right:s-p-r.width,bottom:n-a-r.height,left:p,width:e,height:i}}const c=class{constructor(r){t(this,r),this.positionChange=o(this,"positionChange",7),this.openChange=o(this,"openChange",7),this.position=i.AUTO,this.open=!1,this.showArrow=!1,this.center=!1,this.closable=!0}closePopoverWithKeyboard(t){this.closable&&t.key===s.ESC&&(this.open=!1)}handleOutsideClick(t){this.closable&&(n(t.target).find((t=>"z-popover"===t.nodeName.toLowerCase()))||(this.open=!1,this.positionChange.emit({position:this.currentPosition})))}validatePosition(t){t&&Object.values(i).every((o=>t!==o))&&(this.position=i.AUTO),this.currentPosition=this.position,this.positionChange.emit({position:this.currentPosition})}onOpen(){if(cancelAnimationFrame(this.animationFrameRequestId),this.open){const t=()=>{this.open&&(this.setPosition(),this.animationFrameRequestId=requestAnimationFrame(t))};t()}else this.host.hasAttribute("current-position")&&(this.host.removeAttribute("current-position"),this.currentPosition=void 0);this.openChange.emit({open:this.open})}disconnectedCallback(){cancelAnimationFrame(this.animationFrameRequestId)}setPosition(){let t;if(t="string"==typeof this.bindTo?this.host.ownerDocument.querySelector(this.bindTo):this.bindTo?this.bindTo:this.host.parentElement,!t)return;const o=function(t){let o=p(t);for(;o&&o!==a;){const{overflow:t,overflowX:r,overflowY:e}=window.getComputedStyle(o);if("hidden"===t||"hidden"===e||"hidden"===r)return o;if(o.scrollHeight>o.clientHeight&&"visible"!==t&&"visible"!==e||o.scrollWidth>o.clientWidth&&"visible"!==t&&"visible"!==r)return o;o=p(o)}return a}(t),r=o.getBoundingClientRect(),e=this.host.offsetParent,s=e?h(e,o):{top:0,right:0,bottom:0,left:0},n=h(t,o),c=n.top-o.scrollTop,f=r.height-(n.top+n.height)+o.scrollTop,u=n.left-o.scrollLeft,l=r.width-(n.left+n.width)+o.scrollLeft,d=Math.max(0,r.top+r.height-window.innerHeight),b=Math.max(0,r.left+r.width-window.innerWidth),v=Math.min(c,c+r.top),w=Math.min(f,f-d),m=Math.min(u,u+r.left),g=Math.min(l,l-b),x=v+w+n.height,$=m+g+n.width;let z=this.currentPosition;const y=[];this.position===i.AUTO&&(m/$>.6?y.push(i.LEFT):m/$<.4&&y.push(i.RIGHT),v/x>.9?y.unshift(i.TOP):v/x>.6?y.push(i.TOP):v/x<.1?y.unshift(i.BOTTOM):y.push(i.BOTTOM),z=y.join("_"));const _=this.host.style;_.position="absolute";const M=n.top-s.top,j=n.right-s.right,k=n.bottom-s.bottom,C=n.left-s.left,O=this.center?.5:0,P=this.center?.5:0;z===i.TOP||z===i.TOP_RIGHT?(_.top="auto",_.right="auto",_.bottom=`${k+n.height}px`,_.left=`${C+n.width*O}px`,_.maxHeight=`${v}px`,z===i.TOP_RIGHT&&(_.maxWidth=`${g+n.width*P}px`)):z===i.TOP_LEFT?(_.top="auto",_.right=`${j+n.width*O}px`,_.bottom=`${k+n.height}px`,_.left="auto",_.maxWidth=`${m}px`,_.maxHeight=`${v}px`):z===i.BOTTOM||z===i.BOTTOM_RIGHT?(_.top=`${M+n.height}px`,_.right="auto",_.bottom="auto",_.left=`${C+n.width*O}px`,_.maxHeight=`${w}px`,z===i.BOTTOM_RIGHT&&(_.maxWidth=`${g+n.width*P}px`)):z===i.BOTTOM_LEFT?(_.top=`${M+n.height}px`,_.right=`${j+n.width*O}px`,_.bottom="auto",_.left="auto",_.maxWidth=`${m}px`,_.maxHeight=`${w}px`):z===i.RIGHT||z===i.RIGHT_BOTTOM?(_.top=`${M+n.height*O}px`,_.right="auto",_.bottom="auto",_.left=`${C+n.width}px`,_.maxWidth=`${g}px`,_.maxHeight=`${w+n.height*P}px`):z===i.RIGHT_TOP?(_.top="auto",_.right="auto",_.bottom=`${k+n.height*O}px`,_.left=`${C+n.width}px`,_.maxWidth=`${g}px`,_.maxHeight=`${v+n.height*P}px`):z===i.LEFT||z===i.LEFT_BOTTOM?(_.top=`${M+n.height*O}px`,_.right=`${j+n.width}px`,_.bottom="auto",_.left="auto",_.maxWidth=`${m}px`,_.maxHeight=`${w+n.height*P}px`):z===i.LEFT_TOP&&(_.top="auto",_.right=`${j+n.width}px`,_.bottom=`${k+n.height*O}px`,_.left="auto",_.maxWidth=`${m}px`,_.maxHeight=`${v+n.height*P}px`),this.currentPosition=z||this.position,this.host.setAttribute("current-position",this.currentPosition)}componentWillLoad(){this.validatePosition(this.position),this.onOpen()}render(){return r("slot",null)}get host(){return e(this)}static get watchers(){return{position:["validatePosition"],open:["onOpen"]}}};c.style=':host{--z-popover-theme--surface:var(--color-surface01);--z-popover-theme--text:var(--color-text01);--z-popover-padding:0;--z-popover-shadow-filter:drop-shadow(0 1px 2px var(--shadow-color-base));position:relative;display:none;align-items:center;justify-content:center;padding:var(--z-popover-padding);min-width:calc(var(--space-unit) * 8);min-height:calc(var(--space-unit) * 4);color:var(--z-popover-theme--text);fill:currentColor;font-family:var(--font-family-sans);text-align:center;border-radius:var(--border-radius-small);background:var(--z-popover-theme--surface);filter:var(--z-popover-shadow-filter)}:host([open][current-position]),:host([open="true"][current-position]){display:flex}:host([center][current-position="top"]),:host([center][current-position="bottom"]){transform:translateX(-50%)}:host([center][current-position="right"]),:host([center][current-position="left"]){transform:translateY(-50%)}:host([current-position^="top"]){margin:0 0 var(--space-unit)}:host([current-position^="bottom"]){margin:var(--space-unit) 0 0}:host([current-position^="left"]){margin:0 var(--space-unit) 0 0}:host([current-position^="right"]){margin:0 0 0 var(--space-unit)}:host([current-position])::before{--arrow-size:6px;--arrow-edge-offset:calc(100% - var(--space-unit) - (var(--arrow-size) / 2));--arrow-center-x-offset:calc(50% - (var(--arrow-size) / 2));--arrow-center-y-offset:calc(100% - (var(--arrow-size) / 2));display:block;content:"";position:absolute;width:var(--arrow-size);height:var(--arrow-size);background:var(--z-popover-theme--surface);transform:rotate(45deg)}:host([show-arrow="false"])::before,:host(:not([show-arrow]))::before{display:none}:host([current-position^="top"])::before{top:var(--arrow-center-y-offset)}:host([current-position^="bottom"])::before{bottom:var(--arrow-center-y-offset)}:host([current-position="top"])::before,:host([current-position="bottom"])::before{right:var(--arrow-edge-offset)}:host([current-position="right"])::before,:host([current-position="left"])::before{bottom:var(--arrow-edge-offset)}:host([current-position="right"])::before{right:var(--arrow-center-y-offset)}:host([current-position="left"])::before{left:var(--arrow-center-y-offset)}:host([current-position="top_right"])::before,:host([current-position="bottom_right"])::before{right:var(--arrow-edge-offset)}:host([current-position="top_left"])::before,:host([current-position="bottom_left"])::before{left:var(--arrow-edge-offset)}:host([current-position="right_top"])::before,:host([current-position="left_top"])::before{top:var(--arrow-edge-offset)}:host([current-position="right_top"])::before,:host([current-position="right_bottom"])::before{right:var(--arrow-center-y-offset)}:host([current-position="left_top"])::before,:host([current-position="left_bottom"])::before{left:var(--arrow-center-y-offset)}:host([current-position="right_bottom"])::before,:host([current-position="left_bottom"])::before{bottom:var(--arrow-edge-offset)}:host([center][current-position="top"])::before,:host([center][current-position="bottom"])::before{right:auto;left:var(--arrow-center-x-offset)}:host([center][current-position="right"])::before,:host([center][current-position="left"])::before{top:var(--arrow-center-x-offset);bottom:auto}::slotted(*){flex:1 auto;overflow:auto}';export{c as z_popover}
@@ -1 +0,0 @@
1
- import{r as i,c as t,h as a}from"./p-98268a57.js";import{N as n,o}from"./p-6897ca8c.js";import{i as e}from"./p-42b0972c.js";const r=class{constructor(a){i(this,a),this.selectedEvent=t(this,"selected",7),this.selected=!1,this.disabled=!1,this.orientation=n.horizontal,this.size=o.big}scrollToTab({target:i}){i.scrollIntoView(Object.assign({behavior:"smooth"},this.orientation===n.horizontal?{block:"nearest",inline:"center"}:{block:"center",inline:"nearest"}))}onClick(){this.disabled||(this.selected=!0)}onSelected(){this.selected&&this.selectedEvent.emit()}renderIcon(){let i=this.icon;const t=`${i.replace(/-filled$/,"")}-filled`;return this.selected&&Object.keys(e).includes(t)&&(i=t),a("z-icon",{name:i})}render(){return a("button",{role:"tab",disabled:this.disabled,title:this.htmlTitle,onFocus:this.scrollToTab.bind(this)},this.icon&&this.renderIcon(),"horizontal"===this.orientation&&this.label)}static get watchers(){return{selected:["onSelected"]}}};r.style='z-navigation-tab>button,z-navigation-tab-link>a{position:relative;z-index:0;display:inline-flex;align-items:center;justify-content:center;width:auto;margin:0;padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 5);background-color:unset;text-align:center;font-size:inherit;font-family:var(--font-family-sans);line-height:inherit;letter-spacing:inherit;white-space:nowrap;color:var(--color-primary01);fill:currentColor;border:none;border-radius:var(--border-no-radius);outline:none;cursor:pointer}z-navigation-tab-link>a{text-decoration:none}z-navigation-tab *,z-navigation-tab-link *,z-navigation-tab *::before,z-navigation-tab *::after,z-navigation-tab-link *::before,z-navigation-tab-link *::after{box-sizing:border-box}z-navigation-tab>*:focus:focus-visible,z-navigation-tab-link>*:focus:focus-visible{box-shadow:inset var(--shadow-focus-primary)}z-navigation-tab:not([disabled]):hover>*,z-navigation-tab[selected]>*,z-navigation-tab-link:not([disabled]):hover>*,z-navigation-tab-link[selected]>*{color:var(--color-hover-secondary);fill:currentColor}z-navigation-tab:not([disabled]):hover>*::after,z-navigation-tab[selected]>*::after,z-navigation-tab-link:not([disabled]):hover>*::after,z-navigation-tab-link[selected]>*::after{content:"";position:absolute;background-color:var(--color-hover-secondary)}z-navigation-tab[orientation="horizontal"]:not([disabled]):hover>*::after,z-navigation-tab[orientation="horizontal"][selected]>*::after,z-navigation-tab-link[orientation="horizontal"]:not([disabled]):hover>*::after,z-navigation-tab-link[orientation="horizontal"][selected]>*::after{bottom:0;left:0;width:100%;height:var(--border-size-large)}z-navigation-tab z-icon,z-navigation-tab-link z-icon{--z-icon-width:calc(var(--space-unit) * 2);--z-icon-height:calc(var(--space-unit) * 2);display:flex;margin:0}z-navigation-tab[orientation="horizontal"] z-icon,z-navigation-tab-link[orientation="horizontal"] z-icon{margin-right:var(--space-unit)}z-navigation-tab:not([disabled]):hover>*{background-color:var(--color-background)}z-navigation-tab[disabled]>*{pointer-events:all;cursor:not-allowed;color:var(--gray500);fill:currentColor}z-navigation-tab[size="small"]>*,z-navigation-tab-link[size="small"]>*{font-size:var(--font-size-2);line-height:1.4;letter-spacing:0.16px}z-navigation-tab[size="small"][orientation="horizontal"]>*,z-navigation-tab-link[size="small"][orientation="horizontal"]>*{padding:var(--space-unit) calc(var(--space-unit) * 2)}z-navigation-tab[size="small"][orientation="horizontal"]:not([disabled]):hover>*::after,z-navigation-tab[size="small"][orientation="horizontal"][selected]>*::after,z-navigation-tab-link[size="small"][orientation="horizontal"]:hover>*::after,z-navigation-tab-link[size="small"][orientation="horizontal"][selected]>*::after{height:var(--border-size-medium)}z-navigation-tab[size="small"]:not([orientation="vertical"]) z-icon,z-navigation-tab-link[size="small"]:not([orientation="vertical"]) z-icon{--z-icon-width:14px;--z-icon-height:14px}z-navigation-tab[orientation="vertical"]>*,z-navigation-tab-link[orientation="vertical"]>*{padding:calc(var(--space-unit) * 3) calc(var(--space-unit) * 2)}z-navigation-tab[orientation="vertical"]:hover:not([disabled])>*::after,z-navigation-tab[orientation="vertical"][selected]>*::after,z-navigation-tab-link[orientation="vertical"]:hover>*::after,z-navigation-tab-link[orientation="vertical"][selected]>*::after{width:var(--border-size-large);height:100%;top:0;right:0}';export{r as z_navigation_tab}
@@ -1 +0,0 @@
1
- var t,n,o,e,a,i,s,r,c,u,l,f,d,m,g,p,h,b,w,E,A,v,_,x,T,D,k,S,y,C,O,R,B,N,P,z,U,W,H,I,K,L,M,j,q;!function(t){t.real="reale",t.virtual="virtuale",t.trial="saggio",t.temp="reale_temp"}(t||(t={})),function(t){t.border="border",t.shadow="shadow",t.overlay="overlay",t.text="text"}(n||(n={})),function(t){t.horizontal="horizontal",t.vertical="vertical"}(o||(o={})),function(t){t.big="big",t.small="small"}(e||(e={})),function(t){t.primary="primary",t.secondary="secondary",t.tertiary="tertiary",t["dark-bg"]="dark-bg"}(a||(a={})),function(t){t.submit="submit",t.reset="reset",t.button="button"}(i||(i={})),function(t){t.big="big",t.small="small",t["x-small"]="x-small"}(s||(s={})),function(t){t.text="text",t.password="password",t.number="number",t.email="email",t.textarea="textarea",t.checkbox="checkbox",t.radio="radio"}(r||(r={})),function(t){t.success="success",t.error="error",t.warning="warning"}(c||(c={})),function(t){t.AUTO="auto",t.TOP="top",t.RIGHT="right",t.BOTTOM="bottom",t.LEFT="left",t.TOP_RIGHT="top_right",t.TOP_LEFT="top_left",t.BOTTOM_RIGHT="bottom_right",t.BOTTOM_LEFT="bottom_left",t.RIGHT_TOP="right_top",t.RIGHT_BOTTOM="right_bottom",t.LEFT_TOP="left_top",t.LEFT_BOTTOM="left_bottom"}(u||(u={})),function(t){t["after-down"]="after-down",t["after-center"]="after-center",t["after-up"]="after-up",t["below-right"]="below-right",t["below-center"]="below-center",t["below-left"]="below-left",t["before-down"]="before-down",t["before-center"]="before-center",t["before-up"]="before-up",t["above-right"]="above-right",t["above-center"]="above-center",t["above-left"]="above-left"}(l||(l={})),function(t){t.none="none",t.small="small",t.medium="medium"}(f||(f={})),function(t){t["shadow-1"]="shadow-1",t["shadow-2"]="shadow-2",t["shadow-3"]="shadow-3",t["shadow-4"]="shadow-4",t["shadow-6"]="shadow-6",t["shadow-8"]="shadow-8",t["shadow-12"]="shadow-12",t["shadow-16"]="shadow-16",t["shadow-24"]="shadow-24"}(d||(d={})),function(t){t[t.TAB=9]="TAB",t[t.SPACE=32]="SPACE",t[t.ESC=27]="ESC",t[t.ENTER=13]="ENTER",t[t.ARROW_UP=38]="ARROW_UP",t[t.ARROW_DOWN=40]="ARROW_DOWN",t[t.BACKSPACE=8]="BACKSPACE",t[t.DELETE=46]="DELETE"}(m||(m={})),function(t){t.TAB="Tab",t.SPACE="Space",t.ESC="Escape",t.ENTER="Enter",t.ARROW_UP="ArrowUp",t.ARROW_DOWN="ArrowDown",t.BACKSPACE="Backspace",t.DELETE="Delete"}(g||(g={})),function(t){t.ARROW_DOWN="ArrowDown",t.ARROW_UP="ArrowUp",t.ENTER="Enter",t.ESC="Escape",t.SPACE="Space"}(p||(p={})),function(t){t.dark="dark",t.light="light"}(h||(h={})),function(t){t.small="small",t.medium="medium",t.large="large"}(b||(b={})),function(t){t.horizontal="horizontal",t.vertical="vertical"}(w||(w={})),function(t){t.asc="asc",t.desc="desc",t.none="none"}(E||(E={})),function(t){t.small="small",t.medium="medium",t.large="large"}(A||(A={})),function(t){t.small="small",t.medium="medium",t.large="large",t["x-large"]="x-large"}(v||(v={})),function(t){t["x-small"]="x-small",t.small="small",t.medium="medium",t.large="large",t.special="special"}(_||(_={})),function(t){t.accordion="accordion",t.menu="menu"}(x||(x={})),function(t){t.right="right",t.left="left"}(T||(T={})),function(t){t.right="right",t.left="left"}(D||(D={})),function(t){t.none="none",t.header="header",t.element="element"}(k||(k={})),function(t){t.success="success",t.warning="warning",t.error="error"}(S||(S={})),function(t){t.success="success",t.warning="warning",t.error="error"}(y||(y={})),function(t){t.mobile="mobile",t.tablet="tablet",t.desktop="desktop"}(C||(C={})),function(t){t.preview="preview",t.open="open",t.closed="closed"}(O||(O={})),function(t){t.dark="dark",t.light="light",t.accent="accent",t.error="error",t.success="success",t.warning="warning"}(R||(R={})),function(t){t.slideInLeft="slide-in-left",t.slideInRight="slide-in-right",t.slideInDown="slide-in-down",t.slideInUp="slide-in-up",t.slideOutLeft="slide-out-left",t.slideOutRight="slide-out-right",t.slideOutDown="slide-out-down",t.slideOutUp="slide-out-up"}(B||(B={})),function(t){t.topRight="top-right",t.topLeft="top-left",t.topCentre="top-centre",t.bottomRight="bottom-right",t.bottomLeft="bottom-left",t.bottomCentre="bottom-centre"}(N||(N={})),function(t){t.expandable="expandable",t.padding="padding",t.none="none"}(P||(P={})),function(t){t.polite="polite",t.assertive="assertive"}(z||(z={})),function(t){t.left="left",t.right="right"}(U||(U={})),function(t){t.overlay="overlay",t.pushcontent="pushcontent"}(W||(W={})),function(t){t.default="default",t.dragdrop="dragdrop"}(H||(H={})),function(t){t.default="default",t.medium="medium",t.small="small"}(I||(I={})),function(t){t.before="before",t.after="after"}(K||(K={})),function(t){t.date="date",t.dateTime="date-time",t.months="months"}(L||(L={})),function(t){t[t.DATE=401]="DATE",t[t.DATETIME=523]="DATETIME",t[t.MONTHS=288]="MONTHS"}(M||(M={})),function(t){t.top="top",t.bottom="bottom"}(j||(j={})),function(t){t.warning="warning",t.error="error",t.success="success",t.neutral="neutral",t.default="default"}(q||(q={}));export{A,i as B,n as C,C as D,_ as E,E as F,T as G,x as H,r as I,g as K,D as L,o as N,W as O,u as P,q as S,h as T,L as Z,w as a,b,j as c,M as d,z as e,a as f,s as g,m as h,I as i,H as j,O as k,c as l,y as m,t as n,e as o,U as p,l as q,f as r,d as s,p as t,K as u,P as v,B as w,N as x,k as y,v as z}
@@ -1 +0,0 @@
1
- import{r as a,h as r,H as t}from"./p-98268a57.js";import{e as s}from"./p-6897ca8c.js";const i=class{constructor(r){a(this,r),this.mode=s.polite}render(){return r(t,{"aria-live":this.mode,"aria-atomic":"true","aria-relevant":"additions"},r("slot",null))}};export{i as z_aria_alert}
@@ -1 +0,0 @@
1
- import{r as t,c as o,h as r,g as e}from"./p-98268a57.js";import{P as i,t as s}from"./p-6897ca8c.js";import{a as n}from"./p-d41ca4c3.js";import"./p-d69e14fb.js";const a=document.documentElement;function p(t){return t.parentNode.host?t.parentNode.host:t.parentNode}function h(t,o){const r=t.getBoundingClientRect(),e=r.width,i=r.height;let s,n,a=0,p=0,h=t;for(;h&&h!=o;){if(p+=h.offsetLeft,h===document.body?a+=h.getBoundingClientRect().top+window.scrollY:a+=h.offsetTop,window.DOMMatrix){const t=window.getComputedStyle(h),o=new DOMMatrix(t.transform||t.webkitTransform);o&&(p+=o.m41,h!==document.body&&(a+=o.m42))}if(!h.offsetParent)break;h=h.offsetParent}return h===document.body?(s=window.innerWidth,n=window.innerHeight):(s=h.offsetWidth,n=h.offsetHeight),{top:a,right:s-p-r.width,bottom:n-a-r.height,left:p,width:e,height:i}}const c=class{constructor(r){t(this,r),this.positionChange=o(this,"positionChange",7),this.openChange=o(this,"openChange",7),this.position=i.AUTO,this.open=!1,this.showArrow=!1,this.center=!1,this.closable=!0}closePopoverWithKeyboard(t){this.closable&&t.key===s.ESC&&(this.open=!1)}handleOutsideClick(t){this.closable&&(n(t.target).find((t=>"z-popover"===t.nodeName.toLowerCase()))||(this.open=!1,this.positionChange.emit({position:this.currentPosition})))}validatePosition(t){t&&Object.values(i).every((o=>t!==o))&&(this.position=i.AUTO),this.currentPosition=this.position,this.positionChange.emit({position:this.currentPosition})}onOpen(){if(cancelAnimationFrame(this.animationFrameRequestId),this.open){const t=()=>{this.open&&(this.setPosition(),this.animationFrameRequestId=requestAnimationFrame(t))};t()}else this.host.hasAttribute("current-position")&&(this.host.removeAttribute("current-position"),this.currentPosition=void 0);this.openChange.emit({open:this.open})}disconnectedCallback(){cancelAnimationFrame(this.animationFrameRequestId)}setPosition(){let t;if(t="string"==typeof this.bindTo?this.host.ownerDocument.querySelector(this.bindTo):this.bindTo?this.bindTo:this.host.parentElement,!t)return;const o=function(t){let o=p(t);for(;o&&o!==a;){const{overflow:t,overflowX:r,overflowY:e}=window.getComputedStyle(o);if("hidden"===t||"hidden"===e||"hidden"===r)return o;if(o.scrollHeight>o.clientHeight&&"visible"!==t&&"visible"!==e||o.scrollWidth>o.clientWidth&&"visible"!==t&&"visible"!==r)return o;o=p(o)}return a}(t),r=o.getBoundingClientRect(),e=this.host.offsetParent,s=e?h(e,o):{top:0,right:0,bottom:0,left:0},n=h(t,o),c=n.top-o.scrollTop,f=r.height-(n.top+n.height)+o.scrollTop,u=n.left-o.scrollLeft,l=r.width-(n.left+n.width)+o.scrollLeft,d=Math.max(0,r.top+r.height-window.innerHeight),b=Math.max(0,r.left+r.width-window.innerWidth),v=Math.min(c,c+r.top),w=Math.min(f,f-d),m=Math.min(u,u+r.left),g=Math.min(l,l-b),x=v+w+n.height,$=m+g+n.width;let z=this.currentPosition;const y=[];this.position===i.AUTO&&(m/$>.6?y.push(i.LEFT):m/$<.4&&y.push(i.RIGHT),v/x>.9?y.unshift(i.TOP):v/x>.6?y.push(i.TOP):v/x<.1?y.unshift(i.BOTTOM):y.push(i.BOTTOM),z=y.join("_"));const _=this.host.style;_.position="absolute";const M=n.top-s.top,j=n.right-s.right,k=n.bottom-s.bottom,C=n.left-s.left,O=this.center?.5:0,P=this.center?.5:0;z===i.TOP||z===i.TOP_RIGHT?(_.top="auto",_.right="auto",_.bottom=`${k+n.height}px`,_.left=`${C+n.width*O}px`,_.maxHeight=`${v}px`,z===i.TOP_RIGHT&&(_.maxWidth=`${g+n.width*P}px`)):z===i.TOP_LEFT?(_.top="auto",_.right=`${j+n.width*O}px`,_.bottom=`${k+n.height}px`,_.left="auto",_.maxWidth=`${m}px`,_.maxHeight=`${v}px`):z===i.BOTTOM||z===i.BOTTOM_RIGHT?(_.top=`${M+n.height}px`,_.right="auto",_.bottom="auto",_.left=`${C+n.width*O}px`,_.maxHeight=`${w}px`,z===i.BOTTOM_RIGHT&&(_.maxWidth=`${g+n.width*P}px`)):z===i.BOTTOM_LEFT?(_.top=`${M+n.height}px`,_.right=`${j+n.width*O}px`,_.bottom="auto",_.left="auto",_.maxWidth=`${m}px`,_.maxHeight=`${w}px`):z===i.RIGHT||z===i.RIGHT_BOTTOM?(_.top=`${M+n.height*O}px`,_.right="auto",_.bottom="auto",_.left=`${C+n.width}px`,_.maxWidth=`${g}px`,_.maxHeight=`${w+n.height*P}px`):z===i.RIGHT_TOP?(_.top="auto",_.right="auto",_.bottom=`${k+n.height*O}px`,_.left=`${C+n.width}px`,_.maxWidth=`${g}px`,_.maxHeight=`${v+n.height*P}px`):z===i.LEFT||z===i.LEFT_BOTTOM?(_.top=`${M+n.height*O}px`,_.right=`${j+n.width}px`,_.bottom="auto",_.left="auto",_.maxWidth=`${m}px`,_.maxHeight=`${w+n.height*P}px`):z===i.LEFT_TOP&&(_.top="auto",_.right=`${j+n.width}px`,_.bottom=`${k+n.height*O}px`,_.left="auto",_.maxWidth=`${m}px`,_.maxHeight=`${v+n.height*P}px`),this.currentPosition=z||this.position,this.host.setAttribute("current-position",this.currentPosition)}componentWillLoad(){this.validatePosition(this.position),this.onOpen()}render(){return r("slot",null)}get host(){return e(this)}static get watchers(){return{position:["validatePosition"],open:["onOpen"]}}};c.style=':host{--z-popover-theme--surface:var(--color-surface01);--z-popover-theme--text:var(--color-text01);--z-popover-padding:0;--z-popover-shadow-filter:drop-shadow(0 1px 2px var(--shadow-color-base));position:relative;display:none;align-items:center;justify-content:center;padding:var(--z-popover-padding);min-width:calc(var(--space-unit) * 8);min-height:calc(var(--space-unit) * 4);color:var(--z-popover-theme--text);fill:currentColor;font-family:var(--font-family-sans);text-align:center;border-radius:var(--border-radius-small);background:var(--z-popover-theme--surface);filter:var(--z-popover-shadow-filter)}:host([open][current-position]),:host([open="true"][current-position]){display:flex}:host([center][current-position="top"]),:host([center][current-position="bottom"]){transform:translateX(-50%)}:host([center][current-position="right"]),:host([center][current-position="left"]){transform:translateY(-50%)}:host([current-position^="top"]){margin:0 0 var(--space-unit)}:host([current-position^="bottom"]){margin:var(--space-unit) 0 0}:host([current-position^="left"]){margin:0 var(--space-unit) 0 0}:host([current-position^="right"]){margin:0 0 0 var(--space-unit)}:host([current-position])::before{--arrow-size:6px;--arrow-edge-offset:calc(100% - var(--space-unit) - (var(--arrow-size) / 2));--arrow-center-x-offset:calc(50% - (var(--arrow-size) / 2));--arrow-center-y-offset:calc(100% - (var(--arrow-size) / 2));display:block;content:"";position:absolute;width:var(--arrow-size);height:var(--arrow-size);background:var(--z-popover-theme--surface);transform:rotate(45deg)}:host([show-arrow="false"])::before,:host(:not([show-arrow]))::before{display:none}:host([current-position^="top"])::before{top:var(--arrow-center-y-offset)}:host([current-position^="bottom"])::before{bottom:var(--arrow-center-y-offset)}:host([current-position="top"])::before,:host([current-position="bottom"])::before{right:var(--arrow-edge-offset)}:host([current-position="right"])::before,:host([current-position="left"])::before{bottom:var(--arrow-edge-offset)}:host([current-position="right"])::before{right:var(--arrow-center-y-offset)}:host([current-position="left"])::before{left:var(--arrow-center-y-offset)}:host([current-position="top_right"])::before,:host([current-position="bottom_right"])::before{right:var(--arrow-edge-offset)}:host([current-position="top_left"])::before,:host([current-position="bottom_left"])::before{left:var(--arrow-edge-offset)}:host([current-position="right_top"])::before,:host([current-position="left_top"])::before{top:var(--arrow-edge-offset)}:host([current-position="right_top"])::before,:host([current-position="right_bottom"])::before{right:var(--arrow-center-y-offset)}:host([current-position="left_top"])::before,:host([current-position="left_bottom"])::before{left:var(--arrow-center-y-offset)}:host([current-position="right_bottom"])::before,:host([current-position="left_bottom"])::before{bottom:var(--arrow-edge-offset)}:host([center][current-position="top"])::before,:host([center][current-position="bottom"])::before{right:auto;left:var(--arrow-center-x-offset)}:host([center][current-position="right"])::before,:host([center][current-position="left"])::before{top:var(--arrow-center-x-offset);bottom:auto}::slotted(*){flex:1 auto;overflow:auto}';export{c as z_popover}
@@ -1 +0,0 @@
1
- import{r as i,c as t,h as a}from"./p-98268a57.js";import{N as n,o}from"./p-6897ca8c.js";import{i as e}from"./p-42b0972c.js";const r=class{constructor(a){i(this,a),this.selectedEvent=t(this,"selected",7),this.selected=!1,this.disabled=!1,this.orientation=n.horizontal,this.size=o.big}scrollToTab({target:i}){i.scrollIntoView(Object.assign({behavior:"smooth"},this.orientation===n.horizontal?{block:"nearest",inline:"center"}:{block:"center",inline:"nearest"}))}onClick(){this.disabled||(this.selected=!0)}onSelected(){this.selected&&this.selectedEvent.emit()}renderIcon(){let i=this.icon;const t=`${i.replace(/-filled$/,"")}-filled`;return this.selected&&Object.keys(e).includes(t)&&(i=t),a("z-icon",{name:i})}render(){return a("button",{role:"tab",disabled:this.disabled,title:this.htmlTitle,onFocus:this.scrollToTab.bind(this)},this.icon&&this.renderIcon(),"horizontal"===this.orientation&&this.label)}static get watchers(){return{selected:["onSelected"]}}};r.style='z-navigation-tab>button,z-navigation-tab-link>a{position:relative;z-index:0;display:inline-flex;align-items:center;justify-content:center;width:auto;margin:0;padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 5);background-color:unset;text-align:center;font-size:inherit;font-family:var(--font-family-sans);line-height:inherit;letter-spacing:inherit;white-space:nowrap;color:var(--color-primary01);fill:currentColor;border:none;border-radius:var(--border-no-radius);outline:none;cursor:pointer}z-navigation-tab-link>a{text-decoration:none}z-navigation-tab *,z-navigation-tab-link *,z-navigation-tab *::before,z-navigation-tab *::after,z-navigation-tab-link *::before,z-navigation-tab-link *::after{box-sizing:border-box}z-navigation-tab>*:focus:focus-visible,z-navigation-tab-link>*:focus:focus-visible{box-shadow:inset var(--shadow-focus-primary)}z-navigation-tab:not([disabled]):hover>*,z-navigation-tab[selected]>*,z-navigation-tab-link:not([disabled]):hover>*,z-navigation-tab-link[selected]>*{color:var(--color-hover-secondary);fill:currentColor}z-navigation-tab:not([disabled]):hover>*::after,z-navigation-tab[selected]>*::after,z-navigation-tab-link:not([disabled]):hover>*::after,z-navigation-tab-link[selected]>*::after{content:"";position:absolute;background-color:var(--color-hover-secondary)}z-navigation-tab[orientation="horizontal"]:not([disabled]):hover>*::after,z-navigation-tab[orientation="horizontal"][selected]>*::after,z-navigation-tab-link[orientation="horizontal"]:not([disabled]):hover>*::after,z-navigation-tab-link[orientation="horizontal"][selected]>*::after{bottom:0;left:0;width:100%;height:var(--border-size-large)}z-navigation-tab z-icon,z-navigation-tab-link z-icon{--z-icon-width:calc(var(--space-unit) * 2);--z-icon-height:calc(var(--space-unit) * 2);display:flex;margin:0}z-navigation-tab[orientation="horizontal"] z-icon,z-navigation-tab-link[orientation="horizontal"] z-icon{margin-right:var(--space-unit)}z-navigation-tab:not([disabled]):hover>*{background-color:var(--color-background)}z-navigation-tab[disabled]>*{pointer-events:all;cursor:not-allowed;color:var(--gray500);fill:currentColor}z-navigation-tab[size="small"]>*,z-navigation-tab-link[size="small"]>*{font-size:var(--font-size-2);line-height:1.4;letter-spacing:0.16px}z-navigation-tab[size="small"][orientation="horizontal"]>*,z-navigation-tab-link[size="small"][orientation="horizontal"]>*{padding:var(--space-unit) calc(var(--space-unit) * 2)}z-navigation-tab[size="small"][orientation="horizontal"]:not([disabled]):hover>*::after,z-navigation-tab[size="small"][orientation="horizontal"][selected]>*::after,z-navigation-tab-link[size="small"][orientation="horizontal"]:hover>*::after,z-navigation-tab-link[size="small"][orientation="horizontal"][selected]>*::after{height:var(--border-size-medium)}z-navigation-tab[size="small"]:not([orientation="vertical"]) z-icon,z-navigation-tab-link[size="small"]:not([orientation="vertical"]) z-icon{--z-icon-width:14px;--z-icon-height:14px}z-navigation-tab[orientation="vertical"]>*,z-navigation-tab-link[orientation="vertical"]>*{padding:calc(var(--space-unit) * 3) calc(var(--space-unit) * 2)}z-navigation-tab[orientation="vertical"]:hover:not([disabled])>*::after,z-navigation-tab[orientation="vertical"][selected]>*::after,z-navigation-tab-link[orientation="vertical"]:hover>*::after,z-navigation-tab-link[orientation="vertical"][selected]>*::after{width:var(--border-size-large);height:100%;top:0;right:0}';export{r as z_navigation_tab}
@@ -1 +0,0 @@
1
- import{p as e,b as i}from"./p-98268a57.js";(()=>{const i=import.meta.url,t={};return""!==i&&(t.resourcesUrl=new URL(".",i).href),e(t)})().then((e=>i(JSON.parse('[["p-45d4987c",[[1,"z-app-topbar",{"theme":[1],"contentMaxWidth":[2,"content-max-width"],"topbarContent":[1,"topbar-content"],"logoLink":[1,"logo-link"],"showAppSwitcher":[4,"show-app-switcher"],"isMobile":[32]},[[9,"resize","handleResize"]]],[0,"z-range-picker",{"rangePickerId":[1,"range-picker-id"],"firstAriaLabel":[1,"first-aria-label"],"firstLabel":[1,"first-label"],"secondAriaLabel":[1,"second-aria-label"],"secondLabel":[1,"second-label"],"mode":[1],"flatpickrPosition":[32],"activeInput":[32]},[[18,"click","handleClick"],[18,"keydown","handleKeyDown"],[1,"mouseover","onMouseOver"]]],[1,"z-app-switcher",{"theme":[1],"isopen":[32]}],[1,"z-logo",{"width":[2],"height":[2],"imageAlt":[1,"image-alt"],"link":[1],"targetBlank":[4,"target-blank"],"mobileLogo":[4,"mobile-logo"]}],[2,"z-input",{"htmlid":[1],"type":[1],"name":[1],"label":[1],"ariaLabel":[1,"aria-label"],"value":[1025],"disabled":[516],"readonly":[4],"required":[4],"checked":[1028],"placeholder":[1],"htmltitle":[1],"status":[1],"message":[8],"labelPosition":[1,"label-position"],"autocomplete":[1],"hasclearicon":[4],"icon":[1],"isTyping":[32],"passwordHidden":[32],"isChecked":[64]},[[4,"inputCheck","inputCheckListener"]]],[1,"z-link",{"htmlid":[1],"href":[1],"target":[1],"htmltabindex":[2],"isdisabled":[4],"isactive":[4],"iswhite":[4],"textcolor":[1],"icon":[1],"big":[4],"iconposition":[1],"underline":[4],"iconSize":[32]}],[1,"z-input-message",{"message":[1],"status":[513]}],[2,"z-divider",{"size":[1],"color":[1],"orientation":[1]}],[1,"z-icon",{"name":[1],"height":[2],"width":[2],"iconid":[1],"fill":[1]}]]],["p-9b563575",[[1,"z-footer",{"data":[1],"productName":[1,"product-name"],"productVersion":[1,"product-version"],"productCreditsLink":[1,"product-credits-link"],"showReportAProblemButton":[4,"show-report-a-problem-button"],"contentMaxWidth":[2,"content-max-width"]},[[0,"zLinkClick","zLinkClickListener"]]]]],["p-99a76b4d",[[6,"z-file-upload",{"type":[1537],"buttonVariant":[1,"button-variant"],"acceptedFormat":[1,"accepted-format"],"fileMaxSize":[2,"file-max-size"],"mainTitle":[1,"main-title"],"description":[1],"filesNumber":[32],"invalidFiles":[32]},[[0,"removeFile","removeFileListener"],[0,"fileDropped","fileDroppedListener"]]]]],["p-82217c76",[[2,"z-input-deprecated",{"htmlid":[1],"type":[1],"name":[1],"label":[1],"ariaLabel":[1,"aria-label"],"value":[1025],"disabled":[4],"readonly":[4],"required":[4],"checked":[1028],"placeholder":[1],"htmltitle":[1],"status":[1],"hasmessage":[4],"message":[1],"labelafter":[4],"typingtimeout":[2],"items":[1],"autocomplete":[8],"multiple":[4],"hasclearicon":[4],"icon":[1],"isTyping":[32],"textareaWrapperHover":[32],"textareaWrapperFocus":[32],"passwordHidden":[32],"getValue":[64],"setValue":[64],"isChecked":[64]},[[4,"inputCheck","inputCheckListener"]]]]],["p-0ccda54f",[[6,"z-modal-login",{"forgotPasswordUrl":[1,"forgot-password-url"],"heading":[1],"status":[1025],"message":[1025],"pwdmessage":[1025],"externalProviderCheck":[32]}]]],["p-5553f117",[[1,"z-myz-topbar",{"intlinkdata":[1],"extlinkdata":[1],"userdata":[1],"ismyz":[4],"logolink":[1],"imagealt":[1],"activeintlinkid":[1],"activesublinkid":[1],"hideloginbutton":[4],"activeMenuItem":[32],"currentMenuItem":[32],"isMobile":[32],"isMenuMobileOpen":[32]},[[9,"resize","handleResize"],[2,"zListItemLinkClick","handleZListItemLinkClick"],[2,"zListItemClick","handleZListItemClick"]]]]],["p-5a2dd46c",[[1,"z-combobox",{"inputid":[1],"items":[1],"label":[1],"hassearch":[4],"searchlabel":[1],"searchplaceholder":[1],"searchtitle":[1],"noresultslabel":[1],"isopen":[1028],"isfixed":[4],"closesearchtext":[1],"hascheckall":[4],"checkalltext":[1],"uncheckalltext":[1],"maxcheckableitems":[2],"searchValue":[32],"selectedCounter":[32],"renderItemsList":[32]},[[0,"inputCheck","inputCheckListener"]]]]],["p-7407a0c3",[[1,"z-contextual-menu",{"elements":[1],"color":[1],"popoverPosition":[513,"popover-position"]}]]],["p-4a8fe1e0",[[1,"z-myz-card-dictionary",{"name":[1],"cover":[1],"disabled":[4],"flipped":[1028],"flipbuttonlabel":[1],"hideinfobtn":[4]},[[0,"flipCard","handleFlipCard"]]]]],["p-286c4c99",[[4,"z-table",{"lines":[514],"errorMessage":[1,"error-message"],"bordered":[4],"callToActionLabel":[1,"call-to-action-label"],"callToActionTwoLabel":[1,"call-to-action-two-label"],"columnSticky":[4,"column-sticky"],"empty":[4],"error":[4],"errorLink":[1,"error-link"],"headerSticky":[4,"header-sticky"],"message":[1],"subtitle":[1],"hasTableBody":[32],"isMobile":[32]},[[9,"resize","handleResize"],[8,"orientationchange","handleOrientationChange"]]]]],["p-24f3a39e",[[1,"z-messages-pocket",{"pocketid":[1],"messages":[2],"status":[1025]},[[16,"pocketToggle","handlePocketToggle"]]]]],["p-99d7ab2f",[[0,"z-pagination",{"label":[1],"navArrows":[4,"nav-arrows"],"totalPages":[2,"total-pages"],"skip":[2],"edges":[4],"split":[2],"visiblePages":[2,"visible-pages"],"currentPage":[1026,"current-page"],"goToPage":[4,"go-to-page"],"_visiblePages":[32],"isMobile":[32],"goToPageValue":[32]},[[9,"resize","onResize"]]]]],["p-4d9667dc",[[4,"z-table-header-row",{"expandable":[516]}]]],["p-a88f4e49",[[1,"z-cookiebar",{"cookiepolicyurl":[1],"hide":[4],"callback":[16]}]]],["p-2e0885d6",[[4,"z-date-picker",{"datePickerId":[1,"date-picker-id"],"ariaLabel":[1,"aria-label"],"label":[1],"mode":[1],"flatpickrPosition":[32]},[[18,"keydown","handleKeyDown"]]]]],["p-25b1a634",[[6,"z-file",{"fileNumber":[2,"file-number"],"allowPopover":[32],"popoverVisible":[32]},[[1,"mouseover","onMouseOver"],[1,"mouseleave","onMouseLeave"],[0,"interactiveIconClick","onInteractiveIconClick"]]]]],["p-287678e2",[[4,"z-table-row",{"expandedType":[513,"expanded-type"],"expanded":[32]}]]],["p-2c86d1ea",[[1,"z-myz-card-alert",{"iconname":[1],"contenttext":[1],"actiontext":[1],"type":[1]}]]],["p-6db40dac",[[1,"z-myz-card-info",{"data":[1],"htmltabindex":[2],"hiddenContent":[32],"tooltip":[32]}]]],["p-a98ccf36",[[1,"z-otp",{"inputNum":[2,"input-num"],"status":[1],"message":[1]}]]],["p-35f7cac2",[[1,"z-pagination-bar",{"pages":[2],"visiblepages":[2],"currentpage":[1026],"startpage":[1026],"historyraw":[1],"listhistoryrow":[1040],"currentPages":[32]}]]],["p-71e8c2af",[[1,"z-panel-elem",{"elemid":[1],"imgurl":[1],"imgalt":[1],"linkicon":[1],"linklabel":[1],"url":[1],"target":[1],"isdisabled":[4],"descr_slot_name":[1]}]]],["p-33120ebd",[[2,"z-skip-to-content",{"variant":[513],"links":[1025],"visible":[32],"visibleLink":[32]},[[4,"focusout","handleFocusOutSkipToContent"],[4,"focusin","handleFocusSkipToContent"]]]]],["p-104b70e5",[[1,"z-user-dropdown",{"logged":[4],"userFullName":[1,"user-full-name"],"userEmail":[1,"user-email"],"menuContent":[1,"menu-content"],"useInverseColors":[4,"use-inverse-colors"],"isMenuOpen":[32],"isMobile":[32]},[[9,"resize","handleResize"],[8,"orientationchange","handleOrientationChange"],[8,"click","handleClickOutside"]]]]],["p-79408b00",[[1,"z-app-header",{"stuck":[516],"hero":[1],"overlay":[516],"flow":[513],"drawerOpen":[516,"drawer-open"],"stucked":[32],"menuLength":[32]}]]],["p-7ce57dfd",[[1,"z-button-deprecated",{"htmlid":[1],"name":[1],"disabled":[516],"type":[1],"variant":[513],"icon":[1],"size":[513],"issmall":[516],"square":[516]}]]],["p-b574d5f6",[[1,"z-button-filter",{"filtername":[1],"isfixed":[4],"hasicon":[4],"filterid":[1],"issmall":[4]}]]],["p-7ebb03d8",[[1,"z-button-sort",{"buttonid":[1],"label":[1],"desclabel":[1],"counter":[2],"sortlabelasc":[1],"sortlabeldesc":[1],"isselected":[1028],"sortasc":[1028],"allowTooltip":[32]}]]],["p-60e042a0",[[1,"z-card",{"variant":[513],"coverIcon":[1,"cover-icon"],"clickable":[516],"showshadow":[516],"hasCoverImage":[32]},[[0,"click","onClick"]]]]],["p-8cf3798f",[[4,"z-carousel",{"isLoading":[4,"is-loading"],"ghostLoadingHeight":[2,"ghost-loading-height"]}]]],["p-d0fea19f",[[1,"z-icon-package"]]],["p-9260abad",[[1,"z-info-box",{"boxid":[1],"isclosable":[4]}]]],["p-9c7cf598",[[1,"z-menu",{"active":[516],"floating":[516],"open":[1540],"hasHeader":[32],"hasContent":[32]},[[4,"click","handleClick"]]]]],["p-41c5beec",[[1,"z-menu-section",{"active":[516],"open":[32],"hasContent":[32]},[[4,"click","handleClick"]]]]],["p-6375f662",[[1,"z-myz-card-icon",{"icon":[1],"isdisabled":[4],"ariaLabel":[1,"aria-label"]}]]],["p-206e5b31",[[0,"z-navigation-tab",{"selected":[1540],"disabled":[516],"orientation":[513],"size":[513],"icon":[1],"label":[1],"htmlTitle":[1,"html-title"]},[[0,"click","onClick"]]]]],["p-e30a093f",[[0,"z-navigation-tab-link",{"selected":[1540],"disabled":[516],"orientation":[513],"size":[513],"htmlTitle":[1,"html-title"],"target":[1],"href":[1],"icon":[1],"label":[1]},[[0,"click","onClick"]]]]],["p-0610360b",[[1,"z-navigation-tabs",{"orientation":[513],"size":[513],"canNavigate":[32],"canNavigatePrev":[32],"canNavigateNext":[32]},[[9,"resize","checkScrollVisible"],[0,"selected","onTabSelected"]]]]],["p-33f74396",[[1,"z-notification",{"contenticonname":[1],"actiontext":[1],"type":[513],"showclose":[4],"showshadow":[516],"sticky":[516]}]]],["p-c284139b",[[1,"z-pocket-message"]]],["p-3dc21b58",[[1,"z-section-title",{"dividerPosition":[1,"divider-position"],"uppercase":[516]}]]],["p-80044bc0",[[1,"z-slideshow",{"slideshowid":[1],"data":[1],"device":[32],"currentSlide":[32]}]]],["p-0487d5f1",[[1,"z-status-tag",{"icon":[1],"text":[1],"expandable":[4],"status":[513],"variant":[1]}]]],["p-e17ca1a1",[[6,"z-tag",{"icon":[1],"expandable":[4]}]]],["p-f9f5ab0b",[[1,"z-toast-notification",{"heading":[1],"message":[1],"closebutton":[4],"autoclose":[2],"pauseonfocusloss":[4],"type":[1],"isdraggable":[4],"draggablepercentage":[2],"transition":[1],"percentage":[32],"isTextLong":[32]}]]],["p-02474663",[[1,"z-toggle-button",{"label":[1],"isdisabled":[4],"avoidclick":[4],"opened":[1028]}]]],["p-044edef0",[[6,"z-toggle-switch",{"disabled":[516],"labelPosition":[513,"label-position"],"checked":[1028],"htmlid":[1]}]]],["p-0bcc78d4",[[1,"z-tooltip",{"position":[1537],"dark":[516],"open":[1540],"bindTo":[1,"bind-to"]},[[0,"openChange","onPopoverOpenChange"]]]]],["p-e9628876",[[4,"z-aria-alert",{"mode":[1]}]]],["p-2d93e9e9",[[1,"z-avatar",{"size":[1],"text":[1],"textColor":[1,"text-color"],"backgroundColor":[1,"background-color"],"image":[1025]}]]],["p-ab5f212d",[[1,"z-chip-deprecated",{"regulartext":[1],"boldtext":[2]}]]],["p-248e6c7d",[[1,"z-myz-card-footer",{"titolo":[1],"autori":[1],"isbn":[1],"faded":[4],"cardtype":[1],"opened":[4],"customContent":[4,"custom-content"],"isOpen":[32],"allowTooltipAuthors":[32]},[[0,"toggleClick","handleToggle"]]]]],["p-578a5ad1",[[1,"z-myz-card-footer-sections"]]],["p-7f2fa336",[[1,"z-myz-card-list",{"listdata":[1]}]]],["p-71f19680",[[6,"z-offcanvas",{"variant":[513],"open":[1540],"transitiondirection":[513]}]]],["p-ec0c7a06",[[6,"z-popover-deprecated",{"position":[1],"backgroundColor":[1,"background-color"],"borderRadius":[1,"border-radius"],"boxShadow":[1,"box-shadow"],"showArrow":[4,"show-arrow"],"padding":[1],"isVisible":[32],"popoverPosition":[32]},[[0,"closePopover","closePopover"],[8,"keyup","closePopoverWithKeyboard"],[18,"click","handleOutsideClick"]]]]],["p-e2560604",[[1,"z-stepper"]]],["p-9352da73",[[1,"z-stepper-item",{"index":[2],"href":[1],"pressed":[4],"disabled":[4]}]]],["p-105b82a6",[[6,"z-table-body"]]],["p-d4927410",[[1,"z-table-expanded-row",{"colSpan":[2,"col-span"]}]]],["p-4aaf3433",[[6,"z-table-footer"]]],["p-6baa8e33",[[6,"z-table-head"]]],["p-6bb8de3e",[[6,"z-table-sticky-footer"]]],["p-49f8c86b",[[1,"z-toast-notification-list",{"position":[1],"newestontop":[4]}]]],["p-49602979",[[1,"z-tooltip-deprecated",{"content":[1],"type":[1025],"open":[1540],"bindTo":[1,"bind-to"],"position":[32]}]]],["p-f6a11970",[[1,"z-visually-hidden"]]],["p-1c2331a4",[[1,"z-table-header",{"columnId":[1,"column-id"],"padding":[513],"sortable":[4],"showButton":[4,"show-button"],"defaultSortDirection":[1,"default-sort-direction"],"sortDirection":[1025,"sort-direction"]},[[18,"click","handleOutsideClick"],[18,"click","handleClickHeaders"]]]]],["p-9c81ed70",[[1,"z-table-cell",{"showButton":[4,"show-button"],"padding":[513],"isMenuOpened":[32]}]]],["p-2de00f19",[[6,"z-table-empty-box",{"message":[1],"subtitle":[1]}]]],["p-a4245c8a",[[6,"z-chip",{"icon":[1],"type":[513],"interactiveIcon":[513,"interactive-icon"],"disabled":[516]}]]],["p-4906f5a6",[[1,"z-list-group",{"size":[513],"dividerType":[513,"divider-type"],"dividerSize":[513,"divider-size"],"dividerColor":[513,"divider-color"]}]]],["p-a9eea65b",[[1,"z-alert",{"type":[1]}]]],["p-a759ab46",[[1,"z-candybar"]]],["p-5789bbe7",[[1,"z-ghost-loading"]]],["p-78e26102",[[1,"z-pagination-page",{"pageid":[1],"value":[2],"isselected":[4],"isdisabled":[4],"isvisited":[4],"ariaLabel":[1,"aria-label"]}]]],["p-95414290",[[2,"z-select",{"htmlid":[1],"items":[1],"name":[1],"label":[1],"ariaLabel":[1,"aria-label"],"disabled":[4],"readonly":[4],"placeholder":[1],"htmltitle":[1],"status":[1],"message":[8],"autocomplete":[4],"noresultslabel":[1],"isOpen":[32],"selectedItem":[32],"searchString":[32],"getSelectedItem":[64],"getValue":[64],"setValue":[64]}],[1,"z-input-label",{"value":[1],"disabled":[4],"htmlfor":[1]}]]],["p-18c0f701",[[1,"z-menu-dropdown",{"nomeutente":[1],"menucontent":[1],"buttonid":[1],"ismenuopen":[32]}],[1,"z-myz-list",{"inputrawdata":[1025],"list":[1040]}]]],["p-bd886dd5",[[6,"z-dragdrop-area"],[1,"z-heading",{"level":[2],"variant":[1],"component":[1]}]]],["p-3fc438b7",[[1,"z-modal",{"modalid":[1],"modaltitle":[1],"modalsubtitle":[1],"closeButtonLabel":[1,"close-button-label"]}]]],["p-cb13d050",[[1,"z-footer-section",{"name":[1],"isOpen":[32]}],[1,"z-footer-link",{"href":[1]}],[1,"z-footer-social",{"icon":[1],"href":[1],"description":[1]}]]],["p-fd404599",[[1,"z-myz-list-item",{"text":[1],"link":[1],"linktarget":[1],"icon":[1],"listitemid":[1],"action":[1],"underlined":[4]}]]],["p-bf3ea7b5",[[1,"z-pocket",{"pocketid":[1],"status":[1025],"open":[64],"close":[64]},[[0,"pocketHeaderClick","handlePocketHeaderClick"],[0,"pocketHeaderPan","handlePocketHeaderPan"]]],[1,"z-pocket-body",{"pocketid":[1],"status":[1025]},[[16,"pocketToggle","handlePocketToggle"]]],[1,"z-pocket-header",{"pocketid":[1]}]]],["p-987f1f8a",[[1,"z-myz-card",{"faded":[4],"cardtype":[1],"ispressed":[4],"ishighlighted":[4]}],[1,"z-myz-card-body"],[1,"z-myz-card-cover",{"img":[1],"titolo":[1],"faded":[4],"defaultimg":[1]}],[1,"z-myz-card-header",{"titolo":[1],"faded":[4],"cardtype":[1],"allowTooltip":[32]}]]],["p-5c20338f",[[1,"z-list-element",{"alignButton":[513,"align-button"],"clickable":[516],"dividerColor":[1,"divider-color"],"dividerType":[1,"divider-type"],"dividerSize":[1,"divider-size"],"expandable":[516],"expandableStyle":[1,"expandable-style"],"listElementId":[514,"list-element-id"],"size":[513],"color":[513],"disabled":[516],"isContextualMenu":[516,"is-contextual-menu"],"showInnerContent":[32]},[[4,"accessibleFocus","accessibleFocusHandler"]]],[1,"z-list",{"size":[513]}]]],["p-13174553",[[1,"z-popover",{"position":[1537],"open":[1540],"bindTo":[1,"bind-to"],"showArrow":[516,"show-arrow"],"center":[516],"closable":[4],"currentPosition":[32]},[[8,"keyup","closePopoverWithKeyboard"],[18,"click","handleOutsideClick"]]]]],["p-898e37bd",[[6,"z-button",{"ariaLabel":[513,"aria-label"],"href":[1],"target":[1],"htmlid":[1],"name":[1],"disabled":[516],"type":[1],"variant":[513],"icon":[1],"size":[513]}]]],["p-2c836d42",[[1,"z-body",{"level":[2],"variant":[1],"component":[1]}],[1,"z-typography",{"component":[1],"variant":[1],"level":[1]}]]]]'),e)));
@@ -1 +0,0 @@
1
- var t,n,o,e,a,i,s,r,c,u,l,f,d,m,g,p,h,b,w,E,A,v,_,x,T,D,k,S,y,C,O,R,B,N,P,z,U,W,H,I,K,L,M,j,q;!function(t){t.real="reale",t.virtual="virtuale",t.trial="saggio",t.temp="reale_temp"}(t||(t={})),function(t){t.border="border",t.shadow="shadow",t.overlay="overlay",t.text="text"}(n||(n={})),function(t){t.horizontal="horizontal",t.vertical="vertical"}(o||(o={})),function(t){t.big="big",t.small="small"}(e||(e={})),function(t){t.primary="primary",t.secondary="secondary",t.tertiary="tertiary",t["dark-bg"]="dark-bg"}(a||(a={})),function(t){t.submit="submit",t.reset="reset",t.button="button"}(i||(i={})),function(t){t.big="big",t.small="small",t["x-small"]="x-small"}(s||(s={})),function(t){t.text="text",t.password="password",t.number="number",t.email="email",t.textarea="textarea",t.checkbox="checkbox",t.radio="radio"}(r||(r={})),function(t){t.success="success",t.error="error",t.warning="warning"}(c||(c={})),function(t){t.AUTO="auto",t.TOP="top",t.RIGHT="right",t.BOTTOM="bottom",t.LEFT="left",t.TOP_RIGHT="top_right",t.TOP_LEFT="top_left",t.BOTTOM_RIGHT="bottom_right",t.BOTTOM_LEFT="bottom_left",t.RIGHT_TOP="right_top",t.RIGHT_BOTTOM="right_bottom",t.LEFT_TOP="left_top",t.LEFT_BOTTOM="left_bottom"}(u||(u={})),function(t){t["after-down"]="after-down",t["after-center"]="after-center",t["after-up"]="after-up",t["below-right"]="below-right",t["below-center"]="below-center",t["below-left"]="below-left",t["before-down"]="before-down",t["before-center"]="before-center",t["before-up"]="before-up",t["above-right"]="above-right",t["above-center"]="above-center",t["above-left"]="above-left"}(l||(l={})),function(t){t.none="none",t.small="small",t.medium="medium"}(f||(f={})),function(t){t["shadow-1"]="shadow-1",t["shadow-2"]="shadow-2",t["shadow-3"]="shadow-3",t["shadow-4"]="shadow-4",t["shadow-6"]="shadow-6",t["shadow-8"]="shadow-8",t["shadow-12"]="shadow-12",t["shadow-16"]="shadow-16",t["shadow-24"]="shadow-24"}(d||(d={})),function(t){t[t.TAB=9]="TAB",t[t.SPACE=32]="SPACE",t[t.ESC=27]="ESC",t[t.ENTER=13]="ENTER",t[t.ARROW_UP=38]="ARROW_UP",t[t.ARROW_DOWN=40]="ARROW_DOWN",t[t.BACKSPACE=8]="BACKSPACE",t[t.DELETE=46]="DELETE"}(m||(m={})),function(t){t.TAB="Tab",t.SPACE="Space",t.ESC="Escape",t.ENTER="Enter",t.ARROW_UP="ArrowUp",t.ARROW_DOWN="ArrowDown",t.BACKSPACE="Backspace",t.DELETE="Delete"}(g||(g={})),function(t){t.ARROW_DOWN="ArrowDown",t.ARROW_UP="ArrowUp",t.ENTER="Enter",t.ESC="Escape",t.SPACE="Space"}(p||(p={})),function(t){t.dark="dark",t.light="light"}(h||(h={})),function(t){t.small="small",t.medium="medium",t.large="large"}(b||(b={})),function(t){t.horizontal="horizontal",t.vertical="vertical"}(w||(w={})),function(t){t.asc="asc",t.desc="desc",t.none="none"}(E||(E={})),function(t){t.small="small",t.medium="medium",t.large="large"}(A||(A={})),function(t){t.small="small",t.medium="medium",t.large="large",t["x-large"]="x-large"}(v||(v={})),function(t){t["x-small"]="x-small",t.small="small",t.medium="medium",t.large="large",t.special="special"}(_||(_={})),function(t){t.accordion="accordion",t.menu="menu"}(x||(x={})),function(t){t.right="right",t.left="left"}(T||(T={})),function(t){t.right="right",t.left="left"}(D||(D={})),function(t){t.none="none",t.header="header",t.element="element"}(k||(k={})),function(t){t.success="success",t.warning="warning",t.error="error"}(S||(S={})),function(t){t.success="success",t.warning="warning",t.error="error"}(y||(y={})),function(t){t.mobile="mobile",t.tablet="tablet",t.desktop="desktop"}(C||(C={})),function(t){t.preview="preview",t.open="open",t.closed="closed"}(O||(O={})),function(t){t.dark="dark",t.light="light",t.accent="accent",t.error="error",t.success="success",t.warning="warning"}(R||(R={})),function(t){t.slideInLeft="slide-in-left",t.slideInRight="slide-in-right",t.slideInDown="slide-in-down",t.slideInUp="slide-in-up",t.slideOutLeft="slide-out-left",t.slideOutRight="slide-out-right",t.slideOutDown="slide-out-down",t.slideOutUp="slide-out-up"}(B||(B={})),function(t){t.topRight="top-right",t.topLeft="top-left",t.topCentre="top-centre",t.bottomRight="bottom-right",t.bottomLeft="bottom-left",t.bottomCentre="bottom-centre"}(N||(N={})),function(t){t.expandable="expandable",t.padding="padding",t.none="none"}(P||(P={})),function(t){t.polite="polite",t.assertive="assertive"}(z||(z={})),function(t){t.left="left",t.right="right"}(U||(U={})),function(t){t.overlay="overlay",t.pushcontent="pushcontent"}(W||(W={})),function(t){t.default="default",t.dragdrop="dragdrop"}(H||(H={})),function(t){t.default="default",t.medium="medium",t.small="small"}(I||(I={})),function(t){t.before="before",t.after="after"}(K||(K={})),function(t){t.date="date",t.dateTime="date-time",t.months="months"}(L||(L={})),function(t){t[t.DATE=401]="DATE",t[t.DATETIME=523]="DATETIME",t[t.MONTHS=288]="MONTHS"}(M||(M={})),function(t){t.top="top",t.bottom="bottom"}(j||(j={})),function(t){t.warning="warning",t.error="error",t.success="success",t.neutral="neutral",t.default="default"}(q||(q={}));export{A,i as B,n as C,C as D,_ as E,E as F,T as G,x as H,r as I,g as K,D as L,o as N,W as O,u as P,q as S,h as T,L as Z,w as a,b,j as c,M as d,z as e,a as f,s as g,m as h,I as i,H as j,O as k,c as l,y as m,t as n,e as o,U as p,l as q,f as r,d as s,p as t,K as u,P as v,B as w,N as x,k as y,v as z}
@@ -1 +0,0 @@
1
- import{r as a,h as r,H as t}from"./p-98268a57.js";import{e as s}from"./p-6897ca8c.js";const i=class{constructor(r){a(this,r),this.mode=s.polite}render(){return r(t,{"aria-live":this.mode,"aria-atomic":"true","aria-relevant":"additions"},r("slot",null))}};export{i as z_aria_alert}