@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
|
@@ -5,11 +5,12 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import { Font, Layout, Space, StzhAccordionItemClosedEvent, StzhAccordionItemCloseEvent, StzhAccordionItemOpenedEvent, StzhAccordionItemOpenEvent, StzhActionsetItem, StzhActionsetItemClickEvent, StzhAppointmentsChangeEvent, StzhButtonBlurEvent, StzhButtonChangeEvent, StzhButtonFocusEvent, StzhCalendarChangeEvent, StzhCalendarDateDisabledPredicate, StzhCardCollapseEvent, StzhCardHeaderAction, StzhCardHeaderActionClickEvent, StzhCardListCollapseAllEvent, StzhCardStarClickEvent, StzhCardSubtitleClickEvent, StzhCheckboxBlurEvent, StzhCheckboxChangeEvent, StzhCheckboxFocusEvent, StzhChipBlurEvent, StzhChipClickEvent, StzhChipFocusEvent, StzhChipRemoveEvent, StzhChipSelectChangeEvent, StzhChipSelectItem, StzhDatalistItemActionClickEvent, StzhDatalistItemEntry, StzhDatamessagelistItemActionClickEvent, StzhDatamessagelistItemClickEvent, StzhDatamessagelistItemEntryAction, StzhDatamessagelistItemEntryLoadingStatus, StzhDatamessagelistItemEntryMeta, StzhDatamessagelistItemEntryTag, StzhDatepickerChangeEvent, StzhDialogCloseEvent, StzhDialogOpenEvent, StzhDropdowCloseEvent, StzhDropdowInitEvent, StzhDropdownBlurEvent, StzhDropdownChangeEvent, StzhDropdownFocusEvent, StzhDropdownItemAddEvent, StzhDropdownItemRemoveEvent, StzhDropdownOpenEvent, StzhDropdownOptionAddEvent, StzhDropdownOptionRemoveEvent, StzhGhettoboxCloseEvent, StzhGhettoboxOpenEvent, StzhInputBlurEvent, StzhInputChangeEvent, StzhInputFocusEvent, StzhLinkBlurEvent, StzhLinkFocusEvent, StzhMenuItemBlurEvent, StzhMenuItemFocusEvent, StzhMessageCloseEvent, StzhMessageOpenEvent, StzhOverlayCloseEvent, StzhOverlayOpenEvent, StzhPopoverClosedEvent, StzhPopoverCloseEvent, StzhPopoverOpenedEvent, StzhPopoverOpenEvent, StzhProgressbarDataItem, StzhProgressbarItemClickEvent, StzhProgressbarItemDottedClickEvent, StzhRadioBlurEvent, StzhRadioChangeEvent, StzhRadioFocusEvent, StzhSortableDisableEvent, StzhSortableUpdateEvent, StzhToggleBlurEvent, StzhToggleChangeEvent, StzhToggleFocusEvent, StzhTooltipClosedEvent, StzhTooltipCloseEvent, StzhTooltipOpenedEvent, StzhTooltipOpenEvent, StzhUploadCanceledEvent, StzhUploadCanceledMultipleEvent, StzhUploadCompleteEvent, StzhUploadCompleteMultipleEvent, StzhUploadErrorEvent, StzhUploadErrorMultipleEvent, StzhUploadFileAddedEvent, StzhUploadFileRemovedEvent, StzhUploadFilesAddedEvent, StzhUploadFilesItem, StzhUploadProcessingEvent, StzhUploadProcessingMultipleEvent, StzhUploadProgressEvent, StzhUploadProgressTotalEvent, StzhUploadSendingEvent, StzhUploadSendingMultipleEvent, StzhUploadSuccessEvent, StzhUploadSuccessMultipleEvent, StzhVbzLinechipBlurEvent, StzhVbzLinechipFocusEvent, VBZ } from "./index";
|
|
8
|
+
import { Font, Layout, OlmapLayer, Space, StzhAccordionItemClosedEvent, StzhAccordionItemCloseEvent, StzhAccordionItemOpenedEvent, StzhAccordionItemOpenEvent, StzhActionsetItem, StzhActionsetItemClickEvent, StzhAnchornavItem, StzhAnchornavItemClickEvent, StzhAppointmentsChangeEvent, StzhAudioEndedEvent, StzhAudioEndEvent, StzhAudioErrorEvent, StzhAudioPauseEvent, StzhAudioPlayEvent, StzhAudioPlayingEvent, StzhAudioReplayEvent, StzhButtonBlurEvent, StzhButtonChangeEvent, StzhButtonFocusEvent, StzhCalendarChangeEvent, StzhCalendarDateDisabledPredicate, StzhCardCollapseEvent, StzhCardHeaderAction, StzhCardHeaderActionClickEvent, StzhCardListCollapseAllEvent, StzhCardStarClickEvent, StzhCardSubtitleClickEvent, StzhCheckboxBlurEvent, StzhCheckboxChangeEvent, StzhCheckboxFocusEvent, StzhChipBlurEvent, StzhChipClickEvent, StzhChipFocusEvent, StzhChipRemoveEvent, StzhChipSelectChangeEvent, StzhChipSelectItem, StzhDatalistItemActionClickEvent, StzhDatalistItemEntry, StzhDatamessagelistItemActionClickEvent, StzhDatamessagelistItemClickEvent, StzhDatamessagelistItemEntryAction, StzhDatamessagelistItemEntryLoadingStatus, StzhDatamessagelistItemEntryMeta, StzhDatamessagelistItemEntryTag, StzhDatepickerChangeEvent, StzhDialogCloseEvent, StzhDialogOpenEvent, StzhDropdowCloseEvent, StzhDropdowInitEvent, StzhDropdownBlurEvent, StzhDropdownChangeEvent, StzhDropdownFocusEvent, StzhDropdownItemAddEvent, StzhDropdownItemRemoveEvent, StzhDropdownOpenEvent, StzhDropdownOptionAddEvent, StzhDropdownOptionRemoveEvent, StzhGhettoboxCloseEvent, StzhGhettoboxOpenEvent, StzhInputBlurEvent, StzhInputChangeEvent, StzhInputFocusEvent, StzhLinkBlurEvent, StzhLinkFocusEvent, StzhMenuItemBlurEvent, StzhMenuItemFocusEvent, StzhMessageCloseEvent, StzhMessageOpenEvent, StzhOlmapInitializedEvent, StzhOlmapMoveEndEvent, StzhOlmapMoveStartEvent, StzhOlmapPostRenderEvent, StzhOverlayCloseEvent, StzhOverlayOpenEvent, StzhPopoverClosedEvent, StzhPopoverCloseEvent, StzhPopoverOpenedEvent, StzhPopoverOpenEvent, StzhProgressbarDataItem, StzhProgressbarItemClickEvent, StzhProgressbarItemDottedClickEvent, StzhRadioBlurEvent, StzhRadioChangeEvent, StzhRadioFocusEvent, StzhSortableDisableEvent, StzhSortableUpdateEvent, StzhStickyStuckBottomEvent, StzhStickyStuckTopEvent, StzhToggleBlurEvent, StzhToggleChangeEvent, StzhToggleFocusEvent, StzhTooltipClosedEvent, StzhTooltipCloseEvent, StzhTooltipOpenedEvent, StzhTooltipOpenEvent, StzhUploadCanceledEvent, StzhUploadCanceledMultipleEvent, StzhUploadCompleteEvent, StzhUploadCompleteMultipleEvent, StzhUploadErrorEvent, StzhUploadErrorMultipleEvent, StzhUploadFileAddedEvent, StzhUploadFileRemovedEvent, StzhUploadFilesAddedEvent, StzhUploadFilesItem, StzhUploadProcessingEvent, StzhUploadProcessingMultipleEvent, StzhUploadProgressEvent, StzhUploadProgressTotalEvent, StzhUploadSendingEvent, StzhUploadSendingMultipleEvent, StzhUploadSuccessEvent, StzhUploadSuccessMultipleEvent, StzhVbzLinechipBlurEvent, StzhVbzLinechipFocusEvent, VBZ } from "./index";
|
|
9
9
|
import { StzhActionsetLocalizedText } from "./components/stzh-actionset/stzh-actionset.localization";
|
|
10
10
|
import { Placement } from "@floating-ui/dom";
|
|
11
11
|
import { StzhAppointmentsLocalizedText } from "./components/stzh-appointments/stzh-appointments.localization";
|
|
12
12
|
import { StzhLocaleAdapter } from "./utils/date-adapter";
|
|
13
|
+
import { StzhAudioLocalizedText } from "./components/stzh-audio/stzh-audio.localization";
|
|
13
14
|
import { DaysOfWeek } from "./utils/date-utils";
|
|
14
15
|
import { StzhCalendarLocalizedText } from "./components/stzh-calendar/stzh-calendar.localization";
|
|
15
16
|
import { StzhCardLocalizedText } from "./components/stzh-card/stzh-card.localization";
|
|
@@ -23,6 +24,7 @@ import { StzhDropdownLocalizedText } from "./components/stzh-dropdown/stzh-dropd
|
|
|
23
24
|
import { StzhFooterLocalizedText } from "./components/stzh-footer/stzh-footer.localization";
|
|
24
25
|
import { StzhGhettoboxLocalizedText } from "./components/stzh-ghettobox/stzh-ghettobox.localization";
|
|
25
26
|
import { StzhMessageLocalizedText } from "./components/stzh-message/stzh-message.localization";
|
|
27
|
+
import { StzhOlmapLocalizedText } from "./components/stzh-olmap/stzh-olmap.localization";
|
|
26
28
|
import { StzhPopoverLocalizedText } from "./components/stzh-popover/stzh-popover.localization";
|
|
27
29
|
import { StzhSaptchaLocalizedText } from "./components/stzh-saptcha/stzh-saptcha.localization";
|
|
28
30
|
import { StzhSortableLocalizedText } from "./components/stzh-sortable/stzh-sortable.localization";
|
|
@@ -46,6 +48,22 @@ export namespace Components {
|
|
|
46
48
|
"setItemFocus": (accordionItem: HTMLStzhAccordionItemElement, action: string) => Promise<void>;
|
|
47
49
|
}
|
|
48
50
|
interface StzhAccordionItem {
|
|
51
|
+
/**
|
|
52
|
+
* Badge
|
|
53
|
+
*/
|
|
54
|
+
"badge": string;
|
|
55
|
+
/**
|
|
56
|
+
* Whether badge should be displayed empty
|
|
57
|
+
*/
|
|
58
|
+
"badgeEmpty": boolean;
|
|
59
|
+
/**
|
|
60
|
+
* Badge type
|
|
61
|
+
*/
|
|
62
|
+
"badgeType": "default" | "success" | "warning" | "error" | "info";
|
|
63
|
+
/**
|
|
64
|
+
* Description
|
|
65
|
+
*/
|
|
66
|
+
"description": string;
|
|
49
67
|
/**
|
|
50
68
|
* Whether fold disabled
|
|
51
69
|
*/
|
|
@@ -62,6 +80,10 @@ export namespace Components {
|
|
|
62
80
|
* Hide accordion item content
|
|
63
81
|
*/
|
|
64
82
|
"hide": () => Promise<void>;
|
|
83
|
+
/**
|
|
84
|
+
* Icon (use instead of icon slot)
|
|
85
|
+
*/
|
|
86
|
+
"icon": string;
|
|
65
87
|
/**
|
|
66
88
|
* Whether fold is open
|
|
67
89
|
*/
|
|
@@ -92,23 +114,23 @@ export namespace Components {
|
|
|
92
114
|
}
|
|
93
115
|
interface StzhActionset {
|
|
94
116
|
/**
|
|
95
|
-
* Card header actions
|
|
117
|
+
* Card header actions. Array of objects that can include the button attributes `id`, `variant`, `icon`, `size`, `iconPosition`, `iconOnly`, `label` or `badge`: `[{"id":"action-1", "icon": "alarm-bell", "label": "Lorem"}, {"id":"action-2", "icon": "mail", "label": "Lorem"}]`
|
|
96
118
|
*/
|
|
97
|
-
"actions":
|
|
119
|
+
"actions": StzhActionsetItem[] | string;
|
|
98
120
|
/**
|
|
99
121
|
* Translation strings
|
|
100
122
|
*/
|
|
101
123
|
"localization": StzhActionsetLocalizedText;
|
|
102
124
|
/**
|
|
103
|
-
*
|
|
125
|
+
* Button size of popover button (button that holds collapsed actions)
|
|
104
126
|
*/
|
|
105
127
|
"popoverButtonSize": "" | "default" | "small" | "tiny";
|
|
106
128
|
/**
|
|
107
|
-
*
|
|
129
|
+
* Button variant of popover button (button thats holds collapsed actions)
|
|
108
130
|
*/
|
|
109
131
|
"popoverButtonVariant": "" | "default" | "secondary" | "input" | "tertiary";
|
|
110
132
|
/**
|
|
111
|
-
* Popover placement
|
|
133
|
+
* Popover placement of button that holds collapsed actions
|
|
112
134
|
*/
|
|
113
135
|
"popoverPlacement": Placement;
|
|
114
136
|
/**
|
|
@@ -116,6 +138,36 @@ export namespace Components {
|
|
|
116
138
|
*/
|
|
117
139
|
"variant": "stack" | "overflow";
|
|
118
140
|
}
|
|
141
|
+
interface StzhAnchornav {
|
|
142
|
+
/**
|
|
143
|
+
* Columns number
|
|
144
|
+
*/
|
|
145
|
+
"columns": number;
|
|
146
|
+
/**
|
|
147
|
+
* Columns number above large breakpoint
|
|
148
|
+
*/
|
|
149
|
+
"columnsLarge": number;
|
|
150
|
+
/**
|
|
151
|
+
* Columns number above medium breakpoint
|
|
152
|
+
*/
|
|
153
|
+
"columnsMedium": number;
|
|
154
|
+
/**
|
|
155
|
+
* Columns number above small breakpoint
|
|
156
|
+
*/
|
|
157
|
+
"columnsSmall": number;
|
|
158
|
+
/**
|
|
159
|
+
* Columns number above ultra breakpoint
|
|
160
|
+
*/
|
|
161
|
+
"columnsUltra": number;
|
|
162
|
+
/**
|
|
163
|
+
* Initial selected values. Array of objects with `label`, `href` and `icon` attribute: `[{"href":"#lorem", "label": "Label 1"}, {"href":"#lorem2", "label": "Label 2"}]`
|
|
164
|
+
*/
|
|
165
|
+
"items": StzhAnchornavItem[] | string;
|
|
166
|
+
/**
|
|
167
|
+
* With border separator
|
|
168
|
+
*/
|
|
169
|
+
"withBorder": boolean;
|
|
170
|
+
}
|
|
119
171
|
interface StzhAppnav {
|
|
120
172
|
/**
|
|
121
173
|
* Link of app title (only used if `app-title` is defined)
|
|
@@ -170,11 +222,39 @@ export namespace Components {
|
|
|
170
222
|
"stepItems": number;
|
|
171
223
|
"value": string;
|
|
172
224
|
}
|
|
225
|
+
interface StzhAudio {
|
|
226
|
+
/**
|
|
227
|
+
* Translation strings
|
|
228
|
+
*/
|
|
229
|
+
"localization": StzhAudioLocalizedText;
|
|
230
|
+
"pause": () => Promise<void>;
|
|
231
|
+
"play": () => Promise<void>;
|
|
232
|
+
/**
|
|
233
|
+
* Preload strategy
|
|
234
|
+
*/
|
|
235
|
+
"preload": "none" | "metadata" | "auto";
|
|
236
|
+
/**
|
|
237
|
+
* Path to audio file
|
|
238
|
+
*/
|
|
239
|
+
"src": string;
|
|
240
|
+
/**
|
|
241
|
+
* Transcript text (alternative for slot)
|
|
242
|
+
*/
|
|
243
|
+
"transcript": string;
|
|
244
|
+
/**
|
|
245
|
+
* Whether transcript should be shown
|
|
246
|
+
*/
|
|
247
|
+
"transcriptShown": boolean;
|
|
248
|
+
}
|
|
173
249
|
interface StzhBadge {
|
|
174
250
|
/**
|
|
175
251
|
* Text content of the badge
|
|
176
252
|
*/
|
|
177
253
|
"label": string;
|
|
254
|
+
/**
|
|
255
|
+
* Type
|
|
256
|
+
*/
|
|
257
|
+
"type": "default" | "success" | "warning" | "error" | "info";
|
|
178
258
|
}
|
|
179
259
|
interface StzhButton {
|
|
180
260
|
/**
|
|
@@ -193,10 +273,18 @@ export namespace Components {
|
|
|
193
273
|
* Display a badge aligned to button or icons
|
|
194
274
|
*/
|
|
195
275
|
"badge": string;
|
|
276
|
+
/**
|
|
277
|
+
* Whether badge should be displayed empty
|
|
278
|
+
*/
|
|
279
|
+
"badgeEmpty": boolean;
|
|
196
280
|
/**
|
|
197
281
|
* Badge position
|
|
198
282
|
*/
|
|
199
283
|
"badgePosition": "icon" | "button";
|
|
284
|
+
/**
|
|
285
|
+
* Badge type
|
|
286
|
+
*/
|
|
287
|
+
"badgeType": "default" | "success" | "warning" | "error" | "info";
|
|
200
288
|
/**
|
|
201
289
|
* Checked status (if type is radio)
|
|
202
290
|
*/
|
|
@@ -318,7 +406,7 @@ export namespace Components {
|
|
|
318
406
|
*/
|
|
319
407
|
"disabled": boolean;
|
|
320
408
|
/**
|
|
321
|
-
* Card footer actions
|
|
409
|
+
* Card footer actions. The [`stzh-actionset`](?path=/story/components-actionset) component is used internally. You can listen to clicks with the `stzhActionClick` event.
|
|
322
410
|
*/
|
|
323
411
|
"footerActions": string | StzhActionsetItem[];
|
|
324
412
|
/**
|
|
@@ -338,7 +426,7 @@ export namespace Components {
|
|
|
338
426
|
*/
|
|
339
427
|
"hideHeaderBorder": boolean;
|
|
340
428
|
/**
|
|
341
|
-
* Whether movement menu items should be shown
|
|
429
|
+
* Whether movement menu items should be shown. Has no effect if card is not inside a `card-list` element, which has `sortableEnabled` property set to true.
|
|
342
430
|
*/
|
|
343
431
|
"hideMovementActions": boolean;
|
|
344
432
|
/**
|
|
@@ -354,11 +442,11 @@ export namespace Components {
|
|
|
354
442
|
*/
|
|
355
443
|
"selectable": boolean;
|
|
356
444
|
/**
|
|
357
|
-
* Whether sorting should be disabled
|
|
445
|
+
* Whether sorting should be disabled. Has no effect if card is not inside a `card-list` element, which has `sortableEnabled` property set to true.
|
|
358
446
|
*/
|
|
359
447
|
"sortableDisabled": boolean;
|
|
360
448
|
/**
|
|
361
|
-
* Whether card star is displayed
|
|
449
|
+
* Whether card star is displayed (with tooltip and menu-item in mobile popover). The tooltip / menu-item text can be adjusted in the translations file (`actionAdd` & `actionRemove`).
|
|
362
450
|
*/
|
|
363
451
|
"starrable": boolean;
|
|
364
452
|
/**
|
|
@@ -373,10 +461,6 @@ export namespace Components {
|
|
|
373
461
|
* Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click
|
|
374
462
|
*/
|
|
375
463
|
"subtitleInteractive": boolean;
|
|
376
|
-
/**
|
|
377
|
-
* Type
|
|
378
|
-
*/
|
|
379
|
-
"type": "default" | "alert";
|
|
380
464
|
/**
|
|
381
465
|
* The value of the input element (if card is selectable)
|
|
382
466
|
*/
|
|
@@ -396,13 +480,9 @@ export namespace Components {
|
|
|
396
480
|
*/
|
|
397
481
|
"sortableDataIdAttribute": string;
|
|
398
482
|
/**
|
|
399
|
-
* Whether sorting should be
|
|
400
|
-
*/
|
|
401
|
-
"sortableDisabled": boolean;
|
|
402
|
-
/**
|
|
403
|
-
* Algorithm how the ghost element will be cloned
|
|
483
|
+
* Whether sorting should be enabled
|
|
404
484
|
*/
|
|
405
|
-
"
|
|
485
|
+
"sortableEnabled": boolean;
|
|
406
486
|
}
|
|
407
487
|
interface StzhCell {
|
|
408
488
|
/**
|
|
@@ -540,7 +620,7 @@ export namespace Components {
|
|
|
540
620
|
/**
|
|
541
621
|
* Prevent updating certain properties of radio elements (possible values inside array: disabled, invalid)
|
|
542
622
|
*/
|
|
543
|
-
"preventUpdateProperties": string[];
|
|
623
|
+
"preventUpdateProperties": string[] | string;
|
|
544
624
|
/**
|
|
545
625
|
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show noting
|
|
546
626
|
*/
|
|
@@ -551,6 +631,14 @@ export namespace Components {
|
|
|
551
631
|
"value": string[] | string;
|
|
552
632
|
}
|
|
553
633
|
interface StzhChip {
|
|
634
|
+
/**
|
|
635
|
+
* Id for element which describes the button
|
|
636
|
+
*/
|
|
637
|
+
"a11yDescribedby": string;
|
|
638
|
+
/**
|
|
639
|
+
* Accessible label for screen readers to replace visible text
|
|
640
|
+
*/
|
|
641
|
+
"a11yLabel": string;
|
|
554
642
|
/**
|
|
555
643
|
* Active
|
|
556
644
|
*/
|
|
@@ -601,19 +689,77 @@ export namespace Components {
|
|
|
601
689
|
"variant": "tag" | "filter" | "input";
|
|
602
690
|
}
|
|
603
691
|
interface StzhChipSelect {
|
|
692
|
+
/**
|
|
693
|
+
* Id for element which describes the input (this will be overwritten if description prop or slot is used, used by stzh-radiogroup)
|
|
694
|
+
*/
|
|
695
|
+
"a11yDescribedby": string;
|
|
604
696
|
/**
|
|
605
697
|
* Data
|
|
606
698
|
*/
|
|
607
699
|
"data": string | StzhChipSelectItem[];
|
|
700
|
+
/**
|
|
701
|
+
* Description message (use description slot as alternative)
|
|
702
|
+
*/
|
|
703
|
+
"description": string;
|
|
704
|
+
/**
|
|
705
|
+
* Long description message appearing in a popover (use description-long slot as alternative)
|
|
706
|
+
*/
|
|
707
|
+
"descriptionLong": string;
|
|
708
|
+
/**
|
|
709
|
+
* Whether the element is disabled or not
|
|
710
|
+
*/
|
|
711
|
+
"disabled": boolean;
|
|
712
|
+
/**
|
|
713
|
+
* One or multiple error message (use error slot as alternative)
|
|
714
|
+
*/
|
|
715
|
+
"error": string | string[];
|
|
716
|
+
/**
|
|
717
|
+
* Invalid status
|
|
718
|
+
*/
|
|
719
|
+
"invalid": boolean;
|
|
608
720
|
/**
|
|
609
721
|
* Label
|
|
610
722
|
*/
|
|
611
723
|
"label": string;
|
|
724
|
+
/**
|
|
725
|
+
* Translation strings
|
|
726
|
+
*/
|
|
727
|
+
"localization": StzhLocaleComponent;
|
|
728
|
+
/**
|
|
729
|
+
* The name of the input element
|
|
730
|
+
*/
|
|
731
|
+
"name": string;
|
|
732
|
+
/**
|
|
733
|
+
* Required status
|
|
734
|
+
*/
|
|
735
|
+
"required": boolean;
|
|
612
736
|
/**
|
|
613
737
|
* Value
|
|
614
738
|
*/
|
|
615
739
|
"value": string;
|
|
616
740
|
}
|
|
741
|
+
interface StzhClamp {
|
|
742
|
+
/**
|
|
743
|
+
* Line number
|
|
744
|
+
*/
|
|
745
|
+
"lines": number;
|
|
746
|
+
/**
|
|
747
|
+
* Line number above large breakpoint
|
|
748
|
+
*/
|
|
749
|
+
"linesLarge": number;
|
|
750
|
+
/**
|
|
751
|
+
* Line number above medium breakpoint
|
|
752
|
+
*/
|
|
753
|
+
"linesMedium": number;
|
|
754
|
+
/**
|
|
755
|
+
* Line number above small breakpoint
|
|
756
|
+
*/
|
|
757
|
+
"linesSmall": number;
|
|
758
|
+
/**
|
|
759
|
+
* Line number above ultra breakpoint
|
|
760
|
+
*/
|
|
761
|
+
"linesUltra": number;
|
|
762
|
+
}
|
|
617
763
|
interface StzhContainer {
|
|
618
764
|
}
|
|
619
765
|
interface StzhCspace {
|
|
@@ -1314,14 +1460,26 @@ export namespace Components {
|
|
|
1314
1460
|
* Badge text
|
|
1315
1461
|
*/
|
|
1316
1462
|
"badge": string;
|
|
1463
|
+
/**
|
|
1464
|
+
* Whether badge should be displayed empty
|
|
1465
|
+
*/
|
|
1466
|
+
"badgeEmpty": boolean;
|
|
1317
1467
|
/**
|
|
1318
1468
|
* Badge position
|
|
1319
1469
|
*/
|
|
1320
1470
|
"badgePosition": "icon" | "link";
|
|
1471
|
+
/**
|
|
1472
|
+
* Badge type
|
|
1473
|
+
*/
|
|
1474
|
+
"badgeType": "default" | "success" | "warning" | "error" | "info";
|
|
1321
1475
|
/**
|
|
1322
1476
|
* Disabled status
|
|
1323
1477
|
*/
|
|
1324
1478
|
"disabled": boolean;
|
|
1479
|
+
/**
|
|
1480
|
+
* Whether the link is full width
|
|
1481
|
+
*/
|
|
1482
|
+
"fullwidth": boolean;
|
|
1325
1483
|
/**
|
|
1326
1484
|
* href attribute of the link
|
|
1327
1485
|
*/
|
|
@@ -1358,6 +1516,10 @@ export namespace Components {
|
|
|
1358
1516
|
* target if the button is used as link (if href used)
|
|
1359
1517
|
*/
|
|
1360
1518
|
"target": string;
|
|
1519
|
+
/**
|
|
1520
|
+
* Text alignment
|
|
1521
|
+
*/
|
|
1522
|
+
"textAlign": "left" | "center" | "right" | "space-between" | "default";
|
|
1361
1523
|
/**
|
|
1362
1524
|
* type of the button, if used as button (if no href used)
|
|
1363
1525
|
*/
|
|
@@ -1418,6 +1580,14 @@ export namespace Components {
|
|
|
1418
1580
|
* Badge
|
|
1419
1581
|
*/
|
|
1420
1582
|
"badge": string;
|
|
1583
|
+
/**
|
|
1584
|
+
* Whether badge should be displayed empty
|
|
1585
|
+
*/
|
|
1586
|
+
"badgeEmpty": boolean;
|
|
1587
|
+
/**
|
|
1588
|
+
* Badge type
|
|
1589
|
+
*/
|
|
1590
|
+
"badgeType": "default" | "success" | "warning" | "error" | "info";
|
|
1421
1591
|
/**
|
|
1422
1592
|
* Whether the button is disabled
|
|
1423
1593
|
*/
|
|
@@ -1473,6 +1643,84 @@ export namespace Components {
|
|
|
1473
1643
|
}
|
|
1474
1644
|
interface StzhMetanav {
|
|
1475
1645
|
}
|
|
1646
|
+
interface StzhOlmap {
|
|
1647
|
+
/**
|
|
1648
|
+
* Add a icon marker to the icon layer.
|
|
1649
|
+
*/
|
|
1650
|
+
"addIconMarker": (coordinates: number[]) => Promise<any>;
|
|
1651
|
+
/**
|
|
1652
|
+
* Initial center position
|
|
1653
|
+
*/
|
|
1654
|
+
"center": [number, number];
|
|
1655
|
+
/**
|
|
1656
|
+
* Whether to display an icon marker in the center
|
|
1657
|
+
*/
|
|
1658
|
+
"centerMarker": boolean;
|
|
1659
|
+
/**
|
|
1660
|
+
* Disable user location tracking
|
|
1661
|
+
*/
|
|
1662
|
+
"disableLocationTracking": () => Promise<void>;
|
|
1663
|
+
/**
|
|
1664
|
+
* Enable user location tracking
|
|
1665
|
+
*/
|
|
1666
|
+
"enableLocationTracking": () => Promise<void>;
|
|
1667
|
+
/**
|
|
1668
|
+
* Get map
|
|
1669
|
+
*/
|
|
1670
|
+
"getMap": () => Promise<any>;
|
|
1671
|
+
/**
|
|
1672
|
+
* Hostname
|
|
1673
|
+
*/
|
|
1674
|
+
"hostname": string;
|
|
1675
|
+
/**
|
|
1676
|
+
* Active layer (`streets` or `satellite` can be used with default `layers` prop value)
|
|
1677
|
+
*/
|
|
1678
|
+
"layer": string;
|
|
1679
|
+
/**
|
|
1680
|
+
* Whether map layer switch control is shown
|
|
1681
|
+
*/
|
|
1682
|
+
"layerControl": boolean;
|
|
1683
|
+
/**
|
|
1684
|
+
* Layers (maximum of two). Default layers `streets` and `satellite` are defined. If `streets` or `satellite` is used as key, they will have a default filled `title`.
|
|
1685
|
+
*/
|
|
1686
|
+
"layers": string | { [key: string]: OlmapLayer };
|
|
1687
|
+
/**
|
|
1688
|
+
* Translation strings
|
|
1689
|
+
*/
|
|
1690
|
+
"localization": StzhOlmapLocalizedText;
|
|
1691
|
+
/**
|
|
1692
|
+
* Whether map should have a location control
|
|
1693
|
+
*/
|
|
1694
|
+
"locationControl": boolean;
|
|
1695
|
+
/**
|
|
1696
|
+
* Whether map should be printable
|
|
1697
|
+
*/
|
|
1698
|
+
"printControl": boolean;
|
|
1699
|
+
/**
|
|
1700
|
+
* Remove icon marker from icon layer.
|
|
1701
|
+
*/
|
|
1702
|
+
"removeIconMarker": (marker: any) => Promise<any>;
|
|
1703
|
+
/**
|
|
1704
|
+
* Resolutions
|
|
1705
|
+
*/
|
|
1706
|
+
"resolutions": number[];
|
|
1707
|
+
/**
|
|
1708
|
+
* Whether map scale should be shown
|
|
1709
|
+
*/
|
|
1710
|
+
"scaleControl": boolean;
|
|
1711
|
+
/**
|
|
1712
|
+
* Set icon marker as active.
|
|
1713
|
+
*/
|
|
1714
|
+
"setIconMarkerActive": (marker: any) => Promise<void>;
|
|
1715
|
+
/**
|
|
1716
|
+
* Set icon marker as inactive.
|
|
1717
|
+
*/
|
|
1718
|
+
"setIconMarkerInactive": (marker: any) => Promise<void>;
|
|
1719
|
+
/**
|
|
1720
|
+
* Zoom
|
|
1721
|
+
*/
|
|
1722
|
+
"zoom": number;
|
|
1723
|
+
}
|
|
1476
1724
|
interface StzhOverlay {
|
|
1477
1725
|
/**
|
|
1478
1726
|
* Accessible label for dialog
|
|
@@ -1688,7 +1936,7 @@ export namespace Components {
|
|
|
1688
1936
|
/**
|
|
1689
1937
|
* Prevent updating certain properties of radio elements (possible values inside array: disabled, invalid, required, hide-marker)
|
|
1690
1938
|
*/
|
|
1691
|
-
"preventUpdateProperties": string[];
|
|
1939
|
+
"preventUpdateProperties": string[] | string;
|
|
1692
1940
|
/**
|
|
1693
1941
|
* Required status
|
|
1694
1942
|
*/
|
|
@@ -1862,6 +2110,16 @@ export namespace Components {
|
|
|
1862
2110
|
*/
|
|
1863
2111
|
"withLoadingbar": boolean;
|
|
1864
2112
|
}
|
|
2113
|
+
interface StzhSticky {
|
|
2114
|
+
/**
|
|
2115
|
+
* Whether to disable sticking to bottom
|
|
2116
|
+
*/
|
|
2117
|
+
"disableStickyBottom": boolean;
|
|
2118
|
+
/**
|
|
2119
|
+
* Whether to disable sticking to top
|
|
2120
|
+
*/
|
|
2121
|
+
"disableStickyTop": boolean;
|
|
2122
|
+
}
|
|
1865
2123
|
interface StzhTable {
|
|
1866
2124
|
/**
|
|
1867
2125
|
* Columns that should be sticky on the left side (column indexes separated by comma)
|
|
@@ -2261,10 +2519,18 @@ export interface StzhActionsetCustomEvent<T> extends CustomEvent<T> {
|
|
|
2261
2519
|
detail: T;
|
|
2262
2520
|
target: HTMLStzhActionsetElement;
|
|
2263
2521
|
}
|
|
2522
|
+
export interface StzhAnchornavCustomEvent<T> extends CustomEvent<T> {
|
|
2523
|
+
detail: T;
|
|
2524
|
+
target: HTMLStzhAnchornavElement;
|
|
2525
|
+
}
|
|
2264
2526
|
export interface StzhAppointmentsCustomEvent<T> extends CustomEvent<T> {
|
|
2265
2527
|
detail: T;
|
|
2266
2528
|
target: HTMLStzhAppointmentsElement;
|
|
2267
2529
|
}
|
|
2530
|
+
export interface StzhAudioCustomEvent<T> extends CustomEvent<T> {
|
|
2531
|
+
detail: T;
|
|
2532
|
+
target: HTMLStzhAudioElement;
|
|
2533
|
+
}
|
|
2268
2534
|
export interface StzhButtonCustomEvent<T> extends CustomEvent<T> {
|
|
2269
2535
|
detail: T;
|
|
2270
2536
|
target: HTMLStzhButtonElement;
|
|
@@ -2333,6 +2599,10 @@ export interface StzhMessageCustomEvent<T> extends CustomEvent<T> {
|
|
|
2333
2599
|
detail: T;
|
|
2334
2600
|
target: HTMLStzhMessageElement;
|
|
2335
2601
|
}
|
|
2602
|
+
export interface StzhOlmapCustomEvent<T> extends CustomEvent<T> {
|
|
2603
|
+
detail: T;
|
|
2604
|
+
target: HTMLStzhOlmapElement;
|
|
2605
|
+
}
|
|
2336
2606
|
export interface StzhOverlayCustomEvent<T> extends CustomEvent<T> {
|
|
2337
2607
|
detail: T;
|
|
2338
2608
|
target: HTMLStzhOverlayElement;
|
|
@@ -2353,6 +2623,10 @@ export interface StzhSortableCustomEvent<T> extends CustomEvent<T> {
|
|
|
2353
2623
|
detail: T;
|
|
2354
2624
|
target: HTMLStzhSortableElement;
|
|
2355
2625
|
}
|
|
2626
|
+
export interface StzhStickyCustomEvent<T> extends CustomEvent<T> {
|
|
2627
|
+
detail: T;
|
|
2628
|
+
target: HTMLStzhStickyElement;
|
|
2629
|
+
}
|
|
2356
2630
|
export interface StzhToggleCustomEvent<T> extends CustomEvent<T> {
|
|
2357
2631
|
detail: T;
|
|
2358
2632
|
target: HTMLStzhToggleElement;
|
|
@@ -2394,6 +2668,12 @@ declare global {
|
|
|
2394
2668
|
prototype: HTMLStzhActionsetElement;
|
|
2395
2669
|
new (): HTMLStzhActionsetElement;
|
|
2396
2670
|
};
|
|
2671
|
+
interface HTMLStzhAnchornavElement extends Components.StzhAnchornav, HTMLStencilElement {
|
|
2672
|
+
}
|
|
2673
|
+
var HTMLStzhAnchornavElement: {
|
|
2674
|
+
prototype: HTMLStzhAnchornavElement;
|
|
2675
|
+
new (): HTMLStzhAnchornavElement;
|
|
2676
|
+
};
|
|
2397
2677
|
interface HTMLStzhAppnavElement extends Components.StzhAppnav, HTMLStencilElement {
|
|
2398
2678
|
}
|
|
2399
2679
|
var HTMLStzhAppnavElement: {
|
|
@@ -2406,6 +2686,12 @@ declare global {
|
|
|
2406
2686
|
prototype: HTMLStzhAppointmentsElement;
|
|
2407
2687
|
new (): HTMLStzhAppointmentsElement;
|
|
2408
2688
|
};
|
|
2689
|
+
interface HTMLStzhAudioElement extends Components.StzhAudio, HTMLStencilElement {
|
|
2690
|
+
}
|
|
2691
|
+
var HTMLStzhAudioElement: {
|
|
2692
|
+
prototype: HTMLStzhAudioElement;
|
|
2693
|
+
new (): HTMLStzhAudioElement;
|
|
2694
|
+
};
|
|
2409
2695
|
interface HTMLStzhBadgeElement extends Components.StzhBadge, HTMLStencilElement {
|
|
2410
2696
|
}
|
|
2411
2697
|
var HTMLStzhBadgeElement: {
|
|
@@ -2466,6 +2752,12 @@ declare global {
|
|
|
2466
2752
|
prototype: HTMLStzhChipSelectElement;
|
|
2467
2753
|
new (): HTMLStzhChipSelectElement;
|
|
2468
2754
|
};
|
|
2755
|
+
interface HTMLStzhClampElement extends Components.StzhClamp, HTMLStencilElement {
|
|
2756
|
+
}
|
|
2757
|
+
var HTMLStzhClampElement: {
|
|
2758
|
+
prototype: HTMLStzhClampElement;
|
|
2759
|
+
new (): HTMLStzhClampElement;
|
|
2760
|
+
};
|
|
2469
2761
|
interface HTMLStzhContainerElement extends Components.StzhContainer, HTMLStencilElement {
|
|
2470
2762
|
}
|
|
2471
2763
|
var HTMLStzhContainerElement: {
|
|
@@ -2646,6 +2938,12 @@ declare global {
|
|
|
2646
2938
|
prototype: HTMLStzhMetanavElement;
|
|
2647
2939
|
new (): HTMLStzhMetanavElement;
|
|
2648
2940
|
};
|
|
2941
|
+
interface HTMLStzhOlmapElement extends Components.StzhOlmap, HTMLStencilElement {
|
|
2942
|
+
}
|
|
2943
|
+
var HTMLStzhOlmapElement: {
|
|
2944
|
+
prototype: HTMLStzhOlmapElement;
|
|
2945
|
+
new (): HTMLStzhOlmapElement;
|
|
2946
|
+
};
|
|
2649
2947
|
interface HTMLStzhOverlayElement extends Components.StzhOverlay, HTMLStencilElement {
|
|
2650
2948
|
}
|
|
2651
2949
|
var HTMLStzhOverlayElement: {
|
|
@@ -2748,6 +3046,12 @@ declare global {
|
|
|
2748
3046
|
prototype: HTMLStzhStatusElement;
|
|
2749
3047
|
new (): HTMLStzhStatusElement;
|
|
2750
3048
|
};
|
|
3049
|
+
interface HTMLStzhStickyElement extends Components.StzhSticky, HTMLStencilElement {
|
|
3050
|
+
}
|
|
3051
|
+
var HTMLStzhStickyElement: {
|
|
3052
|
+
prototype: HTMLStzhStickyElement;
|
|
3053
|
+
new (): HTMLStzhStickyElement;
|
|
3054
|
+
};
|
|
2751
3055
|
interface HTMLStzhTableElement extends Components.StzhTable, HTMLStencilElement {
|
|
2752
3056
|
}
|
|
2753
3057
|
var HTMLStzhTableElement: {
|
|
@@ -2813,8 +3117,10 @@ declare global {
|
|
|
2813
3117
|
"stzh-accordion-item": HTMLStzhAccordionItemElement;
|
|
2814
3118
|
"stzh-actions": HTMLStzhActionsElement;
|
|
2815
3119
|
"stzh-actionset": HTMLStzhActionsetElement;
|
|
3120
|
+
"stzh-anchornav": HTMLStzhAnchornavElement;
|
|
2816
3121
|
"stzh-appnav": HTMLStzhAppnavElement;
|
|
2817
3122
|
"stzh-appointments": HTMLStzhAppointmentsElement;
|
|
3123
|
+
"stzh-audio": HTMLStzhAudioElement;
|
|
2818
3124
|
"stzh-badge": HTMLStzhBadgeElement;
|
|
2819
3125
|
"stzh-button": HTMLStzhButtonElement;
|
|
2820
3126
|
"stzh-calendar": HTMLStzhCalendarElement;
|
|
@@ -2825,6 +3131,7 @@ declare global {
|
|
|
2825
3131
|
"stzh-checkboxgroup": HTMLStzhCheckboxgroupElement;
|
|
2826
3132
|
"stzh-chip": HTMLStzhChipElement;
|
|
2827
3133
|
"stzh-chip-select": HTMLStzhChipSelectElement;
|
|
3134
|
+
"stzh-clamp": HTMLStzhClampElement;
|
|
2828
3135
|
"stzh-container": HTMLStzhContainerElement;
|
|
2829
3136
|
"stzh-cspace": HTMLStzhCspaceElement;
|
|
2830
3137
|
"stzh-datalist": HTMLStzhDatalistElement;
|
|
@@ -2855,6 +3162,7 @@ declare global {
|
|
|
2855
3162
|
"stzh-menu-item": HTMLStzhMenuItemElement;
|
|
2856
3163
|
"stzh-message": HTMLStzhMessageElement;
|
|
2857
3164
|
"stzh-metanav": HTMLStzhMetanavElement;
|
|
3165
|
+
"stzh-olmap": HTMLStzhOlmapElement;
|
|
2858
3166
|
"stzh-overlay": HTMLStzhOverlayElement;
|
|
2859
3167
|
"stzh-page-skiplinks": HTMLStzhPageSkiplinksElement;
|
|
2860
3168
|
"stzh-pagetitle": HTMLStzhPagetitleElement;
|
|
@@ -2872,6 +3180,7 @@ declare global {
|
|
|
2872
3180
|
"stzh-skiplink": HTMLStzhSkiplinkElement;
|
|
2873
3181
|
"stzh-sortable": HTMLStzhSortableElement;
|
|
2874
3182
|
"stzh-status": HTMLStzhStatusElement;
|
|
3183
|
+
"stzh-sticky": HTMLStzhStickyElement;
|
|
2875
3184
|
"stzh-table": HTMLStzhTableElement;
|
|
2876
3185
|
"stzh-text": HTMLStzhTextElement;
|
|
2877
3186
|
"stzh-toggle": HTMLStzhToggleElement;
|
|
@@ -2896,6 +3205,22 @@ declare namespace LocalJSX {
|
|
|
2896
3205
|
"multiselectable"?: boolean;
|
|
2897
3206
|
}
|
|
2898
3207
|
interface StzhAccordionItem {
|
|
3208
|
+
/**
|
|
3209
|
+
* Badge
|
|
3210
|
+
*/
|
|
3211
|
+
"badge"?: string;
|
|
3212
|
+
/**
|
|
3213
|
+
* Whether badge should be displayed empty
|
|
3214
|
+
*/
|
|
3215
|
+
"badgeEmpty"?: boolean;
|
|
3216
|
+
/**
|
|
3217
|
+
* Badge type
|
|
3218
|
+
*/
|
|
3219
|
+
"badgeType"?: "default" | "success" | "warning" | "error" | "info";
|
|
3220
|
+
/**
|
|
3221
|
+
* Description
|
|
3222
|
+
*/
|
|
3223
|
+
"description"?: string;
|
|
2899
3224
|
/**
|
|
2900
3225
|
* Whether fold disabled
|
|
2901
3226
|
*/
|
|
@@ -2908,6 +3233,10 @@ declare namespace LocalJSX {
|
|
|
2908
3233
|
* Heading level
|
|
2909
3234
|
*/
|
|
2910
3235
|
"headingLevel"?: "1" | "2" | "3" | "4";
|
|
3236
|
+
/**
|
|
3237
|
+
* Icon (use instead of icon slot)
|
|
3238
|
+
*/
|
|
3239
|
+
"icon"?: string;
|
|
2911
3240
|
/**
|
|
2912
3241
|
* Close event
|
|
2913
3242
|
*/
|
|
@@ -2945,9 +3274,9 @@ declare namespace LocalJSX {
|
|
|
2945
3274
|
}
|
|
2946
3275
|
interface StzhActionset {
|
|
2947
3276
|
/**
|
|
2948
|
-
* Card header actions
|
|
3277
|
+
* Card header actions. Array of objects that can include the button attributes `id`, `variant`, `icon`, `size`, `iconPosition`, `iconOnly`, `label` or `badge`: `[{"id":"action-1", "icon": "alarm-bell", "label": "Lorem"}, {"id":"action-2", "icon": "mail", "label": "Lorem"}]`
|
|
2949
3278
|
*/
|
|
2950
|
-
"actions"?:
|
|
3279
|
+
"actions"?: StzhActionsetItem[] | string;
|
|
2951
3280
|
/**
|
|
2952
3281
|
* Translation strings
|
|
2953
3282
|
*/
|
|
@@ -2957,15 +3286,15 @@ declare namespace LocalJSX {
|
|
|
2957
3286
|
*/
|
|
2958
3287
|
"onStzhActionClick"?: (event: StzhActionsetCustomEvent<StzhActionsetItemClickEvent>) => void;
|
|
2959
3288
|
/**
|
|
2960
|
-
*
|
|
3289
|
+
* Button size of popover button (button that holds collapsed actions)
|
|
2961
3290
|
*/
|
|
2962
3291
|
"popoverButtonSize"?: "" | "default" | "small" | "tiny";
|
|
2963
3292
|
/**
|
|
2964
|
-
*
|
|
3293
|
+
* Button variant of popover button (button thats holds collapsed actions)
|
|
2965
3294
|
*/
|
|
2966
3295
|
"popoverButtonVariant"?: "" | "default" | "secondary" | "input" | "tertiary";
|
|
2967
3296
|
/**
|
|
2968
|
-
* Popover placement
|
|
3297
|
+
* Popover placement of button that holds collapsed actions
|
|
2969
3298
|
*/
|
|
2970
3299
|
"popoverPlacement"?: Placement;
|
|
2971
3300
|
/**
|
|
@@ -2973,6 +3302,40 @@ declare namespace LocalJSX {
|
|
|
2973
3302
|
*/
|
|
2974
3303
|
"variant"?: "stack" | "overflow";
|
|
2975
3304
|
}
|
|
3305
|
+
interface StzhAnchornav {
|
|
3306
|
+
/**
|
|
3307
|
+
* Columns number
|
|
3308
|
+
*/
|
|
3309
|
+
"columns"?: number;
|
|
3310
|
+
/**
|
|
3311
|
+
* Columns number above large breakpoint
|
|
3312
|
+
*/
|
|
3313
|
+
"columnsLarge"?: number;
|
|
3314
|
+
/**
|
|
3315
|
+
* Columns number above medium breakpoint
|
|
3316
|
+
*/
|
|
3317
|
+
"columnsMedium"?: number;
|
|
3318
|
+
/**
|
|
3319
|
+
* Columns number above small breakpoint
|
|
3320
|
+
*/
|
|
3321
|
+
"columnsSmall"?: number;
|
|
3322
|
+
/**
|
|
3323
|
+
* Columns number above ultra breakpoint
|
|
3324
|
+
*/
|
|
3325
|
+
"columnsUltra"?: number;
|
|
3326
|
+
/**
|
|
3327
|
+
* Initial selected values. Array of objects with `label`, `href` and `icon` attribute: `[{"href":"#lorem", "label": "Label 1"}, {"href":"#lorem2", "label": "Label 2"}]`
|
|
3328
|
+
*/
|
|
3329
|
+
"items"?: StzhAnchornavItem[] | string;
|
|
3330
|
+
/**
|
|
3331
|
+
* Item click event
|
|
3332
|
+
*/
|
|
3333
|
+
"onStzhItemClick"?: (event: StzhAnchornavCustomEvent<StzhAnchornavItemClickEvent>) => void;
|
|
3334
|
+
/**
|
|
3335
|
+
* With border separator
|
|
3336
|
+
*/
|
|
3337
|
+
"withBorder"?: boolean;
|
|
3338
|
+
}
|
|
2976
3339
|
interface StzhAppnav {
|
|
2977
3340
|
/**
|
|
2978
3341
|
* Link of app title (only used if `app-title` is defined)
|
|
@@ -3031,11 +3394,65 @@ declare namespace LocalJSX {
|
|
|
3031
3394
|
"stepItems"?: number;
|
|
3032
3395
|
"value"?: string;
|
|
3033
3396
|
}
|
|
3397
|
+
interface StzhAudio {
|
|
3398
|
+
/**
|
|
3399
|
+
* Translation strings
|
|
3400
|
+
*/
|
|
3401
|
+
"localization"?: StzhAudioLocalizedText;
|
|
3402
|
+
/**
|
|
3403
|
+
* Fired each time media playback has reached the end. This is fired even if the loop property is true, which is generally when you'd reach for this event over the MediaEndedEvent if you want to be notified of media looping.
|
|
3404
|
+
*/
|
|
3405
|
+
"onStzhEnd"?: (event: StzhAudioCustomEvent<StzhAudioEndEvent>) => void;
|
|
3406
|
+
/**
|
|
3407
|
+
* Fired when playback or streaming has stopped because the end of the media was reached or because no further data is available. This is not fired if playback will start from the beginning again due to the loop property being true (see MediaReplayEvent and MediaEndEvent).
|
|
3408
|
+
*/
|
|
3409
|
+
"onStzhEnded"?: (event: StzhAudioCustomEvent<StzhAudioEndedEvent>) => void;
|
|
3410
|
+
/**
|
|
3411
|
+
* Fired when media loading or playback has encountered any issues (for example, a network connectivity problem). The event detail contains a potential message containing more information about the error (empty string if nothing available), and a code that identifies the general type of error that occurred.
|
|
3412
|
+
*/
|
|
3413
|
+
"onStzhError"?: (event: StzhAudioCustomEvent<StzhAudioErrorEvent>) => void;
|
|
3414
|
+
/**
|
|
3415
|
+
* Fired when a request to pause an activity is handled and the activity has entered its paused state, most commonly after the media has been paused through a call to the pause() method.
|
|
3416
|
+
*/
|
|
3417
|
+
"onStzhPause"?: (event: StzhAudioCustomEvent<StzhAudioPauseEvent>) => void;
|
|
3418
|
+
/**
|
|
3419
|
+
* Fired when the paused property is changed from true to false, as a result of the play() method, or the autoplay attribute.
|
|
3420
|
+
*/
|
|
3421
|
+
"onStzhPlay"?: (event: StzhAudioCustomEvent<StzhAudioPlayEvent>) => void;
|
|
3422
|
+
/**
|
|
3423
|
+
* Fired when playback is ready to start after having been paused or delayed due to lack of data.
|
|
3424
|
+
*/
|
|
3425
|
+
"onStzhPlaying"?: (event: StzhAudioCustomEvent<StzhAudioPlayingEvent>) => void;
|
|
3426
|
+
/**
|
|
3427
|
+
* Fired when media playback starts again after being in an ended state. This is fired when the loop property is true and media loops, whereas the vds-play event is not.
|
|
3428
|
+
*/
|
|
3429
|
+
"onStzhReplay"?: (event: StzhAudioCustomEvent<StzhAudioReplayEvent>) => void;
|
|
3430
|
+
/**
|
|
3431
|
+
* Preload strategy
|
|
3432
|
+
*/
|
|
3433
|
+
"preload"?: "none" | "metadata" | "auto";
|
|
3434
|
+
/**
|
|
3435
|
+
* Path to audio file
|
|
3436
|
+
*/
|
|
3437
|
+
"src"?: string;
|
|
3438
|
+
/**
|
|
3439
|
+
* Transcript text (alternative for slot)
|
|
3440
|
+
*/
|
|
3441
|
+
"transcript"?: string;
|
|
3442
|
+
/**
|
|
3443
|
+
* Whether transcript should be shown
|
|
3444
|
+
*/
|
|
3445
|
+
"transcriptShown"?: boolean;
|
|
3446
|
+
}
|
|
3034
3447
|
interface StzhBadge {
|
|
3035
3448
|
/**
|
|
3036
3449
|
* Text content of the badge
|
|
3037
3450
|
*/
|
|
3038
3451
|
"label"?: string;
|
|
3452
|
+
/**
|
|
3453
|
+
* Type
|
|
3454
|
+
*/
|
|
3455
|
+
"type"?: "default" | "success" | "warning" | "error" | "info";
|
|
3039
3456
|
}
|
|
3040
3457
|
interface StzhButton {
|
|
3041
3458
|
/**
|
|
@@ -3054,10 +3471,18 @@ declare namespace LocalJSX {
|
|
|
3054
3471
|
* Display a badge aligned to button or icons
|
|
3055
3472
|
*/
|
|
3056
3473
|
"badge"?: string;
|
|
3474
|
+
/**
|
|
3475
|
+
* Whether badge should be displayed empty
|
|
3476
|
+
*/
|
|
3477
|
+
"badgeEmpty"?: boolean;
|
|
3057
3478
|
/**
|
|
3058
3479
|
* Badge position
|
|
3059
3480
|
*/
|
|
3060
3481
|
"badgePosition"?: "icon" | "button";
|
|
3482
|
+
/**
|
|
3483
|
+
* Badge type
|
|
3484
|
+
*/
|
|
3485
|
+
"badgeType"?: "default" | "success" | "warning" | "error" | "info";
|
|
3061
3486
|
/**
|
|
3062
3487
|
* Checked status (if type is radio)
|
|
3063
3488
|
*/
|
|
@@ -3183,7 +3608,7 @@ declare namespace LocalJSX {
|
|
|
3183
3608
|
*/
|
|
3184
3609
|
"disabled"?: boolean;
|
|
3185
3610
|
/**
|
|
3186
|
-
* Card footer actions
|
|
3611
|
+
* Card footer actions. The [`stzh-actionset`](?path=/story/components-actionset) component is used internally. You can listen to clicks with the `stzhActionClick` event.
|
|
3187
3612
|
*/
|
|
3188
3613
|
"footerActions"?: string | StzhActionsetItem[];
|
|
3189
3614
|
/**
|
|
@@ -3203,7 +3628,7 @@ declare namespace LocalJSX {
|
|
|
3203
3628
|
*/
|
|
3204
3629
|
"hideHeaderBorder"?: boolean;
|
|
3205
3630
|
/**
|
|
3206
|
-
* Whether movement menu items should be shown
|
|
3631
|
+
* Whether movement menu items should be shown. Has no effect if card is not inside a `card-list` element, which has `sortableEnabled` property set to true.
|
|
3207
3632
|
*/
|
|
3208
3633
|
"hideMovementActions"?: boolean;
|
|
3209
3634
|
/**
|
|
@@ -3235,11 +3660,11 @@ declare namespace LocalJSX {
|
|
|
3235
3660
|
*/
|
|
3236
3661
|
"selectable"?: boolean;
|
|
3237
3662
|
/**
|
|
3238
|
-
* Whether sorting should be disabled
|
|
3663
|
+
* Whether sorting should be disabled. Has no effect if card is not inside a `card-list` element, which has `sortableEnabled` property set to true.
|
|
3239
3664
|
*/
|
|
3240
3665
|
"sortableDisabled"?: boolean;
|
|
3241
3666
|
/**
|
|
3242
|
-
* Whether card star is displayed
|
|
3667
|
+
* Whether card star is displayed (with tooltip and menu-item in mobile popover). The tooltip / menu-item text can be adjusted in the translations file (`actionAdd` & `actionRemove`).
|
|
3243
3668
|
*/
|
|
3244
3669
|
"starrable"?: boolean;
|
|
3245
3670
|
/**
|
|
@@ -3254,10 +3679,6 @@ declare namespace LocalJSX {
|
|
|
3254
3679
|
* Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click
|
|
3255
3680
|
*/
|
|
3256
3681
|
"subtitleInteractive"?: boolean;
|
|
3257
|
-
/**
|
|
3258
|
-
* Type
|
|
3259
|
-
*/
|
|
3260
|
-
"type"?: "default" | "alert";
|
|
3261
3682
|
/**
|
|
3262
3683
|
* The value of the input element (if card is selectable)
|
|
3263
3684
|
*/
|
|
@@ -3281,13 +3702,9 @@ declare namespace LocalJSX {
|
|
|
3281
3702
|
*/
|
|
3282
3703
|
"sortableDataIdAttribute"?: string;
|
|
3283
3704
|
/**
|
|
3284
|
-
* Whether sorting should be
|
|
3285
|
-
*/
|
|
3286
|
-
"sortableDisabled"?: boolean;
|
|
3287
|
-
/**
|
|
3288
|
-
* Algorithm how the ghost element will be cloned
|
|
3705
|
+
* Whether sorting should be enabled
|
|
3289
3706
|
*/
|
|
3290
|
-
"
|
|
3707
|
+
"sortableEnabled"?: boolean;
|
|
3291
3708
|
}
|
|
3292
3709
|
interface StzhCell {
|
|
3293
3710
|
/**
|
|
@@ -3433,7 +3850,7 @@ declare namespace LocalJSX {
|
|
|
3433
3850
|
/**
|
|
3434
3851
|
* Prevent updating certain properties of radio elements (possible values inside array: disabled, invalid)
|
|
3435
3852
|
*/
|
|
3436
|
-
"preventUpdateProperties"?: string[];
|
|
3853
|
+
"preventUpdateProperties"?: string[] | string;
|
|
3437
3854
|
/**
|
|
3438
3855
|
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show noting
|
|
3439
3856
|
*/
|
|
@@ -3444,6 +3861,14 @@ declare namespace LocalJSX {
|
|
|
3444
3861
|
"value"?: string[] | string;
|
|
3445
3862
|
}
|
|
3446
3863
|
interface StzhChip {
|
|
3864
|
+
/**
|
|
3865
|
+
* Id for element which describes the button
|
|
3866
|
+
*/
|
|
3867
|
+
"a11yDescribedby"?: string;
|
|
3868
|
+
/**
|
|
3869
|
+
* Accessible label for screen readers to replace visible text
|
|
3870
|
+
*/
|
|
3871
|
+
"a11yLabel"?: string;
|
|
3447
3872
|
/**
|
|
3448
3873
|
* Active
|
|
3449
3874
|
*/
|
|
@@ -3506,23 +3931,81 @@ declare namespace LocalJSX {
|
|
|
3506
3931
|
"variant"?: "tag" | "filter" | "input";
|
|
3507
3932
|
}
|
|
3508
3933
|
interface StzhChipSelect {
|
|
3934
|
+
/**
|
|
3935
|
+
* Id for element which describes the input (this will be overwritten if description prop or slot is used, used by stzh-radiogroup)
|
|
3936
|
+
*/
|
|
3937
|
+
"a11yDescribedby"?: string;
|
|
3509
3938
|
/**
|
|
3510
3939
|
* Data
|
|
3511
3940
|
*/
|
|
3512
3941
|
"data"?: string | StzhChipSelectItem[];
|
|
3942
|
+
/**
|
|
3943
|
+
* Description message (use description slot as alternative)
|
|
3944
|
+
*/
|
|
3945
|
+
"description"?: string;
|
|
3946
|
+
/**
|
|
3947
|
+
* Long description message appearing in a popover (use description-long slot as alternative)
|
|
3948
|
+
*/
|
|
3949
|
+
"descriptionLong"?: string;
|
|
3950
|
+
/**
|
|
3951
|
+
* Whether the element is disabled or not
|
|
3952
|
+
*/
|
|
3953
|
+
"disabled"?: boolean;
|
|
3954
|
+
/**
|
|
3955
|
+
* One or multiple error message (use error slot as alternative)
|
|
3956
|
+
*/
|
|
3957
|
+
"error"?: string | string[];
|
|
3958
|
+
/**
|
|
3959
|
+
* Invalid status
|
|
3960
|
+
*/
|
|
3961
|
+
"invalid"?: boolean;
|
|
3513
3962
|
/**
|
|
3514
3963
|
* Label
|
|
3515
3964
|
*/
|
|
3516
3965
|
"label"?: string;
|
|
3966
|
+
/**
|
|
3967
|
+
* Translation strings
|
|
3968
|
+
*/
|
|
3969
|
+
"localization"?: StzhLocaleComponent;
|
|
3970
|
+
/**
|
|
3971
|
+
* The name of the input element
|
|
3972
|
+
*/
|
|
3973
|
+
"name"?: string;
|
|
3517
3974
|
/**
|
|
3518
3975
|
* Change event
|
|
3519
3976
|
*/
|
|
3520
3977
|
"onStzhChange"?: (event: StzhChipSelectCustomEvent<StzhChipSelectChangeEvent>) => void;
|
|
3978
|
+
/**
|
|
3979
|
+
* Required status
|
|
3980
|
+
*/
|
|
3981
|
+
"required"?: boolean;
|
|
3521
3982
|
/**
|
|
3522
3983
|
* Value
|
|
3523
3984
|
*/
|
|
3524
3985
|
"value"?: string;
|
|
3525
3986
|
}
|
|
3987
|
+
interface StzhClamp {
|
|
3988
|
+
/**
|
|
3989
|
+
* Line number
|
|
3990
|
+
*/
|
|
3991
|
+
"lines"?: number;
|
|
3992
|
+
/**
|
|
3993
|
+
* Line number above large breakpoint
|
|
3994
|
+
*/
|
|
3995
|
+
"linesLarge"?: number;
|
|
3996
|
+
/**
|
|
3997
|
+
* Line number above medium breakpoint
|
|
3998
|
+
*/
|
|
3999
|
+
"linesMedium"?: number;
|
|
4000
|
+
/**
|
|
4001
|
+
* Line number above small breakpoint
|
|
4002
|
+
*/
|
|
4003
|
+
"linesSmall"?: number;
|
|
4004
|
+
/**
|
|
4005
|
+
* Line number above ultra breakpoint
|
|
4006
|
+
*/
|
|
4007
|
+
"linesUltra"?: number;
|
|
4008
|
+
}
|
|
3526
4009
|
interface StzhContainer {
|
|
3527
4010
|
}
|
|
3528
4011
|
interface StzhCspace {
|
|
@@ -4258,14 +4741,26 @@ declare namespace LocalJSX {
|
|
|
4258
4741
|
* Badge text
|
|
4259
4742
|
*/
|
|
4260
4743
|
"badge"?: string;
|
|
4744
|
+
/**
|
|
4745
|
+
* Whether badge should be displayed empty
|
|
4746
|
+
*/
|
|
4747
|
+
"badgeEmpty"?: boolean;
|
|
4261
4748
|
/**
|
|
4262
4749
|
* Badge position
|
|
4263
4750
|
*/
|
|
4264
4751
|
"badgePosition"?: "icon" | "link";
|
|
4752
|
+
/**
|
|
4753
|
+
* Badge type
|
|
4754
|
+
*/
|
|
4755
|
+
"badgeType"?: "default" | "success" | "warning" | "error" | "info";
|
|
4265
4756
|
/**
|
|
4266
4757
|
* Disabled status
|
|
4267
4758
|
*/
|
|
4268
4759
|
"disabled"?: boolean;
|
|
4760
|
+
/**
|
|
4761
|
+
* Whether the link is full width
|
|
4762
|
+
*/
|
|
4763
|
+
"fullwidth"?: boolean;
|
|
4269
4764
|
/**
|
|
4270
4765
|
* href attribute of the link
|
|
4271
4766
|
*/
|
|
@@ -4306,6 +4801,10 @@ declare namespace LocalJSX {
|
|
|
4306
4801
|
* target if the button is used as link (if href used)
|
|
4307
4802
|
*/
|
|
4308
4803
|
"target"?: string;
|
|
4804
|
+
/**
|
|
4805
|
+
* Text alignment
|
|
4806
|
+
*/
|
|
4807
|
+
"textAlign"?: "left" | "center" | "right" | "space-between" | "default";
|
|
4309
4808
|
/**
|
|
4310
4809
|
* type of the button, if used as button (if no href used)
|
|
4311
4810
|
*/
|
|
@@ -4366,6 +4865,14 @@ declare namespace LocalJSX {
|
|
|
4366
4865
|
* Badge
|
|
4367
4866
|
*/
|
|
4368
4867
|
"badge"?: string;
|
|
4868
|
+
/**
|
|
4869
|
+
* Whether badge should be displayed empty
|
|
4870
|
+
*/
|
|
4871
|
+
"badgeEmpty"?: boolean;
|
|
4872
|
+
/**
|
|
4873
|
+
* Badge type
|
|
4874
|
+
*/
|
|
4875
|
+
"badgeType"?: "default" | "success" | "warning" | "error" | "info";
|
|
4369
4876
|
/**
|
|
4370
4877
|
* Whether the button is disabled
|
|
4371
4878
|
*/
|
|
@@ -4431,6 +4938,72 @@ declare namespace LocalJSX {
|
|
|
4431
4938
|
}
|
|
4432
4939
|
interface StzhMetanav {
|
|
4433
4940
|
}
|
|
4941
|
+
interface StzhOlmap {
|
|
4942
|
+
/**
|
|
4943
|
+
* Initial center position
|
|
4944
|
+
*/
|
|
4945
|
+
"center"?: [number, number];
|
|
4946
|
+
/**
|
|
4947
|
+
* Whether to display an icon marker in the center
|
|
4948
|
+
*/
|
|
4949
|
+
"centerMarker"?: boolean;
|
|
4950
|
+
/**
|
|
4951
|
+
* Hostname
|
|
4952
|
+
*/
|
|
4953
|
+
"hostname"?: string;
|
|
4954
|
+
/**
|
|
4955
|
+
* Active layer (`streets` or `satellite` can be used with default `layers` prop value)
|
|
4956
|
+
*/
|
|
4957
|
+
"layer"?: string;
|
|
4958
|
+
/**
|
|
4959
|
+
* Whether map layer switch control is shown
|
|
4960
|
+
*/
|
|
4961
|
+
"layerControl"?: boolean;
|
|
4962
|
+
/**
|
|
4963
|
+
* Layers (maximum of two). Default layers `streets` and `satellite` are defined. If `streets` or `satellite` is used as key, they will have a default filled `title`.
|
|
4964
|
+
*/
|
|
4965
|
+
"layers"?: string | { [key: string]: OlmapLayer };
|
|
4966
|
+
/**
|
|
4967
|
+
* Translation strings
|
|
4968
|
+
*/
|
|
4969
|
+
"localization"?: StzhOlmapLocalizedText;
|
|
4970
|
+
/**
|
|
4971
|
+
* Whether map should have a location control
|
|
4972
|
+
*/
|
|
4973
|
+
"locationControl"?: boolean;
|
|
4974
|
+
/**
|
|
4975
|
+
* Olmap initialized event
|
|
4976
|
+
*/
|
|
4977
|
+
"onStzhInitialized"?: (event: StzhOlmapCustomEvent<StzhOlmapInitializedEvent>) => void;
|
|
4978
|
+
/**
|
|
4979
|
+
* Olmap moveend event
|
|
4980
|
+
*/
|
|
4981
|
+
"onStzhMoveEnd"?: (event: StzhOlmapCustomEvent<StzhOlmapMoveEndEvent>) => void;
|
|
4982
|
+
/**
|
|
4983
|
+
* Olmap movestart event
|
|
4984
|
+
*/
|
|
4985
|
+
"onStzhMoveStart"?: (event: StzhOlmapCustomEvent<StzhOlmapMoveStartEvent>) => void;
|
|
4986
|
+
/**
|
|
4987
|
+
* Olmap postrender event
|
|
4988
|
+
*/
|
|
4989
|
+
"onStzhPostRender"?: (event: StzhOlmapCustomEvent<StzhOlmapPostRenderEvent>) => void;
|
|
4990
|
+
/**
|
|
4991
|
+
* Whether map should be printable
|
|
4992
|
+
*/
|
|
4993
|
+
"printControl"?: boolean;
|
|
4994
|
+
/**
|
|
4995
|
+
* Resolutions
|
|
4996
|
+
*/
|
|
4997
|
+
"resolutions"?: number[];
|
|
4998
|
+
/**
|
|
4999
|
+
* Whether map scale should be shown
|
|
5000
|
+
*/
|
|
5001
|
+
"scaleControl"?: boolean;
|
|
5002
|
+
/**
|
|
5003
|
+
* Zoom
|
|
5004
|
+
*/
|
|
5005
|
+
"zoom"?: number;
|
|
5006
|
+
}
|
|
4434
5007
|
interface StzhOverlay {
|
|
4435
5008
|
/**
|
|
4436
5009
|
* Accessible label for dialog
|
|
@@ -4671,7 +5244,7 @@ declare namespace LocalJSX {
|
|
|
4671
5244
|
/**
|
|
4672
5245
|
* Prevent updating certain properties of radio elements (possible values inside array: disabled, invalid, required, hide-marker)
|
|
4673
5246
|
*/
|
|
4674
|
-
"preventUpdateProperties"?: string[];
|
|
5247
|
+
"preventUpdateProperties"?: string[] | string;
|
|
4675
5248
|
/**
|
|
4676
5249
|
* Required status
|
|
4677
5250
|
*/
|
|
@@ -4841,6 +5414,24 @@ declare namespace LocalJSX {
|
|
|
4841
5414
|
*/
|
|
4842
5415
|
"withLoadingbar"?: boolean;
|
|
4843
5416
|
}
|
|
5417
|
+
interface StzhSticky {
|
|
5418
|
+
/**
|
|
5419
|
+
* Whether to disable sticking to bottom
|
|
5420
|
+
*/
|
|
5421
|
+
"disableStickyBottom"?: boolean;
|
|
5422
|
+
/**
|
|
5423
|
+
* Whether to disable sticking to top
|
|
5424
|
+
*/
|
|
5425
|
+
"disableStickyTop"?: boolean;
|
|
5426
|
+
/**
|
|
5427
|
+
* Sticky stuck bottom event
|
|
5428
|
+
*/
|
|
5429
|
+
"onStzhStuckBottom"?: (event: StzhStickyCustomEvent<StzhStickyStuckBottomEvent>) => void;
|
|
5430
|
+
/**
|
|
5431
|
+
* Sticky stuck top event
|
|
5432
|
+
*/
|
|
5433
|
+
"onStzhStuckTop"?: (event: StzhStickyCustomEvent<StzhStickyStuckTopEvent>) => void;
|
|
5434
|
+
}
|
|
4844
5435
|
interface StzhTable {
|
|
4845
5436
|
/**
|
|
4846
5437
|
* Columns that should be sticky on the left side (column indexes separated by comma)
|
|
@@ -5318,8 +5909,10 @@ declare namespace LocalJSX {
|
|
|
5318
5909
|
"stzh-accordion-item": StzhAccordionItem;
|
|
5319
5910
|
"stzh-actions": StzhActions;
|
|
5320
5911
|
"stzh-actionset": StzhActionset;
|
|
5912
|
+
"stzh-anchornav": StzhAnchornav;
|
|
5321
5913
|
"stzh-appnav": StzhAppnav;
|
|
5322
5914
|
"stzh-appointments": StzhAppointments;
|
|
5915
|
+
"stzh-audio": StzhAudio;
|
|
5323
5916
|
"stzh-badge": StzhBadge;
|
|
5324
5917
|
"stzh-button": StzhButton;
|
|
5325
5918
|
"stzh-calendar": StzhCalendar;
|
|
@@ -5330,6 +5923,7 @@ declare namespace LocalJSX {
|
|
|
5330
5923
|
"stzh-checkboxgroup": StzhCheckboxgroup;
|
|
5331
5924
|
"stzh-chip": StzhChip;
|
|
5332
5925
|
"stzh-chip-select": StzhChipSelect;
|
|
5926
|
+
"stzh-clamp": StzhClamp;
|
|
5333
5927
|
"stzh-container": StzhContainer;
|
|
5334
5928
|
"stzh-cspace": StzhCspace;
|
|
5335
5929
|
"stzh-datalist": StzhDatalist;
|
|
@@ -5360,6 +5954,7 @@ declare namespace LocalJSX {
|
|
|
5360
5954
|
"stzh-menu-item": StzhMenuItem;
|
|
5361
5955
|
"stzh-message": StzhMessage;
|
|
5362
5956
|
"stzh-metanav": StzhMetanav;
|
|
5957
|
+
"stzh-olmap": StzhOlmap;
|
|
5363
5958
|
"stzh-overlay": StzhOverlay;
|
|
5364
5959
|
"stzh-page-skiplinks": StzhPageSkiplinks;
|
|
5365
5960
|
"stzh-pagetitle": StzhPagetitle;
|
|
@@ -5377,6 +5972,7 @@ declare namespace LocalJSX {
|
|
|
5377
5972
|
"stzh-skiplink": StzhSkiplink;
|
|
5378
5973
|
"stzh-sortable": StzhSortable;
|
|
5379
5974
|
"stzh-status": StzhStatus;
|
|
5975
|
+
"stzh-sticky": StzhSticky;
|
|
5380
5976
|
"stzh-table": StzhTable;
|
|
5381
5977
|
"stzh-text": StzhText;
|
|
5382
5978
|
"stzh-toggle": StzhToggle;
|
|
@@ -5397,8 +5993,10 @@ declare module "@stencil/core" {
|
|
|
5397
5993
|
"stzh-accordion-item": LocalJSX.StzhAccordionItem & JSXBase.HTMLAttributes<HTMLStzhAccordionItemElement>;
|
|
5398
5994
|
"stzh-actions": LocalJSX.StzhActions & JSXBase.HTMLAttributes<HTMLStzhActionsElement>;
|
|
5399
5995
|
"stzh-actionset": LocalJSX.StzhActionset & JSXBase.HTMLAttributes<HTMLStzhActionsetElement>;
|
|
5996
|
+
"stzh-anchornav": LocalJSX.StzhAnchornav & JSXBase.HTMLAttributes<HTMLStzhAnchornavElement>;
|
|
5400
5997
|
"stzh-appnav": LocalJSX.StzhAppnav & JSXBase.HTMLAttributes<HTMLStzhAppnavElement>;
|
|
5401
5998
|
"stzh-appointments": LocalJSX.StzhAppointments & JSXBase.HTMLAttributes<HTMLStzhAppointmentsElement>;
|
|
5999
|
+
"stzh-audio": LocalJSX.StzhAudio & JSXBase.HTMLAttributes<HTMLStzhAudioElement>;
|
|
5402
6000
|
"stzh-badge": LocalJSX.StzhBadge & JSXBase.HTMLAttributes<HTMLStzhBadgeElement>;
|
|
5403
6001
|
"stzh-button": LocalJSX.StzhButton & JSXBase.HTMLAttributes<HTMLStzhButtonElement>;
|
|
5404
6002
|
"stzh-calendar": LocalJSX.StzhCalendar & JSXBase.HTMLAttributes<HTMLStzhCalendarElement>;
|
|
@@ -5409,6 +6007,7 @@ declare module "@stencil/core" {
|
|
|
5409
6007
|
"stzh-checkboxgroup": LocalJSX.StzhCheckboxgroup & JSXBase.HTMLAttributes<HTMLStzhCheckboxgroupElement>;
|
|
5410
6008
|
"stzh-chip": LocalJSX.StzhChip & JSXBase.HTMLAttributes<HTMLStzhChipElement>;
|
|
5411
6009
|
"stzh-chip-select": LocalJSX.StzhChipSelect & JSXBase.HTMLAttributes<HTMLStzhChipSelectElement>;
|
|
6010
|
+
"stzh-clamp": LocalJSX.StzhClamp & JSXBase.HTMLAttributes<HTMLStzhClampElement>;
|
|
5412
6011
|
"stzh-container": LocalJSX.StzhContainer & JSXBase.HTMLAttributes<HTMLStzhContainerElement>;
|
|
5413
6012
|
"stzh-cspace": LocalJSX.StzhCspace & JSXBase.HTMLAttributes<HTMLStzhCspaceElement>;
|
|
5414
6013
|
"stzh-datalist": LocalJSX.StzhDatalist & JSXBase.HTMLAttributes<HTMLStzhDatalistElement>;
|
|
@@ -5439,6 +6038,7 @@ declare module "@stencil/core" {
|
|
|
5439
6038
|
"stzh-menu-item": LocalJSX.StzhMenuItem & JSXBase.HTMLAttributes<HTMLStzhMenuItemElement>;
|
|
5440
6039
|
"stzh-message": LocalJSX.StzhMessage & JSXBase.HTMLAttributes<HTMLStzhMessageElement>;
|
|
5441
6040
|
"stzh-metanav": LocalJSX.StzhMetanav & JSXBase.HTMLAttributes<HTMLStzhMetanavElement>;
|
|
6041
|
+
"stzh-olmap": LocalJSX.StzhOlmap & JSXBase.HTMLAttributes<HTMLStzhOlmapElement>;
|
|
5442
6042
|
"stzh-overlay": LocalJSX.StzhOverlay & JSXBase.HTMLAttributes<HTMLStzhOverlayElement>;
|
|
5443
6043
|
"stzh-page-skiplinks": LocalJSX.StzhPageSkiplinks & JSXBase.HTMLAttributes<HTMLStzhPageSkiplinksElement>;
|
|
5444
6044
|
"stzh-pagetitle": LocalJSX.StzhPagetitle & JSXBase.HTMLAttributes<HTMLStzhPagetitleElement>;
|
|
@@ -5456,6 +6056,7 @@ declare module "@stencil/core" {
|
|
|
5456
6056
|
"stzh-skiplink": LocalJSX.StzhSkiplink & JSXBase.HTMLAttributes<HTMLStzhSkiplinkElement>;
|
|
5457
6057
|
"stzh-sortable": LocalJSX.StzhSortable & JSXBase.HTMLAttributes<HTMLStzhSortableElement>;
|
|
5458
6058
|
"stzh-status": LocalJSX.StzhStatus & JSXBase.HTMLAttributes<HTMLStzhStatusElement>;
|
|
6059
|
+
"stzh-sticky": LocalJSX.StzhSticky & JSXBase.HTMLAttributes<HTMLStzhStickyElement>;
|
|
5459
6060
|
"stzh-table": LocalJSX.StzhTable & JSXBase.HTMLAttributes<HTMLStzhTableElement>;
|
|
5460
6061
|
"stzh-text": LocalJSX.StzhText & JSXBase.HTMLAttributes<HTMLStzhTextElement>;
|
|
5461
6062
|
"stzh-toggle": LocalJSX.StzhToggle & JSXBase.HTMLAttributes<HTMLStzhToggleElement>;
|