@oiz/stzh-components 0.0.0-pretest

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1294) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +56 -0
  3. package/dist/cjs/_commonjsHelpers-bcc1208a.js +25 -0
  4. package/dist/cjs/animation-utils-c816beac.js +45 -0
  5. package/dist/cjs/app-globals-83a6c2d3.js +54 -0
  6. package/dist/cjs/arrow-70a32014.js +1305 -0
  7. package/dist/cjs/date-adapter-2ffd8eaf.js +90 -0
  8. package/dist/cjs/date-utils-898a50be.js +174 -0
  9. package/dist/cjs/dom-874a1e39.js +75 -0
  10. package/dist/cjs/event-utils-4d7d610a.js +18 -0
  11. package/dist/cjs/focus-trap.esm-1cb6bb2e.js +1280 -0
  12. package/dist/cjs/index-8bd1552a.js +2019 -0
  13. package/dist/cjs/index-ac9bdc7f.js +2245 -0
  14. package/dist/cjs/index.cjs.js +2 -0
  15. package/dist/cjs/js.cookie-9c263d23.js +146 -0
  16. package/dist/cjs/loader.cjs.js +23 -0
  17. package/dist/cjs/media-utils-f1720906.js +26 -0
  18. package/dist/cjs/shadow-css-a33dc836.js +389 -0
  19. package/dist/cjs/string-utils-223b03e2.js +18 -0
  20. package/dist/cjs/stzh-accordion-item.cjs.entry.js +181 -0
  21. package/dist/cjs/stzh-accordion.cjs.entry.js +74 -0
  22. package/dist/cjs/stzh-actions.cjs.entry.js +53 -0
  23. package/dist/cjs/stzh-appnav.cjs.entry.js +50 -0
  24. package/dist/cjs/stzh-appointments.cjs.entry.js +271 -0
  25. package/dist/cjs/stzh-badge_3.cjs.entry.js +167 -0
  26. package/dist/cjs/stzh-calendar.cjs.entry.js +306 -0
  27. package/dist/cjs/stzh-cell.cjs.entry.js +35 -0
  28. package/dist/cjs/stzh-checkbox.cjs.entry.js +136 -0
  29. package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +168 -0
  30. package/dist/cjs/stzh-chip-select.cjs.entry.js +66 -0
  31. package/dist/cjs/stzh-chip.cjs.entry.js +101 -0
  32. package/dist/cjs/stzh-components.cjs.js +107 -0
  33. package/dist/cjs/stzh-container.cjs.entry.js +19 -0
  34. package/dist/cjs/stzh-cspace.cjs.entry.js +22 -0
  35. package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +103 -0
  36. package/dist/cjs/stzh-datamessagelist.cjs.entry.js +23 -0
  37. package/dist/cjs/stzh-datatable.cjs.entry.js +249 -0
  38. package/dist/cjs/stzh-datepicker_4.cjs.entry.js +484 -0
  39. package/dist/cjs/stzh-dialog.cjs.entry.js +191 -0
  40. package/dist/cjs/stzh-dropdown.cjs.entry.js +5086 -0
  41. package/dist/cjs/stzh-fieldset.cjs.entry.js +35 -0
  42. package/dist/cjs/stzh-figure.cjs.entry.js +30 -0
  43. package/dist/cjs/stzh-flyingfocus.cjs.entry.js +178 -0
  44. package/dist/cjs/stzh-footer.cjs.entry.js +67 -0
  45. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +150 -0
  46. package/dist/cjs/stzh-header.cjs.entry.js +162 -0
  47. package/dist/cjs/stzh-heading.cjs.entry.js +32 -0
  48. package/dist/cjs/stzh-hr.cjs.entry.js +23 -0
  49. package/dist/cjs/stzh-hspace.cjs.entry.js +41 -0
  50. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +22 -0
  51. package/dist/cjs/stzh-input-description-9ed61d1d.js +22 -0
  52. package/dist/cjs/stzh-input.cjs.entry.js +192 -0
  53. package/dist/cjs/stzh-link.cjs.entry.js +106 -0
  54. package/dist/cjs/stzh-list-item.cjs.entry.js +28 -0
  55. package/dist/cjs/stzh-list.cjs.entry.js +26 -0
  56. package/dist/cjs/stzh-loader.cjs.entry.js +31 -0
  57. package/dist/cjs/stzh-loadingbar.cjs.entry.js +33 -0
  58. package/dist/cjs/stzh-menu_2.cjs.entry.js +97 -0
  59. package/dist/cjs/stzh-message.cjs.entry.js +85 -0
  60. package/dist/cjs/stzh-metanav.cjs.entry.js +37 -0
  61. package/dist/cjs/stzh-overlay.cjs.entry.js +100 -0
  62. package/dist/cjs/stzh-page-skiplinks.cjs.entry.js +37 -0
  63. package/dist/cjs/stzh-pagetitle.cjs.entry.js +72 -0
  64. package/dist/cjs/stzh-popover.cjs.entry.js +361 -0
  65. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +23 -0
  66. package/dist/cjs/stzh-progressbar-item.cjs.entry.js +57 -0
  67. package/dist/cjs/stzh-progressbar.cjs.entry.js +125 -0
  68. package/dist/cjs/stzh-readspeaker.cjs.entry.js +58 -0
  69. package/dist/cjs/stzh-row.cjs.entry.js +40 -0
  70. package/dist/cjs/stzh-saptcha.cjs.entry.js +81 -0
  71. package/dist/cjs/stzh-section.cjs.entry.js +24 -0
  72. package/dist/cjs/stzh-servicecard-list.cjs.entry.js +56 -0
  73. package/dist/cjs/stzh-servicecard.cjs.entry.js +212 -0
  74. package/dist/cjs/stzh-skiplink.cjs.entry.js +27 -0
  75. package/dist/cjs/stzh-sortable.cjs.entry.js +3382 -0
  76. package/dist/cjs/stzh-status.cjs.entry.js +36 -0
  77. package/dist/cjs/stzh-table.cjs.entry.js +143 -0
  78. package/dist/cjs/stzh-toggle.cjs.entry.js +134 -0
  79. package/dist/cjs/stzh-tooltip.cjs.entry.js +322 -0
  80. package/dist/cjs/stzh-upload.cjs.entry.js +10750 -0
  81. package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +2058 -0
  82. package/dist/cjs/stzh-vbz-majorticker.cjs.entry.js +107 -0
  83. package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +183 -0
  84. package/dist/cjs/stzh-visuallyhidden.cjs.entry.js +21 -0
  85. package/dist/cjs/stzh-vspace.cjs.entry.js +41 -0
  86. package/dist/cjs/translation-utils-2dbbce94.js +60 -0
  87. package/dist/cjs/utils-e84f4a8d.js +36 -0
  88. package/dist/collection/assets/favicons/android-chrome-192x192.png +0 -0
  89. package/dist/collection/assets/favicons/android-chrome-384x384.png +0 -0
  90. package/dist/collection/assets/favicons/apple-touch-icon.png +0 -0
  91. package/dist/collection/assets/favicons/browserconfig.xml +9 -0
  92. package/dist/collection/assets/favicons/favicon-16x16.png +0 -0
  93. package/dist/collection/assets/favicons/favicon-32x32.png +0 -0
  94. package/dist/collection/assets/favicons/favicon.ico +0 -0
  95. package/dist/collection/assets/favicons/mstile-150x150.png +0 -0
  96. package/dist/collection/assets/favicons/safari-pinned-tab.svg +1 -0
  97. package/dist/collection/assets/favicons/site.webmanifest +19 -0
  98. package/dist/collection/assets/fonts/HelveticaNeueLTW01_41488878.woff +0 -0
  99. package/dist/collection/assets/fonts/HelveticaNeueLTW01_41488878.woff2 +0 -0
  100. package/dist/collection/assets/fonts/HelveticaNeueLTW01_55Roman.woff +0 -0
  101. package/dist/collection/assets/fonts/HelveticaNeueLTW01_55Roman.woff2 +0 -0
  102. package/dist/collection/assets/fonts/HelveticaNeueLTW01_71488914.woff +0 -0
  103. package/dist/collection/assets/fonts/HelveticaNeueLTW01_71488914.woff2 +0 -0
  104. package/dist/collection/assets/fonts/HelveticaNeueLTW05_65Medium.woff +0 -0
  105. package/dist/collection/assets/fonts/HelveticaNeueLTW05_65Medium.woff2 +0 -0
  106. package/dist/collection/assets/fonts/HelveticaNeueLTW05_85Heavy.woff +0 -0
  107. package/dist/collection/assets/fonts/HelveticaNeueLTW05_85Heavy.woff2 +0 -0
  108. package/dist/collection/assets/fonts.css +39 -0
  109. package/dist/collection/assets/i18n/de.json +154 -0
  110. package/dist/collection/assets/i18n/en.json +154 -0
  111. package/dist/collection/assets/icons/mono/alarm-bell.svg +3 -0
  112. package/dist/collection/assets/icons/mono/angle-down.svg +3 -0
  113. package/dist/collection/assets/icons/mono/angle-left.svg +3 -0
  114. package/dist/collection/assets/icons/mono/angle-right.svg +3 -0
  115. package/dist/collection/assets/icons/mono/angle-up.svg +3 -0
  116. package/dist/collection/assets/icons/mono/archive-box.svg +3 -0
  117. package/dist/collection/assets/icons/mono/arrow-down.svg +3 -0
  118. package/dist/collection/assets/icons/mono/arrow-left-circle.svg +4 -0
  119. package/dist/collection/assets/icons/mono/arrow-left.svg +3 -0
  120. package/dist/collection/assets/icons/mono/arrow-right-long.svg +3 -0
  121. package/dist/collection/assets/icons/mono/arrow-right.svg +3 -0
  122. package/dist/collection/assets/icons/mono/arrow-up.svg +3 -0
  123. package/dist/collection/assets/icons/mono/bulleted-list.svg +3 -0
  124. package/dist/collection/assets/icons/mono/calendar.svg +3 -0
  125. package/dist/collection/assets/icons/mono/cart.svg +3 -0
  126. package/dist/collection/assets/icons/mono/checkmark-circle.svg +3 -0
  127. package/dist/collection/assets/icons/mono/checkmark.svg +3 -0
  128. package/dist/collection/assets/icons/mono/clock.svg +3 -0
  129. package/dist/collection/assets/icons/mono/close-circle.svg +3 -0
  130. package/dist/collection/assets/icons/mono/close.svg +3 -0
  131. package/dist/collection/assets/icons/mono/compass-direction.svg +3 -0
  132. package/dist/collection/assets/icons/mono/compass-north.svg +4 -0
  133. package/dist/collection/assets/icons/mono/construction.svg +3 -0
  134. package/dist/collection/assets/icons/mono/copy.svg +3 -0
  135. package/dist/collection/assets/icons/mono/delete.svg +3 -0
  136. package/dist/collection/assets/icons/mono/download.svg +3 -0
  137. package/dist/collection/assets/icons/mono/drag.svg +10 -0
  138. package/dist/collection/assets/icons/mono/edit.svg +3 -0
  139. package/dist/collection/assets/icons/mono/email-check.svg +10 -0
  140. package/dist/collection/assets/icons/mono/expand.svg +3 -0
  141. package/dist/collection/assets/icons/mono/external-link.svg +4 -0
  142. package/dist/collection/assets/icons/mono/facebook-comment.svg +3 -0
  143. package/dist/collection/assets/icons/mono/facebook.svg +10 -0
  144. package/dist/collection/assets/icons/mono/file.svg +3 -0
  145. package/dist/collection/assets/icons/mono/filtering.svg +3 -0
  146. package/dist/collection/assets/icons/mono/flag.svg +10 -0
  147. package/dist/collection/assets/icons/mono/focus.svg +3 -0
  148. package/dist/collection/assets/icons/mono/gear.svg +3 -0
  149. package/dist/collection/assets/icons/mono/heart.svg +10 -0
  150. package/dist/collection/assets/icons/mono/home.svg +10 -0
  151. package/dist/collection/assets/icons/mono/important-warning.svg +3 -0
  152. package/dist/collection/assets/icons/mono/info-help.svg +3 -0
  153. package/dist/collection/assets/icons/mono/instagram.svg +3 -0
  154. package/dist/collection/assets/icons/mono/like-hand.svg +10 -0
  155. package/dist/collection/assets/icons/mono/linkedin.svg +5 -0
  156. package/dist/collection/assets/icons/mono/list-expanded.svg +4 -0
  157. package/dist/collection/assets/icons/mono/list-shrinked.svg +3 -0
  158. package/dist/collection/assets/icons/mono/lock.svg +10 -0
  159. package/dist/collection/assets/icons/mono/mail.svg +10 -0
  160. package/dist/collection/assets/icons/mono/map.svg +3 -0
  161. package/dist/collection/assets/icons/mono/menu.svg +3 -0
  162. package/dist/collection/assets/icons/mono/minus.svg +3 -0
  163. package/dist/collection/assets/icons/mono/more-horizontal.svg +5 -0
  164. package/dist/collection/assets/icons/mono/more-vertical.svg +5 -0
  165. package/dist/collection/assets/icons/mono/paper-clip.svg +10 -0
  166. package/dist/collection/assets/icons/mono/phone.svg +10 -0
  167. package/dist/collection/assets/icons/mono/pin-location.svg +10 -0
  168. package/dist/collection/assets/icons/mono/pin.svg +11 -0
  169. package/dist/collection/assets/icons/mono/play-1.svg +4 -0
  170. package/dist/collection/assets/icons/mono/play-button.svg +11 -0
  171. package/dist/collection/assets/icons/mono/play.svg +10 -0
  172. package/dist/collection/assets/icons/mono/plus.svg +3 -0
  173. package/dist/collection/assets/icons/mono/portfolio-grid.svg +11 -0
  174. package/dist/collection/assets/icons/mono/print.svg +10 -0
  175. package/dist/collection/assets/icons/mono/question-help.svg +3 -0
  176. package/dist/collection/assets/icons/mono/read-mail.svg +10 -0
  177. package/dist/collection/assets/icons/mono/reload.svg +10 -0
  178. package/dist/collection/assets/icons/mono/reset-time.svg +10 -0
  179. package/dist/collection/assets/icons/mono/reset.svg +10 -0
  180. package/dist/collection/assets/icons/mono/resize.svg +8 -0
  181. package/dist/collection/assets/icons/mono/rss.svg +12 -0
  182. package/dist/collection/assets/icons/mono/search.svg +3 -0
  183. package/dist/collection/assets/icons/mono/services.svg +6 -0
  184. package/dist/collection/assets/icons/mono/share.svg +3 -0
  185. package/dist/collection/assets/icons/mono/shrink.svg +3 -0
  186. package/dist/collection/assets/icons/mono/silent-mode.svg +3 -0
  187. package/dist/collection/assets/icons/mono/social-media.svg +23 -0
  188. package/dist/collection/assets/icons/mono/star-filled.svg +3 -0
  189. package/dist/collection/assets/icons/mono/star.svg +3 -0
  190. package/dist/collection/assets/icons/mono/subtitle.svg +3 -0
  191. package/dist/collection/assets/icons/mono/team.svg +10 -0
  192. package/dist/collection/assets/icons/mono/text-message.svg +6 -0
  193. package/dist/collection/assets/icons/mono/thermometer.svg +10 -0
  194. package/dist/collection/assets/icons/mono/transcript.svg +3 -0
  195. package/dist/collection/assets/icons/mono/twitter-reply.svg +3 -0
  196. package/dist/collection/assets/icons/mono/twitter-retweet.svg +3 -0
  197. package/dist/collection/assets/icons/mono/twitter.svg +10 -0
  198. package/dist/collection/assets/icons/mono/unlock.svg +10 -0
  199. package/dist/collection/assets/icons/mono/user.svg +3 -0
  200. package/dist/collection/assets/icons/mono/view-hidden.svg +3 -0
  201. package/dist/collection/assets/icons/mono/view.svg +4 -0
  202. package/dist/collection/assets/icons/mono/volume-medium.svg +3 -0
  203. package/dist/collection/assets/icons/mono/warning-big.svg +4 -0
  204. package/dist/collection/assets/icons/mono/warning.svg +3 -0
  205. package/dist/collection/assets/icons/mono/web-Link.svg +3 -0
  206. package/dist/collection/assets/icons/mono/wifi-signal.svg +3 -0
  207. package/dist/collection/assets/icons/mono/world-globe.svg +10 -0
  208. package/dist/collection/assets/icons/mono/xing.svg +11 -0
  209. package/dist/collection/assets/polyfills/ie11CustomProperties.min.js +8 -0
  210. package/dist/collection/assets/polyfills/intersection-observer.min.js +7 -0
  211. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Common.Settings.js +278 -0
  212. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Core.js +544 -0
  213. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.HL.js +1111 -0
  214. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.PlayerAPI.js +211 -0
  215. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles-Basic.css +881 -0
  216. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles-Button.css +75 -0
  217. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles.css +977 -0
  218. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.js +257 -0
  219. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.lib.Facade.adapter.jquery.js +120 -0
  220. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.lib.RSLib.js +796 -0
  221. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.pub.Config.js +384 -0
  222. package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.ui.js +1241 -0
  223. package/dist/collection/assets/vendors/readspeaker/ReadSpeakerClassic.css +357 -0
  224. package/dist/collection/assets/vendors/readspeaker/ReadSpeakerClassic.js +51 -0
  225. package/dist/collection/assets/vendors/readspeaker/img/ReadSpeakerClassic.png +0 -0
  226. package/dist/collection/assets/vendors/readspeaker/img/cursor-ew.png +0 -0
  227. package/dist/collection/assets/vendors/readspeaker/img/help.png +0 -0
  228. package/dist/collection/assets/vendors/readspeaker/img/icon_16px.gif +0 -0
  229. package/dist/collection/assets/vendors/readspeaker/img/pin_black.png +0 -0
  230. package/dist/collection/assets/vendors/readspeaker/img/pin_red.png +0 -0
  231. package/dist/collection/assets/vendors/readspeaker/img/play-anim.gif +0 -0
  232. package/dist/collection/assets/vendors/readspeaker/img/rs_button.gif +0 -0
  233. package/dist/collection/assets/vendors/readspeaker/img/rs_button.png +0 -0
  234. package/dist/collection/assets/vendors/readspeaker/img/rs_loader_anim.gif +0 -0
  235. package/dist/collection/assets/vendors/readspeaker/img/timeline-anim.gif +0 -0
  236. package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.css +1 -0
  237. package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.js +24 -0
  238. package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/img/rs_icon_64x64.png +0 -0
  239. package/dist/collection/collection-manifest.json +82 -0
  240. package/dist/collection/components/stzh-accordion/stzh-accordion.css +99 -0
  241. package/dist/collection/components/stzh-accordion/stzh-accordion.js +156 -0
  242. package/dist/collection/components/stzh-accordion/stzh-accordion.stories.js +52 -0
  243. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +233 -0
  244. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +429 -0
  245. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.stories.js +45 -0
  246. package/dist/collection/components/stzh-actions/stzh-actions.css +125 -0
  247. package/dist/collection/components/stzh-actions/stzh-actions.js +98 -0
  248. package/dist/collection/components/stzh-actions/stzh-actions.stories.js +66 -0
  249. package/dist/collection/components/stzh-appnav/stzh-appnav.css +220 -0
  250. package/dist/collection/components/stzh-appnav/stzh-appnav.js +112 -0
  251. package/dist/collection/components/stzh-appnav/stzh-appnav.stories.js +53 -0
  252. package/dist/collection/components/stzh-appointments/stzh-appointments.css +180 -0
  253. package/dist/collection/components/stzh-appointments/stzh-appointments.js +515 -0
  254. package/dist/collection/components/stzh-appointments/stzh-appointments.localization.js +1 -0
  255. package/dist/collection/components/stzh-appointments/stzh-appointments.stories.js +186 -0
  256. package/dist/collection/components/stzh-badge/stzh-badge.css +118 -0
  257. package/dist/collection/components/stzh-badge/stzh-badge.js +47 -0
  258. package/dist/collection/components/stzh-badge/stzh-badge.stories.js +36 -0
  259. package/dist/collection/components/stzh-button/stzh-button.css +312 -0
  260. package/dist/collection/components/stzh-button/stzh-button.js +516 -0
  261. package/dist/collection/components/stzh-button/stzh-button.stories.js +66 -0
  262. package/dist/collection/components/stzh-calendar/stzh-calendar-day.js +22 -0
  263. package/dist/collection/components/stzh-calendar/stzh-calendar-month.js +21 -0
  264. package/dist/collection/components/stzh-calendar/stzh-calendar.css +332 -0
  265. package/dist/collection/components/stzh-calendar/stzh-calendar.js +463 -0
  266. package/dist/collection/components/stzh-calendar/stzh-calendar.localization.js +1 -0
  267. package/dist/collection/components/stzh-calendar/stzh-calendar.stories.js +37 -0
  268. package/dist/collection/components/stzh-cell/stzh-cell.css +575 -0
  269. package/dist/collection/components/stzh-cell/stzh-cell.js +179 -0
  270. package/dist/collection/components/stzh-cell/stzh-cell.stories.js +39 -0
  271. package/dist/collection/components/stzh-checkbox/assets/check.svg +3 -0
  272. package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +272 -0
  273. package/dist/collection/components/stzh-checkbox/stzh-checkbox.js +459 -0
  274. package/dist/collection/components/stzh-checkbox/stzh-checkbox.stories.js +38 -0
  275. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.css +209 -0
  276. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +450 -0
  277. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.stories.js +39 -0
  278. package/dist/collection/components/stzh-chip/stzh-chip.css +302 -0
  279. package/dist/collection/components/stzh-chip/stzh-chip.js +407 -0
  280. package/dist/collection/components/stzh-chip/stzh-chip.stories.js +64 -0
  281. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +115 -0
  282. package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +158 -0
  283. package/dist/collection/components/stzh-chip-select/stzh-chip-select.stories.js +69 -0
  284. package/dist/collection/components/stzh-container/stzh-container.css +190 -0
  285. package/dist/collection/components/stzh-container/stzh-container.js +21 -0
  286. package/dist/collection/components/stzh-container/stzh-container.stories.js +35 -0
  287. package/dist/collection/components/stzh-cspace/stzh-cspace.css +515 -0
  288. package/dist/collection/components/stzh-cspace/stzh-cspace.js +24 -0
  289. package/dist/collection/components/stzh-cspace/stzh-cspace.stories.js +34 -0
  290. package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.css +103 -0
  291. package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.js +24 -0
  292. package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.stories.js +149 -0
  293. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +317 -0
  294. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.js +358 -0
  295. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.localization.js +1 -0
  296. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.stories.js +63 -0
  297. package/dist/collection/components/stzh-datatable/stzh-datatable.css +338 -0
  298. package/dist/collection/components/stzh-datatable/stzh-datatable.js +413 -0
  299. package/dist/collection/components/stzh-datatable/stzh-datatable.localization.js +1 -0
  300. package/dist/collection/components/stzh-datatable/stzh-datatable.stories.js +63 -0
  301. package/dist/collection/components/stzh-datepicker/stzh-datepicker.css +111 -0
  302. package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +586 -0
  303. package/dist/collection/components/stzh-datepicker/stzh-datepicker.localization.js +1 -0
  304. package/dist/collection/components/stzh-datepicker/stzh-datepicker.stories.js +40 -0
  305. package/dist/collection/components/stzh-dialog/stzh-dialog.css +266 -0
  306. package/dist/collection/components/stzh-dialog/stzh-dialog.js +480 -0
  307. package/dist/collection/components/stzh-dialog/stzh-dialog.localization.js +1 -0
  308. package/dist/collection/components/stzh-dialog/stzh-dialog.stories.js +75 -0
  309. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +730 -0
  310. package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +1436 -0
  311. package/dist/collection/components/stzh-dropdown/stzh-dropdown.localization.js +1 -0
  312. package/dist/collection/components/stzh-dropdown/stzh-dropdown.stories.js +109 -0
  313. package/dist/collection/components/stzh-fieldset/stzh-fieldset.css +148 -0
  314. package/dist/collection/components/stzh-fieldset/stzh-fieldset.js +120 -0
  315. package/dist/collection/components/stzh-fieldset/stzh-fieldset.stories.js +55 -0
  316. package/dist/collection/components/stzh-figure/stzh-figure.css +137 -0
  317. package/dist/collection/components/stzh-figure/stzh-figure.js +76 -0
  318. package/dist/collection/components/stzh-figure/stzh-figure.stories.js +36 -0
  319. package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.css +140 -0
  320. package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.js +253 -0
  321. package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.stories.js +27 -0
  322. package/dist/collection/components/stzh-footer/stzh-footer.css +208 -0
  323. package/dist/collection/components/stzh-footer/stzh-footer.js +147 -0
  324. package/dist/collection/components/stzh-footer/stzh-footer.localization.js +1 -0
  325. package/dist/collection/components/stzh-footer/stzh-footer.stories.js +49 -0
  326. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +306 -0
  327. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.js +319 -0
  328. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.localization.js +1 -0
  329. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.stories.js +49 -0
  330. package/dist/collection/components/stzh-header/stzh-header.css +436 -0
  331. package/dist/collection/components/stzh-header/stzh-header.js +267 -0
  332. package/dist/collection/components/stzh-header/stzh-header.stories.js +178 -0
  333. package/dist/collection/components/stzh-heading/stzh-heading.css +397 -0
  334. package/dist/collection/components/stzh-heading/stzh-heading.js +99 -0
  335. package/dist/collection/components/stzh-heading/stzh-heading.stories.js +37 -0
  336. package/dist/collection/components/stzh-hr/stzh-hr.css +105 -0
  337. package/dist/collection/components/stzh-hr/stzh-hr.js +25 -0
  338. package/dist/collection/components/stzh-hr/stzh-hr.stories.js +23 -0
  339. package/dist/collection/components/stzh-hspace/stzh-hspace.css +810 -0
  340. package/dist/collection/components/stzh-hspace/stzh-hspace.js +246 -0
  341. package/dist/collection/components/stzh-hspace/stzh-hspace.stories.js +73 -0
  342. package/dist/collection/components/stzh-icon/stzh-icon.css +109 -0
  343. package/dist/collection/components/stzh-icon/stzh-icon.js +76 -0
  344. package/dist/collection/components/stzh-icon/stzh-icon.stories.js +37 -0
  345. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +1354 -0
  346. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -0
  347. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.css +99 -0
  348. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.js +19 -0
  349. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.stories.js +46 -0
  350. package/dist/collection/components/stzh-input/stzh-input-description.js +8 -0
  351. package/dist/collection/components/stzh-input/stzh-input.css +425 -0
  352. package/dist/collection/components/stzh-input/stzh-input.js +724 -0
  353. package/dist/collection/components/stzh-input/stzh-input.stories.js +116 -0
  354. package/dist/collection/components/stzh-link/stzh-link.css +231 -0
  355. package/dist/collection/components/stzh-link/stzh-link.js +427 -0
  356. package/dist/collection/components/stzh-link/stzh-link.stories.js +67 -0
  357. package/dist/collection/components/stzh-list/stzh-list.css +136 -0
  358. package/dist/collection/components/stzh-list/stzh-list.js +52 -0
  359. package/dist/collection/components/stzh-list/stzh-list.stories.js +42 -0
  360. package/dist/collection/components/stzh-list-item/assets/checkmark.svg +3 -0
  361. package/dist/collection/components/stzh-list-item/stzh-list-item.css +120 -0
  362. package/dist/collection/components/stzh-list-item/stzh-list-item.js +26 -0
  363. package/dist/collection/components/stzh-loader/stzh-loader.css +261 -0
  364. package/dist/collection/components/stzh-loader/stzh-loader.js +93 -0
  365. package/dist/collection/components/stzh-loader/stzh-loader.stories.js +36 -0
  366. package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.css +135 -0
  367. package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.js +94 -0
  368. package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.stories.js +34 -0
  369. package/dist/collection/components/stzh-menu/stzh-menu.css +105 -0
  370. package/dist/collection/components/stzh-menu/stzh-menu.js +21 -0
  371. package/dist/collection/components/stzh-menu/stzh-menu.stories.js +70 -0
  372. package/dist/collection/components/stzh-menu-item/stzh-menu-item.css +173 -0
  373. package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +296 -0
  374. package/dist/collection/components/stzh-menu-item/stzh-menu-item.stories.js +52 -0
  375. package/dist/collection/components/stzh-message/stzh-message.css +259 -0
  376. package/dist/collection/components/stzh-message/stzh-message.js +287 -0
  377. package/dist/collection/components/stzh-message/stzh-message.localization.js +1 -0
  378. package/dist/collection/components/stzh-message/stzh-message.stories.js +40 -0
  379. package/dist/collection/components/stzh-metanav/stzh-metanav.css +115 -0
  380. package/dist/collection/components/stzh-metanav/stzh-metanav.js +41 -0
  381. package/dist/collection/components/stzh-metanav/stzh-metanav.stories.js +39 -0
  382. package/dist/collection/components/stzh-overlay/stzh-overlay.css +135 -0
  383. package/dist/collection/components/stzh-overlay/stzh-overlay.js +239 -0
  384. package/dist/collection/components/stzh-overlay/stzh-overlay.stories.js +50 -0
  385. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.css +113 -0
  386. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.js +41 -0
  387. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.stories.js +43 -0
  388. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +136 -0
  389. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +76 -0
  390. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.stories.js +107 -0
  391. package/dist/collection/components/stzh-popover/stzh-popover.css +360 -0
  392. package/dist/collection/components/stzh-popover/stzh-popover.js +673 -0
  393. package/dist/collection/components/stzh-popover/stzh-popover.localization.js +1 -0
  394. package/dist/collection/components/stzh-popover/stzh-popover.stories.js +67 -0
  395. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +4079 -0
  396. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.js +25 -0
  397. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.stories.js +28 -0
  398. package/dist/collection/components/stzh-progressbar/stzh-progressbar.css +119 -0
  399. package/dist/collection/components/stzh-progressbar/stzh-progressbar.js +272 -0
  400. package/dist/collection/components/stzh-progressbar/stzh-progressbar.stories.js +164 -0
  401. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +364 -0
  402. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.js +250 -0
  403. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.stories.js +36 -0
  404. package/dist/collection/components/stzh-radio/stzh-radio.css +278 -0
  405. package/dist/collection/components/stzh-radio/stzh-radio.js +458 -0
  406. package/dist/collection/components/stzh-radio/stzh-radio.stories.js +38 -0
  407. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.css +209 -0
  408. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +477 -0
  409. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.stories.js +39 -0
  410. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.css +210 -0
  411. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.js +114 -0
  412. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.stories.js +50 -0
  413. package/dist/collection/components/stzh-richtext/stzh-richtext.css +735 -0
  414. package/dist/collection/components/stzh-richtext/stzh-richtext.js +90 -0
  415. package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +79 -0
  416. package/dist/collection/components/stzh-row/stzh-row.css +572 -0
  417. package/dist/collection/components/stzh-row/stzh-row.js +207 -0
  418. package/dist/collection/components/stzh-row/stzh-row.stories.js +90 -0
  419. package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +170 -0
  420. package/dist/collection/components/stzh-saptcha/stzh-saptcha.js +221 -0
  421. package/dist/collection/components/stzh-saptcha/stzh-saptcha.localization.js +1 -0
  422. package/dist/collection/components/stzh-saptcha/stzh-saptcha.stories.js +34 -0
  423. package/dist/collection/components/stzh-section/stzh-section.css +126 -0
  424. package/dist/collection/components/stzh-section/stzh-section.js +50 -0
  425. package/dist/collection/components/stzh-section/stzh-section.stories.js +100 -0
  426. package/dist/collection/components/stzh-servicecard/stzh-servicecard.css +558 -0
  427. package/dist/collection/components/stzh-servicecard/stzh-servicecard.js +592 -0
  428. package/dist/collection/components/stzh-servicecard/stzh-servicecard.localization.js +1 -0
  429. package/dist/collection/components/stzh-servicecard/stzh-servicecard.stories.js +73 -0
  430. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.css +163 -0
  431. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.js +153 -0
  432. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.localization.js +1 -0
  433. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.stories.js +115 -0
  434. package/dist/collection/components/stzh-skiplink/stzh-skiplink.css +128 -0
  435. package/dist/collection/components/stzh-skiplink/stzh-skiplink.js +106 -0
  436. package/dist/collection/components/stzh-skiplink/stzh-skiplink.stories.js +53 -0
  437. package/dist/collection/components/stzh-sortable/stzh-sortable.css +151 -0
  438. package/dist/collection/components/stzh-sortable/stzh-sortable.js +501 -0
  439. package/dist/collection/components/stzh-sortable/stzh-sortable.localization.js +1 -0
  440. package/dist/collection/components/stzh-sortable/stzh-sortable.stories.js +34 -0
  441. package/dist/collection/components/stzh-status/stzh-status.css +143 -0
  442. package/dist/collection/components/stzh-status/stzh-status.js +115 -0
  443. package/dist/collection/components/stzh-status/stzh-status.stories.js +34 -0
  444. package/dist/collection/components/stzh-table/stzh-table.css +365 -0
  445. package/dist/collection/components/stzh-table/stzh-table.js +215 -0
  446. package/dist/collection/components/stzh-table/stzh-table.stories.js +89 -0
  447. package/dist/collection/components/stzh-text/stzh-text.css +859 -0
  448. package/dist/collection/components/stzh-text/stzh-text.js +232 -0
  449. package/dist/collection/components/stzh-text/stzh-text.stories.js +43 -0
  450. package/dist/collection/components/stzh-toggle/stzh-toggle.css +296 -0
  451. package/dist/collection/components/stzh-toggle/stzh-toggle.js +479 -0
  452. package/dist/collection/components/stzh-toggle/stzh-toggle.stories.js +38 -0
  453. package/dist/collection/components/stzh-tooltip/assets/arrow.svg +3 -0
  454. package/dist/collection/components/stzh-tooltip/stzh-tooltip.css +182 -0
  455. package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +667 -0
  456. package/dist/collection/components/stzh-tooltip/stzh-tooltip.localization.js +1 -0
  457. package/dist/collection/components/stzh-tooltip/stzh-tooltip.stories.js +63 -0
  458. package/dist/collection/components/stzh-upload/stzh-upload.css +409 -0
  459. package/dist/collection/components/stzh-upload/stzh-upload.js +1358 -0
  460. package/dist/collection/components/stzh-upload/stzh-upload.localization.js +1 -0
  461. package/dist/collection/components/stzh-upload/stzh-upload.stories.js +69 -0
  462. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.css +163 -0
  463. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.js +229 -0
  464. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.stories.js +36 -0
  465. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.css +100 -0
  466. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.js +236 -0
  467. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.localization.js +1 -0
  468. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.stories.js +52 -0
  469. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +225 -0
  470. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.js +292 -0
  471. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.js +1 -0
  472. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.stories.js +53 -0
  473. package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.css +107 -0
  474. package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.js +23 -0
  475. package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.stories.js +45 -0
  476. package/dist/collection/components/stzh-vspace/stzh-vspace.css +811 -0
  477. package/dist/collection/components/stzh-vspace/stzh-vspace.js +246 -0
  478. package/dist/collection/components/stzh-vspace/stzh-vspace.stories.js +73 -0
  479. package/dist/collection/global/js/helpers/autofocus.js +20 -0
  480. package/dist/collection/global/js/helpers/scrollbar-width.js +20 -0
  481. package/dist/collection/global/js/script.js +17 -0
  482. package/dist/collection/index.js +7 -0
  483. package/dist/collection/pages/egov.stories.js +262 -0
  484. package/dist/collection/pages/example.stories.js +170 -0
  485. package/dist/collection/pages/meinkonto.stories.js +661 -0
  486. package/dist/collection/patterns/appointments.stories.js +43 -0
  487. package/dist/collection/patterns/processingscreen.stories.js +43 -0
  488. package/dist/collection/utils/animation-utils.js +51 -0
  489. package/dist/collection/utils/date-adapter.js +86 -0
  490. package/dist/collection/utils/date-utils.js +196 -0
  491. package/dist/collection/utils/decorators.js +15 -0
  492. package/dist/collection/utils/event-utils.js +14 -0
  493. package/dist/collection/utils/h.js +109 -0
  494. package/dist/collection/utils/media-utils.js +20 -0
  495. package/dist/collection/utils/string-utils.js +13 -0
  496. package/dist/collection/utils/test-utils.js +27 -0
  497. package/dist/collection/utils/translation-utils.js +55 -0
  498. package/dist/collection/utils/utils.js +41 -0
  499. package/dist/components/_commonjsHelpers.js +21 -0
  500. package/dist/components/animation-utils.js +40 -0
  501. package/dist/components/arrow.js +1297 -0
  502. package/dist/components/date-adapter.js +88 -0
  503. package/dist/components/event-utils.js +16 -0
  504. package/dist/components/focus-trap.esm.js +1278 -0
  505. package/dist/components/index.d.ts +92 -0
  506. package/dist/components/index.js +125 -0
  507. package/dist/components/index2.js +2017 -0
  508. package/dist/components/js.cookie.js +144 -0
  509. package/dist/components/media-utils.js +22 -0
  510. package/dist/components/string-utils.js +15 -0
  511. package/dist/components/stzh-accordion-item.d.ts +11 -0
  512. package/dist/components/stzh-accordion-item.js +204 -0
  513. package/dist/components/stzh-accordion.d.ts +11 -0
  514. package/dist/components/stzh-accordion.js +91 -0
  515. package/dist/components/stzh-actions.d.ts +11 -0
  516. package/dist/components/stzh-actions.js +69 -0
  517. package/dist/components/stzh-appnav.d.ts +11 -0
  518. package/dist/components/stzh-appnav.js +67 -0
  519. package/dist/components/stzh-appointments.d.ts +11 -0
  520. package/dist/components/stzh-appointments.js +367 -0
  521. package/dist/components/stzh-badge.d.ts +11 -0
  522. package/dist/components/stzh-badge.js +6 -0
  523. package/dist/components/stzh-badge2.js +33 -0
  524. package/dist/components/stzh-button.d.ts +11 -0
  525. package/dist/components/stzh-button.js +6 -0
  526. package/dist/components/stzh-button2.js +165 -0
  527. package/dist/components/stzh-calendar.d.ts +11 -0
  528. package/dist/components/stzh-calendar.js +6 -0
  529. package/dist/components/stzh-calendar2.js +490 -0
  530. package/dist/components/stzh-cell.d.ts +11 -0
  531. package/dist/components/stzh-cell.js +57 -0
  532. package/dist/components/stzh-checkbox.d.ts +11 -0
  533. package/dist/components/stzh-checkbox.js +176 -0
  534. package/dist/components/stzh-checkboxgroup.d.ts +11 -0
  535. package/dist/components/stzh-checkboxgroup.js +208 -0
  536. package/dist/components/stzh-chip-select.d.ts +11 -0
  537. package/dist/components/stzh-chip-select.js +107 -0
  538. package/dist/components/stzh-chip.d.ts +11 -0
  539. package/dist/components/stzh-chip.js +6 -0
  540. package/dist/components/stzh-chip2.js +130 -0
  541. package/dist/components/stzh-container.d.ts +11 -0
  542. package/dist/components/stzh-container.js +32 -0
  543. package/dist/components/stzh-cspace.d.ts +11 -0
  544. package/dist/components/stzh-cspace.js +35 -0
  545. package/dist/components/stzh-datamessagelist-item.d.ts +11 -0
  546. package/dist/components/stzh-datamessagelist-item.js +175 -0
  547. package/dist/components/stzh-datamessagelist.d.ts +11 -0
  548. package/dist/components/stzh-datamessagelist.js +36 -0
  549. package/dist/components/stzh-datatable.d.ts +11 -0
  550. package/dist/components/stzh-datatable.js +308 -0
  551. package/dist/components/stzh-datepicker.d.ts +11 -0
  552. package/dist/components/stzh-datepicker.js +6 -0
  553. package/dist/components/stzh-datepicker2.js +221 -0
  554. package/dist/components/stzh-dialog.d.ts +11 -0
  555. package/dist/components/stzh-dialog.js +229 -0
  556. package/dist/components/stzh-dropdown.d.ts +11 -0
  557. package/dist/components/stzh-dropdown.js +6 -0
  558. package/dist/components/stzh-dropdown2.js +5151 -0
  559. package/dist/components/stzh-fieldset.d.ts +11 -0
  560. package/dist/components/stzh-fieldset.js +59 -0
  561. package/dist/components/stzh-figure.d.ts +11 -0
  562. package/dist/components/stzh-figure.js +46 -0
  563. package/dist/components/stzh-flyingfocus.d.ts +11 -0
  564. package/dist/components/stzh-flyingfocus.js +199 -0
  565. package/dist/components/stzh-footer.d.ts +11 -0
  566. package/dist/components/stzh-footer.js +103 -0
  567. package/dist/components/stzh-ghettobox.d.ts +11 -0
  568. package/dist/components/stzh-ghettobox.js +6 -0
  569. package/dist/components/stzh-ghettobox2.js +135 -0
  570. package/dist/components/stzh-header.d.ts +11 -0
  571. package/dist/components/stzh-header.js +186 -0
  572. package/dist/components/stzh-heading.d.ts +11 -0
  573. package/dist/components/stzh-heading.js +6 -0
  574. package/dist/components/stzh-heading2.js +46 -0
  575. package/dist/components/stzh-hr.d.ts +11 -0
  576. package/dist/components/stzh-hr.js +36 -0
  577. package/dist/components/stzh-hspace.d.ts +11 -0
  578. package/dist/components/stzh-hspace.js +64 -0
  579. package/dist/components/stzh-icon-sprite.d.ts +11 -0
  580. package/dist/components/stzh-icon-sprite.js +35 -0
  581. package/dist/components/stzh-icon.d.ts +11 -0
  582. package/dist/components/stzh-icon.js +6 -0
  583. package/dist/components/stzh-icon2.js +48 -0
  584. package/dist/components/stzh-input-description.js +20 -0
  585. package/dist/components/stzh-input.d.ts +11 -0
  586. package/dist/components/stzh-input.js +6 -0
  587. package/dist/components/stzh-input2.js +253 -0
  588. package/dist/components/stzh-link.d.ts +11 -0
  589. package/dist/components/stzh-link.js +6 -0
  590. package/dist/components/stzh-link2.js +144 -0
  591. package/dist/components/stzh-list-item.d.ts +11 -0
  592. package/dist/components/stzh-list-item.js +42 -0
  593. package/dist/components/stzh-list.d.ts +11 -0
  594. package/dist/components/stzh-list.js +42 -0
  595. package/dist/components/stzh-loader.d.ts +11 -0
  596. package/dist/components/stzh-loader.js +48 -0
  597. package/dist/components/stzh-loadingbar.d.ts +11 -0
  598. package/dist/components/stzh-loadingbar.js +50 -0
  599. package/dist/components/stzh-menu-item.d.ts +11 -0
  600. package/dist/components/stzh-menu-item.js +6 -0
  601. package/dist/components/stzh-menu-item2.js +116 -0
  602. package/dist/components/stzh-menu.d.ts +11 -0
  603. package/dist/components/stzh-menu.js +6 -0
  604. package/dist/components/stzh-menu2.js +29 -0
  605. package/dist/components/stzh-message.d.ts +11 -0
  606. package/dist/components/stzh-message.js +113 -0
  607. package/dist/components/stzh-metanav.d.ts +11 -0
  608. package/dist/components/stzh-metanav.js +50 -0
  609. package/dist/components/stzh-overlay.d.ts +11 -0
  610. package/dist/components/stzh-overlay.js +119 -0
  611. package/dist/components/stzh-page-skiplinks.d.ts +11 -0
  612. package/dist/components/stzh-page-skiplinks.js +50 -0
  613. package/dist/components/stzh-pagetitle.d.ts +11 -0
  614. package/dist/components/stzh-pagetitle.js +85 -0
  615. package/dist/components/stzh-popover.d.ts +11 -0
  616. package/dist/components/stzh-popover.js +6 -0
  617. package/dist/components/stzh-popover2.js +390 -0
  618. package/dist/components/stzh-portal-mitwirken.d.ts +11 -0
  619. package/dist/components/stzh-portal-mitwirken.js +36 -0
  620. package/dist/components/stzh-progressbar-item.d.ts +11 -0
  621. package/dist/components/stzh-progressbar-item.js +6 -0
  622. package/dist/components/stzh-progressbar-item2.js +82 -0
  623. package/dist/components/stzh-progressbar.d.ts +11 -0
  624. package/dist/components/stzh-progressbar.js +159 -0
  625. package/dist/components/stzh-radio.d.ts +11 -0
  626. package/dist/components/stzh-radio.js +6 -0
  627. package/dist/components/stzh-radio2.js +168 -0
  628. package/dist/components/stzh-radiogroup.d.ts +11 -0
  629. package/dist/components/stzh-radiogroup.js +6 -0
  630. package/dist/components/stzh-radiogroup2.js +215 -0
  631. package/dist/components/stzh-readspeaker.d.ts +11 -0
  632. package/dist/components/stzh-readspeaker.js +74 -0
  633. package/dist/components/stzh-richtext.d.ts +11 -0
  634. package/dist/components/stzh-richtext.js +6 -0
  635. package/dist/components/stzh-richtext2.js +65 -0
  636. package/dist/components/stzh-row.d.ts +11 -0
  637. package/dist/components/stzh-row.js +63 -0
  638. package/dist/components/stzh-saptcha.d.ts +11 -0
  639. package/dist/components/stzh-saptcha.js +132 -0
  640. package/dist/components/stzh-section.d.ts +11 -0
  641. package/dist/components/stzh-section.js +39 -0
  642. package/dist/components/stzh-servicecard-list.d.ts +11 -0
  643. package/dist/components/stzh-servicecard-list.js +99 -0
  644. package/dist/components/stzh-servicecard.d.ts +11 -0
  645. package/dist/components/stzh-servicecard.js +283 -0
  646. package/dist/components/stzh-skiplink.d.ts +11 -0
  647. package/dist/components/stzh-skiplink.js +45 -0
  648. package/dist/components/stzh-sortable.d.ts +11 -0
  649. package/dist/components/stzh-sortable.js +6 -0
  650. package/dist/components/stzh-sortable2.js +3401 -0
  651. package/dist/components/stzh-status.d.ts +11 -0
  652. package/dist/components/stzh-status.js +6 -0
  653. package/dist/components/stzh-status2.js +51 -0
  654. package/dist/components/stzh-table.d.ts +11 -0
  655. package/dist/components/stzh-table.js +164 -0
  656. package/dist/components/stzh-text.d.ts +11 -0
  657. package/dist/components/stzh-text.js +6 -0
  658. package/dist/components/stzh-text2.js +64 -0
  659. package/dist/components/stzh-toggle.d.ts +11 -0
  660. package/dist/components/stzh-toggle.js +175 -0
  661. package/dist/components/stzh-tooltip.d.ts +11 -0
  662. package/dist/components/stzh-tooltip.js +6 -0
  663. package/dist/components/stzh-tooltip2.js +353 -0
  664. package/dist/components/stzh-upload.d.ts +11 -0
  665. package/dist/components/stzh-upload.js +10818 -0
  666. package/dist/components/stzh-vbz-linechip.d.ts +11 -0
  667. package/dist/components/stzh-vbz-linechip.js +6 -0
  668. package/dist/components/stzh-vbz-linechip2.js +2080 -0
  669. package/dist/components/stzh-vbz-majorticker.d.ts +11 -0
  670. package/dist/components/stzh-vbz-majorticker.js +158 -0
  671. package/dist/components/stzh-vbz-ticker.d.ts +11 -0
  672. package/dist/components/stzh-vbz-ticker.js +232 -0
  673. package/dist/components/stzh-visuallyhidden.d.ts +11 -0
  674. package/dist/components/stzh-visuallyhidden.js +34 -0
  675. package/dist/components/stzh-vspace.d.ts +11 -0
  676. package/dist/components/stzh-vspace.js +64 -0
  677. package/dist/components/translation-utils.js +57 -0
  678. package/dist/components/utils.js +33 -0
  679. package/dist/esm/_commonjsHelpers-ba3f0406.js +21 -0
  680. package/dist/esm/animation-utils-27dcfc1e.js +40 -0
  681. package/dist/esm/app-globals-137e106c.js +52 -0
  682. package/dist/esm/arrow-18769ca6.js +1297 -0
  683. package/dist/esm/date-adapter-c0ee5963.js +88 -0
  684. package/dist/esm/date-utils-282e96fe.js +159 -0
  685. package/dist/esm/dom-104fb833.js +73 -0
  686. package/dist/esm/event-utils-68b64805.js +16 -0
  687. package/dist/esm/focus-trap.esm-074705a3.js +1278 -0
  688. package/dist/esm/index-0e6d34c6.js +2209 -0
  689. package/dist/esm/index-545902f4.js +2017 -0
  690. package/dist/esm/index.js +1 -0
  691. package/dist/esm/js.cookie-28a40640.js +144 -0
  692. package/dist/esm/loader.js +19 -0
  693. package/dist/esm/media-utils-db7c9057.js +22 -0
  694. package/dist/esm/polyfills/core-js.js +11 -0
  695. package/dist/esm/polyfills/css-shim.js +1 -0
  696. package/dist/esm/polyfills/dom.js +79 -0
  697. package/dist/esm/polyfills/es5-html-element.js +1 -0
  698. package/dist/esm/polyfills/index.js +34 -0
  699. package/dist/esm/polyfills/system.js +6 -0
  700. package/dist/esm/shadow-css-4261c637.js +387 -0
  701. package/dist/esm/string-utils-33181845.js +15 -0
  702. package/dist/esm/stzh-accordion-item.entry.js +177 -0
  703. package/dist/esm/stzh-accordion.entry.js +70 -0
  704. package/dist/esm/stzh-actions.entry.js +49 -0
  705. package/dist/esm/stzh-appnav.entry.js +46 -0
  706. package/dist/esm/stzh-appointments.entry.js +267 -0
  707. package/dist/esm/stzh-badge_3.entry.js +161 -0
  708. package/dist/esm/stzh-calendar.entry.js +302 -0
  709. package/dist/esm/stzh-cell.entry.js +31 -0
  710. package/dist/esm/stzh-checkbox.entry.js +132 -0
  711. package/dist/esm/stzh-checkboxgroup.entry.js +164 -0
  712. package/dist/esm/stzh-chip-select.entry.js +62 -0
  713. package/dist/esm/stzh-chip.entry.js +97 -0
  714. package/dist/esm/stzh-components.js +105 -0
  715. package/dist/esm/stzh-container.entry.js +15 -0
  716. package/dist/esm/stzh-cspace.entry.js +18 -0
  717. package/dist/esm/stzh-datamessagelist-item.entry.js +99 -0
  718. package/dist/esm/stzh-datamessagelist.entry.js +19 -0
  719. package/dist/esm/stzh-datatable.entry.js +245 -0
  720. package/dist/esm/stzh-datepicker_4.entry.js +477 -0
  721. package/dist/esm/stzh-dialog.entry.js +187 -0
  722. package/dist/esm/stzh-dropdown.entry.js +5082 -0
  723. package/dist/esm/stzh-fieldset.entry.js +31 -0
  724. package/dist/esm/stzh-figure.entry.js +26 -0
  725. package/dist/esm/stzh-flyingfocus.entry.js +174 -0
  726. package/dist/esm/stzh-footer.entry.js +63 -0
  727. package/dist/esm/stzh-ghettobox_2.entry.js +145 -0
  728. package/dist/esm/stzh-header.entry.js +158 -0
  729. package/dist/esm/stzh-heading.entry.js +28 -0
  730. package/dist/esm/stzh-hr.entry.js +19 -0
  731. package/dist/esm/stzh-hspace.entry.js +37 -0
  732. package/dist/esm/stzh-icon-sprite.entry.js +18 -0
  733. package/dist/esm/stzh-input-description-fa0a4b5b.js +20 -0
  734. package/dist/esm/stzh-input.entry.js +188 -0
  735. package/dist/esm/stzh-link.entry.js +102 -0
  736. package/dist/esm/stzh-list-item.entry.js +24 -0
  737. package/dist/esm/stzh-list.entry.js +22 -0
  738. package/dist/esm/stzh-loader.entry.js +27 -0
  739. package/dist/esm/stzh-loadingbar.entry.js +29 -0
  740. package/dist/esm/stzh-menu_2.entry.js +92 -0
  741. package/dist/esm/stzh-message.entry.js +81 -0
  742. package/dist/esm/stzh-metanav.entry.js +33 -0
  743. package/dist/esm/stzh-overlay.entry.js +96 -0
  744. package/dist/esm/stzh-page-skiplinks.entry.js +33 -0
  745. package/dist/esm/stzh-pagetitle.entry.js +68 -0
  746. package/dist/esm/stzh-popover.entry.js +357 -0
  747. package/dist/esm/stzh-portal-mitwirken.entry.js +19 -0
  748. package/dist/esm/stzh-progressbar-item.entry.js +53 -0
  749. package/dist/esm/stzh-progressbar.entry.js +121 -0
  750. package/dist/esm/stzh-readspeaker.entry.js +54 -0
  751. package/dist/esm/stzh-row.entry.js +36 -0
  752. package/dist/esm/stzh-saptcha.entry.js +77 -0
  753. package/dist/esm/stzh-section.entry.js +20 -0
  754. package/dist/esm/stzh-servicecard-list.entry.js +52 -0
  755. package/dist/esm/stzh-servicecard.entry.js +208 -0
  756. package/dist/esm/stzh-skiplink.entry.js +23 -0
  757. package/dist/esm/stzh-sortable.entry.js +3378 -0
  758. package/dist/esm/stzh-status.entry.js +32 -0
  759. package/dist/esm/stzh-table.entry.js +139 -0
  760. package/dist/esm/stzh-toggle.entry.js +130 -0
  761. package/dist/esm/stzh-tooltip.entry.js +318 -0
  762. package/dist/esm/stzh-upload.entry.js +10746 -0
  763. package/dist/esm/stzh-vbz-linechip.entry.js +2054 -0
  764. package/dist/esm/stzh-vbz-majorticker.entry.js +103 -0
  765. package/dist/esm/stzh-vbz-ticker.entry.js +179 -0
  766. package/dist/esm/stzh-visuallyhidden.entry.js +17 -0
  767. package/dist/esm/stzh-vspace.entry.js +37 -0
  768. package/dist/esm/translation-utils-f5b09945.js +57 -0
  769. package/dist/esm/utils-c5d68020.js +33 -0
  770. package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +1 -0
  771. package/dist/esm-es5/animation-utils-27dcfc1e.js +1 -0
  772. package/dist/esm-es5/app-globals-137e106c.js +1 -0
  773. package/dist/esm-es5/arrow-18769ca6.js +1 -0
  774. package/dist/esm-es5/date-adapter-c0ee5963.js +1 -0
  775. package/dist/esm-es5/date-utils-282e96fe.js +1 -0
  776. package/dist/esm-es5/dom-104fb833.js +21 -0
  777. package/dist/esm-es5/event-utils-68b64805.js +1 -0
  778. package/dist/esm-es5/focus-trap.esm-074705a3.js +9 -0
  779. package/dist/esm-es5/index-0e6d34c6.js +2 -0
  780. package/dist/esm-es5/index-545902f4.js +1 -0
  781. package/dist/esm-es5/index.js +0 -0
  782. package/dist/esm-es5/js.cookie-28a40640.js +1 -0
  783. package/dist/esm-es5/loader.js +1 -0
  784. package/dist/esm-es5/media-utils-db7c9057.js +1 -0
  785. package/dist/esm-es5/shadow-css-4261c637.js +12 -0
  786. package/dist/esm-es5/string-utils-33181845.js +1 -0
  787. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -0
  788. package/dist/esm-es5/stzh-accordion.entry.js +1 -0
  789. package/dist/esm-es5/stzh-actions.entry.js +1 -0
  790. package/dist/esm-es5/stzh-appnav.entry.js +1 -0
  791. package/dist/esm-es5/stzh-appointments.entry.js +1 -0
  792. package/dist/esm-es5/stzh-badge_3.entry.js +1 -0
  793. package/dist/esm-es5/stzh-calendar.entry.js +1 -0
  794. package/dist/esm-es5/stzh-cell.entry.js +1 -0
  795. package/dist/esm-es5/stzh-checkbox.entry.js +1 -0
  796. package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -0
  797. package/dist/esm-es5/stzh-chip-select.entry.js +1 -0
  798. package/dist/esm-es5/stzh-chip.entry.js +1 -0
  799. package/dist/esm-es5/stzh-components.js +1 -0
  800. package/dist/esm-es5/stzh-container.entry.js +1 -0
  801. package/dist/esm-es5/stzh-cspace.entry.js +1 -0
  802. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -0
  803. package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -0
  804. package/dist/esm-es5/stzh-datatable.entry.js +9 -0
  805. package/dist/esm-es5/stzh-datepicker_4.entry.js +1 -0
  806. package/dist/esm-es5/stzh-dialog.entry.js +1 -0
  807. package/dist/esm-es5/stzh-dropdown.entry.js +1 -0
  808. package/dist/esm-es5/stzh-fieldset.entry.js +1 -0
  809. package/dist/esm-es5/stzh-figure.entry.js +1 -0
  810. package/dist/esm-es5/stzh-flyingfocus.entry.js +1 -0
  811. package/dist/esm-es5/stzh-footer.entry.js +1 -0
  812. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -0
  813. package/dist/esm-es5/stzh-header.entry.js +1 -0
  814. package/dist/esm-es5/stzh-heading.entry.js +1 -0
  815. package/dist/esm-es5/stzh-hr.entry.js +1 -0
  816. package/dist/esm-es5/stzh-hspace.entry.js +1 -0
  817. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -0
  818. package/dist/esm-es5/stzh-input-description-fa0a4b5b.js +1 -0
  819. package/dist/esm-es5/stzh-input.entry.js +1 -0
  820. package/dist/esm-es5/stzh-link.entry.js +1 -0
  821. package/dist/esm-es5/stzh-list-item.entry.js +1 -0
  822. package/dist/esm-es5/stzh-list.entry.js +1 -0
  823. package/dist/esm-es5/stzh-loader.entry.js +1 -0
  824. package/dist/esm-es5/stzh-loadingbar.entry.js +1 -0
  825. package/dist/esm-es5/stzh-menu_2.entry.js +1 -0
  826. package/dist/esm-es5/stzh-message.entry.js +1 -0
  827. package/dist/esm-es5/stzh-metanav.entry.js +1 -0
  828. package/dist/esm-es5/stzh-overlay.entry.js +1 -0
  829. package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -0
  830. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -0
  831. package/dist/esm-es5/stzh-popover.entry.js +1 -0
  832. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -0
  833. package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -0
  834. package/dist/esm-es5/stzh-progressbar.entry.js +1 -0
  835. package/dist/esm-es5/stzh-readspeaker.entry.js +1 -0
  836. package/dist/esm-es5/stzh-row.entry.js +1 -0
  837. package/dist/esm-es5/stzh-saptcha.entry.js +1 -0
  838. package/dist/esm-es5/stzh-section.entry.js +1 -0
  839. package/dist/esm-es5/stzh-servicecard-list.entry.js +1 -0
  840. package/dist/esm-es5/stzh-servicecard.entry.js +1 -0
  841. package/dist/esm-es5/stzh-skiplink.entry.js +1 -0
  842. package/dist/esm-es5/stzh-sortable.entry.js +7 -0
  843. package/dist/esm-es5/stzh-status.entry.js +1 -0
  844. package/dist/esm-es5/stzh-table.entry.js +1 -0
  845. package/dist/esm-es5/stzh-toggle.entry.js +1 -0
  846. package/dist/esm-es5/stzh-tooltip.entry.js +1 -0
  847. package/dist/esm-es5/stzh-upload.entry.js +1 -0
  848. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -0
  849. package/dist/esm-es5/stzh-vbz-majorticker.entry.js +1 -0
  850. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -0
  851. package/dist/esm-es5/stzh-visuallyhidden.entry.js +1 -0
  852. package/dist/esm-es5/stzh-vspace.entry.js +1 -0
  853. package/dist/esm-es5/translation-utils-f5b09945.js +1 -0
  854. package/dist/esm-es5/utils-c5d68020.js +1 -0
  855. package/dist/index.cjs.js +1 -0
  856. package/dist/index.js +1 -0
  857. package/dist/stzh-components/assets/favicons/android-chrome-192x192.png +0 -0
  858. package/dist/stzh-components/assets/favicons/android-chrome-384x384.png +0 -0
  859. package/dist/stzh-components/assets/favicons/apple-touch-icon.png +0 -0
  860. package/dist/stzh-components/assets/favicons/browserconfig.xml +9 -0
  861. package/dist/stzh-components/assets/favicons/favicon-16x16.png +0 -0
  862. package/dist/stzh-components/assets/favicons/favicon-32x32.png +0 -0
  863. package/dist/stzh-components/assets/favicons/favicon.ico +0 -0
  864. package/dist/stzh-components/assets/favicons/mstile-150x150.png +0 -0
  865. package/dist/stzh-components/assets/favicons/safari-pinned-tab.svg +1 -0
  866. package/dist/stzh-components/assets/favicons/site.webmanifest +19 -0
  867. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_41488878.woff +0 -0
  868. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_41488878.woff2 +0 -0
  869. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_55Roman.woff +0 -0
  870. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_55Roman.woff2 +0 -0
  871. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_71488914.woff +0 -0
  872. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_71488914.woff2 +0 -0
  873. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_65Medium.woff +0 -0
  874. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_65Medium.woff2 +0 -0
  875. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_85Heavy.woff +0 -0
  876. package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_85Heavy.woff2 +0 -0
  877. package/dist/stzh-components/assets/fonts.css +39 -0
  878. package/dist/stzh-components/assets/i18n/de.json +154 -0
  879. package/dist/stzh-components/assets/i18n/en.json +154 -0
  880. package/dist/stzh-components/assets/icons/mono/alarm-bell.svg +3 -0
  881. package/dist/stzh-components/assets/icons/mono/angle-down.svg +3 -0
  882. package/dist/stzh-components/assets/icons/mono/angle-left.svg +3 -0
  883. package/dist/stzh-components/assets/icons/mono/angle-right.svg +3 -0
  884. package/dist/stzh-components/assets/icons/mono/angle-up.svg +3 -0
  885. package/dist/stzh-components/assets/icons/mono/archive-box.svg +3 -0
  886. package/dist/stzh-components/assets/icons/mono/arrow-down.svg +3 -0
  887. package/dist/stzh-components/assets/icons/mono/arrow-left-circle.svg +4 -0
  888. package/dist/stzh-components/assets/icons/mono/arrow-left.svg +3 -0
  889. package/dist/stzh-components/assets/icons/mono/arrow-right-long.svg +3 -0
  890. package/dist/stzh-components/assets/icons/mono/arrow-right.svg +3 -0
  891. package/dist/stzh-components/assets/icons/mono/arrow-up.svg +3 -0
  892. package/dist/stzh-components/assets/icons/mono/bulleted-list.svg +3 -0
  893. package/dist/stzh-components/assets/icons/mono/calendar.svg +3 -0
  894. package/dist/stzh-components/assets/icons/mono/cart.svg +3 -0
  895. package/dist/stzh-components/assets/icons/mono/checkmark-circle.svg +3 -0
  896. package/dist/stzh-components/assets/icons/mono/checkmark.svg +3 -0
  897. package/dist/stzh-components/assets/icons/mono/clock.svg +3 -0
  898. package/dist/stzh-components/assets/icons/mono/close-circle.svg +3 -0
  899. package/dist/stzh-components/assets/icons/mono/close.svg +3 -0
  900. package/dist/stzh-components/assets/icons/mono/compass-direction.svg +3 -0
  901. package/dist/stzh-components/assets/icons/mono/compass-north.svg +4 -0
  902. package/dist/stzh-components/assets/icons/mono/construction.svg +3 -0
  903. package/dist/stzh-components/assets/icons/mono/copy.svg +3 -0
  904. package/dist/stzh-components/assets/icons/mono/delete.svg +3 -0
  905. package/dist/stzh-components/assets/icons/mono/download.svg +3 -0
  906. package/dist/stzh-components/assets/icons/mono/drag.svg +10 -0
  907. package/dist/stzh-components/assets/icons/mono/edit.svg +3 -0
  908. package/dist/stzh-components/assets/icons/mono/email-check.svg +10 -0
  909. package/dist/stzh-components/assets/icons/mono/expand.svg +3 -0
  910. package/dist/stzh-components/assets/icons/mono/external-link.svg +4 -0
  911. package/dist/stzh-components/assets/icons/mono/facebook-comment.svg +3 -0
  912. package/dist/stzh-components/assets/icons/mono/facebook.svg +10 -0
  913. package/dist/stzh-components/assets/icons/mono/file.svg +3 -0
  914. package/dist/stzh-components/assets/icons/mono/filtering.svg +3 -0
  915. package/dist/stzh-components/assets/icons/mono/flag.svg +10 -0
  916. package/dist/stzh-components/assets/icons/mono/focus.svg +3 -0
  917. package/dist/stzh-components/assets/icons/mono/gear.svg +3 -0
  918. package/dist/stzh-components/assets/icons/mono/heart.svg +10 -0
  919. package/dist/stzh-components/assets/icons/mono/home.svg +10 -0
  920. package/dist/stzh-components/assets/icons/mono/important-warning.svg +3 -0
  921. package/dist/stzh-components/assets/icons/mono/info-help.svg +3 -0
  922. package/dist/stzh-components/assets/icons/mono/instagram.svg +3 -0
  923. package/dist/stzh-components/assets/icons/mono/like-hand.svg +10 -0
  924. package/dist/stzh-components/assets/icons/mono/linkedin.svg +5 -0
  925. package/dist/stzh-components/assets/icons/mono/list-expanded.svg +4 -0
  926. package/dist/stzh-components/assets/icons/mono/list-shrinked.svg +3 -0
  927. package/dist/stzh-components/assets/icons/mono/lock.svg +10 -0
  928. package/dist/stzh-components/assets/icons/mono/mail.svg +10 -0
  929. package/dist/stzh-components/assets/icons/mono/map.svg +3 -0
  930. package/dist/stzh-components/assets/icons/mono/menu.svg +3 -0
  931. package/dist/stzh-components/assets/icons/mono/minus.svg +3 -0
  932. package/dist/stzh-components/assets/icons/mono/more-horizontal.svg +5 -0
  933. package/dist/stzh-components/assets/icons/mono/more-vertical.svg +5 -0
  934. package/dist/stzh-components/assets/icons/mono/paper-clip.svg +10 -0
  935. package/dist/stzh-components/assets/icons/mono/phone.svg +10 -0
  936. package/dist/stzh-components/assets/icons/mono/pin-location.svg +10 -0
  937. package/dist/stzh-components/assets/icons/mono/pin.svg +11 -0
  938. package/dist/stzh-components/assets/icons/mono/play-1.svg +4 -0
  939. package/dist/stzh-components/assets/icons/mono/play-button.svg +11 -0
  940. package/dist/stzh-components/assets/icons/mono/play.svg +10 -0
  941. package/dist/stzh-components/assets/icons/mono/plus.svg +3 -0
  942. package/dist/stzh-components/assets/icons/mono/portfolio-grid.svg +11 -0
  943. package/dist/stzh-components/assets/icons/mono/print.svg +10 -0
  944. package/dist/stzh-components/assets/icons/mono/question-help.svg +3 -0
  945. package/dist/stzh-components/assets/icons/mono/read-mail.svg +10 -0
  946. package/dist/stzh-components/assets/icons/mono/reload.svg +10 -0
  947. package/dist/stzh-components/assets/icons/mono/reset-time.svg +10 -0
  948. package/dist/stzh-components/assets/icons/mono/reset.svg +10 -0
  949. package/dist/stzh-components/assets/icons/mono/resize.svg +8 -0
  950. package/dist/stzh-components/assets/icons/mono/rss.svg +12 -0
  951. package/dist/stzh-components/assets/icons/mono/search.svg +3 -0
  952. package/dist/stzh-components/assets/icons/mono/services.svg +6 -0
  953. package/dist/stzh-components/assets/icons/mono/share.svg +3 -0
  954. package/dist/stzh-components/assets/icons/mono/shrink.svg +3 -0
  955. package/dist/stzh-components/assets/icons/mono/silent-mode.svg +3 -0
  956. package/dist/stzh-components/assets/icons/mono/social-media.svg +23 -0
  957. package/dist/stzh-components/assets/icons/mono/star-filled.svg +3 -0
  958. package/dist/stzh-components/assets/icons/mono/star.svg +3 -0
  959. package/dist/stzh-components/assets/icons/mono/subtitle.svg +3 -0
  960. package/dist/stzh-components/assets/icons/mono/team.svg +10 -0
  961. package/dist/stzh-components/assets/icons/mono/text-message.svg +6 -0
  962. package/dist/stzh-components/assets/icons/mono/thermometer.svg +10 -0
  963. package/dist/stzh-components/assets/icons/mono/transcript.svg +3 -0
  964. package/dist/stzh-components/assets/icons/mono/twitter-reply.svg +3 -0
  965. package/dist/stzh-components/assets/icons/mono/twitter-retweet.svg +3 -0
  966. package/dist/stzh-components/assets/icons/mono/twitter.svg +10 -0
  967. package/dist/stzh-components/assets/icons/mono/unlock.svg +10 -0
  968. package/dist/stzh-components/assets/icons/mono/user.svg +3 -0
  969. package/dist/stzh-components/assets/icons/mono/view-hidden.svg +3 -0
  970. package/dist/stzh-components/assets/icons/mono/view.svg +4 -0
  971. package/dist/stzh-components/assets/icons/mono/volume-medium.svg +3 -0
  972. package/dist/stzh-components/assets/icons/mono/warning-big.svg +4 -0
  973. package/dist/stzh-components/assets/icons/mono/warning.svg +3 -0
  974. package/dist/stzh-components/assets/icons/mono/web-Link.svg +3 -0
  975. package/dist/stzh-components/assets/icons/mono/wifi-signal.svg +3 -0
  976. package/dist/stzh-components/assets/icons/mono/world-globe.svg +10 -0
  977. package/dist/stzh-components/assets/icons/mono/xing.svg +11 -0
  978. package/dist/stzh-components/assets/polyfills/ie11CustomProperties.min.js +8 -0
  979. package/dist/stzh-components/assets/polyfills/intersection-observer.min.js +7 -0
  980. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +1354 -0
  981. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -0
  982. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Common.Settings.js +278 -0
  983. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Core.js +544 -0
  984. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.HL.js +1111 -0
  985. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.PlayerAPI.js +211 -0
  986. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles-Basic.css +881 -0
  987. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles-Button.css +75 -0
  988. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles.css +977 -0
  989. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.js +257 -0
  990. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.lib.Facade.adapter.jquery.js +120 -0
  991. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.lib.RSLib.js +796 -0
  992. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.pub.Config.js +384 -0
  993. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.ui.js +1241 -0
  994. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeakerClassic.css +357 -0
  995. package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeakerClassic.js +51 -0
  996. package/dist/stzh-components/assets/vendors/readspeaker/img/ReadSpeakerClassic.png +0 -0
  997. package/dist/stzh-components/assets/vendors/readspeaker/img/cursor-ew.png +0 -0
  998. package/dist/stzh-components/assets/vendors/readspeaker/img/help.png +0 -0
  999. package/dist/stzh-components/assets/vendors/readspeaker/img/icon_16px.gif +0 -0
  1000. package/dist/stzh-components/assets/vendors/readspeaker/img/pin_black.png +0 -0
  1001. package/dist/stzh-components/assets/vendors/readspeaker/img/pin_red.png +0 -0
  1002. package/dist/stzh-components/assets/vendors/readspeaker/img/play-anim.gif +0 -0
  1003. package/dist/stzh-components/assets/vendors/readspeaker/img/rs_button.gif +0 -0
  1004. package/dist/stzh-components/assets/vendors/readspeaker/img/rs_button.png +0 -0
  1005. package/dist/stzh-components/assets/vendors/readspeaker/img/rs_loader_anim.gif +0 -0
  1006. package/dist/stzh-components/assets/vendors/readspeaker/img/timeline-anim.gif +0 -0
  1007. package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.css +1 -0
  1008. package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.js +24 -0
  1009. package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/img/rs_icon_64x64.png +0 -0
  1010. package/dist/stzh-components/index.esm.js +0 -0
  1011. package/dist/stzh-components/p-0338cec3.system.entry.js +1 -0
  1012. package/dist/stzh-components/p-03b16275.entry.js +1 -0
  1013. package/dist/stzh-components/p-0433fff9.system.entry.js +1 -0
  1014. package/dist/stzh-components/p-0837657c.entry.js +1 -0
  1015. package/dist/stzh-components/p-08cc711a.system.entry.js +1 -0
  1016. package/dist/stzh-components/p-0a71fbac.entry.js +1 -0
  1017. package/dist/stzh-components/p-0ae3e066.system.entry.js +1 -0
  1018. package/dist/stzh-components/p-0c2b5907.js +1 -0
  1019. package/dist/stzh-components/p-0e9e4c68.entry.js +1 -0
  1020. package/dist/stzh-components/p-0ec28130.system.entry.js +1 -0
  1021. package/dist/stzh-components/p-148de4e6.entry.js +1 -0
  1022. package/dist/stzh-components/p-160c6e5f.system.entry.js +1 -0
  1023. package/dist/stzh-components/p-17258518.entry.js +1 -0
  1024. package/dist/stzh-components/p-1a40a6e4.js +1 -0
  1025. package/dist/stzh-components/p-1aaa5112.system.entry.js +1 -0
  1026. package/dist/stzh-components/p-1ace5d80.entry.js +1 -0
  1027. package/dist/stzh-components/p-1cde29ea.entry.js +1 -0
  1028. package/dist/stzh-components/p-1cebd703.entry.js +1 -0
  1029. package/dist/stzh-components/p-1e2ee622.system.entry.js +1 -0
  1030. package/dist/stzh-components/p-1f3e6fad.system.entry.js +1 -0
  1031. package/dist/stzh-components/p-22f948e2.entry.js +1 -0
  1032. package/dist/stzh-components/p-22fba26d.entry.js +1 -0
  1033. package/dist/stzh-components/p-25afa99e.entry.js +1 -0
  1034. package/dist/stzh-components/p-301841e3.entry.js +1 -0
  1035. package/dist/stzh-components/p-30b347ee.system.js +2 -0
  1036. package/dist/stzh-components/p-320aedf7.js +1 -0
  1037. package/dist/stzh-components/p-323fdc2f.entry.js +1 -0
  1038. package/dist/stzh-components/p-33d033a3.system.entry.js +1 -0
  1039. package/dist/stzh-components/p-3410ef5a.system.entry.js +1 -0
  1040. package/dist/stzh-components/p-378be0be.system.entry.js +1 -0
  1041. package/dist/stzh-components/p-3a73b8b5.system.js +1 -0
  1042. package/dist/stzh-components/p-3afe13ac.system.entry.js +1 -0
  1043. package/dist/stzh-components/p-3ca5c2e6.system.entry.js +1 -0
  1044. package/dist/stzh-components/p-3da37219.entry.js +8 -0
  1045. package/dist/stzh-components/p-3e3e4bfd.system.js +1 -0
  1046. package/dist/stzh-components/p-3e8ff66b.js +1 -0
  1047. package/dist/stzh-components/p-3eb7b6b4.entry.js +1 -0
  1048. package/dist/stzh-components/p-3f03fd94.system.entry.js +1 -0
  1049. package/dist/stzh-components/p-40a19ce6.js +10 -0
  1050. package/dist/stzh-components/p-42430cdf.js +1 -0
  1051. package/dist/stzh-components/p-4476344d.js +1 -0
  1052. package/dist/stzh-components/p-45d4e9b4.system.entry.js +1 -0
  1053. package/dist/stzh-components/p-46f301c0.entry.js +1 -0
  1054. package/dist/stzh-components/p-49968bbf.entry.js +1 -0
  1055. package/dist/stzh-components/p-4b69a3e8.system.entry.js +1 -0
  1056. package/dist/stzh-components/p-4b8893d1.entry.js +1 -0
  1057. package/dist/stzh-components/p-4c61dcad.js +19 -0
  1058. package/dist/stzh-components/p-4c68fa45.system.js +1 -0
  1059. package/dist/stzh-components/p-4e9e606f.entry.js +1 -0
  1060. package/dist/stzh-components/p-50ea2036.system.js +1 -0
  1061. package/dist/stzh-components/p-53934cfd.js +1 -0
  1062. package/dist/stzh-components/p-562394a9.system.entry.js +1 -0
  1063. package/dist/stzh-components/p-56fccfa3.system.entry.js +1 -0
  1064. package/dist/stzh-components/p-582cf0f1.system.js +1 -0
  1065. package/dist/stzh-components/p-58917ce2.entry.js +1 -0
  1066. package/dist/stzh-components/p-58b8d309.system.entry.js +1 -0
  1067. package/dist/stzh-components/p-5977373f.system.js +1 -0
  1068. package/dist/stzh-components/p-59bdb14a.system.entry.js +1 -0
  1069. package/dist/stzh-components/p-5db542ae.system.js +1 -0
  1070. package/dist/stzh-components/p-5f20178b.system.js +1 -0
  1071. package/dist/stzh-components/p-6113bb25.entry.js +1 -0
  1072. package/dist/stzh-components/p-632d9076.system.entry.js +1 -0
  1073. package/dist/stzh-components/p-63b5068a.system.entry.js +1 -0
  1074. package/dist/stzh-components/p-63bf05f1.system.entry.js +1 -0
  1075. package/dist/stzh-components/p-648695c2.js +1 -0
  1076. package/dist/stzh-components/p-649164c7.entry.js +9 -0
  1077. package/dist/stzh-components/p-649621fc.js +1 -0
  1078. package/dist/stzh-components/p-6523a23b.system.js +21 -0
  1079. package/dist/stzh-components/p-65282c9d.js +2 -0
  1080. package/dist/stzh-components/p-65444117.system.entry.js +1 -0
  1081. package/dist/stzh-components/p-66556f67.entry.js +1 -0
  1082. package/dist/stzh-components/p-670d4834.entry.js +1 -0
  1083. package/dist/stzh-components/p-67eac0a0.entry.js +1 -0
  1084. package/dist/stzh-components/p-690d14cd.entry.js +1 -0
  1085. package/dist/stzh-components/p-6d23fb4d.system.entry.js +1 -0
  1086. package/dist/stzh-components/p-73d51acc.system.entry.js +1 -0
  1087. package/dist/stzh-components/p-740dd50f.entry.js +1 -0
  1088. package/dist/stzh-components/p-75f1b800.entry.js +1 -0
  1089. package/dist/stzh-components/p-79770abe.system.entry.js +9 -0
  1090. package/dist/stzh-components/p-7c6f9cb3.entry.js +1 -0
  1091. package/dist/stzh-components/p-7e3924a0.system.entry.js +1 -0
  1092. package/dist/stzh-components/p-80db7aa6.system.entry.js +1 -0
  1093. package/dist/stzh-components/p-818634d2.entry.js +1 -0
  1094. package/dist/stzh-components/p-81d9f3e0.js +1 -0
  1095. package/dist/stzh-components/p-82e6148a.system.entry.js +1 -0
  1096. package/dist/stzh-components/p-85d78e08.entry.js +1 -0
  1097. package/dist/stzh-components/p-87140179.system.entry.js +1 -0
  1098. package/dist/stzh-components/p-8ba6ca80.js +1 -0
  1099. package/dist/stzh-components/p-8cf287d8.system.entry.js +1 -0
  1100. package/dist/stzh-components/p-915e8ad6.entry.js +1 -0
  1101. package/dist/stzh-components/p-91e9ccfa.entry.js +1 -0
  1102. package/dist/stzh-components/p-927901f5.system.entry.js +1 -0
  1103. package/dist/stzh-components/p-936cc626.system.entry.js +1 -0
  1104. package/dist/stzh-components/p-95a3c962.system.entry.js +1 -0
  1105. package/dist/stzh-components/p-96fd158c.entry.js +1 -0
  1106. package/dist/stzh-components/p-98afd4b0.system.entry.js +1 -0
  1107. package/dist/stzh-components/p-99195f5a.system.js +1 -0
  1108. package/dist/stzh-components/p-99533090.system.entry.js +1 -0
  1109. package/dist/stzh-components/p-9be4e960.entry.js +1 -0
  1110. package/dist/stzh-components/p-9fe34fe8.system.js +1 -0
  1111. package/dist/stzh-components/p-a42a7524.entry.js +1 -0
  1112. package/dist/stzh-components/p-a499fa98.system.entry.js +1 -0
  1113. package/dist/stzh-components/p-a5b616bb.system.entry.js +1 -0
  1114. package/dist/stzh-components/p-a7454367.js +1 -0
  1115. package/dist/stzh-components/p-a7785d9b.system.js +1 -0
  1116. package/dist/stzh-components/p-a8c3af68.system.entry.js +1 -0
  1117. package/dist/stzh-components/p-a8de6293.system.js +13 -0
  1118. package/dist/stzh-components/p-ab2727e6.entry.js +1 -0
  1119. package/dist/stzh-components/p-ab864a8a.system.entry.js +1 -0
  1120. package/dist/stzh-components/p-ac9e6d17.system.entry.js +1 -0
  1121. package/dist/stzh-components/p-adaf8b15.entry.js +1 -0
  1122. package/dist/stzh-components/p-ade1ebcf.system.entry.js +1 -0
  1123. package/dist/stzh-components/p-aec2d2d1.system.entry.js +1 -0
  1124. package/dist/stzh-components/p-af47430b.system.entry.js +1 -0
  1125. package/dist/stzh-components/p-af819e4e.system.js +1 -0
  1126. package/dist/stzh-components/p-afa7061e.entry.js +1 -0
  1127. package/dist/stzh-components/p-b06cc533.entry.js +1 -0
  1128. package/dist/stzh-components/p-b10682ee.js +1 -0
  1129. package/dist/stzh-components/p-b1976630.entry.js +1 -0
  1130. package/dist/stzh-components/p-b24040ff.system.entry.js +1 -0
  1131. package/dist/stzh-components/p-b2c8c31e.system.entry.js +1 -0
  1132. package/dist/stzh-components/p-b34774e7.entry.js +1 -0
  1133. package/dist/stzh-components/p-b3b05b6c.entry.js +1 -0
  1134. package/dist/stzh-components/p-b56c83a4.entry.js +1 -0
  1135. package/dist/stzh-components/p-b651f251.entry.js +1 -0
  1136. package/dist/stzh-components/p-b9e4095d.entry.js +1 -0
  1137. package/dist/stzh-components/p-bb900d9f.entry.js +1 -0
  1138. package/dist/stzh-components/p-bb91feeb.entry.js +1 -0
  1139. package/dist/stzh-components/p-bf5b6523.entry.js +1 -0
  1140. package/dist/stzh-components/p-c2218965.system.entry.js +1 -0
  1141. package/dist/stzh-components/p-c3ac1bdc.system.entry.js +1 -0
  1142. package/dist/stzh-components/p-c51a61cb.system.entry.js +1 -0
  1143. package/dist/stzh-components/p-c6cad5ed.system.entry.js +1 -0
  1144. package/dist/stzh-components/p-c8bc2812.entry.js +1 -0
  1145. package/dist/stzh-components/p-cd29b7ca.entry.js +1 -0
  1146. package/dist/stzh-components/p-d1821750.system.entry.js +1 -0
  1147. package/dist/stzh-components/p-d2f660e1.system.js +1 -0
  1148. package/dist/stzh-components/p-d790a367.entry.js +1 -0
  1149. package/dist/stzh-components/p-d7b5770c.entry.js +1 -0
  1150. package/dist/stzh-components/p-d8819b74.system.entry.js +1 -0
  1151. package/dist/stzh-components/p-da8218fa.system.entry.js +1 -0
  1152. package/dist/stzh-components/p-ded16c0e.system.js +1 -0
  1153. package/dist/stzh-components/p-df422d36.entry.js +1 -0
  1154. package/dist/stzh-components/p-e00139a1.entry.js +1 -0
  1155. package/dist/stzh-components/p-e029f6c5.system.entry.js +1 -0
  1156. package/dist/stzh-components/p-e1b64b8a.system.entry.js +1 -0
  1157. package/dist/stzh-components/p-e20369c8.system.js +10 -0
  1158. package/dist/stzh-components/p-e3769e97.system.js +1 -0
  1159. package/dist/stzh-components/p-e4347cfe.entry.js +1 -0
  1160. package/dist/stzh-components/p-e69a66bb.js +1 -0
  1161. package/dist/stzh-components/p-e9bc3a43.entry.js +1 -0
  1162. package/dist/stzh-components/p-e9ca8ddc.entry.js +1 -0
  1163. package/dist/stzh-components/p-ebf73698.entry.js +1 -0
  1164. package/dist/stzh-components/p-ece7ad4d.system.entry.js +1 -0
  1165. package/dist/stzh-components/p-ef5d4167.js +12 -0
  1166. package/dist/stzh-components/p-efb9fa47.system.entry.js +1 -0
  1167. package/dist/stzh-components/p-efd78d08.system.entry.js +1 -0
  1168. package/dist/stzh-components/p-f0422b6c.entry.js +1 -0
  1169. package/dist/stzh-components/p-f21440b3.entry.js +1 -0
  1170. package/dist/stzh-components/p-f44f4d26.system.entry.js +1 -0
  1171. package/dist/stzh-components/p-f481f21d.system.js +1 -0
  1172. package/dist/stzh-components/p-f48a2b00.system.entry.js +1 -0
  1173. package/dist/stzh-components/p-f8bb1bed.system.entry.js +7 -0
  1174. package/dist/stzh-components/p-fa8651dd.entry.js +1 -0
  1175. package/dist/stzh-components/p-fe9f8a09.system.entry.js +1 -0
  1176. package/dist/stzh-components/p-ffa293cf.entry.js +1 -0
  1177. package/dist/stzh-components/stzh-components.css +1 -0
  1178. package/dist/stzh-components/stzh-components.esm.js +1 -0
  1179. package/dist/stzh-components/stzh-components.js +131 -0
  1180. package/dist/types/components/stzh-accordion/stzh-accordion.d.ts +15 -0
  1181. package/dist/types/components/stzh-accordion-item/stzh-accordion-item.d.ts +44 -0
  1182. package/dist/types/components/stzh-actions/stzh-actions.d.ts +16 -0
  1183. package/dist/types/components/stzh-appnav/stzh-appnav.d.ts +17 -0
  1184. package/dist/types/components/stzh-appointments/stzh-appointments.d.ts +73 -0
  1185. package/dist/types/components/stzh-appointments/stzh-appointments.localization.d.ts +11 -0
  1186. package/dist/types/components/stzh-badge/stzh-badge.d.ts +8 -0
  1187. package/dist/types/components/stzh-button/stzh-button.d.ts +59 -0
  1188. package/dist/types/components/stzh-calendar/stzh-calendar-day.d.ts +14 -0
  1189. package/dist/types/components/stzh-calendar/stzh-calendar-month.d.ts +21 -0
  1190. package/dist/types/components/stzh-calendar/stzh-calendar.d.ts +76 -0
  1191. package/dist/types/components/stzh-calendar/stzh-calendar.localization.d.ts +7 -0
  1192. package/dist/types/components/stzh-cell/stzh-cell.d.ts +21 -0
  1193. package/dist/types/components/stzh-checkbox/stzh-checkbox.d.ts +55 -0
  1194. package/dist/types/components/stzh-checkboxgroup/stzh-checkboxgroup.d.ts +62 -0
  1195. package/dist/types/components/stzh-chip/stzh-chip.d.ts +47 -0
  1196. package/dist/types/components/stzh-chip-select/stzh-chip-select.d.ts +23 -0
  1197. package/dist/types/components/stzh-container/stzh-container.d.ts +6 -0
  1198. package/dist/types/components/stzh-cspace/stzh-cspace.d.ts +6 -0
  1199. package/dist/types/components/stzh-datamessagelist/stzh-datamessagelist.d.ts +6 -0
  1200. package/dist/types/components/stzh-datamessagelist-item/stzh-datamessagelist-item.d.ts +44 -0
  1201. package/dist/types/components/stzh-datamessagelist-item/stzh-datamessagelist-item.localization.d.ts +4 -0
  1202. package/dist/types/components/stzh-datatable/stzh-datatable.d.ts +49 -0
  1203. package/dist/types/components/stzh-datatable/stzh-datatable.localization.d.ts +4 -0
  1204. package/dist/types/components/stzh-datepicker/stzh-datepicker.d.ts +93 -0
  1205. package/dist/types/components/stzh-datepicker/stzh-datepicker.localization.d.ts +5 -0
  1206. package/dist/types/components/stzh-dialog/stzh-dialog.d.ts +59 -0
  1207. package/dist/types/components/stzh-dialog/stzh-dialog.localization.d.ts +4 -0
  1208. package/dist/types/components/stzh-dropdown/stzh-dropdown.d.ts +150 -0
  1209. package/dist/types/components/stzh-dropdown/stzh-dropdown.localization.d.ts +7 -0
  1210. package/dist/types/components/stzh-fieldset/stzh-fieldset.d.ts +15 -0
  1211. package/dist/types/components/stzh-figure/stzh-figure.d.ts +13 -0
  1212. package/dist/types/components/stzh-flyingfocus/stzh-flyingfocus.d.ts +39 -0
  1213. package/dist/types/components/stzh-footer/stzh-footer.d.ts +21 -0
  1214. package/dist/types/components/stzh-footer/stzh-footer.localization.d.ts +9 -0
  1215. package/dist/types/components/stzh-ghettobox/stzh-ghettobox.d.ts +49 -0
  1216. package/dist/types/components/stzh-ghettobox/stzh-ghettobox.localization.d.ts +5 -0
  1217. package/dist/types/components/stzh-header/stzh-header.d.ts +57 -0
  1218. package/dist/types/components/stzh-heading/stzh-heading.d.ts +13 -0
  1219. package/dist/types/components/stzh-hr/stzh-hr.d.ts +7 -0
  1220. package/dist/types/components/stzh-hspace/stzh-hspace.d.ts +25 -0
  1221. package/dist/types/components/stzh-icon/stzh-icon.d.ts +15 -0
  1222. package/dist/types/components/stzh-icon-sprite/stzh-icon-sprite.d.ts +3 -0
  1223. package/dist/types/components/stzh-input/stzh-input-description.d.ts +11 -0
  1224. package/dist/types/components/stzh-input/stzh-input.d.ts +95 -0
  1225. package/dist/types/components/stzh-link/stzh-link.d.ts +50 -0
  1226. package/dist/types/components/stzh-list/stzh-list.d.ts +9 -0
  1227. package/dist/types/components/stzh-list-item/stzh-list-item.d.ts +7 -0
  1228. package/dist/types/components/stzh-loader/stzh-loader.d.ts +13 -0
  1229. package/dist/types/components/stzh-loadingbar/stzh-loadingbar.d.ts +12 -0
  1230. package/dist/types/components/stzh-menu/stzh-menu.d.ts +6 -0
  1231. package/dist/types/components/stzh-menu-item/stzh-menu-item.d.ts +35 -0
  1232. package/dist/types/components/stzh-message/stzh-message.d.ts +36 -0
  1233. package/dist/types/components/stzh-message/stzh-message.localization.d.ts +4 -0
  1234. package/dist/types/components/stzh-metanav/stzh-metanav.d.ts +11 -0
  1235. package/dist/types/components/stzh-overlay/stzh-overlay.d.ts +34 -0
  1236. package/dist/types/components/stzh-page-skiplinks/stzh-page-skiplinks.d.ts +11 -0
  1237. package/dist/types/components/stzh-pagetitle/stzh-pagetitle.d.ts +11 -0
  1238. package/dist/types/components/stzh-popover/stzh-popover.d.ts +73 -0
  1239. package/dist/types/components/stzh-popover/stzh-popover.localization.d.ts +4 -0
  1240. package/dist/types/components/stzh-portal-mitwirken/stzh-portal-mitwirken.d.ts +8 -0
  1241. package/dist/types/components/stzh-progressbar/stzh-progressbar.d.ts +42 -0
  1242. package/dist/types/components/stzh-progressbar-item/stzh-progressbar-item.d.ts +22 -0
  1243. package/dist/types/components/stzh-radio/stzh-radio.d.ts +55 -0
  1244. package/dist/types/components/stzh-radiogroup/stzh-radiogroup.d.ts +64 -0
  1245. package/dist/types/components/stzh-readspeaker/stzh-readspeaker.d.ts +18 -0
  1246. package/dist/types/components/stzh-richtext/stzh-richtext.d.ts +14 -0
  1247. package/dist/types/components/stzh-row/stzh-row.d.ts +23 -0
  1248. package/dist/types/components/stzh-saptcha/stzh-saptcha.d.ts +28 -0
  1249. package/dist/types/components/stzh-saptcha/stzh-saptcha.localization.d.ts +7 -0
  1250. package/dist/types/components/stzh-section/stzh-section.d.ts +8 -0
  1251. package/dist/types/components/stzh-servicecard/stzh-servicecard.d.ts +72 -0
  1252. package/dist/types/components/stzh-servicecard/stzh-servicecard.localization.d.ts +8 -0
  1253. package/dist/types/components/stzh-servicecard-list/stzh-servicecard-list.d.ts +23 -0
  1254. package/dist/types/components/stzh-servicecard-list/stzh-servicecard-list.localization.d.ts +5 -0
  1255. package/dist/types/components/stzh-skiplink/stzh-skiplink.d.ts +16 -0
  1256. package/dist/types/components/stzh-sortable/stzh-sortable.d.ts +52 -0
  1257. package/dist/types/components/stzh-sortable/stzh-sortable.localization.d.ts +8 -0
  1258. package/dist/types/components/stzh-status/stzh-status.d.ts +14 -0
  1259. package/dist/types/components/stzh-table/stzh-table.d.ts +33 -0
  1260. package/dist/types/components/stzh-text/stzh-text.d.ts +23 -0
  1261. package/dist/types/components/stzh-toggle/stzh-toggle.d.ts +57 -0
  1262. package/dist/types/components/stzh-tooltip/stzh-tooltip.d.ts +78 -0
  1263. package/dist/types/components/stzh-tooltip/stzh-tooltip.localization.d.ts +4 -0
  1264. package/dist/types/components/stzh-upload/stzh-upload.d.ts +207 -0
  1265. package/dist/types/components/stzh-upload/stzh-upload.localization.d.ts +16 -0
  1266. package/dist/types/components/stzh-vbz-linechip/stzh-vbz-linechip.d.ts +27 -0
  1267. package/dist/types/components/stzh-vbz-majorticker/stzh-vbz-majorticker.d.ts +34 -0
  1268. package/dist/types/components/stzh-vbz-majorticker/stzh-vbz-majorticker.localization.d.ts +4 -0
  1269. package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.d.ts +54 -0
  1270. package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.d.ts +15 -0
  1271. package/dist/types/components/stzh-visuallyhidden/stzh-visuallyhidden.d.ts +6 -0
  1272. package/dist/types/components/stzh-vspace/stzh-vspace.d.ts +25 -0
  1273. package/dist/types/components.d.ts +5192 -0
  1274. package/dist/types/index.d.ts +427 -0
  1275. package/dist/types/stencil-public-runtime.d.ts +1565 -0
  1276. package/dist/types/types/svg.d.ts +4 -0
  1277. package/dist/types/utils/animation-utils.d.ts +10 -0
  1278. package/dist/types/utils/date-adapter.d.ts +8 -0
  1279. package/dist/types/utils/date-utils.d.ts +61 -0
  1280. package/dist/types/utils/event-utils.d.ts +1 -0
  1281. package/dist/types/utils/h.d.ts +18 -0
  1282. package/dist/types/utils/media-utils.d.ts +3 -0
  1283. package/dist/types/utils/string-utils.d.ts +2 -0
  1284. package/dist/types/utils/test-utils.d.ts +9 -0
  1285. package/dist/types/utils/translation-utils.d.ts +40 -0
  1286. package/dist/types/utils/utils.d.ts +3 -0
  1287. package/dist/vscode-data.json +4453 -0
  1288. package/loader/cdn.js +3 -0
  1289. package/loader/index.cjs.js +3 -0
  1290. package/loader/index.d.ts +12 -0
  1291. package/loader/index.es2017.js +3 -0
  1292. package/loader/index.js +4 -0
  1293. package/loader/package.json +11 -0
  1294. package/package.json +94 -0
@@ -0,0 +1,3382 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index$1 = require('./index-ac9bdc7f.js');
6
+ const translationUtils = require('./translation-utils-2dbbce94.js');
7
+
8
+ function t(t){return "object"==typeof t&&null!=t&&1===t.nodeType}function e(t,e){return (!e||"hidden"!==t)&&"visible"!==t&&"clip"!==t}function n(t,n){if(t.clientHeight<t.scrollHeight||t.clientWidth<t.scrollWidth){var r=getComputedStyle(t,null);return e(r.overflowY,n)||e(r.overflowX,n)||function(t){var e=function(t){if(!t.ownerDocument||!t.ownerDocument.defaultView)return null;try{return t.ownerDocument.defaultView.frameElement}catch(t){return null}}(t);return !!e&&(e.clientHeight<t.scrollHeight||e.clientWidth<t.scrollWidth)}(t)}return !1}function r(t,e,n,r,i,o,l,d){return o<t&&l>e||o>t&&l<e?0:o<=t&&d<=n||l>=e&&d>=n?o-t-r:l>e&&d<n||o<t&&d>n?l-e+i:0}function compute(e,i){var o=window,l=i.scrollMode,d=i.block,u=i.inline,h=i.boundary,a=i.skipOverflowHiddenElements,c="function"==typeof h?h:function(t){return t!==h};if(!t(e))throw new TypeError("Invalid target");for(var f=document.scrollingElement||document.documentElement,s=[],p=e;t(p)&&c(p);){if((p=p.parentElement)===f){s.push(p);break}null!=p&&p===document.body&&n(p)&&!n(document.documentElement)||null!=p&&n(p,a)&&s.push(p);}for(var m=o.visualViewport?o.visualViewport.width:innerWidth,g=o.visualViewport?o.visualViewport.height:innerHeight,w=window.scrollX||pageXOffset,v=window.scrollY||pageYOffset,W=e.getBoundingClientRect(),b=W.height,H=W.width,y=W.top,E=W.right,M=W.bottom,V=W.left,x="start"===d||"nearest"===d?y:"end"===d?M:y+b/2,I="center"===u?V+H/2:"end"===u?E:V,C=[],T=0;T<s.length;T++){var k=s[T],B=k.getBoundingClientRect(),D=B.height,O=B.width,R=B.top,X=B.right,Y=B.bottom,L=B.left;if("if-needed"===l&&y>=0&&V>=0&&M<=g&&E<=m&&y>=R&&M<=Y&&V>=L&&E<=X)return C;var S=getComputedStyle(k),j=parseInt(S.borderLeftWidth,10),q=parseInt(S.borderTopWidth,10),z=parseInt(S.borderRightWidth,10),A=parseInt(S.borderBottomWidth,10),F=0,G=0,J="offsetWidth"in k?k.offsetWidth-k.clientWidth-j-z:0,K="offsetHeight"in k?k.offsetHeight-k.clientHeight-q-A:0;if(f===k)F="start"===d?x:"end"===d?x-g:"nearest"===d?r(v,v+g,g,q,A,v+x,v+x+b,b):x-g/2,G="start"===u?I:"center"===u?I-m/2:"end"===u?I-m:r(w,w+m,m,j,z,w+I,w+I+H,H),F=Math.max(0,F+v),G=Math.max(0,G+w);else {F="start"===d?x-R-q:"end"===d?x-Y+A+K:"nearest"===d?r(R,Y,D,q,A+K,x,x+b,b):x-(R+D/2)+K/2,G="start"===u?I-L-j:"center"===u?I-(L+O/2)+J/2:"end"===u?I-X+z+J:r(L,X,O,j,z+J,I,I+H,H);var N=k.scrollLeft,P=k.scrollTop;x+=P-(F=Math.max(0,Math.min(P+F,k.scrollHeight-D+K))),I+=N-(G=Math.max(0,Math.min(N+G,k.scrollWidth-O+J)));}C.push({el:k,top:F,left:G});}return C}
9
+
10
+ function isOptionsObject(options) {
11
+ return options === Object(options) && Object.keys(options).length !== 0;
12
+ }
13
+
14
+ function defaultBehavior(actions, behavior) {
15
+ if (behavior === void 0) {
16
+ behavior = 'auto';
17
+ }
18
+
19
+ var canSmoothScroll = ('scrollBehavior' in document.body.style);
20
+ actions.forEach(function (_ref) {
21
+ var el = _ref.el,
22
+ top = _ref.top,
23
+ left = _ref.left;
24
+
25
+ if (el.scroll && canSmoothScroll) {
26
+ el.scroll({
27
+ top: top,
28
+ left: left,
29
+ behavior: behavior
30
+ });
31
+ } else {
32
+ el.scrollTop = top;
33
+ el.scrollLeft = left;
34
+ }
35
+ });
36
+ }
37
+
38
+ function getOptions(options) {
39
+ if (options === false) {
40
+ return {
41
+ block: 'end',
42
+ inline: 'nearest'
43
+ };
44
+ }
45
+
46
+ if (isOptionsObject(options)) {
47
+ return options;
48
+ }
49
+
50
+ return {
51
+ block: 'start',
52
+ inline: 'nearest'
53
+ };
54
+ }
55
+
56
+ function scrollIntoView(target, options) {
57
+ var isTargetAttached = target.isConnected || target.ownerDocument.documentElement.contains(target);
58
+
59
+ if (isOptionsObject(options) && typeof options.behavior === 'function') {
60
+ return options.behavior(isTargetAttached ? compute(target, options) : []);
61
+ }
62
+
63
+ if (!isTargetAttached) {
64
+ return;
65
+ }
66
+
67
+ var computeOptions = getOptions(options);
68
+ return defaultBehavior(compute(target, computeOptions), computeOptions.behavior);
69
+ }
70
+
71
+ /**!
72
+ * Sortable 1.15.0
73
+ * @author RubaXa <trash@rubaxa.org>
74
+ * @author owenm <owen23355@gmail.com>
75
+ * @license MIT
76
+ */
77
+ function ownKeys(object, enumerableOnly) {
78
+ var keys = Object.keys(object);
79
+
80
+ if (Object.getOwnPropertySymbols) {
81
+ var symbols = Object.getOwnPropertySymbols(object);
82
+
83
+ if (enumerableOnly) {
84
+ symbols = symbols.filter(function (sym) {
85
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
86
+ });
87
+ }
88
+
89
+ keys.push.apply(keys, symbols);
90
+ }
91
+
92
+ return keys;
93
+ }
94
+
95
+ function _objectSpread2(target) {
96
+ for (var i = 1; i < arguments.length; i++) {
97
+ var source = arguments[i] != null ? arguments[i] : {};
98
+
99
+ if (i % 2) {
100
+ ownKeys(Object(source), true).forEach(function (key) {
101
+ _defineProperty(target, key, source[key]);
102
+ });
103
+ } else if (Object.getOwnPropertyDescriptors) {
104
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
105
+ } else {
106
+ ownKeys(Object(source)).forEach(function (key) {
107
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
108
+ });
109
+ }
110
+ }
111
+
112
+ return target;
113
+ }
114
+
115
+ function _typeof(obj) {
116
+ "@babel/helpers - typeof";
117
+
118
+ if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
119
+ _typeof = function (obj) {
120
+ return typeof obj;
121
+ };
122
+ } else {
123
+ _typeof = function (obj) {
124
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
125
+ };
126
+ }
127
+
128
+ return _typeof(obj);
129
+ }
130
+
131
+ function _defineProperty(obj, key, value) {
132
+ if (key in obj) {
133
+ Object.defineProperty(obj, key, {
134
+ value: value,
135
+ enumerable: true,
136
+ configurable: true,
137
+ writable: true
138
+ });
139
+ } else {
140
+ obj[key] = value;
141
+ }
142
+
143
+ return obj;
144
+ }
145
+
146
+ function _extends() {
147
+ _extends = Object.assign || function (target) {
148
+ for (var i = 1; i < arguments.length; i++) {
149
+ var source = arguments[i];
150
+
151
+ for (var key in source) {
152
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
153
+ target[key] = source[key];
154
+ }
155
+ }
156
+ }
157
+
158
+ return target;
159
+ };
160
+
161
+ return _extends.apply(this, arguments);
162
+ }
163
+
164
+ function _objectWithoutPropertiesLoose(source, excluded) {
165
+ if (source == null) return {};
166
+ var target = {};
167
+ var sourceKeys = Object.keys(source);
168
+ var key, i;
169
+
170
+ for (i = 0; i < sourceKeys.length; i++) {
171
+ key = sourceKeys[i];
172
+ if (excluded.indexOf(key) >= 0) continue;
173
+ target[key] = source[key];
174
+ }
175
+
176
+ return target;
177
+ }
178
+
179
+ function _objectWithoutProperties(source, excluded) {
180
+ if (source == null) return {};
181
+
182
+ var target = _objectWithoutPropertiesLoose(source, excluded);
183
+
184
+ var key, i;
185
+
186
+ if (Object.getOwnPropertySymbols) {
187
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
188
+
189
+ for (i = 0; i < sourceSymbolKeys.length; i++) {
190
+ key = sourceSymbolKeys[i];
191
+ if (excluded.indexOf(key) >= 0) continue;
192
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
193
+ target[key] = source[key];
194
+ }
195
+ }
196
+
197
+ return target;
198
+ }
199
+
200
+ var version = "1.15.0";
201
+
202
+ function userAgent(pattern) {
203
+ if (typeof window !== 'undefined' && window.navigator) {
204
+ return !! /*@__PURE__*/navigator.userAgent.match(pattern);
205
+ }
206
+ }
207
+
208
+ var IE11OrLess = userAgent(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i);
209
+ var Edge = userAgent(/Edge/i);
210
+ var FireFox = userAgent(/firefox/i);
211
+ var Safari = userAgent(/safari/i) && !userAgent(/chrome/i) && !userAgent(/android/i);
212
+ var IOS = userAgent(/iP(ad|od|hone)/i);
213
+ var ChromeForAndroid = userAgent(/chrome/i) && userAgent(/android/i);
214
+
215
+ var captureMode = {
216
+ capture: false,
217
+ passive: false
218
+ };
219
+
220
+ function on(el, event, fn) {
221
+ el.addEventListener(event, fn, !IE11OrLess && captureMode);
222
+ }
223
+
224
+ function off(el, event, fn) {
225
+ el.removeEventListener(event, fn, !IE11OrLess && captureMode);
226
+ }
227
+
228
+ function matches(
229
+ /**HTMLElement*/
230
+ el,
231
+ /**String*/
232
+ selector) {
233
+ if (!selector) return;
234
+ selector[0] === '>' && (selector = selector.substring(1));
235
+
236
+ if (el) {
237
+ try {
238
+ if (el.matches) {
239
+ return el.matches(selector);
240
+ } else if (el.msMatchesSelector) {
241
+ return el.msMatchesSelector(selector);
242
+ } else if (el.webkitMatchesSelector) {
243
+ return el.webkitMatchesSelector(selector);
244
+ }
245
+ } catch (_) {
246
+ return false;
247
+ }
248
+ }
249
+
250
+ return false;
251
+ }
252
+
253
+ function getParentOrHost(el) {
254
+ return el.host && el !== document && el.host.nodeType ? el.host : el.parentNode;
255
+ }
256
+
257
+ function closest(
258
+ /**HTMLElement*/
259
+ el,
260
+ /**String*/
261
+ selector,
262
+ /**HTMLElement*/
263
+ ctx, includeCTX) {
264
+ if (el) {
265
+ ctx = ctx || document;
266
+
267
+ do {
268
+ if (selector != null && (selector[0] === '>' ? el.parentNode === ctx && matches(el, selector) : matches(el, selector)) || includeCTX && el === ctx) {
269
+ return el;
270
+ }
271
+
272
+ if (el === ctx) break;
273
+ /* jshint boss:true */
274
+ } while (el = getParentOrHost(el));
275
+ }
276
+
277
+ return null;
278
+ }
279
+
280
+ var R_SPACE = /\s+/g;
281
+
282
+ function toggleClass(el, name, state) {
283
+ if (el && name) {
284
+ if (el.classList) {
285
+ el.classList[state ? 'add' : 'remove'](name);
286
+ } else {
287
+ var className = (' ' + el.className + ' ').replace(R_SPACE, ' ').replace(' ' + name + ' ', ' ');
288
+ el.className = (className + (state ? ' ' + name : '')).replace(R_SPACE, ' ');
289
+ }
290
+ }
291
+ }
292
+
293
+ function css(el, prop, val) {
294
+ var style = el && el.style;
295
+
296
+ if (style) {
297
+ if (val === void 0) {
298
+ if (document.defaultView && document.defaultView.getComputedStyle) {
299
+ val = document.defaultView.getComputedStyle(el, '');
300
+ } else if (el.currentStyle) {
301
+ val = el.currentStyle;
302
+ }
303
+
304
+ return prop === void 0 ? val : val[prop];
305
+ } else {
306
+ if (!(prop in style) && prop.indexOf('webkit') === -1) {
307
+ prop = '-webkit-' + prop;
308
+ }
309
+
310
+ style[prop] = val + (typeof val === 'string' ? '' : 'px');
311
+ }
312
+ }
313
+ }
314
+
315
+ function matrix(el, selfOnly) {
316
+ var appliedTransforms = '';
317
+
318
+ if (typeof el === 'string') {
319
+ appliedTransforms = el;
320
+ } else {
321
+ do {
322
+ var transform = css(el, 'transform');
323
+
324
+ if (transform && transform !== 'none') {
325
+ appliedTransforms = transform + ' ' + appliedTransforms;
326
+ }
327
+ /* jshint boss:true */
328
+
329
+ } while (!selfOnly && (el = el.parentNode));
330
+ }
331
+
332
+ var matrixFn = window.DOMMatrix || window.WebKitCSSMatrix || window.CSSMatrix || window.MSCSSMatrix;
333
+ /*jshint -W056 */
334
+
335
+ return matrixFn && new matrixFn(appliedTransforms);
336
+ }
337
+
338
+ function find(ctx, tagName, iterator) {
339
+ if (ctx) {
340
+ var list = ctx.getElementsByTagName(tagName),
341
+ i = 0,
342
+ n = list.length;
343
+
344
+ if (iterator) {
345
+ for (; i < n; i++) {
346
+ iterator(list[i], i);
347
+ }
348
+ }
349
+
350
+ return list;
351
+ }
352
+
353
+ return [];
354
+ }
355
+
356
+ function getWindowScrollingElement() {
357
+ var scrollingElement = document.scrollingElement;
358
+
359
+ if (scrollingElement) {
360
+ return scrollingElement;
361
+ } else {
362
+ return document.documentElement;
363
+ }
364
+ }
365
+ /**
366
+ * Returns the "bounding client rect" of given element
367
+ * @param {HTMLElement} el The element whose boundingClientRect is wanted
368
+ * @param {[Boolean]} relativeToContainingBlock Whether the rect should be relative to the containing block of (including) the container
369
+ * @param {[Boolean]} relativeToNonStaticParent Whether the rect should be relative to the relative parent of (including) the contaienr
370
+ * @param {[Boolean]} undoScale Whether the container's scale() should be undone
371
+ * @param {[HTMLElement]} container The parent the element will be placed in
372
+ * @return {Object} The boundingClientRect of el, with specified adjustments
373
+ */
374
+
375
+
376
+ function getRect(el, relativeToContainingBlock, relativeToNonStaticParent, undoScale, container) {
377
+ if (!el.getBoundingClientRect && el !== window) return;
378
+ var elRect, top, left, bottom, right, height, width;
379
+
380
+ if (el !== window && el.parentNode && el !== getWindowScrollingElement()) {
381
+ elRect = el.getBoundingClientRect();
382
+ top = elRect.top;
383
+ left = elRect.left;
384
+ bottom = elRect.bottom;
385
+ right = elRect.right;
386
+ height = elRect.height;
387
+ width = elRect.width;
388
+ } else {
389
+ top = 0;
390
+ left = 0;
391
+ bottom = window.innerHeight;
392
+ right = window.innerWidth;
393
+ height = window.innerHeight;
394
+ width = window.innerWidth;
395
+ }
396
+
397
+ if ((relativeToContainingBlock || relativeToNonStaticParent) && el !== window) {
398
+ // Adjust for translate()
399
+ container = container || el.parentNode; // solves #1123 (see: https://stackoverflow.com/a/37953806/6088312)
400
+ // Not needed on <= IE11
401
+
402
+ if (!IE11OrLess) {
403
+ do {
404
+ if (container && container.getBoundingClientRect && (css(container, 'transform') !== 'none' || relativeToNonStaticParent && css(container, 'position') !== 'static')) {
405
+ var containerRect = container.getBoundingClientRect(); // Set relative to edges of padding box of container
406
+
407
+ top -= containerRect.top + parseInt(css(container, 'border-top-width'));
408
+ left -= containerRect.left + parseInt(css(container, 'border-left-width'));
409
+ bottom = top + elRect.height;
410
+ right = left + elRect.width;
411
+ break;
412
+ }
413
+ /* jshint boss:true */
414
+
415
+ } while (container = container.parentNode);
416
+ }
417
+ }
418
+
419
+ if (undoScale && el !== window) {
420
+ // Adjust for scale()
421
+ var elMatrix = matrix(container || el),
422
+ scaleX = elMatrix && elMatrix.a,
423
+ scaleY = elMatrix && elMatrix.d;
424
+
425
+ if (elMatrix) {
426
+ top /= scaleY;
427
+ left /= scaleX;
428
+ width /= scaleX;
429
+ height /= scaleY;
430
+ bottom = top + height;
431
+ right = left + width;
432
+ }
433
+ }
434
+
435
+ return {
436
+ top: top,
437
+ left: left,
438
+ bottom: bottom,
439
+ right: right,
440
+ width: width,
441
+ height: height
442
+ };
443
+ }
444
+ /**
445
+ * Checks if a side of an element is scrolled past a side of its parents
446
+ * @param {HTMLElement} el The element who's side being scrolled out of view is in question
447
+ * @param {String} elSide Side of the element in question ('top', 'left', 'right', 'bottom')
448
+ * @param {String} parentSide Side of the parent in question ('top', 'left', 'right', 'bottom')
449
+ * @return {HTMLElement} The parent scroll element that the el's side is scrolled past, or null if there is no such element
450
+ */
451
+
452
+
453
+ function isScrolledPast(el, elSide, parentSide) {
454
+ var parent = getParentAutoScrollElement(el, true),
455
+ elSideVal = getRect(el)[elSide];
456
+ /* jshint boss:true */
457
+
458
+ while (parent) {
459
+ var parentSideVal = getRect(parent)[parentSide],
460
+ visible = void 0;
461
+
462
+ if (parentSide === 'top' || parentSide === 'left') {
463
+ visible = elSideVal >= parentSideVal;
464
+ } else {
465
+ visible = elSideVal <= parentSideVal;
466
+ }
467
+
468
+ if (!visible) return parent;
469
+ if (parent === getWindowScrollingElement()) break;
470
+ parent = getParentAutoScrollElement(parent, false);
471
+ }
472
+
473
+ return false;
474
+ }
475
+ /**
476
+ * Gets nth child of el, ignoring hidden children, sortable's elements (does not ignore clone if it's visible)
477
+ * and non-draggable elements
478
+ * @param {HTMLElement} el The parent element
479
+ * @param {Number} childNum The index of the child
480
+ * @param {Object} options Parent Sortable's options
481
+ * @return {HTMLElement} The child at index childNum, or null if not found
482
+ */
483
+
484
+
485
+ function getChild(el, childNum, options, includeDragEl) {
486
+ var currentChild = 0,
487
+ i = 0,
488
+ children = el.children;
489
+
490
+ while (i < children.length) {
491
+ if (children[i].style.display !== 'none' && children[i] !== Sortable.ghost && (includeDragEl || children[i] !== Sortable.dragged) && closest(children[i], options.draggable, el, false)) {
492
+ if (currentChild === childNum) {
493
+ return children[i];
494
+ }
495
+
496
+ currentChild++;
497
+ }
498
+
499
+ i++;
500
+ }
501
+
502
+ return null;
503
+ }
504
+ /**
505
+ * Gets the last child in the el, ignoring ghostEl or invisible elements (clones)
506
+ * @param {HTMLElement} el Parent element
507
+ * @param {selector} selector Any other elements that should be ignored
508
+ * @return {HTMLElement} The last child, ignoring ghostEl
509
+ */
510
+
511
+
512
+ function lastChild(el, selector) {
513
+ var last = el.lastElementChild;
514
+
515
+ while (last && (last === Sortable.ghost || css(last, 'display') === 'none' || selector && !matches(last, selector))) {
516
+ last = last.previousElementSibling;
517
+ }
518
+
519
+ return last || null;
520
+ }
521
+ /**
522
+ * Returns the index of an element within its parent for a selected set of
523
+ * elements
524
+ * @param {HTMLElement} el
525
+ * @param {selector} selector
526
+ * @return {number}
527
+ */
528
+
529
+
530
+ function index(el, selector) {
531
+ var index = 0;
532
+
533
+ if (!el || !el.parentNode) {
534
+ return -1;
535
+ }
536
+ /* jshint boss:true */
537
+
538
+
539
+ while (el = el.previousElementSibling) {
540
+ if (el.nodeName.toUpperCase() !== 'TEMPLATE' && el !== Sortable.clone && (!selector || matches(el, selector))) {
541
+ index++;
542
+ }
543
+ }
544
+
545
+ return index;
546
+ }
547
+ /**
548
+ * Returns the scroll offset of the given element, added with all the scroll offsets of parent elements.
549
+ * The value is returned in real pixels.
550
+ * @param {HTMLElement} el
551
+ * @return {Array} Offsets in the format of [left, top]
552
+ */
553
+
554
+
555
+ function getRelativeScrollOffset(el) {
556
+ var offsetLeft = 0,
557
+ offsetTop = 0,
558
+ winScroller = getWindowScrollingElement();
559
+
560
+ if (el) {
561
+ do {
562
+ var elMatrix = matrix(el),
563
+ scaleX = elMatrix.a,
564
+ scaleY = elMatrix.d;
565
+ offsetLeft += el.scrollLeft * scaleX;
566
+ offsetTop += el.scrollTop * scaleY;
567
+ } while (el !== winScroller && (el = el.parentNode));
568
+ }
569
+
570
+ return [offsetLeft, offsetTop];
571
+ }
572
+ /**
573
+ * Returns the index of the object within the given array
574
+ * @param {Array} arr Array that may or may not hold the object
575
+ * @param {Object} obj An object that has a key-value pair unique to and identical to a key-value pair in the object you want to find
576
+ * @return {Number} The index of the object in the array, or -1
577
+ */
578
+
579
+
580
+ function indexOfObject(arr, obj) {
581
+ for (var i in arr) {
582
+ if (!arr.hasOwnProperty(i)) continue;
583
+
584
+ for (var key in obj) {
585
+ if (obj.hasOwnProperty(key) && obj[key] === arr[i][key]) return Number(i);
586
+ }
587
+ }
588
+
589
+ return -1;
590
+ }
591
+
592
+ function getParentAutoScrollElement(el, includeSelf) {
593
+ // skip to window
594
+ if (!el || !el.getBoundingClientRect) return getWindowScrollingElement();
595
+ var elem = el;
596
+ var gotSelf = false;
597
+
598
+ do {
599
+ // we don't need to get elem css if it isn't even overflowing in the first place (performance)
600
+ if (elem.clientWidth < elem.scrollWidth || elem.clientHeight < elem.scrollHeight) {
601
+ var elemCSS = css(elem);
602
+
603
+ if (elem.clientWidth < elem.scrollWidth && (elemCSS.overflowX == 'auto' || elemCSS.overflowX == 'scroll') || elem.clientHeight < elem.scrollHeight && (elemCSS.overflowY == 'auto' || elemCSS.overflowY == 'scroll')) {
604
+ if (!elem.getBoundingClientRect || elem === document.body) return getWindowScrollingElement();
605
+ if (gotSelf || includeSelf) return elem;
606
+ gotSelf = true;
607
+ }
608
+ }
609
+ /* jshint boss:true */
610
+
611
+ } while (elem = elem.parentNode);
612
+
613
+ return getWindowScrollingElement();
614
+ }
615
+
616
+ function extend(dst, src) {
617
+ if (dst && src) {
618
+ for (var key in src) {
619
+ if (src.hasOwnProperty(key)) {
620
+ dst[key] = src[key];
621
+ }
622
+ }
623
+ }
624
+
625
+ return dst;
626
+ }
627
+
628
+ function isRectEqual(rect1, rect2) {
629
+ return Math.round(rect1.top) === Math.round(rect2.top) && Math.round(rect1.left) === Math.round(rect2.left) && Math.round(rect1.height) === Math.round(rect2.height) && Math.round(rect1.width) === Math.round(rect2.width);
630
+ }
631
+
632
+ var _throttleTimeout;
633
+
634
+ function throttle(callback, ms) {
635
+ return function () {
636
+ if (!_throttleTimeout) {
637
+ var args = arguments,
638
+ _this = this;
639
+
640
+ if (args.length === 1) {
641
+ callback.call(_this, args[0]);
642
+ } else {
643
+ callback.apply(_this, args);
644
+ }
645
+
646
+ _throttleTimeout = setTimeout(function () {
647
+ _throttleTimeout = void 0;
648
+ }, ms);
649
+ }
650
+ };
651
+ }
652
+
653
+ function cancelThrottle() {
654
+ clearTimeout(_throttleTimeout);
655
+ _throttleTimeout = void 0;
656
+ }
657
+
658
+ function scrollBy(el, x, y) {
659
+ el.scrollLeft += x;
660
+ el.scrollTop += y;
661
+ }
662
+
663
+ function clone(el) {
664
+ var Polymer = window.Polymer;
665
+ var $ = window.jQuery || window.Zepto;
666
+
667
+ if (Polymer && Polymer.dom) {
668
+ return Polymer.dom(el).cloneNode(true);
669
+ } else if ($) {
670
+ return $(el).clone(true)[0];
671
+ } else {
672
+ return el.cloneNode(true);
673
+ }
674
+ }
675
+
676
+ var expando = 'Sortable' + new Date().getTime();
677
+
678
+ function AnimationStateManager() {
679
+ var animationStates = [],
680
+ animationCallbackId;
681
+ return {
682
+ captureAnimationState: function captureAnimationState() {
683
+ animationStates = [];
684
+ if (!this.options.animation) return;
685
+ var children = [].slice.call(this.el.children);
686
+ children.forEach(function (child) {
687
+ if (css(child, 'display') === 'none' || child === Sortable.ghost) return;
688
+ animationStates.push({
689
+ target: child,
690
+ rect: getRect(child)
691
+ });
692
+
693
+ var fromRect = _objectSpread2({}, animationStates[animationStates.length - 1].rect); // If animating: compensate for current animation
694
+
695
+
696
+ if (child.thisAnimationDuration) {
697
+ var childMatrix = matrix(child, true);
698
+
699
+ if (childMatrix) {
700
+ fromRect.top -= childMatrix.f;
701
+ fromRect.left -= childMatrix.e;
702
+ }
703
+ }
704
+
705
+ child.fromRect = fromRect;
706
+ });
707
+ },
708
+ addAnimationState: function addAnimationState(state) {
709
+ animationStates.push(state);
710
+ },
711
+ removeAnimationState: function removeAnimationState(target) {
712
+ animationStates.splice(indexOfObject(animationStates, {
713
+ target: target
714
+ }), 1);
715
+ },
716
+ animateAll: function animateAll(callback) {
717
+ var _this = this;
718
+
719
+ if (!this.options.animation) {
720
+ clearTimeout(animationCallbackId);
721
+ if (typeof callback === 'function') callback();
722
+ return;
723
+ }
724
+
725
+ var animating = false,
726
+ animationTime = 0;
727
+ animationStates.forEach(function (state) {
728
+ var time = 0,
729
+ target = state.target,
730
+ fromRect = target.fromRect,
731
+ toRect = getRect(target),
732
+ prevFromRect = target.prevFromRect,
733
+ prevToRect = target.prevToRect,
734
+ animatingRect = state.rect,
735
+ targetMatrix = matrix(target, true);
736
+
737
+ if (targetMatrix) {
738
+ // Compensate for current animation
739
+ toRect.top -= targetMatrix.f;
740
+ toRect.left -= targetMatrix.e;
741
+ }
742
+
743
+ target.toRect = toRect;
744
+
745
+ if (target.thisAnimationDuration) {
746
+ // Could also check if animatingRect is between fromRect and toRect
747
+ if (isRectEqual(prevFromRect, toRect) && !isRectEqual(fromRect, toRect) && // Make sure animatingRect is on line between toRect & fromRect
748
+ (animatingRect.top - toRect.top) / (animatingRect.left - toRect.left) === (fromRect.top - toRect.top) / (fromRect.left - toRect.left)) {
749
+ // If returning to same place as started from animation and on same axis
750
+ time = calculateRealTime(animatingRect, prevFromRect, prevToRect, _this.options);
751
+ }
752
+ } // if fromRect != toRect: animate
753
+
754
+
755
+ if (!isRectEqual(toRect, fromRect)) {
756
+ target.prevFromRect = fromRect;
757
+ target.prevToRect = toRect;
758
+
759
+ if (!time) {
760
+ time = _this.options.animation;
761
+ }
762
+
763
+ _this.animate(target, animatingRect, toRect, time);
764
+ }
765
+
766
+ if (time) {
767
+ animating = true;
768
+ animationTime = Math.max(animationTime, time);
769
+ clearTimeout(target.animationResetTimer);
770
+ target.animationResetTimer = setTimeout(function () {
771
+ target.animationTime = 0;
772
+ target.prevFromRect = null;
773
+ target.fromRect = null;
774
+ target.prevToRect = null;
775
+ target.thisAnimationDuration = null;
776
+ }, time);
777
+ target.thisAnimationDuration = time;
778
+ }
779
+ });
780
+ clearTimeout(animationCallbackId);
781
+
782
+ if (!animating) {
783
+ if (typeof callback === 'function') callback();
784
+ } else {
785
+ animationCallbackId = setTimeout(function () {
786
+ if (typeof callback === 'function') callback();
787
+ }, animationTime);
788
+ }
789
+
790
+ animationStates = [];
791
+ },
792
+ animate: function animate(target, currentRect, toRect, duration) {
793
+ if (duration) {
794
+ css(target, 'transition', '');
795
+ css(target, 'transform', '');
796
+ var elMatrix = matrix(this.el),
797
+ scaleX = elMatrix && elMatrix.a,
798
+ scaleY = elMatrix && elMatrix.d,
799
+ translateX = (currentRect.left - toRect.left) / (scaleX || 1),
800
+ translateY = (currentRect.top - toRect.top) / (scaleY || 1);
801
+ target.animatingX = !!translateX;
802
+ target.animatingY = !!translateY;
803
+ css(target, 'transform', 'translate3d(' + translateX + 'px,' + translateY + 'px,0)');
804
+ this.forRepaintDummy = repaint(target); // repaint
805
+
806
+ css(target, 'transition', 'transform ' + duration + 'ms' + (this.options.easing ? ' ' + this.options.easing : ''));
807
+ css(target, 'transform', 'translate3d(0,0,0)');
808
+ typeof target.animated === 'number' && clearTimeout(target.animated);
809
+ target.animated = setTimeout(function () {
810
+ css(target, 'transition', '');
811
+ css(target, 'transform', '');
812
+ target.animated = false;
813
+ target.animatingX = false;
814
+ target.animatingY = false;
815
+ }, duration);
816
+ }
817
+ }
818
+ };
819
+ }
820
+
821
+ function repaint(target) {
822
+ return target.offsetWidth;
823
+ }
824
+
825
+ function calculateRealTime(animatingRect, fromRect, toRect, options) {
826
+ return Math.sqrt(Math.pow(fromRect.top - animatingRect.top, 2) + Math.pow(fromRect.left - animatingRect.left, 2)) / Math.sqrt(Math.pow(fromRect.top - toRect.top, 2) + Math.pow(fromRect.left - toRect.left, 2)) * options.animation;
827
+ }
828
+
829
+ var plugins = [];
830
+ var defaults = {
831
+ initializeByDefault: true
832
+ };
833
+ var PluginManager = {
834
+ mount: function mount(plugin) {
835
+ // Set default static properties
836
+ for (var option in defaults) {
837
+ if (defaults.hasOwnProperty(option) && !(option in plugin)) {
838
+ plugin[option] = defaults[option];
839
+ }
840
+ }
841
+
842
+ plugins.forEach(function (p) {
843
+ if (p.pluginName === plugin.pluginName) {
844
+ throw "Sortable: Cannot mount plugin ".concat(plugin.pluginName, " more than once");
845
+ }
846
+ });
847
+ plugins.push(plugin);
848
+ },
849
+ pluginEvent: function pluginEvent(eventName, sortable, evt) {
850
+ var _this = this;
851
+
852
+ this.eventCanceled = false;
853
+
854
+ evt.cancel = function () {
855
+ _this.eventCanceled = true;
856
+ };
857
+
858
+ var eventNameGlobal = eventName + 'Global';
859
+ plugins.forEach(function (plugin) {
860
+ if (!sortable[plugin.pluginName]) return; // Fire global events if it exists in this sortable
861
+
862
+ if (sortable[plugin.pluginName][eventNameGlobal]) {
863
+ sortable[plugin.pluginName][eventNameGlobal](_objectSpread2({
864
+ sortable: sortable
865
+ }, evt));
866
+ } // Only fire plugin event if plugin is enabled in this sortable,
867
+ // and plugin has event defined
868
+
869
+
870
+ if (sortable.options[plugin.pluginName] && sortable[plugin.pluginName][eventName]) {
871
+ sortable[plugin.pluginName][eventName](_objectSpread2({
872
+ sortable: sortable
873
+ }, evt));
874
+ }
875
+ });
876
+ },
877
+ initializePlugins: function initializePlugins(sortable, el, defaults, options) {
878
+ plugins.forEach(function (plugin) {
879
+ var pluginName = plugin.pluginName;
880
+ if (!sortable.options[pluginName] && !plugin.initializeByDefault) return;
881
+ var initialized = new plugin(sortable, el, sortable.options);
882
+ initialized.sortable = sortable;
883
+ initialized.options = sortable.options;
884
+ sortable[pluginName] = initialized; // Add default options from plugin
885
+
886
+ _extends(defaults, initialized.defaults);
887
+ });
888
+
889
+ for (var option in sortable.options) {
890
+ if (!sortable.options.hasOwnProperty(option)) continue;
891
+ var modified = this.modifyOption(sortable, option, sortable.options[option]);
892
+
893
+ if (typeof modified !== 'undefined') {
894
+ sortable.options[option] = modified;
895
+ }
896
+ }
897
+ },
898
+ getEventProperties: function getEventProperties(name, sortable) {
899
+ var eventProperties = {};
900
+ plugins.forEach(function (plugin) {
901
+ if (typeof plugin.eventProperties !== 'function') return;
902
+
903
+ _extends(eventProperties, plugin.eventProperties.call(sortable[plugin.pluginName], name));
904
+ });
905
+ return eventProperties;
906
+ },
907
+ modifyOption: function modifyOption(sortable, name, value) {
908
+ var modifiedValue;
909
+ plugins.forEach(function (plugin) {
910
+ // Plugin must exist on the Sortable
911
+ if (!sortable[plugin.pluginName]) return; // If static option listener exists for this option, call in the context of the Sortable's instance of this plugin
912
+
913
+ if (plugin.optionListeners && typeof plugin.optionListeners[name] === 'function') {
914
+ modifiedValue = plugin.optionListeners[name].call(sortable[plugin.pluginName], value);
915
+ }
916
+ });
917
+ return modifiedValue;
918
+ }
919
+ };
920
+
921
+ function dispatchEvent(_ref) {
922
+ var sortable = _ref.sortable,
923
+ rootEl = _ref.rootEl,
924
+ name = _ref.name,
925
+ targetEl = _ref.targetEl,
926
+ cloneEl = _ref.cloneEl,
927
+ toEl = _ref.toEl,
928
+ fromEl = _ref.fromEl,
929
+ oldIndex = _ref.oldIndex,
930
+ newIndex = _ref.newIndex,
931
+ oldDraggableIndex = _ref.oldDraggableIndex,
932
+ newDraggableIndex = _ref.newDraggableIndex,
933
+ originalEvent = _ref.originalEvent,
934
+ putSortable = _ref.putSortable,
935
+ extraEventProperties = _ref.extraEventProperties;
936
+ sortable = sortable || rootEl && rootEl[expando];
937
+ if (!sortable) return;
938
+ var evt,
939
+ options = sortable.options,
940
+ onName = 'on' + name.charAt(0).toUpperCase() + name.substr(1); // Support for new CustomEvent feature
941
+
942
+ if (window.CustomEvent && !IE11OrLess && !Edge) {
943
+ evt = new CustomEvent(name, {
944
+ bubbles: true,
945
+ cancelable: true
946
+ });
947
+ } else {
948
+ evt = document.createEvent('Event');
949
+ evt.initEvent(name, true, true);
950
+ }
951
+
952
+ evt.to = toEl || rootEl;
953
+ evt.from = fromEl || rootEl;
954
+ evt.item = targetEl || rootEl;
955
+ evt.clone = cloneEl;
956
+ evt.oldIndex = oldIndex;
957
+ evt.newIndex = newIndex;
958
+ evt.oldDraggableIndex = oldDraggableIndex;
959
+ evt.newDraggableIndex = newDraggableIndex;
960
+ evt.originalEvent = originalEvent;
961
+ evt.pullMode = putSortable ? putSortable.lastPutMode : undefined;
962
+
963
+ var allEventProperties = _objectSpread2(_objectSpread2({}, extraEventProperties), PluginManager.getEventProperties(name, sortable));
964
+
965
+ for (var option in allEventProperties) {
966
+ evt[option] = allEventProperties[option];
967
+ }
968
+
969
+ if (rootEl) {
970
+ rootEl.dispatchEvent(evt);
971
+ }
972
+
973
+ if (options[onName]) {
974
+ options[onName].call(sortable, evt);
975
+ }
976
+ }
977
+
978
+ var _excluded = ["evt"];
979
+
980
+ var pluginEvent = function pluginEvent(eventName, sortable) {
981
+ var _ref = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {},
982
+ originalEvent = _ref.evt,
983
+ data = _objectWithoutProperties(_ref, _excluded);
984
+
985
+ PluginManager.pluginEvent.bind(Sortable)(eventName, sortable, _objectSpread2({
986
+ dragEl: dragEl,
987
+ parentEl: parentEl,
988
+ ghostEl: ghostEl,
989
+ rootEl: rootEl,
990
+ nextEl: nextEl,
991
+ lastDownEl: lastDownEl,
992
+ cloneEl: cloneEl,
993
+ cloneHidden: cloneHidden,
994
+ dragStarted: moved,
995
+ putSortable: putSortable,
996
+ activeSortable: Sortable.active,
997
+ originalEvent: originalEvent,
998
+ oldIndex: oldIndex,
999
+ oldDraggableIndex: oldDraggableIndex,
1000
+ newIndex: newIndex,
1001
+ newDraggableIndex: newDraggableIndex,
1002
+ hideGhostForTarget: _hideGhostForTarget,
1003
+ unhideGhostForTarget: _unhideGhostForTarget,
1004
+ cloneNowHidden: function cloneNowHidden() {
1005
+ cloneHidden = true;
1006
+ },
1007
+ cloneNowShown: function cloneNowShown() {
1008
+ cloneHidden = false;
1009
+ },
1010
+ dispatchSortableEvent: function dispatchSortableEvent(name) {
1011
+ _dispatchEvent({
1012
+ sortable: sortable,
1013
+ name: name,
1014
+ originalEvent: originalEvent
1015
+ });
1016
+ }
1017
+ }, data));
1018
+ };
1019
+
1020
+ function _dispatchEvent(info) {
1021
+ dispatchEvent(_objectSpread2({
1022
+ putSortable: putSortable,
1023
+ cloneEl: cloneEl,
1024
+ targetEl: dragEl,
1025
+ rootEl: rootEl,
1026
+ oldIndex: oldIndex,
1027
+ oldDraggableIndex: oldDraggableIndex,
1028
+ newIndex: newIndex,
1029
+ newDraggableIndex: newDraggableIndex
1030
+ }, info));
1031
+ }
1032
+
1033
+ var dragEl,
1034
+ parentEl,
1035
+ ghostEl,
1036
+ rootEl,
1037
+ nextEl,
1038
+ lastDownEl,
1039
+ cloneEl,
1040
+ cloneHidden,
1041
+ oldIndex,
1042
+ newIndex,
1043
+ oldDraggableIndex,
1044
+ newDraggableIndex,
1045
+ activeGroup,
1046
+ putSortable,
1047
+ awaitingDragStarted = false,
1048
+ ignoreNextClick = false,
1049
+ sortables = [],
1050
+ tapEvt,
1051
+ touchEvt,
1052
+ lastDx,
1053
+ lastDy,
1054
+ tapDistanceLeft,
1055
+ tapDistanceTop,
1056
+ moved,
1057
+ lastTarget,
1058
+ lastDirection,
1059
+ pastFirstInvertThresh = false,
1060
+ isCircumstantialInvert = false,
1061
+ targetMoveDistance,
1062
+ // For positioning ghost absolutely
1063
+ ghostRelativeParent,
1064
+ ghostRelativeParentInitialScroll = [],
1065
+ // (left, top)
1066
+ _silent = false,
1067
+ savedInputChecked = [];
1068
+ /** @const */
1069
+
1070
+ var documentExists = typeof document !== 'undefined',
1071
+ PositionGhostAbsolutely = IOS,
1072
+ CSSFloatProperty = Edge || IE11OrLess ? 'cssFloat' : 'float',
1073
+ // This will not pass for IE9, because IE9 DnD only works on anchors
1074
+ supportDraggable = documentExists && !ChromeForAndroid && !IOS && 'draggable' in document.createElement('div'),
1075
+ supportCssPointerEvents = function () {
1076
+ if (!documentExists) return; // false when <= IE11
1077
+
1078
+ if (IE11OrLess) {
1079
+ return false;
1080
+ }
1081
+
1082
+ var el = document.createElement('x');
1083
+ el.style.cssText = 'pointer-events:auto';
1084
+ return el.style.pointerEvents === 'auto';
1085
+ }(),
1086
+ _detectDirection = function _detectDirection(el, options) {
1087
+ var elCSS = css(el),
1088
+ elWidth = parseInt(elCSS.width) - parseInt(elCSS.paddingLeft) - parseInt(elCSS.paddingRight) - parseInt(elCSS.borderLeftWidth) - parseInt(elCSS.borderRightWidth),
1089
+ child1 = getChild(el, 0, options),
1090
+ child2 = getChild(el, 1, options),
1091
+ firstChildCSS = child1 && css(child1),
1092
+ secondChildCSS = child2 && css(child2),
1093
+ firstChildWidth = firstChildCSS && parseInt(firstChildCSS.marginLeft) + parseInt(firstChildCSS.marginRight) + getRect(child1).width,
1094
+ secondChildWidth = secondChildCSS && parseInt(secondChildCSS.marginLeft) + parseInt(secondChildCSS.marginRight) + getRect(child2).width;
1095
+
1096
+ if (elCSS.display === 'flex') {
1097
+ return elCSS.flexDirection === 'column' || elCSS.flexDirection === 'column-reverse' ? 'vertical' : 'horizontal';
1098
+ }
1099
+
1100
+ if (elCSS.display === 'grid') {
1101
+ return elCSS.gridTemplateColumns.split(' ').length <= 1 ? 'vertical' : 'horizontal';
1102
+ }
1103
+
1104
+ if (child1 && firstChildCSS["float"] && firstChildCSS["float"] !== 'none') {
1105
+ var touchingSideChild2 = firstChildCSS["float"] === 'left' ? 'left' : 'right';
1106
+ return child2 && (secondChildCSS.clear === 'both' || secondChildCSS.clear === touchingSideChild2) ? 'vertical' : 'horizontal';
1107
+ }
1108
+
1109
+ return child1 && (firstChildCSS.display === 'block' || firstChildCSS.display === 'flex' || firstChildCSS.display === 'table' || firstChildCSS.display === 'grid' || firstChildWidth >= elWidth && elCSS[CSSFloatProperty] === 'none' || child2 && elCSS[CSSFloatProperty] === 'none' && firstChildWidth + secondChildWidth > elWidth) ? 'vertical' : 'horizontal';
1110
+ },
1111
+ _dragElInRowColumn = function _dragElInRowColumn(dragRect, targetRect, vertical) {
1112
+ var dragElS1Opp = vertical ? dragRect.left : dragRect.top,
1113
+ dragElS2Opp = vertical ? dragRect.right : dragRect.bottom,
1114
+ dragElOppLength = vertical ? dragRect.width : dragRect.height,
1115
+ targetS1Opp = vertical ? targetRect.left : targetRect.top,
1116
+ targetS2Opp = vertical ? targetRect.right : targetRect.bottom,
1117
+ targetOppLength = vertical ? targetRect.width : targetRect.height;
1118
+ return dragElS1Opp === targetS1Opp || dragElS2Opp === targetS2Opp || dragElS1Opp + dragElOppLength / 2 === targetS1Opp + targetOppLength / 2;
1119
+ },
1120
+
1121
+ /**
1122
+ * Detects first nearest empty sortable to X and Y position using emptyInsertThreshold.
1123
+ * @param {Number} x X position
1124
+ * @param {Number} y Y position
1125
+ * @return {HTMLElement} Element of the first found nearest Sortable
1126
+ */
1127
+ _detectNearestEmptySortable = function _detectNearestEmptySortable(x, y) {
1128
+ var ret;
1129
+ sortables.some(function (sortable) {
1130
+ var threshold = sortable[expando].options.emptyInsertThreshold;
1131
+ if (!threshold || lastChild(sortable)) return;
1132
+ var rect = getRect(sortable),
1133
+ insideHorizontally = x >= rect.left - threshold && x <= rect.right + threshold,
1134
+ insideVertically = y >= rect.top - threshold && y <= rect.bottom + threshold;
1135
+
1136
+ if (insideHorizontally && insideVertically) {
1137
+ return ret = sortable;
1138
+ }
1139
+ });
1140
+ return ret;
1141
+ },
1142
+ _prepareGroup = function _prepareGroup(options) {
1143
+ function toFn(value, pull) {
1144
+ return function (to, from, dragEl, evt) {
1145
+ var sameGroup = to.options.group.name && from.options.group.name && to.options.group.name === from.options.group.name;
1146
+
1147
+ if (value == null && (pull || sameGroup)) {
1148
+ // Default pull value
1149
+ // Default pull and put value if same group
1150
+ return true;
1151
+ } else if (value == null || value === false) {
1152
+ return false;
1153
+ } else if (pull && value === 'clone') {
1154
+ return value;
1155
+ } else if (typeof value === 'function') {
1156
+ return toFn(value(to, from, dragEl, evt), pull)(to, from, dragEl, evt);
1157
+ } else {
1158
+ var otherGroup = (pull ? to : from).options.group.name;
1159
+ return value === true || typeof value === 'string' && value === otherGroup || value.join && value.indexOf(otherGroup) > -1;
1160
+ }
1161
+ };
1162
+ }
1163
+
1164
+ var group = {};
1165
+ var originalGroup = options.group;
1166
+
1167
+ if (!originalGroup || _typeof(originalGroup) != 'object') {
1168
+ originalGroup = {
1169
+ name: originalGroup
1170
+ };
1171
+ }
1172
+
1173
+ group.name = originalGroup.name;
1174
+ group.checkPull = toFn(originalGroup.pull, true);
1175
+ group.checkPut = toFn(originalGroup.put);
1176
+ group.revertClone = originalGroup.revertClone;
1177
+ options.group = group;
1178
+ },
1179
+ _hideGhostForTarget = function _hideGhostForTarget() {
1180
+ if (!supportCssPointerEvents && ghostEl) {
1181
+ css(ghostEl, 'display', 'none');
1182
+ }
1183
+ },
1184
+ _unhideGhostForTarget = function _unhideGhostForTarget() {
1185
+ if (!supportCssPointerEvents && ghostEl) {
1186
+ css(ghostEl, 'display', '');
1187
+ }
1188
+ }; // #1184 fix - Prevent click event on fallback if dragged but item not changed position
1189
+
1190
+
1191
+ if (documentExists && !ChromeForAndroid) {
1192
+ document.addEventListener('click', function (evt) {
1193
+ if (ignoreNextClick) {
1194
+ evt.preventDefault();
1195
+ evt.stopPropagation && evt.stopPropagation();
1196
+ evt.stopImmediatePropagation && evt.stopImmediatePropagation();
1197
+ ignoreNextClick = false;
1198
+ return false;
1199
+ }
1200
+ }, true);
1201
+ }
1202
+
1203
+ var nearestEmptyInsertDetectEvent = function nearestEmptyInsertDetectEvent(evt) {
1204
+ if (dragEl) {
1205
+ evt = evt.touches ? evt.touches[0] : evt;
1206
+
1207
+ var nearest = _detectNearestEmptySortable(evt.clientX, evt.clientY);
1208
+
1209
+ if (nearest) {
1210
+ // Create imitation event
1211
+ var event = {};
1212
+
1213
+ for (var i in evt) {
1214
+ if (evt.hasOwnProperty(i)) {
1215
+ event[i] = evt[i];
1216
+ }
1217
+ }
1218
+
1219
+ event.target = event.rootEl = nearest;
1220
+ event.preventDefault = void 0;
1221
+ event.stopPropagation = void 0;
1222
+
1223
+ nearest[expando]._onDragOver(event);
1224
+ }
1225
+ }
1226
+ };
1227
+
1228
+ var _checkOutsideTargetEl = function _checkOutsideTargetEl(evt) {
1229
+ if (dragEl) {
1230
+ dragEl.parentNode[expando]._isOutsideThisEl(evt.target);
1231
+ }
1232
+ };
1233
+ /**
1234
+ * @class Sortable
1235
+ * @param {HTMLElement} el
1236
+ * @param {Object} [options]
1237
+ */
1238
+
1239
+
1240
+ function Sortable(el, options) {
1241
+ if (!(el && el.nodeType && el.nodeType === 1)) {
1242
+ throw "Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(el));
1243
+ }
1244
+
1245
+ this.el = el; // root element
1246
+
1247
+ this.options = options = _extends({}, options); // Export instance
1248
+
1249
+ el[expando] = this;
1250
+ var defaults = {
1251
+ group: null,
1252
+ sort: true,
1253
+ disabled: false,
1254
+ store: null,
1255
+ handle: null,
1256
+ draggable: /^[uo]l$/i.test(el.nodeName) ? '>li' : '>*',
1257
+ swapThreshold: 1,
1258
+ // percentage; 0 <= x <= 1
1259
+ invertSwap: false,
1260
+ // invert always
1261
+ invertedSwapThreshold: null,
1262
+ // will be set to same as swapThreshold if default
1263
+ removeCloneOnHide: true,
1264
+ direction: function direction() {
1265
+ return _detectDirection(el, this.options);
1266
+ },
1267
+ ghostClass: 'sortable-ghost',
1268
+ chosenClass: 'sortable-chosen',
1269
+ dragClass: 'sortable-drag',
1270
+ ignore: 'a, img',
1271
+ filter: null,
1272
+ preventOnFilter: true,
1273
+ animation: 0,
1274
+ easing: null,
1275
+ setData: function setData(dataTransfer, dragEl) {
1276
+ dataTransfer.setData('Text', dragEl.textContent);
1277
+ },
1278
+ dropBubble: false,
1279
+ dragoverBubble: false,
1280
+ dataIdAttr: 'data-id',
1281
+ delay: 0,
1282
+ delayOnTouchOnly: false,
1283
+ touchStartThreshold: (Number.parseInt ? Number : window).parseInt(window.devicePixelRatio, 10) || 1,
1284
+ forceFallback: false,
1285
+ fallbackClass: 'sortable-fallback',
1286
+ fallbackOnBody: false,
1287
+ fallbackTolerance: 0,
1288
+ fallbackOffset: {
1289
+ x: 0,
1290
+ y: 0
1291
+ },
1292
+ supportPointer: Sortable.supportPointer !== false && 'PointerEvent' in window && !Safari,
1293
+ emptyInsertThreshold: 5
1294
+ };
1295
+ PluginManager.initializePlugins(this, el, defaults); // Set default options
1296
+
1297
+ for (var name in defaults) {
1298
+ !(name in options) && (options[name] = defaults[name]);
1299
+ }
1300
+
1301
+ _prepareGroup(options); // Bind all private methods
1302
+
1303
+
1304
+ for (var fn in this) {
1305
+ if (fn.charAt(0) === '_' && typeof this[fn] === 'function') {
1306
+ this[fn] = this[fn].bind(this);
1307
+ }
1308
+ } // Setup drag mode
1309
+
1310
+
1311
+ this.nativeDraggable = options.forceFallback ? false : supportDraggable;
1312
+
1313
+ if (this.nativeDraggable) {
1314
+ // Touch start threshold cannot be greater than the native dragstart threshold
1315
+ this.options.touchStartThreshold = 1;
1316
+ } // Bind events
1317
+
1318
+
1319
+ if (options.supportPointer) {
1320
+ on(el, 'pointerdown', this._onTapStart);
1321
+ } else {
1322
+ on(el, 'mousedown', this._onTapStart);
1323
+ on(el, 'touchstart', this._onTapStart);
1324
+ }
1325
+
1326
+ if (this.nativeDraggable) {
1327
+ on(el, 'dragover', this);
1328
+ on(el, 'dragenter', this);
1329
+ }
1330
+
1331
+ sortables.push(this.el); // Restore sorting
1332
+
1333
+ options.store && options.store.get && this.sort(options.store.get(this) || []); // Add animation state manager
1334
+
1335
+ _extends(this, AnimationStateManager());
1336
+ }
1337
+
1338
+ Sortable.prototype =
1339
+ /** @lends Sortable.prototype */
1340
+ {
1341
+ constructor: Sortable,
1342
+ _isOutsideThisEl: function _isOutsideThisEl(target) {
1343
+ if (!this.el.contains(target) && target !== this.el) {
1344
+ lastTarget = null;
1345
+ }
1346
+ },
1347
+ _getDirection: function _getDirection(evt, target) {
1348
+ return typeof this.options.direction === 'function' ? this.options.direction.call(this, evt, target, dragEl) : this.options.direction;
1349
+ },
1350
+ _onTapStart: function _onTapStart(
1351
+ /** Event|TouchEvent */
1352
+ evt) {
1353
+ if (!evt.cancelable) return;
1354
+
1355
+ var _this = this,
1356
+ el = this.el,
1357
+ options = this.options,
1358
+ preventOnFilter = options.preventOnFilter,
1359
+ type = evt.type,
1360
+ touch = evt.touches && evt.touches[0] || evt.pointerType && evt.pointerType === 'touch' && evt,
1361
+ target = (touch || evt).target,
1362
+ originalTarget = evt.target.shadowRoot && (evt.path && evt.path[0] || evt.composedPath && evt.composedPath()[0]) || target,
1363
+ filter = options.filter;
1364
+
1365
+ _saveInputCheckedState(el); // Don't trigger start event when an element is been dragged, otherwise the evt.oldindex always wrong when set option.group.
1366
+
1367
+
1368
+ if (dragEl) {
1369
+ return;
1370
+ }
1371
+
1372
+ if (/mousedown|pointerdown/.test(type) && evt.button !== 0 || options.disabled) {
1373
+ return; // only left button and enabled
1374
+ } // cancel dnd if original target is content editable
1375
+
1376
+
1377
+ if (originalTarget.isContentEditable) {
1378
+ return;
1379
+ } // Safari ignores further event handling after mousedown
1380
+
1381
+
1382
+ if (!this.nativeDraggable && Safari && target && target.tagName.toUpperCase() === 'SELECT') {
1383
+ return;
1384
+ }
1385
+
1386
+ target = closest(target, options.draggable, el, false);
1387
+
1388
+ if (target && target.animated) {
1389
+ return;
1390
+ }
1391
+
1392
+ if (lastDownEl === target) {
1393
+ // Ignoring duplicate `down`
1394
+ return;
1395
+ } // Get the index of the dragged element within its parent
1396
+
1397
+
1398
+ oldIndex = index(target);
1399
+ oldDraggableIndex = index(target, options.draggable); // Check filter
1400
+
1401
+ if (typeof filter === 'function') {
1402
+ if (filter.call(this, evt, target, this)) {
1403
+ _dispatchEvent({
1404
+ sortable: _this,
1405
+ rootEl: originalTarget,
1406
+ name: 'filter',
1407
+ targetEl: target,
1408
+ toEl: el,
1409
+ fromEl: el
1410
+ });
1411
+
1412
+ pluginEvent('filter', _this, {
1413
+ evt: evt
1414
+ });
1415
+ preventOnFilter && evt.cancelable && evt.preventDefault();
1416
+ return; // cancel dnd
1417
+ }
1418
+ } else if (filter) {
1419
+ filter = filter.split(',').some(function (criteria) {
1420
+ criteria = closest(originalTarget, criteria.trim(), el, false);
1421
+
1422
+ if (criteria) {
1423
+ _dispatchEvent({
1424
+ sortable: _this,
1425
+ rootEl: criteria,
1426
+ name: 'filter',
1427
+ targetEl: target,
1428
+ fromEl: el,
1429
+ toEl: el
1430
+ });
1431
+
1432
+ pluginEvent('filter', _this, {
1433
+ evt: evt
1434
+ });
1435
+ return true;
1436
+ }
1437
+ });
1438
+
1439
+ if (filter) {
1440
+ preventOnFilter && evt.cancelable && evt.preventDefault();
1441
+ return; // cancel dnd
1442
+ }
1443
+ }
1444
+
1445
+ if (options.handle && !closest(originalTarget, options.handle, el, false)) {
1446
+ return;
1447
+ } // Prepare `dragstart`
1448
+
1449
+
1450
+ this._prepareDragStart(evt, touch, target);
1451
+ },
1452
+ _prepareDragStart: function _prepareDragStart(
1453
+ /** Event */
1454
+ evt,
1455
+ /** Touch */
1456
+ touch,
1457
+ /** HTMLElement */
1458
+ target) {
1459
+ var _this = this,
1460
+ el = _this.el,
1461
+ options = _this.options,
1462
+ ownerDocument = el.ownerDocument,
1463
+ dragStartFn;
1464
+
1465
+ if (target && !dragEl && target.parentNode === el) {
1466
+ var dragRect = getRect(target);
1467
+ rootEl = el;
1468
+ dragEl = target;
1469
+ parentEl = dragEl.parentNode;
1470
+ nextEl = dragEl.nextSibling;
1471
+ lastDownEl = target;
1472
+ activeGroup = options.group;
1473
+ Sortable.dragged = dragEl;
1474
+ tapEvt = {
1475
+ target: dragEl,
1476
+ clientX: (touch || evt).clientX,
1477
+ clientY: (touch || evt).clientY
1478
+ };
1479
+ tapDistanceLeft = tapEvt.clientX - dragRect.left;
1480
+ tapDistanceTop = tapEvt.clientY - dragRect.top;
1481
+ this._lastX = (touch || evt).clientX;
1482
+ this._lastY = (touch || evt).clientY;
1483
+ dragEl.style['will-change'] = 'all';
1484
+
1485
+ dragStartFn = function dragStartFn() {
1486
+ pluginEvent('delayEnded', _this, {
1487
+ evt: evt
1488
+ });
1489
+
1490
+ if (Sortable.eventCanceled) {
1491
+ _this._onDrop();
1492
+
1493
+ return;
1494
+ } // Delayed drag has been triggered
1495
+ // we can re-enable the events: touchmove/mousemove
1496
+
1497
+
1498
+ _this._disableDelayedDragEvents();
1499
+
1500
+ if (!FireFox && _this.nativeDraggable) {
1501
+ dragEl.draggable = true;
1502
+ } // Bind the events: dragstart/dragend
1503
+
1504
+
1505
+ _this._triggerDragStart(evt, touch); // Drag start event
1506
+
1507
+
1508
+ _dispatchEvent({
1509
+ sortable: _this,
1510
+ name: 'choose',
1511
+ originalEvent: evt
1512
+ }); // Chosen item
1513
+
1514
+
1515
+ toggleClass(dragEl, options.chosenClass, true);
1516
+ }; // Disable "draggable"
1517
+
1518
+
1519
+ options.ignore.split(',').forEach(function (criteria) {
1520
+ find(dragEl, criteria.trim(), _disableDraggable);
1521
+ });
1522
+ on(ownerDocument, 'dragover', nearestEmptyInsertDetectEvent);
1523
+ on(ownerDocument, 'mousemove', nearestEmptyInsertDetectEvent);
1524
+ on(ownerDocument, 'touchmove', nearestEmptyInsertDetectEvent);
1525
+ on(ownerDocument, 'mouseup', _this._onDrop);
1526
+ on(ownerDocument, 'touchend', _this._onDrop);
1527
+ on(ownerDocument, 'touchcancel', _this._onDrop); // Make dragEl draggable (must be before delay for FireFox)
1528
+
1529
+ if (FireFox && this.nativeDraggable) {
1530
+ this.options.touchStartThreshold = 4;
1531
+ dragEl.draggable = true;
1532
+ }
1533
+
1534
+ pluginEvent('delayStart', this, {
1535
+ evt: evt
1536
+ }); // Delay is impossible for native DnD in Edge or IE
1537
+
1538
+ if (options.delay && (!options.delayOnTouchOnly || touch) && (!this.nativeDraggable || !(Edge || IE11OrLess))) {
1539
+ if (Sortable.eventCanceled) {
1540
+ this._onDrop();
1541
+
1542
+ return;
1543
+ } // If the user moves the pointer or let go the click or touch
1544
+ // before the delay has been reached:
1545
+ // disable the delayed drag
1546
+
1547
+
1548
+ on(ownerDocument, 'mouseup', _this._disableDelayedDrag);
1549
+ on(ownerDocument, 'touchend', _this._disableDelayedDrag);
1550
+ on(ownerDocument, 'touchcancel', _this._disableDelayedDrag);
1551
+ on(ownerDocument, 'mousemove', _this._delayedDragTouchMoveHandler);
1552
+ on(ownerDocument, 'touchmove', _this._delayedDragTouchMoveHandler);
1553
+ options.supportPointer && on(ownerDocument, 'pointermove', _this._delayedDragTouchMoveHandler);
1554
+ _this._dragStartTimer = setTimeout(dragStartFn, options.delay);
1555
+ } else {
1556
+ dragStartFn();
1557
+ }
1558
+ }
1559
+ },
1560
+ _delayedDragTouchMoveHandler: function _delayedDragTouchMoveHandler(
1561
+ /** TouchEvent|PointerEvent **/
1562
+ e) {
1563
+ var touch = e.touches ? e.touches[0] : e;
1564
+
1565
+ if (Math.max(Math.abs(touch.clientX - this._lastX), Math.abs(touch.clientY - this._lastY)) >= Math.floor(this.options.touchStartThreshold / (this.nativeDraggable && window.devicePixelRatio || 1))) {
1566
+ this._disableDelayedDrag();
1567
+ }
1568
+ },
1569
+ _disableDelayedDrag: function _disableDelayedDrag() {
1570
+ dragEl && _disableDraggable(dragEl);
1571
+ clearTimeout(this._dragStartTimer);
1572
+
1573
+ this._disableDelayedDragEvents();
1574
+ },
1575
+ _disableDelayedDragEvents: function _disableDelayedDragEvents() {
1576
+ var ownerDocument = this.el.ownerDocument;
1577
+ off(ownerDocument, 'mouseup', this._disableDelayedDrag);
1578
+ off(ownerDocument, 'touchend', this._disableDelayedDrag);
1579
+ off(ownerDocument, 'touchcancel', this._disableDelayedDrag);
1580
+ off(ownerDocument, 'mousemove', this._delayedDragTouchMoveHandler);
1581
+ off(ownerDocument, 'touchmove', this._delayedDragTouchMoveHandler);
1582
+ off(ownerDocument, 'pointermove', this._delayedDragTouchMoveHandler);
1583
+ },
1584
+ _triggerDragStart: function _triggerDragStart(
1585
+ /** Event */
1586
+ evt,
1587
+ /** Touch */
1588
+ touch) {
1589
+ touch = touch || evt.pointerType == 'touch' && evt;
1590
+
1591
+ if (!this.nativeDraggable || touch) {
1592
+ if (this.options.supportPointer) {
1593
+ on(document, 'pointermove', this._onTouchMove);
1594
+ } else if (touch) {
1595
+ on(document, 'touchmove', this._onTouchMove);
1596
+ } else {
1597
+ on(document, 'mousemove', this._onTouchMove);
1598
+ }
1599
+ } else {
1600
+ on(dragEl, 'dragend', this);
1601
+ on(rootEl, 'dragstart', this._onDragStart);
1602
+ }
1603
+
1604
+ try {
1605
+ if (document.selection) {
1606
+ // Timeout neccessary for IE9
1607
+ _nextTick(function () {
1608
+ document.selection.empty();
1609
+ });
1610
+ } else {
1611
+ window.getSelection().removeAllRanges();
1612
+ }
1613
+ } catch (err) {}
1614
+ },
1615
+ _dragStarted: function _dragStarted(fallback, evt) {
1616
+
1617
+ awaitingDragStarted = false;
1618
+
1619
+ if (rootEl && dragEl) {
1620
+ pluginEvent('dragStarted', this, {
1621
+ evt: evt
1622
+ });
1623
+
1624
+ if (this.nativeDraggable) {
1625
+ on(document, 'dragover', _checkOutsideTargetEl);
1626
+ }
1627
+
1628
+ var options = this.options; // Apply effect
1629
+
1630
+ !fallback && toggleClass(dragEl, options.dragClass, false);
1631
+ toggleClass(dragEl, options.ghostClass, true);
1632
+ Sortable.active = this;
1633
+ fallback && this._appendGhost(); // Drag start event
1634
+
1635
+ _dispatchEvent({
1636
+ sortable: this,
1637
+ name: 'start',
1638
+ originalEvent: evt
1639
+ });
1640
+ } else {
1641
+ this._nulling();
1642
+ }
1643
+ },
1644
+ _emulateDragOver: function _emulateDragOver() {
1645
+ if (touchEvt) {
1646
+ this._lastX = touchEvt.clientX;
1647
+ this._lastY = touchEvt.clientY;
1648
+
1649
+ _hideGhostForTarget();
1650
+
1651
+ var target = document.elementFromPoint(touchEvt.clientX, touchEvt.clientY);
1652
+ var parent = target;
1653
+
1654
+ while (target && target.shadowRoot) {
1655
+ target = target.shadowRoot.elementFromPoint(touchEvt.clientX, touchEvt.clientY);
1656
+ if (target === parent) break;
1657
+ parent = target;
1658
+ }
1659
+
1660
+ dragEl.parentNode[expando]._isOutsideThisEl(target);
1661
+
1662
+ if (parent) {
1663
+ do {
1664
+ if (parent[expando]) {
1665
+ var inserted = void 0;
1666
+ inserted = parent[expando]._onDragOver({
1667
+ clientX: touchEvt.clientX,
1668
+ clientY: touchEvt.clientY,
1669
+ target: target,
1670
+ rootEl: parent
1671
+ });
1672
+
1673
+ if (inserted && !this.options.dragoverBubble) {
1674
+ break;
1675
+ }
1676
+ }
1677
+
1678
+ target = parent; // store last element
1679
+ }
1680
+ /* jshint boss:true */
1681
+ while (parent = parent.parentNode);
1682
+ }
1683
+
1684
+ _unhideGhostForTarget();
1685
+ }
1686
+ },
1687
+ _onTouchMove: function _onTouchMove(
1688
+ /**TouchEvent*/
1689
+ evt) {
1690
+ if (tapEvt) {
1691
+ var options = this.options,
1692
+ fallbackTolerance = options.fallbackTolerance,
1693
+ fallbackOffset = options.fallbackOffset,
1694
+ touch = evt.touches ? evt.touches[0] : evt,
1695
+ ghostMatrix = ghostEl && matrix(ghostEl, true),
1696
+ scaleX = ghostEl && ghostMatrix && ghostMatrix.a,
1697
+ scaleY = ghostEl && ghostMatrix && ghostMatrix.d,
1698
+ relativeScrollOffset = PositionGhostAbsolutely && ghostRelativeParent && getRelativeScrollOffset(ghostRelativeParent),
1699
+ dx = (touch.clientX - tapEvt.clientX + fallbackOffset.x) / (scaleX || 1) + (relativeScrollOffset ? relativeScrollOffset[0] - ghostRelativeParentInitialScroll[0] : 0) / (scaleX || 1),
1700
+ dy = (touch.clientY - tapEvt.clientY + fallbackOffset.y) / (scaleY || 1) + (relativeScrollOffset ? relativeScrollOffset[1] - ghostRelativeParentInitialScroll[1] : 0) / (scaleY || 1); // only set the status to dragging, when we are actually dragging
1701
+
1702
+ if (!Sortable.active && !awaitingDragStarted) {
1703
+ if (fallbackTolerance && Math.max(Math.abs(touch.clientX - this._lastX), Math.abs(touch.clientY - this._lastY)) < fallbackTolerance) {
1704
+ return;
1705
+ }
1706
+
1707
+ this._onDragStart(evt, true);
1708
+ }
1709
+
1710
+ if (ghostEl) {
1711
+ if (ghostMatrix) {
1712
+ ghostMatrix.e += dx - (lastDx || 0);
1713
+ ghostMatrix.f += dy - (lastDy || 0);
1714
+ } else {
1715
+ ghostMatrix = {
1716
+ a: 1,
1717
+ b: 0,
1718
+ c: 0,
1719
+ d: 1,
1720
+ e: dx,
1721
+ f: dy
1722
+ };
1723
+ }
1724
+
1725
+ var cssMatrix = "matrix(".concat(ghostMatrix.a, ",").concat(ghostMatrix.b, ",").concat(ghostMatrix.c, ",").concat(ghostMatrix.d, ",").concat(ghostMatrix.e, ",").concat(ghostMatrix.f, ")");
1726
+ css(ghostEl, 'webkitTransform', cssMatrix);
1727
+ css(ghostEl, 'mozTransform', cssMatrix);
1728
+ css(ghostEl, 'msTransform', cssMatrix);
1729
+ css(ghostEl, 'transform', cssMatrix);
1730
+ lastDx = dx;
1731
+ lastDy = dy;
1732
+ touchEvt = touch;
1733
+ }
1734
+
1735
+ evt.cancelable && evt.preventDefault();
1736
+ }
1737
+ },
1738
+ _appendGhost: function _appendGhost() {
1739
+ // Bug if using scale(): https://stackoverflow.com/questions/2637058
1740
+ // Not being adjusted for
1741
+ if (!ghostEl) {
1742
+ var container = this.options.fallbackOnBody ? document.body : rootEl,
1743
+ rect = getRect(dragEl, true, PositionGhostAbsolutely, true, container),
1744
+ options = this.options; // Position absolutely
1745
+
1746
+ if (PositionGhostAbsolutely) {
1747
+ // Get relatively positioned parent
1748
+ ghostRelativeParent = container;
1749
+
1750
+ while (css(ghostRelativeParent, 'position') === 'static' && css(ghostRelativeParent, 'transform') === 'none' && ghostRelativeParent !== document) {
1751
+ ghostRelativeParent = ghostRelativeParent.parentNode;
1752
+ }
1753
+
1754
+ if (ghostRelativeParent !== document.body && ghostRelativeParent !== document.documentElement) {
1755
+ if (ghostRelativeParent === document) ghostRelativeParent = getWindowScrollingElement();
1756
+ rect.top += ghostRelativeParent.scrollTop;
1757
+ rect.left += ghostRelativeParent.scrollLeft;
1758
+ } else {
1759
+ ghostRelativeParent = getWindowScrollingElement();
1760
+ }
1761
+
1762
+ ghostRelativeParentInitialScroll = getRelativeScrollOffset(ghostRelativeParent);
1763
+ }
1764
+
1765
+ ghostEl = dragEl.cloneNode(true);
1766
+ toggleClass(ghostEl, options.ghostClass, false);
1767
+ toggleClass(ghostEl, options.fallbackClass, true);
1768
+ toggleClass(ghostEl, options.dragClass, true);
1769
+ css(ghostEl, 'transition', '');
1770
+ css(ghostEl, 'transform', '');
1771
+ css(ghostEl, 'box-sizing', 'border-box');
1772
+ css(ghostEl, 'margin', 0);
1773
+ css(ghostEl, 'top', rect.top);
1774
+ css(ghostEl, 'left', rect.left);
1775
+ css(ghostEl, 'width', rect.width);
1776
+ css(ghostEl, 'height', rect.height);
1777
+ css(ghostEl, 'opacity', '0.8');
1778
+ css(ghostEl, 'position', PositionGhostAbsolutely ? 'absolute' : 'fixed');
1779
+ css(ghostEl, 'zIndex', '100000');
1780
+ css(ghostEl, 'pointerEvents', 'none');
1781
+ Sortable.ghost = ghostEl;
1782
+ container.appendChild(ghostEl); // Set transform-origin
1783
+
1784
+ css(ghostEl, 'transform-origin', tapDistanceLeft / parseInt(ghostEl.style.width) * 100 + '% ' + tapDistanceTop / parseInt(ghostEl.style.height) * 100 + '%');
1785
+ }
1786
+ },
1787
+ _onDragStart: function _onDragStart(
1788
+ /**Event*/
1789
+ evt,
1790
+ /**boolean*/
1791
+ fallback) {
1792
+ var _this = this;
1793
+
1794
+ var dataTransfer = evt.dataTransfer;
1795
+ var options = _this.options;
1796
+ pluginEvent('dragStart', this, {
1797
+ evt: evt
1798
+ });
1799
+
1800
+ if (Sortable.eventCanceled) {
1801
+ this._onDrop();
1802
+
1803
+ return;
1804
+ }
1805
+
1806
+ pluginEvent('setupClone', this);
1807
+
1808
+ if (!Sortable.eventCanceled) {
1809
+ cloneEl = clone(dragEl);
1810
+ cloneEl.removeAttribute("id");
1811
+ cloneEl.draggable = false;
1812
+ cloneEl.style['will-change'] = '';
1813
+
1814
+ this._hideClone();
1815
+
1816
+ toggleClass(cloneEl, this.options.chosenClass, false);
1817
+ Sortable.clone = cloneEl;
1818
+ } // #1143: IFrame support workaround
1819
+
1820
+
1821
+ _this.cloneId = _nextTick(function () {
1822
+ pluginEvent('clone', _this);
1823
+ if (Sortable.eventCanceled) return;
1824
+
1825
+ if (!_this.options.removeCloneOnHide) {
1826
+ rootEl.insertBefore(cloneEl, dragEl);
1827
+ }
1828
+
1829
+ _this._hideClone();
1830
+
1831
+ _dispatchEvent({
1832
+ sortable: _this,
1833
+ name: 'clone'
1834
+ });
1835
+ });
1836
+ !fallback && toggleClass(dragEl, options.dragClass, true); // Set proper drop events
1837
+
1838
+ if (fallback) {
1839
+ ignoreNextClick = true;
1840
+ _this._loopId = setInterval(_this._emulateDragOver, 50);
1841
+ } else {
1842
+ // Undo what was set in _prepareDragStart before drag started
1843
+ off(document, 'mouseup', _this._onDrop);
1844
+ off(document, 'touchend', _this._onDrop);
1845
+ off(document, 'touchcancel', _this._onDrop);
1846
+
1847
+ if (dataTransfer) {
1848
+ dataTransfer.effectAllowed = 'move';
1849
+ options.setData && options.setData.call(_this, dataTransfer, dragEl);
1850
+ }
1851
+
1852
+ on(document, 'drop', _this); // #1276 fix:
1853
+
1854
+ css(dragEl, 'transform', 'translateZ(0)');
1855
+ }
1856
+
1857
+ awaitingDragStarted = true;
1858
+ _this._dragStartId = _nextTick(_this._dragStarted.bind(_this, fallback, evt));
1859
+ on(document, 'selectstart', _this);
1860
+ moved = true;
1861
+
1862
+ if (Safari) {
1863
+ css(document.body, 'user-select', 'none');
1864
+ }
1865
+ },
1866
+ // Returns true - if no further action is needed (either inserted or another condition)
1867
+ _onDragOver: function _onDragOver(
1868
+ /**Event*/
1869
+ evt) {
1870
+ var el = this.el,
1871
+ target = evt.target,
1872
+ dragRect,
1873
+ targetRect,
1874
+ revert,
1875
+ options = this.options,
1876
+ group = options.group,
1877
+ activeSortable = Sortable.active,
1878
+ isOwner = activeGroup === group,
1879
+ canSort = options.sort,
1880
+ fromSortable = putSortable || activeSortable,
1881
+ vertical,
1882
+ _this = this,
1883
+ completedFired = false;
1884
+
1885
+ if (_silent) return;
1886
+
1887
+ function dragOverEvent(name, extra) {
1888
+ pluginEvent(name, _this, _objectSpread2({
1889
+ evt: evt,
1890
+ isOwner: isOwner,
1891
+ axis: vertical ? 'vertical' : 'horizontal',
1892
+ revert: revert,
1893
+ dragRect: dragRect,
1894
+ targetRect: targetRect,
1895
+ canSort: canSort,
1896
+ fromSortable: fromSortable,
1897
+ target: target,
1898
+ completed: completed,
1899
+ onMove: function onMove(target, after) {
1900
+ return _onMove(rootEl, el, dragEl, dragRect, target, getRect(target), evt, after);
1901
+ },
1902
+ changed: changed
1903
+ }, extra));
1904
+ } // Capture animation state
1905
+
1906
+
1907
+ function capture() {
1908
+ dragOverEvent('dragOverAnimationCapture');
1909
+
1910
+ _this.captureAnimationState();
1911
+
1912
+ if (_this !== fromSortable) {
1913
+ fromSortable.captureAnimationState();
1914
+ }
1915
+ } // Return invocation when dragEl is inserted (or completed)
1916
+
1917
+
1918
+ function completed(insertion) {
1919
+ dragOverEvent('dragOverCompleted', {
1920
+ insertion: insertion
1921
+ });
1922
+
1923
+ if (insertion) {
1924
+ // Clones must be hidden before folding animation to capture dragRectAbsolute properly
1925
+ if (isOwner) {
1926
+ activeSortable._hideClone();
1927
+ } else {
1928
+ activeSortable._showClone(_this);
1929
+ }
1930
+
1931
+ if (_this !== fromSortable) {
1932
+ // Set ghost class to new sortable's ghost class
1933
+ toggleClass(dragEl, putSortable ? putSortable.options.ghostClass : activeSortable.options.ghostClass, false);
1934
+ toggleClass(dragEl, options.ghostClass, true);
1935
+ }
1936
+
1937
+ if (putSortable !== _this && _this !== Sortable.active) {
1938
+ putSortable = _this;
1939
+ } else if (_this === Sortable.active && putSortable) {
1940
+ putSortable = null;
1941
+ } // Animation
1942
+
1943
+
1944
+ if (fromSortable === _this) {
1945
+ _this._ignoreWhileAnimating = target;
1946
+ }
1947
+
1948
+ _this.animateAll(function () {
1949
+ dragOverEvent('dragOverAnimationComplete');
1950
+ _this._ignoreWhileAnimating = null;
1951
+ });
1952
+
1953
+ if (_this !== fromSortable) {
1954
+ fromSortable.animateAll();
1955
+ fromSortable._ignoreWhileAnimating = null;
1956
+ }
1957
+ } // Null lastTarget if it is not inside a previously swapped element
1958
+
1959
+
1960
+ if (target === dragEl && !dragEl.animated || target === el && !target.animated) {
1961
+ lastTarget = null;
1962
+ } // no bubbling and not fallback
1963
+
1964
+
1965
+ if (!options.dragoverBubble && !evt.rootEl && target !== document) {
1966
+ dragEl.parentNode[expando]._isOutsideThisEl(evt.target); // Do not detect for empty insert if already inserted
1967
+
1968
+
1969
+ !insertion && nearestEmptyInsertDetectEvent(evt);
1970
+ }
1971
+
1972
+ !options.dragoverBubble && evt.stopPropagation && evt.stopPropagation();
1973
+ return completedFired = true;
1974
+ } // Call when dragEl has been inserted
1975
+
1976
+
1977
+ function changed() {
1978
+ newIndex = index(dragEl);
1979
+ newDraggableIndex = index(dragEl, options.draggable);
1980
+
1981
+ _dispatchEvent({
1982
+ sortable: _this,
1983
+ name: 'change',
1984
+ toEl: el,
1985
+ newIndex: newIndex,
1986
+ newDraggableIndex: newDraggableIndex,
1987
+ originalEvent: evt
1988
+ });
1989
+ }
1990
+
1991
+ if (evt.preventDefault !== void 0) {
1992
+ evt.cancelable && evt.preventDefault();
1993
+ }
1994
+
1995
+ target = closest(target, options.draggable, el, true);
1996
+ dragOverEvent('dragOver');
1997
+ if (Sortable.eventCanceled) return completedFired;
1998
+
1999
+ if (dragEl.contains(evt.target) || target.animated && target.animatingX && target.animatingY || _this._ignoreWhileAnimating === target) {
2000
+ return completed(false);
2001
+ }
2002
+
2003
+ ignoreNextClick = false;
2004
+
2005
+ if (activeSortable && !options.disabled && (isOwner ? canSort || (revert = parentEl !== rootEl) // Reverting item into the original list
2006
+ : putSortable === this || (this.lastPutMode = activeGroup.checkPull(this, activeSortable, dragEl, evt)) && group.checkPut(this, activeSortable, dragEl, evt))) {
2007
+ vertical = this._getDirection(evt, target) === 'vertical';
2008
+ dragRect = getRect(dragEl);
2009
+ dragOverEvent('dragOverValid');
2010
+ if (Sortable.eventCanceled) return completedFired;
2011
+
2012
+ if (revert) {
2013
+ parentEl = rootEl; // actualization
2014
+
2015
+ capture();
2016
+
2017
+ this._hideClone();
2018
+
2019
+ dragOverEvent('revert');
2020
+
2021
+ if (!Sortable.eventCanceled) {
2022
+ if (nextEl) {
2023
+ rootEl.insertBefore(dragEl, nextEl);
2024
+ } else {
2025
+ rootEl.appendChild(dragEl);
2026
+ }
2027
+ }
2028
+
2029
+ return completed(true);
2030
+ }
2031
+
2032
+ var elLastChild = lastChild(el, options.draggable);
2033
+
2034
+ if (!elLastChild || _ghostIsLast(evt, vertical, this) && !elLastChild.animated) {
2035
+ // Insert to end of list
2036
+ // If already at end of list: Do not insert
2037
+ if (elLastChild === dragEl) {
2038
+ return completed(false);
2039
+ } // if there is a last element, it is the target
2040
+
2041
+
2042
+ if (elLastChild && el === evt.target) {
2043
+ target = elLastChild;
2044
+ }
2045
+
2046
+ if (target) {
2047
+ targetRect = getRect(target);
2048
+ }
2049
+
2050
+ if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, !!target) !== false) {
2051
+ capture();
2052
+
2053
+ if (elLastChild && elLastChild.nextSibling) {
2054
+ // the last draggable element is not the last node
2055
+ el.insertBefore(dragEl, elLastChild.nextSibling);
2056
+ } else {
2057
+ el.appendChild(dragEl);
2058
+ }
2059
+
2060
+ parentEl = el; // actualization
2061
+
2062
+ changed();
2063
+ return completed(true);
2064
+ }
2065
+ } else if (elLastChild && _ghostIsFirst(evt, vertical, this)) {
2066
+ // Insert to start of list
2067
+ var firstChild = getChild(el, 0, options, true);
2068
+
2069
+ if (firstChild === dragEl) {
2070
+ return completed(false);
2071
+ }
2072
+
2073
+ target = firstChild;
2074
+ targetRect = getRect(target);
2075
+
2076
+ if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, false) !== false) {
2077
+ capture();
2078
+ el.insertBefore(dragEl, firstChild);
2079
+ parentEl = el; // actualization
2080
+
2081
+ changed();
2082
+ return completed(true);
2083
+ }
2084
+ } else if (target.parentNode === el) {
2085
+ targetRect = getRect(target);
2086
+ var direction = 0,
2087
+ targetBeforeFirstSwap,
2088
+ differentLevel = dragEl.parentNode !== el,
2089
+ differentRowCol = !_dragElInRowColumn(dragEl.animated && dragEl.toRect || dragRect, target.animated && target.toRect || targetRect, vertical),
2090
+ side1 = vertical ? 'top' : 'left',
2091
+ scrolledPastTop = isScrolledPast(target, 'top', 'top') || isScrolledPast(dragEl, 'top', 'top'),
2092
+ scrollBefore = scrolledPastTop ? scrolledPastTop.scrollTop : void 0;
2093
+
2094
+ if (lastTarget !== target) {
2095
+ targetBeforeFirstSwap = targetRect[side1];
2096
+ pastFirstInvertThresh = false;
2097
+ isCircumstantialInvert = !differentRowCol && options.invertSwap || differentLevel;
2098
+ }
2099
+
2100
+ direction = _getSwapDirection(evt, target, targetRect, vertical, differentRowCol ? 1 : options.swapThreshold, options.invertedSwapThreshold == null ? options.swapThreshold : options.invertedSwapThreshold, isCircumstantialInvert, lastTarget === target);
2101
+ var sibling;
2102
+
2103
+ if (direction !== 0) {
2104
+ // Check if target is beside dragEl in respective direction (ignoring hidden elements)
2105
+ var dragIndex = index(dragEl);
2106
+
2107
+ do {
2108
+ dragIndex -= direction;
2109
+ sibling = parentEl.children[dragIndex];
2110
+ } while (sibling && (css(sibling, 'display') === 'none' || sibling === ghostEl));
2111
+ } // If dragEl is already beside target: Do not insert
2112
+
2113
+
2114
+ if (direction === 0 || sibling === target) {
2115
+ return completed(false);
2116
+ }
2117
+
2118
+ lastTarget = target;
2119
+ lastDirection = direction;
2120
+ var nextSibling = target.nextElementSibling,
2121
+ after = false;
2122
+ after = direction === 1;
2123
+
2124
+ var moveVector = _onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, after);
2125
+
2126
+ if (moveVector !== false) {
2127
+ if (moveVector === 1 || moveVector === -1) {
2128
+ after = moveVector === 1;
2129
+ }
2130
+
2131
+ _silent = true;
2132
+ setTimeout(_unsilent, 30);
2133
+ capture();
2134
+
2135
+ if (after && !nextSibling) {
2136
+ el.appendChild(dragEl);
2137
+ } else {
2138
+ target.parentNode.insertBefore(dragEl, after ? nextSibling : target);
2139
+ } // Undo chrome's scroll adjustment (has no effect on other browsers)
2140
+
2141
+
2142
+ if (scrolledPastTop) {
2143
+ scrollBy(scrolledPastTop, 0, scrollBefore - scrolledPastTop.scrollTop);
2144
+ }
2145
+
2146
+ parentEl = dragEl.parentNode; // actualization
2147
+ // must be done before animation
2148
+
2149
+ if (targetBeforeFirstSwap !== undefined && !isCircumstantialInvert) {
2150
+ targetMoveDistance = Math.abs(targetBeforeFirstSwap - getRect(target)[side1]);
2151
+ }
2152
+
2153
+ changed();
2154
+ return completed(true);
2155
+ }
2156
+ }
2157
+
2158
+ if (el.contains(dragEl)) {
2159
+ return completed(false);
2160
+ }
2161
+ }
2162
+
2163
+ return false;
2164
+ },
2165
+ _ignoreWhileAnimating: null,
2166
+ _offMoveEvents: function _offMoveEvents() {
2167
+ off(document, 'mousemove', this._onTouchMove);
2168
+ off(document, 'touchmove', this._onTouchMove);
2169
+ off(document, 'pointermove', this._onTouchMove);
2170
+ off(document, 'dragover', nearestEmptyInsertDetectEvent);
2171
+ off(document, 'mousemove', nearestEmptyInsertDetectEvent);
2172
+ off(document, 'touchmove', nearestEmptyInsertDetectEvent);
2173
+ },
2174
+ _offUpEvents: function _offUpEvents() {
2175
+ var ownerDocument = this.el.ownerDocument;
2176
+ off(ownerDocument, 'mouseup', this._onDrop);
2177
+ off(ownerDocument, 'touchend', this._onDrop);
2178
+ off(ownerDocument, 'pointerup', this._onDrop);
2179
+ off(ownerDocument, 'touchcancel', this._onDrop);
2180
+ off(document, 'selectstart', this);
2181
+ },
2182
+ _onDrop: function _onDrop(
2183
+ /**Event*/
2184
+ evt) {
2185
+ var el = this.el,
2186
+ options = this.options; // Get the index of the dragged element within its parent
2187
+
2188
+ newIndex = index(dragEl);
2189
+ newDraggableIndex = index(dragEl, options.draggable);
2190
+ pluginEvent('drop', this, {
2191
+ evt: evt
2192
+ });
2193
+ parentEl = dragEl && dragEl.parentNode; // Get again after plugin event
2194
+
2195
+ newIndex = index(dragEl);
2196
+ newDraggableIndex = index(dragEl, options.draggable);
2197
+
2198
+ if (Sortable.eventCanceled) {
2199
+ this._nulling();
2200
+
2201
+ return;
2202
+ }
2203
+
2204
+ awaitingDragStarted = false;
2205
+ isCircumstantialInvert = false;
2206
+ pastFirstInvertThresh = false;
2207
+ clearInterval(this._loopId);
2208
+ clearTimeout(this._dragStartTimer);
2209
+
2210
+ _cancelNextTick(this.cloneId);
2211
+
2212
+ _cancelNextTick(this._dragStartId); // Unbind events
2213
+
2214
+
2215
+ if (this.nativeDraggable) {
2216
+ off(document, 'drop', this);
2217
+ off(el, 'dragstart', this._onDragStart);
2218
+ }
2219
+
2220
+ this._offMoveEvents();
2221
+
2222
+ this._offUpEvents();
2223
+
2224
+ if (Safari) {
2225
+ css(document.body, 'user-select', '');
2226
+ }
2227
+
2228
+ css(dragEl, 'transform', '');
2229
+
2230
+ if (evt) {
2231
+ if (moved) {
2232
+ evt.cancelable && evt.preventDefault();
2233
+ !options.dropBubble && evt.stopPropagation();
2234
+ }
2235
+
2236
+ ghostEl && ghostEl.parentNode && ghostEl.parentNode.removeChild(ghostEl);
2237
+
2238
+ if (rootEl === parentEl || putSortable && putSortable.lastPutMode !== 'clone') {
2239
+ // Remove clone(s)
2240
+ cloneEl && cloneEl.parentNode && cloneEl.parentNode.removeChild(cloneEl);
2241
+ }
2242
+
2243
+ if (dragEl) {
2244
+ if (this.nativeDraggable) {
2245
+ off(dragEl, 'dragend', this);
2246
+ }
2247
+
2248
+ _disableDraggable(dragEl);
2249
+
2250
+ dragEl.style['will-change'] = ''; // Remove classes
2251
+ // ghostClass is added in dragStarted
2252
+
2253
+ if (moved && !awaitingDragStarted) {
2254
+ toggleClass(dragEl, putSortable ? putSortable.options.ghostClass : this.options.ghostClass, false);
2255
+ }
2256
+
2257
+ toggleClass(dragEl, this.options.chosenClass, false); // Drag stop event
2258
+
2259
+ _dispatchEvent({
2260
+ sortable: this,
2261
+ name: 'unchoose',
2262
+ toEl: parentEl,
2263
+ newIndex: null,
2264
+ newDraggableIndex: null,
2265
+ originalEvent: evt
2266
+ });
2267
+
2268
+ if (rootEl !== parentEl) {
2269
+ if (newIndex >= 0) {
2270
+ // Add event
2271
+ _dispatchEvent({
2272
+ rootEl: parentEl,
2273
+ name: 'add',
2274
+ toEl: parentEl,
2275
+ fromEl: rootEl,
2276
+ originalEvent: evt
2277
+ }); // Remove event
2278
+
2279
+
2280
+ _dispatchEvent({
2281
+ sortable: this,
2282
+ name: 'remove',
2283
+ toEl: parentEl,
2284
+ originalEvent: evt
2285
+ }); // drag from one list and drop into another
2286
+
2287
+
2288
+ _dispatchEvent({
2289
+ rootEl: parentEl,
2290
+ name: 'sort',
2291
+ toEl: parentEl,
2292
+ fromEl: rootEl,
2293
+ originalEvent: evt
2294
+ });
2295
+
2296
+ _dispatchEvent({
2297
+ sortable: this,
2298
+ name: 'sort',
2299
+ toEl: parentEl,
2300
+ originalEvent: evt
2301
+ });
2302
+ }
2303
+
2304
+ putSortable && putSortable.save();
2305
+ } else {
2306
+ if (newIndex !== oldIndex) {
2307
+ if (newIndex >= 0) {
2308
+ // drag & drop within the same list
2309
+ _dispatchEvent({
2310
+ sortable: this,
2311
+ name: 'update',
2312
+ toEl: parentEl,
2313
+ originalEvent: evt
2314
+ });
2315
+
2316
+ _dispatchEvent({
2317
+ sortable: this,
2318
+ name: 'sort',
2319
+ toEl: parentEl,
2320
+ originalEvent: evt
2321
+ });
2322
+ }
2323
+ }
2324
+ }
2325
+
2326
+ if (Sortable.active) {
2327
+ /* jshint eqnull:true */
2328
+ if (newIndex == null || newIndex === -1) {
2329
+ newIndex = oldIndex;
2330
+ newDraggableIndex = oldDraggableIndex;
2331
+ }
2332
+
2333
+ _dispatchEvent({
2334
+ sortable: this,
2335
+ name: 'end',
2336
+ toEl: parentEl,
2337
+ originalEvent: evt
2338
+ }); // Save sorting
2339
+
2340
+
2341
+ this.save();
2342
+ }
2343
+ }
2344
+ }
2345
+
2346
+ this._nulling();
2347
+ },
2348
+ _nulling: function _nulling() {
2349
+ pluginEvent('nulling', this);
2350
+ rootEl = dragEl = parentEl = ghostEl = nextEl = cloneEl = lastDownEl = cloneHidden = tapEvt = touchEvt = moved = newIndex = newDraggableIndex = oldIndex = oldDraggableIndex = lastTarget = lastDirection = putSortable = activeGroup = Sortable.dragged = Sortable.ghost = Sortable.clone = Sortable.active = null;
2351
+ savedInputChecked.forEach(function (el) {
2352
+ el.checked = true;
2353
+ });
2354
+ savedInputChecked.length = lastDx = lastDy = 0;
2355
+ },
2356
+ handleEvent: function handleEvent(
2357
+ /**Event*/
2358
+ evt) {
2359
+ switch (evt.type) {
2360
+ case 'drop':
2361
+ case 'dragend':
2362
+ this._onDrop(evt);
2363
+
2364
+ break;
2365
+
2366
+ case 'dragenter':
2367
+ case 'dragover':
2368
+ if (dragEl) {
2369
+ this._onDragOver(evt);
2370
+
2371
+ _globalDragOver(evt);
2372
+ }
2373
+
2374
+ break;
2375
+
2376
+ case 'selectstart':
2377
+ evt.preventDefault();
2378
+ break;
2379
+ }
2380
+ },
2381
+
2382
+ /**
2383
+ * Serializes the item into an array of string.
2384
+ * @returns {String[]}
2385
+ */
2386
+ toArray: function toArray() {
2387
+ var order = [],
2388
+ el,
2389
+ children = this.el.children,
2390
+ i = 0,
2391
+ n = children.length,
2392
+ options = this.options;
2393
+
2394
+ for (; i < n; i++) {
2395
+ el = children[i];
2396
+
2397
+ if (closest(el, options.draggable, this.el, false)) {
2398
+ order.push(el.getAttribute(options.dataIdAttr) || _generateId(el));
2399
+ }
2400
+ }
2401
+
2402
+ return order;
2403
+ },
2404
+
2405
+ /**
2406
+ * Sorts the elements according to the array.
2407
+ * @param {String[]} order order of the items
2408
+ */
2409
+ sort: function sort(order, useAnimation) {
2410
+ var items = {},
2411
+ rootEl = this.el;
2412
+ this.toArray().forEach(function (id, i) {
2413
+ var el = rootEl.children[i];
2414
+
2415
+ if (closest(el, this.options.draggable, rootEl, false)) {
2416
+ items[id] = el;
2417
+ }
2418
+ }, this);
2419
+ useAnimation && this.captureAnimationState();
2420
+ order.forEach(function (id) {
2421
+ if (items[id]) {
2422
+ rootEl.removeChild(items[id]);
2423
+ rootEl.appendChild(items[id]);
2424
+ }
2425
+ });
2426
+ useAnimation && this.animateAll();
2427
+ },
2428
+
2429
+ /**
2430
+ * Save the current sorting
2431
+ */
2432
+ save: function save() {
2433
+ var store = this.options.store;
2434
+ store && store.set && store.set(this);
2435
+ },
2436
+
2437
+ /**
2438
+ * For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
2439
+ * @param {HTMLElement} el
2440
+ * @param {String} [selector] default: `options.draggable`
2441
+ * @returns {HTMLElement|null}
2442
+ */
2443
+ closest: function closest$1(el, selector) {
2444
+ return closest(el, selector || this.options.draggable, this.el, false);
2445
+ },
2446
+
2447
+ /**
2448
+ * Set/get option
2449
+ * @param {string} name
2450
+ * @param {*} [value]
2451
+ * @returns {*}
2452
+ */
2453
+ option: function option(name, value) {
2454
+ var options = this.options;
2455
+
2456
+ if (value === void 0) {
2457
+ return options[name];
2458
+ } else {
2459
+ var modifiedValue = PluginManager.modifyOption(this, name, value);
2460
+
2461
+ if (typeof modifiedValue !== 'undefined') {
2462
+ options[name] = modifiedValue;
2463
+ } else {
2464
+ options[name] = value;
2465
+ }
2466
+
2467
+ if (name === 'group') {
2468
+ _prepareGroup(options);
2469
+ }
2470
+ }
2471
+ },
2472
+
2473
+ /**
2474
+ * Destroy
2475
+ */
2476
+ destroy: function destroy() {
2477
+ pluginEvent('destroy', this);
2478
+ var el = this.el;
2479
+ el[expando] = null;
2480
+ off(el, 'mousedown', this._onTapStart);
2481
+ off(el, 'touchstart', this._onTapStart);
2482
+ off(el, 'pointerdown', this._onTapStart);
2483
+
2484
+ if (this.nativeDraggable) {
2485
+ off(el, 'dragover', this);
2486
+ off(el, 'dragenter', this);
2487
+ } // Remove draggable attributes
2488
+
2489
+
2490
+ Array.prototype.forEach.call(el.querySelectorAll('[draggable]'), function (el) {
2491
+ el.removeAttribute('draggable');
2492
+ });
2493
+
2494
+ this._onDrop();
2495
+
2496
+ this._disableDelayedDragEvents();
2497
+
2498
+ sortables.splice(sortables.indexOf(this.el), 1);
2499
+ this.el = el = null;
2500
+ },
2501
+ _hideClone: function _hideClone() {
2502
+ if (!cloneHidden) {
2503
+ pluginEvent('hideClone', this);
2504
+ if (Sortable.eventCanceled) return;
2505
+ css(cloneEl, 'display', 'none');
2506
+
2507
+ if (this.options.removeCloneOnHide && cloneEl.parentNode) {
2508
+ cloneEl.parentNode.removeChild(cloneEl);
2509
+ }
2510
+
2511
+ cloneHidden = true;
2512
+ }
2513
+ },
2514
+ _showClone: function _showClone(putSortable) {
2515
+ if (putSortable.lastPutMode !== 'clone') {
2516
+ this._hideClone();
2517
+
2518
+ return;
2519
+ }
2520
+
2521
+ if (cloneHidden) {
2522
+ pluginEvent('showClone', this);
2523
+ if (Sortable.eventCanceled) return; // show clone at dragEl or original position
2524
+
2525
+ if (dragEl.parentNode == rootEl && !this.options.group.revertClone) {
2526
+ rootEl.insertBefore(cloneEl, dragEl);
2527
+ } else if (nextEl) {
2528
+ rootEl.insertBefore(cloneEl, nextEl);
2529
+ } else {
2530
+ rootEl.appendChild(cloneEl);
2531
+ }
2532
+
2533
+ if (this.options.group.revertClone) {
2534
+ this.animate(dragEl, cloneEl);
2535
+ }
2536
+
2537
+ css(cloneEl, 'display', '');
2538
+ cloneHidden = false;
2539
+ }
2540
+ }
2541
+ };
2542
+
2543
+ function _globalDragOver(
2544
+ /**Event*/
2545
+ evt) {
2546
+ if (evt.dataTransfer) {
2547
+ evt.dataTransfer.dropEffect = 'move';
2548
+ }
2549
+
2550
+ evt.cancelable && evt.preventDefault();
2551
+ }
2552
+
2553
+ function _onMove(fromEl, toEl, dragEl, dragRect, targetEl, targetRect, originalEvent, willInsertAfter) {
2554
+ var evt,
2555
+ sortable = fromEl[expando],
2556
+ onMoveFn = sortable.options.onMove,
2557
+ retVal; // Support for new CustomEvent feature
2558
+
2559
+ if (window.CustomEvent && !IE11OrLess && !Edge) {
2560
+ evt = new CustomEvent('move', {
2561
+ bubbles: true,
2562
+ cancelable: true
2563
+ });
2564
+ } else {
2565
+ evt = document.createEvent('Event');
2566
+ evt.initEvent('move', true, true);
2567
+ }
2568
+
2569
+ evt.to = toEl;
2570
+ evt.from = fromEl;
2571
+ evt.dragged = dragEl;
2572
+ evt.draggedRect = dragRect;
2573
+ evt.related = targetEl || toEl;
2574
+ evt.relatedRect = targetRect || getRect(toEl);
2575
+ evt.willInsertAfter = willInsertAfter;
2576
+ evt.originalEvent = originalEvent;
2577
+ fromEl.dispatchEvent(evt);
2578
+
2579
+ if (onMoveFn) {
2580
+ retVal = onMoveFn.call(sortable, evt, originalEvent);
2581
+ }
2582
+
2583
+ return retVal;
2584
+ }
2585
+
2586
+ function _disableDraggable(el) {
2587
+ el.draggable = false;
2588
+ }
2589
+
2590
+ function _unsilent() {
2591
+ _silent = false;
2592
+ }
2593
+
2594
+ function _ghostIsFirst(evt, vertical, sortable) {
2595
+ var rect = getRect(getChild(sortable.el, 0, sortable.options, true));
2596
+ var spacer = 10;
2597
+ return vertical ? evt.clientX < rect.left - spacer || evt.clientY < rect.top && evt.clientX < rect.right : evt.clientY < rect.top - spacer || evt.clientY < rect.bottom && evt.clientX < rect.left;
2598
+ }
2599
+
2600
+ function _ghostIsLast(evt, vertical, sortable) {
2601
+ var rect = getRect(lastChild(sortable.el, sortable.options.draggable));
2602
+ var spacer = 10;
2603
+ return vertical ? evt.clientX > rect.right + spacer || evt.clientX <= rect.right && evt.clientY > rect.bottom && evt.clientX >= rect.left : evt.clientX > rect.right && evt.clientY > rect.top || evt.clientX <= rect.right && evt.clientY > rect.bottom + spacer;
2604
+ }
2605
+
2606
+ function _getSwapDirection(evt, target, targetRect, vertical, swapThreshold, invertedSwapThreshold, invertSwap, isLastTarget) {
2607
+ var mouseOnAxis = vertical ? evt.clientY : evt.clientX,
2608
+ targetLength = vertical ? targetRect.height : targetRect.width,
2609
+ targetS1 = vertical ? targetRect.top : targetRect.left,
2610
+ targetS2 = vertical ? targetRect.bottom : targetRect.right,
2611
+ invert = false;
2612
+
2613
+ if (!invertSwap) {
2614
+ // Never invert or create dragEl shadow when target movemenet causes mouse to move past the end of regular swapThreshold
2615
+ if (isLastTarget && targetMoveDistance < targetLength * swapThreshold) {
2616
+ // multiplied only by swapThreshold because mouse will already be inside target by (1 - threshold) * targetLength / 2
2617
+ // check if past first invert threshold on side opposite of lastDirection
2618
+ if (!pastFirstInvertThresh && (lastDirection === 1 ? mouseOnAxis > targetS1 + targetLength * invertedSwapThreshold / 2 : mouseOnAxis < targetS2 - targetLength * invertedSwapThreshold / 2)) {
2619
+ // past first invert threshold, do not restrict inverted threshold to dragEl shadow
2620
+ pastFirstInvertThresh = true;
2621
+ }
2622
+
2623
+ if (!pastFirstInvertThresh) {
2624
+ // dragEl shadow (target move distance shadow)
2625
+ if (lastDirection === 1 ? mouseOnAxis < targetS1 + targetMoveDistance // over dragEl shadow
2626
+ : mouseOnAxis > targetS2 - targetMoveDistance) {
2627
+ return -lastDirection;
2628
+ }
2629
+ } else {
2630
+ invert = true;
2631
+ }
2632
+ } else {
2633
+ // Regular
2634
+ if (mouseOnAxis > targetS1 + targetLength * (1 - swapThreshold) / 2 && mouseOnAxis < targetS2 - targetLength * (1 - swapThreshold) / 2) {
2635
+ return _getInsertDirection(target);
2636
+ }
2637
+ }
2638
+ }
2639
+
2640
+ invert = invert || invertSwap;
2641
+
2642
+ if (invert) {
2643
+ // Invert of regular
2644
+ if (mouseOnAxis < targetS1 + targetLength * invertedSwapThreshold / 2 || mouseOnAxis > targetS2 - targetLength * invertedSwapThreshold / 2) {
2645
+ return mouseOnAxis > targetS1 + targetLength / 2 ? 1 : -1;
2646
+ }
2647
+ }
2648
+
2649
+ return 0;
2650
+ }
2651
+ /**
2652
+ * Gets the direction dragEl must be swapped relative to target in order to make it
2653
+ * seem that dragEl has been "inserted" into that element's position
2654
+ * @param {HTMLElement} target The target whose position dragEl is being inserted at
2655
+ * @return {Number} Direction dragEl must be swapped
2656
+ */
2657
+
2658
+
2659
+ function _getInsertDirection(target) {
2660
+ if (index(dragEl) < index(target)) {
2661
+ return 1;
2662
+ } else {
2663
+ return -1;
2664
+ }
2665
+ }
2666
+ /**
2667
+ * Generate id
2668
+ * @param {HTMLElement} el
2669
+ * @returns {String}
2670
+ * @private
2671
+ */
2672
+
2673
+
2674
+ function _generateId(el) {
2675
+ var str = el.tagName + el.className + el.src + el.href + el.textContent,
2676
+ i = str.length,
2677
+ sum = 0;
2678
+
2679
+ while (i--) {
2680
+ sum += str.charCodeAt(i);
2681
+ }
2682
+
2683
+ return sum.toString(36);
2684
+ }
2685
+
2686
+ function _saveInputCheckedState(root) {
2687
+ savedInputChecked.length = 0;
2688
+ var inputs = root.getElementsByTagName('input');
2689
+ var idx = inputs.length;
2690
+
2691
+ while (idx--) {
2692
+ var el = inputs[idx];
2693
+ el.checked && savedInputChecked.push(el);
2694
+ }
2695
+ }
2696
+
2697
+ function _nextTick(fn) {
2698
+ return setTimeout(fn, 0);
2699
+ }
2700
+
2701
+ function _cancelNextTick(id) {
2702
+ return clearTimeout(id);
2703
+ } // Fixed #973:
2704
+
2705
+
2706
+ if (documentExists) {
2707
+ on(document, 'touchmove', function (evt) {
2708
+ if ((Sortable.active || awaitingDragStarted) && evt.cancelable) {
2709
+ evt.preventDefault();
2710
+ }
2711
+ });
2712
+ } // Export utils
2713
+
2714
+
2715
+ Sortable.utils = {
2716
+ on: on,
2717
+ off: off,
2718
+ css: css,
2719
+ find: find,
2720
+ is: function is(el, selector) {
2721
+ return !!closest(el, selector, el, false);
2722
+ },
2723
+ extend: extend,
2724
+ throttle: throttle,
2725
+ closest: closest,
2726
+ toggleClass: toggleClass,
2727
+ clone: clone,
2728
+ index: index,
2729
+ nextTick: _nextTick,
2730
+ cancelNextTick: _cancelNextTick,
2731
+ detectDirection: _detectDirection,
2732
+ getChild: getChild
2733
+ };
2734
+ /**
2735
+ * Get the Sortable instance of an element
2736
+ * @param {HTMLElement} element The element
2737
+ * @return {Sortable|undefined} The instance of Sortable
2738
+ */
2739
+
2740
+ Sortable.get = function (element) {
2741
+ return element[expando];
2742
+ };
2743
+ /**
2744
+ * Mount a plugin to Sortable
2745
+ * @param {...SortablePlugin|SortablePlugin[]} plugins Plugins being mounted
2746
+ */
2747
+
2748
+
2749
+ Sortable.mount = function () {
2750
+ for (var _len = arguments.length, plugins = new Array(_len), _key = 0; _key < _len; _key++) {
2751
+ plugins[_key] = arguments[_key];
2752
+ }
2753
+
2754
+ if (plugins[0].constructor === Array) plugins = plugins[0];
2755
+ plugins.forEach(function (plugin) {
2756
+ if (!plugin.prototype || !plugin.prototype.constructor) {
2757
+ throw "Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(plugin));
2758
+ }
2759
+
2760
+ if (plugin.utils) Sortable.utils = _objectSpread2(_objectSpread2({}, Sortable.utils), plugin.utils);
2761
+ PluginManager.mount(plugin);
2762
+ });
2763
+ };
2764
+ /**
2765
+ * Create sortable instance
2766
+ * @param {HTMLElement} el
2767
+ * @param {Object} [options]
2768
+ */
2769
+
2770
+
2771
+ Sortable.create = function (el, options) {
2772
+ return new Sortable(el, options);
2773
+ }; // Export
2774
+
2775
+
2776
+ Sortable.version = version;
2777
+
2778
+ var autoScrolls = [],
2779
+ scrollEl,
2780
+ scrollRootEl,
2781
+ scrolling = false,
2782
+ lastAutoScrollX,
2783
+ lastAutoScrollY,
2784
+ touchEvt$1,
2785
+ pointerElemChangedInterval;
2786
+
2787
+ function AutoScrollPlugin() {
2788
+ function AutoScroll() {
2789
+ this.defaults = {
2790
+ scroll: true,
2791
+ forceAutoScrollFallback: false,
2792
+ scrollSensitivity: 30,
2793
+ scrollSpeed: 10,
2794
+ bubbleScroll: true
2795
+ }; // Bind all private methods
2796
+
2797
+ for (var fn in this) {
2798
+ if (fn.charAt(0) === '_' && typeof this[fn] === 'function') {
2799
+ this[fn] = this[fn].bind(this);
2800
+ }
2801
+ }
2802
+ }
2803
+
2804
+ AutoScroll.prototype = {
2805
+ dragStarted: function dragStarted(_ref) {
2806
+ var originalEvent = _ref.originalEvent;
2807
+
2808
+ if (this.sortable.nativeDraggable) {
2809
+ on(document, 'dragover', this._handleAutoScroll);
2810
+ } else {
2811
+ if (this.options.supportPointer) {
2812
+ on(document, 'pointermove', this._handleFallbackAutoScroll);
2813
+ } else if (originalEvent.touches) {
2814
+ on(document, 'touchmove', this._handleFallbackAutoScroll);
2815
+ } else {
2816
+ on(document, 'mousemove', this._handleFallbackAutoScroll);
2817
+ }
2818
+ }
2819
+ },
2820
+ dragOverCompleted: function dragOverCompleted(_ref2) {
2821
+ var originalEvent = _ref2.originalEvent;
2822
+
2823
+ // For when bubbling is canceled and using fallback (fallback 'touchmove' always reached)
2824
+ if (!this.options.dragOverBubble && !originalEvent.rootEl) {
2825
+ this._handleAutoScroll(originalEvent);
2826
+ }
2827
+ },
2828
+ drop: function drop() {
2829
+ if (this.sortable.nativeDraggable) {
2830
+ off(document, 'dragover', this._handleAutoScroll);
2831
+ } else {
2832
+ off(document, 'pointermove', this._handleFallbackAutoScroll);
2833
+ off(document, 'touchmove', this._handleFallbackAutoScroll);
2834
+ off(document, 'mousemove', this._handleFallbackAutoScroll);
2835
+ }
2836
+
2837
+ clearPointerElemChangedInterval();
2838
+ clearAutoScrolls();
2839
+ cancelThrottle();
2840
+ },
2841
+ nulling: function nulling() {
2842
+ touchEvt$1 = scrollRootEl = scrollEl = scrolling = pointerElemChangedInterval = lastAutoScrollX = lastAutoScrollY = null;
2843
+ autoScrolls.length = 0;
2844
+ },
2845
+ _handleFallbackAutoScroll: function _handleFallbackAutoScroll(evt) {
2846
+ this._handleAutoScroll(evt, true);
2847
+ },
2848
+ _handleAutoScroll: function _handleAutoScroll(evt, fallback) {
2849
+ var _this = this;
2850
+
2851
+ var x = (evt.touches ? evt.touches[0] : evt).clientX,
2852
+ y = (evt.touches ? evt.touches[0] : evt).clientY,
2853
+ elem = document.elementFromPoint(x, y);
2854
+ touchEvt$1 = evt; // IE does not seem to have native autoscroll,
2855
+ // Edge's autoscroll seems too conditional,
2856
+ // MACOS Safari does not have autoscroll,
2857
+ // Firefox and Chrome are good
2858
+
2859
+ if (fallback || this.options.forceAutoScrollFallback || Edge || IE11OrLess || Safari) {
2860
+ autoScroll(evt, this.options, elem, fallback); // Listener for pointer element change
2861
+
2862
+ var ogElemScroller = getParentAutoScrollElement(elem, true);
2863
+
2864
+ if (scrolling && (!pointerElemChangedInterval || x !== lastAutoScrollX || y !== lastAutoScrollY)) {
2865
+ pointerElemChangedInterval && clearPointerElemChangedInterval(); // Detect for pointer elem change, emulating native DnD behaviour
2866
+
2867
+ pointerElemChangedInterval = setInterval(function () {
2868
+ var newElem = getParentAutoScrollElement(document.elementFromPoint(x, y), true);
2869
+
2870
+ if (newElem !== ogElemScroller) {
2871
+ ogElemScroller = newElem;
2872
+ clearAutoScrolls();
2873
+ }
2874
+
2875
+ autoScroll(evt, _this.options, newElem, fallback);
2876
+ }, 10);
2877
+ lastAutoScrollX = x;
2878
+ lastAutoScrollY = y;
2879
+ }
2880
+ } else {
2881
+ // if DnD is enabled (and browser has good autoscrolling), first autoscroll will already scroll, so get parent autoscroll of first autoscroll
2882
+ if (!this.options.bubbleScroll || getParentAutoScrollElement(elem, true) === getWindowScrollingElement()) {
2883
+ clearAutoScrolls();
2884
+ return;
2885
+ }
2886
+
2887
+ autoScroll(evt, this.options, getParentAutoScrollElement(elem, false), false);
2888
+ }
2889
+ }
2890
+ };
2891
+ return _extends(AutoScroll, {
2892
+ pluginName: 'scroll',
2893
+ initializeByDefault: true
2894
+ });
2895
+ }
2896
+
2897
+ function clearAutoScrolls() {
2898
+ autoScrolls.forEach(function (autoScroll) {
2899
+ clearInterval(autoScroll.pid);
2900
+ });
2901
+ autoScrolls = [];
2902
+ }
2903
+
2904
+ function clearPointerElemChangedInterval() {
2905
+ clearInterval(pointerElemChangedInterval);
2906
+ }
2907
+
2908
+ var autoScroll = throttle(function (evt, options, rootEl, isFallback) {
2909
+ // Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=505521
2910
+ if (!options.scroll) return;
2911
+ var x = (evt.touches ? evt.touches[0] : evt).clientX,
2912
+ y = (evt.touches ? evt.touches[0] : evt).clientY,
2913
+ sens = options.scrollSensitivity,
2914
+ speed = options.scrollSpeed,
2915
+ winScroller = getWindowScrollingElement();
2916
+ var scrollThisInstance = false,
2917
+ scrollCustomFn; // New scroll root, set scrollEl
2918
+
2919
+ if (scrollRootEl !== rootEl) {
2920
+ scrollRootEl = rootEl;
2921
+ clearAutoScrolls();
2922
+ scrollEl = options.scroll;
2923
+ scrollCustomFn = options.scrollFn;
2924
+
2925
+ if (scrollEl === true) {
2926
+ scrollEl = getParentAutoScrollElement(rootEl, true);
2927
+ }
2928
+ }
2929
+
2930
+ var layersOut = 0;
2931
+ var currentParent = scrollEl;
2932
+
2933
+ do {
2934
+ var el = currentParent,
2935
+ rect = getRect(el),
2936
+ top = rect.top,
2937
+ bottom = rect.bottom,
2938
+ left = rect.left,
2939
+ right = rect.right,
2940
+ width = rect.width,
2941
+ height = rect.height,
2942
+ canScrollX = void 0,
2943
+ canScrollY = void 0,
2944
+ scrollWidth = el.scrollWidth,
2945
+ scrollHeight = el.scrollHeight,
2946
+ elCSS = css(el),
2947
+ scrollPosX = el.scrollLeft,
2948
+ scrollPosY = el.scrollTop;
2949
+
2950
+ if (el === winScroller) {
2951
+ canScrollX = width < scrollWidth && (elCSS.overflowX === 'auto' || elCSS.overflowX === 'scroll' || elCSS.overflowX === 'visible');
2952
+ canScrollY = height < scrollHeight && (elCSS.overflowY === 'auto' || elCSS.overflowY === 'scroll' || elCSS.overflowY === 'visible');
2953
+ } else {
2954
+ canScrollX = width < scrollWidth && (elCSS.overflowX === 'auto' || elCSS.overflowX === 'scroll');
2955
+ canScrollY = height < scrollHeight && (elCSS.overflowY === 'auto' || elCSS.overflowY === 'scroll');
2956
+ }
2957
+
2958
+ var vx = canScrollX && (Math.abs(right - x) <= sens && scrollPosX + width < scrollWidth) - (Math.abs(left - x) <= sens && !!scrollPosX);
2959
+ var vy = canScrollY && (Math.abs(bottom - y) <= sens && scrollPosY + height < scrollHeight) - (Math.abs(top - y) <= sens && !!scrollPosY);
2960
+
2961
+ if (!autoScrolls[layersOut]) {
2962
+ for (var i = 0; i <= layersOut; i++) {
2963
+ if (!autoScrolls[i]) {
2964
+ autoScrolls[i] = {};
2965
+ }
2966
+ }
2967
+ }
2968
+
2969
+ if (autoScrolls[layersOut].vx != vx || autoScrolls[layersOut].vy != vy || autoScrolls[layersOut].el !== el) {
2970
+ autoScrolls[layersOut].el = el;
2971
+ autoScrolls[layersOut].vx = vx;
2972
+ autoScrolls[layersOut].vy = vy;
2973
+ clearInterval(autoScrolls[layersOut].pid);
2974
+
2975
+ if (vx != 0 || vy != 0) {
2976
+ scrollThisInstance = true;
2977
+ /* jshint loopfunc:true */
2978
+
2979
+ autoScrolls[layersOut].pid = setInterval(function () {
2980
+ // emulate drag over during autoscroll (fallback), emulating native DnD behaviour
2981
+ if (isFallback && this.layer === 0) {
2982
+ Sortable.active._onTouchMove(touchEvt$1); // To move ghost if it is positioned absolutely
2983
+
2984
+ }
2985
+
2986
+ var scrollOffsetY = autoScrolls[this.layer].vy ? autoScrolls[this.layer].vy * speed : 0;
2987
+ var scrollOffsetX = autoScrolls[this.layer].vx ? autoScrolls[this.layer].vx * speed : 0;
2988
+
2989
+ if (typeof scrollCustomFn === 'function') {
2990
+ if (scrollCustomFn.call(Sortable.dragged.parentNode[expando], scrollOffsetX, scrollOffsetY, evt, touchEvt$1, autoScrolls[this.layer].el) !== 'continue') {
2991
+ return;
2992
+ }
2993
+ }
2994
+
2995
+ scrollBy(autoScrolls[this.layer].el, scrollOffsetX, scrollOffsetY);
2996
+ }.bind({
2997
+ layer: layersOut
2998
+ }), 24);
2999
+ }
3000
+ }
3001
+
3002
+ layersOut++;
3003
+ } while (options.bubbleScroll && currentParent !== winScroller && (currentParent = getParentAutoScrollElement(currentParent, false)));
3004
+
3005
+ scrolling = scrollThisInstance; // in case another function catches scrolling as false in between when it is not
3006
+ }, 30);
3007
+
3008
+ var drop = function drop(_ref) {
3009
+ var originalEvent = _ref.originalEvent,
3010
+ putSortable = _ref.putSortable,
3011
+ dragEl = _ref.dragEl,
3012
+ activeSortable = _ref.activeSortable,
3013
+ dispatchSortableEvent = _ref.dispatchSortableEvent,
3014
+ hideGhostForTarget = _ref.hideGhostForTarget,
3015
+ unhideGhostForTarget = _ref.unhideGhostForTarget;
3016
+ if (!originalEvent) return;
3017
+ var toSortable = putSortable || activeSortable;
3018
+ hideGhostForTarget();
3019
+ var touch = originalEvent.changedTouches && originalEvent.changedTouches.length ? originalEvent.changedTouches[0] : originalEvent;
3020
+ var target = document.elementFromPoint(touch.clientX, touch.clientY);
3021
+ unhideGhostForTarget();
3022
+
3023
+ if (toSortable && !toSortable.el.contains(target)) {
3024
+ dispatchSortableEvent('spill');
3025
+ this.onSpill({
3026
+ dragEl: dragEl,
3027
+ putSortable: putSortable
3028
+ });
3029
+ }
3030
+ };
3031
+
3032
+ function Revert() {}
3033
+
3034
+ Revert.prototype = {
3035
+ startIndex: null,
3036
+ dragStart: function dragStart(_ref2) {
3037
+ var oldDraggableIndex = _ref2.oldDraggableIndex;
3038
+ this.startIndex = oldDraggableIndex;
3039
+ },
3040
+ onSpill: function onSpill(_ref3) {
3041
+ var dragEl = _ref3.dragEl,
3042
+ putSortable = _ref3.putSortable;
3043
+ this.sortable.captureAnimationState();
3044
+
3045
+ if (putSortable) {
3046
+ putSortable.captureAnimationState();
3047
+ }
3048
+
3049
+ var nextSibling = getChild(this.sortable.el, this.startIndex, this.options);
3050
+
3051
+ if (nextSibling) {
3052
+ this.sortable.el.insertBefore(dragEl, nextSibling);
3053
+ } else {
3054
+ this.sortable.el.appendChild(dragEl);
3055
+ }
3056
+
3057
+ this.sortable.animateAll();
3058
+
3059
+ if (putSortable) {
3060
+ putSortable.animateAll();
3061
+ }
3062
+ },
3063
+ drop: drop
3064
+ };
3065
+
3066
+ _extends(Revert, {
3067
+ pluginName: 'revertOnSpill'
3068
+ });
3069
+
3070
+ function Remove() {}
3071
+
3072
+ Remove.prototype = {
3073
+ onSpill: function onSpill(_ref4) {
3074
+ var dragEl = _ref4.dragEl,
3075
+ putSortable = _ref4.putSortable;
3076
+ var parentSortable = putSortable || this.sortable;
3077
+ parentSortable.captureAnimationState();
3078
+ dragEl.parentNode && dragEl.parentNode.removeChild(dragEl);
3079
+ parentSortable.animateAll();
3080
+ },
3081
+ drop: drop
3082
+ };
3083
+
3084
+ _extends(Remove, {
3085
+ pluginName: 'removeOnSpill'
3086
+ });
3087
+
3088
+ Sortable.mount(new AutoScrollPlugin());
3089
+ Sortable.mount(Remove, Revert);
3090
+
3091
+ const stzhSortableCss = ".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}";
3092
+
3093
+ const CLASS_ITEM = 'is-sortable-item';
3094
+ const CLASS_GHOST = "is-ghost";
3095
+ const CLASS_SELECTED = "is-selected";
3096
+ const CLASS_CHOSEN = "is-chosen";
3097
+ const CLASS_DRAG = "is-drag";
3098
+ const CLASS_PARENT_SELECTED = "has-item-selected";
3099
+ let sortableCounter = 0;
3100
+ const StzhSortable = class {
3101
+ constructor(hostRef) {
3102
+ index$1.registerInstance(this, hostRef);
3103
+ this.stzhUpdate = index$1.createEvent(this, "stzhUpdate", 7);
3104
+ /** Wether sorting is disabled or not */
3105
+ this.disabled = false;
3106
+ /** HTML attribute that is used by the `toArray()` method */
3107
+ this.dataIdAttribute = "data-id";
3108
+ /** Container */
3109
+ this.container = () => {
3110
+ var _a;
3111
+ return (_a = this.containerElement) === null || _a === void 0 ? void 0 : _a.firstElementChild;
3112
+ };
3113
+ /** Filtered elements that should prevent dragging inside the drag item elements */
3114
+ this.filterElements = [
3115
+ "[data-stzh-sortable-filtered]",
3116
+ "[sortable-disabled]",
3117
+ "button",
3118
+ "a[href]",
3119
+ "input",
3120
+ "select",
3121
+ "textarea",
3122
+ "label",
3123
+ "iframe",
3124
+ "details",
3125
+ "area",
3126
+ "stzh-sortable"
3127
+ ];
3128
+ this.selectedItem = null;
3129
+ this.resetItemOnBlur = false;
3130
+ this.init = () => {
3131
+ if (!this.getContainer()) {
3132
+ return;
3133
+ }
3134
+ Array.from(this.getContainer().children).forEach((child) => {
3135
+ child.classList.add(CLASS_ITEM);
3136
+ child.addEventListener('blur', this.onBlur);
3137
+ child.addEventListener('keydown', this.onKeydown);
3138
+ child.setAttribute('tabindex', '0');
3139
+ child.setAttribute('aria-describedby', `${this.sortableId}-description`);
3140
+ });
3141
+ };
3142
+ this.updated = async (event) => {
3143
+ let newIndex;
3144
+ let oldIndex;
3145
+ let item;
3146
+ if (event) {
3147
+ newIndex = event.newIndex;
3148
+ oldIndex = event.oldIndex;
3149
+ item = event.item;
3150
+ }
3151
+ else {
3152
+ newIndex = this.getIndexOfSelectedItem();
3153
+ oldIndex = this.lastIndex;
3154
+ item = this.selectedItem;
3155
+ }
3156
+ if (newIndex !== oldIndex) {
3157
+ this.stzhUpdate.emit({
3158
+ component: "stzh-sortable",
3159
+ data: await this.toArray(),
3160
+ item,
3161
+ newIndex,
3162
+ oldIndex
3163
+ });
3164
+ }
3165
+ };
3166
+ this.onKeydown = (event) => {
3167
+ const currentTarget = event.currentTarget;
3168
+ if (!this.getContainer() || this.disabled) {
3169
+ return;
3170
+ }
3171
+ if (event.key === " "
3172
+ || (event.key === "Tab"
3173
+ && this.selectedItem
3174
+ && this.selectedItem === event.currentTarget)) {
3175
+ event.preventDefault();
3176
+ }
3177
+ const isFilteredElement = currentTarget.matches(this._filterElements.join(', '));
3178
+ if (event.key === " " && !isFilteredElement) {
3179
+ if (!this.selectedItem) {
3180
+ this.selectedItem = currentTarget;
3181
+ this.selectedItem.parentElement.classList.add(CLASS_PARENT_SELECTED);
3182
+ this.selectedItem.classList.add(CLASS_SELECTED);
3183
+ this.lastIndex = this.getIndexOfSelectedItem();
3184
+ this.resetItemOnBlur = true;
3185
+ this.updateAriaLive(this.localization.started);
3186
+ }
3187
+ else {
3188
+ this.resetItemOnBlur = false;
3189
+ this.updateAriaLive(this.localization.dropped);
3190
+ this.updated();
3191
+ this.resetActiveItem();
3192
+ }
3193
+ }
3194
+ else if (event.key === "Escape" && this.selectedItem) {
3195
+ this.resetItemOnBlur = false;
3196
+ this.updateAriaLive(this.localization.canceled);
3197
+ this.resetActiveItem(true);
3198
+ }
3199
+ else if (event.key === "ArrowUp") {
3200
+ if (this.selectedItem) {
3201
+ this.moveItem(this.selectedItem, "up");
3202
+ }
3203
+ else {
3204
+ this.focusItem(currentTarget.previousElementSibling);
3205
+ }
3206
+ }
3207
+ else if (event.key === "ArrowDown") {
3208
+ if (this.selectedItem) {
3209
+ this.moveItem(this.selectedItem, "down");
3210
+ }
3211
+ else {
3212
+ this.focusItem(currentTarget.nextElementSibling);
3213
+ }
3214
+ }
3215
+ };
3216
+ this.onBlur = () => {
3217
+ if (this.resetItemOnBlur) {
3218
+ this.resetItemOnBlur = false;
3219
+ this.updateAriaLive(this.localization.dropped);
3220
+ this.updated();
3221
+ this.resetActiveItem();
3222
+ }
3223
+ };
3224
+ }
3225
+ /** Serializes the sortable's item data-id's (dataIdAttr option) into an array of string */
3226
+ async toArray() {
3227
+ return this.sortable.toArray();
3228
+ }
3229
+ /** Sorts the elements according to the array */
3230
+ async sort(order, useAnimation = true) {
3231
+ return this.sortable.sort(order, useAnimation);
3232
+ }
3233
+ /** Move item */
3234
+ async moveItem(item, direction) {
3235
+ if (!item
3236
+ || !item.nextElementSibling && direction === "down"
3237
+ || !item.previousElementSibling && direction === "up") {
3238
+ return;
3239
+ }
3240
+ this.resetItemOnBlur = false;
3241
+ if (direction === "up") {
3242
+ item.previousElementSibling.before(item);
3243
+ }
3244
+ else if (direction === "down") {
3245
+ item.nextElementSibling.after(item);
3246
+ }
3247
+ this.updateAriaLive(this.localization.moved, item);
3248
+ this.focusItem(item);
3249
+ this.resetItemOnBlur = true;
3250
+ }
3251
+ filterElementsWatcher(newValue) {
3252
+ if (typeof newValue === "string") {
3253
+ this._filterElements = JSON.parse(newValue);
3254
+ }
3255
+ else {
3256
+ this._filterElements = newValue;
3257
+ }
3258
+ }
3259
+ getContainer() {
3260
+ return typeof this.container === "function"
3261
+ ? this.container()
3262
+ : this.container;
3263
+ }
3264
+ updateAriaLive(string, item = this.selectedItem) {
3265
+ if (!this.getContainer()) {
3266
+ return;
3267
+ }
3268
+ if (item) {
3269
+ const title = item.getAttribute("aria-label") || "";
3270
+ const index = this.getIndexOfSelectedItem(item);
3271
+ string = string
3272
+ .replace("{title}", title)
3273
+ .replace("{current}", (index + 1).toString());
3274
+ }
3275
+ const total = this.getContainer().children.length;
3276
+ string = string
3277
+ .replace("{total}", total.toString());
3278
+ this.ariaLiveElement.textContent = string;
3279
+ }
3280
+ getIndexOfSelectedItem(item = this.selectedItem) {
3281
+ if (item) {
3282
+ return Array.from(item.parentElement.children).indexOf(item);
3283
+ }
3284
+ }
3285
+ resetActiveItem(moveToOriginalPosition = false) {
3286
+ if (!this.selectedItem) {
3287
+ return;
3288
+ }
3289
+ const currentIndex = this.getIndexOfSelectedItem();
3290
+ const container = this.selectedItem.parentElement;
3291
+ if (moveToOriginalPosition && this.lastIndex !== currentIndex) {
3292
+ if (this.lastIndex > currentIndex) {
3293
+ container.children[this.lastIndex].after(this.selectedItem);
3294
+ }
3295
+ else {
3296
+ container.children[this.lastIndex].before(this.selectedItem);
3297
+ }
3298
+ this.selectedItem.focus();
3299
+ }
3300
+ container.classList.remove(CLASS_PARENT_SELECTED);
3301
+ this.selectedItem.classList.remove(CLASS_SELECTED);
3302
+ this.selectedItem = null;
3303
+ this.lastIndex = null;
3304
+ }
3305
+ focusItem(item) {
3306
+ if (!item) {
3307
+ return;
3308
+ }
3309
+ item.focus();
3310
+ const flyingfocusElement = document.querySelector('stzh-flyingfocus');
3311
+ if (flyingfocusElement) {
3312
+ flyingfocusElement.reposition();
3313
+ }
3314
+ scrollIntoView(item, {
3315
+ scrollMode: 'if-needed',
3316
+ block: 'nearest',
3317
+ inline: 'nearest'
3318
+ });
3319
+ }
3320
+ async componentWillLoad() {
3321
+ this.sortableId = `stzh-sortable-${sortableCounter++}`;
3322
+ this.filterElementsWatcher(this.filterElements);
3323
+ if (!this.localization) {
3324
+ this.localization = await translationUtils.fetchTranslations(this.element, 'sortable');
3325
+ }
3326
+ }
3327
+ componentWillUpdate() {
3328
+ if (this.sortable) {
3329
+ this.sortable.destroy();
3330
+ this.sortable = null;
3331
+ }
3332
+ }
3333
+ componentDidRender() {
3334
+ if (this.sortable) {
3335
+ return;
3336
+ }
3337
+ // see available option in https://github.com/SortableJS/Sortable#options
3338
+ this.sortable = new Sortable(this.getContainer(), {
3339
+ animation: 150,
3340
+ filter: this._filterElements.join(', '),
3341
+ ghostClass: CLASS_GHOST,
3342
+ chosenClass: CLASS_CHOSEN,
3343
+ dragClass: CLASS_DRAG,
3344
+ dataIdAttr: this.dataIdAttribute,
3345
+ preventOnFilter: false,
3346
+ forceFallback: true,
3347
+ delay: 200,
3348
+ delayOnTouchOnly: true,
3349
+ disabled: this.disabled,
3350
+ // changed sorting within list
3351
+ onUpdate: this.updated
3352
+ });
3353
+ }
3354
+ connectedCallback() {
3355
+ this.init();
3356
+ this.observer = new MutationObserver(this.init);
3357
+ this.observer.observe(this.element, {
3358
+ childList: true,
3359
+ subtree: true
3360
+ });
3361
+ }
3362
+ disconnectedCallback() {
3363
+ this.observer.disconnect();
3364
+ if (this.sortable) {
3365
+ this.sortable.destroy();
3366
+ this.sortable = null;
3367
+ }
3368
+ }
3369
+ render() {
3370
+ const classes = {
3371
+ "stzh-sortable": true
3372
+ };
3373
+ return (index$1.h(index$1.Host, null, index$1.h("div", { class: classes }, index$1.h("div", { id: `${this.sortableId}-description`, class: "stzh-sortable__description" }, this.localization.description), index$1.h("div", { ref: (el) => (this.ariaLiveElement = el), "aria-live": "assertive", class: "stzh-sortable__aria-live" }), index$1.h("div", { ref: (el) => (this.containerElement = el), class: "stzh-sortable__container" }, index$1.h("slot", null)))));
3374
+ }
3375
+ get element() { return index$1.getElement(this); }
3376
+ static get watchers() { return {
3377
+ "filterElements": ["filterElementsWatcher"]
3378
+ }; }
3379
+ };
3380
+ StzhSortable.style = stzhSortableCss;
3381
+
3382
+ exports.stzh_sortable = StzhSortable;