@oiz/stzh-components 2.4.0 → 2.5.0-alpha-carousel
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-d7bd37fe.js +889 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-actions.cjs.entry.js +3 -1
- package/dist/cjs/stzh-actionset.cjs.entry.js +11 -6
- package/dist/cjs/stzh-appnav.cjs.entry.js +3 -1
- package/dist/cjs/stzh-badge_3.cjs.entry.js +12 -7
- package/dist/cjs/stzh-calendar.cjs.entry.js +1 -1
- package/dist/cjs/stzh-card_3.cjs.entry.js +19 -11
- package/dist/cjs/stzh-carousel.cjs.entry.js +522 -0
- package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +3 -1
- package/dist/cjs/stzh-chip_2.cjs.entry.js +82 -5
- package/dist/cjs/stzh-components.cjs.js +2 -2
- package/dist/cjs/stzh-datalist_2.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datatable.cjs.entry.js +15 -3
- package/dist/cjs/stzh-datepicker_3.cjs.entry.js +3 -1
- package/dist/cjs/stzh-dialog.cjs.entry.js +16 -13
- package/dist/cjs/stzh-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/stzh-footer.cjs.entry.js +3 -1
- package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +3 -1
- package/dist/cjs/stzh-header.cjs.entry.js +32 -27
- package/dist/cjs/stzh-hspace.cjs.entry.js +1 -1
- package/dist/cjs/stzh-input.cjs.entry.js +1 -1
- package/dist/cjs/stzh-invert.cjs.entry.js +1 -1
- package/dist/cjs/stzh-link.cjs.entry.js +6 -2
- package/dist/cjs/stzh-loader.cjs.entry.js +1 -1
- package/dist/cjs/stzh-menu_2.cjs.entry.js +2 -2
- package/dist/cjs/stzh-metanav.cjs.entry.js +3 -1
- package/dist/cjs/stzh-microsite-teaserlist.cjs.entry.js +1 -1
- package/dist/cjs/stzh-page-skiplinks.cjs.entry.js +3 -1
- package/dist/cjs/stzh-pagetitle-hero.cjs.entry.js +4 -2
- package/dist/cjs/stzh-pagetitle.cjs.entry.js +3 -1
- package/dist/cjs/stzh-popover.cjs.entry.js +1 -1
- package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
- package/dist/cjs/stzh-readspeaker.cjs.entry.js +3 -1
- package/dist/cjs/stzh-sortable.cjs.entry.js +4 -2
- package/dist/cjs/stzh-space.cjs.entry.js +1 -1
- package/dist/cjs/stzh-sticky.cjs.entry.js +3 -1
- package/dist/cjs/stzh-table.cjs.entry.js +14 -4
- package/dist/cjs/stzh-vspace.cjs.entry.js +1 -1
- package/dist/collection/assets/i18n/de.json +8 -0
- package/dist/collection/assets/i18n/en.json +8 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/stzh-actions/stzh-actions.js +3 -1
- package/dist/collection/components/stzh-actionset/stzh-actionset.js +11 -33
- package/dist/collection/components/stzh-appnav/stzh-appnav.js +3 -1
- package/dist/collection/components/stzh-button/stzh-button.css +5 -1
- package/dist/collection/components/stzh-button/stzh-button.js +45 -6
- package/dist/collection/components/stzh-calendar/stzh-calendar.css +1 -1
- package/dist/collection/components/stzh-card/stzh-card.css +33 -8
- package/dist/collection/components/stzh-card/stzh-card.js +35 -36
- package/dist/collection/components/stzh-carousel/stzh-carousel.css +253 -0
- package/dist/collection/components/stzh-carousel/stzh-carousel.js +966 -0
- package/dist/collection/components/stzh-carousel/stzh-carousel.localization.js +1 -0
- package/dist/collection/components/stzh-carousel/stzh-carousel.stories.js +138 -0
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +3 -1
- package/dist/collection/components/stzh-chip/stzh-chip.css +17 -15
- package/dist/collection/components/stzh-chip/stzh-chip.js +2 -1
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +1 -1
- package/dist/collection/components/stzh-clamp/stzh-clamp.css +46 -160
- package/dist/collection/components/stzh-clamp/stzh-clamp.js +218 -8
- package/dist/collection/components/stzh-clamp/stzh-clamp.localization.js +1 -0
- package/dist/collection/components/stzh-clamp/stzh-clamp.stories.js +1 -1
- package/dist/collection/components/stzh-datalist/stzh-datalist.js +18 -18
- package/dist/collection/components/stzh-datatable/stzh-datatable.js +15 -12
- package/dist/collection/components/stzh-dialog/stzh-dialog.css +2 -2
- package/dist/collection/components/stzh-dialog/stzh-dialog.js +15 -12
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +1 -1
- package/dist/collection/components/stzh-footer/stzh-footer.js +3 -1
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.js +3 -1
- package/dist/collection/components/stzh-header/stzh-header.js +32 -45
- package/dist/collection/components/stzh-hspace/stzh-hspace.css +4 -0
- package/dist/collection/components/stzh-input/stzh-input.css +1 -1
- package/dist/collection/components/stzh-invert/stzh-invert.css +3 -3
- package/dist/collection/components/stzh-link/stzh-link.js +40 -2
- package/dist/collection/components/stzh-loader/stzh-loader.css +4 -4
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +27 -27
- package/dist/collection/components/stzh-metanav/stzh-metanav.js +3 -1
- package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.js +1 -1
- package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.js +3 -1
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +3 -1
- package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.css +3 -3
- package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.js +3 -1
- package/dist/collection/components/stzh-popover/stzh-popover.css +3 -3
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +6 -6
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +3 -1
- package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.js +3 -1
- package/dist/collection/components/stzh-sortable/stzh-sortable.css +1 -1
- package/dist/collection/components/stzh-sortable/stzh-sortable.js +3 -1
- package/dist/collection/components/stzh-space/stzh-space.css +4 -0
- package/dist/collection/components/stzh-sticky/stzh-sticky.js +3 -1
- package/dist/collection/components/stzh-table/stzh-table.js +14 -13
- package/dist/collection/components/stzh-vspace/stzh-vspace.css +4 -0
- package/dist/collection/global/js/script.js +2 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +835 -1
- package/dist/components/stzh-actions.js +3 -1
- package/dist/components/stzh-actionset2.js +12 -7
- package/dist/components/stzh-appnav.js +3 -1
- package/dist/components/stzh-button2.js +14 -7
- package/dist/components/stzh-calendar2.js +1 -1
- package/dist/components/stzh-card2.js +20 -11
- package/dist/components/stzh-carousel.d.ts +11 -0
- package/dist/components/stzh-carousel.js +568 -0
- package/dist/components/stzh-checkboxgroup.js +3 -1
- package/dist/components/stzh-chip-select2.js +21 -9
- package/dist/components/stzh-chip2.js +19 -6
- package/dist/components/stzh-clamp2.js +110 -11
- package/dist/components/stzh-datalist2.js +3 -3
- package/dist/components/stzh-datamessagelist-item.js +16 -10
- package/dist/components/stzh-datatable.js +16 -4
- package/dist/components/stzh-dialog.js +16 -13
- package/dist/components/stzh-dropdown2.js +1 -1
- package/dist/components/stzh-footer.js +3 -1
- package/dist/components/stzh-ghettobox2.js +3 -1
- package/dist/components/stzh-header.js +33 -28
- package/dist/components/stzh-hspace.js +1 -1
- package/dist/components/stzh-input2.js +1 -1
- package/dist/components/stzh-invert.js +1 -1
- package/dist/components/stzh-link2.js +8 -2
- package/dist/components/stzh-loader2.js +1 -1
- package/dist/components/stzh-menu-item2.js +4 -4
- package/dist/components/stzh-metanav.js +3 -1
- package/dist/components/stzh-microsite-teaserlist.js +1 -1
- package/dist/components/stzh-page-skiplinks.js +3 -1
- package/dist/components/stzh-pagetitle-hero.js +4 -2
- package/dist/components/stzh-pagetitle.js +3 -1
- package/dist/components/stzh-popover2.js +1 -1
- package/dist/components/stzh-portal-mitwirken.js +1 -1
- package/dist/components/stzh-radiogroup2.js +3 -1
- package/dist/components/stzh-readspeaker.js +3 -1
- package/dist/components/stzh-sortable2.js +4 -2
- package/dist/components/stzh-space.js +1 -1
- package/dist/components/stzh-sticky.js +3 -1
- package/dist/components/stzh-table.js +15 -5
- package/dist/components/stzh-vspace.js +1 -1
- package/dist/esm/app-globals-62e1178d.js +887 -0
- package/dist/esm/loader.js +2 -2
- package/dist/esm/stzh-actions.entry.js +3 -1
- package/dist/esm/stzh-actionset.entry.js +11 -6
- package/dist/esm/stzh-appnav.entry.js +3 -1
- package/dist/esm/stzh-badge_3.entry.js +12 -7
- package/dist/esm/stzh-calendar.entry.js +1 -1
- package/dist/esm/stzh-card_3.entry.js +19 -11
- package/dist/esm/stzh-carousel.entry.js +518 -0
- package/dist/esm/stzh-checkboxgroup.entry.js +3 -1
- package/dist/esm/stzh-chip_2.entry.js +82 -5
- package/dist/esm/stzh-components.js +2 -2
- package/dist/esm/stzh-datalist_2.entry.js +1 -1
- package/dist/esm/stzh-datatable.entry.js +15 -3
- package/dist/esm/stzh-datepicker_3.entry.js +3 -1
- package/dist/esm/stzh-dialog.entry.js +16 -13
- package/dist/esm/stzh-dropdown.entry.js +1 -1
- package/dist/esm/stzh-footer.entry.js +3 -1
- package/dist/esm/stzh-ghettobox_2.entry.js +3 -1
- package/dist/esm/stzh-header.entry.js +32 -27
- package/dist/esm/stzh-hspace.entry.js +1 -1
- package/dist/esm/stzh-input.entry.js +1 -1
- package/dist/esm/stzh-invert.entry.js +1 -1
- package/dist/esm/stzh-link.entry.js +6 -2
- package/dist/esm/stzh-loader.entry.js +1 -1
- package/dist/esm/stzh-menu_2.entry.js +2 -2
- package/dist/esm/stzh-metanav.entry.js +3 -1
- package/dist/esm/stzh-microsite-teaserlist.entry.js +1 -1
- package/dist/esm/stzh-page-skiplinks.entry.js +3 -1
- package/dist/esm/stzh-pagetitle-hero.entry.js +4 -2
- package/dist/esm/stzh-pagetitle.entry.js +3 -1
- package/dist/esm/stzh-popover.entry.js +1 -1
- package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
- package/dist/esm/stzh-readspeaker.entry.js +3 -1
- package/dist/esm/stzh-sortable.entry.js +4 -2
- package/dist/esm/stzh-space.entry.js +1 -1
- package/dist/esm/stzh-sticky.entry.js +3 -1
- package/dist/esm/stzh-table.entry.js +14 -4
- package/dist/esm/stzh-vspace.entry.js +1 -1
- package/dist/esm-es5/app-globals-62e1178d.js +1 -0
- package/dist/esm-es5/loader.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-appnav.entry.js +1 -1
- 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_3.entry.js +1 -1
- package/dist/esm-es5/stzh-carousel.entry.js +1 -0
- package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -1
- package/dist/esm-es5/stzh-chip_2.entry.js +1 -1
- package/dist/esm-es5/stzh-components.js +1 -1
- package/dist/esm-es5/stzh-datalist_2.entry.js +1 -1
- package/dist/esm-es5/stzh-datatable.entry.js +1 -1
- package/dist/esm-es5/stzh-datepicker_3.entry.js +1 -1
- 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-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-hspace.entry.js +1 -1
- package/dist/esm-es5/stzh-input.entry.js +1 -1
- package/dist/esm-es5/stzh-invert.entry.js +1 -1
- package/dist/esm-es5/stzh-link.entry.js +1 -1
- package/dist/esm-es5/stzh-loader.entry.js +1 -1
- package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
- package/dist/esm-es5/stzh-metanav.entry.js +1 -1
- package/dist/esm-es5/stzh-microsite-teaserlist.entry.js +1 -1
- package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -1
- package/dist/esm-es5/stzh-pagetitle-hero.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-readspeaker.entry.js +1 -1
- package/dist/esm-es5/stzh-sortable.entry.js +2 -2
- package/dist/esm-es5/stzh-space.entry.js +1 -1
- package/dist/esm-es5/stzh-sticky.entry.js +1 -1
- package/dist/esm-es5/stzh-table.entry.js +1 -1
- package/dist/esm-es5/stzh-vspace.entry.js +1 -1
- package/dist/stzh-components/assets/i18n/de.json +8 -0
- package/dist/stzh-components/assets/i18n/en.json +8 -0
- package/dist/stzh-components/p-0a408348.entry.js +1 -0
- package/dist/stzh-components/{p-ff328114.system.entry.js → p-0c779613.system.entry.js} +1 -1
- package/dist/stzh-components/{p-55752bd5.system.entry.js → p-0e690e3e.system.entry.js} +1 -1
- package/dist/stzh-components/{p-8c141cae.system.entry.js → p-10b4fedd.system.entry.js} +1 -1
- package/dist/stzh-components/p-14729939.entry.js +1 -0
- package/dist/stzh-components/p-1494b502.entry.js +1 -0
- package/dist/stzh-components/p-14d5a56d.entry.js +1 -0
- package/dist/stzh-components/p-205f5111.system.entry.js +1 -0
- package/dist/stzh-components/p-2ed20db5.entry.js +1 -0
- package/dist/stzh-components/p-322e74e9.system.entry.js +1 -0
- package/dist/stzh-components/p-353294ce.entry.js +1 -0
- package/dist/stzh-components/p-396697db.system.entry.js +1 -0
- package/dist/stzh-components/p-3af95b5d.entry.js +1 -0
- package/dist/stzh-components/{p-6c73f6ad.entry.js → p-3f80ce87.entry.js} +1 -1
- package/dist/stzh-components/{p-6a94e520.system.entry.js → p-454e50f8.system.entry.js} +1 -1
- package/dist/stzh-components/p-48d40c7c.system.entry.js +1 -0
- package/dist/stzh-components/{p-5c72664e.system.entry.js → p-4acb6752.system.entry.js} +1 -1
- package/dist/stzh-components/{p-b1ffc2a9.system.entry.js → p-4b995fe4.system.entry.js} +1 -1
- package/dist/stzh-components/{p-be97cb22.entry.js → p-4da7ebff.entry.js} +1 -1
- package/dist/stzh-components/p-4f8085e5.entry.js +1 -0
- package/dist/stzh-components/{p-2f4448c9.system.entry.js → p-558f336d.system.entry.js} +1 -1
- package/dist/stzh-components/p-5a4aef52.entry.js +1 -0
- package/dist/stzh-components/{p-72a62d0d.system.entry.js → p-6659b6f6.system.entry.js} +1 -1
- package/dist/stzh-components/{p-1a98470f.system.entry.js → p-6a26c9eb.system.entry.js} +1 -1
- package/dist/stzh-components/p-6bc7f44a.entry.js +1 -0
- package/dist/stzh-components/p-7ff1640c.entry.js +1 -0
- package/dist/stzh-components/{p-32ae64a3.entry.js → p-814e5ae7.entry.js} +1 -1
- package/dist/stzh-components/{p-37de872c.system.entry.js → p-821ca4af.system.entry.js} +1 -1
- package/dist/stzh-components/{p-d95b44c6.system.entry.js → p-884793dd.system.entry.js} +1 -1
- package/dist/stzh-components/{p-d5948025.system.entry.js → p-88fbb2fc.system.entry.js} +1 -1
- package/dist/stzh-components/p-8b16550d.entry.js +1 -0
- package/dist/stzh-components/{p-963a7526.system.entry.js → p-8c371d1d.system.entry.js} +1 -1
- package/dist/stzh-components/p-8eda017e.entry.js +1 -0
- package/dist/stzh-components/p-949f7885.system.js +1 -0
- package/dist/stzh-components/p-99d85a97.entry.js +1 -0
- package/dist/stzh-components/p-9a94b249.system.entry.js +1 -0
- package/dist/stzh-components/{p-32a03d1c.entry.js → p-9ed30a9f.entry.js} +1 -1
- package/dist/stzh-components/{p-febba79b.entry.js → p-9f29e6c3.entry.js} +1 -1
- package/dist/stzh-components/{p-67816aa4.entry.js → p-a0b2739a.entry.js} +1 -1
- package/dist/stzh-components/p-a2121744.system.entry.js +1 -0
- package/dist/stzh-components/p-a22ac109.entry.js +1 -0
- package/dist/stzh-components/p-a3bf419d.entry.js +1 -0
- package/dist/stzh-components/{p-088b16c6.system.entry.js → p-abf13db9.system.entry.js} +1 -1
- package/dist/stzh-components/p-ad96eb50.entry.js +1 -0
- package/dist/stzh-components/p-ae7255f6.entry.js +1 -0
- package/dist/stzh-components/p-af05718d.system.entry.js +1 -0
- package/dist/stzh-components/p-b4c28bf5.entry.js +1 -0
- package/dist/stzh-components/p-b4db3558.js +1 -0
- package/dist/stzh-components/p-b61f7404.entry.js +1 -0
- package/dist/stzh-components/p-b9adebdc.entry.js +1 -0
- package/dist/stzh-components/{p-c4c620fa.system.entry.js → p-b9bd42e6.system.entry.js} +1 -1
- package/dist/stzh-components/p-b9f784e4.system.entry.js +1 -0
- package/dist/stzh-components/{p-7e9fa7f5.entry.js → p-bcfba21f.entry.js} +1 -1
- package/dist/stzh-components/p-bd1a5d6d.system.entry.js +1 -0
- package/dist/stzh-components/p-c457dad2.system.entry.js +1 -0
- package/dist/stzh-components/{p-f8feb07b.entry.js → p-c80a9d50.entry.js} +1 -1
- package/dist/stzh-components/p-cab1a192.entry.js +1 -0
- package/dist/stzh-components/p-cd59cead.system.js +1 -0
- package/dist/stzh-components/{p-102e2bcd.system.entry.js → p-cd979ce9.system.entry.js} +1 -1
- package/dist/stzh-components/{p-512c38b3.system.entry.js → p-ce5db779.system.entry.js} +1 -1
- package/dist/stzh-components/p-d29fd401.entry.js +1 -0
- package/dist/stzh-components/{p-51b3a560.system.entry.js → p-d585e8fd.system.entry.js} +1 -1
- package/dist/stzh-components/p-d5994419.system.entry.js +1 -0
- package/dist/stzh-components/p-d6e5f396.system.entry.js +1 -0
- package/dist/stzh-components/p-e1501622.system.entry.js +1 -0
- package/dist/stzh-components/p-e2d80ee3.entry.js +1 -0
- package/dist/stzh-components/p-e54f66ea.system.entry.js +1 -0
- package/dist/stzh-components/{p-7bb82e56.entry.js → p-eb16ad0d.entry.js} +1 -1
- package/dist/stzh-components/p-eb1ea7f0.entry.js +1 -0
- package/dist/stzh-components/{p-e1b2785b.entry.js → p-ec87506f.entry.js} +1 -1
- package/dist/stzh-components/{p-309fc559.system.entry.js → p-ee20b95b.system.entry.js} +1 -1
- package/dist/stzh-components/p-f122e15d.system.entry.js +1 -0
- package/dist/stzh-components/{p-809ed955.system.entry.js → p-f27d1a06.system.entry.js} +1 -1
- package/dist/stzh-components/p-f449f909.entry.js +1 -0
- package/dist/stzh-components/p-fe1c8047.system.entry.js +1 -0
- 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-carousel/stzh-carousel.localization.d.ts +5 -0
- package/dist/types/components/stzh-clamp/stzh-clamp.localization.d.ts +5 -0
- package/dist/types/components.d.ts +217 -1
- package/dist/types/index.d.ts +20 -0
- package/dist/vscode-data.json +90 -1
- package/package.json +4 -2
- package/dist/cjs/app-globals-8fbeeb92.js +0 -56
- package/dist/esm/app-globals-f5264f95.js +0 -54
- package/dist/esm-es5/app-globals-f5264f95.js +0 -1
- package/dist/stzh-components/p-05e742b4.js +0 -1
- package/dist/stzh-components/p-07dc23a3.system.entry.js +0 -1
- package/dist/stzh-components/p-09a6a4be.system.js +0 -1
- package/dist/stzh-components/p-0ab2f949.entry.js +0 -1
- package/dist/stzh-components/p-0ba944ab.entry.js +0 -1
- package/dist/stzh-components/p-12856e02.system.entry.js +0 -1
- package/dist/stzh-components/p-18e20038.entry.js +0 -1
- package/dist/stzh-components/p-1bcda13d.system.entry.js +0 -1
- package/dist/stzh-components/p-216b89d7.system.entry.js +0 -1
- package/dist/stzh-components/p-2e40e63c.system.entry.js +0 -1
- package/dist/stzh-components/p-340eedda.system.entry.js +0 -1
- package/dist/stzh-components/p-3721f7b2.entry.js +0 -1
- package/dist/stzh-components/p-37920e74.system.entry.js +0 -1
- package/dist/stzh-components/p-4633b93d.entry.js +0 -1
- package/dist/stzh-components/p-5b85324c.entry.js +0 -1
- package/dist/stzh-components/p-5d55a672.system.entry.js +0 -1
- package/dist/stzh-components/p-62791751.entry.js +0 -1
- package/dist/stzh-components/p-64cdef2f.entry.js +0 -1
- package/dist/stzh-components/p-660125e0.system.entry.js +0 -1
- package/dist/stzh-components/p-6932ce19.system.js +0 -1
- package/dist/stzh-components/p-761ee059.entry.js +0 -1
- package/dist/stzh-components/p-7d42654b.system.entry.js +0 -1
- package/dist/stzh-components/p-7f857e56.entry.js +0 -1
- package/dist/stzh-components/p-907f59dd.entry.js +0 -1
- package/dist/stzh-components/p-923dffc7.entry.js +0 -1
- package/dist/stzh-components/p-951b04ab.entry.js +0 -1
- package/dist/stzh-components/p-990f395b.entry.js +0 -1
- package/dist/stzh-components/p-9be21c72.entry.js +0 -1
- package/dist/stzh-components/p-9c35c9cd.entry.js +0 -1
- package/dist/stzh-components/p-a11ef2d6.system.entry.js +0 -1
- package/dist/stzh-components/p-a6be6aca.system.entry.js +0 -1
- package/dist/stzh-components/p-a7eb3e02.system.entry.js +0 -1
- package/dist/stzh-components/p-aa4f87cc.entry.js +0 -1
- package/dist/stzh-components/p-ae38f1d2.entry.js +0 -1
- package/dist/stzh-components/p-b9b1b7cf.entry.js +0 -1
- package/dist/stzh-components/p-bb698e26.entry.js +0 -1
- package/dist/stzh-components/p-bc545121.entry.js +0 -1
- package/dist/stzh-components/p-c2a22eb8.entry.js +0 -1
- package/dist/stzh-components/p-d1cfe06b.entry.js +0 -1
- package/dist/stzh-components/p-ddcec4e1.system.entry.js +0 -1
- package/dist/stzh-components/p-e09ac5e3.system.entry.js +0 -1
- package/dist/stzh-components/p-f0e2a32d.entry.js +0 -1
- package/dist/stzh-components/p-fd15cc86.entry.js +0 -1
- package/dist/types/components/stzh-clamp/stzh-clamp.d.ts +0 -16
|
@@ -55,7 +55,9 @@ export class StzhLink {
|
|
|
55
55
|
this.a11yLabel = undefined;
|
|
56
56
|
this.a11yDescribedby = "";
|
|
57
57
|
this.a11yExpanded = undefined;
|
|
58
|
+
this.a11yDisabled = undefined;
|
|
58
59
|
this.a11yControls = undefined;
|
|
60
|
+
this.a11yTabindex = undefined;
|
|
59
61
|
}
|
|
60
62
|
/** Focus link */
|
|
61
63
|
async setFocus() {
|
|
@@ -96,10 +98,12 @@ export class StzhLink {
|
|
|
96
98
|
[`stzh-link--${this.variant}`]: !!this.variant,
|
|
97
99
|
};
|
|
98
100
|
return (h(Host, null, this.href ?
|
|
99
|
-
h("a", { ref: (el) => (this.link = el), href: this.disabled ? null : this.href, download: this.download, rel: this.rel, target: this.target, class: classes, accessKey: this.linkAccesskey, "aria-label": this.a11yLabel, "aria-describedby": this.a11yDescribedby, "aria-
|
|
101
|
+
h("a", { ref: (el) => (this.link = el), href: this.disabled ? null : this.href, download: this.download, rel: this.rel, target: this.target, class: classes, accessKey: this.linkAccesskey, tabindex: this.a11yTabindex, "aria-label": this.a11yLabel, "aria-describedby": this.a11yDescribedby, "aria-disabled": typeof this.a11yDisabled !== "undefined"
|
|
102
|
+
? (this.a11yDisabled ? "true" : "false") : null, "aria-expanded": typeof this.a11yExpanded !== "undefined"
|
|
100
103
|
? (this.a11yExpanded ? "true" : "false") : null, "aria-controls": this.a11yControls, onFocus: this.onFocus, onBlur: this.onBlur }, this.renderInner(iconUsed))
|
|
101
104
|
:
|
|
102
|
-
h("button", { ref: (el) => (this.link = el), class: classes, type: this.type, disabled: this.disabled, accessKey: this.linkAccesskey, "aria-label": this.a11yLabel, "aria-describedby": this.a11yDescribedby, "aria-
|
|
105
|
+
h("button", { ref: (el) => (this.link = el), class: classes, type: this.type, disabled: this.disabled, accessKey: this.linkAccesskey, tabindex: this.a11yTabindex, "aria-label": this.a11yLabel, "aria-describedby": this.a11yDescribedby, "aria-disabled": typeof this.a11yDisabled !== "undefined"
|
|
106
|
+
? (this.a11yDisabled ? "true" : "false") : null, "aria-expanded": typeof this.a11yExpanded !== "undefined"
|
|
103
107
|
? (this.a11yExpanded ? "true" : "false") : null, "aria-controls": this.a11yControls, onFocus: this.onFocus, onBlur: this.onBlur }, this.renderInner(iconUsed))));
|
|
104
108
|
}
|
|
105
109
|
static get is() { return "stzh-link"; }
|
|
@@ -545,6 +549,23 @@ export class StzhLink {
|
|
|
545
549
|
"attribute": "a11y-expanded",
|
|
546
550
|
"reflect": true
|
|
547
551
|
},
|
|
552
|
+
"a11yDisabled": {
|
|
553
|
+
"type": "boolean",
|
|
554
|
+
"mutable": false,
|
|
555
|
+
"complexType": {
|
|
556
|
+
"original": "boolean",
|
|
557
|
+
"resolved": "boolean",
|
|
558
|
+
"references": {}
|
|
559
|
+
},
|
|
560
|
+
"required": false,
|
|
561
|
+
"optional": false,
|
|
562
|
+
"docs": {
|
|
563
|
+
"tags": [],
|
|
564
|
+
"text": "Aria disabled of link/button"
|
|
565
|
+
},
|
|
566
|
+
"attribute": "a11y-disabled",
|
|
567
|
+
"reflect": true
|
|
568
|
+
},
|
|
548
569
|
"a11yControls": {
|
|
549
570
|
"type": "string",
|
|
550
571
|
"mutable": false,
|
|
@@ -561,6 +582,23 @@ export class StzhLink {
|
|
|
561
582
|
},
|
|
562
583
|
"attribute": "a11y-controls",
|
|
563
584
|
"reflect": false
|
|
585
|
+
},
|
|
586
|
+
"a11yTabindex": {
|
|
587
|
+
"type": "string",
|
|
588
|
+
"mutable": false,
|
|
589
|
+
"complexType": {
|
|
590
|
+
"original": "string",
|
|
591
|
+
"resolved": "string",
|
|
592
|
+
"references": {}
|
|
593
|
+
},
|
|
594
|
+
"required": false,
|
|
595
|
+
"optional": false,
|
|
596
|
+
"docs": {
|
|
597
|
+
"tags": [],
|
|
598
|
+
"text": "Tabindex of link/button"
|
|
599
|
+
},
|
|
600
|
+
"attribute": "a11y-tabindex",
|
|
601
|
+
"reflect": false
|
|
564
602
|
}
|
|
565
603
|
};
|
|
566
604
|
}
|
|
@@ -100,14 +100,14 @@
|
|
|
100
100
|
@-webkit-keyframes stzh-loader {
|
|
101
101
|
0% {
|
|
102
102
|
transform: scale(0);
|
|
103
|
-
left:
|
|
103
|
+
left: 0px;
|
|
104
104
|
opacity: 1;
|
|
105
105
|
}
|
|
106
106
|
12.5% {
|
|
107
107
|
transform: scale(1);
|
|
108
108
|
}
|
|
109
109
|
25% {
|
|
110
|
-
left:
|
|
110
|
+
left: 0px;
|
|
111
111
|
}
|
|
112
112
|
37.5% {
|
|
113
113
|
left: 4.375rem;
|
|
@@ -136,14 +136,14 @@
|
|
|
136
136
|
@keyframes stzh-loader {
|
|
137
137
|
0% {
|
|
138
138
|
transform: scale(0);
|
|
139
|
-
left:
|
|
139
|
+
left: 0px;
|
|
140
140
|
opacity: 1;
|
|
141
141
|
}
|
|
142
142
|
12.5% {
|
|
143
143
|
transform: scale(1);
|
|
144
144
|
}
|
|
145
145
|
25% {
|
|
146
|
-
left:
|
|
146
|
+
left: 0px;
|
|
147
147
|
}
|
|
148
148
|
37.5% {
|
|
149
149
|
left: 4.375rem;
|
|
@@ -32,12 +32,12 @@ export class StzhMenuItem {
|
|
|
32
32
|
this.badge = "";
|
|
33
33
|
this.badgeType = "default";
|
|
34
34
|
this.badgeEmpty = false;
|
|
35
|
-
this.
|
|
35
|
+
this.disabled = false;
|
|
36
36
|
this.active = false;
|
|
37
|
+
this.icon = "";
|
|
37
38
|
this.label = "";
|
|
38
39
|
this.href = "";
|
|
39
40
|
this.target = "";
|
|
40
|
-
this.disabled = false;
|
|
41
41
|
this.a11yLabel = undefined;
|
|
42
42
|
}
|
|
43
43
|
/** Focus menu item */
|
|
@@ -134,23 +134,23 @@ export class StzhMenuItem {
|
|
|
134
134
|
"reflect": true,
|
|
135
135
|
"defaultValue": "false"
|
|
136
136
|
},
|
|
137
|
-
"
|
|
138
|
-
"type": "
|
|
137
|
+
"disabled": {
|
|
138
|
+
"type": "boolean",
|
|
139
139
|
"mutable": false,
|
|
140
140
|
"complexType": {
|
|
141
|
-
"original": "
|
|
142
|
-
"resolved": "
|
|
141
|
+
"original": "boolean",
|
|
142
|
+
"resolved": "boolean",
|
|
143
143
|
"references": {}
|
|
144
144
|
},
|
|
145
145
|
"required": false,
|
|
146
146
|
"optional": false,
|
|
147
147
|
"docs": {
|
|
148
148
|
"tags": [],
|
|
149
|
-
"text": "
|
|
149
|
+
"text": "Whether the button is disabled"
|
|
150
150
|
},
|
|
151
|
-
"attribute": "
|
|
152
|
-
"reflect":
|
|
153
|
-
"defaultValue": "
|
|
151
|
+
"attribute": "disabled",
|
|
152
|
+
"reflect": true,
|
|
153
|
+
"defaultValue": "false"
|
|
154
154
|
},
|
|
155
155
|
"active": {
|
|
156
156
|
"type": "boolean",
|
|
@@ -167,10 +167,10 @@ export class StzhMenuItem {
|
|
|
167
167
|
"text": "Whether the button is active"
|
|
168
168
|
},
|
|
169
169
|
"attribute": "active",
|
|
170
|
-
"reflect":
|
|
170
|
+
"reflect": true,
|
|
171
171
|
"defaultValue": "false"
|
|
172
172
|
},
|
|
173
|
-
"
|
|
173
|
+
"icon": {
|
|
174
174
|
"type": "string",
|
|
175
175
|
"mutable": false,
|
|
176
176
|
"complexType": {
|
|
@@ -182,13 +182,13 @@ export class StzhMenuItem {
|
|
|
182
182
|
"optional": false,
|
|
183
183
|
"docs": {
|
|
184
184
|
"tags": [],
|
|
185
|
-
"text": "
|
|
185
|
+
"text": "Icon (use instead of icon slot)"
|
|
186
186
|
},
|
|
187
|
-
"attribute": "
|
|
187
|
+
"attribute": "icon",
|
|
188
188
|
"reflect": false,
|
|
189
189
|
"defaultValue": "\"\""
|
|
190
190
|
},
|
|
191
|
-
"
|
|
191
|
+
"label": {
|
|
192
192
|
"type": "string",
|
|
193
193
|
"mutable": false,
|
|
194
194
|
"complexType": {
|
|
@@ -200,13 +200,13 @@ export class StzhMenuItem {
|
|
|
200
200
|
"optional": false,
|
|
201
201
|
"docs": {
|
|
202
202
|
"tags": [],
|
|
203
|
-
"text": "
|
|
203
|
+
"text": "Label"
|
|
204
204
|
},
|
|
205
|
-
"attribute": "
|
|
205
|
+
"attribute": "label",
|
|
206
206
|
"reflect": false,
|
|
207
207
|
"defaultValue": "\"\""
|
|
208
208
|
},
|
|
209
|
-
"
|
|
209
|
+
"href": {
|
|
210
210
|
"type": "string",
|
|
211
211
|
"mutable": false,
|
|
212
212
|
"complexType": {
|
|
@@ -218,29 +218,29 @@ export class StzhMenuItem {
|
|
|
218
218
|
"optional": false,
|
|
219
219
|
"docs": {
|
|
220
220
|
"tags": [],
|
|
221
|
-
"text": "
|
|
221
|
+
"text": "`href` if the button should be used as link"
|
|
222
222
|
},
|
|
223
|
-
"attribute": "
|
|
223
|
+
"attribute": "href",
|
|
224
224
|
"reflect": false,
|
|
225
225
|
"defaultValue": "\"\""
|
|
226
226
|
},
|
|
227
|
-
"
|
|
228
|
-
"type": "
|
|
227
|
+
"target": {
|
|
228
|
+
"type": "string",
|
|
229
229
|
"mutable": false,
|
|
230
230
|
"complexType": {
|
|
231
|
-
"original": "
|
|
232
|
-
"resolved": "
|
|
231
|
+
"original": "string",
|
|
232
|
+
"resolved": "string",
|
|
233
233
|
"references": {}
|
|
234
234
|
},
|
|
235
235
|
"required": false,
|
|
236
236
|
"optional": false,
|
|
237
237
|
"docs": {
|
|
238
238
|
"tags": [],
|
|
239
|
-
"text": "
|
|
239
|
+
"text": "Target if the button is used as link (if `href` used)"
|
|
240
240
|
},
|
|
241
|
-
"attribute": "
|
|
241
|
+
"attribute": "target",
|
|
242
242
|
"reflect": false,
|
|
243
|
-
"defaultValue": "
|
|
243
|
+
"defaultValue": "\"\""
|
|
244
244
|
},
|
|
245
245
|
"a11yLabel": {
|
|
246
246
|
"type": "string",
|
|
@@ -20,7 +20,9 @@ export class StzhMetanav {
|
|
|
20
20
|
});
|
|
21
21
|
}
|
|
22
22
|
disconnectedCallback() {
|
|
23
|
-
this.observer
|
|
23
|
+
if (this.observer) {
|
|
24
|
+
this.observer.disconnect();
|
|
25
|
+
}
|
|
24
26
|
}
|
|
25
27
|
render() {
|
|
26
28
|
return (h(Host, null, h("div", { class: "stzh-metanav", role: "list" }, h("slot", null))));
|
|
@@ -73,7 +73,7 @@ export class StzhMicrositeTeaserlist {
|
|
|
73
73
|
const classes = {
|
|
74
74
|
"stzh-microsite-teaserlist": true,
|
|
75
75
|
};
|
|
76
|
-
return (h(Host, null, h("div", { class: classes }, h("stzh-chip-select", { class: "stzh-microsite-teaserlist__filter", label: this.localization.tagsLabel, data: this._tagChips, onStzhChange: this.handleChange }), h("stzh-card-list", { layout: "subpages" }, this.filteredSlicedItems.map((item) => h("stzh-card", { href: item.link, hideHeaderBorder: true, hideFooterBorder: true, withArrow: true }, item.image &&
|
|
76
|
+
return (h(Host, null, h("div", { class: classes }, h("stzh-chip-select", { class: "stzh-microsite-teaserlist__filter", label: this.localization.tagsLabel, data: this._tagChips, onStzhChange: this.handleChange }), h("stzh-card-list", { layout: "subpages" }, this.filteredSlicedItems.map((item) => h("stzh-card", { href: item.link, hideHeaderBorder: true, hideFooterBorder: true, withArrow: true, hideElevation: true }, item.image &&
|
|
77
77
|
h("img", { slot: "image", src: item.image }), item.title &&
|
|
78
78
|
h("stzh-clamp", { slot: "heading", lines: 2 }, item.title), item.description &&
|
|
79
79
|
h("stzh-clamp", { slot: "content", lines: 3 }, item.description)))), this.showItems < this.filteredItems.length &&
|
|
@@ -20,7 +20,9 @@ export class StzhPageSkiplinks {
|
|
|
20
20
|
});
|
|
21
21
|
}
|
|
22
22
|
disconnectedCallback() {
|
|
23
|
-
this.observer
|
|
23
|
+
if (this.observer) {
|
|
24
|
+
this.observer.disconnect();
|
|
25
|
+
}
|
|
24
26
|
}
|
|
25
27
|
render() {
|
|
26
28
|
return (h(Host, null, h("div", { class: "stzh-page-skiplinks", role: "list" }, h("slot", null))));
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
}
|
|
113
113
|
:host ::slotted(stzh-chip[slot=tag])[variant=filter]:not([disabled]) {
|
|
114
114
|
--color: var(--stzh-color-white);
|
|
115
|
-
--border:
|
|
115
|
+
--border-color: var(--stzh-color-white);
|
|
116
116
|
--remove-color: var(--stzh-color-white);
|
|
117
117
|
--background-color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
118
118
|
--counter-color: var(--stzh-color-white56);
|
|
@@ -127,13 +127,13 @@
|
|
|
127
127
|
}
|
|
128
128
|
:host ::slotted(stzh-chip[slot=tag])[variant=filter][non-interactive]:not([non-interactive=false]):not([disabled]) {
|
|
129
129
|
--hover-color: var(--color);
|
|
130
|
-
--hover-border: var(--border);
|
|
130
|
+
--hover-border-color: var(--border-color);
|
|
131
131
|
--hover-background-color: var(--background-color);
|
|
132
132
|
--hover-icon-color: var(--icon-color);
|
|
133
133
|
--hover-counter-color: var(--counter-color);
|
|
134
134
|
}
|
|
135
135
|
:host ::slotted(stzh-chip[slot=tag])[variant=filter][active]:not([active=false]):not([disabled]) {
|
|
136
|
-
--border:
|
|
136
|
+
--border-color: transparent;
|
|
137
137
|
--background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
138
138
|
--hover-background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
139
139
|
--hover-remove-background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
--width: var(--stzh-popover-width);
|
|
102
102
|
--min-width: var(--stzh-popover-min-width);
|
|
103
103
|
--max-width: var(--stzh-popover-max-width);
|
|
104
|
-
--padding:
|
|
104
|
+
--padding: 0px;
|
|
105
105
|
--border-radius: var(--stzh-popover-border-radius);
|
|
106
106
|
}
|
|
107
107
|
:host[variant=tooltip] {
|
|
@@ -161,8 +161,8 @@
|
|
|
161
161
|
.stzh-popover__backdrop {
|
|
162
162
|
z-index: 1;
|
|
163
163
|
position: absolute;
|
|
164
|
-
top:
|
|
165
|
-
left:
|
|
164
|
+
top: 0px;
|
|
165
|
+
left: 0px;
|
|
166
166
|
width: 100%;
|
|
167
167
|
height: 100%;
|
|
168
168
|
overflow-x: hidden;
|
|
@@ -360,15 +360,15 @@ the .has-focus class is used by the focus target */
|
|
|
360
360
|
--stzh-space-huge: 5rem;
|
|
361
361
|
--stzh-space-xhuge: 6rem;
|
|
362
362
|
|
|
363
|
-
--stzh-space-none: 0.
|
|
363
|
+
--stzh-space-none: 0.0001px;
|
|
364
364
|
|
|
365
365
|
--stzh-space-default: var(--stzh-space-medium);
|
|
366
366
|
|
|
367
367
|
/* Box Shadows */
|
|
368
|
-
--stzh-box-shadow-header:
|
|
369
|
-
--stzh-box-shadow-popover:
|
|
370
|
-
--stzh-box-shadow-message:
|
|
371
|
-
--stzh-box-shadow-overlay:
|
|
368
|
+
--stzh-box-shadow-header: 0px -0.125rem 1rem rgba(0, 0, 0, 0.16);
|
|
369
|
+
--stzh-box-shadow-popover: 0px 0px 0.25rem rgba(0, 0, 0, 0.24);
|
|
370
|
+
--stzh-box-shadow-message: 0px 0px 0.5rem rgba(0, 0, 0, 0.24);
|
|
371
|
+
--stzh-box-shadow-overlay: 0px 0.25rem 0.9375rem rgba(0, 0, 0, 0.32);
|
|
372
372
|
|
|
373
373
|
/* Icon sizes */
|
|
374
374
|
--stzh-icon-size-xxsmall: 0.75rem;
|
|
@@ -446,7 +446,7 @@ the .has-focus class is used by the focus target */
|
|
|
446
446
|
--stzh-tooltip-max-width: 20.875rem;
|
|
447
447
|
--stzh-tooltip-padding: var(--stzh-space-small);
|
|
448
448
|
--stzh-tooltip-border-radius: 0.1875rem;
|
|
449
|
-
--stzh-tooltip-drop-shadow: drop-shadow(
|
|
449
|
+
--stzh-tooltip-drop-shadow: drop-shadow(0px 0.125rem 0.625rem rgba(0, 0, 0, 0.16));
|
|
450
450
|
|
|
451
451
|
/* Accordion */
|
|
452
452
|
--stzh-accordion-content-background: var(--stzh-color-grey5);
|
|
@@ -141,7 +141,9 @@ export class StzhRadiogroup {
|
|
|
141
141
|
});
|
|
142
142
|
}
|
|
143
143
|
disconnectedCallback() {
|
|
144
|
-
this.observer
|
|
144
|
+
if (this.observer) {
|
|
145
|
+
this.observer.disconnect();
|
|
146
|
+
}
|
|
145
147
|
}
|
|
146
148
|
render() {
|
|
147
149
|
const descriptionUsed = hasSlot(this.element, 'description') || !!this.description;
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
--grabbing-cursor: grabbing;
|
|
103
103
|
--unselected-item-opacity: 0.6;
|
|
104
104
|
--ghost-item-background: var(--stzh-color-grey5);
|
|
105
|
-
--ghost-item-box-shadow: inset
|
|
105
|
+
--ghost-item-box-shadow: inset 0px 0px 0.5rem rgba(0, 0, 0, 0.32);
|
|
106
106
|
}
|
|
107
107
|
:host[disabled] {
|
|
108
108
|
--cursor: inherit;
|
|
@@ -100,6 +100,7 @@
|
|
|
100
100
|
:host {
|
|
101
101
|
--space: var(--stzh-space-default);
|
|
102
102
|
--around: 0;
|
|
103
|
+
display: flex;
|
|
103
104
|
clear: both;
|
|
104
105
|
}
|
|
105
106
|
:host::after {
|
|
@@ -806,6 +807,9 @@
|
|
|
806
807
|
}
|
|
807
808
|
|
|
808
809
|
.stzh-space {
|
|
810
|
+
flex-grow: 1;
|
|
811
|
+
width: 100%;
|
|
812
|
+
height: 100%;
|
|
809
813
|
display: flex;
|
|
810
814
|
justify-content: flex-start;
|
|
811
815
|
align-items: flex-start;
|
|
@@ -88,6 +88,12 @@ export class StzhTable {
|
|
|
88
88
|
this.updateCellClasses();
|
|
89
89
|
this.updateScrollStates();
|
|
90
90
|
};
|
|
91
|
+
this.handleResize = () => {
|
|
92
|
+
if (this.debounceResize) {
|
|
93
|
+
window.cancelAnimationFrame(this.debounceResize);
|
|
94
|
+
}
|
|
95
|
+
this.debounceResize = requestAnimationFrame(this.updateScrollStates);
|
|
96
|
+
};
|
|
91
97
|
this.handleScroll = () => {
|
|
92
98
|
if (this.debounceScroll) {
|
|
93
99
|
window.cancelAnimationFrame(this.debounceScroll);
|
|
@@ -107,9 +113,6 @@ export class StzhTable {
|
|
|
107
113
|
this.updateCellClasses();
|
|
108
114
|
this.updateScrollStates();
|
|
109
115
|
}
|
|
110
|
-
handleResize() {
|
|
111
|
-
this.updateScrollStates();
|
|
112
|
-
}
|
|
113
116
|
connectedCallback() {
|
|
114
117
|
this.init();
|
|
115
118
|
this.observer = new MutationObserver(this.init);
|
|
@@ -117,9 +120,16 @@ export class StzhTable {
|
|
|
117
120
|
childList: true,
|
|
118
121
|
subtree: true
|
|
119
122
|
});
|
|
123
|
+
this.resizeObserver = new ResizeObserver(this.handleResize);
|
|
124
|
+
this.resizeObserver.observe(this.element);
|
|
120
125
|
}
|
|
121
126
|
disconnectedCallback() {
|
|
122
|
-
this.observer
|
|
127
|
+
if (this.observer) {
|
|
128
|
+
this.observer.disconnect();
|
|
129
|
+
}
|
|
130
|
+
if (this.resizeObserver) {
|
|
131
|
+
this.resizeObserver.disconnect();
|
|
132
|
+
}
|
|
123
133
|
}
|
|
124
134
|
render() {
|
|
125
135
|
const classes = {
|
|
@@ -220,13 +230,4 @@ export class StzhTable {
|
|
|
220
230
|
"methodName": "fixedCellWatcher"
|
|
221
231
|
}];
|
|
222
232
|
}
|
|
223
|
-
static get listeners() {
|
|
224
|
-
return [{
|
|
225
|
-
"name": "resize",
|
|
226
|
-
"method": "handleResize",
|
|
227
|
-
"target": "window",
|
|
228
|
-
"capture": false,
|
|
229
|
-
"passive": true
|
|
230
|
-
}];
|
|
231
|
-
}
|
|
232
233
|
}
|
|
@@ -100,6 +100,7 @@
|
|
|
100
100
|
:host {
|
|
101
101
|
--v-space: var(--stzh-space-default);
|
|
102
102
|
--v-around: 0;
|
|
103
|
+
display: flex;
|
|
103
104
|
clear: both;
|
|
104
105
|
}
|
|
105
106
|
:host::after {
|
|
@@ -799,6 +800,9 @@
|
|
|
799
800
|
}
|
|
800
801
|
|
|
801
802
|
.stzh-vspace {
|
|
803
|
+
flex-grow: 1;
|
|
804
|
+
width: 100%;
|
|
805
|
+
height: 100%;
|
|
802
806
|
display: flex;
|
|
803
807
|
flex-direction: column;
|
|
804
808
|
justify-content: flex-start;
|
|
@@ -12,6 +12,7 @@ export { StzhButton as StzhButton } from '../types/components/stzh-button/stzh-b
|
|
|
12
12
|
export { StzhCalendar as StzhCalendar } from '../types/components/stzh-calendar/stzh-calendar';
|
|
13
13
|
export { StzhCard as StzhCard } from '../types/components/stzh-card/stzh-card';
|
|
14
14
|
export { StzhCardList as StzhCardList } from '../types/components/stzh-card-list/stzh-card-list';
|
|
15
|
+
export { StzhCarousel as StzhCarousel } from '../types/components/stzh-carousel/stzh-carousel';
|
|
15
16
|
export { StzhCell as StzhCell } from '../types/components/stzh-cell/stzh-cell';
|
|
16
17
|
export { StzhChart as StzhChart } from '../types/components/stzh-chart/stzh-chart';
|
|
17
18
|
export { StzhCheckbox as StzhCheckbox } from '../types/components/stzh-checkbox/stzh-checkbox';
|