@oiz/stzh-components 1.5.0-alpha → 2.0.0-beta

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 (431) hide show
  1. package/dist/cjs/{app-globals-3b6f75bd.js → app-globals-58a084a9.js} +1 -1
  2. package/dist/cjs/loader.cjs.js +2 -2
  3. package/dist/cjs/stzh-actionset.cjs.entry.js +164 -0
  4. package/dist/cjs/stzh-badge_3.cjs.entry.js +24 -3
  5. package/dist/cjs/stzh-card-list.cjs.entry.js +79 -0
  6. package/dist/cjs/stzh-card.cjs.entry.js +294 -0
  7. package/dist/cjs/stzh-chip-select.cjs.entry.js +1 -1
  8. package/dist/cjs/stzh-components.cjs.js +2 -2
  9. package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
  10. package/dist/cjs/stzh-datalist.cjs.entry.js +74 -0
  11. package/dist/cjs/stzh-datepicker_4.cjs.entry.js +5 -4
  12. package/dist/cjs/stzh-dialog.cjs.entry.js +1 -1
  13. package/dist/cjs/stzh-dropdown.cjs.entry.js +4 -6
  14. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +1 -1
  15. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
  16. package/dist/cjs/stzh-input.cjs.entry.js +3 -4
  17. package/dist/cjs/stzh-link.cjs.entry.js +1 -1
  18. package/dist/cjs/stzh-overlay.cjs.entry.js +1 -1
  19. package/dist/cjs/stzh-popover.cjs.entry.js +30 -28
  20. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  21. package/dist/cjs/stzh-sortable.cjs.entry.js +17 -0
  22. package/dist/cjs/stzh-tooltip.cjs.entry.js +3 -1
  23. package/dist/collection/assets/i18n/de.json +7 -2
  24. package/dist/collection/assets/i18n/en.json +7 -2
  25. package/dist/collection/assets/icons/mono/recycling-outline.svg +11 -0
  26. package/dist/collection/assets/icons/mono/recycling.svg +10 -0
  27. package/dist/collection/assets/icons/mono/smartphone.svg +10 -0
  28. package/dist/collection/assets/icons/mono/target.svg +11 -0
  29. package/dist/collection/collection-manifest.json +4 -2
  30. package/dist/collection/components/stzh-actionset/stzh-actionset.css +147 -0
  31. package/dist/collection/components/stzh-actionset/stzh-actionset.js +351 -0
  32. package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.localization.js → stzh-actionset/stzh-actionset.localization.js} +0 -0
  33. package/dist/collection/components/stzh-actionset/stzh-actionset.stories.js +72 -0
  34. package/dist/collection/components/stzh-button/stzh-button.css +66 -0
  35. package/dist/collection/components/stzh-button/stzh-button.js +98 -4
  36. package/dist/collection/components/stzh-button/stzh-button.stories.js +1 -1
  37. package/dist/collection/components/stzh-card/stzh-card.css +408 -0
  38. package/dist/collection/components/{stzh-servicecard/stzh-servicecard.js → stzh-card/stzh-card.js} +283 -126
  39. package/dist/collection/components/stzh-card/stzh-card.localization.js +1 -0
  40. package/dist/collection/components/stzh-card/stzh-card.stories.js +137 -0
  41. package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.css → stzh-card-list/stzh-card-list.css} +9 -9
  42. package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.js → stzh-card-list/stzh-card-list.js} +46 -18
  43. package/dist/collection/components/{stzh-servicecard/stzh-servicecard.localization.js → stzh-card-list/stzh-card-list.localization.js} +0 -0
  44. package/dist/collection/components/stzh-card-list/stzh-card-list.stories.js +132 -0
  45. package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +1 -1
  46. package/dist/collection/components/stzh-cspace/stzh-cspace.css +13 -6
  47. package/dist/collection/components/stzh-datalist/stzh-datalist.css +621 -0
  48. package/dist/collection/components/stzh-datalist/stzh-datalist.js +237 -0
  49. package/dist/collection/components/stzh-datalist/stzh-datalist.stories.js +66 -0
  50. package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +1 -21
  51. package/dist/collection/components/stzh-dialog/stzh-dialog.css +2 -1
  52. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +3 -3
  53. package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +7 -26
  54. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +63 -11
  55. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  56. package/dist/collection/components/stzh-input/stzh-input.css +5 -5
  57. package/dist/collection/components/stzh-input/stzh-input.js +2 -23
  58. package/dist/collection/components/stzh-link/stzh-link.css +5 -0
  59. package/dist/collection/components/stzh-link/stzh-link.js +2 -2
  60. package/dist/collection/components/stzh-overlay/stzh-overlay.css +5 -1
  61. package/dist/collection/components/stzh-popover/stzh-popover.js +52 -32
  62. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +292 -0
  63. package/dist/collection/components/stzh-radio/stzh-radio.css +2 -2
  64. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +4 -3
  65. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.stories.js +3 -0
  66. package/dist/collection/components/stzh-richtext/stzh-richtext.css +145 -0
  67. package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +19 -0
  68. package/dist/collection/components/stzh-sortable/stzh-sortable.js +38 -0
  69. package/dist/collection/components/stzh-sortable/stzh-sortable.stories.js +1 -1
  70. package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +21 -1
  71. package/dist/collection/pages/meinkonto.stories.js +93 -88
  72. package/dist/components/index.d.ts +4 -2
  73. package/dist/components/index.js +5 -3
  74. package/dist/components/{stzh-servicecard.d.ts → stzh-actionset.d.ts} +4 -4
  75. package/dist/components/stzh-actionset.js +6 -0
  76. package/dist/components/stzh-actionset2.js +227 -0
  77. package/dist/components/stzh-button2.js +27 -3
  78. package/dist/components/{stzh-servicecard-list.d.ts → stzh-card-list.d.ts} +4 -4
  79. package/dist/components/stzh-card-list.js +123 -0
  80. package/dist/components/stzh-card.d.ts +11 -0
  81. package/dist/components/stzh-card.js +376 -0
  82. package/dist/components/stzh-chip-select.js +1 -1
  83. package/dist/components/stzh-cspace.js +1 -1
  84. package/dist/components/stzh-datalist.d.ts +11 -0
  85. package/dist/components/stzh-datalist.js +113 -0
  86. package/dist/components/stzh-datepicker2.js +1 -2
  87. package/dist/components/stzh-dialog.js +1 -1
  88. package/dist/components/stzh-dropdown2.js +4 -7
  89. package/dist/components/stzh-icon-sprite.js +1 -1
  90. package/dist/components/stzh-input2.js +3 -5
  91. package/dist/components/stzh-link2.js +1 -1
  92. package/dist/components/stzh-overlay.js +1 -1
  93. package/dist/components/stzh-popover2.js +31 -28
  94. package/dist/components/stzh-portal-mitwirken.js +1 -1
  95. package/dist/components/stzh-radio2.js +1 -1
  96. package/dist/components/stzh-radiogroup2.js +3 -2
  97. package/dist/components/stzh-richtext2.js +1 -1
  98. package/dist/components/stzh-sortable2.js +17 -0
  99. package/dist/components/stzh-tooltip2.js +4 -1
  100. package/dist/esm/{app-globals-c42494e9.js → app-globals-6b6ff890.js} +1 -1
  101. package/dist/esm/{index-0e6d34c6.js → index-84f71a43.js} +1 -1
  102. package/dist/esm/loader.js +3 -3
  103. package/dist/esm/stzh-accordion-item.entry.js +1 -1
  104. package/dist/esm/stzh-accordion.entry.js +1 -1
  105. package/dist/esm/stzh-actions.entry.js +1 -1
  106. package/dist/esm/stzh-actionset.entry.js +160 -0
  107. package/dist/esm/stzh-appnav.entry.js +1 -1
  108. package/dist/esm/stzh-appointments.entry.js +1 -1
  109. package/dist/esm/stzh-badge_3.entry.js +25 -4
  110. package/dist/esm/stzh-calendar.entry.js +1 -1
  111. package/dist/esm/stzh-card-list.entry.js +75 -0
  112. package/dist/esm/stzh-card.entry.js +290 -0
  113. package/dist/esm/stzh-cell.entry.js +1 -1
  114. package/dist/esm/stzh-checkbox.entry.js +2 -2
  115. package/dist/esm/stzh-checkboxgroup.entry.js +2 -2
  116. package/dist/esm/stzh-chip-select.entry.js +2 -2
  117. package/dist/esm/stzh-chip.entry.js +1 -1
  118. package/dist/esm/stzh-components.js +3 -3
  119. package/dist/esm/stzh-container.entry.js +1 -1
  120. package/dist/esm/stzh-cspace.entry.js +2 -2
  121. package/dist/esm/stzh-datalist.entry.js +70 -0
  122. package/dist/esm/stzh-datamessagelist-item.entry.js +1 -1
  123. package/dist/esm/stzh-datamessagelist.entry.js +1 -1
  124. package/dist/esm/stzh-datatable.entry.js +1 -1
  125. package/dist/esm/stzh-datepicker_4.entry.js +7 -6
  126. package/dist/esm/stzh-dialog.entry.js +2 -2
  127. package/dist/esm/stzh-dropdown.entry.js +6 -8
  128. package/dist/esm/stzh-fieldset.entry.js +1 -1
  129. package/dist/esm/stzh-figure.entry.js +1 -1
  130. package/dist/esm/stzh-flyingfocus.entry.js +1 -1
  131. package/dist/esm/stzh-footer.entry.js +1 -1
  132. package/dist/esm/stzh-ghettobox_2.entry.js +2 -2
  133. package/dist/esm/stzh-header.entry.js +1 -1
  134. package/dist/esm/stzh-heading.entry.js +1 -1
  135. package/dist/esm/stzh-hr.entry.js +1 -1
  136. package/dist/esm/stzh-hspace.entry.js +1 -1
  137. package/dist/esm/stzh-icon-sprite.entry.js +2 -2
  138. package/dist/esm/{stzh-input-description-da7b0e98.js → stzh-input-description-8c477f97.js} +1 -1
  139. package/dist/esm/stzh-input.entry.js +5 -6
  140. package/dist/esm/stzh-link.entry.js +2 -2
  141. package/dist/esm/stzh-list-item.entry.js +1 -1
  142. package/dist/esm/stzh-list.entry.js +1 -1
  143. package/dist/esm/stzh-loader.entry.js +1 -1
  144. package/dist/esm/stzh-loadingbar.entry.js +1 -1
  145. package/dist/esm/stzh-menu_2.entry.js +1 -1
  146. package/dist/esm/stzh-message.entry.js +1 -1
  147. package/dist/esm/stzh-metanav.entry.js +1 -1
  148. package/dist/esm/stzh-overlay.entry.js +2 -2
  149. package/dist/esm/stzh-page-skiplinks.entry.js +1 -1
  150. package/dist/esm/stzh-pagetitle.entry.js +1 -1
  151. package/dist/esm/stzh-popover.entry.js +31 -29
  152. package/dist/esm/stzh-portal-mitwirken.entry.js +2 -2
  153. package/dist/esm/stzh-progressbar-item.entry.js +1 -1
  154. package/dist/esm/stzh-progressbar.entry.js +1 -1
  155. package/dist/esm/stzh-readspeaker.entry.js +1 -1
  156. package/dist/esm/stzh-row.entry.js +1 -1
  157. package/dist/esm/stzh-saptcha.entry.js +1 -1
  158. package/dist/esm/stzh-section.entry.js +1 -1
  159. package/dist/esm/stzh-skiplink.entry.js +1 -1
  160. package/dist/esm/stzh-sortable.entry.js +18 -1
  161. package/dist/esm/stzh-status.entry.js +1 -1
  162. package/dist/esm/stzh-table.entry.js +1 -1
  163. package/dist/esm/stzh-toggle.entry.js +2 -2
  164. package/dist/esm/stzh-tooltip.entry.js +4 -2
  165. package/dist/esm/stzh-upload.entry.js +2 -2
  166. package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
  167. package/dist/esm/stzh-vbz-majorticker.entry.js +1 -1
  168. package/dist/esm/stzh-vbz-ticker.entry.js +1 -1
  169. package/dist/esm/stzh-visuallyhidden.entry.js +1 -1
  170. package/dist/esm/stzh-vspace.entry.js +1 -1
  171. package/dist/esm-es5/app-globals-6b6ff890.js +1 -0
  172. package/dist/esm-es5/{index-0e6d34c6.js → index-84f71a43.js} +1 -1
  173. package/dist/esm-es5/loader.js +1 -1
  174. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
  175. package/dist/esm-es5/stzh-accordion.entry.js +1 -1
  176. package/dist/esm-es5/stzh-actions.entry.js +1 -1
  177. package/dist/esm-es5/stzh-actionset.entry.js +1 -0
  178. package/dist/esm-es5/stzh-appnav.entry.js +1 -1
  179. package/dist/esm-es5/stzh-appointments.entry.js +1 -1
  180. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  181. package/dist/esm-es5/stzh-calendar.entry.js +1 -1
  182. package/dist/esm-es5/stzh-card-list.entry.js +1 -0
  183. package/dist/esm-es5/stzh-card.entry.js +1 -0
  184. package/dist/esm-es5/stzh-cell.entry.js +1 -1
  185. package/dist/esm-es5/stzh-checkbox.entry.js +1 -1
  186. package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -1
  187. package/dist/esm-es5/stzh-chip-select.entry.js +1 -1
  188. package/dist/esm-es5/stzh-chip.entry.js +1 -1
  189. package/dist/esm-es5/stzh-components.js +1 -1
  190. package/dist/esm-es5/stzh-container.entry.js +1 -1
  191. package/dist/esm-es5/stzh-cspace.entry.js +1 -1
  192. package/dist/esm-es5/stzh-datalist.entry.js +1 -0
  193. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
  194. package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -1
  195. package/dist/esm-es5/stzh-datatable.entry.js +1 -1
  196. package/dist/esm-es5/stzh-datepicker_4.entry.js +1 -1
  197. package/dist/esm-es5/stzh-dialog.entry.js +1 -1
  198. package/dist/esm-es5/stzh-dropdown.entry.js +1 -1
  199. package/dist/esm-es5/stzh-fieldset.entry.js +1 -1
  200. package/dist/esm-es5/stzh-figure.entry.js +1 -1
  201. package/dist/esm-es5/stzh-flyingfocus.entry.js +1 -1
  202. package/dist/esm-es5/stzh-footer.entry.js +1 -1
  203. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  204. package/dist/esm-es5/stzh-header.entry.js +1 -1
  205. package/dist/esm-es5/stzh-heading.entry.js +1 -1
  206. package/dist/esm-es5/stzh-hr.entry.js +1 -1
  207. package/dist/esm-es5/stzh-hspace.entry.js +1 -1
  208. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
  209. package/dist/esm-es5/{stzh-input-description-da7b0e98.js → stzh-input-description-8c477f97.js} +1 -1
  210. package/dist/esm-es5/stzh-input.entry.js +1 -1
  211. package/dist/esm-es5/stzh-link.entry.js +1 -1
  212. package/dist/esm-es5/stzh-list-item.entry.js +1 -1
  213. package/dist/esm-es5/stzh-list.entry.js +1 -1
  214. package/dist/esm-es5/stzh-loader.entry.js +1 -1
  215. package/dist/esm-es5/stzh-loadingbar.entry.js +1 -1
  216. package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
  217. package/dist/esm-es5/stzh-message.entry.js +1 -1
  218. package/dist/esm-es5/stzh-metanav.entry.js +1 -1
  219. package/dist/esm-es5/stzh-overlay.entry.js +1 -1
  220. package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -1
  221. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
  222. package/dist/esm-es5/stzh-popover.entry.js +1 -1
  223. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  224. package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -1
  225. package/dist/esm-es5/stzh-progressbar.entry.js +1 -1
  226. package/dist/esm-es5/stzh-readspeaker.entry.js +1 -1
  227. package/dist/esm-es5/stzh-row.entry.js +1 -1
  228. package/dist/esm-es5/stzh-saptcha.entry.js +1 -1
  229. package/dist/esm-es5/stzh-section.entry.js +1 -1
  230. package/dist/esm-es5/stzh-skiplink.entry.js +1 -1
  231. package/dist/esm-es5/stzh-sortable.entry.js +2 -2
  232. package/dist/esm-es5/stzh-status.entry.js +1 -1
  233. package/dist/esm-es5/stzh-table.entry.js +1 -1
  234. package/dist/esm-es5/stzh-toggle.entry.js +1 -1
  235. package/dist/esm-es5/stzh-tooltip.entry.js +1 -1
  236. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  237. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
  238. package/dist/esm-es5/stzh-vbz-majorticker.entry.js +1 -1
  239. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
  240. package/dist/esm-es5/stzh-visuallyhidden.entry.js +1 -1
  241. package/dist/esm-es5/stzh-vspace.entry.js +1 -1
  242. package/dist/stzh-components/assets/i18n/de.json +7 -2
  243. package/dist/stzh-components/assets/i18n/en.json +7 -2
  244. package/dist/stzh-components/assets/icons/mono/recycling-outline.svg +11 -0
  245. package/dist/stzh-components/assets/icons/mono/recycling.svg +10 -0
  246. package/dist/stzh-components/assets/icons/mono/smartphone.svg +10 -0
  247. package/dist/stzh-components/assets/icons/mono/target.svg +11 -0
  248. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +63 -11
  249. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  250. package/dist/stzh-components/{p-32988d74.entry.js → p-001b7d10.entry.js} +1 -1
  251. package/dist/stzh-components/{p-0837657c.entry.js → p-08a564af.entry.js} +1 -1
  252. package/dist/stzh-components/{p-fd16e20e.system.entry.js → p-0b8de542.system.entry.js} +1 -1
  253. package/dist/stzh-components/{p-8db4279d.system.entry.js → p-0bbbbe85.system.entry.js} +1 -1
  254. package/dist/stzh-components/p-0d5522dc.system.entry.js +1 -0
  255. package/dist/stzh-components/{p-33d033a3.system.entry.js → p-0efe125f.system.entry.js} +1 -1
  256. package/dist/stzh-components/{p-87ab53c4.system.entry.js → p-0fc06049.system.entry.js} +1 -1
  257. package/dist/stzh-components/p-0fc83964.system.entry.js +1 -0
  258. package/dist/stzh-components/{p-08d4ed80.entry.js → p-13b3500e.entry.js} +1 -1
  259. package/dist/stzh-components/p-13f44000.entry.js +1 -0
  260. package/dist/stzh-components/{p-65444117.system.entry.js → p-17c6c1db.system.entry.js} +1 -1
  261. package/dist/stzh-components/{p-b34774e7.entry.js → p-190de4de.entry.js} +1 -1
  262. package/dist/stzh-components/{p-b2c8c31e.system.entry.js → p-19bff884.system.entry.js} +1 -1
  263. package/dist/stzh-components/{p-debb00e6.entry.js → p-216577b4.entry.js} +1 -1
  264. package/dist/stzh-components/{p-6edd58a4.system.entry.js → p-27fd6c6f.system.entry.js} +1 -1
  265. package/dist/stzh-components/{p-bdba7714.entry.js → p-2818488f.entry.js} +1 -1
  266. package/dist/stzh-components/{p-fba76dba.entry.js → p-29427863.entry.js} +1 -1
  267. package/dist/stzh-components/{p-d8471675.entry.js → p-2b338050.entry.js} +1 -1
  268. package/dist/stzh-components/p-2cf1ae40.system.entry.js +1 -0
  269. package/dist/stzh-components/{p-fa8651dd.entry.js → p-2e559062.entry.js} +1 -1
  270. package/dist/stzh-components/{p-11d0c8f3.entry.js → p-332e4fd3.entry.js} +1 -1
  271. package/dist/stzh-components/{p-c863ffd0.system.entry.js → p-33c0229f.system.entry.js} +1 -1
  272. package/dist/stzh-components/p-373f79e8.entry.js +1 -0
  273. package/dist/stzh-components/{p-b651f251.entry.js → p-3ac93a01.entry.js} +1 -1
  274. package/dist/stzh-components/{p-c7c17bb7.system.entry.js → p-3b27a43f.system.entry.js} +2 -2
  275. package/dist/stzh-components/{p-1cde29ea.entry.js → p-3d8317b5.entry.js} +1 -1
  276. package/dist/stzh-components/{p-48bbcc26.system.entry.js → p-45bab70d.system.entry.js} +1 -1
  277. package/dist/stzh-components/{p-3f03fd94.system.entry.js → p-48b5b697.system.entry.js} +1 -1
  278. package/dist/stzh-components/{p-ece7ad4d.system.entry.js → p-4c6989ae.system.entry.js} +1 -1
  279. package/dist/stzh-components/{p-bb2e1dda.entry.js → p-552f49c4.entry.js} +1 -1
  280. package/dist/stzh-components/{p-562394a9.system.entry.js → p-55d23a3c.system.entry.js} +1 -1
  281. package/dist/stzh-components/{p-07772cd7.system.entry.js → p-560f96f0.system.entry.js} +1 -1
  282. package/dist/stzh-components/{p-f48a2b00.system.entry.js → p-56b9cc3c.system.entry.js} +1 -1
  283. package/dist/stzh-components/{p-33946fed.system.entry.js → p-58d886cb.system.entry.js} +1 -1
  284. package/dist/stzh-components/p-5975c355.system.entry.js +1 -0
  285. package/dist/stzh-components/p-5987573e.system.entry.js +1 -0
  286. package/dist/stzh-components/{p-68a8b7b7.system.entry.js → p-5997e418.system.entry.js} +1 -1
  287. package/dist/stzh-components/p-59c323ce.entry.js +1 -0
  288. package/dist/stzh-components/{p-49968bbf.entry.js → p-5a02ef03.entry.js} +1 -1
  289. package/dist/stzh-components/{p-1c88ceff.system.entry.js → p-5a354428.system.entry.js} +1 -1
  290. package/dist/stzh-components/{p-0a71fbac.entry.js → p-5bd2849d.entry.js} +1 -1
  291. package/dist/stzh-components/{p-4a398453.system.entry.js → p-61aac051.system.entry.js} +1 -1
  292. package/dist/stzh-components/{p-ade1ebcf.system.entry.js → p-6305db38.system.entry.js} +1 -1
  293. package/dist/stzh-components/{p-f610f725.entry.js → p-6354fee3.entry.js} +1 -1
  294. package/dist/stzh-components/{p-95eb03b2.entry.js → p-638bedfa.entry.js} +1 -1
  295. package/dist/stzh-components/{p-9c0494a6.system.js → p-63d89b96.system.js} +1 -1
  296. package/dist/stzh-components/{p-33d75303.entry.js → p-63d8db7b.entry.js} +1 -1
  297. package/dist/stzh-components/{p-818634d2.entry.js → p-64b4cc74.entry.js} +1 -1
  298. package/dist/stzh-components/p-653c6bbc.entry.js +1 -0
  299. package/dist/stzh-components/{p-8a60addb.entry.js → p-67f906b1.entry.js} +1 -1
  300. package/dist/stzh-components/{p-f44f4d26.system.entry.js → p-69c3187f.system.entry.js} +1 -1
  301. package/dist/stzh-components/{p-95a297aa.entry.js → p-69f4a27e.entry.js} +1 -1
  302. package/dist/stzh-components/p-6a81e64b.entry.js +1 -0
  303. package/dist/stzh-components/p-6a873872.entry.js +1 -0
  304. package/dist/stzh-components/{p-03b16275.entry.js → p-72f29f07.entry.js} +1 -1
  305. package/dist/stzh-components/p-75cdc8a6.system.entry.js +1 -0
  306. package/dist/stzh-components/{p-6fc271d0.system.entry.js → p-7ad87d98.system.entry.js} +1 -1
  307. package/dist/stzh-components/p-7d8c9866.entry.js +1 -0
  308. package/dist/stzh-components/{p-1cebd703.entry.js → p-7f9f9a8d.entry.js} +1 -1
  309. package/dist/stzh-components/{p-7d098987.entry.js → p-83b1e379.entry.js} +1 -1
  310. package/dist/stzh-components/{p-aec2d2d1.system.entry.js → p-851e0caa.system.entry.js} +1 -1
  311. package/dist/stzh-components/{p-1f15a4e0.system.entry.js → p-86bc421e.system.entry.js} +1 -1
  312. package/dist/stzh-components/{p-690d14cd.entry.js → p-88e0f453.entry.js} +1 -1
  313. package/dist/stzh-components/{p-0338cec3.system.entry.js → p-89274cd5.system.entry.js} +1 -1
  314. package/dist/stzh-components/{p-346e26f2.system.entry.js → p-8a9e588e.system.entry.js} +1 -1
  315. package/dist/stzh-components/{p-66556f67.entry.js → p-8aebb240.entry.js} +1 -1
  316. package/dist/stzh-components/{p-f1a58a7c.system.entry.js → p-8cbc987f.system.entry.js} +1 -1
  317. package/dist/stzh-components/{p-0ae3e066.system.entry.js → p-8d0da18d.system.entry.js} +1 -1
  318. package/dist/stzh-components/{p-56fccfa3.system.entry.js → p-8d547247.system.entry.js} +1 -1
  319. package/dist/stzh-components/{p-b281b653.entry.js → p-8f16b0ac.entry.js} +2 -2
  320. package/dist/stzh-components/{p-85d78e08.entry.js → p-938ef748.entry.js} +1 -1
  321. package/dist/stzh-components/{p-65282c9d.js → p-93e8e31f.js} +1 -1
  322. package/dist/stzh-components/{p-e9ca8ddc.entry.js → p-961cb979.entry.js} +1 -1
  323. package/dist/stzh-components/{p-98afd4b0.system.entry.js → p-981b2629.system.entry.js} +1 -1
  324. package/dist/stzh-components/p-9bda100f.system.js +1 -0
  325. package/dist/stzh-components/{p-0ec28130.system.entry.js → p-9c72f491.system.entry.js} +1 -1
  326. package/dist/stzh-components/{p-8cf287d8.system.entry.js → p-9fb4da92.system.entry.js} +1 -1
  327. package/dist/stzh-components/{p-409c0d50.entry.js → p-a448f5a5.entry.js} +1 -1
  328. package/dist/stzh-components/{p-96fd158c.entry.js → p-a646c09a.entry.js} +1 -1
  329. package/dist/stzh-components/p-a6627504.entry.js +1 -0
  330. package/dist/stzh-components/{p-6c3b2508.system.entry.js → p-a67e09cd.system.entry.js} +1 -1
  331. package/dist/stzh-components/{p-378be0be.system.entry.js → p-a7c35778.system.entry.js} +1 -1
  332. package/dist/stzh-components/{p-c8bc2812.entry.js → p-a7ee2636.entry.js} +1 -1
  333. package/dist/stzh-components/{p-632d9076.system.entry.js → p-a99d3e97.system.entry.js} +1 -1
  334. package/dist/stzh-components/{p-148de4e6.entry.js → p-ab246b66.entry.js} +1 -1
  335. package/dist/stzh-components/{p-936cc626.system.entry.js → p-ab455116.system.entry.js} +1 -1
  336. package/dist/stzh-components/p-af2664fc.system.entry.js +1 -0
  337. package/dist/stzh-components/p-b084fcbf.system.entry.js +1 -0
  338. package/dist/stzh-components/p-b550feaa.system.entry.js +1 -0
  339. package/dist/stzh-components/{p-a760352a.system.entry.js → p-b636a18a.system.entry.js} +1 -1
  340. package/dist/stzh-components/{p-3ed69b16.entry.js → p-b9295dc2.entry.js} +1 -1
  341. package/dist/stzh-components/{p-f2050d1e.entry.js → p-b9382599.entry.js} +1 -1
  342. package/dist/stzh-components/{p-46f301c0.entry.js → p-b9a027aa.entry.js} +1 -1
  343. package/dist/stzh-components/{p-e4347cfe.entry.js → p-b9c3f3cc.entry.js} +1 -1
  344. package/dist/stzh-components/{p-7e3924a0.system.entry.js → p-ba94e315.system.entry.js} +1 -1
  345. package/dist/stzh-components/{p-7d62dfeb.system.entry.js → p-bd178c32.system.entry.js} +1 -1
  346. package/dist/stzh-components/{p-e972a44f.system.entry.js → p-be461e19.system.entry.js} +1 -1
  347. package/dist/stzh-components/{p-30b347ee.system.js → p-bf0fdd23.system.js} +2 -2
  348. package/dist/stzh-components/{p-da063c7e.system.entry.js → p-c013a00b.system.entry.js} +1 -1
  349. package/dist/stzh-components/{p-983f6070.entry.js → p-c1337453.entry.js} +1 -1
  350. package/dist/stzh-components/{p-915e8ad6.entry.js → p-c3d93395.entry.js} +1 -1
  351. package/dist/stzh-components/{p-c6cad5ed.system.entry.js → p-c456c04b.system.entry.js} +1 -1
  352. package/dist/stzh-components/{p-8bd3ba06.entry.js → p-c499e04d.entry.js} +1 -1
  353. package/dist/stzh-components/{p-e9bc3a43.entry.js → p-c4b7c2be.entry.js} +1 -1
  354. package/dist/stzh-components/{p-df422d36.entry.js → p-c58dd9de.entry.js} +1 -1
  355. package/dist/stzh-components/{p-7d2237ca.entry.js → p-c692e405.entry.js} +1 -1
  356. package/dist/stzh-components/{p-4e9bfeb8.system.entry.js → p-c83e4fec.system.entry.js} +1 -1
  357. package/dist/stzh-components/p-ca062c11.system.js +1 -0
  358. package/dist/stzh-components/{p-586cae98.entry.js → p-ce070ccd.entry.js} +1 -1
  359. package/dist/stzh-components/{p-b3b5ee7e.entry.js → p-ce28428b.entry.js} +1 -1
  360. package/dist/stzh-components/p-cfaac121.js +1 -0
  361. package/dist/stzh-components/{p-04d7b18f.entry.js → p-d0aa9d3b.entry.js} +1 -1
  362. package/dist/stzh-components/{p-5ea652ae.system.entry.js → p-d11a70e2.system.entry.js} +1 -1
  363. package/dist/stzh-components/p-d1dba399.system.entry.js +1 -0
  364. package/dist/stzh-components/p-d2b5e066.entry.js +1 -0
  365. package/dist/stzh-components/{p-58ffc722.system.entry.js → p-d54f04c8.system.entry.js} +1 -1
  366. package/dist/stzh-components/p-d645d645.entry.js +1 -0
  367. package/dist/stzh-components/{p-006135ed.system.entry.js → p-d6c07494.system.entry.js} +1 -1
  368. package/dist/stzh-components/{p-cf162e67.entry.js → p-d7893dfd.entry.js} +1 -1
  369. package/dist/stzh-components/{p-73194e28.entry.js → p-d9643cc4.entry.js} +1 -1
  370. package/dist/stzh-components/{p-03e2634c.entry.js → p-da7b363e.entry.js} +1 -1
  371. package/dist/stzh-components/{p-58917ce2.entry.js → p-db5363ef.entry.js} +1 -1
  372. package/dist/stzh-components/p-de017b87.system.entry.js +1 -0
  373. package/dist/stzh-components/{p-ec3d4dd4.entry.js → p-e009bfdc.entry.js} +1 -1
  374. package/dist/stzh-components/{p-fc9c4fc3.system.entry.js → p-e213663c.system.entry.js} +1 -1
  375. package/dist/stzh-components/{p-7a6e347d.system.entry.js → p-e7a84e53.system.entry.js} +1 -1
  376. package/dist/stzh-components/{p-14d728f0.entry.js → p-ee22256f.entry.js} +1 -1
  377. package/dist/stzh-components/{p-670d4834.entry.js → p-f1356a85.entry.js} +1 -1
  378. package/dist/stzh-components/{p-82e6148a.system.entry.js → p-f167eaa4.system.entry.js} +1 -1
  379. package/dist/stzh-components/{p-3c799247.entry.js → p-f2ee016a.entry.js} +1 -1
  380. package/dist/stzh-components/{p-1ace5d80.entry.js → p-f788a468.entry.js} +1 -1
  381. package/dist/stzh-components/{p-99533090.system.entry.js → p-f832e938.system.entry.js} +1 -1
  382. package/dist/stzh-components/{p-32b78d65.js → p-f84fa2a4.js} +1 -1
  383. package/dist/stzh-components/{p-80db7aa6.system.entry.js → p-fa56fc0d.system.entry.js} +1 -1
  384. package/dist/stzh-components/{p-88a4f756.system.entry.js → p-fc13d017.system.entry.js} +1 -1
  385. package/dist/stzh-components/{p-b4fc71ff.system.entry.js → p-fc6b4f91.system.entry.js} +1 -1
  386. package/dist/stzh-components/p-fdd1998f.entry.js +1 -0
  387. package/dist/stzh-components/{p-370b82e7.system.entry.js → p-fdf0b4bc.system.entry.js} +1 -1
  388. package/dist/stzh-components/{p-90a10825.system.entry.js → p-ffa1e9dd.system.entry.js} +1 -1
  389. package/dist/stzh-components/stzh-components.css +1 -1
  390. package/dist/stzh-components/stzh-components.esm.js +1 -1
  391. package/dist/stzh-components/stzh-components.js +1 -1
  392. package/dist/types/components/stzh-actionset/stzh-actionset.localization.d.ts +5 -0
  393. package/dist/types/components/{stzh-servicecard/stzh-servicecard.localization.d.ts → stzh-card/stzh-card.localization.d.ts} +2 -1
  394. package/dist/types/components/{stzh-servicecard-list/stzh-servicecard-list.localization.d.ts → stzh-card-list/stzh-card-list.localization.d.ts} +1 -1
  395. package/dist/types/components.d.ts +458 -245
  396. package/dist/types/index.d.ts +56 -14
  397. package/dist/vscode-data.json +346 -131
  398. package/package.json +1 -1
  399. package/dist/cjs/stzh-servicecard-list.cjs.entry.js +0 -73
  400. package/dist/cjs/stzh-servicecard.cjs.entry.js +0 -234
  401. package/dist/collection/components/stzh-servicecard/stzh-servicecard.css +0 -558
  402. package/dist/collection/components/stzh-servicecard/stzh-servicecard.stories.js +0 -73
  403. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.stories.js +0 -116
  404. package/dist/components/stzh-servicecard-list.js +0 -117
  405. package/dist/components/stzh-servicecard.js +0 -305
  406. package/dist/esm/stzh-servicecard-list.entry.js +0 -69
  407. package/dist/esm/stzh-servicecard.entry.js +0 -230
  408. package/dist/esm-es5/app-globals-c42494e9.js +0 -1
  409. package/dist/esm-es5/stzh-servicecard-list.entry.js +0 -1
  410. package/dist/esm-es5/stzh-servicecard.entry.js +0 -1
  411. package/dist/stzh-components/p-2b11d549.system.entry.js +0 -1
  412. package/dist/stzh-components/p-34190502.entry.js +0 -1
  413. package/dist/stzh-components/p-3ebd2c03.js +0 -1
  414. package/dist/stzh-components/p-5e0cccc9.system.entry.js +0 -1
  415. package/dist/stzh-components/p-63b5068a.system.entry.js +0 -1
  416. package/dist/stzh-components/p-7921db30.system.entry.js +0 -1
  417. package/dist/stzh-components/p-79bfc485.entry.js +0 -1
  418. package/dist/stzh-components/p-7bb1bd3b.entry.js +0 -1
  419. package/dist/stzh-components/p-a7253852.entry.js +0 -1
  420. package/dist/stzh-components/p-a86c6487.entry.js +0 -1
  421. package/dist/stzh-components/p-aaa2e48f.system.js +0 -1
  422. package/dist/stzh-components/p-b35b0270.entry.js +0 -1
  423. package/dist/stzh-components/p-c581e798.system.entry.js +0 -1
  424. package/dist/stzh-components/p-e12db90a.entry.js +0 -1
  425. package/dist/stzh-components/p-e2ce48f1.system.entry.js +0 -1
  426. package/dist/stzh-components/p-ee5ceac4.entry.js +0 -1
  427. package/dist/stzh-components/p-f0ca6848.system.entry.js +0 -1
  428. package/dist/stzh-components/p-f21440b3.entry.js +0 -1
  429. package/dist/stzh-components/p-faf20030.system.js +0 -1
  430. package/dist/stzh-components/p-fce0e218.system.entry.js +0 -1
  431. package/dist/stzh-components/p-fe9f8a09.system.entry.js +0 -1
@@ -1,7 +1,7 @@
1
- var __awaiter=this&&this.__awaiter||function(e,t,n,i){function r(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function a(e){try{s(i.next(e))}catch(t){o(t)}}function l(e){try{s(i["throw"](e))}catch(t){o(t)}}function s(e){e.done?n(e.value):r(e.value).then(a,l)}s((i=i.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},i,r,o,a;return a={next:l(0),throw:l(1),return:l(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function l(e){return function(t){return s([e,t])}}function s(a){if(i)throw new TypeError("Generator is already executing.");while(n)try{if(i=1,r&&(o=a[0]&2?r["return"]:a[0]?r["throw"]||((o=r["return"])&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;if(r=0,o)a=[a[0]&2,o.value];switch(a[0]){case 0:case 1:o=a;break;case 4:n.label++;return{value:a[1],done:false};case 5:n.label++;r=a[1];a=[0];continue;case 7:a=n.ops.pop();n.trys.pop();continue;default:if(!(o=n.trys,o=o.length>0&&o[o.length-1])&&(a[0]===6||a[0]===2)){n=0;continue}if(a[0]===3&&(!o||a[1]>o[0]&&a[1]<o[3])){n.label=a[1];break}if(a[0]===6&&n.label<o[1]){n.label=o[1];o=a;break}if(o&&n.label<o[2]){n.label=o[2];n.ops.push(a);break}if(o[2])n.ops.pop();n.trys.pop();continue}a=t.call(e,n)}catch(l){a=[6,l];r=0}finally{i=o=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:true}}};System.register(["./p-30b347ee.system.js","./p-0230004d.system.js","./p-a408bfba.system.js"],(function(e){"use strict";var t,n,i,r,o,a,l;return{setters:[function(e){t=e.r;n=e.c;i=e.h;r=e.a;o=e.g},function(e){a=e.c},function(e){l=e.f}],execute:function(){function s(e){return"object"==typeof e&&null!=e&&1===e.nodeType}function c(e,t){return(!t||"hidden"!==e)&&"visible"!==e&&"clip"!==e}function u(e,t){if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){var n=getComputedStyle(e,null);return c(n.overflowY,t)||c(n.overflowX,t)||function(e){var t=function(e){if(!e.ownerDocument||!e.ownerDocument.defaultView)return null;try{return e.ownerDocument.defaultView.frameElement}catch(e){return null}}(e);return!!t&&(t.clientHeight<e.scrollHeight||t.clientWidth<e.scrollWidth)}(e)}return!1}function f(e,t,n,i,r,o,a,l){return o<e&&a>t||o>e&&a<t?0:o<=e&&l<=n||a>=t&&l>=n?o-e-i:a>t&&l<n||o<e&&l>n?a-t+r:0}function d(e,t){var n=window,i=t.scrollMode,r=t.block,o=t.inline,a=t.boundary,l=t.skipOverflowHiddenElements,c="function"==typeof a?a:function(e){return e!==a};if(!s(e))throw new TypeError("Invalid target");for(var d=document.scrollingElement||document.documentElement,h=[],p=e;s(p)&&c(p);){if((p=p.parentElement)===d){h.push(p);break}null!=p&&p===document.body&&u(p)&&!u(document.documentElement)||null!=p&&u(p,l)&&h.push(p)}for(var v=n.visualViewport?n.visualViewport.width:innerWidth,g=n.visualViewport?n.visualViewport.height:innerHeight,m=window.scrollX||pageXOffset,b=window.scrollY||pageYOffset,y=e.getBoundingClientRect(),w=y.height,E=y.width,_=y.top,D=y.right,S=y.bottom,C=y.left,I="start"===r||"nearest"===r?_:"end"===r?S:_+w/2,x="center"===o?C+E/2:"end"===o?D:C,O=[],T=0;T<h.length;T++){var A=h[T],M=A.getBoundingClientRect(),k=M.height,N=M.width,z=M.top,P=M.right,B=M.bottom,R=M.left;if("if-needed"===i&&_>=0&&C>=0&&S<=g&&D<=v&&_>=z&&S<=B&&C>=R&&D<=P)return O;var X=getComputedStyle(A),L=parseInt(X.borderLeftWidth,10),Y=parseInt(X.borderTopWidth,10),W=parseInt(X.borderRightWidth,10),j=parseInt(X.borderBottomWidth,10),H=0,F=0,K="offsetWidth"in A?A.offsetWidth-A.clientWidth-L-W:0,U="offsetHeight"in A?A.offsetHeight-A.clientHeight-Y-j:0;if(d===A)H="start"===r?I:"end"===r?I-g:"nearest"===r?f(b,b+g,g,Y,j,b+I,b+I+w,w):I-g/2,F="start"===o?x:"center"===o?x-v/2:"end"===o?x-v:f(m,m+v,v,L,W,m+x,m+x+E,E),H=Math.max(0,H+b),F=Math.max(0,F+m);else{H="start"===r?I-z-Y:"end"===r?I-B+j+U:"nearest"===r?f(z,B,k,Y,j+U,I,I+w,w):I-(z+k/2)+U/2,F="start"===o?x-R-L:"center"===o?x-(R+N/2)+K/2:"end"===o?x-P+W+K:f(R,P,N,L,W+K,x,x+E,E);var G=A.scrollLeft,V=A.scrollTop;I+=V-(H=Math.max(0,Math.min(V+H,A.scrollHeight-k+U))),x+=G-(F=Math.max(0,Math.min(G+F,A.scrollWidth-N+K)))}O.push({el:A,top:H,left:F})}return O}function h(e){return e===Object(e)&&Object.keys(e).length!==0}function p(e,t){if(t===void 0){t="auto"}var n="scrollBehavior"in document.body.style;e.forEach((function(e){var i=e.el,r=e.top,o=e.left;if(i.scroll&&n){i.scroll({top:r,left:o,behavior:t})}else{i.scrollTop=r;i.scrollLeft=o}}))}function v(e){if(e===false){return{block:"end",inline:"nearest"}}if(h(e)){return e}return{block:"start",inline:"nearest"}}function g(e,t){var n=e.isConnected||e.ownerDocument.documentElement.contains(e);if(h(t)&&typeof t.behavior==="function"){return t.behavior(n?d(e,t):[])}if(!n){return}var i=v(t);return p(d(e,i),i.behavior)}
1
+ var __awaiter=this&&this.__awaiter||function(e,t,n,i){function r(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function a(e){try{s(i.next(e))}catch(t){o(t)}}function l(e){try{s(i["throw"](e))}catch(t){o(t)}}function s(e){e.done?n(e.value):r(e.value).then(a,l)}s((i=i.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},i,r,o,a;return a={next:l(0),throw:l(1),return:l(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function l(e){return function(t){return s([e,t])}}function s(a){if(i)throw new TypeError("Generator is already executing.");while(n)try{if(i=1,r&&(o=a[0]&2?r["return"]:a[0]?r["throw"]||((o=r["return"])&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;if(r=0,o)a=[a[0]&2,o.value];switch(a[0]){case 0:case 1:o=a;break;case 4:n.label++;return{value:a[1],done:false};case 5:n.label++;r=a[1];a=[0];continue;case 7:a=n.ops.pop();n.trys.pop();continue;default:if(!(o=n.trys,o=o.length>0&&o[o.length-1])&&(a[0]===6||a[0]===2)){n=0;continue}if(a[0]===3&&(!o||a[1]>o[0]&&a[1]<o[3])){n.label=a[1];break}if(a[0]===6&&n.label<o[1]){n.label=o[1];o=a;break}if(o&&n.label<o[2]){n.label=o[2];n.ops.push(a);break}if(o[2])n.ops.pop();n.trys.pop();continue}a=t.call(e,n)}catch(l){a=[6,l];r=0}finally{i=o=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:true}}};System.register(["./p-bf0fdd23.system.js","./p-0230004d.system.js","./p-a408bfba.system.js"],(function(e){"use strict";var t,n,i,r,o,a,l;return{setters:[function(e){t=e.r;n=e.c;i=e.h;r=e.a;o=e.g},function(e){a=e.c},function(e){l=e.f}],execute:function(){function s(e){return"object"==typeof e&&null!=e&&1===e.nodeType}function c(e,t){return(!t||"hidden"!==e)&&"visible"!==e&&"clip"!==e}function u(e,t){if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){var n=getComputedStyle(e,null);return c(n.overflowY,t)||c(n.overflowX,t)||function(e){var t=function(e){if(!e.ownerDocument||!e.ownerDocument.defaultView)return null;try{return e.ownerDocument.defaultView.frameElement}catch(e){return null}}(e);return!!t&&(t.clientHeight<e.scrollHeight||t.clientWidth<e.scrollWidth)}(e)}return!1}function f(e,t,n,i,r,o,a,l){return o<e&&a>t||o>e&&a<t?0:o<=e&&l<=n||a>=t&&l>=n?o-e-i:a>t&&l<n||o<e&&l>n?a-t+r:0}function d(e,t){var n=window,i=t.scrollMode,r=t.block,o=t.inline,a=t.boundary,l=t.skipOverflowHiddenElements,c="function"==typeof a?a:function(e){return e!==a};if(!s(e))throw new TypeError("Invalid target");for(var d=document.scrollingElement||document.documentElement,h=[],p=e;s(p)&&c(p);){if((p=p.parentElement)===d){h.push(p);break}null!=p&&p===document.body&&u(p)&&!u(document.documentElement)||null!=p&&u(p,l)&&h.push(p)}for(var v=n.visualViewport?n.visualViewport.width:innerWidth,g=n.visualViewport?n.visualViewport.height:innerHeight,m=window.scrollX||pageXOffset,b=window.scrollY||pageYOffset,y=e.getBoundingClientRect(),w=y.height,E=y.width,D=y.top,_=y.right,S=y.bottom,C=y.left,I="start"===r||"nearest"===r?D:"end"===r?S:D+w/2,x="center"===o?C+E/2:"end"===o?_:C,O=[],T=0;T<h.length;T++){var A=h[T],M=A.getBoundingClientRect(),k=M.height,z=M.width,N=M.top,P=M.right,B=M.bottom,R=M.left;if("if-needed"===i&&D>=0&&C>=0&&S<=g&&_<=v&&D>=N&&S<=B&&C>=R&&_<=P)return O;var X=getComputedStyle(A),L=parseInt(X.borderLeftWidth,10),Y=parseInt(X.borderTopWidth,10),W=parseInt(X.borderRightWidth,10),j=parseInt(X.borderBottomWidth,10),H=0,F=0,K="offsetWidth"in A?A.offsetWidth-A.clientWidth-L-W:0,U="offsetHeight"in A?A.offsetHeight-A.clientHeight-Y-j:0;if(d===A)H="start"===r?I:"end"===r?I-g:"nearest"===r?f(b,b+g,g,Y,j,b+I,b+I+w,w):I-g/2,F="start"===o?x:"center"===o?x-v/2:"end"===o?x-v:f(m,m+v,v,L,W,m+x,m+x+E,E),H=Math.max(0,H+b),F=Math.max(0,F+m);else{H="start"===r?I-N-Y:"end"===r?I-B+j+U:"nearest"===r?f(N,B,k,Y,j+U,I,I+w,w):I-(N+k/2)+U/2,F="start"===o?x-R-L:"center"===o?x-(R+z/2)+K/2:"end"===o?x-P+W+K:f(R,P,z,L,W+K,x,x+E,E);var G=A.scrollLeft,V=A.scrollTop;I+=V-(H=Math.max(0,Math.min(V+H,A.scrollHeight-k+U))),x+=G-(F=Math.max(0,Math.min(G+F,A.scrollWidth-z+K)))}O.push({el:A,top:H,left:F})}return O}function h(e){return e===Object(e)&&Object.keys(e).length!==0}function p(e,t){if(t===void 0){t="auto"}var n="scrollBehavior"in document.body.style;e.forEach((function(e){var i=e.el,r=e.top,o=e.left;if(i.scroll&&n){i.scroll({top:r,left:o,behavior:t})}else{i.scrollTop=r;i.scrollLeft=o}}))}function v(e){if(e===false){return{block:"end",inline:"nearest"}}if(h(e)){return e}return{block:"start",inline:"nearest"}}function g(e,t){var n=e.isConnected||e.ownerDocument.documentElement.contains(e);if(h(t)&&typeof t.behavior==="function"){return t.behavior(n?d(e,t):[])}if(!n){return}var i=v(t);return p(d(e,i),i.behavior)}
2
2
  /**!
3
3
  * Sortable 1.15.0
4
4
  * @author RubaXa <trash@rubaxa.org>
5
5
  * @author owenm <owen23355@gmail.com>
6
6
  * @license MIT
7
- */function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);if(t){i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))}n.push.apply(n,i)}return n}function b(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};if(t%2){m(Object(n),true).forEach((function(t){w(e,t,n[t])}))}else if(Object.getOwnPropertyDescriptors){Object.defineProperties(e,Object.getOwnPropertyDescriptors(n))}else{m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}}return e}function y(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){y=function(e){return typeof e}}else{y=function(e){return e&&typeof Symbol==="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e}}return y(e)}function w(e,t,n){if(t in e){Object.defineProperty(e,t,{value:n,enumerable:true,configurable:true,writable:true})}else{e[t]=n}return e}function E(){E=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n){if(Object.prototype.hasOwnProperty.call(n,i)){e[i]=n[i]}}}return e};return E.apply(this,arguments)}function _(e,t){if(e==null)return{};var n={};var i=Object.keys(e);var r,o;for(o=0;o<i.length;o++){r=i[o];if(t.indexOf(r)>=0)continue;n[r]=e[r]}return n}function D(e,t){if(e==null)return{};var n=_(e,t);var i,r;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++){i=o[r];if(t.indexOf(i)>=0)continue;if(!Object.prototype.propertyIsEnumerable.call(e,i))continue;n[i]=e[i]}}return n}function S(e){return C(e)||I(e)||x(e)||T()}function C(e){if(Array.isArray(e))return O(e)}function I(e){if(typeof Symbol!=="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function x(e,t){if(!e)return;if(typeof e==="string")return O(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor)n=e.constructor.name;if(n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return O(e,t)}function O(e,t){if(t==null||t>e.length)t=e.length;for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function T(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var A="1.15.0";function M(e){if(typeof window!=="undefined"&&window.navigator){return!!navigator.userAgent.match(e)}}var k=M(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i);var N=M(/Edge/i);var z=M(/firefox/i);var P=M(/safari/i)&&!M(/chrome/i)&&!M(/android/i);var B=M(/iP(ad|od|hone)/i);var R=M(/chrome/i)&&M(/android/i);var X={capture:false,passive:false};function L(e,t,n){e.addEventListener(t,n,!k&&X)}function Y(e,t,n){e.removeEventListener(t,n,!k&&X)}function W(e,t){if(!t)return;t[0]===">"&&(t=t.substring(1));if(e){try{if(e.matches){return e.matches(t)}else if(e.msMatchesSelector){return e.msMatchesSelector(t)}else if(e.webkitMatchesSelector){return e.webkitMatchesSelector(t)}}catch(n){return false}}return false}function j(e){return e.host&&e!==document&&e.host.nodeType?e.host:e.parentNode}function H(e,t,n,i){if(e){n=n||document;do{if(t!=null&&(t[0]===">"?e.parentNode===n&&W(e,t):W(e,t))||i&&e===n){return e}if(e===n)break}while(e=j(e))}return null}var F=/\s+/g;function K(e,t,n){if(e&&t){if(e.classList){e.classList[n?"add":"remove"](t)}else{var i=(" "+e.className+" ").replace(F," ").replace(" "+t+" "," ");e.className=(i+(n?" "+t:"")).replace(F," ")}}}function U(e,t,n){var i=e&&e.style;if(i){if(n===void 0){if(document.defaultView&&document.defaultView.getComputedStyle){n=document.defaultView.getComputedStyle(e,"")}else if(e.currentStyle){n=e.currentStyle}return t===void 0?n:n[t]}else{if(!(t in i)&&t.indexOf("webkit")===-1){t="-webkit-"+t}i[t]=n+(typeof n==="string"?"":"px")}}}function G(e,t){var n="";if(typeof e==="string"){n=e}else{do{var i=U(e,"transform");if(i&&i!=="none"){n=i+" "+n}}while(!t&&(e=e.parentNode))}var r=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return r&&new r(n)}function V(e,t,n){if(e){var i=e.getElementsByTagName(t),r=0,o=i.length;if(n){for(;r<o;r++){n(i[r],r)}}return i}return[]}function q(){var e=document.scrollingElement;if(e){return e}else{return document.documentElement}}function Z(e,t,n,i,r){if(!e.getBoundingClientRect&&e!==window)return;var o,a,l,s,c,u,f;if(e!==window&&e.parentNode&&e!==q()){o=e.getBoundingClientRect();a=o.top;l=o.left;s=o.bottom;c=o.right;u=o.height;f=o.width}else{a=0;l=0;s=window.innerHeight;c=window.innerWidth;u=window.innerHeight;f=window.innerWidth}if((t||n)&&e!==window){r=r||e.parentNode;if(!k){do{if(r&&r.getBoundingClientRect&&(U(r,"transform")!=="none"||n&&U(r,"position")!=="static")){var d=r.getBoundingClientRect();a-=d.top+parseInt(U(r,"border-top-width"));l-=d.left+parseInt(U(r,"border-left-width"));s=a+o.height;c=l+o.width;break}}while(r=r.parentNode)}}if(i&&e!==window){var h=G(r||e),p=h&&h.a,v=h&&h.d;if(h){a/=v;l/=p;f/=p;u/=v;s=a+u;c=l+f}}return{top:a,left:l,bottom:s,right:c,width:f,height:u}}function $(e,t,n){var i=ie(e,true),r=Z(e)[t];while(i){var o=Z(i)[n],a=void 0;if(n==="top"||n==="left"){a=r>=o}else{a=r<=o}if(!a)return i;if(i===q())break;i=ie(i,false)}return false}function J(e,t,n,i){var r=0,o=0,a=e.children;while(o<a.length){if(a[o].style.display!=="none"&&a[o]!==gt.ghost&&(i||a[o]!==gt.dragged)&&H(a[o],n.draggable,e,false)){if(r===t){return a[o]}r++}o++}return null}function Q(e,t){var n=e.lastElementChild;while(n&&(n===gt.ghost||U(n,"display")==="none"||t&&!W(n,t))){n=n.previousElementSibling}return n||null}function ee(e,t){var n=0;if(!e||!e.parentNode){return-1}while(e=e.previousElementSibling){if(e.nodeName.toUpperCase()!=="TEMPLATE"&&e!==gt.clone&&(!t||W(e,t))){n++}}return n}function te(e){var t=0,n=0,i=q();if(e){do{var r=G(e),o=r.a,a=r.d;t+=e.scrollLeft*o;n+=e.scrollTop*a}while(e!==i&&(e=e.parentNode))}return[t,n]}function ne(e,t){for(var n in e){if(!e.hasOwnProperty(n))continue;for(var i in t){if(t.hasOwnProperty(i)&&t[i]===e[n][i])return Number(n)}}return-1}function ie(e,t){if(!e||!e.getBoundingClientRect)return q();var n=e;var i=false;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var r=U(n);if(n.clientWidth<n.scrollWidth&&(r.overflowX=="auto"||r.overflowX=="scroll")||n.clientHeight<n.scrollHeight&&(r.overflowY=="auto"||r.overflowY=="scroll")){if(!n.getBoundingClientRect||n===document.body)return q();if(i||t)return n;i=true}}}while(n=n.parentNode);return q()}function re(e,t){if(e&&t){for(var n in t){if(t.hasOwnProperty(n)){e[n]=t[n]}}}return e}function oe(e,t){return Math.round(e.top)===Math.round(t.top)&&Math.round(e.left)===Math.round(t.left)&&Math.round(e.height)===Math.round(t.height)&&Math.round(e.width)===Math.round(t.width)}var ae;function le(e,t){return function(){if(!ae){var n=arguments,i=this;if(n.length===1){e.call(i,n[0])}else{e.apply(i,n)}ae=setTimeout((function(){ae=void 0}),t)}}}function se(){clearTimeout(ae);ae=void 0}function ce(e,t,n){e.scrollLeft+=t;e.scrollTop+=n}function ue(e){var t=window.Polymer;var n=window.jQuery||window.Zepto;if(t&&t.dom){return t.dom(e).cloneNode(true)}else if(n){return n(e).clone(true)[0]}else{return e.cloneNode(true)}}function fe(e,t){U(e,"position","absolute");U(e,"top",t.top);U(e,"left",t.left);U(e,"width",t.width);U(e,"height",t.height)}function de(e){U(e,"position","");U(e,"top","");U(e,"left","");U(e,"width","");U(e,"height","")}var he="Sortable"+(new Date).getTime();function pe(){var e=[],t;return{captureAnimationState:function t(){e=[];if(!this.options.animation)return;var n=[].slice.call(this.el.children);n.forEach((function(t){if(U(t,"display")==="none"||t===gt.ghost)return;e.push({target:t,rect:Z(t)});var n=b({},e[e.length-1].rect);if(t.thisAnimationDuration){var i=G(t,true);if(i){n.top-=i.f;n.left-=i.e}}t.fromRect=n}))},addAnimationState:function t(n){e.push(n)},removeAnimationState:function t(n){e.splice(ne(e,{target:n}),1)},animateAll:function n(i){var r=this;if(!this.options.animation){clearTimeout(t);if(typeof i==="function")i();return}var o=false,a=0;e.forEach((function(e){var t=0,n=e.target,i=n.fromRect,l=Z(n),s=n.prevFromRect,c=n.prevToRect,u=e.rect,f=G(n,true);if(f){l.top-=f.f;l.left-=f.e}n.toRect=l;if(n.thisAnimationDuration){if(oe(s,l)&&!oe(i,l)&&(u.top-l.top)/(u.left-l.left)===(i.top-l.top)/(i.left-l.left)){t=ge(u,s,c,r.options)}}if(!oe(l,i)){n.prevFromRect=i;n.prevToRect=l;if(!t){t=r.options.animation}r.animate(n,u,l,t)}if(t){o=true;a=Math.max(a,t);clearTimeout(n.animationResetTimer);n.animationResetTimer=setTimeout((function(){n.animationTime=0;n.prevFromRect=null;n.fromRect=null;n.prevToRect=null;n.thisAnimationDuration=null}),t);n.thisAnimationDuration=t}}));clearTimeout(t);if(!o){if(typeof i==="function")i()}else{t=setTimeout((function(){if(typeof i==="function")i()}),a)}e=[]},animate:function e(t,n,i,r){if(r){U(t,"transition","");U(t,"transform","");var o=G(this.el),a=o&&o.a,l=o&&o.d,s=(n.left-i.left)/(a||1),c=(n.top-i.top)/(l||1);t.animatingX=!!s;t.animatingY=!!c;U(t,"transform","translate3d("+s+"px,"+c+"px,0)");this.forRepaintDummy=ve(t);U(t,"transition","transform "+r+"ms"+(this.options.easing?" "+this.options.easing:""));U(t,"transform","translate3d(0,0,0)");typeof t.animated==="number"&&clearTimeout(t.animated);t.animated=setTimeout((function(){U(t,"transition","");U(t,"transform","");t.animated=false;t.animatingX=false;t.animatingY=false}),r)}}}}function ve(e){return e.offsetWidth}function ge(e,t,n,i){return Math.sqrt(Math.pow(t.top-e.top,2)+Math.pow(t.left-e.left,2))/Math.sqrt(Math.pow(t.top-n.top,2)+Math.pow(t.left-n.left,2))*i.animation}var me=[];var be={initializeByDefault:true};var ye={mount:function e(t){for(var n in be){if(be.hasOwnProperty(n)&&!(n in t)){t[n]=be[n]}}me.forEach((function(e){if(e.pluginName===t.pluginName){throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")}}));me.push(t)},pluginEvent:function e(t,n,i){var r=this;this.eventCanceled=false;i.cancel=function(){r.eventCanceled=true};var o=t+"Global";me.forEach((function(e){if(!n[e.pluginName])return;if(n[e.pluginName][o]){n[e.pluginName][o](b({sortable:n},i))}if(n.options[e.pluginName]&&n[e.pluginName][t]){n[e.pluginName][t](b({sortable:n},i))}}))},initializePlugins:function e(t,n,i,r){me.forEach((function(e){var r=e.pluginName;if(!t.options[r]&&!e.initializeByDefault)return;var o=new e(t,n,t.options);o.sortable=t;o.options=t.options;t[r]=o;E(i,o.defaults)}));for(var o in t.options){if(!t.options.hasOwnProperty(o))continue;var a=this.modifyOption(t,o,t.options[o]);if(typeof a!=="undefined"){t.options[o]=a}}},getEventProperties:function e(t,n){var i={};me.forEach((function(e){if(typeof e.eventProperties!=="function")return;E(i,e.eventProperties.call(n[e.pluginName],t))}));return i},modifyOption:function e(t,n,i){var r;me.forEach((function(e){if(!t[e.pluginName])return;if(e.optionListeners&&typeof e.optionListeners[n]==="function"){r=e.optionListeners[n].call(t[e.pluginName],i)}}));return r}};function we(e){var t=e.sortable,n=e.rootEl,i=e.name,r=e.targetEl,o=e.cloneEl,a=e.toEl,l=e.fromEl,s=e.oldIndex,c=e.newIndex,u=e.oldDraggableIndex,f=e.newDraggableIndex,d=e.originalEvent,h=e.putSortable,p=e.extraEventProperties;t=t||n&&n[he];if(!t)return;var v,g=t.options,m="on"+i.charAt(0).toUpperCase()+i.substr(1);if(window.CustomEvent&&!k&&!N){v=new CustomEvent(i,{bubbles:true,cancelable:true})}else{v=document.createEvent("Event");v.initEvent(i,true,true)}v.to=a||n;v.from=l||n;v.item=r||n;v.clone=o;v.oldIndex=s;v.newIndex=c;v.oldDraggableIndex=u;v.newDraggableIndex=f;v.originalEvent=d;v.pullMode=h?h.lastPutMode:undefined;var y=b(b({},p),ye.getEventProperties(i,t));for(var w in y){v[w]=y[w]}if(n){n.dispatchEvent(v)}if(g[m]){g[m].call(t,v)}}var Ee=["evt"];var _e=function e(t,n){var i=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{},r=i.evt,o=D(i,Ee);ye.pluginEvent.bind(gt)(t,n,b({dragEl:Se,parentEl:Ce,ghostEl:Ie,rootEl:xe,nextEl:Oe,lastDownEl:Te,cloneEl:Ae,cloneHidden:Me,dragStarted:Ge,putSortable:Re,activeSortable:gt.active,originalEvent:r,oldIndex:ke,oldDraggableIndex:ze,newIndex:Ne,newDraggableIndex:Pe,hideGhostForTarget:dt,unhideGhostForTarget:ht,cloneNowHidden:function e(){Me=true},cloneNowShown:function e(){Me=false},dispatchSortableEvent:function e(t){De({sortable:n,name:t,originalEvent:r})}},o))};function De(e){we(b({putSortable:Re,cloneEl:Ae,targetEl:Se,rootEl:xe,oldIndex:ke,oldDraggableIndex:ze,newIndex:Ne,newDraggableIndex:Pe},e))}var Se,Ce,Ie,xe,Oe,Te,Ae,Me,ke,Ne,ze,Pe,Be,Re,Xe=false,Le=false,Ye=[],We,je,He,Fe,Ke,Ue,Ge,Ve,qe,Ze=false,$e=false,Je,Qe,et=[],tt=false,nt=[];var it=typeof document!=="undefined",rt=B,ot=N||k?"cssFloat":"float",at=it&&!R&&!B&&"draggable"in document.createElement("div"),lt=function(){if(!it)return;if(k){return false}var e=document.createElement("x");e.style.cssText="pointer-events:auto";return e.style.pointerEvents==="auto"}(),st=function e(t,n){var i=U(t),r=parseInt(i.width)-parseInt(i.paddingLeft)-parseInt(i.paddingRight)-parseInt(i.borderLeftWidth)-parseInt(i.borderRightWidth),o=J(t,0,n),a=J(t,1,n),l=o&&U(o),s=a&&U(a),c=l&&parseInt(l.marginLeft)+parseInt(l.marginRight)+Z(o).width,u=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+Z(a).width;if(i.display==="flex"){return i.flexDirection==="column"||i.flexDirection==="column-reverse"?"vertical":"horizontal"}if(i.display==="grid"){return i.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal"}if(o&&l["float"]&&l["float"]!=="none"){var f=l["float"]==="left"?"left":"right";return a&&(s.clear==="both"||s.clear===f)?"vertical":"horizontal"}return o&&(l.display==="block"||l.display==="flex"||l.display==="table"||l.display==="grid"||c>=r&&i[ot]==="none"||a&&i[ot]==="none"&&c+u>r)?"vertical":"horizontal"},ct=function e(t,n,i){var r=i?t.left:t.top,o=i?t.right:t.bottom,a=i?t.width:t.height,l=i?n.left:n.top,s=i?n.right:n.bottom,c=i?n.width:n.height;return r===l||o===s||r+a/2===l+c/2},ut=function e(t,n){var i;Ye.some((function(e){var r=e[he].options.emptyInsertThreshold;if(!r||Q(e))return;var o=Z(e),a=t>=o.left-r&&t<=o.right+r,l=n>=o.top-r&&n<=o.bottom+r;if(a&&l){return i=e}}));return i},ft=function e(t){function n(e,t){return function(i,r,o,a){var l=i.options.group.name&&r.options.group.name&&i.options.group.name===r.options.group.name;if(e==null&&(t||l)){return true}else if(e==null||e===false){return false}else if(t&&e==="clone"){return e}else if(typeof e==="function"){return n(e(i,r,o,a),t)(i,r,o,a)}else{var s=(t?i:r).options.group.name;return e===true||typeof e==="string"&&e===s||e.join&&e.indexOf(s)>-1}}}var i={};var r=t.group;if(!r||y(r)!="object"){r={name:r}}i.name=r.name;i.checkPull=n(r.pull,true);i.checkPut=n(r.put);i.revertClone=r.revertClone;t.group=i},dt=function e(){if(!lt&&Ie){U(Ie,"display","none")}},ht=function e(){if(!lt&&Ie){U(Ie,"display","")}};if(it&&!R){document.addEventListener("click",(function(e){if(Le){e.preventDefault();e.stopPropagation&&e.stopPropagation();e.stopImmediatePropagation&&e.stopImmediatePropagation();Le=false;return false}}),true)}var pt=function e(t){if(Se){t=t.touches?t.touches[0]:t;var n=ut(t.clientX,t.clientY);if(n){var i={};for(var r in t){if(t.hasOwnProperty(r)){i[r]=t[r]}}i.target=i.rootEl=n;i.preventDefault=void 0;i.stopPropagation=void 0;n[he]._onDragOver(i)}}};var vt=function e(t){if(Se){Se.parentNode[he]._isOutsideThisEl(t.target)}};function gt(e,t){if(!(e&&e.nodeType&&e.nodeType===1)){throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(e))}this.el=e;this.options=t=E({},t);e[he]=this;var n={group:null,sort:true,disabled:false,store:null,handle:null,draggable:/^[uo]l$/i.test(e.nodeName)?">li":">*",swapThreshold:1,invertSwap:false,invertedSwapThreshold:null,removeCloneOnHide:true,direction:function t(){return st(e,this.options)},ghostClone:function(e){return e.cloneNode(true)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:true,animation:0,easing:null,setData:function e(t,n){t.setData("Text",n.textContent)},dropBubble:false,dragoverBubble:false,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:false,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:false,fallbackClass:"sortable-fallback",fallbackOnBody:false,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:gt.supportPointer!==false&&"PointerEvent"in window&&!P,emptyInsertThreshold:5};ye.initializePlugins(this,e,n);for(var i in n){!(i in t)&&(t[i]=n[i])}ft(t);for(var r in this){if(r.charAt(0)==="_"&&typeof this[r]==="function"){this[r]=this[r].bind(this)}}this.nativeDraggable=t.forceFallback?false:at;if(this.nativeDraggable){this.options.touchStartThreshold=1}if(t.supportPointer){L(e,"pointerdown",this._onTapStart)}else{L(e,"mousedown",this._onTapStart);L(e,"touchstart",this._onTapStart)}if(this.nativeDraggable){L(e,"dragover",this);L(e,"dragenter",this)}Ye.push(this.el);t.store&&t.store.get&&this.sort(t.store.get(this)||[]);E(this,pe())}gt.prototype={constructor:gt,_isOutsideThisEl:function e(t){if(!this.el.contains(t)&&t!==this.el){Ve=null}},_getDirection:function e(t,n){return typeof this.options.direction==="function"?this.options.direction.call(this,t,n,Se):this.options.direction},_onTapStart:function e(t){if(!t.cancelable)return;var n=this,i=this.el,r=this.options,o=r.preventOnFilter,a=t.type,l=t.touches&&t.touches[0]||t.pointerType&&t.pointerType==="touch"&&t,s=(l||t).target,c=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||s,u=r.filter;It(i);if(Se){return}if(/mousedown|pointerdown/.test(a)&&t.button!==0||r.disabled){return}if(c.isContentEditable){return}if(!this.nativeDraggable&&P&&s&&s.tagName.toUpperCase()==="SELECT"){return}s=H(s,r.draggable,i,false);if(s&&s.animated){return}if(Te===s){return}ke=ee(s);ze=ee(s,r.draggable);if(typeof u==="function"){if(u.call(this,t,s,this)){De({sortable:n,rootEl:c,name:"filter",targetEl:s,toEl:i,fromEl:i});_e("filter",n,{evt:t});o&&t.cancelable&&t.preventDefault();return}}else if(u){u=u.split(",").some((function(e){e=H(c,e.trim(),i,false);if(e){De({sortable:n,rootEl:e,name:"filter",targetEl:s,fromEl:i,toEl:i});_e("filter",n,{evt:t});return true}}));if(u){o&&t.cancelable&&t.preventDefault();return}}if(r.handle&&!H(c,r.handle,i,false)){return}this._prepareDragStart(t,l,s)},_prepareDragStart:function e(t,n,i){var r=this,o=r.el,a=r.options,l=o.ownerDocument,s;if(i&&!Se&&i.parentNode===o){var c=Z(i);xe=o;Se=i;Ce=Se.parentNode;Oe=Se.nextSibling;Te=i;Be=a.group;gt.dragged=Se;We={target:Se,clientX:(n||t).clientX,clientY:(n||t).clientY};Ke=We.clientX-c.left;Ue=We.clientY-c.top;this._lastX=(n||t).clientX;this._lastY=(n||t).clientY;Se.style["will-change"]="all";s=function e(){_e("delayEnded",r,{evt:t});if(gt.eventCanceled){r._onDrop();return}r._disableDelayedDragEvents();if(!z&&r.nativeDraggable){Se.draggable=true}r._triggerDragStart(t,n);De({sortable:r,name:"choose",originalEvent:t});K(Se,a.chosenClass,true)};a.ignore.split(",").forEach((function(e){V(Se,e.trim(),yt)}));L(l,"dragover",pt);L(l,"mousemove",pt);L(l,"touchmove",pt);L(l,"mouseup",r._onDrop);L(l,"touchend",r._onDrop);L(l,"touchcancel",r._onDrop);if(z&&this.nativeDraggable){this.options.touchStartThreshold=4;Se.draggable=true}_e("delayStart",this,{evt:t});if(a.delay&&(!a.delayOnTouchOnly||n)&&(!this.nativeDraggable||!(N||k))){if(gt.eventCanceled){this._onDrop();return}L(l,"mouseup",r._disableDelayedDrag);L(l,"touchend",r._disableDelayedDrag);L(l,"touchcancel",r._disableDelayedDrag);L(l,"mousemove",r._delayedDragTouchMoveHandler);L(l,"touchmove",r._delayedDragTouchMoveHandler);a.supportPointer&&L(l,"pointermove",r._delayedDragTouchMoveHandler);r._dragStartTimer=setTimeout(s,a.delay)}else{s()}}},_delayedDragTouchMoveHandler:function e(t){var n=t.touches?t.touches[0]:t;if(Math.max(Math.abs(n.clientX-this._lastX),Math.abs(n.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))){this._disableDelayedDrag()}},_disableDelayedDrag:function e(){Se&&yt(Se);clearTimeout(this._dragStartTimer);this._disableDelayedDragEvents()},_disableDelayedDragEvents:function e(){var t=this.el.ownerDocument;Y(t,"mouseup",this._disableDelayedDrag);Y(t,"touchend",this._disableDelayedDrag);Y(t,"touchcancel",this._disableDelayedDrag);Y(t,"mousemove",this._delayedDragTouchMoveHandler);Y(t,"touchmove",this._delayedDragTouchMoveHandler);Y(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function e(t,n){n=n||t.pointerType=="touch"&&t;if(!this.nativeDraggable||n){if(this.options.supportPointer){L(document,"pointermove",this._onTouchMove)}else if(n){L(document,"touchmove",this._onTouchMove)}else{L(document,"mousemove",this._onTouchMove)}}else{L(Se,"dragend",this);L(xe,"dragstart",this._onDragStart)}try{if(document.selection){xt((function(){document.selection.empty()}))}else{window.getSelection().removeAllRanges()}}catch(i){}},_dragStarted:function e(t,n){Xe=false;if(xe&&Se){_e("dragStarted",this,{evt:n});if(this.nativeDraggable){L(document,"dragover",vt)}var i=this.options;!t&&K(Se,i.dragClass,false);K(Se,i.ghostClass,true);gt.active=this;t&&this._appendGhost();De({sortable:this,name:"start",originalEvent:n})}else{this._nulling()}},_emulateDragOver:function e(){if(je){this._lastX=je.clientX;this._lastY=je.clientY;dt();var t=document.elementFromPoint(je.clientX,je.clientY);var n=t;while(t&&t.shadowRoot){t=t.shadowRoot.elementFromPoint(je.clientX,je.clientY);if(t===n)break;n=t}Se.parentNode[he]._isOutsideThisEl(t);if(n){do{if(n[he]){var i=void 0;i=n[he]._onDragOver({clientX:je.clientX,clientY:je.clientY,target:t,rootEl:n});if(i&&!this.options.dragoverBubble){break}}t=n}while(n=n.parentNode)}ht()}},_onTouchMove:function e(t){if(We){var n=this.options,i=n.fallbackTolerance,r=n.fallbackOffset,o=t.touches?t.touches[0]:t,a=Ie&&G(Ie,true),l=Ie&&a&&a.a,s=Ie&&a&&a.d,c=rt&&Qe&&te(Qe),u=(o.clientX-We.clientX+r.x)/(l||1)+(c?c[0]-et[0]:0)/(l||1),f=(o.clientY-We.clientY+r.y)/(s||1)+(c?c[1]-et[1]:0)/(s||1);if(!gt.active&&!Xe){if(i&&Math.max(Math.abs(o.clientX-this._lastX),Math.abs(o.clientY-this._lastY))<i){return}this._onDragStart(t,true)}if(Ie){if(a){a.e+=u-(He||0);a.f+=f-(Fe||0)}else{a={a:1,b:0,c:0,d:1,e:u,f:f}}var d="matrix(".concat(a.a,",").concat(a.b,",").concat(a.c,",").concat(a.d,",").concat(a.e,",").concat(a.f,")");U(Ie,"webkitTransform",d);U(Ie,"mozTransform",d);U(Ie,"msTransform",d);U(Ie,"transform",d);He=u;Fe=f;je=o}t.cancelable&&t.preventDefault()}},_appendGhost:function e(){if(!Ie){var t=this.options.fallbackOnBody?document.body:xe,n=Z(Se,true,rt,true,t),i=this.options;if(rt){Qe=t;while(U(Qe,"position")==="static"&&U(Qe,"transform")==="none"&&Qe!==document){Qe=Qe.parentNode}if(Qe!==document.body&&Qe!==document.documentElement){if(Qe===document)Qe=q();n.top+=Qe.scrollTop;n.left+=Qe.scrollLeft}else{Qe=q()}et=te(Qe)}Ie=i.ghostClone(Se);K(Ie,i.ghostClass,false);K(Ie,i.fallbackClass,true);K(Ie,i.dragClass,true);U(Ie,"transition","");U(Ie,"transform","");U(Ie,"box-sizing","border-box");U(Ie,"margin",0);U(Ie,"top",n.top);U(Ie,"left",n.left);U(Ie,"width",n.width);U(Ie,"height",n.height);U(Ie,"opacity","0.8");U(Ie,"position",rt?"absolute":"fixed");U(Ie,"zIndex","100000");U(Ie,"pointerEvents","none");gt.ghost=Ie;t.appendChild(Ie);U(Ie,"transform-origin",Ke/parseInt(Ie.style.width)*100+"% "+Ue/parseInt(Ie.style.height)*100+"%")}},_onDragStart:function e(t,n){var i=this;var r=t.dataTransfer;var o=i.options;_e("dragStart",this,{evt:t});if(gt.eventCanceled){this._onDrop();return}_e("setupClone",this);if(!gt.eventCanceled){Ae=ue(Se);Ae.removeAttribute("id");Ae.draggable=false;Ae.style["will-change"]="";this._hideClone();K(Ae,this.options.chosenClass,false);gt.clone=Ae}i.cloneId=xt((function(){_e("clone",i);if(gt.eventCanceled)return;if(!i.options.removeCloneOnHide){xe.insertBefore(Ae,Se)}i._hideClone();De({sortable:i,name:"clone"})}));!n&&K(Se,o.dragClass,true);if(n){Le=true;i._loopId=setInterval(i._emulateDragOver,50)}else{Y(document,"mouseup",i._onDrop);Y(document,"touchend",i._onDrop);Y(document,"touchcancel",i._onDrop);if(r){r.effectAllowed="move";o.setData&&o.setData.call(i,r,Se)}L(document,"drop",i);U(Se,"transform","translateZ(0)")}Xe=true;i._dragStartId=xt(i._dragStarted.bind(i,n,t));L(document,"selectstart",i);Ge=true;if(P){U(document.body,"user-select","none")}},_onDragOver:function e(t){var n=this.el,i=t.target,r,o,a,l=this.options,s=l.group,c=gt.active,u=Be===s,f=l.sort,d=Re||c,h,p=this,v=false;if(tt)return;function g(e,l){_e(e,p,b({evt:t,isOwner:u,axis:h?"vertical":"horizontal",revert:a,dragRect:r,targetRect:o,canSort:f,fromSortable:d,target:i,completed:y,onMove:function e(i,o){return bt(xe,n,Se,r,i,Z(i),t,o)},changed:w},l))}function m(){g("dragOverAnimationCapture");p.captureAnimationState();if(p!==d){d.captureAnimationState()}}function y(e){g("dragOverCompleted",{insertion:e});if(e){if(u){c._hideClone()}else{c._showClone(p)}if(p!==d){K(Se,Re?Re.options.ghostClass:c.options.ghostClass,false);K(Se,l.ghostClass,true)}if(Re!==p&&p!==gt.active){Re=p}else if(p===gt.active&&Re){Re=null}if(d===p){p._ignoreWhileAnimating=i}p.animateAll((function(){g("dragOverAnimationComplete");p._ignoreWhileAnimating=null}));if(p!==d){d.animateAll();d._ignoreWhileAnimating=null}}if(i===Se&&!Se.animated||i===n&&!i.animated){Ve=null}if(!l.dragoverBubble&&!t.rootEl&&i!==document){Se.parentNode[he]._isOutsideThisEl(t.target);!e&&pt(t)}!l.dragoverBubble&&t.stopPropagation&&t.stopPropagation();return v=true}function w(){Ne=ee(Se);Pe=ee(Se,l.draggable);De({sortable:p,name:"change",toEl:n,newIndex:Ne,newDraggableIndex:Pe,originalEvent:t})}if(t.preventDefault!==void 0){t.cancelable&&t.preventDefault()}i=H(i,l.draggable,n,true);g("dragOver");if(gt.eventCanceled)return v;if(Se.contains(t.target)||i.animated&&i.animatingX&&i.animatingY||p._ignoreWhileAnimating===i){return y(false)}Le=false;if(c&&!l.disabled&&(u?f||(a=Ce!==xe):Re===this||(this.lastPutMode=Be.checkPull(this,c,Se,t))&&s.checkPut(this,c,Se,t))){h=this._getDirection(t,i)==="vertical";r=Z(Se);g("dragOverValid");if(gt.eventCanceled)return v;if(a){Ce=xe;m();this._hideClone();g("revert");if(!gt.eventCanceled){if(Oe){xe.insertBefore(Se,Oe)}else{xe.appendChild(Se)}}return y(true)}var E=Q(n,l.draggable);if(!E||_t(t,h,this)&&!E.animated){if(E===Se){return y(false)}if(E&&n===t.target){i=E}if(i){o=Z(i)}if(bt(xe,n,Se,r,i,o,t,!!i)!==false){m();if(E&&E.nextSibling){n.insertBefore(Se,E.nextSibling)}else{n.appendChild(Se)}Ce=n;w();return y(true)}}else if(E&&Et(t,h,this)){var _=J(n,0,l,true);if(_===Se){return y(false)}i=_;o=Z(i);if(bt(xe,n,Se,r,i,o,t,false)!==false){m();n.insertBefore(Se,_);Ce=n;w();return y(true)}}else if(i.parentNode===n){o=Z(i);var D=0,S,C=Se.parentNode!==n,I=!ct(Se.animated&&Se.toRect||r,i.animated&&i.toRect||o,h),x=h?"top":"left",O=$(i,"top","top")||$(Se,"top","top"),T=O?O.scrollTop:void 0;if(Ve!==i){S=o[x];Ze=false;$e=!I&&l.invertSwap||C}D=Dt(t,i,o,h,I?1:l.swapThreshold,l.invertedSwapThreshold==null?l.swapThreshold:l.invertedSwapThreshold,$e,Ve===i);var A;if(D!==0){var M=ee(Se);do{M-=D;A=Ce.children[M]}while(A&&(U(A,"display")==="none"||A===Ie))}if(D===0||A===i){return y(false)}Ve=i;qe=D;var k=i.nextElementSibling,N=false;N=D===1;var z=bt(xe,n,Se,r,i,o,t,N);if(z!==false){if(z===1||z===-1){N=z===1}tt=true;setTimeout(wt,30);m();if(N&&!k){n.appendChild(Se)}else{i.parentNode.insertBefore(Se,N?k:i)}if(O){ce(O,0,T-O.scrollTop)}Ce=Se.parentNode;if(S!==undefined&&!$e){Je=Math.abs(S-Z(i)[x])}w();return y(true)}}if(n.contains(Se)){return y(false)}}return false},_ignoreWhileAnimating:null,_offMoveEvents:function e(){Y(document,"mousemove",this._onTouchMove);Y(document,"touchmove",this._onTouchMove);Y(document,"pointermove",this._onTouchMove);Y(document,"dragover",pt);Y(document,"mousemove",pt);Y(document,"touchmove",pt)},_offUpEvents:function e(){var t=this.el.ownerDocument;Y(t,"mouseup",this._onDrop);Y(t,"touchend",this._onDrop);Y(t,"pointerup",this._onDrop);Y(t,"touchcancel",this._onDrop);Y(document,"selectstart",this)},_onDrop:function e(t){var n=this.el,i=this.options;Ne=ee(Se);Pe=ee(Se,i.draggable);_e("drop",this,{evt:t});Ce=Se&&Se.parentNode;Ne=ee(Se);Pe=ee(Se,i.draggable);if(gt.eventCanceled){this._nulling();return}Xe=false;$e=false;Ze=false;clearInterval(this._loopId);clearTimeout(this._dragStartTimer);Ot(this.cloneId);Ot(this._dragStartId);if(this.nativeDraggable){Y(document,"drop",this);Y(n,"dragstart",this._onDragStart)}this._offMoveEvents();this._offUpEvents();if(P){U(document.body,"user-select","")}U(Se,"transform","");if(t){if(Ge){t.cancelable&&t.preventDefault();!i.dropBubble&&t.stopPropagation()}Ie&&Ie.parentNode&&Ie.parentNode.removeChild(Ie);if(xe===Ce||Re&&Re.lastPutMode!=="clone"){Ae&&Ae.parentNode&&Ae.parentNode.removeChild(Ae)}if(Se){if(this.nativeDraggable){Y(Se,"dragend",this)}yt(Se);Se.style["will-change"]="";if(Ge&&!Xe){K(Se,Re?Re.options.ghostClass:this.options.ghostClass,false)}K(Se,this.options.chosenClass,false);De({sortable:this,name:"unchoose",toEl:Ce,newIndex:null,newDraggableIndex:null,originalEvent:t});if(xe!==Ce){if(Ne>=0){De({rootEl:Ce,name:"add",toEl:Ce,fromEl:xe,originalEvent:t});De({sortable:this,name:"remove",toEl:Ce,originalEvent:t});De({rootEl:Ce,name:"sort",toEl:Ce,fromEl:xe,originalEvent:t});De({sortable:this,name:"sort",toEl:Ce,originalEvent:t})}Re&&Re.save()}else{if(Ne!==ke){if(Ne>=0){De({sortable:this,name:"update",toEl:Ce,originalEvent:t});De({sortable:this,name:"sort",toEl:Ce,originalEvent:t})}}}if(gt.active){if(Ne==null||Ne===-1){Ne=ke;Pe=ze}De({sortable:this,name:"end",toEl:Ce,originalEvent:t});this.save()}}}this._nulling()},_nulling:function e(){_e("nulling",this);xe=Se=Ce=Ie=Oe=Ae=Te=Me=We=je=Ge=Ne=Pe=ke=ze=Ve=qe=Re=Be=gt.dragged=gt.ghost=gt.clone=gt.active=null;nt.forEach((function(e){e.checked=true}));nt.length=He=Fe=0},handleEvent:function e(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":if(Se){this._onDragOver(t);mt(t)}break;case"selectstart":t.preventDefault();break}},toArray:function e(){var t=[],n,i=this.el.children,r=0,o=i.length,a=this.options;for(;r<o;r++){n=i[r];if(H(n,a.draggable,this.el,false)){t.push(n.getAttribute(a.dataIdAttr)||Ct(n))}}return t},sort:function e(t,n){var i={},r=this.el;this.toArray().forEach((function(e,t){var n=r.children[t];if(H(n,this.options.draggable,r,false)){i[e]=n}}),this);n&&this.captureAnimationState();t.forEach((function(e){if(i[e]){r.removeChild(i[e]);r.appendChild(i[e])}}));n&&this.animateAll()},save:function e(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function e(t,n){return H(t,n||this.options.draggable,this.el,false)},option:function e(t,n){var i=this.options;if(n===void 0){return i[t]}else{var r=ye.modifyOption(this,t,n);if(typeof r!=="undefined"){i[t]=r}else{i[t]=n}if(t==="group"){ft(i)}}},destroy:function e(){_e("destroy",this);var t=this.el;t[he]=null;Y(t,"mousedown",this._onTapStart);Y(t,"touchstart",this._onTapStart);Y(t,"pointerdown",this._onTapStart);if(this.nativeDraggable){Y(t,"dragover",this);Y(t,"dragenter",this)}Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),(function(e){e.removeAttribute("draggable")}));this._onDrop();this._disableDelayedDragEvents();Ye.splice(Ye.indexOf(this.el),1);this.el=t=null},_hideClone:function e(){if(!Me){_e("hideClone",this);if(gt.eventCanceled)return;U(Ae,"display","none");if(this.options.removeCloneOnHide&&Ae.parentNode){Ae.parentNode.removeChild(Ae)}Me=true}},_showClone:function e(t){if(t.lastPutMode!=="clone"){this._hideClone();return}if(Me){_e("showClone",this);if(gt.eventCanceled)return;if(Se.parentNode==xe&&!this.options.group.revertClone){xe.insertBefore(Ae,Se)}else if(Oe){xe.insertBefore(Ae,Oe)}else{xe.appendChild(Ae)}if(this.options.group.revertClone){this.animate(Se,Ae)}U(Ae,"display","");Me=false}}};function mt(e){if(e.dataTransfer){e.dataTransfer.dropEffect="move"}e.cancelable&&e.preventDefault()}function bt(e,t,n,i,r,o,a,l){var s,c=e[he],u=c.options.onMove,f;if(window.CustomEvent&&!k&&!N){s=new CustomEvent("move",{bubbles:true,cancelable:true})}else{s=document.createEvent("Event");s.initEvent("move",true,true)}s.to=t;s.from=e;s.dragged=n;s.draggedRect=i;s.related=r||t;s.relatedRect=o||Z(t);s.willInsertAfter=l;s.originalEvent=a;e.dispatchEvent(s);if(u){f=u.call(c,s,a)}return f}function yt(e){e.draggable=false}function wt(){tt=false}function Et(e,t,n){var i=Z(J(n.el,0,n.options,true));var r=10;return t?e.clientX<i.left-r||e.clientY<i.top&&e.clientX<i.right:e.clientY<i.top-r||e.clientY<i.bottom&&e.clientX<i.left}function _t(e,t,n){var i=Z(Q(n.el,n.options.draggable));var r=10;return t?e.clientX>i.right+r||e.clientX<=i.right&&e.clientY>i.bottom&&e.clientX>=i.left:e.clientX>i.right&&e.clientY>i.top||e.clientX<=i.right&&e.clientY>i.bottom+r}function Dt(e,t,n,i,r,o,a,l){var s=i?e.clientY:e.clientX,c=i?n.height:n.width,u=i?n.top:n.left,f=i?n.bottom:n.right,d=false;if(!a){if(l&&Je<c*r){if(!Ze&&(qe===1?s>u+c*o/2:s<f-c*o/2)){Ze=true}if(!Ze){if(qe===1?s<u+Je:s>f-Je){return-qe}}else{d=true}}else{if(s>u+c*(1-r)/2&&s<f-c*(1-r)/2){return St(t)}}}d=d||a;if(d){if(s<u+c*o/2||s>f-c*o/2){return s>u+c/2?1:-1}}return 0}function St(e){if(ee(Se)<ee(e)){return 1}else{return-1}}function Ct(e){var t=e.tagName+e.className+e.src+e.href+e.textContent,n=t.length,i=0;while(n--){i+=t.charCodeAt(n)}return i.toString(36)}function It(e){nt.length=0;var t=e.getElementsByTagName("input");var n=t.length;while(n--){var i=t[n];i.checked&&nt.push(i)}}function xt(e){return setTimeout(e,0)}function Ot(e){return clearTimeout(e)}if(it){L(document,"touchmove",(function(e){if((gt.active||Xe)&&e.cancelable){e.preventDefault()}}))}gt.utils={on:L,off:Y,css:U,find:V,is:function e(t,n){return!!H(t,n,t,false)},extend:re,throttle:le,closest:H,toggleClass:K,clone:ue,index:ee,nextTick:xt,cancelNextTick:Ot,detectDirection:st,getChild:J};gt.get=function(e){return e[he]};gt.mount=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++){t[n]=arguments[n]}if(t[0].constructor===Array)t=t[0];t.forEach((function(e){if(!e.prototype||!e.prototype.constructor){throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(e))}if(e.utils)gt.utils=b(b({},gt.utils),e.utils);ye.mount(e)}))};gt.create=function(e,t){return new gt(e,t)};gt.version=A;var Tt=[],At,Mt,kt=false,Nt,zt,Pt,Bt;function Rt(){function e(){this.defaults={scroll:true,forceAutoScrollFallback:false,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:true};for(var e in this){if(e.charAt(0)==="_"&&typeof this[e]==="function"){this[e]=this[e].bind(this)}}}e.prototype={dragStarted:function e(t){var n=t.originalEvent;if(this.sortable.nativeDraggable){L(document,"dragover",this._handleAutoScroll)}else{if(this.options.supportPointer){L(document,"pointermove",this._handleFallbackAutoScroll)}else if(n.touches){L(document,"touchmove",this._handleFallbackAutoScroll)}else{L(document,"mousemove",this._handleFallbackAutoScroll)}}},dragOverCompleted:function e(t){var n=t.originalEvent;if(!this.options.dragOverBubble&&!n.rootEl){this._handleAutoScroll(n)}},drop:function e(){if(this.sortable.nativeDraggable){Y(document,"dragover",this._handleAutoScroll)}else{Y(document,"pointermove",this._handleFallbackAutoScroll);Y(document,"touchmove",this._handleFallbackAutoScroll);Y(document,"mousemove",this._handleFallbackAutoScroll)}Lt();Xt();se()},nulling:function e(){Pt=Mt=At=kt=Bt=Nt=zt=null;Tt.length=0},_handleFallbackAutoScroll:function e(t){this._handleAutoScroll(t,true)},_handleAutoScroll:function e(t,n){var i=this;var r=(t.touches?t.touches[0]:t).clientX,o=(t.touches?t.touches[0]:t).clientY,a=document.elementFromPoint(r,o);Pt=t;if(n||this.options.forceAutoScrollFallback||N||k||P){Yt(t,this.options,a,n);var l=ie(a,true);if(kt&&(!Bt||r!==Nt||o!==zt)){Bt&&Lt();Bt=setInterval((function(){var e=ie(document.elementFromPoint(r,o),true);if(e!==l){l=e;Xt()}Yt(t,i.options,e,n)}),10);Nt=r;zt=o}}else{if(!this.options.bubbleScroll||ie(a,true)===q()){Xt();return}Yt(t,this.options,ie(a,false),false)}}};return E(e,{pluginName:"scroll",initializeByDefault:true})}function Xt(){Tt.forEach((function(e){clearInterval(e.pid)}));Tt=[]}function Lt(){clearInterval(Bt)}var Yt=le((function(e,t,n,i){if(!t.scroll)return;var r=(e.touches?e.touches[0]:e).clientX,o=(e.touches?e.touches[0]:e).clientY,a=t.scrollSensitivity,l=t.scrollSpeed,s=q();var c=false,u;if(Mt!==n){Mt=n;Xt();At=t.scroll;u=t.scrollFn;if(At===true){At=ie(n,true)}}var f=0;var d=At;do{var h=d,p=Z(h),v=p.top,g=p.bottom,m=p.left,b=p.right,y=p.width,w=p.height,E=void 0,_=void 0,D=h.scrollWidth,S=h.scrollHeight,C=U(h),I=h.scrollLeft,x=h.scrollTop;if(h===s){E=y<D&&(C.overflowX==="auto"||C.overflowX==="scroll"||C.overflowX==="visible");_=w<S&&(C.overflowY==="auto"||C.overflowY==="scroll"||C.overflowY==="visible")}else{E=y<D&&(C.overflowX==="auto"||C.overflowX==="scroll");_=w<S&&(C.overflowY==="auto"||C.overflowY==="scroll")}var O=E&&(Math.abs(b-r)<=a&&I+y<D)-(Math.abs(m-r)<=a&&!!I);var T=_&&(Math.abs(g-o)<=a&&x+w<S)-(Math.abs(v-o)<=a&&!!x);if(!Tt[f]){for(var A=0;A<=f;A++){if(!Tt[A]){Tt[A]={}}}}if(Tt[f].vx!=O||Tt[f].vy!=T||Tt[f].el!==h){Tt[f].el=h;Tt[f].vx=O;Tt[f].vy=T;clearInterval(Tt[f].pid);if(O!=0||T!=0){c=true;Tt[f].pid=setInterval(function(){if(i&&this.layer===0){gt.active._onTouchMove(Pt)}var t=Tt[this.layer].vy?Tt[this.layer].vy*l:0;var n=Tt[this.layer].vx?Tt[this.layer].vx*l:0;if(typeof u==="function"){if(u.call(gt.dragged.parentNode[he],n,t,e,Pt,Tt[this.layer].el)!=="continue"){return}}ce(Tt[this.layer].el,n,t)}.bind({layer:f}),24)}}f++}while(t.bubbleScroll&&d!==s&&(d=ie(d,false)));kt=c}),30);var Wt=function e(t){var n=t.originalEvent,i=t.putSortable,r=t.dragEl,o=t.activeSortable,a=t.dispatchSortableEvent,l=t.hideGhostForTarget,s=t.unhideGhostForTarget;if(!n)return;var c=i||o;l();var u=n.changedTouches&&n.changedTouches.length?n.changedTouches[0]:n;var f=document.elementFromPoint(u.clientX,u.clientY);s();if(c&&!c.el.contains(f)){a("spill");this.onSpill({dragEl:r,putSortable:i})}};function jt(){}jt.prototype={startIndex:null,dragStart:function e(t){var n=t.oldDraggableIndex;this.startIndex=n},onSpill:function e(t){var n=t.dragEl,i=t.putSortable;this.sortable.captureAnimationState();if(i){i.captureAnimationState()}var r=J(this.sortable.el,this.startIndex,this.options);if(r){this.sortable.el.insertBefore(n,r)}else{this.sortable.el.appendChild(n)}this.sortable.animateAll();if(i){i.animateAll()}},drop:Wt};E(jt,{pluginName:"revertOnSpill"});function Ht(){}Ht.prototype={onSpill:function e(t){var n=t.dragEl,i=t.putSortable;var r=i||this.sortable;r.captureAnimationState();n.parentNode&&n.parentNode.removeChild(n);r.animateAll()},drop:Wt};E(Ht,{pluginName:"removeOnSpill"});var Ft;function Kt(){function e(){this.defaults={swapClass:"sortable-swap-highlight"}}e.prototype={dragStart:function e(t){var n=t.dragEl;Ft=n},dragOverValid:function e(t){var n=t.completed,i=t.target,r=t.onMove,o=t.activeSortable,a=t.changed,l=t.cancel;if(!o.options.swap)return;var s=this.sortable.el,c=this.options;if(i&&i!==s){var u=Ft;if(r(i)!==false){K(i,c.swapClass,true);Ft=i}else{Ft=null}if(u&&u!==Ft){K(u,c.swapClass,false)}}a();n(true);l()},drop:function e(t){var n=t.activeSortable,i=t.putSortable,r=t.dragEl;var o=i||this.sortable;var a=this.options;Ft&&K(Ft,a.swapClass,false);if(Ft&&(a.swap||i&&i.options.swap)){if(r!==Ft){o.captureAnimationState();if(o!==n)n.captureAnimationState();Ut(r,Ft);o.animateAll();if(o!==n)n.animateAll()}}},nulling:function e(){Ft=null}};return E(e,{pluginName:"swap",eventProperties:function e(){return{swapItem:Ft}}})}function Ut(e,t){var n=e.parentNode,i=t.parentNode,r,o;if(!n||!i||n.isEqualNode(t)||i.isEqualNode(e))return;r=ee(e);o=ee(t);if(n.isEqualNode(i)&&r<o){o++}n.insertBefore(t,n.children[r]);i.insertBefore(e,i.children[o])}var Gt=[],Vt=[],qt,Zt,$t=false,Jt=false,Qt=false,en,tn,nn;function rn(){function e(e){for(var t in this){if(t.charAt(0)==="_"&&typeof this[t]==="function"){this[t]=this[t].bind(this)}}if(!e.options.avoidImplicitDeselect){if(e.options.supportPointer){L(document,"pointerup",this._deselectMultiDrag)}else{L(document,"mouseup",this._deselectMultiDrag);L(document,"touchend",this._deselectMultiDrag)}}L(document,"keydown",this._checkKeyDown);L(document,"keyup",this._checkKeyUp);this.defaults={selectedClass:"sortable-selected",multiDragKey:null,avoidImplicitDeselect:false,setData:function t(n,i){var r="";if(Gt.length&&Zt===e){Gt.forEach((function(e,t){r+=(!t?"":", ")+e.textContent}))}else{r=i.textContent}n.setData("Text",r)}}}e.prototype={multiDragKeyDown:false,isMultiDrag:false,delayStartGlobal:function e(t){var n=t.dragEl;en=n},delayEnded:function e(){this.isMultiDrag=~Gt.indexOf(en)},setupClone:function e(t){var n=t.sortable,i=t.cancel;if(!this.isMultiDrag)return;for(var r=0;r<Gt.length;r++){Vt.push(ue(Gt[r]));Vt[r].sortableIndex=Gt[r].sortableIndex;Vt[r].draggable=false;Vt[r].style["will-change"]="";K(Vt[r],this.options.selectedClass,false);Gt[r]===en&&K(Vt[r],this.options.chosenClass,false)}n._hideClone();i()},clone:function e(t){var n=t.sortable,i=t.rootEl,r=t.dispatchSortableEvent,o=t.cancel;if(!this.isMultiDrag)return;if(!this.options.removeCloneOnHide){if(Gt.length&&Zt===n){an(true,i);r("clone");o()}}},showClone:function e(t){var n=t.cloneNowShown,i=t.rootEl,r=t.cancel;if(!this.isMultiDrag)return;an(false,i);Vt.forEach((function(e){U(e,"display","")}));n();nn=false;r()},hideClone:function e(t){var n=this;var i=t.cloneNowHidden,r=t.cancel;if(!this.isMultiDrag)return;Vt.forEach((function(e){U(e,"display","none");if(n.options.removeCloneOnHide&&e.parentNode){e.parentNode.removeChild(e)}}));i();nn=true;r()},dragStartGlobal:function e(t){if(!this.isMultiDrag&&Zt){Zt.multiDrag._deselectMultiDrag()}Gt.forEach((function(e){e.sortableIndex=ee(e)}));Gt=Gt.sort((function(e,t){return e.sortableIndex-t.sortableIndex}));Qt=true},dragStarted:function e(t){var n=this;var i=t.sortable;if(!this.isMultiDrag)return;if(this.options.sort){i.captureAnimationState();if(this.options.animation){Gt.forEach((function(e){if(e===en)return;U(e,"position","absolute")}));var r=Z(en,false,true,true);Gt.forEach((function(e){if(e===en)return;fe(e,r)}));Jt=true;$t=true}}i.animateAll((function(){Jt=false;$t=false;if(n.options.animation){Gt.forEach((function(e){de(e)}))}if(n.options.sort){ln()}}))},dragOver:function e(t){var n=t.target,i=t.completed,r=t.cancel;if(Jt&&~Gt.indexOf(n)){i(false);r()}},revert:function e(t){var n=t.fromSortable,i=t.rootEl,r=t.sortable,o=t.dragRect;if(Gt.length>1){Gt.forEach((function(e){r.addAnimationState({target:e,rect:Jt?Z(e):o});de(e);e.fromRect=o;n.removeAnimationState(e)}));Jt=false;on(!this.options.removeCloneOnHide,i)}},dragOverCompleted:function e(t){var n=t.sortable,i=t.isOwner,r=t.insertion,o=t.activeSortable,a=t.parentEl,l=t.putSortable;var s=this.options;if(r){if(i){o._hideClone()}$t=false;if(s.animation&&Gt.length>1&&(Jt||!i&&!o.options.sort&&!l)){var c=Z(en,false,true,true);Gt.forEach((function(e){if(e===en)return;fe(e,c);a.appendChild(e)}));Jt=true}if(!i){if(!Jt){ln()}if(Gt.length>1){var u=nn;o._showClone(n);if(o.options.animation&&!nn&&u){Vt.forEach((function(e){o.addAnimationState({target:e,rect:tn});e.fromRect=tn;e.thisAnimationDuration=null}))}}else{o._showClone(n)}}}},dragOverAnimationCapture:function e(t){var n=t.dragRect,i=t.isOwner,r=t.activeSortable;Gt.forEach((function(e){e.thisAnimationDuration=null}));if(r.options.animation&&!i&&r.multiDrag.isMultiDrag){tn=E({},n);var o=G(en,true);tn.top-=o.f;tn.left-=o.e}},dragOverAnimationComplete:function e(){if(Jt){Jt=false;ln()}},drop:function e(t){var n=t.originalEvent,i=t.rootEl,r=t.parentEl,o=t.sortable,a=t.dispatchSortableEvent,l=t.oldIndex,s=t.putSortable;var c=s||this.sortable;if(!n)return;var u=this.options,f=r.children;if(!Qt){if(u.multiDragKey&&!this.multiDragKeyDown){this._deselectMultiDrag()}K(en,u.selectedClass,!~Gt.indexOf(en));if(!~Gt.indexOf(en)){Gt.push(en);we({sortable:o,rootEl:i,name:"select",targetEl:en,originalEvent:n});if(n.shiftKey&&qt&&o.el.contains(qt)){var d=ee(qt),h=ee(en);if(~d&&~h&&d!==h){var p,v;if(h>d){v=d;p=h}else{v=h;p=d+1}for(;v<p;v++){if(~Gt.indexOf(f[v]))continue;K(f[v],u.selectedClass,true);Gt.push(f[v]);we({sortable:o,rootEl:i,name:"select",targetEl:f[v],originalEvent:n})}}}else{qt=en}Zt=c}else{Gt.splice(Gt.indexOf(en),1);qt=null;we({sortable:o,rootEl:i,name:"deselect",targetEl:en,originalEvent:n})}}if(Qt&&this.isMultiDrag){Jt=false;if((r[he].options.sort||r!==i)&&Gt.length>1){var g=Z(en),m=ee(en,":not(."+this.options.selectedClass+")");if(!$t&&u.animation)en.thisAnimationDuration=null;c.captureAnimationState();if(!$t){if(u.animation){en.fromRect=g;Gt.forEach((function(e){e.thisAnimationDuration=null;if(e!==en){var t=Jt?Z(e):g;e.fromRect=t;c.addAnimationState({target:e,rect:t})}}))}ln();Gt.forEach((function(e){if(f[m]){r.insertBefore(e,f[m])}else{r.appendChild(e)}m++}));if(l===ee(en)){var b=false;Gt.forEach((function(e){if(e.sortableIndex!==ee(e)){b=true;return}}));if(b){a("update")}}}Gt.forEach((function(e){de(e)}));c.animateAll()}Zt=c}if(i===r||s&&s.lastPutMode!=="clone"){Vt.forEach((function(e){e.parentNode&&e.parentNode.removeChild(e)}))}},nullingGlobal:function e(){this.isMultiDrag=Qt=false;Vt.length=0},destroyGlobal:function e(){this._deselectMultiDrag();Y(document,"pointerup",this._deselectMultiDrag);Y(document,"mouseup",this._deselectMultiDrag);Y(document,"touchend",this._deselectMultiDrag);Y(document,"keydown",this._checkKeyDown);Y(document,"keyup",this._checkKeyUp)},_deselectMultiDrag:function e(t){if(typeof Qt!=="undefined"&&Qt)return;if(Zt!==this.sortable)return;if(t&&H(t.target,this.options.draggable,this.sortable.el,false))return;if(t&&t.button!==0)return;while(Gt.length){var n=Gt[0];K(n,this.options.selectedClass,false);Gt.shift();we({sortable:this.sortable,rootEl:this.sortable.el,name:"deselect",targetEl:n,originalEvent:t})}},_checkKeyDown:function e(t){if(t.key===this.options.multiDragKey){this.multiDragKeyDown=true}},_checkKeyUp:function e(t){if(t.key===this.options.multiDragKey){this.multiDragKeyDown=false}}};return E(e,{pluginName:"multiDrag",utils:{select:function e(t){var n=t.parentNode[he];if(!n||!n.options.multiDrag||~Gt.indexOf(t))return;if(Zt&&Zt!==n){Zt.multiDrag._deselectMultiDrag();Zt=n}K(t,n.options.selectedClass,true);Gt.push(t)},deselect:function e(t){var n=t.parentNode[he],i=Gt.indexOf(t);if(!n||!n.options.multiDrag||!~i)return;K(t,n.options.selectedClass,false);Gt.splice(i,1)}},eventProperties:function e(){var t=this;var n=[],i=[];Gt.forEach((function(e){n.push({multiDragElement:e,index:e.sortableIndex});var r;if(Jt&&e!==en){r=-1}else if(Jt){r=ee(e,":not(."+t.options.selectedClass+")")}else{r=ee(e)}i.push({multiDragElement:e,index:r})}));return{items:S(Gt),clones:[].concat(Vt),oldIndicies:n,newIndicies:i}},optionListeners:{multiDragKey:function e(t){t=t.toLowerCase();if(t==="ctrl"){t="Control"}else if(t.length>1){t=t.charAt(0).toUpperCase()+t.substr(1)}return t}}})}function on(e,t){Gt.forEach((function(n,i){var r=t.children[n.sortableIndex+(e?Number(i):0)];if(r){t.insertBefore(n,r)}else{t.appendChild(n)}}))}function an(e,t){Vt.forEach((function(n,i){var r=t.children[n.sortableIndex+(e?Number(i):0)];if(r){t.insertBefore(n,r)}else{t.appendChild(n)}}))}function ln(){Gt.forEach((function(e){if(e===en)return;e.parentNode&&e.parentNode.removeChild(e)}))}gt.mount(new Rt);gt.mount(Ht,jt);gt.mount(new Kt);gt.mount(new rn);var sn='.sc-stzh-sortable-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-sortable-h{display:none}.sc-stzh-sortable-h *.sc-stzh-sortable,.sc-stzh-sortable-h *.sc-stzh-sortable::before,.sc-stzh-sortable-h *.sc-stzh-sortable::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-sortable-h{--unselected-item-opacity:0.6;--ghost-item-background:var(--stzh-color-grey5);--ghost-item-box-shadow:inset 0 0 0.5rem rgba(0, 0, 0, 0.32)}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item{position:relative;-webkit-transition:opacity var(--stzh-base-transition-animation-speed);transition:opacity var(--stzh-base-transition-animation-speed);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:move;cursor:-webkit-grab;cursor:grab}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-drag,.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-chosen,.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-ghost,.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-selected{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-drag{opacity:1 !important}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-ghost{z-index:0}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-ghost::after{z-index:99;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--ghost-item-background);-webkit-box-shadow:var(--ghost-item-box-shadow);box-shadow:var(--ghost-item-box-shadow)}.sc-stzh-sortable-h .sc-stzh-sortable-s>*.has-item-selected>*.is-sortable-item{opacity:var(--unselected-item-opacity)}.sc-stzh-sortable-h .sc-stzh-sortable-s>*.has-item-selected>*.is-sortable-item.is-selected{opacity:1}.stzh-sortable__description.sc-stzh-sortable,.stzh-sortable__aria-live.sc-stzh-sortable{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}';var cn="is-sortable-item";var un="is-ghost";var fn="is-selected";var dn="is-chosen";var hn="is-drag";var pn="has-item-selected";var vn=0;var gn=e("stzh_sortable",function(){function e(e){var i=this;t(this,e);this.stzhUpdate=n(this,"stzhUpdate",7);this.disabled=false;this.dataIdAttribute="data-id";this.container=function(){var e;return(e=i.containerElement)===null||e===void 0?void 0:e.firstElementChild};this.ghostClone=function(e){var t=a(e)[0];return t};this.filterElements=["[data-stzh-sortable-filtered]","[sortable-disabled]","button","a[href]","input","select","textarea","label","iframe","details","area","stzh-sortable"];this.selectedItem=null;this.resetItemOnBlur=false;this.init=function(){if(!i.getContainer()){return}Array.from(i.getContainer().children).forEach((function(e){e.classList.add(cn);e.addEventListener("blur",i.onBlur);e.addEventListener("keydown",i.onKeydown);e.setAttribute("tabindex","0");e.setAttribute("aria-describedby","".concat(i.sortableId,"-description"))}))};this.updated=function(e){return __awaiter(i,void 0,void 0,(function(){var t,n,i,r,o;var a;return __generator(this,(function(l){switch(l.label){case 0:if(e){t=e.newIndex;n=e.oldIndex;i=e.item}else{t=this.getIndexOfSelectedItem();n=this.lastIndex;i=this.selectedItem}if(!(t!==n))return[3,2];o=(r=this.stzhUpdate).emit;a={component:"stzh-sortable"};return[4,this.toArray()];case 1:o.apply(r,[(a.data=l.sent(),a.item=i,a.newIndex=t,a.oldIndex=n,a)]);l.label=2;case 2:return[2]}}))}))};this.onKeydown=function(e){var t=e.currentTarget;var n=e.target;if(!i.getContainer()||i.disabled){return}var r=n.matches(i._filterElements.join(", "));if(e.key===" "&&!r){e.preventDefault();if(!i.selectedItem){i.selectedItem=t;i.selectedItem.parentElement.classList.add(pn);i.selectedItem.classList.add(fn);i.lastIndex=i.getIndexOfSelectedItem();i.resetItemOnBlur=true;i.updateAriaLive(i.localization.started)}else{i.resetItemOnBlur=false;i.updateAriaLive(i.localization.dropped);i.updated();i.resetActiveItem()}}else if(e.key==="Tab"&&i.selectedItem&&i.selectedItem===e.currentTarget){e.preventDefault()}else if(e.key==="Escape"&&i.selectedItem){i.resetItemOnBlur=false;i.updateAriaLive(i.localization.canceled);i.resetActiveItem(true)}else if(e.key==="ArrowUp"){if(i.selectedItem){i.moveItem(i.selectedItem,"up")}else{i.focusItem(t.previousElementSibling)}}else if(e.key==="ArrowDown"){if(i.selectedItem){i.moveItem(i.selectedItem,"down")}else{i.focusItem(t.nextElementSibling)}}};this.onBlur=function(){if(i.resetItemOnBlur){i.resetItemOnBlur=false;i.updateAriaLive(i.localization.dropped);i.updated();i.resetActiveItem()}}}e.prototype.toArray=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2,this.sortable.toArray()]}))}))};e.prototype.sort=function(e,t){if(t===void 0){t=true}return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(n){return[2,this.sortable.sort(e,t)]}))}))};e.prototype.moveItem=function(e,t){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(n){if(!e||!e.nextElementSibling&&t==="down"||!e.previousElementSibling&&t==="up"){return[2]}this.resetItemOnBlur=false;if(t==="up"){e.previousElementSibling.before(e)}else if(t==="down"){e.nextElementSibling.after(e)}this.updateAriaLive(this.localization.moved,e);this.focusItem(e);this.resetItemOnBlur=true;return[2]}))}))};e.prototype.filterElementsWatcher=function(e){if(typeof e==="string"){this._filterElements=JSON.parse(e)}else{this._filterElements=e}};e.prototype.getContainer=function(){return typeof this.container==="function"?this.container():this.container};e.prototype.updateAriaLive=function(e,t){if(t===void 0){t=this.selectedItem}if(!this.getContainer()){return}if(t){var n=t.getAttribute("aria-label")||"";var i=this.getIndexOfSelectedItem(t);e=e.replace("{title}",n).replace("{current}",(i+1).toString())}var r=this.getContainer().children.length;e=e.replace("{total}",r.toString());this.ariaLiveElement.textContent=e};e.prototype.getIndexOfSelectedItem=function(e){if(e===void 0){e=this.selectedItem}if(e){return Array.from(e.parentElement.children).indexOf(e)}};e.prototype.resetActiveItem=function(e){if(e===void 0){e=false}if(!this.selectedItem){return}var t=this.getIndexOfSelectedItem();var n=this.selectedItem.parentElement;if(e&&this.lastIndex!==t){if(this.lastIndex>t){n.children[this.lastIndex].after(this.selectedItem)}else{n.children[this.lastIndex].before(this.selectedItem)}this.selectedItem.focus()}n.classList.remove(pn);this.selectedItem.classList.remove(fn);this.selectedItem=null;this.lastIndex=null};e.prototype.focusItem=function(e){if(!e){return}e.focus();var t=document.querySelector("stzh-flyingfocus");if(t){t.reposition()}g(e,{scrollMode:"if-needed",block:"nearest",inline:"nearest"})};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:this.sortableId="stzh-sortable-".concat(vn++);this.filterElementsWatcher(this.filterElements);if(!!this.localization)return[3,2];e=this;return[4,l(this.element,"sortable")];case 1:e.localization=t.sent();t.label=2;case 2:return[2]}}))}))};e.prototype.componentWillUpdate=function(){if(this.sortable){this.sortable.destroy();this.sortable=null}};e.prototype.componentDidRender=function(){if(this.sortable){return}this.sortable=new gt(this.getContainer(),{animation:150,filter:this._filterElements.join(", "),ghostClass:un,chosenClass:dn,dragClass:hn,dataIdAttr:this.dataIdAttribute,preventOnFilter:false,forceFallback:true,delay:200,delayOnTouchOnly:true,disabled:this.disabled,ghostClone:this.ghostClone,onUpdate:this.updated})};e.prototype.connectedCallback=function(){this.init();this.observer=new MutationObserver(this.init);this.observer.observe(this.element,{childList:true,subtree:true})};e.prototype.disconnectedCallback=function(){this.observer.disconnect();if(this.sortable){this.sortable.destroy();this.sortable=null}};e.prototype.render=function(){var e=this;var t={"stzh-sortable":true};return i(r,null,i("div",{class:t},i("div",{id:"".concat(this.sortableId,"-description"),class:"stzh-sortable__description"},this.localization.description),i("div",{ref:function(t){return e.ariaLiveElement=t},"aria-live":"assertive",class:"stzh-sortable__aria-live"}),i("div",{ref:function(t){return e.containerElement=t},class:"stzh-sortable__container"},i("slot",null))))};Object.defineProperty(e.prototype,"element",{get:function(){return o(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{filterElements:["filterElementsWatcher"]}},enumerable:false,configurable:true});return e}());gn.style=sn}}}));
7
+ */function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);if(t){i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))}n.push.apply(n,i)}return n}function b(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};if(t%2){m(Object(n),true).forEach((function(t){w(e,t,n[t])}))}else if(Object.getOwnPropertyDescriptors){Object.defineProperties(e,Object.getOwnPropertyDescriptors(n))}else{m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}}return e}function y(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){y=function(e){return typeof e}}else{y=function(e){return e&&typeof Symbol==="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e}}return y(e)}function w(e,t,n){if(t in e){Object.defineProperty(e,t,{value:n,enumerable:true,configurable:true,writable:true})}else{e[t]=n}return e}function E(){E=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n){if(Object.prototype.hasOwnProperty.call(n,i)){e[i]=n[i]}}}return e};return E.apply(this,arguments)}function D(e,t){if(e==null)return{};var n={};var i=Object.keys(e);var r,o;for(o=0;o<i.length;o++){r=i[o];if(t.indexOf(r)>=0)continue;n[r]=e[r]}return n}function _(e,t){if(e==null)return{};var n=D(e,t);var i,r;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++){i=o[r];if(t.indexOf(i)>=0)continue;if(!Object.prototype.propertyIsEnumerable.call(e,i))continue;n[i]=e[i]}}return n}function S(e){return C(e)||I(e)||x(e)||T()}function C(e){if(Array.isArray(e))return O(e)}function I(e){if(typeof Symbol!=="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function x(e,t){if(!e)return;if(typeof e==="string")return O(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor)n=e.constructor.name;if(n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return O(e,t)}function O(e,t){if(t==null||t>e.length)t=e.length;for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function T(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var A="1.15.0";function M(e){if(typeof window!=="undefined"&&window.navigator){return!!navigator.userAgent.match(e)}}var k=M(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i);var z=M(/Edge/i);var N=M(/firefox/i);var P=M(/safari/i)&&!M(/chrome/i)&&!M(/android/i);var B=M(/iP(ad|od|hone)/i);var R=M(/chrome/i)&&M(/android/i);var X={capture:false,passive:false};function L(e,t,n){e.addEventListener(t,n,!k&&X)}function Y(e,t,n){e.removeEventListener(t,n,!k&&X)}function W(e,t){if(!t)return;t[0]===">"&&(t=t.substring(1));if(e){try{if(e.matches){return e.matches(t)}else if(e.msMatchesSelector){return e.msMatchesSelector(t)}else if(e.webkitMatchesSelector){return e.webkitMatchesSelector(t)}}catch(n){return false}}return false}function j(e){return e.host&&e!==document&&e.host.nodeType?e.host:e.parentNode}function H(e,t,n,i){if(e){n=n||document;do{if(t!=null&&(t[0]===">"?e.parentNode===n&&W(e,t):W(e,t))||i&&e===n){return e}if(e===n)break}while(e=j(e))}return null}var F=/\s+/g;function K(e,t,n){if(e&&t){if(e.classList){e.classList[n?"add":"remove"](t)}else{var i=(" "+e.className+" ").replace(F," ").replace(" "+t+" "," ");e.className=(i+(n?" "+t:"")).replace(F," ")}}}function U(e,t,n){var i=e&&e.style;if(i){if(n===void 0){if(document.defaultView&&document.defaultView.getComputedStyle){n=document.defaultView.getComputedStyle(e,"")}else if(e.currentStyle){n=e.currentStyle}return t===void 0?n:n[t]}else{if(!(t in i)&&t.indexOf("webkit")===-1){t="-webkit-"+t}i[t]=n+(typeof n==="string"?"":"px")}}}function G(e,t){var n="";if(typeof e==="string"){n=e}else{do{var i=U(e,"transform");if(i&&i!=="none"){n=i+" "+n}}while(!t&&(e=e.parentNode))}var r=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return r&&new r(n)}function V(e,t,n){if(e){var i=e.getElementsByTagName(t),r=0,o=i.length;if(n){for(;r<o;r++){n(i[r],r)}}return i}return[]}function q(){var e=document.scrollingElement;if(e){return e}else{return document.documentElement}}function Z(e,t,n,i,r){if(!e.getBoundingClientRect&&e!==window)return;var o,a,l,s,c,u,f;if(e!==window&&e.parentNode&&e!==q()){o=e.getBoundingClientRect();a=o.top;l=o.left;s=o.bottom;c=o.right;u=o.height;f=o.width}else{a=0;l=0;s=window.innerHeight;c=window.innerWidth;u=window.innerHeight;f=window.innerWidth}if((t||n)&&e!==window){r=r||e.parentNode;if(!k){do{if(r&&r.getBoundingClientRect&&(U(r,"transform")!=="none"||n&&U(r,"position")!=="static")){var d=r.getBoundingClientRect();a-=d.top+parseInt(U(r,"border-top-width"));l-=d.left+parseInt(U(r,"border-left-width"));s=a+o.height;c=l+o.width;break}}while(r=r.parentNode)}}if(i&&e!==window){var h=G(r||e),p=h&&h.a,v=h&&h.d;if(h){a/=v;l/=p;f/=p;u/=v;s=a+u;c=l+f}}return{top:a,left:l,bottom:s,right:c,width:f,height:u}}function $(e,t,n){var i=ie(e,true),r=Z(e)[t];while(i){var o=Z(i)[n],a=void 0;if(n==="top"||n==="left"){a=r>=o}else{a=r<=o}if(!a)return i;if(i===q())break;i=ie(i,false)}return false}function J(e,t,n,i){var r=0,o=0,a=e.children;while(o<a.length){if(a[o].style.display!=="none"&&a[o]!==gt.ghost&&(i||a[o]!==gt.dragged)&&H(a[o],n.draggable,e,false)){if(r===t){return a[o]}r++}o++}return null}function Q(e,t){var n=e.lastElementChild;while(n&&(n===gt.ghost||U(n,"display")==="none"||t&&!W(n,t))){n=n.previousElementSibling}return n||null}function ee(e,t){var n=0;if(!e||!e.parentNode){return-1}while(e=e.previousElementSibling){if(e.nodeName.toUpperCase()!=="TEMPLATE"&&e!==gt.clone&&(!t||W(e,t))){n++}}return n}function te(e){var t=0,n=0,i=q();if(e){do{var r=G(e),o=r.a,a=r.d;t+=e.scrollLeft*o;n+=e.scrollTop*a}while(e!==i&&(e=e.parentNode))}return[t,n]}function ne(e,t){for(var n in e){if(!e.hasOwnProperty(n))continue;for(var i in t){if(t.hasOwnProperty(i)&&t[i]===e[n][i])return Number(n)}}return-1}function ie(e,t){if(!e||!e.getBoundingClientRect)return q();var n=e;var i=false;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var r=U(n);if(n.clientWidth<n.scrollWidth&&(r.overflowX=="auto"||r.overflowX=="scroll")||n.clientHeight<n.scrollHeight&&(r.overflowY=="auto"||r.overflowY=="scroll")){if(!n.getBoundingClientRect||n===document.body)return q();if(i||t)return n;i=true}}}while(n=n.parentNode);return q()}function re(e,t){if(e&&t){for(var n in t){if(t.hasOwnProperty(n)){e[n]=t[n]}}}return e}function oe(e,t){return Math.round(e.top)===Math.round(t.top)&&Math.round(e.left)===Math.round(t.left)&&Math.round(e.height)===Math.round(t.height)&&Math.round(e.width)===Math.round(t.width)}var ae;function le(e,t){return function(){if(!ae){var n=arguments,i=this;if(n.length===1){e.call(i,n[0])}else{e.apply(i,n)}ae=setTimeout((function(){ae=void 0}),t)}}}function se(){clearTimeout(ae);ae=void 0}function ce(e,t,n){e.scrollLeft+=t;e.scrollTop+=n}function ue(e){var t=window.Polymer;var n=window.jQuery||window.Zepto;if(t&&t.dom){return t.dom(e).cloneNode(true)}else if(n){return n(e).clone(true)[0]}else{return e.cloneNode(true)}}function fe(e,t){U(e,"position","absolute");U(e,"top",t.top);U(e,"left",t.left);U(e,"width",t.width);U(e,"height",t.height)}function de(e){U(e,"position","");U(e,"top","");U(e,"left","");U(e,"width","");U(e,"height","")}var he="Sortable"+(new Date).getTime();function pe(){var e=[],t;return{captureAnimationState:function t(){e=[];if(!this.options.animation)return;var n=[].slice.call(this.el.children);n.forEach((function(t){if(U(t,"display")==="none"||t===gt.ghost)return;e.push({target:t,rect:Z(t)});var n=b({},e[e.length-1].rect);if(t.thisAnimationDuration){var i=G(t,true);if(i){n.top-=i.f;n.left-=i.e}}t.fromRect=n}))},addAnimationState:function t(n){e.push(n)},removeAnimationState:function t(n){e.splice(ne(e,{target:n}),1)},animateAll:function n(i){var r=this;if(!this.options.animation){clearTimeout(t);if(typeof i==="function")i();return}var o=false,a=0;e.forEach((function(e){var t=0,n=e.target,i=n.fromRect,l=Z(n),s=n.prevFromRect,c=n.prevToRect,u=e.rect,f=G(n,true);if(f){l.top-=f.f;l.left-=f.e}n.toRect=l;if(n.thisAnimationDuration){if(oe(s,l)&&!oe(i,l)&&(u.top-l.top)/(u.left-l.left)===(i.top-l.top)/(i.left-l.left)){t=ge(u,s,c,r.options)}}if(!oe(l,i)){n.prevFromRect=i;n.prevToRect=l;if(!t){t=r.options.animation}r.animate(n,u,l,t)}if(t){o=true;a=Math.max(a,t);clearTimeout(n.animationResetTimer);n.animationResetTimer=setTimeout((function(){n.animationTime=0;n.prevFromRect=null;n.fromRect=null;n.prevToRect=null;n.thisAnimationDuration=null}),t);n.thisAnimationDuration=t}}));clearTimeout(t);if(!o){if(typeof i==="function")i()}else{t=setTimeout((function(){if(typeof i==="function")i()}),a)}e=[]},animate:function e(t,n,i,r){if(r){U(t,"transition","");U(t,"transform","");var o=G(this.el),a=o&&o.a,l=o&&o.d,s=(n.left-i.left)/(a||1),c=(n.top-i.top)/(l||1);t.animatingX=!!s;t.animatingY=!!c;U(t,"transform","translate3d("+s+"px,"+c+"px,0)");this.forRepaintDummy=ve(t);U(t,"transition","transform "+r+"ms"+(this.options.easing?" "+this.options.easing:""));U(t,"transform","translate3d(0,0,0)");typeof t.animated==="number"&&clearTimeout(t.animated);t.animated=setTimeout((function(){U(t,"transition","");U(t,"transform","");t.animated=false;t.animatingX=false;t.animatingY=false}),r)}}}}function ve(e){return e.offsetWidth}function ge(e,t,n,i){return Math.sqrt(Math.pow(t.top-e.top,2)+Math.pow(t.left-e.left,2))/Math.sqrt(Math.pow(t.top-n.top,2)+Math.pow(t.left-n.left,2))*i.animation}var me=[];var be={initializeByDefault:true};var ye={mount:function e(t){for(var n in be){if(be.hasOwnProperty(n)&&!(n in t)){t[n]=be[n]}}me.forEach((function(e){if(e.pluginName===t.pluginName){throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")}}));me.push(t)},pluginEvent:function e(t,n,i){var r=this;this.eventCanceled=false;i.cancel=function(){r.eventCanceled=true};var o=t+"Global";me.forEach((function(e){if(!n[e.pluginName])return;if(n[e.pluginName][o]){n[e.pluginName][o](b({sortable:n},i))}if(n.options[e.pluginName]&&n[e.pluginName][t]){n[e.pluginName][t](b({sortable:n},i))}}))},initializePlugins:function e(t,n,i,r){me.forEach((function(e){var r=e.pluginName;if(!t.options[r]&&!e.initializeByDefault)return;var o=new e(t,n,t.options);o.sortable=t;o.options=t.options;t[r]=o;E(i,o.defaults)}));for(var o in t.options){if(!t.options.hasOwnProperty(o))continue;var a=this.modifyOption(t,o,t.options[o]);if(typeof a!=="undefined"){t.options[o]=a}}},getEventProperties:function e(t,n){var i={};me.forEach((function(e){if(typeof e.eventProperties!=="function")return;E(i,e.eventProperties.call(n[e.pluginName],t))}));return i},modifyOption:function e(t,n,i){var r;me.forEach((function(e){if(!t[e.pluginName])return;if(e.optionListeners&&typeof e.optionListeners[n]==="function"){r=e.optionListeners[n].call(t[e.pluginName],i)}}));return r}};function we(e){var t=e.sortable,n=e.rootEl,i=e.name,r=e.targetEl,o=e.cloneEl,a=e.toEl,l=e.fromEl,s=e.oldIndex,c=e.newIndex,u=e.oldDraggableIndex,f=e.newDraggableIndex,d=e.originalEvent,h=e.putSortable,p=e.extraEventProperties;t=t||n&&n[he];if(!t)return;var v,g=t.options,m="on"+i.charAt(0).toUpperCase()+i.substr(1);if(window.CustomEvent&&!k&&!z){v=new CustomEvent(i,{bubbles:true,cancelable:true})}else{v=document.createEvent("Event");v.initEvent(i,true,true)}v.to=a||n;v.from=l||n;v.item=r||n;v.clone=o;v.oldIndex=s;v.newIndex=c;v.oldDraggableIndex=u;v.newDraggableIndex=f;v.originalEvent=d;v.pullMode=h?h.lastPutMode:undefined;var y=b(b({},p),ye.getEventProperties(i,t));for(var w in y){v[w]=y[w]}if(n){n.dispatchEvent(v)}if(g[m]){g[m].call(t,v)}}var Ee=["evt"];var De=function e(t,n){var i=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{},r=i.evt,o=_(i,Ee);ye.pluginEvent.bind(gt)(t,n,b({dragEl:Se,parentEl:Ce,ghostEl:Ie,rootEl:xe,nextEl:Oe,lastDownEl:Te,cloneEl:Ae,cloneHidden:Me,dragStarted:Ge,putSortable:Re,activeSortable:gt.active,originalEvent:r,oldIndex:ke,oldDraggableIndex:Ne,newIndex:ze,newDraggableIndex:Pe,hideGhostForTarget:dt,unhideGhostForTarget:ht,cloneNowHidden:function e(){Me=true},cloneNowShown:function e(){Me=false},dispatchSortableEvent:function e(t){_e({sortable:n,name:t,originalEvent:r})}},o))};function _e(e){we(b({putSortable:Re,cloneEl:Ae,targetEl:Se,rootEl:xe,oldIndex:ke,oldDraggableIndex:Ne,newIndex:ze,newDraggableIndex:Pe},e))}var Se,Ce,Ie,xe,Oe,Te,Ae,Me,ke,ze,Ne,Pe,Be,Re,Xe=false,Le=false,Ye=[],We,je,He,Fe,Ke,Ue,Ge,Ve,qe,Ze=false,$e=false,Je,Qe,et=[],tt=false,nt=[];var it=typeof document!=="undefined",rt=B,ot=z||k?"cssFloat":"float",at=it&&!R&&!B&&"draggable"in document.createElement("div"),lt=function(){if(!it)return;if(k){return false}var e=document.createElement("x");e.style.cssText="pointer-events:auto";return e.style.pointerEvents==="auto"}(),st=function e(t,n){var i=U(t),r=parseInt(i.width)-parseInt(i.paddingLeft)-parseInt(i.paddingRight)-parseInt(i.borderLeftWidth)-parseInt(i.borderRightWidth),o=J(t,0,n),a=J(t,1,n),l=o&&U(o),s=a&&U(a),c=l&&parseInt(l.marginLeft)+parseInt(l.marginRight)+Z(o).width,u=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+Z(a).width;if(i.display==="flex"){return i.flexDirection==="column"||i.flexDirection==="column-reverse"?"vertical":"horizontal"}if(i.display==="grid"){return i.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal"}if(o&&l["float"]&&l["float"]!=="none"){var f=l["float"]==="left"?"left":"right";return a&&(s.clear==="both"||s.clear===f)?"vertical":"horizontal"}return o&&(l.display==="block"||l.display==="flex"||l.display==="table"||l.display==="grid"||c>=r&&i[ot]==="none"||a&&i[ot]==="none"&&c+u>r)?"vertical":"horizontal"},ct=function e(t,n,i){var r=i?t.left:t.top,o=i?t.right:t.bottom,a=i?t.width:t.height,l=i?n.left:n.top,s=i?n.right:n.bottom,c=i?n.width:n.height;return r===l||o===s||r+a/2===l+c/2},ut=function e(t,n){var i;Ye.some((function(e){var r=e[he].options.emptyInsertThreshold;if(!r||Q(e))return;var o=Z(e),a=t>=o.left-r&&t<=o.right+r,l=n>=o.top-r&&n<=o.bottom+r;if(a&&l){return i=e}}));return i},ft=function e(t){function n(e,t){return function(i,r,o,a){var l=i.options.group.name&&r.options.group.name&&i.options.group.name===r.options.group.name;if(e==null&&(t||l)){return true}else if(e==null||e===false){return false}else if(t&&e==="clone"){return e}else if(typeof e==="function"){return n(e(i,r,o,a),t)(i,r,o,a)}else{var s=(t?i:r).options.group.name;return e===true||typeof e==="string"&&e===s||e.join&&e.indexOf(s)>-1}}}var i={};var r=t.group;if(!r||y(r)!="object"){r={name:r}}i.name=r.name;i.checkPull=n(r.pull,true);i.checkPut=n(r.put);i.revertClone=r.revertClone;t.group=i},dt=function e(){if(!lt&&Ie){U(Ie,"display","none")}},ht=function e(){if(!lt&&Ie){U(Ie,"display","")}};if(it&&!R){document.addEventListener("click",(function(e){if(Le){e.preventDefault();e.stopPropagation&&e.stopPropagation();e.stopImmediatePropagation&&e.stopImmediatePropagation();Le=false;return false}}),true)}var pt=function e(t){if(Se){t=t.touches?t.touches[0]:t;var n=ut(t.clientX,t.clientY);if(n){var i={};for(var r in t){if(t.hasOwnProperty(r)){i[r]=t[r]}}i.target=i.rootEl=n;i.preventDefault=void 0;i.stopPropagation=void 0;n[he]._onDragOver(i)}}};var vt=function e(t){if(Se){Se.parentNode[he]._isOutsideThisEl(t.target)}};function gt(e,t){if(!(e&&e.nodeType&&e.nodeType===1)){throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(e))}this.el=e;this.options=t=E({},t);e[he]=this;var n={group:null,sort:true,disabled:false,store:null,handle:null,draggable:/^[uo]l$/i.test(e.nodeName)?">li":">*",swapThreshold:1,invertSwap:false,invertedSwapThreshold:null,removeCloneOnHide:true,direction:function t(){return st(e,this.options)},ghostClone:function(e){return e.cloneNode(true)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:true,animation:0,easing:null,setData:function e(t,n){t.setData("Text",n.textContent)},dropBubble:false,dragoverBubble:false,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:false,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:false,fallbackClass:"sortable-fallback",fallbackOnBody:false,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:gt.supportPointer!==false&&"PointerEvent"in window&&!P,emptyInsertThreshold:5};ye.initializePlugins(this,e,n);for(var i in n){!(i in t)&&(t[i]=n[i])}ft(t);for(var r in this){if(r.charAt(0)==="_"&&typeof this[r]==="function"){this[r]=this[r].bind(this)}}this.nativeDraggable=t.forceFallback?false:at;if(this.nativeDraggable){this.options.touchStartThreshold=1}if(t.supportPointer){L(e,"pointerdown",this._onTapStart)}else{L(e,"mousedown",this._onTapStart);L(e,"touchstart",this._onTapStart)}if(this.nativeDraggable){L(e,"dragover",this);L(e,"dragenter",this)}Ye.push(this.el);t.store&&t.store.get&&this.sort(t.store.get(this)||[]);E(this,pe())}gt.prototype={constructor:gt,_isOutsideThisEl:function e(t){if(!this.el.contains(t)&&t!==this.el){Ve=null}},_getDirection:function e(t,n){return typeof this.options.direction==="function"?this.options.direction.call(this,t,n,Se):this.options.direction},_onTapStart:function e(t){if(!t.cancelable)return;var n=this,i=this.el,r=this.options,o=r.preventOnFilter,a=t.type,l=t.touches&&t.touches[0]||t.pointerType&&t.pointerType==="touch"&&t,s=(l||t).target,c=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||s,u=r.filter;It(i);if(Se){return}if(/mousedown|pointerdown/.test(a)&&t.button!==0||r.disabled){return}if(c.isContentEditable){return}if(!this.nativeDraggable&&P&&s&&s.tagName.toUpperCase()==="SELECT"){return}s=H(s,r.draggable,i,false);if(s&&s.animated){return}if(Te===s){return}ke=ee(s);Ne=ee(s,r.draggable);if(typeof u==="function"){if(u.call(this,t,s,this)){_e({sortable:n,rootEl:c,name:"filter",targetEl:s,toEl:i,fromEl:i});De("filter",n,{evt:t});o&&t.cancelable&&t.preventDefault();return}}else if(u){u=u.split(",").some((function(e){e=H(c,e.trim(),i,false);if(e){_e({sortable:n,rootEl:e,name:"filter",targetEl:s,fromEl:i,toEl:i});De("filter",n,{evt:t});return true}}));if(u){o&&t.cancelable&&t.preventDefault();return}}if(r.handle&&!H(c,r.handle,i,false)){return}this._prepareDragStart(t,l,s)},_prepareDragStart:function e(t,n,i){var r=this,o=r.el,a=r.options,l=o.ownerDocument,s;if(i&&!Se&&i.parentNode===o){var c=Z(i);xe=o;Se=i;Ce=Se.parentNode;Oe=Se.nextSibling;Te=i;Be=a.group;gt.dragged=Se;We={target:Se,clientX:(n||t).clientX,clientY:(n||t).clientY};Ke=We.clientX-c.left;Ue=We.clientY-c.top;this._lastX=(n||t).clientX;this._lastY=(n||t).clientY;Se.style["will-change"]="all";s=function e(){De("delayEnded",r,{evt:t});if(gt.eventCanceled){r._onDrop();return}r._disableDelayedDragEvents();if(!N&&r.nativeDraggable){Se.draggable=true}r._triggerDragStart(t,n);_e({sortable:r,name:"choose",originalEvent:t});K(Se,a.chosenClass,true)};a.ignore.split(",").forEach((function(e){V(Se,e.trim(),yt)}));L(l,"dragover",pt);L(l,"mousemove",pt);L(l,"touchmove",pt);L(l,"mouseup",r._onDrop);L(l,"touchend",r._onDrop);L(l,"touchcancel",r._onDrop);if(N&&this.nativeDraggable){this.options.touchStartThreshold=4;Se.draggable=true}De("delayStart",this,{evt:t});if(a.delay&&(!a.delayOnTouchOnly||n)&&(!this.nativeDraggable||!(z||k))){if(gt.eventCanceled){this._onDrop();return}L(l,"mouseup",r._disableDelayedDrag);L(l,"touchend",r._disableDelayedDrag);L(l,"touchcancel",r._disableDelayedDrag);L(l,"mousemove",r._delayedDragTouchMoveHandler);L(l,"touchmove",r._delayedDragTouchMoveHandler);a.supportPointer&&L(l,"pointermove",r._delayedDragTouchMoveHandler);r._dragStartTimer=setTimeout(s,a.delay)}else{s()}}},_delayedDragTouchMoveHandler:function e(t){var n=t.touches?t.touches[0]:t;if(Math.max(Math.abs(n.clientX-this._lastX),Math.abs(n.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))){this._disableDelayedDrag()}},_disableDelayedDrag:function e(){Se&&yt(Se);clearTimeout(this._dragStartTimer);this._disableDelayedDragEvents()},_disableDelayedDragEvents:function e(){var t=this.el.ownerDocument;Y(t,"mouseup",this._disableDelayedDrag);Y(t,"touchend",this._disableDelayedDrag);Y(t,"touchcancel",this._disableDelayedDrag);Y(t,"mousemove",this._delayedDragTouchMoveHandler);Y(t,"touchmove",this._delayedDragTouchMoveHandler);Y(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function e(t,n){n=n||t.pointerType=="touch"&&t;if(!this.nativeDraggable||n){if(this.options.supportPointer){L(document,"pointermove",this._onTouchMove)}else if(n){L(document,"touchmove",this._onTouchMove)}else{L(document,"mousemove",this._onTouchMove)}}else{L(Se,"dragend",this);L(xe,"dragstart",this._onDragStart)}try{if(document.selection){xt((function(){document.selection.empty()}))}else{window.getSelection().removeAllRanges()}}catch(i){}},_dragStarted:function e(t,n){Xe=false;if(xe&&Se){De("dragStarted",this,{evt:n});if(this.nativeDraggable){L(document,"dragover",vt)}var i=this.options;!t&&K(Se,i.dragClass,false);K(Se,i.ghostClass,true);gt.active=this;t&&this._appendGhost();_e({sortable:this,name:"start",originalEvent:n})}else{this._nulling()}},_emulateDragOver:function e(){if(je){this._lastX=je.clientX;this._lastY=je.clientY;dt();var t=document.elementFromPoint(je.clientX,je.clientY);var n=t;while(t&&t.shadowRoot){t=t.shadowRoot.elementFromPoint(je.clientX,je.clientY);if(t===n)break;n=t}Se.parentNode[he]._isOutsideThisEl(t);if(n){do{if(n[he]){var i=void 0;i=n[he]._onDragOver({clientX:je.clientX,clientY:je.clientY,target:t,rootEl:n});if(i&&!this.options.dragoverBubble){break}}t=n}while(n=n.parentNode)}ht()}},_onTouchMove:function e(t){if(We){var n=this.options,i=n.fallbackTolerance,r=n.fallbackOffset,o=t.touches?t.touches[0]:t,a=Ie&&G(Ie,true),l=Ie&&a&&a.a,s=Ie&&a&&a.d,c=rt&&Qe&&te(Qe),u=(o.clientX-We.clientX+r.x)/(l||1)+(c?c[0]-et[0]:0)/(l||1),f=(o.clientY-We.clientY+r.y)/(s||1)+(c?c[1]-et[1]:0)/(s||1);if(!gt.active&&!Xe){if(i&&Math.max(Math.abs(o.clientX-this._lastX),Math.abs(o.clientY-this._lastY))<i){return}this._onDragStart(t,true)}if(Ie){if(a){a.e+=u-(He||0);a.f+=f-(Fe||0)}else{a={a:1,b:0,c:0,d:1,e:u,f:f}}var d="matrix(".concat(a.a,",").concat(a.b,",").concat(a.c,",").concat(a.d,",").concat(a.e,",").concat(a.f,")");U(Ie,"webkitTransform",d);U(Ie,"mozTransform",d);U(Ie,"msTransform",d);U(Ie,"transform",d);He=u;Fe=f;je=o}t.cancelable&&t.preventDefault()}},_appendGhost:function e(){if(!Ie){var t=this.options.fallbackOnBody?document.body:xe,n=Z(Se,true,rt,true,t),i=this.options;if(rt){Qe=t;while(U(Qe,"position")==="static"&&U(Qe,"transform")==="none"&&Qe!==document){Qe=Qe.parentNode}if(Qe!==document.body&&Qe!==document.documentElement){if(Qe===document)Qe=q();n.top+=Qe.scrollTop;n.left+=Qe.scrollLeft}else{Qe=q()}et=te(Qe)}Ie=i.ghostClone(Se);K(Ie,i.ghostClass,false);K(Ie,i.fallbackClass,true);K(Ie,i.dragClass,true);U(Ie,"transition","");U(Ie,"transform","");U(Ie,"box-sizing","border-box");U(Ie,"margin",0);U(Ie,"top",n.top);U(Ie,"left",n.left);U(Ie,"width",n.width);U(Ie,"height",n.height);U(Ie,"opacity","0.8");U(Ie,"position",rt?"absolute":"fixed");U(Ie,"zIndex","100000");U(Ie,"pointerEvents","none");gt.ghost=Ie;t.appendChild(Ie);U(Ie,"transform-origin",Ke/parseInt(Ie.style.width)*100+"% "+Ue/parseInt(Ie.style.height)*100+"%")}},_onDragStart:function e(t,n){var i=this;var r=t.dataTransfer;var o=i.options;De("dragStart",this,{evt:t});if(gt.eventCanceled){this._onDrop();return}De("setupClone",this);if(!gt.eventCanceled){Ae=ue(Se);Ae.removeAttribute("id");Ae.draggable=false;Ae.style["will-change"]="";this._hideClone();K(Ae,this.options.chosenClass,false);gt.clone=Ae}i.cloneId=xt((function(){De("clone",i);if(gt.eventCanceled)return;if(!i.options.removeCloneOnHide){xe.insertBefore(Ae,Se)}i._hideClone();_e({sortable:i,name:"clone"})}));!n&&K(Se,o.dragClass,true);if(n){Le=true;i._loopId=setInterval(i._emulateDragOver,50)}else{Y(document,"mouseup",i._onDrop);Y(document,"touchend",i._onDrop);Y(document,"touchcancel",i._onDrop);if(r){r.effectAllowed="move";o.setData&&o.setData.call(i,r,Se)}L(document,"drop",i);U(Se,"transform","translateZ(0)")}Xe=true;i._dragStartId=xt(i._dragStarted.bind(i,n,t));L(document,"selectstart",i);Ge=true;if(P){U(document.body,"user-select","none")}},_onDragOver:function e(t){var n=this.el,i=t.target,r,o,a,l=this.options,s=l.group,c=gt.active,u=Be===s,f=l.sort,d=Re||c,h,p=this,v=false;if(tt)return;function g(e,l){De(e,p,b({evt:t,isOwner:u,axis:h?"vertical":"horizontal",revert:a,dragRect:r,targetRect:o,canSort:f,fromSortable:d,target:i,completed:y,onMove:function e(i,o){return bt(xe,n,Se,r,i,Z(i),t,o)},changed:w},l))}function m(){g("dragOverAnimationCapture");p.captureAnimationState();if(p!==d){d.captureAnimationState()}}function y(e){g("dragOverCompleted",{insertion:e});if(e){if(u){c._hideClone()}else{c._showClone(p)}if(p!==d){K(Se,Re?Re.options.ghostClass:c.options.ghostClass,false);K(Se,l.ghostClass,true)}if(Re!==p&&p!==gt.active){Re=p}else if(p===gt.active&&Re){Re=null}if(d===p){p._ignoreWhileAnimating=i}p.animateAll((function(){g("dragOverAnimationComplete");p._ignoreWhileAnimating=null}));if(p!==d){d.animateAll();d._ignoreWhileAnimating=null}}if(i===Se&&!Se.animated||i===n&&!i.animated){Ve=null}if(!l.dragoverBubble&&!t.rootEl&&i!==document){Se.parentNode[he]._isOutsideThisEl(t.target);!e&&pt(t)}!l.dragoverBubble&&t.stopPropagation&&t.stopPropagation();return v=true}function w(){ze=ee(Se);Pe=ee(Se,l.draggable);_e({sortable:p,name:"change",toEl:n,newIndex:ze,newDraggableIndex:Pe,originalEvent:t})}if(t.preventDefault!==void 0){t.cancelable&&t.preventDefault()}i=H(i,l.draggable,n,true);g("dragOver");if(gt.eventCanceled)return v;if(Se.contains(t.target)||i.animated&&i.animatingX&&i.animatingY||p._ignoreWhileAnimating===i){return y(false)}Le=false;if(c&&!l.disabled&&(u?f||(a=Ce!==xe):Re===this||(this.lastPutMode=Be.checkPull(this,c,Se,t))&&s.checkPut(this,c,Se,t))){h=this._getDirection(t,i)==="vertical";r=Z(Se);g("dragOverValid");if(gt.eventCanceled)return v;if(a){Ce=xe;m();this._hideClone();g("revert");if(!gt.eventCanceled){if(Oe){xe.insertBefore(Se,Oe)}else{xe.appendChild(Se)}}return y(true)}var E=Q(n,l.draggable);if(!E||Dt(t,h,this)&&!E.animated){if(E===Se){return y(false)}if(E&&n===t.target){i=E}if(i){o=Z(i)}if(bt(xe,n,Se,r,i,o,t,!!i)!==false){m();if(E&&E.nextSibling){n.insertBefore(Se,E.nextSibling)}else{n.appendChild(Se)}Ce=n;w();return y(true)}}else if(E&&Et(t,h,this)){var D=J(n,0,l,true);if(D===Se){return y(false)}i=D;o=Z(i);if(bt(xe,n,Se,r,i,o,t,false)!==false){m();n.insertBefore(Se,D);Ce=n;w();return y(true)}}else if(i.parentNode===n){o=Z(i);var _=0,S,C=Se.parentNode!==n,I=!ct(Se.animated&&Se.toRect||r,i.animated&&i.toRect||o,h),x=h?"top":"left",O=$(i,"top","top")||$(Se,"top","top"),T=O?O.scrollTop:void 0;if(Ve!==i){S=o[x];Ze=false;$e=!I&&l.invertSwap||C}_=_t(t,i,o,h,I?1:l.swapThreshold,l.invertedSwapThreshold==null?l.swapThreshold:l.invertedSwapThreshold,$e,Ve===i);var A;if(_!==0){var M=ee(Se);do{M-=_;A=Ce.children[M]}while(A&&(U(A,"display")==="none"||A===Ie))}if(_===0||A===i){return y(false)}Ve=i;qe=_;var k=i.nextElementSibling,z=false;z=_===1;var N=bt(xe,n,Se,r,i,o,t,z);if(N!==false){if(N===1||N===-1){z=N===1}tt=true;setTimeout(wt,30);m();if(z&&!k){n.appendChild(Se)}else{i.parentNode.insertBefore(Se,z?k:i)}if(O){ce(O,0,T-O.scrollTop)}Ce=Se.parentNode;if(S!==undefined&&!$e){Je=Math.abs(S-Z(i)[x])}w();return y(true)}}if(n.contains(Se)){return y(false)}}return false},_ignoreWhileAnimating:null,_offMoveEvents:function e(){Y(document,"mousemove",this._onTouchMove);Y(document,"touchmove",this._onTouchMove);Y(document,"pointermove",this._onTouchMove);Y(document,"dragover",pt);Y(document,"mousemove",pt);Y(document,"touchmove",pt)},_offUpEvents:function e(){var t=this.el.ownerDocument;Y(t,"mouseup",this._onDrop);Y(t,"touchend",this._onDrop);Y(t,"pointerup",this._onDrop);Y(t,"touchcancel",this._onDrop);Y(document,"selectstart",this)},_onDrop:function e(t){var n=this.el,i=this.options;ze=ee(Se);Pe=ee(Se,i.draggable);De("drop",this,{evt:t});Ce=Se&&Se.parentNode;ze=ee(Se);Pe=ee(Se,i.draggable);if(gt.eventCanceled){this._nulling();return}Xe=false;$e=false;Ze=false;clearInterval(this._loopId);clearTimeout(this._dragStartTimer);Ot(this.cloneId);Ot(this._dragStartId);if(this.nativeDraggable){Y(document,"drop",this);Y(n,"dragstart",this._onDragStart)}this._offMoveEvents();this._offUpEvents();if(P){U(document.body,"user-select","")}U(Se,"transform","");if(t){if(Ge){t.cancelable&&t.preventDefault();!i.dropBubble&&t.stopPropagation()}Ie&&Ie.parentNode&&Ie.parentNode.removeChild(Ie);if(xe===Ce||Re&&Re.lastPutMode!=="clone"){Ae&&Ae.parentNode&&Ae.parentNode.removeChild(Ae)}if(Se){if(this.nativeDraggable){Y(Se,"dragend",this)}yt(Se);Se.style["will-change"]="";if(Ge&&!Xe){K(Se,Re?Re.options.ghostClass:this.options.ghostClass,false)}K(Se,this.options.chosenClass,false);_e({sortable:this,name:"unchoose",toEl:Ce,newIndex:null,newDraggableIndex:null,originalEvent:t});if(xe!==Ce){if(ze>=0){_e({rootEl:Ce,name:"add",toEl:Ce,fromEl:xe,originalEvent:t});_e({sortable:this,name:"remove",toEl:Ce,originalEvent:t});_e({rootEl:Ce,name:"sort",toEl:Ce,fromEl:xe,originalEvent:t});_e({sortable:this,name:"sort",toEl:Ce,originalEvent:t})}Re&&Re.save()}else{if(ze!==ke){if(ze>=0){_e({sortable:this,name:"update",toEl:Ce,originalEvent:t});_e({sortable:this,name:"sort",toEl:Ce,originalEvent:t})}}}if(gt.active){if(ze==null||ze===-1){ze=ke;Pe=Ne}_e({sortable:this,name:"end",toEl:Ce,originalEvent:t});this.save()}}}this._nulling()},_nulling:function e(){De("nulling",this);xe=Se=Ce=Ie=Oe=Ae=Te=Me=We=je=Ge=ze=Pe=ke=Ne=Ve=qe=Re=Be=gt.dragged=gt.ghost=gt.clone=gt.active=null;nt.forEach((function(e){e.checked=true}));nt.length=He=Fe=0},handleEvent:function e(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":if(Se){this._onDragOver(t);mt(t)}break;case"selectstart":t.preventDefault();break}},toArray:function e(){var t=[],n,i=this.el.children,r=0,o=i.length,a=this.options;for(;r<o;r++){n=i[r];if(H(n,a.draggable,this.el,false)){t.push(n.getAttribute(a.dataIdAttr)||Ct(n))}}return t},sort:function e(t,n){var i={},r=this.el;this.toArray().forEach((function(e,t){var n=r.children[t];if(H(n,this.options.draggable,r,false)){i[e]=n}}),this);n&&this.captureAnimationState();t.forEach((function(e){if(i[e]){r.removeChild(i[e]);r.appendChild(i[e])}}));n&&this.animateAll()},save:function e(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function e(t,n){return H(t,n||this.options.draggable,this.el,false)},option:function e(t,n){var i=this.options;if(n===void 0){return i[t]}else{var r=ye.modifyOption(this,t,n);if(typeof r!=="undefined"){i[t]=r}else{i[t]=n}if(t==="group"){ft(i)}}},destroy:function e(){De("destroy",this);var t=this.el;t[he]=null;Y(t,"mousedown",this._onTapStart);Y(t,"touchstart",this._onTapStart);Y(t,"pointerdown",this._onTapStart);if(this.nativeDraggable){Y(t,"dragover",this);Y(t,"dragenter",this)}Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),(function(e){e.removeAttribute("draggable")}));this._onDrop();this._disableDelayedDragEvents();Ye.splice(Ye.indexOf(this.el),1);this.el=t=null},_hideClone:function e(){if(!Me){De("hideClone",this);if(gt.eventCanceled)return;U(Ae,"display","none");if(this.options.removeCloneOnHide&&Ae.parentNode){Ae.parentNode.removeChild(Ae)}Me=true}},_showClone:function e(t){if(t.lastPutMode!=="clone"){this._hideClone();return}if(Me){De("showClone",this);if(gt.eventCanceled)return;if(Se.parentNode==xe&&!this.options.group.revertClone){xe.insertBefore(Ae,Se)}else if(Oe){xe.insertBefore(Ae,Oe)}else{xe.appendChild(Ae)}if(this.options.group.revertClone){this.animate(Se,Ae)}U(Ae,"display","");Me=false}}};function mt(e){if(e.dataTransfer){e.dataTransfer.dropEffect="move"}e.cancelable&&e.preventDefault()}function bt(e,t,n,i,r,o,a,l){var s,c=e[he],u=c.options.onMove,f;if(window.CustomEvent&&!k&&!z){s=new CustomEvent("move",{bubbles:true,cancelable:true})}else{s=document.createEvent("Event");s.initEvent("move",true,true)}s.to=t;s.from=e;s.dragged=n;s.draggedRect=i;s.related=r||t;s.relatedRect=o||Z(t);s.willInsertAfter=l;s.originalEvent=a;e.dispatchEvent(s);if(u){f=u.call(c,s,a)}return f}function yt(e){e.draggable=false}function wt(){tt=false}function Et(e,t,n){var i=Z(J(n.el,0,n.options,true));var r=10;return t?e.clientX<i.left-r||e.clientY<i.top&&e.clientX<i.right:e.clientY<i.top-r||e.clientY<i.bottom&&e.clientX<i.left}function Dt(e,t,n){var i=Z(Q(n.el,n.options.draggable));var r=10;return t?e.clientX>i.right+r||e.clientX<=i.right&&e.clientY>i.bottom&&e.clientX>=i.left:e.clientX>i.right&&e.clientY>i.top||e.clientX<=i.right&&e.clientY>i.bottom+r}function _t(e,t,n,i,r,o,a,l){var s=i?e.clientY:e.clientX,c=i?n.height:n.width,u=i?n.top:n.left,f=i?n.bottom:n.right,d=false;if(!a){if(l&&Je<c*r){if(!Ze&&(qe===1?s>u+c*o/2:s<f-c*o/2)){Ze=true}if(!Ze){if(qe===1?s<u+Je:s>f-Je){return-qe}}else{d=true}}else{if(s>u+c*(1-r)/2&&s<f-c*(1-r)/2){return St(t)}}}d=d||a;if(d){if(s<u+c*o/2||s>f-c*o/2){return s>u+c/2?1:-1}}return 0}function St(e){if(ee(Se)<ee(e)){return 1}else{return-1}}function Ct(e){var t=e.tagName+e.className+e.src+e.href+e.textContent,n=t.length,i=0;while(n--){i+=t.charCodeAt(n)}return i.toString(36)}function It(e){nt.length=0;var t=e.getElementsByTagName("input");var n=t.length;while(n--){var i=t[n];i.checked&&nt.push(i)}}function xt(e){return setTimeout(e,0)}function Ot(e){return clearTimeout(e)}if(it){L(document,"touchmove",(function(e){if((gt.active||Xe)&&e.cancelable){e.preventDefault()}}))}gt.utils={on:L,off:Y,css:U,find:V,is:function e(t,n){return!!H(t,n,t,false)},extend:re,throttle:le,closest:H,toggleClass:K,clone:ue,index:ee,nextTick:xt,cancelNextTick:Ot,detectDirection:st,getChild:J};gt.get=function(e){return e[he]};gt.mount=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++){t[n]=arguments[n]}if(t[0].constructor===Array)t=t[0];t.forEach((function(e){if(!e.prototype||!e.prototype.constructor){throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(e))}if(e.utils)gt.utils=b(b({},gt.utils),e.utils);ye.mount(e)}))};gt.create=function(e,t){return new gt(e,t)};gt.version=A;var Tt=[],At,Mt,kt=false,zt,Nt,Pt,Bt;function Rt(){function e(){this.defaults={scroll:true,forceAutoScrollFallback:false,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:true};for(var e in this){if(e.charAt(0)==="_"&&typeof this[e]==="function"){this[e]=this[e].bind(this)}}}e.prototype={dragStarted:function e(t){var n=t.originalEvent;if(this.sortable.nativeDraggable){L(document,"dragover",this._handleAutoScroll)}else{if(this.options.supportPointer){L(document,"pointermove",this._handleFallbackAutoScroll)}else if(n.touches){L(document,"touchmove",this._handleFallbackAutoScroll)}else{L(document,"mousemove",this._handleFallbackAutoScroll)}}},dragOverCompleted:function e(t){var n=t.originalEvent;if(!this.options.dragOverBubble&&!n.rootEl){this._handleAutoScroll(n)}},drop:function e(){if(this.sortable.nativeDraggable){Y(document,"dragover",this._handleAutoScroll)}else{Y(document,"pointermove",this._handleFallbackAutoScroll);Y(document,"touchmove",this._handleFallbackAutoScroll);Y(document,"mousemove",this._handleFallbackAutoScroll)}Lt();Xt();se()},nulling:function e(){Pt=Mt=At=kt=Bt=zt=Nt=null;Tt.length=0},_handleFallbackAutoScroll:function e(t){this._handleAutoScroll(t,true)},_handleAutoScroll:function e(t,n){var i=this;var r=(t.touches?t.touches[0]:t).clientX,o=(t.touches?t.touches[0]:t).clientY,a=document.elementFromPoint(r,o);Pt=t;if(n||this.options.forceAutoScrollFallback||z||k||P){Yt(t,this.options,a,n);var l=ie(a,true);if(kt&&(!Bt||r!==zt||o!==Nt)){Bt&&Lt();Bt=setInterval((function(){var e=ie(document.elementFromPoint(r,o),true);if(e!==l){l=e;Xt()}Yt(t,i.options,e,n)}),10);zt=r;Nt=o}}else{if(!this.options.bubbleScroll||ie(a,true)===q()){Xt();return}Yt(t,this.options,ie(a,false),false)}}};return E(e,{pluginName:"scroll",initializeByDefault:true})}function Xt(){Tt.forEach((function(e){clearInterval(e.pid)}));Tt=[]}function Lt(){clearInterval(Bt)}var Yt=le((function(e,t,n,i){if(!t.scroll)return;var r=(e.touches?e.touches[0]:e).clientX,o=(e.touches?e.touches[0]:e).clientY,a=t.scrollSensitivity,l=t.scrollSpeed,s=q();var c=false,u;if(Mt!==n){Mt=n;Xt();At=t.scroll;u=t.scrollFn;if(At===true){At=ie(n,true)}}var f=0;var d=At;do{var h=d,p=Z(h),v=p.top,g=p.bottom,m=p.left,b=p.right,y=p.width,w=p.height,E=void 0,D=void 0,_=h.scrollWidth,S=h.scrollHeight,C=U(h),I=h.scrollLeft,x=h.scrollTop;if(h===s){E=y<_&&(C.overflowX==="auto"||C.overflowX==="scroll"||C.overflowX==="visible");D=w<S&&(C.overflowY==="auto"||C.overflowY==="scroll"||C.overflowY==="visible")}else{E=y<_&&(C.overflowX==="auto"||C.overflowX==="scroll");D=w<S&&(C.overflowY==="auto"||C.overflowY==="scroll")}var O=E&&(Math.abs(b-r)<=a&&I+y<_)-(Math.abs(m-r)<=a&&!!I);var T=D&&(Math.abs(g-o)<=a&&x+w<S)-(Math.abs(v-o)<=a&&!!x);if(!Tt[f]){for(var A=0;A<=f;A++){if(!Tt[A]){Tt[A]={}}}}if(Tt[f].vx!=O||Tt[f].vy!=T||Tt[f].el!==h){Tt[f].el=h;Tt[f].vx=O;Tt[f].vy=T;clearInterval(Tt[f].pid);if(O!=0||T!=0){c=true;Tt[f].pid=setInterval(function(){if(i&&this.layer===0){gt.active._onTouchMove(Pt)}var t=Tt[this.layer].vy?Tt[this.layer].vy*l:0;var n=Tt[this.layer].vx?Tt[this.layer].vx*l:0;if(typeof u==="function"){if(u.call(gt.dragged.parentNode[he],n,t,e,Pt,Tt[this.layer].el)!=="continue"){return}}ce(Tt[this.layer].el,n,t)}.bind({layer:f}),24)}}f++}while(t.bubbleScroll&&d!==s&&(d=ie(d,false)));kt=c}),30);var Wt=function e(t){var n=t.originalEvent,i=t.putSortable,r=t.dragEl,o=t.activeSortable,a=t.dispatchSortableEvent,l=t.hideGhostForTarget,s=t.unhideGhostForTarget;if(!n)return;var c=i||o;l();var u=n.changedTouches&&n.changedTouches.length?n.changedTouches[0]:n;var f=document.elementFromPoint(u.clientX,u.clientY);s();if(c&&!c.el.contains(f)){a("spill");this.onSpill({dragEl:r,putSortable:i})}};function jt(){}jt.prototype={startIndex:null,dragStart:function e(t){var n=t.oldDraggableIndex;this.startIndex=n},onSpill:function e(t){var n=t.dragEl,i=t.putSortable;this.sortable.captureAnimationState();if(i){i.captureAnimationState()}var r=J(this.sortable.el,this.startIndex,this.options);if(r){this.sortable.el.insertBefore(n,r)}else{this.sortable.el.appendChild(n)}this.sortable.animateAll();if(i){i.animateAll()}},drop:Wt};E(jt,{pluginName:"revertOnSpill"});function Ht(){}Ht.prototype={onSpill:function e(t){var n=t.dragEl,i=t.putSortable;var r=i||this.sortable;r.captureAnimationState();n.parentNode&&n.parentNode.removeChild(n);r.animateAll()},drop:Wt};E(Ht,{pluginName:"removeOnSpill"});var Ft;function Kt(){function e(){this.defaults={swapClass:"sortable-swap-highlight"}}e.prototype={dragStart:function e(t){var n=t.dragEl;Ft=n},dragOverValid:function e(t){var n=t.completed,i=t.target,r=t.onMove,o=t.activeSortable,a=t.changed,l=t.cancel;if(!o.options.swap)return;var s=this.sortable.el,c=this.options;if(i&&i!==s){var u=Ft;if(r(i)!==false){K(i,c.swapClass,true);Ft=i}else{Ft=null}if(u&&u!==Ft){K(u,c.swapClass,false)}}a();n(true);l()},drop:function e(t){var n=t.activeSortable,i=t.putSortable,r=t.dragEl;var o=i||this.sortable;var a=this.options;Ft&&K(Ft,a.swapClass,false);if(Ft&&(a.swap||i&&i.options.swap)){if(r!==Ft){o.captureAnimationState();if(o!==n)n.captureAnimationState();Ut(r,Ft);o.animateAll();if(o!==n)n.animateAll()}}},nulling:function e(){Ft=null}};return E(e,{pluginName:"swap",eventProperties:function e(){return{swapItem:Ft}}})}function Ut(e,t){var n=e.parentNode,i=t.parentNode,r,o;if(!n||!i||n.isEqualNode(t)||i.isEqualNode(e))return;r=ee(e);o=ee(t);if(n.isEqualNode(i)&&r<o){o++}n.insertBefore(t,n.children[r]);i.insertBefore(e,i.children[o])}var Gt=[],Vt=[],qt,Zt,$t=false,Jt=false,Qt=false,en,tn,nn;function rn(){function e(e){for(var t in this){if(t.charAt(0)==="_"&&typeof this[t]==="function"){this[t]=this[t].bind(this)}}if(!e.options.avoidImplicitDeselect){if(e.options.supportPointer){L(document,"pointerup",this._deselectMultiDrag)}else{L(document,"mouseup",this._deselectMultiDrag);L(document,"touchend",this._deselectMultiDrag)}}L(document,"keydown",this._checkKeyDown);L(document,"keyup",this._checkKeyUp);this.defaults={selectedClass:"sortable-selected",multiDragKey:null,avoidImplicitDeselect:false,setData:function t(n,i){var r="";if(Gt.length&&Zt===e){Gt.forEach((function(e,t){r+=(!t?"":", ")+e.textContent}))}else{r=i.textContent}n.setData("Text",r)}}}e.prototype={multiDragKeyDown:false,isMultiDrag:false,delayStartGlobal:function e(t){var n=t.dragEl;en=n},delayEnded:function e(){this.isMultiDrag=~Gt.indexOf(en)},setupClone:function e(t){var n=t.sortable,i=t.cancel;if(!this.isMultiDrag)return;for(var r=0;r<Gt.length;r++){Vt.push(ue(Gt[r]));Vt[r].sortableIndex=Gt[r].sortableIndex;Vt[r].draggable=false;Vt[r].style["will-change"]="";K(Vt[r],this.options.selectedClass,false);Gt[r]===en&&K(Vt[r],this.options.chosenClass,false)}n._hideClone();i()},clone:function e(t){var n=t.sortable,i=t.rootEl,r=t.dispatchSortableEvent,o=t.cancel;if(!this.isMultiDrag)return;if(!this.options.removeCloneOnHide){if(Gt.length&&Zt===n){an(true,i);r("clone");o()}}},showClone:function e(t){var n=t.cloneNowShown,i=t.rootEl,r=t.cancel;if(!this.isMultiDrag)return;an(false,i);Vt.forEach((function(e){U(e,"display","")}));n();nn=false;r()},hideClone:function e(t){var n=this;var i=t.cloneNowHidden,r=t.cancel;if(!this.isMultiDrag)return;Vt.forEach((function(e){U(e,"display","none");if(n.options.removeCloneOnHide&&e.parentNode){e.parentNode.removeChild(e)}}));i();nn=true;r()},dragStartGlobal:function e(t){if(!this.isMultiDrag&&Zt){Zt.multiDrag._deselectMultiDrag()}Gt.forEach((function(e){e.sortableIndex=ee(e)}));Gt=Gt.sort((function(e,t){return e.sortableIndex-t.sortableIndex}));Qt=true},dragStarted:function e(t){var n=this;var i=t.sortable;if(!this.isMultiDrag)return;if(this.options.sort){i.captureAnimationState();if(this.options.animation){Gt.forEach((function(e){if(e===en)return;U(e,"position","absolute")}));var r=Z(en,false,true,true);Gt.forEach((function(e){if(e===en)return;fe(e,r)}));Jt=true;$t=true}}i.animateAll((function(){Jt=false;$t=false;if(n.options.animation){Gt.forEach((function(e){de(e)}))}if(n.options.sort){ln()}}))},dragOver:function e(t){var n=t.target,i=t.completed,r=t.cancel;if(Jt&&~Gt.indexOf(n)){i(false);r()}},revert:function e(t){var n=t.fromSortable,i=t.rootEl,r=t.sortable,o=t.dragRect;if(Gt.length>1){Gt.forEach((function(e){r.addAnimationState({target:e,rect:Jt?Z(e):o});de(e);e.fromRect=o;n.removeAnimationState(e)}));Jt=false;on(!this.options.removeCloneOnHide,i)}},dragOverCompleted:function e(t){var n=t.sortable,i=t.isOwner,r=t.insertion,o=t.activeSortable,a=t.parentEl,l=t.putSortable;var s=this.options;if(r){if(i){o._hideClone()}$t=false;if(s.animation&&Gt.length>1&&(Jt||!i&&!o.options.sort&&!l)){var c=Z(en,false,true,true);Gt.forEach((function(e){if(e===en)return;fe(e,c);a.appendChild(e)}));Jt=true}if(!i){if(!Jt){ln()}if(Gt.length>1){var u=nn;o._showClone(n);if(o.options.animation&&!nn&&u){Vt.forEach((function(e){o.addAnimationState({target:e,rect:tn});e.fromRect=tn;e.thisAnimationDuration=null}))}}else{o._showClone(n)}}}},dragOverAnimationCapture:function e(t){var n=t.dragRect,i=t.isOwner,r=t.activeSortable;Gt.forEach((function(e){e.thisAnimationDuration=null}));if(r.options.animation&&!i&&r.multiDrag.isMultiDrag){tn=E({},n);var o=G(en,true);tn.top-=o.f;tn.left-=o.e}},dragOverAnimationComplete:function e(){if(Jt){Jt=false;ln()}},drop:function e(t){var n=t.originalEvent,i=t.rootEl,r=t.parentEl,o=t.sortable,a=t.dispatchSortableEvent,l=t.oldIndex,s=t.putSortable;var c=s||this.sortable;if(!n)return;var u=this.options,f=r.children;if(!Qt){if(u.multiDragKey&&!this.multiDragKeyDown){this._deselectMultiDrag()}K(en,u.selectedClass,!~Gt.indexOf(en));if(!~Gt.indexOf(en)){Gt.push(en);we({sortable:o,rootEl:i,name:"select",targetEl:en,originalEvent:n});if(n.shiftKey&&qt&&o.el.contains(qt)){var d=ee(qt),h=ee(en);if(~d&&~h&&d!==h){var p,v;if(h>d){v=d;p=h}else{v=h;p=d+1}for(;v<p;v++){if(~Gt.indexOf(f[v]))continue;K(f[v],u.selectedClass,true);Gt.push(f[v]);we({sortable:o,rootEl:i,name:"select",targetEl:f[v],originalEvent:n})}}}else{qt=en}Zt=c}else{Gt.splice(Gt.indexOf(en),1);qt=null;we({sortable:o,rootEl:i,name:"deselect",targetEl:en,originalEvent:n})}}if(Qt&&this.isMultiDrag){Jt=false;if((r[he].options.sort||r!==i)&&Gt.length>1){var g=Z(en),m=ee(en,":not(."+this.options.selectedClass+")");if(!$t&&u.animation)en.thisAnimationDuration=null;c.captureAnimationState();if(!$t){if(u.animation){en.fromRect=g;Gt.forEach((function(e){e.thisAnimationDuration=null;if(e!==en){var t=Jt?Z(e):g;e.fromRect=t;c.addAnimationState({target:e,rect:t})}}))}ln();Gt.forEach((function(e){if(f[m]){r.insertBefore(e,f[m])}else{r.appendChild(e)}m++}));if(l===ee(en)){var b=false;Gt.forEach((function(e){if(e.sortableIndex!==ee(e)){b=true;return}}));if(b){a("update")}}}Gt.forEach((function(e){de(e)}));c.animateAll()}Zt=c}if(i===r||s&&s.lastPutMode!=="clone"){Vt.forEach((function(e){e.parentNode&&e.parentNode.removeChild(e)}))}},nullingGlobal:function e(){this.isMultiDrag=Qt=false;Vt.length=0},destroyGlobal:function e(){this._deselectMultiDrag();Y(document,"pointerup",this._deselectMultiDrag);Y(document,"mouseup",this._deselectMultiDrag);Y(document,"touchend",this._deselectMultiDrag);Y(document,"keydown",this._checkKeyDown);Y(document,"keyup",this._checkKeyUp)},_deselectMultiDrag:function e(t){if(typeof Qt!=="undefined"&&Qt)return;if(Zt!==this.sortable)return;if(t&&H(t.target,this.options.draggable,this.sortable.el,false))return;if(t&&t.button!==0)return;while(Gt.length){var n=Gt[0];K(n,this.options.selectedClass,false);Gt.shift();we({sortable:this.sortable,rootEl:this.sortable.el,name:"deselect",targetEl:n,originalEvent:t})}},_checkKeyDown:function e(t){if(t.key===this.options.multiDragKey){this.multiDragKeyDown=true}},_checkKeyUp:function e(t){if(t.key===this.options.multiDragKey){this.multiDragKeyDown=false}}};return E(e,{pluginName:"multiDrag",utils:{select:function e(t){var n=t.parentNode[he];if(!n||!n.options.multiDrag||~Gt.indexOf(t))return;if(Zt&&Zt!==n){Zt.multiDrag._deselectMultiDrag();Zt=n}K(t,n.options.selectedClass,true);Gt.push(t)},deselect:function e(t){var n=t.parentNode[he],i=Gt.indexOf(t);if(!n||!n.options.multiDrag||!~i)return;K(t,n.options.selectedClass,false);Gt.splice(i,1)}},eventProperties:function e(){var t=this;var n=[],i=[];Gt.forEach((function(e){n.push({multiDragElement:e,index:e.sortableIndex});var r;if(Jt&&e!==en){r=-1}else if(Jt){r=ee(e,":not(."+t.options.selectedClass+")")}else{r=ee(e)}i.push({multiDragElement:e,index:r})}));return{items:S(Gt),clones:[].concat(Vt),oldIndicies:n,newIndicies:i}},optionListeners:{multiDragKey:function e(t){t=t.toLowerCase();if(t==="ctrl"){t="Control"}else if(t.length>1){t=t.charAt(0).toUpperCase()+t.substr(1)}return t}}})}function on(e,t){Gt.forEach((function(n,i){var r=t.children[n.sortableIndex+(e?Number(i):0)];if(r){t.insertBefore(n,r)}else{t.appendChild(n)}}))}function an(e,t){Vt.forEach((function(n,i){var r=t.children[n.sortableIndex+(e?Number(i):0)];if(r){t.insertBefore(n,r)}else{t.appendChild(n)}}))}function ln(){Gt.forEach((function(e){if(e===en)return;e.parentNode&&e.parentNode.removeChild(e)}))}gt.mount(new Rt);gt.mount(Ht,jt);gt.mount(new Kt);gt.mount(new rn);var sn='.sc-stzh-sortable-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-sortable-h{display:none}.sc-stzh-sortable-h *.sc-stzh-sortable,.sc-stzh-sortable-h *.sc-stzh-sortable::before,.sc-stzh-sortable-h *.sc-stzh-sortable::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-sortable-h{--unselected-item-opacity:0.6;--ghost-item-background:var(--stzh-color-grey5);--ghost-item-box-shadow:inset 0 0 0.5rem rgba(0, 0, 0, 0.32)}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item{position:relative;-webkit-transition:opacity var(--stzh-base-transition-animation-speed);transition:opacity var(--stzh-base-transition-animation-speed);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:move;cursor:-webkit-grab;cursor:grab}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-drag,.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-chosen,.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-ghost,.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-selected{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-drag{opacity:1 !important}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-ghost{z-index:0}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-ghost::after{z-index:99;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--ghost-item-background);-webkit-box-shadow:var(--ghost-item-box-shadow);box-shadow:var(--ghost-item-box-shadow)}.sc-stzh-sortable-h .sc-stzh-sortable-s>*.has-item-selected>*.is-sortable-item{opacity:var(--unselected-item-opacity)}.sc-stzh-sortable-h .sc-stzh-sortable-s>*.has-item-selected>*.is-sortable-item.is-selected{opacity:1}.stzh-sortable__description.sc-stzh-sortable,.stzh-sortable__aria-live.sc-stzh-sortable{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}';var cn="is-sortable-item";var un="is-ghost";var fn="is-selected";var dn="is-chosen";var hn="is-drag";var pn="has-item-selected";var vn=0;var gn=e("stzh_sortable",function(){function e(e){var i=this;t(this,e);this.stzhUpdate=n(this,"stzhUpdate",7);this.stzhDisable=n(this,"stzhDisable",7);this.disabled=false;this.dataIdAttribute="data-id";this.container=function(){var e;return(e=i.containerElement)===null||e===void 0?void 0:e.firstElementChild};this.ghostClone=function(e){var t=a(e)[0];return t};this.filterElements=["[data-stzh-sortable-filtered]","[sortable-disabled]","button","a[href]","input","select","textarea","label","iframe","details","area","stzh-sortable"];this.selectedItem=null;this.resetItemOnBlur=false;this.init=function(){if(!i.getContainer()){return}Array.from(i.getContainer().children).forEach((function(e){e.classList.add(cn);e.addEventListener("blur",i.onBlur);e.addEventListener("keydown",i.onKeydown);e.setAttribute("tabindex","0");e.setAttribute("aria-describedby","".concat(i.sortableId,"-description"))}))};this.updated=function(e){return __awaiter(i,void 0,void 0,(function(){var t,n,i,r,o;var a;return __generator(this,(function(l){switch(l.label){case 0:if(e){t=e.newIndex;n=e.oldIndex;i=e.item}else{t=this.getIndexOfSelectedItem();n=this.lastIndex;i=this.selectedItem}if(!(t!==n))return[3,2];o=(r=this.stzhUpdate).emit;a={component:"stzh-sortable"};return[4,this.toArray()];case 1:o.apply(r,[(a.data=l.sent(),a.item=i,a.newIndex=t,a.oldIndex=n,a)]);l.label=2;case 2:return[2]}}))}))};this.onKeydown=function(e){var t=e.currentTarget;var n=e.target;if(!i.getContainer()||i.disabled){return}var r=n.matches(i._filterElements.join(", "));if(e.key===" "&&!r){e.preventDefault();if(!i.selectedItem){i.selectedItem=t;i.selectedItem.parentElement.classList.add(pn);i.selectedItem.classList.add(fn);i.lastIndex=i.getIndexOfSelectedItem();i.resetItemOnBlur=true;i.updateAriaLive(i.localization.started)}else{i.resetItemOnBlur=false;i.updateAriaLive(i.localization.dropped);i.updated();i.resetActiveItem()}}else if(e.key==="Tab"&&i.selectedItem&&i.selectedItem===e.currentTarget){e.preventDefault()}else if(e.key==="Escape"&&i.selectedItem){i.resetItemOnBlur=false;i.updateAriaLive(i.localization.canceled);i.resetActiveItem(true)}else if(e.key==="ArrowUp"){if(i.selectedItem){i.moveItem(i.selectedItem,"up")}else{i.focusItem(t.previousElementSibling)}}else if(e.key==="ArrowDown"){if(i.selectedItem){i.moveItem(i.selectedItem,"down")}else{i.focusItem(t.nextElementSibling)}}};this.onBlur=function(){if(i.resetItemOnBlur){i.resetItemOnBlur=false;i.updateAriaLive(i.localization.dropped);i.updated();i.resetActiveItem()}}}e.prototype.toArray=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2,this.sortable.toArray()]}))}))};e.prototype.sort=function(e,t){if(t===void 0){t=true}return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(n){return[2,this.sortable.sort(e,t)]}))}))};e.prototype.moveItem=function(e,t){return __awaiter(this,void 0,void 0,(function(){var n,i,r,o;var a;return __generator(this,(function(l){switch(l.label){case 0:if(!e||!e.nextElementSibling&&t==="down"||!e.previousElementSibling&&t==="up"){return[2]}this.resetItemOnBlur=false;if(t==="up"){e.previousElementSibling.before(e)}else if(t==="down"){e.nextElementSibling.after(e)}this.updateAriaLive(this.localization.moved,e);this.focusItem(e);i=Array.from((n=e.parentElement)===null||n===void 0?void 0:n.children).indexOf(e);o=(r=this.stzhUpdate).emit;a={component:"stzh-sortable"};return[4,this.toArray()];case 1:o.apply(r,[(a.data=l.sent(),a.item=e,a.newIndex=i,a.oldIndex=i+(t==="up"?1:-1),a)]);this.resetItemOnBlur=true;return[2]}}))}))};e.prototype.disabledWatcher=function(){this.stzhDisable.emit({component:"stzh-sortable",disabled:this.disabled})};e.prototype.filterElementsWatcher=function(e){if(typeof e==="string"){this._filterElements=JSON.parse(e)}else{this._filterElements=e}};e.prototype.getContainer=function(){return typeof this.container==="function"?this.container():this.container};e.prototype.updateAriaLive=function(e,t){if(t===void 0){t=this.selectedItem}if(!this.getContainer()){return}if(t){var n=t.getAttribute("aria-label")||"";var i=this.getIndexOfSelectedItem(t);e=e.replace("{title}",n).replace("{current}",(i+1).toString())}var r=this.getContainer().children.length;e=e.replace("{total}",r.toString());this.ariaLiveElement.textContent=e};e.prototype.getIndexOfSelectedItem=function(e){if(e===void 0){e=this.selectedItem}if(e){return Array.from(e.parentElement.children).indexOf(e)}};e.prototype.resetActiveItem=function(e){if(e===void 0){e=false}if(!this.selectedItem){return}var t=this.getIndexOfSelectedItem();var n=this.selectedItem.parentElement;if(e&&this.lastIndex!==t){if(this.lastIndex>t){n.children[this.lastIndex].after(this.selectedItem)}else{n.children[this.lastIndex].before(this.selectedItem)}this.selectedItem.focus()}n.classList.remove(pn);this.selectedItem.classList.remove(fn);this.selectedItem=null;this.lastIndex=null};e.prototype.focusItem=function(e){if(!e){return}e.focus();var t=document.querySelector("stzh-flyingfocus");if(t){t.reposition()}g(e,{scrollMode:"if-needed",block:"nearest",inline:"nearest"})};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:this.sortableId="stzh-sortable-".concat(vn++);this.filterElementsWatcher(this.filterElements);if(!!this.localization)return[3,2];e=this;return[4,l(this.element,"sortable")];case 1:e.localization=t.sent();t.label=2;case 2:return[2]}}))}))};e.prototype.componentWillUpdate=function(){if(this.sortable){this.sortable.destroy();this.sortable=null}};e.prototype.componentDidRender=function(){if(this.sortable){return}this.sortable=new gt(this.getContainer(),{animation:150,filter:this._filterElements.join(", "),ghostClass:un,chosenClass:dn,dragClass:hn,dataIdAttr:this.dataIdAttribute,preventOnFilter:false,forceFallback:true,delay:200,delayOnTouchOnly:true,disabled:this.disabled,ghostClone:this.ghostClone,onUpdate:this.updated})};e.prototype.connectedCallback=function(){this.init();this.observer=new MutationObserver(this.init);this.observer.observe(this.element,{childList:true,subtree:true})};e.prototype.disconnectedCallback=function(){this.observer.disconnect();if(this.sortable){this.sortable.destroy();this.sortable=null}};e.prototype.render=function(){var e=this;var t={"stzh-sortable":true};return i(r,null,i("div",{class:t},i("div",{id:"".concat(this.sortableId,"-description"),class:"stzh-sortable__description"},this.localization.description),i("div",{ref:function(t){return e.ariaLiveElement=t},"aria-live":"assertive",class:"stzh-sortable__aria-live"}),i("div",{ref:function(t){return e.containerElement=t},class:"stzh-sortable__container"},i("slot",null))))};Object.defineProperty(e.prototype,"element",{get:function(){return o(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{disabled:["disabledWatcher"],filterElements:["filterElementsWatcher"]}},enumerable:false,configurable:true});return e}());gn.style=sn}}}));
@@ -1 +1 @@
1
- import{r as e,h as i,a as s}from"./p-65282c9d.js";const t=class{constructor(i){e(this,i),this.span=12,this.spanSmall=0,this.spanMedium=0,this.spanLarge=0,this.spanUltra=0,this.justifySelf="auto",this.alignSelf="auto"}render(){return i(s,null,i("div",{class:{"stzh-cell":!0}},i("slot",null)))}};t.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}:host{--cell-width:100%;max-width:100%;width:var(--cell-width);-ms-flex-preferred-size:var(--cell-width);flex-basis:var(--cell-width);-ms-flex-negative:0;flex-shrink:0}:host([justify-self=start]){justify-self:flex-start}:host([justify-self=end]){justify-self:flex-end}:host([justify-self=center]){justify-self:center}:host([justify-self=between]){justify-self:space-between}:host([justify-self=around]){justify-self:space-around}:host([justify-self=evenly]){justify-self:space-evenly}:host([align-self=start]){-ms-flex-item-align:start;align-self:flex-start}:host([align-self=end]){-ms-flex-item-align:end;align-self:flex-end}:host([align-self=center]){-ms-flex-item-align:center;align-self:center}:host([align-self=baseline]){-ms-flex-item-align:baseline;align-self:baseline}:host([align-self=stretch]){-ms-flex-item-align:stretch;align-self:stretch}:host([span="1"]){--cell-width:8.3333333333%}:host([span="2"]){--cell-width:16.6666666667%}:host([span="3"]){--cell-width:25%}:host([span="4"]){--cell-width:33.3333333333%}:host([span="5"]){--cell-width:41.6666666667%}:host([span="6"]){--cell-width:50%}:host([span="7"]){--cell-width:58.3333333333%}:host([span="8"]){--cell-width:66.6666666667%}:host([span="9"]){--cell-width:75%}:host([span="10"]){--cell-width:83.3333333333%}:host([span="11"]){--cell-width:91.6666666667%}:host([span="12"]){--cell-width:100%}@media screen and (min-width: 600px){:host([span-small="1"]){--cell-width:8.3333333333%}}@media screen and (min-width: 600px){:host([span-small="2"]){--cell-width:16.6666666667%}}@media screen and (min-width: 600px){:host([span-small="3"]){--cell-width:25%}}@media screen and (min-width: 600px){:host([span-small="4"]){--cell-width:33.3333333333%}}@media screen and (min-width: 600px){:host([span-small="5"]){--cell-width:41.6666666667%}}@media screen and (min-width: 600px){:host([span-small="6"]){--cell-width:50%}}@media screen and (min-width: 600px){:host([span-small="7"]){--cell-width:58.3333333333%}}@media screen and (min-width: 600px){:host([span-small="8"]){--cell-width:66.6666666667%}}@media screen and (min-width: 600px){:host([span-small="9"]){--cell-width:75%}}@media screen and (min-width: 600px){:host([span-small="10"]){--cell-width:83.3333333333%}}@media screen and (min-width: 600px){:host([span-small="11"]){--cell-width:91.6666666667%}}@media screen and (min-width: 600px){:host([span-small="12"]){--cell-width:100%}}@media screen and (min-width: 800px){:host([span-smallheader="1"]){--cell-width:8.3333333333%}}@media screen and (min-width: 800px){:host([span-smallheader="2"]){--cell-width:16.6666666667%}}@media screen and (min-width: 800px){:host([span-smallheader="3"]){--cell-width:25%}}@media screen and (min-width: 800px){:host([span-smallheader="4"]){--cell-width:33.3333333333%}}@media screen and (min-width: 800px){:host([span-smallheader="5"]){--cell-width:41.6666666667%}}@media screen and (min-width: 800px){:host([span-smallheader="6"]){--cell-width:50%}}@media screen and (min-width: 800px){:host([span-smallheader="7"]){--cell-width:58.3333333333%}}@media screen and (min-width: 800px){:host([span-smallheader="8"]){--cell-width:66.6666666667%}}@media screen and (min-width: 800px){:host([span-smallheader="9"]){--cell-width:75%}}@media screen and (min-width: 800px){:host([span-smallheader="10"]){--cell-width:83.3333333333%}}@media screen and (min-width: 800px){:host([span-smallheader="11"]){--cell-width:91.6666666667%}}@media screen and (min-width: 800px){:host([span-smallheader="12"]){--cell-width:100%}}@media screen and (min-width: 1024px){:host([span-medium="1"]){--cell-width:8.3333333333%}}@media screen and (min-width: 1024px){:host([span-medium="2"]){--cell-width:16.6666666667%}}@media screen and (min-width: 1024px){:host([span-medium="3"]){--cell-width:25%}}@media screen and (min-width: 1024px){:host([span-medium="4"]){--cell-width:33.3333333333%}}@media screen and (min-width: 1024px){:host([span-medium="5"]){--cell-width:41.6666666667%}}@media screen and (min-width: 1024px){:host([span-medium="6"]){--cell-width:50%}}@media screen and (min-width: 1024px){:host([span-medium="7"]){--cell-width:58.3333333333%}}@media screen and (min-width: 1024px){:host([span-medium="8"]){--cell-width:66.6666666667%}}@media screen and (min-width: 1024px){:host([span-medium="9"]){--cell-width:75%}}@media screen and (min-width: 1024px){:host([span-medium="10"]){--cell-width:83.3333333333%}}@media screen and (min-width: 1024px){:host([span-medium="11"]){--cell-width:91.6666666667%}}@media screen and (min-width: 1024px){:host([span-medium="12"]){--cell-width:100%}}@media screen and (min-width: 1260px){:host([span-large="1"]){--cell-width:8.3333333333%}}@media screen and (min-width: 1260px){:host([span-large="2"]){--cell-width:16.6666666667%}}@media screen and (min-width: 1260px){:host([span-large="3"]){--cell-width:25%}}@media screen and (min-width: 1260px){:host([span-large="4"]){--cell-width:33.3333333333%}}@media screen and (min-width: 1260px){:host([span-large="5"]){--cell-width:41.6666666667%}}@media screen and (min-width: 1260px){:host([span-large="6"]){--cell-width:50%}}@media screen and (min-width: 1260px){:host([span-large="7"]){--cell-width:58.3333333333%}}@media screen and (min-width: 1260px){:host([span-large="8"]){--cell-width:66.6666666667%}}@media screen and (min-width: 1260px){:host([span-large="9"]){--cell-width:75%}}@media screen and (min-width: 1260px){:host([span-large="10"]){--cell-width:83.3333333333%}}@media screen and (min-width: 1260px){:host([span-large="11"]){--cell-width:91.6666666667%}}@media screen and (min-width: 1260px){:host([span-large="12"]){--cell-width:100%}}@media screen and (min-width: 1440px){:host([span-ultra="1"]){--cell-width:8.3333333333%}}@media screen and (min-width: 1440px){:host([span-ultra="2"]){--cell-width:16.6666666667%}}@media screen and (min-width: 1440px){:host([span-ultra="3"]){--cell-width:25%}}@media screen and (min-width: 1440px){:host([span-ultra="4"]){--cell-width:33.3333333333%}}@media screen and (min-width: 1440px){:host([span-ultra="5"]){--cell-width:41.6666666667%}}@media screen and (min-width: 1440px){:host([span-ultra="6"]){--cell-width:50%}}@media screen and (min-width: 1440px){:host([span-ultra="7"]){--cell-width:58.3333333333%}}@media screen and (min-width: 1440px){:host([span-ultra="8"]){--cell-width:66.6666666667%}}@media screen and (min-width: 1440px){:host([span-ultra="9"]){--cell-width:75%}}@media screen and (min-width: 1440px){:host([span-ultra="10"]){--cell-width:83.3333333333%}}@media screen and (min-width: 1440px){:host([span-ultra="11"]){--cell-width:91.6666666667%}}@media screen and (min-width: 1440px){:host([span-ultra="12"]){--cell-width:100%}}.stzh-cell{height:100%;padding-left:calc(var(--stzh-grid-gutter) / 2);padding-right:calc(var(--stzh-grid-gutter) / 2)}@media screen and (min-width: 600px){.stzh-cell{padding-left:calc(var(--stzh-grid-gutter-small) / 2);padding-right:calc(var(--stzh-grid-gutter-small) / 2)}}@media screen and (min-width: 1024px){.stzh-cell{padding-left:calc(var(--stzh-grid-gutter-medium) / 2);padding-right:calc(var(--stzh-grid-gutter-medium) / 2)}}';export{t as stzh_cell}
1
+ import{r as e,h as i,a as s}from"./p-93e8e31f.js";const t=class{constructor(i){e(this,i),this.span=12,this.spanSmall=0,this.spanMedium=0,this.spanLarge=0,this.spanUltra=0,this.justifySelf="auto",this.alignSelf="auto"}render(){return i(s,null,i("div",{class:{"stzh-cell":!0}},i("slot",null)))}};t.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}:host{--cell-width:100%;max-width:100%;width:var(--cell-width);-ms-flex-preferred-size:var(--cell-width);flex-basis:var(--cell-width);-ms-flex-negative:0;flex-shrink:0}:host([justify-self=start]){justify-self:flex-start}:host([justify-self=end]){justify-self:flex-end}:host([justify-self=center]){justify-self:center}:host([justify-self=between]){justify-self:space-between}:host([justify-self=around]){justify-self:space-around}:host([justify-self=evenly]){justify-self:space-evenly}:host([align-self=start]){-ms-flex-item-align:start;align-self:flex-start}:host([align-self=end]){-ms-flex-item-align:end;align-self:flex-end}:host([align-self=center]){-ms-flex-item-align:center;align-self:center}:host([align-self=baseline]){-ms-flex-item-align:baseline;align-self:baseline}:host([align-self=stretch]){-ms-flex-item-align:stretch;align-self:stretch}:host([span="1"]){--cell-width:8.3333333333%}:host([span="2"]){--cell-width:16.6666666667%}:host([span="3"]){--cell-width:25%}:host([span="4"]){--cell-width:33.3333333333%}:host([span="5"]){--cell-width:41.6666666667%}:host([span="6"]){--cell-width:50%}:host([span="7"]){--cell-width:58.3333333333%}:host([span="8"]){--cell-width:66.6666666667%}:host([span="9"]){--cell-width:75%}:host([span="10"]){--cell-width:83.3333333333%}:host([span="11"]){--cell-width:91.6666666667%}:host([span="12"]){--cell-width:100%}@media screen and (min-width: 600px){:host([span-small="1"]){--cell-width:8.3333333333%}}@media screen and (min-width: 600px){:host([span-small="2"]){--cell-width:16.6666666667%}}@media screen and (min-width: 600px){:host([span-small="3"]){--cell-width:25%}}@media screen and (min-width: 600px){:host([span-small="4"]){--cell-width:33.3333333333%}}@media screen and (min-width: 600px){:host([span-small="5"]){--cell-width:41.6666666667%}}@media screen and (min-width: 600px){:host([span-small="6"]){--cell-width:50%}}@media screen and (min-width: 600px){:host([span-small="7"]){--cell-width:58.3333333333%}}@media screen and (min-width: 600px){:host([span-small="8"]){--cell-width:66.6666666667%}}@media screen and (min-width: 600px){:host([span-small="9"]){--cell-width:75%}}@media screen and (min-width: 600px){:host([span-small="10"]){--cell-width:83.3333333333%}}@media screen and (min-width: 600px){:host([span-small="11"]){--cell-width:91.6666666667%}}@media screen and (min-width: 600px){:host([span-small="12"]){--cell-width:100%}}@media screen and (min-width: 800px){:host([span-smallheader="1"]){--cell-width:8.3333333333%}}@media screen and (min-width: 800px){:host([span-smallheader="2"]){--cell-width:16.6666666667%}}@media screen and (min-width: 800px){:host([span-smallheader="3"]){--cell-width:25%}}@media screen and (min-width: 800px){:host([span-smallheader="4"]){--cell-width:33.3333333333%}}@media screen and (min-width: 800px){:host([span-smallheader="5"]){--cell-width:41.6666666667%}}@media screen and (min-width: 800px){:host([span-smallheader="6"]){--cell-width:50%}}@media screen and (min-width: 800px){:host([span-smallheader="7"]){--cell-width:58.3333333333%}}@media screen and (min-width: 800px){:host([span-smallheader="8"]){--cell-width:66.6666666667%}}@media screen and (min-width: 800px){:host([span-smallheader="9"]){--cell-width:75%}}@media screen and (min-width: 800px){:host([span-smallheader="10"]){--cell-width:83.3333333333%}}@media screen and (min-width: 800px){:host([span-smallheader="11"]){--cell-width:91.6666666667%}}@media screen and (min-width: 800px){:host([span-smallheader="12"]){--cell-width:100%}}@media screen and (min-width: 1024px){:host([span-medium="1"]){--cell-width:8.3333333333%}}@media screen and (min-width: 1024px){:host([span-medium="2"]){--cell-width:16.6666666667%}}@media screen and (min-width: 1024px){:host([span-medium="3"]){--cell-width:25%}}@media screen and (min-width: 1024px){:host([span-medium="4"]){--cell-width:33.3333333333%}}@media screen and (min-width: 1024px){:host([span-medium="5"]){--cell-width:41.6666666667%}}@media screen and (min-width: 1024px){:host([span-medium="6"]){--cell-width:50%}}@media screen and (min-width: 1024px){:host([span-medium="7"]){--cell-width:58.3333333333%}}@media screen and (min-width: 1024px){:host([span-medium="8"]){--cell-width:66.6666666667%}}@media screen and (min-width: 1024px){:host([span-medium="9"]){--cell-width:75%}}@media screen and (min-width: 1024px){:host([span-medium="10"]){--cell-width:83.3333333333%}}@media screen and (min-width: 1024px){:host([span-medium="11"]){--cell-width:91.6666666667%}}@media screen and (min-width: 1024px){:host([span-medium="12"]){--cell-width:100%}}@media screen and (min-width: 1260px){:host([span-large="1"]){--cell-width:8.3333333333%}}@media screen and (min-width: 1260px){:host([span-large="2"]){--cell-width:16.6666666667%}}@media screen and (min-width: 1260px){:host([span-large="3"]){--cell-width:25%}}@media screen and (min-width: 1260px){:host([span-large="4"]){--cell-width:33.3333333333%}}@media screen and (min-width: 1260px){:host([span-large="5"]){--cell-width:41.6666666667%}}@media screen and (min-width: 1260px){:host([span-large="6"]){--cell-width:50%}}@media screen and (min-width: 1260px){:host([span-large="7"]){--cell-width:58.3333333333%}}@media screen and (min-width: 1260px){:host([span-large="8"]){--cell-width:66.6666666667%}}@media screen and (min-width: 1260px){:host([span-large="9"]){--cell-width:75%}}@media screen and (min-width: 1260px){:host([span-large="10"]){--cell-width:83.3333333333%}}@media screen and (min-width: 1260px){:host([span-large="11"]){--cell-width:91.6666666667%}}@media screen and (min-width: 1260px){:host([span-large="12"]){--cell-width:100%}}@media screen and (min-width: 1440px){:host([span-ultra="1"]){--cell-width:8.3333333333%}}@media screen and (min-width: 1440px){:host([span-ultra="2"]){--cell-width:16.6666666667%}}@media screen and (min-width: 1440px){:host([span-ultra="3"]){--cell-width:25%}}@media screen and (min-width: 1440px){:host([span-ultra="4"]){--cell-width:33.3333333333%}}@media screen and (min-width: 1440px){:host([span-ultra="5"]){--cell-width:41.6666666667%}}@media screen and (min-width: 1440px){:host([span-ultra="6"]){--cell-width:50%}}@media screen and (min-width: 1440px){:host([span-ultra="7"]){--cell-width:58.3333333333%}}@media screen and (min-width: 1440px){:host([span-ultra="8"]){--cell-width:66.6666666667%}}@media screen and (min-width: 1440px){:host([span-ultra="9"]){--cell-width:75%}}@media screen and (min-width: 1440px){:host([span-ultra="10"]){--cell-width:83.3333333333%}}@media screen and (min-width: 1440px){:host([span-ultra="11"]){--cell-width:91.6666666667%}}@media screen and (min-width: 1440px){:host([span-ultra="12"]){--cell-width:100%}}.stzh-cell{height:100%;padding-left:calc(var(--stzh-grid-gutter) / 2);padding-right:calc(var(--stzh-grid-gutter) / 2)}@media screen and (min-width: 600px){.stzh-cell{padding-left:calc(var(--stzh-grid-gutter-small) / 2);padding-right:calc(var(--stzh-grid-gutter-small) / 2)}}@media screen and (min-width: 1024px){.stzh-cell{padding-left:calc(var(--stzh-grid-gutter-medium) / 2);padding-right:calc(var(--stzh-grid-gutter-medium) / 2)}}';export{t as stzh_cell}
@@ -1 +1 @@
1
- System.register(["./p-30b347ee.system.js","./p-176db2fe.system.js"],(function(t){"use strict";var e,s,r,i,a,n,h;return{setters:[function(t){e=t.r;s=t.h;r=t.a;i=t.g},function(t){a=t.m;n=t.a;h=t.r}],execute:function(){var o=".sc-stzh-progressbar-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-progressbar-h{display:none}.sc-stzh-progressbar-h *.sc-stzh-progressbar,.sc-stzh-progressbar-h *.sc-stzh-progressbar::before,.sc-stzh-progressbar-h *.sc-stzh-progressbar::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-progressbar-h{min-width:calc(var(--steps) * 1.6875rem * 2)}@media screen and (min-width: 600px){.sc-stzh-progressbar-h{min-width:calc(var(--steps) * 1.9375rem * 2)}}.stzh-progressbar.sc-stzh-progressbar{position:relative;overflow:hidden}.stzh-progressbar__items.sc-stzh-progressbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.stzh-progressbar__item.sc-stzh-progressbar{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0}";var p=t("stzh_progressbar",function(){function t(t){var s=this;e(this,t);this.data=[];this.index=0;this.steps=5;this.stepsSmall=6;this.stepsMedium=0;this.stepsLarge=0;this.stepsUltra=0;this.setCurrentSteps=function(){if(a("ultra").matches&&s.stepsUltra){s.currentSteps=s.stepsUltra}else if(a("large").matches&&s.stepsLarge){s.currentSteps=s.stepsLarge}else if(a("medium").matches&&s.stepsMedium){s.currentSteps=s.stepsMedium}else if(a("small").matches&&s.stepsSmall){s.currentSteps=s.stepsSmall}else{s.currentSteps=s.steps}s.element.style.setProperty("--steps",s.currentSteps.toString())}}t.prototype.dataWatcher=function(t){if(typeof t==="string"){this._data=JSON.parse(t)}else{this._data=t}this.lastItemIndex=this._data.length-1;this.maxStepIndex=this.currentSteps-1;this.withinLastFewSteps=this.index>=this._data.length-this.maxStepIndex};t.prototype.getItemAttributes=function(t){var e={};e.step=t+1;e.first=t===0;e.last=t===this.lastItemIndex;e.current=t===this.index;e.passed=t<this.index;if(this._data.length>this.currentSteps){if(t===this.lastItemIndex&&!this.withinLastFewSteps){e.dotted=true}if(this.index<2){e.hide=t>this.maxStepIndex-1&&t<this.lastItemIndex}else{if(t===0){e.dotted=true}var s=this.index;if(this.withinLastFewSteps){s=this._data.length-this.maxStepIndex}e.hide=t>0&&t<s||t>this.index+(this.currentSteps-3)&&t<this.lastItemIndex}}return e};t.prototype.componentWillLoad=function(){this.dataWatcher(this.data)};t.prototype.connectedCallback=function(){this.setCurrentSteps();n(this.setCurrentSteps)};t.prototype.disconnectedCallback=function(){h(this.setCurrentSteps)};t.prototype.render=function(){var t;var e=this;var i=(t={"stzh-progressbar":true},t["stzh-progressbar--index-".concat(this.index)]=!!this.index,t);return s(r,null,s("div",{class:i},s("div",{class:"stzh-progressbar__items",role:"list"},this._data.map((function(t,r){return s("stzh-progressbar-item",Object.assign({},e.getItemAttributes(r),{icon:t.icon,class:"stzh-progressbar__item"}),t.label)})))))};Object.defineProperty(t.prototype,"element",{get:function(){return i(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{data:["dataWatcher"]}},enumerable:false,configurable:true});return t}());p.style=o}}}));
1
+ System.register(["./p-bf0fdd23.system.js","./p-176db2fe.system.js"],(function(t){"use strict";var e,s,r,i,a,n,h;return{setters:[function(t){e=t.r;s=t.h;r=t.a;i=t.g},function(t){a=t.m;n=t.a;h=t.r}],execute:function(){var o=".sc-stzh-progressbar-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-progressbar-h{display:none}.sc-stzh-progressbar-h *.sc-stzh-progressbar,.sc-stzh-progressbar-h *.sc-stzh-progressbar::before,.sc-stzh-progressbar-h *.sc-stzh-progressbar::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-progressbar-h{min-width:calc(var(--steps) * 1.6875rem * 2)}@media screen and (min-width: 600px){.sc-stzh-progressbar-h{min-width:calc(var(--steps) * 1.9375rem * 2)}}.stzh-progressbar.sc-stzh-progressbar{position:relative;overflow:hidden}.stzh-progressbar__items.sc-stzh-progressbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.stzh-progressbar__item.sc-stzh-progressbar{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0}";var p=t("stzh_progressbar",function(){function t(t){var s=this;e(this,t);this.data=[];this.index=0;this.steps=5;this.stepsSmall=6;this.stepsMedium=0;this.stepsLarge=0;this.stepsUltra=0;this.setCurrentSteps=function(){if(a("ultra").matches&&s.stepsUltra){s.currentSteps=s.stepsUltra}else if(a("large").matches&&s.stepsLarge){s.currentSteps=s.stepsLarge}else if(a("medium").matches&&s.stepsMedium){s.currentSteps=s.stepsMedium}else if(a("small").matches&&s.stepsSmall){s.currentSteps=s.stepsSmall}else{s.currentSteps=s.steps}s.element.style.setProperty("--steps",s.currentSteps.toString())}}t.prototype.dataWatcher=function(t){if(typeof t==="string"){this._data=JSON.parse(t)}else{this._data=t}this.lastItemIndex=this._data.length-1;this.maxStepIndex=this.currentSteps-1;this.withinLastFewSteps=this.index>=this._data.length-this.maxStepIndex};t.prototype.getItemAttributes=function(t){var e={};e.step=t+1;e.first=t===0;e.last=t===this.lastItemIndex;e.current=t===this.index;e.passed=t<this.index;if(this._data.length>this.currentSteps){if(t===this.lastItemIndex&&!this.withinLastFewSteps){e.dotted=true}if(this.index<2){e.hide=t>this.maxStepIndex-1&&t<this.lastItemIndex}else{if(t===0){e.dotted=true}var s=this.index;if(this.withinLastFewSteps){s=this._data.length-this.maxStepIndex}e.hide=t>0&&t<s||t>this.index+(this.currentSteps-3)&&t<this.lastItemIndex}}return e};t.prototype.componentWillLoad=function(){this.dataWatcher(this.data)};t.prototype.connectedCallback=function(){this.setCurrentSteps();n(this.setCurrentSteps)};t.prototype.disconnectedCallback=function(){h(this.setCurrentSteps)};t.prototype.render=function(){var t;var e=this;var i=(t={"stzh-progressbar":true},t["stzh-progressbar--index-".concat(this.index)]=!!this.index,t);return s(r,null,s("div",{class:i},s("div",{class:"stzh-progressbar__items",role:"list"},this._data.map((function(t,r){return s("stzh-progressbar-item",Object.assign({},e.getItemAttributes(r),{icon:t.icon,class:"stzh-progressbar__item"}),t.label)})))))};Object.defineProperty(t.prototype,"element",{get:function(){return i(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{data:["dataWatcher"]}},enumerable:false,configurable:true});return t}());p.style=o}}}));
@@ -1 +1 @@
1
- System.register(["./p-30b347ee.system.js"],(function(t){"use strict";var e,i,s,o;return{setters:[function(t){e=t.r;i=t.h;s=t.a;o=t.g}],execute:function(){var r='<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M2 11.3333L9 18.6667L22 5.33334" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>\n';var n=":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}:host{--icon-checklist-visibility:hidden}:host::before{display:inline-block;position:absolute;left:0;top:0}.stzh-list-item__checkmark-icon{visibility:var(--icon-checklist-visibility);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:0.0625rem;left:0}.stzh-list-item__checkmark-icon svg{width:1.5em;height:1.5em;display:block}";var l=t("stzh_list_item",function(){function t(t){e(this,t)}t.prototype.render=function(){var t={"stzh-list-item":true};return i(s,null,i("div",{class:t,role:"listitem"},i("div",{class:"stzh-list-item__checkmark-icon",innerHTML:r}),i("div",{class:"stzh-list-item__text"},i("slot",null))))};Object.defineProperty(t.prototype,"element",{get:function(){return o(this)},enumerable:false,configurable:true});return t}());l.style=n}}}));
1
+ System.register(["./p-bf0fdd23.system.js"],(function(t){"use strict";var e,i,s,o;return{setters:[function(t){e=t.r;i=t.h;s=t.a;o=t.g}],execute:function(){var r='<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M2 11.3333L9 18.6667L22 5.33334" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>\n';var n=":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}:host{--icon-checklist-visibility:hidden}:host::before{display:inline-block;position:absolute;left:0;top:0}.stzh-list-item__checkmark-icon{visibility:var(--icon-checklist-visibility);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:0.0625rem;left:0}.stzh-list-item__checkmark-icon svg{width:1.5em;height:1.5em;display:block}";var l=t("stzh_list_item",function(){function t(t){e(this,t)}t.prototype.render=function(){var t={"stzh-list-item":true};return i(s,null,i("div",{class:t,role:"listitem"},i("div",{class:"stzh-list-item__checkmark-icon",innerHTML:r}),i("div",{class:"stzh-list-item__text"},i("slot",null))))};Object.defineProperty(t.prototype,"element",{get:function(){return o(this)},enumerable:false,configurable:true});return t}());l.style=n}}}));
@@ -1 +1 @@
1
- System.register(["./p-30b347ee.system.js"],(function(e){"use strict";var t,s,r,a;return{setters:[function(e){t=e.r;s=e.h;r=e.a;a=e.g}],execute:function(){var l=".sc-stzh-loader-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-loader-h{display:none}.sc-stzh-loader-h *.sc-stzh-loader,.sc-stzh-loader-h *.sc-stzh-loader::before,.sc-stzh-loader-h *.sc-stzh-loader::after{-webkit-box-sizing:border-box;box-sizing:border-box}@-webkit-keyframes stzh-loader{0%{-webkit-transform:scale(0);transform:scale(0);left:0;opacity:1}12.5%{-webkit-transform:scale(1);transform:scale(1)}25%{left:0}37.5%{left:4.375rem}50%{left:4.375rem}62.5%{left:8.75rem}75%{left:8.75rem;-webkit-transform:scale(1);transform:scale(1)}87.5%{left:8.75rem;-webkit-transform:scale(0);transform:scale(0);opacity:1}100%{left:8.75rem;opacity:0}}@keyframes stzh-loader{0%{-webkit-transform:scale(0);transform:scale(0);left:0;opacity:1}12.5%{-webkit-transform:scale(1);transform:scale(1)}25%{left:0}37.5%{left:4.375rem}50%{left:4.375rem}62.5%{left:8.75rem}75%{left:8.75rem;-webkit-transform:scale(1);transform:scale(1)}87.5%{left:8.75rem;-webkit-transform:scale(0);transform:scale(0);opacity:1}100%{left:8.75rem;opacity:0}}.stzh-loader.sc-stzh-loader{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.stzh-loader__label.sc-stzh-loader{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);text-align:center}.stzh-loader__label.sc-stzh-loader:not(:empty){margin-top:var(--stzh-space-medium)}.stzh-loader__wrapper.sc-stzh-loader{width:2.5rem;height:0.5rem}.stzh-loader__uil.sc-stzh-loader{background:none;position:relative;width:12.5rem;height:2.5rem;-webkit-transform:scale(0.2);transform:scale(0.2);-webkit-transform-origin:top left;transform-origin:top left}.stzh-loader__ib.sc-stzh-loader{width:100%;height:100%;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.stzh-loader__circle.sc-stzh-loader{width:3.75rem;height:2.5rem;position:absolute;opacity:0;text-align:center;-webkit-animation:stzh-loader 3s linear infinite;animation:stzh-loader 3s linear infinite}.stzh-loader__circle.sc-stzh-loader>div.sc-stzh-loader{width:2.5rem;height:2.5rem;border-radius:1.25rem;margin:0 0.625rem}.stzh-loader__circle.sc-stzh-loader:nth-of-type(2n+1)>div.sc-stzh-loader{background:#0F05A0}.stzh-loader__circle.sc-stzh-loader:nth-of-type(2n)>div.sc-stzh-loader{background:#0F05A0}.stzh-loader__circle.sc-stzh-loader:nth-of-type(1){-webkit-animation-delay:0s;animation-delay:0s}.stzh-loader__circle.sc-stzh-loader:nth-of-type(2){-webkit-animation-delay:0.75s;animation-delay:0.75s}.stzh-loader__circle.sc-stzh-loader:nth-of-type(3){-webkit-animation-delay:1.5s;animation-delay:1.5s}.stzh-loader__circle.sc-stzh-loader:nth-of-type(4){-webkit-animation-delay:2.25s;animation-delay:2.25s}.stzh-loader--size-small.sc-stzh-loader .stzh-loader__label.sc-stzh-loader{font-size:var(--stzh-font-pico-font-size);line-height:var(--stzh-font-pico-text-line-height)}.stzh-loader--size-small.sc-stzh-loader .stzh-loader__label.sc-stzh-loader:not(:empty){margin-top:var(--stzh-space-xsmall)}.stzh-loader--size-small.sc-stzh-loader .stzh-loader__wrapper.sc-stzh-loader{width:1.25rem;height:0.25rem}.stzh-loader--size-small.sc-stzh-loader .stzh-loader__uil.sc-stzh-loader{-webkit-transform:scale(0.1);transform:scale(0.1)}.stzh-loader--hide-label.sc-stzh-loader .stzh-loader__label.sc-stzh-loader{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}";var o=e("stzh_loader",function(){function e(e){t(this,e);this.size="default";this.label="";this.hideLabel=false}e.prototype.render=function(){var e;var t=(e={"stzh-loader":true,"stzh-loader--hide-label":this.hideLabel},e["stzh-loader--size-".concat(this.size)]=!!this.size,e);return s(r,null,s("div",{class:t},s("div",{class:"stzh-loader__wrapper"},s("div",{class:"stzh-loader__uil"},s("div",{class:"stzh-loader__ib"},s("div",{class:"stzh-loader__circle"},s("div",null)),s("div",{class:"stzh-loader__circle"},s("div",null)),s("div",{class:"stzh-loader__circle"},s("div",null)),s("div",{class:"stzh-loader__circle"},s("div",null))))),s("div",{class:"stzh-loader__label","aria-live":"polite"},this.label?this.label:s("slot",null))))};Object.defineProperty(e.prototype,"element",{get:function(){return a(this)},enumerable:false,configurable:true});return e}());o.style=l}}}));
1
+ System.register(["./p-bf0fdd23.system.js"],(function(e){"use strict";var t,s,r,a;return{setters:[function(e){t=e.r;s=e.h;r=e.a;a=e.g}],execute:function(){var l=".sc-stzh-loader-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-loader-h{display:none}.sc-stzh-loader-h *.sc-stzh-loader,.sc-stzh-loader-h *.sc-stzh-loader::before,.sc-stzh-loader-h *.sc-stzh-loader::after{-webkit-box-sizing:border-box;box-sizing:border-box}@-webkit-keyframes stzh-loader{0%{-webkit-transform:scale(0);transform:scale(0);left:0;opacity:1}12.5%{-webkit-transform:scale(1);transform:scale(1)}25%{left:0}37.5%{left:4.375rem}50%{left:4.375rem}62.5%{left:8.75rem}75%{left:8.75rem;-webkit-transform:scale(1);transform:scale(1)}87.5%{left:8.75rem;-webkit-transform:scale(0);transform:scale(0);opacity:1}100%{left:8.75rem;opacity:0}}@keyframes stzh-loader{0%{-webkit-transform:scale(0);transform:scale(0);left:0;opacity:1}12.5%{-webkit-transform:scale(1);transform:scale(1)}25%{left:0}37.5%{left:4.375rem}50%{left:4.375rem}62.5%{left:8.75rem}75%{left:8.75rem;-webkit-transform:scale(1);transform:scale(1)}87.5%{left:8.75rem;-webkit-transform:scale(0);transform:scale(0);opacity:1}100%{left:8.75rem;opacity:0}}.stzh-loader.sc-stzh-loader{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.stzh-loader__label.sc-stzh-loader{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);text-align:center}.stzh-loader__label.sc-stzh-loader:not(:empty){margin-top:var(--stzh-space-medium)}.stzh-loader__wrapper.sc-stzh-loader{width:2.5rem;height:0.5rem}.stzh-loader__uil.sc-stzh-loader{background:none;position:relative;width:12.5rem;height:2.5rem;-webkit-transform:scale(0.2);transform:scale(0.2);-webkit-transform-origin:top left;transform-origin:top left}.stzh-loader__ib.sc-stzh-loader{width:100%;height:100%;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.stzh-loader__circle.sc-stzh-loader{width:3.75rem;height:2.5rem;position:absolute;opacity:0;text-align:center;-webkit-animation:stzh-loader 3s linear infinite;animation:stzh-loader 3s linear infinite}.stzh-loader__circle.sc-stzh-loader>div.sc-stzh-loader{width:2.5rem;height:2.5rem;border-radius:1.25rem;margin:0 0.625rem}.stzh-loader__circle.sc-stzh-loader:nth-of-type(2n+1)>div.sc-stzh-loader{background:#0F05A0}.stzh-loader__circle.sc-stzh-loader:nth-of-type(2n)>div.sc-stzh-loader{background:#0F05A0}.stzh-loader__circle.sc-stzh-loader:nth-of-type(1){-webkit-animation-delay:0s;animation-delay:0s}.stzh-loader__circle.sc-stzh-loader:nth-of-type(2){-webkit-animation-delay:0.75s;animation-delay:0.75s}.stzh-loader__circle.sc-stzh-loader:nth-of-type(3){-webkit-animation-delay:1.5s;animation-delay:1.5s}.stzh-loader__circle.sc-stzh-loader:nth-of-type(4){-webkit-animation-delay:2.25s;animation-delay:2.25s}.stzh-loader--size-small.sc-stzh-loader .stzh-loader__label.sc-stzh-loader{font-size:var(--stzh-font-pico-font-size);line-height:var(--stzh-font-pico-text-line-height)}.stzh-loader--size-small.sc-stzh-loader .stzh-loader__label.sc-stzh-loader:not(:empty){margin-top:var(--stzh-space-xsmall)}.stzh-loader--size-small.sc-stzh-loader .stzh-loader__wrapper.sc-stzh-loader{width:1.25rem;height:0.25rem}.stzh-loader--size-small.sc-stzh-loader .stzh-loader__uil.sc-stzh-loader{-webkit-transform:scale(0.1);transform:scale(0.1)}.stzh-loader--hide-label.sc-stzh-loader .stzh-loader__label.sc-stzh-loader{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}";var o=e("stzh_loader",function(){function e(e){t(this,e);this.size="default";this.label="";this.hideLabel=false}e.prototype.render=function(){var e;var t=(e={"stzh-loader":true,"stzh-loader--hide-label":this.hideLabel},e["stzh-loader--size-".concat(this.size)]=!!this.size,e);return s(r,null,s("div",{class:t},s("div",{class:"stzh-loader__wrapper"},s("div",{class:"stzh-loader__uil"},s("div",{class:"stzh-loader__ib"},s("div",{class:"stzh-loader__circle"},s("div",null)),s("div",{class:"stzh-loader__circle"},s("div",null)),s("div",{class:"stzh-loader__circle"},s("div",null)),s("div",{class:"stzh-loader__circle"},s("div",null))))),s("div",{class:"stzh-loader__label","aria-live":"polite"},this.label?this.label:s("slot",null))))};Object.defineProperty(e.prototype,"element",{get:function(){return a(this)},enumerable:false,configurable:true});return e}());o.style=l}}}));
@@ -1 +1 @@
1
- import{r as c,c as s,h as e,g as t}from"./p-65282c9d.js";import{h}from"./p-1f57d28e.js";import{f as o}from"./p-25a09313.js";import{S as r}from"./p-32b78d65.js";let i=0;const n=class{constructor(e){c(this,e),this.stzhChange=s(this,"stzhChange",7),this.stzhFocus=s(this,"stzhFocus",7),this.stzhBlur=s(this,"stzhBlur",7),this.disabled=!1,this.name="",this.value="",this.invalid=!1,this.required=!1,this.checked=!1,this.label="",this.showMarker=!1,this.a11yDescribedby="",this.onInput=c=>{this.checked=this.input.checked,this.stzhChange.emit({component:"stzh-checkbox",originalEvent:c,value:this.value,checked:this.checked})},this.onFocus=c=>{const s=new FocusEvent("focus",{view:window,bubbles:!1,cancelable:!1});this.element.dispatchEvent(s),this.stzhFocus.emit({component:"stzh-checkbox",originalEvent:c})},this.onBlur=c=>{const s=new FocusEvent("blur",{view:window,bubbles:!1,cancelable:!1});this.element.dispatchEvent(s),this.stzhBlur.emit({component:"stzh-checkbox",originalEvent:c})}}async setFocus(){this.input.focus()}errorWatcher(c){if("string"==typeof c)try{this._error=JSON.parse(c)}catch(s){this._error=c?[c]:[]}else this._error=c||[];this.invalid=this._error.length>0}async componentWillLoad(){this.inputId="stzh-checkbox-"+i++,this.errorWatcher(this.error),this.localization||(this.localization=await o(this.element,"checkbox"))}render(){const c=h(this.element,"description")||!!this.description,s=h(this.element,"description-long")||!!this.descriptionLong,t=h(this.element,"error")||!!this.error;return e("div",{class:{"stzh-checkbox":!0,"stzh-checkbox--has-description":c,"stzh-checkbox--has-description-long":s,"stzh-checkbox--has-error":t,"stzh-checkbox--is-required":this.required,"stzh-checkbox--is-invalid":this.invalid,"stzh-checkbox--is-disabled":this.disabled}},e("label",{class:"stzh-checkbox__field-wrapper"},e("input",{class:"stzh-checkbox__input",ref:c=>this.input=c,type:"checkbox",id:this.inputId,name:this.name,value:this.value,disabled:this.disabled,"aria-describedby":`${this.inputId}-description ${this.a11yDescribedby}`,"aria-required":this.required?"true":"false","aria-invalid":this.invalid?"true":"false",checked:this.checked,onInput:this.onInput,onFocus:this.onFocus,onBlur:this.onBlur}),e("div",{class:"stzh-checkbox__mark"},e("div",{class:"stzh-checkbox__check",innerHTML:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M2 11.3333L9 18.6667L22 5.33334" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>\n'})),e("div",{class:"stzh-checkbox__label"},this.label?this.label:e("slot",null),this.showMarker&&e("span",{class:"stzh-checkbox__marker"},e("span",{class:"stzh-checkbox__marker-symbol","aria-hidden":"true"},this.required?this.localization.$globals.requiredFieldMarker:this.localization.$globals.optionalFieldMarker),e("span",{class:"stzh-checkbox__marker-text"},this.required?this.localization.$globals.requiredFieldText:this.localization.$globals.optionalFieldText)))),e(r,{classPrefix:"stzh-checkbox",id:`${this.inputId}-description`,error:this._error,description:this.description,descriptionLong:this.descriptionLong,descriptionLongUsed:s,moreInfoButtonLabel:this.localization.$globals.moreInfoButtonLabel}))}get element(){return t(this)}static get watchers(){return{error:["errorWatcher"]}}};n.style=".sc-stzh-checkbox-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-checkbox-h{display:none}.sc-stzh-checkbox-h *.sc-stzh-checkbox,.sc-stzh-checkbox-h *.sc-stzh-checkbox::before,.sc-stzh-checkbox-h *.sc-stzh-checkbox::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-checkbox-h{display:inline-block;border-radius:var(--stzh-form-input-border-radius)}.sc-stzh-checkbox-h .sc-stzh-checkbox-s>stzh-text{--color:inherit}.stzh-checkbox__marker-symbol.sc-stzh-checkbox{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}.stzh-checkbox__marker-text.sc-stzh-checkbox{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-checkbox__description-wrapper.sc-stzh-checkbox{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.stzh-checkbox__error.sc-stzh-checkbox,.stzh-checkbox__description.sc-stzh-checkbox{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);color:var(--stzh-base-color)}.stzh-checkbox__error.sc-stzh-checkbox{color:var(--stzh-color-error)}.stzh-checkbox__error-list.sc-stzh-checkbox{list-style:none;margin:0;padding:0}.stzh-checkbox__description.sc-stzh-checkbox{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.stzh-checkbox__description-long.sc-stzh-checkbox{margin-left:var(--stzh-space-xxsmall);margin-top:0.1875rem}.stzh-checkbox__description-long-popover.sc-stzh-checkbox{--width:auto;--max-width:27.3125rem}.stzh-checkbox__description-long-popover[open].sc-stzh-checkbox:not([open=false]) .stzh-checkbox__description-long-button.sc-stzh-checkbox{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkbox__description-long-button.sc-stzh-checkbox{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-checkbox__description-long-button.sc-stzh-checkbox:hover{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkbox.sc-stzh-checkbox stzh-icon.stzh-checkbox__description-long-icon.sc-stzh-checkbox{--size:var(--stzh-icon-size-xsmall)}.stzh-checkbox--has-error.sc-stzh-checkbox .stzh-checkbox__error.sc-stzh-checkbox,.stzh-checkbox--has-description.sc-stzh-checkbox .stzh-checkbox__description.sc-stzh-checkbox{margin-top:var(--stzh-space-xxsmall)}.stzh-checkbox__field-wrapper.sc-stzh-checkbox{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);position:relative;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.stzh-checkbox__input.sc-stzh-checkbox{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;z-index:-1;opacity:0;pointer-events:none}.stzh-checkbox__mark.sc-stzh-checkbox{border:0.0625rem solid var(--stzh-color-grey61);background-color:var(--stzh-color-white);width:1.5rem;height:1.5rem;-ms-flex-negative:0;flex-shrink:0;border-radius:var(--stzh-form-input-border-radius);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-webkit-transition:border-color var(--stzh-base-transition-animation-speed);transition:border-color var(--stzh-base-transition-animation-speed)}.stzh-checkbox__check.sc-stzh-checkbox{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;opacity:0;color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkbox__check.sc-stzh-checkbox path.sc-stzh-checkbox{vector-effect:var(--stzh-base-vector-effect)}.stzh-checkbox__label.sc-stzh-checkbox{display:inline-block;color:var(--stzh-base-color);-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);margin-left:var(--stzh-space-small);line-height:1.5rem}.stzh-checkbox__label.sc-stzh-checkbox:empty{display:none}.stzh-checkbox__marker-symbol.sc-stzh-checkbox{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}.stzh-checkbox.sc-stzh-checkbox:hover .stzh-checkbox__label.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked:hover~.stzh-checkbox__label.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked:hover~.stzh-checkbox__mark.sc-stzh-checkbox .stzh-checkbox__check.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked:focus~.stzh-checkbox__mark.sc-stzh-checkbox .stzh-checkbox__check.sc-stzh-checkbox{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-checkbox__input.sc-stzh-checkbox:checked~.stzh-checkbox__label.sc-stzh-checkbox{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkbox.sc-stzh-checkbox:hover .stzh-checkbox__mark.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:focus:hover~.stzh-checkbox__mark.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked:hover~.stzh-checkbox__mark.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked:focus~.stzh-checkbox__mark.sc-stzh-checkbox{border-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-checkbox__input.sc-stzh-checkbox:focus~.stzh-checkbox__mark.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked~.stzh-checkbox__mark.sc-stzh-checkbox{border-color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkbox__input.sc-stzh-checkbox:checked~.stzh-checkbox__mark.sc-stzh-checkbox .stzh-checkbox__check.sc-stzh-checkbox{opacity:1}.stzh-checkbox--is-invalid.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__label.sc-stzh-checkbox,.stzh-checkbox--is-invalid.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__mark.sc-stzh-checkbox .stzh-checkbox__check.sc-stzh-checkbox{color:var(--stzh-color-error)}.stzh-checkbox--is-invalid.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__mark.sc-stzh-checkbox{border-color:var(--stzh-color-error)}.stzh-checkbox--is-disabled.sc-stzh-checkbox .stzh-checkbox__field-wrapper.sc-stzh-checkbox{cursor:not-allowed}.stzh-checkbox--is-disabled.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__label.sc-stzh-checkbox,.stzh-checkbox--is-disabled.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__mark.sc-stzh-checkbox .stzh-checkbox__check.sc-stzh-checkbox{color:var(--stzh-color-grey61)}.stzh-checkbox--is-disabled.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__mark.sc-stzh-checkbox{border-color:var(--stzh-color-grey5)}.stzh-checkbox--is-disabled.sc-stzh-checkbox .stzh-checkbox__mark.sc-stzh-checkbox{background-color:var(--stzh-color-grey5)}";export{n as stzh_checkbox}
1
+ import{r as c,c as s,h as e,g as t}from"./p-93e8e31f.js";import{h}from"./p-1f57d28e.js";import{f as o}from"./p-25a09313.js";import{S as r}from"./p-f84fa2a4.js";let i=0;const n=class{constructor(e){c(this,e),this.stzhChange=s(this,"stzhChange",7),this.stzhFocus=s(this,"stzhFocus",7),this.stzhBlur=s(this,"stzhBlur",7),this.disabled=!1,this.name="",this.value="",this.invalid=!1,this.required=!1,this.checked=!1,this.label="",this.showMarker=!1,this.a11yDescribedby="",this.onInput=c=>{this.checked=this.input.checked,this.stzhChange.emit({component:"stzh-checkbox",originalEvent:c,value:this.value,checked:this.checked})},this.onFocus=c=>{const s=new FocusEvent("focus",{view:window,bubbles:!1,cancelable:!1});this.element.dispatchEvent(s),this.stzhFocus.emit({component:"stzh-checkbox",originalEvent:c})},this.onBlur=c=>{const s=new FocusEvent("blur",{view:window,bubbles:!1,cancelable:!1});this.element.dispatchEvent(s),this.stzhBlur.emit({component:"stzh-checkbox",originalEvent:c})}}async setFocus(){this.input.focus()}errorWatcher(c){if("string"==typeof c)try{this._error=JSON.parse(c)}catch(s){this._error=c?[c]:[]}else this._error=c||[];this.invalid=this._error.length>0}async componentWillLoad(){this.inputId="stzh-checkbox-"+i++,this.errorWatcher(this.error),this.localization||(this.localization=await o(this.element,"checkbox"))}render(){const c=h(this.element,"description")||!!this.description,s=h(this.element,"description-long")||!!this.descriptionLong,t=h(this.element,"error")||!!this.error;return e("div",{class:{"stzh-checkbox":!0,"stzh-checkbox--has-description":c,"stzh-checkbox--has-description-long":s,"stzh-checkbox--has-error":t,"stzh-checkbox--is-required":this.required,"stzh-checkbox--is-invalid":this.invalid,"stzh-checkbox--is-disabled":this.disabled}},e("label",{class:"stzh-checkbox__field-wrapper"},e("input",{class:"stzh-checkbox__input",ref:c=>this.input=c,type:"checkbox",id:this.inputId,name:this.name,value:this.value,disabled:this.disabled,"aria-describedby":`${this.inputId}-description ${this.a11yDescribedby}`,"aria-required":this.required?"true":"false","aria-invalid":this.invalid?"true":"false",checked:this.checked,onInput:this.onInput,onFocus:this.onFocus,onBlur:this.onBlur}),e("div",{class:"stzh-checkbox__mark"},e("div",{class:"stzh-checkbox__check",innerHTML:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M2 11.3333L9 18.6667L22 5.33334" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>\n'})),e("div",{class:"stzh-checkbox__label"},this.label?this.label:e("slot",null),this.showMarker&&e("span",{class:"stzh-checkbox__marker"},e("span",{class:"stzh-checkbox__marker-symbol","aria-hidden":"true"},this.required?this.localization.$globals.requiredFieldMarker:this.localization.$globals.optionalFieldMarker),e("span",{class:"stzh-checkbox__marker-text"},this.required?this.localization.$globals.requiredFieldText:this.localization.$globals.optionalFieldText)))),e(r,{classPrefix:"stzh-checkbox",id:`${this.inputId}-description`,error:this._error,description:this.description,descriptionLong:this.descriptionLong,descriptionLongUsed:s,moreInfoButtonLabel:this.localization.$globals.moreInfoButtonLabel}))}get element(){return t(this)}static get watchers(){return{error:["errorWatcher"]}}};n.style=".sc-stzh-checkbox-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-checkbox-h{display:none}.sc-stzh-checkbox-h *.sc-stzh-checkbox,.sc-stzh-checkbox-h *.sc-stzh-checkbox::before,.sc-stzh-checkbox-h *.sc-stzh-checkbox::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-checkbox-h{display:inline-block;border-radius:var(--stzh-form-input-border-radius)}.sc-stzh-checkbox-h .sc-stzh-checkbox-s>stzh-text{--color:inherit}.stzh-checkbox__marker-symbol.sc-stzh-checkbox{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}.stzh-checkbox__marker-text.sc-stzh-checkbox{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-checkbox__description-wrapper.sc-stzh-checkbox{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.stzh-checkbox__error.sc-stzh-checkbox,.stzh-checkbox__description.sc-stzh-checkbox{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);color:var(--stzh-base-color)}.stzh-checkbox__error.sc-stzh-checkbox{color:var(--stzh-color-error)}.stzh-checkbox__error-list.sc-stzh-checkbox{list-style:none;margin:0;padding:0}.stzh-checkbox__description.sc-stzh-checkbox{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.stzh-checkbox__description-long.sc-stzh-checkbox{margin-left:var(--stzh-space-xxsmall);margin-top:0.1875rem}.stzh-checkbox__description-long-popover.sc-stzh-checkbox{--width:auto;--max-width:27.3125rem}.stzh-checkbox__description-long-popover[open].sc-stzh-checkbox:not([open=false]) .stzh-checkbox__description-long-button.sc-stzh-checkbox{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkbox__description-long-button.sc-stzh-checkbox{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-checkbox__description-long-button.sc-stzh-checkbox:hover{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkbox.sc-stzh-checkbox stzh-icon.stzh-checkbox__description-long-icon.sc-stzh-checkbox{--size:var(--stzh-icon-size-xsmall)}.stzh-checkbox--has-error.sc-stzh-checkbox .stzh-checkbox__error.sc-stzh-checkbox,.stzh-checkbox--has-description.sc-stzh-checkbox .stzh-checkbox__description.sc-stzh-checkbox{margin-top:var(--stzh-space-xxsmall)}.stzh-checkbox__field-wrapper.sc-stzh-checkbox{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);position:relative;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.stzh-checkbox__input.sc-stzh-checkbox{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;z-index:-1;opacity:0;pointer-events:none}.stzh-checkbox__mark.sc-stzh-checkbox{border:0.0625rem solid var(--stzh-color-grey61);background-color:var(--stzh-color-white);width:1.5rem;height:1.5rem;-ms-flex-negative:0;flex-shrink:0;border-radius:var(--stzh-form-input-border-radius);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-webkit-transition:border-color var(--stzh-base-transition-animation-speed);transition:border-color var(--stzh-base-transition-animation-speed)}.stzh-checkbox__check.sc-stzh-checkbox{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;opacity:0;color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkbox__check.sc-stzh-checkbox path.sc-stzh-checkbox{vector-effect:var(--stzh-base-vector-effect)}.stzh-checkbox__label.sc-stzh-checkbox{display:inline-block;color:var(--stzh-base-color);-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);margin-left:var(--stzh-space-small);line-height:1.5rem}.stzh-checkbox__label.sc-stzh-checkbox:empty{display:none}.stzh-checkbox__marker-symbol.sc-stzh-checkbox{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height)}.stzh-checkbox.sc-stzh-checkbox:hover .stzh-checkbox__label.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked:hover~.stzh-checkbox__label.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked:hover~.stzh-checkbox__mark.sc-stzh-checkbox .stzh-checkbox__check.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked:focus~.stzh-checkbox__mark.sc-stzh-checkbox .stzh-checkbox__check.sc-stzh-checkbox{color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-checkbox__input.sc-stzh-checkbox:checked~.stzh-checkbox__label.sc-stzh-checkbox{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkbox.sc-stzh-checkbox:hover .stzh-checkbox__mark.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:focus:hover~.stzh-checkbox__mark.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked:hover~.stzh-checkbox__mark.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked:focus~.stzh-checkbox__mark.sc-stzh-checkbox{border-color:var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark))}.stzh-checkbox__input.sc-stzh-checkbox:focus~.stzh-checkbox__mark.sc-stzh-checkbox,.stzh-checkbox__input.sc-stzh-checkbox:checked~.stzh-checkbox__mark.sc-stzh-checkbox{border-color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-checkbox__input.sc-stzh-checkbox:checked~.stzh-checkbox__mark.sc-stzh-checkbox .stzh-checkbox__check.sc-stzh-checkbox{opacity:1}.stzh-checkbox--is-invalid.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__label.sc-stzh-checkbox,.stzh-checkbox--is-invalid.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__mark.sc-stzh-checkbox .stzh-checkbox__check.sc-stzh-checkbox{color:var(--stzh-color-error)}.stzh-checkbox--is-invalid.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__mark.sc-stzh-checkbox{border-color:var(--stzh-color-error)}.stzh-checkbox--is-disabled.sc-stzh-checkbox .stzh-checkbox__field-wrapper.sc-stzh-checkbox{cursor:not-allowed}.stzh-checkbox--is-disabled.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__label.sc-stzh-checkbox,.stzh-checkbox--is-disabled.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__mark.sc-stzh-checkbox .stzh-checkbox__check.sc-stzh-checkbox{color:var(--stzh-color-grey61)}.stzh-checkbox--is-disabled.sc-stzh-checkbox .stzh-checkbox__input.sc-stzh-checkbox~.stzh-checkbox__mark.sc-stzh-checkbox{border-color:var(--stzh-color-grey5)}.stzh-checkbox--is-disabled.sc-stzh-checkbox .stzh-checkbox__mark.sc-stzh-checkbox{background-color:var(--stzh-color-grey5)}";export{n as stzh_checkbox}
@@ -1 +1 @@
1
- var __awaiter=this&&this.__awaiter||function(t,e,r,n){function o(t){return t instanceof r?t:new r((function(e){e(t)}))}return new(r||(r=Promise))((function(r,i){function s(t){try{a(n.next(t))}catch(e){i(e)}}function c(t){try{a(n["throw"](t))}catch(e){i(e)}}function a(t){t.done?r(t.value):o(t.value).then(s,c)}a((n=n.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,s;return s={next:c(0),throw:c(1),return:c(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function c(t){return function(e){return a([t,e])}}function a(s){if(n)throw new TypeError("Generator is already executing.");while(r)try{if(n=1,o&&(i=s[0]&2?o["return"]:s[0]?o["throw"]||((i=o["return"])&&i.call(o),0):o.next)&&!(i=i.call(o,s[1])).done)return i;if(o=0,i)s=[s[0]&2,i.value];switch(s[0]){case 0:case 1:i=s;break;case 4:r.label++;return{value:s[1],done:false};case 5:r.label++;o=s[1];s=[0];continue;case 7:s=r.ops.pop();r.trys.pop();continue;default:if(!(i=r.trys,i=i.length>0&&i[i.length-1])&&(s[0]===6||s[0]===2)){r=0;continue}if(s[0]===3&&(!i||s[1]>i[0]&&s[1]<i[3])){r.label=s[1];break}if(s[0]===6&&r.label<i[1]){r.label=i[1];i=s;break}if(i&&r.label<i[2]){r.label=i[2];r.ops.push(s);break}if(i[2])r.ops.pop();r.trys.pop();continue}s=e.call(t,r)}catch(c){s=[6,c];o=0}finally{n=i=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};System.register(["./p-30b347ee.system.js"],(function(t){"use strict";var e,r,n,o;return{setters:[function(t){e=t.r;r=t.h;n=t.a;o=t.g}],execute:function(){var i=".sc-stzh-accordion-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-accordion-h{display:none}.sc-stzh-accordion-h *.sc-stzh-accordion,.sc-stzh-accordion-h *.sc-stzh-accordion::before,.sc-stzh-accordion-h *.sc-stzh-accordion::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-accordion-h .sc-stzh-accordion-s>stzh-accordion-item:not(:last-child){margin-bottom:var(--stzh-space-small)}";var s=t("stzh_accordion",function(){function t(t){e(this,t);this.collapsible=true;this.multiselectable=true}t.prototype.openListener=function(t){var e=t.target;var r=e.closest("stzh-accordion");if(this.multiselectable||r!==this.element){return}var n=Array.from(r.querySelectorAll("stzh-accordion-item"));n.forEach((function(t){if(t!==e){t.hide()}}))};t.prototype.setItemFocus=function(t,e){return __awaiter(this,void 0,void 0,(function(){var r,n,o;return __generator(this,(function(i){r=t.closest("stzh-accordion");if(r!==this.element){return[2]}n=Array.from(r.querySelectorAll("stzh-accordion-item")).filter((function(t){return!t.disabled}));o=n.indexOf(t);if((e==="prev"||e==="next")&&o===null){e=e==="prev"?"last":"first"}if(e==="prev"&&o===0){e="last"}if(e==="next"&&o===n.length-1){e="first"}if(e==="prev"){n[o-1].setFocus()}else if(e==="next"){n[o+1].setFocus()}else if(e==="last"){n[n.length-1].setFocus()}else if(e==="first"){n[0].setFocus()}else{t.setFocus()}return[2]}))}))};t.prototype.render=function(){var t={"stzh-accordion":true};return r(n,null,r("div",{class:t},r("slot",null)))};Object.defineProperty(t.prototype,"element",{get:function(){return o(this)},enumerable:false,configurable:true});return t}());s.style=i}}}));
1
+ var __awaiter=this&&this.__awaiter||function(t,e,r,n){function o(t){return t instanceof r?t:new r((function(e){e(t)}))}return new(r||(r=Promise))((function(r,i){function s(t){try{a(n.next(t))}catch(e){i(e)}}function c(t){try{a(n["throw"](t))}catch(e){i(e)}}function a(t){t.done?r(t.value):o(t.value).then(s,c)}a((n=n.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,s;return s={next:c(0),throw:c(1),return:c(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function c(t){return function(e){return a([t,e])}}function a(s){if(n)throw new TypeError("Generator is already executing.");while(r)try{if(n=1,o&&(i=s[0]&2?o["return"]:s[0]?o["throw"]||((i=o["return"])&&i.call(o),0):o.next)&&!(i=i.call(o,s[1])).done)return i;if(o=0,i)s=[s[0]&2,i.value];switch(s[0]){case 0:case 1:i=s;break;case 4:r.label++;return{value:s[1],done:false};case 5:r.label++;o=s[1];s=[0];continue;case 7:s=r.ops.pop();r.trys.pop();continue;default:if(!(i=r.trys,i=i.length>0&&i[i.length-1])&&(s[0]===6||s[0]===2)){r=0;continue}if(s[0]===3&&(!i||s[1]>i[0]&&s[1]<i[3])){r.label=s[1];break}if(s[0]===6&&r.label<i[1]){r.label=i[1];i=s;break}if(i&&r.label<i[2]){r.label=i[2];r.ops.push(s);break}if(i[2])r.ops.pop();r.trys.pop();continue}s=e.call(t,r)}catch(c){s=[6,c];o=0}finally{n=i=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};System.register(["./p-bf0fdd23.system.js"],(function(t){"use strict";var e,r,n,o;return{setters:[function(t){e=t.r;r=t.h;n=t.a;o=t.g}],execute:function(){var i=".sc-stzh-accordion-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-accordion-h{display:none}.sc-stzh-accordion-h *.sc-stzh-accordion,.sc-stzh-accordion-h *.sc-stzh-accordion::before,.sc-stzh-accordion-h *.sc-stzh-accordion::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-accordion-h .sc-stzh-accordion-s>stzh-accordion-item:not(:last-child){margin-bottom:var(--stzh-space-small)}";var s=t("stzh_accordion",function(){function t(t){e(this,t);this.collapsible=true;this.multiselectable=true}t.prototype.openListener=function(t){var e=t.target;var r=e.closest("stzh-accordion");if(this.multiselectable||r!==this.element){return}var n=Array.from(r.querySelectorAll("stzh-accordion-item"));n.forEach((function(t){if(t!==e){t.hide()}}))};t.prototype.setItemFocus=function(t,e){return __awaiter(this,void 0,void 0,(function(){var r,n,o;return __generator(this,(function(i){r=t.closest("stzh-accordion");if(r!==this.element){return[2]}n=Array.from(r.querySelectorAll("stzh-accordion-item")).filter((function(t){return!t.disabled}));o=n.indexOf(t);if((e==="prev"||e==="next")&&o===null){e=e==="prev"?"last":"first"}if(e==="prev"&&o===0){e="last"}if(e==="next"&&o===n.length-1){e="first"}if(e==="prev"){n[o-1].setFocus()}else if(e==="next"){n[o+1].setFocus()}else if(e==="last"){n[n.length-1].setFocus()}else if(e==="first"){n[0].setFocus()}else{t.setFocus()}return[2]}))}))};t.prototype.render=function(){var t={"stzh-accordion":true};return r(n,null,r("div",{class:t},r("slot",null)))};Object.defineProperty(t.prototype,"element",{get:function(){return o(this)},enumerable:false,configurable:true});return t}());s.style=i}}}));
@@ -1 +1 @@
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-30b347ee.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.variant="default";this.mainUrl="https://stadt-zuerich.ch";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")}))}}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
+ 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-bf0fdd23.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.variant="default";this.mainUrl="https://stadt-zuerich.ch";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")}))}}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 +1 @@
1
- System.register(["./p-30b347ee.system.js"],(function(e){"use strict";var t,s,i,n;return{setters:[function(e){t=e.r;s=e.h;i=e.a;n=e.g}],execute:function(){var r=".sc-stzh-page-skiplinks-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-page-skiplinks-h{display:none}.sc-stzh-page-skiplinks-h *.sc-stzh-page-skiplinks,.sc-stzh-page-skiplinks-h *.sc-stzh-page-skiplinks::before,.sc-stzh-page-skiplinks-h *.sc-stzh-page-skiplinks::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-page-skiplinks-h{z-index:var(--stzh-z-index-popup);position:absolute;top:var(--stzh-space-medium);right:var(--stzh-grid-gutter-small)}@media screen and (min-width: 800px){.sc-stzh-page-skiplinks-h{right:50%}}@media screen and (min-width: 1260px){.sc-stzh-page-skiplinks-h{top:var(--stzh-space-xlarge);right:60%}}";var o=e("stzh_page_skiplinks",function(){function e(e){var s=this;t(this,e);this.init=function(){var e=s.element.querySelectorAll("stzh-skiplink");e.forEach((function(e){e.setAttribute("role","listitem")}))}}e.prototype.connectedCallback=function(){this.init();this.observer=new MutationObserver(this.init);this.observer.observe(this.element,{childList:true,subtree:true})};e.prototype.disconnectedCallback=function(){this.observer.disconnect()};e.prototype.render=function(){return s(i,null,s("div",{class:"stzh-page-skiplinks",role:"list"},s("slot",null)))};Object.defineProperty(e.prototype,"element",{get:function(){return n(this)},enumerable:false,configurable:true});return e}());o.style=r}}}));
1
+ System.register(["./p-bf0fdd23.system.js"],(function(e){"use strict";var t,s,i,n;return{setters:[function(e){t=e.r;s=e.h;i=e.a;n=e.g}],execute:function(){var r=".sc-stzh-page-skiplinks-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-page-skiplinks-h{display:none}.sc-stzh-page-skiplinks-h *.sc-stzh-page-skiplinks,.sc-stzh-page-skiplinks-h *.sc-stzh-page-skiplinks::before,.sc-stzh-page-skiplinks-h *.sc-stzh-page-skiplinks::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-page-skiplinks-h{z-index:var(--stzh-z-index-popup);position:absolute;top:var(--stzh-space-medium);right:var(--stzh-grid-gutter-small)}@media screen and (min-width: 800px){.sc-stzh-page-skiplinks-h{right:50%}}@media screen and (min-width: 1260px){.sc-stzh-page-skiplinks-h{top:var(--stzh-space-xlarge);right:60%}}";var o=e("stzh_page_skiplinks",function(){function e(e){var s=this;t(this,e);this.init=function(){var e=s.element.querySelectorAll("stzh-skiplink");e.forEach((function(e){e.setAttribute("role","listitem")}))}}e.prototype.connectedCallback=function(){this.init();this.observer=new MutationObserver(this.init);this.observer.observe(this.element,{childList:true,subtree:true})};e.prototype.disconnectedCallback=function(){this.observer.disconnect()};e.prototype.render=function(){return s(i,null,s("div",{class:"stzh-page-skiplinks",role:"list"},s("slot",null)))};Object.defineProperty(e.prototype,"element",{get:function(){return n(this)},enumerable:false,configurable:true});return e}());o.style=r}}}));
@@ -1 +1 @@
1
- System.register(["./p-30b347ee.system.js","./p-0230004d.system.js"],(function(t){"use strict";var e,i,s,r,n;return{setters:[function(t){e=t.r;i=t.h;s=t.a;r=t.g},function(t){n=t.h}],execute:function(){var o=".sc-stzh-figure-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-figure-h{display:none}.sc-stzh-figure-h *.sc-stzh-figure,.sc-stzh-figure-h *.sc-stzh-figure::before,.sc-stzh-figure-h *.sc-stzh-figure::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-figure-h .sc-stzh-figure-s>img,.sc-stzh-figure-h .sc-stzh-figure-s>video,.sc-stzh-figure-h .sc-stzh-figure-s>picture{width:100%;max-width:100%}.stzh-figure.sc-stzh-figure{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0}.stzh-figure__element.sc-stzh-figure{display:-ms-flexbox;display:flex}.stzh-figure__caption.sc-stzh-figure{font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));color:var(--stzh-base-color);margin-top:var(--stzh-space-small)}@media screen and (min-width: 1024px){.stzh-figure__caption.sc-stzh-figure{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}.stzh-figure__caption.sc-stzh-figure:empty{display:none}.stzh-figure__copyright.sc-stzh-figure{font-family:var(--stzh-font-family-medium);font-weight:var(--stzh-font-weight-medium);font-style:normal;font-size:var(--stzh-font-femto-font-size);line-height:var(--stzh-font-femto-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}.stzh-figure__copyright.sc-stzh-figure:not(:empty){margin-left:var(--stzh-space-xxsmall)}";var h=t("stzh_figure",function(){function t(t){e(this,t);this.caption="";this.copyright=""}t.prototype.render=function(){var t=n(this.element,"caption");var e={"stzh-figure":true,"stzh-figure--has-caption":t};return i(s,null,i("figure",{class:e},i("div",{class:"stzh-figure__element"},i("slot",null)),i("figcaption",{class:"stzh-figure__caption"},this.caption?this.caption:i("slot",{name:"caption"}),i("span",{class:"stzh-figure__copyright"},this.copyright?this.copyright:i("slot",{name:"copyright"})))))};Object.defineProperty(t.prototype,"element",{get:function(){return r(this)},enumerable:false,configurable:true});return t}());h.style=o}}}));
1
+ System.register(["./p-bf0fdd23.system.js","./p-0230004d.system.js"],(function(t){"use strict";var e,i,s,r,n;return{setters:[function(t){e=t.r;i=t.h;s=t.a;r=t.g},function(t){n=t.h}],execute:function(){var o=".sc-stzh-figure-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-figure-h{display:none}.sc-stzh-figure-h *.sc-stzh-figure,.sc-stzh-figure-h *.sc-stzh-figure::before,.sc-stzh-figure-h *.sc-stzh-figure::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-figure-h .sc-stzh-figure-s>img,.sc-stzh-figure-h .sc-stzh-figure-s>video,.sc-stzh-figure-h .sc-stzh-figure-s>picture{width:100%;max-width:100%}.stzh-figure.sc-stzh-figure{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0}.stzh-figure__element.sc-stzh-figure{display:-ms-flexbox;display:flex}.stzh-figure__caption.sc-stzh-figure{font-size:var(--stzh-font-curve-caption-default-font-size, var(--stzh-font-nano-font-size));line-height:var(--stzh-font-curve-caption-default-text-line-height, var(--stzh-font-nano-text-line-height));color:var(--stzh-base-color);margin-top:var(--stzh-space-small)}@media screen and (min-width: 1024px){.stzh-figure__caption.sc-stzh-figure{font-size:var(--stzh-font-curve-caption-medium-font-size, var(--stzh-font-micro-font-size));line-height:var(--stzh-font-curve-caption-medium-text-line-height, var(--stzh-font-micro-text-line-height))}}.stzh-figure__caption.sc-stzh-figure:empty{display:none}.stzh-figure__copyright.sc-stzh-figure{font-family:var(--stzh-font-family-medium);font-weight:var(--stzh-font-weight-medium);font-style:normal;font-size:var(--stzh-font-femto-font-size);line-height:var(--stzh-font-femto-text-line-height);letter-spacing:var(--stzh-font-curve---text-letter-spacing)}.stzh-figure__copyright.sc-stzh-figure:not(:empty){margin-left:var(--stzh-space-xxsmall)}";var h=t("stzh_figure",function(){function t(t){e(this,t);this.caption="";this.copyright=""}t.prototype.render=function(){var t=n(this.element,"caption");var e={"stzh-figure":true,"stzh-figure--has-caption":t};return i(s,null,i("figure",{class:e},i("div",{class:"stzh-figure__element"},i("slot",null)),i("figcaption",{class:"stzh-figure__caption"},this.caption?this.caption:i("slot",{name:"caption"}),i("span",{class:"stzh-figure__copyright"},this.copyright?this.copyright:i("slot",{name:"copyright"})))))};Object.defineProperty(t.prototype,"element",{get:function(){return r(this)},enumerable:false,configurable:true});return t}());h.style=o}}}));