@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,2017 @@
1
+ var bind = function bind(fn, thisArg) {
2
+ return function wrap() {
3
+ var args = new Array(arguments.length);
4
+ for (var i = 0; i < args.length; i++) {
5
+ args[i] = arguments[i];
6
+ }
7
+ return fn.apply(thisArg, args);
8
+ };
9
+ };
10
+
11
+ // utils is a library of generic helper functions non-specific to axios
12
+
13
+ var toString = Object.prototype.toString;
14
+
15
+ // eslint-disable-next-line func-names
16
+ var kindOf = (function(cache) {
17
+ // eslint-disable-next-line func-names
18
+ return function(thing) {
19
+ var str = toString.call(thing);
20
+ return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());
21
+ };
22
+ })(Object.create(null));
23
+
24
+ function kindOfTest(type) {
25
+ type = type.toLowerCase();
26
+ return function isKindOf(thing) {
27
+ return kindOf(thing) === type;
28
+ };
29
+ }
30
+
31
+ /**
32
+ * Determine if a value is an Array
33
+ *
34
+ * @param {Object} val The value to test
35
+ * @returns {boolean} True if value is an Array, otherwise false
36
+ */
37
+ function isArray(val) {
38
+ return Array.isArray(val);
39
+ }
40
+
41
+ /**
42
+ * Determine if a value is undefined
43
+ *
44
+ * @param {Object} val The value to test
45
+ * @returns {boolean} True if the value is undefined, otherwise false
46
+ */
47
+ function isUndefined(val) {
48
+ return typeof val === 'undefined';
49
+ }
50
+
51
+ /**
52
+ * Determine if a value is a Buffer
53
+ *
54
+ * @param {Object} val The value to test
55
+ * @returns {boolean} True if value is a Buffer, otherwise false
56
+ */
57
+ function isBuffer(val) {
58
+ return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)
59
+ && typeof val.constructor.isBuffer === 'function' && val.constructor.isBuffer(val);
60
+ }
61
+
62
+ /**
63
+ * Determine if a value is an ArrayBuffer
64
+ *
65
+ * @function
66
+ * @param {Object} val The value to test
67
+ * @returns {boolean} True if value is an ArrayBuffer, otherwise false
68
+ */
69
+ var isArrayBuffer = kindOfTest('ArrayBuffer');
70
+
71
+
72
+ /**
73
+ * Determine if a value is a view on an ArrayBuffer
74
+ *
75
+ * @param {Object} val The value to test
76
+ * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false
77
+ */
78
+ function isArrayBufferView(val) {
79
+ var result;
80
+ if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {
81
+ result = ArrayBuffer.isView(val);
82
+ } else {
83
+ result = (val) && (val.buffer) && (isArrayBuffer(val.buffer));
84
+ }
85
+ return result;
86
+ }
87
+
88
+ /**
89
+ * Determine if a value is a String
90
+ *
91
+ * @param {Object} val The value to test
92
+ * @returns {boolean} True if value is a String, otherwise false
93
+ */
94
+ function isString(val) {
95
+ return typeof val === 'string';
96
+ }
97
+
98
+ /**
99
+ * Determine if a value is a Number
100
+ *
101
+ * @param {Object} val The value to test
102
+ * @returns {boolean} True if value is a Number, otherwise false
103
+ */
104
+ function isNumber(val) {
105
+ return typeof val === 'number';
106
+ }
107
+
108
+ /**
109
+ * Determine if a value is an Object
110
+ *
111
+ * @param {Object} val The value to test
112
+ * @returns {boolean} True if value is an Object, otherwise false
113
+ */
114
+ function isObject(val) {
115
+ return val !== null && typeof val === 'object';
116
+ }
117
+
118
+ /**
119
+ * Determine if a value is a plain Object
120
+ *
121
+ * @param {Object} val The value to test
122
+ * @return {boolean} True if value is a plain Object, otherwise false
123
+ */
124
+ function isPlainObject(val) {
125
+ if (kindOf(val) !== 'object') {
126
+ return false;
127
+ }
128
+
129
+ var prototype = Object.getPrototypeOf(val);
130
+ return prototype === null || prototype === Object.prototype;
131
+ }
132
+
133
+ /**
134
+ * Determine if a value is a Date
135
+ *
136
+ * @function
137
+ * @param {Object} val The value to test
138
+ * @returns {boolean} True if value is a Date, otherwise false
139
+ */
140
+ var isDate = kindOfTest('Date');
141
+
142
+ /**
143
+ * Determine if a value is a File
144
+ *
145
+ * @function
146
+ * @param {Object} val The value to test
147
+ * @returns {boolean} True if value is a File, otherwise false
148
+ */
149
+ var isFile = kindOfTest('File');
150
+
151
+ /**
152
+ * Determine if a value is a Blob
153
+ *
154
+ * @function
155
+ * @param {Object} val The value to test
156
+ * @returns {boolean} True if value is a Blob, otherwise false
157
+ */
158
+ var isBlob = kindOfTest('Blob');
159
+
160
+ /**
161
+ * Determine if a value is a FileList
162
+ *
163
+ * @function
164
+ * @param {Object} val The value to test
165
+ * @returns {boolean} True if value is a File, otherwise false
166
+ */
167
+ var isFileList = kindOfTest('FileList');
168
+
169
+ /**
170
+ * Determine if a value is a Function
171
+ *
172
+ * @param {Object} val The value to test
173
+ * @returns {boolean} True if value is a Function, otherwise false
174
+ */
175
+ function isFunction(val) {
176
+ return toString.call(val) === '[object Function]';
177
+ }
178
+
179
+ /**
180
+ * Determine if a value is a Stream
181
+ *
182
+ * @param {Object} val The value to test
183
+ * @returns {boolean} True if value is a Stream, otherwise false
184
+ */
185
+ function isStream(val) {
186
+ return isObject(val) && isFunction(val.pipe);
187
+ }
188
+
189
+ /**
190
+ * Determine if a value is a FormData
191
+ *
192
+ * @param {Object} thing The value to test
193
+ * @returns {boolean} True if value is an FormData, otherwise false
194
+ */
195
+ function isFormData(thing) {
196
+ var pattern = '[object FormData]';
197
+ return thing && (
198
+ (typeof FormData === 'function' && thing instanceof FormData) ||
199
+ toString.call(thing) === pattern ||
200
+ (isFunction(thing.toString) && thing.toString() === pattern)
201
+ );
202
+ }
203
+
204
+ /**
205
+ * Determine if a value is a URLSearchParams object
206
+ * @function
207
+ * @param {Object} val The value to test
208
+ * @returns {boolean} True if value is a URLSearchParams object, otherwise false
209
+ */
210
+ var isURLSearchParams = kindOfTest('URLSearchParams');
211
+
212
+ /**
213
+ * Trim excess whitespace off the beginning and end of a string
214
+ *
215
+ * @param {String} str The String to trim
216
+ * @returns {String} The String freed of excess whitespace
217
+ */
218
+ function trim(str) {
219
+ return str.trim ? str.trim() : str.replace(/^\s+|\s+$/g, '');
220
+ }
221
+
222
+ /**
223
+ * Determine if we're running in a standard browser environment
224
+ *
225
+ * This allows axios to run in a web worker, and react-native.
226
+ * Both environments support XMLHttpRequest, but not fully standard globals.
227
+ *
228
+ * web workers:
229
+ * typeof window -> undefined
230
+ * typeof document -> undefined
231
+ *
232
+ * react-native:
233
+ * navigator.product -> 'ReactNative'
234
+ * nativescript
235
+ * navigator.product -> 'NativeScript' or 'NS'
236
+ */
237
+ function isStandardBrowserEnv() {
238
+ if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||
239
+ navigator.product === 'NativeScript' ||
240
+ navigator.product === 'NS')) {
241
+ return false;
242
+ }
243
+ return (
244
+ typeof window !== 'undefined' &&
245
+ typeof document !== 'undefined'
246
+ );
247
+ }
248
+
249
+ /**
250
+ * Iterate over an Array or an Object invoking a function for each item.
251
+ *
252
+ * If `obj` is an Array callback will be called passing
253
+ * the value, index, and complete array for each item.
254
+ *
255
+ * If 'obj' is an Object callback will be called passing
256
+ * the value, key, and complete object for each property.
257
+ *
258
+ * @param {Object|Array} obj The object to iterate
259
+ * @param {Function} fn The callback to invoke for each item
260
+ */
261
+ function forEach(obj, fn) {
262
+ // Don't bother if no value provided
263
+ if (obj === null || typeof obj === 'undefined') {
264
+ return;
265
+ }
266
+
267
+ // Force an array if not already something iterable
268
+ if (typeof obj !== 'object') {
269
+ /*eslint no-param-reassign:0*/
270
+ obj = [obj];
271
+ }
272
+
273
+ if (isArray(obj)) {
274
+ // Iterate over array values
275
+ for (var i = 0, l = obj.length; i < l; i++) {
276
+ fn.call(null, obj[i], i, obj);
277
+ }
278
+ } else {
279
+ // Iterate over object keys
280
+ for (var key in obj) {
281
+ if (Object.prototype.hasOwnProperty.call(obj, key)) {
282
+ fn.call(null, obj[key], key, obj);
283
+ }
284
+ }
285
+ }
286
+ }
287
+
288
+ /**
289
+ * Accepts varargs expecting each argument to be an object, then
290
+ * immutably merges the properties of each object and returns result.
291
+ *
292
+ * When multiple objects contain the same key the later object in
293
+ * the arguments list will take precedence.
294
+ *
295
+ * Example:
296
+ *
297
+ * ```js
298
+ * var result = merge({foo: 123}, {foo: 456});
299
+ * console.log(result.foo); // outputs 456
300
+ * ```
301
+ *
302
+ * @param {Object} obj1 Object to merge
303
+ * @returns {Object} Result of all merge properties
304
+ */
305
+ function merge(/* obj1, obj2, obj3, ... */) {
306
+ var result = {};
307
+ function assignValue(val, key) {
308
+ if (isPlainObject(result[key]) && isPlainObject(val)) {
309
+ result[key] = merge(result[key], val);
310
+ } else if (isPlainObject(val)) {
311
+ result[key] = merge({}, val);
312
+ } else if (isArray(val)) {
313
+ result[key] = val.slice();
314
+ } else {
315
+ result[key] = val;
316
+ }
317
+ }
318
+
319
+ for (var i = 0, l = arguments.length; i < l; i++) {
320
+ forEach(arguments[i], assignValue);
321
+ }
322
+ return result;
323
+ }
324
+
325
+ /**
326
+ * Extends object a by mutably adding to it the properties of object b.
327
+ *
328
+ * @param {Object} a The object to be extended
329
+ * @param {Object} b The object to copy properties from
330
+ * @param {Object} thisArg The object to bind function to
331
+ * @return {Object} The resulting value of object a
332
+ */
333
+ function extend(a, b, thisArg) {
334
+ forEach(b, function assignValue(val, key) {
335
+ if (thisArg && typeof val === 'function') {
336
+ a[key] = bind(val, thisArg);
337
+ } else {
338
+ a[key] = val;
339
+ }
340
+ });
341
+ return a;
342
+ }
343
+
344
+ /**
345
+ * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)
346
+ *
347
+ * @param {string} content with BOM
348
+ * @return {string} content value without BOM
349
+ */
350
+ function stripBOM(content) {
351
+ if (content.charCodeAt(0) === 0xFEFF) {
352
+ content = content.slice(1);
353
+ }
354
+ return content;
355
+ }
356
+
357
+ /**
358
+ * Inherit the prototype methods from one constructor into another
359
+ * @param {function} constructor
360
+ * @param {function} superConstructor
361
+ * @param {object} [props]
362
+ * @param {object} [descriptors]
363
+ */
364
+
365
+ function inherits(constructor, superConstructor, props, descriptors) {
366
+ constructor.prototype = Object.create(superConstructor.prototype, descriptors);
367
+ constructor.prototype.constructor = constructor;
368
+ props && Object.assign(constructor.prototype, props);
369
+ }
370
+
371
+ /**
372
+ * Resolve object with deep prototype chain to a flat object
373
+ * @param {Object} sourceObj source object
374
+ * @param {Object} [destObj]
375
+ * @param {Function} [filter]
376
+ * @returns {Object}
377
+ */
378
+
379
+ function toFlatObject(sourceObj, destObj, filter) {
380
+ var props;
381
+ var i;
382
+ var prop;
383
+ var merged = {};
384
+
385
+ destObj = destObj || {};
386
+
387
+ do {
388
+ props = Object.getOwnPropertyNames(sourceObj);
389
+ i = props.length;
390
+ while (i-- > 0) {
391
+ prop = props[i];
392
+ if (!merged[prop]) {
393
+ destObj[prop] = sourceObj[prop];
394
+ merged[prop] = true;
395
+ }
396
+ }
397
+ sourceObj = Object.getPrototypeOf(sourceObj);
398
+ } while (sourceObj && (!filter || filter(sourceObj, destObj)) && sourceObj !== Object.prototype);
399
+
400
+ return destObj;
401
+ }
402
+
403
+ /*
404
+ * determines whether a string ends with the characters of a specified string
405
+ * @param {String} str
406
+ * @param {String} searchString
407
+ * @param {Number} [position= 0]
408
+ * @returns {boolean}
409
+ */
410
+ function endsWith(str, searchString, position) {
411
+ str = String(str);
412
+ if (position === undefined || position > str.length) {
413
+ position = str.length;
414
+ }
415
+ position -= searchString.length;
416
+ var lastIndex = str.indexOf(searchString, position);
417
+ return lastIndex !== -1 && lastIndex === position;
418
+ }
419
+
420
+
421
+ /**
422
+ * Returns new array from array like object
423
+ * @param {*} [thing]
424
+ * @returns {Array}
425
+ */
426
+ function toArray(thing) {
427
+ if (!thing) return null;
428
+ var i = thing.length;
429
+ if (isUndefined(i)) return null;
430
+ var arr = new Array(i);
431
+ while (i-- > 0) {
432
+ arr[i] = thing[i];
433
+ }
434
+ return arr;
435
+ }
436
+
437
+ // eslint-disable-next-line func-names
438
+ var isTypedArray = (function(TypedArray) {
439
+ // eslint-disable-next-line func-names
440
+ return function(thing) {
441
+ return TypedArray && thing instanceof TypedArray;
442
+ };
443
+ })(typeof Uint8Array !== 'undefined' && Object.getPrototypeOf(Uint8Array));
444
+
445
+ var utils = {
446
+ isArray: isArray,
447
+ isArrayBuffer: isArrayBuffer,
448
+ isBuffer: isBuffer,
449
+ isFormData: isFormData,
450
+ isArrayBufferView: isArrayBufferView,
451
+ isString: isString,
452
+ isNumber: isNumber,
453
+ isObject: isObject,
454
+ isPlainObject: isPlainObject,
455
+ isUndefined: isUndefined,
456
+ isDate: isDate,
457
+ isFile: isFile,
458
+ isBlob: isBlob,
459
+ isFunction: isFunction,
460
+ isStream: isStream,
461
+ isURLSearchParams: isURLSearchParams,
462
+ isStandardBrowserEnv: isStandardBrowserEnv,
463
+ forEach: forEach,
464
+ merge: merge,
465
+ extend: extend,
466
+ trim: trim,
467
+ stripBOM: stripBOM,
468
+ inherits: inherits,
469
+ toFlatObject: toFlatObject,
470
+ kindOf: kindOf,
471
+ kindOfTest: kindOfTest,
472
+ endsWith: endsWith,
473
+ toArray: toArray,
474
+ isTypedArray: isTypedArray,
475
+ isFileList: isFileList
476
+ };
477
+
478
+ function encode(val) {
479
+ return encodeURIComponent(val).
480
+ replace(/%3A/gi, ':').
481
+ replace(/%24/g, '$').
482
+ replace(/%2C/gi, ',').
483
+ replace(/%20/g, '+').
484
+ replace(/%5B/gi, '[').
485
+ replace(/%5D/gi, ']');
486
+ }
487
+
488
+ /**
489
+ * Build a URL by appending params to the end
490
+ *
491
+ * @param {string} url The base of the url (e.g., http://www.google.com)
492
+ * @param {object} [params] The params to be appended
493
+ * @returns {string} The formatted url
494
+ */
495
+ var buildURL = function buildURL(url, params, paramsSerializer) {
496
+ /*eslint no-param-reassign:0*/
497
+ if (!params) {
498
+ return url;
499
+ }
500
+
501
+ var serializedParams;
502
+ if (paramsSerializer) {
503
+ serializedParams = paramsSerializer(params);
504
+ } else if (utils.isURLSearchParams(params)) {
505
+ serializedParams = params.toString();
506
+ } else {
507
+ var parts = [];
508
+
509
+ utils.forEach(params, function serialize(val, key) {
510
+ if (val === null || typeof val === 'undefined') {
511
+ return;
512
+ }
513
+
514
+ if (utils.isArray(val)) {
515
+ key = key + '[]';
516
+ } else {
517
+ val = [val];
518
+ }
519
+
520
+ utils.forEach(val, function parseValue(v) {
521
+ if (utils.isDate(v)) {
522
+ v = v.toISOString();
523
+ } else if (utils.isObject(v)) {
524
+ v = JSON.stringify(v);
525
+ }
526
+ parts.push(encode(key) + '=' + encode(v));
527
+ });
528
+ });
529
+
530
+ serializedParams = parts.join('&');
531
+ }
532
+
533
+ if (serializedParams) {
534
+ var hashmarkIndex = url.indexOf('#');
535
+ if (hashmarkIndex !== -1) {
536
+ url = url.slice(0, hashmarkIndex);
537
+ }
538
+
539
+ url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;
540
+ }
541
+
542
+ return url;
543
+ };
544
+
545
+ function InterceptorManager() {
546
+ this.handlers = [];
547
+ }
548
+
549
+ /**
550
+ * Add a new interceptor to the stack
551
+ *
552
+ * @param {Function} fulfilled The function to handle `then` for a `Promise`
553
+ * @param {Function} rejected The function to handle `reject` for a `Promise`
554
+ *
555
+ * @return {Number} An ID used to remove interceptor later
556
+ */
557
+ InterceptorManager.prototype.use = function use(fulfilled, rejected, options) {
558
+ this.handlers.push({
559
+ fulfilled: fulfilled,
560
+ rejected: rejected,
561
+ synchronous: options ? options.synchronous : false,
562
+ runWhen: options ? options.runWhen : null
563
+ });
564
+ return this.handlers.length - 1;
565
+ };
566
+
567
+ /**
568
+ * Remove an interceptor from the stack
569
+ *
570
+ * @param {Number} id The ID that was returned by `use`
571
+ */
572
+ InterceptorManager.prototype.eject = function eject(id) {
573
+ if (this.handlers[id]) {
574
+ this.handlers[id] = null;
575
+ }
576
+ };
577
+
578
+ /**
579
+ * Iterate over all the registered interceptors
580
+ *
581
+ * This method is particularly useful for skipping over any
582
+ * interceptors that may have become `null` calling `eject`.
583
+ *
584
+ * @param {Function} fn The function to call for each interceptor
585
+ */
586
+ InterceptorManager.prototype.forEach = function forEach(fn) {
587
+ utils.forEach(this.handlers, function forEachHandler(h) {
588
+ if (h !== null) {
589
+ fn(h);
590
+ }
591
+ });
592
+ };
593
+
594
+ var InterceptorManager_1 = InterceptorManager;
595
+
596
+ var normalizeHeaderName = function normalizeHeaderName(headers, normalizedName) {
597
+ utils.forEach(headers, function processHeader(value, name) {
598
+ if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {
599
+ headers[normalizedName] = value;
600
+ delete headers[name];
601
+ }
602
+ });
603
+ };
604
+
605
+ /**
606
+ * Create an Error with the specified message, config, error code, request and response.
607
+ *
608
+ * @param {string} message The error message.
609
+ * @param {string} [code] The error code (for example, 'ECONNABORTED').
610
+ * @param {Object} [config] The config.
611
+ * @param {Object} [request] The request.
612
+ * @param {Object} [response] The response.
613
+ * @returns {Error} The created error.
614
+ */
615
+ function AxiosError(message, code, config, request, response) {
616
+ Error.call(this);
617
+ this.message = message;
618
+ this.name = 'AxiosError';
619
+ code && (this.code = code);
620
+ config && (this.config = config);
621
+ request && (this.request = request);
622
+ response && (this.response = response);
623
+ }
624
+
625
+ utils.inherits(AxiosError, Error, {
626
+ toJSON: function toJSON() {
627
+ return {
628
+ // Standard
629
+ message: this.message,
630
+ name: this.name,
631
+ // Microsoft
632
+ description: this.description,
633
+ number: this.number,
634
+ // Mozilla
635
+ fileName: this.fileName,
636
+ lineNumber: this.lineNumber,
637
+ columnNumber: this.columnNumber,
638
+ stack: this.stack,
639
+ // Axios
640
+ config: this.config,
641
+ code: this.code,
642
+ status: this.response && this.response.status ? this.response.status : null
643
+ };
644
+ }
645
+ });
646
+
647
+ var prototype = AxiosError.prototype;
648
+ var descriptors = {};
649
+
650
+ [
651
+ 'ERR_BAD_OPTION_VALUE',
652
+ 'ERR_BAD_OPTION',
653
+ 'ECONNABORTED',
654
+ 'ETIMEDOUT',
655
+ 'ERR_NETWORK',
656
+ 'ERR_FR_TOO_MANY_REDIRECTS',
657
+ 'ERR_DEPRECATED',
658
+ 'ERR_BAD_RESPONSE',
659
+ 'ERR_BAD_REQUEST',
660
+ 'ERR_CANCELED'
661
+ // eslint-disable-next-line func-names
662
+ ].forEach(function(code) {
663
+ descriptors[code] = {value: code};
664
+ });
665
+
666
+ Object.defineProperties(AxiosError, descriptors);
667
+ Object.defineProperty(prototype, 'isAxiosError', {value: true});
668
+
669
+ // eslint-disable-next-line func-names
670
+ AxiosError.from = function(error, code, config, request, response, customProps) {
671
+ var axiosError = Object.create(prototype);
672
+
673
+ utils.toFlatObject(error, axiosError, function filter(obj) {
674
+ return obj !== Error.prototype;
675
+ });
676
+
677
+ AxiosError.call(axiosError, error.message, code, config, request, response);
678
+
679
+ axiosError.name = error.name;
680
+
681
+ customProps && Object.assign(axiosError, customProps);
682
+
683
+ return axiosError;
684
+ };
685
+
686
+ var AxiosError_1 = AxiosError;
687
+
688
+ var transitional = {
689
+ silentJSONParsing: true,
690
+ forcedJSONParsing: true,
691
+ clarifyTimeoutError: false
692
+ };
693
+
694
+ /**
695
+ * Convert a data object to FormData
696
+ * @param {Object} obj
697
+ * @param {?Object} [formData]
698
+ * @returns {Object}
699
+ **/
700
+
701
+ function toFormData(obj, formData) {
702
+ // eslint-disable-next-line no-param-reassign
703
+ formData = formData || new FormData();
704
+
705
+ var stack = [];
706
+
707
+ function convertValue(value) {
708
+ if (value === null) return '';
709
+
710
+ if (utils.isDate(value)) {
711
+ return value.toISOString();
712
+ }
713
+
714
+ if (utils.isArrayBuffer(value) || utils.isTypedArray(value)) {
715
+ return typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);
716
+ }
717
+
718
+ return value;
719
+ }
720
+
721
+ function build(data, parentKey) {
722
+ if (utils.isPlainObject(data) || utils.isArray(data)) {
723
+ if (stack.indexOf(data) !== -1) {
724
+ throw Error('Circular reference detected in ' + parentKey);
725
+ }
726
+
727
+ stack.push(data);
728
+
729
+ utils.forEach(data, function each(value, key) {
730
+ if (utils.isUndefined(value)) return;
731
+ var fullKey = parentKey ? parentKey + '.' + key : key;
732
+ var arr;
733
+
734
+ if (value && !parentKey && typeof value === 'object') {
735
+ if (utils.endsWith(key, '{}')) {
736
+ // eslint-disable-next-line no-param-reassign
737
+ value = JSON.stringify(value);
738
+ } else if (utils.endsWith(key, '[]') && (arr = utils.toArray(value))) {
739
+ // eslint-disable-next-line func-names
740
+ arr.forEach(function(el) {
741
+ !utils.isUndefined(el) && formData.append(fullKey, convertValue(el));
742
+ });
743
+ return;
744
+ }
745
+ }
746
+
747
+ build(value, fullKey);
748
+ });
749
+
750
+ stack.pop();
751
+ } else {
752
+ formData.append(parentKey, convertValue(data));
753
+ }
754
+ }
755
+
756
+ build(obj);
757
+
758
+ return formData;
759
+ }
760
+
761
+ var toFormData_1 = toFormData;
762
+
763
+ /**
764
+ * Resolve or reject a Promise based on response status.
765
+ *
766
+ * @param {Function} resolve A function that resolves the promise.
767
+ * @param {Function} reject A function that rejects the promise.
768
+ * @param {object} response The response.
769
+ */
770
+ var settle = function settle(resolve, reject, response) {
771
+ var validateStatus = response.config.validateStatus;
772
+ if (!response.status || !validateStatus || validateStatus(response.status)) {
773
+ resolve(response);
774
+ } else {
775
+ reject(new AxiosError_1(
776
+ 'Request failed with status code ' + response.status,
777
+ [AxiosError_1.ERR_BAD_REQUEST, AxiosError_1.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],
778
+ response.config,
779
+ response.request,
780
+ response
781
+ ));
782
+ }
783
+ };
784
+
785
+ var cookies = (
786
+ utils.isStandardBrowserEnv() ?
787
+
788
+ // Standard browser envs support document.cookie
789
+ (function standardBrowserEnv() {
790
+ return {
791
+ write: function write(name, value, expires, path, domain, secure) {
792
+ var cookie = [];
793
+ cookie.push(name + '=' + encodeURIComponent(value));
794
+
795
+ if (utils.isNumber(expires)) {
796
+ cookie.push('expires=' + new Date(expires).toGMTString());
797
+ }
798
+
799
+ if (utils.isString(path)) {
800
+ cookie.push('path=' + path);
801
+ }
802
+
803
+ if (utils.isString(domain)) {
804
+ cookie.push('domain=' + domain);
805
+ }
806
+
807
+ if (secure === true) {
808
+ cookie.push('secure');
809
+ }
810
+
811
+ document.cookie = cookie.join('; ');
812
+ },
813
+
814
+ read: function read(name) {
815
+ var match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)'));
816
+ return (match ? decodeURIComponent(match[3]) : null);
817
+ },
818
+
819
+ remove: function remove(name) {
820
+ this.write(name, '', Date.now() - 86400000);
821
+ }
822
+ };
823
+ })() :
824
+
825
+ // Non standard browser env (web workers, react-native) lack needed support.
826
+ (function nonStandardBrowserEnv() {
827
+ return {
828
+ write: function write() {},
829
+ read: function read() { return null; },
830
+ remove: function remove() {}
831
+ };
832
+ })()
833
+ );
834
+
835
+ /**
836
+ * Determines whether the specified URL is absolute
837
+ *
838
+ * @param {string} url The URL to test
839
+ * @returns {boolean} True if the specified URL is absolute, otherwise false
840
+ */
841
+ var isAbsoluteURL = function isAbsoluteURL(url) {
842
+ // A URL is considered absolute if it begins with "<scheme>://" or "//" (protocol-relative URL).
843
+ // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed
844
+ // by any combination of letters, digits, plus, period, or hyphen.
845
+ return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url);
846
+ };
847
+
848
+ /**
849
+ * Creates a new URL by combining the specified URLs
850
+ *
851
+ * @param {string} baseURL The base URL
852
+ * @param {string} relativeURL The relative URL
853
+ * @returns {string} The combined URL
854
+ */
855
+ var combineURLs = function combineURLs(baseURL, relativeURL) {
856
+ return relativeURL
857
+ ? baseURL.replace(/\/+$/, '') + '/' + relativeURL.replace(/^\/+/, '')
858
+ : baseURL;
859
+ };
860
+
861
+ /**
862
+ * Creates a new URL by combining the baseURL with the requestedURL,
863
+ * only when the requestedURL is not already an absolute URL.
864
+ * If the requestURL is absolute, this function returns the requestedURL untouched.
865
+ *
866
+ * @param {string} baseURL The base URL
867
+ * @param {string} requestedURL Absolute or relative URL to combine
868
+ * @returns {string} The combined full path
869
+ */
870
+ var buildFullPath = function buildFullPath(baseURL, requestedURL) {
871
+ if (baseURL && !isAbsoluteURL(requestedURL)) {
872
+ return combineURLs(baseURL, requestedURL);
873
+ }
874
+ return requestedURL;
875
+ };
876
+
877
+ // Headers whose duplicates are ignored by node
878
+ // c.f. https://nodejs.org/api/http.html#http_message_headers
879
+ var ignoreDuplicateOf = [
880
+ 'age', 'authorization', 'content-length', 'content-type', 'etag',
881
+ 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',
882
+ 'last-modified', 'location', 'max-forwards', 'proxy-authorization',
883
+ 'referer', 'retry-after', 'user-agent'
884
+ ];
885
+
886
+ /**
887
+ * Parse headers into an object
888
+ *
889
+ * ```
890
+ * Date: Wed, 27 Aug 2014 08:58:49 GMT
891
+ * Content-Type: application/json
892
+ * Connection: keep-alive
893
+ * Transfer-Encoding: chunked
894
+ * ```
895
+ *
896
+ * @param {String} headers Headers needing to be parsed
897
+ * @returns {Object} Headers parsed into an object
898
+ */
899
+ var parseHeaders = function parseHeaders(headers) {
900
+ var parsed = {};
901
+ var key;
902
+ var val;
903
+ var i;
904
+
905
+ if (!headers) { return parsed; }
906
+
907
+ utils.forEach(headers.split('\n'), function parser(line) {
908
+ i = line.indexOf(':');
909
+ key = utils.trim(line.substr(0, i)).toLowerCase();
910
+ val = utils.trim(line.substr(i + 1));
911
+
912
+ if (key) {
913
+ if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {
914
+ return;
915
+ }
916
+ if (key === 'set-cookie') {
917
+ parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);
918
+ } else {
919
+ parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
920
+ }
921
+ }
922
+ });
923
+
924
+ return parsed;
925
+ };
926
+
927
+ var isURLSameOrigin = (
928
+ utils.isStandardBrowserEnv() ?
929
+
930
+ // Standard browser envs have full support of the APIs needed to test
931
+ // whether the request URL is of the same origin as current location.
932
+ (function standardBrowserEnv() {
933
+ var msie = /(msie|trident)/i.test(navigator.userAgent);
934
+ var urlParsingNode = document.createElement('a');
935
+ var originURL;
936
+
937
+ /**
938
+ * Parse a URL to discover it's components
939
+ *
940
+ * @param {String} url The URL to be parsed
941
+ * @returns {Object}
942
+ */
943
+ function resolveURL(url) {
944
+ var href = url;
945
+
946
+ if (msie) {
947
+ // IE needs attribute set twice to normalize properties
948
+ urlParsingNode.setAttribute('href', href);
949
+ href = urlParsingNode.href;
950
+ }
951
+
952
+ urlParsingNode.setAttribute('href', href);
953
+
954
+ // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils
955
+ return {
956
+ href: urlParsingNode.href,
957
+ protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',
958
+ host: urlParsingNode.host,
959
+ search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, '') : '',
960
+ hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',
961
+ hostname: urlParsingNode.hostname,
962
+ port: urlParsingNode.port,
963
+ pathname: (urlParsingNode.pathname.charAt(0) === '/') ?
964
+ urlParsingNode.pathname :
965
+ '/' + urlParsingNode.pathname
966
+ };
967
+ }
968
+
969
+ originURL = resolveURL(window.location.href);
970
+
971
+ /**
972
+ * Determine if a URL shares the same origin as the current location
973
+ *
974
+ * @param {String} requestURL The URL to test
975
+ * @returns {boolean} True if URL shares the same origin, otherwise false
976
+ */
977
+ return function isURLSameOrigin(requestURL) {
978
+ var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;
979
+ return (parsed.protocol === originURL.protocol &&
980
+ parsed.host === originURL.host);
981
+ };
982
+ })() :
983
+
984
+ // Non standard browser envs (web workers, react-native) lack needed support.
985
+ (function nonStandardBrowserEnv() {
986
+ return function isURLSameOrigin() {
987
+ return true;
988
+ };
989
+ })()
990
+ );
991
+
992
+ /**
993
+ * A `CanceledError` is an object that is thrown when an operation is canceled.
994
+ *
995
+ * @class
996
+ * @param {string=} message The message.
997
+ */
998
+ function CanceledError(message) {
999
+ // eslint-disable-next-line no-eq-null,eqeqeq
1000
+ AxiosError_1.call(this, message == null ? 'canceled' : message, AxiosError_1.ERR_CANCELED);
1001
+ this.name = 'CanceledError';
1002
+ }
1003
+
1004
+ utils.inherits(CanceledError, AxiosError_1, {
1005
+ __CANCEL__: true
1006
+ });
1007
+
1008
+ var CanceledError_1 = CanceledError;
1009
+
1010
+ var parseProtocol = function parseProtocol(url) {
1011
+ var match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url);
1012
+ return match && match[1] || '';
1013
+ };
1014
+
1015
+ var xhr = function xhrAdapter(config) {
1016
+ return new Promise(function dispatchXhrRequest(resolve, reject) {
1017
+ var requestData = config.data;
1018
+ var requestHeaders = config.headers;
1019
+ var responseType = config.responseType;
1020
+ var onCanceled;
1021
+ function done() {
1022
+ if (config.cancelToken) {
1023
+ config.cancelToken.unsubscribe(onCanceled);
1024
+ }
1025
+
1026
+ if (config.signal) {
1027
+ config.signal.removeEventListener('abort', onCanceled);
1028
+ }
1029
+ }
1030
+
1031
+ if (utils.isFormData(requestData) && utils.isStandardBrowserEnv()) {
1032
+ delete requestHeaders['Content-Type']; // Let the browser set it
1033
+ }
1034
+
1035
+ var request = new XMLHttpRequest();
1036
+
1037
+ // HTTP basic authentication
1038
+ if (config.auth) {
1039
+ var username = config.auth.username || '';
1040
+ var password = config.auth.password ? unescape(encodeURIComponent(config.auth.password)) : '';
1041
+ requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);
1042
+ }
1043
+
1044
+ var fullPath = buildFullPath(config.baseURL, config.url);
1045
+
1046
+ request.open(config.method.toUpperCase(), buildURL(fullPath, config.params, config.paramsSerializer), true);
1047
+
1048
+ // Set the request timeout in MS
1049
+ request.timeout = config.timeout;
1050
+
1051
+ function onloadend() {
1052
+ if (!request) {
1053
+ return;
1054
+ }
1055
+ // Prepare the response
1056
+ var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;
1057
+ var responseData = !responseType || responseType === 'text' || responseType === 'json' ?
1058
+ request.responseText : request.response;
1059
+ var response = {
1060
+ data: responseData,
1061
+ status: request.status,
1062
+ statusText: request.statusText,
1063
+ headers: responseHeaders,
1064
+ config: config,
1065
+ request: request
1066
+ };
1067
+
1068
+ settle(function _resolve(value) {
1069
+ resolve(value);
1070
+ done();
1071
+ }, function _reject(err) {
1072
+ reject(err);
1073
+ done();
1074
+ }, response);
1075
+
1076
+ // Clean up request
1077
+ request = null;
1078
+ }
1079
+
1080
+ if ('onloadend' in request) {
1081
+ // Use onloadend if available
1082
+ request.onloadend = onloadend;
1083
+ } else {
1084
+ // Listen for ready state to emulate onloadend
1085
+ request.onreadystatechange = function handleLoad() {
1086
+ if (!request || request.readyState !== 4) {
1087
+ return;
1088
+ }
1089
+
1090
+ // The request errored out and we didn't get a response, this will be
1091
+ // handled by onerror instead
1092
+ // With one exception: request that using file: protocol, most browsers
1093
+ // will return status as 0 even though it's a successful request
1094
+ if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {
1095
+ return;
1096
+ }
1097
+ // readystate handler is calling before onerror or ontimeout handlers,
1098
+ // so we should call onloadend on the next 'tick'
1099
+ setTimeout(onloadend);
1100
+ };
1101
+ }
1102
+
1103
+ // Handle browser request cancellation (as opposed to a manual cancellation)
1104
+ request.onabort = function handleAbort() {
1105
+ if (!request) {
1106
+ return;
1107
+ }
1108
+
1109
+ reject(new AxiosError_1('Request aborted', AxiosError_1.ECONNABORTED, config, request));
1110
+
1111
+ // Clean up request
1112
+ request = null;
1113
+ };
1114
+
1115
+ // Handle low level network errors
1116
+ request.onerror = function handleError() {
1117
+ // Real errors are hidden from us by the browser
1118
+ // onerror should only fire if it's a network error
1119
+ reject(new AxiosError_1('Network Error', AxiosError_1.ERR_NETWORK, config, request, request));
1120
+
1121
+ // Clean up request
1122
+ request = null;
1123
+ };
1124
+
1125
+ // Handle timeout
1126
+ request.ontimeout = function handleTimeout() {
1127
+ var timeoutErrorMessage = config.timeout ? 'timeout of ' + config.timeout + 'ms exceeded' : 'timeout exceeded';
1128
+ var transitional$1 = config.transitional || transitional;
1129
+ if (config.timeoutErrorMessage) {
1130
+ timeoutErrorMessage = config.timeoutErrorMessage;
1131
+ }
1132
+ reject(new AxiosError_1(
1133
+ timeoutErrorMessage,
1134
+ transitional$1.clarifyTimeoutError ? AxiosError_1.ETIMEDOUT : AxiosError_1.ECONNABORTED,
1135
+ config,
1136
+ request));
1137
+
1138
+ // Clean up request
1139
+ request = null;
1140
+ };
1141
+
1142
+ // Add xsrf header
1143
+ // This is only done if running in a standard browser environment.
1144
+ // Specifically not if we're in a web worker, or react-native.
1145
+ if (utils.isStandardBrowserEnv()) {
1146
+ // Add xsrf header
1147
+ var xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) && config.xsrfCookieName ?
1148
+ cookies.read(config.xsrfCookieName) :
1149
+ undefined;
1150
+
1151
+ if (xsrfValue) {
1152
+ requestHeaders[config.xsrfHeaderName] = xsrfValue;
1153
+ }
1154
+ }
1155
+
1156
+ // Add headers to the request
1157
+ if ('setRequestHeader' in request) {
1158
+ utils.forEach(requestHeaders, function setRequestHeader(val, key) {
1159
+ if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {
1160
+ // Remove Content-Type if data is undefined
1161
+ delete requestHeaders[key];
1162
+ } else {
1163
+ // Otherwise add header to the request
1164
+ request.setRequestHeader(key, val);
1165
+ }
1166
+ });
1167
+ }
1168
+
1169
+ // Add withCredentials to request if needed
1170
+ if (!utils.isUndefined(config.withCredentials)) {
1171
+ request.withCredentials = !!config.withCredentials;
1172
+ }
1173
+
1174
+ // Add responseType to request if needed
1175
+ if (responseType && responseType !== 'json') {
1176
+ request.responseType = config.responseType;
1177
+ }
1178
+
1179
+ // Handle progress if needed
1180
+ if (typeof config.onDownloadProgress === 'function') {
1181
+ request.addEventListener('progress', config.onDownloadProgress);
1182
+ }
1183
+
1184
+ // Not all browsers support upload events
1185
+ if (typeof config.onUploadProgress === 'function' && request.upload) {
1186
+ request.upload.addEventListener('progress', config.onUploadProgress);
1187
+ }
1188
+
1189
+ if (config.cancelToken || config.signal) {
1190
+ // Handle cancellation
1191
+ // eslint-disable-next-line func-names
1192
+ onCanceled = function(cancel) {
1193
+ if (!request) {
1194
+ return;
1195
+ }
1196
+ reject(!cancel || (cancel && cancel.type) ? new CanceledError_1() : cancel);
1197
+ request.abort();
1198
+ request = null;
1199
+ };
1200
+
1201
+ config.cancelToken && config.cancelToken.subscribe(onCanceled);
1202
+ if (config.signal) {
1203
+ config.signal.aborted ? onCanceled() : config.signal.addEventListener('abort', onCanceled);
1204
+ }
1205
+ }
1206
+
1207
+ if (!requestData) {
1208
+ requestData = null;
1209
+ }
1210
+
1211
+ var protocol = parseProtocol(fullPath);
1212
+
1213
+ if (protocol && [ 'http', 'https', 'file' ].indexOf(protocol) === -1) {
1214
+ reject(new AxiosError_1('Unsupported protocol ' + protocol + ':', AxiosError_1.ERR_BAD_REQUEST, config));
1215
+ return;
1216
+ }
1217
+
1218
+
1219
+ // Send the request
1220
+ request.send(requestData);
1221
+ });
1222
+ };
1223
+
1224
+ // eslint-disable-next-line strict
1225
+ var _null = null;
1226
+
1227
+ var DEFAULT_CONTENT_TYPE = {
1228
+ 'Content-Type': 'application/x-www-form-urlencoded'
1229
+ };
1230
+
1231
+ function setContentTypeIfUnset(headers, value) {
1232
+ if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {
1233
+ headers['Content-Type'] = value;
1234
+ }
1235
+ }
1236
+
1237
+ function getDefaultAdapter() {
1238
+ var adapter;
1239
+ if (typeof XMLHttpRequest !== 'undefined') {
1240
+ // For browsers use XHR adapter
1241
+ adapter = xhr;
1242
+ } else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {
1243
+ // For node use HTTP adapter
1244
+ adapter = xhr;
1245
+ }
1246
+ return adapter;
1247
+ }
1248
+
1249
+ function stringifySafely(rawValue, parser, encoder) {
1250
+ if (utils.isString(rawValue)) {
1251
+ try {
1252
+ (parser || JSON.parse)(rawValue);
1253
+ return utils.trim(rawValue);
1254
+ } catch (e) {
1255
+ if (e.name !== 'SyntaxError') {
1256
+ throw e;
1257
+ }
1258
+ }
1259
+ }
1260
+
1261
+ return (encoder || JSON.stringify)(rawValue);
1262
+ }
1263
+
1264
+ var defaults = {
1265
+
1266
+ transitional: transitional,
1267
+
1268
+ adapter: getDefaultAdapter(),
1269
+
1270
+ transformRequest: [function transformRequest(data, headers) {
1271
+ normalizeHeaderName(headers, 'Accept');
1272
+ normalizeHeaderName(headers, 'Content-Type');
1273
+
1274
+ if (utils.isFormData(data) ||
1275
+ utils.isArrayBuffer(data) ||
1276
+ utils.isBuffer(data) ||
1277
+ utils.isStream(data) ||
1278
+ utils.isFile(data) ||
1279
+ utils.isBlob(data)
1280
+ ) {
1281
+ return data;
1282
+ }
1283
+ if (utils.isArrayBufferView(data)) {
1284
+ return data.buffer;
1285
+ }
1286
+ if (utils.isURLSearchParams(data)) {
1287
+ setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');
1288
+ return data.toString();
1289
+ }
1290
+
1291
+ var isObjectPayload = utils.isObject(data);
1292
+ var contentType = headers && headers['Content-Type'];
1293
+
1294
+ var isFileList;
1295
+
1296
+ if ((isFileList = utils.isFileList(data)) || (isObjectPayload && contentType === 'multipart/form-data')) {
1297
+ var _FormData = this.env && this.env.FormData;
1298
+ return toFormData_1(isFileList ? {'files[]': data} : data, _FormData && new _FormData());
1299
+ } else if (isObjectPayload || contentType === 'application/json') {
1300
+ setContentTypeIfUnset(headers, 'application/json');
1301
+ return stringifySafely(data);
1302
+ }
1303
+
1304
+ return data;
1305
+ }],
1306
+
1307
+ transformResponse: [function transformResponse(data) {
1308
+ var transitional = this.transitional || defaults.transitional;
1309
+ var silentJSONParsing = transitional && transitional.silentJSONParsing;
1310
+ var forcedJSONParsing = transitional && transitional.forcedJSONParsing;
1311
+ var strictJSONParsing = !silentJSONParsing && this.responseType === 'json';
1312
+
1313
+ if (strictJSONParsing || (forcedJSONParsing && utils.isString(data) && data.length)) {
1314
+ try {
1315
+ return JSON.parse(data);
1316
+ } catch (e) {
1317
+ if (strictJSONParsing) {
1318
+ if (e.name === 'SyntaxError') {
1319
+ throw AxiosError_1.from(e, AxiosError_1.ERR_BAD_RESPONSE, this, null, this.response);
1320
+ }
1321
+ throw e;
1322
+ }
1323
+ }
1324
+ }
1325
+
1326
+ return data;
1327
+ }],
1328
+
1329
+ /**
1330
+ * A timeout in milliseconds to abort a request. If set to 0 (default) a
1331
+ * timeout is not created.
1332
+ */
1333
+ timeout: 0,
1334
+
1335
+ xsrfCookieName: 'XSRF-TOKEN',
1336
+ xsrfHeaderName: 'X-XSRF-TOKEN',
1337
+
1338
+ maxContentLength: -1,
1339
+ maxBodyLength: -1,
1340
+
1341
+ env: {
1342
+ FormData: _null
1343
+ },
1344
+
1345
+ validateStatus: function validateStatus(status) {
1346
+ return status >= 200 && status < 300;
1347
+ },
1348
+
1349
+ headers: {
1350
+ common: {
1351
+ 'Accept': 'application/json, text/plain, */*'
1352
+ }
1353
+ }
1354
+ };
1355
+
1356
+ utils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {
1357
+ defaults.headers[method] = {};
1358
+ });
1359
+
1360
+ utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
1361
+ defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);
1362
+ });
1363
+
1364
+ var defaults_1 = defaults;
1365
+
1366
+ /**
1367
+ * Transform the data for a request or a response
1368
+ *
1369
+ * @param {Object|String} data The data to be transformed
1370
+ * @param {Array} headers The headers for the request or response
1371
+ * @param {Array|Function} fns A single function or Array of functions
1372
+ * @returns {*} The resulting transformed data
1373
+ */
1374
+ var transformData = function transformData(data, headers, fns) {
1375
+ var context = this || defaults_1;
1376
+ /*eslint no-param-reassign:0*/
1377
+ utils.forEach(fns, function transform(fn) {
1378
+ data = fn.call(context, data, headers);
1379
+ });
1380
+
1381
+ return data;
1382
+ };
1383
+
1384
+ var isCancel = function isCancel(value) {
1385
+ return !!(value && value.__CANCEL__);
1386
+ };
1387
+
1388
+ /**
1389
+ * Throws a `CanceledError` if cancellation has been requested.
1390
+ */
1391
+ function throwIfCancellationRequested(config) {
1392
+ if (config.cancelToken) {
1393
+ config.cancelToken.throwIfRequested();
1394
+ }
1395
+
1396
+ if (config.signal && config.signal.aborted) {
1397
+ throw new CanceledError_1();
1398
+ }
1399
+ }
1400
+
1401
+ /**
1402
+ * Dispatch a request to the server using the configured adapter.
1403
+ *
1404
+ * @param {object} config The config that is to be used for the request
1405
+ * @returns {Promise} The Promise to be fulfilled
1406
+ */
1407
+ var dispatchRequest = function dispatchRequest(config) {
1408
+ throwIfCancellationRequested(config);
1409
+
1410
+ // Ensure headers exist
1411
+ config.headers = config.headers || {};
1412
+
1413
+ // Transform request data
1414
+ config.data = transformData.call(
1415
+ config,
1416
+ config.data,
1417
+ config.headers,
1418
+ config.transformRequest
1419
+ );
1420
+
1421
+ // Flatten headers
1422
+ config.headers = utils.merge(
1423
+ config.headers.common || {},
1424
+ config.headers[config.method] || {},
1425
+ config.headers
1426
+ );
1427
+
1428
+ utils.forEach(
1429
+ ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],
1430
+ function cleanHeaderConfig(method) {
1431
+ delete config.headers[method];
1432
+ }
1433
+ );
1434
+
1435
+ var adapter = config.adapter || defaults_1.adapter;
1436
+
1437
+ return adapter(config).then(function onAdapterResolution(response) {
1438
+ throwIfCancellationRequested(config);
1439
+
1440
+ // Transform response data
1441
+ response.data = transformData.call(
1442
+ config,
1443
+ response.data,
1444
+ response.headers,
1445
+ config.transformResponse
1446
+ );
1447
+
1448
+ return response;
1449
+ }, function onAdapterRejection(reason) {
1450
+ if (!isCancel(reason)) {
1451
+ throwIfCancellationRequested(config);
1452
+
1453
+ // Transform response data
1454
+ if (reason && reason.response) {
1455
+ reason.response.data = transformData.call(
1456
+ config,
1457
+ reason.response.data,
1458
+ reason.response.headers,
1459
+ config.transformResponse
1460
+ );
1461
+ }
1462
+ }
1463
+
1464
+ return Promise.reject(reason);
1465
+ });
1466
+ };
1467
+
1468
+ /**
1469
+ * Config-specific merge-function which creates a new config-object
1470
+ * by merging two configuration objects together.
1471
+ *
1472
+ * @param {Object} config1
1473
+ * @param {Object} config2
1474
+ * @returns {Object} New object resulting from merging config2 to config1
1475
+ */
1476
+ var mergeConfig = function mergeConfig(config1, config2) {
1477
+ // eslint-disable-next-line no-param-reassign
1478
+ config2 = config2 || {};
1479
+ var config = {};
1480
+
1481
+ function getMergedValue(target, source) {
1482
+ if (utils.isPlainObject(target) && utils.isPlainObject(source)) {
1483
+ return utils.merge(target, source);
1484
+ } else if (utils.isPlainObject(source)) {
1485
+ return utils.merge({}, source);
1486
+ } else if (utils.isArray(source)) {
1487
+ return source.slice();
1488
+ }
1489
+ return source;
1490
+ }
1491
+
1492
+ // eslint-disable-next-line consistent-return
1493
+ function mergeDeepProperties(prop) {
1494
+ if (!utils.isUndefined(config2[prop])) {
1495
+ return getMergedValue(config1[prop], config2[prop]);
1496
+ } else if (!utils.isUndefined(config1[prop])) {
1497
+ return getMergedValue(undefined, config1[prop]);
1498
+ }
1499
+ }
1500
+
1501
+ // eslint-disable-next-line consistent-return
1502
+ function valueFromConfig2(prop) {
1503
+ if (!utils.isUndefined(config2[prop])) {
1504
+ return getMergedValue(undefined, config2[prop]);
1505
+ }
1506
+ }
1507
+
1508
+ // eslint-disable-next-line consistent-return
1509
+ function defaultToConfig2(prop) {
1510
+ if (!utils.isUndefined(config2[prop])) {
1511
+ return getMergedValue(undefined, config2[prop]);
1512
+ } else if (!utils.isUndefined(config1[prop])) {
1513
+ return getMergedValue(undefined, config1[prop]);
1514
+ }
1515
+ }
1516
+
1517
+ // eslint-disable-next-line consistent-return
1518
+ function mergeDirectKeys(prop) {
1519
+ if (prop in config2) {
1520
+ return getMergedValue(config1[prop], config2[prop]);
1521
+ } else if (prop in config1) {
1522
+ return getMergedValue(undefined, config1[prop]);
1523
+ }
1524
+ }
1525
+
1526
+ var mergeMap = {
1527
+ 'url': valueFromConfig2,
1528
+ 'method': valueFromConfig2,
1529
+ 'data': valueFromConfig2,
1530
+ 'baseURL': defaultToConfig2,
1531
+ 'transformRequest': defaultToConfig2,
1532
+ 'transformResponse': defaultToConfig2,
1533
+ 'paramsSerializer': defaultToConfig2,
1534
+ 'timeout': defaultToConfig2,
1535
+ 'timeoutMessage': defaultToConfig2,
1536
+ 'withCredentials': defaultToConfig2,
1537
+ 'adapter': defaultToConfig2,
1538
+ 'responseType': defaultToConfig2,
1539
+ 'xsrfCookieName': defaultToConfig2,
1540
+ 'xsrfHeaderName': defaultToConfig2,
1541
+ 'onUploadProgress': defaultToConfig2,
1542
+ 'onDownloadProgress': defaultToConfig2,
1543
+ 'decompress': defaultToConfig2,
1544
+ 'maxContentLength': defaultToConfig2,
1545
+ 'maxBodyLength': defaultToConfig2,
1546
+ 'beforeRedirect': defaultToConfig2,
1547
+ 'transport': defaultToConfig2,
1548
+ 'httpAgent': defaultToConfig2,
1549
+ 'httpsAgent': defaultToConfig2,
1550
+ 'cancelToken': defaultToConfig2,
1551
+ 'socketPath': defaultToConfig2,
1552
+ 'responseEncoding': defaultToConfig2,
1553
+ 'validateStatus': mergeDirectKeys
1554
+ };
1555
+
1556
+ utils.forEach(Object.keys(config1).concat(Object.keys(config2)), function computeConfigValue(prop) {
1557
+ var merge = mergeMap[prop] || mergeDeepProperties;
1558
+ var configValue = merge(prop);
1559
+ (utils.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);
1560
+ });
1561
+
1562
+ return config;
1563
+ };
1564
+
1565
+ var data = {
1566
+ "version": "0.27.2"
1567
+ };
1568
+
1569
+ var VERSION = data.version;
1570
+
1571
+
1572
+ var validators$1 = {};
1573
+
1574
+ // eslint-disable-next-line func-names
1575
+ ['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach(function(type, i) {
1576
+ validators$1[type] = function validator(thing) {
1577
+ return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type;
1578
+ };
1579
+ });
1580
+
1581
+ var deprecatedWarnings = {};
1582
+
1583
+ /**
1584
+ * Transitional option validator
1585
+ * @param {function|boolean?} validator - set to false if the transitional option has been removed
1586
+ * @param {string?} version - deprecated version / removed since version
1587
+ * @param {string?} message - some message with additional info
1588
+ * @returns {function}
1589
+ */
1590
+ validators$1.transitional = function transitional(validator, version, message) {
1591
+ function formatMessage(opt, desc) {
1592
+ return '[Axios v' + VERSION + '] Transitional option \'' + opt + '\'' + desc + (message ? '. ' + message : '');
1593
+ }
1594
+
1595
+ // eslint-disable-next-line func-names
1596
+ return function(value, opt, opts) {
1597
+ if (validator === false) {
1598
+ throw new AxiosError_1(
1599
+ formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')),
1600
+ AxiosError_1.ERR_DEPRECATED
1601
+ );
1602
+ }
1603
+
1604
+ if (version && !deprecatedWarnings[opt]) {
1605
+ deprecatedWarnings[opt] = true;
1606
+ // eslint-disable-next-line no-console
1607
+ console.warn(
1608
+ formatMessage(
1609
+ opt,
1610
+ ' has been deprecated since v' + version + ' and will be removed in the near future'
1611
+ )
1612
+ );
1613
+ }
1614
+
1615
+ return validator ? validator(value, opt, opts) : true;
1616
+ };
1617
+ };
1618
+
1619
+ /**
1620
+ * Assert object's properties type
1621
+ * @param {object} options
1622
+ * @param {object} schema
1623
+ * @param {boolean?} allowUnknown
1624
+ */
1625
+
1626
+ function assertOptions(options, schema, allowUnknown) {
1627
+ if (typeof options !== 'object') {
1628
+ throw new AxiosError_1('options must be an object', AxiosError_1.ERR_BAD_OPTION_VALUE);
1629
+ }
1630
+ var keys = Object.keys(options);
1631
+ var i = keys.length;
1632
+ while (i-- > 0) {
1633
+ var opt = keys[i];
1634
+ var validator = schema[opt];
1635
+ if (validator) {
1636
+ var value = options[opt];
1637
+ var result = value === undefined || validator(value, opt, options);
1638
+ if (result !== true) {
1639
+ throw new AxiosError_1('option ' + opt + ' must be ' + result, AxiosError_1.ERR_BAD_OPTION_VALUE);
1640
+ }
1641
+ continue;
1642
+ }
1643
+ if (allowUnknown !== true) {
1644
+ throw new AxiosError_1('Unknown option ' + opt, AxiosError_1.ERR_BAD_OPTION);
1645
+ }
1646
+ }
1647
+ }
1648
+
1649
+ var validator = {
1650
+ assertOptions: assertOptions,
1651
+ validators: validators$1
1652
+ };
1653
+
1654
+ var validators = validator.validators;
1655
+ /**
1656
+ * Create a new instance of Axios
1657
+ *
1658
+ * @param {Object} instanceConfig The default config for the instance
1659
+ */
1660
+ function Axios(instanceConfig) {
1661
+ this.defaults = instanceConfig;
1662
+ this.interceptors = {
1663
+ request: new InterceptorManager_1(),
1664
+ response: new InterceptorManager_1()
1665
+ };
1666
+ }
1667
+
1668
+ /**
1669
+ * Dispatch a request
1670
+ *
1671
+ * @param {Object} config The config specific for this request (merged with this.defaults)
1672
+ */
1673
+ Axios.prototype.request = function request(configOrUrl, config) {
1674
+ /*eslint no-param-reassign:0*/
1675
+ // Allow for axios('example/url'[, config]) a la fetch API
1676
+ if (typeof configOrUrl === 'string') {
1677
+ config = config || {};
1678
+ config.url = configOrUrl;
1679
+ } else {
1680
+ config = configOrUrl || {};
1681
+ }
1682
+
1683
+ config = mergeConfig(this.defaults, config);
1684
+
1685
+ // Set config.method
1686
+ if (config.method) {
1687
+ config.method = config.method.toLowerCase();
1688
+ } else if (this.defaults.method) {
1689
+ config.method = this.defaults.method.toLowerCase();
1690
+ } else {
1691
+ config.method = 'get';
1692
+ }
1693
+
1694
+ var transitional = config.transitional;
1695
+
1696
+ if (transitional !== undefined) {
1697
+ validator.assertOptions(transitional, {
1698
+ silentJSONParsing: validators.transitional(validators.boolean),
1699
+ forcedJSONParsing: validators.transitional(validators.boolean),
1700
+ clarifyTimeoutError: validators.transitional(validators.boolean)
1701
+ }, false);
1702
+ }
1703
+
1704
+ // filter out skipped interceptors
1705
+ var requestInterceptorChain = [];
1706
+ var synchronousRequestInterceptors = true;
1707
+ this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {
1708
+ if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) {
1709
+ return;
1710
+ }
1711
+
1712
+ synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;
1713
+
1714
+ requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);
1715
+ });
1716
+
1717
+ var responseInterceptorChain = [];
1718
+ this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {
1719
+ responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected);
1720
+ });
1721
+
1722
+ var promise;
1723
+
1724
+ if (!synchronousRequestInterceptors) {
1725
+ var chain = [dispatchRequest, undefined];
1726
+
1727
+ Array.prototype.unshift.apply(chain, requestInterceptorChain);
1728
+ chain = chain.concat(responseInterceptorChain);
1729
+
1730
+ promise = Promise.resolve(config);
1731
+ while (chain.length) {
1732
+ promise = promise.then(chain.shift(), chain.shift());
1733
+ }
1734
+
1735
+ return promise;
1736
+ }
1737
+
1738
+
1739
+ var newConfig = config;
1740
+ while (requestInterceptorChain.length) {
1741
+ var onFulfilled = requestInterceptorChain.shift();
1742
+ var onRejected = requestInterceptorChain.shift();
1743
+ try {
1744
+ newConfig = onFulfilled(newConfig);
1745
+ } catch (error) {
1746
+ onRejected(error);
1747
+ break;
1748
+ }
1749
+ }
1750
+
1751
+ try {
1752
+ promise = dispatchRequest(newConfig);
1753
+ } catch (error) {
1754
+ return Promise.reject(error);
1755
+ }
1756
+
1757
+ while (responseInterceptorChain.length) {
1758
+ promise = promise.then(responseInterceptorChain.shift(), responseInterceptorChain.shift());
1759
+ }
1760
+
1761
+ return promise;
1762
+ };
1763
+
1764
+ Axios.prototype.getUri = function getUri(config) {
1765
+ config = mergeConfig(this.defaults, config);
1766
+ var fullPath = buildFullPath(config.baseURL, config.url);
1767
+ return buildURL(fullPath, config.params, config.paramsSerializer);
1768
+ };
1769
+
1770
+ // Provide aliases for supported request methods
1771
+ utils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {
1772
+ /*eslint func-names:0*/
1773
+ Axios.prototype[method] = function(url, config) {
1774
+ return this.request(mergeConfig(config || {}, {
1775
+ method: method,
1776
+ url: url,
1777
+ data: (config || {}).data
1778
+ }));
1779
+ };
1780
+ });
1781
+
1782
+ utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
1783
+ /*eslint func-names:0*/
1784
+
1785
+ function generateHTTPMethod(isForm) {
1786
+ return function httpMethod(url, data, config) {
1787
+ return this.request(mergeConfig(config || {}, {
1788
+ method: method,
1789
+ headers: isForm ? {
1790
+ 'Content-Type': 'multipart/form-data'
1791
+ } : {},
1792
+ url: url,
1793
+ data: data
1794
+ }));
1795
+ };
1796
+ }
1797
+
1798
+ Axios.prototype[method] = generateHTTPMethod();
1799
+
1800
+ Axios.prototype[method + 'Form'] = generateHTTPMethod(true);
1801
+ });
1802
+
1803
+ var Axios_1 = Axios;
1804
+
1805
+ /**
1806
+ * A `CancelToken` is an object that can be used to request cancellation of an operation.
1807
+ *
1808
+ * @class
1809
+ * @param {Function} executor The executor function.
1810
+ */
1811
+ function CancelToken(executor) {
1812
+ if (typeof executor !== 'function') {
1813
+ throw new TypeError('executor must be a function.');
1814
+ }
1815
+
1816
+ var resolvePromise;
1817
+
1818
+ this.promise = new Promise(function promiseExecutor(resolve) {
1819
+ resolvePromise = resolve;
1820
+ });
1821
+
1822
+ var token = this;
1823
+
1824
+ // eslint-disable-next-line func-names
1825
+ this.promise.then(function(cancel) {
1826
+ if (!token._listeners) return;
1827
+
1828
+ var i;
1829
+ var l = token._listeners.length;
1830
+
1831
+ for (i = 0; i < l; i++) {
1832
+ token._listeners[i](cancel);
1833
+ }
1834
+ token._listeners = null;
1835
+ });
1836
+
1837
+ // eslint-disable-next-line func-names
1838
+ this.promise.then = function(onfulfilled) {
1839
+ var _resolve;
1840
+ // eslint-disable-next-line func-names
1841
+ var promise = new Promise(function(resolve) {
1842
+ token.subscribe(resolve);
1843
+ _resolve = resolve;
1844
+ }).then(onfulfilled);
1845
+
1846
+ promise.cancel = function reject() {
1847
+ token.unsubscribe(_resolve);
1848
+ };
1849
+
1850
+ return promise;
1851
+ };
1852
+
1853
+ executor(function cancel(message) {
1854
+ if (token.reason) {
1855
+ // Cancellation has already been requested
1856
+ return;
1857
+ }
1858
+
1859
+ token.reason = new CanceledError_1(message);
1860
+ resolvePromise(token.reason);
1861
+ });
1862
+ }
1863
+
1864
+ /**
1865
+ * Throws a `CanceledError` if cancellation has been requested.
1866
+ */
1867
+ CancelToken.prototype.throwIfRequested = function throwIfRequested() {
1868
+ if (this.reason) {
1869
+ throw this.reason;
1870
+ }
1871
+ };
1872
+
1873
+ /**
1874
+ * Subscribe to the cancel signal
1875
+ */
1876
+
1877
+ CancelToken.prototype.subscribe = function subscribe(listener) {
1878
+ if (this.reason) {
1879
+ listener(this.reason);
1880
+ return;
1881
+ }
1882
+
1883
+ if (this._listeners) {
1884
+ this._listeners.push(listener);
1885
+ } else {
1886
+ this._listeners = [listener];
1887
+ }
1888
+ };
1889
+
1890
+ /**
1891
+ * Unsubscribe from the cancel signal
1892
+ */
1893
+
1894
+ CancelToken.prototype.unsubscribe = function unsubscribe(listener) {
1895
+ if (!this._listeners) {
1896
+ return;
1897
+ }
1898
+ var index = this._listeners.indexOf(listener);
1899
+ if (index !== -1) {
1900
+ this._listeners.splice(index, 1);
1901
+ }
1902
+ };
1903
+
1904
+ /**
1905
+ * Returns an object that contains a new `CancelToken` and a function that, when called,
1906
+ * cancels the `CancelToken`.
1907
+ */
1908
+ CancelToken.source = function source() {
1909
+ var cancel;
1910
+ var token = new CancelToken(function executor(c) {
1911
+ cancel = c;
1912
+ });
1913
+ return {
1914
+ token: token,
1915
+ cancel: cancel
1916
+ };
1917
+ };
1918
+
1919
+ var CancelToken_1 = CancelToken;
1920
+
1921
+ /**
1922
+ * Syntactic sugar for invoking a function and expanding an array for arguments.
1923
+ *
1924
+ * Common use case would be to use `Function.prototype.apply`.
1925
+ *
1926
+ * ```js
1927
+ * function f(x, y, z) {}
1928
+ * var args = [1, 2, 3];
1929
+ * f.apply(null, args);
1930
+ * ```
1931
+ *
1932
+ * With `spread` this example can be re-written.
1933
+ *
1934
+ * ```js
1935
+ * spread(function(x, y, z) {})([1, 2, 3]);
1936
+ * ```
1937
+ *
1938
+ * @param {Function} callback
1939
+ * @returns {Function}
1940
+ */
1941
+ var spread = function spread(callback) {
1942
+ return function wrap(arr) {
1943
+ return callback.apply(null, arr);
1944
+ };
1945
+ };
1946
+
1947
+ /**
1948
+ * Determines whether the payload is an error thrown by Axios
1949
+ *
1950
+ * @param {*} payload The value to test
1951
+ * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
1952
+ */
1953
+ var isAxiosError = function isAxiosError(payload) {
1954
+ return utils.isObject(payload) && (payload.isAxiosError === true);
1955
+ };
1956
+
1957
+ /**
1958
+ * Create an instance of Axios
1959
+ *
1960
+ * @param {Object} defaultConfig The default config for the instance
1961
+ * @return {Axios} A new instance of Axios
1962
+ */
1963
+ function createInstance(defaultConfig) {
1964
+ var context = new Axios_1(defaultConfig);
1965
+ var instance = bind(Axios_1.prototype.request, context);
1966
+
1967
+ // Copy axios.prototype to instance
1968
+ utils.extend(instance, Axios_1.prototype, context);
1969
+
1970
+ // Copy context to instance
1971
+ utils.extend(instance, context);
1972
+
1973
+ // Factory for creating new instances
1974
+ instance.create = function create(instanceConfig) {
1975
+ return createInstance(mergeConfig(defaultConfig, instanceConfig));
1976
+ };
1977
+
1978
+ return instance;
1979
+ }
1980
+
1981
+ // Create the default instance to be exported
1982
+ var axios$1 = createInstance(defaults_1);
1983
+
1984
+ // Expose Axios class to allow class inheritance
1985
+ axios$1.Axios = Axios_1;
1986
+
1987
+ // Expose Cancel & CancelToken
1988
+ axios$1.CanceledError = CanceledError_1;
1989
+ axios$1.CancelToken = CancelToken_1;
1990
+ axios$1.isCancel = isCancel;
1991
+ axios$1.VERSION = data.version;
1992
+ axios$1.toFormData = toFormData_1;
1993
+
1994
+ // Expose AxiosError class
1995
+ axios$1.AxiosError = AxiosError_1;
1996
+
1997
+ // alias for CanceledError for backward compatibility
1998
+ axios$1.Cancel = axios$1.CanceledError;
1999
+
2000
+ // Expose all/spread
2001
+ axios$1.all = function all(promises) {
2002
+ return Promise.all(promises);
2003
+ };
2004
+ axios$1.spread = spread;
2005
+
2006
+ // Expose isAxiosError
2007
+ axios$1.isAxiosError = isAxiosError;
2008
+
2009
+ var axios_1 = axios$1;
2010
+
2011
+ // Allow use of default import syntax in TypeScript
2012
+ var _default = axios$1;
2013
+ axios_1.default = _default;
2014
+
2015
+ var axios = axios_1;
2016
+
2017
+ export { axios as a };