@oiz/stzh-components 3.8.0-beta1 → 3.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{app-globals-02553278.js → app-globals-0e887dd2.js} +2 -2
- package/dist/cjs/{app-globals-02553278.js.map → app-globals-0e887dd2.js.map} +1 -1
- package/dist/cjs/{axios-69bcb71f.js → axios-bd44344d.js} +51 -96
- package/dist/cjs/axios-bd44344d.js.map +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-accordion_3.cjs.entry.js +2 -7
- package/dist/cjs/stzh-accordion_3.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-badge_3.cjs.entry.js +1 -1
- package/dist/cjs/stzh-badge_3.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-bathstatus-list.cjs.entry.js +1 -1
- package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +12 -11
- package/dist/cjs/stzh-checkboxgroup.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-chipselect.cjs.entry.js +1 -1
- package/dist/cjs/stzh-chipselect.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-components.cjs.js +2 -2
- package/dist/cjs/stzh-contact.cjs.entry.js +2 -8
- package/dist/cjs/stzh-contact.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-datalist_2.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datalist_2.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-dialog.cjs.entry.js +1 -1
- package/dist/cjs/stzh-dialog.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/stzh-dropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-eventdata.cjs.entry.js +1 -1
- package/dist/cjs/stzh-eventdata.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-microsite-teaserlist.cjs.entry.js +3 -2
- package/dist/cjs/stzh-microsite-teaserlist.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-poilist.cjs.entry.js +1 -1
- package/dist/cjs/stzh-progressbar.cjs.entry.js +23 -0
- package/dist/cjs/stzh-progressbar.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-search.cjs.entry.js +2 -2
- package/dist/cjs/stzh-search.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-upload.cjs.entry.js +23 -10
- package/dist/cjs/stzh-upload.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-vbz-majorticker.cjs.entry.js +1 -1
- package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +1 -1
- package/dist/collection/assets/i18n/de.json +9 -5
- package/dist/collection/assets/i18n/en.json +9 -5
- package/dist/collection/components/stzh-accordion/stzh-accordion.e2e.js +1 -0
- package/dist/collection/components/stzh-accordion/stzh-accordion.e2e.js.map +1 -1
- package/dist/collection/components/stzh-accordion/stzh-accordion.stories.js +86 -0
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +2 -7
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js.map +1 -1
- package/dist/collection/components/stzh-button/stzh-button.css +13 -4
- package/dist/collection/components/stzh-button/stzh-button.e2e.js +6 -3
- package/dist/collection/components/stzh-button/stzh-button.e2e.js.map +1 -1
- package/dist/collection/components/stzh-button/stzh-button.stories.js +191 -15
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +31 -14
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js.map +1 -1
- package/dist/collection/components/stzh-chip/stzh-chip.stories.js +11 -0
- package/dist/collection/components/stzh-chipselect/stzh-chipselect.css +1 -6
- package/dist/collection/components/stzh-contact/stzh-contact.css +11 -0
- package/dist/collection/components/stzh-contact/stzh-contact.js +1 -7
- package/dist/collection/components/stzh-contact/stzh-contact.js.map +1 -1
- package/dist/collection/components/stzh-datalist/stzh-datalist.e2e.js +1 -0
- package/dist/collection/components/stzh-datalist/stzh-datalist.e2e.js.map +1 -1
- package/dist/collection/components/stzh-datalist/stzh-datalist.stories.js +32 -0
- package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.css +2 -1
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.stories.js +1 -1
- package/dist/collection/components/stzh-dialog/stzh-dialog.css +2 -1
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +8 -1
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.stories.js +107 -5
- package/dist/collection/components/stzh-eventdata/stzh-eventdata.css +0 -5
- package/dist/collection/components/stzh-input/stzh-input.stories.js +1 -1
- package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.js +3 -2
- package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.js.map +1 -1
- package/dist/collection/components/stzh-progressbar/stzh-progressbar.js +27 -2
- package/dist/collection/components/stzh-progressbar/stzh-progressbar.js.map +1 -1
- package/dist/collection/components/stzh-search/stzh-search.js +1 -1
- package/dist/collection/components/stzh-search/stzh-search.js.map +1 -1
- package/dist/collection/components/stzh-search/stzh-search.stories.js +51 -83
- package/dist/collection/components/stzh-skiplink/stzh-skiplink.stories.js +0 -1
- package/dist/collection/components/stzh-upload/models/stzh-photographing-url-details.dto.js.map +1 -1
- package/dist/collection/components/stzh-upload/stzh-upload.css +5 -0
- package/dist/collection/components/stzh-upload/stzh-upload.js +26 -10
- package/dist/collection/components/stzh-upload/stzh-upload.js.map +1 -1
- package/dist/collection/components/stzh-upload/stzh-upload.localization.js.map +1 -1
- package/dist/collection/components/stzh-upload/stzh-upload.stories.js +3 -1
- package/dist/components/index.js +1 -1
- package/dist/components/{p-ed75de26.js → p-16940157.js} +3 -3
- package/dist/components/{p-ed75de26.js.map → p-16940157.js.map} +1 -1
- package/dist/components/{p-2fe2c81f.js → p-1d21ac10.js} +3 -3
- package/dist/components/{p-2fe2c81f.js.map → p-1d21ac10.js.map} +1 -1
- package/dist/components/{p-16892790.js → p-345a1e99.js} +51 -96
- package/dist/components/p-345a1e99.js.map +1 -0
- package/dist/components/{p-3aefa2e3.js → p-37367a31.js} +5 -5
- package/dist/components/{p-3aefa2e3.js.map → p-37367a31.js.map} +1 -1
- package/dist/components/{p-74755a90.js → p-408a1562.js} +2 -2
- package/dist/components/{p-74755a90.js.map → p-408a1562.js.map} +1 -1
- package/dist/components/{p-7e9f4f9f.js → p-497e2db0.js} +2 -2
- package/dist/components/{p-7e9f4f9f.js.map → p-497e2db0.js.map} +1 -1
- package/dist/components/p-4d000b5b.js +265 -0
- package/dist/components/p-4d000b5b.js.map +1 -0
- package/dist/components/{p-866cf184.js → p-4e5ccabd.js} +2 -2
- package/dist/components/{p-866cf184.js.map → p-4e5ccabd.js.map} +1 -1
- package/dist/components/{p-bd7d15a6.js → p-541e8c61.js} +2 -2
- package/dist/components/{p-bd7d15a6.js.map → p-541e8c61.js.map} +1 -1
- package/dist/components/{p-d4aabf9c.js → p-60b9f94a.js} +3 -3
- package/dist/components/p-60b9f94a.js.map +1 -0
- package/dist/components/{p-82c163e4.js → p-62e6cd61.js} +3 -3
- package/dist/components/{p-82c163e4.js.map → p-62e6cd61.js.map} +1 -1
- package/dist/components/{p-13c3319c.js → p-6956beb9.js} +2 -2
- package/dist/components/{p-13c3319c.js.map → p-6956beb9.js.map} +1 -1
- package/dist/components/{p-2a870524.js → p-6c754f8f.js} +3 -8
- package/dist/components/p-6c754f8f.js.map +1 -0
- package/dist/components/{p-9b0832ca.js → p-70f62e8e.js} +3 -3
- package/dist/components/{p-9b0832ca.js.map → p-70f62e8e.js.map} +1 -1
- package/dist/components/{p-c9ddf923.js → p-8ed7a61b.js} +2 -2
- package/dist/components/{p-c9ddf923.js.map → p-8ed7a61b.js.map} +1 -1
- package/dist/components/{p-3890d846.js → p-96416f66.js} +3 -3
- package/dist/components/p-96416f66.js.map +1 -0
- package/dist/components/{p-435e0ef4.js → p-c73125e2.js} +3 -3
- package/dist/components/{p-435e0ef4.js.map → p-c73125e2.js.map} +1 -1
- package/dist/components/{p-d1623b2e.js → p-dd072a49.js} +2 -2
- package/dist/components/{p-d1623b2e.js.map → p-dd072a49.js.map} +1 -1
- package/dist/components/{p-4039ba55.js → p-e5edc56d.js} +2 -2
- package/dist/components/{p-4039ba55.js.map → p-e5edc56d.js.map} +1 -1
- package/dist/components/{p-e0e4416e.js → p-ebbe78de.js} +2 -2
- package/dist/components/p-ebbe78de.js.map +1 -0
- package/dist/components/{p-e197115b.js → p-fa14b406.js} +2 -2
- package/dist/components/{p-e197115b.js.map → p-fa14b406.js.map} +1 -1
- package/dist/components/stzh-accordion-item.js +1 -1
- package/dist/components/stzh-actionset.js +1 -1
- package/dist/components/stzh-amount.js +3 -3
- package/dist/components/stzh-appointments.js +5 -5
- package/dist/components/stzh-archivelist.js +1 -1
- package/dist/components/stzh-banner.js +1 -1
- package/dist/components/stzh-bathstatus-list.js +1 -1
- package/dist/components/stzh-button.js +1 -1
- package/dist/components/stzh-calendar.js +1 -1
- package/dist/components/stzh-card-searchresult.js +3 -3
- package/dist/components/stzh-card-superteaser.js +3 -3
- package/dist/components/stzh-card.js +1 -1
- package/dist/components/stzh-checkboxgroup.js +13 -12
- package/dist/components/stzh-checkboxgroup.js.map +1 -1
- package/dist/components/stzh-chipselect.js +1 -1
- package/dist/components/stzh-contact.js +2 -8
- package/dist/components/stzh-contact.js.map +1 -1
- package/dist/components/stzh-datalist-item.js +1 -1
- package/dist/components/stzh-datalist.js +1 -1
- package/dist/components/stzh-datamessagelist-item.js +1 -1
- package/dist/components/stzh-datatable.js +7 -7
- package/dist/components/stzh-datepicker.js +1 -1
- package/dist/components/stzh-dialog.js +1 -1
- package/dist/components/stzh-disturber.js +1 -1
- package/dist/components/stzh-dropdown.js +1 -1
- package/dist/components/stzh-eventdata.js +1 -1
- package/dist/components/stzh-eventdata.js.map +1 -1
- package/dist/components/stzh-feedreader.js +2 -2
- package/dist/components/stzh-gallery.js +1 -1
- package/dist/components/stzh-geo-ref-data.js +6 -6
- package/dist/components/stzh-ghettobox.js +1 -1
- package/dist/components/stzh-header.js +1 -1
- package/dist/components/stzh-http-error.js +1 -1
- package/dist/components/stzh-iframe.js +1 -1
- package/dist/components/stzh-input.js +1 -1
- package/dist/components/stzh-message.js +1 -1
- package/dist/components/stzh-microsite-teaserlist.js +7 -6
- package/dist/components/stzh-microsite-teaserlist.js.map +1 -1
- package/dist/components/stzh-monthyearpicker.js +1 -1
- package/dist/components/stzh-offline-indicator.js +3 -3
- package/dist/components/stzh-pagebottom.js +2 -2
- package/dist/components/stzh-pagination.js +1 -1
- package/dist/components/stzh-panorama.js +2 -2
- package/dist/components/stzh-poilist.js +4 -4
- package/dist/components/stzh-progressbar.js +26 -2
- package/dist/components/stzh-progressbar.js.map +1 -1
- package/dist/components/stzh-readspeaker.js +1 -1
- package/dist/components/stzh-saptcha.js +2 -2
- package/dist/components/stzh-search.js +6 -6
- package/dist/components/stzh-search.js.map +1 -1
- package/dist/components/stzh-share.js +1 -1
- package/dist/components/stzh-sitemap.js +3 -3
- package/dist/components/stzh-timepicker.js +1 -1
- package/dist/components/stzh-toast.js +1 -1
- package/dist/components/stzh-toastbar.js +1 -1
- package/dist/components/stzh-upload.js +31 -15
- package/dist/components/stzh-upload.js.map +1 -1
- package/dist/components/stzh-vbz-majorticker.js +3 -3
- package/dist/components/stzh-vbz-ticker.js +1 -1
- package/dist/components/stzh-youtube.js +2 -2
- package/dist/esm/{app-globals-30dc1fec.js → app-globals-1e3146bc.js} +2 -2
- package/dist/esm/{app-globals-30dc1fec.js.map → app-globals-1e3146bc.js.map} +1 -1
- package/dist/esm/{axios-e0a35239.js → axios-0cc95004.js} +51 -96
- package/dist/esm/axios-0cc95004.js.map +1 -0
- package/dist/esm/loader.js +2 -2
- package/dist/esm/stzh-accordion_3.entry.js +2 -7
- package/dist/esm/stzh-accordion_3.entry.js.map +1 -1
- package/dist/esm/stzh-badge_3.entry.js +1 -1
- package/dist/esm/stzh-badge_3.entry.js.map +1 -1
- package/dist/esm/stzh-bathstatus-list.entry.js +1 -1
- package/dist/esm/stzh-checkboxgroup.entry.js +12 -11
- package/dist/esm/stzh-checkboxgroup.entry.js.map +1 -1
- package/dist/esm/stzh-chipselect.entry.js +1 -1
- package/dist/esm/stzh-chipselect.entry.js.map +1 -1
- package/dist/esm/stzh-components.js +2 -2
- package/dist/esm/stzh-contact.entry.js +2 -8
- package/dist/esm/stzh-contact.entry.js.map +1 -1
- package/dist/esm/stzh-datalist_2.entry.js +1 -1
- package/dist/esm/stzh-datalist_2.entry.js.map +1 -1
- package/dist/esm/stzh-dialog.entry.js +1 -1
- package/dist/esm/stzh-dialog.entry.js.map +1 -1
- package/dist/esm/stzh-dropdown.entry.js +1 -1
- package/dist/esm/stzh-dropdown.entry.js.map +1 -1
- package/dist/esm/stzh-eventdata.entry.js +1 -1
- package/dist/esm/stzh-eventdata.entry.js.map +1 -1
- package/dist/esm/stzh-microsite-teaserlist.entry.js +3 -2
- package/dist/esm/stzh-microsite-teaserlist.entry.js.map +1 -1
- package/dist/esm/stzh-poilist.entry.js +1 -1
- package/dist/esm/stzh-progressbar.entry.js +24 -1
- package/dist/esm/stzh-progressbar.entry.js.map +1 -1
- package/dist/esm/stzh-search.entry.js +2 -2
- package/dist/esm/stzh-search.entry.js.map +1 -1
- package/dist/esm/stzh-upload.entry.js +23 -10
- package/dist/esm/stzh-upload.entry.js.map +1 -1
- package/dist/esm/stzh-vbz-majorticker.entry.js +1 -1
- package/dist/esm/stzh-vbz-ticker.entry.js +1 -1
- package/dist/stzh-components/assets/i18n/de.json +9 -5
- package/dist/stzh-components/assets/i18n/en.json +9 -5
- package/dist/stzh-components/p-129faf7d.entry.js +2 -0
- package/dist/stzh-components/p-129faf7d.entry.js.map +1 -0
- package/dist/stzh-components/{p-68dee00d.entry.js → p-23678dfc.entry.js} +2 -2
- package/dist/stzh-components/{p-68dee00d.entry.js.map → p-23678dfc.entry.js.map} +1 -1
- package/dist/stzh-components/p-345a1e99.js +2 -0
- package/dist/stzh-components/p-345a1e99.js.map +1 -0
- package/dist/stzh-components/{p-e5a451a0.entry.js → p-646958e0.entry.js} +2 -2
- package/dist/stzh-components/{p-025a5c2e.entry.js → p-66c866e5.entry.js} +2 -2
- package/dist/stzh-components/p-66c866e5.entry.js.map +1 -0
- package/dist/stzh-components/{p-232d017c.entry.js → p-6a3db3bd.entry.js} +2 -2
- package/dist/stzh-components/p-6a3db3bd.entry.js.map +1 -0
- package/dist/stzh-components/{p-ef38e1fe.entry.js → p-6f9626d1.entry.js} +2 -2
- package/dist/stzh-components/p-6f9626d1.entry.js.map +1 -0
- package/dist/stzh-components/p-75143e35.entry.js +2 -0
- package/dist/stzh-components/p-75143e35.entry.js.map +1 -0
- package/dist/stzh-components/{p-8aab9098.entry.js → p-7c5e34db.entry.js} +2 -2
- package/dist/stzh-components/{p-b2986e24.entry.js → p-809076ff.entry.js} +2 -2
- package/dist/stzh-components/p-84cedd61.entry.js +2 -0
- package/dist/stzh-components/p-84cedd61.entry.js.map +1 -0
- package/dist/stzh-components/{p-5bafa548.entry.js → p-84f8307b.entry.js} +2 -2
- package/dist/stzh-components/p-84f8307b.entry.js.map +1 -0
- package/dist/stzh-components/{p-7b2bd184.entry.js → p-8856651e.entry.js} +2 -2
- package/dist/stzh-components/{p-7b2bd184.entry.js.map → p-8856651e.entry.js.map} +1 -1
- package/dist/stzh-components/p-8c5fb0e2.entry.js +2 -0
- package/dist/stzh-components/{p-f156650a.entry.js.map → p-8c5fb0e2.entry.js.map} +1 -1
- package/dist/stzh-components/p-9f91ca1f.entry.js +2 -0
- package/dist/stzh-components/p-9f91ca1f.entry.js.map +1 -0
- package/dist/stzh-components/p-d41803d1.js +2 -0
- package/dist/stzh-components/{p-64ba89a2.js.map → p-d41803d1.js.map} +1 -1
- package/dist/stzh-components/{p-6f0cf6e3.entry.js → p-d97fbf1f.entry.js} +2 -2
- package/dist/stzh-components/p-fa4595c8.entry.js +2 -0
- package/dist/stzh-components/p-fa4595c8.entry.js.map +1 -0
- package/dist/stzh-components/p-fcc75797.entry.js +2 -0
- package/dist/stzh-components/p-fcc75797.entry.js.map +1 -0
- package/dist/stzh-components/stzh-components.esm.js +1 -1
- package/dist/stzh-components/stzh-components.esm.js.map +1 -1
- package/dist/types/components/stzh-accordion-item/stzh-accordion-item.d.ts +0 -1
- package/dist/types/components/stzh-checkboxgroup/stzh-checkboxgroup.d.ts +3 -3
- package/dist/types/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.d.ts +2 -2
- package/dist/types/components/stzh-progressbar/stzh-progressbar.d.ts +4 -0
- package/dist/types/components/stzh-upload/models/stzh-photographing-url-details.dto.d.ts +1 -0
- package/dist/types/components/stzh-upload/stzh-upload.d.ts +3 -0
- package/dist/types/components/stzh-upload/stzh-upload.localization.d.ts +2 -0
- package/dist/types/components.d.ts +8 -0
- package/dist/vscode-data.json +4 -0
- package/package.json +9 -5
- package/dist/cjs/axios-69bcb71f.js.map +0 -1
- package/dist/components/p-16892790.js.map +0 -1
- package/dist/components/p-20c7b76b.js +0 -265
- package/dist/components/p-20c7b76b.js.map +0 -1
- package/dist/components/p-2a870524.js.map +0 -1
- package/dist/components/p-3890d846.js.map +0 -1
- package/dist/components/p-d4aabf9c.js.map +0 -1
- package/dist/components/p-e0e4416e.js.map +0 -1
- package/dist/esm/axios-e0a35239.js.map +0 -1
- package/dist/stzh-components/p-025a5c2e.entry.js.map +0 -1
- package/dist/stzh-components/p-11abc40a.entry.js +0 -2
- package/dist/stzh-components/p-11abc40a.entry.js.map +0 -1
- package/dist/stzh-components/p-16892790.js +0 -2
- package/dist/stzh-components/p-16892790.js.map +0 -1
- package/dist/stzh-components/p-232d017c.entry.js.map +0 -1
- package/dist/stzh-components/p-5ac0220a.entry.js +0 -2
- package/dist/stzh-components/p-5ac0220a.entry.js.map +0 -1
- package/dist/stzh-components/p-5bafa548.entry.js.map +0 -1
- package/dist/stzh-components/p-64ba89a2.js +0 -2
- package/dist/stzh-components/p-95427be2.entry.js +0 -2
- package/dist/stzh-components/p-95427be2.entry.js.map +0 -1
- package/dist/stzh-components/p-973c5df2.entry.js +0 -2
- package/dist/stzh-components/p-973c5df2.entry.js.map +0 -1
- package/dist/stzh-components/p-aff2ca5f.entry.js +0 -2
- package/dist/stzh-components/p-aff2ca5f.entry.js.map +0 -1
- package/dist/stzh-components/p-da2c88a2.entry.js +0 -2
- package/dist/stzh-components/p-da2c88a2.entry.js.map +0 -1
- package/dist/stzh-components/p-ef38e1fe.entry.js.map +0 -1
- package/dist/stzh-components/p-f156650a.entry.js +0 -2
- /package/dist/stzh-components/{p-e5a451a0.entry.js.map → p-646958e0.entry.js.map} +0 -0
- /package/dist/stzh-components/{p-8aab9098.entry.js.map → p-7c5e34db.entry.js.map} +0 -0
- /package/dist/stzh-components/{p-b2986e24.entry.js.map → p-809076ff.entry.js.map} +0 -0
- /package/dist/stzh-components/{p-6f0cf6e3.entry.js.map → p-d97fbf1f.entry.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-64ba89a2.js";const r=()=>{{o(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 r=(l||{})["data-opts"]||{};if(n!==""){r.resourcesUrl=new URL(".",n).href}return e(r)};const o=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}};r().then((e=>{n();return l(JSON.parse('[["p-b25e8b20",[[1,"stzh-geo-ref-data",{"al":[513],"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],"appliedFilters":[32],"isFiltersContentOpen":[32]},[[0,"stzhPostRender","mapMovedPannedOrZoomed"],[0,"stzhMovePanZoom","mapMovedPannedOrZoomed"]],{"availableTags":["availableTagsWatcher"],"resetTag":["resetTagWatcher"]}]]],["p-ef38e1fe",[[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-8aab9098",[[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-2348bef0",[[4,"stzh-datatable",{"tableLayout":[1,"table-layout"],"localization":[16],"label":[1],"caption":[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-7b2bd184",[[4,"stzh-search",{"localization":[16],"variant":[1],"autofetchMainFilters":[4,"autofetch-main-filters"],"autofetchAsideFilters":[4,"autofetch-aside-filters"],"hideMainFilters":[516,"hide-main-filters"],"hideAsideFilters":[516,"hide-aside-filters"],"hideResultsHeading":[516,"hide-results-heading"],"sortBy":[1025,"sort-by"],"sortOptions":[1025,"sort-options"],"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],"isStzhAnchornavVisible":[32]},null,{"totalCount":["totalCountWatcher"],"results":["totalCountWatcher"],"preventUpdateUrl":["preventUpdateUrlWatcher"],"sortOptions":["sortOptionsWatcher"],"sortBy":["sortByWatcher"]}]]],["p-94f45779",[[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"],"placeholderImageEnabled":[4,"placeholder-image-enabled"],"imagePosition":[513,"image-position"],"downloadHeading":[1,"download-heading"],"downloadMeta":[1,"download-meta"],"dateAdapter":[16],"hyphensEnabled":[516,"hyphens-enabled"]},null,{"meta":["metaWatcher"],"downloadMeta":["downloadMetaWatcher"]}]]],["p-c984b936",[[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"],"placeholderImageEnabled":[4,"placeholder-image-enabled"],"isOnHomepage":[4,"is-on-homepage"],"imagePosition":[513,"image-position"],"downloadHeading":[1,"download-heading"],"downloadMeta":[1,"download-meta"],"dateAdapter":[16],"hyphensEnabled":[516,"hyphens-enabled"]},null,{"meta":["metaWatcher"],"downloadMeta":["downloadMetaWatcher"]}]]],["p-a3ff8d5e",[[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-025a5c2e",[[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"],"maxFilesizeTotal":[2,"max-filesize-total"],"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],"headersAsync":[16],"defaultHeaders":[4,"default-headers"],"preventDuplicateFileNames":[4,"prevent-duplicate-file-names"],"accept":[16],"chunksUploaded":[16],"hiddenInputContainer":[1,"hidden-input-container"],"preventHiddenInputClear":[4,"prevent-hidden-input-clear"],"localization":[16],"environment":[32],"totalFileSize":[32],"duplicateDetected":[32],"totalFilesState":[32],"duplicateFileName":[32],"duplicateFileSize":[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-85569ef6",[[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-958c0338",[[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-1a5151c8",[[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-e72cf9d4",[[0,"stzh-sitemap",{"items":[1]}]]],["p-08e8df77",[[6,"stzh-feedreader",{"heading":[1],"headingLevel":[513,"heading-level"],"description":[1],"noItemsText":[1,"no-items-text"],"noItemsLink":[1,"no-items-link"],"localization":[16],"hasItems":[32]}]]],["p-0d2b8d73",[[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-a5ce406f",[[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-68426e96",[[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-e5a451a0",[[6,"stzh-bathstatus-list",{"localization":[16],"api":[1],"items":[32],"isLoading":[32],"loadingText":[32]},null,{"api":["apiWatcher"]}]]],["p-9cee96eb",[[2,"stzh-http-error",{"localization":[16],"errorcode":[520],"heading":[513],"description":[513],"hrefBack":[513,"href-back"],"hrefStart":[513,"href-start"]},null,{"errorcode":["errorcodeWatcher"]}]]],["p-49ced058",[[2,"stzh-saptcha",{"localization":[16],"numbers":[1],"value":[1025],"name":[513],"error":[1],"invalid":[516],"disabled":[516]},null,{"numbers":["numbersWatcher"],"error":["errorWatcher"]}]]],["p-6f0cf6e3",[[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-b2986e24",[[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-884630c6",[[2,"stzh-homepage-service-highlights",{"topnewsItems":[1,"topnews-items"],"mostsearchedItems":[1,"mostsearched-items"]},null,{"topnewsItems":["topnewsItemsWatcher"],"mostsearchedItems":["mostsearchedItemsWatcher"]}]]],["p-f4f05faa",[[2,"stzh-offline-indicator",{"localization":[16],"isOffline":[32],"addToast":[64],"removeToast":[64]}]]],["p-85018afa",[[6,"stzh-socialmediastream",{"items":[1],"heading":[1],"headingLevel":[513,"heading-level"],"gutterInPixel":[32]},null,{"items":["itemsWatcher"]}]]],["p-897ad890",[[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-6daa2e15",[[2,"stzh-anchornav",{"localization":[16],"items":[1]},null,{"items":["itemsWatcher"]}]]],["p-a5dbb0bb",[[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-5ac0220a",[[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-47288fae",[[6,"stzh-eventinfo",{"localization":[16],"monthHeadingLevel":[1,"month-heading-level"],"start":[1],"end":[1],"calendarUrl":[1,"calendar-url"],"calendarLabel":[1,"calendar-label"],"itemsSortDirection":[1,"items-sort-direction"],"items":[1],"dateAdapter":[16]},null,{"items":["itemsWatcher"],"dateAdapter":["itemsWatcher"]}]]],["p-d60ba43c",[[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-c061ebb2",[[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-c07d4443",[[6,"stzh-vbz-intro",{"localization":[16],"quicklinks":[1]},null,{"quicklinks":["quicklinksWatcher"]}]]],["p-7fc5df21",[[6,"stzh-banner",{"label":[1],"hideClose":[4,"hide-close"],"localization":[16],"open":[32],"show":[64],"hide":[64]}]]],["p-232d017c",[[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-e10ff24f",[[6,"stzh-contact-cv",{"localization":[16],"jobtitle":[1],"responsibilities":[1],"trainings":[1],"hobbies":[1]},null,{"trainings":["trainingsWatcher"],"hobbies":["hobbiesWatcher"]}]]],["p-1ae5f48a",[[6,"stzh-daterange",{"localization":[16],"legend":[1],"rangeLinks":[1,"range-links"]},null,{"rangeLinks":["rangeLinksWatcher"]}]]],["p-fe7cdf52",[[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-7a4b9bbe",[[2,"stzh-editor",{"localization":[16],"heading":[1],"items":[1]},null,{"items":["itemsWatcher"]}]]],["p-d7c08110",[[4,"stzh-footer",{"localization":[16],"copyright":[1],"variant":[1],"mainUrl":[1,"main-url"]}]]],["p-2d1b7218",[[4,"stzh-readspeaker",{"href":[1],"openPlayer":[64],"closePlayer":[64]}]]],["p-5225e901",[[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-73bec4de",[[6,"stzh-cta",{"heading":[1],"lead":[1],"label":[1],"href":[1],"stickyDisabled":[4,"sticky-disabled"],"loaded":[32]}]]],["p-78c8f89c",[[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-973c5df2",[[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-58100168",[[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-0e56ac34",[[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-c3cf240b",[[6,"stzh-feedreader-item",{"link":[1],"target":[1],"variant":[1]}]]],["p-b348bac5",[[6,"stzh-fieldset",{"legend":[1],"hideLegend":[4,"hide-legend"],"legendLevel":[1,"legend-level"],"legendCurve":[1,"legend-curve"]}]]],["p-8bd4b224",[[2,"stzh-homepage-search",{"placeholder":[1],"searchId":[1,"search-id"],"searchAction":[1,"search-action"],"searchFieldName":[1,"search-field-name"],"searchValue":[1,"search-value"],"searchFilled":[32]},null,{"searchValue":["searchValueWatcher"]}]]],["p-035af9a3",[[6,"stzh-imagecomparison",{"localization":[16],"hintLeft":[1,"hint-left"],"hintRight":[1,"hint-right"],"value":[1026],"label":[1],"a11yDescribedby":[1,"a11y-describedby"]}]]],["p-9e993ad4",[[6,"stzh-pagetitle",{"background":[513],"hyphensEnabled":[516,"hyphens-enabled"],"dateline":[1]},[[9,"resize","handleResize"],[0,"stzhOpen","handleStzhOpen"],[0,"stzhClose","handleStzhClose"]]]]],["p-9b7584c1",[[6,"stzh-pagetitle-home",{"hyphensEnabled":[516,"hyphens-enabled"],"isSmall":[32]}]]],["p-f4271bd1",[[1,"stzh-pi-menu",{"localization":[16],"menuItems":[1,"menu-items"],"open":[1540],"heading":[1],"subheading":[1],"headingLevel":[513,"heading-level"],"analyticsId":[1,"analytics-id"],"menuIsFixed":[32],"entangledMenuSize":[32],"showBackdrop":[32],"rootTabindex":[32],"show":[64],"hide":[64],"toggle":[64]},null,{"menuItems":["menuItemsWatcher"],"open":["openWatcher"]}]]],["p-e47c1746",[[6,"stzh-pi-pagetitle",{"level":[514],"hyphensEnabled":[516,"hyphens-enabled"],"author":[513],"date":[513]}]]],["p-433697be",[[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-7b524c7c",[[1,"stzh-sticky-actions",{"pagetitleQuery":[1,"pagetitle-query"],"hasActiveScrollup":[32],"isSlotted":[32]},null,{"hasActiveScrollup":["hasActiveScrollupWatcher"]}]]],["p-85941f5d",[[6,"stzh-vbz-carousel",{"autoplayTimeout":[2,"autoplay-timeout"]}]]],["p-8d700020",[[6,"stzh-actions",{"variant":[513],"spaceBetween":[516,"space-between"]}]]],["p-b85661bd",[[6,"stzh-app-bar"]]],["p-575330e3",[[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-bea12bbb",[[4,"stzh-chart",{"chartId":[1,"chart-id"],"create":[16]},null,{"create":["createWatcher"]}]]],["p-b6bd7080",[[6,"stzh-company-logo"]]],["p-87ed8ffd",[[6,"stzh-content",{"variant":[513],"preventElementLayout":[516,"prevent-element-layout"]}]]],["p-621c4692",[[4,"stzh-cspace",{"removeFirstMargin":[516,"remove-first-margin"],"removeLastMargin":[516,"remove-last-margin"],"preventRemoveNested":[513,"prevent-remove-nested"]},null,{"preventRemoveNested":["preventRemoveNestedWatcher"]}]]],["p-760cc1ee",[[6,"stzh-datamessagelist"]]],["p-f156650a",[[6,"stzh-eventdata",{"label":[1]}]]],["p-1529fcb2",[[2,"stzh-flyingfocus",{"minimalEdgeSpace":[2,"minimal-edge-space"],"style":[32],"position":[32],"enabled":[32],"visible":[32],"helper":[32],"moving":[32],"reposition":[64],"activate":[64],"deactivate":[64]},[[4,"keydown","handleKeydown"],[5,"mousedown","handleMousedown"],[6,"focus","handleFocus"],[6,"stzhFocus","handleFocus"],[6,"blur","handleBlur"],[7,"scroll","handleScrollResize"],[11,"resize","handleScrollResize"]]]]],["p-04cbd485",[[2,"stzh-hr"]]],["p-f21635a5",[[6,"stzh-invert"]]],["p-a98ac603",[[2,"stzh-loadingbar",{"percent":[2],"hidePercent":[4,"hide-percent"],"label":[1]}]]],["p-d21a1285",[[6,"stzh-page-skiplinks"]]],["p-5b6ec6af",[[6,"stzh-pagecontent"]]],["p-162ba6dd",[[6,"stzh-pagetitle-hero",{"heading":[1],"headingId":[1,"heading-id"],"leadAuthor":[1,"lead-author"],"subtitle":[1]}]]],["p-02dddb1d",[[2,"stzh-pi-quote",{"text":[1],"author":[1]}]]],["p-31635caf",[[2,"stzh-quote",{"text":[1],"author":[1]}]]],["p-d14ad50f",[[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-45430f1b",[[1,"stzh-scrollup"]]],["p-70390e50",[[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-e7bb8a24",[[0,"stzh-skin-portal-mitwirken"]]],["p-0af38597",[[0,"stzh-skin-storybook-preview"]]],["p-a9c504b5",[[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-b50a428c",[[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-43feae69",[[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-9fbc9641",[[1,"stzh-textandimage",{"size":[513],"imagePosition":[513,"image-position"]}]]],["p-9cc2db37",[[1,"stzh-timeline",{"foldable":[4],"collapsible":[4],"multiselectable":[4],"setItemFocus":[64],"updateSteps":[64]},[[0,"stzhOpen","openListener"]],{"foldable":["foldableWatcher"]}]]],["p-b8bfefa4",[[1,"stzh-twocolumns"]]],["p-122e148b",[[2,"stzh-vbz-connection-finder",{"zvvScript":[1,"zvv-script"]}]]],["p-3cf2bb4a",[[6,"stzh-visuallyhidden"]]],["p-2cc9fb15",[[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-ce5d45d0",[[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-919d2d11",[[2,"stzh-poicard",{"item":[1]},null,{"item":["itemWatcher"]}]]],["p-aff2ca5f",[[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"]]]]],["p-28be5fea",[[2,"stzh-bathstatus-item",{"localization":[16],"variant":[1],"item":[1],"dateAdapter":[16],"isMedium":[32]},null,{"item":["itemWatcher"]}]]],["p-b2b71780",[[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-28206adb",[[0,"stzh-socialmediastream-item",{"item":[1],"localization":[16],"dateAdapter":[16]},null,{"item":["itemWatcher"]}]]],["p-e7393622",[[6,"stzh-progressbar-item",{"label":[513],"disabled":[516],"first":[516],"last":[516],"passed":[516],"incomplete":[516],"current":[516],"hide":[516],"dotted":[516],"step":[514],"icon":[513],"clickDisabled":[4,"click-disabled"],"analyticsId":[1,"analytics-id"]}]]],["p-6f7dd9b6",[[2,"stzh-vbz-linechip",{"line":[1],"active":[516],"alert":[516],"global":[516],"disabled":[516],"analyticsId":[1,"analytics-id"]}]]],["p-63a8e711",[[6,"stzh-chipgroup"]]],["p-cf84f03d",[[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-f538143d",[[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-5ef7a34a",[[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-e58aa9fa",[[2,"stzh-share",{"localization":[16],"url":[1],"mailSubject":[1,"mail-subject"],"mailBody":[1,"mail-body"],"services":[1]},null,{"services":["servicesWatcher"]}],[1,"stzh-print"]]],["p-cf8346ae",[[0,"stzh-app-nav",{"localization":[16],"items":[16],"appNavId":[1,"app-nav-id"]}]]],["p-6f85fcb5",[[1,"stzh-list",{"variant":[513]}],[1,"stzh-list-item"]]],["p-358c6c04",[[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-bfe11b11",[[6,"stzh-details",{"open":[1540],"show":[64],"hide":[64],"toggle":[64]},null,{"open":["openWatcher"]}]]],["p-0c093d08",[[6,"stzh-figure",{"caption":[1],"copyright":[1],"counter":[1],"heading":[1],"fullwidth":[516]}]]],["p-1a0bd7f8",[[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-0285d7d6",[[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-bd220190",[[6,"stzh-header",{"localization":[16],"href":[1],"menuId":[1,"menu-id"],"appNavId":[1,"app-nav-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],"isSmallOrMicro":[32],"updatePosition":[64],"requestUserSpecificMetanavItems":[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],"writeExtentToUrlEnabled":[1028,"write-extent-to-url-enabled"],"layers":[1],"_initialExtent":[32],"getMap":[64],"writeExtentToUrl":[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-5bafa548",[[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-c532d270",[[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-93ff7052",[[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-11abc40a",[[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-df7cf6f8",[[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-bd89cc02",[[6,"stzh-message",{"label":[1],"description":[1],"type":[513],"hideClose":[4,"hide-close"],"localization":[16],"open":[32],"show":[64],"hide":[64]}]]],["p-e1b6212a",[[6,"stzh-buttongroup"]]],["p-c52c2f97",[[1,"stzh-toastbar",{"hideAfter":[2,"hide-after"],"max":[2],"initialToasts":[1,"initial-toasts"],"toast":[64]},null,{"initialToasts":["initialToastsWatcher"]}],[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-085e0fa9",[[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-720b2173",[[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-e72462ac",[[2,"stzh-status",{"percent":[2],"withLoadingbar":[516,"with-loadingbar"],"label":[1],"type":[513]}]]],["p-51955c28",[[6,"stzh-cardlist",{"localization":[16],"layout":[513],"description":[1],"showToggleLink":[516,"show-toggle-link"],"sortableEnabled":[4,"sortable-enabled"],"sortableDataIdAttribute":[1,"sortable-data-id-attribute"],"max3Columns":[4,"max-3-columns"],"allCollapsed":[32],"isStzhAnchornavVisible":[32]},[[0,"stzhCollapse","collapseListener"]]],[6,"stzh-container",{"noMargin":[4,"no-margin"]}],[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-b75743a2",[[6,"stzh-overlay",{"open":[1028],"stay":[4],"a11yLabel":[1,"a11y-label"],"show":[64],"hide":[64]}],[6,"stzh-loader",{"size":[1],"label":[1],"hideLabel":[4,"hide-label"]}]]],["p-1555b4a1",[[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-95427be2",[[6,"stzh-datalist",{"variant":[513],"bigLabel":[516,"big-label"],"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"],"bigLabel":["bigLabelWatcher"],"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],"noTextTruncate":[4,"no-text-truncate"],"readspeakerLabel":[1,"readspeaker-label"],"readspeakerHref":[1,"readspeaker-href"],"meta":[513],"statusLabel":[513,"status-label"],"statusType":[1,"status-type"],"a11yExpanded":[516,"a11y-expanded"],"a11yControls":[1,"a11y-controls"],"direction":[32],"variant":[32],"bigLabel":[32]},null,{"meta":["metaWatcher"],"rel":["externalWatcher"],"href":["hrefWatcher"]}]]],["p-68dee00d",[[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-1bd35435",[[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-ab026312",[[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-1912744d",[[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-5e9db665",[[6,"stzh-heading",{"level":[513],"curve":[513],"htmlContent":[1,"html-content"]},null,{"htmlContent":["htmlContentWatcher"]}]]],["p-da2c88a2",[[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],"disableOnClick":[4,"disable-on-click"],"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-1807c812",[[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-2d6bb9b9",[[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"]}]]]]'),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-d41803d1.js";const r=()=>{{o(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 r=(l||{})["data-opts"]||{};if(n!==""){r.resourcesUrl=new URL(".",n).href}return e(r)};const o=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}};r().then((e=>{n();return l(JSON.parse('[["p-b25e8b20",[[1,"stzh-geo-ref-data",{"al":[513],"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],"appliedFilters":[32],"isFiltersContentOpen":[32]},[[0,"stzhPostRender","mapMovedPannedOrZoomed"],[0,"stzhMovePanZoom","mapMovedPannedOrZoomed"]],{"availableTags":["availableTagsWatcher"],"resetTag":["resetTagWatcher"]}]]],["p-6f9626d1",[[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-7c5e34db",[[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-2348bef0",[[4,"stzh-datatable",{"tableLayout":[1,"table-layout"],"localization":[16],"label":[1],"caption":[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-8856651e",[[4,"stzh-search",{"localization":[16],"variant":[1],"autofetchMainFilters":[4,"autofetch-main-filters"],"autofetchAsideFilters":[4,"autofetch-aside-filters"],"hideMainFilters":[516,"hide-main-filters"],"hideAsideFilters":[516,"hide-aside-filters"],"hideResultsHeading":[516,"hide-results-heading"],"sortBy":[1025,"sort-by"],"sortOptions":[1025,"sort-options"],"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],"isStzhAnchornavVisible":[32]},null,{"totalCount":["totalCountWatcher"],"results":["totalCountWatcher"],"preventUpdateUrl":["preventUpdateUrlWatcher"],"sortOptions":["sortOptionsWatcher"],"sortBy":["sortByWatcher"]}]]],["p-94f45779",[[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"],"placeholderImageEnabled":[4,"placeholder-image-enabled"],"imagePosition":[513,"image-position"],"downloadHeading":[1,"download-heading"],"downloadMeta":[1,"download-meta"],"dateAdapter":[16],"hyphensEnabled":[516,"hyphens-enabled"]},null,{"meta":["metaWatcher"],"downloadMeta":["downloadMetaWatcher"]}]]],["p-c984b936",[[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"],"placeholderImageEnabled":[4,"placeholder-image-enabled"],"isOnHomepage":[4,"is-on-homepage"],"imagePosition":[513,"image-position"],"downloadHeading":[1,"download-heading"],"downloadMeta":[1,"download-meta"],"dateAdapter":[16],"hyphensEnabled":[516,"hyphens-enabled"]},null,{"meta":["metaWatcher"],"downloadMeta":["downloadMetaWatcher"]}]]],["p-a3ff8d5e",[[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-66c866e5",[[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"],"maxFilesizeTotal":[2,"max-filesize-total"],"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],"headersAsync":[16],"defaultHeaders":[4,"default-headers"],"preventDuplicateFileNames":[4,"prevent-duplicate-file-names"],"accept":[16],"chunksUploaded":[16],"hiddenInputContainer":[1,"hidden-input-container"],"preventHiddenInputClear":[4,"prevent-hidden-input-clear"],"localization":[16],"environment":[32],"totalFileSize":[32],"duplicateDetected":[32],"totalTooBig":[32],"totalTooBigMessageHeading":[32],"totalTooBigMessageBody":[32],"totalFilesState":[32],"duplicateFileName":[32],"duplicateFileSize":[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-85569ef6",[[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-958c0338",[[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-1a5151c8",[[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-e72cf9d4",[[0,"stzh-sitemap",{"items":[1]}]]],["p-08e8df77",[[6,"stzh-feedreader",{"heading":[1],"headingLevel":[513,"heading-level"],"description":[1],"noItemsText":[1,"no-items-text"],"noItemsLink":[1,"no-items-link"],"localization":[16],"hasItems":[32]}]]],["p-0d2b8d73",[[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-a5ce406f",[[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-68426e96",[[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-646958e0",[[6,"stzh-bathstatus-list",{"localization":[16],"api":[1],"items":[32],"isLoading":[32],"loadingText":[32]},null,{"api":["apiWatcher"]}]]],["p-9cee96eb",[[2,"stzh-http-error",{"localization":[16],"errorcode":[520],"heading":[513],"description":[513],"hrefBack":[513,"href-back"],"hrefStart":[513,"href-start"]},null,{"errorcode":["errorcodeWatcher"]}]]],["p-49ced058",[[2,"stzh-saptcha",{"localization":[16],"numbers":[1],"value":[1025],"name":[513],"error":[1],"invalid":[516],"disabled":[516]},null,{"numbers":["numbersWatcher"],"error":["errorWatcher"]}]]],["p-d97fbf1f",[[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-809076ff",[[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-884630c6",[[2,"stzh-homepage-service-highlights",{"topnewsItems":[1,"topnews-items"],"mostsearchedItems":[1,"mostsearched-items"]},null,{"topnewsItems":["topnewsItemsWatcher"],"mostsearchedItems":["mostsearchedItemsWatcher"]}]]],["p-f4f05faa",[[2,"stzh-offline-indicator",{"localization":[16],"isOffline":[32],"addToast":[64],"removeToast":[64]}]]],["p-85018afa",[[6,"stzh-socialmediastream",{"items":[1],"heading":[1],"headingLevel":[513,"heading-level"],"gutterInPixel":[32]},null,{"items":["itemsWatcher"]}]]],["p-897ad890",[[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-6daa2e15",[[2,"stzh-anchornav",{"localization":[16],"items":[1]},null,{"items":["itemsWatcher"]}]]],["p-a5dbb0bb",[[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-84cedd61",[[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-47288fae",[[6,"stzh-eventinfo",{"localization":[16],"monthHeadingLevel":[1,"month-heading-level"],"start":[1],"end":[1],"calendarUrl":[1,"calendar-url"],"calendarLabel":[1,"calendar-label"],"itemsSortDirection":[1,"items-sort-direction"],"items":[1],"dateAdapter":[16]},null,{"items":["itemsWatcher"],"dateAdapter":["itemsWatcher"]}]]],["p-d60ba43c",[[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-c061ebb2",[[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-c07d4443",[[6,"stzh-vbz-intro",{"localization":[16],"quicklinks":[1]},null,{"quicklinks":["quicklinksWatcher"]}]]],["p-7fc5df21",[[6,"stzh-banner",{"label":[1],"hideClose":[4,"hide-close"],"localization":[16],"open":[32],"show":[64],"hide":[64]}]]],["p-6a3db3bd",[[6,"stzh-checkboxgroup",{"localization":[16],"disabled":[516],"name":[513],"legend":[1],"hideLegend":[516,"hide-legend"],"invalid":[516],"required":[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"],"value":["watchValue"],"error":["errorWatcher"],"preventUpdateProperties":["preventUpdatePropertiesWatcher"]}]]],["p-e10ff24f",[[6,"stzh-contact-cv",{"localization":[16],"jobtitle":[1],"responsibilities":[1],"trainings":[1],"hobbies":[1]},null,{"trainings":["trainingsWatcher"],"hobbies":["hobbiesWatcher"]}]]],["p-1ae5f48a",[[6,"stzh-daterange",{"localization":[16],"legend":[1],"rangeLinks":[1,"range-links"]},null,{"rangeLinks":["rangeLinksWatcher"]}]]],["p-fe7cdf52",[[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-7a4b9bbe",[[2,"stzh-editor",{"localization":[16],"heading":[1],"items":[1]},null,{"items":["itemsWatcher"]}]]],["p-d7c08110",[[4,"stzh-footer",{"localization":[16],"copyright":[1],"variant":[1],"mainUrl":[1,"main-url"]}]]],["p-2d1b7218",[[4,"stzh-readspeaker",{"href":[1],"openPlayer":[64],"closePlayer":[64]}]]],["p-5225e901",[[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-73bec4de",[[6,"stzh-cta",{"heading":[1],"lead":[1],"label":[1],"href":[1],"stickyDisabled":[4,"sticky-disabled"],"loaded":[32]}]]],["p-78c8f89c",[[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-fa4595c8",[[6,"stzh-progressbar",{"localization":[16],"data":[1],"index":[514],"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,{"index":["onIndexChange"],"steps":["stepsWatcher"],"stepsSmall":["stepsWatcher"],"stepsMedium":["stepsWatcher"],"stepsLarge":["stepsWatcher"],"stepsUltra":["stepsWatcher"],"data":["dataWatcher"]}]]],["p-58100168",[[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-0e56ac34",[[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-c3cf240b",[[6,"stzh-feedreader-item",{"link":[1],"target":[1],"variant":[1]}]]],["p-b348bac5",[[6,"stzh-fieldset",{"legend":[1],"hideLegend":[4,"hide-legend"],"legendLevel":[1,"legend-level"],"legendCurve":[1,"legend-curve"]}]]],["p-8bd4b224",[[2,"stzh-homepage-search",{"placeholder":[1],"searchId":[1,"search-id"],"searchAction":[1,"search-action"],"searchFieldName":[1,"search-field-name"],"searchValue":[1,"search-value"],"searchFilled":[32]},null,{"searchValue":["searchValueWatcher"]}]]],["p-035af9a3",[[6,"stzh-imagecomparison",{"localization":[16],"hintLeft":[1,"hint-left"],"hintRight":[1,"hint-right"],"value":[1026],"label":[1],"a11yDescribedby":[1,"a11y-describedby"]}]]],["p-9e993ad4",[[6,"stzh-pagetitle",{"background":[513],"hyphensEnabled":[516,"hyphens-enabled"],"dateline":[1]},[[9,"resize","handleResize"],[0,"stzhOpen","handleStzhOpen"],[0,"stzhClose","handleStzhClose"]]]]],["p-9b7584c1",[[6,"stzh-pagetitle-home",{"hyphensEnabled":[516,"hyphens-enabled"],"isSmall":[32]}]]],["p-f4271bd1",[[1,"stzh-pi-menu",{"localization":[16],"menuItems":[1,"menu-items"],"open":[1540],"heading":[1],"subheading":[1],"headingLevel":[513,"heading-level"],"analyticsId":[1,"analytics-id"],"menuIsFixed":[32],"entangledMenuSize":[32],"showBackdrop":[32],"rootTabindex":[32],"show":[64],"hide":[64],"toggle":[64]},null,{"menuItems":["menuItemsWatcher"],"open":["openWatcher"]}]]],["p-e47c1746",[[6,"stzh-pi-pagetitle",{"level":[514],"hyphensEnabled":[516,"hyphens-enabled"],"author":[513],"date":[513]}]]],["p-433697be",[[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-7b524c7c",[[1,"stzh-sticky-actions",{"pagetitleQuery":[1,"pagetitle-query"],"hasActiveScrollup":[32],"isSlotted":[32]},null,{"hasActiveScrollup":["hasActiveScrollupWatcher"]}]]],["p-85941f5d",[[6,"stzh-vbz-carousel",{"autoplayTimeout":[2,"autoplay-timeout"]}]]],["p-8d700020",[[6,"stzh-actions",{"variant":[513],"spaceBetween":[516,"space-between"]}]]],["p-b85661bd",[[6,"stzh-app-bar"]]],["p-575330e3",[[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-bea12bbb",[[4,"stzh-chart",{"chartId":[1,"chart-id"],"create":[16]},null,{"create":["createWatcher"]}]]],["p-b6bd7080",[[6,"stzh-company-logo"]]],["p-87ed8ffd",[[6,"stzh-content",{"variant":[513],"preventElementLayout":[516,"prevent-element-layout"]}]]],["p-621c4692",[[4,"stzh-cspace",{"removeFirstMargin":[516,"remove-first-margin"],"removeLastMargin":[516,"remove-last-margin"],"preventRemoveNested":[513,"prevent-remove-nested"]},null,{"preventRemoveNested":["preventRemoveNestedWatcher"]}]]],["p-760cc1ee",[[6,"stzh-datamessagelist"]]],["p-8c5fb0e2",[[6,"stzh-eventdata",{"label":[1]}]]],["p-1529fcb2",[[2,"stzh-flyingfocus",{"minimalEdgeSpace":[2,"minimal-edge-space"],"style":[32],"position":[32],"enabled":[32],"visible":[32],"helper":[32],"moving":[32],"reposition":[64],"activate":[64],"deactivate":[64]},[[4,"keydown","handleKeydown"],[5,"mousedown","handleMousedown"],[6,"focus","handleFocus"],[6,"stzhFocus","handleFocus"],[6,"blur","handleBlur"],[7,"scroll","handleScrollResize"],[11,"resize","handleScrollResize"]]]]],["p-04cbd485",[[2,"stzh-hr"]]],["p-f21635a5",[[6,"stzh-invert"]]],["p-a98ac603",[[2,"stzh-loadingbar",{"percent":[2],"hidePercent":[4,"hide-percent"],"label":[1]}]]],["p-d21a1285",[[6,"stzh-page-skiplinks"]]],["p-5b6ec6af",[[6,"stzh-pagecontent"]]],["p-162ba6dd",[[6,"stzh-pagetitle-hero",{"heading":[1],"headingId":[1,"heading-id"],"leadAuthor":[1,"lead-author"],"subtitle":[1]}]]],["p-02dddb1d",[[2,"stzh-pi-quote",{"text":[1],"author":[1]}]]],["p-31635caf",[[2,"stzh-quote",{"text":[1],"author":[1]}]]],["p-d14ad50f",[[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-45430f1b",[[1,"stzh-scrollup"]]],["p-70390e50",[[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-e7bb8a24",[[0,"stzh-skin-portal-mitwirken"]]],["p-0af38597",[[0,"stzh-skin-storybook-preview"]]],["p-a9c504b5",[[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-b50a428c",[[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-43feae69",[[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-9fbc9641",[[1,"stzh-textandimage",{"size":[513],"imagePosition":[513,"image-position"]}]]],["p-9cc2db37",[[1,"stzh-timeline",{"foldable":[4],"collapsible":[4],"multiselectable":[4],"setItemFocus":[64],"updateSteps":[64]},[[0,"stzhOpen","openListener"]],{"foldable":["foldableWatcher"]}]]],["p-b8bfefa4",[[1,"stzh-twocolumns"]]],["p-122e148b",[[2,"stzh-vbz-connection-finder",{"zvvScript":[1,"zvv-script"]}]]],["p-3cf2bb4a",[[6,"stzh-visuallyhidden"]]],["p-2cc9fb15",[[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-ce5d45d0",[[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-919d2d11",[[2,"stzh-poicard",{"item":[1]},null,{"item":["itemWatcher"]}]]],["p-75143e35",[[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"]]]]],["p-28be5fea",[[2,"stzh-bathstatus-item",{"localization":[16],"variant":[1],"item":[1],"dateAdapter":[16],"isMedium":[32]},null,{"item":["itemWatcher"]}]]],["p-b2b71780",[[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-28206adb",[[0,"stzh-socialmediastream-item",{"item":[1],"localization":[16],"dateAdapter":[16]},null,{"item":["itemWatcher"]}]]],["p-e7393622",[[6,"stzh-progressbar-item",{"label":[513],"disabled":[516],"first":[516],"last":[516],"passed":[516],"incomplete":[516],"current":[516],"hide":[516],"dotted":[516],"step":[514],"icon":[513],"clickDisabled":[4,"click-disabled"],"analyticsId":[1,"analytics-id"]}]]],["p-6f7dd9b6",[[2,"stzh-vbz-linechip",{"line":[1],"active":[516],"alert":[516],"global":[516],"disabled":[516],"analyticsId":[1,"analytics-id"]}]]],["p-63a8e711",[[6,"stzh-chipgroup"]]],["p-cf84f03d",[[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-f538143d",[[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-5ef7a34a",[[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-e58aa9fa",[[2,"stzh-share",{"localization":[16],"url":[1],"mailSubject":[1,"mail-subject"],"mailBody":[1,"mail-body"],"services":[1]},null,{"services":["servicesWatcher"]}],[1,"stzh-print"]]],["p-cf8346ae",[[0,"stzh-app-nav",{"localization":[16],"items":[16],"appNavId":[1,"app-nav-id"]}]]],["p-6f85fcb5",[[1,"stzh-list",{"variant":[513]}],[1,"stzh-list-item"]]],["p-358c6c04",[[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-bfe11b11",[[6,"stzh-details",{"open":[1540],"show":[64],"hide":[64],"toggle":[64]},null,{"open":["openWatcher"]}]]],["p-0c093d08",[[6,"stzh-figure",{"caption":[1],"copyright":[1],"counter":[1],"heading":[1],"fullwidth":[516]}]]],["p-1a0bd7f8",[[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-0285d7d6",[[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-bd220190",[[6,"stzh-header",{"localization":[16],"href":[1],"menuId":[1,"menu-id"],"appNavId":[1,"app-nav-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],"isSmallOrMicro":[32],"updatePosition":[64],"requestUserSpecificMetanavItems":[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],"writeExtentToUrlEnabled":[1028,"write-extent-to-url-enabled"],"layers":[1],"_initialExtent":[32],"getMap":[64],"writeExtentToUrl":[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-84f8307b",[[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-c532d270",[[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-93ff7052",[[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-fcc75797",[[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-df7cf6f8",[[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-bd89cc02",[[6,"stzh-message",{"label":[1],"description":[1],"type":[513],"hideClose":[4,"hide-close"],"localization":[16],"open":[32],"show":[64],"hide":[64]}]]],["p-e1b6212a",[[6,"stzh-buttongroup"]]],["p-c52c2f97",[[1,"stzh-toastbar",{"hideAfter":[2,"hide-after"],"max":[2],"initialToasts":[1,"initial-toasts"],"toast":[64]},null,{"initialToasts":["initialToastsWatcher"]}],[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-085e0fa9",[[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-720b2173",[[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-e72462ac",[[2,"stzh-status",{"percent":[2],"withLoadingbar":[516,"with-loadingbar"],"label":[1],"type":[513]}]]],["p-51955c28",[[6,"stzh-cardlist",{"localization":[16],"layout":[513],"description":[1],"showToggleLink":[516,"show-toggle-link"],"sortableEnabled":[4,"sortable-enabled"],"sortableDataIdAttribute":[1,"sortable-data-id-attribute"],"max3Columns":[4,"max-3-columns"],"allCollapsed":[32],"isStzhAnchornavVisible":[32]},[[0,"stzhCollapse","collapseListener"]]],[6,"stzh-container",{"noMargin":[4,"no-margin"]}],[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-b75743a2",[[6,"stzh-overlay",{"open":[1028],"stay":[4],"a11yLabel":[1,"a11y-label"],"show":[64],"hide":[64]}],[6,"stzh-loader",{"size":[1],"label":[1],"hideLabel":[4,"hide-label"]}]]],["p-1555b4a1",[[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-129faf7d",[[6,"stzh-datalist",{"variant":[513],"bigLabel":[516,"big-label"],"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"],"bigLabel":["bigLabelWatcher"],"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],"noTextTruncate":[4,"no-text-truncate"],"readspeakerLabel":[1,"readspeaker-label"],"readspeakerHref":[1,"readspeaker-href"],"meta":[513],"statusLabel":[513,"status-label"],"statusType":[1,"status-type"],"a11yExpanded":[516,"a11y-expanded"],"a11yControls":[1,"a11y-controls"],"direction":[32],"variant":[32],"bigLabel":[32]},null,{"meta":["metaWatcher"],"rel":["externalWatcher"],"href":["hrefWatcher"]}]]],["p-23678dfc",[[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-1bd35435",[[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-ab026312",[[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-1912744d",[[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-5e9db665",[[6,"stzh-heading",{"level":[513],"curve":[513],"htmlContent":[1,"html-content"]},null,{"htmlContent":["htmlContentWatcher"]}]]],["p-9f91ca1f",[[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],"disableOnClick":[4,"disable-on-click"],"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-1807c812",[[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-2d6bb9b9",[[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"]}]]]]'),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
|
|
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,y5oDAAuCJ,EAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
-
import { StzhCheckboxChangeEvent, StzhCheckboxgroupChangeEvent } from "../../index";
|
|
3
|
-
import { StzhLocaleComponent } from "../../index";
|
|
2
|
+
import { StzhCheckboxChangeEvent, StzhCheckboxgroupChangeEvent, StzhLocaleComponent } from "../../index";
|
|
4
3
|
/**
|
|
5
4
|
* @slot - Slot for `stzh-checkbox` elements
|
|
6
5
|
* @slot description - Slot for description
|
|
@@ -21,6 +20,8 @@ export declare class StzhCheckboxgroup {
|
|
|
21
20
|
hideLegend: boolean;
|
|
22
21
|
/** Invalid status */
|
|
23
22
|
invalid: boolean;
|
|
23
|
+
/** Required status */
|
|
24
|
+
required: boolean;
|
|
24
25
|
/** Hide `(optional)` label */
|
|
25
26
|
hideOptional: boolean;
|
|
26
27
|
/** The selected values of the checkboxgroup */
|
|
@@ -48,7 +49,6 @@ export declare class StzhCheckboxgroup {
|
|
|
48
49
|
element: HTMLElement;
|
|
49
50
|
watchName(newValue: string): void;
|
|
50
51
|
watchDisabled(newValue: boolean): void;
|
|
51
|
-
watchHideOptional(newValue: boolean): void;
|
|
52
52
|
watchValue(newValue: string[] | string): void;
|
|
53
53
|
errorWatcher(newValue: string | string[]): void;
|
|
54
54
|
preventUpdatePropertiesWatcher(newValue: string[] | string): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { StzhMicrositeTeaserlistItem, StzhMicrositeTeaserlistTag } from "../../index";
|
|
2
|
+
import { StzhMicrositeTeaserlistLocalizedText } from "./stzh-microsite-teaserlist.localization";
|
|
3
3
|
/**
|
|
4
4
|
* @see https://www.stadt-zuerich.ch/site/fuer-zueri/de/index.html
|
|
5
5
|
* @see https://www.stadt-zuerich.ch/site/iazh/de/index.html
|
|
@@ -48,6 +48,8 @@ export declare class StzhProgressbar {
|
|
|
48
48
|
* / label
|
|
49
49
|
*/
|
|
50
50
|
getItemData(): Promise<any[]>;
|
|
51
|
+
onIndexChange(): void;
|
|
52
|
+
indexWatcher(newIndex: string | number): void;
|
|
51
53
|
stepsWatcher(): void;
|
|
52
54
|
dataWatcher(newValue: any[] | string): void;
|
|
53
55
|
private lastItemIndex;
|
|
@@ -56,6 +58,8 @@ export declare class StzhProgressbar {
|
|
|
56
58
|
private getItemAttributes;
|
|
57
59
|
private setCurrentSteps;
|
|
58
60
|
componentWillLoad(): Promise<void>;
|
|
61
|
+
componentShouldUpdate(): Promise<void>;
|
|
62
|
+
componentDidUpdate(): Promise<void>;
|
|
59
63
|
connectedCallback(): void;
|
|
60
64
|
disconnectedCallback(): void;
|
|
61
65
|
render(): any;
|
|
@@ -219,6 +219,9 @@ export declare class StzhUpload {
|
|
|
219
219
|
environment: StzhEnvironmentEnum | undefined;
|
|
220
220
|
totalFileSize: number;
|
|
221
221
|
duplicateDetected: boolean;
|
|
222
|
+
totalTooBig: boolean;
|
|
223
|
+
totalTooBigMessageHeading: string;
|
|
224
|
+
totalTooBigMessageBody: string;
|
|
222
225
|
totalFilesState: Array<any>;
|
|
223
226
|
duplicateFileName: string;
|
|
224
227
|
duplicateFileSize: string;
|
|
@@ -19,11 +19,13 @@ export type StzhUploadLocalizedText = StzhLocaleComponent & {
|
|
|
19
19
|
invalidFileType: string;
|
|
20
20
|
fileTooBig: string;
|
|
21
21
|
fileTooBigTotal: string;
|
|
22
|
+
fileTooBigTotal2: string;
|
|
22
23
|
fileTooBigServer: string;
|
|
23
24
|
photographingTitle1: string;
|
|
24
25
|
photographingText1: string;
|
|
25
26
|
photographingTitle2: string;
|
|
26
27
|
photographingText2: string;
|
|
28
|
+
photographingContinue: string;
|
|
27
29
|
back: string;
|
|
28
30
|
uploadSuccessToast: string;
|
|
29
31
|
uploadErrorToast: string;
|
|
@@ -1376,6 +1376,10 @@ export namespace Components {
|
|
|
1376
1376
|
* Prevent updating certain properties of radio elements (possible values inside array: disabled, invalid)
|
|
1377
1377
|
*/
|
|
1378
1378
|
"preventUpdateProperties": string[] | string;
|
|
1379
|
+
/**
|
|
1380
|
+
* Required status
|
|
1381
|
+
*/
|
|
1382
|
+
"required": boolean;
|
|
1379
1383
|
/**
|
|
1380
1384
|
* The selected values of the checkboxgroup
|
|
1381
1385
|
*/
|
|
@@ -8554,6 +8558,10 @@ declare namespace LocalJSX {
|
|
|
8554
8558
|
* Prevent updating certain properties of radio elements (possible values inside array: disabled, invalid)
|
|
8555
8559
|
*/
|
|
8556
8560
|
"preventUpdateProperties"?: string[] | string;
|
|
8561
|
+
/**
|
|
8562
|
+
* Required status
|
|
8563
|
+
*/
|
|
8564
|
+
"required"?: boolean;
|
|
8557
8565
|
/**
|
|
8558
8566
|
* The selected values of the checkboxgroup
|
|
8559
8567
|
*/
|
package/dist/vscode-data.json
CHANGED
|
@@ -1838,6 +1838,10 @@
|
|
|
1838
1838
|
"name": "prevent-update-properties",
|
|
1839
1839
|
"description": "Prevent updating certain properties of radio elements (possible values inside array: disabled, invalid)"
|
|
1840
1840
|
},
|
|
1841
|
+
{
|
|
1842
|
+
"name": "required",
|
|
1843
|
+
"description": "Required status"
|
|
1844
|
+
},
|
|
1841
1845
|
{
|
|
1842
1846
|
"name": "value",
|
|
1843
1847
|
"description": "The selected values of the checkboxgroup"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oiz/stzh-components",
|
|
3
|
-
"version": "3.8.0
|
|
3
|
+
"version": "3.8.0",
|
|
4
4
|
"description": "STZH Web Components Library",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -20,18 +20,16 @@
|
|
|
20
20
|
"clean": "node -e \"[ 'dist', '../stzh-components-react/src/components/stencil-generated', '../stzh-angular/projects/stzh-components-angular/src/lib/stencil-generated', '../stzh-components-vue/lib/stencil-generated' ].forEach(p => require('fs').rmSync(p, { recursive: true, force: true }));\"",
|
|
21
21
|
"build": "run-s clean icons:build stencil:build storybook:build meta:build angular:value-accessor-fix",
|
|
22
22
|
"pack": "run-s clean icons:build stencil:build meta:build angular:value-accessor-fix && npm pack",
|
|
23
|
-
"test": "run-p stencil:test:unit",
|
|
24
23
|
"test:e2e": "cross-env DEBUG=pw:webserver playwright test",
|
|
25
24
|
"test:e2e:components": "cross-env DEBUG=pw:webserver playwright test src/components/",
|
|
26
25
|
"test:e2e:patterns": "cross-env DEBUG=pw:webserver playwright test src/patterns/ src/pages/",
|
|
27
26
|
"test:e2e:ui": "playwright test --ui",
|
|
28
27
|
"test:e2e:clean": "node -e \"require('glob').sync('**/*snapshots/*.png').forEach(p => require('fs').rmSync(p, { force: true }));\"",
|
|
29
28
|
"test:e2e:update": "playwright test --update-snapshots",
|
|
29
|
+
"test:components:cli": "npm run storybook:build && start-server-and-test \"npx http-server storybook-static --port 6008\" http://localhost:6008 \"npx test-storybook --url http://localhost:6008\"",
|
|
30
30
|
"stencil:build": "stencil build --docs",
|
|
31
31
|
"stencil:start": "stencil build --watch",
|
|
32
32
|
"stencil:start:dev": "stencil build --dev --watch --serve",
|
|
33
|
-
"stencil:test:watch": "stencil test --spec --e2e --watchAll",
|
|
34
|
-
"stencil:test:unit": "stencil test --spec",
|
|
35
33
|
"stencil:generate": "stencil generate",
|
|
36
34
|
"storybook:build": "storybook build",
|
|
37
35
|
"storybook:start": "storybook dev -p 6008",
|
|
@@ -56,7 +54,10 @@
|
|
|
56
54
|
"@storybook/core-events": "^8.3.7",
|
|
57
55
|
"@storybook/html": "^8.3.7",
|
|
58
56
|
"@storybook/html-vite": "^8.3.7",
|
|
57
|
+
"@storybook/jest": "^0.2.3",
|
|
59
58
|
"@storybook/manager-api": "^8.3.7",
|
|
59
|
+
"@storybook/test-runner": "^0.21.3",
|
|
60
|
+
"@storybook/testing-library": "^0.2.2",
|
|
60
61
|
"@storybook/theming": "^8.3.7",
|
|
61
62
|
"@types/autoprefixer": "^9.7.2",
|
|
62
63
|
"@types/jest": "^27.5.2",
|
|
@@ -68,6 +69,7 @@
|
|
|
68
69
|
"http-server": "^14.1.1",
|
|
69
70
|
"jest": "^27.5.1",
|
|
70
71
|
"jest-cli": "^27.5.1",
|
|
72
|
+
"jest-junit": "^16.0.0",
|
|
71
73
|
"npm-run-all": "^4.1.5",
|
|
72
74
|
"postcss-assets": "^6.0.0",
|
|
73
75
|
"postcss-inline-svg": "^5.0.0",
|
|
@@ -75,11 +77,13 @@
|
|
|
75
77
|
"puppeteer": "^21.7.0",
|
|
76
78
|
"react": "^18.2.0",
|
|
77
79
|
"react-dom": "^18.2.0",
|
|
80
|
+
"start-server-and-test": "^2.0.10",
|
|
78
81
|
"stencil-inline-svg": "^1.1.0",
|
|
79
82
|
"storybook": "^8.3.7",
|
|
80
83
|
"svg-tag-names": "^2.0.1",
|
|
81
84
|
"svgo": "^3.3.2",
|
|
82
|
-
"ttf2woff2": "^5.0.0"
|
|
85
|
+
"ttf2woff2": "^5.0.0",
|
|
86
|
+
"wait-on": "^8.0.2"
|
|
83
87
|
},
|
|
84
88
|
"browserslist": [
|
|
85
89
|
"> 1% in CH",
|