@oiz/stzh-components 3.4.0-beta1 → 3.4.0-beta2

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 (307) hide show
  1. package/dist/cjs/{app-globals-1074eba6.js → app-globals-d9805497.js} +2 -2
  2. package/dist/cjs/{app-globals-1074eba6.js.map → app-globals-d9805497.js.map} +1 -1
  3. package/dist/cjs/index-92254d32.js +40 -16
  4. package/dist/cjs/index.cjs.js.map +1 -1
  5. package/dist/cjs/loader.cjs.js +2 -2
  6. package/dist/cjs/stzh-actions.cjs.entry.js +10 -8
  7. package/dist/cjs/stzh-actions.cjs.entry.js.map +1 -1
  8. package/dist/cjs/stzh-archivelist.cjs.entry.js +6 -16
  9. package/dist/cjs/stzh-archivelist.cjs.entry.js.map +1 -1
  10. package/dist/cjs/{stzh-card_2.cjs.entry.js → stzh-card.cjs.entry.js} +55 -143
  11. package/dist/cjs/stzh-card.cjs.entry.js.map +1 -0
  12. package/dist/cjs/{stzh-sortable.cjs.entry.js → stzh-cardlist_2.cjs.entry.js} +92 -1
  13. package/dist/cjs/stzh-cardlist_2.cjs.entry.js.map +1 -0
  14. package/dist/cjs/{stzh-checkbox_4.cjs.entry.js → stzh-checkbox_3.cjs.entry.js} +4 -91
  15. package/dist/cjs/stzh-checkbox_3.cjs.entry.js.map +1 -0
  16. package/dist/cjs/{stzh-chip_2.cjs.entry.js → stzh-chip.cjs.entry.js} +1 -215
  17. package/dist/cjs/stzh-chip.cjs.entry.js.map +1 -0
  18. package/dist/cjs/stzh-chipgroup.cjs.entry.js +25 -0
  19. package/dist/cjs/stzh-chipgroup.cjs.entry.js.map +1 -0
  20. package/dist/cjs/stzh-chipselect.cjs.entry.js +234 -0
  21. package/dist/cjs/stzh-chipselect.cjs.entry.js.map +1 -0
  22. package/dist/cjs/stzh-components.cjs.js +2 -2
  23. package/dist/cjs/stzh-dropdown.cjs.entry.js +53 -55
  24. package/dist/cjs/stzh-dropdown.cjs.entry.js.map +1 -1
  25. package/dist/cjs/stzh-fieldset.cjs.entry.js +1 -1
  26. package/dist/cjs/stzh-fieldset.cjs.entry.js.map +1 -1
  27. package/dist/cjs/stzh-geo-ref-data.cjs.entry.js +98 -41
  28. package/dist/cjs/stzh-geo-ref-data.cjs.entry.js.map +1 -1
  29. package/dist/cjs/stzh-input.cjs.entry.js +6 -2
  30. package/dist/cjs/stzh-input.cjs.entry.js.map +1 -1
  31. package/dist/cjs/{stzh-chipgroup_2.cjs.entry.js → stzh-message.cjs.entry.js} +1 -18
  32. package/dist/cjs/stzh-message.cjs.entry.js.map +1 -0
  33. package/dist/cjs/stzh-overlay.cjs.entry.js +97 -0
  34. package/dist/cjs/stzh-overlay.cjs.entry.js.map +1 -0
  35. package/dist/cjs/stzh-pi-teaser.cjs.entry.js +1 -1
  36. package/dist/cjs/stzh-pi-teaser.cjs.entry.js.map +1 -1
  37. package/dist/cjs/stzh-poicard.cjs.entry.js +52 -0
  38. package/dist/cjs/stzh-poicard.cjs.entry.js.map +1 -0
  39. package/dist/cjs/stzh-poilist.cjs.entry.js +122 -0
  40. package/dist/cjs/stzh-poilist.cjs.entry.js.map +1 -0
  41. package/dist/cjs/stzh-popover.cjs.entry.js +445 -0
  42. package/dist/cjs/stzh-popover.cjs.entry.js.map +1 -0
  43. package/dist/cjs/stzh-saptcha.cjs.entry.js +10 -9
  44. package/dist/cjs/stzh-saptcha.cjs.entry.js.map +1 -1
  45. package/dist/cjs/stzh-search.cjs.entry.js +52 -3
  46. package/dist/cjs/stzh-search.cjs.entry.js.map +1 -1
  47. package/dist/cjs/stzh-section.cjs.entry.js +1 -1
  48. package/dist/cjs/stzh-section.cjs.entry.js.map +1 -1
  49. package/dist/cjs/{stzh-popover_2.cjs.entry.js → stzh-text.cjs.entry.js} +1 -438
  50. package/dist/cjs/stzh-text.cjs.entry.js.map +1 -0
  51. package/dist/cjs/stzh-vbz-connection-finder.cjs.entry.js +1 -1
  52. package/dist/cjs/stzh-vbz-connection-finder.cjs.entry.js.map +1 -1
  53. package/dist/collection/assets/i18n/de.json +9 -0
  54. package/dist/collection/assets/i18n/en.json +9 -0
  55. package/dist/collection/collection-manifest.json +2 -0
  56. package/dist/collection/components/stzh-actions/stzh-actions.css +27 -0
  57. package/dist/collection/components/stzh-actions/stzh-actions.js +30 -10
  58. package/dist/collection/components/stzh-actions/stzh-actions.js.map +1 -1
  59. package/dist/collection/components/stzh-archivelist/stzh-archivelist.css +3 -0
  60. package/dist/collection/components/stzh-archivelist/stzh-archivelist.js +42 -16
  61. package/dist/collection/components/stzh-archivelist/stzh-archivelist.js.map +1 -1
  62. package/dist/collection/components/stzh-archivelist/stzh-archivelist.stories.js +109 -102
  63. package/dist/collection/components/stzh-card/stzh-card.css +5 -0
  64. package/dist/collection/components/stzh-card/stzh-card.js +72 -51
  65. package/dist/collection/components/stzh-card/stzh-card.js.map +1 -1
  66. package/dist/collection/components/stzh-cardlist/stzh-cardlist.css +5 -0
  67. package/dist/collection/components/stzh-chipselect/stzh-chipselect.css +8 -8
  68. package/dist/collection/components/stzh-chipselect/stzh-chipselect.js +13 -1
  69. package/dist/collection/components/stzh-chipselect/stzh-chipselect.js.map +1 -1
  70. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +11 -1
  71. package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +89 -55
  72. package/dist/collection/components/stzh-dropdown/stzh-dropdown.js.map +1 -1
  73. package/dist/collection/components/stzh-fieldset/stzh-fieldset.css +120 -0
  74. package/dist/collection/components/stzh-geo-ref-data/stzh-geo-ref-data.css +2 -0
  75. package/dist/collection/components/stzh-geo-ref-data/stzh-geo-ref-data.js +156 -51
  76. package/dist/collection/components/stzh-geo-ref-data/stzh-geo-ref-data.js.map +1 -1
  77. package/dist/collection/components/stzh-geo-ref-data/stzh-geo-ref-data.stories.js +64 -63
  78. package/dist/collection/components/stzh-input/stzh-input.css +6 -0
  79. package/dist/collection/components/stzh-input/stzh-input.js +23 -1
  80. package/dist/collection/components/stzh-input/stzh-input.js.map +1 -1
  81. package/dist/collection/components/stzh-pi-teaser/stzh-pi-teaser.css +18 -3
  82. package/dist/collection/components/stzh-pi-teaser/stzh-pi-teaser.stories.js +30 -29
  83. package/dist/collection/components/stzh-poicard/stzh-poicard.css +231 -0
  84. package/dist/collection/components/stzh-poicard/stzh-poicard.e2e.js +16 -0
  85. package/dist/collection/components/stzh-poicard/stzh-poicard.e2e.js.map +1 -0
  86. package/dist/collection/components/stzh-poicard/stzh-poicard.js +86 -0
  87. package/dist/collection/components/stzh-poicard/stzh-poicard.js.map +1 -0
  88. package/dist/collection/components/stzh-poicard/stzh-poicard.stories.js +117 -0
  89. package/dist/collection/components/stzh-poilist/stzh-poilist.css +210 -0
  90. package/dist/collection/components/stzh-poilist/stzh-poilist.e2e.js +16 -0
  91. package/dist/collection/components/stzh-poilist/stzh-poilist.e2e.js.map +1 -0
  92. package/dist/collection/components/stzh-poilist/stzh-poilist.js +181 -0
  93. package/dist/collection/components/stzh-poilist/stzh-poilist.js.map +1 -0
  94. package/dist/collection/components/stzh-poilist/stzh-poilist.localization.js +2 -0
  95. package/dist/collection/components/stzh-poilist/stzh-poilist.localization.js.map +1 -0
  96. package/dist/collection/components/stzh-poilist/stzh-poilist.stories.js +31 -0
  97. package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +31 -16
  98. package/dist/collection/components/stzh-saptcha/stzh-saptcha.js +34 -17
  99. package/dist/collection/components/stzh-saptcha/stzh-saptcha.js.map +1 -1
  100. package/dist/collection/components/stzh-saptcha/stzh-saptcha.stories.js +3 -0
  101. package/dist/collection/components/stzh-search/stzh-search.css +4 -4
  102. package/dist/collection/components/stzh-search/stzh-search.js +122 -2
  103. package/dist/collection/components/stzh-search/stzh-search.js.map +1 -1
  104. package/dist/collection/components/stzh-section/stzh-section.css +19 -6
  105. package/dist/collection/components/stzh-vbz-connection-finder/stzh-vbz-connection-finder.js +1 -1
  106. package/dist/collection/components/stzh-vbz-connection-finder/stzh-vbz-connection-finder.js.map +1 -1
  107. package/dist/collection/index.js.map +1 -1
  108. package/dist/collection/pages/jobsearch/jobsearch.e2e.js +16 -0
  109. package/dist/collection/pages/jobsearch/jobsearch.e2e.js.map +1 -0
  110. package/dist/components/index.js +1 -1
  111. package/dist/components/index2.js.map +1 -1
  112. package/dist/components/stzh-actions.js +12 -9
  113. package/dist/components/stzh-actions.js.map +1 -1
  114. package/dist/components/stzh-archivelist.js +20 -22
  115. package/dist/components/stzh-archivelist.js.map +1 -1
  116. package/dist/components/stzh-card2.js +55 -51
  117. package/dist/components/stzh-card2.js.map +1 -1
  118. package/dist/components/stzh-cardlist2.js +1 -1
  119. package/dist/components/stzh-cardlist2.js.map +1 -1
  120. package/dist/components/stzh-chipselect2.js +14 -2
  121. package/dist/components/stzh-chipselect2.js.map +1 -1
  122. package/dist/components/stzh-dropdown2.js +55 -55
  123. package/dist/components/stzh-dropdown2.js.map +1 -1
  124. package/dist/components/stzh-fieldset.js +1 -1
  125. package/dist/components/stzh-fieldset.js.map +1 -1
  126. package/dist/components/stzh-geo-ref-data.js +109 -45
  127. package/dist/components/stzh-geo-ref-data.js.map +1 -1
  128. package/dist/components/stzh-input2.js +7 -2
  129. package/dist/components/stzh-input2.js.map +1 -1
  130. package/dist/components/stzh-pi-teaser.js +1 -1
  131. package/dist/components/stzh-pi-teaser.js.map +1 -1
  132. package/dist/components/stzh-poicard.d.ts +11 -0
  133. package/dist/components/stzh-poicard.js +8 -0
  134. package/dist/components/stzh-poicard.js.map +1 -0
  135. package/dist/components/stzh-poicard2.js +108 -0
  136. package/dist/components/stzh-poicard2.js.map +1 -0
  137. package/dist/components/stzh-poilist.d.ts +11 -0
  138. package/dist/components/stzh-poilist.js +246 -0
  139. package/dist/components/stzh-poilist.js.map +1 -0
  140. package/dist/components/stzh-saptcha.js +13 -14
  141. package/dist/components/stzh-saptcha.js.map +1 -1
  142. package/dist/components/stzh-search.js +57 -3
  143. package/dist/components/stzh-search.js.map +1 -1
  144. package/dist/components/stzh-section.js +1 -1
  145. package/dist/components/stzh-section.js.map +1 -1
  146. package/dist/components/stzh-vbz-connection-finder.js +1 -1
  147. package/dist/components/stzh-vbz-connection-finder.js.map +1 -1
  148. package/dist/esm/{app-globals-fbb949bd.js → app-globals-ca13b6e3.js} +2 -2
  149. package/dist/esm/{app-globals-fbb949bd.js.map → app-globals-ca13b6e3.js.map} +1 -1
  150. package/dist/esm/index-e3050b18.js +40 -16
  151. package/dist/esm/index.js.map +1 -1
  152. package/dist/esm/loader.js +2 -2
  153. package/dist/esm/stzh-actions.entry.js +10 -8
  154. package/dist/esm/stzh-actions.entry.js.map +1 -1
  155. package/dist/esm/stzh-archivelist.entry.js +6 -16
  156. package/dist/esm/stzh-archivelist.entry.js.map +1 -1
  157. package/dist/esm/{stzh-card_2.entry.js → stzh-card.entry.js} +56 -143
  158. package/dist/esm/stzh-card.entry.js.map +1 -0
  159. package/dist/esm/{stzh-sortable.entry.js → stzh-cardlist_2.entry.js} +92 -2
  160. package/dist/esm/stzh-cardlist_2.entry.js.map +1 -0
  161. package/dist/esm/{stzh-checkbox_4.entry.js → stzh-checkbox_3.entry.js} +5 -91
  162. package/dist/esm/stzh-checkbox_3.entry.js.map +1 -0
  163. package/dist/esm/{stzh-chip_2.entry.js → stzh-chip.entry.js} +3 -216
  164. package/dist/esm/stzh-chip.entry.js.map +1 -0
  165. package/dist/esm/stzh-chipgroup.entry.js +21 -0
  166. package/dist/esm/stzh-chipgroup.entry.js.map +1 -0
  167. package/dist/esm/stzh-chipselect.entry.js +230 -0
  168. package/dist/esm/stzh-chipselect.entry.js.map +1 -0
  169. package/dist/esm/stzh-components.js +2 -2
  170. package/dist/esm/stzh-dropdown.entry.js +53 -55
  171. package/dist/esm/stzh-dropdown.entry.js.map +1 -1
  172. package/dist/esm/stzh-fieldset.entry.js +1 -1
  173. package/dist/esm/stzh-fieldset.entry.js.map +1 -1
  174. package/dist/esm/stzh-geo-ref-data.entry.js +98 -41
  175. package/dist/esm/stzh-geo-ref-data.entry.js.map +1 -1
  176. package/dist/esm/stzh-input.entry.js +6 -2
  177. package/dist/esm/stzh-input.entry.js.map +1 -1
  178. package/dist/esm/{stzh-chipgroup_2.entry.js → stzh-message.entry.js} +3 -19
  179. package/dist/esm/stzh-message.entry.js.map +1 -0
  180. package/dist/esm/stzh-overlay.entry.js +93 -0
  181. package/dist/esm/stzh-overlay.entry.js.map +1 -0
  182. package/dist/esm/stzh-pi-teaser.entry.js +1 -1
  183. package/dist/esm/stzh-pi-teaser.entry.js.map +1 -1
  184. package/dist/esm/stzh-poicard.entry.js +48 -0
  185. package/dist/esm/stzh-poicard.entry.js.map +1 -0
  186. package/dist/esm/stzh-poilist.entry.js +118 -0
  187. package/dist/esm/stzh-poilist.entry.js.map +1 -0
  188. package/dist/esm/stzh-popover.entry.js +441 -0
  189. package/dist/esm/stzh-popover.entry.js.map +1 -0
  190. package/dist/esm/stzh-saptcha.entry.js +11 -10
  191. package/dist/esm/stzh-saptcha.entry.js.map +1 -1
  192. package/dist/esm/stzh-search.entry.js +52 -3
  193. package/dist/esm/stzh-search.entry.js.map +1 -1
  194. package/dist/esm/stzh-section.entry.js +1 -1
  195. package/dist/esm/stzh-section.entry.js.map +1 -1
  196. package/dist/esm/{stzh-popover_2.entry.js → stzh-text.entry.js} +3 -439
  197. package/dist/esm/stzh-text.entry.js.map +1 -0
  198. package/dist/esm/stzh-vbz-connection-finder.entry.js +1 -1
  199. package/dist/esm/stzh-vbz-connection-finder.entry.js.map +1 -1
  200. package/dist/stzh-components/assets/i18n/de.json +9 -0
  201. package/dist/stzh-components/assets/i18n/en.json +9 -0
  202. package/dist/stzh-components/index.esm.js.map +1 -1
  203. package/dist/stzh-components/{p-206ec94f.entry.js → p-0846f5a7.entry.js} +2 -2
  204. package/dist/stzh-components/p-0846f5a7.entry.js.map +1 -0
  205. package/dist/stzh-components/p-0d092d58.entry.js +2 -0
  206. package/dist/stzh-components/p-0d092d58.entry.js.map +1 -0
  207. package/dist/stzh-components/{p-38cd406c.entry.js → p-10c2c688.entry.js} +2 -2
  208. package/dist/stzh-components/p-10c2c688.entry.js.map +1 -0
  209. package/dist/stzh-components/{p-23de5712.entry.js → p-1391115f.entry.js} +2 -2
  210. package/dist/stzh-components/{p-23de5712.entry.js.map → p-1391115f.entry.js.map} +1 -1
  211. package/dist/stzh-components/p-1b2fb680.entry.js +9 -0
  212. package/dist/stzh-components/p-1b2fb680.entry.js.map +1 -0
  213. package/dist/stzh-components/p-1e121c5f.entry.js +2 -0
  214. package/dist/stzh-components/p-1e121c5f.entry.js.map +1 -0
  215. package/dist/stzh-components/p-35d842ce.entry.js +2 -0
  216. package/dist/stzh-components/p-35d842ce.entry.js.map +1 -0
  217. package/dist/stzh-components/p-3e2b4d92.entry.js +2 -0
  218. package/dist/stzh-components/p-3e2b4d92.entry.js.map +1 -0
  219. package/dist/stzh-components/p-47cb71af.entry.js +2 -0
  220. package/dist/stzh-components/p-47cb71af.entry.js.map +1 -0
  221. package/dist/stzh-components/p-4e2db8e9.entry.js +8 -0
  222. package/dist/stzh-components/p-4e2db8e9.entry.js.map +1 -0
  223. package/dist/stzh-components/{p-cded8c4a.js → p-57caee36.js} +2 -2
  224. package/dist/stzh-components/p-616ae3be.entry.js +2 -0
  225. package/dist/stzh-components/p-616ae3be.entry.js.map +1 -0
  226. package/dist/stzh-components/{p-15d008ea.entry.js → p-72c9db89.entry.js} +3 -3
  227. package/dist/stzh-components/p-72c9db89.entry.js.map +1 -0
  228. package/dist/stzh-components/p-7bb2eb4e.entry.js +2 -0
  229. package/dist/stzh-components/p-7bb2eb4e.entry.js.map +1 -0
  230. package/dist/stzh-components/p-8c4d543d.entry.js +2 -0
  231. package/dist/stzh-components/p-8c4d543d.entry.js.map +1 -0
  232. package/dist/stzh-components/p-9506f599.entry.js +2 -0
  233. package/dist/stzh-components/p-9506f599.entry.js.map +1 -0
  234. package/dist/stzh-components/p-9b1267a6.entry.js +2 -0
  235. package/dist/stzh-components/p-9b1267a6.entry.js.map +1 -0
  236. package/dist/stzh-components/p-a9216459.entry.js +2 -0
  237. package/dist/stzh-components/p-a9216459.entry.js.map +1 -0
  238. package/dist/stzh-components/p-b2920d7f.entry.js +2 -0
  239. package/dist/stzh-components/p-b2920d7f.entry.js.map +1 -0
  240. package/dist/stzh-components/p-b6f19446.entry.js +2 -0
  241. package/dist/stzh-components/p-b6f19446.entry.js.map +1 -0
  242. package/dist/stzh-components/p-b75800da.entry.js +2 -0
  243. package/dist/stzh-components/p-b75800da.entry.js.map +1 -0
  244. package/dist/stzh-components/{p-d058fc1e.entry.js → p-c4bbdbfe.entry.js} +2 -2
  245. package/dist/stzh-components/p-c4bbdbfe.entry.js.map +1 -0
  246. package/dist/stzh-components/p-c6504f41.entry.js +2 -0
  247. package/dist/stzh-components/p-c6504f41.entry.js.map +1 -0
  248. package/dist/stzh-components/p-d29fd503.entry.js +2 -0
  249. package/dist/stzh-components/p-d29fd503.entry.js.map +1 -0
  250. package/dist/stzh-components/stzh-components.esm.js +1 -1
  251. package/dist/stzh-components/stzh-components.esm.js.map +1 -1
  252. package/dist/types/components/stzh-actions/stzh-actions.d.ts +3 -1
  253. package/dist/types/components/stzh-archivelist/stzh-archivelist.d.ts +4 -0
  254. package/dist/types/components/stzh-card/stzh-card.d.ts +4 -2
  255. package/dist/types/components/stzh-dropdown/stzh-dropdown.d.ts +6 -2
  256. package/dist/types/components/stzh-geo-ref-data/stzh-geo-ref-data.d.ts +16 -2
  257. package/dist/types/components/stzh-input/stzh-input.d.ts +2 -0
  258. package/dist/types/components/stzh-poicard/stzh-poicard.d.ts +14 -0
  259. package/dist/types/components/stzh-poilist/stzh-poilist.d.ts +31 -0
  260. package/dist/types/components/stzh-poilist/stzh-poilist.localization.d.ts +10 -0
  261. package/dist/types/components/stzh-saptcha/stzh-saptcha.d.ts +5 -4
  262. package/dist/types/components/stzh-search/stzh-search.d.ts +13 -0
  263. package/dist/types/components.d.ts +190 -10
  264. package/dist/types/index.d.ts +28 -0
  265. package/dist/vscode-data.json +104 -3
  266. package/package.json +1 -1
  267. package/dist/cjs/stzh-card_2.cjs.entry.js.map +0 -1
  268. package/dist/cjs/stzh-checkbox_4.cjs.entry.js.map +0 -1
  269. package/dist/cjs/stzh-chip_2.cjs.entry.js.map +0 -1
  270. package/dist/cjs/stzh-chipgroup_2.cjs.entry.js.map +0 -1
  271. package/dist/cjs/stzh-popover_2.cjs.entry.js.map +0 -1
  272. package/dist/cjs/stzh-sortable.cjs.entry.js.map +0 -1
  273. package/dist/esm/stzh-card_2.entry.js.map +0 -1
  274. package/dist/esm/stzh-checkbox_4.entry.js.map +0 -1
  275. package/dist/esm/stzh-chip_2.entry.js.map +0 -1
  276. package/dist/esm/stzh-chipgroup_2.entry.js.map +0 -1
  277. package/dist/esm/stzh-popover_2.entry.js.map +0 -1
  278. package/dist/esm/stzh-sortable.entry.js.map +0 -1
  279. package/dist/stzh-components/p-12851c24.entry.js +0 -2
  280. package/dist/stzh-components/p-12851c24.entry.js.map +0 -1
  281. package/dist/stzh-components/p-15d008ea.entry.js.map +0 -1
  282. package/dist/stzh-components/p-1b31cd8a.entry.js +0 -2
  283. package/dist/stzh-components/p-1b31cd8a.entry.js.map +0 -1
  284. package/dist/stzh-components/p-206ec94f.entry.js.map +0 -1
  285. package/dist/stzh-components/p-38cd406c.entry.js.map +0 -1
  286. package/dist/stzh-components/p-50c32fd1.entry.js +0 -2
  287. package/dist/stzh-components/p-50c32fd1.entry.js.map +0 -1
  288. package/dist/stzh-components/p-55349f2e.entry.js +0 -2
  289. package/dist/stzh-components/p-55349f2e.entry.js.map +0 -1
  290. package/dist/stzh-components/p-9c643610.entry.js +0 -2
  291. package/dist/stzh-components/p-9c643610.entry.js.map +0 -1
  292. package/dist/stzh-components/p-9cdd5e6f.entry.js +0 -2
  293. package/dist/stzh-components/p-9cdd5e6f.entry.js.map +0 -1
  294. package/dist/stzh-components/p-a672aaea.entry.js +0 -8
  295. package/dist/stzh-components/p-a672aaea.entry.js.map +0 -1
  296. package/dist/stzh-components/p-a77b49cb.entry.js +0 -2
  297. package/dist/stzh-components/p-a77b49cb.entry.js.map +0 -1
  298. package/dist/stzh-components/p-b509dedd.entry.js +0 -2
  299. package/dist/stzh-components/p-b509dedd.entry.js.map +0 -1
  300. package/dist/stzh-components/p-b870c799.entry.js +0 -2
  301. package/dist/stzh-components/p-b870c799.entry.js.map +0 -1
  302. package/dist/stzh-components/p-d058fc1e.entry.js.map +0 -1
  303. package/dist/stzh-components/p-da043311.entry.js +0 -9
  304. package/dist/stzh-components/p-da043311.entry.js.map +0 -1
  305. package/dist/stzh-components/p-fb077fd5.entry.js +0 -2
  306. package/dist/stzh-components/p-fb077fd5.entry.js.map +0 -1
  307. /package/dist/stzh-components/{p-cded8c4a.js.map → p-57caee36.js.map} +0 -0
@@ -1,2 +1,2 @@
1
- import{p as e,d as a,N as t,H as i,b as l}from"./p-c7bfac7a.js";export{s as setNonce}from"./p-c7bfac7a.js";import{g as n}from"./p-cded8c4a.js";const o=()=>{{r(i.prototype)}const l=Array.from(a.querySelectorAll("script")).find((e=>new RegExp(`/${t}(\\.esm)?\\.js($|\\?|#)`).test(e.src)||e.getAttribute("data-stencil-namespace")===t));const n=import.meta.url;const o=(l||{})["data-opts"]||{};if(n!==""){o.resourcesUrl=new URL(".",n).href}return e(o)};const r=e=>{const a=e.cloneNode;e.cloneNode=function(e){if(this.nodeName==="TEMPLATE"){return a.call(this,e)}const t=a.call(this,false);const i=this.childNodes;if(e){for(let e=0;e<i.length;e++){if(i[e].nodeType!==2){t.appendChild(i[e].cloneNode(true))}}}return t}};o().then((e=>{n();return l(JSON.parse('[["p-55349f2e",[[1,"stzh-geo-ref-data",{"heading":[513],"mapDataUrl":[513,"map-data-url"],"poiDataUrl":[513,"poi-data-url"],"baseUrlOverride":[1,"base-url-override"],"availableTags":[16],"resetTag":[16],"filterActive":[32],"searchActive":[32],"showOnlyResultsForCurrentExtent":[32],"finalResults":[32],"finalResultsPaginatedList":[32],"finalResultsPaginationOffset":[32],"viewmode":[32],"isViewportLarge":[32],"isViewportMedium":[32],"isInitialized":[32],"isOpen":[32],"isLoading":[32]},[[0,"stzhMovePanZoom","mapMovedPannedOrZoomed"]]]]],["p-2ca82cdb",[[2,"stzh-microsite-teaserlist",{"localization":[16],"api":[1],"tags":[1],"showItems":[1026,"show-items"],"stepItems":[2,"step-items"],"activeFilter":[32],"items":[32]},null,{"items":["filterHandler","tagsWatcher"],"showItems":["filterHandler"],"activeFilter":["filterHandler"],"tags":["tagsWatcher"],"api":["apiWatcher"]}]]],["p-9403c30b",[[4,"stzh-datatable",{"tableLayout":[1,"table-layout"],"localization":[16],"label":[1],"sortBy":[1025,"sort-by"],"sortDirection":[1025,"sort-direction"],"idField":[1,"id-field"],"rowHeaderField":[1,"row-header-field"],"hideSearch":[516,"hide-search"],"hideColumnHeadings":[516,"hide-column-headings"],"showList":[516,"show-list"],"page":[1026],"pageSize":[2,"page-size"],"csvUrl":[1,"csv-url"],"csvHeader":[4,"csv-header"],"csvDynamicTyping":[4,"csv-dynamic-typing"],"disableMinWidth":[516,"disable-min-width"],"rows":[1025],"columns":[1025],"query":[32],"hasScrollLeft":[32],"hasScrollRight":[32],"isScrollable":[32],"cellsStickyLeft":[32],"cellsStickyRight":[32],"toggleSort":[64]},null,{"csvUrls":["csvUrlsWatcher"],"rows":["rowsWatcher"],"columns":["columnsWatcher"],"sortBy":["sortByWatcher"],"sortDirection":["sortDirectionWatcher"]}]]],["p-9cdd5e6f",[[4,"stzh-search",{"localization":[16],"variant":[1],"breakout":[4],"autofetchMainFilters":[4,"autofetch-main-filters"],"autofetchAsideFilters":[4,"autofetch-aside-filters"],"hideMainFilters":[516,"hide-main-filters"],"hideAsideFilters":[516,"hide-aside-filters"],"api":[1],"debounceTime":[2,"debounce-time"],"limit":[2],"initialFetch":[4,"initial-fetch"],"preventUpdateUrl":[4,"prevent-update-url"],"templateResult":[1,"template-result"],"templateResultWrapperElement":[1,"template-result-wrapper-element"],"templateResultWrapperProps":[16],"resultHeadingLevel":[1,"result-heading-level"],"emptyText":[1,"empty-text"],"heading":[1],"emptyLinkHref":[1,"empty-link-href"],"emptyLinkLabel":[1,"empty-link-label"],"totalCount":[32],"loading":[32],"error":[32],"results":[32],"chipResultsHeading":[32],"chipResults":[32],"resultsHeading":[32],"hasRequiredParams":[32],"firstFetched":[32],"initiallyFetched":[32],"isDetailsOpen":[32]},null,{"totalCount":["totalCountWatcher"],"results":["totalCountWatcher"],"preventUpdateUrl":["preventUpdateUrlWatcher"]}]]],["p-5d9912f3",[[6,"stzh-appointments",{"localization":[16],"disableSort":[4,"disable-sort"],"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]},null,{"dateAdapter":["dateAdapterWatcher"],"currentDate":["currentDateWatcher"],"sortBy":["sortByWatcher"],"value":["valueWatcher"],"appointments":["appointmentsWatcher"]}]]],["p-50c2a221",[[6,"stzh-card-searchresult",{"localization":[16],"href":[513],"target":[1],"download":[1],"analyticsId":[1,"analytics-id"],"heading":[1],"headingLevel":[1,"heading-level"],"description":[1],"tag":[1],"topic":[1],"service":[1],"dateline":[1],"meta":[1],"breadcrumbItems":[1,"breadcrumb-items"],"datalistItems":[1,"datalist-items"],"eventDateStart":[1,"event-date-start"],"eventDateEnd":[1,"event-date-end"],"eventLocation":[1,"event-location"],"imagePosition":[513,"image-position"],"downloadHeading":[1,"download-heading"],"downloadMeta":[1,"download-meta"],"dateAdapter":[16],"hyphensEnabled":[516,"hyphens-enabled"]},null,{"meta":["metaWatcher"],"downloadMeta":["downloadMetaWatcher"]}]]],["p-d1688313",[[6,"stzh-card-superteaser",{"localization":[16],"href":[513],"target":[1],"download":[1],"analyticsId":[1,"analytics-id"],"heading":[1],"headingLevel":[1,"heading-level"],"description":[1],"tag":[1],"topic":[1],"service":[1],"dateline":[1],"meta":[1],"breadcrumbItems":[1,"breadcrumb-items"],"datalistItems":[1,"datalist-items"],"eventDateStart":[1,"event-date-start"],"eventDateEnd":[1,"event-date-end"],"eventLocation":[1,"event-location"],"imagePosition":[513,"image-position"],"downloadHeading":[1,"download-heading"],"downloadMeta":[1,"download-meta"],"dateAdapter":[16],"hyphensEnabled":[516,"hyphens-enabled"]},null,{"meta":["metaWatcher"],"downloadMeta":["downloadMetaWatcher"]}]]],["p-ba32d7ef",[[2,"stzh-datamessagelist-item",{"localization":[16],"heading":[1],"unread":[4],"href":[1],"rel":[1],"target":[1],"description":[1],"icon":[1],"nonInteractive":[516,"non-interactive"],"loadingStatus":[1,"loading-status"],"meta":[1],"actions":[1],"tags":[1],"analyticsId":[1,"analytics-id"],"external":[32]},null,{"rel":["externalWatcher"],"loadingStatus":["loadingStatusWatcher"],"meta":["metaWatcher"],"actions":["actionsWatcher"],"tags":["tagsWatcher"]}]]],["p-d8265b82",[[0,"stzh-panorama",{"localization":[16],"caption":[1],"heading":[1],"copyright":[1],"scene":[1025],"sceneFadeDuration":[2,"scene-fade-duration"],"autoload":[4],"orientationOnByDefault":[4,"orientation-on-by-default"],"showControls":[4,"show-controls"],"showHotspots":[4,"show-hotspots"],"scenes":[1],"isOrientationSupported":[32],"isOrientationActive":[32],"isFullscreen":[32],"getViewer":[64]},null,{"scenes":["scenesWatcher","updateWatcher"],"scene":["sceneWatcher"],"autoload":["updateWatcher"],"type":["updateWatcher"],"localization":["updateWatcher"],"orientationOnByDefault":["updateWatcher"],"sceneFadeDuration":["updateWatcher"]}]]],["p-34613213",[[4,"stzh-upload",{"existingFiles":[1,"existing-files"],"name":[1],"label":[1],"heading":[1],"description":[1],"button":[1],"buttonScan":[1,"button-scan"],"photographingEnabled":[1028,"photographing-enabled"],"disableToasts":[4,"disable-toasts"],"url":[1],"method":[1],"withCredentials":[4,"with-credentials"],"disabled":[516],"invalid":[516],"downloadDisabled":[4,"download-disabled"],"downloadDisabledWhileProcessing":[4,"download-disabled-while-processing"],"error":[1],"acceptedFiles":[1,"accepted-files"],"autoProcessQueue":[4,"auto-process-queue"],"hideProgress":[4,"hide-progress"],"hideProgressWhileIdle":[4,"hide-progress-while-idle"],"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"],"preventHiddenInputClear":[4,"prevent-hidden-input-clear"],"localization":[16],"environment":[32],"isPhotographingAvailable":[32],"photographingUrlDetails":[32],"photographingHost":[32],"photographingConfig":[32],"photographingWebsocket":[32],"photographingToken":[32],"processQueue":[64],"removeFile":[64],"removeAllFiles":[64]},[[4,"reset","resetListener"]],{"name":["nameWatcher"],"maxFiles":["maxFilesWatcher"],"maxFilesize":["maxFilesizeWatcher"],"existingFiles":["existingFilesWatcher"],"disabled":["disabledWatcher"],"error":["errorWatcher"]}]]],["p-969a4f9a",[[2,"stzh-amount",{"minValue":[2,"min-value"],"maxValue":[2,"max-value"],"minValueDropdown":[2,"min-value-dropdown"],"maxValueDropdown":[2,"max-value-dropdown"],"value":[1025],"step":[2],"name":[513],"size":[513],"disabled":[516],"popoverPlacement":[513,"popover-placement"],"label":[1],"labelHidden":[4,"label-hidden"],"invalid":[516],"required":[516],"clearable":[516],"hideOptional":[516,"hide-optional"],"description":[1],"descriptionLong":[1,"description-long"],"error":[1025],"a11yDescribedby":[1,"a11y-describedby"],"localization":[16]},null,{"minValueDropdown":["minMaxValueDropdownWatcher"],"maxValueDropdown":["minMaxValueDropdownWatcher"]}]]],["p-970aa73f",[[0,"stzh-sitemap",{"items":[1]}]]],["p-d11565a5",[[4,"stzh-gallery",{"localization":[16],"ratio":[513],"ratioSmall":[513,"ratio-small"],"ratioMedium":[513,"ratio-medium"],"ratioLarge":[513,"ratio-large"],"ratioUltra":[513,"ratio-ultra"],"showItems":[1026,"show-items"],"carouselWithTrack":[4,"carousel-with-track"],"stepItems":[2,"step-items"],"images":[1],"variant":[1],"itemElement":[1,"item-element"],"carouselDisabled":[516,"carousel-disabled"],"carouselAutoplay":[1028,"carousel-autoplay"],"carouselAutoplayTimeout":[2,"carousel-autoplay-timeout"],"excludeFirstImage":[4,"exclude-first-image"],"openLightbox":[64]},[[8,"appload","apploadListener"]],{"showItems":["showItemsWatcher"],"images":["imagesWatcher"],"excludeFirstImage":["imagesWatcher"]}]]],["p-94947ab0",[[6,"stzh-pagebottom",{"localization":[16],"shareTitle":[1,"share-title"],"shareUrl":[1,"share-url"],"shareServices":[1,"share-services"],"shareDisabled":[516,"share-disabled"],"shareMailSubject":[1,"share-mail-subject"],"shareMailBody":[1,"share-mail-body"],"logoHref":[1,"logo-href"],"withPrint":[516,"with-print"],"printAnalyticsId":[1,"print-analytics-id"]}]]],["p-50c32fd1",[[2,"stzh-saptcha",{"localization":[16],"numbers":[1],"value":[1],"name":[513],"error":[1],"invalid":[516],"disabled":[516],"inputValue":[32]},null,{"value":["valueWatcher"],"numbers":["numbersWatcher"],"error":["errorWatcher"]}]]],["p-20005e8d",[[2,"stzh-vbz-majorticker",{"api":[1],"data":[8],"moreInfoLink":[1,"more-info-link"],"dateAdapter":[16],"localization":[16],"showCloseKey":[1,"show-close-key"],"ghettoboxShown":[32],"getGhettoboxShown":[64],"getDisturbance":[64]},null,{"api":["apiWatcher"],"dateAdapter":["dateAdapterWatcher"],"data":["dataWatcher"]}]]],["p-21c351b4",[[6,"stzh-vbz-ticker",{"api":[1],"data":[8],"moreInfoLink":[1,"more-info-link"],"dateAdapter":[16],"localization":[16]},null,{"localization":["localizationWatcher"],"api":["apiWatcher"],"dateAdapter":["dateAdapterWatcher"],"data":["dataWatcher"]}]]],["p-38cd406c",[[2,"stzh-archivelist",{"localization":[16],"showItems":[1026,"show-items"],"stepItems":[2,"step-items"],"items":[1]},null,{"items":["itemsWatcher"],"showItems":["showItemsWatcher"]}]]],["p-49d356da",[[2,"stzh-homepage-service-highlights",{"topnewsItems":[1,"topnews-items"],"mostsearchedItems":[1,"mostsearched-items"]},null,{"topnewsItems":["topnewsItemsWatcher"],"mostsearchedItems":["mostsearchedItemsWatcher"]}]]],["p-dcfe93da",[[6,"stzh-youtube",{"localization":[16],"url":[1],"cookie":[1],"cookieExpires":[2,"cookie-expires"],"skipPreviewIfCookieAccepted":[4,"skip-preview-if-cookie-accepted"],"skipPreview":[4,"skip-preview"],"previewSkipped":[32]}]]],["p-1fd858a2",[[2,"stzh-anchornav",{"localization":[16],"items":[1]},null,{"items":["itemsWatcher"]}]]],["p-6200ab32",[[6,"stzh-audio",{"localization":[16],"src":[1],"preload":[1],"transcript":[1],"transcriptShown":[1028,"transcript-shown"],"downloadAnalyticsId":[1,"download-analytics-id"],"transcriptAnalyticsId":[1,"transcript-analytics-id"],"play":[64],"pause":[64]}]]],["p-40181f45",[[6,"stzh-contact",{"type":[1],"mainHeading":[1,"main-heading"],"mainHeadingLevel":[1,"main-heading-level"],"heading":[1],"headingLevel":[1,"heading-level"],"name":[1],"nameHeadingLevel":[1,"name-heading-level"],"address":[1],"street":[1],"streetInfo":[1,"street-info"],"postalCode":[1,"postal-code"],"location":[1],"imagePosition":[1,"image-position"],"numbers":[1],"emails":[1],"pobox":[1],"poboxHeading":[1,"pobox-heading"],"poboxTitle":[1,"pobox-title"],"poboxPostalCode":[1,"pobox-postal-code"],"poboxLocation":[1,"pobox-location"],"availabilityTitle":[1,"availability-title"],"availabilityTitleLevel":[1,"availability-title-level"],"availability":[1]},null,{"availability":["availabilityWatcher"],"numbers":["numbersWatcher"],"emails":["emailsWatcher"],"street":["streetWatcher"],"streetInfo":["streetInfoWatcher"]}]]],["p-0da740fe",[[6,"stzh-eventinfo",{"localization":[16],"monthHeadingLevel":[1,"month-heading-level"],"start":[1],"end":[1],"calendarUrl":[1,"calendar-url"],"calendarLabel":[1,"calendar-label"],"items":[1],"dateAdapter":[16]},null,{"items":["itemsWatcher"],"dateAdapter":["itemsWatcher"]}]]],["p-2096f3c6",[[2,"stzh-monthyearpicker",{"monthOpen":[4,"month-open"],"yearOpen":[4,"year-open"],"months":[1],"years":[1],"yearSortDirection":[1025,"year-sort-direction"],"min":[1],"max":[1],"minYear":[2,"min-year"],"maxYear":[2,"max-year"],"format":[513],"name":[513],"value":[1537],"popoverPlacement":[513,"popover-placement"],"monthLabel":[1,"month-label"],"yearLabel":[1,"year-label"],"readonly":[516],"disabled":[516],"required":[516],"hideOptional":[516,"hide-optional"],"size":[513],"descriptionMonth":[1,"description-month"],"descriptionYear":[1,"description-year"],"descriptionLongMonth":[1,"description-long-month"],"descriptionLongYear":[1,"description-long-year"],"errorMonth":[1,"error-month"],"errorYear":[1,"error-year"],"invalidMonth":[516,"invalid-month"],"invalidYear":[516,"invalid-year"],"a11yDescribedbyMonth":[1,"a11y-describedby"],"a11yDescribedbyYear":[1,"a11y-describedby"],"localization":[16]},[[2,"stzhChange","onDropdownChange"]],{"months":["monthsWatcher"],"years":["yearsWatcher"],"value":["minMaxWatcher"],"min":["minMaxWatcher"],"max":["minMaxWatcher"]}]]],["p-c0f3bdd7",[[2,"stzh-socialmediastream",{"items":[1],"gutterInPixel":[32]},null,{"items":["itemsWatcher"]}]]],["p-cca366c2",[[2,"stzh-timepicker",{"open":[4],"min":[2],"max":[2],"step":[2],"name":[513],"value":[1025],"popoverPlacement":[513,"popover-placement"],"label":[1],"readonly":[516],"disabled":[516],"description":[1],"descriptionLong":[1,"description-long"],"error":[1],"invalid":[516],"required":[516],"hideOptional":[516,"hide-optional"],"size":[513],"a11yDescribedby":[1,"a11y-describedby"],"localization":[16]},null,{"min":["minMaxWatcher"],"max":["minMaxWatcher"]}]]],["p-3cc6f193",[[6,"stzh-vbz-intro",{"localization":[16],"quicklinks":[1]},null,{"quicklinks":["quicklinksWatcher"]}]]],["p-08a7a4bb",[[6,"stzh-banner",{"label":[1],"hideClose":[4,"hide-close"],"localization":[16],"open":[32],"show":[64],"hide":[64]}]]],["p-69b647b4",[[6,"stzh-checkboxgroup",{"localization":[16],"disabled":[516],"name":[513],"legend":[1],"hideLegend":[516,"hide-legend"],"invalid":[516],"hideOptional":[516,"hide-optional"],"value":[1025],"defaultValue":[1040],"direction":[513],"description":[1],"descriptionLong":[1,"description-long"],"descriptionLongTitle":[1,"description-long-title"],"error":[1],"checkedCheckbox":[16],"preventUpdateProperties":[1,"prevent-update-properties"]},[[4,"reset","resetListener"],[2,"stzhChange","onChange"]],{"name":["watchName"],"disabled":["watchDisabled"],"hideOptional":["watchHideOptional"],"value":["watchValue"],"error":["errorWatcher"],"preventUpdateProperties":["preventUpdatePropertiesWatcher"]}]]],["p-a85458b6",[[6,"stzh-contact-cv",{"localization":[16],"jobtitle":[1],"responsibilities":[1],"trainings":[1],"hobbies":[1]},null,{"trainings":["trainingsWatcher"],"hobbies":["hobbiesWatcher"]}]]],["p-04b2db82",[[6,"stzh-daterange",{"localization":[16],"legend":[1],"rangeLinks":[1,"range-links"]},null,{"rangeLinks":["rangeLinksWatcher"]}]]],["p-23881aac",[[1,"stzh-disturber",{"localization":[16],"label":[1],"hideClose":[516,"hide-close"],"open":[516],"initialOpenAnimation":[4,"initial-open-animation"],"closeKey":[1,"close-key"],"show":[64],"hide":[64]},null,{"open":["openWatcher"]}]]],["p-d8ed8ce9",[[2,"stzh-editor",{"localization":[16],"heading":[1],"items":[1]},null,{"items":["itemsWatcher"]}]]],["p-e60c4497",[[4,"stzh-footer",{"localization":[16],"copyright":[1],"variant":[1],"mainUrl":[1,"main-url"]}]]],["p-62990cff",[[4,"stzh-readspeaker",{"href":[1],"openPlayer":[64],"closePlayer":[64]}]]],["p-693b30c3",[[6,"stzh-toggle",{"localization":[16],"disabled":[516],"name":[513],"value":[1025],"invalid":[516],"required":[516],"hideOptional":[516,"hide-optional"],"checked":[1540],"defaultChecked":[1028,"default-checked"],"label":[1],"labelPosition":[513,"label-position"],"description":[1],"descriptionLong":[1,"description-long"],"descriptionLongTitle":[1,"description-long-title"],"error":[1],"a11yDescribedby":[1,"a11y-describedby"]},[[4,"reset","resetListener"]],{"error":["errorWatcher"]}]]],["p-e04c7525",[[6,"stzh-cta",{"heading":[1],"lead":[1],"label":[1],"href":[1],"stickyDisabled":[4,"sticky-disabled"],"loaded":[32]}]]],["p-b79c68b7",[[6,"stzh-pi-content-navigation",{"href":[513],"target":[1],"analyticsId":[1,"analytics-id"],"navigationLevel":[513,"navigation-level"],"heading":[1],"headingLevel":[1,"heading-level"],"lead":[1]}]]],["p-b5c781bc",[[6,"stzh-progressbar",{"localization":[16],"data":[1],"index":[2],"steps":[2],"stepsSmall":[2,"steps-small"],"stepsMedium":[2,"steps-medium"],"stepsLarge":[2,"steps-large"],"stepsUltra":[2,"steps-ultra"],"clickDisabled":[4,"click-disabled"],"currentSteps":[32],"getItemData":[64]},null,{"steps":["stepsWatcher"],"stepsSmall":["stepsWatcher"],"stepsMedium":["stepsWatcher"],"stepsLarge":["stepsWatcher"],"stepsUltra":["stepsWatcher"],"data":["dataWatcher"]}]]],["p-c4383f33",[[1,"stzh-timeline-item",{"foldable":[4],"collapsible":[4],"open":[1540],"disabled":[516],"completed":[516],"heading":[1],"description":[1],"step":[514],"icon":[1],"badge":[1],"badgeEmpty":[516,"badge-empty"],"badgeType":[513,"badge-type"],"headingLevel":[513,"heading-level"],"analyticsId":[1,"analytics-id"],"rootTabindex":[32],"_foldable":[32],"show":[64],"hide":[64],"toggle":[64]},[[6,"keydown","handleKeydown"],[6,"keyup","handleKeyup"]],{"open":["openWatcher"],"foldable":["foldableWatcher"]}]]],["p-17ede8f9",[[6,"stzh-card-navigation",{"href":[513],"target":[1],"analyticsId":[1,"analytics-id"],"heading":[1],"headingLevel":[1,"heading-level"],"lead":[1],"hyphensEnabled":[516,"hyphens-enabled"]}]]],["p-206ec94f",[[6,"stzh-fieldset",{"legend":[1],"hideLegend":[4,"hide-legend"],"legendLevel":[1,"legend-level"],"legendCurve":[1,"legend-curve"]}]]],["p-91d7c08d",[[6,"stzh-imagecomparison",{"localization":[16],"hintLeft":[1,"hint-left"],"hintRight":[1,"hint-right"],"value":[1026],"label":[1],"a11yDescribedby":[1,"a11y-describedby"]}]]],["p-10dc377b",[[6,"stzh-pagetitle",{"background":[513],"hyphensEnabled":[516,"hyphens-enabled"],"dateline":[1]},[[9,"resize","handleResize"],[0,"stzhOpen","handleStzhOpen"],[0,"stzhClose","handleStzhClose"]]]]],["p-8c4a421d",[[6,"stzh-pagetitle-home",{"hyphensEnabled":[516,"hyphens-enabled"],"isSmall":[32]}]]],["p-673f842d",[[1,"stzh-pi-menu",{"localization":[16],"breakout":[516],"menuItems":[1,"menu-items"],"open":[1540],"heading":[1],"subheading":[1],"headingLevel":[513,"heading-level"],"analyticsId":[1,"analytics-id"],"rootTabindex":[32],"isSmallOrMedium":[32],"show":[64],"hide":[64],"toggle":[64]},null,{"menuItems":["menuItemsWatcher"],"open":["openWatcher"]}]]],["p-231c5725",[[6,"stzh-pi-pagetitle",{"level":[514],"author":[513],"date":[513]},null,{"level":["handleLevelChange"]}]]],["p-fb077fd5",[[6,"stzh-pi-teaser",{"href":[513],"target":[1],"analyticsId":[1,"analytics-id"],"dateline":[1],"heading":[1],"headingLevel":[1,"heading-level"],"lead":[1],"date":[1]}]]],["p-9cd5463f",[[1,"stzh-sticky-actions",{"pagetitleQuery":[1,"pagetitle-query"],"hasActiveScrollup":[32],"isSlotted":[32]},null,{"hasActiveScrollup":["hasActiveScrollupWatcher"]}]]],["p-05127d71",[[6,"stzh-vbz-carousel",{"autoplayTimeout":[2,"autoplay-timeout"]}]]],["p-a77b49cb",[[6,"stzh-actions",{"variant":[513]}]]],["p-7d7ea996",[[6,"stzh-app-bar"]]],["p-9859afbf",[[1,"stzh-cell",{"span":[514],"spanSmall":[514,"span-small"],"spanMedium":[514,"span-medium"],"spanLarge":[514,"span-large"],"spanUltra":[514,"span-ultra"],"align":[513],"alignSelf":[513,"align-self"]}]]],["p-b87781f5",[[4,"stzh-chart",{"chartId":[1,"chart-id"],"create":[16]},null,{"create":["createWatcher"]}]]],["p-466263ff",[[6,"stzh-container",{"noMargin":[4,"no-margin"]}]]],["p-c8ead7fc",[[6,"stzh-content",{"variant":[513],"preventElementLayout":[516,"prevent-element-layout"]}]]],["p-d5e84340",[[4,"stzh-cspace",{"removeFirstMargin":[516,"remove-first-margin"],"removeLastMargin":[516,"remove-last-margin"],"preventRemoveNested":[513,"prevent-remove-nested"]},null,{"preventRemoveNested":["preventRemoveNestedWatcher"]}]]],["p-069e181f",[[6,"stzh-datamessagelist"]]],["p-14177ccb",[[6,"stzh-eventdata",{"label":[1]}]]],["p-dbb0e155",[[2,"stzh-flyingfocus",{"minimalEdgeSpace":[2,"minimal-edge-space"],"style":[32],"position":[32],"enabled":[32],"visible":[32],"helper":[32],"moving":[32],"reposition":[64]},[[4,"keydown","handleKeydown"],[5,"mousedown","handleMousedown"],[6,"focus","handleFocus"],[6,"stzhFocus","handleFocus"],[6,"blur","handleBlur"],[7,"scroll","handleScrollResize"],[11,"resize","handleScrollResize"]]]]],["p-fa0f8d1e",[[2,"stzh-hr"]]],["p-03434a4c",[[6,"stzh-invert"]]],["p-4b372c6a",[[2,"stzh-loadingbar",{"percent":[2],"hidePercent":[4,"hide-percent"],"label":[1]}]]],["p-1af97644",[[6,"stzh-page-skiplinks"]]],["p-db46a3bf",[[6,"stzh-pagecontent"]]],["p-8768408c",[[6,"stzh-pagetitle-hero",{"heading":[1],"headingId":[1,"heading-id"],"leadAuthor":[1,"lead-author"],"subtitle":[1]}]]],["p-b41d255f",[[2,"stzh-pi-quote",{"text":[1]}]]],["p-b047262a",[[1,"stzh-row",{"span":[514],"spanSmall":[514,"span-small"],"spanMedium":[514,"span-medium"],"spanLarge":[514,"span-large"],"spanUltra":[514,"span-ultra"],"justify":[513],"items":[513],"content":[513]}]]],["p-f0cf0932",[[1,"stzh-scrollup"]]],["p-9c643610",[[1,"stzh-section",{"variant":[513],"background":[513],"marginTop":[513,"margin-top"],"marginBottom":[513,"margin-bottom"],"paddingTop":[513,"padding-top"],"paddingBottom":[513,"padding-bottom"],"breakout":[516]}]]],["p-2c0dda6e",[[0,"stzh-skin-portal-mitwirken"]]],["p-d6cccf84",[[0,"stzh-skin-storybook-preview"]]],["p-c5db6adf",[[6,"stzh-skiplink",{"label":[1],"href":[1],"linkAccesskey":[1,"link-accesskey"],"linkTitle":[1,"link-title"],"analyticsId":[1,"analytics-id"],"focused":[32]},[[0,"focusin","focusinHandler"],[0,"focusout","focusoutHandler"]]]]],["p-8503fb10",[[1,"stzh-space",{"curve":[513],"size":[513],"sizeSmall":[513,"size-small"],"sizeMedium":[513,"size-medium"],"sizeLarge":[513,"size-large"],"sizeUltra":[513,"size-ultra"],"justify":[513],"items":[513],"around":[516],"border":[513]}]]],["p-68eb6a0f",[[4,"stzh-table",{"fixedLeft":[2,"fixed-left"],"fixedRight":[2,"fixed-right"],"disableMinWidth":[516,"disable-min-width"],"hasScrollLeft":[32],"hasScrollRight":[32],"isScrollable":[32],"cellsStickyLeft":[32],"cellsStickyRight":[32]},null,{"fixedLeft":["fixedCellWatcher"],"fixedRight":["fixedCellWatcher"]}]]],["p-d103910e",[[1,"stzh-textandimage",{"size":[513],"imagePosition":[513,"image-position"]}]]],["p-3ed2a581",[[1,"stzh-timeline",{"foldable":[4],"collapsible":[4],"multiselectable":[4],"setItemFocus":[64],"updateSteps":[64]},[[0,"stzhOpen","openListener"]],{"foldable":["foldableWatcher"]}]]],["p-a541744d",[[1,"stzh-twocolumns"]]],["p-23de5712",[[2,"stzh-vbz-connection-finder"]]],["p-d0830862",[[6,"stzh-visuallyhidden"]]],["p-1bc9a18d",[[1,"stzh-vspace",{"curve":[513],"size":[513],"sizeSmall":[513,"size-small"],"sizeMedium":[513,"size-medium"],"sizeLarge":[513,"size-large"],"sizeUltra":[513,"size-ultra"],"justify":[513],"items":[513],"around":[516],"aroundTop":[516,"around-top"],"aroundBottom":[516,"around-bottom"],"border":[513]}]]],["p-4658be2c",[[6,"stzh-iframe",{"localization":[16],"iframeId":[1,"iframe-id"],"iframeErrorText":[1,"iframe-error-text"],"iframeResizerVariant":[1,"iframe-resizer-variant"],"iframeResizerHeightCorrection":[2,"iframe-resizer-height-correction"],"iframeResizerSecondlevelDomain":[1,"iframe-resizer-secondlevel-domain"],"name":[1],"sandbox":[1],"referrerpolicy":[1],"allow":[1],"width":[1],"height":[1],"src":[1],"cookie":[1],"cookieExpires":[2,"cookie-expires"],"cookieConfirmIcon":[1,"cookie-confirm-icon"],"cookieConfirmLabel":[1,"cookie-confirm-label"],"cookieConfirmText":[1,"cookie-confirm-text"],"previewLabel":[1,"preview-label"],"previewIcon":[1,"preview-icon"],"skipPreviewIfCookieAccepted":[4,"skip-preview-if-cookie-accepted"],"skipPreview":[4,"skip-preview"],"view":[32]},null,{"src":["srcWatcher"],"view":["viewWatcher"]}]]],["p-4c645ced",[[0,"stzh-socialmediastream-item",{"item":[1]},null,{"item":["itemWatcher"]}]]],["p-0c67b73d",[[6,"stzh-progressbar-item",{"label":[513],"disabled":[516],"first":[516],"last":[516],"passed":[516],"current":[516],"hide":[516],"dotted":[516],"step":[514],"icon":[513],"clickDisabled":[4,"click-disabled"],"analyticsId":[1,"analytics-id"]}]]],["p-109a885b",[[2,"stzh-vbz-linechip",{"line":[1],"active":[516],"alert":[516],"global":[516],"disabled":[516],"analyticsId":[1,"analytics-id"]}]]],["p-0b381244",[[1,"stzh-hspace",{"curve":[513],"size":[513],"sizeSmall":[513,"size-small"],"sizeMedium":[513,"size-medium"],"sizeLarge":[513,"size-large"],"sizeUltra":[513,"size-ultra"],"justify":[513],"items":[513],"around":[516],"aroundLeft":[516,"around-left"],"aroundRight":[516,"around-right"],"border":[513]}]]],["p-8202e541",[[6,"stzh-tooltip",{"open":[1028],"label":[1],"content":[1],"placement":[1],"strategy":[1],"type":[513],"size":[513],"skidding":[2],"distance":[2],"interactive":[4],"trigger":[1],"localization":[16],"computedPlacement":[32],"show":[64],"hide":[64],"toggle":[64],"update":[64]},[[6,"click","handleDocumentClick"]],{"open":["openWatcher"],"trigger":["triggerWatcher"]}]]],["p-cb0bed3e",[[2,"stzh-actionset",{"localization":[16],"variant":[513],"popoverButtonVariant":[513,"popover-button-variant"],"popoverButtonSize":[513,"popover-button-size"],"popoverPlacement":[513,"popover-placement"],"actions":[1],"actionsCollapsed":[32],"dynamicActions":[32],"isSmall":[32],"isMedium":[32]},null,{"actions":["actionsWatcher"]}]]],["p-f9410f3d",[[6,"stzh-link",{"localization":[16],"icon":[1],"iconPosition":[513,"icon-position"],"height":[513],"size":[513],"sizeSmall":[513,"size-small"],"sizeMedium":[513,"size-medium"],"sizeLarge":[513,"size-large"],"sizeUltra":[513,"size-ultra"],"href":[1],"rel":[1],"target":[1],"download":[1],"type":[1],"variant":[513],"fullwidth":[516],"textAlign":[513,"text-align"],"badge":[1],"badgeType":[513,"badge-type"],"badgeEmpty":[516,"badge-empty"],"badgePosition":[513,"badge-position"],"disabled":[516],"active":[516],"iconOnly":[516,"icon-only"],"label":[1],"linkAccesskey":[1,"link-accesskey"],"linkId":[1,"link-id"],"a11yLabel":[1,"a11y-label"],"a11yDescribedby":[1,"a11y-describedby"],"a11yExpanded":[516,"a11y-expanded"],"a11yDisabled":[516,"a11y-disabled"],"a11yControls":[1,"a11y-controls"],"a11yTabindex":[1,"a11y-tabindex"],"a11yCurrent":[1,"a11y-current"],"analyticsId":[1,"analytics-id"]}]]],["p-b509dedd",[[6,"stzh-card",{"localization":[16],"variant":[513],"collapsed":[1540],"starred":[1540],"starrable":[516],"selectable":[516],"checked":[516],"name":[513],"href":[513],"target":[1],"value":[1025],"disabled":[516],"heading":[1],"headingLevel":[513,"heading-level"],"subtitle":[1],"headerActions":[1,"header-actions"],"headerActionsBadge":[1,"header-actions-badge"],"headerActionsBadgeType":[1,"header-actions-badge-type"],"footerActions":[1,"footer-actions"],"subtitleInteractive":[4,"subtitle-interactive"],"sortableDisabled":[516,"sortable-disabled"],"collapsible":[516],"hideMovementActions":[4,"hide-movement-actions"],"analyticsId":[1,"analytics-id"]},null,{"subtitle":["subtitleWatcher"],"headerActions":["headerActionsWatcher"],"footerActions":["footerActionsWatcher"]}],[6,"stzh-cardlist",{"localization":[16],"layout":[513],"description":[1],"showToggleLink":[516,"show-toggle-link"],"sortableEnabled":[4,"sortable-enabled"],"sortableDataIdAttribute":[1,"sortable-data-id-attribute"],"allCollapsed":[32],"isStzhAnchornavVisible":[32]},[[0,"stzhCollapse","collapseListener"]]]]],["p-37a50532",[[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"],"closeAnalyticsId":[1,"close-analytics-id"],"show":[64],"hide":[64]},[[6,"click","handleOutsideClick"],[4,"keydown","handleKeydown"],[4,"click","handleOpenTriggerClick"]]],[1,"stzh-toastbar",{"hideAfter":[2,"hide-after"],"max":[2],"initialToasts":[1,"initial-toasts"],"toast":[64]},null,{"initialToasts":["initialToastsWatcher"]}]]],["p-3ce84a88",[[2,"stzh-calendar",{"value":[1025],"min":[1],"max":[1],"firstDayOfWeek":[2,"first-day-of-week"],"localization":[16],"isDateDisabled":[16],"prevMonthAnalyticsId":[1,"prev-month-analytics-id"],"nextMonthAnalyticsId":[1,"next-month-analytics-id"],"activeFocus":[32],"focusedDay":[32],"setFocusedDay":[64],"setDate":[64]},null,{"localization":["createDateFormatters"],"value":["valueWatcher"]}]]],["p-6ccf25d4",[[2,"stzh-share",{"localization":[16],"url":[1],"mailSubject":[1,"mail-subject"],"mailBody":[1,"mail-body"],"services":[1]},null,{"services":["servicesWatcher"]}],[1,"stzh-print"]]],["p-b870c799",[[6,"stzh-message",{"label":[1],"description":[1],"type":[513],"hideClose":[4,"hide-close"],"localization":[16],"open":[32],"show":[64],"hide":[64]}],[6,"stzh-chipgroup"]]],["p-ab6cc68f",[[1,"stzh-app-nav",{"localization":[16],"items":[16]}]]],["p-535c5b7e",[[1,"stzh-toast",{"label":[1],"type":[513],"hideClose":[516,"hide-close"],"open":[516],"initialOpenAnimation":[4,"initial-open-animation"],"localization":[16],"show":[64],"hide":[64]},null,{"open":["openWatcher"]}]]],["p-ef47c976",[[1,"stzh-list",{"variant":[513]}],[1,"stzh-list-item"]]],["p-3d3b7e7e",[[6,"stzh-carousel",{"localization":[16],"variant":[513],"disabled":[516],"noPeek":[516,"no-peek"],"slides":[2],"slidesSmall":[2,"slides-small"],"slidesMedium":[2,"slides-medium"],"slidesLarge":[2,"slides-large"],"slidesUltra":[2,"slides-ultra"],"slide":[2],"autoplay":[1028],"autoplayTimeout":[2,"autoplay-timeout"],"nonInteractive":[4,"non-interactive"],"preventMouseDrag":[4,"prevent-mouse-drag"],"preventAutoplayPause":[4,"prevent-autoplay-pause"],"preventAutoplayStop":[4,"prevent-autoplay-stop"],"tabThrough":[4,"tab-through"],"withTrack":[4,"with-track"],"scrollTimeout":[32],"distanceQuickSwipe":[32],"distancePreventClick":[32],"autoplayRunning":[32],"autoplayDisabledByMotionMedia":[32],"autoplayDisabledByMouse":[32],"autoplayDisabledByFocus":[32],"autoplayDisabledByScroll":[32],"autoplayDisabledByDrag":[32],"dragging":[32],"scrolling":[32],"ariaLive":[32],"currentSlides":[32],"currentSwipeSlides":[32],"slideElements":[32],"previousElements":[32],"nextElements":[32],"navigationTextElements":[32],"slideTo":[64],"slideToPrevious":[64],"slideToNext":[64]},null,{"disabled":["disabledWatcher","preventMouseDragWatcher","autoplayRunningWatcher","nextPrevDisabledWatcher"],"preventMouseDrag":["preventMouseDragWatcher"],"autoplay":["autoplayRunningWatcher"],"autoplayDisabledByMotionMedia":["autoplayRunningWatcher"],"autoplayDisabledByMouse":["autoplayRunningWatcher"],"autoplayDisabledByFocus":["autoplayRunningWatcher"],"autoplayDisabledByScroll":["autoplayRunningWatcher"],"autoplayDisabledByDrag":["autoplayRunningWatcher"],"autoplayTimeout":["autoplayRunningWatcher"],"slideElements":["snapAlignWatcher","inertWatcher","prevNextHiddenWatcher","nextPrevDisabledWatcher"],"currentSwipeSlides":["snapAlignWatcher"],"slide":["inertWatcher","nextPrevDisabledWatcher"],"variant":["inertWatcher","prevNextNavigationWatcher"],"currentSlides":["inertWatcher","prevNextHiddenWatcher","nextPrevDisabledWatcher"],"tabThrough":["inertWatcher","prevNextNavigationWatcher"],"nextElements":["prevNextNavigationWatcher","prevNextHiddenWatcher","nextPrevDisabledWatcher","nextElementsWatcher"],"previousElements":["prevNextNavigationWatcher","prevNextHiddenWatcher","nextPrevDisabledWatcher","previousElementsWatcher"],"navigationTextElements":["prevNextHiddenWatcher"]}]]],["p-0a26c99e",[[6,"stzh-details",{"open":[1540],"show":[64],"hide":[64],"toggle":[64]},null,{"open":["openWatcher"]}]]],["p-132985b6",[[6,"stzh-figure",{"caption":[1],"copyright":[1],"counter":[1],"heading":[1],"fullwidth":[516]}]]],["p-a672aaea",[[6,"stzh-sortable",{"localization":[16],"disabled":[516],"dataIdAttribute":[1,"data-id-attribute"],"container":[16],"ghostClone":[16],"filterElements":[1,"filter-elements"],"toArray":[64],"sort":[64],"moveItem":[64]},null,{"disabled":["disabledWatcher"],"filterElements":["filterElementsWatcher"]}]]],["p-9150836d",[[1,"stzh-sticky",{"variant":[513],"disableStickyTop":[516,"disable-sticky-top"],"disableStickyBottom":[516,"disable-sticky-bottom"],"bleeding":[516],"name":[1],"position":[513],"isStuckTop":[32],"isStuckBottom":[32],"hasReachedTopLimit":[32],"hasReachedBottomLimit":[32],"loaded":[32]},null,{"disableStickyTop":["disableStickyWatcher"],"disableStickyBottom":["disableStickyWatcher"],"isStuckTop":["stuckHeightWatcher","isStuckTopWatcher"],"isStuckBottom":["stuckHeightWatcher","isStuckBottomWatcher"],"hasReachedTopLimit":["stuckHeightWatcher"],"hasReachedBottomLimit":["stuckHeightWatcher"],"position":["positionWatcher"],"bleeding":["positionWatcher"]}]]],["p-1b31cd8a",[[6,"stzh-popover",{"open":[1540],"placement":[513],"fullwidth":[513],"variant":[513],"size":[513],"skidding":[2],"distance":[2],"label":[1],"strategy":[1],"localization":[16],"computedPlacement":[32],"isHeaderStuckAndViewportMicro":[32],"isBranchedOutToBody":[32],"hasStzhHeaderParent":[32],"show":[64],"hide":[64],"toggle":[64],"update":[64]},[[6,"click","handleOutsideClick"]],{"open":["openWatcher"],"distance":["distanceWatcher"]}],[6,"stzh-text",{"font":[1],"curve":[513],"lead":[516],"color":[513],"size":[1],"sizeSmall":[1,"size-small"],"sizeMedium":[1,"size-medium"],"sizeLarge":[1,"size-large"],"sizeUltra":[1,"size-ultra"]}]]],["p-35bf0d6a",[[6,"stzh-datepicker",{"calendarMin":[1,"calendar-min"],"calendarMax":[1,"calendar-max"],"calendarIsDateDisabled":[16],"name":[513],"value":[1025],"defaultValue":[1025,"default-value"],"label":[1],"labelHidden":[4,"label-hidden"],"readonly":[516],"disabled":[516],"description":[1],"descriptionLong":[1,"description-long"],"error":[1],"invalid":[516],"required":[516],"hideOptional":[516,"hide-optional"],"size":[513],"inline":[516],"dateAdapter":[16],"internalDateAdapter":[1,"internal-date-adapter"],"localization":[16],"calendarValue":[32],"inputValue":[32],"buttonLabel":[32],"setDate":[64],"getPopover":[64]},[[4,"reset","resetListener"]],{"localization":["createDateFormatters"],"value":["valueWatcher"],"dateAdapter":["dateAdapterWatcher"],"internalDateAdapter":["internalDateAdapterWatcher"]}],[6,"stzh-radio",{"localization":[16],"disabled":[516],"name":[513],"value":[1025],"invalid":[516],"required":[516],"hideOptional":[516,"hide-optional"],"checked":[1540],"defaultChecked":[1028,"default-checked"],"label":[1],"description":[1],"descriptionLong":[1,"description-long"],"descriptionLongTitle":[1,"description-long-title"],"error":[1],"a11yDescribedby":[1,"a11y-describedby"]},[[4,"reset","resetListener"]],{"error":["errorWatcher"]}],[6,"stzh-radiogroup",{"localization":[16],"disabled":[516],"name":[513],"legend":[1],"hideLegend":[516,"hide-legend"],"invalid":[516],"required":[516],"hideOptional":[516,"hide-optional"],"value":[1025],"defaultValue":[1025,"default-value"],"direction":[513],"description":[1],"descriptionLong":[1,"description-long"],"descriptionLongTitle":[1,"description-long-title"],"error":[1],"checkedRadio":[16],"preventUpdateProperties":[1,"prevent-update-properties"]},[[4,"reset","resetListener"],[0,"stzhChange","onChange"]],{"name":["watchName"],"disabled":["watchDisabled"],"required":["watchRequired"],"value":["watchValue"],"error":["errorWatcher"],"preventUpdateProperties":["preventUpdatePropertiesWatcher"]}]]],["p-92134b98",[[2,"stzh-pagination",{"total":[2],"name":[513],"value":[1026],"label":[1],"labelHidden":[4,"label-hidden"],"readonly":[516],"disabled":[516],"allowManualInput":[516,"allow-manual-input"],"description":[1],"descriptionLong":[1,"description-long"],"error":[1],"invalid":[516],"required":[516],"size":[513],"width":[513],"a11yDescribedby":[1,"a11y-describedby"],"localization":[16],"prev":[64],"next":[64]}],[1,"stzh-accordion-item",{"variant":[1],"collapsible":[4],"open":[1540],"disabled":[516],"heading":[1],"subtitle":[1],"description":[1],"icon":[1],"badge":[1],"badgeEmpty":[516,"badge-empty"],"badgeType":[513,"badge-type"],"headingLevel":[513,"heading-level"],"analyticsId":[1,"analytics-id"],"rootTabindex":[32],"_variant":[32],"show":[64],"hide":[64],"toggle":[64]},[[6,"keydown","handleKeydown"],[6,"keyup","handleKeyup"]],{"variant":["variantWatcher"],"open":["openWatcher"]}],[1,"stzh-accordion",{"variant":[513],"heading":[513],"collapsible":[4],"multiselectable":[4],"isNested":[32],"setItemFocus":[64]},[[0,"stzhOpen","openListener"]],{"variant":["variantWatcher"]}]]],["p-12d0d651",[[6,"stzh-ghettobox",{"hiddenTitle":[1,"hidden-title"],"mainTitle":[1,"main-title"],"description":[1],"hideClose":[4,"hide-close"],"localization":[16],"open":[32],"show":[64],"hide":[64]}],[6,"stzh-richtext",{"localization":[16],"removeFirstMargin":[516,"remove-first-margin"],"removeLastMargin":[516,"remove-last-margin"],"externalLinkSelector":[1,"external-link-selector"],"externalLinkIcon":[1,"external-link-icon"]}],[1,"stzh-show",{"mikro":[516],"small":[516],"medium":[516],"large":[516],"ultra":[516],"showFromDate":[1,"show-from-date"],"hideFromDate":[1,"hide-from-date"],"closeKey":[1,"close-key"]},[[0,"stzhClose","closeWatcher"]],{"showFromDate":["showFromDateWatcher"],"hideFromDate":["hideFromDateWatcher"]}]]],["p-6c6b8e8f",[[6,"stzh-buttongroup"]]],["p-b916b9f4",[[6,"stzh-loader",{"size":[1],"label":[1],"hideLabel":[4,"hide-label"]}]]],["p-15d008ea",[[6,"stzh-header",{"localization":[16],"href":[1],"menuId":[1,"menu-id"],"searchId":[1,"search-id"],"metanavId":[1,"metanav-id"],"languageId":[1,"language-id"],"logoType":[513,"logo-type"],"menuItems":[1,"menu-items"],"menuBackLabel":[1,"menu-back-label"],"metanavItems":[1,"metanav-items"],"userSpecificMetanavItemsNotLoggedIn":[16],"appNavItems":[1,"app-nav-items"],"userSpecificMetanavItemsEndpoint":[1,"user-specific-metanav-items-endpoint"],"languageActive":[1025,"language-active"],"languages":[1],"languagePreventUrlchange":[4,"language-prevent-urlchange"],"languageStay":[4,"language-stay"],"hideMetabar":[4,"hide-metabar"],"searchAction":[1,"search-action"],"searchFieldName":[1,"search-field-name"],"searchValue":[1,"search-value"],"sticky":[1],"loginErrorMessage":[1,"login-error-message"],"logoAnalyticsId":[1,"logo-analytics-id"],"_menuItems":[32],"_metanavItems":[32],"_userSpecificMetanavItemsNotLoggedIn":[32],"_appNavItems":[32],"_languages":[32],"hideLogo":[32],"headerHeight":[32],"paddingTop":[32],"stickyActive":[32],"flyoutOpen":[32],"flyoutSearchOpen":[32],"searchFilled":[32],"fixed":[32],"fixedTransition":[32],"currentOpenMenuItem":[32],"currentOpenMetanavItem":[32],"currentOpenLanguage":[32],"userSpecificMetanavItemsLoggedIn":[32],"combinedMetanavItems":[32],"updatePosition":[64]},[[4,"keydown","handleKeydown"],[0,"stzhOverlayCloseClick","flyoutCloseClicked"],[9,"scroll","scrollListener"]],{"flyoutOpen":["flyoutOpenWatcher","fixedWatcher"],"flyoutSearchOpen":["flyoutOpenWatcher","fixedWatcher"],"fixed":["fixedWatcher"],"headerHeight":["fixedWatcher"],"sticky":["stickyWatcher"],"searchValue":["searchValueWatcher"],"menuItems":["menuItemsWatcher"],"metanavItems":["metanavItemsWatcher"],"appNavItems":["appNavItemsWatcher"],"userSpecificMetanavItemsNotLoggedIn":["userSpecificMetanavItemsNotLoggedInWatcher"],"languages":["languagesWatcher"]}],[6,"stzh-checkbox",{"localization":[16],"disabled":[516],"name":[513],"value":[1025],"invalid":[516],"required":[516],"checked":[1540],"defaultChecked":[1028,"default-checked"],"label":[1],"description":[1],"descriptionLong":[1,"description-long"],"descriptionLongTitle":[1,"description-long-title"],"hideOptional":[516,"hide-optional"],"error":[1],"a11yDescribedby":[1,"a11y-describedby"]},[[4,"reset","resetListener"]],{"error":["errorWatcher"]}],[0,"stzh-olmap",{"localization":[16],"hostname":[1],"scaleControl":[4,"scale-control"],"layerControl":[4,"layer-control"],"printControl":[4,"print-control"],"locationControl":[4,"location-control"],"layer":[1025],"zoom":[2],"zoomLocation":[2,"zoom-location"],"center":[1],"centerMarker":[4,"center-marker"],"pinchRotateThreshold":[2,"pinch-rotate-threshold"],"resolutions":[1],"layers":[1],"getMap":[64],"getVisibleMarkers":[64],"findMarkerById":[64],"addIconMarker":[64],"addIconMarkers":[64],"updateViewToFitMarkers":[64],"removeAllIconMarkers":[64],"removeIconMarker":[64],"setIconMarkerActive":[64],"setIconMarkerInactive":[64],"setAllIconMarkersInactive":[64],"enableLocationTracking":[64],"disableLocationTracking":[64],"getDistance":[64]},[[8,"load","handleLoad"],[8,"deviceorientation","handleLoad"],[8,"pageshow","handleLoad"]],{"layers":["layersWatcher"],"resolutions":["resolutionsWatcher"],"zoom":["zoomWatcher"],"scaleControl":["scaleControlWatcher"],"printControl":["printControlWatcher"],"layerControl":["layerControlWatcher"],"locationControl":["locationControlWatcher"],"layer":["layerWatcher"],"center":["centerWatcher"],"centerMarker":["centerMarkerWatcher"]}],[6,"stzh-overlay",{"open":[1028],"stay":[4],"a11yLabel":[1,"a11y-label"],"show":[64],"hide":[64]}]]],["p-429d2a9b",[[6,"stzh-tag",{"label":[1],"href":[1],"target":[1],"nonInteractive":[516,"non-interactive"],"type":[513],"size":[513],"disabled":[516],"a11yTabindex":[1,"a11y-tabindex"],"a11yLabel":[1,"a11y-label"],"a11yDescribedby":[1,"a11y-describedby"],"analyticsId":[1,"analytics-id"],"removeAnalyticsId":[1,"remove-analytics-id"]}],[2,"stzh-breadcrumb",{"localization":[16],"variant":[513],"items":[1],"expanded":[1540],"hasHiddenItems":[32]},null,{"items":["itemsWatcher"],"expanded":["expandedWatcher"]}]]],["p-d058fc1e",[[6,"stzh-input",{"localization":[16],"multiline":[4],"rows":[2],"type":[513],"step":[2],"min":[2],"max":[2],"showSpin":[516,"show-spin"],"readonly":[516],"disabled":[516],"clearable":[516],"hideOptional":[516,"hide-optional"],"minlength":[2],"maxlength":[2],"name":[513],"value":[1025],"defaultValue":[1025,"default-value"],"description":[1],"descriptionLong":[1,"description-long"],"descriptionLongTitle":[1,"description-long-title"],"error":[1],"invalid":[516],"required":[516],"inputmode":[1],"autocomplete":[1],"noAutocomplete":[4,"no-autocomplete"],"label":[1],"labelHidden":[4,"label-hidden"],"size":[513],"a11yDescribedby":[1,"a11y-describedby"],"filled":[32],"showPassword":[32]},[[4,"reset","resetListener"]],{"value":["valueWatcher"],"error":["errorWatcher"],"type":["typeWatcher"]}]]],["p-3e2562b1",[[2,"stzh-status",{"percent":[2],"withLoadingbar":[516,"with-loadingbar"],"label":[1],"type":[513]}]]],["p-12851c24",[[6,"stzh-chipselect",{"localization":[16],"data":[1],"name":[513],"label":[1],"labelHidden":[4,"label-hidden"],"multiple":[1028],"value":[1025],"defaultValue":[1025,"default-value"],"description":[1],"descriptionLong":[1,"description-long"],"descriptionLongTitle":[1,"description-long-title"],"error":[1],"invalid":[516],"required":[516],"disabled":[516],"hideOptional":[516,"hide-optional"],"a11yDescribedby":[1,"a11y-describedby"],"activeFocusOptionIndex":[32]},[[4,"reset","resetListener"]],{"value":["valueWatcher"],"data":["dataWatcher"],"error":["errorWatcher"]}],[6,"stzh-chip",{"label":[1],"icon":[1],"href":[1],"target":[1],"nonInteractive":[516,"non-interactive"],"removable":[516],"inverted":[516],"variant":[513],"size":[513],"sizeSmall":[513,"size-small"],"sizeMedium":[513,"size-medium"],"sizeLarge":[513,"size-large"],"sizeUltra":[513,"size-ultra"],"type":[513],"counter":[1],"removeLabel":[1,"remove-label"],"active":[516],"disabled":[516],"a11yTabindex":[1,"a11y-tabindex"],"a11yLabel":[1,"a11y-label"],"a11yDescribedby":[1,"a11y-describedby"],"analyticsId":[1,"analytics-id"],"removeAnalyticsId":[1,"remove-analytics-id"]}]]],["p-da043311",[[4,"stzh-dropdown",{"options":[1],"optgroups":[1],"items":[1025],"defaultItems":[1040],"searchField":[1,"search-field"],"multiple":[516],"inline":[516],"maxOptions":[2,"max-options"],"searchConjunction":[1,"search-conjunction"],"transformLoadQuery":[1,"transform-load-query"],"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"],"value":[1025],"optgroupField":[1,"optgroup-field"],"optgroupLabelField":[1,"optgroup-label-field"],"optgroupValueField":[1,"optgroup-value-field"],"lockOptgroupOrder":[4,"lock-optgroup-order"],"name":[513],"open":[4],"isOpen":[516,"is-open"],"variant":[513],"size":[513],"sizeSmall":[513,"size-small"],"sizeMedium":[513,"size-medium"],"sizeLarge":[513,"size-large"],"sizeUltra":[513,"size-ultra"],"disabled":[516],"popoverPlacement":[513,"popover-placement"],"popoverFullwidth":[513,"popover-fullwidth"],"label":[1],"labelHidden":[4,"label-hidden"],"icon":[1],"iconAngle":[1,"icon-angle"],"noSearch":[4,"no-search"],"noBackspaceDelete":[4,"no-backspace-delete"],"invalid":[516],"required":[516],"hideOptional":[516,"hide-optional"],"description":[1],"descriptionLong":[1,"description-long"],"descriptionLongTitle":[1,"description-long-title"],"error":[1],"localization":[16],"a11yDescribedby":[1,"a11y-describedby"],"getValue":[64],"setValue":[64],"resetLoadedSearches":[64],"getLoadedSearches":[64],"getItems":[64],"loadItems":[64],"show":[64],"hide":[64]},[[4,"reset","resetListener"]],{"options":["optionsWatcher"],"items":["itemsWatcher"],"searchField":["searchFieldWatcher"],"optgroups":["optgroupsWatcher"],"error":["errorWatcher"]}]]],["p-909f7fc0",[[6,"stzh-datalist",{"variant":[513],"columns":[514],"columnsSmall":[514,"columns-small"],"columnsMedium":[514,"columns-medium"],"columnsLarge":[514,"columns-large"],"columnsUltra":[514,"columns-ultra"],"direction":[513],"directionSmall":[513,"direction-small"],"directionMedium":[513,"direction-medium"],"directionLarge":[513,"direction-large"],"directionUltra":[513,"direction-ultra"],"items":[1],"currentColumns":[32],"currentDirection":[32],"getCurrentDirection":[64]},null,{"direction":["directionWatcher"],"directionSmall":["directionWatcher"],"directionMedium":["directionWatcher"],"directionLarge":["directionWatcher"],"directionUltra":["directionWatcher"],"columns":["columnsWatcher"],"columnsSmall":["columnsWatcher"],"columnsMedium":["columnsWatcher"],"columnsLarge":["columnsWatcher"],"columnsUltra":["columnsWatcher"],"currentDirection":["currentDirectionWatcher"],"variant":["variantWatcher"],"items":["itemsWatcher"]}],[6,"stzh-datalist-item",{"localization":[16],"href":[513],"rel":[1],"target":[1],"download":[1],"leadingIcon":[1,"leading-icon"],"icon":[1],"iconPosition":[1,"icon-position"],"iconLabel":[1,"icon-label"],"iconTooltip":[1,"icon-tooltip"],"iconHref":[1,"icon-href"],"label":[1],"value":[1],"meta":[513],"statusLabel":[513,"status-label"],"statusType":[1,"status-type"],"a11yExpanded":[516,"a11y-expanded"],"a11yControls":[1,"a11y-controls"],"direction":[32],"variant":[32]},null,{"meta":["metaWatcher"],"rel":["externalWatcher"],"href":["hrefWatcher"]}]]],["p-37fbb5f0",[[6,"stzh-heading",{"level":[513],"curve":[513]}]]],["p-cb569e91",[[4,"stzh-clamp",{"localization":[16],"lines":[2],"linesSmall":[2,"lines-small"],"linesMedium":[2,"lines-medium"],"linesLarge":[2,"lines-large"],"linesUltra":[2,"lines-ultra"],"showExpandLink":[4,"show-expand-link"],"expanded":[1540],"clamped":[1540],"update":[64]}]]],["p-ee2401d8",[[6,"stzh-menu-item",{"variant":[513],"size":[513],"counter":[2],"badge":[1],"badgeType":[513,"badge-type"],"badgeEmpty":[516,"badge-empty"],"disabled":[516],"active":[516],"icon":[1],"label":[1],"href":[1],"target":[1],"a11yLabel":[1,"a11y-label"],"analyticsId":[1,"analytics-id"]}],[6,"stzh-menu"]]],["p-d789647a",[[6,"stzh-ratio",{"ratio":[513],"ratioSmall":[513,"ratio-small"],"ratioMedium":[513,"ratio-medium"],"ratioLarge":[513,"ratio-large"],"ratioUltra":[513,"ratio-ultra"],"portrait":[516],"fit":[513]}]]],["p-59a4008b",[[6,"stzh-button",{"localization":[16],"badge":[1],"noHyphenation":[4,"no-hyphenation"],"badgeType":[513,"badge-type"],"badgePosition":[513,"badge-position"],"badgeEmpty":[516,"badge-empty"],"fullwidth":[516],"rounded":[516],"size":[513],"sizeSmall":[513,"size-small"],"sizeMedium":[513,"size-medium"],"sizeLarge":[513,"size-large"],"sizeUltra":[513,"size-ultra"],"textAlign":[513,"text-align"],"variant":[513],"icon":[1],"iconPosition":[513,"icon-position"],"checked":[1540],"defaultChecked":[1028,"default-checked"],"name":[513],"value":[1025],"href":[1],"rel":[1],"target":[1],"download":[1],"type":[1],"disabled":[516],"active":[516],"label":[1],"effect":[1],"iconOnly":[516,"icon-only"],"noPaddingLeft":[516,"no-padding-left"],"noPaddingRight":[516,"no-padding-right"],"buttonAccesskey":[1,"button-accesskey"],"buttonId":[1,"button-id"],"showToggleIcon":[516,"show-toggle-icon"],"a11yLabel":[1,"a11y-label"],"a11yDescribedby":[1,"a11y-describedby"],"a11yExpanded":[516,"a11y-expanded"],"a11yDisabled":[516,"a11y-disabled"],"a11yControls":[1,"a11y-controls"],"a11yCurrent":[1,"a11y-current"],"a11yTabindex":[1,"a11y-tabindex"],"analyticsId":[1,"analytics-id"]},[[4,"reset","resetListener"]]],[6,"stzh-badge",{"label":[1],"type":[513]}],[1,"stzh-icon",{"name":[1],"a11yTitle":[1,"a11y-title"],"svgHtml":[32],"iconDisplay":[32]},null,{"name":["nameWatcher"],"a11yTitle":["a11yTitleWatcher"]}]]]]'),e)}));
1
+ import{p as e,d as a,N as t,H as i,b as l}from"./p-c7bfac7a.js";export{s as setNonce}from"./p-c7bfac7a.js";import{g as n}from"./p-57caee36.js";const o=()=>{{r(i.prototype)}const l=Array.from(a.querySelectorAll("script")).find((e=>new RegExp(`/${t}(\\.esm)?\\.js($|\\?|#)`).test(e.src)||e.getAttribute("data-stencil-namespace")===t));const n=import.meta.url;const o=(l||{})["data-opts"]||{};if(n!==""){o.resourcesUrl=new URL(".",n).href}return e(o)};const r=e=>{const a=e.cloneNode;e.cloneNode=function(e){if(this.nodeName==="TEMPLATE"){return a.call(this,e)}const t=a.call(this,false);const i=this.childNodes;if(e){for(let e=0;e<i.length;e++){if(i[e].nodeType!==2){t.appendChild(i[e].cloneNode(true))}}}return t}};o().then((e=>{n();return l(JSON.parse('[["p-9506f599",[[1,"stzh-geo-ref-data",{"heading":[513],"mapDataUrl":[513,"map-data-url"],"poiDataUrl":[513,"poi-data-url"],"baseUrlOverride":[1,"base-url-override"],"availableTags":[1,"available-tags"],"resetTag":[1,"reset-tag"],"searchIndexFields":[16],"searchIndexIdField":[1,"search-index-id-field"],"filterActive":[32],"searchActive":[32],"showOnlyResultsForCurrentExtent":[32],"finalResults":[32],"finalResultsPaginatedList":[32],"finalResultsPaginationOffset":[32],"viewmode":[32],"isViewportLarge":[32],"isViewportMedium":[32],"isInitialized":[32],"isOpen":[32],"isLoading":[32],"numberOfItemsToLoad":[32],"canLoadMore":[32]},[[0,"stzhMovePanZoom","mapMovedPannedOrZoomed"]],{"availableTags":["availableTagsWatcher"],"resetTag":["resetTagWatcher"]}]]],["p-2ca82cdb",[[2,"stzh-microsite-teaserlist",{"localization":[16],"api":[1],"tags":[1],"showItems":[1026,"show-items"],"stepItems":[2,"step-items"],"activeFilter":[32],"items":[32]},null,{"items":["filterHandler","tagsWatcher"],"showItems":["filterHandler"],"activeFilter":["filterHandler"],"tags":["tagsWatcher"],"api":["apiWatcher"]}]]],["p-9403c30b",[[4,"stzh-datatable",{"tableLayout":[1,"table-layout"],"localization":[16],"label":[1],"sortBy":[1025,"sort-by"],"sortDirection":[1025,"sort-direction"],"idField":[1,"id-field"],"rowHeaderField":[1,"row-header-field"],"hideSearch":[516,"hide-search"],"hideColumnHeadings":[516,"hide-column-headings"],"showList":[516,"show-list"],"page":[1026],"pageSize":[2,"page-size"],"csvUrl":[1,"csv-url"],"csvHeader":[4,"csv-header"],"csvDynamicTyping":[4,"csv-dynamic-typing"],"disableMinWidth":[516,"disable-min-width"],"rows":[1025],"columns":[1025],"query":[32],"hasScrollLeft":[32],"hasScrollRight":[32],"isScrollable":[32],"cellsStickyLeft":[32],"cellsStickyRight":[32],"toggleSort":[64]},null,{"csvUrls":["csvUrlsWatcher"],"rows":["rowsWatcher"],"columns":["columnsWatcher"],"sortBy":["sortByWatcher"],"sortDirection":["sortDirectionWatcher"]}]]],["p-b6f19446",[[2,"stzh-poilist",{"localization":[16],"api":[1],"currentOffset":[32],"meta":[32],"items":[32],"isLoading":[32],"dropdownOptions":[32],"activeSorting":[32],"latitude":[32],"longitude":[32],"geopositionError":[32],"loadingText":[32]},null,{"api":["apiWatcher"]}]]],["p-616ae3be",[[4,"stzh-search",{"localization":[16],"variant":[1],"breakout":[4],"autofetchMainFilters":[4,"autofetch-main-filters"],"autofetchAsideFilters":[4,"autofetch-aside-filters"],"hideMainFilters":[516,"hide-main-filters"],"hideAsideFilters":[516,"hide-aside-filters"],"api":[1],"debounceTime":[2,"debounce-time"],"limit":[2],"initialFetch":[4,"initial-fetch"],"preventUpdateUrl":[4,"prevent-update-url"],"hyphensEnabled":[516,"hyphens-enabled"],"templateResult":[1,"template-result"],"templateResultWrapperElement":[1,"template-result-wrapper-element"],"templateResultWrapperProps":[16],"resultHeadingLevel":[1,"result-heading-level"],"emptyText":[1,"empty-text"],"heading":[1],"emptyLinkHref":[1,"empty-link-href"],"emptyLinkLabel":[1,"empty-link-label"],"subscribeLabel":[1,"subscribe-label"],"subscribePath":[1,"subscribe-path"],"subscribeAdditionalQueryParameters":[1,"subscribe-additional-query-parameters"],"totalCount":[32],"loading":[32],"error":[32],"results":[32],"chipResultsHeading":[32],"chipResults":[32],"resultsHeading":[32],"resultsText":[32],"hasRequiredParams":[32],"firstFetched":[32],"initiallyFetched":[32],"isDetailsOpen":[32]},null,{"totalCount":["totalCountWatcher"],"results":["totalCountWatcher"],"preventUpdateUrl":["preventUpdateUrlWatcher"]}]]],["p-5d9912f3",[[6,"stzh-appointments",{"localization":[16],"disableSort":[4,"disable-sort"],"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]},null,{"dateAdapter":["dateAdapterWatcher"],"currentDate":["currentDateWatcher"],"sortBy":["sortByWatcher"],"value":["valueWatcher"],"appointments":["appointmentsWatcher"]}]]],["p-50c2a221",[[6,"stzh-card-searchresult",{"localization":[16],"href":[513],"target":[1],"download":[1],"analyticsId":[1,"analytics-id"],"heading":[1],"headingLevel":[1,"heading-level"],"description":[1],"tag":[1],"topic":[1],"service":[1],"dateline":[1],"meta":[1],"breadcrumbItems":[1,"breadcrumb-items"],"datalistItems":[1,"datalist-items"],"eventDateStart":[1,"event-date-start"],"eventDateEnd":[1,"event-date-end"],"eventLocation":[1,"event-location"],"imagePosition":[513,"image-position"],"downloadHeading":[1,"download-heading"],"downloadMeta":[1,"download-meta"],"dateAdapter":[16],"hyphensEnabled":[516,"hyphens-enabled"]},null,{"meta":["metaWatcher"],"downloadMeta":["downloadMetaWatcher"]}]]],["p-d1688313",[[6,"stzh-card-superteaser",{"localization":[16],"href":[513],"target":[1],"download":[1],"analyticsId":[1,"analytics-id"],"heading":[1],"headingLevel":[1,"heading-level"],"description":[1],"tag":[1],"topic":[1],"service":[1],"dateline":[1],"meta":[1],"breadcrumbItems":[1,"breadcrumb-items"],"datalistItems":[1,"datalist-items"],"eventDateStart":[1,"event-date-start"],"eventDateEnd":[1,"event-date-end"],"eventLocation":[1,"event-location"],"imagePosition":[513,"image-position"],"downloadHeading":[1,"download-heading"],"downloadMeta":[1,"download-meta"],"dateAdapter":[16],"hyphensEnabled":[516,"hyphens-enabled"]},null,{"meta":["metaWatcher"],"downloadMeta":["downloadMetaWatcher"]}]]],["p-ba32d7ef",[[2,"stzh-datamessagelist-item",{"localization":[16],"heading":[1],"unread":[4],"href":[1],"rel":[1],"target":[1],"description":[1],"icon":[1],"nonInteractive":[516,"non-interactive"],"loadingStatus":[1,"loading-status"],"meta":[1],"actions":[1],"tags":[1],"analyticsId":[1,"analytics-id"],"external":[32]},null,{"rel":["externalWatcher"],"loadingStatus":["loadingStatusWatcher"],"meta":["metaWatcher"],"actions":["actionsWatcher"],"tags":["tagsWatcher"]}]]],["p-d8265b82",[[0,"stzh-panorama",{"localization":[16],"caption":[1],"heading":[1],"copyright":[1],"scene":[1025],"sceneFadeDuration":[2,"scene-fade-duration"],"autoload":[4],"orientationOnByDefault":[4,"orientation-on-by-default"],"showControls":[4,"show-controls"],"showHotspots":[4,"show-hotspots"],"scenes":[1],"isOrientationSupported":[32],"isOrientationActive":[32],"isFullscreen":[32],"getViewer":[64]},null,{"scenes":["scenesWatcher","updateWatcher"],"scene":["sceneWatcher"],"autoload":["updateWatcher"],"type":["updateWatcher"],"localization":["updateWatcher"],"orientationOnByDefault":["updateWatcher"],"sceneFadeDuration":["updateWatcher"]}]]],["p-34613213",[[4,"stzh-upload",{"existingFiles":[1,"existing-files"],"name":[1],"label":[1],"heading":[1],"description":[1],"button":[1],"buttonScan":[1,"button-scan"],"photographingEnabled":[1028,"photographing-enabled"],"disableToasts":[4,"disable-toasts"],"url":[1],"method":[1],"withCredentials":[4,"with-credentials"],"disabled":[516],"invalid":[516],"downloadDisabled":[4,"download-disabled"],"downloadDisabledWhileProcessing":[4,"download-disabled-while-processing"],"error":[1],"acceptedFiles":[1,"accepted-files"],"autoProcessQueue":[4,"auto-process-queue"],"hideProgress":[4,"hide-progress"],"hideProgressWhileIdle":[4,"hide-progress-while-idle"],"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"],"preventHiddenInputClear":[4,"prevent-hidden-input-clear"],"localization":[16],"environment":[32],"isPhotographingAvailable":[32],"photographingUrlDetails":[32],"photographingHost":[32],"photographingConfig":[32],"photographingWebsocket":[32],"photographingToken":[32],"processQueue":[64],"removeFile":[64],"removeAllFiles":[64]},[[4,"reset","resetListener"]],{"name":["nameWatcher"],"maxFiles":["maxFilesWatcher"],"maxFilesize":["maxFilesizeWatcher"],"existingFiles":["existingFilesWatcher"],"disabled":["disabledWatcher"],"error":["errorWatcher"]}]]],["p-969a4f9a",[[2,"stzh-amount",{"minValue":[2,"min-value"],"maxValue":[2,"max-value"],"minValueDropdown":[2,"min-value-dropdown"],"maxValueDropdown":[2,"max-value-dropdown"],"value":[1025],"step":[2],"name":[513],"size":[513],"disabled":[516],"popoverPlacement":[513,"popover-placement"],"label":[1],"labelHidden":[4,"label-hidden"],"invalid":[516],"required":[516],"clearable":[516],"hideOptional":[516,"hide-optional"],"description":[1],"descriptionLong":[1,"description-long"],"error":[1025],"a11yDescribedby":[1,"a11y-describedby"],"localization":[16]},null,{"minValueDropdown":["minMaxValueDropdownWatcher"],"maxValueDropdown":["minMaxValueDropdownWatcher"]}]]],["p-970aa73f",[[0,"stzh-sitemap",{"items":[1]}]]],["p-d11565a5",[[4,"stzh-gallery",{"localization":[16],"ratio":[513],"ratioSmall":[513,"ratio-small"],"ratioMedium":[513,"ratio-medium"],"ratioLarge":[513,"ratio-large"],"ratioUltra":[513,"ratio-ultra"],"showItems":[1026,"show-items"],"carouselWithTrack":[4,"carousel-with-track"],"stepItems":[2,"step-items"],"images":[1],"variant":[1],"itemElement":[1,"item-element"],"carouselDisabled":[516,"carousel-disabled"],"carouselAutoplay":[1028,"carousel-autoplay"],"carouselAutoplayTimeout":[2,"carousel-autoplay-timeout"],"excludeFirstImage":[4,"exclude-first-image"],"openLightbox":[64]},[[8,"appload","apploadListener"]],{"showItems":["showItemsWatcher"],"images":["imagesWatcher"],"excludeFirstImage":["imagesWatcher"]}]]],["p-94947ab0",[[6,"stzh-pagebottom",{"localization":[16],"shareTitle":[1,"share-title"],"shareUrl":[1,"share-url"],"shareServices":[1,"share-services"],"shareDisabled":[516,"share-disabled"],"shareMailSubject":[1,"share-mail-subject"],"shareMailBody":[1,"share-mail-body"],"logoHref":[1,"logo-href"],"withPrint":[516,"with-print"],"printAnalyticsId":[1,"print-analytics-id"]}]]],["p-10c2c688",[[2,"stzh-archivelist",{"localization":[16],"showItems":[1026,"show-items"],"stepItems":[2,"step-items"],"heading":[1],"headingLevel":[1,"heading-level"],"items":[1]},null,{"items":["itemsWatcher"],"showItems":["showItemsWatcher"]}]]],["p-3e2b4d92",[[2,"stzh-saptcha",{"localization":[16],"numbers":[1],"value":[1025],"name":[513],"error":[1],"invalid":[516],"disabled":[516]},null,{"numbers":["numbersWatcher"],"error":["errorWatcher"]}]]],["p-20005e8d",[[2,"stzh-vbz-majorticker",{"api":[1],"data":[8],"moreInfoLink":[1,"more-info-link"],"dateAdapter":[16],"localization":[16],"showCloseKey":[1,"show-close-key"],"ghettoboxShown":[32],"getGhettoboxShown":[64],"getDisturbance":[64]},null,{"api":["apiWatcher"],"dateAdapter":["dateAdapterWatcher"],"data":["dataWatcher"]}]]],["p-21c351b4",[[6,"stzh-vbz-ticker",{"api":[1],"data":[8],"moreInfoLink":[1,"more-info-link"],"dateAdapter":[16],"localization":[16]},null,{"localization":["localizationWatcher"],"api":["apiWatcher"],"dateAdapter":["dateAdapterWatcher"],"data":["dataWatcher"]}]]],["p-49d356da",[[2,"stzh-homepage-service-highlights",{"topnewsItems":[1,"topnews-items"],"mostsearchedItems":[1,"mostsearched-items"]},null,{"topnewsItems":["topnewsItemsWatcher"],"mostsearchedItems":["mostsearchedItemsWatcher"]}]]],["p-dcfe93da",[[6,"stzh-youtube",{"localization":[16],"url":[1],"cookie":[1],"cookieExpires":[2,"cookie-expires"],"skipPreviewIfCookieAccepted":[4,"skip-preview-if-cookie-accepted"],"skipPreview":[4,"skip-preview"],"previewSkipped":[32]}]]],["p-1fd858a2",[[2,"stzh-anchornav",{"localization":[16],"items":[1]},null,{"items":["itemsWatcher"]}]]],["p-6200ab32",[[6,"stzh-audio",{"localization":[16],"src":[1],"preload":[1],"transcript":[1],"transcriptShown":[1028,"transcript-shown"],"downloadAnalyticsId":[1,"download-analytics-id"],"transcriptAnalyticsId":[1,"transcript-analytics-id"],"play":[64],"pause":[64]}]]],["p-40181f45",[[6,"stzh-contact",{"type":[1],"mainHeading":[1,"main-heading"],"mainHeadingLevel":[1,"main-heading-level"],"heading":[1],"headingLevel":[1,"heading-level"],"name":[1],"nameHeadingLevel":[1,"name-heading-level"],"address":[1],"street":[1],"streetInfo":[1,"street-info"],"postalCode":[1,"postal-code"],"location":[1],"imagePosition":[1,"image-position"],"numbers":[1],"emails":[1],"pobox":[1],"poboxHeading":[1,"pobox-heading"],"poboxTitle":[1,"pobox-title"],"poboxPostalCode":[1,"pobox-postal-code"],"poboxLocation":[1,"pobox-location"],"availabilityTitle":[1,"availability-title"],"availabilityTitleLevel":[1,"availability-title-level"],"availability":[1]},null,{"availability":["availabilityWatcher"],"numbers":["numbersWatcher"],"emails":["emailsWatcher"],"street":["streetWatcher"],"streetInfo":["streetInfoWatcher"]}]]],["p-0da740fe",[[6,"stzh-eventinfo",{"localization":[16],"monthHeadingLevel":[1,"month-heading-level"],"start":[1],"end":[1],"calendarUrl":[1,"calendar-url"],"calendarLabel":[1,"calendar-label"],"items":[1],"dateAdapter":[16]},null,{"items":["itemsWatcher"],"dateAdapter":["itemsWatcher"]}]]],["p-2096f3c6",[[2,"stzh-monthyearpicker",{"monthOpen":[4,"month-open"],"yearOpen":[4,"year-open"],"months":[1],"years":[1],"yearSortDirection":[1025,"year-sort-direction"],"min":[1],"max":[1],"minYear":[2,"min-year"],"maxYear":[2,"max-year"],"format":[513],"name":[513],"value":[1537],"popoverPlacement":[513,"popover-placement"],"monthLabel":[1,"month-label"],"yearLabel":[1,"year-label"],"readonly":[516],"disabled":[516],"required":[516],"hideOptional":[516,"hide-optional"],"size":[513],"descriptionMonth":[1,"description-month"],"descriptionYear":[1,"description-year"],"descriptionLongMonth":[1,"description-long-month"],"descriptionLongYear":[1,"description-long-year"],"errorMonth":[1,"error-month"],"errorYear":[1,"error-year"],"invalidMonth":[516,"invalid-month"],"invalidYear":[516,"invalid-year"],"a11yDescribedbyMonth":[1,"a11y-describedby"],"a11yDescribedbyYear":[1,"a11y-describedby"],"localization":[16]},[[2,"stzhChange","onDropdownChange"]],{"months":["monthsWatcher"],"years":["yearsWatcher"],"value":["minMaxWatcher"],"min":["minMaxWatcher"],"max":["minMaxWatcher"]}]]],["p-c0f3bdd7",[[2,"stzh-socialmediastream",{"items":[1],"gutterInPixel":[32]},null,{"items":["itemsWatcher"]}]]],["p-cca366c2",[[2,"stzh-timepicker",{"open":[4],"min":[2],"max":[2],"step":[2],"name":[513],"value":[1025],"popoverPlacement":[513,"popover-placement"],"label":[1],"readonly":[516],"disabled":[516],"description":[1],"descriptionLong":[1,"description-long"],"error":[1],"invalid":[516],"required":[516],"hideOptional":[516,"hide-optional"],"size":[513],"a11yDescribedby":[1,"a11y-describedby"],"localization":[16]},null,{"min":["minMaxWatcher"],"max":["minMaxWatcher"]}]]],["p-3cc6f193",[[6,"stzh-vbz-intro",{"localization":[16],"quicklinks":[1]},null,{"quicklinks":["quicklinksWatcher"]}]]],["p-08a7a4bb",[[6,"stzh-banner",{"label":[1],"hideClose":[4,"hide-close"],"localization":[16],"open":[32],"show":[64],"hide":[64]}]]],["p-69b647b4",[[6,"stzh-checkboxgroup",{"localization":[16],"disabled":[516],"name":[513],"legend":[1],"hideLegend":[516,"hide-legend"],"invalid":[516],"hideOptional":[516,"hide-optional"],"value":[1025],"defaultValue":[1040],"direction":[513],"description":[1],"descriptionLong":[1,"description-long"],"descriptionLongTitle":[1,"description-long-title"],"error":[1],"checkedCheckbox":[16],"preventUpdateProperties":[1,"prevent-update-properties"]},[[4,"reset","resetListener"],[2,"stzhChange","onChange"]],{"name":["watchName"],"disabled":["watchDisabled"],"hideOptional":["watchHideOptional"],"value":["watchValue"],"error":["errorWatcher"],"preventUpdateProperties":["preventUpdatePropertiesWatcher"]}]]],["p-a85458b6",[[6,"stzh-contact-cv",{"localization":[16],"jobtitle":[1],"responsibilities":[1],"trainings":[1],"hobbies":[1]},null,{"trainings":["trainingsWatcher"],"hobbies":["hobbiesWatcher"]}]]],["p-04b2db82",[[6,"stzh-daterange",{"localization":[16],"legend":[1],"rangeLinks":[1,"range-links"]},null,{"rangeLinks":["rangeLinksWatcher"]}]]],["p-23881aac",[[1,"stzh-disturber",{"localization":[16],"label":[1],"hideClose":[516,"hide-close"],"open":[516],"initialOpenAnimation":[4,"initial-open-animation"],"closeKey":[1,"close-key"],"show":[64],"hide":[64]},null,{"open":["openWatcher"]}]]],["p-d8ed8ce9",[[2,"stzh-editor",{"localization":[16],"heading":[1],"items":[1]},null,{"items":["itemsWatcher"]}]]],["p-e60c4497",[[4,"stzh-footer",{"localization":[16],"copyright":[1],"variant":[1],"mainUrl":[1,"main-url"]}]]],["p-62990cff",[[4,"stzh-readspeaker",{"href":[1],"openPlayer":[64],"closePlayer":[64]}]]],["p-693b30c3",[[6,"stzh-toggle",{"localization":[16],"disabled":[516],"name":[513],"value":[1025],"invalid":[516],"required":[516],"hideOptional":[516,"hide-optional"],"checked":[1540],"defaultChecked":[1028,"default-checked"],"label":[1],"labelPosition":[513,"label-position"],"description":[1],"descriptionLong":[1,"description-long"],"descriptionLongTitle":[1,"description-long-title"],"error":[1],"a11yDescribedby":[1,"a11y-describedby"]},[[4,"reset","resetListener"]],{"error":["errorWatcher"]}]]],["p-e04c7525",[[6,"stzh-cta",{"heading":[1],"lead":[1],"label":[1],"href":[1],"stickyDisabled":[4,"sticky-disabled"],"loaded":[32]}]]],["p-b79c68b7",[[6,"stzh-pi-content-navigation",{"href":[513],"target":[1],"analyticsId":[1,"analytics-id"],"navigationLevel":[513,"navigation-level"],"heading":[1],"headingLevel":[1,"heading-level"],"lead":[1]}]]],["p-b5c781bc",[[6,"stzh-progressbar",{"localization":[16],"data":[1],"index":[2],"steps":[2],"stepsSmall":[2,"steps-small"],"stepsMedium":[2,"steps-medium"],"stepsLarge":[2,"steps-large"],"stepsUltra":[2,"steps-ultra"],"clickDisabled":[4,"click-disabled"],"currentSteps":[32],"getItemData":[64]},null,{"steps":["stepsWatcher"],"stepsSmall":["stepsWatcher"],"stepsMedium":["stepsWatcher"],"stepsLarge":["stepsWatcher"],"stepsUltra":["stepsWatcher"],"data":["dataWatcher"]}]]],["p-c4383f33",[[1,"stzh-timeline-item",{"foldable":[4],"collapsible":[4],"open":[1540],"disabled":[516],"completed":[516],"heading":[1],"description":[1],"step":[514],"icon":[1],"badge":[1],"badgeEmpty":[516,"badge-empty"],"badgeType":[513,"badge-type"],"headingLevel":[513,"heading-level"],"analyticsId":[1,"analytics-id"],"rootTabindex":[32],"_foldable":[32],"show":[64],"hide":[64],"toggle":[64]},[[6,"keydown","handleKeydown"],[6,"keyup","handleKeyup"]],{"open":["openWatcher"],"foldable":["foldableWatcher"]}]]],["p-17ede8f9",[[6,"stzh-card-navigation",{"href":[513],"target":[1],"analyticsId":[1,"analytics-id"],"heading":[1],"headingLevel":[1,"heading-level"],"lead":[1],"hyphensEnabled":[516,"hyphens-enabled"]}]]],["p-0846f5a7",[[6,"stzh-fieldset",{"legend":[1],"hideLegend":[4,"hide-legend"],"legendLevel":[1,"legend-level"],"legendCurve":[1,"legend-curve"]}]]],["p-91d7c08d",[[6,"stzh-imagecomparison",{"localization":[16],"hintLeft":[1,"hint-left"],"hintRight":[1,"hint-right"],"value":[1026],"label":[1],"a11yDescribedby":[1,"a11y-describedby"]}]]],["p-10dc377b",[[6,"stzh-pagetitle",{"background":[513],"hyphensEnabled":[516,"hyphens-enabled"],"dateline":[1]},[[9,"resize","handleResize"],[0,"stzhOpen","handleStzhOpen"],[0,"stzhClose","handleStzhClose"]]]]],["p-8c4a421d",[[6,"stzh-pagetitle-home",{"hyphensEnabled":[516,"hyphens-enabled"],"isSmall":[32]}]]],["p-673f842d",[[1,"stzh-pi-menu",{"localization":[16],"breakout":[516],"menuItems":[1,"menu-items"],"open":[1540],"heading":[1],"subheading":[1],"headingLevel":[513,"heading-level"],"analyticsId":[1,"analytics-id"],"rootTabindex":[32],"isSmallOrMedium":[32],"show":[64],"hide":[64],"toggle":[64]},null,{"menuItems":["menuItemsWatcher"],"open":["openWatcher"]}]]],["p-231c5725",[[6,"stzh-pi-pagetitle",{"level":[514],"author":[513],"date":[513]},null,{"level":["handleLevelChange"]}]]],["p-47cb71af",[[6,"stzh-pi-teaser",{"href":[513],"target":[1],"analyticsId":[1,"analytics-id"],"dateline":[1],"heading":[1],"headingLevel":[1,"heading-level"],"lead":[1],"date":[1]}]]],["p-9cd5463f",[[1,"stzh-sticky-actions",{"pagetitleQuery":[1,"pagetitle-query"],"hasActiveScrollup":[32],"isSlotted":[32]},null,{"hasActiveScrollup":["hasActiveScrollupWatcher"]}]]],["p-05127d71",[[6,"stzh-vbz-carousel",{"autoplayTimeout":[2,"autoplay-timeout"]}]]],["p-9b1267a6",[[6,"stzh-actions",{"variant":[513],"spaceBetween":[516,"space-between"]}]]],["p-7d7ea996",[[6,"stzh-app-bar"]]],["p-9859afbf",[[1,"stzh-cell",{"span":[514],"spanSmall":[514,"span-small"],"spanMedium":[514,"span-medium"],"spanLarge":[514,"span-large"],"spanUltra":[514,"span-ultra"],"align":[513],"alignSelf":[513,"align-self"]}]]],["p-b87781f5",[[4,"stzh-chart",{"chartId":[1,"chart-id"],"create":[16]},null,{"create":["createWatcher"]}]]],["p-466263ff",[[6,"stzh-container",{"noMargin":[4,"no-margin"]}]]],["p-c8ead7fc",[[6,"stzh-content",{"variant":[513],"preventElementLayout":[516,"prevent-element-layout"]}]]],["p-d5e84340",[[4,"stzh-cspace",{"removeFirstMargin":[516,"remove-first-margin"],"removeLastMargin":[516,"remove-last-margin"],"preventRemoveNested":[513,"prevent-remove-nested"]},null,{"preventRemoveNested":["preventRemoveNestedWatcher"]}]]],["p-069e181f",[[6,"stzh-datamessagelist"]]],["p-14177ccb",[[6,"stzh-eventdata",{"label":[1]}]]],["p-dbb0e155",[[2,"stzh-flyingfocus",{"minimalEdgeSpace":[2,"minimal-edge-space"],"style":[32],"position":[32],"enabled":[32],"visible":[32],"helper":[32],"moving":[32],"reposition":[64]},[[4,"keydown","handleKeydown"],[5,"mousedown","handleMousedown"],[6,"focus","handleFocus"],[6,"stzhFocus","handleFocus"],[6,"blur","handleBlur"],[7,"scroll","handleScrollResize"],[11,"resize","handleScrollResize"]]]]],["p-fa0f8d1e",[[2,"stzh-hr"]]],["p-03434a4c",[[6,"stzh-invert"]]],["p-4b372c6a",[[2,"stzh-loadingbar",{"percent":[2],"hidePercent":[4,"hide-percent"],"label":[1]}]]],["p-1af97644",[[6,"stzh-page-skiplinks"]]],["p-db46a3bf",[[6,"stzh-pagecontent"]]],["p-8768408c",[[6,"stzh-pagetitle-hero",{"heading":[1],"headingId":[1,"heading-id"],"leadAuthor":[1,"lead-author"],"subtitle":[1]}]]],["p-b41d255f",[[2,"stzh-pi-quote",{"text":[1]}]]],["p-b047262a",[[1,"stzh-row",{"span":[514],"spanSmall":[514,"span-small"],"spanMedium":[514,"span-medium"],"spanLarge":[514,"span-large"],"spanUltra":[514,"span-ultra"],"justify":[513],"items":[513],"content":[513]}]]],["p-f0cf0932",[[1,"stzh-scrollup"]]],["p-b75800da",[[1,"stzh-section",{"variant":[513],"background":[513],"marginTop":[513,"margin-top"],"marginBottom":[513,"margin-bottom"],"paddingTop":[513,"padding-top"],"paddingBottom":[513,"padding-bottom"],"breakout":[516]}]]],["p-2c0dda6e",[[0,"stzh-skin-portal-mitwirken"]]],["p-d6cccf84",[[0,"stzh-skin-storybook-preview"]]],["p-c5db6adf",[[6,"stzh-skiplink",{"label":[1],"href":[1],"linkAccesskey":[1,"link-accesskey"],"linkTitle":[1,"link-title"],"analyticsId":[1,"analytics-id"],"focused":[32]},[[0,"focusin","focusinHandler"],[0,"focusout","focusoutHandler"]]]]],["p-8503fb10",[[1,"stzh-space",{"curve":[513],"size":[513],"sizeSmall":[513,"size-small"],"sizeMedium":[513,"size-medium"],"sizeLarge":[513,"size-large"],"sizeUltra":[513,"size-ultra"],"justify":[513],"items":[513],"around":[516],"border":[513]}]]],["p-68eb6a0f",[[4,"stzh-table",{"fixedLeft":[2,"fixed-left"],"fixedRight":[2,"fixed-right"],"disableMinWidth":[516,"disable-min-width"],"hasScrollLeft":[32],"hasScrollRight":[32],"isScrollable":[32],"cellsStickyLeft":[32],"cellsStickyRight":[32]},null,{"fixedLeft":["fixedCellWatcher"],"fixedRight":["fixedCellWatcher"]}]]],["p-d103910e",[[1,"stzh-textandimage",{"size":[513],"imagePosition":[513,"image-position"]}]]],["p-3ed2a581",[[1,"stzh-timeline",{"foldable":[4],"collapsible":[4],"multiselectable":[4],"setItemFocus":[64],"updateSteps":[64]},[[0,"stzhOpen","openListener"]],{"foldable":["foldableWatcher"]}]]],["p-a541744d",[[1,"stzh-twocolumns"]]],["p-1391115f",[[2,"stzh-vbz-connection-finder"]]],["p-d0830862",[[6,"stzh-visuallyhidden"]]],["p-1bc9a18d",[[1,"stzh-vspace",{"curve":[513],"size":[513],"sizeSmall":[513,"size-small"],"sizeMedium":[513,"size-medium"],"sizeLarge":[513,"size-large"],"sizeUltra":[513,"size-ultra"],"justify":[513],"items":[513],"around":[516],"aroundTop":[516,"around-top"],"aroundBottom":[516,"around-bottom"],"border":[513]}]]],["p-7bb2eb4e",[[6,"stzh-text",{"font":[1],"curve":[513],"lead":[516],"color":[513],"size":[1],"sizeSmall":[1,"size-small"],"sizeMedium":[1,"size-medium"],"sizeLarge":[1,"size-large"],"sizeUltra":[1,"size-ultra"]}]]],["p-0d092d58",[[6,"stzh-card",{"localization":[16],"variant":[513],"collapsed":[1540],"starred":[1540],"starrable":[516],"selectable":[516],"checked":[516],"name":[513],"href":[513],"target":[1],"value":[1025],"disabled":[516],"hyphensEnabled":[516,"hyphens-enabled"],"heading":[1],"headingLevel":[513,"heading-level"],"subtitle":[1],"headerActions":[1,"header-actions"],"headerActionsBadge":[1,"header-actions-badge"],"headerActionsBadgeType":[1,"header-actions-badge-type"],"footerActions":[1,"footer-actions"],"subtitleInteractive":[4,"subtitle-interactive"],"sortableDisabled":[516,"sortable-disabled"],"collapsible":[516],"hideMovementActions":[4,"hide-movement-actions"],"analyticsId":[1,"analytics-id"]},null,{"subtitle":["subtitleWatcher"],"headerActions":["headerActionsWatcher"],"footerActions":["footerActionsWatcher"]}]]],["p-a9216459",[[2,"stzh-poicard",{"item":[1]},null,{"item":["itemWatcher"]}]]],["p-4658be2c",[[6,"stzh-iframe",{"localization":[16],"iframeId":[1,"iframe-id"],"iframeErrorText":[1,"iframe-error-text"],"iframeResizerVariant":[1,"iframe-resizer-variant"],"iframeResizerHeightCorrection":[2,"iframe-resizer-height-correction"],"iframeResizerSecondlevelDomain":[1,"iframe-resizer-secondlevel-domain"],"name":[1],"sandbox":[1],"referrerpolicy":[1],"allow":[1],"width":[1],"height":[1],"src":[1],"cookie":[1],"cookieExpires":[2,"cookie-expires"],"cookieConfirmIcon":[1,"cookie-confirm-icon"],"cookieConfirmLabel":[1,"cookie-confirm-label"],"cookieConfirmText":[1,"cookie-confirm-text"],"previewLabel":[1,"preview-label"],"previewIcon":[1,"preview-icon"],"skipPreviewIfCookieAccepted":[4,"skip-preview-if-cookie-accepted"],"skipPreview":[4,"skip-preview"],"view":[32]},null,{"src":["srcWatcher"],"view":["viewWatcher"]}]]],["p-4c645ced",[[0,"stzh-socialmediastream-item",{"item":[1]},null,{"item":["itemWatcher"]}]]],["p-0c67b73d",[[6,"stzh-progressbar-item",{"label":[513],"disabled":[516],"first":[516],"last":[516],"passed":[516],"current":[516],"hide":[516],"dotted":[516],"step":[514],"icon":[513],"clickDisabled":[4,"click-disabled"],"analyticsId":[1,"analytics-id"]}]]],["p-109a885b",[[2,"stzh-vbz-linechip",{"line":[1],"active":[516],"alert":[516],"global":[516],"disabled":[516],"analyticsId":[1,"analytics-id"]}]]],["p-b2920d7f",[[6,"stzh-chipgroup"]]],["p-0b381244",[[1,"stzh-hspace",{"curve":[513],"size":[513],"sizeSmall":[513,"size-small"],"sizeMedium":[513,"size-medium"],"sizeLarge":[513,"size-large"],"sizeUltra":[513,"size-ultra"],"justify":[513],"items":[513],"around":[516],"aroundLeft":[516,"around-left"],"aroundRight":[516,"around-right"],"border":[513]}]]],["p-37a50532",[[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"],"closeAnalyticsId":[1,"close-analytics-id"],"show":[64],"hide":[64]},[[6,"click","handleOutsideClick"],[4,"keydown","handleKeydown"],[4,"click","handleOpenTriggerClick"]]],[1,"stzh-toastbar",{"hideAfter":[2,"hide-after"],"max":[2],"initialToasts":[1,"initial-toasts"],"toast":[64]},null,{"initialToasts":["initialToastsWatcher"]}]]],["p-8202e541",[[6,"stzh-tooltip",{"open":[1028],"label":[1],"content":[1],"placement":[1],"strategy":[1],"type":[513],"size":[513],"skidding":[2],"distance":[2],"interactive":[4],"trigger":[1],"localization":[16],"computedPlacement":[32],"show":[64],"hide":[64],"toggle":[64],"update":[64]},[[6,"click","handleDocumentClick"]],{"open":["openWatcher"],"trigger":["triggerWatcher"]}]]],["p-d29fd503",[[6,"stzh-popover",{"open":[1540],"placement":[513],"fullwidth":[513],"variant":[513],"size":[513],"skidding":[2],"distance":[2],"label":[1],"strategy":[1],"localization":[16],"computedPlacement":[32],"isHeaderStuckAndViewportMicro":[32],"isBranchedOutToBody":[32],"hasStzhHeaderParent":[32],"show":[64],"hide":[64],"toggle":[64],"update":[64]},[[6,"click","handleOutsideClick"]],{"open":["openWatcher"],"distance":["distanceWatcher"]}]]],["p-cb0bed3e",[[2,"stzh-actionset",{"localization":[16],"variant":[513],"popoverButtonVariant":[513,"popover-button-variant"],"popoverButtonSize":[513,"popover-button-size"],"popoverPlacement":[513,"popover-placement"],"actions":[1],"actionsCollapsed":[32],"dynamicActions":[32],"isSmall":[32],"isMedium":[32]},null,{"actions":["actionsWatcher"]}]]],["p-3ce84a88",[[2,"stzh-calendar",{"value":[1025],"min":[1],"max":[1],"firstDayOfWeek":[2,"first-day-of-week"],"localization":[16],"isDateDisabled":[16],"prevMonthAnalyticsId":[1,"prev-month-analytics-id"],"nextMonthAnalyticsId":[1,"next-month-analytics-id"],"activeFocus":[32],"focusedDay":[32],"setFocusedDay":[64],"setDate":[64]},null,{"localization":["createDateFormatters"],"value":["valueWatcher"]}]]],["p-6ccf25d4",[[2,"stzh-share",{"localization":[16],"url":[1],"mailSubject":[1,"mail-subject"],"mailBody":[1,"mail-body"],"services":[1]},null,{"services":["servicesWatcher"]}],[1,"stzh-print"]]],["p-ab6cc68f",[[1,"stzh-app-nav",{"localization":[16],"items":[16]}]]],["p-1e121c5f",[[6,"stzh-message",{"label":[1],"description":[1],"type":[513],"hideClose":[4,"hide-close"],"localization":[16],"open":[32],"show":[64],"hide":[64]}]]],["p-535c5b7e",[[1,"stzh-toast",{"label":[1],"type":[513],"hideClose":[516,"hide-close"],"open":[516],"initialOpenAnimation":[4,"initial-open-animation"],"localization":[16],"show":[64],"hide":[64]},null,{"open":["openWatcher"]}]]],["p-ef47c976",[[1,"stzh-list",{"variant":[513]}],[1,"stzh-list-item"]]],["p-3d3b7e7e",[[6,"stzh-carousel",{"localization":[16],"variant":[513],"disabled":[516],"noPeek":[516,"no-peek"],"slides":[2],"slidesSmall":[2,"slides-small"],"slidesMedium":[2,"slides-medium"],"slidesLarge":[2,"slides-large"],"slidesUltra":[2,"slides-ultra"],"slide":[2],"autoplay":[1028],"autoplayTimeout":[2,"autoplay-timeout"],"nonInteractive":[4,"non-interactive"],"preventMouseDrag":[4,"prevent-mouse-drag"],"preventAutoplayPause":[4,"prevent-autoplay-pause"],"preventAutoplayStop":[4,"prevent-autoplay-stop"],"tabThrough":[4,"tab-through"],"withTrack":[4,"with-track"],"scrollTimeout":[32],"distanceQuickSwipe":[32],"distancePreventClick":[32],"autoplayRunning":[32],"autoplayDisabledByMotionMedia":[32],"autoplayDisabledByMouse":[32],"autoplayDisabledByFocus":[32],"autoplayDisabledByScroll":[32],"autoplayDisabledByDrag":[32],"dragging":[32],"scrolling":[32],"ariaLive":[32],"currentSlides":[32],"currentSwipeSlides":[32],"slideElements":[32],"previousElements":[32],"nextElements":[32],"navigationTextElements":[32],"slideTo":[64],"slideToPrevious":[64],"slideToNext":[64]},null,{"disabled":["disabledWatcher","preventMouseDragWatcher","autoplayRunningWatcher","nextPrevDisabledWatcher"],"preventMouseDrag":["preventMouseDragWatcher"],"autoplay":["autoplayRunningWatcher"],"autoplayDisabledByMotionMedia":["autoplayRunningWatcher"],"autoplayDisabledByMouse":["autoplayRunningWatcher"],"autoplayDisabledByFocus":["autoplayRunningWatcher"],"autoplayDisabledByScroll":["autoplayRunningWatcher"],"autoplayDisabledByDrag":["autoplayRunningWatcher"],"autoplayTimeout":["autoplayRunningWatcher"],"slideElements":["snapAlignWatcher","inertWatcher","prevNextHiddenWatcher","nextPrevDisabledWatcher"],"currentSwipeSlides":["snapAlignWatcher"],"slide":["inertWatcher","nextPrevDisabledWatcher"],"variant":["inertWatcher","prevNextNavigationWatcher"],"currentSlides":["inertWatcher","prevNextHiddenWatcher","nextPrevDisabledWatcher"],"tabThrough":["inertWatcher","prevNextNavigationWatcher"],"nextElements":["prevNextNavigationWatcher","prevNextHiddenWatcher","nextPrevDisabledWatcher","nextElementsWatcher"],"previousElements":["prevNextNavigationWatcher","prevNextHiddenWatcher","nextPrevDisabledWatcher","previousElementsWatcher"],"navigationTextElements":["prevNextHiddenWatcher"]}]]],["p-0a26c99e",[[6,"stzh-details",{"open":[1540],"show":[64],"hide":[64],"toggle":[64]},null,{"open":["openWatcher"]}]]],["p-132985b6",[[6,"stzh-figure",{"caption":[1],"copyright":[1],"counter":[1],"heading":[1],"fullwidth":[516]}]]],["p-c6504f41",[[6,"stzh-overlay",{"open":[1028],"stay":[4],"a11yLabel":[1,"a11y-label"],"show":[64],"hide":[64]}]]],["p-9150836d",[[1,"stzh-sticky",{"variant":[513],"disableStickyTop":[516,"disable-sticky-top"],"disableStickyBottom":[516,"disable-sticky-bottom"],"bleeding":[516],"name":[1],"position":[513],"isStuckTop":[32],"isStuckBottom":[32],"hasReachedTopLimit":[32],"hasReachedBottomLimit":[32],"loaded":[32]},null,{"disableStickyTop":["disableStickyWatcher"],"disableStickyBottom":["disableStickyWatcher"],"isStuckTop":["stuckHeightWatcher","isStuckTopWatcher"],"isStuckBottom":["stuckHeightWatcher","isStuckBottomWatcher"],"hasReachedTopLimit":["stuckHeightWatcher"],"hasReachedBottomLimit":["stuckHeightWatcher"],"position":["positionWatcher"],"bleeding":["positionWatcher"]}]]],["p-1b2fb680",[[4,"stzh-dropdown",{"options":[1],"optgroups":[1],"items":[1025],"defaultItems":[1040],"searchField":[1,"search-field"],"multiple":[516],"inline":[516],"noWrap":[516,"no-wrap"],"maxOptions":[2,"max-options"],"searchConjunction":[1,"search-conjunction"],"transformLoadQuery":[1,"transform-load-query"],"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"],"value":[1025],"optgroupField":[1,"optgroup-field"],"optgroupLabelField":[1,"optgroup-label-field"],"optgroupValueField":[1,"optgroup-value-field"],"lockOptgroupOrder":[4,"lock-optgroup-order"],"name":[513],"open":[4],"isOpen":[516,"is-open"],"variant":[513],"size":[513],"sizeSmall":[513,"size-small"],"sizeMedium":[513,"size-medium"],"sizeLarge":[513,"size-large"],"sizeUltra":[513,"size-ultra"],"disabled":[516],"popoverPlacement":[513,"popover-placement"],"popoverFullwidth":[513,"popover-fullwidth"],"label":[1],"noLabelTruncate":[4,"no-label-truncate"],"labelHidden":[4,"label-hidden"],"icon":[1],"iconAngle":[1,"icon-angle"],"noSearch":[4,"no-search"],"noBackspaceDelete":[4,"no-backspace-delete"],"invalid":[516],"required":[516],"hideOptional":[516,"hide-optional"],"description":[1],"descriptionLong":[1,"description-long"],"descriptionLongTitle":[1,"description-long-title"],"error":[1],"localization":[16],"a11yDescribedby":[1,"a11y-describedby"],"getValue":[64],"setValue":[64],"resetLoadedSearches":[64],"getLoadedSearches":[64],"getItems":[64],"loadItems":[64],"show":[64],"hide":[64]},[[4,"reset","resetListener"]],{"options":["optionsWatcher"],"items":["itemsWatcher"],"searchField":["searchFieldWatcher"],"optgroups":["optgroupsWatcher"],"error":["errorWatcher"]}]]],["p-35bf0d6a",[[6,"stzh-datepicker",{"calendarMin":[1,"calendar-min"],"calendarMax":[1,"calendar-max"],"calendarIsDateDisabled":[16],"name":[513],"value":[1025],"defaultValue":[1025,"default-value"],"label":[1],"labelHidden":[4,"label-hidden"],"readonly":[516],"disabled":[516],"description":[1],"descriptionLong":[1,"description-long"],"error":[1],"invalid":[516],"required":[516],"hideOptional":[516,"hide-optional"],"size":[513],"inline":[516],"dateAdapter":[16],"internalDateAdapter":[1,"internal-date-adapter"],"localization":[16],"calendarValue":[32],"inputValue":[32],"buttonLabel":[32],"setDate":[64],"getPopover":[64]},[[4,"reset","resetListener"]],{"localization":["createDateFormatters"],"value":["valueWatcher"],"dateAdapter":["dateAdapterWatcher"],"internalDateAdapter":["internalDateAdapterWatcher"]}],[6,"stzh-radio",{"localization":[16],"disabled":[516],"name":[513],"value":[1025],"invalid":[516],"required":[516],"hideOptional":[516,"hide-optional"],"checked":[1540],"defaultChecked":[1028,"default-checked"],"label":[1],"description":[1],"descriptionLong":[1,"description-long"],"descriptionLongTitle":[1,"description-long-title"],"error":[1],"a11yDescribedby":[1,"a11y-describedby"]},[[4,"reset","resetListener"]],{"error":["errorWatcher"]}],[6,"stzh-radiogroup",{"localization":[16],"disabled":[516],"name":[513],"legend":[1],"hideLegend":[516,"hide-legend"],"invalid":[516],"required":[516],"hideOptional":[516,"hide-optional"],"value":[1025],"defaultValue":[1025,"default-value"],"direction":[513],"description":[1],"descriptionLong":[1,"description-long"],"descriptionLongTitle":[1,"description-long-title"],"error":[1],"checkedRadio":[16],"preventUpdateProperties":[1,"prevent-update-properties"]},[[4,"reset","resetListener"],[0,"stzhChange","onChange"]],{"name":["watchName"],"disabled":["watchDisabled"],"required":["watchRequired"],"value":["watchValue"],"error":["errorWatcher"],"preventUpdateProperties":["preventUpdatePropertiesWatcher"]}]]],["p-72c9db89",[[6,"stzh-header",{"localization":[16],"href":[1],"menuId":[1,"menu-id"],"searchId":[1,"search-id"],"metanavId":[1,"metanav-id"],"languageId":[1,"language-id"],"logoType":[513,"logo-type"],"menuItems":[1,"menu-items"],"menuBackLabel":[1,"menu-back-label"],"metanavItems":[1,"metanav-items"],"userSpecificMetanavItemsNotLoggedIn":[16],"appNavItems":[1,"app-nav-items"],"userSpecificMetanavItemsEndpoint":[1,"user-specific-metanav-items-endpoint"],"languageActive":[1025,"language-active"],"languages":[1],"languagePreventUrlchange":[4,"language-prevent-urlchange"],"languageStay":[4,"language-stay"],"hideMetabar":[4,"hide-metabar"],"searchAction":[1,"search-action"],"searchFieldName":[1,"search-field-name"],"searchValue":[1,"search-value"],"sticky":[1],"loginErrorMessage":[1,"login-error-message"],"logoAnalyticsId":[1,"logo-analytics-id"],"_menuItems":[32],"_metanavItems":[32],"_userSpecificMetanavItemsNotLoggedIn":[32],"_appNavItems":[32],"_languages":[32],"hideLogo":[32],"headerHeight":[32],"paddingTop":[32],"stickyActive":[32],"flyoutOpen":[32],"flyoutSearchOpen":[32],"searchFilled":[32],"fixed":[32],"fixedTransition":[32],"currentOpenMenuItem":[32],"currentOpenMetanavItem":[32],"currentOpenLanguage":[32],"userSpecificMetanavItemsLoggedIn":[32],"combinedMetanavItems":[32],"updatePosition":[64]},[[4,"keydown","handleKeydown"],[0,"stzhOverlayCloseClick","flyoutCloseClicked"],[9,"scroll","scrollListener"]],{"flyoutOpen":["flyoutOpenWatcher","fixedWatcher"],"flyoutSearchOpen":["flyoutOpenWatcher","fixedWatcher"],"fixed":["fixedWatcher"],"headerHeight":["fixedWatcher"],"sticky":["stickyWatcher"],"searchValue":["searchValueWatcher"],"menuItems":["menuItemsWatcher"],"metanavItems":["metanavItemsWatcher"],"appNavItems":["appNavItemsWatcher"],"userSpecificMetanavItemsNotLoggedIn":["userSpecificMetanavItemsNotLoggedInWatcher"],"languages":["languagesWatcher"]}],[6,"stzh-checkbox",{"localization":[16],"disabled":[516],"name":[513],"value":[1025],"invalid":[516],"required":[516],"checked":[1540],"defaultChecked":[1028,"default-checked"],"label":[1],"description":[1],"descriptionLong":[1,"description-long"],"descriptionLongTitle":[1,"description-long-title"],"hideOptional":[516,"hide-optional"],"error":[1],"a11yDescribedby":[1,"a11y-describedby"]},[[4,"reset","resetListener"]],{"error":["errorWatcher"]}],[0,"stzh-olmap",{"localization":[16],"hostname":[1],"scaleControl":[4,"scale-control"],"layerControl":[4,"layer-control"],"printControl":[4,"print-control"],"locationControl":[4,"location-control"],"layer":[1025],"zoom":[2],"zoomLocation":[2,"zoom-location"],"center":[1],"centerMarker":[4,"center-marker"],"pinchRotateThreshold":[2,"pinch-rotate-threshold"],"resolutions":[1],"layers":[1],"getMap":[64],"getVisibleMarkers":[64],"findMarkerById":[64],"addIconMarker":[64],"addIconMarkers":[64],"updateViewToFitMarkers":[64],"removeAllIconMarkers":[64],"removeIconMarker":[64],"setIconMarkerActive":[64],"setIconMarkerInactive":[64],"setAllIconMarkersInactive":[64],"enableLocationTracking":[64],"disableLocationTracking":[64],"getDistance":[64]},[[8,"load","handleLoad"],[8,"deviceorientation","handleLoad"],[8,"pageshow","handleLoad"]],{"layers":["layersWatcher"],"resolutions":["resolutionsWatcher"],"zoom":["zoomWatcher"],"scaleControl":["scaleControlWatcher"],"printControl":["printControlWatcher"],"layerControl":["layerControlWatcher"],"locationControl":["locationControlWatcher"],"layer":["layerWatcher"],"center":["centerWatcher"],"centerMarker":["centerMarkerWatcher"]}]]],["p-37fbb5f0",[[6,"stzh-heading",{"level":[513],"curve":[513]}]]],["p-92134b98",[[2,"stzh-pagination",{"total":[2],"name":[513],"value":[1026],"label":[1],"labelHidden":[4,"label-hidden"],"readonly":[516],"disabled":[516],"allowManualInput":[516,"allow-manual-input"],"description":[1],"descriptionLong":[1,"description-long"],"error":[1],"invalid":[516],"required":[516],"size":[513],"width":[513],"a11yDescribedby":[1,"a11y-describedby"],"localization":[16],"prev":[64],"next":[64]}],[1,"stzh-accordion-item",{"variant":[1],"collapsible":[4],"open":[1540],"disabled":[516],"heading":[1],"subtitle":[1],"description":[1],"icon":[1],"badge":[1],"badgeEmpty":[516,"badge-empty"],"badgeType":[513,"badge-type"],"headingLevel":[513,"heading-level"],"analyticsId":[1,"analytics-id"],"rootTabindex":[32],"_variant":[32],"show":[64],"hide":[64],"toggle":[64]},[[6,"keydown","handleKeydown"],[6,"keyup","handleKeyup"]],{"variant":["variantWatcher"],"open":["openWatcher"]}],[1,"stzh-accordion",{"variant":[513],"heading":[513],"collapsible":[4],"multiselectable":[4],"isNested":[32],"setItemFocus":[64]},[[0,"stzhOpen","openListener"]],{"variant":["variantWatcher"]}]]],["p-35d842ce",[[6,"stzh-chipselect",{"localization":[16],"data":[1],"name":[513],"label":[1],"labelHidden":[4,"label-hidden"],"multiple":[1028],"value":[1025],"defaultValue":[1025,"default-value"],"description":[1],"descriptionLong":[1,"description-long"],"descriptionLongTitle":[1,"description-long-title"],"error":[1],"invalid":[516],"required":[516],"disabled":[516],"hideOptional":[516,"hide-optional"],"a11yDescribedby":[1,"a11y-describedby"],"activeFocusOptionIndex":[32]},[[4,"reset","resetListener"]],{"value":["valueWatcher"],"data":["dataWatcher"],"error":["errorWatcher"]}]]],["p-12d0d651",[[6,"stzh-ghettobox",{"hiddenTitle":[1,"hidden-title"],"mainTitle":[1,"main-title"],"description":[1],"hideClose":[4,"hide-close"],"localization":[16],"open":[32],"show":[64],"hide":[64]}],[6,"stzh-richtext",{"localization":[16],"removeFirstMargin":[516,"remove-first-margin"],"removeLastMargin":[516,"remove-last-margin"],"externalLinkSelector":[1,"external-link-selector"],"externalLinkIcon":[1,"external-link-icon"]}],[1,"stzh-show",{"mikro":[516],"small":[516],"medium":[516],"large":[516],"ultra":[516],"showFromDate":[1,"show-from-date"],"hideFromDate":[1,"hide-from-date"],"closeKey":[1,"close-key"]},[[0,"stzhClose","closeWatcher"]],{"showFromDate":["showFromDateWatcher"],"hideFromDate":["hideFromDateWatcher"]}]]],["p-6c6b8e8f",[[6,"stzh-buttongroup"]]],["p-429d2a9b",[[6,"stzh-tag",{"label":[1],"href":[1],"target":[1],"nonInteractive":[516,"non-interactive"],"type":[513],"size":[513],"disabled":[516],"a11yTabindex":[1,"a11y-tabindex"],"a11yLabel":[1,"a11y-label"],"a11yDescribedby":[1,"a11y-describedby"],"analyticsId":[1,"analytics-id"],"removeAnalyticsId":[1,"remove-analytics-id"]}],[2,"stzh-breadcrumb",{"localization":[16],"variant":[513],"items":[1],"expanded":[1540],"hasHiddenItems":[32]},null,{"items":["itemsWatcher"],"expanded":["expandedWatcher"]}]]],["p-b916b9f4",[[6,"stzh-loader",{"size":[1],"label":[1],"hideLabel":[4,"hide-label"]}]]],["p-59a4008b",[[6,"stzh-button",{"localization":[16],"badge":[1],"noHyphenation":[4,"no-hyphenation"],"badgeType":[513,"badge-type"],"badgePosition":[513,"badge-position"],"badgeEmpty":[516,"badge-empty"],"fullwidth":[516],"rounded":[516],"size":[513],"sizeSmall":[513,"size-small"],"sizeMedium":[513,"size-medium"],"sizeLarge":[513,"size-large"],"sizeUltra":[513,"size-ultra"],"textAlign":[513,"text-align"],"variant":[513],"icon":[1],"iconPosition":[513,"icon-position"],"checked":[1540],"defaultChecked":[1028,"default-checked"],"name":[513],"value":[1025],"href":[1],"rel":[1],"target":[1],"download":[1],"type":[1],"disabled":[516],"active":[516],"label":[1],"effect":[1],"iconOnly":[516,"icon-only"],"noPaddingLeft":[516,"no-padding-left"],"noPaddingRight":[516,"no-padding-right"],"buttonAccesskey":[1,"button-accesskey"],"buttonId":[1,"button-id"],"showToggleIcon":[516,"show-toggle-icon"],"a11yLabel":[1,"a11y-label"],"a11yDescribedby":[1,"a11y-describedby"],"a11yExpanded":[516,"a11y-expanded"],"a11yDisabled":[516,"a11y-disabled"],"a11yControls":[1,"a11y-controls"],"a11yCurrent":[1,"a11y-current"],"a11yTabindex":[1,"a11y-tabindex"],"analyticsId":[1,"analytics-id"]},[[4,"reset","resetListener"]]],[6,"stzh-badge",{"label":[1],"type":[513]}],[1,"stzh-icon",{"name":[1],"a11yTitle":[1,"a11y-title"],"svgHtml":[32],"iconDisplay":[32]},null,{"name":["nameWatcher"],"a11yTitle":["a11yTitleWatcher"]}]]],["p-4e2db8e9",[[6,"stzh-cardlist",{"localization":[16],"layout":[513],"description":[1],"showToggleLink":[516,"show-toggle-link"],"sortableEnabled":[4,"sortable-enabled"],"sortableDataIdAttribute":[1,"sortable-data-id-attribute"],"allCollapsed":[32],"isStzhAnchornavVisible":[32]},[[0,"stzhCollapse","collapseListener"]]],[6,"stzh-sortable",{"localization":[16],"disabled":[516],"dataIdAttribute":[1,"data-id-attribute"],"container":[16],"ghostClone":[16],"filterElements":[1,"filter-elements"],"toArray":[64],"sort":[64],"moveItem":[64]},null,{"disabled":["disabledWatcher"],"filterElements":["filterElementsWatcher"]}]]],["p-c4bbdbfe",[[6,"stzh-input",{"localization":[16],"multiline":[4],"rows":[2],"type":[513],"step":[2],"min":[2],"max":[2],"showSpin":[516,"show-spin"],"readonly":[516],"disabled":[516],"clearable":[516],"hideOptional":[516,"hide-optional"],"minlength":[2],"maxlength":[2],"name":[513],"value":[1025],"defaultValue":[1025,"default-value"],"description":[1],"descriptionLong":[1,"description-long"],"descriptionLongTitle":[1,"description-long-title"],"error":[1],"invalid":[516],"required":[516],"inputmode":[1],"autocomplete":[1],"noAutocomplete":[4,"no-autocomplete"],"label":[1],"noLabelTruncate":[4,"no-label-truncate"],"labelHidden":[4,"label-hidden"],"size":[513],"a11yDescribedby":[1,"a11y-describedby"],"filled":[32],"showPassword":[32]},[[4,"reset","resetListener"]],{"value":["valueWatcher"],"error":["errorWatcher"],"type":["typeWatcher"]}]]],["p-8c4d543d",[[6,"stzh-chip",{"label":[1],"icon":[1],"href":[1],"target":[1],"nonInteractive":[516,"non-interactive"],"removable":[516],"inverted":[516],"variant":[513],"size":[513],"sizeSmall":[513,"size-small"],"sizeMedium":[513,"size-medium"],"sizeLarge":[513,"size-large"],"sizeUltra":[513,"size-ultra"],"type":[513],"counter":[1],"removeLabel":[1,"remove-label"],"active":[516],"disabled":[516],"a11yTabindex":[1,"a11y-tabindex"],"a11yLabel":[1,"a11y-label"],"a11yDescribedby":[1,"a11y-describedby"],"analyticsId":[1,"analytics-id"],"removeAnalyticsId":[1,"remove-analytics-id"]}]]],["p-3e2562b1",[[2,"stzh-status",{"percent":[2],"withLoadingbar":[516,"with-loadingbar"],"label":[1],"type":[513]}]]],["p-909f7fc0",[[6,"stzh-datalist",{"variant":[513],"columns":[514],"columnsSmall":[514,"columns-small"],"columnsMedium":[514,"columns-medium"],"columnsLarge":[514,"columns-large"],"columnsUltra":[514,"columns-ultra"],"direction":[513],"directionSmall":[513,"direction-small"],"directionMedium":[513,"direction-medium"],"directionLarge":[513,"direction-large"],"directionUltra":[513,"direction-ultra"],"items":[1],"currentColumns":[32],"currentDirection":[32],"getCurrentDirection":[64]},null,{"direction":["directionWatcher"],"directionSmall":["directionWatcher"],"directionMedium":["directionWatcher"],"directionLarge":["directionWatcher"],"directionUltra":["directionWatcher"],"columns":["columnsWatcher"],"columnsSmall":["columnsWatcher"],"columnsMedium":["columnsWatcher"],"columnsLarge":["columnsWatcher"],"columnsUltra":["columnsWatcher"],"currentDirection":["currentDirectionWatcher"],"variant":["variantWatcher"],"items":["itemsWatcher"]}],[6,"stzh-datalist-item",{"localization":[16],"href":[513],"rel":[1],"target":[1],"download":[1],"leadingIcon":[1,"leading-icon"],"icon":[1],"iconPosition":[1,"icon-position"],"iconLabel":[1,"icon-label"],"iconTooltip":[1,"icon-tooltip"],"iconHref":[1,"icon-href"],"label":[1],"value":[1],"meta":[513],"statusLabel":[513,"status-label"],"statusType":[1,"status-type"],"a11yExpanded":[516,"a11y-expanded"],"a11yControls":[1,"a11y-controls"],"direction":[32],"variant":[32]},null,{"meta":["metaWatcher"],"rel":["externalWatcher"],"href":["hrefWatcher"]}]]],["p-ee2401d8",[[6,"stzh-menu-item",{"variant":[513],"size":[513],"counter":[2],"badge":[1],"badgeType":[513,"badge-type"],"badgeEmpty":[516,"badge-empty"],"disabled":[516],"active":[516],"icon":[1],"label":[1],"href":[1],"target":[1],"a11yLabel":[1,"a11y-label"],"analyticsId":[1,"analytics-id"]}],[6,"stzh-menu"]]],["p-d789647a",[[6,"stzh-ratio",{"ratio":[513],"ratioSmall":[513,"ratio-small"],"ratioMedium":[513,"ratio-medium"],"ratioLarge":[513,"ratio-large"],"ratioUltra":[513,"ratio-ultra"],"portrait":[516],"fit":[513]}]]],["p-f9410f3d",[[6,"stzh-link",{"localization":[16],"icon":[1],"iconPosition":[513,"icon-position"],"height":[513],"size":[513],"sizeSmall":[513,"size-small"],"sizeMedium":[513,"size-medium"],"sizeLarge":[513,"size-large"],"sizeUltra":[513,"size-ultra"],"href":[1],"rel":[1],"target":[1],"download":[1],"type":[1],"variant":[513],"fullwidth":[516],"textAlign":[513,"text-align"],"badge":[1],"badgeType":[513,"badge-type"],"badgeEmpty":[516,"badge-empty"],"badgePosition":[513,"badge-position"],"disabled":[516],"active":[516],"iconOnly":[516,"icon-only"],"label":[1],"linkAccesskey":[1,"link-accesskey"],"linkId":[1,"link-id"],"a11yLabel":[1,"a11y-label"],"a11yDescribedby":[1,"a11y-describedby"],"a11yExpanded":[516,"a11y-expanded"],"a11yDisabled":[516,"a11y-disabled"],"a11yControls":[1,"a11y-controls"],"a11yTabindex":[1,"a11y-tabindex"],"a11yCurrent":[1,"a11y-current"],"analyticsId":[1,"analytics-id"]}]]],["p-cb569e91",[[4,"stzh-clamp",{"localization":[16],"lines":[2],"linesSmall":[2,"lines-small"],"linesMedium":[2,"lines-medium"],"linesLarge":[2,"lines-large"],"linesUltra":[2,"lines-ultra"],"showExpandLink":[4,"show-expand-link"],"expanded":[1540],"clamped":[1540],"update":[64]}]]]]'),e)}));
2
2
  //# sourceMappingURL=stzh-components.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["patchBrowser","patchCloneNodeFix","H","prototype","scriptElm","Array","from","doc","querySelectorAll","find","s","RegExp","NAMESPACE","test","src","getAttribute","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","HTMLElementPrototype","nativeCloneNodeFn","cloneNode","deep","this","nodeName","call","clonedNode","srcChildNodes","childNodes","i","length","nodeType","appendChild","then","options","globalScripts","bootstrapLazy","JSON","parse"],"sources":["node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.3.0 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, doc, promiseResolve, H } from '@stencil/core';\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = BUILD.scriptDataOpts\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})['data-opts'] || {} : {};\n if (importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n }\n return promiseResolve(opts);\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"+IAKA,MAAMA,EAAe,KAKO,CAEpBC,EAAkBC,EAAEC,UAC5B,CAaI,MAAMC,EACAC,MAAMC,KAAKC,EAAIC,iBAAiB,WAAWC,MAAMC,GAAM,IAAIC,OAAO,IAAKC,4BAAoCC,KAAKH,EAAEI,MAChHJ,EAAEK,aAAa,4BAA8BH,IAErD,MAAMI,cAAyBC,IAC/B,MAAMC,GAA+Bd,GAAa,IAAI,cAAgB,GACtE,GAAIY,IAAe,GAAI,CACnBE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IACrD,CACI,OAAOC,EAAeJ,EAAK,EAE/B,MAAMjB,EAAqBsB,IACvB,MAAMC,EAAoBD,EAAqBE,UAC/CF,EAAqBE,UAAY,SAAUC,GACvC,GAAIC,KAAKC,WAAa,WAAY,CAC9B,OAAOJ,EAAkBK,KAAKF,KAAMD,EAChD,CACQ,MAAMI,EAAaN,EAAkBK,KAAKF,KAAM,OAChD,MAAMI,EAAgBJ,KAAKK,WAC3B,GAAIN,EAAM,CACN,IAAK,IAAIO,EAAI,EAAGA,EAAIF,EAAcG,OAAQD,IAAK,CAE3C,GAAIF,EAAcE,GAAGE,WAAa,EAAG,CACjCL,EAAWM,YAAYL,EAAcE,GAAGR,UAAU,MACtE,CACA,CACA,CACQ,OAAOK,CACf,CAAK,EClDL9B,IAAeqC,MAAKC,IAClBC,IACA,OAAOC,EAAcC,KAAAC,MAAA,mhhDAAuCJ,EAAA"}
1
+ {"version":3,"names":["patchBrowser","patchCloneNodeFix","H","prototype","scriptElm","Array","from","doc","querySelectorAll","find","s","RegExp","NAMESPACE","test","src","getAttribute","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","HTMLElementPrototype","nativeCloneNodeFn","cloneNode","deep","this","nodeName","call","clonedNode","srcChildNodes","childNodes","i","length","nodeType","appendChild","then","options","globalScripts","bootstrapLazy","JSON","parse"],"sources":["node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.3.0 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, doc, promiseResolve, H } from '@stencil/core';\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = BUILD.scriptDataOpts\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})['data-opts'] || {} : {};\n if (importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n }\n return promiseResolve(opts);\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"+IAKA,MAAMA,EAAe,KAKO,CAEpBC,EAAkBC,EAAEC,UAC5B,CAaI,MAAMC,EACAC,MAAMC,KAAKC,EAAIC,iBAAiB,WAAWC,MAAMC,GAAM,IAAIC,OAAO,IAAKC,4BAAoCC,KAAKH,EAAEI,MAChHJ,EAAEK,aAAa,4BAA8BH,IAErD,MAAMI,cAAyBC,IAC/B,MAAMC,GAA+Bd,GAAa,IAAI,cAAgB,GACtE,GAAIY,IAAe,GAAI,CACnBE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IACrD,CACI,OAAOC,EAAeJ,EAAK,EAE/B,MAAMjB,EAAqBsB,IACvB,MAAMC,EAAoBD,EAAqBE,UAC/CF,EAAqBE,UAAY,SAAUC,GACvC,GAAIC,KAAKC,WAAa,WAAY,CAC9B,OAAOJ,EAAkBK,KAAKF,KAAMD,EAChD,CACQ,MAAMI,EAAaN,EAAkBK,KAAKF,KAAM,OAChD,MAAMI,EAAgBJ,KAAKK,WAC3B,GAAIN,EAAM,CACN,IAAK,IAAIO,EAAI,EAAGA,EAAIF,EAAcG,OAAQD,IAAK,CAE3C,GAAIF,EAAcE,GAAGE,WAAa,EAAG,CACjCL,EAAWM,YAAYL,EAAcE,GAAGR,UAAU,MACtE,CACA,CACA,CACQ,OAAOK,CACf,CAAK,EClDL9B,IAAeqC,MAAKC,IAClBC,IACA,OAAOC,EAAcC,KAAAC,MAAA,ujjDAAuCJ,EAAA"}
@@ -5,7 +5,9 @@
5
5
  */
6
6
  export declare class StzhActions {
7
7
  /** Variant determining what position the action buttons are */
8
- variant: "form" | "dialog" | "process" | "cta";
8
+ variant: "form" | "dialog" | "process" | "search";
9
+ /** Whether to split tertiary and primary/secondary from each other (left and right). */
10
+ spaceBetween: boolean;
9
11
  element: HTMLStzhActionsElement;
10
12
  private observer;
11
13
  private init;
@@ -12,6 +12,10 @@ export declare class StzhArchivelist {
12
12
  private _initialShowItems;
13
13
  /** Nr of items loaded when more link is clicked */
14
14
  stepItems: number;
15
+ /** Heading */
16
+ heading: string;
17
+ /** Heading level */
18
+ headingLevel: "1" | "2" | "3" | "4";
15
19
  /**
16
20
  * Initial selected values.
17
21
  * Array of objects with `label`, `href`, optionally: `dateline`, `description`, `labelClamp` and `descriptionClamp` attribute:
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from "../../stencil-public-runtime";
2
- import { StzhCardHeaderAction, StzhActionsetItem, StzhCardCollapseEvent, StzhCardSubtitleClickEvent, StzhCardStarClickEvent, StzhCardClickEvent, StzhCardHeaderActionClickEvent } from "../../index";
3
- import { StzhCardLocalizedText } from './stzh-card.localization';
2
+ import { StzhActionsetItem, StzhCardClickEvent, StzhCardCollapseEvent, StzhCardHeaderAction, StzhCardHeaderActionClickEvent, StzhCardStarClickEvent, StzhCardSubtitleClickEvent } from "../../index";
3
+ import { StzhCardLocalizedText } from "./stzh-card.localization";
4
4
  /**
5
5
  * @slot heading - Slot for heading
6
6
  * @slot image - Slot for optional image element
@@ -36,6 +36,8 @@ export declare class StzhCard {
36
36
  value: string;
37
37
  /** Whether the element is disabled or not (if card is selectable) */
38
38
  disabled: boolean;
39
+ /** Automatic Hyphens */
40
+ hyphensEnabled: boolean;
39
41
  /** Heading (or use heading slot instead) */
40
42
  heading: string;
41
43
  /** Heading level */
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from "../../stencil-public-runtime";
2
2
  import { StzhDropdownSize, StzhDropdownOption, StzhDropdownChangeEvent, StzhDropdownItemAddEvent, StzhDropdownItemRemoveEvent, StzhDropdownOptionAddEvent, StzhDropdownOptionRemoveEvent, StzhDropdownOpenEvent, StzhDropdowCloseEvent, StzhDropdownFocusEvent, StzhDropdownBlurEvent, StzhDropdowInitEvent } from "../../index";
3
- import { StzhDropdownLocalizedText } from './stzh-dropdown.localization';
3
+ import { StzhDropdownLocalizedText } from "./stzh-dropdown.localization";
4
4
  /**
5
5
  * @slot label - Slot for label content
6
6
  * @slot description - Slot for description
@@ -41,6 +41,8 @@ export declare class StzhDropdown {
41
41
  multiple: boolean;
42
42
  /** Show inline (auto width) */
43
43
  inline: boolean;
44
+ /** Don't wrap words when using inline (auto width) */
45
+ noWrap: boolean;
44
46
  /** The max number of options to display in the dropdown. Set to `null` for an unlimited number of options. */
45
47
  maxOptions: number | null;
46
48
  /** When searching for multiple terms (separated by space), this is the operator used. Can be 'and' or 'or' */
@@ -101,6 +103,8 @@ export declare class StzhDropdown {
101
103
  popoverFullwidth: "horizontal" | "";
102
104
  /** Label */
103
105
  label: string;
106
+ /** Whether label should be truncate or not */
107
+ noLabelTruncate: boolean;
104
108
  /** Whether label should be visually hidden. */
105
109
  labelHidden: boolean;
106
110
  /** Icon (use instead of icon slot) */
@@ -141,7 +145,7 @@ export declare class StzhDropdown {
141
145
  * Returns the value of the control.
142
146
  * If multiple items can be selected,
143
147
  * this returns an array, otherwise a string.
144
- */
148
+ */
145
149
  getValue(): Promise<string | string[]>;
146
150
  /** Set new value */
147
151
  setValue(newValue: string | string[], silent?: boolean): Promise<void>;
@@ -1,5 +1,8 @@
1
1
  import { EventEmitter } from "../../stencil-public-runtime";
2
2
  import { StzhAvailableTag, StzhChipselectItem, StzhCombinedGeoRefData, StzhGeoRefDataOverlayCloseClickEvent } from "../../index";
3
+ /**
4
+ * @slot logo - Slot for brand logo
5
+ */
3
6
  export declare class GeoRefData {
4
7
  /** Heading for the overlay. */
5
8
  heading: string;
@@ -10,8 +13,17 @@ export declare class GeoRefData {
10
13
  /** Base URL used for all external requests (map, card). */
11
14
  baseUrlOverride: string;
12
15
  /** To make sure all tags are mapped to their identificator, only these will be available. */
13
- availableTags: StzhAvailableTag[];
14
- resetTag: StzhChipselectItem;
16
+ availableTags: StzhAvailableTag[] | string;
17
+ private _availableTags;
18
+ /** Reset tag (the first one). */
19
+ resetTag: StzhChipselectItem | string;
20
+ private _resetTag;
21
+ /** Fields for building the search index. */
22
+ searchIndexFields: string[];
23
+ /** Fields for building the search index. */
24
+ searchIndexIdField: string;
25
+ availableTagsWatcher(newValue: StzhAvailableTag[] | string): void;
26
+ resetTagWatcher(newValue: StzhChipselectItem | string): void;
15
27
  filterActive: boolean;
16
28
  searchActive: boolean;
17
29
  showOnlyResultsForCurrentExtent: boolean;
@@ -24,6 +36,8 @@ export declare class GeoRefData {
24
36
  isInitialized: boolean;
25
37
  isOpen: boolean;
26
38
  isLoading: boolean;
39
+ numberOfItemsToLoad: number;
40
+ canLoadMore: boolean;
27
41
  /** Overlay close click event */
28
42
  stzhOverlayCloseClick: EventEmitter<StzhGeoRefDataOverlayCloseClickEvent>;
29
43
  private combinedData;
@@ -71,6 +71,8 @@ export declare class StzhInput {
71
71
  noAutocomplete: boolean;
72
72
  /** Label */
73
73
  label: string;
74
+ /** Whether label should be truncate or not */
75
+ noLabelTruncate: boolean;
74
76
  /** Whether label should be visually hidden. */
75
77
  labelHidden: boolean;
76
78
  /** Size variant */
@@ -0,0 +1,14 @@
1
+ import { StzhPoiCardItemData } from "../../index";
2
+ /**
3
+ *
4
+ */
5
+ export declare class StzhPoicard {
6
+ element: HTMLStzhPoicardElement;
7
+ /** Socialmediastream item */
8
+ item: StzhPoiCardItemData | string;
9
+ private _item;
10
+ itemWatcher(newValue: StzhPoiCardItemData | string): void;
11
+ private init;
12
+ connectedCallback(): void;
13
+ render(): any;
14
+ }
@@ -0,0 +1,31 @@
1
+ import { StzhDropdownOption, StzhPoiCardItemData, StzhPoiListMetaData } from "../../index";
2
+ import { StzhPoilistLocalizedText } from "./stzh-poilist.localization";
3
+ export declare class StzhPoilist {
4
+ /** Translation strings */
5
+ localization: StzhPoilistLocalizedText;
6
+ /** API URL (`{lang}` is replaced in the URL) */
7
+ api: string;
8
+ element: HTMLStzhPoilistElement;
9
+ currentOffset: number;
10
+ meta: StzhPoiListMetaData;
11
+ items: StzhPoiCardItemData[];
12
+ isLoading: boolean;
13
+ /** Sorting */
14
+ dropdownOptions: StzhDropdownOption[];
15
+ activeSorting: string | string[];
16
+ /** Geoposition (STZH Rathaus by default) */
17
+ latitude: number;
18
+ longitude: number;
19
+ geopositionError: string;
20
+ loadingText: string;
21
+ apiWatcher(newValue: string): Promise<void>;
22
+ private getCurrentApiUrl;
23
+ private handleMoreClick;
24
+ private getNumberOfLoadedItems;
25
+ private onSortChange;
26
+ private getUserPosition;
27
+ private getPositionAsync;
28
+ componentWillLoad(): Promise<void>;
29
+ componentDidLoad(): Promise<void>;
30
+ render(): any;
31
+ }
@@ -0,0 +1,10 @@
1
+ import { StzhLocaleComponent } from "../../utils/translation-utils";
2
+ export type StzhPoilistLocalizedText = StzhLocaleComponent & {
3
+ showMore: string;
4
+ of: string;
5
+ sortByDistance: string;
6
+ sortByName: string;
7
+ geopositionError: string;
8
+ geopositionLoading: string;
9
+ dataLoading: string;
10
+ };
@@ -1,4 +1,6 @@
1
+ import { EventEmitter } from "../../stencil-public-runtime";
1
2
  import { StzhSaptchaLocalizedText } from './stzh-saptcha.localization';
3
+ import { StzhSaptchaChangeEvent } from '../../index';
2
4
  /**
3
5
  * @slot - Slot for content
4
6
  */
@@ -19,14 +21,13 @@ export declare class StzhSaptcha {
19
21
  invalid: boolean;
20
22
  /** Whether the element is disabled or not */
21
23
  disabled: boolean;
22
- /** Mutable input state updated by the value prop */
23
- inputValue: string;
24
24
  element: HTMLStzhSaptchaElement;
25
- valueWatcher(newValue: string): void;
25
+ /** Saptcha change event */
26
+ stzhChange: EventEmitter<StzhSaptchaChangeEvent>;
26
27
  numbersWatcher(newValue: number[] | string): void;
27
28
  errorWatcher(newValue: string | string[]): void;
28
29
  private saptchaId;
29
- componentDidLoad(): void;
30
+ private onInputChange;
30
31
  componentWillLoad(): Promise<void>;
31
32
  render(): any;
32
33
  }