@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
|
@@ -105,6 +105,12 @@ export class StzhCard {
|
|
|
105
105
|
});
|
|
106
106
|
});
|
|
107
107
|
};
|
|
108
|
+
this.handleResize = () => {
|
|
109
|
+
if (this.debounceResize) {
|
|
110
|
+
window.cancelAnimationFrame(this.debounceResize);
|
|
111
|
+
}
|
|
112
|
+
this.debounceResize = requestAnimationFrame(this.update);
|
|
113
|
+
};
|
|
108
114
|
this.handleMutation = (entries) => {
|
|
109
115
|
this.init();
|
|
110
116
|
this.nodeChange(entries);
|
|
@@ -139,14 +145,9 @@ export class StzhCard {
|
|
|
139
145
|
this.collapsible = false;
|
|
140
146
|
this.hideHeaderBorder = false;
|
|
141
147
|
this.hideFooterBorder = false;
|
|
148
|
+
this.hideElevation = false;
|
|
142
149
|
this.hideMovementActions = false;
|
|
143
150
|
}
|
|
144
|
-
handleResize() {
|
|
145
|
-
if (this.debounceResize) {
|
|
146
|
-
window.cancelAnimationFrame(this.debounceResize);
|
|
147
|
-
}
|
|
148
|
-
this.debounceResize = requestAnimationFrame(this.update);
|
|
149
|
-
}
|
|
150
151
|
subtitleWatcher(newValue) {
|
|
151
152
|
if (typeof newValue === "string") {
|
|
152
153
|
try {
|
|
@@ -218,9 +219,16 @@ export class StzhCard {
|
|
|
218
219
|
childList: true,
|
|
219
220
|
subtree: true
|
|
220
221
|
});
|
|
222
|
+
this.resizeObserver = new ResizeObserver(this.handleResize);
|
|
223
|
+
this.resizeObserver.observe(this.element);
|
|
221
224
|
}
|
|
222
225
|
disconnectedCallback() {
|
|
223
|
-
this.observer
|
|
226
|
+
if (this.observer) {
|
|
227
|
+
this.observer.disconnect();
|
|
228
|
+
}
|
|
229
|
+
if (this.resizeObserver) {
|
|
230
|
+
this.resizeObserver.disconnect();
|
|
231
|
+
}
|
|
224
232
|
}
|
|
225
233
|
render() {
|
|
226
234
|
var _a, _b, _c;
|
|
@@ -275,8 +283,8 @@ export class StzhCard {
|
|
|
275
283
|
h(Fragment, null, !isFirstItemInSortable &&
|
|
276
284
|
h("stzh-menu-item", { icon: "arrow-up", onClick: this.arrowUpClick }, this.localization.actionMoveUp), !isLastItemInSortable &&
|
|
277
285
|
h("stzh-menu-item", { icon: "arrow-down", onClick: this.arrowDownClick }, this.localization.actionMoveDown))))))), h("div", { class: "stzh-card__header-meta" }, h("slot", { name: "meta" }))), h("div", { class: "stzh-card__content hide-when-collapsed" }, h("slot", { name: "content" })), h("div", { class: "stzh-card__footer hide-when-collapsed" }, h("slot", { name: "footer" }, this._footerActions.length > 0 &&
|
|
278
|
-
h("stzh-actionset", { actions: this._footerActions }), this.selectable &&
|
|
279
|
-
h("stzh-button", { fullwidth: true, type: "radio", variant: "secondary", name: this.name, value: this.value, checked: this.checked, disabled: this.disabled, label: this.localization.select, onStzhChange: this.handleSelectionChange }), this.withArrow &&
|
|
286
|
+
h("stzh-actionset", { class: "stzh-card__footer-actionset", actions: this._footerActions }), this.selectable &&
|
|
287
|
+
h("stzh-button", { class: "stzh-card__footer-select-button", fullwidth: true, type: "radio", variant: "secondary", name: this.name, value: this.value, checked: this.checked, disabled: this.disabled, label: this.localization.select, onStzhChange: this.handleSelectionChange }), this.withArrow &&
|
|
280
288
|
h("stzh-icon", { class: "stzh-card__footer-arrow", name: "arrow-right-long" })))))));
|
|
281
289
|
}
|
|
282
290
|
static get is() { return "stzh-card"; }
|
|
@@ -681,6 +689,24 @@ export class StzhCard {
|
|
|
681
689
|
"reflect": true,
|
|
682
690
|
"defaultValue": "false"
|
|
683
691
|
},
|
|
692
|
+
"hideElevation": {
|
|
693
|
+
"type": "boolean",
|
|
694
|
+
"mutable": false,
|
|
695
|
+
"complexType": {
|
|
696
|
+
"original": "boolean",
|
|
697
|
+
"resolved": "boolean",
|
|
698
|
+
"references": {}
|
|
699
|
+
},
|
|
700
|
+
"required": false,
|
|
701
|
+
"optional": false,
|
|
702
|
+
"docs": {
|
|
703
|
+
"tags": [],
|
|
704
|
+
"text": "Whether card elevation should be hidden"
|
|
705
|
+
},
|
|
706
|
+
"attribute": "hide-elevation",
|
|
707
|
+
"reflect": true,
|
|
708
|
+
"defaultValue": "false"
|
|
709
|
+
},
|
|
684
710
|
"hideMovementActions": {
|
|
685
711
|
"type": "boolean",
|
|
686
712
|
"mutable": false,
|
|
@@ -820,31 +846,4 @@ export class StzhCard {
|
|
|
820
846
|
"methodName": "collapsedWatcher"
|
|
821
847
|
}];
|
|
822
848
|
}
|
|
823
|
-
static get listeners() {
|
|
824
|
-
return [{
|
|
825
|
-
"name": "appload",
|
|
826
|
-
"method": "handleResize",
|
|
827
|
-
"target": "window",
|
|
828
|
-
"capture": false,
|
|
829
|
-
"passive": false
|
|
830
|
-
}, {
|
|
831
|
-
"name": "resize",
|
|
832
|
-
"method": "handleResize",
|
|
833
|
-
"target": "window",
|
|
834
|
-
"capture": false,
|
|
835
|
-
"passive": true
|
|
836
|
-
}, {
|
|
837
|
-
"name": "DOMContentLoaded",
|
|
838
|
-
"method": "handleResize",
|
|
839
|
-
"target": "window",
|
|
840
|
-
"capture": false,
|
|
841
|
-
"passive": false
|
|
842
|
-
}, {
|
|
843
|
-
"name": "load",
|
|
844
|
-
"method": "handleResize",
|
|
845
|
-
"target": "window",
|
|
846
|
-
"capture": false,
|
|
847
|
-
"passive": false
|
|
848
|
-
}];
|
|
849
|
-
}
|
|
850
849
|
}
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Colors
|
|
3
|
+
*/
|
|
4
|
+
/*
|
|
5
|
+
* Base
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* Flyingfocus
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* Link
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Text
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* Richtext
|
|
18
|
+
*/
|
|
19
|
+
/**
|
|
20
|
+
* Section
|
|
21
|
+
*/
|
|
22
|
+
/**
|
|
23
|
+
* Header
|
|
24
|
+
*/
|
|
25
|
+
/**
|
|
26
|
+
* Appnav
|
|
27
|
+
*/
|
|
28
|
+
/**
|
|
29
|
+
* Progressbar
|
|
30
|
+
*/
|
|
31
|
+
/**
|
|
32
|
+
* Loader
|
|
33
|
+
*/
|
|
34
|
+
/**
|
|
35
|
+
* Table
|
|
36
|
+
*/
|
|
37
|
+
/**
|
|
38
|
+
* Heading
|
|
39
|
+
*/
|
|
40
|
+
/**
|
|
41
|
+
* Menu (Item)
|
|
42
|
+
*/
|
|
43
|
+
/**
|
|
44
|
+
* Form Elements (Input / Checkbox / Radio / Select / Datepicker)
|
|
45
|
+
*/
|
|
46
|
+
/**
|
|
47
|
+
* Popover
|
|
48
|
+
*/
|
|
49
|
+
/**
|
|
50
|
+
* Tooltips
|
|
51
|
+
*/
|
|
52
|
+
/**
|
|
53
|
+
* Accordions
|
|
54
|
+
*/
|
|
55
|
+
/**
|
|
56
|
+
* Buttons
|
|
57
|
+
*/
|
|
58
|
+
/**
|
|
59
|
+
* Box Shadows
|
|
60
|
+
*/
|
|
61
|
+
/**
|
|
62
|
+
* Z-Indexes
|
|
63
|
+
* Inspired by https://www.duetds.com/tokens/#z-index
|
|
64
|
+
*/
|
|
65
|
+
/**
|
|
66
|
+
* Icon sizes
|
|
67
|
+
*/
|
|
68
|
+
/**
|
|
69
|
+
* Grid
|
|
70
|
+
*/
|
|
71
|
+
/**
|
|
72
|
+
* Breakpoints
|
|
73
|
+
*/
|
|
74
|
+
/**
|
|
75
|
+
* Container
|
|
76
|
+
*/
|
|
77
|
+
/**
|
|
78
|
+
* Spaces
|
|
79
|
+
*/
|
|
80
|
+
/**
|
|
81
|
+
* Fonts
|
|
82
|
+
*/
|
|
83
|
+
:host {
|
|
84
|
+
font-family: var(--stzh-font-family-regular);
|
|
85
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
86
|
+
font-style: normal;
|
|
87
|
+
color: var(--stzh-base-color);
|
|
88
|
+
box-sizing: border-box;
|
|
89
|
+
display: block;
|
|
90
|
+
}
|
|
91
|
+
:host[hidden] {
|
|
92
|
+
display: none;
|
|
93
|
+
}
|
|
94
|
+
:host *,
|
|
95
|
+
:host *::before,
|
|
96
|
+
:host *::after {
|
|
97
|
+
box-sizing: border-box;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
:host {
|
|
101
|
+
--peek: calc(var(--peek-in, 0px) + var(--peek-out, 0px));
|
|
102
|
+
--peek-out: 1.25rem;
|
|
103
|
+
--padding-top: 0px;
|
|
104
|
+
--padding-bottom: 0px;
|
|
105
|
+
--gutter: var(--stzh-space-xxxsmall);
|
|
106
|
+
--snap-stop: always;
|
|
107
|
+
--slides: 1;
|
|
108
|
+
--slide-size: calc((100% - (var(--slides) - 1) * var(--gutter)) / var(--slides));
|
|
109
|
+
}
|
|
110
|
+
@media screen and (min-width: 600px) {
|
|
111
|
+
:host {
|
|
112
|
+
--peek-out: 0px;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
:host[variant=cards] {
|
|
116
|
+
--padding-top: 0.25rem;
|
|
117
|
+
--padding-bottom: 0.25rem;
|
|
118
|
+
--gutter: var(--stzh-space-xsmall);
|
|
119
|
+
}
|
|
120
|
+
@media screen and (min-width: 600px) {
|
|
121
|
+
:host[variant=cards] {
|
|
122
|
+
--peek-out: 2rem;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
@media screen and (min-width: 1024px) {
|
|
126
|
+
:host[variant=cards] {
|
|
127
|
+
--peek-out: 2.5rem;
|
|
128
|
+
--gutter: var(--stzh-space-small);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
@media screen and (min-width: 1260px) {
|
|
132
|
+
:host[variant=cards] {
|
|
133
|
+
--peek-out: 5.5rem;
|
|
134
|
+
--gutter: var(--stzh-space-medium);
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
@media screen and (min-width: 1440px) {
|
|
138
|
+
:host[variant=cards] {
|
|
139
|
+
--peek-out: calc((100vw - 78.75rem - var(--stzh-scrollbar-width, 0px)) / 2);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
:host ::slotted(*) {
|
|
143
|
+
width: 100%;
|
|
144
|
+
height: 100%;
|
|
145
|
+
flex-shrink: 0;
|
|
146
|
+
scroll-snap-align: start;
|
|
147
|
+
scroll-snap-stop: var(--snap-stop);
|
|
148
|
+
}
|
|
149
|
+
:host ::slotted(*) img {
|
|
150
|
+
-webkit-user-drag: none;
|
|
151
|
+
user-drag: none;
|
|
152
|
+
-moz-user-select: none;
|
|
153
|
+
-webkit-user-select: none;
|
|
154
|
+
user-select: none;
|
|
155
|
+
}
|
|
156
|
+
:host ::slotted([slot=actions]) {
|
|
157
|
+
position: absolute;
|
|
158
|
+
top: 0;
|
|
159
|
+
left: 0;
|
|
160
|
+
z-index: 1;
|
|
161
|
+
pointer-events: none;
|
|
162
|
+
padding: 0 var(--peek);
|
|
163
|
+
}
|
|
164
|
+
:host ::slotted([slot=actions]) stzh-text {
|
|
165
|
+
width: auto;
|
|
166
|
+
}
|
|
167
|
+
:host ::slotted([slot=actions]) stzh-button {
|
|
168
|
+
pointer-events: all;
|
|
169
|
+
}
|
|
170
|
+
:host ::slotted([slot=actions]) stzh-button[data-stzh-carousel-previous] {
|
|
171
|
+
--border-radius: var(--stzh-button-border-radius) 0 0 var(--stzh-button-border-radius);
|
|
172
|
+
--border-width: 0.0625rem 0 0.0625rem 0.0625rem;
|
|
173
|
+
}
|
|
174
|
+
:host ::slotted([slot=actions]) stzh-button[data-stzh-carousel-next] {
|
|
175
|
+
--border-radius: 0 var(--stzh-button-border-radius) var(--stzh-button-border-radius) 0;
|
|
176
|
+
}
|
|
177
|
+
:host ::slotted(stzh-ratio[slot=actions]) stzh-space,
|
|
178
|
+
:host ::slotted(stzh-ratio[slot=actions]) stzh-hspace,
|
|
179
|
+
:host ::slotted(stzh-ratio[slot=actions]) stzh-vspace {
|
|
180
|
+
padding: var(--stzh-space-xsmall);
|
|
181
|
+
}
|
|
182
|
+
:host ::slotted(stzh-ratio[slot=actions]) {
|
|
183
|
+
--background-color: transparent;
|
|
184
|
+
}
|
|
185
|
+
:host[variant=cards] ::slotted([slot=actions]) {
|
|
186
|
+
position: relative;
|
|
187
|
+
order: 1;
|
|
188
|
+
margin-top: calc(var(--stzh-space-medium) - var(--padding-bottom));
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.stzh-carousel {
|
|
192
|
+
position: relative;
|
|
193
|
+
display: flex;
|
|
194
|
+
flex-direction: column;
|
|
195
|
+
width: calc(100% + var(--peek-out) * 2);
|
|
196
|
+
margin-left: calc(var(--peek-out) / -1);
|
|
197
|
+
margin-right: calc(var(--peek-out) / -1);
|
|
198
|
+
}
|
|
199
|
+
.stzh-carousel__vhidden {
|
|
200
|
+
border: 0;
|
|
201
|
+
clip: rect(0 0 0 0);
|
|
202
|
+
-webkit-clip-path: inset(100%);
|
|
203
|
+
clip-path: inset(100%);
|
|
204
|
+
width: 0.0625rem;
|
|
205
|
+
height: 0.0625rem;
|
|
206
|
+
overflow: hidden;
|
|
207
|
+
padding: 0;
|
|
208
|
+
position: absolute;
|
|
209
|
+
}
|
|
210
|
+
.stzh-carousel__scroll {
|
|
211
|
+
position: relative;
|
|
212
|
+
grid-area: slides;
|
|
213
|
+
display: grid;
|
|
214
|
+
width: 100%;
|
|
215
|
+
height: 100%;
|
|
216
|
+
place-items: center;
|
|
217
|
+
overflow-x: auto;
|
|
218
|
+
overflow-y: visible;
|
|
219
|
+
grid-auto-flow: column;
|
|
220
|
+
grid-auto-columns: var(--slide-size);
|
|
221
|
+
grid-auto-rows: 100%;
|
|
222
|
+
-moz-column-gap: var(--gutter);
|
|
223
|
+
column-gap: var(--gutter);
|
|
224
|
+
-webkit-overflow-scrolling: touch;
|
|
225
|
+
scrollbar-width: none;
|
|
226
|
+
-ms-overflow-style: none;
|
|
227
|
+
scroll-behavior: smooth;
|
|
228
|
+
overscroll-behavior-x: contain;
|
|
229
|
+
-webkit-scroll-snap-type: x mandatory;
|
|
230
|
+
scroll-snap-type: x mandatory;
|
|
231
|
+
scroll-padding: 0 var(--peek);
|
|
232
|
+
padding: var(--padding-top) var(--peek) var(--padding-bottom);
|
|
233
|
+
}
|
|
234
|
+
@media (prefers-reduced-motion: reduce) {
|
|
235
|
+
.stzh-carousel__scroll {
|
|
236
|
+
scroll-behavior: auto;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
.stzh-carousel__scroll::-webkit-scrollbar {
|
|
240
|
+
display: none;
|
|
241
|
+
}
|
|
242
|
+
.stzh-carousel--is-draggable .stzh-carousel__scroll {
|
|
243
|
+
cursor: -webkit-grab;
|
|
244
|
+
cursor: grab;
|
|
245
|
+
}
|
|
246
|
+
.stzh-carousel--is-dragging .stzh-carousel__scroll {
|
|
247
|
+
cursor: -webkit-grabbing;
|
|
248
|
+
cursor: grabbing;
|
|
249
|
+
}
|
|
250
|
+
.stzh-carousel--is-disabled .stzh-carousel__scroll {
|
|
251
|
+
cursor: not-allowed;
|
|
252
|
+
overflow: hidden;
|
|
253
|
+
}
|