@oiz/stzh-components 2.0.0-beta → 2.1.0-alpha
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-58a084a9.js → app-globals-e1f4f1d9.js} +1 -1
- package/dist/cjs/{dom-874a1e39.js → dom-9deb26c8.js} +1 -1
- package/dist/cjs/{index-ac9bdc7f.js → index-9fcb4305.js} +228 -210
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/{shadow-css-a33dc836.js → shadow-css-bf3843d2.js} +1 -1
- package/dist/cjs/stzh-accordion-item.cjs.entry.js +34 -26
- package/dist/cjs/stzh-accordion.cjs.entry.js +1 -3
- package/dist/cjs/stzh-actions.cjs.entry.js +3 -5
- package/dist/cjs/stzh-actionset.cjs.entry.js +16 -24
- package/dist/cjs/stzh-anchornav.cjs.entry.js +52 -0
- package/dist/cjs/stzh-appnav.cjs.entry.js +4 -7
- package/dist/cjs/stzh-appointments.cjs.entry.js +12 -17
- package/dist/cjs/stzh-audio.cjs.entry.js +4150 -0
- package/dist/cjs/stzh-badge_3.cjs.entry.js +38 -59
- package/dist/cjs/stzh-calendar.cjs.entry.js +9 -25
- package/dist/cjs/stzh-card-list.cjs.entry.js +23 -26
- package/dist/cjs/stzh-card.cjs.entry.js +37 -49
- package/dist/cjs/stzh-cell.cjs.entry.js +1 -8
- package/dist/cjs/stzh-checkbox.cjs.entry.js +15 -20
- package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +29 -20
- package/dist/cjs/stzh-chip-select.cjs.entry.js +57 -11
- package/dist/cjs/stzh-chip.cjs.entry.js +15 -24
- package/dist/cjs/stzh-clamp.cjs.entry.js +27 -0
- package/dist/cjs/stzh-components.cjs.js +5 -5
- package/dist/cjs/stzh-container.cjs.entry.js +1 -1
- package/dist/cjs/stzh-cspace.cjs.entry.js +2 -2
- package/dist/cjs/stzh-datalist.cjs.entry.js +8 -20
- package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +12 -12
- package/dist/cjs/stzh-datamessagelist.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datatable.cjs.entry.js +16 -22
- package/dist/cjs/stzh-datepicker_3.cjs.entry.js +431 -0
- package/dist/cjs/stzh-dialog.cjs.entry.js +12 -20
- package/dist/cjs/stzh-dropdown.cjs.entry.js +17 -37
- package/dist/cjs/stzh-fieldset.cjs.entry.js +1 -5
- package/dist/cjs/stzh-figure.cjs.entry.js +1 -3
- package/dist/cjs/stzh-flyingfocus.cjs.entry.js +7 -7
- package/dist/cjs/stzh-footer.cjs.entry.js +5 -5
- package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +10 -21
- package/dist/cjs/stzh-header.cjs.entry.js +3 -9
- package/dist/cjs/stzh-heading.cjs.entry.js +2 -5
- package/dist/cjs/stzh-hr.cjs.entry.js +1 -1
- package/dist/cjs/stzh-hspace.cjs.entry.js +2 -11
- package/dist/cjs/stzh-icon-sprite.cjs.entry.js +2 -2
- package/dist/cjs/{stzh-input-description-9802abc2.js → stzh-input-description-4326b0d9.js} +1 -1
- package/dist/cjs/stzh-input.cjs.entry.js +32 -39
- package/dist/cjs/stzh-link.cjs.entry.js +27 -33
- package/dist/cjs/stzh-list-item.cjs.entry.js +1 -1
- package/dist/cjs/stzh-list.cjs.entry.js +1 -2
- package/dist/cjs/stzh-loader.cjs.entry.js +1 -4
- package/dist/cjs/stzh-loadingbar.cjs.entry.js +1 -4
- package/dist/cjs/stzh-menu_2.cjs.entry.js +13 -17
- package/dist/cjs/stzh-message.cjs.entry.js +6 -19
- package/dist/cjs/stzh-metanav.cjs.entry.js +1 -1
- package/dist/cjs/stzh-olmap.cjs.entry.js +51129 -0
- package/dist/cjs/stzh-overlay.cjs.entry.js +1 -4
- package/dist/cjs/stzh-page-skiplinks.cjs.entry.js +1 -1
- package/dist/cjs/stzh-pagetitle.cjs.entry.js +2 -2
- package/dist/cjs/stzh-popover.cjs.entry.js +10 -13
- package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +2 -2
- package/dist/cjs/stzh-progressbar-item.cjs.entry.js +9 -9
- package/dist/cjs/stzh-progressbar.cjs.entry.js +9 -24
- package/dist/cjs/stzh-readspeaker.cjs.entry.js +3 -1
- package/dist/cjs/stzh-row.cjs.entry.js +1 -9
- package/dist/cjs/stzh-saptcha.cjs.entry.js +5 -8
- package/dist/cjs/stzh-section.cjs.entry.js +1 -2
- package/dist/cjs/stzh-skiplink.cjs.entry.js +4 -2
- package/dist/cjs/stzh-sortable.cjs.entry.js +29 -32
- package/dist/cjs/stzh-status.cjs.entry.js +1 -5
- package/dist/cjs/stzh-sticky.cjs.entry.js +84 -0
- package/dist/cjs/stzh-table.cjs.entry.js +9 -11
- package/dist/cjs/stzh-text.cjs.entry.js +37 -0
- package/dist/cjs/stzh-toggle.cjs.entry.js +16 -22
- package/dist/cjs/stzh-tooltip.cjs.entry.js +12 -23
- package/dist/cjs/stzh-upload.cjs.entry.js +52 -131
- package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +5 -7
- package/dist/cjs/stzh-vbz-majorticker.cjs.entry.js +8 -9
- package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +7 -8
- package/dist/cjs/stzh-visuallyhidden.cjs.entry.js +1 -1
- package/dist/cjs/stzh-vspace.cjs.entry.js +2 -11
- package/dist/collection/assets/i18n/de.json +19 -0
- package/dist/collection/assets/i18n/en.json +19 -0
- package/dist/collection/assets/icons/mono/code-window.svg +3 -0
- package/dist/collection/assets/icons/mono/target-bullet.svg +12 -0
- package/dist/collection/assets/media/olmap/marker-active.png +0 -0
- package/dist/collection/assets/media/olmap/marker-position.png +0 -0
- package/dist/collection/assets/media/olmap/marker.png +0 -0
- package/dist/collection/assets/media/olmap/thumb-satellite.jpg +0 -0
- package/dist/collection/assets/media/olmap/thumb-streets.jpg +0 -0
- package/dist/collection/collection-manifest.json +7 -2
- package/dist/collection/components/stzh-accordion/stzh-accordion.js +0 -2
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +34 -8
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +123 -24
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.stories.js +9 -0
- package/dist/collection/components/stzh-actions/stzh-actions.js +2 -4
- package/dist/collection/components/stzh-actionset/stzh-actionset.js +21 -29
- package/dist/collection/components/stzh-anchornav/stzh-anchornav.css +286 -0
- package/dist/collection/components/stzh-anchornav/stzh-anchornav.js +216 -0
- package/dist/collection/components/stzh-anchornav/stzh-anchornav.stories.js +76 -0
- package/dist/collection/components/stzh-appnav/stzh-appnav.js +3 -6
- package/dist/collection/components/stzh-appointments/stzh-appointments.js +11 -16
- package/dist/collection/components/stzh-audio/stzh-audio.css +319 -0
- package/dist/collection/components/stzh-audio/stzh-audio.js +333 -0
- package/dist/collection/components/stzh-audio/stzh-audio.localization.js +1 -0
- package/dist/collection/components/stzh-audio/stzh-audio.stories.js +89 -0
- package/dist/collection/components/stzh-badge/stzh-badge.css +22 -2
- package/dist/collection/components/stzh-badge/stzh-badge.js +24 -2
- package/dist/collection/components/stzh-button/stzh-button.css +1 -0
- package/dist/collection/components/stzh-button/stzh-button.js +65 -46
- package/dist/collection/components/stzh-calendar/stzh-calendar.js +8 -24
- package/dist/collection/components/stzh-card/stzh-card.css +2 -14
- package/dist/collection/components/stzh-card/stzh-card.js +39 -69
- package/dist/collection/components/stzh-card/stzh-card.stories.js +1 -4
- package/dist/collection/components/stzh-card-list/stzh-card-list.js +25 -54
- package/dist/collection/components/stzh-card-list/stzh-card-list.stories.js +2 -2
- package/dist/collection/components/stzh-cell/stzh-cell.js +0 -7
- package/dist/collection/components/stzh-checkbox/stzh-checkbox.js +13 -18
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +33 -20
- package/dist/collection/components/stzh-chip/stzh-chip.js +49 -23
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +80 -0
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +217 -9
- package/dist/collection/components/stzh-clamp/stzh-clamp.css +279 -0
- package/dist/collection/components/stzh-clamp/stzh-clamp.js +125 -0
- package/dist/collection/components/stzh-clamp/stzh-clamp.stories.js +41 -0
- package/dist/collection/components/stzh-cspace/stzh-cspace.css +87 -176
- package/dist/collection/components/stzh-datalist/stzh-datalist.js +7 -19
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +3 -8
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.js +10 -10
- package/dist/collection/components/stzh-datatable/stzh-datatable.css +5 -0
- package/dist/collection/components/stzh-datatable/stzh-datatable.js +14 -20
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +19 -35
- package/dist/collection/components/stzh-dialog/stzh-dialog.css +9 -19
- package/dist/collection/components/stzh-dialog/stzh-dialog.js +10 -18
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +15 -35
- package/dist/collection/components/stzh-fieldset/stzh-fieldset.js +0 -4
- package/dist/collection/components/stzh-figure/stzh-figure.js +0 -2
- package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.js +6 -6
- package/dist/collection/components/stzh-footer/stzh-footer.js +4 -4
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +16 -16
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.js +7 -16
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.stories.js +6 -6
- package/dist/collection/components/stzh-header/stzh-header.js +2 -8
- package/dist/collection/components/stzh-heading/stzh-heading.css +5 -15
- package/dist/collection/components/stzh-heading/stzh-heading.js +0 -3
- package/dist/collection/components/stzh-hr/stzh-hr.stories.js +11 -1
- package/dist/collection/components/stzh-hspace/stzh-hspace.css +19 -24
- package/dist/collection/components/stzh-hspace/stzh-hspace.js +0 -9
- package/dist/collection/components/stzh-icon/stzh-icon.js +0 -8
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +58 -32
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/collection/components/stzh-input/stzh-input.js +31 -38
- package/dist/collection/components/stzh-link/stzh-link.css +18 -0
- package/dist/collection/components/stzh-link/stzh-link.js +97 -31
- package/dist/collection/components/stzh-link/stzh-link.stories.js +3 -1
- package/dist/collection/components/stzh-list/stzh-list.js +0 -1
- package/dist/collection/components/stzh-loader/stzh-loader.js +0 -3
- package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.js +0 -3
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +48 -16
- package/dist/collection/components/stzh-message/stzh-message.css +5 -0
- package/dist/collection/components/stzh-message/stzh-message.js +4 -17
- package/dist/collection/components/stzh-olmap/stzh-olmap.css +284 -0
- package/dist/collection/components/stzh-olmap/stzh-olmap.js +1042 -0
- package/dist/collection/components/stzh-olmap/stzh-olmap.localization.js +1 -0
- package/dist/collection/components/stzh-olmap/stzh-olmap.stories.js +36 -0
- package/dist/collection/components/stzh-overlay/stzh-overlay.js +0 -3
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +3 -8
- package/dist/collection/components/stzh-popover/stzh-popover.js +9 -12
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +226 -337
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.js +1 -2
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.stories.js +1 -1
- package/dist/collection/components/stzh-progressbar/stzh-progressbar.js +8 -23
- package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.js +8 -8
- package/dist/collection/components/stzh-radio/stzh-radio.js +13 -18
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +34 -22
- package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.js +2 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.css +88 -129
- package/dist/collection/components/stzh-richtext/stzh-richtext.js +0 -2
- package/dist/collection/components/stzh-row/stzh-row.js +0 -8
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +8 -8
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.js +3 -6
- package/dist/collection/components/stzh-section/stzh-section.js +0 -1
- package/dist/collection/components/stzh-skiplink/stzh-skiplink.js +3 -1
- package/dist/collection/components/stzh-sortable/stzh-sortable.css +12 -6
- package/dist/collection/components/stzh-sortable/stzh-sortable.js +27 -30
- package/dist/collection/components/stzh-status/stzh-status.js +0 -4
- package/dist/collection/components/stzh-sticky/stzh-sticky.css +144 -0
- package/dist/collection/components/stzh-sticky/stzh-sticky.js +184 -0
- package/dist/collection/components/stzh-sticky/stzh-sticky.stories.js +91 -0
- package/dist/collection/components/stzh-table/stzh-table.css +5 -0
- package/dist/collection/components/stzh-table/stzh-table.js +7 -9
- package/dist/collection/components/stzh-text/stzh-text.js +0 -8
- package/dist/collection/components/stzh-toggle/stzh-toggle.js +14 -20
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +11 -22
- package/dist/collection/components/stzh-upload/stzh-upload.css +16 -7
- package/dist/collection/components/stzh-upload/stzh-upload.js +49 -128
- package/dist/collection/components/stzh-upload/stzh-upload.stories.js +1 -1
- package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.js +4 -6
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.js +7 -8
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +2 -7
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.js +5 -6
- package/dist/collection/components/stzh-vspace/stzh-vspace.css +19 -24
- package/dist/collection/components/stzh-vspace/stzh-vspace.js +0 -9
- package/dist/collection/pages/meinkonto.stories.js +3 -3
- package/dist/components/index.d.ts +5 -0
- package/dist/components/index.js +6 -1
- package/dist/components/stzh-accordion-item.js +51 -26
- package/dist/components/stzh-accordion.js +0 -2
- package/dist/components/stzh-actions.js +2 -4
- package/dist/components/stzh-actionset2.js +15 -23
- package/dist/components/stzh-anchornav.d.ts +11 -0
- package/dist/components/stzh-anchornav.js +97 -0
- package/dist/components/stzh-appnav.js +3 -6
- package/dist/components/stzh-appointments.js +11 -16
- package/dist/components/stzh-audio.d.ts +11 -0
- package/dist/components/stzh-audio.js +4195 -0
- package/dist/components/stzh-badge2.js +9 -4
- package/dist/components/stzh-button2.js +32 -47
- package/dist/components/stzh-calendar2.js +8 -24
- package/dist/components/stzh-card-list.js +23 -27
- package/dist/components/stzh-card.js +36 -49
- package/dist/components/stzh-cell.js +0 -7
- package/dist/components/stzh-checkbox.js +13 -18
- package/dist/components/stzh-checkboxgroup.js +28 -19
- package/dist/components/stzh-chip-select.js +67 -12
- package/dist/components/stzh-chip2.js +16 -23
- package/dist/components/stzh-clamp.d.ts +11 -0
- package/dist/components/stzh-clamp.js +6 -0
- package/dist/components/stzh-clamp2.js +43 -0
- package/dist/components/stzh-cspace.js +1 -1
- package/dist/components/stzh-datalist.js +7 -19
- package/dist/components/stzh-datamessagelist-item.js +11 -11
- package/dist/components/stzh-datatable.js +15 -21
- package/dist/components/stzh-datepicker2.js +19 -35
- package/dist/components/stzh-dialog.js +11 -19
- package/dist/components/stzh-dropdown2.js +15 -35
- package/dist/components/stzh-fieldset.js +0 -4
- package/dist/components/stzh-figure.js +0 -2
- package/dist/components/stzh-flyingfocus.js +6 -6
- package/dist/components/stzh-footer.js +4 -4
- package/dist/components/stzh-ghettobox2.js +8 -17
- package/dist/components/stzh-header.js +2 -8
- package/dist/components/stzh-heading2.js +1 -4
- package/dist/components/stzh-hspace.js +1 -10
- package/dist/components/stzh-icon-sprite.js +1 -1
- package/dist/components/stzh-icon2.js +0 -8
- package/dist/components/stzh-input2.js +30 -37
- package/dist/components/stzh-link2.js +30 -32
- package/dist/components/stzh-list.js +0 -1
- package/dist/components/stzh-loader.js +1 -43
- package/dist/components/stzh-loader2.js +42 -0
- package/dist/components/stzh-loadingbar.js +0 -3
- package/dist/components/stzh-menu-item2.js +14 -16
- package/dist/components/stzh-message.js +5 -18
- package/dist/components/stzh-olmap.d.ts +11 -0
- package/dist/components/stzh-olmap.js +51168 -0
- package/dist/components/stzh-overlay.js +0 -3
- package/dist/components/stzh-pagetitle.js +1 -1
- package/dist/components/stzh-popover2.js +9 -12
- package/dist/components/stzh-portal-mitwirken.js +1 -1
- package/dist/components/stzh-progressbar-item2.js +8 -8
- package/dist/components/stzh-progressbar.js +8 -23
- package/dist/components/stzh-radio2.js +13 -18
- package/dist/components/stzh-radiogroup2.js +29 -21
- package/dist/components/stzh-readspeaker.js +2 -0
- package/dist/components/stzh-richtext2.js +1 -3
- package/dist/components/stzh-row.js +0 -8
- package/dist/components/stzh-saptcha.js +4 -7
- package/dist/components/stzh-section.js +0 -1
- package/dist/components/stzh-skiplink.js +3 -1
- package/dist/components/stzh-sortable2.js +28 -31
- package/dist/components/stzh-status2.js +0 -4
- package/dist/components/stzh-sticky.d.ts +11 -0
- package/dist/components/stzh-sticky.js +102 -0
- package/dist/components/stzh-table.js +8 -10
- package/dist/components/stzh-text2.js +0 -8
- package/dist/components/stzh-toggle.js +14 -20
- package/dist/components/stzh-tooltip2.js +11 -22
- package/dist/components/stzh-upload.js +50 -129
- package/dist/components/stzh-vbz-linechip2.js +4 -6
- package/dist/components/stzh-vbz-majorticker.js +7 -8
- package/dist/components/stzh-vbz-ticker.js +6 -7
- package/dist/components/stzh-vspace.js +1 -10
- package/dist/esm/{app-globals-6b6ff890.js → app-globals-453acbdb.js} +1 -1
- package/dist/esm/{dom-104fb833.js → dom-6be6f662.js} +1 -1
- package/dist/esm/{index-84f71a43.js → index-2915b467.js} +228 -210
- package/dist/esm/loader.js +4 -4
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/esm/{shadow-css-4261c637.js → shadow-css-ed4599f8.js} +1 -1
- package/dist/esm/stzh-accordion-item.entry.js +34 -26
- package/dist/esm/stzh-accordion.entry.js +1 -3
- package/dist/esm/stzh-actions.entry.js +3 -5
- package/dist/esm/stzh-actionset.entry.js +16 -24
- package/dist/esm/stzh-anchornav.entry.js +48 -0
- package/dist/esm/stzh-appnav.entry.js +4 -7
- package/dist/esm/stzh-appointments.entry.js +12 -17
- package/dist/esm/stzh-audio.entry.js +4146 -0
- package/dist/esm/stzh-badge_3.entry.js +38 -59
- package/dist/esm/stzh-calendar.entry.js +10 -26
- package/dist/esm/stzh-card-list.entry.js +23 -26
- package/dist/esm/stzh-card.entry.js +37 -49
- package/dist/esm/stzh-cell.entry.js +1 -8
- package/dist/esm/stzh-checkbox.entry.js +15 -20
- package/dist/esm/stzh-checkboxgroup.entry.js +29 -20
- package/dist/esm/stzh-chip-select.entry.js +57 -11
- package/dist/esm/stzh-chip.entry.js +15 -24
- package/dist/esm/stzh-clamp.entry.js +23 -0
- package/dist/esm/stzh-components.js +5 -5
- package/dist/esm/stzh-container.entry.js +1 -1
- package/dist/esm/stzh-cspace.entry.js +2 -2
- package/dist/esm/stzh-datalist.entry.js +8 -20
- package/dist/esm/stzh-datamessagelist-item.entry.js +12 -12
- package/dist/esm/stzh-datamessagelist.entry.js +1 -1
- package/dist/esm/stzh-datatable.entry.js +16 -22
- package/dist/esm/stzh-datepicker_3.entry.js +425 -0
- package/dist/esm/stzh-dialog.entry.js +12 -20
- package/dist/esm/stzh-dropdown.entry.js +17 -37
- package/dist/esm/stzh-fieldset.entry.js +1 -5
- package/dist/esm/stzh-figure.entry.js +1 -3
- package/dist/esm/stzh-flyingfocus.entry.js +7 -7
- package/dist/esm/stzh-footer.entry.js +5 -5
- package/dist/esm/stzh-ghettobox_2.entry.js +10 -21
- package/dist/esm/stzh-header.entry.js +3 -9
- package/dist/esm/stzh-heading.entry.js +2 -5
- package/dist/esm/stzh-hr.entry.js +1 -1
- package/dist/esm/stzh-hspace.entry.js +2 -11
- package/dist/esm/stzh-icon-sprite.entry.js +2 -2
- package/dist/esm/{stzh-input-description-8c477f97.js → stzh-input-description-e87e6697.js} +1 -1
- package/dist/esm/stzh-input.entry.js +32 -39
- package/dist/esm/stzh-link.entry.js +27 -33
- package/dist/esm/stzh-list-item.entry.js +1 -1
- package/dist/esm/stzh-list.entry.js +1 -2
- package/dist/esm/stzh-loader.entry.js +1 -4
- package/dist/esm/stzh-loadingbar.entry.js +1 -4
- package/dist/esm/stzh-menu_2.entry.js +13 -17
- package/dist/esm/stzh-message.entry.js +6 -19
- package/dist/esm/stzh-metanav.entry.js +1 -1
- package/dist/esm/stzh-olmap.entry.js +51125 -0
- package/dist/esm/stzh-overlay.entry.js +1 -4
- package/dist/esm/stzh-page-skiplinks.entry.js +1 -1
- package/dist/esm/stzh-pagetitle.entry.js +2 -2
- package/dist/esm/stzh-popover.entry.js +10 -13
- package/dist/esm/stzh-portal-mitwirken.entry.js +2 -2
- package/dist/esm/stzh-progressbar-item.entry.js +9 -9
- package/dist/esm/stzh-progressbar.entry.js +9 -24
- package/dist/esm/stzh-readspeaker.entry.js +3 -1
- package/dist/esm/stzh-row.entry.js +1 -9
- package/dist/esm/stzh-saptcha.entry.js +5 -8
- package/dist/esm/stzh-section.entry.js +1 -2
- package/dist/esm/stzh-skiplink.entry.js +4 -2
- package/dist/esm/stzh-sortable.entry.js +29 -32
- package/dist/esm/stzh-status.entry.js +1 -5
- package/dist/esm/stzh-sticky.entry.js +80 -0
- package/dist/esm/stzh-table.entry.js +9 -11
- package/dist/esm/stzh-text.entry.js +33 -0
- package/dist/esm/stzh-toggle.entry.js +16 -22
- package/dist/esm/stzh-tooltip.entry.js +12 -23
- package/dist/esm/stzh-upload.entry.js +52 -131
- package/dist/esm/stzh-vbz-linechip.entry.js +5 -7
- package/dist/esm/stzh-vbz-majorticker.entry.js +8 -9
- package/dist/esm/stzh-vbz-ticker.entry.js +7 -8
- package/dist/esm/stzh-visuallyhidden.entry.js +1 -1
- package/dist/esm/stzh-vspace.entry.js +2 -11
- package/dist/esm-es5/app-globals-453acbdb.js +1 -0
- package/dist/esm-es5/{dom-104fb833.js → dom-6be6f662.js} +0 -0
- package/dist/esm-es5/index-2915b467.js +2 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/{shadow-css-4261c637.js → shadow-css-ed4599f8.js} +0 -0
- 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 -0
- 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 +31 -0
- 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-list.entry.js +1 -1
- package/dist/esm-es5/stzh-card.entry.js +1 -1
- package/dist/esm-es5/stzh-cell.entry.js +1 -1
- 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-select.entry.js +1 -1
- package/dist/esm-es5/stzh-chip.entry.js +1 -1
- package/dist/esm-es5/stzh-clamp.entry.js +1 -0
- package/dist/esm-es5/stzh-components.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.entry.js +1 -1
- 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 +2 -2
- package/dist/esm-es5/stzh-datepicker_3.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-8c477f97.js → stzh-input-description-e87e6697.js} +1 -1
- package/dist/esm-es5/stzh-input.entry.js +1 -1
- 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-olmap.entry.js +7 -0
- 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-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-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 -0
- package/dist/esm-es5/stzh-table.entry.js +1 -1
- package/dist/{stzh-components/p-fc6b4f91.system.entry.js → esm-es5/stzh-text.entry.js} +1 -1
- 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/stzh-components/assets/i18n/de.json +19 -0
- package/dist/stzh-components/assets/i18n/en.json +19 -0
- package/dist/stzh-components/assets/icons/mono/code-window.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/target-bullet.svg +12 -0
- package/dist/stzh-components/assets/media/olmap/marker-active.png +0 -0
- package/dist/stzh-components/assets/media/olmap/marker-position.png +0 -0
- package/dist/stzh-components/assets/media/olmap/marker.png +0 -0
- package/dist/stzh-components/assets/media/olmap/thumb-satellite.jpg +0 -0
- package/dist/stzh-components/assets/media/olmap/thumb-streets.jpg +0 -0
- package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +58 -32
- package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/stzh-components/{p-5a354428.system.entry.js → p-011dcf30.system.entry.js} +1 -1
- package/dist/stzh-components/p-01909f35.system.entry.js +1 -0
- package/dist/stzh-components/p-020379d7.system.entry.js +7 -0
- package/dist/stzh-components/p-025953d1.system.entry.js +1 -0
- package/dist/stzh-components/{p-981b2629.system.entry.js → p-0321e98e.system.entry.js} +1 -1
- package/dist/stzh-components/p-04dd6821.entry.js +1 -0
- package/dist/stzh-components/p-05901b22.system.entry.js +1 -0
- package/dist/stzh-components/{p-fdf0b4bc.system.entry.js → p-08714718.system.entry.js} +1 -1
- package/dist/stzh-components/p-090bfb8e.system.entry.js +1 -0
- package/dist/stzh-components/p-0977d9b6.entry.js +1 -0
- package/dist/stzh-components/{p-8f16b0ac.entry.js → p-0c10d9b1.entry.js} +2 -2
- package/dist/stzh-components/p-0e474d1a.system.entry.js +1 -0
- package/dist/stzh-components/p-0e48efa7.entry.js +1 -0
- package/dist/stzh-components/{p-4c61dcad.js → p-13051e1c.js} +0 -0
- package/dist/stzh-components/{p-b9295dc2.entry.js → p-1399b2d7.entry.js} +1 -1
- package/dist/stzh-components/p-140e4b63.entry.js +1 -0
- package/dist/stzh-components/p-14f0d546.entry.js +1 -0
- package/dist/stzh-components/p-183e4790.system.entry.js +1 -0
- package/dist/stzh-components/p-1a5fc8e3.system.entry.js +1 -0
- package/dist/stzh-components/{p-db5363ef.entry.js → p-20a6ffbb.entry.js} +1 -1
- package/dist/stzh-components/p-229f4ebc.system.entry.js +1 -0
- package/dist/stzh-components/{p-89274cd5.system.entry.js → p-26159eac.system.entry.js} +1 -1
- package/dist/stzh-components/{p-6523a23b.system.js → p-2732d8c8.system.js} +0 -0
- package/dist/stzh-components/{p-56b9cc3c.system.entry.js → p-27573504.system.entry.js} +1 -1
- package/dist/stzh-components/p-27839f48.entry.js +1 -0
- package/dist/stzh-components/{p-fc13d017.system.entry.js → p-27bfb4c2.system.entry.js} +1 -1
- package/dist/stzh-components/{p-29427863.entry.js → p-29d9a568.entry.js} +1 -1
- package/dist/stzh-components/p-2bf021f2.js +1 -0
- package/dist/stzh-components/{p-f1356a85.entry.js → p-2c16d2ea.entry.js} +1 -1
- package/dist/stzh-components/p-2c783943.entry.js +1 -0
- package/dist/stzh-components/p-2c891eee.entry.js +1 -0
- package/dist/stzh-components/{p-17c6c1db.system.entry.js → p-2e276f2e.system.entry.js} +1 -1
- package/dist/stzh-components/{p-5bd2849d.entry.js → p-30e5a674.entry.js} +1 -1
- package/dist/stzh-components/{p-19bff884.system.entry.js → p-33a52001.system.entry.js} +1 -1
- package/dist/stzh-components/p-34eb65b9.entry.js +1 -0
- package/dist/stzh-components/p-3623b3a5.system.js +1 -0
- package/dist/stzh-components/p-36596b2b.system.entry.js +1 -0
- package/dist/stzh-components/{p-d6c07494.system.entry.js → p-37bdb9cd.system.entry.js} +1 -1
- package/dist/stzh-components/p-38977481.entry.js +1 -0
- package/dist/stzh-components/p-3a279b45.entry.js +1 -0
- package/dist/stzh-components/p-3a47ff2d.system.entry.js +1 -0
- package/dist/stzh-components/p-3b33fa76.system.entry.js +1 -0
- package/dist/stzh-components/{p-2b338050.entry.js → p-3e24b964.entry.js} +1 -1
- package/dist/stzh-components/{p-ee22256f.entry.js → p-3e504f50.entry.js} +1 -1
- package/dist/stzh-components/{p-b9382599.entry.js → p-3efefb7f.entry.js} +1 -1
- package/dist/stzh-components/{p-8a9e588e.system.entry.js → p-3f8976bc.system.entry.js} +1 -1
- package/dist/stzh-components/{p-8d0da18d.system.entry.js → p-3fc40cc0.system.entry.js} +1 -1
- package/dist/stzh-components/{p-4c6989ae.system.entry.js → p-440ae0cc.system.entry.js} +1 -1
- package/dist/stzh-components/{p-b550feaa.system.entry.js → p-44435254.system.entry.js} +1 -1
- package/dist/stzh-components/{p-ab246b66.entry.js → p-456143f9.entry.js} +1 -1
- package/dist/stzh-components/{p-190de4de.entry.js → p-46f4e907.entry.js} +1 -1
- package/dist/stzh-components/p-470e5f38.system.entry.js +1 -0
- package/dist/stzh-components/{p-ce070ccd.entry.js → p-4b93fb24.entry.js} +1 -1
- package/dist/stzh-components/p-509c97c9.system.entry.js +1 -0
- package/dist/stzh-components/{p-0fc83964.system.entry.js → p-529a56aa.system.entry.js} +1 -1
- package/dist/stzh-components/{p-63d89b96.system.js → p-52cd1bd1.system.js} +1 -1
- package/dist/stzh-components/p-53c30c58.entry.js +1 -0
- package/dist/stzh-components/p-55435022.system.entry.js +1 -0
- package/dist/stzh-components/p-554fb3ac.system.js +1 -0
- package/dist/stzh-components/{p-e213663c.system.entry.js → p-5869502c.system.entry.js} +1 -1
- package/dist/stzh-components/p-58714045.entry.js +1 -0
- package/dist/stzh-components/p-59970f71.entry.js +1 -0
- package/dist/stzh-components/{p-3d8317b5.entry.js → p-5c2d0572.entry.js} +1 -1
- package/dist/stzh-components/p-5c311df3.entry.js +1 -0
- package/dist/stzh-components/{p-72f29f07.entry.js → p-5e81420b.entry.js} +1 -1
- package/dist/stzh-components/p-609bf766.system.js +2 -0
- package/dist/stzh-components/{p-f832e938.system.entry.js → p-616e70e9.system.entry.js} +1 -1
- package/dist/stzh-components/p-62afe664.entry.js +1 -0
- package/dist/stzh-components/p-62c7caed.entry.js +1 -0
- package/dist/stzh-components/{p-851e0caa.system.entry.js → p-641126a8.system.entry.js} +1 -1
- package/dist/stzh-components/p-648e03bc.entry.js +1 -0
- package/dist/stzh-components/p-652eee8b.system.entry.js +1 -0
- package/dist/stzh-components/{p-69c3187f.system.entry.js → p-67ade1c7.system.entry.js} +1 -1
- package/dist/stzh-components/p-6a16ceff.entry.js +1 -0
- package/dist/stzh-components/{p-9c72f491.system.entry.js → p-6a96d63e.system.entry.js} +1 -1
- package/dist/stzh-components/p-6b2282cd.system.entry.js +1 -0
- package/dist/stzh-components/p-6b5f447c.system.entry.js +1 -0
- package/dist/stzh-components/{p-33c0229f.system.entry.js → p-6c1ad586.system.entry.js} +1 -1
- package/dist/stzh-components/{p-f788a468.entry.js → p-6c76e51d.entry.js} +1 -1
- package/dist/stzh-components/p-6cbdbd06.entry.js +1 -0
- package/dist/stzh-components/{p-64b4cc74.entry.js → p-6f7a7f7a.entry.js} +1 -1
- package/dist/stzh-components/{p-61aac051.system.entry.js → p-725b3e74.system.entry.js} +1 -1
- package/dist/stzh-components/p-74786856.system.entry.js +1 -0
- package/dist/stzh-components/p-783346ed.entry.js +1 -0
- package/dist/stzh-components/p-7a4c6adb.js +2 -0
- package/dist/stzh-components/{p-a7ee2636.entry.js → p-7d77b8d2.entry.js} +1 -1
- package/dist/stzh-components/{p-9fb4da92.system.entry.js → p-7dd6fbc9.system.entry.js} +1 -1
- package/dist/stzh-components/{p-f84fa2a4.js → p-8347b91f.js} +1 -1
- package/dist/stzh-components/{p-ef5d4167.js → p-8364475f.js} +0 -0
- package/dist/stzh-components/{p-b636a18a.system.entry.js → p-881e526e.system.entry.js} +1 -1
- package/dist/stzh-components/p-8d9056de.entry.js +1 -0
- package/dist/stzh-components/p-8e363084.system.entry.js +1 -0
- package/dist/stzh-components/{p-8d547247.system.entry.js → p-8eb72064.system.entry.js} +1 -1
- package/dist/stzh-components/{p-fa56fc0d.system.entry.js → p-8fc8d8c2.system.entry.js} +1 -1
- package/dist/stzh-components/{p-6305db38.system.entry.js → p-90665664.system.entry.js} +1 -1
- package/dist/stzh-components/{p-48b5b697.system.entry.js → p-90941379.system.entry.js} +1 -1
- package/dist/stzh-components/p-90ad5e2c.entry.js +1 -0
- package/dist/stzh-components/p-92788577.entry.js +34 -0
- package/dist/stzh-components/{p-27fd6c6f.system.entry.js → p-92ad9720.system.entry.js} +1 -1
- package/dist/stzh-components/{p-c58dd9de.entry.js → p-9454a438.entry.js} +1 -1
- package/dist/stzh-components/{p-b084fcbf.system.entry.js → p-965829a6.system.entry.js} +1 -1
- package/dist/stzh-components/p-9a7593f5.entry.js +1 -0
- package/dist/stzh-components/{p-58d886cb.system.entry.js → p-9ca1efe4.system.entry.js} +1 -1
- package/dist/stzh-components/p-9d58c713.entry.js +1 -0
- package/dist/stzh-components/p-a10e0117.system.entry.js +1 -0
- package/dist/stzh-components/p-a3559e69.entry.js +1 -0
- package/dist/stzh-components/p-a4a4370d.entry.js +1 -0
- package/dist/stzh-components/p-a61bf274.entry.js +9 -0
- package/dist/stzh-components/{p-ab455116.system.entry.js → p-a6da8c06.system.entry.js} +1 -1
- package/dist/stzh-components/p-afaa9c37.system.entry.js +1 -0
- package/dist/stzh-components/{p-88e0f453.entry.js → p-b09b85ac.entry.js} +1 -1
- package/dist/stzh-components/{p-5997e418.system.entry.js → p-b3587b9d.system.entry.js} +1 -1
- package/dist/stzh-components/{p-a67e09cd.system.entry.js → p-b491bcd7.system.entry.js} +1 -1
- package/dist/stzh-components/p-b5a59ac0.entry.js +1 -0
- package/dist/stzh-components/p-b666bb15.entry.js +1 -0
- package/dist/stzh-components/{p-2e559062.entry.js → p-b99c0844.entry.js} +1 -1
- package/dist/stzh-components/p-bb8f71a4.entry.js +7 -0
- package/dist/stzh-components/p-bb9e8364.entry.js +1 -0
- package/dist/stzh-components/p-bc841847.entry.js +1 -0
- package/dist/stzh-components/p-bd7dd853.system.entry.js +1 -0
- package/dist/stzh-components/p-bdc627fa.system.entry.js +1 -0
- package/dist/stzh-components/p-be534671.entry.js +1 -0
- package/dist/stzh-components/p-bfdce66c.entry.js +1 -0
- package/dist/stzh-components/p-c051fc3b.entry.js +1 -0
- package/dist/stzh-components/p-c1100fde.entry.js +1 -0
- package/dist/stzh-components/{p-55d23a3c.system.entry.js → p-c3161c9b.system.entry.js} +1 -1
- package/dist/stzh-components/{p-0fc06049.system.entry.js → p-c5749124.system.entry.js} +1 -1
- package/dist/stzh-components/p-c6813d9f.system.entry.js +1 -0
- package/dist/stzh-components/p-c7c3735a.entry.js +1 -0
- package/dist/stzh-components/p-c8009c05.system.entry.js +1 -0
- package/dist/stzh-components/{p-d0aa9d3b.entry.js → p-c866224d.entry.js} +1 -1
- package/dist/stzh-components/p-cbaab05e.entry.js +1 -0
- package/dist/stzh-components/{p-3b27a43f.system.entry.js → p-cc735465.system.entry.js} +2 -2
- package/dist/stzh-components/{p-6a873872.entry.js → p-d00e20ff.entry.js} +1 -1
- package/dist/stzh-components/{p-c3d93395.entry.js → p-d26ed018.entry.js} +1 -1
- package/dist/stzh-components/p-d408604f.system.entry.js +1 -0
- package/dist/stzh-components/{p-b9a027aa.entry.js → p-d69b12f8.entry.js} +1 -1
- package/dist/stzh-components/p-da857e0d.entry.js +1 -0
- package/dist/stzh-components/p-de8f9508.system.entry.js +1 -0
- package/dist/stzh-components/{p-a7c35778.system.entry.js → p-e347ce1e.system.entry.js} +1 -1
- package/dist/stzh-components/p-e56d7b16.system.entry.js +1 -0
- package/dist/stzh-components/{p-961cb979.entry.js → p-e662b688.entry.js} +1 -1
- package/dist/stzh-components/{p-c4b7c2be.entry.js → p-e69903fe.entry.js} +1 -1
- package/dist/stzh-components/p-e7afcd6f.entry.js +1 -0
- package/dist/stzh-components/p-e9313802.system.entry.js +31 -0
- package/dist/stzh-components/{p-560f96f0.system.entry.js → p-eb3425a1.system.entry.js} +1 -1
- package/dist/stzh-components/p-ee711f37.system.entry.js +1 -0
- package/dist/stzh-components/{p-5987573e.system.entry.js → p-ee944add.system.entry.js} +1 -1
- package/dist/stzh-components/{p-5a02ef03.entry.js → p-ef62b905.entry.js} +1 -1
- package/dist/stzh-components/{p-a8de6293.system.js → p-f39f347c.system.js} +0 -0
- package/dist/stzh-components/p-f8ccf5b1.entry.js +1 -0
- package/dist/stzh-components/p-f9039c23.entry.js +1 -0
- package/dist/stzh-components/{p-ba94e315.system.entry.js → p-fa9a4cd5.system.entry.js} +1 -1
- package/dist/stzh-components/p-fade35c7.entry.js +1 -0
- package/dist/stzh-components/{p-e7a84e53.system.entry.js → p-fd811f6b.system.entry.js} +2 -2
- package/dist/stzh-components/stzh-components.css +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-anchornav/stzh-anchornav.d.ts +32 -0
- package/dist/types/components/stzh-audio/stzh-audio.localization.d.ts +11 -0
- package/dist/types/components/stzh-badge/stzh-badge.d.ts +2 -0
- package/dist/types/components/stzh-clamp/stzh-clamp.d.ts +16 -0
- package/dist/types/components/stzh-olmap/stzh-olmap.localization.d.ts +10 -0
- package/dist/types/components/stzh-portal-mitwirken/stzh-portal-mitwirken.d.ts +1 -2
- package/dist/types/components.d.ts +644 -43
- package/dist/types/index.d.ts +72 -1
- package/dist/types/stencil-public-runtime.d.ts +20 -4
- package/dist/vscode-data.json +383 -25
- package/package.json +7 -2
- package/dist/cjs/stzh-datepicker_4.cjs.entry.js +0 -483
- package/dist/esm/stzh-datepicker_4.entry.js +0 -476
- package/dist/esm-es5/app-globals-6b6ff890.js +0 -1
- package/dist/esm-es5/index-84f71a43.js +0 -2
- package/dist/esm-es5/stzh-datepicker_4.entry.js +0 -1
- package/dist/stzh-components/p-001b7d10.entry.js +0 -1
- package/dist/stzh-components/p-08a564af.entry.js +0 -1
- package/dist/stzh-components/p-0b8de542.system.entry.js +0 -1
- package/dist/stzh-components/p-0bbbbe85.system.entry.js +0 -1
- package/dist/stzh-components/p-0d5522dc.system.entry.js +0 -1
- package/dist/stzh-components/p-0efe125f.system.entry.js +0 -1
- package/dist/stzh-components/p-13b3500e.entry.js +0 -1
- package/dist/stzh-components/p-13f44000.entry.js +0 -1
- package/dist/stzh-components/p-216577b4.entry.js +0 -1
- package/dist/stzh-components/p-2818488f.entry.js +0 -1
- package/dist/stzh-components/p-2cf1ae40.system.entry.js +0 -1
- package/dist/stzh-components/p-332e4fd3.entry.js +0 -1
- package/dist/stzh-components/p-373f79e8.entry.js +0 -1
- package/dist/stzh-components/p-3ac93a01.entry.js +0 -1
- package/dist/stzh-components/p-45bab70d.system.entry.js +0 -1
- package/dist/stzh-components/p-552f49c4.entry.js +0 -1
- package/dist/stzh-components/p-5975c355.system.entry.js +0 -1
- package/dist/stzh-components/p-59c323ce.entry.js +0 -1
- package/dist/stzh-components/p-6354fee3.entry.js +0 -1
- package/dist/stzh-components/p-638bedfa.entry.js +0 -1
- package/dist/stzh-components/p-63d8db7b.entry.js +0 -1
- package/dist/stzh-components/p-653c6bbc.entry.js +0 -1
- package/dist/stzh-components/p-67f906b1.entry.js +0 -1
- package/dist/stzh-components/p-69f4a27e.entry.js +0 -1
- package/dist/stzh-components/p-6a81e64b.entry.js +0 -1
- package/dist/stzh-components/p-75cdc8a6.system.entry.js +0 -1
- package/dist/stzh-components/p-7ad87d98.system.entry.js +0 -1
- package/dist/stzh-components/p-7d8c9866.entry.js +0 -1
- package/dist/stzh-components/p-7f9f9a8d.entry.js +0 -1
- package/dist/stzh-components/p-83b1e379.entry.js +0 -9
- package/dist/stzh-components/p-86bc421e.system.entry.js +0 -1
- package/dist/stzh-components/p-8aebb240.entry.js +0 -1
- package/dist/stzh-components/p-8cbc987f.system.entry.js +0 -1
- package/dist/stzh-components/p-938ef748.entry.js +0 -1
- package/dist/stzh-components/p-93e8e31f.js +0 -2
- package/dist/stzh-components/p-9bda100f.system.js +0 -1
- package/dist/stzh-components/p-a448f5a5.entry.js +0 -1
- package/dist/stzh-components/p-a646c09a.entry.js +0 -1
- package/dist/stzh-components/p-a6627504.entry.js +0 -1
- package/dist/stzh-components/p-a99d3e97.system.entry.js +0 -1
- package/dist/stzh-components/p-af2664fc.system.entry.js +0 -1
- package/dist/stzh-components/p-b9c3f3cc.entry.js +0 -1
- package/dist/stzh-components/p-bd178c32.system.entry.js +0 -1
- package/dist/stzh-components/p-be461e19.system.entry.js +0 -1
- package/dist/stzh-components/p-bf0fdd23.system.js +0 -2
- package/dist/stzh-components/p-c013a00b.system.entry.js +0 -1
- package/dist/stzh-components/p-c1337453.entry.js +0 -1
- package/dist/stzh-components/p-c456c04b.system.entry.js +0 -1
- package/dist/stzh-components/p-c499e04d.entry.js +0 -1
- package/dist/stzh-components/p-c692e405.entry.js +0 -1
- package/dist/stzh-components/p-c83e4fec.system.entry.js +0 -1
- package/dist/stzh-components/p-ca062c11.system.js +0 -1
- package/dist/stzh-components/p-ce28428b.entry.js +0 -1
- package/dist/stzh-components/p-cfaac121.js +0 -1
- package/dist/stzh-components/p-d11a70e2.system.entry.js +0 -1
- package/dist/stzh-components/p-d1dba399.system.entry.js +0 -1
- package/dist/stzh-components/p-d2b5e066.entry.js +0 -1
- package/dist/stzh-components/p-d54f04c8.system.entry.js +0 -1
- package/dist/stzh-components/p-d645d645.entry.js +0 -1
- package/dist/stzh-components/p-d7893dfd.entry.js +0 -1
- package/dist/stzh-components/p-d9643cc4.entry.js +0 -1
- package/dist/stzh-components/p-da7b363e.entry.js +0 -1
- package/dist/stzh-components/p-de017b87.system.entry.js +0 -1
- package/dist/stzh-components/p-e009bfdc.entry.js +0 -1
- package/dist/stzh-components/p-f167eaa4.system.entry.js +0 -1
- package/dist/stzh-components/p-f2ee016a.entry.js +0 -1
- package/dist/stzh-components/p-fdd1998f.entry.js +0 -1
- package/dist/stzh-components/p-ffa1e9dd.system.entry.js +0 -1
|
@@ -96,20 +96,20 @@
|
|
|
96
96
|
|
|
97
97
|
:host {
|
|
98
98
|
--width: 100%;
|
|
99
|
-
--padding: var(--stzh-space-
|
|
99
|
+
--padding: var(--stzh-space-xxlarge);
|
|
100
100
|
--close-color: var(--stzh-base-lead-color);
|
|
101
101
|
--backdrop-opacity: 0.8;
|
|
102
102
|
}
|
|
103
103
|
@media screen and (min-width: 600px) {
|
|
104
104
|
:host {
|
|
105
105
|
--width: 33.5rem;
|
|
106
|
-
--padding:
|
|
106
|
+
--padding: ;
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
@media screen and (min-width: 1024px) {
|
|
110
110
|
:host {
|
|
111
111
|
--width: 48.875rem;
|
|
112
|
-
--padding: var(--stzh-space-
|
|
112
|
+
--padding: var(--stzh-space-xxxlarge);
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
@media screen and (min-width: 1260px) {
|
|
@@ -194,39 +194,29 @@
|
|
|
194
194
|
}
|
|
195
195
|
.stzh-dialog__dialog-content {
|
|
196
196
|
padding: var(--padding);
|
|
197
|
-
padding-top: var(--stzh-space-
|
|
198
|
-
padding-bottom: var(--stzh-space-
|
|
197
|
+
padding-top: var(--stzh-space-xlarge);
|
|
198
|
+
padding-bottom: var(--stzh-space-xlarge);
|
|
199
199
|
overflow: auto;
|
|
200
200
|
flex-grow: 1;
|
|
201
201
|
}
|
|
202
|
-
@media screen and (min-width: 600px) {
|
|
203
|
-
.stzh-dialog__dialog-content {
|
|
204
|
-
padding-top: var(--stzh-space-large);
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
202
|
@media screen and (min-width: 1024px) {
|
|
208
|
-
.stzh-dialog__dialog-content {
|
|
209
|
-
padding-top: var(--stzh-space-xlarge);
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
@media screen and (min-width: 1260px) {
|
|
213
203
|
.stzh-dialog__dialog-content {
|
|
214
204
|
padding-top: var(--stzh-space-xxlarge);
|
|
215
205
|
}
|
|
216
206
|
}
|
|
217
|
-
@media screen and (min-width:
|
|
207
|
+
@media screen and (min-width: 1260px) {
|
|
218
208
|
.stzh-dialog__dialog-content {
|
|
219
|
-
padding-
|
|
209
|
+
padding-top: var(--stzh-space-xxxlarge);
|
|
220
210
|
}
|
|
221
211
|
}
|
|
222
212
|
@media screen and (min-width: 1024px) {
|
|
223
213
|
.stzh-dialog__dialog-content {
|
|
224
|
-
padding-bottom: var(--stzh-space-
|
|
214
|
+
padding-bottom: var(--stzh-space-xxlarge);
|
|
225
215
|
}
|
|
226
216
|
}
|
|
227
217
|
@media screen and (min-width: 1260px) {
|
|
228
218
|
.stzh-dialog__dialog-content {
|
|
229
|
-
padding-bottom: var(--stzh-space-
|
|
219
|
+
padding-bottom: var(--stzh-space-xxxlarge);
|
|
230
220
|
}
|
|
231
221
|
}
|
|
232
222
|
.stzh-dialog__actions {
|
|
@@ -14,24 +14,6 @@ let dialogCounter = 0;
|
|
|
14
14
|
*/
|
|
15
15
|
export class StzhDialog {
|
|
16
16
|
constructor() {
|
|
17
|
-
/** Close dialog when pressing ESC */
|
|
18
|
-
this.closeOnEscapeKey = false;
|
|
19
|
-
/** Close dialog when clicking outside of it */
|
|
20
|
-
this.closeOnBackdropClick = false;
|
|
21
|
-
/** Open status */
|
|
22
|
-
this.open = false;
|
|
23
|
-
/** Stay in original position (true) or move to body (false) */
|
|
24
|
-
this.stay = true;
|
|
25
|
-
/** Size */
|
|
26
|
-
this.size = "default";
|
|
27
|
-
/** Whether to hide close button */
|
|
28
|
-
this.hideClose = false;
|
|
29
|
-
/** Heading text */
|
|
30
|
-
this.heading = "";
|
|
31
|
-
/** Accessibility role */
|
|
32
|
-
this.a11yRole = "alertdialog";
|
|
33
|
-
/** Accessible label for dialog (use if no heading is used) */
|
|
34
|
-
this.a11yLabel = "";
|
|
35
17
|
this.handleDialogClick = (event) => {
|
|
36
18
|
const target = event.target;
|
|
37
19
|
if (target.dataset.stzhDialogClose) {
|
|
@@ -56,6 +38,16 @@ export class StzhDialog {
|
|
|
56
38
|
});
|
|
57
39
|
}
|
|
58
40
|
};
|
|
41
|
+
this.localization = undefined;
|
|
42
|
+
this.closeOnEscapeKey = false;
|
|
43
|
+
this.closeOnBackdropClick = false;
|
|
44
|
+
this.open = false;
|
|
45
|
+
this.stay = true;
|
|
46
|
+
this.size = "default";
|
|
47
|
+
this.hideClose = false;
|
|
48
|
+
this.heading = "";
|
|
49
|
+
this.a11yRole = "alertdialog";
|
|
50
|
+
this.a11yLabel = "";
|
|
59
51
|
}
|
|
60
52
|
handleOutsideClick(event) {
|
|
61
53
|
if (!this.open || !this.closeOnBackdropClick) {
|
|
@@ -30,69 +30,43 @@ let dropdownCounter = 0;
|
|
|
30
30
|
*/
|
|
31
31
|
export class StzhDropdown {
|
|
32
32
|
constructor() {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
* `[{"field":"text","weight":2},{"field":"text2","weight":0.5}]`
|
|
37
|
-
*/
|
|
33
|
+
this.options = undefined;
|
|
34
|
+
this.optgroups = undefined;
|
|
35
|
+
this.items = undefined;
|
|
38
36
|
this.searchField = ["text"];
|
|
39
|
-
/** Whether multiple items option can be selected */
|
|
40
37
|
this.multiple = false;
|
|
41
|
-
/** Show inline (auto width) */
|
|
42
38
|
this.inline = false;
|
|
43
|
-
/** The max number of options to display in the dropdown. Set to `null` for an unlimited number of options. */
|
|
44
39
|
this.maxOptions = 50;
|
|
45
|
-
/** When searching for multiple terms (separated by space), this is the operator used. Can be 'and' or 'or' */
|
|
46
40
|
this.searchConjunction = "and";
|
|
47
|
-
/** If true, any options with a "" value will be treated like a normal option. This defaults to false to accommodate the common <select> practice of having the first empty option to act as a placeholder. */
|
|
48
41
|
this.allowEmptyOption = false;
|
|
49
|
-
/** Show the dropdown immediately when the control receives focus. */
|
|
50
42
|
this.openOnFocus = true;
|
|
51
|
-
/** After a selection is made, the dropdown will remain open if in a multi-selection control or will close in a single-selection control. Setting closeAfterSelect to true will force the dropdown to close after selections are made. Setting closeAfterSelect to false will keep the dropdown open after selections are made. */
|
|
52
43
|
this.closeAfterSelect = null;
|
|
53
|
-
/** Invoked when new options should be loaded from the server. Called with the current query string and a callback function to call with the results when they are loaded (or nothing when an error arises). */
|
|
54
44
|
this.load = null;
|
|
55
|
-
/** Minimum of characters required to execute the `load` function */
|
|
56
45
|
this.minCharacters = 3;
|
|
57
|
-
/** The number of milliseconds to wait before requesting options from the server or null. If null, throttling is disabled. Useful when loading options dynamically while the user types a search / filter expression. */
|
|
58
46
|
this.loadThrottle = 300;
|
|
59
|
-
/** If true, the load function will be called upon control initialization (with an empty search). Alternatively it can be set to 'focus' to call the load function when control receives focus. */
|
|
60
47
|
this.preload = false;
|
|
61
|
-
/** The name of the property to render as an option / item label (not needed when custom rendering functions are defined). */
|
|
62
48
|
this.labelField = "text";
|
|
63
|
-
/** The name of the property to use as the value when an item is selected. */
|
|
64
49
|
this.valueField = "value";
|
|
65
|
-
/** The name of the property to group items by. */
|
|
66
50
|
this.optgroupField = "optgroup";
|
|
67
|
-
/** The name of the property to render as an option group label (not needed when custom rendering functions are defined). */
|
|
68
51
|
this.optgroupLabelField = "label";
|
|
69
|
-
/** The name of the option group property that serves as its unique identifier. */
|
|
70
52
|
this.optgroupValueField = "value";
|
|
71
|
-
|
|
53
|
+
this.lockOptgroupOrder = undefined;
|
|
72
54
|
this.name = "";
|
|
73
|
-
/** Variant */
|
|
74
55
|
this.variant = "default";
|
|
75
|
-
/** Size variant */
|
|
76
56
|
this.size = "default";
|
|
77
|
-
/** Whether the dropdown is disabled */
|
|
78
57
|
this.disabled = false;
|
|
79
|
-
/** Popover placement */
|
|
80
58
|
this.popoverPlacement = "bottom";
|
|
81
|
-
/** Label */
|
|
82
59
|
this.label = "";
|
|
83
|
-
/** Icon (use instead of icon slot) */
|
|
84
60
|
this.icon = "";
|
|
85
|
-
/** Prevent option search */
|
|
86
61
|
this.noSearch = false;
|
|
87
|
-
/** Prevent backspace delete */
|
|
88
62
|
this.noBackspaceDelete = false;
|
|
89
|
-
/** Invalid status */
|
|
90
63
|
this.invalid = false;
|
|
91
|
-
/** Required status */
|
|
92
64
|
this.required = false;
|
|
93
|
-
/** Show text in label depending if field is optional/required */
|
|
94
65
|
this.showMarker = false;
|
|
95
|
-
|
|
66
|
+
this.description = undefined;
|
|
67
|
+
this.descriptionLong = undefined;
|
|
68
|
+
this.error = undefined;
|
|
69
|
+
this.localization = undefined;
|
|
96
70
|
this.a11yDescribedby = "";
|
|
97
71
|
}
|
|
98
72
|
optionsWatcher(newValue) {
|
|
@@ -193,7 +167,7 @@ export class StzhDropdown {
|
|
|
193
167
|
this.searchFieldWatcher(this.searchField);
|
|
194
168
|
this.errorWatcher(this.error);
|
|
195
169
|
if (!this.localization) {
|
|
196
|
-
this.localization = await fetchTranslations(this.element,
|
|
170
|
+
this.localization = await fetchTranslations(this.element, "dropdown");
|
|
197
171
|
}
|
|
198
172
|
}
|
|
199
173
|
async componentWillUpdate() {
|
|
@@ -425,6 +399,12 @@ export class StzhDropdown {
|
|
|
425
399
|
tomSelectOptions.items = this._items;
|
|
426
400
|
}
|
|
427
401
|
this.tomSelect = new TomSelect(this.select, tomSelectOptions);
|
|
402
|
+
if (!this.openOnFocus) {
|
|
403
|
+
// we still want to enable opening the dropdown by click
|
|
404
|
+
this.tomSelect.control.addEventListener("click", () => {
|
|
405
|
+
this.tomSelect.open();
|
|
406
|
+
});
|
|
407
|
+
}
|
|
428
408
|
}
|
|
429
409
|
disconnectedCallback() {
|
|
430
410
|
if (this.tomSelect) {
|
|
@@ -4,13 +4,9 @@ import { Host, h, } from "@stencil/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export class StzhFieldset {
|
|
6
6
|
constructor() {
|
|
7
|
-
/** Legend describing the field group inside the fieldset */
|
|
8
7
|
this.legend = "";
|
|
9
|
-
/** Hide legend to show only for screenreaders */
|
|
10
8
|
this.hideLegend = false;
|
|
11
|
-
/** Heading level inside legend */
|
|
12
9
|
this.legendLevel = "";
|
|
13
|
-
/** Type of curve to overwrite the curve inherited from `level` attribute */
|
|
14
10
|
this.legendCurve = "auto";
|
|
15
11
|
}
|
|
16
12
|
render() {
|
|
@@ -12,12 +12,6 @@ const CLASS_CONTAINER_ENABLED = "stzh-flyingfocus-enabled";
|
|
|
12
12
|
*/
|
|
13
13
|
export class StzhFlyingfocus {
|
|
14
14
|
constructor() {
|
|
15
|
-
this.style = {};
|
|
16
|
-
this.position = {};
|
|
17
|
-
this.enabled = false;
|
|
18
|
-
this.visible = false;
|
|
19
|
-
this.helper = false;
|
|
20
|
-
this.moving = false;
|
|
21
15
|
this.container = document.body;
|
|
22
16
|
this.previousTargetRect = null;
|
|
23
17
|
this.repositionElement = () => {
|
|
@@ -43,6 +37,12 @@ export class StzhFlyingfocus {
|
|
|
43
37
|
}
|
|
44
38
|
this.repositionElement();
|
|
45
39
|
};
|
|
40
|
+
this.style = {};
|
|
41
|
+
this.position = {};
|
|
42
|
+
this.enabled = false;
|
|
43
|
+
this.visible = false;
|
|
44
|
+
this.helper = false;
|
|
45
|
+
this.moving = false;
|
|
46
46
|
}
|
|
47
47
|
handleKeydown(e) {
|
|
48
48
|
// Show animation only upon Tab or Arrow keys press.
|
|
@@ -6,10 +6,6 @@ import { hasSlot, setPropsIfNull } from "../../utils/utils";
|
|
|
6
6
|
*/
|
|
7
7
|
export class StzhFooter {
|
|
8
8
|
constructor() {
|
|
9
|
-
/** Footer variant */
|
|
10
|
-
this.variant = "default";
|
|
11
|
-
/** Main URL for shortlinks */
|
|
12
|
-
this.mainUrl = "https://stadt-zuerich.ch";
|
|
13
9
|
this.init = () => {
|
|
14
10
|
const socialLink = this.element.querySelector('stzh-link[slot="social-link"]');
|
|
15
11
|
const links = this.element.querySelectorAll('stzh-link[slot="link"]');
|
|
@@ -22,6 +18,10 @@ export class StzhFooter {
|
|
|
22
18
|
link.setAttribute("role", "listitem");
|
|
23
19
|
});
|
|
24
20
|
};
|
|
21
|
+
this.copyright = undefined;
|
|
22
|
+
this.variant = "default";
|
|
23
|
+
this.mainUrl = "https://stadt-zuerich.ch";
|
|
24
|
+
this.localization = undefined;
|
|
25
25
|
}
|
|
26
26
|
async componentWillLoad() {
|
|
27
27
|
if (typeof this.copyright === "undefined") {
|
|
@@ -114,24 +114,19 @@
|
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
.stzh-ghettobox {
|
|
117
|
-
padding-top: var(--stzh-space-
|
|
118
|
-
padding-bottom: var(--stzh-space-
|
|
119
|
-
padding-left: var(--stzh-space-
|
|
120
|
-
padding-right: var(--stzh-space-
|
|
117
|
+
padding-top: var(--stzh-space-xxlarge);
|
|
118
|
+
padding-bottom: var(--stzh-space-xxlarge);
|
|
119
|
+
padding-left: var(--stzh-space-xxxlarge);
|
|
120
|
+
padding-right: var(--stzh-space-xxxlarge);
|
|
121
121
|
position: relative;
|
|
122
122
|
display: flex;
|
|
123
123
|
background-color: var(--background-color);
|
|
124
124
|
color: var(--color);
|
|
125
125
|
box-shadow: var(--stzh-box-shadow-message);
|
|
126
126
|
}
|
|
127
|
-
@media screen and (min-width: 600px) {
|
|
128
|
-
.stzh-ghettobox {
|
|
129
|
-
padding-top: var(--stzh-space-xlarge);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
127
|
@media screen and (min-width: 1024px) {
|
|
133
128
|
.stzh-ghettobox {
|
|
134
|
-
padding-top: var(--stzh-space-
|
|
129
|
+
padding-top: var(--stzh-space-xxxlarge);
|
|
135
130
|
}
|
|
136
131
|
}
|
|
137
132
|
@media screen and (min-width: 1260px) {
|
|
@@ -139,14 +134,9 @@
|
|
|
139
134
|
padding-top: var(--stzh-space-xxxxlarge);
|
|
140
135
|
}
|
|
141
136
|
}
|
|
142
|
-
@media screen and (min-width: 600px) {
|
|
143
|
-
.stzh-ghettobox {
|
|
144
|
-
padding-bottom: var(--stzh-space-xlarge);
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
137
|
@media screen and (min-width: 1024px) {
|
|
148
138
|
.stzh-ghettobox {
|
|
149
|
-
padding-bottom: var(--stzh-space-
|
|
139
|
+
padding-bottom: var(--stzh-space-xxxlarge);
|
|
150
140
|
}
|
|
151
141
|
}
|
|
152
142
|
@media screen and (min-width: 1260px) {
|
|
@@ -159,6 +149,11 @@
|
|
|
159
149
|
padding-left: var(--stzh-space-xxxxlarge);
|
|
160
150
|
}
|
|
161
151
|
}
|
|
152
|
+
@media screen and (min-width: 1024px) {
|
|
153
|
+
.stzh-ghettobox {
|
|
154
|
+
padding-left: var(--stzh-space-big);
|
|
155
|
+
}
|
|
156
|
+
}
|
|
162
157
|
@media screen and (min-width: 1260px) {
|
|
163
158
|
.stzh-ghettobox {
|
|
164
159
|
padding-left: var(--stzh-space-xbig);
|
|
@@ -250,6 +245,11 @@
|
|
|
250
245
|
margin-top: var(--stzh-space-medium);
|
|
251
246
|
}
|
|
252
247
|
}
|
|
248
|
+
@media screen and (min-width: 1260px) {
|
|
249
|
+
.stzh-ghettobox__description:not(:empty), .stzh-ghettobox__button:not(:empty) {
|
|
250
|
+
margin-top: var(--stzh-space-large);
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
253
|
.stzh-ghettobox__close {
|
|
254
254
|
flex-shrink: 0;
|
|
255
255
|
}
|
|
@@ -9,22 +9,6 @@ const KEY_PREFIX_CLOSE_TIME = "stzh-components-ghettobox-close-time";
|
|
|
9
9
|
*/
|
|
10
10
|
export class StzhGhettobox {
|
|
11
11
|
constructor() {
|
|
12
|
-
/** Overwrite hidden h1 title */
|
|
13
|
-
this.hiddenTitle = "";
|
|
14
|
-
/** Main title */
|
|
15
|
-
this.mainTitle = "";
|
|
16
|
-
/** Description */
|
|
17
|
-
this.description = "";
|
|
18
|
-
/**
|
|
19
|
-
* Name of cookie to compare its value with set `publishDate`
|
|
20
|
-
* to determine if ghettobox was already closed before by the user.
|
|
21
|
-
* If empty (""), no check is done and ghettobox
|
|
22
|
-
* will always be shown again after a refresh.
|
|
23
|
-
* Cookie name will be prefixed with `stzh-components-ghettobox-close-time`.
|
|
24
|
-
*/
|
|
25
|
-
this.closeTimeKey = "global-alert";
|
|
26
|
-
/** Open state */
|
|
27
|
-
this.open = true;
|
|
28
12
|
this.onCloseButtonClick = () => {
|
|
29
13
|
this.hide();
|
|
30
14
|
};
|
|
@@ -40,6 +24,13 @@ export class StzhGhettobox {
|
|
|
40
24
|
});
|
|
41
25
|
}
|
|
42
26
|
};
|
|
27
|
+
this.hiddenTitle = "";
|
|
28
|
+
this.mainTitle = "";
|
|
29
|
+
this.description = "";
|
|
30
|
+
this.publishDate = undefined;
|
|
31
|
+
this.closeTimeKey = "global-alert";
|
|
32
|
+
this.localization = undefined;
|
|
33
|
+
this.open = true;
|
|
43
34
|
}
|
|
44
35
|
publishDateWatcher(newValue) {
|
|
45
36
|
if (typeof newValue === "string") {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h } from '../../utils/h';
|
|
2
2
|
import readme from './readme.md';
|
|
3
3
|
import { withDesign } from 'storybook-addon-designs';
|
|
4
|
-
|
|
4
|
+
import { getFigmaLink } from '../../../figma';
|
|
5
5
|
|
|
6
6
|
export default {
|
|
7
7
|
title: 'Components/Ghettobox',
|
|
@@ -16,11 +16,11 @@ export default {
|
|
|
16
16
|
component: readme
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
19
|
+
design: {
|
|
20
|
+
type: 'figma',
|
|
21
|
+
url: getFigmaLink('ghettobox'),
|
|
22
|
+
allowFullscreen: true
|
|
23
|
+
}
|
|
24
24
|
},
|
|
25
25
|
decorators: [
|
|
26
26
|
withDesign
|
|
@@ -9,17 +9,11 @@ import { media } from '../../utils/media-utils';
|
|
|
9
9
|
*/
|
|
10
10
|
export class StzhHeader {
|
|
11
11
|
constructor() {
|
|
12
|
-
/** Portal link (for logo) */
|
|
13
12
|
this.href = "https://stadt-zuerich.ch";
|
|
14
|
-
/**
|
|
15
|
-
* Prevent creating a appnav placeholder element
|
|
16
|
-
* with the size of appnav inside header parent element.
|
|
17
|
-
* This prevents the fixed appnav to overlap
|
|
18
|
-
* content at the end on mikro breakpoint,
|
|
19
|
-
* but could lead to problems with certain layouts.
|
|
20
|
-
*/
|
|
21
13
|
this.preventAppnavPlaceholder = false;
|
|
22
14
|
this.hideLogo = false;
|
|
15
|
+
this.paddingTop = undefined;
|
|
16
|
+
this.metabarTransform = undefined;
|
|
23
17
|
this.sticky = false;
|
|
24
18
|
this.stickyClosing = false;
|
|
25
19
|
this.stickyMetabar = false;
|
|
@@ -134,37 +134,27 @@
|
|
|
134
134
|
padding-bottom: var(--stzh-space-xsmall);
|
|
135
135
|
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
136
136
|
}
|
|
137
|
-
@media screen and (min-width: 600px) {
|
|
138
|
-
.stzh-heading--with-border {
|
|
139
|
-
padding-bottom: var(--stzh-space-small);
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
137
|
@media screen and (min-width: 1024px) {
|
|
143
138
|
.stzh-heading--with-border {
|
|
144
|
-
padding-bottom: var(--stzh-space-
|
|
139
|
+
padding-bottom: var(--stzh-space-small);
|
|
145
140
|
}
|
|
146
141
|
}
|
|
147
142
|
@media screen and (min-width: 1260px) {
|
|
148
143
|
.stzh-heading--with-border {
|
|
149
|
-
padding-bottom: var(--stzh-space-
|
|
144
|
+
padding-bottom: var(--stzh-space-medium);
|
|
150
145
|
}
|
|
151
146
|
}
|
|
152
147
|
.stzh-heading--curve-hero.stzh-heading--with-border {
|
|
153
|
-
padding-bottom: var(--stzh-space-
|
|
154
|
-
}
|
|
155
|
-
@media screen and (min-width: 600px) {
|
|
156
|
-
.stzh-heading--curve-hero.stzh-heading--with-border {
|
|
157
|
-
padding-bottom: var(--stzh-space-large);
|
|
158
|
-
}
|
|
148
|
+
padding-bottom: var(--stzh-space-xlarge);
|
|
159
149
|
}
|
|
160
150
|
@media screen and (min-width: 1024px) {
|
|
161
151
|
.stzh-heading--curve-hero.stzh-heading--with-border {
|
|
162
|
-
padding-bottom: var(--stzh-space-
|
|
152
|
+
padding-bottom: var(--stzh-space-xxlarge);
|
|
163
153
|
}
|
|
164
154
|
}
|
|
165
155
|
@media screen and (min-width: 1260px) {
|
|
166
156
|
.stzh-heading--curve-hero.stzh-heading--with-border {
|
|
167
|
-
padding-bottom: var(--stzh-space-
|
|
157
|
+
padding-bottom: var(--stzh-space-xxxlarge);
|
|
168
158
|
}
|
|
169
159
|
}
|
|
170
160
|
.stzh-heading--level-1 {
|
|
@@ -4,11 +4,8 @@ import { Host, h, } from "@stencil/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export class StzhHeading {
|
|
6
6
|
constructor() {
|
|
7
|
-
/** Heading level */
|
|
8
7
|
this.level = "1";
|
|
9
|
-
/** Type of curve to overwrite the curve inherited from `level` attribute */
|
|
10
8
|
this.curve = "auto";
|
|
11
|
-
/** With border bottom separator */
|
|
12
9
|
this.withBorder = false;
|
|
13
10
|
}
|
|
14
11
|
render() {
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { h } from '../../utils/h';
|
|
2
2
|
import readme from './readme.md';
|
|
3
|
+
import { withDesign } from 'storybook-addon-designs';
|
|
4
|
+
import { getFigmaLink } from '../../../figma';
|
|
3
5
|
|
|
4
6
|
export default {
|
|
5
7
|
title: 'Components/HorizontalRule',
|
|
@@ -10,8 +12,16 @@ export default {
|
|
|
10
12
|
description: {
|
|
11
13
|
component: readme
|
|
12
14
|
}
|
|
15
|
+
},
|
|
16
|
+
design: {
|
|
17
|
+
type: 'figma',
|
|
18
|
+
url: getFigmaLink('hr'),
|
|
19
|
+
allowFullscreen: true
|
|
13
20
|
}
|
|
14
|
-
}
|
|
21
|
+
},
|
|
22
|
+
decorators: [
|
|
23
|
+
withDesign
|
|
24
|
+
]
|
|
15
25
|
};
|
|
16
26
|
|
|
17
27
|
const Template = (args) => (
|
|
@@ -123,19 +123,14 @@
|
|
|
123
123
|
:host([curve=tiny]) {
|
|
124
124
|
--space: var(--stzh-space-xsmall);
|
|
125
125
|
}
|
|
126
|
-
@media screen and (min-width: 600px) {
|
|
127
|
-
:host([curve=tiny]) {
|
|
128
|
-
--space: var(--stzh-space-small);
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
126
|
@media screen and (min-width: 1024px) {
|
|
132
127
|
:host([curve=tiny]) {
|
|
133
|
-
--space: var(--stzh-space-
|
|
128
|
+
--space: var(--stzh-space-small);
|
|
134
129
|
}
|
|
135
130
|
}
|
|
136
131
|
@media screen and (min-width: 1260px) {
|
|
137
132
|
:host([curve=tiny]) {
|
|
138
|
-
--space: var(--stzh-space-
|
|
133
|
+
--space: var(--stzh-space-medium);
|
|
139
134
|
}
|
|
140
135
|
}
|
|
141
136
|
|
|
@@ -147,6 +142,11 @@
|
|
|
147
142
|
--space: var(--stzh-space-medium);
|
|
148
143
|
}
|
|
149
144
|
}
|
|
145
|
+
@media screen and (min-width: 1260px) {
|
|
146
|
+
:host([curve=small]) {
|
|
147
|
+
--space: var(--stzh-space-large);
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
150
|
|
|
151
151
|
:host([curve=regular]) {
|
|
152
152
|
--space: var(--stzh-space-medium);
|
|
@@ -163,35 +163,25 @@
|
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
:host([curve=medium]) {
|
|
166
|
-
--space: var(--stzh-space-
|
|
167
|
-
}
|
|
168
|
-
@media screen and (min-width: 600px) {
|
|
169
|
-
:host([curve=medium]) {
|
|
170
|
-
--space: var(--stzh-space-large);
|
|
171
|
-
}
|
|
166
|
+
--space: var(--stzh-space-xlarge);
|
|
172
167
|
}
|
|
173
168
|
@media screen and (min-width: 1024px) {
|
|
174
169
|
:host([curve=medium]) {
|
|
175
|
-
--space: var(--stzh-space-
|
|
170
|
+
--space: var(--stzh-space-xxlarge);
|
|
176
171
|
}
|
|
177
172
|
}
|
|
178
173
|
@media screen and (min-width: 1260px) {
|
|
179
174
|
:host([curve=medium]) {
|
|
180
|
-
--space: var(--stzh-space-
|
|
175
|
+
--space: var(--stzh-space-xxxlarge);
|
|
181
176
|
}
|
|
182
177
|
}
|
|
183
178
|
|
|
184
179
|
:host([curve=large]) {
|
|
185
|
-
--space: var(--stzh-space-
|
|
186
|
-
}
|
|
187
|
-
@media screen and (min-width: 600px) {
|
|
188
|
-
:host([curve=large]) {
|
|
189
|
-
--space: var(--stzh-space-xlarge);
|
|
190
|
-
}
|
|
180
|
+
--space: var(--stzh-space-xxlarge);
|
|
191
181
|
}
|
|
192
182
|
@media screen and (min-width: 1024px) {
|
|
193
183
|
:host([curve=large]) {
|
|
194
|
-
--space: var(--stzh-space-
|
|
184
|
+
--space: var(--stzh-space-xxxlarge);
|
|
195
185
|
}
|
|
196
186
|
}
|
|
197
187
|
@media screen and (min-width: 1260px) {
|
|
@@ -201,13 +191,18 @@
|
|
|
201
191
|
}
|
|
202
192
|
|
|
203
193
|
:host([curve=big]) {
|
|
204
|
-
--space: var(--stzh-space-
|
|
194
|
+
--space: var(--stzh-space-xxxlarge);
|
|
205
195
|
}
|
|
206
196
|
@media screen and (min-width: 600px) {
|
|
207
197
|
:host([curve=big]) {
|
|
208
198
|
--space: var(--stzh-space-xxxxlarge);
|
|
209
199
|
}
|
|
210
200
|
}
|
|
201
|
+
@media screen and (min-width: 1024px) {
|
|
202
|
+
:host([curve=big]) {
|
|
203
|
+
--space: var(--stzh-space-big);
|
|
204
|
+
}
|
|
205
|
+
}
|
|
211
206
|
@media screen and (min-width: 1260px) {
|
|
212
207
|
:host([curve=big]) {
|
|
213
208
|
--space: var(--stzh-space-xbig);
|
|
@@ -215,7 +210,7 @@
|
|
|
215
210
|
}
|
|
216
211
|
|
|
217
212
|
:host([curve=huge]) {
|
|
218
|
-
--space: var(--stzh-space-
|
|
213
|
+
--space: var(--stzh-space-xxxxlarge);
|
|
219
214
|
}
|
|
220
215
|
@media screen and (min-width: 600px) {
|
|
221
216
|
:host([curve=huge]) {
|
|
@@ -4,23 +4,14 @@ import { Host, h, } from "@stencil/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export class StzhHspace {
|
|
6
6
|
constructor() {
|
|
7
|
-
/** Type of curve */
|
|
8
7
|
this.curve = "none";
|
|
9
|
-
/** Type of size */
|
|
10
8
|
this.size = "inherit";
|
|
11
|
-
/** Type of size above small breakpoint */
|
|
12
9
|
this.sizeSmall = "inherit";
|
|
13
|
-
/** Type of size above medium breakpoint */
|
|
14
10
|
this.sizeMedium = "inherit";
|
|
15
|
-
/** Type of size above large breakpoint */
|
|
16
11
|
this.sizeLarge = "inherit";
|
|
17
|
-
/** Type of size above ultra breakpoint */
|
|
18
12
|
this.sizeUltra = "inherit";
|
|
19
|
-
/** Alignment */
|
|
20
13
|
this.justify = "start";
|
|
21
|
-
/** Apply spacing to slotted elements */
|
|
22
14
|
this.around = false;
|
|
23
|
-
/** Add border */
|
|
24
15
|
this.border = "none";
|
|
25
16
|
}
|
|
26
17
|
render() {
|
|
@@ -2,15 +2,7 @@ import { Host, h } from "@stencil/core";
|
|
|
2
2
|
let iconCounter = 0;
|
|
3
3
|
export class StzhIcon {
|
|
4
4
|
constructor() {
|
|
5
|
-
/**
|
|
6
|
-
* Icon which should be displayed
|
|
7
|
-
* See the [icon overview](stzh-components/assets/svgsprites/symbol/sprite.symbol.html) for a list of all available icons.
|
|
8
|
-
*/
|
|
9
5
|
this.name = "";
|
|
10
|
-
/**
|
|
11
|
-
* Hidden icon title for screenreader
|
|
12
|
-
* (usually not needed when e.g. inside links or buttons that have text)
|
|
13
|
-
*/
|
|
14
6
|
this.a11yTitle = "";
|
|
15
7
|
}
|
|
16
8
|
componentWillLoad() {
|