@oiz/stzh-components 0.0.0-pretest

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 (1294) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +56 -0
  3. package/dist/cjs/_commonjsHelpers-bcc1208a.js +25 -0
  4. package/dist/cjs/animation-utils-c816beac.js +45 -0
  5. package/dist/cjs/app-globals-83a6c2d3.js +54 -0
  6. package/dist/cjs/arrow-70a32014.js +1305 -0
  7. package/dist/cjs/date-adapter-2ffd8eaf.js +90 -0
  8. package/dist/cjs/date-utils-898a50be.js +174 -0
  9. package/dist/cjs/dom-874a1e39.js +75 -0
  10. package/dist/cjs/event-utils-4d7d610a.js +18 -0
  11. package/dist/cjs/focus-trap.esm-1cb6bb2e.js +1280 -0
  12. package/dist/cjs/index-8bd1552a.js +2019 -0
  13. package/dist/cjs/index-ac9bdc7f.js +2245 -0
  14. package/dist/cjs/index.cjs.js +2 -0
  15. package/dist/cjs/js.cookie-9c263d23.js +146 -0
  16. package/dist/cjs/loader.cjs.js +23 -0
  17. package/dist/cjs/media-utils-f1720906.js +26 -0
  18. package/dist/cjs/shadow-css-a33dc836.js +389 -0
  19. package/dist/cjs/string-utils-223b03e2.js +18 -0
  20. package/dist/cjs/stzh-accordion-item.cjs.entry.js +181 -0
  21. package/dist/cjs/stzh-accordion.cjs.entry.js +74 -0
  22. package/dist/cjs/stzh-actions.cjs.entry.js +53 -0
  23. package/dist/cjs/stzh-appnav.cjs.entry.js +50 -0
  24. package/dist/cjs/stzh-appointments.cjs.entry.js +271 -0
  25. package/dist/cjs/stzh-badge_3.cjs.entry.js +167 -0
  26. package/dist/cjs/stzh-calendar.cjs.entry.js +306 -0
  27. package/dist/cjs/stzh-cell.cjs.entry.js +35 -0
  28. package/dist/cjs/stzh-checkbox.cjs.entry.js +136 -0
  29. package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +168 -0
  30. package/dist/cjs/stzh-chip-select.cjs.entry.js +66 -0
  31. package/dist/cjs/stzh-chip.cjs.entry.js +101 -0
  32. package/dist/cjs/stzh-components.cjs.js +107 -0
  33. package/dist/cjs/stzh-container.cjs.entry.js +19 -0
  34. package/dist/cjs/stzh-cspace.cjs.entry.js +22 -0
  35. package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +103 -0
  36. package/dist/cjs/stzh-datamessagelist.cjs.entry.js +23 -0
  37. package/dist/cjs/stzh-datatable.cjs.entry.js +249 -0
  38. package/dist/cjs/stzh-datepicker_4.cjs.entry.js +484 -0
  39. package/dist/cjs/stzh-dialog.cjs.entry.js +191 -0
  40. package/dist/cjs/stzh-dropdown.cjs.entry.js +5086 -0
  41. package/dist/cjs/stzh-fieldset.cjs.entry.js +35 -0
  42. package/dist/cjs/stzh-figure.cjs.entry.js +30 -0
  43. package/dist/cjs/stzh-flyingfocus.cjs.entry.js +178 -0
  44. package/dist/cjs/stzh-footer.cjs.entry.js +67 -0
  45. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +150 -0
  46. package/dist/cjs/stzh-header.cjs.entry.js +162 -0
  47. package/dist/cjs/stzh-heading.cjs.entry.js +32 -0
  48. package/dist/cjs/stzh-hr.cjs.entry.js +23 -0
  49. package/dist/cjs/stzh-hspace.cjs.entry.js +41 -0
  50. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +22 -0
  51. package/dist/cjs/stzh-input-description-9ed61d1d.js +22 -0
  52. package/dist/cjs/stzh-input.cjs.entry.js +192 -0
  53. package/dist/cjs/stzh-link.cjs.entry.js +106 -0
  54. package/dist/cjs/stzh-list-item.cjs.entry.js +28 -0
  55. package/dist/cjs/stzh-list.cjs.entry.js +26 -0
  56. package/dist/cjs/stzh-loader.cjs.entry.js +31 -0
  57. package/dist/cjs/stzh-loadingbar.cjs.entry.js +33 -0
  58. package/dist/cjs/stzh-menu_2.cjs.entry.js +97 -0
  59. package/dist/cjs/stzh-message.cjs.entry.js +85 -0
  60. package/dist/cjs/stzh-metanav.cjs.entry.js +37 -0
  61. package/dist/cjs/stzh-overlay.cjs.entry.js +100 -0
  62. package/dist/cjs/stzh-page-skiplinks.cjs.entry.js +37 -0
  63. package/dist/cjs/stzh-pagetitle.cjs.entry.js +72 -0
  64. package/dist/cjs/stzh-popover.cjs.entry.js +361 -0
  65. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +23 -0
  66. package/dist/cjs/stzh-progressbar-item.cjs.entry.js +57 -0
  67. package/dist/cjs/stzh-progressbar.cjs.entry.js +125 -0
  68. package/dist/cjs/stzh-readspeaker.cjs.entry.js +58 -0
  69. package/dist/cjs/stzh-row.cjs.entry.js +40 -0
  70. package/dist/cjs/stzh-saptcha.cjs.entry.js +81 -0
  71. package/dist/cjs/stzh-section.cjs.entry.js +24 -0
  72. package/dist/cjs/stzh-servicecard-list.cjs.entry.js +56 -0
  73. package/dist/cjs/stzh-servicecard.cjs.entry.js +212 -0
  74. package/dist/cjs/stzh-skiplink.cjs.entry.js +27 -0
  75. package/dist/cjs/stzh-sortable.cjs.entry.js +3382 -0
  76. package/dist/cjs/stzh-status.cjs.entry.js +36 -0
  77. package/dist/cjs/stzh-table.cjs.entry.js +143 -0
  78. package/dist/cjs/stzh-toggle.cjs.entry.js +134 -0
  79. package/dist/cjs/stzh-tooltip.cjs.entry.js +322 -0
  80. package/dist/cjs/stzh-upload.cjs.entry.js +10750 -0
  81. package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +2058 -0
  82. package/dist/cjs/stzh-vbz-majorticker.cjs.entry.js +107 -0
  83. package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +183 -0
  84. package/dist/cjs/stzh-visuallyhidden.cjs.entry.js +21 -0
  85. package/dist/cjs/stzh-vspace.cjs.entry.js +41 -0
  86. package/dist/cjs/translation-utils-2dbbce94.js +60 -0
  87. package/dist/cjs/utils-e84f4a8d.js +36 -0
  88. package/dist/collection/assets/favicons/android-chrome-192x192.png +0 -0
  89. package/dist/collection/assets/favicons/android-chrome-384x384.png +0 -0
  90. package/dist/collection/assets/favicons/apple-touch-icon.png +0 -0
  91. package/dist/collection/assets/favicons/browserconfig.xml +9 -0
  92. package/dist/collection/assets/favicons/favicon-16x16.png +0 -0
  93. package/dist/collection/assets/favicons/favicon-32x32.png +0 -0
  94. package/dist/collection/assets/favicons/favicon.ico +0 -0
  95. package/dist/collection/assets/favicons/mstile-150x150.png +0 -0
  96. package/dist/collection/assets/favicons/safari-pinned-tab.svg +1 -0
  97. package/dist/collection/assets/favicons/site.webmanifest +19 -0
  98. package/dist/collection/assets/fonts/HelveticaNeueLTW01_41488878.woff +0 -0
  99. package/dist/collection/assets/fonts/HelveticaNeueLTW01_41488878.woff2 +0 -0
  100. package/dist/collection/assets/fonts/HelveticaNeueLTW01_55Roman.woff +0 -0
  101. package/dist/collection/assets/fonts/HelveticaNeueLTW01_55Roman.woff2 +0 -0
  102. package/dist/collection/assets/fonts/HelveticaNeueLTW01_71488914.woff +0 -0
  103. package/dist/collection/assets/fonts/HelveticaNeueLTW01_71488914.woff2 +0 -0
  104. package/dist/collection/assets/fonts/HelveticaNeueLTW05_65Medium.woff +0 -0
  105. package/dist/collection/assets/fonts/HelveticaNeueLTW05_65Medium.woff2 +0 -0
  106. package/dist/collection/assets/fonts/HelveticaNeueLTW05_85Heavy.woff +0 -0
  107. package/dist/collection/assets/fonts/HelveticaNeueLTW05_85Heavy.woff2 +0 -0
  108. package/dist/collection/assets/fonts.css +39 -0
  109. package/dist/collection/assets/i18n/de.json +154 -0
  110. package/dist/collection/assets/i18n/en.json +154 -0
  111. package/dist/collection/assets/icons/mono/alarm-bell.svg +3 -0
  112. package/dist/collection/assets/icons/mono/angle-down.svg +3 -0
  113. package/dist/collection/assets/icons/mono/angle-left.svg +3 -0
  114. package/dist/collection/assets/icons/mono/angle-right.svg +3 -0
  115. package/dist/collection/assets/icons/mono/angle-up.svg +3 -0
  116. package/dist/collection/assets/icons/mono/archive-box.svg +3 -0
  117. package/dist/collection/assets/icons/mono/arrow-down.svg +3 -0
  118. package/dist/collection/assets/icons/mono/arrow-left-circle.svg +4 -0
  119. package/dist/collection/assets/icons/mono/arrow-left.svg +3 -0
  120. package/dist/collection/assets/icons/mono/arrow-right-long.svg +3 -0
  121. package/dist/collection/assets/icons/mono/arrow-right.svg +3 -0
  122. package/dist/collection/assets/icons/mono/arrow-up.svg +3 -0
  123. package/dist/collection/assets/icons/mono/bulleted-list.svg +3 -0
  124. package/dist/collection/assets/icons/mono/calendar.svg +3 -0
  125. package/dist/collection/assets/icons/mono/cart.svg +3 -0
  126. package/dist/collection/assets/icons/mono/checkmark-circle.svg +3 -0
  127. package/dist/collection/assets/icons/mono/checkmark.svg +3 -0
  128. package/dist/collection/assets/icons/mono/clock.svg +3 -0
  129. package/dist/collection/assets/icons/mono/close-circle.svg +3 -0
  130. package/dist/collection/assets/icons/mono/close.svg +3 -0
  131. package/dist/collection/assets/icons/mono/compass-direction.svg +3 -0
  132. package/dist/collection/assets/icons/mono/compass-north.svg +4 -0
  133. package/dist/collection/assets/icons/mono/construction.svg +3 -0
  134. package/dist/collection/assets/icons/mono/copy.svg +3 -0
  135. package/dist/collection/assets/icons/mono/delete.svg +3 -0
  136. package/dist/collection/assets/icons/mono/download.svg +3 -0
  137. package/dist/collection/assets/icons/mono/drag.svg +10 -0
  138. package/dist/collection/assets/icons/mono/edit.svg +3 -0
  139. package/dist/collection/assets/icons/mono/email-check.svg +10 -0
  140. package/dist/collection/assets/icons/mono/expand.svg +3 -0
  141. package/dist/collection/assets/icons/mono/external-link.svg +4 -0
  142. package/dist/collection/assets/icons/mono/facebook-comment.svg +3 -0
  143. package/dist/collection/assets/icons/mono/facebook.svg +10 -0
  144. package/dist/collection/assets/icons/mono/file.svg +3 -0
  145. package/dist/collection/assets/icons/mono/filtering.svg +3 -0
  146. package/dist/collection/assets/icons/mono/flag.svg +10 -0
  147. package/dist/collection/assets/icons/mono/focus.svg +3 -0
  148. package/dist/collection/assets/icons/mono/gear.svg +3 -0
  149. package/dist/collection/assets/icons/mono/heart.svg +10 -0
  150. package/dist/collection/assets/icons/mono/home.svg +10 -0
  151. package/dist/collection/assets/icons/mono/important-warning.svg +3 -0
  152. package/dist/collection/assets/icons/mono/info-help.svg +3 -0
  153. package/dist/collection/assets/icons/mono/instagram.svg +3 -0
  154. package/dist/collection/assets/icons/mono/like-hand.svg +10 -0
  155. package/dist/collection/assets/icons/mono/linkedin.svg +5 -0
  156. package/dist/collection/assets/icons/mono/list-expanded.svg +4 -0
  157. package/dist/collection/assets/icons/mono/list-shrinked.svg +3 -0
  158. package/dist/collection/assets/icons/mono/lock.svg +10 -0
  159. package/dist/collection/assets/icons/mono/mail.svg +10 -0
  160. package/dist/collection/assets/icons/mono/map.svg +3 -0
  161. package/dist/collection/assets/icons/mono/menu.svg +3 -0
  162. package/dist/collection/assets/icons/mono/minus.svg +3 -0
  163. package/dist/collection/assets/icons/mono/more-horizontal.svg +5 -0
  164. package/dist/collection/assets/icons/mono/more-vertical.svg +5 -0
  165. package/dist/collection/assets/icons/mono/paper-clip.svg +10 -0
  166. package/dist/collection/assets/icons/mono/phone.svg +10 -0
  167. package/dist/collection/assets/icons/mono/pin-location.svg +10 -0
  168. package/dist/collection/assets/icons/mono/pin.svg +11 -0
  169. package/dist/collection/assets/icons/mono/play-1.svg +4 -0
  170. package/dist/collection/assets/icons/mono/play-button.svg +11 -0
  171. package/dist/collection/assets/icons/mono/play.svg +10 -0
  172. package/dist/collection/assets/icons/mono/plus.svg +3 -0
  173. package/dist/collection/assets/icons/mono/portfolio-grid.svg +11 -0
  174. package/dist/collection/assets/icons/mono/print.svg +10 -0
  175. package/dist/collection/assets/icons/mono/question-help.svg +3 -0
  176. package/dist/collection/assets/icons/mono/read-mail.svg +10 -0
  177. package/dist/collection/assets/icons/mono/reload.svg +10 -0
  178. package/dist/collection/assets/icons/mono/reset-time.svg +10 -0
  179. package/dist/collection/assets/icons/mono/reset.svg +10 -0
  180. package/dist/collection/assets/icons/mono/resize.svg +8 -0
  181. package/dist/collection/assets/icons/mono/rss.svg +12 -0
  182. package/dist/collection/assets/icons/mono/search.svg +3 -0
  183. package/dist/collection/assets/icons/mono/services.svg +6 -0
  184. package/dist/collection/assets/icons/mono/share.svg +3 -0
  185. package/dist/collection/assets/icons/mono/shrink.svg +3 -0
  186. package/dist/collection/assets/icons/mono/silent-mode.svg +3 -0
  187. package/dist/collection/assets/icons/mono/social-media.svg +23 -0
  188. package/dist/collection/assets/icons/mono/star-filled.svg +3 -0
  189. package/dist/collection/assets/icons/mono/star.svg +3 -0
  190. package/dist/collection/assets/icons/mono/subtitle.svg +3 -0
  191. package/dist/collection/assets/icons/mono/team.svg +10 -0
  192. package/dist/collection/assets/icons/mono/text-message.svg +6 -0
  193. package/dist/collection/assets/icons/mono/thermometer.svg +10 -0
  194. package/dist/collection/assets/icons/mono/transcript.svg +3 -0
  195. package/dist/collection/assets/icons/mono/twitter-reply.svg +3 -0
  196. package/dist/collection/assets/icons/mono/twitter-retweet.svg +3 -0
  197. package/dist/collection/assets/icons/mono/twitter.svg +10 -0
  198. package/dist/collection/assets/icons/mono/unlock.svg +10 -0
  199. package/dist/collection/assets/icons/mono/user.svg +3 -0
  200. package/dist/collection/assets/icons/mono/view-hidden.svg +3 -0
  201. package/dist/collection/assets/icons/mono/view.svg +4 -0
  202. package/dist/collection/assets/icons/mono/volume-medium.svg +3 -0
  203. package/dist/collection/assets/icons/mono/warning-big.svg +4 -0
  204. package/dist/collection/assets/icons/mono/warning.svg +3 -0
  205. package/dist/collection/assets/icons/mono/web-Link.svg +3 -0
  206. package/dist/collection/assets/icons/mono/wifi-signal.svg +3 -0
  207. package/dist/collection/assets/icons/mono/world-globe.svg +10 -0
  208. package/dist/collection/assets/icons/mono/xing.svg +11 -0
  209. package/dist/collection/assets/polyfills/ie11CustomProperties.min.js +8 -0
  210. package/dist/collection/assets/polyfills/intersection-observer.min.js +7 -0
  211. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Common.Settings.js +278 -0
  212. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Core.js +544 -0
  213. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.HL.js +1111 -0
  214. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.PlayerAPI.js +211 -0
  215. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles-Basic.css +881 -0
  216. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles-Button.css +75 -0
  217. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles.css +977 -0
  218. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.js +257 -0
  219. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.lib.Facade.adapter.jquery.js +120 -0
  220. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.lib.RSLib.js +796 -0
  221. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.pub.Config.js +384 -0
  222. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.ui.js +1241 -0
  223. package/dist/collection/assets/vendors/readspeaker/ReadSpeakerClassic.css +357 -0
  224. package/dist/collection/assets/vendors/readspeaker/ReadSpeakerClassic.js +51 -0
  225. package/dist/collection/assets/vendors/readspeaker/img/ReadSpeakerClassic.png +0 -0
  226. package/dist/collection/assets/vendors/readspeaker/img/cursor-ew.png +0 -0
  227. package/dist/collection/assets/vendors/readspeaker/img/help.png +0 -0
  228. package/dist/collection/assets/vendors/readspeaker/img/icon_16px.gif +0 -0
  229. package/dist/collection/assets/vendors/readspeaker/img/pin_black.png +0 -0
  230. package/dist/collection/assets/vendors/readspeaker/img/pin_red.png +0 -0
  231. package/dist/collection/assets/vendors/readspeaker/img/play-anim.gif +0 -0
  232. package/dist/collection/assets/vendors/readspeaker/img/rs_button.gif +0 -0
  233. package/dist/collection/assets/vendors/readspeaker/img/rs_button.png +0 -0
  234. package/dist/collection/assets/vendors/readspeaker/img/rs_loader_anim.gif +0 -0
  235. package/dist/collection/assets/vendors/readspeaker/img/timeline-anim.gif +0 -0
  236. package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.css +1 -0
  237. package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.js +24 -0
  238. package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/img/rs_icon_64x64.png +0 -0
  239. package/dist/collection/collection-manifest.json +82 -0
  240. package/dist/collection/components/stzh-accordion/stzh-accordion.css +99 -0
  241. package/dist/collection/components/stzh-accordion/stzh-accordion.js +156 -0
  242. package/dist/collection/components/stzh-accordion/stzh-accordion.stories.js +52 -0
  243. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +233 -0
  244. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +429 -0
  245. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.stories.js +45 -0
  246. package/dist/collection/components/stzh-actions/stzh-actions.css +125 -0
  247. package/dist/collection/components/stzh-actions/stzh-actions.js +98 -0
  248. package/dist/collection/components/stzh-actions/stzh-actions.stories.js +66 -0
  249. package/dist/collection/components/stzh-appnav/stzh-appnav.css +220 -0
  250. package/dist/collection/components/stzh-appnav/stzh-appnav.js +112 -0
  251. package/dist/collection/components/stzh-appnav/stzh-appnav.stories.js +53 -0
  252. package/dist/collection/components/stzh-appointments/stzh-appointments.css +180 -0
  253. package/dist/collection/components/stzh-appointments/stzh-appointments.js +515 -0
  254. package/dist/collection/components/stzh-appointments/stzh-appointments.localization.js +1 -0
  255. package/dist/collection/components/stzh-appointments/stzh-appointments.stories.js +186 -0
  256. package/dist/collection/components/stzh-badge/stzh-badge.css +118 -0
  257. package/dist/collection/components/stzh-badge/stzh-badge.js +47 -0
  258. package/dist/collection/components/stzh-badge/stzh-badge.stories.js +36 -0
  259. package/dist/collection/components/stzh-button/stzh-button.css +312 -0
  260. package/dist/collection/components/stzh-button/stzh-button.js +516 -0
  261. package/dist/collection/components/stzh-button/stzh-button.stories.js +66 -0
  262. package/dist/collection/components/stzh-calendar/stzh-calendar-day.js +22 -0
  263. package/dist/collection/components/stzh-calendar/stzh-calendar-month.js +21 -0
  264. package/dist/collection/components/stzh-calendar/stzh-calendar.css +332 -0
  265. package/dist/collection/components/stzh-calendar/stzh-calendar.js +463 -0
  266. package/dist/collection/components/stzh-calendar/stzh-calendar.localization.js +1 -0
  267. package/dist/collection/components/stzh-calendar/stzh-calendar.stories.js +37 -0
  268. package/dist/collection/components/stzh-cell/stzh-cell.css +575 -0
  269. package/dist/collection/components/stzh-cell/stzh-cell.js +179 -0
  270. package/dist/collection/components/stzh-cell/stzh-cell.stories.js +39 -0
  271. package/dist/collection/components/stzh-checkbox/assets/check.svg +3 -0
  272. package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +272 -0
  273. package/dist/collection/components/stzh-checkbox/stzh-checkbox.js +459 -0
  274. package/dist/collection/components/stzh-checkbox/stzh-checkbox.stories.js +38 -0
  275. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.css +209 -0
  276. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +450 -0
  277. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.stories.js +39 -0
  278. package/dist/collection/components/stzh-chip/stzh-chip.css +302 -0
  279. package/dist/collection/components/stzh-chip/stzh-chip.js +407 -0
  280. package/dist/collection/components/stzh-chip/stzh-chip.stories.js +64 -0
  281. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +115 -0
  282. package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +158 -0
  283. package/dist/collection/components/stzh-chip-select/stzh-chip-select.stories.js +69 -0
  284. package/dist/collection/components/stzh-container/stzh-container.css +190 -0
  285. package/dist/collection/components/stzh-container/stzh-container.js +21 -0
  286. package/dist/collection/components/stzh-container/stzh-container.stories.js +35 -0
  287. package/dist/collection/components/stzh-cspace/stzh-cspace.css +515 -0
  288. package/dist/collection/components/stzh-cspace/stzh-cspace.js +24 -0
  289. package/dist/collection/components/stzh-cspace/stzh-cspace.stories.js +34 -0
  290. package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.css +103 -0
  291. package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.js +24 -0
  292. package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.stories.js +149 -0
  293. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +317 -0
  294. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.js +358 -0
  295. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.localization.js +1 -0
  296. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.stories.js +63 -0
  297. package/dist/collection/components/stzh-datatable/stzh-datatable.css +338 -0
  298. package/dist/collection/components/stzh-datatable/stzh-datatable.js +413 -0
  299. package/dist/collection/components/stzh-datatable/stzh-datatable.localization.js +1 -0
  300. package/dist/collection/components/stzh-datatable/stzh-datatable.stories.js +63 -0
  301. package/dist/collection/components/stzh-datepicker/stzh-datepicker.css +111 -0
  302. package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +586 -0
  303. package/dist/collection/components/stzh-datepicker/stzh-datepicker.localization.js +1 -0
  304. package/dist/collection/components/stzh-datepicker/stzh-datepicker.stories.js +40 -0
  305. package/dist/collection/components/stzh-dialog/stzh-dialog.css +266 -0
  306. package/dist/collection/components/stzh-dialog/stzh-dialog.js +480 -0
  307. package/dist/collection/components/stzh-dialog/stzh-dialog.localization.js +1 -0
  308. package/dist/collection/components/stzh-dialog/stzh-dialog.stories.js +75 -0
  309. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +730 -0
  310. package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +1436 -0
  311. package/dist/collection/components/stzh-dropdown/stzh-dropdown.localization.js +1 -0
  312. package/dist/collection/components/stzh-dropdown/stzh-dropdown.stories.js +109 -0
  313. package/dist/collection/components/stzh-fieldset/stzh-fieldset.css +148 -0
  314. package/dist/collection/components/stzh-fieldset/stzh-fieldset.js +120 -0
  315. package/dist/collection/components/stzh-fieldset/stzh-fieldset.stories.js +55 -0
  316. package/dist/collection/components/stzh-figure/stzh-figure.css +137 -0
  317. package/dist/collection/components/stzh-figure/stzh-figure.js +76 -0
  318. package/dist/collection/components/stzh-figure/stzh-figure.stories.js +36 -0
  319. package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.css +140 -0
  320. package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.js +253 -0
  321. package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.stories.js +27 -0
  322. package/dist/collection/components/stzh-footer/stzh-footer.css +208 -0
  323. package/dist/collection/components/stzh-footer/stzh-footer.js +147 -0
  324. package/dist/collection/components/stzh-footer/stzh-footer.localization.js +1 -0
  325. package/dist/collection/components/stzh-footer/stzh-footer.stories.js +49 -0
  326. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +306 -0
  327. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.js +319 -0
  328. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.localization.js +1 -0
  329. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.stories.js +49 -0
  330. package/dist/collection/components/stzh-header/stzh-header.css +436 -0
  331. package/dist/collection/components/stzh-header/stzh-header.js +267 -0
  332. package/dist/collection/components/stzh-header/stzh-header.stories.js +178 -0
  333. package/dist/collection/components/stzh-heading/stzh-heading.css +397 -0
  334. package/dist/collection/components/stzh-heading/stzh-heading.js +99 -0
  335. package/dist/collection/components/stzh-heading/stzh-heading.stories.js +37 -0
  336. package/dist/collection/components/stzh-hr/stzh-hr.css +105 -0
  337. package/dist/collection/components/stzh-hr/stzh-hr.js +25 -0
  338. package/dist/collection/components/stzh-hr/stzh-hr.stories.js +23 -0
  339. package/dist/collection/components/stzh-hspace/stzh-hspace.css +810 -0
  340. package/dist/collection/components/stzh-hspace/stzh-hspace.js +246 -0
  341. package/dist/collection/components/stzh-hspace/stzh-hspace.stories.js +73 -0
  342. package/dist/collection/components/stzh-icon/stzh-icon.css +109 -0
  343. package/dist/collection/components/stzh-icon/stzh-icon.js +76 -0
  344. package/dist/collection/components/stzh-icon/stzh-icon.stories.js +37 -0
  345. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +1354 -0
  346. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -0
  347. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.css +99 -0
  348. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.js +19 -0
  349. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.stories.js +46 -0
  350. package/dist/collection/components/stzh-input/stzh-input-description.js +8 -0
  351. package/dist/collection/components/stzh-input/stzh-input.css +425 -0
  352. package/dist/collection/components/stzh-input/stzh-input.js +724 -0
  353. package/dist/collection/components/stzh-input/stzh-input.stories.js +116 -0
  354. package/dist/collection/components/stzh-link/stzh-link.css +231 -0
  355. package/dist/collection/components/stzh-link/stzh-link.js +427 -0
  356. package/dist/collection/components/stzh-link/stzh-link.stories.js +67 -0
  357. package/dist/collection/components/stzh-list/stzh-list.css +136 -0
  358. package/dist/collection/components/stzh-list/stzh-list.js +52 -0
  359. package/dist/collection/components/stzh-list/stzh-list.stories.js +42 -0
  360. package/dist/collection/components/stzh-list-item/assets/checkmark.svg +3 -0
  361. package/dist/collection/components/stzh-list-item/stzh-list-item.css +120 -0
  362. package/dist/collection/components/stzh-list-item/stzh-list-item.js +26 -0
  363. package/dist/collection/components/stzh-loader/stzh-loader.css +261 -0
  364. package/dist/collection/components/stzh-loader/stzh-loader.js +93 -0
  365. package/dist/collection/components/stzh-loader/stzh-loader.stories.js +36 -0
  366. package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.css +135 -0
  367. package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.js +94 -0
  368. package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.stories.js +34 -0
  369. package/dist/collection/components/stzh-menu/stzh-menu.css +105 -0
  370. package/dist/collection/components/stzh-menu/stzh-menu.js +21 -0
  371. package/dist/collection/components/stzh-menu/stzh-menu.stories.js +70 -0
  372. package/dist/collection/components/stzh-menu-item/stzh-menu-item.css +173 -0
  373. package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +296 -0
  374. package/dist/collection/components/stzh-menu-item/stzh-menu-item.stories.js +52 -0
  375. package/dist/collection/components/stzh-message/stzh-message.css +259 -0
  376. package/dist/collection/components/stzh-message/stzh-message.js +287 -0
  377. package/dist/collection/components/stzh-message/stzh-message.localization.js +1 -0
  378. package/dist/collection/components/stzh-message/stzh-message.stories.js +40 -0
  379. package/dist/collection/components/stzh-metanav/stzh-metanav.css +115 -0
  380. package/dist/collection/components/stzh-metanav/stzh-metanav.js +41 -0
  381. package/dist/collection/components/stzh-metanav/stzh-metanav.stories.js +39 -0
  382. package/dist/collection/components/stzh-overlay/stzh-overlay.css +135 -0
  383. package/dist/collection/components/stzh-overlay/stzh-overlay.js +239 -0
  384. package/dist/collection/components/stzh-overlay/stzh-overlay.stories.js +50 -0
  385. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.css +113 -0
  386. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.js +41 -0
  387. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.stories.js +43 -0
  388. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +136 -0
  389. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +76 -0
  390. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.stories.js +107 -0
  391. package/dist/collection/components/stzh-popover/stzh-popover.css +360 -0
  392. package/dist/collection/components/stzh-popover/stzh-popover.js +673 -0
  393. package/dist/collection/components/stzh-popover/stzh-popover.localization.js +1 -0
  394. package/dist/collection/components/stzh-popover/stzh-popover.stories.js +67 -0
  395. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +4079 -0
  396. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.js +25 -0
  397. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.stories.js +28 -0
  398. package/dist/collection/components/stzh-progressbar/stzh-progressbar.css +119 -0
  399. package/dist/collection/components/stzh-progressbar/stzh-progressbar.js +272 -0
  400. package/dist/collection/components/stzh-progressbar/stzh-progressbar.stories.js +164 -0
  401. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +364 -0
  402. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.js +250 -0
  403. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.stories.js +36 -0
  404. package/dist/collection/components/stzh-radio/stzh-radio.css +278 -0
  405. package/dist/collection/components/stzh-radio/stzh-radio.js +458 -0
  406. package/dist/collection/components/stzh-radio/stzh-radio.stories.js +38 -0
  407. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.css +209 -0
  408. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +477 -0
  409. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.stories.js +39 -0
  410. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.css +210 -0
  411. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.js +114 -0
  412. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.stories.js +50 -0
  413. package/dist/collection/components/stzh-richtext/stzh-richtext.css +735 -0
  414. package/dist/collection/components/stzh-richtext/stzh-richtext.js +90 -0
  415. package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +79 -0
  416. package/dist/collection/components/stzh-row/stzh-row.css +572 -0
  417. package/dist/collection/components/stzh-row/stzh-row.js +207 -0
  418. package/dist/collection/components/stzh-row/stzh-row.stories.js +90 -0
  419. package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +170 -0
  420. package/dist/collection/components/stzh-saptcha/stzh-saptcha.js +221 -0
  421. package/dist/collection/components/stzh-saptcha/stzh-saptcha.localization.js +1 -0
  422. package/dist/collection/components/stzh-saptcha/stzh-saptcha.stories.js +34 -0
  423. package/dist/collection/components/stzh-section/stzh-section.css +126 -0
  424. package/dist/collection/components/stzh-section/stzh-section.js +50 -0
  425. package/dist/collection/components/stzh-section/stzh-section.stories.js +100 -0
  426. package/dist/collection/components/stzh-servicecard/stzh-servicecard.css +558 -0
  427. package/dist/collection/components/stzh-servicecard/stzh-servicecard.js +592 -0
  428. package/dist/collection/components/stzh-servicecard/stzh-servicecard.localization.js +1 -0
  429. package/dist/collection/components/stzh-servicecard/stzh-servicecard.stories.js +73 -0
  430. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.css +163 -0
  431. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.js +153 -0
  432. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.localization.js +1 -0
  433. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.stories.js +115 -0
  434. package/dist/collection/components/stzh-skiplink/stzh-skiplink.css +128 -0
  435. package/dist/collection/components/stzh-skiplink/stzh-skiplink.js +106 -0
  436. package/dist/collection/components/stzh-skiplink/stzh-skiplink.stories.js +53 -0
  437. package/dist/collection/components/stzh-sortable/stzh-sortable.css +151 -0
  438. package/dist/collection/components/stzh-sortable/stzh-sortable.js +501 -0
  439. package/dist/collection/components/stzh-sortable/stzh-sortable.localization.js +1 -0
  440. package/dist/collection/components/stzh-sortable/stzh-sortable.stories.js +34 -0
  441. package/dist/collection/components/stzh-status/stzh-status.css +143 -0
  442. package/dist/collection/components/stzh-status/stzh-status.js +115 -0
  443. package/dist/collection/components/stzh-status/stzh-status.stories.js +34 -0
  444. package/dist/collection/components/stzh-table/stzh-table.css +365 -0
  445. package/dist/collection/components/stzh-table/stzh-table.js +215 -0
  446. package/dist/collection/components/stzh-table/stzh-table.stories.js +89 -0
  447. package/dist/collection/components/stzh-text/stzh-text.css +859 -0
  448. package/dist/collection/components/stzh-text/stzh-text.js +232 -0
  449. package/dist/collection/components/stzh-text/stzh-text.stories.js +43 -0
  450. package/dist/collection/components/stzh-toggle/stzh-toggle.css +296 -0
  451. package/dist/collection/components/stzh-toggle/stzh-toggle.js +479 -0
  452. package/dist/collection/components/stzh-toggle/stzh-toggle.stories.js +38 -0
  453. package/dist/collection/components/stzh-tooltip/assets/arrow.svg +3 -0
  454. package/dist/collection/components/stzh-tooltip/stzh-tooltip.css +182 -0
  455. package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +667 -0
  456. package/dist/collection/components/stzh-tooltip/stzh-tooltip.localization.js +1 -0
  457. package/dist/collection/components/stzh-tooltip/stzh-tooltip.stories.js +63 -0
  458. package/dist/collection/components/stzh-upload/stzh-upload.css +409 -0
  459. package/dist/collection/components/stzh-upload/stzh-upload.js +1358 -0
  460. package/dist/collection/components/stzh-upload/stzh-upload.localization.js +1 -0
  461. package/dist/collection/components/stzh-upload/stzh-upload.stories.js +69 -0
  462. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.css +163 -0
  463. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.js +229 -0
  464. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.stories.js +36 -0
  465. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.css +100 -0
  466. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.js +236 -0
  467. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.localization.js +1 -0
  468. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.stories.js +52 -0
  469. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +225 -0
  470. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.js +292 -0
  471. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.js +1 -0
  472. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.stories.js +53 -0
  473. package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.css +107 -0
  474. package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.js +23 -0
  475. package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.stories.js +45 -0
  476. package/dist/collection/components/stzh-vspace/stzh-vspace.css +811 -0
  477. package/dist/collection/components/stzh-vspace/stzh-vspace.js +246 -0
  478. package/dist/collection/components/stzh-vspace/stzh-vspace.stories.js +73 -0
  479. package/dist/collection/global/js/helpers/autofocus.js +20 -0
  480. package/dist/collection/global/js/helpers/scrollbar-width.js +20 -0
  481. package/dist/collection/global/js/script.js +17 -0
  482. package/dist/collection/index.js +7 -0
  483. package/dist/collection/pages/egov.stories.js +262 -0
  484. package/dist/collection/pages/example.stories.js +170 -0
  485. package/dist/collection/pages/meinkonto.stories.js +661 -0
  486. package/dist/collection/patterns/appointments.stories.js +43 -0
  487. package/dist/collection/patterns/processingscreen.stories.js +43 -0
  488. package/dist/collection/utils/animation-utils.js +51 -0
  489. package/dist/collection/utils/date-adapter.js +86 -0
  490. package/dist/collection/utils/date-utils.js +196 -0
  491. package/dist/collection/utils/decorators.js +15 -0
  492. package/dist/collection/utils/event-utils.js +14 -0
  493. package/dist/collection/utils/h.js +109 -0
  494. package/dist/collection/utils/media-utils.js +20 -0
  495. package/dist/collection/utils/string-utils.js +13 -0
  496. package/dist/collection/utils/test-utils.js +27 -0
  497. package/dist/collection/utils/translation-utils.js +55 -0
  498. package/dist/collection/utils/utils.js +41 -0
  499. package/dist/components/_commonjsHelpers.js +21 -0
  500. package/dist/components/animation-utils.js +40 -0
  501. package/dist/components/arrow.js +1297 -0
  502. package/dist/components/date-adapter.js +88 -0
  503. package/dist/components/event-utils.js +16 -0
  504. package/dist/components/focus-trap.esm.js +1278 -0
  505. package/dist/components/index.d.ts +92 -0
  506. package/dist/components/index.js +125 -0
  507. package/dist/components/index2.js +2017 -0
  508. package/dist/components/js.cookie.js +144 -0
  509. package/dist/components/media-utils.js +22 -0
  510. package/dist/components/string-utils.js +15 -0
  511. package/dist/components/stzh-accordion-item.d.ts +11 -0
  512. package/dist/components/stzh-accordion-item.js +204 -0
  513. package/dist/components/stzh-accordion.d.ts +11 -0
  514. package/dist/components/stzh-accordion.js +91 -0
  515. package/dist/components/stzh-actions.d.ts +11 -0
  516. package/dist/components/stzh-actions.js +69 -0
  517. package/dist/components/stzh-appnav.d.ts +11 -0
  518. package/dist/components/stzh-appnav.js +67 -0
  519. package/dist/components/stzh-appointments.d.ts +11 -0
  520. package/dist/components/stzh-appointments.js +367 -0
  521. package/dist/components/stzh-badge.d.ts +11 -0
  522. package/dist/components/stzh-badge.js +6 -0
  523. package/dist/components/stzh-badge2.js +33 -0
  524. package/dist/components/stzh-button.d.ts +11 -0
  525. package/dist/components/stzh-button.js +6 -0
  526. package/dist/components/stzh-button2.js +165 -0
  527. package/dist/components/stzh-calendar.d.ts +11 -0
  528. package/dist/components/stzh-calendar.js +6 -0
  529. package/dist/components/stzh-calendar2.js +490 -0
  530. package/dist/components/stzh-cell.d.ts +11 -0
  531. package/dist/components/stzh-cell.js +57 -0
  532. package/dist/components/stzh-checkbox.d.ts +11 -0
  533. package/dist/components/stzh-checkbox.js +176 -0
  534. package/dist/components/stzh-checkboxgroup.d.ts +11 -0
  535. package/dist/components/stzh-checkboxgroup.js +208 -0
  536. package/dist/components/stzh-chip-select.d.ts +11 -0
  537. package/dist/components/stzh-chip-select.js +107 -0
  538. package/dist/components/stzh-chip.d.ts +11 -0
  539. package/dist/components/stzh-chip.js +6 -0
  540. package/dist/components/stzh-chip2.js +130 -0
  541. package/dist/components/stzh-container.d.ts +11 -0
  542. package/dist/components/stzh-container.js +32 -0
  543. package/dist/components/stzh-cspace.d.ts +11 -0
  544. package/dist/components/stzh-cspace.js +35 -0
  545. package/dist/components/stzh-datamessagelist-item.d.ts +11 -0
  546. package/dist/components/stzh-datamessagelist-item.js +175 -0
  547. package/dist/components/stzh-datamessagelist.d.ts +11 -0
  548. package/dist/components/stzh-datamessagelist.js +36 -0
  549. package/dist/components/stzh-datatable.d.ts +11 -0
  550. package/dist/components/stzh-datatable.js +308 -0
  551. package/dist/components/stzh-datepicker.d.ts +11 -0
  552. package/dist/components/stzh-datepicker.js +6 -0
  553. package/dist/components/stzh-datepicker2.js +221 -0
  554. package/dist/components/stzh-dialog.d.ts +11 -0
  555. package/dist/components/stzh-dialog.js +229 -0
  556. package/dist/components/stzh-dropdown.d.ts +11 -0
  557. package/dist/components/stzh-dropdown.js +6 -0
  558. package/dist/components/stzh-dropdown2.js +5151 -0
  559. package/dist/components/stzh-fieldset.d.ts +11 -0
  560. package/dist/components/stzh-fieldset.js +59 -0
  561. package/dist/components/stzh-figure.d.ts +11 -0
  562. package/dist/components/stzh-figure.js +46 -0
  563. package/dist/components/stzh-flyingfocus.d.ts +11 -0
  564. package/dist/components/stzh-flyingfocus.js +199 -0
  565. package/dist/components/stzh-footer.d.ts +11 -0
  566. package/dist/components/stzh-footer.js +103 -0
  567. package/dist/components/stzh-ghettobox.d.ts +11 -0
  568. package/dist/components/stzh-ghettobox.js +6 -0
  569. package/dist/components/stzh-ghettobox2.js +135 -0
  570. package/dist/components/stzh-header.d.ts +11 -0
  571. package/dist/components/stzh-header.js +186 -0
  572. package/dist/components/stzh-heading.d.ts +11 -0
  573. package/dist/components/stzh-heading.js +6 -0
  574. package/dist/components/stzh-heading2.js +46 -0
  575. package/dist/components/stzh-hr.d.ts +11 -0
  576. package/dist/components/stzh-hr.js +36 -0
  577. package/dist/components/stzh-hspace.d.ts +11 -0
  578. package/dist/components/stzh-hspace.js +64 -0
  579. package/dist/components/stzh-icon-sprite.d.ts +11 -0
  580. package/dist/components/stzh-icon-sprite.js +35 -0
  581. package/dist/components/stzh-icon.d.ts +11 -0
  582. package/dist/components/stzh-icon.js +6 -0
  583. package/dist/components/stzh-icon2.js +48 -0
  584. package/dist/components/stzh-input-description.js +20 -0
  585. package/dist/components/stzh-input.d.ts +11 -0
  586. package/dist/components/stzh-input.js +6 -0
  587. package/dist/components/stzh-input2.js +253 -0
  588. package/dist/components/stzh-link.d.ts +11 -0
  589. package/dist/components/stzh-link.js +6 -0
  590. package/dist/components/stzh-link2.js +144 -0
  591. package/dist/components/stzh-list-item.d.ts +11 -0
  592. package/dist/components/stzh-list-item.js +42 -0
  593. package/dist/components/stzh-list.d.ts +11 -0
  594. package/dist/components/stzh-list.js +42 -0
  595. package/dist/components/stzh-loader.d.ts +11 -0
  596. package/dist/components/stzh-loader.js +48 -0
  597. package/dist/components/stzh-loadingbar.d.ts +11 -0
  598. package/dist/components/stzh-loadingbar.js +50 -0
  599. package/dist/components/stzh-menu-item.d.ts +11 -0
  600. package/dist/components/stzh-menu-item.js +6 -0
  601. package/dist/components/stzh-menu-item2.js +116 -0
  602. package/dist/components/stzh-menu.d.ts +11 -0
  603. package/dist/components/stzh-menu.js +6 -0
  604. package/dist/components/stzh-menu2.js +29 -0
  605. package/dist/components/stzh-message.d.ts +11 -0
  606. package/dist/components/stzh-message.js +113 -0
  607. package/dist/components/stzh-metanav.d.ts +11 -0
  608. package/dist/components/stzh-metanav.js +50 -0
  609. package/dist/components/stzh-overlay.d.ts +11 -0
  610. package/dist/components/stzh-overlay.js +119 -0
  611. package/dist/components/stzh-page-skiplinks.d.ts +11 -0
  612. package/dist/components/stzh-page-skiplinks.js +50 -0
  613. package/dist/components/stzh-pagetitle.d.ts +11 -0
  614. package/dist/components/stzh-pagetitle.js +85 -0
  615. package/dist/components/stzh-popover.d.ts +11 -0
  616. package/dist/components/stzh-popover.js +6 -0
  617. package/dist/components/stzh-popover2.js +390 -0
  618. package/dist/components/stzh-portal-mitwirken.d.ts +11 -0
  619. package/dist/components/stzh-portal-mitwirken.js +36 -0
  620. package/dist/components/stzh-progressbar-item.d.ts +11 -0
  621. package/dist/components/stzh-progressbar-item.js +6 -0
  622. package/dist/components/stzh-progressbar-item2.js +82 -0
  623. package/dist/components/stzh-progressbar.d.ts +11 -0
  624. package/dist/components/stzh-progressbar.js +159 -0
  625. package/dist/components/stzh-radio.d.ts +11 -0
  626. package/dist/components/stzh-radio.js +6 -0
  627. package/dist/components/stzh-radio2.js +168 -0
  628. package/dist/components/stzh-radiogroup.d.ts +11 -0
  629. package/dist/components/stzh-radiogroup.js +6 -0
  630. package/dist/components/stzh-radiogroup2.js +215 -0
  631. package/dist/components/stzh-readspeaker.d.ts +11 -0
  632. package/dist/components/stzh-readspeaker.js +74 -0
  633. package/dist/components/stzh-richtext.d.ts +11 -0
  634. package/dist/components/stzh-richtext.js +6 -0
  635. package/dist/components/stzh-richtext2.js +65 -0
  636. package/dist/components/stzh-row.d.ts +11 -0
  637. package/dist/components/stzh-row.js +63 -0
  638. package/dist/components/stzh-saptcha.d.ts +11 -0
  639. package/dist/components/stzh-saptcha.js +132 -0
  640. package/dist/components/stzh-section.d.ts +11 -0
  641. package/dist/components/stzh-section.js +39 -0
  642. package/dist/components/stzh-servicecard-list.d.ts +11 -0
  643. package/dist/components/stzh-servicecard-list.js +99 -0
  644. package/dist/components/stzh-servicecard.d.ts +11 -0
  645. package/dist/components/stzh-servicecard.js +283 -0
  646. package/dist/components/stzh-skiplink.d.ts +11 -0
  647. package/dist/components/stzh-skiplink.js +45 -0
  648. package/dist/components/stzh-sortable.d.ts +11 -0
  649. package/dist/components/stzh-sortable.js +6 -0
  650. package/dist/components/stzh-sortable2.js +3401 -0
  651. package/dist/components/stzh-status.d.ts +11 -0
  652. package/dist/components/stzh-status.js +6 -0
  653. package/dist/components/stzh-status2.js +51 -0
  654. package/dist/components/stzh-table.d.ts +11 -0
  655. package/dist/components/stzh-table.js +164 -0
  656. package/dist/components/stzh-text.d.ts +11 -0
  657. package/dist/components/stzh-text.js +6 -0
  658. package/dist/components/stzh-text2.js +64 -0
  659. package/dist/components/stzh-toggle.d.ts +11 -0
  660. package/dist/components/stzh-toggle.js +175 -0
  661. package/dist/components/stzh-tooltip.d.ts +11 -0
  662. package/dist/components/stzh-tooltip.js +6 -0
  663. package/dist/components/stzh-tooltip2.js +353 -0
  664. package/dist/components/stzh-upload.d.ts +11 -0
  665. package/dist/components/stzh-upload.js +10818 -0
  666. package/dist/components/stzh-vbz-linechip.d.ts +11 -0
  667. package/dist/components/stzh-vbz-linechip.js +6 -0
  668. package/dist/components/stzh-vbz-linechip2.js +2080 -0
  669. package/dist/components/stzh-vbz-majorticker.d.ts +11 -0
  670. package/dist/components/stzh-vbz-majorticker.js +158 -0
  671. package/dist/components/stzh-vbz-ticker.d.ts +11 -0
  672. package/dist/components/stzh-vbz-ticker.js +232 -0
  673. package/dist/components/stzh-visuallyhidden.d.ts +11 -0
  674. package/dist/components/stzh-visuallyhidden.js +34 -0
  675. package/dist/components/stzh-vspace.d.ts +11 -0
  676. package/dist/components/stzh-vspace.js +64 -0
  677. package/dist/components/translation-utils.js +57 -0
  678. package/dist/components/utils.js +33 -0
  679. package/dist/esm/_commonjsHelpers-ba3f0406.js +21 -0
  680. package/dist/esm/animation-utils-27dcfc1e.js +40 -0
  681. package/dist/esm/app-globals-137e106c.js +52 -0
  682. package/dist/esm/arrow-18769ca6.js +1297 -0
  683. package/dist/esm/date-adapter-c0ee5963.js +88 -0
  684. package/dist/esm/date-utils-282e96fe.js +159 -0
  685. package/dist/esm/dom-104fb833.js +73 -0
  686. package/dist/esm/event-utils-68b64805.js +16 -0
  687. package/dist/esm/focus-trap.esm-074705a3.js +1278 -0
  688. package/dist/esm/index-0e6d34c6.js +2209 -0
  689. package/dist/esm/index-545902f4.js +2017 -0
  690. package/dist/esm/index.js +1 -0
  691. package/dist/esm/js.cookie-28a40640.js +144 -0
  692. package/dist/esm/loader.js +19 -0
  693. package/dist/esm/media-utils-db7c9057.js +22 -0
  694. package/dist/esm/polyfills/core-js.js +11 -0
  695. package/dist/esm/polyfills/css-shim.js +1 -0
  696. package/dist/esm/polyfills/dom.js +79 -0
  697. package/dist/esm/polyfills/es5-html-element.js +1 -0
  698. package/dist/esm/polyfills/index.js +34 -0
  699. package/dist/esm/polyfills/system.js +6 -0
  700. package/dist/esm/shadow-css-4261c637.js +387 -0
  701. package/dist/esm/string-utils-33181845.js +15 -0
  702. package/dist/esm/stzh-accordion-item.entry.js +177 -0
  703. package/dist/esm/stzh-accordion.entry.js +70 -0
  704. package/dist/esm/stzh-actions.entry.js +49 -0
  705. package/dist/esm/stzh-appnav.entry.js +46 -0
  706. package/dist/esm/stzh-appointments.entry.js +267 -0
  707. package/dist/esm/stzh-badge_3.entry.js +161 -0
  708. package/dist/esm/stzh-calendar.entry.js +302 -0
  709. package/dist/esm/stzh-cell.entry.js +31 -0
  710. package/dist/esm/stzh-checkbox.entry.js +132 -0
  711. package/dist/esm/stzh-checkboxgroup.entry.js +164 -0
  712. package/dist/esm/stzh-chip-select.entry.js +62 -0
  713. package/dist/esm/stzh-chip.entry.js +97 -0
  714. package/dist/esm/stzh-components.js +105 -0
  715. package/dist/esm/stzh-container.entry.js +15 -0
  716. package/dist/esm/stzh-cspace.entry.js +18 -0
  717. package/dist/esm/stzh-datamessagelist-item.entry.js +99 -0
  718. package/dist/esm/stzh-datamessagelist.entry.js +19 -0
  719. package/dist/esm/stzh-datatable.entry.js +245 -0
  720. package/dist/esm/stzh-datepicker_4.entry.js +477 -0
  721. package/dist/esm/stzh-dialog.entry.js +187 -0
  722. package/dist/esm/stzh-dropdown.entry.js +5082 -0
  723. package/dist/esm/stzh-fieldset.entry.js +31 -0
  724. package/dist/esm/stzh-figure.entry.js +26 -0
  725. package/dist/esm/stzh-flyingfocus.entry.js +174 -0
  726. package/dist/esm/stzh-footer.entry.js +63 -0
  727. package/dist/esm/stzh-ghettobox_2.entry.js +145 -0
  728. package/dist/esm/stzh-header.entry.js +158 -0
  729. package/dist/esm/stzh-heading.entry.js +28 -0
  730. package/dist/esm/stzh-hr.entry.js +19 -0
  731. package/dist/esm/stzh-hspace.entry.js +37 -0
  732. package/dist/esm/stzh-icon-sprite.entry.js +18 -0
  733. package/dist/esm/stzh-input-description-fa0a4b5b.js +20 -0
  734. package/dist/esm/stzh-input.entry.js +188 -0
  735. package/dist/esm/stzh-link.entry.js +102 -0
  736. package/dist/esm/stzh-list-item.entry.js +24 -0
  737. package/dist/esm/stzh-list.entry.js +22 -0
  738. package/dist/esm/stzh-loader.entry.js +27 -0
  739. package/dist/esm/stzh-loadingbar.entry.js +29 -0
  740. package/dist/esm/stzh-menu_2.entry.js +92 -0
  741. package/dist/esm/stzh-message.entry.js +81 -0
  742. package/dist/esm/stzh-metanav.entry.js +33 -0
  743. package/dist/esm/stzh-overlay.entry.js +96 -0
  744. package/dist/esm/stzh-page-skiplinks.entry.js +33 -0
  745. package/dist/esm/stzh-pagetitle.entry.js +68 -0
  746. package/dist/esm/stzh-popover.entry.js +357 -0
  747. package/dist/esm/stzh-portal-mitwirken.entry.js +19 -0
  748. package/dist/esm/stzh-progressbar-item.entry.js +53 -0
  749. package/dist/esm/stzh-progressbar.entry.js +121 -0
  750. package/dist/esm/stzh-readspeaker.entry.js +54 -0
  751. package/dist/esm/stzh-row.entry.js +36 -0
  752. package/dist/esm/stzh-saptcha.entry.js +77 -0
  753. package/dist/esm/stzh-section.entry.js +20 -0
  754. package/dist/esm/stzh-servicecard-list.entry.js +52 -0
  755. package/dist/esm/stzh-servicecard.entry.js +208 -0
  756. package/dist/esm/stzh-skiplink.entry.js +23 -0
  757. package/dist/esm/stzh-sortable.entry.js +3378 -0
  758. package/dist/esm/stzh-status.entry.js +32 -0
  759. package/dist/esm/stzh-table.entry.js +139 -0
  760. package/dist/esm/stzh-toggle.entry.js +130 -0
  761. package/dist/esm/stzh-tooltip.entry.js +318 -0
  762. package/dist/esm/stzh-upload.entry.js +10746 -0
  763. package/dist/esm/stzh-vbz-linechip.entry.js +2054 -0
  764. package/dist/esm/stzh-vbz-majorticker.entry.js +103 -0
  765. package/dist/esm/stzh-vbz-ticker.entry.js +179 -0
  766. package/dist/esm/stzh-visuallyhidden.entry.js +17 -0
  767. package/dist/esm/stzh-vspace.entry.js +37 -0
  768. package/dist/esm/translation-utils-f5b09945.js +57 -0
  769. package/dist/esm/utils-c5d68020.js +33 -0
  770. package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +1 -0
  771. package/dist/esm-es5/animation-utils-27dcfc1e.js +1 -0
  772. package/dist/esm-es5/app-globals-137e106c.js +1 -0
  773. package/dist/esm-es5/arrow-18769ca6.js +1 -0
  774. package/dist/esm-es5/date-adapter-c0ee5963.js +1 -0
  775. package/dist/esm-es5/date-utils-282e96fe.js +1 -0
  776. package/dist/esm-es5/dom-104fb833.js +21 -0
  777. package/dist/esm-es5/event-utils-68b64805.js +1 -0
  778. package/dist/esm-es5/focus-trap.esm-074705a3.js +9 -0
  779. package/dist/esm-es5/index-0e6d34c6.js +2 -0
  780. package/dist/esm-es5/index-545902f4.js +1 -0
  781. package/dist/esm-es5/index.js +0 -0
  782. package/dist/esm-es5/js.cookie-28a40640.js +1 -0
  783. package/dist/esm-es5/loader.js +1 -0
  784. package/dist/esm-es5/media-utils-db7c9057.js +1 -0
  785. package/dist/esm-es5/shadow-css-4261c637.js +12 -0
  786. package/dist/esm-es5/string-utils-33181845.js +1 -0
  787. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -0
  788. package/dist/esm-es5/stzh-accordion.entry.js +1 -0
  789. package/dist/esm-es5/stzh-actions.entry.js +1 -0
  790. package/dist/esm-es5/stzh-appnav.entry.js +1 -0
  791. package/dist/esm-es5/stzh-appointments.entry.js +1 -0
  792. package/dist/esm-es5/stzh-badge_3.entry.js +1 -0
  793. package/dist/esm-es5/stzh-calendar.entry.js +1 -0
  794. package/dist/esm-es5/stzh-cell.entry.js +1 -0
  795. package/dist/esm-es5/stzh-checkbox.entry.js +1 -0
  796. package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -0
  797. package/dist/esm-es5/stzh-chip-select.entry.js +1 -0
  798. package/dist/esm-es5/stzh-chip.entry.js +1 -0
  799. package/dist/esm-es5/stzh-components.js +1 -0
  800. package/dist/esm-es5/stzh-container.entry.js +1 -0
  801. package/dist/esm-es5/stzh-cspace.entry.js +1 -0
  802. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -0
  803. package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -0
  804. package/dist/esm-es5/stzh-datatable.entry.js +9 -0
  805. package/dist/esm-es5/stzh-datepicker_4.entry.js +1 -0
  806. package/dist/esm-es5/stzh-dialog.entry.js +1 -0
  807. package/dist/esm-es5/stzh-dropdown.entry.js +1 -0
  808. package/dist/esm-es5/stzh-fieldset.entry.js +1 -0
  809. package/dist/esm-es5/stzh-figure.entry.js +1 -0
  810. package/dist/esm-es5/stzh-flyingfocus.entry.js +1 -0
  811. package/dist/esm-es5/stzh-footer.entry.js +1 -0
  812. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -0
  813. package/dist/esm-es5/stzh-header.entry.js +1 -0
  814. package/dist/esm-es5/stzh-heading.entry.js +1 -0
  815. package/dist/esm-es5/stzh-hr.entry.js +1 -0
  816. package/dist/esm-es5/stzh-hspace.entry.js +1 -0
  817. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -0
  818. package/dist/esm-es5/stzh-input-description-fa0a4b5b.js +1 -0
  819. package/dist/esm-es5/stzh-input.entry.js +1 -0
  820. package/dist/esm-es5/stzh-link.entry.js +1 -0
  821. package/dist/esm-es5/stzh-list-item.entry.js +1 -0
  822. package/dist/esm-es5/stzh-list.entry.js +1 -0
  823. package/dist/esm-es5/stzh-loader.entry.js +1 -0
  824. package/dist/esm-es5/stzh-loadingbar.entry.js +1 -0
  825. package/dist/esm-es5/stzh-menu_2.entry.js +1 -0
  826. package/dist/esm-es5/stzh-message.entry.js +1 -0
  827. package/dist/esm-es5/stzh-metanav.entry.js +1 -0
  828. package/dist/esm-es5/stzh-overlay.entry.js +1 -0
  829. package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -0
  830. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -0
  831. package/dist/esm-es5/stzh-popover.entry.js +1 -0
  832. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -0
  833. package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -0
  834. package/dist/esm-es5/stzh-progressbar.entry.js +1 -0
  835. package/dist/esm-es5/stzh-readspeaker.entry.js +1 -0
  836. package/dist/esm-es5/stzh-row.entry.js +1 -0
  837. package/dist/esm-es5/stzh-saptcha.entry.js +1 -0
  838. package/dist/esm-es5/stzh-section.entry.js +1 -0
  839. package/dist/esm-es5/stzh-servicecard-list.entry.js +1 -0
  840. package/dist/esm-es5/stzh-servicecard.entry.js +1 -0
  841. package/dist/esm-es5/stzh-skiplink.entry.js +1 -0
  842. package/dist/esm-es5/stzh-sortable.entry.js +7 -0
  843. package/dist/esm-es5/stzh-status.entry.js +1 -0
  844. package/dist/esm-es5/stzh-table.entry.js +1 -0
  845. package/dist/esm-es5/stzh-toggle.entry.js +1 -0
  846. package/dist/esm-es5/stzh-tooltip.entry.js +1 -0
  847. package/dist/esm-es5/stzh-upload.entry.js +1 -0
  848. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -0
  849. package/dist/esm-es5/stzh-vbz-majorticker.entry.js +1 -0
  850. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -0
  851. package/dist/esm-es5/stzh-visuallyhidden.entry.js +1 -0
  852. package/dist/esm-es5/stzh-vspace.entry.js +1 -0
  853. package/dist/esm-es5/translation-utils-f5b09945.js +1 -0
  854. package/dist/esm-es5/utils-c5d68020.js +1 -0
  855. package/dist/index.cjs.js +1 -0
  856. package/dist/index.js +1 -0
  857. package/dist/stzh-components/assets/favicons/android-chrome-192x192.png +0 -0
  858. package/dist/stzh-components/assets/favicons/android-chrome-384x384.png +0 -0
  859. package/dist/stzh-components/assets/favicons/apple-touch-icon.png +0 -0
  860. package/dist/stzh-components/assets/favicons/browserconfig.xml +9 -0
  861. package/dist/stzh-components/assets/favicons/favicon-16x16.png +0 -0
  862. package/dist/stzh-components/assets/favicons/favicon-32x32.png +0 -0
  863. package/dist/stzh-components/assets/favicons/favicon.ico +0 -0
  864. package/dist/stzh-components/assets/favicons/mstile-150x150.png +0 -0
  865. package/dist/stzh-components/assets/favicons/safari-pinned-tab.svg +1 -0
  866. package/dist/stzh-components/assets/favicons/site.webmanifest +19 -0
  867. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_41488878.woff +0 -0
  868. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_41488878.woff2 +0 -0
  869. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_55Roman.woff +0 -0
  870. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_55Roman.woff2 +0 -0
  871. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_71488914.woff +0 -0
  872. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_71488914.woff2 +0 -0
  873. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_65Medium.woff +0 -0
  874. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_65Medium.woff2 +0 -0
  875. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_85Heavy.woff +0 -0
  876. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_85Heavy.woff2 +0 -0
  877. package/dist/stzh-components/assets/fonts.css +39 -0
  878. package/dist/stzh-components/assets/i18n/de.json +154 -0
  879. package/dist/stzh-components/assets/i18n/en.json +154 -0
  880. package/dist/stzh-components/assets/icons/mono/alarm-bell.svg +3 -0
  881. package/dist/stzh-components/assets/icons/mono/angle-down.svg +3 -0
  882. package/dist/stzh-components/assets/icons/mono/angle-left.svg +3 -0
  883. package/dist/stzh-components/assets/icons/mono/angle-right.svg +3 -0
  884. package/dist/stzh-components/assets/icons/mono/angle-up.svg +3 -0
  885. package/dist/stzh-components/assets/icons/mono/archive-box.svg +3 -0
  886. package/dist/stzh-components/assets/icons/mono/arrow-down.svg +3 -0
  887. package/dist/stzh-components/assets/icons/mono/arrow-left-circle.svg +4 -0
  888. package/dist/stzh-components/assets/icons/mono/arrow-left.svg +3 -0
  889. package/dist/stzh-components/assets/icons/mono/arrow-right-long.svg +3 -0
  890. package/dist/stzh-components/assets/icons/mono/arrow-right.svg +3 -0
  891. package/dist/stzh-components/assets/icons/mono/arrow-up.svg +3 -0
  892. package/dist/stzh-components/assets/icons/mono/bulleted-list.svg +3 -0
  893. package/dist/stzh-components/assets/icons/mono/calendar.svg +3 -0
  894. package/dist/stzh-components/assets/icons/mono/cart.svg +3 -0
  895. package/dist/stzh-components/assets/icons/mono/checkmark-circle.svg +3 -0
  896. package/dist/stzh-components/assets/icons/mono/checkmark.svg +3 -0
  897. package/dist/stzh-components/assets/icons/mono/clock.svg +3 -0
  898. package/dist/stzh-components/assets/icons/mono/close-circle.svg +3 -0
  899. package/dist/stzh-components/assets/icons/mono/close.svg +3 -0
  900. package/dist/stzh-components/assets/icons/mono/compass-direction.svg +3 -0
  901. package/dist/stzh-components/assets/icons/mono/compass-north.svg +4 -0
  902. package/dist/stzh-components/assets/icons/mono/construction.svg +3 -0
  903. package/dist/stzh-components/assets/icons/mono/copy.svg +3 -0
  904. package/dist/stzh-components/assets/icons/mono/delete.svg +3 -0
  905. package/dist/stzh-components/assets/icons/mono/download.svg +3 -0
  906. package/dist/stzh-components/assets/icons/mono/drag.svg +10 -0
  907. package/dist/stzh-components/assets/icons/mono/edit.svg +3 -0
  908. package/dist/stzh-components/assets/icons/mono/email-check.svg +10 -0
  909. package/dist/stzh-components/assets/icons/mono/expand.svg +3 -0
  910. package/dist/stzh-components/assets/icons/mono/external-link.svg +4 -0
  911. package/dist/stzh-components/assets/icons/mono/facebook-comment.svg +3 -0
  912. package/dist/stzh-components/assets/icons/mono/facebook.svg +10 -0
  913. package/dist/stzh-components/assets/icons/mono/file.svg +3 -0
  914. package/dist/stzh-components/assets/icons/mono/filtering.svg +3 -0
  915. package/dist/stzh-components/assets/icons/mono/flag.svg +10 -0
  916. package/dist/stzh-components/assets/icons/mono/focus.svg +3 -0
  917. package/dist/stzh-components/assets/icons/mono/gear.svg +3 -0
  918. package/dist/stzh-components/assets/icons/mono/heart.svg +10 -0
  919. package/dist/stzh-components/assets/icons/mono/home.svg +10 -0
  920. package/dist/stzh-components/assets/icons/mono/important-warning.svg +3 -0
  921. package/dist/stzh-components/assets/icons/mono/info-help.svg +3 -0
  922. package/dist/stzh-components/assets/icons/mono/instagram.svg +3 -0
  923. package/dist/stzh-components/assets/icons/mono/like-hand.svg +10 -0
  924. package/dist/stzh-components/assets/icons/mono/linkedin.svg +5 -0
  925. package/dist/stzh-components/assets/icons/mono/list-expanded.svg +4 -0
  926. package/dist/stzh-components/assets/icons/mono/list-shrinked.svg +3 -0
  927. package/dist/stzh-components/assets/icons/mono/lock.svg +10 -0
  928. package/dist/stzh-components/assets/icons/mono/mail.svg +10 -0
  929. package/dist/stzh-components/assets/icons/mono/map.svg +3 -0
  930. package/dist/stzh-components/assets/icons/mono/menu.svg +3 -0
  931. package/dist/stzh-components/assets/icons/mono/minus.svg +3 -0
  932. package/dist/stzh-components/assets/icons/mono/more-horizontal.svg +5 -0
  933. package/dist/stzh-components/assets/icons/mono/more-vertical.svg +5 -0
  934. package/dist/stzh-components/assets/icons/mono/paper-clip.svg +10 -0
  935. package/dist/stzh-components/assets/icons/mono/phone.svg +10 -0
  936. package/dist/stzh-components/assets/icons/mono/pin-location.svg +10 -0
  937. package/dist/stzh-components/assets/icons/mono/pin.svg +11 -0
  938. package/dist/stzh-components/assets/icons/mono/play-1.svg +4 -0
  939. package/dist/stzh-components/assets/icons/mono/play-button.svg +11 -0
  940. package/dist/stzh-components/assets/icons/mono/play.svg +10 -0
  941. package/dist/stzh-components/assets/icons/mono/plus.svg +3 -0
  942. package/dist/stzh-components/assets/icons/mono/portfolio-grid.svg +11 -0
  943. package/dist/stzh-components/assets/icons/mono/print.svg +10 -0
  944. package/dist/stzh-components/assets/icons/mono/question-help.svg +3 -0
  945. package/dist/stzh-components/assets/icons/mono/read-mail.svg +10 -0
  946. package/dist/stzh-components/assets/icons/mono/reload.svg +10 -0
  947. package/dist/stzh-components/assets/icons/mono/reset-time.svg +10 -0
  948. package/dist/stzh-components/assets/icons/mono/reset.svg +10 -0
  949. package/dist/stzh-components/assets/icons/mono/resize.svg +8 -0
  950. package/dist/stzh-components/assets/icons/mono/rss.svg +12 -0
  951. package/dist/stzh-components/assets/icons/mono/search.svg +3 -0
  952. package/dist/stzh-components/assets/icons/mono/services.svg +6 -0
  953. package/dist/stzh-components/assets/icons/mono/share.svg +3 -0
  954. package/dist/stzh-components/assets/icons/mono/shrink.svg +3 -0
  955. package/dist/stzh-components/assets/icons/mono/silent-mode.svg +3 -0
  956. package/dist/stzh-components/assets/icons/mono/social-media.svg +23 -0
  957. package/dist/stzh-components/assets/icons/mono/star-filled.svg +3 -0
  958. package/dist/stzh-components/assets/icons/mono/star.svg +3 -0
  959. package/dist/stzh-components/assets/icons/mono/subtitle.svg +3 -0
  960. package/dist/stzh-components/assets/icons/mono/team.svg +10 -0
  961. package/dist/stzh-components/assets/icons/mono/text-message.svg +6 -0
  962. package/dist/stzh-components/assets/icons/mono/thermometer.svg +10 -0
  963. package/dist/stzh-components/assets/icons/mono/transcript.svg +3 -0
  964. package/dist/stzh-components/assets/icons/mono/twitter-reply.svg +3 -0
  965. package/dist/stzh-components/assets/icons/mono/twitter-retweet.svg +3 -0
  966. package/dist/stzh-components/assets/icons/mono/twitter.svg +10 -0
  967. package/dist/stzh-components/assets/icons/mono/unlock.svg +10 -0
  968. package/dist/stzh-components/assets/icons/mono/user.svg +3 -0
  969. package/dist/stzh-components/assets/icons/mono/view-hidden.svg +3 -0
  970. package/dist/stzh-components/assets/icons/mono/view.svg +4 -0
  971. package/dist/stzh-components/assets/icons/mono/volume-medium.svg +3 -0
  972. package/dist/stzh-components/assets/icons/mono/warning-big.svg +4 -0
  973. package/dist/stzh-components/assets/icons/mono/warning.svg +3 -0
  974. package/dist/stzh-components/assets/icons/mono/web-Link.svg +3 -0
  975. package/dist/stzh-components/assets/icons/mono/wifi-signal.svg +3 -0
  976. package/dist/stzh-components/assets/icons/mono/world-globe.svg +10 -0
  977. package/dist/stzh-components/assets/icons/mono/xing.svg +11 -0
  978. package/dist/stzh-components/assets/polyfills/ie11CustomProperties.min.js +8 -0
  979. package/dist/stzh-components/assets/polyfills/intersection-observer.min.js +7 -0
  980. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +1354 -0
  981. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -0
  982. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Common.Settings.js +278 -0
  983. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Core.js +544 -0
  984. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.HL.js +1111 -0
  985. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.PlayerAPI.js +211 -0
  986. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles-Basic.css +881 -0
  987. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles-Button.css +75 -0
  988. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles.css +977 -0
  989. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.js +257 -0
  990. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.lib.Facade.adapter.jquery.js +120 -0
  991. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.lib.RSLib.js +796 -0
  992. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.pub.Config.js +384 -0
  993. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.ui.js +1241 -0
  994. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeakerClassic.css +357 -0
  995. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeakerClassic.js +51 -0
  996. package/dist/stzh-components/assets/vendors/readspeaker/img/ReadSpeakerClassic.png +0 -0
  997. package/dist/stzh-components/assets/vendors/readspeaker/img/cursor-ew.png +0 -0
  998. package/dist/stzh-components/assets/vendors/readspeaker/img/help.png +0 -0
  999. package/dist/stzh-components/assets/vendors/readspeaker/img/icon_16px.gif +0 -0
  1000. package/dist/stzh-components/assets/vendors/readspeaker/img/pin_black.png +0 -0
  1001. package/dist/stzh-components/assets/vendors/readspeaker/img/pin_red.png +0 -0
  1002. package/dist/stzh-components/assets/vendors/readspeaker/img/play-anim.gif +0 -0
  1003. package/dist/stzh-components/assets/vendors/readspeaker/img/rs_button.gif +0 -0
  1004. package/dist/stzh-components/assets/vendors/readspeaker/img/rs_button.png +0 -0
  1005. package/dist/stzh-components/assets/vendors/readspeaker/img/rs_loader_anim.gif +0 -0
  1006. package/dist/stzh-components/assets/vendors/readspeaker/img/timeline-anim.gif +0 -0
  1007. package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.css +1 -0
  1008. package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.js +24 -0
  1009. package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/img/rs_icon_64x64.png +0 -0
  1010. package/dist/stzh-components/index.esm.js +0 -0
  1011. package/dist/stzh-components/p-0338cec3.system.entry.js +1 -0
  1012. package/dist/stzh-components/p-03b16275.entry.js +1 -0
  1013. package/dist/stzh-components/p-0433fff9.system.entry.js +1 -0
  1014. package/dist/stzh-components/p-0837657c.entry.js +1 -0
  1015. package/dist/stzh-components/p-08cc711a.system.entry.js +1 -0
  1016. package/dist/stzh-components/p-0a71fbac.entry.js +1 -0
  1017. package/dist/stzh-components/p-0ae3e066.system.entry.js +1 -0
  1018. package/dist/stzh-components/p-0c2b5907.js +1 -0
  1019. package/dist/stzh-components/p-0e9e4c68.entry.js +1 -0
  1020. package/dist/stzh-components/p-0ec28130.system.entry.js +1 -0
  1021. package/dist/stzh-components/p-148de4e6.entry.js +1 -0
  1022. package/dist/stzh-components/p-160c6e5f.system.entry.js +1 -0
  1023. package/dist/stzh-components/p-17258518.entry.js +1 -0
  1024. package/dist/stzh-components/p-1a40a6e4.js +1 -0
  1025. package/dist/stzh-components/p-1aaa5112.system.entry.js +1 -0
  1026. package/dist/stzh-components/p-1ace5d80.entry.js +1 -0
  1027. package/dist/stzh-components/p-1cde29ea.entry.js +1 -0
  1028. package/dist/stzh-components/p-1cebd703.entry.js +1 -0
  1029. package/dist/stzh-components/p-1e2ee622.system.entry.js +1 -0
  1030. package/dist/stzh-components/p-1f3e6fad.system.entry.js +1 -0
  1031. package/dist/stzh-components/p-22f948e2.entry.js +1 -0
  1032. package/dist/stzh-components/p-22fba26d.entry.js +1 -0
  1033. package/dist/stzh-components/p-25afa99e.entry.js +1 -0
  1034. package/dist/stzh-components/p-301841e3.entry.js +1 -0
  1035. package/dist/stzh-components/p-30b347ee.system.js +2 -0
  1036. package/dist/stzh-components/p-320aedf7.js +1 -0
  1037. package/dist/stzh-components/p-323fdc2f.entry.js +1 -0
  1038. package/dist/stzh-components/p-33d033a3.system.entry.js +1 -0
  1039. package/dist/stzh-components/p-3410ef5a.system.entry.js +1 -0
  1040. package/dist/stzh-components/p-378be0be.system.entry.js +1 -0
  1041. package/dist/stzh-components/p-3a73b8b5.system.js +1 -0
  1042. package/dist/stzh-components/p-3afe13ac.system.entry.js +1 -0
  1043. package/dist/stzh-components/p-3ca5c2e6.system.entry.js +1 -0
  1044. package/dist/stzh-components/p-3da37219.entry.js +8 -0
  1045. package/dist/stzh-components/p-3e3e4bfd.system.js +1 -0
  1046. package/dist/stzh-components/p-3e8ff66b.js +1 -0
  1047. package/dist/stzh-components/p-3eb7b6b4.entry.js +1 -0
  1048. package/dist/stzh-components/p-3f03fd94.system.entry.js +1 -0
  1049. package/dist/stzh-components/p-40a19ce6.js +10 -0
  1050. package/dist/stzh-components/p-42430cdf.js +1 -0
  1051. package/dist/stzh-components/p-4476344d.js +1 -0
  1052. package/dist/stzh-components/p-45d4e9b4.system.entry.js +1 -0
  1053. package/dist/stzh-components/p-46f301c0.entry.js +1 -0
  1054. package/dist/stzh-components/p-49968bbf.entry.js +1 -0
  1055. package/dist/stzh-components/p-4b69a3e8.system.entry.js +1 -0
  1056. package/dist/stzh-components/p-4b8893d1.entry.js +1 -0
  1057. package/dist/stzh-components/p-4c61dcad.js +19 -0
  1058. package/dist/stzh-components/p-4c68fa45.system.js +1 -0
  1059. package/dist/stzh-components/p-4e9e606f.entry.js +1 -0
  1060. package/dist/stzh-components/p-50ea2036.system.js +1 -0
  1061. package/dist/stzh-components/p-53934cfd.js +1 -0
  1062. package/dist/stzh-components/p-562394a9.system.entry.js +1 -0
  1063. package/dist/stzh-components/p-56fccfa3.system.entry.js +1 -0
  1064. package/dist/stzh-components/p-582cf0f1.system.js +1 -0
  1065. package/dist/stzh-components/p-58917ce2.entry.js +1 -0
  1066. package/dist/stzh-components/p-58b8d309.system.entry.js +1 -0
  1067. package/dist/stzh-components/p-5977373f.system.js +1 -0
  1068. package/dist/stzh-components/p-59bdb14a.system.entry.js +1 -0
  1069. package/dist/stzh-components/p-5db542ae.system.js +1 -0
  1070. package/dist/stzh-components/p-5f20178b.system.js +1 -0
  1071. package/dist/stzh-components/p-6113bb25.entry.js +1 -0
  1072. package/dist/stzh-components/p-632d9076.system.entry.js +1 -0
  1073. package/dist/stzh-components/p-63b5068a.system.entry.js +1 -0
  1074. package/dist/stzh-components/p-63bf05f1.system.entry.js +1 -0
  1075. package/dist/stzh-components/p-648695c2.js +1 -0
  1076. package/dist/stzh-components/p-649164c7.entry.js +9 -0
  1077. package/dist/stzh-components/p-649621fc.js +1 -0
  1078. package/dist/stzh-components/p-6523a23b.system.js +21 -0
  1079. package/dist/stzh-components/p-65282c9d.js +2 -0
  1080. package/dist/stzh-components/p-65444117.system.entry.js +1 -0
  1081. package/dist/stzh-components/p-66556f67.entry.js +1 -0
  1082. package/dist/stzh-components/p-670d4834.entry.js +1 -0
  1083. package/dist/stzh-components/p-67eac0a0.entry.js +1 -0
  1084. package/dist/stzh-components/p-690d14cd.entry.js +1 -0
  1085. package/dist/stzh-components/p-6d23fb4d.system.entry.js +1 -0
  1086. package/dist/stzh-components/p-73d51acc.system.entry.js +1 -0
  1087. package/dist/stzh-components/p-740dd50f.entry.js +1 -0
  1088. package/dist/stzh-components/p-75f1b800.entry.js +1 -0
  1089. package/dist/stzh-components/p-79770abe.system.entry.js +9 -0
  1090. package/dist/stzh-components/p-7c6f9cb3.entry.js +1 -0
  1091. package/dist/stzh-components/p-7e3924a0.system.entry.js +1 -0
  1092. package/dist/stzh-components/p-80db7aa6.system.entry.js +1 -0
  1093. package/dist/stzh-components/p-818634d2.entry.js +1 -0
  1094. package/dist/stzh-components/p-81d9f3e0.js +1 -0
  1095. package/dist/stzh-components/p-82e6148a.system.entry.js +1 -0
  1096. package/dist/stzh-components/p-85d78e08.entry.js +1 -0
  1097. package/dist/stzh-components/p-87140179.system.entry.js +1 -0
  1098. package/dist/stzh-components/p-8ba6ca80.js +1 -0
  1099. package/dist/stzh-components/p-8cf287d8.system.entry.js +1 -0
  1100. package/dist/stzh-components/p-915e8ad6.entry.js +1 -0
  1101. package/dist/stzh-components/p-91e9ccfa.entry.js +1 -0
  1102. package/dist/stzh-components/p-927901f5.system.entry.js +1 -0
  1103. package/dist/stzh-components/p-936cc626.system.entry.js +1 -0
  1104. package/dist/stzh-components/p-95a3c962.system.entry.js +1 -0
  1105. package/dist/stzh-components/p-96fd158c.entry.js +1 -0
  1106. package/dist/stzh-components/p-98afd4b0.system.entry.js +1 -0
  1107. package/dist/stzh-components/p-99195f5a.system.js +1 -0
  1108. package/dist/stzh-components/p-99533090.system.entry.js +1 -0
  1109. package/dist/stzh-components/p-9be4e960.entry.js +1 -0
  1110. package/dist/stzh-components/p-9fe34fe8.system.js +1 -0
  1111. package/dist/stzh-components/p-a42a7524.entry.js +1 -0
  1112. package/dist/stzh-components/p-a499fa98.system.entry.js +1 -0
  1113. package/dist/stzh-components/p-a5b616bb.system.entry.js +1 -0
  1114. package/dist/stzh-components/p-a7454367.js +1 -0
  1115. package/dist/stzh-components/p-a7785d9b.system.js +1 -0
  1116. package/dist/stzh-components/p-a8c3af68.system.entry.js +1 -0
  1117. package/dist/stzh-components/p-a8de6293.system.js +13 -0
  1118. package/dist/stzh-components/p-ab2727e6.entry.js +1 -0
  1119. package/dist/stzh-components/p-ab864a8a.system.entry.js +1 -0
  1120. package/dist/stzh-components/p-ac9e6d17.system.entry.js +1 -0
  1121. package/dist/stzh-components/p-adaf8b15.entry.js +1 -0
  1122. package/dist/stzh-components/p-ade1ebcf.system.entry.js +1 -0
  1123. package/dist/stzh-components/p-aec2d2d1.system.entry.js +1 -0
  1124. package/dist/stzh-components/p-af47430b.system.entry.js +1 -0
  1125. package/dist/stzh-components/p-af819e4e.system.js +1 -0
  1126. package/dist/stzh-components/p-afa7061e.entry.js +1 -0
  1127. package/dist/stzh-components/p-b06cc533.entry.js +1 -0
  1128. package/dist/stzh-components/p-b10682ee.js +1 -0
  1129. package/dist/stzh-components/p-b1976630.entry.js +1 -0
  1130. package/dist/stzh-components/p-b24040ff.system.entry.js +1 -0
  1131. package/dist/stzh-components/p-b2c8c31e.system.entry.js +1 -0
  1132. package/dist/stzh-components/p-b34774e7.entry.js +1 -0
  1133. package/dist/stzh-components/p-b3b05b6c.entry.js +1 -0
  1134. package/dist/stzh-components/p-b56c83a4.entry.js +1 -0
  1135. package/dist/stzh-components/p-b651f251.entry.js +1 -0
  1136. package/dist/stzh-components/p-b9e4095d.entry.js +1 -0
  1137. package/dist/stzh-components/p-bb900d9f.entry.js +1 -0
  1138. package/dist/stzh-components/p-bb91feeb.entry.js +1 -0
  1139. package/dist/stzh-components/p-bf5b6523.entry.js +1 -0
  1140. package/dist/stzh-components/p-c2218965.system.entry.js +1 -0
  1141. package/dist/stzh-components/p-c3ac1bdc.system.entry.js +1 -0
  1142. package/dist/stzh-components/p-c51a61cb.system.entry.js +1 -0
  1143. package/dist/stzh-components/p-c6cad5ed.system.entry.js +1 -0
  1144. package/dist/stzh-components/p-c8bc2812.entry.js +1 -0
  1145. package/dist/stzh-components/p-cd29b7ca.entry.js +1 -0
  1146. package/dist/stzh-components/p-d1821750.system.entry.js +1 -0
  1147. package/dist/stzh-components/p-d2f660e1.system.js +1 -0
  1148. package/dist/stzh-components/p-d790a367.entry.js +1 -0
  1149. package/dist/stzh-components/p-d7b5770c.entry.js +1 -0
  1150. package/dist/stzh-components/p-d8819b74.system.entry.js +1 -0
  1151. package/dist/stzh-components/p-da8218fa.system.entry.js +1 -0
  1152. package/dist/stzh-components/p-ded16c0e.system.js +1 -0
  1153. package/dist/stzh-components/p-df422d36.entry.js +1 -0
  1154. package/dist/stzh-components/p-e00139a1.entry.js +1 -0
  1155. package/dist/stzh-components/p-e029f6c5.system.entry.js +1 -0
  1156. package/dist/stzh-components/p-e1b64b8a.system.entry.js +1 -0
  1157. package/dist/stzh-components/p-e20369c8.system.js +10 -0
  1158. package/dist/stzh-components/p-e3769e97.system.js +1 -0
  1159. package/dist/stzh-components/p-e4347cfe.entry.js +1 -0
  1160. package/dist/stzh-components/p-e69a66bb.js +1 -0
  1161. package/dist/stzh-components/p-e9bc3a43.entry.js +1 -0
  1162. package/dist/stzh-components/p-e9ca8ddc.entry.js +1 -0
  1163. package/dist/stzh-components/p-ebf73698.entry.js +1 -0
  1164. package/dist/stzh-components/p-ece7ad4d.system.entry.js +1 -0
  1165. package/dist/stzh-components/p-ef5d4167.js +12 -0
  1166. package/dist/stzh-components/p-efb9fa47.system.entry.js +1 -0
  1167. package/dist/stzh-components/p-efd78d08.system.entry.js +1 -0
  1168. package/dist/stzh-components/p-f0422b6c.entry.js +1 -0
  1169. package/dist/stzh-components/p-f21440b3.entry.js +1 -0
  1170. package/dist/stzh-components/p-f44f4d26.system.entry.js +1 -0
  1171. package/dist/stzh-components/p-f481f21d.system.js +1 -0
  1172. package/dist/stzh-components/p-f48a2b00.system.entry.js +1 -0
  1173. package/dist/stzh-components/p-f8bb1bed.system.entry.js +7 -0
  1174. package/dist/stzh-components/p-fa8651dd.entry.js +1 -0
  1175. package/dist/stzh-components/p-fe9f8a09.system.entry.js +1 -0
  1176. package/dist/stzh-components/p-ffa293cf.entry.js +1 -0
  1177. package/dist/stzh-components/stzh-components.css +1 -0
  1178. package/dist/stzh-components/stzh-components.esm.js +1 -0
  1179. package/dist/stzh-components/stzh-components.js +131 -0
  1180. package/dist/types/components/stzh-accordion/stzh-accordion.d.ts +15 -0
  1181. package/dist/types/components/stzh-accordion-item/stzh-accordion-item.d.ts +44 -0
  1182. package/dist/types/components/stzh-actions/stzh-actions.d.ts +16 -0
  1183. package/dist/types/components/stzh-appnav/stzh-appnav.d.ts +17 -0
  1184. package/dist/types/components/stzh-appointments/stzh-appointments.d.ts +73 -0
  1185. package/dist/types/components/stzh-appointments/stzh-appointments.localization.d.ts +11 -0
  1186. package/dist/types/components/stzh-badge/stzh-badge.d.ts +8 -0
  1187. package/dist/types/components/stzh-button/stzh-button.d.ts +59 -0
  1188. package/dist/types/components/stzh-calendar/stzh-calendar-day.d.ts +14 -0
  1189. package/dist/types/components/stzh-calendar/stzh-calendar-month.d.ts +21 -0
  1190. package/dist/types/components/stzh-calendar/stzh-calendar.d.ts +76 -0
  1191. package/dist/types/components/stzh-calendar/stzh-calendar.localization.d.ts +7 -0
  1192. package/dist/types/components/stzh-cell/stzh-cell.d.ts +21 -0
  1193. package/dist/types/components/stzh-checkbox/stzh-checkbox.d.ts +55 -0
  1194. package/dist/types/components/stzh-checkboxgroup/stzh-checkboxgroup.d.ts +62 -0
  1195. package/dist/types/components/stzh-chip/stzh-chip.d.ts +47 -0
  1196. package/dist/types/components/stzh-chip-select/stzh-chip-select.d.ts +23 -0
  1197. package/dist/types/components/stzh-container/stzh-container.d.ts +6 -0
  1198. package/dist/types/components/stzh-cspace/stzh-cspace.d.ts +6 -0
  1199. package/dist/types/components/stzh-datamessagelist/stzh-datamessagelist.d.ts +6 -0
  1200. package/dist/types/components/stzh-datamessagelist-item/stzh-datamessagelist-item.d.ts +44 -0
  1201. package/dist/types/components/stzh-datamessagelist-item/stzh-datamessagelist-item.localization.d.ts +4 -0
  1202. package/dist/types/components/stzh-datatable/stzh-datatable.d.ts +49 -0
  1203. package/dist/types/components/stzh-datatable/stzh-datatable.localization.d.ts +4 -0
  1204. package/dist/types/components/stzh-datepicker/stzh-datepicker.d.ts +93 -0
  1205. package/dist/types/components/stzh-datepicker/stzh-datepicker.localization.d.ts +5 -0
  1206. package/dist/types/components/stzh-dialog/stzh-dialog.d.ts +59 -0
  1207. package/dist/types/components/stzh-dialog/stzh-dialog.localization.d.ts +4 -0
  1208. package/dist/types/components/stzh-dropdown/stzh-dropdown.d.ts +150 -0
  1209. package/dist/types/components/stzh-dropdown/stzh-dropdown.localization.d.ts +7 -0
  1210. package/dist/types/components/stzh-fieldset/stzh-fieldset.d.ts +15 -0
  1211. package/dist/types/components/stzh-figure/stzh-figure.d.ts +13 -0
  1212. package/dist/types/components/stzh-flyingfocus/stzh-flyingfocus.d.ts +39 -0
  1213. package/dist/types/components/stzh-footer/stzh-footer.d.ts +21 -0
  1214. package/dist/types/components/stzh-footer/stzh-footer.localization.d.ts +9 -0
  1215. package/dist/types/components/stzh-ghettobox/stzh-ghettobox.d.ts +49 -0
  1216. package/dist/types/components/stzh-ghettobox/stzh-ghettobox.localization.d.ts +5 -0
  1217. package/dist/types/components/stzh-header/stzh-header.d.ts +57 -0
  1218. package/dist/types/components/stzh-heading/stzh-heading.d.ts +13 -0
  1219. package/dist/types/components/stzh-hr/stzh-hr.d.ts +7 -0
  1220. package/dist/types/components/stzh-hspace/stzh-hspace.d.ts +25 -0
  1221. package/dist/types/components/stzh-icon/stzh-icon.d.ts +15 -0
  1222. package/dist/types/components/stzh-icon-sprite/stzh-icon-sprite.d.ts +3 -0
  1223. package/dist/types/components/stzh-input/stzh-input-description.d.ts +11 -0
  1224. package/dist/types/components/stzh-input/stzh-input.d.ts +95 -0
  1225. package/dist/types/components/stzh-link/stzh-link.d.ts +50 -0
  1226. package/dist/types/components/stzh-list/stzh-list.d.ts +9 -0
  1227. package/dist/types/components/stzh-list-item/stzh-list-item.d.ts +7 -0
  1228. package/dist/types/components/stzh-loader/stzh-loader.d.ts +13 -0
  1229. package/dist/types/components/stzh-loadingbar/stzh-loadingbar.d.ts +12 -0
  1230. package/dist/types/components/stzh-menu/stzh-menu.d.ts +6 -0
  1231. package/dist/types/components/stzh-menu-item/stzh-menu-item.d.ts +35 -0
  1232. package/dist/types/components/stzh-message/stzh-message.d.ts +36 -0
  1233. package/dist/types/components/stzh-message/stzh-message.localization.d.ts +4 -0
  1234. package/dist/types/components/stzh-metanav/stzh-metanav.d.ts +11 -0
  1235. package/dist/types/components/stzh-overlay/stzh-overlay.d.ts +34 -0
  1236. package/dist/types/components/stzh-page-skiplinks/stzh-page-skiplinks.d.ts +11 -0
  1237. package/dist/types/components/stzh-pagetitle/stzh-pagetitle.d.ts +11 -0
  1238. package/dist/types/components/stzh-popover/stzh-popover.d.ts +73 -0
  1239. package/dist/types/components/stzh-popover/stzh-popover.localization.d.ts +4 -0
  1240. package/dist/types/components/stzh-portal-mitwirken/stzh-portal-mitwirken.d.ts +8 -0
  1241. package/dist/types/components/stzh-progressbar/stzh-progressbar.d.ts +42 -0
  1242. package/dist/types/components/stzh-progressbar-item/stzh-progressbar-item.d.ts +22 -0
  1243. package/dist/types/components/stzh-radio/stzh-radio.d.ts +55 -0
  1244. package/dist/types/components/stzh-radiogroup/stzh-radiogroup.d.ts +64 -0
  1245. package/dist/types/components/stzh-readspeaker/stzh-readspeaker.d.ts +18 -0
  1246. package/dist/types/components/stzh-richtext/stzh-richtext.d.ts +14 -0
  1247. package/dist/types/components/stzh-row/stzh-row.d.ts +23 -0
  1248. package/dist/types/components/stzh-saptcha/stzh-saptcha.d.ts +28 -0
  1249. package/dist/types/components/stzh-saptcha/stzh-saptcha.localization.d.ts +7 -0
  1250. package/dist/types/components/stzh-section/stzh-section.d.ts +8 -0
  1251. package/dist/types/components/stzh-servicecard/stzh-servicecard.d.ts +72 -0
  1252. package/dist/types/components/stzh-servicecard/stzh-servicecard.localization.d.ts +8 -0
  1253. package/dist/types/components/stzh-servicecard-list/stzh-servicecard-list.d.ts +23 -0
  1254. package/dist/types/components/stzh-servicecard-list/stzh-servicecard-list.localization.d.ts +5 -0
  1255. package/dist/types/components/stzh-skiplink/stzh-skiplink.d.ts +16 -0
  1256. package/dist/types/components/stzh-sortable/stzh-sortable.d.ts +52 -0
  1257. package/dist/types/components/stzh-sortable/stzh-sortable.localization.d.ts +8 -0
  1258. package/dist/types/components/stzh-status/stzh-status.d.ts +14 -0
  1259. package/dist/types/components/stzh-table/stzh-table.d.ts +33 -0
  1260. package/dist/types/components/stzh-text/stzh-text.d.ts +23 -0
  1261. package/dist/types/components/stzh-toggle/stzh-toggle.d.ts +57 -0
  1262. package/dist/types/components/stzh-tooltip/stzh-tooltip.d.ts +78 -0
  1263. package/dist/types/components/stzh-tooltip/stzh-tooltip.localization.d.ts +4 -0
  1264. package/dist/types/components/stzh-upload/stzh-upload.d.ts +207 -0
  1265. package/dist/types/components/stzh-upload/stzh-upload.localization.d.ts +16 -0
  1266. package/dist/types/components/stzh-vbz-linechip/stzh-vbz-linechip.d.ts +27 -0
  1267. package/dist/types/components/stzh-vbz-majorticker/stzh-vbz-majorticker.d.ts +34 -0
  1268. package/dist/types/components/stzh-vbz-majorticker/stzh-vbz-majorticker.localization.d.ts +4 -0
  1269. package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.d.ts +54 -0
  1270. package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.d.ts +15 -0
  1271. package/dist/types/components/stzh-visuallyhidden/stzh-visuallyhidden.d.ts +6 -0
  1272. package/dist/types/components/stzh-vspace/stzh-vspace.d.ts +25 -0
  1273. package/dist/types/components.d.ts +5192 -0
  1274. package/dist/types/index.d.ts +427 -0
  1275. package/dist/types/stencil-public-runtime.d.ts +1565 -0
  1276. package/dist/types/types/svg.d.ts +4 -0
  1277. package/dist/types/utils/animation-utils.d.ts +10 -0
  1278. package/dist/types/utils/date-adapter.d.ts +8 -0
  1279. package/dist/types/utils/date-utils.d.ts +61 -0
  1280. package/dist/types/utils/event-utils.d.ts +1 -0
  1281. package/dist/types/utils/h.d.ts +18 -0
  1282. package/dist/types/utils/media-utils.d.ts +3 -0
  1283. package/dist/types/utils/string-utils.d.ts +2 -0
  1284. package/dist/types/utils/test-utils.d.ts +9 -0
  1285. package/dist/types/utils/translation-utils.d.ts +40 -0
  1286. package/dist/types/utils/utils.d.ts +3 -0
  1287. package/dist/vscode-data.json +4453 -0
  1288. package/loader/cdn.js +3 -0
  1289. package/loader/index.cjs.js +3 -0
  1290. package/loader/index.d.ts +12 -0
  1291. package/loader/index.es2017.js +3 -0
  1292. package/loader/index.js +4 -0
  1293. package/loader/package.json +11 -0
  1294. package/package.json +94 -0
@@ -0,0 +1,9 @@
1
+ /*!
2
+ * tabbable 6.0.0
3
+ * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
4
+ */
5
+ var candidateSelectors=["input","select","textarea","a[href]","button","[tabindex]:not(slot)","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])',"details>summary:first-of-type","details"];var candidateSelector=candidateSelectors.join(",");var NoElement=typeof Element==="undefined";var matches=NoElement?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector;var getRootNode=!NoElement&&Element.prototype.getRootNode?function(e){return e.getRootNode()}:function(e){return e.ownerDocument};var getCandidates=function e(t,a,r){var n=Array.prototype.slice.apply(t.querySelectorAll(candidateSelector));if(a&&matches.call(t,candidateSelector)){n.unshift(t)}n=n.filter(r);return n};var getCandidatesIteratively=function e(t,a,r){var n=[];var i=Array.from(t);while(i.length){var o=i.shift();if(o.tagName==="SLOT"){var u=o.assignedElements();var s=u.length?u:o.children;var c=e(s,true,r);if(r.flatten){n.push.apply(n,c)}else{n.push({scope:o,candidates:c})}}else{var l=matches.call(o,candidateSelector);if(l&&r.filter(o)&&(a||!t.includes(o))){n.push(o)}var d=o.shadowRoot||typeof r.getShadowRoot==="function"&&r.getShadowRoot(o);var f=!r.shadowRootFilter||r.shadowRootFilter(o);if(d&&f){var b=e(d===true?o.children:d.children,true,r);if(r.flatten){n.push.apply(n,b)}else{n.push({scope:o,candidates:b})}}else{i.unshift.apply(i,o.children)}}}return n};var getTabindex=function e(t,a){if(t.tabIndex<0){if((a||/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName)||t.isContentEditable)&&isNaN(parseInt(t.getAttribute("tabindex"),10))){return 0}}return t.tabIndex};var sortOrderedTabbables=function e(t,a){return t.tabIndex===a.tabIndex?t.documentOrder-a.documentOrder:t.tabIndex-a.tabIndex};var isInput=function e(t){return t.tagName==="INPUT"};var isHiddenInput=function e(t){return isInput(t)&&t.type==="hidden"};var isDetailsWithSummary=function e(t){var a=t.tagName==="DETAILS"&&Array.prototype.slice.apply(t.children).some((function(e){return e.tagName==="SUMMARY"}));return a};var getCheckedRadio=function e(t,a){for(var r=0;r<t.length;r++){if(t[r].checked&&t[r].form===a){return t[r]}}};var isTabbableRadio=function e(t){if(!t.name){return true}var a=t.form||getRootNode(t);var r=function e(t){return a.querySelectorAll('input[type="radio"][name="'+t+'"]')};var n;if(typeof window!=="undefined"&&typeof window.CSS!=="undefined"&&typeof window.CSS.escape==="function"){n=r(window.CSS.escape(t.name))}else{try{n=r(t.name)}catch(o){console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",o.message);return false}}var i=getCheckedRadio(n,t.form);return!i||i===t};var isRadio=function e(t){return isInput(t)&&t.type==="radio"};var isNonTabbableRadio=function e(t){return isRadio(t)&&!isTabbableRadio(t)};var isNodeAttached=function e(t){var a;var r=getRootNode(t).host;var n=!!((a=r)!==null&&a!==void 0&&a.ownerDocument.contains(r)||t.ownerDocument.contains(t));while(!n&&r){var i;r=getRootNode(r).host;n=!!((i=r)!==null&&i!==void 0&&i.ownerDocument.contains(r))}return n};var isZeroArea=function e(t){var a=t.getBoundingClientRect(),r=a.width,n=a.height;return r===0&&n===0};var isHidden=function e(t,a){var r=a.displayCheck,n=a.getShadowRoot;if(getComputedStyle(t).visibility==="hidden"){return true}var i=matches.call(t,"details>summary:first-of-type");var o=i?t.parentElement:t;if(matches.call(o,"details:not([open]) *")){return true}if(!r||r==="full"||r==="legacy-full"){if(typeof n==="function"){var u=t;while(t){var s=t.parentElement;var c=getRootNode(t);if(s&&!s.shadowRoot&&n(s)===true){return isZeroArea(t)}else if(t.assignedSlot){t=t.assignedSlot}else if(!s&&c!==t.ownerDocument){t=c.host}else{t=s}}t=u}if(isNodeAttached(t)){return!t.getClientRects().length}if(r!=="legacy-full"){return true}}else if(r==="non-zero-area"){return isZeroArea(t)}return false};var isDisabledFromFieldset=function e(t){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName)){var a=t.parentElement;while(a){if(a.tagName==="FIELDSET"&&a.disabled){for(var r=0;r<a.children.length;r++){var n=a.children.item(r);if(n.tagName==="LEGEND"){return matches.call(a,"fieldset[disabled] *")?true:!n.contains(t)}}return true}a=a.parentElement}}return false};var isNodeMatchingSelectorFocusable=function e(t,a){if(a.disabled||isHiddenInput(a)||isHidden(a,t)||isDetailsWithSummary(a)||isDisabledFromFieldset(a)){return false}return true};var isNodeMatchingSelectorTabbable=function e(t,a){if(isNonTabbableRadio(a)||getTabindex(a)<0||!isNodeMatchingSelectorFocusable(t,a)){return false}return true};var isValidShadowRootTabbable=function e(t){var a=parseInt(t.getAttribute("tabindex"),10);if(isNaN(a)||a>=0){return true}return false};var sortByOrder=function e(t){var a=[];var r=[];t.forEach((function(t,n){var i=!!t.scope;var o=i?t.scope:t;var u=getTabindex(o,i);var s=i?e(t.candidates):o;if(u===0){i?a.push.apply(a,s):a.push(o)}else{r.push({documentOrder:n,tabIndex:u,item:t,isScope:i,content:s})}}));return r.sort(sortOrderedTabbables).reduce((function(e,t){t.isScope?e.push.apply(e,t.content):e.push(t.content);return e}),[]).concat(a)};var tabbable=function e(t,a){a=a||{};var r;if(a.getShadowRoot){r=getCandidatesIteratively([t],a.includeContainer,{filter:isNodeMatchingSelectorTabbable.bind(null,a),flatten:false,getShadowRoot:a.getShadowRoot,shadowRootFilter:isValidShadowRootTabbable})}else{r=getCandidates(t,a.includeContainer,isNodeMatchingSelectorTabbable.bind(null,a))}return sortByOrder(r)};var focusable=function e(t,a){a=a||{};var r;if(a.getShadowRoot){r=getCandidatesIteratively([t],a.includeContainer,{filter:isNodeMatchingSelectorFocusable.bind(null,a),flatten:true,getShadowRoot:a.getShadowRoot})}else{r=getCandidates(t,a.includeContainer,isNodeMatchingSelectorFocusable.bind(null,a))}return r};var isTabbable=function e(t,a){a=a||{};if(!t){throw new Error("No node provided")}if(matches.call(t,candidateSelector)===false){return false}return isNodeMatchingSelectorTabbable(a,t)};var focusableCandidateSelector=candidateSelectors.concat("iframe").join(",");var isFocusable=function e(t,a){a=a||{};if(!t){throw new Error("No node provided")}if(matches.call(t,focusableCandidateSelector)===false){return false}return isNodeMatchingSelectorFocusable(a,t)};
6
+ /*!
7
+ * focus-trap 7.0.0
8
+ * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
9
+ */function ownKeys(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,r)}return a}function _objectSpread2(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(a),!0).forEach((function(t){_defineProperty(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ownKeys(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function _defineProperty(e,t,a){if(t in e){Object.defineProperty(e,t,{value:a,enumerable:true,configurable:true,writable:true})}else{e[t]=a}return e}var activeFocusTraps=function(){var e=[];return{activateTrap:function t(a){if(e.length>0){var r=e[e.length-1];if(r!==a){r.pause()}}var n=e.indexOf(a);if(n===-1){e.push(a)}else{e.splice(n,1);e.push(a)}},deactivateTrap:function t(a){var r=e.indexOf(a);if(r!==-1){e.splice(r,1)}if(e.length>0){e[e.length-1].unpause()}}}}();var isSelectableInput=function e(t){return t.tagName&&t.tagName.toLowerCase()==="input"&&typeof t.select==="function"};var isEscapeEvent=function e(t){return t.key==="Escape"||t.key==="Esc"||t.keyCode===27};var isTabEvent=function e(t){return t.key==="Tab"||t.keyCode===9};var delay=function e(t){return setTimeout(t,0)};var findIndex=function e(t,a){var r=-1;t.every((function(e,t){if(a(e)){r=t;return false}return true}));return r};var valueOrHandler=function e(t){for(var a=arguments.length,r=new Array(a>1?a-1:0),n=1;n<a;n++){r[n-1]=arguments[n]}return typeof t==="function"?t.apply(void 0,r):t};var getActualTarget=function e(t){return t.target.shadowRoot&&typeof t.composedPath==="function"?t.composedPath()[0]:t.target};var createFocusTrap=function e(t,a){var r=(a===null||a===void 0?void 0:a.document)||document;var n=_objectSpread2({returnFocusOnDeactivate:true,escapeDeactivates:true,delayInitialFocus:true},a);var i={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:false,paused:false,delayInitialFocusTimer:undefined};var o;var u=function e(t,a,r){return t&&t[a]!==undefined?t[a]:n[r||a]};var s=function e(t){return i.containerGroups.findIndex((function(e){var a=e.container,r=e.tabbableNodes;return a.contains(t)||r.find((function(e){return e===t}))}))};var c=function e(t){var a=n[t];if(typeof a==="function"){for(var i=arguments.length,o=new Array(i>1?i-1:0),u=1;u<i;u++){o[u-1]=arguments[u]}a=a.apply(void 0,o)}if(a===true){a=undefined}if(!a){if(a===undefined||a===false){return a}throw new Error("`".concat(t,"` was specified but was not a node, or did not return a node"))}var s=a;if(typeof a==="string"){s=r.querySelector(a);if(!s){throw new Error("`".concat(t,"` as selector refers to no known node"))}}return s};var l=function e(){var t=c("initialFocus");if(t===false){return false}if(t===undefined){if(s(r.activeElement)>=0){t=r.activeElement}else{var a=i.tabbableGroups[0];var n=a&&a.firstTabbableNode;t=n||c("fallbackFocus")}}if(!t){throw new Error("Your focus-trap needs to have at least one focusable element")}return t};var d=function e(){i.containerGroups=i.containers.map((function(e){var t=tabbable(e,n.tabbableOptions);var a=focusable(e,n.tabbableOptions);return{container:e,tabbableNodes:t,focusableNodes:a,firstTabbableNode:t.length>0?t[0]:null,lastTabbableNode:t.length>0?t[t.length-1]:null,nextTabbableNode:function e(t){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;var i=a.findIndex((function(e){return e===t}));if(i<0){return undefined}if(r){return a.slice(i+1).find((function(e){return isTabbable(e,n.tabbableOptions)}))}return a.slice(0,i).reverse().find((function(e){return isTabbable(e,n.tabbableOptions)}))}}}));i.tabbableGroups=i.containerGroups.filter((function(e){return e.tabbableNodes.length>0}));if(i.tabbableGroups.length<=0&&!c("fallbackFocus")){throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times")}};var f=function e(t){if(t===false){return}if(t===r.activeElement){return}if(!t||!t.focus){e(l());return}t.focus({preventScroll:!!n.preventScroll});i.mostRecentlyFocusedNode=t;if(isSelectableInput(t)){t.select()}};var b=function e(t){var a=c("setReturnFocus",t);return a?a:a===false?false:t};var v=function e(t){var a=getActualTarget(t);if(s(a)>=0){return}if(valueOrHandler(n.clickOutsideDeactivates,t)){o.deactivate({returnFocus:n.returnFocusOnDeactivate&&!isFocusable(a,n.tabbableOptions)});return}if(valueOrHandler(n.allowOutsideClick,t)){return}t.preventDefault()};var p=function e(t){var a=getActualTarget(t);var r=s(a)>=0;if(r||a instanceof Document){if(r){i.mostRecentlyFocusedNode=a}}else{t.stopImmediatePropagation();f(i.mostRecentlyFocusedNode||l())}};var h=function e(t){var a=getActualTarget(t);d();var r=null;if(i.tabbableGroups.length>0){var o=s(a);var u=o>=0?i.containerGroups[o]:undefined;if(o<0){if(t.shiftKey){r=i.tabbableGroups[i.tabbableGroups.length-1].lastTabbableNode}else{r=i.tabbableGroups[0].firstTabbableNode}}else if(t.shiftKey){var l=findIndex(i.tabbableGroups,(function(e){var t=e.firstTabbableNode;return a===t}));if(l<0&&(u.container===a||isFocusable(a,n.tabbableOptions)&&!isTabbable(a,n.tabbableOptions)&&!u.nextTabbableNode(a,false))){l=o}if(l>=0){var b=l===0?i.tabbableGroups.length-1:l-1;var v=i.tabbableGroups[b];r=v.lastTabbableNode}}else{var p=findIndex(i.tabbableGroups,(function(e){var t=e.lastTabbableNode;return a===t}));if(p<0&&(u.container===a||isFocusable(a,n.tabbableOptions)&&!isTabbable(a,n.tabbableOptions)&&!u.nextTabbableNode(a))){p=o}if(p>=0){var h=p===i.tabbableGroups.length-1?0:p+1;var g=i.tabbableGroups[h];r=g.firstTabbableNode}}}else{r=c("fallbackFocus")}if(r){t.preventDefault();f(r)}};var g=function e(t){if(isEscapeEvent(t)&&valueOrHandler(n.escapeDeactivates,t)!==false){t.preventDefault();o.deactivate();return}if(isTabEvent(t)){h(t);return}};var m=function e(t){var a=getActualTarget(t);if(s(a)>=0){return}if(valueOrHandler(n.clickOutsideDeactivates,t)){return}if(valueOrHandler(n.allowOutsideClick,t)){return}t.preventDefault();t.stopImmediatePropagation()};var y=function e(){if(!i.active){return}activeFocusTraps.activateTrap(o);i.delayInitialFocusTimer=n.delayInitialFocus?delay((function(){f(l())})):f(l());r.addEventListener("focusin",p,true);r.addEventListener("mousedown",v,{capture:true,passive:false});r.addEventListener("touchstart",v,{capture:true,passive:false});r.addEventListener("click",m,{capture:true,passive:false});r.addEventListener("keydown",g,{capture:true,passive:false});return o};var w=function e(){if(!i.active){return}r.removeEventListener("focusin",p,true);r.removeEventListener("mousedown",v,true);r.removeEventListener("touchstart",v,true);r.removeEventListener("click",m,true);r.removeEventListener("keydown",g,true);return o};o={get active(){return i.active},get paused(){return i.paused},activate:function e(t){if(i.active){return this}var a=u(t,"onActivate");var n=u(t,"onPostActivate");var o=u(t,"checkCanFocusTrap");if(!o){d()}i.active=true;i.paused=false;i.nodeFocusedBeforeActivation=r.activeElement;if(a){a()}var s=function e(){if(o){d()}y();if(n){n()}};if(o){o(i.containers.concat()).then(s,s);return this}s();return this},deactivate:function e(t){if(!i.active){return this}var a=_objectSpread2({onDeactivate:n.onDeactivate,onPostDeactivate:n.onPostDeactivate,checkCanReturnFocus:n.checkCanReturnFocus},t);clearTimeout(i.delayInitialFocusTimer);i.delayInitialFocusTimer=undefined;w();i.active=false;i.paused=false;activeFocusTraps.deactivateTrap(o);var r=u(a,"onDeactivate");var s=u(a,"onPostDeactivate");var c=u(a,"checkCanReturnFocus");var l=u(a,"returnFocus","returnFocusOnDeactivate");if(r){r()}var d=function e(){delay((function(){if(l){f(b(i.nodeFocusedBeforeActivation))}if(s){s()}}))};if(l&&c){c(b(i.nodeFocusedBeforeActivation)).then(d,d);return this}d();return this},pause:function e(){if(i.paused||!i.active){return this}i.paused=true;w();return this},unpause:function e(){if(!i.paused||!i.active){return this}i.paused=false;d();y();return this},updateContainerElements:function e(t){var a=[].concat(t).filter(Boolean);i.containers=a.map((function(e){return typeof e==="string"?r.querySelector(e):e}));if(i.active){d()}return this}};o.updateContainerElements(t);return o};export{createFocusTrap as c};
@@ -0,0 +1,2 @@
1
+ var __extends=this&&this.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n))e[n]=t[n]};return e(t,n)};return function(t,n){if(typeof n!=="function"&&n!==null)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();var __awaiter=this&&this.__awaiter||function(e,t,n,r){function a(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function s(e){try{l(r.next(e))}catch(t){o(t)}}function i(e){try{l(r["throw"](e))}catch(t){o(t)}}function l(e){e.done?n(e.value):a(e.value).then(s,i)}l((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},r,a,o,s;return s={next:i(0),throw:i(1),return:i(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function i(e){return function(t){return l([e,t])}}function l(s){if(r)throw new TypeError("Generator is already executing.");while(n)try{if(r=1,a&&(o=s[0]&2?a["return"]:s[0]?a["throw"]||((o=a["return"])&&o.call(a),0):a.next)&&!(o=o.call(a,s[1])).done)return o;if(a=0,o)s=[s[0]&2,o.value];switch(s[0]){case 0:case 1:o=s;break;case 4:n.label++;return{value:s[1],done:false};case 5:n.label++;a=s[1];s=[0];continue;case 7:s=n.ops.pop();n.trys.pop();continue;default:if(!(o=n.trys,o=o.length>0&&o[o.length-1])&&(s[0]===6||s[0]===2)){n=0;continue}if(s[0]===3&&(!o||s[1]>o[0]&&s[1]<o[3])){n.label=s[1];break}if(s[0]===6&&n.label<o[1]){n.label=o[1];o=s;break}if(o&&n.label<o[2]){n.label=o[2];n.ops.push(s);break}if(o[2])n.ops.pop();n.trys.pop();continue}s=t.call(e,n)}catch(i){s=[6,i];a=0}finally{r=o=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(e,t,n){if(n||arguments.length===2)for(var r=0,a=t.length,o;r<a;r++){if(o||!(r in t)){if(!o)o=Array.prototype.slice.call(t,0,r);o[r]=t[r]}}return e.concat(o||Array.prototype.slice.call(t))};var NAMESPACE="stzh-components";var scopeId;var contentRef;var hostTagName;var useNativeShadowDom=false;var checkSlotFallbackVisibility=false;var checkSlotRelocate=false;var isSvgMode=false;var queuePending=false;var win=typeof window!=="undefined"?window:{};var doc=win.document||{head:{}};var H=win.HTMLElement||function(){function e(){}return e}();var plt={$flags$:0,$resourcesUrl$:"",jmp:function(e){return e()},raf:function(e){return requestAnimationFrame(e)},ael:function(e,t,n,r){return e.addEventListener(t,n,r)},rel:function(e,t,n,r){return e.removeEventListener(t,n,r)},ce:function(e,t){return new CustomEvent(e,t)}};var supportsShadow=function(){return(doc.head.attachShadow+"").indexOf("[native")>-1}();var promiseResolve=function(e){return Promise.resolve(e)};var supportsConstructableStylesheets=function(){try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(e){}return false}();var addHostEventListeners=function(e,t,n,r){if(n){n.map((function(n){var r=n[0],a=n[1],o=n[2];var s=getHostListenerTarget(e,r);var i=hostListenerProxy(t,o);var l=hostListenerOpts(r);plt.ael(s,a,i,l);(t.$rmListeners$=t.$rmListeners$||[]).push((function(){return plt.rel(s,a,i,l)}))}))}};var hostListenerProxy=function(e,t){return function(n){try{{if(e.$flags$&256){e.$lazyInstance$[t](n)}else{(e.$queuedListeners$=e.$queuedListeners$||[]).push([t,n])}}}catch(r){consoleError(r)}}};var getHostListenerTarget=function(e,t){if(t&4)return doc;if(t&8)return win;return e};var hostListenerOpts=function(e){return(e&2)!==0};var HYDRATED_CSS="{visibility:hidden}.hydrated{visibility:inherit}";var XLINK_NS="http://www.w3.org/1999/xlink";var createTime=function(e,t){if(t===void 0){t=""}{return function(){return}}};var uniqueTime=function(e,t){{return function(){return}}};var rootAppliedStyles=new WeakMap;var registerStyle=function(e,t,n){var r=styles.get(e);if(supportsConstructableStylesheets&&n){r=r||new CSSStyleSheet;if(typeof r==="string"){r=t}else{r.replaceSync(t)}}else{r=t}styles.set(e,r)};var addStyle=function(e,t,n,r){var a=getScopeId(t);var o=styles.get(a);e=e.nodeType===11?e:doc;if(o){if(typeof o==="string"){e=e.head||e;var s=rootAppliedStyles.get(e);var i=void 0;if(!s){rootAppliedStyles.set(e,s=new Set)}if(!s.has(a)){{{i=doc.createElement("style");i.innerHTML=o}e.insertBefore(i,e.querySelector("link"))}if(s){s.add(a)}}}else if(!e.adoptedStyleSheets.includes(o)){e.adoptedStyleSheets=__spreadArray(__spreadArray([],e.adoptedStyleSheets,true),[o],false)}}return a};var attachStyles=function(e){var t=e.$cmpMeta$;var n=e.$hostElement$;var r=t.$flags$;var a=createTime("attachStyles",t.$tagName$);var o=addStyle(supportsShadow&&n.shadowRoot?n.shadowRoot:n.getRootNode(),t);if(r&10){n["s-sc"]=o;n.classList.add(o+"-h");if(r&2){n.classList.add(o+"-s")}}a()};var getScopeId=function(e,t){return"sc-"+e.$tagName$};var EMPTY_OBJ={};var SVG_NS="http://www.w3.org/2000/svg";var HTML_NS="http://www.w3.org/1999/xhtml";var isDef=function(e){return e!=null};var isComplexType=function(e){e=typeof e;return e==="object"||e==="function"};var h=function(e,t){var n=[];for(var r=2;r<arguments.length;r++){n[r-2]=arguments[r]}var a=null;var o=null;var s=null;var i=false;var l=false;var c=[];var f=function(t){for(var n=0;n<t.length;n++){a=t[n];if(Array.isArray(a)){f(a)}else if(a!=null&&typeof a!=="boolean"){if(i=typeof e!=="function"&&!isComplexType(a)){a=String(a)}if(i&&l){c[c.length-1].$text$+=a}else{c.push(i?newVNode(null,a):a)}l=i}}};f(n);if(t){if(t.key){o=t.key}if(t.name){s=t.name}{var u=t.className||t.class;if(u){t.class=typeof u!=="object"?u:Object.keys(u).filter((function(e){return u[e]})).join(" ")}}}if(typeof e==="function"){return e(t===null?{}:t,c,vdomFnUtils)}var d=newVNode(e,null);d.$attrs$=t;if(c.length>0){d.$children$=c}{d.$key$=o}{d.$name$=s}return d};var newVNode=function(e,t){var n={$flags$:0,$tag$:e,$text$:t,$elm$:null,$children$:null};{n.$attrs$=null}{n.$key$=null}{n.$name$=null}return n};var Host={};var isHost=function(e){return e&&e.$tag$===Host};var vdomFnUtils={forEach:function(e,t){return e.map(convertToPublic).forEach(t)},map:function(e,t){return e.map(convertToPublic).map(t).map(convertToPrivate)}};var convertToPublic=function(e){return{vattrs:e.$attrs$,vchildren:e.$children$,vkey:e.$key$,vname:e.$name$,vtag:e.$tag$,vtext:e.$text$}};var convertToPrivate=function(e){if(typeof e.vtag==="function"){var t=Object.assign({},e.vattrs);if(e.vkey){t.key=e.vkey}if(e.vname){t.name=e.vname}return h.apply(void 0,__spreadArray([e.vtag,t],e.vchildren||[],false))}var n=newVNode(e.vtag,e.vtext);n.$attrs$=e.vattrs;n.$children$=e.vchildren;n.$key$=e.vkey;n.$name$=e.vname;return n};var setAccessor=function(e,t,n,r,a,o){if(n!==r){var s=isMemberInElement(e,t);var i=t.toLowerCase();if(t==="class"){var l=e.classList;var c=parseClassList(n);var f=parseClassList(r);l.remove.apply(l,c.filter((function(e){return e&&!f.includes(e)})));l.add.apply(l,f.filter((function(e){return e&&!c.includes(e)})))}else if(t==="style"){{for(var u in n){if(!r||r[u]==null){if(u.includes("-")){e.style.removeProperty(u)}else{e.style[u]=""}}}}for(var u in r){if(!n||r[u]!==n[u]){if(u.includes("-")){e.style.setProperty(u,r[u])}else{e.style[u]=r[u]}}}}else if(t==="key");else if(t==="ref"){if(r){r(e)}}else if(!s&&t[0]==="o"&&t[1]==="n"){if(t[2]==="-"){t=t.slice(3)}else if(isMemberInElement(win,i)){t=i.slice(2)}else{t=i[2]+t.slice(3)}if(n){plt.rel(e,t,n,false)}if(r){plt.ael(e,t,r,false)}}else{var d=isComplexType(r);if((s||d&&r!==null)&&!a){try{if(!e.tagName.includes("-")){var $=r==null?"":r;if(t==="list"){s=false}else if(n==null||e[t]!=$){e[t]=$}}else{e[t]=r}}catch(p){}}var v=false;{if(i!==(i=i.replace(/^xlink\:?/,""))){t=i;v=true}}if(r==null||r===false){if(r!==false||e.getAttribute(t)===""){if(v){e.removeAttributeNS(XLINK_NS,t)}else{e.removeAttribute(t)}}}else if((!s||o&4||a)&&!d){r=r===true?"":r;if(v){e.setAttributeNS(XLINK_NS,t,r)}else{e.setAttribute(t,r)}}}}};var parseClassListRegex=/\s/;var parseClassList=function(e){return!e?[]:e.split(parseClassListRegex)};var updateElement=function(e,t,n,r){var a=t.$elm$.nodeType===11&&t.$elm$.host?t.$elm$.host:t.$elm$;var o=e&&e.$attrs$||EMPTY_OBJ;var s=t.$attrs$||EMPTY_OBJ;{for(r in o){if(!(r in s)){setAccessor(a,r,o[r],undefined,n,t.$flags$)}}}for(r in s){setAccessor(a,r,o[r],s[r],n,t.$flags$)}};var createElm=function(e,t,n,r){var a=t.$children$[n];var o=0;var s;var i;var l;if(!useNativeShadowDom){checkSlotRelocate=true;if(a.$tag$==="slot"){if(scopeId){r.classList.add(scopeId+"-s")}a.$flags$|=a.$children$?2:1}}if(a.$text$!==null){s=a.$elm$=doc.createTextNode(a.$text$)}else if(a.$flags$&1){s=a.$elm$=doc.createTextNode("")}else{if(!isSvgMode){isSvgMode=a.$tag$==="svg"}s=a.$elm$=doc.createElementNS(isSvgMode?SVG_NS:HTML_NS,a.$flags$&2?"slot-fb":a.$tag$);if(isSvgMode&&a.$tag$==="foreignObject"){isSvgMode=false}{updateElement(null,a,isSvgMode)}if(isDef(scopeId)&&s["s-si"]!==scopeId){s.classList.add(s["s-si"]=scopeId)}if(a.$children$){for(o=0;o<a.$children$.length;++o){i=createElm(e,a,o,s);if(i){s.appendChild(i)}}}{if(a.$tag$==="svg"){isSvgMode=false}else if(s.tagName==="foreignObject"){isSvgMode=true}}}{s["s-hn"]=hostTagName;if(a.$flags$&(2|1)){s["s-sr"]=true;s["s-cr"]=contentRef;s["s-sn"]=a.$name$||"";l=e&&e.$children$&&e.$children$[n];if(l&&l.$tag$===a.$tag$&&e.$elm$){putBackInOriginalLocation(e.$elm$,false)}}}return s};var putBackInOriginalLocation=function(e,t){plt.$flags$|=1;var n=e.childNodes;for(var r=n.length-1;r>=0;r--){var a=n[r];if(a["s-hn"]!==hostTagName&&a["s-ol"]){parentReferenceNode(a).insertBefore(a,referenceNode(a));a["s-ol"].remove();a["s-ol"]=undefined;checkSlotRelocate=true}if(t){putBackInOriginalLocation(a,t)}}plt.$flags$&=~1};var addVnodes=function(e,t,n,r,a,o){var s=e["s-cr"]&&e["s-cr"].parentNode||e;var i;if(s.shadowRoot&&s.tagName===hostTagName){s=s.shadowRoot}for(;a<=o;++a){if(r[a]){i=createElm(null,n,a,e);if(i){r[a].$elm$=i;s.insertBefore(i,referenceNode(t))}}}};var removeVnodes=function(e,t,n,r,a){for(;t<=n;++t){if(r=e[t]){a=r.$elm$;callNodeRefs(r);{checkSlotFallbackVisibility=true;if(a["s-ol"]){a["s-ol"].remove()}else{putBackInOriginalLocation(a,true)}}a.remove()}}};var updateChildren=function(e,t,n,r){var a=0;var o=0;var s=0;var i=0;var l=t.length-1;var c=t[0];var f=t[l];var u=r.length-1;var d=r[0];var $=r[u];var v;var p;while(a<=l&&o<=u){if(c==null){c=t[++a]}else if(f==null){f=t[--l]}else if(d==null){d=r[++o]}else if($==null){$=r[--u]}else if(isSameVnode(c,d)){patch(c,d);c=t[++a];d=r[++o]}else if(isSameVnode(f,$)){patch(f,$);f=t[--l];$=r[--u]}else if(isSameVnode(c,$)){if(c.$tag$==="slot"||$.$tag$==="slot"){putBackInOriginalLocation(c.$elm$.parentNode,false)}patch(c,$);e.insertBefore(c.$elm$,f.$elm$.nextSibling);c=t[++a];$=r[--u]}else if(isSameVnode(f,d)){if(c.$tag$==="slot"||$.$tag$==="slot"){putBackInOriginalLocation(f.$elm$.parentNode,false)}patch(f,d);e.insertBefore(f.$elm$,c.$elm$);f=t[--l];d=r[++o]}else{s=-1;{for(i=a;i<=l;++i){if(t[i]&&t[i].$key$!==null&&t[i].$key$===d.$key$){s=i;break}}}if(s>=0){p=t[s];if(p.$tag$!==d.$tag$){v=createElm(t&&t[o],n,s,e)}else{patch(p,d);t[s]=undefined;v=p.$elm$}d=r[++o]}else{v=createElm(t&&t[o],n,o,e);d=r[++o]}if(v){{parentReferenceNode(c.$elm$).insertBefore(v,referenceNode(c.$elm$))}}}}if(a>l){addVnodes(e,r[u+1]==null?null:r[u+1].$elm$,n,r,o,u)}else if(o>u){removeVnodes(t,a,l)}};var isSameVnode=function(e,t){if(e.$tag$===t.$tag$){if(e.$tag$==="slot"){return e.$name$===t.$name$}{return e.$key$===t.$key$}}return false};var referenceNode=function(e){return e&&e["s-ol"]||e};var parentReferenceNode=function(e){return(e["s-ol"]?e["s-ol"]:e).parentNode};var patch=function(e,t){var n=t.$elm$=e.$elm$;var r=e.$children$;var a=t.$children$;var o=t.$tag$;var s=t.$text$;var i;if(s===null){{isSvgMode=o==="svg"?true:o==="foreignObject"?false:isSvgMode}{if(o==="slot");else{updateElement(e,t,isSvgMode)}}if(r!==null&&a!==null){updateChildren(n,r,t,a)}else if(a!==null){if(e.$text$!==null){n.textContent=""}addVnodes(n,null,t,a,0,a.length-1)}else if(r!==null){removeVnodes(r,0,r.length-1)}if(isSvgMode&&o==="svg"){isSvgMode=false}}else if(i=n["s-cr"]){i.parentNode.textContent=s}else if(e.$text$!==s){n.data=s}};var updateFallbackSlotVisibility=function(e){var t=e.childNodes;var n;var r;var a;var o;var s;var i;for(r=0,a=t.length;r<a;r++){n=t[r];if(n.nodeType===1){if(n["s-sr"]){s=n["s-sn"];n.hidden=false;for(o=0;o<a;o++){i=t[o].nodeType;if(t[o]["s-hn"]!==n["s-hn"]||s!==""){if(i===1&&s===t[o].getAttribute("slot")){n.hidden=true;break}}else{if(i===1||i===3&&t[o].textContent.trim()!==""){n.hidden=true;break}}}}updateFallbackSlotVisibility(n)}}};var relocateNodes=[];var relocateSlotContent=function(e){var t;var n;var r;var a;var o;var s;var i=0;var l=e.childNodes;var c=l.length;for(;i<c;i++){t=l[i];if(t["s-sr"]&&(n=t["s-cr"])&&n.parentNode){r=n.parentNode.childNodes;a=t["s-sn"];for(s=r.length-1;s>=0;s--){n=r[s];if(!n["s-cn"]&&!n["s-nr"]&&n["s-hn"]!==t["s-hn"]){if(isNodeLocatedInSlot(n,a)){o=relocateNodes.find((function(e){return e.$nodeToRelocate$===n}));checkSlotFallbackVisibility=true;n["s-sn"]=n["s-sn"]||a;if(o){o.$slotRefNode$=t}else{relocateNodes.push({$slotRefNode$:t,$nodeToRelocate$:n})}if(n["s-sr"]){relocateNodes.map((function(e){if(isNodeLocatedInSlot(e.$nodeToRelocate$,n["s-sn"])){o=relocateNodes.find((function(e){return e.$nodeToRelocate$===n}));if(o&&!e.$slotRefNode$){e.$slotRefNode$=o.$slotRefNode$}}}))}}else if(!relocateNodes.some((function(e){return e.$nodeToRelocate$===n}))){relocateNodes.push({$nodeToRelocate$:n})}}}}if(t.nodeType===1){relocateSlotContent(t)}}};var isNodeLocatedInSlot=function(e,t){if(e.nodeType===1){if(e.getAttribute("slot")===null&&t===""){return true}if(e.getAttribute("slot")===t){return true}return false}if(e["s-sn"]===t){return true}return t===""};var callNodeRefs=function(e){{e.$attrs$&&e.$attrs$.ref&&e.$attrs$.ref(null);e.$children$&&e.$children$.map(callNodeRefs)}};var renderVdom=function(e,t){var n=e.$hostElement$;var r=e.$cmpMeta$;var a=e.$vnode$||newVNode(null,null);var o=isHost(t)?t:h(null,null,t);hostTagName=n.tagName;if(r.$attrsToReflect$){o.$attrs$=o.$attrs$||{};r.$attrsToReflect$.map((function(e){var t=e[0],r=e[1];return o.$attrs$[r]=n[t]}))}o.$tag$=null;o.$flags$|=4;e.$vnode$=o;o.$elm$=a.$elm$=n.shadowRoot||n;{scopeId=n["s-sc"]}{contentRef=n["s-cr"];useNativeShadowDom=supportsShadow&&(r.$flags$&1)!==0;checkSlotFallbackVisibility=false}patch(a,o);{plt.$flags$|=1;if(checkSlotRelocate){relocateSlotContent(o.$elm$);var s=void 0;var i=void 0;var l=void 0;var c=void 0;var f=void 0;var u=void 0;var d=0;for(;d<relocateNodes.length;d++){s=relocateNodes[d];i=s.$nodeToRelocate$;if(!i["s-ol"]){l=doc.createTextNode("");l["s-nr"]=i;i.parentNode.insertBefore(i["s-ol"]=l,i)}}for(d=0;d<relocateNodes.length;d++){s=relocateNodes[d];i=s.$nodeToRelocate$;if(s.$slotRefNode$){c=s.$slotRefNode$.parentNode;f=s.$slotRefNode$.nextSibling;l=i["s-ol"];while(l=l.previousSibling){u=l["s-nr"];if(u&&u["s-sn"]===i["s-sn"]&&c===u.parentNode){u=u.nextSibling;if(!u||!u["s-nr"]){f=u;break}}}if(!f&&c!==i.parentNode||i.nextSibling!==f){if(i!==f){if(!i["s-hn"]&&i["s-ol"]){i["s-hn"]=i["s-ol"].parentNode.nodeName}c.insertBefore(i,f)}}}else{if(i.nodeType===1){i.hidden=true}}}}if(checkSlotFallbackVisibility){updateFallbackSlotVisibility(o.$elm$)}plt.$flags$&=~1;relocateNodes.length=0}};var getElement=function(e){return getHostRef(e).$hostElement$};var createEvent=function(e,t,n){var r=getElement(e);return{emit:function(e){return emitEvent(r,t,{bubbles:!!(n&4),composed:!!(n&2),cancelable:!!(n&1),detail:e})}}};var emitEvent=function(e,t,n){var r=plt.ce(t,n);e.dispatchEvent(r);return r};var attachToAncestor=function(e,t){if(t&&!e.$onRenderResolve$&&t["s-p"]){t["s-p"].push(new Promise((function(t){return e.$onRenderResolve$=t})))}};var scheduleUpdate=function(e,t){{e.$flags$|=16}if(e.$flags$&4){e.$flags$|=512;return}attachToAncestor(e,e.$ancestorComponent$);var n=function(){return dispatchHooks(e,t)};return writeTask(n)};var dispatchHooks=function(e,t){var n=createTime("scheduleUpdate",e.$cmpMeta$.$tagName$);var r=e.$lazyInstance$;var a;if(t){{e.$flags$|=256;if(e.$queuedListeners$){e.$queuedListeners$.map((function(e){var t=e[0],n=e[1];return safeCall(r,t,n)}));e.$queuedListeners$=null}}{a=safeCall(r,"componentWillLoad")}}else{{a=safeCall(r,"componentWillUpdate")}}{a=then(a,(function(){return safeCall(r,"componentWillRender")}))}n();return then(a,(function(){return updateComponent(e,r,t)}))};var updateComponent=function(e,t,n){return __awaiter(void 0,void 0,void 0,(function(){var r,a,o,s,i,l;return __generator(this,(function(c){r=e.$hostElement$;a=createTime("update",e.$cmpMeta$.$tagName$);o=r["s-rc"];if(n){attachStyles(e)}s=createTime("render",e.$cmpMeta$.$tagName$);{callRender(e,t)}if(o){o.map((function(e){return e()}));r["s-rc"]=undefined}s();a();{i=r["s-p"];l=function(){return postUpdateComponent(e)};if(i.length===0){l()}else{Promise.all(i).then(l);e.$flags$|=4;i.length=0}}return[2]}))}))};var callRender=function(e,t,n){try{t=t.render();{e.$flags$&=~16}{e.$flags$|=2}{{{renderVdom(e,t)}}}}catch(r){consoleError(r,e.$hostElement$)}return null};var postUpdateComponent=function(e){var t=e.$cmpMeta$.$tagName$;var n=e.$hostElement$;var r=createTime("postUpdate",t);var a=e.$lazyInstance$;var o=e.$ancestorComponent$;{safeCall(a,"componentDidRender")}if(!(e.$flags$&64)){e.$flags$|=64;{addHydratedFlag(n)}{safeCall(a,"componentDidLoad")}r();{e.$onReadyResolve$(n);if(!o){appDidLoad()}}}else{{safeCall(a,"componentDidUpdate")}r()}{e.$onInstanceResolve$(n)}{if(e.$onRenderResolve$){e.$onRenderResolve$();e.$onRenderResolve$=undefined}if(e.$flags$&512){nextTick((function(){return scheduleUpdate(e,false)}))}e.$flags$&=~(4|512)}};var forceUpdate=function(e){{var t=getHostRef(e);var n=t.$hostElement$.isConnected;if(n&&(t.$flags$&(2|16))===2){scheduleUpdate(t,false)}return n}};var appDidLoad=function(e){{addHydratedFlag(doc.documentElement)}nextTick((function(){return emitEvent(win,"appload",{detail:{namespace:NAMESPACE}})}))};var safeCall=function(e,t,n){if(e&&e[t]){try{return e[t](n)}catch(r){consoleError(r)}}return undefined};var then=function(e,t){return e&&e.then?e.then(t):t()};var addHydratedFlag=function(e){return e.classList.add("hydrated")};var parsePropertyValue=function(e,t){if(e!=null&&!isComplexType(e)){if(t&4){return e==="false"?false:e===""||!!e}if(t&2){return parseFloat(e)}if(t&1){return String(e)}return e}return e};var getValue=function(e,t){return getHostRef(e).$instanceValues$.get(t)};var setValue=function(e,t,n,r){var a=getHostRef(e);var o=a.$hostElement$;var s=a.$instanceValues$.get(t);var i=a.$flags$;var l=a.$lazyInstance$;n=parsePropertyValue(n,r.$members$[t][0]);var c=Number.isNaN(s)&&Number.isNaN(n);var f=n!==s&&!c;if((!(i&8)||s===undefined)&&f){a.$instanceValues$.set(t,n);if(l){if(r.$watchers$&&i&128){var u=r.$watchers$[t];if(u){u.map((function(e){try{l[e](n,s,t)}catch(r){consoleError(r,o)}}))}}if((i&(2|16))===2){if(l.componentShouldUpdate){if(l.componentShouldUpdate(n,s,t)===false){return}}scheduleUpdate(a,false)}}}};var proxyComponent=function(e,t,n){if(t.$members$){if(e.watchers){t.$watchers$=e.watchers}var r=Object.entries(t.$members$);var a=e.prototype;r.map((function(e){var r=e[0],o=e[1][0];if(o&31||n&2&&o&32){Object.defineProperty(a,r,{get:function(){return getValue(this,r)},set:function(e){setValue(this,r,e,t)},configurable:true,enumerable:true})}else if(n&1&&o&64){Object.defineProperty(a,r,{value:function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}var n=getHostRef(this);return n.$onInstancePromise$.then((function(){var t;return(t=n.$lazyInstance$)[r].apply(t,e)}))}})}}));if(n&1){var o=new Map;a.attributeChangedCallback=function(e,t,n){var r=this;plt.jmp((function(){var t=o.get(e);if(r.hasOwnProperty(t)){n=r[t];delete r[t]}else if(a.hasOwnProperty(t)&&typeof r[t]==="number"&&r[t]==n){return}r[t]=n===null&&typeof r[t]==="boolean"?false:n}))};e.observedAttributes=r.filter((function(e){var t=e[0],n=e[1];return n[0]&15})).map((function(e){var n=e[0],r=e[1];var a=r[1]||n;o.set(a,n);if(r[0]&512){t.$attrsToReflect$.push([n,a])}return a}))}}return e};var initializeComponent=function(e,t,n,r,a){return __awaiter(void 0,void 0,void 0,(function(){var e,r,o,s,i,l,c;return __generator(this,(function(f){switch(f.label){case 0:if(!((t.$flags$&32)===0))return[3,5];t.$flags$|=32;a=loadModule(n);if(!a.then)return[3,2];e=uniqueTime();return[4,a];case 1:a=f.sent();e();f.label=2;case 2:if(!a.isProxied){{n.$watchers$=a.watchers}proxyComponent(a,n,2);a.isProxied=true}r=createTime("createInstance",n.$tagName$);{t.$flags$|=8}try{new a(t)}catch(u){consoleError(u)}{t.$flags$&=~8}{t.$flags$|=128}r();fireConnectedCallback(t.$lazyInstance$);if(!a.style)return[3,5];o=a.style;s=getScopeId(n);if(!!styles.has(s))return[3,5];i=createTime("registerStyles",n.$tagName$);if(!(n.$flags$&8))return[3,4];return[4,import("./shadow-css-4261c637.js").then((function(e){return e.scopeCss(o,s,false)}))];case 3:o=f.sent();f.label=4;case 4:registerStyle(s,o,!!(n.$flags$&1));i();f.label=5;case 5:l=t.$ancestorComponent$;c=function(){return scheduleUpdate(t,true)};if(l&&l["s-rc"]){l["s-rc"].push(c)}else{c()}return[2]}}))}))};var fireConnectedCallback=function(e){{safeCall(e,"connectedCallback")}};var connectedCallback=function(e){if((plt.$flags$&1)===0){var t=getHostRef(e);var n=t.$cmpMeta$;var r=createTime("connectedCallback",n.$tagName$);if(!(t.$flags$&1)){t.$flags$|=1;{if(n.$flags$&(4|8)){setContentReference(e)}}{var a=e;while(a=a.parentNode||a.host){if(a["s-p"]){attachToAncestor(t,t.$ancestorComponent$=a);break}}}if(n.$members$){Object.entries(n.$members$).map((function(t){var n=t[0],r=t[1][0];if(r&31&&e.hasOwnProperty(n)){var a=e[n];delete e[n];e[n]=a}}))}{initializeComponent(e,t,n)}}else{addHostEventListeners(e,t,n.$listeners$);fireConnectedCallback(t.$lazyInstance$)}r()}};var setContentReference=function(e){var t=e["s-cr"]=doc.createComment("");t["s-cn"]=true;e.insertBefore(t,e.firstChild)};var disconnectedCallback=function(e){if((plt.$flags$&1)===0){var t=getHostRef(e);var n=t.$lazyInstance$;{if(t.$rmListeners$){t.$rmListeners$.map((function(e){return e()}));t.$rmListeners$=undefined}}{safeCall(n,"disconnectedCallback")}}};var patchCloneNode=function(e){var t=e.cloneNode;e.cloneNode=function(e){var n=this;var r=n.shadowRoot&&supportsShadow;var a=t.call(n,r?e:false);if(!r&&e){var o=0;var s=void 0,i=void 0;var l=["s-id","s-cr","s-lr","s-rc","s-sc","s-p","s-cn","s-sr","s-sn","s-hn","s-ol","s-nr","s-si"];for(;o<n.childNodes.length;o++){s=n.childNodes[o]["s-nr"];i=l.every((function(e){return!n.childNodes[o][e]}));if(s){if(a.__appendChild){a.__appendChild(s.cloneNode(true))}else{a.appendChild(s.cloneNode(true))}}if(i){a.appendChild(n.childNodes[o].cloneNode(true))}}}return a}};var patchSlotAppendChild=function(e){e.__appendChild=e.appendChild;e.appendChild=function(e){var t=e["s-sn"]=getSlotName(e);var n=getHostSlotNode(this.childNodes,t);if(n){var r=getHostSlotChildNodes(n,t);var a=r[r.length-1];return a.parentNode.insertBefore(e,a.nextSibling)}return this.__appendChild(e)}};var patchTextContent=function(e,t){if(t.$flags$&2){var n=Object.getOwnPropertyDescriptor(Node.prototype,"textContent");Object.defineProperty(e,"__textContent",n);Object.defineProperty(e,"textContent",{get:function(){var e;var t=getHostSlotNode(this.childNodes,"");if(((e=t===null||t===void 0?void 0:t.nextSibling)===null||e===void 0?void 0:e.nodeType)===3){return t.nextSibling.textContent}else if(t){return t.textContent}else{return this.__textContent}},set:function(e){var t;var n=getHostSlotNode(this.childNodes,"");if(((t=n===null||n===void 0?void 0:n.nextSibling)===null||t===void 0?void 0:t.nodeType)===3){n.nextSibling.textContent=e}else if(n){n.textContent=e}else{this.__textContent=e;var r=this["s-cr"];if(r){this.insertBefore(r,this.firstChild)}}}})}};var patchChildSlotNodes=function(e,t){var n=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.item=function(e){return this[e]};return t}(Array);if(t.$flags$&8){var r=e.__lookupGetter__("childNodes");Object.defineProperty(e,"children",{get:function(){return this.childNodes.map((function(e){return e.nodeType===1}))}});Object.defineProperty(e,"childElementCount",{get:function(){return e.children.length}});Object.defineProperty(e,"childNodes",{get:function(){var e=r.call(this);if((plt.$flags$&1)===0&&getHostRef(this).$flags$&2){var t=new n;for(var a=0;a<e.length;a++){var o=e[a]["s-nr"];if(o){t.push(o)}}return t}return n.from(e)}})}};var getSlotName=function(e){return e["s-sn"]||e.nodeType===1&&e.getAttribute("slot")||""};var getHostSlotNode=function(e,t){var n=0;var r;for(;n<e.length;n++){r=e[n];if(r["s-sr"]&&r["s-sn"]===t){return r}r=getHostSlotNode(r.childNodes,t);if(r){return r}}return null};var getHostSlotChildNodes=function(e,t){var n=[e];while((e=e.nextSibling)&&e["s-sn"]===t){n.push(e)}return n};var bootstrapLazy=function(e,t){if(t===void 0){t={}}var n=createTime();var r=[];var a=t.exclude||[];var o=win.customElements;var s=doc.head;var i=s.querySelector("meta[charset]");var l=doc.createElement("style");var c=[];var f;var u=true;Object.assign(plt,t);plt.$resourcesUrl$=new URL(t.resourcesUrl||"./",doc.baseURI).href;e.map((function(e){e[1].map((function(t){var n={$flags$:t[0],$tagName$:t[1],$members$:t[2],$listeners$:t[3]};{n.$members$=t[2]}{n.$listeners$=t[3]}{n.$attrsToReflect$=[]}{n.$watchers$={}}if(!supportsShadow&&n.$flags$&1){n.$flags$|=8}var s=n.$tagName$;var i=function(e){__extends(t,e);function t(t){var r=e.call(this,t)||this;t=r;registerHost(t,n);if(n.$flags$&1){if(supportsShadow){{t.attachShadow({mode:"open"})}}else if(!("shadowRoot"in t)){t.shadowRoot=t}}{patchChildSlotNodes(t,n)}return r}t.prototype.connectedCallback=function(){var e=this;if(f){clearTimeout(f);f=null}if(u){c.push(this)}else{plt.jmp((function(){return connectedCallback(e)}))}};t.prototype.disconnectedCallback=function(){var e=this;plt.jmp((function(){return disconnectedCallback(e)}))};t.prototype.componentOnReady=function(){return getHostRef(this).$onReadyPromise$};return t}(HTMLElement);{patchCloneNode(i.prototype)}{patchSlotAppendChild(i.prototype)}{patchTextContent(i.prototype,n)}n.$lazyBundleId$=e[0];if(!a.includes(s)&&!o.get(s)){r.push(s);o.define(s,proxyComponent(i,n,1))}}))}));{l.innerHTML=r+HYDRATED_CSS;l.setAttribute("data-styles","");s.insertBefore(l,i?i.nextSibling:s.firstChild)}u=false;if(c.length){c.map((function(e){return e.connectedCallback()}))}else{{plt.jmp((function(){return f=setTimeout(appDidLoad,30)}))}}n()};var Fragment=function(e,t){return t};var hostRefs=new WeakMap;var getHostRef=function(e){return hostRefs.get(e)};var registerInstance=function(e,t){return hostRefs.set(t.$lazyInstance$=e,t)};var registerHost=function(e,t){var n={$flags$:0,$hostElement$:e,$cmpMeta$:t,$instanceValues$:new Map};{n.$onInstancePromise$=new Promise((function(e){return n.$onInstanceResolve$=e}))}{n.$onReadyPromise$=new Promise((function(e){return n.$onReadyResolve$=e}));e["s-p"]=[];e["s-rc"]=[]}addHostEventListeners(e,n,t.$listeners$);return hostRefs.set(e,n)};var isMemberInElement=function(e,t){return t in e};var consoleError=function(e,t){return(0,console.error)(e,t)};var cmpModules=new Map;var loadModule=function(e,t,n){var r=e.$tagName$.replace(/-/g,"_");var a=e.$lazyBundleId$;var o=cmpModules.get(a);if(o){return o[r]}
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/return import("./".concat(a,".entry.js").concat("")).then((function(e){{cmpModules.set(a,e)}return e[r]}),consoleError)};var styles=new Map;var queueDomReads=[];var queueDomWrites=[];var queueTask=function(e,t){return function(n){e.push(n);if(!queuePending){queuePending=true;if(t&&plt.$flags$&4){nextTick(flush)}else{plt.raf(flush)}}}};var consume=function(e){for(var t=0;t<e.length;t++){try{e[t](performance.now())}catch(n){consoleError(n)}}e.length=0};var flush=function(){consume(queueDomReads);{consume(queueDomWrites);if(queuePending=queueDomReads.length>0){plt.raf(flush)}}};var nextTick=function(e){return promiseResolve().then(e)};var readTask=queueTask(queueDomReads,false);var writeTask=queueTask(queueDomWrites,true);export{Fragment as F,H,NAMESPACE as N,Host as a,bootstrapLazy as b,createEvent as c,doc as d,readTask as e,writeTask as f,getElement as g,h,forceUpdate as i,promiseResolve as p,registerInstance as r,win as w};
@@ -0,0 +1 @@
1
+ var bind=function e(r,t){return function e(){var n=new Array(arguments.length);for(var i=0;i<n.length;i++){n[i]=arguments[i]}return r.apply(t,n)}};var toString=Object.prototype.toString;var kindOf=function(e){return function(r){var t=toString.call(r);return e[t]||(e[t]=t.slice(8,-1).toLowerCase())}}(Object.create(null));function kindOfTest(e){e=e.toLowerCase();return function r(t){return kindOf(t)===e}}function isArray(e){return Array.isArray(e)}function isUndefined(e){return typeof e==="undefined"}function isBuffer(e){return e!==null&&!isUndefined(e)&&e.constructor!==null&&!isUndefined(e.constructor)&&typeof e.constructor.isBuffer==="function"&&e.constructor.isBuffer(e)}var isArrayBuffer=kindOfTest("ArrayBuffer");function isArrayBufferView(e){var r;if(typeof ArrayBuffer!=="undefined"&&ArrayBuffer.isView){r=ArrayBuffer.isView(e)}else{r=e&&e.buffer&&isArrayBuffer(e.buffer)}return r}function isString(e){return typeof e==="string"}function isNumber(e){return typeof e==="number"}function isObject(e){return e!==null&&typeof e==="object"}function isPlainObject(e){if(kindOf(e)!=="object"){return false}var r=Object.getPrototypeOf(e);return r===null||r===Object.prototype}var isDate=kindOfTest("Date");var isFile=kindOfTest("File");var isBlob=kindOfTest("Blob");var isFileList=kindOfTest("FileList");function isFunction(e){return toString.call(e)==="[object Function]"}function isStream(e){return isObject(e)&&isFunction(e.pipe)}function isFormData(e){var r="[object FormData]";return e&&(typeof FormData==="function"&&e instanceof FormData||toString.call(e)===r||isFunction(e.toString)&&e.toString()===r)}var isURLSearchParams=kindOfTest("URLSearchParams");function trim(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function isStandardBrowserEnv(){if(typeof navigator!=="undefined"&&(navigator.product==="ReactNative"||navigator.product==="NativeScript"||navigator.product==="NS")){return false}return typeof window!=="undefined"&&typeof document!=="undefined"}function forEach(e,r){if(e===null||typeof e==="undefined"){return}if(typeof e!=="object"){e=[e]}if(isArray(e)){for(var t=0,n=e.length;t<n;t++){r.call(null,e[t],t,e)}}else{for(var i in e){if(Object.prototype.hasOwnProperty.call(e,i)){r.call(null,e[i],i,e)}}}}function merge(){var e={};function r(r,t){if(isPlainObject(e[t])&&isPlainObject(r)){e[t]=merge(e[t],r)}else if(isPlainObject(r)){e[t]=merge({},r)}else if(isArray(r)){e[t]=r.slice()}else{e[t]=r}}for(var t=0,n=arguments.length;t<n;t++){forEach(arguments[t],r)}return e}function extend(e,r,t){forEach(r,(function r(n,i){if(t&&typeof n==="function"){e[i]=bind(n,t)}else{e[i]=n}}));return e}function stripBOM(e){if(e.charCodeAt(0)===65279){e=e.slice(1)}return e}function inherits(e,r,t,n){e.prototype=Object.create(r.prototype,n);e.prototype.constructor=e;t&&Object.assign(e.prototype,t)}function toFlatObject(e,r,t){var n;var i;var o;var s={};r=r||{};do{n=Object.getOwnPropertyNames(e);i=n.length;while(i-- >0){o=n[i];if(!s[o]){r[o]=e[o];s[o]=true}}e=Object.getPrototypeOf(e)}while(e&&(!t||t(e,r))&&e!==Object.prototype);return r}function endsWith(e,r,t){e=String(e);if(t===undefined||t>e.length){t=e.length}t-=r.length;var n=e.indexOf(r,t);return n!==-1&&n===t}function toArray(e){if(!e)return null;var r=e.length;if(isUndefined(r))return null;var t=new Array(r);while(r-- >0){t[r]=e[r]}return t}var isTypedArray=function(e){return function(r){return e&&r instanceof e}}(typeof Uint8Array!=="undefined"&&Object.getPrototypeOf(Uint8Array));var utils={isArray:isArray,isArrayBuffer:isArrayBuffer,isBuffer:isBuffer,isFormData:isFormData,isArrayBufferView:isArrayBufferView,isString:isString,isNumber:isNumber,isObject:isObject,isPlainObject:isPlainObject,isUndefined:isUndefined,isDate:isDate,isFile:isFile,isBlob:isBlob,isFunction:isFunction,isStream:isStream,isURLSearchParams:isURLSearchParams,isStandardBrowserEnv:isStandardBrowserEnv,forEach:forEach,merge:merge,extend:extend,trim:trim,stripBOM:stripBOM,inherits:inherits,toFlatObject:toFlatObject,kindOf:kindOf,kindOfTest:kindOfTest,endsWith:endsWith,toArray:toArray,isTypedArray:isTypedArray,isFileList:isFileList};function encode(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var buildURL=function e(r,t,n){if(!t){return r}var i;if(n){i=n(t)}else if(utils.isURLSearchParams(t)){i=t.toString()}else{var o=[];utils.forEach(t,(function e(r,t){if(r===null||typeof r==="undefined"){return}if(utils.isArray(r)){t=t+"[]"}else{r=[r]}utils.forEach(r,(function e(r){if(utils.isDate(r)){r=r.toISOString()}else if(utils.isObject(r)){r=JSON.stringify(r)}o.push(encode(t)+"="+encode(r))}))}));i=o.join("&")}if(i){var s=r.indexOf("#");if(s!==-1){r=r.slice(0,s)}r+=(r.indexOf("?")===-1?"?":"&")+i}return r};function InterceptorManager(){this.handlers=[]}InterceptorManager.prototype.use=function e(r,t,n){this.handlers.push({fulfilled:r,rejected:t,synchronous:n?n.synchronous:false,runWhen:n?n.runWhen:null});return this.handlers.length-1};InterceptorManager.prototype.eject=function e(r){if(this.handlers[r]){this.handlers[r]=null}};InterceptorManager.prototype.forEach=function e(r){utils.forEach(this.handlers,(function e(t){if(t!==null){r(t)}}))};var InterceptorManager_1=InterceptorManager;var normalizeHeaderName=function e(r,t){utils.forEach(r,(function e(n,i){if(i!==t&&i.toUpperCase()===t.toUpperCase()){r[t]=n;delete r[i]}}))};function AxiosError(e,r,t,n,i){Error.call(this);this.message=e;this.name="AxiosError";r&&(this.code=r);t&&(this.config=t);n&&(this.request=n);i&&(this.response=i)}utils.inherits(AxiosError,Error,{toJSON:function e(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var prototype=AxiosError.prototype;var descriptors={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED"].forEach((function(e){descriptors[e]={value:e}}));Object.defineProperties(AxiosError,descriptors);Object.defineProperty(prototype,"isAxiosError",{value:true});AxiosError.from=function(e,r,t,n,i,o){var s=Object.create(prototype);utils.toFlatObject(e,s,(function e(r){return r!==Error.prototype}));AxiosError.call(s,e.message,r,t,n,i);s.name=e.name;o&&Object.assign(s,o);return s};var AxiosError_1=AxiosError;var transitional={silentJSONParsing:true,forcedJSONParsing:true,clarifyTimeoutError:false};function toFormData(e,r){r=r||new FormData;var t=[];function n(e){if(e===null)return"";if(utils.isDate(e)){return e.toISOString()}if(utils.isArrayBuffer(e)||utils.isTypedArray(e)){return typeof Blob==="function"?new Blob([e]):Buffer.from(e)}return e}function i(e,o){if(utils.isPlainObject(e)||utils.isArray(e)){if(t.indexOf(e)!==-1){throw Error("Circular reference detected in "+o)}t.push(e);utils.forEach(e,(function e(t,s){if(utils.isUndefined(t))return;var a=o?o+"."+s:s;var u;if(t&&!o&&typeof t==="object"){if(utils.endsWith(s,"{}")){t=JSON.stringify(t)}else if(utils.endsWith(s,"[]")&&(u=utils.toArray(t))){u.forEach((function(e){!utils.isUndefined(e)&&r.append(a,n(e))}));return}}i(t,a)}));t.pop()}else{r.append(o,n(e))}}i(e);return r}var toFormData_1=toFormData;var settle=function e(r,t,n){var i=n.config.validateStatus;if(!n.status||!i||i(n.status)){r(n)}else{t(new AxiosError_1("Request failed with status code "+n.status,[AxiosError_1.ERR_BAD_REQUEST,AxiosError_1.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}};var cookies=utils.isStandardBrowserEnv()?function e(){return{write:function e(r,t,n,i,o,s){var a=[];a.push(r+"="+encodeURIComponent(t));if(utils.isNumber(n)){a.push("expires="+new Date(n).toGMTString())}if(utils.isString(i)){a.push("path="+i)}if(utils.isString(o)){a.push("domain="+o)}if(s===true){a.push("secure")}document.cookie=a.join("; ")},read:function e(r){var t=document.cookie.match(new RegExp("(^|;\\s*)("+r+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function e(r){this.write(r,"",Date.now()-864e5)}}}():function e(){return{write:function e(){},read:function e(){return null},remove:function e(){}}}();var isAbsoluteURL=function e(r){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(r)};var combineURLs=function e(r,t){return t?r.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):r};var buildFullPath=function e(r,t){if(r&&!isAbsoluteURL(t)){return combineURLs(r,t)}return t};var ignoreDuplicateOf=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];var parseHeaders=function e(r){var t={};var n;var i;var o;if(!r){return t}utils.forEach(r.split("\n"),(function e(r){o=r.indexOf(":");n=utils.trim(r.substr(0,o)).toLowerCase();i=utils.trim(r.substr(o+1));if(n){if(t[n]&&ignoreDuplicateOf.indexOf(n)>=0){return}if(n==="set-cookie"){t[n]=(t[n]?t[n]:[]).concat([i])}else{t[n]=t[n]?t[n]+", "+i:i}}}));return t};var isURLSameOrigin=utils.isStandardBrowserEnv()?function e(){var r=/(msie|trident)/i.test(navigator.userAgent);var t=document.createElement("a");var n;function i(e){var n=e;if(r){t.setAttribute("href",n);n=t.href}t.setAttribute("href",n);return{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:t.pathname.charAt(0)==="/"?t.pathname:"/"+t.pathname}}n=i(window.location.href);return function e(r){var t=utils.isString(r)?i(r):r;return t.protocol===n.protocol&&t.host===n.host}}():function e(){return function e(){return true}}();function CanceledError(e){AxiosError_1.call(this,e==null?"canceled":e,AxiosError_1.ERR_CANCELED);this.name="CanceledError"}utils.inherits(CanceledError,AxiosError_1,{__CANCEL__:true});var CanceledError_1=CanceledError;var parseProtocol=function e(r){var t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(r);return t&&t[1]||""};var xhr=function e(r){return new Promise((function e(t,n){var i=r.data;var o=r.headers;var s=r.responseType;var a;function u(){if(r.cancelToken){r.cancelToken.unsubscribe(a)}if(r.signal){r.signal.removeEventListener("abort",a)}}if(utils.isFormData(i)&&utils.isStandardBrowserEnv()){delete o["Content-Type"]}var f=new XMLHttpRequest;if(r.auth){var l=r.auth.username||"";var c=r.auth.password?unescape(encodeURIComponent(r.auth.password)):"";o.Authorization="Basic "+btoa(l+":"+c)}var d=buildFullPath(r.baseURL,r.url);f.open(r.method.toUpperCase(),buildURL(d,r.params,r.paramsSerializer),true);f.timeout=r.timeout;function p(){if(!f){return}var e="getAllResponseHeaders"in f?parseHeaders(f.getAllResponseHeaders()):null;var i=!s||s==="text"||s==="json"?f.responseText:f.response;var o={data:i,status:f.status,statusText:f.statusText,headers:e,config:r,request:f};settle((function e(r){t(r);u()}),(function e(r){n(r);u()}),o);f=null}if("onloadend"in f){f.onloadend=p}else{f.onreadystatechange=function e(){if(!f||f.readyState!==4){return}if(f.status===0&&!(f.responseURL&&f.responseURL.indexOf("file:")===0)){return}setTimeout(p)}}f.onabort=function e(){if(!f){return}n(new AxiosError_1("Request aborted",AxiosError_1.ECONNABORTED,r,f));f=null};f.onerror=function e(){n(new AxiosError_1("Network Error",AxiosError_1.ERR_NETWORK,r,f,f));f=null};f.ontimeout=function e(){var t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";var i=r.transitional||transitional;if(r.timeoutErrorMessage){t=r.timeoutErrorMessage}n(new AxiosError_1(t,i.clarifyTimeoutError?AxiosError_1.ETIMEDOUT:AxiosError_1.ECONNABORTED,r,f));f=null};if(utils.isStandardBrowserEnv()){var h=(r.withCredentials||isURLSameOrigin(d))&&r.xsrfCookieName?cookies.read(r.xsrfCookieName):undefined;if(h){o[r.xsrfHeaderName]=h}}if("setRequestHeader"in f){utils.forEach(o,(function e(r,t){if(typeof i==="undefined"&&t.toLowerCase()==="content-type"){delete o[t]}else{f.setRequestHeader(t,r)}}))}if(!utils.isUndefined(r.withCredentials)){f.withCredentials=!!r.withCredentials}if(s&&s!=="json"){f.responseType=r.responseType}if(typeof r.onDownloadProgress==="function"){f.addEventListener("progress",r.onDownloadProgress)}if(typeof r.onUploadProgress==="function"&&f.upload){f.upload.addEventListener("progress",r.onUploadProgress)}if(r.cancelToken||r.signal){a=function(e){if(!f){return}n(!e||e&&e.type?new CanceledError_1:e);f.abort();f=null};r.cancelToken&&r.cancelToken.subscribe(a);if(r.signal){r.signal.aborted?a():r.signal.addEventListener("abort",a)}}if(!i){i=null}var m=parseProtocol(d);if(m&&["http","https","file"].indexOf(m)===-1){n(new AxiosError_1("Unsupported protocol "+m+":",AxiosError_1.ERR_BAD_REQUEST,r));return}f.send(i)}))};var _null=null;var DEFAULT_CONTENT_TYPE={"Content-Type":"application/x-www-form-urlencoded"};function setContentTypeIfUnset(e,r){if(!utils.isUndefined(e)&&utils.isUndefined(e["Content-Type"])){e["Content-Type"]=r}}function getDefaultAdapter(){var e;if(typeof XMLHttpRequest!=="undefined"){e=xhr}else if(typeof process!=="undefined"&&Object.prototype.toString.call(process)==="[object process]"){e=xhr}return e}function stringifySafely(e,r,t){if(utils.isString(e)){try{(r||JSON.parse)(e);return utils.trim(e)}catch(n){if(n.name!=="SyntaxError"){throw n}}}return(t||JSON.stringify)(e)}var defaults={transitional:transitional,adapter:getDefaultAdapter(),transformRequest:[function e(r,t){normalizeHeaderName(t,"Accept");normalizeHeaderName(t,"Content-Type");if(utils.isFormData(r)||utils.isArrayBuffer(r)||utils.isBuffer(r)||utils.isStream(r)||utils.isFile(r)||utils.isBlob(r)){return r}if(utils.isArrayBufferView(r)){return r.buffer}if(utils.isURLSearchParams(r)){setContentTypeIfUnset(t,"application/x-www-form-urlencoded;charset=utf-8");return r.toString()}var n=utils.isObject(r);var i=t&&t["Content-Type"];var o;if((o=utils.isFileList(r))||n&&i==="multipart/form-data"){var s=this.env&&this.env.FormData;return toFormData_1(o?{"files[]":r}:r,s&&new s)}else if(n||i==="application/json"){setContentTypeIfUnset(t,"application/json");return stringifySafely(r)}return r}],transformResponse:[function e(r){var t=this.transitional||defaults.transitional;var n=t&&t.silentJSONParsing;var i=t&&t.forcedJSONParsing;var o=!n&&this.responseType==="json";if(o||i&&utils.isString(r)&&r.length){try{return JSON.parse(r)}catch(s){if(o){if(s.name==="SyntaxError"){throw AxiosError_1.from(s,AxiosError_1.ERR_BAD_RESPONSE,this,null,this.response)}throw s}}}return r}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:_null},validateStatus:function e(r){return r>=200&&r<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};utils.forEach(["delete","get","head"],(function e(r){defaults.headers[r]={}}));utils.forEach(["post","put","patch"],(function e(r){defaults.headers[r]=utils.merge(DEFAULT_CONTENT_TYPE)}));var defaults_1=defaults;var transformData=function e(r,t,n){var i=this||defaults_1;utils.forEach(n,(function e(n){r=n.call(i,r,t)}));return r};var isCancel=function e(r){return!!(r&&r.__CANCEL__)};function throwIfCancellationRequested(e){if(e.cancelToken){e.cancelToken.throwIfRequested()}if(e.signal&&e.signal.aborted){throw new CanceledError_1}}var dispatchRequest=function e(r){throwIfCancellationRequested(r);r.headers=r.headers||{};r.data=transformData.call(r,r.data,r.headers,r.transformRequest);r.headers=utils.merge(r.headers.common||{},r.headers[r.method]||{},r.headers);utils.forEach(["delete","get","head","post","put","patch","common"],(function e(t){delete r.headers[t]}));var t=r.adapter||defaults_1.adapter;return t(r).then((function e(t){throwIfCancellationRequested(r);t.data=transformData.call(r,t.data,t.headers,r.transformResponse);return t}),(function e(t){if(!isCancel(t)){throwIfCancellationRequested(r);if(t&&t.response){t.response.data=transformData.call(r,t.response.data,t.response.headers,r.transformResponse)}}return Promise.reject(t)}))};var mergeConfig=function e(r,t){t=t||{};var n={};function i(e,r){if(utils.isPlainObject(e)&&utils.isPlainObject(r)){return utils.merge(e,r)}else if(utils.isPlainObject(r)){return utils.merge({},r)}else if(utils.isArray(r)){return r.slice()}return r}function o(e){if(!utils.isUndefined(t[e])){return i(r[e],t[e])}else if(!utils.isUndefined(r[e])){return i(undefined,r[e])}}function s(e){if(!utils.isUndefined(t[e])){return i(undefined,t[e])}}function a(e){if(!utils.isUndefined(t[e])){return i(undefined,t[e])}else if(!utils.isUndefined(r[e])){return i(undefined,r[e])}}function u(e){if(e in t){return i(r[e],t[e])}else if(e in r){return i(undefined,r[e])}}var f={url:s,method:s,data:s,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:u};utils.forEach(Object.keys(r).concat(Object.keys(t)),(function e(r){var t=f[r]||o;var i=t(r);utils.isUndefined(i)&&t!==u||(n[r]=i)}));return n};var data={version:"0.27.2"};var VERSION=data.version;var validators$1={};["object","boolean","number","function","string","symbol"].forEach((function(e,r){validators$1[e]=function t(n){return typeof n===e||"a"+(r<1?"n ":" ")+e}}));var deprecatedWarnings={};validators$1.transitional=function e(r,t,n){function i(e,r){return"[Axios v"+VERSION+"] Transitional option '"+e+"'"+r+(n?". "+n:"")}return function(e,n,o){if(r===false){throw new AxiosError_1(i(n," has been removed"+(t?" in "+t:"")),AxiosError_1.ERR_DEPRECATED)}if(t&&!deprecatedWarnings[n]){deprecatedWarnings[n]=true;console.warn(i(n," has been deprecated since v"+t+" and will be removed in the near future"))}return r?r(e,n,o):true}};function assertOptions(e,r,t){if(typeof e!=="object"){throw new AxiosError_1("options must be an object",AxiosError_1.ERR_BAD_OPTION_VALUE)}var n=Object.keys(e);var i=n.length;while(i-- >0){var o=n[i];var s=r[o];if(s){var a=e[o];var u=a===undefined||s(a,o,e);if(u!==true){throw new AxiosError_1("option "+o+" must be "+u,AxiosError_1.ERR_BAD_OPTION_VALUE)}continue}if(t!==true){throw new AxiosError_1("Unknown option "+o,AxiosError_1.ERR_BAD_OPTION)}}}var validator={assertOptions:assertOptions,validators:validators$1};var validators=validator.validators;function Axios(e){this.defaults=e;this.interceptors={request:new InterceptorManager_1,response:new InterceptorManager_1}}Axios.prototype.request=function e(r,t){if(typeof r==="string"){t=t||{};t.url=r}else{t=r||{}}t=mergeConfig(this.defaults,t);if(t.method){t.method=t.method.toLowerCase()}else if(this.defaults.method){t.method=this.defaults.method.toLowerCase()}else{t.method="get"}var n=t.transitional;if(n!==undefined){validator.assertOptions(n,{silentJSONParsing:validators.transitional(validators.boolean),forcedJSONParsing:validators.transitional(validators.boolean),clarifyTimeoutError:validators.transitional(validators.boolean)},false)}var i=[];var o=true;this.interceptors.request.forEach((function e(r){if(typeof r.runWhen==="function"&&r.runWhen(t)===false){return}o=o&&r.synchronous;i.unshift(r.fulfilled,r.rejected)}));var s=[];this.interceptors.response.forEach((function e(r){s.push(r.fulfilled,r.rejected)}));var a;if(!o){var u=[dispatchRequest,undefined];Array.prototype.unshift.apply(u,i);u=u.concat(s);a=Promise.resolve(t);while(u.length){a=a.then(u.shift(),u.shift())}return a}var f=t;while(i.length){var l=i.shift();var c=i.shift();try{f=l(f)}catch(d){c(d);break}}try{a=dispatchRequest(f)}catch(d){return Promise.reject(d)}while(s.length){a=a.then(s.shift(),s.shift())}return a};Axios.prototype.getUri=function e(r){r=mergeConfig(this.defaults,r);var t=buildFullPath(r.baseURL,r.url);return buildURL(t,r.params,r.paramsSerializer)};utils.forEach(["delete","get","head","options"],(function e(r){Axios.prototype[r]=function(e,t){return this.request(mergeConfig(t||{},{method:r,url:e,data:(t||{}).data}))}}));utils.forEach(["post","put","patch"],(function e(r){function t(e){return function t(n,i,o){return this.request(mergeConfig(o||{},{method:r,headers:e?{"Content-Type":"multipart/form-data"}:{},url:n,data:i}))}}Axios.prototype[r]=t();Axios.prototype[r+"Form"]=t(true)}));var Axios_1=Axios;function CancelToken(e){if(typeof e!=="function"){throw new TypeError("executor must be a function.")}var r;this.promise=new Promise((function e(t){r=t}));var t=this;this.promise.then((function(e){if(!t._listeners)return;var r;var n=t._listeners.length;for(r=0;r<n;r++){t._listeners[r](e)}t._listeners=null}));this.promise.then=function(e){var r;var n=new Promise((function(e){t.subscribe(e);r=e})).then(e);n.cancel=function e(){t.unsubscribe(r)};return n};e((function e(n){if(t.reason){return}t.reason=new CanceledError_1(n);r(t.reason)}))}CancelToken.prototype.throwIfRequested=function e(){if(this.reason){throw this.reason}};CancelToken.prototype.subscribe=function e(r){if(this.reason){r(this.reason);return}if(this._listeners){this._listeners.push(r)}else{this._listeners=[r]}};CancelToken.prototype.unsubscribe=function e(r){if(!this._listeners){return}var t=this._listeners.indexOf(r);if(t!==-1){this._listeners.splice(t,1)}};CancelToken.source=function e(){var r;var t=new CancelToken((function e(t){r=t}));return{token:t,cancel:r}};var CancelToken_1=CancelToken;var spread=function e(r){return function e(t){return r.apply(null,t)}};var isAxiosError=function e(r){return utils.isObject(r)&&r.isAxiosError===true};function createInstance(e){var r=new Axios_1(e);var t=bind(Axios_1.prototype.request,r);utils.extend(t,Axios_1.prototype,r);utils.extend(t,r);t.create=function r(t){return createInstance(mergeConfig(e,t))};return t}var axios$1=createInstance(defaults_1);axios$1.Axios=Axios_1;axios$1.CanceledError=CanceledError_1;axios$1.CancelToken=CancelToken_1;axios$1.isCancel=isCancel;axios$1.VERSION=data.version;axios$1.toFormData=toFormData_1;axios$1.AxiosError=AxiosError_1;axios$1.Cancel=axios$1.CanceledError;axios$1.all=function e(r){return Promise.all(r)};axios$1.spread=spread;axios$1.isAxiosError=isAxiosError;var axios_1=axios$1;var _default=axios$1;axios_1.default=_default;var axios=axios_1;export{axios as a};
File without changes
@@ -0,0 +1 @@
1
+ import{c as createCommonjsModule,a as commonjsGlobal}from"./_commonjsHelpers-ba3f0406.js";var js_cookie=createCommonjsModule((function(e,t){(function(t,r){e.exports=r()})(commonjsGlobal,(function(){function e(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r){e[n]=r[n]}}return e}var t={read:function(e){if(e[0]==='"'){e=e.slice(1,-1)}return e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function r(t,n){function o(r,o,i){if(typeof document==="undefined"){return}i=e({},n,i);if(typeof i.expires==="number"){i.expires=new Date(Date.now()+i.expires*864e5)}if(i.expires){i.expires=i.expires.toUTCString()}r=encodeURIComponent(r).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var c="";for(var u in i){if(!i[u]){continue}c+="; "+u;if(i[u]===true){continue}c+="="+i[u].split(";")[0]}return document.cookie=r+"="+t.write(o,r)+c}function i(e){if(typeof document==="undefined"||arguments.length&&!e){return}var r=document.cookie?document.cookie.split("; "):[];var n={};for(var o=0;o<r.length;o++){var i=r[o].split("=");var c=i.slice(1).join("=");try{var u=decodeURIComponent(i[0]);n[u]=t.read(c,u);if(e===u){break}}catch(a){}}return e?n[e]:n}return Object.create({set:o,get:i,remove:function(t,r){o(t,"",e({},r,{expires:-1}))},withAttributes:function(t){return r(this.converter,e({},this.attributes,t))},withConverter:function(t){return r(e({},this.converter,t),this.attributes)}},{attributes:{value:Object.freeze(n)},converter:{value:Object.freeze(t)}})}var n=r(t,{path:"/"});return n}))}));export{js_cookie as j};
@@ -0,0 +1 @@
1
+ import{p as promiseResolve,b as bootstrapLazy}from"./index-0e6d34c6.js";import{g as globalScripts}from"./app-globals-137e106c.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(e,t){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){globalScripts();return bootstrapLazy(JSON.parse('[["stzh-appointments",[[2,"stzh-appointments",{"localization":[16],"sortBy":[1025,"sort-by"],"appointments":[1],"currentDate":[1025,"current-date"],"value":[1025],"name":[513],"showItems":[1026,"show-items"],"stepItems":[2,"step-items"],"calendarTitle":[1,"calendar-title"],"appointmentsTitle":[1,"appointments-title"],"dateAdapter":[16]}]]],["stzh-datamessagelist-item",[[2,"stzh-datamessagelist-item",{"localization":[16],"heading":[1],"unread":[4],"href":[1],"description":[1],"externalHref":[1,"external-href"],"loadingStatus":[1,"loading-status"],"meta":[1],"actions":[1],"tags":[1]}]]],["stzh-servicecard",[[6,"stzh-servicecard",{"localization":[16],"collapsed":[1540],"starred":[1540],"starrable":[516],"heading":[1],"subtitle":[1],"actions":[1],"subtitleInteractive":[4,"subtitle-interactive"],"type":[513],"middleVariant":[513,"middle-variant"],"middleVerticalSpacing":[513,"middle-vertical-spacing"],"rightVerticalSpacing":[513,"right-vertical-spacing"],"sortableDisabled":[516,"sortable-disabled"],"collapsible":[516],"hideMovementActions":[4,"hide-movement-actions"]},[[11,"resize","handleResize"]]]]],["stzh-datatable",[[4,"stzh-datatable",{"localization":[16],"label":[1],"sortBy":[1025,"sort-by"],"sortDirection":[1025,"sort-direction"],"tokenize":[1],"idField":[1,"id-field"],"rows":[1],"columns":[1],"query":[32],"hasScrollLeft":[32],"hasScrollRight":[32],"isScrollable":[32],"cellsStickyLeft":[32],"cellsStickyRight":[32],"toggleSort":[64]},[[9,"resize","handleResize"]]]]],["stzh-saptcha",[[2,"stzh-saptcha",{"localization":[16],"numbers":[1],"value":[1],"name":[513],"error":[1],"invalid":[516],"disabled":[516]}]]],["stzh-vbz-majorticker",[[2,"stzh-vbz-majorticker",{"api":[1],"data":[8],"moreInfoLink":[1,"more-info-link"],"dateAdapter":[16],"localization":[16],"ghettoboxCloseTimeKey":[1,"ghettobox-close-time-key"],"ghettoboxShown":[32]}]]],["stzh-vbz-ticker",[[6,"stzh-vbz-ticker",{"api":[1],"data":[8],"moreInfoLink":[1,"more-info-link"],"dateAdapter":[16],"localization":[16]}]]],["stzh-chip-select",[[2,"stzh-chip-select",{"data":[1],"label":[1],"value":[1]}]]],["stzh-servicecard-list",[[6,"stzh-servicecard-list",{"localization":[16],"sortableDisabled":[4,"sortable-disabled"],"showToggleLink":[516,"show-toggle-link"],"sortableDataIdAttribute":[1,"sortable-data-id-attribute"],"allCollapsed":[32]},[[0,"stzhCollapse","collapseListener"]]]]],["stzh-upload",[[4,"stzh-upload",{"existingFiles":[1,"existing-files"],"label":[1],"description":[1],"button":[1],"url":[1],"method":[1],"withCredentials":[4,"with-credentials"],"disabled":[516],"invalid":[516],"error":[1],"acceptedFiles":[1,"accepted-files"],"autoProcessQueue":[4,"auto-process-queue"],"maxFiles":[2,"max-files"],"maxFilesize":[2,"max-filesize"],"parallelUploads":[2,"parallel-uploads"],"uploadMultiple":[4,"upload-multiple"],"chunking":[4],"forceChunking":[4,"force-chunking"],"chunkSize":[2,"chunk-size"],"parallelChunkUploads":[4,"parallel-chunk-uploads"],"retryChunks":[4,"retry-chunks"],"retryChunksLimit":[2,"retry-chunks-limit"],"filesizeBase":[2,"filesize-base"],"headers":[16],"defaultHeaders":[4,"default-headers"],"accept":[16],"chunksUploaded":[16],"hiddenInputContainer":[1,"hidden-input-container"],"localization":[16],"processQueue":[64]}]]],["stzh-footer",[[4,"stzh-footer",{"copyright":[1],"variant":[1],"mainUrl":[1,"main-url"],"localization":[16]}]]],["stzh-checkbox",[[6,"stzh-checkbox",{"localization":[16],"disabled":[516],"name":[513],"value":[1025],"invalid":[516],"required":[516],"checked":[1540],"label":[1],"description":[1],"descriptionLong":[1,"description-long"],"showMarker":[516,"show-marker"],"error":[1],"a11yDescribedby":[1,"a11y-describedby"],"setFocus":[64]}]]],["stzh-checkboxgroup",[[6,"stzh-checkboxgroup",{"localization":[16],"disabled":[516],"name":[513],"legend":[1],"hideLegend":[516,"hide-legend"],"invalid":[516],"showMarker":[516,"show-marker"],"value":[1025],"direction":[513],"description":[1],"descriptionLong":[1,"description-long"],"error":[1],"checkedCheckbox":[16],"preventUpdateProperties":[16]},[[0,"stzhChange","onChange"]]]]],["stzh-dialog",[[6,"stzh-dialog",{"localization":[16],"closeOnEscapeKey":[4,"close-on-escape-key"],"closeOnBackdropClick":[4,"close-on-backdrop-click"],"open":[1028],"stay":[4],"size":[513],"hideClose":[4,"hide-close"],"heading":[1],"a11yRole":[1,"a11y-role"],"a11yLabel":[1,"a11y-label"],"show":[64],"hide":[64]},[[6,"click","handleOutsideClick"],[4,"keydown","handleKeydown"],[4,"click","handleOpenTriggerClick"]]]]],["stzh-progressbar",[[2,"stzh-progressbar",{"data":[1],"index":[2],"steps":[2],"stepsSmall":[2,"steps-small"],"stepsMedium":[2,"steps-medium"],"stepsLarge":[2,"steps-large"],"stepsUltra":[2,"steps-ultra"],"currentSteps":[32]}]]],["stzh-toggle",[[6,"stzh-toggle",{"localization":[16],"disabled":[516],"name":[513],"value":[1025],"invalid":[516],"required":[516],"showMarker":[516,"show-marker"],"checked":[1540],"label":[1],"labelPosition":[513,"label-position"],"description":[1],"descriptionLong":[1,"description-long"],"error":[1],"a11yDescribedby":[1,"a11y-describedby"],"setFocus":[64]}]]],["stzh-fieldset",[[6,"stzh-fieldset",{"legend":[1],"hideLegend":[4,"hide-legend"],"legendLevel":[1,"legend-level"],"legendCurve":[1,"legend-curve"]}]]],["stzh-message",[[6,"stzh-message",{"label":[1],"description":[1],"closeKey":[1,"close-key"],"type":[513],"hideClose":[4,"hide-close"],"localization":[16],"open":[32],"show":[64],"hide":[64]}]]],["stzh-accordion",[[6,"stzh-accordion",{"collapsible":[4],"multiselectable":[4],"setItemFocus":[64]},[[0,"stzhOpen","openListener"]]]]],["stzh-accordion-item",[[6,"stzh-accordion-item",{"open":[1540],"disabled":[516],"heading":[1],"subtitle":[1],"headingLevel":[513,"heading-level"],"show":[64],"hide":[64],"toggle":[64],"setFocus":[64]}]]],["stzh-actions",[[6,"stzh-actions",{"variant":[513],"withBorder":[516,"with-border"]}]]],["stzh-appnav",[[6,"stzh-appnav",{"appTitle":[1,"app-title"],"appStatus":[1,"app-status"],"appHref":[1,"app-href"]}]]],["stzh-cell",[[1,"stzh-cell",{"span":[2],"spanSmall":[2,"span-small"],"spanMedium":[2,"span-medium"],"spanLarge":[2,"span-large"],"spanUltra":[2,"span-ultra"],"justifySelf":[513,"justify-self"],"alignSelf":[513,"align-self"]}]]],["stzh-container",[[6,"stzh-container"]]],["stzh-cspace",[[6,"stzh-cspace"]]],["stzh-datamessagelist",[[6,"stzh-datamessagelist"]]],["stzh-figure",[[6,"stzh-figure",{"caption":[1],"copyright":[1]}]]],["stzh-flyingfocus",[[2,"stzh-flyingfocus",{"style":[32],"position":[32],"enabled":[32],"visible":[32],"helper":[32],"moving":[32],"reposition":[64]},[[4,"keydown","handleKeydown"],[5,"mousedown","handleMousedown"],[6,"focus","handleFocus"],[6,"blur","handleBlur"],[7,"scroll","handleScrollResize"],[11,"resize","handleScrollResize"]]]]],["stzh-header",[[6,"stzh-header",{"href":[1],"preventAppnavPlaceholder":[4,"prevent-appnav-placeholder"],"hideLogo":[32],"paddingTop":[32],"metabarTransform":[32],"sticky":[32],"stickyClosing":[32],"stickyMetabar":[32],"stickyMetabarEnd":[32],"updatePosition":[64]},[[9,"resize","resizeListener"],[8,"DOMContentLoaded","resizeListener"],[8,"load","resizeListener"],[9,"scroll","scrollListener"]]]]],["stzh-hr",[[2,"stzh-hr"]]],["stzh-hspace",[[6,"stzh-hspace",{"curve":[1],"size":[1],"sizeSmall":[1,"size-small"],"sizeMedium":[1,"size-medium"],"sizeLarge":[1,"size-large"],"sizeUltra":[1,"size-ultra"],"justify":[1],"around":[4],"border":[1]}]]],["stzh-icon-sprite",[[0,"stzh-icon-sprite"]]],["stzh-list",[[1,"stzh-list",{"variant":[513]}]]],["stzh-list-item",[[1,"stzh-list-item"]]],["stzh-loader",[[6,"stzh-loader",{"size":[1],"label":[1],"hideLabel":[4,"hide-label"]}]]],["stzh-loadingbar",[[2,"stzh-loadingbar",{"percent":[2],"hidePercent":[4,"hide-percent"],"label":[1]}]]],["stzh-metanav",[[6,"stzh-metanav"]]],["stzh-overlay",[[6,"stzh-overlay",{"open":[1028],"stay":[4],"a11yLabel":[1,"a11y-label"],"show":[64],"hide":[64]}]]],["stzh-page-skiplinks",[[6,"stzh-page-skiplinks"]]],["stzh-pagetitle",[[6,"stzh-pagetitle"]]],["stzh-portal-mitwirken",[[0,"stzh-portal-mitwirken"]]],["stzh-readspeaker",[[4,"stzh-readspeaker",{"href":[1],"eventId":[1,"event-id"]},[[8,"DOMContentLoaded","addClickEvents"],[8,"load","addClickEvents"]]]]],["stzh-row",[[1,"stzh-row",{"span":[2],"spanSmall":[2,"span-small"],"spanMedium":[2,"span-medium"],"spanLarge":[2,"span-large"],"spanUltra":[2,"span-ultra"],"justify":[513],"items":[513],"content":[513]}]]],["stzh-section",[[6,"stzh-section",{"variant":[1]}]]],["stzh-skiplink",[[6,"stzh-skiplink",{"href":[1],"linkAccesskey":[1,"link-accesskey"],"linkTitle":[1,"link-title"],"focused":[32]},[[0,"focusin","focusinHandler"],[0,"focusout","focusoutHandler"]]]]],["stzh-table",[[4,"stzh-table",{"fixedLeft":[2,"fixed-left"],"fixedRight":[2,"fixed-right"],"hasScrollLeft":[32],"hasScrollRight":[32],"isScrollable":[32],"cellsStickyLeft":[32],"cellsStickyRight":[32]},[[9,"resize","handleResize"]]]]],["stzh-visuallyhidden",[[6,"stzh-visuallyhidden"]]],["stzh-vspace",[[6,"stzh-vspace",{"curve":[1],"size":[1],"sizeSmall":[1,"size-small"],"sizeMedium":[1,"size-medium"],"sizeLarge":[1,"size-large"],"sizeUltra":[1,"size-ultra"],"justify":[1],"around":[4],"border":[1]}]]],["stzh-progressbar-item",[[6,"stzh-progressbar-item",{"first":[516],"last":[516],"passed":[516],"current":[516],"hide":[516],"dotted":[516],"step":[514],"icon":[513]}]]],["stzh-vbz-linechip",[[2,"stzh-vbz-linechip",{"line":[1],"active":[516],"alert":[516],"global":[516],"setFocus":[64]}]]],["stzh-sortable",[[6,"stzh-sortable",{"localization":[16],"disabled":[516],"dataIdAttribute":[1,"data-id-attribute"],"container":[16],"filterElements":[1,"filter-elements"],"toArray":[64],"sort":[64],"moveItem":[64]}]]],["stzh-status",[[2,"stzh-status",{"percent":[2],"withLoadingbar":[4,"with-loadingbar"],"label":[1],"type":[513]}]]],["stzh-badge_3",[[6,"stzh-button",{"badge":[1],"badgePosition":[513,"badge-position"],"fullwidth":[516],"size":[513],"textAlign":[513,"text-align"],"variant":[513],"icon":[1],"iconPosition":[513,"icon-position"],"href":[1],"target":[1],"type":[1],"disabled":[516],"active":[516],"label":[1],"effect":[1],"iconOnly":[516,"icon-only"],"a11yLabel":[1,"a11y-label"],"a11yDescribedby":[1,"a11y-describedby"],"setFocus":[64]}],[2,"stzh-badge",{"label":[1]}],[2,"stzh-icon",{"name":[1],"a11yTitle":[1,"a11y-title"]}]]],["stzh-ghettobox_2",[[6,"stzh-ghettobox",{"hiddenTitle":[1,"hidden-title"],"mainTitle":[1,"main-title"],"description":[1],"publishDate":[1,"publish-date"],"closeTimeKey":[1,"close-time-key"],"localization":[16],"open":[32],"show":[64],"hide":[64]}],[6,"stzh-richtext",{"externalLinkSelector":[1,"external-link-selector"],"externalLinkIcon":[1,"external-link-icon"]}]]],["stzh-dropdown",[[4,"stzh-dropdown",{"options":[1],"optgroups":[1],"items":[1],"searchField":[1,"search-field"],"multiple":[516],"inline":[516],"maxOptions":[2,"max-options"],"searchConjunction":[1,"search-conjunction"],"allowEmptyOption":[4,"allow-empty-option"],"openOnFocus":[4,"open-on-focus"],"closeAfterSelect":[4,"close-after-select"],"load":[16],"minCharacters":[2,"min-characters"],"loadThrottle":[2,"load-throttle"],"preload":[8],"labelField":[1,"label-field"],"valueField":[1,"value-field"],"optgroupField":[1,"optgroup-field"],"optgroupLabelField":[1,"optgroup-label-field"],"optgroupValueField":[1,"optgroup-value-field"],"lockOptgroupOrder":[4,"lock-optgroup-order"],"name":[513],"variant":[513],"size":[513],"disabled":[516],"popoverPlacement":[513,"popover-placement"],"label":[1],"icon":[1],"noSearch":[4,"no-search"],"noBackspaceDelete":[4,"no-backspace-delete"],"invalid":[516],"required":[516],"showMarker":[516,"show-marker"],"description":[1],"descriptionLong":[1,"description-long"],"error":[1],"placeholder":[1],"localization":[16],"a11yDescribedby":[1,"a11y-describedby"],"getValue":[64],"setValue":[64],"setFocus":[64]}]]],["stzh-calendar",[[2,"stzh-calendar",{"value":[1025],"min":[1],"max":[1],"firstDayOfWeek":[2,"first-day-of-week"],"localization":[16],"isDateDisabled":[16],"activeFocus":[32],"focusedDay":[32],"setFocusedDay":[64],"setDate":[64]}]]],["stzh-chip",[[6,"stzh-chip",{"label":[1],"icon":[1],"removable":[516],"variant":[513],"size":[513],"type":[513],"counter":[1],"removeLabel":[1,"remove-label"],"active":[516],"disabled":[516],"invert":[516],"setFocus":[64]}]]],["stzh-tooltip",[[6,"stzh-tooltip",{"open":[1028],"label":[1],"content":[1],"placement":[1],"skidding":[2],"distance":[2],"interactive":[4],"trigger":[1],"localization":[16],"computedPlacement":[32],"show":[64],"hide":[64],"toggle":[64],"update":[64]},[[6,"click","handleDocumentClick"]]]]],["stzh-heading",[[6,"stzh-heading",{"level":[513],"curve":[513],"withBorder":[516,"with-border"]}]]],["stzh-popover",[[6,"stzh-popover",{"open":[1540],"placement":[513],"variant":[513],"skidding":[2],"distance":[2],"label":[1],"localization":[16],"computedPlacement":[32],"show":[64],"hide":[64],"toggle":[64],"update":[64]},[[6,"click","handleOutsideClick"]]]]],["stzh-input",[[6,"stzh-input",{"localization":[16],"multiline":[4],"rows":[2],"type":[1],"readonly":[516],"disabled":[516],"clearable":[516],"showMarker":[516,"show-marker"],"minlength":[2],"maxlength":[2],"name":[513],"value":[1025],"description":[1],"descriptionLong":[1,"description-long"],"error":[1],"invalid":[516],"required":[516],"placeholder":[1],"inputmode":[1],"autocomplete":[1],"noAutocomplete":[4,"no-autocomplete"],"label":[1],"size":[513],"a11yDescribedby":[1,"a11y-describedby"],"filled":[32],"setFocus":[64]}]]],["stzh-datepicker_4",[[6,"stzh-datepicker",{"calendarMin":[1,"calendar-min"],"calendarMax":[1,"calendar-max"],"calendarIsDateDisabled":[16],"name":[513],"value":[1025],"label":[1],"readonly":[516],"disabled":[516],"description":[1],"descriptionLong":[1,"description-long"],"error":[1],"invalid":[516],"required":[516],"showMarker":[516,"show-marker"],"placeholder":[1],"size":[513],"inline":[4],"dateAdapter":[16],"localization":[16],"buttonLabel":[32],"setDate":[64],"getPopover":[64]}],[6,"stzh-radio",{"localization":[16],"disabled":[516],"name":[513],"value":[1025],"invalid":[516],"required":[516],"showMarker":[516,"show-marker"],"checked":[1540],"label":[1],"description":[1],"descriptionLong":[1,"description-long"],"error":[1],"a11yDescribedby":[1,"a11y-describedby"],"setFocus":[64]}],[6,"stzh-radiogroup",{"localization":[16],"disabled":[516],"name":[513],"legend":[1],"hideLegend":[516,"hide-legend"],"invalid":[516],"required":[516],"showMarker":[516,"show-marker"],"value":[1025],"direction":[513],"description":[1],"descriptionLong":[1,"description-long"],"error":[1],"checkedRadio":[16],"preventUpdateProperties":[16]},[[0,"stzhChange","onChange"]]],[6,"stzh-text",{"font":[1],"curve":[513],"lead":[516],"size":[1],"sizeSmall":[1,"size-small"],"sizeMedium":[1,"size-medium"],"sizeLarge":[1,"size-large"],"sizeUltra":[1,"size-ultra"]}]]],["stzh-menu_2",[[6,"stzh-menu-item",{"badge":[1],"icon":[1],"active":[4],"label":[1],"href":[1],"target":[1],"disabled":[4],"a11yLabel":[1,"a11y-label"],"setFocus":[64]}],[6,"stzh-menu"]]],["stzh-link",[[6,"stzh-link",{"icon":[1],"iconPosition":[513,"icon-position"],"size":[513],"href":[1],"target":[1],"type":[1],"variant":[513],"badge":[1],"badgePosition":[513,"badge-position"],"disabled":[516],"active":[516],"iconOnly":[516,"icon-only"],"label":[1],"linkAccesskey":[1,"link-accesskey"],"setFocus":[64]}]]]]'),t)}))};export{defineCustomElements};
@@ -0,0 +1 @@
1
+ var medias={small:window.matchMedia("(min-width: 600px)"),smallheader:window.matchMedia("(min-width: 800px)"),medium:window.matchMedia("(min-width: 1024px)"),large:window.matchMedia("(min-width: 1260px)"),ultra:window.matchMedia("(min-width: 1440px)")};var media=function(e){return medias[e]};var addMediaChangeListener=function(e){Object.keys(medias).forEach((function(a){media(a).addEventListener("change",e)}))};var removeMediaChangeListener=function(e){Object.keys(medias).forEach((function(a){media(a).removeEventListener("change",e)}))};export{addMediaChangeListener as a,media as m,removeMediaChangeListener as r};
@@ -0,0 +1,12 @@
1
+ var __spreadArray=this&&this.__spreadArray||function(e,t,r){if(r||arguments.length===2)for(var o=0,n=t.length,c;o<n;o++){if(c||!(o in t)){if(!c)c=Array.prototype.slice.call(t,0,o);c[o]=t[o]}}return e.concat(c||Array.prototype.slice.call(t))};
2
+ /**
3
+ * @license
4
+ * Copyright Google Inc. All Rights Reserved.
5
+ *
6
+ * Use of this source code is governed by an MIT-style license that can be
7
+ * found in the LICENSE file at https://angular.io/license
8
+ *
9
+ * This file is a port of shadowCSS from webcomponents.js to TypeScript.
10
+ * https://github.com/webcomponents/webcomponentsjs/blob/4efecd7e0e/src/ShadowCSS/ShadowCSS.js
11
+ * https://github.com/angular/angular/blob/master/packages/compiler/src/shadow_css.ts
12
+ */var safeSelector=function(e){var t=[];var r=0;e=e.replace(/(\[[^\]]*\])/g,(function(e,o){var n="__ph-".concat(r,"__");t.push(o);r++;return n}));var o=e.replace(/(:nth-[-\w]+)(\([^)]+\))/g,(function(e,o,n){var c="__ph-".concat(r,"__");t.push(n);r++;return o+c}));var n={content:o,placeholders:t};return n};var restoreSafeSelector=function(e,t){return t.replace(/__ph-(\d+)__/g,(function(t,r){return e[+r]}))};var _polyfillHost="-shadowcsshost";var _polyfillSlotted="-shadowcssslotted";var _polyfillHostContext="-shadowcsscontext";var _parenSuffix=")(?:\\(("+"(?:\\([^)(]*\\)|[^)(]*)+?"+")\\))?([^,{]*)";var _cssColonHostRe=new RegExp("("+_polyfillHost+_parenSuffix,"gim");var _cssColonHostContextRe=new RegExp("("+_polyfillHostContext+_parenSuffix,"gim");var _cssColonSlottedRe=new RegExp("("+_polyfillSlotted+_parenSuffix,"gim");var _polyfillHostNoCombinator=_polyfillHost+"-no-combinator";var _polyfillHostNoCombinatorRe=/-shadowcsshost-no-combinator([^\s]*)/;var _shadowDOMSelectorsRe=[/::shadow/g,/::content/g];var _selectorReSuffix="([>\\s~+[.,{:][\\s\\S]*)?$";var _polyfillHostRe=/-shadowcsshost/gim;var _colonHostRe=/:host/gim;var _colonSlottedRe=/::slotted/gim;var _colonHostContextRe=/:host-context/gim;var _commentRe=/\/\*\s*[\s\S]*?\*\//g;var stripComments=function(e){return e.replace(_commentRe,"")};var _commentWithHashRe=/\/\*\s*#\s*source(Mapping)?URL=[\s\S]+?\*\//g;var extractCommentsWithHash=function(e){return e.match(_commentWithHashRe)||[]};var _ruleRe=/(\s*)([^;\{\}]+?)(\s*)((?:{%BLOCK%}?\s*;?)|(?:\s*;))/g;var _curlyRe=/([{}])/g;var _selectorPartsRe=/(^.*?[^\\])??((:+)(.*)|$)/;var OPEN_CURLY="{";var CLOSE_CURLY="}";var BLOCK_PLACEHOLDER="%BLOCK%";var processRules=function(e,t){var r=escapeBlocks(e);var o=0;return r.escapedString.replace(_ruleRe,(function(){var e=[];for(var n=0;n<arguments.length;n++){e[n]=arguments[n]}var c=e[2];var s="";var l=e[4];var a="";if(l&&l.startsWith("{"+BLOCK_PLACEHOLDER)){s=r.blocks[o++];l=l.substring(BLOCK_PLACEHOLDER.length+1);a="{"}var i={selector:c,content:s};var p=t(i);return"".concat(e[1]).concat(p.selector).concat(e[3]).concat(a).concat(p.content).concat(l)}))};var escapeBlocks=function(e){var t=e.split(_curlyRe);var r=[];var o=[];var n=0;var c=[];for(var s=0;s<t.length;s++){var l=t[s];if(l===CLOSE_CURLY){n--}if(n>0){c.push(l)}else{if(c.length>0){o.push(c.join(""));r.push(BLOCK_PLACEHOLDER);c=[]}r.push(l)}if(l===OPEN_CURLY){n++}}if(c.length>0){o.push(c.join(""));r.push(BLOCK_PLACEHOLDER)}var a={escapedString:r.join(""),blocks:o};return a};var insertPolyfillHostInCssText=function(e){e=e.replace(_colonHostContextRe,_polyfillHostContext).replace(_colonHostRe,_polyfillHost).replace(_colonSlottedRe,_polyfillSlotted);return e};var convertColonRule=function(e,t,r){return e.replace(t,(function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}if(e[2]){var o=e[2].split(",");var n=[];for(var c=0;c<o.length;c++){var s=o[c].trim();if(!s)break;n.push(r(_polyfillHostNoCombinator,s,e[3]))}return n.join(",")}else{return _polyfillHostNoCombinator+e[3]}}))};var colonHostPartReplacer=function(e,t,r){return e+t.replace(_polyfillHost,"")+r};var convertColonHost=function(e){return convertColonRule(e,_cssColonHostRe,colonHostPartReplacer)};var colonHostContextPartReplacer=function(e,t,r){if(t.indexOf(_polyfillHost)>-1){return colonHostPartReplacer(e,t,r)}else{return e+t+r+", "+t+" "+e+r}};var convertColonSlotted=function(e,t){var r="."+t+" > ";var o=[];e=e.replace(_cssColonSlottedRe,(function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}if(e[2]){var n=e[2].trim();var c=e[3];var s=r+n+c;var l="";for(var a=e[4]-1;a>=0;a--){var i=e[5][a];if(i==="}"||i===","){break}l=i+l}var p=l+s;var v="".concat(l.trimRight()).concat(s.trim());if(p.trim()!==v.trim()){var f="".concat(v,", ").concat(p);o.push({orgSelector:p,updatedSelector:f})}return s}else{return _polyfillHostNoCombinator+e[3]}}));return{selectors:o,cssText:e}};var convertColonHostContext=function(e){return convertColonRule(e,_cssColonHostContextRe,colonHostContextPartReplacer)};var convertShadowDOMSelectors=function(e){return _shadowDOMSelectorsRe.reduce((function(e,t){return e.replace(t," ")}),e)};var makeScopeMatcher=function(e){var t=/\[/g;var r=/\]/g;e=e.replace(t,"\\[").replace(r,"\\]");return new RegExp("^("+e+")"+_selectorReSuffix,"m")};var selectorNeedsScoping=function(e,t){var r=makeScopeMatcher(t);return!r.test(e)};var injectScopingSelector=function(e,t){return e.replace(_selectorPartsRe,(function(e,r,o,n,c){if(r===void 0){r=""}if(n===void 0){n=""}if(c===void 0){c=""}return r+t+n+c}))};var applySimpleSelectorScope=function(e,t,r){_polyfillHostRe.lastIndex=0;if(_polyfillHostRe.test(e)){var o=".".concat(r);return e.replace(_polyfillHostNoCombinatorRe,(function(e,t){return injectScopingSelector(t,o)})).replace(_polyfillHostRe,o+" ")}return t+" "+e};var applyStrictSelectorScope=function(e,t,r){var o=/\[is=([^\]]*)\]/g;t=t.replace(o,(function(e){var t=[];for(var r=1;r<arguments.length;r++){t[r-1]=arguments[r]}return t[0]}));var n="."+t;var c=function(e){var o=e.trim();if(!o){return""}if(e.indexOf(_polyfillHostNoCombinator)>-1){o=applySimpleSelectorScope(e,t,r)}else{var c=e.replace(_polyfillHostRe,"");if(c.length>0){o=injectScopingSelector(c,n)}}return o};var s=safeSelector(e);e=s.content;var l="";var a=0;var i;var p=/( |>|\+|~(?!=))\s*/g;var v=e.indexOf(_polyfillHostNoCombinator)>-1;var f=!v;while((i=p.exec(e))!==null){var u=i[1];var _=e.slice(a,i.index).trim();f=f||_.indexOf(_polyfillHostNoCombinator)>-1;var h=f?c(_):_;l+="".concat(h," ").concat(u," ");a=p.lastIndex}var S=e.substring(a);f=f||S.indexOf(_polyfillHostNoCombinator)>-1;l+=f?c(S):S;return restoreSafeSelector(s.placeholders,l)};var scopeSelector=function(e,t,r,o){return e.split(",").map((function(e){if(o&&e.indexOf("."+o)>-1){return e.trim()}if(selectorNeedsScoping(e,t)){return applyStrictSelectorScope(e,t,r).trim()}else{return e.trim()}})).join(", ")};var scopeSelectors=function(e,t,r,o,n){return processRules(e,(function(e){var n=e.selector;var c=e.content;if(e.selector[0]!=="@"){n=scopeSelector(e.selector,t,r,o)}else if(e.selector.startsWith("@media")||e.selector.startsWith("@supports")||e.selector.startsWith("@page")||e.selector.startsWith("@document")){c=scopeSelectors(e.content,t,r,o)}var s={selector:n.replace(/\s{2,}/g," ").trim(),content:c};return s}))};var scopeCssText=function(e,t,r,o,n){e=insertPolyfillHostInCssText(e);e=convertColonHost(e);e=convertColonHostContext(e);var c=convertColonSlotted(e,o);e=c.cssText;e=convertShadowDOMSelectors(e);if(t){e=scopeSelectors(e,t,r,o)}e=e.replace(/-shadowcsshost-no-combinator/g,".".concat(r));e=e.replace(/>\s*\*\s+([^{, ]+)/gm," $1 ");return{cssText:e.trim(),slottedSelectors:c.selectors}};var scopeCss=function(e,t,r){var o=t+"-h";var n=t+"-s";var c=extractCommentsWithHash(e);e=stripComments(e);var s=[];if(r){var l=function(e){var t="/*!@___".concat(s.length,"___*/");var r="/*!@".concat(e.selector,"*/");s.push({placeholder:t,comment:r});e.selector=t+e.selector;return e};e=processRules(e,(function(e){if(e.selector[0]!=="@"){return l(e)}else if(e.selector.startsWith("@media")||e.selector.startsWith("@supports")||e.selector.startsWith("@page")||e.selector.startsWith("@document")){e.content=processRules(e.content,l);return e}return e}))}var a=scopeCssText(e,t,o,n);e=__spreadArray([a.cssText],c,true).join("\n");if(r){s.forEach((function(t){var r=t.placeholder,o=t.comment;e=e.replace(r,o)}))}a.slottedSelectors.forEach((function(t){e=e.replace(t.orgSelector,t.updatedSelector)}));return e};export{scopeCss};
@@ -0,0 +1 @@
1
+ function createParagraphsFromBrs(r){var a=r.replace(/^\s*(?:<br\s*\/?>\s*)*/i,"").replace(/\s*(?:<br\s*\/?>\s*)*$/i,"").replace(/(?:<br\s*\/?>\s*?){2,}/gi,"</p><p>");return"<p>".concat(a,"</p>")}function camelCase(r){return r.replace(/-([a-z])/g,(function(r){return r[1].toUpperCase()}))}export{createParagraphsFromBrs as a,camelCase as c};
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,e,o,i){function n(t){return t instanceof o?t:new o((function(e){e(t)}))}return new(o||(o=Promise))((function(o,r){function s(t){try{c(i.next(t))}catch(e){r(e)}}function a(t){try{c(i["throw"](t))}catch(e){r(e)}}function c(t){t.done?o(t.value):n(t.value).then(s,a)}c((i=i.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var o={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},i,n,r,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(t){return function(e){return c([t,e])}}function c(s){if(i)throw new TypeError("Generator is already executing.");while(o)try{if(i=1,n&&(r=s[0]&2?n["return"]:s[0]?n["throw"]||((r=n["return"])&&r.call(n),0):n.next)&&!(r=r.call(n,s[1])).done)return r;if(n=0,r)s=[s[0]&2,r.value];switch(s[0]){case 0:case 1:r=s;break;case 4:o.label++;return{value:s[1],done:false};case 5:o.label++;n=s[1];s=[0];continue;case 7:s=o.ops.pop();o.trys.pop();continue;default:if(!(r=o.trys,r=r.length>0&&r[r.length-1])&&(s[0]===6||s[0]===2)){o=0;continue}if(s[0]===3&&(!r||s[1]>r[0]&&s[1]<r[3])){o.label=s[1];break}if(s[0]===6&&o.label<r[1]){o.label=r[1];r=s;break}if(r&&o.label<r[2]){o.label=r[2];o.ops.push(s);break}if(r[2])o.ops.pop();o.trys.pop();continue}s=e.call(t,o)}catch(a){s=[6,a];n=0}finally{i=r=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};import{r as registerInstance,c as createEvent,h,a as Host,g as getElement}from"./index-0e6d34c6.js";import{w as waitForEvent}from"./event-utils-68b64805.js";import{s as stopAnimations,a as animateTo,b as shimKeyframesHeightAuto}from"./animation-utils-27dcfc1e.js";var stzhAccordionItemCss='.sc-stzh-accordion-item-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-accordion-item-h{display:none}.sc-stzh-accordion-item-h *.sc-stzh-accordion-item,.sc-stzh-accordion-item-h *.sc-stzh-accordion-item::before,.sc-stzh-accordion-item-h *.sc-stzh-accordion-item::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-accordion-item-h{--trigger-size:1.3125rem;--content-padding:var(--stzh-accordion-content-padding);--content-background:var(--stzh-accordion-content-background)}.stzh-accordion-item__heading.sc-stzh-accordion-item{margin:0}.stzh-accordion-item__button.sc-stzh-accordion-item{font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing);width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;padding:var(--stzh-space-xsmall) var(--stzh-space-medium);border:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:3.75rem;border:0.0625rem solid var(--stzh-base-border-color);color:var(--stzh-color-primary, var(--stzh-color-zueriblue));text-align:left;-webkit-transition-property:color, background-color, border-color;transition-property:color, background-color, border-color;-webkit-transition-duration:var(--stzh-base-transition-animation-speed);transition-duration:var(--stzh-base-transition-animation-speed);cursor:pointer}@media screen and (min-width: 1024px){.stzh-accordion-item__button.sc-stzh-accordion-item{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}.stzh-accordion-item__button.sc-stzh-accordion-item:hover,.stzh-accordion-item__button.sc-stzh-accordion-item:focus{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-accordion-item__button-text.sc-stzh-accordion-item{-ms-flex-positive:1;flex-grow:1}.stzh-accordion-item__button-icon.sc-stzh-accordion-item{position:relative;width:var(--trigger-size);height:var(--trigger-size);margin-left:var(--stzh-space-medium)}.stzh-accordion-item__button-icon.sc-stzh-accordion-item::before,.stzh-accordion-item__button-icon.sc-stzh-accordion-item::after{position:absolute;top:50%;left:50%;content:"";display:block;width:var(--trigger-size);height:0.0625rem;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s, -webkit-transform 0.5s;-webkit-transform-origin:top left;transform-origin:top left;background-color:currentColor}.stzh-accordion-item__button-icon.sc-stzh-accordion-item::before{-webkit-transform:rotate(180deg) translate(-50%, -50%);transform:rotate(180deg) translate(-50%, -50%)}.stzh-accordion-item__button-icon.sc-stzh-accordion-item::after{-webkit-transform:rotate(90deg) translate(-50%, -50%);transform:rotate(90deg) translate(-50%, -50%)}.stzh-accordion-item__content.sc-stzh-accordion-item{overflow:hidden;background-color:var(--content-background)}.stzh-accordion-item__content-inner.sc-stzh-accordion-item{padding:var(--content-padding)}.stzh-accordion-item__subtitle.sc-stzh-accordion-item{-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed)}.stzh-accordion-item__heading.sc-stzh-accordion-item,.stzh-accordion-item__subtitle.sc-stzh-accordion-item{display:block}.stzh-accordion-item--has-subtitle.sc-stzh-accordion-item .stzh-accordion-item__button.sc-stzh-accordion-item{padding:var(--stzh-space-medium)}.stzh-accordion-item--has-subtitle.sc-stzh-accordion-item .stzh-accordion-item__subtitle.sc-stzh-accordion-item{color:var(--stzh-base-color)}.stzh-accordion-item--has-subtitle.sc-stzh-accordion-item .stzh-accordion-item__heading.sc-stzh-accordion-item{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-curve-h2-default-font-size, var(--stzh-font-deci-font-size));line-height:var(--stzh-font-curve-h2-default-heading-line-height, var(--stzh-font-deci-heading-line-height));letter-spacing:var(--stzh-font-curve-h2-default-heading-letter-spacing)}@media screen and (min-width: 600px){.stzh-accordion-item--has-subtitle.sc-stzh-accordion-item .stzh-accordion-item__heading.sc-stzh-accordion-item{font-size:var(--stzh-font-curve-h2-small-font-size, var(--stzh-font-deca-font-size));line-height:var(--stzh-font-curve-h2-small-heading-line-height, var(--stzh-font-deca-text-line-height));letter-spacing:var(--stzh-font-curve-h2-small-heading-letter-spacing, var(--stzh-font-deca-text-letter-spacing))}}@media screen and (min-width: 1024px){.stzh-accordion-item--has-subtitle.sc-stzh-accordion-item .stzh-accordion-item__heading.sc-stzh-accordion-item{font-size:var(--stzh-font-curve-h2-medium-font-size, var(--stzh-font-hecto-font-size));line-height:var(--stzh-font-curve-h2-medium-heading-line-height, var(--stzh-font-hecto-text-line-height));letter-spacing:var(--stzh-font-curve-h2-medium-heading-letter-spacing, var(--stzh-font-hecto-text-letter-spacing))}}@media screen and (min-width: 1440px){.stzh-accordion-item--has-subtitle.sc-stzh-accordion-item .stzh-accordion-item__heading.sc-stzh-accordion-item{font-size:var(--stzh-font-curve-h2-ultra-font-size, var(--stzh-font-kilo-font-size));line-height:var(--stzh-font-curve-h2-ultra-heading-line-height, var(--stzh-font-kilo-text-line-height));letter-spacing:var(--stzh-font-curve-h2-ultra-heading-letter-spacing, var(--stzh-font-kilo-text-letter-spacing))}}.stzh-accordion-item--is-open.sc-stzh-accordion-item .stzh-accordion-item__button.sc-stzh-accordion-item{color:var(--stzh-color-white);background-color:var(--stzh-color-primary, var(--stzh-color-zueriblue));border-color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-accordion-item--is-open.sc-stzh-accordion-item .stzh-accordion-item__subtitle.sc-stzh-accordion-item{color:var(--stzh-color-white)}.stzh-accordion-item--is-open.sc-stzh-accordion-item .stzh-accordion-item__button-icon.sc-stzh-accordion-item::before,.stzh-accordion-item--is-open.sc-stzh-accordion-item .stzh-accordion-item__button-icon.sc-stzh-accordion-item::after{-webkit-transform:rotate(0) translate(-50%, -50%);transform:rotate(0) translate(-50%, -50%)}.stzh-accordion-item--is-disabled.sc-stzh-accordion-item .stzh-accordion-item__button.sc-stzh-accordion-item{cursor:not-allowed;color:var(--stzh-color-grey61);border-color:var(--stzh-color-grey5);background-color:var(--stzh-color-grey5)}';var ANIMATION_SHOW={keyframes:[{height:"0",opacity:"0"},{height:"auto",opacity:"1"}],options:{duration:300,easing:"linear"}};var ANIMATION_HIDE={keyframes:[{height:"auto",opacity:"1"},{height:"0",opacity:"0"}],options:{duration:300,easing:"linear"}};var accordionItemCounter=0;var StzhAccordionItem=function(){function t(t){var e=this;registerInstance(this,t);this.stzhOpen=createEvent(this,"stzhOpen",7);this.stzhOpened=createEvent(this,"stzhOpened",7);this.stzhClose=createEvent(this,"stzhClose",7);this.stzhClosed=createEvent(this,"stzhClosed",7);this.open=false;this.disabled=false;this.heading="";this.subtitle="";this.headingLevel="3";this.toggledByMethod=false;this.handleHeaderClick=function(){e.toggle()};this.onButtonKeydown=function(t){var o=null;if(t.key==="ArrowDown"){o="next"}else if(t.key==="ArrowUp"){o="prev"}else if(t.key==="Home"){o="first"}else if(t.key==="End"){o="last"}else if(t.key==="PageDown"&&t.ctrlKey){o="next"}else if(t.key==="PageUp"&&t.ctrlKey){o="prev"}if(o){t.preventDefault();var i=e.element.closest("stzh-accordion");i.setItemFocus(e.element,o)}};this.onContentKeydown=function(t){if(!t.ctrlKey){return}var o=null;if(t.key==="PageDown"){o="next"}else if(t.key==="PageUp"){o="prev"}if(o){t.preventDefault();var i=e.element.closest("stzh-accordion");i.setItemFocus(e.element,o)}}}t.prototype.openWatcher=function(t){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:if(!t)return[3,3];if(this.toggledByMethod){this.stzhOpen.emit({component:"stzh-accordion-item"})}return[4,stopAnimations(this.bodyElement)];case 1:e.sent();this.bodyElement.hidden=false;return[4,animateTo(this.bodyElement,shimKeyframesHeightAuto(ANIMATION_SHOW.keyframes,this.bodyElement.scrollHeight),ANIMATION_SHOW.options)];case 2:e.sent();this.bodyElement.style.height="auto";if(this.toggledByMethod){this.stzhOpened.emit({component:"stzh-accordion-item"})}return[3,6];case 3:if(this.toggledByMethod){this.stzhClose.emit({component:"stzh-accordion-item"})}return[4,stopAnimations(this.bodyElement)];case 4:e.sent();return[4,animateTo(this.bodyElement,shimKeyframesHeightAuto(ANIMATION_HIDE.keyframes,this.bodyElement.scrollHeight),ANIMATION_HIDE.options)];case 5:e.sent();this.bodyElement.hidden=true;this.bodyElement.style.height="auto";if(this.toggledByMethod){this.stzhClosed.emit({component:"stzh-accordion-item"})}e.label=6;case 6:this.toggledByMethod=false;return[2]}}))}))};t.prototype.show=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){if(this.open||this.disabled){return[2]}this.toggledByMethod=true;this.open=true;return[2,waitForEvent(this.element,"stzhOpened")]}))}))};t.prototype.hide=function(){return __awaiter(this,void 0,void 0,(function(){var t;return __generator(this,(function(e){t=this.element.closest("stzh-accordion");if(!this.open||this.disabled||t&&!t.collapsible){return[2]}this.toggledByMethod=true;this.open=false;return[2,waitForEvent(this.element,"stzhClosed")]}))}))};t.prototype.toggle=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){switch(t.label){case 0:if(!this.open)return[3,2];return[4,this.hide()];case 1:return[2,t.sent()];case 2:return[4,this.show()];case 3:return[2,t.sent()]}}))}))};t.prototype.setFocus=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){this.buttonElement.focus();return[2]}))}))};t.prototype.componentWillLoad=function(){this.accordionItemId="stzh-accordion-item-".concat(accordionItemCounter++)};t.prototype.componentDidLoad=function(){this.bodyElement.hidden=!this.open;this.bodyElement.style.height=this.open?"auto":"0"};t.prototype.render=function(){var t=this;var e="h".concat(this.headingLevel);var o={"stzh-accordion-item":true,"stzh-accordion-item--has-subtitle":!!this.subtitle,"stzh-accordion-item--is-open":this.open,"stzh-accordion-item--is-disabled":this.disabled};return h(Host,null,h("div",{class:o},h(e,{id:"".concat(this.accordionItemId,"-header"),class:"stzh-accordion-item__heading",onClick:this.handleHeaderClick},h("button",{ref:function(e){return t.buttonElement=e},class:"stzh-accordion-item__button","aria-controls":"".concat(this.accordionItemId,"-content"),"aria-expanded":"".concat(this.open?"true":"false"),disabled:this.disabled,onKeyDown:this.onButtonKeydown,type:"button"},h("span",{class:"stzh-accordion-item__button-text"},h("span",{class:"stzh-accordion-item__subtitle"},this.subtitle),h("span",{class:"stzh-accordion-item__heading"},this.heading)),h("span",{class:"stzh-accordion-item__button-icon"}))),h("div",{id:"".concat(this.accordionItemId,"-content"),ref:function(e){return t.bodyElement=e},class:"stzh-accordion-item__content","aria-labelledby":"".concat(this.accordionItemId,"-header"),role:"region",onKeyDown:this.onContentKeydown},h("div",{class:"stzh-accordion-item__content-inner"},h("slot",null)))))};Object.defineProperty(t.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{open:["openWatcher"]}},enumerable:false,configurable:true});return t}();StzhAccordionItem.style=stzhAccordionItemCss;export{StzhAccordionItem as stzh_accordion_item};
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,e,r,n){function o(t){return t instanceof r?t:new r((function(e){e(t)}))}return new(r||(r=Promise))((function(r,i){function s(t){try{a(n.next(t))}catch(e){i(e)}}function c(t){try{a(n["throw"](t))}catch(e){i(e)}}function a(t){t.done?r(t.value):o(t.value).then(s,c)}a((n=n.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,s;return s={next:c(0),throw:c(1),return:c(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function c(t){return function(e){return a([t,e])}}function a(s){if(n)throw new TypeError("Generator is already executing.");while(r)try{if(n=1,o&&(i=s[0]&2?o["return"]:s[0]?o["throw"]||((i=o["return"])&&i.call(o),0):o.next)&&!(i=i.call(o,s[1])).done)return i;if(o=0,i)s=[s[0]&2,i.value];switch(s[0]){case 0:case 1:i=s;break;case 4:r.label++;return{value:s[1],done:false};case 5:r.label++;o=s[1];s=[0];continue;case 7:s=r.ops.pop();r.trys.pop();continue;default:if(!(i=r.trys,i=i.length>0&&i[i.length-1])&&(s[0]===6||s[0]===2)){r=0;continue}if(s[0]===3&&(!i||s[1]>i[0]&&s[1]<i[3])){r.label=s[1];break}if(s[0]===6&&r.label<i[1]){r.label=i[1];i=s;break}if(i&&r.label<i[2]){r.label=i[2];r.ops.push(s);break}if(i[2])r.ops.pop();r.trys.pop();continue}s=e.call(t,r)}catch(c){s=[6,c];o=0}finally{n=i=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};import{r as registerInstance,h,a as Host,g as getElement}from"./index-0e6d34c6.js";var stzhAccordionCss=".sc-stzh-accordion-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-accordion-h{display:none}.sc-stzh-accordion-h *.sc-stzh-accordion,.sc-stzh-accordion-h *.sc-stzh-accordion::before,.sc-stzh-accordion-h *.sc-stzh-accordion::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-accordion-h .sc-stzh-accordion-s>stzh-accordion-item:not(:last-child){margin-bottom:var(--stzh-space-small)}";var StzhAccordion=function(){function t(t){registerInstance(this,t);this.collapsible=true;this.multiselectable=true}t.prototype.openListener=function(t){var e=t.target;var r=e.closest("stzh-accordion");if(this.multiselectable||r!==this.element){return}var n=Array.from(r.querySelectorAll("stzh-accordion-item"));n.forEach((function(t){if(t!==e){t.hide()}}))};t.prototype.setItemFocus=function(t,e){return __awaiter(this,void 0,void 0,(function(){var r,n,o;return __generator(this,(function(i){r=t.closest("stzh-accordion");if(r!==this.element){return[2]}n=Array.from(r.querySelectorAll("stzh-accordion-item")).filter((function(t){return!t.disabled}));o=n.indexOf(t);if((e==="prev"||e==="next")&&o===null){e=e==="prev"?"last":"first"}if(e==="prev"&&o===0){e="last"}if(e==="next"&&o===n.length-1){e="first"}if(e==="prev"){n[o-1].setFocus()}else if(e==="next"){n[o+1].setFocus()}else if(e==="last"){n[n.length-1].setFocus()}else if(e==="first"){n[0].setFocus()}else{t.setFocus()}return[2]}))}))};t.prototype.render=function(){var t={"stzh-accordion":true};return h(Host,null,h("div",{class:t},h("slot",null)))};Object.defineProperty(t.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});return t}();StzhAccordion.style=stzhAccordionCss;export{StzhAccordion as stzh_accordion};
@@ -0,0 +1 @@
1
+ import{r as registerInstance,h,a as Host,g as getElement}from"./index-0e6d34c6.js";import{s as setPropsIfNull}from"./utils-c5d68020.js";var stzhActionsCss=".sc-stzh-actions-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-actions-h{display:none}.sc-stzh-actions-h *.sc-stzh-actions,.sc-stzh-actions-h *.sc-stzh-actions::before,.sc-stzh-actions-h *.sc-stzh-actions::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-actions-h .sc-stzh-actions-s>[slot=primary],.sc-stzh-actions-h .sc-stzh-actions-s>[slot=secondary]{-ms-flex-positive:1;flex-grow:1;margin:var(--stzh-space-xxsmall)}.stzh-actions__actions.sc-stzh-actions{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:calc(var(--stzh-space-xxsmall) * -1)}@media screen and (min-width: 600px){.stzh-actions__actions.sc-stzh-actions{-ms-flex-direction:row;flex-direction:row}}.stzh-actions__primary-actions.sc-stzh-actions,.stzh-actions__secondary-actions.sc-stzh-actions{display:-ms-flexbox;display:flex}.stzh-actions--dialog.sc-stzh-actions .stzh-actions__actions.sc-stzh-actions{-ms-flex-pack:end;justify-content:flex-end}.stzh-actions--process.sc-stzh-actions .stzh-actions__actions.sc-stzh-actions{-ms-flex-pack:justify;justify-content:space-between}.stzh-actions--with-border.sc-stzh-actions{padding-top:var(--stzh-space-medium);border-top:0.0625rem solid var(--stzh-base-border-color)}";var StzhActions=function(){function t(t){var s=this;registerInstance(this,t);this.variant="form";this.withBorder=false;this.init=function(){var t=s.element.querySelectorAll('stzh-button[slot="secondary"], [slot="secondary"] stzh-button');var o=s.element.querySelectorAll("stzh-button");t.forEach((function(t){setPropsIfNull(t,{variant:"secondary"})}));o.forEach((function(t){t.setAttribute("role","listitem")}))}}t.prototype.connectedCallback=function(){this.init();this.observer=new MutationObserver(this.init);this.observer.observe(this.element,{childList:true,subtree:true})};t.prototype.disconnectedCallback=function(){this.observer.disconnect()};t.prototype.render=function(){var t;var s=(t={"stzh-actions":true,"stzh-actions--with-border":this.withBorder},t["stzh-actions--".concat(this.variant)]=!!this.variant,t);return h(Host,null,h("div",{class:s},h("div",{class:"stzh-actions__actions",role:"list"},h("div",{class:"stzh-actions__secondary-actions"},h("slot",{name:"secondary"})),h("div",{class:"stzh-actions__primary-actions"},h("slot",{name:"primary"})))))};Object.defineProperty(t.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});return t}();StzhActions.style=stzhActionsCss;export{StzhActions as stzh_actions};
@@ -0,0 +1 @@
1
+ import{r as registerInstance,h,a as Host,g as getElement}from"./index-0e6d34c6.js";import{s as setPropsIfNull}from"./utils-c5d68020.js";var stzhAppnavCss=".sc-stzh-appnav-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-appnav-h{display:none}.sc-stzh-appnav-h *.sc-stzh-appnav,.sc-stzh-appnav-h *.sc-stzh-appnav::before,.sc-stzh-appnav-h *.sc-stzh-appnav::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-appnav-h{width:100%}.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link{--text-decoration:none;--hover-text-decoration:none;letter-spacing:0.01em}.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link__inner{-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 600px){.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link__inner{-ms-flex-direction:row;flex-direction:row}}.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link__text{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height)}@media screen and (min-width: 600px){.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link__text{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}}.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link.stzh-link--has-icon .stzh-link__icon-wrapper+.stzh-link__text:not(:empty){margin-left:0}@media screen and (min-width: 600px){.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link.stzh-link--has-icon .stzh-link__icon-wrapper+.stzh-link__text:not(:empty){margin-left:var(--stzh-space-xsmall)}}.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link.stzh-link--badge-position-icon.stzh-link--has-icon.stzh-link--has-badge .stzh-link__icon-wrapper+.stzh-link__text:not(:empty){margin-left:0}@media screen and (min-width: 600px){.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link.stzh-link--badge-position-icon.stzh-link--has-icon.stzh-link--has-badge .stzh-link__icon-wrapper+.stzh-link__text:not(:empty){margin-left:var(--stzh-space-small)}}@media screen and (max-width: 599px){.sc-stzh-appnav-h .sc-stzh-appnav-s>stzh-link .stzh-link__icon-wrapper{height:auto}}@media screen and (min-width: 600px){.sc-stzh-appnav-h .sc-stzh-appnav-s>*:not(:last-child){margin-right:var(--stzh-space-xlarge)}}.stzh-appnav.sc-stzh-appnav{display:-ms-flexbox;display:flex;background-color:var(--stzh-color-white);height:4rem;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;text-align:center}@media screen and (min-width: 600px){.stzh-appnav.sc-stzh-appnav{height:3rem;text-align:left}}.stzh-appnav__items.sc-stzh-appnav{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-positive:1;flex-grow:1}@media screen and (min-width: 600px){.stzh-appnav__items.sc-stzh-appnav{-ms-flex-positive:0;flex-grow:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}}.stzh-appnav__title.sc-stzh-appnav{font-family:var(--stzh-font-family-light);font-weight:var(--stzh-font-weight-light);font-style:normal;font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing);color:var(--stzh-base-color);text-decoration:none;white-space:nowrap;-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);margin-left:var(--stzh-space-small);display:none}@media screen and (min-width: 800px){.stzh-appnav__title.sc-stzh-appnav{display:-ms-flexbox;display:flex}}.stzh-appnav__title.sc-stzh-appnav:hover{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-appnav__title.sc-stzh-appnav:hover .stzh-appnav__status.sc-stzh-appnav{border-color:rgba(7, 2, 80, 0.4)}.stzh-appnav__status.sc-stzh-appnav{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;-webkit-box-sizing:content-box;box-sizing:content-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:0.875rem;min-width:0.625rem;font-size:0.625rem;line-height:1.4;border-radius:0.875rem;padding:0.0625rem 0.375rem;border:0.0625rem solid rgba(115, 115, 115, 0.25);color:inherit;-webkit-transform:translateY(calc(var(--stzh-space-xsmall) * -1));transform:translateY(calc(var(--stzh-space-xsmall) * -1));margin-left:var(--stzh-space-xxsmall);-webkit-transition:border-color var(--stzh-base-transition-animation-speed);transition:border-color var(--stzh-base-transition-animation-speed)}";var StzhAppnav=function(){function t(t){var s=this;registerInstance(this,t);this.appTitle="";this.appStatus="";this.appHref="";this.init=function(){var t=s.element.querySelectorAll("stzh-link");t.forEach((function(t){setPropsIfNull(t,{size:"small",variant:"secondary"});t.setAttribute("role","listitem")}))}}t.prototype.connectedCallback=function(){this.init();this.observer=new MutationObserver(this.init);this.observer.observe(this.element,{childList:true,subtree:true})};t.prototype.disconnectedCallback=function(){this.observer.disconnect()};t.prototype.render=function(){return h(Host,null,h("div",{class:"stzh-appnav"},h("div",{class:"stzh-appnav__items",role:"list"},h("slot",null)),this.appTitle&&h("a",{class:"stzh-appnav__title",href:this.appHref},this.appTitle,this.appStatus&&h("span",{class:"stzh-appnav__status"},this.appStatus))))};Object.defineProperty(t.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});return t}();StzhAppnav.style=stzhAppnavCss;export{StzhAppnav as stzh_appnav};
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,e,n,s){function i(t){return t instanceof n?t:new n((function(e){e(t)}))}return new(n||(n=Promise))((function(n,a){function o(t){try{p(s.next(t))}catch(e){a(e)}}function r(t){try{p(s["throw"](t))}catch(e){a(e)}}function p(t){t.done?n(t.value):i(t.value).then(o,r)}p((s=s.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},s,i,a,o;return o={next:r(0),throw:r(1),return:r(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function r(t){return function(e){return p([t,e])}}function p(o){if(s)throw new TypeError("Generator is already executing.");while(n)try{if(s=1,i&&(a=o[0]&2?i["return"]:o[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,o[1])).done)return a;if(i=0,a)o=[o[0]&2,a.value];switch(o[0]){case 0:case 1:a=o;break;case 4:n.label++;return{value:o[1],done:false};case 5:n.label++;i=o[1];o=[0];continue;case 7:o=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(o[0]===6||o[0]===2)){n=0;continue}if(o[0]===3&&(!a||o[1]>a[0]&&o[1]<a[3])){n.label=o[1];break}if(o[0]===6&&n.label<a[1]){n.label=a[1];a=o;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(o);break}if(a[2])n.ops.pop();n.trys.pop();continue}o=e.call(t,n)}catch(r){o=[6,r];i=0}finally{s=a=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};import{r as registerInstance,c as createEvent,h,a as Host,g as getElement}from"./index-0e6d34c6.js";import{f as fetchTranslations,t as tc}from"./translation-utils-f5b09945.js";import{p as parseISODate,a as printISODate}from"./date-utils-282e96fe.js";import{c as createGlobalAdapter}from"./date-adapter-c0ee5963.js";var stzhAppointmentsCss=".sc-stzh-appointments-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-appointments-h{display:none}.sc-stzh-appointments-h *.sc-stzh-appointments,.sc-stzh-appointments-h *.sc-stzh-appointments::before,.sc-stzh-appointments-h *.sc-stzh-appointments::after{-webkit-box-sizing:border-box;box-sizing:border-box}.stzh-appointments__wrapper.sc-stzh-appointments{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 1024px){.stzh-appointments__wrapper.sc-stzh-appointments{-ms-flex-direction:row;flex-direction:row}}.stzh-appointments__calendar-wrapper.sc-stzh-appointments{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 1024px){.stzh-appointments__calendar-wrapper.sc-stzh-appointments{margin-right:var(--stzh-space-large)}}.stzh-appointments__appointments-wrapper.sc-stzh-appointments{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.stzh-appointments__calendar-title-wrapper.sc-stzh-appointments,.stzh-appointments__appointments-title-wrapper.sc-stzh-appointments{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;margin-bottom:var(--stzh-space-xsmall)}@media screen and (min-width: 1024px){.stzh-appointments__calendar-title-wrapper.sc-stzh-appointments,.stzh-appointments__appointments-title-wrapper.sc-stzh-appointments{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:var(--stzh-space-medium);height:var(--stzh-space-xxlarge)}}.stzh-appointments__calendar-title.sc-stzh-appointments,.stzh-appointments__appointments-title.sc-stzh-appointments{display:-ms-flexbox;display:flex}.stzh-appointments__calendar-icon.sc-stzh-appointments,.stzh-appointments__appointments-icon.sc-stzh-appointments{margin-right:var(--stzh-space-xsmall);display:none}@media screen and (min-width: 1024px){.stzh-appointments__calendar-icon.sc-stzh-appointments,.stzh-appointments__appointments-icon.sc-stzh-appointments{display:-ms-inline-flexbox;display:inline-flex}}.stzh-appointments__calendar-content-medium.sc-stzh-appointments,.stzh-appointments__appointments-content.sc-stzh-appointments{background-color:var(--stzh-color-white);border:0.0625rem solid var(--stzh-color-grey13);border-radius:0.125rem}@media screen and (min-width: 1024px){.stzh-appointments__calendar-content.sc-stzh-appointments{display:none}}.stzh-appointments__calendar-content-medium.sc-stzh-appointments{display:none;padding:var(--stzh-space-medium)}@media screen and (min-width: 1024px){.stzh-appointments__calendar-content-medium.sc-stzh-appointments{display:block}}.stzh-appointments__appointments-content.sc-stzh-appointments{padding:var(--stzh-space-xlarge);-ms-flex-positive:1;flex-grow:1}.stzh-appointments__more-link.sc-stzh-appointments{margin-top:var(--stzh-space-medium)}.stzh-appointments--has-calendar.sc-stzh-appointments .stzh-appointments__appointments-wrapper.sc-stzh-appointments{margin-top:var(--stzh-space-large)}@media screen and (min-width: 1024px){.stzh-appointments--has-calendar.sc-stzh-appointments .stzh-appointments__appointments-wrapper.sc-stzh-appointments{margin-top:0}}";var StzhAppointments=function(){function t(t){var e=this;registerInstance(this,t);this.stzhChange=createEvent(this,"stzhChange",7);this.sortBy="start";this.appointments=[];this.value="";this.name="appointment";this.showItems=5;this.stepItems=5;this.calendarTitle="";this.appointmentsTitle="";this.showMoreLink=false;this.moreItemsLeft=0;this.showCalendar=false;this.showSort=false;this.showSortStart=false;this.showSortPlace=false;this.showAppointmentsTitle=false;this.allAppointsmentOnSameDay=true;this.sortOptions=[];this.isDateDisabled=function(t){var n=!!e._appointments.find((function(e){return e.start.getFullYear()===t.getFullYear()&&e.start.getMonth()===t.getMonth()&&e.start.getDate()===t.getDate()}));return!n};this.onNextActiveDateClick=function(){return __awaiter(e,void 0,void 0,(function(){var t;return __generator(this,(function(e){switch(e.label){case 0:if(!this.nextDate)return[3,2];this.currentDate=this.nextDate;return[4,this.datepickerElement.getPopover()];case 1:t=e.sent();if(t){t.hide()}e.label=2;case 2:return[2]}}))}))};this.onMoreClick=function(){e.showItems=e.stepItems+e.showItems;var t=e.inputElement.querySelector("stzh-radio");t.setFocus()};this.onDropdownChange=function(t){return __awaiter(e,void 0,void 0,(function(){var e,n;return __generator(this,(function(s){switch(s.label){case 0:e=t.target;return[4,e.getValue()];case 1:n=s.sent();if(n){this.sortBy=n}return[2]}}))}))};this.onDatepickerChange=function(t){if(t.detail.component!=="stzh-datepicker"||!t.detail.valueAsDate){return}e.currentDate=t.detail.valueAsDate;e.showItems=e.stepItems};this.onRadioChange=function(t){e.value=t.detail.value;e.stzhChange.emit({component:"stzh-appointments",value:e.value})}}t.prototype.currentDateWatcher=function(t){if(!t){this._currentDate=this.dateByValue||this.earliestDate;if(!this.dateByValue){this.setValueToFirstAppointmentOfCurrentDate()}}else if(typeof t==="string"){this._currentDate=parseISODate(t);this.setValueToFirstAppointmentOfCurrentDate()}else{this._currentDate=t;this.setValueToFirstAppointmentOfCurrentDate()}};t.prototype.sortByWatcher=function(){this.setValueToFirstAppointmentOfCurrentDate()};t.prototype.valueWatcher=function(){this.updateDateByValue();this.currentDateWatcher(this.currentDate)};t.prototype.appointmentsWatcher=function(t){if(typeof t==="string"){this._appointments=JSON.parse(t)}else{this._appointments=t}this._appointments.forEach((function(t){t.start=new Date(t.start);t.end=new Date(t.end)}));if(this._appointments.length>0){this._appointments.sort((function(t,e){return t["start"]>e["start"]?1:-1}));this.earliestDate=this._appointments[0].start;this.latestDate=this._appointments[this._appointments.length-1].start;this.updateDateByValue()}if(this._appointments.length>1){var e=this._appointments[0].start;this.allAppointsmentOnSameDay=this._appointments.map((function(t){return t.start})).every((function(t){return"".concat(t.getFullYear(),"-").concat(t.getMonth(),"-").concat(t.getDate())==="".concat(e.getFullYear(),"-").concat(e.getMonth(),"-").concat(e.getDate())}))}this.showCalendar=!this.allAppointsmentOnSameDay;this.showAppointmentsTitle=this._appointments.length>1;this.currentDateWatcher(this.currentDate)};t.prototype.updateDateByValue=function(){var t=this;this.dateByValue=this.value&&this._appointments.find((function(e){return e.value===t.value})).start};t.prototype.getCurrentDateAppointments=function(){var t=this;var e=0;var n=this._appointments.filter((function(n,s){var i=n.start.getFullYear()===t._currentDate.getFullYear()&&n.start.getMonth()===t._currentDate.getMonth()&&n.start.getDate()===t._currentDate.getDate();if(i){e=s}return i}));if(this._appointments[e+1]){this.nextDate=this._appointments[e+1].start}else{this.nextDate=null}n.sort((function(e,n){return e[t.sortBy]>n[t.sortBy]?1:-1}));return n};t.prototype.setValueToFirstAppointmentOfCurrentDate=function(){var t=this.getCurrentDateAppointments().filter((function(t){return!t.disabled}));if(t.length>0){this.value=t[0].value;this.stzhChange.emit({component:"stzh-appointments",value:this.value})}};t.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var t;return __generator(this,(function(e){switch(e.label){case 0:this.appointmentsWatcher(this.appointments);if(!!this.localization)return[3,2];t=this;return[4,fetchTranslations(this.element,"appointments")];case 1:t.localization=e.sent();e.label=2;case 2:if(!this.dateAdapter){this.dateAdapter=createGlobalAdapter(this.localization.$formats,this.localization.$globals)}return[2]}}))}))};t.prototype.componentWillRender=function(){var t=this;var e=this.getCurrentDateAppointments();this.appointmentsShown=e.slice(0,this.showItems);this.showMoreLink=this.showItems<e.length;this.moreItemsLeft=e.length-this.showItems;this.showSortStart=e.map((function(e){return t.dateAdapter.format(e.start,"time")})).filter((function(t,e,n){return n.indexOf(t)==e})).length>1;this.showSortPlace=e.map((function(t){return t.place})).filter((function(t,e,n){return n.indexOf(t)==e})).length>1;this.sortOptions=[];if(this.showSortStart){this.sortOptions.push({text:this.localization.sortByTime,value:"start"})}if(this.showSortPlace){this.sortOptions.push({text:this.localization.sortByPlace,value:"place"})}this.showSort=this.appointmentsShown.length>1;this._sortBy=this.showSortStart&&!this.showSortPlace&&"start"||!this.showSortStart&&this.showSortPlace&&"place"||this.sortBy};t.prototype.componentDidRender=function(){if(this.datepickerElement){this.datepickerElement.setDate(this._currentDate)}if(this.datepickerElementMedium){this.datepickerElementMedium.setDate(this._currentDate)}};t.prototype.render=function(){var t=this;var e={"stzh-appointments":true,"stzh-appointments--has-calendar":this.showCalendar,"stzh-appointments--has-appointments-title":this.showAppointmentsTitle,"stzh-appointments--has-sort":this.showSort};return h(Host,null,h("div",{class:e},h("div",{class:"stzh-appointments__wrapper"},this.showCalendar&&h("div",{class:"stzh-appointments__calendar-wrapper"},h("div",{class:"stzh-appointments__calendar-title-wrapper"},h("div",{class:"stzh-appointments__calendar-title"},h("stzh-icon",{class:"stzh-appointments__calendar-icon",name:"calendar"}),h("stzh-text",{font:"heavy"},this.calendarTitle||this.localization.calendarTitle))),h("div",{class:"stzh-appointments__calendar-content"},h("stzh-datepicker",{ref:function(e){return t.datepickerElement=e},onStzhChange:this.onDatepickerChange,label:this.localization.datepickerLabel,calendarIsDateDisabled:this.isDateDisabled,calendarMin:printISODate(this.earliestDate),calendarMax:printISODate(this.latestDate)},h("stzh-link",{slot:"action",disabled:!this.nextDate,onClick:this.onNextActiveDateClick},h("stzh-text",{size:"milli"},this.localization.nextDayWithAppointments)))),h("div",{class:"stzh-appointments__calendar-content-medium"},h("stzh-datepicker",{ref:function(e){return t.datepickerElementMedium=e},onStzhChange:this.onDatepickerChange,inline:true,calendarIsDateDisabled:this.isDateDisabled,calendarMin:printISODate(this.earliestDate),calendarMax:printISODate(this.latestDate)},this.nextDate&&h("stzh-link",{slot:"action",onClick:this.onNextActiveDateClick},h("stzh-text",{size:"milli"},this.localization.nextDayWithAppointments))))),h("div",{class:"stzh-appointments__appointments-wrapper"},this.showAppointmentsTitle&&h("div",{class:"stzh-appointments__appointments-title-wrapper"},h("div",{class:"stzh-appointments__appointments-title"},h("stzh-icon",{class:"stzh-appointments__appointments-icon",name:"clock"}),h("stzh-text",{font:"heavy"},this.appointmentsTitle||this.localization.appointmentsTitle)),this.showSort&&h("div",{class:"stzh-appointments__sort"},h("stzh-dropdown",{inline:true,"no-search":true,class:"stzh-appointments__sort-dropdown",variant:"plain",size:"small",items:[this._sortBy],options:this.sortOptions,onStzhChange:this.onDropdownChange}))),h("div",{class:"stzh-appointments__appointments-content"},h("stzh-radiogroup",{ref:function(e){return t.inputElement=e},legend:this.localization.inputLegend,"hide-legend":true,name:this.name,value:this.value,preventUpdateProperties:["disabled"]},this.appointmentsShown.map((function(e){return h("stzh-radio",{onStzhChange:t.onRadioChange,value:e.value,disabled:typeof e.disabled!=="undefined"?e.disabled:false},h("stzh-text",{font:"heavy",size:"milli"},!t.showCalendar&&h("span",null,t.dateAdapter.format(e.start),", "),t.dateAdapter.format(e.start,"time"),h("span",{innerHTML:t.localization.$formats.timeRange}),t.dateAdapter.format(e.end,"time"),h("span",{innerHTML:t.localization.$formats.timePostfix})),h("stzh-text",{size:"milli"},e.caption))}))),this.showMoreLink&&h("stzh-link",{class:"stzh-appointments__more-link",onClick:this.onMoreClick},h("stzh-text",{size:"milli"},tc(this.localization.moreTextItems,this.moreItemsLeft>this.stepItems?this.stepItems:this.moreItemsLeft))))))))};Object.defineProperty(t.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{currentDate:["currentDateWatcher"],sortBy:["sortByWatcher"],value:["valueWatcher"],appointments:["appointmentsWatcher"]}},enumerable:false,configurable:true});return t}();StzhAppointments.style=stzhAppointmentsCss;export{StzhAppointments as stzh_appointments};
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,o,e,s){function n(t){return t instanceof e?t:new e((function(o){o(t)}))}return new(e||(e=Promise))((function(e,r){function i(t){try{h(s.next(t))}catch(o){r(o)}}function a(t){try{h(s["throw"](t))}catch(o){r(o)}}function h(t){t.done?e(t.value):n(t.value).then(i,a)}h((s=s.apply(t,o||[])).next())}))};var __generator=this&&this.__generator||function(t,o){var e={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},s,n,r,i;return i={next:a(0),throw:a(1),return:a(2)},typeof Symbol==="function"&&(i[Symbol.iterator]=function(){return this}),i;function a(t){return function(o){return h([t,o])}}function h(i){if(s)throw new TypeError("Generator is already executing.");while(e)try{if(s=1,n&&(r=i[0]&2?n["return"]:i[0]?n["throw"]||((r=n["return"])&&r.call(n),0):n.next)&&!(r=r.call(n,i[1])).done)return r;if(n=0,r)i=[i[0]&2,r.value];switch(i[0]){case 0:case 1:r=i;break;case 4:e.label++;return{value:i[1],done:false};case 5:e.label++;n=i[1];i=[0];continue;case 7:i=e.ops.pop();e.trys.pop();continue;default:if(!(r=e.trys,r=r.length>0&&r[r.length-1])&&(i[0]===6||i[0]===2)){e=0;continue}if(i[0]===3&&(!r||i[1]>r[0]&&i[1]<r[3])){e.label=i[1];break}if(i[0]===6&&e.label<r[1]){e.label=r[1];r=i;break}if(r&&e.label<r[2]){e.label=r[2];e.ops.push(i);break}if(r[2])e.ops.pop();e.trys.pop();continue}i=o.call(t,e)}catch(a){i=[6,a];n=0}finally{s=r=0}if(i[0]&5)throw i[1];return{value:i[0]?i[1]:void 0,done:true}}};import{r as registerInstance,h,a as Host,c as createEvent,F as Fragment,g as getElement}from"./index-0e6d34c6.js";import{h as hasSlot}from"./utils-c5d68020.js";var stzhBadgeCss=".sc-stzh-badge-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-badge-h{display:none}.sc-stzh-badge-h *.sc-stzh-badge,.sc-stzh-badge-h *.sc-stzh-badge::before,.sc-stzh-badge-h *.sc-stzh-badge::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-badge-h{display:-ms-inline-flexbox;display:inline-flex}.stzh-badge.sc-stzh-badge{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;-webkit-box-sizing:content-box;box-sizing:content-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;min-width:0.625rem;font-size:0.625rem;line-height:1.4;-webkit-box-shadow:0 0 0 0.0625rem #fff;box-shadow:0 0 0 0.0625rem #fff;border-radius:0.875rem;padding:0.0625rem 0.375rem;background-color:var(--stzh-color-shiraz);color:var(--stzh-color-white);text-transform:uppercase}";var StzhBadge=function(){function t(t){registerInstance(this,t);this.label=""}t.prototype.render=function(){return h(Host,null,h("div",{class:"stzh-badge"},this.label))};return t}();StzhBadge.style=stzhBadgeCss;var stzhButtonCss='@charset "UTF-8";.sc-stzh-button-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-button-h{display:none}.sc-stzh-button-h *.sc-stzh-button,.sc-stzh-button-h *.sc-stzh-button::before,.sc-stzh-button-h *.sc-stzh-button::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-button-h{--color:var(--stzh-color-white);--background-color:var(--stzh-color-primary, var(--stzh-color-zueriblue));--border-color:var(--stzh-color-primary, var(--stzh-color-zueriblue));--height:var(--stzh-form-input-height);--icon-size:var(--stzh-icon-size-small);--icon-text-margin:var(--stzh-space-small);--badge-icon-text-margin:calc(var(--icon-text-margin) + var(--stzh-space-xxsmall));--padding:var(--stzh-space-xsmall) var(--stzh-space-xlarge);--hover-color:var(--stzh-color-white);--hover-background-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));--hover-border-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));display:inline-block;border-radius:var(--stzh-button-border-radius)}[fullwidth].sc-stzh-button-h:not([fullwidth=false]){width:100%;display:block}[size=small].sc-stzh-button-h{--height:var(--stzh-form-input-small-height)}[size=tiny].sc-stzh-button-h{--height:var(--stzh-form-input-tiny-height);--icon-text-margin:var(--stzh-space-xsmall);--padding:var(--stzh-space-xxsmall) var(--stzh-space-medium)}[variant=secondary].sc-stzh-button-h{--color:var(--stzh-color-primary, var(--stzh-color-zueriblue));--background-color:var(--stzh-color-white)}[variant=input].sc-stzh-button-h{--color:var(--stzh-color-grey61);--background-color:transparent;--border-color:var(--stzh-color-grey61);--hover-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));--hover-background-color:transparent;--hover-border-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}[variant=tertiary].sc-stzh-button-h{--color:var(--stzh-color-primary, var(--stzh-color-zueriblue));--background-color:transparent;--border-color:transparent;--hover-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));--hover-background-color:var(--stzh-button-text-hover-background);--hover-border-color:transparent}[active].sc-stzh-button-h:not([active=false]){--color:var(--stzh-color-white);--background-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));--border-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));--hover-color:var(--stzh-color-white);--hover-background-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));--hover-border-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}[disabled].sc-stzh-button-h:not([disabled=false]){--border-color:var(--stzh-color-grey13);--background-color:var(--stzh-color-grey13);--hover-border-color:var(--stzh-color-grey13);--hover-background-color:var(--stzh-color-grey13)}[disabled].sc-stzh-button-h:not([disabled=false])[variant=secondary],[disabled].sc-stzh-button-h:not([disabled=false])[variant=input],[disabled].sc-stzh-button-h:not([disabled=false])[variant=tertiary]{--color:var(--stzh-color-grey25);--border-color:var(--stzh-color-grey13);--background-color:transparent;--hover-color:var(--stzh-color-grey25);--hover-border-color:var(--stzh-color-grey13);--hover-background-color:transparent}@-webkit-keyframes stzh-button-effect-cta{0%,20%,50%,80%,100%{-webkit-transform:translateX(0);transform:translateX(0)}40%{-webkit-transform:translateX(-0.5rem);transform:translateX(-0.5rem)}60%{-webkit-transform:translateX(-0.25rem);transform:translateX(-0.25rem)}}@keyframes stzh-button-effect-cta{0%,20%,50%,80%,100%{-webkit-transform:translateX(0);transform:translateX(0)}40%{-webkit-transform:translateX(-0.5rem);transform:translateX(-0.5rem)}60%{-webkit-transform:translateX(-0.25rem);transform:translateX(-0.25rem)}}.sc-stzh-button-h .sc-stzh-button-s>stzh-icon,.stzh-button__icon.sc-stzh-button{--size:var(--icon-size)}.stzh-button.sc-stzh-button{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing);position:relative;overflow:visible;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:stretch;justify-content:stretch;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--color);padding:var(--padding);background-color:var(--background-color);-webkit-transition:all var(--stzh-base-transition-animation-speed);transition:all var(--stzh-base-transition-animation-speed);border:0.0625rem solid var(--border-color);cursor:pointer;text-decoration:none;width:100%;min-width:var(--height);height:var(--height);border-radius:var(--stzh-button-border-radius)}.stzh-button.sc-stzh-button:hover{border-color:var(--hover-border-color);background-color:var(--hover-background-color);color:var(--hover-color)}.stzh-button__inner.sc-stzh-button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-positive:1;flex-grow:1}.stzh-button__icon-wrapper.sc-stzh-button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;width:auto;height:1em}.stzh-button__text.sc-stzh-button{white-space:nowrap}.stzh-button__icon-wrapper.sc-stzh-button:not(:empty)+.stzh-button__text.sc-stzh-button:not(:empty),.stzh-button__text.sc-stzh-button:not(:empty)+.stzh-button__icon-wrapper.sc-stzh-button:not(:empty){margin-left:var(--icon-text-margin)}.stzh-button__badge.sc-stzh-button{position:absolute;z-index:1;top:0;right:0}.stzh-button--size-small.sc-stzh-button,.stzh-button--size-tiny.sc-stzh-button{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}.stzh-button--badge-position-button.sc-stzh-button .stzh-button__icon-wrapper.sc-stzh-button{position:static}.stzh-button__badge.sc-stzh-button,.stzh-button--badge-position-button.sc-stzh-button .stzh-button__badge.sc-stzh-button{top:calc(var(--stzh-space-xsmall) * -1);right:calc(var(--stzh-space-xsmall) * -1)}.stzh-button--badge-position-icon.stzh-button--has-icon.sc-stzh-button .stzh-button__icon-wrapper.sc-stzh-button{position:relative}.stzh-button--badge-position-icon.stzh-button--has-icon.sc-stzh-button .stzh-button__badge.sc-stzh-button{top:calc(var(--stzh-space-xsmall) * -1);right:calc(var(--stzh-space-small) * -1)}.stzh-button--badge-position-icon.stzh-button--has-icon.stzh-button--has-badge.sc-stzh-button .stzh-button__icon-wrapper.sc-stzh-button:not(:empty)+.stzh-button__text.sc-stzh-button:not(:empty),.stzh-button--badge-position-icon.stzh-button--has-icon.stzh-button--has-badge.sc-stzh-button .stzh-button__text.sc-stzh-button:not(:empty)+.stzh-button__icon-wrapper.sc-stzh-button:not(:empty){margin-left:var(--badge-icon-text-margin)}.stzh-button--has-icon-only.sc-stzh-button{width:var(--height);height:var(--height);padding:0}.stzh-button--has-icon-only.sc-stzh-button .stzh-button__text.sc-stzh-button{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);width:0.0625rem;height:0.0625rem;overflow:hidden;padding:0;position:absolute}.stzh-button--effect-cta.sc-stzh-button:hover .stzh-button__icon-wrapper.sc-stzh-button{-webkit-animation:stzh-button-effect-cta 1s;animation:stzh-button-effect-cta 1s}.stzh-button--align-left.sc-stzh-button .stzh-button__inner.sc-stzh-button{-ms-flex-pack:start;justify-content:flex-start}.stzh-button--align-right.sc-stzh-button .stzh-button__inner.sc-stzh-button{-ms-flex-pack:end;justify-content:flex-end}.stzh-button--align-center.sc-stzh-button .stzh-button__inner.sc-stzh-button{-ms-flex-pack:center;justify-content:center}.stzh-button--align-space-between.sc-stzh-button .stzh-button__inner.sc-stzh-button{-ms-flex-pack:justify;justify-content:space-between}.stzh-button--is-disabled.sc-stzh-button{cursor:not-allowed}';var StzhButton=function(){function t(t){var o=this;registerInstance(this,t);this.stzhFocus=createEvent(this,"stzhFocus",7);this.stzhBlur=createEvent(this,"stzhBlur",7);this.badge="";this.badgePosition="button";this.fullwidth=false;this.size="default";this.textAlign="default";this.variant="default";this.icon="";this.iconPosition="left";this.href="";this.target="";this.type="button";this.disabled=false;this.active=false;this.label="";this.effect="default";this.iconOnly=false;this.a11yDescribedby="";this.onFocus=function(t){var e=new FocusEvent("focus",{view:window,bubbles:false,cancelable:false});o.element.dispatchEvent(e);o.stzhFocus.emit({component:"stzh-button",originalEvent:t})};this.onBlur=function(t){var e=new FocusEvent("blur",{view:window,bubbles:false,cancelable:false});o.element.dispatchEvent(e);o.stzhBlur.emit({component:"stzh-button",originalEvent:t})};this.onClick=function(t){if(o.disabled){t.stopPropagation();t.preventDefault()}}}t.prototype.setFocus=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){this.button.focus();return[2]}))}))};t.prototype.renderIcon=function(t){return h("div",{class:"stzh-button__icon-wrapper"},this.icon?h("stzh-icon",{class:"stzh-button__icon",name:this.icon}):h("slot",{name:"icon"}),this.badge&&this.badgePosition==="icon"&&t&&h("stzh-badge",{class:"stzh-button__badge",label:this.badge}))};t.prototype.renderContent=function(){return h("div",{class:"stzh-button__text"},this.label?this.label:h("slot",null))};t.prototype.renderInner=function(t){return h(Fragment,null,h("div",{class:"stzh-button__inner",onClick:this.onClick},this.iconPosition==="left"&&this.renderIcon(t),this.renderContent(),this.iconPosition==="right"&&this.renderIcon(t)),this.badge&&(this.badgePosition==="button"||!t)&&h("stzh-badge",{class:"stzh-button__badge",label:this.badge,onClick:this.onClick}))};t.prototype.render=function(){var t;var o=this;var e=hasSlot(this.element,"icon")||!!this.icon;var s=(t={"stzh-button":true,"stzh-button--fullwidth":this.fullwidth,"stzh-button--has-icon":e,"stzh-button--has-icon-only":this.iconOnly,"stzh-button--has-badge":!!this.badge,"stzh-button--is-disabled":this.disabled,"stzh-button--is-active":this.active},t["stzh-button--effect-".concat(this.effect)]=!!this.effect,t["stzh-button--badge-position-".concat(this.badgePosition)]=!!this.badgePosition,t["stzh-button--align-".concat(this.textAlign)]=!!this.textAlign,t["stzh-button--size-".concat(this.size)]=!!this.size,t["stzh-button--".concat(this.variant)]=!!this.variant,t);return h(Host,null,this.href?h("a",{ref:function(t){return o.button=t},href:this.disabled?null:this.href,target:this.target,class:s,"aria-label":this.a11yLabel,"aria-describedby":this.a11yDescribedby,onFocus:this.onFocus,onBlur:this.onBlur,onClick:this.onClick},this.renderInner(e)):h("button",{ref:function(t){return o.button=t},class:s,type:this.type,disabled:this.disabled,"aria-label":this.a11yLabel,onFocus:this.onFocus,onBlur:this.onBlur,onClick:this.onClick},this.renderInner(e)))};Object.defineProperty(t.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});return t}();StzhButton.style=stzhButtonCss;var stzhIconCss=".sc-stzh-icon-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-icon-h{display:none}.sc-stzh-icon-h *.sc-stzh-icon,.sc-stzh-icon-h *.sc-stzh-icon::before,.sc-stzh-icon-h *.sc-stzh-icon::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-icon-h{--size:var(--stzh-icon-size-default);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:currentColor;vertical-align:text-top}.stzh-icon.sc-stzh-icon{width:var(--size);height:var(--size)}";var iconCounter=0;var StzhIcon=function(){function t(t){registerInstance(this,t);this.name="";this.a11yTitle=""}t.prototype.componentWillLoad=function(){this.iconId="stzh-icon-".concat(iconCounter++)};t.prototype.render=function(){return h(Host,null,this.name&&h("svg",{class:"stzh-icon",role:this.a11yTitle?"img":"presentation",focusable:this.a11yTitle?"true":"false","aria-labelledby":this.a11yTitle?"".concat(this.iconId,"-title"):null},this.a11yTitle&&h("title",{id:"".concat(this.iconId,"-title")},this.a11yTitle),h("use",{href:"#stzh-icon-".concat(this.name)})))};return t}();StzhIcon.style=stzhIconCss;export{StzhBadge as stzh_badge,StzhButton as stzh_button,StzhIcon as stzh_icon};
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(e,a,t,s){function n(e){return e instanceof t?e:new t((function(a){a(e)}))}return new(t||(t=Promise))((function(t,r){function o(e){try{l(s.next(e))}catch(a){r(a)}}function i(e){try{l(s["throw"](e))}catch(a){r(a)}}function l(e){e.done?t(e.value):n(e.value).then(o,i)}l((s=s.apply(e,a||[])).next())}))};var __generator=this&&this.__generator||function(e,a){var t={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},s,n,r,o;return o={next:i(0),throw:i(1),return:i(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function i(e){return function(a){return l([e,a])}}function l(o){if(s)throw new TypeError("Generator is already executing.");while(t)try{if(s=1,n&&(r=o[0]&2?n["return"]:o[0]?n["throw"]||((r=n["return"])&&r.call(n),0):n.next)&&!(r=r.call(n,o[1])).done)return r;if(n=0,r)o=[o[0]&2,r.value];switch(o[0]){case 0:case 1:r=o;break;case 4:t.label++;return{value:o[1],done:false};case 5:t.label++;n=o[1];o=[0];continue;case 7:o=t.ops.pop();t.trys.pop();continue;default:if(!(r=t.trys,r=r.length>0&&r[r.length-1])&&(o[0]===6||o[0]===2)){t=0;continue}if(o[0]===3&&(!r||o[1]>r[0]&&o[1]<r[3])){t.label=o[1];break}if(o[0]===6&&t.label<r[1]){t.label=r[1];r=o;break}if(r&&t.label<r[2]){t.label=r[2];t.ops.push(o);break}if(r[2])t.ops.pop();t.trys.pop();continue}o=a.call(e,t)}catch(i){o=[6,i];n=0}finally{s=r=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};import{h,r as registerInstance,c as createEvent,a as Host,g as getElement}from"./index-0e6d34c6.js";import{i as isEqual,b as isEqualMonth,g as getViewOfMonth,c as inRange,D as DaysOfWeek,p as parseISODate,d as clamp,a as printISODate,e as addDays,s as startOfWeek,f as endOfWeek,h as setMonth,j as startOfMonth,k as endOfMonth,l as setYear}from"./date-utils-282e96fe.js";import{f as fetchTranslations}from"./translation-utils-f5b09945.js";var StzhCalendarDay=function(e){var a=e.focusedDay,t=e.today,s=e.day,n=e.onDaySelect,r=e.onKeyboardNavigation,o=e.focusedDayRef,i=e.disabled,l=e.inRange,c=e.isSelected,d=e.dateFormatter;var u=isEqual(s,t);var f=isEqualMonth(s,a);var z=isEqual(s,a);var p=!l;function y(e){n(e,s)}return h("button",{class:{"stzh-calendar__day":true,"is-outside":p,"is-today":u,"is-month":f,"is-disabled":i},tabIndex:z?0:-1,onClick:y,onKeyDown:r,"aria-disabled":i?"true":undefined,disabled:p,type:"button","aria-pressed":c?"true":"false","aria-current":u?"date":undefined,ref:function(e){if(z&&e&&o){o(e)}}},h("span",{"aria-hidden":"true"},s.getDate()),h("span",{class:"stzh-calendar__vhidden"},d.format(s)))};function chunk(e,a){var t=[];for(var s=0;s<e.length;s+=a){t.push(e.slice(s,s+a))}return t}function mapWithOffset(e,a,t){return e.map((function(s,n){var r=(n+a)%e.length;return t(e[r])}))}var StzhCalendarMonth=function(e){var a=e.selectedDate,t=e.focusedDate,s=e.labelledById,n=e.localization,r=e.firstDayOfWeek,o=e.min,i=e.max,l=e.dateFormatter,c=e.isDateDisabled,d=e.onDateSelect,u=e.onKeyboardNavigation,f=e.focusedDayRef;var z=new Date;var p=getViewOfMonth(t,r);return h("table",{class:"stzh-calendar__table","aria-labelledby":s},h("thead",null,h("tr",null,mapWithOffset(n.$globals.dayNames,r,(function(e){return h("th",{class:"stzh-calendar__table-header",scope:"col"},h("span",{"aria-hidden":"true"},e.substring(0,2)),h("span",{class:"stzh-calendar__vhidden"},e))})))),h("tbody",null,chunk(p,7).map((function(e){return h("tr",{class:"stzh-calendar__row"},e.map((function(e){return h("td",{class:"stzh-calendar__cell"},h(StzhCalendarDay,{day:e,today:z,focusedDay:t,isSelected:isEqual(e,a),disabled:c(e),inRange:inRange(e,o,i),onDaySelect:d,dateFormatter:l,onKeyboardNavigation:u,focusedDayRef:f}))})))}))))};var stzhCalendarCss='.sc-stzh-calendar-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-calendar-h{display:none}.sc-stzh-calendar-h *.sc-stzh-calendar,.sc-stzh-calendar-h *.sc-stzh-calendar::before,.sc-stzh-calendar-h *.sc-stzh-calendar::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-calendar-h{display:block}.stzh-calendar.sc-stzh-calendar{display:-ms-flexbox;display:flex;position:relative;text-align:left;color:var(--stzh-base-color);-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.stzh-calendar__wrapper.sc-stzh-calendar{width:100%}@media screen and (min-width: 600px){.stzh-calendar__wrapper.sc-stzh-calendar{min-width:18.125rem}}.stzh-calendar__table.sc-stzh-calendar{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing);border-collapse:collapse;border-spacing:0;color:var(--stzh-base-color);text-align:center;width:100%}.stzh-calendar__table-header.sc-stzh-calendar,.stzh-calendar__cell.sc-stzh-calendar{padding:var(--stzh-space-xxxsmall)}.stzh-calendar__table-header.sc-stzh-calendar:first-child,.stzh-calendar__cell.sc-stzh-calendar:first-child{padding-left:0}.stzh-calendar__table-header.sc-stzh-calendar:last-child,.stzh-calendar__cell.sc-stzh-calendar:last-child{padding-right:0}.stzh-calendar__row.sc-stzh-calendar:last-child .stzh-calendar__cell.sc-stzh-calendar{padding-bottom:0}.stzh-calendar__table-header.sc-stzh-calendar{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);text-decoration:none;padding-top:0}.stzh-calendar__cell.sc-stzh-calendar{text-align:center}.stzh-calendar__day.sc-stzh-calendar{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:50%;color:var(--stzh-base-color);cursor:pointer;display:inline-block;font-variant-numeric:tabular-nums;height:2.5rem;padding:0 0 0.0625rem;position:relative;text-align:center;vertical-align:middle;width:2.5rem;z-index:1}.stzh-calendar__day.sc-stzh-calendar::before{border-radius:50%;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.stzh-calendar__day.is-today.sc-stzh-calendar{-webkit-box-shadow:0 0 0 0.0625rem var(--stzh-color-primary, var(--stzh-color-zueriblue));box-shadow:0 0 0 0.0625rem var(--stzh-color-primary, var(--stzh-color-zueriblue));position:relative;z-index:200}.stzh-calendar__day.sc-stzh-calendar:hover{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-calendar__day.sc-stzh-calendar:hover::before{background:var(--stzh-color-primary, var(--stzh-color-zueriblue));opacity:0.08}.stzh-calendar__day[aria-pressed=true].sc-stzh-calendar,.stzh-calendar__day.sc-stzh-calendar:focus{background:var(--stzh-color-primary, var(--stzh-color-zueriblue));-webkit-box-shadow:none;box-shadow:none;color:var(--stzh-color-white)}.stzh-calendar__day.sc-stzh-calendar:active{background:var(--stzh-color-primary, var(--stzh-color-zueriblue));-webkit-box-shadow:0 0 0.3125rem var(--stzh-color-primary, var(--stzh-color-zueriblue));box-shadow:0 0 0.3125rem var(--stzh-color-primary, var(--stzh-color-zueriblue));color:var(--stzh-color-white);z-index:200}.stzh-calendar__day.sc-stzh-calendar:focus{z-index:200}.stzh-calendar__day.sc-stzh-calendar:not(.is-month){-webkit-box-shadow:none;box-shadow:none}.stzh-calendar__day.sc-stzh-calendar:not(.is-month),.stzh-calendar__day[aria-disabled=true].sc-stzh-calendar{background:transparent;color:var(--stzh-color-grey25);cursor:default}.stzh-calendar__day[aria-disabled=true].is-today.sc-stzh-calendar{-webkit-box-shadow:0 0 0 0.0625rem var(--stzh-color-grey13);box-shadow:0 0 0 0.0625rem var(--stzh-color-grey13)}.stzh-calendar__day[aria-disabled=true].is-today.sc-stzh-calendar:focus{-webkit-box-shadow:0 0 0.3125rem var(--stzh-color-primary, var(--stzh-color-zueriblue));box-shadow:0 0 0.3125rem var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-calendar__day[aria-disabled=true].sc-stzh-calendar::before{display:none}.stzh-calendar__day.is-disabled.sc-stzh-calendar{text-decoration:line-through}.stzh-calendar__day.is-outside.sc-stzh-calendar{background:var(--stzh-color-grey5);-webkit-box-shadow:none;box-shadow:none;color:var(--stzh-base-color);cursor:default;opacity:0.6;pointer-events:none;text-decoration:none}.stzh-calendar__day.is-outside.sc-stzh-calendar::before{display:none}.stzh-calendar__header.sc-stzh-calendar{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:var(--stzh-space-medium);width:100%}.stzh-calendar__nav.sc-stzh-calendar{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.stzh-calendar__prev.sc-stzh-calendar,.stzh-calendar__next.sc-stzh-calendar{-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0.0625rem solid var(--stzh-color-grey13);border-radius:50%;color:var(--stzh-color-grey70);cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;margin-left:var(--stzh-space-xsmall);padding:0;-webkit-transition:background-color 300ms ease;transition:background-color 300ms ease;height:2rem;width:2rem}.stzh-calendar__prev.sc-stzh-calendar:disabled,.stzh-calendar__next.sc-stzh-calendar:disabled{cursor:default;opacity:0.5}.stzh-calendar__select-wrapper.sc-stzh-calendar{display:-ms-inline-flexbox;display:inline-flex;position:relative}.stzh-calendar__select-wrapper.sc-stzh-calendar span.sc-stzh-calendar{margin-right:0}.stzh-calendar__select.sc-stzh-calendar{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing);cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2;border-radius:var(--stzh-form-input-border-radius)}.stzh-calendar__select-label.sc-stzh-calendar{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-centi-font-size);line-height:var(--stzh-font-centi-heading-line-height);letter-spacing:var(--stzh-font-curve---heading-letter-spacing);-ms-flex-align:center;align-items:center;border-radius:var(--stzh-form-input-border-radius);color:var(--stzh-color-grey70);display:-ms-flexbox;display:flex;padding:0 var(--stzh-space-xxsmall) 0 var(--stzh-space-xsmall);pointer-events:none;position:relative;width:100%;z-index:1}.stzh-calendar__icon.sc-stzh-calendar{--size:var(--stzh-icon-size-medium)}.stzh-calendar__vhidden.sc-stzh-calendar{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);width:0.0625rem;height:0.0625rem;overflow:hidden;padding:0;position:absolute}';function range(e,a){var t=[];for(var s=e;s<=a;s++){t.push(s)}return t}var keyCode={TAB:9,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40};var calendarCounter=0;var StzhCalendar=function(){function e(e){var a=this;registerInstance(this,e);this.stzhChange=createEvent(this,"stzhChange",7);this.value="";this.min="";this.max="";this.firstDayOfWeek=DaysOfWeek.Monday;this.isDateDisabled=function(){return false};this.activeFocus=false;this.focusedDay=new Date;this.initialTouchX=null;this.initialTouchY=null;this.enableActiveFocus=function(){a.activeFocus=true};this.disableActiveFocus=function(){a.activeFocus=false};this.handleTouchStart=function(e){var t=e.changedTouches[0];a.initialTouchX=t.pageX;a.initialTouchY=t.pageY};this.handleTouchEnd=function(e){var t=e.changedTouches[0];var s=t.pageX-a.initialTouchX;var n=t.pageY-a.initialTouchY;var r=70;var o=Math.abs(s)>=r&&Math.abs(n)<=r;if(o){a.addMonths(s<0?1:-1)}a.initialTouchY=null;a.initialTouchX=null};this.handleNextMonthClick=function(e){e.preventDefault();a.addMonths(1)};this.handlePreviousMonthClick=function(e){e.preventDefault();a.addMonths(-1)};this.handleKeyboardNavigation=function(e){var t=true;switch(e.keyCode){case keyCode.RIGHT:a.addDays(1);break;case keyCode.LEFT:a.addDays(-1);break;case keyCode.DOWN:a.addDays(7);break;case keyCode.UP:a.addDays(-7);break;case keyCode.PAGE_UP:if(e.shiftKey){a.addYears(-1)}else{a.addMonths(-1)}break;case keyCode.PAGE_DOWN:if(e.shiftKey){a.addYears(1)}else{a.addMonths(1)}break;case keyCode.HOME:a.startOfWeek();break;case keyCode.END:a.endOfWeek();break;default:t=false}if(t){e.preventDefault();a.enableActiveFocus()}};this.handleDaySelect=function(e,t){var s=inRange(t,parseISODate(a.min),parseISODate(a.max));var n=!a.isDateDisabled(t);if(s&&n){a.setDate(t);a.stzhChange.emit({component:"stzh-calendar",value:a.value,valueAsDate:t})}else{a.setFocusedDay(t)}};this.handleMonthSelect=function(e){a.setMonth(parseInt(e.target.value,10))};this.handleYearSelect=function(e){a.setYear(parseInt(e.target.value,10))};this.processFocusedDayNode=function(e){if(a.activeFocus){setTimeout((function(){return e.focus()}),0)}}}e.prototype.createDateFormatters=function(){if(this.localization){this.dateFormatShort=new Intl.DateTimeFormat(this.localization.$locale,{day:"numeric",month:"long"})}};e.prototype.valueWatcher=function(e){if(e){this.setFocusedDay(parseISODate(this.value))}else{this.setFocusedDay(new Date)}};e.prototype.setFocusedDay=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(a){this.focusedDay=clamp(e,parseISODate(this.min),parseISODate(this.max));return[2]}))}))};e.prototype.setDate=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(a){this.value=printISODate(e);return[2]}))}))};e.prototype.addDays=function(e){this.setFocusedDay(addDays(this.focusedDay,e))};e.prototype.addMonths=function(e){this.setMonth(this.focusedDay.getMonth()+e)};e.prototype.addYears=function(e){this.setYear(this.focusedDay.getFullYear()+e)};e.prototype.startOfWeek=function(){this.setFocusedDay(startOfWeek(this.focusedDay,this.firstDayOfWeek))};e.prototype.endOfWeek=function(){this.setFocusedDay(endOfWeek(this.focusedDay,this.firstDayOfWeek))};e.prototype.setMonth=function(e){var a=setMonth(startOfMonth(this.focusedDay),e);var t=endOfMonth(a);var s=setMonth(this.focusedDay,e);this.setFocusedDay(clamp(s,a,t))};e.prototype.setYear=function(e){var a=setYear(startOfMonth(this.focusedDay),e);var t=endOfMonth(a);var s=setYear(this.focusedDay,e);this.setFocusedDay(clamp(s,a,t))};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(a){switch(a.label){case 0:this.monthSelectId="stzh-calendar-month-".concat(calendarCounter);this.yearSelectId="stzh-calendar-year-".concat(calendarCounter);this.dialogLabelId="stzh-calendar-dialog-".concat(calendarCounter);calendarCounter++;this.valueWatcher(this.value);if(!!this.localization)return[3,2];e=this;return[4,fetchTranslations(this.element,"calendar")];case 1:e.localization=a.sent();a.label=2;case 2:return[2]}}))}))};e.prototype.connectedCallback=function(){this.createDateFormatters()};e.prototype.render=function(){var e=parseISODate(this.value);var a=(e||this.focusedDay).getFullYear();var t=this.focusedDay.getMonth();var s=this.focusedDay.getFullYear();var n=parseISODate(this.min);var r=parseISODate(this.max);var o=n!=null&&n.getMonth()===t&&n.getFullYear()===s;var i=r!=null&&r.getMonth()===t&&r.getFullYear()===s;var l=n?n.getFullYear():a-10;var c=r?r.getFullYear():a+10;return h(Host,null,h("div",{class:{"stzh-calendar":true},onTouchStart:this.handleTouchStart,onTouchEnd:this.handleTouchEnd},h("div",{class:"stzh-calendar__wrapper"},h("div",{class:"stzh-calendar__header",onFocusin:this.disableActiveFocus},h("div",null,h("h2",{id:this.dialogLabelId,class:"stzh-calendar__vhidden","aria-live":"polite","aria-atomic":"true"},this.localization.$globals.monthNames[t],this.focusedDay.getFullYear()),h("label",{htmlFor:this.monthSelectId,class:"stzh-calendar__vhidden"},this.localization.monthSelectLabel),h("div",{class:"stzh-calendar__select-wrapper"},h("select",{id:this.monthSelectId,class:"stzh-calendar__select stzh-calendar__select--month",onChange:this.handleMonthSelect},this.localization.$globals.monthNames.map((function(e,a){return h("option",{key:e,value:a,selected:a===t,disabled:!inRange(new Date(s,a,1),n?startOfMonth(n):null,r?endOfMonth(r):null)},e)}))),h("div",{class:"stzh-calendar__select-label","aria-hidden":"true"},h("span",null,this.localization.$globals.monthNamesShort[t]),h("stzh-icon",{class:"stzh-calendar__icon",name:"angle-down"}))),h("label",{htmlFor:this.yearSelectId,class:"stzh-calendar__vhidden"},this.localization.yearSelectLabel),h("div",{class:"stzh-calendar__select-wrapper"},h("select",{id:this.yearSelectId,class:"stzh-calendar__select stzh-calendar__select--year",onChange:this.handleYearSelect},range(l,c).map((function(e){return h("option",{key:e,selected:e===s},e)}))),h("div",{class:"stzh-calendar__select-label","aria-hidden":"true"},h("span",null,this.focusedDay.getFullYear()),h("stzh-icon",{class:"stzh-calendar__icon",name:"angle-down"})))),h("div",{class:"stzh-calendar__nav"},h("button",{class:"stzh-calendar__prev",onClick:this.handlePreviousMonthClick,disabled:o,type:"button"},h("stzh-icon",{class:"stzh-calendar__icon",name:"angle-left"}),h("span",{class:"stzh-calendar__vhidden"},this.localization.prevMonthLabel)),h("button",{class:"stzh-calendar__next",onClick:this.handleNextMonthClick,disabled:i,type:"button"},h("stzh-icon",{class:"stzh-calendar__icon",name:"angle-right"}),h("span",{class:"stzh-calendar__vhidden"},this.localization.nextMonthLabel)))),h(StzhCalendarMonth,{dateFormatter:this.dateFormatShort,selectedDate:e,focusedDate:this.focusedDay,onDateSelect:this.handleDaySelect,onKeyboardNavigation:this.handleKeyboardNavigation,labelledById:this.dialogLabelId,localization:this.localization,firstDayOfWeek:this.firstDayOfWeek,focusedDayRef:this.processFocusedDayNode,min:n,max:r,isDateDisabled:this.isDateDisabled}))))};Object.defineProperty(e.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{localization:["createDateFormatters"],value:["valueWatcher"]}},enumerable:false,configurable:true});return e}();StzhCalendar.style=stzhCalendarCss;export{StzhCalendar as stzh_calendar};
@@ -0,0 +1 @@
1
+ import{r as registerInstance,h,a as Host}from"./index-0e6d34c6.js";var stzhCellCss=':host{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}:host[hidden]{display:none}:host *,:host *::before,:host *::after{-webkit-box-sizing:border-box;box-sizing:border-box}:host{--cell-width:100%;max-width:100%;width:var(--cell-width);-ms-flex-preferred-size:var(--cell-width);flex-basis:var(--cell-width);-ms-flex-negative:0;flex-shrink:0}:host([justify-self=start]){justify-self:flex-start}:host([justify-self=end]){justify-self:flex-end}:host([justify-self=center]){justify-self:center}:host([justify-self=between]){justify-self:space-between}:host([justify-self=around]){justify-self:space-around}:host([justify-self=evenly]){justify-self:space-evenly}:host([align-self=start]){-ms-flex-item-align:start;align-self:flex-start}:host([align-self=end]){-ms-flex-item-align:end;align-self:flex-end}:host([align-self=center]){-ms-flex-item-align:center;align-self:center}:host([align-self=baseline]){-ms-flex-item-align:baseline;align-self:baseline}:host([align-self=stretch]){-ms-flex-item-align:stretch;align-self:stretch}:host([span="1"]){--cell-width:8.3333333333%}:host([span="2"]){--cell-width:16.6666666667%}:host([span="3"]){--cell-width:25%}:host([span="4"]){--cell-width:33.3333333333%}:host([span="5"]){--cell-width:41.6666666667%}:host([span="6"]){--cell-width:50%}:host([span="7"]){--cell-width:58.3333333333%}:host([span="8"]){--cell-width:66.6666666667%}:host([span="9"]){--cell-width:75%}:host([span="10"]){--cell-width:83.3333333333%}:host([span="11"]){--cell-width:91.6666666667%}:host([span="12"]){--cell-width:100%}@media screen and (min-width: 600px){:host([span-small="1"]){--cell-width:8.3333333333%}}@media screen and (min-width: 600px){:host([span-small="2"]){--cell-width:16.6666666667%}}@media screen and (min-width: 600px){:host([span-small="3"]){--cell-width:25%}}@media screen and (min-width: 600px){:host([span-small="4"]){--cell-width:33.3333333333%}}@media screen and (min-width: 600px){:host([span-small="5"]){--cell-width:41.6666666667%}}@media screen and (min-width: 600px){:host([span-small="6"]){--cell-width:50%}}@media screen and (min-width: 600px){:host([span-small="7"]){--cell-width:58.3333333333%}}@media screen and (min-width: 600px){:host([span-small="8"]){--cell-width:66.6666666667%}}@media screen and (min-width: 600px){:host([span-small="9"]){--cell-width:75%}}@media screen and (min-width: 600px){:host([span-small="10"]){--cell-width:83.3333333333%}}@media screen and (min-width: 600px){:host([span-small="11"]){--cell-width:91.6666666667%}}@media screen and (min-width: 600px){:host([span-small="12"]){--cell-width:100%}}@media screen and (min-width: 800px){:host([span-smallheader="1"]){--cell-width:8.3333333333%}}@media screen and (min-width: 800px){:host([span-smallheader="2"]){--cell-width:16.6666666667%}}@media screen and (min-width: 800px){:host([span-smallheader="3"]){--cell-width:25%}}@media screen and (min-width: 800px){:host([span-smallheader="4"]){--cell-width:33.3333333333%}}@media screen and (min-width: 800px){:host([span-smallheader="5"]){--cell-width:41.6666666667%}}@media screen and (min-width: 800px){:host([span-smallheader="6"]){--cell-width:50%}}@media screen and (min-width: 800px){:host([span-smallheader="7"]){--cell-width:58.3333333333%}}@media screen and (min-width: 800px){:host([span-smallheader="8"]){--cell-width:66.6666666667%}}@media screen and (min-width: 800px){:host([span-smallheader="9"]){--cell-width:75%}}@media screen and (min-width: 800px){:host([span-smallheader="10"]){--cell-width:83.3333333333%}}@media screen and (min-width: 800px){:host([span-smallheader="11"]){--cell-width:91.6666666667%}}@media screen and (min-width: 800px){:host([span-smallheader="12"]){--cell-width:100%}}@media screen and (min-width: 1024px){:host([span-medium="1"]){--cell-width:8.3333333333%}}@media screen and (min-width: 1024px){:host([span-medium="2"]){--cell-width:16.6666666667%}}@media screen and (min-width: 1024px){:host([span-medium="3"]){--cell-width:25%}}@media screen and (min-width: 1024px){:host([span-medium="4"]){--cell-width:33.3333333333%}}@media screen and (min-width: 1024px){:host([span-medium="5"]){--cell-width:41.6666666667%}}@media screen and (min-width: 1024px){:host([span-medium="6"]){--cell-width:50%}}@media screen and (min-width: 1024px){:host([span-medium="7"]){--cell-width:58.3333333333%}}@media screen and (min-width: 1024px){:host([span-medium="8"]){--cell-width:66.6666666667%}}@media screen and (min-width: 1024px){:host([span-medium="9"]){--cell-width:75%}}@media screen and (min-width: 1024px){:host([span-medium="10"]){--cell-width:83.3333333333%}}@media screen and (min-width: 1024px){:host([span-medium="11"]){--cell-width:91.6666666667%}}@media screen and (min-width: 1024px){:host([span-medium="12"]){--cell-width:100%}}@media screen and (min-width: 1260px){:host([span-large="1"]){--cell-width:8.3333333333%}}@media screen and (min-width: 1260px){:host([span-large="2"]){--cell-width:16.6666666667%}}@media screen and (min-width: 1260px){:host([span-large="3"]){--cell-width:25%}}@media screen and (min-width: 1260px){:host([span-large="4"]){--cell-width:33.3333333333%}}@media screen and (min-width: 1260px){:host([span-large="5"]){--cell-width:41.6666666667%}}@media screen and (min-width: 1260px){:host([span-large="6"]){--cell-width:50%}}@media screen and (min-width: 1260px){:host([span-large="7"]){--cell-width:58.3333333333%}}@media screen and (min-width: 1260px){:host([span-large="8"]){--cell-width:66.6666666667%}}@media screen and (min-width: 1260px){:host([span-large="9"]){--cell-width:75%}}@media screen and (min-width: 1260px){:host([span-large="10"]){--cell-width:83.3333333333%}}@media screen and (min-width: 1260px){:host([span-large="11"]){--cell-width:91.6666666667%}}@media screen and (min-width: 1260px){:host([span-large="12"]){--cell-width:100%}}@media screen and (min-width: 1440px){:host([span-ultra="1"]){--cell-width:8.3333333333%}}@media screen and (min-width: 1440px){:host([span-ultra="2"]){--cell-width:16.6666666667%}}@media screen and (min-width: 1440px){:host([span-ultra="3"]){--cell-width:25%}}@media screen and (min-width: 1440px){:host([span-ultra="4"]){--cell-width:33.3333333333%}}@media screen and (min-width: 1440px){:host([span-ultra="5"]){--cell-width:41.6666666667%}}@media screen and (min-width: 1440px){:host([span-ultra="6"]){--cell-width:50%}}@media screen and (min-width: 1440px){:host([span-ultra="7"]){--cell-width:58.3333333333%}}@media screen and (min-width: 1440px){:host([span-ultra="8"]){--cell-width:66.6666666667%}}@media screen and (min-width: 1440px){:host([span-ultra="9"]){--cell-width:75%}}@media screen and (min-width: 1440px){:host([span-ultra="10"]){--cell-width:83.3333333333%}}@media screen and (min-width: 1440px){:host([span-ultra="11"]){--cell-width:91.6666666667%}}@media screen and (min-width: 1440px){:host([span-ultra="12"]){--cell-width:100%}}.stzh-cell{height:100%;padding-left:calc(var(--stzh-grid-gutter) / 2);padding-right:calc(var(--stzh-grid-gutter) / 2)}@media screen and (min-width: 600px){.stzh-cell{padding-left:calc(var(--stzh-grid-gutter-small) / 2);padding-right:calc(var(--stzh-grid-gutter-small) / 2)}}@media screen and (min-width: 1024px){.stzh-cell{padding-left:calc(var(--stzh-grid-gutter-medium) / 2);padding-right:calc(var(--stzh-grid-gutter-medium) / 2)}}';var StzhCell=function(){function e(e){registerInstance(this,e);this.span=12;this.spanSmall=0;this.spanMedium=0;this.spanLarge=0;this.spanUltra=0;this.justifySelf="auto";this.alignSelf="auto"}e.prototype.render=function(){return h(Host,null,h("div",{class:{"stzh-cell":true}},h("slot",null)))};return e}();StzhCell.style=stzhCellCss;export{StzhCell as stzh_cell};
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(e,t,c,s){function o(e){return e instanceof c?e:new c((function(t){t(e)}))}return new(c||(c=Promise))((function(c,h){function r(e){try{n(s.next(e))}catch(t){h(t)}}function i(e){try{n(s["throw"](e))}catch(t){h(t)}}function n(e){e.done?c(e.value):o(e.value).then(r,i)}n((s=s.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var c={label:0,sent:function(){if(h[0]&1)throw h[1];return h[1]},trys:[],ops:[]},s,o,h,r;return r={next:i(0),throw:i(1),return:i(2)},typeof Symbol==="function"&&(r[Symbol.iterator]=function(){return this}),r;function i(e){return function(t){return n([e,t])}}function n(r){if(s)throw new TypeError("Generator is already executing.");while(c)try{if(s=1,o&&(h=r[0]&2?o["return"]:r[0]?o["throw"]||((h=o["return"])&&h.call(o),0):o.next)&&!(h=h.call(o,r[1])).done)return h;if(o=0,h)r=[r[0]&2,h.value];switch(r[0]){case 0:case 1:h=r;break;case 4:c.label++;return{value:r[1],done:false};case 5:c.label++;o=r[1];r=[0];continue;case 7:r=c.ops.pop();c.trys.pop();continue;default:if(!(h=c.trys,h=h.length>0&&h[h.length-1])&&(r[0]===6||r[0]===2)){c=0;continue}if(r[0]===3&&(!h||r[1]>h[0]&&r[1]<h[3])){c.label=r[1];break}if(r[0]===6&&c.label<h[1]){c.label=h[1];h=r;break}if(h&&c.label<h[2]){c.label=h[2];c.ops.push(r);break}if(h[2])c.ops.pop();c.trys.pop();continue}r=t.call(e,c)}catch(i){r=[6,i];o=0}finally{s=h=0}if(r[0]&5)throw r[1];return{value:r[0]?r[1]:void 0,done:true}}};import{r as registerInstance,c as createEvent,h,g as getElement}from"./index-0e6d34c6.js";import{h as hasSlot}from"./utils-c5d68020.js";import{f as fetchTranslations}from"./translation-utils-f5b09945.js";import{S as StzhInputDescription}from"./stzh-input-description-fa0a4b5b.js";var Check='<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M2 11.3333L9 18.6667L22 5.33334" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>\n';var stzhCheckboxCss=".sc-stzh-checkbox-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-checkbox-h{display:none}.sc-stzh-checkbox-h *.sc-stzh-checkbox,.sc-stzh-checkbox-h *.sc-stzh-checkbox::before,.sc-stzh-checkbox-h *.sc-stzh-checkbox::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-checkbox-h{display:inline-block;border-radius:var(--stzh-form-input-border-radius)}.sc-stzh-checkbox-h .sc-stzh-checkbox-s>stzh-text{--color:inherit}.stzh-checkbox__marker-symbol.sc-stzh-checkbox{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}.stzh-checkbox__marker-text.sc-stzh-checkbox{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);width:0.0625rem;height:0.0625rem;overflow:hidden;padding:0;position:absolute}.stzh-checkbox__description-wrapper.sc-stzh-checkbox{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.stzh-checkbox__error.sc-stzh-checkbox,.stzh-checkbox__description.sc-stzh-checkbox{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);color:var(--stzh-base-color)}.stzh-checkbox__error.sc-stzh-checkbox{color:var(--stzh-color-error)}.stzh-checkbox__error-list.sc-stzh-checkbox{list-style:none;margin:0;padding:0}.stzh-checkbox__description.sc-stzh-checkbox{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.stzh-checkbox__description-long.sc-stzh-checkbox{margin-left:var(--stzh-space-xxsmall);margin-top:0.1875rem}.stzh-checkbox__description-long-popover.sc-stzh-checkbox{--width:auto;--max-width:27.3125rem}.stzh-checkbox__description-long-popover[open].sc-stzh-checkbox:not([open=false]) .stzh-checkbox__description-long-button.sc-stzh-checkbox{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkbox__description-long-button.sc-stzh-checkbox{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border:none;background-color:transparent;border-radius:0.5rem;cursor:pointer;-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);color:var(--stzh-base-lead-color)}.stzh-checkbox__description-long-button.sc-stzh-checkbox:hover{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkbox.sc-stzh-checkbox stzh-icon.stzh-checkbox__description-long-icon.sc-stzh-checkbox{--size:var(--stzh-icon-size-xsmall)}.stzh-checkbox--has-error.sc-stzh-checkbox .stzh-checkbox__error.sc-stzh-checkbox,.stzh-checkbox--has-description.sc-stzh-checkbox .stzh-checkbox__description.sc-stzh-checkbox{margin-top:var(--stzh-space-xxsmall)}.stzh-checkbox__field-wrapper.sc-stzh-checkbox{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing);position:relative;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.stzh-checkbox__input.sc-stzh-checkbox{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;z-index:-1;opacity:0;pointer-events:none}.stzh-checkbox__mark.sc-stzh-checkbox{border:0.0625rem solid var(--stzh-color-grey61);background-color:var(--stzh-color-white);width:1.5rem;height:1.5rem;-ms-flex-negative:0;flex-shrink:0;border-radius:var(--stzh-form-input-border-radius);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-webkit-transition:border-color var(--stzh-base-transition-animation-speed);transition:border-color var(--stzh-base-transition-animation-speed)}.stzh-checkbox__check.sc-stzh-checkbox{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;opacity:0;color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkbox__check.sc-stzh-checkbox path.sc-stzh-checkbox{vector-effect:var(--stzh-base-vector-effect)}.stzh-checkbox__label.sc-stzh-checkbox{display:inline-block;color:var(--stzh-base-color);-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);margin-left:var(--stzh-space-small);line-height:1.5rem}.stzh-checkbox__label.sc-stzh-checkbox:empty{display:none}.stzh-checkbox__marker-symbol.sc-stzh-checkbox{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}.stzh-checkbox.sc-stzh-checkbox:hover .stzh-checkbox__label.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked:hover~.stzh-checkbox__label.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked:hover~.stzh-checkbox__mark.sc-stzh-checkbox .stzh-checkbox__check.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked:focus~.stzh-checkbox__mark.sc-stzh-checkbox .stzh-checkbox__check.sc-stzh-checkbox{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-checkbox__input.sc-stzh-checkbox:checked~.stzh-checkbox__label.sc-stzh-checkbox{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkbox.sc-stzh-checkbox:hover .stzh-checkbox__mark.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:focus:hover~.stzh-checkbox__mark.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked:hover~.stzh-checkbox__mark.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked:focus~.stzh-checkbox__mark.sc-stzh-checkbox{border-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-checkbox__input.sc-stzh-checkbox:focus~.stzh-checkbox__mark.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked~.stzh-checkbox__mark.sc-stzh-checkbox{border-color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkbox__input.sc-stzh-checkbox:checked~.stzh-checkbox__mark.sc-stzh-checkbox .stzh-checkbox__check.sc-stzh-checkbox{opacity:1}.stzh-checkbox--is-invalid.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__label.sc-stzh-checkbox,.stzh-checkbox--is-invalid.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__mark.sc-stzh-checkbox .stzh-checkbox__check.sc-stzh-checkbox{color:var(--stzh-color-error)}.stzh-checkbox--is-invalid.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__mark.sc-stzh-checkbox{border-color:var(--stzh-color-error)}.stzh-checkbox--is-disabled.sc-stzh-checkbox .stzh-checkbox__field-wrapper.sc-stzh-checkbox{cursor:not-allowed}.stzh-checkbox--is-disabled.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__label.sc-stzh-checkbox,.stzh-checkbox--is-disabled.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__mark.sc-stzh-checkbox .stzh-checkbox__check.sc-stzh-checkbox{color:var(--stzh-color-grey61)}.stzh-checkbox--is-disabled.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__mark.sc-stzh-checkbox{border-color:var(--stzh-color-grey5)}.stzh-checkbox--is-disabled.sc-stzh-checkbox .stzh-checkbox__mark.sc-stzh-checkbox{background-color:var(--stzh-color-grey5)}";var checkboxCounter=0;var StzhCheckbox=function(){function e(e){var t=this;registerInstance(this,e);this.stzhChange=createEvent(this,"stzhChange",7);this.stzhFocus=createEvent(this,"stzhFocus",7);this.stzhBlur=createEvent(this,"stzhBlur",7);this.disabled=false;this.name="";this.value="";this.invalid=false;this.required=false;this.checked=false;this.label="";this.showMarker=false;this.a11yDescribedby="";this.onInput=function(e){t.checked=t.input.checked;t.stzhChange.emit({component:"stzh-checkbox",originalEvent:e,value:t.value,checked:t.checked})};this.onFocus=function(e){var c=new FocusEvent("focus",{view:window,bubbles:false,cancelable:false});t.element.dispatchEvent(c);t.stzhFocus.emit({component:"stzh-checkbox",originalEvent:e})};this.onBlur=function(e){var c=new FocusEvent("blur",{view:window,bubbles:false,cancelable:false});t.element.dispatchEvent(c);t.stzhBlur.emit({component:"stzh-checkbox",originalEvent:e})}}e.prototype.setFocus=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){this.input.focus();return[2]}))}))};e.prototype.errorWatcher=function(e){if(typeof e==="string"){try{this._error=JSON.parse(e)}catch(t){if(e){this._error=[e]}else{this._error=[]}}}else if(e){this._error=e}else{this._error=[]}this.invalid=this._error.length>0};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:this.inputId="stzh-checkbox-".concat(checkboxCounter++);this.errorWatcher(this.error);if(!!this.localization)return[3,2];e=this;return[4,fetchTranslations(this.element,"checkbox")];case 1:e.localization=t.sent();t.label=2;case 2:return[2]}}))}))};e.prototype.render=function(){var e=this;var t=hasSlot(this.element,"description")||!!this.description;var c=hasSlot(this.element,"description-long")||!!this.descriptionLong;var s=hasSlot(this.element,"error")||!!this.error;var o={"stzh-checkbox":true,"stzh-checkbox--has-description":t,"stzh-checkbox--has-description-long":c,"stzh-checkbox--has-error":s,"stzh-checkbox--is-required":this.required,"stzh-checkbox--is-invalid":this.invalid,"stzh-checkbox--is-disabled":this.disabled};return h("div",{class:o},h("label",{class:"stzh-checkbox__field-wrapper"},h("input",{class:"stzh-checkbox__input",ref:function(t){return e.input=t},type:"checkbox",id:this.inputId,name:this.name,value:this.value,disabled:this.disabled,"aria-describedby":"".concat(this.inputId,"-description ").concat(this.a11yDescribedby),"aria-required":this.required?"true":"false","aria-invalid":this.invalid?"true":"false",checked:this.checked,onInput:this.onInput,onFocus:this.onFocus,onBlur:this.onBlur}),h("div",{class:"stzh-checkbox__mark"},h("div",{class:"stzh-checkbox__check",innerHTML:Check})),h("div",{class:"stzh-checkbox__label"},this.label?this.label:h("slot",null),this.showMarker&&h("span",{class:"stzh-checkbox__marker"},h("span",{class:"stzh-checkbox__marker-symbol","aria-hidden":"true"},this.required?this.localization.$globals.requiredFieldMarker:this.localization.$globals.optionalFieldMarker),h("span",{class:"stzh-checkbox__marker-text"},this.required?this.localization.$globals.requiredFieldText:this.localization.$globals.optionalFieldText)))),h(StzhInputDescription,{classPrefix:"stzh-checkbox",id:"".concat(this.inputId,"-description"),error:this._error,description:this.description,descriptionLong:this.descriptionLong,descriptionLongUsed:c,moreInfoButtonLabel:this.localization.$globals.moreInfoButtonLabel}))};Object.defineProperty(e.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{error:["errorWatcher"]}},enumerable:false,configurable:true});return e}();StzhCheckbox.style=stzhCheckboxCss;export{StzhCheckbox as stzh_checkbox};
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(e,t,o,r){function c(e){return e instanceof o?e:new o((function(t){t(e)}))}return new(o||(o=Promise))((function(o,s){function i(e){try{n(r.next(e))}catch(t){s(t)}}function h(e){try{n(r["throw"](e))}catch(t){s(t)}}function n(e){e.done?o(e.value):c(e.value).then(i,h)}n((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var o={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,c,s,i;return i={next:h(0),throw:h(1),return:h(2)},typeof Symbol==="function"&&(i[Symbol.iterator]=function(){return this}),i;function h(e){return function(t){return n([e,t])}}function n(i){if(r)throw new TypeError("Generator is already executing.");while(o)try{if(r=1,c&&(s=i[0]&2?c["return"]:i[0]?c["throw"]||((s=c["return"])&&s.call(c),0):c.next)&&!(s=s.call(c,i[1])).done)return s;if(c=0,s)i=[i[0]&2,s.value];switch(i[0]){case 0:case 1:s=i;break;case 4:o.label++;return{value:i[1],done:false};case 5:o.label++;c=i[1];i=[0];continue;case 7:i=o.ops.pop();o.trys.pop();continue;default:if(!(s=o.trys,s=s.length>0&&s[s.length-1])&&(i[0]===6||i[0]===2)){o=0;continue}if(i[0]===3&&(!s||i[1]>s[0]&&i[1]<s[3])){o.label=i[1];break}if(i[0]===6&&o.label<s[1]){o.label=s[1];s=i;break}if(s&&o.label<s[2]){o.label=s[2];o.ops.push(i);break}if(s[2])o.ops.pop();o.trys.pop();continue}i=t.call(e,o)}catch(h){i=[6,h];c=0}finally{r=s=0}if(i[0]&5)throw i[1];return{value:i[0]?i[1]:void 0,done:true}}};import{r as registerInstance,h,g as getElement}from"./index-0e6d34c6.js";import{h as hasSlot}from"./utils-c5d68020.js";import{c as camelCase}from"./string-utils-33181845.js";import{f as fetchTranslations}from"./translation-utils-f5b09945.js";import{S as StzhInputDescription}from"./stzh-input-description-fa0a4b5b.js";var stzhCheckboxgroupCss=".sc-stzh-checkboxgroup-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-checkboxgroup-h{display:none}.sc-stzh-checkboxgroup-h *.sc-stzh-checkboxgroup,.sc-stzh-checkboxgroup-h *.sc-stzh-checkboxgroup::before,.sc-stzh-checkboxgroup-h *.sc-stzh-checkboxgroup::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-checkboxgroup-h[direction=vertical] .sc-stzh-checkboxgroup-s>stzh-checkbox:not(:last-child){margin-bottom:var(--stzh-space-medium)}.sc-stzh-checkboxgroup-h[direction=horizontal] .sc-stzh-checkboxgroup-s>stzh-checkbox:not(:last-child){margin-right:var(--stzh-space-large)}.stzh-checkboxgroup.sc-stzh-checkboxgroup{margin:0;padding:0;border:none}.stzh-checkboxgroup__marker-symbol.sc-stzh-checkboxgroup{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}.stzh-checkboxgroup__marker-text.sc-stzh-checkboxgroup{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);width:0.0625rem;height:0.0625rem;overflow:hidden;padding:0;position:absolute}.stzh-checkboxgroup__description-wrapper.sc-stzh-checkboxgroup{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.stzh-checkboxgroup__error.sc-stzh-checkboxgroup,.stzh-checkboxgroup__description.sc-stzh-checkboxgroup{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);color:var(--stzh-base-color)}.stzh-checkboxgroup__error.sc-stzh-checkboxgroup{color:var(--stzh-color-error)}.stzh-checkboxgroup__error-list.sc-stzh-checkboxgroup{list-style:none;margin:0;padding:0}.stzh-checkboxgroup__description.sc-stzh-checkboxgroup{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.stzh-checkboxgroup__description-long.sc-stzh-checkboxgroup{margin-left:var(--stzh-space-xxsmall);margin-top:0.1875rem}.stzh-checkboxgroup__description-long-popover.sc-stzh-checkboxgroup{--width:auto;--max-width:27.3125rem}.stzh-checkboxgroup__description-long-popover[open].sc-stzh-checkboxgroup:not([open=false]) .stzh-checkboxgroup__description-long-button.sc-stzh-checkboxgroup{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkboxgroup__description-long-button.sc-stzh-checkboxgroup{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border:none;background-color:transparent;border-radius:0.5rem;cursor:pointer;-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);color:var(--stzh-base-lead-color)}.stzh-checkboxgroup__description-long-button.sc-stzh-checkboxgroup:hover{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkboxgroup.sc-stzh-checkboxgroup stzh-icon.stzh-checkboxgroup__description-long-icon.sc-stzh-checkboxgroup{--size:var(--stzh-icon-size-xsmall)}.stzh-checkboxgroup--has-error.sc-stzh-checkboxgroup .stzh-checkboxgroup__error.sc-stzh-checkboxgroup,.stzh-checkboxgroup--has-description.sc-stzh-checkboxgroup .stzh-checkboxgroup__description.sc-stzh-checkboxgroup{margin-top:var(--stzh-space-xxsmall)}.stzh-checkboxgroup__fields.sc-stzh-checkboxgroup{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}.stzh-checkboxgroup__legend.sc-stzh-checkboxgroup{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height);padding:0;margin-bottom:var(--stzh-space-xsmall)}.stzh-checkboxgroup--hide-legend.sc-stzh-checkboxgroup .stzh-checkboxgroup__legend.sc-stzh-checkboxgroup{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);width:0.0625rem;height:0.0625rem;overflow:hidden;padding:0;position:absolute}.stzh-checkboxgroup--direction-horizontal.sc-stzh-checkboxgroup .stzh-checkboxgroup__fields.sc-stzh-checkboxgroup{-ms-flex-direction:row;flex-direction:row}";var checkboxgroupCounter=0;var StzhCheckboxgroup=function(){function e(e){var t=this;registerInstance(this,e);this.disabled=false;this.hideLegend=false;this.invalid=false;this.showMarker=false;this.value="";this._value=[];this.direction="vertical";this.checkedCheckbox=null;this.preventUpdateProperties=[];this.init=function(){t.checkboxes=Array.from(t.element.querySelectorAll("stzh-checkbox"));t.updateCheckboxesProperty("a11y-describedby","".concat(t.checkboxgroupId,"-description"));t.watchValue(t.value);t.watchName(t.name);t.watchDisabled(t.disabled);t.watchInvalid(t.invalid);t.watchShowMarker(t.showMarker)}}e.prototype.watchName=function(e){this.updateCheckboxesProperty("name",e)};e.prototype.watchDisabled=function(e){this.updateCheckboxesProperty("disabled",e)};e.prototype.watchInvalid=function(e){this.updateCheckboxesProperty("invalid",e)};e.prototype.watchShowMarker=function(e){this.updateCheckboxesProperty("showMarker",e)};e.prototype.watchValue=function(e){if(typeof e==="string"){this._value=JSON.parse(e)}else{this._value=e}this.updateCheckedCheckboxByValue(this._value)};e.prototype.errorWatcher=function(e){if(typeof e==="string"){try{this._error=JSON.parse(e)}catch(t){if(e){this._error=[e]}else{this._error=[]}}}else if(e){this._error=e}else{this._error=[]}this.invalid=this._error.length>0};e.prototype.onChange=function(e){if(e.detail.checked){this._value.push(e.detail.value)}else{this._value=this._value.filter((function(t){return t!==e.detail.value}))}this.value=this._value};e.prototype.updateCheckboxesProperty=function(e,t){var o=this;this.checkboxes.forEach((function(r){if(e==="name"||o.preventUpdateProperties.indexOf(e)===-1&&r.getAttribute(e)===null){r[camelCase(e)]=t}}))};e.prototype.updateCheckedCheckboxByValue=function(e){this.checkedCheckbox=this.checkboxes.filter((function(t){return e.indexOf(t.value)>-1}));this.checkboxes.forEach((function(t){return t.checked=e.indexOf(t.value)>-1}))};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:this.checkboxgroupId="stzh-checkboxgroup-".concat(checkboxgroupCounter++);this.errorWatcher(this.error);if(!!this.localization)return[3,2];e=this;return[4,fetchTranslations(this.element,"checkboxgroup")];case 1:e.localization=t.sent();t.label=2;case 2:return[2]}}))}))};e.prototype.componentShouldUpdate=function(e,t,o){return o!=="checkedCheckbox"};e.prototype.componentDidRender=function(){this.init()};e.prototype.connectedCallback=function(){if(!this.value.length){this.checkboxes=Array.from(this.element.querySelectorAll("stzh-checkbox"));this.value=this.checkboxes.filter((function(e){return e.checked})).map((function(e){return e.value}))}this.observer=new MutationObserver(this.init);this.observer.observe(this.element,{childList:true,subtree:true})};e.prototype.disconnectedCallback=function(){this.observer.disconnect()};e.prototype.render=function(){var e;var t=hasSlot(this.element,"description")||!!this.description;var o=hasSlot(this.element,"description-long")||!!this.descriptionLong;var r=hasSlot(this.element,"error")||!!this.error;var c=(e={"stzh-checkboxgroup":true,"stzh-checkboxgroup--has-description":t,"stzh-checkboxgroup--has-description-long":o,"stzh-checkboxgroup--has-error":r,"stzh-checkboxgroup--is-disabled":this.disabled,"stzh-checkboxgroup--is-invalid":this.invalid,"stzh-checkboxgroup--hide-legend":this.hideLegend},e["stzh-checkboxgroup--direction-".concat(this.direction)]=!!this.direction,e);return h("fieldset",{class:c},this.legend&&h("legend",{class:"stzh-checkboxgroup__legend"},this.legend),h("div",{class:"stzh-checkboxgroup__fields"},h("slot",null)),h(StzhInputDescription,{classPrefix:"stzh-checkboxgroup",id:"".concat(this.checkboxgroupId,"-description"),error:this._error,description:this.description,descriptionLong:this.descriptionLong,descriptionLongUsed:o,moreInfoButtonLabel:this.localization.$globals.moreInfoButtonLabel}))};Object.defineProperty(e.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{name:["watchName"],disabled:["watchDisabled"],invalid:["watchInvalid"],showMarker:["watchShowMarker"],value:["watchValue"],error:["errorWatcher"]}},enumerable:false,configurable:true});return e}();StzhCheckboxgroup.style=stzhCheckboxgroupCss;export{StzhCheckboxgroup as stzh_checkboxgroup};