@oiz/stzh-components 1.5.0-alpha → 2.0.0
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-ec8cc33e.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-accordion-item.cjs.entry.js +33 -15
- package/dist/cjs/stzh-actionset.cjs.entry.js +156 -0
- package/dist/cjs/stzh-badge_3.cjs.entry.js +39 -8
- package/dist/cjs/stzh-card-list.cjs.entry.js +78 -0
- package/dist/cjs/stzh-card.cjs.entry.js +312 -0
- package/dist/cjs/stzh-chip-select.cjs.entry.js +52 -4
- package/dist/cjs/stzh-chip.cjs.entry.js +3 -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-datamessagelist-item.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datatable.cjs.entry.js +1 -1
- 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 +2 -2
- package/dist/cjs/stzh-heading.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 +4 -5
- package/dist/cjs/stzh-link.cjs.entry.js +9 -5
- package/dist/cjs/stzh-menu_2.cjs.entry.js +6 -2
- package/dist/cjs/stzh-message.cjs.entry.js +1 -1
- package/dist/cjs/stzh-overlay.cjs.entry.js +1 -1
- package/dist/cjs/stzh-pagetitle.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-saptcha.cjs.entry.js +1 -1
- package/dist/cjs/stzh-sortable.cjs.entry.js +20 -2
- package/dist/cjs/stzh-table.cjs.entry.js +1 -1
- package/dist/cjs/stzh-tooltip.cjs.entry.js +3 -1
- package/dist/cjs/stzh-upload.cjs.entry.js +47 -4
- package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +1 -1
- package/dist/cjs/stzh-vspace.cjs.entry.js +1 -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/code-window.svg +3 -0
- 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-accordion-item/stzh-accordion-item.css +34 -8
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +123 -14
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.stories.js +9 -0
- package/dist/collection/components/stzh-actionset/stzh-actionset.css +147 -0
- package/dist/collection/components/stzh-actionset/stzh-actionset.js +343 -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-badge/stzh-badge.css +22 -2
- package/dist/collection/components/stzh-badge/stzh-badge.js +25 -1
- package/dist/collection/components/stzh-button/stzh-button.css +66 -0
- package/dist/collection/components/stzh-button/stzh-button.js +141 -7
- package/dist/collection/components/stzh-button/stzh-button.stories.js +1 -1
- package/dist/collection/components/stzh-card/stzh-card.css +396 -0
- package/dist/collection/components/stzh-card/stzh-card.js +771 -0
- package/dist/collection/components/stzh-card/stzh-card.localization.js +1 -0
- package/dist/collection/components/stzh-card/stzh-card.stories.js +134 -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} +61 -60
- 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/stzh-chip.js +38 -1
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +80 -0
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +213 -3
- package/dist/collection/components/stzh-cspace/stzh-cspace.css +96 -178
- 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-datamessagelist-item/stzh-datamessagelist-item.css +3 -8
- package/dist/collection/components/stzh-datatable/stzh-datatable.css +5 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +1 -21
- package/dist/collection/components/stzh-dialog/stzh-dialog.css +11 -20
- 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-ghettobox/stzh-ghettobox.css +16 -16
- package/dist/collection/components/stzh-heading/stzh-heading.css +5 -15
- package/dist/collection/components/stzh-hspace/stzh-hspace.css +19 -24
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +93 -28
- 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 +3 -24
- package/dist/collection/components/stzh-link/stzh-link.css +5 -0
- package/dist/collection/components/stzh-link/stzh-link.js +46 -6
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +42 -2
- package/dist/collection/components/stzh-message/stzh-message.css +5 -0
- package/dist/collection/components/stzh-overlay/stzh-overlay.css +5 -1
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +3 -8
- package/dist/collection/components/stzh-popover/stzh-popover.js +52 -32
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +519 -338
- 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 +233 -129
- package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +19 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +8 -8
- package/dist/collection/components/stzh-sortable/stzh-sortable.css +12 -6
- package/dist/collection/components/stzh-sortable/stzh-sortable.js +40 -1
- package/dist/collection/components/stzh-sortable/stzh-sortable.stories.js +1 -1
- package/dist/collection/components/stzh-table/stzh-table.css +5 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +21 -1
- package/dist/collection/components/stzh-upload/stzh-upload.css +16 -7
- package/dist/collection/components/stzh-upload/stzh-upload.js +46 -3
- package/dist/collection/components/stzh-upload/stzh-upload.stories.js +1 -1
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +2 -7
- package/dist/collection/components/stzh-vspace/stzh-vspace.css +19 -24
- 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-accordion-item.js +51 -16
- 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 +219 -0
- package/dist/components/stzh-badge2.js +10 -3
- package/dist/components/stzh-button2.js +36 -6
- package/dist/components/{stzh-servicecard-list.d.ts → stzh-card-list.d.ts} +4 -4
- package/dist/components/stzh-card-list.js +121 -0
- package/dist/components/stzh-card.d.ts +11 -0
- package/dist/components/stzh-card.js +393 -0
- package/dist/components/stzh-chip-select.js +63 -6
- package/dist/components/stzh-chip2.js +5 -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-datamessagelist-item.js +1 -1
- package/dist/components/stzh-datatable.js +1 -1
- 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-ghettobox2.js +1 -1
- package/dist/components/stzh-heading2.js +1 -1
- package/dist/components/stzh-hspace.js +1 -1
- package/dist/components/stzh-icon-sprite.js +1 -1
- package/dist/components/stzh-input2.js +4 -6
- package/dist/components/stzh-link2.js +11 -5
- package/dist/components/stzh-menu-item2.js +8 -2
- package/dist/components/stzh-message.js +1 -1
- package/dist/components/stzh-overlay.js +1 -1
- package/dist/components/stzh-pagetitle.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-saptcha.js +1 -1
- package/dist/components/stzh-sortable2.js +20 -2
- package/dist/components/stzh-table.js +1 -1
- package/dist/components/stzh-tooltip2.js +4 -1
- package/dist/components/stzh-upload.js +47 -4
- package/dist/components/stzh-vbz-ticker.js +1 -1
- package/dist/components/stzh-vspace.js +1 -1
- package/dist/esm/{app-globals-c42494e9.js → app-globals-e66420b3.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 +34 -16
- 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 +152 -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 +40 -9
- package/dist/esm/stzh-calendar.entry.js +1 -1
- package/dist/esm/stzh-card-list.entry.js +74 -0
- package/dist/esm/stzh-card.entry.js +308 -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 +53 -5
- package/dist/esm/stzh-chip.entry.js +4 -2
- 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 +2 -2
- package/dist/esm/stzh-datamessagelist.entry.js +1 -1
- package/dist/esm/stzh-datatable.entry.js +2 -2
- 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 +3 -3
- package/dist/esm/stzh-header.entry.js +1 -1
- package/dist/esm/stzh-heading.entry.js +2 -2
- package/dist/esm/stzh-hr.entry.js +1 -1
- package/dist/esm/stzh-hspace.entry.js +2 -2
- 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 +6 -7
- package/dist/esm/stzh-link.entry.js +10 -6
- 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 +7 -3
- package/dist/esm/stzh-message.entry.js +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +21 -3
- package/dist/esm/stzh-status.entry.js +1 -1
- package/dist/esm/stzh-table.entry.js +2 -2
- 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 +49 -6
- 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 +2 -2
- package/dist/esm/stzh-visuallyhidden.entry.js +1 -1
- package/dist/esm/stzh-vspace.entry.js +2 -2
- package/dist/esm-es5/app-globals-e66420b3.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 +2 -2
- 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/code-window.svg +3 -0
- 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 +93 -28
- 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-11d0c8f3.entry.js → p-03ea86bd.entry.js} +1 -1
- package/dist/stzh-components/p-051bc2a8.entry.js +1 -0
- package/dist/stzh-components/p-0711e511.entry.js +1 -0
- package/dist/stzh-components/p-073c89b1.system.entry.js +1 -0
- package/dist/stzh-components/{p-0837657c.entry.js → p-08a564af.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-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-f1a58a7c.system.entry.js → p-1440163c.system.entry.js} +1 -1
- package/dist/stzh-components/{p-65444117.system.entry.js → p-17c6c1db.system.entry.js} +1 -1
- package/dist/stzh-components/p-18958371.entry.js +1 -0
- 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-20ef4a20.system.entry.js +1 -0
- package/dist/stzh-components/{p-346e26f2.system.entry.js → p-21566d65.system.entry.js} +1 -1
- package/dist/stzh-components/{p-debb00e6.entry.js → p-216577b4.entry.js} +1 -1
- package/dist/stzh-components/p-22701389.system.entry.js +1 -0
- package/dist/stzh-components/p-252d3178.entry.js +1 -0
- package/dist/stzh-components/{p-6edd58a4.system.entry.js → p-27fd6c6f.system.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-2ca4a828.system.entry.js +1 -0
- 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-3042b23e.entry.js +1 -0
- package/dist/stzh-components/{p-c863ffd0.system.entry.js → p-33c0229f.system.entry.js} +1 -1
- package/dist/stzh-components/p-3b912468.system.entry.js +1 -0
- package/dist/stzh-components/p-3beb58d6.system.entry.js +1 -0
- package/dist/stzh-components/{p-1cde29ea.entry.js → p-3d8317b5.entry.js} +1 -1
- package/dist/stzh-components/p-3f0363db.entry.js +1 -0
- 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-530252c6.system.entry.js +1 -0
- package/dist/stzh-components/{p-c7c17bb7.system.entry.js → p-5353ba86.system.entry.js} +2 -2
- package/dist/stzh-components/{p-bb2e1dda.entry.js → p-552f49c4.entry.js} +1 -1
- package/dist/stzh-components/p-55cdbf79.entry.js +1 -0
- 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-562e6c52.entry.js +1 -0
- 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-68a8b7b7.system.entry.js → p-5997e418.system.entry.js} +1 -1
- 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-3ed69b16.entry.js → p-5f4eb46c.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-62db1e59.entry.js +1 -0
- package/dist/stzh-components/{p-ade1ebcf.system.entry.js → p-6305db38.system.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-6425898c.entry.js} +1 -1
- package/dist/stzh-components/{p-818634d2.entry.js → p-64b4cc74.entry.js} +1 -1
- package/dist/stzh-components/p-676fd54d.entry.js +1 -0
- package/dist/stzh-components/{p-7a6e347d.system.entry.js → p-684c345e.system.entry.js} +2 -2
- 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-6a873872.entry.js +1 -0
- package/dist/stzh-components/{p-b281b653.entry.js → p-713ae713.entry.js} +2 -2
- package/dist/stzh-components/{p-03b16275.entry.js → p-72f29f07.entry.js} +1 -1
- package/dist/stzh-components/p-764ba190.entry.js +1 -0
- package/dist/stzh-components/p-786a92d4.system.entry.js +1 -0
- package/dist/stzh-components/p-796ae62c.system.entry.js +1 -0
- package/dist/stzh-components/p-7d8c9866.entry.js +1 -0
- package/dist/stzh-components/p-7ec2f3fd.entry.js +9 -0
- package/dist/stzh-components/p-80d70586.entry.js +1 -0
- package/dist/stzh-components/p-838df84a.system.entry.js +1 -0
- package/dist/stzh-components/p-84ab53cc.system.entry.js +1 -0
- package/dist/stzh-components/p-85161133.js +1 -0
- package/dist/stzh-components/{p-aec2d2d1.system.entry.js → p-851e0caa.system.entry.js} +1 -1
- package/dist/stzh-components/p-864d7c50.entry.js +1 -0
- 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-8b6de2c0.system.entry.js +1 -0
- package/dist/stzh-components/{p-936cc626.system.entry.js → p-8c648042.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-929dbdf1.system.entry.js +1 -0
- package/dist/stzh-components/{p-65282c9d.js → p-93e8e31f.js} +1 -1
- package/dist/stzh-components/p-9469b812.entry.js +1 -0
- 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-0ec28130.system.entry.js → p-9c72f491.system.entry.js} +1 -1
- package/dist/stzh-components/p-9e716229.entry.js +1 -0
- package/dist/stzh-components/{p-8cf287d8.system.entry.js → p-9fb4da92.system.entry.js} +1 -1
- package/dist/stzh-components/p-a3fa6122.system.entry.js +1 -0
- 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-148de4e6.entry.js → p-ab246b66.entry.js} +1 -1
- package/dist/stzh-components/p-b391d962.system.entry.js +1 -0
- package/dist/stzh-components/p-b462a61f.entry.js +1 -0
- package/dist/stzh-components/p-b550feaa.system.entry.js +1 -0
- package/dist/stzh-components/p-b5a85078.system.entry.js +1 -0
- package/dist/stzh-components/p-b70bc70c.system.js +1 -0
- package/dist/stzh-components/{p-46f301c0.entry.js → p-b9a027aa.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-f2050d1e.entry.js → p-bb3c1249.entry.js} +1 -1
- package/dist/stzh-components/{p-a760352a.system.entry.js → p-bbe4e3d1.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-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-e9bc3a43.entry.js → p-c4b7c2be.entry.js} +1 -1
- package/dist/stzh-components/p-c4fc6433.system.entry.js +1 -0
- package/dist/stzh-components/{p-df422d36.entry.js → p-c58dd9de.entry.js} +1 -1
- package/dist/stzh-components/p-cb1d4678.entry.js +1 -0
- package/dist/stzh-components/p-ccd30d73.system.entry.js +1 -0
- package/dist/stzh-components/p-cd795307.entry.js +1 -0
- package/dist/stzh-components/{p-7d2237ca.entry.js → p-cdc9e600.entry.js} +1 -1
- package/dist/stzh-components/{p-586cae98.entry.js → p-ce070ccd.entry.js} +1 -1
- package/dist/stzh-components/{p-04d7b18f.entry.js → p-d0aa9d3b.entry.js} +1 -1
- package/dist/stzh-components/p-d1552460.system.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-58917ce2.entry.js → p-db5363ef.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-e3e3e88c.system.js +1 -0
- package/dist/stzh-components/p-eb61c369.entry.js +1 -0
- package/dist/stzh-components/p-ebeb8d7b.system.entry.js +1 -0
- package/dist/stzh-components/p-eca1732f.entry.js +1 -0
- 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-f24db7e8.system.entry.js +1 -0
- 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/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-badge/stzh-badge.d.ts +2 -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 +626 -245
- package/dist/types/index.d.ts +61 -14
- package/dist/vscode-data.json +559 -183
- 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.js +0 -614
- 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-03e2634c.entry.js +0 -1
- package/dist/stzh-components/p-1cebd703.entry.js +0 -1
- package/dist/stzh-components/p-1f15a4e0.system.entry.js +0 -1
- package/dist/stzh-components/p-2b11d549.system.entry.js +0 -1
- package/dist/stzh-components/p-33d033a3.system.entry.js +0 -1
- package/dist/stzh-components/p-34190502.entry.js +0 -1
- package/dist/stzh-components/p-3c799247.entry.js +0 -1
- package/dist/stzh-components/p-3ebd2c03.js +0 -1
- package/dist/stzh-components/p-4e9bfeb8.system.entry.js +0 -1
- package/dist/stzh-components/p-58ffc722.system.entry.js +0 -1
- package/dist/stzh-components/p-5e0cccc9.system.entry.js +0 -1
- package/dist/stzh-components/p-5ea652ae.system.entry.js +0 -1
- package/dist/stzh-components/p-632d9076.system.entry.js +0 -1
- package/dist/stzh-components/p-63b5068a.system.entry.js +0 -1
- package/dist/stzh-components/p-66556f67.entry.js +0 -1
- package/dist/stzh-components/p-6fc271d0.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-7d098987.entry.js +0 -9
- package/dist/stzh-components/p-7d62dfeb.system.entry.js +0 -1
- package/dist/stzh-components/p-82e6148a.system.entry.js +0 -1
- package/dist/stzh-components/p-85d78e08.entry.js +0 -1
- package/dist/stzh-components/p-8a60addb.entry.js +0 -1
- package/dist/stzh-components/p-8bd3ba06.entry.js +0 -1
- package/dist/stzh-components/p-90a10825.system.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-b3b5ee7e.entry.js +0 -1
- package/dist/stzh-components/p-b651f251.entry.js +0 -1
- package/dist/stzh-components/p-bdba7714.entry.js +0 -1
- package/dist/stzh-components/p-c581e798.system.entry.js +0 -1
- package/dist/stzh-components/p-c6cad5ed.system.entry.js +0 -1
- package/dist/stzh-components/p-da063c7e.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-e4347cfe.entry.js +0 -1
- package/dist/stzh-components/p-ec3d4dd4.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-f610f725.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-fd16e20e.system.entry.js +0 -1
- package/dist/stzh-components/p-fe9f8a09.system.entry.js +0 -1
package/dist/vscode-data.json
CHANGED
|
@@ -25,6 +25,39 @@
|
|
|
25
25
|
"value": "The STZH accordion item component."
|
|
26
26
|
},
|
|
27
27
|
"attributes": [
|
|
28
|
+
{
|
|
29
|
+
"name": "badge",
|
|
30
|
+
"description": "Badge"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "badge-empty",
|
|
34
|
+
"description": "Whether badge should be displayed empty"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "badge-type",
|
|
38
|
+
"description": "Badge type",
|
|
39
|
+
"values": [
|
|
40
|
+
{
|
|
41
|
+
"name": "default"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "error"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "info"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "success"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "warning"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "description",
|
|
59
|
+
"description": "Description"
|
|
60
|
+
},
|
|
28
61
|
{
|
|
29
62
|
"name": "disabled",
|
|
30
63
|
"description": "Whether fold disabled"
|
|
@@ -51,6 +84,10 @@
|
|
|
51
84
|
}
|
|
52
85
|
]
|
|
53
86
|
},
|
|
87
|
+
{
|
|
88
|
+
"name": "icon",
|
|
89
|
+
"description": "Icon (use instead of icon slot)"
|
|
90
|
+
},
|
|
54
91
|
{
|
|
55
92
|
"name": "open",
|
|
56
93
|
"description": "Whether fold is open"
|
|
@@ -89,6 +126,106 @@
|
|
|
89
126
|
}
|
|
90
127
|
]
|
|
91
128
|
},
|
|
129
|
+
{
|
|
130
|
+
"name": "stzh-actionset",
|
|
131
|
+
"description": {
|
|
132
|
+
"kind": "markdown",
|
|
133
|
+
"value": "The STZH actions component.\n\nAutomatically position given buttons inside a form, dialog or process. Sets `variant=\"secondary\"` to `stzh-button` elements placed in secondary slot by default if nothing else is set."
|
|
134
|
+
},
|
|
135
|
+
"attributes": [
|
|
136
|
+
{
|
|
137
|
+
"name": "actions",
|
|
138
|
+
"description": "Card header actions"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "popover-button-size",
|
|
142
|
+
"description": "Popover button size",
|
|
143
|
+
"values": [
|
|
144
|
+
{
|
|
145
|
+
"name": "default"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "small"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "tiny"
|
|
152
|
+
}
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "popover-button-variant",
|
|
157
|
+
"description": "Popover button variant",
|
|
158
|
+
"values": [
|
|
159
|
+
{
|
|
160
|
+
"name": "default"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "input"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "secondary"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "tertiary"
|
|
170
|
+
}
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "popover-placement",
|
|
175
|
+
"description": "Popover placement",
|
|
176
|
+
"values": [
|
|
177
|
+
{
|
|
178
|
+
"name": "bottom"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "bottom-end"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"name": "bottom-start"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "left"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "left-end"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "left-start"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "right"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "right-end"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "right-start"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "top"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "top-end"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "top-start"
|
|
212
|
+
}
|
|
213
|
+
]
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"name": "variant",
|
|
217
|
+
"description": "Variant determining what position the action buttons are",
|
|
218
|
+
"values": [
|
|
219
|
+
{
|
|
220
|
+
"name": "overflow"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "stack"
|
|
224
|
+
}
|
|
225
|
+
]
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
},
|
|
92
229
|
{
|
|
93
230
|
"name": "stzh-appnav",
|
|
94
231
|
"description": {
|
|
@@ -173,6 +310,27 @@
|
|
|
173
310
|
{
|
|
174
311
|
"name": "label",
|
|
175
312
|
"description": "Text content of the badge"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"name": "type",
|
|
316
|
+
"description": "Type",
|
|
317
|
+
"values": [
|
|
318
|
+
{
|
|
319
|
+
"name": "default"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"name": "error"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "info"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "success"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"name": "warning"
|
|
332
|
+
}
|
|
333
|
+
]
|
|
176
334
|
}
|
|
177
335
|
]
|
|
178
336
|
},
|
|
@@ -199,6 +357,10 @@
|
|
|
199
357
|
"name": "badge",
|
|
200
358
|
"description": "Display a badge aligned to button or icons"
|
|
201
359
|
},
|
|
360
|
+
{
|
|
361
|
+
"name": "badge-empty",
|
|
362
|
+
"description": "Whether badge should be displayed empty"
|
|
363
|
+
},
|
|
202
364
|
{
|
|
203
365
|
"name": "badge-position",
|
|
204
366
|
"description": "Badge position",
|
|
@@ -211,6 +373,31 @@
|
|
|
211
373
|
}
|
|
212
374
|
]
|
|
213
375
|
},
|
|
376
|
+
{
|
|
377
|
+
"name": "badge-type",
|
|
378
|
+
"description": "Badge type",
|
|
379
|
+
"values": [
|
|
380
|
+
{
|
|
381
|
+
"name": "default"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"name": "error"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"name": "info"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "success"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"name": "warning"
|
|
394
|
+
}
|
|
395
|
+
]
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "checked",
|
|
399
|
+
"description": "Checked status (if type is radio)"
|
|
400
|
+
},
|
|
214
401
|
{
|
|
215
402
|
"name": "disabled",
|
|
216
403
|
"description": "Whether the button is disabled"
|
|
@@ -259,6 +446,10 @@
|
|
|
259
446
|
"name": "label",
|
|
260
447
|
"description": "Label"
|
|
261
448
|
},
|
|
449
|
+
{
|
|
450
|
+
"name": "name",
|
|
451
|
+
"description": "The name of the input element (if type is radio)"
|
|
452
|
+
},
|
|
262
453
|
{
|
|
263
454
|
"name": "size",
|
|
264
455
|
"description": "Size variant",
|
|
@@ -306,6 +497,9 @@
|
|
|
306
497
|
{
|
|
307
498
|
"name": "button"
|
|
308
499
|
},
|
|
500
|
+
{
|
|
501
|
+
"name": "radio"
|
|
502
|
+
},
|
|
309
503
|
{
|
|
310
504
|
"name": "reset"
|
|
311
505
|
},
|
|
@@ -314,6 +508,10 @@
|
|
|
314
508
|
}
|
|
315
509
|
]
|
|
316
510
|
},
|
|
511
|
+
{
|
|
512
|
+
"name": "value",
|
|
513
|
+
"description": "The value of the input element (if type is radio)"
|
|
514
|
+
},
|
|
317
515
|
{
|
|
318
516
|
"name": "variant",
|
|
319
517
|
"description": "Variant style",
|
|
@@ -359,6 +557,108 @@
|
|
|
359
557
|
}
|
|
360
558
|
]
|
|
361
559
|
},
|
|
560
|
+
{
|
|
561
|
+
"name": "stzh-card",
|
|
562
|
+
"description": {
|
|
563
|
+
"kind": "markdown",
|
|
564
|
+
"value": "The STZH card component."
|
|
565
|
+
},
|
|
566
|
+
"attributes": [
|
|
567
|
+
{
|
|
568
|
+
"name": "checked",
|
|
569
|
+
"description": "Whether card is checked (if card is selectable)"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "collapsed",
|
|
573
|
+
"description": "Whether card is collapsed or not"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"name": "collapsible",
|
|
577
|
+
"description": "Whether card is collapsible"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"name": "disabled",
|
|
581
|
+
"description": "Whether the element is disabled or not (if card is selectable)"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"name": "footer-actions",
|
|
585
|
+
"description": "Card footer actions.\nThe [`stzh-actionset`](?path=/story/components-actionset) component is used internally.\nYou can listen to clicks with the `stzhActionClick` event."
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"name": "header-actions",
|
|
589
|
+
"description": "Card header actions"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"name": "heading",
|
|
593
|
+
"description": "Heading"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"name": "hide-footer-border",
|
|
597
|
+
"description": "Whether to hide footer separation border"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"name": "hide-header-border",
|
|
601
|
+
"description": "Whether to hide header separation border"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"name": "hide-movement-actions",
|
|
605
|
+
"description": "Whether movement menu items should be shown.\nHas no effect if card is not inside a `card-list` element, which has `sortableEnabled` property set to true."
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "name",
|
|
609
|
+
"description": "The name of the input element (if card is selectable)"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"name": "selectable",
|
|
613
|
+
"description": "Whether card is selectable"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"name": "sortable-disabled",
|
|
617
|
+
"description": "Whether sorting should be disabled.\nHas no effect if card is not inside a `card-list` element, which has `sortableEnabled` property set to true."
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"name": "starrable",
|
|
621
|
+
"description": "Whether card star is displayed (with tooltip and menu-item in mobile popover).\nThe tooltip / menu-item text can be adjusted in the translations file (`actionAdd` & `actionRemove`)."
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "starred",
|
|
625
|
+
"description": "Whether card was starred"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"name": "subtitle",
|
|
629
|
+
"description": "Subtitle"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"name": "subtitle-interactive",
|
|
633
|
+
"description": "Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"name": "value",
|
|
637
|
+
"description": "The value of the input element (if card is selectable)"
|
|
638
|
+
}
|
|
639
|
+
]
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"name": "stzh-card-list",
|
|
643
|
+
"description": {
|
|
644
|
+
"kind": "markdown",
|
|
645
|
+
"value": "The STZH card list component."
|
|
646
|
+
},
|
|
647
|
+
"attributes": [
|
|
648
|
+
{
|
|
649
|
+
"name": "show-toggle-link",
|
|
650
|
+
"description": "Whether collapse/expand toggle link"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"name": "sortable-data-id-attribute",
|
|
654
|
+
"description": "HTML attribute that is used by the `toArray()` of sortable method"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": "sortable-enabled",
|
|
658
|
+
"description": "Whether sorting should be enabled"
|
|
659
|
+
}
|
|
660
|
+
]
|
|
661
|
+
},
|
|
362
662
|
{
|
|
363
663
|
"name": "stzh-cell",
|
|
364
664
|
"description": {
|
|
@@ -564,6 +864,14 @@
|
|
|
564
864
|
"value": "The STZH chip component."
|
|
565
865
|
},
|
|
566
866
|
"attributes": [
|
|
867
|
+
{
|
|
868
|
+
"name": "a11y-describedby",
|
|
869
|
+
"description": "Id for element which describes the button"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"name": "a11y-label",
|
|
873
|
+
"description": "Accessible label for screen readers to replace visible text"
|
|
874
|
+
},
|
|
567
875
|
{
|
|
568
876
|
"name": "active",
|
|
569
877
|
"description": "Active"
|
|
@@ -589,99 +897,220 @@
|
|
|
589
897
|
"description": "Label"
|
|
590
898
|
},
|
|
591
899
|
{
|
|
592
|
-
"name": "removable",
|
|
593
|
-
"description": "Whether remove button should be shown"
|
|
900
|
+
"name": "removable",
|
|
901
|
+
"description": "Whether remove button should be shown"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"name": "remove-label",
|
|
905
|
+
"description": "Label of remove button for screenreaders"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"name": "size",
|
|
909
|
+
"description": "Size",
|
|
910
|
+
"values": [
|
|
911
|
+
{
|
|
912
|
+
"name": "default"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "small"
|
|
916
|
+
}
|
|
917
|
+
]
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"name": "type",
|
|
921
|
+
"description": "Type",
|
|
922
|
+
"values": [
|
|
923
|
+
{
|
|
924
|
+
"name": "default"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"name": "important"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "secondary"
|
|
931
|
+
}
|
|
932
|
+
]
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"name": "variant",
|
|
936
|
+
"description": "Variant",
|
|
937
|
+
"values": [
|
|
938
|
+
{
|
|
939
|
+
"name": "filter"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"name": "input"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"name": "tag"
|
|
946
|
+
}
|
|
947
|
+
]
|
|
948
|
+
}
|
|
949
|
+
]
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"name": "stzh-chip-select",
|
|
953
|
+
"description": {
|
|
954
|
+
"kind": "markdown",
|
|
955
|
+
"value": "The STZH figure component."
|
|
956
|
+
},
|
|
957
|
+
"attributes": [
|
|
958
|
+
{
|
|
959
|
+
"name": "a11y-describedby",
|
|
960
|
+
"description": "Id for element which describes the input (this will be overwritten if description prop or slot is used, used by stzh-radiogroup)"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"name": "data",
|
|
964
|
+
"description": "Data"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"name": "description",
|
|
968
|
+
"description": "Description message (use description slot as alternative)"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"name": "description-long",
|
|
972
|
+
"description": "Long description message appearing in a popover (use description-long slot as alternative)"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"name": "disabled",
|
|
976
|
+
"description": "Whether the element is disabled or not"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"name": "error",
|
|
980
|
+
"description": "One or multiple error message (use error slot as alternative)"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"name": "invalid",
|
|
984
|
+
"description": "Invalid status"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"name": "label",
|
|
988
|
+
"description": "Label"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "name",
|
|
992
|
+
"description": "The name of the input element"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "required",
|
|
996
|
+
"description": "Required status"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"name": "value",
|
|
1000
|
+
"description": "Value"
|
|
1001
|
+
}
|
|
1002
|
+
]
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"name": "stzh-container",
|
|
1006
|
+
"description": {
|
|
1007
|
+
"kind": "markdown",
|
|
1008
|
+
"value": "The STZH container component.\n\nSets side margins and max-width based on the current breakpoint."
|
|
1009
|
+
},
|
|
1010
|
+
"attributes": []
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"name": "stzh-cspace",
|
|
1014
|
+
"description": {
|
|
1015
|
+
"kind": "markdown",
|
|
1016
|
+
"value": "The STZH cspace component.\n\nApply all the default collapsible spacings for slotted elements. See the <a href=\"?path=/story/tokens-spacings--page\" target=\"_blank\">spacings docs page</a> for more information.\n\n```html\n<stzh-cspace>\n <stzh-heading>Heading</stzh-heading>\n <stzh-text>Lorem ipsum</stzh-text>\n <stzh-figure>\n <img src=\"media/images/example.jpg\" loading=\"lazy\" />\n </stzh-figure>\n <stzh-heading level=\"2\">Heading<stzh-heading>\n // note: use \"no-cspace-top\" to disable top margin\n // or \"no-cspace-bottom\" to disable bottom margin if needed\n <stzh-button no-cspace-top no-cspace-bottom>Test</stzh-button>\n ...\n</stzh-cspace>\n```"
|
|
1017
|
+
},
|
|
1018
|
+
"attributes": []
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"name": "stzh-datalist",
|
|
1022
|
+
"description": {
|
|
1023
|
+
"kind": "markdown",
|
|
1024
|
+
"value": "The STZH datalist component."
|
|
1025
|
+
},
|
|
1026
|
+
"attributes": [
|
|
1027
|
+
{
|
|
1028
|
+
"name": "direction",
|
|
1029
|
+
"description": "Direction",
|
|
1030
|
+
"values": [
|
|
1031
|
+
{
|
|
1032
|
+
"name": "horizontal"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"name": "vertical"
|
|
1036
|
+
}
|
|
1037
|
+
]
|
|
594
1038
|
},
|
|
595
1039
|
{
|
|
596
|
-
"name": "
|
|
597
|
-
"description": "
|
|
1040
|
+
"name": "direction-large",
|
|
1041
|
+
"description": "Direction above large breakpoint",
|
|
1042
|
+
"values": [
|
|
1043
|
+
{
|
|
1044
|
+
"name": "horizontal"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"name": "inherit"
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"name": "vertical"
|
|
1051
|
+
}
|
|
1052
|
+
]
|
|
598
1053
|
},
|
|
599
1054
|
{
|
|
600
|
-
"name": "
|
|
601
|
-
"description": "
|
|
1055
|
+
"name": "direction-medium",
|
|
1056
|
+
"description": "Direction above medium breakpoint",
|
|
602
1057
|
"values": [
|
|
603
1058
|
{
|
|
604
|
-
"name": "
|
|
1059
|
+
"name": "horizontal"
|
|
605
1060
|
},
|
|
606
1061
|
{
|
|
607
|
-
"name": "
|
|
1062
|
+
"name": "inherit"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"name": "vertical"
|
|
608
1066
|
}
|
|
609
1067
|
]
|
|
610
1068
|
},
|
|
611
1069
|
{
|
|
612
|
-
"name": "
|
|
613
|
-
"description": "
|
|
1070
|
+
"name": "direction-small",
|
|
1071
|
+
"description": "Direction above small breakpoint",
|
|
614
1072
|
"values": [
|
|
615
1073
|
{
|
|
616
|
-
"name": "
|
|
1074
|
+
"name": "horizontal"
|
|
617
1075
|
},
|
|
618
1076
|
{
|
|
619
|
-
"name": "
|
|
1077
|
+
"name": "inherit"
|
|
620
1078
|
},
|
|
621
1079
|
{
|
|
622
|
-
"name": "
|
|
1080
|
+
"name": "vertical"
|
|
623
1081
|
}
|
|
624
1082
|
]
|
|
625
1083
|
},
|
|
626
1084
|
{
|
|
627
|
-
"name": "
|
|
628
|
-
"description": "
|
|
1085
|
+
"name": "direction-ultra",
|
|
1086
|
+
"description": "Direction above ultra breakpoint",
|
|
629
1087
|
"values": [
|
|
630
1088
|
{
|
|
631
|
-
"name": "
|
|
1089
|
+
"name": "horizontal"
|
|
632
1090
|
},
|
|
633
1091
|
{
|
|
634
|
-
"name": "
|
|
1092
|
+
"name": "inherit"
|
|
635
1093
|
},
|
|
636
1094
|
{
|
|
637
|
-
"name": "
|
|
1095
|
+
"name": "vertical"
|
|
638
1096
|
}
|
|
639
1097
|
]
|
|
640
|
-
}
|
|
641
|
-
]
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"name": "stzh-chip-select",
|
|
645
|
-
"description": {
|
|
646
|
-
"kind": "markdown",
|
|
647
|
-
"value": "The STZH figure component."
|
|
648
|
-
},
|
|
649
|
-
"attributes": [
|
|
650
|
-
{
|
|
651
|
-
"name": "data",
|
|
652
|
-
"description": "Data"
|
|
653
1098
|
},
|
|
654
1099
|
{
|
|
655
|
-
"name": "
|
|
656
|
-
"description": "
|
|
1100
|
+
"name": "hide-border",
|
|
1101
|
+
"description": "Hide border lines between items"
|
|
657
1102
|
},
|
|
658
1103
|
{
|
|
659
|
-
"name": "
|
|
660
|
-
"description": "Value"
|
|
1104
|
+
"name": "items",
|
|
1105
|
+
"description": "Items in datalist\nArray of objects that must at least include `value` attribute.\nCan optionally contain `label`, `meta`, `icon`, `href` attribute:\n`[{\"value\":\"Value 1\", \"label\": \"Label 1\"}, {\"value\":\"Value 2\", \"label\": \"Label 2\"}]`"
|
|
661
1106
|
}
|
|
662
1107
|
]
|
|
663
1108
|
},
|
|
664
|
-
{
|
|
665
|
-
"name": "stzh-container",
|
|
666
|
-
"description": {
|
|
667
|
-
"kind": "markdown",
|
|
668
|
-
"value": "The STZH container component.\n\nSets side margins and max-width based on the current breakpoint."
|
|
669
|
-
},
|
|
670
|
-
"attributes": []
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"name": "stzh-cspace",
|
|
674
|
-
"description": {
|
|
675
|
-
"kind": "markdown",
|
|
676
|
-
"value": "The STZH cspace component.\n\nApply all the default collapsible spacings for slotted elements. See the <a href=\"?path=/story/tokens-spacings--page\" target=\"_blank\">spacings docs page</a> for more information.\n\n```html\n<stzh-cspace>\n <stzh-heading>Heading</stzh-heading>\n <stzh-text>Lorem ipsum</stzh-text>\n <stzh-figure>\n <img src=\"media/images/example.jpg\" loading=\"lazy\" />\n </stzh-figure>\n <stzh-heading level=\"2\">Heading<stzh-heading>\n // note: use \"no-cspace-top\" to disable top margin\n // or \"no-cspace-bottom\" to disable bottom margin if needed\n <stzh-button no-cspace-top no-cspace-bottom>Test</stzh-button>\n ...\n</stzh-cspace>\n```"
|
|
677
|
-
},
|
|
678
|
-
"attributes": []
|
|
679
|
-
},
|
|
680
1109
|
{
|
|
681
1110
|
"name": "stzh-datamessagelist",
|
|
682
1111
|
"description": {
|
|
683
1112
|
"kind": "markdown",
|
|
684
|
-
"value": "The STZH
|
|
1113
|
+
"value": "The STZH datamessagelist component."
|
|
685
1114
|
},
|
|
686
1115
|
"attributes": []
|
|
687
1116
|
},
|
|
@@ -844,10 +1273,6 @@
|
|
|
844
1273
|
"name": "name",
|
|
845
1274
|
"description": "Name of the hidden date picker input."
|
|
846
1275
|
},
|
|
847
|
-
{
|
|
848
|
-
"name": "placeholder",
|
|
849
|
-
"description": "Placeholder text"
|
|
850
|
-
},
|
|
851
1276
|
{
|
|
852
1277
|
"name": "readonly",
|
|
853
1278
|
"description": "Whether the element is readonly or not"
|
|
@@ -1054,10 +1479,6 @@
|
|
|
1054
1479
|
"name": "options",
|
|
1055
1480
|
"description": "Available options"
|
|
1056
1481
|
},
|
|
1057
|
-
{
|
|
1058
|
-
"name": "placeholder",
|
|
1059
|
-
"description": "Placeholder option"
|
|
1060
|
-
},
|
|
1061
1482
|
{
|
|
1062
1483
|
"name": "popover-placement",
|
|
1063
1484
|
"description": "Popover placement",
|
|
@@ -1831,10 +2252,6 @@
|
|
|
1831
2252
|
"name": "no-autocomplete",
|
|
1832
2253
|
"description": "Whether autocomplete should be turned off"
|
|
1833
2254
|
},
|
|
1834
|
-
{
|
|
1835
|
-
"name": "placeholder",
|
|
1836
|
-
"description": "Placeholder text"
|
|
1837
|
-
},
|
|
1838
2255
|
{
|
|
1839
2256
|
"name": "readonly",
|
|
1840
2257
|
"description": "Whether the element is readonly or not"
|
|
@@ -1919,6 +2336,10 @@
|
|
|
1919
2336
|
"name": "badge",
|
|
1920
2337
|
"description": "Badge text"
|
|
1921
2338
|
},
|
|
2339
|
+
{
|
|
2340
|
+
"name": "badge-empty",
|
|
2341
|
+
"description": "Whether badge should be displayed empty"
|
|
2342
|
+
},
|
|
1922
2343
|
{
|
|
1923
2344
|
"name": "badge-position",
|
|
1924
2345
|
"description": "Badge position",
|
|
@@ -1931,6 +2352,27 @@
|
|
|
1931
2352
|
}
|
|
1932
2353
|
]
|
|
1933
2354
|
},
|
|
2355
|
+
{
|
|
2356
|
+
"name": "badge-type",
|
|
2357
|
+
"description": "Badge type",
|
|
2358
|
+
"values": [
|
|
2359
|
+
{
|
|
2360
|
+
"name": "default"
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"name": "error"
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"name": "info"
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"name": "success"
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"name": "warning"
|
|
2373
|
+
}
|
|
2374
|
+
]
|
|
2375
|
+
},
|
|
1934
2376
|
{
|
|
1935
2377
|
"name": "disabled",
|
|
1936
2378
|
"description": "Disabled status"
|
|
@@ -1974,6 +2416,9 @@
|
|
|
1974
2416
|
{
|
|
1975
2417
|
"name": "default"
|
|
1976
2418
|
},
|
|
2419
|
+
{
|
|
2420
|
+
"name": "inherit"
|
|
2421
|
+
},
|
|
1977
2422
|
{
|
|
1978
2423
|
"name": "small"
|
|
1979
2424
|
}
|
|
@@ -2121,6 +2566,31 @@
|
|
|
2121
2566
|
"name": "badge",
|
|
2122
2567
|
"description": "Badge"
|
|
2123
2568
|
},
|
|
2569
|
+
{
|
|
2570
|
+
"name": "badge-empty",
|
|
2571
|
+
"description": "Whether badge should be displayed empty"
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"name": "badge-type",
|
|
2575
|
+
"description": "Badge type",
|
|
2576
|
+
"values": [
|
|
2577
|
+
{
|
|
2578
|
+
"name": "default"
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"name": "error"
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
"name": "info"
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
"name": "success"
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"name": "warning"
|
|
2591
|
+
}
|
|
2592
|
+
]
|
|
2593
|
+
},
|
|
2124
2594
|
{
|
|
2125
2595
|
"name": "disabled",
|
|
2126
2596
|
"description": "Whether the button is disabled"
|
|
@@ -2296,6 +2766,18 @@
|
|
|
2296
2766
|
"name": "skidding",
|
|
2297
2767
|
"description": "Shifting of popover content"
|
|
2298
2768
|
},
|
|
2769
|
+
{
|
|
2770
|
+
"name": "strategy",
|
|
2771
|
+
"description": "Position strategy",
|
|
2772
|
+
"values": [
|
|
2773
|
+
{
|
|
2774
|
+
"name": "absolute"
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"name": "fixed"
|
|
2778
|
+
}
|
|
2779
|
+
]
|
|
2780
|
+
},
|
|
2299
2781
|
{
|
|
2300
2782
|
"name": "variant",
|
|
2301
2783
|
"description": "Variant",
|
|
@@ -2543,7 +3025,7 @@
|
|
|
2543
3025
|
"name": "stzh-richtext",
|
|
2544
3026
|
"description": {
|
|
2545
3027
|
"kind": "markdown",
|
|
2546
|
-
"value": "The STZH richtext component.\n\nThis component styles (colors, fonts, spacings) the slotted
|
|
3028
|
+
"value": "The STZH richtext component.\n\nThis component styles (colors, fonts, spacings) the slotted elements `hX`, `p`, `i`, `b`, `strong`, `em`, `ul`, `ol`, `blockquote`, `table` and `a` (icon are added to external links) and adds spacings to the components `stzh-text` and `stzh-heading`.\n\nThis is especially useful when the content is coming from a WYSIWYG editor within a CMS."
|
|
2547
3029
|
},
|
|
2548
3030
|
"attributes": [
|
|
2549
3031
|
{
|
|
@@ -2708,124 +3190,6 @@
|
|
|
2708
3190
|
}
|
|
2709
3191
|
]
|
|
2710
3192
|
},
|
|
2711
|
-
{
|
|
2712
|
-
"name": "stzh-servicecard",
|
|
2713
|
-
"description": {
|
|
2714
|
-
"kind": "markdown",
|
|
2715
|
-
"value": "The STZH servicecard component."
|
|
2716
|
-
},
|
|
2717
|
-
"attributes": [
|
|
2718
|
-
{
|
|
2719
|
-
"name": "actions",
|
|
2720
|
-
"description": "Card actions"
|
|
2721
|
-
},
|
|
2722
|
-
{
|
|
2723
|
-
"name": "collapsed",
|
|
2724
|
-
"description": "Whether card is collapsed or not"
|
|
2725
|
-
},
|
|
2726
|
-
{
|
|
2727
|
-
"name": "collapsible",
|
|
2728
|
-
"description": "Whether card is collapsible"
|
|
2729
|
-
},
|
|
2730
|
-
{
|
|
2731
|
-
"name": "heading",
|
|
2732
|
-
"description": "Heading"
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
"name": "hide-movement-actions",
|
|
2736
|
-
"description": "Whether movement menu items should be shown"
|
|
2737
|
-
},
|
|
2738
|
-
{
|
|
2739
|
-
"name": "middle-variant",
|
|
2740
|
-
"description": "Middle column position variant (positioning behaviour on tablet)",
|
|
2741
|
-
"values": [
|
|
2742
|
-
{
|
|
2743
|
-
"name": "to-left"
|
|
2744
|
-
},
|
|
2745
|
-
{
|
|
2746
|
-
"name": "to-right"
|
|
2747
|
-
}
|
|
2748
|
-
]
|
|
2749
|
-
},
|
|
2750
|
-
{
|
|
2751
|
-
"name": "middle-vertical-spacing",
|
|
2752
|
-
"description": "Set middle column vertical spacing",
|
|
2753
|
-
"values": [
|
|
2754
|
-
{
|
|
2755
|
-
"name": "default"
|
|
2756
|
-
},
|
|
2757
|
-
{
|
|
2758
|
-
"name": "none"
|
|
2759
|
-
}
|
|
2760
|
-
]
|
|
2761
|
-
},
|
|
2762
|
-
{
|
|
2763
|
-
"name": "right-vertical-spacing",
|
|
2764
|
-
"description": "Set right column vertical spacing",
|
|
2765
|
-
"values": [
|
|
2766
|
-
{
|
|
2767
|
-
"name": "default"
|
|
2768
|
-
},
|
|
2769
|
-
{
|
|
2770
|
-
"name": "none"
|
|
2771
|
-
}
|
|
2772
|
-
]
|
|
2773
|
-
},
|
|
2774
|
-
{
|
|
2775
|
-
"name": "sortable-disabled",
|
|
2776
|
-
"description": "Whether sorting should be disabled"
|
|
2777
|
-
},
|
|
2778
|
-
{
|
|
2779
|
-
"name": "starrable",
|
|
2780
|
-
"description": "Whether card star is displayed"
|
|
2781
|
-
},
|
|
2782
|
-
{
|
|
2783
|
-
"name": "starred",
|
|
2784
|
-
"description": "Whether card was starred"
|
|
2785
|
-
},
|
|
2786
|
-
{
|
|
2787
|
-
"name": "subtitle",
|
|
2788
|
-
"description": "Subtitle"
|
|
2789
|
-
},
|
|
2790
|
-
{
|
|
2791
|
-
"name": "subtitle-interactive",
|
|
2792
|
-
"description": "Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click"
|
|
2793
|
-
},
|
|
2794
|
-
{
|
|
2795
|
-
"name": "type",
|
|
2796
|
-
"description": "Type",
|
|
2797
|
-
"values": [
|
|
2798
|
-
{
|
|
2799
|
-
"name": "alert"
|
|
2800
|
-
},
|
|
2801
|
-
{
|
|
2802
|
-
"name": "default"
|
|
2803
|
-
}
|
|
2804
|
-
]
|
|
2805
|
-
}
|
|
2806
|
-
]
|
|
2807
|
-
},
|
|
2808
|
-
{
|
|
2809
|
-
"name": "stzh-servicecard-list",
|
|
2810
|
-
"description": {
|
|
2811
|
-
"kind": "markdown",
|
|
2812
|
-
"value": "The STZH servicecard list component."
|
|
2813
|
-
},
|
|
2814
|
-
"attributes": [
|
|
2815
|
-
{
|
|
2816
|
-
"name": "show-toggle-link",
|
|
2817
|
-
"description": "Whether collapse/expand toggle link"
|
|
2818
|
-
},
|
|
2819
|
-
{
|
|
2820
|
-
"name": "sortable-data-id-attribute",
|
|
2821
|
-
"description": "HTML attribute that is used by the `toArray()` of sortable method"
|
|
2822
|
-
},
|
|
2823
|
-
{
|
|
2824
|
-
"name": "sortable-disabled",
|
|
2825
|
-
"description": "Whether sorting should be disabled"
|
|
2826
|
-
}
|
|
2827
|
-
]
|
|
2828
|
-
},
|
|
2829
3193
|
{
|
|
2830
3194
|
"name": "stzh-skiplink",
|
|
2831
3195
|
"description": {
|
|
@@ -3376,6 +3740,18 @@
|
|
|
3376
3740
|
"name": "skidding",
|
|
3377
3741
|
"description": "Shifting of tooltip content"
|
|
3378
3742
|
},
|
|
3743
|
+
{
|
|
3744
|
+
"name": "strategy",
|
|
3745
|
+
"description": "Position strategy",
|
|
3746
|
+
"values": [
|
|
3747
|
+
{
|
|
3748
|
+
"name": "absolute"
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"name": "fixed"
|
|
3752
|
+
}
|
|
3753
|
+
]
|
|
3754
|
+
},
|
|
3379
3755
|
{
|
|
3380
3756
|
"name": "trigger",
|
|
3381
3757
|
"description": "Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically."
|