@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
|
@@ -6,46 +6,6 @@ import { hasSlot } from "../../utils/utils";
|
|
|
6
6
|
*/
|
|
7
7
|
export class StzhButton {
|
|
8
8
|
constructor() {
|
|
9
|
-
/** Display a badge aligned to button or icons */
|
|
10
|
-
this.badge = "";
|
|
11
|
-
/** Badge position */
|
|
12
|
-
this.badgePosition = "button";
|
|
13
|
-
/** Whether the button is full width */
|
|
14
|
-
this.fullwidth = false;
|
|
15
|
-
/** Size variant */
|
|
16
|
-
this.size = "default";
|
|
17
|
-
/** Text alignment */
|
|
18
|
-
this.textAlign = "default";
|
|
19
|
-
/** Variant style */
|
|
20
|
-
this.variant = "default";
|
|
21
|
-
/** Icon (use instead of icon slot) */
|
|
22
|
-
this.icon = "";
|
|
23
|
-
/** Icon Position */
|
|
24
|
-
this.iconPosition = "left";
|
|
25
|
-
/** Checked status (if type is radio) */
|
|
26
|
-
this.checked = false;
|
|
27
|
-
/** The name of the input element (if type is radio) */
|
|
28
|
-
this.name = "";
|
|
29
|
-
/** The value of the input element (if type is radio) */
|
|
30
|
-
this.value = "";
|
|
31
|
-
/** `href` if the button should be used as link */
|
|
32
|
-
this.href = "";
|
|
33
|
-
/** Target if the button is used as link (if `href` used) */
|
|
34
|
-
this.target = "";
|
|
35
|
-
/** Type of the button */
|
|
36
|
-
this.type = "button";
|
|
37
|
-
/** Whether the button is disabled */
|
|
38
|
-
this.disabled = false;
|
|
39
|
-
/** Whether the button is active */
|
|
40
|
-
this.active = false;
|
|
41
|
-
/** Label */
|
|
42
|
-
this.label = "";
|
|
43
|
-
/** Effect/Animation used */
|
|
44
|
-
this.effect = "default";
|
|
45
|
-
/** Whether only an icon is used inside the button */
|
|
46
|
-
this.iconOnly = false;
|
|
47
|
-
/** Id for element which describes the button (this will be overwritten if description prop or slot is used, used by stzh-radiogroup) */
|
|
48
|
-
this.a11yDescribedby = "";
|
|
49
9
|
this.onInput = (event) => {
|
|
50
10
|
this.checked = this.input.checked;
|
|
51
11
|
this.stzhChange.emit({
|
|
@@ -85,6 +45,29 @@ export class StzhButton {
|
|
|
85
45
|
event.preventDefault();
|
|
86
46
|
}
|
|
87
47
|
};
|
|
48
|
+
this.badge = "";
|
|
49
|
+
this.badgeType = "default";
|
|
50
|
+
this.badgePosition = "button";
|
|
51
|
+
this.badgeEmpty = false;
|
|
52
|
+
this.fullwidth = false;
|
|
53
|
+
this.size = "default";
|
|
54
|
+
this.textAlign = "default";
|
|
55
|
+
this.variant = "default";
|
|
56
|
+
this.icon = "";
|
|
57
|
+
this.iconPosition = "left";
|
|
58
|
+
this.checked = false;
|
|
59
|
+
this.name = "";
|
|
60
|
+
this.value = "";
|
|
61
|
+
this.href = "";
|
|
62
|
+
this.target = "";
|
|
63
|
+
this.type = "button";
|
|
64
|
+
this.disabled = false;
|
|
65
|
+
this.active = false;
|
|
66
|
+
this.label = "";
|
|
67
|
+
this.effect = "default";
|
|
68
|
+
this.iconOnly = false;
|
|
69
|
+
this.a11yLabel = undefined;
|
|
70
|
+
this.a11yDescribedby = "";
|
|
88
71
|
}
|
|
89
72
|
/** Focus button */
|
|
90
73
|
async setFocus() {
|
|
@@ -94,25 +77,25 @@ export class StzhButton {
|
|
|
94
77
|
return (h("div", { class: "stzh-button__icon-wrapper" }, this.icon ?
|
|
95
78
|
h("stzh-icon", { class: "stzh-button__icon", name: this.icon })
|
|
96
79
|
:
|
|
97
|
-
h("slot", { name: "icon" }), this.badge && this.badgePosition === "icon" && iconUsed &&
|
|
98
|
-
h("stzh-badge", { class: "stzh-button__badge", label: this.badge })));
|
|
80
|
+
h("slot", { name: "icon" }), (this.badge || this.badgeEmpty) && this.badgePosition === "icon" && iconUsed &&
|
|
81
|
+
h("stzh-badge", { class: "stzh-button__badge", label: this.badge, type: this.badgeType })));
|
|
99
82
|
}
|
|
100
83
|
renderContent() {
|
|
101
84
|
return (h("div", { class: "stzh-button__text" }, this.label ? this.label : h("slot", null)));
|
|
102
85
|
}
|
|
103
86
|
renderInner(iconUsed) {
|
|
104
87
|
return (h(Fragment, null, h("div", { class: "stzh-button__inner", onClick: this.onClick }, this.type === "radio" &&
|
|
105
|
-
h("div", { class: "stzh-button__mark" }, h("div", { class: "stzh-button__check" })), this.iconPosition === "left" && this.renderIcon(iconUsed), this.renderContent(), this.iconPosition === "right" && this.renderIcon(iconUsed)), this.badge && (this.badgePosition === "button" || !iconUsed) &&
|
|
106
|
-
h("stzh-badge", { class: "stzh-button__badge", label: this.badge, onClick: this.onClick })));
|
|
88
|
+
h("div", { class: "stzh-button__mark" }, h("div", { class: "stzh-button__check" })), this.iconPosition === "left" && this.renderIcon(iconUsed), this.renderContent(), this.iconPosition === "right" && this.renderIcon(iconUsed)), (this.badge || this.badgeEmpty) && (this.badgePosition === "button" || !iconUsed) &&
|
|
89
|
+
h("stzh-badge", { class: "stzh-button__badge", label: this.badge, type: this.badgeType, onClick: this.onClick })));
|
|
107
90
|
}
|
|
108
91
|
render() {
|
|
109
92
|
const iconUsed = hasSlot(this.element, "icon") || !!this.icon;
|
|
110
93
|
const classes = {
|
|
111
94
|
"stzh-button": true,
|
|
112
|
-
"stzh-button--fullwidth": this.fullwidth,
|
|
113
95
|
"stzh-button--has-icon": iconUsed,
|
|
114
96
|
"stzh-button--has-icon-only": this.iconOnly,
|
|
115
97
|
"stzh-button--has-badge": !!this.badge,
|
|
98
|
+
"stzh-button--is-fullwidth": this.fullwidth,
|
|
116
99
|
"stzh-button--is-disabled": this.disabled,
|
|
117
100
|
"stzh-button--is-active": this.active,
|
|
118
101
|
[`stzh-button--effect-${this.effect}`]: !!this.effect,
|
|
@@ -128,7 +111,7 @@ export class StzhButton {
|
|
|
128
111
|
this.type === "radio" ?
|
|
129
112
|
h("label", { ref: (el) => (this.button = el), class: classes, onClick: this.onClick }, h("input", { ref: (el) => (this.input = el), type: "radio", class: "stzh-button__input", name: this.name, value: this.value, checked: this.checked, disabled: this.disabled, "aria-label": this.a11yLabel, onFocus: this.onFocus, onBlur: this.onBlur, onClick: this.onClick, onInput: this.onInput }), this.renderInner(iconUsed))
|
|
130
113
|
:
|
|
131
|
-
h("button", { ref: (el) => (this.button = el), class: classes, type: this.type, disabled: this.disabled, "aria-label": this.a11yLabel, onFocus: this.onFocus, onBlur: this.onBlur, onClick: this.onClick }, this.renderInner(iconUsed))));
|
|
114
|
+
h("button", { ref: (el) => (this.button = el), class: classes, type: this.type, disabled: this.disabled, "aria-label": this.a11yLabel, "aria-describedby": this.a11yDescribedby, onFocus: this.onFocus, onBlur: this.onBlur, onClick: this.onClick }, this.renderInner(iconUsed))));
|
|
132
115
|
}
|
|
133
116
|
static get is() { return "stzh-button"; }
|
|
134
117
|
static get encapsulation() { return "scoped"; }
|
|
@@ -162,6 +145,24 @@ export class StzhButton {
|
|
|
162
145
|
"reflect": false,
|
|
163
146
|
"defaultValue": "\"\""
|
|
164
147
|
},
|
|
148
|
+
"badgeType": {
|
|
149
|
+
"type": "string",
|
|
150
|
+
"mutable": false,
|
|
151
|
+
"complexType": {
|
|
152
|
+
"original": "\"default\" | \"success\" | \"warning\" | \"error\" | \"info\"",
|
|
153
|
+
"resolved": "\"default\" | \"error\" | \"info\" | \"success\" | \"warning\"",
|
|
154
|
+
"references": {}
|
|
155
|
+
},
|
|
156
|
+
"required": false,
|
|
157
|
+
"optional": false,
|
|
158
|
+
"docs": {
|
|
159
|
+
"tags": [],
|
|
160
|
+
"text": "Badge type"
|
|
161
|
+
},
|
|
162
|
+
"attribute": "badge-type",
|
|
163
|
+
"reflect": true,
|
|
164
|
+
"defaultValue": "\"default\""
|
|
165
|
+
},
|
|
165
166
|
"badgePosition": {
|
|
166
167
|
"type": "string",
|
|
167
168
|
"mutable": false,
|
|
@@ -180,6 +181,24 @@ export class StzhButton {
|
|
|
180
181
|
"reflect": true,
|
|
181
182
|
"defaultValue": "\"button\""
|
|
182
183
|
},
|
|
184
|
+
"badgeEmpty": {
|
|
185
|
+
"type": "boolean",
|
|
186
|
+
"mutable": false,
|
|
187
|
+
"complexType": {
|
|
188
|
+
"original": "boolean",
|
|
189
|
+
"resolved": "boolean",
|
|
190
|
+
"references": {}
|
|
191
|
+
},
|
|
192
|
+
"required": false,
|
|
193
|
+
"optional": false,
|
|
194
|
+
"docs": {
|
|
195
|
+
"tags": [],
|
|
196
|
+
"text": "Whether badge should be displayed empty"
|
|
197
|
+
},
|
|
198
|
+
"attribute": "badge-empty",
|
|
199
|
+
"reflect": true,
|
|
200
|
+
"defaultValue": "false"
|
|
201
|
+
},
|
|
183
202
|
"fullwidth": {
|
|
184
203
|
"type": "boolean",
|
|
185
204
|
"mutable": false,
|
|
@@ -25,30 +25,6 @@ const keyCode = {
|
|
|
25
25
|
let calendarCounter = 0;
|
|
26
26
|
export class StzhCalendar {
|
|
27
27
|
constructor() {
|
|
28
|
-
/** Date value. Must be in IS0-8601 format: YYYY-MM-DD. */
|
|
29
|
-
this.value = "";
|
|
30
|
-
/**
|
|
31
|
-
* Minimum date allowed to be picked. Must be in IS0-8601 format: YYYY-MM-DD.
|
|
32
|
-
* This setting can be used alone or together with the max property.
|
|
33
|
-
*/
|
|
34
|
-
this.min = "";
|
|
35
|
-
/**
|
|
36
|
-
* Maximum date allowed to be picked. Must be in IS0-8601 format: YYYY-MM-DD.
|
|
37
|
-
* This setting can be used alone or together with the min property.
|
|
38
|
-
*/
|
|
39
|
-
this.max = "";
|
|
40
|
-
/**
|
|
41
|
-
* Which day is considered first day of the week? `0` for Sunday, `1` for Monday, etc.
|
|
42
|
-
* Default is Monday.
|
|
43
|
-
*/
|
|
44
|
-
this.firstDayOfWeek = DaysOfWeek.Monday;
|
|
45
|
-
/**
|
|
46
|
-
* Controls which days are disabled and therefore disallowed.
|
|
47
|
-
* For example, this can be used to disallow selection of weekends.
|
|
48
|
-
*/
|
|
49
|
-
this.isDateDisabled = () => false;
|
|
50
|
-
this.activeFocus = false;
|
|
51
|
-
this.focusedDay = new Date();
|
|
52
28
|
// private focusedDayNode: HTMLButtonElement
|
|
53
29
|
this.initialTouchX = null;
|
|
54
30
|
this.initialTouchY = null;
|
|
@@ -160,6 +136,14 @@ export class StzhCalendar {
|
|
|
160
136
|
setTimeout(() => element.focus(), 0);
|
|
161
137
|
}
|
|
162
138
|
};
|
|
139
|
+
this.value = "";
|
|
140
|
+
this.min = "";
|
|
141
|
+
this.max = "";
|
|
142
|
+
this.firstDayOfWeek = DaysOfWeek.Monday;
|
|
143
|
+
this.localization = undefined;
|
|
144
|
+
this.isDateDisabled = () => false;
|
|
145
|
+
this.activeFocus = false;
|
|
146
|
+
this.focusedDay = new Date();
|
|
163
147
|
}
|
|
164
148
|
createDateFormatters() {
|
|
165
149
|
if (this.localization) {
|
|
@@ -159,7 +159,6 @@
|
|
|
159
159
|
border: var(--border);
|
|
160
160
|
transition: box-shadow var(--stzh-base-transition-animation-speed);
|
|
161
161
|
/* Interactive Subtitle */
|
|
162
|
-
/* Type Alert */
|
|
163
162
|
/* Collapsed (Header) */
|
|
164
163
|
/* Starred */
|
|
165
164
|
/** Hidden header / footer border */
|
|
@@ -230,19 +229,14 @@
|
|
|
230
229
|
.stzh-card__header-right {
|
|
231
230
|
padding-left: var(--stzh-space-xsmall);
|
|
232
231
|
}
|
|
233
|
-
@media screen and (min-width: 600px) {
|
|
234
|
-
.stzh-card__header-right {
|
|
235
|
-
padding-left: var(--stzh-space-small);
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
232
|
@media screen and (min-width: 1024px) {
|
|
239
233
|
.stzh-card__header-right {
|
|
240
|
-
padding-left: var(--stzh-space-
|
|
234
|
+
padding-left: var(--stzh-space-small);
|
|
241
235
|
}
|
|
242
236
|
}
|
|
243
237
|
@media screen and (min-width: 1260px) {
|
|
244
238
|
.stzh-card__header-right {
|
|
245
|
-
padding-left: var(--stzh-space-
|
|
239
|
+
padding-left: var(--stzh-space-medium);
|
|
246
240
|
}
|
|
247
241
|
}
|
|
248
242
|
.stzh-card__left {
|
|
@@ -373,12 +367,6 @@
|
|
|
373
367
|
.stzh-card--has-subtitle-interactive .stzh-card__subtitle:hover, .stzh-card--has-subtitle-interactive .stzh-card__subtitle:focus {
|
|
374
368
|
color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
375
369
|
}
|
|
376
|
-
.stzh-card--type-alert .stzh-card__subtitle {
|
|
377
|
-
color: var(--stzh-color-error);
|
|
378
|
-
}
|
|
379
|
-
.stzh-card--type-alert .stzh-card__subtitle:hover, .stzh-card--type-alert .stzh-card__subtitle:focus {
|
|
380
|
-
color: var(--stzh-color-error);
|
|
381
|
-
}
|
|
382
370
|
.stzh-card--is-collapsed .hide-when-collapsed, .stzh-card--has-collapsed-header .stzh-card__header .hide-when-collapsed {
|
|
383
371
|
display: none;
|
|
384
372
|
}
|
|
@@ -9,45 +9,7 @@ import { fetchTranslations } from "../../utils/translation-utils";
|
|
|
9
9
|
*/
|
|
10
10
|
export class StzhCard {
|
|
11
11
|
constructor() {
|
|
12
|
-
/** Whether card is collapsed or not */
|
|
13
|
-
this.collapsed = false;
|
|
14
|
-
/** Whether card was starred */
|
|
15
|
-
this.starred = false;
|
|
16
|
-
/** Whether card star is displayed */
|
|
17
|
-
this.starrable = false;
|
|
18
|
-
/** Whether card is selectable */
|
|
19
|
-
this.selectable = false;
|
|
20
|
-
/** Whether card is checked (if card is selectable) */
|
|
21
|
-
this.checked = false;
|
|
22
|
-
/** The name of the input element (if card is selectable) */
|
|
23
|
-
this.name = "";
|
|
24
|
-
/** The value of the input element (if card is selectable) */
|
|
25
|
-
this.value = "";
|
|
26
|
-
/** Whether the element is disabled or not (if card is selectable) */
|
|
27
|
-
this.disabled = false;
|
|
28
|
-
/** Heading */
|
|
29
|
-
this.heading = "";
|
|
30
|
-
/** Subtitle */
|
|
31
|
-
this.subtitle = "";
|
|
32
12
|
this._subtitles = [];
|
|
33
|
-
/** Card header actions */
|
|
34
|
-
this.headerActions = [];
|
|
35
|
-
/** Card footer actions */
|
|
36
|
-
this.footerActions = [];
|
|
37
|
-
/** Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click */
|
|
38
|
-
this.subtitleInteractive = false;
|
|
39
|
-
/** Type */
|
|
40
|
-
this.type = "default";
|
|
41
|
-
/** Whether sorting should be disabled */
|
|
42
|
-
this.sortableDisabled = false;
|
|
43
|
-
/** Whether card is collapsible */
|
|
44
|
-
this.collapsible = false;
|
|
45
|
-
/** Whether to hide header separation border */
|
|
46
|
-
this.hideHeaderBorder = false;
|
|
47
|
-
/** Whether to hide footer separation border */
|
|
48
|
-
this.hideFooterBorder = false;
|
|
49
|
-
/** Whether movement menu items should be shown */
|
|
50
|
-
this.hideMovementActions = false;
|
|
51
13
|
this.nodeChange = (entries) => {
|
|
52
14
|
let changeInSlot = false;
|
|
53
15
|
entries.forEach((entry) => {
|
|
@@ -147,8 +109,26 @@ export class StzhCard {
|
|
|
147
109
|
};
|
|
148
110
|
this.handleSelectionChange = (event) => {
|
|
149
111
|
this.checked = event.detail.checked;
|
|
150
|
-
console.log(this.element, this.checked);
|
|
151
112
|
};
|
|
113
|
+
this.localization = undefined;
|
|
114
|
+
this.collapsed = false;
|
|
115
|
+
this.starred = false;
|
|
116
|
+
this.starrable = false;
|
|
117
|
+
this.selectable = false;
|
|
118
|
+
this.checked = false;
|
|
119
|
+
this.name = "";
|
|
120
|
+
this.value = "";
|
|
121
|
+
this.disabled = false;
|
|
122
|
+
this.heading = "";
|
|
123
|
+
this.subtitle = "";
|
|
124
|
+
this.headerActions = [];
|
|
125
|
+
this.footerActions = [];
|
|
126
|
+
this.subtitleInteractive = false;
|
|
127
|
+
this.sortableDisabled = false;
|
|
128
|
+
this.collapsible = false;
|
|
129
|
+
this.hideHeaderBorder = false;
|
|
130
|
+
this.hideFooterBorder = false;
|
|
131
|
+
this.hideMovementActions = false;
|
|
152
132
|
}
|
|
153
133
|
handleResize() {
|
|
154
134
|
if (this.debounceResize) {
|
|
@@ -242,8 +222,7 @@ export class StzhCard {
|
|
|
242
222
|
"stzh-card--has-hidden-footer-border": this.hideFooterBorder,
|
|
243
223
|
"stzh-card--is-collapsed": this.collapsed,
|
|
244
224
|
"stzh-card--is-starred": this.starred,
|
|
245
|
-
"stzh-card--is-checked": this.checked
|
|
246
|
-
[`stzh-card--type-${this.type}`]: !!this.type,
|
|
225
|
+
"stzh-card--is-checked": this.checked
|
|
247
226
|
};
|
|
248
227
|
const Subtitle = `${this.subtitleInteractive ? 'button' : 'span'}`;
|
|
249
228
|
const sortableChildElement = this.findSortableChildElement();
|
|
@@ -253,6 +232,11 @@ export class StzhCard {
|
|
|
253
232
|
const isLastItemInSortable = (sortableChildElement === null || sortableChildElement === void 0 ? void 0 : sortableChildElement.parentElement)
|
|
254
233
|
&& Array.from((_b = sortableChildElement === null || sortableChildElement === void 0 ? void 0 : sortableChildElement.parentElement) === null || _b === void 0 ? void 0 : _b.children)
|
|
255
234
|
.indexOf(sortableChildElement) === ((_c = sortableChildElement === null || sortableChildElement === void 0 ? void 0 : sortableChildElement.parentElement) === null || _c === void 0 ? void 0 : _c.children.length) - 1;
|
|
235
|
+
const sortableActionsEnabled = !this.sortableDisabled
|
|
236
|
+
&& !this.hideMovementActions
|
|
237
|
+
&& this.sortable
|
|
238
|
+
&& !this.sortable.disabled;
|
|
239
|
+
const nonCollapsingTextHeaderActions = this._headerActions.filter(action => !action.onlyCollapseText);
|
|
256
240
|
// const headerActions = [
|
|
257
241
|
// ...this._headerActions
|
|
258
242
|
// ];
|
|
@@ -263,15 +247,19 @@ export class StzhCard {
|
|
|
263
247
|
"show-medium": !action.onlyCollapseText,
|
|
264
248
|
"hide-when-collapsed": !action.onlyCollapseText,
|
|
265
249
|
"hide-text-when-collapsed": action.onlyCollapseText
|
|
266
|
-
}, icon: action.icon, badge: action.badge, variant: "tertiary", size: "tiny", badgePosition: "icon", onClick: () => { this.actionClick(action); } }, h("span", { class: {
|
|
250
|
+
}, icon: action.icon, badge: action.badge, badgeEmpty: action.badgeEmpty, badgeType: action.badgeType, variant: "tertiary", size: "tiny", badgePosition: "icon", onClick: () => { this.actionClick(action); } }, h("span", { class: {
|
|
267
251
|
"show-medium": action.onlyCollapseText,
|
|
268
252
|
"hide-when-collapsed": action.onlyCollapseText
|
|
269
253
|
} }, action.label)))), this.starrable &&
|
|
270
|
-
h("stzh-tooltip", null, h("stzh-button", { class: "stzh-card__card-action is-star", icon: this.starred ? "star-filled" : "star", variant: "tertiary", size: "tiny", iconOnly: true, onClick: this.starToggleClick }), h("div", { slot: "content" }, this.starred ? this.localization.actionRemove : this.localization.actionAdd)),
|
|
271
|
-
h("stzh-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
254
|
+
h("stzh-tooltip", null, h("stzh-button", { class: "stzh-card__card-action is-star", icon: this.starred ? "star-filled" : "star", variant: "tertiary", size: "tiny", iconOnly: true, onClick: this.starToggleClick }), h("div", { slot: "content" }, this.starred ? this.localization.actionRemove : this.localization.actionAdd)), (nonCollapsingTextHeaderActions.length > 0 || this.starrable || sortableActionsEnabled) &&
|
|
255
|
+
h("stzh-popover", { label: this.localization.actionsPopoverLabel, placement: "bottom-end", class: {
|
|
256
|
+
"stzh-card__card-action-popover": true,
|
|
257
|
+
"hide-medium show-when-collapsed": !this.starrable && !sortableActionsEnabled
|
|
258
|
+
} }, h("stzh-button", { class: "stzh-card__card-action is-further", variant: "tertiary", size: "tiny", icon: "more-vertical", iconOnly: true }), h("stzh-menu", { slot: "content" }, this.starrable &&
|
|
259
|
+
h("stzh-menu-item", { icon: this.starred ? "star-filled" : "star", onClick: this.starToggleClick }, this.starred ? this.localization.actionRemove : this.localization.actionAdd), nonCollapsingTextHeaderActions.map(action => (h("stzh-menu-item", { class: "hide-medium show-when-collapsed", icon: action.icon, badge: action.badge, badgeEmpty: action.badgeEmpty, badgeType: action.badgeType, onClick: () => { this.actionClick(action); } }, action.label))), sortableActionsEnabled &&
|
|
260
|
+
h(Fragment, null, !isFirstItemInSortable &&
|
|
261
|
+
h("stzh-menu-item", { icon: "arrow-up", onClick: this.arrowUpClick }, this.localization.actionMoveUp), !isLastItemInSortable &&
|
|
262
|
+
h("stzh-menu-item", { icon: "arrow-down", onClick: this.arrowDownClick }, this.localization.actionMoveDown))))))), h("div", { class: "stzh-card__header-meta" }, h("slot", { name: "meta" }))), h("div", { class: "stzh-card__content hide-when-collapsed" }, h("slot", { name: "content" })), h("div", { class: "stzh-card__footer hide-when-collapsed" }, this._footerActions.length > 0 &&
|
|
275
263
|
h("stzh-actionset", { actions: this._footerActions }), this.selectable &&
|
|
276
264
|
h("stzh-button", { fullwidth: true, type: "radio", variant: "secondary", name: this.name, value: this.value, checked: this.checked, disabled: this.disabled, label: this.localization.select, onStzhChange: this.handleSelectionChange }))))));
|
|
277
265
|
}
|
|
@@ -357,7 +345,7 @@ export class StzhCard {
|
|
|
357
345
|
"optional": false,
|
|
358
346
|
"docs": {
|
|
359
347
|
"tags": [],
|
|
360
|
-
"text": "Whether card star is displayed"
|
|
348
|
+
"text": "Whether card star is displayed (with tooltip and menu-item in mobile popover).\nThe tooltip / menu-item text can be adjusted in the translations file (`actionAdd` & `actionRemove`)."
|
|
361
349
|
},
|
|
362
350
|
"attribute": "starrable",
|
|
363
351
|
"reflect": true,
|
|
@@ -529,7 +517,7 @@ export class StzhCard {
|
|
|
529
517
|
"optional": false,
|
|
530
518
|
"docs": {
|
|
531
519
|
"tags": [],
|
|
532
|
-
"text": "Card footer actions"
|
|
520
|
+
"text": "Card footer actions.\nThe [`stzh-actionset`](?path=/story/components-actionset) component is used internally.\nYou can listen to clicks with the `stzhActionClick` event."
|
|
533
521
|
},
|
|
534
522
|
"attribute": "footer-actions",
|
|
535
523
|
"reflect": false,
|
|
@@ -553,24 +541,6 @@ export class StzhCard {
|
|
|
553
541
|
"reflect": false,
|
|
554
542
|
"defaultValue": "false"
|
|
555
543
|
},
|
|
556
|
-
"type": {
|
|
557
|
-
"type": "string",
|
|
558
|
-
"mutable": false,
|
|
559
|
-
"complexType": {
|
|
560
|
-
"original": "\"default\" | \"alert\"",
|
|
561
|
-
"resolved": "\"alert\" | \"default\"",
|
|
562
|
-
"references": {}
|
|
563
|
-
},
|
|
564
|
-
"required": false,
|
|
565
|
-
"optional": false,
|
|
566
|
-
"docs": {
|
|
567
|
-
"tags": [],
|
|
568
|
-
"text": "Type"
|
|
569
|
-
},
|
|
570
|
-
"attribute": "type",
|
|
571
|
-
"reflect": true,
|
|
572
|
-
"defaultValue": "\"default\""
|
|
573
|
-
},
|
|
574
544
|
"sortableDisabled": {
|
|
575
545
|
"type": "boolean",
|
|
576
546
|
"mutable": false,
|
|
@@ -583,7 +553,7 @@ export class StzhCard {
|
|
|
583
553
|
"optional": false,
|
|
584
554
|
"docs": {
|
|
585
555
|
"tags": [],
|
|
586
|
-
"text": "Whether sorting should be disabled"
|
|
556
|
+
"text": "Whether sorting should be disabled.\nHas no effect if card is not inside a `card-list` element, which has `sortableEnabled` property set to true."
|
|
587
557
|
},
|
|
588
558
|
"attribute": "sortable-disabled",
|
|
589
559
|
"reflect": true,
|
|
@@ -655,7 +625,7 @@ export class StzhCard {
|
|
|
655
625
|
"optional": false,
|
|
656
626
|
"docs": {
|
|
657
627
|
"tags": [],
|
|
658
|
-
"text": "Whether movement menu items should be shown"
|
|
628
|
+
"text": "Whether movement menu items should be shown.\nHas no effect if card is not inside a `card-list` element, which has `sortableEnabled` property set to true."
|
|
659
629
|
},
|
|
660
630
|
"attribute": "hide-movement-actions",
|
|
661
631
|
"reflect": false,
|
|
@@ -102,16 +102,13 @@ export const Default = Template.bind({});
|
|
|
102
102
|
Default.args = {
|
|
103
103
|
heading: 'Lorem ipsum',
|
|
104
104
|
subtitle: 'Dolor si',
|
|
105
|
-
status: {
|
|
106
|
-
label: 'Test'
|
|
107
|
-
},
|
|
108
105
|
'header-actions': headerActions,
|
|
109
106
|
'footer-actions': `[
|
|
110
107
|
{
|
|
111
108
|
"id": "action-1",
|
|
112
109
|
"icon": "arrow-right",
|
|
113
110
|
"label": "Lorem",
|
|
114
|
-
"variant": "
|
|
111
|
+
"variant": "default",
|
|
115
112
|
"iconPosition": "right"
|
|
116
113
|
}
|
|
117
114
|
]`
|
|
@@ -7,30 +7,6 @@ import { fetchTranslations } from "../../utils/translation-utils";
|
|
|
7
7
|
*/
|
|
8
8
|
export class StzhCardList {
|
|
9
9
|
constructor() {
|
|
10
|
-
/** Whether collapse/expand toggle link */
|
|
11
|
-
this.showToggleLink = false;
|
|
12
|
-
/** Whether sorting should be disabled */
|
|
13
|
-
this.sortableDisabled = false;
|
|
14
|
-
/** HTML attribute that is used by the `toArray()` of sortable method */
|
|
15
|
-
this.sortableDataIdAttribute = "data-id";
|
|
16
|
-
/** Algorithm how the ghost element will be cloned */
|
|
17
|
-
this.sortableGhostClone = (dragElement) => {
|
|
18
|
-
const [clonedElement, clonedStzhElement, originalStzhElement] = cloneElement(dragElement);
|
|
19
|
-
if (clonedStzhElement
|
|
20
|
-
&& originalStzhElement
|
|
21
|
-
&& clonedStzhElement.tagName.toLowerCase() === "stzh-card") {
|
|
22
|
-
const clonedStzhElementCard = clonedStzhElement;
|
|
23
|
-
const originalStzhElementCard = originalStzhElement;
|
|
24
|
-
// copy every property that is not reflected to its attribute
|
|
25
|
-
clonedStzhElementCard.heading = originalStzhElementCard.heading;
|
|
26
|
-
clonedStzhElementCard.subtitle = originalStzhElementCard.subtitle;
|
|
27
|
-
clonedStzhElementCard.headerActions = originalStzhElementCard.headerActions;
|
|
28
|
-
clonedStzhElementCard.footerActions = originalStzhElementCard.footerActions;
|
|
29
|
-
clonedStzhElementCard.hideMovementActions = originalStzhElementCard.hideMovementActions;
|
|
30
|
-
}
|
|
31
|
-
return clonedElement;
|
|
32
|
-
};
|
|
33
|
-
this.allCollapsed = false;
|
|
34
10
|
this.collapseClick = () => {
|
|
35
11
|
const cards = Array.from(this.element.querySelectorAll("stzh-card"));
|
|
36
12
|
cards.forEach(card => {
|
|
@@ -48,6 +24,27 @@ export class StzhCardList {
|
|
|
48
24
|
const cards = Array.from(this.element.querySelectorAll("stzh-card"));
|
|
49
25
|
this.allCollapsed = !cards.some(card => !card.collapsed);
|
|
50
26
|
};
|
|
27
|
+
this.sortableGhostClone = (dragElement) => {
|
|
28
|
+
const [clonedElement, clonedStzhElement, originalStzhElement] = cloneElement(dragElement);
|
|
29
|
+
if (clonedStzhElement
|
|
30
|
+
&& originalStzhElement
|
|
31
|
+
&& clonedStzhElement.tagName.toLowerCase() === "stzh-card") {
|
|
32
|
+
const clonedStzhElementCard = clonedStzhElement;
|
|
33
|
+
const originalStzhElementCard = originalStzhElement;
|
|
34
|
+
// copy every property that is not reflected to its attribute
|
|
35
|
+
clonedStzhElementCard.heading = originalStzhElementCard.heading;
|
|
36
|
+
clonedStzhElementCard.subtitle = originalStzhElementCard.subtitle;
|
|
37
|
+
clonedStzhElementCard.headerActions = originalStzhElementCard.headerActions;
|
|
38
|
+
clonedStzhElementCard.footerActions = originalStzhElementCard.footerActions;
|
|
39
|
+
clonedStzhElementCard.hideMovementActions = originalStzhElementCard.hideMovementActions;
|
|
40
|
+
}
|
|
41
|
+
return clonedElement;
|
|
42
|
+
};
|
|
43
|
+
this.localization = undefined;
|
|
44
|
+
this.showToggleLink = false;
|
|
45
|
+
this.sortableEnabled = false;
|
|
46
|
+
this.sortableDataIdAttribute = "data-id";
|
|
47
|
+
this.allCollapsed = false;
|
|
51
48
|
}
|
|
52
49
|
collapseListener() {
|
|
53
50
|
this.updateCollapsedState();
|
|
@@ -65,7 +62,7 @@ export class StzhCardList {
|
|
|
65
62
|
"stzh-card-list": true
|
|
66
63
|
};
|
|
67
64
|
return (h(Host, null, h("div", { class: classes }, h("div", { class: "stzh-card-list__header" }, h("div", { class: "stzh-card-list__description" }, h("slot", { name: "description" })), this.showToggleLink &&
|
|
68
|
-
h("stzh-link", { class: "stzh-card-list__switch", icon: this.allCollapsed ? "list-expanded" : "list-shrinked", label: this.allCollapsed ? this.localization.expandAll : this.localization.collapseAll, onClick: this.collapseClick })), h("stzh-sortable", { disabled: this.
|
|
65
|
+
h("stzh-link", { class: "stzh-card-list__switch", icon: this.allCollapsed ? "list-expanded" : "list-shrinked", label: this.allCollapsed ? this.localization.expandAll : this.localization.collapseAll, onClick: this.collapseClick })), h("stzh-sortable", { disabled: !this.sortableEnabled, dataIdAttribute: this.sortableDataIdAttribute, ghostClone: this.sortableGhostClone }, h("div", { class: "stzh-card-list__cards", role: "list" }, h("slot", null))))));
|
|
69
66
|
}
|
|
70
67
|
static get is() { return "stzh-card-list"; }
|
|
71
68
|
static get encapsulation() { return "scoped"; }
|
|
@@ -119,7 +116,7 @@ export class StzhCardList {
|
|
|
119
116
|
"reflect": true,
|
|
120
117
|
"defaultValue": "false"
|
|
121
118
|
},
|
|
122
|
-
"
|
|
119
|
+
"sortableEnabled": {
|
|
123
120
|
"type": "boolean",
|
|
124
121
|
"mutable": false,
|
|
125
122
|
"complexType": {
|
|
@@ -131,9 +128,9 @@ export class StzhCardList {
|
|
|
131
128
|
"optional": false,
|
|
132
129
|
"docs": {
|
|
133
130
|
"tags": [],
|
|
134
|
-
"text": "Whether sorting should be
|
|
131
|
+
"text": "Whether sorting should be enabled"
|
|
135
132
|
},
|
|
136
|
-
"attribute": "sortable-
|
|
133
|
+
"attribute": "sortable-enabled",
|
|
137
134
|
"reflect": false,
|
|
138
135
|
"defaultValue": "false"
|
|
139
136
|
},
|
|
@@ -154,32 +151,6 @@ export class StzhCardList {
|
|
|
154
151
|
"attribute": "sortable-data-id-attribute",
|
|
155
152
|
"reflect": false,
|
|
156
153
|
"defaultValue": "\"data-id\""
|
|
157
|
-
},
|
|
158
|
-
"sortableGhostClone": {
|
|
159
|
-
"type": "unknown",
|
|
160
|
-
"mutable": false,
|
|
161
|
-
"complexType": {
|
|
162
|
-
"original": "Function",
|
|
163
|
-
"resolved": "Function",
|
|
164
|
-
"references": {
|
|
165
|
-
"Function": {
|
|
166
|
-
"location": "global"
|
|
167
|
-
},
|
|
168
|
-
"HTMLElement": {
|
|
169
|
-
"location": "global"
|
|
170
|
-
},
|
|
171
|
-
"HTMLStzhCardElement": {
|
|
172
|
-
"location": "global"
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
"required": false,
|
|
177
|
-
"optional": false,
|
|
178
|
-
"docs": {
|
|
179
|
-
"tags": [],
|
|
180
|
-
"text": "Algorithm how the ghost element will be cloned"
|
|
181
|
-
},
|
|
182
|
-
"defaultValue": "(dragElement: HTMLElement) => {\n const [clonedElement, clonedStzhElement, originalStzhElement] = cloneElement(dragElement);\n\n if (\n clonedStzhElement\n && originalStzhElement\n && clonedStzhElement.tagName.toLowerCase() === \"stzh-card\"\n ) {\n const clonedStzhElementCard: HTMLStzhCardElement = clonedStzhElement as HTMLStzhCardElement;\n const originalStzhElementCard: HTMLStzhCardElement = originalStzhElement as HTMLStzhCardElement;\n\n // copy every property that is not reflected to its attribute\n clonedStzhElementCard.heading = originalStzhElementCard.heading;\n clonedStzhElementCard.subtitle = originalStzhElementCard.subtitle;\n clonedStzhElementCard.headerActions = originalStzhElementCard.headerActions;\n clonedStzhElementCard.footerActions = originalStzhElementCard.footerActions;\n clonedStzhElementCard.hideMovementActions = originalStzhElementCard.hideMovementActions;\n }\n\n return clonedElement;\n }"
|
|
183
154
|
}
|
|
184
155
|
};
|
|
185
156
|
}
|
|
@@ -116,7 +116,7 @@ const Template = (args) => (
|
|
|
116
116
|
<stzh-card collapsible starrable heading="Lorem ipsum 3" subtitle="Dolor si 3" footer-actions={actions2}>
|
|
117
117
|
<div slot="content">Content</div>
|
|
118
118
|
</stzh-card>
|
|
119
|
-
<stzh-card collapsible
|
|
119
|
+
<stzh-card collapsible heading="Lorem ipsum 4">
|
|
120
120
|
<stzh-cspace slot="content">
|
|
121
121
|
<p>Content with Input:</p>
|
|
122
122
|
<stzh-input></stzh-input>
|
|
@@ -128,5 +128,5 @@ const Template = (args) => (
|
|
|
128
128
|
|
|
129
129
|
export const Default = Template.bind({});
|
|
130
130
|
Default.args = {
|
|
131
|
-
'show-toggle-
|
|
131
|
+
'show-toggle-link': true
|
|
132
132
|
};
|
|
@@ -4,19 +4,12 @@ import { Host, h, } from "@stencil/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export class StzhCell {
|
|
6
6
|
constructor() {
|
|
7
|
-
/** Default span of each cell */
|
|
8
7
|
this.span = 12;
|
|
9
|
-
/** Default span of each cell above small breakpoint */
|
|
10
8
|
this.spanSmall = 0;
|
|
11
|
-
/** Default span of each cell above medium breakpoint */
|
|
12
9
|
this.spanMedium = 0;
|
|
13
|
-
/** Default span of each cell above large breakpoint */
|
|
14
10
|
this.spanLarge = 0;
|
|
15
|
-
/** Default span of each cell above ultra breakpoint */
|
|
16
11
|
this.spanUltra = 0;
|
|
17
|
-
/** Controlling how cells are positioned along a container's main axis */
|
|
18
12
|
this.justifySelf = "auto";
|
|
19
|
-
/** Control how cells items are positioned along a container's cross axis */
|
|
20
13
|
this.alignSelf = "auto";
|
|
21
14
|
}
|
|
22
15
|
render() {
|
|
@@ -12,24 +12,6 @@ let checkboxCounter = 0;
|
|
|
12
12
|
*/
|
|
13
13
|
export class StzhCheckbox {
|
|
14
14
|
constructor() {
|
|
15
|
-
/** Whether the checkbox is disabled */
|
|
16
|
-
this.disabled = false;
|
|
17
|
-
/** Name of the input element */
|
|
18
|
-
this.name = "";
|
|
19
|
-
/** Value of the input element */
|
|
20
|
-
this.value = "";
|
|
21
|
-
/** Invalid status */
|
|
22
|
-
this.invalid = false;
|
|
23
|
-
/** Required status */
|
|
24
|
-
this.required = false;
|
|
25
|
-
/** Checked status */
|
|
26
|
-
this.checked = false;
|
|
27
|
-
/** Label */
|
|
28
|
-
this.label = "";
|
|
29
|
-
/** Append text to label depending if field is optional/required. true -> show "(optional)", false -> show noting */
|
|
30
|
-
this.showMarker = false;
|
|
31
|
-
/** Id for element which describes the input (this will be overwritten if description prop or slot is used) */
|
|
32
|
-
this.a11yDescribedby = "";
|
|
33
15
|
this.onInput = (event) => {
|
|
34
16
|
this.checked = this.input.checked;
|
|
35
17
|
this.stzhChange.emit({
|
|
@@ -63,6 +45,19 @@ export class StzhCheckbox {
|
|
|
63
45
|
originalEvent: event
|
|
64
46
|
});
|
|
65
47
|
};
|
|
48
|
+
this.localization = undefined;
|
|
49
|
+
this.disabled = false;
|
|
50
|
+
this.name = "";
|
|
51
|
+
this.value = "";
|
|
52
|
+
this.invalid = false;
|
|
53
|
+
this.required = false;
|
|
54
|
+
this.checked = false;
|
|
55
|
+
this.label = "";
|
|
56
|
+
this.description = undefined;
|
|
57
|
+
this.descriptionLong = undefined;
|
|
58
|
+
this.showMarker = false;
|
|
59
|
+
this.error = undefined;
|
|
60
|
+
this.a11yDescribedby = "";
|
|
66
61
|
}
|
|
67
62
|
/** Focus input field */
|
|
68
63
|
async setFocus() {
|