@oiz/stzh-components 2.3.0-alpha → 2.3.0-alpha2
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-13e786d3.js → app-globals-03f189c4.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-actions.cjs.entry.js +1 -1
- package/dist/cjs/stzh-appnav.cjs.entry.js +1 -1
- package/dist/cjs/stzh-audio.cjs.entry.js +1 -1
- package/dist/cjs/stzh-badge_3.cjs.entry.js +6 -2
- package/dist/cjs/stzh-card_3.cjs.entry.js +4 -3
- package/dist/cjs/stzh-cell.cjs.entry.js +1 -1
- package/dist/cjs/stzh-chart.cjs.entry.js +406 -1473
- package/dist/cjs/stzh-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +1 -1
- package/dist/cjs/stzh-chip_2.cjs.entry.js +1 -1
- package/dist/cjs/stzh-components.cjs.js +2 -2
- package/dist/cjs/stzh-contact.cjs.entry.js +1 -1
- package/dist/cjs/stzh-container.cjs.entry.js +1 -1
- package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datalist_2.cjs.entry.js +20 -7
- package/dist/cjs/stzh-datepicker_3.cjs.entry.js +1 -1
- package/dist/cjs/stzh-details.cjs.entry.js +1 -1
- package/dist/cjs/stzh-dialog.cjs.entry.js +1 -1
- package/dist/cjs/stzh-dropdown.cjs.entry.js +6 -2
- package/dist/cjs/stzh-figure.cjs.entry.js +1 -1
- package/dist/cjs/stzh-footer.cjs.entry.js +1 -1
- package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +1 -1
- package/dist/cjs/stzh-header.cjs.entry.js +1 -1
- package/dist/cjs/stzh-hspace.cjs.entry.js +1 -1
- package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
- package/dist/cjs/stzh-input.cjs.entry.js +1 -1
- package/dist/cjs/stzh-link.cjs.entry.js +1 -1
- package/dist/cjs/stzh-menu_2.cjs.entry.js +1 -1
- package/dist/cjs/stzh-pagebottom.cjs.entry.js +1 -1
- package/dist/cjs/stzh-pagetitle-hero.cjs.entry.js +1 -1
- package/dist/cjs/stzh-pagetitle.cjs.entry.js +1 -1
- package/dist/cjs/stzh-popover.cjs.entry.js +1 -1
- package/dist/cjs/stzh-progressbar-item.cjs.entry.js +1 -1
- package/dist/cjs/stzh-readspeaker.cjs.entry.js +1 -1
- package/dist/cjs/stzh-row.cjs.entry.js +1 -1
- package/dist/cjs/stzh-section.cjs.entry.js +1 -1
- package/dist/cjs/stzh-sortable.cjs.entry.js +2 -2
- package/dist/cjs/stzh-space.cjs.entry.js +1 -1
- package/dist/cjs/stzh-status.cjs.entry.js +1 -1
- package/dist/cjs/stzh-table.cjs.entry.js +1 -1
- package/dist/cjs/stzh-textandimage.cjs.entry.js +1 -1
- package/dist/cjs/stzh-toggle.cjs.entry.js +1 -1
- package/dist/cjs/stzh-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/stzh-upload.cjs.entry.js +2 -2
- package/dist/cjs/stzh-vspace.cjs.entry.js +1 -1
- package/dist/cjs/{utils-ff153309.js → utils-a2ff9f84.js} +39 -11
- package/dist/collection/assets/i18n/de.json +3 -3
- package/dist/collection/assets/icons/mono/calculator.svg +10 -0
- package/dist/collection/components/stzh-button/stzh-button.css +26 -2
- package/dist/collection/components/stzh-button/stzh-button.js +40 -0
- package/dist/collection/components/stzh-button/stzh-button.stories.js +9 -0
- package/dist/collection/components/stzh-card/stzh-card.css +3 -0
- package/dist/collection/components/stzh-card-list/stzh-card-list.js +2 -2
- package/dist/collection/components/stzh-cell/stzh-cell.css +5 -0
- package/dist/collection/components/stzh-chart/stzh-chart.css +37 -55
- package/dist/collection/components/stzh-chip/stzh-chip.css +7 -3
- package/dist/collection/components/stzh-chip/stzh-chip.js +2 -2
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +1 -0
- package/dist/collection/components/stzh-container/stzh-container.css +8 -0
- package/dist/collection/components/stzh-cspace/stzh-cspace.css +8 -6
- package/dist/collection/components/stzh-datalist/stzh-datalist.css +3 -3
- package/dist/collection/components/stzh-datalist/stzh-datalist.js +5 -5
- package/dist/collection/components/stzh-datalist/stzh-datalist.stories.js +18 -6
- package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.css +57 -18
- package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.js +70 -4
- package/dist/collection/components/stzh-datatable/stzh-datatable.js +1 -1
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +22 -2
- package/dist/collection/components/stzh-hspace/stzh-hspace.css +19 -13
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +47 -34
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +0 -3
- package/dist/collection/components/stzh-row/stzh-row.css +5 -0
- package/dist/collection/components/stzh-section/stzh-section.css +6 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.js +3 -3
- package/dist/collection/components/stzh-space/stzh-space.css +6 -0
- package/dist/collection/components/stzh-status/stzh-status.css +5 -1
- package/dist/collection/components/stzh-status/stzh-status.js +1 -1
- package/dist/collection/components/stzh-table/stzh-table.js +1 -1
- package/dist/collection/components/stzh-upload/stzh-upload.js +1 -1
- package/dist/collection/components/stzh-vspace/stzh-vspace.css +6 -0
- package/dist/collection/pages/website.stories.js +4 -1
- package/dist/collection/utils/utils.js +41 -20
- package/dist/components/index.js +1 -1
- package/dist/components/stzh-button2.js +7 -1
- package/dist/components/stzh-card-list2.js +2 -2
- package/dist/components/stzh-card2.js +1 -1
- package/dist/components/stzh-cell.js +1 -1
- package/dist/components/stzh-chart.js +406 -1473
- package/dist/components/stzh-chip-select2.js +1 -0
- package/dist/components/stzh-chip2.js +1 -1
- package/dist/components/stzh-contact.js +18 -12
- package/dist/components/stzh-container.js +1 -1
- package/dist/components/stzh-cspace.js +1 -1
- package/dist/components/stzh-datalist-item2.js +33 -11
- package/dist/components/stzh-datalist2.js +17 -11
- package/dist/components/stzh-dropdown2.js +6 -1
- package/dist/components/stzh-hspace.js +1 -1
- package/dist/components/stzh-icon-sprite.js +1 -1
- package/dist/components/stzh-progressbar-item2.js +1 -1
- package/dist/components/stzh-row.js +1 -1
- package/dist/components/stzh-section.js +1 -1
- package/dist/components/stzh-sitemap.js +16 -10
- package/dist/components/stzh-sortable2.js +2 -2
- package/dist/components/stzh-space.js +1 -1
- package/dist/components/stzh-status2.js +2 -2
- package/dist/components/stzh-upload.js +1 -1
- package/dist/components/stzh-vspace.js +1 -1
- package/dist/components/utils.js +39 -11
- package/dist/esm/{app-globals-2e508622.js → app-globals-02f560cd.js} +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/stzh-actions.entry.js +1 -1
- package/dist/esm/stzh-appnav.entry.js +1 -1
- package/dist/esm/stzh-audio.entry.js +1 -1
- package/dist/esm/stzh-badge_3.entry.js +6 -2
- package/dist/esm/stzh-card_3.entry.js +4 -3
- package/dist/esm/stzh-cell.entry.js +1 -1
- package/dist/esm/stzh-chart.entry.js +406 -1473
- package/dist/esm/stzh-checkbox.entry.js +1 -1
- package/dist/esm/stzh-checkboxgroup.entry.js +1 -1
- package/dist/esm/stzh-chip_2.entry.js +1 -1
- package/dist/esm/stzh-components.js +2 -2
- package/dist/esm/stzh-contact.entry.js +1 -1
- package/dist/esm/stzh-container.entry.js +1 -1
- package/dist/esm/stzh-cspace.entry.js +1 -1
- package/dist/esm/stzh-datalist_2.entry.js +20 -7
- package/dist/esm/stzh-datepicker_3.entry.js +1 -1
- package/dist/esm/stzh-details.entry.js +1 -1
- package/dist/esm/stzh-dialog.entry.js +1 -1
- package/dist/esm/stzh-dropdown.entry.js +6 -2
- package/dist/esm/stzh-figure.entry.js +1 -1
- package/dist/esm/stzh-footer.entry.js +1 -1
- package/dist/esm/stzh-ghettobox_2.entry.js +1 -1
- package/dist/esm/stzh-header.entry.js +1 -1
- package/dist/esm/stzh-hspace.entry.js +1 -1
- package/dist/esm/stzh-icon-sprite.entry.js +1 -1
- package/dist/esm/stzh-input.entry.js +1 -1
- package/dist/esm/stzh-link.entry.js +1 -1
- package/dist/esm/stzh-menu_2.entry.js +1 -1
- package/dist/esm/stzh-pagebottom.entry.js +1 -1
- package/dist/esm/stzh-pagetitle-hero.entry.js +1 -1
- package/dist/esm/stzh-pagetitle.entry.js +1 -1
- package/dist/esm/stzh-popover.entry.js +1 -1
- package/dist/esm/stzh-progressbar-item.entry.js +1 -1
- package/dist/esm/stzh-readspeaker.entry.js +1 -1
- package/dist/esm/stzh-row.entry.js +1 -1
- package/dist/esm/stzh-section.entry.js +1 -1
- package/dist/esm/stzh-sortable.entry.js +2 -2
- package/dist/esm/stzh-space.entry.js +1 -1
- package/dist/esm/stzh-status.entry.js +1 -1
- package/dist/esm/stzh-table.entry.js +1 -1
- package/dist/esm/stzh-textandimage.entry.js +1 -1
- package/dist/esm/stzh-toggle.entry.js +1 -1
- package/dist/esm/stzh-tooltip.entry.js +1 -1
- package/dist/esm/stzh-upload.entry.js +2 -2
- package/dist/esm/stzh-vspace.entry.js +1 -1
- package/dist/esm/{utils-92a77db5.js → utils-51148d9a.js} +39 -11
- package/dist/esm-es5/app-globals-02f560cd.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-appnav.entry.js +1 -1
- package/dist/esm-es5/stzh-audio.entry.js +1 -1
- package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
- package/dist/esm-es5/stzh-card_3.entry.js +1 -1
- package/dist/esm-es5/stzh-cell.entry.js +1 -1
- package/dist/esm-es5/stzh-chart.entry.js +3 -3
- 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_2.entry.js +1 -1
- package/dist/esm-es5/stzh-components.js +1 -1
- package/dist/esm-es5/stzh-contact.entry.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_2.entry.js +1 -1
- package/dist/esm-es5/stzh-datepicker_3.entry.js +1 -1
- package/dist/esm-es5/stzh-details.entry.js +1 -1
- package/dist/esm-es5/stzh-dialog.entry.js +1 -1
- package/dist/esm-es5/stzh-dropdown.entry.js +2 -2
- package/dist/esm-es5/stzh-figure.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-icon-sprite.entry.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-menu_2.entry.js +1 -1
- package/dist/esm-es5/stzh-pagebottom.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-progressbar-item.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-section.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-status.entry.js +1 -1
- package/dist/esm-es5/stzh-table.entry.js +1 -1
- package/dist/esm-es5/stzh-textandimage.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-vspace.entry.js +1 -1
- package/dist/esm-es5/utils-51148d9a.js +1 -0
- package/dist/stzh-components/assets/i18n/de.json +3 -3
- package/dist/stzh-components/assets/icons/mono/calculator.svg +10 -0
- package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +47 -34
- package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/stzh-components/{p-d6a11daa.entry.js → p-02d51685.entry.js} +1 -1
- package/dist/stzh-components/p-0759cd7e.entry.js +1 -0
- package/dist/stzh-components/{p-6c80b920.system.entry.js → p-07dc23a3.system.entry.js} +1 -1
- package/dist/stzh-components/{p-bb82fa2d.system.entry.js → p-088b16c6.system.entry.js} +1 -1
- package/dist/stzh-components/{p-2ba88798.entry.js → p-0ba944ab.entry.js} +1 -1
- package/dist/stzh-components/{p-06f5abab.system.entry.js → p-0ffd0de8.system.entry.js} +1 -1
- package/dist/stzh-components/{p-2c490268.system.entry.js → p-102e2bcd.system.entry.js} +1 -1
- package/dist/stzh-components/{p-a2b2cfac.system.entry.js → p-12856e02.system.entry.js} +1 -1
- package/dist/stzh-components/{p-b9427914.entry.js → p-155ecf6c.entry.js} +1 -1
- package/dist/stzh-components/p-16c0b9ae.entry.js +3 -0
- package/dist/stzh-components/p-18e20038.entry.js +1 -0
- package/dist/stzh-components/{p-f433e62a.system.entry.js → p-1a98470f.system.entry.js} +1 -1
- package/dist/stzh-components/p-1bcda13d.system.entry.js +1 -0
- package/dist/stzh-components/p-1d435dd8.system.entry.js +1 -0
- package/dist/stzh-components/{p-8972cf20.entry.js → p-1f74846f.entry.js} +1 -1
- package/dist/stzh-components/{p-ac3e3b2a.system.entry.js → p-215d2cf6.system.entry.js} +1 -1
- package/dist/stzh-components/{p-1f925e84.system.entry.js → p-25d8a9c0.system.entry.js} +1 -1
- package/dist/stzh-components/{p-97e4272b.system.entry.js → p-2674dc69.system.entry.js} +1 -1
- package/dist/stzh-components/p-29e9ad9f.system.entry.js +1 -0
- package/dist/stzh-components/p-2c42ae68.entry.js +1 -0
- package/dist/stzh-components/{p-d32965be.system.entry.js → p-309fc559.system.entry.js} +1 -1
- package/dist/stzh-components/p-30a9de85.system.entry.js +1 -0
- package/dist/stzh-components/{p-64e27ac1.entry.js → p-31b995e8.entry.js} +1 -1
- package/dist/stzh-components/p-326fcb23.js +1 -0
- package/dist/stzh-components/{p-705aa56d.entry.js → p-32a03d1c.entry.js} +1 -1
- package/dist/stzh-components/p-37920e74.system.entry.js +1 -0
- package/dist/stzh-components/{p-125a8244.entry.js → p-4633b93d.entry.js} +1 -1
- package/dist/stzh-components/{p-81b4b0e6.system.entry.js → p-48e79dc0.system.entry.js} +1 -1
- package/dist/stzh-components/p-4c60da30.entry.js +1 -0
- package/dist/stzh-components/p-4eee30ea.system.entry.js +1 -0
- package/dist/stzh-components/{p-41fa7e81.entry.js → p-532b4218.entry.js} +1 -1
- package/dist/stzh-components/{p-668b4025.system.entry.js → p-552d0e82.system.entry.js} +1 -1
- package/dist/stzh-components/p-57235597.system.entry.js +1 -0
- package/dist/stzh-components/p-5c697491.js +1 -0
- package/dist/stzh-components/{p-a0a033bd.system.entry.js → p-5c72664e.system.entry.js} +1 -1
- package/dist/stzh-components/p-5d55a672.system.entry.js +1 -0
- package/dist/stzh-components/p-63bb1d5e.system.js +1 -0
- package/dist/stzh-components/{p-7b0c04b3.system.entry.js → p-6606e17e.system.entry.js} +1 -1
- package/dist/stzh-components/{p-8ee705ed.entry.js → p-66692130.entry.js} +1 -1
- package/dist/stzh-components/{p-bc36fda4.system.entry.js → p-6769b9a8.system.entry.js} +1 -1
- package/dist/stzh-components/{p-04d390eb.entry.js → p-67816aa4.entry.js} +1 -1
- package/dist/stzh-components/{p-e7e9b295.system.entry.js → p-6a94e520.system.entry.js} +1 -1
- package/dist/stzh-components/p-6deb516e.entry.js +1 -0
- package/dist/stzh-components/{p-ed58b644.system.entry.js → p-72a62d0d.system.entry.js} +1 -1
- package/dist/stzh-components/p-761ee059.entry.js +1 -0
- package/dist/stzh-components/{p-c33b7d23.entry.js → p-77320d20.entry.js} +1 -1
- package/dist/stzh-components/p-798ac79c.entry.js +1 -0
- package/dist/stzh-components/{p-7185f634.entry.js → p-7f857e56.entry.js} +1 -1
- package/dist/stzh-components/{p-9d5c70ee.system.entry.js → p-809ed955.system.entry.js} +1 -1
- package/dist/stzh-components/{p-fa615b51.system.entry.js → p-84a6e023.system.entry.js} +1 -1
- package/dist/stzh-components/p-89bd0d46.entry.js +1 -0
- package/dist/stzh-components/{p-5c717080.system.entry.js → p-8f577bc6.system.entry.js} +1 -1
- package/dist/stzh-components/{p-cbe6d2ea.entry.js → p-919cf183.entry.js} +1 -1
- package/dist/stzh-components/p-94918f2a.system.entry.js +1 -0
- package/dist/stzh-components/p-951b04ab.entry.js +1 -0
- package/dist/stzh-components/{p-da98a8bb.system.entry.js → p-963a7526.system.entry.js} +1 -1
- package/dist/stzh-components/{p-126a0f14.entry.js → p-9be21c72.entry.js} +1 -1
- package/dist/stzh-components/p-9de8b25b.entry.js +1 -0
- package/dist/stzh-components/{p-fe5d5fc8.entry.js → p-a1727d35.entry.js} +1 -1
- package/dist/stzh-components/{p-7e94b787.entry.js → p-a2df0ea1.entry.js} +1 -1
- package/dist/stzh-components/{p-6496df0a.system.entry.js → p-a32ae73a.system.entry.js} +2 -2
- package/dist/stzh-components/{p-8c5a6832.system.entry.js → p-a7eb3e02.system.entry.js} +1 -1
- package/dist/stzh-components/p-acf59d10.entry.js +1 -0
- package/dist/stzh-components/p-ad62a793.system.entry.js +1 -0
- package/dist/stzh-components/{p-4370efe7.entry.js → p-ae38f1d2.entry.js} +1 -1
- package/dist/stzh-components/p-b04a9d0f.system.entry.js +1 -0
- package/dist/stzh-components/p-b422041d.entry.js +1 -0
- package/dist/stzh-components/{p-b050c1f4.entry.js → p-b9372a2a.entry.js} +1 -1
- package/dist/stzh-components/{p-f5b2c12e.entry.js → p-bb698e26.entry.js} +1 -1
- package/dist/stzh-components/{p-dbe5320f.entry.js → p-bc2af057.entry.js} +1 -1
- package/dist/stzh-components/{p-1c2c9ca8.entry.js → p-bc545121.entry.js} +1 -1
- package/dist/stzh-components/{p-d5644c25.entry.js → p-be97cb22.entry.js} +1 -1
- package/dist/stzh-components/{p-b6e6f847.entry.js → p-c2a22eb8.entry.js} +1 -1
- package/dist/stzh-components/{p-0af8a184.system.entry.js → p-c4c620fa.system.entry.js} +1 -1
- package/dist/stzh-components/p-c87e9b71.entry.js +1 -0
- package/dist/stzh-components/p-cc722b35.system.entry.js +3 -0
- package/dist/stzh-components/{p-38e7645a.entry.js → p-d1cfe06b.entry.js} +1 -1
- package/dist/stzh-components/p-d4b7a303.system.js +1 -0
- package/dist/stzh-components/p-d4c006e8.entry.js +1 -0
- package/dist/stzh-components/{p-a3c7aa63.entry.js → p-d9ae09b5.entry.js} +4 -4
- package/dist/stzh-components/p-db6aa108.system.js +1 -0
- package/dist/stzh-components/{p-8715198b.entry.js → p-de76e01b.entry.js} +1 -1
- package/dist/stzh-components/{p-a44527f8.entry.js → p-e1b2785b.entry.js} +1 -1
- package/dist/stzh-components/{p-00c4c8c0.system.entry.js → p-e4a8f1bc.system.entry.js} +1 -1
- package/dist/stzh-components/p-e59c2adc.system.entry.js +1 -0
- package/dist/stzh-components/p-e9994d05.system.entry.js +1 -0
- package/dist/stzh-components/{p-e78fe899.system.entry.js → p-ed783154.system.entry.js} +1 -1
- package/dist/stzh-components/{p-4d8c81b2.system.entry.js → p-eed126cf.system.entry.js} +1 -1
- package/dist/stzh-components/{p-f3d69226.system.entry.js → p-f3276ca5.system.entry.js} +1 -1
- package/dist/stzh-components/p-f4deacf4.system.entry.js +1 -0
- package/dist/stzh-components/{p-99aacd74.entry.js → p-f7e18135.entry.js} +1 -1
- package/dist/stzh-components/{p-09f582cd.entry.js → p-febba79b.entry.js} +1 -1
- package/dist/stzh-components/{p-5f9b58fb.system.entry.js → p-ff328114.system.entry.js} +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.d.ts +58 -14
- package/dist/types/index.d.ts +1 -1
- package/dist/types/utils/utils.d.ts +4 -2
- package/dist/vscode-data.json +46 -6
- package/package.json +2 -2
- package/dist/esm-es5/app-globals-2e508622.js +0 -1
- package/dist/esm-es5/utils-92a77db5.js +0 -1
- package/dist/stzh-components/p-0447b178.system.entry.js +0 -1
- package/dist/stzh-components/p-0ada0b0a.system.entry.js +0 -1
- package/dist/stzh-components/p-0afba769.entry.js +0 -1
- package/dist/stzh-components/p-101f9b11.system.entry.js +0 -1
- package/dist/stzh-components/p-2ad73c0c.system.entry.js +0 -1
- package/dist/stzh-components/p-2f4c5e18.entry.js +0 -1
- package/dist/stzh-components/p-3238b0bf.entry.js +0 -1
- package/dist/stzh-components/p-3e433996.entry.js +0 -1
- package/dist/stzh-components/p-4a298117.system.entry.js +0 -1
- package/dist/stzh-components/p-537adcfe.system.entry.js +0 -3
- package/dist/stzh-components/p-563b1abc.system.entry.js +0 -1
- package/dist/stzh-components/p-5cb1cd93.system.entry.js +0 -1
- package/dist/stzh-components/p-6414454e.system.entry.js +0 -1
- package/dist/stzh-components/p-65ea23f6.entry.js +0 -1
- package/dist/stzh-components/p-74d6e349.system.entry.js +0 -1
- package/dist/stzh-components/p-791bc813.system.js +0 -1
- package/dist/stzh-components/p-86a29c35.js +0 -1
- package/dist/stzh-components/p-8ccefd49.system.entry.js +0 -1
- package/dist/stzh-components/p-906caf97.js +0 -1
- package/dist/stzh-components/p-9380fb85.entry.js +0 -1
- package/dist/stzh-components/p-99e27f57.system.js +0 -1
- package/dist/stzh-components/p-99e43fb0.entry.js +0 -1
- package/dist/stzh-components/p-9be29697.entry.js +0 -1
- package/dist/stzh-components/p-a4dd5ba3.entry.js +0 -1
- package/dist/stzh-components/p-a51dd210.system.entry.js +0 -1
- package/dist/stzh-components/p-b689b882.entry.js +0 -1
- package/dist/stzh-components/p-bf071e77.system.js +0 -1
- package/dist/stzh-components/p-c0ec905d.entry.js +0 -1
- package/dist/stzh-components/p-c646c712.entry.js +0 -1
- package/dist/stzh-components/p-ccf023da.entry.js +0 -3
- package/dist/stzh-components/p-da85cf73.system.entry.js +0 -1
- package/dist/stzh-components/p-dd5f29aa.entry.js +0 -1
- package/dist/stzh-components/p-de9edaf2.entry.js +0 -1
- package/dist/stzh-components/p-fd3acd16.system.entry.js +0 -1
- package/dist/stzh-components/p-fe9acc68.system.entry.js +0 -1
|
@@ -46,27 +46,39 @@ export const Default = Template.bind({});
|
|
|
46
46
|
Default.args = {
|
|
47
47
|
items: [
|
|
48
48
|
{
|
|
49
|
+
"leadingIcon": "calendar",
|
|
49
50
|
"label": "Label",
|
|
50
51
|
"value": "Value 1",
|
|
51
|
-
"
|
|
52
|
-
"
|
|
52
|
+
"icon": "delete",
|
|
53
|
+
"statusLabel": "Status",
|
|
54
|
+
"statusType": "error"
|
|
53
55
|
},
|
|
54
56
|
{
|
|
57
|
+
"leadingIcon": "calendar",
|
|
55
58
|
"label": "Really Long Label",
|
|
56
59
|
"value": "Value 2",
|
|
57
|
-
"meta": "Metainfo",
|
|
58
60
|
"icon": "question-help",
|
|
59
|
-
"
|
|
61
|
+
"statusLabel": "Status",
|
|
62
|
+
"statusType": "success"
|
|
60
63
|
},
|
|
61
64
|
{
|
|
65
|
+
"leadingIcon": "calendar",
|
|
62
66
|
"label": "Label",
|
|
63
|
-
"value": "Value 3",
|
|
64
|
-
"meta": "Metainfo"
|
|
67
|
+
"value": "Value 3 (Link)",
|
|
68
|
+
"meta": "Metainfo Long",
|
|
69
|
+
"href": "http://example.com",
|
|
65
70
|
},
|
|
66
71
|
{
|
|
72
|
+
"leadingIcon": "calendar",
|
|
67
73
|
"label": "Label",
|
|
68
74
|
"value": "Value 4",
|
|
69
75
|
"meta": "Metainfo",
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"leadingIcon": "calendar",
|
|
79
|
+
"label": "Label",
|
|
80
|
+
"value": "Value 5",
|
|
81
|
+
"meta": "Metainfo",
|
|
70
82
|
"icon": "delete"
|
|
71
83
|
}
|
|
72
84
|
]
|
|
@@ -101,17 +101,18 @@
|
|
|
101
101
|
--font-family: var(--stzh-font-family-regular);
|
|
102
102
|
--font-weight: var(--stzh-font-weight-regular);
|
|
103
103
|
--color: inherit;
|
|
104
|
-
--action-display:
|
|
104
|
+
--action-display: flex;
|
|
105
105
|
--label-min-width: var(--item-label-min-width, none);
|
|
106
|
+
--leading-icon-background-color: var(--stzh-color-grey5);
|
|
107
|
+
--leading-icon-color: var(--stzh-color-grey70);
|
|
108
|
+
--hover-leading-icon-background-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
109
|
+
--hover-leading-icon-color: var(--stzh-color-white);
|
|
106
110
|
display: contents;
|
|
107
111
|
}
|
|
108
112
|
:host[href]:not([href=""]), :host[a11y-expanded], :host[a11y-controls] {
|
|
109
113
|
--color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
110
114
|
--hover-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
|
|
111
115
|
}
|
|
112
|
-
:host[direction=horizontal] {
|
|
113
|
-
--action-display: flex;
|
|
114
|
-
}
|
|
115
116
|
:host ::slotted(stzh-datalist) {
|
|
116
117
|
margin-left: var(--stzh-space-large);
|
|
117
118
|
}
|
|
@@ -127,10 +128,14 @@
|
|
|
127
128
|
}
|
|
128
129
|
.stzh-datalist-item__wrapper {
|
|
129
130
|
flex-grow: 1;
|
|
131
|
+
display: flex;
|
|
132
|
+
flex-direction: column;
|
|
133
|
+
align-items: flex-start;
|
|
130
134
|
}
|
|
131
|
-
.stzh-datalist-item__value, .stzh-datalist-item__label, .stzh-datalist-item__meta, .stzh-datalist-item__action-list {
|
|
135
|
+
.stzh-datalist-item__leading, .stzh-datalist-item__value, .stzh-datalist-item__label, .stzh-datalist-item__meta, .stzh-datalist-item__action-list {
|
|
132
136
|
color: inherit;
|
|
133
|
-
display:
|
|
137
|
+
display: flex;
|
|
138
|
+
align-items: center;
|
|
134
139
|
-webkit-appearance: none;
|
|
135
140
|
-moz-appearance: none;
|
|
136
141
|
appearance: none;
|
|
@@ -140,15 +145,34 @@
|
|
|
140
145
|
padding: 0;
|
|
141
146
|
text-decoration: none;
|
|
142
147
|
}
|
|
143
|
-
.stzh-datalist-item__value.is-button, .stzh-datalist-item__value.is-link, .stzh-datalist-item__label.is-button, .stzh-datalist-item__label.is-link, .stzh-datalist-item__meta.is-button, .stzh-datalist-item__meta.is-link, .stzh-datalist-item__action-list.is-button, .stzh-datalist-item__action-list.is-link {
|
|
148
|
+
.stzh-datalist-item__leading.is-button, .stzh-datalist-item__leading.is-link, .stzh-datalist-item__value.is-button, .stzh-datalist-item__value.is-link, .stzh-datalist-item__label.is-button, .stzh-datalist-item__label.is-link, .stzh-datalist-item__meta.is-button, .stzh-datalist-item__meta.is-link, .stzh-datalist-item__action-list.is-button, .stzh-datalist-item__action-list.is-link {
|
|
144
149
|
cursor: pointer;
|
|
145
150
|
}
|
|
151
|
+
.stzh-datalist-item__leading {
|
|
152
|
+
flex-shrink: 0;
|
|
153
|
+
}
|
|
154
|
+
.stzh-datalist-item__leading:not(:empty) {
|
|
155
|
+
padding-right: var(--stzh-space-xsmall);
|
|
156
|
+
}
|
|
157
|
+
.stzh-datalist-item__leading-icon-container {
|
|
158
|
+
color: var(--leading-icon-color);
|
|
159
|
+
background-color: var(--leading-icon-background-color);
|
|
160
|
+
width: 2.5rem;
|
|
161
|
+
height: 2.5rem;
|
|
162
|
+
display: flex;
|
|
163
|
+
justify-content: center;
|
|
164
|
+
align-items: center;
|
|
165
|
+
border-radius: 50%;
|
|
166
|
+
transition-property: color, background-color;
|
|
167
|
+
transition-duration: var(--stzh-base-transition-animation-speed);
|
|
168
|
+
}
|
|
146
169
|
.stzh-datalist-item__value {
|
|
147
170
|
font-size: var(--stzh-font-curve-p1-default-font-size, var(--stzh-font-milli-font-size));
|
|
148
171
|
line-height: var(--stzh-font-curve-p1-default-text-line-height, var(--stzh-font-milli-text-line-height));
|
|
149
172
|
letter-spacing: var(--stzh-font-curve-p1-default-text-letter-spacing);
|
|
150
173
|
font-family: var(--font-family);
|
|
151
174
|
font-weight: var(--font-weight);
|
|
175
|
+
flex-grow: 1;
|
|
152
176
|
}
|
|
153
177
|
@media screen and (min-width: 1024px) {
|
|
154
178
|
.stzh-datalist-item__value {
|
|
@@ -170,17 +194,18 @@
|
|
|
170
194
|
line-height: var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height));
|
|
171
195
|
}
|
|
172
196
|
}
|
|
197
|
+
.stzh-datalist-item__meta {
|
|
198
|
+
justify-content: flex-end;
|
|
199
|
+
}
|
|
173
200
|
.stzh-datalist-item__label {
|
|
174
201
|
font-family: var(--stzh-font-family-medium);
|
|
175
202
|
font-weight: var(--stzh-font-weight-medium);
|
|
176
203
|
font-style: normal;
|
|
177
204
|
color: var(--stzh-base-lead-color);
|
|
178
205
|
}
|
|
179
|
-
.stzh-datalist-item__label:not(:empty) {
|
|
180
|
-
min-width: var(--label-min-width);
|
|
181
|
-
}
|
|
182
206
|
.stzh-datalist-item__action-list {
|
|
183
207
|
display: var(--action-display);
|
|
208
|
+
justify-content: center;
|
|
184
209
|
text-align: center;
|
|
185
210
|
}
|
|
186
211
|
.stzh-datalist-item__action-list:not(:empty) {
|
|
@@ -228,9 +253,12 @@
|
|
|
228
253
|
.stzh-datalist-item--is-interactive:hover .stzh-datalist-item__value {
|
|
229
254
|
text-decoration: underline;
|
|
230
255
|
}
|
|
256
|
+
.stzh-datalist-item--is-interactive:hover .stzh-datalist-item__leading-icon-container, .stzh-datalist-item--is-interactive:focus-within .stzh-datalist-item__leading-icon-container {
|
|
257
|
+
color: var(--hover-leading-icon-color);
|
|
258
|
+
background-color: var(--hover-leading-icon-background-color);
|
|
259
|
+
}
|
|
231
260
|
.stzh-datalist-item--direction-vertical {
|
|
232
261
|
display: flex;
|
|
233
|
-
align-items: center;
|
|
234
262
|
padding-top: var(--stzh-space-xsmall);
|
|
235
263
|
padding-bottom: var(--stzh-space-xsmall);
|
|
236
264
|
}
|
|
@@ -241,6 +269,16 @@
|
|
|
241
269
|
.stzh-datalist-item--direction-vertical:not(.stzh-datalist-item--has-hidden-border) {
|
|
242
270
|
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
243
271
|
}
|
|
272
|
+
.stzh-datalist-item--direction-vertical .stzh-datalist-item__leading-icon-container {
|
|
273
|
+
width: 2.5rem;
|
|
274
|
+
height: 2.5rem;
|
|
275
|
+
}
|
|
276
|
+
.stzh-datalist-item--direction-vertical .stzh-datalist-item__leading-icon {
|
|
277
|
+
--size: var(--stzh-icon-size-medium);
|
|
278
|
+
}
|
|
279
|
+
.stzh-datalist-item--direction-vertical .stzh-datalist-item__meta {
|
|
280
|
+
flex-direction: column;
|
|
281
|
+
}
|
|
244
282
|
.stzh-datalist-item--direction-horizontal {
|
|
245
283
|
display: contents;
|
|
246
284
|
}
|
|
@@ -248,16 +286,12 @@
|
|
|
248
286
|
display: contents;
|
|
249
287
|
}
|
|
250
288
|
.stzh-datalist-item--direction-horizontal + .stzh-datalist-item__nested .stzh-datalist-item__nested-inner {
|
|
251
|
-
grid-column: 1/
|
|
289
|
+
grid-column: 1/6;
|
|
252
290
|
}
|
|
253
291
|
.stzh-datalist-item--direction-horizontal .stzh-datalist-item__label, .stzh-datalist-item--direction-horizontal .stzh-datalist-item__value, .stzh-datalist-item--direction-horizontal .stzh-datalist-item__meta {
|
|
254
|
-
display: flex;
|
|
255
292
|
padding-top: var(--stzh-space-xsmall);
|
|
256
293
|
padding-bottom: var(--stzh-space-xsmall);
|
|
257
294
|
}
|
|
258
|
-
.stzh-datalist-item--direction-horizontal .stzh-datalist-item__label, .stzh-datalist-item--direction-horizontal .stzh-datalist-item__value, .stzh-datalist-item--direction-horizontal .stzh-datalist-item__meta, .stzh-datalist-item--direction-horizontal .stzh-datalist-item__action-list {
|
|
259
|
-
align-items: center;
|
|
260
|
-
}
|
|
261
295
|
.stzh-datalist-item--direction-horizontal.stzh-datalist-item--has-hidden-border .stzh-datalist-item__label, .stzh-datalist-item--direction-horizontal.stzh-datalist-item--has-hidden-border .stzh-datalist-item__value, .stzh-datalist-item--direction-horizontal.stzh-datalist-item--has-hidden-border .stzh-datalist-item__meta {
|
|
262
296
|
padding-top: calc(var(--stzh-space-xsmall) / 2);
|
|
263
297
|
padding-bottom: calc(var(--stzh-space-xsmall) / 2);
|
|
@@ -266,11 +300,16 @@
|
|
|
266
300
|
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
267
301
|
}
|
|
268
302
|
.stzh-datalist-item--direction-horizontal .stzh-datalist-item__label:not(:empty) {
|
|
303
|
+
min-width: var(--label-min-width);
|
|
269
304
|
padding-right: var(--stzh-space-xsmall);
|
|
270
305
|
}
|
|
271
306
|
.stzh-datalist-item--direction-horizontal .stzh-datalist-item__meta:not(:empty) {
|
|
272
307
|
padding-left: var(--stzh-space-xsmall);
|
|
273
308
|
}
|
|
274
|
-
.stzh-datalist-item--direction-horizontal .stzh-datalist-
|
|
275
|
-
|
|
309
|
+
.stzh-datalist-item--direction-horizontal .stzh-datalist-item__leading-icon-container {
|
|
310
|
+
width: 2rem;
|
|
311
|
+
height: 2rem;
|
|
312
|
+
}
|
|
313
|
+
.stzh-datalist-item--direction-horizontal .stzh-datalist-item__meta-status + .stzh-datalist-item__meta-text {
|
|
314
|
+
margin-left: var(--stzh-space-xsmall);
|
|
276
315
|
}
|
|
@@ -21,10 +21,13 @@ export class StzhDatalistItem {
|
|
|
21
21
|
this.rel = undefined;
|
|
22
22
|
this.target = undefined;
|
|
23
23
|
this.download = undefined;
|
|
24
|
+
this.leadingIcon = undefined;
|
|
24
25
|
this.icon = undefined;
|
|
25
26
|
this.label = "";
|
|
26
27
|
this.value = "";
|
|
27
28
|
this.meta = "";
|
|
29
|
+
this.statusLabel = "";
|
|
30
|
+
this.statusType = "default";
|
|
28
31
|
this.hideBorder = false;
|
|
29
32
|
this.a11yExpanded = undefined;
|
|
30
33
|
this.a11yControls = undefined;
|
|
@@ -44,7 +47,17 @@ export class StzhDatalistItem {
|
|
|
44
47
|
"stzh-datalist-item__meta": true,
|
|
45
48
|
"is-button": isButton,
|
|
46
49
|
"is-link": !!this.href
|
|
47
|
-
}, href: this.href, rel: this.rel, target: this.target, download: this.download }, this.
|
|
50
|
+
}, href: this.href, rel: this.rel, target: this.target, download: this.download }, this.statusLabel &&
|
|
51
|
+
h("stzh-status", { class: "stzh-datalist-item__meta-status", label: this.statusLabel, type: this.statusType }), this.meta && h("span", { class: "stzh-datalist-item__meta-text" }, this.meta))));
|
|
52
|
+
}
|
|
53
|
+
renderLeadingIcon(isButton) {
|
|
54
|
+
const Item = isButton ? "button" : (this.href ? "a" : "div");
|
|
55
|
+
return (h(Item, { "aria-hidden": "true", tabindex: "-1", class: {
|
|
56
|
+
"stzh-datalist-item__leading": true,
|
|
57
|
+
"is-button": isButton,
|
|
58
|
+
"is-link": !!this.href
|
|
59
|
+
}, href: this.href, rel: this.rel, target: this.target, download: this.download }, this.leadingIcon &&
|
|
60
|
+
h("div", { class: "stzh-datalist-item__leading-icon-container" }, h("stzh-icon", { class: "stzh-datalist-item__leading-icon", name: this.leadingIcon }))));
|
|
48
61
|
}
|
|
49
62
|
async connectedCallback() {
|
|
50
63
|
this.datalist = this.element.closest("stzh-datalist");
|
|
@@ -74,11 +87,11 @@ export class StzhDatalistItem {
|
|
|
74
87
|
"stzh-datalist-item--has-hidden-border": this.hideBorder,
|
|
75
88
|
[`stzh-datalist-item--direction-${this.direction}`]: !!this.direction
|
|
76
89
|
};
|
|
77
|
-
const
|
|
90
|
+
const Item = isButton ? "button" : (this.href ? "a" : "div");
|
|
78
91
|
return (h(Host, { role: "listitem" }, h("div", { class: classes }, this.direction === "horizontal" ?
|
|
79
|
-
this.renderInner(isButton)
|
|
92
|
+
h(Fragment, null, this.renderLeadingIcon(isButton), this.renderInner(isButton))
|
|
80
93
|
:
|
|
81
|
-
h("div", { class: "stzh-datalist-item__wrapper" }, this.renderInner(isButton)), h(
|
|
94
|
+
h(Fragment, null, this.renderLeadingIcon(isButton), h("div", { class: "stzh-datalist-item__wrapper" }, this.renderInner(isButton))), h(Item, { "aria-hidden": "true", tabindex: "-1", class: {
|
|
82
95
|
"stzh-datalist-item__action-list": true,
|
|
83
96
|
"is-button": isButton,
|
|
84
97
|
"is-link": !!this.href
|
|
@@ -193,6 +206,23 @@ export class StzhDatalistItem {
|
|
|
193
206
|
"attribute": "download",
|
|
194
207
|
"reflect": false
|
|
195
208
|
},
|
|
209
|
+
"leadingIcon": {
|
|
210
|
+
"type": "string",
|
|
211
|
+
"mutable": false,
|
|
212
|
+
"complexType": {
|
|
213
|
+
"original": "string",
|
|
214
|
+
"resolved": "string",
|
|
215
|
+
"references": {}
|
|
216
|
+
},
|
|
217
|
+
"required": false,
|
|
218
|
+
"optional": false,
|
|
219
|
+
"docs": {
|
|
220
|
+
"tags": [],
|
|
221
|
+
"text": "Leading icon"
|
|
222
|
+
},
|
|
223
|
+
"attribute": "leading-icon",
|
|
224
|
+
"reflect": false
|
|
225
|
+
},
|
|
196
226
|
"icon": {
|
|
197
227
|
"type": "string",
|
|
198
228
|
"mutable": false,
|
|
@@ -264,6 +294,42 @@ export class StzhDatalistItem {
|
|
|
264
294
|
"reflect": false,
|
|
265
295
|
"defaultValue": "\"\""
|
|
266
296
|
},
|
|
297
|
+
"statusLabel": {
|
|
298
|
+
"type": "string",
|
|
299
|
+
"mutable": false,
|
|
300
|
+
"complexType": {
|
|
301
|
+
"original": "string",
|
|
302
|
+
"resolved": "string",
|
|
303
|
+
"references": {}
|
|
304
|
+
},
|
|
305
|
+
"required": false,
|
|
306
|
+
"optional": false,
|
|
307
|
+
"docs": {
|
|
308
|
+
"tags": [],
|
|
309
|
+
"text": "Status Label"
|
|
310
|
+
},
|
|
311
|
+
"attribute": "status-label",
|
|
312
|
+
"reflect": false,
|
|
313
|
+
"defaultValue": "\"\""
|
|
314
|
+
},
|
|
315
|
+
"statusType": {
|
|
316
|
+
"type": "string",
|
|
317
|
+
"mutable": false,
|
|
318
|
+
"complexType": {
|
|
319
|
+
"original": "\"default\" | \"success\" | \"warning\" | \"error\" | \"info\"",
|
|
320
|
+
"resolved": "\"default\" | \"error\" | \"info\" | \"success\" | \"warning\"",
|
|
321
|
+
"references": {}
|
|
322
|
+
},
|
|
323
|
+
"required": false,
|
|
324
|
+
"optional": false,
|
|
325
|
+
"docs": {
|
|
326
|
+
"tags": [],
|
|
327
|
+
"text": "Status Type"
|
|
328
|
+
},
|
|
329
|
+
"attribute": "status-type",
|
|
330
|
+
"reflect": false,
|
|
331
|
+
"defaultValue": "\"default\""
|
|
332
|
+
},
|
|
267
333
|
"hideBorder": {
|
|
268
334
|
"type": "boolean",
|
|
269
335
|
"mutable": false,
|
|
@@ -327,7 +327,7 @@ export class StzhDatatable {
|
|
|
327
327
|
"optional": false,
|
|
328
328
|
"docs": {
|
|
329
329
|
"tags": [],
|
|
330
|
-
"text": "Whether to disable min-width of table"
|
|
330
|
+
"text": "Whether to disable min-width of the table.\n\nIf `false`, the default `min-width` is `700px`\nIf `true`, the `min-width` is `none`, so the table will try to squeeze down content as much as possible.\n\nYou can also overwrite the min-width via CSS with the custom property `--min-width`."
|
|
331
331
|
},
|
|
332
332
|
"attribute": "disable-min-width",
|
|
333
333
|
"reflect": true,
|
|
@@ -148,7 +148,11 @@ export class StzhDropdown {
|
|
|
148
148
|
async getLoadedSearches() {
|
|
149
149
|
return this.tomSelect.loadedSearches;
|
|
150
150
|
}
|
|
151
|
-
/**
|
|
151
|
+
/** Return current selected items */
|
|
152
|
+
async getItems() {
|
|
153
|
+
return this.tomSelect.items;
|
|
154
|
+
}
|
|
155
|
+
/** Load items by calling load property/function */
|
|
152
156
|
async loadItems(query) {
|
|
153
157
|
return this.tomSelect.load(query);
|
|
154
158
|
}
|
|
@@ -505,7 +509,7 @@ export class StzhDropdown {
|
|
|
505
509
|
"optional": false,
|
|
506
510
|
"docs": {
|
|
507
511
|
"tags": [],
|
|
508
|
-
"text": "
|
|
512
|
+
"text": "Set selected options. Can be array set with JS or as JSON string.\nTo get the current (user) selected options, use `getItems` method."
|
|
509
513
|
},
|
|
510
514
|
"attribute": "items",
|
|
511
515
|
"reflect": false
|
|
@@ -1433,6 +1437,22 @@ export class StzhDropdown {
|
|
|
1433
1437
|
"tags": []
|
|
1434
1438
|
}
|
|
1435
1439
|
},
|
|
1440
|
+
"getItems": {
|
|
1441
|
+
"complexType": {
|
|
1442
|
+
"signature": "() => Promise<any>",
|
|
1443
|
+
"parameters": [],
|
|
1444
|
+
"references": {
|
|
1445
|
+
"Promise": {
|
|
1446
|
+
"location": "global"
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
"return": "Promise<any>"
|
|
1450
|
+
},
|
|
1451
|
+
"docs": {
|
|
1452
|
+
"text": "Return current selected items",
|
|
1453
|
+
"tags": []
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1436
1456
|
"loadItems": {
|
|
1437
1457
|
"complexType": {
|
|
1438
1458
|
"signature": "(query: string) => Promise<any>",
|
|
@@ -100,6 +100,12 @@
|
|
|
100
100
|
:host {
|
|
101
101
|
--h-space: var(--stzh-space-default);
|
|
102
102
|
--h-around: 0;
|
|
103
|
+
clear: both;
|
|
104
|
+
}
|
|
105
|
+
:host::after {
|
|
106
|
+
content: "";
|
|
107
|
+
display: table;
|
|
108
|
+
clear: both;
|
|
103
109
|
}
|
|
104
110
|
:host ::slotted(*) {
|
|
105
111
|
max-width: 100%;
|
|
@@ -111,7 +117,7 @@
|
|
|
111
117
|
margin-right: calc(var(--h-space) * (1 - var(--h-around)));
|
|
112
118
|
}
|
|
113
119
|
:host ::slotted(stzh-vspace),
|
|
114
|
-
:host ::slotted(stzh-
|
|
120
|
+
:host ::slotted(stzh-hspace),
|
|
115
121
|
:host ::slotted(stzh-row),
|
|
116
122
|
:host ::slotted(stzh-container),
|
|
117
123
|
:host ::slotted(stzh-section) {
|
|
@@ -792,7 +798,7 @@
|
|
|
792
798
|
}
|
|
793
799
|
}
|
|
794
800
|
|
|
795
|
-
.stzh-
|
|
801
|
+
.stzh-hspace {
|
|
796
802
|
display: flex;
|
|
797
803
|
justify-content: flex-start;
|
|
798
804
|
align-items: flex-start;
|
|
@@ -801,36 +807,36 @@
|
|
|
801
807
|
/* Justify content variants */
|
|
802
808
|
/* Align items variants */
|
|
803
809
|
}
|
|
804
|
-
.stzh-
|
|
810
|
+
.stzh-hspace--border-left {
|
|
805
811
|
border-left: 0.0625rem solid var(--stzh-base-border-color);
|
|
806
812
|
}
|
|
807
|
-
.stzh-
|
|
813
|
+
.stzh-hspace--border-right {
|
|
808
814
|
border-right: 0.0625rem solid var(--stzh-base-border-color);
|
|
809
815
|
}
|
|
810
|
-
.stzh-
|
|
816
|
+
.stzh-hspace--justify-center {
|
|
811
817
|
justify-content: center;
|
|
812
818
|
}
|
|
813
|
-
.stzh-
|
|
819
|
+
.stzh-hspace--justify-end {
|
|
814
820
|
justify-content: flex-end;
|
|
815
821
|
}
|
|
816
|
-
.stzh-
|
|
822
|
+
.stzh-hspace--justify-between {
|
|
817
823
|
justify-content: space-between;
|
|
818
824
|
}
|
|
819
|
-
.stzh-
|
|
825
|
+
.stzh-hspace--justify-around {
|
|
820
826
|
justify-content: space-around;
|
|
821
827
|
}
|
|
822
|
-
.stzh-
|
|
828
|
+
.stzh-hspace--justify-evenly {
|
|
823
829
|
justify-content: space-evenly;
|
|
824
830
|
}
|
|
825
|
-
.stzh-
|
|
831
|
+
.stzh-hspace--items-end {
|
|
826
832
|
align-items: flex-end;
|
|
827
833
|
}
|
|
828
|
-
.stzh-
|
|
834
|
+
.stzh-hspace--items-center {
|
|
829
835
|
align-items: center;
|
|
830
836
|
}
|
|
831
|
-
.stzh-
|
|
837
|
+
.stzh-hspace--items-baseline {
|
|
832
838
|
align-items: baseline;
|
|
833
839
|
}
|
|
834
|
-
.stzh-
|
|
840
|
+
.stzh-hspace--items-stretch {
|
|
835
841
|
align-items: stretch;
|
|
836
842
|
}
|