@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 @@
|
|
|
1
|
+
function hasSlot(t,e){if(e){return t.querySelector('[slot="'.concat(e,'"]'))!==null}return Array.from(t.childNodes).some((function(t){if(t.nodeType===t.TEXT_NODE&&t.textContent.trim()!==""){return true}if(t.nodeType===t.ELEMENT_NODE){var e=t;if(!e.hasAttribute("slot")){return true}}return false}))}function setPropsIfNull(t,e){Object.keys(e).forEach((function(r){if(t.getAttribute(r)===null){t[r]=e[r]}}))}export{hasSlot as h,setPropsIfNull as s};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('./cjs/index.cjs.js');
|
package/dist/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './esm-es5/index.js';
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="533.333" height="533.333" viewBox="0 0 400.000000 400.000000"><path d="M103.8 100.8c-1 .2-1.8.9-1.8 1.6 0 .7-2 2.1-4.4 3-4.9 1.9-11 8-13.2 13.2-.8 1.8-1.4 6.4-1.4 10.1 0 10.7 3 15 18.5 26.3 6.9 5.1 12.5 9.5 12.5 9.8 0 2.1-9.5 36.2-10 36.2-.4 0-1.5-1.2-2.5-2.6-1.6-2.5-1.6-3.1 1.6-15 2.9-11.1 3.1-12.8 2-16.4-2.8-9.5-17-10.8-21.6-2-3.4 6.5-1.3 14.8 6.6 26l4.1 5.8-1.3 5.6c-1.1 5.1-1.5 5.6-3.9 5.6-3.3 0-6 2.8-6 6.3 0 3.4 2.4 5.7 6 5.7 3.2 0 5.3-2.4 6.4-7.5.4-1.7 1.2-4.7 1.7-6.9l1-3.8 2.4 3.2c1.9 2.5 2.1 3.7 1.5 6.3-.5 1.8-3.2 12-6 22.7-5.6 21.2-5.8 24.5-1.3 28 4.9 3.8 12.1 2 14.8-3.7 1.5-3.1 1.5-3.9.3-7.2-1.4-3.6-1.4-3.7 3.5-11.6 2.7-4.4 5.1-8.1 5.2-8.3.2-.2 4.9 6.2 10.5 14.2 5.6 8 11.3 15.5 12.7 16.6 6 4.7 15.3.2 15.3-7.3 0-4.4-4-9.4-7.8-9.9-2.5-.3-3.1-1.4-9.9-20.8-7.5-21-9.8-25-14.4-25-1 0-1.9-.4-1.9-.9 0-1.2 8.7-20.1 9.3-20.1.2 0 3.7 2.5 7.7 5.5 4.9 3.6 8.3 5.5 10.2 5.5 2 0 2.8.5 2.8 1.7 0 1 .9 10.5 2 21.2 2.2 22.2 4 27.6 12.3 36.7 18.4 20.4 47 20.4 65.4 0 8.3-9.1 10.1-14.5 12.3-36.7 1.1-10.7 2-20.2 2-21.2 0-1.2.8-1.7 2.8-1.7 1.9 0 5.3-1.9 10.2-5.5 4-3 7.5-5.5 7.7-5.5.6 0 9.3 18.9 9.3 20.1 0 .5-.9.9-1.9.9-4.6 0-6.9 4-14.4 25-6.8 19.4-7.4 20.5-9.9 20.8-3.8.5-7.8 5.5-7.8 9.9 0 7.5 9.3 12 15.3 7.3 1.4-1.1 7.1-8.6 12.7-16.6 5.6-8 10.3-14.4 10.5-14.2.1.2 2.5 3.9 5.2 8.3 4.9 7.9 4.9 8 3.5 11.6-1.2 3.3-1.2 4.1.3 7.2 2.7 5.7 9.9 7.5 14.8 3.7 4.5-3.5 4.3-6.8-1.3-28-2.8-10.7-5.5-20.9-6-22.7-.6-2.6-.4-3.8 1.5-6.3l2.4-3.2 1 3.8c.5 2.2 1.3 5.2 1.7 6.9 1.1 5.1 3.2 7.5 6.4 7.5 3.6 0 6-2.3 6-5.9 0-3.4-2.8-6.1-6.2-6.1-2.2 0-2.6-.6-3.7-5.6l-1.3-5.6 4.1-5.8c7.9-11.2 10-19.5 6.6-26-4.6-8.8-18.8-7.5-21.6 2-1.1 3.6-.9 5.3 2 16.4 3.2 11.9 3.2 12.5 1.6 15-1 1.4-2.1 2.6-2.5 2.6-.5 0-10-34.1-10-36.2 0-.3 5.6-4.7 12.5-9.8 15.5-11.3 18.5-15.6 18.5-26.3 0-3.7-.6-8.3-1.4-10.1-2.2-5.2-8.3-11.3-13.2-13.2-2.4-.9-4.4-2.2-4.4-2.9 0-.7-.9-1.5-2-1.8-1.3-.3-2 0-2 1 0 1.1-1.3 1.4-5.7 1.3-11.9-.3-11.3-.6-11.3 4.5 0 4.1.2 4.5 2.4 4.5 2.8 0 4.8 2.1 3.7 3.9-.6.9-2.6 1.1-8.1.5-6.7-.6-7.2-.6-6.8 1.2.3 1.6 1.6 2 7.2 2.7 9 1 11.9-.6 11.4-6.1-.2-2.9-.9-4-3.1-5-4-1.9-2.2-2.9 4.6-2.4l5.7.4v6.7c0 9.5-1.3 10.6-11.6 9.6l-7.7-.7.5 2.4c.4 1.8-.5 3.2-4.3 6.6l-4.8 4.4-2.2-4.4c-1.6-3-2.3-6.1-2.4-10.1 0-5.2-.4-6.2-2.8-8.3-3.3-2.8-9.1-3.2-12.5-.8-2.2 1.5-2.2 1.5-2.2-4V103h-88v5.6c0 5.5 0 5.5-2.2 4-3.4-2.4-9.2-2-12.5.8-2.4 2-2.8 3.2-2.8 7.9-.1 3.6-.9 7.4-2.4 10.4l-2.2 4.9-4.9-4.9c-3.5-3.5-4.7-5.3-4.3-6.8.6-2 .3-2.1-7.1-1.4-10.3 1-11.6-.1-11.6-9.5v-6.8l5.8-.5c6.6-.6 8.6.5 4.5 2.5-2.2 1-2.9 2.1-3.1 5-.5 5.5 2.4 7.1 11.4 6.1 5.6-.7 6.9-1.1 7.2-2.7.4-1.8-.1-1.8-6.8-1.2-5.5.6-7.5.4-8.1-.5-1.1-1.8.9-3.9 3.7-3.9 2.2 0 2.4-.4 2.4-4.5V103h-8.4c-6 0-8.5-.4-8.8-1.3-.2-.7-1.1-1.1-2-.9zm60.6 7.8c.3.9.6 2.7.6 4 0 1.5.6 2.4 1.5 2.4 1.1 0 1.5-1.1 1.5-4 0-3.6.3-4 2.5-4 2.4 0 2.5.3 2.5 6v6h-5.9c-6.5 0-7.1-.6-7.1-8.3 0-3 .4-3.7 1.9-3.7 1 0 2.2.7 2.5 1.6zM181 111c0 3.3.3 4 2 4s2-.7 2-4.1c0-3.6.2-4 2.3-3.7 1.9.3 2.2 1 2.5 6l.3 5.8H177v-6c0-5.3.2-6 2-6 1.7 0 2 .7 2 4zm17 0c0 3.3.3 4 2 4s2-.7 2-4.1c0-3.6.2-4 2.3-3.7 1.9.3 2.2.9 2.1 4.3-.3 8 .1 7.5-6.3 7.5-6.4 0-7.1-.7-7.1-7.6 0-3.5.6-4.4 3.2-4.4 1.4 0 1.8.8 1.8 4zm17 0c0 3.3.3 4 2 4s2-.7 2-4 .3-4 2-4c1.8 0 2 .7 2 6v6h-13v-5.3c0-5.8.4-6.7 3.2-6.7 1.4 0 1.8.8 1.8 4zm17 0c0 2.9.4 4 1.5 4 .9 0 1.5-.9 1.5-2.4 0-3.7 1-5.6 3.1-5.6 1.5 0 1.9.7 1.9 3.7 0 7.7-.6 8.3-7.1 8.3H227v-6c0-5.7.1-6 2.5-6 2.3 0 2.5.4 2.5 4zm-130 4.4c0 5.4.4 7 2.4 9.2 2.2 2.7 3 2.9 12.2 3.3 2.6.2 10.5 6.6 13.3 10.8 3.4 5.1 5.7 13.8 4.7 17.8l-.7 2.6-4.9-3.6c-5-3.7-7-3.8-7-.7 0 2.4 24.7 20.5 26.8 19.7 2.2-.8 5.1.4 6.3 2.6 1.4 2.6-1.3 6.9-4.2 6.9-2.4 0-53.7-37.4-58.6-42.7-6.3-6.9-6.6-18.3-.6-25.4 2.6-3 7.9-6.9 9.6-6.9.4 0 .7 2.9.7 6.4zm199.9-5c4.2 2.2 8.9 8.1 10.2 12.8 1.6 6.1-.2 13.5-4.4 18.1-4.9 5.3-56.2 42.7-58.6 42.7-2.9 0-5.6-4.3-4.2-6.8 1.3-2.4 3.7-3.4 6.2-2.7 2.3.8 26.9-17.2 26.9-19.7 0-3.1-2-3-7 .7l-4.9 3.6-.7-2.6c-1-4 1.3-12.7 4.7-17.8 2.8-4.2 10.7-10.6 13.3-10.8 9.2-.4 10-.6 12.2-3.3 2-2.2 2.4-3.8 2.4-9.2 0-3.5.2-6.4.5-6.4.4 0 1.9.7 3.4 1.4zm-151 6.2c3.1 2.2 2.7 4-5.5 20.9l-6.8 14-.9-5c-.8-4.6-.6-5.6 3.1-13.4 3.5-7.4 3.8-8.7 2.8-11.3-1-2.6-.8-3.2 1.3-4.9 2.8-2.3 3.1-2.3 6-.3zm104.2.3c2.1 1.7 2.3 2.3 1.3 4.9-1 2.6-.7 3.9 2.8 11.3 3.7 7.8 3.9 8.8 3.1 13.4l-.9 5-6.8-14c-8.2-16.9-8.6-18.7-5.5-20.9 2.9-2 3.2-2 6 .3zm-81.7 8.3c1 3.8.8 3.9-5.6 3.6-6-.3-6.3-.4-6.6-3.1-.3-2.7-.3-2.7 5.6-2.7 5.3 0 6 .2 6.6 2.2zm16.6.8v3h-13v-6h13v3zm16 0v3h-12v-6h12v3zm17 0v3h-13v-6h13v3zm15.8-.3c-.3 2.7-.6 2.8-6.5 3.1-6.5.3-6.7.2-5.7-3.6.6-2 1.3-2.2 6.6-2.2 5.9 0 5.9 0 5.6 2.7zm-80.8 4.7c0 2.4.3 6.4.6 9l.7 4.6h81.4l.7-4.6c.3-2.6.6-6.6.6-9 0-2.3.3-4.5.8-4.7.4-.3 4.3 7.2 8.6 16.7 4.4 9.4 8.3 17.9 8.8 18.8.6 1.3-.2 2.5-3.9 5.3-2.5 1.9-5.1 3.4-5.7 3.2-1.1-.4-1.1-9.3 0-15l.6-2.7H148.8l.6 2.7c1.1 5.7 1.1 14.6 0 15-.6.2-3.2-1.3-5.7-3.2-3.7-2.8-4.5-4-3.9-5.3.5-.9 4.4-9.4 8.8-18.8 4.3-9.5 8.2-17 8.7-16.7.4.2.7 2.4.7 4.7zm80 6.1v3.5h-76v-7h76v3.5zm7.2 20c1.2 1.2-1.3 13.8-3.2 16.2-2.3 3-2.7 9-.6 11.8.7 1 1.2 3 1 4.4-.1 1.5-1 10.7-2 20.6-.9 9.9-2 19.1-2.6 20.4-.9 2.4-1.1 2.3-9.6-6-4.8-4.7-19.9-19.3-33.7-32.4-13.7-13.1-27.7-26.5-31-29.7l-6-5.8h43.6c24 0 43.8.2 44.1.5zm-83.3 15.3c-5.2.4-6-.4-6.6-6.5l-.5-4.8 5.6 5.5 5.7 5.5-4.2.3zM99 166c2.5 2.5 2.5 4.2-.1 14.3-2.6 10.2-2.8 10.5-5.1 7.6-8.7-10.8-8.8-23.9-.2-23.9 2.1 0 4.2.8 5.4 2zm212.4.2c2.3 3.2 1.9 8.5-.8 14.3-3 6-6.1 10.1-6.9 8.9-.9-1.5-4.7-17.1-4.7-19.3 0-5.5 9.3-8.4 12.4-3.9zm-188 5c2.2 1.7 4.2 3.3 4.4 3.4.1.1-3.5 8.2-8.1 18.1-8.9 19-9.1 20.1-3.9 21.7 1.2.4 2.7 1.6 3.3 2.7 1.2 2.2.7 3.2-10.5 20.7l-6.5 10.4 2 2.8c2.6 3.4 1.8 6.7-1.8 7.6-3 .8-5.6-.5-6.1-3-.4-1.8 21.8-87.6 22.6-87.6.2 0 2.3 1.4 4.6 3.2zm169.5 39.7c6.2 23.6 11.1 43.7 10.9 44.7-.5 2.5-3.1 3.8-6.1 3-3.6-.9-4.4-4.2-1.8-7.6l2-2.8-6.5-10.4c-11.2-17.5-11.7-18.5-10.5-20.7.6-1.1 2.1-2.3 3.3-2.7 5.2-1.6 5-2.7-3.9-21.7-7.8-16.7-8.3-18-6.6-19.2 1-.7 2.9-2.2 4.3-3.4 1.4-1.1 2.8-2 3.1-2.1.3 0 5.6 19.3 11.8 42.9zM175 179.5l3.4 3.5H160v-7h5.8c5.3 0 6.1.3 9.2 3.5zm9.7 9.7c1.8 1.8 3.3 3.6 3.3 4 0 .4-6.7.8-14.9.8h-14.9l-.5-3.3c-.2-1.7-.3-3.5 0-4 .2-.4 5.7-.7 12.1-.7h11.6l3.3 3.2zm12.1 11.3l3.7 3.4-20.6.1h-20.7l-.4-3c-.3-1.7-.2-3.2 0-3.5.3-.3 8.1-.5 17.4-.5H193l3.8 3.5zm-71.2 3.9c1.4 1 4.5 8.4 9.9 23.6 7.3 20.6 7.9 22.1 10 21.6 3.2-.8 6.7 2 6.3 5.1-.2 1.4-1 3-1.9 3.6-3.6 2.3-6.3-.2-17.3-15.9-9.8-14.2-10.7-15.9-9.7-18.1 2.4-5.3 1-11.3-3.4-13.5l-2.5-1.3 2-3.3c2.2-3.5 3.5-3.9 6.6-1.8zm155.4 1.8l2 3.3-2.5 1.3c-4.4 2.2-5.8 8.2-3.4 13.6 1 2.2.3 3.6-8.6 16.3-5.4 7.6-10.7 14.8-11.8 16-3.5 3.9-8.7 2.5-8.7-2.3 0-2.9 3.7-5.5 6.5-4.8 2.1.5 2.7-1 10-21.6 7.6-21.5 9.4-25 13.2-25 .7 0 2.2 1.5 3.3 3.2zm-73 5.3l3.4 3.5h-51.2l-.4-3c-.3-1.7-.2-3.2 0-3.5.3-.3 10.5-.5 22.7-.5h22.1l3.4 3.5zm12 11l3.4 3.5H161v-7h55.6l3.4 3.5zm11 11l3.4 3.5-34.9-.2-34.9-.3-1.3-3.3-1.3-3.2h65.6l3.4 3.5zm1 8.2c0 .4-1.2 2-2.7 3.5l-2.7 2.8h-53.2l-2.7-2.8c-1.5-1.5-2.7-3.1-2.7-3.5 0-.4 14.4-.7 32-.7s32 .3 32 .7zm-12.8 11.9c-4.2 2.9-13 5.4-19.2 5.4-6.2 0-15-2.5-19.2-5.4-2.1-1.5-.7-1.6 19.2-1.6s21.3.1 19.2 1.6zM0 369v31h400v-62H0v31z"/></svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "",
|
|
3
|
+
"short_name": "",
|
|
4
|
+
"icons": [
|
|
5
|
+
{
|
|
6
|
+
"src": "/assets/favicons/android-chrome-192x192.png",
|
|
7
|
+
"sizes": "192x192",
|
|
8
|
+
"type": "image/png"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"src": "/assets/favicons/android-chrome-384x384.png",
|
|
12
|
+
"sizes": "384x384",
|
|
13
|
+
"type": "image/png"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"theme_color": "#ffffff",
|
|
17
|
+
"background_color": "#ffffff",
|
|
18
|
+
"display": "standalone"
|
|
19
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/* Light */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: HelveticaNeueLTW01_41488878;
|
|
4
|
+
src: url("./fonts/HelveticaNeueLTW01_41488878.woff2") format("woff2"),
|
|
5
|
+
url("./fonts/HelveticaNeueLTW01_41488878.woff") format("woff");
|
|
6
|
+
font-swap: fallback;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
/* Regular */
|
|
10
|
+
@font-face {
|
|
11
|
+
font-family: HelveticaNeueLTW01_55Roman;
|
|
12
|
+
src: url("./fonts/HelveticaNeueLTW01_55Roman.woff2") format("woff2"),
|
|
13
|
+
url("./fonts/HelveticaNeueLTW01_55Roman.woff") format("woff");
|
|
14
|
+
font-swap: fallback;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
/* Medium */
|
|
18
|
+
@font-face {
|
|
19
|
+
font-family: HelveticaNeueLTW05_65Medium;
|
|
20
|
+
src: url("./fonts/HelveticaNeueLTW05_65Medium.woff2") format("woff2"),
|
|
21
|
+
url("./fonts/HelveticaNeueLTW05_65Medium.woff") format("woff");
|
|
22
|
+
font-swap: fallback;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/* Bold (only used for VBZ theme as replacement for heavy font) */
|
|
26
|
+
@font-face {
|
|
27
|
+
font-family: HelveticaNeueLTW01_71488914;
|
|
28
|
+
src: url("./fonts/HelveticaNeueLTW01_71488914.woff2") format("woff2"),
|
|
29
|
+
url("./fonts/HelveticaNeueLTW01_71488914.woff") format("woff");
|
|
30
|
+
font-swap: fallback;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/* Heavy */
|
|
34
|
+
@font-face {
|
|
35
|
+
font-family: HelveticaNeueLTW05_85Heavy;
|
|
36
|
+
src: url("./fonts/HelveticaNeueLTW05_85Heavy.woff2") format("woff2"),
|
|
37
|
+
url("./fonts/HelveticaNeueLTW05_85Heavy.woff") format("woff");
|
|
38
|
+
font-swap: fallback;
|
|
39
|
+
}
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$code": "de",
|
|
3
|
+
"$formats": {
|
|
4
|
+
"inputdate": {
|
|
5
|
+
"format": "{d}.{m}.{Y}",
|
|
6
|
+
"parse": "^(?<d>\\d{2}).(?<m>\\d{2}).(?<Y>\\d{4})$"
|
|
7
|
+
},
|
|
8
|
+
"date": {
|
|
9
|
+
"format": "{l}, {j}. {F} {Y}"
|
|
10
|
+
},
|
|
11
|
+
"dateRange": " – ",
|
|
12
|
+
"timeRange": "–",
|
|
13
|
+
"timePostfix": " Uhr",
|
|
14
|
+
"time": {
|
|
15
|
+
"format": "{G}.{i}"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"$globals": {
|
|
19
|
+
"requiredFieldMarker": "",
|
|
20
|
+
"requiredFieldText": " (Pflichtfeld)",
|
|
21
|
+
"optionalFieldMarker": " (optional)",
|
|
22
|
+
"optionalFieldText": "",
|
|
23
|
+
"clearButtonLabel": "Feld leeren",
|
|
24
|
+
"moreInfoButtonLabel": "Mehr Info",
|
|
25
|
+
"dayNames": ["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"],
|
|
26
|
+
"monthNames": [
|
|
27
|
+
"Januar",
|
|
28
|
+
"Februar",
|
|
29
|
+
"März",
|
|
30
|
+
"April",
|
|
31
|
+
"Mai",
|
|
32
|
+
"Juni",
|
|
33
|
+
"Juli",
|
|
34
|
+
"August",
|
|
35
|
+
"September",
|
|
36
|
+
"Oktober",
|
|
37
|
+
"November",
|
|
38
|
+
"Dezember"
|
|
39
|
+
],
|
|
40
|
+
"monthNamesShort": ["Jan.", "Febr.", "März", "April", "Mai", "Juni", "Juli", "Aug.", "Sep.", "Okt.", "Nov.", "Dez."]
|
|
41
|
+
},
|
|
42
|
+
"datepicker": {
|
|
43
|
+
"buttonLabel": "Datum wählen",
|
|
44
|
+
"selectedDateMessage": "Ausgewähltes Datum ist"
|
|
45
|
+
},
|
|
46
|
+
"popover": {
|
|
47
|
+
"close": "Schliessen"
|
|
48
|
+
},
|
|
49
|
+
"tooltip": {
|
|
50
|
+
"close": "Schliessen"
|
|
51
|
+
},
|
|
52
|
+
"dialog": {
|
|
53
|
+
"close": "Schliessen"
|
|
54
|
+
},
|
|
55
|
+
"dropdown": {
|
|
56
|
+
"create": "<strong>{x}</strong> hinzufügen",
|
|
57
|
+
"notLoading": "Schreibe mindestens {x} Zeichen",
|
|
58
|
+
"noResults": "Keine Resultate gefunden für \"{x}\"",
|
|
59
|
+
"removeButtonTitle": "Option löschen"
|
|
60
|
+
},
|
|
61
|
+
"upload": {
|
|
62
|
+
"description": "Um Dateien zu uploaden, ziehen Sie die Dateien in diesen Bereich.",
|
|
63
|
+
"button": "Dateien auswählen",
|
|
64
|
+
"cancelUpload": "Upload abbrechen",
|
|
65
|
+
"uploadCanceled": "Upload abgebrochen.",
|
|
66
|
+
"cancelUploadConfirmation": "Sind Sie sicher, dass Sie den Upload abbrechen wollen?",
|
|
67
|
+
"removeFile": "Datei entfernen",
|
|
68
|
+
"maxFilesExceeded": "Sie können keine weiteren Dateien uploaden.",
|
|
69
|
+
"serverError": "Server derzeit nicht verfügbar, bitte versuchen Sie es später erneut.",
|
|
70
|
+
"accessError": "Sie haben keine Berechtigung zum Hochladen von Dateien.",
|
|
71
|
+
"responseError": "Server Fehler Code {{statusCode}}.",
|
|
72
|
+
"invalidFileType": "Sie können keine Dateien von diesem Typ uploaden.",
|
|
73
|
+
"fileTooBig": "Die Datei ist zu gross ({{filesize}}MiB). Maximal erlaubte Grösse: {{maxFilesize}}MiB.",
|
|
74
|
+
"fileTooBigServer": "Die Datei ist zu gross (Error 413)"
|
|
75
|
+
},
|
|
76
|
+
"calendar": {
|
|
77
|
+
"prevMonthLabel": "Vorheriger Monat",
|
|
78
|
+
"nextMonthLabel": "Nächster Monat",
|
|
79
|
+
"monthSelectLabel": "Monat",
|
|
80
|
+
"yearSelectLabel": "Jahr"
|
|
81
|
+
},
|
|
82
|
+
"appointments": {
|
|
83
|
+
"moreTextItems": "zeige einen weiteren Termin | zeige {n} weitere Termine",
|
|
84
|
+
"calendarTitle": "Datum",
|
|
85
|
+
"appointmentsTitle": "Zeit",
|
|
86
|
+
"inputLegend": "Termin auswählen",
|
|
87
|
+
"datepickerLabel": "Datum auswählen",
|
|
88
|
+
"sortByTime": "Sortieren nach Zeit",
|
|
89
|
+
"sortByPlace": "Sortieren nach Ort",
|
|
90
|
+
"nextDayWithAppointments": "Nächster Termin"
|
|
91
|
+
},
|
|
92
|
+
"message": {
|
|
93
|
+
"close": "Schliessen"
|
|
94
|
+
},
|
|
95
|
+
"ghettobox": {
|
|
96
|
+
"hiddenTitle": "Ereignismeldung",
|
|
97
|
+
"close": "Schliessen"
|
|
98
|
+
},
|
|
99
|
+
"datatable": {
|
|
100
|
+
"searchLabel": "Tabelle filtern"
|
|
101
|
+
},
|
|
102
|
+
"saptcha": {
|
|
103
|
+
"info": "Um Spam-Nachrichten zu verhindern, beantworten Sie bitte die folgende Frage:",
|
|
104
|
+
"question": "Welches ist die niedrigste Zahl?",
|
|
105
|
+
"answer": "Antwort",
|
|
106
|
+
"answerOr": " oder "
|
|
107
|
+
},
|
|
108
|
+
"sortable": {
|
|
109
|
+
"description": "Drücke die Leertaste, um ein Item auszuwählen, verschiebe es dann mit den Pfeiltasten oder drücke Escape, um abzubrechen.",
|
|
110
|
+
"started": "Item {title} ausgewählt. Aktuelle Position in der Liste: {current} von {total}.",
|
|
111
|
+
"dropped": "Item {title}, Verschiebung beendet. Finale Position in der Liste: {current} von {total}",
|
|
112
|
+
"canceled": "Item {title}, Verschiebung abgebrochen.",
|
|
113
|
+
"moved": "Item {title}, neue Position in der Liste: {current} von {total}"
|
|
114
|
+
},
|
|
115
|
+
"datamessagelist-item": {
|
|
116
|
+
"actionsPopoverLabel": "Aktionen"
|
|
117
|
+
},
|
|
118
|
+
"servicecard": {
|
|
119
|
+
"actionsPopoverLabel": "Aktionen",
|
|
120
|
+
"actionMoveUp": "Kachel nach oben schieben",
|
|
121
|
+
"actionMoveDown": "Kachel nach unten schieben",
|
|
122
|
+
"actionAdd": "Zu «Meine Services» hinzufügen",
|
|
123
|
+
"actionRemove": "Aus «Meine Services» entfernen"
|
|
124
|
+
},
|
|
125
|
+
"servicecard-list": {
|
|
126
|
+
"expandAll": "alle aufklappen",
|
|
127
|
+
"collapseAll": "alle zuklappen"
|
|
128
|
+
},
|
|
129
|
+
"footer": {
|
|
130
|
+
"legalNoticeUrl": "rechtliche-hinweise",
|
|
131
|
+
"legalNoticeText": "Rechtliche Hinweise",
|
|
132
|
+
"imprintUrl": "impressum",
|
|
133
|
+
"imprintText": "Impressum",
|
|
134
|
+
"accessibilityUrl": "barrierefreiheit",
|
|
135
|
+
"accessibilityText": "Barrierefreiheit"
|
|
136
|
+
},
|
|
137
|
+
"vbz-ticker": {
|
|
138
|
+
"moreInfo": "Weitere Informationen",
|
|
139
|
+
"noDisturbances": "Alle Linien fahren wie geplant.",
|
|
140
|
+
"globalDisturbance": "Grossräumige Einschränkungen auf dem Liniennetz der VBZ.",
|
|
141
|
+
"affectedLines": "Betroffene Linien:",
|
|
142
|
+
"constructionSite": "{n} Baustelle | {n} Baustellen",
|
|
143
|
+
"event": "{n} Event | {n} Events",
|
|
144
|
+
"disturbance": "{n} Störung | {n} Störungen",
|
|
145
|
+
"railReplacementBus": "{n} Bahnersatzbus | {n} Bahnersatzbusse",
|
|
146
|
+
"majorEvent": "{n} Grossereignis | {n} Grossereignisse",
|
|
147
|
+
"majorEventTitle": "Grossereignis",
|
|
148
|
+
"disturbanceTitle": "Störungen",
|
|
149
|
+
"othersTitle": "Baustellen/Events"
|
|
150
|
+
},
|
|
151
|
+
"vbz-majorticker": {
|
|
152
|
+
"moreInfo": "Weitere Informationen"
|
|
153
|
+
}
|
|
154
|
+
}
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$code": "en",
|
|
3
|
+
"$formats": {
|
|
4
|
+
"inputdate": {
|
|
5
|
+
"format": "{d}.{m}.{Y}",
|
|
6
|
+
"parse": "^(?<d>\\d{2}).(?<m>\\d{2}).(?<Y>\\d{4})$"
|
|
7
|
+
},
|
|
8
|
+
"date": {
|
|
9
|
+
"format": "{l}, {j}. {F} {Y}"
|
|
10
|
+
},
|
|
11
|
+
"dateRange": " – ",
|
|
12
|
+
"timeRange": "–",
|
|
13
|
+
"timePostfix": "",
|
|
14
|
+
"time": {
|
|
15
|
+
"format": "{G}.{i}"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"$globals": {
|
|
19
|
+
"requiredFieldMarker": "",
|
|
20
|
+
"requiredFieldText": " (required)",
|
|
21
|
+
"optionalFieldMarker": " (optional)",
|
|
22
|
+
"optionalFieldText": "",
|
|
23
|
+
"clearButtonLabel": "Clear input",
|
|
24
|
+
"moreInfoButtonLabel": "More Info",
|
|
25
|
+
"dayNames": ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
26
|
+
"monthNames": [
|
|
27
|
+
"January",
|
|
28
|
+
"February",
|
|
29
|
+
"March",
|
|
30
|
+
"April",
|
|
31
|
+
"May",
|
|
32
|
+
"June",
|
|
33
|
+
"July",
|
|
34
|
+
"August",
|
|
35
|
+
"September",
|
|
36
|
+
"October",
|
|
37
|
+
"November",
|
|
38
|
+
"December"
|
|
39
|
+
],
|
|
40
|
+
"monthNamesShort": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]
|
|
41
|
+
},
|
|
42
|
+
"datepicker": {
|
|
43
|
+
"buttonLabel": "Choose date",
|
|
44
|
+
"selectedDateMessage": "Selected date is"
|
|
45
|
+
},
|
|
46
|
+
"popover": {
|
|
47
|
+
"close": "Close"
|
|
48
|
+
},
|
|
49
|
+
"tooltip": {
|
|
50
|
+
"close": "Close"
|
|
51
|
+
},
|
|
52
|
+
"dialog": {
|
|
53
|
+
"close": "Close"
|
|
54
|
+
},
|
|
55
|
+
"dropdown": {
|
|
56
|
+
"create": "Add <strong>{x}</strong>",
|
|
57
|
+
"notLoading": "Fill in at least {x} characters",
|
|
58
|
+
"noResults": "No results found for \"{x}\"",
|
|
59
|
+
"removeButtonTitle": "Remove item"
|
|
60
|
+
},
|
|
61
|
+
"upload": {
|
|
62
|
+
"description": "To upload files drag & drop them in this area.",
|
|
63
|
+
"button": "Choose files",
|
|
64
|
+
"cancelUpload": "Cancel upload",
|
|
65
|
+
"uploadCanceled": "Upload canceled.",
|
|
66
|
+
"cancelUploadConfirmation": "Are you sure you want to cancel this upload?",
|
|
67
|
+
"removeFile": "Remove file",
|
|
68
|
+
"maxFilesExceeded": "You can not upload any more files.",
|
|
69
|
+
"serverError": "Server currently not available, please try again later.",
|
|
70
|
+
"accessError": "You have no authorization for uploading files.",
|
|
71
|
+
"responseError": "Server responded with code {{statusCode}}.",
|
|
72
|
+
"invalidFileType": "You can't upload files of this type.",
|
|
73
|
+
"fileTooBig": "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.",
|
|
74
|
+
"fileTooBigServer": "File is too big (error 413)"
|
|
75
|
+
},
|
|
76
|
+
"calendar": {
|
|
77
|
+
"prevMonthLabel": "Previous month",
|
|
78
|
+
"nextMonthLabel": "Next month",
|
|
79
|
+
"monthSelectLabel": "Month",
|
|
80
|
+
"yearSelectLabel": "Year"
|
|
81
|
+
},
|
|
82
|
+
"appointments": {
|
|
83
|
+
"moreTextItems": "show one more appointment | show {n} more appointments",
|
|
84
|
+
"calendarTitle": "Date",
|
|
85
|
+
"appointmentsTitle": "Time",
|
|
86
|
+
"inputLegend": "Select appointment",
|
|
87
|
+
"datepickerLabel": "Select date",
|
|
88
|
+
"sortByTime": "Sort by time",
|
|
89
|
+
"sortByPlace": "Sort by place",
|
|
90
|
+
"nextDayWithAppointments": "Next date"
|
|
91
|
+
},
|
|
92
|
+
"message": {
|
|
93
|
+
"close": "Close"
|
|
94
|
+
},
|
|
95
|
+
"ghettobox": {
|
|
96
|
+
"hiddenTitle": "Event alert",
|
|
97
|
+
"close": "Closee"
|
|
98
|
+
},
|
|
99
|
+
"datatable": {
|
|
100
|
+
"searchLabel": "Filter table"
|
|
101
|
+
},
|
|
102
|
+
"saptcha": {
|
|
103
|
+
"info": "To avoid spam message, please answer the following question:",
|
|
104
|
+
"question": "Which is the lowest number?",
|
|
105
|
+
"answer": "Answer",
|
|
106
|
+
"answerOr": " or "
|
|
107
|
+
},
|
|
108
|
+
"sortable": {
|
|
109
|
+
"description": "Press spacebar to select item, re-order with arrow keys or cancel with escape.",
|
|
110
|
+
"started": "Item {title} choosen. Current position in list: {current} of {total}.",
|
|
111
|
+
"dropped": "Item {title} dropped. Final position in list: {current} of {total}",
|
|
112
|
+
"canceled": "Item {title} dropped. Re-order canceled.",
|
|
113
|
+
"moved": "Item {title}, new position in list: {current} of {total}"
|
|
114
|
+
},
|
|
115
|
+
"datamessagelist-item": {
|
|
116
|
+
"actionsPopoverLabel": "Actions"
|
|
117
|
+
},
|
|
118
|
+
"servicecard": {
|
|
119
|
+
"actionsPopoverLabel": "Actions",
|
|
120
|
+
"actionMoveUp": "Move card up",
|
|
121
|
+
"actionMoveDown": "Move card down",
|
|
122
|
+
"actionAdd": "Add to «My Services»",
|
|
123
|
+
"actionRemove": "Remove from «My Services»"
|
|
124
|
+
},
|
|
125
|
+
"servicecard-list": {
|
|
126
|
+
"expandAll": "expand all",
|
|
127
|
+
"collapseAll": "collapse all"
|
|
128
|
+
},
|
|
129
|
+
"footer": {
|
|
130
|
+
"legalNoticeUrl": "legal-notice",
|
|
131
|
+
"legalNoticeText": "Legal notice",
|
|
132
|
+
"imprintUrl": "imprint",
|
|
133
|
+
"imprintText": "Imprint",
|
|
134
|
+
"accessibilityUrl": "accessibility",
|
|
135
|
+
"accessibilityText": "Accessibility"
|
|
136
|
+
},
|
|
137
|
+
"vbz-ticker": {
|
|
138
|
+
"moreInfo": "More information",
|
|
139
|
+
"noDisturbances": "All lines are running as planned.",
|
|
140
|
+
"globalDisturbance": "Large-scale disruptions on the VBZ network.",
|
|
141
|
+
"affectedLines": "Affected lines:",
|
|
142
|
+
"constructionSite": "{n} Construction site | {n} Construction sites",
|
|
143
|
+
"event": "{n} Event | {n} Events",
|
|
144
|
+
"disturbance": "{n} Disturbance | {n} Disturbances",
|
|
145
|
+
"railReplacementBus": "{n} Rail replacement bus | {n} Rail replacement buses",
|
|
146
|
+
"majorEvent": "{n} Major event | {n} Major events",
|
|
147
|
+
"majorEventTitle": "Major event",
|
|
148
|
+
"disturbanceTitle": "Disturbances",
|
|
149
|
+
"othersTitle": "Construction sites/Events"
|
|
150
|
+
},
|
|
151
|
+
"vbz-majorticker": {
|
|
152
|
+
"moreInfo": "More information"
|
|
153
|
+
}
|
|
154
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 3.50011V1.50006M12 3.50011C16.1422 3.50011 19.5 6.85797 19.5 11.0001C19.5 18.0461 21 19.5001 21 19.5001H3C3 19.5001 4.50002 17.3341 4.50002 11.0001C4.50002 6.85797 7.85788 3.50011 12 3.50011ZM14 19.5001V20.5001C14 21.6046 13.1046 22.5001 12 22.5001C10.8954 22.5001 10 21.6046 10 20.5001V19.5001" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.5 10.5C16.5 10.8979 16.342 11.2794 16.0607 11.5607C15.7794 11.842 15.3978 12 15 12H9C8.60218 12 8.22064 11.842 7.93934 11.5607C7.65804 11.2794 7.5 10.8979 7.5 10.5M0.75 3.00005H23.25V7.50005H0.75V3.00005ZM2.25 7.50005H21.75V21H2.25V7.50005Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.0007 18.75L11.6472 19.1036C11.741 19.1973 11.8682 19.25 12.0008 19.25C12.1334 19.25 12.2606 19.1973 12.3543 19.1035L12.0007 18.75ZM12.5007 5.25C12.5007 4.97386 12.2769 4.75 12.0007 4.75C11.7246 4.75 11.5007 4.97386 11.5007 5.25L12.5007 5.25ZM17.6036 13.8535C17.7988 13.6583 17.7988 13.3417 17.6035 13.1464C17.4083 12.9512 17.0917 12.9512 16.8964 13.1465L17.6036 13.8535ZM7.10353 13.1464C6.90825 12.9512 6.59167 12.9512 6.39642 13.1465C6.20117 13.3417 6.2012 13.6583 6.39647 13.8536L7.10353 13.1464ZM12.5007 18.75L12.5007 5.25L11.5007 5.25L11.5007 18.75L12.5007 18.75ZM16.8964 13.1465L11.6472 18.3965L12.3543 19.1035L17.6036 13.8535L16.8964 13.1465ZM12.3543 18.3964L7.10353 13.1464L6.39647 13.8536L11.6472 19.1036L12.3543 18.3964Z" fill="#4D4D4D"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.25 11.9993L5.89642 12.3528C5.80266 12.259 5.74999 12.1318 5.75 11.9992C5.75001 11.8666 5.8027 11.7394 5.89647 11.6457L6.25 11.9993ZM16.75 11.4993C17.0261 11.4993 17.25 11.7231 17.25 11.9993C17.25 12.2754 17.0261 12.4993 16.75 12.4993V11.4993ZM11.1465 6.39642C11.3417 6.20117 11.6583 6.2012 11.8536 6.39647C12.0488 6.59175 12.0488 6.90833 11.8535 7.10358L11.1465 6.39642ZM11.8536 16.8965C12.0488 17.0917 12.0488 17.4083 11.8535 17.6036C11.6583 17.7988 11.3417 17.7988 11.1464 17.6035L11.8536 16.8965ZM6.25 11.4993H16.75V12.4993H6.25V11.4993ZM11.8535 7.10358L6.60353 12.3528L5.89647 11.6457L11.1465 6.39642L11.8535 7.10358ZM6.60358 11.6457L11.8536 16.8965L11.1464 17.6035L5.89642 12.3528L6.60358 11.6457Z" fill="#4D4D4D"/>
|
|
3
|
+
<path d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5.25 11.9993L4.89642 12.3528C4.80266 12.259 4.74999 12.1318 4.75 11.9992C4.75001 11.8666 4.8027 11.7394 4.89647 11.6457L5.25 11.9993ZM18.75 11.4993C19.0261 11.4993 19.25 11.7231 19.25 11.9993C19.25 12.2754 19.0261 12.4993 18.75 12.4993V11.4993ZM10.1465 6.39642C10.3417 6.20117 10.6583 6.2012 10.8536 6.39647C11.0488 6.59175 11.0488 6.90833 10.8535 7.10358L10.1465 6.39642ZM10.8536 16.8965C11.0488 17.0917 11.0488 17.4083 10.8535 17.6036C10.6583 17.7988 10.3417 17.7988 10.1464 17.6035L10.8536 16.8965ZM5.25 11.4993H18.75V12.4993H5.25V11.4993ZM10.8535 7.10358L5.60353 12.3528L4.89647 11.6457L10.1465 6.39642L10.8535 7.10358ZM5.60358 11.6457L10.8536 16.8965L10.1464 17.6035L4.89642 12.3528L5.60358 11.6457Z" fill="#4D4D4D"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M23.5 11.9993L23.8536 12.3528C23.9473 12.259 24 12.1318 24 11.9992C24 11.8666 23.9473 11.7394 23.8535 11.6457L23.5 11.9993ZM1 11.4993C0.723858 11.4993 0.5 11.7231 0.5 11.9993C0.5 12.2754 0.723858 12.4993 1 12.4993V11.4993ZM18.6035 6.39642C18.4083 6.20117 18.0917 6.2012 17.8964 6.39647C17.7012 6.59175 17.7012 6.90833 17.8965 7.10358L18.6035 6.39642ZM17.8964 16.8965C17.7012 17.0917 17.7012 17.4083 17.8965 17.6036C18.0917 17.7988 18.4083 17.7988 18.6036 17.6035L17.8964 16.8965ZM23.5 11.4993H1V12.4993H23.5V11.4993ZM17.8965 7.10358L23.1465 12.3528L23.8535 11.6457L18.6035 6.39642L17.8965 7.10358ZM23.1464 11.6457L17.8964 16.8965L18.6036 17.6035L23.8536 12.3528L23.1464 11.6457Z" fill="#4D4D4D"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M18.75 11.9993L19.1036 12.3528C19.1973 12.259 19.25 12.1318 19.25 11.9992C19.25 11.8666 19.1973 11.7394 19.1035 11.6457L18.75 11.9993ZM5.25 11.4993C4.97386 11.4993 4.75 11.7231 4.75 11.9993C4.75 12.2754 4.97386 12.4993 5.25 12.4993V11.4993ZM13.8535 6.39642C13.6583 6.20117 13.3417 6.2012 13.1464 6.39647C12.9512 6.59175 12.9512 6.90833 13.1465 7.10358L13.8535 6.39642ZM13.1464 16.8965C12.9512 17.0917 12.9512 17.4083 13.1465 17.6036C13.3417 17.7988 13.6583 17.7988 13.8536 17.6035L13.1464 16.8965ZM18.75 11.4993H5.25V12.4993H18.75V11.4993ZM13.1465 7.10358L18.3965 12.3528L19.1035 11.6457L13.8535 6.39642L13.1465 7.10358ZM18.3964 11.6457L13.1464 16.8965L13.8536 17.6035L19.1036 12.3528L18.3964 11.6457Z" fill="#4D4D4D"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.9992 5.25L12.3528 4.89642C12.259 4.80266 12.1318 4.74999 11.9992 4.75C11.8666 4.75001 11.7394 4.8027 11.6457 4.89647L11.9992 5.25ZM11.4993 18.75C11.4993 19.0261 11.7231 19.25 11.9993 19.25C12.2754 19.25 12.4993 19.0261 12.4993 18.75L11.4993 18.75ZM6.39642 10.1465C6.20117 10.3417 6.2012 10.6583 6.39647 10.8536C6.59175 11.0488 6.90833 11.0488 7.10358 10.8535L6.39642 10.1465ZM16.8965 10.8536C17.0917 11.0488 17.4083 11.0488 17.6036 10.8535C17.7988 10.6583 17.7988 10.3417 17.6035 10.1464L16.8965 10.8536ZM11.4992 5.25L11.4993 18.75L12.4993 18.75L12.4992 5.25L11.4992 5.25ZM7.10358 10.8535L12.3528 5.60353L11.6457 4.89647L6.39642 10.1465L7.10358 10.8535ZM11.6457 5.60358L16.8965 10.8536L17.6035 10.1464L12.3528 4.89642L11.6457 5.60358Z" fill="#4D4D4D"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8 5H22M8 12H22M8 19H22M5 5C5 5.82843 4.32843 6.5 3.5 6.5C2.67157 6.5 2 5.82843 2 5C2 4.17157 2.67157 3.5 3.5 3.5C4.32843 3.5 5 4.17157 5 5ZM5 12C5 12.8285 4.32843 13.5 3.5 13.5C2.67157 13.5 2 12.8285 2 12C2 11.1716 2.67157 10.5 3.5 10.5C4.32843 10.5 5 11.1716 5 12ZM5 19C5 19.8284 4.32843 20.5 3.5 20.5C2.67157 20.5 2 19.8284 2 19C2 18.1716 2.67157 17.5 3.5 17.5C4.32843 17.5 5 18.1716 5 19Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 5V4.5H2.5V5H3ZM21 5H21.5V4.5H21V5ZM21 21V21.5H21.5V21H21ZM3 21H2.5V21.5H3V21ZM18 18V18.5H18.5V18H18ZM6 18H5.5V18.5H6V18ZM6 10V9.5H5.5V10H6ZM18 10H18.5V9.5H18V10ZM12.5 3C12.5 2.72386 12.2761 2.5 12 2.5C11.7239 2.5 11.5 2.72386 11.5 3H12.5ZM11.5 6.78933C11.5 7.06547 11.7239 7.28933 12 7.28933C12.2761 7.28933 12.5 7.06547 12.5 6.78933H11.5ZM8.3118 3C8.3118 2.72386 8.08794 2.5 7.8118 2.5C7.53566 2.5 7.3118 2.72386 7.3118 3H8.3118ZM7.3118 6.78933C7.3118 7.06547 7.53566 7.28933 7.8118 7.28933C8.08794 7.28933 8.3118 7.06547 8.3118 6.78933H7.3118ZM16.6882 3C16.6882 2.72386 16.4643 2.5 16.1882 2.5C15.9121 2.5 15.6882 2.72386 15.6882 3H16.6882ZM15.6882 6.78933C15.6882 7.06547 15.9121 7.28933 16.1882 7.28933C16.4643 7.28933 16.6882 7.06547 16.6882 6.78933H15.6882ZM3 5.5H21V4.5H3V5.5ZM20.5 5V21H21.5V5H20.5ZM21 20.5H3V21.5H21V20.5ZM3.5 21V5H2.5V21H3.5ZM18 17.5H6V18.5H18V17.5ZM6.5 18V10H5.5V18H6.5ZM6 10.5H18V9.5H6V10.5ZM17.5 10V18H18.5V10H17.5ZM11.5 3V6.78933H12.5V3H11.5ZM7.3118 3V6.78933H8.3118V3H7.3118ZM15.6882 3V6.78933H16.6882V3H15.6882Z" fill="#4D4D4D"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0.75 2.25005H4.5L8.25 17.25H20.25L23.25 8.25005H6M10.125 20.25C10.125 21.0785 9.45343 21.75 8.625 21.75C7.79657 21.75 7.125 21.0785 7.125 20.25C7.125 19.4216 7.79657 18.75 8.625 18.75C9.45343 18.75 10.125 19.4216 10.125 20.25ZM19.875 20.25C19.875 21.0785 19.2034 21.75 18.375 21.75C17.5466 21.75 16.875 21.0785 16.875 20.25C16.875 19.4216 17.5466 18.75 18.375 18.75C19.2034 18.75 19.875 19.4216 19.875 20.25Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7 11.6667L10.5 15.3333L17 8.66667M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.9999 5.00002V12L16.4999 15M21.9999 12C21.9999 17.5229 17.5228 22 11.9999 22C6.47706 22 1.99991 17.5229 1.99991 12C1.99991 6.47717 6.47706 2.00002 11.9999 2.00002C17.5228 2.00002 21.9999 6.47717 21.9999 12Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.4444 7.55636L7.55556 16.4444M16.4444 16.4444L7.55596 7.55556M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.66667 9.66668L7.33333 16.6667L14.3333 14.3333M9.66667 9.66668L16.6667 7.33335L14.3333 14.3333M9.66667 9.66668L14.3333 14.3333M22 12C22 17.5229 17.5228 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47717 6.47715 2.00002 12 2.00002C17.5228 2.00002 22 6.47717 22 12Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 21C16.9706 21 21 16.9706 21 12C21 7.02948 16.9706 3.00005 12 3.00005C7.02944 3.00005 3 7.02948 3 12C3 16.9706 7.02944 21 12 21Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M13.3125 12L12 9.75005L10.6875 12C10.5589 12.2287 10.4941 12.4878 10.5 12.75C10.5 13.1479 10.658 13.5294 10.9393 13.8107C11.2206 14.092 11.6022 14.25 12 14.25C12.3978 14.25 12.7794 14.092 13.0607 13.8107C13.342 13.5294 13.5 13.1479 13.5 12.75C13.5059 12.4878 13.4411 12.2287 13.3125 12Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.93333 15.6667L3.57978 15.3132C3.48601 15.4069 3.43333 15.5341 3.43333 15.6667H3.93333ZM3.43333 23.0001C3.43333 23.2762 3.65719 23.5001 3.93333 23.5001C4.20948 23.5001 4.43333 23.2762 4.43333 23.0001H3.43333ZM20.5667 15.6667C20.5667 15.3906 20.3428 15.1667 20.0667 15.1667C19.7905 15.1667 19.5667 15.3906 19.5667 15.6667H20.5667ZM19.5667 23.0001C19.5667 23.2762 19.7905 23.5001 20.0667 23.5001C20.3428 23.5001 20.5667 23.2762 20.5667 23.0001H19.5667ZM8.68689 5.75361C8.88215 5.55835 8.88215 5.24177 8.68689 5.04651C8.49162 4.85125 8.17504 4.85125 7.97978 5.04651L8.68689 5.75361ZM0.646447 12.3798C0.451184 12.5751 0.451184 12.8917 0.646447 13.0869C0.841709 13.2822 1.15829 13.2822 1.35355 13.0869L0.646447 12.3798ZM14.5536 5.75361C14.7488 5.55835 14.7488 5.24177 14.5536 5.04651C14.3583 4.85125 14.0417 4.85125 13.8464 5.04651L14.5536 5.75361ZM20.4202 5.75361C20.6155 5.55835 20.6155 5.24177 20.4202 5.04651C20.225 4.85125 19.9084 4.85125 19.7131 5.04651L20.4202 5.75361ZM9.44645 15.3132C9.25118 15.5084 9.25118 15.825 9.44645 16.0203C9.64171 16.2155 9.95829 16.2155 10.1536 16.0203L9.44645 15.3132ZM23.3536 8.68695C23.5488 8.49169 23.5488 8.1751 23.3536 7.97984C23.1583 7.78458 22.8417 7.78458 22.6464 7.97984L23.3536 8.68695ZM15.3131 15.3132C15.1179 15.5084 15.1179 15.825 15.3131 16.0203C15.5084 16.2155 15.825 16.2155 16.0202 16.0203L15.3131 15.3132ZM1.97778 5.90006H22.0222V4.90006H1.97778V5.90006ZM22.5 6.37784V14.6889H23.5V6.37784H22.5ZM22.0222 15.1667H1.97778V16.1667H22.0222V15.1667ZM1.5 14.6889V6.37784H0.5V14.6889H1.5ZM1.97778 15.1667C1.71391 15.1667 1.5 14.9528 1.5 14.6889H0.5C0.5 15.5051 1.16162 16.1667 1.97778 16.1667V15.1667ZM22.5 14.6889C22.5 14.9528 22.2861 15.1667 22.0222 15.1667V16.1667C22.8384 16.1667 23.5 15.5051 23.5 14.6889H22.5ZM22.0222 5.90006C22.2861 5.90006 22.5 6.11397 22.5 6.37784H23.5C23.5 5.56168 22.8384 4.90006 22.0222 4.90006V5.90006ZM1.97778 4.90006C1.16162 4.90006 0.5 5.56168 0.5 6.37784H1.5C1.5 6.11397 1.71391 5.90006 1.97778 5.90006V4.90006ZM3.43333 15.6667V23.0001H4.43333V15.6667H3.43333ZM19.5667 15.6667V23.0001H20.5667V15.6667H19.5667ZM6.13333 4.43339C7.21949 4.43339 8.1 3.55289 8.1 2.46673H7.1C7.1 3.0006 6.66721 3.43339 6.13333 3.43339V4.43339ZM8.1 2.46673C8.1 1.38057 7.21949 0.500061 6.13333 0.500061V1.50006C6.66721 1.50006 7.1 1.93285 7.1 2.46673H8.1ZM6.13333 0.500061C5.04717 0.500061 4.16667 1.38057 4.16667 2.46673H5.16667C5.16667 1.93285 5.59946 1.50006 6.13333 1.50006V0.500061ZM4.16667 2.46673C4.16667 3.55289 5.04717 4.43339 6.13333 4.43339V3.43339C5.59946 3.43339 5.16667 3.0006 5.16667 2.46673H4.16667ZM17.8667 4.43339C18.9528 4.43339 19.8333 3.55289 19.8333 2.46673H18.8333C18.8333 3.0006 18.4005 3.43339 17.8667 3.43339V4.43339ZM19.8333 2.46673C19.8333 1.38057 18.9528 0.500061 17.8667 0.500061V1.50006C18.4005 1.50006 18.8333 1.93285 18.8333 2.46673H19.8333ZM17.8667 0.500061C16.7805 0.500061 15.9 1.38057 15.9 2.46673H16.9C16.9 1.93285 17.3328 1.50006 17.8667 1.50006V0.500061ZM15.9 2.46673C15.9 3.55289 16.7805 4.43339 17.8667 4.43339V3.43339C17.3328 3.43339 16.9 3.0006 16.9 2.46673H15.9ZM7.97978 5.04651L0.646447 12.3798L1.35355 13.0869L8.68689 5.75361L7.97978 5.04651ZM13.8464 5.04651L3.57978 15.3132L4.28689 16.0203L14.5536 5.75361L13.8464 5.04651ZM19.7131 5.04651L9.44645 15.3132L10.1536 16.0203L20.4202 5.75361L19.7131 5.04651ZM22.6464 7.97984L15.3131 15.3132L16.0202 16.0203L23.3536 8.68695L22.6464 7.97984Z" fill="#4D4D4D"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.66667 17.3333H2V2H17.3333V6.66667M6.66667 6.66667H22V22H6.66667V6.66667Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2 5.00002H22M8 4.99007V2.00005H16V5.00002M12 9.00002V18M8 9.00002V18M16 9.00002V18M20 5.00002V22H4V5.00002H20Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.50002 15V21H21.5V15M12.0007 15.75L12.0007 2.25M12.0007 15.75L17.25 10.5M12.0007 15.75L6.75 10.5" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1639_22515)">
|
|
3
|
+
<path d="M9 19.5001L12 22.8751M12 22.8751L15 19.5001M12 22.8751V13.5001M9 4.50006L12 1.12506M12 1.12506L15 4.50006M12 1.12506V10.5001M3.75 10.5001H20.25M3.75 13.5001H20.25" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1639_22515">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|