@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,2058 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-ac9bdc7f.js');
|
|
6
|
+
const _commonjsHelpers = require('./_commonjsHelpers-bcc1208a.js');
|
|
7
|
+
|
|
8
|
+
var tinycolor = _commonjsHelpers.createCommonjsModule(function (module) {
|
|
9
|
+
// TinyColor v1.4.2
|
|
10
|
+
// https://github.com/bgrins/TinyColor
|
|
11
|
+
// Brian Grinstead, MIT License
|
|
12
|
+
|
|
13
|
+
(function(Math) {
|
|
14
|
+
|
|
15
|
+
var trimLeft = /^\s+/,
|
|
16
|
+
trimRight = /\s+$/,
|
|
17
|
+
tinyCounter = 0,
|
|
18
|
+
mathRound = Math.round,
|
|
19
|
+
mathMin = Math.min,
|
|
20
|
+
mathMax = Math.max,
|
|
21
|
+
mathRandom = Math.random;
|
|
22
|
+
|
|
23
|
+
function tinycolor (color, opts) {
|
|
24
|
+
|
|
25
|
+
color = (color) ? color : '';
|
|
26
|
+
opts = opts || { };
|
|
27
|
+
|
|
28
|
+
// If input is already a tinycolor, return itself
|
|
29
|
+
if (color instanceof tinycolor) {
|
|
30
|
+
return color;
|
|
31
|
+
}
|
|
32
|
+
// If we are called as a function, call using new instead
|
|
33
|
+
if (!(this instanceof tinycolor)) {
|
|
34
|
+
return new tinycolor(color, opts);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
var rgb = inputToRGB(color);
|
|
38
|
+
this._originalInput = color,
|
|
39
|
+
this._r = rgb.r,
|
|
40
|
+
this._g = rgb.g,
|
|
41
|
+
this._b = rgb.b,
|
|
42
|
+
this._a = rgb.a,
|
|
43
|
+
this._roundA = mathRound(100*this._a) / 100,
|
|
44
|
+
this._format = opts.format || rgb.format;
|
|
45
|
+
this._gradientType = opts.gradientType;
|
|
46
|
+
|
|
47
|
+
// Don't let the range of [0,255] come back in [0,1].
|
|
48
|
+
// Potentially lose a little bit of precision here, but will fix issues where
|
|
49
|
+
// .5 gets interpreted as half of the total, instead of half of 1
|
|
50
|
+
// If it was supposed to be 128, this was already taken care of by `inputToRgb`
|
|
51
|
+
if (this._r < 1) { this._r = mathRound(this._r); }
|
|
52
|
+
if (this._g < 1) { this._g = mathRound(this._g); }
|
|
53
|
+
if (this._b < 1) { this._b = mathRound(this._b); }
|
|
54
|
+
|
|
55
|
+
this._ok = rgb.ok;
|
|
56
|
+
this._tc_id = tinyCounter++;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
tinycolor.prototype = {
|
|
60
|
+
isDark: function() {
|
|
61
|
+
return this.getBrightness() < 128;
|
|
62
|
+
},
|
|
63
|
+
isLight: function() {
|
|
64
|
+
return !this.isDark();
|
|
65
|
+
},
|
|
66
|
+
isValid: function() {
|
|
67
|
+
return this._ok;
|
|
68
|
+
},
|
|
69
|
+
getOriginalInput: function() {
|
|
70
|
+
return this._originalInput;
|
|
71
|
+
},
|
|
72
|
+
getFormat: function() {
|
|
73
|
+
return this._format;
|
|
74
|
+
},
|
|
75
|
+
getAlpha: function() {
|
|
76
|
+
return this._a;
|
|
77
|
+
},
|
|
78
|
+
getBrightness: function() {
|
|
79
|
+
//http://www.w3.org/TR/AERT#color-contrast
|
|
80
|
+
var rgb = this.toRgb();
|
|
81
|
+
return (rgb.r * 299 + rgb.g * 587 + rgb.b * 114) / 1000;
|
|
82
|
+
},
|
|
83
|
+
getLuminance: function() {
|
|
84
|
+
//http://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef
|
|
85
|
+
var rgb = this.toRgb();
|
|
86
|
+
var RsRGB, GsRGB, BsRGB, R, G, B;
|
|
87
|
+
RsRGB = rgb.r/255;
|
|
88
|
+
GsRGB = rgb.g/255;
|
|
89
|
+
BsRGB = rgb.b/255;
|
|
90
|
+
|
|
91
|
+
if (RsRGB <= 0.03928) {R = RsRGB / 12.92;} else {R = Math.pow(((RsRGB + 0.055) / 1.055), 2.4);}
|
|
92
|
+
if (GsRGB <= 0.03928) {G = GsRGB / 12.92;} else {G = Math.pow(((GsRGB + 0.055) / 1.055), 2.4);}
|
|
93
|
+
if (BsRGB <= 0.03928) {B = BsRGB / 12.92;} else {B = Math.pow(((BsRGB + 0.055) / 1.055), 2.4);}
|
|
94
|
+
return (0.2126 * R) + (0.7152 * G) + (0.0722 * B);
|
|
95
|
+
},
|
|
96
|
+
setAlpha: function(value) {
|
|
97
|
+
this._a = boundAlpha(value);
|
|
98
|
+
this._roundA = mathRound(100*this._a) / 100;
|
|
99
|
+
return this;
|
|
100
|
+
},
|
|
101
|
+
toHsv: function() {
|
|
102
|
+
var hsv = rgbToHsv(this._r, this._g, this._b);
|
|
103
|
+
return { h: hsv.h * 360, s: hsv.s, v: hsv.v, a: this._a };
|
|
104
|
+
},
|
|
105
|
+
toHsvString: function() {
|
|
106
|
+
var hsv = rgbToHsv(this._r, this._g, this._b);
|
|
107
|
+
var h = mathRound(hsv.h * 360), s = mathRound(hsv.s * 100), v = mathRound(hsv.v * 100);
|
|
108
|
+
return (this._a == 1) ?
|
|
109
|
+
"hsv(" + h + ", " + s + "%, " + v + "%)" :
|
|
110
|
+
"hsva(" + h + ", " + s + "%, " + v + "%, "+ this._roundA + ")";
|
|
111
|
+
},
|
|
112
|
+
toHsl: function() {
|
|
113
|
+
var hsl = rgbToHsl(this._r, this._g, this._b);
|
|
114
|
+
return { h: hsl.h * 360, s: hsl.s, l: hsl.l, a: this._a };
|
|
115
|
+
},
|
|
116
|
+
toHslString: function() {
|
|
117
|
+
var hsl = rgbToHsl(this._r, this._g, this._b);
|
|
118
|
+
var h = mathRound(hsl.h * 360), s = mathRound(hsl.s * 100), l = mathRound(hsl.l * 100);
|
|
119
|
+
return (this._a == 1) ?
|
|
120
|
+
"hsl(" + h + ", " + s + "%, " + l + "%)" :
|
|
121
|
+
"hsla(" + h + ", " + s + "%, " + l + "%, "+ this._roundA + ")";
|
|
122
|
+
},
|
|
123
|
+
toHex: function(allow3Char) {
|
|
124
|
+
return rgbToHex(this._r, this._g, this._b, allow3Char);
|
|
125
|
+
},
|
|
126
|
+
toHexString: function(allow3Char) {
|
|
127
|
+
return '#' + this.toHex(allow3Char);
|
|
128
|
+
},
|
|
129
|
+
toHex8: function(allow4Char) {
|
|
130
|
+
return rgbaToHex(this._r, this._g, this._b, this._a, allow4Char);
|
|
131
|
+
},
|
|
132
|
+
toHex8String: function(allow4Char) {
|
|
133
|
+
return '#' + this.toHex8(allow4Char);
|
|
134
|
+
},
|
|
135
|
+
toRgb: function() {
|
|
136
|
+
return { r: mathRound(this._r), g: mathRound(this._g), b: mathRound(this._b), a: this._a };
|
|
137
|
+
},
|
|
138
|
+
toRgbString: function() {
|
|
139
|
+
return (this._a == 1) ?
|
|
140
|
+
"rgb(" + mathRound(this._r) + ", " + mathRound(this._g) + ", " + mathRound(this._b) + ")" :
|
|
141
|
+
"rgba(" + mathRound(this._r) + ", " + mathRound(this._g) + ", " + mathRound(this._b) + ", " + this._roundA + ")";
|
|
142
|
+
},
|
|
143
|
+
toPercentageRgb: function() {
|
|
144
|
+
return { r: mathRound(bound01(this._r, 255) * 100) + "%", g: mathRound(bound01(this._g, 255) * 100) + "%", b: mathRound(bound01(this._b, 255) * 100) + "%", a: this._a };
|
|
145
|
+
},
|
|
146
|
+
toPercentageRgbString: function() {
|
|
147
|
+
return (this._a == 1) ?
|
|
148
|
+
"rgb(" + mathRound(bound01(this._r, 255) * 100) + "%, " + mathRound(bound01(this._g, 255) * 100) + "%, " + mathRound(bound01(this._b, 255) * 100) + "%)" :
|
|
149
|
+
"rgba(" + mathRound(bound01(this._r, 255) * 100) + "%, " + mathRound(bound01(this._g, 255) * 100) + "%, " + mathRound(bound01(this._b, 255) * 100) + "%, " + this._roundA + ")";
|
|
150
|
+
},
|
|
151
|
+
toName: function() {
|
|
152
|
+
if (this._a === 0) {
|
|
153
|
+
return "transparent";
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
if (this._a < 1) {
|
|
157
|
+
return false;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
return hexNames[rgbToHex(this._r, this._g, this._b, true)] || false;
|
|
161
|
+
},
|
|
162
|
+
toFilter: function(secondColor) {
|
|
163
|
+
var hex8String = '#' + rgbaToArgbHex(this._r, this._g, this._b, this._a);
|
|
164
|
+
var secondHex8String = hex8String;
|
|
165
|
+
var gradientType = this._gradientType ? "GradientType = 1, " : "";
|
|
166
|
+
|
|
167
|
+
if (secondColor) {
|
|
168
|
+
var s = tinycolor(secondColor);
|
|
169
|
+
secondHex8String = '#' + rgbaToArgbHex(s._r, s._g, s._b, s._a);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
return "progid:DXImageTransform.Microsoft.gradient("+gradientType+"startColorstr="+hex8String+",endColorstr="+secondHex8String+")";
|
|
173
|
+
},
|
|
174
|
+
toString: function(format) {
|
|
175
|
+
var formatSet = !!format;
|
|
176
|
+
format = format || this._format;
|
|
177
|
+
|
|
178
|
+
var formattedString = false;
|
|
179
|
+
var hasAlpha = this._a < 1 && this._a >= 0;
|
|
180
|
+
var needsAlphaFormat = !formatSet && hasAlpha && (format === "hex" || format === "hex6" || format === "hex3" || format === "hex4" || format === "hex8" || format === "name");
|
|
181
|
+
|
|
182
|
+
if (needsAlphaFormat) {
|
|
183
|
+
// Special case for "transparent", all other non-alpha formats
|
|
184
|
+
// will return rgba when there is transparency.
|
|
185
|
+
if (format === "name" && this._a === 0) {
|
|
186
|
+
return this.toName();
|
|
187
|
+
}
|
|
188
|
+
return this.toRgbString();
|
|
189
|
+
}
|
|
190
|
+
if (format === "rgb") {
|
|
191
|
+
formattedString = this.toRgbString();
|
|
192
|
+
}
|
|
193
|
+
if (format === "prgb") {
|
|
194
|
+
formattedString = this.toPercentageRgbString();
|
|
195
|
+
}
|
|
196
|
+
if (format === "hex" || format === "hex6") {
|
|
197
|
+
formattedString = this.toHexString();
|
|
198
|
+
}
|
|
199
|
+
if (format === "hex3") {
|
|
200
|
+
formattedString = this.toHexString(true);
|
|
201
|
+
}
|
|
202
|
+
if (format === "hex4") {
|
|
203
|
+
formattedString = this.toHex8String(true);
|
|
204
|
+
}
|
|
205
|
+
if (format === "hex8") {
|
|
206
|
+
formattedString = this.toHex8String();
|
|
207
|
+
}
|
|
208
|
+
if (format === "name") {
|
|
209
|
+
formattedString = this.toName();
|
|
210
|
+
}
|
|
211
|
+
if (format === "hsl") {
|
|
212
|
+
formattedString = this.toHslString();
|
|
213
|
+
}
|
|
214
|
+
if (format === "hsv") {
|
|
215
|
+
formattedString = this.toHsvString();
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
return formattedString || this.toHexString();
|
|
219
|
+
},
|
|
220
|
+
clone: function() {
|
|
221
|
+
return tinycolor(this.toString());
|
|
222
|
+
},
|
|
223
|
+
|
|
224
|
+
_applyModification: function(fn, args) {
|
|
225
|
+
var color = fn.apply(null, [this].concat([].slice.call(args)));
|
|
226
|
+
this._r = color._r;
|
|
227
|
+
this._g = color._g;
|
|
228
|
+
this._b = color._b;
|
|
229
|
+
this.setAlpha(color._a);
|
|
230
|
+
return this;
|
|
231
|
+
},
|
|
232
|
+
lighten: function() {
|
|
233
|
+
return this._applyModification(lighten, arguments);
|
|
234
|
+
},
|
|
235
|
+
brighten: function() {
|
|
236
|
+
return this._applyModification(brighten, arguments);
|
|
237
|
+
},
|
|
238
|
+
darken: function() {
|
|
239
|
+
return this._applyModification(darken, arguments);
|
|
240
|
+
},
|
|
241
|
+
desaturate: function() {
|
|
242
|
+
return this._applyModification(desaturate, arguments);
|
|
243
|
+
},
|
|
244
|
+
saturate: function() {
|
|
245
|
+
return this._applyModification(saturate, arguments);
|
|
246
|
+
},
|
|
247
|
+
greyscale: function() {
|
|
248
|
+
return this._applyModification(greyscale, arguments);
|
|
249
|
+
},
|
|
250
|
+
spin: function() {
|
|
251
|
+
return this._applyModification(spin, arguments);
|
|
252
|
+
},
|
|
253
|
+
|
|
254
|
+
_applyCombination: function(fn, args) {
|
|
255
|
+
return fn.apply(null, [this].concat([].slice.call(args)));
|
|
256
|
+
},
|
|
257
|
+
analogous: function() {
|
|
258
|
+
return this._applyCombination(analogous, arguments);
|
|
259
|
+
},
|
|
260
|
+
complement: function() {
|
|
261
|
+
return this._applyCombination(complement, arguments);
|
|
262
|
+
},
|
|
263
|
+
monochromatic: function() {
|
|
264
|
+
return this._applyCombination(monochromatic, arguments);
|
|
265
|
+
},
|
|
266
|
+
splitcomplement: function() {
|
|
267
|
+
return this._applyCombination(splitcomplement, arguments);
|
|
268
|
+
},
|
|
269
|
+
triad: function() {
|
|
270
|
+
return this._applyCombination(triad, arguments);
|
|
271
|
+
},
|
|
272
|
+
tetrad: function() {
|
|
273
|
+
return this._applyCombination(tetrad, arguments);
|
|
274
|
+
}
|
|
275
|
+
};
|
|
276
|
+
|
|
277
|
+
// If input is an object, force 1 into "1.0" to handle ratios properly
|
|
278
|
+
// String input requires "1.0" as input, so 1 will be treated as 1
|
|
279
|
+
tinycolor.fromRatio = function(color, opts) {
|
|
280
|
+
if (typeof color == "object") {
|
|
281
|
+
var newColor = {};
|
|
282
|
+
for (var i in color) {
|
|
283
|
+
if (color.hasOwnProperty(i)) {
|
|
284
|
+
if (i === "a") {
|
|
285
|
+
newColor[i] = color[i];
|
|
286
|
+
}
|
|
287
|
+
else {
|
|
288
|
+
newColor[i] = convertToPercentage(color[i]);
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
color = newColor;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
return tinycolor(color, opts);
|
|
296
|
+
};
|
|
297
|
+
|
|
298
|
+
// Given a string or object, convert that input to RGB
|
|
299
|
+
// Possible string inputs:
|
|
300
|
+
//
|
|
301
|
+
// "red"
|
|
302
|
+
// "#f00" or "f00"
|
|
303
|
+
// "#ff0000" or "ff0000"
|
|
304
|
+
// "#ff000000" or "ff000000"
|
|
305
|
+
// "rgb 255 0 0" or "rgb (255, 0, 0)"
|
|
306
|
+
// "rgb 1.0 0 0" or "rgb (1, 0, 0)"
|
|
307
|
+
// "rgba (255, 0, 0, 1)" or "rgba 255, 0, 0, 1"
|
|
308
|
+
// "rgba (1.0, 0, 0, 1)" or "rgba 1.0, 0, 0, 1"
|
|
309
|
+
// "hsl(0, 100%, 50%)" or "hsl 0 100% 50%"
|
|
310
|
+
// "hsla(0, 100%, 50%, 1)" or "hsla 0 100% 50%, 1"
|
|
311
|
+
// "hsv(0, 100%, 100%)" or "hsv 0 100% 100%"
|
|
312
|
+
//
|
|
313
|
+
function inputToRGB(color) {
|
|
314
|
+
|
|
315
|
+
var rgb = { r: 0, g: 0, b: 0 };
|
|
316
|
+
var a = 1;
|
|
317
|
+
var s = null;
|
|
318
|
+
var v = null;
|
|
319
|
+
var l = null;
|
|
320
|
+
var ok = false;
|
|
321
|
+
var format = false;
|
|
322
|
+
|
|
323
|
+
if (typeof color == "string") {
|
|
324
|
+
color = stringInputToObject(color);
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
if (typeof color == "object") {
|
|
328
|
+
if (isValidCSSUnit(color.r) && isValidCSSUnit(color.g) && isValidCSSUnit(color.b)) {
|
|
329
|
+
rgb = rgbToRgb(color.r, color.g, color.b);
|
|
330
|
+
ok = true;
|
|
331
|
+
format = String(color.r).substr(-1) === "%" ? "prgb" : "rgb";
|
|
332
|
+
}
|
|
333
|
+
else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.v)) {
|
|
334
|
+
s = convertToPercentage(color.s);
|
|
335
|
+
v = convertToPercentage(color.v);
|
|
336
|
+
rgb = hsvToRgb(color.h, s, v);
|
|
337
|
+
ok = true;
|
|
338
|
+
format = "hsv";
|
|
339
|
+
}
|
|
340
|
+
else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.l)) {
|
|
341
|
+
s = convertToPercentage(color.s);
|
|
342
|
+
l = convertToPercentage(color.l);
|
|
343
|
+
rgb = hslToRgb(color.h, s, l);
|
|
344
|
+
ok = true;
|
|
345
|
+
format = "hsl";
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
if (color.hasOwnProperty("a")) {
|
|
349
|
+
a = color.a;
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
a = boundAlpha(a);
|
|
354
|
+
|
|
355
|
+
return {
|
|
356
|
+
ok: ok,
|
|
357
|
+
format: color.format || format,
|
|
358
|
+
r: mathMin(255, mathMax(rgb.r, 0)),
|
|
359
|
+
g: mathMin(255, mathMax(rgb.g, 0)),
|
|
360
|
+
b: mathMin(255, mathMax(rgb.b, 0)),
|
|
361
|
+
a: a
|
|
362
|
+
};
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
// Conversion Functions
|
|
367
|
+
// --------------------
|
|
368
|
+
|
|
369
|
+
// `rgbToHsl`, `rgbToHsv`, `hslToRgb`, `hsvToRgb` modified from:
|
|
370
|
+
// <http://mjijackson.com/2008/02/rgb-to-hsl-and-rgb-to-hsv-color-model-conversion-algorithms-in-javascript>
|
|
371
|
+
|
|
372
|
+
// `rgbToRgb`
|
|
373
|
+
// Handle bounds / percentage checking to conform to CSS color spec
|
|
374
|
+
// <http://www.w3.org/TR/css3-color/>
|
|
375
|
+
// *Assumes:* r, g, b in [0, 255] or [0, 1]
|
|
376
|
+
// *Returns:* { r, g, b } in [0, 255]
|
|
377
|
+
function rgbToRgb(r, g, b){
|
|
378
|
+
return {
|
|
379
|
+
r: bound01(r, 255) * 255,
|
|
380
|
+
g: bound01(g, 255) * 255,
|
|
381
|
+
b: bound01(b, 255) * 255
|
|
382
|
+
};
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
// `rgbToHsl`
|
|
386
|
+
// Converts an RGB color value to HSL.
|
|
387
|
+
// *Assumes:* r, g, and b are contained in [0, 255] or [0, 1]
|
|
388
|
+
// *Returns:* { h, s, l } in [0,1]
|
|
389
|
+
function rgbToHsl(r, g, b) {
|
|
390
|
+
|
|
391
|
+
r = bound01(r, 255);
|
|
392
|
+
g = bound01(g, 255);
|
|
393
|
+
b = bound01(b, 255);
|
|
394
|
+
|
|
395
|
+
var max = mathMax(r, g, b), min = mathMin(r, g, b);
|
|
396
|
+
var h, s, l = (max + min) / 2;
|
|
397
|
+
|
|
398
|
+
if(max == min) {
|
|
399
|
+
h = s = 0; // achromatic
|
|
400
|
+
}
|
|
401
|
+
else {
|
|
402
|
+
var d = max - min;
|
|
403
|
+
s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
|
|
404
|
+
switch(max) {
|
|
405
|
+
case r: h = (g - b) / d + (g < b ? 6 : 0); break;
|
|
406
|
+
case g: h = (b - r) / d + 2; break;
|
|
407
|
+
case b: h = (r - g) / d + 4; break;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
h /= 6;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
return { h: h, s: s, l: l };
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
// `hslToRgb`
|
|
417
|
+
// Converts an HSL color value to RGB.
|
|
418
|
+
// *Assumes:* h is contained in [0, 1] or [0, 360] and s and l are contained [0, 1] or [0, 100]
|
|
419
|
+
// *Returns:* { r, g, b } in the set [0, 255]
|
|
420
|
+
function hslToRgb(h, s, l) {
|
|
421
|
+
var r, g, b;
|
|
422
|
+
|
|
423
|
+
h = bound01(h, 360);
|
|
424
|
+
s = bound01(s, 100);
|
|
425
|
+
l = bound01(l, 100);
|
|
426
|
+
|
|
427
|
+
function hue2rgb(p, q, t) {
|
|
428
|
+
if(t < 0) t += 1;
|
|
429
|
+
if(t > 1) t -= 1;
|
|
430
|
+
if(t < 1/6) return p + (q - p) * 6 * t;
|
|
431
|
+
if(t < 1/2) return q;
|
|
432
|
+
if(t < 2/3) return p + (q - p) * (2/3 - t) * 6;
|
|
433
|
+
return p;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
if(s === 0) {
|
|
437
|
+
r = g = b = l; // achromatic
|
|
438
|
+
}
|
|
439
|
+
else {
|
|
440
|
+
var q = l < 0.5 ? l * (1 + s) : l + s - l * s;
|
|
441
|
+
var p = 2 * l - q;
|
|
442
|
+
r = hue2rgb(p, q, h + 1/3);
|
|
443
|
+
g = hue2rgb(p, q, h);
|
|
444
|
+
b = hue2rgb(p, q, h - 1/3);
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
return { r: r * 255, g: g * 255, b: b * 255 };
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
// `rgbToHsv`
|
|
451
|
+
// Converts an RGB color value to HSV
|
|
452
|
+
// *Assumes:* r, g, and b are contained in the set [0, 255] or [0, 1]
|
|
453
|
+
// *Returns:* { h, s, v } in [0,1]
|
|
454
|
+
function rgbToHsv(r, g, b) {
|
|
455
|
+
|
|
456
|
+
r = bound01(r, 255);
|
|
457
|
+
g = bound01(g, 255);
|
|
458
|
+
b = bound01(b, 255);
|
|
459
|
+
|
|
460
|
+
var max = mathMax(r, g, b), min = mathMin(r, g, b);
|
|
461
|
+
var h, s, v = max;
|
|
462
|
+
|
|
463
|
+
var d = max - min;
|
|
464
|
+
s = max === 0 ? 0 : d / max;
|
|
465
|
+
|
|
466
|
+
if(max == min) {
|
|
467
|
+
h = 0; // achromatic
|
|
468
|
+
}
|
|
469
|
+
else {
|
|
470
|
+
switch(max) {
|
|
471
|
+
case r: h = (g - b) / d + (g < b ? 6 : 0); break;
|
|
472
|
+
case g: h = (b - r) / d + 2; break;
|
|
473
|
+
case b: h = (r - g) / d + 4; break;
|
|
474
|
+
}
|
|
475
|
+
h /= 6;
|
|
476
|
+
}
|
|
477
|
+
return { h: h, s: s, v: v };
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
// `hsvToRgb`
|
|
481
|
+
// Converts an HSV color value to RGB.
|
|
482
|
+
// *Assumes:* h is contained in [0, 1] or [0, 360] and s and v are contained in [0, 1] or [0, 100]
|
|
483
|
+
// *Returns:* { r, g, b } in the set [0, 255]
|
|
484
|
+
function hsvToRgb(h, s, v) {
|
|
485
|
+
|
|
486
|
+
h = bound01(h, 360) * 6;
|
|
487
|
+
s = bound01(s, 100);
|
|
488
|
+
v = bound01(v, 100);
|
|
489
|
+
|
|
490
|
+
var i = Math.floor(h),
|
|
491
|
+
f = h - i,
|
|
492
|
+
p = v * (1 - s),
|
|
493
|
+
q = v * (1 - f * s),
|
|
494
|
+
t = v * (1 - (1 - f) * s),
|
|
495
|
+
mod = i % 6,
|
|
496
|
+
r = [v, q, p, p, t, v][mod],
|
|
497
|
+
g = [t, v, v, q, p, p][mod],
|
|
498
|
+
b = [p, p, t, v, v, q][mod];
|
|
499
|
+
|
|
500
|
+
return { r: r * 255, g: g * 255, b: b * 255 };
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
// `rgbToHex`
|
|
504
|
+
// Converts an RGB color to hex
|
|
505
|
+
// Assumes r, g, and b are contained in the set [0, 255]
|
|
506
|
+
// Returns a 3 or 6 character hex
|
|
507
|
+
function rgbToHex(r, g, b, allow3Char) {
|
|
508
|
+
|
|
509
|
+
var hex = [
|
|
510
|
+
pad2(mathRound(r).toString(16)),
|
|
511
|
+
pad2(mathRound(g).toString(16)),
|
|
512
|
+
pad2(mathRound(b).toString(16))
|
|
513
|
+
];
|
|
514
|
+
|
|
515
|
+
// Return a 3 character hex if possible
|
|
516
|
+
if (allow3Char && hex[0].charAt(0) == hex[0].charAt(1) && hex[1].charAt(0) == hex[1].charAt(1) && hex[2].charAt(0) == hex[2].charAt(1)) {
|
|
517
|
+
return hex[0].charAt(0) + hex[1].charAt(0) + hex[2].charAt(0);
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
return hex.join("");
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
// `rgbaToHex`
|
|
524
|
+
// Converts an RGBA color plus alpha transparency to hex
|
|
525
|
+
// Assumes r, g, b are contained in the set [0, 255] and
|
|
526
|
+
// a in [0, 1]. Returns a 4 or 8 character rgba hex
|
|
527
|
+
function rgbaToHex(r, g, b, a, allow4Char) {
|
|
528
|
+
|
|
529
|
+
var hex = [
|
|
530
|
+
pad2(mathRound(r).toString(16)),
|
|
531
|
+
pad2(mathRound(g).toString(16)),
|
|
532
|
+
pad2(mathRound(b).toString(16)),
|
|
533
|
+
pad2(convertDecimalToHex(a))
|
|
534
|
+
];
|
|
535
|
+
|
|
536
|
+
// Return a 4 character hex if possible
|
|
537
|
+
if (allow4Char && hex[0].charAt(0) == hex[0].charAt(1) && hex[1].charAt(0) == hex[1].charAt(1) && hex[2].charAt(0) == hex[2].charAt(1) && hex[3].charAt(0) == hex[3].charAt(1)) {
|
|
538
|
+
return hex[0].charAt(0) + hex[1].charAt(0) + hex[2].charAt(0) + hex[3].charAt(0);
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
return hex.join("");
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
// `rgbaToArgbHex`
|
|
545
|
+
// Converts an RGBA color to an ARGB Hex8 string
|
|
546
|
+
// Rarely used, but required for "toFilter()"
|
|
547
|
+
function rgbaToArgbHex(r, g, b, a) {
|
|
548
|
+
|
|
549
|
+
var hex = [
|
|
550
|
+
pad2(convertDecimalToHex(a)),
|
|
551
|
+
pad2(mathRound(r).toString(16)),
|
|
552
|
+
pad2(mathRound(g).toString(16)),
|
|
553
|
+
pad2(mathRound(b).toString(16))
|
|
554
|
+
];
|
|
555
|
+
|
|
556
|
+
return hex.join("");
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
// `equals`
|
|
560
|
+
// Can be called with any tinycolor input
|
|
561
|
+
tinycolor.equals = function (color1, color2) {
|
|
562
|
+
if (!color1 || !color2) { return false; }
|
|
563
|
+
return tinycolor(color1).toRgbString() == tinycolor(color2).toRgbString();
|
|
564
|
+
};
|
|
565
|
+
|
|
566
|
+
tinycolor.random = function() {
|
|
567
|
+
return tinycolor.fromRatio({
|
|
568
|
+
r: mathRandom(),
|
|
569
|
+
g: mathRandom(),
|
|
570
|
+
b: mathRandom()
|
|
571
|
+
});
|
|
572
|
+
};
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
// Modification Functions
|
|
576
|
+
// ----------------------
|
|
577
|
+
// Thanks to less.js for some of the basics here
|
|
578
|
+
// <https://github.com/cloudhead/less.js/blob/master/lib/less/functions.js>
|
|
579
|
+
|
|
580
|
+
function desaturate(color, amount) {
|
|
581
|
+
amount = (amount === 0) ? 0 : (amount || 10);
|
|
582
|
+
var hsl = tinycolor(color).toHsl();
|
|
583
|
+
hsl.s -= amount / 100;
|
|
584
|
+
hsl.s = clamp01(hsl.s);
|
|
585
|
+
return tinycolor(hsl);
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
function saturate(color, amount) {
|
|
589
|
+
amount = (amount === 0) ? 0 : (amount || 10);
|
|
590
|
+
var hsl = tinycolor(color).toHsl();
|
|
591
|
+
hsl.s += amount / 100;
|
|
592
|
+
hsl.s = clamp01(hsl.s);
|
|
593
|
+
return tinycolor(hsl);
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
function greyscale(color) {
|
|
597
|
+
return tinycolor(color).desaturate(100);
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
function lighten (color, amount) {
|
|
601
|
+
amount = (amount === 0) ? 0 : (amount || 10);
|
|
602
|
+
var hsl = tinycolor(color).toHsl();
|
|
603
|
+
hsl.l += amount / 100;
|
|
604
|
+
hsl.l = clamp01(hsl.l);
|
|
605
|
+
return tinycolor(hsl);
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
function brighten(color, amount) {
|
|
609
|
+
amount = (amount === 0) ? 0 : (amount || 10);
|
|
610
|
+
var rgb = tinycolor(color).toRgb();
|
|
611
|
+
rgb.r = mathMax(0, mathMin(255, rgb.r - mathRound(255 * - (amount / 100))));
|
|
612
|
+
rgb.g = mathMax(0, mathMin(255, rgb.g - mathRound(255 * - (amount / 100))));
|
|
613
|
+
rgb.b = mathMax(0, mathMin(255, rgb.b - mathRound(255 * - (amount / 100))));
|
|
614
|
+
return tinycolor(rgb);
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
function darken (color, amount) {
|
|
618
|
+
amount = (amount === 0) ? 0 : (amount || 10);
|
|
619
|
+
var hsl = tinycolor(color).toHsl();
|
|
620
|
+
hsl.l -= amount / 100;
|
|
621
|
+
hsl.l = clamp01(hsl.l);
|
|
622
|
+
return tinycolor(hsl);
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
// Spin takes a positive or negative amount within [-360, 360] indicating the change of hue.
|
|
626
|
+
// Values outside of this range will be wrapped into this range.
|
|
627
|
+
function spin(color, amount) {
|
|
628
|
+
var hsl = tinycolor(color).toHsl();
|
|
629
|
+
var hue = (hsl.h + amount) % 360;
|
|
630
|
+
hsl.h = hue < 0 ? 360 + hue : hue;
|
|
631
|
+
return tinycolor(hsl);
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
// Combination Functions
|
|
635
|
+
// ---------------------
|
|
636
|
+
// Thanks to jQuery xColor for some of the ideas behind these
|
|
637
|
+
// <https://github.com/infusion/jQuery-xcolor/blob/master/jquery.xcolor.js>
|
|
638
|
+
|
|
639
|
+
function complement(color) {
|
|
640
|
+
var hsl = tinycolor(color).toHsl();
|
|
641
|
+
hsl.h = (hsl.h + 180) % 360;
|
|
642
|
+
return tinycolor(hsl);
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
function triad(color) {
|
|
646
|
+
var hsl = tinycolor(color).toHsl();
|
|
647
|
+
var h = hsl.h;
|
|
648
|
+
return [
|
|
649
|
+
tinycolor(color),
|
|
650
|
+
tinycolor({ h: (h + 120) % 360, s: hsl.s, l: hsl.l }),
|
|
651
|
+
tinycolor({ h: (h + 240) % 360, s: hsl.s, l: hsl.l })
|
|
652
|
+
];
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
function tetrad(color) {
|
|
656
|
+
var hsl = tinycolor(color).toHsl();
|
|
657
|
+
var h = hsl.h;
|
|
658
|
+
return [
|
|
659
|
+
tinycolor(color),
|
|
660
|
+
tinycolor({ h: (h + 90) % 360, s: hsl.s, l: hsl.l }),
|
|
661
|
+
tinycolor({ h: (h + 180) % 360, s: hsl.s, l: hsl.l }),
|
|
662
|
+
tinycolor({ h: (h + 270) % 360, s: hsl.s, l: hsl.l })
|
|
663
|
+
];
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
function splitcomplement(color) {
|
|
667
|
+
var hsl = tinycolor(color).toHsl();
|
|
668
|
+
var h = hsl.h;
|
|
669
|
+
return [
|
|
670
|
+
tinycolor(color),
|
|
671
|
+
tinycolor({ h: (h + 72) % 360, s: hsl.s, l: hsl.l}),
|
|
672
|
+
tinycolor({ h: (h + 216) % 360, s: hsl.s, l: hsl.l})
|
|
673
|
+
];
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
function analogous(color, results, slices) {
|
|
677
|
+
results = results || 6;
|
|
678
|
+
slices = slices || 30;
|
|
679
|
+
|
|
680
|
+
var hsl = tinycolor(color).toHsl();
|
|
681
|
+
var part = 360 / slices;
|
|
682
|
+
var ret = [tinycolor(color)];
|
|
683
|
+
|
|
684
|
+
for (hsl.h = ((hsl.h - (part * results >> 1)) + 720) % 360; --results; ) {
|
|
685
|
+
hsl.h = (hsl.h + part) % 360;
|
|
686
|
+
ret.push(tinycolor(hsl));
|
|
687
|
+
}
|
|
688
|
+
return ret;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
function monochromatic(color, results) {
|
|
692
|
+
results = results || 6;
|
|
693
|
+
var hsv = tinycolor(color).toHsv();
|
|
694
|
+
var h = hsv.h, s = hsv.s, v = hsv.v;
|
|
695
|
+
var ret = [];
|
|
696
|
+
var modification = 1 / results;
|
|
697
|
+
|
|
698
|
+
while (results--) {
|
|
699
|
+
ret.push(tinycolor({ h: h, s: s, v: v}));
|
|
700
|
+
v = (v + modification) % 1;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
return ret;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
// Utility Functions
|
|
707
|
+
// ---------------------
|
|
708
|
+
|
|
709
|
+
tinycolor.mix = function(color1, color2, amount) {
|
|
710
|
+
amount = (amount === 0) ? 0 : (amount || 50);
|
|
711
|
+
|
|
712
|
+
var rgb1 = tinycolor(color1).toRgb();
|
|
713
|
+
var rgb2 = tinycolor(color2).toRgb();
|
|
714
|
+
|
|
715
|
+
var p = amount / 100;
|
|
716
|
+
|
|
717
|
+
var rgba = {
|
|
718
|
+
r: ((rgb2.r - rgb1.r) * p) + rgb1.r,
|
|
719
|
+
g: ((rgb2.g - rgb1.g) * p) + rgb1.g,
|
|
720
|
+
b: ((rgb2.b - rgb1.b) * p) + rgb1.b,
|
|
721
|
+
a: ((rgb2.a - rgb1.a) * p) + rgb1.a
|
|
722
|
+
};
|
|
723
|
+
|
|
724
|
+
return tinycolor(rgba);
|
|
725
|
+
};
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
// Readability Functions
|
|
729
|
+
// ---------------------
|
|
730
|
+
// <http://www.w3.org/TR/2008/REC-WCAG20-20081211/#contrast-ratiodef (WCAG Version 2)
|
|
731
|
+
|
|
732
|
+
// `contrast`
|
|
733
|
+
// Analyze the 2 colors and returns the color contrast defined by (WCAG Version 2)
|
|
734
|
+
tinycolor.readability = function(color1, color2) {
|
|
735
|
+
var c1 = tinycolor(color1);
|
|
736
|
+
var c2 = tinycolor(color2);
|
|
737
|
+
return (Math.max(c1.getLuminance(),c2.getLuminance())+0.05) / (Math.min(c1.getLuminance(),c2.getLuminance())+0.05);
|
|
738
|
+
};
|
|
739
|
+
|
|
740
|
+
// `isReadable`
|
|
741
|
+
// Ensure that foreground and background color combinations meet WCAG2 guidelines.
|
|
742
|
+
// The third argument is an optional Object.
|
|
743
|
+
// the 'level' property states 'AA' or 'AAA' - if missing or invalid, it defaults to 'AA';
|
|
744
|
+
// the 'size' property states 'large' or 'small' - if missing or invalid, it defaults to 'small'.
|
|
745
|
+
// If the entire object is absent, isReadable defaults to {level:"AA",size:"small"}.
|
|
746
|
+
|
|
747
|
+
// *Example*
|
|
748
|
+
// tinycolor.isReadable("#000", "#111") => false
|
|
749
|
+
// tinycolor.isReadable("#000", "#111",{level:"AA",size:"large"}) => false
|
|
750
|
+
tinycolor.isReadable = function(color1, color2, wcag2) {
|
|
751
|
+
var readability = tinycolor.readability(color1, color2);
|
|
752
|
+
var wcag2Parms, out;
|
|
753
|
+
|
|
754
|
+
out = false;
|
|
755
|
+
|
|
756
|
+
wcag2Parms = validateWCAG2Parms(wcag2);
|
|
757
|
+
switch (wcag2Parms.level + wcag2Parms.size) {
|
|
758
|
+
case "AAsmall":
|
|
759
|
+
case "AAAlarge":
|
|
760
|
+
out = readability >= 4.5;
|
|
761
|
+
break;
|
|
762
|
+
case "AAlarge":
|
|
763
|
+
out = readability >= 3;
|
|
764
|
+
break;
|
|
765
|
+
case "AAAsmall":
|
|
766
|
+
out = readability >= 7;
|
|
767
|
+
break;
|
|
768
|
+
}
|
|
769
|
+
return out;
|
|
770
|
+
|
|
771
|
+
};
|
|
772
|
+
|
|
773
|
+
// `mostReadable`
|
|
774
|
+
// Given a base color and a list of possible foreground or background
|
|
775
|
+
// colors for that base, returns the most readable color.
|
|
776
|
+
// Optionally returns Black or White if the most readable color is unreadable.
|
|
777
|
+
// *Example*
|
|
778
|
+
// tinycolor.mostReadable(tinycolor.mostReadable("#123", ["#124", "#125"],{includeFallbackColors:false}).toHexString(); // "#112255"
|
|
779
|
+
// tinycolor.mostReadable(tinycolor.mostReadable("#123", ["#124", "#125"],{includeFallbackColors:true}).toHexString(); // "#ffffff"
|
|
780
|
+
// tinycolor.mostReadable("#a8015a", ["#faf3f3"],{includeFallbackColors:true,level:"AAA",size:"large"}).toHexString(); // "#faf3f3"
|
|
781
|
+
// tinycolor.mostReadable("#a8015a", ["#faf3f3"],{includeFallbackColors:true,level:"AAA",size:"small"}).toHexString(); // "#ffffff"
|
|
782
|
+
tinycolor.mostReadable = function(baseColor, colorList, args) {
|
|
783
|
+
var bestColor = null;
|
|
784
|
+
var bestScore = 0;
|
|
785
|
+
var readability;
|
|
786
|
+
var includeFallbackColors, level, size ;
|
|
787
|
+
args = args || {};
|
|
788
|
+
includeFallbackColors = args.includeFallbackColors ;
|
|
789
|
+
level = args.level;
|
|
790
|
+
size = args.size;
|
|
791
|
+
|
|
792
|
+
for (var i= 0; i < colorList.length ; i++) {
|
|
793
|
+
readability = tinycolor.readability(baseColor, colorList[i]);
|
|
794
|
+
if (readability > bestScore) {
|
|
795
|
+
bestScore = readability;
|
|
796
|
+
bestColor = tinycolor(colorList[i]);
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
if (tinycolor.isReadable(baseColor, bestColor, {"level":level,"size":size}) || !includeFallbackColors) {
|
|
801
|
+
return bestColor;
|
|
802
|
+
}
|
|
803
|
+
else {
|
|
804
|
+
args.includeFallbackColors=false;
|
|
805
|
+
return tinycolor.mostReadable(baseColor,["#fff", "#000"],args);
|
|
806
|
+
}
|
|
807
|
+
};
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
// Big List of Colors
|
|
811
|
+
// ------------------
|
|
812
|
+
// <http://www.w3.org/TR/css3-color/#svg-color>
|
|
813
|
+
var names = tinycolor.names = {
|
|
814
|
+
aliceblue: "f0f8ff",
|
|
815
|
+
antiquewhite: "faebd7",
|
|
816
|
+
aqua: "0ff",
|
|
817
|
+
aquamarine: "7fffd4",
|
|
818
|
+
azure: "f0ffff",
|
|
819
|
+
beige: "f5f5dc",
|
|
820
|
+
bisque: "ffe4c4",
|
|
821
|
+
black: "000",
|
|
822
|
+
blanchedalmond: "ffebcd",
|
|
823
|
+
blue: "00f",
|
|
824
|
+
blueviolet: "8a2be2",
|
|
825
|
+
brown: "a52a2a",
|
|
826
|
+
burlywood: "deb887",
|
|
827
|
+
burntsienna: "ea7e5d",
|
|
828
|
+
cadetblue: "5f9ea0",
|
|
829
|
+
chartreuse: "7fff00",
|
|
830
|
+
chocolate: "d2691e",
|
|
831
|
+
coral: "ff7f50",
|
|
832
|
+
cornflowerblue: "6495ed",
|
|
833
|
+
cornsilk: "fff8dc",
|
|
834
|
+
crimson: "dc143c",
|
|
835
|
+
cyan: "0ff",
|
|
836
|
+
darkblue: "00008b",
|
|
837
|
+
darkcyan: "008b8b",
|
|
838
|
+
darkgoldenrod: "b8860b",
|
|
839
|
+
darkgray: "a9a9a9",
|
|
840
|
+
darkgreen: "006400",
|
|
841
|
+
darkgrey: "a9a9a9",
|
|
842
|
+
darkkhaki: "bdb76b",
|
|
843
|
+
darkmagenta: "8b008b",
|
|
844
|
+
darkolivegreen: "556b2f",
|
|
845
|
+
darkorange: "ff8c00",
|
|
846
|
+
darkorchid: "9932cc",
|
|
847
|
+
darkred: "8b0000",
|
|
848
|
+
darksalmon: "e9967a",
|
|
849
|
+
darkseagreen: "8fbc8f",
|
|
850
|
+
darkslateblue: "483d8b",
|
|
851
|
+
darkslategray: "2f4f4f",
|
|
852
|
+
darkslategrey: "2f4f4f",
|
|
853
|
+
darkturquoise: "00ced1",
|
|
854
|
+
darkviolet: "9400d3",
|
|
855
|
+
deeppink: "ff1493",
|
|
856
|
+
deepskyblue: "00bfff",
|
|
857
|
+
dimgray: "696969",
|
|
858
|
+
dimgrey: "696969",
|
|
859
|
+
dodgerblue: "1e90ff",
|
|
860
|
+
firebrick: "b22222",
|
|
861
|
+
floralwhite: "fffaf0",
|
|
862
|
+
forestgreen: "228b22",
|
|
863
|
+
fuchsia: "f0f",
|
|
864
|
+
gainsboro: "dcdcdc",
|
|
865
|
+
ghostwhite: "f8f8ff",
|
|
866
|
+
gold: "ffd700",
|
|
867
|
+
goldenrod: "daa520",
|
|
868
|
+
gray: "808080",
|
|
869
|
+
green: "008000",
|
|
870
|
+
greenyellow: "adff2f",
|
|
871
|
+
grey: "808080",
|
|
872
|
+
honeydew: "f0fff0",
|
|
873
|
+
hotpink: "ff69b4",
|
|
874
|
+
indianred: "cd5c5c",
|
|
875
|
+
indigo: "4b0082",
|
|
876
|
+
ivory: "fffff0",
|
|
877
|
+
khaki: "f0e68c",
|
|
878
|
+
lavender: "e6e6fa",
|
|
879
|
+
lavenderblush: "fff0f5",
|
|
880
|
+
lawngreen: "7cfc00",
|
|
881
|
+
lemonchiffon: "fffacd",
|
|
882
|
+
lightblue: "add8e6",
|
|
883
|
+
lightcoral: "f08080",
|
|
884
|
+
lightcyan: "e0ffff",
|
|
885
|
+
lightgoldenrodyellow: "fafad2",
|
|
886
|
+
lightgray: "d3d3d3",
|
|
887
|
+
lightgreen: "90ee90",
|
|
888
|
+
lightgrey: "d3d3d3",
|
|
889
|
+
lightpink: "ffb6c1",
|
|
890
|
+
lightsalmon: "ffa07a",
|
|
891
|
+
lightseagreen: "20b2aa",
|
|
892
|
+
lightskyblue: "87cefa",
|
|
893
|
+
lightslategray: "789",
|
|
894
|
+
lightslategrey: "789",
|
|
895
|
+
lightsteelblue: "b0c4de",
|
|
896
|
+
lightyellow: "ffffe0",
|
|
897
|
+
lime: "0f0",
|
|
898
|
+
limegreen: "32cd32",
|
|
899
|
+
linen: "faf0e6",
|
|
900
|
+
magenta: "f0f",
|
|
901
|
+
maroon: "800000",
|
|
902
|
+
mediumaquamarine: "66cdaa",
|
|
903
|
+
mediumblue: "0000cd",
|
|
904
|
+
mediumorchid: "ba55d3",
|
|
905
|
+
mediumpurple: "9370db",
|
|
906
|
+
mediumseagreen: "3cb371",
|
|
907
|
+
mediumslateblue: "7b68ee",
|
|
908
|
+
mediumspringgreen: "00fa9a",
|
|
909
|
+
mediumturquoise: "48d1cc",
|
|
910
|
+
mediumvioletred: "c71585",
|
|
911
|
+
midnightblue: "191970",
|
|
912
|
+
mintcream: "f5fffa",
|
|
913
|
+
mistyrose: "ffe4e1",
|
|
914
|
+
moccasin: "ffe4b5",
|
|
915
|
+
navajowhite: "ffdead",
|
|
916
|
+
navy: "000080",
|
|
917
|
+
oldlace: "fdf5e6",
|
|
918
|
+
olive: "808000",
|
|
919
|
+
olivedrab: "6b8e23",
|
|
920
|
+
orange: "ffa500",
|
|
921
|
+
orangered: "ff4500",
|
|
922
|
+
orchid: "da70d6",
|
|
923
|
+
palegoldenrod: "eee8aa",
|
|
924
|
+
palegreen: "98fb98",
|
|
925
|
+
paleturquoise: "afeeee",
|
|
926
|
+
palevioletred: "db7093",
|
|
927
|
+
papayawhip: "ffefd5",
|
|
928
|
+
peachpuff: "ffdab9",
|
|
929
|
+
peru: "cd853f",
|
|
930
|
+
pink: "ffc0cb",
|
|
931
|
+
plum: "dda0dd",
|
|
932
|
+
powderblue: "b0e0e6",
|
|
933
|
+
purple: "800080",
|
|
934
|
+
rebeccapurple: "663399",
|
|
935
|
+
red: "f00",
|
|
936
|
+
rosybrown: "bc8f8f",
|
|
937
|
+
royalblue: "4169e1",
|
|
938
|
+
saddlebrown: "8b4513",
|
|
939
|
+
salmon: "fa8072",
|
|
940
|
+
sandybrown: "f4a460",
|
|
941
|
+
seagreen: "2e8b57",
|
|
942
|
+
seashell: "fff5ee",
|
|
943
|
+
sienna: "a0522d",
|
|
944
|
+
silver: "c0c0c0",
|
|
945
|
+
skyblue: "87ceeb",
|
|
946
|
+
slateblue: "6a5acd",
|
|
947
|
+
slategray: "708090",
|
|
948
|
+
slategrey: "708090",
|
|
949
|
+
snow: "fffafa",
|
|
950
|
+
springgreen: "00ff7f",
|
|
951
|
+
steelblue: "4682b4",
|
|
952
|
+
tan: "d2b48c",
|
|
953
|
+
teal: "008080",
|
|
954
|
+
thistle: "d8bfd8",
|
|
955
|
+
tomato: "ff6347",
|
|
956
|
+
turquoise: "40e0d0",
|
|
957
|
+
violet: "ee82ee",
|
|
958
|
+
wheat: "f5deb3",
|
|
959
|
+
white: "fff",
|
|
960
|
+
whitesmoke: "f5f5f5",
|
|
961
|
+
yellow: "ff0",
|
|
962
|
+
yellowgreen: "9acd32"
|
|
963
|
+
};
|
|
964
|
+
|
|
965
|
+
// Make it easy to access colors via `hexNames[hex]`
|
|
966
|
+
var hexNames = tinycolor.hexNames = flip(names);
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
// Utilities
|
|
970
|
+
// ---------
|
|
971
|
+
|
|
972
|
+
// `{ 'name1': 'val1' }` becomes `{ 'val1': 'name1' }`
|
|
973
|
+
function flip(o) {
|
|
974
|
+
var flipped = { };
|
|
975
|
+
for (var i in o) {
|
|
976
|
+
if (o.hasOwnProperty(i)) {
|
|
977
|
+
flipped[o[i]] = i;
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
return flipped;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
// Return a valid alpha value [0,1] with all invalid values being set to 1
|
|
984
|
+
function boundAlpha(a) {
|
|
985
|
+
a = parseFloat(a);
|
|
986
|
+
|
|
987
|
+
if (isNaN(a) || a < 0 || a > 1) {
|
|
988
|
+
a = 1;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
return a;
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
// Take input from [0, n] and return it as [0, 1]
|
|
995
|
+
function bound01(n, max) {
|
|
996
|
+
if (isOnePointZero(n)) { n = "100%"; }
|
|
997
|
+
|
|
998
|
+
var processPercent = isPercentage(n);
|
|
999
|
+
n = mathMin(max, mathMax(0, parseFloat(n)));
|
|
1000
|
+
|
|
1001
|
+
// Automatically convert percentage into number
|
|
1002
|
+
if (processPercent) {
|
|
1003
|
+
n = parseInt(n * max, 10) / 100;
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
// Handle floating point rounding errors
|
|
1007
|
+
if ((Math.abs(n - max) < 0.000001)) {
|
|
1008
|
+
return 1;
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
// Convert into [0, 1] range if it isn't already
|
|
1012
|
+
return (n % max) / parseFloat(max);
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
// Force a number between 0 and 1
|
|
1016
|
+
function clamp01(val) {
|
|
1017
|
+
return mathMin(1, mathMax(0, val));
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
// Parse a base-16 hex value into a base-10 integer
|
|
1021
|
+
function parseIntFromHex(val) {
|
|
1022
|
+
return parseInt(val, 16);
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
// Need to handle 1.0 as 100%, since once it is a number, there is no difference between it and 1
|
|
1026
|
+
// <http://stackoverflow.com/questions/7422072/javascript-how-to-detect-number-as-a-decimal-including-1-0>
|
|
1027
|
+
function isOnePointZero(n) {
|
|
1028
|
+
return typeof n == "string" && n.indexOf('.') != -1 && parseFloat(n) === 1;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
// Check to see if string passed in is a percentage
|
|
1032
|
+
function isPercentage(n) {
|
|
1033
|
+
return typeof n === "string" && n.indexOf('%') != -1;
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
// Force a hex value to have 2 characters
|
|
1037
|
+
function pad2(c) {
|
|
1038
|
+
return c.length == 1 ? '0' + c : '' + c;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
// Replace a decimal with it's percentage value
|
|
1042
|
+
function convertToPercentage(n) {
|
|
1043
|
+
if (n <= 1) {
|
|
1044
|
+
n = (n * 100) + "%";
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
return n;
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
// Converts a decimal to a hex value
|
|
1051
|
+
function convertDecimalToHex(d) {
|
|
1052
|
+
return Math.round(parseFloat(d) * 255).toString(16);
|
|
1053
|
+
}
|
|
1054
|
+
// Converts a hex value to a decimal
|
|
1055
|
+
function convertHexToDecimal(h) {
|
|
1056
|
+
return (parseIntFromHex(h) / 255);
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
var matchers = (function() {
|
|
1060
|
+
|
|
1061
|
+
// <http://www.w3.org/TR/css3-values/#integers>
|
|
1062
|
+
var CSS_INTEGER = "[-\\+]?\\d+%?";
|
|
1063
|
+
|
|
1064
|
+
// <http://www.w3.org/TR/css3-values/#number-value>
|
|
1065
|
+
var CSS_NUMBER = "[-\\+]?\\d*\\.\\d+%?";
|
|
1066
|
+
|
|
1067
|
+
// Allow positive/negative integer/number. Don't capture the either/or, just the entire outcome.
|
|
1068
|
+
var CSS_UNIT = "(?:" + CSS_NUMBER + ")|(?:" + CSS_INTEGER + ")";
|
|
1069
|
+
|
|
1070
|
+
// Actual matching.
|
|
1071
|
+
// Parentheses and commas are optional, but not required.
|
|
1072
|
+
// Whitespace can take the place of commas or opening paren
|
|
1073
|
+
var PERMISSIVE_MATCH3 = "[\\s|\\(]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")\\s*\\)?";
|
|
1074
|
+
var PERMISSIVE_MATCH4 = "[\\s|\\(]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")\\s*\\)?";
|
|
1075
|
+
|
|
1076
|
+
return {
|
|
1077
|
+
CSS_UNIT: new RegExp(CSS_UNIT),
|
|
1078
|
+
rgb: new RegExp("rgb" + PERMISSIVE_MATCH3),
|
|
1079
|
+
rgba: new RegExp("rgba" + PERMISSIVE_MATCH4),
|
|
1080
|
+
hsl: new RegExp("hsl" + PERMISSIVE_MATCH3),
|
|
1081
|
+
hsla: new RegExp("hsla" + PERMISSIVE_MATCH4),
|
|
1082
|
+
hsv: new RegExp("hsv" + PERMISSIVE_MATCH3),
|
|
1083
|
+
hsva: new RegExp("hsva" + PERMISSIVE_MATCH4),
|
|
1084
|
+
hex3: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
|
|
1085
|
+
hex6: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,
|
|
1086
|
+
hex4: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
|
|
1087
|
+
hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/
|
|
1088
|
+
};
|
|
1089
|
+
})();
|
|
1090
|
+
|
|
1091
|
+
// `isValidCSSUnit`
|
|
1092
|
+
// Take in a single string / number and check to see if it looks like a CSS unit
|
|
1093
|
+
// (see `matchers` above for definition).
|
|
1094
|
+
function isValidCSSUnit(color) {
|
|
1095
|
+
return !!matchers.CSS_UNIT.exec(color);
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
// `stringInputToObject`
|
|
1099
|
+
// Permissive string parsing. Take in a number of formats, and output an object
|
|
1100
|
+
// based on detected format. Returns `{ r, g, b }` or `{ h, s, l }` or `{ h, s, v}`
|
|
1101
|
+
function stringInputToObject(color) {
|
|
1102
|
+
|
|
1103
|
+
color = color.replace(trimLeft,'').replace(trimRight, '').toLowerCase();
|
|
1104
|
+
var named = false;
|
|
1105
|
+
if (names[color]) {
|
|
1106
|
+
color = names[color];
|
|
1107
|
+
named = true;
|
|
1108
|
+
}
|
|
1109
|
+
else if (color == 'transparent') {
|
|
1110
|
+
return { r: 0, g: 0, b: 0, a: 0, format: "name" };
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
// Try to match string input using regular expressions.
|
|
1114
|
+
// Keep most of the number bounding out of this function - don't worry about [0,1] or [0,100] or [0,360]
|
|
1115
|
+
// Just return an object and let the conversion functions handle that.
|
|
1116
|
+
// This way the result will be the same whether the tinycolor is initialized with string or object.
|
|
1117
|
+
var match;
|
|
1118
|
+
if ((match = matchers.rgb.exec(color))) {
|
|
1119
|
+
return { r: match[1], g: match[2], b: match[3] };
|
|
1120
|
+
}
|
|
1121
|
+
if ((match = matchers.rgba.exec(color))) {
|
|
1122
|
+
return { r: match[1], g: match[2], b: match[3], a: match[4] };
|
|
1123
|
+
}
|
|
1124
|
+
if ((match = matchers.hsl.exec(color))) {
|
|
1125
|
+
return { h: match[1], s: match[2], l: match[3] };
|
|
1126
|
+
}
|
|
1127
|
+
if ((match = matchers.hsla.exec(color))) {
|
|
1128
|
+
return { h: match[1], s: match[2], l: match[3], a: match[4] };
|
|
1129
|
+
}
|
|
1130
|
+
if ((match = matchers.hsv.exec(color))) {
|
|
1131
|
+
return { h: match[1], s: match[2], v: match[3] };
|
|
1132
|
+
}
|
|
1133
|
+
if ((match = matchers.hsva.exec(color))) {
|
|
1134
|
+
return { h: match[1], s: match[2], v: match[3], a: match[4] };
|
|
1135
|
+
}
|
|
1136
|
+
if ((match = matchers.hex8.exec(color))) {
|
|
1137
|
+
return {
|
|
1138
|
+
r: parseIntFromHex(match[1]),
|
|
1139
|
+
g: parseIntFromHex(match[2]),
|
|
1140
|
+
b: parseIntFromHex(match[3]),
|
|
1141
|
+
a: convertHexToDecimal(match[4]),
|
|
1142
|
+
format: named ? "name" : "hex8"
|
|
1143
|
+
};
|
|
1144
|
+
}
|
|
1145
|
+
if ((match = matchers.hex6.exec(color))) {
|
|
1146
|
+
return {
|
|
1147
|
+
r: parseIntFromHex(match[1]),
|
|
1148
|
+
g: parseIntFromHex(match[2]),
|
|
1149
|
+
b: parseIntFromHex(match[3]),
|
|
1150
|
+
format: named ? "name" : "hex"
|
|
1151
|
+
};
|
|
1152
|
+
}
|
|
1153
|
+
if ((match = matchers.hex4.exec(color))) {
|
|
1154
|
+
return {
|
|
1155
|
+
r: parseIntFromHex(match[1] + '' + match[1]),
|
|
1156
|
+
g: parseIntFromHex(match[2] + '' + match[2]),
|
|
1157
|
+
b: parseIntFromHex(match[3] + '' + match[3]),
|
|
1158
|
+
a: convertHexToDecimal(match[4] + '' + match[4]),
|
|
1159
|
+
format: named ? "name" : "hex8"
|
|
1160
|
+
};
|
|
1161
|
+
}
|
|
1162
|
+
if ((match = matchers.hex3.exec(color))) {
|
|
1163
|
+
return {
|
|
1164
|
+
r: parseIntFromHex(match[1] + '' + match[1]),
|
|
1165
|
+
g: parseIntFromHex(match[2] + '' + match[2]),
|
|
1166
|
+
b: parseIntFromHex(match[3] + '' + match[3]),
|
|
1167
|
+
format: named ? "name" : "hex"
|
|
1168
|
+
};
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
return false;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
function validateWCAG2Parms(parms) {
|
|
1175
|
+
// return valid WCAG2 parms for isReadable.
|
|
1176
|
+
// If input parms are invalid, return {"level":"AA", "size":"small"}
|
|
1177
|
+
var level, size;
|
|
1178
|
+
parms = parms || {"level":"AA", "size":"small"};
|
|
1179
|
+
level = (parms.level || "AA").toUpperCase();
|
|
1180
|
+
size = (parms.size || "small").toLowerCase();
|
|
1181
|
+
if (level !== "AA" && level !== "AAA") {
|
|
1182
|
+
level = "AA";
|
|
1183
|
+
}
|
|
1184
|
+
if (size !== "small" && size !== "large") {
|
|
1185
|
+
size = "small";
|
|
1186
|
+
}
|
|
1187
|
+
return {"level":level, "size":size};
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
// Node: Export function
|
|
1191
|
+
if (module.exports) {
|
|
1192
|
+
module.exports = tinycolor;
|
|
1193
|
+
}
|
|
1194
|
+
// AMD/requirejs: Define the module
|
|
1195
|
+
else {
|
|
1196
|
+
window.tinycolor = tinycolor;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
})(Math);
|
|
1200
|
+
});
|
|
1201
|
+
|
|
1202
|
+
const E = {
|
|
1203
|
+
color: "rgb(0, 0, 0)",
|
|
1204
|
+
background: "rgb(255, 255, 255)"
|
|
1205
|
+
};
|
|
1206
|
+
const N = {
|
|
1207
|
+
color: "rgb(255, 241, 0)",
|
|
1208
|
+
background: "rgb(0, 0, 0)"
|
|
1209
|
+
};
|
|
1210
|
+
const N1 = {
|
|
1211
|
+
color: "rgb(255, 241, 0)",
|
|
1212
|
+
background: "rgb(0, 0, 0)"
|
|
1213
|
+
};
|
|
1214
|
+
const N2 = {
|
|
1215
|
+
color: "rgb(255, 241, 0)",
|
|
1216
|
+
background: "rgb(0, 0, 0)"
|
|
1217
|
+
};
|
|
1218
|
+
const N4 = {
|
|
1219
|
+
color: "rgb(255, 241, 0)",
|
|
1220
|
+
background: "rgb(0, 0, 0)"
|
|
1221
|
+
};
|
|
1222
|
+
const N5 = {
|
|
1223
|
+
color: "rgb(255, 241, 0)",
|
|
1224
|
+
background: "rgb(0, 0, 0)"
|
|
1225
|
+
};
|
|
1226
|
+
const N6 = {
|
|
1227
|
+
color: "rgb(255, 241, 0)",
|
|
1228
|
+
background: "rgb(0, 0, 0)"
|
|
1229
|
+
};
|
|
1230
|
+
const N7 = {
|
|
1231
|
+
color: "rgb(255, 241, 0)",
|
|
1232
|
+
background: "rgb(0, 0, 0)"
|
|
1233
|
+
};
|
|
1234
|
+
const N8 = {
|
|
1235
|
+
color: "rgb(255, 241, 0)",
|
|
1236
|
+
background: "rgb(0, 0, 0)"
|
|
1237
|
+
};
|
|
1238
|
+
const N9 = {
|
|
1239
|
+
color: "rgb(255, 241, 0)",
|
|
1240
|
+
background: "rgb(0, 0, 0)"
|
|
1241
|
+
};
|
|
1242
|
+
const N10 = {
|
|
1243
|
+
color: "rgb(255, 241, 0)",
|
|
1244
|
+
background: "rgb(0, 0, 0)"
|
|
1245
|
+
};
|
|
1246
|
+
const N11 = {
|
|
1247
|
+
color: "rgb(255, 241, 0)",
|
|
1248
|
+
background: "rgb(0, 0, 0)"
|
|
1249
|
+
};
|
|
1250
|
+
const N12 = {
|
|
1251
|
+
color: "rgb(255, 241, 0)",
|
|
1252
|
+
background: "rgb(0, 0, 0)"
|
|
1253
|
+
};
|
|
1254
|
+
const N13 = {
|
|
1255
|
+
color: "rgb(255, 241, 0)",
|
|
1256
|
+
background: "rgb(0, 0, 0)"
|
|
1257
|
+
};
|
|
1258
|
+
const N14 = {
|
|
1259
|
+
color: "rgb(255, 241, 0)",
|
|
1260
|
+
background: "rgb(0, 0, 0)"
|
|
1261
|
+
};
|
|
1262
|
+
const N15 = {
|
|
1263
|
+
color: "rgb(255, 241, 0)",
|
|
1264
|
+
background: "rgb(0, 0, 0)"
|
|
1265
|
+
};
|
|
1266
|
+
const N16 = {
|
|
1267
|
+
color: "rgb(255, 241, 0)",
|
|
1268
|
+
background: "rgb(0, 0, 0)"
|
|
1269
|
+
};
|
|
1270
|
+
const N17 = {
|
|
1271
|
+
color: "rgb(255, 241, 0)",
|
|
1272
|
+
background: "rgb(0, 0, 0)"
|
|
1273
|
+
};
|
|
1274
|
+
const N18 = {
|
|
1275
|
+
color: "rgb(255, 241, 0)",
|
|
1276
|
+
background: "rgb(0, 0, 0)"
|
|
1277
|
+
};
|
|
1278
|
+
const N19 = {
|
|
1279
|
+
color: "rgb(255, 241, 0)",
|
|
1280
|
+
background: "rgb(0, 0, 0)"
|
|
1281
|
+
};
|
|
1282
|
+
const N30 = {
|
|
1283
|
+
color: "rgb(255, 241, 0)",
|
|
1284
|
+
background: "rgb(0, 0, 0)"
|
|
1285
|
+
};
|
|
1286
|
+
const N31 = {
|
|
1287
|
+
color: "rgb(255, 241, 0)",
|
|
1288
|
+
background: "rgb(0, 0, 0)"
|
|
1289
|
+
};
|
|
1290
|
+
const N32 = {
|
|
1291
|
+
color: "rgb(255, 241, 0)",
|
|
1292
|
+
background: "rgb(0, 0, 0)"
|
|
1293
|
+
};
|
|
1294
|
+
const N33 = {
|
|
1295
|
+
color: "rgb(255, 241, 0)",
|
|
1296
|
+
background: "rgb(0, 0, 0)"
|
|
1297
|
+
};
|
|
1298
|
+
const N34 = {
|
|
1299
|
+
color: "rgb(255, 241, 0)",
|
|
1300
|
+
background: "rgb(0, 0, 0)"
|
|
1301
|
+
};
|
|
1302
|
+
const N45 = {
|
|
1303
|
+
color: "rgb(255, 241, 0)",
|
|
1304
|
+
background: "rgb(0, 0, 0)"
|
|
1305
|
+
};
|
|
1306
|
+
const N72 = {
|
|
1307
|
+
color: "rgb(255, 241, 0)",
|
|
1308
|
+
background: "rgb(0, 0, 0)"
|
|
1309
|
+
};
|
|
1310
|
+
const N78 = {
|
|
1311
|
+
color: "rgb(255, 241, 0)",
|
|
1312
|
+
background: "rgb(0, 0, 0)"
|
|
1313
|
+
};
|
|
1314
|
+
const SN1 = {
|
|
1315
|
+
color: "rgb(255, 241, 0)",
|
|
1316
|
+
background: "rgb(0, 0, 0)"
|
|
1317
|
+
};
|
|
1318
|
+
const SN4 = {
|
|
1319
|
+
color: "rgb(255, 241, 0)",
|
|
1320
|
+
background: "rgb(0, 0, 0)"
|
|
1321
|
+
};
|
|
1322
|
+
const SN5 = {
|
|
1323
|
+
color: "rgb(255, 241, 0)",
|
|
1324
|
+
background: "rgb(0, 0, 0)"
|
|
1325
|
+
};
|
|
1326
|
+
const SN6 = {
|
|
1327
|
+
color: "rgb(255, 241, 0)",
|
|
1328
|
+
background: "rgb(0, 0, 0)"
|
|
1329
|
+
};
|
|
1330
|
+
const SN7 = {
|
|
1331
|
+
color: "rgb(255, 241, 0)",
|
|
1332
|
+
background: "rgb(0, 0, 0)"
|
|
1333
|
+
};
|
|
1334
|
+
const SN8 = {
|
|
1335
|
+
color: "rgb(255, 241, 0)",
|
|
1336
|
+
background: "rgb(0, 0, 0)"
|
|
1337
|
+
};
|
|
1338
|
+
const SN9 = {
|
|
1339
|
+
color: "rgb(255, 241, 0)",
|
|
1340
|
+
background: "rgb(0, 0, 0)"
|
|
1341
|
+
};
|
|
1342
|
+
const S2 = {
|
|
1343
|
+
color: "rgb(255, 255, 255)",
|
|
1344
|
+
background: "rgb(93, 165, 38)"
|
|
1345
|
+
};
|
|
1346
|
+
const S3 = {
|
|
1347
|
+
color: "rgb(255, 255, 255)",
|
|
1348
|
+
background: "rgb(111, 132, 191)"
|
|
1349
|
+
};
|
|
1350
|
+
const S4 = {
|
|
1351
|
+
color: "rgb(255, 255, 255)",
|
|
1352
|
+
background: "rgb(243, 96, 76)"
|
|
1353
|
+
};
|
|
1354
|
+
const S5 = {
|
|
1355
|
+
color: "rgb(255, 255, 255)",
|
|
1356
|
+
background: "rgb(27, 136, 164)"
|
|
1357
|
+
};
|
|
1358
|
+
const S6 = {
|
|
1359
|
+
color: "rgb(255, 255, 255)",
|
|
1360
|
+
background: "rgb(70, 51, 120)"
|
|
1361
|
+
};
|
|
1362
|
+
const S7 = {
|
|
1363
|
+
color: "rgb(0, 0, 0)",
|
|
1364
|
+
background: "rgb(255, 162, 1)"
|
|
1365
|
+
};
|
|
1366
|
+
const S8 = {
|
|
1367
|
+
color: "rgb(255, 255, 255)",
|
|
1368
|
+
background: "rgb(47, 20, 97)"
|
|
1369
|
+
};
|
|
1370
|
+
const S9 = {
|
|
1371
|
+
color: "rgb(255, 255, 255)",
|
|
1372
|
+
background: "rgb(35, 156, 54)"
|
|
1373
|
+
};
|
|
1374
|
+
const S10 = {
|
|
1375
|
+
color: "rgb(0, 0, 0)",
|
|
1376
|
+
background: "rgb(255, 177, 55)"
|
|
1377
|
+
};
|
|
1378
|
+
const S11 = {
|
|
1379
|
+
color: "rgb(255, 255, 255)",
|
|
1380
|
+
background: "rgb(130, 118, 170)"
|
|
1381
|
+
};
|
|
1382
|
+
const S14 = {
|
|
1383
|
+
color: "rgb(255, 255, 255)",
|
|
1384
|
+
background: "rgb(97, 55, 23)"
|
|
1385
|
+
};
|
|
1386
|
+
const S15 = {
|
|
1387
|
+
color: "rgb(255, 255, 255)",
|
|
1388
|
+
background: "rgb(198, 165, 126)"
|
|
1389
|
+
};
|
|
1390
|
+
const S16 = {
|
|
1391
|
+
color: "rgb(255, 255, 255)",
|
|
1392
|
+
background: "rgb(130, 187, 162)"
|
|
1393
|
+
};
|
|
1394
|
+
const S18 = {
|
|
1395
|
+
color: "rgb(255, 255, 255)",
|
|
1396
|
+
background: "rgb(235, 60, 46)"
|
|
1397
|
+
};
|
|
1398
|
+
const S19 = {
|
|
1399
|
+
color: "rgb(255, 255, 255)",
|
|
1400
|
+
background: "rgb(245, 130, 32)"
|
|
1401
|
+
};
|
|
1402
|
+
const S20 = {
|
|
1403
|
+
color: "rgb(255, 255, 255)",
|
|
1404
|
+
background: "rgb(240, 91, 148)"
|
|
1405
|
+
};
|
|
1406
|
+
const S21 = {
|
|
1407
|
+
color: "rgb(255, 255, 255)",
|
|
1408
|
+
background: "rgb(121, 156, 205)"
|
|
1409
|
+
};
|
|
1410
|
+
const S23 = {
|
|
1411
|
+
color: "rgb(255, 255, 255)",
|
|
1412
|
+
background: "rgb(115, 178, 75)"
|
|
1413
|
+
};
|
|
1414
|
+
const S24 = {
|
|
1415
|
+
color: "rgb(255, 255, 255)",
|
|
1416
|
+
background: "rgb(148, 102, 68)"
|
|
1417
|
+
};
|
|
1418
|
+
const S25 = {
|
|
1419
|
+
color: "rgb(255, 255, 255)",
|
|
1420
|
+
background: "rgb(180, 30, 142)"
|
|
1421
|
+
};
|
|
1422
|
+
const LineColors = {
|
|
1423
|
+
"2": {
|
|
1424
|
+
color: "rgb(255, 255, 255)",
|
|
1425
|
+
background: "rgb(226, 10, 22)"
|
|
1426
|
+
},
|
|
1427
|
+
"3": {
|
|
1428
|
+
color: "rgb(255, 255, 255)",
|
|
1429
|
+
background: "rgb(0, 137, 47)"
|
|
1430
|
+
},
|
|
1431
|
+
"4": {
|
|
1432
|
+
color: "rgb(255, 255, 255)",
|
|
1433
|
+
background: "rgb(17, 41, 111)"
|
|
1434
|
+
},
|
|
1435
|
+
"5": {
|
|
1436
|
+
color: "rgb(255, 255, 255)",
|
|
1437
|
+
background: "rgb(115, 69, 34)"
|
|
1438
|
+
},
|
|
1439
|
+
"6": {
|
|
1440
|
+
color: "rgb(255, 255, 255)",
|
|
1441
|
+
background: "rgb(202, 125, 60)"
|
|
1442
|
+
},
|
|
1443
|
+
"7": {
|
|
1444
|
+
color: "rgb(255, 255, 255)",
|
|
1445
|
+
background: "rgb(0, 0, 0)"
|
|
1446
|
+
},
|
|
1447
|
+
"8": {
|
|
1448
|
+
color: "rgb(0, 0, 0)",
|
|
1449
|
+
background: "rgb(138, 181, 31)"
|
|
1450
|
+
},
|
|
1451
|
+
"9": {
|
|
1452
|
+
color: "rgb(255, 255, 255)",
|
|
1453
|
+
background: "rgb(17, 41, 111)"
|
|
1454
|
+
},
|
|
1455
|
+
"10": {
|
|
1456
|
+
color: "rgb(255, 255, 255)",
|
|
1457
|
+
background: "rgb(225, 36, 114)"
|
|
1458
|
+
},
|
|
1459
|
+
"11": {
|
|
1460
|
+
color: "rgb(255, 255, 255)",
|
|
1461
|
+
background: "rgb(0, 137, 47)"
|
|
1462
|
+
},
|
|
1463
|
+
"12": {
|
|
1464
|
+
color: "rgb(0, 0, 0)",
|
|
1465
|
+
background: "rgb(94, 179, 219)"
|
|
1466
|
+
},
|
|
1467
|
+
"13": {
|
|
1468
|
+
color: "rgb(0, 0, 0)",
|
|
1469
|
+
background: "rgb(255, 193, 0)"
|
|
1470
|
+
},
|
|
1471
|
+
"14": {
|
|
1472
|
+
color: "rgb(255, 255, 255)",
|
|
1473
|
+
background: "rgb(0, 141, 197)"
|
|
1474
|
+
},
|
|
1475
|
+
"15": {
|
|
1476
|
+
color: "rgb(255, 255, 255)",
|
|
1477
|
+
background: "rgb(226, 10, 22)"
|
|
1478
|
+
},
|
|
1479
|
+
"16": {
|
|
1480
|
+
color: "rgb(255, 255, 255)",
|
|
1481
|
+
background: "rgb(16, 55, 82)"
|
|
1482
|
+
},
|
|
1483
|
+
"17": {
|
|
1484
|
+
color: "rgb(255, 255, 255)",
|
|
1485
|
+
background: "rgb(142, 34, 77)"
|
|
1486
|
+
},
|
|
1487
|
+
"19": {
|
|
1488
|
+
color: "rgb(0, 0, 0)",
|
|
1489
|
+
background: "rgb(255, 255, 255)"
|
|
1490
|
+
},
|
|
1491
|
+
"21": {
|
|
1492
|
+
color: "rgb(0, 0, 0)",
|
|
1493
|
+
background: "rgb(255, 255, 255)"
|
|
1494
|
+
},
|
|
1495
|
+
"23": {
|
|
1496
|
+
color: "rgb(0, 0, 0)",
|
|
1497
|
+
background: "rgb(255, 255, 255)",
|
|
1498
|
+
comment: "Seilbahn Rigiblick"
|
|
1499
|
+
},
|
|
1500
|
+
"24": {
|
|
1501
|
+
color: "rgb(0, 0, 0)",
|
|
1502
|
+
background: "rgb(255, 255, 255)",
|
|
1503
|
+
comment: "Polybahn"
|
|
1504
|
+
},
|
|
1505
|
+
"25": {
|
|
1506
|
+
color: "rgb(0, 0, 0)",
|
|
1507
|
+
background: "rgb(255, 255, 255)",
|
|
1508
|
+
comment: "Dolderbahn"
|
|
1509
|
+
},
|
|
1510
|
+
"29": {
|
|
1511
|
+
color: "rgb(0, 0, 0)",
|
|
1512
|
+
background: "rgb(255, 255, 255)"
|
|
1513
|
+
},
|
|
1514
|
+
"31": {
|
|
1515
|
+
color: "rgb(255, 255, 255)",
|
|
1516
|
+
background: "rgb(165, 162, 198)"
|
|
1517
|
+
},
|
|
1518
|
+
"32": {
|
|
1519
|
+
color: "rgb(0, 0, 0)",
|
|
1520
|
+
background: "rgb(204, 178, 209)"
|
|
1521
|
+
},
|
|
1522
|
+
"33": {
|
|
1523
|
+
color: "rgb(0, 0, 0)",
|
|
1524
|
+
background: "rgb(218, 214, 156)"
|
|
1525
|
+
},
|
|
1526
|
+
"34": {
|
|
1527
|
+
color: "rgb(0, 0, 0)",
|
|
1528
|
+
background: "rgb(255, 255, 255)"
|
|
1529
|
+
},
|
|
1530
|
+
"35": {
|
|
1531
|
+
color: "rgb(0, 0, 0)",
|
|
1532
|
+
background: "rgb(255, 255, 255)"
|
|
1533
|
+
},
|
|
1534
|
+
"36": {
|
|
1535
|
+
color: "rgb(0, 0, 0)",
|
|
1536
|
+
background: "rgb(255, 255, 255)"
|
|
1537
|
+
},
|
|
1538
|
+
"37": {
|
|
1539
|
+
color: "rgb(0, 0, 0)",
|
|
1540
|
+
background: "rgb(255, 255, 255)"
|
|
1541
|
+
},
|
|
1542
|
+
"38": {
|
|
1543
|
+
color: "rgb(0, 0, 0)",
|
|
1544
|
+
background: "rgb(255, 255, 255)"
|
|
1545
|
+
},
|
|
1546
|
+
"39": {
|
|
1547
|
+
color: "rgb(0, 0, 0)",
|
|
1548
|
+
background: "rgb(255, 255, 255)"
|
|
1549
|
+
},
|
|
1550
|
+
"40": {
|
|
1551
|
+
color: "rgb(0, 0, 0)",
|
|
1552
|
+
background: "rgb(255, 255, 255)"
|
|
1553
|
+
},
|
|
1554
|
+
"45": {
|
|
1555
|
+
color: "rgb(0, 0, 0)",
|
|
1556
|
+
background: "rgb(255, 255, 255)"
|
|
1557
|
+
},
|
|
1558
|
+
"46": {
|
|
1559
|
+
color: "rgb(0, 0, 0)",
|
|
1560
|
+
background: "rgb(193, 213, 159)"
|
|
1561
|
+
},
|
|
1562
|
+
"54": {
|
|
1563
|
+
color: "rgb(0, 0, 0)",
|
|
1564
|
+
background: "rgb(255, 255, 255)"
|
|
1565
|
+
},
|
|
1566
|
+
"61": {
|
|
1567
|
+
color: "rgb(0, 0, 0)",
|
|
1568
|
+
background: "rgb(255, 255, 255)"
|
|
1569
|
+
},
|
|
1570
|
+
"62": {
|
|
1571
|
+
color: "rgb(0, 0, 0)",
|
|
1572
|
+
background: "rgb(202, 192, 182)"
|
|
1573
|
+
},
|
|
1574
|
+
"63": {
|
|
1575
|
+
color: "rgb(0, 0, 0)",
|
|
1576
|
+
background: "rgb(255, 255, 255)"
|
|
1577
|
+
},
|
|
1578
|
+
"64": {
|
|
1579
|
+
color: "rgb(0, 0, 0)",
|
|
1580
|
+
background: "rgb(255, 255, 255)"
|
|
1581
|
+
},
|
|
1582
|
+
"66": {
|
|
1583
|
+
color: "rgb(0, 0, 0)",
|
|
1584
|
+
background: "rgb(255, 255, 255)"
|
|
1585
|
+
},
|
|
1586
|
+
"67": {
|
|
1587
|
+
color: "rgb(0, 0, 0)",
|
|
1588
|
+
background: "rgb(255, 255, 255)"
|
|
1589
|
+
},
|
|
1590
|
+
"69": {
|
|
1591
|
+
color: "rgb(0, 0, 0)",
|
|
1592
|
+
background: "rgb(255, 255, 255)"
|
|
1593
|
+
},
|
|
1594
|
+
"70": {
|
|
1595
|
+
color: "rgb(0, 0, 0)",
|
|
1596
|
+
background: "rgb(255, 255, 255)"
|
|
1597
|
+
},
|
|
1598
|
+
"72": {
|
|
1599
|
+
color: "rgb(0, 0, 0)",
|
|
1600
|
+
background: "rgb(198, 166, 147)"
|
|
1601
|
+
},
|
|
1602
|
+
"73": {
|
|
1603
|
+
color: "rgb(0, 0, 0)",
|
|
1604
|
+
background: "rgb(255, 255, 255)"
|
|
1605
|
+
},
|
|
1606
|
+
"75": {
|
|
1607
|
+
color: "rgb(0, 0, 0)",
|
|
1608
|
+
background: "rgb(255, 255, 255)"
|
|
1609
|
+
},
|
|
1610
|
+
"76": {
|
|
1611
|
+
color: "rgb(0, 0, 0)",
|
|
1612
|
+
background: "rgb(255, 255, 255)"
|
|
1613
|
+
},
|
|
1614
|
+
"77": {
|
|
1615
|
+
color: "rgb(0, 0, 0)",
|
|
1616
|
+
background: "rgb(255, 255, 255)"
|
|
1617
|
+
},
|
|
1618
|
+
"78": {
|
|
1619
|
+
color: "rgb(0, 0, 0)",
|
|
1620
|
+
background: "rgb(255, 255, 255)"
|
|
1621
|
+
},
|
|
1622
|
+
"79": {
|
|
1623
|
+
color: "rgb(0, 0, 0)",
|
|
1624
|
+
background: "rgb(255, 255, 255)"
|
|
1625
|
+
},
|
|
1626
|
+
"80": {
|
|
1627
|
+
color: "rgb(0, 0, 0)",
|
|
1628
|
+
background: "rgb(203, 207, 179)"
|
|
1629
|
+
},
|
|
1630
|
+
"83": {
|
|
1631
|
+
color: "rgb(0, 0, 0)",
|
|
1632
|
+
background: "rgb(255, 255, 255)"
|
|
1633
|
+
},
|
|
1634
|
+
"89": {
|
|
1635
|
+
color: "rgb(0, 0, 0)",
|
|
1636
|
+
background: "rgb(255, 255, 255)"
|
|
1637
|
+
},
|
|
1638
|
+
"91": {
|
|
1639
|
+
color: "rgb(0, 0, 0)",
|
|
1640
|
+
background: "rgb(255, 255, 255)"
|
|
1641
|
+
},
|
|
1642
|
+
"94": {
|
|
1643
|
+
color: "rgb(255, 255, 255)",
|
|
1644
|
+
background: "rgb(169, 163, 155)"
|
|
1645
|
+
},
|
|
1646
|
+
"95": {
|
|
1647
|
+
color: "rgb(0, 0, 0)",
|
|
1648
|
+
background: "rgb(255, 255, 255)"
|
|
1649
|
+
},
|
|
1650
|
+
"99": {
|
|
1651
|
+
color: "rgb(0, 0, 0)",
|
|
1652
|
+
background: "rgb(255, 255, 255)"
|
|
1653
|
+
},
|
|
1654
|
+
"151": {
|
|
1655
|
+
color: "rgb(0, 0, 0)",
|
|
1656
|
+
background: "rgb(255, 255, 255)"
|
|
1657
|
+
},
|
|
1658
|
+
"152": {
|
|
1659
|
+
color: "rgb(0, 0, 0)",
|
|
1660
|
+
background: "rgb(255, 255, 255)"
|
|
1661
|
+
},
|
|
1662
|
+
"153": {
|
|
1663
|
+
color: "rgb(0, 0, 0)",
|
|
1664
|
+
background: "rgb(255, 255, 255)"
|
|
1665
|
+
},
|
|
1666
|
+
"156": {
|
|
1667
|
+
color: "rgb(0, 0, 0)",
|
|
1668
|
+
background: "rgb(255, 255, 255)"
|
|
1669
|
+
},
|
|
1670
|
+
"161": {
|
|
1671
|
+
color: "rgb(0, 0, 0)",
|
|
1672
|
+
background: "rgb(255, 255, 255)"
|
|
1673
|
+
},
|
|
1674
|
+
"162": {
|
|
1675
|
+
color: "rgb(0, 0, 0)",
|
|
1676
|
+
background: "rgb(255, 255, 255)"
|
|
1677
|
+
},
|
|
1678
|
+
"163": {
|
|
1679
|
+
color: "rgb(0, 0, 0)",
|
|
1680
|
+
background: "rgb(255, 255, 255)"
|
|
1681
|
+
},
|
|
1682
|
+
"165": {
|
|
1683
|
+
color: "rgb(0, 0, 0)",
|
|
1684
|
+
background: "rgb(255, 255, 255)"
|
|
1685
|
+
},
|
|
1686
|
+
"184": {
|
|
1687
|
+
color: "rgb(0, 0, 0)",
|
|
1688
|
+
background: "rgb(255, 255, 255)"
|
|
1689
|
+
},
|
|
1690
|
+
"185": {
|
|
1691
|
+
color: "rgb(0, 0, 0)",
|
|
1692
|
+
background: "rgb(255, 255, 255)"
|
|
1693
|
+
},
|
|
1694
|
+
"200": {
|
|
1695
|
+
color: "rgb(0, 0, 0)",
|
|
1696
|
+
background: "rgb(255, 204, 0)"
|
|
1697
|
+
},
|
|
1698
|
+
"201": {
|
|
1699
|
+
color: "rgb(0, 0, 0)",
|
|
1700
|
+
background: "rgb(255, 204, 0)"
|
|
1701
|
+
},
|
|
1702
|
+
"215": {
|
|
1703
|
+
color: "rgb(0, 0, 0)",
|
|
1704
|
+
background: "rgb(255, 204, 0)"
|
|
1705
|
+
},
|
|
1706
|
+
"220": {
|
|
1707
|
+
color: "rgb(0, 0, 0)",
|
|
1708
|
+
background: "rgb(255, 204, 0)"
|
|
1709
|
+
},
|
|
1710
|
+
"235": {
|
|
1711
|
+
color: "rgb(0, 0, 0)",
|
|
1712
|
+
background: "rgb(255, 204, 0)"
|
|
1713
|
+
},
|
|
1714
|
+
"236": {
|
|
1715
|
+
color: "rgb(0, 0, 0)",
|
|
1716
|
+
background: "rgb(255, 204, 0)"
|
|
1717
|
+
},
|
|
1718
|
+
"245": {
|
|
1719
|
+
color: "rgb(0, 0, 0)",
|
|
1720
|
+
background: "rgb(255, 204, 0)"
|
|
1721
|
+
},
|
|
1722
|
+
"301": {
|
|
1723
|
+
color: "rgb(0, 0, 0)",
|
|
1724
|
+
background: "rgb(138, 181, 31)"
|
|
1725
|
+
},
|
|
1726
|
+
"302": {
|
|
1727
|
+
color: "rgb(255, 255, 255)",
|
|
1728
|
+
background: "rgb(0, 137, 47)"
|
|
1729
|
+
},
|
|
1730
|
+
"303": {
|
|
1731
|
+
color: "rgb(255, 255, 255)",
|
|
1732
|
+
background: "rgb(17, 41, 111)"
|
|
1733
|
+
},
|
|
1734
|
+
"304": {
|
|
1735
|
+
color: "rgb(255, 255, 255)",
|
|
1736
|
+
background: "rgb(226, 10, 22)"
|
|
1737
|
+
},
|
|
1738
|
+
"305": {
|
|
1739
|
+
color: "rgb(255, 255, 255)",
|
|
1740
|
+
background: "rgb(115, 69, 34)"
|
|
1741
|
+
},
|
|
1742
|
+
"306": {
|
|
1743
|
+
color: "rgb(0, 0, 0)",
|
|
1744
|
+
background: "rgb(255, 193, 0)"
|
|
1745
|
+
},
|
|
1746
|
+
"307": {
|
|
1747
|
+
color: "rgb(255, 255, 255)",
|
|
1748
|
+
background: "rgb(202, 125, 60)"
|
|
1749
|
+
},
|
|
1750
|
+
"308": {
|
|
1751
|
+
color: "rgb(255, 255, 255)",
|
|
1752
|
+
background: "rgb(225, 36, 114)"
|
|
1753
|
+
},
|
|
1754
|
+
"309": {
|
|
1755
|
+
color: "rgb(255, 255, 255)",
|
|
1756
|
+
background: "rgb(0, 141, 197)"
|
|
1757
|
+
},
|
|
1758
|
+
"311": {
|
|
1759
|
+
color: "rgb(255, 255, 255)",
|
|
1760
|
+
background: "rgb(255, 93, 85)"
|
|
1761
|
+
},
|
|
1762
|
+
"314": {
|
|
1763
|
+
color: "rgb(0, 0, 0)",
|
|
1764
|
+
background: "rgb(255, 255, 255)"
|
|
1765
|
+
},
|
|
1766
|
+
"315": {
|
|
1767
|
+
color: "rgb(0, 0, 0)",
|
|
1768
|
+
background: "rgb(255, 255, 255)"
|
|
1769
|
+
},
|
|
1770
|
+
"321": {
|
|
1771
|
+
color: "rgb(0, 0, 0)",
|
|
1772
|
+
background: "rgb(255, 255, 255)"
|
|
1773
|
+
},
|
|
1774
|
+
"323": {
|
|
1775
|
+
color: "rgb(0, 0, 0)",
|
|
1776
|
+
background: "rgb(255, 255, 255)"
|
|
1777
|
+
},
|
|
1778
|
+
"325": {
|
|
1779
|
+
color: "rgb(0, 0, 0)",
|
|
1780
|
+
background: "rgb(255, 255, 255)"
|
|
1781
|
+
},
|
|
1782
|
+
"350": {
|
|
1783
|
+
color: "rgb(0, 0, 0)",
|
|
1784
|
+
background: "rgb(255, 204, 0)"
|
|
1785
|
+
},
|
|
1786
|
+
"444": {
|
|
1787
|
+
color: "rgb(0, 0, 0)",
|
|
1788
|
+
background: "rgb(255, 204, 0)"
|
|
1789
|
+
},
|
|
1790
|
+
"445": {
|
|
1791
|
+
color: "rgb(0, 0, 0)",
|
|
1792
|
+
background: "rgb(255, 204, 0)"
|
|
1793
|
+
},
|
|
1794
|
+
"701": {
|
|
1795
|
+
color: "rgb(255, 255, 255)",
|
|
1796
|
+
background: "rgb(0, 141, 197)"
|
|
1797
|
+
},
|
|
1798
|
+
"702": {
|
|
1799
|
+
color: "rgb(255, 255, 255)",
|
|
1800
|
+
background: "rgb(115, 69, 34)"
|
|
1801
|
+
},
|
|
1802
|
+
"703": {
|
|
1803
|
+
color: "rgb(0, 0, 0)",
|
|
1804
|
+
background: "rgb(255, 193, 0)"
|
|
1805
|
+
},
|
|
1806
|
+
"704": {
|
|
1807
|
+
color: "rgb(255, 255, 255)",
|
|
1808
|
+
background: "rgb(142, 34, 77)"
|
|
1809
|
+
},
|
|
1810
|
+
"705": {
|
|
1811
|
+
color: "rgb(255, 255, 255)",
|
|
1812
|
+
background: "rgb(0, 137, 47)"
|
|
1813
|
+
},
|
|
1814
|
+
"720": {
|
|
1815
|
+
color: "rgb(0, 0, 0)",
|
|
1816
|
+
background: "rgb(255, 255, 255)"
|
|
1817
|
+
},
|
|
1818
|
+
"721": {
|
|
1819
|
+
color: "rgb(0, 0, 0)",
|
|
1820
|
+
background: "rgb(255, 255, 255)"
|
|
1821
|
+
},
|
|
1822
|
+
"725": {
|
|
1823
|
+
color: "rgb(0, 0, 0)",
|
|
1824
|
+
background: "rgb(255, 255, 255)"
|
|
1825
|
+
},
|
|
1826
|
+
"726": {
|
|
1827
|
+
color: "rgb(0, 0, 0)",
|
|
1828
|
+
background: "rgb(255, 255, 255)"
|
|
1829
|
+
},
|
|
1830
|
+
"727": {
|
|
1831
|
+
color: "rgb(0, 0, 0)",
|
|
1832
|
+
background: "rgb(255, 255, 255)"
|
|
1833
|
+
},
|
|
1834
|
+
"742": {
|
|
1835
|
+
color: "rgb(0, 0, 0)",
|
|
1836
|
+
background: "rgb(255, 255, 255)"
|
|
1837
|
+
},
|
|
1838
|
+
"743": {
|
|
1839
|
+
color: "rgb(255, 255, 255)",
|
|
1840
|
+
background: "rgb(226, 10, 22)"
|
|
1841
|
+
},
|
|
1842
|
+
"744": {
|
|
1843
|
+
color: "rgb(0, 0, 0)",
|
|
1844
|
+
background: "rgb(255, 255, 255)"
|
|
1845
|
+
},
|
|
1846
|
+
"745": {
|
|
1847
|
+
color: "rgb(0, 0, 0)",
|
|
1848
|
+
background: "rgb(255, 255, 255)"
|
|
1849
|
+
},
|
|
1850
|
+
"747": {
|
|
1851
|
+
color: "rgb(0, 0, 0)",
|
|
1852
|
+
background: "rgb(255, 255, 255)"
|
|
1853
|
+
},
|
|
1854
|
+
"748": {
|
|
1855
|
+
color: "rgb(255, 255, 255)",
|
|
1856
|
+
background: "rgb(225, 36, 114)"
|
|
1857
|
+
},
|
|
1858
|
+
"751": {
|
|
1859
|
+
color: "rgb(255, 255, 255)",
|
|
1860
|
+
background: "rgb(17, 41, 111)"
|
|
1861
|
+
},
|
|
1862
|
+
"752": {
|
|
1863
|
+
color: "rgb(0, 0, 0)",
|
|
1864
|
+
background: "rgb(138, 181, 31)"
|
|
1865
|
+
},
|
|
1866
|
+
"753": {
|
|
1867
|
+
color: "rgb(0, 0, 0)",
|
|
1868
|
+
background: "rgb(255, 255, 255)"
|
|
1869
|
+
},
|
|
1870
|
+
"754": {
|
|
1871
|
+
color: "rgb(255, 255, 255)",
|
|
1872
|
+
background: "rgb(115, 69, 34)"
|
|
1873
|
+
},
|
|
1874
|
+
"759": {
|
|
1875
|
+
color: "rgb(0, 0, 0)",
|
|
1876
|
+
background: "rgb(255, 255, 255)"
|
|
1877
|
+
},
|
|
1878
|
+
"760": {
|
|
1879
|
+
color: "rgb(255, 255, 255)",
|
|
1880
|
+
background: "rgb(0, 137, 47)"
|
|
1881
|
+
},
|
|
1882
|
+
"765": {
|
|
1883
|
+
color: "rgb(0, 0, 0)",
|
|
1884
|
+
background: "rgb(255, 255, 255)"
|
|
1885
|
+
},
|
|
1886
|
+
"768": {
|
|
1887
|
+
color: "rgb(0, 0, 0)",
|
|
1888
|
+
background: "rgb(255, 255, 255)"
|
|
1889
|
+
},
|
|
1890
|
+
"781": {
|
|
1891
|
+
color: "rgb(0, 0, 0)",
|
|
1892
|
+
background: "rgb(255, 255, 255)"
|
|
1893
|
+
},
|
|
1894
|
+
"786": {
|
|
1895
|
+
color: "rgb(0, 0, 0)",
|
|
1896
|
+
background: "rgb(255, 255, 255)"
|
|
1897
|
+
},
|
|
1898
|
+
"787": {
|
|
1899
|
+
color: "rgb(255, 255, 255)",
|
|
1900
|
+
background: "rgb(0, 141, 197)"
|
|
1901
|
+
},
|
|
1902
|
+
"910": {
|
|
1903
|
+
color: "rgb(0, 0, 0)",
|
|
1904
|
+
background: "rgb(255, 255, 255)"
|
|
1905
|
+
},
|
|
1906
|
+
"912": {
|
|
1907
|
+
color: "rgb(0, 0, 0)",
|
|
1908
|
+
background: "rgb(255, 255, 255)"
|
|
1909
|
+
},
|
|
1910
|
+
"916": {
|
|
1911
|
+
color: "rgb(0, 0, 0)",
|
|
1912
|
+
background: "rgb(255, 255, 255)"
|
|
1913
|
+
},
|
|
1914
|
+
"917": {
|
|
1915
|
+
color: "rgb(0, 0, 0)",
|
|
1916
|
+
background: "rgb(255, 255, 255)"
|
|
1917
|
+
},
|
|
1918
|
+
"918": {
|
|
1919
|
+
color: "rgb(0, 0, 0)",
|
|
1920
|
+
background: "rgb(255, 255, 255)"
|
|
1921
|
+
},
|
|
1922
|
+
"919": {
|
|
1923
|
+
color: "rgb(0, 0, 0)",
|
|
1924
|
+
background: "rgb(255, 255, 255)"
|
|
1925
|
+
},
|
|
1926
|
+
E: E,
|
|
1927
|
+
N: N,
|
|
1928
|
+
N1: N1,
|
|
1929
|
+
N2: N2,
|
|
1930
|
+
N4: N4,
|
|
1931
|
+
N5: N5,
|
|
1932
|
+
N6: N6,
|
|
1933
|
+
N7: N7,
|
|
1934
|
+
N8: N8,
|
|
1935
|
+
N9: N9,
|
|
1936
|
+
N10: N10,
|
|
1937
|
+
N11: N11,
|
|
1938
|
+
N12: N12,
|
|
1939
|
+
N13: N13,
|
|
1940
|
+
N14: N14,
|
|
1941
|
+
N15: N15,
|
|
1942
|
+
N16: N16,
|
|
1943
|
+
N17: N17,
|
|
1944
|
+
N18: N18,
|
|
1945
|
+
N19: N19,
|
|
1946
|
+
N30: N30,
|
|
1947
|
+
N31: N31,
|
|
1948
|
+
N32: N32,
|
|
1949
|
+
N33: N33,
|
|
1950
|
+
N34: N34,
|
|
1951
|
+
N45: N45,
|
|
1952
|
+
N72: N72,
|
|
1953
|
+
N78: N78,
|
|
1954
|
+
SN1: SN1,
|
|
1955
|
+
SN4: SN4,
|
|
1956
|
+
SN5: SN5,
|
|
1957
|
+
SN6: SN6,
|
|
1958
|
+
SN7: SN7,
|
|
1959
|
+
SN8: SN8,
|
|
1960
|
+
SN9: SN9,
|
|
1961
|
+
S2: S2,
|
|
1962
|
+
S3: S3,
|
|
1963
|
+
S4: S4,
|
|
1964
|
+
S5: S5,
|
|
1965
|
+
S6: S6,
|
|
1966
|
+
S7: S7,
|
|
1967
|
+
S8: S8,
|
|
1968
|
+
S9: S9,
|
|
1969
|
+
S10: S10,
|
|
1970
|
+
S11: S11,
|
|
1971
|
+
S14: S14,
|
|
1972
|
+
S15: S15,
|
|
1973
|
+
S16: S16,
|
|
1974
|
+
S18: S18,
|
|
1975
|
+
S19: S19,
|
|
1976
|
+
S20: S20,
|
|
1977
|
+
S21: S21,
|
|
1978
|
+
S23: S23,
|
|
1979
|
+
S24: S24,
|
|
1980
|
+
S25: S25
|
|
1981
|
+
};
|
|
1982
|
+
|
|
1983
|
+
const stzhVbzLinechipCss = ".sc-stzh-vbz-linechip-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-vbz-linechip-h{display:none}.sc-stzh-vbz-linechip-h *.sc-stzh-vbz-linechip,.sc-stzh-vbz-linechip-h *.sc-stzh-vbz-linechip::before,.sc-stzh-vbz-linechip-h *.sc-stzh-vbz-linechip::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-vbz-linechip-h{border-radius:var(--stzh-button-border-radius)}.stzh-vbz-linechip.sc-stzh-vbz-linechip{font-family:var(--stzh-font-family-heavy);font-weight:var(--stzh-font-weight-heavy);font-style:normal;font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height);position:relative;border:none;margin:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--stzh-button-border-radius);width:2.5rem;height:1.5rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.stzh-vbz-linechip.sc-stzh-vbz-linechip::before{content:\"\";display:block;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity var(--stzh-base-transition-animation-speed);transition:opacity var(--stzh-base-transition-animation-speed);background-color:var(--stzh-color-black16);border-radius:var(--stzh-button-border-radius)}.stzh-vbz-linechip__text.sc-stzh-vbz-linechip{position:relative}.stzh-vbz-linechip__global-icon.sc-stzh-vbz-linechip{--size:var(--stzh-icon-size-xxsmall)}.stzh-vbz-linechip__alert.sc-stzh-vbz-linechip{position:absolute;top:-0.3125rem;right:-0.3125rem;color:var(--stzh-color-error);background-color:var(--stzh-color-white);border-radius:100%;display:-ms-flexbox;display:flex}.stzh-vbz-linechip__alert-icon.sc-stzh-vbz-linechip{--size:var(--stzh-icon-size-xsmall)}.stzh-vbz-linechip.sc-stzh-vbz-linechip:hover::before,.stzh-vbz-linechip.sc-stzh-vbz-linechip:focus::before,.stzh-vbz-linechip--is-active.sc-stzh-vbz-linechip::before{opacity:1}.stzh-vbz-linechip--is-dark.sc-stzh-vbz-linechip::before{background-color:var(--stzh-color-white16)}.stzh-vbz-linechip--bg-white.sc-stzh-vbz-linechip{border:0.0625rem solid var(--stzh-color-black)}";
|
|
1984
|
+
|
|
1985
|
+
const StzhVbzLinechip = class {
|
|
1986
|
+
constructor(hostRef) {
|
|
1987
|
+
index.registerInstance(this, hostRef);
|
|
1988
|
+
this.stzhFocus = index.createEvent(this, "stzhFocus", 7);
|
|
1989
|
+
this.stzhBlur = index.createEvent(this, "stzhBlur", 7);
|
|
1990
|
+
/** Active */
|
|
1991
|
+
this.active = false;
|
|
1992
|
+
/** Show alert icon */
|
|
1993
|
+
this.alert = false;
|
|
1994
|
+
/** Whether it is a global disturbance */
|
|
1995
|
+
this.global = false;
|
|
1996
|
+
this.onFocus = (event) => {
|
|
1997
|
+
const focusEvent = new FocusEvent("focus", {
|
|
1998
|
+
view: window,
|
|
1999
|
+
bubbles: false,
|
|
2000
|
+
cancelable: false
|
|
2001
|
+
});
|
|
2002
|
+
this.element.dispatchEvent(focusEvent);
|
|
2003
|
+
this.stzhFocus.emit({
|
|
2004
|
+
component: "stzh-vbz-linechip",
|
|
2005
|
+
originalEvent: event
|
|
2006
|
+
});
|
|
2007
|
+
};
|
|
2008
|
+
this.onBlur = (event) => {
|
|
2009
|
+
const blurEvent = new FocusEvent("blur", {
|
|
2010
|
+
view: window,
|
|
2011
|
+
bubbles: false,
|
|
2012
|
+
cancelable: false
|
|
2013
|
+
});
|
|
2014
|
+
this.element.dispatchEvent(blurEvent);
|
|
2015
|
+
this.stzhBlur.emit({
|
|
2016
|
+
component: "stzh-vbz-linechip",
|
|
2017
|
+
originalEvent: event
|
|
2018
|
+
});
|
|
2019
|
+
};
|
|
2020
|
+
}
|
|
2021
|
+
/** Focus menu item */
|
|
2022
|
+
async setFocus() {
|
|
2023
|
+
this.chip.focus();
|
|
2024
|
+
}
|
|
2025
|
+
render() {
|
|
2026
|
+
const lineData = LineColors[this.line] || {};
|
|
2027
|
+
const styles = {
|
|
2028
|
+
color: this.global
|
|
2029
|
+
? "rgb(0, 0, 0)"
|
|
2030
|
+
: lineData.color || "rgb(255, 255, 255)",
|
|
2031
|
+
background: this.global
|
|
2032
|
+
? "rgb(228, 105, 76)"
|
|
2033
|
+
: lineData.background || "rgb(0, 0, 0)"
|
|
2034
|
+
};
|
|
2035
|
+
// detect whether the background is too dark, e.g. line 4 or 7
|
|
2036
|
+
const backgroundData = tinycolor(styles.background);
|
|
2037
|
+
const isDark = backgroundData.getBrightness() < 50;
|
|
2038
|
+
const classes = {
|
|
2039
|
+
"stzh-vbz-linechip": true,
|
|
2040
|
+
"stzh-vbz-linechip--is-global": this.global,
|
|
2041
|
+
"stzh-vbz-linechip--is-alert": this.alert,
|
|
2042
|
+
"stzh-vbz-linechip--is-active": this.active,
|
|
2043
|
+
"stzh-vbz-linechip--is-dark": isDark,
|
|
2044
|
+
"stzh-vbz-linechip--bg-white": styles.background === "rgb(255, 255, 255)",
|
|
2045
|
+
[`stzh-vbz-linechip--line-${this.line}`]: !!this.line
|
|
2046
|
+
};
|
|
2047
|
+
const title = lineData.comment || "";
|
|
2048
|
+
return (index.h(index.Host, null, index.h("button", { ref: (el) => (this.chip = el), class: classes, style: styles, title: title, onFocus: this.onFocus, onBlur: this.onBlur }, this.global ?
|
|
2049
|
+
index.h("stzh-icon", { name: "important-warning", class: "stzh-vbz-linechip__global-icon" })
|
|
2050
|
+
:
|
|
2051
|
+
index.h("div", { class: "stzh-vbz-linechip__text" }, this.line), this.alert &&
|
|
2052
|
+
index.h("div", { class: "stzh-vbz-linechip__alert" }, index.h("stzh-icon", { name: "warning-big", class: "stzh-vbz-linechip__alert-icon" })))));
|
|
2053
|
+
}
|
|
2054
|
+
get element() { return index.getElement(this); }
|
|
2055
|
+
};
|
|
2056
|
+
StzhVbzLinechip.style = stzhVbzLinechipCss;
|
|
2057
|
+
|
|
2058
|
+
exports.stzh_vbz_linechip = StzhVbzLinechip;
|