@oiz/stzh-components 2.1.0-beta → 2.1.0

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 (335) hide show
  1. package/dist/cjs/{_commonjsHelpers-bcc1208a.js → _commonjsHelpers-dcc4cf71.js} +16 -0
  2. package/dist/cjs/{app-globals-07890ee7.js → app-globals-dc82b9ca.js} +1 -1
  3. package/dist/cjs/{js.cookie-9c263d23.js → js.cookie-226c94ed.js} +1 -1
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/stzh-accordion-item.cjs.entry.js +2 -2
  6. package/dist/cjs/stzh-actions.cjs.entry.js +2 -2
  7. package/dist/cjs/stzh-anchornav.cjs.entry.js +2 -2
  8. package/dist/cjs/stzh-appointments.cjs.entry.js +1 -1
  9. package/dist/cjs/stzh-badge_3.cjs.entry.js +2 -1
  10. package/dist/cjs/stzh-chart.cjs.entry.js +26127 -0
  11. package/dist/cjs/stzh-chip.cjs.entry.js +13 -6
  12. package/dist/cjs/stzh-components.cjs.js +2 -2
  13. package/dist/cjs/stzh-contactaddress.cjs.entry.js +65 -0
  14. package/dist/cjs/stzh-datamessagelist.cjs.entry.js +1 -1
  15. package/dist/cjs/stzh-datatable.cjs.entry.js +1 -1
  16. package/dist/cjs/stzh-dropdown.cjs.entry.js +1 -1
  17. package/dist/cjs/stzh-figure.cjs.entry.js +1 -1
  18. package/dist/cjs/stzh-footer.cjs.entry.js +11 -5
  19. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +3 -3
  20. package/dist/cjs/stzh-heading.cjs.entry.js +2 -2
  21. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
  22. package/dist/cjs/stzh-link.cjs.entry.js +2 -1
  23. package/dist/cjs/stzh-message.cjs.entry.js +2 -2
  24. package/dist/cjs/stzh-olmap.cjs.entry.js +1 -1
  25. package/dist/cjs/stzh-pagebottom.cjs.entry.js +2 -2
  26. package/dist/cjs/stzh-pagetitle-hero.cjs.entry.js +99 -0
  27. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  28. package/dist/cjs/stzh-share.cjs.entry.js +5 -5
  29. package/dist/cjs/stzh-upload.cjs.entry.js +7 -9
  30. package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +1 -1
  31. package/dist/collection/assets/icons/mono/facebook-filled.svg +3 -0
  32. package/dist/collection/assets/icons/mono/linkedin-filled.svg +12 -0
  33. package/dist/collection/assets/icons/mono/mail-filled.svg +6 -0
  34. package/dist/collection/assets/icons/mono/star-filled.svg +1 -1
  35. package/dist/collection/assets/icons/mono/twitter-filled.svg +3 -0
  36. package/dist/collection/assets/icons/mono/xing-filled.svg +4 -0
  37. package/dist/collection/assets/media/olmap/marker-active.png +0 -0
  38. package/dist/collection/assets/media/olmap/marker.png +0 -0
  39. package/dist/collection/collection-manifest.json +3 -0
  40. package/dist/collection/components/stzh-accordion/stzh-accordion.css +3 -0
  41. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +51 -3
  42. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +1 -1
  43. package/dist/collection/components/stzh-actions/stzh-actions.css +7 -1
  44. package/dist/collection/components/stzh-actions/stzh-actions.js +3 -3
  45. package/dist/collection/components/stzh-actionset/stzh-actionset.css +3 -0
  46. package/dist/collection/components/stzh-anchornav/stzh-anchornav.css +5 -0
  47. package/dist/collection/components/stzh-anchornav/stzh-anchornav.js +1 -1
  48. package/dist/collection/components/stzh-appnav/stzh-appnav.css +3 -0
  49. package/dist/collection/components/stzh-appointments/stzh-appointments.css +3 -0
  50. package/dist/collection/components/stzh-appointments/stzh-appointments.js +1 -1
  51. package/dist/collection/components/stzh-audio/stzh-audio.css +3 -0
  52. package/dist/collection/components/stzh-badge/stzh-badge.css +3 -0
  53. package/dist/collection/components/stzh-button/stzh-button.css +3 -0
  54. package/dist/collection/components/stzh-button/stzh-button.js +19 -1
  55. package/dist/collection/components/stzh-calendar/stzh-calendar.css +3 -0
  56. package/dist/collection/components/stzh-card/stzh-card.css +3 -0
  57. package/dist/collection/components/stzh-card-list/stzh-card-list.css +3 -0
  58. package/dist/collection/components/stzh-cell/stzh-cell.css +3 -0
  59. package/dist/collection/components/stzh-chart/stzh-chart.css +799 -0
  60. package/dist/collection/components/stzh-chart/stzh-chart.js +110 -0
  61. package/dist/collection/components/stzh-chart/stzh-chart.stories.js +287 -0
  62. package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +3 -0
  63. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.css +3 -0
  64. package/dist/collection/components/stzh-chip/stzh-chip.css +4 -21
  65. package/dist/collection/components/stzh-chip/stzh-chip.js +49 -24
  66. package/dist/collection/components/stzh-chip/stzh-chip.stories.js +0 -9
  67. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +3 -0
  68. package/dist/collection/components/stzh-clamp/stzh-clamp.css +3 -0
  69. package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.css +153 -0
  70. package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.js +321 -0
  71. package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.stories.js +100 -0
  72. package/dist/collection/components/stzh-container/stzh-container.css +3 -0
  73. package/dist/collection/components/stzh-cspace/stzh-cspace.css +3 -0
  74. package/dist/collection/components/stzh-datalist/stzh-datalist.css +3 -0
  75. package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.css +13 -2
  76. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +3 -0
  77. package/dist/collection/components/stzh-datatable/stzh-datatable.css +3 -0
  78. package/dist/collection/components/stzh-datepicker/stzh-datepicker.css +3 -0
  79. package/dist/collection/components/stzh-dialog/stzh-dialog.css +3 -0
  80. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +3 -0
  81. package/dist/collection/components/stzh-fieldset/stzh-fieldset.css +3 -0
  82. package/dist/collection/components/stzh-figure/stzh-figure.css +3 -1
  83. package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.css +3 -0
  84. package/dist/collection/components/stzh-footer/stzh-footer.css +53 -0
  85. package/dist/collection/components/stzh-footer/stzh-footer.js +44 -16
  86. package/dist/collection/components/stzh-footer/stzh-footer.stories.js +21 -1
  87. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +10 -10
  88. package/dist/collection/components/stzh-header/stzh-header.css +3 -0
  89. package/dist/collection/components/stzh-heading/stzh-heading.css +9 -6
  90. package/dist/collection/components/stzh-heading/stzh-heading.js +1 -1
  91. package/dist/collection/components/stzh-hr/stzh-hr.css +3 -0
  92. package/dist/collection/components/stzh-hspace/stzh-hspace.css +3 -0
  93. package/dist/collection/components/stzh-icon/stzh-icon.css +3 -0
  94. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +95 -30
  95. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  96. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.css +3 -0
  97. package/dist/collection/components/stzh-input/stzh-input.css +3 -0
  98. package/dist/collection/components/stzh-link/stzh-link.css +3 -0
  99. package/dist/collection/components/stzh-link/stzh-link.js +19 -1
  100. package/dist/collection/components/stzh-list/stzh-list.css +3 -0
  101. package/dist/collection/components/stzh-list-item/stzh-list-item.css +3 -0
  102. package/dist/collection/components/stzh-loader/stzh-loader.css +3 -0
  103. package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.css +3 -0
  104. package/dist/collection/components/stzh-menu/stzh-menu.css +3 -0
  105. package/dist/collection/components/stzh-menu-item/stzh-menu-item.css +3 -0
  106. package/dist/collection/components/stzh-message/stzh-message.css +3 -0
  107. package/dist/collection/components/stzh-metanav/stzh-metanav.css +3 -0
  108. package/dist/collection/components/stzh-olmap/stzh-olmap.css +3 -0
  109. package/dist/collection/components/stzh-overlay/stzh-overlay.css +3 -0
  110. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.css +3 -0
  111. package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.css +7 -4
  112. package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.js +1 -1
  113. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +3 -0
  114. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +5 -1
  115. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.css +396 -0
  116. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.js +157 -0
  117. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.stories.js +94 -0
  118. package/dist/collection/components/stzh-popover/stzh-popover.css +3 -0
  119. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +8 -3
  120. package/dist/collection/components/stzh-progressbar/stzh-progressbar.css +3 -0
  121. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +3 -0
  122. package/dist/collection/components/stzh-radio/stzh-radio.css +3 -0
  123. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.css +3 -0
  124. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.css +3 -0
  125. package/dist/collection/components/stzh-richtext/stzh-richtext.css +3 -0
  126. package/dist/collection/components/stzh-row/stzh-row.css +3 -0
  127. package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +3 -0
  128. package/dist/collection/components/stzh-section/stzh-section.css +3 -0
  129. package/dist/collection/components/stzh-share/stzh-share.css +3 -0
  130. package/dist/collection/components/stzh-share/stzh-share.js +5 -5
  131. package/dist/collection/components/stzh-skiplink/stzh-skiplink.css +3 -0
  132. package/dist/collection/components/stzh-sortable/stzh-sortable.css +3 -0
  133. package/dist/collection/components/stzh-status/stzh-status.css +3 -0
  134. package/dist/collection/components/stzh-sticky/stzh-sticky.css +3 -0
  135. package/dist/collection/components/stzh-sticky/stzh-sticky.stories.js +1 -1
  136. package/dist/collection/components/stzh-table/stzh-table.css +3 -0
  137. package/dist/collection/components/stzh-text/stzh-text.css +3 -0
  138. package/dist/collection/components/stzh-toggle/stzh-toggle.css +3 -0
  139. package/dist/collection/components/stzh-tooltip/stzh-tooltip.css +3 -0
  140. package/dist/collection/components/stzh-upload/stzh-upload.css +24 -15
  141. package/dist/collection/components/stzh-upload/stzh-upload.js +5 -7
  142. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.css +3 -0
  143. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.css +3 -0
  144. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +3 -0
  145. package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.css +3 -0
  146. package/dist/collection/components/stzh-vspace/stzh-vspace.css +3 -0
  147. package/dist/components/_commonjsHelpers.js +16 -1
  148. package/dist/components/index.d.ts +3 -0
  149. package/dist/components/index.js +4 -1
  150. package/dist/components/stzh-accordion-item.js +2 -2
  151. package/dist/components/stzh-actions.js +2 -2
  152. package/dist/components/stzh-anchornav.js +2 -2
  153. package/dist/components/stzh-appointments.js +1 -1
  154. package/dist/components/stzh-button2.js +3 -1
  155. package/dist/components/stzh-chart.d.ts +11 -0
  156. package/dist/components/stzh-chart.js +26144 -0
  157. package/dist/components/stzh-chip2.js +16 -8
  158. package/dist/components/stzh-contactaddress.d.ts +11 -0
  159. package/dist/components/stzh-contactaddress.js +93 -0
  160. package/dist/components/stzh-datamessagelist.js +1 -1
  161. package/dist/components/stzh-figure.js +1 -1
  162. package/dist/components/stzh-footer.js +13 -6
  163. package/dist/components/stzh-ghettobox2.js +1 -1
  164. package/dist/components/stzh-heading2.js +2 -2
  165. package/dist/components/stzh-icon-sprite.js +1 -1
  166. package/dist/components/stzh-link2.js +3 -1
  167. package/dist/components/stzh-pagebottom.js +2 -2
  168. package/dist/components/stzh-pagetitle-hero.d.ts +11 -0
  169. package/dist/components/stzh-pagetitle-hero.js +116 -0
  170. package/dist/components/stzh-portal-mitwirken.js +1 -1
  171. package/dist/components/stzh-share2.js +5 -5
  172. package/dist/components/stzh-upload.js +7 -9
  173. package/dist/esm/{_commonjsHelpers-ba3f0406.js → _commonjsHelpers-f9dc4873.js} +16 -1
  174. package/dist/esm/{app-globals-acc57d0e.js → app-globals-246b5e49.js} +1 -1
  175. package/dist/esm/{js.cookie-28a40640.js → js.cookie-53735b72.js} +1 -1
  176. package/dist/esm/loader.js +2 -2
  177. package/dist/esm/stzh-accordion-item.entry.js +2 -2
  178. package/dist/esm/stzh-actions.entry.js +2 -2
  179. package/dist/esm/stzh-anchornav.entry.js +2 -2
  180. package/dist/esm/stzh-appointments.entry.js +1 -1
  181. package/dist/esm/stzh-badge_3.entry.js +2 -1
  182. package/dist/esm/stzh-chart.entry.js +26123 -0
  183. package/dist/esm/stzh-chip.entry.js +14 -7
  184. package/dist/esm/stzh-components.js +2 -2
  185. package/dist/esm/stzh-contactaddress.entry.js +61 -0
  186. package/dist/esm/stzh-datamessagelist.entry.js +1 -1
  187. package/dist/esm/stzh-datatable.entry.js +1 -1
  188. package/dist/esm/stzh-dropdown.entry.js +1 -1
  189. package/dist/esm/stzh-figure.entry.js +1 -1
  190. package/dist/esm/stzh-footer.entry.js +11 -5
  191. package/dist/esm/stzh-ghettobox_2.entry.js +3 -3
  192. package/dist/esm/stzh-heading.entry.js +2 -2
  193. package/dist/esm/stzh-icon-sprite.entry.js +1 -1
  194. package/dist/esm/stzh-link.entry.js +2 -1
  195. package/dist/esm/stzh-message.entry.js +2 -2
  196. package/dist/esm/stzh-olmap.entry.js +1 -1
  197. package/dist/esm/stzh-pagebottom.entry.js +2 -2
  198. package/dist/esm/stzh-pagetitle-hero.entry.js +95 -0
  199. package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
  200. package/dist/esm/stzh-share.entry.js +5 -5
  201. package/dist/esm/stzh-upload.entry.js +7 -9
  202. package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
  203. package/dist/esm-es5/_commonjsHelpers-f9dc4873.js +1 -0
  204. package/dist/esm-es5/app-globals-246b5e49.js +1 -0
  205. package/dist/esm-es5/{js.cookie-28a40640.js → js.cookie-53735b72.js} +1 -1
  206. package/dist/esm-es5/loader.js +1 -1
  207. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
  208. package/dist/esm-es5/stzh-actions.entry.js +1 -1
  209. package/dist/esm-es5/stzh-anchornav.entry.js +1 -1
  210. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  211. package/dist/esm-es5/stzh-chart.entry.js +3 -0
  212. package/dist/esm-es5/stzh-chip.entry.js +1 -1
  213. package/dist/esm-es5/stzh-components.js +1 -1
  214. package/dist/esm-es5/stzh-contactaddress.entry.js +1 -0
  215. package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -1
  216. package/dist/esm-es5/stzh-datatable.entry.js +1 -1
  217. package/dist/esm-es5/stzh-dropdown.entry.js +1 -1
  218. package/dist/esm-es5/stzh-figure.entry.js +1 -1
  219. package/dist/esm-es5/stzh-footer.entry.js +1 -1
  220. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  221. package/dist/esm-es5/stzh-heading.entry.js +1 -1
  222. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
  223. package/dist/esm-es5/stzh-link.entry.js +1 -1
  224. package/dist/esm-es5/stzh-message.entry.js +1 -1
  225. package/dist/esm-es5/stzh-olmap.entry.js +1 -1
  226. package/dist/esm-es5/stzh-pagebottom.entry.js +1 -1
  227. package/dist/esm-es5/stzh-pagetitle-hero.entry.js +1 -0
  228. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  229. package/dist/esm-es5/stzh-share.entry.js +1 -1
  230. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  231. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
  232. package/dist/stzh-components/assets/icons/mono/facebook-filled.svg +3 -0
  233. package/dist/stzh-components/assets/icons/mono/linkedin-filled.svg +12 -0
  234. package/dist/stzh-components/assets/icons/mono/mail-filled.svg +6 -0
  235. package/dist/stzh-components/assets/icons/mono/star-filled.svg +1 -1
  236. package/dist/stzh-components/assets/icons/mono/twitter-filled.svg +3 -0
  237. package/dist/stzh-components/assets/icons/mono/xing-filled.svg +4 -0
  238. package/dist/stzh-components/assets/media/olmap/marker-active.png +0 -0
  239. package/dist/stzh-components/assets/media/olmap/marker.png +0 -0
  240. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +95 -30
  241. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  242. package/dist/stzh-components/{p-29d9a568.entry.js → p-105a11cb.entry.js} +1 -1
  243. package/dist/stzh-components/p-17ae6581.entry.js +1 -0
  244. package/dist/stzh-components/{p-3e24b964.entry.js → p-229d4ad2.entry.js} +1 -1
  245. package/dist/stzh-components/{p-3f8976bc.system.entry.js → p-22c9a00d.system.entry.js} +1 -1
  246. package/dist/stzh-components/{p-8e363084.system.entry.js → p-238a8c83.system.entry.js} +1 -1
  247. package/dist/stzh-components/{p-b10682ee.js → p-24b8df26.js} +1 -1
  248. package/dist/stzh-components/p-25ef050a.entry.js +1 -0
  249. package/dist/stzh-components/p-293ceb5e.entry.js +1 -0
  250. package/dist/stzh-components/p-2ba8b5c9.system.entry.js +1 -0
  251. package/dist/stzh-components/{p-e7afcd6f.entry.js → p-38b9e5e9.entry.js} +1 -1
  252. package/dist/stzh-components/{p-07fc857b.system.entry.js → p-44dd74d1.system.entry.js} +1 -1
  253. package/dist/stzh-components/{p-5db542ae.system.js → p-484a366f.system.js} +1 -1
  254. package/dist/stzh-components/{p-a61bf274.entry.js → p-4a3f9353.entry.js} +1 -1
  255. package/dist/stzh-components/{p-d69b12f8.entry.js → p-4e6ddb5f.entry.js} +1 -1
  256. package/dist/stzh-components/p-4fd4a703.entry.js +3 -0
  257. package/dist/stzh-components/p-5caa837c.system.entry.js +3 -0
  258. package/dist/stzh-components/{p-3b33fa76.system.entry.js → p-5ed4d1d5.system.entry.js} +1 -1
  259. package/dist/stzh-components/p-60d8e2da.entry.js +1 -0
  260. package/dist/stzh-components/p-61c9ca5d.entry.js +1 -0
  261. package/dist/stzh-components/p-61d4852f.system.entry.js +1 -0
  262. package/dist/stzh-components/p-6830f839.entry.js +1 -0
  263. package/dist/stzh-components/p-6d22bd0d.entry.js +1 -0
  264. package/dist/stzh-components/{p-d2c97cbc.entry.js → p-71220066.entry.js} +1 -1
  265. package/dist/stzh-components/p-71d757d3.js +1 -0
  266. package/dist/stzh-components/p-7a584d3f.system.entry.js +1 -0
  267. package/dist/stzh-components/p-7aef399f.entry.js +1 -0
  268. package/dist/stzh-components/{p-c5749124.system.entry.js → p-7c172e64.system.entry.js} +1 -1
  269. package/dist/stzh-components/p-7dec02ca.entry.js +1 -0
  270. package/dist/stzh-components/p-84aace40.system.entry.js +1 -0
  271. package/dist/stzh-components/p-8ab86ca3.system.entry.js +1 -0
  272. package/dist/stzh-components/p-8f9de52f.system.entry.js +1 -0
  273. package/dist/stzh-components/p-909d7a3c.system.js +1 -0
  274. package/dist/stzh-components/p-95defe16.system.entry.js +1 -0
  275. package/dist/stzh-components/p-98a972b7.system.entry.js +1 -0
  276. package/dist/stzh-components/p-9c90535a.system.js +1 -0
  277. package/dist/stzh-components/p-a6d4a8b1.js +1 -0
  278. package/dist/stzh-components/p-a866b3a3.entry.js +1 -0
  279. package/dist/stzh-components/p-ac409e7b.system.entry.js +1 -0
  280. package/dist/stzh-components/p-ad119aca.entry.js +1 -0
  281. package/dist/stzh-components/{p-6c3d7756.system.entry.js → p-b1ff3a21.system.entry.js} +1 -1
  282. package/dist/stzh-components/p-bc34bf07.system.entry.js +1 -0
  283. package/dist/stzh-components/{p-1663fc49.system.entry.js → p-bd5b8114.system.entry.js} +1 -1
  284. package/dist/stzh-components/p-c2238fbf.entry.js +1 -0
  285. package/dist/stzh-components/p-c3846ccf.system.entry.js +1 -0
  286. package/dist/stzh-components/p-ce06b4f2.system.js +1 -0
  287. package/dist/stzh-components/p-cf781b59.entry.js +1 -0
  288. package/dist/stzh-components/{p-b367d4e3.entry.js → p-d4b93488.entry.js} +1 -1
  289. package/dist/stzh-components/p-d5ee4ac0.entry.js +1 -0
  290. package/dist/stzh-components/{p-fd811f6b.system.entry.js → p-daa34275.system.entry.js} +2 -2
  291. package/dist/stzh-components/p-e161760f.system.entry.js +1 -0
  292. package/dist/stzh-components/p-e785d9cc.entry.js +1 -0
  293. package/dist/stzh-components/{p-fb150554.system.entry.js → p-f5f3475c.system.entry.js} +1 -1
  294. package/dist/stzh-components/p-f6ab391e.system.entry.js +1 -0
  295. package/dist/stzh-components/{p-74786856.system.entry.js → p-ff2a6bdf.system.entry.js} +1 -1
  296. package/dist/stzh-components/p-ff534e27.entry.js +1 -0
  297. package/dist/stzh-components/stzh-components.css +1 -1
  298. package/dist/stzh-components/stzh-components.esm.js +1 -1
  299. package/dist/stzh-components/stzh-components.js +1 -1
  300. package/dist/types/components.d.ts +242 -11
  301. package/dist/types/index.d.ts +5 -0
  302. package/dist/vscode-data.json +141 -11
  303. package/package.json +6 -2
  304. package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +0 -1
  305. package/dist/esm-es5/app-globals-acc57d0e.js +0 -1
  306. package/dist/stzh-components/p-011dcf30.system.entry.js +0 -1
  307. package/dist/stzh-components/p-0977d9b6.entry.js +0 -1
  308. package/dist/stzh-components/p-10c36281.entry.js +0 -1
  309. package/dist/stzh-components/p-23e9b6c7.system.entry.js +0 -1
  310. package/dist/stzh-components/p-241f060e.entry.js +0 -1
  311. package/dist/stzh-components/p-2c8d491a.system.entry.js +0 -1
  312. package/dist/stzh-components/p-3a73b8b5.system.js +0 -1
  313. package/dist/stzh-components/p-3e8ff66b.js +0 -1
  314. package/dist/stzh-components/p-4b93fb24.entry.js +0 -1
  315. package/dist/stzh-components/p-4c93ffbe.entry.js +0 -1
  316. package/dist/stzh-components/p-5623c1a3.entry.js +0 -1
  317. package/dist/stzh-components/p-58714045.entry.js +0 -1
  318. package/dist/stzh-components/p-59970f71.entry.js +0 -1
  319. package/dist/stzh-components/p-62c7caed.entry.js +0 -1
  320. package/dist/stzh-components/p-79f27d21.entry.js +0 -1
  321. package/dist/stzh-components/p-8e5f4ef6.system.entry.js +0 -1
  322. package/dist/stzh-components/p-9084f0c1.entry.js +0 -1
  323. package/dist/stzh-components/p-948acea1.js +0 -1
  324. package/dist/stzh-components/p-9af41730.system.js +0 -1
  325. package/dist/stzh-components/p-9ca1efe4.system.entry.js +0 -1
  326. package/dist/stzh-components/p-a6da8c06.system.entry.js +0 -1
  327. package/dist/stzh-components/p-afaa9c37.system.entry.js +0 -1
  328. package/dist/stzh-components/p-b71a1607.system.js +0 -1
  329. package/dist/stzh-components/p-bb9e8364.entry.js +0 -1
  330. package/dist/stzh-components/p-bd7dd853.system.entry.js +0 -1
  331. package/dist/stzh-components/p-be534671.entry.js +0 -1
  332. package/dist/stzh-components/p-da857e0d.entry.js +0 -1
  333. package/dist/stzh-components/p-de8f9508.system.entry.js +0 -1
  334. package/dist/stzh-components/p-fa6427bf.system.entry.js +0 -1
  335. package/dist/stzh-components/p-fa9a4cd5.system.entry.js +0 -1
@@ -1 +0,0 @@
1
- import{r as t,c as n,h as e,a as r,g as i}from"./p-7a4c6adb.js";import{h as o}from"./p-1f57d28e.js";import{f as a}from"./p-25a09313.js";import{S as u}from"./p-8347b91f.js";import{c as s,g as f}from"./p-3e8ff66b.js";const l=f(s((function(t){var n;self,n=function(){return function(){var t={3099:function(t){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},6077:function(t,n,e){var r=e(111);t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},1223:function(t,n,e){var r=e(5112),i=e(30),o=e(3070),a=r("unscopables"),u=Array.prototype;null==u[a]&&o.f(u,a,{configurable:!0,value:i(null)}),t.exports=function(t){u[a][t]=!0}},1530:function(t,n,e){var r=e(8710).charAt;t.exports=function(t,n,e){return n+(e?r(t,n).length:1)}},5787:function(t){t.exports=function(t,n,e){if(!(t instanceof n))throw TypeError("Incorrect "+(e?e+" ":"")+"invocation");return t}},9670:function(t,n,e){var r=e(111);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},4019:function(t){t.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},260:function(t,n,e){var r,i=e(4019),o=e(9781),a=e(7854),u=e(111),s=e(6656),f=e(648),l=e(8880),c=e(1320),h=e(3070).f,d=e(9518),v=e(7674),p=e(5112),m=e(9711),g=a.Int8Array,y=g&&g.prototype,b=a.Uint8ClampedArray,z=b&&b.prototype,w=g&&d(g),A=y&&d(y),x=Object.prototype,k=x.isPrototypeOf,_=p("toStringTag"),S=m("TYPED_ARRAY_TAG"),E=i&&!!v&&"Opera"!==f(a.opera),R=!1,F={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},T={BigInt64Array:8,BigUint64Array:8},C=function(t){if(!u(t))return!1;var n=f(t);return s(F,n)||s(T,n)};for(r in F)a[r]||(E=!1);if((!E||"function"!=typeof w||w===Function.prototype)&&(w=function(){throw TypeError("Incorrect invocation")},E))for(r in F)a[r]&&v(a[r],w);if((!E||!A||A===x)&&(A=w.prototype,E))for(r in F)a[r]&&v(a[r].prototype,A);if(E&&d(z)!==A&&v(z,A),o&&!s(A,_))for(r in R=!0,h(A,_,{get:function(){return u(this)?this[S]:void 0}}),F)a[r]&&l(a[r],S,r);t.exports={NATIVE_ARRAY_BUFFER_VIEWS:E,TYPED_ARRAY_TAG:R&&S,aTypedArray:function(t){if(C(t))return t;throw TypeError("Target is not a typed array")},aTypedArrayConstructor:function(t){if(v){if(k.call(w,t))return t}else for(var n in F)if(s(F,r)){var e=a[n];if(e&&(t===e||k.call(e,t)))return t}throw TypeError("Target is not a typed array constructor")},exportTypedArrayMethod:function(t,n,e){if(o){if(e)for(var r in F){var i=a[r];i&&s(i.prototype,t)&&delete i.prototype[t]}A[t]&&!e||c(A,t,e?n:E&&y[t]||n)}},exportTypedArrayStaticMethod:function(t,n,e){var r,i;if(o){if(v){if(e)for(r in F)(i=a[r])&&s(i,t)&&delete i[t];if(w[t]&&!e)return;try{return c(w,t,e?n:E&&g[t]||n)}catch(u){}}for(r in F)!(i=a[r])||i[t]&&!e||c(i,t,n)}},isView:function(t){if(!u(t))return!1;var n=f(t);return"DataView"===n||s(F,n)||s(T,n)},isTypedArray:C,TypedArray:w,TypedArrayPrototype:A}},3331:function(t,n,e){var r=e(7854),i=e(9781),o=e(4019),a=e(8880),u=e(2248),s=e(7293),f=e(5787),l=e(9958),c=e(7466),h=e(7067),d=e(1179),v=e(9518),p=e(7674),m=e(8006).f,g=e(3070).f,y=e(1285),b=e(8003),z=e(9909),w=z.get,A=z.set,x="ArrayBuffer",k="DataView",_="Wrong index",S=r.ArrayBuffer,E=S,R=r.DataView,F=R&&R.prototype,T=Object.prototype,C=r.RangeError,j=d.pack,M=d.unpack,U=function(t){return[255&t]},O=function(t){return[255&t,t>>8&255]},I=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},L=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},B=function(t){return j(t,23,4)},P=function(t){return j(t,52,8)},D=function(t,n){g(t.prototype,n,{get:function(){return w(this)[n]}})},N=function(t,n,e,r){var i=h(e),o=w(t);if(i+n>o.byteLength)throw C(_);var a=w(o.buffer).bytes,u=i+o.byteOffset,s=a.slice(u,u+n);return r?s:s.reverse()},Q=function(t,n,e,r,i,o){var a=h(e),u=w(t);if(a+n>u.byteLength)throw C(_);for(var s=w(u.buffer).bytes,f=a+u.byteOffset,l=r(+i),c=0;c<n;c++)s[f+c]=l[o?c:n-c-1]};if(o){if(!s((function(){S(1)}))||!s((function(){new S(-1)}))||s((function(){return new S,new S(1.5),new S(NaN),S.name!=x}))){for(var q,Y=(E=function(t){return f(this,E),new S(h(t))}).prototype=S.prototype,G=m(S),V=0;G.length>V;)(q=G[V++])in E||a(E,q,S[q]);Y.constructor=E}p&&v(F)!==T&&p(F,T);var W=new R(new E(2)),X=F.setInt8;W.setInt8(0,2147483648),W.setInt8(1,2147483649),!W.getInt8(0)&&W.getInt8(1)||u(F,{setInt8:function(t,n){X.call(this,t,n<<24>>24)},setUint8:function(t,n){X.call(this,t,n<<24>>24)}},{unsafe:!0})}else E=function(t){f(this,E,x);var n=h(t);A(this,{bytes:y.call(new Array(n),0),byteLength:n}),i||(this.byteLength=n)},R=function(t,n,e){f(this,R,k),f(t,E,k);var r=w(t).byteLength,o=l(n);if(o<0||o>r)throw C("Wrong offset");if(o+(e=void 0===e?r-o:c(e))>r)throw C("Wrong length");A(this,{buffer:t,byteLength:e,byteOffset:o}),i||(this.buffer=t,this.byteLength=e,this.byteOffset=o)},i&&(D(E,"byteLength"),D(R,"buffer"),D(R,"byteLength"),D(R,"byteOffset")),u(R.prototype,{getInt8:function(t){return N(this,1,t)[0]<<24>>24},getUint8:function(t){return N(this,1,t)[0]},getInt16:function(t){var n=N(this,2,t,arguments.length>1?arguments[1]:void 0);return(n[1]<<8|n[0])<<16>>16},getUint16:function(t){var n=N(this,2,t,arguments.length>1?arguments[1]:void 0);return n[1]<<8|n[0]},getInt32:function(t){return L(N(this,4,t,arguments.length>1?arguments[1]:void 0))},getUint32:function(t){return L(N(this,4,t,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(t){return M(N(this,4,t,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(t){return M(N(this,8,t,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(t,n){Q(this,1,t,U,n)},setUint8:function(t,n){Q(this,1,t,U,n)},setInt16:function(t,n){Q(this,2,t,O,n,arguments.length>2?arguments[2]:void 0)},setUint16:function(t,n){Q(this,2,t,O,n,arguments.length>2?arguments[2]:void 0)},setInt32:function(t,n){Q(this,4,t,I,n,arguments.length>2?arguments[2]:void 0)},setUint32:function(t,n){Q(this,4,t,I,n,arguments.length>2?arguments[2]:void 0)},setFloat32:function(t,n){Q(this,4,t,B,n,arguments.length>2?arguments[2]:void 0)},setFloat64:function(t,n){Q(this,8,t,P,n,arguments.length>2?arguments[2]:void 0)}});b(E,x),b(R,k),t.exports={ArrayBuffer:E,DataView:R}},1048:function(t,n,e){var r=e(7908),i=e(1400),o=e(7466),a=Math.min;t.exports=[].copyWithin||function(t,n){var e=r(this),u=o(e.length),s=i(t,u),f=i(n,u),l=arguments.length>2?arguments[2]:void 0,c=a((void 0===l?u:i(l,u))-f,u-s),h=1;for(f<s&&s<f+c&&(h=-1,f+=c-1,s+=c-1);c-- >0;)f in e?e[s]=e[f]:delete e[s],s+=h,f+=h;return e}},1285:function(t,n,e){var r=e(7908),i=e(1400),o=e(7466);t.exports=function(t){for(var n=r(this),e=o(n.length),a=arguments.length,u=i(a>1?arguments[1]:void 0,e),s=a>2?arguments[2]:void 0,f=void 0===s?e:i(s,e);f>u;)n[u++]=t;return n}},8533:function(t,n,e){var r=e(2092).forEach,i=e(9341)("forEach");t.exports=i?[].forEach:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}},8457:function(t,n,e){var r=e(9974),i=e(7908),o=e(3411),a=e(7659),u=e(7466),s=e(6135),f=e(1246);t.exports=function(t){var n,e,l,c,h,d,v=i(t),p="function"==typeof this?this:Array,m=arguments.length,g=m>1?arguments[1]:void 0,y=void 0!==g,b=f(v),z=0;if(y&&(g=r(g,m>2?arguments[2]:void 0,2)),null==b||p==Array&&a(b))for(e=new p(n=u(v.length));n>z;z++)d=y?g(v[z],z):v[z],s(e,z,d);else for(h=(c=b.call(v)).next,e=new p;!(l=h.call(c)).done;z++)d=y?o(c,g,[l.value,z],!0):l.value,s(e,z,d);return e.length=z,e}},1318:function(t,n,e){var r=e(5656),i=e(7466),o=e(1400),a=function(t){return function(n,e,a){var u,s=r(n),f=i(s.length),l=o(a,f);if(t&&e!=e){for(;f>l;)if((u=s[l++])!=u)return!0}else for(;f>l;l++)if((t||l in s)&&s[l]===e)return t||l||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},2092:function(t,n,e){var r=e(9974),i=e(8361),o=e(7908),a=e(7466),u=e(5417),s=[].push,f=function(t){var n=1==t,e=2==t,f=3==t,l=4==t,c=6==t,h=7==t,d=5==t||c;return function(v,p,m,g){for(var y,b,z=o(v),w=i(z),A=r(p,m,3),x=a(w.length),k=0,_=g||u,S=n?_(v,x):e||h?_(v,0):void 0;x>k;k++)if((d||k in w)&&(b=A(y=w[k],k,z),t))if(n)S[k]=b;else if(b)switch(t){case 3:return!0;case 5:return y;case 6:return k;case 2:s.call(S,y)}else switch(t){case 4:return!1;case 7:s.call(S,y)}return c?-1:f||l?l:S}};t.exports={forEach:f(0),map:f(1),filter:f(2),some:f(3),every:f(4),find:f(5),findIndex:f(6),filterOut:f(7)}},6583:function(t,n,e){var r=e(5656),i=e(9958),o=e(7466),a=e(9341),u=Math.min,s=[].lastIndexOf,f=!!s&&1/[1].lastIndexOf(1,-0)<0,l=a("lastIndexOf");t.exports=f||!l?function(t){if(f)return s.apply(this,arguments)||0;var n=r(this),e=o(n.length),a=e-1;for(arguments.length>1&&(a=u(a,i(arguments[1]))),a<0&&(a=e+a);a>=0;a--)if(a in n&&n[a]===t)return a||0;return-1}:s},1194:function(t,n,e){var r=e(7293),i=e(5112),o=e(7392),a=i("species");t.exports=function(t){return o>=51||!r((function(){var n=[];return(n.constructor={})[a]=function(){return{foo:1}},1!==n[t](Boolean).foo}))}},9341:function(t,n,e){var r=e(7293);t.exports=function(t,n){var e=[][t];return!!e&&r((function(){e.call(null,n||function(){throw 1},1)}))}},3671:function(t,n,e){var r=e(3099),i=e(7908),o=e(8361),a=e(7466),u=function(t){return function(n,e,u,s){r(e);var f=i(n),l=o(f),c=a(f.length),h=t?c-1:0,d=t?-1:1;if(u<2)for(;;){if(h in l){s=l[h],h+=d;break}if(h+=d,t?h<0:c<=h)throw TypeError("Reduce of empty array with no initial value")}for(;t?h>=0:c>h;h+=d)h in l&&(s=e(s,l[h],h,f));return s}};t.exports={left:u(!1),right:u(!0)}},5417:function(t,n,e){var r=e(111),i=e(3157),o=e(5112)("species");t.exports=function(t,n){var e;return i(t)&&("function"!=typeof(e=t.constructor)||e!==Array&&!i(e.prototype)?r(e)&&null===(e=e[o])&&(e=void 0):e=void 0),new(void 0===e?Array:e)(0===n?0:n)}},3411:function(t,n,e){var r=e(9670),i=e(9212);t.exports=function(t,n,e,o){try{return o?n(r(e)[0],e[1]):n(e)}catch(a){throw i(t),a}}},7072:function(t,n,e){var r=e(5112)("iterator"),i=!1;try{var o=0,a={next:function(){return{done:!!o++}},return:function(){i=!0}};a[r]=function(){return this},Array.from(a,(function(){throw 2}))}catch(u){}t.exports=function(t,n){if(!n&&!i)return!1;var e=!1;try{var o={};o[r]=function(){return{next:function(){return{done:e=!0}}}},t(o)}catch(u){}return e}},4326:function(t){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},648:function(t,n,e){var r=e(1694),i=e(4326),o=e(5112)("toStringTag"),a="Arguments"==i(function(){return arguments}());t.exports=r?i:function(t){var n,e,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,n){try{return t[n]}catch(e){}}(n=Object(t),o))?e:a?i(n):"Object"==(r=i(n))&&"function"==typeof n.callee?"Arguments":r}},9920:function(t,n,e){var r=e(6656),i=e(3887),o=e(1236),a=e(3070);t.exports=function(t,n){for(var e=i(n),u=a.f,s=o.f,f=0;f<e.length;f++){var l=e[f];r(t,l)||u(t,l,s(n,l))}}},8544:function(t,n,e){var r=e(7293);t.exports=!r((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},4994:function(t,n,e){var r=e(3383).IteratorPrototype,i=e(30),o=e(9114),a=e(8003),u=e(7497),s=function(){return this};t.exports=function(t,n,e){var f=n+" Iterator";return t.prototype=i(r,{next:o(1,e)}),a(t,f,!1,!0),u[f]=s,t}},8880:function(t,n,e){var r=e(9781),i=e(3070),o=e(9114);t.exports=r?function(t,n,e){return i.f(t,n,o(1,e))}:function(t,n,e){return t[n]=e,t}},9114:function(t){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},6135:function(t,n,e){var r=e(7593),i=e(3070),o=e(9114);t.exports=function(t,n,e){var a=r(n);a in t?i.f(t,a,o(0,e)):t[a]=e}},654:function(t,n,e){var r=e(2109),i=e(4994),o=e(9518),a=e(7674),u=e(8003),s=e(8880),f=e(1320),l=e(5112),c=e(1913),h=e(7497),d=e(3383),v=d.IteratorPrototype,p=d.BUGGY_SAFARI_ITERATORS,m=l("iterator"),g="keys",y="values",b="entries",z=function(){return this};t.exports=function(t,n,e,l,d,w,A){i(e,n,l);var x,k,_,S=function(t){if(t===d&&C)return C;if(!p&&t in F)return F[t];switch(t){case g:case y:case b:return function(){return new e(this,t)}}return function(){return new e(this)}},E=n+" Iterator",R=!1,F=t.prototype,T=F[m]||F["@@iterator"]||d&&F[d],C=!p&&T||S(d),j="Array"==n&&F.entries||T;if(j&&(x=o(j.call(new t)),v!==Object.prototype&&x.next&&(c||o(x)===v||(a?a(x,v):"function"!=typeof x[m]&&s(x,m,z)),u(x,E,!0,!0),c&&(h[E]=z))),d==y&&T&&T.name!==y&&(R=!0,C=function(){return T.call(this)}),c&&!A||F[m]===C||s(F,m,C),h[n]=C,d)if(k={values:S(y),keys:w?C:S(g),entries:S(b)},A)for(_ in k)(p||R||!(_ in F))&&f(F,_,k[_]);else r({target:n,proto:!0,forced:p||R},k);return k}},9781:function(t,n,e){var r=e(7293);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:function(t,n,e){var r=e(7854),i=e(111),o=r.document,a=i(o)&&i(o.createElement);t.exports=function(t){return a?o.createElement(t):{}}},8324:function(t){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8113:function(t,n,e){var r=e(5005);t.exports=r("navigator","userAgent")||""},7392:function(t,n,e){var r,i,o=e(7854),a=e(8113),u=o.process,s=u&&u.versions,f=s&&s.v8;f?i=(r=f.split("."))[0]+r[1]:a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(i=r[1]),t.exports=i&&+i},748:function(t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(t,n,e){var r=e(7854),i=e(1236).f,o=e(8880),a=e(1320),u=e(3505),s=e(9920),f=e(4705);t.exports=function(t,n){var e,l,c,h,d,v=t.target,p=t.global,m=t.stat;if(e=p?r:m?r[v]||u(v,{}):(r[v]||{}).prototype)for(l in n){if(h=n[l],c=t.noTargetGet?(d=i(e,l))&&d.value:e[l],!f(p?l:v+(m?".":"#")+l,t.forced)&&void 0!==c){if(typeof h==typeof c)continue;s(h,c)}(t.sham||c&&c.sham)&&o(h,"sham",!0),a(e,l,h,t)}}},7293:function(t){t.exports=function(t){try{return!!t()}catch(n){return!0}}},7007:function(t,n,e){e(4916);var r=e(1320),i=e(7293),o=e(5112),a=e(2261),u=e(8880),s=o("species"),f=!i((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),l="$0"==="a".replace(/./,"$0"),c=o("replace"),h=!!/./[c]&&""===/./[c]("a","$0"),d=!i((function(){var t=/(?:)/,n=t.exec;t.exec=function(){return n.apply(this,arguments)};var e="ab".split(t);return 2!==e.length||"a"!==e[0]||"b"!==e[1]}));t.exports=function(t,n,e,c){var v=o(t),p=!i((function(){var n={};return n[v]=function(){return 7},7!=""[t](n)})),m=p&&!i((function(){var n=!1,e=/a/;return"split"===t&&((e={}).constructor={},e.constructor[s]=function(){return e},e.flags="",e[v]=/./[v]),e.exec=function(){return n=!0,null},e[v](""),!n}));if(!p||!m||"replace"===t&&(!f||!l||h)||"split"===t&&!d){var g=/./[v],y=e(v,""[t],(function(t,n,e,r,i){return n.exec===a?p&&!i?{done:!0,value:g.call(n,e,r)}:{done:!0,value:t.call(e,n,r)}:{done:!1}}),{REPLACE_KEEPS_$0:l,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:h}),b=y[1];r(String.prototype,t,y[0]),r(RegExp.prototype,v,2==n?function(t,n){return b.call(t,this,n)}:function(t){return b.call(t,this)})}c&&u(RegExp.prototype[v],"sham",!0)}},9974:function(t,n,e){var r=e(3099);t.exports=function(t,n,e){if(r(t),void 0===n)return t;switch(e){case 0:return function(){return t.call(n)};case 1:return function(e){return t.call(n,e)};case 2:return function(e,r){return t.call(n,e,r)};case 3:return function(e,r,i){return t.call(n,e,r,i)}}return function(){return t.apply(n,arguments)}}},5005:function(t,n,e){var r=e(857),i=e(7854),o=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,n){return arguments.length<2?o(r[t])||o(i[t]):r[t]&&r[t][n]||i[t]&&i[t][n]}},1246:function(t,n,e){var r=e(648),i=e(7497),o=e(5112)("iterator");t.exports=function(t){if(null!=t)return t[o]||t["@@iterator"]||i[r(t)]}},8554:function(t,n,e){var r=e(9670),i=e(1246);t.exports=function(t){var n=i(t);if("function"!=typeof n)throw TypeError(String(t)+" is not iterable");return r(n.call(t))}},647:function(t,n,e){var r=e(7908),i=Math.floor,o="".replace,a=/\$([$&'`]|\d\d?|<[^>]*>)/g,u=/\$([$&'`]|\d\d?)/g;t.exports=function(t,n,e,s,f,l){var c=e+t.length,h=s.length,d=u;return void 0!==f&&(f=r(f),d=a),o.call(l,d,(function(r,o){var a;switch(o.charAt(0)){case"$":return"$";case"&":return t;case"`":return n.slice(0,e);case"'":return n.slice(c);case"<":a=f[o.slice(1,-1)];break;default:var u=+o;if(0===u)return r;if(u>h){var l=i(u/10);return 0===l?r:l<=h?void 0===s[l-1]?o.charAt(1):s[l-1]+o.charAt(1):r}a=s[u-1]}return void 0===a?"":a}))}},7854:function(t,n,e){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof e.g&&e.g)||function(){return this}()||Function("return this")()},6656:function(t){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},3501:function(t){t.exports={}},490:function(t,n,e){var r=e(5005);t.exports=r("document","documentElement")},4664:function(t,n,e){var r=e(9781),i=e(7293),o=e(317);t.exports=!r&&!i((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},1179:function(t){var n=Math.abs,e=Math.pow,r=Math.floor,i=Math.log,o=Math.LN2;t.exports={pack:function(t,a,u){var s,f,l,c=new Array(u),h=8*u-a-1,d=(1<<h)-1,v=d>>1,p=23===a?e(2,-24)-e(2,-77):0,m=t<0||0===t&&1/t<0?1:0,g=0;for((t=n(t))!=t||t===1/0?(f=t!=t?1:0,s=d):(s=r(i(t)/o),t*(l=e(2,-s))<1&&(s--,l*=2),(t+=s+v>=1?p/l:p*e(2,1-v))*l>=2&&(s++,l/=2),s+v>=d?(f=0,s=d):s+v>=1?(f=(t*l-1)*e(2,a),s+=v):(f=t*e(2,v-1)*e(2,a),s=0));a>=8;c[g++]=255&f,f/=256,a-=8);for(s=s<<a|f,h+=a;h>0;c[g++]=255&s,s/=256,h-=8);return c[--g]|=128*m,c},unpack:function(t,n){var r,i=t.length,o=8*i-n-1,a=(1<<o)-1,u=a>>1,s=o-7,f=i-1,l=t[f--],c=127&l;for(l>>=7;s>0;c=256*c+t[f],f--,s-=8);for(r=c&(1<<-s)-1,c>>=-s,s+=n;s>0;r=256*r+t[f],f--,s-=8);if(0===c)c=1-u;else{if(c===a)return r?NaN:l?-1/0:1/0;r+=e(2,n),c-=u}return(l?-1:1)*r*e(2,c-n)}}},8361:function(t,n,e){var r=e(7293),i=e(4326),o="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==i(t)?o.call(t,""):Object(t)}:Object},9587:function(t,n,e){var r=e(111),i=e(7674);t.exports=function(t,n,e){var o,a;return i&&"function"==typeof(o=n.constructor)&&o!==e&&r(a=o.prototype)&&a!==e.prototype&&i(t,a),t}},2788:function(t,n,e){var r=e(5465),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return i.call(t)}),t.exports=r.inspectSource},9909:function(t,n,e){var r,i,o,a=e(8536),u=e(7854),s=e(111),f=e(8880),l=e(6656),c=e(5465),h=e(6200),d=e(3501);if(a){var v=c.state||(c.state=new(0,u.WeakMap)),p=v.get,m=v.has,g=v.set;r=function(t,n){return n.facade=t,g.call(v,t,n),n},i=function(t){return p.call(v,t)||{}},o=function(t){return m.call(v,t)}}else{var y=h("state");d[y]=!0,r=function(t,n){return n.facade=t,f(t,y,n),n},i=function(t){return l(t,y)?t[y]:{}},o=function(t){return l(t,y)}}t.exports={set:r,get:i,has:o,enforce:function(t){return o(t)?i(t):r(t,{})},getterFor:function(t){return function(n){var e;if(!s(n)||(e=i(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return e}}}},7659:function(t,n,e){var r=e(5112),i=e(7497),o=r("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(i.Array===t||a[o]===t)}},3157:function(t,n,e){var r=e(4326);t.exports=Array.isArray||function(t){return"Array"==r(t)}},4705:function(t,n,e){var r=e(7293),i=/#|\.prototype\./,o=function(t,n){var e=u[a(t)];return e==f||e!=s&&("function"==typeof n?r(n):!!n)},a=o.normalize=function(t){return String(t).replace(i,".").toLowerCase()},u=o.data={},s=o.NATIVE="N",f=o.POLYFILL="P";t.exports=o},111:function(t){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},1913:function(t){t.exports=!1},7850:function(t,n,e){var r=e(111),i=e(4326),o=e(5112)("match");t.exports=function(t){var n;return r(t)&&(void 0!==(n=t[o])?!!n:"RegExp"==i(t))}},9212:function(t,n,e){var r=e(9670);t.exports=function(t){var n=t.return;if(void 0!==n)return r(n.call(t)).value}},3383:function(t,n,e){var r,i,o,a=e(7293),u=e(9518),s=e(8880),f=e(6656),l=e(5112),c=e(1913),h=l("iterator"),d=!1;[].keys&&("next"in(o=[].keys())?(i=u(u(o)))!==Object.prototype&&(r=i):d=!0);var v=null==r||a((function(){var t={};return r[h].call(t)!==t}));v&&(r={}),c&&!v||f(r,h)||s(r,h,(function(){return this})),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:d}},7497:function(t){t.exports={}},133:function(t,n,e){var r=e(7293);t.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},590:function(t,n,e){var r=e(7293),i=e(5112),o=e(1913),a=i("iterator");t.exports=!r((function(){var t=new URL("b?a=1&b=2&c=3","http://a"),n=t.searchParams,e="";return t.pathname="c%20d",n.forEach((function(t,r){n.delete("b"),e+=r+t})),o&&!t.toJSON||!n.sort||"http://a/c%20d?a=1&c=3"!==t.href||"3"!==n.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!n[a]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==e||"x"!==new URL("http://x",void 0).host}))},8536:function(t,n,e){var r=e(7854),i=e(2788),o=r.WeakMap;t.exports="function"==typeof o&&/native code/.test(i(o))},1574:function(t,n,e){var r=e(9781),i=e(7293),o=e(1956),a=e(5181),u=e(5296),s=e(7908),f=e(8361),l=Object.assign,c=Object.defineProperty;t.exports=!l||i((function(){if(r&&1!==l({b:1},l(c({},"a",{enumerable:!0,get:function(){c(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},n={},e=Symbol(),i="abcdefghijklmnopqrst";return t[e]=7,i.split("").forEach((function(t){n[t]=t})),7!=l({},t)[e]||o(l({},n)).join("")!=i}))?function(t,n){for(var e=s(t),i=arguments.length,l=1,c=a.f,h=u.f;i>l;)for(var d,v=f(arguments[l++]),p=c?o(v).concat(c(v)):o(v),m=p.length,g=0;m>g;)d=p[g++],r&&!h.call(v,d)||(e[d]=v[d]);return e}:l},30:function(t,n,e){var r,i=e(9670),o=e(6048),a=e(748),u=e(3501),s=e(490),f=e(317),l=e(6200)("IE_PROTO"),c=function(){},h=function(t){return"<script>"+t+"<\/script>"},d=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(i){}var t,n;d=r?function(t){t.write(h("")),t.close();var n=t.parentWindow.Object;return t=null,n}(r):((n=f("iframe")).style.display="none",s.appendChild(n),n.src=String("javascript:"),(t=n.contentWindow.document).open(),t.write(h("document.F=Object")),t.close(),t.F);for(var e=a.length;e--;)delete d.prototype[a[e]];return d()};u[l]=!0,t.exports=Object.create||function(t,n){var e;return null!==t?(c.prototype=i(t),e=new c,c.prototype=null,e[l]=t):e=d(),void 0===n?e:o(e,n)}},6048:function(t,n,e){var r=e(9781),i=e(3070),o=e(9670),a=e(1956);t.exports=r?Object.defineProperties:function(t,n){o(t);for(var e,r=a(n),u=r.length,s=0;u>s;)i.f(t,e=r[s++],n[e]);return t}},3070:function(t,n,e){var r=e(9781),i=e(4664),o=e(9670),a=e(7593),u=Object.defineProperty;n.f=r?u:function(t,n,e){if(o(t),n=a(n,!0),o(e),i)try{return u(t,n,e)}catch(r){}if("get"in e||"set"in e)throw TypeError("Accessors not supported");return"value"in e&&(t[n]=e.value),t}},1236:function(t,n,e){var r=e(9781),i=e(5296),o=e(9114),a=e(5656),u=e(7593),s=e(6656),f=e(4664),l=Object.getOwnPropertyDescriptor;n.f=r?l:function(t,n){if(t=a(t),n=u(n,!0),f)try{return l(t,n)}catch(e){}if(s(t,n))return o(!i.f.call(t,n),t[n])}},8006:function(t,n,e){var r=e(6324),i=e(748).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},5181:function(t,n){n.f=Object.getOwnPropertySymbols},9518:function(t,n,e){var r=e(6656),i=e(7908),o=e(6200),a=e(8544),u=o("IE_PROTO"),s=Object.prototype;t.exports=a?Object.getPrototypeOf:function(t){return t=i(t),r(t,u)?t[u]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},6324:function(t,n,e){var r=e(6656),i=e(5656),o=e(1318).indexOf,a=e(3501);t.exports=function(t,n){var e,u=i(t),s=0,f=[];for(e in u)!r(a,e)&&r(u,e)&&f.push(e);for(;n.length>s;)r(u,e=n[s++])&&(~o(f,e)||f.push(e));return f}},1956:function(t,n,e){var r=e(6324),i=e(748);t.exports=Object.keys||function(t){return r(t,i)}},5296:function(t,n){var e={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,i=r&&!e.call({1:2},1);n.f=i?function(t){var n=r(this,t);return!!n&&n.enumerable}:e},7674:function(t,n,e){var r=e(9670),i=e(6077);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,n=!1,e={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(e,[]),n=e instanceof Array}catch(o){}return function(e,o){return r(e),i(o),n?t.call(e,o):e.__proto__=o,e}}():void 0)},288:function(t,n,e){var r=e(1694),i=e(648);t.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},3887:function(t,n,e){var r=e(5005),i=e(8006),o=e(5181),a=e(9670);t.exports=r("Reflect","ownKeys")||function(t){var n=i.f(a(t)),e=o.f;return e?n.concat(e(t)):n}},857:function(t,n,e){var r=e(7854);t.exports=r},2248:function(t,n,e){var r=e(1320);t.exports=function(t,n,e){for(var i in n)r(t,i,n[i],e);return t}},1320:function(t,n,e){var r=e(7854),i=e(8880),o=e(6656),a=e(3505),u=e(2788),s=e(9909),f=s.get,l=s.enforce,c=String(String).split("String");(t.exports=function(t,n,e,u){var s,f=!!u&&!!u.unsafe,h=!!u&&!!u.enumerable,d=!!u&&!!u.noTargetGet;"function"==typeof e&&("string"!=typeof n||o(e,"name")||i(e,"name",n),(s=l(e)).source||(s.source=c.join("string"==typeof n?n:""))),t!==r?(f?!d&&t[n]&&(h=!0):delete t[n],h?t[n]=e:i(t,n,e)):h?t[n]=e:a(n,e)})(Function.prototype,"toString",(function(){return"function"==typeof this&&f(this).source||u(this)}))},7651:function(t,n,e){var r=e(4326),i=e(2261);t.exports=function(t,n){var e=t.exec;if("function"==typeof e){var o=e.call(t,n);if("object"!=typeof o)throw TypeError("RegExp exec method returned something other than an Object or null");return o}if("RegExp"!==r(t))throw TypeError("RegExp#exec called on incompatible receiver");return i.call(t,n)}},2261:function(t,n,e){var r,i,o=e(7066),a=e(2999),u=RegExp.prototype.exec,s=String.prototype.replace,f=u,l=(i=/b*/g,u.call(r=/a/,"a"),u.call(i,"a"),0!==r.lastIndex||0!==i.lastIndex),c=a.UNSUPPORTED_Y||a.BROKEN_CARET,h=void 0!==/()??/.exec("")[1];(l||h||c)&&(f=function(t){var n,e,r,i,a=this,f=c&&a.sticky,d=o.call(a),v=a.source,p=0,m=t;return f&&(-1===(d=d.replace("y","")).indexOf("g")&&(d+="g"),m=String(t).slice(a.lastIndex),a.lastIndex>0&&(!a.multiline||a.multiline&&"\n"!==t[a.lastIndex-1])&&(v="(?: "+v+")",m=" "+m,p++),e=new RegExp("^(?:"+v+")",d)),h&&(e=new RegExp("^"+v+"$(?!\\s)",d)),l&&(n=a.lastIndex),r=u.call(f?e:a,m),f?r?(r.input=r.input.slice(p),r[0]=r[0].slice(p),r.index=a.lastIndex,a.lastIndex+=r[0].length):a.lastIndex=0:l&&r&&(a.lastIndex=a.global?r.index+r[0].length:n),h&&r&&r.length>1&&s.call(r[0],e,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(r[i]=void 0)})),r}),t.exports=f},7066:function(t,n,e){var r=e(9670);t.exports=function(){var t=r(this),n="";return t.global&&(n+="g"),t.ignoreCase&&(n+="i"),t.multiline&&(n+="m"),t.dotAll&&(n+="s"),t.unicode&&(n+="u"),t.sticky&&(n+="y"),n}},2999:function(t,n,e){var r=e(7293);function i(t,n){return RegExp(t,n)}n.UNSUPPORTED_Y=r((function(){var t=i("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),n.BROKEN_CARET=r((function(){var t=i("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},4488:function(t){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},3505:function(t,n,e){var r=e(7854),i=e(8880);t.exports=function(t,n){try{i(r,t,n)}catch(e){r[t]=n}return n}},6340:function(t,n,e){var r=e(5005),i=e(3070),o=e(5112),a=e(9781),u=o("species");t.exports=function(t){var n=r(t);a&&n&&!n[u]&&(0,i.f)(n,u,{configurable:!0,get:function(){return this}})}},8003:function(t,n,e){var r=e(3070).f,i=e(6656),o=e(5112)("toStringTag");t.exports=function(t,n,e){t&&!i(t=e?t:t.prototype,o)&&r(t,o,{configurable:!0,value:n})}},6200:function(t,n,e){var r=e(2309),i=e(9711),o=r("keys");t.exports=function(t){return o[t]||(o[t]=i(t))}},5465:function(t,n,e){var r=e(7854),i=e(3505),o="__core-js_shared__",a=r[o]||i(o,{});t.exports=a},2309:function(t,n,e){var r=e(1913),i=e(5465);(t.exports=function(t,n){return i[t]||(i[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.9.0",mode:r?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},6707:function(t,n,e){var r=e(9670),i=e(3099),o=e(5112)("species");t.exports=function(t,n){var e,a=r(t).constructor;return void 0===a||null==(e=r(a)[o])?n:i(e)}},8710:function(t,n,e){var r=e(9958),i=e(4488),o=function(t){return function(n,e){var o,a,u=String(i(n)),s=r(e),f=u.length;return s<0||s>=f?t?"":void 0:(o=u.charCodeAt(s))<55296||o>56319||s+1===f||(a=u.charCodeAt(s+1))<56320||a>57343?t?u.charAt(s):o:t?u.slice(s,s+2):a-56320+(o-55296<<10)+65536}};t.exports={codeAt:o(!1),charAt:o(!0)}},3197:function(t){var n=2147483647,e=/[^\0-\u007E]/,r=/[.\u3002\uFF0E\uFF61]/g,i="Overflow: input needs wider integers to process",o=Math.floor,a=String.fromCharCode,u=function(t){return t+22+75*(t<26)},s=function(t,n,e){var r=0;for(t=e?o(t/700):t>>1,t+=o(t/n);t>455;r+=36)t=o(t/35);return o(r+36*t/(t+38))},f=function(t){var e,r,f=[],l=(t=function(t){for(var n=[],e=0,r=t.length;e<r;){var i=t.charCodeAt(e++);if(i>=55296&&i<=56319&&e<r){var o=t.charCodeAt(e++);56320==(64512&o)?n.push(((1023&i)<<10)+(1023&o)+65536):(n.push(i),e--)}else n.push(i)}return n}(t)).length,c=128,h=0,d=72;for(e=0;e<t.length;e++)(r=t[e])<128&&f.push(a(r));var v=f.length,p=v;for(v&&f.push("-");p<l;){var m=n;for(e=0;e<t.length;e++)(r=t[e])>=c&&r<m&&(m=r);var g=p+1;if(m-c>o((n-h)/g))throw RangeError(i);for(h+=(m-c)*g,c=m,e=0;e<t.length;e++){if((r=t[e])<c&&++h>n)throw RangeError(i);if(r==c){for(var y=h,b=36;;b+=36){var z=b<=d?1:b>=d+26?26:b-d;if(y<z)break;var w=y-z,A=36-z;f.push(a(u(z+w%A))),y=o(w/A)}f.push(a(u(y))),d=s(h,g,p==v),h=0,++p}}++h,++c}return f.join("")};t.exports=function(t){var n,i,o=[],a=t.toLowerCase().replace(r,".").split(".");for(n=0;n<a.length;n++)o.push(e.test(i=a[n])?"xn--"+f(i):i);return o.join(".")}},6091:function(t,n,e){var r=e(7293),i=e(1361);t.exports=function(t){return r((function(){return!!i[t]()||"​…᠎"!="​…᠎"[t]()||i[t].name!==t}))}},3111:function(t,n,e){var r=e(4488),i="["+e(1361)+"]",o=RegExp("^"+i+i+"*"),a=RegExp(i+i+"*$"),u=function(t){return function(n){var e=String(r(n));return 1&t&&(e=e.replace(o,"")),2&t&&(e=e.replace(a,"")),e}};t.exports={start:u(1),end:u(2),trim:u(3)}},1400:function(t,n,e){var r=e(9958),i=Math.max,o=Math.min;t.exports=function(t,n){var e=r(t);return e<0?i(e+n,0):o(e,n)}},7067:function(t,n,e){var r=e(9958),i=e(7466);t.exports=function(t){if(void 0===t)return 0;var n=r(t),e=i(n);if(n!==e)throw RangeError("Wrong length or index");return e}},5656:function(t,n,e){var r=e(8361),i=e(4488);t.exports=function(t){return r(i(t))}},9958:function(t){var n=Math.ceil,e=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?e:n)(t)}},7466:function(t,n,e){var r=e(9958),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},7908:function(t,n,e){var r=e(4488);t.exports=function(t){return Object(r(t))}},4590:function(t,n,e){var r=e(3002);t.exports=function(t,n){var e=r(t);if(e%n)throw RangeError("Wrong offset");return e}},3002:function(t,n,e){var r=e(9958);t.exports=function(t){var n=r(t);if(n<0)throw RangeError("The argument can't be less than 0");return n}},7593:function(t,n,e){var r=e(111);t.exports=function(t,n){if(!r(t))return t;var e,i;if(n&&"function"==typeof(e=t.toString)&&!r(i=e.call(t)))return i;if("function"==typeof(e=t.valueOf)&&!r(i=e.call(t)))return i;if(!n&&"function"==typeof(e=t.toString)&&!r(i=e.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},1694:function(t,n,e){var r={};r[e(5112)("toStringTag")]="z",t.exports="[object z]"===String(r)},9843:function(t,n,e){var r=e(2109),i=e(7854),o=e(9781),a=e(3832),u=e(260),s=e(3331),f=e(5787),l=e(9114),c=e(8880),h=e(7466),d=e(7067),v=e(4590),p=e(7593),m=e(6656),g=e(648),y=e(111),b=e(30),z=e(7674),w=e(8006).f,A=e(7321),x=e(2092).forEach,k=e(6340),_=e(3070),S=e(1236),E=e(9909),R=e(9587),F=E.get,T=E.set,C=_.f,j=S.f,M=Math.round,U=i.RangeError,O=s.ArrayBuffer,I=s.DataView,L=u.NATIVE_ARRAY_BUFFER_VIEWS,B=u.TYPED_ARRAY_TAG,P=u.TypedArray,D=u.TypedArrayPrototype,N=u.aTypedArrayConstructor,Q=u.isTypedArray,q="BYTES_PER_ELEMENT",Y="Wrong length",G=function(t,n){for(var e=0,r=n.length,i=new(N(t))(r);r>e;)i[e]=n[e++];return i},V=function(t,n){C(t,n,{get:function(){return F(this)[n]}})},W=function(t){var n;return t instanceof O||"ArrayBuffer"==(n=g(t))||"SharedArrayBuffer"==n},X=function(t,n){return Q(t)&&"symbol"!=typeof n&&n in t&&String(+n)==String(n)},H=function(t,n){return X(t,n=p(n,!0))?l(2,t[n]):j(t,n)},K=function(t,n,e){return!(X(t,n=p(n,!0))&&y(e)&&m(e,"value"))||m(e,"get")||m(e,"set")||e.configurable||m(e,"writable")&&!e.writable||m(e,"enumerable")&&!e.enumerable?C(t,n,e):(t[n]=e.value,t)};o?(L||(S.f=H,_.f=K,V(D,"buffer"),V(D,"byteOffset"),V(D,"byteLength"),V(D,"length")),r({target:"Object",stat:!0,forced:!L},{getOwnPropertyDescriptor:H,defineProperty:K}),t.exports=function(t,n,e){var o=t.match(/\d+$/)[0]/8,u=t+(e?"Clamped":"")+"Array",s="get"+t,l="set"+t,p=i[u],m=p,g=m&&m.prototype,_={},S=function(t,n){C(t,n,{get:function(){return function(t,n){var e=F(t);return e.view[s](n*o+e.byteOffset,!0)}(this,n)},set:function(t){return function(t,n,r){var i=F(t);e&&(r=(r=M(r))<0?0:r>255?255:255&r),i.view[l](n*o+i.byteOffset,r,!0)}(this,n,t)},enumerable:!0})};L?a&&(m=n((function(t,n,e,r){return f(t,m,u),R(y(n)?W(n)?void 0!==r?new p(n,v(e,o),r):void 0!==e?new p(n,v(e,o)):new p(n):Q(n)?G(m,n):A.call(m,n):new p(d(n)),t,m)})),z&&z(m,P),x(w(p),(function(t){t in m||c(m,t,p[t])})),m.prototype=g):(m=n((function(t,n,e,r){f(t,m,u);var i,a,s,l=0,c=0;if(y(n)){if(!W(n))return Q(n)?G(m,n):A.call(m,n);i=n,c=v(e,o);var p=n.byteLength;if(void 0===r){if(p%o)throw U(Y);if((a=p-c)<0)throw U(Y)}else if((a=h(r)*o)+c>p)throw U(Y);s=a/o}else s=d(n),i=new O(a=s*o);for(T(t,{buffer:i,byteOffset:c,byteLength:a,length:s,view:new I(i)});l<s;)S(t,l++)})),z&&z(m,P),g=m.prototype=b(D)),g.constructor!==m&&c(g,"constructor",m),B&&c(g,B,u),_[u]=m,r({global:!0,forced:m!=p,sham:!L},_),q in m||c(m,q,o),q in g||c(g,q,o),k(u)}):t.exports=function(){}},3832:function(t,n,e){var r=e(7854),i=e(7293),o=e(7072),a=e(260).NATIVE_ARRAY_BUFFER_VIEWS,u=r.ArrayBuffer,s=r.Int8Array;t.exports=!a||!i((function(){s(1)}))||!i((function(){new s(-1)}))||!o((function(t){new s,new s(null),new s(1.5),new s(t)}),!0)||i((function(){return 1!==new s(new u(2),1,void 0).length}))},3074:function(t,n,e){var r=e(260).aTypedArrayConstructor,i=e(6707);t.exports=function(t,n){for(var e=i(t,t.constructor),o=0,a=n.length,u=new(r(e))(a);a>o;)u[o]=n[o++];return u}},7321:function(t,n,e){var r=e(7908),i=e(7466),o=e(1246),a=e(7659),u=e(9974),s=e(260).aTypedArrayConstructor;t.exports=function(t){var n,e,f,l,c,h,d=r(t),v=arguments.length,p=v>1?arguments[1]:void 0,m=void 0!==p,g=o(d);if(null!=g&&!a(g))for(h=(c=g.call(d)).next,d=[];!(l=h.call(c)).done;)d.push(l.value);for(m&&v>2&&(p=u(p,arguments[2],2)),e=i(d.length),f=new(s(this))(e),n=0;e>n;n++)f[n]=m?p(d[n],n):d[n];return f}},9711:function(t){var n=0,e=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+e).toString(36)}},3307:function(t,n,e){var r=e(133);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},5112:function(t,n,e){var r=e(7854),i=e(2309),o=e(6656),a=e(9711),u=e(133),s=e(3307),f=i("wks"),l=r.Symbol,c=s?l:l&&l.withoutSetter||a;t.exports=function(t){return o(f,t)||(f[t]=u&&o(l,t)?l[t]:c("Symbol."+t)),f[t]}},1361:function(t){t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},8264:function(t,n,e){var r=e(2109),i=e(7854),o=e(3331),a=e(6340),u=o.ArrayBuffer;r({global:!0,forced:i.ArrayBuffer!==u},{ArrayBuffer:u}),a("ArrayBuffer")},2222:function(t,n,e){var r=e(2109),i=e(7293),o=e(3157),a=e(111),u=e(7908),s=e(7466),f=e(6135),l=e(5417),c=e(1194),h=e(5112),d=e(7392),v=h("isConcatSpreadable"),p=9007199254740991,m="Maximum allowed index exceeded",g=d>=51||!i((function(){var t=[];return t[v]=!1,t.concat()[0]!==t})),y=c("concat"),b=function(t){if(!a(t))return!1;var n=t[v];return void 0!==n?!!n:o(t)};r({target:"Array",proto:!0,forced:!g||!y},{concat:function(t){var n,e,r,i,o,a=u(this),c=l(a,0),h=0;for(n=-1,r=arguments.length;n<r;n++)if(b(o=-1===n?a:arguments[n])){if(h+(i=s(o.length))>p)throw TypeError(m);for(e=0;e<i;e++,h++)e in o&&f(c,h,o[e])}else{if(h>=p)throw TypeError(m);f(c,h++,o)}return c.length=h,c}})},7327:function(t,n,e){var r=e(2109),i=e(2092).filter;r({target:"Array",proto:!0,forced:!e(1194)("filter")},{filter:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},2772:function(t,n,e){var r=e(2109),i=e(1318).indexOf,o=e(9341),a=[].indexOf,u=!!a&&1/[1].indexOf(1,-0)<0,s=o("indexOf");r({target:"Array",proto:!0,forced:u||!s},{indexOf:function(t){return u?a.apply(this,arguments)||0:i(this,t,arguments.length>1?arguments[1]:void 0)}})},6992:function(t,n,e){var r=e(5656),i=e(1223),o=e(7497),a=e(9909),u=e(654),s="Array Iterator",f=a.set,l=a.getterFor(s);t.exports=u(Array,"Array",(function(t,n){f(this,{type:s,target:r(t),index:0,kind:n})}),(function(){var t=l(this),n=t.target,e=t.kind,r=t.index++;return!n||r>=n.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==e?{value:r,done:!1}:"values"==e?{value:n[r],done:!1}:{value:[r,n[r]],done:!1}}),"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},1249:function(t,n,e){var r=e(2109),i=e(2092).map;r({target:"Array",proto:!0,forced:!e(1194)("map")},{map:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},7042:function(t,n,e){var r=e(2109),i=e(111),o=e(3157),a=e(1400),u=e(7466),s=e(5656),f=e(6135),l=e(5112),c=e(1194)("slice"),h=l("species"),d=[].slice,v=Math.max;r({target:"Array",proto:!0,forced:!c},{slice:function(t,n){var e,r,l,c=s(this),p=u(c.length),m=a(t,p),g=a(void 0===n?p:n,p);if(o(c)&&("function"!=typeof(e=c.constructor)||e!==Array&&!o(e.prototype)?i(e)&&null===(e=e[h])&&(e=void 0):e=void 0,e===Array||void 0===e))return d.call(c,m,g);for(r=new(void 0===e?Array:e)(v(g-m,0)),l=0;m<g;m++,l++)m in c&&f(r,l,c[m]);return r.length=l,r}})},561:function(t,n,e){var r=e(2109),i=e(1400),o=e(9958),a=e(7466),u=e(7908),s=e(5417),f=e(6135),l=e(1194)("splice"),c=Math.max,h=Math.min,d=9007199254740991,v="Maximum allowed length exceeded";r({target:"Array",proto:!0,forced:!l},{splice:function(t,n){var e,r,l,p,m,g,y=u(this),b=a(y.length),z=i(t,b),w=arguments.length;if(0===w?e=r=0:1===w?(e=0,r=b-z):(e=w-2,r=h(c(o(n),0),b-z)),b+e-r>d)throw TypeError(v);for(l=s(y,r),p=0;p<r;p++)(m=z+p)in y&&f(l,p,y[m]);if(l.length=r,e<r){for(p=z;p<b-r;p++)g=p+e,(m=p+r)in y?y[g]=y[m]:delete y[g];for(p=b;p>b-r+e;p--)delete y[p-1]}else if(e>r)for(p=b-r;p>z;p--)g=p+e-1,(m=p+r-1)in y?y[g]=y[m]:delete y[g];for(p=0;p<e;p++)y[p+z]=arguments[p+2];return y.length=b-r+e,l}})},8309:function(t,n,e){var r=e(9781),i=e(3070).f,o=Function.prototype,a=o.toString,u=/^\s*function ([^ (]*)/,s="name";r&&!(s in o)&&i(o,s,{configurable:!0,get:function(){try{return a.call(this).match(u)[1]}catch(t){return""}}})},489:function(t,n,e){var r=e(2109),i=e(7293),o=e(7908),a=e(9518),u=e(8544);r({target:"Object",stat:!0,forced:i((function(){a(1)})),sham:!u},{getPrototypeOf:function(t){return a(o(t))}})},1539:function(t,n,e){var r=e(1694),i=e(1320),o=e(288);r||i(Object.prototype,"toString",o,{unsafe:!0})},4916:function(t,n,e){var r=e(2109),i=e(2261);r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},9714:function(t,n,e){var r=e(1320),i=e(9670),o=e(7293),a=e(7066),u="toString",s=RegExp.prototype,f=s.toString;(o((function(){return"/a/b"!=f.call({source:"a",flags:"b"})}))||f.name!=u)&&r(RegExp.prototype,u,(function(){var t=i(this),n=String(t.source),e=t.flags;return"/"+n+"/"+String(void 0===e&&t instanceof RegExp&&!("flags"in s)?a.call(t):e)}),{unsafe:!0})},8783:function(t,n,e){var r=e(8710).charAt,i=e(9909),o=e(654),a="String Iterator",u=i.set,s=i.getterFor(a);o(String,"String",(function(t){u(this,{type:a,string:String(t),index:0})}),(function(){var t,n=s(this),e=n.string,i=n.index;return i>=e.length?{value:void 0,done:!0}:(t=r(e,i),n.index+=t.length,{value:t,done:!1})}))},4723:function(t,n,e){var r=e(7007),i=e(9670),o=e(7466),a=e(4488),u=e(1530),s=e(7651);r("match",1,(function(t,n,e){return[function(n){var e=a(this),r=null==n?void 0:n[t];return void 0!==r?r.call(n,e):new RegExp(n)[t](String(e))},function(t){var r=e(n,t,this);if(r.done)return r.value;var a=i(t),f=String(this);if(!a.global)return s(a,f);var l=a.unicode;a.lastIndex=0;for(var c,h=[],d=0;null!==(c=s(a,f));){var v=String(c[0]);h[d]=v,""===v&&(a.lastIndex=u(f,o(a.lastIndex),l)),d++}return 0===d?null:h}]}))},5306:function(t,n,e){var r=e(7007),i=e(9670),o=e(7466),a=e(9958),u=e(4488),s=e(1530),f=e(647),l=e(7651),c=Math.max,h=Math.min;r("replace",2,(function(t,n,e,r){var d=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,v=r.REPLACE_KEEPS_$0,p=d?"$":"$0";return[function(e,r){var i=u(this),o=null==e?void 0:e[t];return void 0!==o?o.call(e,i,r):n.call(String(i),e,r)},function(t,r){if(!d&&v||"string"==typeof r&&-1===r.indexOf(p)){var u=e(n,t,this,r);if(u.done)return u.value}var m=i(t),g=String(this),y="function"==typeof r;y||(r=String(r));var b=m.global;if(b){var z=m.unicode;m.lastIndex=0}for(var w=[];;){var A=l(m,g);if(null===A)break;if(w.push(A),!b)break;""===String(A[0])&&(m.lastIndex=s(g,o(m.lastIndex),z))}for(var x,k="",_=0,S=0;S<w.length;S++){A=w[S];for(var E=String(A[0]),R=c(h(a(A.index),g.length),0),F=[],T=1;T<A.length;T++)F.push(void 0===(x=A[T])?x:String(x));var C=A.groups;if(y){var j=[E].concat(F,R,g);void 0!==C&&j.push(C);var M=String(r.apply(void 0,j))}else M=f(E,g,R,F,C,r);R>=_&&(k+=g.slice(_,R)+M,_=R+E.length)}return k+g.slice(_)}]}))},3123:function(t,n,e){var r=e(7007),i=e(7850),o=e(9670),a=e(4488),u=e(6707),s=e(1530),f=e(7466),l=e(7651),c=e(2261),h=e(7293),d=[].push,v=Math.min,p=4294967295,m=!h((function(){return!RegExp(p,"y")}));r("split",2,(function(t,n,e){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,e){var r=String(a(this)),o=void 0===e?p:e>>>0;if(0===o)return[];if(void 0===t)return[r];if(!i(t))return n.call(r,t,o);for(var u,s,f,l=[],h=0,v=new RegExp(t.source,(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":"")+"g");(u=c.call(v,r))&&!((s=v.lastIndex)>h&&(l.push(r.slice(h,u.index)),u.length>1&&u.index<r.length&&d.apply(l,u.slice(1)),f=u[0].length,h=s,l.length>=o));)v.lastIndex===u.index&&v.lastIndex++;return h===r.length?!f&&v.test("")||l.push(""):l.push(r.slice(h)),l.length>o?l.slice(0,o):l}:"0".split(void 0,0).length?function(t,e){return void 0===t&&0===e?[]:n.call(this,t,e)}:n,[function(n,e){var i=a(this),o=null==n?void 0:n[t];return void 0!==o?o.call(n,i,e):r.call(String(i),n,e)},function(t,i){var a=e(r,t,this,i,r!==n);if(a.done)return a.value;var c=o(t),h=String(this),d=u(c,RegExp),g=c.unicode,y=new d(m?c:"^(?:"+c.source+")",(c.ignoreCase?"i":"")+(c.multiline?"m":"")+(c.unicode?"u":"")+(m?"y":"g")),b=void 0===i?p:i>>>0;if(0===b)return[];if(0===h.length)return null===l(y,h)?[h]:[];for(var z=0,w=0,A=[];w<h.length;){y.lastIndex=m?w:0;var x,k=l(y,m?h:h.slice(w));if(null===k||(x=v(f(y.lastIndex+(m?0:w)),h.length))===z)w=s(h,w,g);else{if(A.push(h.slice(z,w)),A.length===b)return A;for(var _=1;_<=k.length-1;_++)if(A.push(k[_]),A.length===b)return A;w=z=x}}return A.push(h.slice(z)),A}]}),!m)},3210:function(t,n,e){var r=e(2109),i=e(3111).trim;r({target:"String",proto:!0,forced:e(6091)("trim")},{trim:function(){return i(this)}})},2990:function(t,n,e){var r=e(260),i=e(1048),o=r.aTypedArray;(0,r.exportTypedArrayMethod)("copyWithin",(function(t,n){return i.call(o(this),t,n,arguments.length>2?arguments[2]:void 0)}))},8927:function(t,n,e){var r=e(260),i=e(2092).every,o=r.aTypedArray;(0,r.exportTypedArrayMethod)("every",(function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)}))},3105:function(t,n,e){var r=e(260),i=e(1285),o=r.aTypedArray;(0,r.exportTypedArrayMethod)("fill",(function(t){return i.apply(o(this),arguments)}))},5035:function(t,n,e){var r=e(260),i=e(2092).filter,o=e(3074),a=r.aTypedArray;(0,r.exportTypedArrayMethod)("filter",(function(t){var n=i(a(this),t,arguments.length>1?arguments[1]:void 0);return o(this,n)}))},7174:function(t,n,e){var r=e(260),i=e(2092).findIndex,o=r.aTypedArray;(0,r.exportTypedArrayMethod)("findIndex",(function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)}))},4345:function(t,n,e){var r=e(260),i=e(2092).find,o=r.aTypedArray;(0,r.exportTypedArrayMethod)("find",(function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)}))},2846:function(t,n,e){var r=e(260),i=e(2092).forEach,o=r.aTypedArray;(0,r.exportTypedArrayMethod)("forEach",(function(t){i(o(this),t,arguments.length>1?arguments[1]:void 0)}))},4731:function(t,n,e){var r=e(260),i=e(1318).includes,o=r.aTypedArray;(0,r.exportTypedArrayMethod)("includes",(function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)}))},7209:function(t,n,e){var r=e(260),i=e(1318).indexOf,o=r.aTypedArray;(0,r.exportTypedArrayMethod)("indexOf",(function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)}))},6319:function(t,n,e){var r=e(7854),i=e(260),o=e(6992),a=e(5112)("iterator"),u=r.Uint8Array,s=o.values,f=o.keys,l=o.entries,c=i.aTypedArray,h=i.exportTypedArrayMethod,d=u&&u.prototype[a],v=!!d&&("values"==d.name||null==d.name),p=function(){return s.call(c(this))};h("entries",(function(){return l.call(c(this))})),h("keys",(function(){return f.call(c(this))})),h("values",p,!v),h(a,p,!v)},8867:function(t,n,e){var r=e(260),i=r.aTypedArray,o=[].join;(0,r.exportTypedArrayMethod)("join",(function(t){return o.apply(i(this),arguments)}))},7789:function(t,n,e){var r=e(260),i=e(6583),o=r.aTypedArray;(0,r.exportTypedArrayMethod)("lastIndexOf",(function(t){return i.apply(o(this),arguments)}))},3739:function(t,n,e){var r=e(260),i=e(2092).map,o=e(6707),a=r.aTypedArray,u=r.aTypedArrayConstructor;(0,r.exportTypedArrayMethod)("map",(function(t){return i(a(this),t,arguments.length>1?arguments[1]:void 0,(function(t,n){return new(u(o(t,t.constructor)))(n)}))}))},4483:function(t,n,e){var r=e(260),i=e(3671).right,o=r.aTypedArray;(0,r.exportTypedArrayMethod)("reduceRight",(function(t){return i(o(this),t,arguments.length,arguments.length>1?arguments[1]:void 0)}))},9368:function(t,n,e){var r=e(260),i=e(3671).left,o=r.aTypedArray;(0,r.exportTypedArrayMethod)("reduce",(function(t){return i(o(this),t,arguments.length,arguments.length>1?arguments[1]:void 0)}))},2056:function(t,n,e){var r=e(260),i=r.aTypedArray,o=Math.floor;(0,r.exportTypedArrayMethod)("reverse",(function(){for(var t,n=this,e=i(n).length,r=o(e/2),a=0;a<r;)t=n[a],n[a++]=n[--e],n[e]=t;return n}))},3462:function(t,n,e){var r=e(260),i=e(7466),o=e(4590),a=e(7908),u=e(7293),s=r.aTypedArray;(0,r.exportTypedArrayMethod)("set",(function(t){s(this);var n=o(arguments.length>1?arguments[1]:void 0,1),e=this.length,r=a(t),u=i(r.length),f=0;if(u+n>e)throw RangeError("Wrong length");for(;f<u;)this[n+f]=r[f++]}),u((function(){new Int8Array(1).set({})})))},678:function(t,n,e){var r=e(260),i=e(6707),o=e(7293),a=r.aTypedArray,u=r.aTypedArrayConstructor,s=[].slice;(0,r.exportTypedArrayMethod)("slice",(function(t,n){for(var e=s.call(a(this),t,n),r=i(this,this.constructor),o=0,f=e.length,l=new(u(r))(f);f>o;)l[o]=e[o++];return l}),o((function(){new Int8Array(1).slice()})))},7462:function(t,n,e){var r=e(260),i=e(2092).some,o=r.aTypedArray;(0,r.exportTypedArrayMethod)("some",(function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0)}))},3824:function(t,n,e){var r=e(260),i=r.aTypedArray,o=[].sort;(0,r.exportTypedArrayMethod)("sort",(function(t){return o.call(i(this),t)}))},5021:function(t,n,e){var r=e(260),i=e(7466),o=e(1400),a=e(6707),u=r.aTypedArray;(0,r.exportTypedArrayMethod)("subarray",(function(t,n){var e=u(this),r=e.length,s=o(t,r);return new(a(e,e.constructor))(e.buffer,e.byteOffset+s*e.BYTES_PER_ELEMENT,i((void 0===n?r:o(n,r))-s))}))},2974:function(t,n,e){var r=e(7854),i=e(260),o=e(7293),a=r.Int8Array,u=i.aTypedArray,s=i.exportTypedArrayMethod,f=[].toLocaleString,l=[].slice,c=!!a&&o((function(){f.call(new a(1))}));s("toLocaleString",(function(){return f.apply(c?l.call(u(this)):u(this),arguments)}),o((function(){return[1,2].toLocaleString()!=new a([1,2]).toLocaleString()}))||!o((function(){a.prototype.toLocaleString.call([1,2])})))},5016:function(t,n,e){var r=e(260).exportTypedArrayMethod,i=e(7293),o=e(7854).Uint8Array,a=o&&o.prototype||{},u=[].toString,s=[].join;i((function(){u.call({})}))&&(u=function(){return s.call(this)}),r("toString",u,a.toString!=u)},2472:function(t,n,e){e(9843)("Uint8",(function(t){return function(n,e,r){return t(this,n,e,r)}}))},4747:function(t,n,e){var r=e(7854),i=e(8324),o=e(8533),a=e(8880);for(var u in i){var s=r[u],f=s&&s.prototype;if(f&&f.forEach!==o)try{a(f,"forEach",o)}catch(l){f.forEach=o}}},3948:function(t,n,e){var r=e(7854),i=e(8324),o=e(6992),a=e(8880),u=e(5112),s=u("iterator"),f=u("toStringTag"),l=o.values;for(var c in i){var h=r[c],d=h&&h.prototype;if(d){if(d[s]!==l)try{a(d,s,l)}catch(p){d[s]=l}if(d[f]||a(d,f,c),i[c])for(var v in o)if(d[v]!==o[v])try{a(d,v,o[v])}catch(p){d[v]=o[v]}}}},1637:function(t,n,e){e(6992);var r=e(2109),i=e(5005),o=e(590),a=e(1320),u=e(2248),s=e(8003),f=e(4994),l=e(9909),c=e(5787),h=e(6656),d=e(9974),v=e(648),p=e(9670),m=e(111),g=e(30),y=e(9114),b=e(8554),z=e(1246),w=e(5112),A=i("fetch"),x=i("Headers"),k=w("iterator"),_="URLSearchParams",S="URLSearchParamsIterator",E=l.set,R=l.getterFor(_),F=l.getterFor(S),T=/\+/g,C=Array(4),j=function(t){return C[t-1]||(C[t-1]=RegExp("((?:%[\\da-f]{2}){"+t+"})","gi"))},M=function(t){try{return decodeURIComponent(t)}catch(n){return t}},U=function(t){var n=t.replace(T," "),e=4;try{return decodeURIComponent(n)}catch(r){for(;e;)n=n.replace(j(e--),M);return n}},O=/[!'()~]|%20/g,I={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},L=function(t){return I[t]},B=function(t){return encodeURIComponent(t).replace(O,L)},P=function(t,n){if(n)for(var e,r,i=n.split("&"),o=0;o<i.length;)(e=i[o++]).length&&(r=e.split("="),t.push({key:U(r.shift()),value:U(r.join("="))}))},D=function(t){this.entries.length=0,P(this.entries,t)},N=function(t,n){if(t<n)throw TypeError("Not enough arguments")},Q=f((function(t,n){E(this,{type:S,iterator:b(R(t).entries),kind:n})}),"Iterator",(function(){var t=F(this),n=t.kind,e=t.iterator.next(),r=e.value;return e.done||(e.value="keys"===n?r.key:"values"===n?r.value:[r.key,r.value]),e})),q=function(){c(this,q,_);var t,n,e,r,i,o,a,u,s,f=arguments.length>0?arguments[0]:void 0,l=this,d=[];if(E(l,{type:_,entries:d,updateURL:function(){},updateSearchParams:D}),void 0!==f)if(m(f))if("function"==typeof(t=z(f)))for(e=(n=t.call(f)).next;!(r=e.call(n)).done;){if((a=(o=(i=b(p(r.value))).next).call(i)).done||(u=o.call(i)).done||!o.call(i).done)throw TypeError("Expected sequence with length 2");d.push({key:a.value+"",value:u.value+""})}else for(s in f)h(f,s)&&d.push({key:s,value:f[s]+""});else P(d,"string"==typeof f?"?"===f.charAt(0)?f.slice(1):f:f+"")},Y=q.prototype;u(Y,{append:function(t,n){N(arguments.length,2);var e=R(this);e.entries.push({key:t+"",value:n+""}),e.updateURL()},delete:function(t){N(arguments.length,1);for(var n=R(this),e=n.entries,r=t+"",i=0;i<e.length;)e[i].key===r?e.splice(i,1):i++;n.updateURL()},get:function(t){N(arguments.length,1);for(var n=R(this).entries,e=t+"",r=0;r<n.length;r++)if(n[r].key===e)return n[r].value;return null},getAll:function(t){N(arguments.length,1);for(var n=R(this).entries,e=t+"",r=[],i=0;i<n.length;i++)n[i].key===e&&r.push(n[i].value);return r},has:function(t){N(arguments.length,1);for(var n=R(this).entries,e=t+"",r=0;r<n.length;)if(n[r++].key===e)return!0;return!1},set:function(t,n){N(arguments.length,1);for(var e,r=R(this),i=r.entries,o=!1,a=t+"",u=n+"",s=0;s<i.length;s++)(e=i[s]).key===a&&(o?i.splice(s--,1):(o=!0,e.value=u));o||i.push({key:a,value:u}),r.updateURL()},sort:function(){var t,n,e,r=R(this),i=r.entries,o=i.slice();for(i.length=0,e=0;e<o.length;e++){for(t=o[e],n=0;n<e;n++)if(i[n].key>t.key){i.splice(n,0,t);break}n===e&&i.push(t)}r.updateURL()},forEach:function(t){for(var n,e=R(this).entries,r=d(t,arguments.length>1?arguments[1]:void 0,3),i=0;i<e.length;)r((n=e[i++]).value,n.key,this)},keys:function(){return new Q(this,"keys")},values:function(){return new Q(this,"values")},entries:function(){return new Q(this,"entries")}},{enumerable:!0}),a(Y,k,Y.entries),a(Y,"toString",(function(){for(var t,n=R(this).entries,e=[],r=0;r<n.length;)t=n[r++],e.push(B(t.key)+"="+B(t.value));return e.join("&")}),{enumerable:!0}),s(q,_),r({global:!0,forced:!o},{URLSearchParams:q}),o||"function"!=typeof A||"function"!=typeof x||r({global:!0,enumerable:!0,forced:!0},{fetch:function(t){var n,e,r,i=[t];return arguments.length>1&&(m(n=arguments[1])&&v(e=n.body)===_&&((r=n.headers?new x(n.headers):new x).has("content-type")||r.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),n=g(n,{body:y(0,String(e)),headers:y(0,r)})),i.push(n)),A.apply(this,i)}}),t.exports={URLSearchParams:q,getState:R}},285:function(t,n,e){e(8783);var r,i=e(2109),o=e(9781),a=e(590),u=e(7854),s=e(6048),f=e(1320),l=e(5787),c=e(6656),h=e(1574),d=e(8457),v=e(8710).codeAt,p=e(3197),m=e(8003),g=e(1637),y=e(9909),b=u.URL,z=g.URLSearchParams,w=g.getState,A=y.set,x=y.getterFor("URL"),k=Math.floor,_=Math.pow,S="Invalid scheme",E="Invalid host",R="Invalid port",F=/[A-Za-z]/,T=/[\d+-.A-Za-z]/,C=/\d/,j=/^(0x|0X)/,M=/^[0-7]+$/,U=/^\d+$/,O=/^[\dA-Fa-f]+$/,I=/[\u0000\t\u000A\u000D #%/:?@[\\]]/,L=/[\u0000\t\u000A\u000D #/:?@[\\]]/,B=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,P=/[\t\u000A\u000D]/g,D=function(t,n){var e,r,i;if("["==n.charAt(0)){if("]"!=n.charAt(n.length-1))return E;if(!(e=Q(n.slice(1,-1))))return E;t.host=e}else if(K(t)){if(n=p(n),I.test(n))return E;if(null===(e=N(n)))return E;t.host=e}else{if(L.test(n))return E;for(e="",r=d(n),i=0;i<r.length;i++)e+=X(r[i],Y);t.host=e}},N=function(t){var n,e,r,i,o,a,u,s=t.split(".");if(s.length&&""==s[s.length-1]&&s.pop(),(n=s.length)>4)return t;for(e=[],r=0;r<n;r++){if(""==(i=s[r]))return t;if(o=10,i.length>1&&"0"==i.charAt(0)&&(o=j.test(i)?16:8,i=i.slice(8==o?1:2)),""===i)a=0;else{if(!(10==o?U:8==o?M:O).test(i))return t;a=parseInt(i,o)}e.push(a)}for(r=0;r<n;r++)if(a=e[r],r==n-1){if(a>=_(256,5-n))return null}else if(a>255)return null;for(u=e.pop(),r=0;r<e.length;r++)u+=e[r]*_(256,3-r);return u},Q=function(t){var n,e,r,i,o,a,u,s=[0,0,0,0,0,0,0,0],f=0,l=null,c=0,h=function(){return t.charAt(c)};if(":"==h()){if(":"!=t.charAt(1))return;c+=2,l=++f}for(;h();){if(8==f)return;if(":"!=h()){for(n=e=0;e<4&&O.test(h());)n=16*n+parseInt(h(),16),c++,e++;if("."==h()){if(0==e)return;if(c-=e,f>6)return;for(r=0;h();){if(i=null,r>0){if(!("."==h()&&r<4))return;c++}if(!C.test(h()))return;for(;C.test(h());){if(o=parseInt(h(),10),null===i)i=o;else{if(0==i)return;i=10*i+o}if(i>255)return;c++}s[f]=256*s[f]+i,2!=++r&&4!=r||f++}if(4!=r)return;break}if(":"==h()){if(c++,!h())return}else if(h())return;s[f++]=n}else{if(null!==l)return;c++,l=++f}}if(null!==l)for(a=f-l,f=7;0!=f&&a>0;)u=s[f],s[f--]=s[l+a-1],s[l+--a]=u;else if(8!=f)return;return s},q=function(t){var n,e,r,i;if("number"==typeof t){for(n=[],e=0;e<4;e++)n.unshift(t%256),t=k(t/256);return n.join(".")}if("object"==typeof t){for(n="",r=function(t){for(var n=null,e=1,r=null,i=0,o=0;o<8;o++)0!==t[o]?(i>e&&(n=r,e=i),r=null,i=0):(null===r&&(r=o),++i);return i>e&&(n=r,e=i),n}(t),e=0;e<8;e++)i&&0===t[e]||(i&&(i=!1),r===e?(n+=e?":":"::",i=!0):(n+=t[e].toString(16),e<7&&(n+=":")));return"["+n+"]"}return t},Y={},G=h({},Y,{" ":1,'"':1,"<":1,">":1,"`":1}),V=h({},G,{"#":1,"?":1,"{":1,"}":1}),W=h({},V,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),X=function(t,n){var e=v(t,0);return e>32&&e<127&&!c(n,t)?t:encodeURIComponent(t)},H={ftp:21,file:null,http:80,https:443,ws:80,wss:443},K=function(t){return c(H,t.scheme)},J=function(t){return""!=t.username||""!=t.password},Z=function(t){return!t.host||t.cannotBeABaseURL||"file"==t.scheme},$=function(t,n){var e;return 2==t.length&&F.test(t.charAt(0))&&(":"==(e=t.charAt(1))||!n&&"|"==e)},tt=function(t){var n;return t.length>1&&$(t.slice(0,2))&&(2==t.length||"/"===(n=t.charAt(2))||"\\"===n||"?"===n||"#"===n)},nt=function(t){var n=t.path,e=n.length;!e||"file"==t.scheme&&1==e&&$(n[0],!0)||n.pop()},et=function(t){return"."===t||"%2e"===t.toLowerCase()},rt={},it={},ot={},at={},ut={},st={},ft={},lt={},ct={},ht={},dt={},vt={},pt={},mt={},gt={},yt={},bt={},zt={},wt={},At={},xt={},kt=function(t,n,e,i){var o,a,u,s,f,l=e||rt,h=0,v="",p=!1,m=!1,g=!1;for(e||(t.scheme="",t.username="",t.password="",t.host=null,t.port=null,t.path=[],t.query=null,t.fragment=null,t.cannotBeABaseURL=!1,n=n.replace(B,"")),n=n.replace(P,""),o=d(n);h<=o.length;){switch(a=o[h],l){case rt:if(!a||!F.test(a)){if(e)return S;l=ot;continue}v+=a.toLowerCase(),l=it;break;case it:if(a&&(T.test(a)||"+"==a||"-"==a||"."==a))v+=a.toLowerCase();else{if(":"!=a){if(e)return S;v="",l=ot,h=0;continue}if(e&&(K(t)!=c(H,v)||"file"==v&&(J(t)||null!==t.port)||"file"==t.scheme&&!t.host))return;if(t.scheme=v,e)return void(K(t)&&H[t.scheme]==t.port&&(t.port=null));v="","file"==t.scheme?l=mt:K(t)&&i&&i.scheme==t.scheme?l=at:K(t)?l=lt:"/"==o[h+1]?(l=ut,h++):(t.cannotBeABaseURL=!0,t.path.push(""),l=wt)}break;case ot:if(!i||i.cannotBeABaseURL&&"#"!=a)return S;if(i.cannotBeABaseURL&&"#"==a){t.scheme=i.scheme,t.path=i.path.slice(),t.query=i.query,t.fragment="",t.cannotBeABaseURL=!0,l=xt;break}l="file"==i.scheme?mt:st;continue;case at:if("/"!=a||"/"!=o[h+1]){l=st;continue}l=ct,h++;break;case ut:if("/"==a){l=ht;break}l=zt;continue;case st:if(t.scheme=i.scheme,a==r)t.username=i.username,t.password=i.password,t.host=i.host,t.port=i.port,t.path=i.path.slice(),t.query=i.query;else if("/"==a||"\\"==a&&K(t))l=ft;else if("?"==a)t.username=i.username,t.password=i.password,t.host=i.host,t.port=i.port,t.path=i.path.slice(),t.query="",l=At;else{if("#"!=a){t.username=i.username,t.password=i.password,t.host=i.host,t.port=i.port,t.path=i.path.slice(),t.path.pop(),l=zt;continue}t.username=i.username,t.password=i.password,t.host=i.host,t.port=i.port,t.path=i.path.slice(),t.query=i.query,t.fragment="",l=xt}break;case ft:if(!K(t)||"/"!=a&&"\\"!=a){if("/"!=a){t.username=i.username,t.password=i.password,t.host=i.host,t.port=i.port,l=zt;continue}l=ht}else l=ct;break;case lt:if(l=ct,"/"!=a||"/"!=v.charAt(h+1))continue;h++;break;case ct:if("/"!=a&&"\\"!=a){l=ht;continue}break;case ht:if("@"==a){p&&(v="%40"+v),p=!0,u=d(v);for(var y=0;y<u.length;y++){var b=u[y];if(":"!=b||g){var z=X(b,W);g?t.password+=z:t.username+=z}else g=!0}v=""}else if(a==r||"/"==a||"?"==a||"#"==a||"\\"==a&&K(t)){if(p&&""==v)return"Invalid authority";h-=d(v).length+1,v="",l=dt}else v+=a;break;case dt:case vt:if(e&&"file"==t.scheme){l=yt;continue}if(":"!=a||m){if(a==r||"/"==a||"?"==a||"#"==a||"\\"==a&&K(t)){if(K(t)&&""==v)return E;if(e&&""==v&&(J(t)||null!==t.port))return;if(s=D(t,v))return s;if(v="",l=bt,e)return;continue}"["==a?m=!0:"]"==a&&(m=!1),v+=a}else{if(""==v)return E;if(s=D(t,v))return s;if(v="",l=pt,e==vt)return}break;case pt:if(!C.test(a)){if(a==r||"/"==a||"?"==a||"#"==a||"\\"==a&&K(t)||e){if(""!=v){var w=parseInt(v,10);if(w>65535)return R;t.port=K(t)&&w===H[t.scheme]?null:w,v=""}if(e)return;l=bt;continue}return R}v+=a;break;case mt:if(t.scheme="file","/"==a||"\\"==a)l=gt;else{if(!i||"file"!=i.scheme){l=zt;continue}if(a==r)t.host=i.host,t.path=i.path.slice(),t.query=i.query;else if("?"==a)t.host=i.host,t.path=i.path.slice(),t.query="",l=At;else{if("#"!=a){tt(o.slice(h).join(""))||(t.host=i.host,t.path=i.path.slice(),nt(t)),l=zt;continue}t.host=i.host,t.path=i.path.slice(),t.query=i.query,t.fragment="",l=xt}}break;case gt:if("/"==a||"\\"==a){l=yt;break}i&&"file"==i.scheme&&!tt(o.slice(h).join(""))&&($(i.path[0],!0)?t.path.push(i.path[0]):t.host=i.host),l=zt;continue;case yt:if(a==r||"/"==a||"\\"==a||"?"==a||"#"==a){if(!e&&$(v))l=zt;else if(""==v){if(t.host="",e)return;l=bt}else{if(s=D(t,v))return s;if("localhost"==t.host&&(t.host=""),e)return;v="",l=bt}continue}v+=a;break;case bt:if(K(t)){if(l=zt,"/"!=a&&"\\"!=a)continue}else if(e||"?"!=a)if(e||"#"!=a){if(a!=r&&(l=zt,"/"!=a))continue}else t.fragment="",l=xt;else t.query="",l=At;break;case zt:if(a==r||"/"==a||"\\"==a&&K(t)||!e&&("?"==a||"#"==a)){if(".."===(f=(f=v).toLowerCase())||"%2e."===f||".%2e"===f||"%2e%2e"===f?(nt(t),"/"==a||"\\"==a&&K(t)||t.path.push("")):et(v)?"/"==a||"\\"==a&&K(t)||t.path.push(""):("file"==t.scheme&&!t.path.length&&$(v)&&(t.host&&(t.host=""),v=v.charAt(0)+":"),t.path.push(v)),v="","file"==t.scheme&&(a==r||"?"==a||"#"==a))for(;t.path.length>1&&""===t.path[0];)t.path.shift();"?"==a?(t.query="",l=At):"#"==a&&(t.fragment="",l=xt)}else v+=X(a,V);break;case wt:"?"==a?(t.query="",l=At):"#"==a?(t.fragment="",l=xt):a!=r&&(t.path[0]+=X(a,Y));break;case At:e||"#"!=a?a!=r&&("'"==a&&K(t)?t.query+="%27":t.query+="#"==a?"%23":X(a,Y)):(t.fragment="",l=xt);break;case xt:a!=r&&(t.fragment+=X(a,G))}h++}},_t=function(t){var n,e,r=l(this,_t,"URL"),i=arguments.length>1?arguments[1]:void 0,a=String(t),u=A(r,{type:"URL"});if(void 0!==i)if(i instanceof _t)n=x(i);else if(e=kt(n={},String(i)))throw TypeError(e);if(e=kt(u,a,null,n))throw TypeError(e);var s=u.searchParams=new z,f=w(s);f.updateSearchParams(u.query),f.updateURL=function(){u.query=String(s)||null},o||(r.href=Et.call(r),r.origin=Rt.call(r),r.protocol=Ft.call(r),r.username=Tt.call(r),r.password=Ct.call(r),r.host=jt.call(r),r.hostname=Mt.call(r),r.port=Ut.call(r),r.pathname=Ot.call(r),r.search=It.call(r),r.searchParams=Lt.call(r),r.hash=Bt.call(r))},St=_t.prototype,Et=function(){var t=x(this),n=t.scheme,e=t.username,r=t.password,i=t.host,o=t.port,a=t.path,u=t.query,s=t.fragment,f=n+":";return null!==i?(f+="//",J(t)&&(f+=e+(r?":"+r:"")+"@"),f+=q(i),null!==o&&(f+=":"+o)):"file"==n&&(f+="//"),f+=t.cannotBeABaseURL?a[0]:a.length?"/"+a.join("/"):"",null!==u&&(f+="?"+u),null!==s&&(f+="#"+s),f},Rt=function(){var t=x(this),n=t.scheme,e=t.port;if("blob"==n)try{return new URL(n.path[0]).origin}catch(r){return"null"}return"file"!=n&&K(t)?n+"://"+q(t.host)+(null!==e?":"+e:""):"null"},Ft=function(){return x(this).scheme+":"},Tt=function(){return x(this).username},Ct=function(){return x(this).password},jt=function(){var t=x(this),n=t.host,e=t.port;return null===n?"":null===e?q(n):q(n)+":"+e},Mt=function(){var t=x(this).host;return null===t?"":q(t)},Ut=function(){var t=x(this).port;return null===t?"":String(t)},Ot=function(){var t=x(this),n=t.path;return t.cannotBeABaseURL?n[0]:n.length?"/"+n.join("/"):""},It=function(){var t=x(this).query;return t?"?"+t:""},Lt=function(){return x(this).searchParams},Bt=function(){var t=x(this).fragment;return t?"#"+t:""},Pt=function(t,n){return{get:t,set:n,configurable:!0,enumerable:!0}};if(o&&s(St,{href:Pt(Et,(function(t){var n=x(this),e=String(t),r=kt(n,e);if(r)throw TypeError(r);w(n.searchParams).updateSearchParams(n.query)})),origin:Pt(Rt),protocol:Pt(Ft,(function(t){var n=x(this);kt(n,String(t)+":",rt)})),username:Pt(Tt,(function(t){var n=x(this),e=d(String(t));if(!Z(n)){n.username="";for(var r=0;r<e.length;r++)n.username+=X(e[r],W)}})),password:Pt(Ct,(function(t){var n=x(this),e=d(String(t));if(!Z(n)){n.password="";for(var r=0;r<e.length;r++)n.password+=X(e[r],W)}})),host:Pt(jt,(function(t){var n=x(this);n.cannotBeABaseURL||kt(n,String(t),dt)})),hostname:Pt(Mt,(function(t){var n=x(this);n.cannotBeABaseURL||kt(n,String(t),vt)})),port:Pt(Ut,(function(t){var n=x(this);Z(n)||(""==(t=String(t))?n.port=null:kt(n,t,pt))})),pathname:Pt(Ot,(function(t){var n=x(this);n.cannotBeABaseURL||(n.path=[],kt(n,t+"",bt))})),search:Pt(It,(function(t){var n=x(this);""==(t=String(t))?n.query=null:("?"==t.charAt(0)&&(t=t.slice(1)),n.query="",kt(n,t,At)),w(n.searchParams).updateSearchParams(n.query)})),searchParams:Pt(Lt),hash:Pt(Bt,(function(t){var n=x(this);""!=(t=String(t))?("#"==t.charAt(0)&&(t=t.slice(1)),n.fragment="",kt(n,t,xt)):n.fragment=null}))}),f(St,"toJSON",(function(){return Et.call(this)}),{enumerable:!0}),f(St,"toString",(function(){return Et.call(this)}),{enumerable:!0}),b){var Dt=b.createObjectURL,Nt=b.revokeObjectURL;Dt&&f(_t,"createObjectURL",(function(t){return Dt.apply(b,arguments)})),Nt&&f(_t,"revokeObjectURL",(function(t){return Nt.apply(b,arguments)}))}m(_t,"URL"),i({global:!0,forced:!a,sham:!o},{URL:_t})}},n={};function e(r){if(n[r])return n[r].exports;var i=n[r]={exports:{}};return t[r](i,i.exports,e),i.exports}e.d=function(t,n){for(var r in n)e.o(n,r)&&!e.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:n[r]})},e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};return function(){function t(t,e){var r;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return n(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?n(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var i=0,o=function(){};return{s:o,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,u=!0,s=!1;return{s:function(){r=t[Symbol.iterator]()},n:function(){var t=r.next();return u=t.done,t},e:function(t){s=!0,a=t},f:function(){try{u||null==r.return||r.return()}finally{if(s)throw a}}}}function n(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Array(n);e<n;e++)r[e]=t[e];return r}function i(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}e.r(r),e.d(r,{Dropzone:function(){return b},default:function(){return k}}),e(2222),e(7327),e(2772),e(6992),e(1249),e(7042),e(561),e(8264),e(8309),e(489),e(1539),e(4916),e(9714),e(8783),e(4723),e(5306),e(3123),e(3210),e(2472),e(2990),e(8927),e(3105),e(5035),e(4345),e(7174),e(2846),e(4731),e(7209),e(6319),e(8867),e(7789),e(3739),e(9368),e(4483),e(2056),e(3462),e(678),e(7462),e(3824),e(5021),e(2974),e(5016),e(4747),e(3948),e(285);var o=function(){function n(){!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,n)}var e,r;return e=n,(r=[{key:"on",value:function(t,n){return this._callbacks=this._callbacks||{},this._callbacks[t]||(this._callbacks[t]=[]),this._callbacks[t].push(n),this}},{key:"emit",value:function(n){this._callbacks=this._callbacks||{};for(var e=this._callbacks[n],r=arguments.length,i=new Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];if(e){var a,u=t(e,!0);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.apply(this,i)}}catch(f){u.e(f)}finally{u.f()}}return this.element&&this.element.dispatchEvent(this.makeEvent("dropzone:"+n,{args:i})),this}},{key:"makeEvent",value:function(t,n){var e={bubbles:!0,cancelable:!0,detail:n};if("function"==typeof window.CustomEvent)return new CustomEvent(t,e);var r=document.createEvent("CustomEvent");return r.initCustomEvent(t,e.bubbles,e.cancelable,e.detail),r}},{key:"off",value:function(t,n){if(!this._callbacks||0===arguments.length)return this._callbacks={},this;var e=this._callbacks[t];if(!e)return this;if(1===arguments.length)return delete this._callbacks[t],this;for(var r=0;r<e.length;r++){var i=e[r];if(i===n){e.splice(r,1);break}}return this}}])&&i(e.prototype,r),n}();function a(t,n){var e;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(e=function(t,n){if(t){if("string"==typeof t)return u(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?u(t,n):void 0}}(t))||n&&t&&"number"==typeof t.length){e&&(t=e);var r=0,i=function(){};return{s:i,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,s=!1;return{s:function(){e=t[Symbol.iterator]()},n:function(){var t=e.next();return a=t.done,t},e:function(t){s=!0,o=t},f:function(){try{a||null==e.return||e.return()}finally{if(s)throw o}}}}function u(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Array(n);e<n;e++)r[e]=t[e];return r}var s={url:null,method:"post",withCredentials:!1,timeout:null,parallelUploads:2,uploadMultiple:!1,chunking:!1,forceChunking:!1,chunkSize:2e6,parallelChunkUploads:!1,retryChunks:!1,retryChunksLimit:3,maxFilesize:256,paramName:"file",createImageThumbnails:!0,maxThumbnailFilesize:10,thumbnailWidth:120,thumbnailHeight:120,thumbnailMethod:"crop",resizeWidth:null,resizeHeight:null,resizeMimeType:null,resizeQuality:.8,resizeMethod:"contain",filesizeBase:1e3,maxFiles:null,headers:null,clickable:!0,ignoreHiddenFiles:!0,acceptedFiles:null,acceptedMimeTypes:null,autoProcessQueue:!0,autoQueue:!0,addRemoveLinks:!1,previewsContainer:null,disablePreviews:!1,hiddenInputContainer:"body",capture:null,renameFilename:null,renameFile:null,forceFallback:!1,dictDefaultMessage:"Drop files here to upload",dictFallbackMessage:"Your browser does not support drag'n'drop file uploads.",dictFallbackText:"Please use the fallback form below to upload your files like in the olden days.",dictFileTooBig:"File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.",dictInvalidFileType:"You can't upload files of this type.",dictResponseError:"Server responded with {{statusCode}} code.",dictCancelUpload:"Cancel upload",dictUploadCanceled:"Upload canceled.",dictCancelUploadConfirmation:"Are you sure you want to cancel this upload?",dictRemoveFile:"Remove file",dictRemoveFileConfirmation:null,dictMaxFilesExceeded:"You can not upload any more files.",dictFileSizeUnits:{tb:"TB",gb:"GB",mb:"MB",kb:"KB",b:"b"},init:function(){},params:function(t,n,e){if(e)return{dzuuid:e.file.upload.uuid,dzchunkindex:e.index,dztotalfilesize:e.file.size,dzchunksize:this.options.chunkSize,dztotalchunkcount:e.file.upload.totalChunkCount,dzchunkbyteoffset:e.index*this.options.chunkSize}},accept:function(t,n){return n()},chunksUploaded:function(t,n){n()},fallback:function(){var t;this.element.className="".concat(this.element.className," dz-browser-not-supported");var n,e=a(this.element.getElementsByTagName("div"),!0);try{for(e.s();!(n=e.n()).done;){var r=n.value;if(/(^| )dz-message($| )/.test(r.className)){t=r,r.className="dz-message";break}}}catch(o){e.e(o)}finally{e.f()}t||(t=b.createElement('<div class="dz-message"><span></span></div>'),this.element.appendChild(t));var i=t.getElementsByTagName("span")[0];return i&&(null!=i.textContent?i.textContent=this.options.dictFallbackMessage:null!=i.innerText&&(i.innerText=this.options.dictFallbackMessage)),this.element.appendChild(this.getFallbackForm())},resize:function(t,n,e,r){var i={srcX:0,srcY:0,srcWidth:t.width,srcHeight:t.height},o=t.width/t.height;null==n&&null==e?(n=i.srcWidth,e=i.srcHeight):null==n?n=e*o:null==e&&(e=n/o);var a=(n=Math.min(n,i.srcWidth))/(e=Math.min(e,i.srcHeight));if(i.srcWidth>n||i.srcHeight>e)if("crop"===r)o>a?(i.srcHeight=t.height,i.srcWidth=i.srcHeight*a):(i.srcWidth=t.width,i.srcHeight=i.srcWidth/a);else{if("contain"!==r)throw new Error("Unknown resizeMethod '".concat(r,"'"));o>a?e=n/o:n=e*o}return i.srcX=(t.width-i.srcWidth)/2,i.srcY=(t.height-i.srcHeight)/2,i.trgWidth=n,i.trgHeight=e,i},transformFile:function(t,n){return(this.options.resizeWidth||this.options.resizeHeight)&&t.type.match(/image.*/)?this.resizeImage(t,this.options.resizeWidth,this.options.resizeHeight,this.options.resizeMethod,n):n(t)},previewTemplate:'<div class="dz-preview dz-file-preview"> <div class="dz-image"><img data-dz-thumbnail/></div> <div class="dz-details"> <div class="dz-size"><span data-dz-size></span></div> <div class="dz-filename"><span data-dz-name></span></div> </div> <div class="dz-progress"> <span class="dz-upload" data-dz-uploadprogress></span> </div> <div class="dz-error-message"><span data-dz-errormessage></span></div> <div class="dz-success-mark"> <svg width="54px" height="54px" viewBox="0 0 54 54" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Check</title> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <path d="M23.5,31.8431458 L17.5852419,25.9283877 C16.0248253,24.3679711 13.4910294,24.366835 11.9289322,25.9289322 C10.3700136,27.4878508 10.3665912,30.0234455 11.9283877,31.5852419 L20.4147581,40.0716123 C20.5133999,40.1702541 20.6159315,40.2626649 20.7218615,40.3488435 C22.2835669,41.8725651 24.794234,41.8626202 26.3461564,40.3106978 L43.3106978,23.3461564 C44.8771021,21.7797521 44.8758057,19.2483887 43.3137085,17.6862915 C41.7547899,16.1273729 39.2176035,16.1255422 37.6538436,17.6893022 L23.5,31.8431458 Z M27,53 C41.3594035,53 53,41.3594035 53,27 C53,12.6405965 41.3594035,1 27,1 C12.6405965,1 1,12.6405965 1,27 C1,41.3594035 12.6405965,53 27,53 Z" stroke-opacity="0.198794158" stroke="#747474" fill-opacity="0.816519475" fill="#FFFFFF"></path> </g> </svg> </div> <div class="dz-error-mark"> <svg width="54px" height="54px" viewBox="0 0 54 54" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Error</title> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g stroke="#747474" stroke-opacity="0.198794158" fill="#FFFFFF" fill-opacity="0.816519475"> <path d="M32.6568542,29 L38.3106978,23.3461564 C39.8771021,21.7797521 39.8758057,19.2483887 38.3137085,17.6862915 C36.7547899,16.1273729 34.2176035,16.1255422 32.6538436,17.6893022 L27,23.3431458 L21.3461564,17.6893022 C19.7823965,16.1255422 17.2452101,16.1273729 15.6862915,17.6862915 C14.1241943,19.2483887 14.1228979,21.7797521 15.6893022,23.3461564 L21.3431458,29 L15.6893022,34.6538436 C14.1228979,36.2202479 14.1241943,38.7516113 15.6862915,40.3137085 C17.2452101,41.8726271 19.7823965,41.8744578 21.3461564,40.3106978 L27,34.6568542 L32.6538436,40.3106978 C34.2176035,41.8744578 36.7547899,41.8726271 38.3137085,40.3137085 C39.8758057,38.7516113 39.8771021,36.2202479 38.3106978,34.6538436 L32.6568542,29 Z M27,53 C41.3594035,53 53,41.3594035 53,27 C53,12.6405965 41.3594035,1 27,1 C12.6405965,1 1,12.6405965 1,27 C1,41.3594035 12.6405965,53 27,53 Z"></path> </g> </g> </svg> </div> </div> ',drop:function(){return this.element.classList.remove("dz-drag-hover")},dragstart:function(){},dragend:function(){return this.element.classList.remove("dz-drag-hover")},dragenter:function(){return this.element.classList.add("dz-drag-hover")},dragover:function(){return this.element.classList.add("dz-drag-hover")},dragleave:function(){return this.element.classList.remove("dz-drag-hover")},paste:function(){},reset:function(){return this.element.classList.remove("dz-started")},addedfile:function(t){var n=this;if(this.element===this.previewsContainer&&this.element.classList.add("dz-started"),this.previewsContainer&&!this.options.disablePreviews){t.previewElement=b.createElement(this.options.previewTemplate.trim()),t.previewTemplate=t.previewElement,this.previewsContainer.appendChild(t.previewElement);var e,r=a(t.previewElement.querySelectorAll("[data-dz-name]"),!0);try{for(r.s();!(e=r.n()).done;){var i=e.value;i.textContent=t.name}}catch(c){r.e(c)}finally{r.f()}var o,u=a(t.previewElement.querySelectorAll("[data-dz-size]"),!0);try{for(u.s();!(o=u.n()).done;)(i=o.value).innerHTML=this.filesize(t.size)}catch(c){u.e(c)}finally{u.f()}this.options.addRemoveLinks&&(t._removeLink=b.createElement('<a class="dz-remove" href="javascript:undefined;" data-dz-remove>'.concat(this.options.dictRemoveFile,"</a>")),t.previewElement.appendChild(t._removeLink));var s,f=function(e){return e.preventDefault(),e.stopPropagation(),t.status===b.UPLOADING?b.confirm(n.options.dictCancelUploadConfirmation,(function(){return n.removeFile(t)})):n.options.dictRemoveFileConfirmation?b.confirm(n.options.dictRemoveFileConfirmation,(function(){return n.removeFile(t)})):n.removeFile(t)},l=a(t.previewElement.querySelectorAll("[data-dz-remove]"),!0);try{for(l.s();!(s=l.n()).done;)s.value.addEventListener("click",f)}catch(c){l.e(c)}finally{l.f()}}},removedfile:function(t){return null!=t.previewElement&&null!=t.previewElement.parentNode&&t.previewElement.parentNode.removeChild(t.previewElement),this._updateMaxFilesReachedClass()},thumbnail:function(t,n){if(t.previewElement){t.previewElement.classList.remove("dz-file-preview");var e,r=a(t.previewElement.querySelectorAll("[data-dz-thumbnail]"),!0);try{for(r.s();!(e=r.n()).done;){var i=e.value;i.alt=t.name,i.src=n}}catch(o){r.e(o)}finally{r.f()}return setTimeout((function(){return t.previewElement.classList.add("dz-image-preview")}),1)}},error:function(t,n){if(t.previewElement){t.previewElement.classList.add("dz-error"),"string"!=typeof n&&n.error&&(n=n.error);var e,r=a(t.previewElement.querySelectorAll("[data-dz-errormessage]"),!0);try{for(r.s();!(e=r.n()).done;)e.value.textContent=n}catch(i){r.e(i)}finally{r.f()}}},errormultiple:function(){},processing:function(t){if(t.previewElement&&(t.previewElement.classList.add("dz-processing"),t._removeLink))return t._removeLink.innerHTML=this.options.dictCancelUpload},processingmultiple:function(){},uploadprogress:function(t,n){if(t.previewElement){var e,r=a(t.previewElement.querySelectorAll("[data-dz-uploadprogress]"),!0);try{for(r.s();!(e=r.n()).done;){var i=e.value;"PROGRESS"===i.nodeName?i.value=n:i.style.width="".concat(n,"%")}}catch(o){r.e(o)}finally{r.f()}}},totaluploadprogress:function(){},sending:function(){},sendingmultiple:function(){},success:function(t){if(t.previewElement)return t.previewElement.classList.add("dz-success")},successmultiple:function(){},canceled:function(t){return this.emit("error",t,this.options.dictUploadCanceled)},canceledmultiple:function(){},complete:function(t){if(t._removeLink&&(t._removeLink.innerHTML=this.options.dictRemoveFile),t.previewElement)return t.previewElement.classList.add("dz-complete")},completemultiple:function(){},maxfilesexceeded:function(){},maxfilesreached:function(){},queuecomplete:function(){},addedfiles:function(){}};function f(t){return(f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function l(t,n){var e;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(e=function(t,n){if(t){if("string"==typeof t)return c(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?c(t,n):void 0}}(t))||n&&t&&"number"==typeof t.length){e&&(t=e);var r=0,i=function(){};return{s:i,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,u=!1;return{s:function(){e=t[Symbol.iterator]()},n:function(){var t=e.next();return a=t.done,t},e:function(t){u=!0,o=t},f:function(){try{a||null==e.return||e.return()}finally{if(u)throw o}}}}function c(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Array(n);e<n;e++)r[e]=t[e];return r}function h(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function d(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function v(t,n,e){return n&&d(t.prototype,n),e&&d(t,e),t}function p(t,n){return(p=Object.setPrototypeOf||function(t,n){return t.__proto__=n,t})(t,n)}function m(t,n){return!n||"object"!==f(n)&&"function"!=typeof n?g(t):n}function g(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function y(t){return(y=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var b=function(t){!function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),n&&p(t,n)}(i,t);var n,e,r=(n=i,e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}(),function(){var t,r=y(n);if(e){var i=y(this).constructor;t=Reflect.construct(r,arguments,i)}else t=r.apply(this,arguments);return m(this,t)});function i(t,n){var e,o,a;if(h(this,i),(e=r.call(this)).element=t,e.version=i.version,e.clickableElements=[],e.listeners=[],e.files=[],"string"==typeof e.element&&(e.element=document.querySelector(e.element)),!e.element||null==e.element.nodeType)throw new Error("Invalid dropzone element.");if(e.element.dropzone)throw new Error("Dropzone already attached.");i.instances.push(g(e)),e.element.dropzone=g(e);var u=null!=(a=i.optionsForElement(e.element))?a:{};if(e.options=i.extend({},s,u,null!=n?n:{}),e.options.previewTemplate=e.options.previewTemplate.replace(/\n*/g,""),e.options.forceFallback||!i.isBrowserSupported())return m(e,e.options.fallback.call(g(e)));if(null==e.options.url&&(e.options.url=e.element.getAttribute("action")),!e.options.url)throw new Error("No URL provided.");if(e.options.acceptedFiles&&e.options.acceptedMimeTypes)throw new Error("You can't provide both 'acceptedFiles' and 'acceptedMimeTypes'. 'acceptedMimeTypes' is deprecated.");if(e.options.uploadMultiple&&e.options.chunking)throw new Error("You cannot set both: uploadMultiple and chunking.");return e.options.acceptedMimeTypes&&(e.options.acceptedFiles=e.options.acceptedMimeTypes,delete e.options.acceptedMimeTypes),null!=e.options.renameFilename&&(e.options.renameFile=function(t){return e.options.renameFilename.call(g(e),t.name,t)}),"string"==typeof e.options.method&&(e.options.method=e.options.method.toUpperCase()),(o=e.getExistingFallback())&&o.parentNode&&o.parentNode.removeChild(o),!1!==e.options.previewsContainer&&(e.previewsContainer=e.options.previewsContainer?i.getElement(e.options.previewsContainer,"previewsContainer"):e.element),e.options.clickable&&(e.clickableElements=!0===e.options.clickable?[e.element]:i.getElements(e.options.clickable,"clickable")),e.init(),e}return v(i,[{key:"getAcceptedFiles",value:function(){return this.files.filter((function(t){return t.accepted})).map((function(t){return t}))}},{key:"getRejectedFiles",value:function(){return this.files.filter((function(t){return!t.accepted})).map((function(t){return t}))}},{key:"getFilesWithStatus",value:function(t){return this.files.filter((function(n){return n.status===t})).map((function(t){return t}))}},{key:"getQueuedFiles",value:function(){return this.getFilesWithStatus(i.QUEUED)}},{key:"getUploadingFiles",value:function(){return this.getFilesWithStatus(i.UPLOADING)}},{key:"getAddedFiles",value:function(){return this.getFilesWithStatus(i.ADDED)}},{key:"getActiveFiles",value:function(){return this.files.filter((function(t){return t.status===i.UPLOADING||t.status===i.QUEUED})).map((function(t){return t}))}},{key:"init",value:function(){var t=this;"form"===this.element.tagName&&this.element.setAttribute("enctype","multipart/form-data"),this.element.classList.contains("dropzone")&&!this.element.querySelector(".dz-message")&&this.element.appendChild(i.createElement('<div class="dz-default dz-message"><button class="dz-button" type="button">'.concat(this.options.dictDefaultMessage,"</button></div>"))),this.clickableElements.length&&function n(){t.hiddenFileInput&&t.hiddenFileInput.parentNode.removeChild(t.hiddenFileInput),t.hiddenFileInput=document.createElement("input"),t.hiddenFileInput.setAttribute("type","file"),(null===t.options.maxFiles||t.options.maxFiles>1)&&t.hiddenFileInput.setAttribute("multiple","multiple"),t.hiddenFileInput.className="dz-hidden-input",null!==t.options.acceptedFiles&&t.hiddenFileInput.setAttribute("accept",t.options.acceptedFiles),null!==t.options.capture&&t.hiddenFileInput.setAttribute("capture",t.options.capture),t.hiddenFileInput.setAttribute("tabindex","-1"),t.hiddenFileInput.style.visibility="hidden",t.hiddenFileInput.style.position="absolute",t.hiddenFileInput.style.top="0",t.hiddenFileInput.style.left="0",t.hiddenFileInput.style.height="0",t.hiddenFileInput.style.width="0",i.getElement(t.options.hiddenInputContainer,"hiddenInputContainer").appendChild(t.hiddenFileInput),t.hiddenFileInput.addEventListener("change",(function(){var e=t.hiddenFileInput.files;if(e.length){var r,i=l(e,!0);try{for(i.s();!(r=i.n()).done;)t.addFile(r.value)}catch(o){i.e(o)}finally{i.f()}}t.emit("addedfiles",e),n()}))}(),this.URL=null!==window.URL?window.URL:window.webkitURL;var n,e=l(this.events,!0);try{for(e.s();!(n=e.n()).done;){var r=n.value;this.on(r,this.options[r])}}catch(a){e.e(a)}finally{e.f()}this.on("uploadprogress",(function(){return t.updateTotalUploadProgress()})),this.on("removedfile",(function(){return t.updateTotalUploadProgress()})),this.on("canceled",(function(n){return t.emit("complete",n)})),this.on("complete",(function(){if(0===t.getAddedFiles().length&&0===t.getUploadingFiles().length&&0===t.getQueuedFiles().length)return setTimeout((function(){return t.emit("queuecomplete")}),0)}));var o=function(t){if(function(t){if(t.dataTransfer.types)for(var n=0;n<t.dataTransfer.types.length;n++)if("Files"===t.dataTransfer.types[n])return!0;return!1}(t))return t.stopPropagation(),t.preventDefault?t.preventDefault():t.returnValue=!1};return this.listeners=[{element:this.element,events:{dragstart:function(n){return t.emit("dragstart",n)},dragenter:function(n){return o(n),t.emit("dragenter",n)},dragover:function(n){var e;try{e=n.dataTransfer.effectAllowed}catch(r){}return n.dataTransfer.dropEffect="move"===e||"linkMove"===e?"move":"copy",o(n),t.emit("dragover",n)},dragleave:function(n){return t.emit("dragleave",n)},drop:function(n){return o(n),t.drop(n)},dragend:function(n){return t.emit("dragend",n)}}}],this.clickableElements.forEach((function(n){return t.listeners.push({element:n,events:{click:function(e){return(n!==t.element||e.target===t.element||i.elementInside(e.target,t.element.querySelector(".dz-message")))&&t.hiddenFileInput.click(),!0}}})})),this.enable(),this.options.init.call(this)}},{key:"destroy",value:function(){return this.disable(),this.removeAllFiles(!0),(null!=this.hiddenFileInput?this.hiddenFileInput.parentNode:void 0)&&(this.hiddenFileInput.parentNode.removeChild(this.hiddenFileInput),this.hiddenFileInput=null),delete this.element.dropzone,i.instances.splice(i.instances.indexOf(this),1)}},{key:"updateTotalUploadProgress",value:function(){var t,n=0,e=0;if(this.getActiveFiles().length){var r,i=l(this.getActiveFiles(),!0);try{for(i.s();!(r=i.n()).done;){var o=r.value;n+=o.upload.bytesSent,e+=o.upload.total}}catch(a){i.e(a)}finally{i.f()}t=100*n/e}else t=100;return this.emit("totaluploadprogress",t,e,n)}},{key:"_getParamName",value:function(t){return"function"==typeof this.options.paramName?this.options.paramName(t):"".concat(this.options.paramName).concat(this.options.uploadMultiple?"[".concat(t,"]"):"")}},{key:"_renameFile",value:function(t){return"function"!=typeof this.options.renameFile?t.name:this.options.renameFile(t)}},{key:"getFallbackForm",value:function(){var t,n;if(t=this.getExistingFallback())return t;var e='<div class="dz-fallback">';this.options.dictFallbackText&&(e+="<p>".concat(this.options.dictFallbackText,"</p>")),e+='<input type="file" name="'.concat(this._getParamName(0),'" ').concat(this.options.uploadMultiple?'multiple="multiple"':void 0,' /><input type="submit" value="Upload!"></div>');var r=i.createElement(e);return"FORM"!==this.element.tagName?(n=i.createElement('<form action="'.concat(this.options.url,'" enctype="multipart/form-data" method="').concat(this.options.method,'"></form>'))).appendChild(r):(this.element.setAttribute("enctype","multipart/form-data"),this.element.setAttribute("method",this.options.method)),null!=n?n:r}},{key:"getExistingFallback",value:function(){for(var t=function(t){var n,e=l(t,!0);try{for(e.s();!(n=e.n()).done;){var r=n.value;if(/(^| )fallback($| )/.test(r.className))return r}}catch(i){e.e(i)}finally{e.f()}},n=0,e=["div","form"];n<e.length;n++){var r;if(r=t(this.element.getElementsByTagName(e[n])))return r}}},{key:"setupEventListeners",value:function(){return this.listeners.map((function(t){return function(){var n=[];for(var e in t.events)n.push(t.element.addEventListener(e,t.events[e],!1));return n}()}))}},{key:"removeEventListeners",value:function(){return this.listeners.map((function(t){return function(){var n=[];for(var e in t.events)n.push(t.element.removeEventListener(e,t.events[e],!1));return n}()}))}},{key:"disable",value:function(){var t=this;return this.clickableElements.forEach((function(t){return t.classList.remove("dz-clickable")})),this.removeEventListeners(),this.disabled=!0,this.files.map((function(n){return t.cancelUpload(n)}))}},{key:"enable",value:function(){return delete this.disabled,this.clickableElements.forEach((function(t){return t.classList.add("dz-clickable")})),this.setupEventListeners()}},{key:"filesize",value:function(t){var n=0,e="b";if(t>0){for(var r=["tb","gb","mb","kb","b"],i=0;i<r.length;i++){var o=r[i];if(t>=Math.pow(this.options.filesizeBase,4-i)/10){n=t/Math.pow(this.options.filesizeBase,4-i),e=o;break}}n=Math.round(10*n)/10}return"<strong>".concat(n,"</strong> ").concat(this.options.dictFileSizeUnits[e])}},{key:"_updateMaxFilesReachedClass",value:function(){return null!=this.options.maxFiles&&this.getAcceptedFiles().length>=this.options.maxFiles?(this.getAcceptedFiles().length===this.options.maxFiles&&this.emit("maxfilesreached",this.files),this.element.classList.add("dz-max-files-reached")):this.element.classList.remove("dz-max-files-reached")}},{key:"drop",value:function(t){if(t.dataTransfer){this.emit("drop",t);for(var n=[],e=0;e<t.dataTransfer.files.length;e++)n[e]=t.dataTransfer.files[e];if(n.length){var r=t.dataTransfer.items;r&&r.length&&null!=r[0].webkitGetAsEntry?this._addFilesFromItems(r):this.handleFiles(n)}this.emit("addedfiles",n)}}},{key:"paste",value:function(t){if(null!=(null!=(n=null!=t?t.clipboardData:void 0)?function(t){return t.items}(n):void 0)){var n;this.emit("paste",t);var e=t.clipboardData.items;return e.length?this._addFilesFromItems(e):void 0}}},{key:"handleFiles",value:function(t){var n,e=l(t,!0);try{for(e.s();!(n=e.n()).done;)this.addFile(n.value)}catch(r){e.e(r)}finally{e.f()}}},{key:"_addFilesFromItems",value:function(t){var n=this;return function(){var e,r=[],i=l(t,!0);try{for(i.s();!(e=i.n()).done;){var o,a=e.value;null!=a.webkitGetAsEntry&&(o=a.webkitGetAsEntry())?r.push(o.isFile?n.addFile(a.getAsFile()):o.isDirectory?n._addFilesFromDirectory(o,o.name):void 0):r.push(null==a.getAsFile||null!=a.kind&&"file"!==a.kind?void 0:n.addFile(a.getAsFile()))}}catch(u){i.e(u)}finally{i.f()}return r}()}},{key:"_addFilesFromDirectory",value:function(t,n){var e=this,r=t.createReader(),i=function(t){return"log",null!=(n=console)&&"function"==typeof n.log?function(n){return n.log(t)}(n):void 0;var n};return function t(){return r.readEntries((function(r){if(r.length>0){var i,o=l(r,!0);try{for(o.s();!(i=o.n()).done;){var a=i.value;a.isFile?a.file((function(t){if(!e.options.ignoreHiddenFiles||"."!==t.name.substring(0,1))return t.fullPath="".concat(n,"/").concat(t.name),e.addFile(t)})):a.isDirectory&&e._addFilesFromDirectory(a,"".concat(n,"/").concat(a.name))}}catch(u){o.e(u)}finally{o.f()}t()}return null}),i)}()}},{key:"accept",value:function(t,n){this.options.maxFilesize&&t.size>1024*this.options.maxFilesize*1024?n(this.options.dictFileTooBig.replace("{{filesize}}",Math.round(t.size/1024/10.24)/100).replace("{{maxFilesize}}",this.options.maxFilesize)):i.isValidFile(t,this.options.acceptedFiles)?null!=this.options.maxFiles&&this.getAcceptedFiles().length>=this.options.maxFiles?(n(this.options.dictMaxFilesExceeded.replace("{{maxFiles}}",this.options.maxFiles)),this.emit("maxfilesexceeded",t)):this.options.accept.call(this,t,n):n(this.options.dictInvalidFileType)}},{key:"addFile",value:function(t){var n=this;t.upload={uuid:i.uuidv4(),progress:0,total:t.size,bytesSent:0,filename:this._renameFile(t)},this.files.push(t),t.status=i.ADDED,this.emit("addedfile",t),this._enqueueThumbnail(t),this.accept(t,(function(e){e?(t.accepted=!1,n._errorProcessing([t],e)):(t.accepted=!0,n.options.autoQueue&&n.enqueueFile(t)),n._updateMaxFilesReachedClass()}))}},{key:"enqueueFiles",value:function(t){var n,e=l(t,!0);try{for(e.s();!(n=e.n()).done;)this.enqueueFile(n.value)}catch(r){e.e(r)}finally{e.f()}return null}},{key:"enqueueFile",value:function(t){var n=this;if(t.status!==i.ADDED||!0!==t.accepted)throw new Error("This file can't be queued because it has already been processed or was rejected.");if(t.status=i.QUEUED,this.options.autoProcessQueue)return setTimeout((function(){return n.processQueue()}),0)}},{key:"_enqueueThumbnail",value:function(t){var n=this;if(this.options.createImageThumbnails&&t.type.match(/image.*/)&&t.size<=1024*this.options.maxThumbnailFilesize*1024)return this._thumbnailQueue.push(t),setTimeout((function(){return n._processThumbnailQueue()}),0)}},{key:"_processThumbnailQueue",value:function(){var t=this;if(!this._processingThumbnail&&0!==this._thumbnailQueue.length){this._processingThumbnail=!0;var n=this._thumbnailQueue.shift();return this.createThumbnail(n,this.options.thumbnailWidth,this.options.thumbnailHeight,this.options.thumbnailMethod,!0,(function(e){return t.emit("thumbnail",n,e),t._processingThumbnail=!1,t._processThumbnailQueue()}))}}},{key:"removeFile",value:function(t){if(t.status===i.UPLOADING&&this.cancelUpload(t),this.files=z(this.files,t),this.emit("removedfile",t),0===this.files.length)return this.emit("reset")}},{key:"removeAllFiles",value:function(t){null==t&&(t=!1);var n,e=l(this.files.slice(),!0);try{for(e.s();!(n=e.n()).done;){var r=n.value;(r.status!==i.UPLOADING||t)&&this.removeFile(r)}}catch(o){e.e(o)}finally{e.f()}return null}},{key:"resizeImage",value:function(t,n,e,r,o){var a=this;return this.createThumbnail(t,n,e,r,!0,(function(n,e){if(null==e)return o(t);var r=a.options.resizeMimeType;null==r&&(r=t.type);var u=e.toDataURL(r,a.options.resizeQuality);return"image/jpeg"!==r&&"image/jpg"!==r||(u=x.restore(t.dataURL,u)),o(i.dataURItoBlob(u))}))}},{key:"createThumbnail",value:function(t,n,e,r,i,o){var a=this,u=new FileReader;u.onload=function(){t.dataURL=u.result,"image/svg+xml"!==t.type?a.createThumbnailFromUrl(t,n,e,r,i,o):null!=o&&o(u.result)},u.readAsDataURL(t)}},{key:"displayExistingFile",value:function(t,n,e,r){var i=this,o=!(arguments.length>4&&void 0!==arguments[4])||arguments[4];if(this.emit("addedfile",t),this.emit("complete",t),o){var a=function(n){i.emit("thumbnail",t,n),e&&e()};t.dataURL=n,this.createThumbnailFromUrl(t,this.options.thumbnailWidth,this.options.thumbnailHeight,this.options.thumbnailMethod,this.options.fixOrientation,a,r)}else this.emit("thumbnail",t,n),e&&e()}},{key:"createThumbnailFromUrl",value:function(t,n,e,r,i,o,a){var u=this,s=document.createElement("img");return a&&(s.crossOrigin=a),i="from-image"!=getComputedStyle(document.body).imageOrientation&&i,s.onload=function(){var a=function(t){return t(1)};return"undefined"!=typeof EXIF&&null!==EXIF&&i&&(a=function(t){return EXIF.getData(s,(function(){return t(EXIF.getTag(this,"Orientation"))}))}),a((function(i){t.width=s.width,t.height=s.height;var a=u.options.resize.call(u,t,n,e,r),f=document.createElement("canvas"),l=f.getContext("2d");switch(f.width=a.trgWidth,f.height=a.trgHeight,i>4&&(f.width=a.trgHeight,f.height=a.trgWidth),i){case 2:l.translate(f.width,0),l.scale(-1,1);break;case 3:l.translate(f.width,f.height),l.rotate(Math.PI);break;case 4:l.translate(0,f.height),l.scale(1,-1);break;case 5:l.rotate(.5*Math.PI),l.scale(1,-1);break;case 6:l.rotate(.5*Math.PI),l.translate(0,-f.width);break;case 7:l.rotate(.5*Math.PI),l.translate(f.height,-f.width),l.scale(-1,1);break;case 8:l.rotate(-.5*Math.PI),l.translate(-f.height,0)}A(l,s,null!=a.srcX?a.srcX:0,null!=a.srcY?a.srcY:0,a.srcWidth,a.srcHeight,null!=a.trgX?a.trgX:0,null!=a.trgY?a.trgY:0,a.trgWidth,a.trgHeight);var c=f.toDataURL("image/png");if(null!=o)return o(c,f)}))},null!=o&&(s.onerror=o),s.src=t.dataURL}},{key:"processQueue",value:function(){var t=this.options.parallelUploads,n=this.getUploadingFiles().length,e=n;if(!(n>=t)){var r=this.getQueuedFiles();if(r.length>0){if(this.options.uploadMultiple)return this.processFiles(r.slice(0,t-n));for(;e<t;){if(!r.length)return;this.processFile(r.shift()),e++}}}}},{key:"processFile",value:function(t){return this.processFiles([t])}},{key:"processFiles",value:function(t){var n,e=l(t,!0);try{for(e.s();!(n=e.n()).done;){var r=n.value;r.processing=!0,r.status=i.UPLOADING,this.emit("processing",r)}}catch(o){e.e(o)}finally{e.f()}return this.options.uploadMultiple&&this.emit("processingmultiple",t),this.uploadFiles(t)}},{key:"_getFilesWithXhr",value:function(t){return this.files.filter((function(n){return n.xhr===t})).map((function(t){return t}))}},{key:"cancelUpload",value:function(t){if(t.status===i.UPLOADING){var n,e=this._getFilesWithXhr(t.xhr),r=l(e,!0);try{for(r.s();!(n=r.n()).done;)n.value.status=i.CANCELED}catch(u){r.e(u)}finally{r.f()}void 0!==t.xhr&&t.xhr.abort();var o,a=l(e,!0);try{for(a.s();!(o=a.n()).done;)this.emit("canceled",o.value)}catch(u){a.e(u)}finally{a.f()}this.options.uploadMultiple&&this.emit("canceledmultiple",e)}else t.status!==i.ADDED&&t.status!==i.QUEUED||(t.status=i.CANCELED,this.emit("canceled",t),this.options.uploadMultiple&&this.emit("canceledmultiple",[t]));if(this.options.autoProcessQueue)return this.processQueue()}},{key:"resolveOption",value:function(t){if("function"==typeof t){for(var n=arguments.length,e=new Array(n>1?n-1:0),r=1;r<n;r++)e[r-1]=arguments[r];return t.apply(this,e)}return t}},{key:"uploadFile",value:function(t){return this.uploadFiles([t])}},{key:"uploadFiles",value:function(t){var n=this;this._transformFiles(t,(function(e){if(n.options.chunking){var r=e[0];t[0].upload.chunked=n.options.chunking&&(n.options.forceChunking||r.size>n.options.chunkSize),t[0].upload.totalChunkCount=Math.ceil(r.size/n.options.chunkSize)}if(t[0].upload.chunked){var o=t[0],a=e[0];o.upload.chunks=[];var u=function(){for(var e=0;void 0!==o.upload.chunks[e];)e++;if(!(e>=o.upload.totalChunkCount)){var r=e*n.options.chunkSize,u=Math.min(r+n.options.chunkSize,a.size),s={name:n._getParamName(0),data:a.webkitSlice?a.webkitSlice(r,u):a.slice(r,u),filename:o.upload.filename,chunkIndex:e};o.upload.chunks[e]={file:o,index:e,dataBlock:s,status:i.UPLOADING,progress:0,retries:0},n._uploadData(t,[s])}};if(o.upload.finishedChunkUpload=function(e,r){var a=!0;e.status=i.SUCCESS,e.dataBlock=null,e.xhr=null;for(var s=0;s<o.upload.totalChunkCount;s++){if(void 0===o.upload.chunks[s])return u();o.upload.chunks[s].status!==i.SUCCESS&&(a=!1)}a&&n.options.chunksUploaded(o,(function(){n._finished(t,r,null)}))},n.options.parallelChunkUploads)for(var s=0;s<o.upload.totalChunkCount;s++)u();else u()}else{for(var f=[],l=0;l<t.length;l++)f[l]={name:n._getParamName(l),data:e[l],filename:t[l].upload.filename};n._uploadData(t,f)}}))}},{key:"_getChunk",value:function(t,n){for(var e=0;e<t.upload.totalChunkCount;e++)if(void 0!==t.upload.chunks[e]&&t.upload.chunks[e].xhr===n)return t.upload.chunks[e]}},{key:"_uploadData",value:function(t,n){var e,r=this,o=new XMLHttpRequest,a=l(t,!0);try{for(a.s();!(e=a.n()).done;)e.value.xhr=o}catch(A){a.e(A)}finally{a.f()}t[0].upload.chunked&&(t[0].upload.chunks[n[0].chunkIndex].xhr=o);var u=this.resolveOption(this.options.method,t),s=this.resolveOption(this.options.url,t);o.open(u,s,!0),this.resolveOption(this.options.timeout,t)&&(o.timeout=this.resolveOption(this.options.timeout,t)),o.withCredentials=!!this.options.withCredentials,o.onload=function(n){r._finishedUploading(t,o,n)},o.ontimeout=function(){r._handleUploadError(t,o,"Request timedout after ".concat(r.options.timeout/1e3," seconds"))},o.onerror=function(){r._handleUploadError(t,o)},(null!=o.upload?o.upload:o).onprogress=function(n){return r._updateFilesUploadProgress(t,o,n)};var f={Accept:"application/json","Cache-Control":"no-cache","X-Requested-With":"XMLHttpRequest"};for(var c in this.options.headers&&i.extend(f,this.options.headers),f){var h=f[c];h&&o.setRequestHeader(c,h)}var d=new FormData;if(this.options.params){var v=this.options.params;for(var p in"function"==typeof v&&(v=v.call(this,t,o,t[0].upload.chunked?this._getChunk(t[0],o):null)),v){var m=v[p];if(Array.isArray(m))for(var g=0;g<m.length;g++)d.append(p,m[g]);else d.append(p,m)}}var y,b=l(t,!0);try{for(b.s();!(y=b.n()).done;)this.emit("sending",y.value,o,d)}catch(A){b.e(A)}finally{b.f()}this.options.uploadMultiple&&this.emit("sendingmultiple",t,o,d),this._addFormElementData(d);for(var z=0;z<n.length;z++){var w=n[z];d.append(w.name,w.data,w.filename)}this.submitRequest(o,d,t)}},{key:"_transformFiles",value:function(t,n){for(var e=this,r=[],i=0,o=function(o){e.options.transformFile.call(e,t[o],(function(e){r[o]=e,++i===t.length&&n(r)}))},a=0;a<t.length;a++)o(a)}},{key:"_addFormElementData",value:function(t){if("FORM"===this.element.tagName){var n,e=l(this.element.querySelectorAll("input, textarea, select, button"),!0);try{for(e.s();!(n=e.n()).done;){var r=n.value,i=r.getAttribute("name"),o=r.getAttribute("type");if(o&&(o=o.toLowerCase()),null!=i)if("SELECT"===r.tagName&&r.hasAttribute("multiple")){var a,u=l(r.options,!0);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.selected&&t.append(i,s.value)}}catch(f){u.e(f)}finally{u.f()}}else(!o||"checkbox"!==o&&"radio"!==o||r.checked)&&t.append(i,r.value)}}catch(f){e.e(f)}finally{e.f()}}}},{key:"_updateFilesUploadProgress",value:function(t,n,e){if(t[0].upload.chunked){var r=t[0],i=this._getChunk(r,n);e?(i.progress=100*e.loaded/e.total,i.total=e.total,i.bytesSent=e.loaded):(i.progress=100,i.bytesSent=i.total),r.upload.progress=0,r.upload.total=0,r.upload.bytesSent=0;for(var o=0;o<r.upload.totalChunkCount;o++)r.upload.chunks[o]&&void 0!==r.upload.chunks[o].progress&&(r.upload.progress+=r.upload.chunks[o].progress,r.upload.total+=r.upload.chunks[o].total,r.upload.bytesSent+=r.upload.chunks[o].bytesSent);r.upload.progress=r.upload.progress/r.upload.totalChunkCount,this.emit("uploadprogress",r,r.upload.progress,r.upload.bytesSent)}else{var a,u=l(t,!0);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.upload.total&&s.upload.bytesSent&&s.upload.bytesSent==s.upload.total||(e?(s.upload.progress=100*e.loaded/e.total,s.upload.total=e.total,s.upload.bytesSent=e.loaded):(s.upload.progress=100,s.upload.bytesSent=s.upload.total),this.emit("uploadprogress",s,s.upload.progress,s.upload.bytesSent))}}catch(f){u.e(f)}finally{u.f()}}}},{key:"_finishedUploading",value:function(t,n,e){var r;if(t[0].status!==i.CANCELED&&4===n.readyState){if("arraybuffer"!==n.responseType&&"blob"!==n.responseType&&(r=n.responseText,n.getResponseHeader("content-type")&&~n.getResponseHeader("content-type").indexOf("application/json")))try{r=JSON.parse(r)}catch(o){e=o,r="Invalid JSON response from server."}this._updateFilesUploadProgress(t,n),200<=n.status&&n.status<300?t[0].upload.chunked?t[0].upload.finishedChunkUpload(this._getChunk(t[0],n),r):this._finished(t,r,e):this._handleUploadError(t,n,r)}}},{key:"_handleUploadError",value:function(t,n,e){if(t[0].status!==i.CANCELED){if(t[0].upload.chunked&&this.options.retryChunks){var r=this._getChunk(t[0],n);if(r.retries++<this.options.retryChunksLimit)return void this._uploadData(t,[r.dataBlock]);console.warn("Retried this chunk too often. Giving up.")}this._errorProcessing(t,e||this.options.dictResponseError.replace("{{statusCode}}",n.status),n)}}},{key:"submitRequest",value:function(t,n){1==t.readyState?t.send(n):console.warn("Cannot send this request because the XMLHttpRequest.readyState is not OPENED.")}},{key:"_finished",value:function(t,n,e){var r,o=l(t,!0);try{for(o.s();!(r=o.n()).done;){var a=r.value;a.status=i.SUCCESS,this.emit("success",a,n,e),this.emit("complete",a)}}catch(u){o.e(u)}finally{o.f()}if(this.options.uploadMultiple&&(this.emit("successmultiple",t,n,e),this.emit("completemultiple",t)),this.options.autoProcessQueue)return this.processQueue()}},{key:"_errorProcessing",value:function(t,n,e){var r,o=l(t,!0);try{for(o.s();!(r=o.n()).done;){var a=r.value;a.status=i.ERROR,this.emit("error",a,n,e),this.emit("complete",a)}}catch(u){o.e(u)}finally{o.f()}if(this.options.uploadMultiple&&(this.emit("errormultiple",t,n,e),this.emit("completemultiple",t)),this.options.autoProcessQueue)return this.processQueue()}}],[{key:"initClass",value:function(){this.prototype.Emitter=o,this.prototype.events=["drop","dragstart","dragend","dragenter","dragover","dragleave","addedfile","addedfiles","removedfile","thumbnail","error","errormultiple","processing","processingmultiple","uploadprogress","totaluploadprogress","sending","sendingmultiple","success","successmultiple","canceled","canceledmultiple","complete","completemultiple","reset","maxfilesexceeded","maxfilesreached","queuecomplete"],this.prototype._thumbnailQueue=[],this.prototype._processingThumbnail=!1}},{key:"extend",value:function(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),r=1;r<n;r++)e[r-1]=arguments[r];for(var i=0,o=e;i<o.length;i++){var a=o[i];for(var u in a){var s=a[u];t[u]=s}}return t}},{key:"uuidv4",value:function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(t){var n=16*Math.random()|0;return("x"===t?n:3&n|8).toString(16)}))}}]),i}(o);b.initClass(),b.version="5.9.3",b.options={},b.optionsForElement=function(t){return t.getAttribute("id")?b.options[w(t.getAttribute("id"))]:void 0},b.instances=[],b.forElement=function(t){if("string"==typeof t&&(t=document.querySelector(t)),null==(null!=t?t.dropzone:void 0))throw new Error("No Dropzone found for given element. This is probably because you're trying to access it before Dropzone had the time to initialize. Use the `init` option to setup any additional observers on your Dropzone.");return t.dropzone},b.autoDiscover=!0,b.discover=function(){var t;if(document.querySelectorAll)t=document.querySelectorAll(".dropzone");else{t=[];var n=function(n){return function(){var e,r=[],i=l(n,!0);try{for(i.s();!(e=i.n()).done;){var o=e.value;/(^| )dropzone($| )/.test(o.className)?r.push(t.push(o)):r.push(void 0)}}catch(a){i.e(a)}finally{i.f()}return r}()};n(document.getElementsByTagName("div")),n(document.getElementsByTagName("form"))}return function(){var n,e=[],r=l(t,!0);try{for(r.s();!(n=r.n()).done;){var i=n.value;!1!==b.optionsForElement(i)?e.push(new b(i)):e.push(void 0)}}catch(o){r.e(o)}finally{r.f()}return e}()},b.blockedBrowsers=[/opera.*(Macintosh|Windows Phone).*version\/12/i],b.isBrowserSupported=function(){var t=!0;if(window.File&&window.FileReader&&window.FileList&&window.Blob&&window.FormData&&document.querySelector)if("classList"in document.createElement("a")){void 0!==b.blacklistedBrowsers&&(b.blockedBrowsers=b.blacklistedBrowsers);var n,e=l(b.blockedBrowsers,!0);try{for(e.s();!(n=e.n()).done;)n.value.test(navigator.userAgent)&&(t=!1)}catch(r){e.e(r)}finally{e.f()}}else t=!1;else t=!1;return t},b.dataURItoBlob=function(t){for(var n=atob(t.split(",")[1]),e=t.split(",")[0].split(":")[1].split(";")[0],r=new ArrayBuffer(n.length),i=new Uint8Array(r),o=0,a=n.length,u=0<=a;u?o<=a:o>=a;u?o++:o--)i[o]=n.charCodeAt(o);return new Blob([r],{type:e})};var z=function(t,n){return t.filter((function(t){return t!==n})).map((function(t){return t}))},w=function(t){return t.replace(/[\-_](\w)/g,(function(t){return t.charAt(1).toUpperCase()}))};b.createElement=function(t){var n=document.createElement("div");return n.innerHTML=t,n.childNodes[0]},b.elementInside=function(t,n){if(t===n)return!0;for(;t=t.parentNode;)if(t===n)return!0;return!1},b.getElement=function(t,n){var e;if("string"==typeof t?e=document.querySelector(t):null!=t.nodeType&&(e=t),null==e)throw new Error("Invalid `".concat(n,"` option provided. Please provide a CSS selector or a plain HTML element."));return e},b.getElements=function(t,n){var e;if(t instanceof Array){e=[];try{var r,i=l(t,!0);try{for(i.s();!(r=i.n()).done;)e.push(this.getElement(r.value,n))}catch(u){i.e(u)}finally{i.f()}}catch(s){e=null}}else if("string"==typeof t){e=[];var o,a=l(document.querySelectorAll(t),!0);try{for(a.s();!(o=a.n()).done;)e.push(o.value)}catch(u){a.e(u)}finally{a.f()}}else null!=t.nodeType&&(e=[t]);if(null==e||!e.length)throw new Error("Invalid `".concat(n,"` option provided. Please provide a CSS selector, a plain HTML element or a list of those."));return e},b.confirm=function(t,n,e){return window.confirm(t)?n():null!=e?e():void 0},b.isValidFile=function(t,n){if(!n)return!0;n=n.split(",");var e,r=t.type,i=r.replace(/\/.*$/,""),o=l(n,!0);try{for(o.s();!(e=o.n()).done;){var a=e.value;if("."===(a=a.trim()).charAt(0)){if(-1!==t.name.toLowerCase().indexOf(a.toLowerCase(),t.name.length-a.length))return!0}else if(/\/\*$/.test(a)){if(i===a.replace(/\/.*$/,""))return!0}else if(r===a)return!0}}catch(u){o.e(u)}finally{o.f()}return!1},"undefined"!=typeof jQuery&&null!==jQuery&&(jQuery.fn.dropzone=function(t){return this.each((function(){return new b(this,t)}))}),b.ADDED="added",b.QUEUED="queued",b.ACCEPTED=b.QUEUED,b.UPLOADING="uploading",b.PROCESSING=b.UPLOADING,b.CANCELED="canceled",b.ERROR="error",b.SUCCESS="success";var A=function(t,n,e,r,i,o,a,u,s,f){var l=function(t){var n=t.naturalHeight,e=document.createElement("canvas");e.width=1,e.height=n;var r=e.getContext("2d");r.drawImage(t,0,0);for(var i=r.getImageData(1,0,1,n).data,o=0,a=n,u=n;u>o;)0===i[4*(u-1)+3]?a=u:o=u,u=a+o>>1;var s=u/n;return 0===s?1:s}(n);return t.drawImage(n,e,r,i,o,a,u,s,f/l)},x=function(){function t(){h(this,t)}return v(t,null,[{key:"initClass",value:function(){this.KEY_STR="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}},{key:"encode64",value:function(t){for(var n="",e=void 0,r=void 0,i="",o=void 0,a=void 0,u=void 0,s="",f=0;o=(e=t[f++])>>2,a=(3&e)<<4|(r=t[f++])>>4,u=(15&r)<<2|(i=t[f++])>>6,s=63&i,isNaN(r)?u=s=64:isNaN(i)&&(s=64),n=n+this.KEY_STR.charAt(o)+this.KEY_STR.charAt(a)+this.KEY_STR.charAt(u)+this.KEY_STR.charAt(s),e=r=i="",o=a=u=s="",f<t.length;);return n}},{key:"restore",value:function(t,n){if(!t.match("data:image/jpeg;base64,"))return n;var e=this.decode64(t.replace("data:image/jpeg;base64,","")),r=this.slice2Segments(e),i=this.exifManipulation(n,r);return"data:image/jpeg;base64,".concat(this.encode64(i))}},{key:"exifManipulation",value:function(t,n){var e=this.getExifArray(n),r=this.insertExif(t,e);return new Uint8Array(r)}},{key:"getExifArray",value:function(t){for(var n=void 0,e=0;e<t.length;){if(255===(n=t[e])[0]&225===n[1])return n;e++}return[]}},{key:"insertExif",value:function(t,n){var e=t.replace("data:image/jpeg;base64,",""),r=this.decode64(e),i=r.indexOf(255,3),o=r.slice(0,i),a=r.slice(i),u=o;return(u=u.concat(n)).concat(a)}},{key:"slice2Segments",value:function(t){for(var n=0,e=[];!(255===t[n]&218===t[n+1]);){if(255===t[n]&216===t[n+1])n+=2;else{var r=n+(256*t[n+2]+t[n+3])+2,i=t.slice(n,r);e.push(i),n=r}if(n>t.length)break}return e}},{key:"decode64",value:function(t){var n=void 0,e="",r=void 0,i=void 0,o=void 0,a="",u=0,s=[];for(/[^A-Za-z0-9\+\/\=]/g.exec(t)&&console.warn("There were invalid base64 characters in the input text.\nValid base64 characters are A-Z, a-z, 0-9, '+', '/',and '='\nExpect errors in decoding."),t=t.replace(/[^A-Za-z0-9\+\/\=]/g,"");r=this.KEY_STR.indexOf(t.charAt(u++)),n=(15&(i=this.KEY_STR.indexOf(t.charAt(u++))))<<4|(o=this.KEY_STR.indexOf(t.charAt(u++)))>>2,e=(3&o)<<6|(a=this.KEY_STR.indexOf(t.charAt(u++))),s.push(r<<2|i>>4),64!==o&&s.push(n),64!==a&&s.push(e),n=e="",r=i=o=a="",u<t.length;);return s}}]),t}();x.initClass(),b._autoDiscoverFunction=function(){if(b.autoDiscover)return b.discover()},function(t,n){var e=!1,r=!0,i=t.document,o=i.documentElement,a=i.addEventListener?"addEventListener":"attachEvent",u=i.addEventListener?"removeEventListener":"detachEvent",s=i.addEventListener?"":"on",f=function r(o){if("readystatechange"!==o.type||"complete"===i.readyState)return("load"===o.type?t:i)[u](s+o.type,r,!1),!e&&(e=!0)?n.call(t,o.type||o):void 0};if("complete"!==i.readyState){if(i.createEventObject&&o.doScroll){try{r=!t.frameElement}catch(l){}r&&function t(){try{o.doScroll("left")}catch(n){return void setTimeout(t,50)}return f("poll")}()}i[a](s+"DOMContentLoaded",f,!1),i[a](s+"readystatechange",f,!1),t[a](s+"load",f,!1)}}(window,b._autoDiscoverFunction),window.Dropzone=b;var k=b}(),r}()},t.exports=n()})));l.autoDiscover=!1;let c=0;const h=class{constructor(e){t(this,e),this.stzhFileAdded=n(this,"stzhFileAdded",7),this.stzhFilesAdded=n(this,"stzhFilesAdded",7),this.stzhFileRemoved=n(this,"stzhFileRemoved",7),this.stzhSending=n(this,"stzhSending",7),this.stzhSendingMultiple=n(this,"stzhSendingMultiple",7),this.stzhProcessing=n(this,"stzhProcessing",7),this.stzhProcessingMultiple=n(this,"stzhProcessingMultiple",7),this.stzhProgress=n(this,"stzhProgress",7),this.stzhProgressTotal=n(this,"stzhProgressTotal",7),this.stzhError=n(this,"stzhError",7),this.stzhErrorMultiple=n(this,"stzhErrorMultiple",7),this.stzhSuccess=n(this,"stzhSuccess",7),this.stzhSuccessMultiple=n(this,"stzhSuccessMultiple",7),this.stzhCanceled=n(this,"stzhCanceled",7),this.stzhCanceledMultiple=n(this,"stzhCanceledMultiple",7),this.stzhComplete=n(this,"stzhComplete",7),this.stzhCompleteMultiple=n(this,"stzhCompleteMultiple",7),this._existingFiles=[],this.existingFiles=[],this.label="",this.description="",this.button="",this.url="",this.method="post",this.withCredentials=!1,this.disabled=!1,this.invalid=!1,this.downloadDisabled=!1,this.error=void 0,this.acceptedFiles=null,this.autoProcessQueue=!0,this.maxFiles=null,this.maxFilesize=25,this.parallelUploads=2,this.uploadMultiple=!1,this.chunking=!1,this.forceChunking=!1,this.chunkSize=2097152,this.parallelChunkUploads=!1,this.retryChunks=!1,this.retryChunksLimit=3,this.filesizeBase=1e3,this.headers=null,this.defaultHeaders=!0,this.accept=function(t,n){return n()},this.chunksUploaded=function(t,n){n()},this.hiddenInputContainer="body",this.localization=void 0}existingFilesWatcher(t){this._existingFiles="string"==typeof t?JSON.parse(t):t}disabledWatcher(){this.disabled?this.dropzone.disable():this.dropzone.enable()}errorWatcher(t){if("string"==typeof t)try{this._error=JSON.parse(t)}catch(n){this._error=t?[t]:[]}else this._error=t||[];this.invalid=this._error.length>0}async processQueue(){return this.dropzone.processQueue()}async componentWillLoad(){this.uploadId="stzh-upload-"+c++,this.existingFilesWatcher(this.existingFiles),this.errorWatcher(this.error),this.localization||(this.localization=await a(this.element,"upload"))}componentDidRender(){if(this.dropzone)return;const t=this;this.dropzone=new l(this.dropzoneElement,{url:this.url,method:this.method,withCredentials:this.withCredentials,clickable:[this.clickareaElement],acceptedFiles:this.acceptedFiles,accept:this.accept,maxFiles:this.maxFiles,maxFilesize:this.maxFilesize,filesizeBase:this.filesizeBase,parallelUploads:this.parallelUploads,uploadMultiple:this.uploadMultiple,autoProcessQueue:this.autoProcessQueue,headers:this.headers,defaultHeaders:this.defaultHeaders,chunking:this.chunking,chunkSize:this.chunkSize,chunksUploaded:this.chunksUploaded,forceChunking:this.forceChunking,parallelChunkUploads:this.parallelChunkUploads,retryChunks:this.retryChunks,retryChunksLimit:this.retryChunksLimit,createImageThumbnails:!1,hiddenInputContainer:this.hiddenInputContainer,dictFileSizeUnits:{tb:"TB",gb:"GB",mb:"MB",kb:"KB",b:"b"},dictRemoveFileConfirmation:null,dictMaxFilesExceeded:this.localization.maxFilesExceeded,dictRemoveFile:this.localization.removeFile,dictCancelUploadConfirmation:this.localization.cancelUploadConfirmation,dictUploadCanceled:this.localization.uploadCanceled,dictCancelUpload:this.localization.cancelUpload,dictResponseError:this.localization.responseError,dictInvalidFileType:this.localization.invalidFileType,dictFileTooBig:this.localization.fileTooBig,addedfile(t){if(this.element===this.previewsContainer&&this.element.classList.add("dz-started"),this.previewsContainer&&!this.options.disablePreviews){for(var n of(t.previewElement=l.createElement(this.options.previewTemplate.trim()),t.previewTemplate=t.previewElement,this.previewsContainer.appendChild(t.previewElement),0==t.size&&t.previewElement.classList.add("dz-empty"),t.previewElement.querySelectorAll("[data-dz-name]")))n.textContent=t.name;for(n of t.previewElement.querySelectorAll("[data-dz-size]"))n.innerHTML=this.filesize(t.size);this.options.addRemoveLinks&&(t._removeLink=l.createElement(`<a class="dz-remove" href="javascript:undefined;" data-dz-remove>${this.options.dictRemoveFile}</a>`),t.previewElement.appendChild(t._removeLink));let e=n=>(n.preventDefault(),n.stopPropagation(),t.status===l.UPLOADING?l.confirm(this.options.dictCancelUploadConfirmation,(()=>this.removeFile(t))):this.options.dictRemoveFileConfirmation?l.confirm(this.options.dictRemoveFileConfirmation,(()=>this.removeFile(t))):this.removeFile(t));for(let n of t.previewElement.querySelectorAll("[data-dz-remove]"))n.addEventListener("click",e)}},complete(n){for(let t of n.previewElement.querySelectorAll("[data-dz-remove]"))t.setAttribute("title",this.options.dictRemoveFile),t.setAttribute("aria-label",this.options.dictRemoveFile);if("error"===n.status)t.errorsElement.appendChild(n.previewElement);else if(!t.downloadDisabled){let t=n.url||"";if(n.upload&&(t=URL.createObjectURL(n)),t)for(var e of n.previewElement.querySelectorAll("[data-dz-link]"))e.setAttribute("href",t),e.setAttribute("download",n.name)}if(n._removeLink&&(n._removeLink.innerHTML=this.options.dictRemoveFile),n.previewElement)return n.previewElement.classList.add("dz-complete")},removedfile(n){return null!=n.previewElement&&null!=n.previewElement.parentNode&&n.previewElement.parentNode.removeChild(n.previewElement),t.buttonElement.setFocus(),this._updateMaxFilesReachedClass()},error(n,e,r){if(n.previewElement){n.previewElement.classList.add("dz-error"),"string"!=typeof e&&e.error?e=e.error:r&&(e=401===r.status||403===r.status?t.localization.accessError:413===r.status?t.localization.fileTooBigServer:415===r.status?t.localization.invalidFileType:r.status>=500?t.localization.serverError:t.localization.responseError.replace("{{statusCode}}",r.status));for(let t of n.previewElement.querySelectorAll("[data-dz-errormessage]"))t.textContent=e}},previewTemplate:`\n <div class="stzh-upload__preview">\n <div class="stzh-upload__image">\n <img data-dz-thumbnail />\n </div>\n\n <div class="stzh-upload__details">\n <div class="stzh-upload__info-wrapper-processing">\n <div class="stzh-upload__infos">\n <div class="stzh-upload__subtitle">\n <span data-dz-name></span>\n </div>\n <div class="stzh-upload__progress-text">\n <span data-dz-progress-text></span>\n </div>\n </div>\n <div class="stzh-upload__progress">\n <span class="stzh-upload__progress-bar" data-dz-uploadprogress></span>\n </div>\n </div>\n <div class="stzh-upload__info-wrapper-complete">\n <div class="stzh-upload__title">\n <a class="stzh-upload__link" data-dz-name data-dz-link></a>\n </div>\n <div class="stzh-upload__meta">\n <span class="stzh-upload__extension" data-dz-extension></span>\n <span class="stzh-upload__size" data-dz-size></span>\n </div>\n <div class="stzh-upload__error-message">\n <span data-dz-errormessage></span>\n </div>\n </div>\n <div class="stzh-upload__actions">\n <a class="stzh-upload__download" data-dz-link aria-label="${this.localization.download}" title="${this.localization.download}">\n <stzh-icon class="stzh-upload__download-icon" name="download"></stzh-icon>\n </a>\n <button class="stzh-upload__delete" data-dz-remove aria-label="${this.localization.cancelUpload}" title="${this.localization.cancelUpload}">\n <stzh-icon class="stzh-upload__delete-icon" name="delete"></stzh-icon>\n <stzh-icon class="stzh-upload__delete-icon-error" name="close"></stzh-icon>\n </button>\n </div>\n </div>\n </div>\n `}),this.disabledWatcher(),this.dropzone.on("addedfile",(t=>this.stzhFileAdded.emit({component:"stzh-upload",file:t}))),this.dropzone.on("addedfiles",(t=>this.stzhFilesAdded.emit({component:"stzh-upload",files:t}))),this.dropzone.on("removedfile",(t=>this.stzhFileRemoved.emit({component:"stzh-upload",file:t}))),this.dropzone.on("sending",((t,n,e)=>this.stzhSending.emit({component:"stzh-upload",file:t,xhr:n,formData:e}))),this.dropzone.on("sendingmultiple",((t,n,e)=>this.stzhSendingMultiple.emit({component:"stzh-upload",files:t,xhr:n,formData:e}))),this.dropzone.on("processing",(t=>this.stzhProcessing.emit({component:"stzh-upload",file:t}))),this.dropzone.on("processingmultiple",(t=>this.stzhProcessingMultiple.emit({component:"stzh-upload",files:t}))),this.dropzone.on("uploadprogress",((t,n,e)=>this.stzhProgress.emit({component:"stzh-upload",file:t,progress:n,bytesSent:e}))),this.dropzone.on("totaluploadprogress",((t,n,e)=>this.stzhProgressTotal.emit({component:"stzh-upload",totalUploadProgress:t,totalBytes:n,totalBytesSent:e}))),this.dropzone.on("error",((t,n,e)=>this.stzhError.emit({component:"stzh-upload",file:t,message:n,xhr:e}))),this.dropzone.on("errormultiple",((t,n,e)=>this.stzhErrorMultiple.emit({component:"stzh-upload",files:t,message:n,xhr:e}))),this.dropzone.on("success",((t,n,e)=>this.stzhSuccess.emit({component:"stzh-upload",file:t,responseText:n,event:e}))),this.dropzone.on("successmultiple",((t,n,e)=>this.stzhSuccessMultiple.emit({component:"stzh-upload",files:t,responseText:n,event:e}))),this.dropzone.on("canceled",(t=>this.stzhCanceled.emit({component:"stzh-upload",file:t}))),this.dropzone.on("canceledmultiple",(t=>this.stzhCanceledMultiple.emit({component:"stzh-upload",files:t}))),this.dropzone.on("complete",(t=>this.stzhComplete.emit({component:"stzh-upload",file:t}))),this.dropzone.on("completemultiple",(t=>this.stzhCompleteMultiple.emit({component:"stzh-upload",files:t}))),this.dropzone.on("addedfile",(t=>{t.previewElement.querySelectorAll("[data-dz-name]").forEach((n=>{n.setAttribute("title",t.name)})),t.previewElement.querySelectorAll("[data-dz-type]").forEach((n=>{n.innerText=t.type})),t.previewElement.querySelectorAll("[data-dz-extension]").forEach((n=>{n.innerText=t.name.split(".").pop()}))})),this.dropzone.on("uploadprogress",((t,n)=>{t.previewElement.querySelectorAll("[data-dz-progress-text]").forEach((t=>{t.innerText=`${n.toString()}%`}))})),this._existingFiles.forEach((t=>{this.dropzone.displayExistingFile(t,null,null,null,null)}))}disconnectedCallback(){this.dropzone&&(this.dropzone.destroy(),this.dropzone=null)}render(){const t=o(this.element,"error")||!!this.error;return e(r,null,e("div",{class:{"stzh-upload":!0,"stzh-upload--is-invalid":this.invalid,"stzh-upload--is-disabled":this.disabled,"stzh-upload--has-error":t,"stzh-upload--has-instructions":!!this.description||!!this.localization.description},ref:t=>this.dropzoneElement=t},this.label&&e("div",{class:"stzh-upload__label"},this.label),e("div",{class:"stzh-upload__clickarea",ref:t=>this.clickareaElement=t},e("div",{class:"stzh-upload__instructions",id:`${this.uploadId}-instruction`},this.description?this.description:this.localization.description),e("stzh-button",{size:"small",class:"stzh-upload__button",ref:t=>this.buttonElement=t,"aria-describedby":`${this.uploadId}-instruction ${this.uploadId}-description`,disabled:this.disabled},this.button?this.button:this.localization.button)),e(u,{classPrefix:"stzh-upload",id:`${this.uploadId}-description`,error:this._error}),e("div",{class:"stzh-upload__errors",ref:t=>this.errorsElement=t})))}get element(){return i(this)}static get watchers(){return{existingFiles:["existingFilesWatcher"],disabled:["disabledWatcher"],error:["errorWatcher"]}}};h.style=":host{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}:host[hidden]{display:none}:host *,:host *::before,:host *::after{-webkit-box-sizing:border-box;box-sizing:border-box}stzh-upload{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}stzh-upload[hidden]{display:none}stzh-upload *,stzh-upload *::before,stzh-upload *::after{-webkit-box-sizing:border-box;box-sizing:border-box}.stzh-upload{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;position:relative;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;}.stzh-upload__marker-symbol{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}.stzh-upload__marker-text{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);width:0.0625rem;height:0.0625rem;overflow:hidden;padding:0;position:absolute}.stzh-upload__description-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.stzh-upload__error,.stzh-upload__description{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);color:var(--stzh-base-color)}.stzh-upload__error{color:var(--stzh-color-error)}.stzh-upload__error-list{list-style:none;margin:0;padding:0}.stzh-upload__description{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.stzh-upload__description-long{margin-left:var(--stzh-space-xxsmall);margin-top:0.1875rem}.stzh-upload__description-long-popover{--width:auto;--max-width:27.3125rem}.stzh-upload__description-long-popover[open]:not([open=false]) .stzh-upload__description-long-button{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-upload__description-long-button{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border:none;background-color:transparent;border-radius:0.5rem;cursor:pointer;-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);color:var(--stzh-base-lead-color)}.stzh-upload__description-long-button:hover{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-upload stzh-icon.stzh-upload__description-long-icon{--size:var(--stzh-icon-size-xsmall)}.stzh-upload--has-error .stzh-upload__error,.stzh-upload--has-description .stzh-upload__description{margin-top:var(--stzh-space-xxsmall)}.stzh-upload__label{font-family:var(--stzh-font-family-title);font-weight:var(--stzh-font-weight-title);font-size:var(--stzh-font-curve-h4-default-font-size, var(--stzh-font-milli-font-size));line-height:var(--stzh-font-curve-h4-default-text-line-height, var(--stzh-font-milli-text-line-height));letter-spacing:var(--stzh-font-curve-h4-default-text-letter-spacing);color:var(--stzh-base-lead-color);margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 1024px){.stzh-upload__label{font-size:var(--stzh-font-curve-h4-medium-font-size, var(--stzh-font-centi-font-size));line-height:var(--stzh-font-curve-h4-medium-text-line-height, var(--stzh-font-centi-text-line-height));letter-spacing:var(--stzh-font-curve-h4-medium-text-letter-spacing)}}.stzh-upload__clickarea{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing);padding:var(--stzh-space-xxlarge);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center;border:0.0625rem solid var(--stzh-base-border-color);border-image-source:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD4SURBVHgB7dlBCoMwEAXQSXqBHsUj9ChWdK2eoN6gdi/W3shjtLssWxDTmZKFFGqhphDhPxBDIOEbJAyMIpYkSay1PvJwSxPjOO7btu1oBq8t3NqPFuxj+Dk1TVOpNE0PwzBcZLLrOkMBieNYDm7LH7DTPCgowJDCZTKvk+YTtRQ4yahpJRDUNwlaUuDkeiMAAFhGalEKXJZlOVdQ+kyBs9bWKEp8Q1DfENQ3VPg+ocIHAPAAFb5HqPD/YVVBjes+BMllM5soim78s175TX3f3ykgk/bNQ8kEdx0qDpsrpd5PtuRmVD23mWumfbs5ftqHMxl+SmmmPQHYcmyn56UnaQAAAABJRU5ErkJggg==');border-image-slice:12;border-image-width:0.75rem;border-image-repeat:round;-webkit-transition:background-color var(--stzh-base-transition-animation-speed);transition:background-color var(--stzh-base-transition-animation-speed)}@media screen and (min-width: 1024px){.stzh-upload__clickarea{padding:var(--stzh-space-xxxlarge)}}@media screen and (min-width: 1260px){.stzh-upload__clickarea{padding:var(--stzh-space-xxxxlarge)}}@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){.stzh-upload__clickarea{border-image-source:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIpSURBVHgB7d3BbeJAFMbxsYXFlRLYDtgKllIsC0vcEiqIU8EmB04glu2EdEAHYTvgbgv2vawdcdokni/ikP9Pwp6YyB59YCcej/SS0MrzfDQYDG6sOW1fb2qa5tt2uz2ECHbcsR33OQhcoT/70+n0uNlstt2G9LWRprmtqvCOMM/n89FWi9jOu3Yf9yHCFfszsdx+zWaz225D4ouyLG9Wq9WjfzpZlo3quj7Yjo8B/2VBTpMkOVp2e8/QcvudFEWRe8r2xnd/I+DDLi4T95Zl6tdNP21GAX112f3wa+jEW+v1ehfQ16FdT9OAaJd/bwhUjEDFCFSMQMUIVIxAxQhU5+Vfpy7QqMEJhGCjTv8ynM/n4wAJv6cPAAAAAAAAAPBVMCiq44P1qc8au5zfiH4sw7umaZ67Z0p3AbEqX3SBMpVRhMfIYgQqRqBiBCpGoGIEKkagYgQqRqBiBCpGoGIEKkagYgSqwxx7JebYfwIeJwEAAAAAAAD4UhgU1WGOvRBz7PUqXzDHXozHyGIEKkagYgQqRqBiBCr2GqhXqwmI5oHuvJFl2TigFy+y0jb3HuiTt+q6pjpNT3bL+ZKd11Ya2A8Pdj9/9DpCZVlOvMgKdUHe5pdIP6v9i2jZ7e1buvBCVUn3C0VR3KZp+vMD+6wseMm8Uq9FZB9kFeJuga/Zn4Ud+8EbyeXWtraSlwOavGcvw+FwvFwu/4QIyhJqV+jPzl5PfpZ3BVb+AjID1CfgWYnZAAAAAElFTkSuQmCC');border-image-slice:24}}.stzh-upload__button{margin-top:var(--stzh-space-small)}@media screen and (min-width: 1024px){.stzh-upload__button{margin-top:var(--stzh-space-medium)}}@media screen and (min-width: 1260px){.stzh-upload__button{margin-top:var(--stzh-space-large)}}.stzh-upload stzh-icon.stzh-upload__delete-icon-error{display:none}.stzh-upload__preview{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border:0.0625rem solid var(--stzh-base-border-color);border-bottom:none;padding:var(--stzh-space-xsmall);padding-left:var(--stzh-space-medium);padding-right:var(--stzh-space-small)}.stzh-upload__preview:not(.dz-error):last-child,.stzh-upload__errors:last-child .stzh-upload__preview:last-child{border-bottom:0.0625rem solid var(--stzh-base-border-color)}.stzh-upload__preview.dz-error .stzh-upload__title{color:var(--stzh-color-error)}.stzh-upload__preview.dz-error .stzh-upload__error-message{display:block}.stzh-upload__preview.dz-error .stzh-upload__meta,.stzh-upload__preview.dz-error stzh-icon.stzh-upload__delete-icon{display:none}.stzh-upload__preview.dz-error stzh-icon.stzh-upload__delete-icon-error{display:-ms-inline-flexbox;display:inline-flex}.stzh-upload__preview.dz-complete .stzh-upload__info-wrapper-processing{display:none}.stzh-upload__preview.dz-complete .stzh-upload__info-wrapper-complete{display:-ms-flexbox;display:flex}.stzh-upload__preview.dz-empty .stzh-upload__extension::after{content:\"\"}.stzh-upload__preview.dz-empty .stzh-upload__size{display:none}.stzh-upload__details{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;overflow:hidden}.stzh-upload__info-wrapper-processing,.stzh-upload__info-wrapper-complete{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.stzh-upload__info-wrapper-complete{display:none}.stzh-upload__actions{-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.stzh-upload__infos{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-bottom:var(--stzh-space-xxsmall)}.stzh-upload__title,.stzh-upload__subtitle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.stzh-upload__title{font-size:var(--stzh-font-milli-font-size);line-height:var(--stzh-font-milli-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing);color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-upload__link[href]{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-upload__link[href]:hover{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-upload__meta{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height);letter-spacing:0.01em}.stzh-upload__size strong{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}.stzh-upload__image{display:none}.stzh-upload__progress{display:block;height:0.5rem;border-radius:0.75rem;background-color:var(--stzh-color-grey13)}.stzh-upload__progress-bar{display:block;height:100%;width:0;border-radius:0.75rem;background:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-upload__progress-text{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height);letter-spacing:0.01em;margin-left:var(--stzh-space-medium);font-variant-numeric:tabular-nums}.stzh-upload__extension{text-transform:uppercase}.stzh-upload__extension::after{content:\" | \"}.stzh-upload__download,.stzh-upload__delete{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:0;background:none;display:-ms-flexbox;display:flex;color:var(--stzh-base-color);margin-left:var(--stzh-space-xsmall)}.stzh-upload__download{display:none}.stzh-upload__download[href]{display:-ms-flexbox;display:flex}.stzh-upload__error-message{font-size:var(--stzh-font-nano-font-size);line-height:var(--stzh-font-nano-text-line-height);letter-spacing:0.01em;color:var(--stzh-color-error);-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);display:none}.stzh-upload.dz-started .stzh-upload__clickarea{margin-bottom:var(--stzh-space-small)}.stzh-upload:has(.stzh-upload__preview) .stzh-upload__clickarea{margin-bottom:var(--stzh-space-small)}.stzh-upload.dz-drag-hover .stzh-upload__clickarea{background-color:var(--stzh-color-primary4)}.stzh-upload.dz-drag-hover .stzh-upload__button{--background-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-upload--is-invalid .stzh-upload__clickarea{border-image-source:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD/SURBVHgB7dlBasJAFAbg/71supy16aI9Qm7Qo7QnsDlBvUHrCdqeKPUEXbUunY0gCPOcMQgimIWOMOL/bRJC8vgJITz4BVFX1c9ieI+nDnss4KXB3xcGdKhfRbfPHnXGHG+waRP+JzLT0VsI4RtY+QbeoyAdXHxxdw5V9SQ/Wi8sLB9LC7nT4cGJrn8RgxoKlzIqrgSD5qbxA21RuPR7AxERnSftoijcTO/H3J5yY9DcGDQ3Bs2NGz4R0a3ghp8RN/xLuKqgvm8fypTKhnjwGleoNlUkJYbtM62cQaayvaCjiZiMIQeFGELbhPnH4LC+TPscuufkORYLMUObyrQNlY5lla7HUdEAAAAASUVORK5CYII=')}@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){.stzh-upload--is-invalid .stzh-upload__clickarea{border-image-source:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIwSURBVHgB7d1NUhNBGIfxf3dKrdJNNlaJYTFu3Zg5gTlKbjByAuAEwgn0KHKCTk4gLhCrXJiFKy3mdXomCeoCQuYFFjy/DZOhauh6CGE+uqqDlpKGwxifVmZhoqCJNmD1xatS307VQ9KLIsTBZzm48/GYZhZ1XF6cfVztipfffTY1hYONYpoWJu31HXyWj9H83EP1cV/jCRoH04eknXf/7J/HnSp/zb+dpNE4v1uFayXtTnKvvD2Pu1XuFtJgNM2Vrf5Vlvo+E25s9TFhssPYxKy63U94V25t0LYLFt6GWRxZfjGuz4KwlaRiGOLvH3k7Cr2VOl2stgnqjKDOCOqMoM4I6oygzgjqpz11aoP2vjmB5k6XuobNWX4huMjX9AIAAAAAAACAh4Kbon5yy5hnjaX43/xG3Ng8vtzPLdtnSkFxX+ilnaysy6eeTGV0wmNkZwR1RlBnBHVGUGcEdUZQZwR1RlBnBHVGUGcEdUZQZwT1wxx7T8yxvwU8TgIAAAAAAADwoHBT1A9z7B0xx94Zc+xvCY+RnRHUGUGdEdQZQZ0R1Nk6KOt/+IjNGemnbvNRIWylueSctBtms2jBTrrdg4Wwpa6dWThu17FIcdReyyc9H69r40r5I3LZq2hfLxuuF1TJO5oX7zc9YJAdvKm/uswrzWsRWXM89bgEvs/xmOq9sj4/6sbxl6TRNARVeSWrTQ70uK6L1zr/oh48l1C78/E0/38shBPVP49KLdo/+z+8SbPi8H5KCQAAAABJRU5ErkJggg==')}}.stzh-upload--has-error .stzh-upload__error,.stzh-upload--has-description .stzh-upload__description{margin-top:var(--stzh-space-small)}.stzh-upload--is-disabled .stzh-upload__clickarea{cursor:not-allowed;background-color:var(--stzh-color-grey5)}";export{h as stzh_upload}
@@ -1 +0,0 @@
1
- var __awaiter=this&&this.__awaiter||function(t,e,i,o){function n(t){return t instanceof i?t:new i((function(e){e(t)}))}return new(i||(i=Promise))((function(i,r){function s(t){try{a(o.next(t))}catch(e){r(e)}}function l(t){try{a(o["throw"](t))}catch(e){r(e)}}function a(t){t.done?i(t.value):n(t.value).then(s,l)}a((o=o.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var i={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},o,n,r,s;return s={next:l(0),throw:l(1),return:l(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function l(t){return function(e){return a([t,e])}}function a(s){if(o)throw new TypeError("Generator is already executing.");while(i)try{if(o=1,n&&(r=s[0]&2?n["return"]:s[0]?n["throw"]||((r=n["return"])&&r.call(n),0):n.next)&&!(r=r.call(n,s[1])).done)return r;if(n=0,r)s=[s[0]&2,r.value];switch(s[0]){case 0:case 1:r=s;break;case 4:i.label++;return{value:s[1],done:false};case 5:i.label++;n=s[1];s=[0];continue;case 7:s=i.ops.pop();i.trys.pop();continue;default:if(!(r=i.trys,r=r.length>0&&r[r.length-1])&&(s[0]===6||s[0]===2)){i=0;continue}if(s[0]===3&&(!r||s[1]>r[0]&&s[1]<r[3])){i.label=s[1];break}if(s[0]===6&&i.label<r[1]){i.label=r[1];r=s;break}if(r&&i.label<r[2]){i.label=r[2];i.ops.push(s);break}if(r[2])i.ops.pop();i.trys.pop();continue}s=e.call(t,i)}catch(l){s=[6,l];n=0}finally{o=r=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};System.register(["./p-609bf766.system.js","./p-a408bfba.system.js","./p-0230004d.system.js"],(function(t){"use strict";var e,i,o,n,r,s,l,a;return{setters:[function(t){e=t.r;i=t.h;o=t.F;n=t.a;r=t.g},function(t){s=t.f},function(t){l=t.s;a=t.h}],execute:function(){var h=":host{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}:host[hidden]{display:none}:host *,:host *::before,:host *::after{-webkit-box-sizing:border-box;box-sizing:border-box}.stzh-footer{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block;font-size:var(--stzh-font-pico-font-size);line-height:var(--stzh-font-pico-text-line-height);background-color:var(--stzh-color-white);padding:var(--stzh-space-xlarge) 0}.stzh-footer[hidden]{display:none}.stzh-footer *,.stzh-footer *::before,.stzh-footer *::after{-webkit-box-sizing:border-box;box-sizing:border-box}.stzh-footer stzh-link[slot=link],.stzh-footer stzh-link[slot=social-link],.stzh-footer stzh-link.stzh-footer__link{--color:var(--stzh-base-color);--text-decoration:none;--icon-wrapper-height:auto;--icon-size:var(--stzh-icon-size-large)}.stzh-footer stzh-link[slot=link] .stzh-link,.stzh-footer stzh-link[slot=social-link] .stzh-link,.stzh-footer stzh-link.stzh-footer__link .stzh-link{font-size:inherit}.stzh-footer stzh-link[slot=social-link]{margin-bottom:var(--stzh-space-xlarge)}@media screen and (min-width: 1024px){.stzh-footer stzh-link[slot=social-link]{margin-bottom:0;margin-right:var(--stzh-space-large)}}.stzh-footer stzh-link[slot=link]:not(:last-child){margin-bottom:var(--stzh-space-small)}@media screen and (min-width: 800px){.stzh-footer stzh-link[slot=link]:not(:last-child){margin-bottom:0;margin-right:var(--stzh-space-large)}}.stzh-footer__wrapper{margin:0 1.25rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width: 600px){.stzh-footer__wrapper{margin:0 2rem}}@media screen and (min-width: 1024px){.stzh-footer__wrapper{margin:0 2.5rem}}@media screen and (min-width: 1260px){.stzh-footer__wrapper{margin:0 5.5rem}}@media screen and (min-width: 1440px){.stzh-footer__wrapper{margin:0 auto;width:78.75rem}}@media screen and (min-width: 1024px){.stzh-footer__wrapper{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width: 1024px){.stzh-footer__links{margin-left:auto}}.stzh-footer__links,.stzh-footer__link-list,.stzh-footer slot-fb[name=link]:not([hidden]){display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width: 800px){.stzh-footer__links,.stzh-footer__link-list,.stzh-footer slot-fb[name=link]:not([hidden]){-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}}.stzh-footer__copyright:not(:empty)+.stzh-footer__link-list:not(:empty){margin-top:var(--stzh-space-small)}@media screen and (min-width: 800px){.stzh-footer__copyright:not(:empty)+.stzh-footer__link-list:not(:empty){margin-top:0;margin-left:var(--stzh-space-large)}}";var c=t("stzh_footer",function(){function t(t){var i=this;e(this,t);this.init=function(){var t=i.element.querySelector('stzh-link[slot="social-link"]');var e=i.element.querySelectorAll('stzh-link[slot="link"]');if(t){l(t,{icon:"social-media"})}e.forEach((function(t){t.setAttribute("role","listitem")}))};this.copyright=undefined;this.variant="default";this.mainUrl="https://www.stadt-zuerich.ch";this.localization=undefined}t.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var t,e;return __generator(this,(function(i){switch(i.label){case 0:if(typeof this.copyright==="undefined"){t=new Date;this.copyright="© ".concat(t.getFullYear()," Stadt Zürich")}if(!!this.localization)return[3,2];e=this;return[4,s(this.element,"footer")];case 1:e.localization=i.sent();i.label=2;case 2:return[2]}}))}))};t.prototype.connectedCallback=function(){this.init();this.observer=new MutationObserver(this.init);this.observer.observe(this.element,{childList:true,subtree:true})};t.prototype.disconnectedCallback=function(){this.observer.disconnect()};t.prototype.render=function(){var t=a(this.element,"link");var e=a(this.element,"social-link");var r={"stzh-footer":true,"stzh-footer--has-links":t,"stzh-footer--has-social-link":e};return i(n,null,i("footer",{class:r},i("div",{class:"stzh-footer__wrapper"},i("slot",{name:"social-link"}),i("div",{class:"stzh-footer__links"},this.copyright&&i("div",{class:"stzh-footer__copyright"},this.copyright),i("div",{class:"stzh-footer__link-list",role:"list"},i("slot",{name:"link"},this.variant==="egov"&&i(o,null,i("stzh-link",{slot:"link",target:"_blank",class:"stzh-footer__link",href:"".concat(this.mainUrl,"/").concat(this.localization.legalNoticeUrl)},this.localization.legalNoticeText),i("stzh-link",{slot:"link",target:"_blank",class:"stzh-footer__link",href:"".concat(this.mainUrl,"/").concat(this.localization.imprintUrl)},this.localization.imprintText),i("stzh-link",{class:"stzh-footer__link",slot:"link",target:"_blank",href:"".concat(this.mainUrl,"/").concat(this.localization.accessibilityUrl)},this.localization.accessibilityText))))))))};Object.defineProperty(t.prototype,"element",{get:function(){return r(this)},enumerable:false,configurable:true});return t}());c.style=h}}}));
@@ -1 +0,0 @@
1
- System.register([],(function(e){"use strict";return{execute:function(){e({c:r,g:t});var n=e("a",typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{});function t(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e["default"]:e}function r(e,n,t){return t={path:n,exports:{},require:function(e,n){return o()}},e(t,t.exports),t.exports}function o(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}}}}));
@@ -1 +0,0 @@
1
- var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function n(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function o(e,n,o){return e(o={path:n,exports:{},require:function(){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}()}},o.exports),o.exports}export{e as a,o as c,n as g}
@@ -1 +0,0 @@
1
- import{r as s,h as t,a as o,g as i}from"./p-7a4c6adb.js";import{s as a}from"./p-1f57d28e.js";const c=class{constructor(t){s(this,t),this.init=()=>{const s=this.element.querySelectorAll('stzh-button[slot="secondary"], [slot="secondary"] stzh-button'),t=this.element.querySelectorAll("stzh-button");s.forEach((s=>{a(s,{variant:"secondary"})})),t.forEach((s=>{s.setAttribute("role","listitem")}))},this.variant="form",this.withBorder=!1}connectedCallback(){this.init(),this.observer=new MutationObserver(this.init),this.observer.observe(this.element,{childList:!0,subtree:!0})}disconnectedCallback(){this.observer.disconnect()}render(){return t(o,null,t("div",{class:{"stzh-actions":!0,"stzh-actions--with-border":this.withBorder,[`stzh-actions--${this.variant}`]:!!this.variant}},t("div",{class:"stzh-actions__actions",role:"list"},t("div",{class:"stzh-actions__secondary-actions"},t("slot",{name:"secondary"})),t("div",{class:"stzh-actions__primary-actions"},t("slot",{name:"primary"})))))}get element(){return i(this)}};c.style=".sc-stzh-actions-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-actions-h{display:none}.sc-stzh-actions-h *.sc-stzh-actions,.sc-stzh-actions-h *.sc-stzh-actions::before,.sc-stzh-actions-h *.sc-stzh-actions::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-actions-h .sc-stzh-actions-s>[slot=primary],.sc-stzh-actions-h .sc-stzh-actions-s>[slot=secondary]{-ms-flex-positive:1;flex-grow:1;margin:var(--stzh-space-xxsmall)}.stzh-actions__actions.sc-stzh-actions{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:calc(var(--stzh-space-xxsmall) * -1)}@media screen and (min-width: 600px){.stzh-actions__actions.sc-stzh-actions{-ms-flex-direction:row;flex-direction:row}}.stzh-actions__primary-actions.sc-stzh-actions,.stzh-actions__secondary-actions.sc-stzh-actions{display:-ms-flexbox;display:flex}.stzh-actions--dialog.sc-stzh-actions .stzh-actions__actions.sc-stzh-actions{-ms-flex-pack:end;justify-content:flex-end}.stzh-actions--process.sc-stzh-actions .stzh-actions__actions.sc-stzh-actions{-ms-flex-pack:justify;justify-content:space-between}.stzh-actions--with-border.sc-stzh-actions{padding-top:var(--stzh-space-medium);border-top:0.0625rem solid var(--stzh-base-border-color)}";export{c as stzh_actions}
@@ -1 +0,0 @@
1
- import{r as o,h as l,a as t}from"./p-7a4c6adb.js";const r=class{constructor(l){o(this,l)}render(){return l(t,null,l("div",{class:"stzh-icon-sprite"},l("div",{innerHTML:'<svg width="0" height="0" style="position:absolute"><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-alarm-bell" xmlns="http://www.w3.org/2000/svg"><path d="M12 3.5v-2m0 2a7.5 7.5 0 017.5 7.5c0 7.046 1.5 8.5 1.5 8.5H3s1.5-2.166 1.5-8.5A7.5 7.5 0 0112 3.5zm2 16v1a2 2 0 01-4 0v-1" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-angle-down" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 9.375l4.498 5.25 4.502-5.25" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-angle-left" xmlns="http://www.w3.org/2000/svg"><path d="M14.625 7.502L9.375 12l5.25 4.502" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-angle-right" xmlns="http://www.w3.org/2000/svg"><path d="M9.75 7.502L15 12l-5.25 4.502" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-angle-up" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 15l4.498-5.25L16.5 15" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-archive-box" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 10.5A1.5 1.5 0 0115 12H9a1.5 1.5 0 01-1.5-1.5M.75 3h22.5v4.5H.75V3zm1.5 4.5h19.5V21H2.25V7.5z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-arrow-down" xmlns="http://www.w3.org/2000/svg"><path d="M12 18.75l-.353.354a.5.5 0 00.707 0l-.353-.354zm.5-13.5a.5.5 0 10-1 0h1zm5.104 8.604a.5.5 0 00-.708-.707l.708.707zm-10.5-.708a.5.5 0 00-.708.708l.708-.708zM12.5 18.75V5.25h-1v13.5h1zm4.395-5.604l-5.249 5.25.707.707 5.25-5.25-.708-.707zm-4.542 5.25l-5.25-5.25-.708.708 5.251 5.25.707-.708z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-arrow-left" xmlns="http://www.w3.org/2000/svg"><path d="M5.25 12l-.354.353a.5.5 0 010-.707l.354.353zm13.5-.5a.5.5 0 110 1v-1zm-8.604-5.104a.5.5 0 11.707.708l-.707-.708zm.708 10.5a.5.5 0 01-.708.707l.708-.707zM5.25 11.5h13.5v1H5.25v-1zm5.604-4.395l-5.25 5.249-.708-.707 5.25-5.25.707.708zm-5.25 4.542l5.25 5.25-.708.707-5.25-5.25.708-.707z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-arrow-left-circle" xmlns="http://www.w3.org/2000/svg"><path d="M6.25 12l-.354.353a.5.5 0 010-.707l.354.353zm10.5-.5a.5.5 0 110 1v-1zm-5.604-5.104a.5.5 0 11.707.708l-.707-.708zm.708 10.5a.5.5 0 01-.708.707l.708-.707zM6.25 11.5h10.5v1H6.25v-1zm5.604-4.395l-5.25 5.249-.708-.707 5.25-5.25.707.708zm-5.25 4.542l5.25 5.25-.708.707-5.25-5.25.708-.707z" fill="currentColor"/><path d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-arrow-right" xmlns="http://www.w3.org/2000/svg"><path d="M18.75 12l.354.353a.5.5 0 000-.707l-.354.353zm-13.5-.5a.5.5 0 100 1v-1zm8.604-5.104a.5.5 0 10-.707.708l.707-.708zm-.708 10.5a.5.5 0 00.708.707l-.708-.707zM18.75 11.5H5.25v1h13.5v-1zm-5.604-4.395l5.25 5.249.707-.707-5.25-5.25-.707.708zm5.25 4.542l-5.25 5.25.708.707 5.25-5.25-.708-.707z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-arrow-right-long" xmlns="http://www.w3.org/2000/svg"><path d="M23.5 12l.354.353a.5.5 0 000-.707l-.354.353zM1 11.5a.5.5 0 100 1v-1zm17.604-5.104a.5.5 0 10-.707.708l.707-.708zm-.708 10.5a.5.5 0 00.708.707l-.708-.707zM23.5 11.5H1v1h22.5v-1zm-5.604-4.395l5.25 5.249.707-.707-5.25-5.25-.707.708zm5.25 4.542l-5.25 5.25.708.707 5.25-5.25-.708-.707z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-arrow-up" xmlns="http://www.w3.org/2000/svg"><path d="M12 5.25l.353-.354a.5.5 0 00-.707 0l.353.354zm-.5 13.5a.5.5 0 101 0h-1zm-5.104-8.604a.5.5 0 10.708.707l-.708-.707zm10.5.708a.5.5 0 00.707-.708l-.707.708zM11.5 5.25v13.5h1V5.25h-1zm-4.395 5.604l5.249-5.25-.707-.708-5.25 5.25.708.707zm4.542-5.25l5.25 5.25.707-.708-5.25-5.25-.707.708z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-bulleted-list" xmlns="http://www.w3.org/2000/svg"><path d="M8 5h14M8 12h14M8 19h14M5 5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm0 7a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm0 7a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-calendar" xmlns="http://www.w3.org/2000/svg"><path d="M3 5v-.5h-.5V5H3zm18 0h.5v-.5H21V5zm0 16v.5h.5V21H21zM3 21h-.5v.5H3V21zm15-3v.5h.5V18H18zM6 18h-.5v.5H6V18zm0-8v-.5h-.5v.5H6zm12 0h.5v-.5H18v.5zm-5.5-7a.5.5 0 00-1 0h1zm-1 3.79a.5.5 0 001 0h-1zM8.312 3a.5.5 0 00-1 0h1zm-1 3.79a.5.5 0 001 0h-1zM16.688 3a.5.5 0 00-1 0h1zm-1 3.79a.5.5 0 001 0h-1zM3 5.5h18v-1H3v1zM20.5 5v16h1V5h-1zm.5 15.5H3v1h18v-1zM3.5 21V5h-1v16h1zM18 17.5H6v1h12v-1zM6.5 18v-8h-1v8h1zM6 10.5h12v-1H6v1zm11.5-.5v8h1v-8h-1zm-6-7v3.79h1V3h-1zM7.312 3v3.79h1V3h-1zm8.376 0v3.79h1V3h-1z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-cart" xmlns="http://www.w3.org/2000/svg"><path d="M.75 2.25H4.5l3.75 15h12l3-9H6m4.125 12a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm9.75 0a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-checkmark" xmlns="http://www.w3.org/2000/svg"><path d="M2 11.333l7 7.334L22 5.333" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-checkmark-circle" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.667l3.5 3.666L17 8.667M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-clock" xmlns="http://www.w3.org/2000/svg"><path d="M12 5v7l4.5 3m5.5-3c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-close" xmlns="http://www.w3.org/2000/svg"><path d="M19 19L5 5m14 .001L5 19 19 5.001z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-close-circle" xmlns="http://www.w3.org/2000/svg"><path d="M16.444 7.556l-8.888 8.888m8.888 0L7.556 7.556M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 20" id="stzh-icon-code-window" xmlns="http://www.w3.org/2000/svg"><path d="M23.25 5.5V1H.75v4.5m22.5 0H.75m22.5 0V19H.75V5.5m13.5 3.75l2.625 3-2.625 3m-4.5-6l-2.625 3 2.625 3m-6.375-12a.375.375 0 11-.75 0 .375.375 0 01.75 0zM6 3.25a.375.375 0 11-.75 0 .375.375 0 01.75 0zm2.625 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-compass-direction" xmlns="http://www.w3.org/2000/svg"><path d="M9.667 9.667l-2.334 7 7-2.334M9.667 9.667l7-2.334-2.334 7M9.667 9.667l4.666 4.666M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-compass-north" xmlns="http://www.w3.org/2000/svg"><path d="M12 21a9 9 0 100-18 9 9 0 000 18z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.313 12L12 9.75 10.687 12a1.463 1.463 0 00-.187.75 1.5 1.5 0 103 0 1.463 1.463 0 00-.188-.75z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-construction" xmlns="http://www.w3.org/2000/svg"><path d="M3.933 15.667l-.353-.354a.5.5 0 00-.147.354h.5zM3.433 23a.5.5 0 001 0h-1zm17.134-7.333a.5.5 0 00-1 0h1zm-1 7.333a.5.5 0 101 0h-1zM8.687 5.754a.5.5 0 10-.707-.707l.707.707zM.647 12.38a.5.5 0 10.707.707l-.708-.707zm13.907-6.626a.5.5 0 00-.708-.707l.708.707zm5.866 0a.5.5 0 10-.707-.707l.707.707zm-10.974 9.56a.5.5 0 10.708.706l-.708-.707zm13.908-6.627a.5.5 0 00-.708-.707l.708.707zm-8.04 6.626a.5.5 0 00.706.707l-.707-.707zM1.977 5.9h20.044v-1H1.978v1zm20.522.478v8.31h1v-8.31h-1zm-.478 8.789H1.978v1h20.044v-1zM1.5 14.689V6.378h-1v8.31h1zm.478.478a.478.478 0 01-.478-.478h-1c0 .816.662 1.478 1.478 1.478v-1zm20.522-.478a.478.478 0 01-.478.478v1c.816 0 1.478-.662 1.478-1.478h-1zM22.022 5.9c.264 0 .478.214.478.478h1c0-.816-.662-1.478-1.478-1.478v1zm-20.044-1C1.162 4.9.5 5.562.5 6.378h1c0-.264.214-.478.478-.478v-1zm1.455 10.767V23h1v-7.333h-1zm16.134 0V23h1v-7.333h-1zM6.133 4.433c1.086 0 1.967-.88 1.967-1.966h-1a.967.967 0 01-.967.966v1zM8.1 2.467C8.1 1.38 7.22.5 6.133.5v1c.534 0 .967.433.967.967h1zM6.133.5c-1.086 0-1.966.88-1.966 1.967h1c0-.534.432-.967.966-.967v-1zM4.167 2.467c0 1.086.88 1.966 1.966 1.966v-1a.967.967 0 01-.966-.966h-1zm13.7 1.966c1.086 0 1.966-.88 1.966-1.966h-1a.967.967 0 01-.966.966v1zm1.966-1.966c0-1.086-.88-1.967-1.966-1.967v1c.534 0 .966.433.966.967h1zM17.867.5C16.78.5 15.9 1.38 15.9 2.467h1c0-.534.433-.967.967-.967v-1zM15.9 2.467c0 1.086.88 1.966 1.967 1.966v-1a.967.967 0 01-.967-.966h-1zm-7.92 2.58L.646 12.38l.708.707 7.333-7.333-.707-.707zm5.866 0L3.58 15.313l.707.707L14.554 5.754l-.708-.707zm5.867 0L9.446 15.313l.708.707L20.42 5.754l-.707-.707zm2.933 2.933l-7.333 7.333.707.707 7.334-7.333-.708-.707z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-copy" xmlns="http://www.w3.org/2000/svg"><path d="M6.667 17.333H2V2h15.333v4.667m-10.666 0H22V22H6.667V6.667z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-delete" xmlns="http://www.w3.org/2000/svg"><path d="M2 5h20M8 4.99V2h8v3m-4 4v9M8 9v9m8-9v9m4-13v17H4V5h16z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-download" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 15v6h19v-6m-9.5.75V2.25m0 13.5l5.25-5.25M12 15.75L6.75 10.5" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-drag" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bbclip0_1639_22515)"><path d="M9 19.5l3 3.375m0 0l3-3.375m-3 3.375V13.5m-3-9l3-3.375m0 0L15 4.5m-3-3.375V10.5m-8.25 0h16.5m-16.5 3h16.5" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="bbclip0_1639_22515"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-edit" xmlns="http://www.w3.org/2000/svg"><path d="M20.015 7.984l.286-.286c1.104-1.104.82-2.609-.286-3.713-1.105-1.104-2.61-1.39-3.714-.285l-.286.285m2.251 5.749l1.75-1.75m-1.75 1.75L8.231 19.768M18.266 9.734l-4-4m1.75-1.75l-1.75 1.75m0 0L4.233 15.77m3.999 3.999L3 21l1.232-5.231m3.999 3.999l-4-4" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-email-check" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bdclip0_1638_23310)"><path d="M12 18H.75V4.5m0 0H21M.75 4.5l10.125 7.725L21 4.5m0 0v8.625M19.875 16.5l-3 3-1.5-1.5m7.875-.375a5.625 5.625 0 11-11.25 0 5.625 5.625 0 0111.25 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="bdclip0_1638_23310"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-expand" xmlns="http://www.w3.org/2000/svg"><path d="M10.095 13.905L2 22m0 0h5.714M2 22v-5.714M22 2l-8.095 8.095M22 2h-5.714M22 2v5.714" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-external-link" xmlns="http://www.w3.org/2000/svg"><path d="M14 22h8V2H2v7M11 20v-7m0 0H4m7 0l-9 9" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-facebook" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bgclip0_1639_22430)"><path d="M14.742 5.039h2.883V.75h-3.41c-4.113.176-4.957 2.496-5.027 4.922v2.145H6.375V12h2.813v11.25h4.218V12h3.48l.669-4.183h-4.149V6.516a1.39 1.39 0 011.336-1.477v0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="bgclip0_1639_22430"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-facebook-comment" xmlns="http://www.w3.org/2000/svg"><path d="M5 2a4 4 0 00-4 4v8a4 4 0 004 4h2.75v4l4.5-4H19a4 4 0 004-4V6a4 4 0 00-4-4H5z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-file" xmlns="http://www.w3.org/2000/svg"><path d="M14 1.5v6h6m-6-6l6 6m-6-6H4v21h16v-15" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-filtering" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 19.375a.5.5 0 100 1v-1zm10-7H13h.5zm6.25.5a.5.5 0 000-1v1zm-16.25-1a.5.5 0 100 1v-1zm2.5-7h-.5.5zm13.75.5a.5.5 0 000-1v1zM19.125 18v-.5.5zM21 19.875h-.5.5zm-1.875 1.875v-.5.5zM4.125 3v-.5.5zm0 3.75v-.5.5zM2.25 4.875h-.5.5zm9.375 5.625V10v.5zm0 3.75v-.5.5zM3.5 20.375h13.75v-1H3.5v1zm10-7.5h6.25v-1H13.5v1zm-10 0h6.25v-1H3.5v1zm2.5-7.5h13.75v-1H6v1zM19.125 18.5c.76 0 1.375.616 1.375 1.375h1a2.375 2.375 0 00-2.375-2.375v1zm1.375 1.375c0 .76-.616 1.375-1.375 1.375v1a2.375 2.375 0 002.375-2.375h-1zm-1.375 1.375c-.76 0-1.375-.616-1.375-1.375h-1a2.375 2.375 0 002.375 2.375v-1zm-1.375-1.375c0-.76.616-1.375 1.375-1.375v-1a2.375 2.375 0 00-2.375 2.375h1zM4.125 3.5c.76 0 1.375.616 1.375 1.375h1A2.375 2.375 0 004.125 2.5v1zM5.5 4.875c0 .76-.616 1.375-1.375 1.375v1A2.375 2.375 0 006.5 4.875h-1zM4.125 6.25c-.76 0-1.375-.616-1.375-1.375h-1A2.375 2.375 0 004.125 7.25v-1zM2.75 4.875c0-.76.616-1.375 1.375-1.375v-1A2.375 2.375 0 001.75 4.875h1zM11.625 11c.76 0 1.375.616 1.375 1.375h1A2.375 2.375 0 0011.625 10v1zM13 12.375c0 .76-.616 1.375-1.375 1.375v1A2.375 2.375 0 0014 12.375h-1zm-1.375 1.375c-.76 0-1.375-.615-1.375-1.375h-1a2.375 2.375 0 002.375 2.375v-1zm-1.375-1.375c0-.76.616-1.375 1.375-1.375v-1a2.375 2.375 0 00-2.375 2.375h1z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-flag" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bkclip0_1639_22503)"><path d="M3 1.425C7.987-1.05 14.887 4.238 21 1.5v11.25c-5.887 2.888-13.012-2.437-18 .038M3 23.25V1.125" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="bkclip0_1639_22503"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-focus" xmlns="http://www.w3.org/2000/svg"><path d="M8.333 22H2v-6.333m20 0V22h-6.333m0-20H22v6.333m-20 0V2h6.333M6 6h12v12H6V6z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-gear" xmlns="http://www.w3.org/2000/svg"><path d="M19.946 13.745l-.494-.076a.5.5 0 00.146.435l.348-.359zm0-2.49l-.347-.36a.5.5 0 00-.147.437l.494-.077zm1.79-1.73l.347.36-.347-.36zm.108-.776l.434-.25-.433.25zm-1.73-2.997l-.433.25.433-.25zm-.726-.293l-.138-.48.138.48zm-2.443.7l-.308.394a.5.5 0 00.446.086l-.138-.48zm-2.088-1.18l-.485.122a.5.5 0 00.307.345l.178-.467zm-.625-2.497l-.485.121.485-.121zM13.616 2l.001-.5V2zm-3.46 0v.5V2zm-.618.482l-.485-.121.485.121zM8.891 5.07l.193.461a.5.5 0 00.292-.34l-.485-.121zM6.983 6.2l-.138.48a.5.5 0 00.45-.089L6.982 6.2zm-2.599-.743l-.137.48.137-.48zm-.726.293l-.433-.25.433.25zM1.928 8.75l.433.25-.433-.25zm.108.776l.348-.36-.348.36zm1.978 1.912l.496.068a.5.5 0 00-.148-.427l-.348.36zm0 2.127l.348.36a.5.5 0 00.148-.428l-.496.068zm-1.978 1.911l-.347-.36.347.36zm-.109.776l-.433.25.433-.25zm1.73 2.997l.434-.25-.433.25zm.727.293l-.137-.48.137.48zm2.599-.741l.312-.39a.5.5 0 00-.45-.09l.138.48zm1.909 1.131l.485-.121a.5.5 0 00-.292-.34l-.193.461zm.647 2.588l-.486.121v.001l.486-.122zm.617.481v-.5.5zm3.46 0v.5h.001V23zm.616-.482l.485.121-.485-.12zm.624-2.495l-.178-.467a.5.5 0 00-.307.346l.485.121zm2.088-1.18l.138-.48a.5.5 0 00-.446.087l.308.393zm2.443.7l-.138.481.138-.48zm.726-.293L19.68 19l.433.25zm1.73-2.997l.433.25-.433-.25zm-.109-.776l-.348.36.348-.36zM16.042 12.5a4.05 4.05 0 01-4.05 4.05v1a5.05 5.05 0 005.05-5.05h-1zm-4.05 4.05a4.05 4.05 0 01-4.05-4.05h-1a5.05 5.05 0 005.05 5.05v-1zm-4.05-4.05a4.05 4.05 0 014.05-4.05v-1a5.05 5.05 0 00-5.05 5.05h1zm4.05-4.05a4.05 4.05 0 014.05 4.05h1a5.05 5.05 0 00-5.05-5.05v1zm8.448 5.372a8.607 8.607 0 000-2.644l-.988.153c.12.775.12 1.563 0 2.338l.988.153zm-.146-2.208l1.79-1.73-.696-.718-1.79 1.73.696.718zm1.79-1.73c.181-.176.3-.408.335-.659l-.99-.139a.136.136 0 01-.04.08l.694.719zm.335-.659a1.137 1.137 0 00-.141-.726l-.866.5a.136.136 0 01.016.087l.99.14zm-.142-.726l-1.73-2.997-.866.5L21.411 9l.866-.5zm-1.73-2.997a1.136 1.136 0 00-.558-.485l-.375.927a.136.136 0 01.067.058l.866-.5zm-.558-.485a1.137 1.137 0 00-.739-.039l.276.961a.136.136 0 01.088.005l.375-.927zm-.739-.039l-2.442.7.275.961 2.443-.7-.276-.96zm-1.997.787a8.535 8.535 0 00-2.217-1.253l-.357.934a7.534 7.534 0 011.958 1.107l.616-.788zm-1.91-.907l-.626-2.497-.97.242.625 2.498.97-.243zm-.626-2.497a1.136 1.136 0 00-.402-.62l-.616.788c.024.019.04.045.048.074l.97-.242zm-.402-.62c-.199-.156-.445-.24-.698-.241l-.002 1c.03 0 .06.01.084.029l.616-.788zm-.699-.241h-3.46v1h3.46v-1zm-3.46 0c-.254 0-.5.085-.7.24l.616.789a.136.136 0 01.084-.029v-1zm-.7.24c-.2.157-.341.375-.403.62l.97.243a.136.136 0 01.049-.074l-.616-.788zm-.403.62L8.406 4.95l.97.242.647-2.588-.97-.242zM8.698 4.61a8.542 8.542 0 00-2.027 1.2l.623.782a7.541 7.541 0 011.79-1.06l-.386-.922zM7.12 5.719l-2.598-.743-.275.961 2.598.744.275-.962zm-2.598-.743a1.136 1.136 0 00-.739.039l.375.927a.136.136 0 01.089-.005l.275-.961zm-.739.039a1.136 1.136 0 00-.558.485l.866.5a.136.136 0 01.067-.058l-.375-.927zm-.558.485L1.495 8.5l.866.5L4.09 6l-.866-.5zm-1.73 2.998c-.127.22-.177.476-.142.727l.99-.139A.136.136 0 012.361 9l-.866-.5zm-.142.727c.035.251.153.483.336.66l.695-.72a.136.136 0 01-.04-.079l-.99.139zm.336.66l1.978 1.912.695-.719-1.978-1.912-.695.719zm1.83 1.485a8.378 8.378 0 000 2.261l.99-.135c-.09-.66-.09-1.33 0-1.991l-.99-.135zm.148 1.834l-1.978 1.912.695.719 1.978-1.912-.695-.719zm-1.978 1.912c-.182.176-.3.408-.336.659l.99.139a.137.137 0 01.04-.08l-.694-.718zm-.336.659c-.035.25.015.506.141.726l.866-.5a.136.136 0 01-.016-.087l-.99-.14zm.141.726l1.73 2.997.867-.5L2.36 16l-.867.5zm1.73 2.997c.127.22.324.39.559.485l.375-.927a.136.136 0 01-.067-.058l-.866.5zm.559.485c.235.095.495.109.739.039l-.276-.961a.137.137 0 01-.088-.005l-.375.927zm.738.04l2.599-.742-.274-.962-2.6.742.275.961zm2.15-.832c.617.492 1.3.897 2.028 1.201l.386-.922a7.536 7.536 0 01-1.79-1.06l-.624.78zm1.736.861l.646 2.588.97-.242-.646-2.588-.97.242zm.647 2.59c.061.245.203.462.403.618l.615-.789a.136.136 0 01-.049-.074l-.97.244zm.403.618c.2.156.445.24.699.24v-1c-.03 0-.06-.01-.084-.029l-.615.789zm.699.24h3.46v-1h-3.46v1zm3.461 0c.253 0 .499-.085.698-.241l-.616-.788a.136.136 0 01-.084.029l.002 1zm.698-.241c.2-.156.341-.374.402-.62l-.97-.242a.136.136 0 01-.048.074l.616.788zm.402-.62l.624-2.494-.97-.243-.624 2.495.97.242zm.317-2.149a8.532 8.532 0 002.218-1.253l-.616-.787a7.534 7.534 0 01-1.958 1.106l.356.934zm1.772-1.166l2.443.7.275-.961-2.442-.7-.276.961zm2.443.7c.244.07.504.056.739-.039l-.375-.927a.137.137 0 01-.089.005l-.275.961zm.739-.039c.235-.095.431-.266.558-.485l-.866-.5a.136.136 0 01-.067.058l.375.927zm.558-.485l1.73-2.997-.866-.5L19.68 19l.866.5zm1.73-2.997c.127-.22.177-.475.141-.726l-.99.139a.136.136 0 01-.017.087l.866.5zm.141-.726a1.137 1.137 0 00-.335-.66l-.695.72a.137.137 0 01.04.079l.99-.14zm-.335-.659l-1.788-1.732-.696.719 1.788 1.731.696-.718z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-heart" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bnclip0_1638_23252)"><path d="M17.625 1.875c-2.437 0-4.837 1.575-5.625 3.75-.787-2.175-3.187-3.75-5.625-3.75A5.625 5.625 0 00.75 7.5c0 4.875 4.125 9.75 11.25 14.625 7.125-4.875 11.25-9.75 11.25-14.625a5.625 5.625 0 00-5.625-5.625v0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="bnclip0_1638_23252"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-home" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#boclip0_1638_23251)"><path d="M12 1.5L.935 12.839A.094.094 0 001 13l3 .012V23h5.375v-6h5.25v6H20v-9.988h3a.094.094 0 00.092-.114.094.094 0 00-.027-.047L12 1.5z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="boclip0_1638_23251"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-important-warning" xmlns="http://www.w3.org/2000/svg"><path d="M12 2l.441-.235a.5.5 0 00-.883 0L12 2zM1.5 21.75l-.441-.235a.5.5 0 00.441.735v-.5zm21 0v.5a.5.5 0 00.442-.735l-.442.235zm-11-7.375a.5.5 0 001 0h-1zm1-5a.5.5 0 00-1 0h1zm-.941-7.61l-10.5 19.75.882.47 10.5-19.75-.883-.47zM1.5 22.25h21v-1h-21v1zm21.442-.735l-10.5-19.75-.883.47 10.5 19.75.883-.47zM12.5 14.375v-5h-1v5h1zM12.25 18a.25.25 0 01-.25.25v1c.69 0 1.25-.56 1.25-1.25h-1zm-.25.25a.25.25 0 01-.25-.25h-1c0 .69.56 1.25 1.25 1.25v-1zm-.25-.25a.25.25 0 01.25-.25v-1c-.69 0-1.25.56-1.25 1.25h1zm.25-.25a.25.25 0 01.25.25h1c0-.69-.56-1.25-1.25-1.25v1z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-info-help" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 10.75H12V18m-1.5.003h3M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-9.625-4.875a.75.75 0 11-1.5 0 .75.75 0 011.5 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-instagram" xmlns="http://www.w3.org/2000/svg"><path d="M7.333 2.5h9.334v-1H7.333v1zM21.5 7.333v9.334h1V7.333h-1zM16.667 21.5H7.333v1h9.334v-1zM2.5 16.667V7.333h-1v9.334h1zM7.333 21.5A4.833 4.833 0 012.5 16.667h-1A5.833 5.833 0 007.333 22.5v-1zM21.5 16.667a4.833 4.833 0 01-4.833 4.833v1a5.833 5.833 0 005.833-5.833h-1zM16.667 2.5A4.833 4.833 0 0121.5 7.333h1A5.833 5.833 0 0016.667 1.5v1zm-9.334-1A5.833 5.833 0 001.5 7.333h1A4.833 4.833 0 017.333 2.5v-1zM12 16.945A4.945 4.945 0 0016.945 12h-1A3.944 3.944 0 0112 15.944v1zM16.945 12A4.945 4.945 0 0012 7.056v1A3.944 3.944 0 0115.944 12h1zM12 7.056A4.944 4.944 0 007.056 12h1A3.944 3.944 0 0112 8.056v-1zM7.056 12A4.944 4.944 0 0012 16.945v-1A3.944 3.944 0 018.056 12h-1zm10.977-6.089c0-.03.025-.055.056-.055v1a.944.944 0 00.944-.945h-1zm.056-.055c.03 0 .056.024.056.055h-1c0 .522.422.945.944.945v-1zm.056.055c0 .03-.025.056-.056.056v-1a.944.944 0 00-.944.944h1zm-.056.056a.056.056 0 01-.056-.056h1a.944.944 0 00-.944-.944v1z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-like-hand" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bsclip0_1638_23490)"><path d="M6.75 20.25h.75c1.5 0 4.5 1.5 6 1.5h6a1.5 1.5 0 100-3h.75a1.5 1.5 0 100-3H21a1.5 1.5 0 100-3h.75a1.5 1.5 0 100-3h-7.5c.501-2.215.753-4.479.75-6.75a1.5 1.5 0 10-3 0s-.675 7.463-5.25 8.175M.75 22.5l6-.75v-12h-6V22.5zm3.375-3.75a.375.375 0 11-.75 0 .375.375 0 01.75 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="bsclip0_1638_23490"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-linkedin" xmlns="http://www.w3.org/2000/svg"><path d="M1.154 8.374h4.57v13.817h-4.57V8.374zM17.52 7.917c-2.004 0-3.2.738-4.465 2.355V8.374h-4.57v13.817h4.605v-7.489c0-1.582.808-3.129 2.636-3.129 1.829 0 2.918 1.547 2.918 3.094v7.524h4.606v-7.84c0-5.45-3.692-6.434-5.73-6.434zM3.457 1.66C1.946 1.66.75 2.75.75 4.084c0 1.336 1.196 2.426 2.707 2.426 1.512 0 2.707-1.09 2.707-2.426S4.97 1.66 3.457 1.66z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-list-expanded" xmlns="http://www.w3.org/2000/svg"><path d="M2 4a1 1 0 011-1h18a1 1 0 011 1v2a1 1 0 01-1 1H3a1 1 0 01-1-1V4zm0 7a1 1 0 011-1h18a1 1 0 011 1v2a1 1 0 01-1 1H3a1 1 0 01-1-1v-2zM2 18a1 1 0 011-1h18a1 1 0 011 1v2a1 1 0 01-1 1H3a1 1 0 01-1-1v-2z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-list-shrinked" xmlns="http://www.w3.org/2000/svg"><path d="M2 4h20M2 8h20M2 12h20M2 16h20M2 20h20" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-lock" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bwclip0_7292_54411)"><path d="M7.125 11.25V5.625a4.875 4.875 0 119.75 0v5.625M12 15.375v3.75M3.75 11.25h16.5v12H3.75v-12z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="bwclip0_7292_54411"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-mail" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bxclip0_1638_23276)"><path d="M.75 4.5V4a.5.5 0 00-.5.5h.5zM12 14.775l-.337.37a.5.5 0 00.674 0l-.337-.37zM23.25 4.5h.5a.5.5 0 00-.5-.5v.5zm0 15v.5a.5.5 0 00.5-.5h-.5zm-22.5 0h-.5a.5.5 0 00.5.5v-.5zM.413 4.87l11.25 10.274.674-.738L1.087 4.13l-.674.738zm11.924 10.274L23.587 4.87l-.674-.738-11.25 10.275.674.738zM.75 5h22.5V4H.75v1zm22-.5v15h1v-15h-1zm.5 14.5H.75v1h22.5v-1zm-22 .5v-15h-1v15h1z" fill="currentColor"/></g><defs><clipPath id="bxclip0_1638_23276"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-map" xmlns="http://www.w3.org/2000/svg"><path d="M8.667 6v15m0-15L2 3v15l6.667 3m0-15l6.666-3M8.667 21l6.666-3m0-15v15m0-15L22 6v15l-6.667-3" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-menu" xmlns="http://www.w3.org/2000/svg"><path d="M4 6h16M4 12h16M4 18h16" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-minus" xmlns="http://www.w3.org/2000/svg"><path d="M21 12H3" stroke="currentColor" stroke-width=".75" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-more-horizontal" xmlns="http://www.w3.org/2000/svg"><path d="M6 13.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM18 13.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM12 13.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-more-vertical" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 18a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM13.5 6a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM13.5 12a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-paper-clip" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#cdclip0_1639_22508)"><path d="M14.25 15V9a2.25 2.25 0 00-4.5 0v10.5a3.75 3.75 0 007.5 0V6a5.25 5.25 0 10-10.5 0v9" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="cdclip0_1639_22508"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-phone" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#ceclip0_1638_23476)"><path d="M21.888 17.495L18.07 15a1.762 1.762 0 00-2.386.477c-.881 1.064-1.946 2.826-5.947-1.174S7.46 9.202 8.525 8.32a1.761 1.761 0 00.478-2.385L6.506 2.119c-.33-.477-.77-1.247-1.798-1.1C3.68 1.164 1 2.668 1 5.971c0 3.303 2.606 7.34 6.167 10.9C10.728 20.432 14.766 23 18.033 23c3.267 0 4.846-2.936 4.956-3.67.11-.734-.624-1.504-1.101-1.835z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="ceclip0_1638_23476"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-pin" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#cfclip0_1638_23248)" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"><path d="M12 .75a7.5 7.5 0 00-7.5 7.5C4.5 15 12 22.875 12 22.875S19.5 15 19.5 8.25A7.5 7.5 0 0012 .75z"/><path d="M12 11.25a3 3 0 100-6 3 3 0 000 6z"/></g><defs><clipPath id="cfclip0_1638_23248"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-pin-location" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#cgclip0_1639_22514)"><path d="M6 23.25L18 18m0 5.25L6 18M12 .75a6 6 0 00-6 6.038c0 5.437 6 10.875 6 10.875s6-5.475 6-10.875A6.001 6.001 0 0012 .75zm2.25 6a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="cgclip0_1639_22514"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-play" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#chclip0_1638_23297)"><path d="M3 1l19 11L3 23V1z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="chclip0_1638_23297"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-play-1" xmlns="http://www.w3.org/2000/svg"><path d="M9.333 7.333l8 4.667-8 4.667V7.333z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-play-button" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#cjclip0_1638_23302)" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"><path d="M19.35 4.5H4.65a3.9 3.9 0 00-3.9 3.9v7.2a3.9 3.9 0 003.9 3.9h14.7a3.9 3.9 0 003.9-3.9V8.4a3.9 3.9 0 00-3.9-3.9z"/><path d="M9 8.25v7.5L16.5 12 9 8.25z"/></g><defs><clipPath id="cjclip0_1638_23302"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-plus" xmlns="http://www.w3.org/2000/svg"><path d="M12 3v18m9-9H3" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-portfolio-grid" xmlns="http://www.w3.org/2000/svg"><path d="M3 4a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1V4zM10 4a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1h-2a1 1 0 01-1-1V4zM17 4a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1h-2a1 1 0 01-1-1V4zM3 11a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2zM10 11a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1h-2a1 1 0 01-1-1v-2zM17 11a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1h-2a1 1 0 01-1-1v-2zM3 18a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2zM10 18a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1h-2a1 1 0 01-1-1v-2zM17 18a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1h-2a1 1 0 01-1-1v-2z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-print" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#cmclip0_1638_23265)"><path d="M4.75 7.5a.5.5 0 101 0h-1zm.5-6V1a.5.5 0 00-.5.5h.5zm13.5 0h.5a.5.5 0 00-.5-.5v.5zm-.5 6a.5.5 0 001 0h-1zm-13 10.25a.5.5 0 100-1v1zm-4.5-.5h-.5a.5.5 0 00.5.5v-.5zm0-9.75V7a.5.5 0 00-.5.5h.5zm22.5 0h.5a.5.5 0 00-.5-.5v.5zm0 9.75v.5a.5.5 0 00.5-.5h-.5zm-4.5-.5a.5.5 0 000 1v-1zM5.25 13.5V13a.5.5 0 00-.5.5h.5zm13.5 0h.5a.5.5 0 00-.5-.5v.5zm0 9v.5a.5.5 0 00.5-.5h-.5zm-13.5 0h-.5a.5.5 0 00.5.5v-.5zM18.75 10a.5.5 0 000 1v-1zm1.5 1a.5.5 0 100-1v1zm-12 5a.5.5 0 000 1v-1zm7.5 1a.5.5 0 100-1v1zm-7.5 2a.5.5 0 000 1v-1zm7.5 1a.5.5 0 100-1v1zm-10-12.5v-6h-1v6h1zM5.25 2h13.5V1H5.25v1zm13-.5v6h1v-6h-1zm-13 15.25H.75v1h4.5v-1zm-4 .5V7.5h-1v9.75h1zM.75 8h22.5V7H.75v1zm22-.5v9.75h1V7.5h-1zm.5 9.25h-4.5v1h4.5v-1zM5.25 14h13.5v-1H5.25v1zm13-.5v9h1v-9h-1zm.5 8.5H5.25v1h13.5v-1zm-13 .5v-9h-1v9h1zm13-11.5h1.5v-1h-1.5v1zm-10.5 6h7.5v-1h-7.5v1zm0 3h7.5v-1h-7.5v1zM4 10.5a.25.25 0 01-.25.25v1c.69 0 1.25-.56 1.25-1.25H4zm-.25.25a.25.25 0 01-.25-.25h-1c0 .69.56 1.25 1.25 1.25v-1zm-.25-.25a.25.25 0 01.25-.25v-1c-.69 0-1.25.56-1.25 1.25h1zm.25-.25a.25.25 0 01.25.25h1c0-.69-.56-1.25-1.25-1.25v1z" fill="currentColor"/></g><defs><clipPath id="cmclip0_1638_23265"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-question-help" xmlns="http://www.w3.org/2000/svg"><path d="M9.3 8.81c0-.961.735-2.51 2.823-2.51s2.51 1.876 2.51 2.51c0 .633-.196 1.363-1.352 2.519-1.155 1.155-1.314 1.755-1.314 2.304v.667M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11zm-10.25 4.925a.75.75 0 11-1.5 0 .75.75 0 011.5 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 20 20" id="stzh-icon-read-mail" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#coclip0_8173_36440)"><path d="M.625 8.75l6.225 4.357M.625 8.75L10 .937l9.375 7.813m-18.75 0v10.625m0 0l6.54-6.585c1.22-1.22 4.45-1.22 5.67 0l6.54 6.585m-18.75 0h18.75m0 0V8.75m0 0l-6.225 4.357" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="coclip0_8173_36440"><path fill="currentColor" d="M0 0h20v20H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-recycling" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#cpclip0_10250_80321)"><path d="M6.375.75L4.5 5.44m0 0l4.5.935M4.5 5.44a9.753 9.753 0 0113.685 1.685m5.065 7.126l-3.261-3.375m0 0L17.25 14.25m2.739-3.375a9.757 9.757 0 01-8.735 11.971m-8.629.404l4.498-.975m0 0L5.625 18m1.498 4.275a9.757 9.757 0 01-5.248-13.7" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="cpclip0_10250_80321"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-recycling-outline" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#cqclip0_10250_80320)" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"><path d="M23.25 12.75l-3.813-4.039-3.31 4.08 1.747 1.419.696-.858a7.844 7.844 0 01-7.152 6.906l.171 2.244a10.109 10.109 0 009.242-9.11l.86.89 1.559-1.532zM5.282 17.31l.35 1A7.807 7.807 0 013.9 8.824L1.911 7.772a10.055 10.055 0 002.885 12.754l-1.44.5.394 2.224 5.45-1.564-1.794-5.12-2.124.744zm11.689-9.727l1.772-1.426a10.045 10.045 0 00-7.93-3.907h-.001a10.106 10.106 0 00-3.302.63l.566-1.376L6 .73 3.77 6.24l5.439 1.137.457-2.2-1.026-.29a7.886 7.886 0 012.171-.388 7.85 7.85 0 016.16 3.083z"/></g><defs><clipPath id="cqclip0_10250_80320"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-reload" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#crclip0_1638_23272)"><path d="M20.528 10.553A8.626 8.626 0 015.87 17.724m14.658-7.171l2.722 3.697m-2.722-3.697L17.25 13.5M3.4 12.607a8.628 8.628 0 0114.667-7.082M3.4 12.607L.75 9m2.65 3.607L6.75 9.75" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="crclip0_1638_23272"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-reset" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#csclip0_1639_22467)"><path d="M3.813 13.105a9.756 9.756 0 112.794 5.787m-2.794-5.787L.75 8.625m3.063 4.48l4.057-3.73" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="csclip0_1639_22467"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-reset-time" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#ctclip0_1639_22462)"><path d="M3.812 13.105A9.75 9.75 0 1113.5 21.75m-9.688-8.645L.75 8.612m3.062 4.493l4.063-3.743m5.247-2.987v6.75h4.5" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="ctclip0_1639_22462"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-resize" xmlns="http://www.w3.org/2000/svg"><path d="M19.25 7.75a.5.5 0 100-1 .5.5 0 000 1zM7.25 19.75a.5.5 0 100-1 .5.5 0 000 1zM19.25 19.75a.5.5 0 100-1 .5.5 0 000 1zM13.25 19.75a.5.5 0 100-1 .5.5 0 000 1zM19.25 13.75a.5.5 0 100-1 .5.5 0 000 1zM13.25 13.75a.5.5 0 100-1 .5.5 0 000 1z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-rss" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#cvclip0_1639_22491)" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"><path d="M3.774 17.184a3.034 3.034 0 10-.019 6.067 3.034 3.034 0 00.019-6.067zM.996 8.332H.82v4.197h.176a10.489 10.489 0 0110.477 10.474v.247h4.183v-.247A14.667 14.667 0 00.996 8.333z"/><path d="M.996.75H.82v4.197h.176a18.07 18.07 0 0118.035 18.056v.247h4.219v-.247A22.278 22.278 0 00.996.75z"/></g><defs><clipPath id="cvclip0_1639_22491"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-search" xmlns="http://www.w3.org/2000/svg"><path d="M14.643 14.643L21 21m-4.5-10.875a6.375 6.375 0 11-12.75 0 6.375 6.375 0 0112.75 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-services" xmlns="http://www.w3.org/2000/svg"><path d="M3 5a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2H5a2 2 0 01-2-2V5zM14 16a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2h-3a2 2 0 01-2-2v-3zM14 5a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2h-3a2 2 0 01-2-2V5zM3 16a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2H5a2 2 0 01-2-2v-3z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-share" xmlns="http://www.w3.org/2000/svg"><path d="M12 8.25v-4.5l10.5 7.5-10.5 7.5v-4.5c-4.162 0-7.987.15-11.25 6 0-3.712.375-12 11.25-12z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-shrink" xmlns="http://www.w3.org/2000/svg"><path d="M22 2l-8.182 8.189m0 0h5.455m-5.455 0V4.734m-3.636 9.084L2 22m8.182-8.182H4.727m5.455 0v5.455" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-silent-mode" xmlns="http://www.w3.org/2000/svg"><path d="M17.25 9l6 6m0-6l-6 6m-4.5-12.75L6 9H1.5a.75.75 0 00-.75.75v4.5a.75.75 0 00.75.75H6l6.75 6.75V2.25z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-smartphone" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#dbclip0_10250_80319)"><path d="M4.5 3.75V1.875A1.125 1.125 0 015.625.75h12.75A1.125 1.125 0 0119.5 1.875V3.75m-15 0h15m-15 0v15m15-15v15m0 0v3.375a1.125 1.125 0 01-1.125 1.125H5.625A1.125 1.125 0 014.5 22.125V18.75m15 0h-15M11.25 21h1.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="dbclip0_10250_80319"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 26 25" id="stzh-icon-social-media" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#dcclip0_1_318)" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"><path d="M12.242 14.906l-7.25-1.21A1.95 1.95 0 002.748 15.3l-.592 3.55a1.95 1.95 0 001.602 2.245l7.25 1.21a1.95 1.95 0 002.244-1.603l.593-3.55a1.95 1.95 0 00-1.603-2.245z"/><path d="M6.83 15.904l-.618 3.699 4.007-1.233-3.39-2.466z"/></g><g clip-path="url(#dcclip1_1_318)"><path d="M19.669 8.695l1.424-.22-.326-2.119-1.686.26c-2.019.4-2.259 1.611-2.109 2.815l.164 1.06-1.39.215.319 2.067 1.39-.214.857 5.559 2.084-.322-.857-5.559 1.72-.265.011-2.118-2.05.316-.099-.643a.696.696 0 01.548-.832v0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><g clip-path="url(#dcclip2_1_318)"><path d="M15.203 2.607c-.384.248-.808.441-1.265.57.43-.36.724-.868.812-1.432a4.65 4.65 0 01-1.374.788 2.33 2.33 0 00-3.59 2.716 6.614 6.614 0 01-5.121-1.66A2.33 2.33 0 005.86 6.55c-.38.047-.75 0-1.088-.124l.005.03a2.33 2.33 0 002.2 1.966 2.346 2.346 0 01-1.033.203 2.33 2.33 0 002.401 1.26 4.674 4.674 0 01-3.257 1.488 6.587 6.587 0 003.69.48c4.232-.666 5.995-4.535 5.517-7.576a6.784 6.784 0 00-.053-.296c.398-.396.724-.862.96-1.371v-.002z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="dcclip0_1_318"><path fill="currentColor" transform="rotate(9.473 -65.417 24.07)" d="M0 0h12v12H0z"/></clipPath><clipPath id="dcclip1_1_318"><path fill="currentColor" transform="rotate(-8.765 53.812 -74.623)" d="M0 0h12v12H0z"/></clipPath><clipPath id="dcclip2_1_318"><path fill="currentColor" transform="rotate(-8.933 14.401 -19.103)" d="M0 0h12v12H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-star" xmlns="http://www.w3.org/2000/svg"><path d="M12 18l-6.375 3.75 1.5-7.125-5.25-4.875L9 9l3-6.75L15 9l7.125.75-5.25 4.875 1.5 7.125L12 18z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-star-filled" xmlns="http://www.w3.org/2000/svg"><path d="M12 18l-6.375 3.75 1.5-7.125-5.25-4.875L9 9l3-6.75L15 9l7.125.75-5.25 4.875 1.5 7.125L12 18z" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-subtitle" xmlns="http://www.w3.org/2000/svg"><path d="M3 7h18M6 12h12M3 17h18" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-target" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#dgclip0_9415_65741)" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"><path d="M12 .75v6m0 10.5v6M6.75 12h-6m22.5 0h-6M12 20.25a8.25 8.25 0 100-16.5 8.25 8.25 0 000 16.5z"/></g><defs><clipPath id="dgclip0_9415_65741"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-target-bullet" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#dhclip0_2038_15052)"><path d="M12 .75v3m0 16.5v3M3.75 12h-3m22.5 0h-3M12 20.25a8.25 8.25 0 100-16.5 8.25 8.25 0 000 16.5z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><circle cx="12" cy="12" r="4" fill="currentColor"/></g><defs><clipPath id="dhclip0_2038_15052"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-team" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#diclip0_5243_53905)"><path d="M17 15.375a.5.5 0 10-1 0h1zm4 0v-.5a.5.5 0 00-.5.5h.5zM23.25 9h.5-.5zm-1.125-1.125v-.5.5zm-6.75 0v-.5.5zm-1.625 1.5a.5.5 0 001 0h-1zM9.25 9a.5.5 0 001 0h-1zm-.625-1.125v-.5.5zm-6.75 0v-.5.5zM.75 9h-.5.5zm0 5.25h-.5.5zM3 15.375h.5a.5.5 0 00-.5-.5v.5zm4.5 4.875H8h-.5zm.5-4.875a.5.5 0 10-1 0h1zM7.5 10.5H7h.5zm0 5.25H7h.5zm2.25 1.125h.5a.5.5 0 00-.5-.5v.5zm0 4.875h-.5.5zm4.5-4.875v-.5a.5.5 0 00-.5.5h.5zm6.25-13.5a1.75 1.75 0 01-1.75 1.75v1a2.75 2.75 0 002.75-2.75h-1zm-1.75 1.75A1.75 1.75 0 0117 3.375h-1a2.75 2.75 0 002.75 2.75v-1zM17 3.375c0-.966.784-1.75 1.75-1.75v-1A2.75 2.75 0 0016 3.375h1zm1.75-1.75c.966 0 1.75.784 1.75 1.75h1a2.75 2.75 0 00-2.75-2.75v1zM16 15.375v4.875h1v-4.875h-1zm0 4.875c0 .431.171.844.476 1.15l.707-.708A.625.625 0 0117 20.25h-1zm.476 1.15c.305.304.718.475 1.149.475v-1a.625.625 0 01-.442-.183l-.707.707zm1.149.475h2.25v-1h-2.25v1zm2.25 0c.431 0 .844-.171 1.149-.476l-.707-.707a.625.625 0 01-.442.183v1zm1.149-.476c.305-.305.476-.718.476-1.149h-1a.625.625 0 01-.183.442l.707.707zm.476-1.149v-4.875h-1v4.875h1zm-.5-4.375h1.125v-1H21v1zm1.125 0c.431 0 .844-.171 1.149-.476l-.707-.707a.625.625 0 01-.442.183v1zm1.149-.476c.305-.305.476-.718.476-1.149h-1a.625.625 0 01-.183.442l.707.707zm.476-1.149V9h-1v5.25h1zm0-5.25c0-.43-.171-.844-.476-1.149l-.707.707A.625.625 0 0122.75 9h1zm-.476-1.149a1.625 1.625 0 00-1.149-.476v1c.166 0 .325.066.442.183l.707-.707zm-1.149-.476h-6.75v1h6.75v-1zm-6.75 0c-.431 0-.844.171-1.149.476l.707.707a.625.625 0 01.442-.183v-1zm-1.149.476a1.625 1.625 0 00-.476 1.15h1c0-.167.066-.326.183-.443l-.707-.707zm-.476 1.15v.374h1V9h-1zM7 3.374a1.75 1.75 0 01-1.75 1.75v1A2.75 2.75 0 008 3.375H7zm-1.75 1.75a1.75 1.75 0 01-1.75-1.75h-1a2.75 2.75 0 002.75 2.75v-1zM3.5 3.375c0-.966.784-1.75 1.75-1.75v-1a2.75 2.75 0 00-2.75 2.75h1zm1.75-1.75c.966 0 1.75.784 1.75 1.75h1A2.75 2.75 0 005.25.625v1zm5 7.375c0-.43-.171-.844-.476-1.149l-.707.707A.625.625 0 019.25 9h1zm-.476-1.149a1.625 1.625 0 00-1.149-.476v1c.166 0 .325.066.442.183l.707-.707zm-1.149-.476h-6.75v1h6.75v-1zm-6.75 0c-.431 0-.844.171-1.149.476l.707.707a.625.625 0 01.442-.183v-1zm-1.149.476a1.625 1.625 0 00-.476 1.15h1c0-.167.066-.326.183-.443l-.707-.707zM.25 9.001v5.25h1V9h-1zm0 5.25c0 .43.171.843.476 1.148l.707-.707a.625.625 0 01-.183-.442h-1zm.476 1.148c.305.305.718.476 1.149.476v-1a.625.625 0 01-.442-.183l-.707.707zm1.149.476H3v-1H1.875v1zm.625-.5v4.875h1v-4.875h-1zm0 4.875c0 .431.171.844.476 1.15l.707-.708a.625.625 0 01-.183-.442h-1zm.476 1.15c.305.304.718.475 1.149.475v-1a.625.625 0 01-.442-.183l-.707.707zm1.149.475h2.25v-1h-2.25v1zm2.25 0c.431 0 .844-.171 1.149-.476l-.707-.707a.625.625 0 01-.442.183v1zm1.149-.476c.305-.305.476-.718.476-1.149H7a.625.625 0 01-.183.442l.707.707zM8 20.25v-4.875H7v4.875h1zm5.75-15.375A1.75 1.75 0 0112 6.625v1a2.75 2.75 0 002.75-2.75h-1zM12 6.625a1.75 1.75 0 01-1.75-1.75h-1A2.75 2.75 0 0012 7.625v-1zm-1.75-1.75c0-.966.784-1.75 1.75-1.75v-1a2.75 2.75 0 00-2.75 2.75h1zM12 3.125c.966 0 1.75.784 1.75 1.75h1A2.75 2.75 0 0012 2.125v1zm3.375 5.75h-6.75v1h6.75v-1zm-6.75 0c-.431 0-.844.171-1.149.476l.707.707a.625.625 0 01.442-.183v-1zm-1.149.476A1.625 1.625 0 007 10.501h1c0-.167.066-.326.183-.443l-.707-.707zM7 10.501v5.25h1V10.5H7zm0 5.25c0 .43.171.843.476 1.148l.707-.707A.625.625 0 018 15.75H7zm.476 1.148c.305.305.718.476 1.149.476v-1a.625.625 0 01-.442-.183l-.707.707zm1.149.476H9.75v-1H8.625v1zm.625-.5v4.875h1v-4.875h-1zm0 4.875c0 .431.171.844.476 1.15l.707-.708a.625.625 0 01-.183-.442h-1zm.476 1.15c.305.304.718.475 1.149.475v-1a.625.625 0 01-.442-.183l-.707.707zm1.149.475h2.25v-1h-2.25v1zm2.25 0c.431 0 .844-.171 1.149-.476l-.707-.707a.625.625 0 01-.442.183v1zm1.149-.476c.305-.305.476-.718.476-1.149h-1a.625.625 0 01-.183.442l.707.707zm.476-1.149v-4.875h-1v4.875h1zm-.5-4.375h1.125v-1H14.25v1zm1.125 0c.431 0 .844-.171 1.149-.476l-.707-.707a.625.625 0 01-.442.183v1zm1.149-.476c.305-.305.476-.718.476-1.149h-1a.625.625 0 01-.183.442l.707.707zM17 15.75V10.5h-1v5.25h1zm0-5.25c0-.43-.171-.844-.476-1.149l-.707.707A.625.625 0 0116 10.5h1zm-.476-1.149a1.625 1.625 0 00-1.149-.476v1c.166 0 .325.066.442.183l.707-.707z" fill="currentColor"/></g><defs><clipPath id="diclip0_5243_53905"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-text-message" xmlns="http://www.w3.org/2000/svg"><path d="M2.75 3a2 2 0 00-2 2v11a2 2 0 002 2H7.5v4.125L12 18h9.25a2 2 0 002-2V5a2 2 0 00-2-2H2.75z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.5 11.25a.75.75 0 100-1.5.75.75 0 000 1.5zM12 11.25a.75.75 0 100-1.5.75.75 0 000 1.5zM16.5 11.25a.75.75 0 100-1.5.75.75 0 000 1.5z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-thermometer" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#dkclip0_1639_22469)"><path d="M12 6.75v9m0 0a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5zm3-2.063V3.75a3 3 0 00-6 0v9.938a5.25 5.25 0 106 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="dkclip0_1639_22469"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-transcript" xmlns="http://www.w3.org/2000/svg"><path d="M6 9.5h8m-8 6h8m-4-3h8m-2-3h2m-2 6h2m-12-3h2M2 7a2 2 0 012-2h16a2 2 0 012 2v11a2 2 0 01-2 2H4a2 2 0 01-2-2V7z" stroke="currentColor" stroke-linecap="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-twitter" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#dmclip0_1638_23131)"><path d="M23.643 4.937c-.835.37-1.732.62-2.675.733a4.67 4.67 0 002.048-2.578 9.3 9.3 0 01-2.958 1.13 4.66 4.66 0 00-7.938 4.25 13.229 13.229 0 01-9.602-4.868c-.4.69-.63 1.49-.63 2.342A4.66 4.66 0 003.96 9.824a4.647 4.647 0 01-2.11-.583v.06a4.66 4.66 0 003.737 4.568 4.692 4.692 0 01-2.104.08 4.661 4.661 0 004.352 3.234 9.348 9.348 0 01-5.786 1.995 9.5 9.5 0 01-1.112-.065 13.175 13.175 0 007.14 2.093c8.57 0 13.255-7.098 13.255-13.254 0-.2-.005-.402-.014-.602a9.47 9.47 0 002.323-2.41l.002-.003z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="dmclip0_1638_23131"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-twitter-reply" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 17v4l7.002-4.334A7.386 7.386 0 0013.614 3H10a7 7 0 100 14h.5z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-twitter-retweet" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 4.5V17a3 3 0 003 3H13M4.5 4.5L1 8m3.5-3.5L8 8m11.5 12V7.5a3 3 0 00-3-3H11M19.5 20l3.5-3.5M19.5 20L16 16.5" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-unlock" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#dpclip0_7292_54409)"><path d="M7.125 11.25V5.625a4.875 4.875 0 119.75 0V6.3M12 15.375v3.75M3.75 11.25h16.5v12H3.75v-12z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="dpclip0_7292_54409"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-user" xmlns="http://www.w3.org/2000/svg"><path d="M12 12a4 4 0 100-8 4 4 0 000 8zm0 0a8 8 0 00-8 8h16a8 8 0 00-8-8z" stroke="currentColor" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-view" xmlns="http://www.w3.org/2000/svg"><path d="M12 5.438C5.55 5.438.937 12 .937 12S5.55 18.563 12 18.563 23.063 12 23.063 12 18.45 5.437 12 5.437z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 16.313a4.5 4.5 0 100-9 4.5 4.5 0 000 9z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-view-hidden" xmlns="http://www.w3.org/2000/svg"><path d="M9.713 18.488c.75.176 1.517.264 2.287.262 6.45 0 11.063-6.563 11.063-6.563A19.43 19.43 0 0019.5 8.55M12 16.5a4.5 4.5 0 004.5-4.5m-1.313-3.188a4.508 4.508 0 00-6.374 6.376M23.25.75L.75 23.25M17.063 6.937A10.913 10.913 0 0012 5.625C5.55 5.625.937 12.188.937 12.188a19.087 19.087 0 005.776 5.1l10.35-10.35z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-volume-medium" xmlns="http://www.w3.org/2000/svg"><path d="M16.575 8.175a4.5 4.5 0 010 7.688M18.75 6a7.5 7.5 0 010 12m-4.5-15.75L7.5 9H3a.75.75 0 00-.75.75v4.5A.75.75 0 003 15h4.5l6.75 6.75V2.25z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-warning" xmlns="http://www.w3.org/2000/svg"><path d="M11.5 13a.5.5 0 001 0h-1zm1-6a.5.5 0 00-1 0h1zm9 5a9.5 9.5 0 01-9.5 9.5v1c5.799 0 10.5-4.701 10.5-10.5h-1zM12 21.5A9.5 9.5 0 012.5 12h-1c0 5.799 4.701 10.5 10.5 10.5v-1zM2.5 12A9.5 9.5 0 0112 2.5v-1C6.201 1.5 1.5 6.201 1.5 12h1zM12 2.5a9.5 9.5 0 019.5 9.5h1c0-5.799-4.701-10.5-10.5-10.5v1zm.5 10.5V7h-1v6h1zm-.25 3.625a.25.25 0 01-.25.25v1c.69 0 1.25-.56 1.25-1.25h-1zm-.25.25a.25.25 0 01-.25-.25h-1c0 .69.56 1.25 1.25 1.25v-1zm-.25-.25a.25.25 0 01.25-.25v-1c-.69 0-1.25.56-1.25 1.25h1zm.25-.25a.25.25 0 01.25.25h1c0-.69-.56-1.25-1.25-1.25v1z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 16 16" id="stzh-icon-warning-big" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="7.5" stroke="currentColor"/><path d="M7.5 8.627a.5.5 0 001 0h-1zM8.5 4a.5.5 0 00-1 0h1zm0 4.627V4h-1v4.627h1zm-.421 2.795A.078.078 0 018 11.5v1c.596 0 1.079-.483 1.079-1.078h-1zM8 11.5a.078.078 0 01-.078-.078h-1c0 .595.483 1.078 1.078 1.078v-1zm-.078-.078c0-.044.035-.079.078-.079v-1c-.595 0-1.078.483-1.078 1.079h1zM8 11.343c.043 0 .079.035.079.079h1c0-.596-.483-1.079-1.079-1.079v1z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-web-Link" xmlns="http://www.w3.org/2000/svg"><path d="M15.75 7.75a.5.5 0 000 1v-1zm3.75.5v-.5.5zM9.75 12h.5-.5zm.565-.65a.5.5 0 00-.98-.2l.98.2zm-2.065 4.9a.5.5 0 000-1v1zM.75 12h-.5.5zm9.75-3.75v-.5.5zM14.25 12h-.5.5zm-.565.65a.5.5 0 00.98.2l-.98-.2zm2.065-3.9h3.75v-1h-3.75v1zm3.75 0a3.25 3.25 0 012.298.952l.707-.707A4.25 4.25 0 0019.5 7.75v1zm2.298.952c.61.61.952 1.436.952 2.298h1a4.25 4.25 0 00-1.245-3.005l-.707.707zM22.75 12a3.25 3.25 0 01-.952 2.298l.707.707A4.25 4.25 0 0023.75 12h-1zm-.952 2.298a3.25 3.25 0 01-2.298.952v1a4.25 4.25 0 003.005-1.245l-.707-.707zm-2.298.952h-6v1h6v-1zm-6 0a3.25 3.25 0 01-2.298-.952l-.707.707A4.25 4.25 0 0013.5 16.25v-1zm-2.298-.952A3.25 3.25 0 0110.25 12h-1a4.25 4.25 0 001.245 3.005l.707-.707zM10.25 12c0-.218.022-.436.065-.65l-.98-.199a4.25 4.25 0 00-.085.85h1zm-2 3.251H4.5v1h3.75v-1zm-3.75 0a3.25 3.25 0 01-1.244-.247l-.382.924a4.25 4.25 0 001.626.323v-1zm-1.244-.247a3.25 3.25 0 01-1.054-.705l-.707.707a4.25 4.25 0 001.379.921l.382-.923zm-1.054-.705A3.25 3.25 0 011.25 12h-1a4.25 4.25 0 001.245 3.005l.707-.707zM1.25 12c0-.862.342-1.689.952-2.298l-.707-.707A4.25 4.25 0 00.25 12h1zm.952-2.298A3.25 3.25 0 014.5 8.75v-1a4.25 4.25 0 00-3.005 1.245l.707.707zM4.5 8.75h6v-1h-6v1zm6 0a3.25 3.25 0 012.298.952l.707-.707A4.25 4.25 0 0010.5 7.75v1zm2.298.952c.61.61.952 1.436.952 2.298h1a4.25 4.25 0 00-1.245-3.005l-.707.707zM13.75 12c0 .218-.022.436-.065.65l.98.199a4.25 4.25 0 00.085-.85h-1z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-wifi-signal" xmlns="http://www.w3.org/2000/svg"><path d="M4 2a18 18 0 0118 18M4 7.333A12.667 12.667 0 0116.667 20M4 12.667A7.334 7.334 0 0111.333 20M6 20a2 2 0 11-4 0 2 2 0 014 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-world-globe" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#dyclip0_1848_35505)"><path d="M12 23.25c3.334 0 6.038-5.037 6.038-11.25S15.334.75 12 .75m0 22.5c-3.334 0-6.037-5.037-6.037-11.25S8.665.75 12 .75m0 22.5V.75m0 22.5c6.213 0 11.25-5.037 11.25-11.25S18.213.75 12 .75m0 22.5C5.787 23.25.75 18.213.75 12S5.787.75 12 .75M1.687 16.5h20.625m-20.625-9h20.625" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="dyclip0_1848_35505"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-xing" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#dzclip0_1639_22489)" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"><path d="M9.35 5.802a1.045 1.045 0 00-.915-.596H5.201a.523.523 0 00-.457.21.498.498 0 00.035.492l2.18 3.79v.036l-3.41 6.037a.49.49 0 000 .492.425.425 0 00.422.21h3.234a.966.966 0 00.879-.631s3.375-5.968 3.516-6.178c-.035 0-2.25-3.862-2.25-3.862zM22.533 1.45a.42.42 0 000-.491.426.426 0 00-.422-.21h-3.27a.966.966 0 00-.879.63s-6.995 12.391-7.206 12.778c0 .035 4.605 8.46 4.605 8.46a1.074 1.074 0 00.914.63h3.234a.424.424 0 00.422-.21.598.598 0 000-.491l-4.57-8.354v-.035L22.534 1.45z"/></g><defs><clipPath id="dzclip0_1639_22489"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol></svg>'})))}static get assetsDirs(){return["assets"]}};r.style=":host{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}:host[hidden]{display:none}:host *,:host *::before,:host *::after{-webkit-box-sizing:border-box;box-sizing:border-box}.stzh-icon-sprite path{vector-effect:initial}#stzh-icon-social-media path{vector-effect:non-scaling-stroke}";export{r as stzh_icon_sprite}