@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
|
@@ -14,15 +14,6 @@ const CLASS_IS_STICKY_RIGHT = "is-sticky-right";
|
|
|
14
14
|
*/
|
|
15
15
|
export class StzhTable {
|
|
16
16
|
constructor() {
|
|
17
|
-
/** Columns that should be sticky on the left side (column indexes separated by comma) */
|
|
18
|
-
this.fixedLeft = null;
|
|
19
|
-
/** Columns that should be sticky on the right side (column indexes separated by comma) */
|
|
20
|
-
this.fixedRight = null;
|
|
21
|
-
this.hasScrollLeft = false;
|
|
22
|
-
this.hasScrollRight = false;
|
|
23
|
-
this.isScrollable = false;
|
|
24
|
-
this.cellsStickyLeft = [];
|
|
25
|
-
this.cellsStickyRight = [];
|
|
26
17
|
this.updateCellClasses = () => {
|
|
27
18
|
if (!this.tableWrapper) {
|
|
28
19
|
return;
|
|
@@ -103,6 +94,13 @@ export class StzhTable {
|
|
|
103
94
|
}
|
|
104
95
|
this.debounceScroll = requestAnimationFrame(this.updateScrollStates);
|
|
105
96
|
};
|
|
97
|
+
this.fixedLeft = null;
|
|
98
|
+
this.fixedRight = null;
|
|
99
|
+
this.hasScrollLeft = false;
|
|
100
|
+
this.hasScrollRight = false;
|
|
101
|
+
this.isScrollable = false;
|
|
102
|
+
this.cellsStickyLeft = [];
|
|
103
|
+
this.cellsStickyRight = [];
|
|
106
104
|
}
|
|
107
105
|
fixedCellWatcher() {
|
|
108
106
|
this.updateCellClasses();
|
|
@@ -4,21 +4,13 @@ import { Host, h, } from "@stencil/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export class StzhText {
|
|
6
6
|
constructor() {
|
|
7
|
-
/** Font used */
|
|
8
7
|
this.font = "default";
|
|
9
|
-
/** Type of curve */
|
|
10
8
|
this.curve = "default";
|
|
11
|
-
/** Whether if text is lead text */
|
|
12
9
|
this.lead = false;
|
|
13
|
-
/** Manually overwrite font size applied by curve attribute */
|
|
14
10
|
this.size = "inherit";
|
|
15
|
-
/** Manually overwrite font size applied by curve attribute above small breakpoint */
|
|
16
11
|
this.sizeSmall = "inherit";
|
|
17
|
-
/** Manually overwrite font size applied by curve attribute above medium breakpoint */
|
|
18
12
|
this.sizeMedium = "inherit";
|
|
19
|
-
/** Manually overwrite font size applied by curve attribute above large breakpoint */
|
|
20
13
|
this.sizeLarge = "inherit";
|
|
21
|
-
/** Manually overwrite font size applied by curve attribute above ultra breakpoint */
|
|
22
14
|
this.sizeUltra = "inherit";
|
|
23
15
|
}
|
|
24
16
|
render() {
|
|
@@ -11,26 +11,6 @@ let toggleCounter = 0;
|
|
|
11
11
|
*/
|
|
12
12
|
export class StzhToggle {
|
|
13
13
|
constructor() {
|
|
14
|
-
/** Whether the toggle is disabled */
|
|
15
|
-
this.disabled = false;
|
|
16
|
-
/** Name of the input element */
|
|
17
|
-
this.name = "";
|
|
18
|
-
/** Value of the input element */
|
|
19
|
-
this.value = "";
|
|
20
|
-
/** Invalid status */
|
|
21
|
-
this.invalid = false;
|
|
22
|
-
/** Required status */
|
|
23
|
-
this.required = false;
|
|
24
|
-
/** Append text to label depending if field is optional/required. true -> show "(optional)", false -> show noting */
|
|
25
|
-
this.showMarker = false;
|
|
26
|
-
/** Checked status */
|
|
27
|
-
this.checked = false;
|
|
28
|
-
/** Label */
|
|
29
|
-
this.label = "";
|
|
30
|
-
/** Position of label */
|
|
31
|
-
this.labelPosition = "right";
|
|
32
|
-
/** Id for element which describes the input (this will be overwritten if description prop or slot is used) */
|
|
33
|
-
this.a11yDescribedby = "";
|
|
34
14
|
this.onInput = (event) => {
|
|
35
15
|
this.checked = this.input.checked;
|
|
36
16
|
this.stzhChange.emit({
|
|
@@ -64,6 +44,20 @@ export class StzhToggle {
|
|
|
64
44
|
originalEvent: event
|
|
65
45
|
});
|
|
66
46
|
};
|
|
47
|
+
this.localization = undefined;
|
|
48
|
+
this.disabled = false;
|
|
49
|
+
this.name = "";
|
|
50
|
+
this.value = "";
|
|
51
|
+
this.invalid = false;
|
|
52
|
+
this.required = false;
|
|
53
|
+
this.showMarker = false;
|
|
54
|
+
this.checked = false;
|
|
55
|
+
this.label = "";
|
|
56
|
+
this.labelPosition = "right";
|
|
57
|
+
this.description = undefined;
|
|
58
|
+
this.descriptionLong = undefined;
|
|
59
|
+
this.error = undefined;
|
|
60
|
+
this.a11yDescribedby = "";
|
|
67
61
|
}
|
|
68
62
|
/** Focus input field */
|
|
69
63
|
async setFocus() {
|
|
@@ -29,28 +29,6 @@ let tooltipCounter = 0;
|
|
|
29
29
|
*/
|
|
30
30
|
export class StzhTooltip {
|
|
31
31
|
constructor() {
|
|
32
|
-
/** Whether tooltip should be open */
|
|
33
|
-
this.open = false;
|
|
34
|
-
/** Label of tooltip (used for screenreaders) */
|
|
35
|
-
this.label = "";
|
|
36
|
-
/** Content of tooltip (use instead of content slot) */
|
|
37
|
-
this.content = "";
|
|
38
|
-
/** Default placement of tooltip relative to trigger element */
|
|
39
|
-
this.placement = "bottom";
|
|
40
|
-
/** Position strategy */
|
|
41
|
-
this.strategy = "absolute";
|
|
42
|
-
/** Shifting of tooltip content */
|
|
43
|
-
this.skidding = 0;
|
|
44
|
-
/** Distance from tooltip content to trigger (default: arrow height + 8px = 16) */
|
|
45
|
-
this.distance = 16;
|
|
46
|
-
/** Whether tooltip is interactive */
|
|
47
|
-
this.interactive = false;
|
|
48
|
-
/**
|
|
49
|
-
* Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple
|
|
50
|
-
* options can be passed by separating them with a space. When manual is used, the tooltip must be activated
|
|
51
|
-
* programmatically.
|
|
52
|
-
*/
|
|
53
|
-
this.trigger = "hover focus";
|
|
54
32
|
this.toggledByMethod = false;
|
|
55
33
|
this.isHovering = false;
|
|
56
34
|
this.onEscKey = (event) => {
|
|
@@ -147,6 +125,17 @@ export class StzhTooltip {
|
|
|
147
125
|
}
|
|
148
126
|
}
|
|
149
127
|
};
|
|
128
|
+
this.open = false;
|
|
129
|
+
this.label = "";
|
|
130
|
+
this.content = "";
|
|
131
|
+
this.placement = "bottom";
|
|
132
|
+
this.strategy = "absolute";
|
|
133
|
+
this.skidding = 0;
|
|
134
|
+
this.distance = 16;
|
|
135
|
+
this.interactive = false;
|
|
136
|
+
this.trigger = "hover focus";
|
|
137
|
+
this.localization = undefined;
|
|
138
|
+
this.computedPlacement = undefined;
|
|
150
139
|
}
|
|
151
140
|
/** Show tooltip content */
|
|
152
141
|
async show() {
|
|
@@ -218,7 +218,7 @@ stzh-upload *::after {
|
|
|
218
218
|
font-size: var(--stzh-font-milli-font-size);
|
|
219
219
|
line-height: var(--stzh-font-milli-text-line-height);
|
|
220
220
|
letter-spacing: var(--stzh-font-curve---text-letter-spacing);
|
|
221
|
-
padding: var(--stzh-space-
|
|
221
|
+
padding: var(--stzh-space-xxlarge);
|
|
222
222
|
display: flex;
|
|
223
223
|
flex-direction: column;
|
|
224
224
|
align-items: center;
|
|
@@ -230,14 +230,9 @@ stzh-upload *::after {
|
|
|
230
230
|
border-image-repeat: round;
|
|
231
231
|
transition: background-color var(--stzh-base-transition-animation-speed);
|
|
232
232
|
}
|
|
233
|
-
@media screen and (min-width: 600px) {
|
|
234
|
-
.stzh-upload__clickarea {
|
|
235
|
-
padding: var(--stzh-space-xlarge);
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
233
|
@media screen and (min-width: 1024px) {
|
|
239
234
|
.stzh-upload__clickarea {
|
|
240
|
-
padding: var(--stzh-space-
|
|
235
|
+
padding: var(--stzh-space-xxxlarge);
|
|
241
236
|
}
|
|
242
237
|
}
|
|
243
238
|
@media screen and (min-width: 1260px) {
|
|
@@ -259,6 +254,11 @@ stzh-upload *::after {
|
|
|
259
254
|
margin-top: var(--stzh-space-medium);
|
|
260
255
|
}
|
|
261
256
|
}
|
|
257
|
+
@media screen and (min-width: 1260px) {
|
|
258
|
+
.stzh-upload__button {
|
|
259
|
+
margin-top: var(--stzh-space-large);
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
262
|
.stzh-upload stzh-icon.stzh-upload__delete-icon-error {
|
|
263
263
|
display: none;
|
|
264
264
|
}
|
|
@@ -283,6 +283,12 @@ stzh-upload *::after {
|
|
|
283
283
|
.stzh-upload__preview.dz-complete .stzh-upload__info-wrapper-complete {
|
|
284
284
|
display: flex;
|
|
285
285
|
}
|
|
286
|
+
.stzh-upload__preview.dz-empty .stzh-upload__extension::after {
|
|
287
|
+
content: "";
|
|
288
|
+
}
|
|
289
|
+
.stzh-upload__preview.dz-empty .stzh-upload__size {
|
|
290
|
+
display: none;
|
|
291
|
+
}
|
|
286
292
|
.stzh-upload__inner {
|
|
287
293
|
height: 3.875rem;
|
|
288
294
|
display: flex;
|
|
@@ -364,6 +370,9 @@ stzh-upload *::after {
|
|
|
364
370
|
.stzh-upload__extension {
|
|
365
371
|
text-transform: uppercase;
|
|
366
372
|
}
|
|
373
|
+
.stzh-upload__extension::after {
|
|
374
|
+
content: " | ";
|
|
375
|
+
}
|
|
367
376
|
.stzh-upload__delete {
|
|
368
377
|
cursor: pointer;
|
|
369
378
|
-webkit-appearance: none;
|
|
@@ -18,162 +18,40 @@ let uploadCounter = 0;
|
|
|
18
18
|
*/
|
|
19
19
|
export class StzhUpload {
|
|
20
20
|
constructor() {
|
|
21
|
-
/**
|
|
22
|
-
* Initially pre existing files (e.g. already uploaded by the user).
|
|
23
|
-
* Array of objects that must at least include `name` and `size` attribute:
|
|
24
|
-
* `[{"name":"file1.txt", "size": 12345}, {"name":"file2.txt", "size": 12345}]`
|
|
25
|
-
*/
|
|
26
|
-
this.existingFiles = [];
|
|
27
21
|
this._existingFiles = [];
|
|
28
|
-
|
|
22
|
+
this.existingFiles = [];
|
|
29
23
|
this.label = "";
|
|
30
|
-
/** Description */
|
|
31
24
|
this.description = "";
|
|
32
|
-
/** Button text */
|
|
33
25
|
this.button = "";
|
|
34
|
-
/**
|
|
35
|
-
* URL the files are processed to.
|
|
36
|
-
*
|
|
37
|
-
* You can also provide a function that will be called with `files` and
|
|
38
|
-
* `dataBlocks` and must return the url as string.
|
|
39
|
-
*/
|
|
40
26
|
this.url = "";
|
|
41
|
-
/**
|
|
42
|
-
* Can be changed to `"put"` if necessary. You can also provide a function
|
|
43
|
-
* that will be called with `files` and must return the method.
|
|
44
|
-
*/
|
|
45
27
|
this.method = "post";
|
|
46
|
-
/**
|
|
47
|
-
* Will be set on the XHRequest.
|
|
48
|
-
*/
|
|
49
28
|
this.withCredentials = false;
|
|
50
|
-
/**
|
|
51
|
-
* Whether the upload is disabled or not.
|
|
52
|
-
*/
|
|
53
29
|
this.disabled = false;
|
|
54
|
-
/**
|
|
55
|
-
* Whether the upload is marked as invalid.
|
|
56
|
-
*/
|
|
57
30
|
this.invalid = false;
|
|
58
|
-
|
|
59
|
-
* The default implementation of `accept` checks the file's mime type or
|
|
60
|
-
* extension against this list. This is a comma separated list of mime
|
|
61
|
-
* types or file extensions.
|
|
62
|
-
*
|
|
63
|
-
* Eg.: `image/*,application/pdf,.psd`
|
|
64
|
-
*
|
|
65
|
-
* This option will also be used as
|
|
66
|
-
* [`accept`](https://developer.mozilla.org/en-US/docs/HTML/Element/input#attr-accept)
|
|
67
|
-
* parameter on the hidden file input as well.
|
|
68
|
-
*/
|
|
31
|
+
this.error = undefined;
|
|
69
32
|
this.acceptedFiles = null;
|
|
70
|
-
/**
|
|
71
|
-
* If false, files will be added to the queue but the queue will not be
|
|
72
|
-
* processed automatically.
|
|
73
|
-
* This can be useful if you need some additional user input before sending
|
|
74
|
-
* files (or if you want want all files sent at once).
|
|
75
|
-
* If you're ready to send the file simply call `element.processQueue()`.
|
|
76
|
-
*/
|
|
77
33
|
this.autoProcessQueue = true;
|
|
78
|
-
/**
|
|
79
|
-
* If not `null` defines how many files this dropzone handles. If it exceeds,
|
|
80
|
-
* the event `stzhMaxfilesexceeded` will be called.
|
|
81
|
-
*/
|
|
82
34
|
this.maxFiles = null;
|
|
83
|
-
/**
|
|
84
|
-
* The maximum filesize (in MiB) that is allowed to be uploaded.
|
|
85
|
-
*/
|
|
86
35
|
this.maxFilesize = 25;
|
|
87
|
-
/**
|
|
88
|
-
* How many file uploads to process in parallel.
|
|
89
|
-
*/
|
|
90
36
|
this.parallelUploads = 2;
|
|
91
|
-
/**
|
|
92
|
-
* Whether to send multiple files in one request. If
|
|
93
|
-
* this it set to true, then the fallback file input element will
|
|
94
|
-
* have the `multiple` attribute as well. This option will
|
|
95
|
-
* also trigger additional events (like `stzhSuccessMultiple`). See the events
|
|
96
|
-
* documentation section for more information.
|
|
97
|
-
*/
|
|
98
37
|
this.uploadMultiple = false;
|
|
99
|
-
/**
|
|
100
|
-
* Whether you want files to be uploaded in chunks to your server. This can't be
|
|
101
|
-
* used in combination with `uploadMultiple`.
|
|
102
|
-
*
|
|
103
|
-
* See `chunksUploaded` prop for the callback to finalise an upload.
|
|
104
|
-
*/
|
|
105
38
|
this.chunking = false;
|
|
106
|
-
/**
|
|
107
|
-
* If `chunking` is enabled, this defines whether **every** file should be chunked,
|
|
108
|
-
* even if the file size is below chunkSize. This means, that the additional chunk
|
|
109
|
-
* form data will be submitted and the `chunksUploaded` callback will be invoked.
|
|
110
|
-
*/
|
|
111
39
|
this.forceChunking = false;
|
|
112
|
-
/**
|
|
113
|
-
* If `chunking` is `true`, then this defines the chunk size in bytes.
|
|
114
|
-
*/
|
|
115
40
|
this.chunkSize = 2 * 1024 * 1024;
|
|
116
|
-
/**
|
|
117
|
-
* If `true`, the individual chunks of a file are being uploaded simultaneously.
|
|
118
|
-
*/
|
|
119
41
|
this.parallelChunkUploads = false;
|
|
120
|
-
/**
|
|
121
|
-
* Whether a chunk should be retried if it fails.
|
|
122
|
-
*/
|
|
123
42
|
this.retryChunks = false;
|
|
124
|
-
/**
|
|
125
|
-
* If `retryChunks` is true, how many times should it be retried.
|
|
126
|
-
*/
|
|
127
43
|
this.retryChunksLimit = 3;
|
|
128
|
-
/**
|
|
129
|
-
* The base that is used to calculate the **displayed** filesize. You can
|
|
130
|
-
* change this to 1024 if you would rather display kibibytes, mebibytes,
|
|
131
|
-
* etc... 1024 is technically incorrect, because `1024 bytes` are `1 kibibyte`
|
|
132
|
-
* not `1 kilobyte`. You can change this to `1024` if you don't care about
|
|
133
|
-
* validity.
|
|
134
|
-
*/
|
|
135
44
|
this.filesizeBase = 1000;
|
|
136
|
-
/**
|
|
137
|
-
* An optional object to send additional headers to the server. Eg:
|
|
138
|
-
* `{ "My-Awesome-Header": "header value" }`
|
|
139
|
-
*/
|
|
140
45
|
this.headers = null;
|
|
141
|
-
/**
|
|
142
|
-
* Should the default headers be set or not?
|
|
143
|
-
* Accept: application/json <- for requesting json response
|
|
144
|
-
* Cache-Control: no-cache <- Request shouldnt be cached
|
|
145
|
-
* X-Requested-With: XMLHttpRequest <- We sent the request via XMLHttpRequest
|
|
146
|
-
*/
|
|
147
46
|
this.defaultHeaders = true;
|
|
148
|
-
/**
|
|
149
|
-
* A function that gets a [file](https://developer.mozilla.org/en-US/docs/DOM/File)
|
|
150
|
-
* and a `done` function as parameters.
|
|
151
|
-
*
|
|
152
|
-
* If the done function is invoked without arguments, the file is "accepted" and will
|
|
153
|
-
* be processed. If you pass an error message, the file is rejected, and the error
|
|
154
|
-
* message will be displayed.
|
|
155
|
-
* This function will not be called if the file is too big or doesn't match the mime types.
|
|
156
|
-
*/
|
|
157
47
|
this.accept = function (_file, done) {
|
|
158
48
|
return done();
|
|
159
49
|
};
|
|
160
|
-
/**
|
|
161
|
-
* The callback that will be invoked when all chunks have been uploaded for a file.
|
|
162
|
-
* It gets the file for which the chunks have been uploaded as the first parameter,
|
|
163
|
-
* and the `done` function as second. `done()` needs to be invoked when everything
|
|
164
|
-
* needed to finish the upload process is done.
|
|
165
|
-
*/
|
|
166
50
|
this.chunksUploaded = function (_file, done) {
|
|
167
51
|
done();
|
|
168
52
|
};
|
|
169
|
-
/**
|
|
170
|
-
* This is the element the hidden input field (which is used when clicking on the
|
|
171
|
-
* dropzone to trigger file selection) will be appended to. This might
|
|
172
|
-
* be important in case you use frameworks to switch the content of your page.
|
|
173
|
-
*
|
|
174
|
-
* Can be a selector string, or an element directly.
|
|
175
|
-
*/
|
|
176
53
|
this.hiddenInputContainer = "body";
|
|
54
|
+
this.localization = undefined;
|
|
177
55
|
}
|
|
178
56
|
existingFilesWatcher(newValue) {
|
|
179
57
|
if (typeof newValue === "string") {
|
|
@@ -263,12 +141,56 @@ export class StzhUpload {
|
|
|
263
141
|
dictResponseError: this.localization.responseError,
|
|
264
142
|
dictInvalidFileType: this.localization.invalidFileType,
|
|
265
143
|
dictFileTooBig: this.localization.fileTooBig,
|
|
144
|
+
// Called when a file is added to the queue
|
|
145
|
+
// Receives `file`
|
|
146
|
+
// Taken from https://github.com/dropzone/dropzone/blob/v5.9.3/src/options.js#L594
|
|
147
|
+
addedfile(file) {
|
|
148
|
+
if (this.element === this.previewsContainer) {
|
|
149
|
+
this.element.classList.add("dz-started");
|
|
150
|
+
}
|
|
151
|
+
if (this.previewsContainer && !this.options.disablePreviews) {
|
|
152
|
+
file.previewElement = Dropzone.createElement(this.options.previewTemplate.trim());
|
|
153
|
+
file.previewTemplate = file.previewElement; // Backwards compatibility
|
|
154
|
+
this.previewsContainer.appendChild(file.previewElement);
|
|
155
|
+
if (file.size == 0) {
|
|
156
|
+
file.previewElement.classList.add('dz-empty');
|
|
157
|
+
}
|
|
158
|
+
for (var node of file.previewElement.querySelectorAll("[data-dz-name]")) {
|
|
159
|
+
node.textContent = file.name;
|
|
160
|
+
}
|
|
161
|
+
for (node of file.previewElement.querySelectorAll("[data-dz-size]")) {
|
|
162
|
+
node.innerHTML = this.filesize(file.size);
|
|
163
|
+
}
|
|
164
|
+
if (this.options.addRemoveLinks) {
|
|
165
|
+
file._removeLink = Dropzone.createElement(`<a class="dz-remove" href="javascript:undefined;" data-dz-remove>${this.options.dictRemoveFile}</a>`);
|
|
166
|
+
file.previewElement.appendChild(file._removeLink);
|
|
167
|
+
}
|
|
168
|
+
let removeFileEvent = (e) => {
|
|
169
|
+
e.preventDefault();
|
|
170
|
+
e.stopPropagation();
|
|
171
|
+
if (file.status === Dropzone.UPLOADING) {
|
|
172
|
+
return Dropzone.confirm(this.options.dictCancelUploadConfirmation, () => this.removeFile(file));
|
|
173
|
+
}
|
|
174
|
+
else {
|
|
175
|
+
if (this.options.dictRemoveFileConfirmation) {
|
|
176
|
+
return Dropzone.confirm(this.options.dictRemoveFileConfirmation, () => this.removeFile(file));
|
|
177
|
+
}
|
|
178
|
+
else {
|
|
179
|
+
return this.removeFile(file);
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
};
|
|
183
|
+
for (let removeLink of file.previewElement.querySelectorAll("[data-dz-remove]")) {
|
|
184
|
+
removeLink.addEventListener("click", removeFileEvent);
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
},
|
|
266
188
|
// When the upload is finished, either with success or an error.
|
|
267
189
|
// Taken from https://github.com/dropzone/dropzone/blob/v5.9.3/src/options.js#L752
|
|
268
190
|
complete(file) {
|
|
269
191
|
for (let node of file.previewElement.querySelectorAll("[data-dz-remove]")) {
|
|
270
|
-
node.setAttribute(
|
|
271
|
-
node.setAttribute(
|
|
192
|
+
node.setAttribute("title", this.options.dictRemoveFile);
|
|
193
|
+
node.setAttribute("aria-label", this.options.dictRemoveFile);
|
|
272
194
|
}
|
|
273
195
|
// move file uploads with errors to another element, so they are grouped together
|
|
274
196
|
if (file.status === "error") {
|
|
@@ -348,7 +270,6 @@ export class StzhUpload {
|
|
|
348
270
|
</div>
|
|
349
271
|
<div class="stzh-upload__meta">
|
|
350
272
|
<span class="stzh-upload__extension" data-dz-extension></span>
|
|
351
|
-
|
|
|
352
273
|
<span class="stzh-upload__size" data-dz-size></span>
|
|
353
274
|
</div>
|
|
354
275
|
<div class="stzh-upload__error-message">
|
|
@@ -66,6 +66,6 @@ ExistingFiles.args = {
|
|
|
66
66
|
'existing-files': `[
|
|
67
67
|
{ "name": "Filename.pdf", "size": 12345, "id": "upload-1" },
|
|
68
68
|
{ "name": "Filename2.pdf", "size": 22345, "id": "upload-2" },
|
|
69
|
-
{ "name": "Filename3.pdf", "size":
|
|
69
|
+
{ "name": "Filename3.pdf", "size": 0, "id": "upload-3" }
|
|
70
70
|
]`
|
|
71
71
|
};
|
|
@@ -6,12 +6,6 @@ import LineColors from "./line-colors.json";
|
|
|
6
6
|
*/
|
|
7
7
|
export class StzhVbzLinechip {
|
|
8
8
|
constructor() {
|
|
9
|
-
/** Active */
|
|
10
|
-
this.active = false;
|
|
11
|
-
/** Show alert icon */
|
|
12
|
-
this.alert = false;
|
|
13
|
-
/** Whether it is a global disturbance */
|
|
14
|
-
this.global = false;
|
|
15
9
|
this.onFocus = (event) => {
|
|
16
10
|
const focusEvent = new FocusEvent("focus", {
|
|
17
11
|
view: window,
|
|
@@ -36,6 +30,10 @@ export class StzhVbzLinechip {
|
|
|
36
30
|
originalEvent: event
|
|
37
31
|
});
|
|
38
32
|
};
|
|
33
|
+
this.line = undefined;
|
|
34
|
+
this.active = false;
|
|
35
|
+
this.alert = false;
|
|
36
|
+
this.global = false;
|
|
39
37
|
}
|
|
40
38
|
/** Focus menu item */
|
|
41
39
|
async setFocus() {
|
|
@@ -12,20 +12,19 @@ const CHANNEL_INFO_URL_FILTER = 'stadt-zuerich.ch/vbz';
|
|
|
12
12
|
*/
|
|
13
13
|
export class StzhVbzMajorticker {
|
|
14
14
|
constructor() {
|
|
15
|
-
/** API URL(`{lang}` are replaced in the URL) */
|
|
16
|
-
this.api = "https://fpbe.zvv.ch/restproxy/himsearch?format=json&accessId=unic&channels=ticker&additionalfields=tickers:VBZ&orderBy=LMOD_DESC&lang={lang}";
|
|
17
|
-
/** Data to pass in directly (alternative for API call) */
|
|
18
|
-
this.data = "";
|
|
19
|
-
/** More info link (`{lang}` and `{id}` are replaced in the URL) */
|
|
20
|
-
this.moreInfoLink = "https://zvv.ch/zvv/{lang}/fahrplan/vl.html?himIds={id}";
|
|
21
|
-
/** Whether ghettobox is shown (not closed before) */
|
|
22
|
-
this.ghettoboxShown = true;
|
|
23
15
|
this.onGhettoboxOpen = () => {
|
|
24
16
|
this.ghettoboxShown = true;
|
|
25
17
|
};
|
|
26
18
|
this.onGhettoboxClose = () => {
|
|
27
19
|
this.ghettoboxShown = false;
|
|
28
20
|
};
|
|
21
|
+
this.api = "https://fpbe.zvv.ch/restproxy/himsearch?format=json&accessId=unic&channels=ticker&additionalfields=tickers:VBZ&orderBy=LMOD_DESC&lang={lang}";
|
|
22
|
+
this.data = "";
|
|
23
|
+
this.moreInfoLink = "https://zvv.ch/zvv/{lang}/fahrplan/vl.html?himIds={id}";
|
|
24
|
+
this.dateAdapter = undefined;
|
|
25
|
+
this.localization = undefined;
|
|
26
|
+
this.ghettoboxCloseTimeKey = undefined;
|
|
27
|
+
this.ghettoboxShown = true;
|
|
29
28
|
}
|
|
30
29
|
async apiWatcher(newValue) {
|
|
31
30
|
if (!newValue) {
|
|
@@ -154,19 +154,14 @@
|
|
|
154
154
|
line-height: var(--stzh-font-micro-text-line-height);
|
|
155
155
|
margin-top: var(--stzh-space-xsmall);
|
|
156
156
|
}
|
|
157
|
-
@media screen and (min-width: 600px) {
|
|
158
|
-
.stzh-vbz-ticker__description {
|
|
159
|
-
margin-top: var(--stzh-space-small);
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
157
|
@media screen and (min-width: 1024px) {
|
|
163
158
|
.stzh-vbz-ticker__description {
|
|
164
|
-
margin-top: var(--stzh-space-
|
|
159
|
+
margin-top: var(--stzh-space-small);
|
|
165
160
|
}
|
|
166
161
|
}
|
|
167
162
|
@media screen and (min-width: 1260px) {
|
|
168
163
|
.stzh-vbz-ticker__description {
|
|
169
|
-
margin-top: var(--stzh-space-
|
|
164
|
+
margin-top: var(--stzh-space-medium);
|
|
170
165
|
}
|
|
171
166
|
}
|
|
172
167
|
.stzh-vbz-ticker__link {
|
|
@@ -16,12 +16,6 @@ const DISTURBANCE_BUS = "5";
|
|
|
16
16
|
*/
|
|
17
17
|
export class StzhVbzTicker {
|
|
18
18
|
constructor() {
|
|
19
|
-
/** API URL(`{lang}` are replaced in the URL) */
|
|
20
|
-
this.api = "https://fpbe.zvv.ch/restproxy/himsearch?format=json&accessId=unic&channels=ticker&additionalfields=tickers:VBZ&orderBy=LMOD_DESC&lang={lang}";
|
|
21
|
-
/** Data to pass in directly (alternative for API call) */
|
|
22
|
-
this.data = "";
|
|
23
|
-
/** More info link (`{lang}` and `{id}` are replaced in the URL) */
|
|
24
|
-
this.moreInfoLink = "https://zvv.ch/zvv/{lang}/fahrplan/vl.html?himIds={id}";
|
|
25
19
|
this.globalDisturbances = [];
|
|
26
20
|
this.lines = [];
|
|
27
21
|
this.counter = {
|
|
@@ -32,6 +26,11 @@ export class StzhVbzTicker {
|
|
|
32
26
|
[`${DISTURBANCE_EVENT}`]: 0,
|
|
33
27
|
[`${DISTURBANCE_BUS}`]: 0
|
|
34
28
|
};
|
|
29
|
+
this.api = "https://fpbe.zvv.ch/restproxy/himsearch?format=json&accessId=unic&channels=ticker&additionalfields=tickers:VBZ&orderBy=LMOD_DESC&lang={lang}";
|
|
30
|
+
this.data = "";
|
|
31
|
+
this.moreInfoLink = "https://zvv.ch/zvv/{lang}/fahrplan/vl.html?himIds={id}";
|
|
32
|
+
this.dateAdapter = undefined;
|
|
33
|
+
this.localization = undefined;
|
|
35
34
|
}
|
|
36
35
|
localizationWatcher() {
|
|
37
36
|
this.collator = new Intl.Collator(this.localization.$locale, {
|
|
@@ -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 StzhVspace {
|
|
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() {
|