@oiz/stzh-components 3.3.0-beta5 → 3.3.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-95815145.js → app-globals-333c7ab2.js} +2 -2
- package/dist/cjs/{app-globals-95815145.js.map → app-globals-333c7ab2.js.map} +1 -1
- package/dist/cjs/index-92254d32.js +6 -10
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-appointments.cjs.entry.js +19 -2
- package/dist/cjs/stzh-appointments.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-components.cjs.js +2 -2
- package/dist/cjs/stzh-datepicker_3.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datepicker_3.cjs.entry.js.map +1 -1
- package/dist/cjs/{stzh-dialog.cjs.entry.js → stzh-dialog_2.cjs.entry.js} +141 -1
- package/dist/cjs/stzh-dialog_2.cjs.entry.js.map +1 -0
- package/dist/cjs/stzh-header.cjs.entry.js +29 -19
- package/dist/cjs/stzh-header.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-saptcha.cjs.entry.js +9 -1
- package/dist/cjs/stzh-saptcha.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-upload.cjs.entry.js +25 -14
- package/dist/cjs/stzh-upload.cjs.entry.js.map +1 -1
- package/dist/collection/assets/i18n/de.json +6 -4
- package/dist/collection/assets/i18n/en.json +6 -4
- package/dist/collection/components/stzh-button/stzh-button.css +3 -2
- package/dist/collection/components/stzh-header/stzh-header.css +1 -1
- package/dist/collection/components/stzh-header/stzh-header.js +39 -25
- package/dist/collection/components/stzh-header/stzh-header.js.map +1 -1
- package/dist/collection/components/stzh-header/stzh-header.stories.js +7 -9
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.css +6 -0
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.stories.js +10 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.js +16 -1
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.js.map +1 -1
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.stories.js +2 -1
- package/dist/collection/components/stzh-upload/stzh-upload.js +26 -15
- 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 +1 -1
- package/dist/collection/index.js.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index2.js.map +1 -1
- package/dist/components/stzh-appointments.js +18 -1
- package/dist/components/stzh-appointments.js.map +1 -1
- package/dist/components/stzh-button2.js +1 -1
- package/dist/components/stzh-button2.js.map +1 -1
- package/dist/components/stzh-header.js +33 -22
- package/dist/components/stzh-header.js.map +1 -1
- package/dist/components/stzh-radiogroup2.js +1 -1
- package/dist/components/stzh-radiogroup2.js.map +1 -1
- package/dist/components/stzh-saptcha.js +12 -2
- package/dist/components/stzh-saptcha.js.map +1 -1
- package/dist/components/stzh-toastbar.js +1 -185
- package/dist/components/stzh-toastbar.js.map +1 -1
- package/dist/{esm/stzh-toastbar.entry.js → components/stzh-toastbar2.js} +56 -11
- package/dist/components/stzh-toastbar2.js.map +1 -0
- package/dist/components/stzh-upload.js +53 -30
- package/dist/components/stzh-upload.js.map +1 -1
- package/dist/esm/{app-globals-10ef946d.js → app-globals-cff24d08.js} +2 -2
- package/dist/esm/{app-globals-10ef946d.js.map → app-globals-cff24d08.js.map} +1 -1
- package/dist/esm/index-e3050b18.js +6 -10
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/stzh-appointments.entry.js +18 -1
- package/dist/esm/stzh-appointments.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-components.js +2 -2
- package/dist/esm/stzh-datepicker_3.entry.js +1 -1
- package/dist/esm/stzh-datepicker_3.entry.js.map +1 -1
- package/dist/esm/{stzh-dialog.entry.js → stzh-dialog_2.entry.js} +141 -2
- package/dist/esm/stzh-dialog_2.entry.js.map +1 -0
- package/dist/esm/stzh-header.entry.js +29 -19
- package/dist/esm/stzh-header.entry.js.map +1 -1
- package/dist/esm/stzh-saptcha.entry.js +9 -1
- package/dist/esm/stzh-saptcha.entry.js.map +1 -1
- package/dist/esm/stzh-upload.entry.js +25 -14
- package/dist/esm/stzh-upload.entry.js.map +1 -1
- package/dist/stzh-components/assets/i18n/de.json +6 -4
- package/dist/stzh-components/assets/i18n/en.json +6 -4
- package/dist/stzh-components/index.esm.js.map +1 -1
- package/dist/stzh-components/{p-487b6e52.entry.js → p-35bf0d6a.entry.js} +2 -2
- package/dist/stzh-components/{p-487b6e52.entry.js.map → p-35bf0d6a.entry.js.map} +1 -1
- package/dist/stzh-components/p-37a50532.entry.js +2 -0
- package/dist/stzh-components/p-37a50532.entry.js.map +1 -0
- package/dist/stzh-components/{p-9d050177.entry.js → p-50c32fd1.entry.js} +2 -2
- package/dist/stzh-components/p-50c32fd1.entry.js.map +1 -0
- package/dist/stzh-components/p-5d9912f3.entry.js +2 -0
- package/dist/stzh-components/p-5d9912f3.entry.js.map +1 -0
- package/dist/stzh-components/p-cf4727ad.entry.js +2 -0
- package/dist/stzh-components/p-cf4727ad.entry.js.map +1 -0
- package/dist/stzh-components/p-e45e3147.js +2 -0
- package/dist/stzh-components/{p-45be0b3e.js.map → p-e45e3147.js.map} +1 -1
- package/dist/stzh-components/p-ecbac5ca.entry.js +2 -0
- package/dist/stzh-components/p-ecbac5ca.entry.js.map +1 -0
- package/dist/stzh-components/p-f63a00c1.entry.js +2 -0
- package/dist/stzh-components/p-f63a00c1.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-header/stzh-header.d.ts +7 -5
- package/dist/types/components/stzh-saptcha/stzh-saptcha.d.ts +4 -0
- package/dist/types/components/stzh-upload/stzh-upload.d.ts +1 -0
- package/dist/types/components/stzh-upload/stzh-upload.localization.d.ts +2 -0
- package/dist/types/components.d.ts +12 -12
- package/dist/types/index.d.ts +5 -5
- package/dist/vscode-data.json +9 -5
- package/package.json +1 -1
- package/dist/cjs/stzh-dialog.cjs.entry.js.map +0 -1
- package/dist/cjs/stzh-toastbar.cjs.entry.js +0 -148
- package/dist/cjs/stzh-toastbar.cjs.entry.js.map +0 -1
- package/dist/cjs/translation-utils-18767769.js +0 -23
- package/dist/cjs/translation-utils-18767769.js.map +0 -1
- package/dist/components/translation-utils.js +0 -21
- package/dist/components/translation-utils.js.map +0 -1
- package/dist/esm/stzh-dialog.entry.js.map +0 -1
- package/dist/esm/stzh-toastbar.entry.js.map +0 -1
- package/dist/esm/translation-utils-ffb7823c.js +0 -21
- package/dist/esm/translation-utils-ffb7823c.js.map +0 -1
- package/dist/stzh-components/p-24feb79f.entry.js +0 -2
- package/dist/stzh-components/p-24feb79f.entry.js.map +0 -1
- package/dist/stzh-components/p-287f518f.entry.js +0 -2
- package/dist/stzh-components/p-287f518f.entry.js.map +0 -1
- package/dist/stzh-components/p-41529de9.js +0 -2
- package/dist/stzh-components/p-41529de9.js.map +0 -1
- package/dist/stzh-components/p-45be0b3e.js +0 -2
- package/dist/stzh-components/p-4f7f4362.entry.js +0 -2
- package/dist/stzh-components/p-4f7f4362.entry.js.map +0 -1
- package/dist/stzh-components/p-9d050177.entry.js.map +0 -1
- package/dist/stzh-components/p-acd03caf.entry.js +0 -2
- package/dist/stzh-components/p-acd03caf.entry.js.map +0 -1
- package/dist/stzh-components/p-bb4dea97.entry.js +0 -2
- package/dist/stzh-components/p-bb4dea97.entry.js.map +0 -1
- package/dist/stzh-components/p-f0887c02.entry.js +0 -2
- package/dist/stzh-components/p-f0887c02.entry.js.map +0 -1
package/dist/esm/loader.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { b as bootstrapLazy } from './index-e3050b18.js';
|
|
2
2
|
export { s as setNonce } from './index-e3050b18.js';
|
|
3
|
-
import { g as globalScripts } from './app-globals-
|
|
3
|
+
import { g as globalScripts } from './app-globals-cff24d08.js';
|
|
4
4
|
|
|
5
5
|
const defineCustomElements = (win, options) => {
|
|
6
6
|
if (typeof window === 'undefined') return undefined;
|
|
7
7
|
globalScripts();
|
|
8
|
-
return bootstrapLazy(JSON.parse("[[\"stzh-microsite-teaserlist\",[[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\"]}]]],[\"stzh-datatable\",[[4,\"stzh-datatable\",{\"tableLayout\":[1,\"table-layout\"],\"localization\":[16],\"label\":[1],\"sortBy\":[1025,\"sort-by\"],\"sortDirection\":[1025,\"sort-direction\"],\"idField\":[1,\"id-field\"],\"rowHeaderField\":[1,\"row-header-field\"],\"hideSearch\":[516,\"hide-search\"],\"hideColumnHeadings\":[516,\"hide-column-headings\"],\"showList\":[516,\"show-list\"],\"page\":[1026],\"pageSize\":[2,\"page-size\"],\"csvUrl\":[1,\"csv-url\"],\"csvHeader\":[4,\"csv-header\"],\"csvDynamicTyping\":[4,\"csv-dynamic-typing\"],\"disableMinWidth\":[516,\"disable-min-width\"],\"rows\":[1025],\"columns\":[1025],\"query\":[32],\"hasScrollLeft\":[32],\"hasScrollRight\":[32],\"isScrollable\":[32],\"cellsStickyLeft\":[32],\"cellsStickyRight\":[32],\"toggleSort\":[64]},null,{\"csvUrls\":[\"csvUrlsWatcher\"],\"rows\":[\"rowsWatcher\"],\"columns\":[\"columnsWatcher\"],\"sortBy\":[\"sortByWatcher\"],\"sortDirection\":[\"sortDirectionWatcher\"]}]]],[\"stzh-search\",[[4,\"stzh-search\",{\"localization\":[16],\"variant\":[1],\"breakout\":[4],\"autofetchMainFilters\":[4,\"autofetch-main-filters\"],\"autofetchAsideFilters\":[4,\"autofetch-aside-filters\"],\"hideMainFilters\":[516,\"hide-main-filters\"],\"hideAsideFilters\":[516,\"hide-aside-filters\"],\"api\":[1],\"debounceTime\":[2,\"debounce-time\"],\"limit\":[2],\"initialFetch\":[4,\"initial-fetch\"],\"preventUpdateUrl\":[4,\"prevent-update-url\"],\"templateResult\":[1,\"template-result\"],\"templateResultWrapperElement\":[1,\"template-result-wrapper-element\"],\"templateResultWrapperProps\":[16],\"resultHeadingLevel\":[1,\"result-heading-level\"],\"emptyText\":[1,\"empty-text\"],\"heading\":[1],\"emptyLinkHref\":[1,\"empty-link-href\"],\"emptyLinkLabel\":[1,\"empty-link-label\"],\"totalCount\":[32],\"loading\":[32],\"error\":[32],\"results\":[32],\"chipResultsHeading\":[32],\"chipResults\":[32],\"resultsHeading\":[32],\"hasRequiredParams\":[32],\"firstFetched\":[32],\"initiallyFetched\":[32],\"isDetailsOpen\":[32]},null,{\"totalCount\":[\"totalCountWatcher\"],\"results\":[\"totalCountWatcher\"],\"preventUpdateUrl\":[\"preventUpdateUrlWatcher\"]}]]],[\"stzh-appointments\",[[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\"]}]]],[\"stzh-card-searchresult\",[[6,\"stzh-card-searchresult\",{\"localization\":[16],\"href\":[513],\"target\":[1],\"download\":[1],\"analyticsId\":[1,\"analytics-id\"],\"heading\":[1],\"headingLevel\":[1,\"heading-level\"],\"description\":[1],\"tag\":[1],\"topic\":[1],\"service\":[1],\"dateline\":[1],\"meta\":[1],\"breadcrumbItems\":[1,\"breadcrumb-items\"],\"datalistItems\":[1,\"datalist-items\"],\"eventDateStart\":[1,\"event-date-start\"],\"eventDateEnd\":[1,\"event-date-end\"],\"eventLocation\":[1,\"event-location\"],\"imagePosition\":[513,\"image-position\"],\"downloadHeading\":[1,\"download-heading\"],\"downloadMeta\":[1,\"download-meta\"],\"dateAdapter\":[16],\"hyphensEnabled\":[516,\"hyphens-enabled\"]},null,{\"meta\":[\"metaWatcher\"],\"downloadMeta\":[\"downloadMetaWatcher\"]}]]],[\"stzh-card-superteaser\",[[6,\"stzh-card-superteaser\",{\"localization\":[16],\"href\":[513],\"target\":[1],\"download\":[1],\"analyticsId\":[1,\"analytics-id\"],\"heading\":[1],\"headingLevel\":[1,\"heading-level\"],\"description\":[1],\"tag\":[1],\"topic\":[1],\"service\":[1],\"dateline\":[1],\"meta\":[1],\"breadcrumbItems\":[1,\"breadcrumb-items\"],\"datalistItems\":[1,\"datalist-items\"],\"eventDateStart\":[1,\"event-date-start\"],\"eventDateEnd\":[1,\"event-date-end\"],\"eventLocation\":[1,\"event-location\"],\"imagePosition\":[513,\"image-position\"],\"downloadHeading\":[1,\"download-heading\"],\"downloadMeta\":[1,\"download-meta\"],\"dateAdapter\":[16],\"hyphensEnabled\":[516,\"hyphens-enabled\"]},null,{\"meta\":[\"metaWatcher\"],\"downloadMeta\":[\"downloadMetaWatcher\"]}]]],[\"stzh-datamessagelist-item\",[[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\"]}]]],[\"stzh-panorama\",[[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\"]}]]],[\"stzh-amount\",[[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\"]}]]],[\"stzh-header\",[[6,\"stzh-header\",{\"localization\":[16],\"href\":[1],\"menuId\":[1,\"menu-id\"],\"searchId\":[1,\"search-id\"],\"metanavId\":[1,\"metanav-id\"],\"languageId\":[1,\"language-id\"],\"logoType\":[513,\"logo-type\"],\"menuItems\":[1,\"menu-items\"],\"menuBackLabel\":[1,\"menu-back-label\"],\"standardMetanavItems\":[1,\"standard-metanav-items\"],\"userSpecificMetanavItemsNotLoggedIn\":[16],\"appNavItems\":[16],\"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\"],\"hideLogo\":[32],\"headerHeight\":[32],\"paddingTop\":[32],\"stickyActive\":[32],\"flyoutOpen\":[32],\"flyoutSearchOpen\":[32],\"searchFilled\":[32],\"fixed\":[32],\"fixedTransition\":[32],\"currentOpenMenuItem\":[32],\"currentOpenMetanavItem\":[32],\"currentOpenLanguage\":[32],\"userSpecificMetanavItemsLoggedIn\":[32],\"combinedMetanavItems\":[32],\"updatePosition\":[64]},[[4,\"keydown\",\"handleKeydown\"],[0,\"stzhOverlayCloseClick\",\"flyoutCloseClicked\"],[9,\"scroll\",\"scrollListener\"]],{\"flyoutOpen\":[\"flyoutOpenWatcher\",\"fixedWatcher\"],\"flyoutSearchOpen\":[\"flyoutOpenWatcher\",\"fixedWatcher\"],\"fixed\":[\"fixedWatcher\"],\"headerHeight\":[\"fixedWatcher\"],\"sticky\":[\"stickyWatcher\"],\"searchValue\":[\"searchValueWatcher\"],\"menuItems\":[\"menuItemsWatcher\"],\"standardMetanavItems\":[\"standardMetanavItemsWatcher\"],\"userSpecificMetanavItemsNotLoggedIn\":[\"userSpecificMetanavItemsNotLoggedInWatcher\"],\"languages\":[\"languagesWatcher\"]}]]],[\"stzh-sitemap\",[[0,\"stzh-sitemap\",{\"items\":[1]}]]],[\"stzh-upload\",[[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\"],\"url\":[1],\"method\":[1],\"withCredentials\":[4,\"with-credentials\"],\"disabled\":[516],\"invalid\":[516],\"downloadDisabled\":[4,\"download-disabled\"],\"downloadDisabledWhileProcessing\":[4,\"download-disabled-while-processing\"],\"error\":[1],\"acceptedFiles\":[1,\"accepted-files\"],\"autoProcessQueue\":[4,\"auto-process-queue\"],\"hideProgress\":[4,\"hide-progress\"],\"hideProgressWhileIdle\":[4,\"hide-progress-while-idle\"],\"maxFiles\":[2,\"max-files\"],\"maxFilesize\":[2,\"max-filesize\"],\"parallelUploads\":[2,\"parallel-uploads\"],\"uploadMultiple\":[4,\"upload-multiple\"],\"chunking\":[4],\"forceChunking\":[4,\"force-chunking\"],\"chunkSize\":[2,\"chunk-size\"],\"parallelChunkUploads\":[4,\"parallel-chunk-uploads\"],\"retryChunks\":[4,\"retry-chunks\"],\"retryChunksLimit\":[2,\"retry-chunks-limit\"],\"filesizeBase\":[2,\"filesize-base\"],\"headers\":[16],\"defaultHeaders\":[4,\"default-headers\"],\"accept\":[16],\"chunksUploaded\":[16],\"hiddenInputContainer\":[1,\"hidden-input-container\"],\"preventHiddenInputClear\":[4,\"prevent-hidden-input-clear\"],\"localization\":[16],\"environment\":[32],\"isPhotographingAvailable\":[32],\"photographingUrlDetails\":[32],\"photographingHost\":[32],\"photographingConfig\":[32],\"photographingWebsocket\":[32],\"photographingToken\":[32],\"processQueue\":[64],\"removeFile\":[64],\"removeAllFiles\":[64]},[[4,\"reset\",\"resetListener\"]],{\"name\":[\"nameWatcher\"],\"maxFiles\":[\"maxFilesWatcher\"],\"maxFilesize\":[\"maxFilesizeWatcher\"],\"existingFiles\":[\"existingFilesWatcher\"],\"disabled\":[\"disabledWatcher\"],\"error\":[\"errorWatcher\"]}]]],[\"stzh-gallery\",[[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\"]}]]],[\"stzh-pagebottom\",[[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\"]}]]],[\"stzh-saptcha\",[[2,\"stzh-saptcha\",{\"localization\":[16],\"numbers\":[1],\"value\":[1],\"name\":[513],\"error\":[1],\"invalid\":[516],\"disabled\":[516]},null,{\"numbers\":[\"numbersWatcher\"],\"error\":[\"errorWatcher\"]}]]],[\"stzh-vbz-majorticker\",[[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\"]}]]],[\"stzh-vbz-ticker\",[[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\"]}]]],[\"stzh-archivelist\",[[2,\"stzh-archivelist\",{\"localization\":[16],\"showItems\":[1026,\"show-items\"],\"stepItems\":[2,\"step-items\"],\"items\":[1]},null,{\"items\":[\"itemsWatcher\"],\"showItems\":[\"showItemsWatcher\"]}]]],[\"stzh-homepage-service-highlights\",[[2,\"stzh-homepage-service-highlights\",{\"topnewsItems\":[1,\"topnews-items\"],\"mostsearchedItems\":[1,\"mostsearched-items\"]},null,{\"topnewsItems\":[\"topnewsItemsWatcher\"],\"mostsearchedItems\":[\"mostsearchedItemsWatcher\"]}]]],[\"stzh-youtube\",[[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]}]]],[\"stzh-anchornav\",[[2,\"stzh-anchornav\",{\"localization\":[16],\"items\":[1]},null,{\"items\":[\"itemsWatcher\"]}]]],[\"stzh-audio\",[[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]}]]],[\"stzh-contact\",[[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\"]}]]],[\"stzh-eventinfo\",[[6,\"stzh-eventinfo\",{\"localization\":[16],\"monthHeadingLevel\":[1,\"month-heading-level\"],\"start\":[1],\"end\":[1],\"calendarUrl\":[1,\"calendar-url\"],\"calendarLabel\":[1,\"calendar-label\"],\"items\":[1],\"dateAdapter\":[16]},null,{\"items\":[\"itemsWatcher\"],\"dateAdapter\":[\"itemsWatcher\"]}]]],[\"stzh-monthyearpicker\",[[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\"]}]]],[\"stzh-timepicker\",[[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\"]}]]],[\"stzh-toastbar\",[[1,\"stzh-toastbar\",{\"hideAfter\":[2,\"hide-after\"],\"max\":[2],\"initialToasts\":[1,\"initial-toasts\"],\"toast\":[64]},null,{\"initialToasts\":[\"initialToastsWatcher\"]}]]],[\"stzh-vbz-intro\",[[6,\"stzh-vbz-intro\",{\"localization\":[16],\"quicklinks\":[1]},null,{\"quicklinks\":[\"quicklinksWatcher\"]}]]],[\"stzh-banner\",[[6,\"stzh-banner\",{\"label\":[1],\"hideClose\":[4,\"hide-close\"],\"localization\":[16],\"open\":[32],\"show\":[64],\"hide\":[64]}]]],[\"stzh-checkbox\",[[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\"]}]]],[\"stzh-checkboxgroup\",[[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\"]}]]],[\"stzh-contact-cv\",[[6,\"stzh-contact-cv\",{\"localization\":[16],\"jobtitle\":[1],\"responsibilities\":[1],\"trainings\":[1],\"hobbies\":[1]},null,{\"trainings\":[\"trainingsWatcher\"],\"hobbies\":[\"hobbiesWatcher\"]}]]],[\"stzh-daterange\",[[6,\"stzh-daterange\",{\"localization\":[16],\"legend\":[1],\"rangeLinks\":[1,\"range-links\"]},null,{\"rangeLinks\":[\"rangeLinksWatcher\"]}]]],[\"stzh-disturber\",[[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\"]}]]],[\"stzh-editor\",[[2,\"stzh-editor\",{\"localization\":[16],\"heading\":[1],\"items\":[1]},null,{\"items\":[\"itemsWatcher\"]}]]],[\"stzh-footer\",[[4,\"stzh-footer\",{\"localization\":[16],\"copyright\":[1],\"variant\":[1],\"mainUrl\":[1,\"main-url\"]}]]],[\"stzh-readspeaker\",[[4,\"stzh-readspeaker\",{\"href\":[1],\"openPlayer\":[64],\"closePlayer\":[64]}]]],[\"stzh-toggle\",[[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\"]}]]],[\"stzh-cta\",[[6,\"stzh-cta\",{\"heading\":[1],\"lead\":[1],\"label\":[1],\"href\":[1],\"stickyDisabled\":[4,\"sticky-disabled\"],\"loaded\":[32]}]]],[\"stzh-pi-content-navigation\",[[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]}]]],[\"stzh-progressbar\",[[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\"]}]]],[\"stzh-timeline-item\",[[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\"]}]]],[\"stzh-card-navigation\",[[6,\"stzh-card-navigation\",{\"href\":[513],\"target\":[1],\"analyticsId\":[1,\"analytics-id\"],\"heading\":[1],\"headingLevel\":[1,\"heading-level\"],\"lead\":[1],\"hyphensEnabled\":[516,\"hyphens-enabled\"]}]]],[\"stzh-fieldset\",[[6,\"stzh-fieldset\",{\"legend\":[1],\"hideLegend\":[4,\"hide-legend\"],\"legendLevel\":[1,\"legend-level\"],\"legendCurve\":[1,\"legend-curve\"]}]]],[\"stzh-imagecomparison\",[[6,\"stzh-imagecomparison\",{\"localization\":[16],\"hintLeft\":[1,\"hint-left\"],\"hintRight\":[1,\"hint-right\"],\"value\":[1026],\"label\":[1],\"a11yDescribedby\":[1,\"a11y-describedby\"]}]]],[\"stzh-olmap\",[[0,\"stzh-olmap\",{\"localization\":[16],\"hostname\":[1],\"scaleControl\":[4,\"scale-control\"],\"layerControl\":[4,\"layer-control\"],\"printControl\":[4,\"print-control\"],\"locationControl\":[4,\"location-control\"],\"layer\":[1025],\"zoom\":[2],\"zoomLocation\":[2,\"zoom-location\"],\"center\":[1],\"centerMarker\":[4,\"center-marker\"],\"pinchRotateThreshold\":[2,\"pinch-rotate-threshold\"],\"resolutions\":[1],\"layers\":[1],\"getMap\":[64],\"addIconMarker\":[64],\"removeIconMarker\":[64],\"setIconMarkerActive\":[64],\"setIconMarkerInactive\":[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\"]}]]],[\"stzh-pagetitle\",[[6,\"stzh-pagetitle\",{\"background\":[513],\"hyphensEnabled\":[516,\"hyphens-enabled\"],\"dateline\":[1]},[[9,\"resize\",\"handleResize\"],[0,\"stzhOpen\",\"handleStzhOpen\"],[0,\"stzhClose\",\"handleStzhClose\"]]]]],[\"stzh-pagetitle-home\",[[6,\"stzh-pagetitle-home\",{\"isSmall\":[32]}]]],[\"stzh-pi-menu\",[[1,\"stzh-pi-menu\",{\"localization\":[16],\"breakout\":[516],\"menuItems\":[1,\"menu-items\"],\"open\":[1540],\"heading\":[1],\"subheading\":[1],\"headingLevel\":[513,\"heading-level\"],\"analyticsId\":[1,\"analytics-id\"],\"rootTabindex\":[32],\"isSmallOrMedium\":[32],\"show\":[64],\"hide\":[64],\"toggle\":[64]},null,{\"menuItems\":[\"menuItemsWatcher\"],\"open\":[\"openWatcher\"]}]]],[\"stzh-pi-pagetitle\",[[6,\"stzh-pi-pagetitle\",{\"level\":[514],\"author\":[513],\"date\":[513]},null,{\"level\":[\"handleLevelChange\"]}]]],[\"stzh-pi-teaser\",[[6,\"stzh-pi-teaser\",{\"href\":[513],\"target\":[1],\"analyticsId\":[1,\"analytics-id\"],\"dateline\":[1],\"heading\":[1],\"headingLevel\":[1,\"heading-level\"],\"lead\":[1],\"date\":[1]}]]],[\"stzh-sticky-actions\",[[1,\"stzh-sticky-actions\",{\"pagetitleQuery\":[1,\"pagetitle-query\"],\"hasActiveScrollup\":[32],\"isSlotted\":[32]},null,{\"hasActiveScrollup\":[\"hasActiveScrollupWatcher\"]}]]],[\"stzh-vbz-carousel\",[[6,\"stzh-vbz-carousel\",{\"autoplayTimeout\":[2,\"autoplay-timeout\"]}]]],[\"stzh-actions\",[[6,\"stzh-actions\",{\"variant\":[513]}]]],[\"stzh-app-bar\",[[6,\"stzh-app-bar\"]]],[\"stzh-cell\",[[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\"]}]]],[\"stzh-chart\",[[4,\"stzh-chart\",{\"chartId\":[1,\"chart-id\"],\"create\":[16]},null,{\"create\":[\"createWatcher\"]}]]],[\"stzh-container\",[[6,\"stzh-container\",{\"noMargin\":[4,\"no-margin\"]}]]],[\"stzh-content\",[[6,\"stzh-content\",{\"variant\":[513],\"preventElementLayout\":[516,\"prevent-element-layout\"]}]]],[\"stzh-cspace\",[[4,\"stzh-cspace\",{\"removeFirstMargin\":[516,\"remove-first-margin\"],\"removeLastMargin\":[516,\"remove-last-margin\"],\"preventRemoveNested\":[513,\"prevent-remove-nested\"]},null,{\"preventRemoveNested\":[\"preventRemoveNestedWatcher\"]}]]],[\"stzh-datamessagelist\",[[6,\"stzh-datamessagelist\"]]],[\"stzh-eventdata\",[[6,\"stzh-eventdata\",{\"label\":[1]}]]],[\"stzh-flyingfocus\",[[2,\"stzh-flyingfocus\",{\"minimalEdgeSpace\":[2,\"minimal-edge-space\"],\"style\":[32],\"position\":[32],\"enabled\":[32],\"visible\":[32],\"helper\":[32],\"moving\":[32],\"reposition\":[64]},[[4,\"keydown\",\"handleKeydown\"],[5,\"mousedown\",\"handleMousedown\"],[6,\"focus\",\"handleFocus\"],[6,\"stzhFocus\",\"handleFocus\"],[6,\"blur\",\"handleBlur\"],[7,\"scroll\",\"handleScrollResize\"],[11,\"resize\",\"handleScrollResize\"]]]]],[\"stzh-hr\",[[2,\"stzh-hr\"]]],[\"stzh-invert\",[[6,\"stzh-invert\"]]],[\"stzh-loadingbar\",[[2,\"stzh-loadingbar\",{\"percent\":[2],\"hidePercent\":[4,\"hide-percent\"],\"label\":[1]}]]],[\"stzh-overlay\",[[6,\"stzh-overlay\",{\"open\":[1028],\"stay\":[4],\"a11yLabel\":[1,\"a11y-label\"],\"show\":[64],\"hide\":[64]}]]],[\"stzh-page-skiplinks\",[[6,\"stzh-page-skiplinks\"]]],[\"stzh-pagecontent\",[[6,\"stzh-pagecontent\"]]],[\"stzh-pagetitle-hero\",[[6,\"stzh-pagetitle-hero\",{\"heading\":[1],\"headingId\":[1,\"heading-id\"],\"leadAuthor\":[1,\"lead-author\"],\"subtitle\":[1]}]]],[\"stzh-pi-quote\",[[2,\"stzh-pi-quote\",{\"text\":[1]}]]],[\"stzh-row\",[[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]}]]],[\"stzh-scrollup\",[[1,\"stzh-scrollup\"]]],[\"stzh-section\",[[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]}]]],[\"stzh-skin-portal-mitwirken\",[[0,\"stzh-skin-portal-mitwirken\"]]],[\"stzh-skin-storybook-preview\",[[0,\"stzh-skin-storybook-preview\"]]],[\"stzh-skiplink\",[[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\"]]]]],[\"stzh-space\",[[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]}]]],[\"stzh-table\",[[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\"]}]]],[\"stzh-textandimage\",[[1,\"stzh-textandimage\",{\"size\":[513],\"imagePosition\":[513,\"image-position\"]}]]],[\"stzh-timeline\",[[1,\"stzh-timeline\",{\"foldable\":[4],\"collapsible\":[4],\"multiselectable\":[4],\"setItemFocus\":[64],\"updateSteps\":[64]},[[0,\"stzhOpen\",\"openListener\"]],{\"foldable\":[\"foldableWatcher\"]}]]],[\"stzh-twocolumns\",[[1,\"stzh-twocolumns\"]]],[\"stzh-vbz-connection-finder\",[[2,\"stzh-vbz-connection-finder\"]]],[\"stzh-visuallyhidden\",[[6,\"stzh-visuallyhidden\"]]],[\"stzh-vspace\",[[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]}]]],[\"stzh-dialog\",[[6,\"stzh-dialog\",{\"localization\":[16],\"closeOnEscapeKey\":[4,\"close-on-escape-key\"],\"closeOnBackdropClick\":[4,\"close-on-backdrop-click\"],\"open\":[1028],\"stay\":[4],\"size\":[513],\"hideClose\":[4,\"hide-close\"],\"heading\":[1],\"a11yRole\":[1,\"a11y-role\"],\"a11yLabel\":[1,\"a11y-label\"],\"closeAnalyticsId\":[1,\"close-analytics-id\"],\"show\":[64],\"hide\":[64]},[[6,\"click\",\"handleOutsideClick\"],[4,\"keydown\",\"handleKeydown\"],[4,\"click\",\"handleOpenTriggerClick\"]]]]],[\"stzh-app-nav\",[[1,\"stzh-app-nav\",{\"localization\":[16],\"items\":[16]}]]],[\"stzh-iframe\",[[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\"]}]]],[\"stzh-toast\",[[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\"]}]]],[\"stzh-progressbar-item\",[[6,\"stzh-progressbar-item\",{\"label\":[513],\"disabled\":[516],\"first\":[516],\"last\":[516],\"passed\":[516],\"current\":[516],\"hide\":[516],\"dotted\":[516],\"step\":[514],\"icon\":[513],\"clickDisabled\":[4,\"click-disabled\"],\"analyticsId\":[1,\"analytics-id\"]}]]],[\"stzh-vbz-linechip\",[[2,\"stzh-vbz-linechip\",{\"line\":[1],\"active\":[516],\"alert\":[516],\"global\":[516],\"disabled\":[516],\"analyticsId\":[1,\"analytics-id\"]}]]],[\"stzh-hspace\",[[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]}]]],[\"stzh-actionset\",[[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\"]}]]],[\"stzh-card_2\",[[6,\"stzh-card\",{\"localization\":[16],\"variant\":[513],\"collapsed\":[1540],\"starred\":[1540],\"starrable\":[516],\"selectable\":[516],\"checked\":[516],\"name\":[513],\"href\":[513],\"target\":[1],\"value\":[1025],\"disabled\":[516],\"heading\":[1],\"headingLevel\":[513,\"heading-level\"],\"subtitle\":[1],\"headerActions\":[1,\"header-actions\"],\"headerActionsBadge\":[1,\"header-actions-badge\"],\"headerActionsBadgeType\":[1,\"header-actions-badge-type\"],\"footerActions\":[1,\"footer-actions\"],\"subtitleInteractive\":[4,\"subtitle-interactive\"],\"sortableDisabled\":[516,\"sortable-disabled\"],\"collapsible\":[516],\"hideMovementActions\":[4,\"hide-movement-actions\"],\"analyticsId\":[1,\"analytics-id\"]},null,{\"subtitle\":[\"subtitleWatcher\"],\"headerActions\":[\"headerActionsWatcher\"],\"footerActions\":[\"footerActionsWatcher\"]}],[6,\"stzh-cardlist\",{\"localization\":[16],\"layout\":[513],\"description\":[1],\"showToggleLink\":[516,\"show-toggle-link\"],\"sortableEnabled\":[4,\"sortable-enabled\"],\"sortableDataIdAttribute\":[1,\"sortable-data-id-attribute\"],\"allCollapsed\":[32],\"isStzhAnchornavVisible\":[32]},[[0,\"stzhCollapse\",\"collapseListener\"]]]]],[\"stzh-chipselect\",[[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\"]}]]],[\"stzh-calendar\",[[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\"]}]]],[\"stzh-print_2\",[[2,\"stzh-share\",{\"localization\":[16],\"url\":[1],\"mailSubject\":[1,\"mail-subject\"],\"mailBody\":[1,\"mail-body\"],\"services\":[1]},null,{\"services\":[\"servicesWatcher\"]}],[1,\"stzh-print\"]]],[\"stzh-chipgroup_2\",[[6,\"stzh-message\",{\"label\":[1],\"description\":[1],\"type\":[513],\"hideClose\":[4,\"hide-close\"],\"localization\":[16],\"open\":[32],\"show\":[64],\"hide\":[64]}],[6,\"stzh-chipgroup\"]]],[\"stzh-list_2\",[[1,\"stzh-list\",{\"variant\":[513]}],[1,\"stzh-list-item\"]]],[\"stzh-carousel\",[[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\"]}]]],[\"stzh-details\",[[6,\"stzh-details\",{\"open\":[1540],\"show\":[64],\"hide\":[64],\"toggle\":[64]},null,{\"open\":[\"openWatcher\"]}]]],[\"stzh-figure\",[[6,\"stzh-figure\",{\"caption\":[1],\"copyright\":[1],\"counter\":[1],\"heading\":[1],\"fullwidth\":[516]}]]],[\"stzh-loader\",[[6,\"stzh-loader\",{\"size\":[1],\"label\":[1],\"hideLabel\":[4,\"hide-label\"]}]]],[\"stzh-sortable\",[[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\"]}]]],[\"stzh-sticky\",[[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\"]}]]],[\"stzh-datepicker_3\",[[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\"]}]]],[\"stzh-buttongroup\",[[6,\"stzh-buttongroup\"]]],[\"stzh-badge_3\",[[6,\"stzh-button\",{\"localization\":[16],\"badge\":[1],\"badgeType\":[513,\"badge-type\"],\"badgePosition\":[513,\"badge-position\"],\"badgeEmpty\":[516,\"badge-empty\"],\"fullwidth\":[516],\"rounded\":[516],\"size\":[513],\"sizeSmall\":[513,\"size-small\"],\"sizeMedium\":[513,\"size-medium\"],\"sizeLarge\":[513,\"size-large\"],\"sizeUltra\":[513,\"size-ultra\"],\"textAlign\":[513,\"text-align\"],\"variant\":[513],\"icon\":[1],\"iconPosition\":[513,\"icon-position\"],\"checked\":[1540],\"defaultChecked\":[1028,\"default-checked\"],\"name\":[513],\"value\":[1025],\"href\":[1],\"rel\":[1],\"target\":[1],\"download\":[1],\"type\":[1],\"disabled\":[516],\"active\":[516],\"label\":[1],\"effect\":[1],\"iconOnly\":[516,\"icon-only\"],\"noPaddingLeft\":[516,\"no-padding-left\"],\"noPaddingRight\":[516,\"no-padding-right\"],\"buttonAccesskey\":[1,\"button-accesskey\"],\"buttonId\":[1,\"button-id\"],\"showToggleIcon\":[516,\"show-toggle-icon\"],\"a11yLabel\":[1,\"a11y-label\"],\"a11yDescribedby\":[1,\"a11y-describedby\"],\"a11yExpanded\":[516,\"a11y-expanded\"],\"a11yDisabled\":[516,\"a11y-disabled\"],\"a11yControls\":[1,\"a11y-controls\"],\"a11yCurrent\":[1,\"a11y-current\"],\"a11yTabindex\":[1,\"a11y-tabindex\"],\"analyticsId\":[1,\"analytics-id\"]},[[4,\"reset\",\"resetListener\"]]],[6,\"stzh-badge\",{\"label\":[1],\"type\":[513]}],[1,\"stzh-icon\",{\"name\":[1],\"a11yTitle\":[1,\"a11y-title\"],\"svgHtml\":[32],\"iconDisplay\":[32]},null,{\"name\":[\"nameWatcher\"],\"a11yTitle\":[\"a11yTitleWatcher\"]}]]],[\"stzh-input\",[[6,\"stzh-input\",{\"localization\":[16],\"multiline\":[4],\"rows\":[2],\"type\":[513],\"step\":[2],\"min\":[2],\"max\":[2],\"showSpin\":[516,\"show-spin\"],\"readonly\":[516],\"disabled\":[516],\"clearable\":[516],\"hideOptional\":[516,\"hide-optional\"],\"minlength\":[2],\"maxlength\":[2],\"name\":[513],\"value\":[1025],\"defaultValue\":[1025,\"default-value\"],\"description\":[1],\"descriptionLong\":[1,\"description-long\"],\"descriptionLongTitle\":[1,\"description-long-title\"],\"error\":[1],\"invalid\":[516],\"required\":[516],\"inputmode\":[1],\"autocomplete\":[1],\"noAutocomplete\":[4,\"no-autocomplete\"],\"label\":[1],\"labelHidden\":[4,\"label-hidden\"],\"size\":[513],\"a11yDescribedby\":[1,\"a11y-describedby\"],\"filled\":[32],\"showPassword\":[32]},[[4,\"reset\",\"resetListener\"]],{\"value\":[\"valueWatcher\"],\"error\":[\"errorWatcher\"],\"type\":[\"typeWatcher\"]}]]],[\"stzh-accordion_3\",[[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\"]}]]],[\"stzh-ghettobox_3\",[[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\"]}]]],[\"stzh-clamp\",[[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]}]]],[\"stzh-breadcrumb_2\",[[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\"]}]]],[\"stzh-chip\",[[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\"]}]]],[\"stzh-status\",[[2,\"stzh-status\",{\"percent\":[2],\"withLoadingbar\":[516,\"with-loadingbar\"],\"label\":[1],\"type\":[513]}]]],[\"stzh-popover_2\",[[6,\"stzh-popover\",{\"open\":[1540],\"placement\":[513],\"fullwidth\":[513],\"variant\":[513],\"size\":[513],\"skidding\":[2],\"distance\":[2],\"label\":[1],\"strategy\":[1],\"localization\":[16],\"computedPlacement\":[32],\"isHeaderStuckAndViewportMicro\":[32],\"isBranchedOutToBody\":[32],\"hasStzhHeaderParent\":[32],\"show\":[64],\"hide\":[64],\"toggle\":[64],\"update\":[64]},[[6,\"click\",\"handleOutsideClick\"]],{\"open\":[\"openWatcher\"],\"distance\":[\"distanceWatcher\"]}],[6,\"stzh-text\",{\"font\":[1],\"curve\":[513],\"lead\":[516],\"color\":[513],\"size\":[1],\"sizeSmall\":[1,\"size-small\"],\"sizeMedium\":[1,\"size-medium\"],\"sizeLarge\":[1,\"size-large\"],\"sizeUltra\":[1,\"size-ultra\"]}]]],[\"stzh-dropdown\",[[4,\"stzh-dropdown\",{\"options\":[1],\"optgroups\":[1],\"items\":[1025],\"defaultItems\":[1040],\"searchField\":[1,\"search-field\"],\"multiple\":[516],\"inline\":[516],\"maxOptions\":[2,\"max-options\"],\"searchConjunction\":[1,\"search-conjunction\"],\"transformLoadQuery\":[1,\"transform-load-query\"],\"allowEmptyOption\":[4,\"allow-empty-option\"],\"openOnFocus\":[4,\"open-on-focus\"],\"closeAfterSelect\":[4,\"close-after-select\"],\"load\":[16],\"minCharacters\":[2,\"min-characters\"],\"loadThrottle\":[2,\"load-throttle\"],\"preload\":[8],\"labelField\":[1,\"label-field\"],\"valueField\":[1,\"value-field\"],\"value\":[1025],\"optgroupField\":[1,\"optgroup-field\"],\"optgroupLabelField\":[1,\"optgroup-label-field\"],\"optgroupValueField\":[1,\"optgroup-value-field\"],\"lockOptgroupOrder\":[4,\"lock-optgroup-order\"],\"name\":[513],\"open\":[4],\"isOpen\":[516,\"is-open\"],\"variant\":[513],\"size\":[513],\"sizeSmall\":[513,\"size-small\"],\"sizeMedium\":[513,\"size-medium\"],\"sizeLarge\":[513,\"size-large\"],\"sizeUltra\":[513,\"size-ultra\"],\"disabled\":[516],\"popoverPlacement\":[513,\"popover-placement\"],\"popoverFullwidth\":[513,\"popover-fullwidth\"],\"label\":[1],\"labelHidden\":[4,\"label-hidden\"],\"icon\":[1],\"iconAngle\":[1,\"icon-angle\"],\"noSearch\":[4,\"no-search\"],\"noBackspaceDelete\":[4,\"no-backspace-delete\"],\"invalid\":[516],\"required\":[516],\"hideOptional\":[516,\"hide-optional\"],\"description\":[1],\"descriptionLong\":[1,\"description-long\"],\"descriptionLongTitle\":[1,\"description-long-title\"],\"error\":[1],\"localization\":[16],\"a11yDescribedby\":[1,\"a11y-describedby\"],\"getValue\":[64],\"setValue\":[64],\"resetLoadedSearches\":[64],\"getLoadedSearches\":[64],\"getItems\":[64],\"loadItems\":[64],\"show\":[64],\"hide\":[64]},[[4,\"reset\",\"resetListener\"]],{\"options\":[\"optionsWatcher\"],\"items\":[\"itemsWatcher\"],\"searchField\":[\"searchFieldWatcher\"],\"optgroups\":[\"optgroupsWatcher\"],\"error\":[\"errorWatcher\"]}]]],[\"stzh-heading\",[[6,\"stzh-heading\",{\"level\":[513],\"curve\":[513]}]]],[\"stzh-ratio\",[[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]}]]],[\"stzh-datalist_2\",[[6,\"stzh-datalist\",{\"variant\":[513],\"columns\":[514],\"columnsSmall\":[514,\"columns-small\"],\"columnsMedium\":[514,\"columns-medium\"],\"columnsLarge\":[514,\"columns-large\"],\"columnsUltra\":[514,\"columns-ultra\"],\"direction\":[513],\"directionSmall\":[513,\"direction-small\"],\"directionMedium\":[513,\"direction-medium\"],\"directionLarge\":[513,\"direction-large\"],\"directionUltra\":[513,\"direction-ultra\"],\"items\":[1],\"currentColumns\":[32],\"currentDirection\":[32],\"getCurrentDirection\":[64]},null,{\"direction\":[\"directionWatcher\"],\"directionSmall\":[\"directionWatcher\"],\"directionMedium\":[\"directionWatcher\"],\"directionLarge\":[\"directionWatcher\"],\"directionUltra\":[\"directionWatcher\"],\"columns\":[\"columnsWatcher\"],\"columnsSmall\":[\"columnsWatcher\"],\"columnsMedium\":[\"columnsWatcher\"],\"columnsLarge\":[\"columnsWatcher\"],\"columnsUltra\":[\"columnsWatcher\"],\"currentDirection\":[\"currentDirectionWatcher\"],\"variant\":[\"variantWatcher\"],\"items\":[\"itemsWatcher\"]}],[6,\"stzh-datalist-item\",{\"localization\":[16],\"href\":[513],\"rel\":[1],\"target\":[1],\"download\":[1],\"leadingIcon\":[1,\"leading-icon\"],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"iconLabel\":[1,\"icon-label\"],\"iconTooltip\":[1,\"icon-tooltip\"],\"iconHref\":[1,\"icon-href\"],\"label\":[1],\"value\":[1],\"meta\":[513],\"statusLabel\":[513,\"status-label\"],\"statusType\":[1,\"status-type\"],\"a11yExpanded\":[516,\"a11y-expanded\"],\"a11yControls\":[1,\"a11y-controls\"],\"direction\":[32],\"variant\":[32]},null,{\"meta\":[\"metaWatcher\"],\"rel\":[\"externalWatcher\"],\"href\":[\"hrefWatcher\"]}]]],[\"stzh-menu_2\",[[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\"]]],[\"stzh-tooltip\",[[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\"]}]]],[\"stzh-link\",[[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\"]}]]]]"), options);
|
|
8
|
+
return bootstrapLazy(JSON.parse("[[\"stzh-microsite-teaserlist\",[[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\"]}]]],[\"stzh-datatable\",[[4,\"stzh-datatable\",{\"tableLayout\":[1,\"table-layout\"],\"localization\":[16],\"label\":[1],\"sortBy\":[1025,\"sort-by\"],\"sortDirection\":[1025,\"sort-direction\"],\"idField\":[1,\"id-field\"],\"rowHeaderField\":[1,\"row-header-field\"],\"hideSearch\":[516,\"hide-search\"],\"hideColumnHeadings\":[516,\"hide-column-headings\"],\"showList\":[516,\"show-list\"],\"page\":[1026],\"pageSize\":[2,\"page-size\"],\"csvUrl\":[1,\"csv-url\"],\"csvHeader\":[4,\"csv-header\"],\"csvDynamicTyping\":[4,\"csv-dynamic-typing\"],\"disableMinWidth\":[516,\"disable-min-width\"],\"rows\":[1025],\"columns\":[1025],\"query\":[32],\"hasScrollLeft\":[32],\"hasScrollRight\":[32],\"isScrollable\":[32],\"cellsStickyLeft\":[32],\"cellsStickyRight\":[32],\"toggleSort\":[64]},null,{\"csvUrls\":[\"csvUrlsWatcher\"],\"rows\":[\"rowsWatcher\"],\"columns\":[\"columnsWatcher\"],\"sortBy\":[\"sortByWatcher\"],\"sortDirection\":[\"sortDirectionWatcher\"]}]]],[\"stzh-search\",[[4,\"stzh-search\",{\"localization\":[16],\"variant\":[1],\"breakout\":[4],\"autofetchMainFilters\":[4,\"autofetch-main-filters\"],\"autofetchAsideFilters\":[4,\"autofetch-aside-filters\"],\"hideMainFilters\":[516,\"hide-main-filters\"],\"hideAsideFilters\":[516,\"hide-aside-filters\"],\"api\":[1],\"debounceTime\":[2,\"debounce-time\"],\"limit\":[2],\"initialFetch\":[4,\"initial-fetch\"],\"preventUpdateUrl\":[4,\"prevent-update-url\"],\"templateResult\":[1,\"template-result\"],\"templateResultWrapperElement\":[1,\"template-result-wrapper-element\"],\"templateResultWrapperProps\":[16],\"resultHeadingLevel\":[1,\"result-heading-level\"],\"emptyText\":[1,\"empty-text\"],\"heading\":[1],\"emptyLinkHref\":[1,\"empty-link-href\"],\"emptyLinkLabel\":[1,\"empty-link-label\"],\"totalCount\":[32],\"loading\":[32],\"error\":[32],\"results\":[32],\"chipResultsHeading\":[32],\"chipResults\":[32],\"resultsHeading\":[32],\"hasRequiredParams\":[32],\"firstFetched\":[32],\"initiallyFetched\":[32],\"isDetailsOpen\":[32]},null,{\"totalCount\":[\"totalCountWatcher\"],\"results\":[\"totalCountWatcher\"],\"preventUpdateUrl\":[\"preventUpdateUrlWatcher\"]}]]],[\"stzh-appointments\",[[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\"]}]]],[\"stzh-card-searchresult\",[[6,\"stzh-card-searchresult\",{\"localization\":[16],\"href\":[513],\"target\":[1],\"download\":[1],\"analyticsId\":[1,\"analytics-id\"],\"heading\":[1],\"headingLevel\":[1,\"heading-level\"],\"description\":[1],\"tag\":[1],\"topic\":[1],\"service\":[1],\"dateline\":[1],\"meta\":[1],\"breadcrumbItems\":[1,\"breadcrumb-items\"],\"datalistItems\":[1,\"datalist-items\"],\"eventDateStart\":[1,\"event-date-start\"],\"eventDateEnd\":[1,\"event-date-end\"],\"eventLocation\":[1,\"event-location\"],\"imagePosition\":[513,\"image-position\"],\"downloadHeading\":[1,\"download-heading\"],\"downloadMeta\":[1,\"download-meta\"],\"dateAdapter\":[16],\"hyphensEnabled\":[516,\"hyphens-enabled\"]},null,{\"meta\":[\"metaWatcher\"],\"downloadMeta\":[\"downloadMetaWatcher\"]}]]],[\"stzh-card-superteaser\",[[6,\"stzh-card-superteaser\",{\"localization\":[16],\"href\":[513],\"target\":[1],\"download\":[1],\"analyticsId\":[1,\"analytics-id\"],\"heading\":[1],\"headingLevel\":[1,\"heading-level\"],\"description\":[1],\"tag\":[1],\"topic\":[1],\"service\":[1],\"dateline\":[1],\"meta\":[1],\"breadcrumbItems\":[1,\"breadcrumb-items\"],\"datalistItems\":[1,\"datalist-items\"],\"eventDateStart\":[1,\"event-date-start\"],\"eventDateEnd\":[1,\"event-date-end\"],\"eventLocation\":[1,\"event-location\"],\"imagePosition\":[513,\"image-position\"],\"downloadHeading\":[1,\"download-heading\"],\"downloadMeta\":[1,\"download-meta\"],\"dateAdapter\":[16],\"hyphensEnabled\":[516,\"hyphens-enabled\"]},null,{\"meta\":[\"metaWatcher\"],\"downloadMeta\":[\"downloadMetaWatcher\"]}]]],[\"stzh-datamessagelist-item\",[[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\"]}]]],[\"stzh-panorama\",[[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\"]}]]],[\"stzh-upload\",[[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\"],\"url\":[1],\"method\":[1],\"withCredentials\":[4,\"with-credentials\"],\"disabled\":[516],\"invalid\":[516],\"downloadDisabled\":[4,\"download-disabled\"],\"downloadDisabledWhileProcessing\":[4,\"download-disabled-while-processing\"],\"error\":[1],\"acceptedFiles\":[1,\"accepted-files\"],\"autoProcessQueue\":[4,\"auto-process-queue\"],\"hideProgress\":[4,\"hide-progress\"],\"hideProgressWhileIdle\":[4,\"hide-progress-while-idle\"],\"maxFiles\":[2,\"max-files\"],\"maxFilesize\":[2,\"max-filesize\"],\"parallelUploads\":[2,\"parallel-uploads\"],\"uploadMultiple\":[4,\"upload-multiple\"],\"chunking\":[4],\"forceChunking\":[4,\"force-chunking\"],\"chunkSize\":[2,\"chunk-size\"],\"parallelChunkUploads\":[4,\"parallel-chunk-uploads\"],\"retryChunks\":[4,\"retry-chunks\"],\"retryChunksLimit\":[2,\"retry-chunks-limit\"],\"filesizeBase\":[2,\"filesize-base\"],\"headers\":[16],\"defaultHeaders\":[4,\"default-headers\"],\"accept\":[16],\"chunksUploaded\":[16],\"hiddenInputContainer\":[1,\"hidden-input-container\"],\"preventHiddenInputClear\":[4,\"prevent-hidden-input-clear\"],\"localization\":[16],\"environment\":[32],\"isPhotographingAvailable\":[32],\"photographingUrlDetails\":[32],\"photographingHost\":[32],\"photographingConfig\":[32],\"photographingWebsocket\":[32],\"photographingToken\":[32],\"processQueue\":[64],\"removeFile\":[64],\"removeAllFiles\":[64]},[[4,\"reset\",\"resetListener\"]],{\"name\":[\"nameWatcher\"],\"maxFiles\":[\"maxFilesWatcher\"],\"maxFilesize\":[\"maxFilesizeWatcher\"],\"existingFiles\":[\"existingFilesWatcher\"],\"disabled\":[\"disabledWatcher\"],\"error\":[\"errorWatcher\"]}]]],[\"stzh-amount\",[[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\"]}]]],[\"stzh-header\",[[6,\"stzh-header\",{\"localization\":[16],\"href\":[1],\"menuId\":[1,\"menu-id\"],\"searchId\":[1,\"search-id\"],\"metanavId\":[1,\"metanav-id\"],\"languageId\":[1,\"language-id\"],\"logoType\":[513,\"logo-type\"],\"menuItems\":[1,\"menu-items\"],\"menuBackLabel\":[1,\"menu-back-label\"],\"metanavItems\":[1,\"metanav-items\"],\"userSpecificMetanavItemsNotLoggedIn\":[16],\"appNavItems\":[1,\"app-nav-items\"],\"userSpecificMetanavItemsEndpoint\":[1,\"user-specific-metanav-items-endpoint\"],\"languageActive\":[1025,\"language-active\"],\"languages\":[1],\"languagePreventUrlchange\":[4,\"language-prevent-urlchange\"],\"languageStay\":[4,\"language-stay\"],\"hideMetabar\":[4,\"hide-metabar\"],\"searchAction\":[1,\"search-action\"],\"searchFieldName\":[1,\"search-field-name\"],\"searchValue\":[1,\"search-value\"],\"sticky\":[1],\"loginErrorMessage\":[1,\"login-error-message\"],\"logoAnalyticsId\":[1,\"logo-analytics-id\"],\"hideLogo\":[32],\"headerHeight\":[32],\"paddingTop\":[32],\"stickyActive\":[32],\"flyoutOpen\":[32],\"flyoutSearchOpen\":[32],\"searchFilled\":[32],\"fixed\":[32],\"fixedTransition\":[32],\"currentOpenMenuItem\":[32],\"currentOpenMetanavItem\":[32],\"currentOpenLanguage\":[32],\"userSpecificMetanavItemsLoggedIn\":[32],\"combinedMetanavItems\":[32],\"updatePosition\":[64]},[[4,\"keydown\",\"handleKeydown\"],[0,\"stzhOverlayCloseClick\",\"flyoutCloseClicked\"],[9,\"scroll\",\"scrollListener\"]],{\"flyoutOpen\":[\"flyoutOpenWatcher\",\"fixedWatcher\"],\"flyoutSearchOpen\":[\"flyoutOpenWatcher\",\"fixedWatcher\"],\"fixed\":[\"fixedWatcher\"],\"headerHeight\":[\"fixedWatcher\"],\"sticky\":[\"stickyWatcher\"],\"searchValue\":[\"searchValueWatcher\"],\"menuItems\":[\"menuItemsWatcher\"],\"metanavItems\":[\"metanavItemsWatcher\"],\"appNavItems\":[\"appNavItemsWatcher\"],\"userSpecificMetanavItemsNotLoggedIn\":[\"userSpecificMetanavItemsNotLoggedInWatcher\"],\"languages\":[\"languagesWatcher\"]}]]],[\"stzh-sitemap\",[[0,\"stzh-sitemap\",{\"items\":[1]}]]],[\"stzh-gallery\",[[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\"]}]]],[\"stzh-pagebottom\",[[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\"]}]]],[\"stzh-saptcha\",[[2,\"stzh-saptcha\",{\"localization\":[16],\"numbers\":[1],\"value\":[1],\"name\":[513],\"error\":[1],\"invalid\":[516],\"disabled\":[516],\"inputValue\":[32]},null,{\"value\":[\"valueWatcher\"],\"numbers\":[\"numbersWatcher\"],\"error\":[\"errorWatcher\"]}]]],[\"stzh-vbz-majorticker\",[[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\"]}]]],[\"stzh-vbz-ticker\",[[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\"]}]]],[\"stzh-archivelist\",[[2,\"stzh-archivelist\",{\"localization\":[16],\"showItems\":[1026,\"show-items\"],\"stepItems\":[2,\"step-items\"],\"items\":[1]},null,{\"items\":[\"itemsWatcher\"],\"showItems\":[\"showItemsWatcher\"]}]]],[\"stzh-homepage-service-highlights\",[[2,\"stzh-homepage-service-highlights\",{\"topnewsItems\":[1,\"topnews-items\"],\"mostsearchedItems\":[1,\"mostsearched-items\"]},null,{\"topnewsItems\":[\"topnewsItemsWatcher\"],\"mostsearchedItems\":[\"mostsearchedItemsWatcher\"]}]]],[\"stzh-youtube\",[[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]}]]],[\"stzh-anchornav\",[[2,\"stzh-anchornav\",{\"localization\":[16],\"items\":[1]},null,{\"items\":[\"itemsWatcher\"]}]]],[\"stzh-audio\",[[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]}]]],[\"stzh-contact\",[[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\"]}]]],[\"stzh-eventinfo\",[[6,\"stzh-eventinfo\",{\"localization\":[16],\"monthHeadingLevel\":[1,\"month-heading-level\"],\"start\":[1],\"end\":[1],\"calendarUrl\":[1,\"calendar-url\"],\"calendarLabel\":[1,\"calendar-label\"],\"items\":[1],\"dateAdapter\":[16]},null,{\"items\":[\"itemsWatcher\"],\"dateAdapter\":[\"itemsWatcher\"]}]]],[\"stzh-monthyearpicker\",[[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\"]}]]],[\"stzh-timepicker\",[[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\"]}]]],[\"stzh-vbz-intro\",[[6,\"stzh-vbz-intro\",{\"localization\":[16],\"quicklinks\":[1]},null,{\"quicklinks\":[\"quicklinksWatcher\"]}]]],[\"stzh-banner\",[[6,\"stzh-banner\",{\"label\":[1],\"hideClose\":[4,\"hide-close\"],\"localization\":[16],\"open\":[32],\"show\":[64],\"hide\":[64]}]]],[\"stzh-checkbox\",[[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\"]}]]],[\"stzh-checkboxgroup\",[[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\"]}]]],[\"stzh-contact-cv\",[[6,\"stzh-contact-cv\",{\"localization\":[16],\"jobtitle\":[1],\"responsibilities\":[1],\"trainings\":[1],\"hobbies\":[1]},null,{\"trainings\":[\"trainingsWatcher\"],\"hobbies\":[\"hobbiesWatcher\"]}]]],[\"stzh-daterange\",[[6,\"stzh-daterange\",{\"localization\":[16],\"legend\":[1],\"rangeLinks\":[1,\"range-links\"]},null,{\"rangeLinks\":[\"rangeLinksWatcher\"]}]]],[\"stzh-disturber\",[[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\"]}]]],[\"stzh-editor\",[[2,\"stzh-editor\",{\"localization\":[16],\"heading\":[1],\"items\":[1]},null,{\"items\":[\"itemsWatcher\"]}]]],[\"stzh-footer\",[[4,\"stzh-footer\",{\"localization\":[16],\"copyright\":[1],\"variant\":[1],\"mainUrl\":[1,\"main-url\"]}]]],[\"stzh-readspeaker\",[[4,\"stzh-readspeaker\",{\"href\":[1],\"openPlayer\":[64],\"closePlayer\":[64]}]]],[\"stzh-toggle\",[[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\"]}]]],[\"stzh-cta\",[[6,\"stzh-cta\",{\"heading\":[1],\"lead\":[1],\"label\":[1],\"href\":[1],\"stickyDisabled\":[4,\"sticky-disabled\"],\"loaded\":[32]}]]],[\"stzh-pi-content-navigation\",[[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]}]]],[\"stzh-progressbar\",[[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\"]}]]],[\"stzh-timeline-item\",[[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\"]}]]],[\"stzh-card-navigation\",[[6,\"stzh-card-navigation\",{\"href\":[513],\"target\":[1],\"analyticsId\":[1,\"analytics-id\"],\"heading\":[1],\"headingLevel\":[1,\"heading-level\"],\"lead\":[1],\"hyphensEnabled\":[516,\"hyphens-enabled\"]}]]],[\"stzh-fieldset\",[[6,\"stzh-fieldset\",{\"legend\":[1],\"hideLegend\":[4,\"hide-legend\"],\"legendLevel\":[1,\"legend-level\"],\"legendCurve\":[1,\"legend-curve\"]}]]],[\"stzh-imagecomparison\",[[6,\"stzh-imagecomparison\",{\"localization\":[16],\"hintLeft\":[1,\"hint-left\"],\"hintRight\":[1,\"hint-right\"],\"value\":[1026],\"label\":[1],\"a11yDescribedby\":[1,\"a11y-describedby\"]}]]],[\"stzh-olmap\",[[0,\"stzh-olmap\",{\"localization\":[16],\"hostname\":[1],\"scaleControl\":[4,\"scale-control\"],\"layerControl\":[4,\"layer-control\"],\"printControl\":[4,\"print-control\"],\"locationControl\":[4,\"location-control\"],\"layer\":[1025],\"zoom\":[2],\"zoomLocation\":[2,\"zoom-location\"],\"center\":[1],\"centerMarker\":[4,\"center-marker\"],\"pinchRotateThreshold\":[2,\"pinch-rotate-threshold\"],\"resolutions\":[1],\"layers\":[1],\"getMap\":[64],\"addIconMarker\":[64],\"removeIconMarker\":[64],\"setIconMarkerActive\":[64],\"setIconMarkerInactive\":[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\"]}]]],[\"stzh-pagetitle\",[[6,\"stzh-pagetitle\",{\"background\":[513],\"hyphensEnabled\":[516,\"hyphens-enabled\"],\"dateline\":[1]},[[9,\"resize\",\"handleResize\"],[0,\"stzhOpen\",\"handleStzhOpen\"],[0,\"stzhClose\",\"handleStzhClose\"]]]]],[\"stzh-pagetitle-home\",[[6,\"stzh-pagetitle-home\",{\"isSmall\":[32]}]]],[\"stzh-pi-menu\",[[1,\"stzh-pi-menu\",{\"localization\":[16],\"breakout\":[516],\"menuItems\":[1,\"menu-items\"],\"open\":[1540],\"heading\":[1],\"subheading\":[1],\"headingLevel\":[513,\"heading-level\"],\"analyticsId\":[1,\"analytics-id\"],\"rootTabindex\":[32],\"isSmallOrMedium\":[32],\"show\":[64],\"hide\":[64],\"toggle\":[64]},null,{\"menuItems\":[\"menuItemsWatcher\"],\"open\":[\"openWatcher\"]}]]],[\"stzh-pi-pagetitle\",[[6,\"stzh-pi-pagetitle\",{\"level\":[514],\"author\":[513],\"date\":[513]},null,{\"level\":[\"handleLevelChange\"]}]]],[\"stzh-pi-teaser\",[[6,\"stzh-pi-teaser\",{\"href\":[513],\"target\":[1],\"analyticsId\":[1,\"analytics-id\"],\"dateline\":[1],\"heading\":[1],\"headingLevel\":[1,\"heading-level\"],\"lead\":[1],\"date\":[1]}]]],[\"stzh-sticky-actions\",[[1,\"stzh-sticky-actions\",{\"pagetitleQuery\":[1,\"pagetitle-query\"],\"hasActiveScrollup\":[32],\"isSlotted\":[32]},null,{\"hasActiveScrollup\":[\"hasActiveScrollupWatcher\"]}]]],[\"stzh-vbz-carousel\",[[6,\"stzh-vbz-carousel\",{\"autoplayTimeout\":[2,\"autoplay-timeout\"]}]]],[\"stzh-actions\",[[6,\"stzh-actions\",{\"variant\":[513]}]]],[\"stzh-app-bar\",[[6,\"stzh-app-bar\"]]],[\"stzh-cell\",[[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\"]}]]],[\"stzh-chart\",[[4,\"stzh-chart\",{\"chartId\":[1,\"chart-id\"],\"create\":[16]},null,{\"create\":[\"createWatcher\"]}]]],[\"stzh-container\",[[6,\"stzh-container\",{\"noMargin\":[4,\"no-margin\"]}]]],[\"stzh-content\",[[6,\"stzh-content\",{\"variant\":[513],\"preventElementLayout\":[516,\"prevent-element-layout\"]}]]],[\"stzh-cspace\",[[4,\"stzh-cspace\",{\"removeFirstMargin\":[516,\"remove-first-margin\"],\"removeLastMargin\":[516,\"remove-last-margin\"],\"preventRemoveNested\":[513,\"prevent-remove-nested\"]},null,{\"preventRemoveNested\":[\"preventRemoveNestedWatcher\"]}]]],[\"stzh-datamessagelist\",[[6,\"stzh-datamessagelist\"]]],[\"stzh-eventdata\",[[6,\"stzh-eventdata\",{\"label\":[1]}]]],[\"stzh-flyingfocus\",[[2,\"stzh-flyingfocus\",{\"minimalEdgeSpace\":[2,\"minimal-edge-space\"],\"style\":[32],\"position\":[32],\"enabled\":[32],\"visible\":[32],\"helper\":[32],\"moving\":[32],\"reposition\":[64]},[[4,\"keydown\",\"handleKeydown\"],[5,\"mousedown\",\"handleMousedown\"],[6,\"focus\",\"handleFocus\"],[6,\"stzhFocus\",\"handleFocus\"],[6,\"blur\",\"handleBlur\"],[7,\"scroll\",\"handleScrollResize\"],[11,\"resize\",\"handleScrollResize\"]]]]],[\"stzh-hr\",[[2,\"stzh-hr\"]]],[\"stzh-invert\",[[6,\"stzh-invert\"]]],[\"stzh-loadingbar\",[[2,\"stzh-loadingbar\",{\"percent\":[2],\"hidePercent\":[4,\"hide-percent\"],\"label\":[1]}]]],[\"stzh-overlay\",[[6,\"stzh-overlay\",{\"open\":[1028],\"stay\":[4],\"a11yLabel\":[1,\"a11y-label\"],\"show\":[64],\"hide\":[64]}]]],[\"stzh-page-skiplinks\",[[6,\"stzh-page-skiplinks\"]]],[\"stzh-pagecontent\",[[6,\"stzh-pagecontent\"]]],[\"stzh-pagetitle-hero\",[[6,\"stzh-pagetitle-hero\",{\"heading\":[1],\"headingId\":[1,\"heading-id\"],\"leadAuthor\":[1,\"lead-author\"],\"subtitle\":[1]}]]],[\"stzh-pi-quote\",[[2,\"stzh-pi-quote\",{\"text\":[1]}]]],[\"stzh-row\",[[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]}]]],[\"stzh-scrollup\",[[1,\"stzh-scrollup\"]]],[\"stzh-section\",[[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]}]]],[\"stzh-skin-portal-mitwirken\",[[0,\"stzh-skin-portal-mitwirken\"]]],[\"stzh-skin-storybook-preview\",[[0,\"stzh-skin-storybook-preview\"]]],[\"stzh-skiplink\",[[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\"]]]]],[\"stzh-space\",[[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]}]]],[\"stzh-table\",[[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\"]}]]],[\"stzh-textandimage\",[[1,\"stzh-textandimage\",{\"size\":[513],\"imagePosition\":[513,\"image-position\"]}]]],[\"stzh-timeline\",[[1,\"stzh-timeline\",{\"foldable\":[4],\"collapsible\":[4],\"multiselectable\":[4],\"setItemFocus\":[64],\"updateSteps\":[64]},[[0,\"stzhOpen\",\"openListener\"]],{\"foldable\":[\"foldableWatcher\"]}]]],[\"stzh-twocolumns\",[[1,\"stzh-twocolumns\"]]],[\"stzh-vbz-connection-finder\",[[2,\"stzh-vbz-connection-finder\"]]],[\"stzh-visuallyhidden\",[[6,\"stzh-visuallyhidden\"]]],[\"stzh-vspace\",[[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]}]]],[\"stzh-app-nav\",[[1,\"stzh-app-nav\",{\"localization\":[16],\"items\":[16]}]]],[\"stzh-iframe\",[[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\"]}]]],[\"stzh-progressbar-item\",[[6,\"stzh-progressbar-item\",{\"label\":[513],\"disabled\":[516],\"first\":[516],\"last\":[516],\"passed\":[516],\"current\":[516],\"hide\":[516],\"dotted\":[516],\"step\":[514],\"icon\":[513],\"clickDisabled\":[4,\"click-disabled\"],\"analyticsId\":[1,\"analytics-id\"]}]]],[\"stzh-vbz-linechip\",[[2,\"stzh-vbz-linechip\",{\"line\":[1],\"active\":[516],\"alert\":[516],\"global\":[516],\"disabled\":[516],\"analyticsId\":[1,\"analytics-id\"]}]]],[\"stzh-hspace\",[[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]}]]],[\"stzh-popover_2\",[[6,\"stzh-popover\",{\"open\":[1540],\"placement\":[513],\"fullwidth\":[513],\"variant\":[513],\"size\":[513],\"skidding\":[2],\"distance\":[2],\"label\":[1],\"strategy\":[1],\"localization\":[16],\"computedPlacement\":[32],\"isHeaderStuckAndViewportMicro\":[32],\"isBranchedOutToBody\":[32],\"hasStzhHeaderParent\":[32],\"show\":[64],\"hide\":[64],\"toggle\":[64],\"update\":[64]},[[6,\"click\",\"handleOutsideClick\"]],{\"open\":[\"openWatcher\"],\"distance\":[\"distanceWatcher\"]}],[6,\"stzh-text\",{\"font\":[1],\"curve\":[513],\"lead\":[516],\"color\":[513],\"size\":[1],\"sizeSmall\":[1,\"size-small\"],\"sizeMedium\":[1,\"size-medium\"],\"sizeLarge\":[1,\"size-large\"],\"sizeUltra\":[1,\"size-ultra\"]}]]],[\"stzh-tooltip\",[[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\"]}]]],[\"stzh-card_2\",[[6,\"stzh-card\",{\"localization\":[16],\"variant\":[513],\"collapsed\":[1540],\"starred\":[1540],\"starrable\":[516],\"selectable\":[516],\"checked\":[516],\"name\":[513],\"href\":[513],\"target\":[1],\"value\":[1025],\"disabled\":[516],\"heading\":[1],\"headingLevel\":[513,\"heading-level\"],\"subtitle\":[1],\"headerActions\":[1,\"header-actions\"],\"headerActionsBadge\":[1,\"header-actions-badge\"],\"headerActionsBadgeType\":[1,\"header-actions-badge-type\"],\"footerActions\":[1,\"footer-actions\"],\"subtitleInteractive\":[4,\"subtitle-interactive\"],\"sortableDisabled\":[516,\"sortable-disabled\"],\"collapsible\":[516],\"hideMovementActions\":[4,\"hide-movement-actions\"],\"analyticsId\":[1,\"analytics-id\"]},null,{\"subtitle\":[\"subtitleWatcher\"],\"headerActions\":[\"headerActionsWatcher\"],\"footerActions\":[\"footerActionsWatcher\"]}],[6,\"stzh-cardlist\",{\"localization\":[16],\"layout\":[513],\"description\":[1],\"showToggleLink\":[516,\"show-toggle-link\"],\"sortableEnabled\":[4,\"sortable-enabled\"],\"sortableDataIdAttribute\":[1,\"sortable-data-id-attribute\"],\"allCollapsed\":[32],\"isStzhAnchornavVisible\":[32]},[[0,\"stzhCollapse\",\"collapseListener\"]]]]],[\"stzh-dialog_2\",[[6,\"stzh-dialog\",{\"localization\":[16],\"closeOnEscapeKey\":[4,\"close-on-escape-key\"],\"closeOnBackdropClick\":[4,\"close-on-backdrop-click\"],\"open\":[1028],\"stay\":[4],\"size\":[513],\"hideClose\":[4,\"hide-close\"],\"heading\":[1],\"a11yRole\":[1,\"a11y-role\"],\"a11yLabel\":[1,\"a11y-label\"],\"closeAnalyticsId\":[1,\"close-analytics-id\"],\"show\":[64],\"hide\":[64]},[[6,\"click\",\"handleOutsideClick\"],[4,\"keydown\",\"handleKeydown\"],[4,\"click\",\"handleOpenTriggerClick\"]]],[1,\"stzh-toastbar\",{\"hideAfter\":[2,\"hide-after\"],\"max\":[2],\"initialToasts\":[1,\"initial-toasts\"],\"toast\":[64]},null,{\"initialToasts\":[\"initialToastsWatcher\"]}]]],[\"stzh-actionset\",[[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\"]}]]],[\"stzh-chipselect\",[[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\"]}]]],[\"stzh-calendar\",[[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\"]}]]],[\"stzh-print_2\",[[2,\"stzh-share\",{\"localization\":[16],\"url\":[1],\"mailSubject\":[1,\"mail-subject\"],\"mailBody\":[1,\"mail-body\"],\"services\":[1]},null,{\"services\":[\"servicesWatcher\"]}],[1,\"stzh-print\"]]],[\"stzh-chipgroup_2\",[[6,\"stzh-message\",{\"label\":[1],\"description\":[1],\"type\":[513],\"hideClose\":[4,\"hide-close\"],\"localization\":[16],\"open\":[32],\"show\":[64],\"hide\":[64]}],[6,\"stzh-chipgroup\"]]],[\"stzh-toast\",[[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\"]}]]],[\"stzh-list_2\",[[1,\"stzh-list\",{\"variant\":[513]}],[1,\"stzh-list-item\"]]],[\"stzh-carousel\",[[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\"]}]]],[\"stzh-details\",[[6,\"stzh-details\",{\"open\":[1540],\"show\":[64],\"hide\":[64],\"toggle\":[64]},null,{\"open\":[\"openWatcher\"]}]]],[\"stzh-figure\",[[6,\"stzh-figure\",{\"caption\":[1],\"copyright\":[1],\"counter\":[1],\"heading\":[1],\"fullwidth\":[516]}]]],[\"stzh-loader\",[[6,\"stzh-loader\",{\"size\":[1],\"label\":[1],\"hideLabel\":[4,\"hide-label\"]}]]],[\"stzh-sortable\",[[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\"]}]]],[\"stzh-sticky\",[[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\"]}]]],[\"stzh-datepicker_3\",[[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\"]}]]],[\"stzh-buttongroup\",[[6,\"stzh-buttongroup\"]]],[\"stzh-input\",[[6,\"stzh-input\",{\"localization\":[16],\"multiline\":[4],\"rows\":[2],\"type\":[513],\"step\":[2],\"min\":[2],\"max\":[2],\"showSpin\":[516,\"show-spin\"],\"readonly\":[516],\"disabled\":[516],\"clearable\":[516],\"hideOptional\":[516,\"hide-optional\"],\"minlength\":[2],\"maxlength\":[2],\"name\":[513],\"value\":[1025],\"defaultValue\":[1025,\"default-value\"],\"description\":[1],\"descriptionLong\":[1,\"description-long\"],\"descriptionLongTitle\":[1,\"description-long-title\"],\"error\":[1],\"invalid\":[516],\"required\":[516],\"inputmode\":[1],\"autocomplete\":[1],\"noAutocomplete\":[4,\"no-autocomplete\"],\"label\":[1],\"labelHidden\":[4,\"label-hidden\"],\"size\":[513],\"a11yDescribedby\":[1,\"a11y-describedby\"],\"filled\":[32],\"showPassword\":[32]},[[4,\"reset\",\"resetListener\"]],{\"value\":[\"valueWatcher\"],\"error\":[\"errorWatcher\"],\"type\":[\"typeWatcher\"]}]]],[\"stzh-accordion_3\",[[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\"]}]]],[\"stzh-ghettobox_3\",[[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\"]}]]],[\"stzh-link\",[[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\"]}]]],[\"stzh-clamp\",[[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]}]]],[\"stzh-breadcrumb_2\",[[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\"]}]]],[\"stzh-chip\",[[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\"]}]]],[\"stzh-status\",[[2,\"stzh-status\",{\"percent\":[2],\"withLoadingbar\":[516,\"with-loadingbar\"],\"label\":[1],\"type\":[513]}]]],[\"stzh-dropdown\",[[4,\"stzh-dropdown\",{\"options\":[1],\"optgroups\":[1],\"items\":[1025],\"defaultItems\":[1040],\"searchField\":[1,\"search-field\"],\"multiple\":[516],\"inline\":[516],\"maxOptions\":[2,\"max-options\"],\"searchConjunction\":[1,\"search-conjunction\"],\"transformLoadQuery\":[1,\"transform-load-query\"],\"allowEmptyOption\":[4,\"allow-empty-option\"],\"openOnFocus\":[4,\"open-on-focus\"],\"closeAfterSelect\":[4,\"close-after-select\"],\"load\":[16],\"minCharacters\":[2,\"min-characters\"],\"loadThrottle\":[2,\"load-throttle\"],\"preload\":[8],\"labelField\":[1,\"label-field\"],\"valueField\":[1,\"value-field\"],\"value\":[1025],\"optgroupField\":[1,\"optgroup-field\"],\"optgroupLabelField\":[1,\"optgroup-label-field\"],\"optgroupValueField\":[1,\"optgroup-value-field\"],\"lockOptgroupOrder\":[4,\"lock-optgroup-order\"],\"name\":[513],\"open\":[4],\"isOpen\":[516,\"is-open\"],\"variant\":[513],\"size\":[513],\"sizeSmall\":[513,\"size-small\"],\"sizeMedium\":[513,\"size-medium\"],\"sizeLarge\":[513,\"size-large\"],\"sizeUltra\":[513,\"size-ultra\"],\"disabled\":[516],\"popoverPlacement\":[513,\"popover-placement\"],\"popoverFullwidth\":[513,\"popover-fullwidth\"],\"label\":[1],\"labelHidden\":[4,\"label-hidden\"],\"icon\":[1],\"iconAngle\":[1,\"icon-angle\"],\"noSearch\":[4,\"no-search\"],\"noBackspaceDelete\":[4,\"no-backspace-delete\"],\"invalid\":[516],\"required\":[516],\"hideOptional\":[516,\"hide-optional\"],\"description\":[1],\"descriptionLong\":[1,\"description-long\"],\"descriptionLongTitle\":[1,\"description-long-title\"],\"error\":[1],\"localization\":[16],\"a11yDescribedby\":[1,\"a11y-describedby\"],\"getValue\":[64],\"setValue\":[64],\"resetLoadedSearches\":[64],\"getLoadedSearches\":[64],\"getItems\":[64],\"loadItems\":[64],\"show\":[64],\"hide\":[64]},[[4,\"reset\",\"resetListener\"]],{\"options\":[\"optionsWatcher\"],\"items\":[\"itemsWatcher\"],\"searchField\":[\"searchFieldWatcher\"],\"optgroups\":[\"optgroupsWatcher\"],\"error\":[\"errorWatcher\"]}]]],[\"stzh-heading\",[[6,\"stzh-heading\",{\"level\":[513],\"curve\":[513]}]]],[\"stzh-ratio\",[[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]}]]],[\"stzh-badge_3\",[[6,\"stzh-button\",{\"localization\":[16],\"badge\":[1],\"badgeType\":[513,\"badge-type\"],\"badgePosition\":[513,\"badge-position\"],\"badgeEmpty\":[516,\"badge-empty\"],\"fullwidth\":[516],\"rounded\":[516],\"size\":[513],\"sizeSmall\":[513,\"size-small\"],\"sizeMedium\":[513,\"size-medium\"],\"sizeLarge\":[513,\"size-large\"],\"sizeUltra\":[513,\"size-ultra\"],\"textAlign\":[513,\"text-align\"],\"variant\":[513],\"icon\":[1],\"iconPosition\":[513,\"icon-position\"],\"checked\":[1540],\"defaultChecked\":[1028,\"default-checked\"],\"name\":[513],\"value\":[1025],\"href\":[1],\"rel\":[1],\"target\":[1],\"download\":[1],\"type\":[1],\"disabled\":[516],\"active\":[516],\"label\":[1],\"effect\":[1],\"iconOnly\":[516,\"icon-only\"],\"noPaddingLeft\":[516,\"no-padding-left\"],\"noPaddingRight\":[516,\"no-padding-right\"],\"buttonAccesskey\":[1,\"button-accesskey\"],\"buttonId\":[1,\"button-id\"],\"showToggleIcon\":[516,\"show-toggle-icon\"],\"a11yLabel\":[1,\"a11y-label\"],\"a11yDescribedby\":[1,\"a11y-describedby\"],\"a11yExpanded\":[516,\"a11y-expanded\"],\"a11yDisabled\":[516,\"a11y-disabled\"],\"a11yControls\":[1,\"a11y-controls\"],\"a11yCurrent\":[1,\"a11y-current\"],\"a11yTabindex\":[1,\"a11y-tabindex\"],\"analyticsId\":[1,\"analytics-id\"]},[[4,\"reset\",\"resetListener\"]]],[6,\"stzh-badge\",{\"label\":[1],\"type\":[513]}],[1,\"stzh-icon\",{\"name\":[1],\"a11yTitle\":[1,\"a11y-title\"],\"svgHtml\":[32],\"iconDisplay\":[32]},null,{\"name\":[\"nameWatcher\"],\"a11yTitle\":[\"a11yTitleWatcher\"]}]]],[\"stzh-datalist_2\",[[6,\"stzh-datalist\",{\"variant\":[513],\"columns\":[514],\"columnsSmall\":[514,\"columns-small\"],\"columnsMedium\":[514,\"columns-medium\"],\"columnsLarge\":[514,\"columns-large\"],\"columnsUltra\":[514,\"columns-ultra\"],\"direction\":[513],\"directionSmall\":[513,\"direction-small\"],\"directionMedium\":[513,\"direction-medium\"],\"directionLarge\":[513,\"direction-large\"],\"directionUltra\":[513,\"direction-ultra\"],\"items\":[1],\"currentColumns\":[32],\"currentDirection\":[32],\"getCurrentDirection\":[64]},null,{\"direction\":[\"directionWatcher\"],\"directionSmall\":[\"directionWatcher\"],\"directionMedium\":[\"directionWatcher\"],\"directionLarge\":[\"directionWatcher\"],\"directionUltra\":[\"directionWatcher\"],\"columns\":[\"columnsWatcher\"],\"columnsSmall\":[\"columnsWatcher\"],\"columnsMedium\":[\"columnsWatcher\"],\"columnsLarge\":[\"columnsWatcher\"],\"columnsUltra\":[\"columnsWatcher\"],\"currentDirection\":[\"currentDirectionWatcher\"],\"variant\":[\"variantWatcher\"],\"items\":[\"itemsWatcher\"]}],[6,\"stzh-datalist-item\",{\"localization\":[16],\"href\":[513],\"rel\":[1],\"target\":[1],\"download\":[1],\"leadingIcon\":[1,\"leading-icon\"],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"iconLabel\":[1,\"icon-label\"],\"iconTooltip\":[1,\"icon-tooltip\"],\"iconHref\":[1,\"icon-href\"],\"label\":[1],\"value\":[1],\"meta\":[513],\"statusLabel\":[513,\"status-label\"],\"statusType\":[1,\"status-type\"],\"a11yExpanded\":[516,\"a11y-expanded\"],\"a11yControls\":[1,\"a11y-controls\"],\"direction\":[32],\"variant\":[32]},null,{\"meta\":[\"metaWatcher\"],\"rel\":[\"externalWatcher\"],\"href\":[\"hrefWatcher\"]}]]],[\"stzh-menu_2\",[[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\"]]]]"), options);
|
|
9
9
|
};
|
|
10
10
|
|
|
11
11
|
export { defineCustomElements };
|
|
@@ -1,9 +1,26 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, a as Host, g as getElement } from './index-e3050b18.js';
|
|
2
|
-
import { t as tc } from './translation-utils-ffb7823c.js';
|
|
3
2
|
import { p as parseISODate, a as printISODate } from './date-utils-c0d90fa4.js';
|
|
4
3
|
import { h as hasSlot } from './utils-4f9b3f37.js';
|
|
5
4
|
import './string-utils-e252977e.js';
|
|
6
5
|
|
|
6
|
+
function tc(translation, count) {
|
|
7
|
+
if (!translation) {
|
|
8
|
+
return "";
|
|
9
|
+
}
|
|
10
|
+
const parts = translation.split('|');
|
|
11
|
+
let part = parts[0].trim();
|
|
12
|
+
if (parts.length === 3 && count === 1) {
|
|
13
|
+
part = parts[1].trim();
|
|
14
|
+
}
|
|
15
|
+
else if (parts.length === 3 && (count > 1 || count === null)) {
|
|
16
|
+
part = parts[2].trim();
|
|
17
|
+
}
|
|
18
|
+
if (parts.length === 2 && count !== 1) {
|
|
19
|
+
part = parts[1].trim();
|
|
20
|
+
}
|
|
21
|
+
return part.replace(/\{n\}/ig, (count === null || count === void 0 ? void 0 : count.toString()) || '');
|
|
22
|
+
}
|
|
23
|
+
|
|
7
24
|
const stzhAppointmentsCss = ".sc-stzh-appointments-h{font-family:var(--stzh-font-family-medium);font-weight:var(--stzh-font-weight-medium);font-style:var(--stzh-font-style-medium);color:var(--stzh-base-color);box-sizing:border-box;display:block}[hidden].sc-stzh-appointments-h{display:none}.sc-stzh-appointments-h::-moz-selection{color:var(--stzh-selection-color);background-color:var(--stzh-selection-background-color)}.sc-stzh-appointments-h::selection{color:var(--stzh-selection-color);background-color:var(--stzh-selection-background-color)}.sc-stzh-appointments-h *.sc-stzh-appointments,.sc-stzh-appointments-h *.sc-stzh-appointments::before,.sc-stzh-appointments-h *.sc-stzh-appointments::after{box-sizing:border-box;text-underline-offset:var(--stzh-link-text-underline-offset);text-decoration-thickness:var(--stzh-link-text-decoration-thickness);-webkit-text-decoration-skip-ink:var(--stzh-link-text-decoration-skip-ink);text-decoration-skip-ink:var(--stzh-link-text-decoration-skip-ink)}.sc-stzh-appointments-h .has-focus.sc-stzh-appointments{outline:var(--stzh-flyingfocus-color) solid 0.125rem;outline-offset:0.125rem}.sc-stzh-appointments-h .stzh-fylingfocus-focused.sc-stzh-appointments{outline-style:none !important}.sc-stzh-appointments-h .stzh-fylingfocus-focused.sc-stzh-appointments::-moz-focus-inner{border:0 !important}.sc-stzh-appointments-h{--background-color:var(--stzh-color-secondary10)}.stzh-appointments__heading.sc-stzh-appointments:not(:empty){padding-bottom:var(--stzh-space-xsmall);margin-bottom:var(--stzh-space-xsmall)}@media screen and (min-width: 900px){.stzh-appointments__heading.sc-stzh-appointments:not(:empty){padding-bottom:var(--stzh-space-small)}}@media screen and (min-width: 1260px){.stzh-appointments__heading.sc-stzh-appointments:not(:empty){padding-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 600px){.stzh-appointments__heading.sc-stzh-appointments:not(:empty){margin-bottom:var(--stzh-space-small)}}@media screen and (min-width: 900px){.stzh-appointments__heading.sc-stzh-appointments:not(:empty){margin-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){.stzh-appointments__heading.sc-stzh-appointments:not(:empty){margin-bottom:var(--stzh-space-xlarge)}}.stzh-appointments__wrapper.sc-stzh-appointments{padding-top:var(--stzh-space-medium);padding-bottom:var(--stzh-space-medium);display:flex;flex-direction:column;padding-left:var(--stzh-space-large);padding-right:var(--stzh-space-large);background-color:var(--background-color)}@media screen and (min-width: 600px){.stzh-appointments__wrapper.sc-stzh-appointments{padding-top:var(--stzh-space-large)}}@media screen and (min-width: 900px){.stzh-appointments__wrapper.sc-stzh-appointments{padding-top:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.stzh-appointments__wrapper.sc-stzh-appointments{padding-top:var(--stzh-space-xxlarge)}}@media screen and (min-width: 600px){.stzh-appointments__wrapper.sc-stzh-appointments{padding-bottom:var(--stzh-space-large)}}@media screen and (min-width: 900px){.stzh-appointments__wrapper.sc-stzh-appointments{padding-bottom:var(--stzh-space-xlarge)}}@media screen and (min-width: 1260px){.stzh-appointments__wrapper.sc-stzh-appointments{padding-bottom:var(--stzh-space-xxlarge)}}@media screen and (min-width: 900px){.stzh-appointments__wrapper.sc-stzh-appointments{flex-direction:row}}.stzh-appointments__calendar-wrapper.sc-stzh-appointments{display:flex;flex-direction:column}@media screen and (min-width: 900px){.stzh-appointments__calendar-wrapper.sc-stzh-appointments{margin-right:var(--stzh-space-xxlarge)}}.stzh-appointments__appointments-wrapper.sc-stzh-appointments{flex-grow:1;display:flex;flex-direction:column}.stzh-appointments__calendar-title-wrapper.sc-stzh-appointments,.stzh-appointments__appointments-title-wrapper.sc-stzh-appointments{margin-bottom:var(--stzh-space-small);display:flex;align-items:center;justify-content:space-between}@media screen and (min-width: 900px){.stzh-appointments__calendar-title-wrapper.sc-stzh-appointments,.stzh-appointments__appointments-title-wrapper.sc-stzh-appointments{margin-bottom:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){.stzh-appointments__calendar-title-wrapper.sc-stzh-appointments,.stzh-appointments__appointments-title-wrapper.sc-stzh-appointments{margin-bottom:var(--stzh-space-large)}}.stzh-appointments__calendar-title.sc-stzh-appointments,.stzh-appointments__appointments-title.sc-stzh-appointments{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:var(--stzh-font-style-heavy);font-size:var(--stzh-font-centi-font-size);line-height:var(--stzh-font-centi-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing);color:var(--stzh-color-primary70);display:flex;align-items:center}.stzh-appointments__calendar-icon.sc-stzh-appointments,.stzh-appointments__appointments-icon.sc-stzh-appointments{--size:var(--stzh-icon-size-large);margin-right:var(--stzh-space-xsmall)}.stzh-appointments__calendar-content.sc-stzh-appointments,.stzh-appointments__calendar-content-medium.sc-stzh-appointments{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}@media screen and (min-width: 900px){.stzh-appointments__calendar-content.sc-stzh-appointments{display:none}}.stzh-appointments__calendar-content-medium.sc-stzh-appointments{display:none;background-color:var(--stzh-color-white);padding-bottom:var(--stzh-space-medium)}@media screen and (min-width: 900px){.stzh-appointments__calendar-content-medium.sc-stzh-appointments{display:block}}.stzh-appointments__appointments-content.sc-stzh-appointments{flex-grow:1}.stzh-appointments__appointments-radiogroup.sc-stzh-appointments{margin-top:var(--stzh-space-xsmall);margin-bottom:var(--stzh-space-xsmall)}.stzh-appointments__more-link.sc-stzh-appointments{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing);margin-top:var(--stzh-space-medium)}.stzh-appointments--has-calendar.sc-stzh-appointments .stzh-appointments__appointments-wrapper.sc-stzh-appointments{margin-top:var(--stzh-space-large)}@media screen and (min-width: 900px){.stzh-appointments--has-calendar.sc-stzh-appointments .stzh-appointments__appointments-wrapper.sc-stzh-appointments{margin-top:0}}";
|
|
8
25
|
|
|
9
26
|
const StzhAppointments = class {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"stzh-appointments.entry.js","mappings":"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","names":[],"sources":["src/components/stzh-appointments/stzh-appointments.scss?tag=stzh-appointments&encapsulation=scoped","src/components/stzh-appointments/stzh-appointments.tsx"],"sourcesContent":[":host {\n --background-color: #{$colorSecondary10};\n}\n\n.stzh-appointments {\n &__heading {\n &:not(:empty) {\n @include spaceCurve('padding-bottom', 'tiny');\n margin-bottom: space('xsmall');\n\n @include mq($from: small) {\n margin-bottom: space('small');\n }\n\n @include mq($from: medium) {\n margin-bottom: space('medium');\n }\n\n @include mq($from: large) {\n margin-bottom: space('xlarge');\n }\n }\n }\n\n // &__actions {\n // &:not(:empty) {\n // @include spaceCurve('margin-top', 'medium');\n // }\n // }\n\n &__wrapper {\n @include spaceCurve('padding-top', 'regular');\n @include spaceCurve('padding-bottom', 'regular');\n display: flex;\n flex-direction: column;\n padding-left: space('large');\n padding-right: space('large');\n background-color: var(--background-color);\n\n @include mq($from: medium) {\n flex-direction: row;\n }\n }\n\n &__calendar-wrapper {\n display: flex;\n flex-direction: column;\n\n @include mq($from: medium) {\n margin-right: space('xxlarge');\n }\n }\n\n &__appointments-wrapper {\n flex-grow: 1;\n display: flex;\n flex-direction: column;\n }\n\n &__calendar-title-wrapper,\n &__appointments-title-wrapper {\n @include spaceCurve('margin-bottom', 'small');\n display: flex;\n align-items: center;\n justify-content: space-between;\n }\n\n &__calendar-title,\n &__appointments-title {\n @include font('heavy');\n @include fontSize('centi');\n color: $colorPrimary70;\n display: flex;\n align-items: center;\n }\n\n &__calendar-icon,\n &__appointments-icon {\n --size: #{iconSize('large')};\n margin-right: space('xsmall');\n }\n\n &__calendar-content,\n &__calendar-content-medium {\n @include fontSize('milli');\n }\n\n &__calendar-content {\n @include mq($from: medium) {\n display: none;\n }\n }\n\n &__calendar-content-medium {\n display: none;\n background-color: $colorWhite;\n padding-bottom: space('medium');\n\n @include mq($from: medium) {\n display: block;\n }\n }\n\n &__appointments-content {\n flex-grow: 1;\n }\n\n &__appointments-radiogroup {\n margin-top: space('xsmall');\n margin-bottom: space('xsmall');\n }\n\n &__more-link {\n @include fontSize('milli');\n margin-top: space('medium');\n }\n\n &--has-calendar &__appointments-wrapper {\n margin-top: space('large');\n\n @include mq($from: medium) {\n margin-top: 0;\n }\n }\n}\n","import {\n Component,\n Host,\n Element,\n Prop,\n h,\n Watch,\n Event,\n EventEmitter\n} from \"@stencil/core\";\n\nimport {\n StzhAppointmentsChangeEvent,\n StzhRadioChangeEvent,\n StzhDatepickerChangeEvent,\n StzhDropdownChangeEvent,\n} from \"../../index\";\n\nimport { tc } from \"../../utils/translation-utils\";\n\nimport { printISODate, parseISODate } from \"../../utils/date-utils\";\nimport { StzhLocaleAdapter } from \"../../utils/date-adapter\";\n\nimport { StzhAppointmentsLocalizedText } from \"./stzh-appointments.localization\"\nimport { hasSlot } from \"../../utils/utils\";\n\n/**\n * @slot - Slot for any content\n */\n@Component({\n tag: \"stzh-appointments\",\n styleUrl: \"stzh-appointments.scss\",\n scoped: true\n})\nexport class StzhAppointments {\n /** Translation strings */\n @Prop() localization: StzhAppointmentsLocalizedText;\n\n /** Hides the sort dropdown when true */\n @Prop() disableSort = false;\n\n /** Sort by */\n @Prop({ mutable: true }) sortBy: \"start\" | \"place\" = \"start\";\n private _sortBy: \"start\" | \"place\";\n\n /** Initial selected values */\n @Prop() appointments: any[] | string = [];\n private _appointments: any[];\n private appointmentsShown: any[];\n\n /** Current selected date (if undefined, earliest appointment date in list is taken or current selected one by value) */\n @Prop({ mutable: true }) currentDate: Date | string;\n private _currentDate: Date;\n\n /* Selected appointment by value */\n @Prop({ mutable: true }) value: string = \"\";\n\n /* Name of radiogroup form element */\n @Prop({ reflect: true }) name: string = \"appointment\";\n\n /** Nr of items shown */\n @Prop({ mutable: true }) showItems: number = 5;\n private _initialShowItems: number;\n\n /** Nr of items shown when more link is clicked */\n @Prop() stepItems: number = 5;\n\n /** Overwrite default calendar title */\n @Prop() calendarTitle = \"\";\n\n /** Overwrite default appointments title */\n @Prop() appointmentsTitle = \"\";\n\n /**\n * Date adapter, for custom parsing/formatting.\n * Must be an object with a `parse` function which accepts a `string` and returns a `Date`,\n * and a `format` function which accepts a `Date` and returns a `string`.\n */\n @Prop() dateAdapter: StzhLocaleAdapter;\n\n @Element() element: HTMLStzhAppointmentsElement;\n\n /** Appointments change event */\n @Event() stzhChange: EventEmitter<StzhAppointmentsChangeEvent>;\n\n @Watch(\"dateAdapter\")\n dateAdapterWatcher(newValue: StzhLocaleAdapter) {\n if (!newValue) {\n this.dateAdapter = window.stzhComponents.utils.createFormatParseAdapter(\n this.localization.$formats,\n this.localization.$globals\n );\n }\n }\n\n @Watch(\"currentDate\")\n currentDateWatcher(newValue: Date | string) {\n if (!newValue) {\n this._currentDate = this.dateByValue || this.earliestDate;\n\n if (!this.dateByValue) {\n this.setValueToFirstAppointmentOfCurrentDate();\n }\n } else if (typeof newValue === \"string\") {\n this._currentDate = parseISODate(newValue);\n this.setValueToFirstAppointmentOfCurrentDate();\n } else {\n this._currentDate = newValue;\n // Check if value already corresponds to a valid appointment on the new date\n const appointmentsForNewDate = this.getCurrentDateAppointments().map(appt => appt.value);\n if (!appointmentsForNewDate.includes(this.value)) {\n this.setValueToFirstAppointmentOfCurrentDate();\n }\n }\n }\n\n @Watch(\"sortBy\")\n sortByWatcher() {\n this.setValueToFirstAppointmentOfCurrentDate();\n }\n\n @Watch(\"value\")\n valueWatcher() {\n this.updateDateByValue();\n // update current date if user has not choosen one\n this.currentDateWatcher(this.currentDate);\n }\n\n @Watch(\"appointments\")\n appointmentsWatcher(newValue: any[] | string) {\n if (typeof newValue === \"string\") {\n this._appointments = JSON.parse(newValue);\n } else {\n this._appointments = newValue;\n }\n\n // convert start and end field to date\n this._appointments = this._appointments.map(appointment => ({\n ...appointment,\n start: new Date(appointment.start),\n end: new Date(appointment.end),\n }))\n\n if (this._appointments.length > 0) {\n // sort with start field and find earliest and latest date\n this._appointments.sort((a, b) => a['start'] > b['start'] ? 1 : -1);\n this.earliestDate = this._appointments[0].start;\n this.latestDate = this._appointments[this._appointments.length - 1].start;\n this.updateDateByValue();\n }\n\n // determine whether all appointments are from the same day\n if (this._appointments.length > 1) {\n const firstDate = this._appointments[0].start;\n this.allAppointsmentOnSameDay = this._appointments\n .map(appointment => appointment.start)\n .every(date => `${date.getFullYear()}-${date.getMonth()}-${date.getDate()}`\n === `${firstDate.getFullYear()}-${firstDate.getMonth()}-${firstDate.getDate()}`);\n }\n\n // update flags\n this.showCalendar = !this.allAppointsmentOnSameDay;\n this.showAppointmentsTitle = this._appointments.length > 1;\n\n // update current date if user has not choosen one\n this.currentDateWatcher(this.currentDate);\n }\n\n private dateByValue: Date;\n private earliestDate: Date;\n private latestDate: Date;\n private nextDate: Date;\n\n private showMoreLink: boolean = false;\n private moreItemsLeft: number = 0;\n private showCalendar: boolean = false;\n private showSort: boolean = false;\n private showSortStart: boolean = false;\n private showSortPlace: boolean = false;\n private showAppointmentsTitle: boolean = false;\n private allAppointsmentOnSameDay: boolean = true;\n private sortOptions = [];\n\n private inputElement: HTMLStzhRadiogroupElement;\n private datepickerElement: HTMLStzhDatepickerElement;\n private datepickerElementMedium: HTMLStzhDatepickerElement;\n\n private updateDateByValue() {\n this.dateByValue = this.value\n && this._appointments\n .find(appointment => appointment.value === this.value)\n .start;\n }\n\n private getCurrentDateAppointments() {\n let indexOfLastCurrentDayDate = 0;\n\n // filter to current date appointments that can be shown\n const appointmentsCurrentDate = this._appointments\n .filter((appointment, index) => {\n const dateIsInCurrentDay = appointment.start.getFullYear() === this._currentDate.getFullYear()\n && appointment.start.getMonth() === this._currentDate.getMonth()\n && appointment.start.getDate() === this._currentDate.getDate();\n\n if (dateIsInCurrentDay) {\n indexOfLastCurrentDayDate = index;\n }\n\n return dateIsInCurrentDay;\n });\n\n // find next day with dates or set to null\n if (this._appointments[indexOfLastCurrentDayDate + 1]) {\n this.nextDate = this._appointments[indexOfLastCurrentDayDate + 1].start;\n } else {\n this.nextDate = null;\n }\n\n // sort\n appointmentsCurrentDate.sort((a, b) => a[this.sortBy] > b[this.sortBy] ? 1 : -1);\n return appointmentsCurrentDate;\n }\n\n private setValueToFirstAppointmentOfCurrentDate() {\n // choose the first available appointment from current date\n const appointments = this.getCurrentDateAppointments()\n .filter(appointment => !appointment.disabled)\n\n if (appointments.length > 0) {\n this.value = appointments[0].value;\n this.stzhChange.emit({\n component: \"stzh-appointments\",\n value: this.value\n });\n }\n }\n\n private isDateDisabled = (date: Date) => {\n const dateHasAppointment: boolean = !!this._appointments.find(appointment => {\n return appointment.start.getFullYear() === date.getFullYear()\n && appointment.start.getMonth() === date.getMonth()\n && appointment.start.getDate() === date.getDate();\n });\n\n return !dateHasAppointment;\n }\n\n private onNextActiveDateClick = async () => {\n if (this.nextDate) {\n this.currentDate = this.nextDate;\n\n const popover = await this.datepickerElement.getPopover();\n\n if (popover) {\n popover.hide();\n }\n }\n }\n\n private onMoreClick = () => {\n this.showItems = this.stepItems + this.showItems;\n\n // return focus to radiogroup\n const radio = this.inputElement.querySelector('stzh-radio');\n radio.focus();\n }\n\n private onDropdownChange = async (event: CustomEvent<StzhDropdownChangeEvent>) => {\n const target: HTMLStzhDropdownElement = event.target as HTMLStzhDropdownElement;\n\n const sortBy = await target.getValue() as \"start\" | \"place\" | \"\";\n\n if (sortBy) {\n this.sortBy = sortBy;\n }\n }\n\n private onDatepickerChange = (event: CustomEvent<StzhDatepickerChangeEvent>) => {\n if (event.detail.component !== 'stzh-datepicker' || !event.detail.valueAsDate) {\n return;\n }\n\n this.currentDate = event.detail.valueAsDate;\n // reset number of items that should be shown\n this.showItems = this._initialShowItems;\n }\n\n private onRadioChange = (event: CustomEvent<StzhRadioChangeEvent>) => {\n this.value = event.detail.value;\n this.stzhChange.emit({\n component: \"stzh-appointments\",\n value: this.value\n });\n }\n\n async componentWillLoad() {\n this._initialShowItems = this.showItems;\n this.appointmentsWatcher(this.appointments);\n\n if (!this.localization) {\n this.localization = await window.stzhComponents.utils.fetchTranslations(this.element, \"appointments\");\n }\n\n this.dateAdapterWatcher(this.dateAdapter);\n }\n\n componentWillRender() {\n const appointments = this.getCurrentDateAppointments();\n\n // slice to max that should be visible\n this.appointmentsShown = appointments.slice(0, this.showItems);\n\n // set flags\n this.showMoreLink = this.showItems < appointments.length;\n this.moreItemsLeft = appointments.length - this.showItems;\n\n // don't show time sort when only one time in the current day\n this.showSortStart = !this.disableSort && appointments\n .map(appointment => {\n return this.dateAdapter.format(appointment.start, \"time\");\n }).filter((item, pos, self) => {\n return self.indexOf(item) == pos;\n }).length > 1;\n\n // don't show place sort when only one place in the current day\n this.showSortPlace = !this.disableSort && appointments\n .map(appointment => {\n return appointment.place;\n }).filter((item, pos, self) => {\n return self.indexOf(item) == pos;\n }).length > 1;\n\n this.sortOptions = [];\n\n if (this.showSortStart) {\n this.sortOptions.push({\n text: this.localization.sortByTime,\n value: \"start\"\n });\n }\n\n if (this.showSortPlace) {\n this.sortOptions.push({\n text: this.localization.sortByPlace,\n value: \"place\"\n });\n }\n\n this.showSort = !this.disableSort && this.appointmentsShown.length > 1;\n\n // determine sort (force alternative sorting if it makes sense)\n this._sortBy =\n (this.showSortStart && !this.showSortPlace && \"start\")\n || (!this.showSortStart && this.showSortPlace && \"place\")\n || this.sortBy;\n }\n\n componentDidRender() {\n // set datepickers values to current date\n if (this.datepickerElement) {\n this.datepickerElement.setDate(this._currentDate);\n }\n\n if (this.datepickerElementMedium) {\n this.datepickerElementMedium.setDate(this._currentDate);\n }\n }\n\n render() {\n const headingUsed: boolean = hasSlot(this.element, \"heading\");\n\n const classes = {\n \"stzh-appointments\": true,\n \"stzh-appointments--has-calendar\": this.showCalendar,\n \"stzh-appointments--has-appointments-title\": this.showAppointmentsTitle,\n \"stzh-appointments--has-sort\": this.showSort\n };\n\n return (\n <Host has-heading={headingUsed}>\n <div class={classes}>\n <div class=\"stzh-appointments__heading\">\n <slot name=\"heading\"></slot>\n </div>\n\n <div class=\"stzh-appointments__wrapper\">\n {this.showCalendar &&\n <div class=\"stzh-appointments__calendar-wrapper\">\n <div class=\"stzh-appointments__calendar-title-wrapper\">\n <div class=\"stzh-appointments__calendar-title\">\n <stzh-icon class=\"stzh-appointments__calendar-icon\" name=\"calendar\"></stzh-icon>\n <span class=\"stzh-appointments__calendar-title-text\">\n {this.calendarTitle || this.localization.calendarTitle}\n </span>\n </div>\n </div>\n <div class=\"stzh-appointments__calendar-content\">\n <stzh-datepicker\n hide-optional\n ref={(el) => (this.datepickerElement = el as HTMLStzhDatepickerElement)}\n onStzhChange={this.onDatepickerChange}\n label={this.localization.datepickerLabel}\n calendarIsDateDisabled={this.isDateDisabled}\n calendarMin={printISODate(this.earliestDate)}\n calendarMax={printISODate(this.latestDate)}\n >\n <stzh-link\n slot=\"action\"\n size=\"inherit\"\n disabled={!this.nextDate}\n onClick={this.onNextActiveDateClick}\n >\n {this.localization.nextDayWithAppointments}\n </stzh-link>\n </stzh-datepicker>\n </div>\n <div class=\"stzh-appointments__calendar-content-medium\">\n <stzh-datepicker\n hide-optional\n ref={(el) => (this.datepickerElementMedium = el as HTMLStzhDatepickerElement)}\n onStzhChange={this.onDatepickerChange}\n inline\n calendarIsDateDisabled={this.isDateDisabled}\n calendarMin={printISODate(this.earliestDate)}\n calendarMax={printISODate(this.latestDate)}\n >\n {this.nextDate &&\n <stzh-link\n slot=\"action\"\n size=\"inherit\"\n onClick={this.onNextActiveDateClick}\n >\n {this.localization.nextDayWithAppointments}\n </stzh-link>\n }\n </stzh-datepicker>\n </div>\n </div>\n }\n <div class=\"stzh-appointments__appointments-wrapper\">\n {this.showAppointmentsTitle &&\n <div class=\"stzh-appointments__appointments-title-wrapper\">\n <div class=\"stzh-appointments__appointments-title\">\n <stzh-icon class=\"stzh-appointments__appointments-icon\" name=\"clock\"></stzh-icon>\n <span class=\"stzh-appointments__appointments-title-text\">\n {this.appointmentsTitle || this.localization.appointmentsTitle}\n </span>\n </div>\n {this.showSort &&\n <div class=\"stzh-appointments__sort\">\n <stzh-dropdown\n hide-optional\n inline\n no-search\n class=\"stzh-appointments__sort-dropdown\"\n variant=\"plain\"\n size=\"small\"\n sizeMedium={\"tiny\"}\n items={[this._sortBy]}\n options={this.sortOptions}\n onStzhChange={this.onDropdownChange}\n ></stzh-dropdown>\n </div>\n }\n </div>\n }\n\n <div class=\"stzh-appointments__appointments-content\">\n <stzh-radiogroup\n class=\"stzh-appointments__appointments-radiogroup\"\n ref={(el) => this.inputElement = el as HTMLStzhRadiogroupElement}\n legend={this.localization.inputLegend}\n hide-legend\n name={this.name}\n value={this.value}\n preventUpdateProperties={[\"disabled\"]}\n >\n {this.appointmentsShown.map((appointment) =>\n <stzh-radio\n onStzhChange={this.onRadioChange}\n value={appointment.value}\n disabled={typeof appointment.disabled !== \"undefined\" ? appointment.disabled : false}\n >\n <stzh-text font=\"heavy\" size=\"centi\">\n {!this.showCalendar && <span>{this.dateAdapter.format(appointment.start, \"dateLong\")}, </span>}\n {this.dateAdapter.formatSpan(appointment.start, appointment.end, \"time\")}\n </stzh-text>\n <stzh-text size=\"milli\">{appointment.caption}</stzh-text>\n </stzh-radio>\n )}\n </stzh-radiogroup>\n\n {this.showMoreLink &&\n <stzh-link\n class=\"stzh-appointments__more-link\"\n size=\"inherit\"\n onClick={this.onMoreClick}\n >\n {tc(this.localization.moreTextItems,\n this.moreItemsLeft > this.stepItems\n ? this.stepItems\n : this.moreItemsLeft)}\n </stzh-link>\n }\n </div>\n </div>\n </div>\n\n {/* <div class=\"stzh-appointments__actions\">\n <slot name=\"actions\"></slot>\n </div> */}\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
|
|
1
|
+
{"file":"stzh-appointments.entry.js","mappings":"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","names":[],"sources":["src/utils/translation-utils.ts","src/components/stzh-appointments/stzh-appointments.scss?tag=stzh-appointments&encapsulation=scoped","src/components/stzh-appointments/stzh-appointments.tsx"],"sourcesContent":["import {\n StzhDateFormat,\n StzhDateParse\n} from \"./date-adapter\";\n\nexport type StzhLocaleFormats = {\n datetime?: {\n format: string | StzhDateFormat,\n parse: string | StzhDateParse\n },\n datetimeLong?: {\n format: string | StzhDateFormat,\n parse: string | StzhDateParse\n },\n datetimeInput?: {\n format: string | StzhDateFormat,\n parse: string | StzhDateParse\n },\n date?: {\n format: string | StzhDateFormat,\n parse: string | StzhDateParse\n },\n dateLong?: {\n format: string | StzhDateFormat,\n parse: string | StzhDateParse\n },\n dateInput?: {\n format: string | StzhDateFormat,\n parse: string | StzhDateParse\n },\n time?: {\n format: string | StzhDateFormat,\n parse: string | StzhDateParse\n },\n timeInput?: {\n format: string | StzhDateFormat,\n parse: string | StzhDateParse\n },\n}\n\ntype MonthsNames = [string, string, string, string, string, string, string, string, string, string, string, string]\ntype DayNames = [string, string, string, string, string, string, string]\n\nexport type StzhLocaleGlobals = {\n dateRange: string,\n timeRange: string,\n externalLinkLabel: string\n downloadLinkLabel: string\n requiredFieldMarker: string\n requiredFieldText: string\n optionalFieldMarker: string\n optionalFieldText: string\n invalidFieldText: string\n clearButtonLabel: string\n moreInfoButtonLabel: string\n dayNames: DayNames\n dayNamesShort: DayNames\n monthNames: MonthsNames\n monthNamesShort: MonthsNames\n}\n\nexport type StzhLocaleComponent = {\n $locale: \"de\" | \"en\",\n $formats: StzhLocaleFormats,\n $formatsIso: StzhLocaleFormats,\n $formatsLegacy: StzhLocaleFormats,\n $globals: StzhLocaleGlobals\n}\n\nexport function tc(translation: string, count: number): string {\n if (!translation) {\n return \"\";\n }\n\n const parts = translation.split('|');\n let part = parts[0].trim();\n\n if (parts.length === 3 && count === 1) {\n part = parts[1].trim();\n } else if (parts.length === 3 && (count > 1 || count === null)) {\n part = parts[2].trim();\n }\n\n if (parts.length === 2 && count !== 1) {\n part = parts[1].trim();\n }\n\n return part.replace(/\\{n\\}/ig, count?.toString() || '');\n}\n",":host {\n --background-color: #{$colorSecondary10};\n}\n\n.stzh-appointments {\n &__heading {\n &:not(:empty) {\n @include spaceCurve('padding-bottom', 'tiny');\n margin-bottom: space('xsmall');\n\n @include mq($from: small) {\n margin-bottom: space('small');\n }\n\n @include mq($from: medium) {\n margin-bottom: space('medium');\n }\n\n @include mq($from: large) {\n margin-bottom: space('xlarge');\n }\n }\n }\n\n // &__actions {\n // &:not(:empty) {\n // @include spaceCurve('margin-top', 'medium');\n // }\n // }\n\n &__wrapper {\n @include spaceCurve('padding-top', 'regular');\n @include spaceCurve('padding-bottom', 'regular');\n display: flex;\n flex-direction: column;\n padding-left: space('large');\n padding-right: space('large');\n background-color: var(--background-color);\n\n @include mq($from: medium) {\n flex-direction: row;\n }\n }\n\n &__calendar-wrapper {\n display: flex;\n flex-direction: column;\n\n @include mq($from: medium) {\n margin-right: space('xxlarge');\n }\n }\n\n &__appointments-wrapper {\n flex-grow: 1;\n display: flex;\n flex-direction: column;\n }\n\n &__calendar-title-wrapper,\n &__appointments-title-wrapper {\n @include spaceCurve('margin-bottom', 'small');\n display: flex;\n align-items: center;\n justify-content: space-between;\n }\n\n &__calendar-title,\n &__appointments-title {\n @include font('heavy');\n @include fontSize('centi');\n color: $colorPrimary70;\n display: flex;\n align-items: center;\n }\n\n &__calendar-icon,\n &__appointments-icon {\n --size: #{iconSize('large')};\n margin-right: space('xsmall');\n }\n\n &__calendar-content,\n &__calendar-content-medium {\n @include fontSize('milli');\n }\n\n &__calendar-content {\n @include mq($from: medium) {\n display: none;\n }\n }\n\n &__calendar-content-medium {\n display: none;\n background-color: $colorWhite;\n padding-bottom: space('medium');\n\n @include mq($from: medium) {\n display: block;\n }\n }\n\n &__appointments-content {\n flex-grow: 1;\n }\n\n &__appointments-radiogroup {\n margin-top: space('xsmall');\n margin-bottom: space('xsmall');\n }\n\n &__more-link {\n @include fontSize('milli');\n margin-top: space('medium');\n }\n\n &--has-calendar &__appointments-wrapper {\n margin-top: space('large');\n\n @include mq($from: medium) {\n margin-top: 0;\n }\n }\n}\n","import {\n Component,\n Host,\n Element,\n Prop,\n h,\n Watch,\n Event,\n EventEmitter\n} from \"@stencil/core\";\n\nimport {\n StzhAppointmentsChangeEvent,\n StzhRadioChangeEvent,\n StzhDatepickerChangeEvent,\n StzhDropdownChangeEvent,\n} from \"../../index\";\n\nimport { tc } from \"../../utils/translation-utils\";\n\nimport { printISODate, parseISODate } from \"../../utils/date-utils\";\nimport { StzhLocaleAdapter } from \"../../utils/date-adapter\";\n\nimport { StzhAppointmentsLocalizedText } from \"./stzh-appointments.localization\"\nimport { hasSlot } from \"../../utils/utils\";\n\n/**\n * @slot - Slot for any content\n */\n@Component({\n tag: \"stzh-appointments\",\n styleUrl: \"stzh-appointments.scss\",\n scoped: true\n})\nexport class StzhAppointments {\n /** Translation strings */\n @Prop() localization: StzhAppointmentsLocalizedText;\n\n /** Hides the sort dropdown when true */\n @Prop() disableSort = false;\n\n /** Sort by */\n @Prop({ mutable: true }) sortBy: \"start\" | \"place\" = \"start\";\n private _sortBy: \"start\" | \"place\";\n\n /** Initial selected values */\n @Prop() appointments: any[] | string = [];\n private _appointments: any[];\n private appointmentsShown: any[];\n\n /** Current selected date (if undefined, earliest appointment date in list is taken or current selected one by value) */\n @Prop({ mutable: true }) currentDate: Date | string;\n private _currentDate: Date;\n\n /* Selected appointment by value */\n @Prop({ mutable: true }) value: string = \"\";\n\n /* Name of radiogroup form element */\n @Prop({ reflect: true }) name: string = \"appointment\";\n\n /** Nr of items shown */\n @Prop({ mutable: true }) showItems: number = 5;\n private _initialShowItems: number;\n\n /** Nr of items shown when more link is clicked */\n @Prop() stepItems: number = 5;\n\n /** Overwrite default calendar title */\n @Prop() calendarTitle = \"\";\n\n /** Overwrite default appointments title */\n @Prop() appointmentsTitle = \"\";\n\n /**\n * Date adapter, for custom parsing/formatting.\n * Must be an object with a `parse` function which accepts a `string` and returns a `Date`,\n * and a `format` function which accepts a `Date` and returns a `string`.\n */\n @Prop() dateAdapter: StzhLocaleAdapter;\n\n @Element() element: HTMLStzhAppointmentsElement;\n\n /** Appointments change event */\n @Event() stzhChange: EventEmitter<StzhAppointmentsChangeEvent>;\n\n @Watch(\"dateAdapter\")\n dateAdapterWatcher(newValue: StzhLocaleAdapter) {\n if (!newValue) {\n this.dateAdapter = window.stzhComponents.utils.createFormatParseAdapter(\n this.localization.$formats,\n this.localization.$globals\n );\n }\n }\n\n @Watch(\"currentDate\")\n currentDateWatcher(newValue: Date | string) {\n if (!newValue) {\n this._currentDate = this.dateByValue || this.earliestDate;\n\n if (!this.dateByValue) {\n this.setValueToFirstAppointmentOfCurrentDate();\n }\n } else if (typeof newValue === \"string\") {\n this._currentDate = parseISODate(newValue);\n this.setValueToFirstAppointmentOfCurrentDate();\n } else {\n this._currentDate = newValue;\n // Check if value already corresponds to a valid appointment on the new date\n const appointmentsForNewDate = this.getCurrentDateAppointments().map(appt => appt.value);\n if (!appointmentsForNewDate.includes(this.value)) {\n this.setValueToFirstAppointmentOfCurrentDate();\n }\n }\n }\n\n @Watch(\"sortBy\")\n sortByWatcher() {\n this.setValueToFirstAppointmentOfCurrentDate();\n }\n\n @Watch(\"value\")\n valueWatcher() {\n this.updateDateByValue();\n // update current date if user has not choosen one\n this.currentDateWatcher(this.currentDate);\n }\n\n @Watch(\"appointments\")\n appointmentsWatcher(newValue: any[] | string) {\n if (typeof newValue === \"string\") {\n this._appointments = JSON.parse(newValue);\n } else {\n this._appointments = newValue;\n }\n\n // convert start and end field to date\n this._appointments = this._appointments.map(appointment => ({\n ...appointment,\n start: new Date(appointment.start),\n end: new Date(appointment.end),\n }))\n\n if (this._appointments.length > 0) {\n // sort with start field and find earliest and latest date\n this._appointments.sort((a, b) => a['start'] > b['start'] ? 1 : -1);\n this.earliestDate = this._appointments[0].start;\n this.latestDate = this._appointments[this._appointments.length - 1].start;\n this.updateDateByValue();\n }\n\n // determine whether all appointments are from the same day\n if (this._appointments.length > 1) {\n const firstDate = this._appointments[0].start;\n this.allAppointsmentOnSameDay = this._appointments\n .map(appointment => appointment.start)\n .every(date => `${date.getFullYear()}-${date.getMonth()}-${date.getDate()}`\n === `${firstDate.getFullYear()}-${firstDate.getMonth()}-${firstDate.getDate()}`);\n }\n\n // update flags\n this.showCalendar = !this.allAppointsmentOnSameDay;\n this.showAppointmentsTitle = this._appointments.length > 1;\n\n // update current date if user has not choosen one\n this.currentDateWatcher(this.currentDate);\n }\n\n private dateByValue: Date;\n private earliestDate: Date;\n private latestDate: Date;\n private nextDate: Date;\n\n private showMoreLink: boolean = false;\n private moreItemsLeft: number = 0;\n private showCalendar: boolean = false;\n private showSort: boolean = false;\n private showSortStart: boolean = false;\n private showSortPlace: boolean = false;\n private showAppointmentsTitle: boolean = false;\n private allAppointsmentOnSameDay: boolean = true;\n private sortOptions = [];\n\n private inputElement: HTMLStzhRadiogroupElement;\n private datepickerElement: HTMLStzhDatepickerElement;\n private datepickerElementMedium: HTMLStzhDatepickerElement;\n\n private updateDateByValue() {\n this.dateByValue = this.value\n && this._appointments\n .find(appointment => appointment.value === this.value)\n .start;\n }\n\n private getCurrentDateAppointments() {\n let indexOfLastCurrentDayDate = 0;\n\n // filter to current date appointments that can be shown\n const appointmentsCurrentDate = this._appointments\n .filter((appointment, index) => {\n const dateIsInCurrentDay = appointment.start.getFullYear() === this._currentDate.getFullYear()\n && appointment.start.getMonth() === this._currentDate.getMonth()\n && appointment.start.getDate() === this._currentDate.getDate();\n\n if (dateIsInCurrentDay) {\n indexOfLastCurrentDayDate = index;\n }\n\n return dateIsInCurrentDay;\n });\n\n // find next day with dates or set to null\n if (this._appointments[indexOfLastCurrentDayDate + 1]) {\n this.nextDate = this._appointments[indexOfLastCurrentDayDate + 1].start;\n } else {\n this.nextDate = null;\n }\n\n // sort\n appointmentsCurrentDate.sort((a, b) => a[this.sortBy] > b[this.sortBy] ? 1 : -1);\n return appointmentsCurrentDate;\n }\n\n private setValueToFirstAppointmentOfCurrentDate() {\n // choose the first available appointment from current date\n const appointments = this.getCurrentDateAppointments()\n .filter(appointment => !appointment.disabled)\n\n if (appointments.length > 0) {\n this.value = appointments[0].value;\n this.stzhChange.emit({\n component: \"stzh-appointments\",\n value: this.value\n });\n }\n }\n\n private isDateDisabled = (date: Date) => {\n const dateHasAppointment: boolean = !!this._appointments.find(appointment => {\n return appointment.start.getFullYear() === date.getFullYear()\n && appointment.start.getMonth() === date.getMonth()\n && appointment.start.getDate() === date.getDate();\n });\n\n return !dateHasAppointment;\n }\n\n private onNextActiveDateClick = async () => {\n if (this.nextDate) {\n this.currentDate = this.nextDate;\n\n const popover = await this.datepickerElement.getPopover();\n\n if (popover) {\n popover.hide();\n }\n }\n }\n\n private onMoreClick = () => {\n this.showItems = this.stepItems + this.showItems;\n\n // return focus to radiogroup\n const radio = this.inputElement.querySelector('stzh-radio');\n radio.focus();\n }\n\n private onDropdownChange = async (event: CustomEvent<StzhDropdownChangeEvent>) => {\n const target: HTMLStzhDropdownElement = event.target as HTMLStzhDropdownElement;\n\n const sortBy = await target.getValue() as \"start\" | \"place\" | \"\";\n\n if (sortBy) {\n this.sortBy = sortBy;\n }\n }\n\n private onDatepickerChange = (event: CustomEvent<StzhDatepickerChangeEvent>) => {\n if (event.detail.component !== 'stzh-datepicker' || !event.detail.valueAsDate) {\n return;\n }\n\n this.currentDate = event.detail.valueAsDate;\n // reset number of items that should be shown\n this.showItems = this._initialShowItems;\n }\n\n private onRadioChange = (event: CustomEvent<StzhRadioChangeEvent>) => {\n this.value = event.detail.value;\n this.stzhChange.emit({\n component: \"stzh-appointments\",\n value: this.value\n });\n }\n\n async componentWillLoad() {\n this._initialShowItems = this.showItems;\n this.appointmentsWatcher(this.appointments);\n\n if (!this.localization) {\n this.localization = await window.stzhComponents.utils.fetchTranslations(this.element, \"appointments\");\n }\n\n this.dateAdapterWatcher(this.dateAdapter);\n }\n\n componentWillRender() {\n const appointments = this.getCurrentDateAppointments();\n\n // slice to max that should be visible\n this.appointmentsShown = appointments.slice(0, this.showItems);\n\n // set flags\n this.showMoreLink = this.showItems < appointments.length;\n this.moreItemsLeft = appointments.length - this.showItems;\n\n // don't show time sort when only one time in the current day\n this.showSortStart = !this.disableSort && appointments\n .map(appointment => {\n return this.dateAdapter.format(appointment.start, \"time\");\n }).filter((item, pos, self) => {\n return self.indexOf(item) == pos;\n }).length > 1;\n\n // don't show place sort when only one place in the current day\n this.showSortPlace = !this.disableSort && appointments\n .map(appointment => {\n return appointment.place;\n }).filter((item, pos, self) => {\n return self.indexOf(item) == pos;\n }).length > 1;\n\n this.sortOptions = [];\n\n if (this.showSortStart) {\n this.sortOptions.push({\n text: this.localization.sortByTime,\n value: \"start\"\n });\n }\n\n if (this.showSortPlace) {\n this.sortOptions.push({\n text: this.localization.sortByPlace,\n value: \"place\"\n });\n }\n\n this.showSort = !this.disableSort && this.appointmentsShown.length > 1;\n\n // determine sort (force alternative sorting if it makes sense)\n this._sortBy =\n (this.showSortStart && !this.showSortPlace && \"start\")\n || (!this.showSortStart && this.showSortPlace && \"place\")\n || this.sortBy;\n }\n\n componentDidRender() {\n // set datepickers values to current date\n if (this.datepickerElement) {\n this.datepickerElement.setDate(this._currentDate);\n }\n\n if (this.datepickerElementMedium) {\n this.datepickerElementMedium.setDate(this._currentDate);\n }\n }\n\n render() {\n const headingUsed: boolean = hasSlot(this.element, \"heading\");\n\n const classes = {\n \"stzh-appointments\": true,\n \"stzh-appointments--has-calendar\": this.showCalendar,\n \"stzh-appointments--has-appointments-title\": this.showAppointmentsTitle,\n \"stzh-appointments--has-sort\": this.showSort\n };\n\n return (\n <Host has-heading={headingUsed}>\n <div class={classes}>\n <div class=\"stzh-appointments__heading\">\n <slot name=\"heading\"></slot>\n </div>\n\n <div class=\"stzh-appointments__wrapper\">\n {this.showCalendar &&\n <div class=\"stzh-appointments__calendar-wrapper\">\n <div class=\"stzh-appointments__calendar-title-wrapper\">\n <div class=\"stzh-appointments__calendar-title\">\n <stzh-icon class=\"stzh-appointments__calendar-icon\" name=\"calendar\"></stzh-icon>\n <span class=\"stzh-appointments__calendar-title-text\">\n {this.calendarTitle || this.localization.calendarTitle}\n </span>\n </div>\n </div>\n <div class=\"stzh-appointments__calendar-content\">\n <stzh-datepicker\n hide-optional\n ref={(el) => (this.datepickerElement = el as HTMLStzhDatepickerElement)}\n onStzhChange={this.onDatepickerChange}\n label={this.localization.datepickerLabel}\n calendarIsDateDisabled={this.isDateDisabled}\n calendarMin={printISODate(this.earliestDate)}\n calendarMax={printISODate(this.latestDate)}\n >\n <stzh-link\n slot=\"action\"\n size=\"inherit\"\n disabled={!this.nextDate}\n onClick={this.onNextActiveDateClick}\n >\n {this.localization.nextDayWithAppointments}\n </stzh-link>\n </stzh-datepicker>\n </div>\n <div class=\"stzh-appointments__calendar-content-medium\">\n <stzh-datepicker\n hide-optional\n ref={(el) => (this.datepickerElementMedium = el as HTMLStzhDatepickerElement)}\n onStzhChange={this.onDatepickerChange}\n inline\n calendarIsDateDisabled={this.isDateDisabled}\n calendarMin={printISODate(this.earliestDate)}\n calendarMax={printISODate(this.latestDate)}\n >\n {this.nextDate &&\n <stzh-link\n slot=\"action\"\n size=\"inherit\"\n onClick={this.onNextActiveDateClick}\n >\n {this.localization.nextDayWithAppointments}\n </stzh-link>\n }\n </stzh-datepicker>\n </div>\n </div>\n }\n <div class=\"stzh-appointments__appointments-wrapper\">\n {this.showAppointmentsTitle &&\n <div class=\"stzh-appointments__appointments-title-wrapper\">\n <div class=\"stzh-appointments__appointments-title\">\n <stzh-icon class=\"stzh-appointments__appointments-icon\" name=\"clock\"></stzh-icon>\n <span class=\"stzh-appointments__appointments-title-text\">\n {this.appointmentsTitle || this.localization.appointmentsTitle}\n </span>\n </div>\n {this.showSort &&\n <div class=\"stzh-appointments__sort\">\n <stzh-dropdown\n hide-optional\n inline\n no-search\n class=\"stzh-appointments__sort-dropdown\"\n variant=\"plain\"\n size=\"small\"\n sizeMedium={\"tiny\"}\n items={[this._sortBy]}\n options={this.sortOptions}\n onStzhChange={this.onDropdownChange}\n ></stzh-dropdown>\n </div>\n }\n </div>\n }\n\n <div class=\"stzh-appointments__appointments-content\">\n <stzh-radiogroup\n class=\"stzh-appointments__appointments-radiogroup\"\n ref={(el) => this.inputElement = el as HTMLStzhRadiogroupElement}\n legend={this.localization.inputLegend}\n hide-legend\n name={this.name}\n value={this.value}\n preventUpdateProperties={[\"disabled\"]}\n >\n {this.appointmentsShown.map((appointment) =>\n <stzh-radio\n onStzhChange={this.onRadioChange}\n value={appointment.value}\n disabled={typeof appointment.disabled !== \"undefined\" ? appointment.disabled : false}\n >\n <stzh-text font=\"heavy\" size=\"centi\">\n {!this.showCalendar && <span>{this.dateAdapter.format(appointment.start, \"dateLong\")}, </span>}\n {this.dateAdapter.formatSpan(appointment.start, appointment.end, \"time\")}\n </stzh-text>\n <stzh-text size=\"milli\">{appointment.caption}</stzh-text>\n </stzh-radio>\n )}\n </stzh-radiogroup>\n\n {this.showMoreLink &&\n <stzh-link\n class=\"stzh-appointments__more-link\"\n size=\"inherit\"\n onClick={this.onMoreClick}\n >\n {tc(this.localization.moreTextItems,\n this.moreItemsLeft > this.stepItems\n ? this.stepItems\n : this.moreItemsLeft)}\n </stzh-link>\n }\n </div>\n </div>\n </div>\n\n {/* <div class=\"stzh-appointments__actions\">\n <slot name=\"actions\"></slot>\n </div> */}\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
|