@gsc-basic/components 1.1.6 → 1.1.8

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 (1097) hide show
  1. package/README.md +8 -8
  2. package/dist/es/Button/index.js +9 -4
  3. package/dist/es/Button/src/Button.css +3 -3
  4. package/dist/es/Button/src/Button.vue.js +44 -4
  5. package/dist/es/Button/src/Button2.css +3 -3
  6. package/dist/es/CodeEditor/index.js +9 -4
  7. package/dist/es/CodeEditor/src/index.css +4 -4
  8. package/dist/es/CodeEditor/src/index.vue.js +148 -4
  9. package/dist/es/CodeEditor/src/index2.css +3 -3
  10. package/dist/es/CodeEditor/src/index3.css +4 -4
  11. package/dist/es/ConfigProvider/index.js +9 -4
  12. package/dist/es/ConfigProvider/src/configProvider.js +17 -4
  13. package/dist/es/ConfigProvider/src/configProviderProps.js +25 -4
  14. package/dist/es/ConfigProvider/src/constants.js +12 -4
  15. package/dist/es/ConfigProvider/src/useGlobalConfig.js +48 -4
  16. package/dist/es/CountTo/index.js +9 -4
  17. package/dist/es/CountTo/src/index.css +3 -3
  18. package/dist/es/CountTo/src/index.vue.js +126 -4
  19. package/dist/es/Ellipsis/index.js +9 -4
  20. package/dist/es/Ellipsis/src/components/JsEllipsis.css +3 -3
  21. package/dist/es/Ellipsis/src/components/JsEllipsis.vue.js +181 -4
  22. package/dist/es/Ellipsis/src/components/NativeEllipsis.css +3 -3
  23. package/dist/es/Ellipsis/src/components/NativeEllipsis.vue.js +44 -4
  24. package/dist/es/Ellipsis/src/components/NativeEllipsis2.css +3 -3
  25. package/dist/es/Ellipsis/src/index.css +3 -3
  26. package/dist/es/Ellipsis/src/index.vue.js +96 -4
  27. package/dist/es/Ellipsis/src/utils/utils.js +59 -4
  28. package/dist/es/Form/index.js +9 -4
  29. package/dist/es/Form/src/Form.css +3 -3
  30. package/dist/es/Form/src/Form.vue.js +377 -4
  31. package/dist/es/Form/src/Form2.css +3 -3
  32. package/dist/es/Form/src/styles/form.css +3 -3
  33. package/dist/es/Marquee/index.js +9 -4
  34. package/dist/es/Marquee/src/index.css +3 -3
  35. package/dist/es/Marquee/src/index.vue.js +191 -4
  36. package/dist/es/Marquee/src/index2.css +3 -3
  37. package/dist/es/Overlay/index.js +64 -4
  38. package/dist/es/Overlay/src/Message.css +3 -3
  39. package/dist/es/Overlay/src/Message.vue.js +39 -4
  40. package/dist/es/Overlay/src/Message2.css +3 -3
  41. package/dist/es/Overlay/src/Modal.css +3 -3
  42. package/dist/es/Overlay/src/Modal.vue.js +70 -4
  43. package/dist/es/Overlay/src/Modal2.css +3 -3
  44. package/dist/es/Overlay/src/Notice.css +3 -3
  45. package/dist/es/Overlay/src/Notice.vue.js +40 -4
  46. package/dist/es/Overlay/src/Notice2.css +3 -3
  47. package/dist/es/Overlay/src/Tooltip.css +3 -3
  48. package/dist/es/Overlay/src/Tooltip.vue.js +87 -4
  49. package/dist/es/Overlay/src/Tooltip2.css +3 -3
  50. package/dist/es/RichTextEditor/index.js +9 -4
  51. package/dist/es/RichTextEditor/src/ToolbarPanel.css +3 -3
  52. package/dist/es/RichTextEditor/src/ToolbarPanel.vue.js +162 -4
  53. package/dist/es/RichTextEditor/src/ToolbarPanel2.css +3 -3
  54. package/dist/es/RichTextEditor/src/components/BlockquoteButton.css +4 -4
  55. package/dist/es/RichTextEditor/src/components/BlockquoteButton.vue.js +40 -4
  56. package/dist/es/RichTextEditor/src/components/CodeBlockButton.css +4 -4
  57. package/dist/es/RichTextEditor/src/components/CodeBlockButton.vue.js +40 -4
  58. package/dist/es/RichTextEditor/src/components/ColorHighlightPopover.css +3 -3
  59. package/dist/es/RichTextEditor/src/components/ColorHighlightPopover.vue.js +40 -4
  60. package/dist/es/RichTextEditor/src/components/FontSizeDropdownMenu.css +3 -3
  61. package/dist/es/RichTextEditor/src/components/FontSizeDropdownMenu.vue.js +58 -4
  62. package/dist/es/RichTextEditor/src/components/HeadingDropdownMenu.css +3 -3
  63. package/dist/es/RichTextEditor/src/components/HeadingDropdownMenu.vue.js +69 -4
  64. package/dist/es/RichTextEditor/src/components/ImageUploadButton.css +4 -4
  65. package/dist/es/RichTextEditor/src/components/ImageUploadButton.vue.js +74 -4
  66. package/dist/es/RichTextEditor/src/components/LinkPopover.css +4 -4
  67. package/dist/es/RichTextEditor/src/components/LinkPopover.vue.js +92 -4
  68. package/dist/es/RichTextEditor/src/components/LinkPopover2.css +4 -4
  69. package/dist/es/RichTextEditor/src/components/ListDropdownMenu.css +3 -3
  70. package/dist/es/RichTextEditor/src/components/ListDropdownMenu.vue.js +76 -4
  71. package/dist/es/RichTextEditor/src/components/MarkButton.css +4 -4
  72. package/dist/es/RichTextEditor/src/components/MarkButton.vue.js +89 -4
  73. package/dist/es/RichTextEditor/src/components/TableButton.css +3 -3
  74. package/dist/es/RichTextEditor/src/components/TableButton.vue.js +165 -4
  75. package/dist/es/RichTextEditor/src/components/TextAlignDropdownMenu.css +3 -3
  76. package/dist/es/RichTextEditor/src/components/TextAlignDropdownMenu.vue.js +85 -4
  77. package/dist/es/RichTextEditor/src/components/TextColorPopover.css +3 -3
  78. package/dist/es/RichTextEditor/src/components/TextColorPopover.vue.js +40 -4
  79. package/dist/es/RichTextEditor/src/components/ToolbarGroup.css +3 -3
  80. package/dist/es/RichTextEditor/src/components/ToolbarGroup.vue.js +19 -4
  81. package/dist/es/RichTextEditor/src/components/ToolbarSeparator.css +3 -3
  82. package/dist/es/RichTextEditor/src/components/ToolbarSeparator.vue.js +17 -4
  83. package/dist/es/RichTextEditor/src/components/UndoRedoButton.css +4 -4
  84. package/dist/es/RichTextEditor/src/components/UndoRedoButton.vue.js +54 -4
  85. package/dist/es/RichTextEditor/src/components/VideoUploadButton.css +4 -4
  86. package/dist/es/RichTextEditor/src/components/VideoUploadButton.vue.js +74 -4
  87. package/dist/es/RichTextEditor/src/components/basic/ColorPicker.css +4 -4
  88. package/dist/es/RichTextEditor/src/components/basic/ColorPicker.vue.js +101 -4
  89. package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal.css +3 -3
  90. package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal.vue.js +364 -4
  91. package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal2.css +3 -3
  92. package/dist/es/RichTextEditor/src/components/basic/SelectMenu.css +4 -4
  93. package/dist/es/RichTextEditor/src/components/basic/SelectMenu.vue.js +137 -4
  94. package/dist/es/RichTextEditor/src/components/basic/SelectMenu2.css +4 -4
  95. package/dist/es/RichTextEditor/src/constant/index.js +53 -4
  96. package/dist/es/RichTextEditor/src/extensions/video.js +68 -4
  97. package/dist/es/RichTextEditor/src/index.css +4 -4
  98. package/dist/es/RichTextEditor/src/index.vue.js +158 -4
  99. package/dist/es/RichTextEditor/src/index2.css +4 -4
  100. package/dist/es/RichTextEditor/src/props.js +24 -4
  101. package/dist/es/ScaleScreen/index.js +9 -4
  102. package/dist/es/ScaleScreen/src/index.css +3 -3
  103. package/dist/es/ScaleScreen/src/index.vue.js +118 -4
  104. package/dist/es/ScaleScreen/src/index2.css +3 -3
  105. package/dist/es/Transition/index.js +30 -4
  106. package/dist/es/Transition/src/CollapseTransition.css +3 -3
  107. package/dist/es/Transition/src/CollapseTransition.vue.js +44 -4
  108. package/dist/es/Transition/src/CollapseTransition2.css +3 -3
  109. package/dist/es/Transition/src/CreateTransition.js +75 -6
  110. package/dist/es/Transition/src/ExpandTransition.js +42 -4
  111. package/dist/es/Transition/src/style/index.css +3 -3
  112. package/dist/es/Transition/style.js +4 -4
  113. package/dist/es/VideoBackground/index.js +9 -4
  114. package/dist/es/VideoBackground/src/helper.js +32 -4
  115. package/dist/es/VideoBackground/src/index.css +3 -3
  116. package/dist/es/VideoBackground/src/index.vue.js +111 -4
  117. package/dist/es/VideoBackground/src/index2.css +3 -3
  118. package/dist/es/VideoBackground/src/index3.css +3 -3
  119. package/dist/es/VideoBackground/src/videoBackground.js +34 -4
  120. package/dist/es/VideoPlayer/index.js +9 -4
  121. package/dist/es/VideoPlayer/src/index.css +3 -3
  122. package/dist/es/VideoPlayer/src/index.vue.js +63 -4
  123. package/dist/es/VirtualScroll/index.js +9 -4
  124. package/dist/es/VirtualScroll/src/index.css +3 -3
  125. package/dist/es/VirtualScroll/src/index.vue.js +11 -4
  126. package/dist/es/VirtualScroll/src/index.vue2.js +107 -4
  127. package/dist/es/VirtualScroll/src/index2.css +3 -3
  128. package/dist/es/_virtual/_commonjsHelpers.js +9 -4
  129. package/dist/es/_virtual/_plugin-vue_export-helper.js +12 -4
  130. package/dist/es/_virtual/delegate.js +10 -4
  131. package/dist/es/_virtual/download.js +10 -4
  132. package/dist/es/_virtual/download2.js +7 -4
  133. package/dist/es/_virtual/index.js +5 -4
  134. package/dist/es/_virtual/index2.js +7 -4
  135. package/dist/es/_virtual/index3.js +21 -0
  136. package/dist/es/{Grid/src/components/CellEditor.css → _virtual/index4.js} +7 -4
  137. package/dist/es/hooks/useLocale.js +28 -4
  138. package/dist/es/hooks/useNamespace.js +11 -4
  139. package/dist/es/index.js +79 -4
  140. package/dist/es/locale/lang/en-US.js +167 -4
  141. package/dist/es/locale/lang/ja-JP.js +167 -4
  142. package/dist/es/locale/lang/zh-CN.js +167 -4
  143. package/dist/es/node_modules/@codemirror/autocomplete/dist/index.js +1379 -4
  144. package/dist/es/node_modules/@codemirror/commands/dist/index.js +847 -4
  145. package/dist/es/node_modules/@codemirror/lang-java/dist/index.js +41 -6
  146. package/dist/es/node_modules/@codemirror/lang-javascript/dist/index.js +315 -20
  147. package/dist/es/node_modules/@codemirror/lang-json/dist/index.js +51 -6
  148. package/dist/es/node_modules/@codemirror/lang-python/dist/index.js +402 -15
  149. package/dist/es/node_modules/@codemirror/lang-sql/dist/index.js +500 -7
  150. package/dist/es/node_modules/@codemirror/lang-xml/dist/index.js +219 -7
  151. package/dist/es/node_modules/@codemirror/lang-yaml/dist/index.js +54 -6
  152. package/dist/es/node_modules/@codemirror/language/dist/index.js +1304 -4
  153. package/dist/es/node_modules/@codemirror/lint/dist/index.js +660 -6
  154. package/dist/es/node_modules/@codemirror/search/dist/index.js +842 -5
  155. package/dist/es/node_modules/@codemirror/state/dist/index.js +2646 -4
  156. package/dist/es/node_modules/@codemirror/theme-one-dark/dist/index.js +135 -4
  157. package/dist/es/node_modules/@codemirror/view/dist/index.js +7492 -4
  158. package/dist/es/node_modules/@lezer/common/dist/index.js +1433 -5
  159. package/dist/es/node_modules/@lezer/highlight/dist/index.js +640 -4
  160. package/dist/es/node_modules/@lezer/java/dist/index.js +65 -4
  161. package/dist/es/node_modules/@lezer/javascript/dist/index.js +164 -4
  162. package/dist/es/node_modules/@lezer/json/dist/index.js +37 -4
  163. package/dist/es/node_modules/@lezer/lr/dist/index.js +1312 -4
  164. package/dist/es/node_modules/@lezer/python/dist/index.js +224 -4
  165. package/dist/es/node_modules/@lezer/xml/dist/index.js +103 -4
  166. package/dist/es/node_modules/@lezer/yaml/dist/index.js +277 -4
  167. package/dist/es/node_modules/@marijn/find-cluster-break/src/index.js +72 -4
  168. package/dist/es/node_modules/@tanstack/devtools-event-client/dist/esm/plugin.js +181 -4
  169. package/dist/es/node_modules/@tanstack/form-core/dist/esm/EventClient.js +16 -4
  170. package/dist/es/node_modules/@tanstack/form-core/dist/esm/FieldApi.js +409 -4
  171. package/dist/es/node_modules/@tanstack/form-core/dist/esm/FormApi.js +792 -4
  172. package/dist/es/node_modules/@tanstack/form-core/dist/esm/ValidationLogic.js +58 -4
  173. package/dist/es/node_modules/@tanstack/form-core/dist/esm/metaHelper.js +112 -5
  174. package/dist/es/node_modules/@tanstack/form-core/dist/esm/standardSchemaValidator.js +48 -4
  175. package/dist/es/node_modules/@tanstack/form-core/dist/esm/utils.js +216 -4
  176. package/dist/es/node_modules/@tanstack/pacer-lite/dist/lite-throttler.js +32 -4
  177. package/dist/es/node_modules/@tanstack/store/dist/esm/alien.js +221 -0
  178. package/dist/es/node_modules/@tanstack/store/dist/esm/atom.js +136 -0
  179. package/dist/es/node_modules/@tanstack/store/dist/esm/batch.js +25 -0
  180. package/dist/es/node_modules/@tanstack/store/dist/esm/store.js +47 -4
  181. package/dist/es/node_modules/@tanstack/vue-form/dist/esm/useField.js +41 -4
  182. package/dist/es/node_modules/@tanstack/vue-form/dist/esm/useForm.js +36 -4
  183. package/dist/es/node_modules/@tanstack/vue-store/dist/esm/index.js +51 -4
  184. package/dist/es/node_modules/@tiptap/core/dist/index.js +3984 -4
  185. package/dist/es/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +20 -4
  186. package/dist/es/node_modules/@tiptap/extension-blockquote/dist/index.js +60 -5
  187. package/dist/es/node_modules/@tiptap/extension-bold/dist/index.js +82 -5
  188. package/dist/es/node_modules/@tiptap/extension-character-count/dist/index.js +9 -4
  189. package/dist/es/node_modules/@tiptap/extension-code/dist/index.js +57 -4
  190. package/dist/es/node_modules/@tiptap/extension-code-block/dist/index.js +220 -4
  191. package/dist/es/node_modules/@tiptap/extension-document/dist/index.js +15 -4
  192. package/dist/es/node_modules/@tiptap/extension-hard-break/dist/index.js +62 -4
  193. package/dist/es/node_modules/@tiptap/extension-heading/dist/index.js +66 -4
  194. package/dist/es/node_modules/@tiptap/extension-highlight/dist/index.js +88 -4
  195. package/dist/es/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +59 -4
  196. package/dist/es/node_modules/@tiptap/extension-image/dist/index.js +133 -4
  197. package/dist/es/node_modules/@tiptap/extension-italic/dist/index.js +80 -4
  198. package/dist/es/node_modules/@tiptap/extension-link/dist/index.js +316 -4
  199. package/dist/es/node_modules/@tiptap/extension-list/dist/index.js +731 -4
  200. package/dist/es/node_modules/@tiptap/extension-paragraph/dist/index.js +47 -4
  201. package/dist/es/node_modules/@tiptap/extension-strike/dist/index.js +69 -4
  202. package/dist/es/node_modules/@tiptap/extension-subscript/dist/index.js +44 -4
  203. package/dist/es/node_modules/@tiptap/extension-superscript/dist/index.js +44 -4
  204. package/dist/es/node_modules/@tiptap/extension-table/dist/index.js +383 -4
  205. package/dist/es/node_modules/@tiptap/extension-task-item/dist/index.js +9 -4
  206. package/dist/es/node_modules/@tiptap/extension-task-list/dist/index.js +9 -4
  207. package/dist/es/node_modules/@tiptap/extension-text/dist/index.js +16 -4
  208. package/dist/es/node_modules/@tiptap/extension-text-align/dist/index.js +50 -4
  209. package/dist/es/node_modules/@tiptap/extension-text-style/dist/index.js +243 -4
  210. package/dist/es/node_modules/@tiptap/extension-underline/dist/index.js +68 -4
  211. package/dist/es/node_modules/@tiptap/extensions/dist/index.js +299 -4
  212. package/dist/es/node_modules/@tiptap/html/dist/index.js +28 -0
  213. package/dist/es/node_modules/@tiptap/starter-kit/dist/index.js +32 -4
  214. package/dist/es/node_modules/@tiptap/vue-3/dist/index.js +260 -4
  215. package/dist/es/node_modules/@vueuse/core/dist/index.js +354 -4
  216. package/dist/es/node_modules/@vueuse/shared/dist/index.js +139 -4
  217. package/dist/es/node_modules/codemirror/dist/index.js +43 -4
  218. package/dist/es/node_modules/crelt/index.js +30 -4
  219. package/dist/es/node_modules/delegate/src/closest.js +24 -4
  220. package/dist/es/node_modules/delegate/src/delegate.js +32 -4
  221. package/dist/es/node_modules/downloadjs/download.js +80 -4
  222. package/dist/es/node_modules/eventemitter3/index.js +114 -4
  223. package/dist/es/node_modules/linkifyjs/dist/linkify.js +710 -4
  224. package/dist/es/node_modules/lodash-es/_DataView.js +9 -4
  225. package/dist/es/node_modules/lodash-es/_Hash.js +23 -4
  226. package/dist/es/node_modules/lodash-es/_ListCache.js +23 -4
  227. package/dist/es/node_modules/lodash-es/_Map.js +9 -4
  228. package/dist/es/node_modules/lodash-es/_MapCache.js +23 -4
  229. package/dist/es/node_modules/lodash-es/_Promise.js +9 -4
  230. package/dist/es/node_modules/lodash-es/_Set.js +9 -4
  231. package/dist/es/node_modules/lodash-es/_SetCache.js +26 -0
  232. package/dist/es/node_modules/lodash-es/_Stack.js +21 -4
  233. package/dist/es/node_modules/lodash-es/_Symbol.js +8 -4
  234. package/dist/es/node_modules/lodash-es/_Uint8Array.js +8 -4
  235. package/dist/es/node_modules/lodash-es/_WeakMap.js +9 -4
  236. package/dist/es/node_modules/lodash-es/_apply.js +19 -4
  237. package/dist/es/node_modules/lodash-es/_arrayEach.js +11 -4
  238. package/dist/es/node_modules/lodash-es/_arrayFilter.js +13 -4
  239. package/dist/es/node_modules/lodash-es/_arrayIncludes.js +21 -0
  240. package/dist/es/node_modules/lodash-es/_arrayIncludesWith.js +22 -0
  241. package/dist/es/node_modules/lodash-es/_arrayLikeKeys.js +23 -4
  242. package/dist/es/node_modules/lodash-es/_arrayMap.js +11 -4
  243. package/dist/es/node_modules/lodash-es/_arrayPush.js +11 -4
  244. package/dist/es/node_modules/lodash-es/_arraySome.js +22 -0
  245. package/dist/es/node_modules/lodash-es/_asciiToArray.js +9 -4
  246. package/dist/es/node_modules/lodash-es/_assignMergeValue.js +21 -0
  247. package/dist/es/node_modules/lodash-es/_assignValue.js +13 -4
  248. package/dist/es/node_modules/lodash-es/_assocIndexOf.js +13 -4
  249. package/dist/es/node_modules/lodash-es/_baseAssignValue.js +15 -4
  250. package/dist/es/node_modules/lodash-es/_baseClone.js +57 -4
  251. package/dist/es/node_modules/lodash-es/_baseCreate.js +30 -0
  252. package/dist/es/node_modules/lodash-es/_baseFindIndex.js +22 -0
  253. package/dist/es/node_modules/lodash-es/_baseFlatten.js +16 -4
  254. package/dist/es/node_modules/lodash-es/_baseFor.js +18 -0
  255. package/dist/es/node_modules/lodash-es/_baseGet.js +14 -4
  256. package/dist/es/node_modules/lodash-es/_baseGetAllKeys.js +12 -4
  257. package/dist/es/node_modules/lodash-es/_baseGetTag.js +13 -4
  258. package/dist/es/node_modules/lodash-es/_baseIndexOf.js +22 -0
  259. package/dist/es/node_modules/lodash-es/_baseIntersection.js +42 -0
  260. package/dist/es/node_modules/lodash-es/_baseIsArguments.js +12 -4
  261. package/dist/es/node_modules/lodash-es/_baseIsEqual.js +21 -0
  262. package/dist/es/node_modules/lodash-es/_baseIsEqualDeep.js +45 -0
  263. package/dist/es/node_modules/lodash-es/_baseIsMap.js +12 -4
  264. package/dist/{lib/Grid/src/components/CellEditor.css → es/node_modules/lodash-es/_baseIsNaN.js} +9 -4
  265. package/dist/es/node_modules/lodash-es/_baseIsNative.js +19 -4
  266. package/dist/es/node_modules/lodash-es/_baseIsRegExp.js +12 -4
  267. package/dist/es/node_modules/lodash-es/_baseIsSet.js +12 -4
  268. package/dist/es/node_modules/lodash-es/_baseIsTypedArray.js +15 -4
  269. package/dist/es/node_modules/lodash-es/_baseKeys.js +27 -0
  270. package/dist/es/node_modules/lodash-es/_baseKeysIn.js +18 -4
  271. package/dist/es/node_modules/lodash-es/_baseMerge.js +33 -0
  272. package/dist/es/node_modules/lodash-es/_baseMergeDeep.js +44 -0
  273. package/dist/es/node_modules/lodash-es/_baseRest.js +22 -0
  274. package/dist/es/node_modules/lodash-es/_baseSetToString.js +17 -4
  275. package/dist/es/node_modules/lodash-es/_baseSlice.js +13 -4
  276. package/dist/es/node_modules/lodash-es/_baseTimes.js +11 -4
  277. package/dist/es/node_modules/lodash-es/_baseToString.js +21 -4
  278. package/dist/es/node_modules/lodash-es/_baseUnary.js +11 -4
  279. package/dist/es/node_modules/lodash-es/_baseUniq.js +46 -0
  280. package/dist/es/node_modules/lodash-es/_baseUnset.js +31 -4
  281. package/dist/es/node_modules/{@tanstack/store/dist/esm/types.js → lodash-es/_cacheHas.js} +9 -4
  282. package/dist/es/node_modules/lodash-es/_castArrayLikeObject.js +20 -0
  283. package/dist/es/node_modules/lodash-es/_castPath.js +13 -4
  284. package/dist/es/node_modules/lodash-es/_castSlice.js +11 -4
  285. package/dist/es/node_modules/lodash-es/_cloneArrayBuffer.js +11 -4
  286. package/dist/es/node_modules/lodash-es/_cloneBuffer.js +14 -4
  287. package/dist/es/node_modules/lodash-es/_cloneDataView.js +11 -4
  288. package/dist/es/node_modules/lodash-es/_cloneRegExp.js +11 -4
  289. package/dist/es/node_modules/lodash-es/_cloneSymbol.js +11 -4
  290. package/dist/es/node_modules/lodash-es/_cloneTypedArray.js +11 -4
  291. package/dist/es/node_modules/lodash-es/_copyArray.js +22 -0
  292. package/dist/es/node_modules/lodash-es/_copyObject.js +17 -4
  293. package/dist/es/node_modules/lodash-es/_coreJsData.js +8 -4
  294. package/dist/es/node_modules/lodash-es/_createAssigner.js +28 -0
  295. package/dist/es/node_modules/lodash-es/_createBaseFor.js +26 -0
  296. package/dist/es/node_modules/lodash-es/_createCaseFirst.js +17 -4
  297. package/dist/es/node_modules/lodash-es/_createSet.js +22 -0
  298. package/dist/es/node_modules/lodash-es/_customOmitClone.js +10 -4
  299. package/dist/es/node_modules/lodash-es/_defineProperty.js +14 -4
  300. package/dist/es/node_modules/lodash-es/_equalArrays.js +53 -0
  301. package/dist/es/node_modules/lodash-es/_equalByTag.js +58 -0
  302. package/dist/es/node_modules/lodash-es/_equalObjects.js +49 -0
  303. package/dist/es/node_modules/lodash-es/_flatRest.js +12 -4
  304. package/dist/es/node_modules/lodash-es/_freeGlobal.js +7 -4
  305. package/dist/es/node_modules/lodash-es/_getAllKeys.js +22 -0
  306. package/dist/es/node_modules/lodash-es/_getAllKeysIn.js +12 -4
  307. package/dist/es/node_modules/lodash-es/_getMapData.js +11 -4
  308. package/dist/es/node_modules/lodash-es/_getNative.js +12 -4
  309. package/dist/es/node_modules/lodash-es/_getPrototype.js +8 -4
  310. package/dist/es/node_modules/lodash-es/_getRawTag.js +18 -4
  311. package/dist/es/node_modules/lodash-es/_getSymbols.js +13 -4
  312. package/dist/es/node_modules/lodash-es/_getSymbolsIn.js +15 -4
  313. package/dist/es/node_modules/lodash-es/_getTag.js +31 -4
  314. package/dist/es/node_modules/lodash-es/_getValue.js +9 -4
  315. package/dist/es/node_modules/lodash-es/_hasUnicode.js +10 -4
  316. package/dist/es/node_modules/lodash-es/_hashClear.js +10 -4
  317. package/dist/es/node_modules/lodash-es/_hashDelete.js +10 -4
  318. package/dist/es/node_modules/lodash-es/_hashGet.js +16 -4
  319. package/dist/es/node_modules/lodash-es/_hashHas.js +12 -4
  320. package/dist/es/node_modules/lodash-es/_hashSet.js +12 -4
  321. package/dist/es/node_modules/lodash-es/_initCloneArray.js +11 -4
  322. package/dist/es/node_modules/lodash-es/_initCloneByTag.js +45 -4
  323. package/dist/es/node_modules/lodash-es/_initCloneObject.js +22 -0
  324. package/dist/es/node_modules/lodash-es/_isFlattenable.js +13 -4
  325. package/dist/es/node_modules/lodash-es/_isIndex.js +11 -4
  326. package/dist/es/node_modules/lodash-es/_isIterateeCall.js +26 -0
  327. package/dist/es/node_modules/lodash-es/_isKey.js +15 -4
  328. package/dist/es/node_modules/lodash-es/_isKeyable.js +10 -4
  329. package/dist/es/node_modules/lodash-es/_isMasked.js +14 -4
  330. package/dist/es/node_modules/lodash-es/_isPrototype.js +11 -4
  331. package/dist/es/node_modules/lodash-es/_listCacheClear.js +9 -4
  332. package/dist/es/node_modules/lodash-es/_listCacheDelete.js +15 -4
  333. package/dist/es/node_modules/lodash-es/_listCacheGet.js +11 -4
  334. package/dist/es/node_modules/lodash-es/_listCacheHas.js +10 -4
  335. package/dist/es/node_modules/lodash-es/_listCacheSet.js +11 -4
  336. package/dist/es/node_modules/lodash-es/_mapCacheClear.js +16 -4
  337. package/dist/es/node_modules/lodash-es/_mapCacheDelete.js +11 -4
  338. package/dist/es/node_modules/lodash-es/_mapCacheGet.js +10 -4
  339. package/dist/es/node_modules/lodash-es/_mapCacheHas.js +10 -4
  340. package/dist/es/node_modules/lodash-es/_mapCacheSet.js +11 -4
  341. package/dist/es/node_modules/lodash-es/_mapToArray.js +22 -0
  342. package/dist/es/node_modules/lodash-es/_memoizeCapped.js +14 -4
  343. package/dist/es/node_modules/lodash-es/_nativeCreate.js +8 -4
  344. package/dist/es/node_modules/lodash-es/_nativeKeys.js +18 -0
  345. package/dist/es/node_modules/lodash-es/_nativeKeysIn.js +13 -4
  346. package/dist/es/node_modules/lodash-es/_nodeUtil.js +14 -4
  347. package/dist/es/node_modules/lodash-es/_objectToString.js +10 -4
  348. package/dist/es/node_modules/lodash-es/_overArg.js +11 -4
  349. package/dist/es/node_modules/lodash-es/_overRest.js +18 -4
  350. package/dist/es/node_modules/lodash-es/_parent.js +11 -4
  351. package/dist/es/node_modules/lodash-es/_root.js +8 -4
  352. package/dist/es/node_modules/lodash-es/_safeGet.js +20 -0
  353. package/dist/es/node_modules/lodash-es/_setCacheAdd.js +20 -0
  354. package/dist/es/node_modules/lodash-es/_setCacheHas.js +19 -0
  355. package/dist/es/node_modules/lodash-es/_setToArray.js +22 -0
  356. package/dist/es/node_modules/lodash-es/_setToString.js +9 -4
  357. package/dist/es/node_modules/lodash-es/_shortOut.js +19 -4
  358. package/dist/es/node_modules/lodash-es/_stackClear.js +10 -4
  359. package/dist/es/node_modules/lodash-es/_stackDelete.js +10 -4
  360. package/dist/es/node_modules/lodash-es/_stackGet.js +9 -4
  361. package/dist/es/node_modules/lodash-es/_stackHas.js +9 -4
  362. package/dist/es/node_modules/lodash-es/_stackSet.js +20 -4
  363. package/dist/es/node_modules/lodash-es/_strictIndexOf.js +22 -0
  364. package/dist/es/node_modules/lodash-es/_stringToArray.js +12 -4
  365. package/dist/es/node_modules/lodash-es/_stringToPath.js +13 -4
  366. package/dist/es/node_modules/lodash-es/_toKey.js +13 -4
  367. package/dist/es/node_modules/lodash-es/_toSource.js +20 -4
  368. package/dist/es/node_modules/lodash-es/_unicodeToArray.js +10 -4
  369. package/dist/es/node_modules/lodash-es/constant.js +11 -4
  370. package/dist/es/node_modules/lodash-es/eq.js +9 -4
  371. package/dist/es/node_modules/lodash-es/flatten.js +11 -4
  372. package/dist/es/node_modules/lodash-es/get.js +11 -4
  373. package/dist/es/node_modules/lodash-es/identity.js +9 -4
  374. package/dist/es/node_modules/lodash-es/intersectionWith.js +25 -0
  375. package/dist/es/node_modules/lodash-es/isArguments.js +13 -4
  376. package/dist/es/node_modules/lodash-es/isArray.js +7 -4
  377. package/dist/es/node_modules/lodash-es/isArrayLike.js +11 -4
  378. package/dist/es/node_modules/lodash-es/isArrayLikeObject.js +21 -0
  379. package/dist/es/node_modules/lodash-es/isBuffer.js +9 -4
  380. package/dist/es/node_modules/lodash-es/isEqual.js +20 -0
  381. package/dist/es/node_modules/lodash-es/isFinite.js +11 -4
  382. package/dist/es/node_modules/lodash-es/isFunction.js +15 -4
  383. package/dist/es/node_modules/lodash-es/isLength.js +10 -4
  384. package/dist/es/node_modules/lodash-es/isMap.js +10 -4
  385. package/dist/es/node_modules/lodash-es/isNaN.js +10 -4
  386. package/dist/es/node_modules/lodash-es/isNil.js +9 -4
  387. package/dist/es/node_modules/lodash-es/isNumber.js +12 -4
  388. package/dist/es/node_modules/lodash-es/isObject.js +10 -4
  389. package/dist/es/node_modules/lodash-es/isObjectLike.js +9 -4
  390. package/dist/es/node_modules/lodash-es/isPlainObject.js +19 -4
  391. package/dist/es/node_modules/lodash-es/isRegExp.js +10 -4
  392. package/dist/es/node_modules/lodash-es/isSet.js +10 -4
  393. package/dist/es/node_modules/lodash-es/isString.js +13 -4
  394. package/dist/es/node_modules/lodash-es/isSymbol.js +12 -4
  395. package/dist/es/node_modules/lodash-es/isTypedArray.js +10 -4
  396. package/dist/es/node_modules/lodash-es/keys.js +22 -0
  397. package/dist/es/node_modules/lodash-es/keysIn.js +12 -4
  398. package/dist/es/node_modules/lodash-es/last.js +10 -4
  399. package/dist/es/node_modules/lodash-es/memoize.js +21 -4
  400. package/dist/es/node_modules/lodash-es/mergeWith.js +21 -0
  401. package/dist/es/node_modules/lodash-es/noop.js +18 -0
  402. package/dist/es/node_modules/lodash-es/omit.js +26 -4
  403. package/dist/es/node_modules/lodash-es/stubArray.js +9 -4
  404. package/dist/es/node_modules/lodash-es/stubFalse.js +9 -4
  405. package/dist/es/node_modules/lodash-es/toPlainObject.js +21 -0
  406. package/dist/es/node_modules/lodash-es/toString.js +10 -4
  407. package/dist/es/node_modules/lodash-es/unionWith.js +25 -0
  408. package/dist/es/node_modules/lodash-es/upperFirst.js +8 -4
  409. package/dist/es/node_modules/orderedmap/dist/index.js +106 -4
  410. package/dist/es/node_modules/path-to-regexp/dist/index.js +275 -0
  411. package/dist/es/node_modules/prosemirror-commands/dist/index.js +391 -4
  412. package/dist/es/node_modules/prosemirror-dropcursor/dist/index.js +89 -4
  413. package/dist/es/node_modules/prosemirror-gapcursor/dist/index.js +207 -4
  414. package/dist/es/node_modules/prosemirror-history/dist/index.js +251 -4
  415. package/dist/es/node_modules/prosemirror-keymap/dist/index.js +65 -4
  416. package/dist/es/node_modules/prosemirror-model/dist/index.js +2736 -4
  417. package/dist/es/node_modules/prosemirror-schema-list/dist/index.js +91 -4
  418. package/dist/es/node_modules/prosemirror-state/dist/index.js +825 -4
  419. package/dist/es/node_modules/prosemirror-tables/dist/index.js +1449 -4
  420. package/dist/es/node_modules/prosemirror-transform/dist/index.js +1539 -4
  421. package/dist/es/node_modules/prosemirror-view/dist/index.js +3797 -4
  422. package/dist/es/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +300 -0
  423. package/dist/es/node_modules/rope-sequence/dist/index.js +103 -4
  424. package/dist/es/node_modules/sortablejs/modular/sortable.esm.js +1283 -0
  425. package/dist/es/node_modules/style-mod/src/style-mod.js +112 -4
  426. package/dist/es/{Grid → node_modules/title-case/dist}/index.js +10 -4
  427. package/dist/es/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +135 -4
  428. package/dist/es/node_modules/w3c-keyname/index.js +96 -4
  429. package/dist/es/node_modules/xgplayer/dist/index.min.css +3 -3
  430. package/dist/es/node_modules/xgplayer/es/_virtual/_rollupPluginBabelHelpers.js +200 -4
  431. package/dist/es/node_modules/xgplayer/es/constant.js +10 -4
  432. package/dist/es/node_modules/xgplayer/es/defaultConfig.js +90 -4
  433. package/dist/es/node_modules/xgplayer/es/error.js +67 -4
  434. package/dist/es/node_modules/xgplayer/es/events.js +70 -4
  435. package/dist/es/node_modules/xgplayer/es/index.umd.js +48 -4
  436. package/dist/es/node_modules/xgplayer/es/instManager.js +104 -4
  437. package/dist/es/node_modules/xgplayer/es/lang/en.js +82 -4
  438. package/dist/es/node_modules/xgplayer/es/lang/i18n.js +78 -4
  439. package/dist/es/node_modules/xgplayer/es/lang/jp.js +82 -4
  440. package/dist/es/node_modules/xgplayer/es/lang/zh-cn.js +82 -4
  441. package/dist/es/node_modules/xgplayer/es/mediaProxy.js +469 -4
  442. package/dist/es/node_modules/xgplayer/es/player.js +1243 -4
  443. package/dist/es/node_modules/xgplayer/es/plugin/basePlugin.js +210 -4
  444. package/dist/es/node_modules/xgplayer/es/plugin/hooksDescriptor.js +133 -4
  445. package/dist/es/node_modules/xgplayer/es/plugin/plugin.js +369 -4
  446. package/dist/es/node_modules/xgplayer/es/plugin/pluginsManager.js +207 -4
  447. package/dist/es/node_modules/xgplayer/es/plugin/preset.js +17 -4
  448. package/dist/es/node_modules/xgplayer/es/plugin/resizeObserver.js +84 -4
  449. package/dist/es/node_modules/xgplayer/es/plugins/assets/back.js +13 -4
  450. package/dist/es/node_modules/xgplayer/es/plugins/assets/download.js +23 -4
  451. package/dist/es/node_modules/xgplayer/es/plugins/assets/exitCssFull.js +12 -4
  452. package/dist/es/node_modules/xgplayer/es/plugins/assets/exitFull.js +12 -4
  453. package/dist/es/node_modules/xgplayer/es/plugins/assets/loading.js +12 -4
  454. package/dist/es/node_modules/xgplayer/es/plugins/assets/pause.js +12 -4
  455. package/dist/es/node_modules/xgplayer/es/plugins/assets/pipIcon.js +13 -4
  456. package/dist/es/node_modules/xgplayer/es/plugins/assets/pipIconExit.js +16 -4
  457. package/dist/es/node_modules/xgplayer/es/plugins/assets/play.js +12 -4
  458. package/dist/es/node_modules/xgplayer/es/plugins/assets/playNext.js +12 -4
  459. package/dist/es/node_modules/xgplayer/es/plugins/assets/replay.js +12 -4
  460. package/dist/es/node_modules/xgplayer/es/plugins/assets/requestCssFull.js +12 -4
  461. package/dist/es/node_modules/xgplayer/es/plugins/assets/requestFull.js +12 -4
  462. package/dist/es/node_modules/xgplayer/es/plugins/assets/rotate.js +20 -4
  463. package/dist/es/node_modules/xgplayer/es/plugins/assets/seekicon.js +15 -4
  464. package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeLarge.js +13 -4
  465. package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeMuted.js +13 -4
  466. package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeSmall.js +13 -4
  467. package/dist/es/node_modules/xgplayer/es/plugins/common/iconPlugin.js +38 -4
  468. package/dist/es/node_modules/xgplayer/es/plugins/common/iconTools.js +15 -4
  469. package/dist/es/node_modules/xgplayer/es/plugins/common/optionList.js +82 -4
  470. package/dist/es/node_modules/xgplayer/es/plugins/common/optionsIcon.js +196 -4
  471. package/dist/es/node_modules/xgplayer/es/plugins/common/thumbnail.js +144 -4
  472. package/dist/es/node_modules/xgplayer/es/plugins/controls/index.js +174 -4
  473. package/dist/es/node_modules/xgplayer/es/plugins/cssFullScreen/index.js +108 -4
  474. package/dist/es/node_modules/xgplayer/es/plugins/definition/index.js +113 -4
  475. package/dist/es/node_modules/xgplayer/es/plugins/download/index.js +86 -4
  476. package/dist/es/node_modules/xgplayer/es/plugins/dynamicBg/index.js +235 -5
  477. package/dist/es/node_modules/xgplayer/es/plugins/enter/index.js +45 -4
  478. package/dist/es/node_modules/xgplayer/es/plugins/error/index.js +71 -4
  479. package/dist/es/node_modules/xgplayer/es/plugins/fpsDetect/index.js +119 -4
  480. package/dist/es/node_modules/xgplayer/es/plugins/fullscreen/backicon.js +71 -4
  481. package/dist/es/node_modules/xgplayer/es/plugins/fullscreen/index.js +153 -4
  482. package/dist/es/node_modules/xgplayer/es/plugins/gapJump/index.js +99 -4
  483. package/dist/es/node_modules/xgplayer/es/plugins/keyboard/index.js +302 -4
  484. package/dist/es/node_modules/xgplayer/es/plugins/loading/index.js +49 -4
  485. package/dist/es/node_modules/xgplayer/es/plugins/logger/index.js +174 -5
  486. package/dist/es/node_modules/xgplayer/es/plugins/miniScreen/index.js +172 -4
  487. package/dist/es/node_modules/xgplayer/es/plugins/miniScreen/miniScreenIcon.js +58 -4
  488. package/dist/es/node_modules/xgplayer/es/plugins/mobile/index.js +446 -4
  489. package/dist/es/node_modules/xgplayer/es/plugins/mobile/touch.js +141 -4
  490. package/dist/es/node_modules/xgplayer/es/plugins/pc/index.js +125 -4
  491. package/dist/es/node_modules/xgplayer/es/plugins/pip/index.js +219 -4
  492. package/dist/es/node_modules/xgplayer/es/plugins/play/index.js +105 -4
  493. package/dist/es/node_modules/xgplayer/es/plugins/playNext/index.js +81 -4
  494. package/dist/es/node_modules/xgplayer/es/plugins/playbackRate/index.js +103 -4
  495. package/dist/es/node_modules/xgplayer/es/plugins/poster/index.js +122 -4
  496. package/dist/es/node_modules/xgplayer/es/plugins/progress/index.js +434 -4
  497. package/dist/es/node_modules/xgplayer/es/plugins/progress/innerList.js +218 -4
  498. package/dist/es/node_modules/xgplayer/es/plugins/progress/miniProgress.js +96 -4
  499. package/dist/es/node_modules/xgplayer/es/plugins/progressPreview/dotsApi.js +178 -4
  500. package/dist/es/node_modules/xgplayer/es/plugins/progressPreview/index.js +295 -4
  501. package/dist/es/node_modules/xgplayer/es/plugins/prompt/index.js +89 -4
  502. package/dist/es/node_modules/xgplayer/es/plugins/replay/index.js +95 -4
  503. package/dist/es/node_modules/xgplayer/es/plugins/rotate/index.js +109 -4
  504. package/dist/es/node_modules/xgplayer/es/plugins/screenShot/index.js +137 -4
  505. package/dist/es/node_modules/xgplayer/es/plugins/start/index.js +225 -4
  506. package/dist/es/node_modules/xgplayer/es/plugins/stats/index.js +155 -4
  507. package/dist/es/node_modules/xgplayer/es/plugins/testspeed/index.js +137 -4
  508. package/dist/es/node_modules/xgplayer/es/plugins/time/index.js +167 -4
  509. package/dist/es/node_modules/xgplayer/es/plugins/time/timesegments.js +149 -4
  510. package/dist/es/node_modules/xgplayer/es/plugins/volume/index.js +209 -4
  511. package/dist/es/node_modules/xgplayer/es/plugins/waitingTimeoutJump/index.js +56 -4
  512. package/dist/es/node_modules/xgplayer/es/presets/default.js +64 -4
  513. package/dist/es/node_modules/xgplayer/es/state.js +16 -4
  514. package/dist/es/node_modules/xgplayer/es/stateClassMap.js +37 -4
  515. package/dist/es/node_modules/xgplayer/es/utils/database.js +86 -4
  516. package/dist/es/node_modules/xgplayer/es/utils/debug.js +37 -4
  517. package/dist/es/node_modules/xgplayer/es/utils/draggabilly.js +274 -4
  518. package/dist/es/node_modules/xgplayer/es/utils/sniffer.js +114 -4
  519. package/dist/es/node_modules/xgplayer/es/utils/util.js +520 -4
  520. package/dist/es/node_modules/xgplayer/es/utils/xgplayerTimeRange.js +28 -4
  521. package/dist/es/node_modules/xgplayer/es/version.js +7 -4
  522. package/dist/es/packages/components/index.js +88 -4
  523. package/dist/es/packages/hooks/dist/index.js +81 -0
  524. package/dist/es/packages/utils/dist/index.js +599 -0
  525. package/dist/es/styles/tokens.css +3 -3
  526. package/dist/lib/Button/index.js +4 -4
  527. package/dist/lib/Button/src/Button.css +3 -3
  528. package/dist/lib/Button/src/Button.vue.js +4 -4
  529. package/dist/lib/Button/src/Button2.css +3 -3
  530. package/dist/lib/CodeEditor/index.js +4 -4
  531. package/dist/lib/CodeEditor/src/index.css +4 -4
  532. package/dist/lib/CodeEditor/src/index.vue.js +4 -4
  533. package/dist/lib/CodeEditor/src/index2.css +3 -3
  534. package/dist/lib/CodeEditor/src/index3.css +4 -4
  535. package/dist/lib/ConfigProvider/index.js +4 -4
  536. package/dist/lib/ConfigProvider/src/configProvider.js +4 -4
  537. package/dist/lib/ConfigProvider/src/configProviderProps.js +4 -4
  538. package/dist/lib/ConfigProvider/src/constants.js +4 -4
  539. package/dist/lib/ConfigProvider/src/useGlobalConfig.js +4 -4
  540. package/dist/lib/CountTo/index.js +4 -4
  541. package/dist/lib/CountTo/src/index.css +3 -3
  542. package/dist/lib/CountTo/src/index.vue.js +4 -4
  543. package/dist/lib/Ellipsis/index.js +4 -4
  544. package/dist/lib/Ellipsis/src/components/JsEllipsis.css +3 -3
  545. package/dist/lib/Ellipsis/src/components/JsEllipsis.vue.js +4 -4
  546. package/dist/lib/Ellipsis/src/components/NativeEllipsis.css +3 -3
  547. package/dist/lib/Ellipsis/src/components/NativeEllipsis.vue.js +4 -4
  548. package/dist/lib/Ellipsis/src/components/NativeEllipsis2.css +3 -3
  549. package/dist/lib/Ellipsis/src/index.css +3 -3
  550. package/dist/lib/Ellipsis/src/index.vue.js +4 -4
  551. package/dist/lib/Ellipsis/src/utils/utils.js +4 -4
  552. package/dist/lib/Form/index.js +4 -4
  553. package/dist/lib/Form/src/Form.css +3 -3
  554. package/dist/lib/Form/src/Form.vue.js +4 -4
  555. package/dist/lib/Form/src/Form2.css +3 -3
  556. package/dist/lib/Form/src/styles/form.css +3 -3
  557. package/dist/lib/Marquee/index.js +4 -4
  558. package/dist/lib/Marquee/src/index.css +3 -3
  559. package/dist/lib/Marquee/src/index.vue.js +4 -4
  560. package/dist/lib/Marquee/src/index2.css +3 -3
  561. package/dist/lib/Overlay/index.js +4 -4
  562. package/dist/lib/Overlay/src/Message.css +3 -3
  563. package/dist/lib/Overlay/src/Message.vue.js +4 -4
  564. package/dist/lib/Overlay/src/Message2.css +3 -3
  565. package/dist/lib/Overlay/src/Modal.css +3 -3
  566. package/dist/lib/Overlay/src/Modal.vue.js +4 -4
  567. package/dist/lib/Overlay/src/Modal2.css +3 -3
  568. package/dist/lib/Overlay/src/Notice.css +3 -3
  569. package/dist/lib/Overlay/src/Notice.vue.js +4 -4
  570. package/dist/lib/Overlay/src/Notice2.css +3 -3
  571. package/dist/lib/Overlay/src/Tooltip.css +3 -3
  572. package/dist/lib/Overlay/src/Tooltip.vue.js +4 -4
  573. package/dist/lib/Overlay/src/Tooltip2.css +3 -3
  574. package/dist/lib/RichTextEditor/index.js +4 -4
  575. package/dist/lib/RichTextEditor/src/ToolbarPanel.css +3 -3
  576. package/dist/lib/RichTextEditor/src/ToolbarPanel.vue.js +4 -4
  577. package/dist/lib/RichTextEditor/src/ToolbarPanel2.css +3 -3
  578. package/dist/lib/RichTextEditor/src/components/BlockquoteButton.css +4 -4
  579. package/dist/lib/RichTextEditor/src/components/BlockquoteButton.vue.js +4 -4
  580. package/dist/lib/RichTextEditor/src/components/CodeBlockButton.css +4 -4
  581. package/dist/lib/RichTextEditor/src/components/CodeBlockButton.vue.js +4 -4
  582. package/dist/lib/RichTextEditor/src/components/ColorHighlightPopover.css +3 -3
  583. package/dist/lib/RichTextEditor/src/components/ColorHighlightPopover.vue.js +4 -4
  584. package/dist/lib/RichTextEditor/src/components/FontSizeDropdownMenu.css +3 -3
  585. package/dist/lib/RichTextEditor/src/components/FontSizeDropdownMenu.vue.js +4 -4
  586. package/dist/lib/RichTextEditor/src/components/HeadingDropdownMenu.css +3 -3
  587. package/dist/lib/RichTextEditor/src/components/HeadingDropdownMenu.vue.js +4 -4
  588. package/dist/lib/RichTextEditor/src/components/ImageUploadButton.css +4 -4
  589. package/dist/lib/RichTextEditor/src/components/ImageUploadButton.vue.js +4 -4
  590. package/dist/lib/RichTextEditor/src/components/LinkPopover.css +4 -4
  591. package/dist/lib/RichTextEditor/src/components/LinkPopover.vue.js +4 -4
  592. package/dist/lib/RichTextEditor/src/components/LinkPopover2.css +4 -4
  593. package/dist/lib/RichTextEditor/src/components/ListDropdownMenu.css +3 -3
  594. package/dist/lib/RichTextEditor/src/components/ListDropdownMenu.vue.js +4 -4
  595. package/dist/lib/RichTextEditor/src/components/MarkButton.css +4 -4
  596. package/dist/lib/RichTextEditor/src/components/MarkButton.vue.js +4 -4
  597. package/dist/lib/RichTextEditor/src/components/TableButton.css +3 -3
  598. package/dist/lib/RichTextEditor/src/components/TableButton.vue.js +4 -4
  599. package/dist/lib/RichTextEditor/src/components/TextAlignDropdownMenu.css +3 -3
  600. package/dist/lib/RichTextEditor/src/components/TextAlignDropdownMenu.vue.js +4 -4
  601. package/dist/lib/RichTextEditor/src/components/TextColorPopover.css +3 -3
  602. package/dist/lib/RichTextEditor/src/components/TextColorPopover.vue.js +4 -4
  603. package/dist/lib/RichTextEditor/src/components/ToolbarGroup.css +3 -3
  604. package/dist/lib/RichTextEditor/src/components/ToolbarGroup.vue.js +4 -4
  605. package/dist/lib/RichTextEditor/src/components/ToolbarSeparator.css +3 -3
  606. package/dist/lib/RichTextEditor/src/components/ToolbarSeparator.vue.js +4 -4
  607. package/dist/lib/RichTextEditor/src/components/UndoRedoButton.css +4 -4
  608. package/dist/lib/RichTextEditor/src/components/UndoRedoButton.vue.js +4 -4
  609. package/dist/lib/RichTextEditor/src/components/VideoUploadButton.css +4 -4
  610. package/dist/lib/RichTextEditor/src/components/VideoUploadButton.vue.js +4 -4
  611. package/dist/lib/RichTextEditor/src/components/basic/ColorPicker.css +4 -4
  612. package/dist/lib/RichTextEditor/src/components/basic/ColorPicker.vue.js +4 -4
  613. package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal.css +3 -3
  614. package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal.vue.js +4 -4
  615. package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal2.css +3 -3
  616. package/dist/lib/RichTextEditor/src/components/basic/SelectMenu.css +4 -4
  617. package/dist/lib/RichTextEditor/src/components/basic/SelectMenu.vue.js +4 -4
  618. package/dist/lib/RichTextEditor/src/components/basic/SelectMenu2.css +4 -4
  619. package/dist/lib/RichTextEditor/src/constant/index.js +4 -4
  620. package/dist/lib/RichTextEditor/src/extensions/video.js +4 -4
  621. package/dist/lib/RichTextEditor/src/index.css +4 -4
  622. package/dist/lib/RichTextEditor/src/index.vue.js +4 -4
  623. package/dist/lib/RichTextEditor/src/index2.css +4 -4
  624. package/dist/lib/RichTextEditor/src/props.js +4 -4
  625. package/dist/lib/ScaleScreen/index.js +4 -4
  626. package/dist/lib/ScaleScreen/src/index.css +3 -3
  627. package/dist/lib/ScaleScreen/src/index.vue.js +4 -4
  628. package/dist/lib/ScaleScreen/src/index2.css +3 -3
  629. package/dist/lib/Transition/index.js +4 -4
  630. package/dist/lib/Transition/src/CollapseTransition.css +3 -3
  631. package/dist/lib/Transition/src/CollapseTransition.vue.js +4 -4
  632. package/dist/lib/Transition/src/CollapseTransition2.css +3 -3
  633. package/dist/lib/Transition/src/CreateTransition.js +4 -4
  634. package/dist/lib/Transition/src/ExpandTransition.js +4 -4
  635. package/dist/lib/Transition/src/style/index.css +3 -3
  636. package/dist/lib/Transition/style.js +4 -4
  637. package/dist/lib/VideoBackground/index.js +4 -4
  638. package/dist/lib/VideoBackground/src/helper.js +4 -4
  639. package/dist/lib/VideoBackground/src/index.css +3 -3
  640. package/dist/lib/VideoBackground/src/index.vue.js +4 -4
  641. package/dist/lib/VideoBackground/src/index2.css +3 -3
  642. package/dist/lib/VideoBackground/src/index3.css +3 -3
  643. package/dist/lib/VideoBackground/src/videoBackground.js +4 -4
  644. package/dist/lib/VideoPlayer/index.js +4 -4
  645. package/dist/lib/VideoPlayer/src/index.css +3 -3
  646. package/dist/lib/VideoPlayer/src/index.vue.js +4 -4
  647. package/dist/lib/VirtualScroll/index.js +4 -4
  648. package/dist/lib/VirtualScroll/src/index.css +3 -3
  649. package/dist/lib/VirtualScroll/src/index.vue.js +4 -4
  650. package/dist/lib/VirtualScroll/src/index.vue2.js +4 -4
  651. package/dist/lib/VirtualScroll/src/index2.css +3 -3
  652. package/dist/lib/_virtual/_commonjsHelpers.js +4 -4
  653. package/dist/lib/_virtual/_plugin-vue_export-helper.js +4 -4
  654. package/dist/lib/_virtual/delegate.js +4 -4
  655. package/dist/lib/_virtual/download.js +4 -4
  656. package/dist/lib/_virtual/download2.js +4 -4
  657. package/dist/lib/_virtual/index.js +4 -4
  658. package/dist/lib/_virtual/index2.js +4 -4
  659. package/dist/lib/_virtual/index3.js +14 -0
  660. package/dist/lib/{node_modules/@tanstack/store/dist/esm/types.js → _virtual/index4.js} +4 -4
  661. package/dist/lib/hooks/useLocale.js +4 -4
  662. package/dist/lib/hooks/useNamespace.js +4 -4
  663. package/dist/lib/index.js +4 -4
  664. package/dist/lib/locale/lang/en-US.js +4 -4
  665. package/dist/lib/locale/lang/ja-JP.js +4 -4
  666. package/dist/lib/locale/lang/zh-CN.js +4 -4
  667. package/dist/lib/node_modules/@codemirror/autocomplete/dist/index.js +4 -4
  668. package/dist/lib/node_modules/@codemirror/commands/dist/index.js +4 -4
  669. package/dist/lib/node_modules/@codemirror/lang-java/dist/index.js +4 -4
  670. package/dist/lib/node_modules/@codemirror/lang-javascript/dist/index.js +16 -4
  671. package/dist/lib/node_modules/@codemirror/lang-json/dist/index.js +4 -4
  672. package/dist/lib/node_modules/@codemirror/lang-python/dist/index.js +6 -4
  673. package/dist/lib/node_modules/@codemirror/lang-sql/dist/index.js +5 -4
  674. package/dist/lib/node_modules/@codemirror/lang-xml/dist/index.js +4 -4
  675. package/dist/lib/node_modules/@codemirror/lang-yaml/dist/index.js +4 -4
  676. package/dist/lib/node_modules/@codemirror/language/dist/index.js +4 -4
  677. package/dist/lib/node_modules/@codemirror/lint/dist/index.js +4 -4
  678. package/dist/lib/node_modules/@codemirror/search/dist/index.js +5 -4
  679. package/dist/lib/node_modules/@codemirror/state/dist/index.js +8 -4
  680. package/dist/lib/node_modules/@codemirror/theme-one-dark/dist/index.js +4 -4
  681. package/dist/lib/node_modules/@codemirror/view/dist/index.js +8 -4
  682. package/dist/lib/node_modules/@lezer/common/dist/index.js +4 -4
  683. package/dist/lib/node_modules/@lezer/highlight/dist/index.js +4 -4
  684. package/dist/lib/node_modules/@lezer/java/dist/index.js +4 -4
  685. package/dist/lib/node_modules/@lezer/javascript/dist/index.js +4 -4
  686. package/dist/lib/node_modules/@lezer/json/dist/index.js +4 -4
  687. package/dist/lib/node_modules/@lezer/lr/dist/index.js +4 -4
  688. package/dist/lib/node_modules/@lezer/python/dist/index.js +4 -4
  689. package/dist/lib/node_modules/@lezer/xml/dist/index.js +4 -4
  690. package/dist/lib/node_modules/@lezer/yaml/dist/index.js +4 -4
  691. package/dist/lib/node_modules/@marijn/find-cluster-break/src/index.js +4 -4
  692. package/dist/lib/node_modules/@tanstack/devtools-event-client/dist/esm/plugin.js +4 -4
  693. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/EventClient.js +4 -4
  694. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/FieldApi.js +4 -4
  695. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/FormApi.js +4 -4
  696. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/ValidationLogic.js +4 -4
  697. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/metaHelper.js +4 -4
  698. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/standardSchemaValidator.js +4 -4
  699. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/utils.js +4 -4
  700. package/dist/lib/node_modules/@tanstack/pacer-lite/dist/lite-throttler.js +4 -4
  701. package/dist/lib/node_modules/@tanstack/store/dist/esm/alien.js +14 -0
  702. package/dist/lib/node_modules/@tanstack/store/dist/esm/atom.js +14 -0
  703. package/dist/lib/node_modules/@tanstack/store/dist/esm/batch.js +14 -0
  704. package/dist/lib/node_modules/@tanstack/store/dist/esm/store.js +4 -4
  705. package/dist/lib/node_modules/@tanstack/vue-form/dist/esm/useField.js +4 -4
  706. package/dist/lib/node_modules/@tanstack/vue-form/dist/esm/useForm.js +4 -4
  707. package/dist/lib/node_modules/@tanstack/vue-store/dist/esm/index.js +4 -4
  708. package/dist/lib/node_modules/@tiptap/core/dist/index.js +94 -4
  709. package/dist/lib/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +4 -4
  710. package/dist/lib/node_modules/@tiptap/extension-blockquote/dist/index.js +8 -4
  711. package/dist/lib/node_modules/@tiptap/extension-bold/dist/index.js +4 -4
  712. package/dist/lib/node_modules/@tiptap/extension-character-count/dist/index.js +4 -4
  713. package/dist/lib/node_modules/@tiptap/extension-code/dist/index.js +4 -4
  714. package/dist/lib/node_modules/@tiptap/extension-code-block/dist/index.js +21 -4
  715. package/dist/lib/node_modules/@tiptap/extension-document/dist/index.js +6 -4
  716. package/dist/lib/node_modules/@tiptap/extension-hard-break/dist/index.js +6 -4
  717. package/dist/lib/node_modules/@tiptap/extension-heading/dist/index.js +4 -4
  718. package/dist/lib/node_modules/@tiptap/extension-highlight/dist/index.js +4 -4
  719. package/dist/lib/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +4 -4
  720. package/dist/lib/node_modules/@tiptap/extension-image/dist/index.js +4 -4
  721. package/dist/lib/node_modules/@tiptap/extension-italic/dist/index.js +4 -4
  722. package/dist/lib/node_modules/@tiptap/extension-link/dist/index.js +4 -4
  723. package/dist/lib/node_modules/@tiptap/extension-list/dist/index.js +15 -4
  724. package/dist/lib/node_modules/@tiptap/extension-paragraph/dist/index.js +4 -4
  725. package/dist/lib/node_modules/@tiptap/extension-strike/dist/index.js +4 -4
  726. package/dist/lib/node_modules/@tiptap/extension-subscript/dist/index.js +4 -4
  727. package/dist/lib/node_modules/@tiptap/extension-superscript/dist/index.js +4 -4
  728. package/dist/lib/node_modules/@tiptap/extension-table/dist/index.js +8 -4
  729. package/dist/lib/node_modules/@tiptap/extension-task-item/dist/index.js +4 -4
  730. package/dist/lib/node_modules/@tiptap/extension-task-list/dist/index.js +4 -4
  731. package/dist/lib/node_modules/@tiptap/extension-text/dist/index.js +4 -4
  732. package/dist/lib/node_modules/@tiptap/extension-text-align/dist/index.js +4 -4
  733. package/dist/lib/node_modules/@tiptap/extension-text-style/dist/index.js +4 -4
  734. package/dist/lib/node_modules/@tiptap/extension-underline/dist/index.js +4 -4
  735. package/dist/lib/node_modules/@tiptap/extensions/dist/index.js +4 -4
  736. package/dist/lib/node_modules/@tiptap/html/dist/index.js +14 -0
  737. package/dist/lib/node_modules/@tiptap/starter-kit/dist/index.js +4 -4
  738. package/dist/lib/node_modules/@tiptap/vue-3/dist/index.js +4 -4
  739. package/dist/lib/node_modules/@vueuse/core/dist/index.js +4 -4
  740. package/dist/lib/node_modules/@vueuse/shared/dist/index.js +4 -4
  741. package/dist/lib/node_modules/codemirror/dist/index.js +4 -4
  742. package/dist/lib/node_modules/crelt/index.js +4 -4
  743. package/dist/lib/node_modules/delegate/src/closest.js +4 -4
  744. package/dist/lib/node_modules/delegate/src/delegate.js +4 -4
  745. package/dist/lib/node_modules/downloadjs/download.js +6 -4
  746. package/dist/lib/node_modules/eventemitter3/index.js +4 -4
  747. package/dist/lib/node_modules/linkifyjs/dist/linkify.js +8 -4
  748. package/dist/lib/node_modules/lodash-es/_DataView.js +4 -4
  749. package/dist/lib/node_modules/lodash-es/_Hash.js +4 -4
  750. package/dist/lib/node_modules/lodash-es/_ListCache.js +4 -4
  751. package/dist/lib/node_modules/lodash-es/_Map.js +4 -4
  752. package/dist/lib/node_modules/lodash-es/_MapCache.js +4 -4
  753. package/dist/lib/node_modules/lodash-es/_Promise.js +4 -4
  754. package/dist/lib/node_modules/lodash-es/_Set.js +4 -4
  755. package/dist/lib/node_modules/lodash-es/_SetCache.js +14 -0
  756. package/dist/lib/node_modules/lodash-es/_Stack.js +4 -4
  757. package/dist/lib/node_modules/lodash-es/_Symbol.js +4 -4
  758. package/dist/lib/node_modules/lodash-es/_Uint8Array.js +4 -4
  759. package/dist/lib/node_modules/lodash-es/_WeakMap.js +4 -4
  760. package/dist/lib/node_modules/lodash-es/_apply.js +4 -4
  761. package/dist/lib/node_modules/lodash-es/_arrayEach.js +4 -4
  762. package/dist/lib/node_modules/lodash-es/_arrayFilter.js +4 -4
  763. package/dist/lib/node_modules/lodash-es/_arrayIncludes.js +14 -0
  764. package/dist/lib/node_modules/lodash-es/_arrayIncludesWith.js +14 -0
  765. package/dist/lib/node_modules/lodash-es/_arrayLikeKeys.js +4 -4
  766. package/dist/lib/node_modules/lodash-es/_arrayMap.js +4 -4
  767. package/dist/lib/node_modules/lodash-es/_arrayPush.js +4 -4
  768. package/dist/lib/node_modules/lodash-es/_arraySome.js +14 -0
  769. package/dist/lib/node_modules/lodash-es/_asciiToArray.js +4 -4
  770. package/dist/lib/node_modules/lodash-es/_assignMergeValue.js +14 -0
  771. package/dist/lib/node_modules/lodash-es/_assignValue.js +4 -4
  772. package/dist/lib/node_modules/lodash-es/_assocIndexOf.js +4 -4
  773. package/dist/lib/node_modules/lodash-es/_baseAssignValue.js +4 -4
  774. package/dist/lib/node_modules/lodash-es/_baseClone.js +4 -4
  775. package/dist/lib/node_modules/lodash-es/_baseCreate.js +14 -0
  776. package/dist/lib/node_modules/lodash-es/_baseFindIndex.js +14 -0
  777. package/dist/lib/node_modules/lodash-es/_baseFlatten.js +4 -4
  778. package/dist/lib/node_modules/lodash-es/_baseFor.js +14 -0
  779. package/dist/lib/node_modules/lodash-es/_baseGet.js +4 -4
  780. package/dist/lib/node_modules/lodash-es/_baseGetAllKeys.js +4 -4
  781. package/dist/lib/node_modules/lodash-es/_baseGetTag.js +4 -4
  782. package/dist/lib/node_modules/lodash-es/_baseIndexOf.js +14 -0
  783. package/dist/lib/node_modules/lodash-es/_baseIntersection.js +14 -0
  784. package/dist/lib/node_modules/lodash-es/_baseIsArguments.js +4 -4
  785. package/dist/lib/node_modules/lodash-es/_baseIsEqual.js +14 -0
  786. package/dist/lib/node_modules/lodash-es/_baseIsEqualDeep.js +14 -0
  787. package/dist/lib/node_modules/lodash-es/_baseIsMap.js +4 -4
  788. package/dist/lib/node_modules/lodash-es/_baseIsNaN.js +14 -0
  789. package/dist/lib/node_modules/lodash-es/_baseIsNative.js +4 -4
  790. package/dist/lib/node_modules/lodash-es/_baseIsRegExp.js +4 -4
  791. package/dist/lib/node_modules/lodash-es/_baseIsSet.js +4 -4
  792. package/dist/lib/node_modules/lodash-es/_baseIsTypedArray.js +4 -4
  793. package/dist/lib/node_modules/lodash-es/_baseKeys.js +14 -0
  794. package/dist/lib/node_modules/lodash-es/_baseKeysIn.js +4 -4
  795. package/dist/lib/node_modules/lodash-es/_baseMerge.js +14 -0
  796. package/dist/lib/node_modules/lodash-es/_baseMergeDeep.js +14 -0
  797. package/dist/lib/node_modules/lodash-es/_baseRest.js +14 -0
  798. package/dist/lib/node_modules/lodash-es/_baseSetToString.js +4 -4
  799. package/dist/lib/node_modules/lodash-es/_baseSlice.js +4 -4
  800. package/dist/lib/node_modules/lodash-es/_baseTimes.js +4 -4
  801. package/dist/lib/node_modules/lodash-es/_baseToString.js +4 -4
  802. package/dist/lib/node_modules/lodash-es/_baseUnary.js +4 -4
  803. package/dist/lib/node_modules/lodash-es/_baseUniq.js +14 -0
  804. package/dist/lib/node_modules/lodash-es/_baseUnset.js +4 -4
  805. package/dist/lib/node_modules/lodash-es/_cacheHas.js +14 -0
  806. package/dist/lib/node_modules/lodash-es/_castArrayLikeObject.js +14 -0
  807. package/dist/lib/node_modules/lodash-es/_castPath.js +4 -4
  808. package/dist/lib/node_modules/lodash-es/_castSlice.js +4 -4
  809. package/dist/lib/node_modules/lodash-es/_cloneArrayBuffer.js +4 -4
  810. package/dist/lib/node_modules/lodash-es/_cloneBuffer.js +4 -4
  811. package/dist/lib/node_modules/lodash-es/_cloneDataView.js +4 -4
  812. package/dist/lib/node_modules/lodash-es/_cloneRegExp.js +4 -4
  813. package/dist/lib/node_modules/lodash-es/_cloneSymbol.js +4 -4
  814. package/dist/lib/node_modules/lodash-es/_cloneTypedArray.js +4 -4
  815. package/dist/lib/node_modules/lodash-es/_copyArray.js +14 -0
  816. package/dist/lib/node_modules/lodash-es/_copyObject.js +4 -4
  817. package/dist/lib/node_modules/lodash-es/_coreJsData.js +4 -4
  818. package/dist/lib/node_modules/lodash-es/_createAssigner.js +14 -0
  819. package/dist/lib/node_modules/lodash-es/_createBaseFor.js +14 -0
  820. package/dist/lib/node_modules/lodash-es/_createCaseFirst.js +4 -4
  821. package/dist/lib/node_modules/lodash-es/_createSet.js +14 -0
  822. package/dist/lib/node_modules/lodash-es/_customOmitClone.js +4 -4
  823. package/dist/lib/node_modules/lodash-es/_defineProperty.js +4 -4
  824. package/dist/lib/node_modules/lodash-es/_equalArrays.js +14 -0
  825. package/dist/lib/node_modules/lodash-es/_equalByTag.js +14 -0
  826. package/dist/lib/node_modules/lodash-es/_equalObjects.js +14 -0
  827. package/dist/lib/node_modules/lodash-es/_flatRest.js +4 -4
  828. package/dist/lib/node_modules/lodash-es/_freeGlobal.js +4 -4
  829. package/dist/lib/node_modules/lodash-es/_getAllKeys.js +14 -0
  830. package/dist/lib/node_modules/lodash-es/_getAllKeysIn.js +4 -4
  831. package/dist/lib/node_modules/lodash-es/_getMapData.js +4 -4
  832. package/dist/lib/node_modules/lodash-es/_getNative.js +4 -4
  833. package/dist/lib/node_modules/lodash-es/_getPrototype.js +4 -4
  834. package/dist/lib/node_modules/lodash-es/_getRawTag.js +4 -4
  835. package/dist/lib/node_modules/lodash-es/_getSymbols.js +4 -4
  836. package/dist/lib/node_modules/lodash-es/_getSymbolsIn.js +4 -4
  837. package/dist/lib/node_modules/lodash-es/_getTag.js +4 -4
  838. package/dist/lib/node_modules/lodash-es/_getValue.js +4 -4
  839. package/dist/lib/node_modules/lodash-es/_hasUnicode.js +4 -4
  840. package/dist/lib/node_modules/lodash-es/_hashClear.js +4 -4
  841. package/dist/lib/node_modules/lodash-es/_hashDelete.js +4 -4
  842. package/dist/lib/node_modules/lodash-es/_hashGet.js +4 -4
  843. package/dist/lib/node_modules/lodash-es/_hashHas.js +4 -4
  844. package/dist/lib/node_modules/lodash-es/_hashSet.js +4 -4
  845. package/dist/lib/node_modules/lodash-es/_initCloneArray.js +4 -4
  846. package/dist/lib/node_modules/lodash-es/_initCloneByTag.js +4 -4
  847. package/dist/lib/node_modules/lodash-es/_initCloneObject.js +14 -0
  848. package/dist/lib/node_modules/lodash-es/_isFlattenable.js +4 -4
  849. package/dist/lib/node_modules/lodash-es/_isIndex.js +4 -4
  850. package/dist/lib/node_modules/lodash-es/_isIterateeCall.js +14 -0
  851. package/dist/lib/node_modules/lodash-es/_isKey.js +4 -4
  852. package/dist/lib/node_modules/lodash-es/_isKeyable.js +4 -4
  853. package/dist/lib/node_modules/lodash-es/_isMasked.js +4 -4
  854. package/dist/lib/node_modules/lodash-es/_isPrototype.js +4 -4
  855. package/dist/lib/node_modules/lodash-es/_listCacheClear.js +4 -4
  856. package/dist/lib/node_modules/lodash-es/_listCacheDelete.js +4 -4
  857. package/dist/lib/node_modules/lodash-es/_listCacheGet.js +4 -4
  858. package/dist/lib/node_modules/lodash-es/_listCacheHas.js +4 -4
  859. package/dist/lib/node_modules/lodash-es/_listCacheSet.js +4 -4
  860. package/dist/lib/node_modules/lodash-es/_mapCacheClear.js +4 -4
  861. package/dist/lib/node_modules/lodash-es/_mapCacheDelete.js +4 -4
  862. package/dist/lib/node_modules/lodash-es/_mapCacheGet.js +4 -4
  863. package/dist/lib/node_modules/lodash-es/_mapCacheHas.js +4 -4
  864. package/dist/lib/node_modules/lodash-es/_mapCacheSet.js +4 -4
  865. package/dist/lib/node_modules/lodash-es/_mapToArray.js +14 -0
  866. package/dist/lib/node_modules/lodash-es/_memoizeCapped.js +4 -4
  867. package/dist/lib/node_modules/lodash-es/_nativeCreate.js +4 -4
  868. package/dist/lib/node_modules/lodash-es/_nativeKeys.js +14 -0
  869. package/dist/lib/node_modules/lodash-es/_nativeKeysIn.js +4 -4
  870. package/dist/lib/node_modules/lodash-es/_nodeUtil.js +4 -4
  871. package/dist/lib/node_modules/lodash-es/_objectToString.js +4 -4
  872. package/dist/lib/node_modules/lodash-es/_overArg.js +4 -4
  873. package/dist/lib/node_modules/lodash-es/_overRest.js +4 -4
  874. package/dist/lib/node_modules/lodash-es/_parent.js +4 -4
  875. package/dist/lib/node_modules/lodash-es/_root.js +4 -4
  876. package/dist/lib/node_modules/lodash-es/_safeGet.js +14 -0
  877. package/dist/lib/node_modules/lodash-es/_setCacheAdd.js +14 -0
  878. package/dist/lib/node_modules/lodash-es/_setCacheHas.js +14 -0
  879. package/dist/lib/node_modules/lodash-es/_setToArray.js +14 -0
  880. package/dist/lib/node_modules/lodash-es/_setToString.js +4 -4
  881. package/dist/lib/node_modules/lodash-es/_shortOut.js +4 -4
  882. package/dist/lib/node_modules/lodash-es/_stackClear.js +4 -4
  883. package/dist/lib/node_modules/lodash-es/_stackDelete.js +4 -4
  884. package/dist/lib/node_modules/lodash-es/_stackGet.js +4 -4
  885. package/dist/lib/node_modules/lodash-es/_stackHas.js +4 -4
  886. package/dist/lib/node_modules/lodash-es/_stackSet.js +4 -4
  887. package/dist/lib/node_modules/lodash-es/_strictIndexOf.js +14 -0
  888. package/dist/lib/node_modules/lodash-es/_stringToArray.js +4 -4
  889. package/dist/lib/node_modules/lodash-es/_stringToPath.js +4 -4
  890. package/dist/lib/node_modules/lodash-es/_toKey.js +4 -4
  891. package/dist/lib/node_modules/lodash-es/_toSource.js +4 -4
  892. package/dist/lib/node_modules/lodash-es/_unicodeToArray.js +4 -4
  893. package/dist/lib/node_modules/lodash-es/constant.js +4 -4
  894. package/dist/lib/node_modules/lodash-es/eq.js +4 -4
  895. package/dist/lib/node_modules/lodash-es/flatten.js +4 -4
  896. package/dist/lib/node_modules/lodash-es/get.js +4 -4
  897. package/dist/lib/node_modules/lodash-es/identity.js +4 -4
  898. package/dist/lib/node_modules/lodash-es/intersectionWith.js +14 -0
  899. package/dist/lib/node_modules/lodash-es/isArguments.js +4 -4
  900. package/dist/lib/node_modules/lodash-es/isArray.js +4 -4
  901. package/dist/lib/node_modules/lodash-es/isArrayLike.js +4 -4
  902. package/dist/lib/node_modules/lodash-es/isArrayLikeObject.js +14 -0
  903. package/dist/lib/node_modules/lodash-es/isBuffer.js +4 -4
  904. package/dist/lib/node_modules/lodash-es/isEqual.js +14 -0
  905. package/dist/lib/node_modules/lodash-es/isFinite.js +4 -4
  906. package/dist/lib/node_modules/lodash-es/isFunction.js +4 -4
  907. package/dist/lib/node_modules/lodash-es/isLength.js +4 -4
  908. package/dist/lib/node_modules/lodash-es/isMap.js +4 -4
  909. package/dist/lib/node_modules/lodash-es/isNaN.js +4 -4
  910. package/dist/lib/node_modules/lodash-es/isNil.js +4 -4
  911. package/dist/lib/node_modules/lodash-es/isNumber.js +4 -4
  912. package/dist/lib/node_modules/lodash-es/isObject.js +4 -4
  913. package/dist/lib/node_modules/lodash-es/isObjectLike.js +4 -4
  914. package/dist/lib/node_modules/lodash-es/isPlainObject.js +4 -4
  915. package/dist/lib/node_modules/lodash-es/isRegExp.js +4 -4
  916. package/dist/lib/node_modules/lodash-es/isSet.js +4 -4
  917. package/dist/lib/node_modules/lodash-es/isString.js +4 -4
  918. package/dist/lib/node_modules/lodash-es/isSymbol.js +4 -4
  919. package/dist/lib/node_modules/lodash-es/isTypedArray.js +4 -4
  920. package/dist/lib/node_modules/lodash-es/keys.js +14 -0
  921. package/dist/lib/node_modules/lodash-es/keysIn.js +4 -4
  922. package/dist/lib/node_modules/lodash-es/last.js +4 -4
  923. package/dist/lib/node_modules/lodash-es/memoize.js +4 -4
  924. package/dist/lib/node_modules/lodash-es/mergeWith.js +14 -0
  925. package/dist/lib/node_modules/lodash-es/noop.js +14 -0
  926. package/dist/lib/node_modules/lodash-es/omit.js +4 -4
  927. package/dist/lib/node_modules/lodash-es/stubArray.js +4 -4
  928. package/dist/lib/node_modules/lodash-es/stubFalse.js +4 -4
  929. package/dist/lib/node_modules/lodash-es/toPlainObject.js +14 -0
  930. package/dist/lib/node_modules/lodash-es/toString.js +4 -4
  931. package/dist/lib/node_modules/lodash-es/unionWith.js +14 -0
  932. package/dist/lib/node_modules/lodash-es/upperFirst.js +4 -4
  933. package/dist/lib/node_modules/orderedmap/dist/index.js +4 -4
  934. package/dist/lib/node_modules/path-to-regexp/dist/index.js +14 -0
  935. package/dist/lib/node_modules/prosemirror-commands/dist/index.js +5 -4
  936. package/dist/lib/node_modules/prosemirror-dropcursor/dist/index.js +4 -4
  937. package/dist/lib/node_modules/prosemirror-gapcursor/dist/index.js +4 -4
  938. package/dist/lib/node_modules/prosemirror-history/dist/index.js +4 -4
  939. package/dist/lib/node_modules/prosemirror-keymap/dist/index.js +4 -4
  940. package/dist/lib/node_modules/prosemirror-model/dist/index.js +7 -4
  941. package/dist/lib/node_modules/prosemirror-schema-list/dist/index.js +4 -4
  942. package/dist/lib/node_modules/prosemirror-state/dist/index.js +4 -4
  943. package/dist/lib/node_modules/prosemirror-tables/dist/index.js +4 -4
  944. package/dist/lib/node_modules/prosemirror-transform/dist/index.js +5 -4
  945. package/dist/lib/node_modules/prosemirror-view/dist/index.js +8 -4
  946. package/dist/lib/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +14 -0
  947. package/dist/lib/node_modules/rope-sequence/dist/index.js +4 -4
  948. package/dist/lib/node_modules/sortablejs/modular/sortable.esm.js +14 -0
  949. package/dist/lib/node_modules/style-mod/src/style-mod.js +6 -4
  950. package/dist/lib/{Grid → node_modules/title-case/dist}/index.js +4 -4
  951. package/dist/lib/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +4 -4
  952. package/dist/lib/node_modules/w3c-keyname/index.js +4 -4
  953. package/dist/lib/node_modules/xgplayer/dist/index.min.css +3 -3
  954. package/dist/lib/node_modules/xgplayer/es/_virtual/_rollupPluginBabelHelpers.js +5 -4
  955. package/dist/lib/node_modules/xgplayer/es/constant.js +4 -4
  956. package/dist/lib/node_modules/xgplayer/es/defaultConfig.js +4 -4
  957. package/dist/lib/node_modules/xgplayer/es/error.js +4 -4
  958. package/dist/lib/node_modules/xgplayer/es/events.js +4 -4
  959. package/dist/lib/node_modules/xgplayer/es/index.umd.js +4 -4
  960. package/dist/lib/node_modules/xgplayer/es/instManager.js +4 -4
  961. package/dist/lib/node_modules/xgplayer/es/lang/en.js +4 -4
  962. package/dist/lib/node_modules/xgplayer/es/lang/i18n.js +4 -4
  963. package/dist/lib/node_modules/xgplayer/es/lang/jp.js +4 -4
  964. package/dist/lib/node_modules/xgplayer/es/lang/zh-cn.js +4 -4
  965. package/dist/lib/node_modules/xgplayer/es/mediaProxy.js +4 -4
  966. package/dist/lib/node_modules/xgplayer/es/player.js +4 -4
  967. package/dist/lib/node_modules/xgplayer/es/plugin/basePlugin.js +4 -4
  968. package/dist/lib/node_modules/xgplayer/es/plugin/hooksDescriptor.js +4 -4
  969. package/dist/lib/node_modules/xgplayer/es/plugin/plugin.js +4 -4
  970. package/dist/lib/node_modules/xgplayer/es/plugin/pluginsManager.js +4 -4
  971. package/dist/lib/node_modules/xgplayer/es/plugin/preset.js +4 -4
  972. package/dist/lib/node_modules/xgplayer/es/plugin/resizeObserver.js +4 -4
  973. package/dist/lib/node_modules/xgplayer/es/plugins/assets/back.js +8 -4
  974. package/dist/lib/node_modules/xgplayer/es/plugins/assets/download.js +18 -4
  975. package/dist/lib/node_modules/xgplayer/es/plugins/assets/exitCssFull.js +7 -4
  976. package/dist/lib/node_modules/xgplayer/es/plugins/assets/exitFull.js +7 -4
  977. package/dist/lib/node_modules/xgplayer/es/plugins/assets/loading.js +7 -4
  978. package/dist/lib/node_modules/xgplayer/es/plugins/assets/pause.js +7 -4
  979. package/dist/lib/node_modules/xgplayer/es/plugins/assets/pipIcon.js +8 -4
  980. package/dist/lib/node_modules/xgplayer/es/plugins/assets/pipIconExit.js +11 -4
  981. package/dist/lib/node_modules/xgplayer/es/plugins/assets/play.js +7 -4
  982. package/dist/lib/node_modules/xgplayer/es/plugins/assets/playNext.js +7 -4
  983. package/dist/lib/node_modules/xgplayer/es/plugins/assets/replay.js +7 -4
  984. package/dist/lib/node_modules/xgplayer/es/plugins/assets/requestCssFull.js +7 -4
  985. package/dist/lib/node_modules/xgplayer/es/plugins/assets/requestFull.js +7 -4
  986. package/dist/lib/node_modules/xgplayer/es/plugins/assets/rotate.js +15 -4
  987. package/dist/lib/node_modules/xgplayer/es/plugins/assets/seekicon.js +10 -4
  988. package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeLarge.js +8 -4
  989. package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeMuted.js +8 -4
  990. package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeSmall.js +8 -4
  991. package/dist/lib/node_modules/xgplayer/es/plugins/common/iconPlugin.js +4 -4
  992. package/dist/lib/node_modules/xgplayer/es/plugins/common/iconTools.js +6 -4
  993. package/dist/lib/node_modules/xgplayer/es/plugins/common/optionList.js +4 -4
  994. package/dist/lib/node_modules/xgplayer/es/plugins/common/optionsIcon.js +7 -4
  995. package/dist/lib/node_modules/xgplayer/es/plugins/common/thumbnail.js +4 -4
  996. package/dist/lib/node_modules/xgplayer/es/plugins/controls/index.js +12 -4
  997. package/dist/lib/node_modules/xgplayer/es/plugins/cssFullScreen/index.js +8 -4
  998. package/dist/lib/node_modules/xgplayer/es/plugins/definition/index.js +4 -4
  999. package/dist/lib/node_modules/xgplayer/es/plugins/download/index.js +8 -4
  1000. package/dist/lib/node_modules/xgplayer/es/plugins/dynamicBg/index.js +5 -4
  1001. package/dist/lib/node_modules/xgplayer/es/plugins/enter/index.js +4 -4
  1002. package/dist/lib/node_modules/xgplayer/es/plugins/error/index.js +9 -4
  1003. package/dist/lib/node_modules/xgplayer/es/plugins/fpsDetect/index.js +4 -4
  1004. package/dist/lib/node_modules/xgplayer/es/plugins/fullscreen/backicon.js +5 -4
  1005. package/dist/lib/node_modules/xgplayer/es/plugins/fullscreen/index.js +8 -4
  1006. package/dist/lib/node_modules/xgplayer/es/plugins/gapJump/index.js +4 -4
  1007. package/dist/lib/node_modules/xgplayer/es/plugins/keyboard/index.js +4 -4
  1008. package/dist/lib/node_modules/xgplayer/es/plugins/loading/index.js +7 -4
  1009. package/dist/lib/node_modules/xgplayer/es/plugins/logger/index.js +4 -4
  1010. package/dist/lib/node_modules/xgplayer/es/plugins/miniScreen/index.js +16 -4
  1011. package/dist/lib/node_modules/xgplayer/es/plugins/miniScreen/miniScreenIcon.js +7 -4
  1012. package/dist/lib/node_modules/xgplayer/es/plugins/mobile/index.js +22 -4
  1013. package/dist/lib/node_modules/xgplayer/es/plugins/mobile/touch.js +4 -4
  1014. package/dist/lib/node_modules/xgplayer/es/plugins/pc/index.js +4 -4
  1015. package/dist/lib/node_modules/xgplayer/es/plugins/pip/index.js +11 -4
  1016. package/dist/lib/node_modules/xgplayer/es/plugins/play/index.js +8 -4
  1017. package/dist/lib/node_modules/xgplayer/es/plugins/playNext/index.js +10 -4
  1018. package/dist/lib/node_modules/xgplayer/es/plugins/playbackRate/index.js +4 -4
  1019. package/dist/lib/node_modules/xgplayer/es/plugins/poster/index.js +5 -4
  1020. package/dist/lib/node_modules/xgplayer/es/plugins/progress/index.js +10 -4
  1021. package/dist/lib/node_modules/xgplayer/es/plugins/progress/innerList.js +4 -4
  1022. package/dist/lib/node_modules/xgplayer/es/plugins/progress/miniProgress.js +7 -4
  1023. package/dist/lib/node_modules/xgplayer/es/plugins/progressPreview/dotsApi.js +4 -4
  1024. package/dist/lib/node_modules/xgplayer/es/plugins/progressPreview/index.js +14 -4
  1025. package/dist/lib/node_modules/xgplayer/es/plugins/prompt/index.js +6 -4
  1026. package/dist/lib/node_modules/xgplayer/es/plugins/replay/index.js +6 -4
  1027. package/dist/lib/node_modules/xgplayer/es/plugins/rotate/index.js +9 -4
  1028. package/dist/lib/node_modules/xgplayer/es/plugins/screenShot/index.js +9 -4
  1029. package/dist/lib/node_modules/xgplayer/es/plugins/start/index.js +7 -4
  1030. package/dist/lib/node_modules/xgplayer/es/plugins/stats/index.js +4 -4
  1031. package/dist/lib/node_modules/xgplayer/es/plugins/testspeed/index.js +4 -4
  1032. package/dist/lib/node_modules/xgplayer/es/plugins/time/index.js +9 -4
  1033. package/dist/lib/node_modules/xgplayer/es/plugins/time/timesegments.js +4 -4
  1034. package/dist/lib/node_modules/xgplayer/es/plugins/volume/index.js +14 -4
  1035. package/dist/lib/node_modules/xgplayer/es/plugins/waitingTimeoutJump/index.js +4 -4
  1036. package/dist/lib/node_modules/xgplayer/es/presets/default.js +4 -4
  1037. package/dist/lib/node_modules/xgplayer/es/state.js +4 -4
  1038. package/dist/lib/node_modules/xgplayer/es/stateClassMap.js +4 -4
  1039. package/dist/lib/node_modules/xgplayer/es/utils/database.js +4 -4
  1040. package/dist/lib/node_modules/xgplayer/es/utils/debug.js +4 -4
  1041. package/dist/lib/node_modules/xgplayer/es/utils/draggabilly.js +4 -4
  1042. package/dist/lib/node_modules/xgplayer/es/utils/sniffer.js +4 -4
  1043. package/dist/lib/node_modules/xgplayer/es/utils/util.js +4 -4
  1044. package/dist/lib/node_modules/xgplayer/es/utils/xgplayerTimeRange.js +4 -4
  1045. package/dist/lib/node_modules/xgplayer/es/version.js +4 -4
  1046. package/dist/lib/packages/components/index.js +4 -4
  1047. package/dist/lib/packages/hooks/dist/index.js +14 -0
  1048. package/dist/lib/packages/utils/dist/index.js +14 -0
  1049. package/dist/lib/styles/tokens.css +3 -3
  1050. package/index.d.ts +227 -113
  1051. package/package.json +26 -28
  1052. package/dist/es/Grid/src/Grid.css +0 -14
  1053. package/dist/es/Grid/src/Grid.vue.js +0 -14
  1054. package/dist/es/Grid/src/components/ActionBar.css +0 -14
  1055. package/dist/es/Grid/src/components/ActionBar.vue.js +0 -14
  1056. package/dist/es/Grid/src/components/CellEditor.vue.js +0 -14
  1057. package/dist/es/Grid/src/components/CellEditor2.css +0 -14
  1058. package/dist/es/Grid/src/components/ColumnFilter.css +0 -14
  1059. package/dist/es/Grid/src/components/ColumnFilter.vue.js +0 -14
  1060. package/dist/es/Grid/src/components/ColumnSettings.css +0 -14
  1061. package/dist/es/Grid/src/components/ColumnSettings.vue.js +0 -14
  1062. package/dist/es/Grid/src/components/DataTable.css +0 -14
  1063. package/dist/es/Grid/src/components/DataTable.vue.js +0 -14
  1064. package/dist/es/Grid/src/components/Pager.css +0 -14
  1065. package/dist/es/Grid/src/components/Pager.vue.js +0 -14
  1066. package/dist/es/Grid/src/components/QueryBar.css +0 -14
  1067. package/dist/es/Grid/src/components/QueryBar.vue.js +0 -14
  1068. package/dist/es/Grid/src/composables/useCellEditor.js +0 -14
  1069. package/dist/es/Grid/src/composables/useGridTable.js +0 -14
  1070. package/dist/es/Grid/src/styles/table.css +0 -14
  1071. package/dist/es/node_modules/@tanstack/store/dist/esm/derived.js +0 -14
  1072. package/dist/es/node_modules/@tanstack/store/dist/esm/scheduler.js +0 -14
  1073. package/dist/es/node_modules/@tanstack/table-core/build/lib/index.js +0 -14
  1074. package/dist/es/node_modules/@tanstack/vue-table/build/lib/index.js +0 -14
  1075. package/dist/lib/Grid/src/Grid.css +0 -14
  1076. package/dist/lib/Grid/src/Grid.vue.js +0 -14
  1077. package/dist/lib/Grid/src/components/ActionBar.css +0 -14
  1078. package/dist/lib/Grid/src/components/ActionBar.vue.js +0 -14
  1079. package/dist/lib/Grid/src/components/CellEditor.vue.js +0 -14
  1080. package/dist/lib/Grid/src/components/CellEditor2.css +0 -14
  1081. package/dist/lib/Grid/src/components/ColumnFilter.css +0 -14
  1082. package/dist/lib/Grid/src/components/ColumnFilter.vue.js +0 -14
  1083. package/dist/lib/Grid/src/components/ColumnSettings.css +0 -14
  1084. package/dist/lib/Grid/src/components/ColumnSettings.vue.js +0 -14
  1085. package/dist/lib/Grid/src/components/DataTable.css +0 -14
  1086. package/dist/lib/Grid/src/components/DataTable.vue.js +0 -14
  1087. package/dist/lib/Grid/src/components/Pager.css +0 -14
  1088. package/dist/lib/Grid/src/components/Pager.vue.js +0 -14
  1089. package/dist/lib/Grid/src/components/QueryBar.css +0 -14
  1090. package/dist/lib/Grid/src/components/QueryBar.vue.js +0 -14
  1091. package/dist/lib/Grid/src/composables/useCellEditor.js +0 -14
  1092. package/dist/lib/Grid/src/composables/useGridTable.js +0 -14
  1093. package/dist/lib/Grid/src/styles/table.css +0 -14
  1094. package/dist/lib/node_modules/@tanstack/store/dist/esm/derived.js +0 -14
  1095. package/dist/lib/node_modules/@tanstack/store/dist/esm/scheduler.js +0 -14
  1096. package/dist/lib/node_modules/@tanstack/table-core/build/lib/index.js +0 -14
  1097. package/dist/lib/node_modules/@tanstack/vue-table/build/lib/index.js +0 -14
@@ -0,0 +1,1283 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.1.7
11
+ Build Time: 2026/3/13 18:25:06
12
+ Build Commit: 0b162dea954baa715e67b70f80401a571205058a
13
+ */
14
+ function Me(o, t, e) {
15
+ return (t = Ye(t)) in o ? Object.defineProperty(o, t, {
16
+ value: e,
17
+ enumerable: !0,
18
+ configurable: !0,
19
+ writable: !0
20
+ }) : o[t] = e, o;
21
+ }
22
+ function q() {
23
+ return q = Object.assign ? Object.assign.bind() : function(o) {
24
+ for (var t = 1; t < arguments.length; t++) {
25
+ var e = arguments[t];
26
+ for (var n in e) ({}).hasOwnProperty.call(e, n) && (o[n] = e[n]);
27
+ }
28
+ return o;
29
+ }, q.apply(null, arguments);
30
+ }
31
+ function se(o, t) {
32
+ var e = Object.keys(o);
33
+ if (Object.getOwnPropertySymbols) {
34
+ var n = Object.getOwnPropertySymbols(o);
35
+ t && (n = n.filter(function(i) {
36
+ return Object.getOwnPropertyDescriptor(o, i).enumerable;
37
+ })), e.push.apply(e, n);
38
+ }
39
+ return e;
40
+ }
41
+ function L(o) {
42
+ for (var t = 1; t < arguments.length; t++) {
43
+ var e = arguments[t] != null ? arguments[t] : {};
44
+ t % 2 ? se(Object(e), !0).forEach(function(n) {
45
+ Me(o, n, e[n]);
46
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(e)) : se(Object(e)).forEach(function(n) {
47
+ Object.defineProperty(o, n, Object.getOwnPropertyDescriptor(e, n));
48
+ });
49
+ }
50
+ return o;
51
+ }
52
+ function Fe(o, t) {
53
+ if (o == null) return {};
54
+ var e, n, i = Re(o, t);
55
+ if (Object.getOwnPropertySymbols) {
56
+ var r = Object.getOwnPropertySymbols(o);
57
+ for (n = 0; n < r.length; n++) e = r[n], t.indexOf(e) === -1 && {}.propertyIsEnumerable.call(o, e) && (i[e] = o[e]);
58
+ }
59
+ return i;
60
+ }
61
+ function Re(o, t) {
62
+ if (o == null) return {};
63
+ var e = {};
64
+ for (var n in o) if ({}.hasOwnProperty.call(o, n)) {
65
+ if (t.indexOf(n) !== -1) continue;
66
+ e[n] = o[n];
67
+ }
68
+ return e;
69
+ }
70
+ function Xe(o, t) {
71
+ if (typeof o != "object" || !o) return o;
72
+ var e = o[Symbol.toPrimitive];
73
+ if (e !== void 0) {
74
+ var n = e.call(o, t);
75
+ if (typeof n != "object") return n;
76
+ throw new TypeError("@@toPrimitive must return a primitive value.");
77
+ }
78
+ return (t === "string" ? String : Number)(o);
79
+ }
80
+ function Ye(o) {
81
+ var t = Xe(o, "string");
82
+ return typeof t == "symbol" ? t : t + "";
83
+ }
84
+ function Qt(o) {
85
+ "@babel/helpers - typeof";
86
+ return Qt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
87
+ return typeof t;
88
+ } : function(t) {
89
+ return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
90
+ }, Qt(o);
91
+ }
92
+ var ke = "1.15.7";
93
+ function U(o) {
94
+ if (typeof window < "u" && window.navigator)
95
+ return !!/* @__PURE__ */ navigator.userAgent.match(o);
96
+ }
97
+ var V = U(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i), Ct = U(/Edge/i), ue = U(/firefox/i), wt = U(/safari/i) && !U(/chrome/i) && !U(/android/i), oe = U(/iP(ad|od|hone)/i), ve = U(/chrome/i) && U(/android/i), be = {
98
+ capture: !1,
99
+ passive: !1
100
+ };
101
+ function v(o, t, e) {
102
+ o.addEventListener(t, e, !V && be);
103
+ }
104
+ function m(o, t, e) {
105
+ o.removeEventListener(t, e, !V && be);
106
+ }
107
+ function Yt(o, t) {
108
+ if (t) {
109
+ if (t[0] === ">" && (t = t.substring(1)), o)
110
+ try {
111
+ if (o.matches)
112
+ return o.matches(t);
113
+ if (o.msMatchesSelector)
114
+ return o.msMatchesSelector(t);
115
+ if (o.webkitMatchesSelector)
116
+ return o.webkitMatchesSelector(t);
117
+ } catch {
118
+ return !1;
119
+ }
120
+ return !1;
121
+ }
122
+ }
123
+ function ye(o) {
124
+ return o.host && o !== document && o.host.nodeType && o.host !== o ? o.host : o.parentNode;
125
+ }
126
+ function H(o, t, e, n) {
127
+ if (o) {
128
+ e = e || document;
129
+ do {
130
+ if (t != null && (t[0] === ">" ? o.parentNode === e && Yt(o, t) : Yt(o, t)) || n && o === e)
131
+ return o;
132
+ if (o === e) break;
133
+ } while (o = ye(o));
134
+ }
135
+ return null;
136
+ }
137
+ var fe = /\s+/g;
138
+ function R(o, t, e) {
139
+ if (o && t)
140
+ if (o.classList)
141
+ o.classList[e ? "add" : "remove"](t);
142
+ else {
143
+ var n = (" " + o.className + " ").replace(fe, " ").replace(" " + t + " ", " ");
144
+ o.className = (n + (e ? " " + t : "")).replace(fe, " ");
145
+ }
146
+ }
147
+ function h(o, t, e) {
148
+ var n = o && o.style;
149
+ if (n) {
150
+ if (e === void 0)
151
+ return document.defaultView && document.defaultView.getComputedStyle ? e = document.defaultView.getComputedStyle(o, "") : o.currentStyle && (e = o.currentStyle), t === void 0 ? e : e[t];
152
+ !(t in n) && t.indexOf("webkit") === -1 && (t = "-webkit-" + t), n[t] = e + (typeof e == "string" ? "" : "px");
153
+ }
154
+ }
155
+ function ct(o, t) {
156
+ var e = "";
157
+ if (typeof o == "string")
158
+ e = o;
159
+ else
160
+ do {
161
+ var n = h(o, "transform");
162
+ n && n !== "none" && (e = n + " " + e);
163
+ } while (!t && (o = o.parentNode));
164
+ var i = window.DOMMatrix || window.WebKitCSSMatrix || window.CSSMatrix || window.MSCSSMatrix;
165
+ return i && new i(e);
166
+ }
167
+ function Ee(o, t, e) {
168
+ if (o) {
169
+ var n = o.getElementsByTagName(t), i = 0, r = n.length;
170
+ if (e)
171
+ for (; i < r; i++)
172
+ e(n[i], i);
173
+ return n;
174
+ }
175
+ return [];
176
+ }
177
+ function G() {
178
+ var o = document.scrollingElement;
179
+ return o || document.documentElement;
180
+ }
181
+ function C(o, t, e, n, i) {
182
+ if (!(!o.getBoundingClientRect && o !== window)) {
183
+ var r, a, l, s, u, d, c;
184
+ if (o !== window && o.parentNode && o !== G() ? (r = o.getBoundingClientRect(), a = r.top, l = r.left, s = r.bottom, u = r.right, d = r.height, c = r.width) : (a = 0, l = 0, s = window.innerHeight, u = window.innerWidth, d = window.innerHeight, c = window.innerWidth), (t || e) && o !== window && (i = i || o.parentNode, !V))
185
+ do
186
+ if (i && i.getBoundingClientRect && (h(i, "transform") !== "none" || e && h(i, "position") !== "static")) {
187
+ var b = i.getBoundingClientRect();
188
+ a -= b.top + parseInt(h(i, "border-top-width")), l -= b.left + parseInt(h(i, "border-left-width")), s = a + r.height, u = l + r.width;
189
+ break;
190
+ }
191
+ while (i = i.parentNode);
192
+ if (n && o !== window) {
193
+ var w = ct(i || o), y = w && w.a, E = w && w.d;
194
+ w && (a /= E, l /= y, c /= y, d /= E, s = a + d, u = l + c);
195
+ }
196
+ return {
197
+ top: a,
198
+ left: l,
199
+ bottom: s,
200
+ right: u,
201
+ width: c,
202
+ height: d
203
+ };
204
+ }
205
+ }
206
+ function ce(o, t, e) {
207
+ for (var n = tt(o, !0), i = C(o)[t]; n; ) {
208
+ var r = C(n)[e], a = void 0;
209
+ if (a = i >= r, !a) return n;
210
+ if (n === G()) break;
211
+ n = tt(n, !1);
212
+ }
213
+ return !1;
214
+ }
215
+ function dt(o, t, e, n) {
216
+ for (var i = 0, r = 0, a = o.children; r < a.length; ) {
217
+ if (a[r].style.display !== "none" && a[r] !== p.ghost && (n || a[r] !== p.dragged) && H(a[r], e.draggable, o, !1)) {
218
+ if (i === t)
219
+ return a[r];
220
+ i++;
221
+ }
222
+ r++;
223
+ }
224
+ return null;
225
+ }
226
+ function ie(o, t) {
227
+ for (var e = o.lastElementChild; e && (e === p.ghost || h(e, "display") === "none" || t && !Yt(e, t)); )
228
+ e = e.previousElementSibling;
229
+ return e || null;
230
+ }
231
+ function Y(o, t) {
232
+ var e = 0;
233
+ if (!o || !o.parentNode)
234
+ return -1;
235
+ for (; o = o.previousElementSibling; )
236
+ o.nodeName.toUpperCase() !== "TEMPLATE" && o !== p.clone && (!t || Yt(o, t)) && e++;
237
+ return e;
238
+ }
239
+ function de(o) {
240
+ var t = 0, e = 0, n = G();
241
+ if (o)
242
+ do {
243
+ var i = ct(o), r = i.a, a = i.d;
244
+ t += o.scrollLeft * r, e += o.scrollTop * a;
245
+ } while (o !== n && (o = o.parentNode));
246
+ return [t, e];
247
+ }
248
+ function Be(o, t) {
249
+ for (var e in o)
250
+ if (o.hasOwnProperty(e)) {
251
+ for (var n in t)
252
+ if (t.hasOwnProperty(n) && t[n] === o[e][n]) return Number(e);
253
+ }
254
+ return -1;
255
+ }
256
+ function tt(o, t) {
257
+ if (!o || !o.getBoundingClientRect) return G();
258
+ var e = o, n = !1;
259
+ do
260
+ if (e.clientWidth < e.scrollWidth || e.clientHeight < e.scrollHeight) {
261
+ var i = h(e);
262
+ if (e.clientWidth < e.scrollWidth && (i.overflowX == "auto" || i.overflowX == "scroll") || e.clientHeight < e.scrollHeight && (i.overflowY == "auto" || i.overflowY == "scroll")) {
263
+ if (!e.getBoundingClientRect || e === document.body) return G();
264
+ if (n || t) return e;
265
+ n = !0;
266
+ }
267
+ }
268
+ while (e = e.parentNode);
269
+ return G();
270
+ }
271
+ function je(o, t) {
272
+ if (o && t)
273
+ for (var e in t)
274
+ t.hasOwnProperty(e) && (o[e] = t[e]);
275
+ return o;
276
+ }
277
+ function Gt(o, t) {
278
+ return Math.round(o.top) === Math.round(t.top) && Math.round(o.left) === Math.round(t.left) && Math.round(o.height) === Math.round(t.height) && Math.round(o.width) === Math.round(t.width);
279
+ }
280
+ var _t;
281
+ function we(o, t) {
282
+ return function() {
283
+ if (!_t) {
284
+ var e = arguments, n = this;
285
+ e.length === 1 ? o.call(n, e[0]) : o.apply(n, e), _t = setTimeout(function() {
286
+ _t = void 0;
287
+ }, t);
288
+ }
289
+ };
290
+ }
291
+ function He() {
292
+ clearTimeout(_t), _t = void 0;
293
+ }
294
+ function _e(o, t, e) {
295
+ o.scrollLeft += t, o.scrollTop += e;
296
+ }
297
+ function De(o) {
298
+ var t = window.Polymer, e = window.jQuery || window.Zepto;
299
+ return t && t.dom ? t.dom(o).cloneNode(!0) : e ? e(o).clone(!0)[0] : o.cloneNode(!0);
300
+ }
301
+ function Se(o, t, e) {
302
+ var n = {};
303
+ return Array.from(o.children).forEach(function(i) {
304
+ var r, a, l, s;
305
+ if (!(!H(i, t.draggable, o, !1) || i.animated || i === e)) {
306
+ var u = C(i);
307
+ n.left = Math.min((r = n.left) !== null && r !== void 0 ? r : 1 / 0, u.left), n.top = Math.min((a = n.top) !== null && a !== void 0 ? a : 1 / 0, u.top), n.right = Math.max((l = n.right) !== null && l !== void 0 ? l : -1 / 0, u.right), n.bottom = Math.max((s = n.bottom) !== null && s !== void 0 ? s : -1 / 0, u.bottom);
308
+ }
309
+ }), n.width = n.right - n.left, n.height = n.bottom - n.top, n.x = n.left, n.y = n.top, n;
310
+ }
311
+ var N = "Sortable" + (/* @__PURE__ */ new Date()).getTime();
312
+ function We() {
313
+ var o = [], t;
314
+ return {
315
+ captureAnimationState: function() {
316
+ if (o = [], !!this.options.animation) {
317
+ var n = [].slice.call(this.el.children);
318
+ n.forEach(function(i) {
319
+ if (!(h(i, "display") === "none" || i === p.ghost)) {
320
+ o.push({
321
+ target: i,
322
+ rect: C(i)
323
+ });
324
+ var r = L({}, o[o.length - 1].rect);
325
+ if (i.thisAnimationDuration) {
326
+ var a = ct(i, !0);
327
+ a && (r.top -= a.f, r.left -= a.e);
328
+ }
329
+ i.fromRect = r;
330
+ }
331
+ });
332
+ }
333
+ },
334
+ addAnimationState: function(n) {
335
+ o.push(n);
336
+ },
337
+ removeAnimationState: function(n) {
338
+ o.splice(Be(o, {
339
+ target: n
340
+ }), 1);
341
+ },
342
+ animateAll: function(n) {
343
+ var i = this;
344
+ if (!this.options.animation) {
345
+ clearTimeout(t), typeof n == "function" && n();
346
+ return;
347
+ }
348
+ var r = !1, a = 0;
349
+ o.forEach(function(l) {
350
+ var s = 0, u = l.target, d = u.fromRect, c = C(u), b = u.prevFromRect, w = u.prevToRect, y = l.rect, E = ct(u, !0);
351
+ E && (c.top -= E.f, c.left -= E.e), u.toRect = c, u.thisAnimationDuration && Gt(b, c) && !Gt(d, c) && // Make sure animatingRect is on line between toRect & fromRect
352
+ (y.top - c.top) / (y.left - c.left) === (d.top - c.top) / (d.left - c.left) && (s = Le(y, b, w, i.options)), Gt(c, d) || (u.prevFromRect = d, u.prevToRect = c, s || (s = i.options.animation), i.animate(u, y, c, s)), s && (r = !0, a = Math.max(a, s), clearTimeout(u.animationResetTimer), u.animationResetTimer = setTimeout(function() {
353
+ u.animationTime = 0, u.prevFromRect = null, u.fromRect = null, u.prevToRect = null, u.thisAnimationDuration = null;
354
+ }, s), u.thisAnimationDuration = s);
355
+ }), clearTimeout(t), r ? t = setTimeout(function() {
356
+ typeof n == "function" && n();
357
+ }, a) : typeof n == "function" && n(), o = [];
358
+ },
359
+ animate: function(n, i, r, a) {
360
+ if (a) {
361
+ h(n, "transition", ""), h(n, "transform", "");
362
+ var l = ct(this.el), s = l && l.a, u = l && l.d, d = (i.left - r.left) / (s || 1), c = (i.top - r.top) / (u || 1);
363
+ n.animatingX = !!d, n.animatingY = !!c, h(n, "transform", "translate3d(" + d + "px," + c + "px,0)"), this.forRepaintDummy = Ge(n), h(n, "transition", "transform " + a + "ms" + (this.options.easing ? " " + this.options.easing : "")), h(n, "transform", "translate3d(0,0,0)"), typeof n.animated == "number" && clearTimeout(n.animated), n.animated = setTimeout(function() {
364
+ h(n, "transition", ""), h(n, "transform", ""), n.animated = !1, n.animatingX = !1, n.animatingY = !1;
365
+ }, a);
366
+ }
367
+ }
368
+ };
369
+ }
370
+ function Ge(o) {
371
+ return o.offsetWidth;
372
+ }
373
+ function Le(o, t, e, n) {
374
+ return Math.sqrt(Math.pow(t.top - o.top, 2) + Math.pow(t.left - o.left, 2)) / Math.sqrt(Math.pow(t.top - e.top, 2) + Math.pow(t.left - e.left, 2)) * n.animation;
375
+ }
376
+ var lt = [], Lt = {
377
+ initializeByDefault: !0
378
+ }, Ot = {
379
+ mount: function(t) {
380
+ for (var e in Lt)
381
+ Lt.hasOwnProperty(e) && !(e in t) && (t[e] = Lt[e]);
382
+ lt.forEach(function(n) {
383
+ if (n.pluginName === t.pluginName)
384
+ throw "Sortable: Cannot mount plugin ".concat(t.pluginName, " more than once");
385
+ }), lt.push(t);
386
+ },
387
+ pluginEvent: function(t, e, n) {
388
+ var i = this;
389
+ this.eventCanceled = !1, n.cancel = function() {
390
+ i.eventCanceled = !0;
391
+ };
392
+ var r = t + "Global";
393
+ lt.forEach(function(a) {
394
+ e[a.pluginName] && (e[a.pluginName][r] && e[a.pluginName][r](L({
395
+ sortable: e
396
+ }, n)), e.options[a.pluginName] && e[a.pluginName][t] && e[a.pluginName][t](L({
397
+ sortable: e
398
+ }, n)));
399
+ });
400
+ },
401
+ initializePlugins: function(t, e, n, i) {
402
+ lt.forEach(function(l) {
403
+ var s = l.pluginName;
404
+ if (!(!t.options[s] && !l.initializeByDefault)) {
405
+ var u = new l(t, e, t.options);
406
+ u.sortable = t, u.options = t.options, t[s] = u, q(n, u.defaults);
407
+ }
408
+ });
409
+ for (var r in t.options)
410
+ if (t.options.hasOwnProperty(r)) {
411
+ var a = this.modifyOption(t, r, t.options[r]);
412
+ typeof a < "u" && (t.options[r] = a);
413
+ }
414
+ },
415
+ getEventProperties: function(t, e) {
416
+ var n = {};
417
+ return lt.forEach(function(i) {
418
+ typeof i.eventProperties == "function" && q(n, i.eventProperties.call(e[i.pluginName], t));
419
+ }), n;
420
+ },
421
+ modifyOption: function(t, e, n) {
422
+ var i;
423
+ return lt.forEach(function(r) {
424
+ t[r.pluginName] && r.optionListeners && typeof r.optionListeners[e] == "function" && (i = r.optionListeners[e].call(t[r.pluginName], n));
425
+ }), i;
426
+ }
427
+ };
428
+ function ze(o) {
429
+ var t = o.sortable, e = o.rootEl, n = o.name, i = o.targetEl, r = o.cloneEl, a = o.toEl, l = o.fromEl, s = o.oldIndex, u = o.newIndex, d = o.oldDraggableIndex, c = o.newDraggableIndex, b = o.originalEvent, w = o.putSortable, y = o.extraEventProperties;
430
+ if (t = t || e && e[N], !!t) {
431
+ var E, k = t.options, z = "on" + n.charAt(0).toUpperCase() + n.substr(1);
432
+ window.CustomEvent && !V && !Ct ? E = new CustomEvent(n, {
433
+ bubbles: !0,
434
+ cancelable: !0
435
+ }) : (E = document.createEvent("Event"), E.initEvent(n, !0, !0)), E.to = a || e, E.from = l || e, E.item = i || e, E.clone = r, E.oldIndex = s, E.newIndex = u, E.oldDraggableIndex = d, E.newDraggableIndex = c, E.originalEvent = b, E.pullMode = w ? w.lastPutMode : void 0;
436
+ var P = L(L({}, y), Ot.getEventProperties(n, t));
437
+ for (var B in P)
438
+ E[B] = P[B];
439
+ e && e.dispatchEvent(E), k[z] && k[z].call(t, E);
440
+ }
441
+ }
442
+ var $e = ["evt"], x = function(t, e) {
443
+ var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, i = n.evt, r = Fe(n, $e);
444
+ Ot.pluginEvent.bind(p)(t, e, L({
445
+ dragEl: f,
446
+ parentEl: S,
447
+ ghostEl: g,
448
+ rootEl: _,
449
+ nextEl: at,
450
+ lastDownEl: Mt,
451
+ cloneEl: D,
452
+ cloneHidden: J,
453
+ dragStarted: bt,
454
+ putSortable: O,
455
+ activeSortable: p.active,
456
+ originalEvent: i,
457
+ oldIndex: ft,
458
+ oldDraggableIndex: Dt,
459
+ newIndex: X,
460
+ newDraggableIndex: Q,
461
+ hideGhostForTarget: Ie,
462
+ unhideGhostForTarget: Pe,
463
+ cloneNowHidden: function() {
464
+ J = !0;
465
+ },
466
+ cloneNowShown: function() {
467
+ J = !1;
468
+ },
469
+ dispatchSortableEvent: function(l) {
470
+ A({
471
+ sortable: e,
472
+ name: l,
473
+ originalEvent: i
474
+ });
475
+ }
476
+ }, r));
477
+ };
478
+ function A(o) {
479
+ ze(L({
480
+ putSortable: O,
481
+ cloneEl: D,
482
+ targetEl: f,
483
+ rootEl: _,
484
+ oldIndex: ft,
485
+ oldDraggableIndex: Dt,
486
+ newIndex: X,
487
+ newDraggableIndex: Q
488
+ }, o));
489
+ }
490
+ var f, S, g, _, at, Mt, D, J, ft, X, Dt, Q, Pt, O, ut = !1, kt = !1, Bt = [], it, j, zt, $t, he, pe, bt, st, St, Tt = !1, At = !1, Ft, I, Ut = [], Jt = !1, jt = [], Wt = typeof document < "u", xt = oe, ge = Ct || V ? "cssFloat" : "float", Ue = Wt && !ve && !oe && "draggable" in document.createElement("div"), Te = (function() {
491
+ if (Wt) {
492
+ if (V)
493
+ return !1;
494
+ var o = document.createElement("x");
495
+ return o.style.cssText = "pointer-events:auto", o.style.pointerEvents === "auto";
496
+ }
497
+ })(), Ce = function(t, e) {
498
+ var n = h(t), i = parseInt(n.width) - parseInt(n.paddingLeft) - parseInt(n.paddingRight) - parseInt(n.borderLeftWidth) - parseInt(n.borderRightWidth), r = dt(t, 0, e), a = dt(t, 1, e), l = r && h(r), s = a && h(a), u = l && parseInt(l.marginLeft) + parseInt(l.marginRight) + C(r).width, d = s && parseInt(s.marginLeft) + parseInt(s.marginRight) + C(a).width;
499
+ if (n.display === "flex")
500
+ return n.flexDirection === "column" || n.flexDirection === "column-reverse" ? "vertical" : "horizontal";
501
+ if (n.display === "grid")
502
+ return n.gridTemplateColumns.split(" ").length <= 1 ? "vertical" : "horizontal";
503
+ if (r && l.float && l.float !== "none") {
504
+ var c = l.float === "left" ? "left" : "right";
505
+ return a && (s.clear === "both" || s.clear === c) ? "vertical" : "horizontal";
506
+ }
507
+ return r && (l.display === "block" || l.display === "flex" || l.display === "table" || l.display === "grid" || u >= i && n[ge] === "none" || a && n[ge] === "none" && u + d > i) ? "vertical" : "horizontal";
508
+ }, qe = function(t, e, n) {
509
+ var i = n ? t.left : t.top, r = n ? t.right : t.bottom, a = n ? t.width : t.height, l = n ? e.left : e.top, s = n ? e.right : e.bottom, u = n ? e.width : e.height;
510
+ return i === l || r === s || i + a / 2 === l + u / 2;
511
+ }, Ve = function(t, e) {
512
+ var n;
513
+ return Bt.some(function(i) {
514
+ var r = i[N].options.emptyInsertThreshold;
515
+ if (!(!r || ie(i))) {
516
+ var a = C(i), l = t >= a.left - r && t <= a.right + r, s = e >= a.top - r && e <= a.bottom + r;
517
+ if (l && s)
518
+ return n = i;
519
+ }
520
+ }), n;
521
+ }, Oe = function(t) {
522
+ function e(r, a) {
523
+ return function(l, s, u, d) {
524
+ var c = l.options.group.name && s.options.group.name && l.options.group.name === s.options.group.name;
525
+ if (r == null && (a || c))
526
+ return !0;
527
+ if (r == null || r === !1)
528
+ return !1;
529
+ if (a && r === "clone")
530
+ return r;
531
+ if (typeof r == "function")
532
+ return e(r(l, s, u, d), a)(l, s, u, d);
533
+ var b = (a ? l : s).options.group.name;
534
+ return r === !0 || typeof r == "string" && r === b || r.join && r.indexOf(b) > -1;
535
+ };
536
+ }
537
+ var n = {}, i = t.group;
538
+ (!i || Qt(i) != "object") && (i = {
539
+ name: i
540
+ }), n.name = i.name, n.checkPull = e(i.pull, !0), n.checkPut = e(i.put), n.revertClone = i.revertClone, t.group = n;
541
+ }, Ie = function() {
542
+ !Te && g && h(g, "display", "none");
543
+ }, Pe = function() {
544
+ !Te && g && h(g, "display", "");
545
+ };
546
+ Wt && !ve && document.addEventListener("click", function(o) {
547
+ if (kt)
548
+ return o.preventDefault(), o.stopPropagation && o.stopPropagation(), o.stopImmediatePropagation && o.stopImmediatePropagation(), kt = !1, !1;
549
+ }, !0);
550
+ var rt = function(t) {
551
+ if (f) {
552
+ t = t.touches ? t.touches[0] : t;
553
+ var e = Ve(t.clientX, t.clientY);
554
+ if (e) {
555
+ var n = {};
556
+ for (var i in t)
557
+ t.hasOwnProperty(i) && (n[i] = t[i]);
558
+ n.target = n.rootEl = e, n.preventDefault = void 0, n.stopPropagation = void 0, e[N]._onDragOver(n);
559
+ }
560
+ }
561
+ }, Ke = function(t) {
562
+ f && f.parentNode[N]._isOutsideThisEl(t.target);
563
+ };
564
+ function p(o, t) {
565
+ if (!(o && o.nodeType && o.nodeType === 1))
566
+ throw "Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(o));
567
+ this.el = o, this.options = t = q({}, t), o[N] = this;
568
+ var e = {
569
+ group: null,
570
+ sort: !0,
571
+ disabled: !1,
572
+ store: null,
573
+ handle: null,
574
+ draggable: /^[uo]l$/i.test(o.nodeName) ? ">li" : ">*",
575
+ swapThreshold: 1,
576
+ // percentage; 0 <= x <= 1
577
+ invertSwap: !1,
578
+ // invert always
579
+ invertedSwapThreshold: null,
580
+ // will be set to same as swapThreshold if default
581
+ removeCloneOnHide: !0,
582
+ direction: function() {
583
+ return Ce(o, this.options);
584
+ },
585
+ ghostClass: "sortable-ghost",
586
+ chosenClass: "sortable-chosen",
587
+ dragClass: "sortable-drag",
588
+ ignore: "a, img",
589
+ filter: null,
590
+ preventOnFilter: !0,
591
+ animation: 0,
592
+ easing: null,
593
+ setData: function(a, l) {
594
+ a.setData("Text", l.textContent);
595
+ },
596
+ dropBubble: !1,
597
+ dragoverBubble: !1,
598
+ dataIdAttr: "data-id",
599
+ delay: 0,
600
+ delayOnTouchOnly: !1,
601
+ touchStartThreshold: (Number.parseInt ? Number : window).parseInt(window.devicePixelRatio, 10) || 1,
602
+ forceFallback: !1,
603
+ fallbackClass: "sortable-fallback",
604
+ fallbackOnBody: !1,
605
+ fallbackTolerance: 0,
606
+ fallbackOffset: {
607
+ x: 0,
608
+ y: 0
609
+ },
610
+ // Disabled on Safari: #1571; Enabled on Safari IOS: #2244
611
+ supportPointer: p.supportPointer !== !1 && "PointerEvent" in window && (!wt || oe),
612
+ emptyInsertThreshold: 5
613
+ };
614
+ Ot.initializePlugins(this, o, e);
615
+ for (var n in e)
616
+ !(n in t) && (t[n] = e[n]);
617
+ Oe(t);
618
+ for (var i in this)
619
+ i.charAt(0) === "_" && typeof this[i] == "function" && (this[i] = this[i].bind(this));
620
+ this.nativeDraggable = t.forceFallback ? !1 : Ue, this.nativeDraggable && (this.options.touchStartThreshold = 1), t.supportPointer ? v(o, "pointerdown", this._onTapStart) : (v(o, "mousedown", this._onTapStart), v(o, "touchstart", this._onTapStart)), this.nativeDraggable && (v(o, "dragover", this), v(o, "dragenter", this)), Bt.push(this.el), t.store && t.store.get && this.sort(t.store.get(this) || []), q(this, We());
621
+ }
622
+ p.prototype = /** @lends Sortable.prototype */
623
+ {
624
+ constructor: p,
625
+ _isOutsideThisEl: function(t) {
626
+ !this.el.contains(t) && t !== this.el && (st = null);
627
+ },
628
+ _getDirection: function(t, e) {
629
+ return typeof this.options.direction == "function" ? this.options.direction.call(this, t, e, f) : this.options.direction;
630
+ },
631
+ _onTapStart: function(t) {
632
+ if (t.cancelable) {
633
+ var e = this, n = this.el, i = this.options, r = i.preventOnFilter, a = t.type, l = t.touches && t.touches[0] || t.pointerType && t.pointerType === "touch" && t, s = (l || t).target, u = t.target.shadowRoot && (t.path && t.path[0] || t.composedPath && t.composedPath()[0]) || s, d = i.filter;
634
+ if (rn(n), !f && !(/mousedown|pointerdown/.test(a) && t.button !== 0 || i.disabled) && !u.isContentEditable && !(!this.nativeDraggable && wt && s && s.tagName.toUpperCase() === "SELECT") && (s = H(s, i.draggable, n, !1), !(s && s.animated) && Mt !== s)) {
635
+ if (ft = Y(s), Dt = Y(s, i.draggable), typeof d == "function") {
636
+ if (d.call(this, t, s, this)) {
637
+ A({
638
+ sortable: e,
639
+ rootEl: u,
640
+ name: "filter",
641
+ targetEl: s,
642
+ toEl: n,
643
+ fromEl: n
644
+ }), x("filter", e, {
645
+ evt: t
646
+ }), r && t.preventDefault();
647
+ return;
648
+ }
649
+ } else if (d && (d = d.split(",").some(function(c) {
650
+ if (c = H(u, c.trim(), n, !1), c)
651
+ return A({
652
+ sortable: e,
653
+ rootEl: c,
654
+ name: "filter",
655
+ targetEl: s,
656
+ fromEl: n,
657
+ toEl: n
658
+ }), x("filter", e, {
659
+ evt: t
660
+ }), !0;
661
+ }), d)) {
662
+ r && t.preventDefault();
663
+ return;
664
+ }
665
+ i.handle && !H(u, i.handle, n, !1) || this._prepareDragStart(t, l, s);
666
+ }
667
+ }
668
+ },
669
+ _prepareDragStart: function(t, e, n) {
670
+ var i = this, r = i.el, a = i.options, l = r.ownerDocument, s;
671
+ if (n && !f && n.parentNode === r) {
672
+ var u = C(n);
673
+ if (_ = r, f = n, S = f.parentNode, at = f.nextSibling, Mt = n, Pt = a.group, p.dragged = f, it = {
674
+ target: f,
675
+ clientX: (e || t).clientX,
676
+ clientY: (e || t).clientY
677
+ }, he = it.clientX - u.left, pe = it.clientY - u.top, this._lastX = (e || t).clientX, this._lastY = (e || t).clientY, f.style["will-change"] = "all", s = function() {
678
+ if (x("delayEnded", i, {
679
+ evt: t
680
+ }), p.eventCanceled) {
681
+ i._onDrop();
682
+ return;
683
+ }
684
+ i._disableDelayedDragEvents(), !ue && i.nativeDraggable && (f.draggable = !0), i._triggerDragStart(t, e), A({
685
+ sortable: i,
686
+ name: "choose",
687
+ originalEvent: t
688
+ }), R(f, a.chosenClass, !0);
689
+ }, a.ignore.split(",").forEach(function(d) {
690
+ Ee(f, d.trim(), qt);
691
+ }), v(l, "dragover", rt), v(l, "mousemove", rt), v(l, "touchmove", rt), a.supportPointer ? (v(l, "pointerup", i._onDrop), !this.nativeDraggable && v(l, "pointercancel", i._onDrop)) : (v(l, "mouseup", i._onDrop), v(l, "touchend", i._onDrop), v(l, "touchcancel", i._onDrop)), ue && this.nativeDraggable && (this.options.touchStartThreshold = 4, f.draggable = !0), x("delayStart", this, {
692
+ evt: t
693
+ }), a.delay && (!a.delayOnTouchOnly || e) && (!this.nativeDraggable || !(Ct || V))) {
694
+ if (p.eventCanceled) {
695
+ this._onDrop();
696
+ return;
697
+ }
698
+ a.supportPointer ? (v(l, "pointerup", i._disableDelayedDrag), v(l, "pointercancel", i._disableDelayedDrag)) : (v(l, "mouseup", i._disableDelayedDrag), v(l, "touchend", i._disableDelayedDrag), v(l, "touchcancel", i._disableDelayedDrag)), v(l, "mousemove", i._delayedDragTouchMoveHandler), v(l, "touchmove", i._delayedDragTouchMoveHandler), a.supportPointer && v(l, "pointermove", i._delayedDragTouchMoveHandler), i._dragStartTimer = setTimeout(s, a.delay);
699
+ } else
700
+ s();
701
+ }
702
+ },
703
+ _delayedDragTouchMoveHandler: function(t) {
704
+ var e = t.touches ? t.touches[0] : t;
705
+ Math.max(Math.abs(e.clientX - this._lastX), Math.abs(e.clientY - this._lastY)) >= Math.floor(this.options.touchStartThreshold / (this.nativeDraggable && window.devicePixelRatio || 1)) && this._disableDelayedDrag();
706
+ },
707
+ _disableDelayedDrag: function() {
708
+ f && qt(f), clearTimeout(this._dragStartTimer), this._disableDelayedDragEvents();
709
+ },
710
+ _disableDelayedDragEvents: function() {
711
+ var t = this.el.ownerDocument;
712
+ m(t, "mouseup", this._disableDelayedDrag), m(t, "touchend", this._disableDelayedDrag), m(t, "touchcancel", this._disableDelayedDrag), m(t, "pointerup", this._disableDelayedDrag), m(t, "pointercancel", this._disableDelayedDrag), m(t, "mousemove", this._delayedDragTouchMoveHandler), m(t, "touchmove", this._delayedDragTouchMoveHandler), m(t, "pointermove", this._delayedDragTouchMoveHandler);
713
+ },
714
+ _triggerDragStart: function(t, e) {
715
+ e = e || t.pointerType == "touch" && t, !this.nativeDraggable || e ? this.options.supportPointer ? v(document, "pointermove", this._onTouchMove) : e ? v(document, "touchmove", this._onTouchMove) : v(document, "mousemove", this._onTouchMove) : (v(f, "dragend", this), v(_, "dragstart", this._onDragStart));
716
+ try {
717
+ document.selection ? Rt(function() {
718
+ document.selection.empty();
719
+ }) : window.getSelection().removeAllRanges();
720
+ } catch {
721
+ }
722
+ },
723
+ _dragStarted: function(t, e) {
724
+ if (ut = !1, _ && f) {
725
+ x("dragStarted", this, {
726
+ evt: e
727
+ }), this.nativeDraggable && v(document, "dragover", Ke);
728
+ var n = this.options;
729
+ !t && R(f, n.dragClass, !1), R(f, n.ghostClass, !0), p.active = this, t && this._appendGhost(), A({
730
+ sortable: this,
731
+ name: "start",
732
+ originalEvent: e
733
+ });
734
+ } else
735
+ this._nulling();
736
+ },
737
+ _emulateDragOver: function() {
738
+ if (j) {
739
+ this._lastX = j.clientX, this._lastY = j.clientY, Ie();
740
+ for (var t = document.elementFromPoint(j.clientX, j.clientY), e = t; t && t.shadowRoot && (t = t.shadowRoot.elementFromPoint(j.clientX, j.clientY), t !== e); )
741
+ e = t;
742
+ if (f.parentNode[N]._isOutsideThisEl(t), e)
743
+ do {
744
+ if (e[N]) {
745
+ var n = void 0;
746
+ if (n = e[N]._onDragOver({
747
+ clientX: j.clientX,
748
+ clientY: j.clientY,
749
+ target: t,
750
+ rootEl: e
751
+ }), n && !this.options.dragoverBubble)
752
+ break;
753
+ }
754
+ t = e;
755
+ } while (e = ye(e));
756
+ Pe();
757
+ }
758
+ },
759
+ _onTouchMove: function(t) {
760
+ if (it) {
761
+ var e = this.options, n = e.fallbackTolerance, i = e.fallbackOffset, r = t.touches ? t.touches[0] : t, a = g && ct(g, !0), l = g && a && a.a, s = g && a && a.d, u = xt && I && de(I), d = (r.clientX - it.clientX + i.x) / (l || 1) + (u ? u[0] - Ut[0] : 0) / (l || 1), c = (r.clientY - it.clientY + i.y) / (s || 1) + (u ? u[1] - Ut[1] : 0) / (s || 1);
762
+ if (!p.active && !ut) {
763
+ if (n && Math.max(Math.abs(r.clientX - this._lastX), Math.abs(r.clientY - this._lastY)) < n)
764
+ return;
765
+ this._onDragStart(t, !0);
766
+ }
767
+ if (g) {
768
+ a ? (a.e += d - (zt || 0), a.f += c - ($t || 0)) : a = {
769
+ a: 1,
770
+ b: 0,
771
+ c: 0,
772
+ d: 1,
773
+ e: d,
774
+ f: c
775
+ };
776
+ var b = "matrix(".concat(a.a, ",").concat(a.b, ",").concat(a.c, ",").concat(a.d, ",").concat(a.e, ",").concat(a.f, ")");
777
+ h(g, "webkitTransform", b), h(g, "mozTransform", b), h(g, "msTransform", b), h(g, "transform", b), zt = d, $t = c, j = r;
778
+ }
779
+ t.cancelable && t.preventDefault();
780
+ }
781
+ },
782
+ _appendGhost: function() {
783
+ if (!g) {
784
+ var t = this.options.fallbackOnBody ? document.body : _, e = C(f, !0, xt, !0, t), n = this.options;
785
+ if (xt) {
786
+ for (I = t; h(I, "position") === "static" && h(I, "transform") === "none" && I !== document; )
787
+ I = I.parentNode;
788
+ I !== document.body && I !== document.documentElement ? (I === document && (I = G()), e.top += I.scrollTop, e.left += I.scrollLeft) : I = G(), Ut = de(I);
789
+ }
790
+ g = f.cloneNode(!0), R(g, n.ghostClass, !1), R(g, n.fallbackClass, !0), R(g, n.dragClass, !0), h(g, "transition", ""), h(g, "transform", ""), h(g, "box-sizing", "border-box"), h(g, "margin", 0), h(g, "top", e.top), h(g, "left", e.left), h(g, "width", e.width), h(g, "height", e.height), h(g, "opacity", "0.8"), h(g, "position", xt ? "absolute" : "fixed"), h(g, "zIndex", "100000"), h(g, "pointerEvents", "none"), p.ghost = g, t.appendChild(g), h(g, "transform-origin", he / parseInt(g.style.width) * 100 + "% " + pe / parseInt(g.style.height) * 100 + "%");
791
+ }
792
+ },
793
+ _onDragStart: function(t, e) {
794
+ var n = this, i = t.dataTransfer, r = n.options;
795
+ if (x("dragStart", this, {
796
+ evt: t
797
+ }), p.eventCanceled) {
798
+ this._onDrop();
799
+ return;
800
+ }
801
+ x("setupClone", this), p.eventCanceled || (D = De(f), D.removeAttribute("id"), D.draggable = !1, D.style["will-change"] = "", this._hideClone(), R(D, this.options.chosenClass, !1), p.clone = D), n.cloneId = Rt(function() {
802
+ x("clone", n), !p.eventCanceled && (n.options.removeCloneOnHide || _.insertBefore(D, f), n._hideClone(), A({
803
+ sortable: n,
804
+ name: "clone"
805
+ }));
806
+ }), !e && R(f, r.dragClass, !0), e ? (kt = !0, n._loopId = setInterval(n._emulateDragOver, 50)) : (m(document, "mouseup", n._onDrop), m(document, "touchend", n._onDrop), m(document, "touchcancel", n._onDrop), i && (i.effectAllowed = "move", r.setData && r.setData.call(n, i, f)), v(document, "drop", n), h(f, "transform", "translateZ(0)")), ut = !0, n._dragStartId = Rt(n._dragStarted.bind(n, e, t)), v(document, "selectstart", n), bt = !0, window.getSelection().removeAllRanges(), wt && h(document.body, "user-select", "none");
807
+ },
808
+ // Returns true - if no further action is needed (either inserted or another condition)
809
+ _onDragOver: function(t) {
810
+ var e = this.el, n = t.target, i, r, a, l = this.options, s = l.group, u = p.active, d = Pt === s, c = l.sort, b = O || u, w, y = this, E = !1;
811
+ if (Jt) return;
812
+ function k(vt, xe) {
813
+ x(vt, y, L({
814
+ evt: t,
815
+ isOwner: d,
816
+ axis: w ? "vertical" : "horizontal",
817
+ revert: a,
818
+ dragRect: i,
819
+ targetRect: r,
820
+ canSort: c,
821
+ fromSortable: b,
822
+ target: n,
823
+ completed: P,
824
+ onMove: function(le, Ne) {
825
+ return Nt(_, e, f, i, le, C(le), t, Ne);
826
+ },
827
+ changed: B
828
+ }, xe));
829
+ }
830
+ function z() {
831
+ k("dragOverAnimationCapture"), y.captureAnimationState(), y !== b && b.captureAnimationState();
832
+ }
833
+ function P(vt) {
834
+ return k("dragOverCompleted", {
835
+ insertion: vt
836
+ }), vt && (d ? u._hideClone() : u._showClone(y), y !== b && (R(f, O ? O.options.ghostClass : u.options.ghostClass, !1), R(f, l.ghostClass, !0)), O !== y && y !== p.active ? O = y : y === p.active && O && (O = null), b === y && (y._ignoreWhileAnimating = n), y.animateAll(function() {
837
+ k("dragOverAnimationComplete"), y._ignoreWhileAnimating = null;
838
+ }), y !== b && (b.animateAll(), b._ignoreWhileAnimating = null)), (n === f && !f.animated || n === e && !n.animated) && (st = null), !l.dragoverBubble && !t.rootEl && n !== document && (f.parentNode[N]._isOutsideThisEl(t.target), !vt && rt(t)), !l.dragoverBubble && t.stopPropagation && t.stopPropagation(), E = !0;
839
+ }
840
+ function B() {
841
+ X = Y(f), Q = Y(f, l.draggable), A({
842
+ sortable: y,
843
+ name: "change",
844
+ toEl: e,
845
+ newIndex: X,
846
+ newDraggableIndex: Q,
847
+ originalEvent: t
848
+ });
849
+ }
850
+ if (t.preventDefault !== void 0 && t.cancelable && t.preventDefault(), n = H(n, l.draggable, e, !0), k("dragOver"), p.eventCanceled) return E;
851
+ if (f.contains(t.target) || n.animated && n.animatingX && n.animatingY || y._ignoreWhileAnimating === n)
852
+ return P(!1);
853
+ if (kt = !1, u && !l.disabled && (d ? c || (a = S !== _) : O === this || (this.lastPutMode = Pt.checkPull(this, u, f, t)) && s.checkPut(this, u, f, t))) {
854
+ if (w = this._getDirection(t, n) === "vertical", i = C(f), k("dragOverValid"), p.eventCanceled) return E;
855
+ if (a)
856
+ return S = _, z(), this._hideClone(), k("revert"), p.eventCanceled || (at ? _.insertBefore(f, at) : _.appendChild(f)), P(!0);
857
+ var M = ie(e, l.draggable);
858
+ if (!M || tn(t, w, this) && !M.animated) {
859
+ if (M === f)
860
+ return P(!1);
861
+ if (M && e === t.target && (n = M), n && (r = C(n)), Nt(_, e, f, i, n, r, t, !!n) !== !1)
862
+ return z(), M && M.nextSibling ? e.insertBefore(f, M.nextSibling) : e.appendChild(f), S = e, B(), P(!0);
863
+ } else if (M && Je(t, w, this)) {
864
+ var et = dt(e, 0, l, !0);
865
+ if (et === f)
866
+ return P(!1);
867
+ if (n = et, r = C(n), Nt(_, e, f, i, n, r, t, !1) !== !1)
868
+ return z(), e.insertBefore(f, et), S = e, B(), P(!0);
869
+ } else if (n.parentNode === e) {
870
+ r = C(n);
871
+ var W = 0, nt, ht = f.parentNode !== e, F = !qe(f.animated && f.toRect || i, n.animated && n.toRect || r, w), pt = w ? "top" : "left", K = ce(n, "top", "top") || ce(f, "top", "top"), gt = K ? K.scrollTop : void 0;
872
+ st !== n && (nt = r[pt], Tt = !1, At = !F && l.invertSwap || ht), W = en(t, n, r, w, F ? 1 : l.swapThreshold, l.invertedSwapThreshold == null ? l.swapThreshold : l.invertedSwapThreshold, At, st === n);
873
+ var $;
874
+ if (W !== 0) {
875
+ var ot = Y(f);
876
+ do
877
+ ot -= W, $ = S.children[ot];
878
+ while ($ && (h($, "display") === "none" || $ === g));
879
+ }
880
+ if (W === 0 || $ === n)
881
+ return P(!1);
882
+ st = n, St = W;
883
+ var mt = n.nextElementSibling, Z = !1;
884
+ Z = W === 1;
885
+ var It = Nt(_, e, f, i, n, r, t, Z);
886
+ if (It !== !1)
887
+ return (It === 1 || It === -1) && (Z = It === 1), Jt = !0, setTimeout(Qe, 30), z(), Z && !mt ? e.appendChild(f) : n.parentNode.insertBefore(f, Z ? mt : n), K && _e(K, 0, gt - K.scrollTop), S = f.parentNode, nt !== void 0 && !At && (Ft = Math.abs(nt - C(n)[pt])), B(), P(!0);
888
+ }
889
+ if (e.contains(f))
890
+ return P(!1);
891
+ }
892
+ return !1;
893
+ },
894
+ _ignoreWhileAnimating: null,
895
+ _offMoveEvents: function() {
896
+ m(document, "mousemove", this._onTouchMove), m(document, "touchmove", this._onTouchMove), m(document, "pointermove", this._onTouchMove), m(document, "dragover", rt), m(document, "mousemove", rt), m(document, "touchmove", rt);
897
+ },
898
+ _offUpEvents: function() {
899
+ var t = this.el.ownerDocument;
900
+ m(t, "mouseup", this._onDrop), m(t, "touchend", this._onDrop), m(t, "pointerup", this._onDrop), m(t, "pointercancel", this._onDrop), m(t, "touchcancel", this._onDrop), m(document, "selectstart", this);
901
+ },
902
+ _onDrop: function(t) {
903
+ var e = this.el, n = this.options;
904
+ if (X = Y(f), Q = Y(f, n.draggable), x("drop", this, {
905
+ evt: t
906
+ }), S = f && f.parentNode, X = Y(f), Q = Y(f, n.draggable), p.eventCanceled) {
907
+ this._nulling();
908
+ return;
909
+ }
910
+ ut = !1, At = !1, Tt = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), te(this.cloneId), te(this._dragStartId), this.nativeDraggable && (m(document, "drop", this), m(e, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), wt && h(document.body, "user-select", ""), h(f, "transform", ""), t && (bt && (t.cancelable && t.preventDefault(), !n.dropBubble && t.stopPropagation()), g && g.parentNode && g.parentNode.removeChild(g), (_ === S || O && O.lastPutMode !== "clone") && D && D.parentNode && D.parentNode.removeChild(D), f && (this.nativeDraggable && m(f, "dragend", this), qt(f), f.style["will-change"] = "", bt && !ut && R(f, O ? O.options.ghostClass : this.options.ghostClass, !1), R(f, this.options.chosenClass, !1), A({
911
+ sortable: this,
912
+ name: "unchoose",
913
+ toEl: S,
914
+ newIndex: null,
915
+ newDraggableIndex: null,
916
+ originalEvent: t
917
+ }), _ !== S ? (X >= 0 && (A({
918
+ rootEl: S,
919
+ name: "add",
920
+ toEl: S,
921
+ fromEl: _,
922
+ originalEvent: t
923
+ }), A({
924
+ sortable: this,
925
+ name: "remove",
926
+ toEl: S,
927
+ originalEvent: t
928
+ }), A({
929
+ rootEl: S,
930
+ name: "sort",
931
+ toEl: S,
932
+ fromEl: _,
933
+ originalEvent: t
934
+ }), A({
935
+ sortable: this,
936
+ name: "sort",
937
+ toEl: S,
938
+ originalEvent: t
939
+ })), O && O.save()) : X !== ft && X >= 0 && (A({
940
+ sortable: this,
941
+ name: "update",
942
+ toEl: S,
943
+ originalEvent: t
944
+ }), A({
945
+ sortable: this,
946
+ name: "sort",
947
+ toEl: S,
948
+ originalEvent: t
949
+ })), p.active && ((X == null || X === -1) && (X = ft, Q = Dt), A({
950
+ sortable: this,
951
+ name: "end",
952
+ toEl: S,
953
+ originalEvent: t
954
+ }), this.save()))), this._nulling();
955
+ },
956
+ _nulling: function() {
957
+ x("nulling", this), _ = f = S = g = at = D = Mt = J = it = j = bt = X = Q = ft = Dt = st = St = O = Pt = p.dragged = p.ghost = p.clone = p.active = null;
958
+ var t = this.el;
959
+ jt.forEach(function(e) {
960
+ t.contains(e) && (e.checked = !0);
961
+ }), jt.length = zt = $t = 0;
962
+ },
963
+ handleEvent: function(t) {
964
+ switch (t.type) {
965
+ case "drop":
966
+ case "dragend":
967
+ this._onDrop(t);
968
+ break;
969
+ case "dragenter":
970
+ case "dragover":
971
+ f && (this._onDragOver(t), Ze(t));
972
+ break;
973
+ case "selectstart":
974
+ t.preventDefault();
975
+ break;
976
+ }
977
+ },
978
+ /**
979
+ * Serializes the item into an array of string.
980
+ * @returns {String[]}
981
+ */
982
+ toArray: function() {
983
+ for (var t = [], e, n = this.el.children, i = 0, r = n.length, a = this.options; i < r; i++)
984
+ e = n[i], H(e, a.draggable, this.el, !1) && t.push(e.getAttribute(a.dataIdAttr) || on(e));
985
+ return t;
986
+ },
987
+ /**
988
+ * Sorts the elements according to the array.
989
+ * @param {String[]} order order of the items
990
+ */
991
+ sort: function(t, e) {
992
+ var n = {}, i = this.el;
993
+ this.toArray().forEach(function(r, a) {
994
+ var l = i.children[a];
995
+ H(l, this.options.draggable, i, !1) && (n[r] = l);
996
+ }, this), e && this.captureAnimationState(), t.forEach(function(r) {
997
+ n[r] && (i.removeChild(n[r]), i.appendChild(n[r]));
998
+ }), e && this.animateAll();
999
+ },
1000
+ /**
1001
+ * Save the current sorting
1002
+ */
1003
+ save: function() {
1004
+ var t = this.options.store;
1005
+ t && t.set && t.set(this);
1006
+ },
1007
+ /**
1008
+ * 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.
1009
+ * @param {HTMLElement} el
1010
+ * @param {String} [selector] default: `options.draggable`
1011
+ * @returns {HTMLElement|null}
1012
+ */
1013
+ closest: function(t, e) {
1014
+ return H(t, e || this.options.draggable, this.el, !1);
1015
+ },
1016
+ /**
1017
+ * Set/get option
1018
+ * @param {string} name
1019
+ * @param {*} [value]
1020
+ * @returns {*}
1021
+ */
1022
+ option: function(t, e) {
1023
+ var n = this.options;
1024
+ if (e === void 0)
1025
+ return n[t];
1026
+ var i = Ot.modifyOption(this, t, e);
1027
+ typeof i < "u" ? n[t] = i : n[t] = e, t === "group" && Oe(n);
1028
+ },
1029
+ /**
1030
+ * Destroy
1031
+ */
1032
+ destroy: function() {
1033
+ x("destroy", this);
1034
+ var t = this.el;
1035
+ t[N] = null, m(t, "mousedown", this._onTapStart), m(t, "touchstart", this._onTapStart), m(t, "pointerdown", this._onTapStart), this.nativeDraggable && (m(t, "dragover", this), m(t, "dragenter", this)), Array.prototype.forEach.call(t.querySelectorAll("[draggable]"), function(e) {
1036
+ e.removeAttribute("draggable");
1037
+ }), this._onDrop(), this._disableDelayedDragEvents(), Bt.splice(Bt.indexOf(this.el), 1), this.el = t = null;
1038
+ },
1039
+ _hideClone: function() {
1040
+ if (!J) {
1041
+ if (x("hideClone", this), p.eventCanceled) return;
1042
+ h(D, "display", "none"), this.options.removeCloneOnHide && D.parentNode && D.parentNode.removeChild(D), J = !0;
1043
+ }
1044
+ },
1045
+ _showClone: function(t) {
1046
+ if (t.lastPutMode !== "clone") {
1047
+ this._hideClone();
1048
+ return;
1049
+ }
1050
+ if (J) {
1051
+ if (x("showClone", this), p.eventCanceled) return;
1052
+ f.parentNode == _ && !this.options.group.revertClone ? _.insertBefore(D, f) : at ? _.insertBefore(D, at) : _.appendChild(D), this.options.group.revertClone && this.animate(f, D), h(D, "display", ""), J = !1;
1053
+ }
1054
+ }
1055
+ };
1056
+ function Ze(o) {
1057
+ o.dataTransfer && (o.dataTransfer.dropEffect = "move"), o.cancelable && o.preventDefault();
1058
+ }
1059
+ function Nt(o, t, e, n, i, r, a, l) {
1060
+ var s, u = o[N], d = u.options.onMove, c;
1061
+ return window.CustomEvent && !V && !Ct ? s = new CustomEvent("move", {
1062
+ bubbles: !0,
1063
+ cancelable: !0
1064
+ }) : (s = document.createEvent("Event"), s.initEvent("move", !0, !0)), s.to = t, s.from = o, s.dragged = e, s.draggedRect = n, s.related = i || t, s.relatedRect = r || C(t), s.willInsertAfter = l, s.originalEvent = a, o.dispatchEvent(s), d && (c = d.call(u, s, a)), c;
1065
+ }
1066
+ function qt(o) {
1067
+ o.draggable = !1;
1068
+ }
1069
+ function Qe() {
1070
+ Jt = !1;
1071
+ }
1072
+ function Je(o, t, e) {
1073
+ var n = C(dt(e.el, 0, e.options, !0)), i = Se(e.el, e.options, g), r = 10;
1074
+ return t ? o.clientX < i.left - r || o.clientY < n.top && o.clientX < n.right : o.clientY < i.top - r || o.clientY < n.bottom && o.clientX < n.left;
1075
+ }
1076
+ function tn(o, t, e) {
1077
+ var n = C(ie(e.el, e.options.draggable)), i = Se(e.el, e.options, g), r = 10;
1078
+ return t ? o.clientX > i.right + r || o.clientY > n.bottom && o.clientX > n.left : o.clientY > i.bottom + r || o.clientX > n.right && o.clientY > n.top;
1079
+ }
1080
+ function en(o, t, e, n, i, r, a, l) {
1081
+ var s = n ? o.clientY : o.clientX, u = n ? e.height : e.width, d = n ? e.top : e.left, c = n ? e.bottom : e.right, b = !1;
1082
+ if (!a) {
1083
+ if (l && Ft < u * i) {
1084
+ if (!Tt && (St === 1 ? s > d + u * r / 2 : s < c - u * r / 2) && (Tt = !0), Tt)
1085
+ b = !0;
1086
+ else if (St === 1 ? s < d + Ft : s > c - Ft)
1087
+ return -St;
1088
+ } else if (s > d + u * (1 - i) / 2 && s < c - u * (1 - i) / 2)
1089
+ return nn(t);
1090
+ }
1091
+ return b = b || a, b && (s < d + u * r / 2 || s > c - u * r / 2) ? s > d + u / 2 ? 1 : -1 : 0;
1092
+ }
1093
+ function nn(o) {
1094
+ return Y(f) < Y(o) ? 1 : -1;
1095
+ }
1096
+ function on(o) {
1097
+ for (var t = o.tagName + o.className + o.src + o.href + o.textContent, e = t.length, n = 0; e--; )
1098
+ n += t.charCodeAt(e);
1099
+ return n.toString(36);
1100
+ }
1101
+ function rn(o) {
1102
+ jt.length = 0;
1103
+ for (var t = o.getElementsByTagName("input"), e = t.length; e--; ) {
1104
+ var n = t[e];
1105
+ n.checked && jt.push(n);
1106
+ }
1107
+ }
1108
+ function Rt(o) {
1109
+ return setTimeout(o, 0);
1110
+ }
1111
+ function te(o) {
1112
+ return clearTimeout(o);
1113
+ }
1114
+ Wt && v(document, "touchmove", function(o) {
1115
+ (p.active || ut) && o.cancelable && o.preventDefault();
1116
+ });
1117
+ p.utils = {
1118
+ on: v,
1119
+ off: m,
1120
+ css: h,
1121
+ find: Ee,
1122
+ is: function(t, e) {
1123
+ return !!H(t, e, t, !1);
1124
+ },
1125
+ extend: je,
1126
+ throttle: we,
1127
+ closest: H,
1128
+ toggleClass: R,
1129
+ clone: De,
1130
+ index: Y,
1131
+ nextTick: Rt,
1132
+ cancelNextTick: te,
1133
+ detectDirection: Ce,
1134
+ getChild: dt,
1135
+ expando: N
1136
+ };
1137
+ p.get = function(o) {
1138
+ return o[N];
1139
+ };
1140
+ p.mount = function() {
1141
+ for (var o = arguments.length, t = new Array(o), e = 0; e < o; e++)
1142
+ t[e] = arguments[e];
1143
+ t[0].constructor === Array && (t = t[0]), t.forEach(function(n) {
1144
+ if (!n.prototype || !n.prototype.constructor)
1145
+ throw "Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(n));
1146
+ n.utils && (p.utils = L(L({}, p.utils), n.utils)), Ot.mount(n);
1147
+ });
1148
+ };
1149
+ p.create = function(o, t) {
1150
+ return new p(o, t);
1151
+ };
1152
+ p.version = ke;
1153
+ var T = [], yt, ee, ne = !1, Vt, Kt, Ht, Et;
1154
+ function an() {
1155
+ function o() {
1156
+ this.defaults = {
1157
+ scroll: !0,
1158
+ forceAutoScrollFallback: !1,
1159
+ scrollSensitivity: 30,
1160
+ scrollSpeed: 10,
1161
+ bubbleScroll: !0
1162
+ };
1163
+ for (var t in this)
1164
+ t.charAt(0) === "_" && typeof this[t] == "function" && (this[t] = this[t].bind(this));
1165
+ }
1166
+ return o.prototype = {
1167
+ dragStarted: function(e) {
1168
+ var n = e.originalEvent;
1169
+ this.sortable.nativeDraggable ? v(document, "dragover", this._handleAutoScroll) : this.options.supportPointer ? v(document, "pointermove", this._handleFallbackAutoScroll) : n.touches ? v(document, "touchmove", this._handleFallbackAutoScroll) : v(document, "mousemove", this._handleFallbackAutoScroll);
1170
+ },
1171
+ dragOverCompleted: function(e) {
1172
+ var n = e.originalEvent;
1173
+ !this.options.dragOverBubble && !n.rootEl && this._handleAutoScroll(n);
1174
+ },
1175
+ drop: function() {
1176
+ this.sortable.nativeDraggable ? m(document, "dragover", this._handleAutoScroll) : (m(document, "pointermove", this._handleFallbackAutoScroll), m(document, "touchmove", this._handleFallbackAutoScroll), m(document, "mousemove", this._handleFallbackAutoScroll)), me(), Xt(), He();
1177
+ },
1178
+ nulling: function() {
1179
+ Ht = ee = yt = ne = Et = Vt = Kt = null, T.length = 0;
1180
+ },
1181
+ _handleFallbackAutoScroll: function(e) {
1182
+ this._handleAutoScroll(e, !0);
1183
+ },
1184
+ _handleAutoScroll: function(e, n) {
1185
+ var i = this, r = (e.touches ? e.touches[0] : e).clientX, a = (e.touches ? e.touches[0] : e).clientY, l = document.elementFromPoint(r, a);
1186
+ if (Ht = e, n || this.options.forceAutoScrollFallback || Ct || V || wt) {
1187
+ Zt(e, this.options, l, n);
1188
+ var s = tt(l, !0);
1189
+ ne && (!Et || r !== Vt || a !== Kt) && (Et && me(), Et = setInterval(function() {
1190
+ var u = tt(document.elementFromPoint(r, a), !0);
1191
+ u !== s && (s = u, Xt()), Zt(e, i.options, u, n);
1192
+ }, 10), Vt = r, Kt = a);
1193
+ } else {
1194
+ if (!this.options.bubbleScroll || tt(l, !0) === G()) {
1195
+ Xt();
1196
+ return;
1197
+ }
1198
+ Zt(e, this.options, tt(l, !1), !1);
1199
+ }
1200
+ }
1201
+ }, q(o, {
1202
+ pluginName: "scroll",
1203
+ initializeByDefault: !0
1204
+ });
1205
+ }
1206
+ function Xt() {
1207
+ T.forEach(function(o) {
1208
+ clearInterval(o.pid);
1209
+ }), T = [];
1210
+ }
1211
+ function me() {
1212
+ clearInterval(Et);
1213
+ }
1214
+ var Zt = we(function(o, t, e, n) {
1215
+ if (t.scroll) {
1216
+ var i = (o.touches ? o.touches[0] : o).clientX, r = (o.touches ? o.touches[0] : o).clientY, a = t.scrollSensitivity, l = t.scrollSpeed, s = G(), u = !1, d;
1217
+ ee !== e && (ee = e, Xt(), yt = t.scroll, d = t.scrollFn, yt === !0 && (yt = tt(e, !0)));
1218
+ var c = 0, b = yt;
1219
+ do {
1220
+ var w = b, y = C(w), E = y.top, k = y.bottom, z = y.left, P = y.right, B = y.width, M = y.height, et = void 0, W = void 0, nt = w.scrollWidth, ht = w.scrollHeight, F = h(w), pt = w.scrollLeft, K = w.scrollTop;
1221
+ w === s ? (et = B < nt && (F.overflowX === "auto" || F.overflowX === "scroll" || F.overflowX === "visible"), W = M < ht && (F.overflowY === "auto" || F.overflowY === "scroll" || F.overflowY === "visible")) : (et = B < nt && (F.overflowX === "auto" || F.overflowX === "scroll"), W = M < ht && (F.overflowY === "auto" || F.overflowY === "scroll"));
1222
+ var gt = et && (Math.abs(P - i) <= a && pt + B < nt) - (Math.abs(z - i) <= a && !!pt), $ = W && (Math.abs(k - r) <= a && K + M < ht) - (Math.abs(E - r) <= a && !!K);
1223
+ if (!T[c])
1224
+ for (var ot = 0; ot <= c; ot++)
1225
+ T[ot] || (T[ot] = {});
1226
+ (T[c].vx != gt || T[c].vy != $ || T[c].el !== w) && (T[c].el = w, T[c].vx = gt, T[c].vy = $, clearInterval(T[c].pid), (gt != 0 || $ != 0) && (u = !0, T[c].pid = setInterval((function() {
1227
+ n && this.layer === 0 && p.active._onTouchMove(Ht);
1228
+ var mt = T[this.layer].vy ? T[this.layer].vy * l : 0, Z = T[this.layer].vx ? T[this.layer].vx * l : 0;
1229
+ typeof d == "function" && d.call(p.dragged.parentNode[N], Z, mt, o, Ht, T[this.layer].el) !== "continue" || _e(T[this.layer].el, Z, mt);
1230
+ }).bind({
1231
+ layer: c
1232
+ }), 24))), c++;
1233
+ } while (t.bubbleScroll && b !== s && (b = tt(b, !1)));
1234
+ ne = u;
1235
+ }
1236
+ }, 30), Ae = function(t) {
1237
+ var e = t.originalEvent, n = t.putSortable, i = t.dragEl, r = t.activeSortable, a = t.dispatchSortableEvent, l = t.hideGhostForTarget, s = t.unhideGhostForTarget;
1238
+ if (e) {
1239
+ var u = n || r;
1240
+ l();
1241
+ var d = e.changedTouches && e.changedTouches.length ? e.changedTouches[0] : e, c = document.elementFromPoint(d.clientX, d.clientY);
1242
+ s(), u && !u.el.contains(c) && (a("spill"), this.onSpill({
1243
+ dragEl: i,
1244
+ putSortable: n
1245
+ }));
1246
+ }
1247
+ };
1248
+ function re() {
1249
+ }
1250
+ re.prototype = {
1251
+ startIndex: null,
1252
+ dragStart: function(t) {
1253
+ var e = t.oldDraggableIndex;
1254
+ this.startIndex = e;
1255
+ },
1256
+ onSpill: function(t) {
1257
+ var e = t.dragEl, n = t.putSortable;
1258
+ this.sortable.captureAnimationState(), n && n.captureAnimationState();
1259
+ var i = dt(this.sortable.el, this.startIndex, this.options);
1260
+ i ? this.sortable.el.insertBefore(e, i) : this.sortable.el.appendChild(e), this.sortable.animateAll(), n && n.animateAll();
1261
+ },
1262
+ drop: Ae
1263
+ };
1264
+ q(re, {
1265
+ pluginName: "revertOnSpill"
1266
+ });
1267
+ function ae() {
1268
+ }
1269
+ ae.prototype = {
1270
+ onSpill: function(t) {
1271
+ var e = t.dragEl, n = t.putSortable, i = n || this.sortable;
1272
+ i.captureAnimationState(), e.parentNode && e.parentNode.removeChild(e), i.animateAll();
1273
+ },
1274
+ drop: Ae
1275
+ };
1276
+ q(ae, {
1277
+ pluginName: "removeOnSpill"
1278
+ });
1279
+ p.mount(new an());
1280
+ p.mount(ae, re);
1281
+ export {
1282
+ p as Sortable
1283
+ };