@oiz/stzh-components 1.5.0-alpha → 2.0.0-beta
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-3b6f75bd.js → app-globals-58a084a9.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-actionset.cjs.entry.js +164 -0
- package/dist/cjs/stzh-badge_3.cjs.entry.js +24 -3
- package/dist/cjs/stzh-card-list.cjs.entry.js +79 -0
- package/dist/cjs/stzh-card.cjs.entry.js +294 -0
- package/dist/cjs/stzh-chip-select.cjs.entry.js +1 -1
- package/dist/cjs/stzh-components.cjs.js +2 -2
- package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datalist.cjs.entry.js +74 -0
- package/dist/cjs/stzh-datepicker_4.cjs.entry.js +5 -4
- package/dist/cjs/stzh-dialog.cjs.entry.js +1 -1
- package/dist/cjs/stzh-dropdown.cjs.entry.js +4 -6
- package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +1 -1
- package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
- package/dist/cjs/stzh-input.cjs.entry.js +3 -4
- package/dist/cjs/stzh-link.cjs.entry.js +1 -1
- package/dist/cjs/stzh-overlay.cjs.entry.js +1 -1
- package/dist/cjs/stzh-popover.cjs.entry.js +30 -28
- package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
- package/dist/cjs/stzh-sortable.cjs.entry.js +17 -0
- package/dist/cjs/stzh-tooltip.cjs.entry.js +3 -1
- package/dist/collection/assets/i18n/de.json +7 -2
- package/dist/collection/assets/i18n/en.json +7 -2
- package/dist/collection/assets/icons/mono/recycling-outline.svg +11 -0
- package/dist/collection/assets/icons/mono/recycling.svg +10 -0
- package/dist/collection/assets/icons/mono/smartphone.svg +10 -0
- package/dist/collection/assets/icons/mono/target.svg +11 -0
- package/dist/collection/collection-manifest.json +4 -2
- package/dist/collection/components/stzh-actionset/stzh-actionset.css +147 -0
- package/dist/collection/components/stzh-actionset/stzh-actionset.js +351 -0
- package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.localization.js → stzh-actionset/stzh-actionset.localization.js} +0 -0
- package/dist/collection/components/stzh-actionset/stzh-actionset.stories.js +72 -0
- package/dist/collection/components/stzh-button/stzh-button.css +66 -0
- package/dist/collection/components/stzh-button/stzh-button.js +98 -4
- package/dist/collection/components/stzh-button/stzh-button.stories.js +1 -1
- package/dist/collection/components/stzh-card/stzh-card.css +408 -0
- package/dist/collection/components/{stzh-servicecard/stzh-servicecard.js → stzh-card/stzh-card.js} +283 -126
- package/dist/collection/components/stzh-card/stzh-card.localization.js +1 -0
- package/dist/collection/components/stzh-card/stzh-card.stories.js +137 -0
- package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.css → stzh-card-list/stzh-card-list.css} +9 -9
- package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.js → stzh-card-list/stzh-card-list.js} +46 -18
- package/dist/collection/components/{stzh-servicecard/stzh-servicecard.localization.js → stzh-card-list/stzh-card-list.localization.js} +0 -0
- package/dist/collection/components/stzh-card-list/stzh-card-list.stories.js +132 -0
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +1 -1
- package/dist/collection/components/stzh-cspace/stzh-cspace.css +13 -6
- package/dist/collection/components/stzh-datalist/stzh-datalist.css +621 -0
- package/dist/collection/components/stzh-datalist/stzh-datalist.js +237 -0
- package/dist/collection/components/stzh-datalist/stzh-datalist.stories.js +66 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +1 -21
- package/dist/collection/components/stzh-dialog/stzh-dialog.css +2 -1
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +3 -3
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +7 -26
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +63 -11
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/collection/components/stzh-input/stzh-input.css +5 -5
- package/dist/collection/components/stzh-input/stzh-input.js +2 -23
- package/dist/collection/components/stzh-link/stzh-link.css +5 -0
- package/dist/collection/components/stzh-link/stzh-link.js +2 -2
- package/dist/collection/components/stzh-overlay/stzh-overlay.css +5 -1
- package/dist/collection/components/stzh-popover/stzh-popover.js +52 -32
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +292 -0
- package/dist/collection/components/stzh-radio/stzh-radio.css +2 -2
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +4 -3
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.stories.js +3 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.css +145 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +19 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.js +38 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.stories.js +1 -1
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +21 -1
- package/dist/collection/pages/meinkonto.stories.js +93 -88
- package/dist/components/index.d.ts +4 -2
- package/dist/components/index.js +5 -3
- package/dist/components/{stzh-servicecard.d.ts → stzh-actionset.d.ts} +4 -4
- package/dist/components/stzh-actionset.js +6 -0
- package/dist/components/stzh-actionset2.js +227 -0
- package/dist/components/stzh-button2.js +27 -3
- package/dist/components/{stzh-servicecard-list.d.ts → stzh-card-list.d.ts} +4 -4
- package/dist/components/stzh-card-list.js +123 -0
- package/dist/components/stzh-card.d.ts +11 -0
- package/dist/components/stzh-card.js +376 -0
- package/dist/components/stzh-chip-select.js +1 -1
- package/dist/components/stzh-cspace.js +1 -1
- package/dist/components/stzh-datalist.d.ts +11 -0
- package/dist/components/stzh-datalist.js +113 -0
- package/dist/components/stzh-datepicker2.js +1 -2
- package/dist/components/stzh-dialog.js +1 -1
- package/dist/components/stzh-dropdown2.js +4 -7
- package/dist/components/stzh-icon-sprite.js +1 -1
- package/dist/components/stzh-input2.js +3 -5
- package/dist/components/stzh-link2.js +1 -1
- package/dist/components/stzh-overlay.js +1 -1
- package/dist/components/stzh-popover2.js +31 -28
- package/dist/components/stzh-portal-mitwirken.js +1 -1
- package/dist/components/stzh-radio2.js +1 -1
- package/dist/components/stzh-radiogroup2.js +3 -2
- package/dist/components/stzh-richtext2.js +1 -1
- package/dist/components/stzh-sortable2.js +17 -0
- package/dist/components/stzh-tooltip2.js +4 -1
- package/dist/esm/{app-globals-c42494e9.js → app-globals-6b6ff890.js} +1 -1
- package/dist/esm/{index-0e6d34c6.js → index-84f71a43.js} +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/stzh-accordion-item.entry.js +1 -1
- package/dist/esm/stzh-accordion.entry.js +1 -1
- package/dist/esm/stzh-actions.entry.js +1 -1
- package/dist/esm/stzh-actionset.entry.js +160 -0
- package/dist/esm/stzh-appnav.entry.js +1 -1
- package/dist/esm/stzh-appointments.entry.js +1 -1
- package/dist/esm/stzh-badge_3.entry.js +25 -4
- package/dist/esm/stzh-calendar.entry.js +1 -1
- package/dist/esm/stzh-card-list.entry.js +75 -0
- package/dist/esm/stzh-card.entry.js +290 -0
- package/dist/esm/stzh-cell.entry.js +1 -1
- package/dist/esm/stzh-checkbox.entry.js +2 -2
- package/dist/esm/stzh-checkboxgroup.entry.js +2 -2
- package/dist/esm/stzh-chip-select.entry.js +2 -2
- package/dist/esm/stzh-chip.entry.js +1 -1
- package/dist/esm/stzh-components.js +3 -3
- package/dist/esm/stzh-container.entry.js +1 -1
- package/dist/esm/stzh-cspace.entry.js +2 -2
- package/dist/esm/stzh-datalist.entry.js +70 -0
- package/dist/esm/stzh-datamessagelist-item.entry.js +1 -1
- package/dist/esm/stzh-datamessagelist.entry.js +1 -1
- package/dist/esm/stzh-datatable.entry.js +1 -1
- package/dist/esm/stzh-datepicker_4.entry.js +7 -6
- package/dist/esm/stzh-dialog.entry.js +2 -2
- package/dist/esm/stzh-dropdown.entry.js +6 -8
- package/dist/esm/stzh-fieldset.entry.js +1 -1
- package/dist/esm/stzh-figure.entry.js +1 -1
- package/dist/esm/stzh-flyingfocus.entry.js +1 -1
- package/dist/esm/stzh-footer.entry.js +1 -1
- package/dist/esm/stzh-ghettobox_2.entry.js +2 -2
- package/dist/esm/stzh-header.entry.js +1 -1
- package/dist/esm/stzh-heading.entry.js +1 -1
- package/dist/esm/stzh-hr.entry.js +1 -1
- package/dist/esm/stzh-hspace.entry.js +1 -1
- package/dist/esm/stzh-icon-sprite.entry.js +2 -2
- package/dist/esm/{stzh-input-description-da7b0e98.js → stzh-input-description-8c477f97.js} +1 -1
- package/dist/esm/stzh-input.entry.js +5 -6
- package/dist/esm/stzh-link.entry.js +2 -2
- package/dist/esm/stzh-list-item.entry.js +1 -1
- package/dist/esm/stzh-list.entry.js +1 -1
- package/dist/esm/stzh-loader.entry.js +1 -1
- package/dist/esm/stzh-loadingbar.entry.js +1 -1
- package/dist/esm/stzh-menu_2.entry.js +1 -1
- package/dist/esm/stzh-message.entry.js +1 -1
- package/dist/esm/stzh-metanav.entry.js +1 -1
- package/dist/esm/stzh-overlay.entry.js +2 -2
- package/dist/esm/stzh-page-skiplinks.entry.js +1 -1
- package/dist/esm/stzh-pagetitle.entry.js +1 -1
- package/dist/esm/stzh-popover.entry.js +31 -29
- package/dist/esm/stzh-portal-mitwirken.entry.js +2 -2
- package/dist/esm/stzh-progressbar-item.entry.js +1 -1
- package/dist/esm/stzh-progressbar.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-saptcha.entry.js +1 -1
- package/dist/esm/stzh-section.entry.js +1 -1
- package/dist/esm/stzh-skiplink.entry.js +1 -1
- package/dist/esm/stzh-sortable.entry.js +18 -1
- package/dist/esm/stzh-status.entry.js +1 -1
- package/dist/esm/stzh-table.entry.js +1 -1
- package/dist/esm/stzh-toggle.entry.js +2 -2
- package/dist/esm/stzh-tooltip.entry.js +4 -2
- package/dist/esm/stzh-upload.entry.js +2 -2
- package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
- package/dist/esm/stzh-vbz-majorticker.entry.js +1 -1
- package/dist/esm/stzh-vbz-ticker.entry.js +1 -1
- package/dist/esm/stzh-visuallyhidden.entry.js +1 -1
- package/dist/esm/stzh-vspace.entry.js +1 -1
- package/dist/esm-es5/app-globals-6b6ff890.js +1 -0
- package/dist/esm-es5/{index-0e6d34c6.js → index-84f71a43.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
- package/dist/esm-es5/stzh-accordion.entry.js +1 -1
- package/dist/esm-es5/stzh-actions.entry.js +1 -1
- package/dist/esm-es5/stzh-actionset.entry.js +1 -0
- package/dist/esm-es5/stzh-appnav.entry.js +1 -1
- package/dist/esm-es5/stzh-appointments.entry.js +1 -1
- package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
- package/dist/esm-es5/stzh-calendar.entry.js +1 -1
- package/dist/esm-es5/stzh-card-list.entry.js +1 -0
- package/dist/esm-es5/stzh-card.entry.js +1 -0
- package/dist/esm-es5/stzh-cell.entry.js +1 -1
- package/dist/esm-es5/stzh-checkbox.entry.js +1 -1
- package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -1
- package/dist/esm-es5/stzh-chip-select.entry.js +1 -1
- package/dist/esm-es5/stzh-chip.entry.js +1 -1
- package/dist/esm-es5/stzh-components.js +1 -1
- package/dist/esm-es5/stzh-container.entry.js +1 -1
- package/dist/esm-es5/stzh-cspace.entry.js +1 -1
- package/dist/esm-es5/stzh-datalist.entry.js +1 -0
- package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
- package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -1
- package/dist/esm-es5/stzh-datatable.entry.js +1 -1
- package/dist/esm-es5/stzh-datepicker_4.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-fieldset.entry.js +1 -1
- package/dist/esm-es5/stzh-figure.entry.js +1 -1
- package/dist/esm-es5/stzh-flyingfocus.entry.js +1 -1
- package/dist/esm-es5/stzh-footer.entry.js +1 -1
- package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
- package/dist/esm-es5/stzh-header.entry.js +1 -1
- package/dist/esm-es5/stzh-heading.entry.js +1 -1
- package/dist/esm-es5/stzh-hr.entry.js +1 -1
- package/dist/esm-es5/stzh-hspace.entry.js +1 -1
- package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
- package/dist/esm-es5/{stzh-input-description-da7b0e98.js → stzh-input-description-8c477f97.js} +1 -1
- package/dist/esm-es5/stzh-input.entry.js +1 -1
- package/dist/esm-es5/stzh-link.entry.js +1 -1
- package/dist/esm-es5/stzh-list-item.entry.js +1 -1
- package/dist/esm-es5/stzh-list.entry.js +1 -1
- package/dist/esm-es5/stzh-loader.entry.js +1 -1
- package/dist/esm-es5/stzh-loadingbar.entry.js +1 -1
- package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
- package/dist/esm-es5/stzh-message.entry.js +1 -1
- package/dist/esm-es5/stzh-metanav.entry.js +1 -1
- package/dist/esm-es5/stzh-overlay.entry.js +1 -1
- package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -1
- package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
- package/dist/esm-es5/stzh-popover.entry.js +1 -1
- package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
- package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -1
- package/dist/esm-es5/stzh-progressbar.entry.js +1 -1
- package/dist/esm-es5/stzh-readspeaker.entry.js +1 -1
- package/dist/esm-es5/stzh-row.entry.js +1 -1
- package/dist/esm-es5/stzh-saptcha.entry.js +1 -1
- package/dist/esm-es5/stzh-section.entry.js +1 -1
- package/dist/esm-es5/stzh-skiplink.entry.js +1 -1
- package/dist/esm-es5/stzh-sortable.entry.js +2 -2
- package/dist/esm-es5/stzh-status.entry.js +1 -1
- package/dist/esm-es5/stzh-table.entry.js +1 -1
- package/dist/esm-es5/stzh-toggle.entry.js +1 -1
- package/dist/esm-es5/stzh-tooltip.entry.js +1 -1
- package/dist/esm-es5/stzh-upload.entry.js +1 -1
- package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
- package/dist/esm-es5/stzh-vbz-majorticker.entry.js +1 -1
- package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
- package/dist/esm-es5/stzh-visuallyhidden.entry.js +1 -1
- package/dist/esm-es5/stzh-vspace.entry.js +1 -1
- package/dist/stzh-components/assets/i18n/de.json +7 -2
- package/dist/stzh-components/assets/i18n/en.json +7 -2
- package/dist/stzh-components/assets/icons/mono/recycling-outline.svg +11 -0
- package/dist/stzh-components/assets/icons/mono/recycling.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/smartphone.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/target.svg +11 -0
- package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +63 -11
- package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/stzh-components/{p-32988d74.entry.js → p-001b7d10.entry.js} +1 -1
- package/dist/stzh-components/{p-0837657c.entry.js → p-08a564af.entry.js} +1 -1
- package/dist/stzh-components/{p-fd16e20e.system.entry.js → p-0b8de542.system.entry.js} +1 -1
- package/dist/stzh-components/{p-8db4279d.system.entry.js → p-0bbbbe85.system.entry.js} +1 -1
- package/dist/stzh-components/p-0d5522dc.system.entry.js +1 -0
- package/dist/stzh-components/{p-33d033a3.system.entry.js → p-0efe125f.system.entry.js} +1 -1
- package/dist/stzh-components/{p-87ab53c4.system.entry.js → p-0fc06049.system.entry.js} +1 -1
- package/dist/stzh-components/p-0fc83964.system.entry.js +1 -0
- package/dist/stzh-components/{p-08d4ed80.entry.js → p-13b3500e.entry.js} +1 -1
- package/dist/stzh-components/p-13f44000.entry.js +1 -0
- package/dist/stzh-components/{p-65444117.system.entry.js → p-17c6c1db.system.entry.js} +1 -1
- package/dist/stzh-components/{p-b34774e7.entry.js → p-190de4de.entry.js} +1 -1
- package/dist/stzh-components/{p-b2c8c31e.system.entry.js → p-19bff884.system.entry.js} +1 -1
- package/dist/stzh-components/{p-debb00e6.entry.js → p-216577b4.entry.js} +1 -1
- package/dist/stzh-components/{p-6edd58a4.system.entry.js → p-27fd6c6f.system.entry.js} +1 -1
- package/dist/stzh-components/{p-bdba7714.entry.js → p-2818488f.entry.js} +1 -1
- package/dist/stzh-components/{p-fba76dba.entry.js → p-29427863.entry.js} +1 -1
- package/dist/stzh-components/{p-d8471675.entry.js → p-2b338050.entry.js} +1 -1
- package/dist/stzh-components/p-2cf1ae40.system.entry.js +1 -0
- package/dist/stzh-components/{p-fa8651dd.entry.js → p-2e559062.entry.js} +1 -1
- package/dist/stzh-components/{p-11d0c8f3.entry.js → p-332e4fd3.entry.js} +1 -1
- package/dist/stzh-components/{p-c863ffd0.system.entry.js → p-33c0229f.system.entry.js} +1 -1
- package/dist/stzh-components/p-373f79e8.entry.js +1 -0
- package/dist/stzh-components/{p-b651f251.entry.js → p-3ac93a01.entry.js} +1 -1
- package/dist/stzh-components/{p-c7c17bb7.system.entry.js → p-3b27a43f.system.entry.js} +2 -2
- package/dist/stzh-components/{p-1cde29ea.entry.js → p-3d8317b5.entry.js} +1 -1
- package/dist/stzh-components/{p-48bbcc26.system.entry.js → p-45bab70d.system.entry.js} +1 -1
- package/dist/stzh-components/{p-3f03fd94.system.entry.js → p-48b5b697.system.entry.js} +1 -1
- package/dist/stzh-components/{p-ece7ad4d.system.entry.js → p-4c6989ae.system.entry.js} +1 -1
- package/dist/stzh-components/{p-bb2e1dda.entry.js → p-552f49c4.entry.js} +1 -1
- package/dist/stzh-components/{p-562394a9.system.entry.js → p-55d23a3c.system.entry.js} +1 -1
- package/dist/stzh-components/{p-07772cd7.system.entry.js → p-560f96f0.system.entry.js} +1 -1
- package/dist/stzh-components/{p-f48a2b00.system.entry.js → p-56b9cc3c.system.entry.js} +1 -1
- package/dist/stzh-components/{p-33946fed.system.entry.js → p-58d886cb.system.entry.js} +1 -1
- package/dist/stzh-components/p-5975c355.system.entry.js +1 -0
- package/dist/stzh-components/p-5987573e.system.entry.js +1 -0
- package/dist/stzh-components/{p-68a8b7b7.system.entry.js → p-5997e418.system.entry.js} +1 -1
- package/dist/stzh-components/p-59c323ce.entry.js +1 -0
- package/dist/stzh-components/{p-49968bbf.entry.js → p-5a02ef03.entry.js} +1 -1
- package/dist/stzh-components/{p-1c88ceff.system.entry.js → p-5a354428.system.entry.js} +1 -1
- package/dist/stzh-components/{p-0a71fbac.entry.js → p-5bd2849d.entry.js} +1 -1
- package/dist/stzh-components/{p-4a398453.system.entry.js → p-61aac051.system.entry.js} +1 -1
- package/dist/stzh-components/{p-ade1ebcf.system.entry.js → p-6305db38.system.entry.js} +1 -1
- package/dist/stzh-components/{p-f610f725.entry.js → p-6354fee3.entry.js} +1 -1
- package/dist/stzh-components/{p-95eb03b2.entry.js → p-638bedfa.entry.js} +1 -1
- package/dist/stzh-components/{p-9c0494a6.system.js → p-63d89b96.system.js} +1 -1
- package/dist/stzh-components/{p-33d75303.entry.js → p-63d8db7b.entry.js} +1 -1
- package/dist/stzh-components/{p-818634d2.entry.js → p-64b4cc74.entry.js} +1 -1
- package/dist/stzh-components/p-653c6bbc.entry.js +1 -0
- package/dist/stzh-components/{p-8a60addb.entry.js → p-67f906b1.entry.js} +1 -1
- package/dist/stzh-components/{p-f44f4d26.system.entry.js → p-69c3187f.system.entry.js} +1 -1
- package/dist/stzh-components/{p-95a297aa.entry.js → p-69f4a27e.entry.js} +1 -1
- package/dist/stzh-components/p-6a81e64b.entry.js +1 -0
- package/dist/stzh-components/p-6a873872.entry.js +1 -0
- package/dist/stzh-components/{p-03b16275.entry.js → p-72f29f07.entry.js} +1 -1
- package/dist/stzh-components/p-75cdc8a6.system.entry.js +1 -0
- package/dist/stzh-components/{p-6fc271d0.system.entry.js → p-7ad87d98.system.entry.js} +1 -1
- package/dist/stzh-components/p-7d8c9866.entry.js +1 -0
- package/dist/stzh-components/{p-1cebd703.entry.js → p-7f9f9a8d.entry.js} +1 -1
- package/dist/stzh-components/{p-7d098987.entry.js → p-83b1e379.entry.js} +1 -1
- package/dist/stzh-components/{p-aec2d2d1.system.entry.js → p-851e0caa.system.entry.js} +1 -1
- package/dist/stzh-components/{p-1f15a4e0.system.entry.js → p-86bc421e.system.entry.js} +1 -1
- package/dist/stzh-components/{p-690d14cd.entry.js → p-88e0f453.entry.js} +1 -1
- package/dist/stzh-components/{p-0338cec3.system.entry.js → p-89274cd5.system.entry.js} +1 -1
- package/dist/stzh-components/{p-346e26f2.system.entry.js → p-8a9e588e.system.entry.js} +1 -1
- package/dist/stzh-components/{p-66556f67.entry.js → p-8aebb240.entry.js} +1 -1
- package/dist/stzh-components/{p-f1a58a7c.system.entry.js → p-8cbc987f.system.entry.js} +1 -1
- package/dist/stzh-components/{p-0ae3e066.system.entry.js → p-8d0da18d.system.entry.js} +1 -1
- package/dist/stzh-components/{p-56fccfa3.system.entry.js → p-8d547247.system.entry.js} +1 -1
- package/dist/stzh-components/{p-b281b653.entry.js → p-8f16b0ac.entry.js} +2 -2
- package/dist/stzh-components/{p-85d78e08.entry.js → p-938ef748.entry.js} +1 -1
- package/dist/stzh-components/{p-65282c9d.js → p-93e8e31f.js} +1 -1
- package/dist/stzh-components/{p-e9ca8ddc.entry.js → p-961cb979.entry.js} +1 -1
- package/dist/stzh-components/{p-98afd4b0.system.entry.js → p-981b2629.system.entry.js} +1 -1
- package/dist/stzh-components/p-9bda100f.system.js +1 -0
- package/dist/stzh-components/{p-0ec28130.system.entry.js → p-9c72f491.system.entry.js} +1 -1
- package/dist/stzh-components/{p-8cf287d8.system.entry.js → p-9fb4da92.system.entry.js} +1 -1
- package/dist/stzh-components/{p-409c0d50.entry.js → p-a448f5a5.entry.js} +1 -1
- package/dist/stzh-components/{p-96fd158c.entry.js → p-a646c09a.entry.js} +1 -1
- package/dist/stzh-components/p-a6627504.entry.js +1 -0
- package/dist/stzh-components/{p-6c3b2508.system.entry.js → p-a67e09cd.system.entry.js} +1 -1
- package/dist/stzh-components/{p-378be0be.system.entry.js → p-a7c35778.system.entry.js} +1 -1
- package/dist/stzh-components/{p-c8bc2812.entry.js → p-a7ee2636.entry.js} +1 -1
- package/dist/stzh-components/{p-632d9076.system.entry.js → p-a99d3e97.system.entry.js} +1 -1
- package/dist/stzh-components/{p-148de4e6.entry.js → p-ab246b66.entry.js} +1 -1
- package/dist/stzh-components/{p-936cc626.system.entry.js → p-ab455116.system.entry.js} +1 -1
- package/dist/stzh-components/p-af2664fc.system.entry.js +1 -0
- package/dist/stzh-components/p-b084fcbf.system.entry.js +1 -0
- package/dist/stzh-components/p-b550feaa.system.entry.js +1 -0
- package/dist/stzh-components/{p-a760352a.system.entry.js → p-b636a18a.system.entry.js} +1 -1
- package/dist/stzh-components/{p-3ed69b16.entry.js → p-b9295dc2.entry.js} +1 -1
- package/dist/stzh-components/{p-f2050d1e.entry.js → p-b9382599.entry.js} +1 -1
- package/dist/stzh-components/{p-46f301c0.entry.js → p-b9a027aa.entry.js} +1 -1
- package/dist/stzh-components/{p-e4347cfe.entry.js → p-b9c3f3cc.entry.js} +1 -1
- package/dist/stzh-components/{p-7e3924a0.system.entry.js → p-ba94e315.system.entry.js} +1 -1
- package/dist/stzh-components/{p-7d62dfeb.system.entry.js → p-bd178c32.system.entry.js} +1 -1
- package/dist/stzh-components/{p-e972a44f.system.entry.js → p-be461e19.system.entry.js} +1 -1
- package/dist/stzh-components/{p-30b347ee.system.js → p-bf0fdd23.system.js} +2 -2
- package/dist/stzh-components/{p-da063c7e.system.entry.js → p-c013a00b.system.entry.js} +1 -1
- package/dist/stzh-components/{p-983f6070.entry.js → p-c1337453.entry.js} +1 -1
- package/dist/stzh-components/{p-915e8ad6.entry.js → p-c3d93395.entry.js} +1 -1
- package/dist/stzh-components/{p-c6cad5ed.system.entry.js → p-c456c04b.system.entry.js} +1 -1
- package/dist/stzh-components/{p-8bd3ba06.entry.js → p-c499e04d.entry.js} +1 -1
- package/dist/stzh-components/{p-e9bc3a43.entry.js → p-c4b7c2be.entry.js} +1 -1
- package/dist/stzh-components/{p-df422d36.entry.js → p-c58dd9de.entry.js} +1 -1
- package/dist/stzh-components/{p-7d2237ca.entry.js → p-c692e405.entry.js} +1 -1
- package/dist/stzh-components/{p-4e9bfeb8.system.entry.js → p-c83e4fec.system.entry.js} +1 -1
- package/dist/stzh-components/p-ca062c11.system.js +1 -0
- package/dist/stzh-components/{p-586cae98.entry.js → p-ce070ccd.entry.js} +1 -1
- package/dist/stzh-components/{p-b3b5ee7e.entry.js → p-ce28428b.entry.js} +1 -1
- package/dist/stzh-components/p-cfaac121.js +1 -0
- package/dist/stzh-components/{p-04d7b18f.entry.js → p-d0aa9d3b.entry.js} +1 -1
- package/dist/stzh-components/{p-5ea652ae.system.entry.js → p-d11a70e2.system.entry.js} +1 -1
- package/dist/stzh-components/p-d1dba399.system.entry.js +1 -0
- package/dist/stzh-components/p-d2b5e066.entry.js +1 -0
- package/dist/stzh-components/{p-58ffc722.system.entry.js → p-d54f04c8.system.entry.js} +1 -1
- package/dist/stzh-components/p-d645d645.entry.js +1 -0
- package/dist/stzh-components/{p-006135ed.system.entry.js → p-d6c07494.system.entry.js} +1 -1
- package/dist/stzh-components/{p-cf162e67.entry.js → p-d7893dfd.entry.js} +1 -1
- package/dist/stzh-components/{p-73194e28.entry.js → p-d9643cc4.entry.js} +1 -1
- package/dist/stzh-components/{p-03e2634c.entry.js → p-da7b363e.entry.js} +1 -1
- package/dist/stzh-components/{p-58917ce2.entry.js → p-db5363ef.entry.js} +1 -1
- package/dist/stzh-components/p-de017b87.system.entry.js +1 -0
- package/dist/stzh-components/{p-ec3d4dd4.entry.js → p-e009bfdc.entry.js} +1 -1
- package/dist/stzh-components/{p-fc9c4fc3.system.entry.js → p-e213663c.system.entry.js} +1 -1
- package/dist/stzh-components/{p-7a6e347d.system.entry.js → p-e7a84e53.system.entry.js} +1 -1
- package/dist/stzh-components/{p-14d728f0.entry.js → p-ee22256f.entry.js} +1 -1
- package/dist/stzh-components/{p-670d4834.entry.js → p-f1356a85.entry.js} +1 -1
- package/dist/stzh-components/{p-82e6148a.system.entry.js → p-f167eaa4.system.entry.js} +1 -1
- package/dist/stzh-components/{p-3c799247.entry.js → p-f2ee016a.entry.js} +1 -1
- package/dist/stzh-components/{p-1ace5d80.entry.js → p-f788a468.entry.js} +1 -1
- package/dist/stzh-components/{p-99533090.system.entry.js → p-f832e938.system.entry.js} +1 -1
- package/dist/stzh-components/{p-32b78d65.js → p-f84fa2a4.js} +1 -1
- package/dist/stzh-components/{p-80db7aa6.system.entry.js → p-fa56fc0d.system.entry.js} +1 -1
- package/dist/stzh-components/{p-88a4f756.system.entry.js → p-fc13d017.system.entry.js} +1 -1
- package/dist/stzh-components/{p-b4fc71ff.system.entry.js → p-fc6b4f91.system.entry.js} +1 -1
- package/dist/stzh-components/p-fdd1998f.entry.js +1 -0
- package/dist/stzh-components/{p-370b82e7.system.entry.js → p-fdf0b4bc.system.entry.js} +1 -1
- package/dist/stzh-components/{p-90a10825.system.entry.js → p-ffa1e9dd.system.entry.js} +1 -1
- 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-actionset/stzh-actionset.localization.d.ts +5 -0
- package/dist/types/components/{stzh-servicecard/stzh-servicecard.localization.d.ts → stzh-card/stzh-card.localization.d.ts} +2 -1
- package/dist/types/components/{stzh-servicecard-list/stzh-servicecard-list.localization.d.ts → stzh-card-list/stzh-card-list.localization.d.ts} +1 -1
- package/dist/types/components.d.ts +458 -245
- package/dist/types/index.d.ts +56 -14
- package/dist/vscode-data.json +346 -131
- package/package.json +1 -1
- package/dist/cjs/stzh-servicecard-list.cjs.entry.js +0 -73
- package/dist/cjs/stzh-servicecard.cjs.entry.js +0 -234
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.css +0 -558
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.stories.js +0 -73
- package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.stories.js +0 -116
- package/dist/components/stzh-servicecard-list.js +0 -117
- package/dist/components/stzh-servicecard.js +0 -305
- package/dist/esm/stzh-servicecard-list.entry.js +0 -69
- package/dist/esm/stzh-servicecard.entry.js +0 -230
- package/dist/esm-es5/app-globals-c42494e9.js +0 -1
- package/dist/esm-es5/stzh-servicecard-list.entry.js +0 -1
- package/dist/esm-es5/stzh-servicecard.entry.js +0 -1
- package/dist/stzh-components/p-2b11d549.system.entry.js +0 -1
- package/dist/stzh-components/p-34190502.entry.js +0 -1
- package/dist/stzh-components/p-3ebd2c03.js +0 -1
- package/dist/stzh-components/p-5e0cccc9.system.entry.js +0 -1
- package/dist/stzh-components/p-63b5068a.system.entry.js +0 -1
- package/dist/stzh-components/p-7921db30.system.entry.js +0 -1
- package/dist/stzh-components/p-79bfc485.entry.js +0 -1
- package/dist/stzh-components/p-7bb1bd3b.entry.js +0 -1
- package/dist/stzh-components/p-a7253852.entry.js +0 -1
- package/dist/stzh-components/p-a86c6487.entry.js +0 -1
- package/dist/stzh-components/p-aaa2e48f.system.js +0 -1
- package/dist/stzh-components/p-b35b0270.entry.js +0 -1
- package/dist/stzh-components/p-c581e798.system.entry.js +0 -1
- package/dist/stzh-components/p-e12db90a.entry.js +0 -1
- package/dist/stzh-components/p-e2ce48f1.system.entry.js +0 -1
- package/dist/stzh-components/p-ee5ceac4.entry.js +0 -1
- package/dist/stzh-components/p-f0ca6848.system.entry.js +0 -1
- package/dist/stzh-components/p-f21440b3.entry.js +0 -1
- package/dist/stzh-components/p-faf20030.system.js +0 -1
- package/dist/stzh-components/p-fce0e218.system.entry.js +0 -1
- package/dist/stzh-components/p-fe9f8a09.system.entry.js +0 -1
|
@@ -219,8 +219,8 @@
|
|
|
219
219
|
.stzh-radio__check {
|
|
220
220
|
background-color: currentColor;
|
|
221
221
|
color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
222
|
-
width: 0.
|
|
223
|
-
height: 0.
|
|
222
|
+
width: 0.5rem;
|
|
223
|
+
height: 0.5rem;
|
|
224
224
|
border-radius: 50%;
|
|
225
225
|
opacity: 0;
|
|
226
226
|
}
|
|
@@ -3,9 +3,10 @@ import { hasSlot } from "../../utils/utils";
|
|
|
3
3
|
import { camelCase } from "../../utils/string-utils";
|
|
4
4
|
import { fetchTranslations } from "../../utils/translation-utils";
|
|
5
5
|
import { StzhInputDescription } from "../stzh-input/stzh-input-description";
|
|
6
|
+
const SELECTOR_RADIO = 'stzh-radio, stzh-button[type=radio], stzh-card';
|
|
6
7
|
let radiogroupCounter = 0;
|
|
7
8
|
/**
|
|
8
|
-
* @slot - Slot for `stzh-radio` elements
|
|
9
|
+
* @slot - Slot for `stzh-radio`, `stzh-button[type="radio"]` or `stzh-card` elements
|
|
9
10
|
* @slot description - Slot for description
|
|
10
11
|
* @slot description-long - Slot for long description (in popover)
|
|
11
12
|
* @slot error - Slot for error
|
|
@@ -32,7 +33,7 @@ export class StzhRadiogroup {
|
|
|
32
33
|
this.preventUpdateProperties = [];
|
|
33
34
|
this.init = () => {
|
|
34
35
|
// update radios
|
|
35
|
-
this.radios = Array.from(this.element.querySelectorAll(
|
|
36
|
+
this.radios = Array.from(this.element.querySelectorAll(SELECTOR_RADIO));
|
|
36
37
|
this.updateRadiosProperty("show-marker", false);
|
|
37
38
|
this.updateRadiosProperty("a11y-describedby", `${this.radiogroupId}-description`);
|
|
38
39
|
this.watchValue(this.value);
|
|
@@ -119,7 +120,7 @@ export class StzhRadiogroup {
|
|
|
119
120
|
}
|
|
120
121
|
connectedCallback() {
|
|
121
122
|
if (!this.value) {
|
|
122
|
-
this.radios = Array.from(this.element.querySelectorAll(
|
|
123
|
+
this.radios = Array.from(this.element.querySelectorAll(SELECTOR_RADIO));
|
|
123
124
|
// try to find a checkbox that might has checked set to true
|
|
124
125
|
const checkedRadio = this.radios.find(radio => radio.checked);
|
|
125
126
|
if (checkedRadio) {
|
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
/* Lists */
|
|
103
103
|
/* Figure */
|
|
104
104
|
/* Blockquote */
|
|
105
|
+
/* Table */
|
|
105
106
|
/* Links */
|
|
106
107
|
}
|
|
107
108
|
:host ::slotted(*) h1, :host ::slotted(*) h2, :host ::slotted(*) h3, :host ::slotted(*) h4 {
|
|
@@ -699,6 +700,150 @@
|
|
|
699
700
|
display: inline-block;
|
|
700
701
|
margin-right: var(--stzh-space-xxxsmall);
|
|
701
702
|
}
|
|
703
|
+
:host ::slotted(*) table {
|
|
704
|
+
--min-width: none;
|
|
705
|
+
--cell-padding: var(--stzh-table-cell-padding);
|
|
706
|
+
width: 100%;
|
|
707
|
+
border-spacing: 0;
|
|
708
|
+
min-width: var(--min-width);
|
|
709
|
+
}
|
|
710
|
+
:host ::slotted(*) thead {
|
|
711
|
+
position: -webkit-sticky;
|
|
712
|
+
position: sticky;
|
|
713
|
+
top: 0;
|
|
714
|
+
z-index: 3;
|
|
715
|
+
}
|
|
716
|
+
:host ::slotted(*) tr:hover td,
|
|
717
|
+
:host ::slotted(*) tr:hover th {
|
|
718
|
+
background-color: var(--stzh-color-grey5);
|
|
719
|
+
}
|
|
720
|
+
:host ::slotted(*) td,
|
|
721
|
+
:host ::slotted(*) th {
|
|
722
|
+
font-size: var(--stzh-font-milli-font-size);
|
|
723
|
+
line-height: var(--stzh-font-milli-text-line-height);
|
|
724
|
+
letter-spacing: var(--stzh-font-curve---text-letter-spacing);
|
|
725
|
+
text-align: left;
|
|
726
|
+
border: none;
|
|
727
|
+
vertical-align: top;
|
|
728
|
+
border: none;
|
|
729
|
+
border-bottom: 0.0625rem solid var(--stzh-base-border-color);
|
|
730
|
+
background-color: var(--stzh-color-white);
|
|
731
|
+
transition: background-color var(--stzh-base-transition-animation-speed);
|
|
732
|
+
padding: var(--cell-padding);
|
|
733
|
+
/* Horizontal alignment */
|
|
734
|
+
/* Vertical alignment */
|
|
735
|
+
/* Nowrap */
|
|
736
|
+
/* Sticky */
|
|
737
|
+
}
|
|
738
|
+
:host ::slotted(*) td a,
|
|
739
|
+
:host ::slotted(*) th a {
|
|
740
|
+
color: var(--stzh-link-color);
|
|
741
|
+
transition: color var(--stzh-base-transition-animation-speed);
|
|
742
|
+
border-radius: var(--stzh-button-border-radius);
|
|
743
|
+
}
|
|
744
|
+
:host ::slotted(*) td a:hover, :host ::slotted(*) td a:focus,
|
|
745
|
+
:host ::slotted(*) th a:hover,
|
|
746
|
+
:host ::slotted(*) th a:focus {
|
|
747
|
+
color: var(--stzh-link-hover-color);
|
|
748
|
+
}
|
|
749
|
+
:host ::slotted(*) td b, :host ::slotted(*) td strong,
|
|
750
|
+
:host ::slotted(*) th b,
|
|
751
|
+
:host ::slotted(*) th strong {
|
|
752
|
+
font-family: var(--stzh-font-family-heavy);
|
|
753
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
754
|
+
font-style: normal;
|
|
755
|
+
}
|
|
756
|
+
:host ::slotted(*) td i, :host ::slotted(*) td em,
|
|
757
|
+
:host ::slotted(*) th i,
|
|
758
|
+
:host ::slotted(*) th em {
|
|
759
|
+
font-family: var(--stzh-font-family-regular);
|
|
760
|
+
font-weight: var(--stzh-font-weight-regular);
|
|
761
|
+
font-style: normal;
|
|
762
|
+
}
|
|
763
|
+
:host ::slotted(*) td.align-left,
|
|
764
|
+
:host ::slotted(*) th.align-left {
|
|
765
|
+
text-align: left;
|
|
766
|
+
}
|
|
767
|
+
:host ::slotted(*) td.align-right,
|
|
768
|
+
:host ::slotted(*) th.align-right {
|
|
769
|
+
text-align: right;
|
|
770
|
+
}
|
|
771
|
+
:host ::slotted(*) td.align-center,
|
|
772
|
+
:host ::slotted(*) th.align-center {
|
|
773
|
+
text-align: center;
|
|
774
|
+
}
|
|
775
|
+
:host ::slotted(*) td.valign-auto,
|
|
776
|
+
:host ::slotted(*) th.valign-auto {
|
|
777
|
+
vertical-align: auto;
|
|
778
|
+
}
|
|
779
|
+
:host ::slotted(*) td.valign-middle,
|
|
780
|
+
:host ::slotted(*) th.valign-middle {
|
|
781
|
+
vertical-align: middle;
|
|
782
|
+
}
|
|
783
|
+
:host ::slotted(*) td.valign-bottom,
|
|
784
|
+
:host ::slotted(*) th.valign-bottom {
|
|
785
|
+
vertical-align: bottom;
|
|
786
|
+
}
|
|
787
|
+
:host ::slotted(*) td.nowrap,
|
|
788
|
+
:host ::slotted(*) th.nowrap {
|
|
789
|
+
white-space: nowrap;
|
|
790
|
+
}
|
|
791
|
+
:host ::slotted(*) td.is-sticky-left, :host ::slotted(*) td.is-sticky-right,
|
|
792
|
+
:host ::slotted(*) th.is-sticky-left,
|
|
793
|
+
:host ::slotted(*) th.is-sticky-right {
|
|
794
|
+
position: -webkit-sticky;
|
|
795
|
+
position: sticky;
|
|
796
|
+
z-index: 1;
|
|
797
|
+
}
|
|
798
|
+
:host ::slotted(*) td.has-sticked,
|
|
799
|
+
:host ::slotted(*) th.has-sticked {
|
|
800
|
+
z-index: 2;
|
|
801
|
+
}
|
|
802
|
+
:host ::slotted(*) td.is-sticky-left,
|
|
803
|
+
:host ::slotted(*) th.is-sticky-left {
|
|
804
|
+
left: 0;
|
|
805
|
+
}
|
|
806
|
+
:host ::slotted(*) td.is-sticky-right,
|
|
807
|
+
:host ::slotted(*) th.is-sticky-right {
|
|
808
|
+
right: 0;
|
|
809
|
+
}
|
|
810
|
+
:host ::slotted(*) td.is-sticky-left::after, :host ::slotted(*) td.is-sticky-right::after,
|
|
811
|
+
:host ::slotted(*) th.is-sticky-left::after,
|
|
812
|
+
:host ::slotted(*) th.is-sticky-right::after {
|
|
813
|
+
background: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
|
|
814
|
+
content: "";
|
|
815
|
+
pointer-events: none;
|
|
816
|
+
position: absolute;
|
|
817
|
+
top: 0;
|
|
818
|
+
height: 100%;
|
|
819
|
+
width: 0.375rem;
|
|
820
|
+
transform: translate(100%);
|
|
821
|
+
opacity: 0;
|
|
822
|
+
transition: opacity var(--stzh-base-transition-animation-speed);
|
|
823
|
+
}
|
|
824
|
+
:host ::slotted(*) td.is-sticky-left::after,
|
|
825
|
+
:host ::slotted(*) th.is-sticky-left::after {
|
|
826
|
+
right: 0;
|
|
827
|
+
}
|
|
828
|
+
:host ::slotted(*) td.is-sticky-right::after,
|
|
829
|
+
:host ::slotted(*) th.is-sticky-right::after {
|
|
830
|
+
left: 0;
|
|
831
|
+
transform: rotate(-180deg) translate(100%);
|
|
832
|
+
}
|
|
833
|
+
:host ::slotted(*) td.has-sticked.is-sticky-left::after, :host ::slotted(*) td.has-sticked.is-sticky-right::after,
|
|
834
|
+
:host ::slotted(*) th.has-sticked.is-sticky-left::after,
|
|
835
|
+
:host ::slotted(*) th.has-sticked.is-sticky-right::after {
|
|
836
|
+
opacity: 1;
|
|
837
|
+
}
|
|
838
|
+
:host ::slotted(*) th {
|
|
839
|
+
font-family: var(--stzh-font-family-heavy);
|
|
840
|
+
font-weight: var(--stzh-font-weight-heavy);
|
|
841
|
+
font-style: normal;
|
|
842
|
+
color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
|
|
843
|
+
}
|
|
844
|
+
:host ::slotted(*) th.is-sortable {
|
|
845
|
+
padding: 0;
|
|
846
|
+
}
|
|
702
847
|
:host ::slotted(*) a {
|
|
703
848
|
color: var(--stzh-link-color);
|
|
704
849
|
transition: color var(--stzh-base-transition-animation-speed);
|
|
@@ -71,6 +71,25 @@ const Template = (args) => (
|
|
|
71
71
|
</blockquote>
|
|
72
72
|
|
|
73
73
|
<p>Laboris laborum aute id laboris culpa esse aliquip nisi anim velit. Minim sunt eiusmod do laborum amet ut magna. Labore dolore id nostrud enim Lorem pariatur ad dolore id eiusmod adipisicing laboris laborum minim.</p>
|
|
74
|
+
|
|
75
|
+
<table>
|
|
76
|
+
<thead>
|
|
77
|
+
<tr>
|
|
78
|
+
<th>Column Head 1</th>
|
|
79
|
+
<th>Column Head 2</th>
|
|
80
|
+
</tr>
|
|
81
|
+
</thead>
|
|
82
|
+
<tbody>
|
|
83
|
+
<tr>
|
|
84
|
+
<td>Column Content 1</td>
|
|
85
|
+
<td>Column Content 2</td>
|
|
86
|
+
</tr>
|
|
87
|
+
<tr>
|
|
88
|
+
<td>Column Content 1</td>
|
|
89
|
+
<td>Column Content 2</td>
|
|
90
|
+
</tr>
|
|
91
|
+
</tbody>
|
|
92
|
+
</table>
|
|
74
93
|
</stzh-richtext>
|
|
75
94
|
);
|
|
76
95
|
|
|
@@ -150,6 +150,7 @@ export class StzhSortable {
|
|
|
150
150
|
}
|
|
151
151
|
/** Move item */
|
|
152
152
|
async moveItem(item, direction) {
|
|
153
|
+
var _a;
|
|
153
154
|
if (!item
|
|
154
155
|
|| !item.nextElementSibling && direction === "down"
|
|
155
156
|
|| !item.previousElementSibling && direction === "up") {
|
|
@@ -164,8 +165,22 @@ export class StzhSortable {
|
|
|
164
165
|
}
|
|
165
166
|
this.updateAriaLive(this.localization.moved, item);
|
|
166
167
|
this.focusItem(item);
|
|
168
|
+
const currentIndex = Array.from((_a = item.parentElement) === null || _a === void 0 ? void 0 : _a.children).indexOf(item);
|
|
169
|
+
this.stzhUpdate.emit({
|
|
170
|
+
component: "stzh-sortable",
|
|
171
|
+
data: await this.toArray(),
|
|
172
|
+
item,
|
|
173
|
+
newIndex: currentIndex,
|
|
174
|
+
oldIndex: currentIndex + (direction === "up" ? 1 : -1)
|
|
175
|
+
});
|
|
167
176
|
this.resetItemOnBlur = true;
|
|
168
177
|
}
|
|
178
|
+
disabledWatcher() {
|
|
179
|
+
this.stzhDisable.emit({
|
|
180
|
+
component: "stzh-sortable",
|
|
181
|
+
disabled: this.disabled
|
|
182
|
+
});
|
|
183
|
+
}
|
|
169
184
|
filterElementsWatcher(newValue) {
|
|
170
185
|
if (typeof newValue === "string") {
|
|
171
186
|
this._filterElements = JSON.parse(newValue);
|
|
@@ -448,6 +463,26 @@ export class StzhSortable {
|
|
|
448
463
|
}
|
|
449
464
|
}
|
|
450
465
|
}
|
|
466
|
+
}, {
|
|
467
|
+
"method": "stzhDisable",
|
|
468
|
+
"name": "stzhDisable",
|
|
469
|
+
"bubbles": true,
|
|
470
|
+
"cancelable": true,
|
|
471
|
+
"composed": true,
|
|
472
|
+
"docs": {
|
|
473
|
+
"tags": [],
|
|
474
|
+
"text": "Disable event"
|
|
475
|
+
},
|
|
476
|
+
"complexType": {
|
|
477
|
+
"original": "StzhSortableDisableEvent",
|
|
478
|
+
"resolved": "{ component: \"stzh-sortable\"; disabled: boolean; }",
|
|
479
|
+
"references": {
|
|
480
|
+
"StzhSortableDisableEvent": {
|
|
481
|
+
"location": "import",
|
|
482
|
+
"path": "../../index"
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
}
|
|
451
486
|
}];
|
|
452
487
|
}
|
|
453
488
|
static get methods() {
|
|
@@ -523,6 +558,9 @@ export class StzhSortable {
|
|
|
523
558
|
static get elementRef() { return "element"; }
|
|
524
559
|
static get watchers() {
|
|
525
560
|
return [{
|
|
561
|
+
"propName": "disabled",
|
|
562
|
+
"methodName": "disabledWatcher"
|
|
563
|
+
}, {
|
|
526
564
|
"propName": "filterElements",
|
|
527
565
|
"methodName": "filterElementsWatcher"
|
|
528
566
|
}];
|
|
@@ -37,6 +37,8 @@ export class StzhTooltip {
|
|
|
37
37
|
this.content = "";
|
|
38
38
|
/** Default placement of tooltip relative to trigger element */
|
|
39
39
|
this.placement = "bottom";
|
|
40
|
+
/** Position strategy */
|
|
41
|
+
this.strategy = "absolute";
|
|
40
42
|
/** Shifting of tooltip content */
|
|
41
43
|
this.skidding = 0;
|
|
42
44
|
/** Distance from tooltip content to trigger (default: arrow height + 8px = 16) */
|
|
@@ -61,7 +63,7 @@ export class StzhTooltip {
|
|
|
61
63
|
return;
|
|
62
64
|
}
|
|
63
65
|
const { x = 0, y = 0, strategy = "absolute", placement, middlewareData } = await computePosition(this.triggerElement.firstElementChild, this.contentElement, {
|
|
64
|
-
|
|
66
|
+
strategy: this.strategy,
|
|
65
67
|
placement: this.placement,
|
|
66
68
|
middleware: [
|
|
67
69
|
offset({
|
|
@@ -395,6 +397,24 @@ export class StzhTooltip {
|
|
|
395
397
|
"reflect": false,
|
|
396
398
|
"defaultValue": "\"bottom\""
|
|
397
399
|
},
|
|
400
|
+
"strategy": {
|
|
401
|
+
"type": "string",
|
|
402
|
+
"mutable": false,
|
|
403
|
+
"complexType": {
|
|
404
|
+
"original": "\"absolute\" | \"fixed\"",
|
|
405
|
+
"resolved": "\"absolute\" | \"fixed\"",
|
|
406
|
+
"references": {}
|
|
407
|
+
},
|
|
408
|
+
"required": false,
|
|
409
|
+
"optional": false,
|
|
410
|
+
"docs": {
|
|
411
|
+
"tags": [],
|
|
412
|
+
"text": "Position strategy"
|
|
413
|
+
},
|
|
414
|
+
"attribute": "strategy",
|
|
415
|
+
"reflect": false,
|
|
416
|
+
"defaultValue": "\"absolute\""
|
|
417
|
+
},
|
|
398
418
|
"skidding": {
|
|
399
419
|
"type": "number",
|
|
400
420
|
"mutable": false,
|
|
@@ -10,6 +10,41 @@ export default {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
|
|
13
|
+
const actions = `[
|
|
14
|
+
{
|
|
15
|
+
"id": "message",
|
|
16
|
+
"onlyCollapseText": true,
|
|
17
|
+
"icon": "mail",
|
|
18
|
+
"badge": "3",
|
|
19
|
+
"label": "Messages"
|
|
20
|
+
}
|
|
21
|
+
]`;
|
|
22
|
+
|
|
23
|
+
const actions2 = `[
|
|
24
|
+
{
|
|
25
|
+
"id": "add",
|
|
26
|
+
"icon": "plus",
|
|
27
|
+
"label": "Add address"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "edit",
|
|
31
|
+
"icon": "edit",
|
|
32
|
+
"label": "Edit"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "delete",
|
|
36
|
+
"icon": "delete",
|
|
37
|
+
"label": "Remove"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "message",
|
|
41
|
+
"onlyCollapseText": true,
|
|
42
|
+
"icon": "mail",
|
|
43
|
+
"badge": "3",
|
|
44
|
+
"label": "Messages"
|
|
45
|
+
}
|
|
46
|
+
]`;
|
|
47
|
+
|
|
13
48
|
const TemplateServices = (args) => (
|
|
14
49
|
<div class="stzh-theme-ma"> { /* use theme class on <html> class */ }
|
|
15
50
|
<stzh-visuallyhidden>
|
|
@@ -135,97 +170,67 @@ const TemplateServices = (args) => (
|
|
|
135
170
|
|
|
136
171
|
<stzh-vspace curve="large"></stzh-vspace>
|
|
137
172
|
|
|
138
|
-
<stzh-
|
|
173
|
+
<stzh-card-list show-toggle-link>
|
|
139
174
|
<stzh-text slot="description">
|
|
140
175
|
Services are shown here, which you marked with <stzh-icon name="star-filled"></stzh-icon>
|
|
141
176
|
</stzh-text>
|
|
142
|
-
<stzh-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
>
|
|
191
|
-
|
|
192
|
-
<
|
|
193
|
-
<
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
<td>Cell Value</td>
|
|
200
|
-
</tr>
|
|
201
|
-
<tr>
|
|
202
|
-
<th>Cell Label</th>
|
|
203
|
-
<td>Cell Value</td>
|
|
204
|
-
</tr>
|
|
205
|
-
</table>
|
|
206
|
-
<div slot="right">Content Right</div>
|
|
207
|
-
</stzh-servicecard>
|
|
208
|
-
<stzh-servicecard collapsible starrable heading="Lorem ipsum 3" subtitle="Dolor si 3">
|
|
209
|
-
<div slot="left">Content Left</div>
|
|
210
|
-
<stzh-button label="Button Right 1" slot="right" fullwidth></stzh-button>
|
|
211
|
-
<stzh-popover slot="right">
|
|
212
|
-
<stzh-button label="Button Right 2" fullwidth icon="angle-up" icon-position="right"></stzh-button>
|
|
213
|
-
<stzh-menu slot="content">
|
|
214
|
-
<stzh-menu-item label="Test"></stzh-menu-item>
|
|
215
|
-
</stzh-menu>
|
|
216
|
-
</stzh-popover>
|
|
217
|
-
</stzh-servicecard>
|
|
218
|
-
<stzh-servicecard collapsible starrable heading="Lorem ipsum 4">
|
|
219
|
-
<div slot="left">Content Left</div>
|
|
220
|
-
<stzh-section slot="middle">
|
|
221
|
-
Content Middle Section 1
|
|
222
|
-
</stzh-section>
|
|
223
|
-
<stzh-section slot="middle">
|
|
224
|
-
Content Middle Section 2
|
|
225
|
-
</stzh-section>
|
|
226
|
-
<stzh-button label="Button Right" slot="right" fullwidth></stzh-button>
|
|
227
|
-
</stzh-servicecard>
|
|
228
|
-
</stzh-servicecard-list>
|
|
177
|
+
<stzh-card collapsible starrable heading="Lorem ipsum 1" subtitle="Dolor si 1" header-actions={actions}>
|
|
178
|
+
<div slot="content">Content</div>
|
|
179
|
+
</stzh-card>
|
|
180
|
+
<stzh-card collapsible heading="Lorem ipsum 2" subtitle='["Dolor si 2", "Dolor si 2.1", "Dolor si 2.2"]' subtitle-interactive header-actions={actions2}>
|
|
181
|
+
<stzh-row slot="content" span-small="6">
|
|
182
|
+
<stzh-cell>
|
|
183
|
+
<stzh-datalist
|
|
184
|
+
items='[
|
|
185
|
+
{
|
|
186
|
+
"label": "Label",
|
|
187
|
+
"value": "Value 1",
|
|
188
|
+
"meta": "Metainfo",
|
|
189
|
+
"icon": "delete"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"label": "Really Long Label",
|
|
193
|
+
"value": "Value 2",
|
|
194
|
+
"meta": "Metainfo",
|
|
195
|
+
"icon": "delete"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"label": "Label",
|
|
199
|
+
"value": "Value 3",
|
|
200
|
+
"meta": "Metainfo"
|
|
201
|
+
}
|
|
202
|
+
]'></stzh-datalist>
|
|
203
|
+
</stzh-cell>
|
|
204
|
+
<stzh-cell>
|
|
205
|
+
<stzh-datalist
|
|
206
|
+
items='[
|
|
207
|
+
{
|
|
208
|
+
"label": "Label",
|
|
209
|
+
"value": "Value 4",
|
|
210
|
+
"meta": "Metainfo",
|
|
211
|
+
"icon": "delete"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"label": "Label",
|
|
215
|
+
"value": "Value 5",
|
|
216
|
+
"icon": "delete",
|
|
217
|
+
"href": "http://example.com"
|
|
218
|
+
}
|
|
219
|
+
]'></stzh-datalist>
|
|
220
|
+
</stzh-cell>
|
|
221
|
+
</stzh-row>
|
|
222
|
+
</stzh-card>
|
|
223
|
+
<stzh-card collapsible starrable heading="Lorem ipsum 3" subtitle="Dolor si 3" footer-actions={actions2}>
|
|
224
|
+
<div slot="content">Content</div>
|
|
225
|
+
</stzh-card>
|
|
226
|
+
<stzh-card collapsible starrable heading="Lorem ipsum 4">
|
|
227
|
+
<stzh-cspace slot="content">
|
|
228
|
+
<p>Content with Input:</p>
|
|
229
|
+
<stzh-input></stzh-input>
|
|
230
|
+
<stzh-button label="Button Right" fullwidth></stzh-button>
|
|
231
|
+
</stzh-cspace>
|
|
232
|
+
</stzh-card>
|
|
233
|
+
</stzh-card-list>
|
|
229
234
|
</stzh-container>
|
|
230
235
|
|
|
231
236
|
<stzh-vspace curve="big"></stzh-vspace>
|
|
@@ -2,11 +2,14 @@
|
|
|
2
2
|
export { StzhAccordion as StzhAccordion } from '../types/components/stzh-accordion/stzh-accordion';
|
|
3
3
|
export { StzhAccordionItem as StzhAccordionItem } from '../types/components/stzh-accordion-item/stzh-accordion-item';
|
|
4
4
|
export { StzhActions as StzhActions } from '../types/components/stzh-actions/stzh-actions';
|
|
5
|
+
export { StzhActionset as StzhActionset } from '../types/components/stzh-actionset/stzh-actionset';
|
|
5
6
|
export { StzhAppnav as StzhAppnav } from '../types/components/stzh-appnav/stzh-appnav';
|
|
6
7
|
export { StzhAppointments as StzhAppointments } from '../types/components/stzh-appointments/stzh-appointments';
|
|
7
8
|
export { StzhBadge as StzhBadge } from '../types/components/stzh-badge/stzh-badge';
|
|
8
9
|
export { StzhButton as StzhButton } from '../types/components/stzh-button/stzh-button';
|
|
9
10
|
export { StzhCalendar as StzhCalendar } from '../types/components/stzh-calendar/stzh-calendar';
|
|
11
|
+
export { StzhCard as StzhCard } from '../types/components/stzh-card/stzh-card';
|
|
12
|
+
export { StzhCardList as StzhCardList } from '../types/components/stzh-card-list/stzh-card-list';
|
|
10
13
|
export { StzhCell as StzhCell } from '../types/components/stzh-cell/stzh-cell';
|
|
11
14
|
export { StzhCheckbox as StzhCheckbox } from '../types/components/stzh-checkbox/stzh-checkbox';
|
|
12
15
|
export { StzhCheckboxgroup as StzhCheckboxgroup } from '../types/components/stzh-checkboxgroup/stzh-checkboxgroup';
|
|
@@ -14,6 +17,7 @@ export { StzhChip as StzhChip } from '../types/components/stzh-chip/stzh-chip';
|
|
|
14
17
|
export { StzhChipSelect as StzhChipSelect } from '../types/components/stzh-chip-select/stzh-chip-select';
|
|
15
18
|
export { StzhContainer as StzhContainer } from '../types/components/stzh-container/stzh-container';
|
|
16
19
|
export { StzhCspace as StzhCspace } from '../types/components/stzh-cspace/stzh-cspace';
|
|
20
|
+
export { StzhDatalist as StzhDatalist } from '../types/components/stzh-datalist/stzh-datalist';
|
|
17
21
|
export { StzhDatamessagelist as StzhDatamessagelist } from '../types/components/stzh-datamessagelist/stzh-datamessagelist';
|
|
18
22
|
export { StzhDatamessagelistItem as StzhDatamessagelistItem } from '../types/components/stzh-datamessagelist-item/stzh-datamessagelist-item';
|
|
19
23
|
export { StzhDatatable as StzhDatatable } from '../types/components/stzh-datatable/stzh-datatable';
|
|
@@ -55,8 +59,6 @@ export { StzhRichtext as StzhRichtext } from '../types/components/stzh-richtext/
|
|
|
55
59
|
export { StzhRow as StzhRow } from '../types/components/stzh-row/stzh-row';
|
|
56
60
|
export { StzhSaptcha as StzhSaptcha } from '../types/components/stzh-saptcha/stzh-saptcha';
|
|
57
61
|
export { StzhSection as StzhSection } from '../types/components/stzh-section/stzh-section';
|
|
58
|
-
export { StzhServicecard as StzhServicecard } from '../types/components/stzh-servicecard/stzh-servicecard';
|
|
59
|
-
export { StzhServicecardList as StzhServicecardList } from '../types/components/stzh-servicecard-list/stzh-servicecard-list';
|
|
60
62
|
export { StzhSkiplink as StzhSkiplink } from '../types/components/stzh-skiplink/stzh-skiplink';
|
|
61
63
|
export { StzhSortable as StzhSortable } from '../types/components/stzh-sortable/stzh-sortable';
|
|
62
64
|
export { StzhStatus as StzhStatus } from '../types/components/stzh-status/stzh-status';
|
package/dist/components/index.js
CHANGED
|
@@ -2,11 +2,14 @@ export { setAssetPath, setPlatformOptions } from '@stencil/core/internal/client'
|
|
|
2
2
|
export { StzhAccordion, defineCustomElement as defineCustomElementStzhAccordion } from './stzh-accordion.js';
|
|
3
3
|
export { StzhAccordionItem, defineCustomElement as defineCustomElementStzhAccordionItem } from './stzh-accordion-item.js';
|
|
4
4
|
export { StzhActions, defineCustomElement as defineCustomElementStzhActions } from './stzh-actions.js';
|
|
5
|
+
export { StzhActionset, defineCustomElement as defineCustomElementStzhActionset } from './stzh-actionset.js';
|
|
5
6
|
export { StzhAppnav, defineCustomElement as defineCustomElementStzhAppnav } from './stzh-appnav.js';
|
|
6
7
|
export { StzhAppointments, defineCustomElement as defineCustomElementStzhAppointments } from './stzh-appointments.js';
|
|
7
8
|
export { StzhBadge, defineCustomElement as defineCustomElementStzhBadge } from './stzh-badge.js';
|
|
8
9
|
export { StzhButton, defineCustomElement as defineCustomElementStzhButton } from './stzh-button.js';
|
|
9
10
|
export { StzhCalendar, defineCustomElement as defineCustomElementStzhCalendar } from './stzh-calendar.js';
|
|
11
|
+
export { StzhCard, defineCustomElement as defineCustomElementStzhCard } from './stzh-card.js';
|
|
12
|
+
export { StzhCardList, defineCustomElement as defineCustomElementStzhCardList } from './stzh-card-list.js';
|
|
10
13
|
export { StzhCell, defineCustomElement as defineCustomElementStzhCell } from './stzh-cell.js';
|
|
11
14
|
export { StzhCheckbox, defineCustomElement as defineCustomElementStzhCheckbox } from './stzh-checkbox.js';
|
|
12
15
|
export { StzhCheckboxgroup, defineCustomElement as defineCustomElementStzhCheckboxgroup } from './stzh-checkboxgroup.js';
|
|
@@ -14,6 +17,7 @@ export { StzhChip, defineCustomElement as defineCustomElementStzhChip } from './
|
|
|
14
17
|
export { StzhChipSelect, defineCustomElement as defineCustomElementStzhChipSelect } from './stzh-chip-select.js';
|
|
15
18
|
export { StzhContainer, defineCustomElement as defineCustomElementStzhContainer } from './stzh-container.js';
|
|
16
19
|
export { StzhCspace, defineCustomElement as defineCustomElementStzhCspace } from './stzh-cspace.js';
|
|
20
|
+
export { StzhDatalist, defineCustomElement as defineCustomElementStzhDatalist } from './stzh-datalist.js';
|
|
17
21
|
export { StzhDatamessagelist, defineCustomElement as defineCustomElementStzhDatamessagelist } from './stzh-datamessagelist.js';
|
|
18
22
|
export { StzhDatamessagelistItem, defineCustomElement as defineCustomElementStzhDatamessagelistItem } from './stzh-datamessagelist-item.js';
|
|
19
23
|
export { StzhDatatable, defineCustomElement as defineCustomElementStzhDatatable } from './stzh-datatable.js';
|
|
@@ -55,8 +59,6 @@ export { StzhRichtext, defineCustomElement as defineCustomElementStzhRichtext }
|
|
|
55
59
|
export { StzhRow, defineCustomElement as defineCustomElementStzhRow } from './stzh-row.js';
|
|
56
60
|
export { StzhSaptcha, defineCustomElement as defineCustomElementStzhSaptcha } from './stzh-saptcha.js';
|
|
57
61
|
export { StzhSection, defineCustomElement as defineCustomElementStzhSection } from './stzh-section.js';
|
|
58
|
-
export { StzhServicecard, defineCustomElement as defineCustomElementStzhServicecard } from './stzh-servicecard.js';
|
|
59
|
-
export { StzhServicecardList, defineCustomElement as defineCustomElementStzhServicecardList } from './stzh-servicecard-list.js';
|
|
60
62
|
export { StzhSkiplink, defineCustomElement as defineCustomElementStzhSkiplink } from './stzh-skiplink.js';
|
|
61
63
|
export { StzhSortable, defineCustomElement as defineCustomElementStzhSortable } from './stzh-sortable.js';
|
|
62
64
|
export { StzhStatus, defineCustomElement as defineCustomElementStzhStatus } from './stzh-status.js';
|
|
@@ -72,7 +74,7 @@ export { StzhVisuallyhidden, defineCustomElement as defineCustomElementStzhVisua
|
|
|
72
74
|
export { StzhVspace, defineCustomElement as defineCustomElementStzhVspace } from './stzh-vspace.js';
|
|
73
75
|
|
|
74
76
|
const name = "@oiz/stzh-components";
|
|
75
|
-
const version = "
|
|
77
|
+
const version = "2.0.0-beta";
|
|
76
78
|
|
|
77
79
|
const packageName = name.substring(name.indexOf('/')+1);
|
|
78
80
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { Components, JSX } from "../types/components";
|
|
2
2
|
|
|
3
|
-
interface
|
|
4
|
-
export const
|
|
5
|
-
prototype:
|
|
6
|
-
new ():
|
|
3
|
+
interface StzhActionset extends Components.StzhActionset, HTMLElement {}
|
|
4
|
+
export const StzhActionset: {
|
|
5
|
+
prototype: StzhActionset;
|
|
6
|
+
new (): StzhActionset;
|
|
7
7
|
};
|
|
8
8
|
/**
|
|
9
9
|
* Used to define this component and all nested components recursively.
|