@oiz/stzh-components 2.1.0 → 2.2.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/{animation-utils-cfa35ce7.js → animation-utils-54d784c2.js} +3 -0
- package/dist/cjs/{app-globals-dc82b9ca.js → app-globals-b6d82414.js} +1 -1
- package/dist/cjs/index.cjs.js +17 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-accordion-item.cjs.entry.js +7 -3
- package/dist/cjs/stzh-accordion.cjs.entry.js +3 -1
- package/dist/cjs/stzh-actions.cjs.entry.js +1 -1
- package/dist/cjs/stzh-anchornav.cjs.entry.js +2 -2
- package/dist/cjs/stzh-appnav.cjs.entry.js +1 -1
- package/dist/cjs/stzh-audio.cjs.entry.js +3 -3
- package/dist/cjs/stzh-badge_3.cjs.entry.js +13 -6
- package/dist/cjs/stzh-calendar.cjs.entry.js +1 -1
- package/dist/cjs/stzh-card_3.cjs.entry.js +504 -0
- package/dist/cjs/stzh-chart.cjs.entry.js +2 -3
- package/dist/cjs/stzh-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +2 -2
- package/dist/cjs/stzh-chip.cjs.entry.js +6 -5
- package/dist/cjs/stzh-clamp.cjs.entry.js +1 -1
- package/dist/cjs/stzh-components.cjs.js +2 -2
- package/dist/cjs/stzh-contactaddress.cjs.entry.js +33 -7
- package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datalist_2.cjs.entry.js +180 -0
- package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +3 -2
- package/dist/cjs/stzh-datepicker_3.cjs.entry.js +3 -3
- package/dist/cjs/stzh-details.cjs.entry.js +155 -0
- package/dist/cjs/stzh-dialog.cjs.entry.js +5 -5
- package/dist/cjs/stzh-dropdown.cjs.entry.js +2 -2
- package/dist/cjs/stzh-figure.cjs.entry.js +2 -2
- package/dist/cjs/stzh-flyingfocus.cjs.entry.js +1 -1
- package/dist/cjs/stzh-footer.cjs.entry.js +2 -2
- package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +8 -5
- package/dist/cjs/stzh-header.cjs.entry.js +28 -14
- package/dist/cjs/stzh-heading.cjs.entry.js +1 -1
- package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
- package/dist/cjs/stzh-input.cjs.entry.js +2 -2
- package/dist/cjs/stzh-langnav.cjs.entry.js +37 -0
- package/dist/cjs/stzh-link.cjs.entry.js +11 -4
- package/dist/cjs/stzh-menu_2.cjs.entry.js +2 -2
- package/dist/cjs/stzh-message.cjs.entry.js +1 -1
- package/dist/cjs/stzh-microsite-teaserlist.cjs.entry.js +96 -0
- package/dist/cjs/stzh-olmap.cjs.entry.js +1 -1
- package/dist/cjs/stzh-pagetitle-hero.cjs.entry.js +3 -3
- package/dist/cjs/stzh-pagetitle.cjs.entry.js +2 -2
- package/dist/cjs/stzh-popover.cjs.entry.js +27 -9
- package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
- package/dist/cjs/stzh-progressbar-item.cjs.entry.js +1 -1
- package/dist/cjs/stzh-readspeaker.cjs.entry.js +1 -1
- package/dist/cjs/stzh-sitemap.cjs.entry.js +24 -0
- package/dist/cjs/stzh-sortable.cjs.entry.js +30 -11
- package/dist/cjs/stzh-table.cjs.entry.js +1 -1
- package/dist/cjs/stzh-textandimage.cjs.entry.js +35 -0
- package/dist/cjs/stzh-toggle.cjs.entry.js +2 -2
- package/dist/cjs/stzh-tooltip.cjs.entry.js +37 -13
- package/dist/cjs/stzh-upload.cjs.entry.js +2 -2
- package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +2 -1
- package/dist/cjs/stzh-vbz-majorticker.cjs.entry.js +20 -9
- package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +27 -38
- package/dist/cjs/{utils-8dc66449.js → utils-ff153309.js} +1 -0
- package/dist/collection/assets/i18n/de.json +15 -7
- package/dist/collection/assets/i18n/en.json +16 -8
- package/dist/collection/assets/icons/mono/arrow-right-down.svg +3 -0
- package/dist/collection/assets/icons/mono/construction.svg +2 -2
- package/dist/collection/assets/icons/mono/fountain.svg +3 -0
- package/dist/collection/assets/icons/mono/pause-filled.svg +3 -0
- package/dist/collection/assets/icons/mono/play-filled.svg +3 -0
- package/dist/collection/assets/icons/mono/reload.svg +2 -9
- package/dist/collection/assets/icons/mono/water-drops.svg +11 -0
- package/dist/collection/collection-manifest.json +6 -0
- package/dist/collection/components/stzh-accordion/stzh-accordion.js +3 -1
- package/dist/collection/components/stzh-accordion/stzh-accordion.stories.js +12 -1
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +3 -2
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +7 -3
- package/dist/collection/components/stzh-anchornav/stzh-anchornav.css +3 -3
- package/dist/collection/components/stzh-anchornav/stzh-anchornav.js +1 -1
- package/dist/collection/components/stzh-audio/stzh-audio.css +1 -1
- package/dist/collection/components/stzh-audio/stzh-audio.js +1 -1
- package/dist/collection/components/stzh-button/stzh-button.css +3 -2
- package/dist/collection/components/stzh-button/stzh-button.js +78 -3
- package/dist/collection/components/stzh-button/stzh-button.stories.js +12 -12
- package/dist/collection/components/stzh-calendar/stzh-calendar.css +1 -0
- package/dist/collection/components/stzh-card/stzh-card.css +107 -22
- package/dist/collection/components/stzh-card/stzh-card.js +116 -6
- package/dist/collection/components/stzh-card/stzh-card.stories.js +1 -1
- package/dist/collection/components/stzh-card-list/stzh-card-list.css +55 -14
- package/dist/collection/components/stzh-card-list/stzh-card-list.js +43 -3
- package/dist/collection/components/stzh-chart/stzh-chart.css +0 -14
- package/dist/collection/components/stzh-chart/stzh-chart.js +1 -20
- package/dist/collection/components/stzh-chart/stzh-chart.stories.js +4 -3
- package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +7 -3
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.css +1 -0
- package/dist/collection/components/stzh-chip/stzh-chip.css +52 -4
- package/dist/collection/components/stzh-chip/stzh-chip.js +23 -5
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +2 -0
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +33 -6
- package/dist/collection/components/stzh-clamp/stzh-clamp.css +5 -0
- package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.css +91 -12
- package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.js +76 -9
- package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.stories.js +52 -2
- package/dist/collection/components/stzh-cspace/stzh-cspace.css +49 -1
- package/dist/collection/components/stzh-datalist/stzh-datalist.css +28 -516
- package/dist/collection/components/stzh-datalist/stzh-datalist.js +110 -23
- package/dist/collection/components/stzh-datalist/stzh-datalist.stories.js +65 -4
- package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.css +261 -0
- package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.js +323 -0
- package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.stories.js +49 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +11 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.js +3 -2
- package/dist/collection/components/stzh-details/stzh-details.css +119 -0
- package/dist/collection/components/stzh-details/stzh-details.js +316 -0
- package/dist/collection/components/stzh-details/stzh-details.stories.js +41 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.css +1 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.js +3 -3
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +6 -3
- package/dist/collection/components/stzh-figure/stzh-figure.css +1 -3
- package/dist/collection/components/stzh-footer/stzh-footer.css +2 -1
- package/dist/collection/components/stzh-footer/stzh-footer.stories.js +3 -1
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +33 -5
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.js +23 -2
- package/dist/collection/components/stzh-header/stzh-header.css +87 -4
- package/dist/collection/components/stzh-header/stzh-header.js +63 -13
- package/dist/collection/components/stzh-header/stzh-header.stories.js +21 -1
- package/dist/collection/components/stzh-heading/stzh-heading.css +3 -0
- package/dist/collection/components/stzh-icon/stzh-icon.js +1 -1
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +102 -37
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/collection/components/stzh-input/stzh-input.css +6 -5
- package/dist/collection/components/stzh-langnav/stzh-langnav.css +106 -0
- package/dist/collection/components/stzh-langnav/stzh-langnav.js +136 -0
- package/dist/collection/components/stzh-langnav/stzh-langnav.stories.js +42 -0
- package/dist/collection/components/stzh-link/stzh-link.css +1 -0
- package/dist/collection/components/stzh-link/stzh-link.js +95 -2
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.css +1 -0
- package/dist/collection/components/stzh-message/stzh-message.css +1 -0
- package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.css +125 -0
- package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.js +198 -0
- package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.localization.js +1 -0
- package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.stories.js +58 -0
- package/dist/collection/components/stzh-olmap/stzh-olmap.js +1 -1
- package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.stories.js +1 -1
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +14 -5
- package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.css +1 -1
- package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.js +1 -1
- package/dist/collection/components/stzh-popover/stzh-popover.css +2 -0
- package/dist/collection/components/stzh-popover/stzh-popover.js +26 -8
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +2 -0
- package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +107 -6
- package/dist/collection/components/stzh-radio/stzh-radio.css +3 -2
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.css +1 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.css +2 -0
- package/dist/collection/components/stzh-sitemap/stzh-sitemap.css +113 -0
- package/dist/collection/components/stzh-sitemap/stzh-sitemap.js +53 -0
- package/dist/collection/components/stzh-sitemap/stzh-sitemap.stories.js +78 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.js +29 -10
- package/dist/collection/components/stzh-textandimage/stzh-textandimage.css +203 -0
- package/dist/collection/components/stzh-textandimage/stzh-textandimage.js +98 -0
- package/dist/collection/components/stzh-textandimage/stzh-textandimage.stories.js +56 -0
- package/dist/collection/components/stzh-toggle/stzh-toggle.css +3 -1
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.css +1 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +36 -12
- package/dist/collection/components/stzh-upload/stzh-upload.css +2 -1
- package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.js +3 -2
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.css +2 -1
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.js +84 -12
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +1 -16
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.js +26 -37
- package/dist/collection/index.js +12 -0
- package/dist/collection/pages/egov.stories.js +18 -15
- package/dist/collection/pages/example.stories.js +1 -1
- package/dist/collection/pages/meinkonto.stories.js +3 -3
- package/dist/collection/patterns/appointments.stories.js +3 -3
- package/dist/collection/patterns/contact.stories.js +144 -0
- package/dist/collection/patterns/contactform.stories.js +125 -0
- package/dist/collection/patterns/subpages.stories.js +98 -0
- package/dist/collection/utils/animation-utils.js +3 -0
- package/dist/components/animation-utils.js +3 -0
- package/dist/components/index.d.ts +6 -0
- package/dist/components/index.js +8 -1
- package/dist/components/index2.js +17 -2017
- package/dist/components/index3.js +2017 -0
- package/dist/components/stzh-accordion-item.js +6 -2
- package/dist/components/stzh-accordion.js +3 -1
- package/dist/components/stzh-anchornav.js +2 -2
- package/dist/components/stzh-audio.js +2 -2
- package/dist/components/stzh-button2.js +15 -4
- package/dist/components/stzh-calendar2.js +1 -1
- package/dist/components/stzh-card-list.js +1 -114
- package/dist/components/stzh-card-list2.js +123 -0
- package/dist/components/stzh-card.js +1 -358
- package/dist/components/stzh-card2.js +380 -0
- package/dist/components/stzh-chart.js +3 -5
- package/dist/components/stzh-checkbox.js +1 -1
- package/dist/components/stzh-checkboxgroup.js +1 -1
- package/dist/components/stzh-chip-select.js +1 -157
- package/dist/components/stzh-chip-select2.js +186 -0
- package/dist/components/stzh-chip2.js +7 -5
- package/dist/components/stzh-clamp2.js +1 -1
- package/dist/components/stzh-contactaddress.js +74 -10
- package/dist/components/stzh-cspace.js +1 -1
- package/dist/components/stzh-datalist-item.d.ts +11 -0
- package/dist/components/stzh-datalist-item.js +6 -0
- package/dist/components/stzh-datalist-item2.js +128 -0
- package/dist/components/stzh-datalist.js +1 -96
- package/dist/components/stzh-datalist2.js +147 -0
- package/dist/components/stzh-datamessagelist-item.js +3 -2
- package/dist/components/stzh-details.d.ts +11 -0
- package/dist/components/stzh-details.js +173 -0
- package/dist/components/stzh-dialog.js +4 -4
- package/dist/components/stzh-dropdown2.js +1 -1
- package/dist/components/stzh-figure.js +1 -1
- package/dist/components/stzh-footer.js +1 -1
- package/dist/components/stzh-ghettobox2.js +7 -3
- package/dist/components/stzh-header.js +29 -13
- package/dist/components/stzh-heading2.js +1 -1
- package/dist/components/stzh-icon-sprite.js +1 -1
- package/dist/components/stzh-icon2.js +1 -1
- package/dist/components/stzh-input2.js +1 -1
- package/dist/components/stzh-langnav.d.ts +11 -0
- package/dist/components/stzh-langnav.js +73 -0
- package/dist/components/stzh-link2.js +15 -3
- package/dist/components/stzh-menu-item2.js +1 -1
- package/dist/components/stzh-message.js +1 -1
- package/dist/components/stzh-microsite-teaserlist.d.ts +11 -0
- package/dist/components/stzh-microsite-teaserlist.js +212 -0
- package/dist/components/stzh-olmap.js +1 -1
- package/dist/components/stzh-pagetitle-hero.js +2 -2
- package/dist/components/stzh-pagetitle.js +1 -1
- package/dist/components/stzh-popover2.js +26 -8
- package/dist/components/stzh-portal-mitwirken.js +1 -1
- package/dist/components/stzh-progressbar-item2.js +1 -1
- package/dist/components/stzh-radio2.js +1 -1
- package/dist/components/stzh-radiogroup2.js +1 -1
- package/dist/components/stzh-richtext2.js +1 -1
- package/dist/components/stzh-sitemap.d.ts +11 -0
- package/dist/components/stzh-sitemap.js +69 -0
- package/dist/components/stzh-sortable2.js +29 -10
- package/dist/components/stzh-textandimage.d.ts +11 -0
- package/dist/components/stzh-textandimage.js +53 -0
- package/dist/components/stzh-toggle.js +1 -1
- package/dist/components/stzh-tooltip2.js +36 -12
- package/dist/components/stzh-upload.js +1 -1
- package/dist/components/stzh-vbz-linechip2.js +2 -1
- package/dist/components/stzh-vbz-majorticker.js +25 -12
- package/dist/components/stzh-vbz-ticker.js +26 -37
- package/dist/components/utils.js +1 -1
- package/dist/esm/{animation-utils-25c74e5b.js → animation-utils-e234a5f8.js} +3 -0
- package/dist/esm/{app-globals-246b5e49.js → app-globals-ff581b69.js} +1 -1
- package/dist/esm/{index-2915b467.js → index-011c84fe.js} +1 -1
- package/dist/esm/index.js +16 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/stzh-accordion-item.entry.js +8 -4
- package/dist/esm/stzh-accordion.entry.js +4 -2
- package/dist/esm/stzh-actions.entry.js +2 -2
- package/dist/esm/stzh-actionset.entry.js +1 -1
- package/dist/esm/stzh-anchornav.entry.js +3 -3
- package/dist/esm/stzh-appnav.entry.js +2 -2
- package/dist/esm/stzh-appointments.entry.js +1 -1
- package/dist/esm/stzh-audio.entry.js +4 -4
- package/dist/esm/stzh-badge_3.entry.js +14 -7
- package/dist/esm/stzh-calendar.entry.js +2 -2
- package/dist/esm/stzh-card_3.entry.js +498 -0
- package/dist/esm/stzh-cell.entry.js +1 -1
- package/dist/esm/stzh-chart.entry.js +3 -4
- package/dist/esm/stzh-checkbox.entry.js +4 -4
- package/dist/esm/stzh-checkboxgroup.entry.js +4 -4
- package/dist/esm/stzh-chip.entry.js +7 -6
- package/dist/esm/stzh-clamp.entry.js +2 -2
- package/dist/esm/stzh-components.js +3 -3
- package/dist/esm/stzh-contactaddress.entry.js +34 -8
- package/dist/esm/stzh-container.entry.js +1 -1
- package/dist/esm/stzh-cspace.entry.js +2 -2
- package/dist/esm/stzh-datalist_2.entry.js +175 -0
- package/dist/esm/stzh-datamessagelist-item.entry.js +4 -3
- package/dist/esm/stzh-datamessagelist.entry.js +1 -1
- package/dist/esm/stzh-datatable.entry.js +1 -1
- package/dist/esm/stzh-datepicker_3.entry.js +5 -5
- package/dist/esm/stzh-details.entry.js +151 -0
- package/dist/esm/stzh-dialog.entry.js +6 -6
- package/dist/esm/stzh-dropdown.entry.js +4 -4
- package/dist/esm/stzh-fieldset.entry.js +1 -1
- package/dist/esm/stzh-figure.entry.js +3 -3
- package/dist/esm/stzh-flyingfocus.entry.js +2 -2
- package/dist/esm/stzh-footer.entry.js +3 -3
- package/dist/esm/stzh-ghettobox_2.entry.js +9 -6
- package/dist/esm/stzh-header.entry.js +29 -15
- package/dist/esm/stzh-heading.entry.js +2 -2
- package/dist/esm/stzh-hr.entry.js +1 -1
- package/dist/esm/stzh-hspace.entry.js +1 -1
- package/dist/esm/stzh-icon-sprite.entry.js +2 -2
- package/dist/esm/{stzh-input-description-e87e6697.js → stzh-input-description-bdd1e340.js} +1 -1
- package/dist/esm/stzh-input.entry.js +4 -4
- package/dist/esm/stzh-langnav.entry.js +33 -0
- package/dist/esm/stzh-link.entry.js +12 -5
- package/dist/esm/stzh-list-item.entry.js +1 -1
- package/dist/esm/stzh-list.entry.js +1 -1
- package/dist/esm/stzh-loader.entry.js +1 -1
- package/dist/esm/stzh-loadingbar.entry.js +1 -1
- package/dist/esm/stzh-menu_2.entry.js +3 -3
- package/dist/esm/stzh-message.entry.js +2 -2
- package/dist/esm/stzh-metanav.entry.js +1 -1
- package/dist/esm/stzh-microsite-teaserlist.entry.js +92 -0
- package/dist/esm/stzh-olmap.entry.js +2 -2
- package/dist/esm/stzh-overlay.entry.js +1 -1
- package/dist/esm/stzh-page-skiplinks.entry.js +1 -1
- package/dist/esm/stzh-pagebottom.entry.js +1 -1
- package/dist/esm/stzh-pagetitle-hero.entry.js +4 -4
- package/dist/esm/stzh-pagetitle.entry.js +3 -3
- package/dist/esm/stzh-popover.entry.js +28 -10
- package/dist/esm/stzh-portal-mitwirken.entry.js +2 -2
- package/dist/esm/stzh-progressbar-item.entry.js +2 -2
- package/dist/esm/stzh-progressbar.entry.js +1 -1
- package/dist/esm/stzh-readspeaker.entry.js +2 -2
- package/dist/esm/stzh-row.entry.js +1 -1
- package/dist/esm/stzh-saptcha.entry.js +1 -1
- package/dist/esm/stzh-section.entry.js +1 -1
- package/dist/esm/stzh-share.entry.js +1 -1
- package/dist/esm/stzh-sitemap.entry.js +20 -0
- package/dist/esm/stzh-skiplink.entry.js +1 -1
- package/dist/esm/stzh-sortable.entry.js +31 -12
- package/dist/esm/stzh-status.entry.js +1 -1
- package/dist/esm/stzh-sticky.entry.js +1 -1
- package/dist/esm/stzh-table.entry.js +2 -2
- package/dist/esm/stzh-text.entry.js +1 -1
- package/dist/esm/stzh-textandimage.entry.js +31 -0
- package/dist/esm/stzh-toggle.entry.js +4 -4
- package/dist/esm/stzh-tooltip.entry.js +38 -14
- package/dist/esm/stzh-upload.entry.js +4 -4
- package/dist/esm/stzh-vbz-linechip.entry.js +3 -2
- package/dist/esm/stzh-vbz-majorticker.entry.js +21 -10
- package/dist/esm/stzh-vbz-ticker.entry.js +26 -37
- package/dist/esm/stzh-visuallyhidden.entry.js +1 -1
- package/dist/esm/stzh-vspace.entry.js +1 -1
- package/dist/esm/{utils-68a28fce.js → utils-92a77db5.js} +1 -1
- package/dist/esm-es5/animation-utils-e234a5f8.js +1 -0
- package/dist/esm-es5/{app-globals-246b5e49.js → app-globals-ff581b69.js} +1 -1
- package/dist/esm-es5/{index-2915b467.js → index-011c84fe.js} +1 -1
- package/dist/esm-es5/index.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
- package/dist/esm-es5/stzh-accordion.entry.js +1 -1
- package/dist/esm-es5/stzh-actions.entry.js +1 -1
- package/dist/esm-es5/stzh-actionset.entry.js +1 -1
- package/dist/esm-es5/stzh-anchornav.entry.js +1 -1
- package/dist/esm-es5/stzh-appnav.entry.js +1 -1
- package/dist/esm-es5/stzh-appointments.entry.js +1 -1
- package/dist/esm-es5/stzh-audio.entry.js +2 -2
- package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
- package/dist/esm-es5/stzh-calendar.entry.js +1 -1
- package/dist/esm-es5/stzh-card_3.entry.js +1 -0
- package/dist/esm-es5/stzh-cell.entry.js +1 -1
- package/dist/esm-es5/stzh-chart.entry.js +2 -2
- package/dist/esm-es5/stzh-checkbox.entry.js +1 -1
- package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -1
- package/dist/esm-es5/stzh-chip.entry.js +1 -1
- package/dist/esm-es5/stzh-clamp.entry.js +1 -1
- package/dist/esm-es5/stzh-components.js +1 -1
- package/dist/esm-es5/stzh-contactaddress.entry.js +1 -1
- package/dist/esm-es5/stzh-container.entry.js +1 -1
- package/dist/esm-es5/stzh-cspace.entry.js +1 -1
- package/dist/esm-es5/stzh-datalist_2.entry.js +1 -0
- package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
- package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -1
- package/dist/esm-es5/stzh-datatable.entry.js +1 -1
- package/dist/esm-es5/stzh-datepicker_3.entry.js +1 -1
- package/dist/esm-es5/stzh-details.entry.js +1 -0
- package/dist/esm-es5/stzh-dialog.entry.js +1 -1
- package/dist/esm-es5/stzh-dropdown.entry.js +1 -1
- package/dist/esm-es5/stzh-fieldset.entry.js +1 -1
- package/dist/esm-es5/stzh-figure.entry.js +1 -1
- package/dist/esm-es5/stzh-flyingfocus.entry.js +1 -1
- package/dist/esm-es5/stzh-footer.entry.js +1 -1
- package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
- package/dist/esm-es5/stzh-header.entry.js +1 -1
- package/dist/esm-es5/stzh-heading.entry.js +1 -1
- package/dist/esm-es5/stzh-hr.entry.js +1 -1
- package/dist/esm-es5/stzh-hspace.entry.js +1 -1
- package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
- package/dist/esm-es5/{stzh-input-description-e87e6697.js → stzh-input-description-bdd1e340.js} +1 -1
- package/dist/esm-es5/stzh-input.entry.js +1 -1
- package/dist/esm-es5/stzh-langnav.entry.js +1 -0
- package/dist/esm-es5/stzh-link.entry.js +1 -1
- package/dist/esm-es5/stzh-list-item.entry.js +1 -1
- package/dist/esm-es5/stzh-list.entry.js +1 -1
- package/dist/esm-es5/stzh-loader.entry.js +1 -1
- package/dist/esm-es5/stzh-loadingbar.entry.js +1 -1
- package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
- package/dist/esm-es5/stzh-message.entry.js +1 -1
- package/dist/esm-es5/stzh-metanav.entry.js +1 -1
- package/dist/esm-es5/stzh-microsite-teaserlist.entry.js +1 -0
- package/dist/esm-es5/stzh-olmap.entry.js +2 -2
- package/dist/esm-es5/stzh-overlay.entry.js +1 -1
- package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -1
- package/dist/esm-es5/stzh-pagebottom.entry.js +1 -1
- package/dist/esm-es5/stzh-pagetitle-hero.entry.js +1 -1
- package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
- package/dist/esm-es5/stzh-popover.entry.js +1 -1
- package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
- package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -1
- package/dist/esm-es5/stzh-progressbar.entry.js +1 -1
- package/dist/esm-es5/stzh-readspeaker.entry.js +1 -1
- package/dist/esm-es5/stzh-row.entry.js +1 -1
- package/dist/esm-es5/stzh-saptcha.entry.js +1 -1
- package/dist/esm-es5/stzh-section.entry.js +1 -1
- package/dist/esm-es5/stzh-share.entry.js +1 -1
- package/dist/esm-es5/stzh-sitemap.entry.js +1 -0
- package/dist/esm-es5/stzh-skiplink.entry.js +1 -1
- package/dist/esm-es5/stzh-sortable.entry.js +2 -2
- package/dist/esm-es5/stzh-status.entry.js +1 -1
- package/dist/esm-es5/stzh-sticky.entry.js +1 -1
- package/dist/esm-es5/stzh-table.entry.js +1 -1
- package/dist/esm-es5/stzh-text.entry.js +1 -1
- package/dist/esm-es5/stzh-textandimage.entry.js +1 -0
- package/dist/esm-es5/stzh-toggle.entry.js +1 -1
- package/dist/esm-es5/stzh-tooltip.entry.js +1 -1
- package/dist/esm-es5/stzh-upload.entry.js +1 -1
- package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
- package/dist/esm-es5/stzh-vbz-majorticker.entry.js +1 -1
- package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
- package/dist/esm-es5/stzh-visuallyhidden.entry.js +1 -1
- package/dist/esm-es5/stzh-vspace.entry.js +1 -1
- package/dist/esm-es5/{utils-68a28fce.js → utils-92a77db5.js} +1 -1
- package/dist/stzh-components/assets/i18n/de.json +15 -7
- package/dist/stzh-components/assets/i18n/en.json +16 -8
- package/dist/stzh-components/assets/icons/mono/arrow-right-down.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/construction.svg +2 -2
- package/dist/stzh-components/assets/icons/mono/fountain.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/pause-filled.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/play-filled.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/reload.svg +2 -9
- package/dist/stzh-components/assets/icons/mono/water-drops.svg +11 -0
- package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +102 -37
- package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/stzh-components/index.esm.js +1 -0
- package/dist/stzh-components/{p-f6ab391e.system.entry.js → p-006751fc.system.entry.js} +1 -1
- package/dist/stzh-components/{p-27839f48.entry.js → p-025c9c5b.entry.js} +1 -1
- package/dist/stzh-components/{p-e9313802.system.entry.js → p-0409bf6b.system.entry.js} +2 -2
- package/dist/stzh-components/p-06d9b884.system.entry.js +1 -0
- package/dist/stzh-components/{p-3e504f50.entry.js → p-0743d7fa.entry.js} +1 -1
- package/dist/stzh-components/p-0850a2e1.system.entry.js +1 -0
- package/dist/stzh-components/{p-d5ee4ac0.entry.js → p-09da70d8.entry.js} +1 -1
- package/dist/stzh-components/{p-4e6ddb5f.entry.js → p-0a647396.entry.js} +1 -1
- package/dist/stzh-components/p-0c8427bc.entry.js +1 -0
- package/dist/stzh-components/{p-b1ff3a21.system.entry.js → p-0cc8bbd7.system.entry.js} +2 -2
- package/dist/stzh-components/{p-e662b688.entry.js → p-0cff4e01.entry.js} +1 -1
- package/dist/stzh-components/{p-0321e98e.system.entry.js → p-104df3a8.system.entry.js} +1 -1
- package/dist/stzh-components/p-10c046fc.system.entry.js +1 -0
- package/dist/stzh-components/{p-26159eac.system.entry.js → p-11d7b426.system.entry.js} +1 -1
- package/dist/stzh-components/p-12a2afe9.entry.js +1 -0
- package/dist/stzh-components/p-17645237.entry.js +1 -0
- package/dist/stzh-components/p-18cb06e2.entry.js +1 -0
- package/dist/stzh-components/{p-c3161c9b.system.entry.js → p-19ab7e34.system.entry.js} +1 -1
- package/dist/stzh-components/p-1ae4d600.system.entry.js +1 -0
- package/dist/stzh-components/{p-ff534e27.entry.js → p-1d8272a5.entry.js} +1 -1
- package/dist/stzh-components/{p-27bfb4c2.system.entry.js → p-21cad060.system.entry.js} +1 -1
- package/dist/stzh-components/{p-14f0d546.entry.js → p-22b06793.entry.js} +1 -1
- package/dist/stzh-components/{p-22c9a00d.system.entry.js → p-23829f75.system.entry.js} +1 -1
- package/dist/stzh-components/{p-3fc40cc0.system.entry.js → p-2577ca1e.system.entry.js} +1 -1
- package/dist/stzh-components/{p-7dd6fbc9.system.entry.js → p-288ee536.system.entry.js} +1 -1
- package/dist/stzh-components/{p-2c16d2ea.entry.js → p-28d8aa31.entry.js} +1 -1
- package/dist/stzh-components/{p-8fc8d8c2.system.entry.js → p-2bdc71ae.system.entry.js} +1 -1
- package/dist/stzh-components/p-2bec3c77.entry.js +1 -0
- package/dist/stzh-components/p-2d340222.system.entry.js +1 -0
- package/dist/stzh-components/{p-2e276f2e.system.entry.js → p-30ae5c00.system.entry.js} +1 -1
- package/dist/stzh-components/{p-34eb65b9.entry.js → p-30ba96a3.entry.js} +1 -1
- package/dist/stzh-components/{p-62afe664.entry.js → p-31c3469c.entry.js} +1 -1
- package/dist/stzh-components/{p-881e526e.system.entry.js → p-3200f52a.system.entry.js} +1 -1
- package/dist/stzh-components/{p-725b3e74.system.entry.js → p-33f80cd2.system.entry.js} +1 -1
- package/dist/stzh-components/{p-456143f9.entry.js → p-376946bc.entry.js} +1 -1
- package/dist/stzh-components/p-385dda6c.system.entry.js +1 -0
- package/dist/stzh-components/{p-71220066.entry.js → p-391e6b90.entry.js} +1 -1
- package/dist/stzh-components/p-3a1ff759.entry.js +1 -0
- package/dist/stzh-components/p-3ad67331.entry.js +1 -0
- package/dist/stzh-components/p-3e850dce.entry.js +1 -0
- package/dist/stzh-components/p-4226dec6.system.entry.js +1 -0
- package/dist/stzh-components/p-441ea784.entry.js +1 -0
- package/dist/stzh-components/{p-229f4ebc.system.entry.js → p-44e0b101.system.entry.js} +1 -1
- package/dist/stzh-components/p-4704588f.system.entry.js +1 -0
- package/dist/stzh-components/{p-30e5a674.entry.js → p-49b292df.entry.js} +1 -1
- package/dist/stzh-components/p-49bb09a5.entry.js +1 -0
- package/dist/stzh-components/{p-9454a438.entry.js → p-4b0f473e.entry.js} +1 -1
- package/dist/stzh-components/p-4b369bac.entry.js +1 -0
- package/dist/stzh-components/p-5011f10c.js +1 -0
- package/dist/stzh-components/{p-53c30c58.entry.js → p-51be647d.entry.js} +1 -1
- package/dist/stzh-components/{p-6267a327.system.js → p-5494f37d.system.js} +1 -1
- package/dist/stzh-components/p-557f07b5.system.entry.js +1 -0
- package/dist/stzh-components/p-55b7cda7.system.entry.js +1 -0
- package/dist/stzh-components/{p-05901b22.system.entry.js → p-57237509.system.entry.js} +1 -1
- package/dist/stzh-components/{p-b09b85ac.entry.js → p-576e1345.entry.js} +1 -1
- package/dist/stzh-components/p-5790eb4f.system.entry.js +1 -0
- package/dist/stzh-components/p-57a0f895.entry.js +1 -0
- package/dist/stzh-components/p-57f8596f.system.entry.js +1 -0
- package/dist/stzh-components/p-586a8b3f.entry.js +1 -0
- package/dist/stzh-components/p-58af0855.system.entry.js +1 -0
- package/dist/stzh-components/{p-c866224d.entry.js → p-5b1c1cf7.entry.js} +1 -1
- package/dist/stzh-components/{p-bd5b8114.system.entry.js → p-5ddf8258.system.entry.js} +1 -1
- package/dist/stzh-components/{p-470e5f38.system.entry.js → p-5fd9ae99.system.entry.js} +1 -1
- package/dist/stzh-components/{p-6c1ad586.system.entry.js → p-60274e67.system.entry.js} +1 -1
- package/dist/stzh-components/{p-470ccde5.system.entry.js → p-60d9bf98.system.entry.js} +1 -1
- package/dist/stzh-components/{p-652eee8b.system.entry.js → p-60ec90b2.system.entry.js} +1 -1
- package/dist/stzh-components/{p-3efefb7f.entry.js → p-62a2684d.entry.js} +1 -1
- package/dist/stzh-components/p-63d94a57.system.entry.js +1 -0
- package/dist/stzh-components/{p-4a3f9353.entry.js → p-64422176.entry.js} +1 -1
- package/dist/stzh-components/{p-a3559e69.entry.js → p-661831da.entry.js} +1 -1
- package/dist/stzh-components/{p-bc841847.entry.js → p-669896ec.entry.js} +1 -1
- package/dist/stzh-components/{p-38b9e5e9.entry.js → p-67c6f0f2.entry.js} +1 -1
- package/dist/stzh-components/{p-b666bb15.entry.js → p-6a0a76b3.entry.js} +1 -1
- package/dist/stzh-components/{p-8ab86ca3.system.entry.js → p-6d009f56.system.entry.js} +1 -1
- package/dist/stzh-components/p-71c07419.system.entry.js +1 -0
- package/dist/stzh-components/{p-3a0f37bd.entry.js → p-72389069.entry.js} +1 -1
- package/dist/stzh-components/p-75068cd7.system.entry.js +1 -0
- package/dist/stzh-components/{p-229d4ad2.entry.js → p-76165227.entry.js} +1 -1
- package/dist/stzh-components/p-7704b10b.entry.js +1 -0
- package/dist/stzh-components/p-791bc813.system.js +1 -0
- package/dist/stzh-components/{p-71d757d3.js → p-7941cf38.js} +1 -1
- package/dist/stzh-components/{p-cc735465.system.entry.js → p-7adc28a4.system.entry.js} +2 -2
- package/dist/stzh-components/p-7b86c022.entry.js +1 -0
- package/dist/stzh-components/p-7c26f80f.system.entry.js +1 -0
- package/dist/stzh-components/p-7ce59988.system.entry.js +1 -0
- package/dist/stzh-components/{p-e785d9cc.entry.js → p-7e94dde2.entry.js} +1 -1
- package/dist/stzh-components/{p-bdc627fa.system.entry.js → p-812ea5e9.system.entry.js} +1 -1
- package/dist/stzh-components/{p-5c2d0572.entry.js → p-84965eac.entry.js} +1 -1
- package/dist/stzh-components/p-84b9f66f.system.entry.js +1 -0
- package/dist/stzh-components/p-853a1f92.entry.js +1 -0
- package/dist/stzh-components/p-86a29c35.js +1 -0
- package/dist/stzh-components/{p-44435254.system.entry.js → p-88a31179.system.entry.js} +1 -1
- package/dist/stzh-components/p-8991d3bc.entry.js +1 -0
- package/dist/stzh-components/{p-4fd4a703.entry.js → p-8a1d00fe.entry.js} +2 -2
- package/dist/stzh-components/{p-b99c0844.entry.js → p-8bbaed3a.entry.js} +1 -1
- package/dist/stzh-components/{p-6a96d63e.system.entry.js → p-8cc119d3.system.entry.js} +1 -1
- package/dist/stzh-components/p-8fa2fb95.system.entry.js +1 -0
- package/dist/stzh-components/p-9072a490.system.entry.js +1 -0
- package/dist/stzh-components/p-912706bb.entry.js +1 -0
- package/dist/stzh-components/{p-5e81420b.entry.js → p-9176246f.entry.js} +1 -1
- package/dist/stzh-components/p-92afa8df.entry.js +1 -0
- package/dist/stzh-components/{p-61d4852f.system.entry.js → p-94830f96.system.entry.js} +1 -1
- package/dist/stzh-components/p-95b490ec.system.entry.js +1 -0
- package/dist/stzh-components/p-9743f558.system.entry.js +1 -0
- package/dist/stzh-components/p-97e16665.system.entry.js +1 -0
- package/dist/stzh-components/p-996579d0.entry.js +1 -0
- package/dist/stzh-components/{p-7a4c6adb.js → p-9a5ebb1f.js} +1 -1
- package/dist/stzh-components/{p-1a5fc8e3.system.entry.js → p-9dac46e2.system.entry.js} +1 -1
- package/dist/stzh-components/p-9e38b823.system.entry.js +1 -0
- package/dist/stzh-components/p-9e4e0cc9.entry.js +1 -0
- package/dist/stzh-components/p-a16dc363.entry.js +1 -0
- package/dist/stzh-components/{p-33a52001.system.entry.js → p-a474826c.system.entry.js} +1 -1
- package/dist/stzh-components/{p-7d77b8d2.entry.js → p-a53c0a98.entry.js} +1 -1
- package/dist/stzh-components/{p-0c10d9b1.entry.js → p-a8101552.entry.js} +2 -2
- package/dist/stzh-components/p-a934dd4d.entry.js +1 -0
- package/dist/stzh-components/{p-5caa837c.system.entry.js → p-aacf685b.system.entry.js} +2 -2
- package/dist/stzh-components/{p-c1100fde.entry.js → p-aae4655f.entry.js} +1 -1
- package/dist/stzh-components/p-ac1a6085.system.entry.js +1 -0
- package/dist/stzh-components/p-ac3aa560.system.entry.js +1 -0
- package/dist/stzh-components/{p-7c172e64.system.entry.js → p-afedafa6.system.entry.js} +1 -1
- package/dist/stzh-components/p-b0d8866d.entry.js +1 -0
- package/dist/stzh-components/{p-36596b2b.system.entry.js → p-b2145753.system.entry.js} +1 -1
- package/dist/stzh-components/{p-3a279b45.entry.js → p-b3dc4913.entry.js} +1 -1
- package/dist/stzh-components/{p-44dd74d1.system.entry.js → p-b436a18d.system.entry.js} +1 -1
- package/dist/stzh-components/{p-55435022.system.entry.js → p-b908d228.system.entry.js} +1 -1
- package/dist/stzh-components/{p-909d7a3c.system.js → p-b937ae70.system.js} +1 -1
- package/dist/stzh-components/{p-daa34275.system.entry.js → p-ba0b93c4.system.entry.js} +1 -1
- package/dist/stzh-components/{p-90665664.system.entry.js → p-be79497f.system.entry.js} +1 -1
- package/dist/stzh-components/{p-0e48efa7.entry.js → p-bee6eef5.entry.js} +1 -1
- package/dist/stzh-components/{p-616e70e9.system.entry.js → p-bfcfbfbb.system.entry.js} +1 -1
- package/dist/stzh-components/p-c0fef3d1.entry.js +1 -0
- package/dist/stzh-components/{p-8eb72064.system.entry.js → p-c30600d0.system.entry.js} +1 -1
- package/dist/stzh-components/{p-46f4e907.entry.js → p-c3a543a6.entry.js} +1 -1
- package/dist/stzh-components/p-c63aecaa.system.entry.js +1 -0
- package/dist/stzh-components/p-c87e12de.system.entry.js +1 -0
- package/dist/stzh-components/{p-2c783943.entry.js → p-cc720d2d.entry.js} +1 -1
- package/dist/stzh-components/p-cfd22a5e.system.entry.js +1 -0
- package/dist/stzh-components/p-cff8376e.entry.js +1 -0
- package/dist/stzh-components/p-d240494d.entry.js +1 -0
- package/dist/stzh-components/p-d2f6fb1b.system.js +1 -0
- package/dist/stzh-components/p-d5c0801b.entry.js +1 -0
- package/dist/stzh-components/{p-440ae0cc.system.entry.js → p-d5cb80ad.system.entry.js} +1 -1
- package/dist/stzh-components/p-d6ec20c8.system.entry.js +1 -0
- package/dist/stzh-components/p-d9bf09b1.system.entry.js +1 -0
- package/dist/stzh-components/{p-b5a59ac0.entry.js → p-db1692fb.entry.js} +1 -1
- package/dist/stzh-components/{p-609bf766.system.js → p-dbdc01c7.system.js} +2 -2
- package/dist/stzh-components/{p-8347b91f.js → p-df5f49b4.js} +1 -1
- package/dist/stzh-components/p-e016ceb9.entry.js +1 -0
- package/dist/stzh-components/{p-fade35c7.entry.js → p-e0f063ac.entry.js} +1 -1
- package/dist/stzh-components/p-e32bc982.system.js +1 -0
- package/dist/stzh-components/{p-5ed4d1d5.system.entry.js → p-e46d82b9.system.entry.js} +1 -1
- package/dist/stzh-components/p-e76a3647.entry.js +1 -0
- package/dist/stzh-components/{p-e347ce1e.system.entry.js → p-e7cf6c45.system.entry.js} +1 -1
- package/dist/stzh-components/p-ea9ca52b.entry.js +1 -0
- package/dist/stzh-components/p-eaa65f52.system.js +1 -0
- package/dist/stzh-components/p-eade9f77.entry.js +1 -0
- package/dist/stzh-components/{p-e69903fe.entry.js → p-eb6d3e6c.entry.js} +1 -1
- package/dist/stzh-components/{p-d408604f.system.entry.js → p-ec3a472a.system.entry.js} +1 -1
- package/dist/stzh-components/{p-d4b93488.entry.js → p-ec7b6ce8.entry.js} +2 -2
- package/dist/stzh-components/{p-ef62b905.entry.js → p-ed0d51b6.entry.js} +1 -1
- package/dist/stzh-components/p-ed6adb96.entry.js +1 -0
- package/dist/stzh-components/p-ef3da23b.entry.js +1 -0
- package/dist/stzh-components/{p-27573504.system.entry.js → p-f027e569.system.entry.js} +1 -1
- package/dist/stzh-components/{p-95defe16.system.entry.js → p-f03ce92d.system.entry.js} +1 -1
- package/dist/stzh-components/{p-a866b3a3.entry.js → p-f133eba2.entry.js} +1 -1
- package/dist/stzh-components/p-f3107fc7.system.entry.js +1 -0
- package/dist/stzh-components/{p-92788577.entry.js → p-f5fdc88c.entry.js} +2 -2
- package/dist/stzh-components/{p-183e4790.system.entry.js → p-fbf2f4ed.system.entry.js} +1 -1
- package/dist/stzh-components/{p-f5f3475c.system.entry.js → p-fcec6003.system.entry.js} +1 -1
- package/dist/stzh-components/{p-cf781b59.entry.js → p-fd265f3a.entry.js} +1 -1
- package/dist/stzh-components/p-fdb906b9.system.entry.js +1 -0
- package/dist/stzh-components/{p-b54ed1f9.entry.js → p-fee6a938.entry.js} +1 -1
- package/dist/stzh-components/stzh-components.esm.js +1 -1
- package/dist/stzh-components/stzh-components.js +1 -1
- package/dist/types/components/stzh-datamessagelist-item/stzh-datamessagelist-item.localization.d.ts +1 -0
- package/dist/types/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.localization.d.ts +5 -0
- package/dist/types/components/stzh-popover/stzh-popover.localization.d.ts +1 -0
- package/dist/types/components/stzh-tooltip/stzh-tooltip.localization.d.ts +1 -0
- package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.d.ts +13 -12
- package/dist/types/components.d.ts +534 -29
- package/dist/types/index.d.ts +86 -2
- package/dist/vscode-data.json +291 -18
- package/package.json +1 -1
- package/dist/cjs/stzh-card-list.cjs.entry.js +0 -76
- package/dist/cjs/stzh-card.cjs.entry.js +0 -282
- package/dist/cjs/stzh-chip-select.cjs.entry.js +0 -112
- package/dist/cjs/stzh-datalist.cjs.entry.js +0 -62
- package/dist/esm/stzh-card-list.entry.js +0 -72
- package/dist/esm/stzh-card.entry.js +0 -278
- package/dist/esm/stzh-chip-select.entry.js +0 -108
- package/dist/esm/stzh-datalist.entry.js +0 -58
- package/dist/esm-es5/animation-utils-25c74e5b.js +0 -1
- package/dist/esm-es5/stzh-card-list.entry.js +0 -1
- package/dist/esm-es5/stzh-card.entry.js +0 -1
- package/dist/esm-es5/stzh-chip-select.entry.js +0 -1
- package/dist/esm-es5/stzh-datalist.entry.js +0 -1
- package/dist/stzh-components/p-01909f35.system.entry.js +0 -1
- package/dist/stzh-components/p-0230004d.system.js +0 -1
- package/dist/stzh-components/p-025953d1.system.entry.js +0 -1
- package/dist/stzh-components/p-04dd6821.entry.js +0 -1
- package/dist/stzh-components/p-090bfb8e.system.entry.js +0 -1
- package/dist/stzh-components/p-105a11cb.entry.js +0 -1
- package/dist/stzh-components/p-140e4b63.entry.js +0 -1
- package/dist/stzh-components/p-14e457c6.system.entry.js +0 -1
- package/dist/stzh-components/p-17ae6581.entry.js +0 -1
- package/dist/stzh-components/p-1f57d28e.js +0 -1
- package/dist/stzh-components/p-20a6ffbb.entry.js +0 -1
- package/dist/stzh-components/p-238a8c83.system.entry.js +0 -1
- package/dist/stzh-components/p-25ef050a.entry.js +0 -1
- package/dist/stzh-components/p-293ceb5e.entry.js +0 -1
- package/dist/stzh-components/p-2a5855f8.js +0 -1
- package/dist/stzh-components/p-2ba8b5c9.system.entry.js +0 -1
- package/dist/stzh-components/p-37bdb9cd.system.entry.js +0 -1
- package/dist/stzh-components/p-38977481.entry.js +0 -1
- package/dist/stzh-components/p-3a47ff2d.system.entry.js +0 -1
- package/dist/stzh-components/p-509c97c9.system.entry.js +0 -1
- package/dist/stzh-components/p-50ea2036.system.js +0 -1
- package/dist/stzh-components/p-51c75fba.system.entry.js +0 -1
- package/dist/stzh-components/p-529a56aa.system.entry.js +0 -1
- package/dist/stzh-components/p-52cd1bd1.system.js +0 -1
- package/dist/stzh-components/p-5869502c.system.entry.js +0 -1
- package/dist/stzh-components/p-5c311df3.entry.js +0 -1
- package/dist/stzh-components/p-60d8e2da.entry.js +0 -1
- package/dist/stzh-components/p-61c9ca5d.entry.js +0 -1
- package/dist/stzh-components/p-67ade1c7.system.entry.js +0 -1
- package/dist/stzh-components/p-6830f839.entry.js +0 -1
- package/dist/stzh-components/p-6a16ceff.entry.js +0 -1
- package/dist/stzh-components/p-6d22bd0d.entry.js +0 -1
- package/dist/stzh-components/p-783346ed.entry.js +0 -1
- package/dist/stzh-components/p-7909f56b.entry.js +0 -1
- package/dist/stzh-components/p-7a584d3f.system.entry.js +0 -1
- package/dist/stzh-components/p-7aef399f.entry.js +0 -1
- package/dist/stzh-components/p-7dec02ca.entry.js +0 -1
- package/dist/stzh-components/p-84aace40.system.entry.js +0 -1
- package/dist/stzh-components/p-8d9056de.entry.js +0 -1
- package/dist/stzh-components/p-8f9de52f.system.entry.js +0 -1
- package/dist/stzh-components/p-90ad5e2c.entry.js +0 -1
- package/dist/stzh-components/p-92ad9720.system.entry.js +0 -1
- package/dist/stzh-components/p-965829a6.system.entry.js +0 -1
- package/dist/stzh-components/p-98a972b7.system.entry.js +0 -1
- package/dist/stzh-components/p-9a7593f5.entry.js +0 -1
- package/dist/stzh-components/p-a10e0117.system.entry.js +0 -1
- package/dist/stzh-components/p-ac409e7b.system.entry.js +0 -1
- package/dist/stzh-components/p-ad119aca.entry.js +0 -1
- package/dist/stzh-components/p-b0e514c7.entry.js +0 -1
- package/dist/stzh-components/p-b3587b9d.system.entry.js +0 -1
- package/dist/stzh-components/p-bc34bf07.system.entry.js +0 -1
- package/dist/stzh-components/p-bfdce66c.entry.js +0 -1
- package/dist/stzh-components/p-c051fc3b.entry.js +0 -1
- package/dist/stzh-components/p-c2238fbf.entry.js +0 -1
- package/dist/stzh-components/p-c3846ccf.system.entry.js +0 -1
- package/dist/stzh-components/p-c6813d9f.system.entry.js +0 -1
- package/dist/stzh-components/p-c777032f.system.entry.js +0 -1
- package/dist/stzh-components/p-c8009c05.system.entry.js +0 -1
- package/dist/stzh-components/p-cbaab05e.entry.js +0 -1
- package/dist/stzh-components/p-ce06b4f2.system.js +0 -1
- package/dist/stzh-components/p-d00e20ff.entry.js +0 -1
- package/dist/stzh-components/p-d26ed018.entry.js +0 -1
- package/dist/stzh-components/p-e161760f.system.entry.js +0 -1
- package/dist/stzh-components/p-ee711f37.system.entry.js +0 -1
- package/dist/stzh-components/p-ee944add.system.entry.js +0 -1
- package/dist/stzh-components/p-f8ccf5b1.entry.js +0 -1
- package/dist/stzh-components/p-f9039c23.entry.js +0 -1
- package/dist/stzh-components/p-ff2a6bdf.system.entry.js +0 -1
|
@@ -3,33 +3,25 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-9fcb4305.js');
|
|
6
|
-
const index$
|
|
6
|
+
const index$2 = require('./index-8bd1552a.js');
|
|
7
7
|
const translationUtils = require('./translation-utils-73073e44.js');
|
|
8
8
|
const dateAdapter = require('./date-adapter-2a78f6f8.js');
|
|
9
|
+
const index$1 = require('./index.cjs.js');
|
|
9
10
|
|
|
10
|
-
const stzhVbzTickerCss = ".sc-stzh-vbz-ticker-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-vbz-ticker-h{display:none}.sc-stzh-vbz-ticker-h *.sc-stzh-vbz-ticker,.sc-stzh-vbz-ticker-h *.sc-stzh-vbz-ticker::before,.sc-stzh-vbz-ticker-h *.sc-stzh-vbz-ticker::after{-webkit-box-sizing:border-box;box-sizing:border-box}.stzh-vbz-ticker.sc-stzh-vbz-ticker{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}@media screen and (min-width: 1024px){.stzh-vbz-ticker.sc-stzh-vbz-ticker{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start}}.stzh-vbz-ticker__icon.sc-stzh-vbz-ticker{--size:var(--stzh-icon-size-small);margin-right:var(--stzh-space-xsmall)}.stzh-vbz-ticker__title.sc-stzh-vbz-ticker{font-family:var(--stzh-font-family-medium);font-weight:var(--stzh-font-weight-medium);font-style:normal;font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 1024px){.stzh-vbz-ticker__title.sc-stzh-vbz-ticker{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}.stzh-vbz-ticker__title-parts.sc-stzh-vbz-ticker{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:calc(var(--stzh-space-xxxsmall) / -1) 0}.stzh-vbz-ticker__title-part.sc-stzh-vbz-ticker{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;white-space:nowrap;margin:var(--stzh-space-xxxsmall) 0}.stzh-vbz-ticker__title-part.sc-stzh-vbz-ticker:not(:last-child){margin-right:var(--stzh-space-large)}.stzh-vbz-ticker__title-part--no-disturbances.sc-stzh-vbz-ticker{color:var(--stzh-color-truegreen)}.stzh-vbz-ticker__title-part--major-events.sc-stzh-vbz-ticker{color:var(--stzh-color-coral)}.stzh-vbz-ticker__title-part--disturbances.sc-stzh-vbz-ticker{color:var(--stzh-color-error)}.stzh-vbz-
|
|
11
|
+
const stzhVbzTickerCss = ".sc-stzh-vbz-ticker-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-vbz-ticker-h{display:none}.sc-stzh-vbz-ticker-h *.sc-stzh-vbz-ticker,.sc-stzh-vbz-ticker-h *.sc-stzh-vbz-ticker::before,.sc-stzh-vbz-ticker-h *.sc-stzh-vbz-ticker::after{-webkit-box-sizing:border-box;box-sizing:border-box}.stzh-vbz-ticker.sc-stzh-vbz-ticker{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}@media screen and (min-width: 1024px){.stzh-vbz-ticker.sc-stzh-vbz-ticker{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start}}.stzh-vbz-ticker__icon.sc-stzh-vbz-ticker{--size:var(--stzh-icon-size-small);margin-right:var(--stzh-space-xsmall)}.stzh-vbz-ticker__title.sc-stzh-vbz-ticker{font-family:var(--stzh-font-family-medium);font-weight:var(--stzh-font-weight-medium);font-style:normal;font-size:var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-p1-default-text-letter-spacing);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 1024px){.stzh-vbz-ticker__title.sc-stzh-vbz-ticker{font-size:var(--stzh-font-curve-p1-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-p1-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-p1-medium-text-letter-spacing)}}.stzh-vbz-ticker__title-parts.sc-stzh-vbz-ticker{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:calc(var(--stzh-space-xxxsmall) / -1) 0}.stzh-vbz-ticker__title-part.sc-stzh-vbz-ticker{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;white-space:nowrap;margin:var(--stzh-space-xxxsmall) 0}.stzh-vbz-ticker__title-part.sc-stzh-vbz-ticker:not(:last-child){margin-right:var(--stzh-space-large)}.stzh-vbz-ticker__title-part--no-disturbances.sc-stzh-vbz-ticker{color:var(--stzh-color-truegreen)}.stzh-vbz-ticker__title-part--major-events.sc-stzh-vbz-ticker{color:var(--stzh-color-coral)}.stzh-vbz-ticker__title-part--disturbances.sc-stzh-vbz-ticker{color:var(--stzh-color-error)}.stzh-vbz-ticker__link.sc-stzh-vbz-ticker{margin-top:var(--stzh-space-small)}@media screen and (min-width: 1024px){.stzh-vbz-ticker__link.sc-stzh-vbz-ticker{position:absolute;top:0;right:0;margin-top:0}}.stzh-vbz-ticker__chips.sc-stzh-vbz-ticker{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.stzh-vbz-ticker__chips.sc-stzh-vbz-ticker:not(:empty){margin:calc(var(--stzh-space-xxsmall) * -1);margin-top:calc(var(--stzh-space-medium) - var(--stzh-space-xxsmall))}.stzh-vbz-ticker__chip.sc-stzh-vbz-ticker{margin:var(--stzh-space-xxsmall)}.stzh-vbz-ticker__tooltip.sc-stzh-vbz-ticker{--width:20.875rem}.stzh-vbz-ticker__disturbance.sc-stzh-vbz-ticker{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.stzh-vbz-ticker__disturbance.sc-stzh-vbz-ticker:not(:first-child){margin-top:var(--stzh-space-small)}.stzh-vbz-ticker__disturbance--type0.sc-stzh-vbz-ticker .stzh-vbz-ticker__disturbance-title.sc-stzh-vbz-ticker,.stzh-vbz-ticker__disturbance--type0.sc-stzh-vbz-ticker .stzh-vbz-ticker__disturbance-icon.sc-stzh-vbz-ticker,.stzh-vbz-ticker__disturbance--type2.sc-stzh-vbz-ticker .stzh-vbz-ticker__disturbance-title.sc-stzh-vbz-ticker,.stzh-vbz-ticker__disturbance--type2.sc-stzh-vbz-ticker .stzh-vbz-ticker__disturbance-icon.sc-stzh-vbz-ticker{color:var(--stzh-color-error)}.stzh-vbz-ticker__disturbance-title.sc-stzh-vbz-ticker{font-family:var(--stzh-font-family-medium);font-weight:var(--stzh-font-weight-medium);font-style:normal;display:-ms-flexbox;display:flex}.stzh-vbz-ticker__disturbance--type0.sc-stzh-vbz-ticker .stzh-vbz-ticker__disturbance-title.sc-stzh-vbz-ticker,.stzh-vbz-ticker__disturbance--type2.sc-stzh-vbz-ticker .stzh-vbz-ticker__disturbance-title.sc-stzh-vbz-ticker{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal}.stzh-vbz-ticker__disturbance-icon.sc-stzh-vbz-ticker{--size:var(--stzh-icon-size-xsmall);margin-top:var(--stzh-space-xxxsmall);margin-right:var(--stzh-space-xsmall)}.stzh-vbz-ticker__disturbance-link.sc-stzh-vbz-ticker{margin-top:var(--stzh-space-xsmall)}";
|
|
11
12
|
|
|
12
|
-
const CHANNEL_TICKER = "ticker";
|
|
13
|
-
const CHANNEL_INFO_URL_FILTER = 'stadt-zuerich.ch/vbz';
|
|
14
|
-
const BASE_TYPE_GLOBAL = "GLOBAL";
|
|
15
|
-
const DISTURBANCE_GLOBAL = "__global__";
|
|
16
|
-
const DISTURBANCE_INFORMATION = "0";
|
|
17
|
-
const DISTURBANCE_CONSTRUCTION = "1";
|
|
18
|
-
const DISTURBANCE_NORMAL = "2";
|
|
19
|
-
const DISTURBANCE_EVENT = "4";
|
|
20
|
-
const DISTURBANCE_BUS = "5";
|
|
21
13
|
const StzhVbzTicker = class {
|
|
22
14
|
constructor(hostRef) {
|
|
23
15
|
index.registerInstance(this, hostRef);
|
|
24
16
|
this.globalDisturbances = [];
|
|
25
17
|
this.lines = [];
|
|
26
18
|
this.counter = {
|
|
27
|
-
[`${DISTURBANCE_GLOBAL}`]: 0,
|
|
28
|
-
[`${DISTURBANCE_INFORMATION}`]: 0,
|
|
29
|
-
[`${DISTURBANCE_CONSTRUCTION}`]: 0,
|
|
30
|
-
[`${DISTURBANCE_NORMAL}`]: 0,
|
|
31
|
-
[`${DISTURBANCE_EVENT}`]: 0,
|
|
32
|
-
[`${DISTURBANCE_BUS}`]: 0
|
|
19
|
+
[`${index$1.VBZ.DISTURBANCE_GLOBAL}`]: 0,
|
|
20
|
+
[`${index$1.VBZ.DISTURBANCE_INFORMATION}`]: 0,
|
|
21
|
+
[`${index$1.VBZ.DISTURBANCE_CONSTRUCTION}`]: 0,
|
|
22
|
+
[`${index$1.VBZ.DISTURBANCE_NORMAL}`]: 0,
|
|
23
|
+
[`${index$1.VBZ.DISTURBANCE_EVENT}`]: 0,
|
|
24
|
+
[`${index$1.VBZ.DISTURBANCE_BUS}`]: 0
|
|
33
25
|
};
|
|
34
26
|
this.api = "https://fpbe.zvv.ch/restproxy/himsearch?format=json&accessId=unic&channels=ticker&additionalfields=tickers:VBZ&orderBy=LMOD_DESC&lang={lang}";
|
|
35
27
|
this.data = "";
|
|
@@ -49,7 +41,7 @@ const StzhVbzTicker = class {
|
|
|
49
41
|
let apiUrl = this.api.replace(/\{lang\}/, this.localization.$locale);
|
|
50
42
|
apiUrl = apiUrl + (apiUrl.includes("?") ? "&" : "?") + Date.now();
|
|
51
43
|
// load data from API
|
|
52
|
-
const { data } = await index$
|
|
44
|
+
const { data } = await index$2.axios.get(apiUrl);
|
|
53
45
|
this.data = data;
|
|
54
46
|
}
|
|
55
47
|
async dataWatcher(newValue) {
|
|
@@ -63,13 +55,13 @@ const StzhVbzTicker = class {
|
|
|
63
55
|
const lines = {};
|
|
64
56
|
(_b = (_a = this._data) === null || _a === void 0 ? void 0 : _a.Message) === null || _b === void 0 ? void 0 : _b.forEach(message => {
|
|
65
57
|
const urls = message.channel
|
|
66
|
-
.filter(channel => channel.name === CHANNEL_TICKER && channel.url)
|
|
58
|
+
.filter(channel => channel.name === index$1.VBZ.CHANNEL_TICKER && channel.url)
|
|
67
59
|
.map(channel => channel.url)
|
|
68
60
|
.reduce((a, b) => a.concat(b), []);
|
|
69
61
|
const infoUrl = urls
|
|
70
|
-
.find(url => url.url.indexOf(CHANNEL_INFO_URL_FILTER) !== -1);
|
|
71
|
-
if (message.baseType === BASE_TYPE_GLOBAL) {
|
|
72
|
-
this.counter[DISTURBANCE_GLOBAL]++;
|
|
62
|
+
.find(url => url.url.indexOf(index$1.VBZ.CHANNEL_INFO_URL_FILTER) !== -1);
|
|
63
|
+
if (message.baseType === index$1.VBZ.BASE_TYPE_GLOBAL) {
|
|
64
|
+
this.counter[index$1.VBZ.DISTURBANCE_GLOBAL]++;
|
|
73
65
|
this.globalDisturbances.push({
|
|
74
66
|
id: message.id,
|
|
75
67
|
head: message.head,
|
|
@@ -88,8 +80,8 @@ const StzhVbzTicker = class {
|
|
|
88
80
|
// don't add to lines if no line/product has been linked to
|
|
89
81
|
// or if it is a information disturbance or global
|
|
90
82
|
if (message.affectedProduct
|
|
91
|
-
&& message.category !== DISTURBANCE_INFORMATION
|
|
92
|
-
&& message.baseType !== BASE_TYPE_GLOBAL) {
|
|
83
|
+
&& message.category !== index$1.VBZ.DISTURBANCE_INFORMATION
|
|
84
|
+
&& message.baseType !== index$1.VBZ.BASE_TYPE_GLOBAL) {
|
|
93
85
|
message.affectedProduct.forEach(product => {
|
|
94
86
|
if (typeof lines[product.lineId] === "undefined") {
|
|
95
87
|
lines[product.lineId] = {
|
|
@@ -100,7 +92,7 @@ const StzhVbzTicker = class {
|
|
|
100
92
|
alert: false
|
|
101
93
|
};
|
|
102
94
|
}
|
|
103
|
-
if (message.category === DISTURBANCE_NORMAL) {
|
|
95
|
+
if (message.category === index$1.VBZ.DISTURBANCE_NORMAL) {
|
|
104
96
|
lines[product.lineId].alert = true;
|
|
105
97
|
}
|
|
106
98
|
lines[product.lineId].disturbances.push({
|
|
@@ -142,8 +134,8 @@ const StzhVbzTicker = class {
|
|
|
142
134
|
return (index.h("div", { class: {
|
|
143
135
|
"stzh-vbz-ticker__disturbance": true,
|
|
144
136
|
[`stzh-vbz-ticker__disturbance--type${disturbance.category}`]: !!disturbance.category
|
|
145
|
-
} }, disturbance.category === DISTURBANCE_NORMAL
|
|
146
|
-
|| disturbance.baseType === BASE_TYPE_GLOBAL
|
|
137
|
+
} }, disturbance.category === index$1.VBZ.DISTURBANCE_NORMAL
|
|
138
|
+
|| disturbance.baseType === index$1.VBZ.BASE_TYPE_GLOBAL
|
|
147
139
|
?
|
|
148
140
|
index.h("stzh-icon", { name: "warning-big", class: "stzh-vbz-ticker__disturbance-icon" })
|
|
149
141
|
:
|
|
@@ -158,17 +150,14 @@ const StzhVbzTicker = class {
|
|
|
158
150
|
const classes = {
|
|
159
151
|
"stzh-vbz-ticker": true
|
|
160
152
|
};
|
|
161
|
-
return (index.h(index.Host, null, index.h("div", { class: classes }, index.h("div", { class: "stzh-vbz-ticker__text" }, index.h("div", { class: "stzh-vbz-ticker__title" }, index.h("div", { class: "stzh-vbz-ticker__title-parts" }, this.lines.length === 0 && this.counter[DISTURBANCE_GLOBAL] === 0 &&
|
|
162
|
-
index.h("div", { class: "stzh-vbz-ticker__title-part stzh-vbz-ticker__title-part--no-disturbances" }, index.h("stzh-icon", { class: "stzh-vbz-ticker__icon", name: "checkmark-circle" }), this.localization.noDisturbances), this.counter[
|
|
163
|
-
index.h("div", { class: "stzh-vbz-ticker__title-part stzh-vbz-ticker__title-part--
|
|
164
|
-
|
|
165
|
-
|| this.counter[DISTURBANCE_EVENT] > 0
|
|
166
|
-
|| this.counter[DISTURBANCE_BUS] > 0) &&
|
|
167
|
-
index.h("div", { class: "stzh-vbz-ticker__title-part stzh-vbz-ticker__title-part--others" }, index.h("stzh-icon", { class: "stzh-vbz-ticker__icon", name: "construction" }), this.localization.
|
|
168
|
-
index.h(index.Fragment, null, index.h("div", { class: "stzh-vbz-
|
|
169
|
-
? this.localization.globalDisturbance
|
|
170
|
-
: this.localization.affectedLines), index.h("div", { class: "stzh-vbz-ticker__chips", role: "list" }, this.counter[DISTURBANCE_GLOBAL] > 0 &&
|
|
171
|
-
index.h("div", { class: "stzh-vbz-ticker__chip", role: "listitem" }, index.h("stzh-tooltip", { class: "stzh-vbz-ticker__tooltip" }, index.h("stzh-vbz-linechip", { global: true }), index.h("div", { class: "stzh-vbz-ticker__tooltip-content", slot: "content" }, this.globalDisturbances.map((disturbance) => this.renderDisturbance(disturbance))))), this.lines.map((line) => index.h("div", { class: "stzh-vbz-ticker__chip", role: "listitem" }, index.h("stzh-tooltip", { class: "stzh-vbz-ticker__tooltip" }, index.h("stzh-vbz-linechip", { line: line.line, alert: line.alert }), index.h("div", { class: "stzh-vbz-ticker__tooltip-content", slot: "content" }, line.disturbances.map((disturbance) => this.renderDisturbance(disturbance))))))))), index.h("div", { class: "stzh-vbz-ticker__link" }, index.h("slot", { name: "link" })))));
|
|
153
|
+
return (index.h(index.Host, null, index.h("div", { class: classes }, index.h("div", { class: "stzh-vbz-ticker__text" }, index.h("div", { class: "stzh-vbz-ticker__title" }, index.h("div", { class: "stzh-vbz-ticker__title-parts" }, this.lines.length === 0 && this.counter[index$1.VBZ.DISTURBANCE_GLOBAL] === 0 &&
|
|
154
|
+
index.h("div", { class: "stzh-vbz-ticker__title-part stzh-vbz-ticker__title-part--no-disturbances" }, index.h("stzh-icon", { class: "stzh-vbz-ticker__icon", name: "checkmark-circle" }), this.localization.noDisturbances), this.counter[index$1.VBZ.DISTURBANCE_NORMAL] > 0 &&
|
|
155
|
+
index.h("div", { class: "stzh-vbz-ticker__title-part stzh-vbz-ticker__title-part--disturbances" }, index.h("stzh-icon", { class: "stzh-vbz-ticker__icon", name: "warning" }), this.counter[index$1.VBZ.DISTURBANCE_GLOBAL] > 0 ?
|
|
156
|
+
this.localization.furtherDisturbanceTitle : this.localization.disturbanceTitle), (this.counter[index$1.VBZ.DISTURBANCE_CONSTRUCTION] > 0
|
|
157
|
+
|| this.counter[index$1.VBZ.DISTURBANCE_EVENT] > 0
|
|
158
|
+
|| this.counter[index$1.VBZ.DISTURBANCE_BUS] > 0) &&
|
|
159
|
+
index.h("div", { class: "stzh-vbz-ticker__title-part stzh-vbz-ticker__title-part--others" }, index.h("stzh-icon", { class: "stzh-vbz-ticker__icon", name: "construction" }), this.localization.constructionsTitle))), (this.lines.length > 0 || this.counter[index$1.VBZ.DISTURBANCE_GLOBAL] > 0) &&
|
|
160
|
+
index.h(index.Fragment, null, index.h("div", { class: "stzh-vbz-ticker__chips", role: "list" }, this.lines.map((line) => index.h("div", { class: "stzh-vbz-ticker__chip", role: "listitem" }, index.h("stzh-tooltip", { class: "stzh-vbz-ticker__tooltip" }, index.h("stzh-vbz-linechip", { line: line.line, alert: line.alert }), index.h("div", { class: "stzh-vbz-ticker__tooltip-content", slot: "content" }, line.disturbances.map((disturbance) => this.renderDisturbance(disturbance))))))))), index.h("div", { class: "stzh-vbz-ticker__link" }, index.h("slot", { name: "link" })))));
|
|
172
161
|
}
|
|
173
162
|
get element() { return index.getElement(this); }
|
|
174
163
|
static get watchers() { return {
|
|
@@ -44,13 +44,15 @@
|
|
|
44
44
|
"selectedDateMessage": "Ausgewähltes Datum ist"
|
|
45
45
|
},
|
|
46
46
|
"popover": {
|
|
47
|
-
"
|
|
47
|
+
"open": "Menü öffnen",
|
|
48
|
+
"close": "Menü schliessen"
|
|
48
49
|
},
|
|
49
50
|
"tooltip": {
|
|
50
|
-
"
|
|
51
|
+
"open": "Tooltip öffnen",
|
|
52
|
+
"close": "Tooltip schliessen"
|
|
51
53
|
},
|
|
52
54
|
"dialog": {
|
|
53
|
-
"close": "
|
|
55
|
+
"close": "Dialog schliessen"
|
|
54
56
|
},
|
|
55
57
|
"dropdown": {
|
|
56
58
|
"create": "<strong>{x}</strong> hinzufügen",
|
|
@@ -114,7 +116,8 @@
|
|
|
114
116
|
"moved": "Item {title}, neue Position in der Liste: {current} von {total}"
|
|
115
117
|
},
|
|
116
118
|
"datamessagelist-item": {
|
|
117
|
-
"actionsPopoverLabel": "Aktionen"
|
|
119
|
+
"actionsPopoverLabel": "Aktionen",
|
|
120
|
+
"unread": "Ungelesen"
|
|
118
121
|
},
|
|
119
122
|
"actionset": {
|
|
120
123
|
"actions": "Aktionen",
|
|
@@ -125,8 +128,8 @@
|
|
|
125
128
|
"actionsPopoverLabel": "Aktionen",
|
|
126
129
|
"actionMoveUp": "Kachel nach oben schieben",
|
|
127
130
|
"actionMoveDown": "Kachel nach unten schieben",
|
|
128
|
-
"actionAdd": "Zu
|
|
129
|
-
"actionRemove": "Aus
|
|
131
|
+
"actionAdd": "Zu Favoriten hinzufügen",
|
|
132
|
+
"actionRemove": "Aus Favoriten entfernen"
|
|
130
133
|
},
|
|
131
134
|
"card-list": {
|
|
132
135
|
"expandAll": "alle aufklappen",
|
|
@@ -168,6 +171,10 @@
|
|
|
168
171
|
"accessibilityUrl": "barrierefreiheit",
|
|
169
172
|
"accessibilityText": "Barrierefreiheit"
|
|
170
173
|
},
|
|
174
|
+
"microsite-teaserlist": {
|
|
175
|
+
"tagsLabel": "Tags",
|
|
176
|
+
"showMore": "Mehr anzeigen"
|
|
177
|
+
},
|
|
171
178
|
"vbz-ticker": {
|
|
172
179
|
"moreInfo": "Weitere Informationen",
|
|
173
180
|
"noDisturbances": "Alle Linien fahren wie geplant.",
|
|
@@ -180,7 +187,8 @@
|
|
|
180
187
|
"majorEvent": "{n} Grossereignis | {n} Grossereignisse",
|
|
181
188
|
"majorEventTitle": "Grossereignis",
|
|
182
189
|
"disturbanceTitle": "Störungen",
|
|
183
|
-
"
|
|
190
|
+
"furtherDisturbanceTitle": "Weitere Störungen",
|
|
191
|
+
"constructionsTitle": "Baustellen"
|
|
184
192
|
},
|
|
185
193
|
"vbz-majorticker": {
|
|
186
194
|
"moreInfo": "Weitere Informationen"
|
|
@@ -44,13 +44,15 @@
|
|
|
44
44
|
"selectedDateMessage": "Selected date is"
|
|
45
45
|
},
|
|
46
46
|
"popover": {
|
|
47
|
-
"
|
|
47
|
+
"open": "Open menu",
|
|
48
|
+
"close": "Close menu"
|
|
48
49
|
},
|
|
49
50
|
"tooltip": {
|
|
50
|
-
"
|
|
51
|
+
"open": "Open tooltip",
|
|
52
|
+
"close": "Close tooltip"
|
|
51
53
|
},
|
|
52
54
|
"dialog": {
|
|
53
|
-
"close": "Close"
|
|
55
|
+
"close": "Close dialog"
|
|
54
56
|
},
|
|
55
57
|
"dropdown": {
|
|
56
58
|
"create": "Add <strong>{x}</strong>",
|
|
@@ -95,7 +97,7 @@
|
|
|
95
97
|
},
|
|
96
98
|
"ghettobox": {
|
|
97
99
|
"hiddenTitle": "Event alert",
|
|
98
|
-
"close": "
|
|
100
|
+
"close": "Close"
|
|
99
101
|
},
|
|
100
102
|
"datatable": {
|
|
101
103
|
"searchLabel": "Filter table"
|
|
@@ -114,7 +116,8 @@
|
|
|
114
116
|
"moved": "Item {title}, new position in list: {current} of {total}"
|
|
115
117
|
},
|
|
116
118
|
"datamessagelist-item": {
|
|
117
|
-
"actionsPopoverLabel": "Actions"
|
|
119
|
+
"actionsPopoverLabel": "Actions",
|
|
120
|
+
"unread": "Unread"
|
|
118
121
|
},
|
|
119
122
|
"actionset": {
|
|
120
123
|
"actions": "Actions",
|
|
@@ -125,8 +128,8 @@
|
|
|
125
128
|
"actionsPopoverLabel": "Actions",
|
|
126
129
|
"actionMoveUp": "Move card up",
|
|
127
130
|
"actionMoveDown": "Move card down",
|
|
128
|
-
"actionAdd": "Add to
|
|
129
|
-
"actionRemove": "Remove from
|
|
131
|
+
"actionAdd": "Add to favorites",
|
|
132
|
+
"actionRemove": "Remove from favorites"
|
|
130
133
|
},
|
|
131
134
|
"card-list": {
|
|
132
135
|
"expandAll": "expand all",
|
|
@@ -168,6 +171,10 @@
|
|
|
168
171
|
"accessibilityUrl": "accessibility",
|
|
169
172
|
"accessibilityText": "Accessibility"
|
|
170
173
|
},
|
|
174
|
+
"microsite-teaserlist": {
|
|
175
|
+
"tagsLabel": "Tags",
|
|
176
|
+
"showMore": "Show more"
|
|
177
|
+
},
|
|
171
178
|
"vbz-ticker": {
|
|
172
179
|
"moreInfo": "More information",
|
|
173
180
|
"noDisturbances": "All lines are running as planned.",
|
|
@@ -180,7 +187,8 @@
|
|
|
180
187
|
"majorEvent": "{n} Major event | {n} Major events",
|
|
181
188
|
"majorEventTitle": "Major event",
|
|
182
189
|
"disturbanceTitle": "Disturbances",
|
|
183
|
-
"
|
|
190
|
+
"furtherDisturbanceTitle": "Further Disturbances",
|
|
191
|
+
"constructionsTitle": "Construction sites"
|
|
184
192
|
},
|
|
185
193
|
"vbz-majorticker": {
|
|
186
194
|
"moreInfo": "More information"
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M17.2496 17.2496L7.5 7.5M17.2496 17.2496L17.25 9.75M17.2496 17.2496L9.75 17.25" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.62224 15.3333V10.4444L9.46669 3.59999M13.3778 10.4444V15.3333M5.55558 3.59999L0.666687 8.48888M13.3778 3.59999L6.53335 10.4444M15.3334 5.55555L10.4445 10.4444M1.31854 10.4444H14.6815C15.0415 10.4444 15.3334 10.1526 15.3334 9.79258V4.25184C15.3334 3.89183 15.0415 3.59999 14.6815 3.59999H1.31854C0.958531 3.59999 0.666687 3.89183 0.666687 4.25184V9.79258C0.666687 10.1526 0.958531 10.4444 1.31854 10.4444ZM4.08891 2.62221C4.62892 2.62221 5.06669 2.18445 5.06669 1.64443C5.06669 1.10442 4.62892 0.666656 4.08891 0.666656C3.5489 0.666656 3.11113 1.10442 3.11113 1.64443C3.11113 2.18445 3.5489 2.62221 4.08891 2.62221ZM11.9111 2.62221C12.4511 2.62221 12.8889 2.18445 12.8889 1.64443C12.8889 1.10442 12.4511 0.666656 11.9111 0.666656C11.3711 0.666656 10.9334 1.10442 10.9334 1.64443C10.9334 2.18445 11.3711 2.62221 11.9111 2.62221Z" stroke="#646464" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 5C6 4.44772 6.44772 4 7 4C7.55228 4 8 4.44772 8 5C8 4.44772 8.44772 4 9 4C9.55229 4 10 4.44772 10 5M3 3.5C3 2.11929 4.11929 1 5.5 1C6.88071 1 8 2.11929 8 3.5M8 3.5V6.66667M8 3.5C8 2.11929 9.11929 1 10.5 1C11.8807 1 13 2.11929 13 3.5M1 8H15M5 15H11M8.88 8L8.66667 6.66667H7.33333L7.12 8M6.69333 10.6667L6 15H10L9.30667 10.6667M2 8H14C14 9.47276 12.8061 10.6667 11.3333 10.6667H4.66667C3.19391 10.6667 2 9.47276 2 8Z" stroke="#646464" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.64584 1.25001C3.64584 1.01989 3.83239 0.833344 4.06251 0.833344H7.81251C8.04263 0.833344 8.22918 1.01989 8.22918 1.25001V18.75C8.22918 18.9801 8.04263 19.1667 7.81251 19.1667H4.06251C3.83239 19.1667 3.64584 18.9801 3.64584 18.75V1.25001ZM12.3958 1.25001C12.3958 1.01989 12.5824 0.833344 12.8125 0.833344H16.5625C16.7926 0.833344 16.9792 1.01989 16.9792 1.25001V18.75C16.9792 18.9801 16.7926 19.1667 16.5625 19.1667H12.8125C12.5824 19.1667 12.3958 18.9801 12.3958 18.75V1.25001Z" fill="#646464"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.29192 0.472354C2.42096 0.397957 2.5799 0.3981 2.70881 0.472729L18.542 9.63938C18.6707 9.71387 18.7499 9.85129 18.7499 9.99997C18.7499 10.1487 18.6707 10.2861 18.542 10.3606L2.70881 19.5272C2.5799 19.6019 2.42096 19.602 2.29192 19.5276C2.16288 19.4532 2.08337 19.3156 2.08337 19.1666V0.833323C2.08337 0.684373 2.16288 0.546752 2.29192 0.472354Z" fill="#646464"/>
|
|
3
|
+
</svg>
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<
|
|
3
|
-
<path d="M20.528 10.5525C20.7514 12.3362 20.4119 14.1452 19.5571 15.7265C18.7022 17.3079 17.3746 18.5826 15.7599 19.3726C14.1452 20.1626 12.324 20.4284 10.5508 20.1329C8.77766 19.8373 7.14114 18.9951 5.86998 17.724M20.528 10.5525L23.2501 14.25M20.528 10.5525L17.2501 13.5M3.39948 12.6075C3.26149 11.3999 3.38021 10.1768 3.74787 9.01826C4.11552 7.85972 4.72381 6.79194 5.53288 5.88487C6.34195 4.9778 7.33354 4.25191 8.44269 3.75476C9.55184 3.25761 10.7535 3.00042 11.969 3.00004C13.1016 2.99854 14.2234 3.22078 15.2699 3.65401C16.3164 4.08723 17.2671 4.72291 18.0672 5.52454M3.39948 12.6075L0.750092 9.00005M3.39948 12.6075L6.75009 9.75005" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
</g>
|
|
5
|
-
<defs>
|
|
6
|
-
<clipPath id="clip0_1638_23272">
|
|
7
|
-
<rect width="24" height="24" fill="white"/>
|
|
8
|
-
</clipPath>
|
|
9
|
-
</defs>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.6853 7.035C13.8342 8.22413 13.6079 9.43008 13.038 10.4843C12.4681 11.5385 11.583 12.3884 10.5065 12.9151C9.43006 13.4417 8.21592 13.6189 7.03382 13.4219C5.85171 13.2248 4.7607 12.6634 3.91326 11.816M13.6853 7.035L15.5 9.5M13.6853 7.035L11.5 9M2.26626 8.40501C2.17426 7.59993 2.25341 6.7845 2.49852 6.01215C2.74362 5.23979 3.14914 4.52794 3.68852 3.92323C4.2279 3.31851 4.88896 2.83459 5.6284 2.50316C6.36783 2.17172 7.16894 2.00026 7.97926 2.00001C8.73435 1.999 9.48221 2.14717 10.1799 2.43598C10.8776 2.7248 11.5113 3.14859 12.0448 3.68301M2.26626 8.40501L0.5 6.00001M2.26626 8.40501L4.5 6.50001" stroke="#646464" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
3
|
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2193_15515)">
|
|
3
|
+
<path d="M6 12.75C5.98413 12.5373 5.94214 12.3274 5.875 12.125C5.35 10.35 3.5 8 3.5 8C3.5 8 1.65 10.35 1.125 12.15C1.05983 12.3444 1.01787 12.5458 1 12.75V12.95C0.996704 13.2816 1.05875 13.6106 1.18261 13.9182C1.30646 14.2258 1.48969 14.506 1.72184 14.7428C1.95399 14.9796 2.23051 15.1683 2.53561 15.2983C2.84071 15.4282 3.16841 15.4967 3.5 15.5C3.8316 15.4967 4.1593 15.4282 4.4644 15.2983C4.76949 15.1683 5.04601 14.9796 5.27816 14.7428C5.51031 14.506 5.69354 14.2258 5.8174 13.9182C5.94125 13.6106 6.0033 13.2816 6 12.95V12.75ZM15 12.75C14.9841 12.5373 14.9421 12.3274 14.875 12.125C14.35 10.35 12.5 8 12.5 8C12.5 8 10.65 10.35 10.125 12.15C10.0598 12.3444 10.0179 12.5458 10 12.75V12.95C10 13.613 10.2634 14.2489 10.7322 14.7178C11.2011 15.1866 11.837 15.45 12.5 15.45C13.163 15.45 13.7989 15.1866 14.2678 14.7178C14.7366 14.2489 15 13.613 15 12.95V12.75Z" stroke="#646464" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M10.5 5.25C10.4841 5.03733 10.4421 4.82742 10.375 4.625C9.85 2.85 8 0.5 8 0.5C8 0.5 6.15 2.85 5.625 4.65C5.5596 4.84431 5.51763 5.04574 5.5 5.25V5.45C5.5 6.11304 5.76339 6.74893 6.23223 7.21777C6.70107 7.68661 7.33696 7.95 8 7.95C8.66304 7.95 9.29893 7.68661 9.76777 7.21777C10.2366 6.74893 10.5 6.11304 10.5 5.45V5.25Z" stroke="#646464" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_2193_15515">
|
|
8
|
+
<rect width="16" height="16" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -24,10 +24,12 @@
|
|
|
24
24
|
"./components/stzh-container/stzh-container.js",
|
|
25
25
|
"./components/stzh-cspace/stzh-cspace.js",
|
|
26
26
|
"./components/stzh-datalist/stzh-datalist.js",
|
|
27
|
+
"./components/stzh-datalist-item/stzh-datalist-item.js",
|
|
27
28
|
"./components/stzh-datamessagelist/stzh-datamessagelist.js",
|
|
28
29
|
"./components/stzh-datamessagelist-item/stzh-datamessagelist-item.js",
|
|
29
30
|
"./components/stzh-datatable/stzh-datatable.js",
|
|
30
31
|
"./components/stzh-datepicker/stzh-datepicker.js",
|
|
32
|
+
"./components/stzh-details/stzh-details.js",
|
|
31
33
|
"./components/stzh-dialog/stzh-dialog.js",
|
|
32
34
|
"./components/stzh-dropdown/stzh-dropdown.js",
|
|
33
35
|
"./components/stzh-fieldset/stzh-fieldset.js",
|
|
@@ -42,6 +44,7 @@
|
|
|
42
44
|
"./components/stzh-icon/stzh-icon.js",
|
|
43
45
|
"./components/stzh-icon-sprite/stzh-icon-sprite.js",
|
|
44
46
|
"./components/stzh-input/stzh-input.js",
|
|
47
|
+
"./components/stzh-langnav/stzh-langnav.js",
|
|
45
48
|
"./components/stzh-link/stzh-link.js",
|
|
46
49
|
"./components/stzh-list/stzh-list.js",
|
|
47
50
|
"./components/stzh-list-item/stzh-list-item.js",
|
|
@@ -51,6 +54,7 @@
|
|
|
51
54
|
"./components/stzh-menu-item/stzh-menu-item.js",
|
|
52
55
|
"./components/stzh-message/stzh-message.js",
|
|
53
56
|
"./components/stzh-metanav/stzh-metanav.js",
|
|
57
|
+
"./components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.js",
|
|
54
58
|
"./components/stzh-olmap/stzh-olmap.js",
|
|
55
59
|
"./components/stzh-overlay/stzh-overlay.js",
|
|
56
60
|
"./components/stzh-page-skiplinks/stzh-page-skiplinks.js",
|
|
@@ -69,12 +73,14 @@
|
|
|
69
73
|
"./components/stzh-saptcha/stzh-saptcha.js",
|
|
70
74
|
"./components/stzh-section/stzh-section.js",
|
|
71
75
|
"./components/stzh-share/stzh-share.js",
|
|
76
|
+
"./components/stzh-sitemap/stzh-sitemap.js",
|
|
72
77
|
"./components/stzh-skiplink/stzh-skiplink.js",
|
|
73
78
|
"./components/stzh-sortable/stzh-sortable.js",
|
|
74
79
|
"./components/stzh-status/stzh-status.js",
|
|
75
80
|
"./components/stzh-sticky/stzh-sticky.js",
|
|
76
81
|
"./components/stzh-table/stzh-table.js",
|
|
77
82
|
"./components/stzh-text/stzh-text.js",
|
|
83
|
+
"./components/stzh-textandimage/stzh-textandimage.js",
|
|
78
84
|
"./components/stzh-toggle/stzh-toggle.js",
|
|
79
85
|
"./components/stzh-tooltip/stzh-tooltip.js",
|
|
80
86
|
"./components/stzh-upload/stzh-upload.js",
|
|
@@ -10,7 +10,9 @@ export class StzhAccordion {
|
|
|
10
10
|
openListener(event) {
|
|
11
11
|
const accordionItemOpened = event.target;
|
|
12
12
|
const accordionOpened = accordionItemOpened.closest("stzh-accordion");
|
|
13
|
-
if (this.multiselectable
|
|
13
|
+
if (this.multiselectable
|
|
14
|
+
|| (event.detail && event.detail.component !== "stzh-accordion-item")
|
|
15
|
+
|| accordionOpened !== this.element) {
|
|
14
16
|
return;
|
|
15
17
|
}
|
|
16
18
|
const items = Array.from(accordionOpened.querySelectorAll("stzh-accordion-item"));
|
|
@@ -30,7 +30,18 @@ export default {
|
|
|
30
30
|
const Template = (args) => (
|
|
31
31
|
<stzh-accordion {...args}>
|
|
32
32
|
<stzh-accordion-item heading="Lorem ipsum">
|
|
33
|
-
<stzh-
|
|
33
|
+
<stzh-dropdown
|
|
34
|
+
label="Departments"
|
|
35
|
+
description="Choose departments"
|
|
36
|
+
description-long="Long description"
|
|
37
|
+
options='[
|
|
38
|
+
{ "text": "AOZ", "value": "AOZ" },
|
|
39
|
+
{ "text": "PKZH", "value": "PKZH" },
|
|
40
|
+
{ "text": "VBZ", "value": "VBZ" },
|
|
41
|
+
{ "text": "UVZ", "value": "UVZ" }
|
|
42
|
+
]'
|
|
43
|
+
>
|
|
44
|
+
</stzh-dropdown>
|
|
34
45
|
</stzh-accordion-item>
|
|
35
46
|
<stzh-accordion-item heading="Lorem ipsum (initially open)" open>
|
|
36
47
|
<stzh-text>Laboris laborum aute id laboris culpa esse aliquip nisi anim velit. Minim sunt eiusmod do laborum amet ut magna. Labore dolore id nostrud enim Lorem pariatur ad dolore id eiusmod adipisicing laboris laborum minim.</stzh-text>
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));
|
|
122
122
|
line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
123
123
|
letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);
|
|
124
|
+
font-family: inherit;
|
|
124
125
|
width: 100%;
|
|
125
126
|
-webkit-appearance: none;
|
|
126
127
|
-moz-appearance: none;
|
|
@@ -302,6 +303,6 @@
|
|
|
302
303
|
.stzh-accordion-item--is-disabled .stzh-accordion-item__button {
|
|
303
304
|
cursor: not-allowed;
|
|
304
305
|
color: var(--stzh-color-grey61);
|
|
305
|
-
border-color:
|
|
306
|
-
background-color: var(--stzh-color-
|
|
306
|
+
border-color: transparent;
|
|
307
|
+
background-color: var(--stzh-color-black8);
|
|
307
308
|
}
|
|
@@ -81,6 +81,9 @@ export class StzhAccordionItem {
|
|
|
81
81
|
this.headingLevel = "3";
|
|
82
82
|
}
|
|
83
83
|
async openWatcher(newValue) {
|
|
84
|
+
if (!this.bodyElement) {
|
|
85
|
+
return;
|
|
86
|
+
}
|
|
84
87
|
if (newValue) {
|
|
85
88
|
if (this.toggledByMethod) {
|
|
86
89
|
this.stzhOpen.emit({
|
|
@@ -136,6 +139,7 @@ export class StzhAccordionItem {
|
|
|
136
139
|
this.open = false;
|
|
137
140
|
return waitForEvent(this.element, "stzhClosed");
|
|
138
141
|
}
|
|
142
|
+
/** Toggle accordion item content */
|
|
139
143
|
async toggle() {
|
|
140
144
|
if (this.open) {
|
|
141
145
|
return await this.hide();
|
|
@@ -144,7 +148,7 @@ export class StzhAccordionItem {
|
|
|
144
148
|
return await this.show();
|
|
145
149
|
}
|
|
146
150
|
}
|
|
147
|
-
/**
|
|
151
|
+
/** Set focus to button */
|
|
148
152
|
async setFocus() {
|
|
149
153
|
this.buttonElement.focus();
|
|
150
154
|
}
|
|
@@ -496,7 +500,7 @@ export class StzhAccordionItem {
|
|
|
496
500
|
"return": "Promise<void>"
|
|
497
501
|
},
|
|
498
502
|
"docs": {
|
|
499
|
-
"text": "",
|
|
503
|
+
"text": "Toggle accordion item content",
|
|
500
504
|
"tags": []
|
|
501
505
|
}
|
|
502
506
|
},
|
|
@@ -512,7 +516,7 @@ export class StzhAccordionItem {
|
|
|
512
516
|
"return": "Promise<void>"
|
|
513
517
|
},
|
|
514
518
|
"docs": {
|
|
515
|
-
"text": "
|
|
519
|
+
"text": "Set focus to button",
|
|
516
520
|
"tags": []
|
|
517
521
|
}
|
|
518
522
|
}
|
|
@@ -277,15 +277,15 @@
|
|
|
277
277
|
column-count: var(--columns);
|
|
278
278
|
}
|
|
279
279
|
.stzh-anchornav__list {
|
|
280
|
-
margin: calc(var(--stzh-space-
|
|
280
|
+
margin: calc((var(--stzh-space-large) / 2) / -2);
|
|
281
281
|
}
|
|
282
282
|
.stzh-anchornav__item {
|
|
283
283
|
--text-decoration: none;
|
|
284
284
|
--hover-text-decoration: underline;
|
|
285
|
-
padding: calc(var(--stzh-space-
|
|
285
|
+
padding: calc(var(--stzh-space-large) / 2);
|
|
286
286
|
}
|
|
287
287
|
.stzh-anchornav--has-border {
|
|
288
|
-
padding: calc(var(--stzh-space-
|
|
288
|
+
padding: calc(var(--stzh-space-large)) 0;
|
|
289
289
|
border-top: 0.0625rem solid var(--stzh-base-border-color);
|
|
290
290
|
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
291
291
|
}
|
|
@@ -35,7 +35,7 @@ export class StzhAnchornav {
|
|
|
35
35
|
"stzh-anchornav": true,
|
|
36
36
|
"stzh-anchornav--has-border": this.withBorder
|
|
37
37
|
};
|
|
38
|
-
return (h(Host, null, h("div", { class: classes }, h("div", { class: "stzh-anchornav__list", role: "list" }, this._items.map((item) => h("stzh-link", { class: "stzh-anchornav__item", role: "listitem", fullwidth: true, "text-align": "left", href: item.href, icon: item.icon || "
|
|
38
|
+
return (h(Host, null, h("div", { class: classes }, h("div", { class: "stzh-anchornav__list", role: "list" }, this._items.map((item) => h("stzh-link", { class: "stzh-anchornav__item", role: "listitem", fullwidth: true, "text-align": "left", href: item.href, icon: item.icon || "arrow-right-down", size: "small", onClick: (e) => this.handleClick(item, e) }, h("stzh-clamp", { lines: 2 }, item.label)))))));
|
|
39
39
|
}
|
|
40
40
|
static get is() { return "stzh-anchornav"; }
|
|
41
41
|
static get encapsulation() { return "scoped"; }
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
align-items: center;
|
|
129
129
|
}
|
|
130
130
|
.stzh-audio__controls, .stzh-audio__transcript {
|
|
131
|
-
border: 0.0625rem solid var(--stzh-color
|
|
131
|
+
border: 0.0625rem solid var(--stzh-base-border-color);
|
|
132
132
|
padding: var(--stzh-space-medium) var(--stzh-space-xlarge);
|
|
133
133
|
}
|
|
134
134
|
.stzh-audio__controls {
|
|
@@ -36,7 +36,7 @@ export class StzhAudio {
|
|
|
36
36
|
const classes = {
|
|
37
37
|
"stzh-audio": true
|
|
38
38
|
};
|
|
39
|
-
return (h(Host, null, h("vds-media", { class: classes }, h("vds-audio", { class: "stzh-audio__audio", ref: (el) => (this.vsdAudioElement = el), "onVds-play": () => { this.stzhPlay.emit({ component: "stzh-audio" }); }, "onVds-playing": () => { this.stzhPlaying.emit({ component: "stzh-audio" }); }, "onVds-end": () => { this.stzhEnd.emit({ component: "stzh-audio" }); }, "onVds-ended": () => { this.stzhEnded.emit({ component: "stzh-audio" }); }, "onVds-replay": () => { this.stzhReplay.emit({ component: "stzh-audio" }); }, "onVds-error": (e) => { this.stzhError.emit({ component: "stzh-audio", originalEvent: e }); } }, h("audio", { preload: this.preload, src: this.src }, h("slot", null))), h("div", { class: "stzh-audio__controls" }, h("div", { class: "stzh-audio__loader-overlay" }, h("stzh-loader", { class: "stzh-audio__loader", label: this.localization.loading, "hide-label": true })), h("div", { class: "stzh-audio__controls-top" }, h("vds-time-slider", { class: "stzh-audio__slider is-time" }, h("div", { class: "stzh-audio__slider-track" }), h("div", { class: "stzh-audio__slider-track is-fill" }), h("div", { class: "stzh-audio__slider-thumb-container" }, h("div", { class: "stzh-audio__slider-thumb" })), h("div", { class: "stzh-audio__media-preview-container" }, h("vds-slider-value-text", { class: "stzh-audio__slider-text", type: "pointer", format: "time" })))), h("div", { class: "stzh-audio__controls-bottom" }, h("stzh-tooltip", null, h("vds-play-button", { class: "stzh-audio__button is-play" }, h("stzh-icon", { class: "stzh-audio__played", name: "play" }), h("stzh-icon", { class: "stzh-audio__paused", name: "
|
|
39
|
+
return (h(Host, null, h("vds-media", { class: classes }, h("vds-audio", { class: "stzh-audio__audio", ref: (el) => (this.vsdAudioElement = el), "onVds-play": () => { this.stzhPlay.emit({ component: "stzh-audio" }); }, "onVds-playing": () => { this.stzhPlaying.emit({ component: "stzh-audio" }); }, "onVds-end": () => { this.stzhEnd.emit({ component: "stzh-audio" }); }, "onVds-ended": () => { this.stzhEnded.emit({ component: "stzh-audio" }); }, "onVds-replay": () => { this.stzhReplay.emit({ component: "stzh-audio" }); }, "onVds-error": (e) => { this.stzhError.emit({ component: "stzh-audio", originalEvent: e }); } }, h("audio", { preload: this.preload, src: this.src }, h("slot", null))), h("div", { class: "stzh-audio__controls" }, h("div", { class: "stzh-audio__loader-overlay" }, h("stzh-loader", { class: "stzh-audio__loader", label: this.localization.loading, "hide-label": true })), h("div", { class: "stzh-audio__controls-top" }, h("vds-time-slider", { class: "stzh-audio__slider is-time" }, h("div", { class: "stzh-audio__slider-track" }), h("div", { class: "stzh-audio__slider-track is-fill" }), h("div", { class: "stzh-audio__slider-thumb-container" }, h("div", { class: "stzh-audio__slider-thumb" })), h("div", { class: "stzh-audio__media-preview-container" }, h("vds-slider-value-text", { class: "stzh-audio__slider-text", type: "pointer", format: "time" })))), h("div", { class: "stzh-audio__controls-bottom" }, h("stzh-tooltip", null, h("vds-play-button", { class: "stzh-audio__button is-play" }, h("stzh-icon", { class: "stzh-audio__played", name: "play-filled" }), h("stzh-icon", { class: "stzh-audio__paused", name: "pause-filled" })), h("span", { slot: "content" }, h("span", { class: "stzh-audio__played" }, this.localization.play), h("span", { class: "stzh-audio__paused" }, this.localization.pause))), h("div", { class: "stzh-audio__time" }, h("vds-time", { type: "current" }), h("span", { class: "stzh-audio__time-separator" }, "/"), h("vds-time", { type: "duration" })), h("stzh-tooltip", null, h("vds-mute-button", { class: "stzh-audio__button is-mute" }, h("stzh-icon", { class: "stzh-audio__muted", name: "volume-medium" }), h("stzh-icon", { class: "stzh-audio__unmuted", name: "silent-mode" })), h("span", { slot: "content" }, h("span", { class: "stzh-audio__muted" }, this.localization.mute), h("span", { class: "stzh-audio__unmuted" }, this.localization.unmute))), h("vds-volume-slider", { class: "stzh-audio__slider is-volume" }, h("div", { class: "stzh-audio__slider-track" }), h("div", { class: "stzh-audio__slider-track is-fill" }), h("div", { class: "stzh-audio__slider-thumb-container" }, h("div", { class: "stzh-audio__slider-thumb" })), h("div", { class: "stzh-audio__media-preview-container" }, h("vds-slider-value-text", { class: "stzh-audio__slider-text", type: "pointer", format: "percent" }))), hasTranscript &&
|
|
40
40
|
h("stzh-tooltip", { content: this.transcriptShown ? this.localization.hideTranscript : this.localization.showTranscript }, h("button", { class: {
|
|
41
41
|
"stzh-audio__button is-transcript": true,
|
|
42
42
|
"is-active": this.transcriptShown
|
|
@@ -200,6 +200,7 @@
|
|
|
200
200
|
font-size: var(--stzh-font-milli-font-size);
|
|
201
201
|
line-height: var(--stzh-font-milli-text-line-height);
|
|
202
202
|
letter-spacing: var(--stzh-font-curve---text-letter-spacing);
|
|
203
|
+
font-family: inherit;
|
|
203
204
|
position: relative;
|
|
204
205
|
z-index: 0;
|
|
205
206
|
overflow: visible;
|
|
@@ -319,10 +320,10 @@
|
|
|
319
320
|
color: var(--stzh-color-grey61);
|
|
320
321
|
}
|
|
321
322
|
.stzh-button--is-disabled .stzh-button__input ~ .stzh-button__inner .stzh-button__mark {
|
|
322
|
-
border-color:
|
|
323
|
+
border-color: transparent;
|
|
323
324
|
}
|
|
324
325
|
.stzh-button--is-disabled .stzh-button__mark {
|
|
325
|
-
background-color: var(--stzh-color-
|
|
326
|
+
background-color: var(--stzh-color-black8);
|
|
326
327
|
}
|
|
327
328
|
.stzh-button--size-small, .stzh-button--size-tiny {
|
|
328
329
|
font-size: var(--stzh-font-micro-font-size);
|