@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.
Files changed (1294) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +56 -0
  3. package/dist/cjs/_commonjsHelpers-bcc1208a.js +25 -0
  4. package/dist/cjs/animation-utils-c816beac.js +45 -0
  5. package/dist/cjs/app-globals-83a6c2d3.js +54 -0
  6. package/dist/cjs/arrow-70a32014.js +1305 -0
  7. package/dist/cjs/date-adapter-2ffd8eaf.js +90 -0
  8. package/dist/cjs/date-utils-898a50be.js +174 -0
  9. package/dist/cjs/dom-874a1e39.js +75 -0
  10. package/dist/cjs/event-utils-4d7d610a.js +18 -0
  11. package/dist/cjs/focus-trap.esm-1cb6bb2e.js +1280 -0
  12. package/dist/cjs/index-8bd1552a.js +2019 -0
  13. package/dist/cjs/index-ac9bdc7f.js +2245 -0
  14. package/dist/cjs/index.cjs.js +2 -0
  15. package/dist/cjs/js.cookie-9c263d23.js +146 -0
  16. package/dist/cjs/loader.cjs.js +23 -0
  17. package/dist/cjs/media-utils-f1720906.js +26 -0
  18. package/dist/cjs/shadow-css-a33dc836.js +389 -0
  19. package/dist/cjs/string-utils-223b03e2.js +18 -0
  20. package/dist/cjs/stzh-accordion-item.cjs.entry.js +181 -0
  21. package/dist/cjs/stzh-accordion.cjs.entry.js +74 -0
  22. package/dist/cjs/stzh-actions.cjs.entry.js +53 -0
  23. package/dist/cjs/stzh-appnav.cjs.entry.js +50 -0
  24. package/dist/cjs/stzh-appointments.cjs.entry.js +271 -0
  25. package/dist/cjs/stzh-badge_3.cjs.entry.js +167 -0
  26. package/dist/cjs/stzh-calendar.cjs.entry.js +306 -0
  27. package/dist/cjs/stzh-cell.cjs.entry.js +35 -0
  28. package/dist/cjs/stzh-checkbox.cjs.entry.js +136 -0
  29. package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +168 -0
  30. package/dist/cjs/stzh-chip-select.cjs.entry.js +66 -0
  31. package/dist/cjs/stzh-chip.cjs.entry.js +101 -0
  32. package/dist/cjs/stzh-components.cjs.js +107 -0
  33. package/dist/cjs/stzh-container.cjs.entry.js +19 -0
  34. package/dist/cjs/stzh-cspace.cjs.entry.js +22 -0
  35. package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +103 -0
  36. package/dist/cjs/stzh-datamessagelist.cjs.entry.js +23 -0
  37. package/dist/cjs/stzh-datatable.cjs.entry.js +249 -0
  38. package/dist/cjs/stzh-datepicker_4.cjs.entry.js +484 -0
  39. package/dist/cjs/stzh-dialog.cjs.entry.js +191 -0
  40. package/dist/cjs/stzh-dropdown.cjs.entry.js +5086 -0
  41. package/dist/cjs/stzh-fieldset.cjs.entry.js +35 -0
  42. package/dist/cjs/stzh-figure.cjs.entry.js +30 -0
  43. package/dist/cjs/stzh-flyingfocus.cjs.entry.js +178 -0
  44. package/dist/cjs/stzh-footer.cjs.entry.js +67 -0
  45. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +150 -0
  46. package/dist/cjs/stzh-header.cjs.entry.js +162 -0
  47. package/dist/cjs/stzh-heading.cjs.entry.js +32 -0
  48. package/dist/cjs/stzh-hr.cjs.entry.js +23 -0
  49. package/dist/cjs/stzh-hspace.cjs.entry.js +41 -0
  50. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +22 -0
  51. package/dist/cjs/stzh-input-description-9ed61d1d.js +22 -0
  52. package/dist/cjs/stzh-input.cjs.entry.js +192 -0
  53. package/dist/cjs/stzh-link.cjs.entry.js +106 -0
  54. package/dist/cjs/stzh-list-item.cjs.entry.js +28 -0
  55. package/dist/cjs/stzh-list.cjs.entry.js +26 -0
  56. package/dist/cjs/stzh-loader.cjs.entry.js +31 -0
  57. package/dist/cjs/stzh-loadingbar.cjs.entry.js +33 -0
  58. package/dist/cjs/stzh-menu_2.cjs.entry.js +97 -0
  59. package/dist/cjs/stzh-message.cjs.entry.js +85 -0
  60. package/dist/cjs/stzh-metanav.cjs.entry.js +37 -0
  61. package/dist/cjs/stzh-overlay.cjs.entry.js +100 -0
  62. package/dist/cjs/stzh-page-skiplinks.cjs.entry.js +37 -0
  63. package/dist/cjs/stzh-pagetitle.cjs.entry.js +72 -0
  64. package/dist/cjs/stzh-popover.cjs.entry.js +361 -0
  65. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +23 -0
  66. package/dist/cjs/stzh-progressbar-item.cjs.entry.js +57 -0
  67. package/dist/cjs/stzh-progressbar.cjs.entry.js +125 -0
  68. package/dist/cjs/stzh-readspeaker.cjs.entry.js +58 -0
  69. package/dist/cjs/stzh-row.cjs.entry.js +40 -0
  70. package/dist/cjs/stzh-saptcha.cjs.entry.js +81 -0
  71. package/dist/cjs/stzh-section.cjs.entry.js +24 -0
  72. package/dist/cjs/stzh-servicecard-list.cjs.entry.js +56 -0
  73. package/dist/cjs/stzh-servicecard.cjs.entry.js +212 -0
  74. package/dist/cjs/stzh-skiplink.cjs.entry.js +27 -0
  75. package/dist/cjs/stzh-sortable.cjs.entry.js +3382 -0
  76. package/dist/cjs/stzh-status.cjs.entry.js +36 -0
  77. package/dist/cjs/stzh-table.cjs.entry.js +143 -0
  78. package/dist/cjs/stzh-toggle.cjs.entry.js +134 -0
  79. package/dist/cjs/stzh-tooltip.cjs.entry.js +322 -0
  80. package/dist/cjs/stzh-upload.cjs.entry.js +10750 -0
  81. package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +2058 -0
  82. package/dist/cjs/stzh-vbz-majorticker.cjs.entry.js +107 -0
  83. package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +183 -0
  84. package/dist/cjs/stzh-visuallyhidden.cjs.entry.js +21 -0
  85. package/dist/cjs/stzh-vspace.cjs.entry.js +41 -0
  86. package/dist/cjs/translation-utils-2dbbce94.js +60 -0
  87. package/dist/cjs/utils-e84f4a8d.js +36 -0
  88. package/dist/collection/assets/favicons/android-chrome-192x192.png +0 -0
  89. package/dist/collection/assets/favicons/android-chrome-384x384.png +0 -0
  90. package/dist/collection/assets/favicons/apple-touch-icon.png +0 -0
  91. package/dist/collection/assets/favicons/browserconfig.xml +9 -0
  92. package/dist/collection/assets/favicons/favicon-16x16.png +0 -0
  93. package/dist/collection/assets/favicons/favicon-32x32.png +0 -0
  94. package/dist/collection/assets/favicons/favicon.ico +0 -0
  95. package/dist/collection/assets/favicons/mstile-150x150.png +0 -0
  96. package/dist/collection/assets/favicons/safari-pinned-tab.svg +1 -0
  97. package/dist/collection/assets/favicons/site.webmanifest +19 -0
  98. package/dist/collection/assets/fonts/HelveticaNeueLTW01_41488878.woff +0 -0
  99. package/dist/collection/assets/fonts/HelveticaNeueLTW01_41488878.woff2 +0 -0
  100. package/dist/collection/assets/fonts/HelveticaNeueLTW01_55Roman.woff +0 -0
  101. package/dist/collection/assets/fonts/HelveticaNeueLTW01_55Roman.woff2 +0 -0
  102. package/dist/collection/assets/fonts/HelveticaNeueLTW01_71488914.woff +0 -0
  103. package/dist/collection/assets/fonts/HelveticaNeueLTW01_71488914.woff2 +0 -0
  104. package/dist/collection/assets/fonts/HelveticaNeueLTW05_65Medium.woff +0 -0
  105. package/dist/collection/assets/fonts/HelveticaNeueLTW05_65Medium.woff2 +0 -0
  106. package/dist/collection/assets/fonts/HelveticaNeueLTW05_85Heavy.woff +0 -0
  107. package/dist/collection/assets/fonts/HelveticaNeueLTW05_85Heavy.woff2 +0 -0
  108. package/dist/collection/assets/fonts.css +39 -0
  109. package/dist/collection/assets/i18n/de.json +154 -0
  110. package/dist/collection/assets/i18n/en.json +154 -0
  111. package/dist/collection/assets/icons/mono/alarm-bell.svg +3 -0
  112. package/dist/collection/assets/icons/mono/angle-down.svg +3 -0
  113. package/dist/collection/assets/icons/mono/angle-left.svg +3 -0
  114. package/dist/collection/assets/icons/mono/angle-right.svg +3 -0
  115. package/dist/collection/assets/icons/mono/angle-up.svg +3 -0
  116. package/dist/collection/assets/icons/mono/archive-box.svg +3 -0
  117. package/dist/collection/assets/icons/mono/arrow-down.svg +3 -0
  118. package/dist/collection/assets/icons/mono/arrow-left-circle.svg +4 -0
  119. package/dist/collection/assets/icons/mono/arrow-left.svg +3 -0
  120. package/dist/collection/assets/icons/mono/arrow-right-long.svg +3 -0
  121. package/dist/collection/assets/icons/mono/arrow-right.svg +3 -0
  122. package/dist/collection/assets/icons/mono/arrow-up.svg +3 -0
  123. package/dist/collection/assets/icons/mono/bulleted-list.svg +3 -0
  124. package/dist/collection/assets/icons/mono/calendar.svg +3 -0
  125. package/dist/collection/assets/icons/mono/cart.svg +3 -0
  126. package/dist/collection/assets/icons/mono/checkmark-circle.svg +3 -0
  127. package/dist/collection/assets/icons/mono/checkmark.svg +3 -0
  128. package/dist/collection/assets/icons/mono/clock.svg +3 -0
  129. package/dist/collection/assets/icons/mono/close-circle.svg +3 -0
  130. package/dist/collection/assets/icons/mono/close.svg +3 -0
  131. package/dist/collection/assets/icons/mono/compass-direction.svg +3 -0
  132. package/dist/collection/assets/icons/mono/compass-north.svg +4 -0
  133. package/dist/collection/assets/icons/mono/construction.svg +3 -0
  134. package/dist/collection/assets/icons/mono/copy.svg +3 -0
  135. package/dist/collection/assets/icons/mono/delete.svg +3 -0
  136. package/dist/collection/assets/icons/mono/download.svg +3 -0
  137. package/dist/collection/assets/icons/mono/drag.svg +10 -0
  138. package/dist/collection/assets/icons/mono/edit.svg +3 -0
  139. package/dist/collection/assets/icons/mono/email-check.svg +10 -0
  140. package/dist/collection/assets/icons/mono/expand.svg +3 -0
  141. package/dist/collection/assets/icons/mono/external-link.svg +4 -0
  142. package/dist/collection/assets/icons/mono/facebook-comment.svg +3 -0
  143. package/dist/collection/assets/icons/mono/facebook.svg +10 -0
  144. package/dist/collection/assets/icons/mono/file.svg +3 -0
  145. package/dist/collection/assets/icons/mono/filtering.svg +3 -0
  146. package/dist/collection/assets/icons/mono/flag.svg +10 -0
  147. package/dist/collection/assets/icons/mono/focus.svg +3 -0
  148. package/dist/collection/assets/icons/mono/gear.svg +3 -0
  149. package/dist/collection/assets/icons/mono/heart.svg +10 -0
  150. package/dist/collection/assets/icons/mono/home.svg +10 -0
  151. package/dist/collection/assets/icons/mono/important-warning.svg +3 -0
  152. package/dist/collection/assets/icons/mono/info-help.svg +3 -0
  153. package/dist/collection/assets/icons/mono/instagram.svg +3 -0
  154. package/dist/collection/assets/icons/mono/like-hand.svg +10 -0
  155. package/dist/collection/assets/icons/mono/linkedin.svg +5 -0
  156. package/dist/collection/assets/icons/mono/list-expanded.svg +4 -0
  157. package/dist/collection/assets/icons/mono/list-shrinked.svg +3 -0
  158. package/dist/collection/assets/icons/mono/lock.svg +10 -0
  159. package/dist/collection/assets/icons/mono/mail.svg +10 -0
  160. package/dist/collection/assets/icons/mono/map.svg +3 -0
  161. package/dist/collection/assets/icons/mono/menu.svg +3 -0
  162. package/dist/collection/assets/icons/mono/minus.svg +3 -0
  163. package/dist/collection/assets/icons/mono/more-horizontal.svg +5 -0
  164. package/dist/collection/assets/icons/mono/more-vertical.svg +5 -0
  165. package/dist/collection/assets/icons/mono/paper-clip.svg +10 -0
  166. package/dist/collection/assets/icons/mono/phone.svg +10 -0
  167. package/dist/collection/assets/icons/mono/pin-location.svg +10 -0
  168. package/dist/collection/assets/icons/mono/pin.svg +11 -0
  169. package/dist/collection/assets/icons/mono/play-1.svg +4 -0
  170. package/dist/collection/assets/icons/mono/play-button.svg +11 -0
  171. package/dist/collection/assets/icons/mono/play.svg +10 -0
  172. package/dist/collection/assets/icons/mono/plus.svg +3 -0
  173. package/dist/collection/assets/icons/mono/portfolio-grid.svg +11 -0
  174. package/dist/collection/assets/icons/mono/print.svg +10 -0
  175. package/dist/collection/assets/icons/mono/question-help.svg +3 -0
  176. package/dist/collection/assets/icons/mono/read-mail.svg +10 -0
  177. package/dist/collection/assets/icons/mono/reload.svg +10 -0
  178. package/dist/collection/assets/icons/mono/reset-time.svg +10 -0
  179. package/dist/collection/assets/icons/mono/reset.svg +10 -0
  180. package/dist/collection/assets/icons/mono/resize.svg +8 -0
  181. package/dist/collection/assets/icons/mono/rss.svg +12 -0
  182. package/dist/collection/assets/icons/mono/search.svg +3 -0
  183. package/dist/collection/assets/icons/mono/services.svg +6 -0
  184. package/dist/collection/assets/icons/mono/share.svg +3 -0
  185. package/dist/collection/assets/icons/mono/shrink.svg +3 -0
  186. package/dist/collection/assets/icons/mono/silent-mode.svg +3 -0
  187. package/dist/collection/assets/icons/mono/social-media.svg +23 -0
  188. package/dist/collection/assets/icons/mono/star-filled.svg +3 -0
  189. package/dist/collection/assets/icons/mono/star.svg +3 -0
  190. package/dist/collection/assets/icons/mono/subtitle.svg +3 -0
  191. package/dist/collection/assets/icons/mono/team.svg +10 -0
  192. package/dist/collection/assets/icons/mono/text-message.svg +6 -0
  193. package/dist/collection/assets/icons/mono/thermometer.svg +10 -0
  194. package/dist/collection/assets/icons/mono/transcript.svg +3 -0
  195. package/dist/collection/assets/icons/mono/twitter-reply.svg +3 -0
  196. package/dist/collection/assets/icons/mono/twitter-retweet.svg +3 -0
  197. package/dist/collection/assets/icons/mono/twitter.svg +10 -0
  198. package/dist/collection/assets/icons/mono/unlock.svg +10 -0
  199. package/dist/collection/assets/icons/mono/user.svg +3 -0
  200. package/dist/collection/assets/icons/mono/view-hidden.svg +3 -0
  201. package/dist/collection/assets/icons/mono/view.svg +4 -0
  202. package/dist/collection/assets/icons/mono/volume-medium.svg +3 -0
  203. package/dist/collection/assets/icons/mono/warning-big.svg +4 -0
  204. package/dist/collection/assets/icons/mono/warning.svg +3 -0
  205. package/dist/collection/assets/icons/mono/web-Link.svg +3 -0
  206. package/dist/collection/assets/icons/mono/wifi-signal.svg +3 -0
  207. package/dist/collection/assets/icons/mono/world-globe.svg +10 -0
  208. package/dist/collection/assets/icons/mono/xing.svg +11 -0
  209. package/dist/collection/assets/polyfills/ie11CustomProperties.min.js +8 -0
  210. package/dist/collection/assets/polyfills/intersection-observer.min.js +7 -0
  211. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Common.Settings.js +278 -0
  212. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Core.js +544 -0
  213. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.HL.js +1111 -0
  214. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.PlayerAPI.js +211 -0
  215. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles-Basic.css +881 -0
  216. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles-Button.css +75 -0
  217. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles.css +977 -0
  218. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.js +257 -0
  219. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.lib.Facade.adapter.jquery.js +120 -0
  220. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.lib.RSLib.js +796 -0
  221. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.pub.Config.js +384 -0
  222. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.ui.js +1241 -0
  223. package/dist/collection/assets/vendors/readspeaker/ReadSpeakerClassic.css +357 -0
  224. package/dist/collection/assets/vendors/readspeaker/ReadSpeakerClassic.js +51 -0
  225. package/dist/collection/assets/vendors/readspeaker/img/ReadSpeakerClassic.png +0 -0
  226. package/dist/collection/assets/vendors/readspeaker/img/cursor-ew.png +0 -0
  227. package/dist/collection/assets/vendors/readspeaker/img/help.png +0 -0
  228. package/dist/collection/assets/vendors/readspeaker/img/icon_16px.gif +0 -0
  229. package/dist/collection/assets/vendors/readspeaker/img/pin_black.png +0 -0
  230. package/dist/collection/assets/vendors/readspeaker/img/pin_red.png +0 -0
  231. package/dist/collection/assets/vendors/readspeaker/img/play-anim.gif +0 -0
  232. package/dist/collection/assets/vendors/readspeaker/img/rs_button.gif +0 -0
  233. package/dist/collection/assets/vendors/readspeaker/img/rs_button.png +0 -0
  234. package/dist/collection/assets/vendors/readspeaker/img/rs_loader_anim.gif +0 -0
  235. package/dist/collection/assets/vendors/readspeaker/img/timeline-anim.gif +0 -0
  236. package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.css +1 -0
  237. package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.js +24 -0
  238. package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/img/rs_icon_64x64.png +0 -0
  239. package/dist/collection/collection-manifest.json +82 -0
  240. package/dist/collection/components/stzh-accordion/stzh-accordion.css +99 -0
  241. package/dist/collection/components/stzh-accordion/stzh-accordion.js +156 -0
  242. package/dist/collection/components/stzh-accordion/stzh-accordion.stories.js +52 -0
  243. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +233 -0
  244. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +429 -0
  245. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.stories.js +45 -0
  246. package/dist/collection/components/stzh-actions/stzh-actions.css +125 -0
  247. package/dist/collection/components/stzh-actions/stzh-actions.js +98 -0
  248. package/dist/collection/components/stzh-actions/stzh-actions.stories.js +66 -0
  249. package/dist/collection/components/stzh-appnav/stzh-appnav.css +220 -0
  250. package/dist/collection/components/stzh-appnav/stzh-appnav.js +112 -0
  251. package/dist/collection/components/stzh-appnav/stzh-appnav.stories.js +53 -0
  252. package/dist/collection/components/stzh-appointments/stzh-appointments.css +180 -0
  253. package/dist/collection/components/stzh-appointments/stzh-appointments.js +515 -0
  254. package/dist/collection/components/stzh-appointments/stzh-appointments.localization.js +1 -0
  255. package/dist/collection/components/stzh-appointments/stzh-appointments.stories.js +186 -0
  256. package/dist/collection/components/stzh-badge/stzh-badge.css +118 -0
  257. package/dist/collection/components/stzh-badge/stzh-badge.js +47 -0
  258. package/dist/collection/components/stzh-badge/stzh-badge.stories.js +36 -0
  259. package/dist/collection/components/stzh-button/stzh-button.css +312 -0
  260. package/dist/collection/components/stzh-button/stzh-button.js +516 -0
  261. package/dist/collection/components/stzh-button/stzh-button.stories.js +66 -0
  262. package/dist/collection/components/stzh-calendar/stzh-calendar-day.js +22 -0
  263. package/dist/collection/components/stzh-calendar/stzh-calendar-month.js +21 -0
  264. package/dist/collection/components/stzh-calendar/stzh-calendar.css +332 -0
  265. package/dist/collection/components/stzh-calendar/stzh-calendar.js +463 -0
  266. package/dist/collection/components/stzh-calendar/stzh-calendar.localization.js +1 -0
  267. package/dist/collection/components/stzh-calendar/stzh-calendar.stories.js +37 -0
  268. package/dist/collection/components/stzh-cell/stzh-cell.css +575 -0
  269. package/dist/collection/components/stzh-cell/stzh-cell.js +179 -0
  270. package/dist/collection/components/stzh-cell/stzh-cell.stories.js +39 -0
  271. package/dist/collection/components/stzh-checkbox/assets/check.svg +3 -0
  272. package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +272 -0
  273. package/dist/collection/components/stzh-checkbox/stzh-checkbox.js +459 -0
  274. package/dist/collection/components/stzh-checkbox/stzh-checkbox.stories.js +38 -0
  275. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.css +209 -0
  276. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +450 -0
  277. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.stories.js +39 -0
  278. package/dist/collection/components/stzh-chip/stzh-chip.css +302 -0
  279. package/dist/collection/components/stzh-chip/stzh-chip.js +407 -0
  280. package/dist/collection/components/stzh-chip/stzh-chip.stories.js +64 -0
  281. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +115 -0
  282. package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +158 -0
  283. package/dist/collection/components/stzh-chip-select/stzh-chip-select.stories.js +69 -0
  284. package/dist/collection/components/stzh-container/stzh-container.css +190 -0
  285. package/dist/collection/components/stzh-container/stzh-container.js +21 -0
  286. package/dist/collection/components/stzh-container/stzh-container.stories.js +35 -0
  287. package/dist/collection/components/stzh-cspace/stzh-cspace.css +515 -0
  288. package/dist/collection/components/stzh-cspace/stzh-cspace.js +24 -0
  289. package/dist/collection/components/stzh-cspace/stzh-cspace.stories.js +34 -0
  290. package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.css +103 -0
  291. package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.js +24 -0
  292. package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.stories.js +149 -0
  293. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +317 -0
  294. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.js +358 -0
  295. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.localization.js +1 -0
  296. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.stories.js +63 -0
  297. package/dist/collection/components/stzh-datatable/stzh-datatable.css +338 -0
  298. package/dist/collection/components/stzh-datatable/stzh-datatable.js +413 -0
  299. package/dist/collection/components/stzh-datatable/stzh-datatable.localization.js +1 -0
  300. package/dist/collection/components/stzh-datatable/stzh-datatable.stories.js +63 -0
  301. package/dist/collection/components/stzh-datepicker/stzh-datepicker.css +111 -0
  302. package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +586 -0
  303. package/dist/collection/components/stzh-datepicker/stzh-datepicker.localization.js +1 -0
  304. package/dist/collection/components/stzh-datepicker/stzh-datepicker.stories.js +40 -0
  305. package/dist/collection/components/stzh-dialog/stzh-dialog.css +266 -0
  306. package/dist/collection/components/stzh-dialog/stzh-dialog.js +480 -0
  307. package/dist/collection/components/stzh-dialog/stzh-dialog.localization.js +1 -0
  308. package/dist/collection/components/stzh-dialog/stzh-dialog.stories.js +75 -0
  309. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +730 -0
  310. package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +1436 -0
  311. package/dist/collection/components/stzh-dropdown/stzh-dropdown.localization.js +1 -0
  312. package/dist/collection/components/stzh-dropdown/stzh-dropdown.stories.js +109 -0
  313. package/dist/collection/components/stzh-fieldset/stzh-fieldset.css +148 -0
  314. package/dist/collection/components/stzh-fieldset/stzh-fieldset.js +120 -0
  315. package/dist/collection/components/stzh-fieldset/stzh-fieldset.stories.js +55 -0
  316. package/dist/collection/components/stzh-figure/stzh-figure.css +137 -0
  317. package/dist/collection/components/stzh-figure/stzh-figure.js +76 -0
  318. package/dist/collection/components/stzh-figure/stzh-figure.stories.js +36 -0
  319. package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.css +140 -0
  320. package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.js +253 -0
  321. package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.stories.js +27 -0
  322. package/dist/collection/components/stzh-footer/stzh-footer.css +208 -0
  323. package/dist/collection/components/stzh-footer/stzh-footer.js +147 -0
  324. package/dist/collection/components/stzh-footer/stzh-footer.localization.js +1 -0
  325. package/dist/collection/components/stzh-footer/stzh-footer.stories.js +49 -0
  326. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +306 -0
  327. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.js +319 -0
  328. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.localization.js +1 -0
  329. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.stories.js +49 -0
  330. package/dist/collection/components/stzh-header/stzh-header.css +436 -0
  331. package/dist/collection/components/stzh-header/stzh-header.js +267 -0
  332. package/dist/collection/components/stzh-header/stzh-header.stories.js +178 -0
  333. package/dist/collection/components/stzh-heading/stzh-heading.css +397 -0
  334. package/dist/collection/components/stzh-heading/stzh-heading.js +99 -0
  335. package/dist/collection/components/stzh-heading/stzh-heading.stories.js +37 -0
  336. package/dist/collection/components/stzh-hr/stzh-hr.css +105 -0
  337. package/dist/collection/components/stzh-hr/stzh-hr.js +25 -0
  338. package/dist/collection/components/stzh-hr/stzh-hr.stories.js +23 -0
  339. package/dist/collection/components/stzh-hspace/stzh-hspace.css +810 -0
  340. package/dist/collection/components/stzh-hspace/stzh-hspace.js +246 -0
  341. package/dist/collection/components/stzh-hspace/stzh-hspace.stories.js +73 -0
  342. package/dist/collection/components/stzh-icon/stzh-icon.css +109 -0
  343. package/dist/collection/components/stzh-icon/stzh-icon.js +76 -0
  344. package/dist/collection/components/stzh-icon/stzh-icon.stories.js +37 -0
  345. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +1354 -0
  346. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -0
  347. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.css +99 -0
  348. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.js +19 -0
  349. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.stories.js +46 -0
  350. package/dist/collection/components/stzh-input/stzh-input-description.js +8 -0
  351. package/dist/collection/components/stzh-input/stzh-input.css +425 -0
  352. package/dist/collection/components/stzh-input/stzh-input.js +724 -0
  353. package/dist/collection/components/stzh-input/stzh-input.stories.js +116 -0
  354. package/dist/collection/components/stzh-link/stzh-link.css +231 -0
  355. package/dist/collection/components/stzh-link/stzh-link.js +427 -0
  356. package/dist/collection/components/stzh-link/stzh-link.stories.js +67 -0
  357. package/dist/collection/components/stzh-list/stzh-list.css +136 -0
  358. package/dist/collection/components/stzh-list/stzh-list.js +52 -0
  359. package/dist/collection/components/stzh-list/stzh-list.stories.js +42 -0
  360. package/dist/collection/components/stzh-list-item/assets/checkmark.svg +3 -0
  361. package/dist/collection/components/stzh-list-item/stzh-list-item.css +120 -0
  362. package/dist/collection/components/stzh-list-item/stzh-list-item.js +26 -0
  363. package/dist/collection/components/stzh-loader/stzh-loader.css +261 -0
  364. package/dist/collection/components/stzh-loader/stzh-loader.js +93 -0
  365. package/dist/collection/components/stzh-loader/stzh-loader.stories.js +36 -0
  366. package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.css +135 -0
  367. package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.js +94 -0
  368. package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.stories.js +34 -0
  369. package/dist/collection/components/stzh-menu/stzh-menu.css +105 -0
  370. package/dist/collection/components/stzh-menu/stzh-menu.js +21 -0
  371. package/dist/collection/components/stzh-menu/stzh-menu.stories.js +70 -0
  372. package/dist/collection/components/stzh-menu-item/stzh-menu-item.css +173 -0
  373. package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +296 -0
  374. package/dist/collection/components/stzh-menu-item/stzh-menu-item.stories.js +52 -0
  375. package/dist/collection/components/stzh-message/stzh-message.css +259 -0
  376. package/dist/collection/components/stzh-message/stzh-message.js +287 -0
  377. package/dist/collection/components/stzh-message/stzh-message.localization.js +1 -0
  378. package/dist/collection/components/stzh-message/stzh-message.stories.js +40 -0
  379. package/dist/collection/components/stzh-metanav/stzh-metanav.css +115 -0
  380. package/dist/collection/components/stzh-metanav/stzh-metanav.js +41 -0
  381. package/dist/collection/components/stzh-metanav/stzh-metanav.stories.js +39 -0
  382. package/dist/collection/components/stzh-overlay/stzh-overlay.css +135 -0
  383. package/dist/collection/components/stzh-overlay/stzh-overlay.js +239 -0
  384. package/dist/collection/components/stzh-overlay/stzh-overlay.stories.js +50 -0
  385. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.css +113 -0
  386. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.js +41 -0
  387. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.stories.js +43 -0
  388. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +136 -0
  389. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +76 -0
  390. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.stories.js +107 -0
  391. package/dist/collection/components/stzh-popover/stzh-popover.css +360 -0
  392. package/dist/collection/components/stzh-popover/stzh-popover.js +673 -0
  393. package/dist/collection/components/stzh-popover/stzh-popover.localization.js +1 -0
  394. package/dist/collection/components/stzh-popover/stzh-popover.stories.js +67 -0
  395. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +4079 -0
  396. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.js +25 -0
  397. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.stories.js +28 -0
  398. package/dist/collection/components/stzh-progressbar/stzh-progressbar.css +119 -0
  399. package/dist/collection/components/stzh-progressbar/stzh-progressbar.js +272 -0
  400. package/dist/collection/components/stzh-progressbar/stzh-progressbar.stories.js +164 -0
  401. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +364 -0
  402. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.js +250 -0
  403. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.stories.js +36 -0
  404. package/dist/collection/components/stzh-radio/stzh-radio.css +278 -0
  405. package/dist/collection/components/stzh-radio/stzh-radio.js +458 -0
  406. package/dist/collection/components/stzh-radio/stzh-radio.stories.js +38 -0
  407. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.css +209 -0
  408. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +477 -0
  409. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.stories.js +39 -0
  410. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.css +210 -0
  411. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.js +114 -0
  412. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.stories.js +50 -0
  413. package/dist/collection/components/stzh-richtext/stzh-richtext.css +735 -0
  414. package/dist/collection/components/stzh-richtext/stzh-richtext.js +90 -0
  415. package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +79 -0
  416. package/dist/collection/components/stzh-row/stzh-row.css +572 -0
  417. package/dist/collection/components/stzh-row/stzh-row.js +207 -0
  418. package/dist/collection/components/stzh-row/stzh-row.stories.js +90 -0
  419. package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +170 -0
  420. package/dist/collection/components/stzh-saptcha/stzh-saptcha.js +221 -0
  421. package/dist/collection/components/stzh-saptcha/stzh-saptcha.localization.js +1 -0
  422. package/dist/collection/components/stzh-saptcha/stzh-saptcha.stories.js +34 -0
  423. package/dist/collection/components/stzh-section/stzh-section.css +126 -0
  424. package/dist/collection/components/stzh-section/stzh-section.js +50 -0
  425. package/dist/collection/components/stzh-section/stzh-section.stories.js +100 -0
  426. package/dist/collection/components/stzh-servicecard/stzh-servicecard.css +558 -0
  427. package/dist/collection/components/stzh-servicecard/stzh-servicecard.js +592 -0
  428. package/dist/collection/components/stzh-servicecard/stzh-servicecard.localization.js +1 -0
  429. package/dist/collection/components/stzh-servicecard/stzh-servicecard.stories.js +73 -0
  430. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.css +163 -0
  431. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.js +153 -0
  432. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.localization.js +1 -0
  433. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.stories.js +115 -0
  434. package/dist/collection/components/stzh-skiplink/stzh-skiplink.css +128 -0
  435. package/dist/collection/components/stzh-skiplink/stzh-skiplink.js +106 -0
  436. package/dist/collection/components/stzh-skiplink/stzh-skiplink.stories.js +53 -0
  437. package/dist/collection/components/stzh-sortable/stzh-sortable.css +151 -0
  438. package/dist/collection/components/stzh-sortable/stzh-sortable.js +501 -0
  439. package/dist/collection/components/stzh-sortable/stzh-sortable.localization.js +1 -0
  440. package/dist/collection/components/stzh-sortable/stzh-sortable.stories.js +34 -0
  441. package/dist/collection/components/stzh-status/stzh-status.css +143 -0
  442. package/dist/collection/components/stzh-status/stzh-status.js +115 -0
  443. package/dist/collection/components/stzh-status/stzh-status.stories.js +34 -0
  444. package/dist/collection/components/stzh-table/stzh-table.css +365 -0
  445. package/dist/collection/components/stzh-table/stzh-table.js +215 -0
  446. package/dist/collection/components/stzh-table/stzh-table.stories.js +89 -0
  447. package/dist/collection/components/stzh-text/stzh-text.css +859 -0
  448. package/dist/collection/components/stzh-text/stzh-text.js +232 -0
  449. package/dist/collection/components/stzh-text/stzh-text.stories.js +43 -0
  450. package/dist/collection/components/stzh-toggle/stzh-toggle.css +296 -0
  451. package/dist/collection/components/stzh-toggle/stzh-toggle.js +479 -0
  452. package/dist/collection/components/stzh-toggle/stzh-toggle.stories.js +38 -0
  453. package/dist/collection/components/stzh-tooltip/assets/arrow.svg +3 -0
  454. package/dist/collection/components/stzh-tooltip/stzh-tooltip.css +182 -0
  455. package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +667 -0
  456. package/dist/collection/components/stzh-tooltip/stzh-tooltip.localization.js +1 -0
  457. package/dist/collection/components/stzh-tooltip/stzh-tooltip.stories.js +63 -0
  458. package/dist/collection/components/stzh-upload/stzh-upload.css +409 -0
  459. package/dist/collection/components/stzh-upload/stzh-upload.js +1358 -0
  460. package/dist/collection/components/stzh-upload/stzh-upload.localization.js +1 -0
  461. package/dist/collection/components/stzh-upload/stzh-upload.stories.js +69 -0
  462. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.css +163 -0
  463. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.js +229 -0
  464. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.stories.js +36 -0
  465. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.css +100 -0
  466. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.js +236 -0
  467. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.localization.js +1 -0
  468. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.stories.js +52 -0
  469. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +225 -0
  470. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.js +292 -0
  471. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.js +1 -0
  472. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.stories.js +53 -0
  473. package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.css +107 -0
  474. package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.js +23 -0
  475. package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.stories.js +45 -0
  476. package/dist/collection/components/stzh-vspace/stzh-vspace.css +811 -0
  477. package/dist/collection/components/stzh-vspace/stzh-vspace.js +246 -0
  478. package/dist/collection/components/stzh-vspace/stzh-vspace.stories.js +73 -0
  479. package/dist/collection/global/js/helpers/autofocus.js +20 -0
  480. package/dist/collection/global/js/helpers/scrollbar-width.js +20 -0
  481. package/dist/collection/global/js/script.js +17 -0
  482. package/dist/collection/index.js +7 -0
  483. package/dist/collection/pages/egov.stories.js +262 -0
  484. package/dist/collection/pages/example.stories.js +170 -0
  485. package/dist/collection/pages/meinkonto.stories.js +661 -0
  486. package/dist/collection/patterns/appointments.stories.js +43 -0
  487. package/dist/collection/patterns/processingscreen.stories.js +43 -0
  488. package/dist/collection/utils/animation-utils.js +51 -0
  489. package/dist/collection/utils/date-adapter.js +86 -0
  490. package/dist/collection/utils/date-utils.js +196 -0
  491. package/dist/collection/utils/decorators.js +15 -0
  492. package/dist/collection/utils/event-utils.js +14 -0
  493. package/dist/collection/utils/h.js +109 -0
  494. package/dist/collection/utils/media-utils.js +20 -0
  495. package/dist/collection/utils/string-utils.js +13 -0
  496. package/dist/collection/utils/test-utils.js +27 -0
  497. package/dist/collection/utils/translation-utils.js +55 -0
  498. package/dist/collection/utils/utils.js +41 -0
  499. package/dist/components/_commonjsHelpers.js +21 -0
  500. package/dist/components/animation-utils.js +40 -0
  501. package/dist/components/arrow.js +1297 -0
  502. package/dist/components/date-adapter.js +88 -0
  503. package/dist/components/event-utils.js +16 -0
  504. package/dist/components/focus-trap.esm.js +1278 -0
  505. package/dist/components/index.d.ts +92 -0
  506. package/dist/components/index.js +125 -0
  507. package/dist/components/index2.js +2017 -0
  508. package/dist/components/js.cookie.js +144 -0
  509. package/dist/components/media-utils.js +22 -0
  510. package/dist/components/string-utils.js +15 -0
  511. package/dist/components/stzh-accordion-item.d.ts +11 -0
  512. package/dist/components/stzh-accordion-item.js +204 -0
  513. package/dist/components/stzh-accordion.d.ts +11 -0
  514. package/dist/components/stzh-accordion.js +91 -0
  515. package/dist/components/stzh-actions.d.ts +11 -0
  516. package/dist/components/stzh-actions.js +69 -0
  517. package/dist/components/stzh-appnav.d.ts +11 -0
  518. package/dist/components/stzh-appnav.js +67 -0
  519. package/dist/components/stzh-appointments.d.ts +11 -0
  520. package/dist/components/stzh-appointments.js +367 -0
  521. package/dist/components/stzh-badge.d.ts +11 -0
  522. package/dist/components/stzh-badge.js +6 -0
  523. package/dist/components/stzh-badge2.js +33 -0
  524. package/dist/components/stzh-button.d.ts +11 -0
  525. package/dist/components/stzh-button.js +6 -0
  526. package/dist/components/stzh-button2.js +165 -0
  527. package/dist/components/stzh-calendar.d.ts +11 -0
  528. package/dist/components/stzh-calendar.js +6 -0
  529. package/dist/components/stzh-calendar2.js +490 -0
  530. package/dist/components/stzh-cell.d.ts +11 -0
  531. package/dist/components/stzh-cell.js +57 -0
  532. package/dist/components/stzh-checkbox.d.ts +11 -0
  533. package/dist/components/stzh-checkbox.js +176 -0
  534. package/dist/components/stzh-checkboxgroup.d.ts +11 -0
  535. package/dist/components/stzh-checkboxgroup.js +208 -0
  536. package/dist/components/stzh-chip-select.d.ts +11 -0
  537. package/dist/components/stzh-chip-select.js +107 -0
  538. package/dist/components/stzh-chip.d.ts +11 -0
  539. package/dist/components/stzh-chip.js +6 -0
  540. package/dist/components/stzh-chip2.js +130 -0
  541. package/dist/components/stzh-container.d.ts +11 -0
  542. package/dist/components/stzh-container.js +32 -0
  543. package/dist/components/stzh-cspace.d.ts +11 -0
  544. package/dist/components/stzh-cspace.js +35 -0
  545. package/dist/components/stzh-datamessagelist-item.d.ts +11 -0
  546. package/dist/components/stzh-datamessagelist-item.js +175 -0
  547. package/dist/components/stzh-datamessagelist.d.ts +11 -0
  548. package/dist/components/stzh-datamessagelist.js +36 -0
  549. package/dist/components/stzh-datatable.d.ts +11 -0
  550. package/dist/components/stzh-datatable.js +308 -0
  551. package/dist/components/stzh-datepicker.d.ts +11 -0
  552. package/dist/components/stzh-datepicker.js +6 -0
  553. package/dist/components/stzh-datepicker2.js +221 -0
  554. package/dist/components/stzh-dialog.d.ts +11 -0
  555. package/dist/components/stzh-dialog.js +229 -0
  556. package/dist/components/stzh-dropdown.d.ts +11 -0
  557. package/dist/components/stzh-dropdown.js +6 -0
  558. package/dist/components/stzh-dropdown2.js +5151 -0
  559. package/dist/components/stzh-fieldset.d.ts +11 -0
  560. package/dist/components/stzh-fieldset.js +59 -0
  561. package/dist/components/stzh-figure.d.ts +11 -0
  562. package/dist/components/stzh-figure.js +46 -0
  563. package/dist/components/stzh-flyingfocus.d.ts +11 -0
  564. package/dist/components/stzh-flyingfocus.js +199 -0
  565. package/dist/components/stzh-footer.d.ts +11 -0
  566. package/dist/components/stzh-footer.js +103 -0
  567. package/dist/components/stzh-ghettobox.d.ts +11 -0
  568. package/dist/components/stzh-ghettobox.js +6 -0
  569. package/dist/components/stzh-ghettobox2.js +135 -0
  570. package/dist/components/stzh-header.d.ts +11 -0
  571. package/dist/components/stzh-header.js +186 -0
  572. package/dist/components/stzh-heading.d.ts +11 -0
  573. package/dist/components/stzh-heading.js +6 -0
  574. package/dist/components/stzh-heading2.js +46 -0
  575. package/dist/components/stzh-hr.d.ts +11 -0
  576. package/dist/components/stzh-hr.js +36 -0
  577. package/dist/components/stzh-hspace.d.ts +11 -0
  578. package/dist/components/stzh-hspace.js +64 -0
  579. package/dist/components/stzh-icon-sprite.d.ts +11 -0
  580. package/dist/components/stzh-icon-sprite.js +35 -0
  581. package/dist/components/stzh-icon.d.ts +11 -0
  582. package/dist/components/stzh-icon.js +6 -0
  583. package/dist/components/stzh-icon2.js +48 -0
  584. package/dist/components/stzh-input-description.js +20 -0
  585. package/dist/components/stzh-input.d.ts +11 -0
  586. package/dist/components/stzh-input.js +6 -0
  587. package/dist/components/stzh-input2.js +253 -0
  588. package/dist/components/stzh-link.d.ts +11 -0
  589. package/dist/components/stzh-link.js +6 -0
  590. package/dist/components/stzh-link2.js +144 -0
  591. package/dist/components/stzh-list-item.d.ts +11 -0
  592. package/dist/components/stzh-list-item.js +42 -0
  593. package/dist/components/stzh-list.d.ts +11 -0
  594. package/dist/components/stzh-list.js +42 -0
  595. package/dist/components/stzh-loader.d.ts +11 -0
  596. package/dist/components/stzh-loader.js +48 -0
  597. package/dist/components/stzh-loadingbar.d.ts +11 -0
  598. package/dist/components/stzh-loadingbar.js +50 -0
  599. package/dist/components/stzh-menu-item.d.ts +11 -0
  600. package/dist/components/stzh-menu-item.js +6 -0
  601. package/dist/components/stzh-menu-item2.js +116 -0
  602. package/dist/components/stzh-menu.d.ts +11 -0
  603. package/dist/components/stzh-menu.js +6 -0
  604. package/dist/components/stzh-menu2.js +29 -0
  605. package/dist/components/stzh-message.d.ts +11 -0
  606. package/dist/components/stzh-message.js +113 -0
  607. package/dist/components/stzh-metanav.d.ts +11 -0
  608. package/dist/components/stzh-metanav.js +50 -0
  609. package/dist/components/stzh-overlay.d.ts +11 -0
  610. package/dist/components/stzh-overlay.js +119 -0
  611. package/dist/components/stzh-page-skiplinks.d.ts +11 -0
  612. package/dist/components/stzh-page-skiplinks.js +50 -0
  613. package/dist/components/stzh-pagetitle.d.ts +11 -0
  614. package/dist/components/stzh-pagetitle.js +85 -0
  615. package/dist/components/stzh-popover.d.ts +11 -0
  616. package/dist/components/stzh-popover.js +6 -0
  617. package/dist/components/stzh-popover2.js +390 -0
  618. package/dist/components/stzh-portal-mitwirken.d.ts +11 -0
  619. package/dist/components/stzh-portal-mitwirken.js +36 -0
  620. package/dist/components/stzh-progressbar-item.d.ts +11 -0
  621. package/dist/components/stzh-progressbar-item.js +6 -0
  622. package/dist/components/stzh-progressbar-item2.js +82 -0
  623. package/dist/components/stzh-progressbar.d.ts +11 -0
  624. package/dist/components/stzh-progressbar.js +159 -0
  625. package/dist/components/stzh-radio.d.ts +11 -0
  626. package/dist/components/stzh-radio.js +6 -0
  627. package/dist/components/stzh-radio2.js +168 -0
  628. package/dist/components/stzh-radiogroup.d.ts +11 -0
  629. package/dist/components/stzh-radiogroup.js +6 -0
  630. package/dist/components/stzh-radiogroup2.js +215 -0
  631. package/dist/components/stzh-readspeaker.d.ts +11 -0
  632. package/dist/components/stzh-readspeaker.js +74 -0
  633. package/dist/components/stzh-richtext.d.ts +11 -0
  634. package/dist/components/stzh-richtext.js +6 -0
  635. package/dist/components/stzh-richtext2.js +65 -0
  636. package/dist/components/stzh-row.d.ts +11 -0
  637. package/dist/components/stzh-row.js +63 -0
  638. package/dist/components/stzh-saptcha.d.ts +11 -0
  639. package/dist/components/stzh-saptcha.js +132 -0
  640. package/dist/components/stzh-section.d.ts +11 -0
  641. package/dist/components/stzh-section.js +39 -0
  642. package/dist/components/stzh-servicecard-list.d.ts +11 -0
  643. package/dist/components/stzh-servicecard-list.js +99 -0
  644. package/dist/components/stzh-servicecard.d.ts +11 -0
  645. package/dist/components/stzh-servicecard.js +283 -0
  646. package/dist/components/stzh-skiplink.d.ts +11 -0
  647. package/dist/components/stzh-skiplink.js +45 -0
  648. package/dist/components/stzh-sortable.d.ts +11 -0
  649. package/dist/components/stzh-sortable.js +6 -0
  650. package/dist/components/stzh-sortable2.js +3401 -0
  651. package/dist/components/stzh-status.d.ts +11 -0
  652. package/dist/components/stzh-status.js +6 -0
  653. package/dist/components/stzh-status2.js +51 -0
  654. package/dist/components/stzh-table.d.ts +11 -0
  655. package/dist/components/stzh-table.js +164 -0
  656. package/dist/components/stzh-text.d.ts +11 -0
  657. package/dist/components/stzh-text.js +6 -0
  658. package/dist/components/stzh-text2.js +64 -0
  659. package/dist/components/stzh-toggle.d.ts +11 -0
  660. package/dist/components/stzh-toggle.js +175 -0
  661. package/dist/components/stzh-tooltip.d.ts +11 -0
  662. package/dist/components/stzh-tooltip.js +6 -0
  663. package/dist/components/stzh-tooltip2.js +353 -0
  664. package/dist/components/stzh-upload.d.ts +11 -0
  665. package/dist/components/stzh-upload.js +10818 -0
  666. package/dist/components/stzh-vbz-linechip.d.ts +11 -0
  667. package/dist/components/stzh-vbz-linechip.js +6 -0
  668. package/dist/components/stzh-vbz-linechip2.js +2080 -0
  669. package/dist/components/stzh-vbz-majorticker.d.ts +11 -0
  670. package/dist/components/stzh-vbz-majorticker.js +158 -0
  671. package/dist/components/stzh-vbz-ticker.d.ts +11 -0
  672. package/dist/components/stzh-vbz-ticker.js +232 -0
  673. package/dist/components/stzh-visuallyhidden.d.ts +11 -0
  674. package/dist/components/stzh-visuallyhidden.js +34 -0
  675. package/dist/components/stzh-vspace.d.ts +11 -0
  676. package/dist/components/stzh-vspace.js +64 -0
  677. package/dist/components/translation-utils.js +57 -0
  678. package/dist/components/utils.js +33 -0
  679. package/dist/esm/_commonjsHelpers-ba3f0406.js +21 -0
  680. package/dist/esm/animation-utils-27dcfc1e.js +40 -0
  681. package/dist/esm/app-globals-137e106c.js +52 -0
  682. package/dist/esm/arrow-18769ca6.js +1297 -0
  683. package/dist/esm/date-adapter-c0ee5963.js +88 -0
  684. package/dist/esm/date-utils-282e96fe.js +159 -0
  685. package/dist/esm/dom-104fb833.js +73 -0
  686. package/dist/esm/event-utils-68b64805.js +16 -0
  687. package/dist/esm/focus-trap.esm-074705a3.js +1278 -0
  688. package/dist/esm/index-0e6d34c6.js +2209 -0
  689. package/dist/esm/index-545902f4.js +2017 -0
  690. package/dist/esm/index.js +1 -0
  691. package/dist/esm/js.cookie-28a40640.js +144 -0
  692. package/dist/esm/loader.js +19 -0
  693. package/dist/esm/media-utils-db7c9057.js +22 -0
  694. package/dist/esm/polyfills/core-js.js +11 -0
  695. package/dist/esm/polyfills/css-shim.js +1 -0
  696. package/dist/esm/polyfills/dom.js +79 -0
  697. package/dist/esm/polyfills/es5-html-element.js +1 -0
  698. package/dist/esm/polyfills/index.js +34 -0
  699. package/dist/esm/polyfills/system.js +6 -0
  700. package/dist/esm/shadow-css-4261c637.js +387 -0
  701. package/dist/esm/string-utils-33181845.js +15 -0
  702. package/dist/esm/stzh-accordion-item.entry.js +177 -0
  703. package/dist/esm/stzh-accordion.entry.js +70 -0
  704. package/dist/esm/stzh-actions.entry.js +49 -0
  705. package/dist/esm/stzh-appnav.entry.js +46 -0
  706. package/dist/esm/stzh-appointments.entry.js +267 -0
  707. package/dist/esm/stzh-badge_3.entry.js +161 -0
  708. package/dist/esm/stzh-calendar.entry.js +302 -0
  709. package/dist/esm/stzh-cell.entry.js +31 -0
  710. package/dist/esm/stzh-checkbox.entry.js +132 -0
  711. package/dist/esm/stzh-checkboxgroup.entry.js +164 -0
  712. package/dist/esm/stzh-chip-select.entry.js +62 -0
  713. package/dist/esm/stzh-chip.entry.js +97 -0
  714. package/dist/esm/stzh-components.js +105 -0
  715. package/dist/esm/stzh-container.entry.js +15 -0
  716. package/dist/esm/stzh-cspace.entry.js +18 -0
  717. package/dist/esm/stzh-datamessagelist-item.entry.js +99 -0
  718. package/dist/esm/stzh-datamessagelist.entry.js +19 -0
  719. package/dist/esm/stzh-datatable.entry.js +245 -0
  720. package/dist/esm/stzh-datepicker_4.entry.js +477 -0
  721. package/dist/esm/stzh-dialog.entry.js +187 -0
  722. package/dist/esm/stzh-dropdown.entry.js +5082 -0
  723. package/dist/esm/stzh-fieldset.entry.js +31 -0
  724. package/dist/esm/stzh-figure.entry.js +26 -0
  725. package/dist/esm/stzh-flyingfocus.entry.js +174 -0
  726. package/dist/esm/stzh-footer.entry.js +63 -0
  727. package/dist/esm/stzh-ghettobox_2.entry.js +145 -0
  728. package/dist/esm/stzh-header.entry.js +158 -0
  729. package/dist/esm/stzh-heading.entry.js +28 -0
  730. package/dist/esm/stzh-hr.entry.js +19 -0
  731. package/dist/esm/stzh-hspace.entry.js +37 -0
  732. package/dist/esm/stzh-icon-sprite.entry.js +18 -0
  733. package/dist/esm/stzh-input-description-fa0a4b5b.js +20 -0
  734. package/dist/esm/stzh-input.entry.js +188 -0
  735. package/dist/esm/stzh-link.entry.js +102 -0
  736. package/dist/esm/stzh-list-item.entry.js +24 -0
  737. package/dist/esm/stzh-list.entry.js +22 -0
  738. package/dist/esm/stzh-loader.entry.js +27 -0
  739. package/dist/esm/stzh-loadingbar.entry.js +29 -0
  740. package/dist/esm/stzh-menu_2.entry.js +92 -0
  741. package/dist/esm/stzh-message.entry.js +81 -0
  742. package/dist/esm/stzh-metanav.entry.js +33 -0
  743. package/dist/esm/stzh-overlay.entry.js +96 -0
  744. package/dist/esm/stzh-page-skiplinks.entry.js +33 -0
  745. package/dist/esm/stzh-pagetitle.entry.js +68 -0
  746. package/dist/esm/stzh-popover.entry.js +357 -0
  747. package/dist/esm/stzh-portal-mitwirken.entry.js +19 -0
  748. package/dist/esm/stzh-progressbar-item.entry.js +53 -0
  749. package/dist/esm/stzh-progressbar.entry.js +121 -0
  750. package/dist/esm/stzh-readspeaker.entry.js +54 -0
  751. package/dist/esm/stzh-row.entry.js +36 -0
  752. package/dist/esm/stzh-saptcha.entry.js +77 -0
  753. package/dist/esm/stzh-section.entry.js +20 -0
  754. package/dist/esm/stzh-servicecard-list.entry.js +52 -0
  755. package/dist/esm/stzh-servicecard.entry.js +208 -0
  756. package/dist/esm/stzh-skiplink.entry.js +23 -0
  757. package/dist/esm/stzh-sortable.entry.js +3378 -0
  758. package/dist/esm/stzh-status.entry.js +32 -0
  759. package/dist/esm/stzh-table.entry.js +139 -0
  760. package/dist/esm/stzh-toggle.entry.js +130 -0
  761. package/dist/esm/stzh-tooltip.entry.js +318 -0
  762. package/dist/esm/stzh-upload.entry.js +10746 -0
  763. package/dist/esm/stzh-vbz-linechip.entry.js +2054 -0
  764. package/dist/esm/stzh-vbz-majorticker.entry.js +103 -0
  765. package/dist/esm/stzh-vbz-ticker.entry.js +179 -0
  766. package/dist/esm/stzh-visuallyhidden.entry.js +17 -0
  767. package/dist/esm/stzh-vspace.entry.js +37 -0
  768. package/dist/esm/translation-utils-f5b09945.js +57 -0
  769. package/dist/esm/utils-c5d68020.js +33 -0
  770. package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +1 -0
  771. package/dist/esm-es5/animation-utils-27dcfc1e.js +1 -0
  772. package/dist/esm-es5/app-globals-137e106c.js +1 -0
  773. package/dist/esm-es5/arrow-18769ca6.js +1 -0
  774. package/dist/esm-es5/date-adapter-c0ee5963.js +1 -0
  775. package/dist/esm-es5/date-utils-282e96fe.js +1 -0
  776. package/dist/esm-es5/dom-104fb833.js +21 -0
  777. package/dist/esm-es5/event-utils-68b64805.js +1 -0
  778. package/dist/esm-es5/focus-trap.esm-074705a3.js +9 -0
  779. package/dist/esm-es5/index-0e6d34c6.js +2 -0
  780. package/dist/esm-es5/index-545902f4.js +1 -0
  781. package/dist/esm-es5/index.js +0 -0
  782. package/dist/esm-es5/js.cookie-28a40640.js +1 -0
  783. package/dist/esm-es5/loader.js +1 -0
  784. package/dist/esm-es5/media-utils-db7c9057.js +1 -0
  785. package/dist/esm-es5/shadow-css-4261c637.js +12 -0
  786. package/dist/esm-es5/string-utils-33181845.js +1 -0
  787. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -0
  788. package/dist/esm-es5/stzh-accordion.entry.js +1 -0
  789. package/dist/esm-es5/stzh-actions.entry.js +1 -0
  790. package/dist/esm-es5/stzh-appnav.entry.js +1 -0
  791. package/dist/esm-es5/stzh-appointments.entry.js +1 -0
  792. package/dist/esm-es5/stzh-badge_3.entry.js +1 -0
  793. package/dist/esm-es5/stzh-calendar.entry.js +1 -0
  794. package/dist/esm-es5/stzh-cell.entry.js +1 -0
  795. package/dist/esm-es5/stzh-checkbox.entry.js +1 -0
  796. package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -0
  797. package/dist/esm-es5/stzh-chip-select.entry.js +1 -0
  798. package/dist/esm-es5/stzh-chip.entry.js +1 -0
  799. package/dist/esm-es5/stzh-components.js +1 -0
  800. package/dist/esm-es5/stzh-container.entry.js +1 -0
  801. package/dist/esm-es5/stzh-cspace.entry.js +1 -0
  802. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -0
  803. package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -0
  804. package/dist/esm-es5/stzh-datatable.entry.js +9 -0
  805. package/dist/esm-es5/stzh-datepicker_4.entry.js +1 -0
  806. package/dist/esm-es5/stzh-dialog.entry.js +1 -0
  807. package/dist/esm-es5/stzh-dropdown.entry.js +1 -0
  808. package/dist/esm-es5/stzh-fieldset.entry.js +1 -0
  809. package/dist/esm-es5/stzh-figure.entry.js +1 -0
  810. package/dist/esm-es5/stzh-flyingfocus.entry.js +1 -0
  811. package/dist/esm-es5/stzh-footer.entry.js +1 -0
  812. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -0
  813. package/dist/esm-es5/stzh-header.entry.js +1 -0
  814. package/dist/esm-es5/stzh-heading.entry.js +1 -0
  815. package/dist/esm-es5/stzh-hr.entry.js +1 -0
  816. package/dist/esm-es5/stzh-hspace.entry.js +1 -0
  817. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -0
  818. package/dist/esm-es5/stzh-input-description-fa0a4b5b.js +1 -0
  819. package/dist/esm-es5/stzh-input.entry.js +1 -0
  820. package/dist/esm-es5/stzh-link.entry.js +1 -0
  821. package/dist/esm-es5/stzh-list-item.entry.js +1 -0
  822. package/dist/esm-es5/stzh-list.entry.js +1 -0
  823. package/dist/esm-es5/stzh-loader.entry.js +1 -0
  824. package/dist/esm-es5/stzh-loadingbar.entry.js +1 -0
  825. package/dist/esm-es5/stzh-menu_2.entry.js +1 -0
  826. package/dist/esm-es5/stzh-message.entry.js +1 -0
  827. package/dist/esm-es5/stzh-metanav.entry.js +1 -0
  828. package/dist/esm-es5/stzh-overlay.entry.js +1 -0
  829. package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -0
  830. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -0
  831. package/dist/esm-es5/stzh-popover.entry.js +1 -0
  832. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -0
  833. package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -0
  834. package/dist/esm-es5/stzh-progressbar.entry.js +1 -0
  835. package/dist/esm-es5/stzh-readspeaker.entry.js +1 -0
  836. package/dist/esm-es5/stzh-row.entry.js +1 -0
  837. package/dist/esm-es5/stzh-saptcha.entry.js +1 -0
  838. package/dist/esm-es5/stzh-section.entry.js +1 -0
  839. package/dist/esm-es5/stzh-servicecard-list.entry.js +1 -0
  840. package/dist/esm-es5/stzh-servicecard.entry.js +1 -0
  841. package/dist/esm-es5/stzh-skiplink.entry.js +1 -0
  842. package/dist/esm-es5/stzh-sortable.entry.js +7 -0
  843. package/dist/esm-es5/stzh-status.entry.js +1 -0
  844. package/dist/esm-es5/stzh-table.entry.js +1 -0
  845. package/dist/esm-es5/stzh-toggle.entry.js +1 -0
  846. package/dist/esm-es5/stzh-tooltip.entry.js +1 -0
  847. package/dist/esm-es5/stzh-upload.entry.js +1 -0
  848. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -0
  849. package/dist/esm-es5/stzh-vbz-majorticker.entry.js +1 -0
  850. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -0
  851. package/dist/esm-es5/stzh-visuallyhidden.entry.js +1 -0
  852. package/dist/esm-es5/stzh-vspace.entry.js +1 -0
  853. package/dist/esm-es5/translation-utils-f5b09945.js +1 -0
  854. package/dist/esm-es5/utils-c5d68020.js +1 -0
  855. package/dist/index.cjs.js +1 -0
  856. package/dist/index.js +1 -0
  857. package/dist/stzh-components/assets/favicons/android-chrome-192x192.png +0 -0
  858. package/dist/stzh-components/assets/favicons/android-chrome-384x384.png +0 -0
  859. package/dist/stzh-components/assets/favicons/apple-touch-icon.png +0 -0
  860. package/dist/stzh-components/assets/favicons/browserconfig.xml +9 -0
  861. package/dist/stzh-components/assets/favicons/favicon-16x16.png +0 -0
  862. package/dist/stzh-components/assets/favicons/favicon-32x32.png +0 -0
  863. package/dist/stzh-components/assets/favicons/favicon.ico +0 -0
  864. package/dist/stzh-components/assets/favicons/mstile-150x150.png +0 -0
  865. package/dist/stzh-components/assets/favicons/safari-pinned-tab.svg +1 -0
  866. package/dist/stzh-components/assets/favicons/site.webmanifest +19 -0
  867. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_41488878.woff +0 -0
  868. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_41488878.woff2 +0 -0
  869. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_55Roman.woff +0 -0
  870. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_55Roman.woff2 +0 -0
  871. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_71488914.woff +0 -0
  872. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_71488914.woff2 +0 -0
  873. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_65Medium.woff +0 -0
  874. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_65Medium.woff2 +0 -0
  875. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_85Heavy.woff +0 -0
  876. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_85Heavy.woff2 +0 -0
  877. package/dist/stzh-components/assets/fonts.css +39 -0
  878. package/dist/stzh-components/assets/i18n/de.json +154 -0
  879. package/dist/stzh-components/assets/i18n/en.json +154 -0
  880. package/dist/stzh-components/assets/icons/mono/alarm-bell.svg +3 -0
  881. package/dist/stzh-components/assets/icons/mono/angle-down.svg +3 -0
  882. package/dist/stzh-components/assets/icons/mono/angle-left.svg +3 -0
  883. package/dist/stzh-components/assets/icons/mono/angle-right.svg +3 -0
  884. package/dist/stzh-components/assets/icons/mono/angle-up.svg +3 -0
  885. package/dist/stzh-components/assets/icons/mono/archive-box.svg +3 -0
  886. package/dist/stzh-components/assets/icons/mono/arrow-down.svg +3 -0
  887. package/dist/stzh-components/assets/icons/mono/arrow-left-circle.svg +4 -0
  888. package/dist/stzh-components/assets/icons/mono/arrow-left.svg +3 -0
  889. package/dist/stzh-components/assets/icons/mono/arrow-right-long.svg +3 -0
  890. package/dist/stzh-components/assets/icons/mono/arrow-right.svg +3 -0
  891. package/dist/stzh-components/assets/icons/mono/arrow-up.svg +3 -0
  892. package/dist/stzh-components/assets/icons/mono/bulleted-list.svg +3 -0
  893. package/dist/stzh-components/assets/icons/mono/calendar.svg +3 -0
  894. package/dist/stzh-components/assets/icons/mono/cart.svg +3 -0
  895. package/dist/stzh-components/assets/icons/mono/checkmark-circle.svg +3 -0
  896. package/dist/stzh-components/assets/icons/mono/checkmark.svg +3 -0
  897. package/dist/stzh-components/assets/icons/mono/clock.svg +3 -0
  898. package/dist/stzh-components/assets/icons/mono/close-circle.svg +3 -0
  899. package/dist/stzh-components/assets/icons/mono/close.svg +3 -0
  900. package/dist/stzh-components/assets/icons/mono/compass-direction.svg +3 -0
  901. package/dist/stzh-components/assets/icons/mono/compass-north.svg +4 -0
  902. package/dist/stzh-components/assets/icons/mono/construction.svg +3 -0
  903. package/dist/stzh-components/assets/icons/mono/copy.svg +3 -0
  904. package/dist/stzh-components/assets/icons/mono/delete.svg +3 -0
  905. package/dist/stzh-components/assets/icons/mono/download.svg +3 -0
  906. package/dist/stzh-components/assets/icons/mono/drag.svg +10 -0
  907. package/dist/stzh-components/assets/icons/mono/edit.svg +3 -0
  908. package/dist/stzh-components/assets/icons/mono/email-check.svg +10 -0
  909. package/dist/stzh-components/assets/icons/mono/expand.svg +3 -0
  910. package/dist/stzh-components/assets/icons/mono/external-link.svg +4 -0
  911. package/dist/stzh-components/assets/icons/mono/facebook-comment.svg +3 -0
  912. package/dist/stzh-components/assets/icons/mono/facebook.svg +10 -0
  913. package/dist/stzh-components/assets/icons/mono/file.svg +3 -0
  914. package/dist/stzh-components/assets/icons/mono/filtering.svg +3 -0
  915. package/dist/stzh-components/assets/icons/mono/flag.svg +10 -0
  916. package/dist/stzh-components/assets/icons/mono/focus.svg +3 -0
  917. package/dist/stzh-components/assets/icons/mono/gear.svg +3 -0
  918. package/dist/stzh-components/assets/icons/mono/heart.svg +10 -0
  919. package/dist/stzh-components/assets/icons/mono/home.svg +10 -0
  920. package/dist/stzh-components/assets/icons/mono/important-warning.svg +3 -0
  921. package/dist/stzh-components/assets/icons/mono/info-help.svg +3 -0
  922. package/dist/stzh-components/assets/icons/mono/instagram.svg +3 -0
  923. package/dist/stzh-components/assets/icons/mono/like-hand.svg +10 -0
  924. package/dist/stzh-components/assets/icons/mono/linkedin.svg +5 -0
  925. package/dist/stzh-components/assets/icons/mono/list-expanded.svg +4 -0
  926. package/dist/stzh-components/assets/icons/mono/list-shrinked.svg +3 -0
  927. package/dist/stzh-components/assets/icons/mono/lock.svg +10 -0
  928. package/dist/stzh-components/assets/icons/mono/mail.svg +10 -0
  929. package/dist/stzh-components/assets/icons/mono/map.svg +3 -0
  930. package/dist/stzh-components/assets/icons/mono/menu.svg +3 -0
  931. package/dist/stzh-components/assets/icons/mono/minus.svg +3 -0
  932. package/dist/stzh-components/assets/icons/mono/more-horizontal.svg +5 -0
  933. package/dist/stzh-components/assets/icons/mono/more-vertical.svg +5 -0
  934. package/dist/stzh-components/assets/icons/mono/paper-clip.svg +10 -0
  935. package/dist/stzh-components/assets/icons/mono/phone.svg +10 -0
  936. package/dist/stzh-components/assets/icons/mono/pin-location.svg +10 -0
  937. package/dist/stzh-components/assets/icons/mono/pin.svg +11 -0
  938. package/dist/stzh-components/assets/icons/mono/play-1.svg +4 -0
  939. package/dist/stzh-components/assets/icons/mono/play-button.svg +11 -0
  940. package/dist/stzh-components/assets/icons/mono/play.svg +10 -0
  941. package/dist/stzh-components/assets/icons/mono/plus.svg +3 -0
  942. package/dist/stzh-components/assets/icons/mono/portfolio-grid.svg +11 -0
  943. package/dist/stzh-components/assets/icons/mono/print.svg +10 -0
  944. package/dist/stzh-components/assets/icons/mono/question-help.svg +3 -0
  945. package/dist/stzh-components/assets/icons/mono/read-mail.svg +10 -0
  946. package/dist/stzh-components/assets/icons/mono/reload.svg +10 -0
  947. package/dist/stzh-components/assets/icons/mono/reset-time.svg +10 -0
  948. package/dist/stzh-components/assets/icons/mono/reset.svg +10 -0
  949. package/dist/stzh-components/assets/icons/mono/resize.svg +8 -0
  950. package/dist/stzh-components/assets/icons/mono/rss.svg +12 -0
  951. package/dist/stzh-components/assets/icons/mono/search.svg +3 -0
  952. package/dist/stzh-components/assets/icons/mono/services.svg +6 -0
  953. package/dist/stzh-components/assets/icons/mono/share.svg +3 -0
  954. package/dist/stzh-components/assets/icons/mono/shrink.svg +3 -0
  955. package/dist/stzh-components/assets/icons/mono/silent-mode.svg +3 -0
  956. package/dist/stzh-components/assets/icons/mono/social-media.svg +23 -0
  957. package/dist/stzh-components/assets/icons/mono/star-filled.svg +3 -0
  958. package/dist/stzh-components/assets/icons/mono/star.svg +3 -0
  959. package/dist/stzh-components/assets/icons/mono/subtitle.svg +3 -0
  960. package/dist/stzh-components/assets/icons/mono/team.svg +10 -0
  961. package/dist/stzh-components/assets/icons/mono/text-message.svg +6 -0
  962. package/dist/stzh-components/assets/icons/mono/thermometer.svg +10 -0
  963. package/dist/stzh-components/assets/icons/mono/transcript.svg +3 -0
  964. package/dist/stzh-components/assets/icons/mono/twitter-reply.svg +3 -0
  965. package/dist/stzh-components/assets/icons/mono/twitter-retweet.svg +3 -0
  966. package/dist/stzh-components/assets/icons/mono/twitter.svg +10 -0
  967. package/dist/stzh-components/assets/icons/mono/unlock.svg +10 -0
  968. package/dist/stzh-components/assets/icons/mono/user.svg +3 -0
  969. package/dist/stzh-components/assets/icons/mono/view-hidden.svg +3 -0
  970. package/dist/stzh-components/assets/icons/mono/view.svg +4 -0
  971. package/dist/stzh-components/assets/icons/mono/volume-medium.svg +3 -0
  972. package/dist/stzh-components/assets/icons/mono/warning-big.svg +4 -0
  973. package/dist/stzh-components/assets/icons/mono/warning.svg +3 -0
  974. package/dist/stzh-components/assets/icons/mono/web-Link.svg +3 -0
  975. package/dist/stzh-components/assets/icons/mono/wifi-signal.svg +3 -0
  976. package/dist/stzh-components/assets/icons/mono/world-globe.svg +10 -0
  977. package/dist/stzh-components/assets/icons/mono/xing.svg +11 -0
  978. package/dist/stzh-components/assets/polyfills/ie11CustomProperties.min.js +8 -0
  979. package/dist/stzh-components/assets/polyfills/intersection-observer.min.js +7 -0
  980. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +1354 -0
  981. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -0
  982. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Common.Settings.js +278 -0
  983. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Core.js +544 -0
  984. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.HL.js +1111 -0
  985. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.PlayerAPI.js +211 -0
  986. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles-Basic.css +881 -0
  987. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles-Button.css +75 -0
  988. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles.css +977 -0
  989. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.js +257 -0
  990. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.lib.Facade.adapter.jquery.js +120 -0
  991. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.lib.RSLib.js +796 -0
  992. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.pub.Config.js +384 -0
  993. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.ui.js +1241 -0
  994. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeakerClassic.css +357 -0
  995. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeakerClassic.js +51 -0
  996. package/dist/stzh-components/assets/vendors/readspeaker/img/ReadSpeakerClassic.png +0 -0
  997. package/dist/stzh-components/assets/vendors/readspeaker/img/cursor-ew.png +0 -0
  998. package/dist/stzh-components/assets/vendors/readspeaker/img/help.png +0 -0
  999. package/dist/stzh-components/assets/vendors/readspeaker/img/icon_16px.gif +0 -0
  1000. package/dist/stzh-components/assets/vendors/readspeaker/img/pin_black.png +0 -0
  1001. package/dist/stzh-components/assets/vendors/readspeaker/img/pin_red.png +0 -0
  1002. package/dist/stzh-components/assets/vendors/readspeaker/img/play-anim.gif +0 -0
  1003. package/dist/stzh-components/assets/vendors/readspeaker/img/rs_button.gif +0 -0
  1004. package/dist/stzh-components/assets/vendors/readspeaker/img/rs_button.png +0 -0
  1005. package/dist/stzh-components/assets/vendors/readspeaker/img/rs_loader_anim.gif +0 -0
  1006. package/dist/stzh-components/assets/vendors/readspeaker/img/timeline-anim.gif +0 -0
  1007. package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.css +1 -0
  1008. package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.js +24 -0
  1009. package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/img/rs_icon_64x64.png +0 -0
  1010. package/dist/stzh-components/index.esm.js +0 -0
  1011. package/dist/stzh-components/p-0338cec3.system.entry.js +1 -0
  1012. package/dist/stzh-components/p-03b16275.entry.js +1 -0
  1013. package/dist/stzh-components/p-0433fff9.system.entry.js +1 -0
  1014. package/dist/stzh-components/p-0837657c.entry.js +1 -0
  1015. package/dist/stzh-components/p-08cc711a.system.entry.js +1 -0
  1016. package/dist/stzh-components/p-0a71fbac.entry.js +1 -0
  1017. package/dist/stzh-components/p-0ae3e066.system.entry.js +1 -0
  1018. package/dist/stzh-components/p-0c2b5907.js +1 -0
  1019. package/dist/stzh-components/p-0e9e4c68.entry.js +1 -0
  1020. package/dist/stzh-components/p-0ec28130.system.entry.js +1 -0
  1021. package/dist/stzh-components/p-148de4e6.entry.js +1 -0
  1022. package/dist/stzh-components/p-160c6e5f.system.entry.js +1 -0
  1023. package/dist/stzh-components/p-17258518.entry.js +1 -0
  1024. package/dist/stzh-components/p-1a40a6e4.js +1 -0
  1025. package/dist/stzh-components/p-1aaa5112.system.entry.js +1 -0
  1026. package/dist/stzh-components/p-1ace5d80.entry.js +1 -0
  1027. package/dist/stzh-components/p-1cde29ea.entry.js +1 -0
  1028. package/dist/stzh-components/p-1cebd703.entry.js +1 -0
  1029. package/dist/stzh-components/p-1e2ee622.system.entry.js +1 -0
  1030. package/dist/stzh-components/p-1f3e6fad.system.entry.js +1 -0
  1031. package/dist/stzh-components/p-22f948e2.entry.js +1 -0
  1032. package/dist/stzh-components/p-22fba26d.entry.js +1 -0
  1033. package/dist/stzh-components/p-25afa99e.entry.js +1 -0
  1034. package/dist/stzh-components/p-301841e3.entry.js +1 -0
  1035. package/dist/stzh-components/p-30b347ee.system.js +2 -0
  1036. package/dist/stzh-components/p-320aedf7.js +1 -0
  1037. package/dist/stzh-components/p-323fdc2f.entry.js +1 -0
  1038. package/dist/stzh-components/p-33d033a3.system.entry.js +1 -0
  1039. package/dist/stzh-components/p-3410ef5a.system.entry.js +1 -0
  1040. package/dist/stzh-components/p-378be0be.system.entry.js +1 -0
  1041. package/dist/stzh-components/p-3a73b8b5.system.js +1 -0
  1042. package/dist/stzh-components/p-3afe13ac.system.entry.js +1 -0
  1043. package/dist/stzh-components/p-3ca5c2e6.system.entry.js +1 -0
  1044. package/dist/stzh-components/p-3da37219.entry.js +8 -0
  1045. package/dist/stzh-components/p-3e3e4bfd.system.js +1 -0
  1046. package/dist/stzh-components/p-3e8ff66b.js +1 -0
  1047. package/dist/stzh-components/p-3eb7b6b4.entry.js +1 -0
  1048. package/dist/stzh-components/p-3f03fd94.system.entry.js +1 -0
  1049. package/dist/stzh-components/p-40a19ce6.js +10 -0
  1050. package/dist/stzh-components/p-42430cdf.js +1 -0
  1051. package/dist/stzh-components/p-4476344d.js +1 -0
  1052. package/dist/stzh-components/p-45d4e9b4.system.entry.js +1 -0
  1053. package/dist/stzh-components/p-46f301c0.entry.js +1 -0
  1054. package/dist/stzh-components/p-49968bbf.entry.js +1 -0
  1055. package/dist/stzh-components/p-4b69a3e8.system.entry.js +1 -0
  1056. package/dist/stzh-components/p-4b8893d1.entry.js +1 -0
  1057. package/dist/stzh-components/p-4c61dcad.js +19 -0
  1058. package/dist/stzh-components/p-4c68fa45.system.js +1 -0
  1059. package/dist/stzh-components/p-4e9e606f.entry.js +1 -0
  1060. package/dist/stzh-components/p-50ea2036.system.js +1 -0
  1061. package/dist/stzh-components/p-53934cfd.js +1 -0
  1062. package/dist/stzh-components/p-562394a9.system.entry.js +1 -0
  1063. package/dist/stzh-components/p-56fccfa3.system.entry.js +1 -0
  1064. package/dist/stzh-components/p-582cf0f1.system.js +1 -0
  1065. package/dist/stzh-components/p-58917ce2.entry.js +1 -0
  1066. package/dist/stzh-components/p-58b8d309.system.entry.js +1 -0
  1067. package/dist/stzh-components/p-5977373f.system.js +1 -0
  1068. package/dist/stzh-components/p-59bdb14a.system.entry.js +1 -0
  1069. package/dist/stzh-components/p-5db542ae.system.js +1 -0
  1070. package/dist/stzh-components/p-5f20178b.system.js +1 -0
  1071. package/dist/stzh-components/p-6113bb25.entry.js +1 -0
  1072. package/dist/stzh-components/p-632d9076.system.entry.js +1 -0
  1073. package/dist/stzh-components/p-63b5068a.system.entry.js +1 -0
  1074. package/dist/stzh-components/p-63bf05f1.system.entry.js +1 -0
  1075. package/dist/stzh-components/p-648695c2.js +1 -0
  1076. package/dist/stzh-components/p-649164c7.entry.js +9 -0
  1077. package/dist/stzh-components/p-649621fc.js +1 -0
  1078. package/dist/stzh-components/p-6523a23b.system.js +21 -0
  1079. package/dist/stzh-components/p-65282c9d.js +2 -0
  1080. package/dist/stzh-components/p-65444117.system.entry.js +1 -0
  1081. package/dist/stzh-components/p-66556f67.entry.js +1 -0
  1082. package/dist/stzh-components/p-670d4834.entry.js +1 -0
  1083. package/dist/stzh-components/p-67eac0a0.entry.js +1 -0
  1084. package/dist/stzh-components/p-690d14cd.entry.js +1 -0
  1085. package/dist/stzh-components/p-6d23fb4d.system.entry.js +1 -0
  1086. package/dist/stzh-components/p-73d51acc.system.entry.js +1 -0
  1087. package/dist/stzh-components/p-740dd50f.entry.js +1 -0
  1088. package/dist/stzh-components/p-75f1b800.entry.js +1 -0
  1089. package/dist/stzh-components/p-79770abe.system.entry.js +9 -0
  1090. package/dist/stzh-components/p-7c6f9cb3.entry.js +1 -0
  1091. package/dist/stzh-components/p-7e3924a0.system.entry.js +1 -0
  1092. package/dist/stzh-components/p-80db7aa6.system.entry.js +1 -0
  1093. package/dist/stzh-components/p-818634d2.entry.js +1 -0
  1094. package/dist/stzh-components/p-81d9f3e0.js +1 -0
  1095. package/dist/stzh-components/p-82e6148a.system.entry.js +1 -0
  1096. package/dist/stzh-components/p-85d78e08.entry.js +1 -0
  1097. package/dist/stzh-components/p-87140179.system.entry.js +1 -0
  1098. package/dist/stzh-components/p-8ba6ca80.js +1 -0
  1099. package/dist/stzh-components/p-8cf287d8.system.entry.js +1 -0
  1100. package/dist/stzh-components/p-915e8ad6.entry.js +1 -0
  1101. package/dist/stzh-components/p-91e9ccfa.entry.js +1 -0
  1102. package/dist/stzh-components/p-927901f5.system.entry.js +1 -0
  1103. package/dist/stzh-components/p-936cc626.system.entry.js +1 -0
  1104. package/dist/stzh-components/p-95a3c962.system.entry.js +1 -0
  1105. package/dist/stzh-components/p-96fd158c.entry.js +1 -0
  1106. package/dist/stzh-components/p-98afd4b0.system.entry.js +1 -0
  1107. package/dist/stzh-components/p-99195f5a.system.js +1 -0
  1108. package/dist/stzh-components/p-99533090.system.entry.js +1 -0
  1109. package/dist/stzh-components/p-9be4e960.entry.js +1 -0
  1110. package/dist/stzh-components/p-9fe34fe8.system.js +1 -0
  1111. package/dist/stzh-components/p-a42a7524.entry.js +1 -0
  1112. package/dist/stzh-components/p-a499fa98.system.entry.js +1 -0
  1113. package/dist/stzh-components/p-a5b616bb.system.entry.js +1 -0
  1114. package/dist/stzh-components/p-a7454367.js +1 -0
  1115. package/dist/stzh-components/p-a7785d9b.system.js +1 -0
  1116. package/dist/stzh-components/p-a8c3af68.system.entry.js +1 -0
  1117. package/dist/stzh-components/p-a8de6293.system.js +13 -0
  1118. package/dist/stzh-components/p-ab2727e6.entry.js +1 -0
  1119. package/dist/stzh-components/p-ab864a8a.system.entry.js +1 -0
  1120. package/dist/stzh-components/p-ac9e6d17.system.entry.js +1 -0
  1121. package/dist/stzh-components/p-adaf8b15.entry.js +1 -0
  1122. package/dist/stzh-components/p-ade1ebcf.system.entry.js +1 -0
  1123. package/dist/stzh-components/p-aec2d2d1.system.entry.js +1 -0
  1124. package/dist/stzh-components/p-af47430b.system.entry.js +1 -0
  1125. package/dist/stzh-components/p-af819e4e.system.js +1 -0
  1126. package/dist/stzh-components/p-afa7061e.entry.js +1 -0
  1127. package/dist/stzh-components/p-b06cc533.entry.js +1 -0
  1128. package/dist/stzh-components/p-b10682ee.js +1 -0
  1129. package/dist/stzh-components/p-b1976630.entry.js +1 -0
  1130. package/dist/stzh-components/p-b24040ff.system.entry.js +1 -0
  1131. package/dist/stzh-components/p-b2c8c31e.system.entry.js +1 -0
  1132. package/dist/stzh-components/p-b34774e7.entry.js +1 -0
  1133. package/dist/stzh-components/p-b3b05b6c.entry.js +1 -0
  1134. package/dist/stzh-components/p-b56c83a4.entry.js +1 -0
  1135. package/dist/stzh-components/p-b651f251.entry.js +1 -0
  1136. package/dist/stzh-components/p-b9e4095d.entry.js +1 -0
  1137. package/dist/stzh-components/p-bb900d9f.entry.js +1 -0
  1138. package/dist/stzh-components/p-bb91feeb.entry.js +1 -0
  1139. package/dist/stzh-components/p-bf5b6523.entry.js +1 -0
  1140. package/dist/stzh-components/p-c2218965.system.entry.js +1 -0
  1141. package/dist/stzh-components/p-c3ac1bdc.system.entry.js +1 -0
  1142. package/dist/stzh-components/p-c51a61cb.system.entry.js +1 -0
  1143. package/dist/stzh-components/p-c6cad5ed.system.entry.js +1 -0
  1144. package/dist/stzh-components/p-c8bc2812.entry.js +1 -0
  1145. package/dist/stzh-components/p-cd29b7ca.entry.js +1 -0
  1146. package/dist/stzh-components/p-d1821750.system.entry.js +1 -0
  1147. package/dist/stzh-components/p-d2f660e1.system.js +1 -0
  1148. package/dist/stzh-components/p-d790a367.entry.js +1 -0
  1149. package/dist/stzh-components/p-d7b5770c.entry.js +1 -0
  1150. package/dist/stzh-components/p-d8819b74.system.entry.js +1 -0
  1151. package/dist/stzh-components/p-da8218fa.system.entry.js +1 -0
  1152. package/dist/stzh-components/p-ded16c0e.system.js +1 -0
  1153. package/dist/stzh-components/p-df422d36.entry.js +1 -0
  1154. package/dist/stzh-components/p-e00139a1.entry.js +1 -0
  1155. package/dist/stzh-components/p-e029f6c5.system.entry.js +1 -0
  1156. package/dist/stzh-components/p-e1b64b8a.system.entry.js +1 -0
  1157. package/dist/stzh-components/p-e20369c8.system.js +10 -0
  1158. package/dist/stzh-components/p-e3769e97.system.js +1 -0
  1159. package/dist/stzh-components/p-e4347cfe.entry.js +1 -0
  1160. package/dist/stzh-components/p-e69a66bb.js +1 -0
  1161. package/dist/stzh-components/p-e9bc3a43.entry.js +1 -0
  1162. package/dist/stzh-components/p-e9ca8ddc.entry.js +1 -0
  1163. package/dist/stzh-components/p-ebf73698.entry.js +1 -0
  1164. package/dist/stzh-components/p-ece7ad4d.system.entry.js +1 -0
  1165. package/dist/stzh-components/p-ef5d4167.js +12 -0
  1166. package/dist/stzh-components/p-efb9fa47.system.entry.js +1 -0
  1167. package/dist/stzh-components/p-efd78d08.system.entry.js +1 -0
  1168. package/dist/stzh-components/p-f0422b6c.entry.js +1 -0
  1169. package/dist/stzh-components/p-f21440b3.entry.js +1 -0
  1170. package/dist/stzh-components/p-f44f4d26.system.entry.js +1 -0
  1171. package/dist/stzh-components/p-f481f21d.system.js +1 -0
  1172. package/dist/stzh-components/p-f48a2b00.system.entry.js +1 -0
  1173. package/dist/stzh-components/p-f8bb1bed.system.entry.js +7 -0
  1174. package/dist/stzh-components/p-fa8651dd.entry.js +1 -0
  1175. package/dist/stzh-components/p-fe9f8a09.system.entry.js +1 -0
  1176. package/dist/stzh-components/p-ffa293cf.entry.js +1 -0
  1177. package/dist/stzh-components/stzh-components.css +1 -0
  1178. package/dist/stzh-components/stzh-components.esm.js +1 -0
  1179. package/dist/stzh-components/stzh-components.js +131 -0
  1180. package/dist/types/components/stzh-accordion/stzh-accordion.d.ts +15 -0
  1181. package/dist/types/components/stzh-accordion-item/stzh-accordion-item.d.ts +44 -0
  1182. package/dist/types/components/stzh-actions/stzh-actions.d.ts +16 -0
  1183. package/dist/types/components/stzh-appnav/stzh-appnav.d.ts +17 -0
  1184. package/dist/types/components/stzh-appointments/stzh-appointments.d.ts +73 -0
  1185. package/dist/types/components/stzh-appointments/stzh-appointments.localization.d.ts +11 -0
  1186. package/dist/types/components/stzh-badge/stzh-badge.d.ts +8 -0
  1187. package/dist/types/components/stzh-button/stzh-button.d.ts +59 -0
  1188. package/dist/types/components/stzh-calendar/stzh-calendar-day.d.ts +14 -0
  1189. package/dist/types/components/stzh-calendar/stzh-calendar-month.d.ts +21 -0
  1190. package/dist/types/components/stzh-calendar/stzh-calendar.d.ts +76 -0
  1191. package/dist/types/components/stzh-calendar/stzh-calendar.localization.d.ts +7 -0
  1192. package/dist/types/components/stzh-cell/stzh-cell.d.ts +21 -0
  1193. package/dist/types/components/stzh-checkbox/stzh-checkbox.d.ts +55 -0
  1194. package/dist/types/components/stzh-checkboxgroup/stzh-checkboxgroup.d.ts +62 -0
  1195. package/dist/types/components/stzh-chip/stzh-chip.d.ts +47 -0
  1196. package/dist/types/components/stzh-chip-select/stzh-chip-select.d.ts +23 -0
  1197. package/dist/types/components/stzh-container/stzh-container.d.ts +6 -0
  1198. package/dist/types/components/stzh-cspace/stzh-cspace.d.ts +6 -0
  1199. package/dist/types/components/stzh-datamessagelist/stzh-datamessagelist.d.ts +6 -0
  1200. package/dist/types/components/stzh-datamessagelist-item/stzh-datamessagelist-item.d.ts +44 -0
  1201. package/dist/types/components/stzh-datamessagelist-item/stzh-datamessagelist-item.localization.d.ts +4 -0
  1202. package/dist/types/components/stzh-datatable/stzh-datatable.d.ts +49 -0
  1203. package/dist/types/components/stzh-datatable/stzh-datatable.localization.d.ts +4 -0
  1204. package/dist/types/components/stzh-datepicker/stzh-datepicker.d.ts +93 -0
  1205. package/dist/types/components/stzh-datepicker/stzh-datepicker.localization.d.ts +5 -0
  1206. package/dist/types/components/stzh-dialog/stzh-dialog.d.ts +59 -0
  1207. package/dist/types/components/stzh-dialog/stzh-dialog.localization.d.ts +4 -0
  1208. package/dist/types/components/stzh-dropdown/stzh-dropdown.d.ts +150 -0
  1209. package/dist/types/components/stzh-dropdown/stzh-dropdown.localization.d.ts +7 -0
  1210. package/dist/types/components/stzh-fieldset/stzh-fieldset.d.ts +15 -0
  1211. package/dist/types/components/stzh-figure/stzh-figure.d.ts +13 -0
  1212. package/dist/types/components/stzh-flyingfocus/stzh-flyingfocus.d.ts +39 -0
  1213. package/dist/types/components/stzh-footer/stzh-footer.d.ts +21 -0
  1214. package/dist/types/components/stzh-footer/stzh-footer.localization.d.ts +9 -0
  1215. package/dist/types/components/stzh-ghettobox/stzh-ghettobox.d.ts +49 -0
  1216. package/dist/types/components/stzh-ghettobox/stzh-ghettobox.localization.d.ts +5 -0
  1217. package/dist/types/components/stzh-header/stzh-header.d.ts +57 -0
  1218. package/dist/types/components/stzh-heading/stzh-heading.d.ts +13 -0
  1219. package/dist/types/components/stzh-hr/stzh-hr.d.ts +7 -0
  1220. package/dist/types/components/stzh-hspace/stzh-hspace.d.ts +25 -0
  1221. package/dist/types/components/stzh-icon/stzh-icon.d.ts +15 -0
  1222. package/dist/types/components/stzh-icon-sprite/stzh-icon-sprite.d.ts +3 -0
  1223. package/dist/types/components/stzh-input/stzh-input-description.d.ts +11 -0
  1224. package/dist/types/components/stzh-input/stzh-input.d.ts +95 -0
  1225. package/dist/types/components/stzh-link/stzh-link.d.ts +50 -0
  1226. package/dist/types/components/stzh-list/stzh-list.d.ts +9 -0
  1227. package/dist/types/components/stzh-list-item/stzh-list-item.d.ts +7 -0
  1228. package/dist/types/components/stzh-loader/stzh-loader.d.ts +13 -0
  1229. package/dist/types/components/stzh-loadingbar/stzh-loadingbar.d.ts +12 -0
  1230. package/dist/types/components/stzh-menu/stzh-menu.d.ts +6 -0
  1231. package/dist/types/components/stzh-menu-item/stzh-menu-item.d.ts +35 -0
  1232. package/dist/types/components/stzh-message/stzh-message.d.ts +36 -0
  1233. package/dist/types/components/stzh-message/stzh-message.localization.d.ts +4 -0
  1234. package/dist/types/components/stzh-metanav/stzh-metanav.d.ts +11 -0
  1235. package/dist/types/components/stzh-overlay/stzh-overlay.d.ts +34 -0
  1236. package/dist/types/components/stzh-page-skiplinks/stzh-page-skiplinks.d.ts +11 -0
  1237. package/dist/types/components/stzh-pagetitle/stzh-pagetitle.d.ts +11 -0
  1238. package/dist/types/components/stzh-popover/stzh-popover.d.ts +73 -0
  1239. package/dist/types/components/stzh-popover/stzh-popover.localization.d.ts +4 -0
  1240. package/dist/types/components/stzh-portal-mitwirken/stzh-portal-mitwirken.d.ts +8 -0
  1241. package/dist/types/components/stzh-progressbar/stzh-progressbar.d.ts +42 -0
  1242. package/dist/types/components/stzh-progressbar-item/stzh-progressbar-item.d.ts +22 -0
  1243. package/dist/types/components/stzh-radio/stzh-radio.d.ts +55 -0
  1244. package/dist/types/components/stzh-radiogroup/stzh-radiogroup.d.ts +64 -0
  1245. package/dist/types/components/stzh-readspeaker/stzh-readspeaker.d.ts +18 -0
  1246. package/dist/types/components/stzh-richtext/stzh-richtext.d.ts +14 -0
  1247. package/dist/types/components/stzh-row/stzh-row.d.ts +23 -0
  1248. package/dist/types/components/stzh-saptcha/stzh-saptcha.d.ts +28 -0
  1249. package/dist/types/components/stzh-saptcha/stzh-saptcha.localization.d.ts +7 -0
  1250. package/dist/types/components/stzh-section/stzh-section.d.ts +8 -0
  1251. package/dist/types/components/stzh-servicecard/stzh-servicecard.d.ts +72 -0
  1252. package/dist/types/components/stzh-servicecard/stzh-servicecard.localization.d.ts +8 -0
  1253. package/dist/types/components/stzh-servicecard-list/stzh-servicecard-list.d.ts +23 -0
  1254. package/dist/types/components/stzh-servicecard-list/stzh-servicecard-list.localization.d.ts +5 -0
  1255. package/dist/types/components/stzh-skiplink/stzh-skiplink.d.ts +16 -0
  1256. package/dist/types/components/stzh-sortable/stzh-sortable.d.ts +52 -0
  1257. package/dist/types/components/stzh-sortable/stzh-sortable.localization.d.ts +8 -0
  1258. package/dist/types/components/stzh-status/stzh-status.d.ts +14 -0
  1259. package/dist/types/components/stzh-table/stzh-table.d.ts +33 -0
  1260. package/dist/types/components/stzh-text/stzh-text.d.ts +23 -0
  1261. package/dist/types/components/stzh-toggle/stzh-toggle.d.ts +57 -0
  1262. package/dist/types/components/stzh-tooltip/stzh-tooltip.d.ts +78 -0
  1263. package/dist/types/components/stzh-tooltip/stzh-tooltip.localization.d.ts +4 -0
  1264. package/dist/types/components/stzh-upload/stzh-upload.d.ts +207 -0
  1265. package/dist/types/components/stzh-upload/stzh-upload.localization.d.ts +16 -0
  1266. package/dist/types/components/stzh-vbz-linechip/stzh-vbz-linechip.d.ts +27 -0
  1267. package/dist/types/components/stzh-vbz-majorticker/stzh-vbz-majorticker.d.ts +34 -0
  1268. package/dist/types/components/stzh-vbz-majorticker/stzh-vbz-majorticker.localization.d.ts +4 -0
  1269. package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.d.ts +54 -0
  1270. package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.d.ts +15 -0
  1271. package/dist/types/components/stzh-visuallyhidden/stzh-visuallyhidden.d.ts +6 -0
  1272. package/dist/types/components/stzh-vspace/stzh-vspace.d.ts +25 -0
  1273. package/dist/types/components.d.ts +5192 -0
  1274. package/dist/types/index.d.ts +427 -0
  1275. package/dist/types/stencil-public-runtime.d.ts +1565 -0
  1276. package/dist/types/types/svg.d.ts +4 -0
  1277. package/dist/types/utils/animation-utils.d.ts +10 -0
  1278. package/dist/types/utils/date-adapter.d.ts +8 -0
  1279. package/dist/types/utils/date-utils.d.ts +61 -0
  1280. package/dist/types/utils/event-utils.d.ts +1 -0
  1281. package/dist/types/utils/h.d.ts +18 -0
  1282. package/dist/types/utils/media-utils.d.ts +3 -0
  1283. package/dist/types/utils/string-utils.d.ts +2 -0
  1284. package/dist/types/utils/test-utils.d.ts +9 -0
  1285. package/dist/types/utils/translation-utils.d.ts +40 -0
  1286. package/dist/types/utils/utils.d.ts +3 -0
  1287. package/dist/vscode-data.json +4453 -0
  1288. package/loader/cdn.js +3 -0
  1289. package/loader/index.cjs.js +3 -0
  1290. package/loader/index.d.ts +12 -0
  1291. package/loader/index.es2017.js +3 -0
  1292. package/loader/index.js +4 -0
  1293. package/loader/package.json +11 -0
  1294. package/package.json +94 -0
@@ -0,0 +1,1280 @@
1
+ 'use strict';
2
+
3
+ /*!
4
+ * tabbable 6.0.0
5
+ * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
6
+ */
7
+ var candidateSelectors = ['input', 'select', 'textarea', 'a[href]', 'button', '[tabindex]:not(slot)', 'audio[controls]', 'video[controls]', '[contenteditable]:not([contenteditable="false"])', 'details>summary:first-of-type', 'details'];
8
+ var candidateSelector = /* #__PURE__ */candidateSelectors.join(',');
9
+ var NoElement = typeof Element === 'undefined';
10
+ var matches = NoElement ? function () {} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector;
11
+ var getRootNode = !NoElement && Element.prototype.getRootNode ? function (element) {
12
+ return element.getRootNode();
13
+ } : function (element) {
14
+ return element.ownerDocument;
15
+ };
16
+ /**
17
+ * @param {Element} el container to check in
18
+ * @param {boolean} includeContainer add container to check
19
+ * @param {(node: Element) => boolean} filter filter candidates
20
+ * @returns {Element[]}
21
+ */
22
+
23
+ var getCandidates = function getCandidates(el, includeContainer, filter) {
24
+ var candidates = Array.prototype.slice.apply(el.querySelectorAll(candidateSelector));
25
+
26
+ if (includeContainer && matches.call(el, candidateSelector)) {
27
+ candidates.unshift(el);
28
+ }
29
+
30
+ candidates = candidates.filter(filter);
31
+ return candidates;
32
+ };
33
+ /**
34
+ * @callback GetShadowRoot
35
+ * @param {Element} element to check for shadow root
36
+ * @returns {ShadowRoot|boolean} ShadowRoot if available or boolean indicating if a shadowRoot is attached but not available.
37
+ */
38
+
39
+ /**
40
+ * @callback ShadowRootFilter
41
+ * @param {Element} shadowHostNode the element which contains shadow content
42
+ * @returns {boolean} true if a shadow root could potentially contain valid candidates.
43
+ */
44
+
45
+ /**
46
+ * @typedef {Object} CandidatesScope
47
+ * @property {Element} scope contains inner candidates
48
+ * @property {Element[]} candidates
49
+ */
50
+
51
+ /**
52
+ * @typedef {Object} IterativeOptions
53
+ * @property {GetShadowRoot|boolean} getShadowRoot true if shadow support is enabled; falsy if not;
54
+ * if a function, implies shadow support is enabled and either returns the shadow root of an element
55
+ * or a boolean stating if it has an undisclosed shadow root
56
+ * @property {(node: Element) => boolean} filter filter candidates
57
+ * @property {boolean} flatten if true then result will flatten any CandidatesScope into the returned list
58
+ * @property {ShadowRootFilter} shadowRootFilter filter shadow roots;
59
+ */
60
+
61
+ /**
62
+ * @param {Element[]} elements list of element containers to match candidates from
63
+ * @param {boolean} includeContainer add container list to check
64
+ * @param {IterativeOptions} options
65
+ * @returns {Array.<Element|CandidatesScope>}
66
+ */
67
+
68
+
69
+ var getCandidatesIteratively = function getCandidatesIteratively(elements, includeContainer, options) {
70
+ var candidates = [];
71
+ var elementsToCheck = Array.from(elements);
72
+
73
+ while (elementsToCheck.length) {
74
+ var element = elementsToCheck.shift();
75
+
76
+ if (element.tagName === 'SLOT') {
77
+ // add shadow dom slot scope (slot itself cannot be focusable)
78
+ var assigned = element.assignedElements();
79
+ var content = assigned.length ? assigned : element.children;
80
+ var nestedCandidates = getCandidatesIteratively(content, true, options);
81
+
82
+ if (options.flatten) {
83
+ candidates.push.apply(candidates, nestedCandidates);
84
+ } else {
85
+ candidates.push({
86
+ scope: element,
87
+ candidates: nestedCandidates
88
+ });
89
+ }
90
+ } else {
91
+ // check candidate element
92
+ var validCandidate = matches.call(element, candidateSelector);
93
+
94
+ if (validCandidate && options.filter(element) && (includeContainer || !elements.includes(element))) {
95
+ candidates.push(element);
96
+ } // iterate over shadow content if possible
97
+
98
+
99
+ var shadowRoot = element.shadowRoot || // check for an undisclosed shadow
100
+ typeof options.getShadowRoot === 'function' && options.getShadowRoot(element);
101
+ var validShadowRoot = !options.shadowRootFilter || options.shadowRootFilter(element);
102
+
103
+ if (shadowRoot && validShadowRoot) {
104
+ // add shadow dom scope IIF a shadow root node was given; otherwise, an undisclosed
105
+ // shadow exists, so look at light dom children as fallback BUT create a scope for any
106
+ // child candidates found because they're likely slotted elements (elements that are
107
+ // children of the web component element (which has the shadow), in the light dom, but
108
+ // slotted somewhere _inside_ the undisclosed shadow) -- the scope is created below,
109
+ // _after_ we return from this recursive call
110
+ var _nestedCandidates = getCandidatesIteratively(shadowRoot === true ? element.children : shadowRoot.children, true, options);
111
+
112
+ if (options.flatten) {
113
+ candidates.push.apply(candidates, _nestedCandidates);
114
+ } else {
115
+ candidates.push({
116
+ scope: element,
117
+ candidates: _nestedCandidates
118
+ });
119
+ }
120
+ } else {
121
+ // there's not shadow so just dig into the element's (light dom) children
122
+ // __without__ giving the element special scope treatment
123
+ elementsToCheck.unshift.apply(elementsToCheck, element.children);
124
+ }
125
+ }
126
+ }
127
+
128
+ return candidates;
129
+ };
130
+
131
+ var getTabindex = function getTabindex(node, isScope) {
132
+ if (node.tabIndex < 0) {
133
+ // in Chrome, <details/>, <audio controls/> and <video controls/> elements get a default
134
+ // `tabIndex` of -1 when the 'tabindex' attribute isn't specified in the DOM,
135
+ // yet they are still part of the regular tab order; in FF, they get a default
136
+ // `tabIndex` of 0; since Chrome still puts those elements in the regular tab
137
+ // order, consider their tab index to be 0.
138
+ // Also browsers do not return `tabIndex` correctly for contentEditable nodes;
139
+ // so if they don't have a tabindex attribute specifically set, assume it's 0.
140
+ //
141
+ // isScope is positive for custom element with shadow root or slot that by default
142
+ // have tabIndex -1, but need to be sorted by document order in order for their
143
+ // content to be inserted in the correct position
144
+ if ((isScope || /^(AUDIO|VIDEO|DETAILS)$/.test(node.tagName) || node.isContentEditable) && isNaN(parseInt(node.getAttribute('tabindex'), 10))) {
145
+ return 0;
146
+ }
147
+ }
148
+
149
+ return node.tabIndex;
150
+ };
151
+
152
+ var sortOrderedTabbables = function sortOrderedTabbables(a, b) {
153
+ return a.tabIndex === b.tabIndex ? a.documentOrder - b.documentOrder : a.tabIndex - b.tabIndex;
154
+ };
155
+
156
+ var isInput = function isInput(node) {
157
+ return node.tagName === 'INPUT';
158
+ };
159
+
160
+ var isHiddenInput = function isHiddenInput(node) {
161
+ return isInput(node) && node.type === 'hidden';
162
+ };
163
+
164
+ var isDetailsWithSummary = function isDetailsWithSummary(node) {
165
+ var r = node.tagName === 'DETAILS' && Array.prototype.slice.apply(node.children).some(function (child) {
166
+ return child.tagName === 'SUMMARY';
167
+ });
168
+ return r;
169
+ };
170
+
171
+ var getCheckedRadio = function getCheckedRadio(nodes, form) {
172
+ for (var i = 0; i < nodes.length; i++) {
173
+ if (nodes[i].checked && nodes[i].form === form) {
174
+ return nodes[i];
175
+ }
176
+ }
177
+ };
178
+
179
+ var isTabbableRadio = function isTabbableRadio(node) {
180
+ if (!node.name) {
181
+ return true;
182
+ }
183
+
184
+ var radioScope = node.form || getRootNode(node);
185
+
186
+ var queryRadios = function queryRadios(name) {
187
+ return radioScope.querySelectorAll('input[type="radio"][name="' + name + '"]');
188
+ };
189
+
190
+ var radioSet;
191
+
192
+ if (typeof window !== 'undefined' && typeof window.CSS !== 'undefined' && typeof window.CSS.escape === 'function') {
193
+ radioSet = queryRadios(window.CSS.escape(node.name));
194
+ } else {
195
+ try {
196
+ radioSet = queryRadios(node.name);
197
+ } catch (err) {
198
+ // eslint-disable-next-line no-console
199
+ console.error('Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s', err.message);
200
+ return false;
201
+ }
202
+ }
203
+
204
+ var checked = getCheckedRadio(radioSet, node.form);
205
+ return !checked || checked === node;
206
+ };
207
+
208
+ var isRadio = function isRadio(node) {
209
+ return isInput(node) && node.type === 'radio';
210
+ };
211
+
212
+ var isNonTabbableRadio = function isNonTabbableRadio(node) {
213
+ return isRadio(node) && !isTabbableRadio(node);
214
+ }; // determines if a node is ultimately attached to the window's document
215
+
216
+
217
+ var isNodeAttached = function isNodeAttached(node) {
218
+ var _nodeRootHost;
219
+
220
+ // The root node is the shadow root if the node is in a shadow DOM; some document otherwise
221
+ // (but NOT _the_ document; see second 'If' comment below for more).
222
+ // If rootNode is shadow root, it'll have a host, which is the element to which the shadow
223
+ // is attached, and the one we need to check if it's in the document or not (because the
224
+ // shadow, and all nodes it contains, is never considered in the document since shadows
225
+ // behave like self-contained DOMs; but if the shadow's HOST, which is part of the document,
226
+ // is hidden, or is not in the document itself but is detached, it will affect the shadow's
227
+ // visibility, including all the nodes it contains). The host could be any normal node,
228
+ // or a custom element (i.e. web component). Either way, that's the one that is considered
229
+ // part of the document, not the shadow root, nor any of its children (i.e. the node being
230
+ // tested).
231
+ // To further complicate things, we have to look all the way up until we find a shadow HOST
232
+ // that is attached (or find none) because the node might be in nested shadows...
233
+ // If rootNode is not a shadow root, it won't have a host, and so rootNode should be the
234
+ // document (per the docs) and while it's a Document-type object, that document does not
235
+ // appear to be the same as the node's `ownerDocument` for some reason, so it's safer
236
+ // to ignore the rootNode at this point, and use `node.ownerDocument`. Otherwise,
237
+ // using `rootNode.contains(node)` will _always_ be true we'll get false-positives when
238
+ // node is actually detached.
239
+ var nodeRootHost = getRootNode(node).host;
240
+ var attached = !!((_nodeRootHost = nodeRootHost) !== null && _nodeRootHost !== void 0 && _nodeRootHost.ownerDocument.contains(nodeRootHost) || node.ownerDocument.contains(node));
241
+
242
+ while (!attached && nodeRootHost) {
243
+ var _nodeRootHost2;
244
+
245
+ // since it's not attached and we have a root host, the node MUST be in a nested shadow DOM,
246
+ // which means we need to get the host's host and check if that parent host is contained
247
+ // in (i.e. attached to) the document
248
+ nodeRootHost = getRootNode(nodeRootHost).host;
249
+ attached = !!((_nodeRootHost2 = nodeRootHost) !== null && _nodeRootHost2 !== void 0 && _nodeRootHost2.ownerDocument.contains(nodeRootHost));
250
+ }
251
+
252
+ return attached;
253
+ };
254
+
255
+ var isZeroArea = function isZeroArea(node) {
256
+ var _node$getBoundingClie = node.getBoundingClientRect(),
257
+ width = _node$getBoundingClie.width,
258
+ height = _node$getBoundingClie.height;
259
+
260
+ return width === 0 && height === 0;
261
+ };
262
+
263
+ var isHidden = function isHidden(node, _ref) {
264
+ var displayCheck = _ref.displayCheck,
265
+ getShadowRoot = _ref.getShadowRoot;
266
+
267
+ // NOTE: visibility will be `undefined` if node is detached from the document
268
+ // (see notes about this further down), which means we will consider it visible
269
+ // (this is legacy behavior from a very long way back)
270
+ // NOTE: we check this regardless of `displayCheck="none"` because this is a
271
+ // _visibility_ check, not a _display_ check
272
+ if (getComputedStyle(node).visibility === 'hidden') {
273
+ return true;
274
+ }
275
+
276
+ var isDirectSummary = matches.call(node, 'details>summary:first-of-type');
277
+ var nodeUnderDetails = isDirectSummary ? node.parentElement : node;
278
+
279
+ if (matches.call(nodeUnderDetails, 'details:not([open]) *')) {
280
+ return true;
281
+ }
282
+
283
+ if (!displayCheck || displayCheck === 'full' || displayCheck === 'legacy-full') {
284
+ if (typeof getShadowRoot === 'function') {
285
+ // figure out if we should consider the node to be in an undisclosed shadow and use the
286
+ // 'non-zero-area' fallback
287
+ var originalNode = node;
288
+
289
+ while (node) {
290
+ var parentElement = node.parentElement;
291
+ var rootNode = getRootNode(node);
292
+
293
+ if (parentElement && !parentElement.shadowRoot && getShadowRoot(parentElement) === true // check if there's an undisclosed shadow
294
+ ) {
295
+ // node has an undisclosed shadow which means we can only treat it as a black box, so we
296
+ // fall back to a non-zero-area test
297
+ return isZeroArea(node);
298
+ } else if (node.assignedSlot) {
299
+ // iterate up slot
300
+ node = node.assignedSlot;
301
+ } else if (!parentElement && rootNode !== node.ownerDocument) {
302
+ // cross shadow boundary
303
+ node = rootNode.host;
304
+ } else {
305
+ // iterate up normal dom
306
+ node = parentElement;
307
+ }
308
+ }
309
+
310
+ node = originalNode;
311
+ } // else, `getShadowRoot` might be true, but all that does is enable shadow DOM support
312
+ // (i.e. it does not also presume that all nodes might have undisclosed shadows); or
313
+ // it might be a falsy value, which means shadow DOM support is disabled
314
+ // Since we didn't find it sitting in an undisclosed shadow (or shadows are disabled)
315
+ // now we can just test to see if it would normally be visible or not, provided it's
316
+ // attached to the main document.
317
+ // NOTE: We must consider case where node is inside a shadow DOM and given directly to
318
+ // `isTabbable()` or `isFocusable()` -- regardless of `getShadowRoot` option setting.
319
+
320
+
321
+ if (isNodeAttached(node)) {
322
+ // this works wherever the node is: if there's at least one client rect, it's
323
+ // somehow displayed; it also covers the CSS 'display: contents' case where the
324
+ // node itself is hidden in place of its contents; and there's no need to search
325
+ // up the hierarchy either
326
+ return !node.getClientRects().length;
327
+ } // Else, the node isn't attached to the document, which means the `getClientRects()`
328
+ // API will __always__ return zero rects (this can happen, for example, if React
329
+ // is used to render nodes onto a detached tree, as confirmed in this thread:
330
+ // https://github.com/facebook/react/issues/9117#issuecomment-284228870)
331
+ //
332
+ // It also means that even window.getComputedStyle(node).display will return `undefined`
333
+ // because styles are only computed for nodes that are in the document.
334
+ //
335
+ // NOTE: THIS HAS BEEN THE CASE FOR YEARS. It is not new, nor is it caused by tabbable
336
+ // somehow. Though it was never stated officially, anyone who has ever used tabbable
337
+ // APIs on nodes in detached containers has actually implicitly used tabbable in what
338
+ // was later (as of v5.2.0 on Apr 9, 2021) called `displayCheck="none"` mode -- essentially
339
+ // considering __everything__ to be visible because of the innability to determine styles.
340
+ //
341
+ // v6.0.0: As of this major release, the default 'full' option __no longer treats detached
342
+ // nodes as visible with the 'none' fallback.__
343
+
344
+
345
+ if (displayCheck !== 'legacy-full') {
346
+ return true; // hidden
347
+ } // else, fallback to 'none' mode and consider the node visible
348
+
349
+ } else if (displayCheck === 'non-zero-area') {
350
+ // NOTE: Even though this tests that the node's client rect is non-zero to determine
351
+ // whether it's displayed, and that a detached node will __always__ have a zero-area
352
+ // client rect, we don't special-case for whether the node is attached or not. In
353
+ // this mode, we do want to consider nodes that have a zero area to be hidden at all
354
+ // times, and that includes attached or not.
355
+ return isZeroArea(node);
356
+ } // visible, as far as we can tell, or per current `displayCheck=none` mode, we assume
357
+ // it's visible
358
+
359
+
360
+ return false;
361
+ }; // form fields (nested) inside a disabled fieldset are not focusable/tabbable
362
+ // unless they are in the _first_ <legend> element of the top-most disabled
363
+ // fieldset
364
+
365
+
366
+ var isDisabledFromFieldset = function isDisabledFromFieldset(node) {
367
+ if (/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(node.tagName)) {
368
+ var parentNode = node.parentElement; // check if `node` is contained in a disabled <fieldset>
369
+
370
+ while (parentNode) {
371
+ if (parentNode.tagName === 'FIELDSET' && parentNode.disabled) {
372
+ // look for the first <legend> among the children of the disabled <fieldset>
373
+ for (var i = 0; i < parentNode.children.length; i++) {
374
+ var child = parentNode.children.item(i); // when the first <legend> (in document order) is found
375
+
376
+ if (child.tagName === 'LEGEND') {
377
+ // if its parent <fieldset> is not nested in another disabled <fieldset>,
378
+ // return whether `node` is a descendant of its first <legend>
379
+ return matches.call(parentNode, 'fieldset[disabled] *') ? true : !child.contains(node);
380
+ }
381
+ } // the disabled <fieldset> containing `node` has no <legend>
382
+
383
+
384
+ return true;
385
+ }
386
+
387
+ parentNode = parentNode.parentElement;
388
+ }
389
+ } // else, node's tabbable/focusable state should not be affected by a fieldset's
390
+ // enabled/disabled state
391
+
392
+
393
+ return false;
394
+ };
395
+
396
+ var isNodeMatchingSelectorFocusable = function isNodeMatchingSelectorFocusable(options, node) {
397
+ if (node.disabled || isHiddenInput(node) || isHidden(node, options) || // For a details element with a summary, the summary element gets the focus
398
+ isDetailsWithSummary(node) || isDisabledFromFieldset(node)) {
399
+ return false;
400
+ }
401
+
402
+ return true;
403
+ };
404
+
405
+ var isNodeMatchingSelectorTabbable = function isNodeMatchingSelectorTabbable(options, node) {
406
+ if (isNonTabbableRadio(node) || getTabindex(node) < 0 || !isNodeMatchingSelectorFocusable(options, node)) {
407
+ return false;
408
+ }
409
+
410
+ return true;
411
+ };
412
+
413
+ var isValidShadowRootTabbable = function isValidShadowRootTabbable(shadowHostNode) {
414
+ var tabIndex = parseInt(shadowHostNode.getAttribute('tabindex'), 10);
415
+
416
+ if (isNaN(tabIndex) || tabIndex >= 0) {
417
+ return true;
418
+ } // If a custom element has an explicit negative tabindex,
419
+ // browsers will not allow tab targeting said element's children.
420
+
421
+
422
+ return false;
423
+ };
424
+ /**
425
+ * @param {Array.<Element|CandidatesScope>} candidates
426
+ * @returns Element[]
427
+ */
428
+
429
+
430
+ var sortByOrder = function sortByOrder(candidates) {
431
+ var regularTabbables = [];
432
+ var orderedTabbables = [];
433
+ candidates.forEach(function (item, i) {
434
+ var isScope = !!item.scope;
435
+ var element = isScope ? item.scope : item;
436
+ var candidateTabindex = getTabindex(element, isScope);
437
+ var elements = isScope ? sortByOrder(item.candidates) : element;
438
+
439
+ if (candidateTabindex === 0) {
440
+ isScope ? regularTabbables.push.apply(regularTabbables, elements) : regularTabbables.push(element);
441
+ } else {
442
+ orderedTabbables.push({
443
+ documentOrder: i,
444
+ tabIndex: candidateTabindex,
445
+ item: item,
446
+ isScope: isScope,
447
+ content: elements
448
+ });
449
+ }
450
+ });
451
+ return orderedTabbables.sort(sortOrderedTabbables).reduce(function (acc, sortable) {
452
+ sortable.isScope ? acc.push.apply(acc, sortable.content) : acc.push(sortable.content);
453
+ return acc;
454
+ }, []).concat(regularTabbables);
455
+ };
456
+
457
+ var tabbable = function tabbable(el, options) {
458
+ options = options || {};
459
+ var candidates;
460
+
461
+ if (options.getShadowRoot) {
462
+ candidates = getCandidatesIteratively([el], options.includeContainer, {
463
+ filter: isNodeMatchingSelectorTabbable.bind(null, options),
464
+ flatten: false,
465
+ getShadowRoot: options.getShadowRoot,
466
+ shadowRootFilter: isValidShadowRootTabbable
467
+ });
468
+ } else {
469
+ candidates = getCandidates(el, options.includeContainer, isNodeMatchingSelectorTabbable.bind(null, options));
470
+ }
471
+
472
+ return sortByOrder(candidates);
473
+ };
474
+
475
+ var focusable = function focusable(el, options) {
476
+ options = options || {};
477
+ var candidates;
478
+
479
+ if (options.getShadowRoot) {
480
+ candidates = getCandidatesIteratively([el], options.includeContainer, {
481
+ filter: isNodeMatchingSelectorFocusable.bind(null, options),
482
+ flatten: true,
483
+ getShadowRoot: options.getShadowRoot
484
+ });
485
+ } else {
486
+ candidates = getCandidates(el, options.includeContainer, isNodeMatchingSelectorFocusable.bind(null, options));
487
+ }
488
+
489
+ return candidates;
490
+ };
491
+
492
+ var isTabbable = function isTabbable(node, options) {
493
+ options = options || {};
494
+
495
+ if (!node) {
496
+ throw new Error('No node provided');
497
+ }
498
+
499
+ if (matches.call(node, candidateSelector) === false) {
500
+ return false;
501
+ }
502
+
503
+ return isNodeMatchingSelectorTabbable(options, node);
504
+ };
505
+
506
+ var focusableCandidateSelector = /* #__PURE__ */candidateSelectors.concat('iframe').join(',');
507
+
508
+ var isFocusable = function isFocusable(node, options) {
509
+ options = options || {};
510
+
511
+ if (!node) {
512
+ throw new Error('No node provided');
513
+ }
514
+
515
+ if (matches.call(node, focusableCandidateSelector) === false) {
516
+ return false;
517
+ }
518
+
519
+ return isNodeMatchingSelectorFocusable(options, node);
520
+ };
521
+
522
+ /*!
523
+ * focus-trap 7.0.0
524
+ * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
525
+ */
526
+
527
+ function ownKeys(object, enumerableOnly) {
528
+ var keys = Object.keys(object);
529
+
530
+ if (Object.getOwnPropertySymbols) {
531
+ var symbols = Object.getOwnPropertySymbols(object);
532
+ enumerableOnly && (symbols = symbols.filter(function (sym) {
533
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
534
+ })), keys.push.apply(keys, symbols);
535
+ }
536
+
537
+ return keys;
538
+ }
539
+
540
+ function _objectSpread2(target) {
541
+ for (var i = 1; i < arguments.length; i++) {
542
+ var source = null != arguments[i] ? arguments[i] : {};
543
+ i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
544
+ _defineProperty(target, key, source[key]);
545
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
546
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
547
+ });
548
+ }
549
+
550
+ return target;
551
+ }
552
+
553
+ function _defineProperty(obj, key, value) {
554
+ if (key in obj) {
555
+ Object.defineProperty(obj, key, {
556
+ value: value,
557
+ enumerable: true,
558
+ configurable: true,
559
+ writable: true
560
+ });
561
+ } else {
562
+ obj[key] = value;
563
+ }
564
+
565
+ return obj;
566
+ }
567
+
568
+ var activeFocusTraps = function () {
569
+ var trapQueue = [];
570
+ return {
571
+ activateTrap: function activateTrap(trap) {
572
+ if (trapQueue.length > 0) {
573
+ var activeTrap = trapQueue[trapQueue.length - 1];
574
+
575
+ if (activeTrap !== trap) {
576
+ activeTrap.pause();
577
+ }
578
+ }
579
+
580
+ var trapIndex = trapQueue.indexOf(trap);
581
+
582
+ if (trapIndex === -1) {
583
+ trapQueue.push(trap);
584
+ } else {
585
+ // move this existing trap to the front of the queue
586
+ trapQueue.splice(trapIndex, 1);
587
+ trapQueue.push(trap);
588
+ }
589
+ },
590
+ deactivateTrap: function deactivateTrap(trap) {
591
+ var trapIndex = trapQueue.indexOf(trap);
592
+
593
+ if (trapIndex !== -1) {
594
+ trapQueue.splice(trapIndex, 1);
595
+ }
596
+
597
+ if (trapQueue.length > 0) {
598
+ trapQueue[trapQueue.length - 1].unpause();
599
+ }
600
+ }
601
+ };
602
+ }();
603
+
604
+ var isSelectableInput = function isSelectableInput(node) {
605
+ return node.tagName && node.tagName.toLowerCase() === 'input' && typeof node.select === 'function';
606
+ };
607
+
608
+ var isEscapeEvent = function isEscapeEvent(e) {
609
+ return e.key === 'Escape' || e.key === 'Esc' || e.keyCode === 27;
610
+ };
611
+
612
+ var isTabEvent = function isTabEvent(e) {
613
+ return e.key === 'Tab' || e.keyCode === 9;
614
+ };
615
+
616
+ var delay = function delay(fn) {
617
+ return setTimeout(fn, 0);
618
+ }; // Array.find/findIndex() are not supported on IE; this replicates enough
619
+ // of Array.findIndex() for our needs
620
+
621
+
622
+ var findIndex = function findIndex(arr, fn) {
623
+ var idx = -1;
624
+ arr.every(function (value, i) {
625
+ if (fn(value)) {
626
+ idx = i;
627
+ return false; // break
628
+ }
629
+
630
+ return true; // next
631
+ });
632
+ return idx;
633
+ };
634
+ /**
635
+ * Get an option's value when it could be a plain value, or a handler that provides
636
+ * the value.
637
+ * @param {*} value Option's value to check.
638
+ * @param {...*} [params] Any parameters to pass to the handler, if `value` is a function.
639
+ * @returns {*} The `value`, or the handler's returned value.
640
+ */
641
+
642
+
643
+ var valueOrHandler = function valueOrHandler(value) {
644
+ for (var _len = arguments.length, params = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
645
+ params[_key - 1] = arguments[_key];
646
+ }
647
+
648
+ return typeof value === 'function' ? value.apply(void 0, params) : value;
649
+ };
650
+
651
+ var getActualTarget = function getActualTarget(event) {
652
+ // NOTE: If the trap is _inside_ a shadow DOM, event.target will always be the
653
+ // shadow host. However, event.target.composedPath() will be an array of
654
+ // nodes "clicked" from inner-most (the actual element inside the shadow) to
655
+ // outer-most (the host HTML document). If we have access to composedPath(),
656
+ // then use its first element; otherwise, fall back to event.target (and
657
+ // this only works for an _open_ shadow DOM; otherwise,
658
+ // composedPath()[0] === event.target always).
659
+ return event.target.shadowRoot && typeof event.composedPath === 'function' ? event.composedPath()[0] : event.target;
660
+ };
661
+
662
+ var createFocusTrap = function createFocusTrap(elements, userOptions) {
663
+ // SSR: a live trap shouldn't be created in this type of environment so this
664
+ // should be safe code to execute if the `document` option isn't specified
665
+ var doc = (userOptions === null || userOptions === void 0 ? void 0 : userOptions.document) || document;
666
+
667
+ var config = _objectSpread2({
668
+ returnFocusOnDeactivate: true,
669
+ escapeDeactivates: true,
670
+ delayInitialFocus: true
671
+ }, userOptions);
672
+
673
+ var state = {
674
+ // containers given to createFocusTrap()
675
+ // @type {Array<HTMLElement>}
676
+ containers: [],
677
+ // list of objects identifying tabbable nodes in `containers` in the trap
678
+ // NOTE: it's possible that a group has no tabbable nodes if nodes get removed while the trap
679
+ // is active, but the trap should never get to a state where there isn't at least one group
680
+ // with at least one tabbable node in it (that would lead to an error condition that would
681
+ // result in an error being thrown)
682
+ // @type {Array<{
683
+ // container: HTMLElement,
684
+ // tabbableNodes: Array<HTMLElement>, // empty if none
685
+ // focusableNodes: Array<HTMLElement>, // empty if none
686
+ // firstTabbableNode: HTMLElement|null,
687
+ // lastTabbableNode: HTMLElement|null,
688
+ // nextTabbableNode: (node: HTMLElement, forward: boolean) => HTMLElement|undefined
689
+ // }>}
690
+ containerGroups: [],
691
+ // same order/length as `containers` list
692
+ // references to objects in `containerGroups`, but only those that actually have
693
+ // tabbable nodes in them
694
+ // NOTE: same order as `containers` and `containerGroups`, but __not necessarily__
695
+ // the same length
696
+ tabbableGroups: [],
697
+ nodeFocusedBeforeActivation: null,
698
+ mostRecentlyFocusedNode: null,
699
+ active: false,
700
+ paused: false,
701
+ // timer ID for when delayInitialFocus is true and initial focus in this trap
702
+ // has been delayed during activation
703
+ delayInitialFocusTimer: undefined
704
+ };
705
+ var trap; // eslint-disable-line prefer-const -- some private functions reference it, and its methods reference private functions, so we must declare here and define later
706
+
707
+ /**
708
+ * Gets a configuration option value.
709
+ * @param {Object|undefined} configOverrideOptions If true, and option is defined in this set,
710
+ * value will be taken from this object. Otherwise, value will be taken from base configuration.
711
+ * @param {string} optionName Name of the option whose value is sought.
712
+ * @param {string|undefined} [configOptionName] Name of option to use __instead of__ `optionName`
713
+ * IIF `configOverrideOptions` is not defined. Otherwise, `optionName` is used.
714
+ */
715
+
716
+ var getOption = function getOption(configOverrideOptions, optionName, configOptionName) {
717
+ return configOverrideOptions && configOverrideOptions[optionName] !== undefined ? configOverrideOptions[optionName] : config[configOptionName || optionName];
718
+ };
719
+ /**
720
+ * Finds the index of the container that contains the element.
721
+ * @param {HTMLElement} element
722
+ * @returns {number} Index of the container in either `state.containers` or
723
+ * `state.containerGroups` (the order/length of these lists are the same); -1
724
+ * if the element isn't found.
725
+ */
726
+
727
+
728
+ var findContainerIndex = function findContainerIndex(element) {
729
+ // NOTE: search `containerGroups` because it's possible a group contains no tabbable
730
+ // nodes, but still contains focusable nodes (e.g. if they all have `tabindex=-1`)
731
+ // and we still need to find the element in there
732
+ return state.containerGroups.findIndex(function (_ref) {
733
+ var container = _ref.container,
734
+ tabbableNodes = _ref.tabbableNodes;
735
+ return container.contains(element) || // fall back to explicit tabbable search which will take into consideration any
736
+ // web components if the `tabbableOptions.getShadowRoot` option was used for
737
+ // the trap, enabling shadow DOM support in tabbable (`Node.contains()` doesn't
738
+ // look inside web components even if open)
739
+ tabbableNodes.find(function (node) {
740
+ return node === element;
741
+ });
742
+ });
743
+ };
744
+ /**
745
+ * Gets the node for the given option, which is expected to be an option that
746
+ * can be either a DOM node, a string that is a selector to get a node, `false`
747
+ * (if a node is explicitly NOT given), or a function that returns any of these
748
+ * values.
749
+ * @param {string} optionName
750
+ * @returns {undefined | false | HTMLElement | SVGElement} Returns
751
+ * `undefined` if the option is not specified; `false` if the option
752
+ * resolved to `false` (node explicitly not given); otherwise, the resolved
753
+ * DOM node.
754
+ * @throws {Error} If the option is set, not `false`, and is not, or does not
755
+ * resolve to a node.
756
+ */
757
+
758
+
759
+ var getNodeForOption = function getNodeForOption(optionName) {
760
+ var optionValue = config[optionName];
761
+
762
+ if (typeof optionValue === 'function') {
763
+ for (var _len2 = arguments.length, params = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
764
+ params[_key2 - 1] = arguments[_key2];
765
+ }
766
+
767
+ optionValue = optionValue.apply(void 0, params);
768
+ }
769
+
770
+ if (optionValue === true) {
771
+ optionValue = undefined; // use default value
772
+ }
773
+
774
+ if (!optionValue) {
775
+ if (optionValue === undefined || optionValue === false) {
776
+ return optionValue;
777
+ } // else, empty string (invalid), null (invalid), 0 (invalid)
778
+
779
+
780
+ throw new Error("`".concat(optionName, "` was specified but was not a node, or did not return a node"));
781
+ }
782
+
783
+ var node = optionValue; // could be HTMLElement, SVGElement, or non-empty string at this point
784
+
785
+ if (typeof optionValue === 'string') {
786
+ node = doc.querySelector(optionValue); // resolve to node, or null if fails
787
+
788
+ if (!node) {
789
+ throw new Error("`".concat(optionName, "` as selector refers to no known node"));
790
+ }
791
+ }
792
+
793
+ return node;
794
+ };
795
+
796
+ var getInitialFocusNode = function getInitialFocusNode() {
797
+ var node = getNodeForOption('initialFocus'); // false explicitly indicates we want no initialFocus at all
798
+
799
+ if (node === false) {
800
+ return false;
801
+ }
802
+
803
+ if (node === undefined) {
804
+ // option not specified: use fallback options
805
+ if (findContainerIndex(doc.activeElement) >= 0) {
806
+ node = doc.activeElement;
807
+ } else {
808
+ var firstTabbableGroup = state.tabbableGroups[0];
809
+ var firstTabbableNode = firstTabbableGroup && firstTabbableGroup.firstTabbableNode; // NOTE: `fallbackFocus` option function cannot return `false` (not supported)
810
+
811
+ node = firstTabbableNode || getNodeForOption('fallbackFocus');
812
+ }
813
+ }
814
+
815
+ if (!node) {
816
+ throw new Error('Your focus-trap needs to have at least one focusable element');
817
+ }
818
+
819
+ return node;
820
+ };
821
+
822
+ var updateTabbableNodes = function updateTabbableNodes() {
823
+ state.containerGroups = state.containers.map(function (container) {
824
+ var tabbableNodes = tabbable(container, config.tabbableOptions); // NOTE: if we have tabbable nodes, we must have focusable nodes; focusable nodes
825
+ // are a superset of tabbable nodes
826
+
827
+ var focusableNodes = focusable(container, config.tabbableOptions);
828
+ return {
829
+ container: container,
830
+ tabbableNodes: tabbableNodes,
831
+ focusableNodes: focusableNodes,
832
+ firstTabbableNode: tabbableNodes.length > 0 ? tabbableNodes[0] : null,
833
+ lastTabbableNode: tabbableNodes.length > 0 ? tabbableNodes[tabbableNodes.length - 1] : null,
834
+
835
+ /**
836
+ * Finds the __tabbable__ node that follows the given node in the specified direction,
837
+ * in this container, if any.
838
+ * @param {HTMLElement} node
839
+ * @param {boolean} [forward] True if going in forward tab order; false if going
840
+ * in reverse.
841
+ * @returns {HTMLElement|undefined} The next tabbable node, if any.
842
+ */
843
+ nextTabbableNode: function nextTabbableNode(node) {
844
+ var forward = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
845
+ // NOTE: If tabindex is positive (in order to manipulate the tab order separate
846
+ // from the DOM order), this __will not work__ because the list of focusableNodes,
847
+ // while it contains tabbable nodes, does not sort its nodes in any order other
848
+ // than DOM order, because it can't: Where would you place focusable (but not
849
+ // tabbable) nodes in that order? They have no order, because they aren't tabbale...
850
+ // Support for positive tabindex is already broken and hard to manage (possibly
851
+ // not supportable, TBD), so this isn't going to make things worse than they
852
+ // already are, and at least makes things better for the majority of cases where
853
+ // tabindex is either 0/unset or negative.
854
+ // FYI, positive tabindex issue: https://github.com/focus-trap/focus-trap/issues/375
855
+ var nodeIdx = focusableNodes.findIndex(function (n) {
856
+ return n === node;
857
+ });
858
+
859
+ if (nodeIdx < 0) {
860
+ return undefined;
861
+ }
862
+
863
+ if (forward) {
864
+ return focusableNodes.slice(nodeIdx + 1).find(function (n) {
865
+ return isTabbable(n, config.tabbableOptions);
866
+ });
867
+ }
868
+
869
+ return focusableNodes.slice(0, nodeIdx).reverse().find(function (n) {
870
+ return isTabbable(n, config.tabbableOptions);
871
+ });
872
+ }
873
+ };
874
+ });
875
+ state.tabbableGroups = state.containerGroups.filter(function (group) {
876
+ return group.tabbableNodes.length > 0;
877
+ }); // throw if no groups have tabbable nodes and we don't have a fallback focus node either
878
+
879
+ if (state.tabbableGroups.length <= 0 && !getNodeForOption('fallbackFocus') // returning false not supported for this option
880
+ ) {
881
+ throw new Error('Your focus-trap must have at least one container with at least one tabbable node in it at all times');
882
+ }
883
+ };
884
+
885
+ var tryFocus = function tryFocus(node) {
886
+ if (node === false) {
887
+ return;
888
+ }
889
+
890
+ if (node === doc.activeElement) {
891
+ return;
892
+ }
893
+
894
+ if (!node || !node.focus) {
895
+ tryFocus(getInitialFocusNode());
896
+ return;
897
+ }
898
+
899
+ node.focus({
900
+ preventScroll: !!config.preventScroll
901
+ });
902
+ state.mostRecentlyFocusedNode = node;
903
+
904
+ if (isSelectableInput(node)) {
905
+ node.select();
906
+ }
907
+ };
908
+
909
+ var getReturnFocusNode = function getReturnFocusNode(previousActiveElement) {
910
+ var node = getNodeForOption('setReturnFocus', previousActiveElement);
911
+ return node ? node : node === false ? false : previousActiveElement;
912
+ }; // This needs to be done on mousedown and touchstart instead of click
913
+ // so that it precedes the focus event.
914
+
915
+
916
+ var checkPointerDown = function checkPointerDown(e) {
917
+ var target = getActualTarget(e);
918
+
919
+ if (findContainerIndex(target) >= 0) {
920
+ // allow the click since it ocurred inside the trap
921
+ return;
922
+ }
923
+
924
+ if (valueOrHandler(config.clickOutsideDeactivates, e)) {
925
+ // immediately deactivate the trap
926
+ trap.deactivate({
927
+ // if, on deactivation, we should return focus to the node originally-focused
928
+ // when the trap was activated (or the configured `setReturnFocus` node),
929
+ // then assume it's also OK to return focus to the outside node that was
930
+ // just clicked, causing deactivation, as long as that node is focusable;
931
+ // if it isn't focusable, then return focus to the original node focused
932
+ // on activation (or the configured `setReturnFocus` node)
933
+ // NOTE: by setting `returnFocus: false`, deactivate() will do nothing,
934
+ // which will result in the outside click setting focus to the node
935
+ // that was clicked, whether it's focusable or not; by setting
936
+ // `returnFocus: true`, we'll attempt to re-focus the node originally-focused
937
+ // on activation (or the configured `setReturnFocus` node)
938
+ returnFocus: config.returnFocusOnDeactivate && !isFocusable(target, config.tabbableOptions)
939
+ });
940
+ return;
941
+ } // This is needed for mobile devices.
942
+ // (If we'll only let `click` events through,
943
+ // then on mobile they will be blocked anyways if `touchstart` is blocked.)
944
+
945
+
946
+ if (valueOrHandler(config.allowOutsideClick, e)) {
947
+ // allow the click outside the trap to take place
948
+ return;
949
+ } // otherwise, prevent the click
950
+
951
+
952
+ e.preventDefault();
953
+ }; // In case focus escapes the trap for some strange reason, pull it back in.
954
+
955
+
956
+ var checkFocusIn = function checkFocusIn(e) {
957
+ var target = getActualTarget(e);
958
+ var targetContained = findContainerIndex(target) >= 0; // In Firefox when you Tab out of an iframe the Document is briefly focused.
959
+
960
+ if (targetContained || target instanceof Document) {
961
+ if (targetContained) {
962
+ state.mostRecentlyFocusedNode = target;
963
+ }
964
+ } else {
965
+ // escaped! pull it back in to where it just left
966
+ e.stopImmediatePropagation();
967
+ tryFocus(state.mostRecentlyFocusedNode || getInitialFocusNode());
968
+ }
969
+ }; // Hijack Tab events on the first and last focusable nodes of the trap,
970
+ // in order to prevent focus from escaping. If it escapes for even a
971
+ // moment it can end up scrolling the page and causing confusion so we
972
+ // kind of need to capture the action at the keydown phase.
973
+
974
+
975
+ var checkTab = function checkTab(e) {
976
+ var target = getActualTarget(e);
977
+ updateTabbableNodes();
978
+ var destinationNode = null;
979
+
980
+ if (state.tabbableGroups.length > 0) {
981
+ // make sure the target is actually contained in a group
982
+ // NOTE: the target may also be the container itself if it's focusable
983
+ // with tabIndex='-1' and was given initial focus
984
+ var containerIndex = findContainerIndex(target);
985
+ var containerGroup = containerIndex >= 0 ? state.containerGroups[containerIndex] : undefined;
986
+
987
+ if (containerIndex < 0) {
988
+ // target not found in any group: quite possible focus has escaped the trap,
989
+ // so bring it back in to...
990
+ if (e.shiftKey) {
991
+ // ...the last node in the last group
992
+ destinationNode = state.tabbableGroups[state.tabbableGroups.length - 1].lastTabbableNode;
993
+ } else {
994
+ // ...the first node in the first group
995
+ destinationNode = state.tabbableGroups[0].firstTabbableNode;
996
+ }
997
+ } else if (e.shiftKey) {
998
+ // REVERSE
999
+ // is the target the first tabbable node in a group?
1000
+ var startOfGroupIndex = findIndex(state.tabbableGroups, function (_ref2) {
1001
+ var firstTabbableNode = _ref2.firstTabbableNode;
1002
+ return target === firstTabbableNode;
1003
+ });
1004
+
1005
+ if (startOfGroupIndex < 0 && (containerGroup.container === target || isFocusable(target, config.tabbableOptions) && !isTabbable(target, config.tabbableOptions) && !containerGroup.nextTabbableNode(target, false))) {
1006
+ // an exception case where the target is either the container itself, or
1007
+ // a non-tabbable node that was given focus (i.e. tabindex is negative
1008
+ // and user clicked on it or node was programmatically given focus)
1009
+ // and is not followed by any other tabbable node, in which
1010
+ // case, we should handle shift+tab as if focus were on the container's
1011
+ // first tabbable node, and go to the last tabbable node of the LAST group
1012
+ startOfGroupIndex = containerIndex;
1013
+ }
1014
+
1015
+ if (startOfGroupIndex >= 0) {
1016
+ // YES: then shift+tab should go to the last tabbable node in the
1017
+ // previous group (and wrap around to the last tabbable node of
1018
+ // the LAST group if it's the first tabbable node of the FIRST group)
1019
+ var destinationGroupIndex = startOfGroupIndex === 0 ? state.tabbableGroups.length - 1 : startOfGroupIndex - 1;
1020
+ var destinationGroup = state.tabbableGroups[destinationGroupIndex];
1021
+ destinationNode = destinationGroup.lastTabbableNode;
1022
+ }
1023
+ } else {
1024
+ // FORWARD
1025
+ // is the target the last tabbable node in a group?
1026
+ var lastOfGroupIndex = findIndex(state.tabbableGroups, function (_ref3) {
1027
+ var lastTabbableNode = _ref3.lastTabbableNode;
1028
+ return target === lastTabbableNode;
1029
+ });
1030
+
1031
+ if (lastOfGroupIndex < 0 && (containerGroup.container === target || isFocusable(target, config.tabbableOptions) && !isTabbable(target, config.tabbableOptions) && !containerGroup.nextTabbableNode(target))) {
1032
+ // an exception case where the target is the container itself, or
1033
+ // a non-tabbable node that was given focus (i.e. tabindex is negative
1034
+ // and user clicked on it or node was programmatically given focus)
1035
+ // and is not followed by any other tabbable node, in which
1036
+ // case, we should handle tab as if focus were on the container's
1037
+ // last tabbable node, and go to the first tabbable node of the FIRST group
1038
+ lastOfGroupIndex = containerIndex;
1039
+ }
1040
+
1041
+ if (lastOfGroupIndex >= 0) {
1042
+ // YES: then tab should go to the first tabbable node in the next
1043
+ // group (and wrap around to the first tabbable node of the FIRST
1044
+ // group if it's the last tabbable node of the LAST group)
1045
+ var _destinationGroupIndex = lastOfGroupIndex === state.tabbableGroups.length - 1 ? 0 : lastOfGroupIndex + 1;
1046
+
1047
+ var _destinationGroup = state.tabbableGroups[_destinationGroupIndex];
1048
+ destinationNode = _destinationGroup.firstTabbableNode;
1049
+ }
1050
+ }
1051
+ } else {
1052
+ // NOTE: the fallbackFocus option does not support returning false to opt-out
1053
+ destinationNode = getNodeForOption('fallbackFocus');
1054
+ }
1055
+
1056
+ if (destinationNode) {
1057
+ e.preventDefault();
1058
+ tryFocus(destinationNode);
1059
+ } // else, let the browser take care of [shift+]tab and move the focus
1060
+
1061
+ };
1062
+
1063
+ var checkKey = function checkKey(e) {
1064
+ if (isEscapeEvent(e) && valueOrHandler(config.escapeDeactivates, e) !== false) {
1065
+ e.preventDefault();
1066
+ trap.deactivate();
1067
+ return;
1068
+ }
1069
+
1070
+ if (isTabEvent(e)) {
1071
+ checkTab(e);
1072
+ return;
1073
+ }
1074
+ };
1075
+
1076
+ var checkClick = function checkClick(e) {
1077
+ var target = getActualTarget(e);
1078
+
1079
+ if (findContainerIndex(target) >= 0) {
1080
+ return;
1081
+ }
1082
+
1083
+ if (valueOrHandler(config.clickOutsideDeactivates, e)) {
1084
+ return;
1085
+ }
1086
+
1087
+ if (valueOrHandler(config.allowOutsideClick, e)) {
1088
+ return;
1089
+ }
1090
+
1091
+ e.preventDefault();
1092
+ e.stopImmediatePropagation();
1093
+ }; //
1094
+ // EVENT LISTENERS
1095
+ //
1096
+
1097
+
1098
+ var addListeners = function addListeners() {
1099
+ if (!state.active) {
1100
+ return;
1101
+ } // There can be only one listening focus trap at a time
1102
+
1103
+
1104
+ activeFocusTraps.activateTrap(trap); // Delay ensures that the focused element doesn't capture the event
1105
+ // that caused the focus trap activation.
1106
+
1107
+ state.delayInitialFocusTimer = config.delayInitialFocus ? delay(function () {
1108
+ tryFocus(getInitialFocusNode());
1109
+ }) : tryFocus(getInitialFocusNode());
1110
+ doc.addEventListener('focusin', checkFocusIn, true);
1111
+ doc.addEventListener('mousedown', checkPointerDown, {
1112
+ capture: true,
1113
+ passive: false
1114
+ });
1115
+ doc.addEventListener('touchstart', checkPointerDown, {
1116
+ capture: true,
1117
+ passive: false
1118
+ });
1119
+ doc.addEventListener('click', checkClick, {
1120
+ capture: true,
1121
+ passive: false
1122
+ });
1123
+ doc.addEventListener('keydown', checkKey, {
1124
+ capture: true,
1125
+ passive: false
1126
+ });
1127
+ return trap;
1128
+ };
1129
+
1130
+ var removeListeners = function removeListeners() {
1131
+ if (!state.active) {
1132
+ return;
1133
+ }
1134
+
1135
+ doc.removeEventListener('focusin', checkFocusIn, true);
1136
+ doc.removeEventListener('mousedown', checkPointerDown, true);
1137
+ doc.removeEventListener('touchstart', checkPointerDown, true);
1138
+ doc.removeEventListener('click', checkClick, true);
1139
+ doc.removeEventListener('keydown', checkKey, true);
1140
+ return trap;
1141
+ }; //
1142
+ // TRAP DEFINITION
1143
+ //
1144
+
1145
+
1146
+ trap = {
1147
+ get active() {
1148
+ return state.active;
1149
+ },
1150
+
1151
+ get paused() {
1152
+ return state.paused;
1153
+ },
1154
+
1155
+ activate: function activate(activateOptions) {
1156
+ if (state.active) {
1157
+ return this;
1158
+ }
1159
+
1160
+ var onActivate = getOption(activateOptions, 'onActivate');
1161
+ var onPostActivate = getOption(activateOptions, 'onPostActivate');
1162
+ var checkCanFocusTrap = getOption(activateOptions, 'checkCanFocusTrap');
1163
+
1164
+ if (!checkCanFocusTrap) {
1165
+ updateTabbableNodes();
1166
+ }
1167
+
1168
+ state.active = true;
1169
+ state.paused = false;
1170
+ state.nodeFocusedBeforeActivation = doc.activeElement;
1171
+
1172
+ if (onActivate) {
1173
+ onActivate();
1174
+ }
1175
+
1176
+ var finishActivation = function finishActivation() {
1177
+ if (checkCanFocusTrap) {
1178
+ updateTabbableNodes();
1179
+ }
1180
+
1181
+ addListeners();
1182
+
1183
+ if (onPostActivate) {
1184
+ onPostActivate();
1185
+ }
1186
+ };
1187
+
1188
+ if (checkCanFocusTrap) {
1189
+ checkCanFocusTrap(state.containers.concat()).then(finishActivation, finishActivation);
1190
+ return this;
1191
+ }
1192
+
1193
+ finishActivation();
1194
+ return this;
1195
+ },
1196
+ deactivate: function deactivate(deactivateOptions) {
1197
+ if (!state.active) {
1198
+ return this;
1199
+ }
1200
+
1201
+ var options = _objectSpread2({
1202
+ onDeactivate: config.onDeactivate,
1203
+ onPostDeactivate: config.onPostDeactivate,
1204
+ checkCanReturnFocus: config.checkCanReturnFocus
1205
+ }, deactivateOptions);
1206
+
1207
+ clearTimeout(state.delayInitialFocusTimer); // noop if undefined
1208
+
1209
+ state.delayInitialFocusTimer = undefined;
1210
+ removeListeners();
1211
+ state.active = false;
1212
+ state.paused = false;
1213
+ activeFocusTraps.deactivateTrap(trap);
1214
+ var onDeactivate = getOption(options, 'onDeactivate');
1215
+ var onPostDeactivate = getOption(options, 'onPostDeactivate');
1216
+ var checkCanReturnFocus = getOption(options, 'checkCanReturnFocus');
1217
+ var returnFocus = getOption(options, 'returnFocus', 'returnFocusOnDeactivate');
1218
+
1219
+ if (onDeactivate) {
1220
+ onDeactivate();
1221
+ }
1222
+
1223
+ var finishDeactivation = function finishDeactivation() {
1224
+ delay(function () {
1225
+ if (returnFocus) {
1226
+ tryFocus(getReturnFocusNode(state.nodeFocusedBeforeActivation));
1227
+ }
1228
+
1229
+ if (onPostDeactivate) {
1230
+ onPostDeactivate();
1231
+ }
1232
+ });
1233
+ };
1234
+
1235
+ if (returnFocus && checkCanReturnFocus) {
1236
+ checkCanReturnFocus(getReturnFocusNode(state.nodeFocusedBeforeActivation)).then(finishDeactivation, finishDeactivation);
1237
+ return this;
1238
+ }
1239
+
1240
+ finishDeactivation();
1241
+ return this;
1242
+ },
1243
+ pause: function pause() {
1244
+ if (state.paused || !state.active) {
1245
+ return this;
1246
+ }
1247
+
1248
+ state.paused = true;
1249
+ removeListeners();
1250
+ return this;
1251
+ },
1252
+ unpause: function unpause() {
1253
+ if (!state.paused || !state.active) {
1254
+ return this;
1255
+ }
1256
+
1257
+ state.paused = false;
1258
+ updateTabbableNodes();
1259
+ addListeners();
1260
+ return this;
1261
+ },
1262
+ updateContainerElements: function updateContainerElements(containerElements) {
1263
+ var elementsAsArray = [].concat(containerElements).filter(Boolean);
1264
+ state.containers = elementsAsArray.map(function (element) {
1265
+ return typeof element === 'string' ? doc.querySelector(element) : element;
1266
+ });
1267
+
1268
+ if (state.active) {
1269
+ updateTabbableNodes();
1270
+ }
1271
+
1272
+ return this;
1273
+ }
1274
+ }; // initialize container elements
1275
+
1276
+ trap.updateContainerElements(elements);
1277
+ return trap;
1278
+ };
1279
+
1280
+ exports.createFocusTrap = createFocusTrap;