@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,11 @@
|
|
|
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_22489)">
|
|
3
|
+
<path d="M9.34953 5.80241C9.26697 5.62833 9.13788 5.48048 8.97653 5.37518C8.81518 5.26989 8.62786 5.21127 8.43528 5.20579H5.20128C5.1135 5.1996 5.02559 5.21568 4.94568 5.25252C4.86577 5.28936 4.79645 5.34577 4.74415 5.41654C4.70697 5.49446 4.69067 5.5807 4.69685 5.66682C4.70303 5.75294 4.73148 5.83597 4.7794 5.90779L6.9589 9.69866V9.73391L3.54865 15.7714C3.50539 15.846 3.4826 15.9308 3.4826 16.017C3.4826 16.1033 3.50539 16.188 3.54865 16.2627C3.59033 16.3355 3.65263 16.3944 3.7277 16.4319C3.80277 16.4694 3.88726 16.4838 3.97053 16.4734H7.2049C7.39777 16.4679 7.58457 16.4048 7.74123 16.2922C7.8979 16.1796 8.01725 16.0226 8.0839 15.8415C8.0839 15.8415 11.4589 9.87416 11.5995 9.66379C11.5647 9.66379 9.34953 5.80241 9.34953 5.80241Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M22.5334 1.45016C22.5849 1.37862 22.6126 1.29269 22.6126 1.20454C22.6126 1.11638 22.5849 1.03045 22.5334 0.958912C22.4917 0.886078 22.4294 0.827203 22.3544 0.789701C22.2793 0.752199 22.1948 0.737746 22.1115 0.748162H18.8419C18.649 0.753556 18.4622 0.816591 18.3054 0.929145C18.1487 1.0417 18.0293 1.19861 17.9625 1.37966C17.9625 1.37966 10.9669 13.7704 10.7558 14.1567C10.7558 14.1919 15.3612 22.6163 15.3612 22.6163C15.4415 22.7948 15.5691 22.948 15.7302 23.0593C15.8912 23.1706 16.0796 23.2357 16.275 23.2478H19.5094C19.5927 23.2582 19.6772 23.2438 19.7522 23.2062C19.8273 23.1687 19.8896 23.1099 19.9313 23.037C19.9661 22.9598 19.9841 22.8761 19.9841 22.7914C19.9841 22.7067 19.9661 22.623 19.9313 22.5458L15.3615 14.1919V14.1567L22.5334 1.45016Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_1639_22489">
|
|
8
|
+
<rect width="24" height="24" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Minified by jsDelivr using Terser v5.3.5.
|
|
3
|
+
* Original file: /npm/ie11-custom-properties@4.1.0/ie11CustomProperties.js
|
|
4
|
+
*
|
|
5
|
+
* Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
|
|
6
|
+
*/
|
|
7
|
+
/*! ie11CustomProperties.js v4.1.0 | MIT License | https://git.io/fjXMN */
|
|
8
|
+
!function () { "use strict"; var e = document.createElement("i"); if (e.style.setProperty("--x", "y"), "y" !== e.style.getPropertyValue("--x") && e.msMatchesSelector) { Element.prototype.matches || (Element.prototype.matches = Element.prototype.msMatchesSelector); var t, r = [], n = document, o = !1; document.addEventListener("DOMContentLoaded", (function () { o = !0 })), "classList" in Element.prototype || H("classList", HTMLElement.prototype, Element.prototype), "innerHTML" in Element.prototype || H("innerHTML", HTMLElement.prototype, Element.prototype), "runtimeStyle" in Element.prototype || H("runtimeStyle", HTMLElement.prototype, Element.prototype), "sheet" in SVGStyleElement.prototype || Object.defineProperty(SVGStyleElement.prototype, "sheet", { get: function () { for (var e, t = document.styleSheets, r = 0; e = t[r++];)if (e.ownerNode === this) return e } }); var i = {}, s = new Set, l = !1, c = !1, a = /([\s{;])(--([A-Za-z0-9-_]*)\s*:([^;!}{]+)(!important)?)(?=\s*([;}]|$))/g, u = /([{;]\s*)([A-Za-z0-9-_]+\s*:[^;}{]*var\([^!;}{]+)(!important)?(?=\s*([;}$]|$))/g, f = /-ieVar-([^:]+):/g, p = /-ie-([^};]+)/g, d = /:(hover|active|focus|target|visited|link|:before|:after|:first-letter|:first-line)/; M("style", q), M('link[rel="stylesheet"]', q), M("[ie-style]", (function (e) { var t = B("{" + e.getAttribute("ie-style")).substr(1); e.style.cssText += ";" + t; var r = k(e.style); r.getters && j(e, r.getters, "%styleAttr"), r.setters && N(e, r.setters) })); var m = { hover: { on: "mouseenter", off: "mouseleave" }, focus: { on: "focusin", off: "focusout" }, active: { on: "CSSActivate", off: "CSSDeactivate" } }, y = null; document.addEventListener("mousedown", (function (e) { setTimeout((function () { if (e.target === document.activeElement) { var t = document.createEvent("Event"); t.initEvent("CSSActivate", !0, !0), (y = e.target).dispatchEvent(t) } })) })), document.addEventListener("mouseup", (function () { if (y) { var e = document.createEvent("Event"); e.initEvent("CSSDeactivate", !0, !0), y.dispatchEvent(e), y = null } })); var v = 0, h = new MutationObserver((function (e) { if (!c) for (var t, r = 0; t = e[r++];)"iecp-needed" !== t.attributeName && W(t.target) })); setTimeout((function () { h.observe(document, { attributes: !0, subtree: !0 }) })); var S = location.hash; addEventListener("hashchange", (function (e) { var t = document.getElementById(location.hash.substr(1)); if (t) { var r = document.getElementById(S.substr(1)); W(t), W(r) } else W(document); S = location.hash })); var E = Object.getOwnPropertyDescriptor(HTMLElement.prototype, "style"), P = E.get; E.get = function () { const e = P.call(this); return e.owningElement = this, e }, Object.defineProperty(HTMLElement.prototype, "style", E); var C = getComputedStyle; window.getComputedStyle = function (e) { var t = C.apply(this, arguments); return t.computedFor = e, t }; var g = CSSStyleDeclaration.prototype, b = g.getPropertyValue; g.getPropertyValue = function (e) { if (this.lastPropertyServedBy = !1, "-" !== (e = e.trim())[0] || "-" !== e[1]) return b.apply(this, arguments); const t = e.substr(2), r = "-ie-" + t, n = "-ie-❗" + t; let o = this[n] || this[r]; if (this.computedFor) { if (void 0 === o || T[o]) { if (T[o] || !_[e] || _[e].inherits) { let t = this.computedFor.parentNode; for (; 1 === t.nodeType;) { if (t.ieCP_setters && t.ieCP_setters[e]) { var i = getComputedStyle(t), s = i[n] || i[r]; if (void 0 !== s) { o = J(this, s), this.lastPropertyServedBy = t; break } } t = t.parentNode } } } else o = J(this, o), this.lastPropertyServedBy = this.computedFor; if ("initial" === o) return "" } return void 0 === o && _[e] && (o = _[e].initialValue), void 0 === o ? "" : o }; var T = { inherit: 1, revert: 1, unset: 1 }, L = g.setProperty; g.setProperty = function (e, t, r) { if ("-" !== e[0] || "-" !== e[1]) return L.apply(this, arguments); const n = this.owningElement; n && (n.ieCP_setters || (n.ieCP_setters = {}), n.ieCP_setters[e] = 1), e = "-ie-" + ("important" === r ? "❗" : "") + e.substr(2), this.cssText += "; " + e + ":" + t + ";", n && W(n) }, window.CSS || (window.CSS = {}); var _ = {}; CSS.registerProperty = function (e) { _[e.name] = e } } function w(e, t) { try { return e.querySelectorAll(t) } catch (e) { return [] } } function M(e, o) { for (var i, s = { selector: e, callback: o, elements: new WeakMap }, l = w(n, s.selector), c = 0; i = l[c++];)s.elements.set(i, !0), s.callback.call(i, i); r.push(s), t || (t = new MutationObserver(O)).observe(n, { childList: !0, subtree: !0 }), A(s) } function A(e, t) { var r, i = 0, s = []; try { t && t.matches(e.selector) && s.push(t) } catch (e) { } for (o && Array.prototype.push.apply(s, w(t || n, e.selector)); r = s[i++];)e.elements.has(r) || (e.elements.set(r, !0), e.callback.call(r, r)) } function V(e) { for (var t, n = 0; t = r[n++];)A(t, e) } function O(e) { for (var t, r, n, o, i = 0; r = e[i++];)for (n = r.addedNodes, t = 0; o = n[t++];)1 === o.nodeType && V(o) } function H(e, t, r) { var n = Object.getOwnPropertyDescriptor(t, e); Object.defineProperty(r, e, n) } function q(e) { if (!e.ieCP_polyfilled && !e.ieCP_elementSheet && e.sheet) { if (e.href) return t = e.href, r = function (t) { var r = B(t); t !== r && D(e, r) }, (n = new XMLHttpRequest).open("GET", t), n.overrideMimeType("text/css"), n.onload = function () { n.status >= 200 && n.status < 400 && r(n.responseText) }, void n.send(); var t, r, n, o = e.innerHTML, i = B(o); o !== i && D(e, i) } } function B(e) { return e.replace(a, (function (e, t, r, n, o, i) { return t + "-ie-" + (i ? "❗" : "") + n + ":" + o })).replace(u, (function (e, t, r, n) { return t + "-ieVar-" + (n ? "❗" : "") + r + "; " + r })) } function k(e) { e["z-index"] === e && x(); const t = e.cssText; var r, n, o = t.match(f); if (o) { var s = []; for (r = 0; n = o[r++];) { let t = n.slice(7, -1); "❗" === t[0] && (t = t.substr(1)), s.push(t), i[t] || (i[t] = []), i[t].push(e) } } var l = t.match(p); if (l) { var c = {}; for (r = 0; n = l[r++];) { let e = n.substr(4).split(":"), t = e[0], r = e[1]; "❗" === t[0] && (t = t.substr(1)), c[t] = r } } return { getters: s, setters: c } } function D(e, t) { e.sheet.cssText = t, e.ieCP_polyfilled = !0; for (var r, n = e.sheet.rules, o = 0; r = n[o++];) { const e = k(r.style); e.getters && R(r.selectorText, e.getters), e.setters && F(r.selectorText, e.setters); const t = r.parentRule && r.parentRule.media && r.parentRule.media.mediaText; t && (e.getters || e.setters) && matchMedia(t).addListener((function () { W(document.documentElement) })) } z() } function R(e, t) { G(e), M($(e), (function (r) { j(r, t, e), I(r) })) } function j(e, t, r) { var n, o, i = 0; const s = r.split(","); for (e.setAttribute("iecp-needed", !0), e.ieCPSelectors || (e.ieCPSelectors = {}); n = t[i++];)for (o = 0; r = s[o++];) { const t = r.trim().split("::"); e.ieCPSelectors[n] || (e.ieCPSelectors[n] = []), e.ieCPSelectors[n].push({ selector: t[0], pseudo: t[1] ? "::" + t[1] : "" }) } } function F(e, t) { G(e), M($(e), (function (e) { N(e, t) })) } function N(e, t) { for (var r in e.ieCP_setters || (e.ieCP_setters = {}), t) e.ieCP_setters["--" + r] = 1; W(e) } function z() { for (var e in i) { let o = i[e]; for (var t, r = 0; t = o[r++];)if (!t.owningElement) { var n = t["-ieVar-" + e]; if (n && "" !== (n = J(getComputedStyle(document.documentElement), n))) try { t[e] = n } catch (e) { } } } } function G(e) { for (var t in e = e.split(",")[0], m) { var r = e.split(":" + t); if (r.length > 1) { var n = r[1].match(/^[^\s]*/); let e = $(r[0] + n); const o = m[t]; M(e, (function (e) { e.addEventListener(o.on, X), e.addEventListener(o.off, X) })) } } } function $(e) { return e.replace(d, "").replace(":not()", "") } function I(e) { s.add(e), l || (l = !0, requestAnimationFrame((function () { l = !1, c = !0, s.forEach(Z), s.clear(), setTimeout((function () { c = !1 })) }))) } function Z(e) { e.ieCP_unique || (e.ieCP_unique = ++v, e.classList.add("iecp-u" + e.ieCP_unique)); var t = getComputedStyle(e); let r = ""; for (var n in e.runtimeStyle.cssText = "", e.ieCPSelectors) { var o = t["-ieVar-❗" + n]; let a = o || t["-ieVar-" + n]; if (a) { var i = {}, s = J(t, a, i); o && (s += " !important"); for (var l, c = 0; l = e.ieCPSelectors[n][c++];)"%styleAttr" === l.selector && (e.style[n] = s), (o || !1 === i.allByRoot) && (l.pseudo ? r += l.selector + ".iecp-u" + e.ieCP_unique + l.pseudo + "{" + n + ":" + s + "}\n" : e.runtimeStyle[n] = s) } } !function (e, t) { if (!e.ieCP_styleEl && t) { const t = document.createElement("style"); t.ieCP_elementSheet = 1, document.head.appendChild(t), e.ieCP_styleEl = t } e.ieCP_styleEl && (e.ieCP_styleEl.innerHTML = t) }(e, r) } function W(e) { if (e) { e === document.documentElement && z(); var t = e.querySelectorAll("[iecp-needed]"); e.hasAttribute && e.hasAttribute("iecp-needed") && I(e); for (var r, n = 0; r = t[n++];)I(r) } } function X(e) { W(e.target) } function J(e, t, r) { return function (e, t) { let r, n, o = 0, i = null, s = 0, l = "", c = 0; for (; r = e[c++];) { if ("(" === r && (++o, null === i && e[c - 4] + e[c - 3] + e[c - 2] === "var" && (i = o, l += e.substring(s, c - 4), s = c), e[c - 5] + e[c - 4] + e[c - 3] + e[c - 2] === "calc" && (n = o)), ")" === r && i === o) { let r, o = e.substring(s, c - 1).trim(), a = o.indexOf(","); -1 !== a && (r = o.slice(a + 1), o = o.slice(0, a)), l += t(o, r, n), s = c, i = null } ")" === r && (--o, n === o && (n = null)) } return l += e.substring(s), l }(t, (function (t, n, o) { var i = e.getPropertyValue(t); return o && (i = i.replace(/^calc\(/, "(")), r && e.lastPropertyServedBy !== document.documentElement && (r.allByRoot = !1), "" === i && n && (i = J(e, n, r)), i })) } }();
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Minified by jsDelivr using Terser v5.3.5.
|
|
3
|
+
* Original file: /npm/intersection-observer@0.12.0/intersection-observer.js
|
|
4
|
+
*
|
|
5
|
+
* Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
|
|
6
|
+
*/
|
|
7
|
+
!function () { "use strict"; if ("object" == typeof window) if ("IntersectionObserver" in window && "IntersectionObserverEntry" in window && "intersectionRatio" in window.IntersectionObserverEntry.prototype) "isIntersecting" in window.IntersectionObserverEntry.prototype || Object.defineProperty(window.IntersectionObserverEntry.prototype, "isIntersecting", { get: function () { return this.intersectionRatio > 0 } }); else { var t = function (t) { for (var e = window.document, o = i(e); o;)o = i(e = o.ownerDocument); return e }(), e = [], o = null, n = null; s.prototype.THROTTLE_TIMEOUT = 100, s.prototype.POLL_INTERVAL = null, s.prototype.USE_MUTATION_OBSERVER = !0, s._setupCrossOriginUpdater = function () { return o || (o = function (t, o) { n = t && o ? l(t, o) : { top: 0, bottom: 0, left: 0, right: 0, width: 0, height: 0 }, e.forEach((function (t) { t._checkForIntersections() })) }), o }, s._resetCrossOriginUpdater = function () { o = null, n = null }, s.prototype.observe = function (t) { if (!this._observationTargets.some((function (e) { return e.element == t }))) { if (!t || 1 != t.nodeType) throw new Error("target must be an Element"); this._registerInstance(), this._observationTargets.push({ element: t, entry: null }), this._monitorIntersections(t.ownerDocument), this._checkForIntersections() } }, s.prototype.unobserve = function (t) { this._observationTargets = this._observationTargets.filter((function (e) { return e.element != t })), this._unmonitorIntersections(t.ownerDocument), 0 == this._observationTargets.length && this._unregisterInstance() }, s.prototype.disconnect = function () { this._observationTargets = [], this._unmonitorAllIntersections(), this._unregisterInstance() }, s.prototype.takeRecords = function () { var t = this._queuedEntries.slice(); return this._queuedEntries = [], t }, s.prototype._initThresholds = function (t) { var e = t || [0]; return Array.isArray(e) || (e = [e]), e.sort().filter((function (t, e, o) { if ("number" != typeof t || isNaN(t) || t < 0 || t > 1) throw new Error("threshold must be a number between 0 and 1 inclusively"); return t !== o[e - 1] })) }, s.prototype._parseRootMargin = function (t) { var e = (t || "0px").split(/\s+/).map((function (t) { var e = /^(-?\d*\.?\d+)(px|%)$/.exec(t); if (!e) throw new Error("rootMargin must be specified in pixels or percent"); return { value: parseFloat(e[1]), unit: e[2] } })); return e[1] = e[1] || e[0], e[2] = e[2] || e[0], e[3] = e[3] || e[1], e }, s.prototype._monitorIntersections = function (e) { var o = e.defaultView; if (o && -1 == this._monitoringDocuments.indexOf(e)) { var n = this._checkForIntersections, r = null, s = null; this.POLL_INTERVAL ? r = o.setInterval(n, this.POLL_INTERVAL) : (h(o, "resize", n, !0), h(e, "scroll", n, !0), this.USE_MUTATION_OBSERVER && "MutationObserver" in o && (s = new o.MutationObserver(n)).observe(e, { attributes: !0, childList: !0, characterData: !0, subtree: !0 })), this._monitoringDocuments.push(e), this._monitoringUnsubscribes.push((function () { var t = e.defaultView; t && (r && t.clearInterval(r), c(t, "resize", n, !0)), c(e, "scroll", n, !0), s && s.disconnect() })); var u = this.root && (this.root.ownerDocument || this.root) || t; if (e != u) { var a = i(e); a && this._monitorIntersections(a.ownerDocument) } } }, s.prototype._unmonitorIntersections = function (e) { var o = this._monitoringDocuments.indexOf(e); if (-1 != o) { var n = this.root && (this.root.ownerDocument || this.root) || t; if (!this._observationTargets.some((function (t) { var o = t.element.ownerDocument; if (o == e) return !0; for (; o && o != n;) { var r = i(o); if ((o = r && r.ownerDocument) == e) return !0 } return !1 }))) { var r = this._monitoringUnsubscribes[o]; if (this._monitoringDocuments.splice(o, 1), this._monitoringUnsubscribes.splice(o, 1), r(), e != n) { var s = i(e); s && this._unmonitorIntersections(s.ownerDocument) } } } }, s.prototype._unmonitorAllIntersections = function () { var t = this._monitoringUnsubscribes.slice(0); this._monitoringDocuments.length = 0, this._monitoringUnsubscribes.length = 0; for (var e = 0; e < t.length; e++)t[e]() }, s.prototype._checkForIntersections = function () { if (this.root || !o || n) { var t = this._rootIsInDom(), e = t ? this._getRootRect() : { top: 0, bottom: 0, left: 0, right: 0, width: 0, height: 0 }; this._observationTargets.forEach((function (n) { var i = n.element, s = u(i), h = this._rootContainsTarget(i), c = n.entry, a = t && h && this._computeTargetAndRootIntersection(i, s, e), l = null; this._rootContainsTarget(i) ? o && !this.root || (l = e) : l = { top: 0, bottom: 0, left: 0, right: 0, width: 0, height: 0 }; var f = n.entry = new r({ time: window.performance && performance.now && performance.now(), target: i, boundingClientRect: s, rootBounds: l, intersectionRect: a }); c ? t && h ? this._hasCrossedThreshold(c, f) && this._queuedEntries.push(f) : c && c.isIntersecting && this._queuedEntries.push(f) : this._queuedEntries.push(f) }), this), this._queuedEntries.length && this._callback(this.takeRecords(), this) } }, s.prototype._computeTargetAndRootIntersection = function (e, i, r) { if ("none" != window.getComputedStyle(e).display) { for (var s, h, c, a, f, d, g, m, v = i, _ = p(e), b = !1; !b && _;) { var w = null, y = 1 == _.nodeType ? window.getComputedStyle(_) : {}; if ("none" == y.display) return null; if (_ == this.root || 9 == _.nodeType) if (b = !0, _ == this.root || _ == t) o && !this.root ? !n || 0 == n.width && 0 == n.height ? (_ = null, w = null, v = null) : w = n : w = r; else { var I = p(_), E = I && u(I), T = I && this._computeTargetAndRootIntersection(I, E, r); E && T ? (_ = I, w = l(E, T)) : (_ = null, v = null) } else { var R = _.ownerDocument; _ != R.body && _ != R.documentElement && "visible" != y.overflow && (w = u(_)) } if (w && (s = w, h = v, c = void 0, a = void 0, f = void 0, d = void 0, g = void 0, m = void 0, c = Math.max(s.top, h.top), a = Math.min(s.bottom, h.bottom), f = Math.max(s.left, h.left), d = Math.min(s.right, h.right), m = a - c, v = (g = d - f) >= 0 && m >= 0 && { top: c, bottom: a, left: f, right: d, width: g, height: m } || null), !v) break; _ = _ && p(_) } return v } }, s.prototype._getRootRect = function () { var e; if (this.root && !d(this.root)) e = u(this.root); else { var o = d(this.root) ? this.root : t, n = o.documentElement, i = o.body; e = { top: 0, left: 0, right: n.clientWidth || i.clientWidth, width: n.clientWidth || i.clientWidth, bottom: n.clientHeight || i.clientHeight, height: n.clientHeight || i.clientHeight } } return this._expandRectByRootMargin(e) }, s.prototype._expandRectByRootMargin = function (t) { var e = this._rootMarginValues.map((function (e, o) { return "px" == e.unit ? e.value : e.value * (o % 2 ? t.width : t.height) / 100 })), o = { top: t.top - e[0], right: t.right + e[1], bottom: t.bottom + e[2], left: t.left - e[3] }; return o.width = o.right - o.left, o.height = o.bottom - o.top, o }, s.prototype._hasCrossedThreshold = function (t, e) { var o = t && t.isIntersecting ? t.intersectionRatio || 0 : -1, n = e.isIntersecting ? e.intersectionRatio || 0 : -1; if (o !== n) for (var i = 0; i < this.thresholds.length; i++) { var r = this.thresholds[i]; if (r == o || r == n || r < o != r < n) return !0 } }, s.prototype._rootIsInDom = function () { return !this.root || f(t, this.root) }, s.prototype._rootContainsTarget = function (e) { var o = this.root && (this.root.ownerDocument || this.root) || t; return f(o, e) && (!this.root || o == e.ownerDocument) }, s.prototype._registerInstance = function () { e.indexOf(this) < 0 && e.push(this) }, s.prototype._unregisterInstance = function () { var t = e.indexOf(this); -1 != t && e.splice(t, 1) }, window.IntersectionObserver = s, window.IntersectionObserverEntry = r } function i(t) { try { return t.defaultView && t.defaultView.frameElement || null } catch (t) { return null } } function r(t) { this.time = t.time, this.target = t.target, this.rootBounds = a(t.rootBounds), this.boundingClientRect = a(t.boundingClientRect), this.intersectionRect = a(t.intersectionRect || { top: 0, bottom: 0, left: 0, right: 0, width: 0, height: 0 }), this.isIntersecting = !!t.intersectionRect; var e = this.boundingClientRect, o = e.width * e.height, n = this.intersectionRect, i = n.width * n.height; this.intersectionRatio = o ? Number((i / o).toFixed(4)) : this.isIntersecting ? 1 : 0 } function s(t, e) { var o, n, i, r = e || {}; if ("function" != typeof t) throw new Error("callback must be a function"); if (r.root && 1 != r.root.nodeType && 9 != r.root.nodeType) throw new Error("root must be a Document or Element"); this._checkForIntersections = (o = this._checkForIntersections.bind(this), n = this.THROTTLE_TIMEOUT, i = null, function () { i || (i = setTimeout((function () { o(), i = null }), n)) }), this._callback = t, this._observationTargets = [], this._queuedEntries = [], this._rootMarginValues = this._parseRootMargin(r.rootMargin), this.thresholds = this._initThresholds(r.threshold), this.root = r.root || null, this.rootMargin = this._rootMarginValues.map((function (t) { return t.value + t.unit })).join(" "), this._monitoringDocuments = [], this._monitoringUnsubscribes = [] } function h(t, e, o, n) { "function" == typeof t.addEventListener ? t.addEventListener(e, o, n || !1) : "function" == typeof t.attachEvent && t.attachEvent("on" + e, o) } function c(t, e, o, n) { "function" == typeof t.removeEventListener ? t.removeEventListener(e, o, n || !1) : "function" == typeof t.detatchEvent && t.detatchEvent("on" + e, o) } function u(t) { var e; try { e = t.getBoundingClientRect() } catch (t) { } return e ? (e.width && e.height || (e = { top: e.top, right: e.right, bottom: e.bottom, left: e.left, width: e.right - e.left, height: e.bottom - e.top }), e) : { top: 0, bottom: 0, left: 0, right: 0, width: 0, height: 0 } } function a(t) { return !t || "x" in t ? t : { top: t.top, y: t.top, bottom: t.bottom, left: t.left, x: t.left, right: t.right, width: t.width, height: t.height } } function l(t, e) { var o = e.top - t.top, n = e.left - t.left; return { top: o, left: n, height: e.height, width: e.width, bottom: o + e.height, right: n + e.width } } function f(t, e) { for (var o = e; o;) { if (o == t) return !0; o = p(o) } return !1 } function p(e) { var o = e.parentNode; return 9 == e.nodeType && e != t ? i(e) : (o && o.assignedSlot && (o = o.assignedSlot.parentNode), o && 11 == o.nodeType && o.host ? o.host : o) } function d(t) { return t && 9 === t.nodeType } }();
|
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
ReadSpeaker.Common.Settings = function () {
|
|
2
|
+
var g = {form: {key: "data-rsform-key", prev: "data-rsform-prev", valyes: "data-rsform-trueval", valno: "data-rsform-falseval"}}, k = {}, j = function (a) {
|
|
3
|
+
return rspkr.Common.cookie.readKey(rspkr.pub.Config.item("general.cookieName"), a) || rspkr.pub.Config.item("settings." + a)
|
|
4
|
+
}, l = function (a, b) {
|
|
5
|
+
var e = j(a);
|
|
6
|
+
if (b != e) {
|
|
7
|
+
var c = rspkr.c.cookie.updateKey(rspkr.cfg.item("general.cookieName"), a, b);
|
|
8
|
+
rspkr.devt("onSettingsChanged", window, [a, b, e]);
|
|
9
|
+
return c
|
|
10
|
+
}
|
|
11
|
+
return null
|
|
12
|
+
}, i = {controls: {xp: function (a) {
|
|
13
|
+
return rspkr.st.r().expandPhrase(a)
|
|
14
|
+
},
|
|
15
|
+
helpButton: '<img src="' + rspkr.baseUrl + 'img/help.png" alt="" border="0" />', select: function (a, b, e, c) {
|
|
16
|
+
var d = [], f = "hl" !== a ? !1 : rspkr.cfg.isSentOnly && rspkr.cfg.isSentOnly(rspkr.c.data.params.lang);
|
|
17
|
+
d.push('<label for="', c, '">', this.xp(b.phrase), "</label>");
|
|
18
|
+
d.push('<select id="', c, '" name="', c, '" ', g.form.prev, '="', e, '" ', g.form.key, '="', a, '">');
|
|
19
|
+
for (var h = 0, i = b.options.length; h < i; h++)"hl" === a && f && !/\bsent|none/i.test(b.options[h].value) || ("hl" === a && (f && "sent" === b.options[h].value && "none" !== e) && (e = "sent"),
|
|
20
|
+
d.push('<option value="', b.options[h].value, '"', e == b.options[h].value ? ' selected="selected"' : "", b.options[h].dims ? ' data-rsform-dims="' + b.options[h].dims.join(",") + '"' : "", b.options[h].hides ? ' data-rsform-hides="' + b.options[h].hides.join(",") + '"' : "", ">", this.xp(b.options[h].phrase), "</option>"));
|
|
21
|
+
d.push("</select>");
|
|
22
|
+
b.info && (d.push('<button type="button" id="rstoggle_', c, '" class="rsform-info-toggle" data-rsform-toggles="rscontainer_', c, '" title="', this.xp("ph_help"), ": ", this.xp(b.phrase), '">' + this.helpButton +
|
|
23
|
+
"</button>"), d.push("‏"), d.push('<div id="rscontainer_', c, '" class="rsform-info-container" aria-live="polite">', this.xp(b.info), "</div>"), rspkr.evt("onSettingsLoaded", {func: rspkr.st.r().handlers.info, context: rspkr.st.r().handlers, params: [c]}));
|
|
24
|
+
rspkr.evt("onSettingsLoaded", {func: rspkr.st.r().handlers.select, context: rspkr.st.r().handlers, params: [c]});
|
|
25
|
+
return d.join("")
|
|
26
|
+
}, checkbox: function (a, b, e, c) {
|
|
27
|
+
var d = e == b.options.truevalue;
|
|
28
|
+
rspkr.evt("onSettingsLoaded", {func: rspkr.st.r().handlers.checkbox, context: rspkr.st.r().handlers,
|
|
29
|
+
params: [c]});
|
|
30
|
+
return['<label for="' + c + '">', this.xp(b.phrase), '</label><input type="checkbox" id="', c, '" name="', c, '"', d ? ' checked="checked"' : "", g.form.valyes, '="', b.options.truevalue, '" ', g.form.valno, '="', b.options.falsevalue, '" ', g.form.prev, '="', e, '" ', g.form.key, '="', a, '" />'].join("")
|
|
31
|
+
}, radio: function (a, b, e, c) {
|
|
32
|
+
var d = [];
|
|
33
|
+
d.push('<fieldset class="rsform-radio-label" aria-level="2">');
|
|
34
|
+
d.push("<legend>", this.xp(b.phrase));
|
|
35
|
+
b.info && (d.push('<button id="rstoggle_', c, '" type="button" class="rsform-info-toggle" data-rsform-toggles="rscontainer_',
|
|
36
|
+
c, '" title="', this.xp("ph_help"), ": ", this.xp(b.phrase), '">' + this.helpButton + "</button>"), d.push("‏"));
|
|
37
|
+
d.push("</legend>");
|
|
38
|
+
for (var f = 0, h = b.options.length; f < h; f++)d.push('<input type="radio" id="', c, "_", f, '" name="', c, '" title="', this.xp(b.phrase), ": ", this.xp(b.options[f].phrase), '" value="', b.options[f].value, '"'), d.push(" ", g.form.prev, '="', e, '" ', g.form.key, '="', a, '"'), d.push(e == b.options[f].value ? ' checked="checked"' : ""), b.options[f].dims && d.push(' data-rsform-dims="', b.options[f].dims.join(","),
|
|
39
|
+
'"'), d.push(" />"), d.push("‎"), d.push('<label for="', c, "_", f, '">', this.xp(b.options[f].phrase), "</label>");
|
|
40
|
+
b.info && (d.push('<div id="rscontainer_', c, '" class="rsform-info-container" aria-live="polite">', this.xp(b.info), "</div>"), rspkr.evt("onSettingsLoaded", {func: rspkr.st.r().handlers.info, context: rspkr.st.r().handlers, params: [c]}));
|
|
41
|
+
d.push("</fieldset>");
|
|
42
|
+
rspkr.evt("onSettingsLoaded", {func: rspkr.st.r().handlers.radio, context: rspkr.st.r().handlers, params: [c, f]});
|
|
43
|
+
return d.join("")
|
|
44
|
+
}, info: function (a, b) {
|
|
45
|
+
return['<div class="rsform-infotext">', this.xp(b.phrase), "</div>"].join("")
|
|
46
|
+
}, slider_h: function (a, b, e, c) {
|
|
47
|
+
rspkr.evt("onSettingsLoaded", {func: rspkr.st.r().handlers.slider_h, context: rspkr.st.r().handlers, params: [b, c, e]});
|
|
48
|
+
k[c] = b;
|
|
49
|
+
return['<span class="rsform-slider-label">', this.xp(b.phrase), '</span><div id="', c, '" class="rsform-slider rsimg" ', g.form.key, '="', a, '" ', g.form.prev, '="', e, '"></div>'].join("")
|
|
50
|
+
}, colorpicker: function (a, b, e, c) {
|
|
51
|
+
var d = [];
|
|
52
|
+
d.push('<fieldset class="rsform-colorlist-label" aria-level="2">');
|
|
53
|
+
d.push("<legend>", this.xp(b.phrase));
|
|
54
|
+
b.info && (d.push('<button type="button" id="rstoggle_', c, '" class="rsform-info-toggle" data-rsform-toggles="rscontainer_', c, '" title="', this.xp("ph_help"), ": ", this.xp(b.phrase), '">' + this.helpButton + "</button>"), d.push("‏"));
|
|
55
|
+
d.push("</legend>");
|
|
56
|
+
d.push('<ul id="', c, '" class="rsform-colorlist" ', g.form.prev, '="', e, '" ', g.form.key, '="', a, '">');
|
|
57
|
+
for (var a = 0, f = b.options.length; a < f; a++) {
|
|
58
|
+
d.push("<li", e == b.options[a].value ? ' class="rsform-colorlist-active"' : "", ">");
|
|
59
|
+
d.push('<a href="javascript: void(0);"');
|
|
60
|
+
d.push(e == b.options[a].value ? ' tabIndex="0"' : ' tabIndex="-1"');
|
|
61
|
+
d.push(' title="' + this.xp(b.phrase) + ": " + this.xp(b.options[a].phrase) + '"');
|
|
62
|
+
d.push(' data-rsform-value="', b.options[a].value, '"');
|
|
63
|
+
if ("underline" == b.options[a].value || "none" == b.options[a].value)d.push(' class="'), "underline" == b.options[a].value && d.push("rsform-colorlist-style-underline "), "none" == b.options[a].value && d.push("rsform-colorlist-style-none "), d.push('"');
|
|
64
|
+
d.push(' role="button"');
|
|
65
|
+
d.push('><span class="rsform-colorlist-box"');
|
|
66
|
+
"#" == b.options[a].value.substr(0, 1) && d.push(' style="background: ', b.options[a].value, ';"');
|
|
67
|
+
d.push("></span>");
|
|
68
|
+
d.push('<span class="rsform-colorlist-label');
|
|
69
|
+
"underline" == b.options[a].value ? d.push('" style="text-decoration: underline;') : /#/.test(b.options[a].value) && d.push(" rsform-colorlist-style-color");
|
|
70
|
+
d.push('">', this.xp(b.options[a].phrase), "</span></a>");
|
|
71
|
+
d.push("</li>")
|
|
72
|
+
}
|
|
73
|
+
d.push("</ul>");
|
|
74
|
+
d.push('<div style="clear: both;"></div>');
|
|
75
|
+
b.info && (d.push('<div id="rscontainer_', c, '" class="rsform-info-container" aria-live="polite">',
|
|
76
|
+
this.xp(b.info), "</div>"), rspkr.evt("onSettingsLoaded", {func: rspkr.st.r().handlers.info, context: rspkr.st.r().handlers, params: [c]}));
|
|
77
|
+
d.push("</fieldset>");
|
|
78
|
+
rspkr.evt("onSettingsLoaded", {func: rspkr.st.r().handlers.colorpicker, context: rspkr.st.r().handlers, params: [c]});
|
|
79
|
+
return d.join("")
|
|
80
|
+
}, restore: function (a, b, e, c) {
|
|
81
|
+
rspkr.evt("onSettingsLoaded", {func: rspkr.st.r().handlers.restore, context: rspkr.st.r().handlers, params: [c]});
|
|
82
|
+
return["<div>", this.xp(b.phrase), '</div><input type="button" id="', c, '" value="', this.xp("ph_" +
|
|
83
|
+
a), '" class="rsform-button" role="button"></input>'].join("")
|
|
84
|
+
}}, handlers: {info: function (a) {
|
|
85
|
+
$rs.regEvent($rs.get("#rstoggle_" + a), "click", this.changed.info)
|
|
86
|
+
}, select: function (a) {
|
|
87
|
+
$rs.regEvent($rs.get("#" + a), "change", this.changed.select)
|
|
88
|
+
}, checkbox: function (a) {
|
|
89
|
+
$rs.regEvent($rs.get("#" + a), "click", this.changed.checkbox)
|
|
90
|
+
}, radio: function (a, b) {
|
|
91
|
+
for (var e = 0; e < b; e++)$rs.regEvent($rs.get("#" + a + "_" + e), "click", this.changed.radio)
|
|
92
|
+
}, slider_h: function (a, b, e) {
|
|
93
|
+
var c = new ReadSpeaker.ui.Slider, d = {};
|
|
94
|
+
if (a.options)for (var f in a.options)a.options.hasOwnProperty(f) &&
|
|
95
|
+
(d[f] = rspkr.st.r().expandPhrase(a.options[f]));
|
|
96
|
+
d.initval = a.converter ? a.converter(e) : e || 0;
|
|
97
|
+
d.start = function () {
|
|
98
|
+
};
|
|
99
|
+
d.drop = this.changed.slider_h;
|
|
100
|
+
c.init($rs.get("#" + b), d)
|
|
101
|
+
}, colorpicker: function (a) {
|
|
102
|
+
$rs.regEvent("#" + a + " li a", "keydown", function (a) {
|
|
103
|
+
var e = $rs.closest(this, "li"), c;
|
|
104
|
+
37 == a.keyCode ? c = e.previousSibling : 39 == a.keyCode && (c = e.nextSibling);
|
|
105
|
+
c && (a = $rs.findIn(c, "a"), a.focus(), a.click())
|
|
106
|
+
});
|
|
107
|
+
$rs.regEvent("#" + a + " li a", "click", this.changed.colorpicker);
|
|
108
|
+
$rs.css($rs.get("#" + a), "display", "block")
|
|
109
|
+
}, restore: function (a) {
|
|
110
|
+
$rs.regEvent("#" +
|
|
111
|
+
a, "click", function () {
|
|
112
|
+
if (rs.cfg.defaultsettings) {
|
|
113
|
+
for (var a in rs.cfg.defaultsettings)if (rs.cfg.defaultsettings.hasOwnProperty(a)) {
|
|
114
|
+
var e = rs.cfg.defaultsettings[a];
|
|
115
|
+
rspkr.st.r().handlers.updateSetting(a, e);
|
|
116
|
+
var c = $rs.get("input[value=" + e + "]");
|
|
117
|
+
if ($rs.isArray(c))if (c = $rs.get("select[data-rsform-key=" + a + "]"), $rs.isArray(c)) {
|
|
118
|
+
if (c = $rs.get("ul[data-rsform-key=" + a + "]"), !$rs.isArray(c)) {
|
|
119
|
+
var d = $rs.findIn(c, ".rsform-colorlist-active");
|
|
120
|
+
$rs.removeClass(d, "rsform-colorlist-active");
|
|
121
|
+
e = $rs.findIn(c, "a[data-rsform-value=" +
|
|
122
|
+
e + "]").parentNode;
|
|
123
|
+
$rs.addClass(e, "rsform-colorlist-active")
|
|
124
|
+
}
|
|
125
|
+
} else c.value = e; else c.checked = !0
|
|
126
|
+
}
|
|
127
|
+
rspkr.Common.Settings.r().handlers.changed.afterdim()
|
|
128
|
+
}
|
|
129
|
+
})
|
|
130
|
+
}, changed: {dimmed: [], hidden: [], disable: function (a, b) {
|
|
131
|
+
var b = b || "dimmed", e = $rs.findIn(a, "input, select, textarea, ul.rsform-colorlist");
|
|
132
|
+
$rs.addClass(a, b);
|
|
133
|
+
if ("dimmed" == b)for (var c = 0, d = e.length; c < d; c++)"ul" != e[c].tagName.toLowerCase() && (e[c].disabled = !0)
|
|
134
|
+
}, enable: function (a, b) {
|
|
135
|
+
var b = b || "dimmed", e = $rs.findIn(a, "input, select, textarea");
|
|
136
|
+
$rs.removeClass(a,
|
|
137
|
+
b);
|
|
138
|
+
if ("dimmed" == b)for (var c = 0, d = e.length; c < d; c++)e[c].disabled = !1
|
|
139
|
+
}, add: function (a, b, e, c) {
|
|
140
|
+
a[b] || (a[b] = []);
|
|
141
|
+
for (var d = 0, f = e.length; d < f; d++)this.disable($rs.get("#rscontrol_" + e[d]), c), a[b].push($rs.get("#rscontrol_" + e[d]))
|
|
142
|
+
}, release: function (a, b, e) {
|
|
143
|
+
if (a[b]) {
|
|
144
|
+
for (var c = 0, d = a[b].length; c < d; c++)this.enable(a[b][c], e);
|
|
145
|
+
a[b] = []
|
|
146
|
+
}
|
|
147
|
+
}, dim: function (a, b) {
|
|
148
|
+
this.undim(a);
|
|
149
|
+
this.add(this.dimmed, a, $rs.isArray(b) ? b : [b], "dimmed")
|
|
150
|
+
}, undim: function (a) {
|
|
151
|
+
this.release(this.dimmed, a, "dimmed")
|
|
152
|
+
}, afterdim: function () {
|
|
153
|
+
for (var a = $rs.get("#rslightbox_content .rsform-row"),
|
|
154
|
+
b, e = 0, c = a.length; e < c; e++)b = $rs.getAttr(a[e], "data-rsform-type"), b = this.dimmees[b] ? this.dimmees[b](a[e]) : null, "string" == typeof b ? this.dim(a[e].id.replace("rscontrol_", ""), b.split(",")) : 1 === b && this.undim(a[e].id.replace("rscontrol_", ""))
|
|
155
|
+
}, addButtonEvents: function (a) {
|
|
156
|
+
$rs.regEvent($rs.get("#rslightbox_buttons .rssettings-button-close"), "click", a.hide)
|
|
157
|
+
}, dimmees: {radio: function (a) {
|
|
158
|
+
for (var a = $rs.findIn(a, "input[type=radio]"), b, e = !1, c = 0, d = a.length; c < d; c++)if (a[c].checked) {
|
|
159
|
+
b = a[c];
|
|
160
|
+
break
|
|
161
|
+
}
|
|
162
|
+
b && (e = $rs.getAttr(b,
|
|
163
|
+
"data-rsform-dims") || 1);
|
|
164
|
+
return e
|
|
165
|
+
}, select: function (a) {
|
|
166
|
+
for (var a = $rs.findIn(a, "option"), b, e = !1, c = 0, d = a.length; c < d; c++)if (a[c].selected) {
|
|
167
|
+
b = a[c];
|
|
168
|
+
break
|
|
169
|
+
}
|
|
170
|
+
b && (e = $rs.getAttr(b, "data-rsform-dims") || 1);
|
|
171
|
+
return e
|
|
172
|
+
}}, info: function (a) {
|
|
173
|
+
!$rs.hasClass(a.target.parentNode, "dimmed") && !$rs.hasClass(a.target.parentNode.parentNode, "dimmed") && (a = $rs.get("#" + $rs.getAttr(this, "data-rsform-toggles")), $rs.css(a, "display", "none" == $rs.css(a, "display") ? "block" : "none"));
|
|
174
|
+
return!1
|
|
175
|
+
}, select: function () {
|
|
176
|
+
this.value !== $rs.getAttr(this, g.form.prev) &&
|
|
177
|
+
rspkr.st.r().handlers.updateSetting.apply(rspkr.st.r().handlers, [$rs.getAttr(this, g.form.key), this.value, this]);
|
|
178
|
+
return!0
|
|
179
|
+
}, checkbox: function () {
|
|
180
|
+
var a = this.checked ? $rs.getAttr(this, g.form.valyes) : $rs.getAttr(this, g.form.valno);
|
|
181
|
+
a !== $rs.getAttr(this, g.form.prev) && rspkr.st.r().handlers.updateSetting.apply(rspkr.st.r().handlers, [$rs.getAttr(this, g.form.key), a, this]);
|
|
182
|
+
return!0
|
|
183
|
+
}, radio: function () {
|
|
184
|
+
this.value !== $rs.getAttr(this, g.form.prev) && (rspkr.st.r().handlers.updateSetting.apply(rspkr.st.r().handlers, [$rs.getAttr(this,
|
|
185
|
+
g.form.key), this.value, this]), $rs.setAttr($rs.findIn(this.parentNode, "input[name=" + this.name + "]"), g.form.prev, this.value));
|
|
186
|
+
return!0
|
|
187
|
+
}, slider_h: function (a, b) {
|
|
188
|
+
var e = b.parent, c = k[b.rsid], c = c.converter ? c.converter(parseInt(a)) : parseInt(a), d = $rs.getAttr(e, g.form.prev);
|
|
189
|
+
c !== d && rspkr.st.r().handlers.updateSetting.apply(rspkr.st.r().handlers, [$rs.getAttr(e, g.form.key), c, e])
|
|
190
|
+
}, colorpicker: function (a) {
|
|
191
|
+
a.originalEvent && a.originalEvent.preventDefault && a.originalEvent.preventDefault();
|
|
192
|
+
var b = a.target.parentNode.parentNode,
|
|
193
|
+
e = a.target.parentNode;
|
|
194
|
+
if (!$rs.hasClass(a.target.parentNode.parentNode.parentNode, "dimmed") && $rs.getAttr(a.target, "data-rsform-value") !== $rs.getAttr(b, g.form.prev)) {
|
|
195
|
+
$rs.removeClass($rs.findIn(b, "li"), "rsform-colorlist-active");
|
|
196
|
+
rspkr.st.r().handlers.updateSetting.apply(rspkr.st.r().handlers, [$rs.getAttr(b, g.form.key), $rs.getAttr(a.target, "data-rsform-value"), b]);
|
|
197
|
+
$rs.addClass(e, "rsform-colorlist-active");
|
|
198
|
+
for (var b = $rs.findIn(b, "a"), e = 0, c; c = b[e]; e++)$rs.setAttr(c, "tabIndex", "-1");
|
|
199
|
+
$rs.setAttr(a.target,
|
|
200
|
+
"tabIndex", 0)
|
|
201
|
+
}
|
|
202
|
+
}}, updateSetting: function (a, b, e) {
|
|
203
|
+
rspkr.log("[rspkr.st] Setting updated: " + a + " | New value: " + b);
|
|
204
|
+
l(a, b);
|
|
205
|
+
if (e) {
|
|
206
|
+
var a = $rs.closest(e, ".rsform-row"), c = $rs.css(a, "background-color");
|
|
207
|
+
rspkr.u.hl(a, function () {
|
|
208
|
+
$rs.css(this, "background-color", c)
|
|
209
|
+
});
|
|
210
|
+
$rs.setAttr($rs.get(e), g.form.prev, b)
|
|
211
|
+
}
|
|
212
|
+
}}, expandPhrase: function (a) {
|
|
213
|
+
if ("string" == typeof a && "ph_" == a.substr(0, 3)) {
|
|
214
|
+
var a = a.substr(3), b = rspkr.cfg.getPhrase(a);
|
|
215
|
+
return void 0 !== b ? b : a
|
|
216
|
+
}
|
|
217
|
+
return a
|
|
218
|
+
}, row: function (a, b, e) {
|
|
219
|
+
if (/hlword|hltoggle/i.test(a) && rspkr.cfg.isSentOnly &&
|
|
220
|
+
rspkr.cfg.isSentOnly(rspkr.c.data.params.lang))return"";
|
|
221
|
+
var c = rspkr.cfg.item("ui.settings.formrow").join("\n"), d = {}, f = ReadSpeaker.getID(), e = this.controls[b.type](a, b, e, f);
|
|
222
|
+
d.rsCONTROL_IDrs = a;
|
|
223
|
+
d.rsCONTROLrs = e;
|
|
224
|
+
d.rsCONTROL_TYPErs = b.type;
|
|
225
|
+
d.rsCONTROL_CLASSESrs = b.classes ? b.classes.join(" ") : "";
|
|
226
|
+
return this.replaceTokens(c, d)
|
|
227
|
+
}, group: function (a) {
|
|
228
|
+
var b = rspkr.cfg.item("ui.settings.formsection").join("\n"), e = {}, c = [], d;
|
|
229
|
+
for (d in a.items)a.items.hasOwnProperty(d) && c.push(this.row(d, a.items[d], j(d)));
|
|
230
|
+
e.rsSECTION_IDrs =
|
|
231
|
+
ReadSpeaker.getID();
|
|
232
|
+
e.rsSECTION_HEADINGrs = this.controls.xp(a.phrase);
|
|
233
|
+
e.rsSECTION_ROWSrs = c.join("\n");
|
|
234
|
+
return this.replaceTokens(b, e)
|
|
235
|
+
}, replaceTokens: function (a, b) {
|
|
236
|
+
var e = a, c;
|
|
237
|
+
for (c in b)b.hasOwnProperty(c) && (e = e.replace(RegExp(c, "igm"), b[c]));
|
|
238
|
+
return e
|
|
239
|
+
}};
|
|
240
|
+
return{meta: {revision: "3253"}, r: function () {
|
|
241
|
+
return i
|
|
242
|
+
}, e: g, init: function () {
|
|
243
|
+
for (var a = ["ReadSpeakerHL", "ReadSpeakerHLicon", "ReadSpeakerHLspeed"], b = "", e = !1, c = 0, d = a.length; c < d; c++) {
|
|
244
|
+
if (b = rspkr.Common.cookie.read(a[c]))rspkr.Common.cookie.updateKey(rspkr.pub.Config.item("general.cookieName"),
|
|
245
|
+
a[c].substr(11).toLowerCase(), b), e = !0;
|
|
246
|
+
rspkr.Common.cookie.erase(a[c])
|
|
247
|
+
}
|
|
248
|
+
e && rspkr.log("[rspkr.st] Transferred legacy cookie.");
|
|
249
|
+
rspkr.Common.dispatchEvent("onSettingsInitialized");
|
|
250
|
+
rspkr.log("[rspkr.st] Initialized!");
|
|
251
|
+
rspkr.Common.addEvent("onSettingsLoaded", {func: rspkr.Common.Settings.r().handlers.changed.afterdim, context: rspkr.Common.Settings.r().handlers.changed, params: []});
|
|
252
|
+
rspkr.Common.addEvent("onSettingsChanged", {func: rspkr.Common.Settings.r().handlers.changed.afterdim, context: rspkr.Common.Settings.r().handlers.changed,
|
|
253
|
+
params: []})
|
|
254
|
+
}, get: function (a) {
|
|
255
|
+
return j(a)
|
|
256
|
+
}, getAll: function () {
|
|
257
|
+
return rspkr.Common.cookie.readKeyAll(rspkr.pub.Config.item("general.cookieName"))
|
|
258
|
+
}, set: function (a, b) {
|
|
259
|
+
return l(a, b)
|
|
260
|
+
}, getHTML: function () {
|
|
261
|
+
var a = rspkr.cfg, b = [], e = a.item("ui.settings.form").join("\n"), c = {}, d = a.getSettingsConf(), f;
|
|
262
|
+
for (f in d)d.hasOwnProperty(f) && b.push(i.group(d[f]));
|
|
263
|
+
d = "";
|
|
264
|
+
rspkr.ui.getActivePlayer() && rspkr.cfg.item("ui.listenBtn") && (d = document.createElement("div"), d.innerHTML = a.item("ui.listenBtn").join(""), a = rspkr.ui.getActivePlayer().getHref(),
|
|
265
|
+
a = a.replace(/readid=[^&]+/gi, "readid=rslightbox_content"), a = a.replace(/&url=[^&]+/gi, ""), $rs.findIn(d, "a").href = a, d = i.replaceTokens(d.innerHTML, {rsLISTENrs: i.controls.xp("ph_listen")}));
|
|
266
|
+
c.rsSETTINGS_HEADINGrs = i.controls.xp("ph_settings");
|
|
267
|
+
c.rsLISTEN_BUTTONrs = rs.cfg.item("ui.settingsListenButton") && "rsbtn" === rs.ui.rsbtnClass ? d : "";
|
|
268
|
+
c.rsSECTIONS_STARTrs = "";
|
|
269
|
+
c.rsSECTIONSrs = b.join("");
|
|
270
|
+
c.rsSECTIONS_ENDrs = "";
|
|
271
|
+
return i.replaceTokens(e, c)
|
|
272
|
+
}, getButtons: function () {
|
|
273
|
+
var a = rspkr.cfg.item("ui.settings.formbuttons").join("\n"),
|
|
274
|
+
b = {};
|
|
275
|
+
b.rsSETTINGS_BUTTON_CLOSErs = i.controls.xp("ph_close");
|
|
276
|
+
return i.replaceTokens(a, b)
|
|
277
|
+
}}
|
|
278
|
+
}();
|