@oiz/stzh-components 0.0.0-pretest
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/LICENSE +21 -0
- package/README.md +56 -0
- package/dist/cjs/_commonjsHelpers-bcc1208a.js +25 -0
- package/dist/cjs/animation-utils-c816beac.js +45 -0
- package/dist/cjs/app-globals-83a6c2d3.js +54 -0
- package/dist/cjs/arrow-70a32014.js +1305 -0
- package/dist/cjs/date-adapter-2ffd8eaf.js +90 -0
- package/dist/cjs/date-utils-898a50be.js +174 -0
- package/dist/cjs/dom-874a1e39.js +75 -0
- package/dist/cjs/event-utils-4d7d610a.js +18 -0
- package/dist/cjs/focus-trap.esm-1cb6bb2e.js +1280 -0
- package/dist/cjs/index-8bd1552a.js +2019 -0
- package/dist/cjs/index-ac9bdc7f.js +2245 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/js.cookie-9c263d23.js +146 -0
- package/dist/cjs/loader.cjs.js +23 -0
- package/dist/cjs/media-utils-f1720906.js +26 -0
- package/dist/cjs/shadow-css-a33dc836.js +389 -0
- package/dist/cjs/string-utils-223b03e2.js +18 -0
- package/dist/cjs/stzh-accordion-item.cjs.entry.js +181 -0
- package/dist/cjs/stzh-accordion.cjs.entry.js +74 -0
- package/dist/cjs/stzh-actions.cjs.entry.js +53 -0
- package/dist/cjs/stzh-appnav.cjs.entry.js +50 -0
- package/dist/cjs/stzh-appointments.cjs.entry.js +271 -0
- package/dist/cjs/stzh-badge_3.cjs.entry.js +167 -0
- package/dist/cjs/stzh-calendar.cjs.entry.js +306 -0
- package/dist/cjs/stzh-cell.cjs.entry.js +35 -0
- package/dist/cjs/stzh-checkbox.cjs.entry.js +136 -0
- package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +168 -0
- package/dist/cjs/stzh-chip-select.cjs.entry.js +66 -0
- package/dist/cjs/stzh-chip.cjs.entry.js +101 -0
- package/dist/cjs/stzh-components.cjs.js +107 -0
- package/dist/cjs/stzh-container.cjs.entry.js +19 -0
- package/dist/cjs/stzh-cspace.cjs.entry.js +22 -0
- package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +103 -0
- package/dist/cjs/stzh-datamessagelist.cjs.entry.js +23 -0
- package/dist/cjs/stzh-datatable.cjs.entry.js +249 -0
- package/dist/cjs/stzh-datepicker_4.cjs.entry.js +484 -0
- package/dist/cjs/stzh-dialog.cjs.entry.js +191 -0
- package/dist/cjs/stzh-dropdown.cjs.entry.js +5086 -0
- package/dist/cjs/stzh-fieldset.cjs.entry.js +35 -0
- package/dist/cjs/stzh-figure.cjs.entry.js +30 -0
- package/dist/cjs/stzh-flyingfocus.cjs.entry.js +178 -0
- package/dist/cjs/stzh-footer.cjs.entry.js +67 -0
- package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +150 -0
- package/dist/cjs/stzh-header.cjs.entry.js +162 -0
- package/dist/cjs/stzh-heading.cjs.entry.js +32 -0
- package/dist/cjs/stzh-hr.cjs.entry.js +23 -0
- package/dist/cjs/stzh-hspace.cjs.entry.js +41 -0
- package/dist/cjs/stzh-icon-sprite.cjs.entry.js +22 -0
- package/dist/cjs/stzh-input-description-9ed61d1d.js +22 -0
- package/dist/cjs/stzh-input.cjs.entry.js +192 -0
- package/dist/cjs/stzh-link.cjs.entry.js +106 -0
- package/dist/cjs/stzh-list-item.cjs.entry.js +28 -0
- package/dist/cjs/stzh-list.cjs.entry.js +26 -0
- package/dist/cjs/stzh-loader.cjs.entry.js +31 -0
- package/dist/cjs/stzh-loadingbar.cjs.entry.js +33 -0
- package/dist/cjs/stzh-menu_2.cjs.entry.js +97 -0
- package/dist/cjs/stzh-message.cjs.entry.js +85 -0
- package/dist/cjs/stzh-metanav.cjs.entry.js +37 -0
- package/dist/cjs/stzh-overlay.cjs.entry.js +100 -0
- package/dist/cjs/stzh-page-skiplinks.cjs.entry.js +37 -0
- package/dist/cjs/stzh-pagetitle.cjs.entry.js +72 -0
- package/dist/cjs/stzh-popover.cjs.entry.js +361 -0
- package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +23 -0
- package/dist/cjs/stzh-progressbar-item.cjs.entry.js +57 -0
- package/dist/cjs/stzh-progressbar.cjs.entry.js +125 -0
- package/dist/cjs/stzh-readspeaker.cjs.entry.js +58 -0
- package/dist/cjs/stzh-row.cjs.entry.js +40 -0
- package/dist/cjs/stzh-saptcha.cjs.entry.js +81 -0
- package/dist/cjs/stzh-section.cjs.entry.js +24 -0
- package/dist/cjs/stzh-servicecard-list.cjs.entry.js +56 -0
- package/dist/cjs/stzh-servicecard.cjs.entry.js +212 -0
- package/dist/cjs/stzh-skiplink.cjs.entry.js +27 -0
- package/dist/cjs/stzh-sortable.cjs.entry.js +3382 -0
- package/dist/cjs/stzh-status.cjs.entry.js +36 -0
- package/dist/cjs/stzh-table.cjs.entry.js +143 -0
- package/dist/cjs/stzh-toggle.cjs.entry.js +134 -0
- package/dist/cjs/stzh-tooltip.cjs.entry.js +322 -0
- package/dist/cjs/stzh-upload.cjs.entry.js +10750 -0
- package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +2058 -0
- package/dist/cjs/stzh-vbz-majorticker.cjs.entry.js +107 -0
- package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +183 -0
- package/dist/cjs/stzh-visuallyhidden.cjs.entry.js +21 -0
- package/dist/cjs/stzh-vspace.cjs.entry.js +41 -0
- package/dist/cjs/translation-utils-2dbbce94.js +60 -0
- package/dist/cjs/utils-e84f4a8d.js +36 -0
- package/dist/collection/assets/favicons/android-chrome-192x192.png +0 -0
- package/dist/collection/assets/favicons/android-chrome-384x384.png +0 -0
- package/dist/collection/assets/favicons/apple-touch-icon.png +0 -0
- package/dist/collection/assets/favicons/browserconfig.xml +9 -0
- package/dist/collection/assets/favicons/favicon-16x16.png +0 -0
- package/dist/collection/assets/favicons/favicon-32x32.png +0 -0
- package/dist/collection/assets/favicons/favicon.ico +0 -0
- package/dist/collection/assets/favicons/mstile-150x150.png +0 -0
- package/dist/collection/assets/favicons/safari-pinned-tab.svg +1 -0
- package/dist/collection/assets/favicons/site.webmanifest +19 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_41488878.woff +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_41488878.woff2 +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_55Roman.woff +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_55Roman.woff2 +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_71488914.woff +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_71488914.woff2 +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW05_65Medium.woff +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW05_65Medium.woff2 +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW05_85Heavy.woff +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW05_85Heavy.woff2 +0 -0
- package/dist/collection/assets/fonts.css +39 -0
- package/dist/collection/assets/i18n/de.json +154 -0
- package/dist/collection/assets/i18n/en.json +154 -0
- package/dist/collection/assets/icons/mono/alarm-bell.svg +3 -0
- package/dist/collection/assets/icons/mono/angle-down.svg +3 -0
- package/dist/collection/assets/icons/mono/angle-left.svg +3 -0
- package/dist/collection/assets/icons/mono/angle-right.svg +3 -0
- package/dist/collection/assets/icons/mono/angle-up.svg +3 -0
- package/dist/collection/assets/icons/mono/archive-box.svg +3 -0
- package/dist/collection/assets/icons/mono/arrow-down.svg +3 -0
- package/dist/collection/assets/icons/mono/arrow-left-circle.svg +4 -0
- package/dist/collection/assets/icons/mono/arrow-left.svg +3 -0
- package/dist/collection/assets/icons/mono/arrow-right-long.svg +3 -0
- package/dist/collection/assets/icons/mono/arrow-right.svg +3 -0
- package/dist/collection/assets/icons/mono/arrow-up.svg +3 -0
- package/dist/collection/assets/icons/mono/bulleted-list.svg +3 -0
- package/dist/collection/assets/icons/mono/calendar.svg +3 -0
- package/dist/collection/assets/icons/mono/cart.svg +3 -0
- package/dist/collection/assets/icons/mono/checkmark-circle.svg +3 -0
- package/dist/collection/assets/icons/mono/checkmark.svg +3 -0
- package/dist/collection/assets/icons/mono/clock.svg +3 -0
- package/dist/collection/assets/icons/mono/close-circle.svg +3 -0
- package/dist/collection/assets/icons/mono/close.svg +3 -0
- package/dist/collection/assets/icons/mono/compass-direction.svg +3 -0
- package/dist/collection/assets/icons/mono/compass-north.svg +4 -0
- package/dist/collection/assets/icons/mono/construction.svg +3 -0
- package/dist/collection/assets/icons/mono/copy.svg +3 -0
- package/dist/collection/assets/icons/mono/delete.svg +3 -0
- package/dist/collection/assets/icons/mono/download.svg +3 -0
- package/dist/collection/assets/icons/mono/drag.svg +10 -0
- package/dist/collection/assets/icons/mono/edit.svg +3 -0
- package/dist/collection/assets/icons/mono/email-check.svg +10 -0
- package/dist/collection/assets/icons/mono/expand.svg +3 -0
- package/dist/collection/assets/icons/mono/external-link.svg +4 -0
- package/dist/collection/assets/icons/mono/facebook-comment.svg +3 -0
- package/dist/collection/assets/icons/mono/facebook.svg +10 -0
- package/dist/collection/assets/icons/mono/file.svg +3 -0
- package/dist/collection/assets/icons/mono/filtering.svg +3 -0
- package/dist/collection/assets/icons/mono/flag.svg +10 -0
- package/dist/collection/assets/icons/mono/focus.svg +3 -0
- package/dist/collection/assets/icons/mono/gear.svg +3 -0
- package/dist/collection/assets/icons/mono/heart.svg +10 -0
- package/dist/collection/assets/icons/mono/home.svg +10 -0
- package/dist/collection/assets/icons/mono/important-warning.svg +3 -0
- package/dist/collection/assets/icons/mono/info-help.svg +3 -0
- package/dist/collection/assets/icons/mono/instagram.svg +3 -0
- package/dist/collection/assets/icons/mono/like-hand.svg +10 -0
- package/dist/collection/assets/icons/mono/linkedin.svg +5 -0
- package/dist/collection/assets/icons/mono/list-expanded.svg +4 -0
- package/dist/collection/assets/icons/mono/list-shrinked.svg +3 -0
- package/dist/collection/assets/icons/mono/lock.svg +10 -0
- package/dist/collection/assets/icons/mono/mail.svg +10 -0
- package/dist/collection/assets/icons/mono/map.svg +3 -0
- package/dist/collection/assets/icons/mono/menu.svg +3 -0
- package/dist/collection/assets/icons/mono/minus.svg +3 -0
- package/dist/collection/assets/icons/mono/more-horizontal.svg +5 -0
- package/dist/collection/assets/icons/mono/more-vertical.svg +5 -0
- package/dist/collection/assets/icons/mono/paper-clip.svg +10 -0
- package/dist/collection/assets/icons/mono/phone.svg +10 -0
- package/dist/collection/assets/icons/mono/pin-location.svg +10 -0
- package/dist/collection/assets/icons/mono/pin.svg +11 -0
- package/dist/collection/assets/icons/mono/play-1.svg +4 -0
- package/dist/collection/assets/icons/mono/play-button.svg +11 -0
- package/dist/collection/assets/icons/mono/play.svg +10 -0
- package/dist/collection/assets/icons/mono/plus.svg +3 -0
- package/dist/collection/assets/icons/mono/portfolio-grid.svg +11 -0
- package/dist/collection/assets/icons/mono/print.svg +10 -0
- package/dist/collection/assets/icons/mono/question-help.svg +3 -0
- package/dist/collection/assets/icons/mono/read-mail.svg +10 -0
- package/dist/collection/assets/icons/mono/reload.svg +10 -0
- package/dist/collection/assets/icons/mono/reset-time.svg +10 -0
- package/dist/collection/assets/icons/mono/reset.svg +10 -0
- package/dist/collection/assets/icons/mono/resize.svg +8 -0
- package/dist/collection/assets/icons/mono/rss.svg +12 -0
- package/dist/collection/assets/icons/mono/search.svg +3 -0
- package/dist/collection/assets/icons/mono/services.svg +6 -0
- package/dist/collection/assets/icons/mono/share.svg +3 -0
- package/dist/collection/assets/icons/mono/shrink.svg +3 -0
- package/dist/collection/assets/icons/mono/silent-mode.svg +3 -0
- package/dist/collection/assets/icons/mono/social-media.svg +23 -0
- package/dist/collection/assets/icons/mono/star-filled.svg +3 -0
- package/dist/collection/assets/icons/mono/star.svg +3 -0
- package/dist/collection/assets/icons/mono/subtitle.svg +3 -0
- package/dist/collection/assets/icons/mono/team.svg +10 -0
- package/dist/collection/assets/icons/mono/text-message.svg +6 -0
- package/dist/collection/assets/icons/mono/thermometer.svg +10 -0
- package/dist/collection/assets/icons/mono/transcript.svg +3 -0
- package/dist/collection/assets/icons/mono/twitter-reply.svg +3 -0
- package/dist/collection/assets/icons/mono/twitter-retweet.svg +3 -0
- package/dist/collection/assets/icons/mono/twitter.svg +10 -0
- package/dist/collection/assets/icons/mono/unlock.svg +10 -0
- package/dist/collection/assets/icons/mono/user.svg +3 -0
- package/dist/collection/assets/icons/mono/view-hidden.svg +3 -0
- package/dist/collection/assets/icons/mono/view.svg +4 -0
- package/dist/collection/assets/icons/mono/volume-medium.svg +3 -0
- package/dist/collection/assets/icons/mono/warning-big.svg +4 -0
- package/dist/collection/assets/icons/mono/warning.svg +3 -0
- package/dist/collection/assets/icons/mono/web-Link.svg +3 -0
- package/dist/collection/assets/icons/mono/wifi-signal.svg +3 -0
- package/dist/collection/assets/icons/mono/world-globe.svg +10 -0
- package/dist/collection/assets/icons/mono/xing.svg +11 -0
- package/dist/collection/assets/polyfills/ie11CustomProperties.min.js +8 -0
- package/dist/collection/assets/polyfills/intersection-observer.min.js +7 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Common.Settings.js +278 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Core.js +544 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.HL.js +1111 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.PlayerAPI.js +211 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles-Basic.css +881 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles-Button.css +75 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles.css +977 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.js +257 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.lib.Facade.adapter.jquery.js +120 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.lib.RSLib.js +796 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.pub.Config.js +384 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.ui.js +1241 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeakerClassic.css +357 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeakerClassic.js +51 -0
- package/dist/collection/assets/vendors/readspeaker/img/ReadSpeakerClassic.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/cursor-ew.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/help.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/icon_16px.gif +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/pin_black.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/pin_red.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/play-anim.gif +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/rs_button.gif +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/rs_button.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/rs_loader_anim.gif +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/timeline-anim.gif +0 -0
- package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.css +1 -0
- package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.js +24 -0
- package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/img/rs_icon_64x64.png +0 -0
- package/dist/collection/collection-manifest.json +82 -0
- package/dist/collection/components/stzh-accordion/stzh-accordion.css +99 -0
- package/dist/collection/components/stzh-accordion/stzh-accordion.js +156 -0
- package/dist/collection/components/stzh-accordion/stzh-accordion.stories.js +52 -0
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +233 -0
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +429 -0
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.stories.js +45 -0
- package/dist/collection/components/stzh-actions/stzh-actions.css +125 -0
- package/dist/collection/components/stzh-actions/stzh-actions.js +98 -0
- package/dist/collection/components/stzh-actions/stzh-actions.stories.js +66 -0
- package/dist/collection/components/stzh-appnav/stzh-appnav.css +220 -0
- package/dist/collection/components/stzh-appnav/stzh-appnav.js +112 -0
- package/dist/collection/components/stzh-appnav/stzh-appnav.stories.js +53 -0
- package/dist/collection/components/stzh-appointments/stzh-appointments.css +180 -0
- package/dist/collection/components/stzh-appointments/stzh-appointments.js +515 -0
- package/dist/collection/components/stzh-appointments/stzh-appointments.localization.js +1 -0
- package/dist/collection/components/stzh-appointments/stzh-appointments.stories.js +186 -0
- package/dist/collection/components/stzh-badge/stzh-badge.css +118 -0
- package/dist/collection/components/stzh-badge/stzh-badge.js +47 -0
- package/dist/collection/components/stzh-badge/stzh-badge.stories.js +36 -0
- package/dist/collection/components/stzh-button/stzh-button.css +312 -0
- package/dist/collection/components/stzh-button/stzh-button.js +516 -0
- package/dist/collection/components/stzh-button/stzh-button.stories.js +66 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar-day.js +22 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar-month.js +21 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar.css +332 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar.js +463 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar.localization.js +1 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar.stories.js +37 -0
- package/dist/collection/components/stzh-cell/stzh-cell.css +575 -0
- package/dist/collection/components/stzh-cell/stzh-cell.js +179 -0
- package/dist/collection/components/stzh-cell/stzh-cell.stories.js +39 -0
- package/dist/collection/components/stzh-checkbox/assets/check.svg +3 -0
- package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +272 -0
- package/dist/collection/components/stzh-checkbox/stzh-checkbox.js +459 -0
- package/dist/collection/components/stzh-checkbox/stzh-checkbox.stories.js +38 -0
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.css +209 -0
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +450 -0
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.stories.js +39 -0
- package/dist/collection/components/stzh-chip/stzh-chip.css +302 -0
- package/dist/collection/components/stzh-chip/stzh-chip.js +407 -0
- package/dist/collection/components/stzh-chip/stzh-chip.stories.js +64 -0
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +115 -0
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +158 -0
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.stories.js +69 -0
- package/dist/collection/components/stzh-container/stzh-container.css +190 -0
- package/dist/collection/components/stzh-container/stzh-container.js +21 -0
- package/dist/collection/components/stzh-container/stzh-container.stories.js +35 -0
- package/dist/collection/components/stzh-cspace/stzh-cspace.css +515 -0
- package/dist/collection/components/stzh-cspace/stzh-cspace.js +24 -0
- package/dist/collection/components/stzh-cspace/stzh-cspace.stories.js +34 -0
- package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.css +103 -0
- package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.js +24 -0
- package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.stories.js +149 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +317 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.js +358 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.localization.js +1 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.stories.js +63 -0
- package/dist/collection/components/stzh-datatable/stzh-datatable.css +338 -0
- package/dist/collection/components/stzh-datatable/stzh-datatable.js +413 -0
- package/dist/collection/components/stzh-datatable/stzh-datatable.localization.js +1 -0
- package/dist/collection/components/stzh-datatable/stzh-datatable.stories.js +63 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.css +111 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +586 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.localization.js +1 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.stories.js +40 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.css +266 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.js +480 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.localization.js +1 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.stories.js +75 -0
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +730 -0
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +1436 -0
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.localization.js +1 -0
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.stories.js +109 -0
- package/dist/collection/components/stzh-fieldset/stzh-fieldset.css +148 -0
- package/dist/collection/components/stzh-fieldset/stzh-fieldset.js +120 -0
- package/dist/collection/components/stzh-fieldset/stzh-fieldset.stories.js +55 -0
- package/dist/collection/components/stzh-figure/stzh-figure.css +137 -0
- package/dist/collection/components/stzh-figure/stzh-figure.js +76 -0
- package/dist/collection/components/stzh-figure/stzh-figure.stories.js +36 -0
- package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.css +140 -0
- package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.js +253 -0
- package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.stories.js +27 -0
- package/dist/collection/components/stzh-footer/stzh-footer.css +208 -0
- package/dist/collection/components/stzh-footer/stzh-footer.js +147 -0
- package/dist/collection/components/stzh-footer/stzh-footer.localization.js +1 -0
- package/dist/collection/components/stzh-footer/stzh-footer.stories.js +49 -0
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +306 -0
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.js +319 -0
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.localization.js +1 -0
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.stories.js +49 -0
- package/dist/collection/components/stzh-header/stzh-header.css +436 -0
- package/dist/collection/components/stzh-header/stzh-header.js +267 -0
- package/dist/collection/components/stzh-header/stzh-header.stories.js +178 -0
- package/dist/collection/components/stzh-heading/stzh-heading.css +397 -0
- package/dist/collection/components/stzh-heading/stzh-heading.js +99 -0
- package/dist/collection/components/stzh-heading/stzh-heading.stories.js +37 -0
- package/dist/collection/components/stzh-hr/stzh-hr.css +105 -0
- package/dist/collection/components/stzh-hr/stzh-hr.js +25 -0
- package/dist/collection/components/stzh-hr/stzh-hr.stories.js +23 -0
- package/dist/collection/components/stzh-hspace/stzh-hspace.css +810 -0
- package/dist/collection/components/stzh-hspace/stzh-hspace.js +246 -0
- package/dist/collection/components/stzh-hspace/stzh-hspace.stories.js +73 -0
- package/dist/collection/components/stzh-icon/stzh-icon.css +109 -0
- package/dist/collection/components/stzh-icon/stzh-icon.js +76 -0
- package/dist/collection/components/stzh-icon/stzh-icon.stories.js +37 -0
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +1354 -0
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -0
- package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.css +99 -0
- package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.js +19 -0
- package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.stories.js +46 -0
- package/dist/collection/components/stzh-input/stzh-input-description.js +8 -0
- package/dist/collection/components/stzh-input/stzh-input.css +425 -0
- package/dist/collection/components/stzh-input/stzh-input.js +724 -0
- package/dist/collection/components/stzh-input/stzh-input.stories.js +116 -0
- package/dist/collection/components/stzh-link/stzh-link.css +231 -0
- package/dist/collection/components/stzh-link/stzh-link.js +427 -0
- package/dist/collection/components/stzh-link/stzh-link.stories.js +67 -0
- package/dist/collection/components/stzh-list/stzh-list.css +136 -0
- package/dist/collection/components/stzh-list/stzh-list.js +52 -0
- package/dist/collection/components/stzh-list/stzh-list.stories.js +42 -0
- package/dist/collection/components/stzh-list-item/assets/checkmark.svg +3 -0
- package/dist/collection/components/stzh-list-item/stzh-list-item.css +120 -0
- package/dist/collection/components/stzh-list-item/stzh-list-item.js +26 -0
- package/dist/collection/components/stzh-loader/stzh-loader.css +261 -0
- package/dist/collection/components/stzh-loader/stzh-loader.js +93 -0
- package/dist/collection/components/stzh-loader/stzh-loader.stories.js +36 -0
- package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.css +135 -0
- package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.js +94 -0
- package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.stories.js +34 -0
- package/dist/collection/components/stzh-menu/stzh-menu.css +105 -0
- package/dist/collection/components/stzh-menu/stzh-menu.js +21 -0
- package/dist/collection/components/stzh-menu/stzh-menu.stories.js +70 -0
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.css +173 -0
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +296 -0
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.stories.js +52 -0
- package/dist/collection/components/stzh-message/stzh-message.css +259 -0
- package/dist/collection/components/stzh-message/stzh-message.js +287 -0
- package/dist/collection/components/stzh-message/stzh-message.localization.js +1 -0
- package/dist/collection/components/stzh-message/stzh-message.stories.js +40 -0
- package/dist/collection/components/stzh-metanav/stzh-metanav.css +115 -0
- package/dist/collection/components/stzh-metanav/stzh-metanav.js +41 -0
- package/dist/collection/components/stzh-metanav/stzh-metanav.stories.js +39 -0
- package/dist/collection/components/stzh-overlay/stzh-overlay.css +135 -0
- package/dist/collection/components/stzh-overlay/stzh-overlay.js +239 -0
- package/dist/collection/components/stzh-overlay/stzh-overlay.stories.js +50 -0
- package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.css +113 -0
- package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.js +41 -0
- package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.stories.js +43 -0
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +136 -0
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +76 -0
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.stories.js +107 -0
- package/dist/collection/components/stzh-popover/stzh-popover.css +360 -0
- package/dist/collection/components/stzh-popover/stzh-popover.js +673 -0
- package/dist/collection/components/stzh-popover/stzh-popover.localization.js +1 -0
- package/dist/collection/components/stzh-popover/stzh-popover.stories.js +67 -0
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +4079 -0
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.js +25 -0
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.stories.js +28 -0
- package/dist/collection/components/stzh-progressbar/stzh-progressbar.css +119 -0
- package/dist/collection/components/stzh-progressbar/stzh-progressbar.js +272 -0
- package/dist/collection/components/stzh-progressbar/stzh-progressbar.stories.js +164 -0
- package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +364 -0
- package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.js +250 -0
- package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.stories.js +36 -0
- package/dist/collection/components/stzh-radio/stzh-radio.css +278 -0
- package/dist/collection/components/stzh-radio/stzh-radio.js +458 -0
- package/dist/collection/components/stzh-radio/stzh-radio.stories.js +38 -0
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.css +209 -0
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +477 -0
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.stories.js +39 -0
- package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.css +210 -0
- package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.js +114 -0
- package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.stories.js +50 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.css +735 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.js +90 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +79 -0
- package/dist/collection/components/stzh-row/stzh-row.css +572 -0
- package/dist/collection/components/stzh-row/stzh-row.js +207 -0
- package/dist/collection/components/stzh-row/stzh-row.stories.js +90 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +170 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.js +221 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.localization.js +1 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.stories.js +34 -0
- package/dist/collection/components/stzh-section/stzh-section.css +126 -0
- package/dist/collection/components/stzh-section/stzh-section.js +50 -0
- package/dist/collection/components/stzh-section/stzh-section.stories.js +100 -0
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.css +558 -0
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.js +592 -0
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.localization.js +1 -0
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.stories.js +73 -0
- package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.css +163 -0
- package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.js +153 -0
- package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.localization.js +1 -0
- package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.stories.js +115 -0
- package/dist/collection/components/stzh-skiplink/stzh-skiplink.css +128 -0
- package/dist/collection/components/stzh-skiplink/stzh-skiplink.js +106 -0
- package/dist/collection/components/stzh-skiplink/stzh-skiplink.stories.js +53 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.css +151 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.js +501 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.localization.js +1 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.stories.js +34 -0
- package/dist/collection/components/stzh-status/stzh-status.css +143 -0
- package/dist/collection/components/stzh-status/stzh-status.js +115 -0
- package/dist/collection/components/stzh-status/stzh-status.stories.js +34 -0
- package/dist/collection/components/stzh-table/stzh-table.css +365 -0
- package/dist/collection/components/stzh-table/stzh-table.js +215 -0
- package/dist/collection/components/stzh-table/stzh-table.stories.js +89 -0
- package/dist/collection/components/stzh-text/stzh-text.css +859 -0
- package/dist/collection/components/stzh-text/stzh-text.js +232 -0
- package/dist/collection/components/stzh-text/stzh-text.stories.js +43 -0
- package/dist/collection/components/stzh-toggle/stzh-toggle.css +296 -0
- package/dist/collection/components/stzh-toggle/stzh-toggle.js +479 -0
- package/dist/collection/components/stzh-toggle/stzh-toggle.stories.js +38 -0
- package/dist/collection/components/stzh-tooltip/assets/arrow.svg +3 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.css +182 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +667 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.localization.js +1 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.stories.js +63 -0
- package/dist/collection/components/stzh-upload/stzh-upload.css +409 -0
- package/dist/collection/components/stzh-upload/stzh-upload.js +1358 -0
- package/dist/collection/components/stzh-upload/stzh-upload.localization.js +1 -0
- package/dist/collection/components/stzh-upload/stzh-upload.stories.js +69 -0
- package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.css +163 -0
- package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.js +229 -0
- package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.stories.js +36 -0
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.css +100 -0
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.js +236 -0
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.localization.js +1 -0
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.stories.js +52 -0
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +225 -0
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.js +292 -0
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.js +1 -0
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.stories.js +53 -0
- package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.css +107 -0
- package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.js +23 -0
- package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.stories.js +45 -0
- package/dist/collection/components/stzh-vspace/stzh-vspace.css +811 -0
- package/dist/collection/components/stzh-vspace/stzh-vspace.js +246 -0
- package/dist/collection/components/stzh-vspace/stzh-vspace.stories.js +73 -0
- package/dist/collection/global/js/helpers/autofocus.js +20 -0
- package/dist/collection/global/js/helpers/scrollbar-width.js +20 -0
- package/dist/collection/global/js/script.js +17 -0
- package/dist/collection/index.js +7 -0
- package/dist/collection/pages/egov.stories.js +262 -0
- package/dist/collection/pages/example.stories.js +170 -0
- package/dist/collection/pages/meinkonto.stories.js +661 -0
- package/dist/collection/patterns/appointments.stories.js +43 -0
- package/dist/collection/patterns/processingscreen.stories.js +43 -0
- package/dist/collection/utils/animation-utils.js +51 -0
- package/dist/collection/utils/date-adapter.js +86 -0
- package/dist/collection/utils/date-utils.js +196 -0
- package/dist/collection/utils/decorators.js +15 -0
- package/dist/collection/utils/event-utils.js +14 -0
- package/dist/collection/utils/h.js +109 -0
- package/dist/collection/utils/media-utils.js +20 -0
- package/dist/collection/utils/string-utils.js +13 -0
- package/dist/collection/utils/test-utils.js +27 -0
- package/dist/collection/utils/translation-utils.js +55 -0
- package/dist/collection/utils/utils.js +41 -0
- package/dist/components/_commonjsHelpers.js +21 -0
- package/dist/components/animation-utils.js +40 -0
- package/dist/components/arrow.js +1297 -0
- package/dist/components/date-adapter.js +88 -0
- package/dist/components/event-utils.js +16 -0
- package/dist/components/focus-trap.esm.js +1278 -0
- package/dist/components/index.d.ts +92 -0
- package/dist/components/index.js +125 -0
- package/dist/components/index2.js +2017 -0
- package/dist/components/js.cookie.js +144 -0
- package/dist/components/media-utils.js +22 -0
- package/dist/components/string-utils.js +15 -0
- package/dist/components/stzh-accordion-item.d.ts +11 -0
- package/dist/components/stzh-accordion-item.js +204 -0
- package/dist/components/stzh-accordion.d.ts +11 -0
- package/dist/components/stzh-accordion.js +91 -0
- package/dist/components/stzh-actions.d.ts +11 -0
- package/dist/components/stzh-actions.js +69 -0
- package/dist/components/stzh-appnav.d.ts +11 -0
- package/dist/components/stzh-appnav.js +67 -0
- package/dist/components/stzh-appointments.d.ts +11 -0
- package/dist/components/stzh-appointments.js +367 -0
- package/dist/components/stzh-badge.d.ts +11 -0
- package/dist/components/stzh-badge.js +6 -0
- package/dist/components/stzh-badge2.js +33 -0
- package/dist/components/stzh-button.d.ts +11 -0
- package/dist/components/stzh-button.js +6 -0
- package/dist/components/stzh-button2.js +165 -0
- package/dist/components/stzh-calendar.d.ts +11 -0
- package/dist/components/stzh-calendar.js +6 -0
- package/dist/components/stzh-calendar2.js +490 -0
- package/dist/components/stzh-cell.d.ts +11 -0
- package/dist/components/stzh-cell.js +57 -0
- package/dist/components/stzh-checkbox.d.ts +11 -0
- package/dist/components/stzh-checkbox.js +176 -0
- package/dist/components/stzh-checkboxgroup.d.ts +11 -0
- package/dist/components/stzh-checkboxgroup.js +208 -0
- package/dist/components/stzh-chip-select.d.ts +11 -0
- package/dist/components/stzh-chip-select.js +107 -0
- package/dist/components/stzh-chip.d.ts +11 -0
- package/dist/components/stzh-chip.js +6 -0
- package/dist/components/stzh-chip2.js +130 -0
- package/dist/components/stzh-container.d.ts +11 -0
- package/dist/components/stzh-container.js +32 -0
- package/dist/components/stzh-cspace.d.ts +11 -0
- package/dist/components/stzh-cspace.js +35 -0
- package/dist/components/stzh-datamessagelist-item.d.ts +11 -0
- package/dist/components/stzh-datamessagelist-item.js +175 -0
- package/dist/components/stzh-datamessagelist.d.ts +11 -0
- package/dist/components/stzh-datamessagelist.js +36 -0
- package/dist/components/stzh-datatable.d.ts +11 -0
- package/dist/components/stzh-datatable.js +308 -0
- package/dist/components/stzh-datepicker.d.ts +11 -0
- package/dist/components/stzh-datepicker.js +6 -0
- package/dist/components/stzh-datepicker2.js +221 -0
- package/dist/components/stzh-dialog.d.ts +11 -0
- package/dist/components/stzh-dialog.js +229 -0
- package/dist/components/stzh-dropdown.d.ts +11 -0
- package/dist/components/stzh-dropdown.js +6 -0
- package/dist/components/stzh-dropdown2.js +5151 -0
- package/dist/components/stzh-fieldset.d.ts +11 -0
- package/dist/components/stzh-fieldset.js +59 -0
- package/dist/components/stzh-figure.d.ts +11 -0
- package/dist/components/stzh-figure.js +46 -0
- package/dist/components/stzh-flyingfocus.d.ts +11 -0
- package/dist/components/stzh-flyingfocus.js +199 -0
- package/dist/components/stzh-footer.d.ts +11 -0
- package/dist/components/stzh-footer.js +103 -0
- package/dist/components/stzh-ghettobox.d.ts +11 -0
- package/dist/components/stzh-ghettobox.js +6 -0
- package/dist/components/stzh-ghettobox2.js +135 -0
- package/dist/components/stzh-header.d.ts +11 -0
- package/dist/components/stzh-header.js +186 -0
- package/dist/components/stzh-heading.d.ts +11 -0
- package/dist/components/stzh-heading.js +6 -0
- package/dist/components/stzh-heading2.js +46 -0
- package/dist/components/stzh-hr.d.ts +11 -0
- package/dist/components/stzh-hr.js +36 -0
- package/dist/components/stzh-hspace.d.ts +11 -0
- package/dist/components/stzh-hspace.js +64 -0
- package/dist/components/stzh-icon-sprite.d.ts +11 -0
- package/dist/components/stzh-icon-sprite.js +35 -0
- package/dist/components/stzh-icon.d.ts +11 -0
- package/dist/components/stzh-icon.js +6 -0
- package/dist/components/stzh-icon2.js +48 -0
- package/dist/components/stzh-input-description.js +20 -0
- package/dist/components/stzh-input.d.ts +11 -0
- package/dist/components/stzh-input.js +6 -0
- package/dist/components/stzh-input2.js +253 -0
- package/dist/components/stzh-link.d.ts +11 -0
- package/dist/components/stzh-link.js +6 -0
- package/dist/components/stzh-link2.js +144 -0
- package/dist/components/stzh-list-item.d.ts +11 -0
- package/dist/components/stzh-list-item.js +42 -0
- package/dist/components/stzh-list.d.ts +11 -0
- package/dist/components/stzh-list.js +42 -0
- package/dist/components/stzh-loader.d.ts +11 -0
- package/dist/components/stzh-loader.js +48 -0
- package/dist/components/stzh-loadingbar.d.ts +11 -0
- package/dist/components/stzh-loadingbar.js +50 -0
- package/dist/components/stzh-menu-item.d.ts +11 -0
- package/dist/components/stzh-menu-item.js +6 -0
- package/dist/components/stzh-menu-item2.js +116 -0
- package/dist/components/stzh-menu.d.ts +11 -0
- package/dist/components/stzh-menu.js +6 -0
- package/dist/components/stzh-menu2.js +29 -0
- package/dist/components/stzh-message.d.ts +11 -0
- package/dist/components/stzh-message.js +113 -0
- package/dist/components/stzh-metanav.d.ts +11 -0
- package/dist/components/stzh-metanav.js +50 -0
- package/dist/components/stzh-overlay.d.ts +11 -0
- package/dist/components/stzh-overlay.js +119 -0
- package/dist/components/stzh-page-skiplinks.d.ts +11 -0
- package/dist/components/stzh-page-skiplinks.js +50 -0
- package/dist/components/stzh-pagetitle.d.ts +11 -0
- package/dist/components/stzh-pagetitle.js +85 -0
- package/dist/components/stzh-popover.d.ts +11 -0
- package/dist/components/stzh-popover.js +6 -0
- package/dist/components/stzh-popover2.js +390 -0
- package/dist/components/stzh-portal-mitwirken.d.ts +11 -0
- package/dist/components/stzh-portal-mitwirken.js +36 -0
- package/dist/components/stzh-progressbar-item.d.ts +11 -0
- package/dist/components/stzh-progressbar-item.js +6 -0
- package/dist/components/stzh-progressbar-item2.js +82 -0
- package/dist/components/stzh-progressbar.d.ts +11 -0
- package/dist/components/stzh-progressbar.js +159 -0
- package/dist/components/stzh-radio.d.ts +11 -0
- package/dist/components/stzh-radio.js +6 -0
- package/dist/components/stzh-radio2.js +168 -0
- package/dist/components/stzh-radiogroup.d.ts +11 -0
- package/dist/components/stzh-radiogroup.js +6 -0
- package/dist/components/stzh-radiogroup2.js +215 -0
- package/dist/components/stzh-readspeaker.d.ts +11 -0
- package/dist/components/stzh-readspeaker.js +74 -0
- package/dist/components/stzh-richtext.d.ts +11 -0
- package/dist/components/stzh-richtext.js +6 -0
- package/dist/components/stzh-richtext2.js +65 -0
- package/dist/components/stzh-row.d.ts +11 -0
- package/dist/components/stzh-row.js +63 -0
- package/dist/components/stzh-saptcha.d.ts +11 -0
- package/dist/components/stzh-saptcha.js +132 -0
- package/dist/components/stzh-section.d.ts +11 -0
- package/dist/components/stzh-section.js +39 -0
- package/dist/components/stzh-servicecard-list.d.ts +11 -0
- package/dist/components/stzh-servicecard-list.js +99 -0
- package/dist/components/stzh-servicecard.d.ts +11 -0
- package/dist/components/stzh-servicecard.js +283 -0
- package/dist/components/stzh-skiplink.d.ts +11 -0
- package/dist/components/stzh-skiplink.js +45 -0
- package/dist/components/stzh-sortable.d.ts +11 -0
- package/dist/components/stzh-sortable.js +6 -0
- package/dist/components/stzh-sortable2.js +3401 -0
- package/dist/components/stzh-status.d.ts +11 -0
- package/dist/components/stzh-status.js +6 -0
- package/dist/components/stzh-status2.js +51 -0
- package/dist/components/stzh-table.d.ts +11 -0
- package/dist/components/stzh-table.js +164 -0
- package/dist/components/stzh-text.d.ts +11 -0
- package/dist/components/stzh-text.js +6 -0
- package/dist/components/stzh-text2.js +64 -0
- package/dist/components/stzh-toggle.d.ts +11 -0
- package/dist/components/stzh-toggle.js +175 -0
- package/dist/components/stzh-tooltip.d.ts +11 -0
- package/dist/components/stzh-tooltip.js +6 -0
- package/dist/components/stzh-tooltip2.js +353 -0
- package/dist/components/stzh-upload.d.ts +11 -0
- package/dist/components/stzh-upload.js +10818 -0
- package/dist/components/stzh-vbz-linechip.d.ts +11 -0
- package/dist/components/stzh-vbz-linechip.js +6 -0
- package/dist/components/stzh-vbz-linechip2.js +2080 -0
- package/dist/components/stzh-vbz-majorticker.d.ts +11 -0
- package/dist/components/stzh-vbz-majorticker.js +158 -0
- package/dist/components/stzh-vbz-ticker.d.ts +11 -0
- package/dist/components/stzh-vbz-ticker.js +232 -0
- package/dist/components/stzh-visuallyhidden.d.ts +11 -0
- package/dist/components/stzh-visuallyhidden.js +34 -0
- package/dist/components/stzh-vspace.d.ts +11 -0
- package/dist/components/stzh-vspace.js +64 -0
- package/dist/components/translation-utils.js +57 -0
- package/dist/components/utils.js +33 -0
- package/dist/esm/_commonjsHelpers-ba3f0406.js +21 -0
- package/dist/esm/animation-utils-27dcfc1e.js +40 -0
- package/dist/esm/app-globals-137e106c.js +52 -0
- package/dist/esm/arrow-18769ca6.js +1297 -0
- package/dist/esm/date-adapter-c0ee5963.js +88 -0
- package/dist/esm/date-utils-282e96fe.js +159 -0
- package/dist/esm/dom-104fb833.js +73 -0
- package/dist/esm/event-utils-68b64805.js +16 -0
- package/dist/esm/focus-trap.esm-074705a3.js +1278 -0
- package/dist/esm/index-0e6d34c6.js +2209 -0
- package/dist/esm/index-545902f4.js +2017 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/js.cookie-28a40640.js +144 -0
- package/dist/esm/loader.js +19 -0
- package/dist/esm/media-utils-db7c9057.js +22 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/esm/shadow-css-4261c637.js +387 -0
- package/dist/esm/string-utils-33181845.js +15 -0
- package/dist/esm/stzh-accordion-item.entry.js +177 -0
- package/dist/esm/stzh-accordion.entry.js +70 -0
- package/dist/esm/stzh-actions.entry.js +49 -0
- package/dist/esm/stzh-appnav.entry.js +46 -0
- package/dist/esm/stzh-appointments.entry.js +267 -0
- package/dist/esm/stzh-badge_3.entry.js +161 -0
- package/dist/esm/stzh-calendar.entry.js +302 -0
- package/dist/esm/stzh-cell.entry.js +31 -0
- package/dist/esm/stzh-checkbox.entry.js +132 -0
- package/dist/esm/stzh-checkboxgroup.entry.js +164 -0
- package/dist/esm/stzh-chip-select.entry.js +62 -0
- package/dist/esm/stzh-chip.entry.js +97 -0
- package/dist/esm/stzh-components.js +105 -0
- package/dist/esm/stzh-container.entry.js +15 -0
- package/dist/esm/stzh-cspace.entry.js +18 -0
- package/dist/esm/stzh-datamessagelist-item.entry.js +99 -0
- package/dist/esm/stzh-datamessagelist.entry.js +19 -0
- package/dist/esm/stzh-datatable.entry.js +245 -0
- package/dist/esm/stzh-datepicker_4.entry.js +477 -0
- package/dist/esm/stzh-dialog.entry.js +187 -0
- package/dist/esm/stzh-dropdown.entry.js +5082 -0
- package/dist/esm/stzh-fieldset.entry.js +31 -0
- package/dist/esm/stzh-figure.entry.js +26 -0
- package/dist/esm/stzh-flyingfocus.entry.js +174 -0
- package/dist/esm/stzh-footer.entry.js +63 -0
- package/dist/esm/stzh-ghettobox_2.entry.js +145 -0
- package/dist/esm/stzh-header.entry.js +158 -0
- package/dist/esm/stzh-heading.entry.js +28 -0
- package/dist/esm/stzh-hr.entry.js +19 -0
- package/dist/esm/stzh-hspace.entry.js +37 -0
- package/dist/esm/stzh-icon-sprite.entry.js +18 -0
- package/dist/esm/stzh-input-description-fa0a4b5b.js +20 -0
- package/dist/esm/stzh-input.entry.js +188 -0
- package/dist/esm/stzh-link.entry.js +102 -0
- package/dist/esm/stzh-list-item.entry.js +24 -0
- package/dist/esm/stzh-list.entry.js +22 -0
- package/dist/esm/stzh-loader.entry.js +27 -0
- package/dist/esm/stzh-loadingbar.entry.js +29 -0
- package/dist/esm/stzh-menu_2.entry.js +92 -0
- package/dist/esm/stzh-message.entry.js +81 -0
- package/dist/esm/stzh-metanav.entry.js +33 -0
- package/dist/esm/stzh-overlay.entry.js +96 -0
- package/dist/esm/stzh-page-skiplinks.entry.js +33 -0
- package/dist/esm/stzh-pagetitle.entry.js +68 -0
- package/dist/esm/stzh-popover.entry.js +357 -0
- package/dist/esm/stzh-portal-mitwirken.entry.js +19 -0
- package/dist/esm/stzh-progressbar-item.entry.js +53 -0
- package/dist/esm/stzh-progressbar.entry.js +121 -0
- package/dist/esm/stzh-readspeaker.entry.js +54 -0
- package/dist/esm/stzh-row.entry.js +36 -0
- package/dist/esm/stzh-saptcha.entry.js +77 -0
- package/dist/esm/stzh-section.entry.js +20 -0
- package/dist/esm/stzh-servicecard-list.entry.js +52 -0
- package/dist/esm/stzh-servicecard.entry.js +208 -0
- package/dist/esm/stzh-skiplink.entry.js +23 -0
- package/dist/esm/stzh-sortable.entry.js +3378 -0
- package/dist/esm/stzh-status.entry.js +32 -0
- package/dist/esm/stzh-table.entry.js +139 -0
- package/dist/esm/stzh-toggle.entry.js +130 -0
- package/dist/esm/stzh-tooltip.entry.js +318 -0
- package/dist/esm/stzh-upload.entry.js +10746 -0
- package/dist/esm/stzh-vbz-linechip.entry.js +2054 -0
- package/dist/esm/stzh-vbz-majorticker.entry.js +103 -0
- package/dist/esm/stzh-vbz-ticker.entry.js +179 -0
- package/dist/esm/stzh-visuallyhidden.entry.js +17 -0
- package/dist/esm/stzh-vspace.entry.js +37 -0
- package/dist/esm/translation-utils-f5b09945.js +57 -0
- package/dist/esm/utils-c5d68020.js +33 -0
- package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +1 -0
- package/dist/esm-es5/animation-utils-27dcfc1e.js +1 -0
- package/dist/esm-es5/app-globals-137e106c.js +1 -0
- package/dist/esm-es5/arrow-18769ca6.js +1 -0
- package/dist/esm-es5/date-adapter-c0ee5963.js +1 -0
- package/dist/esm-es5/date-utils-282e96fe.js +1 -0
- package/dist/esm-es5/dom-104fb833.js +21 -0
- package/dist/esm-es5/event-utils-68b64805.js +1 -0
- package/dist/esm-es5/focus-trap.esm-074705a3.js +9 -0
- package/dist/esm-es5/index-0e6d34c6.js +2 -0
- package/dist/esm-es5/index-545902f4.js +1 -0
- package/dist/esm-es5/index.js +0 -0
- package/dist/esm-es5/js.cookie-28a40640.js +1 -0
- package/dist/esm-es5/loader.js +1 -0
- package/dist/esm-es5/media-utils-db7c9057.js +1 -0
- package/dist/esm-es5/shadow-css-4261c637.js +12 -0
- package/dist/esm-es5/string-utils-33181845.js +1 -0
- package/dist/esm-es5/stzh-accordion-item.entry.js +1 -0
- package/dist/esm-es5/stzh-accordion.entry.js +1 -0
- package/dist/esm-es5/stzh-actions.entry.js +1 -0
- package/dist/esm-es5/stzh-appnav.entry.js +1 -0
- package/dist/esm-es5/stzh-appointments.entry.js +1 -0
- package/dist/esm-es5/stzh-badge_3.entry.js +1 -0
- package/dist/esm-es5/stzh-calendar.entry.js +1 -0
- package/dist/esm-es5/stzh-cell.entry.js +1 -0
- package/dist/esm-es5/stzh-checkbox.entry.js +1 -0
- package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -0
- package/dist/esm-es5/stzh-chip-select.entry.js +1 -0
- package/dist/esm-es5/stzh-chip.entry.js +1 -0
- package/dist/esm-es5/stzh-components.js +1 -0
- package/dist/esm-es5/stzh-container.entry.js +1 -0
- package/dist/esm-es5/stzh-cspace.entry.js +1 -0
- package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -0
- package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -0
- package/dist/esm-es5/stzh-datatable.entry.js +9 -0
- package/dist/esm-es5/stzh-datepicker_4.entry.js +1 -0
- package/dist/esm-es5/stzh-dialog.entry.js +1 -0
- package/dist/esm-es5/stzh-dropdown.entry.js +1 -0
- package/dist/esm-es5/stzh-fieldset.entry.js +1 -0
- package/dist/esm-es5/stzh-figure.entry.js +1 -0
- package/dist/esm-es5/stzh-flyingfocus.entry.js +1 -0
- package/dist/esm-es5/stzh-footer.entry.js +1 -0
- package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -0
- package/dist/esm-es5/stzh-header.entry.js +1 -0
- package/dist/esm-es5/stzh-heading.entry.js +1 -0
- package/dist/esm-es5/stzh-hr.entry.js +1 -0
- package/dist/esm-es5/stzh-hspace.entry.js +1 -0
- package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -0
- package/dist/esm-es5/stzh-input-description-fa0a4b5b.js +1 -0
- package/dist/esm-es5/stzh-input.entry.js +1 -0
- package/dist/esm-es5/stzh-link.entry.js +1 -0
- package/dist/esm-es5/stzh-list-item.entry.js +1 -0
- package/dist/esm-es5/stzh-list.entry.js +1 -0
- package/dist/esm-es5/stzh-loader.entry.js +1 -0
- package/dist/esm-es5/stzh-loadingbar.entry.js +1 -0
- package/dist/esm-es5/stzh-menu_2.entry.js +1 -0
- package/dist/esm-es5/stzh-message.entry.js +1 -0
- package/dist/esm-es5/stzh-metanav.entry.js +1 -0
- package/dist/esm-es5/stzh-overlay.entry.js +1 -0
- package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -0
- package/dist/esm-es5/stzh-pagetitle.entry.js +1 -0
- package/dist/esm-es5/stzh-popover.entry.js +1 -0
- package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -0
- package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -0
- package/dist/esm-es5/stzh-progressbar.entry.js +1 -0
- package/dist/esm-es5/stzh-readspeaker.entry.js +1 -0
- package/dist/esm-es5/stzh-row.entry.js +1 -0
- package/dist/esm-es5/stzh-saptcha.entry.js +1 -0
- package/dist/esm-es5/stzh-section.entry.js +1 -0
- package/dist/esm-es5/stzh-servicecard-list.entry.js +1 -0
- package/dist/esm-es5/stzh-servicecard.entry.js +1 -0
- package/dist/esm-es5/stzh-skiplink.entry.js +1 -0
- package/dist/esm-es5/stzh-sortable.entry.js +7 -0
- package/dist/esm-es5/stzh-status.entry.js +1 -0
- package/dist/esm-es5/stzh-table.entry.js +1 -0
- package/dist/esm-es5/stzh-toggle.entry.js +1 -0
- package/dist/esm-es5/stzh-tooltip.entry.js +1 -0
- package/dist/esm-es5/stzh-upload.entry.js +1 -0
- package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -0
- package/dist/esm-es5/stzh-vbz-majorticker.entry.js +1 -0
- package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -0
- package/dist/esm-es5/stzh-visuallyhidden.entry.js +1 -0
- package/dist/esm-es5/stzh-vspace.entry.js +1 -0
- package/dist/esm-es5/translation-utils-f5b09945.js +1 -0
- package/dist/esm-es5/utils-c5d68020.js +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/stzh-components/assets/favicons/android-chrome-192x192.png +0 -0
- package/dist/stzh-components/assets/favicons/android-chrome-384x384.png +0 -0
- package/dist/stzh-components/assets/favicons/apple-touch-icon.png +0 -0
- package/dist/stzh-components/assets/favicons/browserconfig.xml +9 -0
- package/dist/stzh-components/assets/favicons/favicon-16x16.png +0 -0
- package/dist/stzh-components/assets/favicons/favicon-32x32.png +0 -0
- package/dist/stzh-components/assets/favicons/favicon.ico +0 -0
- package/dist/stzh-components/assets/favicons/mstile-150x150.png +0 -0
- package/dist/stzh-components/assets/favicons/safari-pinned-tab.svg +1 -0
- package/dist/stzh-components/assets/favicons/site.webmanifest +19 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_41488878.woff +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_41488878.woff2 +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_55Roman.woff +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_55Roman.woff2 +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_71488914.woff +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_71488914.woff2 +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_65Medium.woff +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_65Medium.woff2 +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_85Heavy.woff +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_85Heavy.woff2 +0 -0
- package/dist/stzh-components/assets/fonts.css +39 -0
- package/dist/stzh-components/assets/i18n/de.json +154 -0
- package/dist/stzh-components/assets/i18n/en.json +154 -0
- package/dist/stzh-components/assets/icons/mono/alarm-bell.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/angle-down.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/angle-left.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/angle-right.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/angle-up.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/archive-box.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/arrow-down.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/arrow-left-circle.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/arrow-left.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/arrow-right-long.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/arrow-right.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/arrow-up.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/bulleted-list.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/calendar.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/cart.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/checkmark-circle.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/checkmark.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/clock.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/close-circle.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/close.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/compass-direction.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/compass-north.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/construction.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/copy.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/delete.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/download.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/drag.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/edit.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/email-check.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/expand.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/external-link.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/facebook-comment.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/facebook.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/file.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/filtering.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/flag.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/focus.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/gear.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/heart.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/home.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/important-warning.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/info-help.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/instagram.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/like-hand.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/linkedin.svg +5 -0
- package/dist/stzh-components/assets/icons/mono/list-expanded.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/list-shrinked.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/lock.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/mail.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/map.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/menu.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/minus.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/more-horizontal.svg +5 -0
- package/dist/stzh-components/assets/icons/mono/more-vertical.svg +5 -0
- package/dist/stzh-components/assets/icons/mono/paper-clip.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/phone.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/pin-location.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/pin.svg +11 -0
- package/dist/stzh-components/assets/icons/mono/play-1.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/play-button.svg +11 -0
- package/dist/stzh-components/assets/icons/mono/play.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/plus.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/portfolio-grid.svg +11 -0
- package/dist/stzh-components/assets/icons/mono/print.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/question-help.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/read-mail.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/reload.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/reset-time.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/reset.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/resize.svg +8 -0
- package/dist/stzh-components/assets/icons/mono/rss.svg +12 -0
- package/dist/stzh-components/assets/icons/mono/search.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/services.svg +6 -0
- package/dist/stzh-components/assets/icons/mono/share.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/shrink.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/silent-mode.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/social-media.svg +23 -0
- package/dist/stzh-components/assets/icons/mono/star-filled.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/star.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/subtitle.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/team.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/text-message.svg +6 -0
- package/dist/stzh-components/assets/icons/mono/thermometer.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/transcript.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/twitter-reply.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/twitter-retweet.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/twitter.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/unlock.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/user.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/view-hidden.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/view.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/volume-medium.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/warning-big.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/warning.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/web-Link.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/wifi-signal.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/world-globe.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/xing.svg +11 -0
- package/dist/stzh-components/assets/polyfills/ie11CustomProperties.min.js +8 -0
- package/dist/stzh-components/assets/polyfills/intersection-observer.min.js +7 -0
- package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +1354 -0
- package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Common.Settings.js +278 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Core.js +544 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.HL.js +1111 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.PlayerAPI.js +211 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles-Basic.css +881 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles-Button.css +75 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles.css +977 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.js +257 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.lib.Facade.adapter.jquery.js +120 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.lib.RSLib.js +796 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.pub.Config.js +384 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.ui.js +1241 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeakerClassic.css +357 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeakerClassic.js +51 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/ReadSpeakerClassic.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/cursor-ew.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/help.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/icon_16px.gif +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/pin_black.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/pin_red.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/play-anim.gif +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/rs_button.gif +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/rs_button.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/rs_loader_anim.gif +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/timeline-anim.gif +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.css +1 -0
- package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.js +24 -0
- package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/img/rs_icon_64x64.png +0 -0
- package/dist/stzh-components/index.esm.js +0 -0
- package/dist/stzh-components/p-0338cec3.system.entry.js +1 -0
- package/dist/stzh-components/p-03b16275.entry.js +1 -0
- package/dist/stzh-components/p-0433fff9.system.entry.js +1 -0
- package/dist/stzh-components/p-0837657c.entry.js +1 -0
- package/dist/stzh-components/p-08cc711a.system.entry.js +1 -0
- package/dist/stzh-components/p-0a71fbac.entry.js +1 -0
- package/dist/stzh-components/p-0ae3e066.system.entry.js +1 -0
- package/dist/stzh-components/p-0c2b5907.js +1 -0
- package/dist/stzh-components/p-0e9e4c68.entry.js +1 -0
- package/dist/stzh-components/p-0ec28130.system.entry.js +1 -0
- package/dist/stzh-components/p-148de4e6.entry.js +1 -0
- package/dist/stzh-components/p-160c6e5f.system.entry.js +1 -0
- package/dist/stzh-components/p-17258518.entry.js +1 -0
- package/dist/stzh-components/p-1a40a6e4.js +1 -0
- package/dist/stzh-components/p-1aaa5112.system.entry.js +1 -0
- package/dist/stzh-components/p-1ace5d80.entry.js +1 -0
- package/dist/stzh-components/p-1cde29ea.entry.js +1 -0
- package/dist/stzh-components/p-1cebd703.entry.js +1 -0
- package/dist/stzh-components/p-1e2ee622.system.entry.js +1 -0
- package/dist/stzh-components/p-1f3e6fad.system.entry.js +1 -0
- package/dist/stzh-components/p-22f948e2.entry.js +1 -0
- package/dist/stzh-components/p-22fba26d.entry.js +1 -0
- package/dist/stzh-components/p-25afa99e.entry.js +1 -0
- package/dist/stzh-components/p-301841e3.entry.js +1 -0
- package/dist/stzh-components/p-30b347ee.system.js +2 -0
- package/dist/stzh-components/p-320aedf7.js +1 -0
- package/dist/stzh-components/p-323fdc2f.entry.js +1 -0
- package/dist/stzh-components/p-33d033a3.system.entry.js +1 -0
- package/dist/stzh-components/p-3410ef5a.system.entry.js +1 -0
- package/dist/stzh-components/p-378be0be.system.entry.js +1 -0
- package/dist/stzh-components/p-3a73b8b5.system.js +1 -0
- package/dist/stzh-components/p-3afe13ac.system.entry.js +1 -0
- package/dist/stzh-components/p-3ca5c2e6.system.entry.js +1 -0
- package/dist/stzh-components/p-3da37219.entry.js +8 -0
- package/dist/stzh-components/p-3e3e4bfd.system.js +1 -0
- package/dist/stzh-components/p-3e8ff66b.js +1 -0
- package/dist/stzh-components/p-3eb7b6b4.entry.js +1 -0
- package/dist/stzh-components/p-3f03fd94.system.entry.js +1 -0
- package/dist/stzh-components/p-40a19ce6.js +10 -0
- package/dist/stzh-components/p-42430cdf.js +1 -0
- package/dist/stzh-components/p-4476344d.js +1 -0
- package/dist/stzh-components/p-45d4e9b4.system.entry.js +1 -0
- package/dist/stzh-components/p-46f301c0.entry.js +1 -0
- package/dist/stzh-components/p-49968bbf.entry.js +1 -0
- package/dist/stzh-components/p-4b69a3e8.system.entry.js +1 -0
- package/dist/stzh-components/p-4b8893d1.entry.js +1 -0
- package/dist/stzh-components/p-4c61dcad.js +19 -0
- package/dist/stzh-components/p-4c68fa45.system.js +1 -0
- package/dist/stzh-components/p-4e9e606f.entry.js +1 -0
- package/dist/stzh-components/p-50ea2036.system.js +1 -0
- package/dist/stzh-components/p-53934cfd.js +1 -0
- package/dist/stzh-components/p-562394a9.system.entry.js +1 -0
- package/dist/stzh-components/p-56fccfa3.system.entry.js +1 -0
- package/dist/stzh-components/p-582cf0f1.system.js +1 -0
- package/dist/stzh-components/p-58917ce2.entry.js +1 -0
- package/dist/stzh-components/p-58b8d309.system.entry.js +1 -0
- package/dist/stzh-components/p-5977373f.system.js +1 -0
- package/dist/stzh-components/p-59bdb14a.system.entry.js +1 -0
- package/dist/stzh-components/p-5db542ae.system.js +1 -0
- package/dist/stzh-components/p-5f20178b.system.js +1 -0
- package/dist/stzh-components/p-6113bb25.entry.js +1 -0
- package/dist/stzh-components/p-632d9076.system.entry.js +1 -0
- package/dist/stzh-components/p-63b5068a.system.entry.js +1 -0
- package/dist/stzh-components/p-63bf05f1.system.entry.js +1 -0
- package/dist/stzh-components/p-648695c2.js +1 -0
- package/dist/stzh-components/p-649164c7.entry.js +9 -0
- package/dist/stzh-components/p-649621fc.js +1 -0
- package/dist/stzh-components/p-6523a23b.system.js +21 -0
- package/dist/stzh-components/p-65282c9d.js +2 -0
- package/dist/stzh-components/p-65444117.system.entry.js +1 -0
- package/dist/stzh-components/p-66556f67.entry.js +1 -0
- package/dist/stzh-components/p-670d4834.entry.js +1 -0
- package/dist/stzh-components/p-67eac0a0.entry.js +1 -0
- package/dist/stzh-components/p-690d14cd.entry.js +1 -0
- package/dist/stzh-components/p-6d23fb4d.system.entry.js +1 -0
- package/dist/stzh-components/p-73d51acc.system.entry.js +1 -0
- package/dist/stzh-components/p-740dd50f.entry.js +1 -0
- package/dist/stzh-components/p-75f1b800.entry.js +1 -0
- package/dist/stzh-components/p-79770abe.system.entry.js +9 -0
- package/dist/stzh-components/p-7c6f9cb3.entry.js +1 -0
- package/dist/stzh-components/p-7e3924a0.system.entry.js +1 -0
- package/dist/stzh-components/p-80db7aa6.system.entry.js +1 -0
- package/dist/stzh-components/p-818634d2.entry.js +1 -0
- package/dist/stzh-components/p-81d9f3e0.js +1 -0
- package/dist/stzh-components/p-82e6148a.system.entry.js +1 -0
- package/dist/stzh-components/p-85d78e08.entry.js +1 -0
- package/dist/stzh-components/p-87140179.system.entry.js +1 -0
- package/dist/stzh-components/p-8ba6ca80.js +1 -0
- package/dist/stzh-components/p-8cf287d8.system.entry.js +1 -0
- package/dist/stzh-components/p-915e8ad6.entry.js +1 -0
- package/dist/stzh-components/p-91e9ccfa.entry.js +1 -0
- package/dist/stzh-components/p-927901f5.system.entry.js +1 -0
- package/dist/stzh-components/p-936cc626.system.entry.js +1 -0
- package/dist/stzh-components/p-95a3c962.system.entry.js +1 -0
- package/dist/stzh-components/p-96fd158c.entry.js +1 -0
- package/dist/stzh-components/p-98afd4b0.system.entry.js +1 -0
- package/dist/stzh-components/p-99195f5a.system.js +1 -0
- package/dist/stzh-components/p-99533090.system.entry.js +1 -0
- package/dist/stzh-components/p-9be4e960.entry.js +1 -0
- package/dist/stzh-components/p-9fe34fe8.system.js +1 -0
- package/dist/stzh-components/p-a42a7524.entry.js +1 -0
- package/dist/stzh-components/p-a499fa98.system.entry.js +1 -0
- package/dist/stzh-components/p-a5b616bb.system.entry.js +1 -0
- package/dist/stzh-components/p-a7454367.js +1 -0
- package/dist/stzh-components/p-a7785d9b.system.js +1 -0
- package/dist/stzh-components/p-a8c3af68.system.entry.js +1 -0
- package/dist/stzh-components/p-a8de6293.system.js +13 -0
- package/dist/stzh-components/p-ab2727e6.entry.js +1 -0
- package/dist/stzh-components/p-ab864a8a.system.entry.js +1 -0
- package/dist/stzh-components/p-ac9e6d17.system.entry.js +1 -0
- package/dist/stzh-components/p-adaf8b15.entry.js +1 -0
- package/dist/stzh-components/p-ade1ebcf.system.entry.js +1 -0
- package/dist/stzh-components/p-aec2d2d1.system.entry.js +1 -0
- package/dist/stzh-components/p-af47430b.system.entry.js +1 -0
- package/dist/stzh-components/p-af819e4e.system.js +1 -0
- package/dist/stzh-components/p-afa7061e.entry.js +1 -0
- package/dist/stzh-components/p-b06cc533.entry.js +1 -0
- package/dist/stzh-components/p-b10682ee.js +1 -0
- package/dist/stzh-components/p-b1976630.entry.js +1 -0
- package/dist/stzh-components/p-b24040ff.system.entry.js +1 -0
- package/dist/stzh-components/p-b2c8c31e.system.entry.js +1 -0
- package/dist/stzh-components/p-b34774e7.entry.js +1 -0
- package/dist/stzh-components/p-b3b05b6c.entry.js +1 -0
- package/dist/stzh-components/p-b56c83a4.entry.js +1 -0
- package/dist/stzh-components/p-b651f251.entry.js +1 -0
- package/dist/stzh-components/p-b9e4095d.entry.js +1 -0
- package/dist/stzh-components/p-bb900d9f.entry.js +1 -0
- package/dist/stzh-components/p-bb91feeb.entry.js +1 -0
- package/dist/stzh-components/p-bf5b6523.entry.js +1 -0
- package/dist/stzh-components/p-c2218965.system.entry.js +1 -0
- package/dist/stzh-components/p-c3ac1bdc.system.entry.js +1 -0
- package/dist/stzh-components/p-c51a61cb.system.entry.js +1 -0
- package/dist/stzh-components/p-c6cad5ed.system.entry.js +1 -0
- package/dist/stzh-components/p-c8bc2812.entry.js +1 -0
- package/dist/stzh-components/p-cd29b7ca.entry.js +1 -0
- package/dist/stzh-components/p-d1821750.system.entry.js +1 -0
- package/dist/stzh-components/p-d2f660e1.system.js +1 -0
- package/dist/stzh-components/p-d790a367.entry.js +1 -0
- package/dist/stzh-components/p-d7b5770c.entry.js +1 -0
- package/dist/stzh-components/p-d8819b74.system.entry.js +1 -0
- package/dist/stzh-components/p-da8218fa.system.entry.js +1 -0
- package/dist/stzh-components/p-ded16c0e.system.js +1 -0
- package/dist/stzh-components/p-df422d36.entry.js +1 -0
- package/dist/stzh-components/p-e00139a1.entry.js +1 -0
- package/dist/stzh-components/p-e029f6c5.system.entry.js +1 -0
- package/dist/stzh-components/p-e1b64b8a.system.entry.js +1 -0
- package/dist/stzh-components/p-e20369c8.system.js +10 -0
- package/dist/stzh-components/p-e3769e97.system.js +1 -0
- package/dist/stzh-components/p-e4347cfe.entry.js +1 -0
- package/dist/stzh-components/p-e69a66bb.js +1 -0
- package/dist/stzh-components/p-e9bc3a43.entry.js +1 -0
- package/dist/stzh-components/p-e9ca8ddc.entry.js +1 -0
- package/dist/stzh-components/p-ebf73698.entry.js +1 -0
- package/dist/stzh-components/p-ece7ad4d.system.entry.js +1 -0
- package/dist/stzh-components/p-ef5d4167.js +12 -0
- package/dist/stzh-components/p-efb9fa47.system.entry.js +1 -0
- package/dist/stzh-components/p-efd78d08.system.entry.js +1 -0
- package/dist/stzh-components/p-f0422b6c.entry.js +1 -0
- package/dist/stzh-components/p-f21440b3.entry.js +1 -0
- package/dist/stzh-components/p-f44f4d26.system.entry.js +1 -0
- package/dist/stzh-components/p-f481f21d.system.js +1 -0
- package/dist/stzh-components/p-f48a2b00.system.entry.js +1 -0
- package/dist/stzh-components/p-f8bb1bed.system.entry.js +7 -0
- package/dist/stzh-components/p-fa8651dd.entry.js +1 -0
- package/dist/stzh-components/p-fe9f8a09.system.entry.js +1 -0
- package/dist/stzh-components/p-ffa293cf.entry.js +1 -0
- package/dist/stzh-components/stzh-components.css +1 -0
- package/dist/stzh-components/stzh-components.esm.js +1 -0
- package/dist/stzh-components/stzh-components.js +131 -0
- package/dist/types/components/stzh-accordion/stzh-accordion.d.ts +15 -0
- package/dist/types/components/stzh-accordion-item/stzh-accordion-item.d.ts +44 -0
- package/dist/types/components/stzh-actions/stzh-actions.d.ts +16 -0
- package/dist/types/components/stzh-appnav/stzh-appnav.d.ts +17 -0
- package/dist/types/components/stzh-appointments/stzh-appointments.d.ts +73 -0
- package/dist/types/components/stzh-appointments/stzh-appointments.localization.d.ts +11 -0
- package/dist/types/components/stzh-badge/stzh-badge.d.ts +8 -0
- package/dist/types/components/stzh-button/stzh-button.d.ts +59 -0
- package/dist/types/components/stzh-calendar/stzh-calendar-day.d.ts +14 -0
- package/dist/types/components/stzh-calendar/stzh-calendar-month.d.ts +21 -0
- package/dist/types/components/stzh-calendar/stzh-calendar.d.ts +76 -0
- package/dist/types/components/stzh-calendar/stzh-calendar.localization.d.ts +7 -0
- package/dist/types/components/stzh-cell/stzh-cell.d.ts +21 -0
- package/dist/types/components/stzh-checkbox/stzh-checkbox.d.ts +55 -0
- package/dist/types/components/stzh-checkboxgroup/stzh-checkboxgroup.d.ts +62 -0
- package/dist/types/components/stzh-chip/stzh-chip.d.ts +47 -0
- package/dist/types/components/stzh-chip-select/stzh-chip-select.d.ts +23 -0
- package/dist/types/components/stzh-container/stzh-container.d.ts +6 -0
- package/dist/types/components/stzh-cspace/stzh-cspace.d.ts +6 -0
- package/dist/types/components/stzh-datamessagelist/stzh-datamessagelist.d.ts +6 -0
- package/dist/types/components/stzh-datamessagelist-item/stzh-datamessagelist-item.d.ts +44 -0
- package/dist/types/components/stzh-datamessagelist-item/stzh-datamessagelist-item.localization.d.ts +4 -0
- package/dist/types/components/stzh-datatable/stzh-datatable.d.ts +49 -0
- package/dist/types/components/stzh-datatable/stzh-datatable.localization.d.ts +4 -0
- package/dist/types/components/stzh-datepicker/stzh-datepicker.d.ts +93 -0
- package/dist/types/components/stzh-datepicker/stzh-datepicker.localization.d.ts +5 -0
- package/dist/types/components/stzh-dialog/stzh-dialog.d.ts +59 -0
- package/dist/types/components/stzh-dialog/stzh-dialog.localization.d.ts +4 -0
- package/dist/types/components/stzh-dropdown/stzh-dropdown.d.ts +150 -0
- package/dist/types/components/stzh-dropdown/stzh-dropdown.localization.d.ts +7 -0
- package/dist/types/components/stzh-fieldset/stzh-fieldset.d.ts +15 -0
- package/dist/types/components/stzh-figure/stzh-figure.d.ts +13 -0
- package/dist/types/components/stzh-flyingfocus/stzh-flyingfocus.d.ts +39 -0
- package/dist/types/components/stzh-footer/stzh-footer.d.ts +21 -0
- package/dist/types/components/stzh-footer/stzh-footer.localization.d.ts +9 -0
- package/dist/types/components/stzh-ghettobox/stzh-ghettobox.d.ts +49 -0
- package/dist/types/components/stzh-ghettobox/stzh-ghettobox.localization.d.ts +5 -0
- package/dist/types/components/stzh-header/stzh-header.d.ts +57 -0
- package/dist/types/components/stzh-heading/stzh-heading.d.ts +13 -0
- package/dist/types/components/stzh-hr/stzh-hr.d.ts +7 -0
- package/dist/types/components/stzh-hspace/stzh-hspace.d.ts +25 -0
- package/dist/types/components/stzh-icon/stzh-icon.d.ts +15 -0
- package/dist/types/components/stzh-icon-sprite/stzh-icon-sprite.d.ts +3 -0
- package/dist/types/components/stzh-input/stzh-input-description.d.ts +11 -0
- package/dist/types/components/stzh-input/stzh-input.d.ts +95 -0
- package/dist/types/components/stzh-link/stzh-link.d.ts +50 -0
- package/dist/types/components/stzh-list/stzh-list.d.ts +9 -0
- package/dist/types/components/stzh-list-item/stzh-list-item.d.ts +7 -0
- package/dist/types/components/stzh-loader/stzh-loader.d.ts +13 -0
- package/dist/types/components/stzh-loadingbar/stzh-loadingbar.d.ts +12 -0
- package/dist/types/components/stzh-menu/stzh-menu.d.ts +6 -0
- package/dist/types/components/stzh-menu-item/stzh-menu-item.d.ts +35 -0
- package/dist/types/components/stzh-message/stzh-message.d.ts +36 -0
- package/dist/types/components/stzh-message/stzh-message.localization.d.ts +4 -0
- package/dist/types/components/stzh-metanav/stzh-metanav.d.ts +11 -0
- package/dist/types/components/stzh-overlay/stzh-overlay.d.ts +34 -0
- package/dist/types/components/stzh-page-skiplinks/stzh-page-skiplinks.d.ts +11 -0
- package/dist/types/components/stzh-pagetitle/stzh-pagetitle.d.ts +11 -0
- package/dist/types/components/stzh-popover/stzh-popover.d.ts +73 -0
- package/dist/types/components/stzh-popover/stzh-popover.localization.d.ts +4 -0
- package/dist/types/components/stzh-portal-mitwirken/stzh-portal-mitwirken.d.ts +8 -0
- package/dist/types/components/stzh-progressbar/stzh-progressbar.d.ts +42 -0
- package/dist/types/components/stzh-progressbar-item/stzh-progressbar-item.d.ts +22 -0
- package/dist/types/components/stzh-radio/stzh-radio.d.ts +55 -0
- package/dist/types/components/stzh-radiogroup/stzh-radiogroup.d.ts +64 -0
- package/dist/types/components/stzh-readspeaker/stzh-readspeaker.d.ts +18 -0
- package/dist/types/components/stzh-richtext/stzh-richtext.d.ts +14 -0
- package/dist/types/components/stzh-row/stzh-row.d.ts +23 -0
- package/dist/types/components/stzh-saptcha/stzh-saptcha.d.ts +28 -0
- package/dist/types/components/stzh-saptcha/stzh-saptcha.localization.d.ts +7 -0
- package/dist/types/components/stzh-section/stzh-section.d.ts +8 -0
- package/dist/types/components/stzh-servicecard/stzh-servicecard.d.ts +72 -0
- package/dist/types/components/stzh-servicecard/stzh-servicecard.localization.d.ts +8 -0
- package/dist/types/components/stzh-servicecard-list/stzh-servicecard-list.d.ts +23 -0
- package/dist/types/components/stzh-servicecard-list/stzh-servicecard-list.localization.d.ts +5 -0
- package/dist/types/components/stzh-skiplink/stzh-skiplink.d.ts +16 -0
- package/dist/types/components/stzh-sortable/stzh-sortable.d.ts +52 -0
- package/dist/types/components/stzh-sortable/stzh-sortable.localization.d.ts +8 -0
- package/dist/types/components/stzh-status/stzh-status.d.ts +14 -0
- package/dist/types/components/stzh-table/stzh-table.d.ts +33 -0
- package/dist/types/components/stzh-text/stzh-text.d.ts +23 -0
- package/dist/types/components/stzh-toggle/stzh-toggle.d.ts +57 -0
- package/dist/types/components/stzh-tooltip/stzh-tooltip.d.ts +78 -0
- package/dist/types/components/stzh-tooltip/stzh-tooltip.localization.d.ts +4 -0
- package/dist/types/components/stzh-upload/stzh-upload.d.ts +207 -0
- package/dist/types/components/stzh-upload/stzh-upload.localization.d.ts +16 -0
- package/dist/types/components/stzh-vbz-linechip/stzh-vbz-linechip.d.ts +27 -0
- package/dist/types/components/stzh-vbz-majorticker/stzh-vbz-majorticker.d.ts +34 -0
- package/dist/types/components/stzh-vbz-majorticker/stzh-vbz-majorticker.localization.d.ts +4 -0
- package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.d.ts +54 -0
- package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.d.ts +15 -0
- package/dist/types/components/stzh-visuallyhidden/stzh-visuallyhidden.d.ts +6 -0
- package/dist/types/components/stzh-vspace/stzh-vspace.d.ts +25 -0
- package/dist/types/components.d.ts +5192 -0
- package/dist/types/index.d.ts +427 -0
- package/dist/types/stencil-public-runtime.d.ts +1565 -0
- package/dist/types/types/svg.d.ts +4 -0
- package/dist/types/utils/animation-utils.d.ts +10 -0
- package/dist/types/utils/date-adapter.d.ts +8 -0
- package/dist/types/utils/date-utils.d.ts +61 -0
- package/dist/types/utils/event-utils.d.ts +1 -0
- package/dist/types/utils/h.d.ts +18 -0
- package/dist/types/utils/media-utils.d.ts +3 -0
- package/dist/types/utils/string-utils.d.ts +2 -0
- package/dist/types/utils/test-utils.d.ts +9 -0
- package/dist/types/utils/translation-utils.d.ts +40 -0
- package/dist/types/utils/utils.d.ts +3 -0
- package/dist/vscode-data.json +4453 -0
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +12 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +11 -0
- package/package.json +94 -0
|
@@ -0,0 +1,4453 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1.1,
|
|
3
|
+
"tags": [
|
|
4
|
+
{
|
|
5
|
+
"name": "stzh-accordion",
|
|
6
|
+
"description": {
|
|
7
|
+
"kind": "markdown",
|
|
8
|
+
"value": "The STZH accordion component."
|
|
9
|
+
},
|
|
10
|
+
"attributes": [
|
|
11
|
+
{
|
|
12
|
+
"name": "collapsible",
|
|
13
|
+
"description": "Whether folds are collapsible"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "multiselectable",
|
|
17
|
+
"description": "Whether multiple folds can be opened at once"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "stzh-accordion-item",
|
|
23
|
+
"description": {
|
|
24
|
+
"kind": "markdown",
|
|
25
|
+
"value": "The STZH accordion item component."
|
|
26
|
+
},
|
|
27
|
+
"attributes": [
|
|
28
|
+
{
|
|
29
|
+
"name": "disabled",
|
|
30
|
+
"description": "Whether fold disabled"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "heading",
|
|
34
|
+
"description": "Heading title"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "heading-level",
|
|
38
|
+
"description": "Heading level",
|
|
39
|
+
"values": [
|
|
40
|
+
{
|
|
41
|
+
"name": "1"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "2"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "3"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "4"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "open",
|
|
56
|
+
"description": "Whether fold is open"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "subtitle",
|
|
60
|
+
"description": "Subtitle"
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "stzh-actions",
|
|
66
|
+
"description": {
|
|
67
|
+
"kind": "markdown",
|
|
68
|
+
"value": "The STZH actions component.\r\n\r\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."
|
|
69
|
+
},
|
|
70
|
+
"attributes": [
|
|
71
|
+
{
|
|
72
|
+
"name": "variant",
|
|
73
|
+
"description": "Variant determining what position the action buttons are",
|
|
74
|
+
"values": [
|
|
75
|
+
{
|
|
76
|
+
"name": "dialog"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "form"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "process"
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "with-border",
|
|
88
|
+
"description": "With border separator"
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "stzh-appnav",
|
|
94
|
+
"description": {
|
|
95
|
+
"kind": "markdown",
|
|
96
|
+
"value": "The STZH app navigation component which can be used inside the `<stzh-header>` element.\r\n\r\nLinks elements can be slotted into the default slot.\r\nBy default `size=\"small\"` and `variant=\"secondary\"` will be set to the `stzh-link` elements if nothing else is set."
|
|
97
|
+
},
|
|
98
|
+
"attributes": [
|
|
99
|
+
{
|
|
100
|
+
"name": "app-href",
|
|
101
|
+
"description": "Link of app title (only used if `app-title` is defined)"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "app-status",
|
|
105
|
+
"description": "Status displayed next to app title (only displayed if `app-title` is defined)"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "app-title",
|
|
109
|
+
"description": "App title shown on tablet/desktop"
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "stzh-appointments",
|
|
115
|
+
"description": {
|
|
116
|
+
"kind": "markdown",
|
|
117
|
+
"value": "The STZH appointments component."
|
|
118
|
+
},
|
|
119
|
+
"attributes": [
|
|
120
|
+
{
|
|
121
|
+
"name": "appointments",
|
|
122
|
+
"description": "Initial selected values"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "appointments-title",
|
|
126
|
+
"description": "Overwrite default appointments title"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "calendar-title",
|
|
130
|
+
"description": "Overwrite default calendar title"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "current-date",
|
|
134
|
+
"description": "Current selected date (if undefined, earliest appointment date in list is taken or current selected one by value)"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "name",
|
|
138
|
+
"description": ""
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "show-items",
|
|
142
|
+
"description": "Nr of items shown"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "sort-by",
|
|
146
|
+
"description": "Sort by",
|
|
147
|
+
"values": [
|
|
148
|
+
{
|
|
149
|
+
"name": "place"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "start"
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "step-items",
|
|
158
|
+
"description": "Nr of items shown when more link is clicked"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "value",
|
|
162
|
+
"description": ""
|
|
163
|
+
}
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "stzh-badge",
|
|
168
|
+
"description": {
|
|
169
|
+
"kind": "markdown",
|
|
170
|
+
"value": "The STZH badge component."
|
|
171
|
+
},
|
|
172
|
+
"attributes": [
|
|
173
|
+
{
|
|
174
|
+
"name": "label",
|
|
175
|
+
"description": "Text content of the badge"
|
|
176
|
+
}
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "stzh-button",
|
|
181
|
+
"description": {
|
|
182
|
+
"kind": "markdown",
|
|
183
|
+
"value": "The STZH button component."
|
|
184
|
+
},
|
|
185
|
+
"attributes": [
|
|
186
|
+
{
|
|
187
|
+
"name": "a11y-describedby",
|
|
188
|
+
"description": "Id for element which describes the button (this will be overwritten if description prop or slot is used, used by stzh-radiogroup)"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "a11y-label",
|
|
192
|
+
"description": "Accessible label for screen readers to replace visible text"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "active",
|
|
196
|
+
"description": "Whether the button is active"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "badge",
|
|
200
|
+
"description": "Display a badge aligned to button or icons"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "badge-position",
|
|
204
|
+
"description": "Badge position",
|
|
205
|
+
"values": [
|
|
206
|
+
{
|
|
207
|
+
"name": "button"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "icon"
|
|
211
|
+
}
|
|
212
|
+
]
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "disabled",
|
|
216
|
+
"description": "Whether the button is disabled"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": "effect",
|
|
220
|
+
"description": "Effect/Animation used",
|
|
221
|
+
"values": [
|
|
222
|
+
{
|
|
223
|
+
"name": "cta"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"name": "default"
|
|
227
|
+
}
|
|
228
|
+
]
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "fullwidth",
|
|
232
|
+
"description": "Whether the button is full width"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "href",
|
|
236
|
+
"description": "`href` if the button should be used as link"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "icon",
|
|
240
|
+
"description": "Icon (use instead of icon slot)"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "icon-only",
|
|
244
|
+
"description": "Whether only an icon is used inside the button"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "icon-position",
|
|
248
|
+
"description": "Icon Position",
|
|
249
|
+
"values": [
|
|
250
|
+
{
|
|
251
|
+
"name": "left"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"name": "right"
|
|
255
|
+
}
|
|
256
|
+
]
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "label",
|
|
260
|
+
"description": "Label"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"name": "size",
|
|
264
|
+
"description": "Size variant",
|
|
265
|
+
"values": [
|
|
266
|
+
{
|
|
267
|
+
"name": "default"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "small"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"name": "tiny"
|
|
274
|
+
}
|
|
275
|
+
]
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"name": "target",
|
|
279
|
+
"description": "Target if the button is used as link (if `href` used)"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"name": "text-align",
|
|
283
|
+
"description": "Text alignment",
|
|
284
|
+
"values": [
|
|
285
|
+
{
|
|
286
|
+
"name": "center"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"name": "default"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"name": "left"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"name": "right"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "space-between"
|
|
299
|
+
}
|
|
300
|
+
]
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "type",
|
|
304
|
+
"description": "Type of the button",
|
|
305
|
+
"values": [
|
|
306
|
+
{
|
|
307
|
+
"name": "button"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"name": "reset"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "submit"
|
|
314
|
+
}
|
|
315
|
+
]
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"name": "variant",
|
|
319
|
+
"description": "Variant style",
|
|
320
|
+
"values": [
|
|
321
|
+
{
|
|
322
|
+
"name": "default"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "input"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "secondary"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"name": "tertiary"
|
|
332
|
+
}
|
|
333
|
+
]
|
|
334
|
+
}
|
|
335
|
+
]
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "stzh-calendar",
|
|
339
|
+
"description": {
|
|
340
|
+
"kind": "markdown",
|
|
341
|
+
"value": "The STZH calendar component."
|
|
342
|
+
},
|
|
343
|
+
"attributes": [
|
|
344
|
+
{
|
|
345
|
+
"name": "first-day-of-week",
|
|
346
|
+
"description": "Which day is considered first day of the week? `0` for Sunday, `1` for Monday, etc.\r\nDefault is Monday."
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"name": "max",
|
|
350
|
+
"description": "Maximum date allowed to be picked. Must be in IS0-8601 format: YYYY-MM-DD.\r\nThis setting can be used alone or together with the min property."
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "min",
|
|
354
|
+
"description": "Minimum date allowed to be picked. Must be in IS0-8601 format: YYYY-MM-DD.\r\nThis setting can be used alone or together with the max property."
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "value",
|
|
358
|
+
"description": "Date value. Must be in IS0-8601 format: YYYY-MM-DD."
|
|
359
|
+
}
|
|
360
|
+
]
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"name": "stzh-cell",
|
|
364
|
+
"description": {
|
|
365
|
+
"kind": "markdown",
|
|
366
|
+
"value": "See row component for how to use."
|
|
367
|
+
},
|
|
368
|
+
"attributes": [
|
|
369
|
+
{
|
|
370
|
+
"name": "align-self",
|
|
371
|
+
"description": "Control how cells items are positioned along a container's cross axis",
|
|
372
|
+
"values": [
|
|
373
|
+
{
|
|
374
|
+
"name": "auto"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "baseline"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"name": "center"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"name": "end"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"name": "start"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "stretch"
|
|
390
|
+
}
|
|
391
|
+
]
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "justify-self",
|
|
395
|
+
"description": "Controlling how cells are positioned along a container's main axis",
|
|
396
|
+
"values": [
|
|
397
|
+
{
|
|
398
|
+
"name": "around"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "auto"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"name": "between"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "center"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "end"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "evenly"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "start"
|
|
417
|
+
}
|
|
418
|
+
]
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "span",
|
|
422
|
+
"description": "Default span of each cell"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "span-large",
|
|
426
|
+
"description": "Default span of each cell above large breakpoint"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "span-medium",
|
|
430
|
+
"description": "Default span of each cell above medium breakpoint"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"name": "span-small",
|
|
434
|
+
"description": "Default span of each cell above small breakpoint"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "span-ultra",
|
|
438
|
+
"description": "Default span of each cell above ultra breakpoint"
|
|
439
|
+
}
|
|
440
|
+
]
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "stzh-checkbox",
|
|
444
|
+
"description": {
|
|
445
|
+
"kind": "markdown",
|
|
446
|
+
"value": "The STZH checkbox component."
|
|
447
|
+
},
|
|
448
|
+
"attributes": [
|
|
449
|
+
{
|
|
450
|
+
"name": "a11y-describedby",
|
|
451
|
+
"description": "Id for element which describes the input (this will be overwritten if description prop or slot is used)"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"name": "checked",
|
|
455
|
+
"description": "Checked status"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"name": "description",
|
|
459
|
+
"description": "Description message (use description slot as alternative)"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"name": "description-long",
|
|
463
|
+
"description": "Long description message appearing in a popover (use description-long slot as alternative)"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"name": "disabled",
|
|
467
|
+
"description": "Whether the checkbox is disabled"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"name": "error",
|
|
471
|
+
"description": "One or multiple error message (use error slot as alternative)"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"name": "invalid",
|
|
475
|
+
"description": "Invalid status"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"name": "label",
|
|
479
|
+
"description": "Label"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"name": "name",
|
|
483
|
+
"description": "Name of the input element"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"name": "required",
|
|
487
|
+
"description": "Required status"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"name": "show-marker",
|
|
491
|
+
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show noting"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"name": "value",
|
|
495
|
+
"description": "Value of the input element"
|
|
496
|
+
}
|
|
497
|
+
]
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"name": "stzh-checkboxgroup",
|
|
501
|
+
"description": {
|
|
502
|
+
"kind": "markdown",
|
|
503
|
+
"value": "The STZH checkboxgroup component."
|
|
504
|
+
},
|
|
505
|
+
"attributes": [
|
|
506
|
+
{
|
|
507
|
+
"name": "description",
|
|
508
|
+
"description": "Description message (use description slot as alternative)"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"name": "description-long",
|
|
512
|
+
"description": "Long description message appearing in a popover (use description-long slot as alternative)"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"name": "direction",
|
|
516
|
+
"description": "Direction",
|
|
517
|
+
"values": [
|
|
518
|
+
{
|
|
519
|
+
"name": "horizontal"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "vertical"
|
|
523
|
+
}
|
|
524
|
+
]
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"name": "disabled",
|
|
528
|
+
"description": "Whether the element is disabled or not"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"name": "error",
|
|
532
|
+
"description": "One or multiple error message (use error slot as alternative)"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"name": "hide-legend",
|
|
536
|
+
"description": "Hide legend to show only for screenreaders"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"name": "invalid",
|
|
540
|
+
"description": "Invalid status"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "legend",
|
|
544
|
+
"description": "The legend"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"name": "name",
|
|
548
|
+
"description": "The name of the input checkbox elements"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "show-marker",
|
|
552
|
+
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show noting"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"name": "value",
|
|
556
|
+
"description": "Select a checkbox by value"
|
|
557
|
+
}
|
|
558
|
+
]
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"name": "stzh-chip",
|
|
562
|
+
"description": {
|
|
563
|
+
"kind": "markdown",
|
|
564
|
+
"value": "The STZH chip component."
|
|
565
|
+
},
|
|
566
|
+
"attributes": [
|
|
567
|
+
{
|
|
568
|
+
"name": "active",
|
|
569
|
+
"description": "Active"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "counter",
|
|
573
|
+
"description": "Counter"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"name": "disabled",
|
|
577
|
+
"description": "Disabled"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"name": "icon",
|
|
581
|
+
"description": "Icon (use instead of icon slot)"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"name": "invert",
|
|
585
|
+
"description": "Invert (only available for tag variant)"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"name": "label",
|
|
589
|
+
"description": "Label"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"name": "removable",
|
|
593
|
+
"description": "Whether remove button should be shown"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"name": "remove-label",
|
|
597
|
+
"description": "Label of remove button for screenreaders"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"name": "size",
|
|
601
|
+
"description": "Size",
|
|
602
|
+
"values": [
|
|
603
|
+
{
|
|
604
|
+
"name": "default"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "small"
|
|
608
|
+
}
|
|
609
|
+
]
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"name": "type",
|
|
613
|
+
"description": "Type",
|
|
614
|
+
"values": [
|
|
615
|
+
{
|
|
616
|
+
"name": "default"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"name": "important"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"name": "secondary"
|
|
623
|
+
}
|
|
624
|
+
]
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"name": "variant",
|
|
628
|
+
"description": "Variant",
|
|
629
|
+
"values": [
|
|
630
|
+
{
|
|
631
|
+
"name": "filter"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"name": "input"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"name": "tag"
|
|
638
|
+
}
|
|
639
|
+
]
|
|
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
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"name": "label",
|
|
656
|
+
"description": "Label"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"name": "value",
|
|
660
|
+
"description": "Value"
|
|
661
|
+
}
|
|
662
|
+
]
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"name": "stzh-container",
|
|
666
|
+
"description": {
|
|
667
|
+
"kind": "markdown",
|
|
668
|
+
"value": "The STZH container component.\r\n\r\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.\r\n\r\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.\r\n\r\n```html\r\n<stzh-cspace>\r\n <stzh-heading>Heading</stzh-heading>\r\n <stzh-text>Lorem ipsum</stzh-text>\r\n <stzh-figure>\r\n <img src=\"media/images/example.jpg\" loading=\"lazy\" />\r\n </stzh-figure>\r\n <stzh-heading level=\"2\">Heading<stzh-heading>\r\n // note: use \"no-cspace-top\" to disable top margin\r\n // or \"no-cspace-bottom\" to disable bottom margin if needed\r\n <stzh-button no-cspace-top no-cspace-bottom>Test</stzh-button>\r\n ...\r\n</stzh-cspace>\r\n```"
|
|
677
|
+
},
|
|
678
|
+
"attributes": []
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "stzh-datamessagelist",
|
|
682
|
+
"description": {
|
|
683
|
+
"kind": "markdown",
|
|
684
|
+
"value": "The STZH datemessagelist component."
|
|
685
|
+
},
|
|
686
|
+
"attributes": []
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"name": "stzh-datamessagelist-item",
|
|
690
|
+
"description": {
|
|
691
|
+
"kind": "markdown",
|
|
692
|
+
"value": "The STZH datamessagelist item component."
|
|
693
|
+
},
|
|
694
|
+
"attributes": [
|
|
695
|
+
{
|
|
696
|
+
"name": "actions",
|
|
697
|
+
"description": "Actions"
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"name": "description",
|
|
701
|
+
"description": "Description"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"name": "external-href",
|
|
705
|
+
"description": "External href"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"name": "heading",
|
|
709
|
+
"description": "Heading"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"name": "href",
|
|
713
|
+
"description": "URL the item should link to"
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"name": "loading-status",
|
|
717
|
+
"description": "Loading status",
|
|
718
|
+
"values": [
|
|
719
|
+
{
|
|
720
|
+
"name": "success"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"name": "default"
|
|
724
|
+
}
|
|
725
|
+
]
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "meta",
|
|
729
|
+
"description": "Meta"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"name": "tags",
|
|
733
|
+
"description": "Tags"
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"name": "unread",
|
|
737
|
+
"description": "Whether item should be displayed in unread state"
|
|
738
|
+
}
|
|
739
|
+
]
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"name": "stzh-datatable",
|
|
743
|
+
"description": {
|
|
744
|
+
"kind": "markdown",
|
|
745
|
+
"value": "The STZH datatable component.\r\n\r\nAs alternative, you can use the <a href=\"?path=/story/components-table--default\" target=\"_blank\">stzh-table</a> element if you need more control over rendering the table element, but you will have to implement filtering and sorting by yourself."
|
|
746
|
+
},
|
|
747
|
+
"attributes": [
|
|
748
|
+
{
|
|
749
|
+
"name": "columns",
|
|
750
|
+
"description": "Columns"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "id-field",
|
|
754
|
+
"description": "ID field"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "label",
|
|
758
|
+
"description": "Label"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"name": "rows",
|
|
762
|
+
"description": "Rows"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"name": "sort-by",
|
|
766
|
+
"description": "Sort by given column key"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"name": "sort-direction",
|
|
770
|
+
"description": "Sort direction",
|
|
771
|
+
"values": [
|
|
772
|
+
{
|
|
773
|
+
"name": "asc"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"name": "desc"
|
|
777
|
+
}
|
|
778
|
+
]
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "tokenize",
|
|
782
|
+
"description": "Tokenize type",
|
|
783
|
+
"values": [
|
|
784
|
+
{
|
|
785
|
+
"name": "forward"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"name": "full"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"name": "reverse"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"name": "strict"
|
|
795
|
+
}
|
|
796
|
+
]
|
|
797
|
+
}
|
|
798
|
+
]
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"name": "stzh-datepicker",
|
|
802
|
+
"description": {
|
|
803
|
+
"kind": "markdown",
|
|
804
|
+
"value": "The STZH datepicker module.\r\n\r\nHandles the communication between internal `stzh-input`, `stzh-popover`, `stzh-button` and `stzh-calendar` element."
|
|
805
|
+
},
|
|
806
|
+
"attributes": [
|
|
807
|
+
{
|
|
808
|
+
"name": "calendar-max",
|
|
809
|
+
"description": "Maximum date allowed to be picked. Must be in IS0-8601 format: YYYY-MM-DD.\r\nThis setting can be used alone or together with the min property."
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"name": "calendar-min",
|
|
813
|
+
"description": "Minimum date allowed to be picked. Must be in IS0-8601 format: YYYY-MM-DD.\r\nThis setting can be used alone or together with the max property."
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"name": "description",
|
|
817
|
+
"description": "Description message (use description slot as alternative)"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"name": "description-long",
|
|
821
|
+
"description": "Long description message appearing in a popover (use description-long slot as alternative)"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"name": "disabled",
|
|
825
|
+
"description": "Whether the element is disabled or not"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"name": "error",
|
|
829
|
+
"description": "One or multiple error message (use error slot as alternative)"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"name": "inline",
|
|
833
|
+
"description": "Show calendar inline"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"name": "invalid",
|
|
837
|
+
"description": "Invalid status"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "label",
|
|
841
|
+
"description": "Label for input field and popover"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"name": "name",
|
|
845
|
+
"description": "Name of the hidden date picker input."
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"name": "placeholder",
|
|
849
|
+
"description": "Placeholder text"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"name": "readonly",
|
|
853
|
+
"description": "Whether the element is readonly or not"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"name": "required",
|
|
857
|
+
"description": "Required status"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"name": "show-marker",
|
|
861
|
+
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show noting"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "size",
|
|
865
|
+
"description": "Size variant",
|
|
866
|
+
"values": [
|
|
867
|
+
{
|
|
868
|
+
"name": "default"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"name": "small"
|
|
872
|
+
}
|
|
873
|
+
]
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"name": "value",
|
|
877
|
+
"description": "Value of hidden date picker input (current selected date in ISO format)."
|
|
878
|
+
}
|
|
879
|
+
]
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"name": "stzh-dialog",
|
|
883
|
+
"description": {
|
|
884
|
+
"kind": "markdown",
|
|
885
|
+
"value": "The STZH dialog component."
|
|
886
|
+
},
|
|
887
|
+
"attributes": [
|
|
888
|
+
{
|
|
889
|
+
"name": "a11y-label",
|
|
890
|
+
"description": "Accessible label for dialog (use if no heading is used)"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"name": "a11y-role",
|
|
894
|
+
"description": "Accessibility role",
|
|
895
|
+
"values": [
|
|
896
|
+
{
|
|
897
|
+
"name": "alertdialog"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"name": "dialog"
|
|
901
|
+
}
|
|
902
|
+
]
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"name": "close-on-backdrop-click",
|
|
906
|
+
"description": "Close dialog when clicking outside of it"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "close-on-escape-key",
|
|
910
|
+
"description": "Close dialog when pressing ESC"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"name": "heading",
|
|
914
|
+
"description": "Heading text"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"name": "hide-close",
|
|
918
|
+
"description": "Whether to hide close button"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "open",
|
|
922
|
+
"description": "Open status"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"name": "size",
|
|
926
|
+
"description": "Size",
|
|
927
|
+
"values": [
|
|
928
|
+
{
|
|
929
|
+
"name": "default"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"name": "small"
|
|
933
|
+
}
|
|
934
|
+
]
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"name": "stay",
|
|
938
|
+
"description": "Stay in original position (true) or move to body (false)"
|
|
939
|
+
}
|
|
940
|
+
]
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"name": "stzh-dropdown",
|
|
944
|
+
"description": {
|
|
945
|
+
"kind": "markdown",
|
|
946
|
+
"value": "The STZH dropdown component.\r\n\r\nUses the [tom-select](https://tom-select.js.org/) library internally."
|
|
947
|
+
},
|
|
948
|
+
"attributes": [
|
|
949
|
+
{
|
|
950
|
+
"name": "a11y-describedby",
|
|
951
|
+
"description": "Id for element which describes the input (this will be overwritten if description prop or slot is used, used by stzh-radiogroup)"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"name": "allow-empty-option",
|
|
955
|
+
"description": "If true, any options with a \"\" value will be treated like a normal option. This defaults to false to accommodate the common <select> practice of having the first empty option to act as a placeholder."
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"name": "close-after-select",
|
|
959
|
+
"description": "After a selection is made, the dropdown will remain open if in a multi-selection control or will close in a single-selection control. Setting closeAfterSelect to true will force the dropdown to close after selections are made. Setting closeAfterSelect to false will keep the dropdown open after selections are made."
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "description",
|
|
963
|
+
"description": "Description message (use description slot as alternative)"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"name": "description-long",
|
|
967
|
+
"description": "Long description message appearing in a popover (use description-long slot as alternative)"
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"name": "disabled",
|
|
971
|
+
"description": "Whether the dropdown is disabled"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"name": "error",
|
|
975
|
+
"description": "One or multiple error message (use error slot as alternative)"
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"name": "icon",
|
|
979
|
+
"description": "Icon (use instead of icon slot)"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"name": "inline",
|
|
983
|
+
"description": "Show inline (auto width)"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "invalid",
|
|
987
|
+
"description": "Invalid status"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"name": "items",
|
|
991
|
+
"description": "Selected values"
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"name": "label",
|
|
995
|
+
"description": "Label"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"name": "label-field",
|
|
999
|
+
"description": "The name of the property to render as an option / item label (not needed when custom rendering functions are defined)."
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"name": "load-throttle",
|
|
1003
|
+
"description": "The number of milliseconds to wait before requesting options from the server or null. If null, throttling is disabled. Useful when loading options dynamically while the user types a search / filter expression."
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"name": "lock-optgroup-order",
|
|
1007
|
+
"description": "If truthy, all optgroups will be displayed in the same order as they were added (by the `$order` property). Otherwise, it will order based on the score of the results in each."
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"name": "max-options",
|
|
1011
|
+
"description": "The max number of options to display in the dropdown. Set to `null` for an unlimited number of options."
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "min-characters",
|
|
1015
|
+
"description": "Minimum of characters required to execute the `load` function"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"name": "multiple",
|
|
1019
|
+
"description": "Whether multiple items option can be selected"
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"name": "name",
|
|
1023
|
+
"description": "Name of hidden select element"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"name": "no-backspace-delete",
|
|
1027
|
+
"description": "Prevent backspace delete"
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"name": "no-search",
|
|
1031
|
+
"description": "Prevent option search"
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"name": "open-on-focus",
|
|
1035
|
+
"description": "Show the dropdown immediately when the control receives focus."
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"name": "optgroup-field",
|
|
1039
|
+
"description": "The name of the property to group items by."
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"name": "optgroup-label-field",
|
|
1043
|
+
"description": "The name of the property to render as an option group label (not needed when custom rendering functions are defined)."
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"name": "optgroup-value-field",
|
|
1047
|
+
"description": "The name of the option group property that serves as its unique identifier."
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"name": "optgroups",
|
|
1051
|
+
"description": "Option groups that options will be bucketed into.\r\nMake sure each object in the array has a property named whatever `optgroupValueField` is set to."
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"name": "options",
|
|
1055
|
+
"description": "Available options"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"name": "placeholder",
|
|
1059
|
+
"description": "Placeholder option"
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"name": "popover-placement",
|
|
1063
|
+
"description": "Popover placement",
|
|
1064
|
+
"values": [
|
|
1065
|
+
{
|
|
1066
|
+
"name": "bottom"
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "top"
|
|
1070
|
+
}
|
|
1071
|
+
]
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"name": "preload",
|
|
1075
|
+
"description": "If true, the load function will be called upon control initialization (with an empty search). Alternatively it can be set to 'focus' to call the load function when control receives focus.",
|
|
1076
|
+
"values": [
|
|
1077
|
+
{
|
|
1078
|
+
"name": "focus"
|
|
1079
|
+
}
|
|
1080
|
+
]
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"name": "required",
|
|
1084
|
+
"description": "Required status"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"name": "search-conjunction",
|
|
1088
|
+
"description": "When searching for multiple terms (separated by space), this is the operator used. Can be 'and' or 'or'",
|
|
1089
|
+
"values": [
|
|
1090
|
+
{
|
|
1091
|
+
"name": "and"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"name": "or"
|
|
1095
|
+
}
|
|
1096
|
+
]
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"name": "search-field",
|
|
1100
|
+
"description": "An array of property names to analyze when filtering options.\r\nWeights can be given to each field to improve search result:\r\n`[{\"field\":\"text\",\"weight\":2},{\"field\":\"text2\",\"weight\":0.5}]`"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"name": "show-marker",
|
|
1104
|
+
"description": "Show text in label depending if field is optional/required"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"name": "size",
|
|
1108
|
+
"description": "Size variant",
|
|
1109
|
+
"values": [
|
|
1110
|
+
{
|
|
1111
|
+
"name": "default"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"name": "small"
|
|
1115
|
+
}
|
|
1116
|
+
]
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"name": "value-field",
|
|
1120
|
+
"description": "The name of the property to use as the value when an item is selected."
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"name": "variant",
|
|
1124
|
+
"description": "Variant",
|
|
1125
|
+
"values": [
|
|
1126
|
+
{
|
|
1127
|
+
"name": "default"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"name": "plain"
|
|
1131
|
+
}
|
|
1132
|
+
]
|
|
1133
|
+
}
|
|
1134
|
+
]
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"name": "stzh-fieldset",
|
|
1138
|
+
"description": {
|
|
1139
|
+
"kind": "markdown",
|
|
1140
|
+
"value": "The STZH fieldset component which can be used to group form elements."
|
|
1141
|
+
},
|
|
1142
|
+
"attributes": [
|
|
1143
|
+
{
|
|
1144
|
+
"name": "hide-legend",
|
|
1145
|
+
"description": "Hide legend to show only for screenreaders"
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
"name": "legend",
|
|
1149
|
+
"description": "Legend describing the field group inside the fieldset"
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"name": "legend-curve",
|
|
1153
|
+
"description": "Type of curve to overwrite the curve inherited from `level` attribute",
|
|
1154
|
+
"values": [
|
|
1155
|
+
{
|
|
1156
|
+
"name": "auto"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": "caption"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"name": "default"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"name": "h1"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"name": "h2"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"name": "h3"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"name": "h4"
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"name": "hero"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"name": "p1"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"name": "p2"
|
|
1184
|
+
}
|
|
1185
|
+
]
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"name": "legend-level",
|
|
1189
|
+
"description": "Heading level inside legend",
|
|
1190
|
+
"values": [
|
|
1191
|
+
{
|
|
1192
|
+
"name": "1"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"name": "2"
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"name": "3"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"name": "4"
|
|
1202
|
+
}
|
|
1203
|
+
]
|
|
1204
|
+
}
|
|
1205
|
+
]
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"name": "stzh-figure",
|
|
1209
|
+
"description": {
|
|
1210
|
+
"kind": "markdown",
|
|
1211
|
+
"value": "The STZH figure component."
|
|
1212
|
+
},
|
|
1213
|
+
"attributes": [
|
|
1214
|
+
{
|
|
1215
|
+
"name": "caption",
|
|
1216
|
+
"description": "Caption"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"name": "copyright",
|
|
1220
|
+
"description": "Copyright"
|
|
1221
|
+
}
|
|
1222
|
+
]
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"name": "stzh-flyingfocus",
|
|
1226
|
+
"description": {
|
|
1227
|
+
"kind": "markdown",
|
|
1228
|
+
"value": "Flyingfocus component.\r\nInpsired by: https://github.com/Q42/floating-focus-a11y\r\nhttps://engineering.q42.nl/floating-focus/"
|
|
1229
|
+
},
|
|
1230
|
+
"attributes": []
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"name": "stzh-footer",
|
|
1234
|
+
"description": {
|
|
1235
|
+
"kind": "markdown",
|
|
1236
|
+
"value": "The STZH footer component."
|
|
1237
|
+
},
|
|
1238
|
+
"attributes": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "copyright",
|
|
1241
|
+
"description": "Copyright text (will show default copyright string if undefined)"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"name": "main-url",
|
|
1245
|
+
"description": "Main URL for shortlinks"
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"name": "variant",
|
|
1249
|
+
"description": "Footer variant",
|
|
1250
|
+
"values": [
|
|
1251
|
+
{
|
|
1252
|
+
"name": "default"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "egov"
|
|
1256
|
+
}
|
|
1257
|
+
]
|
|
1258
|
+
}
|
|
1259
|
+
]
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"name": "stzh-ghettobox",
|
|
1263
|
+
"description": {
|
|
1264
|
+
"kind": "markdown",
|
|
1265
|
+
"value": "The STZH ghettobox component.\r\n\r\nNote: If `publish-date` attribute is used, the ghettobox will be hidden if the user has closed it before. This will be checked with a cookie (name of the cookie set by `close-time-cookie` attribute).\r\n\r\nVarious default properties are set to slotted `stzh-button` if nothing else is set:\r\n\r\n* `size=\"small\"`\r\n* `variant=\"secondary\"`\r\n* `effect=\"cta\"`\r\n* `icon=\"arrow-right-long\"`\r\n* `iconPosition=\"right\"`"
|
|
1266
|
+
},
|
|
1267
|
+
"attributes": [
|
|
1268
|
+
{
|
|
1269
|
+
"name": "close-time-key",
|
|
1270
|
+
"description": "Name of cookie to compare its value with set `publishDate`\r\nto determine if ghettobox was already closed before by the user.\r\nIf empty (\"\"), no check is done and ghettobox\r\nwill always be shown again after a refresh.\r\nCookie name will be prefixed with `stzh-components-ghettobox-close-time`."
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"name": "description",
|
|
1274
|
+
"description": "Description"
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"name": "hidden-title",
|
|
1278
|
+
"description": "Overwrite hidden h1 title"
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"name": "main-title",
|
|
1282
|
+
"description": "Main title"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"name": "publish-date",
|
|
1286
|
+
"description": "Publish date for ghettobox.\r\nIf user hasn't closed it yet or closed before this date\r\n(cookie check), it will be shown."
|
|
1287
|
+
}
|
|
1288
|
+
]
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"name": "stzh-header",
|
|
1292
|
+
"description": {
|
|
1293
|
+
"kind": "markdown",
|
|
1294
|
+
"value": "The STZH header component."
|
|
1295
|
+
},
|
|
1296
|
+
"attributes": [
|
|
1297
|
+
{
|
|
1298
|
+
"name": "href",
|
|
1299
|
+
"description": "Portal link (for logo)"
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"name": "prevent-appnav-placeholder",
|
|
1303
|
+
"description": "Prevent creating a appnav placeholder element\r\nwith the size of appnav inside header parent element.\r\nThis prevents the fixed appnav to overlap\r\ncontent at the end on mikro breakpoint,\r\nbut could lead to problems with certain layouts."
|
|
1304
|
+
}
|
|
1305
|
+
]
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"name": "stzh-heading",
|
|
1309
|
+
"description": {
|
|
1310
|
+
"kind": "markdown",
|
|
1311
|
+
"value": "The STZH heading component.\r\n\r\nIf you want a semantic heading that automatically uses the right font curve, use the `<stzh-heading>` element:"
|
|
1312
|
+
},
|
|
1313
|
+
"attributes": [
|
|
1314
|
+
{
|
|
1315
|
+
"name": "curve",
|
|
1316
|
+
"description": "Type of curve to overwrite the curve inherited from `level` attribute",
|
|
1317
|
+
"values": [
|
|
1318
|
+
{
|
|
1319
|
+
"name": "auto"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"name": "caption"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "default"
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"name": "h1"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "h2"
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"name": "h3"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"name": "h4"
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"name": "hero"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"name": "p1"
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"name": "p2"
|
|
1347
|
+
}
|
|
1348
|
+
]
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"name": "level",
|
|
1352
|
+
"description": "Heading level",
|
|
1353
|
+
"values": [
|
|
1354
|
+
{
|
|
1355
|
+
"name": "1"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"name": "2"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"name": "3"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "4"
|
|
1365
|
+
}
|
|
1366
|
+
]
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"name": "with-border",
|
|
1370
|
+
"description": "With border bottom separator"
|
|
1371
|
+
}
|
|
1372
|
+
]
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"name": "stzh-hr",
|
|
1376
|
+
"description": {
|
|
1377
|
+
"kind": "markdown",
|
|
1378
|
+
"value": "The STZH horizontal rule (hr) component."
|
|
1379
|
+
},
|
|
1380
|
+
"attributes": []
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"name": "stzh-hspace",
|
|
1384
|
+
"description": {
|
|
1385
|
+
"kind": "markdown",
|
|
1386
|
+
"value": "Use STZH horizontal space component.\r\n\r\nUse predefined spacings to introduce unified spaces between components.\r\nSee the <a href=\"?path=/story/tokens-spacings--page\" target=\"_blank\">spacings docs page</a> for more information.\r\n\r\n```html\r\n<stzh-hspace>\r\n <stzh-button>Component 1</stzh-button>\r\n <stzh-button>Component 2</stzh-button>\r\n <stzh-button>Component 3</stzh-button>\r\n</stzh-hspace>\r\n\r\n<stzh-hspace curve=\"large\">\r\n <div>Section 1</div>\r\n <div>Section 2</div>\r\n <div>Section 3</div>\r\n</stzh-hspace>\r\n```"
|
|
1387
|
+
},
|
|
1388
|
+
"attributes": [
|
|
1389
|
+
{
|
|
1390
|
+
"name": "around",
|
|
1391
|
+
"description": "Apply spacing to slotted elements"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"name": "border",
|
|
1395
|
+
"description": "Add border",
|
|
1396
|
+
"values": [
|
|
1397
|
+
{
|
|
1398
|
+
"name": "left"
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"name": "none"
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"name": "right"
|
|
1405
|
+
}
|
|
1406
|
+
]
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"name": "curve",
|
|
1410
|
+
"description": "Type of curve",
|
|
1411
|
+
"values": [
|
|
1412
|
+
{
|
|
1413
|
+
"name": "big"
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"name": "huge"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"name": "large"
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"name": "medium"
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"name": "none"
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"name": "regular"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"name": "small"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"name": "tiny"
|
|
1435
|
+
}
|
|
1436
|
+
]
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"name": "justify",
|
|
1440
|
+
"description": "Alignment",
|
|
1441
|
+
"values": [
|
|
1442
|
+
{
|
|
1443
|
+
"name": "around"
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"name": "between"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"name": "center"
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"name": "end"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"name": "evenly"
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"name": "start"
|
|
1459
|
+
}
|
|
1460
|
+
]
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "size",
|
|
1464
|
+
"description": "Type of size",
|
|
1465
|
+
"values": [
|
|
1466
|
+
{
|
|
1467
|
+
"name": "big"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"name": "huge"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"name": "inherit"
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"name": "large"
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"name": "medium"
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"name": "none"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"name": "small"
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"name": "xbig"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"name": "xhuge"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"name": "xlarge"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"name": "xsmall"
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"name": "xxlarge"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"name": "xxsmall"
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"name": "xxxlarge"
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"name": "xxxsmall"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"name": "xxxxlarge"
|
|
1513
|
+
}
|
|
1514
|
+
]
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"name": "size-large",
|
|
1518
|
+
"description": "Type of size above large breakpoint",
|
|
1519
|
+
"values": [
|
|
1520
|
+
{
|
|
1521
|
+
"name": "big"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"name": "huge"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"name": "inherit"
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"name": "large"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"name": "medium"
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"name": "none"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"name": "small"
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"name": "xbig"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"name": "xhuge"
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"name": "xlarge"
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"name": "xsmall"
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"name": "xxlarge"
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"name": "xxsmall"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"name": "xxxlarge"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"name": "xxxsmall"
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"name": "xxxxlarge"
|
|
1567
|
+
}
|
|
1568
|
+
]
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"name": "size-medium",
|
|
1572
|
+
"description": "Type of size above medium breakpoint",
|
|
1573
|
+
"values": [
|
|
1574
|
+
{
|
|
1575
|
+
"name": "big"
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"name": "huge"
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"name": "inherit"
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"name": "large"
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"name": "medium"
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"name": "none"
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"name": "small"
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"name": "xbig"
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"name": "xhuge"
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
"name": "xlarge"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"name": "xsmall"
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"name": "xxlarge"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"name": "xxsmall"
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"name": "xxxlarge"
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"name": "xxxsmall"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"name": "xxxxlarge"
|
|
1621
|
+
}
|
|
1622
|
+
]
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"name": "size-small",
|
|
1626
|
+
"description": "Type of size above small breakpoint",
|
|
1627
|
+
"values": [
|
|
1628
|
+
{
|
|
1629
|
+
"name": "big"
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"name": "huge"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"name": "inherit"
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"name": "large"
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"name": "medium"
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"name": "none"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "small"
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"name": "xbig"
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"name": "xhuge"
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"name": "xlarge"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"name": "xsmall"
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"name": "xxlarge"
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"name": "xxsmall"
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"name": "xxxlarge"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"name": "xxxsmall"
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"name": "xxxxlarge"
|
|
1675
|
+
}
|
|
1676
|
+
]
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "size-ultra",
|
|
1680
|
+
"description": "Type of size above ultra breakpoint",
|
|
1681
|
+
"values": [
|
|
1682
|
+
{
|
|
1683
|
+
"name": "big"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"name": "huge"
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"name": "inherit"
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"name": "large"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"name": "medium"
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"name": "none"
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"name": "small"
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"name": "xbig"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"name": "xhuge"
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"name": "xlarge"
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"name": "xsmall"
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"name": "xxlarge"
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"name": "xxsmall"
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"name": "xxxlarge"
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"name": "xxxsmall"
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"name": "xxxxlarge"
|
|
1729
|
+
}
|
|
1730
|
+
]
|
|
1731
|
+
}
|
|
1732
|
+
]
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"name": "stzh-icon",
|
|
1736
|
+
"description": {
|
|
1737
|
+
"kind": "markdown",
|
|
1738
|
+
"value": "The STZH icon component."
|
|
1739
|
+
},
|
|
1740
|
+
"attributes": [
|
|
1741
|
+
{
|
|
1742
|
+
"name": "a11y-title",
|
|
1743
|
+
"description": "Hidden icon title for screenreader\r\n(usually not needed when e.g. inside links or buttons that have text)"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"name": "name",
|
|
1747
|
+
"description": "Icon which should be displayed\r\nSee the [icon overview](stzh-components/assets/svgsprites/symbol/sprite.symbol.html) for a list of all available icons."
|
|
1748
|
+
}
|
|
1749
|
+
]
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"name": "stzh-icon-sprite",
|
|
1753
|
+
"description": {
|
|
1754
|
+
"kind": "markdown",
|
|
1755
|
+
"value": "The IconSprite component."
|
|
1756
|
+
},
|
|
1757
|
+
"attributes": []
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "stzh-input",
|
|
1761
|
+
"description": {
|
|
1762
|
+
"kind": "markdown",
|
|
1763
|
+
"value": "The STZH input component."
|
|
1764
|
+
},
|
|
1765
|
+
"attributes": [
|
|
1766
|
+
{
|
|
1767
|
+
"name": "a11y-describedby",
|
|
1768
|
+
"description": "Id for element which describes the input (this will be overwritten if description prop or slot is used, used by stzh-radiogroup)"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"name": "autocomplete",
|
|
1772
|
+
"description": "Specify what the user agent has to provide as automated assistance.\r\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for possible values"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"name": "clearable",
|
|
1776
|
+
"description": "Whether clearable button is showing when input field has value and is enabled (button-right slot not usable anymore when true)"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"name": "description",
|
|
1780
|
+
"description": "Description message (use description slot as alternative)"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"name": "description-long",
|
|
1784
|
+
"description": "Long description message appearing in a popover (use description-long slot as alternative)"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"name": "disabled",
|
|
1788
|
+
"description": "Whether the element is disabled or not"
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"name": "error",
|
|
1792
|
+
"description": "One or multiple error message (use error slot as alternative)"
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"name": "inputmode",
|
|
1796
|
+
"description": "Specify inputmode.\r\nSee [MDN](https://developer.mozilla.org/de/docs/Web/HTML/Global_attributes/inputmode) for possible values"
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"name": "invalid",
|
|
1800
|
+
"description": "Invalid status"
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"name": "label",
|
|
1804
|
+
"description": "Label"
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"name": "maxlength",
|
|
1808
|
+
"description": "Maxlength of characters"
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"name": "minlength",
|
|
1812
|
+
"description": "Minimum of characters"
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"name": "multiline",
|
|
1816
|
+
"description": "Whether the input is a textarea or an input field"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"name": "name",
|
|
1820
|
+
"description": "The name of the input element"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"name": "no-autocomplete",
|
|
1824
|
+
"description": "Whether autocomplete should be turned off"
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"name": "placeholder",
|
|
1828
|
+
"description": "Placeholder text"
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"name": "readonly",
|
|
1832
|
+
"description": "Whether the element is readonly or not"
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"name": "required",
|
|
1836
|
+
"description": "Required status"
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"name": "rows",
|
|
1840
|
+
"description": "Rows attribute if input element is textarea"
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"name": "show-marker",
|
|
1844
|
+
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show noting"
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"name": "size",
|
|
1848
|
+
"description": "Size variant",
|
|
1849
|
+
"values": [
|
|
1850
|
+
{
|
|
1851
|
+
"name": "default"
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"name": "small"
|
|
1855
|
+
}
|
|
1856
|
+
]
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"name": "type",
|
|
1860
|
+
"description": "If input field, this defines the type (if `search`, a search icon will be displayed)",
|
|
1861
|
+
"values": [
|
|
1862
|
+
{
|
|
1863
|
+
"name": "email"
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"name": "password"
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"name": "search"
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"name": "tel"
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"name": "text"
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"name": "url"
|
|
1879
|
+
}
|
|
1880
|
+
]
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"name": "value",
|
|
1884
|
+
"description": "The value of the input element"
|
|
1885
|
+
}
|
|
1886
|
+
]
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"name": "stzh-link",
|
|
1890
|
+
"description": {
|
|
1891
|
+
"kind": "markdown",
|
|
1892
|
+
"value": "The STZH link component."
|
|
1893
|
+
},
|
|
1894
|
+
"attributes": [
|
|
1895
|
+
{
|
|
1896
|
+
"name": "active",
|
|
1897
|
+
"description": "Active status"
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"name": "badge",
|
|
1901
|
+
"description": "Badge text"
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"name": "badge-position",
|
|
1905
|
+
"description": "Badge position",
|
|
1906
|
+
"values": [
|
|
1907
|
+
{
|
|
1908
|
+
"name": "icon"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"name": "link"
|
|
1912
|
+
}
|
|
1913
|
+
]
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"name": "disabled",
|
|
1917
|
+
"description": "Disabled status"
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"name": "href",
|
|
1921
|
+
"description": "href attribute of the link"
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"name": "icon",
|
|
1925
|
+
"description": "Icon (use instead of icon slot)"
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "icon-only",
|
|
1929
|
+
"description": "Whether only an icon is used inside the link"
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"name": "icon-position",
|
|
1933
|
+
"description": "Icon Position",
|
|
1934
|
+
"values": [
|
|
1935
|
+
{
|
|
1936
|
+
"name": "left"
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"name": "right"
|
|
1940
|
+
}
|
|
1941
|
+
]
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"name": "label",
|
|
1945
|
+
"description": "Label"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"name": "link-accesskey",
|
|
1949
|
+
"description": "Access key of link (usually a number e.g. 1)"
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"name": "size",
|
|
1953
|
+
"description": "Size variant",
|
|
1954
|
+
"values": [
|
|
1955
|
+
{
|
|
1956
|
+
"name": "default"
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"name": "small"
|
|
1960
|
+
}
|
|
1961
|
+
]
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"name": "target",
|
|
1965
|
+
"description": "target if the button is used as link (if href used)"
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"name": "type",
|
|
1969
|
+
"description": "type of the button, if used as button (if no href used)",
|
|
1970
|
+
"values": [
|
|
1971
|
+
{
|
|
1972
|
+
"name": "button"
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "reset"
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"name": "submit"
|
|
1979
|
+
}
|
|
1980
|
+
]
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"name": "variant",
|
|
1984
|
+
"description": "Variant style",
|
|
1985
|
+
"values": [
|
|
1986
|
+
{
|
|
1987
|
+
"name": "default"
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"name": "secondary"
|
|
1991
|
+
}
|
|
1992
|
+
]
|
|
1993
|
+
}
|
|
1994
|
+
]
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "stzh-list",
|
|
1998
|
+
"description": {
|
|
1999
|
+
"kind": "markdown",
|
|
2000
|
+
"value": "The STZH list component."
|
|
2001
|
+
},
|
|
2002
|
+
"attributes": [
|
|
2003
|
+
{
|
|
2004
|
+
"name": "variant",
|
|
2005
|
+
"description": "Variant",
|
|
2006
|
+
"values": [
|
|
2007
|
+
{
|
|
2008
|
+
"name": "checklist"
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"name": "ordered"
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"name": "unordered"
|
|
2015
|
+
}
|
|
2016
|
+
]
|
|
2017
|
+
}
|
|
2018
|
+
]
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
"name": "stzh-list-item",
|
|
2022
|
+
"description": {
|
|
2023
|
+
"kind": "markdown",
|
|
2024
|
+
"value": "The STZH list-item component.\r\n\r\nSee list components for usage."
|
|
2025
|
+
},
|
|
2026
|
+
"attributes": []
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"name": "stzh-loader",
|
|
2030
|
+
"description": {
|
|
2031
|
+
"kind": "markdown",
|
|
2032
|
+
"value": "The STZH loader component.\r\n\r\nChange `label` prop or content dynamically to announce it to the screen reader (aria-live=\"polite\" area is used)."
|
|
2033
|
+
},
|
|
2034
|
+
"attributes": [
|
|
2035
|
+
{
|
|
2036
|
+
"name": "hide-label",
|
|
2037
|
+
"description": "Hide label text visually (still anounced for screenreaders)"
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"name": "label",
|
|
2041
|
+
"description": "Label"
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"name": "size",
|
|
2045
|
+
"description": "Size",
|
|
2046
|
+
"values": [
|
|
2047
|
+
{
|
|
2048
|
+
"name": "default"
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"name": "small"
|
|
2052
|
+
}
|
|
2053
|
+
]
|
|
2054
|
+
}
|
|
2055
|
+
]
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
"name": "stzh-loadingbar",
|
|
2059
|
+
"description": {
|
|
2060
|
+
"kind": "markdown",
|
|
2061
|
+
"value": "The STZH loadingbar component."
|
|
2062
|
+
},
|
|
2063
|
+
"attributes": [
|
|
2064
|
+
{
|
|
2065
|
+
"name": "hide-percent",
|
|
2066
|
+
"description": "Whether to hide/show percent"
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"name": "label",
|
|
2070
|
+
"description": "Label"
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"name": "percent",
|
|
2074
|
+
"description": "Percent"
|
|
2075
|
+
}
|
|
2076
|
+
]
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"name": "stzh-menu",
|
|
2080
|
+
"description": {
|
|
2081
|
+
"kind": "markdown",
|
|
2082
|
+
"value": "The STZH menu component."
|
|
2083
|
+
},
|
|
2084
|
+
"attributes": []
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"name": "stzh-menu-item",
|
|
2088
|
+
"description": {
|
|
2089
|
+
"kind": "markdown",
|
|
2090
|
+
"value": "See menu component for usage."
|
|
2091
|
+
},
|
|
2092
|
+
"attributes": [
|
|
2093
|
+
{
|
|
2094
|
+
"name": "a11y-label",
|
|
2095
|
+
"description": "Accessible label for screen readers to replace visible text"
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"name": "active",
|
|
2099
|
+
"description": "Whether the button is active"
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"name": "badge",
|
|
2103
|
+
"description": "Badge"
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
"name": "disabled",
|
|
2107
|
+
"description": "Whether the button is disabled"
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"name": "href",
|
|
2111
|
+
"description": "`href` if the button should be used as link"
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
"name": "icon",
|
|
2115
|
+
"description": "Icon (use instead of icon slot)"
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"name": "label",
|
|
2119
|
+
"description": "Label"
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"name": "target",
|
|
2123
|
+
"description": "Target if the button is used as link (if `href` used)"
|
|
2124
|
+
}
|
|
2125
|
+
]
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
"name": "stzh-message",
|
|
2129
|
+
"description": {
|
|
2130
|
+
"kind": "markdown",
|
|
2131
|
+
"value": "The STZH message component."
|
|
2132
|
+
},
|
|
2133
|
+
"attributes": [
|
|
2134
|
+
{
|
|
2135
|
+
"name": "close-key",
|
|
2136
|
+
"description": "Close cookie name key.\r\nComponent will check for the cookie (stzh-components-message-close-{name})\r\nand if not empty (message already closed before) will hide the message."
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"name": "description",
|
|
2140
|
+
"description": "Description (use instead of default slot)"
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"name": "hide-close",
|
|
2144
|
+
"description": "Whether to hide close button"
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"name": "label",
|
|
2148
|
+
"description": "Label"
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"name": "type",
|
|
2152
|
+
"description": "Type",
|
|
2153
|
+
"values": [
|
|
2154
|
+
{
|
|
2155
|
+
"name": "error"
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"name": "info"
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"name": "success"
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"name": "warning"
|
|
2165
|
+
}
|
|
2166
|
+
]
|
|
2167
|
+
}
|
|
2168
|
+
]
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "stzh-metanav",
|
|
2172
|
+
"description": {
|
|
2173
|
+
"kind": "markdown",
|
|
2174
|
+
"value": "The STZH metanav component which can be used inside the `<stzh-header>` element."
|
|
2175
|
+
},
|
|
2176
|
+
"attributes": []
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"name": "stzh-overlay",
|
|
2180
|
+
"description": {
|
|
2181
|
+
"kind": "markdown",
|
|
2182
|
+
"value": "The STZH overlay component."
|
|
2183
|
+
},
|
|
2184
|
+
"attributes": [
|
|
2185
|
+
{
|
|
2186
|
+
"name": "a11y-label",
|
|
2187
|
+
"description": "Accessible label for dialog"
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
"name": "open",
|
|
2191
|
+
"description": "Whether overlay is open"
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"name": "stay",
|
|
2195
|
+
"description": "Stay in original position (true) or move to body (false)"
|
|
2196
|
+
}
|
|
2197
|
+
]
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"name": "stzh-page-skiplinks",
|
|
2201
|
+
"description": {
|
|
2202
|
+
"kind": "markdown",
|
|
2203
|
+
"value": "The STZH page skiplinks component.\r\n\r\nUse this component for implementing page wide skiplinks at the top of your `body` tag to improve accessibility of your app."
|
|
2204
|
+
},
|
|
2205
|
+
"attributes": []
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
"name": "stzh-pagetitle",
|
|
2209
|
+
"description": {
|
|
2210
|
+
"kind": "markdown",
|
|
2211
|
+
"value": "The STZH pagetitle component.\r\n\r\nVarious default properties are set to slotted elements if nothing else is set:\r\n\r\n* `with-border` to `stzh-heading[slot=\"heading\"]`\r\n* `lead` to `stzh-text[slot=\"lead\"]`\r\n* `icon=\"web-link\"` to `stzh-link[action-right]`\r\n* `size=\"small\"` to `stzh-link[action-left]` and `stzh-link[action-right]`"
|
|
2212
|
+
},
|
|
2213
|
+
"attributes": []
|
|
2214
|
+
},
|
|
2215
|
+
{
|
|
2216
|
+
"name": "stzh-popover",
|
|
2217
|
+
"description": {
|
|
2218
|
+
"kind": "markdown",
|
|
2219
|
+
"value": "The STZH popover component.\r\n\r\nFor computing the position of the popover, the library [floating-ui](https://floating-ui.com/docs/) was used."
|
|
2220
|
+
},
|
|
2221
|
+
"attributes": [
|
|
2222
|
+
{
|
|
2223
|
+
"name": "distance",
|
|
2224
|
+
"description": "Distance from popover content to trigger. \"8\" when default variant, \"16\" when tooltip variant (arrow height + 8px)."
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"name": "label",
|
|
2228
|
+
"description": "Label for mobile view (use label slot as alternative)"
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"name": "open",
|
|
2232
|
+
"description": "Whether popover should be open"
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"name": "placement",
|
|
2236
|
+
"description": "Default placement of popover relative to trigger element",
|
|
2237
|
+
"values": [
|
|
2238
|
+
{
|
|
2239
|
+
"name": "bottom"
|
|
2240
|
+
},
|
|
2241
|
+
{
|
|
2242
|
+
"name": "bottom-end"
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"name": "bottom-start"
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"name": "left"
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"name": "left-end"
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"name": "left-start"
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
"name": "right"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"name": "right-end"
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"name": "right-start"
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"name": "top"
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"name": "top-end"
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"name": "top-start"
|
|
2273
|
+
}
|
|
2274
|
+
]
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"name": "skidding",
|
|
2278
|
+
"description": "Shifting of popover content"
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
"name": "variant",
|
|
2282
|
+
"description": "Variant",
|
|
2283
|
+
"values": [
|
|
2284
|
+
{
|
|
2285
|
+
"name": "default"
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"name": "tooltip"
|
|
2289
|
+
}
|
|
2290
|
+
]
|
|
2291
|
+
}
|
|
2292
|
+
]
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "stzh-portal-mitwirken",
|
|
2296
|
+
"description": {
|
|
2297
|
+
"kind": "markdown",
|
|
2298
|
+
"value": "This component is only intended for the mitwirken.stadt-zuerich.ch portal.\r\nIt introduces global CSS for the page components of the Decidim tool."
|
|
2299
|
+
},
|
|
2300
|
+
"attributes": []
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"name": "stzh-progressbar",
|
|
2304
|
+
"description": {
|
|
2305
|
+
"kind": "markdown",
|
|
2306
|
+
"value": "The STZH progressbar component.\r\n\r\nFor events description, see <a href=\"?path=/story/components-progressbaritem--default\" target=\"_blank\">stzh-progressbar-item</a>."
|
|
2307
|
+
},
|
|
2308
|
+
"attributes": [
|
|
2309
|
+
{
|
|
2310
|
+
"name": "data",
|
|
2311
|
+
"description": "Step data (JSON array with objects that have `label` attribute and optional `icon`, if icon instead of step number should be displayed):\r\n\r\n```\r\n{\r\n \"label\": \"Step Label\"\r\n \"icon\": \"clock\"\r\n}\r\n```"
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"name": "index",
|
|
2315
|
+
"description": "Index of the item that be active"
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"name": "steps",
|
|
2319
|
+
"description": "Number of steps to show below small breakpoint"
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"name": "steps-large",
|
|
2323
|
+
"description": "Number of steps to show above large breakpoint"
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"name": "steps-medium",
|
|
2327
|
+
"description": "Number of steps to show above medium breakpoint"
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"name": "steps-small",
|
|
2331
|
+
"description": "Number of steps to show above small breakpoint"
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"name": "steps-ultra",
|
|
2335
|
+
"description": "Number of steps to show above ultra breakpoint"
|
|
2336
|
+
}
|
|
2337
|
+
]
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"name": "stzh-progressbar-item",
|
|
2341
|
+
"description": {
|
|
2342
|
+
"kind": "markdown",
|
|
2343
|
+
"value": "The STZH progressbar item component.\r\n\r\nUsed internally by <a href=\"?path=/story/components-progressbar--five-steps\" target=\"_blank\">stzh-progressbar</a>."
|
|
2344
|
+
},
|
|
2345
|
+
"attributes": [
|
|
2346
|
+
{
|
|
2347
|
+
"name": "current",
|
|
2348
|
+
"description": ""
|
|
2349
|
+
},
|
|
2350
|
+
{
|
|
2351
|
+
"name": "dotted",
|
|
2352
|
+
"description": ""
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"name": "first",
|
|
2356
|
+
"description": ""
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
"name": "hide",
|
|
2360
|
+
"description": ""
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"name": "icon",
|
|
2364
|
+
"description": ""
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"name": "last",
|
|
2368
|
+
"description": ""
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"name": "passed",
|
|
2372
|
+
"description": ""
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
"name": "step",
|
|
2376
|
+
"description": ""
|
|
2377
|
+
}
|
|
2378
|
+
]
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
"name": "stzh-radio",
|
|
2382
|
+
"description": {
|
|
2383
|
+
"kind": "markdown",
|
|
2384
|
+
"value": "The STZH radio component.\r\n\r\nUse it with the `stzh-radiogroup` component if you want to use multiple radio elements and connect them easily."
|
|
2385
|
+
},
|
|
2386
|
+
"attributes": [
|
|
2387
|
+
{
|
|
2388
|
+
"name": "a11y-describedby",
|
|
2389
|
+
"description": "Id for element which describes the radio button (this will be overwritten if description prop or slot is used, used by stzh-radiogroup)"
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
"name": "checked",
|
|
2393
|
+
"description": "Checked status"
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"name": "description",
|
|
2397
|
+
"description": "Description message (use description slot as alternative)"
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
"name": "description-long",
|
|
2401
|
+
"description": "Long description message appearing in a popover (use description-long slot as alternative)"
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"name": "disabled",
|
|
2405
|
+
"description": "Whether the element is disabled or not"
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"name": "error",
|
|
2409
|
+
"description": "One or multiple error message (use error slot as alternative)"
|
|
2410
|
+
},
|
|
2411
|
+
{
|
|
2412
|
+
"name": "invalid",
|
|
2413
|
+
"description": "Invalid status"
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
"name": "label",
|
|
2417
|
+
"description": "Label"
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"name": "name",
|
|
2421
|
+
"description": "The name of the input element"
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"name": "required",
|
|
2425
|
+
"description": "Required status"
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"name": "show-marker",
|
|
2429
|
+
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show noting"
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"name": "value",
|
|
2433
|
+
"description": "The value of the input element"
|
|
2434
|
+
}
|
|
2435
|
+
]
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
"name": "stzh-radiogroup",
|
|
2439
|
+
"description": {
|
|
2440
|
+
"kind": "markdown",
|
|
2441
|
+
"value": "The STZH radiogroup component."
|
|
2442
|
+
},
|
|
2443
|
+
"attributes": [
|
|
2444
|
+
{
|
|
2445
|
+
"name": "description",
|
|
2446
|
+
"description": "Description message (use description slot as alternative)"
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"name": "description-long",
|
|
2450
|
+
"description": "Long description message appearing in a popover (use description-long slot as alternative)"
|
|
2451
|
+
},
|
|
2452
|
+
{
|
|
2453
|
+
"name": "direction",
|
|
2454
|
+
"description": "Direction",
|
|
2455
|
+
"values": [
|
|
2456
|
+
{
|
|
2457
|
+
"name": "horizontal"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"name": "vertical"
|
|
2461
|
+
}
|
|
2462
|
+
]
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"name": "disabled",
|
|
2466
|
+
"description": "Whether the element is disabled or not"
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
"name": "error",
|
|
2470
|
+
"description": "One or multiple error message (use error slot as alternative)"
|
|
2471
|
+
},
|
|
2472
|
+
{
|
|
2473
|
+
"name": "hide-legend",
|
|
2474
|
+
"description": "Hide legend to show only for screenreaders"
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
"name": "invalid",
|
|
2478
|
+
"description": "Invalid status"
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
"name": "legend",
|
|
2482
|
+
"description": "The legend"
|
|
2483
|
+
},
|
|
2484
|
+
{
|
|
2485
|
+
"name": "name",
|
|
2486
|
+
"description": "The name of the input radio elements"
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
"name": "required",
|
|
2490
|
+
"description": "Required status"
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"name": "show-marker",
|
|
2494
|
+
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show noting"
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
"name": "value",
|
|
2498
|
+
"description": "Select a radio by value"
|
|
2499
|
+
}
|
|
2500
|
+
]
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"name": "stzh-readspeaker",
|
|
2504
|
+
"description": {
|
|
2505
|
+
"kind": "markdown",
|
|
2506
|
+
"value": "The STZH readspeaker component.\r\n\r\nUses the [ReadSpeaker](https://wrdev.readspeaker.com/) library which is located inside the `assets/vendor/readspeaker` folder. Works by using their API to create a link with a URL and ID of a container element from which text should be read to the user. The link will return an MP3 stream.\r\n\r\n- [Read here](https://wrdev.readspeaker.com/adaptation/configurations) about configuration possibilities\r\n\r\nSets `icon=volume-medium` by default if a `stzh-link` or `stzh-button` is slotted and nothing else is set."
|
|
2507
|
+
},
|
|
2508
|
+
"attributes": [
|
|
2509
|
+
{
|
|
2510
|
+
"name": "event-id",
|
|
2511
|
+
"description": "RS event ID"
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"name": "href",
|
|
2515
|
+
"description": "RS url of site (e.g. https://app-eu.readspeaker.com/cgi-bin/rsent?customerid=4490&lang=de_de&readid=content&url=https://www.stadt-zuerich.ch/portal/de/index/service/kontakt.html)"
|
|
2516
|
+
}
|
|
2517
|
+
]
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
"name": "stzh-richtext",
|
|
2521
|
+
"description": {
|
|
2522
|
+
"kind": "markdown",
|
|
2523
|
+
"value": "The STZH richtext component.\r\n\r\nThis component styles (colors, fonts, spacings) the slotted text elements `hX`, `p`, `i`, `b`, `strong`, `em`, `ul`, `ol`, `blockquote` and `a` (icon are added to external links) and adds spacings to the components `stzh-text` and `stzh-heading`.\r\n\r\nThis is especially useful when the content is coming from a WYSIWYG editor within a CMS."
|
|
2524
|
+
},
|
|
2525
|
+
"attributes": [
|
|
2526
|
+
{
|
|
2527
|
+
"name": "external-link-icon",
|
|
2528
|
+
"description": "Icon used for marking external links"
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
"name": "external-link-selector",
|
|
2532
|
+
"description": "Selector to recognize external link and attach an icon"
|
|
2533
|
+
}
|
|
2534
|
+
]
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"name": "stzh-row",
|
|
2538
|
+
"description": {
|
|
2539
|
+
"kind": "markdown",
|
|
2540
|
+
"value": "The STZH row component.\r\n\r\nUse cells within the 12 column grid and set their span width.\r\n\r\n```html\r\n<stzh-row span-small=\"6\">\r\n <stzh-cell>Cell 1</stzh-cell>\r\n <stzh-cell>Cell 2</stzh-cell>\r\n <stzh-cell>Cell 3</stzh-cell>\r\n <stzh-cell>Cell 4</stzh-cell>\r\n</stzh-row>\r\n```"
|
|
2541
|
+
},
|
|
2542
|
+
"attributes": [
|
|
2543
|
+
{
|
|
2544
|
+
"name": "content",
|
|
2545
|
+
"description": "Utilities for controlling how rows are positioned in multi-row flex containers.",
|
|
2546
|
+
"values": [
|
|
2547
|
+
{
|
|
2548
|
+
"name": "around"
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"name": "between"
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
"name": "center"
|
|
2555
|
+
},
|
|
2556
|
+
{
|
|
2557
|
+
"name": "end"
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"name": "evenly"
|
|
2561
|
+
},
|
|
2562
|
+
{
|
|
2563
|
+
"name": "start"
|
|
2564
|
+
}
|
|
2565
|
+
]
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
"name": "items",
|
|
2569
|
+
"description": "Control how cells items are positioned along a container's cross axis",
|
|
2570
|
+
"values": [
|
|
2571
|
+
{
|
|
2572
|
+
"name": "baseline"
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
"name": "center"
|
|
2576
|
+
},
|
|
2577
|
+
{
|
|
2578
|
+
"name": "end"
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"name": "start"
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
"name": "stretch"
|
|
2585
|
+
}
|
|
2586
|
+
]
|
|
2587
|
+
},
|
|
2588
|
+
{
|
|
2589
|
+
"name": "justify",
|
|
2590
|
+
"description": "Controlling how cells are positioned along a container's main axis",
|
|
2591
|
+
"values": [
|
|
2592
|
+
{
|
|
2593
|
+
"name": "around"
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"name": "between"
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
"name": "center"
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
"name": "end"
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"name": "evenly"
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
"name": "start"
|
|
2609
|
+
}
|
|
2610
|
+
]
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"name": "span",
|
|
2614
|
+
"description": "Default span of each cell"
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"name": "span-large",
|
|
2618
|
+
"description": "Default span of each cell above large breakpoint"
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"name": "span-medium",
|
|
2622
|
+
"description": "Default span of each cell above medium breakpoint"
|
|
2623
|
+
},
|
|
2624
|
+
{
|
|
2625
|
+
"name": "span-small",
|
|
2626
|
+
"description": "Default span of each cell above small breakpoint"
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
"name": "span-ultra",
|
|
2630
|
+
"description": "Default span of each cell above ultra breakpoint"
|
|
2631
|
+
}
|
|
2632
|
+
]
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"name": "stzh-saptcha",
|
|
2636
|
+
"description": {
|
|
2637
|
+
"kind": "markdown",
|
|
2638
|
+
"value": "The STZH saptcha component."
|
|
2639
|
+
},
|
|
2640
|
+
"attributes": [
|
|
2641
|
+
{
|
|
2642
|
+
"name": "disabled",
|
|
2643
|
+
"description": "Whether the element is disabled or not"
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"name": "error",
|
|
2647
|
+
"description": "One or multiple error message"
|
|
2648
|
+
},
|
|
2649
|
+
{
|
|
2650
|
+
"name": "invalid",
|
|
2651
|
+
"description": "Invalid status"
|
|
2652
|
+
},
|
|
2653
|
+
{
|
|
2654
|
+
"name": "name",
|
|
2655
|
+
"description": "Name of input"
|
|
2656
|
+
},
|
|
2657
|
+
{
|
|
2658
|
+
"name": "numbers",
|
|
2659
|
+
"description": "Numbers shown to user for selection"
|
|
2660
|
+
},
|
|
2661
|
+
{
|
|
2662
|
+
"name": "value",
|
|
2663
|
+
"description": "The value of the input element"
|
|
2664
|
+
}
|
|
2665
|
+
]
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
"name": "stzh-section",
|
|
2669
|
+
"description": {
|
|
2670
|
+
"kind": "markdown",
|
|
2671
|
+
"value": "The STZH section component.\r\n\r\nUse the `<stzh-section>` celement to create different region landmarks like with the native `section` element. Use `variant=\"highlight\"` for a grey bg padded variant."
|
|
2672
|
+
},
|
|
2673
|
+
"attributes": [
|
|
2674
|
+
{
|
|
2675
|
+
"name": "variant",
|
|
2676
|
+
"description": "Variant",
|
|
2677
|
+
"values": [
|
|
2678
|
+
{
|
|
2679
|
+
"name": "default"
|
|
2680
|
+
},
|
|
2681
|
+
{
|
|
2682
|
+
"name": "highlight"
|
|
2683
|
+
}
|
|
2684
|
+
]
|
|
2685
|
+
}
|
|
2686
|
+
]
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"name": "stzh-servicecard",
|
|
2690
|
+
"description": {
|
|
2691
|
+
"kind": "markdown",
|
|
2692
|
+
"value": "The STZH servicecard component."
|
|
2693
|
+
},
|
|
2694
|
+
"attributes": [
|
|
2695
|
+
{
|
|
2696
|
+
"name": "actions",
|
|
2697
|
+
"description": "Card actions"
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"name": "collapsed",
|
|
2701
|
+
"description": "Whether card is collapsed or not"
|
|
2702
|
+
},
|
|
2703
|
+
{
|
|
2704
|
+
"name": "collapsible",
|
|
2705
|
+
"description": "Whether card is collapsible"
|
|
2706
|
+
},
|
|
2707
|
+
{
|
|
2708
|
+
"name": "heading",
|
|
2709
|
+
"description": "Heading"
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"name": "hide-movement-actions",
|
|
2713
|
+
"description": "Whether movement menu items should be shown"
|
|
2714
|
+
},
|
|
2715
|
+
{
|
|
2716
|
+
"name": "middle-variant",
|
|
2717
|
+
"description": "Middle column position variant (positioning behaviour on tablet)",
|
|
2718
|
+
"values": [
|
|
2719
|
+
{
|
|
2720
|
+
"name": "to-left"
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"name": "to-right"
|
|
2724
|
+
}
|
|
2725
|
+
]
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
"name": "middle-vertical-spacing",
|
|
2729
|
+
"description": "Set middle column vertical spacing",
|
|
2730
|
+
"values": [
|
|
2731
|
+
{
|
|
2732
|
+
"name": "default"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"name": "none"
|
|
2736
|
+
}
|
|
2737
|
+
]
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
"name": "right-vertical-spacing",
|
|
2741
|
+
"description": "Set right column vertical spacing",
|
|
2742
|
+
"values": [
|
|
2743
|
+
{
|
|
2744
|
+
"name": "default"
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"name": "none"
|
|
2748
|
+
}
|
|
2749
|
+
]
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"name": "sortable-disabled",
|
|
2753
|
+
"description": "Whether sorting should be disabled"
|
|
2754
|
+
},
|
|
2755
|
+
{
|
|
2756
|
+
"name": "starrable",
|
|
2757
|
+
"description": "Whether card star is displayed"
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"name": "starred",
|
|
2761
|
+
"description": "Whether card was starred"
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"name": "subtitle",
|
|
2765
|
+
"description": "Subtitle"
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"name": "subtitle-interactive",
|
|
2769
|
+
"description": "Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click"
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"name": "type",
|
|
2773
|
+
"description": "Type",
|
|
2774
|
+
"values": [
|
|
2775
|
+
{
|
|
2776
|
+
"name": "alert"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"name": "default"
|
|
2780
|
+
}
|
|
2781
|
+
]
|
|
2782
|
+
}
|
|
2783
|
+
]
|
|
2784
|
+
},
|
|
2785
|
+
{
|
|
2786
|
+
"name": "stzh-servicecard-list",
|
|
2787
|
+
"description": {
|
|
2788
|
+
"kind": "markdown",
|
|
2789
|
+
"value": "The STZH servicecard list component."
|
|
2790
|
+
},
|
|
2791
|
+
"attributes": [
|
|
2792
|
+
{
|
|
2793
|
+
"name": "show-toggle-link",
|
|
2794
|
+
"description": "Whether collapse/expand toggle link"
|
|
2795
|
+
},
|
|
2796
|
+
{
|
|
2797
|
+
"name": "sortable-data-id-attribute",
|
|
2798
|
+
"description": "HTML attribute that is used by the `toArray()` of sortable method"
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"name": "sortable-disabled",
|
|
2802
|
+
"description": "Whether sorting should be disabled"
|
|
2803
|
+
}
|
|
2804
|
+
]
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"name": "stzh-skiplink",
|
|
2808
|
+
"description": {
|
|
2809
|
+
"kind": "markdown",
|
|
2810
|
+
"value": "The STZH Skiplink component.\r\n\r\nUse this component implementing a skiplink to improve accessibility of your app. E.g. use when a module has a lot interactive elements and user should be able to skip over them."
|
|
2811
|
+
},
|
|
2812
|
+
"attributes": [
|
|
2813
|
+
{
|
|
2814
|
+
"name": "href",
|
|
2815
|
+
"description": "href for linking to e.g. id of an element to skip to"
|
|
2816
|
+
},
|
|
2817
|
+
{
|
|
2818
|
+
"name": "link-accesskey",
|
|
2819
|
+
"description": "Access key of link (usually a number e.g. 1)"
|
|
2820
|
+
},
|
|
2821
|
+
{
|
|
2822
|
+
"name": "link-title",
|
|
2823
|
+
"description": "Link title for description e.g. how to use skiplink with access key ([ALT + 1])"
|
|
2824
|
+
}
|
|
2825
|
+
]
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"name": "stzh-sortable",
|
|
2829
|
+
"description": {
|
|
2830
|
+
"kind": "markdown",
|
|
2831
|
+
"value": "The STZH sortable component."
|
|
2832
|
+
},
|
|
2833
|
+
"attributes": [
|
|
2834
|
+
{
|
|
2835
|
+
"name": "data-id-attribute",
|
|
2836
|
+
"description": "HTML attribute that is used by the `toArray()` method"
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
"name": "disabled",
|
|
2840
|
+
"description": "Wether sorting is disabled or not"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"name": "filter-elements",
|
|
2844
|
+
"description": "Filtered elements that should prevent dragging inside the drag item elements"
|
|
2845
|
+
}
|
|
2846
|
+
]
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"name": "stzh-status",
|
|
2850
|
+
"description": {
|
|
2851
|
+
"kind": "markdown",
|
|
2852
|
+
"value": "The STZH status component."
|
|
2853
|
+
},
|
|
2854
|
+
"attributes": [
|
|
2855
|
+
{
|
|
2856
|
+
"name": "label",
|
|
2857
|
+
"description": "Label"
|
|
2858
|
+
},
|
|
2859
|
+
{
|
|
2860
|
+
"name": "percent",
|
|
2861
|
+
"description": "Percent"
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"name": "type",
|
|
2865
|
+
"description": "Type",
|
|
2866
|
+
"values": [
|
|
2867
|
+
{
|
|
2868
|
+
"name": "default"
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"name": "error"
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
"name": "info"
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"name": "success"
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
"name": "warning"
|
|
2881
|
+
}
|
|
2882
|
+
]
|
|
2883
|
+
},
|
|
2884
|
+
{
|
|
2885
|
+
"name": "with-loadingbar",
|
|
2886
|
+
"description": "Whether to hide/show loadingbar"
|
|
2887
|
+
}
|
|
2888
|
+
]
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"name": "stzh-table",
|
|
2892
|
+
"description": {
|
|
2893
|
+
"kind": "markdown",
|
|
2894
|
+
"value": "The STZH table component.\r\n\r\nUse this component instead of <a href=\"?path=/story/components-datatable--default\" target=\"_blank\">stzh-datatable</a> if you need more control over rendering the table element. You will have to implement filtering and sorting by yourself though. Following cell classes can be used within component for styling:\r\n\r\n- `align-left`: Text align to left\r\n- `align-right`: Text align to right\r\n- `align-center`: Text align to center\r\n- `valign-auto`: Vertical align to auto/baseline\r\n- `valign-middle`: Vertical align to middle\r\n- `valign-bottom`: Vertical align to bottom\r\n- `nowrap`: Prevent text from wrapping\r\n- `is-sortable`: Mark head cell as sortable (removes padding, `stzh-table__sort-button` used inside cell)\r\n- `has-sorted`: Mark head cell as ascending sorted (`stzh-table__icon` will appear)\r\n- `has-sorted-desc`: Mark head cell as descending sorted"
|
|
2895
|
+
},
|
|
2896
|
+
"attributes": [
|
|
2897
|
+
{
|
|
2898
|
+
"name": "fixed-left",
|
|
2899
|
+
"description": "Columns that should be sticky on the left side (column indexes separated by comma)"
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"name": "fixed-right",
|
|
2903
|
+
"description": "Columns that should be sticky on the right side (column indexes separated by comma)"
|
|
2904
|
+
}
|
|
2905
|
+
]
|
|
2906
|
+
},
|
|
2907
|
+
{
|
|
2908
|
+
"name": "stzh-text",
|
|
2909
|
+
"description": {
|
|
2910
|
+
"kind": "markdown",
|
|
2911
|
+
"value": "The STZH text component.\r\n\r\nStyle slotted text elements with correct font family and predefined font curves or sizes.\r\n\r\n```html\r\n<!-- use curve p2 (default curve is p1) -->\r\n<stzh-text curve=\"p2\">\r\n <p>Laboris laborum aute id laboris</p>\r\n</stzh-text>\r\n\r\n<!-- lead text -->\r\n<stzh-text lead>\r\n <p>Laboris laborum aute id laboris</p>\r\n</stzh-text>\r\n\r\n<!-- heavy text -->\r\n<stzh-text font=\"heavy\">\r\n <p>Laboris laborum aute id laboris</p>\r\n</stzh-text>\r\n```"
|
|
2912
|
+
},
|
|
2913
|
+
"attributes": [
|
|
2914
|
+
{
|
|
2915
|
+
"name": "curve",
|
|
2916
|
+
"description": "Type of curve",
|
|
2917
|
+
"values": [
|
|
2918
|
+
{
|
|
2919
|
+
"name": "caption"
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"name": "default"
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"name": "h1"
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
"name": "h2"
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"name": "h3"
|
|
2932
|
+
},
|
|
2933
|
+
{
|
|
2934
|
+
"name": "h4"
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"name": "hero"
|
|
2938
|
+
},
|
|
2939
|
+
{
|
|
2940
|
+
"name": "p1"
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
"name": "p2"
|
|
2944
|
+
}
|
|
2945
|
+
]
|
|
2946
|
+
},
|
|
2947
|
+
{
|
|
2948
|
+
"name": "font",
|
|
2949
|
+
"description": "Font used",
|
|
2950
|
+
"values": [
|
|
2951
|
+
{
|
|
2952
|
+
"name": "default"
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"name": "heavy"
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"name": "light"
|
|
2959
|
+
},
|
|
2960
|
+
{
|
|
2961
|
+
"name": "medium"
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"name": "regular"
|
|
2965
|
+
}
|
|
2966
|
+
]
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
"name": "lead",
|
|
2970
|
+
"description": "Whether if text is lead text"
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"name": "size",
|
|
2974
|
+
"description": "Manually overwrite font size applied by curve attribute",
|
|
2975
|
+
"values": [
|
|
2976
|
+
{
|
|
2977
|
+
"name": "centi"
|
|
2978
|
+
},
|
|
2979
|
+
{
|
|
2980
|
+
"name": "deca"
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"name": "deci"
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"name": "giga"
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"name": "hecto"
|
|
2990
|
+
},
|
|
2991
|
+
{
|
|
2992
|
+
"name": "hero"
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"name": "inherit"
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"name": "kilo"
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"name": "mega"
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"name": "micro"
|
|
3005
|
+
},
|
|
3006
|
+
{
|
|
3007
|
+
"name": "milli"
|
|
3008
|
+
},
|
|
3009
|
+
{
|
|
3010
|
+
"name": "nano"
|
|
3011
|
+
},
|
|
3012
|
+
{
|
|
3013
|
+
"name": "pico"
|
|
3014
|
+
},
|
|
3015
|
+
{
|
|
3016
|
+
"name": "regular"
|
|
3017
|
+
}
|
|
3018
|
+
]
|
|
3019
|
+
},
|
|
3020
|
+
{
|
|
3021
|
+
"name": "size-large",
|
|
3022
|
+
"description": "Manually overwrite font size applied by curve attribute above large breakpoint",
|
|
3023
|
+
"values": [
|
|
3024
|
+
{
|
|
3025
|
+
"name": "centi"
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"name": "deca"
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "deci"
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"name": "giga"
|
|
3035
|
+
},
|
|
3036
|
+
{
|
|
3037
|
+
"name": "hecto"
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"name": "hero"
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
"name": "inherit"
|
|
3044
|
+
},
|
|
3045
|
+
{
|
|
3046
|
+
"name": "kilo"
|
|
3047
|
+
},
|
|
3048
|
+
{
|
|
3049
|
+
"name": "mega"
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"name": "micro"
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
"name": "milli"
|
|
3056
|
+
},
|
|
3057
|
+
{
|
|
3058
|
+
"name": "nano"
|
|
3059
|
+
},
|
|
3060
|
+
{
|
|
3061
|
+
"name": "pico"
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"name": "regular"
|
|
3065
|
+
}
|
|
3066
|
+
]
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
"name": "size-medium",
|
|
3070
|
+
"description": "Manually overwrite font size applied by curve attribute above medium breakpoint",
|
|
3071
|
+
"values": [
|
|
3072
|
+
{
|
|
3073
|
+
"name": "centi"
|
|
3074
|
+
},
|
|
3075
|
+
{
|
|
3076
|
+
"name": "deca"
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"name": "deci"
|
|
3080
|
+
},
|
|
3081
|
+
{
|
|
3082
|
+
"name": "giga"
|
|
3083
|
+
},
|
|
3084
|
+
{
|
|
3085
|
+
"name": "hecto"
|
|
3086
|
+
},
|
|
3087
|
+
{
|
|
3088
|
+
"name": "hero"
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"name": "inherit"
|
|
3092
|
+
},
|
|
3093
|
+
{
|
|
3094
|
+
"name": "kilo"
|
|
3095
|
+
},
|
|
3096
|
+
{
|
|
3097
|
+
"name": "mega"
|
|
3098
|
+
},
|
|
3099
|
+
{
|
|
3100
|
+
"name": "micro"
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"name": "milli"
|
|
3104
|
+
},
|
|
3105
|
+
{
|
|
3106
|
+
"name": "nano"
|
|
3107
|
+
},
|
|
3108
|
+
{
|
|
3109
|
+
"name": "pico"
|
|
3110
|
+
},
|
|
3111
|
+
{
|
|
3112
|
+
"name": "regular"
|
|
3113
|
+
}
|
|
3114
|
+
]
|
|
3115
|
+
},
|
|
3116
|
+
{
|
|
3117
|
+
"name": "size-small",
|
|
3118
|
+
"description": "Manually overwrite font size applied by curve attribute above small breakpoint",
|
|
3119
|
+
"values": [
|
|
3120
|
+
{
|
|
3121
|
+
"name": "centi"
|
|
3122
|
+
},
|
|
3123
|
+
{
|
|
3124
|
+
"name": "deca"
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"name": "deci"
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"name": "giga"
|
|
3131
|
+
},
|
|
3132
|
+
{
|
|
3133
|
+
"name": "hecto"
|
|
3134
|
+
},
|
|
3135
|
+
{
|
|
3136
|
+
"name": "hero"
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
"name": "inherit"
|
|
3140
|
+
},
|
|
3141
|
+
{
|
|
3142
|
+
"name": "kilo"
|
|
3143
|
+
},
|
|
3144
|
+
{
|
|
3145
|
+
"name": "mega"
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
"name": "micro"
|
|
3149
|
+
},
|
|
3150
|
+
{
|
|
3151
|
+
"name": "milli"
|
|
3152
|
+
},
|
|
3153
|
+
{
|
|
3154
|
+
"name": "nano"
|
|
3155
|
+
},
|
|
3156
|
+
{
|
|
3157
|
+
"name": "pico"
|
|
3158
|
+
},
|
|
3159
|
+
{
|
|
3160
|
+
"name": "regular"
|
|
3161
|
+
}
|
|
3162
|
+
]
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"name": "size-ultra",
|
|
3166
|
+
"description": "Manually overwrite font size applied by curve attribute above ultra breakpoint",
|
|
3167
|
+
"values": [
|
|
3168
|
+
{
|
|
3169
|
+
"name": "centi"
|
|
3170
|
+
},
|
|
3171
|
+
{
|
|
3172
|
+
"name": "deca"
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"name": "deci"
|
|
3176
|
+
},
|
|
3177
|
+
{
|
|
3178
|
+
"name": "giga"
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
"name": "hecto"
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
"name": "hero"
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"name": "inherit"
|
|
3188
|
+
},
|
|
3189
|
+
{
|
|
3190
|
+
"name": "kilo"
|
|
3191
|
+
},
|
|
3192
|
+
{
|
|
3193
|
+
"name": "mega"
|
|
3194
|
+
},
|
|
3195
|
+
{
|
|
3196
|
+
"name": "micro"
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"name": "milli"
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"name": "nano"
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"name": "pico"
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"name": "regular"
|
|
3209
|
+
}
|
|
3210
|
+
]
|
|
3211
|
+
}
|
|
3212
|
+
]
|
|
3213
|
+
},
|
|
3214
|
+
{
|
|
3215
|
+
"name": "stzh-toggle",
|
|
3216
|
+
"description": {
|
|
3217
|
+
"kind": "markdown",
|
|
3218
|
+
"value": "The STZH toggle component."
|
|
3219
|
+
},
|
|
3220
|
+
"attributes": [
|
|
3221
|
+
{
|
|
3222
|
+
"name": "a11y-describedby",
|
|
3223
|
+
"description": "Id for element which describes the input (this will be overwritten if description prop or slot is used)"
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"name": "checked",
|
|
3227
|
+
"description": "Checked status"
|
|
3228
|
+
},
|
|
3229
|
+
{
|
|
3230
|
+
"name": "description",
|
|
3231
|
+
"description": "Description message (use description slot as alternative)"
|
|
3232
|
+
},
|
|
3233
|
+
{
|
|
3234
|
+
"name": "description-long",
|
|
3235
|
+
"description": "Long description message appearing in a popover (use description-long slot as alternative)"
|
|
3236
|
+
},
|
|
3237
|
+
{
|
|
3238
|
+
"name": "disabled",
|
|
3239
|
+
"description": "Whether the toggle is disabled"
|
|
3240
|
+
},
|
|
3241
|
+
{
|
|
3242
|
+
"name": "error",
|
|
3243
|
+
"description": "One or multiple error message (use error slot as alternative)"
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"name": "invalid",
|
|
3247
|
+
"description": "Invalid status"
|
|
3248
|
+
},
|
|
3249
|
+
{
|
|
3250
|
+
"name": "label",
|
|
3251
|
+
"description": "Label"
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
"name": "label-position",
|
|
3255
|
+
"description": "Position of label",
|
|
3256
|
+
"values": [
|
|
3257
|
+
{
|
|
3258
|
+
"name": "left"
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"name": "right"
|
|
3262
|
+
}
|
|
3263
|
+
]
|
|
3264
|
+
},
|
|
3265
|
+
{
|
|
3266
|
+
"name": "name",
|
|
3267
|
+
"description": "Name of the input element"
|
|
3268
|
+
},
|
|
3269
|
+
{
|
|
3270
|
+
"name": "required",
|
|
3271
|
+
"description": "Required status"
|
|
3272
|
+
},
|
|
3273
|
+
{
|
|
3274
|
+
"name": "show-marker",
|
|
3275
|
+
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show noting"
|
|
3276
|
+
},
|
|
3277
|
+
{
|
|
3278
|
+
"name": "value",
|
|
3279
|
+
"description": "Value of the input element"
|
|
3280
|
+
}
|
|
3281
|
+
]
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
"name": "stzh-tooltip",
|
|
3285
|
+
"description": {
|
|
3286
|
+
"kind": "markdown",
|
|
3287
|
+
"value": "The STZH tooltip component.\r\n\r\nFor computing the position of the tooltip, the library [floating-ui](https://floating-ui.com/docs/) was used."
|
|
3288
|
+
},
|
|
3289
|
+
"attributes": [
|
|
3290
|
+
{
|
|
3291
|
+
"name": "content",
|
|
3292
|
+
"description": "Content of tooltip (use instead of content slot)"
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
"name": "distance",
|
|
3296
|
+
"description": "Distance from tooltip content to trigger (default: arrow height + 8px = 16)"
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
"name": "interactive",
|
|
3300
|
+
"description": "Whether tooltip is interactive"
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"name": "label",
|
|
3304
|
+
"description": "Label of tooltip (used for screenreaders)"
|
|
3305
|
+
},
|
|
3306
|
+
{
|
|
3307
|
+
"name": "open",
|
|
3308
|
+
"description": "Whether tooltip should be open"
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"name": "placement",
|
|
3312
|
+
"description": "Default placement of tooltip relative to trigger element",
|
|
3313
|
+
"values": [
|
|
3314
|
+
{
|
|
3315
|
+
"name": "bottom"
|
|
3316
|
+
},
|
|
3317
|
+
{
|
|
3318
|
+
"name": "bottom-end"
|
|
3319
|
+
},
|
|
3320
|
+
{
|
|
3321
|
+
"name": "bottom-start"
|
|
3322
|
+
},
|
|
3323
|
+
{
|
|
3324
|
+
"name": "left"
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"name": "left-end"
|
|
3328
|
+
},
|
|
3329
|
+
{
|
|
3330
|
+
"name": "left-start"
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"name": "right"
|
|
3334
|
+
},
|
|
3335
|
+
{
|
|
3336
|
+
"name": "right-end"
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
"name": "right-start"
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"name": "top"
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
"name": "top-end"
|
|
3346
|
+
},
|
|
3347
|
+
{
|
|
3348
|
+
"name": "top-start"
|
|
3349
|
+
}
|
|
3350
|
+
]
|
|
3351
|
+
},
|
|
3352
|
+
{
|
|
3353
|
+
"name": "skidding",
|
|
3354
|
+
"description": "Shifting of tooltip content"
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"name": "trigger",
|
|
3358
|
+
"description": "Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\r\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\r\nprogrammatically."
|
|
3359
|
+
}
|
|
3360
|
+
]
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"name": "stzh-upload",
|
|
3364
|
+
"description": {
|
|
3365
|
+
"kind": "markdown",
|
|
3366
|
+
"value": "The STZH upload component.\r\n\r\nUses the [dropzone](https://www.dropzonejs.com/) library internally."
|
|
3367
|
+
},
|
|
3368
|
+
"attributes": [
|
|
3369
|
+
{
|
|
3370
|
+
"name": "accepted-files",
|
|
3371
|
+
"description": "The default implementation of `accept` checks the file's mime type or\r\nextension against this list. This is a comma separated list of mime\r\ntypes or file extensions.\r\n\r\nEg.: `image/*,application/pdf,.psd`\r\n\r\nThis option will also be used as\r\n[`accept`](https://developer.mozilla.org/en-US/docs/HTML/Element/input#attr-accept)\r\nparameter on the hidden file input as well."
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"name": "auto-process-queue",
|
|
3375
|
+
"description": "If false, files will be added to the queue but the queue will not be\r\nprocessed automatically.\r\nThis can be useful if you need some additional user input before sending\r\nfiles (or if you want want all files sent at once).\r\nIf you're ready to send the file simply call `element.processQueue()`."
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"name": "button",
|
|
3379
|
+
"description": "Button text"
|
|
3380
|
+
},
|
|
3381
|
+
{
|
|
3382
|
+
"name": "chunk-size",
|
|
3383
|
+
"description": "If `chunking` is `true`, then this defines the chunk size in bytes."
|
|
3384
|
+
},
|
|
3385
|
+
{
|
|
3386
|
+
"name": "chunking",
|
|
3387
|
+
"description": "Whether you want files to be uploaded in chunks to your server. This can't be\r\nused in combination with `uploadMultiple`.\r\n\r\nSee `chunksUploaded` prop for the callback to finalise an upload."
|
|
3388
|
+
},
|
|
3389
|
+
{
|
|
3390
|
+
"name": "default-headers",
|
|
3391
|
+
"description": "Should the default headers be set or not?\r\nAccept: application/json <- for requesting json response\r\nCache-Control: no-cache <- Request shouldnt be cached\r\nX-Requested-With: XMLHttpRequest <- We sent the request via XMLHttpRequest"
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
"name": "description",
|
|
3395
|
+
"description": "Description"
|
|
3396
|
+
},
|
|
3397
|
+
{
|
|
3398
|
+
"name": "disabled",
|
|
3399
|
+
"description": "Whether the upload is disabled or not."
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
"name": "error",
|
|
3403
|
+
"description": "One or multiple error message (use error slot as alternative)"
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"name": "existing-files",
|
|
3407
|
+
"description": ""
|
|
3408
|
+
},
|
|
3409
|
+
{
|
|
3410
|
+
"name": "filesize-base",
|
|
3411
|
+
"description": "The base that is used to calculate the **displayed** filesize. You can\r\nchange this to 1024 if you would rather display kibibytes, mebibytes,\r\netc... 1024 is technically incorrect, because `1024 bytes` are `1 kibibyte`\r\nnot `1 kilobyte`. You can change this to `1024` if you don't care about\r\nvalidity."
|
|
3412
|
+
},
|
|
3413
|
+
{
|
|
3414
|
+
"name": "force-chunking",
|
|
3415
|
+
"description": "If `chunking` is enabled, this defines whether **every** file should be chunked,\r\neven if the file size is below chunkSize. This means, that the additional chunk\r\nform data will be submitted and the `chunksUploaded` callback will be invoked."
|
|
3416
|
+
},
|
|
3417
|
+
{
|
|
3418
|
+
"name": "hidden-input-container",
|
|
3419
|
+
"description": "This is the element the hidden input field (which is used when clicking on the\r\ndropzone to trigger file selection) will be appended to. This might\r\nbe important in case you use frameworks to switch the content of your page.\r\n\r\nCan be a selector string, or an element directly."
|
|
3420
|
+
},
|
|
3421
|
+
{
|
|
3422
|
+
"name": "invalid",
|
|
3423
|
+
"description": "Whether the upload is marked as invalid."
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"name": "label",
|
|
3427
|
+
"description": "Label"
|
|
3428
|
+
},
|
|
3429
|
+
{
|
|
3430
|
+
"name": "max-files",
|
|
3431
|
+
"description": "If not `null` defines how many files this dropzone handles. If it exceeds,\r\nthe event `stzhMaxfilesexceeded` will be called."
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"name": "max-filesize",
|
|
3435
|
+
"description": "The maximum filesize (in MiB) that is allowed to be uploaded."
|
|
3436
|
+
},
|
|
3437
|
+
{
|
|
3438
|
+
"name": "method",
|
|
3439
|
+
"description": "Can be changed to `\"put\"` if necessary. You can also provide a function\r\nthat will be called with `files` and must return the method.",
|
|
3440
|
+
"values": [
|
|
3441
|
+
{
|
|
3442
|
+
"name": "post"
|
|
3443
|
+
},
|
|
3444
|
+
{
|
|
3445
|
+
"name": "put"
|
|
3446
|
+
}
|
|
3447
|
+
]
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"name": "parallel-chunk-uploads",
|
|
3451
|
+
"description": "If `true`, the individual chunks of a file are being uploaded simultaneously."
|
|
3452
|
+
},
|
|
3453
|
+
{
|
|
3454
|
+
"name": "parallel-uploads",
|
|
3455
|
+
"description": "How many file uploads to process in parallel."
|
|
3456
|
+
},
|
|
3457
|
+
{
|
|
3458
|
+
"name": "retry-chunks",
|
|
3459
|
+
"description": "Whether a chunk should be retried if it fails."
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
"name": "retry-chunks-limit",
|
|
3463
|
+
"description": "If `retryChunks` is true, how many times should it be retried."
|
|
3464
|
+
},
|
|
3465
|
+
{
|
|
3466
|
+
"name": "upload-multiple",
|
|
3467
|
+
"description": "Whether to send multiple files in one request. If\r\nthis it set to true, then the fallback file input element will\r\nhave the `multiple` attribute as well. This option will\r\nalso trigger additional events (like `stzhSuccessMultiple`). See the events\r\ndocumentation section for more information."
|
|
3468
|
+
},
|
|
3469
|
+
{
|
|
3470
|
+
"name": "url",
|
|
3471
|
+
"description": "URL the files are processed to.\r\n\r\nYou can also provide a function that will be called with `files` and\r\n`dataBlocks` and must return the url as string."
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
"name": "with-credentials",
|
|
3475
|
+
"description": "Will be set on the XHRequest."
|
|
3476
|
+
}
|
|
3477
|
+
]
|
|
3478
|
+
},
|
|
3479
|
+
{
|
|
3480
|
+
"name": "stzh-vbz-linechip",
|
|
3481
|
+
"description": {
|
|
3482
|
+
"kind": "markdown",
|
|
3483
|
+
"value": "The VBZ linechip component."
|
|
3484
|
+
},
|
|
3485
|
+
"attributes": [
|
|
3486
|
+
{
|
|
3487
|
+
"name": "active",
|
|
3488
|
+
"description": "Active"
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"name": "alert",
|
|
3492
|
+
"description": "Show alert icon"
|
|
3493
|
+
},
|
|
3494
|
+
{
|
|
3495
|
+
"name": "global",
|
|
3496
|
+
"description": "Whether it is a global disturbance"
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"name": "line",
|
|
3500
|
+
"description": "Line",
|
|
3501
|
+
"values": [
|
|
3502
|
+
{
|
|
3503
|
+
"name": "2"
|
|
3504
|
+
},
|
|
3505
|
+
{
|
|
3506
|
+
"name": "3"
|
|
3507
|
+
},
|
|
3508
|
+
{
|
|
3509
|
+
"name": "4"
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"name": "5"
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"name": "6"
|
|
3516
|
+
},
|
|
3517
|
+
{
|
|
3518
|
+
"name": "7"
|
|
3519
|
+
},
|
|
3520
|
+
{
|
|
3521
|
+
"name": "8"
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"name": "9"
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"name": "10"
|
|
3528
|
+
},
|
|
3529
|
+
{
|
|
3530
|
+
"name": "11"
|
|
3531
|
+
},
|
|
3532
|
+
{
|
|
3533
|
+
"name": "12"
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
"name": "13"
|
|
3537
|
+
},
|
|
3538
|
+
{
|
|
3539
|
+
"name": "14"
|
|
3540
|
+
},
|
|
3541
|
+
{
|
|
3542
|
+
"name": "15"
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"name": "16"
|
|
3546
|
+
},
|
|
3547
|
+
{
|
|
3548
|
+
"name": "17"
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"name": "19"
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"name": "21"
|
|
3555
|
+
},
|
|
3556
|
+
{
|
|
3557
|
+
"name": "23"
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"name": "24"
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"name": "25"
|
|
3564
|
+
},
|
|
3565
|
+
{
|
|
3566
|
+
"name": "29"
|
|
3567
|
+
},
|
|
3568
|
+
{
|
|
3569
|
+
"name": "31"
|
|
3570
|
+
},
|
|
3571
|
+
{
|
|
3572
|
+
"name": "32"
|
|
3573
|
+
},
|
|
3574
|
+
{
|
|
3575
|
+
"name": "33"
|
|
3576
|
+
},
|
|
3577
|
+
{
|
|
3578
|
+
"name": "34"
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
"name": "35"
|
|
3582
|
+
},
|
|
3583
|
+
{
|
|
3584
|
+
"name": "36"
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"name": "37"
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
"name": "38"
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"name": "39"
|
|
3594
|
+
},
|
|
3595
|
+
{
|
|
3596
|
+
"name": "40"
|
|
3597
|
+
},
|
|
3598
|
+
{
|
|
3599
|
+
"name": "45"
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"name": "46"
|
|
3603
|
+
},
|
|
3604
|
+
{
|
|
3605
|
+
"name": "54"
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
"name": "61"
|
|
3609
|
+
},
|
|
3610
|
+
{
|
|
3611
|
+
"name": "62"
|
|
3612
|
+
},
|
|
3613
|
+
{
|
|
3614
|
+
"name": "63"
|
|
3615
|
+
},
|
|
3616
|
+
{
|
|
3617
|
+
"name": "64"
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
"name": "66"
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"name": "67"
|
|
3624
|
+
},
|
|
3625
|
+
{
|
|
3626
|
+
"name": "69"
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
"name": "70"
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
"name": "72"
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
"name": "73"
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"name": "75"
|
|
3639
|
+
},
|
|
3640
|
+
{
|
|
3641
|
+
"name": "76"
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"name": "77"
|
|
3645
|
+
},
|
|
3646
|
+
{
|
|
3647
|
+
"name": "78"
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"name": "79"
|
|
3651
|
+
},
|
|
3652
|
+
{
|
|
3653
|
+
"name": "80"
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
"name": "83"
|
|
3657
|
+
},
|
|
3658
|
+
{
|
|
3659
|
+
"name": "89"
|
|
3660
|
+
},
|
|
3661
|
+
{
|
|
3662
|
+
"name": "91"
|
|
3663
|
+
},
|
|
3664
|
+
{
|
|
3665
|
+
"name": "94"
|
|
3666
|
+
},
|
|
3667
|
+
{
|
|
3668
|
+
"name": "95"
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"name": "99"
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"name": "151"
|
|
3675
|
+
},
|
|
3676
|
+
{
|
|
3677
|
+
"name": "152"
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"name": "153"
|
|
3681
|
+
},
|
|
3682
|
+
{
|
|
3683
|
+
"name": "156"
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"name": "161"
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"name": "162"
|
|
3690
|
+
},
|
|
3691
|
+
{
|
|
3692
|
+
"name": "163"
|
|
3693
|
+
},
|
|
3694
|
+
{
|
|
3695
|
+
"name": "165"
|
|
3696
|
+
},
|
|
3697
|
+
{
|
|
3698
|
+
"name": "184"
|
|
3699
|
+
},
|
|
3700
|
+
{
|
|
3701
|
+
"name": "185"
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "200"
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"name": "201"
|
|
3708
|
+
},
|
|
3709
|
+
{
|
|
3710
|
+
"name": "215"
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"name": "220"
|
|
3714
|
+
},
|
|
3715
|
+
{
|
|
3716
|
+
"name": "235"
|
|
3717
|
+
},
|
|
3718
|
+
{
|
|
3719
|
+
"name": "236"
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"name": "245"
|
|
3723
|
+
},
|
|
3724
|
+
{
|
|
3725
|
+
"name": "301"
|
|
3726
|
+
},
|
|
3727
|
+
{
|
|
3728
|
+
"name": "302"
|
|
3729
|
+
},
|
|
3730
|
+
{
|
|
3731
|
+
"name": "303"
|
|
3732
|
+
},
|
|
3733
|
+
{
|
|
3734
|
+
"name": "304"
|
|
3735
|
+
},
|
|
3736
|
+
{
|
|
3737
|
+
"name": "305"
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"name": "306"
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"name": "307"
|
|
3744
|
+
},
|
|
3745
|
+
{
|
|
3746
|
+
"name": "308"
|
|
3747
|
+
},
|
|
3748
|
+
{
|
|
3749
|
+
"name": "309"
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"name": "311"
|
|
3753
|
+
},
|
|
3754
|
+
{
|
|
3755
|
+
"name": "314"
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"name": "315"
|
|
3759
|
+
},
|
|
3760
|
+
{
|
|
3761
|
+
"name": "321"
|
|
3762
|
+
},
|
|
3763
|
+
{
|
|
3764
|
+
"name": "323"
|
|
3765
|
+
},
|
|
3766
|
+
{
|
|
3767
|
+
"name": "325"
|
|
3768
|
+
},
|
|
3769
|
+
{
|
|
3770
|
+
"name": "350"
|
|
3771
|
+
},
|
|
3772
|
+
{
|
|
3773
|
+
"name": "444"
|
|
3774
|
+
},
|
|
3775
|
+
{
|
|
3776
|
+
"name": "445"
|
|
3777
|
+
},
|
|
3778
|
+
{
|
|
3779
|
+
"name": "701"
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
"name": "702"
|
|
3783
|
+
},
|
|
3784
|
+
{
|
|
3785
|
+
"name": "703"
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"name": "704"
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
"name": "705"
|
|
3792
|
+
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "720"
|
|
3795
|
+
},
|
|
3796
|
+
{
|
|
3797
|
+
"name": "721"
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"name": "725"
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"name": "726"
|
|
3804
|
+
},
|
|
3805
|
+
{
|
|
3806
|
+
"name": "727"
|
|
3807
|
+
},
|
|
3808
|
+
{
|
|
3809
|
+
"name": "742"
|
|
3810
|
+
},
|
|
3811
|
+
{
|
|
3812
|
+
"name": "743"
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"name": "744"
|
|
3816
|
+
},
|
|
3817
|
+
{
|
|
3818
|
+
"name": "745"
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"name": "747"
|
|
3822
|
+
},
|
|
3823
|
+
{
|
|
3824
|
+
"name": "748"
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"name": "751"
|
|
3828
|
+
},
|
|
3829
|
+
{
|
|
3830
|
+
"name": "752"
|
|
3831
|
+
},
|
|
3832
|
+
{
|
|
3833
|
+
"name": "753"
|
|
3834
|
+
},
|
|
3835
|
+
{
|
|
3836
|
+
"name": "754"
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"name": "759"
|
|
3840
|
+
},
|
|
3841
|
+
{
|
|
3842
|
+
"name": "760"
|
|
3843
|
+
},
|
|
3844
|
+
{
|
|
3845
|
+
"name": "765"
|
|
3846
|
+
},
|
|
3847
|
+
{
|
|
3848
|
+
"name": "768"
|
|
3849
|
+
},
|
|
3850
|
+
{
|
|
3851
|
+
"name": "781"
|
|
3852
|
+
},
|
|
3853
|
+
{
|
|
3854
|
+
"name": "786"
|
|
3855
|
+
},
|
|
3856
|
+
{
|
|
3857
|
+
"name": "787"
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
"name": "910"
|
|
3861
|
+
},
|
|
3862
|
+
{
|
|
3863
|
+
"name": "912"
|
|
3864
|
+
},
|
|
3865
|
+
{
|
|
3866
|
+
"name": "916"
|
|
3867
|
+
},
|
|
3868
|
+
{
|
|
3869
|
+
"name": "917"
|
|
3870
|
+
},
|
|
3871
|
+
{
|
|
3872
|
+
"name": "918"
|
|
3873
|
+
},
|
|
3874
|
+
{
|
|
3875
|
+
"name": "919"
|
|
3876
|
+
},
|
|
3877
|
+
{
|
|
3878
|
+
"name": "E"
|
|
3879
|
+
},
|
|
3880
|
+
{
|
|
3881
|
+
"name": "N"
|
|
3882
|
+
},
|
|
3883
|
+
{
|
|
3884
|
+
"name": "N1"
|
|
3885
|
+
},
|
|
3886
|
+
{
|
|
3887
|
+
"name": "N2"
|
|
3888
|
+
},
|
|
3889
|
+
{
|
|
3890
|
+
"name": "N4"
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
"name": "N5"
|
|
3894
|
+
},
|
|
3895
|
+
{
|
|
3896
|
+
"name": "N6"
|
|
3897
|
+
},
|
|
3898
|
+
{
|
|
3899
|
+
"name": "N7"
|
|
3900
|
+
},
|
|
3901
|
+
{
|
|
3902
|
+
"name": "N8"
|
|
3903
|
+
},
|
|
3904
|
+
{
|
|
3905
|
+
"name": "N9"
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
"name": "N10"
|
|
3909
|
+
},
|
|
3910
|
+
{
|
|
3911
|
+
"name": "N11"
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"name": "N12"
|
|
3915
|
+
},
|
|
3916
|
+
{
|
|
3917
|
+
"name": "N13"
|
|
3918
|
+
},
|
|
3919
|
+
{
|
|
3920
|
+
"name": "N14"
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"name": "N15"
|
|
3924
|
+
},
|
|
3925
|
+
{
|
|
3926
|
+
"name": "N16"
|
|
3927
|
+
},
|
|
3928
|
+
{
|
|
3929
|
+
"name": "N17"
|
|
3930
|
+
},
|
|
3931
|
+
{
|
|
3932
|
+
"name": "N18"
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
"name": "N19"
|
|
3936
|
+
},
|
|
3937
|
+
{
|
|
3938
|
+
"name": "N30"
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"name": "N31"
|
|
3942
|
+
},
|
|
3943
|
+
{
|
|
3944
|
+
"name": "N32"
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
"name": "N33"
|
|
3948
|
+
},
|
|
3949
|
+
{
|
|
3950
|
+
"name": "N34"
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"name": "N45"
|
|
3954
|
+
},
|
|
3955
|
+
{
|
|
3956
|
+
"name": "N72"
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"name": "N78"
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"name": "SN1"
|
|
3963
|
+
},
|
|
3964
|
+
{
|
|
3965
|
+
"name": "SN4"
|
|
3966
|
+
},
|
|
3967
|
+
{
|
|
3968
|
+
"name": "SN5"
|
|
3969
|
+
},
|
|
3970
|
+
{
|
|
3971
|
+
"name": "SN6"
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
"name": "SN7"
|
|
3975
|
+
},
|
|
3976
|
+
{
|
|
3977
|
+
"name": "SN8"
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"name": "SN9"
|
|
3981
|
+
},
|
|
3982
|
+
{
|
|
3983
|
+
"name": "S2"
|
|
3984
|
+
},
|
|
3985
|
+
{
|
|
3986
|
+
"name": "S3"
|
|
3987
|
+
},
|
|
3988
|
+
{
|
|
3989
|
+
"name": "S4"
|
|
3990
|
+
},
|
|
3991
|
+
{
|
|
3992
|
+
"name": "S5"
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
"name": "S6"
|
|
3996
|
+
},
|
|
3997
|
+
{
|
|
3998
|
+
"name": "S7"
|
|
3999
|
+
},
|
|
4000
|
+
{
|
|
4001
|
+
"name": "S8"
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"name": "S9"
|
|
4005
|
+
},
|
|
4006
|
+
{
|
|
4007
|
+
"name": "S10"
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
"name": "S11"
|
|
4011
|
+
},
|
|
4012
|
+
{
|
|
4013
|
+
"name": "S14"
|
|
4014
|
+
},
|
|
4015
|
+
{
|
|
4016
|
+
"name": "S15"
|
|
4017
|
+
},
|
|
4018
|
+
{
|
|
4019
|
+
"name": "S16"
|
|
4020
|
+
},
|
|
4021
|
+
{
|
|
4022
|
+
"name": "S18"
|
|
4023
|
+
},
|
|
4024
|
+
{
|
|
4025
|
+
"name": "S19"
|
|
4026
|
+
},
|
|
4027
|
+
{
|
|
4028
|
+
"name": "S20"
|
|
4029
|
+
},
|
|
4030
|
+
{
|
|
4031
|
+
"name": "S21"
|
|
4032
|
+
},
|
|
4033
|
+
{
|
|
4034
|
+
"name": "S23"
|
|
4035
|
+
},
|
|
4036
|
+
{
|
|
4037
|
+
"name": "S24"
|
|
4038
|
+
},
|
|
4039
|
+
{
|
|
4040
|
+
"name": "S25"
|
|
4041
|
+
}
|
|
4042
|
+
]
|
|
4043
|
+
}
|
|
4044
|
+
]
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
"name": "stzh-vbz-majorticker",
|
|
4048
|
+
"description": {
|
|
4049
|
+
"kind": "markdown",
|
|
4050
|
+
"value": "The VBZ majorticker component."
|
|
4051
|
+
},
|
|
4052
|
+
"attributes": [
|
|
4053
|
+
{
|
|
4054
|
+
"name": "api",
|
|
4055
|
+
"description": "API URL(`{lang}` are replaced in the URL)"
|
|
4056
|
+
},
|
|
4057
|
+
{
|
|
4058
|
+
"name": "data",
|
|
4059
|
+
"description": "Data to pass in directly (alternative for API call)"
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
"name": "ghettobox-close-time-key",
|
|
4063
|
+
"description": "Overwrite ghettobox close time cookie option if needed"
|
|
4064
|
+
},
|
|
4065
|
+
{
|
|
4066
|
+
"name": "more-info-link",
|
|
4067
|
+
"description": "More info link (`{lang}` and `{id}` are replaced in the URL)"
|
|
4068
|
+
}
|
|
4069
|
+
]
|
|
4070
|
+
},
|
|
4071
|
+
{
|
|
4072
|
+
"name": "stzh-vbz-ticker",
|
|
4073
|
+
"description": {
|
|
4074
|
+
"kind": "markdown",
|
|
4075
|
+
"value": "The VBZ ticker component."
|
|
4076
|
+
},
|
|
4077
|
+
"attributes": [
|
|
4078
|
+
{
|
|
4079
|
+
"name": "api",
|
|
4080
|
+
"description": "API URL(`{lang}` are replaced in the URL)"
|
|
4081
|
+
},
|
|
4082
|
+
{
|
|
4083
|
+
"name": "data",
|
|
4084
|
+
"description": "Data to pass in directly (alternative for API call)"
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
"name": "more-info-link",
|
|
4088
|
+
"description": "More info link (`{lang}` and `{id}` are replaced in the URL)"
|
|
4089
|
+
}
|
|
4090
|
+
]
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
"name": "stzh-visuallyhidden",
|
|
4094
|
+
"description": {
|
|
4095
|
+
"kind": "markdown",
|
|
4096
|
+
"value": "The STZH visuallyhidden component.\r\n\r\nUse to visually hide content, but still readable by screenreaders or focusable. Focusable content will show if focused."
|
|
4097
|
+
},
|
|
4098
|
+
"attributes": []
|
|
4099
|
+
},
|
|
4100
|
+
{
|
|
4101
|
+
"name": "stzh-vspace",
|
|
4102
|
+
"description": {
|
|
4103
|
+
"kind": "markdown",
|
|
4104
|
+
"value": "The STZH vertical space component.\r\n\r\nUse predefined spacings to introduce unified spaces between components. \r\nSee the <a href=\"?path=/story/tokens-spacings--page\" target=\"_blank\">spacings docs page</a> for more information."
|
|
4105
|
+
},
|
|
4106
|
+
"attributes": [
|
|
4107
|
+
{
|
|
4108
|
+
"name": "around",
|
|
4109
|
+
"description": "Apply spacing to slotted elements"
|
|
4110
|
+
},
|
|
4111
|
+
{
|
|
4112
|
+
"name": "border",
|
|
4113
|
+
"description": "Add border",
|
|
4114
|
+
"values": [
|
|
4115
|
+
{
|
|
4116
|
+
"name": "bottom"
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"name": "none"
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
"name": "top"
|
|
4123
|
+
}
|
|
4124
|
+
]
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"name": "curve",
|
|
4128
|
+
"description": "Type of curve",
|
|
4129
|
+
"values": [
|
|
4130
|
+
{
|
|
4131
|
+
"name": "big"
|
|
4132
|
+
},
|
|
4133
|
+
{
|
|
4134
|
+
"name": "huge"
|
|
4135
|
+
},
|
|
4136
|
+
{
|
|
4137
|
+
"name": "large"
|
|
4138
|
+
},
|
|
4139
|
+
{
|
|
4140
|
+
"name": "medium"
|
|
4141
|
+
},
|
|
4142
|
+
{
|
|
4143
|
+
"name": "none"
|
|
4144
|
+
},
|
|
4145
|
+
{
|
|
4146
|
+
"name": "regular"
|
|
4147
|
+
},
|
|
4148
|
+
{
|
|
4149
|
+
"name": "small"
|
|
4150
|
+
},
|
|
4151
|
+
{
|
|
4152
|
+
"name": "tiny"
|
|
4153
|
+
}
|
|
4154
|
+
]
|
|
4155
|
+
},
|
|
4156
|
+
{
|
|
4157
|
+
"name": "justify",
|
|
4158
|
+
"description": "Alignment",
|
|
4159
|
+
"values": [
|
|
4160
|
+
{
|
|
4161
|
+
"name": "around"
|
|
4162
|
+
},
|
|
4163
|
+
{
|
|
4164
|
+
"name": "between"
|
|
4165
|
+
},
|
|
4166
|
+
{
|
|
4167
|
+
"name": "center"
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
"name": "end"
|
|
4171
|
+
},
|
|
4172
|
+
{
|
|
4173
|
+
"name": "evenly"
|
|
4174
|
+
},
|
|
4175
|
+
{
|
|
4176
|
+
"name": "start"
|
|
4177
|
+
}
|
|
4178
|
+
]
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
"name": "size",
|
|
4182
|
+
"description": "Type of size",
|
|
4183
|
+
"values": [
|
|
4184
|
+
{
|
|
4185
|
+
"name": "big"
|
|
4186
|
+
},
|
|
4187
|
+
{
|
|
4188
|
+
"name": "huge"
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
"name": "inherit"
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
"name": "large"
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"name": "medium"
|
|
4198
|
+
},
|
|
4199
|
+
{
|
|
4200
|
+
"name": "none"
|
|
4201
|
+
},
|
|
4202
|
+
{
|
|
4203
|
+
"name": "small"
|
|
4204
|
+
},
|
|
4205
|
+
{
|
|
4206
|
+
"name": "xbig"
|
|
4207
|
+
},
|
|
4208
|
+
{
|
|
4209
|
+
"name": "xhuge"
|
|
4210
|
+
},
|
|
4211
|
+
{
|
|
4212
|
+
"name": "xlarge"
|
|
4213
|
+
},
|
|
4214
|
+
{
|
|
4215
|
+
"name": "xsmall"
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"name": "xxlarge"
|
|
4219
|
+
},
|
|
4220
|
+
{
|
|
4221
|
+
"name": "xxsmall"
|
|
4222
|
+
},
|
|
4223
|
+
{
|
|
4224
|
+
"name": "xxxlarge"
|
|
4225
|
+
},
|
|
4226
|
+
{
|
|
4227
|
+
"name": "xxxsmall"
|
|
4228
|
+
},
|
|
4229
|
+
{
|
|
4230
|
+
"name": "xxxxlarge"
|
|
4231
|
+
}
|
|
4232
|
+
]
|
|
4233
|
+
},
|
|
4234
|
+
{
|
|
4235
|
+
"name": "size-large",
|
|
4236
|
+
"description": "Type of size above large breakpoint",
|
|
4237
|
+
"values": [
|
|
4238
|
+
{
|
|
4239
|
+
"name": "big"
|
|
4240
|
+
},
|
|
4241
|
+
{
|
|
4242
|
+
"name": "huge"
|
|
4243
|
+
},
|
|
4244
|
+
{
|
|
4245
|
+
"name": "inherit"
|
|
4246
|
+
},
|
|
4247
|
+
{
|
|
4248
|
+
"name": "large"
|
|
4249
|
+
},
|
|
4250
|
+
{
|
|
4251
|
+
"name": "medium"
|
|
4252
|
+
},
|
|
4253
|
+
{
|
|
4254
|
+
"name": "none"
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"name": "small"
|
|
4258
|
+
},
|
|
4259
|
+
{
|
|
4260
|
+
"name": "xbig"
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
"name": "xhuge"
|
|
4264
|
+
},
|
|
4265
|
+
{
|
|
4266
|
+
"name": "xlarge"
|
|
4267
|
+
},
|
|
4268
|
+
{
|
|
4269
|
+
"name": "xsmall"
|
|
4270
|
+
},
|
|
4271
|
+
{
|
|
4272
|
+
"name": "xxlarge"
|
|
4273
|
+
},
|
|
4274
|
+
{
|
|
4275
|
+
"name": "xxsmall"
|
|
4276
|
+
},
|
|
4277
|
+
{
|
|
4278
|
+
"name": "xxxlarge"
|
|
4279
|
+
},
|
|
4280
|
+
{
|
|
4281
|
+
"name": "xxxsmall"
|
|
4282
|
+
},
|
|
4283
|
+
{
|
|
4284
|
+
"name": "xxxxlarge"
|
|
4285
|
+
}
|
|
4286
|
+
]
|
|
4287
|
+
},
|
|
4288
|
+
{
|
|
4289
|
+
"name": "size-medium",
|
|
4290
|
+
"description": "Type of size above medium breakpoint",
|
|
4291
|
+
"values": [
|
|
4292
|
+
{
|
|
4293
|
+
"name": "big"
|
|
4294
|
+
},
|
|
4295
|
+
{
|
|
4296
|
+
"name": "huge"
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
"name": "inherit"
|
|
4300
|
+
},
|
|
4301
|
+
{
|
|
4302
|
+
"name": "large"
|
|
4303
|
+
},
|
|
4304
|
+
{
|
|
4305
|
+
"name": "medium"
|
|
4306
|
+
},
|
|
4307
|
+
{
|
|
4308
|
+
"name": "none"
|
|
4309
|
+
},
|
|
4310
|
+
{
|
|
4311
|
+
"name": "small"
|
|
4312
|
+
},
|
|
4313
|
+
{
|
|
4314
|
+
"name": "xbig"
|
|
4315
|
+
},
|
|
4316
|
+
{
|
|
4317
|
+
"name": "xhuge"
|
|
4318
|
+
},
|
|
4319
|
+
{
|
|
4320
|
+
"name": "xlarge"
|
|
4321
|
+
},
|
|
4322
|
+
{
|
|
4323
|
+
"name": "xsmall"
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
"name": "xxlarge"
|
|
4327
|
+
},
|
|
4328
|
+
{
|
|
4329
|
+
"name": "xxsmall"
|
|
4330
|
+
},
|
|
4331
|
+
{
|
|
4332
|
+
"name": "xxxlarge"
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
"name": "xxxsmall"
|
|
4336
|
+
},
|
|
4337
|
+
{
|
|
4338
|
+
"name": "xxxxlarge"
|
|
4339
|
+
}
|
|
4340
|
+
]
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"name": "size-small",
|
|
4344
|
+
"description": "Type of size above small breakpoint",
|
|
4345
|
+
"values": [
|
|
4346
|
+
{
|
|
4347
|
+
"name": "big"
|
|
4348
|
+
},
|
|
4349
|
+
{
|
|
4350
|
+
"name": "huge"
|
|
4351
|
+
},
|
|
4352
|
+
{
|
|
4353
|
+
"name": "inherit"
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
"name": "large"
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"name": "medium"
|
|
4360
|
+
},
|
|
4361
|
+
{
|
|
4362
|
+
"name": "none"
|
|
4363
|
+
},
|
|
4364
|
+
{
|
|
4365
|
+
"name": "small"
|
|
4366
|
+
},
|
|
4367
|
+
{
|
|
4368
|
+
"name": "xbig"
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"name": "xhuge"
|
|
4372
|
+
},
|
|
4373
|
+
{
|
|
4374
|
+
"name": "xlarge"
|
|
4375
|
+
},
|
|
4376
|
+
{
|
|
4377
|
+
"name": "xsmall"
|
|
4378
|
+
},
|
|
4379
|
+
{
|
|
4380
|
+
"name": "xxlarge"
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"name": "xxsmall"
|
|
4384
|
+
},
|
|
4385
|
+
{
|
|
4386
|
+
"name": "xxxlarge"
|
|
4387
|
+
},
|
|
4388
|
+
{
|
|
4389
|
+
"name": "xxxsmall"
|
|
4390
|
+
},
|
|
4391
|
+
{
|
|
4392
|
+
"name": "xxxxlarge"
|
|
4393
|
+
}
|
|
4394
|
+
]
|
|
4395
|
+
},
|
|
4396
|
+
{
|
|
4397
|
+
"name": "size-ultra",
|
|
4398
|
+
"description": "Type of size above ultra breakpoint",
|
|
4399
|
+
"values": [
|
|
4400
|
+
{
|
|
4401
|
+
"name": "big"
|
|
4402
|
+
},
|
|
4403
|
+
{
|
|
4404
|
+
"name": "huge"
|
|
4405
|
+
},
|
|
4406
|
+
{
|
|
4407
|
+
"name": "inherit"
|
|
4408
|
+
},
|
|
4409
|
+
{
|
|
4410
|
+
"name": "large"
|
|
4411
|
+
},
|
|
4412
|
+
{
|
|
4413
|
+
"name": "medium"
|
|
4414
|
+
},
|
|
4415
|
+
{
|
|
4416
|
+
"name": "none"
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"name": "small"
|
|
4420
|
+
},
|
|
4421
|
+
{
|
|
4422
|
+
"name": "xbig"
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
"name": "xhuge"
|
|
4426
|
+
},
|
|
4427
|
+
{
|
|
4428
|
+
"name": "xlarge"
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"name": "xsmall"
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"name": "xxlarge"
|
|
4435
|
+
},
|
|
4436
|
+
{
|
|
4437
|
+
"name": "xxsmall"
|
|
4438
|
+
},
|
|
4439
|
+
{
|
|
4440
|
+
"name": "xxxlarge"
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"name": "xxxsmall"
|
|
4444
|
+
},
|
|
4445
|
+
{
|
|
4446
|
+
"name": "xxxxlarge"
|
|
4447
|
+
}
|
|
4448
|
+
]
|
|
4449
|
+
}
|
|
4450
|
+
]
|
|
4451
|
+
}
|
|
4452
|
+
]
|
|
4453
|
+
}
|