@esri/solutions-components 0.2.6 → 0.2.7

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 (314) hide show
  1. package/dist/cjs/deduct-calculator.cjs.entry.js +1 -1
  2. package/dist/cjs/pci-calculator.cjs.entry.js +1 -1
  3. package/dist/cjs/{pciUtils-6a806ba4.js → pciUtils-423cfc68.js} +25 -7
  4. package/dist/collection/demos/deduct-calculator.html +2 -5
  5. package/dist/collection/demos/new-public-notification.html +6 -4
  6. package/dist/collection/utils/pciUtils.js +25 -7
  7. package/dist/collection/utils/pciUtils.ts +30 -7
  8. package/dist/components/ExpandToggle.js +110 -0
  9. package/dist/components/Heading.js +22 -0
  10. package/dist/components/_commonjsHelpers.js +22 -0
  11. package/dist/components/action-bar.js +276 -0
  12. package/dist/components/action-group.js +149 -0
  13. package/dist/components/action-menu.js +356 -0
  14. package/dist/components/action.js +214 -0
  15. package/dist/components/add-record-modal.d.ts +11 -0
  16. package/dist/components/add-record-modal.js +171 -0
  17. package/dist/components/array.js +15 -0
  18. package/dist/components/block.js +272 -0
  19. package/dist/components/buffer-tools.d.ts +11 -0
  20. package/dist/components/buffer-tools.js +11 -0
  21. package/dist/components/buffer-tools2.js +262 -0
  22. package/dist/components/button.js +263 -0
  23. package/dist/components/calcite-accordion-item.js +244 -0
  24. package/dist/components/calcite-accordion.js +180 -0
  25. package/dist/components/calcite-action-bar.js +11 -0
  26. package/dist/components/calcite-action-group.js +11 -0
  27. package/dist/components/calcite-action-menu.js +11 -0
  28. package/dist/components/calcite-action-pad.js +197 -0
  29. package/dist/components/calcite-action.js +11 -0
  30. package/dist/components/calcite-alert.js +297 -0
  31. package/dist/components/calcite-avatar.js +182 -0
  32. package/dist/components/calcite-block-section.js +155 -0
  33. package/dist/components/calcite-block.js +11 -0
  34. package/dist/components/calcite-button.js +11 -0
  35. package/dist/components/calcite-card.js +187 -0
  36. package/dist/components/calcite-checkbox.js +11 -0
  37. package/dist/components/calcite-chip.js +11 -0
  38. package/dist/components/calcite-color-picker-hex-input.js +11 -0
  39. package/dist/components/calcite-color-picker-swatch.js +11 -0
  40. package/dist/components/calcite-color-picker.js +1036 -0
  41. package/dist/components/calcite-combobox-item-group.js +75 -0
  42. package/dist/components/calcite-combobox-item.js +11 -0
  43. package/dist/components/calcite-combobox.js +11 -0
  44. package/dist/components/calcite-date-picker-day.js +11 -0
  45. package/dist/components/calcite-date-picker-month-header.js +11 -0
  46. package/dist/components/calcite-date-picker-month.js +11 -0
  47. package/dist/components/calcite-date-picker.js +11 -0
  48. package/dist/components/calcite-dropdown-group.js +11 -0
  49. package/dist/components/calcite-dropdown-item.js +11 -0
  50. package/dist/components/calcite-dropdown.js +11 -0
  51. package/dist/components/calcite-fab.js +144 -0
  52. package/dist/components/calcite-filter.js +195 -0
  53. package/dist/components/calcite-flow-item.js +243 -0
  54. package/dist/components/calcite-flow.js +147 -0
  55. package/dist/components/calcite-graph.js +11 -0
  56. package/dist/components/calcite-handle.js +11 -0
  57. package/dist/components/calcite-icon.js +11 -0
  58. package/dist/components/calcite-inline-editable.js +294 -0
  59. package/dist/components/calcite-input-date-picker.js +713 -0
  60. package/dist/components/calcite-input-message.js +11 -0
  61. package/dist/components/calcite-input-number.js +637 -0
  62. package/dist/components/calcite-input-text.js +400 -0
  63. package/dist/components/calcite-input-time-picker.js +434 -0
  64. package/dist/components/calcite-input.js +11 -0
  65. package/dist/components/calcite-label.js +11 -0
  66. package/dist/components/calcite-link.js +11 -0
  67. package/dist/components/calcite-list-item-group.js +65 -0
  68. package/dist/components/calcite-list-item.js +11 -0
  69. package/dist/components/calcite-list.js +11 -0
  70. package/dist/components/calcite-loader.js +11 -0
  71. package/dist/components/calcite-modal.js +11 -0
  72. package/dist/components/calcite-notice.js +11 -0
  73. package/dist/components/calcite-option-group.js +64 -0
  74. package/dist/components/calcite-option.js +11 -0
  75. package/dist/components/calcite-pagination.js +258 -0
  76. package/dist/components/calcite-panel.js +11 -0
  77. package/dist/components/calcite-pick-list-group.js +74 -0
  78. package/dist/components/calcite-pick-list-item.js +11 -0
  79. package/dist/components/calcite-pick-list.js +11 -0
  80. package/dist/components/calcite-popover-manager.js +94 -0
  81. package/dist/components/calcite-popover.js +11 -0
  82. package/dist/components/calcite-progress.js +11 -0
  83. package/dist/components/calcite-radio-button-group.js +132 -0
  84. package/dist/components/calcite-radio-button.js +310 -0
  85. package/dist/components/calcite-radio-group-item.js +11 -0
  86. package/dist/components/calcite-radio-group.js +11 -0
  87. package/dist/components/calcite-rating.js +201 -0
  88. package/dist/components/calcite-scrim.js +11 -0
  89. package/dist/components/calcite-select.js +11 -0
  90. package/dist/components/calcite-shell-center-row.js +100 -0
  91. package/dist/components/calcite-shell-panel.js +11 -0
  92. package/dist/components/calcite-shell.js +11 -0
  93. package/dist/components/calcite-slider.js +11 -0
  94. package/dist/components/calcite-sortable-list.js +202 -0
  95. package/dist/components/calcite-split-button.js +11 -0
  96. package/dist/components/calcite-stepper-item.js +271 -0
  97. package/dist/components/calcite-stepper.js +256 -0
  98. package/dist/components/calcite-switch.js +11 -0
  99. package/dist/components/calcite-tab-nav.js +11 -0
  100. package/dist/components/calcite-tab-title.js +11 -0
  101. package/dist/components/calcite-tab.js +11 -0
  102. package/dist/components/calcite-tabs.js +11 -0
  103. package/dist/components/calcite-tile-select-group.js +65 -0
  104. package/dist/components/calcite-tile-select.js +266 -0
  105. package/dist/components/calcite-tile.js +11 -0
  106. package/dist/components/calcite-time-picker.js +11 -0
  107. package/dist/components/calcite-tip-group.js +41 -0
  108. package/dist/components/calcite-tip-manager.js +223 -0
  109. package/dist/components/calcite-tip.js +162 -0
  110. package/dist/components/calcite-tooltip-manager.js +57 -0
  111. package/dist/components/calcite-tooltip.js +11 -0
  112. package/dist/components/calcite-tree-item.js +11 -0
  113. package/dist/components/calcite-tree.js +11 -0
  114. package/dist/components/calcite-value-list-item.js +11 -0
  115. package/dist/components/calcite-value-list.js +11 -0
  116. package/dist/components/card-manager.d.ts +11 -0
  117. package/dist/components/card-manager.js +143 -0
  118. package/dist/components/check-list.d.ts +11 -0
  119. package/dist/components/check-list.js +11 -0
  120. package/dist/components/check-list2.js +131 -0
  121. package/dist/components/checkbox.js +165 -0
  122. package/dist/components/chip.js +170 -0
  123. package/dist/components/color-picker-hex-input.js +363 -0
  124. package/dist/components/color-picker-swatch.js +2034 -0
  125. package/dist/components/combobox-item.js +182 -0
  126. package/dist/components/combobox.js +912 -0
  127. package/dist/components/comment-card.d.ts +11 -0
  128. package/dist/components/comment-card.js +90 -0
  129. package/dist/components/conditionalSlot.js +50 -0
  130. package/dist/components/config-buffer-tools.d.ts +11 -0
  131. package/dist/components/config-buffer-tools.js +187 -0
  132. package/dist/components/config-draw-tools.d.ts +11 -0
  133. package/dist/components/config-draw-tools.js +121 -0
  134. package/dist/components/config-layer-picker.d.ts +11 -0
  135. package/dist/components/config-layer-picker.js +163 -0
  136. package/dist/components/config-pdf-download.d.ts +11 -0
  137. package/dist/components/config-pdf-download.js +154 -0
  138. package/dist/components/crowdsource-manager.d.ts +11 -0
  139. package/dist/components/crowdsource-manager.js +90 -0
  140. package/dist/components/crowdsource-reporter.d.ts +11 -0
  141. package/dist/components/crowdsource-reporter.js +90 -0
  142. package/dist/components/csvUtils.js +74 -0
  143. package/dist/components/date-picker-day.js +111 -0
  144. package/dist/components/date-picker-month-header.js +224 -0
  145. package/dist/components/date-picker-month.js +344 -0
  146. package/dist/components/date-picker.js +575 -0
  147. package/dist/components/date.js +180 -0
  148. package/dist/components/debounce.js +487 -0
  149. package/dist/components/deduct-calculator.d.ts +11 -0
  150. package/dist/components/deduct-calculator.js +11 -0
  151. package/dist/components/deduct-calculator2.js +1002 -0
  152. package/dist/components/dom.js +231 -0
  153. package/dist/components/dropdown-group.js +96 -0
  154. package/dist/components/dropdown-item.js +232 -0
  155. package/dist/components/dropdown.js +505 -0
  156. package/dist/components/edit-record-modal.d.ts +11 -0
  157. package/dist/components/edit-record-modal.js +11 -0
  158. package/dist/components/edit-record-modal2.js +161 -0
  159. package/dist/components/filter.js +763 -0
  160. package/dist/components/floating-ui.js +1768 -0
  161. package/dist/components/form.js +228 -0
  162. package/dist/components/graph.js +254 -0
  163. package/dist/components/guid.js +24 -0
  164. package/dist/components/handle.js +119 -0
  165. package/dist/components/icon.js +202 -0
  166. package/dist/components/index.d.ts +61 -0
  167. package/dist/components/index.js +196 -0
  168. package/dist/components/index2.js +199 -0
  169. package/dist/components/info-card.d.ts +11 -0
  170. package/dist/components/info-card.js +11 -0
  171. package/dist/components/info-card2.js +97 -0
  172. package/dist/components/input-message.js +101 -0
  173. package/dist/components/input.js +740 -0
  174. package/dist/components/interactive.js +51 -0
  175. package/dist/components/interfaces.js +19 -0
  176. package/dist/components/interfaces2.js +21 -0
  177. package/dist/components/interfaces3.js +80 -0
  178. package/dist/components/json-editor.d.ts +11 -0
  179. package/dist/components/json-editor.js +11 -0
  180. package/dist/components/json-editor2.js +441 -0
  181. package/dist/components/key.js +16 -0
  182. package/dist/components/label.js +106 -0
  183. package/dist/components/label2.js +131 -0
  184. package/dist/components/labelFormats.js +210 -0
  185. package/dist/components/layer-table.d.ts +11 -0
  186. package/dist/components/layer-table.js +453 -0
  187. package/dist/components/link.js +123 -0
  188. package/dist/components/list-item.d.ts +11 -0
  189. package/dist/components/list-item.js +90 -0
  190. package/dist/components/list-item2.js +149 -0
  191. package/dist/components/list.js +83 -0
  192. package/dist/components/loadModules.js +28 -0
  193. package/dist/components/loader.js +116 -0
  194. package/dist/components/locale.js +412 -0
  195. package/dist/components/locale2.js +413 -0
  196. package/dist/components/map-card.d.ts +11 -0
  197. package/dist/components/map-card.js +354 -0
  198. package/dist/components/map-draw-tools.d.ts +11 -0
  199. package/dist/components/map-draw-tools.js +11 -0
  200. package/dist/components/map-draw-tools2.js +228 -0
  201. package/dist/components/map-layer-picker.d.ts +11 -0
  202. package/dist/components/map-layer-picker.js +11 -0
  203. package/dist/components/map-layer-picker2.js +188 -0
  204. package/dist/components/map-search.d.ts +11 -0
  205. package/dist/components/map-search.js +155 -0
  206. package/dist/components/map-select-tools.d.ts +11 -0
  207. package/dist/components/map-select-tools.js +11 -0
  208. package/dist/components/map-select-tools2.js +588 -0
  209. package/dist/components/mapViewUtils.js +129 -0
  210. package/dist/components/math.js +24 -0
  211. package/dist/components/media-card.d.ts +11 -0
  212. package/dist/components/media-card.js +11 -0
  213. package/dist/components/media-card2.js +177 -0
  214. package/dist/components/modal.js +495 -0
  215. package/dist/components/nonChromiumPlatformUtils.js +503 -0
  216. package/dist/components/notice.js +192 -0
  217. package/dist/components/observers.js +56 -0
  218. package/dist/components/openCloseComponent.js +56 -0
  219. package/dist/components/option.js +109 -0
  220. package/dist/components/panel.js +459 -0
  221. package/dist/components/pci-calculator.d.ts +11 -0
  222. package/dist/components/pci-calculator.js +193 -0
  223. package/dist/components/pdf-download.d.ts +11 -0
  224. package/dist/components/pdf-download.js +11 -0
  225. package/dist/components/pdf-download2.js +189 -0
  226. package/dist/components/pick-list-item.js +255 -0
  227. package/dist/components/pick-list.js +170 -0
  228. package/dist/components/popover.js +500 -0
  229. package/dist/components/progress.js +60 -0
  230. package/dist/components/public-notification.d.ts +11 -0
  231. package/dist/components/public-notification.js +825 -0
  232. package/dist/components/publicNotificationStore.js +38 -0
  233. package/dist/components/queryUtils.js +187 -0
  234. package/dist/components/radio-group-item.js +101 -0
  235. package/dist/components/radio-group.js +235 -0
  236. package/dist/components/refine-selection-tools.d.ts +11 -0
  237. package/dist/components/refine-selection-tools.js +11 -0
  238. package/dist/components/refine-selection-tools2.js +492 -0
  239. package/dist/components/refine-selection.d.ts +11 -0
  240. package/dist/components/refine-selection.js +11 -0
  241. package/dist/components/refine-selection2.js +376 -0
  242. package/dist/components/resources.js +24 -0
  243. package/dist/components/resources2.js +21 -0
  244. package/dist/components/resources3.js +38 -0
  245. package/dist/components/scrim.js +83 -0
  246. package/dist/components/select.js +259 -0
  247. package/dist/components/shared-list-render.js +319 -0
  248. package/dist/components/shell-panel.js +281 -0
  249. package/dist/components/shell.js +121 -0
  250. package/dist/components/slider.js +896 -0
  251. package/dist/components/solution-configuration.d.ts +11 -0
  252. package/dist/components/solution-configuration.js +2233 -0
  253. package/dist/components/solution-contents.d.ts +11 -0
  254. package/dist/components/solution-contents.js +11 -0
  255. package/dist/components/solution-contents2.js +128 -0
  256. package/dist/components/solution-item-details.d.ts +11 -0
  257. package/dist/components/solution-item-details.js +11 -0
  258. package/dist/components/solution-item-details2.js +234 -0
  259. package/dist/components/solution-item-icon.d.ts +11 -0
  260. package/dist/components/solution-item-icon.js +11 -0
  261. package/dist/components/solution-item-icon2.js +342 -0
  262. package/dist/components/solution-item-sharing.d.ts +11 -0
  263. package/dist/components/solution-item-sharing.js +11 -0
  264. package/dist/components/solution-item-sharing2.js +167 -0
  265. package/dist/components/solution-item.d.ts +11 -0
  266. package/dist/components/solution-item.js +11 -0
  267. package/dist/components/solution-item2.js +315 -0
  268. package/dist/components/solution-organization-variables.d.ts +11 -0
  269. package/dist/components/solution-organization-variables.js +11 -0
  270. package/dist/components/solution-organization-variables2.js +132 -0
  271. package/dist/components/solution-resource-item.d.ts +11 -0
  272. package/dist/components/solution-resource-item.js +11 -0
  273. package/dist/components/solution-resource-item2.js +356 -0
  274. package/dist/components/solution-spatial-ref.d.ts +11 -0
  275. package/dist/components/solution-spatial-ref.js +11 -0
  276. package/dist/components/solution-spatial-ref2.js +21446 -0
  277. package/dist/components/solution-store.js +4092 -0
  278. package/dist/components/solution-template-data.d.ts +11 -0
  279. package/dist/components/solution-template-data.js +11 -0
  280. package/dist/components/solution-template-data2.js +233 -0
  281. package/dist/components/solution-variables.d.ts +11 -0
  282. package/dist/components/solution-variables.js +11 -0
  283. package/dist/components/solution-variables2.js +150 -0
  284. package/dist/components/sortable.esm.js +3026 -0
  285. package/dist/components/split-button.js +165 -0
  286. package/dist/components/store-manager.d.ts +11 -0
  287. package/dist/components/store-manager.js +83 -0
  288. package/dist/components/switch.js +139 -0
  289. package/dist/components/tab-nav.js +241 -0
  290. package/dist/components/tab-title.js +276 -0
  291. package/dist/components/tab.js +154 -0
  292. package/dist/components/tabs.js +188 -0
  293. package/dist/components/tile.js +129 -0
  294. package/dist/components/time-picker.js +943 -0
  295. package/dist/components/tooltip.js +399 -0
  296. package/dist/components/tree-item.js +294 -0
  297. package/dist/components/tree.js +327 -0
  298. package/dist/components/utils.js +119 -0
  299. package/dist/components/utils2.js +51 -0
  300. package/dist/components/value-list-item.js +204 -0
  301. package/dist/components/value-list.js +333 -0
  302. package/dist/esm/deduct-calculator.entry.js +1 -1
  303. package/dist/esm/pci-calculator.entry.js +1 -1
  304. package/dist/esm/{pciUtils-e3007a1c.js → pciUtils-ecda46e5.js} +25 -7
  305. package/dist/solutions-components/demos/deduct-calculator.html +2 -5
  306. package/dist/solutions-components/demos/new-public-notification.html +6 -4
  307. package/dist/solutions-components/{p-ff80ffbb.entry.js → p-0512635b.entry.js} +1 -1
  308. package/dist/solutions-components/{p-5ec407c2.entry.js → p-0c088725.entry.js} +1 -1
  309. package/dist/solutions-components/p-cc815aca.js +21 -0
  310. package/dist/solutions-components/solutions-components.esm.js +1 -1
  311. package/dist/solutions-components/utils/pciUtils.ts +30 -7
  312. package/dist/types/utils/pciUtils.d.ts +2 -1
  313. package/package.json +4 -3
  314. package/dist/solutions-components/p-647bbd18.js +0 -21
@@ -0,0 +1,3026 @@
1
+ /*!
2
+ * Copyright 2022 Esri
3
+ * Licensed under the Apache License, Version 2.0
4
+ * http://www.apache.org/licenses/LICENSE-2.0
5
+ */
6
+ /**!
7
+ * Sortable 1.15.0
8
+ * @author RubaXa <trash@rubaxa.org>
9
+ * @author owenm <owen23355@gmail.com>
10
+ * @license MIT
11
+ */
12
+ function ownKeys(object, enumerableOnly) {
13
+ var keys = Object.keys(object);
14
+
15
+ if (Object.getOwnPropertySymbols) {
16
+ var symbols = Object.getOwnPropertySymbols(object);
17
+
18
+ if (enumerableOnly) {
19
+ symbols = symbols.filter(function (sym) {
20
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
21
+ });
22
+ }
23
+
24
+ keys.push.apply(keys, symbols);
25
+ }
26
+
27
+ return keys;
28
+ }
29
+
30
+ function _objectSpread2(target) {
31
+ for (var i = 1; i < arguments.length; i++) {
32
+ var source = arguments[i] != null ? arguments[i] : {};
33
+
34
+ if (i % 2) {
35
+ ownKeys(Object(source), true).forEach(function (key) {
36
+ _defineProperty(target, key, source[key]);
37
+ });
38
+ } else if (Object.getOwnPropertyDescriptors) {
39
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
40
+ } else {
41
+ ownKeys(Object(source)).forEach(function (key) {
42
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
43
+ });
44
+ }
45
+ }
46
+
47
+ return target;
48
+ }
49
+
50
+ function _typeof(obj) {
51
+ "@babel/helpers - typeof";
52
+
53
+ if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
54
+ _typeof = function (obj) {
55
+ return typeof obj;
56
+ };
57
+ } else {
58
+ _typeof = function (obj) {
59
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
60
+ };
61
+ }
62
+
63
+ return _typeof(obj);
64
+ }
65
+
66
+ function _defineProperty(obj, key, value) {
67
+ if (key in obj) {
68
+ Object.defineProperty(obj, key, {
69
+ value: value,
70
+ enumerable: true,
71
+ configurable: true,
72
+ writable: true
73
+ });
74
+ } else {
75
+ obj[key] = value;
76
+ }
77
+
78
+ return obj;
79
+ }
80
+
81
+ function _extends() {
82
+ _extends = Object.assign || function (target) {
83
+ for (var i = 1; i < arguments.length; i++) {
84
+ var source = arguments[i];
85
+
86
+ for (var key in source) {
87
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
88
+ target[key] = source[key];
89
+ }
90
+ }
91
+ }
92
+
93
+ return target;
94
+ };
95
+
96
+ return _extends.apply(this, arguments);
97
+ }
98
+
99
+ function _objectWithoutPropertiesLoose(source, excluded) {
100
+ if (source == null) return {};
101
+ var target = {};
102
+ var sourceKeys = Object.keys(source);
103
+ var key, i;
104
+
105
+ for (i = 0; i < sourceKeys.length; i++) {
106
+ key = sourceKeys[i];
107
+ if (excluded.indexOf(key) >= 0) continue;
108
+ target[key] = source[key];
109
+ }
110
+
111
+ return target;
112
+ }
113
+
114
+ function _objectWithoutProperties(source, excluded) {
115
+ if (source == null) return {};
116
+
117
+ var target = _objectWithoutPropertiesLoose(source, excluded);
118
+
119
+ var key, i;
120
+
121
+ if (Object.getOwnPropertySymbols) {
122
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
123
+
124
+ for (i = 0; i < sourceSymbolKeys.length; i++) {
125
+ key = sourceSymbolKeys[i];
126
+ if (excluded.indexOf(key) >= 0) continue;
127
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
128
+ target[key] = source[key];
129
+ }
130
+ }
131
+
132
+ return target;
133
+ }
134
+
135
+ var version = "1.15.0";
136
+
137
+ function userAgent(pattern) {
138
+ if (typeof window !== 'undefined' && window.navigator) {
139
+ return !! /*@__PURE__*/navigator.userAgent.match(pattern);
140
+ }
141
+ }
142
+
143
+ var IE11OrLess = userAgent(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i);
144
+ var Edge = userAgent(/Edge/i);
145
+ var FireFox = userAgent(/firefox/i);
146
+ var Safari = userAgent(/safari/i) && !userAgent(/chrome/i) && !userAgent(/android/i);
147
+ var IOS = userAgent(/iP(ad|od|hone)/i);
148
+ var ChromeForAndroid = userAgent(/chrome/i) && userAgent(/android/i);
149
+
150
+ var captureMode = {
151
+ capture: false,
152
+ passive: false
153
+ };
154
+
155
+ function on(el, event, fn) {
156
+ el.addEventListener(event, fn, !IE11OrLess && captureMode);
157
+ }
158
+
159
+ function off(el, event, fn) {
160
+ el.removeEventListener(event, fn, !IE11OrLess && captureMode);
161
+ }
162
+
163
+ function matches(
164
+ /**HTMLElement*/
165
+ el,
166
+ /**String*/
167
+ selector) {
168
+ if (!selector) return;
169
+ selector[0] === '>' && (selector = selector.substring(1));
170
+
171
+ if (el) {
172
+ try {
173
+ if (el.matches) {
174
+ return el.matches(selector);
175
+ } else if (el.msMatchesSelector) {
176
+ return el.msMatchesSelector(selector);
177
+ } else if (el.webkitMatchesSelector) {
178
+ return el.webkitMatchesSelector(selector);
179
+ }
180
+ } catch (_) {
181
+ return false;
182
+ }
183
+ }
184
+
185
+ return false;
186
+ }
187
+
188
+ function getParentOrHost(el) {
189
+ return el.host && el !== document && el.host.nodeType ? el.host : el.parentNode;
190
+ }
191
+
192
+ function closest(
193
+ /**HTMLElement*/
194
+ el,
195
+ /**String*/
196
+ selector,
197
+ /**HTMLElement*/
198
+ ctx, includeCTX) {
199
+ if (el) {
200
+ ctx = ctx || document;
201
+
202
+ do {
203
+ if (selector != null && (selector[0] === '>' ? el.parentNode === ctx && matches(el, selector) : matches(el, selector)) || includeCTX && el === ctx) {
204
+ return el;
205
+ }
206
+
207
+ if (el === ctx) break;
208
+ /* jshint boss:true */
209
+ } while (el = getParentOrHost(el));
210
+ }
211
+
212
+ return null;
213
+ }
214
+
215
+ var R_SPACE = /\s+/g;
216
+
217
+ function toggleClass(el, name, state) {
218
+ if (el && name) {
219
+ if (el.classList) {
220
+ el.classList[state ? 'add' : 'remove'](name);
221
+ } else {
222
+ var className = (' ' + el.className + ' ').replace(R_SPACE, ' ').replace(' ' + name + ' ', ' ');
223
+ el.className = (className + (state ? ' ' + name : '')).replace(R_SPACE, ' ');
224
+ }
225
+ }
226
+ }
227
+
228
+ function css(el, prop, val) {
229
+ var style = el && el.style;
230
+
231
+ if (style) {
232
+ if (val === void 0) {
233
+ if (document.defaultView && document.defaultView.getComputedStyle) {
234
+ val = document.defaultView.getComputedStyle(el, '');
235
+ } else if (el.currentStyle) {
236
+ val = el.currentStyle;
237
+ }
238
+
239
+ return prop === void 0 ? val : val[prop];
240
+ } else {
241
+ if (!(prop in style) && prop.indexOf('webkit') === -1) {
242
+ prop = '-webkit-' + prop;
243
+ }
244
+
245
+ style[prop] = val + (typeof val === 'string' ? '' : 'px');
246
+ }
247
+ }
248
+ }
249
+
250
+ function matrix(el, selfOnly) {
251
+ var appliedTransforms = '';
252
+
253
+ if (typeof el === 'string') {
254
+ appliedTransforms = el;
255
+ } else {
256
+ do {
257
+ var transform = css(el, 'transform');
258
+
259
+ if (transform && transform !== 'none') {
260
+ appliedTransforms = transform + ' ' + appliedTransforms;
261
+ }
262
+ /* jshint boss:true */
263
+
264
+ } while (!selfOnly && (el = el.parentNode));
265
+ }
266
+
267
+ var matrixFn = window.DOMMatrix || window.WebKitCSSMatrix || window.CSSMatrix || window.MSCSSMatrix;
268
+ /*jshint -W056 */
269
+
270
+ return matrixFn && new matrixFn(appliedTransforms);
271
+ }
272
+
273
+ function find(ctx, tagName, iterator) {
274
+ if (ctx) {
275
+ var list = ctx.getElementsByTagName(tagName),
276
+ i = 0,
277
+ n = list.length;
278
+
279
+ if (iterator) {
280
+ for (; i < n; i++) {
281
+ iterator(list[i], i);
282
+ }
283
+ }
284
+
285
+ return list;
286
+ }
287
+
288
+ return [];
289
+ }
290
+
291
+ function getWindowScrollingElement() {
292
+ var scrollingElement = document.scrollingElement;
293
+
294
+ if (scrollingElement) {
295
+ return scrollingElement;
296
+ } else {
297
+ return document.documentElement;
298
+ }
299
+ }
300
+ /**
301
+ * Returns the "bounding client rect" of given element
302
+ * @param {HTMLElement} el The element whose boundingClientRect is wanted
303
+ * @param {[Boolean]} relativeToContainingBlock Whether the rect should be relative to the containing block of (including) the container
304
+ * @param {[Boolean]} relativeToNonStaticParent Whether the rect should be relative to the relative parent of (including) the contaienr
305
+ * @param {[Boolean]} undoScale Whether the container's scale() should be undone
306
+ * @param {[HTMLElement]} container The parent the element will be placed in
307
+ * @return {Object} The boundingClientRect of el, with specified adjustments
308
+ */
309
+
310
+
311
+ function getRect(el, relativeToContainingBlock, relativeToNonStaticParent, undoScale, container) {
312
+ if (!el.getBoundingClientRect && el !== window) return;
313
+ var elRect, top, left, bottom, right, height, width;
314
+
315
+ if (el !== window && el.parentNode && el !== getWindowScrollingElement()) {
316
+ elRect = el.getBoundingClientRect();
317
+ top = elRect.top;
318
+ left = elRect.left;
319
+ bottom = elRect.bottom;
320
+ right = elRect.right;
321
+ height = elRect.height;
322
+ width = elRect.width;
323
+ } else {
324
+ top = 0;
325
+ left = 0;
326
+ bottom = window.innerHeight;
327
+ right = window.innerWidth;
328
+ height = window.innerHeight;
329
+ width = window.innerWidth;
330
+ }
331
+
332
+ if ((relativeToContainingBlock || relativeToNonStaticParent) && el !== window) {
333
+ // Adjust for translate()
334
+ container = container || el.parentNode; // solves #1123 (see: https://stackoverflow.com/a/37953806/6088312)
335
+ // Not needed on <= IE11
336
+
337
+ if (!IE11OrLess) {
338
+ do {
339
+ if (container && container.getBoundingClientRect && (css(container, 'transform') !== 'none' || relativeToNonStaticParent && css(container, 'position') !== 'static')) {
340
+ var containerRect = container.getBoundingClientRect(); // Set relative to edges of padding box of container
341
+
342
+ top -= containerRect.top + parseInt(css(container, 'border-top-width'));
343
+ left -= containerRect.left + parseInt(css(container, 'border-left-width'));
344
+ bottom = top + elRect.height;
345
+ right = left + elRect.width;
346
+ break;
347
+ }
348
+ /* jshint boss:true */
349
+
350
+ } while (container = container.parentNode);
351
+ }
352
+ }
353
+
354
+ if (undoScale && el !== window) {
355
+ // Adjust for scale()
356
+ var elMatrix = matrix(container || el),
357
+ scaleX = elMatrix && elMatrix.a,
358
+ scaleY = elMatrix && elMatrix.d;
359
+
360
+ if (elMatrix) {
361
+ top /= scaleY;
362
+ left /= scaleX;
363
+ width /= scaleX;
364
+ height /= scaleY;
365
+ bottom = top + height;
366
+ right = left + width;
367
+ }
368
+ }
369
+
370
+ return {
371
+ top: top,
372
+ left: left,
373
+ bottom: bottom,
374
+ right: right,
375
+ width: width,
376
+ height: height
377
+ };
378
+ }
379
+ /**
380
+ * Checks if a side of an element is scrolled past a side of its parents
381
+ * @param {HTMLElement} el The element who's side being scrolled out of view is in question
382
+ * @param {String} elSide Side of the element in question ('top', 'left', 'right', 'bottom')
383
+ * @param {String} parentSide Side of the parent in question ('top', 'left', 'right', 'bottom')
384
+ * @return {HTMLElement} The parent scroll element that the el's side is scrolled past, or null if there is no such element
385
+ */
386
+
387
+
388
+ function isScrolledPast(el, elSide, parentSide) {
389
+ var parent = getParentAutoScrollElement(el, true),
390
+ elSideVal = getRect(el)[elSide];
391
+ /* jshint boss:true */
392
+
393
+ while (parent) {
394
+ var parentSideVal = getRect(parent)[parentSide],
395
+ visible = void 0;
396
+
397
+ if (parentSide === 'top' || parentSide === 'left') {
398
+ visible = elSideVal >= parentSideVal;
399
+ } else {
400
+ visible = elSideVal <= parentSideVal;
401
+ }
402
+
403
+ if (!visible) return parent;
404
+ if (parent === getWindowScrollingElement()) break;
405
+ parent = getParentAutoScrollElement(parent, false);
406
+ }
407
+
408
+ return false;
409
+ }
410
+ /**
411
+ * Gets nth child of el, ignoring hidden children, sortable's elements (does not ignore clone if it's visible)
412
+ * and non-draggable elements
413
+ * @param {HTMLElement} el The parent element
414
+ * @param {Number} childNum The index of the child
415
+ * @param {Object} options Parent Sortable's options
416
+ * @return {HTMLElement} The child at index childNum, or null if not found
417
+ */
418
+
419
+
420
+ function getChild(el, childNum, options, includeDragEl) {
421
+ var currentChild = 0,
422
+ i = 0,
423
+ children = el.children;
424
+
425
+ while (i < children.length) {
426
+ if (children[i].style.display !== 'none' && children[i] !== Sortable.ghost && (includeDragEl || children[i] !== Sortable.dragged) && closest(children[i], options.draggable, el, false)) {
427
+ if (currentChild === childNum) {
428
+ return children[i];
429
+ }
430
+
431
+ currentChild++;
432
+ }
433
+
434
+ i++;
435
+ }
436
+
437
+ return null;
438
+ }
439
+ /**
440
+ * Gets the last child in the el, ignoring ghostEl or invisible elements (clones)
441
+ * @param {HTMLElement} el Parent element
442
+ * @param {selector} selector Any other elements that should be ignored
443
+ * @return {HTMLElement} The last child, ignoring ghostEl
444
+ */
445
+
446
+
447
+ function lastChild(el, selector) {
448
+ var last = el.lastElementChild;
449
+
450
+ while (last && (last === Sortable.ghost || css(last, 'display') === 'none' || selector && !matches(last, selector))) {
451
+ last = last.previousElementSibling;
452
+ }
453
+
454
+ return last || null;
455
+ }
456
+ /**
457
+ * Returns the index of an element within its parent for a selected set of
458
+ * elements
459
+ * @param {HTMLElement} el
460
+ * @param {selector} selector
461
+ * @return {number}
462
+ */
463
+
464
+
465
+ function index(el, selector) {
466
+ var index = 0;
467
+
468
+ if (!el || !el.parentNode) {
469
+ return -1;
470
+ }
471
+ /* jshint boss:true */
472
+
473
+
474
+ while (el = el.previousElementSibling) {
475
+ if (el.nodeName.toUpperCase() !== 'TEMPLATE' && el !== Sortable.clone && (!selector || matches(el, selector))) {
476
+ index++;
477
+ }
478
+ }
479
+
480
+ return index;
481
+ }
482
+ /**
483
+ * Returns the scroll offset of the given element, added with all the scroll offsets of parent elements.
484
+ * The value is returned in real pixels.
485
+ * @param {HTMLElement} el
486
+ * @return {Array} Offsets in the format of [left, top]
487
+ */
488
+
489
+
490
+ function getRelativeScrollOffset(el) {
491
+ var offsetLeft = 0,
492
+ offsetTop = 0,
493
+ winScroller = getWindowScrollingElement();
494
+
495
+ if (el) {
496
+ do {
497
+ var elMatrix = matrix(el),
498
+ scaleX = elMatrix.a,
499
+ scaleY = elMatrix.d;
500
+ offsetLeft += el.scrollLeft * scaleX;
501
+ offsetTop += el.scrollTop * scaleY;
502
+ } while (el !== winScroller && (el = el.parentNode));
503
+ }
504
+
505
+ return [offsetLeft, offsetTop];
506
+ }
507
+ /**
508
+ * Returns the index of the object within the given array
509
+ * @param {Array} arr Array that may or may not hold the object
510
+ * @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
511
+ * @return {Number} The index of the object in the array, or -1
512
+ */
513
+
514
+
515
+ function indexOfObject(arr, obj) {
516
+ for (var i in arr) {
517
+ if (!arr.hasOwnProperty(i)) continue;
518
+
519
+ for (var key in obj) {
520
+ if (obj.hasOwnProperty(key) && obj[key] === arr[i][key]) return Number(i);
521
+ }
522
+ }
523
+
524
+ return -1;
525
+ }
526
+
527
+ function getParentAutoScrollElement(el, includeSelf) {
528
+ // skip to window
529
+ if (!el || !el.getBoundingClientRect) return getWindowScrollingElement();
530
+ var elem = el;
531
+ var gotSelf = false;
532
+
533
+ do {
534
+ // we don't need to get elem css if it isn't even overflowing in the first place (performance)
535
+ if (elem.clientWidth < elem.scrollWidth || elem.clientHeight < elem.scrollHeight) {
536
+ var elemCSS = css(elem);
537
+
538
+ if (elem.clientWidth < elem.scrollWidth && (elemCSS.overflowX == 'auto' || elemCSS.overflowX == 'scroll') || elem.clientHeight < elem.scrollHeight && (elemCSS.overflowY == 'auto' || elemCSS.overflowY == 'scroll')) {
539
+ if (!elem.getBoundingClientRect || elem === document.body) return getWindowScrollingElement();
540
+ if (gotSelf || includeSelf) return elem;
541
+ gotSelf = true;
542
+ }
543
+ }
544
+ /* jshint boss:true */
545
+
546
+ } while (elem = elem.parentNode);
547
+
548
+ return getWindowScrollingElement();
549
+ }
550
+
551
+ function extend(dst, src) {
552
+ if (dst && src) {
553
+ for (var key in src) {
554
+ if (src.hasOwnProperty(key)) {
555
+ dst[key] = src[key];
556
+ }
557
+ }
558
+ }
559
+
560
+ return dst;
561
+ }
562
+
563
+ function isRectEqual(rect1, rect2) {
564
+ 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);
565
+ }
566
+
567
+ var _throttleTimeout;
568
+
569
+ function throttle(callback, ms) {
570
+ return function () {
571
+ if (!_throttleTimeout) {
572
+ var args = arguments,
573
+ _this = this;
574
+
575
+ if (args.length === 1) {
576
+ callback.call(_this, args[0]);
577
+ } else {
578
+ callback.apply(_this, args);
579
+ }
580
+
581
+ _throttleTimeout = setTimeout(function () {
582
+ _throttleTimeout = void 0;
583
+ }, ms);
584
+ }
585
+ };
586
+ }
587
+
588
+ function cancelThrottle() {
589
+ clearTimeout(_throttleTimeout);
590
+ _throttleTimeout = void 0;
591
+ }
592
+
593
+ function scrollBy(el, x, y) {
594
+ el.scrollLeft += x;
595
+ el.scrollTop += y;
596
+ }
597
+
598
+ function clone(el) {
599
+ var Polymer = window.Polymer;
600
+ var $ = window.jQuery || window.Zepto;
601
+
602
+ if (Polymer && Polymer.dom) {
603
+ return Polymer.dom(el).cloneNode(true);
604
+ } else if ($) {
605
+ return $(el).clone(true)[0];
606
+ } else {
607
+ return el.cloneNode(true);
608
+ }
609
+ }
610
+
611
+ var expando = 'Sortable' + new Date().getTime();
612
+
613
+ function AnimationStateManager() {
614
+ var animationStates = [],
615
+ animationCallbackId;
616
+ return {
617
+ captureAnimationState: function captureAnimationState() {
618
+ animationStates = [];
619
+ if (!this.options.animation) return;
620
+ var children = [].slice.call(this.el.children);
621
+ children.forEach(function (child) {
622
+ if (css(child, 'display') === 'none' || child === Sortable.ghost) return;
623
+ animationStates.push({
624
+ target: child,
625
+ rect: getRect(child)
626
+ });
627
+
628
+ var fromRect = _objectSpread2({}, animationStates[animationStates.length - 1].rect); // If animating: compensate for current animation
629
+
630
+
631
+ if (child.thisAnimationDuration) {
632
+ var childMatrix = matrix(child, true);
633
+
634
+ if (childMatrix) {
635
+ fromRect.top -= childMatrix.f;
636
+ fromRect.left -= childMatrix.e;
637
+ }
638
+ }
639
+
640
+ child.fromRect = fromRect;
641
+ });
642
+ },
643
+ addAnimationState: function addAnimationState(state) {
644
+ animationStates.push(state);
645
+ },
646
+ removeAnimationState: function removeAnimationState(target) {
647
+ animationStates.splice(indexOfObject(animationStates, {
648
+ target: target
649
+ }), 1);
650
+ },
651
+ animateAll: function animateAll(callback) {
652
+ var _this = this;
653
+
654
+ if (!this.options.animation) {
655
+ clearTimeout(animationCallbackId);
656
+ if (typeof callback === 'function') callback();
657
+ return;
658
+ }
659
+
660
+ var animating = false,
661
+ animationTime = 0;
662
+ animationStates.forEach(function (state) {
663
+ var time = 0,
664
+ target = state.target,
665
+ fromRect = target.fromRect,
666
+ toRect = getRect(target),
667
+ prevFromRect = target.prevFromRect,
668
+ prevToRect = target.prevToRect,
669
+ animatingRect = state.rect,
670
+ targetMatrix = matrix(target, true);
671
+
672
+ if (targetMatrix) {
673
+ // Compensate for current animation
674
+ toRect.top -= targetMatrix.f;
675
+ toRect.left -= targetMatrix.e;
676
+ }
677
+
678
+ target.toRect = toRect;
679
+
680
+ if (target.thisAnimationDuration) {
681
+ // Could also check if animatingRect is between fromRect and toRect
682
+ if (isRectEqual(prevFromRect, toRect) && !isRectEqual(fromRect, toRect) && // Make sure animatingRect is on line between toRect & fromRect
683
+ (animatingRect.top - toRect.top) / (animatingRect.left - toRect.left) === (fromRect.top - toRect.top) / (fromRect.left - toRect.left)) {
684
+ // If returning to same place as started from animation and on same axis
685
+ time = calculateRealTime(animatingRect, prevFromRect, prevToRect, _this.options);
686
+ }
687
+ } // if fromRect != toRect: animate
688
+
689
+
690
+ if (!isRectEqual(toRect, fromRect)) {
691
+ target.prevFromRect = fromRect;
692
+ target.prevToRect = toRect;
693
+
694
+ if (!time) {
695
+ time = _this.options.animation;
696
+ }
697
+
698
+ _this.animate(target, animatingRect, toRect, time);
699
+ }
700
+
701
+ if (time) {
702
+ animating = true;
703
+ animationTime = Math.max(animationTime, time);
704
+ clearTimeout(target.animationResetTimer);
705
+ target.animationResetTimer = setTimeout(function () {
706
+ target.animationTime = 0;
707
+ target.prevFromRect = null;
708
+ target.fromRect = null;
709
+ target.prevToRect = null;
710
+ target.thisAnimationDuration = null;
711
+ }, time);
712
+ target.thisAnimationDuration = time;
713
+ }
714
+ });
715
+ clearTimeout(animationCallbackId);
716
+
717
+ if (!animating) {
718
+ if (typeof callback === 'function') callback();
719
+ } else {
720
+ animationCallbackId = setTimeout(function () {
721
+ if (typeof callback === 'function') callback();
722
+ }, animationTime);
723
+ }
724
+
725
+ animationStates = [];
726
+ },
727
+ animate: function animate(target, currentRect, toRect, duration) {
728
+ if (duration) {
729
+ css(target, 'transition', '');
730
+ css(target, 'transform', '');
731
+ var elMatrix = matrix(this.el),
732
+ scaleX = elMatrix && elMatrix.a,
733
+ scaleY = elMatrix && elMatrix.d,
734
+ translateX = (currentRect.left - toRect.left) / (scaleX || 1),
735
+ translateY = (currentRect.top - toRect.top) / (scaleY || 1);
736
+ target.animatingX = !!translateX;
737
+ target.animatingY = !!translateY;
738
+ css(target, 'transform', 'translate3d(' + translateX + 'px,' + translateY + 'px,0)');
739
+ this.forRepaintDummy = repaint(target); // repaint
740
+
741
+ css(target, 'transition', 'transform ' + duration + 'ms' + (this.options.easing ? ' ' + this.options.easing : ''));
742
+ css(target, 'transform', 'translate3d(0,0,0)');
743
+ typeof target.animated === 'number' && clearTimeout(target.animated);
744
+ target.animated = setTimeout(function () {
745
+ css(target, 'transition', '');
746
+ css(target, 'transform', '');
747
+ target.animated = false;
748
+ target.animatingX = false;
749
+ target.animatingY = false;
750
+ }, duration);
751
+ }
752
+ }
753
+ };
754
+ }
755
+
756
+ function repaint(target) {
757
+ return target.offsetWidth;
758
+ }
759
+
760
+ function calculateRealTime(animatingRect, fromRect, toRect, options) {
761
+ 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;
762
+ }
763
+
764
+ var plugins = [];
765
+ var defaults = {
766
+ initializeByDefault: true
767
+ };
768
+ var PluginManager = {
769
+ mount: function mount(plugin) {
770
+ // Set default static properties
771
+ for (var option in defaults) {
772
+ if (defaults.hasOwnProperty(option) && !(option in plugin)) {
773
+ plugin[option] = defaults[option];
774
+ }
775
+ }
776
+
777
+ plugins.forEach(function (p) {
778
+ if (p.pluginName === plugin.pluginName) {
779
+ throw "Sortable: Cannot mount plugin ".concat(plugin.pluginName, " more than once");
780
+ }
781
+ });
782
+ plugins.push(plugin);
783
+ },
784
+ pluginEvent: function pluginEvent(eventName, sortable, evt) {
785
+ var _this = this;
786
+
787
+ this.eventCanceled = false;
788
+
789
+ evt.cancel = function () {
790
+ _this.eventCanceled = true;
791
+ };
792
+
793
+ var eventNameGlobal = eventName + 'Global';
794
+ plugins.forEach(function (plugin) {
795
+ if (!sortable[plugin.pluginName]) return; // Fire global events if it exists in this sortable
796
+
797
+ if (sortable[plugin.pluginName][eventNameGlobal]) {
798
+ sortable[plugin.pluginName][eventNameGlobal](_objectSpread2({
799
+ sortable: sortable
800
+ }, evt));
801
+ } // Only fire plugin event if plugin is enabled in this sortable,
802
+ // and plugin has event defined
803
+
804
+
805
+ if (sortable.options[plugin.pluginName] && sortable[plugin.pluginName][eventName]) {
806
+ sortable[plugin.pluginName][eventName](_objectSpread2({
807
+ sortable: sortable
808
+ }, evt));
809
+ }
810
+ });
811
+ },
812
+ initializePlugins: function initializePlugins(sortable, el, defaults, options) {
813
+ plugins.forEach(function (plugin) {
814
+ var pluginName = plugin.pluginName;
815
+ if (!sortable.options[pluginName] && !plugin.initializeByDefault) return;
816
+ var initialized = new plugin(sortable, el, sortable.options);
817
+ initialized.sortable = sortable;
818
+ initialized.options = sortable.options;
819
+ sortable[pluginName] = initialized; // Add default options from plugin
820
+
821
+ _extends(defaults, initialized.defaults);
822
+ });
823
+
824
+ for (var option in sortable.options) {
825
+ if (!sortable.options.hasOwnProperty(option)) continue;
826
+ var modified = this.modifyOption(sortable, option, sortable.options[option]);
827
+
828
+ if (typeof modified !== 'undefined') {
829
+ sortable.options[option] = modified;
830
+ }
831
+ }
832
+ },
833
+ getEventProperties: function getEventProperties(name, sortable) {
834
+ var eventProperties = {};
835
+ plugins.forEach(function (plugin) {
836
+ if (typeof plugin.eventProperties !== 'function') return;
837
+
838
+ _extends(eventProperties, plugin.eventProperties.call(sortable[plugin.pluginName], name));
839
+ });
840
+ return eventProperties;
841
+ },
842
+ modifyOption: function modifyOption(sortable, name, value) {
843
+ var modifiedValue;
844
+ plugins.forEach(function (plugin) {
845
+ // Plugin must exist on the Sortable
846
+ 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
847
+
848
+ if (plugin.optionListeners && typeof plugin.optionListeners[name] === 'function') {
849
+ modifiedValue = plugin.optionListeners[name].call(sortable[plugin.pluginName], value);
850
+ }
851
+ });
852
+ return modifiedValue;
853
+ }
854
+ };
855
+
856
+ function dispatchEvent(_ref) {
857
+ var sortable = _ref.sortable,
858
+ rootEl = _ref.rootEl,
859
+ name = _ref.name,
860
+ targetEl = _ref.targetEl,
861
+ cloneEl = _ref.cloneEl,
862
+ toEl = _ref.toEl,
863
+ fromEl = _ref.fromEl,
864
+ oldIndex = _ref.oldIndex,
865
+ newIndex = _ref.newIndex,
866
+ oldDraggableIndex = _ref.oldDraggableIndex,
867
+ newDraggableIndex = _ref.newDraggableIndex,
868
+ originalEvent = _ref.originalEvent,
869
+ putSortable = _ref.putSortable,
870
+ extraEventProperties = _ref.extraEventProperties;
871
+ sortable = sortable || rootEl && rootEl[expando];
872
+ if (!sortable) return;
873
+ var evt,
874
+ options = sortable.options,
875
+ onName = 'on' + name.charAt(0).toUpperCase() + name.substr(1); // Support for new CustomEvent feature
876
+
877
+ if (window.CustomEvent && !IE11OrLess && !Edge) {
878
+ evt = new CustomEvent(name, {
879
+ bubbles: true,
880
+ cancelable: true
881
+ });
882
+ } else {
883
+ evt = document.createEvent('Event');
884
+ evt.initEvent(name, true, true);
885
+ }
886
+
887
+ evt.to = toEl || rootEl;
888
+ evt.from = fromEl || rootEl;
889
+ evt.item = targetEl || rootEl;
890
+ evt.clone = cloneEl;
891
+ evt.oldIndex = oldIndex;
892
+ evt.newIndex = newIndex;
893
+ evt.oldDraggableIndex = oldDraggableIndex;
894
+ evt.newDraggableIndex = newDraggableIndex;
895
+ evt.originalEvent = originalEvent;
896
+ evt.pullMode = putSortable ? putSortable.lastPutMode : undefined;
897
+
898
+ var allEventProperties = _objectSpread2(_objectSpread2({}, extraEventProperties), PluginManager.getEventProperties(name, sortable));
899
+
900
+ for (var option in allEventProperties) {
901
+ evt[option] = allEventProperties[option];
902
+ }
903
+
904
+ if (rootEl) {
905
+ rootEl.dispatchEvent(evt);
906
+ }
907
+
908
+ if (options[onName]) {
909
+ options[onName].call(sortable, evt);
910
+ }
911
+ }
912
+
913
+ var _excluded = ["evt"];
914
+
915
+ var pluginEvent = function pluginEvent(eventName, sortable) {
916
+ var _ref = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {},
917
+ originalEvent = _ref.evt,
918
+ data = _objectWithoutProperties(_ref, _excluded);
919
+
920
+ PluginManager.pluginEvent.bind(Sortable)(eventName, sortable, _objectSpread2({
921
+ dragEl: dragEl,
922
+ parentEl: parentEl,
923
+ ghostEl: ghostEl,
924
+ rootEl: rootEl,
925
+ nextEl: nextEl,
926
+ lastDownEl: lastDownEl,
927
+ cloneEl: cloneEl,
928
+ cloneHidden: cloneHidden,
929
+ dragStarted: moved,
930
+ putSortable: putSortable,
931
+ activeSortable: Sortable.active,
932
+ originalEvent: originalEvent,
933
+ oldIndex: oldIndex,
934
+ oldDraggableIndex: oldDraggableIndex,
935
+ newIndex: newIndex,
936
+ newDraggableIndex: newDraggableIndex,
937
+ hideGhostForTarget: _hideGhostForTarget,
938
+ unhideGhostForTarget: _unhideGhostForTarget,
939
+ cloneNowHidden: function cloneNowHidden() {
940
+ cloneHidden = true;
941
+ },
942
+ cloneNowShown: function cloneNowShown() {
943
+ cloneHidden = false;
944
+ },
945
+ dispatchSortableEvent: function dispatchSortableEvent(name) {
946
+ _dispatchEvent({
947
+ sortable: sortable,
948
+ name: name,
949
+ originalEvent: originalEvent
950
+ });
951
+ }
952
+ }, data));
953
+ };
954
+
955
+ function _dispatchEvent(info) {
956
+ dispatchEvent(_objectSpread2({
957
+ putSortable: putSortable,
958
+ cloneEl: cloneEl,
959
+ targetEl: dragEl,
960
+ rootEl: rootEl,
961
+ oldIndex: oldIndex,
962
+ oldDraggableIndex: oldDraggableIndex,
963
+ newIndex: newIndex,
964
+ newDraggableIndex: newDraggableIndex
965
+ }, info));
966
+ }
967
+
968
+ var dragEl,
969
+ parentEl,
970
+ ghostEl,
971
+ rootEl,
972
+ nextEl,
973
+ lastDownEl,
974
+ cloneEl,
975
+ cloneHidden,
976
+ oldIndex,
977
+ newIndex,
978
+ oldDraggableIndex,
979
+ newDraggableIndex,
980
+ activeGroup,
981
+ putSortable,
982
+ awaitingDragStarted = false,
983
+ ignoreNextClick = false,
984
+ sortables = [],
985
+ tapEvt,
986
+ touchEvt,
987
+ lastDx,
988
+ lastDy,
989
+ tapDistanceLeft,
990
+ tapDistanceTop,
991
+ moved,
992
+ lastTarget,
993
+ lastDirection,
994
+ pastFirstInvertThresh = false,
995
+ isCircumstantialInvert = false,
996
+ targetMoveDistance,
997
+ // For positioning ghost absolutely
998
+ ghostRelativeParent,
999
+ ghostRelativeParentInitialScroll = [],
1000
+ // (left, top)
1001
+ _silent = false,
1002
+ savedInputChecked = [];
1003
+ /** @const */
1004
+
1005
+ var documentExists = typeof document !== 'undefined',
1006
+ PositionGhostAbsolutely = IOS,
1007
+ CSSFloatProperty = Edge || IE11OrLess ? 'cssFloat' : 'float',
1008
+ // This will not pass for IE9, because IE9 DnD only works on anchors
1009
+ supportDraggable = documentExists && !ChromeForAndroid && !IOS && 'draggable' in document.createElement('div'),
1010
+ supportCssPointerEvents = function () {
1011
+ if (!documentExists) return; // false when <= IE11
1012
+
1013
+ if (IE11OrLess) {
1014
+ return false;
1015
+ }
1016
+
1017
+ var el = document.createElement('x');
1018
+ el.style.cssText = 'pointer-events:auto';
1019
+ return el.style.pointerEvents === 'auto';
1020
+ }(),
1021
+ _detectDirection = function _detectDirection(el, options) {
1022
+ var elCSS = css(el),
1023
+ elWidth = parseInt(elCSS.width) - parseInt(elCSS.paddingLeft) - parseInt(elCSS.paddingRight) - parseInt(elCSS.borderLeftWidth) - parseInt(elCSS.borderRightWidth),
1024
+ child1 = getChild(el, 0, options),
1025
+ child2 = getChild(el, 1, options),
1026
+ firstChildCSS = child1 && css(child1),
1027
+ secondChildCSS = child2 && css(child2),
1028
+ firstChildWidth = firstChildCSS && parseInt(firstChildCSS.marginLeft) + parseInt(firstChildCSS.marginRight) + getRect(child1).width,
1029
+ secondChildWidth = secondChildCSS && parseInt(secondChildCSS.marginLeft) + parseInt(secondChildCSS.marginRight) + getRect(child2).width;
1030
+
1031
+ if (elCSS.display === 'flex') {
1032
+ return elCSS.flexDirection === 'column' || elCSS.flexDirection === 'column-reverse' ? 'vertical' : 'horizontal';
1033
+ }
1034
+
1035
+ if (elCSS.display === 'grid') {
1036
+ return elCSS.gridTemplateColumns.split(' ').length <= 1 ? 'vertical' : 'horizontal';
1037
+ }
1038
+
1039
+ if (child1 && firstChildCSS["float"] && firstChildCSS["float"] !== 'none') {
1040
+ var touchingSideChild2 = firstChildCSS["float"] === 'left' ? 'left' : 'right';
1041
+ return child2 && (secondChildCSS.clear === 'both' || secondChildCSS.clear === touchingSideChild2) ? 'vertical' : 'horizontal';
1042
+ }
1043
+
1044
+ 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';
1045
+ },
1046
+ _dragElInRowColumn = function _dragElInRowColumn(dragRect, targetRect, vertical) {
1047
+ var dragElS1Opp = vertical ? dragRect.left : dragRect.top,
1048
+ dragElS2Opp = vertical ? dragRect.right : dragRect.bottom,
1049
+ dragElOppLength = vertical ? dragRect.width : dragRect.height,
1050
+ targetS1Opp = vertical ? targetRect.left : targetRect.top,
1051
+ targetS2Opp = vertical ? targetRect.right : targetRect.bottom,
1052
+ targetOppLength = vertical ? targetRect.width : targetRect.height;
1053
+ return dragElS1Opp === targetS1Opp || dragElS2Opp === targetS2Opp || dragElS1Opp + dragElOppLength / 2 === targetS1Opp + targetOppLength / 2;
1054
+ },
1055
+
1056
+ /**
1057
+ * Detects first nearest empty sortable to X and Y position using emptyInsertThreshold.
1058
+ * @param {Number} x X position
1059
+ * @param {Number} y Y position
1060
+ * @return {HTMLElement} Element of the first found nearest Sortable
1061
+ */
1062
+ _detectNearestEmptySortable = function _detectNearestEmptySortable(x, y) {
1063
+ var ret;
1064
+ sortables.some(function (sortable) {
1065
+ var threshold = sortable[expando].options.emptyInsertThreshold;
1066
+ if (!threshold || lastChild(sortable)) return;
1067
+ var rect = getRect(sortable),
1068
+ insideHorizontally = x >= rect.left - threshold && x <= rect.right + threshold,
1069
+ insideVertically = y >= rect.top - threshold && y <= rect.bottom + threshold;
1070
+
1071
+ if (insideHorizontally && insideVertically) {
1072
+ return ret = sortable;
1073
+ }
1074
+ });
1075
+ return ret;
1076
+ },
1077
+ _prepareGroup = function _prepareGroup(options) {
1078
+ function toFn(value, pull) {
1079
+ return function (to, from, dragEl, evt) {
1080
+ var sameGroup = to.options.group.name && from.options.group.name && to.options.group.name === from.options.group.name;
1081
+
1082
+ if (value == null && (pull || sameGroup)) {
1083
+ // Default pull value
1084
+ // Default pull and put value if same group
1085
+ return true;
1086
+ } else if (value == null || value === false) {
1087
+ return false;
1088
+ } else if (pull && value === 'clone') {
1089
+ return value;
1090
+ } else if (typeof value === 'function') {
1091
+ return toFn(value(to, from, dragEl, evt), pull)(to, from, dragEl, evt);
1092
+ } else {
1093
+ var otherGroup = (pull ? to : from).options.group.name;
1094
+ return value === true || typeof value === 'string' && value === otherGroup || value.join && value.indexOf(otherGroup) > -1;
1095
+ }
1096
+ };
1097
+ }
1098
+
1099
+ var group = {};
1100
+ var originalGroup = options.group;
1101
+
1102
+ if (!originalGroup || _typeof(originalGroup) != 'object') {
1103
+ originalGroup = {
1104
+ name: originalGroup
1105
+ };
1106
+ }
1107
+
1108
+ group.name = originalGroup.name;
1109
+ group.checkPull = toFn(originalGroup.pull, true);
1110
+ group.checkPut = toFn(originalGroup.put);
1111
+ group.revertClone = originalGroup.revertClone;
1112
+ options.group = group;
1113
+ },
1114
+ _hideGhostForTarget = function _hideGhostForTarget() {
1115
+ if (!supportCssPointerEvents && ghostEl) {
1116
+ css(ghostEl, 'display', 'none');
1117
+ }
1118
+ },
1119
+ _unhideGhostForTarget = function _unhideGhostForTarget() {
1120
+ if (!supportCssPointerEvents && ghostEl) {
1121
+ css(ghostEl, 'display', '');
1122
+ }
1123
+ }; // #1184 fix - Prevent click event on fallback if dragged but item not changed position
1124
+
1125
+
1126
+ if (documentExists && !ChromeForAndroid) {
1127
+ document.addEventListener('click', function (evt) {
1128
+ if (ignoreNextClick) {
1129
+ evt.preventDefault();
1130
+ evt.stopPropagation && evt.stopPropagation();
1131
+ evt.stopImmediatePropagation && evt.stopImmediatePropagation();
1132
+ ignoreNextClick = false;
1133
+ return false;
1134
+ }
1135
+ }, true);
1136
+ }
1137
+
1138
+ var nearestEmptyInsertDetectEvent = function nearestEmptyInsertDetectEvent(evt) {
1139
+ if (dragEl) {
1140
+ evt = evt.touches ? evt.touches[0] : evt;
1141
+
1142
+ var nearest = _detectNearestEmptySortable(evt.clientX, evt.clientY);
1143
+
1144
+ if (nearest) {
1145
+ // Create imitation event
1146
+ var event = {};
1147
+
1148
+ for (var i in evt) {
1149
+ if (evt.hasOwnProperty(i)) {
1150
+ event[i] = evt[i];
1151
+ }
1152
+ }
1153
+
1154
+ event.target = event.rootEl = nearest;
1155
+ event.preventDefault = void 0;
1156
+ event.stopPropagation = void 0;
1157
+
1158
+ nearest[expando]._onDragOver(event);
1159
+ }
1160
+ }
1161
+ };
1162
+
1163
+ var _checkOutsideTargetEl = function _checkOutsideTargetEl(evt) {
1164
+ if (dragEl) {
1165
+ dragEl.parentNode[expando]._isOutsideThisEl(evt.target);
1166
+ }
1167
+ };
1168
+ /**
1169
+ * @class Sortable
1170
+ * @param {HTMLElement} el
1171
+ * @param {Object} [options]
1172
+ */
1173
+
1174
+
1175
+ function Sortable(el, options) {
1176
+ if (!(el && el.nodeType && el.nodeType === 1)) {
1177
+ throw "Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(el));
1178
+ }
1179
+
1180
+ this.el = el; // root element
1181
+
1182
+ this.options = options = _extends({}, options); // Export instance
1183
+
1184
+ el[expando] = this;
1185
+ var defaults = {
1186
+ group: null,
1187
+ sort: true,
1188
+ disabled: false,
1189
+ store: null,
1190
+ handle: null,
1191
+ draggable: /^[uo]l$/i.test(el.nodeName) ? '>li' : '>*',
1192
+ swapThreshold: 1,
1193
+ // percentage; 0 <= x <= 1
1194
+ invertSwap: false,
1195
+ // invert always
1196
+ invertedSwapThreshold: null,
1197
+ // will be set to same as swapThreshold if default
1198
+ removeCloneOnHide: true,
1199
+ direction: function direction() {
1200
+ return _detectDirection(el, this.options);
1201
+ },
1202
+ ghostClass: 'sortable-ghost',
1203
+ chosenClass: 'sortable-chosen',
1204
+ dragClass: 'sortable-drag',
1205
+ ignore: 'a, img',
1206
+ filter: null,
1207
+ preventOnFilter: true,
1208
+ animation: 0,
1209
+ easing: null,
1210
+ setData: function setData(dataTransfer, dragEl) {
1211
+ dataTransfer.setData('Text', dragEl.textContent);
1212
+ },
1213
+ dropBubble: false,
1214
+ dragoverBubble: false,
1215
+ dataIdAttr: 'data-id',
1216
+ delay: 0,
1217
+ delayOnTouchOnly: false,
1218
+ touchStartThreshold: (Number.parseInt ? Number : window).parseInt(window.devicePixelRatio, 10) || 1,
1219
+ forceFallback: false,
1220
+ fallbackClass: 'sortable-fallback',
1221
+ fallbackOnBody: false,
1222
+ fallbackTolerance: 0,
1223
+ fallbackOffset: {
1224
+ x: 0,
1225
+ y: 0
1226
+ },
1227
+ supportPointer: Sortable.supportPointer !== false && 'PointerEvent' in window && !Safari,
1228
+ emptyInsertThreshold: 5
1229
+ };
1230
+ PluginManager.initializePlugins(this, el, defaults); // Set default options
1231
+
1232
+ for (var name in defaults) {
1233
+ !(name in options) && (options[name] = defaults[name]);
1234
+ }
1235
+
1236
+ _prepareGroup(options); // Bind all private methods
1237
+
1238
+
1239
+ for (var fn in this) {
1240
+ if (fn.charAt(0) === '_' && typeof this[fn] === 'function') {
1241
+ this[fn] = this[fn].bind(this);
1242
+ }
1243
+ } // Setup drag mode
1244
+
1245
+
1246
+ this.nativeDraggable = options.forceFallback ? false : supportDraggable;
1247
+
1248
+ if (this.nativeDraggable) {
1249
+ // Touch start threshold cannot be greater than the native dragstart threshold
1250
+ this.options.touchStartThreshold = 1;
1251
+ } // Bind events
1252
+
1253
+
1254
+ if (options.supportPointer) {
1255
+ on(el, 'pointerdown', this._onTapStart);
1256
+ } else {
1257
+ on(el, 'mousedown', this._onTapStart);
1258
+ on(el, 'touchstart', this._onTapStart);
1259
+ }
1260
+
1261
+ if (this.nativeDraggable) {
1262
+ on(el, 'dragover', this);
1263
+ on(el, 'dragenter', this);
1264
+ }
1265
+
1266
+ sortables.push(this.el); // Restore sorting
1267
+
1268
+ options.store && options.store.get && this.sort(options.store.get(this) || []); // Add animation state manager
1269
+
1270
+ _extends(this, AnimationStateManager());
1271
+ }
1272
+
1273
+ Sortable.prototype =
1274
+ /** @lends Sortable.prototype */
1275
+ {
1276
+ constructor: Sortable,
1277
+ _isOutsideThisEl: function _isOutsideThisEl(target) {
1278
+ if (!this.el.contains(target) && target !== this.el) {
1279
+ lastTarget = null;
1280
+ }
1281
+ },
1282
+ _getDirection: function _getDirection(evt, target) {
1283
+ return typeof this.options.direction === 'function' ? this.options.direction.call(this, evt, target, dragEl) : this.options.direction;
1284
+ },
1285
+ _onTapStart: function _onTapStart(
1286
+ /** Event|TouchEvent */
1287
+ evt) {
1288
+ if (!evt.cancelable) return;
1289
+
1290
+ var _this = this,
1291
+ el = this.el,
1292
+ options = this.options,
1293
+ preventOnFilter = options.preventOnFilter,
1294
+ type = evt.type,
1295
+ touch = evt.touches && evt.touches[0] || evt.pointerType && evt.pointerType === 'touch' && evt,
1296
+ target = (touch || evt).target,
1297
+ originalTarget = evt.target.shadowRoot && (evt.path && evt.path[0] || evt.composedPath && evt.composedPath()[0]) || target,
1298
+ filter = options.filter;
1299
+
1300
+ _saveInputCheckedState(el); // Don't trigger start event when an element is been dragged, otherwise the evt.oldindex always wrong when set option.group.
1301
+
1302
+
1303
+ if (dragEl) {
1304
+ return;
1305
+ }
1306
+
1307
+ if (/mousedown|pointerdown/.test(type) && evt.button !== 0 || options.disabled) {
1308
+ return; // only left button and enabled
1309
+ } // cancel dnd if original target is content editable
1310
+
1311
+
1312
+ if (originalTarget.isContentEditable) {
1313
+ return;
1314
+ } // Safari ignores further event handling after mousedown
1315
+
1316
+
1317
+ if (!this.nativeDraggable && Safari && target && target.tagName.toUpperCase() === 'SELECT') {
1318
+ return;
1319
+ }
1320
+
1321
+ target = closest(target, options.draggable, el, false);
1322
+
1323
+ if (target && target.animated) {
1324
+ return;
1325
+ }
1326
+
1327
+ if (lastDownEl === target) {
1328
+ // Ignoring duplicate `down`
1329
+ return;
1330
+ } // Get the index of the dragged element within its parent
1331
+
1332
+
1333
+ oldIndex = index(target);
1334
+ oldDraggableIndex = index(target, options.draggable); // Check filter
1335
+
1336
+ if (typeof filter === 'function') {
1337
+ if (filter.call(this, evt, target, this)) {
1338
+ _dispatchEvent({
1339
+ sortable: _this,
1340
+ rootEl: originalTarget,
1341
+ name: 'filter',
1342
+ targetEl: target,
1343
+ toEl: el,
1344
+ fromEl: el
1345
+ });
1346
+
1347
+ pluginEvent('filter', _this, {
1348
+ evt: evt
1349
+ });
1350
+ preventOnFilter && evt.cancelable && evt.preventDefault();
1351
+ return; // cancel dnd
1352
+ }
1353
+ } else if (filter) {
1354
+ filter = filter.split(',').some(function (criteria) {
1355
+ criteria = closest(originalTarget, criteria.trim(), el, false);
1356
+
1357
+ if (criteria) {
1358
+ _dispatchEvent({
1359
+ sortable: _this,
1360
+ rootEl: criteria,
1361
+ name: 'filter',
1362
+ targetEl: target,
1363
+ fromEl: el,
1364
+ toEl: el
1365
+ });
1366
+
1367
+ pluginEvent('filter', _this, {
1368
+ evt: evt
1369
+ });
1370
+ return true;
1371
+ }
1372
+ });
1373
+
1374
+ if (filter) {
1375
+ preventOnFilter && evt.cancelable && evt.preventDefault();
1376
+ return; // cancel dnd
1377
+ }
1378
+ }
1379
+
1380
+ if (options.handle && !closest(originalTarget, options.handle, el, false)) {
1381
+ return;
1382
+ } // Prepare `dragstart`
1383
+
1384
+
1385
+ this._prepareDragStart(evt, touch, target);
1386
+ },
1387
+ _prepareDragStart: function _prepareDragStart(
1388
+ /** Event */
1389
+ evt,
1390
+ /** Touch */
1391
+ touch,
1392
+ /** HTMLElement */
1393
+ target) {
1394
+ var _this = this,
1395
+ el = _this.el,
1396
+ options = _this.options,
1397
+ ownerDocument = el.ownerDocument,
1398
+ dragStartFn;
1399
+
1400
+ if (target && !dragEl && target.parentNode === el) {
1401
+ var dragRect = getRect(target);
1402
+ rootEl = el;
1403
+ dragEl = target;
1404
+ parentEl = dragEl.parentNode;
1405
+ nextEl = dragEl.nextSibling;
1406
+ lastDownEl = target;
1407
+ activeGroup = options.group;
1408
+ Sortable.dragged = dragEl;
1409
+ tapEvt = {
1410
+ target: dragEl,
1411
+ clientX: (touch || evt).clientX,
1412
+ clientY: (touch || evt).clientY
1413
+ };
1414
+ tapDistanceLeft = tapEvt.clientX - dragRect.left;
1415
+ tapDistanceTop = tapEvt.clientY - dragRect.top;
1416
+ this._lastX = (touch || evt).clientX;
1417
+ this._lastY = (touch || evt).clientY;
1418
+ dragEl.style['will-change'] = 'all';
1419
+
1420
+ dragStartFn = function dragStartFn() {
1421
+ pluginEvent('delayEnded', _this, {
1422
+ evt: evt
1423
+ });
1424
+
1425
+ if (Sortable.eventCanceled) {
1426
+ _this._onDrop();
1427
+
1428
+ return;
1429
+ } // Delayed drag has been triggered
1430
+ // we can re-enable the events: touchmove/mousemove
1431
+
1432
+
1433
+ _this._disableDelayedDragEvents();
1434
+
1435
+ if (!FireFox && _this.nativeDraggable) {
1436
+ dragEl.draggable = true;
1437
+ } // Bind the events: dragstart/dragend
1438
+
1439
+
1440
+ _this._triggerDragStart(evt, touch); // Drag start event
1441
+
1442
+
1443
+ _dispatchEvent({
1444
+ sortable: _this,
1445
+ name: 'choose',
1446
+ originalEvent: evt
1447
+ }); // Chosen item
1448
+
1449
+
1450
+ toggleClass(dragEl, options.chosenClass, true);
1451
+ }; // Disable "draggable"
1452
+
1453
+
1454
+ options.ignore.split(',').forEach(function (criteria) {
1455
+ find(dragEl, criteria.trim(), _disableDraggable);
1456
+ });
1457
+ on(ownerDocument, 'dragover', nearestEmptyInsertDetectEvent);
1458
+ on(ownerDocument, 'mousemove', nearestEmptyInsertDetectEvent);
1459
+ on(ownerDocument, 'touchmove', nearestEmptyInsertDetectEvent);
1460
+ on(ownerDocument, 'mouseup', _this._onDrop);
1461
+ on(ownerDocument, 'touchend', _this._onDrop);
1462
+ on(ownerDocument, 'touchcancel', _this._onDrop); // Make dragEl draggable (must be before delay for FireFox)
1463
+
1464
+ if (FireFox && this.nativeDraggable) {
1465
+ this.options.touchStartThreshold = 4;
1466
+ dragEl.draggable = true;
1467
+ }
1468
+
1469
+ pluginEvent('delayStart', this, {
1470
+ evt: evt
1471
+ }); // Delay is impossible for native DnD in Edge or IE
1472
+
1473
+ if (options.delay && (!options.delayOnTouchOnly || touch) && (!this.nativeDraggable || !(Edge || IE11OrLess))) {
1474
+ if (Sortable.eventCanceled) {
1475
+ this._onDrop();
1476
+
1477
+ return;
1478
+ } // If the user moves the pointer or let go the click or touch
1479
+ // before the delay has been reached:
1480
+ // disable the delayed drag
1481
+
1482
+
1483
+ on(ownerDocument, 'mouseup', _this._disableDelayedDrag);
1484
+ on(ownerDocument, 'touchend', _this._disableDelayedDrag);
1485
+ on(ownerDocument, 'touchcancel', _this._disableDelayedDrag);
1486
+ on(ownerDocument, 'mousemove', _this._delayedDragTouchMoveHandler);
1487
+ on(ownerDocument, 'touchmove', _this._delayedDragTouchMoveHandler);
1488
+ options.supportPointer && on(ownerDocument, 'pointermove', _this._delayedDragTouchMoveHandler);
1489
+ _this._dragStartTimer = setTimeout(dragStartFn, options.delay);
1490
+ } else {
1491
+ dragStartFn();
1492
+ }
1493
+ }
1494
+ },
1495
+ _delayedDragTouchMoveHandler: function _delayedDragTouchMoveHandler(
1496
+ /** TouchEvent|PointerEvent **/
1497
+ e) {
1498
+ var touch = e.touches ? e.touches[0] : e;
1499
+
1500
+ 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))) {
1501
+ this._disableDelayedDrag();
1502
+ }
1503
+ },
1504
+ _disableDelayedDrag: function _disableDelayedDrag() {
1505
+ dragEl && _disableDraggable(dragEl);
1506
+ clearTimeout(this._dragStartTimer);
1507
+
1508
+ this._disableDelayedDragEvents();
1509
+ },
1510
+ _disableDelayedDragEvents: function _disableDelayedDragEvents() {
1511
+ var ownerDocument = this.el.ownerDocument;
1512
+ off(ownerDocument, 'mouseup', this._disableDelayedDrag);
1513
+ off(ownerDocument, 'touchend', this._disableDelayedDrag);
1514
+ off(ownerDocument, 'touchcancel', this._disableDelayedDrag);
1515
+ off(ownerDocument, 'mousemove', this._delayedDragTouchMoveHandler);
1516
+ off(ownerDocument, 'touchmove', this._delayedDragTouchMoveHandler);
1517
+ off(ownerDocument, 'pointermove', this._delayedDragTouchMoveHandler);
1518
+ },
1519
+ _triggerDragStart: function _triggerDragStart(
1520
+ /** Event */
1521
+ evt,
1522
+ /** Touch */
1523
+ touch) {
1524
+ touch = touch || evt.pointerType == 'touch' && evt;
1525
+
1526
+ if (!this.nativeDraggable || touch) {
1527
+ if (this.options.supportPointer) {
1528
+ on(document, 'pointermove', this._onTouchMove);
1529
+ } else if (touch) {
1530
+ on(document, 'touchmove', this._onTouchMove);
1531
+ } else {
1532
+ on(document, 'mousemove', this._onTouchMove);
1533
+ }
1534
+ } else {
1535
+ on(dragEl, 'dragend', this);
1536
+ on(rootEl, 'dragstart', this._onDragStart);
1537
+ }
1538
+
1539
+ try {
1540
+ if (document.selection) {
1541
+ // Timeout neccessary for IE9
1542
+ _nextTick(function () {
1543
+ document.selection.empty();
1544
+ });
1545
+ } else {
1546
+ window.getSelection().removeAllRanges();
1547
+ }
1548
+ } catch (err) {}
1549
+ },
1550
+ _dragStarted: function _dragStarted(fallback, evt) {
1551
+
1552
+ awaitingDragStarted = false;
1553
+
1554
+ if (rootEl && dragEl) {
1555
+ pluginEvent('dragStarted', this, {
1556
+ evt: evt
1557
+ });
1558
+
1559
+ if (this.nativeDraggable) {
1560
+ on(document, 'dragover', _checkOutsideTargetEl);
1561
+ }
1562
+
1563
+ var options = this.options; // Apply effect
1564
+
1565
+ !fallback && toggleClass(dragEl, options.dragClass, false);
1566
+ toggleClass(dragEl, options.ghostClass, true);
1567
+ Sortable.active = this;
1568
+ fallback && this._appendGhost(); // Drag start event
1569
+
1570
+ _dispatchEvent({
1571
+ sortable: this,
1572
+ name: 'start',
1573
+ originalEvent: evt
1574
+ });
1575
+ } else {
1576
+ this._nulling();
1577
+ }
1578
+ },
1579
+ _emulateDragOver: function _emulateDragOver() {
1580
+ if (touchEvt) {
1581
+ this._lastX = touchEvt.clientX;
1582
+ this._lastY = touchEvt.clientY;
1583
+
1584
+ _hideGhostForTarget();
1585
+
1586
+ var target = document.elementFromPoint(touchEvt.clientX, touchEvt.clientY);
1587
+ var parent = target;
1588
+
1589
+ while (target && target.shadowRoot) {
1590
+ target = target.shadowRoot.elementFromPoint(touchEvt.clientX, touchEvt.clientY);
1591
+ if (target === parent) break;
1592
+ parent = target;
1593
+ }
1594
+
1595
+ dragEl.parentNode[expando]._isOutsideThisEl(target);
1596
+
1597
+ if (parent) {
1598
+ do {
1599
+ if (parent[expando]) {
1600
+ var inserted = void 0;
1601
+ inserted = parent[expando]._onDragOver({
1602
+ clientX: touchEvt.clientX,
1603
+ clientY: touchEvt.clientY,
1604
+ target: target,
1605
+ rootEl: parent
1606
+ });
1607
+
1608
+ if (inserted && !this.options.dragoverBubble) {
1609
+ break;
1610
+ }
1611
+ }
1612
+
1613
+ target = parent; // store last element
1614
+ }
1615
+ /* jshint boss:true */
1616
+ while (parent = parent.parentNode);
1617
+ }
1618
+
1619
+ _unhideGhostForTarget();
1620
+ }
1621
+ },
1622
+ _onTouchMove: function _onTouchMove(
1623
+ /**TouchEvent*/
1624
+ evt) {
1625
+ if (tapEvt) {
1626
+ var options = this.options,
1627
+ fallbackTolerance = options.fallbackTolerance,
1628
+ fallbackOffset = options.fallbackOffset,
1629
+ touch = evt.touches ? evt.touches[0] : evt,
1630
+ ghostMatrix = ghostEl && matrix(ghostEl, true),
1631
+ scaleX = ghostEl && ghostMatrix && ghostMatrix.a,
1632
+ scaleY = ghostEl && ghostMatrix && ghostMatrix.d,
1633
+ relativeScrollOffset = PositionGhostAbsolutely && ghostRelativeParent && getRelativeScrollOffset(ghostRelativeParent),
1634
+ dx = (touch.clientX - tapEvt.clientX + fallbackOffset.x) / (scaleX || 1) + (relativeScrollOffset ? relativeScrollOffset[0] - ghostRelativeParentInitialScroll[0] : 0) / (scaleX || 1),
1635
+ 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
1636
+
1637
+ if (!Sortable.active && !awaitingDragStarted) {
1638
+ if (fallbackTolerance && Math.max(Math.abs(touch.clientX - this._lastX), Math.abs(touch.clientY - this._lastY)) < fallbackTolerance) {
1639
+ return;
1640
+ }
1641
+
1642
+ this._onDragStart(evt, true);
1643
+ }
1644
+
1645
+ if (ghostEl) {
1646
+ if (ghostMatrix) {
1647
+ ghostMatrix.e += dx - (lastDx || 0);
1648
+ ghostMatrix.f += dy - (lastDy || 0);
1649
+ } else {
1650
+ ghostMatrix = {
1651
+ a: 1,
1652
+ b: 0,
1653
+ c: 0,
1654
+ d: 1,
1655
+ e: dx,
1656
+ f: dy
1657
+ };
1658
+ }
1659
+
1660
+ var cssMatrix = "matrix(".concat(ghostMatrix.a, ",").concat(ghostMatrix.b, ",").concat(ghostMatrix.c, ",").concat(ghostMatrix.d, ",").concat(ghostMatrix.e, ",").concat(ghostMatrix.f, ")");
1661
+ css(ghostEl, 'webkitTransform', cssMatrix);
1662
+ css(ghostEl, 'mozTransform', cssMatrix);
1663
+ css(ghostEl, 'msTransform', cssMatrix);
1664
+ css(ghostEl, 'transform', cssMatrix);
1665
+ lastDx = dx;
1666
+ lastDy = dy;
1667
+ touchEvt = touch;
1668
+ }
1669
+
1670
+ evt.cancelable && evt.preventDefault();
1671
+ }
1672
+ },
1673
+ _appendGhost: function _appendGhost() {
1674
+ // Bug if using scale(): https://stackoverflow.com/questions/2637058
1675
+ // Not being adjusted for
1676
+ if (!ghostEl) {
1677
+ var container = this.options.fallbackOnBody ? document.body : rootEl,
1678
+ rect = getRect(dragEl, true, PositionGhostAbsolutely, true, container),
1679
+ options = this.options; // Position absolutely
1680
+
1681
+ if (PositionGhostAbsolutely) {
1682
+ // Get relatively positioned parent
1683
+ ghostRelativeParent = container;
1684
+
1685
+ while (css(ghostRelativeParent, 'position') === 'static' && css(ghostRelativeParent, 'transform') === 'none' && ghostRelativeParent !== document) {
1686
+ ghostRelativeParent = ghostRelativeParent.parentNode;
1687
+ }
1688
+
1689
+ if (ghostRelativeParent !== document.body && ghostRelativeParent !== document.documentElement) {
1690
+ if (ghostRelativeParent === document) ghostRelativeParent = getWindowScrollingElement();
1691
+ rect.top += ghostRelativeParent.scrollTop;
1692
+ rect.left += ghostRelativeParent.scrollLeft;
1693
+ } else {
1694
+ ghostRelativeParent = getWindowScrollingElement();
1695
+ }
1696
+
1697
+ ghostRelativeParentInitialScroll = getRelativeScrollOffset(ghostRelativeParent);
1698
+ }
1699
+
1700
+ ghostEl = dragEl.cloneNode(true);
1701
+ toggleClass(ghostEl, options.ghostClass, false);
1702
+ toggleClass(ghostEl, options.fallbackClass, true);
1703
+ toggleClass(ghostEl, options.dragClass, true);
1704
+ css(ghostEl, 'transition', '');
1705
+ css(ghostEl, 'transform', '');
1706
+ css(ghostEl, 'box-sizing', 'border-box');
1707
+ css(ghostEl, 'margin', 0);
1708
+ css(ghostEl, 'top', rect.top);
1709
+ css(ghostEl, 'left', rect.left);
1710
+ css(ghostEl, 'width', rect.width);
1711
+ css(ghostEl, 'height', rect.height);
1712
+ css(ghostEl, 'opacity', '0.8');
1713
+ css(ghostEl, 'position', PositionGhostAbsolutely ? 'absolute' : 'fixed');
1714
+ css(ghostEl, 'zIndex', '100000');
1715
+ css(ghostEl, 'pointerEvents', 'none');
1716
+ Sortable.ghost = ghostEl;
1717
+ container.appendChild(ghostEl); // Set transform-origin
1718
+
1719
+ css(ghostEl, 'transform-origin', tapDistanceLeft / parseInt(ghostEl.style.width) * 100 + '% ' + tapDistanceTop / parseInt(ghostEl.style.height) * 100 + '%');
1720
+ }
1721
+ },
1722
+ _onDragStart: function _onDragStart(
1723
+ /**Event*/
1724
+ evt,
1725
+ /**boolean*/
1726
+ fallback) {
1727
+ var _this = this;
1728
+
1729
+ var dataTransfer = evt.dataTransfer;
1730
+ var options = _this.options;
1731
+ pluginEvent('dragStart', this, {
1732
+ evt: evt
1733
+ });
1734
+
1735
+ if (Sortable.eventCanceled) {
1736
+ this._onDrop();
1737
+
1738
+ return;
1739
+ }
1740
+
1741
+ pluginEvent('setupClone', this);
1742
+
1743
+ if (!Sortable.eventCanceled) {
1744
+ cloneEl = clone(dragEl);
1745
+ cloneEl.removeAttribute("id");
1746
+ cloneEl.draggable = false;
1747
+ cloneEl.style['will-change'] = '';
1748
+
1749
+ this._hideClone();
1750
+
1751
+ toggleClass(cloneEl, this.options.chosenClass, false);
1752
+ Sortable.clone = cloneEl;
1753
+ } // #1143: IFrame support workaround
1754
+
1755
+
1756
+ _this.cloneId = _nextTick(function () {
1757
+ pluginEvent('clone', _this);
1758
+ if (Sortable.eventCanceled) return;
1759
+
1760
+ if (!_this.options.removeCloneOnHide) {
1761
+ rootEl.insertBefore(cloneEl, dragEl);
1762
+ }
1763
+
1764
+ _this._hideClone();
1765
+
1766
+ _dispatchEvent({
1767
+ sortable: _this,
1768
+ name: 'clone'
1769
+ });
1770
+ });
1771
+ !fallback && toggleClass(dragEl, options.dragClass, true); // Set proper drop events
1772
+
1773
+ if (fallback) {
1774
+ ignoreNextClick = true;
1775
+ _this._loopId = setInterval(_this._emulateDragOver, 50);
1776
+ } else {
1777
+ // Undo what was set in _prepareDragStart before drag started
1778
+ off(document, 'mouseup', _this._onDrop);
1779
+ off(document, 'touchend', _this._onDrop);
1780
+ off(document, 'touchcancel', _this._onDrop);
1781
+
1782
+ if (dataTransfer) {
1783
+ dataTransfer.effectAllowed = 'move';
1784
+ options.setData && options.setData.call(_this, dataTransfer, dragEl);
1785
+ }
1786
+
1787
+ on(document, 'drop', _this); // #1276 fix:
1788
+
1789
+ css(dragEl, 'transform', 'translateZ(0)');
1790
+ }
1791
+
1792
+ awaitingDragStarted = true;
1793
+ _this._dragStartId = _nextTick(_this._dragStarted.bind(_this, fallback, evt));
1794
+ on(document, 'selectstart', _this);
1795
+ moved = true;
1796
+
1797
+ if (Safari) {
1798
+ css(document.body, 'user-select', 'none');
1799
+ }
1800
+ },
1801
+ // Returns true - if no further action is needed (either inserted or another condition)
1802
+ _onDragOver: function _onDragOver(
1803
+ /**Event*/
1804
+ evt) {
1805
+ var el = this.el,
1806
+ target = evt.target,
1807
+ dragRect,
1808
+ targetRect,
1809
+ revert,
1810
+ options = this.options,
1811
+ group = options.group,
1812
+ activeSortable = Sortable.active,
1813
+ isOwner = activeGroup === group,
1814
+ canSort = options.sort,
1815
+ fromSortable = putSortable || activeSortable,
1816
+ vertical,
1817
+ _this = this,
1818
+ completedFired = false;
1819
+
1820
+ if (_silent) return;
1821
+
1822
+ function dragOverEvent(name, extra) {
1823
+ pluginEvent(name, _this, _objectSpread2({
1824
+ evt: evt,
1825
+ isOwner: isOwner,
1826
+ axis: vertical ? 'vertical' : 'horizontal',
1827
+ revert: revert,
1828
+ dragRect: dragRect,
1829
+ targetRect: targetRect,
1830
+ canSort: canSort,
1831
+ fromSortable: fromSortable,
1832
+ target: target,
1833
+ completed: completed,
1834
+ onMove: function onMove(target, after) {
1835
+ return _onMove(rootEl, el, dragEl, dragRect, target, getRect(target), evt, after);
1836
+ },
1837
+ changed: changed
1838
+ }, extra));
1839
+ } // Capture animation state
1840
+
1841
+
1842
+ function capture() {
1843
+ dragOverEvent('dragOverAnimationCapture');
1844
+
1845
+ _this.captureAnimationState();
1846
+
1847
+ if (_this !== fromSortable) {
1848
+ fromSortable.captureAnimationState();
1849
+ }
1850
+ } // Return invocation when dragEl is inserted (or completed)
1851
+
1852
+
1853
+ function completed(insertion) {
1854
+ dragOverEvent('dragOverCompleted', {
1855
+ insertion: insertion
1856
+ });
1857
+
1858
+ if (insertion) {
1859
+ // Clones must be hidden before folding animation to capture dragRectAbsolute properly
1860
+ if (isOwner) {
1861
+ activeSortable._hideClone();
1862
+ } else {
1863
+ activeSortable._showClone(_this);
1864
+ }
1865
+
1866
+ if (_this !== fromSortable) {
1867
+ // Set ghost class to new sortable's ghost class
1868
+ toggleClass(dragEl, putSortable ? putSortable.options.ghostClass : activeSortable.options.ghostClass, false);
1869
+ toggleClass(dragEl, options.ghostClass, true);
1870
+ }
1871
+
1872
+ if (putSortable !== _this && _this !== Sortable.active) {
1873
+ putSortable = _this;
1874
+ } else if (_this === Sortable.active && putSortable) {
1875
+ putSortable = null;
1876
+ } // Animation
1877
+
1878
+
1879
+ if (fromSortable === _this) {
1880
+ _this._ignoreWhileAnimating = target;
1881
+ }
1882
+
1883
+ _this.animateAll(function () {
1884
+ dragOverEvent('dragOverAnimationComplete');
1885
+ _this._ignoreWhileAnimating = null;
1886
+ });
1887
+
1888
+ if (_this !== fromSortable) {
1889
+ fromSortable.animateAll();
1890
+ fromSortable._ignoreWhileAnimating = null;
1891
+ }
1892
+ } // Null lastTarget if it is not inside a previously swapped element
1893
+
1894
+
1895
+ if (target === dragEl && !dragEl.animated || target === el && !target.animated) {
1896
+ lastTarget = null;
1897
+ } // no bubbling and not fallback
1898
+
1899
+
1900
+ if (!options.dragoverBubble && !evt.rootEl && target !== document) {
1901
+ dragEl.parentNode[expando]._isOutsideThisEl(evt.target); // Do not detect for empty insert if already inserted
1902
+
1903
+
1904
+ !insertion && nearestEmptyInsertDetectEvent(evt);
1905
+ }
1906
+
1907
+ !options.dragoverBubble && evt.stopPropagation && evt.stopPropagation();
1908
+ return completedFired = true;
1909
+ } // Call when dragEl has been inserted
1910
+
1911
+
1912
+ function changed() {
1913
+ newIndex = index(dragEl);
1914
+ newDraggableIndex = index(dragEl, options.draggable);
1915
+
1916
+ _dispatchEvent({
1917
+ sortable: _this,
1918
+ name: 'change',
1919
+ toEl: el,
1920
+ newIndex: newIndex,
1921
+ newDraggableIndex: newDraggableIndex,
1922
+ originalEvent: evt
1923
+ });
1924
+ }
1925
+
1926
+ if (evt.preventDefault !== void 0) {
1927
+ evt.cancelable && evt.preventDefault();
1928
+ }
1929
+
1930
+ target = closest(target, options.draggable, el, true);
1931
+ dragOverEvent('dragOver');
1932
+ if (Sortable.eventCanceled) return completedFired;
1933
+
1934
+ if (dragEl.contains(evt.target) || target.animated && target.animatingX && target.animatingY || _this._ignoreWhileAnimating === target) {
1935
+ return completed(false);
1936
+ }
1937
+
1938
+ ignoreNextClick = false;
1939
+
1940
+ if (activeSortable && !options.disabled && (isOwner ? canSort || (revert = parentEl !== rootEl) // Reverting item into the original list
1941
+ : putSortable === this || (this.lastPutMode = activeGroup.checkPull(this, activeSortable, dragEl, evt)) && group.checkPut(this, activeSortable, dragEl, evt))) {
1942
+ vertical = this._getDirection(evt, target) === 'vertical';
1943
+ dragRect = getRect(dragEl);
1944
+ dragOverEvent('dragOverValid');
1945
+ if (Sortable.eventCanceled) return completedFired;
1946
+
1947
+ if (revert) {
1948
+ parentEl = rootEl; // actualization
1949
+
1950
+ capture();
1951
+
1952
+ this._hideClone();
1953
+
1954
+ dragOverEvent('revert');
1955
+
1956
+ if (!Sortable.eventCanceled) {
1957
+ if (nextEl) {
1958
+ rootEl.insertBefore(dragEl, nextEl);
1959
+ } else {
1960
+ rootEl.appendChild(dragEl);
1961
+ }
1962
+ }
1963
+
1964
+ return completed(true);
1965
+ }
1966
+
1967
+ var elLastChild = lastChild(el, options.draggable);
1968
+
1969
+ if (!elLastChild || _ghostIsLast(evt, vertical, this) && !elLastChild.animated) {
1970
+ // Insert to end of list
1971
+ // If already at end of list: Do not insert
1972
+ if (elLastChild === dragEl) {
1973
+ return completed(false);
1974
+ } // if there is a last element, it is the target
1975
+
1976
+
1977
+ if (elLastChild && el === evt.target) {
1978
+ target = elLastChild;
1979
+ }
1980
+
1981
+ if (target) {
1982
+ targetRect = getRect(target);
1983
+ }
1984
+
1985
+ if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, !!target) !== false) {
1986
+ capture();
1987
+
1988
+ if (elLastChild && elLastChild.nextSibling) {
1989
+ // the last draggable element is not the last node
1990
+ el.insertBefore(dragEl, elLastChild.nextSibling);
1991
+ } else {
1992
+ el.appendChild(dragEl);
1993
+ }
1994
+
1995
+ parentEl = el; // actualization
1996
+
1997
+ changed();
1998
+ return completed(true);
1999
+ }
2000
+ } else if (elLastChild && _ghostIsFirst(evt, vertical, this)) {
2001
+ // Insert to start of list
2002
+ var firstChild = getChild(el, 0, options, true);
2003
+
2004
+ if (firstChild === dragEl) {
2005
+ return completed(false);
2006
+ }
2007
+
2008
+ target = firstChild;
2009
+ targetRect = getRect(target);
2010
+
2011
+ if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, false) !== false) {
2012
+ capture();
2013
+ el.insertBefore(dragEl, firstChild);
2014
+ parentEl = el; // actualization
2015
+
2016
+ changed();
2017
+ return completed(true);
2018
+ }
2019
+ } else if (target.parentNode === el) {
2020
+ targetRect = getRect(target);
2021
+ var direction = 0,
2022
+ targetBeforeFirstSwap,
2023
+ differentLevel = dragEl.parentNode !== el,
2024
+ differentRowCol = !_dragElInRowColumn(dragEl.animated && dragEl.toRect || dragRect, target.animated && target.toRect || targetRect, vertical),
2025
+ side1 = vertical ? 'top' : 'left',
2026
+ scrolledPastTop = isScrolledPast(target, 'top', 'top') || isScrolledPast(dragEl, 'top', 'top'),
2027
+ scrollBefore = scrolledPastTop ? scrolledPastTop.scrollTop : void 0;
2028
+
2029
+ if (lastTarget !== target) {
2030
+ targetBeforeFirstSwap = targetRect[side1];
2031
+ pastFirstInvertThresh = false;
2032
+ isCircumstantialInvert = !differentRowCol && options.invertSwap || differentLevel;
2033
+ }
2034
+
2035
+ direction = _getSwapDirection(evt, target, targetRect, vertical, differentRowCol ? 1 : options.swapThreshold, options.invertedSwapThreshold == null ? options.swapThreshold : options.invertedSwapThreshold, isCircumstantialInvert, lastTarget === target);
2036
+ var sibling;
2037
+
2038
+ if (direction !== 0) {
2039
+ // Check if target is beside dragEl in respective direction (ignoring hidden elements)
2040
+ var dragIndex = index(dragEl);
2041
+
2042
+ do {
2043
+ dragIndex -= direction;
2044
+ sibling = parentEl.children[dragIndex];
2045
+ } while (sibling && (css(sibling, 'display') === 'none' || sibling === ghostEl));
2046
+ } // If dragEl is already beside target: Do not insert
2047
+
2048
+
2049
+ if (direction === 0 || sibling === target) {
2050
+ return completed(false);
2051
+ }
2052
+
2053
+ lastTarget = target;
2054
+ lastDirection = direction;
2055
+ var nextSibling = target.nextElementSibling,
2056
+ after = false;
2057
+ after = direction === 1;
2058
+
2059
+ var moveVector = _onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, after);
2060
+
2061
+ if (moveVector !== false) {
2062
+ if (moveVector === 1 || moveVector === -1) {
2063
+ after = moveVector === 1;
2064
+ }
2065
+
2066
+ _silent = true;
2067
+ setTimeout(_unsilent, 30);
2068
+ capture();
2069
+
2070
+ if (after && !nextSibling) {
2071
+ el.appendChild(dragEl);
2072
+ } else {
2073
+ target.parentNode.insertBefore(dragEl, after ? nextSibling : target);
2074
+ } // Undo chrome's scroll adjustment (has no effect on other browsers)
2075
+
2076
+
2077
+ if (scrolledPastTop) {
2078
+ scrollBy(scrolledPastTop, 0, scrollBefore - scrolledPastTop.scrollTop);
2079
+ }
2080
+
2081
+ parentEl = dragEl.parentNode; // actualization
2082
+ // must be done before animation
2083
+
2084
+ if (targetBeforeFirstSwap !== undefined && !isCircumstantialInvert) {
2085
+ targetMoveDistance = Math.abs(targetBeforeFirstSwap - getRect(target)[side1]);
2086
+ }
2087
+
2088
+ changed();
2089
+ return completed(true);
2090
+ }
2091
+ }
2092
+
2093
+ if (el.contains(dragEl)) {
2094
+ return completed(false);
2095
+ }
2096
+ }
2097
+
2098
+ return false;
2099
+ },
2100
+ _ignoreWhileAnimating: null,
2101
+ _offMoveEvents: function _offMoveEvents() {
2102
+ off(document, 'mousemove', this._onTouchMove);
2103
+ off(document, 'touchmove', this._onTouchMove);
2104
+ off(document, 'pointermove', this._onTouchMove);
2105
+ off(document, 'dragover', nearestEmptyInsertDetectEvent);
2106
+ off(document, 'mousemove', nearestEmptyInsertDetectEvent);
2107
+ off(document, 'touchmove', nearestEmptyInsertDetectEvent);
2108
+ },
2109
+ _offUpEvents: function _offUpEvents() {
2110
+ var ownerDocument = this.el.ownerDocument;
2111
+ off(ownerDocument, 'mouseup', this._onDrop);
2112
+ off(ownerDocument, 'touchend', this._onDrop);
2113
+ off(ownerDocument, 'pointerup', this._onDrop);
2114
+ off(ownerDocument, 'touchcancel', this._onDrop);
2115
+ off(document, 'selectstart', this);
2116
+ },
2117
+ _onDrop: function _onDrop(
2118
+ /**Event*/
2119
+ evt) {
2120
+ var el = this.el,
2121
+ options = this.options; // Get the index of the dragged element within its parent
2122
+
2123
+ newIndex = index(dragEl);
2124
+ newDraggableIndex = index(dragEl, options.draggable);
2125
+ pluginEvent('drop', this, {
2126
+ evt: evt
2127
+ });
2128
+ parentEl = dragEl && dragEl.parentNode; // Get again after plugin event
2129
+
2130
+ newIndex = index(dragEl);
2131
+ newDraggableIndex = index(dragEl, options.draggable);
2132
+
2133
+ if (Sortable.eventCanceled) {
2134
+ this._nulling();
2135
+
2136
+ return;
2137
+ }
2138
+
2139
+ awaitingDragStarted = false;
2140
+ isCircumstantialInvert = false;
2141
+ pastFirstInvertThresh = false;
2142
+ clearInterval(this._loopId);
2143
+ clearTimeout(this._dragStartTimer);
2144
+
2145
+ _cancelNextTick(this.cloneId);
2146
+
2147
+ _cancelNextTick(this._dragStartId); // Unbind events
2148
+
2149
+
2150
+ if (this.nativeDraggable) {
2151
+ off(document, 'drop', this);
2152
+ off(el, 'dragstart', this._onDragStart);
2153
+ }
2154
+
2155
+ this._offMoveEvents();
2156
+
2157
+ this._offUpEvents();
2158
+
2159
+ if (Safari) {
2160
+ css(document.body, 'user-select', '');
2161
+ }
2162
+
2163
+ css(dragEl, 'transform', '');
2164
+
2165
+ if (evt) {
2166
+ if (moved) {
2167
+ evt.cancelable && evt.preventDefault();
2168
+ !options.dropBubble && evt.stopPropagation();
2169
+ }
2170
+
2171
+ ghostEl && ghostEl.parentNode && ghostEl.parentNode.removeChild(ghostEl);
2172
+
2173
+ if (rootEl === parentEl || putSortable && putSortable.lastPutMode !== 'clone') {
2174
+ // Remove clone(s)
2175
+ cloneEl && cloneEl.parentNode && cloneEl.parentNode.removeChild(cloneEl);
2176
+ }
2177
+
2178
+ if (dragEl) {
2179
+ if (this.nativeDraggable) {
2180
+ off(dragEl, 'dragend', this);
2181
+ }
2182
+
2183
+ _disableDraggable(dragEl);
2184
+
2185
+ dragEl.style['will-change'] = ''; // Remove classes
2186
+ // ghostClass is added in dragStarted
2187
+
2188
+ if (moved && !awaitingDragStarted) {
2189
+ toggleClass(dragEl, putSortable ? putSortable.options.ghostClass : this.options.ghostClass, false);
2190
+ }
2191
+
2192
+ toggleClass(dragEl, this.options.chosenClass, false); // Drag stop event
2193
+
2194
+ _dispatchEvent({
2195
+ sortable: this,
2196
+ name: 'unchoose',
2197
+ toEl: parentEl,
2198
+ newIndex: null,
2199
+ newDraggableIndex: null,
2200
+ originalEvent: evt
2201
+ });
2202
+
2203
+ if (rootEl !== parentEl) {
2204
+ if (newIndex >= 0) {
2205
+ // Add event
2206
+ _dispatchEvent({
2207
+ rootEl: parentEl,
2208
+ name: 'add',
2209
+ toEl: parentEl,
2210
+ fromEl: rootEl,
2211
+ originalEvent: evt
2212
+ }); // Remove event
2213
+
2214
+
2215
+ _dispatchEvent({
2216
+ sortable: this,
2217
+ name: 'remove',
2218
+ toEl: parentEl,
2219
+ originalEvent: evt
2220
+ }); // drag from one list and drop into another
2221
+
2222
+
2223
+ _dispatchEvent({
2224
+ rootEl: parentEl,
2225
+ name: 'sort',
2226
+ toEl: parentEl,
2227
+ fromEl: rootEl,
2228
+ originalEvent: evt
2229
+ });
2230
+
2231
+ _dispatchEvent({
2232
+ sortable: this,
2233
+ name: 'sort',
2234
+ toEl: parentEl,
2235
+ originalEvent: evt
2236
+ });
2237
+ }
2238
+
2239
+ putSortable && putSortable.save();
2240
+ } else {
2241
+ if (newIndex !== oldIndex) {
2242
+ if (newIndex >= 0) {
2243
+ // drag & drop within the same list
2244
+ _dispatchEvent({
2245
+ sortable: this,
2246
+ name: 'update',
2247
+ toEl: parentEl,
2248
+ originalEvent: evt
2249
+ });
2250
+
2251
+ _dispatchEvent({
2252
+ sortable: this,
2253
+ name: 'sort',
2254
+ toEl: parentEl,
2255
+ originalEvent: evt
2256
+ });
2257
+ }
2258
+ }
2259
+ }
2260
+
2261
+ if (Sortable.active) {
2262
+ /* jshint eqnull:true */
2263
+ if (newIndex == null || newIndex === -1) {
2264
+ newIndex = oldIndex;
2265
+ newDraggableIndex = oldDraggableIndex;
2266
+ }
2267
+
2268
+ _dispatchEvent({
2269
+ sortable: this,
2270
+ name: 'end',
2271
+ toEl: parentEl,
2272
+ originalEvent: evt
2273
+ }); // Save sorting
2274
+
2275
+
2276
+ this.save();
2277
+ }
2278
+ }
2279
+ }
2280
+
2281
+ this._nulling();
2282
+ },
2283
+ _nulling: function _nulling() {
2284
+ pluginEvent('nulling', this);
2285
+ 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;
2286
+ savedInputChecked.forEach(function (el) {
2287
+ el.checked = true;
2288
+ });
2289
+ savedInputChecked.length = lastDx = lastDy = 0;
2290
+ },
2291
+ handleEvent: function handleEvent(
2292
+ /**Event*/
2293
+ evt) {
2294
+ switch (evt.type) {
2295
+ case 'drop':
2296
+ case 'dragend':
2297
+ this._onDrop(evt);
2298
+
2299
+ break;
2300
+
2301
+ case 'dragenter':
2302
+ case 'dragover':
2303
+ if (dragEl) {
2304
+ this._onDragOver(evt);
2305
+
2306
+ _globalDragOver(evt);
2307
+ }
2308
+
2309
+ break;
2310
+
2311
+ case 'selectstart':
2312
+ evt.preventDefault();
2313
+ break;
2314
+ }
2315
+ },
2316
+
2317
+ /**
2318
+ * Serializes the item into an array of string.
2319
+ * @returns {String[]}
2320
+ */
2321
+ toArray: function toArray() {
2322
+ var order = [],
2323
+ el,
2324
+ children = this.el.children,
2325
+ i = 0,
2326
+ n = children.length,
2327
+ options = this.options;
2328
+
2329
+ for (; i < n; i++) {
2330
+ el = children[i];
2331
+
2332
+ if (closest(el, options.draggable, this.el, false)) {
2333
+ order.push(el.getAttribute(options.dataIdAttr) || _generateId(el));
2334
+ }
2335
+ }
2336
+
2337
+ return order;
2338
+ },
2339
+
2340
+ /**
2341
+ * Sorts the elements according to the array.
2342
+ * @param {String[]} order order of the items
2343
+ */
2344
+ sort: function sort(order, useAnimation) {
2345
+ var items = {},
2346
+ rootEl = this.el;
2347
+ this.toArray().forEach(function (id, i) {
2348
+ var el = rootEl.children[i];
2349
+
2350
+ if (closest(el, this.options.draggable, rootEl, false)) {
2351
+ items[id] = el;
2352
+ }
2353
+ }, this);
2354
+ useAnimation && this.captureAnimationState();
2355
+ order.forEach(function (id) {
2356
+ if (items[id]) {
2357
+ rootEl.removeChild(items[id]);
2358
+ rootEl.appendChild(items[id]);
2359
+ }
2360
+ });
2361
+ useAnimation && this.animateAll();
2362
+ },
2363
+
2364
+ /**
2365
+ * Save the current sorting
2366
+ */
2367
+ save: function save() {
2368
+ var store = this.options.store;
2369
+ store && store.set && store.set(this);
2370
+ },
2371
+
2372
+ /**
2373
+ * 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.
2374
+ * @param {HTMLElement} el
2375
+ * @param {String} [selector] default: `options.draggable`
2376
+ * @returns {HTMLElement|null}
2377
+ */
2378
+ closest: function closest$1(el, selector) {
2379
+ return closest(el, selector || this.options.draggable, this.el, false);
2380
+ },
2381
+
2382
+ /**
2383
+ * Set/get option
2384
+ * @param {string} name
2385
+ * @param {*} [value]
2386
+ * @returns {*}
2387
+ */
2388
+ option: function option(name, value) {
2389
+ var options = this.options;
2390
+
2391
+ if (value === void 0) {
2392
+ return options[name];
2393
+ } else {
2394
+ var modifiedValue = PluginManager.modifyOption(this, name, value);
2395
+
2396
+ if (typeof modifiedValue !== 'undefined') {
2397
+ options[name] = modifiedValue;
2398
+ } else {
2399
+ options[name] = value;
2400
+ }
2401
+
2402
+ if (name === 'group') {
2403
+ _prepareGroup(options);
2404
+ }
2405
+ }
2406
+ },
2407
+
2408
+ /**
2409
+ * Destroy
2410
+ */
2411
+ destroy: function destroy() {
2412
+ pluginEvent('destroy', this);
2413
+ var el = this.el;
2414
+ el[expando] = null;
2415
+ off(el, 'mousedown', this._onTapStart);
2416
+ off(el, 'touchstart', this._onTapStart);
2417
+ off(el, 'pointerdown', this._onTapStart);
2418
+
2419
+ if (this.nativeDraggable) {
2420
+ off(el, 'dragover', this);
2421
+ off(el, 'dragenter', this);
2422
+ } // Remove draggable attributes
2423
+
2424
+
2425
+ Array.prototype.forEach.call(el.querySelectorAll('[draggable]'), function (el) {
2426
+ el.removeAttribute('draggable');
2427
+ });
2428
+
2429
+ this._onDrop();
2430
+
2431
+ this._disableDelayedDragEvents();
2432
+
2433
+ sortables.splice(sortables.indexOf(this.el), 1);
2434
+ this.el = el = null;
2435
+ },
2436
+ _hideClone: function _hideClone() {
2437
+ if (!cloneHidden) {
2438
+ pluginEvent('hideClone', this);
2439
+ if (Sortable.eventCanceled) return;
2440
+ css(cloneEl, 'display', 'none');
2441
+
2442
+ if (this.options.removeCloneOnHide && cloneEl.parentNode) {
2443
+ cloneEl.parentNode.removeChild(cloneEl);
2444
+ }
2445
+
2446
+ cloneHidden = true;
2447
+ }
2448
+ },
2449
+ _showClone: function _showClone(putSortable) {
2450
+ if (putSortable.lastPutMode !== 'clone') {
2451
+ this._hideClone();
2452
+
2453
+ return;
2454
+ }
2455
+
2456
+ if (cloneHidden) {
2457
+ pluginEvent('showClone', this);
2458
+ if (Sortable.eventCanceled) return; // show clone at dragEl or original position
2459
+
2460
+ if (dragEl.parentNode == rootEl && !this.options.group.revertClone) {
2461
+ rootEl.insertBefore(cloneEl, dragEl);
2462
+ } else if (nextEl) {
2463
+ rootEl.insertBefore(cloneEl, nextEl);
2464
+ } else {
2465
+ rootEl.appendChild(cloneEl);
2466
+ }
2467
+
2468
+ if (this.options.group.revertClone) {
2469
+ this.animate(dragEl, cloneEl);
2470
+ }
2471
+
2472
+ css(cloneEl, 'display', '');
2473
+ cloneHidden = false;
2474
+ }
2475
+ }
2476
+ };
2477
+
2478
+ function _globalDragOver(
2479
+ /**Event*/
2480
+ evt) {
2481
+ if (evt.dataTransfer) {
2482
+ evt.dataTransfer.dropEffect = 'move';
2483
+ }
2484
+
2485
+ evt.cancelable && evt.preventDefault();
2486
+ }
2487
+
2488
+ function _onMove(fromEl, toEl, dragEl, dragRect, targetEl, targetRect, originalEvent, willInsertAfter) {
2489
+ var evt,
2490
+ sortable = fromEl[expando],
2491
+ onMoveFn = sortable.options.onMove,
2492
+ retVal; // Support for new CustomEvent feature
2493
+
2494
+ if (window.CustomEvent && !IE11OrLess && !Edge) {
2495
+ evt = new CustomEvent('move', {
2496
+ bubbles: true,
2497
+ cancelable: true
2498
+ });
2499
+ } else {
2500
+ evt = document.createEvent('Event');
2501
+ evt.initEvent('move', true, true);
2502
+ }
2503
+
2504
+ evt.to = toEl;
2505
+ evt.from = fromEl;
2506
+ evt.dragged = dragEl;
2507
+ evt.draggedRect = dragRect;
2508
+ evt.related = targetEl || toEl;
2509
+ evt.relatedRect = targetRect || getRect(toEl);
2510
+ evt.willInsertAfter = willInsertAfter;
2511
+ evt.originalEvent = originalEvent;
2512
+ fromEl.dispatchEvent(evt);
2513
+
2514
+ if (onMoveFn) {
2515
+ retVal = onMoveFn.call(sortable, evt, originalEvent);
2516
+ }
2517
+
2518
+ return retVal;
2519
+ }
2520
+
2521
+ function _disableDraggable(el) {
2522
+ el.draggable = false;
2523
+ }
2524
+
2525
+ function _unsilent() {
2526
+ _silent = false;
2527
+ }
2528
+
2529
+ function _ghostIsFirst(evt, vertical, sortable) {
2530
+ var rect = getRect(getChild(sortable.el, 0, sortable.options, true));
2531
+ var spacer = 10;
2532
+ 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;
2533
+ }
2534
+
2535
+ function _ghostIsLast(evt, vertical, sortable) {
2536
+ var rect = getRect(lastChild(sortable.el, sortable.options.draggable));
2537
+ var spacer = 10;
2538
+ 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;
2539
+ }
2540
+
2541
+ function _getSwapDirection(evt, target, targetRect, vertical, swapThreshold, invertedSwapThreshold, invertSwap, isLastTarget) {
2542
+ var mouseOnAxis = vertical ? evt.clientY : evt.clientX,
2543
+ targetLength = vertical ? targetRect.height : targetRect.width,
2544
+ targetS1 = vertical ? targetRect.top : targetRect.left,
2545
+ targetS2 = vertical ? targetRect.bottom : targetRect.right,
2546
+ invert = false;
2547
+
2548
+ if (!invertSwap) {
2549
+ // Never invert or create dragEl shadow when target movemenet causes mouse to move past the end of regular swapThreshold
2550
+ if (isLastTarget && targetMoveDistance < targetLength * swapThreshold) {
2551
+ // multiplied only by swapThreshold because mouse will already be inside target by (1 - threshold) * targetLength / 2
2552
+ // check if past first invert threshold on side opposite of lastDirection
2553
+ if (!pastFirstInvertThresh && (lastDirection === 1 ? mouseOnAxis > targetS1 + targetLength * invertedSwapThreshold / 2 : mouseOnAxis < targetS2 - targetLength * invertedSwapThreshold / 2)) {
2554
+ // past first invert threshold, do not restrict inverted threshold to dragEl shadow
2555
+ pastFirstInvertThresh = true;
2556
+ }
2557
+
2558
+ if (!pastFirstInvertThresh) {
2559
+ // dragEl shadow (target move distance shadow)
2560
+ if (lastDirection === 1 ? mouseOnAxis < targetS1 + targetMoveDistance // over dragEl shadow
2561
+ : mouseOnAxis > targetS2 - targetMoveDistance) {
2562
+ return -lastDirection;
2563
+ }
2564
+ } else {
2565
+ invert = true;
2566
+ }
2567
+ } else {
2568
+ // Regular
2569
+ if (mouseOnAxis > targetS1 + targetLength * (1 - swapThreshold) / 2 && mouseOnAxis < targetS2 - targetLength * (1 - swapThreshold) / 2) {
2570
+ return _getInsertDirection(target);
2571
+ }
2572
+ }
2573
+ }
2574
+
2575
+ invert = invert || invertSwap;
2576
+
2577
+ if (invert) {
2578
+ // Invert of regular
2579
+ if (mouseOnAxis < targetS1 + targetLength * invertedSwapThreshold / 2 || mouseOnAxis > targetS2 - targetLength * invertedSwapThreshold / 2) {
2580
+ return mouseOnAxis > targetS1 + targetLength / 2 ? 1 : -1;
2581
+ }
2582
+ }
2583
+
2584
+ return 0;
2585
+ }
2586
+ /**
2587
+ * Gets the direction dragEl must be swapped relative to target in order to make it
2588
+ * seem that dragEl has been "inserted" into that element's position
2589
+ * @param {HTMLElement} target The target whose position dragEl is being inserted at
2590
+ * @return {Number} Direction dragEl must be swapped
2591
+ */
2592
+
2593
+
2594
+ function _getInsertDirection(target) {
2595
+ if (index(dragEl) < index(target)) {
2596
+ return 1;
2597
+ } else {
2598
+ return -1;
2599
+ }
2600
+ }
2601
+ /**
2602
+ * Generate id
2603
+ * @param {HTMLElement} el
2604
+ * @returns {String}
2605
+ * @private
2606
+ */
2607
+
2608
+
2609
+ function _generateId(el) {
2610
+ var str = el.tagName + el.className + el.src + el.href + el.textContent,
2611
+ i = str.length,
2612
+ sum = 0;
2613
+
2614
+ while (i--) {
2615
+ sum += str.charCodeAt(i);
2616
+ }
2617
+
2618
+ return sum.toString(36);
2619
+ }
2620
+
2621
+ function _saveInputCheckedState(root) {
2622
+ savedInputChecked.length = 0;
2623
+ var inputs = root.getElementsByTagName('input');
2624
+ var idx = inputs.length;
2625
+
2626
+ while (idx--) {
2627
+ var el = inputs[idx];
2628
+ el.checked && savedInputChecked.push(el);
2629
+ }
2630
+ }
2631
+
2632
+ function _nextTick(fn) {
2633
+ return setTimeout(fn, 0);
2634
+ }
2635
+
2636
+ function _cancelNextTick(id) {
2637
+ return clearTimeout(id);
2638
+ } // Fixed #973:
2639
+
2640
+
2641
+ if (documentExists) {
2642
+ on(document, 'touchmove', function (evt) {
2643
+ if ((Sortable.active || awaitingDragStarted) && evt.cancelable) {
2644
+ evt.preventDefault();
2645
+ }
2646
+ });
2647
+ } // Export utils
2648
+
2649
+
2650
+ Sortable.utils = {
2651
+ on: on,
2652
+ off: off,
2653
+ css: css,
2654
+ find: find,
2655
+ is: function is(el, selector) {
2656
+ return !!closest(el, selector, el, false);
2657
+ },
2658
+ extend: extend,
2659
+ throttle: throttle,
2660
+ closest: closest,
2661
+ toggleClass: toggleClass,
2662
+ clone: clone,
2663
+ index: index,
2664
+ nextTick: _nextTick,
2665
+ cancelNextTick: _cancelNextTick,
2666
+ detectDirection: _detectDirection,
2667
+ getChild: getChild
2668
+ };
2669
+ /**
2670
+ * Get the Sortable instance of an element
2671
+ * @param {HTMLElement} element The element
2672
+ * @return {Sortable|undefined} The instance of Sortable
2673
+ */
2674
+
2675
+ Sortable.get = function (element) {
2676
+ return element[expando];
2677
+ };
2678
+ /**
2679
+ * Mount a plugin to Sortable
2680
+ * @param {...SortablePlugin|SortablePlugin[]} plugins Plugins being mounted
2681
+ */
2682
+
2683
+
2684
+ Sortable.mount = function () {
2685
+ for (var _len = arguments.length, plugins = new Array(_len), _key = 0; _key < _len; _key++) {
2686
+ plugins[_key] = arguments[_key];
2687
+ }
2688
+
2689
+ if (plugins[0].constructor === Array) plugins = plugins[0];
2690
+ plugins.forEach(function (plugin) {
2691
+ if (!plugin.prototype || !plugin.prototype.constructor) {
2692
+ throw "Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(plugin));
2693
+ }
2694
+
2695
+ if (plugin.utils) Sortable.utils = _objectSpread2(_objectSpread2({}, Sortable.utils), plugin.utils);
2696
+ PluginManager.mount(plugin);
2697
+ });
2698
+ };
2699
+ /**
2700
+ * Create sortable instance
2701
+ * @param {HTMLElement} el
2702
+ * @param {Object} [options]
2703
+ */
2704
+
2705
+
2706
+ Sortable.create = function (el, options) {
2707
+ return new Sortable(el, options);
2708
+ }; // Export
2709
+
2710
+
2711
+ Sortable.version = version;
2712
+
2713
+ var autoScrolls = [],
2714
+ scrollEl,
2715
+ scrollRootEl,
2716
+ scrolling = false,
2717
+ lastAutoScrollX,
2718
+ lastAutoScrollY,
2719
+ touchEvt$1,
2720
+ pointerElemChangedInterval;
2721
+
2722
+ function AutoScrollPlugin() {
2723
+ function AutoScroll() {
2724
+ this.defaults = {
2725
+ scroll: true,
2726
+ forceAutoScrollFallback: false,
2727
+ scrollSensitivity: 30,
2728
+ scrollSpeed: 10,
2729
+ bubbleScroll: true
2730
+ }; // Bind all private methods
2731
+
2732
+ for (var fn in this) {
2733
+ if (fn.charAt(0) === '_' && typeof this[fn] === 'function') {
2734
+ this[fn] = this[fn].bind(this);
2735
+ }
2736
+ }
2737
+ }
2738
+
2739
+ AutoScroll.prototype = {
2740
+ dragStarted: function dragStarted(_ref) {
2741
+ var originalEvent = _ref.originalEvent;
2742
+
2743
+ if (this.sortable.nativeDraggable) {
2744
+ on(document, 'dragover', this._handleAutoScroll);
2745
+ } else {
2746
+ if (this.options.supportPointer) {
2747
+ on(document, 'pointermove', this._handleFallbackAutoScroll);
2748
+ } else if (originalEvent.touches) {
2749
+ on(document, 'touchmove', this._handleFallbackAutoScroll);
2750
+ } else {
2751
+ on(document, 'mousemove', this._handleFallbackAutoScroll);
2752
+ }
2753
+ }
2754
+ },
2755
+ dragOverCompleted: function dragOverCompleted(_ref2) {
2756
+ var originalEvent = _ref2.originalEvent;
2757
+
2758
+ // For when bubbling is canceled and using fallback (fallback 'touchmove' always reached)
2759
+ if (!this.options.dragOverBubble && !originalEvent.rootEl) {
2760
+ this._handleAutoScroll(originalEvent);
2761
+ }
2762
+ },
2763
+ drop: function drop() {
2764
+ if (this.sortable.nativeDraggable) {
2765
+ off(document, 'dragover', this._handleAutoScroll);
2766
+ } else {
2767
+ off(document, 'pointermove', this._handleFallbackAutoScroll);
2768
+ off(document, 'touchmove', this._handleFallbackAutoScroll);
2769
+ off(document, 'mousemove', this._handleFallbackAutoScroll);
2770
+ }
2771
+
2772
+ clearPointerElemChangedInterval();
2773
+ clearAutoScrolls();
2774
+ cancelThrottle();
2775
+ },
2776
+ nulling: function nulling() {
2777
+ touchEvt$1 = scrollRootEl = scrollEl = scrolling = pointerElemChangedInterval = lastAutoScrollX = lastAutoScrollY = null;
2778
+ autoScrolls.length = 0;
2779
+ },
2780
+ _handleFallbackAutoScroll: function _handleFallbackAutoScroll(evt) {
2781
+ this._handleAutoScroll(evt, true);
2782
+ },
2783
+ _handleAutoScroll: function _handleAutoScroll(evt, fallback) {
2784
+ var _this = this;
2785
+
2786
+ var x = (evt.touches ? evt.touches[0] : evt).clientX,
2787
+ y = (evt.touches ? evt.touches[0] : evt).clientY,
2788
+ elem = document.elementFromPoint(x, y);
2789
+ touchEvt$1 = evt; // IE does not seem to have native autoscroll,
2790
+ // Edge's autoscroll seems too conditional,
2791
+ // MACOS Safari does not have autoscroll,
2792
+ // Firefox and Chrome are good
2793
+
2794
+ if (fallback || this.options.forceAutoScrollFallback || Edge || IE11OrLess || Safari) {
2795
+ autoScroll(evt, this.options, elem, fallback); // Listener for pointer element change
2796
+
2797
+ var ogElemScroller = getParentAutoScrollElement(elem, true);
2798
+
2799
+ if (scrolling && (!pointerElemChangedInterval || x !== lastAutoScrollX || y !== lastAutoScrollY)) {
2800
+ pointerElemChangedInterval && clearPointerElemChangedInterval(); // Detect for pointer elem change, emulating native DnD behaviour
2801
+
2802
+ pointerElemChangedInterval = setInterval(function () {
2803
+ var newElem = getParentAutoScrollElement(document.elementFromPoint(x, y), true);
2804
+
2805
+ if (newElem !== ogElemScroller) {
2806
+ ogElemScroller = newElem;
2807
+ clearAutoScrolls();
2808
+ }
2809
+
2810
+ autoScroll(evt, _this.options, newElem, fallback);
2811
+ }, 10);
2812
+ lastAutoScrollX = x;
2813
+ lastAutoScrollY = y;
2814
+ }
2815
+ } else {
2816
+ // if DnD is enabled (and browser has good autoscrolling), first autoscroll will already scroll, so get parent autoscroll of first autoscroll
2817
+ if (!this.options.bubbleScroll || getParentAutoScrollElement(elem, true) === getWindowScrollingElement()) {
2818
+ clearAutoScrolls();
2819
+ return;
2820
+ }
2821
+
2822
+ autoScroll(evt, this.options, getParentAutoScrollElement(elem, false), false);
2823
+ }
2824
+ }
2825
+ };
2826
+ return _extends(AutoScroll, {
2827
+ pluginName: 'scroll',
2828
+ initializeByDefault: true
2829
+ });
2830
+ }
2831
+
2832
+ function clearAutoScrolls() {
2833
+ autoScrolls.forEach(function (autoScroll) {
2834
+ clearInterval(autoScroll.pid);
2835
+ });
2836
+ autoScrolls = [];
2837
+ }
2838
+
2839
+ function clearPointerElemChangedInterval() {
2840
+ clearInterval(pointerElemChangedInterval);
2841
+ }
2842
+
2843
+ var autoScroll = throttle(function (evt, options, rootEl, isFallback) {
2844
+ // Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=505521
2845
+ if (!options.scroll) return;
2846
+ var x = (evt.touches ? evt.touches[0] : evt).clientX,
2847
+ y = (evt.touches ? evt.touches[0] : evt).clientY,
2848
+ sens = options.scrollSensitivity,
2849
+ speed = options.scrollSpeed,
2850
+ winScroller = getWindowScrollingElement();
2851
+ var scrollThisInstance = false,
2852
+ scrollCustomFn; // New scroll root, set scrollEl
2853
+
2854
+ if (scrollRootEl !== rootEl) {
2855
+ scrollRootEl = rootEl;
2856
+ clearAutoScrolls();
2857
+ scrollEl = options.scroll;
2858
+ scrollCustomFn = options.scrollFn;
2859
+
2860
+ if (scrollEl === true) {
2861
+ scrollEl = getParentAutoScrollElement(rootEl, true);
2862
+ }
2863
+ }
2864
+
2865
+ var layersOut = 0;
2866
+ var currentParent = scrollEl;
2867
+
2868
+ do {
2869
+ var el = currentParent,
2870
+ rect = getRect(el),
2871
+ top = rect.top,
2872
+ bottom = rect.bottom,
2873
+ left = rect.left,
2874
+ right = rect.right,
2875
+ width = rect.width,
2876
+ height = rect.height,
2877
+ canScrollX = void 0,
2878
+ canScrollY = void 0,
2879
+ scrollWidth = el.scrollWidth,
2880
+ scrollHeight = el.scrollHeight,
2881
+ elCSS = css(el),
2882
+ scrollPosX = el.scrollLeft,
2883
+ scrollPosY = el.scrollTop;
2884
+
2885
+ if (el === winScroller) {
2886
+ canScrollX = width < scrollWidth && (elCSS.overflowX === 'auto' || elCSS.overflowX === 'scroll' || elCSS.overflowX === 'visible');
2887
+ canScrollY = height < scrollHeight && (elCSS.overflowY === 'auto' || elCSS.overflowY === 'scroll' || elCSS.overflowY === 'visible');
2888
+ } else {
2889
+ canScrollX = width < scrollWidth && (elCSS.overflowX === 'auto' || elCSS.overflowX === 'scroll');
2890
+ canScrollY = height < scrollHeight && (elCSS.overflowY === 'auto' || elCSS.overflowY === 'scroll');
2891
+ }
2892
+
2893
+ var vx = canScrollX && (Math.abs(right - x) <= sens && scrollPosX + width < scrollWidth) - (Math.abs(left - x) <= sens && !!scrollPosX);
2894
+ var vy = canScrollY && (Math.abs(bottom - y) <= sens && scrollPosY + height < scrollHeight) - (Math.abs(top - y) <= sens && !!scrollPosY);
2895
+
2896
+ if (!autoScrolls[layersOut]) {
2897
+ for (var i = 0; i <= layersOut; i++) {
2898
+ if (!autoScrolls[i]) {
2899
+ autoScrolls[i] = {};
2900
+ }
2901
+ }
2902
+ }
2903
+
2904
+ if (autoScrolls[layersOut].vx != vx || autoScrolls[layersOut].vy != vy || autoScrolls[layersOut].el !== el) {
2905
+ autoScrolls[layersOut].el = el;
2906
+ autoScrolls[layersOut].vx = vx;
2907
+ autoScrolls[layersOut].vy = vy;
2908
+ clearInterval(autoScrolls[layersOut].pid);
2909
+
2910
+ if (vx != 0 || vy != 0) {
2911
+ scrollThisInstance = true;
2912
+ /* jshint loopfunc:true */
2913
+
2914
+ autoScrolls[layersOut].pid = setInterval(function () {
2915
+ // emulate drag over during autoscroll (fallback), emulating native DnD behaviour
2916
+ if (isFallback && this.layer === 0) {
2917
+ Sortable.active._onTouchMove(touchEvt$1); // To move ghost if it is positioned absolutely
2918
+
2919
+ }
2920
+
2921
+ var scrollOffsetY = autoScrolls[this.layer].vy ? autoScrolls[this.layer].vy * speed : 0;
2922
+ var scrollOffsetX = autoScrolls[this.layer].vx ? autoScrolls[this.layer].vx * speed : 0;
2923
+
2924
+ if (typeof scrollCustomFn === 'function') {
2925
+ if (scrollCustomFn.call(Sortable.dragged.parentNode[expando], scrollOffsetX, scrollOffsetY, evt, touchEvt$1, autoScrolls[this.layer].el) !== 'continue') {
2926
+ return;
2927
+ }
2928
+ }
2929
+
2930
+ scrollBy(autoScrolls[this.layer].el, scrollOffsetX, scrollOffsetY);
2931
+ }.bind({
2932
+ layer: layersOut
2933
+ }), 24);
2934
+ }
2935
+ }
2936
+
2937
+ layersOut++;
2938
+ } while (options.bubbleScroll && currentParent !== winScroller && (currentParent = getParentAutoScrollElement(currentParent, false)));
2939
+
2940
+ scrolling = scrollThisInstance; // in case another function catches scrolling as false in between when it is not
2941
+ }, 30);
2942
+
2943
+ var drop = function drop(_ref) {
2944
+ var originalEvent = _ref.originalEvent,
2945
+ putSortable = _ref.putSortable,
2946
+ dragEl = _ref.dragEl,
2947
+ activeSortable = _ref.activeSortable,
2948
+ dispatchSortableEvent = _ref.dispatchSortableEvent,
2949
+ hideGhostForTarget = _ref.hideGhostForTarget,
2950
+ unhideGhostForTarget = _ref.unhideGhostForTarget;
2951
+ if (!originalEvent) return;
2952
+ var toSortable = putSortable || activeSortable;
2953
+ hideGhostForTarget();
2954
+ var touch = originalEvent.changedTouches && originalEvent.changedTouches.length ? originalEvent.changedTouches[0] : originalEvent;
2955
+ var target = document.elementFromPoint(touch.clientX, touch.clientY);
2956
+ unhideGhostForTarget();
2957
+
2958
+ if (toSortable && !toSortable.el.contains(target)) {
2959
+ dispatchSortableEvent('spill');
2960
+ this.onSpill({
2961
+ dragEl: dragEl,
2962
+ putSortable: putSortable
2963
+ });
2964
+ }
2965
+ };
2966
+
2967
+ function Revert() {}
2968
+
2969
+ Revert.prototype = {
2970
+ startIndex: null,
2971
+ dragStart: function dragStart(_ref2) {
2972
+ var oldDraggableIndex = _ref2.oldDraggableIndex;
2973
+ this.startIndex = oldDraggableIndex;
2974
+ },
2975
+ onSpill: function onSpill(_ref3) {
2976
+ var dragEl = _ref3.dragEl,
2977
+ putSortable = _ref3.putSortable;
2978
+ this.sortable.captureAnimationState();
2979
+
2980
+ if (putSortable) {
2981
+ putSortable.captureAnimationState();
2982
+ }
2983
+
2984
+ var nextSibling = getChild(this.sortable.el, this.startIndex, this.options);
2985
+
2986
+ if (nextSibling) {
2987
+ this.sortable.el.insertBefore(dragEl, nextSibling);
2988
+ } else {
2989
+ this.sortable.el.appendChild(dragEl);
2990
+ }
2991
+
2992
+ this.sortable.animateAll();
2993
+
2994
+ if (putSortable) {
2995
+ putSortable.animateAll();
2996
+ }
2997
+ },
2998
+ drop: drop
2999
+ };
3000
+
3001
+ _extends(Revert, {
3002
+ pluginName: 'revertOnSpill'
3003
+ });
3004
+
3005
+ function Remove() {}
3006
+
3007
+ Remove.prototype = {
3008
+ onSpill: function onSpill(_ref4) {
3009
+ var dragEl = _ref4.dragEl,
3010
+ putSortable = _ref4.putSortable;
3011
+ var parentSortable = putSortable || this.sortable;
3012
+ parentSortable.captureAnimationState();
3013
+ dragEl.parentNode && dragEl.parentNode.removeChild(dragEl);
3014
+ parentSortable.animateAll();
3015
+ },
3016
+ drop: drop
3017
+ };
3018
+
3019
+ _extends(Remove, {
3020
+ pluginName: 'removeOnSpill'
3021
+ });
3022
+
3023
+ Sortable.mount(new AutoScrollPlugin());
3024
+ Sortable.mount(Remove, Revert);
3025
+
3026
+ export { Sortable as S };