@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
package/dist/vscode-data.json
CHANGED
|
@@ -25,6 +25,39 @@
|
|
|
25
25
|
"value": "The STZH accordion item component."
|
|
26
26
|
},
|
|
27
27
|
"attributes": [
|
|
28
|
+
{
|
|
29
|
+
"name": "badge",
|
|
30
|
+
"description": "Badge"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "badge-empty",
|
|
34
|
+
"description": "Whether badge should be displayed empty"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "badge-type",
|
|
38
|
+
"description": "Badge type",
|
|
39
|
+
"values": [
|
|
40
|
+
{
|
|
41
|
+
"name": "default"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "error"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "info"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "success"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "warning"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "description",
|
|
59
|
+
"description": "Description"
|
|
60
|
+
},
|
|
28
61
|
{
|
|
29
62
|
"name": "disabled",
|
|
30
63
|
"description": "Whether fold disabled"
|
|
@@ -51,6 +84,10 @@
|
|
|
51
84
|
}
|
|
52
85
|
]
|
|
53
86
|
},
|
|
87
|
+
{
|
|
88
|
+
"name": "icon",
|
|
89
|
+
"description": "Icon (use instead of icon slot)"
|
|
90
|
+
},
|
|
54
91
|
{
|
|
55
92
|
"name": "open",
|
|
56
93
|
"description": "Whether fold is open"
|
|
@@ -93,16 +130,16 @@
|
|
|
93
130
|
"name": "stzh-actionset",
|
|
94
131
|
"description": {
|
|
95
132
|
"kind": "markdown",
|
|
96
|
-
"value": "The STZH
|
|
133
|
+
"value": "The STZH actionset component.\n\nWill automatically hide passed `actions` (buttons) that have not enough horizontal space."
|
|
97
134
|
},
|
|
98
135
|
"attributes": [
|
|
99
136
|
{
|
|
100
137
|
"name": "actions",
|
|
101
|
-
"description": "Card header actions"
|
|
138
|
+
"description": "Card header actions.\nArray of objects that can include the button attributes `id`, `variant`, `icon`, `size`, `iconPosition`, `iconOnly`, `label` or `badge`:\n`[{\"id\":\"action-1\", \"icon\": \"alarm-bell\", \"label\": \"Lorem\"}, {\"id\":\"action-2\", \"icon\": \"mail\", \"label\": \"Lorem\"}]`"
|
|
102
139
|
},
|
|
103
140
|
{
|
|
104
141
|
"name": "popover-button-size",
|
|
105
|
-
"description": "
|
|
142
|
+
"description": "Button size of popover button (button that holds collapsed actions)",
|
|
106
143
|
"values": [
|
|
107
144
|
{
|
|
108
145
|
"name": "default"
|
|
@@ -117,7 +154,7 @@
|
|
|
117
154
|
},
|
|
118
155
|
{
|
|
119
156
|
"name": "popover-button-variant",
|
|
120
|
-
"description": "
|
|
157
|
+
"description": "Button variant of popover button (button thats holds collapsed actions)",
|
|
121
158
|
"values": [
|
|
122
159
|
{
|
|
123
160
|
"name": "default"
|
|
@@ -135,7 +172,7 @@
|
|
|
135
172
|
},
|
|
136
173
|
{
|
|
137
174
|
"name": "popover-placement",
|
|
138
|
-
"description": "Popover placement",
|
|
175
|
+
"description": "Popover placement of button that holds collapsed actions",
|
|
139
176
|
"values": [
|
|
140
177
|
{
|
|
141
178
|
"name": "bottom"
|
|
@@ -189,6 +226,43 @@
|
|
|
189
226
|
}
|
|
190
227
|
]
|
|
191
228
|
},
|
|
229
|
+
{
|
|
230
|
+
"name": "stzh-anchornav",
|
|
231
|
+
"description": {
|
|
232
|
+
"kind": "markdown",
|
|
233
|
+
"value": "The STZH anchornav component.\n\n```html\n<stzh-anchornav\n items='[\n {\n \"label\": \"Laboris laborum aute id laboris culpa esse aliquip nisi anim velit. Minim sunt eiusmod do laborum amet ut magna. Labore dolore id nostrud enim Lorem pariatur ad dolore id eiusmod adipisicing laboris laborum minim. Reprehenderit deserunt ut occaecat sit sit ullamco laborum deserunt. Eu pariatur est exercitation ea ut tempor laborum. Amet veniam consectetur cupidatat Lorem eu ipsum.\",\n \"href\": \"#laboris\"\n },\n {\n \"label\": \"Lorem Ipsum\",\n \"href\": \"#lorem\"\n },\n {\n \"label\": \"Lorem Ipsum\",\n \"href\": \"#lorem\"\n },\n {\n \"label\": \"Lorem Ipsum\",\n \"href\": \"#lorem\"\n },\n {\n \"label\": \"Lorem Ipsum\",\n \"href\": \"#lorem\"\n },\n {\n \"label\": \"Lorem Ipsum\",\n \"href\": \"#lorem\"\n },\n {\n \"label\": \"Lorem Ipsum\",\n \"href\": \"#lorem\"\n }\n ]'\n></stzh-anchornav>\n```"
|
|
234
|
+
},
|
|
235
|
+
"attributes": [
|
|
236
|
+
{
|
|
237
|
+
"name": "columns",
|
|
238
|
+
"description": "Columns number"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "columns-large",
|
|
242
|
+
"description": "Columns number above large breakpoint"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "columns-medium",
|
|
246
|
+
"description": "Columns number above medium breakpoint"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "columns-small",
|
|
250
|
+
"description": "Columns number above small breakpoint"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "columns-ultra",
|
|
254
|
+
"description": "Columns number above ultra breakpoint"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "items",
|
|
258
|
+
"description": "Initial selected values.\nArray of objects with `label`, `href` and `icon` attribute:\n`[{\"href\":\"#lorem\", \"label\": \"Label 1\"}, {\"href\":\"#lorem2\", \"label\": \"Label 2\"}]`"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "with-border",
|
|
262
|
+
"description": "With border separator"
|
|
263
|
+
}
|
|
264
|
+
]
|
|
265
|
+
},
|
|
192
266
|
{
|
|
193
267
|
"name": "stzh-appnav",
|
|
194
268
|
"description": {
|
|
@@ -263,6 +337,42 @@
|
|
|
263
337
|
}
|
|
264
338
|
]
|
|
265
339
|
},
|
|
340
|
+
{
|
|
341
|
+
"name": "stzh-audio",
|
|
342
|
+
"description": {
|
|
343
|
+
"kind": "markdown",
|
|
344
|
+
"value": "The STZH audio component.\n\nInternally, the [`vidstack` library](https://www.vidstack.io/) is used."
|
|
345
|
+
},
|
|
346
|
+
"attributes": [
|
|
347
|
+
{
|
|
348
|
+
"name": "preload",
|
|
349
|
+
"description": "Preload strategy",
|
|
350
|
+
"values": [
|
|
351
|
+
{
|
|
352
|
+
"name": "auto"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "metadata"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"name": "none"
|
|
359
|
+
}
|
|
360
|
+
]
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"name": "src",
|
|
364
|
+
"description": "Path to audio file"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"name": "transcript",
|
|
368
|
+
"description": "Transcript text (alternative for slot)"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"name": "transcript-shown",
|
|
372
|
+
"description": "Whether transcript should be shown"
|
|
373
|
+
}
|
|
374
|
+
]
|
|
375
|
+
},
|
|
266
376
|
{
|
|
267
377
|
"name": "stzh-badge",
|
|
268
378
|
"description": {
|
|
@@ -273,6 +383,27 @@
|
|
|
273
383
|
{
|
|
274
384
|
"name": "label",
|
|
275
385
|
"description": "Text content of the badge"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "type",
|
|
389
|
+
"description": "Type",
|
|
390
|
+
"values": [
|
|
391
|
+
{
|
|
392
|
+
"name": "default"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "error"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "info"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "success"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"name": "warning"
|
|
405
|
+
}
|
|
406
|
+
]
|
|
276
407
|
}
|
|
277
408
|
]
|
|
278
409
|
},
|
|
@@ -299,6 +430,10 @@
|
|
|
299
430
|
"name": "badge",
|
|
300
431
|
"description": "Display a badge aligned to button or icons"
|
|
301
432
|
},
|
|
433
|
+
{
|
|
434
|
+
"name": "badge-empty",
|
|
435
|
+
"description": "Whether badge should be displayed empty"
|
|
436
|
+
},
|
|
302
437
|
{
|
|
303
438
|
"name": "badge-position",
|
|
304
439
|
"description": "Badge position",
|
|
@@ -311,6 +446,27 @@
|
|
|
311
446
|
}
|
|
312
447
|
]
|
|
313
448
|
},
|
|
449
|
+
{
|
|
450
|
+
"name": "badge-type",
|
|
451
|
+
"description": "Badge type",
|
|
452
|
+
"values": [
|
|
453
|
+
{
|
|
454
|
+
"name": "default"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "error"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"name": "info"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "success"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"name": "warning"
|
|
467
|
+
}
|
|
468
|
+
]
|
|
469
|
+
},
|
|
314
470
|
{
|
|
315
471
|
"name": "checked",
|
|
316
472
|
"description": "Checked status (if type is radio)"
|
|
@@ -499,7 +655,7 @@
|
|
|
499
655
|
},
|
|
500
656
|
{
|
|
501
657
|
"name": "footer-actions",
|
|
502
|
-
"description": "Card footer actions"
|
|
658
|
+
"description": "Card footer actions.\nThe [`stzh-actionset`](?path=/story/components-actionset) component is used internally.\nYou can listen to clicks with the `stzhActionClick` event."
|
|
503
659
|
},
|
|
504
660
|
{
|
|
505
661
|
"name": "header-actions",
|
|
@@ -519,7 +675,7 @@
|
|
|
519
675
|
},
|
|
520
676
|
{
|
|
521
677
|
"name": "hide-movement-actions",
|
|
522
|
-
"description": "Whether movement menu items should be shown"
|
|
678
|
+
"description": "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."
|
|
523
679
|
},
|
|
524
680
|
{
|
|
525
681
|
"name": "name",
|
|
@@ -531,11 +687,11 @@
|
|
|
531
687
|
},
|
|
532
688
|
{
|
|
533
689
|
"name": "sortable-disabled",
|
|
534
|
-
"description": "Whether sorting should be disabled"
|
|
690
|
+
"description": "Whether sorting should be disabled.\nHas no effect if card is not inside a `card-list` element, which has `sortableEnabled` property set to true."
|
|
535
691
|
},
|
|
536
692
|
{
|
|
537
693
|
"name": "starrable",
|
|
538
|
-
"description": "Whether card star is displayed"
|
|
694
|
+
"description": "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`)."
|
|
539
695
|
},
|
|
540
696
|
{
|
|
541
697
|
"name": "starred",
|
|
@@ -549,18 +705,6 @@
|
|
|
549
705
|
"name": "subtitle-interactive",
|
|
550
706
|
"description": "Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click"
|
|
551
707
|
},
|
|
552
|
-
{
|
|
553
|
-
"name": "type",
|
|
554
|
-
"description": "Type",
|
|
555
|
-
"values": [
|
|
556
|
-
{
|
|
557
|
-
"name": "alert"
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"name": "default"
|
|
561
|
-
}
|
|
562
|
-
]
|
|
563
|
-
},
|
|
564
708
|
{
|
|
565
709
|
"name": "value",
|
|
566
710
|
"description": "The value of the input element (if card is selectable)"
|
|
@@ -583,8 +727,8 @@
|
|
|
583
727
|
"description": "HTML attribute that is used by the `toArray()` of sortable method"
|
|
584
728
|
},
|
|
585
729
|
{
|
|
586
|
-
"name": "sortable-
|
|
587
|
-
"description": "Whether sorting should be
|
|
730
|
+
"name": "sortable-enabled",
|
|
731
|
+
"description": "Whether sorting should be enabled"
|
|
588
732
|
}
|
|
589
733
|
]
|
|
590
734
|
},
|
|
@@ -776,6 +920,10 @@
|
|
|
776
920
|
"name": "name",
|
|
777
921
|
"description": "The name of the input checkbox elements"
|
|
778
922
|
},
|
|
923
|
+
{
|
|
924
|
+
"name": "prevent-update-properties",
|
|
925
|
+
"description": "Prevent updating certain properties of radio elements (possible values inside array: disabled, invalid)"
|
|
926
|
+
},
|
|
779
927
|
{
|
|
780
928
|
"name": "show-marker",
|
|
781
929
|
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show noting"
|
|
@@ -793,6 +941,14 @@
|
|
|
793
941
|
"value": "The STZH chip component."
|
|
794
942
|
},
|
|
795
943
|
"attributes": [
|
|
944
|
+
{
|
|
945
|
+
"name": "a11y-describedby",
|
|
946
|
+
"description": "Id for element which describes the button"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"name": "a11y-label",
|
|
950
|
+
"description": "Accessible label for screen readers to replace visible text"
|
|
951
|
+
},
|
|
796
952
|
{
|
|
797
953
|
"name": "active",
|
|
798
954
|
"description": "Active"
|
|
@@ -876,20 +1032,81 @@
|
|
|
876
1032
|
"value": "The STZH figure component."
|
|
877
1033
|
},
|
|
878
1034
|
"attributes": [
|
|
1035
|
+
{
|
|
1036
|
+
"name": "a11y-describedby",
|
|
1037
|
+
"description": "Id for element which describes the input (this will be overwritten if description prop or slot is used, used by stzh-radiogroup)"
|
|
1038
|
+
},
|
|
879
1039
|
{
|
|
880
1040
|
"name": "data",
|
|
881
1041
|
"description": "Data"
|
|
882
1042
|
},
|
|
1043
|
+
{
|
|
1044
|
+
"name": "description",
|
|
1045
|
+
"description": "Description message (use description slot as alternative)"
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"name": "description-long",
|
|
1049
|
+
"description": "Long description message appearing in a popover (use description-long slot as alternative)"
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"name": "disabled",
|
|
1053
|
+
"description": "Whether the element is disabled or not"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"name": "error",
|
|
1057
|
+
"description": "One or multiple error message (use error slot as alternative)"
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"name": "invalid",
|
|
1061
|
+
"description": "Invalid status"
|
|
1062
|
+
},
|
|
883
1063
|
{
|
|
884
1064
|
"name": "label",
|
|
885
1065
|
"description": "Label"
|
|
886
1066
|
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "name",
|
|
1069
|
+
"description": "The name of the input element"
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"name": "required",
|
|
1073
|
+
"description": "Required status"
|
|
1074
|
+
},
|
|
887
1075
|
{
|
|
888
1076
|
"name": "value",
|
|
889
1077
|
"description": "Value"
|
|
890
1078
|
}
|
|
891
1079
|
]
|
|
892
1080
|
},
|
|
1081
|
+
{
|
|
1082
|
+
"name": "stzh-clamp",
|
|
1083
|
+
"description": {
|
|
1084
|
+
"kind": "markdown",
|
|
1085
|
+
"value": "The STZH clamp component.\n\n```html\n<stzh-clamp>Long text o clamp</stzh-clamp>\n```"
|
|
1086
|
+
},
|
|
1087
|
+
"attributes": [
|
|
1088
|
+
{
|
|
1089
|
+
"name": "lines",
|
|
1090
|
+
"description": "Line number"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"name": "lines-large",
|
|
1094
|
+
"description": "Line number above large breakpoint"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"name": "lines-medium",
|
|
1098
|
+
"description": "Line number above medium breakpoint"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"name": "lines-small",
|
|
1102
|
+
"description": "Line number above small breakpoint"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"name": "lines-ultra",
|
|
1106
|
+
"description": "Line number above ultra breakpoint"
|
|
1107
|
+
}
|
|
1108
|
+
]
|
|
1109
|
+
},
|
|
893
1110
|
{
|
|
894
1111
|
"name": "stzh-container",
|
|
895
1112
|
"description": {
|
|
@@ -2225,6 +2442,10 @@
|
|
|
2225
2442
|
"name": "badge",
|
|
2226
2443
|
"description": "Badge text"
|
|
2227
2444
|
},
|
|
2445
|
+
{
|
|
2446
|
+
"name": "badge-empty",
|
|
2447
|
+
"description": "Whether badge should be displayed empty"
|
|
2448
|
+
},
|
|
2228
2449
|
{
|
|
2229
2450
|
"name": "badge-position",
|
|
2230
2451
|
"description": "Badge position",
|
|
@@ -2237,10 +2458,35 @@
|
|
|
2237
2458
|
}
|
|
2238
2459
|
]
|
|
2239
2460
|
},
|
|
2461
|
+
{
|
|
2462
|
+
"name": "badge-type",
|
|
2463
|
+
"description": "Badge type",
|
|
2464
|
+
"values": [
|
|
2465
|
+
{
|
|
2466
|
+
"name": "default"
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
"name": "error"
|
|
2470
|
+
},
|
|
2471
|
+
{
|
|
2472
|
+
"name": "info"
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
"name": "success"
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"name": "warning"
|
|
2479
|
+
}
|
|
2480
|
+
]
|
|
2481
|
+
},
|
|
2240
2482
|
{
|
|
2241
2483
|
"name": "disabled",
|
|
2242
2484
|
"description": "Disabled status"
|
|
2243
2485
|
},
|
|
2486
|
+
{
|
|
2487
|
+
"name": "fullwidth",
|
|
2488
|
+
"description": "Whether the link is full width"
|
|
2489
|
+
},
|
|
2244
2490
|
{
|
|
2245
2491
|
"name": "href",
|
|
2246
2492
|
"description": "href attribute of the link"
|
|
@@ -2292,6 +2538,27 @@
|
|
|
2292
2538
|
"name": "target",
|
|
2293
2539
|
"description": "target if the button is used as link (if href used)"
|
|
2294
2540
|
},
|
|
2541
|
+
{
|
|
2542
|
+
"name": "text-align",
|
|
2543
|
+
"description": "Text alignment",
|
|
2544
|
+
"values": [
|
|
2545
|
+
{
|
|
2546
|
+
"name": "center"
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"name": "default"
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"name": "left"
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"name": "right"
|
|
2556
|
+
},
|
|
2557
|
+
{
|
|
2558
|
+
"name": "space-between"
|
|
2559
|
+
}
|
|
2560
|
+
]
|
|
2561
|
+
},
|
|
2295
2562
|
{
|
|
2296
2563
|
"name": "type",
|
|
2297
2564
|
"description": "type of the button, if used as button (if no href used)",
|
|
@@ -2430,6 +2697,31 @@
|
|
|
2430
2697
|
"name": "badge",
|
|
2431
2698
|
"description": "Badge"
|
|
2432
2699
|
},
|
|
2700
|
+
{
|
|
2701
|
+
"name": "badge-empty",
|
|
2702
|
+
"description": "Whether badge should be displayed empty"
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"name": "badge-type",
|
|
2706
|
+
"description": "Badge type",
|
|
2707
|
+
"values": [
|
|
2708
|
+
{
|
|
2709
|
+
"name": "default"
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"name": "error"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"name": "info"
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
"name": "success"
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"name": "warning"
|
|
2722
|
+
}
|
|
2723
|
+
]
|
|
2724
|
+
},
|
|
2433
2725
|
{
|
|
2434
2726
|
"name": "disabled",
|
|
2435
2727
|
"description": "Whether the button is disabled"
|
|
@@ -2503,6 +2795,51 @@
|
|
|
2503
2795
|
},
|
|
2504
2796
|
"attributes": []
|
|
2505
2797
|
},
|
|
2798
|
+
{
|
|
2799
|
+
"name": "stzh-olmap",
|
|
2800
|
+
"description": {
|
|
2801
|
+
"kind": "markdown",
|
|
2802
|
+
"value": "The STZH olmap component."
|
|
2803
|
+
},
|
|
2804
|
+
"attributes": [
|
|
2805
|
+
{
|
|
2806
|
+
"name": "center-marker",
|
|
2807
|
+
"description": "Whether to display an icon marker in the center"
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"name": "hostname",
|
|
2811
|
+
"description": "Hostname"
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
"name": "layer",
|
|
2815
|
+
"description": "Active layer (`streets` or `satellite` can be used with default `layers` prop value)"
|
|
2816
|
+
},
|
|
2817
|
+
{
|
|
2818
|
+
"name": "layer-control",
|
|
2819
|
+
"description": "Whether map layer switch control is shown"
|
|
2820
|
+
},
|
|
2821
|
+
{
|
|
2822
|
+
"name": "layers",
|
|
2823
|
+
"description": "Layers (maximum of two).\n\nDefault layers `streets` and `satellite` are defined.\nIf `streets` or `satellite` is used as key, they will have a default filled `title`."
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"name": "location-control",
|
|
2827
|
+
"description": "Whether map should have a location control"
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"name": "print-control",
|
|
2831
|
+
"description": "Whether map should be printable"
|
|
2832
|
+
},
|
|
2833
|
+
{
|
|
2834
|
+
"name": "scale-control",
|
|
2835
|
+
"description": "Whether map scale should be shown"
|
|
2836
|
+
},
|
|
2837
|
+
{
|
|
2838
|
+
"name": "zoom",
|
|
2839
|
+
"description": "Zoom"
|
|
2840
|
+
}
|
|
2841
|
+
]
|
|
2842
|
+
},
|
|
2506
2843
|
{
|
|
2507
2844
|
"name": "stzh-overlay",
|
|
2508
2845
|
"description": {
|
|
@@ -2635,7 +2972,7 @@
|
|
|
2635
2972
|
"name": "stzh-portal-mitwirken",
|
|
2636
2973
|
"description": {
|
|
2637
2974
|
"kind": "markdown",
|
|
2638
|
-
"value": "This component is only intended for the mitwirken.stadt-zuerich.ch portal.\nIt introduces global CSS for the page components of the Decidim tool."
|
|
2975
|
+
"value": "This component is only intended for styling the [mitwirken.stadt-zuerich.ch](https://mitwirken.stadt-zuerich.ch/) portal.\n\nIt introduces global CSS for the page components of the Decidim tool.\nCurrently the CSS has to be copied from the bundled JS file to the Decidim \"Custom Styles\" page.\nThe CSS will be output in the console and can be copied there. Paste it then into the \"Custom Styles\" admin page.\n\n* INTEG URL: https://mitwirken.integ.stadt-zuerich.ch/?locale=de\n* INTEG VBZ Example Process Page: https://mitwirken.integ.stadt-zuerich.ch/processes/VBZ?locale=de\n* INTEG VBZ Example Process Admin Page: https://mitwirken.integ.stadt-zuerich.ch/admin/participatory_processes/VBZ/edit?locale=de\n* INTEG \"Custom Styles\" Admin Page: https://mitwirken.integ.stadt-zuerich.ch/admin/decidim_awesome/config/styles?locale=de"
|
|
2639
2976
|
},
|
|
2640
2977
|
"attributes": []
|
|
2641
2978
|
},
|
|
@@ -2829,6 +3166,10 @@
|
|
|
2829
3166
|
"name": "name",
|
|
2830
3167
|
"description": "The name of the input radio elements"
|
|
2831
3168
|
},
|
|
3169
|
+
{
|
|
3170
|
+
"name": "prevent-update-properties",
|
|
3171
|
+
"description": "Prevent updating certain properties of radio elements (possible values inside array: disabled, invalid, required, hide-marker)"
|
|
3172
|
+
},
|
|
2832
3173
|
{
|
|
2833
3174
|
"name": "required",
|
|
2834
3175
|
"description": "Required status"
|
|
@@ -2864,7 +3205,7 @@
|
|
|
2864
3205
|
"name": "stzh-richtext",
|
|
2865
3206
|
"description": {
|
|
2866
3207
|
"kind": "markdown",
|
|
2867
|
-
"value": "The STZH richtext component.\n\nThis component styles (colors, fonts, spacings) the slotted
|
|
3208
|
+
"value": "The STZH richtext component.\n\nThis component styles (colors, fonts, spacings) the slotted elements `hX`, `p`, `i`, `b`, `strong`, `em`, `ul`, `ol`, `blockquote`, `table` and `a` (icon are added to external links) and adds spacings to the components `stzh-text` and `stzh-heading`.\n\nThis is especially useful when the content is coming from a WYSIWYG editor within a CMS."
|
|
2868
3209
|
},
|
|
2869
3210
|
"attributes": [
|
|
2870
3211
|
{
|
|
@@ -3113,6 +3454,23 @@
|
|
|
3113
3454
|
}
|
|
3114
3455
|
]
|
|
3115
3456
|
},
|
|
3457
|
+
{
|
|
3458
|
+
"name": "stzh-sticky",
|
|
3459
|
+
"description": {
|
|
3460
|
+
"kind": "markdown",
|
|
3461
|
+
"value": "The STZH sticky component.\n\nMakes slotted content sticky with help of `position: sticky` and adds additional events when element gets stucked. To make it work, parent elements are not allowed to have a overflow set to `auto`, `hidden` or `scroll`.\n\nWhen element is stuck `is-stuck` attribute will be added to the host element. Additionally `is-stuck-top` or `is-stuck-bottom` will be added."
|
|
3462
|
+
},
|
|
3463
|
+
"attributes": [
|
|
3464
|
+
{
|
|
3465
|
+
"name": "disable-sticky-bottom",
|
|
3466
|
+
"description": "Whether to disable sticking to bottom"
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
"name": "disable-sticky-top",
|
|
3470
|
+
"description": "Whether to disable sticking to top"
|
|
3471
|
+
}
|
|
3472
|
+
]
|
|
3473
|
+
},
|
|
3116
3474
|
{
|
|
3117
3475
|
"name": "stzh-table",
|
|
3118
3476
|
"description": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oiz/stzh-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0-alpha",
|
|
4
4
|
"description": "STZH Web Components Library",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -74,13 +74,18 @@
|
|
|
74
74
|
"license": "MIT",
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@floating-ui/dom": "^1.0.1",
|
|
77
|
-
"@stencil/core": "^2.
|
|
77
|
+
"@stencil/core": "^2.20.0",
|
|
78
|
+
"@vidstack/player": "^1.6.5",
|
|
78
79
|
"axios": "^0.27.2",
|
|
79
80
|
"body-scroll-lock": "^3.1.3",
|
|
80
81
|
"dropzone": "^5.9.3",
|
|
81
82
|
"flexsearch": "^0.7.21",
|
|
82
83
|
"focus-trap": "^7.0.0",
|
|
84
|
+
"hls.js": "^1.2.9",
|
|
83
85
|
"js-cookie": "^3.0.1",
|
|
86
|
+
"lit": "^2.5.0",
|
|
87
|
+
"ol": "^4.6.5",
|
|
88
|
+
"proj4": "^2.4.4",
|
|
84
89
|
"scroll-into-view-if-needed": "^2.2.29",
|
|
85
90
|
"sortablejs": "^1.15.0",
|
|
86
91
|
"tabbable": "^6.0.0",
|