@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,544 @@
|
|
|
1
|
+
ReadSpeaker.Common = function () {
|
|
2
|
+
var i = {revision: "3253"}, l = {onAdapterReady: [], onInit: [], onCoreLoaded: [], onModsLoaded: [], onAfterModsLoaded: [], onAfterExtraModsLoaded: [], onConfigLoaded: [], onConfigSetup: [], onDOMReady: [], onReady: [], onSelectedText: [], onDeselectedText: [], onSettingsInitialized: [], onSettingsChanged: [], onSettingsLoaded: [], onSettingsClosed: [], onDownloadLoaded: [], onFocusIn: [], onFocusOut: [], onUIInitialized: [], onUIBeforePlay: [], onUIAfterPlay: [], onUIPause: [], onUISliderMove: [], onUIStop: [], onUIShowPlayer: [],
|
|
3
|
+
onUIClosePlayer: [], onAPIPlay: [], onAPIPause: [], onAPIStop: [], onAPIVolumeUp: [], onAPIVolumeDown: [], onAPIMute: [], onAPIFastForward: [], onAPIRewind: [], onAPISetVolume: [], onAPISetProgress: [], onAPIGetProgress: [], onAPIInitAdapter: [], onAPIReleaseAdapter: [], onAPIReloadAdapter: [], onBeforeSyncInit: [], onAfterSyncInit: [], onBeforeSync: [], onAfterSync: [], onAfterSyncExit: [], onBeforeContentChange: [], onAfterContentChange: [], onBeforeGetAudioLink: [], onBeforeParamsSet: [], onAudioLoadError: [], onVolumeAdjusted: [], onChunkResume: []},
|
|
4
|
+
m = {speed: function (a, b) {
|
|
5
|
+
var c = parseInt(b || rspkr.pub.Config.item("general.defaultSpeedValue") || 100), d = parseInt(rspkr.pub.Config.item("general.defaultSlowSpeedValue") || c - 25), f = parseInt(rspkr.pub.Config.item("general.defaultFastSpeedValue") || c + 25);
|
|
6
|
+
switch (a) {
|
|
7
|
+
case "slow":
|
|
8
|
+
return d;
|
|
9
|
+
case "medium":
|
|
10
|
+
return c;
|
|
11
|
+
case "fast":
|
|
12
|
+
return f;
|
|
13
|
+
default:
|
|
14
|
+
return c
|
|
15
|
+
}
|
|
16
|
+
}}, e = {audioLink: null, params: {}, postContent: "", postLink: null, saveLink: null, selectedHTML: "", selectedText: "", selectedRange: null, sync: "wordsent", syncLink: null, browser: {name: "",
|
|
17
|
+
flashVersion: "", version: "", OS: "", html5AudioFormat: "", html5Support: !1, html5Priority: !1, syncContainer: ""}, setParams: function (a) {
|
|
18
|
+
rspkr.log("[rspkr.c.data.setParams] " + a);
|
|
19
|
+
if ("string" == typeof a) {
|
|
20
|
+
this.params = {};
|
|
21
|
+
var b = "", c = "", b = "", c = a.split("?");
|
|
22
|
+
rspkr.cfg.item("general.servercall", c[0]);
|
|
23
|
+
for (var a = c[1].split(/[;&]/), d = 0; d < a.length; d++)if ((b = a[d].split("=")) && 2 == b.length) {
|
|
24
|
+
var c = decodeURIComponent(b[0]), f = b[1], b = decodeURIComponent(b[1]);
|
|
25
|
+
if ("url" == c && !b.length)f = encodeURIComponent(document.location.href); else if ("lang" ==
|
|
26
|
+
c && 2 == b.length)for (var g in rspkr.cfg.item("phrases")) {
|
|
27
|
+
if (rspkr.cfg.item("phrases").hasOwnProperty(g) && b == g.substring(0, 2)) {
|
|
28
|
+
f = g;
|
|
29
|
+
break
|
|
30
|
+
}
|
|
31
|
+
} else if ("readid" == c || "readclass" == c) {
|
|
32
|
+
for (var b = f.split(","), f = [], p = function (a, b) {
|
|
33
|
+
for (var c = 0, d = a.length; c < d; c++)if (this[c] === b)return c;
|
|
34
|
+
return-1
|
|
35
|
+
}, j = 0; j < b.length; j++)-1 == p(f, b[j]) && f.push(b[j]);
|
|
36
|
+
f = f.join(",")
|
|
37
|
+
}
|
|
38
|
+
this.params[c] = f
|
|
39
|
+
}
|
|
40
|
+
this.params.rsjs_ver = rspkr.getVersion();
|
|
41
|
+
this.params.synccontainer = this.browser.syncContainer;
|
|
42
|
+
this.params.url || (this.params.url = document.location.href);
|
|
43
|
+
this.params.readid = this.params.readid || "";
|
|
44
|
+
if (rspkr.c.data.selectedText || rspkr.c.data.selectedHTML)delete this.params.readid, delete this.params.readclass
|
|
45
|
+
}
|
|
46
|
+
}, setDefaultValues: function () {
|
|
47
|
+
rspkr.log("[rspkr.c.data.setDefaultValues] Called!");
|
|
48
|
+
rspkr.Common.data.selectedHTML = "";
|
|
49
|
+
rspkr.Common.data.saveLink = null
|
|
50
|
+
}, setPostContent: function (a) {
|
|
51
|
+
if ("string" == typeof a)if ("textsel" === a)a = this.selectedHTML, !0 === rspkr.cfg.item("general.parseMathJax") && (a = this.parseMathJax(a)), this.postContent = r.encode(a); else {
|
|
52
|
+
var b = [],
|
|
53
|
+
c = "";
|
|
54
|
+
rspkr.hl && rspkr.hl.Restore.hasMarkup() && rspkr.hl.sync.fullCleanUp();
|
|
55
|
+
a = [];
|
|
56
|
+
rspkr.c.data.params.hasOwnProperty("readid") && rspkr.c.data.params.readid.length && (a = a.concat(("#" + rspkr.c.data.params.readid.split(",").join(",#")).split(",")));
|
|
57
|
+
rspkr.c.data.params.hasOwnProperty("readclass") && rspkr.c.data.params.readclass.length && (a = a.concat(("." + rspkr.c.data.params.readclass.split(",").join(",.")).split(",")));
|
|
58
|
+
b = $rs.get(a.join(","));
|
|
59
|
+
$rs.isArray(b) || (b = [b]);
|
|
60
|
+
for (var d = 0; a = b[d]; d++) {
|
|
61
|
+
var f = a.id ? ' id="' + a.id +
|
|
62
|
+
'"' : "", g = a.className ? ' class="' + a.className + '"' : "", p;
|
|
63
|
+
p = a.nodeName && "TABLE" == a.nodeName ? "TABLE" : "DIV";
|
|
64
|
+
c += "<" + p + f + g + ">" + a.innerHTML + "</" + p + ">"
|
|
65
|
+
}
|
|
66
|
+
b = document.createElement("div");
|
|
67
|
+
b.innerHTML = c;
|
|
68
|
+
c = $rs.findIn(b, ".rs_skip.rs_preserve");
|
|
69
|
+
$rs.isArray(c) || (c = [c]);
|
|
70
|
+
for (d = 0; a = c[d]; d++)a.innerHTML = "";
|
|
71
|
+
c = b.innerHTML;
|
|
72
|
+
!0 === rspkr.cfg.item("general.parseMathJax") && (c = this.parseMathJax(c));
|
|
73
|
+
this.postContent = r.encode(c)
|
|
74
|
+
}
|
|
75
|
+
}, parseMathJax: function (a) {
|
|
76
|
+
var b = document.createElement("div"), c, d, f;
|
|
77
|
+
d = window.MathJax;
|
|
78
|
+
b.innerHTML = a;
|
|
79
|
+
if (c =
|
|
80
|
+
$rs.findIn(b, ".MathJax")) {
|
|
81
|
+
a = $rs.findIn(c, ".math");
|
|
82
|
+
$rs.isArray(a) && 0 === a.length && (a = c);
|
|
83
|
+
for (var a = $rs.isArray(a) ? a : [a], g = a.length - 1; 0 <= g; g--)"object" === typeof a[g] && (f = document.createElement("div"), mjaxObj = d.Hub.getJaxFor(a[g].id), f.innerHTML = mjaxObj.originalText, c = $rs.closest(a[g], "div.MathJax_Display"), $rs.hasClass(a[g], "math") ? (a[g].parentNode.parentNode.replaceChild(f, a[g].parentNode), c && c.tagName && c.parentNode.replaceChild(f, c)) : c ? c.parentNode.replaceChild(f, c) : a[g].parentNode.replaceChild(f, a[g]));
|
|
84
|
+
d = b.getElementsByTagName("script");
|
|
85
|
+
for (a = d.length - 1; 0 <= a; a--)d[a].type && "math/mml" === d[a].type && d[a].parentNode.removeChild(d[a]);
|
|
86
|
+
return b.innerHTML
|
|
87
|
+
}
|
|
88
|
+
return a
|
|
89
|
+
}, setSelectedText: function (a) {
|
|
90
|
+
this.selectedText = "";
|
|
91
|
+
var b = void 0, c = void 0;
|
|
92
|
+
window.getSelection ? (c = window.getSelection(), c.isCollapsed || (c.getRangeAt ? b = c.getRangeAt(0) : (b = document.createRange(), b.setStart(c.anchorNode, c.anchorOffset), b.setEnd(c.focusNode, c.focusOffset)), b ? (DOM = b.cloneContents(), object = document.createElement("div"), object.appendChild(DOM.cloneNode(!0)),
|
|
93
|
+
this.selectedText = object.innerHTML) : this.selectedText = c), this.selectedRange = b) : document.selection ? (c = document.selection, this.selectedText = (b = c.createRange()) && b.htmlText && b.text && 0 < b.text.length ? b.htmlText : b && b.text ? b.text : "", this.selectedRange = b.duplicate()) : document.getSelection && (this.selectedText = document.getSelection());
|
|
94
|
+
window.getSelection ? 0 < this.selectedText.length && window.getSelection().getRangeAt && window.getSelection().getRangeAt(0) && 0 < window.getSelection().getRangeAt(0).toString().length &&
|
|
95
|
+
a ? k("onSelectedText", window, [a]) : (this.selectedText = "", k("onDeselectedText", window, ["empty"])) : 0 < this.selectedText.length && a ? k("onSelectedText", window, [a]) : k("onDeselectedText", window, ["empty"]);
|
|
96
|
+
rspkr.log("[rspkr.c.setSelectedText] Selected text length is " + this.selectedText.length)
|
|
97
|
+
}, createReadRange: function (a) {
|
|
98
|
+
if (a = document.getElementById(a))if (document.selection && (9 > this.browser.version || 9 > document.documentMode)) {
|
|
99
|
+
var b = document.body.createTextRange();
|
|
100
|
+
b.moveToElementText(a);
|
|
101
|
+
this.selectedRange = b;
|
|
102
|
+
this.selectedText = b.htmlText
|
|
103
|
+
} else b = document.createRange(), b.selectNodeContents(a), this.selectedRange = b, this.selectedText = b.toString()
|
|
104
|
+
}, getParam: function (a) {
|
|
105
|
+
return this.params && this.params[a] && void 0 !== this.params[a] ? this.params[a] : null
|
|
106
|
+
}, getParams: function () {
|
|
107
|
+
return this.params
|
|
108
|
+
}, getPostContent: function () {
|
|
109
|
+
return this.postContent
|
|
110
|
+
}, getRestoreContent: function () {
|
|
111
|
+
return this.restoreContent
|
|
112
|
+
}, getSelectedText: function () {
|
|
113
|
+
return this.selectedText
|
|
114
|
+
}, getAudioLink: function (a, b) {
|
|
115
|
+
rspkr.devt("onBeforeGetAudioLink",
|
|
116
|
+
window);
|
|
117
|
+
b = "undefined" !== typeof b ? b : rspkr.HL;
|
|
118
|
+
this.audioLink = null;
|
|
119
|
+
var c = {}, d;
|
|
120
|
+
for (d in this.params)this.params.hasOwnProperty(d) && (c[d] = this.params[d]);
|
|
121
|
+
for (d in a)a.hasOwnProperty(d) && (c[d] = a[d]);
|
|
122
|
+
c.speed = m.speed(rspkr.Common.Settings.get("hlspeed"), c.speed ? c.speed : void 0);
|
|
123
|
+
(d = rspkr.cfg.item("general.selectionEngine")) && "newcontent" === d && c.hasOwnProperty("readid") && 1 > this.selectedText.length && (!document.selection || document.selection && 8 < rspkr.Common.data.browser.version && 8 < document.documentMode) && this.createReadRange(c.readid);
|
|
124
|
+
if (c.readid && /rslightbox_content/gi.test(c.readid)) {
|
|
125
|
+
!1 == rs.cfg.item("general.usePost") ? (rs.cfg.item("general.usePost", !0), rspkr.c.addEvent("onSettingsClosed", function () {
|
|
126
|
+
rs.cfg.item("general.usePost", !1);
|
|
127
|
+
rs.PlayerAPI.stop()
|
|
128
|
+
})) : rspkr.c.addEvent("onSettingsClosed", function () {
|
|
129
|
+
rs.PlayerAPI.stop()
|
|
130
|
+
});
|
|
131
|
+
var f = function (a) {
|
|
132
|
+
for (var b = function (a, b) {
|
|
133
|
+
return document.defaultView && document.defaultView.getComputedStyle ? document.defaultView.getComputedStyle(a, null)[b] : a.currentStyle ? a.currentStyle[b] : a.style[b]
|
|
134
|
+
}, c = 0; c <
|
|
135
|
+
a.childNodes.length; c++) {
|
|
136
|
+
var d = a.childNodes[c], h = d.className && -1 !== d.className.indexOf("rs_skip_always");
|
|
137
|
+
1 === d.nodeType && ("none" == b(d, "display") || "hidden" == b(d, "visibility")) && !h ? $rs.addClass(d, "rs_skip_always") : d.title ? $rs.addClass(d, "rs_skip_always") : 1 === d.nodeType && f(d)
|
|
138
|
+
}
|
|
139
|
+
};
|
|
140
|
+
f($rs.get("rslightbox_content"))
|
|
141
|
+
}
|
|
142
|
+
0 < this.selectedText.length || 0 < this.selectedHTML.length ? (0 < this.selectedText.length && b.clientMarkup.preProcess.init(), c.sync = "user", c.syncalignuser = rspkr.st.get("hl"), this.setPostContent("textsel"),
|
|
143
|
+
this.audioLink = h.issuePost(c)) : !0 === rspkr.cfg.item("general.premarkup") ? (c.sync = "user", this.setPostContent("nosel"), this.audioLink = !0 === rspkr.pub.Config.item("general.usePost") ? h.issuePost(c) : n(c)) : !0 === rspkr.pub.Config.item("general.usePost") ? (c.sync = "wordsent", this.setPostContent("nosel"), this.audioLink = h.issuePost(c)) : (c.sync = "wordsent", this.audioLink = n(c));
|
|
144
|
+
rspkr.log("[rspkr.c.data.getAudioLink] Audio link: " + this.audioLink);
|
|
145
|
+
return this.audioLink
|
|
146
|
+
}, setSettingsChanged: function (a) {
|
|
147
|
+
"hlspeed" === a &&
|
|
148
|
+
(rspkr.c.data.settingsChanged = !0)
|
|
149
|
+
}, settingsChanged: !1, getSaveData: function (a) {
|
|
150
|
+
rspkr.log("[rspkr.c.data.getSaveData]");
|
|
151
|
+
if (!this.saveLink || this.settingsChanged) {
|
|
152
|
+
var b = {}, c = {audioformat: "mp3"};
|
|
153
|
+
this.settingsChanged = !1;
|
|
154
|
+
if ("iOS" !== this.browser.OS && "dialog" === (a || "link"))c.save = "1";
|
|
155
|
+
for (var d in this.params)this.params.hasOwnProperty(d) && (b[d] = this.params[d]);
|
|
156
|
+
for (d in c)c.hasOwnProperty(d) && (b[d] = c[d]);
|
|
157
|
+
b.speed = m.speed(rspkr.st.get("hlspeed"), b.speed);
|
|
158
|
+
0 < this.selectedHTML.length ? (this.setPostContent("textsel"),
|
|
159
|
+
this.saveLink = h.issuePost(b)) : !0 === rspkr.cfg.item("general.usePost") ? (this.setPostContent("nosel"), this.saveLink = h.issuePost(b)) : this.saveLink = n(b)
|
|
160
|
+
}
|
|
161
|
+
return this.saveLink
|
|
162
|
+
}}, n = function (a) {
|
|
163
|
+
var b = rspkr.cfg.item("general.servercall") + "?", c;
|
|
164
|
+
for (c in a)a.hasOwnProperty(c) && a[c] && (b += c + "=" + a[c] + "&");
|
|
165
|
+
b = b.substr(0, b.length - 1);
|
|
166
|
+
return rs.cfg.item("general.customProxy") ? rs.cfg.item("general.customProxy") + encodeURIComponent(b) : b
|
|
167
|
+
}, q = function () {
|
|
168
|
+
var a = rspkr.cfg.item("extraMods") || [], b = [i.major, i.minor, i.update, i.revision].join("."),
|
|
169
|
+
c = 0, d = "Explorer" == rs.c.data.browser.name && 8 >= rs.c.data.browser.version;
|
|
170
|
+
rspkr.log("[rspkr.c.loadExtraMods] Number of mod files to load: " + a.length);
|
|
171
|
+
for (var f = 0; f < a.length; f++) {
|
|
172
|
+
var g = a[f][0], h = g.substring(g.lastIndexOf(".")), j = void 0;
|
|
173
|
+
".js" === h ? (j = document.createElement("script"), j.type = "text/javascript", j.src = rs.params.path + "mods/" + g + "?v=" + b, j.async = !0) : ".css" === h && (g = rs.params.path + "mods/" + g + "?v=" + b, d ? j = document.createStyleSheet(g) : (j = document.createElement("link"), j.type = "text/css", j.rel = "stylesheet",
|
|
174
|
+
j.href = g));
|
|
175
|
+
if (!d && void 0 !== j.onreadystatechange) {
|
|
176
|
+
var g = j, e = a[f][1];
|
|
177
|
+
if ("complete" == j.readyState || "loaded" == j.readyState)e && "function" == typeof e && e.apply(window), c++, c == a.length && rs.devt("onAfterExtraModsLoaded", window);
|
|
178
|
+
g.onreadystatechange = void 0
|
|
179
|
+
} else g = j, (e = a[f][1]) && "function" == typeof e && e.apply(window), c++, c == a.length && rs.devt("onAfterExtraModsLoaded", window), g.onload = void 0;
|
|
180
|
+
d && ".css" === h || document.getElementsByTagName("head")[0].appendChild(j)
|
|
181
|
+
}
|
|
182
|
+
}, k = function (a, b, c) {
|
|
183
|
+
if (l[a]) {
|
|
184
|
+
c = c || [];
|
|
185
|
+
rspkr.displog[a] =
|
|
186
|
+
rspkr.displog[a] ? ++rspkr.displog[a] : 1;
|
|
187
|
+
if (!l[a].length)return rspkr.log("[rspkr.c] Dispatched event: " + a + " - no handlers to call.", 2), !0;
|
|
188
|
+
rspkr.log("[rspkr.c] Dispatching event: " + a, 1);
|
|
189
|
+
for (var d in l[a])if (l[a].hasOwnProperty(d) && "function" == typeof l[a][d])try {
|
|
190
|
+
"__self__" === b && (b = l[a][d]), l[a][d].apply(b, c)
|
|
191
|
+
} catch (f) {
|
|
192
|
+
rspkr.log("[rspkr.c._dispatchEvent] Error: " + f.message, 3), this.isok = !1
|
|
193
|
+
} else if ("object" == typeof l[a][d])try {
|
|
194
|
+
var g = l[a][d];
|
|
195
|
+
g.func.apply(g.context || window, g.params || c)
|
|
196
|
+
} catch (e) {
|
|
197
|
+
this.isok = !1
|
|
198
|
+
}
|
|
199
|
+
} else rspkr.log("[rspkr.c] Undefined event: " +
|
|
200
|
+
a, 3)
|
|
201
|
+
}, h = {issuePost: function (a) {
|
|
202
|
+
rspkr.log("[rspkr.c] Using POST");
|
|
203
|
+
document.getElementById("ReadSpeakerPostIframe") || this.createIframe();
|
|
204
|
+
var b = Math.random(), c = this.createForm(a), a = rspkr.pub.Config.item("general.protocol") + "//" + rspkr.pub.Config.item("general.subdomain") + "." + rspkr.pub.Config.item("general.domain") + "/enterprise/iframeproxy.php?rsent=" + rspkr.pub.Config.item("general.rsent") + "&version=" + rspkr.pub.Config.item("general.proxyVersion"), a = a + "&randid=" + b, a = rs.cfg.item("general.customProxy") ? rs.cfg.item("general.customProxy") +
|
|
205
|
+
encodeURIComponent(a) : a;
|
|
206
|
+
c.action = a;
|
|
207
|
+
var d = document.createElement("textarea");
|
|
208
|
+
1 < e.getSelectedText().length ? d.setAttribute("name", "selectedhtml_base64") : d.setAttribute("name", "html_base64");
|
|
209
|
+
d.innerHTML = e.getPostContent();
|
|
210
|
+
c.appendChild(d);
|
|
211
|
+
setTimeout(function () {
|
|
212
|
+
document.body.appendChild(c);
|
|
213
|
+
c.submit();
|
|
214
|
+
document.body.removeChild(c)
|
|
215
|
+
}, 0);
|
|
216
|
+
return a + "&listen=1&randid=" + b
|
|
217
|
+
}, createForm: function (a) {
|
|
218
|
+
var b, c = document.createElement("form");
|
|
219
|
+
c.target = "ReadSpeakerPostIframe";
|
|
220
|
+
c.method = "post";
|
|
221
|
+
for (var d in a)b = document.createElement("input"),
|
|
222
|
+
b.setAttribute("name", d), "url" === d ? b.setAttribute("value", decodeURIComponent(a[d])) : b.setAttribute("value", a[d]), c.appendChild(b);
|
|
223
|
+
b = document.createElement("input");
|
|
224
|
+
b.setAttribute("name", "output");
|
|
225
|
+
b.setAttribute("value", "audiolink");
|
|
226
|
+
c.appendChild(b);
|
|
227
|
+
return c
|
|
228
|
+
}, createIframe: function () {
|
|
229
|
+
var a = null;
|
|
230
|
+
if (document.selection)try {
|
|
231
|
+
a = document.createElement('<iframe name="ReadSpeakerPostIframe">')
|
|
232
|
+
} catch (b) {
|
|
233
|
+
a = document.createElement("iframe")
|
|
234
|
+
} else a = document.createElement("iframe");
|
|
235
|
+
a.setAttribute("name", "ReadSpeakerPostIframe");
|
|
236
|
+
a.setAttribute("id", "ReadSpeakerPostIframe");
|
|
237
|
+
a.setAttribute("style", "display: none; position: absolute;");
|
|
238
|
+
a.style.display = "none";
|
|
239
|
+
var c = document.getElementsByTagName("body"), d = null;
|
|
240
|
+
0 < c.length && (d = c.item(0));
|
|
241
|
+
d && d.appendChild(a)
|
|
242
|
+
}, removeIframe: function () {
|
|
243
|
+
document.getElementById("ReadSpeakerPostIframe") && document.body.removeChild(document.getElementById("ReadSpeakerPostIframe"))
|
|
244
|
+
}}, r = {encode: function (a) {
|
|
245
|
+
newdata = encodeURIComponent(a);
|
|
246
|
+
for (var b = 0, c = 0, a = []; b < newdata.length; b++)37 != newdata.charCodeAt(b) ? a[c] =
|
|
247
|
+
newdata.charCodeAt(b) : (a[c] = parseInt("0x" + newdata.charAt(b + 1) + "" + newdata.charAt(b + 2)), b += 2), c++;
|
|
248
|
+
b = a.length;
|
|
249
|
+
parseInt((b + 2) / 3);
|
|
250
|
+
for (var c = new String, d = parseInt(b / 3), f, g = b - 3 * d, b = 0; b < 3 * d; b += 3)f = this.chars(a[b] >> 2), c += f, f = this.chars((a[b] & 3) << 4 | a[b + 1] >> 4), c += f, f = this.chars((a[b + 1] & 15) << 2 | a[b + 2] >> 6), c += f, f = this.chars(a[b + 2] & 63), c += f;
|
|
251
|
+
1 == g && (c += this.chars(a[b] >> 2), c += this.chars((a[b] & 3) << 4), c += "==");
|
|
252
|
+
2 == g && (c += this.chars(a[b] >> 2), c += this.chars((a[b] & 3) << 4 | a[b + 1] >> 4), c += this.chars((a[b + 1] & 15) << 2), c += "=");
|
|
253
|
+
return c
|
|
254
|
+
},
|
|
255
|
+
decode: function (a) {
|
|
256
|
+
for (var b = "", c = "", d = 0, f = 0, g = "", e = a.length; d < e;)if (-1 != this.value(a[d])) {
|
|
257
|
+
for (var g = a.substring(d, d + 4), j = f = 0; 4 > j; j++)"=" == g[j] && f++;
|
|
258
|
+
for (j = 0; j < 3 - f; j++) {
|
|
259
|
+
0 == j ? c = this.value(g[0]) << 2 | (this.value(g[1]) & 48) >> 4 : 1 == j ? c = (this.value(g[1]) & 15) << 4 | (this.value(g[2]) & 60) >> 2 : 2 == j && (c = (this.value(g[2]) & 3) << 6 | this.value(g[3]));
|
|
260
|
+
var h = c.toString(16);
|
|
261
|
+
1 == h.length && (h = "0" + h);
|
|
262
|
+
b += "%" + h
|
|
263
|
+
}
|
|
264
|
+
d += 4
|
|
265
|
+
} else d++;
|
|
266
|
+
return decodeURIComponent(b)
|
|
267
|
+
}, value: function (a) {
|
|
268
|
+
a = a.charCodeAt(0);
|
|
269
|
+
return 65 <= a && 90 >= a ? a - 65 : 97 <= a && 122 >= a ? a -
|
|
270
|
+
97 + 26 : 48 <= a && 57 >= a ? a - 48 + 52 : 43 == a ? 62 : 47 == a ? 63 : -1
|
|
271
|
+
}, chars: function (a) {
|
|
272
|
+
return 26 > a ? String.fromCharCode(a + 65) : 52 > a ? String.fromCharCode(a + 97 - 26) : 62 > a ? String.fromCharCode(a + 48 - 52) : 62 == a ? "+" : 63 == a ? "/" : String.fromCharCode(0)
|
|
273
|
+
}};
|
|
274
|
+
return{meta: i, init: function () {
|
|
275
|
+
k("onInit", window);
|
|
276
|
+
l.onInit = [];
|
|
277
|
+
l.onUIShowPlayer.push(rspkr.Common.data.setDefaultValues);
|
|
278
|
+
l.onSettingsChanged.push(rspkr.Common.data.setSettingsChanged);
|
|
279
|
+
l.onAfterModsLoaded.push(q)
|
|
280
|
+
}, addEvent: function (a, b) {
|
|
281
|
+
l[a].push(b)
|
|
282
|
+
}, base64: r, buildReadSpeakerCall: function (a) {
|
|
283
|
+
return n(a)
|
|
284
|
+
},
|
|
285
|
+
data: e, Detect: {init: function () {
|
|
286
|
+
rspkr.log("[rspkr.c.Detect] Initialized!");
|
|
287
|
+
var a = navigator.userAgent;
|
|
288
|
+
e.browser.name = this.searchString(this.dataBrowser) || "Unknown";
|
|
289
|
+
e.browser.version = this.searchVersion(a) || this.searchVersion(navigator.appVersion) || "Unknown";
|
|
290
|
+
e.browser.OS = this.searchString(this.dataOS) || "Unknown";
|
|
291
|
+
e.browser.flashVersion = this.getFlashVersion();
|
|
292
|
+
rspkr.log("[rspkr.c.Detect.init] Flash version: " + e.browser.flashVersion, 1);
|
|
293
|
+
e.browser.syncContainer = "default" !== rspkr.pub.Config.item("general.syncContainer") ?
|
|
294
|
+
rspkr.pub.Config.item("general.syncContainer") : "rs:span";
|
|
295
|
+
a = e.browser.name;
|
|
296
|
+
this.browserSettings.hasOwnProperty(e.browser.name) || (this.browserSettings[a] = {});
|
|
297
|
+
"default" === rspkr.pub.Config.item("general.syncContainer") && this.browserSettings[a].hasOwnProperty("syncContainer") && (e.browser.syncContainer = this.browserSettings[a].syncContainer);
|
|
298
|
+
this.browserSettings[a].hasOwnProperty("html5Support") ? e.browser.html5Support = this.browserSettings[a].html5Support : document.createElement("audio").canPlayType && (e.browser.html5Support = !0);
|
|
299
|
+
if (!0 === e.browser.html5Support) {
|
|
300
|
+
var b = document.createElement("audio"), c = !1, d = !1;
|
|
301
|
+
b.canPlayType && (c = !!b.canPlayType && "" != b.canPlayType("audio/mpeg"), d = !!b.canPlayType && "" != b.canPlayType('audio/ogg; codecs="vorbis"'));
|
|
302
|
+
rspkr.log("Browser can play mp3? " + b.canPlayType("audio/mpeg"), 1);
|
|
303
|
+
rspkr.log("Browser can play ogg? " + b.canPlayType('audio/ogg; codecs="vorbis"'), 1);
|
|
304
|
+
!0 === c ? e.browser.html5AudioFormat = "mp3" : !0 === d ? e.browser.html5AudioFormat = "ogg" : e.browser.html5Support = !1;
|
|
305
|
+
e.browser.html5Priority = this.browserSettings[a].hasOwnProperty("html5Priority") ?
|
|
306
|
+
this.browserSettings[a].priority : !0;
|
|
307
|
+
this.browserSettings[a].hasOwnProperty("audioFormat") && (e.browser.html5AudioFormat = this.browserSettings[a].audioFormat)
|
|
308
|
+
}
|
|
309
|
+
this.browserSettings[a].hasOwnProperty("minver") && parseFloat(e.browser.version) <= parseFloat(this.browserSettings[a].minver) && (e.browser.html5Priority = !1)
|
|
310
|
+
}, browserSettings: {Android: {minver: 4}, Explorer: {syncContainer: "font"}, Firefox: {minver: 6}, Opera: {html5Support: !1, priority: !1}}, getFlashVersion: function () {
|
|
311
|
+
try {
|
|
312
|
+
if (document.selection) {
|
|
313
|
+
try {
|
|
314
|
+
var a = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
|
|
315
|
+
try {
|
|
316
|
+
a.AllowScriptAccess = "always"
|
|
317
|
+
} catch (b) {
|
|
318
|
+
return"6,0,0"
|
|
319
|
+
}
|
|
320
|
+
} catch (c) {
|
|
321
|
+
}
|
|
322
|
+
return(new ActiveXObject("ShockwaveFlash.ShockwaveFlash")).GetVariable("$version").replace(/\D+/g, ",").match(/^,?(.+),?$/)[1]
|
|
323
|
+
}
|
|
324
|
+
try {
|
|
325
|
+
if (navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin)return(navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]).description.replace(/\D+/g, ",").match(/^,?(.+),?$/)[1]
|
|
326
|
+
} catch (d) {
|
|
327
|
+
}
|
|
328
|
+
} catch (f) {
|
|
329
|
+
try {
|
|
330
|
+
if (navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin)return(navigator.plugins["Shockwave Flash 2.0"] ||
|
|
331
|
+
navigator.plugins["Shockwave Flash"]).description.replace(/\D+/g, ",").match(/^,?(.+),?$/)[1]
|
|
332
|
+
} catch (g) {
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
return"0,0,0"
|
|
336
|
+
}, searchString: function (a) {
|
|
337
|
+
for (var b = 0; b < a.length; b++) {
|
|
338
|
+
var c = a[b].string, d = a[b].prop;
|
|
339
|
+
this.versionSearchString = a[b].versionSearch || a[b].identity;
|
|
340
|
+
if (c) {
|
|
341
|
+
if (-1 != c.indexOf(a[b].subString))return a[b].identity
|
|
342
|
+
} else if (d)return a[b].identity
|
|
343
|
+
}
|
|
344
|
+
}, searchVersion: function (a) {
|
|
345
|
+
var b = a.indexOf(this.versionSearchString);
|
|
346
|
+
if (-1 != b)return parseFloat(a.substring(b + this.versionSearchString.length + 1))
|
|
347
|
+
}, dataBrowser: [
|
|
348
|
+
{string: navigator.userAgent,
|
|
349
|
+
subString: "Chromium", identity: "Chromium"},
|
|
350
|
+
{string: navigator.userAgent, subString: "Chrome", identity: "Chrome"},
|
|
351
|
+
{string: navigator.userAgent, subString: "OmniWeb", versionSearch: "OmniWeb/", identity: "OmniWeb"},
|
|
352
|
+
{string: navigator.vendor, subString: "Apple", identity: "Safari", versionSearch: "Version"},
|
|
353
|
+
{prop: window.opera, identity: "Opera", versionSearch: "Version"},
|
|
354
|
+
{string: navigator.vendor, subString: "iCab", identity: "iCab"},
|
|
355
|
+
{string: navigator.vendor, subString: "KDE", identity: "Konqueror"},
|
|
356
|
+
{string: navigator.userAgent, subString: "Firefox",
|
|
357
|
+
identity: "Firefox"},
|
|
358
|
+
{string: navigator.vendor, subString: "Camino", identity: "Camino"},
|
|
359
|
+
{string: navigator.userAgent, subString: "Netscape", identity: "Netscape"},
|
|
360
|
+
{string: navigator.userAgent, subString: "MSIE", identity: "Explorer", versionSearch: "MSIE"},
|
|
361
|
+
{string: navigator.userAgent, subString: "Android", identity: "Android"},
|
|
362
|
+
{string: navigator.userAgent, subString: "Gecko", identity: "Mozilla", versionSearch: "rv"},
|
|
363
|
+
{string: navigator.userAgent, subString: "Mozilla", identity: "Netscape", versionSearch: "Mozilla"}
|
|
364
|
+
], dataOS: [
|
|
365
|
+
{string: navigator.platform,
|
|
366
|
+
subString: "Win", identity: "Windows"},
|
|
367
|
+
{string: navigator.platform, subString: "Mac", identity: "Mac"},
|
|
368
|
+
{string: navigator.userAgent, subString: "iPhone", identity: "iOS"},
|
|
369
|
+
{string: navigator.userAgent, subString: "iPad", identity: "iOS"},
|
|
370
|
+
{string: navigator.userAgent, subString: "Android", identity: "Android"},
|
|
371
|
+
{string: navigator.platform, subString: "Linux", identity: "Linux"}
|
|
372
|
+
]}, dispatchEvent: function (a, b, c) {
|
|
373
|
+
k(a, b, c)
|
|
374
|
+
}, post: h, cookie: {create: function (a, b, c, d, f) {
|
|
375
|
+
c = c || rspkr.pub.Config.item("general.cookieLifetime");
|
|
376
|
+
d = d || rspkr.pub.Config.item("general.cookiePath");
|
|
377
|
+
f = f || rspkr.pub.Config.item("general.cookieDomain");
|
|
378
|
+
if (c) {
|
|
379
|
+
var g = new Date;
|
|
380
|
+
g.setTime(g.getTime() + c);
|
|
381
|
+
c = "; expires=" + g.toGMTString()
|
|
382
|
+
} else c = "";
|
|
383
|
+
return document.cookie = a + "=" + b + c + (d ? "; path=" + d : "") + (f ? "; domain=" + f : "")
|
|
384
|
+
}, read: function (a) {
|
|
385
|
+
for (var a = a + "=", b = document.cookie.split(";"), c = 0; c < b.length; c++) {
|
|
386
|
+
for (var d = b[c]; " " == d.charAt(0);)d = d.substring(1, d.length);
|
|
387
|
+
if (0 == d.indexOf(a))return d.substring(a.length, d.length)
|
|
388
|
+
}
|
|
389
|
+
}, readKey: function (a, b) {
|
|
390
|
+
var c = this.read(a), d;
|
|
391
|
+
if (c)for (var c = c.split("&"), f = 0, g = c.length; f < g; f++)if (d =
|
|
392
|
+
c[f].split("="), d[0] == b)return d[1]
|
|
393
|
+
}, readKeyAll: function (a) {
|
|
394
|
+
var a = this.read(a), b = {}, c;
|
|
395
|
+
if (a) {
|
|
396
|
+
for (var a = a.split("&"), d = 0, f = a.length; d < f; d++)c = a[d].split("="), b[c[0]] = c[1];
|
|
397
|
+
return b
|
|
398
|
+
}
|
|
399
|
+
}, createSub: function (a, b, c, d, f) {
|
|
400
|
+
if ("object" !== typeof b)this.create(a, b.toString(), c, d, f); else {
|
|
401
|
+
var g = [], h;
|
|
402
|
+
for (h in b)g.push(h + "=" + b[h]);
|
|
403
|
+
return this.create(a, g.join("&"), c, d, f)
|
|
404
|
+
}
|
|
405
|
+
}, updateKey: function (a, b, c, d, f, g) {
|
|
406
|
+
for (var c = c.toString(), h = decodeURIComponent(this.read(a)), e, q = {}, k = !1, h = !h || "null" == h || "undefined" == h ? [] : -1 < h.indexOf("=") &&
|
|
407
|
+
-1 == h.indexOf("&") ? [h] : h.split("&"), i = 0, l = h.length; i < l; i++)e = h[i].split("="), e[0] == b && (e[1] = c, k = !0), e.length && e[1].length && (q[e[0]] = e[1]);
|
|
408
|
+
!k && c.length && (q[b] = c);
|
|
409
|
+
return this.createSub(a, q, d, f, g)
|
|
410
|
+
}, erase: function (a, b, c) {
|
|
411
|
+
this.create(a, "", -1, b, c)
|
|
412
|
+
}}, css: {getStylesheet: function (a) {
|
|
413
|
+
var b;
|
|
414
|
+
if (!(b = document.styleSheets[a] || document.getElementById(a)))b = document.createElement("style"), b.type = "text/css", b.id = b.name = a, (document.getElementsByTagName("head")[0] || document.body).appendChild(b), !b.addRule && !b.sheet &&
|
|
415
|
+
(b = document.styleSheets[a]);
|
|
416
|
+
return b.sheet || b
|
|
417
|
+
}, rsSheet: function (a) {
|
|
418
|
+
this.rules = a.rules || a.cssRules;
|
|
419
|
+
this.del = function (a, c) {
|
|
420
|
+
a.deleteRule ? a.deleteRule(c) : a.removeRule && a.removeRule(c)
|
|
421
|
+
};
|
|
422
|
+
this.ins = function (a, c, d) {
|
|
423
|
+
$rs.isArray(d) || (d = [d]);
|
|
424
|
+
if (a.insertRule && a.cssRules)a.insertRule(c + " {" + d.join(";") + ";}", a.cssRules.length); else if (a.addRule)for (var f = 0, g = d.length; f < g; f++)a.addRule(c, d[f])
|
|
425
|
+
}
|
|
426
|
+
}, setRule: function (a, b, c) {
|
|
427
|
+
var a = this.getStylesheet(a), d = new this.rsSheet(a);
|
|
428
|
+
d.ins(a, b, "string" == typeof c ? c.split(";") : c);
|
|
429
|
+
return d.length
|
|
430
|
+
}, removeRule: function (a, b) {
|
|
431
|
+
var c = this.getStylesheet(a), d = new this.rsSheet(c), f = [];
|
|
432
|
+
if (d.rules) {
|
|
433
|
+
for (var g = 0, h = d.rules.length; g < h; g++)d.rules[g].selectorText == b && f.push(g);
|
|
434
|
+
for (; f.length;)d.del(c, f.pop());
|
|
435
|
+
return f
|
|
436
|
+
}
|
|
437
|
+
return d
|
|
438
|
+
}, replaceRule: function (a, b, c) {
|
|
439
|
+
this.removeRule(a, b);
|
|
440
|
+
this.setRule(a, b, c)
|
|
441
|
+
}}, converter: m, findFirstRSButton: function (a) {
|
|
442
|
+
for (var a = a || document.body, a = a.getElementsByTagName("a"), b = 0, c = a.length; b < c; b++)if ($rs.hasClass(a[b], "rsbtn_play") || a[b].href && -1 !== a[b].href.indexOf(rspkr.pub.Config.item("general.domain") +
|
|
443
|
+
"/cgi-bin/" + rspkr.pub.Config.item("general.rsent")) || a[b].href && /customerid=/i.test(a[b].href) && /lang=/i.test(a[b].href) && /(readid|readclass)/i.test(a[b].href))return a[b];
|
|
444
|
+
return!1
|
|
445
|
+
}, decodeEntities: function (a) {
|
|
446
|
+
var b = document.createElement("p");
|
|
447
|
+
b.innerHTML = a;
|
|
448
|
+
return b.textContent || b.innerText
|
|
449
|
+
}, e: l, createShortcuts: function () {
|
|
450
|
+
var a = window.ReadSpeaker;
|
|
451
|
+
a.Common && (a.c = a.Common);
|
|
452
|
+
a.c && (a.evt = a.c.addEvent, a.devt = a.c.dispatchEvent);
|
|
453
|
+
a.c && a.c.Settings && (a.c.s = a.c.Settings);
|
|
454
|
+
a.c.s && (a.st = a.c.s);
|
|
455
|
+
a.lib && (a.l = a.lib);
|
|
456
|
+
a.l && a.lib.Facade && (a.l.f = a.lib.Facade);
|
|
457
|
+
a.l && (a.l.f && a.l.f.adapter) && (a.l.f.a = a.l.f.adapter);
|
|
458
|
+
a.modmap && (a.m = a.modmap);
|
|
459
|
+
a.pub && a.pub.Config && (a.pub.c = a.pub.Config);
|
|
460
|
+
a.pub.c && (a.cfg = a.pub.c);
|
|
461
|
+
a.PlayerAPI && (a.pl = a.PlayerAPI);
|
|
462
|
+
a.HL && (a.hl = a.HL);
|
|
463
|
+
a.ui && (a.u = a.ui)
|
|
464
|
+
}}
|
|
465
|
+
}();
|
|
466
|
+
rspkr.lib || (rspkr.lib = {});
|
|
467
|
+
rspkr.lib.Facade = function (i) {
|
|
468
|
+
var l = function (e, k, h) {
|
|
469
|
+
for (var e = String(e), h = String(h), k = "=" == k ? "==" : k, e = e.split("."), h = h.split("."), i = Math.max(e.length, h.length), a, b, c = 0, d = 0; d < i && !c; d++)a = parseInt(e[d], 10) || 0, b = parseInt(h[d], 10) || 0, a < b && (c = 1), a > b && (c = -1);
|
|
470
|
+
return eval("0" + k + c)
|
|
471
|
+
}, m = [
|
|
472
|
+
{name: "jquery", minver: "1.4", check: function () {
|
|
473
|
+
if ("function" == typeof jQuery) {
|
|
474
|
+
if ("explorer" === rspkr.Common.data.browser.name.toLowerCase() && 9 > rspkr.Common.data.browser.version && l(jQuery.fn.jquery, "<", 2))return!1;
|
|
475
|
+
if (l(jQuery.fn.jquery,
|
|
476
|
+
">=", this.minver))return!0
|
|
477
|
+
}
|
|
478
|
+
return!1
|
|
479
|
+
}}
|
|
480
|
+
], e = "", n = {store: [], push: function (e, k, h) {
|
|
481
|
+
this.store[e] || (this.store[e] = []);
|
|
482
|
+
this.store[e][k] || (this.store[e][k] = []);
|
|
483
|
+
this.store[e][k].push(h);
|
|
484
|
+
return this.store.length
|
|
485
|
+
}, pop: function (e, k, h) {
|
|
486
|
+
var i;
|
|
487
|
+
if (this.store[e] && this.store[e][k]) {
|
|
488
|
+
i = this.store[e][k];
|
|
489
|
+
if (!h)return this.store[e][k].splice(0, this.store[e][k].length), 0;
|
|
490
|
+
for (var a = i.length - 1; -1 < a; a--)i[a].toString() == h.toString() && this.store[e][k].splice(a, 1);
|
|
491
|
+
return this.store[e][k].length
|
|
492
|
+
}
|
|
493
|
+
return 0
|
|
494
|
+
}, dispatch: function (e, i) {
|
|
495
|
+
var h =
|
|
496
|
+
$rs.convertEvent(e, i);
|
|
497
|
+
if (rsid = $rs.getAttr(h.target, "data-rsevent-id")) {
|
|
498
|
+
for (var l = !0, a = n.store[rsid][h.type], b = 0, c = a.length; b < c; b++)"function" == typeof a[b] && (a[b].apply(h.target, [h]) || (l = !1));
|
|
499
|
+
return l
|
|
500
|
+
}
|
|
501
|
+
}};
|
|
502
|
+
return{init: function () {
|
|
503
|
+
if (rspkr && rspkr.params && rspkr.params.forceRSLib && "1" === rspkr.params.forceRSLib)e = "RSLib"; else {
|
|
504
|
+
for (idx in m)if (m[idx] && m[idx].check && m[idx].check()) {
|
|
505
|
+
e = m[idx].name;
|
|
506
|
+
break
|
|
507
|
+
}
|
|
508
|
+
e.length || (e = "RSLib")
|
|
509
|
+
}
|
|
510
|
+
}, currentLib: function () {
|
|
511
|
+
return e
|
|
512
|
+
}, setLib: function (i) {
|
|
513
|
+
e = i
|
|
514
|
+
}, eq: n, adapterInit: function (e) {
|
|
515
|
+
i.$rs =
|
|
516
|
+
e;
|
|
517
|
+
i.$rs.flatten = function (e, h) {
|
|
518
|
+
for (var h = h || [], i = 0, a; a = e[i]; i++)$rs.isArray(a) ? $rs.flatten(a, h) : h.push(a);
|
|
519
|
+
return h
|
|
520
|
+
}
|
|
521
|
+
}}
|
|
522
|
+
}(window);
|
|
523
|
+
ReadSpeaker.lib.Facade.RSEvent = function () {
|
|
524
|
+
};
|
|
525
|
+
ReadSpeaker.modmap = {products: {all: [
|
|
526
|
+
["Common.Settings", "text/javascript", ["Common.Settings"]]
|
|
527
|
+
], custom: function () {
|
|
528
|
+
var i = [];
|
|
529
|
+
i.push(["Custom", "text/javascript"]);
|
|
530
|
+
return i
|
|
531
|
+
}, dr: function () {
|
|
532
|
+
var i = [];
|
|
533
|
+
i.push(["DocReader.AutoAdd", "text/javascript"]);
|
|
534
|
+
return i
|
|
535
|
+
}, expl: function () {
|
|
536
|
+
var i = this.all;
|
|
537
|
+
i.push(["PlayerAPI", "text/javascript"], ["XP", "text/javascript"], ["ui", "text/javascript", ["ui", "ui.Lightbox", "ui.Slider"]]);
|
|
538
|
+
return i
|
|
539
|
+
}, embhl: function () {
|
|
540
|
+
var i = this.all;
|
|
541
|
+
i.push(["PlayerAPI", "text/javascript"], ["HL", "text/javascript"],
|
|
542
|
+
["ui", "text/javascript", ["ui", "ui.Lightbox", "ui.Slider"]]);
|
|
543
|
+
return i
|
|
544
|
+
}}};
|