@gsc-basic/components 1.1.8 → 1.1.9

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 (1051) hide show
  1. package/dist/es/Button/index.js +3 -3
  2. package/dist/es/Button/src/Button.css +3 -3
  3. package/dist/es/Button/src/Button.vue.js +3 -3
  4. package/dist/es/Button/src/Button2.css +3 -3
  5. package/dist/es/CodeEditor/index.js +3 -3
  6. package/dist/es/CodeEditor/src/index.css +3 -3
  7. package/dist/es/CodeEditor/src/index.vue.js +3 -3
  8. package/dist/es/CodeEditor/src/index2.css +3 -3
  9. package/dist/es/CodeEditor/src/index3.css +3 -3
  10. package/dist/es/ConfigProvider/index.js +3 -3
  11. package/dist/es/ConfigProvider/src/configProvider.js +3 -3
  12. package/dist/es/ConfigProvider/src/configProviderProps.js +3 -3
  13. package/dist/es/ConfigProvider/src/constants.js +3 -3
  14. package/dist/es/ConfigProvider/src/useGlobalConfig.js +3 -3
  15. package/dist/es/CountTo/index.js +3 -3
  16. package/dist/es/CountTo/src/index.css +4 -4
  17. package/dist/es/CountTo/src/index.vue.js +7 -7
  18. package/dist/es/Ellipsis/index.js +3 -3
  19. package/dist/es/Ellipsis/src/components/JsEllipsis.css +3 -3
  20. package/dist/es/Ellipsis/src/components/JsEllipsis.vue.js +3 -3
  21. package/dist/es/Ellipsis/src/components/NativeEllipsis.css +3 -3
  22. package/dist/es/Ellipsis/src/components/NativeEllipsis.vue.js +3 -3
  23. package/dist/es/Ellipsis/src/components/NativeEllipsis2.css +3 -3
  24. package/dist/es/Ellipsis/src/index.css +3 -3
  25. package/dist/es/Ellipsis/src/index.vue.js +3 -3
  26. package/dist/es/Ellipsis/src/utils/utils.js +3 -3
  27. package/dist/es/Form/index.js +3 -3
  28. package/dist/es/Form/src/Form.css +3 -3
  29. package/dist/es/Form/src/Form.vue.js +3 -3
  30. package/dist/es/Form/src/Form2.css +3 -3
  31. package/dist/es/Form/src/styles/form.css +3 -3
  32. package/dist/es/Marquee/index.js +3 -3
  33. package/dist/es/Marquee/src/index.css +3 -3
  34. package/dist/es/Marquee/src/index.vue.js +3 -3
  35. package/dist/es/Marquee/src/index2.css +3 -3
  36. package/dist/es/Overlay/index.js +3 -3
  37. package/dist/es/Overlay/src/Message.css +3 -3
  38. package/dist/es/Overlay/src/Message.vue.js +3 -3
  39. package/dist/es/Overlay/src/Message2.css +3 -3
  40. package/dist/es/Overlay/src/Modal.css +3 -3
  41. package/dist/es/Overlay/src/Modal.vue.js +3 -3
  42. package/dist/es/Overlay/src/Modal2.css +3 -3
  43. package/dist/es/Overlay/src/Notice.css +3 -3
  44. package/dist/es/Overlay/src/Notice.vue.js +3 -3
  45. package/dist/es/Overlay/src/Notice2.css +3 -3
  46. package/dist/es/Overlay/src/Tooltip.css +3 -3
  47. package/dist/es/Overlay/src/Tooltip.vue.js +3 -3
  48. package/dist/es/Overlay/src/Tooltip2.css +3 -3
  49. package/dist/es/RichTextEditor/index.js +3 -3
  50. package/dist/es/RichTextEditor/src/ToolbarPanel.css +3 -3
  51. package/dist/es/RichTextEditor/src/ToolbarPanel.vue.js +3 -3
  52. package/dist/es/RichTextEditor/src/ToolbarPanel2.css +3 -3
  53. package/dist/es/RichTextEditor/src/components/BlockquoteButton.css +3 -3
  54. package/dist/es/RichTextEditor/src/components/BlockquoteButton.vue.js +3 -3
  55. package/dist/es/RichTextEditor/src/components/CodeBlockButton.css +3 -3
  56. package/dist/es/RichTextEditor/src/components/CodeBlockButton.vue.js +3 -3
  57. package/dist/es/RichTextEditor/src/components/ColorHighlightPopover.css +3 -3
  58. package/dist/es/RichTextEditor/src/components/ColorHighlightPopover.vue.js +3 -3
  59. package/dist/es/RichTextEditor/src/components/FontSizeDropdownMenu.css +3 -3
  60. package/dist/es/RichTextEditor/src/components/FontSizeDropdownMenu.vue.js +3 -3
  61. package/dist/es/RichTextEditor/src/components/HeadingDropdownMenu.css +3 -3
  62. package/dist/es/RichTextEditor/src/components/HeadingDropdownMenu.vue.js +3 -3
  63. package/dist/es/RichTextEditor/src/components/ImageUploadButton.css +3 -3
  64. package/dist/es/RichTextEditor/src/components/ImageUploadButton.vue.js +3 -3
  65. package/dist/es/RichTextEditor/src/components/LinkPopover.css +3 -3
  66. package/dist/es/RichTextEditor/src/components/LinkPopover.vue.js +3 -3
  67. package/dist/es/RichTextEditor/src/components/LinkPopover2.css +3 -3
  68. package/dist/es/RichTextEditor/src/components/ListDropdownMenu.css +3 -3
  69. package/dist/es/RichTextEditor/src/components/ListDropdownMenu.vue.js +3 -3
  70. package/dist/es/RichTextEditor/src/components/MarkButton.css +3 -3
  71. package/dist/es/RichTextEditor/src/components/MarkButton.vue.js +3 -3
  72. package/dist/es/RichTextEditor/src/components/TableButton.css +3 -3
  73. package/dist/es/RichTextEditor/src/components/TableButton.vue.js +3 -3
  74. package/dist/es/RichTextEditor/src/components/TextAlignDropdownMenu.css +3 -3
  75. package/dist/es/RichTextEditor/src/components/TextAlignDropdownMenu.vue.js +3 -3
  76. package/dist/es/RichTextEditor/src/components/TextColorPopover.css +3 -3
  77. package/dist/es/RichTextEditor/src/components/TextColorPopover.vue.js +3 -3
  78. package/dist/es/RichTextEditor/src/components/ToolbarGroup.css +3 -3
  79. package/dist/es/RichTextEditor/src/components/ToolbarGroup.vue.js +3 -3
  80. package/dist/es/RichTextEditor/src/components/ToolbarSeparator.css +3 -3
  81. package/dist/es/RichTextEditor/src/components/ToolbarSeparator.vue.js +3 -3
  82. package/dist/es/RichTextEditor/src/components/UndoRedoButton.css +3 -3
  83. package/dist/es/RichTextEditor/src/components/UndoRedoButton.vue.js +3 -3
  84. package/dist/es/RichTextEditor/src/components/VideoUploadButton.css +3 -3
  85. package/dist/es/RichTextEditor/src/components/VideoUploadButton.vue.js +3 -3
  86. package/dist/es/RichTextEditor/src/components/basic/ColorPicker.css +3 -3
  87. package/dist/es/RichTextEditor/src/components/basic/ColorPicker.vue.js +3 -3
  88. package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal.css +3 -3
  89. package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal.vue.js +3 -3
  90. package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal2.css +3 -3
  91. package/dist/es/RichTextEditor/src/components/basic/SelectMenu.css +4 -4
  92. package/dist/es/RichTextEditor/src/components/basic/SelectMenu.vue.js +5 -5
  93. package/dist/es/RichTextEditor/src/components/basic/SelectMenu2.css +4 -4
  94. package/dist/es/RichTextEditor/src/constant/index.js +3 -3
  95. package/dist/es/RichTextEditor/src/extensions/styledTable.js +112 -0
  96. package/dist/es/RichTextEditor/src/extensions/video.js +3 -3
  97. package/dist/es/RichTextEditor/src/index.css +3 -3
  98. package/dist/es/RichTextEditor/src/index.vue.js +81 -74
  99. package/dist/es/RichTextEditor/src/index2.css +4 -4
  100. package/dist/es/RichTextEditor/src/props.js +7 -3
  101. package/dist/es/ScaleScreen/index.js +3 -3
  102. package/dist/es/ScaleScreen/src/index.css +3 -3
  103. package/dist/es/ScaleScreen/src/index.vue.js +3 -3
  104. package/dist/es/ScaleScreen/src/index2.css +3 -3
  105. package/dist/es/Transition/index.js +3 -3
  106. package/dist/es/Transition/src/CollapseTransition.css +3 -3
  107. package/dist/es/Transition/src/CollapseTransition.vue.js +3 -3
  108. package/dist/es/Transition/src/CollapseTransition2.css +3 -3
  109. package/dist/es/Transition/src/CreateTransition.js +3 -3
  110. package/dist/es/Transition/src/ExpandTransition.js +3 -3
  111. package/dist/es/Transition/src/style/index.css +3 -3
  112. package/dist/es/Transition/style.js +3 -3
  113. package/dist/es/VideoBackground/index.js +3 -3
  114. package/dist/es/VideoBackground/src/helper.js +3 -3
  115. package/dist/es/VideoBackground/src/index.css +3 -3
  116. package/dist/es/VideoBackground/src/index.vue.js +3 -3
  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 +3 -3
  120. package/dist/es/VideoPlayer/index.js +3 -3
  121. package/dist/es/VideoPlayer/src/index.css +3 -3
  122. package/dist/es/VideoPlayer/src/index.vue.js +3 -3
  123. package/dist/es/VirtualScroll/index.js +3 -3
  124. package/dist/es/VirtualScroll/src/index.css +3 -3
  125. package/dist/es/VirtualScroll/src/index.vue.js +3 -3
  126. package/dist/es/VirtualScroll/src/index.vue2.js +3 -3
  127. package/dist/es/VirtualScroll/src/index2.css +3 -3
  128. package/dist/es/_virtual/_commonjsHelpers.js +3 -3
  129. package/dist/es/_virtual/_plugin-vue_export-helper.js +3 -3
  130. package/dist/es/_virtual/delegate.js +3 -3
  131. package/dist/es/_virtual/download.js +3 -3
  132. package/dist/es/_virtual/download2.js +3 -3
  133. package/dist/es/_virtual/index.js +3 -3
  134. package/dist/es/_virtual/index2.js +3 -3
  135. package/dist/es/_virtual/index3.js +3 -3
  136. package/dist/es/_virtual/index4.js +3 -3
  137. package/dist/es/hooks/useLocale.js +3 -3
  138. package/dist/es/hooks/useNamespace.js +3 -3
  139. package/dist/es/index.js +3 -3
  140. package/dist/es/locale/lang/en-US.js +3 -3
  141. package/dist/es/locale/lang/ja-JP.js +3 -3
  142. package/dist/es/locale/lang/zh-CN.js +3 -3
  143. package/dist/es/node_modules/@codemirror/autocomplete/dist/index.js +3 -3
  144. package/dist/es/node_modules/@codemirror/commands/dist/index.js +3 -3
  145. package/dist/es/node_modules/@codemirror/lang-java/dist/index.js +3 -3
  146. package/dist/es/node_modules/@codemirror/lang-javascript/dist/index.js +3 -3
  147. package/dist/es/node_modules/@codemirror/lang-json/dist/index.js +3 -3
  148. package/dist/es/node_modules/@codemirror/lang-python/dist/index.js +3 -3
  149. package/dist/es/node_modules/@codemirror/lang-sql/dist/index.js +3 -3
  150. package/dist/es/node_modules/@codemirror/lang-xml/dist/index.js +3 -3
  151. package/dist/es/node_modules/@codemirror/lang-yaml/dist/index.js +3 -3
  152. package/dist/es/node_modules/@codemirror/language/dist/index.js +3 -3
  153. package/dist/es/node_modules/@codemirror/lint/dist/index.js +3 -3
  154. package/dist/es/node_modules/@codemirror/search/dist/index.js +3 -3
  155. package/dist/es/node_modules/@codemirror/state/dist/index.js +3 -3
  156. package/dist/es/node_modules/@codemirror/theme-one-dark/dist/index.js +3 -3
  157. package/dist/es/node_modules/@codemirror/view/dist/index.js +3 -3
  158. package/dist/es/node_modules/@lezer/common/dist/index.js +3 -3
  159. package/dist/es/node_modules/@lezer/highlight/dist/index.js +3 -3
  160. package/dist/es/node_modules/@lezer/java/dist/index.js +3 -3
  161. package/dist/es/node_modules/@lezer/javascript/dist/index.js +3 -3
  162. package/dist/es/node_modules/@lezer/json/dist/index.js +3 -3
  163. package/dist/es/node_modules/@lezer/lr/dist/index.js +3 -3
  164. package/dist/es/node_modules/@lezer/python/dist/index.js +3 -3
  165. package/dist/es/node_modules/@lezer/xml/dist/index.js +3 -3
  166. package/dist/es/node_modules/@lezer/yaml/dist/index.js +3 -3
  167. package/dist/es/node_modules/@marijn/find-cluster-break/src/index.js +3 -3
  168. package/dist/es/node_modules/@tanstack/devtools-event-client/dist/esm/plugin.js +3 -3
  169. package/dist/es/node_modules/@tanstack/form-core/dist/esm/EventClient.js +3 -3
  170. package/dist/es/node_modules/@tanstack/form-core/dist/esm/FieldApi.js +3 -3
  171. package/dist/es/node_modules/@tanstack/form-core/dist/esm/FormApi.js +3 -3
  172. package/dist/es/node_modules/@tanstack/form-core/dist/esm/ValidationLogic.js +3 -3
  173. package/dist/es/node_modules/@tanstack/form-core/dist/esm/metaHelper.js +3 -3
  174. package/dist/es/node_modules/@tanstack/form-core/dist/esm/standardSchemaValidator.js +3 -3
  175. package/dist/es/node_modules/@tanstack/form-core/dist/esm/utils.js +3 -3
  176. package/dist/es/node_modules/@tanstack/pacer-lite/dist/lite-throttler.js +3 -3
  177. package/dist/es/node_modules/@tanstack/store/dist/esm/alien.js +3 -3
  178. package/dist/es/node_modules/@tanstack/store/dist/esm/atom.js +3 -3
  179. package/dist/es/node_modules/@tanstack/store/dist/esm/batch.js +3 -3
  180. package/dist/es/node_modules/@tanstack/store/dist/esm/store.js +3 -3
  181. package/dist/es/node_modules/@tanstack/vue-form/dist/esm/useField.js +3 -3
  182. package/dist/es/node_modules/@tanstack/vue-form/dist/esm/useForm.js +3 -3
  183. package/dist/es/node_modules/@tanstack/vue-store/dist/esm/index.js +3 -3
  184. package/dist/es/node_modules/@tiptap/core/dist/index.js +3 -3
  185. package/dist/es/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +3 -3
  186. package/dist/es/node_modules/@tiptap/extension-blockquote/dist/index.js +3 -3
  187. package/dist/es/node_modules/@tiptap/extension-bold/dist/index.js +3 -3
  188. package/dist/es/node_modules/@tiptap/extension-character-count/dist/index.js +3 -3
  189. package/dist/es/node_modules/@tiptap/extension-code/dist/index.js +3 -3
  190. package/dist/es/node_modules/@tiptap/extension-code-block/dist/index.js +3 -3
  191. package/dist/es/node_modules/@tiptap/extension-document/dist/index.js +3 -3
  192. package/dist/es/node_modules/@tiptap/extension-hard-break/dist/index.js +3 -3
  193. package/dist/es/node_modules/@tiptap/extension-heading/dist/index.js +3 -3
  194. package/dist/es/node_modules/@tiptap/extension-highlight/dist/index.js +3 -3
  195. package/dist/es/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +3 -3
  196. package/dist/es/node_modules/@tiptap/extension-image/dist/index.js +3 -3
  197. package/dist/es/node_modules/@tiptap/extension-italic/dist/index.js +3 -3
  198. package/dist/es/node_modules/@tiptap/extension-link/dist/index.js +3 -3
  199. package/dist/es/node_modules/@tiptap/extension-list/dist/index.js +3 -3
  200. package/dist/es/node_modules/@tiptap/extension-paragraph/dist/index.js +3 -3
  201. package/dist/es/node_modules/@tiptap/extension-strike/dist/index.js +3 -3
  202. package/dist/es/node_modules/@tiptap/extension-subscript/dist/index.js +3 -3
  203. package/dist/es/node_modules/@tiptap/extension-superscript/dist/index.js +3 -3
  204. package/dist/es/node_modules/@tiptap/extension-table/dist/index.js +43 -43
  205. package/dist/es/node_modules/@tiptap/extension-task-item/dist/index.js +3 -3
  206. package/dist/es/node_modules/@tiptap/extension-task-list/dist/index.js +3 -3
  207. package/dist/es/node_modules/@tiptap/extension-text/dist/index.js +3 -3
  208. package/dist/es/node_modules/@tiptap/extension-text-align/dist/index.js +3 -3
  209. package/dist/es/node_modules/@tiptap/extension-text-style/dist/index.js +3 -3
  210. package/dist/es/node_modules/@tiptap/extension-underline/dist/index.js +3 -3
  211. package/dist/es/node_modules/@tiptap/extensions/dist/index.js +3 -3
  212. package/dist/es/node_modules/@tiptap/html/dist/index.js +3 -3
  213. package/dist/es/node_modules/@tiptap/starter-kit/dist/index.js +3 -3
  214. package/dist/es/node_modules/@tiptap/vue-3/dist/index.js +3 -3
  215. package/dist/es/node_modules/@vueuse/core/dist/index.js +3 -3
  216. package/dist/es/node_modules/@vueuse/shared/dist/index.js +3 -3
  217. package/dist/es/node_modules/codemirror/dist/index.js +3 -3
  218. package/dist/es/node_modules/crelt/index.js +3 -3
  219. package/dist/es/node_modules/delegate/src/closest.js +3 -3
  220. package/dist/es/node_modules/delegate/src/delegate.js +3 -3
  221. package/dist/es/node_modules/downloadjs/download.js +3 -3
  222. package/dist/es/node_modules/eventemitter3/index.js +3 -3
  223. package/dist/es/node_modules/linkifyjs/dist/linkify.js +3 -3
  224. package/dist/es/node_modules/lodash-es/_DataView.js +3 -3
  225. package/dist/es/node_modules/lodash-es/_Hash.js +3 -3
  226. package/dist/es/node_modules/lodash-es/_ListCache.js +3 -3
  227. package/dist/es/node_modules/lodash-es/_Map.js +3 -3
  228. package/dist/es/node_modules/lodash-es/_MapCache.js +3 -3
  229. package/dist/es/node_modules/lodash-es/_Promise.js +3 -3
  230. package/dist/es/node_modules/lodash-es/_Set.js +3 -3
  231. package/dist/es/node_modules/lodash-es/_SetCache.js +3 -3
  232. package/dist/es/node_modules/lodash-es/_Stack.js +3 -3
  233. package/dist/es/node_modules/lodash-es/_Symbol.js +3 -3
  234. package/dist/es/node_modules/lodash-es/_Uint8Array.js +3 -3
  235. package/dist/es/node_modules/lodash-es/_WeakMap.js +3 -3
  236. package/dist/es/node_modules/lodash-es/_apply.js +3 -3
  237. package/dist/es/node_modules/lodash-es/_arrayEach.js +3 -3
  238. package/dist/es/node_modules/lodash-es/_arrayFilter.js +3 -3
  239. package/dist/es/node_modules/lodash-es/_arrayIncludes.js +3 -3
  240. package/dist/es/node_modules/lodash-es/_arrayIncludesWith.js +3 -3
  241. package/dist/es/node_modules/lodash-es/_arrayLikeKeys.js +3 -3
  242. package/dist/es/node_modules/lodash-es/_arrayMap.js +3 -3
  243. package/dist/es/node_modules/lodash-es/_arrayPush.js +3 -3
  244. package/dist/es/node_modules/lodash-es/_arraySome.js +3 -3
  245. package/dist/es/node_modules/lodash-es/_asciiToArray.js +3 -3
  246. package/dist/es/node_modules/lodash-es/_assignMergeValue.js +3 -3
  247. package/dist/es/node_modules/lodash-es/_assignValue.js +3 -3
  248. package/dist/es/node_modules/lodash-es/_assocIndexOf.js +3 -3
  249. package/dist/es/node_modules/lodash-es/_baseAssignValue.js +3 -3
  250. package/dist/es/node_modules/lodash-es/_baseClone.js +3 -3
  251. package/dist/es/node_modules/lodash-es/_baseCreate.js +3 -3
  252. package/dist/es/node_modules/lodash-es/_baseFindIndex.js +3 -3
  253. package/dist/es/node_modules/lodash-es/_baseFlatten.js +3 -3
  254. package/dist/es/node_modules/lodash-es/_baseFor.js +3 -3
  255. package/dist/es/node_modules/lodash-es/_baseGet.js +3 -3
  256. package/dist/es/node_modules/lodash-es/_baseGetAllKeys.js +3 -3
  257. package/dist/es/node_modules/lodash-es/_baseGetTag.js +3 -3
  258. package/dist/es/node_modules/lodash-es/_baseIndexOf.js +3 -3
  259. package/dist/es/node_modules/lodash-es/_baseIntersection.js +3 -3
  260. package/dist/es/node_modules/lodash-es/_baseIsArguments.js +3 -3
  261. package/dist/es/node_modules/lodash-es/_baseIsEqual.js +3 -3
  262. package/dist/es/node_modules/lodash-es/_baseIsEqualDeep.js +3 -3
  263. package/dist/es/node_modules/lodash-es/_baseIsMap.js +3 -3
  264. package/dist/es/node_modules/lodash-es/_baseIsNaN.js +3 -3
  265. package/dist/es/node_modules/lodash-es/_baseIsNative.js +3 -3
  266. package/dist/es/node_modules/lodash-es/_baseIsRegExp.js +3 -3
  267. package/dist/es/node_modules/lodash-es/_baseIsSet.js +3 -3
  268. package/dist/es/node_modules/lodash-es/_baseIsTypedArray.js +3 -3
  269. package/dist/es/node_modules/lodash-es/_baseKeys.js +3 -3
  270. package/dist/es/node_modules/lodash-es/_baseKeysIn.js +3 -3
  271. package/dist/es/node_modules/lodash-es/_baseMerge.js +3 -3
  272. package/dist/es/node_modules/lodash-es/_baseMergeDeep.js +3 -3
  273. package/dist/es/node_modules/lodash-es/_baseRest.js +3 -3
  274. package/dist/es/node_modules/lodash-es/_baseSetToString.js +3 -3
  275. package/dist/es/node_modules/lodash-es/_baseSlice.js +3 -3
  276. package/dist/es/node_modules/lodash-es/_baseTimes.js +3 -3
  277. package/dist/es/node_modules/lodash-es/_baseToString.js +3 -3
  278. package/dist/es/node_modules/lodash-es/_baseUnary.js +3 -3
  279. package/dist/es/node_modules/lodash-es/_baseUniq.js +3 -3
  280. package/dist/es/node_modules/lodash-es/_baseUnset.js +3 -3
  281. package/dist/es/node_modules/lodash-es/_cacheHas.js +3 -3
  282. package/dist/es/node_modules/lodash-es/_castArrayLikeObject.js +3 -3
  283. package/dist/es/node_modules/lodash-es/_castPath.js +3 -3
  284. package/dist/es/node_modules/lodash-es/_castSlice.js +3 -3
  285. package/dist/es/node_modules/lodash-es/_cloneArrayBuffer.js +3 -3
  286. package/dist/es/node_modules/lodash-es/_cloneBuffer.js +3 -3
  287. package/dist/es/node_modules/lodash-es/_cloneDataView.js +3 -3
  288. package/dist/es/node_modules/lodash-es/_cloneRegExp.js +3 -3
  289. package/dist/es/node_modules/lodash-es/_cloneSymbol.js +3 -3
  290. package/dist/es/node_modules/lodash-es/_cloneTypedArray.js +3 -3
  291. package/dist/es/node_modules/lodash-es/_copyArray.js +3 -3
  292. package/dist/es/node_modules/lodash-es/_copyObject.js +3 -3
  293. package/dist/es/node_modules/lodash-es/_coreJsData.js +3 -3
  294. package/dist/es/node_modules/lodash-es/_createAssigner.js +3 -3
  295. package/dist/es/node_modules/lodash-es/_createBaseFor.js +3 -3
  296. package/dist/es/node_modules/lodash-es/_createCaseFirst.js +3 -3
  297. package/dist/es/node_modules/lodash-es/_createSet.js +3 -3
  298. package/dist/es/node_modules/lodash-es/_customOmitClone.js +3 -3
  299. package/dist/es/node_modules/lodash-es/_defineProperty.js +3 -3
  300. package/dist/es/node_modules/lodash-es/_equalArrays.js +3 -3
  301. package/dist/es/node_modules/lodash-es/_equalByTag.js +3 -3
  302. package/dist/es/node_modules/lodash-es/_equalObjects.js +3 -3
  303. package/dist/es/node_modules/lodash-es/_flatRest.js +3 -3
  304. package/dist/es/node_modules/lodash-es/_freeGlobal.js +3 -3
  305. package/dist/es/node_modules/lodash-es/_getAllKeys.js +3 -3
  306. package/dist/es/node_modules/lodash-es/_getAllKeysIn.js +3 -3
  307. package/dist/es/node_modules/lodash-es/_getMapData.js +3 -3
  308. package/dist/es/node_modules/lodash-es/_getNative.js +3 -3
  309. package/dist/es/node_modules/lodash-es/_getPrototype.js +3 -3
  310. package/dist/es/node_modules/lodash-es/_getRawTag.js +3 -3
  311. package/dist/es/node_modules/lodash-es/_getSymbols.js +3 -3
  312. package/dist/es/node_modules/lodash-es/_getSymbolsIn.js +3 -3
  313. package/dist/es/node_modules/lodash-es/_getTag.js +3 -3
  314. package/dist/es/node_modules/lodash-es/_getValue.js +3 -3
  315. package/dist/es/node_modules/lodash-es/_hasUnicode.js +3 -3
  316. package/dist/es/node_modules/lodash-es/_hashClear.js +3 -3
  317. package/dist/es/node_modules/lodash-es/_hashDelete.js +3 -3
  318. package/dist/es/node_modules/lodash-es/_hashGet.js +3 -3
  319. package/dist/es/node_modules/lodash-es/_hashHas.js +3 -3
  320. package/dist/es/node_modules/lodash-es/_hashSet.js +3 -3
  321. package/dist/es/node_modules/lodash-es/_initCloneArray.js +3 -3
  322. package/dist/es/node_modules/lodash-es/_initCloneByTag.js +3 -3
  323. package/dist/es/node_modules/lodash-es/_initCloneObject.js +3 -3
  324. package/dist/es/node_modules/lodash-es/_isFlattenable.js +3 -3
  325. package/dist/es/node_modules/lodash-es/_isIndex.js +3 -3
  326. package/dist/es/node_modules/lodash-es/_isIterateeCall.js +3 -3
  327. package/dist/es/node_modules/lodash-es/_isKey.js +3 -3
  328. package/dist/es/node_modules/lodash-es/_isKeyable.js +3 -3
  329. package/dist/es/node_modules/lodash-es/_isMasked.js +3 -3
  330. package/dist/es/node_modules/lodash-es/_isPrototype.js +3 -3
  331. package/dist/es/node_modules/lodash-es/_listCacheClear.js +3 -3
  332. package/dist/es/node_modules/lodash-es/_listCacheDelete.js +3 -3
  333. package/dist/es/node_modules/lodash-es/_listCacheGet.js +3 -3
  334. package/dist/es/node_modules/lodash-es/_listCacheHas.js +3 -3
  335. package/dist/es/node_modules/lodash-es/_listCacheSet.js +3 -3
  336. package/dist/es/node_modules/lodash-es/_mapCacheClear.js +3 -3
  337. package/dist/es/node_modules/lodash-es/_mapCacheDelete.js +3 -3
  338. package/dist/es/node_modules/lodash-es/_mapCacheGet.js +3 -3
  339. package/dist/es/node_modules/lodash-es/_mapCacheHas.js +3 -3
  340. package/dist/es/node_modules/lodash-es/_mapCacheSet.js +3 -3
  341. package/dist/es/node_modules/lodash-es/_mapToArray.js +3 -3
  342. package/dist/es/node_modules/lodash-es/_memoizeCapped.js +3 -3
  343. package/dist/es/node_modules/lodash-es/_nativeCreate.js +3 -3
  344. package/dist/es/node_modules/lodash-es/_nativeKeys.js +3 -3
  345. package/dist/es/node_modules/lodash-es/_nativeKeysIn.js +3 -3
  346. package/dist/es/node_modules/lodash-es/_nodeUtil.js +3 -3
  347. package/dist/es/node_modules/lodash-es/_objectToString.js +3 -3
  348. package/dist/es/node_modules/lodash-es/_overArg.js +3 -3
  349. package/dist/es/node_modules/lodash-es/_overRest.js +3 -3
  350. package/dist/es/node_modules/lodash-es/_parent.js +3 -3
  351. package/dist/es/node_modules/lodash-es/_root.js +3 -3
  352. package/dist/es/node_modules/lodash-es/_safeGet.js +3 -3
  353. package/dist/es/node_modules/lodash-es/_setCacheAdd.js +3 -3
  354. package/dist/es/node_modules/lodash-es/_setCacheHas.js +3 -3
  355. package/dist/es/node_modules/lodash-es/_setToArray.js +3 -3
  356. package/dist/es/node_modules/lodash-es/_setToString.js +3 -3
  357. package/dist/es/node_modules/lodash-es/_shortOut.js +3 -3
  358. package/dist/es/node_modules/lodash-es/_stackClear.js +3 -3
  359. package/dist/es/node_modules/lodash-es/_stackDelete.js +3 -3
  360. package/dist/es/node_modules/lodash-es/_stackGet.js +3 -3
  361. package/dist/es/node_modules/lodash-es/_stackHas.js +3 -3
  362. package/dist/es/node_modules/lodash-es/_stackSet.js +3 -3
  363. package/dist/es/node_modules/lodash-es/_strictIndexOf.js +3 -3
  364. package/dist/es/node_modules/lodash-es/_stringToArray.js +3 -3
  365. package/dist/es/node_modules/lodash-es/_stringToPath.js +3 -3
  366. package/dist/es/node_modules/lodash-es/_toKey.js +3 -3
  367. package/dist/es/node_modules/lodash-es/_toSource.js +3 -3
  368. package/dist/es/node_modules/lodash-es/_unicodeToArray.js +3 -3
  369. package/dist/es/node_modules/lodash-es/constant.js +3 -3
  370. package/dist/es/node_modules/lodash-es/eq.js +3 -3
  371. package/dist/es/node_modules/lodash-es/flatten.js +3 -3
  372. package/dist/es/node_modules/lodash-es/get.js +3 -3
  373. package/dist/es/node_modules/lodash-es/identity.js +3 -3
  374. package/dist/es/node_modules/lodash-es/intersectionWith.js +3 -3
  375. package/dist/es/node_modules/lodash-es/isArguments.js +3 -3
  376. package/dist/es/node_modules/lodash-es/isArray.js +3 -3
  377. package/dist/es/node_modules/lodash-es/isArrayLike.js +3 -3
  378. package/dist/es/node_modules/lodash-es/isArrayLikeObject.js +3 -3
  379. package/dist/es/node_modules/lodash-es/isBuffer.js +3 -3
  380. package/dist/es/node_modules/lodash-es/isEqual.js +3 -3
  381. package/dist/es/node_modules/lodash-es/isFinite.js +3 -3
  382. package/dist/es/node_modules/lodash-es/isFunction.js +3 -3
  383. package/dist/es/node_modules/lodash-es/isLength.js +3 -3
  384. package/dist/es/node_modules/lodash-es/isMap.js +3 -3
  385. package/dist/es/node_modules/lodash-es/isNaN.js +3 -3
  386. package/dist/es/node_modules/lodash-es/isNil.js +3 -3
  387. package/dist/es/node_modules/lodash-es/isNumber.js +3 -3
  388. package/dist/es/node_modules/lodash-es/isObject.js +3 -3
  389. package/dist/es/node_modules/lodash-es/isObjectLike.js +3 -3
  390. package/dist/es/node_modules/lodash-es/isPlainObject.js +3 -3
  391. package/dist/es/node_modules/lodash-es/isRegExp.js +3 -3
  392. package/dist/es/node_modules/lodash-es/isSet.js +3 -3
  393. package/dist/es/node_modules/lodash-es/isString.js +3 -3
  394. package/dist/es/node_modules/lodash-es/isSymbol.js +3 -3
  395. package/dist/es/node_modules/lodash-es/isTypedArray.js +3 -3
  396. package/dist/es/node_modules/lodash-es/keys.js +3 -3
  397. package/dist/es/node_modules/lodash-es/keysIn.js +3 -3
  398. package/dist/es/node_modules/lodash-es/last.js +3 -3
  399. package/dist/es/node_modules/lodash-es/memoize.js +3 -3
  400. package/dist/es/node_modules/lodash-es/mergeWith.js +3 -3
  401. package/dist/es/node_modules/lodash-es/noop.js +3 -3
  402. package/dist/es/node_modules/lodash-es/omit.js +3 -3
  403. package/dist/es/node_modules/lodash-es/stubArray.js +3 -3
  404. package/dist/es/node_modules/lodash-es/stubFalse.js +3 -3
  405. package/dist/es/node_modules/lodash-es/toPlainObject.js +3 -3
  406. package/dist/es/node_modules/lodash-es/toString.js +3 -3
  407. package/dist/es/node_modules/lodash-es/unionWith.js +3 -3
  408. package/dist/es/node_modules/lodash-es/upperFirst.js +3 -3
  409. package/dist/es/node_modules/orderedmap/dist/index.js +3 -3
  410. package/dist/es/node_modules/path-to-regexp/dist/index.js +3 -3
  411. package/dist/es/node_modules/prosemirror-commands/dist/index.js +3 -3
  412. package/dist/es/node_modules/prosemirror-dropcursor/dist/index.js +3 -3
  413. package/dist/es/node_modules/prosemirror-gapcursor/dist/index.js +3 -3
  414. package/dist/es/node_modules/prosemirror-history/dist/index.js +3 -3
  415. package/dist/es/node_modules/prosemirror-keymap/dist/index.js +3 -3
  416. package/dist/es/node_modules/prosemirror-model/dist/index.js +3 -3
  417. package/dist/es/node_modules/prosemirror-schema-list/dist/index.js +3 -3
  418. package/dist/es/node_modules/prosemirror-state/dist/index.js +3 -3
  419. package/dist/es/node_modules/prosemirror-tables/dist/index.js +4 -4
  420. package/dist/es/node_modules/prosemirror-transform/dist/index.js +3 -3
  421. package/dist/es/node_modules/prosemirror-view/dist/index.js +3 -3
  422. package/dist/es/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +3 -3
  423. package/dist/es/node_modules/rope-sequence/dist/index.js +3 -3
  424. package/dist/es/node_modules/sortablejs/modular/sortable.esm.js +3 -3
  425. package/dist/es/node_modules/style-mod/src/style-mod.js +3 -3
  426. package/dist/es/node_modules/title-case/dist/index.js +3 -3
  427. package/dist/es/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +3 -3
  428. package/dist/es/node_modules/w3c-keyname/index.js +3 -3
  429. package/dist/es/node_modules/xgplayer/dist/index.min.css +3 -3
  430. package/dist/es/node_modules/xgplayer/es/_virtual/_rollupPluginBabelHelpers.js +3 -3
  431. package/dist/es/node_modules/xgplayer/es/constant.js +3 -3
  432. package/dist/es/node_modules/xgplayer/es/defaultConfig.js +3 -3
  433. package/dist/es/node_modules/xgplayer/es/error.js +3 -3
  434. package/dist/es/node_modules/xgplayer/es/events.js +3 -3
  435. package/dist/es/node_modules/xgplayer/es/index.umd.js +3 -3
  436. package/dist/es/node_modules/xgplayer/es/instManager.js +3 -3
  437. package/dist/es/node_modules/xgplayer/es/lang/en.js +3 -3
  438. package/dist/es/node_modules/xgplayer/es/lang/i18n.js +3 -3
  439. package/dist/es/node_modules/xgplayer/es/lang/jp.js +3 -3
  440. package/dist/es/node_modules/xgplayer/es/lang/zh-cn.js +3 -3
  441. package/dist/es/node_modules/xgplayer/es/mediaProxy.js +3 -3
  442. package/dist/es/node_modules/xgplayer/es/player.js +3 -3
  443. package/dist/es/node_modules/xgplayer/es/plugin/basePlugin.js +3 -3
  444. package/dist/es/node_modules/xgplayer/es/plugin/hooksDescriptor.js +3 -3
  445. package/dist/es/node_modules/xgplayer/es/plugin/plugin.js +3 -3
  446. package/dist/es/node_modules/xgplayer/es/plugin/pluginsManager.js +3 -3
  447. package/dist/es/node_modules/xgplayer/es/plugin/preset.js +3 -3
  448. package/dist/es/node_modules/xgplayer/es/plugin/resizeObserver.js +3 -3
  449. package/dist/es/node_modules/xgplayer/es/plugins/assets/back.js +3 -3
  450. package/dist/es/node_modules/xgplayer/es/plugins/assets/download.js +3 -3
  451. package/dist/es/node_modules/xgplayer/es/plugins/assets/exitCssFull.js +3 -3
  452. package/dist/es/node_modules/xgplayer/es/plugins/assets/exitFull.js +3 -3
  453. package/dist/es/node_modules/xgplayer/es/plugins/assets/loading.js +3 -3
  454. package/dist/es/node_modules/xgplayer/es/plugins/assets/pause.js +3 -3
  455. package/dist/es/node_modules/xgplayer/es/plugins/assets/pipIcon.js +3 -3
  456. package/dist/es/node_modules/xgplayer/es/plugins/assets/pipIconExit.js +3 -3
  457. package/dist/es/node_modules/xgplayer/es/plugins/assets/play.js +3 -3
  458. package/dist/es/node_modules/xgplayer/es/plugins/assets/playNext.js +3 -3
  459. package/dist/es/node_modules/xgplayer/es/plugins/assets/replay.js +3 -3
  460. package/dist/es/node_modules/xgplayer/es/plugins/assets/requestCssFull.js +3 -3
  461. package/dist/es/node_modules/xgplayer/es/plugins/assets/requestFull.js +3 -3
  462. package/dist/es/node_modules/xgplayer/es/plugins/assets/rotate.js +3 -3
  463. package/dist/es/node_modules/xgplayer/es/plugins/assets/seekicon.js +3 -3
  464. package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeLarge.js +3 -3
  465. package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeMuted.js +3 -3
  466. package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeSmall.js +3 -3
  467. package/dist/es/node_modules/xgplayer/es/plugins/common/iconPlugin.js +3 -3
  468. package/dist/es/node_modules/xgplayer/es/plugins/common/iconTools.js +3 -3
  469. package/dist/es/node_modules/xgplayer/es/plugins/common/optionList.js +3 -3
  470. package/dist/es/node_modules/xgplayer/es/plugins/common/optionsIcon.js +3 -3
  471. package/dist/es/node_modules/xgplayer/es/plugins/common/thumbnail.js +3 -3
  472. package/dist/es/node_modules/xgplayer/es/plugins/controls/index.js +3 -3
  473. package/dist/es/node_modules/xgplayer/es/plugins/cssFullScreen/index.js +3 -3
  474. package/dist/es/node_modules/xgplayer/es/plugins/definition/index.js +3 -3
  475. package/dist/es/node_modules/xgplayer/es/plugins/download/index.js +3 -3
  476. package/dist/es/node_modules/xgplayer/es/plugins/dynamicBg/index.js +3 -3
  477. package/dist/es/node_modules/xgplayer/es/plugins/enter/index.js +3 -3
  478. package/dist/es/node_modules/xgplayer/es/plugins/error/index.js +3 -3
  479. package/dist/es/node_modules/xgplayer/es/plugins/fpsDetect/index.js +3 -3
  480. package/dist/es/node_modules/xgplayer/es/plugins/fullscreen/backicon.js +3 -3
  481. package/dist/es/node_modules/xgplayer/es/plugins/fullscreen/index.js +3 -3
  482. package/dist/es/node_modules/xgplayer/es/plugins/gapJump/index.js +3 -3
  483. package/dist/es/node_modules/xgplayer/es/plugins/keyboard/index.js +3 -3
  484. package/dist/es/node_modules/xgplayer/es/plugins/loading/index.js +3 -3
  485. package/dist/es/node_modules/xgplayer/es/plugins/logger/index.js +3 -3
  486. package/dist/es/node_modules/xgplayer/es/plugins/miniScreen/index.js +3 -3
  487. package/dist/es/node_modules/xgplayer/es/plugins/miniScreen/miniScreenIcon.js +3 -3
  488. package/dist/es/node_modules/xgplayer/es/plugins/mobile/index.js +3 -3
  489. package/dist/es/node_modules/xgplayer/es/plugins/mobile/touch.js +3 -3
  490. package/dist/es/node_modules/xgplayer/es/plugins/pc/index.js +3 -3
  491. package/dist/es/node_modules/xgplayer/es/plugins/pip/index.js +3 -3
  492. package/dist/es/node_modules/xgplayer/es/plugins/play/index.js +3 -3
  493. package/dist/es/node_modules/xgplayer/es/plugins/playNext/index.js +3 -3
  494. package/dist/es/node_modules/xgplayer/es/plugins/playbackRate/index.js +3 -3
  495. package/dist/es/node_modules/xgplayer/es/plugins/poster/index.js +3 -3
  496. package/dist/es/node_modules/xgplayer/es/plugins/progress/index.js +3 -3
  497. package/dist/es/node_modules/xgplayer/es/plugins/progress/innerList.js +3 -3
  498. package/dist/es/node_modules/xgplayer/es/plugins/progress/miniProgress.js +3 -3
  499. package/dist/es/node_modules/xgplayer/es/plugins/progressPreview/dotsApi.js +3 -3
  500. package/dist/es/node_modules/xgplayer/es/plugins/progressPreview/index.js +3 -3
  501. package/dist/es/node_modules/xgplayer/es/plugins/prompt/index.js +3 -3
  502. package/dist/es/node_modules/xgplayer/es/plugins/replay/index.js +3 -3
  503. package/dist/es/node_modules/xgplayer/es/plugins/rotate/index.js +3 -3
  504. package/dist/es/node_modules/xgplayer/es/plugins/screenShot/index.js +3 -3
  505. package/dist/es/node_modules/xgplayer/es/plugins/start/index.js +3 -3
  506. package/dist/es/node_modules/xgplayer/es/plugins/stats/index.js +3 -3
  507. package/dist/es/node_modules/xgplayer/es/plugins/testspeed/index.js +3 -3
  508. package/dist/es/node_modules/xgplayer/es/plugins/time/index.js +3 -3
  509. package/dist/es/node_modules/xgplayer/es/plugins/time/timesegments.js +3 -3
  510. package/dist/es/node_modules/xgplayer/es/plugins/volume/index.js +3 -3
  511. package/dist/es/node_modules/xgplayer/es/plugins/waitingTimeoutJump/index.js +3 -3
  512. package/dist/es/node_modules/xgplayer/es/presets/default.js +3 -3
  513. package/dist/es/node_modules/xgplayer/es/state.js +3 -3
  514. package/dist/es/node_modules/xgplayer/es/stateClassMap.js +3 -3
  515. package/dist/es/node_modules/xgplayer/es/utils/database.js +3 -3
  516. package/dist/es/node_modules/xgplayer/es/utils/debug.js +3 -3
  517. package/dist/es/node_modules/xgplayer/es/utils/draggabilly.js +3 -3
  518. package/dist/es/node_modules/xgplayer/es/utils/sniffer.js +3 -3
  519. package/dist/es/node_modules/xgplayer/es/utils/util.js +3 -3
  520. package/dist/es/node_modules/xgplayer/es/utils/xgplayerTimeRange.js +3 -3
  521. package/dist/es/node_modules/xgplayer/es/version.js +3 -3
  522. package/dist/es/packages/components/index.js +3 -3
  523. package/dist/es/packages/hooks/dist/index.js +3 -3
  524. package/dist/es/packages/utils/dist/index.js +3 -3
  525. package/dist/es/styles/tokens.css +3 -3
  526. package/dist/lib/Button/index.js +3 -3
  527. package/dist/lib/Button/src/Button.css +3 -3
  528. package/dist/lib/Button/src/Button.vue.js +3 -3
  529. package/dist/lib/Button/src/Button2.css +3 -3
  530. package/dist/lib/CodeEditor/index.js +3 -3
  531. package/dist/lib/CodeEditor/src/index.css +3 -3
  532. package/dist/lib/CodeEditor/src/index.vue.js +3 -3
  533. package/dist/lib/CodeEditor/src/index2.css +3 -3
  534. package/dist/lib/CodeEditor/src/index3.css +3 -3
  535. package/dist/lib/ConfigProvider/index.js +3 -3
  536. package/dist/lib/ConfigProvider/src/configProvider.js +3 -3
  537. package/dist/lib/ConfigProvider/src/configProviderProps.js +3 -3
  538. package/dist/lib/ConfigProvider/src/constants.js +3 -3
  539. package/dist/lib/ConfigProvider/src/useGlobalConfig.js +3 -3
  540. package/dist/lib/CountTo/index.js +3 -3
  541. package/dist/lib/CountTo/src/index.css +4 -4
  542. package/dist/lib/CountTo/src/index.vue.js +4 -4
  543. package/dist/lib/Ellipsis/index.js +3 -3
  544. package/dist/lib/Ellipsis/src/components/JsEllipsis.css +3 -3
  545. package/dist/lib/Ellipsis/src/components/JsEllipsis.vue.js +3 -3
  546. package/dist/lib/Ellipsis/src/components/NativeEllipsis.css +3 -3
  547. package/dist/lib/Ellipsis/src/components/NativeEllipsis.vue.js +3 -3
  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 +3 -3
  551. package/dist/lib/Ellipsis/src/utils/utils.js +3 -3
  552. package/dist/lib/Form/index.js +3 -3
  553. package/dist/lib/Form/src/Form.css +3 -3
  554. package/dist/lib/Form/src/Form.vue.js +3 -3
  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 +3 -3
  558. package/dist/lib/Marquee/src/index.css +3 -3
  559. package/dist/lib/Marquee/src/index.vue.js +3 -3
  560. package/dist/lib/Marquee/src/index2.css +3 -3
  561. package/dist/lib/Overlay/index.js +3 -3
  562. package/dist/lib/Overlay/src/Message.css +3 -3
  563. package/dist/lib/Overlay/src/Message.vue.js +3 -3
  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 +3 -3
  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 +3 -3
  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 +3 -3
  573. package/dist/lib/Overlay/src/Tooltip2.css +3 -3
  574. package/dist/lib/RichTextEditor/index.js +3 -3
  575. package/dist/lib/RichTextEditor/src/ToolbarPanel.css +3 -3
  576. package/dist/lib/RichTextEditor/src/ToolbarPanel.vue.js +3 -3
  577. package/dist/lib/RichTextEditor/src/ToolbarPanel2.css +3 -3
  578. package/dist/lib/RichTextEditor/src/components/BlockquoteButton.css +3 -3
  579. package/dist/lib/RichTextEditor/src/components/BlockquoteButton.vue.js +3 -3
  580. package/dist/lib/RichTextEditor/src/components/CodeBlockButton.css +3 -3
  581. package/dist/lib/RichTextEditor/src/components/CodeBlockButton.vue.js +3 -3
  582. package/dist/lib/RichTextEditor/src/components/ColorHighlightPopover.css +3 -3
  583. package/dist/lib/RichTextEditor/src/components/ColorHighlightPopover.vue.js +3 -3
  584. package/dist/lib/RichTextEditor/src/components/FontSizeDropdownMenu.css +3 -3
  585. package/dist/lib/RichTextEditor/src/components/FontSizeDropdownMenu.vue.js +3 -3
  586. package/dist/lib/RichTextEditor/src/components/HeadingDropdownMenu.css +3 -3
  587. package/dist/lib/RichTextEditor/src/components/HeadingDropdownMenu.vue.js +3 -3
  588. package/dist/lib/RichTextEditor/src/components/ImageUploadButton.css +3 -3
  589. package/dist/lib/RichTextEditor/src/components/ImageUploadButton.vue.js +3 -3
  590. package/dist/lib/RichTextEditor/src/components/LinkPopover.css +3 -3
  591. package/dist/lib/RichTextEditor/src/components/LinkPopover.vue.js +3 -3
  592. package/dist/lib/RichTextEditor/src/components/LinkPopover2.css +3 -3
  593. package/dist/lib/RichTextEditor/src/components/ListDropdownMenu.css +3 -3
  594. package/dist/lib/RichTextEditor/src/components/ListDropdownMenu.vue.js +3 -3
  595. package/dist/lib/RichTextEditor/src/components/MarkButton.css +3 -3
  596. package/dist/lib/RichTextEditor/src/components/MarkButton.vue.js +3 -3
  597. package/dist/lib/RichTextEditor/src/components/TableButton.css +3 -3
  598. package/dist/lib/RichTextEditor/src/components/TableButton.vue.js +3 -3
  599. package/dist/lib/RichTextEditor/src/components/TextAlignDropdownMenu.css +3 -3
  600. package/dist/lib/RichTextEditor/src/components/TextAlignDropdownMenu.vue.js +3 -3
  601. package/dist/lib/RichTextEditor/src/components/TextColorPopover.css +3 -3
  602. package/dist/lib/RichTextEditor/src/components/TextColorPopover.vue.js +3 -3
  603. package/dist/lib/RichTextEditor/src/components/ToolbarGroup.css +3 -3
  604. package/dist/lib/RichTextEditor/src/components/ToolbarGroup.vue.js +3 -3
  605. package/dist/lib/RichTextEditor/src/components/ToolbarSeparator.css +3 -3
  606. package/dist/lib/RichTextEditor/src/components/ToolbarSeparator.vue.js +3 -3
  607. package/dist/lib/RichTextEditor/src/components/UndoRedoButton.css +3 -3
  608. package/dist/lib/RichTextEditor/src/components/UndoRedoButton.vue.js +3 -3
  609. package/dist/lib/RichTextEditor/src/components/VideoUploadButton.css +3 -3
  610. package/dist/lib/RichTextEditor/src/components/VideoUploadButton.vue.js +3 -3
  611. package/dist/lib/RichTextEditor/src/components/basic/ColorPicker.css +3 -3
  612. package/dist/lib/RichTextEditor/src/components/basic/ColorPicker.vue.js +3 -3
  613. package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal.css +3 -3
  614. package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal.vue.js +3 -3
  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 +3 -3
  620. package/dist/lib/RichTextEditor/src/extensions/styledTable.js +14 -0
  621. package/dist/lib/RichTextEditor/src/extensions/video.js +3 -3
  622. package/dist/lib/RichTextEditor/src/index.css +3 -3
  623. package/dist/lib/RichTextEditor/src/index.vue.js +4 -4
  624. package/dist/lib/RichTextEditor/src/index2.css +4 -4
  625. package/dist/lib/RichTextEditor/src/props.js +4 -4
  626. package/dist/lib/ScaleScreen/index.js +3 -3
  627. package/dist/lib/ScaleScreen/src/index.css +3 -3
  628. package/dist/lib/ScaleScreen/src/index.vue.js +3 -3
  629. package/dist/lib/ScaleScreen/src/index2.css +3 -3
  630. package/dist/lib/Transition/index.js +3 -3
  631. package/dist/lib/Transition/src/CollapseTransition.css +3 -3
  632. package/dist/lib/Transition/src/CollapseTransition.vue.js +3 -3
  633. package/dist/lib/Transition/src/CollapseTransition2.css +3 -3
  634. package/dist/lib/Transition/src/CreateTransition.js +3 -3
  635. package/dist/lib/Transition/src/ExpandTransition.js +3 -3
  636. package/dist/lib/Transition/src/style/index.css +3 -3
  637. package/dist/lib/Transition/style.js +3 -3
  638. package/dist/lib/VideoBackground/index.js +3 -3
  639. package/dist/lib/VideoBackground/src/helper.js +3 -3
  640. package/dist/lib/VideoBackground/src/index.css +3 -3
  641. package/dist/lib/VideoBackground/src/index.vue.js +3 -3
  642. package/dist/lib/VideoBackground/src/index2.css +3 -3
  643. package/dist/lib/VideoBackground/src/index3.css +3 -3
  644. package/dist/lib/VideoBackground/src/videoBackground.js +3 -3
  645. package/dist/lib/VideoPlayer/index.js +3 -3
  646. package/dist/lib/VideoPlayer/src/index.css +3 -3
  647. package/dist/lib/VideoPlayer/src/index.vue.js +3 -3
  648. package/dist/lib/VirtualScroll/index.js +3 -3
  649. package/dist/lib/VirtualScroll/src/index.css +3 -3
  650. package/dist/lib/VirtualScroll/src/index.vue.js +3 -3
  651. package/dist/lib/VirtualScroll/src/index.vue2.js +3 -3
  652. package/dist/lib/VirtualScroll/src/index2.css +3 -3
  653. package/dist/lib/_virtual/_commonjsHelpers.js +3 -3
  654. package/dist/lib/_virtual/_plugin-vue_export-helper.js +3 -3
  655. package/dist/lib/_virtual/delegate.js +3 -3
  656. package/dist/lib/_virtual/download.js +3 -3
  657. package/dist/lib/_virtual/download2.js +3 -3
  658. package/dist/lib/_virtual/index.js +3 -3
  659. package/dist/lib/_virtual/index2.js +3 -3
  660. package/dist/lib/_virtual/index3.js +3 -3
  661. package/dist/lib/_virtual/index4.js +3 -3
  662. package/dist/lib/hooks/useLocale.js +3 -3
  663. package/dist/lib/hooks/useNamespace.js +3 -3
  664. package/dist/lib/index.js +3 -3
  665. package/dist/lib/locale/lang/en-US.js +3 -3
  666. package/dist/lib/locale/lang/ja-JP.js +3 -3
  667. package/dist/lib/locale/lang/zh-CN.js +3 -3
  668. package/dist/lib/node_modules/@codemirror/autocomplete/dist/index.js +3 -3
  669. package/dist/lib/node_modules/@codemirror/commands/dist/index.js +3 -3
  670. package/dist/lib/node_modules/@codemirror/lang-java/dist/index.js +3 -3
  671. package/dist/lib/node_modules/@codemirror/lang-javascript/dist/index.js +3 -3
  672. package/dist/lib/node_modules/@codemirror/lang-json/dist/index.js +3 -3
  673. package/dist/lib/node_modules/@codemirror/lang-python/dist/index.js +3 -3
  674. package/dist/lib/node_modules/@codemirror/lang-sql/dist/index.js +3 -3
  675. package/dist/lib/node_modules/@codemirror/lang-xml/dist/index.js +3 -3
  676. package/dist/lib/node_modules/@codemirror/lang-yaml/dist/index.js +3 -3
  677. package/dist/lib/node_modules/@codemirror/language/dist/index.js +3 -3
  678. package/dist/lib/node_modules/@codemirror/lint/dist/index.js +3 -3
  679. package/dist/lib/node_modules/@codemirror/search/dist/index.js +3 -3
  680. package/dist/lib/node_modules/@codemirror/state/dist/index.js +3 -3
  681. package/dist/lib/node_modules/@codemirror/theme-one-dark/dist/index.js +3 -3
  682. package/dist/lib/node_modules/@codemirror/view/dist/index.js +3 -3
  683. package/dist/lib/node_modules/@lezer/common/dist/index.js +3 -3
  684. package/dist/lib/node_modules/@lezer/highlight/dist/index.js +3 -3
  685. package/dist/lib/node_modules/@lezer/java/dist/index.js +3 -3
  686. package/dist/lib/node_modules/@lezer/javascript/dist/index.js +3 -3
  687. package/dist/lib/node_modules/@lezer/json/dist/index.js +3 -3
  688. package/dist/lib/node_modules/@lezer/lr/dist/index.js +3 -3
  689. package/dist/lib/node_modules/@lezer/python/dist/index.js +3 -3
  690. package/dist/lib/node_modules/@lezer/xml/dist/index.js +3 -3
  691. package/dist/lib/node_modules/@lezer/yaml/dist/index.js +3 -3
  692. package/dist/lib/node_modules/@marijn/find-cluster-break/src/index.js +3 -3
  693. package/dist/lib/node_modules/@tanstack/devtools-event-client/dist/esm/plugin.js +3 -3
  694. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/EventClient.js +3 -3
  695. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/FieldApi.js +3 -3
  696. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/FormApi.js +3 -3
  697. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/ValidationLogic.js +3 -3
  698. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/metaHelper.js +3 -3
  699. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/standardSchemaValidator.js +3 -3
  700. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/utils.js +3 -3
  701. package/dist/lib/node_modules/@tanstack/pacer-lite/dist/lite-throttler.js +3 -3
  702. package/dist/lib/node_modules/@tanstack/store/dist/esm/alien.js +3 -3
  703. package/dist/lib/node_modules/@tanstack/store/dist/esm/atom.js +3 -3
  704. package/dist/lib/node_modules/@tanstack/store/dist/esm/batch.js +3 -3
  705. package/dist/lib/node_modules/@tanstack/store/dist/esm/store.js +3 -3
  706. package/dist/lib/node_modules/@tanstack/vue-form/dist/esm/useField.js +3 -3
  707. package/dist/lib/node_modules/@tanstack/vue-form/dist/esm/useForm.js +3 -3
  708. package/dist/lib/node_modules/@tanstack/vue-store/dist/esm/index.js +3 -3
  709. package/dist/lib/node_modules/@tiptap/core/dist/index.js +3 -3
  710. package/dist/lib/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +3 -3
  711. package/dist/lib/node_modules/@tiptap/extension-blockquote/dist/index.js +3 -3
  712. package/dist/lib/node_modules/@tiptap/extension-bold/dist/index.js +3 -3
  713. package/dist/lib/node_modules/@tiptap/extension-character-count/dist/index.js +3 -3
  714. package/dist/lib/node_modules/@tiptap/extension-code/dist/index.js +3 -3
  715. package/dist/lib/node_modules/@tiptap/extension-code-block/dist/index.js +3 -3
  716. package/dist/lib/node_modules/@tiptap/extension-document/dist/index.js +3 -3
  717. package/dist/lib/node_modules/@tiptap/extension-hard-break/dist/index.js +3 -3
  718. package/dist/lib/node_modules/@tiptap/extension-heading/dist/index.js +3 -3
  719. package/dist/lib/node_modules/@tiptap/extension-highlight/dist/index.js +3 -3
  720. package/dist/lib/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +3 -3
  721. package/dist/lib/node_modules/@tiptap/extension-image/dist/index.js +3 -3
  722. package/dist/lib/node_modules/@tiptap/extension-italic/dist/index.js +3 -3
  723. package/dist/lib/node_modules/@tiptap/extension-link/dist/index.js +3 -3
  724. package/dist/lib/node_modules/@tiptap/extension-list/dist/index.js +3 -3
  725. package/dist/lib/node_modules/@tiptap/extension-paragraph/dist/index.js +3 -3
  726. package/dist/lib/node_modules/@tiptap/extension-strike/dist/index.js +3 -3
  727. package/dist/lib/node_modules/@tiptap/extension-subscript/dist/index.js +3 -3
  728. package/dist/lib/node_modules/@tiptap/extension-superscript/dist/index.js +3 -3
  729. package/dist/lib/node_modules/@tiptap/extension-table/dist/index.js +5 -5
  730. package/dist/lib/node_modules/@tiptap/extension-task-item/dist/index.js +3 -3
  731. package/dist/lib/node_modules/@tiptap/extension-task-list/dist/index.js +3 -3
  732. package/dist/lib/node_modules/@tiptap/extension-text/dist/index.js +3 -3
  733. package/dist/lib/node_modules/@tiptap/extension-text-align/dist/index.js +3 -3
  734. package/dist/lib/node_modules/@tiptap/extension-text-style/dist/index.js +3 -3
  735. package/dist/lib/node_modules/@tiptap/extension-underline/dist/index.js +3 -3
  736. package/dist/lib/node_modules/@tiptap/extensions/dist/index.js +3 -3
  737. package/dist/lib/node_modules/@tiptap/html/dist/index.js +3 -3
  738. package/dist/lib/node_modules/@tiptap/starter-kit/dist/index.js +3 -3
  739. package/dist/lib/node_modules/@tiptap/vue-3/dist/index.js +3 -3
  740. package/dist/lib/node_modules/@vueuse/core/dist/index.js +3 -3
  741. package/dist/lib/node_modules/@vueuse/shared/dist/index.js +3 -3
  742. package/dist/lib/node_modules/codemirror/dist/index.js +3 -3
  743. package/dist/lib/node_modules/crelt/index.js +3 -3
  744. package/dist/lib/node_modules/delegate/src/closest.js +3 -3
  745. package/dist/lib/node_modules/delegate/src/delegate.js +3 -3
  746. package/dist/lib/node_modules/downloadjs/download.js +3 -3
  747. package/dist/lib/node_modules/eventemitter3/index.js +3 -3
  748. package/dist/lib/node_modules/linkifyjs/dist/linkify.js +3 -3
  749. package/dist/lib/node_modules/lodash-es/_DataView.js +3 -3
  750. package/dist/lib/node_modules/lodash-es/_Hash.js +3 -3
  751. package/dist/lib/node_modules/lodash-es/_ListCache.js +3 -3
  752. package/dist/lib/node_modules/lodash-es/_Map.js +3 -3
  753. package/dist/lib/node_modules/lodash-es/_MapCache.js +3 -3
  754. package/dist/lib/node_modules/lodash-es/_Promise.js +3 -3
  755. package/dist/lib/node_modules/lodash-es/_Set.js +3 -3
  756. package/dist/lib/node_modules/lodash-es/_SetCache.js +3 -3
  757. package/dist/lib/node_modules/lodash-es/_Stack.js +3 -3
  758. package/dist/lib/node_modules/lodash-es/_Symbol.js +3 -3
  759. package/dist/lib/node_modules/lodash-es/_Uint8Array.js +3 -3
  760. package/dist/lib/node_modules/lodash-es/_WeakMap.js +3 -3
  761. package/dist/lib/node_modules/lodash-es/_apply.js +3 -3
  762. package/dist/lib/node_modules/lodash-es/_arrayEach.js +3 -3
  763. package/dist/lib/node_modules/lodash-es/_arrayFilter.js +3 -3
  764. package/dist/lib/node_modules/lodash-es/_arrayIncludes.js +3 -3
  765. package/dist/lib/node_modules/lodash-es/_arrayIncludesWith.js +3 -3
  766. package/dist/lib/node_modules/lodash-es/_arrayLikeKeys.js +3 -3
  767. package/dist/lib/node_modules/lodash-es/_arrayMap.js +3 -3
  768. package/dist/lib/node_modules/lodash-es/_arrayPush.js +3 -3
  769. package/dist/lib/node_modules/lodash-es/_arraySome.js +3 -3
  770. package/dist/lib/node_modules/lodash-es/_asciiToArray.js +3 -3
  771. package/dist/lib/node_modules/lodash-es/_assignMergeValue.js +3 -3
  772. package/dist/lib/node_modules/lodash-es/_assignValue.js +3 -3
  773. package/dist/lib/node_modules/lodash-es/_assocIndexOf.js +3 -3
  774. package/dist/lib/node_modules/lodash-es/_baseAssignValue.js +3 -3
  775. package/dist/lib/node_modules/lodash-es/_baseClone.js +3 -3
  776. package/dist/lib/node_modules/lodash-es/_baseCreate.js +3 -3
  777. package/dist/lib/node_modules/lodash-es/_baseFindIndex.js +3 -3
  778. package/dist/lib/node_modules/lodash-es/_baseFlatten.js +3 -3
  779. package/dist/lib/node_modules/lodash-es/_baseFor.js +3 -3
  780. package/dist/lib/node_modules/lodash-es/_baseGet.js +3 -3
  781. package/dist/lib/node_modules/lodash-es/_baseGetAllKeys.js +3 -3
  782. package/dist/lib/node_modules/lodash-es/_baseGetTag.js +3 -3
  783. package/dist/lib/node_modules/lodash-es/_baseIndexOf.js +3 -3
  784. package/dist/lib/node_modules/lodash-es/_baseIntersection.js +3 -3
  785. package/dist/lib/node_modules/lodash-es/_baseIsArguments.js +3 -3
  786. package/dist/lib/node_modules/lodash-es/_baseIsEqual.js +3 -3
  787. package/dist/lib/node_modules/lodash-es/_baseIsEqualDeep.js +3 -3
  788. package/dist/lib/node_modules/lodash-es/_baseIsMap.js +3 -3
  789. package/dist/lib/node_modules/lodash-es/_baseIsNaN.js +3 -3
  790. package/dist/lib/node_modules/lodash-es/_baseIsNative.js +3 -3
  791. package/dist/lib/node_modules/lodash-es/_baseIsRegExp.js +3 -3
  792. package/dist/lib/node_modules/lodash-es/_baseIsSet.js +3 -3
  793. package/dist/lib/node_modules/lodash-es/_baseIsTypedArray.js +3 -3
  794. package/dist/lib/node_modules/lodash-es/_baseKeys.js +3 -3
  795. package/dist/lib/node_modules/lodash-es/_baseKeysIn.js +3 -3
  796. package/dist/lib/node_modules/lodash-es/_baseMerge.js +3 -3
  797. package/dist/lib/node_modules/lodash-es/_baseMergeDeep.js +3 -3
  798. package/dist/lib/node_modules/lodash-es/_baseRest.js +3 -3
  799. package/dist/lib/node_modules/lodash-es/_baseSetToString.js +3 -3
  800. package/dist/lib/node_modules/lodash-es/_baseSlice.js +3 -3
  801. package/dist/lib/node_modules/lodash-es/_baseTimes.js +3 -3
  802. package/dist/lib/node_modules/lodash-es/_baseToString.js +3 -3
  803. package/dist/lib/node_modules/lodash-es/_baseUnary.js +3 -3
  804. package/dist/lib/node_modules/lodash-es/_baseUniq.js +3 -3
  805. package/dist/lib/node_modules/lodash-es/_baseUnset.js +3 -3
  806. package/dist/lib/node_modules/lodash-es/_cacheHas.js +3 -3
  807. package/dist/lib/node_modules/lodash-es/_castArrayLikeObject.js +3 -3
  808. package/dist/lib/node_modules/lodash-es/_castPath.js +3 -3
  809. package/dist/lib/node_modules/lodash-es/_castSlice.js +3 -3
  810. package/dist/lib/node_modules/lodash-es/_cloneArrayBuffer.js +3 -3
  811. package/dist/lib/node_modules/lodash-es/_cloneBuffer.js +3 -3
  812. package/dist/lib/node_modules/lodash-es/_cloneDataView.js +3 -3
  813. package/dist/lib/node_modules/lodash-es/_cloneRegExp.js +3 -3
  814. package/dist/lib/node_modules/lodash-es/_cloneSymbol.js +3 -3
  815. package/dist/lib/node_modules/lodash-es/_cloneTypedArray.js +3 -3
  816. package/dist/lib/node_modules/lodash-es/_copyArray.js +3 -3
  817. package/dist/lib/node_modules/lodash-es/_copyObject.js +3 -3
  818. package/dist/lib/node_modules/lodash-es/_coreJsData.js +3 -3
  819. package/dist/lib/node_modules/lodash-es/_createAssigner.js +3 -3
  820. package/dist/lib/node_modules/lodash-es/_createBaseFor.js +3 -3
  821. package/dist/lib/node_modules/lodash-es/_createCaseFirst.js +3 -3
  822. package/dist/lib/node_modules/lodash-es/_createSet.js +3 -3
  823. package/dist/lib/node_modules/lodash-es/_customOmitClone.js +3 -3
  824. package/dist/lib/node_modules/lodash-es/_defineProperty.js +3 -3
  825. package/dist/lib/node_modules/lodash-es/_equalArrays.js +3 -3
  826. package/dist/lib/node_modules/lodash-es/_equalByTag.js +3 -3
  827. package/dist/lib/node_modules/lodash-es/_equalObjects.js +3 -3
  828. package/dist/lib/node_modules/lodash-es/_flatRest.js +3 -3
  829. package/dist/lib/node_modules/lodash-es/_freeGlobal.js +3 -3
  830. package/dist/lib/node_modules/lodash-es/_getAllKeys.js +3 -3
  831. package/dist/lib/node_modules/lodash-es/_getAllKeysIn.js +3 -3
  832. package/dist/lib/node_modules/lodash-es/_getMapData.js +3 -3
  833. package/dist/lib/node_modules/lodash-es/_getNative.js +3 -3
  834. package/dist/lib/node_modules/lodash-es/_getPrototype.js +3 -3
  835. package/dist/lib/node_modules/lodash-es/_getRawTag.js +3 -3
  836. package/dist/lib/node_modules/lodash-es/_getSymbols.js +3 -3
  837. package/dist/lib/node_modules/lodash-es/_getSymbolsIn.js +3 -3
  838. package/dist/lib/node_modules/lodash-es/_getTag.js +3 -3
  839. package/dist/lib/node_modules/lodash-es/_getValue.js +3 -3
  840. package/dist/lib/node_modules/lodash-es/_hasUnicode.js +3 -3
  841. package/dist/lib/node_modules/lodash-es/_hashClear.js +3 -3
  842. package/dist/lib/node_modules/lodash-es/_hashDelete.js +3 -3
  843. package/dist/lib/node_modules/lodash-es/_hashGet.js +3 -3
  844. package/dist/lib/node_modules/lodash-es/_hashHas.js +3 -3
  845. package/dist/lib/node_modules/lodash-es/_hashSet.js +3 -3
  846. package/dist/lib/node_modules/lodash-es/_initCloneArray.js +3 -3
  847. package/dist/lib/node_modules/lodash-es/_initCloneByTag.js +3 -3
  848. package/dist/lib/node_modules/lodash-es/_initCloneObject.js +3 -3
  849. package/dist/lib/node_modules/lodash-es/_isFlattenable.js +3 -3
  850. package/dist/lib/node_modules/lodash-es/_isIndex.js +3 -3
  851. package/dist/lib/node_modules/lodash-es/_isIterateeCall.js +3 -3
  852. package/dist/lib/node_modules/lodash-es/_isKey.js +3 -3
  853. package/dist/lib/node_modules/lodash-es/_isKeyable.js +3 -3
  854. package/dist/lib/node_modules/lodash-es/_isMasked.js +3 -3
  855. package/dist/lib/node_modules/lodash-es/_isPrototype.js +3 -3
  856. package/dist/lib/node_modules/lodash-es/_listCacheClear.js +3 -3
  857. package/dist/lib/node_modules/lodash-es/_listCacheDelete.js +3 -3
  858. package/dist/lib/node_modules/lodash-es/_listCacheGet.js +3 -3
  859. package/dist/lib/node_modules/lodash-es/_listCacheHas.js +3 -3
  860. package/dist/lib/node_modules/lodash-es/_listCacheSet.js +3 -3
  861. package/dist/lib/node_modules/lodash-es/_mapCacheClear.js +3 -3
  862. package/dist/lib/node_modules/lodash-es/_mapCacheDelete.js +3 -3
  863. package/dist/lib/node_modules/lodash-es/_mapCacheGet.js +3 -3
  864. package/dist/lib/node_modules/lodash-es/_mapCacheHas.js +3 -3
  865. package/dist/lib/node_modules/lodash-es/_mapCacheSet.js +3 -3
  866. package/dist/lib/node_modules/lodash-es/_mapToArray.js +3 -3
  867. package/dist/lib/node_modules/lodash-es/_memoizeCapped.js +3 -3
  868. package/dist/lib/node_modules/lodash-es/_nativeCreate.js +3 -3
  869. package/dist/lib/node_modules/lodash-es/_nativeKeys.js +3 -3
  870. package/dist/lib/node_modules/lodash-es/_nativeKeysIn.js +3 -3
  871. package/dist/lib/node_modules/lodash-es/_nodeUtil.js +3 -3
  872. package/dist/lib/node_modules/lodash-es/_objectToString.js +3 -3
  873. package/dist/lib/node_modules/lodash-es/_overArg.js +3 -3
  874. package/dist/lib/node_modules/lodash-es/_overRest.js +3 -3
  875. package/dist/lib/node_modules/lodash-es/_parent.js +3 -3
  876. package/dist/lib/node_modules/lodash-es/_root.js +3 -3
  877. package/dist/lib/node_modules/lodash-es/_safeGet.js +3 -3
  878. package/dist/lib/node_modules/lodash-es/_setCacheAdd.js +3 -3
  879. package/dist/lib/node_modules/lodash-es/_setCacheHas.js +3 -3
  880. package/dist/lib/node_modules/lodash-es/_setToArray.js +3 -3
  881. package/dist/lib/node_modules/lodash-es/_setToString.js +3 -3
  882. package/dist/lib/node_modules/lodash-es/_shortOut.js +3 -3
  883. package/dist/lib/node_modules/lodash-es/_stackClear.js +3 -3
  884. package/dist/lib/node_modules/lodash-es/_stackDelete.js +3 -3
  885. package/dist/lib/node_modules/lodash-es/_stackGet.js +3 -3
  886. package/dist/lib/node_modules/lodash-es/_stackHas.js +3 -3
  887. package/dist/lib/node_modules/lodash-es/_stackSet.js +3 -3
  888. package/dist/lib/node_modules/lodash-es/_strictIndexOf.js +3 -3
  889. package/dist/lib/node_modules/lodash-es/_stringToArray.js +3 -3
  890. package/dist/lib/node_modules/lodash-es/_stringToPath.js +3 -3
  891. package/dist/lib/node_modules/lodash-es/_toKey.js +3 -3
  892. package/dist/lib/node_modules/lodash-es/_toSource.js +3 -3
  893. package/dist/lib/node_modules/lodash-es/_unicodeToArray.js +3 -3
  894. package/dist/lib/node_modules/lodash-es/constant.js +3 -3
  895. package/dist/lib/node_modules/lodash-es/eq.js +3 -3
  896. package/dist/lib/node_modules/lodash-es/flatten.js +3 -3
  897. package/dist/lib/node_modules/lodash-es/get.js +3 -3
  898. package/dist/lib/node_modules/lodash-es/identity.js +3 -3
  899. package/dist/lib/node_modules/lodash-es/intersectionWith.js +3 -3
  900. package/dist/lib/node_modules/lodash-es/isArguments.js +3 -3
  901. package/dist/lib/node_modules/lodash-es/isArray.js +3 -3
  902. package/dist/lib/node_modules/lodash-es/isArrayLike.js +3 -3
  903. package/dist/lib/node_modules/lodash-es/isArrayLikeObject.js +3 -3
  904. package/dist/lib/node_modules/lodash-es/isBuffer.js +3 -3
  905. package/dist/lib/node_modules/lodash-es/isEqual.js +3 -3
  906. package/dist/lib/node_modules/lodash-es/isFinite.js +3 -3
  907. package/dist/lib/node_modules/lodash-es/isFunction.js +3 -3
  908. package/dist/lib/node_modules/lodash-es/isLength.js +3 -3
  909. package/dist/lib/node_modules/lodash-es/isMap.js +3 -3
  910. package/dist/lib/node_modules/lodash-es/isNaN.js +3 -3
  911. package/dist/lib/node_modules/lodash-es/isNil.js +3 -3
  912. package/dist/lib/node_modules/lodash-es/isNumber.js +3 -3
  913. package/dist/lib/node_modules/lodash-es/isObject.js +3 -3
  914. package/dist/lib/node_modules/lodash-es/isObjectLike.js +3 -3
  915. package/dist/lib/node_modules/lodash-es/isPlainObject.js +3 -3
  916. package/dist/lib/node_modules/lodash-es/isRegExp.js +3 -3
  917. package/dist/lib/node_modules/lodash-es/isSet.js +3 -3
  918. package/dist/lib/node_modules/lodash-es/isString.js +3 -3
  919. package/dist/lib/node_modules/lodash-es/isSymbol.js +3 -3
  920. package/dist/lib/node_modules/lodash-es/isTypedArray.js +3 -3
  921. package/dist/lib/node_modules/lodash-es/keys.js +3 -3
  922. package/dist/lib/node_modules/lodash-es/keysIn.js +3 -3
  923. package/dist/lib/node_modules/lodash-es/last.js +3 -3
  924. package/dist/lib/node_modules/lodash-es/memoize.js +3 -3
  925. package/dist/lib/node_modules/lodash-es/mergeWith.js +3 -3
  926. package/dist/lib/node_modules/lodash-es/noop.js +3 -3
  927. package/dist/lib/node_modules/lodash-es/omit.js +3 -3
  928. package/dist/lib/node_modules/lodash-es/stubArray.js +3 -3
  929. package/dist/lib/node_modules/lodash-es/stubFalse.js +3 -3
  930. package/dist/lib/node_modules/lodash-es/toPlainObject.js +3 -3
  931. package/dist/lib/node_modules/lodash-es/toString.js +3 -3
  932. package/dist/lib/node_modules/lodash-es/unionWith.js +3 -3
  933. package/dist/lib/node_modules/lodash-es/upperFirst.js +3 -3
  934. package/dist/lib/node_modules/orderedmap/dist/index.js +3 -3
  935. package/dist/lib/node_modules/path-to-regexp/dist/index.js +3 -3
  936. package/dist/lib/node_modules/prosemirror-commands/dist/index.js +3 -3
  937. package/dist/lib/node_modules/prosemirror-dropcursor/dist/index.js +3 -3
  938. package/dist/lib/node_modules/prosemirror-gapcursor/dist/index.js +3 -3
  939. package/dist/lib/node_modules/prosemirror-history/dist/index.js +3 -3
  940. package/dist/lib/node_modules/prosemirror-keymap/dist/index.js +3 -3
  941. package/dist/lib/node_modules/prosemirror-model/dist/index.js +3 -3
  942. package/dist/lib/node_modules/prosemirror-schema-list/dist/index.js +3 -3
  943. package/dist/lib/node_modules/prosemirror-state/dist/index.js +3 -3
  944. package/dist/lib/node_modules/prosemirror-tables/dist/index.js +3 -3
  945. package/dist/lib/node_modules/prosemirror-transform/dist/index.js +3 -3
  946. package/dist/lib/node_modules/prosemirror-view/dist/index.js +3 -3
  947. package/dist/lib/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +3 -3
  948. package/dist/lib/node_modules/rope-sequence/dist/index.js +3 -3
  949. package/dist/lib/node_modules/sortablejs/modular/sortable.esm.js +3 -3
  950. package/dist/lib/node_modules/style-mod/src/style-mod.js +3 -3
  951. package/dist/lib/node_modules/title-case/dist/index.js +3 -3
  952. package/dist/lib/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +3 -3
  953. package/dist/lib/node_modules/w3c-keyname/index.js +3 -3
  954. package/dist/lib/node_modules/xgplayer/dist/index.min.css +3 -3
  955. package/dist/lib/node_modules/xgplayer/es/_virtual/_rollupPluginBabelHelpers.js +3 -3
  956. package/dist/lib/node_modules/xgplayer/es/constant.js +3 -3
  957. package/dist/lib/node_modules/xgplayer/es/defaultConfig.js +3 -3
  958. package/dist/lib/node_modules/xgplayer/es/error.js +3 -3
  959. package/dist/lib/node_modules/xgplayer/es/events.js +3 -3
  960. package/dist/lib/node_modules/xgplayer/es/index.umd.js +3 -3
  961. package/dist/lib/node_modules/xgplayer/es/instManager.js +3 -3
  962. package/dist/lib/node_modules/xgplayer/es/lang/en.js +3 -3
  963. package/dist/lib/node_modules/xgplayer/es/lang/i18n.js +3 -3
  964. package/dist/lib/node_modules/xgplayer/es/lang/jp.js +3 -3
  965. package/dist/lib/node_modules/xgplayer/es/lang/zh-cn.js +3 -3
  966. package/dist/lib/node_modules/xgplayer/es/mediaProxy.js +3 -3
  967. package/dist/lib/node_modules/xgplayer/es/player.js +3 -3
  968. package/dist/lib/node_modules/xgplayer/es/plugin/basePlugin.js +3 -3
  969. package/dist/lib/node_modules/xgplayer/es/plugin/hooksDescriptor.js +3 -3
  970. package/dist/lib/node_modules/xgplayer/es/plugin/plugin.js +3 -3
  971. package/dist/lib/node_modules/xgplayer/es/plugin/pluginsManager.js +3 -3
  972. package/dist/lib/node_modules/xgplayer/es/plugin/preset.js +3 -3
  973. package/dist/lib/node_modules/xgplayer/es/plugin/resizeObserver.js +3 -3
  974. package/dist/lib/node_modules/xgplayer/es/plugins/assets/back.js +3 -3
  975. package/dist/lib/node_modules/xgplayer/es/plugins/assets/download.js +3 -3
  976. package/dist/lib/node_modules/xgplayer/es/plugins/assets/exitCssFull.js +3 -3
  977. package/dist/lib/node_modules/xgplayer/es/plugins/assets/exitFull.js +3 -3
  978. package/dist/lib/node_modules/xgplayer/es/plugins/assets/loading.js +3 -3
  979. package/dist/lib/node_modules/xgplayer/es/plugins/assets/pause.js +3 -3
  980. package/dist/lib/node_modules/xgplayer/es/plugins/assets/pipIcon.js +3 -3
  981. package/dist/lib/node_modules/xgplayer/es/plugins/assets/pipIconExit.js +3 -3
  982. package/dist/lib/node_modules/xgplayer/es/plugins/assets/play.js +3 -3
  983. package/dist/lib/node_modules/xgplayer/es/plugins/assets/playNext.js +3 -3
  984. package/dist/lib/node_modules/xgplayer/es/plugins/assets/replay.js +3 -3
  985. package/dist/lib/node_modules/xgplayer/es/plugins/assets/requestCssFull.js +3 -3
  986. package/dist/lib/node_modules/xgplayer/es/plugins/assets/requestFull.js +3 -3
  987. package/dist/lib/node_modules/xgplayer/es/plugins/assets/rotate.js +3 -3
  988. package/dist/lib/node_modules/xgplayer/es/plugins/assets/seekicon.js +3 -3
  989. package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeLarge.js +3 -3
  990. package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeMuted.js +3 -3
  991. package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeSmall.js +3 -3
  992. package/dist/lib/node_modules/xgplayer/es/plugins/common/iconPlugin.js +3 -3
  993. package/dist/lib/node_modules/xgplayer/es/plugins/common/iconTools.js +3 -3
  994. package/dist/lib/node_modules/xgplayer/es/plugins/common/optionList.js +3 -3
  995. package/dist/lib/node_modules/xgplayer/es/plugins/common/optionsIcon.js +3 -3
  996. package/dist/lib/node_modules/xgplayer/es/plugins/common/thumbnail.js +3 -3
  997. package/dist/lib/node_modules/xgplayer/es/plugins/controls/index.js +3 -3
  998. package/dist/lib/node_modules/xgplayer/es/plugins/cssFullScreen/index.js +3 -3
  999. package/dist/lib/node_modules/xgplayer/es/plugins/definition/index.js +3 -3
  1000. package/dist/lib/node_modules/xgplayer/es/plugins/download/index.js +3 -3
  1001. package/dist/lib/node_modules/xgplayer/es/plugins/dynamicBg/index.js +3 -3
  1002. package/dist/lib/node_modules/xgplayer/es/plugins/enter/index.js +3 -3
  1003. package/dist/lib/node_modules/xgplayer/es/plugins/error/index.js +3 -3
  1004. package/dist/lib/node_modules/xgplayer/es/plugins/fpsDetect/index.js +3 -3
  1005. package/dist/lib/node_modules/xgplayer/es/plugins/fullscreen/backicon.js +3 -3
  1006. package/dist/lib/node_modules/xgplayer/es/plugins/fullscreen/index.js +3 -3
  1007. package/dist/lib/node_modules/xgplayer/es/plugins/gapJump/index.js +3 -3
  1008. package/dist/lib/node_modules/xgplayer/es/plugins/keyboard/index.js +3 -3
  1009. package/dist/lib/node_modules/xgplayer/es/plugins/loading/index.js +3 -3
  1010. package/dist/lib/node_modules/xgplayer/es/plugins/logger/index.js +3 -3
  1011. package/dist/lib/node_modules/xgplayer/es/plugins/miniScreen/index.js +3 -3
  1012. package/dist/lib/node_modules/xgplayer/es/plugins/miniScreen/miniScreenIcon.js +3 -3
  1013. package/dist/lib/node_modules/xgplayer/es/plugins/mobile/index.js +3 -3
  1014. package/dist/lib/node_modules/xgplayer/es/plugins/mobile/touch.js +3 -3
  1015. package/dist/lib/node_modules/xgplayer/es/plugins/pc/index.js +3 -3
  1016. package/dist/lib/node_modules/xgplayer/es/plugins/pip/index.js +3 -3
  1017. package/dist/lib/node_modules/xgplayer/es/plugins/play/index.js +3 -3
  1018. package/dist/lib/node_modules/xgplayer/es/plugins/playNext/index.js +3 -3
  1019. package/dist/lib/node_modules/xgplayer/es/plugins/playbackRate/index.js +3 -3
  1020. package/dist/lib/node_modules/xgplayer/es/plugins/poster/index.js +3 -3
  1021. package/dist/lib/node_modules/xgplayer/es/plugins/progress/index.js +3 -3
  1022. package/dist/lib/node_modules/xgplayer/es/plugins/progress/innerList.js +3 -3
  1023. package/dist/lib/node_modules/xgplayer/es/plugins/progress/miniProgress.js +3 -3
  1024. package/dist/lib/node_modules/xgplayer/es/plugins/progressPreview/dotsApi.js +3 -3
  1025. package/dist/lib/node_modules/xgplayer/es/plugins/progressPreview/index.js +3 -3
  1026. package/dist/lib/node_modules/xgplayer/es/plugins/prompt/index.js +3 -3
  1027. package/dist/lib/node_modules/xgplayer/es/plugins/replay/index.js +3 -3
  1028. package/dist/lib/node_modules/xgplayer/es/plugins/rotate/index.js +3 -3
  1029. package/dist/lib/node_modules/xgplayer/es/plugins/screenShot/index.js +3 -3
  1030. package/dist/lib/node_modules/xgplayer/es/plugins/start/index.js +3 -3
  1031. package/dist/lib/node_modules/xgplayer/es/plugins/stats/index.js +3 -3
  1032. package/dist/lib/node_modules/xgplayer/es/plugins/testspeed/index.js +3 -3
  1033. package/dist/lib/node_modules/xgplayer/es/plugins/time/index.js +3 -3
  1034. package/dist/lib/node_modules/xgplayer/es/plugins/time/timesegments.js +3 -3
  1035. package/dist/lib/node_modules/xgplayer/es/plugins/volume/index.js +3 -3
  1036. package/dist/lib/node_modules/xgplayer/es/plugins/waitingTimeoutJump/index.js +3 -3
  1037. package/dist/lib/node_modules/xgplayer/es/presets/default.js +3 -3
  1038. package/dist/lib/node_modules/xgplayer/es/state.js +3 -3
  1039. package/dist/lib/node_modules/xgplayer/es/stateClassMap.js +3 -3
  1040. package/dist/lib/node_modules/xgplayer/es/utils/database.js +3 -3
  1041. package/dist/lib/node_modules/xgplayer/es/utils/debug.js +3 -3
  1042. package/dist/lib/node_modules/xgplayer/es/utils/draggabilly.js +3 -3
  1043. package/dist/lib/node_modules/xgplayer/es/utils/sniffer.js +3 -3
  1044. package/dist/lib/node_modules/xgplayer/es/utils/util.js +3 -3
  1045. package/dist/lib/node_modules/xgplayer/es/utils/xgplayerTimeRange.js +3 -3
  1046. package/dist/lib/node_modules/xgplayer/es/version.js +3 -3
  1047. package/dist/lib/packages/components/index.js +3 -3
  1048. package/dist/lib/packages/hooks/dist/index.js +3 -3
  1049. package/dist/lib/packages/utils/dist/index.js +3 -3
  1050. package/dist/lib/styles/tokens.css +3 -3
  1051. package/package.json +3 -3
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import o from "./_copyObject.js";
15
15
  import r from "./keysIn.js";
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import r from "./_baseToString.js";
15
15
  function o(t) {
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import o from "./_baseFlatten.js";
15
15
  import e from "./_baseRest.js";
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import r from "./_createCaseFirst.js";
15
15
  var t = r("toUpperCase");
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  function e(t) {
15
15
  this.content = t;
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import { __exports as y } from "../../../_virtual/index2.js";
15
15
  var R;
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import { canJoin as T, joinPoint as F, liftTarget as A, replaceStep as B, canSplit as h, findWrapping as J, ReplaceAroundStep as v, ReplaceStep as U } from "../../prosemirror-transform/dist/index.js";
15
15
  import { Slice as y, Fragment as S } from "../../prosemirror-model/dist/index.js";
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import { Plugin as w } from "../../prosemirror-state/dist/index.js";
15
15
  import { dropPoint as v } from "../../prosemirror-transform/dist/index.js";
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import { keydownHandler as v } from "../../prosemirror-keymap/dist/index.js";
15
15
  import { Plugin as w, TextSelection as m, NodeSelection as x, Selection as u } from "../../prosemirror-state/dist/index.js";
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import P from "../../rope-sequence/dist/index.js";
15
15
  import { Mapping as k } from "../../prosemirror-transform/dist/index.js";
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import { keyName as u, base as c } from "../../w3c-keyname/index.js";
15
15
  import { Plugin as d } from "../../prosemirror-state/dist/index.js";
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import q from "../../orderedmap/dist/index.js";
15
15
  function Y(l, t, e) {
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import { ReplaceAroundStep as h, liftTarget as w, canJoin as C, findWrapping as L, canSplit as R } from "../../prosemirror-transform/dist/index.js";
15
15
  import { Fragment as s, Slice as I, NodeRange as x } from "../../prosemirror-model/dist/index.js";
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import { Slice as m, Fragment as B, Node as x, Mark as R } from "../../prosemirror-model/dist/index.js";
15
15
  import { ReplaceStep as P, ReplaceAroundStep as K, Transform as $ } from "../../prosemirror-transform/dist/index.js";
@@ -7,11 +7,11 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
- import { PluginKey as Z, Selection as M, TextSelection as E, SelectionRange as ye, Plugin as fe, NodeSelection as Se } from "../../prosemirror-state/dist/index.js";
14
+ import { Plugin as fe, PluginKey as Z, Selection as M, SelectionRange as ye, TextSelection as E, NodeSelection as Se } from "../../prosemirror-state/dist/index.js";
15
15
  import { Fragment as R, Slice as N } from "../../prosemirror-model/dist/index.js";
16
16
  import { DecorationSet as X, Decoration as q } from "../../prosemirror-view/dist/index.js";
17
17
  import { keydownHandler as Ae } from "../../prosemirror-keymap/dist/index.js";
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import { Slice as g, ReplaceError as se, Fragment as w, Mark as oe, MarkType as le } from "../../prosemirror-model/dist/index.js";
15
15
  const Q = 65535, U = Math.pow(2, 16);
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import { NodeSelection as D, Selection as be, TextSelection as k, AllSelection as Cn } from "../../prosemirror-state/dist/index.js";
15
15
  import { Slice as se, DOMSerializer as Ve, Fragment as j, DOMParser as $t, Mark as Sn } from "../../prosemirror-model/dist/index.js";
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  var _ = (function() {
15
15
  if (typeof Map < "u")
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  var l = 200, p = function() {
15
15
  };
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  function Me(o, t, e) {
15
15
  return (t = Ye(t)) in o ? Object.defineProperty(o, t, {
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  const g = typeof Symbol > "u" ? "__ͼ" : /* @__PURE__ */ Symbol.for("ͼ"), S = typeof Symbol > "u" ? "__styleSet" + Math.floor(Math.random() * 1e8) : /* @__PURE__ */ Symbol("styleSet"), m = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : {};
15
15
  class C {
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  const e = /* @__PURE__ */ new Set([".", "!", "?"]);
15
15
  [
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import { defineComponent as T, shallowRef as y, inject as B, computed as z, toRaw as E, onMounted as P, watch as d, onBeforeUnmount as V, h as W } from "vue";
15
15
  import { basicSetup as R } from "../../codemirror/dist/index.js";
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  var t = {
15
15
  8: "Backspace",
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  @charset "UTF-8";.xgplayer-fullscreen-parent{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999}.xgplayer-fullscreen-parent .xgplayer.xgplayer-is-cssfullscreen,.xgplayer-fullscreen-parent .xgplayer.xgplayer-is-fullscreen{z-index:10;position:absolute}.xgplayer-rotate-parent{position:fixed;inset:0 0 0 100%;width:100vh;height:100vw;z-index:9999;transform-origin:top left;transform:rotate(90deg)}.xgplayer-rotate-parent .xgplayer.xgplayer-rotate-fullscreen{position:absolute;top:0;left:0;z-index:10;margin:0;padding:0;width:100%;height:100%;transform:rotate(0)}.xgplayer-rotate-parent .xgplayer-mobile video{z-index:-1}.xgplayer{position:relative;width:100%;height:100%;overflow:hidden;font-family:PingFang SC,Helvetica Neue,Helvetica,STHeiTi,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;font-size:14px;font-weight:400;background:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.xgplayer *{margin:0;padding:0;border:0;vertical-align:baseline;white-space:normal;word-wrap:normal;overflow-wrap:normal}.xgplayer ul,.xgplayer li{list-style:none}.xgplayer .xgplayer-none{display:none}.xgplayer.xgplayer-is-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;margin:0;padding:0;z-index:9999}.xgplayer.xgplayer-is-cssfullscreen{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999}.xgplayer.xgplayer-rotate-fullscreen{position:fixed;inset:0 0 0 100%;width:100vh;height:100vw;transform-origin:top left;transform:rotate(90deg);z-index:9999}.xgplayer.xgplayer-rotate-fullscreen.xgplayer-mobile video{z-index:-1}.xgplayer xg-video-container.xg-video-container{position:absolute;top:0;bottom:48px;display:block;width:100%}.xgplayer video{position:absolute;top:0;left:0;width:100%;height:100%;outline:none}.xgplayer[data-xgfill=contain] video{-o-object-fit:contain;object-fit:contain}.xgplayer[data-xgfill=cover] video{-o-object-fit:cover;object-fit:cover}.xgplayer[data-xgfill=fill] video{-o-object-fit:fill;object-fit:fill}.xgplayer .xg-pos{left:10px;right:10px}.xgplayer .xg-margin{margin-left:16px;margin-right:16px}.xgplayer .xg-bottom{bottom:0}.xgplayer .btn-text{position:relative;top:50%;height:24px;font-size:13px;text-align:center}.xgplayer .btn-text span{display:inline-block;min-width:52px;height:24px;line-height:24px;background:#00000061;border-radius:12px}.xgplayer xg-icon{position:relative;box-sizing:border-box;height:40px;margin-left:16px;margin-right:16px;cursor:pointer;color:#fffc;fill:#fff}.xgplayer xg-icon.xg-icon-disable{cursor:not-allowed}.xgplayer xg-icon .xg-tips{top:-30px;left:50%;transform:translate(-50%)}.xgplayer xg-icon:active .xg-tips,.xgplayer xg-icon:hover .xg-tips{display:block}.xgplayer xg-icon:active .xg-tips.hide,.xgplayer xg-icon:hover .xg-tips.hide{display:none}.xgplayer xg-icon .xgplayer-icon{position:relative;top:50%;transform:translateY(-50%);cursor:pointer}.xgplayer xg-icon .xg-icon-disable{cursor:not-allowed}.xgplayer xg-icon .xg-img{width:100%}.xgplayer xg-icon svg,.xgplayer xg-icon img{height:100%;display:block}.xgplayer xg-bar{display:block}.xgplayer.xgplayer-inactive xg-bar,.xgplayer.xgplayer-mini xg-bar{display:none}.xgplayer.xgplayer-inactive .xg-top-bar{display:flex}.xgplayer.xgplayer-inactive .xg-top-bar.top-bar-autohide{display:none}.xgplayer .xg-top-bar{position:absolute;z-index:10;top:0;padding:0 16px;display:flex;height:50px}.xgplayer .xg-top-bar xg-icon{position:relative;top:10px;left:0;width:34px;margin-top:0}.xgplayer .xg-top-bar xg-icon:first-child{margin-left:0}.xgplayer .xg-left-bar,.xgplayer .xg-right-bar{position:absolute;z-index:9;top:50px;bottom:50px;width:50px}.xgplayer .xg-left-bar{left:0}.xgplayer .xg-right-bar{right:0}.xgplayer .xg-tips{display:none;position:absolute;padding:4px 6px;background:#0000008a;border-radius:4px;font-size:12px;color:#fff;text-align:center;white-space:nowrap;opacity:.85}.xgplayer .xg-margin{left:0;right:0}.xgplayer-mobile{-webkit-tap-highlight-color:rgba(0,0,0,0)}.xgplayer-mobile *{text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.xgplayer-mobile.xgplayer-rotate-fullscreen .xg-top-bar,.xgplayer-mobile.xgplayer-rotate-fullscreen .xg-pos{left:6%;right:6%}.xgplayer-mobile xg-icon:hover .xg-tips{display:none}.xg-list-slide-scroll::-webkit-scrollbar-track{background-color:transparent;display:none}.xg-list-slide-scroll:hover::-webkit-scrollbar-track{display:block}.xg-list-slide-scroll::-webkit-scrollbar{-webkit-appearance:none;appearance:none;background:#0000;height:4px;width:4px}.xg-list-slide-scroll::-webkit-scrollbar-corner{background:transparent;display:none}.xg-list-slide-scroll::-webkit-scrollbar-thumb{background:#ffffff80;border-radius:3px;display:none;width:4px}.xg-list-slide-scroll:hover::-webkit-scrollbar-thumb{display:block}@media only screen and (max-width:480px){.xgplayer-mobile xg-icon{margin-right:10px;margin-left:10px}.xgplayer-mobile .xg-top-bar{left:10px;right:10px}}@media screen and (orientation:portrait){.xgplayer-mobile.xgplayer-is-fullscreen .xgplayer-controls,.xgplayer-mobile.xgplayer-is-cssfullscreen .xgplayer-controls{bottom:34px;bottom:constant(safe-area-inset-bottom);bottom:env(safe-area-inset-bottom)}.xgplayer-mobile.xgplayer-is-fullscreen .xg-top-bar,.xgplayer-mobile.xgplayer-is-cssfullscreen .xg-top-bar{top:34px;top:constant(safe-area-inset-top);top:env(safe-area-inset-top)}}@media only screen and (orientation:landscape){.xgplayer-mobile.xgplayer-is-fullscreen .xg-top-bar,.xgplayer-mobile.xgplayer-is-fullscreen .xg-pos{left:6%;right:6%}.xgplayer-mobile.xgplayer-rotate-fullscreen{left:0;width:100vw;height:100vh;transform:rotate(0)}}.xgplayer .xgplayer-screen-container{display:block;width:100%}.xgplayer .xg-options-icon{display:none;cursor:pointer}.xgplayer .xg-options-icon.show{display:block}@keyframes xg_right_options_active{0%{transform:translate(50%)}to{transform:translate(-50%)}}@keyframes xg_right_options_hide{0%{transform:translate(-50%)}to{transform:translate(50%)}}@keyframes xg_left_options_active{0%{transform:translate(-50%)}to{transform:translate(50%)}}@keyframes xg_left_options_hide{0%{transform:translate(50%)}to{transform:translate(-50%)}}.xgplayer .xg-options-list{display:none;position:absolute;z-index:5;width:78px;right:50%;bottom:100%;background:#0000008a;border-radius:1px;transform:translate(50%);cursor:pointer;overflow:auto;height:0;opacity:.85;font-size:14px;color:#fffc}.xgplayer .xg-options-list li{height:20px;line-height:20px;position:relative;padding:4px 0;text-align:center;color:#fffc}.xgplayer .xg-options-list li:hover,.xgplayer .xg-options-list li.selected{color:red;opacity:1}.xgplayer .xg-options-list li:nth-child(1){position:relative;margin-top:12px}.xgplayer .xg-options-list li:last-child{position:relative;margin-bottom:12px}.xgplayer .xg-options-list:hover{opacity:1}.xgplayer .xg-options-list.active{display:block;height:auto}.xgplayer .xg-options-list.xg-side-list{width:20%;height:100%;bottom:0;background:#000000e6;display:flex;flex-direction:column;box-sizing:border-box}.xgplayer .xg-options-list.xg-side-list li{flex:1;width:100%;padding:0;position:relative}.xgplayer .xg-options-list.xg-side-list li span{display:block;position:relative;top:50%;transform:translateY(-50%);pointer-events:none}.xgplayer .xg-options-list.xg-side-list li:nth-child(1){margin-top:20px}.xgplayer .xg-options-list.xg-side-list li:last-child{margin-bottom:20px}.xgplayer .xg-options-list.xg-right-side{right:-10.5%}.xgplayer .xg-options-list.xg-right-side.active{height:100%;animation:xg_right_options_active .2s ease-out forwards}.xgplayer .xg-options-list.xg-right-side.hide{height:100%;animation:xg_right_options_hide .2s ease-in forwards}.xgplayer .xg-options-list.xg-left-side{left:-10.5%;transform:translate(-50%)}.xgplayer .xg-options-list.xg-left-side.active{height:100%;animation:xg_left_options_active .2s ease-out forwards}.xgplayer .xg-options-list.xg-left-side.hide{height:100%;animation:xg_left_options_hide .2s ease-in forwards}@media only screen and (max-width:480px){.xgplayer-mobile .xg-options-icon.portrait{display:none}.xgplayer-mobile .xg-options-list li:hover{color:#fffc}.xgplayer-mobile .xg-options-list li.selected{color:red}}.xgplayer.not-allow-autoplay .xgplayer-controls,.xgplayer.xgplayer-nostart .xgplayer-controls,.xgplayer.xgplayer-inactive .controls-autohide{pointer-events:none;visibility:hidden;cursor:default;opacity:0}.xgplayer.not-allow-autoplay .xgplayer-controls-initshow,.xgplayer.xgplayer-nostart .xgplayer-controls-initshow{pointer-events:auto;visibility:visible;opacity:1}.xgplayer .xgplayer-controls{display:block;position:absolute;visibility:visible;height:48px;left:0;right:0;bottom:0;opacity:1;z-index:10;background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.37),rgba(0,0,0,.75),rgba(0,0,0,.75));transition:opacity .5s ease,visibility .5s ease}.xgplayer .xgplayer-controls.show{display:block;opacity:1;visibility:visible;pointer-events:auto}.xgplayer .xg-inner-controls{position:absolute;height:40px;bottom:0;justify-content:space-between;display:flex}.xgplayer .xg-left-grid,.xgplayer .xg-right-grid{position:relative;display:flex;flex-wrap:wrap;flex-shrink:1;height:100%;z-index:1}.xgplayer .xg-right-grid{flex-direction:row-reverse}.xgplayer .xg-right-grid>:first-child{margin-right:0}.xgplayer .xg-right-grid xg-icon{margin-left:0}.xgplayer .xg-left-grid>:first-child{margin-left:0}.xgplayer .xg-left-grid xg-icon{margin-right:0}.xgplayer .xg-center-grid{display:block;position:absolute;left:0;right:0;outline:none;top:-20px;padding:5px 0;text-align:center}.xgplayer .flex-controls .xg-inner-controls{justify-content:space-around;display:flex;bottom:8px}.xgplayer .flex-controls .xg-center-grid{display:flex;flex:1;position:relative;top:0;height:100%;justify-content:space-between;align-items:center;left:0;right:0;padding:0 16px}.xgplayer.xgplayer-mobile .xg-center-grid{z-index:2}.xgplayer.xgplayer-mobile .flex-controls .xg-center-grid{padding:0 8px}.xgplayer .bottom-controls .xg-center-grid{top:20px;padding:0}.xgplayer .bottom-controls .xg-left-grid,.xgplayer .bottom-controls .xg-right-grid{bottom:10px}.xgplayer .mini-controls{background-image:none}.xgplayer .mini-controls .xg-inner-controls{bottom:0;left:0;right:0}.xgplayer .mini-controls .xg-center-grid{bottom:-28px;top:auto;padding:0}.xgplayer .mini-controls .xg-left-grid,.xgplayer .mini-controls .xg-right-grid{display:none}.xgplayer .controls-follow{bottom:70px;transition:bottom .3s ease}.xgplayer.flex-controls .controls-follow{bottom:45px}.xgplayer.xgplayer-inactive .controls-follow,.xgplayer.no-controls .controls-follow,.xgplayer.mini-controls .controls-follow{bottom:10px}.xgplayer .xgplayer-cssfullscreen .xg-get-cssfull{display:block}.xgplayer .xgplayer-cssfullscreen .xg-exit-cssfull,.xgplayer .xgplayer-cssfullscreen[data-state=full] .xg-get-cssfull{display:none}.xgplayer .xgplayer-cssfullscreen[data-state=full] .xg-exit-cssfull{display:block}.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen{display:none}.xgplayer .xgplayer-fullscreen .xg-get-fullscreen,.xgplayer .xgplayer-fullscreen[data-state=full] .xg-exit-fullscreen{display:block}.xgplayer .xgplayer-fullscreen[data-state=full] .xg-get-fullscreen{display:none}.xgplayer .xg-top-bar .xgplayer-back{position:relative;left:0;top:16px;width:34px;height:40px;display:none}.xgplayer .xg-top-bar .xgplayer-back.show{display:block}.xgplayer .xgplayer-play .xg-icon-play{display:none}.xgplayer .xgplayer-play .xg-icon-pause,.xgplayer .xgplayer-play[data-state=pause] .xg-icon-play{display:block}.xgplayer .xgplayer-play[data-state=pause] .xg-icon-pause{display:none}.xgplayer .xgplayer-progress{display:flex;align-items:center;position:relative;min-width:10px;height:20px;left:0;right:0;top:0;outline:none;flex:1;cursor:pointer}.xgplayer .xgplayer-progress-outer{position:relative;width:100%;height:2px;border-radius:3px;cursor:pointer}.xgplayer .progress-list{display:flex;height:100%;width:100%;border-radius:inherit}.xgplayer .xgplayer-progress-inner{position:relative;flex:1;height:100%;background:#ffffff4d;transition:height .2s ease-in,opacity .2s ease-out;border-radius:inherit;margin-right:2px;pointer-events:none}.xgplayer .xgplayer-progress-inner:last-child,.xgplayer .xgplayer-progress-inner:only-child{margin-right:0}.xgplayer .inner-focus-point{background:#fff;position:relative}.xgplayer .inner-focus-point:before,.xgplayer .inner-focus-point:after{position:absolute;content:" ";display:block;width:2px;height:300%;top:50%;z-index:1;transform:translateY(-50%);border-radius:3px;background:#fff}.xgplayer .inner-focus-point:before{left:0}.xgplayer .inner-focus-point:after{right:0}.xgplayer .xgplayer-progress-cache,.xgplayer .xgplayer-progress-played{display:block;height:100%;width:0;position:absolute;top:0;left:0;border-radius:inherit}.xgplayer .xgplayer-progress-played{background:linear-gradient(-90deg,#fa1f41,#e31106)}.xgplayer .xgplayer-progress-cache{background:#ffffff80}.xgplayer .xgplayer-progress-btn{display:block;background:#ff5e5e4e;border:.5px solid rgba(255,94,94,.056545);box-shadow:0 0 1px #ff000062;width:20px;height:20px;border-radius:30px;left:0;top:50%;position:absolute;z-index:1;transform:translate(-50%,-50%);box-sizing:border-box;pointer-events:none}.xgplayer .xgplayer-progress-btn:before{content:" ";display:block;position:relative;width:12px;height:12px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:30px;background:#fff}.xgplayer .xgplayer-progress-btn.active{border:4px solid rgba(255,94,94,.064057)}.xgplayer .xgplayer-progress-btn.active:before{box-shadow:0 0 3px #f85959b0}.xgplayer .xgplayer-progress-dot{display:inline-block;position:absolute;height:100%;width:5px;top:0;background:#fff;border-radius:6px;z-index:16}.xgplayer .xgplayer-progress-dot .xgplayer-progress-tip{position:absolute;left:25%;top:-40px;height:auto;line-height:30px;width:auto;transform:scale(.8) translate(-50%);background:#0000004d;border-radius:6px;border:1px solid rgba(0,0,0,.8);cursor:default;white-space:nowrap;display:none}.xgplayer .xgplayer-progress-dot:hover .xgplayer-progress-tip{display:block}.xgplayer .flex-controls .xgplayer-progress{transform:translateY(0)}.xgplayer.xgplayer-pc .xgplayer-progress-btn{transform:translate(-50%,-50%) scale(0)}.xgplayer.xgplayer-pc .xgplayer-progress-outer{height:3px}.xgplayer.xgplayer-pc .xgplayer-progress-inner{margin-right:4px}.xgplayer.xgplayer-pc .xgplayer-progress-inner:last-child,.xgplayer.xgplayer-pc .xgplayer-progress-inner:only-child{margin-right:0}.xgplayer.xgplayer-pc .inner-focus-point:before,.xgplayer.xgplayer-pc .inner-focus-point:after{width:3px}.xgplayer.xgplayer-pc .inner-focus-highlight{background:#fffc}.xgplayer.xgplayer-pc .xgplayer-progress.active .xgplayer-progress-outer{height:6px;margin-bottom:3px;transition:height .3s ease,margin-bottom .3s ease}.xgplayer.xgplayer-pc .xgplayer-progress.active .xgplayer-progress-btn{transform:translate(-50%,-50%) scale(1)}.xgplayer.xgplayer-pc .xgplayer-progress.active .inner-focus-point:before,.xgplayer.xgplayer-pc .xgplayer-progress.active .inner-focus-point:after{width:6px}.xgplayer .xgplayer-progress-bottom .xgplayer-progress-outer{top:9px}.xgplayer .xgplayer-progress-bottom .xgplayer-progress-btn:before{height:6px;width:6px}.xgplayer.xgplayer-mobile .xgplayer-progress-bottom .xgplayer-progress-outer{height:4px}@media(prefers-color-scheme:dark){.xgplayer .xgplayer-progress .xgplayer-progress-inner{background-color:#ffffff4d}.xgplayer .xgplayer-progress .inner-focus-highlight{background:#fffc}.xgplayer .xgplayer-progress .xgplayer-progress-btn{background:#ff5e5e4e;border:.5px solid rgba(255,94,94,.056545);box-shadow:0 0 1px #ff000062}.xgplayer .xgplayer-progress .xgplayer-progress-btn:before{background-color:#fff}.xgplayer .xgplayer-progress .xgplayer-progress-played{background-color:linear-gradient(-90deg,#FA1F41 0%,#E31106 100%)}.xgplayer .xgplayer-progress .xgplayer-progress-cache{background-color:#ffffff80}}.xg-mini-progress{display:none;position:absolute;height:2px;left:0;right:0;bottom:0;pointer-events:none}.xg-mini-progress xg-mini-progress-played,.xg-mini-progress xg-mini-progress-cache{height:100%;width:0;position:absolute;top:0;left:0;border-radius:inherit}.xg-mini-progress xg-mini-progress-played{background:linear-gradient(-90deg,#fa1f41,#e31106)}.xg-mini-progress xg-mini-progress-cache{background:#ffffff80}.xg-mini-progress-show,.xgplayer-inactive .xg-mini-progress,.xgplayer-mini .xg-mini-progress{display:block}.xgplayer .xgplayer-time{pointer-events:none;min-width:40px;font-size:14px;font-family:PingFangSC-Semibold;color:#fff;text-align:center;display:inline-block;line-height:40px}.xgplayer .xgplayer-time span{display:inline-block;line-height:40px;height:40px}.xgplayer .xgplayer-time span .time-min-width{text-align:center;min-width:2ch}.xgplayer .xgplayer-time span .time-min-width:first-child{text-align:right}.xgplayer .xgplayer-time span .time-min-width:last-child{text-align:left}.xgplayer .xgplayer-time .time-duration{color:#ffffff80}.xgplayer .xgplayer-time .time-live-tag{display:none}.xgplayer .xgplayer-time.xg-time-left{margin-left:0}.xgplayer .xgplayer-time.xg-time-right{margin-right:0}.xgplayer.xgplayer-mobile .xgplayer-time{min-width:30px;font-size:12px}.xgplayer.xgplayer-mobile .xgplayer-time.xg-time-left{margin-right:8px}.xgplayer.xgplayer-mobile .xgplayer-time.xg-time-right{margin-left:8px}.xgplayer .xgplayer-volume.slide-show .xgplayer-slider{display:block}.xgplayer .xgplayer-slider{display:none;position:absolute;width:28px;height:92px;background:#0000008a;border-radius:1px;bottom:40px;outline:none}.xgplayer .xgplayer-slider:after{content:" ";display:block;height:15px;width:28px;position:absolute;bottom:-15px;left:0;z-index:20;cursor:auto;cursor:initial}.xgplayer .xgplayer-value-label{position:absolute;left:0;right:0;bottom:100%;padding:5px 0 0;font-size:12px;background-color:#0000008a;color:#fff;text-align:center}.xgplayer .xgplayer-bar,.xgplayer .xgplayer-drag{display:block;position:absolute;bottom:6px;left:12px;background:#ffffff4d;border-radius:100px;width:4px;height:76px;outline:none;cursor:pointer}.xgplayer .xgplayer-drag{bottom:0;left:0;background:#fa1f41;max-height:76px}.xgplayer .xgplayer-drag:after{content:" ";display:inline-block;width:8px;height:8px;background:#fff;box-shadow:0 0 5px #00000042;position:absolute;border-radius:50%;left:-2px;top:-4px}.xgplayer .xgplayer-volume[data-state=normal] .xg-volume{display:block}.xgplayer .xgplayer-volume[data-state=normal] .xg-volume-small,.xgplayer .xgplayer-volume[data-state=normal] .xg-volume-mute,.xgplayer .xgplayer-volume[data-state=small] .xg-volume{display:none}.xgplayer .xgplayer-volume[data-state=small] .xg-volume-small{display:block}.xgplayer .xgplayer-volume[data-state=small] .xg-volume-mute,.xgplayer .xgplayer-volume[data-state=mute] .xg-volume,.xgplayer .xgplayer-volume[data-state=mute] .xg-volume-small{display:none}.xgplayer .xgplayer-volume[data-state=mute] .xg-volume-mute{display:block}.xgplayer.xgplayer-mobile .xgplayer-volume .xgplayer-slider,.xgplayer-replay{display:none}.xgplayer .xgplayer-replay{display:none;position:absolute;left:50%;top:50%;width:100px;height:100px;justify-content:center;align-items:center;flex-direction:column;z-index:5;transform:translate(-50%,-50%);cursor:pointer}.xgplayer .xgplayer-replay .xgplayer-replay-txt{display:inline-block;font-size:14px;color:#fff;line-height:34px;text-align:center}.xgplayer.xgplayer-mobile .xgplayer-replay-svg{width:50px;height:50px}.xgplayer.xgplayer-mobile .xgplayer-replay-txt{line-height:24px;font-size:12px}.xgplayer .xgplayer-poster{display:block;opacity:1;visibility:visible;position:absolute;left:0;top:0;width:100%;height:100%;background-position:center center;background-size:100% auto;background-repeat:no-repeat;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.xgplayer .xgplayer-poster.hide,.xgplayer.xgplayer-playing .xgplayer-poster{opacity:0;visibility:hidden}.xgplayer.xgplayer-playing .xg-not-hidden,.xgplayer.xgplayer-is-enter .xgplayer-poster.xg-showplay,.xgplayer.xgplayer-playing .xgplayer-poster.xg-showplay,.xgplayer.xgplayer-nostart .xgplayer-poster,.xgplayer.xgplayer-ended .xgplayer-poster,.xgplayer.not-allow-autoplay .xgplayer-poster{opacity:1;visibility:visible}.xgplayer.xgplayer-nostart .xgplayer-poster.hide,.xgplayer.xgplayer-ended .xgplayer-poster.hide,.xgplayer.not-allow-autoplay .xgplayer-poster.hide{opacity:0;visibility:hidden}@keyframes playPause{0%{transform:scale(1);opacity:1}99%{transform:scale(1.3);opacity:0}to{transform:scale(1);opacity:0}}.xgplayer xg-start-inner{display:block;width:100%;height:100%;overflow:hidden;border-radius:50%;background:#00000061}.xgplayer .xgplayer-start{width:70px;height:70px;position:absolute;left:50%;top:50%;z-index:5;transform:translate(-50%,-50%);cursor:pointer}.xgplayer .xgplayer-start svg{width:100%;height:100%}.xgplayer .xgplayer-start.hide,.xgplayer .xgplayer-start.focus-hide{display:none;pointer-events:none}.xgplayer .xgplayer-start:hover{opacity:.85}.xgplayer .xgplayer-start .xg-icon-play{display:block}.xgplayer .xgplayer-start .xg-icon-pause,.xgplayer .xgplayer-start[data-state=pause] .xg-icon-play{display:none}.xgplayer .xgplayer-start[data-state=pause] .xg-icon-pause,.xgplayer .xgplayer-start.interact{display:block}.xgplayer .xgplayer-start.interact xg-start-inner{animation:playPause .4s .1s ease-out forwards}.xgplayer .xgplayer-start.show{display:block}.xgplayer.xgplayer-mobile xg-start-inner{background:transparent none repeat 0 0 / auto auto padding-box border-box scroll;background:initial;border-radius:0}.xgplayer.xgplayer-mobile .xgplayer-start{height:50px;width:50px}.xgplayer.xgplayer-mobile .xgplayer-start:hover{opacity:1}.xgplayer.xgplayer-inactive .xgplayer-start.auto-hide,.xgplayer.xgplayer-is-enter .xgplayer-start.auto-hide,.xgplayer.xgplayer-isloading.xgplayer-playing .xgplayer-start,.xgplayer.xgplayer-is-enter .xgplayer-start,.xgplayer.xgplayer-is-error .xgplayer-start,.xgplayer.xgplayer-is-enter .xgplayer-start.show,.xgplayer.xgplayer-is-error .xgplayer-start.show{display:none}.xgplayer-enter{display:none;position:absolute;left:0;top:0;width:100%;height:100%;background:#000c;z-index:5;pointer-events:none}.xgplayer-enter .show{display:block}.xgplayer-enter .xgplayer-enter-spinner{display:block;position:absolute;z-index:1;left:50%;top:50%;height:100px;width:100px;transform:translate(-50%,-50%)}.xgplayer-enter .xgplayer-enter-spinner div{width:6%;height:13%;background-color:#ffffffb3;position:absolute;left:45%;top:45%;opacity:0;border-radius:30px;animation:fade 1s linear infinite}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar1{transform:rotate(0) translateY(-140%);animation-delay:-0s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar2{transform:rotate(30deg) translateY(-140%);animation-delay:-.9163s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar3{transform:rotate(60deg) translateY(-140%);animation-delay:-.833s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar4{transform:rotate(90deg) translateY(-140%);animation-delay:-.7497s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar5{transform:rotate(120deg) translateY(-140%);animation-delay:-.6664s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar6{transform:rotate(150deg) translateY(-140%);animation-delay:-.5831s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar7{transform:rotate(180deg) translateY(-140%);animation-delay:-.4998s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar8{transform:rotate(210deg) translateY(-140%);animation-delay:-.4165s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar9{transform:rotate(240deg) translateY(-140%);animation-delay:-.3332s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar10{transform:rotate(270deg) translateY(-140%);animation-delay:-.2499s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar11{transform:rotate(300deg) translateY(-140%);animation-delay:-.1666s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar12{transform:rotate(330deg) translateY(-142%);animation-delay:-.0833s}@keyframes fade{0%{opacity:1}to{opacity:.25}}.xgplayer.xgplayer-is-enter .xgplayer-enter{display:block;opacity:1;transition:opacity .3s}.xgplayer.xgplayer-nostart .xgplayer-enter{display:none}.xgplayer.xgplayer-mobile .xgplayer-enter .xgplayer-enter-spinner{width:70px;height:70px}.xg-mini-layer{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:11;background:linear-gradient(180deg,#393939e6,#39393900 50.27%)}.xg-mini-layer .mask{pointer-events:none;position:absolute;top:0;left:0;height:100%;width:100%;background-color:#0006}.xg-mini-layer xg-mini-header{display:flex;top:0;left:0;right:40px;box-sizing:border-box;padding:10px 3px 0 8px;justify-content:space-between;color:#fff;font-size:14px;position:absolute;z-index:22}.xg-mini-layer xg-mini-header .xgplayer-pip-disableBtn{pointer-events:all}.xg-mini-layer xg-mini-header #disabledMini{display:none;position:relative}.xg-mini-layer xg-mini-header #disabledMini+label{cursor:pointer;position:relative;display:flex;align-items:center}.xg-mini-layer xg-mini-header #disabledMini+label:before{content:"";color:#ff142b;background-color:transparent;border-radius:2px;border:solid 1px #cdcdcd;width:16px;height:16px;display:inline-block;text-align:center;vertical-align:middle;line-height:16px;margin-right:7px}.xg-mini-layer xg-mini-header #disabledMini:checked+label{color:#ff142b}.xg-mini-layer xg-mini-header #disabledMini:checked+label:before{border-color:#ff142b}.xg-mini-layer xg-mini-header #disabledMini:checked+label:after{content:"";position:absolute;width:4px;height:8px;border-color:#ff142b;border-style:solid;border-width:0px 2px 2px 0px;transform:rotate(45deg);left:6px;top:5px}.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn xg-tips{position:absolute;padding:4px 6px;white-space:nowrap;bottom:-30px;right:15px;border-radius:4px;background-color:#0000008a;display:none}.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover #disabledMini+label:before{border-color:#ff142b}.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover #disabledMini+label{color:#ff142b}.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover xg-tips{display:block}.xg-mini-layer .mini-cancel-btn{cursor:pointer;display:block;color:#fff;width:40px;height:38px;position:absolute;right:0;top:0;text-align:center;line-height:38px}.xg-mini-layer .play-icon{cursor:pointer;height:48px;width:48px;position:absolute;background:#0000008a;border-radius:24px;top:50%;left:50%;margin:-24px 0 0 -24px}.xg-mini-layer .play-icon svg,.xg-mini-layer .play-icon img{width:50px;height:50px;fill:#faf7f7}.xg-mini-layer .xg-icon-play{display:none}.xg-mini-layer .xg-icon-pause,.xg-mini-layer[data-state=pause] .xg-icon-play{display:block}.xg-mini-layer[data-state=pause] .xg-icon-pause{display:none}.xgplayer-miniicon{position:relative;outline:none;display:block}.xgplayer-miniicon .name{text-align:center;font-size:13px;line-height:20px;height:20px;color:#fffc;line-height:40px}.xgplayer-miniicon .name span{font-size:13px;width:60px;height:20px;line-height:20px;background:#00000061;border-radius:10px;display:inline-block;vertical-align:middle}.xgplayer-mini{position:fixed;width:320px;height:180px;z-index:91;box-shadow:0 4px 7px 2px #0003}.xgplayer-mini:hover{cursor:move}.xgplayer-mini:hover .xg-mini-layer{display:block}.xgplayer-mini.xgplayer-ended .xg-mini-layer{display:none}.xgplayer-mobile .xg-mini-layer .play-icon{background:none;border-radius:0;border-radius:initial}.xgplayer.xgplayer-inactive{cursor:none}.xgplayer xg-thumbnail{display:block}.xgplayer xg-trigger{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;top:0;left:0;height:100%;width:100%}.xgplayer xg-trigger .time-preview{display:none;position:absolute;width:200px;margin:0 auto;padding:0 20px 30px;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-shadow:0 0 1px rgba(0,0,0,.54);font-size:18px;text-align:center;pointer-events:none}.xgplayer xg-trigger .time-preview span{line-height:24px}.xgplayer xg-trigger .time-preview .xg-cur{color:red}.xgplayer xg-trigger .time-preview .xg-separator{font-size:14px}.xgplayer xg-trigger .time-preview .xg-seek-show{transform:translate(-10px)}.xgplayer xg-trigger .time-preview .xg-seek-show.xg-back .xg-seek-pre{transform:rotate(180deg) translate(-5px)}.xgplayer xg-trigger .time-preview .xg-seek-show.hide-seek-icon .xg-seek-icon{display:none}.xgplayer xg-trigger .time-preview .xg-bar{width:96px;height:2px;margin:8px auto 0;border-radius:10px;box-sizing:content-box;background:#ffffff4d}.xgplayer xg-trigger .time-preview .xg-bar .xg-curbar{width:0;height:100%;background-color:red}.xgplayer xg-trigger .time-preview .xg-bar.hide{display:none}.xgplayer xg-trigger .mobile-thumbnail{position:relative;left:50%;transform:translate(-50%)}.xgplayer xg-trigger .xg-top-note{position:absolute;height:32px;width:135px;top:26px;left:50%;margin-left:-78px;background:#0000004d;border-radius:100px;color:#fff}.xgplayer xg-trigger .xg-top-note span{display:block;line-height:32px;height:32px;font-size:13px;text-align:center}.xgplayer xg-trigger .xg-top-note i{color:red;margin:0 5px}.xgplayer xg-trigger .xg-playbackrate{display:none}.xgplayer xg-trigger[data-xg-action=seeking] .time-preview{display:block}.xgplayer xg-trigger[data-xg-action=playbackrate] .xg-playbackrate{display:block}.xgplayer .gradient{display:none;position:absolute;top:0;left:0;height:100%;width:100%;pointer-events:none;background-image:linear-gradient(#0009,#0000005c 20%,#0000 36% 70%,#0000003d 77%,#0000005c 83%,#0009)}.xgplayer .gradient.top{background-image:linear-gradient(#0009,#0000005c 20%,#0000 36% 70%)}.xgplayer .gradient.bottom{background-image:linear-gradient(#0000 70%,#0000003d 77%,#0000005c 83%,#0009)}.xgplayer .gradient.none,.xgplayer-mobile .xgplayer-controls{background-image:none;background-image:initial}.xgplayer-mobile.xgplayer-playing .gradient{display:block}.xgplayer-mobile.xgplayer-inactive .gradient{background-image:none;background-image:initial}.xgplayer-mobile .xgmask{position:absolute;height:100%;z-index:10;top:0;left:0;width:100%;pointer-events:none;background-color:#0000}@media(prefers-color-scheme:dark){.xgplayer-mobile xg-trigger .time-preview{color:#fff}.xgplayer-mobile xg-trigger .time-preview span.xg-cur{color:red}.xgplayer-mobile xg-trigger .time-preview .xg-bar{background-color:#ffffff4d}.xgplayer-mobile xg-trigger .time-preview .xg-bar.xg-curbar{background-color:red}}@keyframes loadingRotate{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes loadingDashOffset{0%{stroke-dashoffset:236}to{stroke-dashoffset:0}}xg-loading-inner{display:block;height:100%;width:100%;transform-origin:center;animation:loadingRotate 1s .1s linear infinite}.xgplayer-loading{display:none;width:70px;height:70px;overflow:hidden;position:absolute;z-index:10;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.xgplayer-loading svg,.xgplayer-loading img{width:100%;height:100%}.xgplayer-mobile .xgplayer-loading{width:50px;height:50px}.xgplayer-isloading .xgplayer-loading{display:block}.xgplayer-nostart .xgplayer-loading,.xgplayer-pause .xgplayer-loading,.xgplayer-is-enter .xgplayer-loading,.xgplayer-is-ended .xgplayer-loading,.xgplayer-is-error .xgplayer-loading,.xgplayer .xgplayer-pip .xg-exit-pip{display:none}.xgplayer .xgplayer-pip .xg-get-pip,.xgplayer .xgplayer-pip[data-state=pip] .xg-exit-pip{display:block}.xgplayer .xgplayer-pip[data-state=pip] .xg-get-pip{display:none}.xgplayer .xgplayer-playnext{position:relative;display:none;cursor:pointer}.xgplayer .xgplayer-playnext .xgplayer-tips .xgplayer-tip-playnext{display:block}.xgplayer .xgplayer-playnext:hover{opacity:.85}.xgplayer .xgplayer-playnext:hover .xgplayer-tips{display:block}.lang-is-en .xgplayer-playnext .xgplayer-tips{margin-left:-25px}.lang-is-jp .xgplayer-playnext .xgplayer-tips{margin-left:-38px}.xgplayer .xgplayer-download{position:relative;display:block;cursor:pointer}.lang-is-en .xgplayer-download .xgplayer-tips{margin-left:-32px}.lang-is-jp .xgplayer-download .xgplayer-tips{margin-left:-40px}.xgplayer .xgplayer-shot{display:none}.xgplayer-definition{display:none;cursor:pointer}.xgplayer .xgplayer-playbackrate{display:none;cursor:default}.xgplayer-error{background:#000;display:none;position:absolute;left:0;top:0;width:100%;height:100%;z-index:6;color:#fff;text-align:center;line-height:100%;justify-content:center;align-items:center}.xgplayer-error .xgplayer-error-refresh{color:#fa1f41;padding:0 3px;cursor:pointer}.xgplayer-error .xgplayer-error-text{line-height:18px;margin:auto 6px 20px;display:block}.xgplayer-is-error .xgplayer-error{display:flex}.xgplayer .xgplayer-prompt{display:block;pointer-events:none;position:absolute;z-index:1;padding:6px 12px 5px;opacity:0;left:10px;background:#00000080;border-radius:50px;font-size:12px;line-height:17px;text-align:center;color:#fff}.xgplayer .xgplayer-prompt.show{display:block;opacity:1;z-index:10;pointer-events:initial}.xgplayer .xgplayer-prompt.arrow{transform:translate(-50%)}.xgplayer .xgplayer-prompt.arrow:after{content:"";display:block;position:absolute;left:50%;bottom:0;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid rgba(0,0,0,.5);transform:translate(-50%,100%)}.xgplayer .xgplayer-prompt .highlight{display:inline-block;margin-left:6px;color:red;cursor:pointer}.xgplayer.xgplayer-is-error .xgplayer-prompt.show{display:none;opacity:1}.xgplayer .xgplayer-spot{position:absolute;top:0;left:0;height:100%;background:#fff;border-radius:12px}.xgplayer .xgplayer-spot.mini{min-width:6px;transform:translate(-50%)}.xgplayer .xgplayer-spot.active .xgplayer-spot-pop{display:block;opacity:1;pointer-events:initial}.xgplayer .xgplayer-spot-pop{display:block;opacity:0;pointer-events:none;position:absolute;left:50%;bottom:5px;padding-bottom:5px;transform:translate(-50%)}.xgplayer-mobile .xgplayer-spot{height:3px;min-width:3px;top:50%;opacity:1;transform:translateY(-50%)}.xgplayer-mobile .xgplayer-spot.mini{min-width:3px;transform:translate(-50%,-50%)}.xgplayer .xgplayer-progress.active .xgplayer-spot{opacity:1;transition:opacity .3s;visibility:visible}.xgplayer .xg-spot-info{position:absolute;left:0;bottom:100%;display:none}.xgplayer .xg-spot-info.short-line .xg-spot-line{height:6px}.xgplayer .xg-spot-info.short-line .xg-spot-content{bottom:-4px}.xgplayer .xg-spot-info.no-thumbnail .xg-spot-thumbnail{display:none}.xgplayer .xg-spot-info.no-thumbnail .xgplayer-progress-point{display:block}.xgplayer .xg-spot-info.no-timepoint .xgplayer-progress-point,.xgplayer .xg-spot-info.hide{display:none}.xgplayer .xgplayer-progress.active .xg-spot-info{display:block}.xgplayer .xgplayer-progress.active .xg-spot-info.hide{display:none}.xgplayer .xg-spot-line{position:relative;bottom:-7px;margin-left:50%;display:block;width:1px;height:41px;background-color:#fff;pointer-events:none}.xgplayer .xgplayer-progress-point{display:none;position:relative;bottom:-4px;left:50%;transform:translate(-50%);background:#0000008a;font-size:11px;color:#fff;padding:4px 6px;border-radius:4px;text-align:center;opacity:.85;white-space:nowrap}.xgplayer .xg-spot-content{position:relative;bottom:-7px;color:#fff;border-radius:2px 2px 0 0}.xgplayer .xg-spot-ext-text{position:relative;bottom:-7px}.xgplayer .xg-spot-thumbnail{position:relative;background-color:#111010;pointer-events:none;border-radius:2px 2px 0 0}.xgplayer .xg-spot-time{position:absolute;bottom:2px;font-size:12px;line-height:16.8px;left:50%;transform:translate(-50%);pointer-events:none}.xgplayer .progress-thumbnail{margin:0 auto;display:block}.xgplayer .xg-spot-text{display:none;padding:5px 8px;background:#000c;border-radius:0 0 2px 2px;pointer-events:none;box-sizing:border-box}.xgplayer .spot-inner-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:20px;font-size:12px;max-height:40px}.xgplayer .xg-spot-content.show-text .xg-spot-text{display:block}.xgplayer .product .xg-spot-text{background:#3370ff}.xgplayer .product .xg-spot-line{border-left:10px solid transparent;border-right:10px solid transparent;border-top:7px solid #3370FF;width:0;height:15px;left:-10px;background:none}.xgplayer .xgvideo-preview{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;visibility:hidden;transition:visibility .3s,opacity .3s;background-color:#000}.xgplayer .xgvideo-preview .xgvideo-thumbnail{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:0}.xgplayer .xgvideo-preview.show{opacity:1;visibility:visible}.xgplayer-dynamic-bg,.xgplayer-dynamic-bg canvas,.xgplayer-dynamic-bg xgmask,.xgplayer-dynamic-bg xgfilter{display:block;position:absolute;top:0;left:0;height:100%;width:100%;pointer-events:none}.xgplayer-dynamic-bg canvas{transform:translateZ(0)}.xgplayer-dynamic-bg xgmask{background:#000000b3}
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  function l(e, t) {
15
15
  var r = Object.keys(e);
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  var e = ["fullscreenchange", "webkitfullscreenchange", "mozfullscreenchange", "MSFullscreenChange"], l = ["requestFullscreen", "webkitRequestFullscreen", "mozRequestFullScreen", "msRequestFullscreen"], r = ["exitFullscreen", "webkitExitFullscreen", "mozCancelFullScreen", "msExitFullscreen"], n = "data-xgplayerid";
15
15
  export {
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import { getLang as l } from "./utils/util.js";
15
15
  function a() {
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import { createClass as S, classCallCheck as x } from "./_virtual/_rollupPluginBabelHelpers.js";
15
15
  import c from "./version.js";
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  var a = "play", r = "playing", e = "ended", E = "pause", _ = "error", v = "seeking", t = "seeked", A = "timeupdate", T = "waiting", n = "canplay", s = "canplaythrough", S = "durationchange", d = "volumechange", o = "loadeddata", R = "loadedmetadata", l = "ratechange", N = "progress", c = "loadstart", L = "emptied", O = "stalled", i = "suspend", D = "abort", p = "bufferedChange", C = "focus", g = "blur", u = "ready", I = "urlNull", P = "autoplay_started", h = "autoplay_was_prevented", U = "complete", G = "replay", H = "destroy", y = "urlchange", Y = "download_speed_change", F = "leaveplayer", f = "enterplayer", m = "loading", w = "fullscreen_change", V = "cssFullscreen_change", b = "mini_state_change", M = "definition_change", k = "before_definition_change", B = "after_definition_change", W = "SEI_PARSED", x = "retry", K = "video_resize", X = "pip_change", z = "rotate", Z = "screenShot", j = "playnext", q = "shortcut", J = "xglog", Q = "user_action", $ = "reset", aa = "source_error", ra = "source_success", ea = "switch_subtitle", Ea = ["play", "playing", "ended", "pause", "error", "seeking", "seeked", "timeupdate", "waiting", "canplay", "canplaythrough", "durationchange", "volumechange", "loadeddata", "loadedmetadata", "ratechange", "progress", "loadstart", "emptied", "stalled", "suspend", "abort", "lowdecode"], _a = {
15
15
  STATS_INFO: "stats_info",
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import { inherits as m, createSuper as i, createClass as a, classCallCheck as l, defineProperty as r } from "./_virtual/_rollupPluginBabelHelpers.js";
15
15
  import n from "./error.js";
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import { inherits as v, createSuper as l, classCallCheck as o, createClass as h } from "./_virtual/_rollupPluginBabelHelpers.js";
15
15
  import { e as g } from "../../../_virtual/index3.js";
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  var e = {
15
15
  LANG: "en",
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import { toConsumableArray as g } from "../_virtual/_rollupPluginBabelHelpers.js";
15
15
  import o from "../utils/util.js";
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  var u = {
15
15
  LANG: "jp",
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  var u = {
15
15
  LANG: "zh-cn",
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.7
11
- Build Time: 2026/3/13 18:25:06
12
- Build Commit: 0b162dea954baa715e67b70f80401a571205058a
10
+ Version: 1.1.8
11
+ Build Time: 2026/3/18 18:22:17
12
+ Build Commit: 44c48456c04c14c7d83e532658836e594a224593
13
13
  */
14
14
  import { inherits as b, createSuper as O, classCallCheck as S, createClass as C, defineProperty as M, get as l, getPrototypeOf as h } from "./_virtual/_rollupPluginBabelHelpers.js";
15
15
  import R from "../../../_virtual/index3.js";