@gsc-basic/components 1.1.0 → 1.1.2

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 (978) 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 +4 -4
  7. package/dist/es/CodeEditor/src/index.vue.js +4 -4
  8. package/dist/es/CodeEditor/src/index2.css +4 -4
  9. package/dist/es/CodeEditor/src/index3.css +14 -0
  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 +3 -3
  17. package/dist/es/CountTo/src/index.vue.js +3 -3
  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 +4 -4
  29. package/dist/es/Form/src/Form.vue.js +4 -4
  30. package/dist/es/Form/src/Form2.css +14 -0
  31. package/dist/es/Form/src/styles/form.css +3 -3
  32. package/dist/es/Grid/index.js +3 -3
  33. package/dist/es/Grid/src/Grid.css +4 -4
  34. package/dist/es/Grid/src/Grid.vue.js +4 -4
  35. package/dist/es/Grid/src/components/ActionBar.css +3 -3
  36. package/dist/es/Grid/src/components/ActionBar.vue.js +3 -3
  37. package/dist/es/Grid/src/components/CellEditor.css +3 -3
  38. package/dist/es/Grid/src/components/CellEditor.vue.js +3 -3
  39. package/dist/es/Grid/src/components/CellEditor2.css +3 -3
  40. package/dist/es/Grid/src/components/ColumnFilter.css +3 -3
  41. package/dist/es/Grid/src/components/ColumnFilter.vue.js +3 -3
  42. package/dist/es/Grid/src/components/ColumnSettings.css +3 -3
  43. package/dist/es/Grid/src/components/ColumnSettings.vue.js +3 -3
  44. package/dist/es/Grid/src/components/DataTable.css +3 -3
  45. package/dist/es/Grid/src/components/DataTable.vue.js +3 -3
  46. package/dist/es/Grid/src/components/Pager.css +3 -3
  47. package/dist/es/Grid/src/components/Pager.vue.js +3 -3
  48. package/dist/es/Grid/src/components/QueryBar.css +4 -4
  49. package/dist/es/Grid/src/components/QueryBar.vue.js +4 -4
  50. package/dist/es/Grid/src/composables/useCellEditor.js +3 -3
  51. package/dist/es/Grid/src/composables/useGridTable.js +4 -4
  52. package/dist/es/Grid/src/styles/table.css +3 -3
  53. package/dist/es/Marquee/index.js +3 -3
  54. package/dist/es/Marquee/src/index.css +3 -3
  55. package/dist/es/Marquee/src/index.vue.js +3 -3
  56. package/dist/es/Marquee/src/index2.css +3 -3
  57. package/dist/es/Overlay/index.js +3 -3
  58. package/dist/es/Overlay/src/Message.css +3 -3
  59. package/dist/es/Overlay/src/Message.vue.js +3 -3
  60. package/dist/es/Overlay/src/Message2.css +3 -3
  61. package/dist/es/Overlay/src/Modal.css +3 -3
  62. package/dist/es/Overlay/src/Modal.vue.js +3 -3
  63. package/dist/es/Overlay/src/Modal2.css +3 -3
  64. package/dist/es/Overlay/src/Notice.css +3 -3
  65. package/dist/es/Overlay/src/Notice.vue.js +3 -3
  66. package/dist/es/Overlay/src/Notice2.css +3 -3
  67. package/dist/es/Overlay/src/Tooltip.css +14 -0
  68. package/dist/es/Overlay/src/Tooltip.vue.js +14 -0
  69. package/dist/es/Overlay/src/Tooltip2.css +14 -0
  70. package/dist/es/Progress/index.js +14 -0
  71. package/dist/es/Progress/src/index.css +14 -0
  72. package/dist/es/Progress/src/index.vue.js +14 -0
  73. package/dist/es/Progress/src/index2.css +14 -0
  74. package/dist/es/RichTextEditor/index.js +3 -3
  75. package/dist/es/RichTextEditor/src/ToolbarPanel.css +3 -3
  76. package/dist/es/RichTextEditor/src/ToolbarPanel.vue.js +3 -3
  77. package/dist/es/RichTextEditor/src/ToolbarPanel2.css +3 -3
  78. package/dist/es/RichTextEditor/src/components/BlockquoteButton.css +3 -3
  79. package/dist/es/RichTextEditor/src/components/BlockquoteButton.vue.js +3 -3
  80. package/dist/es/RichTextEditor/src/components/CodeBlockButton.css +3 -3
  81. package/dist/es/RichTextEditor/src/components/CodeBlockButton.vue.js +3 -3
  82. package/dist/es/RichTextEditor/src/components/ColorHighlightPopover.css +3 -3
  83. package/dist/es/RichTextEditor/src/components/ColorHighlightPopover.vue.js +3 -3
  84. package/dist/es/RichTextEditor/src/components/FontSizeDropdownMenu.css +3 -3
  85. package/dist/es/RichTextEditor/src/components/FontSizeDropdownMenu.vue.js +3 -3
  86. package/dist/es/RichTextEditor/src/components/HeadingDropdownMenu.css +3 -3
  87. package/dist/es/RichTextEditor/src/components/HeadingDropdownMenu.vue.js +3 -3
  88. package/dist/es/RichTextEditor/src/components/ImageUploadButton.css +3 -3
  89. package/dist/es/RichTextEditor/src/components/ImageUploadButton.vue.js +3 -3
  90. package/dist/es/RichTextEditor/src/components/LinkPopover.css +3 -3
  91. package/dist/es/RichTextEditor/src/components/LinkPopover.vue.js +3 -3
  92. package/dist/es/RichTextEditor/src/components/ListDropdownMenu.css +3 -3
  93. package/dist/es/RichTextEditor/src/components/ListDropdownMenu.vue.js +3 -3
  94. package/dist/es/RichTextEditor/src/components/MarkButton.css +3 -3
  95. package/dist/es/RichTextEditor/src/components/MarkButton.vue.js +3 -3
  96. package/dist/es/RichTextEditor/src/components/TableButton.css +3 -3
  97. package/dist/es/RichTextEditor/src/components/TableButton.vue.js +3 -3
  98. package/dist/es/RichTextEditor/src/components/TextAlignDropdownMenu.css +3 -3
  99. package/dist/es/RichTextEditor/src/components/TextAlignDropdownMenu.vue.js +3 -3
  100. package/dist/es/RichTextEditor/src/components/TextColorPopover.css +3 -3
  101. package/dist/es/RichTextEditor/src/components/TextColorPopover.vue.js +3 -3
  102. package/dist/es/RichTextEditor/src/components/ToolbarGroup.css +3 -3
  103. package/dist/es/RichTextEditor/src/components/ToolbarGroup.vue.js +3 -3
  104. package/dist/es/RichTextEditor/src/components/ToolbarSeparator.css +3 -3
  105. package/dist/es/RichTextEditor/src/components/ToolbarSeparator.vue.js +3 -3
  106. package/dist/es/RichTextEditor/src/components/UndoRedoButton.css +3 -3
  107. package/dist/es/RichTextEditor/src/components/UndoRedoButton.vue.js +3 -3
  108. package/dist/es/RichTextEditor/src/components/VideoUploadButton.css +3 -3
  109. package/dist/es/RichTextEditor/src/components/VideoUploadButton.vue.js +3 -3
  110. package/dist/es/RichTextEditor/src/components/basic/ColorPicker.css +3 -3
  111. package/dist/es/RichTextEditor/src/components/basic/ColorPicker.vue.js +3 -3
  112. package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal.css +3 -3
  113. package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal.vue.js +3 -3
  114. package/dist/es/RichTextEditor/src/components/basic/SelectMenu.css +3 -3
  115. package/dist/es/RichTextEditor/src/components/basic/SelectMenu.vue.js +3 -3
  116. package/dist/es/RichTextEditor/src/components/basic/SelectMenu2.css +3 -3
  117. package/dist/es/RichTextEditor/src/components/icons.js +3 -3
  118. package/dist/es/RichTextEditor/src/constant/index.js +3 -3
  119. package/dist/es/RichTextEditor/src/extensions/video.js +3 -3
  120. package/dist/es/RichTextEditor/src/index.css +3 -3
  121. package/dist/es/RichTextEditor/src/index.vue.js +3 -3
  122. package/dist/es/RichTextEditor/src/index2.css +3 -3
  123. package/dist/es/RichTextEditor/src/props.js +3 -3
  124. package/dist/es/ScaleScreen/index.js +3 -3
  125. package/dist/es/ScaleScreen/src/index.css +3 -3
  126. package/dist/es/ScaleScreen/src/index.vue.js +3 -3
  127. package/dist/es/ScaleScreen/src/index2.css +3 -3
  128. package/dist/es/Transition/index.js +3 -3
  129. package/dist/es/Transition/src/CollapseTransition.css +3 -3
  130. package/dist/es/Transition/src/CollapseTransition.vue.js +3 -3
  131. package/dist/es/Transition/src/CreateTransition.js +3 -3
  132. package/dist/es/Transition/src/ExpandTransition.js +3 -3
  133. package/dist/es/Transition/src/style/index.css +3 -3
  134. package/dist/es/VideoBackground/index.js +3 -3
  135. package/dist/es/VideoBackground/src/helper.js +3 -3
  136. package/dist/es/VideoBackground/src/index.css +3 -3
  137. package/dist/es/VideoBackground/src/index.vue.js +3 -3
  138. package/dist/es/VideoBackground/src/index2.css +3 -3
  139. package/dist/es/VideoBackground/src/index3.css +3 -3
  140. package/dist/es/VideoBackground/src/videoBackground.js +3 -3
  141. package/dist/es/VideoPlayer/index.js +3 -3
  142. package/dist/es/VideoPlayer/src/index.css +3 -3
  143. package/dist/es/VideoPlayer/src/index.vue.js +3 -3
  144. package/dist/es/VideoPlayer/src/localeSetting.js +3 -3
  145. package/dist/es/VirtualScroll/index.js +3 -3
  146. package/dist/es/VirtualScroll/src/index.css +3 -3
  147. package/dist/es/VirtualScroll/src/index.vue.js +3 -3
  148. package/dist/es/VirtualScroll/src/index.vue2.js +3 -3
  149. package/dist/es/VirtualScroll/src/index2.css +3 -3
  150. package/dist/es/_virtual/_commonjsHelpers.js +3 -3
  151. package/dist/es/_virtual/_plugin-vue_export-helper.js +3 -3
  152. package/dist/es/_virtual/delegate.js +3 -3
  153. package/dist/es/_virtual/download.js +3 -3
  154. package/dist/es/_virtual/download2.js +3 -3
  155. package/dist/es/_virtual/index.js +3 -3
  156. package/dist/es/_virtual/index2.js +3 -3
  157. package/dist/es/hooks/useLocale.js +4 -4
  158. package/dist/es/hooks/useNamespace.js +3 -3
  159. package/dist/es/index.js +4 -4
  160. package/dist/es/locale/lang/en-US.js +4 -4
  161. package/dist/es/locale/lang/ja-JP.js +4 -4
  162. package/dist/es/locale/lang/zh-CN.js +4 -4
  163. package/dist/es/node_modules/@codemirror/autocomplete/dist/index.js +3 -3
  164. package/dist/es/node_modules/@codemirror/commands/dist/index.js +3 -3
  165. package/dist/es/node_modules/@codemirror/lang-java/dist/index.js +3 -3
  166. package/dist/es/node_modules/@codemirror/lang-javascript/dist/index.js +3 -3
  167. package/dist/es/node_modules/@codemirror/lang-json/dist/index.js +3 -3
  168. package/dist/es/node_modules/@codemirror/lang-python/dist/index.js +3 -3
  169. package/dist/es/node_modules/@codemirror/lang-sql/dist/index.js +3 -3
  170. package/dist/es/node_modules/@codemirror/lang-xml/dist/index.js +3 -3
  171. package/dist/es/node_modules/@codemirror/lang-yaml/dist/index.js +3 -3
  172. package/dist/es/node_modules/@codemirror/language/dist/index.js +4 -4
  173. package/dist/es/node_modules/@codemirror/lint/dist/index.js +3 -3
  174. package/dist/es/node_modules/@codemirror/search/dist/index.js +3 -3
  175. package/dist/es/node_modules/@codemirror/state/dist/index.js +3 -3
  176. package/dist/es/node_modules/@codemirror/theme-one-dark/dist/index.js +3 -3
  177. package/dist/es/node_modules/@codemirror/view/dist/index.js +4 -4
  178. package/dist/es/node_modules/@lezer/common/dist/index.js +3 -3
  179. package/dist/es/node_modules/@lezer/highlight/dist/index.js +3 -3
  180. package/dist/es/node_modules/@lezer/java/dist/index.js +3 -3
  181. package/dist/es/node_modules/@lezer/javascript/dist/index.js +3 -3
  182. package/dist/es/node_modules/@lezer/json/dist/index.js +3 -3
  183. package/dist/es/node_modules/@lezer/lr/dist/index.js +3 -3
  184. package/dist/es/node_modules/@lezer/python/dist/index.js +3 -3
  185. package/dist/es/node_modules/@lezer/xml/dist/index.js +3 -3
  186. package/dist/es/node_modules/@lezer/yaml/dist/index.js +3 -3
  187. package/dist/es/node_modules/@marijn/find-cluster-break/src/index.js +3 -3
  188. package/dist/es/node_modules/@tanstack/devtools-event-client/dist/esm/plugin.js +3 -3
  189. package/dist/es/node_modules/@tanstack/form-core/dist/esm/EventClient.js +3 -3
  190. package/dist/es/node_modules/@tanstack/form-core/dist/esm/FieldApi.js +3 -3
  191. package/dist/es/node_modules/@tanstack/form-core/dist/esm/FormApi.js +4 -4
  192. package/dist/es/node_modules/@tanstack/form-core/dist/esm/ValidationLogic.js +3 -3
  193. package/dist/es/node_modules/@tanstack/form-core/dist/esm/metaHelper.js +3 -3
  194. package/dist/es/node_modules/@tanstack/form-core/dist/esm/standardSchemaValidator.js +3 -3
  195. package/dist/es/node_modules/@tanstack/form-core/dist/esm/utils.js +3 -3
  196. package/dist/es/node_modules/@tanstack/pacer-lite/dist/lite-throttler.js +3 -3
  197. package/dist/es/node_modules/@tanstack/store/dist/esm/derived.js +3 -3
  198. package/dist/es/node_modules/@tanstack/store/dist/esm/scheduler.js +3 -3
  199. package/dist/es/node_modules/@tanstack/store/dist/esm/store.js +3 -3
  200. package/dist/es/node_modules/@tanstack/store/dist/esm/types.js +3 -3
  201. package/dist/es/node_modules/@tanstack/table-core/build/lib/index.js +3 -3
  202. package/dist/es/node_modules/@tanstack/vue-form/dist/esm/useField.js +3 -3
  203. package/dist/es/node_modules/@tanstack/vue-form/dist/esm/useForm.js +3 -3
  204. package/dist/es/node_modules/@tanstack/vue-store/dist/esm/index.js +4 -4
  205. package/dist/es/node_modules/@tanstack/vue-table/build/lib/index.js +3 -3
  206. package/dist/es/node_modules/@tiptap/core/dist/index.js +4 -4
  207. package/dist/es/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +3 -3
  208. package/dist/es/node_modules/@tiptap/extension-blockquote/dist/index.js +3 -3
  209. package/dist/es/node_modules/@tiptap/extension-bold/dist/index.js +3 -3
  210. package/dist/es/node_modules/@tiptap/extension-character-count/dist/index.js +3 -3
  211. package/dist/es/node_modules/@tiptap/extension-code/dist/index.js +3 -3
  212. package/dist/es/node_modules/@tiptap/extension-code-block/dist/index.js +3 -3
  213. package/dist/es/node_modules/@tiptap/extension-document/dist/index.js +3 -3
  214. package/dist/es/node_modules/@tiptap/extension-hard-break/dist/index.js +3 -3
  215. package/dist/es/node_modules/@tiptap/extension-heading/dist/index.js +3 -3
  216. package/dist/es/node_modules/@tiptap/extension-highlight/dist/index.js +3 -3
  217. package/dist/es/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +3 -3
  218. package/dist/es/node_modules/@tiptap/extension-image/dist/index.js +3 -3
  219. package/dist/es/node_modules/@tiptap/extension-italic/dist/index.js +3 -3
  220. package/dist/es/node_modules/@tiptap/extension-link/dist/index.js +3 -3
  221. package/dist/es/node_modules/@tiptap/extension-list/dist/index.js +3 -3
  222. package/dist/es/node_modules/@tiptap/extension-paragraph/dist/index.js +3 -3
  223. package/dist/es/node_modules/@tiptap/extension-strike/dist/index.js +3 -3
  224. package/dist/es/node_modules/@tiptap/extension-subscript/dist/index.js +3 -3
  225. package/dist/es/node_modules/@tiptap/extension-superscript/dist/index.js +3 -3
  226. package/dist/es/node_modules/@tiptap/extension-table/dist/index.js +3 -3
  227. package/dist/es/node_modules/@tiptap/extension-task-item/dist/index.js +3 -3
  228. package/dist/es/node_modules/@tiptap/extension-task-list/dist/index.js +3 -3
  229. package/dist/es/node_modules/@tiptap/extension-text/dist/index.js +3 -3
  230. package/dist/es/node_modules/@tiptap/extension-text-align/dist/index.js +3 -3
  231. package/dist/es/node_modules/@tiptap/extension-text-style/dist/index.js +3 -3
  232. package/dist/es/node_modules/@tiptap/extension-underline/dist/index.js +3 -3
  233. package/dist/es/node_modules/@tiptap/extensions/dist/index.js +3 -3
  234. package/dist/es/node_modules/@tiptap/starter-kit/dist/index.js +3 -3
  235. package/dist/es/node_modules/@tiptap/vue-3/dist/index.js +3 -3
  236. package/dist/es/node_modules/@vueuse/core/dist/index.js +3 -3
  237. package/dist/es/node_modules/@vueuse/shared/dist/index.js +3 -3
  238. package/dist/es/node_modules/codemirror/dist/index.js +3 -3
  239. package/dist/es/node_modules/crelt/index.js +3 -3
  240. package/dist/es/node_modules/delegate/src/closest.js +3 -3
  241. package/dist/es/node_modules/delegate/src/delegate.js +3 -3
  242. package/dist/es/node_modules/downloadjs/download.js +3 -3
  243. package/dist/es/node_modules/eventemitter3/index.js +3 -3
  244. package/dist/es/node_modules/linkifyjs/dist/linkify.js +3 -3
  245. package/dist/es/node_modules/lodash-es/_DataView.js +3 -3
  246. package/dist/es/node_modules/lodash-es/_Hash.js +3 -3
  247. package/dist/es/node_modules/lodash-es/_ListCache.js +3 -3
  248. package/dist/es/node_modules/lodash-es/_Map.js +3 -3
  249. package/dist/es/node_modules/lodash-es/_MapCache.js +3 -3
  250. package/dist/es/node_modules/lodash-es/_Promise.js +3 -3
  251. package/dist/es/node_modules/lodash-es/_Set.js +3 -3
  252. package/dist/es/node_modules/lodash-es/_Stack.js +3 -3
  253. package/dist/es/node_modules/lodash-es/_Symbol.js +3 -3
  254. package/dist/es/node_modules/lodash-es/_Uint8Array.js +3 -3
  255. package/dist/es/node_modules/lodash-es/_WeakMap.js +3 -3
  256. package/dist/es/node_modules/lodash-es/_apply.js +3 -3
  257. package/dist/es/node_modules/lodash-es/_arrayEach.js +3 -3
  258. package/dist/es/node_modules/lodash-es/_arrayFilter.js +3 -3
  259. package/dist/es/node_modules/lodash-es/_arrayLikeKeys.js +3 -3
  260. package/dist/es/node_modules/lodash-es/_arrayMap.js +3 -3
  261. package/dist/es/node_modules/lodash-es/_arrayPush.js +3 -3
  262. package/dist/es/node_modules/lodash-es/_assignValue.js +3 -3
  263. package/dist/es/node_modules/lodash-es/_assocIndexOf.js +3 -3
  264. package/dist/es/node_modules/lodash-es/_baseAssignValue.js +3 -3
  265. package/dist/es/node_modules/lodash-es/_baseClone.js +3 -3
  266. package/dist/es/node_modules/lodash-es/_baseFlatten.js +3 -3
  267. package/dist/es/node_modules/lodash-es/_baseGet.js +3 -3
  268. package/dist/es/node_modules/lodash-es/_baseGetAllKeys.js +3 -3
  269. package/dist/es/node_modules/lodash-es/_baseGetTag.js +3 -3
  270. package/dist/es/node_modules/lodash-es/_baseIsArguments.js +3 -3
  271. package/dist/es/node_modules/lodash-es/_baseIsMap.js +3 -3
  272. package/dist/es/node_modules/lodash-es/_baseIsNative.js +3 -3
  273. package/dist/es/node_modules/lodash-es/_baseIsRegExp.js +3 -3
  274. package/dist/es/node_modules/lodash-es/_baseIsSet.js +3 -3
  275. package/dist/es/node_modules/lodash-es/_baseIsTypedArray.js +3 -3
  276. package/dist/es/node_modules/lodash-es/_baseKeysIn.js +3 -3
  277. package/dist/es/node_modules/lodash-es/_baseSetToString.js +3 -3
  278. package/dist/es/node_modules/lodash-es/_baseSlice.js +3 -3
  279. package/dist/es/node_modules/lodash-es/_baseTimes.js +3 -3
  280. package/dist/es/node_modules/lodash-es/_baseToString.js +3 -3
  281. package/dist/es/node_modules/lodash-es/_baseUnary.js +3 -3
  282. package/dist/es/node_modules/lodash-es/_baseUnset.js +3 -3
  283. package/dist/es/node_modules/lodash-es/_castPath.js +3 -3
  284. package/dist/es/node_modules/lodash-es/_cloneArrayBuffer.js +3 -3
  285. package/dist/es/node_modules/lodash-es/_cloneBuffer.js +3 -3
  286. package/dist/es/node_modules/lodash-es/_cloneDataView.js +3 -3
  287. package/dist/es/node_modules/lodash-es/_cloneRegExp.js +3 -3
  288. package/dist/es/node_modules/lodash-es/_cloneSymbol.js +3 -3
  289. package/dist/es/node_modules/lodash-es/_cloneTypedArray.js +3 -3
  290. package/dist/es/node_modules/lodash-es/_copyObject.js +3 -3
  291. package/dist/es/node_modules/lodash-es/_coreJsData.js +3 -3
  292. package/dist/es/node_modules/lodash-es/_customOmitClone.js +3 -3
  293. package/dist/es/node_modules/lodash-es/_defineProperty.js +3 -3
  294. package/dist/es/node_modules/lodash-es/_flatRest.js +3 -3
  295. package/dist/es/node_modules/lodash-es/_freeGlobal.js +3 -3
  296. package/dist/es/node_modules/lodash-es/_getAllKeysIn.js +3 -3
  297. package/dist/es/node_modules/lodash-es/_getMapData.js +3 -3
  298. package/dist/es/node_modules/lodash-es/_getNative.js +3 -3
  299. package/dist/es/node_modules/lodash-es/_getPrototype.js +3 -3
  300. package/dist/es/node_modules/lodash-es/_getRawTag.js +3 -3
  301. package/dist/es/node_modules/lodash-es/_getSymbols.js +3 -3
  302. package/dist/es/node_modules/lodash-es/_getSymbolsIn.js +3 -3
  303. package/dist/es/node_modules/lodash-es/_getTag.js +3 -3
  304. package/dist/es/node_modules/lodash-es/_getValue.js +3 -3
  305. package/dist/es/node_modules/lodash-es/_hashClear.js +3 -3
  306. package/dist/es/node_modules/lodash-es/_hashDelete.js +3 -3
  307. package/dist/es/node_modules/lodash-es/_hashGet.js +3 -3
  308. package/dist/es/node_modules/lodash-es/_hashHas.js +3 -3
  309. package/dist/es/node_modules/lodash-es/_hashSet.js +3 -3
  310. package/dist/es/node_modules/lodash-es/_initCloneArray.js +3 -3
  311. package/dist/es/node_modules/lodash-es/_initCloneByTag.js +3 -3
  312. package/dist/es/node_modules/lodash-es/_isFlattenable.js +3 -3
  313. package/dist/es/node_modules/lodash-es/_isIndex.js +3 -3
  314. package/dist/es/node_modules/lodash-es/_isKey.js +3 -3
  315. package/dist/es/node_modules/lodash-es/_isKeyable.js +3 -3
  316. package/dist/es/node_modules/lodash-es/_isMasked.js +3 -3
  317. package/dist/es/node_modules/lodash-es/_isPrototype.js +3 -3
  318. package/dist/es/node_modules/lodash-es/_listCacheClear.js +3 -3
  319. package/dist/es/node_modules/lodash-es/_listCacheDelete.js +3 -3
  320. package/dist/es/node_modules/lodash-es/_listCacheGet.js +3 -3
  321. package/dist/es/node_modules/lodash-es/_listCacheHas.js +3 -3
  322. package/dist/es/node_modules/lodash-es/_listCacheSet.js +3 -3
  323. package/dist/es/node_modules/lodash-es/_mapCacheClear.js +3 -3
  324. package/dist/es/node_modules/lodash-es/_mapCacheDelete.js +3 -3
  325. package/dist/es/node_modules/lodash-es/_mapCacheGet.js +3 -3
  326. package/dist/es/node_modules/lodash-es/_mapCacheHas.js +3 -3
  327. package/dist/es/node_modules/lodash-es/_mapCacheSet.js +3 -3
  328. package/dist/es/node_modules/lodash-es/_memoizeCapped.js +3 -3
  329. package/dist/es/node_modules/lodash-es/_nativeCreate.js +3 -3
  330. package/dist/es/node_modules/lodash-es/_nativeKeysIn.js +3 -3
  331. package/dist/es/node_modules/lodash-es/_nodeUtil.js +3 -3
  332. package/dist/es/node_modules/lodash-es/_objectToString.js +3 -3
  333. package/dist/es/node_modules/lodash-es/_overArg.js +3 -3
  334. package/dist/es/node_modules/lodash-es/_overRest.js +3 -3
  335. package/dist/es/node_modules/lodash-es/_parent.js +3 -3
  336. package/dist/es/node_modules/lodash-es/_root.js +3 -3
  337. package/dist/es/node_modules/lodash-es/_setToString.js +3 -3
  338. package/dist/es/node_modules/lodash-es/_shortOut.js +3 -3
  339. package/dist/es/node_modules/lodash-es/_stackClear.js +3 -3
  340. package/dist/es/node_modules/lodash-es/_stackDelete.js +3 -3
  341. package/dist/es/node_modules/lodash-es/_stackGet.js +3 -3
  342. package/dist/es/node_modules/lodash-es/_stackHas.js +3 -3
  343. package/dist/es/node_modules/lodash-es/_stackSet.js +3 -3
  344. package/dist/es/node_modules/lodash-es/_stringToPath.js +3 -3
  345. package/dist/es/node_modules/lodash-es/_toKey.js +3 -3
  346. package/dist/es/node_modules/lodash-es/_toSource.js +3 -3
  347. package/dist/es/node_modules/lodash-es/constant.js +3 -3
  348. package/dist/es/node_modules/lodash-es/eq.js +3 -3
  349. package/dist/es/node_modules/lodash-es/flatten.js +3 -3
  350. package/dist/es/node_modules/lodash-es/get.js +3 -3
  351. package/dist/es/node_modules/lodash-es/identity.js +3 -3
  352. package/dist/es/node_modules/lodash-es/isArguments.js +3 -3
  353. package/dist/es/node_modules/lodash-es/isArray.js +3 -3
  354. package/dist/es/node_modules/lodash-es/isArrayLike.js +3 -3
  355. package/dist/es/node_modules/lodash-es/isBuffer.js +3 -3
  356. package/dist/es/node_modules/lodash-es/isFinite.js +3 -3
  357. package/dist/es/node_modules/lodash-es/isFunction.js +3 -3
  358. package/dist/es/node_modules/lodash-es/isLength.js +3 -3
  359. package/dist/es/node_modules/lodash-es/isMap.js +3 -3
  360. package/dist/es/node_modules/lodash-es/isNaN.js +3 -3
  361. package/dist/es/node_modules/lodash-es/isNil.js +3 -3
  362. package/dist/es/node_modules/lodash-es/isNumber.js +3 -3
  363. package/dist/es/node_modules/lodash-es/isObject.js +3 -3
  364. package/dist/es/node_modules/lodash-es/isObjectLike.js +3 -3
  365. package/dist/es/node_modules/lodash-es/isPlainObject.js +3 -3
  366. package/dist/es/node_modules/lodash-es/isRegExp.js +3 -3
  367. package/dist/es/node_modules/lodash-es/isSet.js +3 -3
  368. package/dist/es/node_modules/lodash-es/isString.js +3 -3
  369. package/dist/es/node_modules/lodash-es/isSymbol.js +3 -3
  370. package/dist/es/node_modules/lodash-es/isTypedArray.js +3 -3
  371. package/dist/es/node_modules/lodash-es/keysIn.js +3 -3
  372. package/dist/es/node_modules/lodash-es/last.js +3 -3
  373. package/dist/es/node_modules/lodash-es/memoize.js +3 -3
  374. package/dist/es/node_modules/lodash-es/omit.js +3 -3
  375. package/dist/es/node_modules/lodash-es/stubArray.js +3 -3
  376. package/dist/es/node_modules/lodash-es/stubFalse.js +3 -3
  377. package/dist/es/node_modules/lodash-es/toString.js +3 -3
  378. package/dist/es/node_modules/orderedmap/dist/index.js +3 -3
  379. package/dist/es/node_modules/prosemirror-commands/dist/index.js +3 -3
  380. package/dist/es/node_modules/prosemirror-dropcursor/dist/index.js +3 -3
  381. package/dist/es/node_modules/prosemirror-gapcursor/dist/index.js +3 -3
  382. package/dist/es/node_modules/prosemirror-history/dist/index.js +3 -3
  383. package/dist/es/node_modules/prosemirror-keymap/dist/index.js +3 -3
  384. package/dist/es/node_modules/prosemirror-model/dist/index.js +3 -3
  385. package/dist/es/node_modules/prosemirror-schema-list/dist/index.js +3 -3
  386. package/dist/es/node_modules/prosemirror-state/dist/index.js +3 -3
  387. package/dist/es/node_modules/prosemirror-tables/dist/index.js +3 -3
  388. package/dist/es/node_modules/prosemirror-transform/dist/index.js +3 -3
  389. package/dist/es/node_modules/prosemirror-view/dist/index.js +3 -3
  390. package/dist/es/node_modules/rope-sequence/dist/index.js +3 -3
  391. package/dist/es/node_modules/style-mod/src/style-mod.js +3 -3
  392. package/dist/es/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +3 -3
  393. package/dist/es/node_modules/w3c-keyname/index.js +3 -3
  394. package/dist/es/node_modules/xgplayer/dist/index.min.css +3 -3
  395. package/dist/es/node_modules/xgplayer/es/_virtual/_rollupPluginBabelHelpers.js +3 -3
  396. package/dist/es/node_modules/xgplayer/es/constant.js +3 -3
  397. package/dist/es/node_modules/xgplayer/es/defaultConfig.js +3 -3
  398. package/dist/es/node_modules/xgplayer/es/error.js +3 -3
  399. package/dist/es/node_modules/xgplayer/es/events.js +3 -3
  400. package/dist/es/node_modules/xgplayer/es/index.umd.js +3 -3
  401. package/dist/es/node_modules/xgplayer/es/instManager.js +3 -3
  402. package/dist/es/node_modules/xgplayer/es/lang/en.js +3 -3
  403. package/dist/es/node_modules/xgplayer/es/lang/i18n.js +3 -3
  404. package/dist/es/node_modules/xgplayer/es/lang/jp.js +3 -3
  405. package/dist/es/node_modules/xgplayer/es/lang/zh-cn.js +3 -3
  406. package/dist/es/node_modules/xgplayer/es/mediaProxy.js +3 -3
  407. package/dist/es/node_modules/xgplayer/es/player.js +3 -3
  408. package/dist/es/node_modules/xgplayer/es/plugin/basePlugin.js +3 -3
  409. package/dist/es/node_modules/xgplayer/es/plugin/hooksDescriptor.js +3 -3
  410. package/dist/es/node_modules/xgplayer/es/plugin/plugin.js +3 -3
  411. package/dist/es/node_modules/xgplayer/es/plugin/pluginsManager.js +3 -3
  412. package/dist/es/node_modules/xgplayer/es/plugin/preset.js +3 -3
  413. package/dist/es/node_modules/xgplayer/es/plugin/resizeObserver.js +3 -3
  414. package/dist/es/node_modules/xgplayer/es/plugins/assets/back.js +3 -3
  415. package/dist/es/node_modules/xgplayer/es/plugins/assets/download.js +3 -3
  416. package/dist/es/node_modules/xgplayer/es/plugins/assets/exitCssFull.js +3 -3
  417. package/dist/es/node_modules/xgplayer/es/plugins/assets/exitFull.js +3 -3
  418. package/dist/es/node_modules/xgplayer/es/plugins/assets/loading.js +3 -3
  419. package/dist/es/node_modules/xgplayer/es/plugins/assets/pause.js +3 -3
  420. package/dist/es/node_modules/xgplayer/es/plugins/assets/pipIcon.js +3 -3
  421. package/dist/es/node_modules/xgplayer/es/plugins/assets/pipIconExit.js +3 -3
  422. package/dist/es/node_modules/xgplayer/es/plugins/assets/play.js +3 -3
  423. package/dist/es/node_modules/xgplayer/es/plugins/assets/playNext.js +3 -3
  424. package/dist/es/node_modules/xgplayer/es/plugins/assets/replay.js +3 -3
  425. package/dist/es/node_modules/xgplayer/es/plugins/assets/requestCssFull.js +3 -3
  426. package/dist/es/node_modules/xgplayer/es/plugins/assets/requestFull.js +3 -3
  427. package/dist/es/node_modules/xgplayer/es/plugins/assets/rotate.js +3 -3
  428. package/dist/es/node_modules/xgplayer/es/plugins/assets/seekicon.js +3 -3
  429. package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeLarge.js +3 -3
  430. package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeMuted.js +3 -3
  431. package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeSmall.js +3 -3
  432. package/dist/es/node_modules/xgplayer/es/plugins/common/iconPlugin.js +3 -3
  433. package/dist/es/node_modules/xgplayer/es/plugins/common/iconTools.js +3 -3
  434. package/dist/es/node_modules/xgplayer/es/plugins/common/optionList.js +3 -3
  435. package/dist/es/node_modules/xgplayer/es/plugins/common/optionsIcon.js +3 -3
  436. package/dist/es/node_modules/xgplayer/es/plugins/common/thumbnail.js +3 -3
  437. package/dist/es/node_modules/xgplayer/es/plugins/controls/index.js +3 -3
  438. package/dist/es/node_modules/xgplayer/es/plugins/cssFullScreen/index.js +3 -3
  439. package/dist/es/node_modules/xgplayer/es/plugins/definition/index.js +3 -3
  440. package/dist/es/node_modules/xgplayer/es/plugins/download/index.js +3 -3
  441. package/dist/es/node_modules/xgplayer/es/plugins/dynamicBg/index.js +3 -3
  442. package/dist/es/node_modules/xgplayer/es/plugins/enter/index.js +3 -3
  443. package/dist/es/node_modules/xgplayer/es/plugins/error/index.js +3 -3
  444. package/dist/es/node_modules/xgplayer/es/plugins/fpsDetect/index.js +3 -3
  445. package/dist/es/node_modules/xgplayer/es/plugins/fullscreen/backicon.js +3 -3
  446. package/dist/es/node_modules/xgplayer/es/plugins/fullscreen/index.js +3 -3
  447. package/dist/es/node_modules/xgplayer/es/plugins/gapJump/index.js +3 -3
  448. package/dist/es/node_modules/xgplayer/es/plugins/keyboard/index.js +3 -3
  449. package/dist/es/node_modules/xgplayer/es/plugins/loading/index.js +3 -3
  450. package/dist/es/node_modules/xgplayer/es/plugins/logger/index.js +3 -3
  451. package/dist/es/node_modules/xgplayer/es/plugins/miniScreen/index.js +3 -3
  452. package/dist/es/node_modules/xgplayer/es/plugins/miniScreen/miniScreenIcon.js +3 -3
  453. package/dist/es/node_modules/xgplayer/es/plugins/mobile/index.js +3 -3
  454. package/dist/es/node_modules/xgplayer/es/plugins/mobile/touch.js +3 -3
  455. package/dist/es/node_modules/xgplayer/es/plugins/pc/index.js +3 -3
  456. package/dist/es/node_modules/xgplayer/es/plugins/pip/index.js +3 -3
  457. package/dist/es/node_modules/xgplayer/es/plugins/play/index.js +3 -3
  458. package/dist/es/node_modules/xgplayer/es/plugins/playNext/index.js +3 -3
  459. package/dist/es/node_modules/xgplayer/es/plugins/playbackRate/index.js +3 -3
  460. package/dist/es/node_modules/xgplayer/es/plugins/poster/index.js +3 -3
  461. package/dist/es/node_modules/xgplayer/es/plugins/progress/index.js +3 -3
  462. package/dist/es/node_modules/xgplayer/es/plugins/progress/innerList.js +3 -3
  463. package/dist/es/node_modules/xgplayer/es/plugins/progress/miniProgress.js +3 -3
  464. package/dist/es/node_modules/xgplayer/es/plugins/progressPreview/dotsApi.js +3 -3
  465. package/dist/es/node_modules/xgplayer/es/plugins/progressPreview/index.js +3 -3
  466. package/dist/es/node_modules/xgplayer/es/plugins/prompt/index.js +3 -3
  467. package/dist/es/node_modules/xgplayer/es/plugins/replay/index.js +3 -3
  468. package/dist/es/node_modules/xgplayer/es/plugins/rotate/index.js +3 -3
  469. package/dist/es/node_modules/xgplayer/es/plugins/screenShot/index.js +3 -3
  470. package/dist/es/node_modules/xgplayer/es/plugins/start/index.js +3 -3
  471. package/dist/es/node_modules/xgplayer/es/plugins/stats/index.js +3 -3
  472. package/dist/es/node_modules/xgplayer/es/plugins/testspeed/index.js +3 -3
  473. package/dist/es/node_modules/xgplayer/es/plugins/time/index.js +3 -3
  474. package/dist/es/node_modules/xgplayer/es/plugins/time/timesegments.js +3 -3
  475. package/dist/es/node_modules/xgplayer/es/plugins/volume/index.js +3 -3
  476. package/dist/es/node_modules/xgplayer/es/plugins/waitingTimeoutJump/index.js +3 -3
  477. package/dist/es/node_modules/xgplayer/es/presets/default.js +3 -3
  478. package/dist/es/node_modules/xgplayer/es/state.js +3 -3
  479. package/dist/es/node_modules/xgplayer/es/stateClassMap.js +3 -3
  480. package/dist/es/node_modules/xgplayer/es/utils/database.js +3 -3
  481. package/dist/es/node_modules/xgplayer/es/utils/debug.js +3 -3
  482. package/dist/es/node_modules/xgplayer/es/utils/draggabilly.js +3 -3
  483. package/dist/es/node_modules/xgplayer/es/utils/sniffer.js +3 -3
  484. package/dist/es/node_modules/xgplayer/es/utils/util.js +3 -3
  485. package/dist/es/node_modules/xgplayer/es/utils/xgplayerTimeRange.js +3 -3
  486. package/dist/es/node_modules/xgplayer/es/version.js +3 -3
  487. package/dist/es/packages/components/index.js +4 -4
  488. package/dist/es/styles/tokens.css +3 -3
  489. package/dist/lib/Button/index.js +3 -3
  490. package/dist/lib/Button/src/Button.css +3 -3
  491. package/dist/lib/Button/src/Button.vue.js +3 -3
  492. package/dist/lib/Button/src/Button2.css +3 -3
  493. package/dist/lib/CodeEditor/index.js +3 -3
  494. package/dist/lib/CodeEditor/src/index.css +4 -4
  495. package/dist/lib/CodeEditor/src/index.vue.js +4 -4
  496. package/dist/lib/CodeEditor/src/index2.css +4 -4
  497. package/dist/lib/CodeEditor/src/index3.css +14 -0
  498. package/dist/lib/ConfigProvider/index.js +3 -3
  499. package/dist/lib/ConfigProvider/src/configProvider.js +3 -3
  500. package/dist/lib/ConfigProvider/src/configProviderProps.js +3 -3
  501. package/dist/lib/ConfigProvider/src/constants.js +3 -3
  502. package/dist/lib/ConfigProvider/src/useGlobalConfig.js +3 -3
  503. package/dist/lib/CountTo/index.js +3 -3
  504. package/dist/lib/CountTo/src/index.css +3 -3
  505. package/dist/lib/CountTo/src/index.vue.js +3 -3
  506. package/dist/lib/Ellipsis/index.js +3 -3
  507. package/dist/lib/Ellipsis/src/components/JsEllipsis.css +3 -3
  508. package/dist/lib/Ellipsis/src/components/JsEllipsis.vue.js +3 -3
  509. package/dist/lib/Ellipsis/src/components/NativeEllipsis.css +3 -3
  510. package/dist/lib/Ellipsis/src/components/NativeEllipsis.vue.js +3 -3
  511. package/dist/lib/Ellipsis/src/components/NativeEllipsis2.css +3 -3
  512. package/dist/lib/Ellipsis/src/index.css +3 -3
  513. package/dist/lib/Ellipsis/src/index.vue.js +3 -3
  514. package/dist/lib/Ellipsis/src/utils/utils.js +3 -3
  515. package/dist/lib/Form/index.js +3 -3
  516. package/dist/lib/Form/src/Form.css +4 -4
  517. package/dist/lib/Form/src/Form.vue.js +4 -4
  518. package/dist/lib/Form/src/Form2.css +14 -0
  519. package/dist/lib/Form/src/styles/form.css +3 -3
  520. package/dist/lib/Grid/index.js +3 -3
  521. package/dist/lib/Grid/src/Grid.css +4 -4
  522. package/dist/lib/Grid/src/Grid.vue.js +4 -4
  523. package/dist/lib/Grid/src/components/ActionBar.css +3 -3
  524. package/dist/lib/Grid/src/components/ActionBar.vue.js +3 -3
  525. package/dist/lib/Grid/src/components/CellEditor.css +3 -3
  526. package/dist/lib/Grid/src/components/CellEditor.vue.js +3 -3
  527. package/dist/lib/Grid/src/components/CellEditor2.css +3 -3
  528. package/dist/lib/Grid/src/components/ColumnFilter.css +3 -3
  529. package/dist/lib/Grid/src/components/ColumnFilter.vue.js +3 -3
  530. package/dist/lib/Grid/src/components/ColumnSettings.css +3 -3
  531. package/dist/lib/Grid/src/components/ColumnSettings.vue.js +3 -3
  532. package/dist/lib/Grid/src/components/DataTable.css +3 -3
  533. package/dist/lib/Grid/src/components/DataTable.vue.js +3 -3
  534. package/dist/lib/Grid/src/components/Pager.css +3 -3
  535. package/dist/lib/Grid/src/components/Pager.vue.js +3 -3
  536. package/dist/lib/Grid/src/components/QueryBar.css +4 -4
  537. package/dist/lib/Grid/src/components/QueryBar.vue.js +4 -4
  538. package/dist/lib/Grid/src/composables/useCellEditor.js +3 -3
  539. package/dist/lib/Grid/src/composables/useGridTable.js +4 -4
  540. package/dist/lib/Grid/src/styles/table.css +3 -3
  541. package/dist/lib/Marquee/index.js +3 -3
  542. package/dist/lib/Marquee/src/index.css +3 -3
  543. package/dist/lib/Marquee/src/index.vue.js +3 -3
  544. package/dist/lib/Marquee/src/index2.css +3 -3
  545. package/dist/lib/Overlay/index.js +3 -3
  546. package/dist/lib/Overlay/src/Message.css +3 -3
  547. package/dist/lib/Overlay/src/Message.vue.js +3 -3
  548. package/dist/lib/Overlay/src/Message2.css +3 -3
  549. package/dist/lib/Overlay/src/Modal.css +3 -3
  550. package/dist/lib/Overlay/src/Modal.vue.js +3 -3
  551. package/dist/lib/Overlay/src/Modal2.css +3 -3
  552. package/dist/lib/Overlay/src/Notice.css +3 -3
  553. package/dist/lib/Overlay/src/Notice.vue.js +3 -3
  554. package/dist/lib/Overlay/src/Notice2.css +3 -3
  555. package/dist/lib/Overlay/src/Tooltip.css +14 -0
  556. package/dist/lib/Overlay/src/Tooltip.vue.js +14 -0
  557. package/dist/lib/Overlay/src/Tooltip2.css +14 -0
  558. package/dist/lib/Progress/index.js +14 -0
  559. package/dist/lib/Progress/src/index.css +14 -0
  560. package/dist/lib/Progress/src/index.vue.js +14 -0
  561. package/dist/lib/Progress/src/index2.css +14 -0
  562. package/dist/lib/RichTextEditor/index.js +3 -3
  563. package/dist/lib/RichTextEditor/src/ToolbarPanel.css +3 -3
  564. package/dist/lib/RichTextEditor/src/ToolbarPanel.vue.js +3 -3
  565. package/dist/lib/RichTextEditor/src/ToolbarPanel2.css +3 -3
  566. package/dist/lib/RichTextEditor/src/components/BlockquoteButton.css +3 -3
  567. package/dist/lib/RichTextEditor/src/components/BlockquoteButton.vue.js +3 -3
  568. package/dist/lib/RichTextEditor/src/components/CodeBlockButton.css +3 -3
  569. package/dist/lib/RichTextEditor/src/components/CodeBlockButton.vue.js +3 -3
  570. package/dist/lib/RichTextEditor/src/components/ColorHighlightPopover.css +3 -3
  571. package/dist/lib/RichTextEditor/src/components/ColorHighlightPopover.vue.js +3 -3
  572. package/dist/lib/RichTextEditor/src/components/FontSizeDropdownMenu.css +3 -3
  573. package/dist/lib/RichTextEditor/src/components/FontSizeDropdownMenu.vue.js +3 -3
  574. package/dist/lib/RichTextEditor/src/components/HeadingDropdownMenu.css +3 -3
  575. package/dist/lib/RichTextEditor/src/components/HeadingDropdownMenu.vue.js +3 -3
  576. package/dist/lib/RichTextEditor/src/components/ImageUploadButton.css +3 -3
  577. package/dist/lib/RichTextEditor/src/components/ImageUploadButton.vue.js +3 -3
  578. package/dist/lib/RichTextEditor/src/components/LinkPopover.css +3 -3
  579. package/dist/lib/RichTextEditor/src/components/LinkPopover.vue.js +3 -3
  580. package/dist/lib/RichTextEditor/src/components/ListDropdownMenu.css +3 -3
  581. package/dist/lib/RichTextEditor/src/components/ListDropdownMenu.vue.js +3 -3
  582. package/dist/lib/RichTextEditor/src/components/MarkButton.css +3 -3
  583. package/dist/lib/RichTextEditor/src/components/MarkButton.vue.js +3 -3
  584. package/dist/lib/RichTextEditor/src/components/TableButton.css +3 -3
  585. package/dist/lib/RichTextEditor/src/components/TableButton.vue.js +3 -3
  586. package/dist/lib/RichTextEditor/src/components/TextAlignDropdownMenu.css +3 -3
  587. package/dist/lib/RichTextEditor/src/components/TextAlignDropdownMenu.vue.js +3 -3
  588. package/dist/lib/RichTextEditor/src/components/TextColorPopover.css +3 -3
  589. package/dist/lib/RichTextEditor/src/components/TextColorPopover.vue.js +3 -3
  590. package/dist/lib/RichTextEditor/src/components/ToolbarGroup.css +3 -3
  591. package/dist/lib/RichTextEditor/src/components/ToolbarGroup.vue.js +3 -3
  592. package/dist/lib/RichTextEditor/src/components/ToolbarSeparator.css +3 -3
  593. package/dist/lib/RichTextEditor/src/components/ToolbarSeparator.vue.js +3 -3
  594. package/dist/lib/RichTextEditor/src/components/UndoRedoButton.css +3 -3
  595. package/dist/lib/RichTextEditor/src/components/UndoRedoButton.vue.js +3 -3
  596. package/dist/lib/RichTextEditor/src/components/VideoUploadButton.css +3 -3
  597. package/dist/lib/RichTextEditor/src/components/VideoUploadButton.vue.js +3 -3
  598. package/dist/lib/RichTextEditor/src/components/basic/ColorPicker.css +3 -3
  599. package/dist/lib/RichTextEditor/src/components/basic/ColorPicker.vue.js +3 -3
  600. package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal.css +3 -3
  601. package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal.vue.js +3 -3
  602. package/dist/lib/RichTextEditor/src/components/basic/SelectMenu.css +3 -3
  603. package/dist/lib/RichTextEditor/src/components/basic/SelectMenu.vue.js +3 -3
  604. package/dist/lib/RichTextEditor/src/components/basic/SelectMenu2.css +3 -3
  605. package/dist/lib/RichTextEditor/src/components/icons.js +3 -3
  606. package/dist/lib/RichTextEditor/src/constant/index.js +3 -3
  607. package/dist/lib/RichTextEditor/src/extensions/video.js +3 -3
  608. package/dist/lib/RichTextEditor/src/index.css +3 -3
  609. package/dist/lib/RichTextEditor/src/index.vue.js +3 -3
  610. package/dist/lib/RichTextEditor/src/index2.css +3 -3
  611. package/dist/lib/RichTextEditor/src/props.js +3 -3
  612. package/dist/lib/ScaleScreen/index.js +3 -3
  613. package/dist/lib/ScaleScreen/src/index.css +3 -3
  614. package/dist/lib/ScaleScreen/src/index.vue.js +3 -3
  615. package/dist/lib/ScaleScreen/src/index2.css +3 -3
  616. package/dist/lib/Transition/index.js +3 -3
  617. package/dist/lib/Transition/src/CollapseTransition.css +3 -3
  618. package/dist/lib/Transition/src/CollapseTransition.vue.js +3 -3
  619. package/dist/lib/Transition/src/CreateTransition.js +3 -3
  620. package/dist/lib/Transition/src/ExpandTransition.js +3 -3
  621. package/dist/lib/Transition/src/style/index.css +3 -3
  622. package/dist/lib/VideoBackground/index.js +3 -3
  623. package/dist/lib/VideoBackground/src/helper.js +3 -3
  624. package/dist/lib/VideoBackground/src/index.css +3 -3
  625. package/dist/lib/VideoBackground/src/index.vue.js +3 -3
  626. package/dist/lib/VideoBackground/src/index2.css +3 -3
  627. package/dist/lib/VideoBackground/src/index3.css +3 -3
  628. package/dist/lib/VideoBackground/src/videoBackground.js +3 -3
  629. package/dist/lib/VideoPlayer/index.js +3 -3
  630. package/dist/lib/VideoPlayer/src/index.css +3 -3
  631. package/dist/lib/VideoPlayer/src/index.vue.js +3 -3
  632. package/dist/lib/VideoPlayer/src/localeSetting.js +3 -3
  633. package/dist/lib/VirtualScroll/index.js +3 -3
  634. package/dist/lib/VirtualScroll/src/index.css +3 -3
  635. package/dist/lib/VirtualScroll/src/index.vue.js +3 -3
  636. package/dist/lib/VirtualScroll/src/index.vue2.js +3 -3
  637. package/dist/lib/VirtualScroll/src/index2.css +3 -3
  638. package/dist/lib/_virtual/_commonjsHelpers.js +3 -3
  639. package/dist/lib/_virtual/_plugin-vue_export-helper.js +3 -3
  640. package/dist/lib/_virtual/delegate.js +3 -3
  641. package/dist/lib/_virtual/download.js +3 -3
  642. package/dist/lib/_virtual/download2.js +3 -3
  643. package/dist/lib/_virtual/index.js +3 -3
  644. package/dist/lib/_virtual/index2.js +3 -3
  645. package/dist/lib/hooks/useLocale.js +3 -3
  646. package/dist/lib/hooks/useNamespace.js +3 -3
  647. package/dist/lib/index.js +4 -4
  648. package/dist/lib/locale/lang/en-US.js +4 -4
  649. package/dist/lib/locale/lang/ja-JP.js +4 -4
  650. package/dist/lib/locale/lang/zh-CN.js +4 -4
  651. package/dist/lib/node_modules/@codemirror/autocomplete/dist/index.js +3 -3
  652. package/dist/lib/node_modules/@codemirror/commands/dist/index.js +3 -3
  653. package/dist/lib/node_modules/@codemirror/lang-java/dist/index.js +3 -3
  654. package/dist/lib/node_modules/@codemirror/lang-javascript/dist/index.js +3 -3
  655. package/dist/lib/node_modules/@codemirror/lang-json/dist/index.js +3 -3
  656. package/dist/lib/node_modules/@codemirror/lang-python/dist/index.js +3 -3
  657. package/dist/lib/node_modules/@codemirror/lang-sql/dist/index.js +3 -3
  658. package/dist/lib/node_modules/@codemirror/lang-xml/dist/index.js +3 -3
  659. package/dist/lib/node_modules/@codemirror/lang-yaml/dist/index.js +3 -3
  660. package/dist/lib/node_modules/@codemirror/language/dist/index.js +4 -4
  661. package/dist/lib/node_modules/@codemirror/lint/dist/index.js +3 -3
  662. package/dist/lib/node_modules/@codemirror/search/dist/index.js +3 -3
  663. package/dist/lib/node_modules/@codemirror/state/dist/index.js +3 -3
  664. package/dist/lib/node_modules/@codemirror/theme-one-dark/dist/index.js +3 -3
  665. package/dist/lib/node_modules/@codemirror/view/dist/index.js +4 -4
  666. package/dist/lib/node_modules/@lezer/common/dist/index.js +3 -3
  667. package/dist/lib/node_modules/@lezer/highlight/dist/index.js +3 -3
  668. package/dist/lib/node_modules/@lezer/java/dist/index.js +3 -3
  669. package/dist/lib/node_modules/@lezer/javascript/dist/index.js +3 -3
  670. package/dist/lib/node_modules/@lezer/json/dist/index.js +3 -3
  671. package/dist/lib/node_modules/@lezer/lr/dist/index.js +3 -3
  672. package/dist/lib/node_modules/@lezer/python/dist/index.js +3 -3
  673. package/dist/lib/node_modules/@lezer/xml/dist/index.js +3 -3
  674. package/dist/lib/node_modules/@lezer/yaml/dist/index.js +3 -3
  675. package/dist/lib/node_modules/@marijn/find-cluster-break/src/index.js +3 -3
  676. package/dist/lib/node_modules/@tanstack/devtools-event-client/dist/esm/plugin.js +3 -3
  677. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/EventClient.js +3 -3
  678. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/FieldApi.js +3 -3
  679. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/FormApi.js +4 -4
  680. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/ValidationLogic.js +3 -3
  681. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/metaHelper.js +3 -3
  682. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/standardSchemaValidator.js +3 -3
  683. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/utils.js +3 -3
  684. package/dist/lib/node_modules/@tanstack/pacer-lite/dist/lite-throttler.js +3 -3
  685. package/dist/lib/node_modules/@tanstack/store/dist/esm/derived.js +3 -3
  686. package/dist/lib/node_modules/@tanstack/store/dist/esm/scheduler.js +3 -3
  687. package/dist/lib/node_modules/@tanstack/store/dist/esm/store.js +3 -3
  688. package/dist/lib/node_modules/@tanstack/store/dist/esm/types.js +3 -3
  689. package/dist/lib/node_modules/@tanstack/table-core/build/lib/index.js +3 -3
  690. package/dist/lib/node_modules/@tanstack/vue-form/dist/esm/useField.js +3 -3
  691. package/dist/lib/node_modules/@tanstack/vue-form/dist/esm/useForm.js +3 -3
  692. package/dist/lib/node_modules/@tanstack/vue-store/dist/esm/index.js +4 -4
  693. package/dist/lib/node_modules/@tanstack/vue-table/build/lib/index.js +3 -3
  694. package/dist/lib/node_modules/@tiptap/core/dist/index.js +4 -4
  695. package/dist/lib/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +3 -3
  696. package/dist/lib/node_modules/@tiptap/extension-blockquote/dist/index.js +3 -3
  697. package/dist/lib/node_modules/@tiptap/extension-bold/dist/index.js +3 -3
  698. package/dist/lib/node_modules/@tiptap/extension-character-count/dist/index.js +3 -3
  699. package/dist/lib/node_modules/@tiptap/extension-code/dist/index.js +3 -3
  700. package/dist/lib/node_modules/@tiptap/extension-code-block/dist/index.js +3 -3
  701. package/dist/lib/node_modules/@tiptap/extension-document/dist/index.js +3 -3
  702. package/dist/lib/node_modules/@tiptap/extension-hard-break/dist/index.js +3 -3
  703. package/dist/lib/node_modules/@tiptap/extension-heading/dist/index.js +3 -3
  704. package/dist/lib/node_modules/@tiptap/extension-highlight/dist/index.js +3 -3
  705. package/dist/lib/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +3 -3
  706. package/dist/lib/node_modules/@tiptap/extension-image/dist/index.js +3 -3
  707. package/dist/lib/node_modules/@tiptap/extension-italic/dist/index.js +3 -3
  708. package/dist/lib/node_modules/@tiptap/extension-link/dist/index.js +3 -3
  709. package/dist/lib/node_modules/@tiptap/extension-list/dist/index.js +3 -3
  710. package/dist/lib/node_modules/@tiptap/extension-paragraph/dist/index.js +3 -3
  711. package/dist/lib/node_modules/@tiptap/extension-strike/dist/index.js +3 -3
  712. package/dist/lib/node_modules/@tiptap/extension-subscript/dist/index.js +3 -3
  713. package/dist/lib/node_modules/@tiptap/extension-superscript/dist/index.js +3 -3
  714. package/dist/lib/node_modules/@tiptap/extension-table/dist/index.js +3 -3
  715. package/dist/lib/node_modules/@tiptap/extension-task-item/dist/index.js +3 -3
  716. package/dist/lib/node_modules/@tiptap/extension-task-list/dist/index.js +3 -3
  717. package/dist/lib/node_modules/@tiptap/extension-text/dist/index.js +3 -3
  718. package/dist/lib/node_modules/@tiptap/extension-text-align/dist/index.js +3 -3
  719. package/dist/lib/node_modules/@tiptap/extension-text-style/dist/index.js +3 -3
  720. package/dist/lib/node_modules/@tiptap/extension-underline/dist/index.js +3 -3
  721. package/dist/lib/node_modules/@tiptap/extensions/dist/index.js +3 -3
  722. package/dist/lib/node_modules/@tiptap/starter-kit/dist/index.js +3 -3
  723. package/dist/lib/node_modules/@tiptap/vue-3/dist/index.js +3 -3
  724. package/dist/lib/node_modules/@vueuse/core/dist/index.js +3 -3
  725. package/dist/lib/node_modules/@vueuse/shared/dist/index.js +3 -3
  726. package/dist/lib/node_modules/codemirror/dist/index.js +3 -3
  727. package/dist/lib/node_modules/crelt/index.js +3 -3
  728. package/dist/lib/node_modules/delegate/src/closest.js +3 -3
  729. package/dist/lib/node_modules/delegate/src/delegate.js +3 -3
  730. package/dist/lib/node_modules/downloadjs/download.js +3 -3
  731. package/dist/lib/node_modules/eventemitter3/index.js +3 -3
  732. package/dist/lib/node_modules/linkifyjs/dist/linkify.js +3 -3
  733. package/dist/lib/node_modules/lodash-es/_DataView.js +3 -3
  734. package/dist/lib/node_modules/lodash-es/_Hash.js +3 -3
  735. package/dist/lib/node_modules/lodash-es/_ListCache.js +3 -3
  736. package/dist/lib/node_modules/lodash-es/_Map.js +3 -3
  737. package/dist/lib/node_modules/lodash-es/_MapCache.js +3 -3
  738. package/dist/lib/node_modules/lodash-es/_Promise.js +3 -3
  739. package/dist/lib/node_modules/lodash-es/_Set.js +3 -3
  740. package/dist/lib/node_modules/lodash-es/_Stack.js +3 -3
  741. package/dist/lib/node_modules/lodash-es/_Symbol.js +3 -3
  742. package/dist/lib/node_modules/lodash-es/_Uint8Array.js +3 -3
  743. package/dist/lib/node_modules/lodash-es/_WeakMap.js +3 -3
  744. package/dist/lib/node_modules/lodash-es/_apply.js +3 -3
  745. package/dist/lib/node_modules/lodash-es/_arrayEach.js +3 -3
  746. package/dist/lib/node_modules/lodash-es/_arrayFilter.js +3 -3
  747. package/dist/lib/node_modules/lodash-es/_arrayLikeKeys.js +3 -3
  748. package/dist/lib/node_modules/lodash-es/_arrayMap.js +3 -3
  749. package/dist/lib/node_modules/lodash-es/_arrayPush.js +3 -3
  750. package/dist/lib/node_modules/lodash-es/_assignValue.js +3 -3
  751. package/dist/lib/node_modules/lodash-es/_assocIndexOf.js +3 -3
  752. package/dist/lib/node_modules/lodash-es/_baseAssignValue.js +3 -3
  753. package/dist/lib/node_modules/lodash-es/_baseClone.js +3 -3
  754. package/dist/lib/node_modules/lodash-es/_baseFlatten.js +3 -3
  755. package/dist/lib/node_modules/lodash-es/_baseGet.js +3 -3
  756. package/dist/lib/node_modules/lodash-es/_baseGetAllKeys.js +3 -3
  757. package/dist/lib/node_modules/lodash-es/_baseGetTag.js +3 -3
  758. package/dist/lib/node_modules/lodash-es/_baseIsArguments.js +3 -3
  759. package/dist/lib/node_modules/lodash-es/_baseIsMap.js +3 -3
  760. package/dist/lib/node_modules/lodash-es/_baseIsNative.js +3 -3
  761. package/dist/lib/node_modules/lodash-es/_baseIsRegExp.js +3 -3
  762. package/dist/lib/node_modules/lodash-es/_baseIsSet.js +3 -3
  763. package/dist/lib/node_modules/lodash-es/_baseIsTypedArray.js +3 -3
  764. package/dist/lib/node_modules/lodash-es/_baseKeysIn.js +3 -3
  765. package/dist/lib/node_modules/lodash-es/_baseSetToString.js +3 -3
  766. package/dist/lib/node_modules/lodash-es/_baseSlice.js +3 -3
  767. package/dist/lib/node_modules/lodash-es/_baseTimes.js +3 -3
  768. package/dist/lib/node_modules/lodash-es/_baseToString.js +3 -3
  769. package/dist/lib/node_modules/lodash-es/_baseUnary.js +3 -3
  770. package/dist/lib/node_modules/lodash-es/_baseUnset.js +3 -3
  771. package/dist/lib/node_modules/lodash-es/_castPath.js +3 -3
  772. package/dist/lib/node_modules/lodash-es/_cloneArrayBuffer.js +3 -3
  773. package/dist/lib/node_modules/lodash-es/_cloneBuffer.js +3 -3
  774. package/dist/lib/node_modules/lodash-es/_cloneDataView.js +3 -3
  775. package/dist/lib/node_modules/lodash-es/_cloneRegExp.js +3 -3
  776. package/dist/lib/node_modules/lodash-es/_cloneSymbol.js +3 -3
  777. package/dist/lib/node_modules/lodash-es/_cloneTypedArray.js +3 -3
  778. package/dist/lib/node_modules/lodash-es/_copyObject.js +3 -3
  779. package/dist/lib/node_modules/lodash-es/_coreJsData.js +3 -3
  780. package/dist/lib/node_modules/lodash-es/_customOmitClone.js +3 -3
  781. package/dist/lib/node_modules/lodash-es/_defineProperty.js +3 -3
  782. package/dist/lib/node_modules/lodash-es/_flatRest.js +3 -3
  783. package/dist/lib/node_modules/lodash-es/_freeGlobal.js +3 -3
  784. package/dist/lib/node_modules/lodash-es/_getAllKeysIn.js +3 -3
  785. package/dist/lib/node_modules/lodash-es/_getMapData.js +3 -3
  786. package/dist/lib/node_modules/lodash-es/_getNative.js +3 -3
  787. package/dist/lib/node_modules/lodash-es/_getPrototype.js +3 -3
  788. package/dist/lib/node_modules/lodash-es/_getRawTag.js +3 -3
  789. package/dist/lib/node_modules/lodash-es/_getSymbols.js +3 -3
  790. package/dist/lib/node_modules/lodash-es/_getSymbolsIn.js +3 -3
  791. package/dist/lib/node_modules/lodash-es/_getTag.js +3 -3
  792. package/dist/lib/node_modules/lodash-es/_getValue.js +3 -3
  793. package/dist/lib/node_modules/lodash-es/_hashClear.js +3 -3
  794. package/dist/lib/node_modules/lodash-es/_hashDelete.js +3 -3
  795. package/dist/lib/node_modules/lodash-es/_hashGet.js +3 -3
  796. package/dist/lib/node_modules/lodash-es/_hashHas.js +3 -3
  797. package/dist/lib/node_modules/lodash-es/_hashSet.js +3 -3
  798. package/dist/lib/node_modules/lodash-es/_initCloneArray.js +3 -3
  799. package/dist/lib/node_modules/lodash-es/_initCloneByTag.js +3 -3
  800. package/dist/lib/node_modules/lodash-es/_isFlattenable.js +3 -3
  801. package/dist/lib/node_modules/lodash-es/_isIndex.js +3 -3
  802. package/dist/lib/node_modules/lodash-es/_isKey.js +3 -3
  803. package/dist/lib/node_modules/lodash-es/_isKeyable.js +3 -3
  804. package/dist/lib/node_modules/lodash-es/_isMasked.js +3 -3
  805. package/dist/lib/node_modules/lodash-es/_isPrototype.js +3 -3
  806. package/dist/lib/node_modules/lodash-es/_listCacheClear.js +3 -3
  807. package/dist/lib/node_modules/lodash-es/_listCacheDelete.js +3 -3
  808. package/dist/lib/node_modules/lodash-es/_listCacheGet.js +3 -3
  809. package/dist/lib/node_modules/lodash-es/_listCacheHas.js +3 -3
  810. package/dist/lib/node_modules/lodash-es/_listCacheSet.js +3 -3
  811. package/dist/lib/node_modules/lodash-es/_mapCacheClear.js +3 -3
  812. package/dist/lib/node_modules/lodash-es/_mapCacheDelete.js +3 -3
  813. package/dist/lib/node_modules/lodash-es/_mapCacheGet.js +3 -3
  814. package/dist/lib/node_modules/lodash-es/_mapCacheHas.js +3 -3
  815. package/dist/lib/node_modules/lodash-es/_mapCacheSet.js +3 -3
  816. package/dist/lib/node_modules/lodash-es/_memoizeCapped.js +3 -3
  817. package/dist/lib/node_modules/lodash-es/_nativeCreate.js +3 -3
  818. package/dist/lib/node_modules/lodash-es/_nativeKeysIn.js +3 -3
  819. package/dist/lib/node_modules/lodash-es/_nodeUtil.js +3 -3
  820. package/dist/lib/node_modules/lodash-es/_objectToString.js +3 -3
  821. package/dist/lib/node_modules/lodash-es/_overArg.js +3 -3
  822. package/dist/lib/node_modules/lodash-es/_overRest.js +3 -3
  823. package/dist/lib/node_modules/lodash-es/_parent.js +3 -3
  824. package/dist/lib/node_modules/lodash-es/_root.js +3 -3
  825. package/dist/lib/node_modules/lodash-es/_setToString.js +3 -3
  826. package/dist/lib/node_modules/lodash-es/_shortOut.js +3 -3
  827. package/dist/lib/node_modules/lodash-es/_stackClear.js +3 -3
  828. package/dist/lib/node_modules/lodash-es/_stackDelete.js +3 -3
  829. package/dist/lib/node_modules/lodash-es/_stackGet.js +3 -3
  830. package/dist/lib/node_modules/lodash-es/_stackHas.js +3 -3
  831. package/dist/lib/node_modules/lodash-es/_stackSet.js +3 -3
  832. package/dist/lib/node_modules/lodash-es/_stringToPath.js +3 -3
  833. package/dist/lib/node_modules/lodash-es/_toKey.js +3 -3
  834. package/dist/lib/node_modules/lodash-es/_toSource.js +3 -3
  835. package/dist/lib/node_modules/lodash-es/constant.js +3 -3
  836. package/dist/lib/node_modules/lodash-es/eq.js +3 -3
  837. package/dist/lib/node_modules/lodash-es/flatten.js +3 -3
  838. package/dist/lib/node_modules/lodash-es/get.js +3 -3
  839. package/dist/lib/node_modules/lodash-es/identity.js +3 -3
  840. package/dist/lib/node_modules/lodash-es/isArguments.js +3 -3
  841. package/dist/lib/node_modules/lodash-es/isArray.js +3 -3
  842. package/dist/lib/node_modules/lodash-es/isArrayLike.js +3 -3
  843. package/dist/lib/node_modules/lodash-es/isBuffer.js +3 -3
  844. package/dist/lib/node_modules/lodash-es/isFinite.js +3 -3
  845. package/dist/lib/node_modules/lodash-es/isFunction.js +3 -3
  846. package/dist/lib/node_modules/lodash-es/isLength.js +3 -3
  847. package/dist/lib/node_modules/lodash-es/isMap.js +3 -3
  848. package/dist/lib/node_modules/lodash-es/isNaN.js +3 -3
  849. package/dist/lib/node_modules/lodash-es/isNil.js +3 -3
  850. package/dist/lib/node_modules/lodash-es/isNumber.js +3 -3
  851. package/dist/lib/node_modules/lodash-es/isObject.js +3 -3
  852. package/dist/lib/node_modules/lodash-es/isObjectLike.js +3 -3
  853. package/dist/lib/node_modules/lodash-es/isPlainObject.js +3 -3
  854. package/dist/lib/node_modules/lodash-es/isRegExp.js +3 -3
  855. package/dist/lib/node_modules/lodash-es/isSet.js +3 -3
  856. package/dist/lib/node_modules/lodash-es/isString.js +3 -3
  857. package/dist/lib/node_modules/lodash-es/isSymbol.js +3 -3
  858. package/dist/lib/node_modules/lodash-es/isTypedArray.js +3 -3
  859. package/dist/lib/node_modules/lodash-es/keysIn.js +3 -3
  860. package/dist/lib/node_modules/lodash-es/last.js +3 -3
  861. package/dist/lib/node_modules/lodash-es/memoize.js +3 -3
  862. package/dist/lib/node_modules/lodash-es/omit.js +3 -3
  863. package/dist/lib/node_modules/lodash-es/stubArray.js +3 -3
  864. package/dist/lib/node_modules/lodash-es/stubFalse.js +3 -3
  865. package/dist/lib/node_modules/lodash-es/toString.js +3 -3
  866. package/dist/lib/node_modules/orderedmap/dist/index.js +3 -3
  867. package/dist/lib/node_modules/prosemirror-commands/dist/index.js +3 -3
  868. package/dist/lib/node_modules/prosemirror-dropcursor/dist/index.js +3 -3
  869. package/dist/lib/node_modules/prosemirror-gapcursor/dist/index.js +3 -3
  870. package/dist/lib/node_modules/prosemirror-history/dist/index.js +3 -3
  871. package/dist/lib/node_modules/prosemirror-keymap/dist/index.js +3 -3
  872. package/dist/lib/node_modules/prosemirror-model/dist/index.js +3 -3
  873. package/dist/lib/node_modules/prosemirror-schema-list/dist/index.js +3 -3
  874. package/dist/lib/node_modules/prosemirror-state/dist/index.js +3 -3
  875. package/dist/lib/node_modules/prosemirror-tables/dist/index.js +3 -3
  876. package/dist/lib/node_modules/prosemirror-transform/dist/index.js +3 -3
  877. package/dist/lib/node_modules/prosemirror-view/dist/index.js +3 -3
  878. package/dist/lib/node_modules/rope-sequence/dist/index.js +3 -3
  879. package/dist/lib/node_modules/style-mod/src/style-mod.js +3 -3
  880. package/dist/lib/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +3 -3
  881. package/dist/lib/node_modules/w3c-keyname/index.js +3 -3
  882. package/dist/lib/node_modules/xgplayer/dist/index.min.css +3 -3
  883. package/dist/lib/node_modules/xgplayer/es/_virtual/_rollupPluginBabelHelpers.js +3 -3
  884. package/dist/lib/node_modules/xgplayer/es/constant.js +3 -3
  885. package/dist/lib/node_modules/xgplayer/es/defaultConfig.js +3 -3
  886. package/dist/lib/node_modules/xgplayer/es/error.js +3 -3
  887. package/dist/lib/node_modules/xgplayer/es/events.js +3 -3
  888. package/dist/lib/node_modules/xgplayer/es/index.umd.js +3 -3
  889. package/dist/lib/node_modules/xgplayer/es/instManager.js +3 -3
  890. package/dist/lib/node_modules/xgplayer/es/lang/en.js +3 -3
  891. package/dist/lib/node_modules/xgplayer/es/lang/i18n.js +3 -3
  892. package/dist/lib/node_modules/xgplayer/es/lang/jp.js +3 -3
  893. package/dist/lib/node_modules/xgplayer/es/lang/zh-cn.js +3 -3
  894. package/dist/lib/node_modules/xgplayer/es/mediaProxy.js +3 -3
  895. package/dist/lib/node_modules/xgplayer/es/player.js +3 -3
  896. package/dist/lib/node_modules/xgplayer/es/plugin/basePlugin.js +3 -3
  897. package/dist/lib/node_modules/xgplayer/es/plugin/hooksDescriptor.js +3 -3
  898. package/dist/lib/node_modules/xgplayer/es/plugin/plugin.js +3 -3
  899. package/dist/lib/node_modules/xgplayer/es/plugin/pluginsManager.js +3 -3
  900. package/dist/lib/node_modules/xgplayer/es/plugin/preset.js +3 -3
  901. package/dist/lib/node_modules/xgplayer/es/plugin/resizeObserver.js +3 -3
  902. package/dist/lib/node_modules/xgplayer/es/plugins/assets/back.js +3 -3
  903. package/dist/lib/node_modules/xgplayer/es/plugins/assets/download.js +3 -3
  904. package/dist/lib/node_modules/xgplayer/es/plugins/assets/exitCssFull.js +3 -3
  905. package/dist/lib/node_modules/xgplayer/es/plugins/assets/exitFull.js +3 -3
  906. package/dist/lib/node_modules/xgplayer/es/plugins/assets/loading.js +3 -3
  907. package/dist/lib/node_modules/xgplayer/es/plugins/assets/pause.js +3 -3
  908. package/dist/lib/node_modules/xgplayer/es/plugins/assets/pipIcon.js +3 -3
  909. package/dist/lib/node_modules/xgplayer/es/plugins/assets/pipIconExit.js +3 -3
  910. package/dist/lib/node_modules/xgplayer/es/plugins/assets/play.js +3 -3
  911. package/dist/lib/node_modules/xgplayer/es/plugins/assets/playNext.js +3 -3
  912. package/dist/lib/node_modules/xgplayer/es/plugins/assets/replay.js +3 -3
  913. package/dist/lib/node_modules/xgplayer/es/plugins/assets/requestCssFull.js +3 -3
  914. package/dist/lib/node_modules/xgplayer/es/plugins/assets/requestFull.js +3 -3
  915. package/dist/lib/node_modules/xgplayer/es/plugins/assets/rotate.js +3 -3
  916. package/dist/lib/node_modules/xgplayer/es/plugins/assets/seekicon.js +3 -3
  917. package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeLarge.js +3 -3
  918. package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeMuted.js +3 -3
  919. package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeSmall.js +3 -3
  920. package/dist/lib/node_modules/xgplayer/es/plugins/common/iconPlugin.js +3 -3
  921. package/dist/lib/node_modules/xgplayer/es/plugins/common/iconTools.js +3 -3
  922. package/dist/lib/node_modules/xgplayer/es/plugins/common/optionList.js +3 -3
  923. package/dist/lib/node_modules/xgplayer/es/plugins/common/optionsIcon.js +3 -3
  924. package/dist/lib/node_modules/xgplayer/es/plugins/common/thumbnail.js +3 -3
  925. package/dist/lib/node_modules/xgplayer/es/plugins/controls/index.js +3 -3
  926. package/dist/lib/node_modules/xgplayer/es/plugins/cssFullScreen/index.js +3 -3
  927. package/dist/lib/node_modules/xgplayer/es/plugins/definition/index.js +3 -3
  928. package/dist/lib/node_modules/xgplayer/es/plugins/download/index.js +3 -3
  929. package/dist/lib/node_modules/xgplayer/es/plugins/dynamicBg/index.js +3 -3
  930. package/dist/lib/node_modules/xgplayer/es/plugins/enter/index.js +3 -3
  931. package/dist/lib/node_modules/xgplayer/es/plugins/error/index.js +3 -3
  932. package/dist/lib/node_modules/xgplayer/es/plugins/fpsDetect/index.js +3 -3
  933. package/dist/lib/node_modules/xgplayer/es/plugins/fullscreen/backicon.js +3 -3
  934. package/dist/lib/node_modules/xgplayer/es/plugins/fullscreen/index.js +3 -3
  935. package/dist/lib/node_modules/xgplayer/es/plugins/gapJump/index.js +3 -3
  936. package/dist/lib/node_modules/xgplayer/es/plugins/keyboard/index.js +3 -3
  937. package/dist/lib/node_modules/xgplayer/es/plugins/loading/index.js +3 -3
  938. package/dist/lib/node_modules/xgplayer/es/plugins/logger/index.js +3 -3
  939. package/dist/lib/node_modules/xgplayer/es/plugins/miniScreen/index.js +3 -3
  940. package/dist/lib/node_modules/xgplayer/es/plugins/miniScreen/miniScreenIcon.js +3 -3
  941. package/dist/lib/node_modules/xgplayer/es/plugins/mobile/index.js +3 -3
  942. package/dist/lib/node_modules/xgplayer/es/plugins/mobile/touch.js +3 -3
  943. package/dist/lib/node_modules/xgplayer/es/plugins/pc/index.js +3 -3
  944. package/dist/lib/node_modules/xgplayer/es/plugins/pip/index.js +3 -3
  945. package/dist/lib/node_modules/xgplayer/es/plugins/play/index.js +3 -3
  946. package/dist/lib/node_modules/xgplayer/es/plugins/playNext/index.js +3 -3
  947. package/dist/lib/node_modules/xgplayer/es/plugins/playbackRate/index.js +3 -3
  948. package/dist/lib/node_modules/xgplayer/es/plugins/poster/index.js +3 -3
  949. package/dist/lib/node_modules/xgplayer/es/plugins/progress/index.js +3 -3
  950. package/dist/lib/node_modules/xgplayer/es/plugins/progress/innerList.js +3 -3
  951. package/dist/lib/node_modules/xgplayer/es/plugins/progress/miniProgress.js +3 -3
  952. package/dist/lib/node_modules/xgplayer/es/plugins/progressPreview/dotsApi.js +3 -3
  953. package/dist/lib/node_modules/xgplayer/es/plugins/progressPreview/index.js +3 -3
  954. package/dist/lib/node_modules/xgplayer/es/plugins/prompt/index.js +3 -3
  955. package/dist/lib/node_modules/xgplayer/es/plugins/replay/index.js +3 -3
  956. package/dist/lib/node_modules/xgplayer/es/plugins/rotate/index.js +3 -3
  957. package/dist/lib/node_modules/xgplayer/es/plugins/screenShot/index.js +3 -3
  958. package/dist/lib/node_modules/xgplayer/es/plugins/start/index.js +3 -3
  959. package/dist/lib/node_modules/xgplayer/es/plugins/stats/index.js +3 -3
  960. package/dist/lib/node_modules/xgplayer/es/plugins/testspeed/index.js +3 -3
  961. package/dist/lib/node_modules/xgplayer/es/plugins/time/index.js +3 -3
  962. package/dist/lib/node_modules/xgplayer/es/plugins/time/timesegments.js +3 -3
  963. package/dist/lib/node_modules/xgplayer/es/plugins/volume/index.js +3 -3
  964. package/dist/lib/node_modules/xgplayer/es/plugins/waitingTimeoutJump/index.js +3 -3
  965. package/dist/lib/node_modules/xgplayer/es/presets/default.js +3 -3
  966. package/dist/lib/node_modules/xgplayer/es/state.js +3 -3
  967. package/dist/lib/node_modules/xgplayer/es/stateClassMap.js +3 -3
  968. package/dist/lib/node_modules/xgplayer/es/utils/database.js +3 -3
  969. package/dist/lib/node_modules/xgplayer/es/utils/debug.js +3 -3
  970. package/dist/lib/node_modules/xgplayer/es/utils/draggabilly.js +3 -3
  971. package/dist/lib/node_modules/xgplayer/es/utils/sniffer.js +3 -3
  972. package/dist/lib/node_modules/xgplayer/es/utils/util.js +3 -3
  973. package/dist/lib/node_modules/xgplayer/es/utils/xgplayerTimeRange.js +3 -3
  974. package/dist/lib/node_modules/xgplayer/es/version.js +3 -3
  975. package/dist/lib/packages/components/index.js +4 -4
  976. package/dist/lib/styles/tokens.css +3 -3
  977. package/index.d.ts +114 -0
  978. package/package.json +30 -27
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  const f=["#fef08a","#fde047","#facc15","#fca5a5","#f87171","#ef4444","#bbf7d0","#86efac","#4ade80","#a5f3fc","#22d3ee","#06b6d4","#c4b5fd","#a78bfa","#8b5cf6"],e=["#000000","#ffffff","#fef08a","#fde047","#facc15","#fca5a5","#f87171","#ef4444","#bbf7d0","#86efac","#4ade80","#a5f3fc","#22d3ee","#06b6d4","#c4b5fd","#a78bfa","#8b5cf6"],a=["12px","14px","16px","18px","20px","24px","28px","32px","36px","48px"],p={1:"32px",2:"24px",3:"20px",4:"18px",5:"16px",6:"14px"},c=["bulletList","orderedList","taskList"],d=["bold","italic","strike","code","underline","superscript","subscript"];export{d as FONT_SETTINGS,a as FONT_SIZES,p as HEADING_SIZES,f as HIGHLIGHT_COLORS,c as LIST_TYPES,e as TEXT_COLORS};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import{Node as t}from"../../../node_modules/@tiptap/core/dist/index.js";const e=t.create({name:"video",group:"block",atom:!0,addAttributes:()=>({src:{default:null},width:{default:null},height:{default:null},controls:{default:!0},autoplay:{default:!1},loop:{default:!1},muted:{default:!1}}),parseHTML:()=>[{tag:"video"},{tag:'iframe[src*="youtube"]',getAttrs:t=>({src:t.getAttribute("src")})},{tag:'iframe[src*="vimeo"]',getAttrs:t=>({src:t.getAttribute("src")})}],renderHTML({HTMLAttributes:t}){const{src:e}=t;return e&&(e.includes("youtube")||e.includes("vimeo"))?["div",{class:"video-wrapper"},["iframe",t]]:["div",{class:"video-wrapper"},["video",t]]},addCommands(){return{setVideo:t=>({commands:e})=>e.insertContent({type:this.name,attrs:t})}}});export{e as Video};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  .is-disabled{opacity:.4!important;cursor:not-allowed!important}.gsc-flex-center{display:flex;align-items:center}.gsc-tiptap-toolbar button{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;padding:0 2px;border:1px solid transparent;border-radius:6px;color:#475569;background-color:transparent}.gsc-tiptap-toolbar button:hover{background-color:#f8fafc;border-color:#e6eefc}.gsc-tiptap-toolbar .is-active,.gsc-tiptap-toolbar button.is-active{background-color:#a6ccf7!important;color:#000!important;border-color:#a6ccf7!important}.gsc-tiptap-toolbar .popover-menu{min-width:180px;padding:8px;border:1px solid #e8e8e8;border-radius:6px;background-color:#fff;box-shadow:0 2px 8px #000}.gsc-tiptap-toolbar .popover-menu .color-picker{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:6px;gap:6px;align-items:center}.gsc-tiptap-toolbar .popover-menu .color-option{width:24px;height:24px;border-radius:6px;cursor:pointer;transition:box-shadow .15s ease,transform .08s ease}.gsc-tiptap-toolbar .popover-menu .color-option:hover{transform:translateY(-1px)}.gsc-tiptap-toolbar .popover-menu .color-option.border-blue-500,.gsc-tiptap-toolbar .popover-menu .color-option.active,.gsc-tiptap-toolbar .popover-menu .color-option[aria-pressed=true]{box-shadow:0 0 0 4px #1890ff,0 0 0 2px #1890ff;border:2px solid #1890ff}.gsc-tiptap-toolbar .popover-menu .color-none{display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;color:#9ca3af}.gsc-tiptap-editor-content .ProseMirror,.gsc-tiptap-editor-content .ProseMirror-focused{outline:none!important;box-shadow:none!important}.gsc-tiptap-editor-content .ProseMirror blockquote{border-left:4px solid #e6eefc;padding-left:1em;margin:1em 0;color:#666;font-style:italic}.gsc-tiptap-editor-content .ProseMirror pre{margin:1em 0;padding:16px;border-radius:6px;background-color:#f6f8fa;overflow:auto}.gsc-tiptap-editor-content .ProseMirror pre code{padding:0;background-color:transparent;font-size:inherit;color:inherit}.gsc-tiptap-editor-content .ProseMirror code{padding:.2em .4em;border-radius:3px;background-color:#f1f1f1;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9em;color:#d63384}.gsc-tiptap-editor-content .ProseMirror table{width:100%;margin:0;border-collapse:collapse;table-layout:fixed;overflow:hidden}.gsc-tiptap-editor-content .ProseMirror table td,.gsc-tiptap-editor-content .ProseMirror table th{position:relative;min-width:1em;padding:3px 5px;border:2px solid #d9d9d9;vertical-align:top;box-sizing:border-box}.gsc-tiptap-editor-content .ProseMirror table th{font-weight:700;text-align:left;background-color:#f1f3f4}.gsc-tiptap-editor-content .ProseMirror table .selectedCell:after{position:absolute;inset:0;z-index:2;content:"";background:#c8c8ff;pointer-events:none}.gsc-tiptap-editor-content .ProseMirror table .column-resize-handle{position:absolute;top:0;right:-2px;bottom:0;width:4px;z-index:20;background-color:#adf;pointer-events:none}.gsc-tiptap-editor-content .ProseMirror table p{margin:0}.gsc-tiptap-editor-content .ProseMirror ul[data-type=taskList]{margin:.5em 0;padding-left:1.25em;list-style:none}.gsc-tiptap-editor-content .ProseMirror ul[data-type=taskList] li{position:relative;margin:.25em 0;padding-left:1.75em}.gsc-tiptap-editor-content .ProseMirror ul[data-type=taskList] li>label{position:absolute;top:0;left:0;margin-left:0}.gsc-tiptap-editor-content .ProseMirror ul[data-type=taskList] li>label input[type=checkbox]{margin-right:.5em;vertical-align:middle}.gsc-tiptap-editor-content .ProseMirror ul[data-type=taskList] li>div{display:inline}.gsc-tiptap-editor-content .ProseMirror ul[data-type=taskList] li[data-checked=true]{opacity:.5}.gsc-tiptap-editor-content .ProseMirror ul[data-type=taskList] li[data-checked=true]>div{text-decoration:line-through}.dark-theme{border-color:#374151;background-color:#1f2937;color:#f3f4f6}.dark-theme.border-blue-500{border-color:#3b82f6}.dark-theme.bg-gray-100{background-color:#374151}.dark-theme .gsc-tiptap-toolbar{border-bottom:1px solid #374151;background-color:#111827}.dark-theme .gsc-tiptap-toolbar .inline-flex,.dark-theme .gsc-tiptap-toolbar button{color:#d1d5db}.dark-theme .gsc-tiptap-toolbar .inline-flex:hover,.dark-theme .gsc-tiptap-toolbar button:hover{background-color:#374151;border-color:#4b5563}.dark-theme .gsc-tiptap-toolbar .inline-flex.is-active,.dark-theme .gsc-tiptap-toolbar button.is-active{background-color:#3b82f6!important;color:#fff!important;border-color:#3b82f6!important}.dark-theme .gsc-tiptap-toolbar .w-px.h-6{background-color:#374151}.dark-theme .gsc-tiptap-editor-content{background-color:#1f2937;color:#f3f4f6}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror){min-height:300px;line-height:1.6;color:#f3f4f6}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror):focus{outline:none}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) h1,.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) h2,.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) h3,.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) h4,.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) h5,.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) h6,.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) p,.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) ul,.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) ol{color:#f3f4f6}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) blockquote{border-left-color:#374151;color:#9ca3af}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) code{background-color:#374151;color:#f3f4f6}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) pre{background-color:#111827;color:#f3f4f6}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) a{color:#60a5fa}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) table{border-color:#374151}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) table th{background-color:#111827;color:#f3f4f6}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) table td{color:#f3f4f6}.dark-theme .popover-menu,.dark-theme .dropdown-menu{background-color:#1f2937;border-color:#374151;color:#f3f4f6}.dark-theme .popover-menu .color-option.color-none,.dark-theme .dropdown-menu .color-option.color-none{background-color:#374151;color:#9ca3af}.dark-theme .popover-menu .link-input,.dark-theme .dropdown-menu .link-input{background-color:#111827;border-color:#374151;color:#f3f4f6}.dark-theme .popover-menu .link-input:focus,.dark-theme .dropdown-menu .link-input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f6}.dark-theme .popover-menu .link-button,.dark-theme .dropdown-menu .link-button{background-color:#3b82f6;color:#fff}.dark-theme .popover-menu .link-button:hover,.dark-theme .dropdown-menu .link-button:hover{background-color:#2563eb}.dark-theme .popover-menu .link-button-remove,.dark-theme .dropdown-menu .link-button-remove{background-color:#ef4444;color:#fff}.dark-theme .popover-menu .link-button-remove:hover,.dark-theme .dropdown-menu .link-button-remove:hover{background-color:#dc2626}.dark-theme .popover-menu .dropdown-item,.dark-theme .dropdown-menu .dropdown-item{color:#f3f4f6}.dark-theme .popover-menu .dropdown-item:hover,.dark-theme .dropdown-menu .dropdown-item:hover{background-color:#374151}.dark-theme .popover-menu .dropdown-item.bg-blue-500\/15,.dark-theme .dropdown-menu .dropdown-item.bg-blue-500\/15,.dark-theme .popover-menu .dropdown-item.text-blue-500,.dark-theme .dropdown-menu .dropdown-item.text-blue-500,.dark-theme .popover-menu .dropdown-item[aria-pressed=true],.dark-theme .dropdown-menu .dropdown-item[aria-pressed=true],.dark-theme .popover-menu .dropdown-item.active,.dark-theme .dropdown-menu .dropdown-item.active{background-color:#3b82f6;color:#60a5fa}.dark-theme .gsc-rich-text-footer{border-top-color:#374151;border-bottom-color:#374151;background-color:#111827;color:#9ca3af}.gsc-tiptap-editor.dark-theme{background-color:#0f172a;border-color:#1e293b;box-shadow:0 0 0 2px #3b82f6;color:#e2e8f0}.gsc-tiptap-editor.dark-theme .gsc-rich-text-footer{background-color:#111827;color:#cbd5f5}.gsc-tiptap-editor.dark-theme .gsc-tiptap-toolbar{border-bottom:1px solid #1e293b}.gsc-tiptap-editor.dark-theme .gsc-tiptap-toolbar button{color:#e2e8f0;border-color:transparent}.gsc-tiptap-editor.dark-theme .gsc-tiptap-toolbar button:hover{background-color:#1f2937;border-color:#334155}.gsc-tiptap-editor.dark-theme .gsc-tiptap-toolbar .is-active,.gsc-tiptap-editor.dark-theme .gsc-tiptap-toolbar button.is-active{background-color:#1d4ed8!important;border-color:#1d4ed8!important;color:#f8fafc!important}.gsc-tiptap-editor.dark-theme .gsc-tiptap-toolbar .popover-menu{background-color:#0b1120;border-color:#1d283a;box-shadow:0 10px 25px #020617}.gsc-tiptap-editor.dark-theme .gsc-tiptap-toolbar .popover-menu .color-option{border:1px solid transparent}.gsc-tiptap-editor.dark-theme .gsc-tiptap-toolbar .popover-menu .color-none{background-color:#1f2937;color:#94a3b8}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content{background-color:#0b1120;color:#e2e8f0}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror{color:inherit}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror blockquote{border-left-color:#334155;color:#cbd5f5}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror pre{background-color:#111827}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror code{background-color:#1e293b;color:#93c5fd}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror table td,.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror table th{border-color:#273449}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror table th{background-color:#162033;color:#e2e8f0}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror table .column-resize-handle{background-color:#3b82f6}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror ul[data-type=taskList] li[data-checked=true]{opacity:.65}.gsc-tiptap-editor{border:1px solid #e5e7eb;background-color:#fff;overflow:hidden;box-shadow:0 0 0 2px #1890ff;border-radius:.5rem}.gsc-tiptap-editor-content{max-height:600px;min-height:300px;overflow-y:auto;padding:1rem}.gsc-rich-text-footer{background-color:#f9fafb;justify-content:space-between;padding:.35rem 1rem!important;font-size:.75rem;line-height:1rem;color:#6b7280}
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import{ref as e,watch as t,openBlock as o,createElementBlock as i,normalizeClass as s,unref as a,createBlock as d,withCtx as r,renderSlot as n,createCommentVNode as l,createVNode as p,createElementVNode as u,toDisplayString as m}from"vue";import{useEditor as c,EditorContent as x}from"../../node_modules/@tiptap/vue-3/dist/index.js";import f from"../../node_modules/@tiptap/starter-kit/dist/index.js";import b from"../../node_modules/@tiptap/extension-text-align/dist/index.js";import v from"../../node_modules/@tiptap/extension-task-list/dist/index.js";import g from"../../node_modules/@tiptap/extension-task-item/dist/index.js";import h from"../../node_modules/@tiptap/extension-image/dist/index.js";import j from"../../node_modules/@tiptap/extension-highlight/dist/index.js";import{TableKit as _}from"../../node_modules/@tiptap/extension-table/dist/index.js";import{TextStyle as k,FontSize as y,Color as C}from"../../node_modules/@tiptap/extension-text-style/dist/index.js";import L from"../../node_modules/@tiptap/extension-character-count/dist/index.js";import T from"../../node_modules/@tiptap/extension-underline/dist/index.js";import V from"../../node_modules/@tiptap/extension-superscript/dist/index.js";import $ from"../../node_modules/@tiptap/extension-subscript/dist/index.js";import E from"./ToolbarPanel.vue.js";import{Video as M}from"./extensions/video.js";import{useNamespace as q}from"../../hooks/useNamespace.js";import{basicProps as B}from"./props.js";import './index2.css';import './index.css';/* empty css *//* empty css */import H from"../../_virtual/_plugin-vue_export-helper.js";const I={class:"gsc-flex-center gsc-rich-text-footer"},P=/* @__PURE__ */H(/* @__PURE__ */Object.assign({name:"GscRichTextEditor"},{__name:"index",props:B,emits:["update:modelValue","change","init","focus","blur"],setup(B,{expose:H,emit:P}){const R=B,S=P,{prefixCls:U}=q("ellipsis"),w=e(!1),z=e(!1),D=e(""),F=e(0);function G(e){if(!e)return;const{state:t}=e,{selection:o}=t,{$from:i}=o,s=[];for(let a=i.depth;a>=0;a--){const e=i.node(a),t=e.type.name;if("doc"!==t&&"text"!==t){let o=t;const i={paragraph:"p",blockquote:"blockquote",codeBlock:"code",bulletList:"ul",orderedList:"ol",taskList:"tasklist",listItem:"li",table:"table",tableRow:"tr",tableCell:"td",image:"img",video:"video"};if("heading"===t){o=`h${e.attrs.level||1}`}else i[t]&&(o=i[t]);s.unshift(o)}}D.value=s.join(" > ")}const N=[f,b.configure({types:["heading","paragraph"]}),v,g.configure({nested:!0}),h,j.configure({multicolor:!0}),T,V,$,k,y,C.configure({types:["textStyle"]}),_.configure({table:{resizable:!0}}),M,L],O=c({content:R.modelValue,extensions:N,editable:R.editable&&!R.disabled,editorProps:{attributes:{class:U}},onUpdate:({editor:e})=>{if(a(w))return;const t=e.getHTML();S("update:modelValue",t),S("change",t,e),F.value=e.storage.characterCount?.characters()||0,G(e)},onCreate:({editor:e})=>{S("init",e),F.value=e.storage.characterCount?.characters()||0},onFocus:()=>{z.value=!0,S("focus")},onBlur:()=>{z.value=!1,S("blur")},onSelectionUpdate:({editor:e})=>{G(e)}});return t(()=>R.modelValue,e=>{O.value&&e!==O.value.getHTML()&&!w.value&&(w.value=!0,O.value.commands.setContent(e,!1),w.value=!1)}),t(()=>R.disabled,e=>{O.value&&O.value.setEditable(!e&&R.editable)}),t(()=>R.editable,e=>{O.value&&O.value.setEditable(e&&!R.disabled)}),H({editor:O}),(e,t)=>(o(),i("div",{class:s(["gsc-tiptap-editor",[e.disabled&&"bg-gray-100",e.isDarkMode&&"dark-theme"]])},[e.toolbar&&a(O)?(o(),d(E,{key:0,editor:a(O),disabled:e.disabled,"prefix-cls":a(U)},{toolbar:r(()=>[n(e.$slots,"toolbar",{},void 0,!0)]),_:3},8,["editor","disabled","prefix-cls"])):l("",!0),p(a(x),{class:s(["gsc-tiptap-editor-content",[`${a(U)}-content`]]),editor:a(O)},null,8,["class","editor"]),u("div",I,[u("span",null,m(D.value),1),u("span",null,m(F.value)+"字",1)])],2))}}),[["__scopeId","data-v-0e86ce6f"]]);export{P as default};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  [data-v-0e86ce6f],[data-v-0e86ce6f]:before,[data-v-0e86ce6f]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-0e86ce6f]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.hidden[data-v-0e86ce6f]{display:none}.table[data-v-0e86ce6f]{display:table}.border[data-v-0e86ce6f]{border-width:1px}.bg-gray-100[data-v-0e86ce6f]{--un-bg-opacity:1;background-color:#f3f4f6}@supports (color: rgb(0 0 0 / 0)){.bg-gray-100[data-v-0e86ce6f]{background-color:rgb(243 244 246 / var(--un-bg-opacity))}}.blur[data-v-0e86ce6f]{--un-blur:blur(8px);filter:blur(8px) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  const e={modelValue:{type:String,default:""},disabled:{type:Boolean,default:!1},toolbar:{type:Boolean,default:!0},editable:{type:Boolean,default:!0},isDarkMode:{type:Boolean,default:!1}};export{e as basicProps};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import{withInstall as o}from"@gsc-basic/utils";import r from"./src/index.vue.js";const s=o(r);export{s as GscScaleScreen};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  .gsc-basic-screen-box[data-v-7eabd167]{overflow:hidden;width:100vw;height:100vh}.gsc-basic-screen-box .screen-wrapper[data-v-7eabd167]{position:relative;overflow:hidden;z-index:100;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transform-origin:left top}
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import{reactive as e,ref as t,watch as i,onMounted as a,nextTick as l,openBlock as o,createElementBlock as n,normalizeClass as r,unref as h,normalizeStyle as s,createElementVNode as c,renderSlot as d}from"vue";import{useWindowSizeFn as u}from"@gsc-basic/hooks";import{useNamespace as g}from"../../hooks/useNamespace.js";import './index2.css';import './index.css';/* empty css *//* empty css */import p from"../../_virtual/_plugin-vue_export-helper.js";const f=/* @__PURE__ */p({__name:"index",props:{width:{type:[String,Number],default:1920},height:{type:[String,Number],default:1080},fullScreen:{type:Boolean,default:!1},autoScale:{type:[Object,Boolean],default:!0},delay:{type:Number,default:300},boxStyle:{type:Object,default:()=>({})},wrapperStyle:{type:Object,default:()=>({})}},setup(p){const f=p,{prefixCls:m}=g("screen-box"),y=e({width:0,height:0,originalWidth:0,originalHeight:0}),b=t(null),w=e({}),x=t(null);i(()=>f.autoScale,async e=>{e?$():Object.assign(w,{margin:"",transform:""})});const v=()=>new Promise(e=>{x.value.scrollLeft=0,x.value.scrollTop=0,l(()=>{f.width&&f.height?(y.width=f.width,y.height=f.height):(y.width=b.value?.clientWidth,y.height=b.value?.clientHeight),y.originalHeight&&y.originalWidth||(y.originalWidth=window.screen.width,y.originalHeight=window.screen.height),e()})}),S=()=>{y.width&&y.height?Object.assign(w,{width:`${y.width}px`,height:`${y.height}px`}):Object.assign(w,{width:`${y.originalWidth}px`,height:`${y.originalHeight}px`})};const j=()=>{const e=document.body.clientWidth,t=document.body.clientHeight,i=e/+(y.width||y.originalWidth),a=t/+(y.height||y.originalHeight);if(f.fullScreen)return Object.assign(w,{transform:`scale(${i},${a})`}),!1;(e=>{if(!f.autoScale)return;const t=b.value.clientWidth,i=b.value.clientHeight,a=document.body.clientWidth,l=document.body.clientHeight;let o=Math.max((a-t*e)/2,0),n=Math.max((l-i*e)/2,0);"object"==typeof f.autoScale&&(!f.autoScale.x&&(o=0),!f.autoScale.y&&(n=0)),Object.assign(w,{margin:`${n}px ${o}px`,transform:`scale(${e},${e})`})})(Math.min(i,a))};async function $(){await v(),S(),j()}return u($,f.delay),a(()=>{l(async()=>{await v(),S(),j()})}),(e,t)=>(o(),n("section",{ref_key:"box",ref:x,style:s(p.boxStyle),class:r([h(m)])},[c("div",{ref_key:"screenWrapper",ref:b,style:s({...p.wrapperStyle,...w}),class:"screen-wrapper"},[d(e.$slots,"default",{},void 0,!0)],4)],6))}},[["__scopeId","data-v-7eabd167"]]);export{f as default};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  [data-v-7eabd167],[data-v-7eabd167]:before,[data-v-7eabd167]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-7eabd167]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.relative[data-v-7eabd167]{position:relative}.mx[data-v-7eabd167]{margin-left:1rem;margin-right:1rem}.my[data-v-7eabd167]{margin-top:1rem;margin-bottom:1rem}.hidden[data-v-7eabd167]{display:none}.transform[data-v-7eabd167]{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.px[data-v-7eabd167]{padding-left:1rem;padding-right:1rem}
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import{withInstall as s}from"@gsc-basic/utils";import{createJavascriptTransition as i,createSimpleTransition as r}from"./src/CreateTransition.js";import t from"./src/ExpandTransition.js";import n from"./src/CollapseTransition.vue.js";const o=s(n),e=s(r("gsc-fade-transition")),a=s(r("gsc-scale-transition")),c=s(r("gsc-slide-y-transition")),l=s(r("gsc-scroll-y-transition")),g=s(r("gsc-slide-y-reverse-transition")),p=s(r("gsc-scroll-y-reverse-transition")),x=s(r("gsc-slide-x-transition")),d=s(r("gsc-scroll-x-transition")),m=s(r("gsc-slide-x-reverse-transition")),f=s(r("gsc-scroll-x-reverse-transition")),v=s(r("gsc-scale-rotate-transition")),y=s(i("gsc-expand-x-transition",t("",!0))),j=s(i("gsc-expand-transition",t("")));export{o as GscCollapseTransition,j as GscExpandTransition,y as GscExpandXTransition,e as GscFadeTransition,v as GscScaleRotateTransition,a as GscScaleTransition,f as GscScrollXReverseTransition,d as GscScrollXTransition,p as GscScrollYReverseTransition,l as GscScrollYTransition,m as GscSlideXReverseTransition,x as GscSlideXTransition,g as GscSlideYReverseTransition,c as GscSlideYTransition};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  [data-v-919287fc],[data-v-919287fc]:before,[data-v-919287fc]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-919287fc]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.hidden[data-v-919287fc]{display:none}.px[data-v-919287fc]{padding-left:1rem;padding-right:1rem}
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import{openBlock as t,createBlock as e,Transition as o,mergeProps as d,toHandlers as a,withCtx as l,renderSlot as s}from"vue";import{removeClass as i,addClass as n}from"@gsc-basic/utils";import './CollapseTransition.css';/* empty css */import p from"../../_virtual/_plugin-vue_export-helper.js";const g=/* @__PURE__ */p(/* @__PURE__ */Object.assign({name:"GscCollapseTransition"},{__name:"CollapseTransition",setup(p){const g={beforeEnter(t){n(t,"gsc-collapse-transition"),t.dataset||(t.dataset={}),t.dataset.oldPaddingTop=t.style.paddingTop,t.dataset.oldPaddingBottom=t.style.paddingBottom,t.style.height="0",t.style.paddingTop=0,t.style.paddingBottom=0},enter(t){t.dataset.oldOverflow=t.style.overflow,0!==t.scrollHeight?(t.style.height=`${t.scrollHeight}px`,t.style.paddingTop=t.dataset.oldPaddingTop,t.style.paddingBottom=t.dataset.oldPaddingBottom):(t.style.height="",t.style.paddingTop=t.dataset.oldPaddingTop,t.style.paddingBottom=t.dataset.oldPaddingBottom),t.style.overflow="hidden"},afterEnter(t){i(t,"gsc-collapse-transition"),t.style.height="",t.style.overflow=t.dataset.oldOverflow},beforeLeave(t){t.dataset||(t.dataset={}),t.dataset.oldPaddingTop=t.style.paddingTop,t.dataset.oldPaddingBottom=t.style.paddingBottom,t.dataset.oldOverflow=t.style.overflow,t.style.height=`${t.scrollHeight}px`,t.style.overflow="hidden"},leave(t){0!==t.scrollHeight&&(n(t,"gsc-collapse-transition"),t.style.height=0,t.style.paddingTop=0,t.style.paddingBottom=0)},afterLeave(t){i(t,"gsc-collapse-transition"),t.style.height="",t.style.overflow=t.dataset.oldOverflow,t.style.paddingTop=t.dataset.oldPaddingTop,t.style.paddingBottom=t.dataset.oldPaddingBottom}};return(i,n)=>(t(),e(o,d({mode:"out-in"},a(g)),{default:l(()=>[s(i.$slots,"default",{},void 0,!0)]),_:3},16))}}),[["__scopeId","data-v-919287fc"]]);export{g as default};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import{defineComponent as e,createVNode as t,Transition as r,mergeProps as o,TransitionGroup as n}from"vue";import{getSlot as a}from"@gsc-basic/utils";import './style/index.css';/* empty css */function s(s,u="top center 0",i){/* @__PURE__ */
15
15
  return e({name:s,props:{group:{type:Boolean,default:!1},mode:{type:String,default:i},origin:{type:String,default:u}},setup(e,{slots:u,attrs:i}){const f=t=>{t.style.transformOrigin=e.origin};return()=>{const p=e.group?n:r;return t(p,o({name:s,mode:e.mode},i,{onBeforeEnter:f}),{default:()=>a(u)})}}})}function u(n,s,u="in-out"){/* @__PURE__ */
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  function e(e){return e.charAt(0).toUpperCase()+e.slice(1)}function t(t="",n=!1){const i=n?"width":"height",l=`offset${e(i)}`;return{beforeEnter(e){e._parent=e.parentNode,e._initialStyle={transition:e.style.transition,overflow:e.style.overflow,[i]:e.style[i]}},enter(e){const n=e._initialStyle;e.style.setProperty("transition","none","important"),e.style.overflow="hidden",e.offsetHeight,e.style.transition=n.transition,t&&e._parent&&e._parent.classList.add(t),requestAnimationFrame(()=>{})},afterEnter:o,enterCancelled:o,leave(e){e._initialStyle={transition:"",overflow:e.style.overflow,[i]:e.style[i]},e.style.overflow="hidden",e.style[i]=`${e[l]}px`,e.offsetHeight,requestAnimationFrame(()=>e.style[i]="0")},afterLeave:r,leaveCancelled:r};function r(e){t&&e._parent&&e._parent.classList.remove(t),o(e)}function o(e){const t=e._initialStyle[i];e.style.overflow=e._initialStyle.overflow,null!=t&&(e.style[i]=t),Reflect.deleteProperty(e,"_initialStyle")}}export{t as default,e as upperFirst};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  .gsc-expand-transition-enter-active,.gsc-expand-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-expand-transition-move{transition:transform .4s}.gsc-expand-x-transition-enter-active,.gsc-expand-x-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-expand-x-transition-move{transition:transform .4s}.gsc-fade-transition-enter-active,.gsc-fade-transition-leave-active{transition:opacity .2s ease-in-out}.gsc-fade-transition-enter-from,.gsc-fade-transition-leave-to{opacity:0}.gsc-fade-enter-active,.gsc-fade-leave-active{transition:opacity .2s ease-in-out}.gsc-fade-enter-from,.gsc-fade-leave-to{opacity:0}.gsc-fade-slide-leave-active,.gsc-fade-slide-enter-active{transition:all .3s}.gsc-fade-slide-enter-from{opacity:0;transform:translate(-30px)}.gsc-fade-slide-leave-to{opacity:0;transform:translate(30px)}.gsc-fade-bottom-enter-active,.gsc-fade-bottom-leave-active{transition:opacity .25s,transform .3s}.gsc-fade-bottom-enter-from{opacity:0;transform:translateY(-10%)}.gsc-fade-bottom-leave-to{opacity:0;transform:translateY(10%)}.gsc-fade-scale-leave-active,.gsc-fade-scale-enter-active{transition:all .28s}.gsc-fade-scale-enter-from{opacity:0;transform:scale(1.2)}.gsc-fade-scale-leave-to{opacity:0;transform:scale(.8)}.gsc-fade-top-enter-active,.gsc-fade-top-leave-active{transition:opacity .2s,transform .25s}.gsc-fade-top-enter-from{opacity:0;transform:translateY(8%)}.gsc-fade-top-leave-to{opacity:0;transform:translateY(-8%)}.gsc-scale-transition-enter-active,.gsc-scale-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-scale-transition-move{transition:transform .4s}.gsc-scale-transition-enter-from,.gsc-scale-transition-leave,.gsc-scale-transition-leave-to{opacity:0;transform:scale(0)}.gsc-scale-rotate-transition-enter-active,.gsc-scale-rotate-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-scale-rotate-transition-move{transition:transform .4s}.gsc-scale-rotate-transition-enter-from,.gsc-scale-rotate-transition-leave,.gsc-scale-rotate-transition-leave-to{opacity:0;transform:scale(0) rotate(-45deg)}.gsc-slide-y-transition-enter-active,.gsc-slide-y-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-slide-y-transition-move{transition:transform .4s}.gsc-slide-y-transition-enter-from,.gsc-slide-y-transition-leave-to{opacity:0;transform:translateY(-15px)}.gsc-slide-y-reverse-transition-enter-active,.gsc-slide-y-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-slide-y-reverse-transition-move{transition:transform .4s}.gsc-slide-y-reverse-transition-enter-from,.gsc-slide-y-reverse-transition-leave-to{opacity:0;transform:translateY(15px)}.gsc-slide-x-transition-enter-active,.gsc-slide-x-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-slide-x-transition-move{transition:transform .4s}.gsc-slide-x-transition-enter-from,.gsc-slide-x-transition-leave-to{opacity:0;transform:translate(-15px)}.gsc-slide-x-reverse-transition-enter-active,.gsc-slide-x-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-slide-x-reverse-transition-move{transition:transform .4s}.gsc-slide-x-reverse-transition-enter-from,.gsc-slide-x-reverse-transition-leave-to{opacity:0;transform:translate(15px)}.gsc-scroll-y-transition-enter-active,.gsc-scroll-y-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-scroll-y-transition-move{transition:transform .4s}.gsc-scroll-y-transition-enter-from,.gsc-scroll-y-transition-leave-to{opacity:0}.gsc-scroll-y-transition-enter-from{transform:translateY(-15px)}.gsc-scroll-y-transition-leave-to{transform:translateY(15px)}.gsc-scroll-y-reverse-transition-enter-active,.gsc-scroll-y-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-scroll-y-reverse-transition-move{transition:transform .4s}.gsc-scroll-y-reverse-transition-enter-from,.gsc-scroll-y-reverse-transition-leave-to{opacity:0}.gsc-scroll-y-reverse-transition-enter-from{transform:translateY(15px)}.gsc-scroll-y-reverse-transition-leave-to{transform:translateY(-15px)}.gsc-scroll-x-transition-enter-active,.gsc-scroll-x-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-scroll-x-transition-move{transition:transform .4s}.gsc-scroll-x-transition-enter-from,.gsc-scroll-x-transition-leave-to{opacity:0}.gsc-scroll-x-transition-enter-from{transform:translate(-15px)}.gsc-scroll-x-transition-leave-to{transform:translate(15px)}.gsc-scroll-x-reverse-transition-enter-active,.gsc-scroll-x-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-scroll-x-reverse-transition-move{transition:transform .4s}.gsc-scroll-x-reverse-transition-enter-from,.gsc-scroll-x-reverse-transition-leave-to{opacity:0}.gsc-scroll-x-reverse-transition-enter-from{transform:translate(15px)}.gsc-scroll-x-reverse-transition-leave-to{transform:translate(-15px)}.gsc-zoom-out-enter-active,.gsc-zoom-out-leave-active{transition:opacity .1 ease-in-out,transform .15s ease-out}.gsc-zoom-out-enter-from,.gsc-zoom-out-leave-to{opacity:0;transform:scale(0)}.gsc-zoom-fade-enter-active,.gsc-zoom-fade-leave-active{transition:transform .2s,opacity .3s ease-out}.gsc-zoom-fade-enter-from{opacity:0;transform:scale(.92)}.gsc-zoom-fade-leave-to{opacity:0;transform:scale(1.06)}.gsc-collapse-transition{transition:.2s height ease-in-out,.2s padding-top ease-in-out,.2s padding-bottom ease-in-out}
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import{withInstall as o}from"@gsc-basic/utils";import r from"./src/index.vue.js";const s=o(r);export{s as GscVideoBackground};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  function e(e,o){if(void 0===e)throw new TypeError(`${o} requires a video selector as first argument.`);if("video"!==(e="string"==typeof e?document.querySelector(e):e).nodeName.toLowerCase())throw new Error(`${o} requires a valid video selector. You passed a <${e.nodeName}>`);return e}function o(){const e={touch:!!("ontouchstart"in window||window.navigator&&window.navigator.msPointerEnabled&&window.MSGesture||window.DocumentTouch&&document instanceof DocumentTouch),ie:window.navigator.userAgent.indexOf("MSIE")>0||!!window.navigator.userAgent.match(/Trident.*rv:11\./),small:window.matchMedia("(max-width: 34em)").matches};return e.touch&&!e.ie||e.small}let n=null;const t=e=>{document.body.contains(e)||n?.insertAdjacentElement("afterbegin",e)},r=e=>{null===n&&(n=e.parentNode),document.body.contains(e)&&n.removeChild(e)};export{o as detectTouchOrSmallScreen,r as removeVideo,t as restoreVideo,e as validateSelector};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  .gsc-basic-video-bg-ready .gsc-basic-video-bg .bg-cover{display:none}.gsc-basic-video-bg-ready .gsc-basic-video-bg-video{display:block!important}
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import{openBlock as e,createElementBlock as o,normalizeStyle as r,normalizeClass as t,createCommentVNode as s,createElementVNode as i,renderSlot as l,Fragment as d,renderList as n,defineComponent as a,ref as u,onMounted as p,nextTick as c,unref as m,watch as v,computed as f}from"vue";import{isIterableArray as y}from"@gsc-basic/utils";import x from"./videoBackground.js";import{useNamespace as g}from"../../hooks/useNamespace.js";import './index3.css';import './index2.css';import './index.css';/* empty css *//* empty css *//* empty css */import b from"../../_virtual/_plugin-vue_export-helper.js";import h from"../../node_modules/lodash-es/isNil.js";import I from"../../node_modules/lodash-es/isString.js";const j=a({name:"GscVideoBackground",props:{source:{type:[String,Array],required:!0},cover:{type:String,default:""},videoRemoval:{type:Boolean,default:!1},videoZIndex:{type:Number,default:-1},fullscreen:{type:Boolean,default:!0}},setup(e){const{prefixCls:o}=g("video-bg"),r=`${o}-ready`,t=u(null);function s(o){h(m(t))||(I(o)&&""!==o&&m(t).setAttribute("src",e.source),y(o)&&m(t).removeAttribute("src"))}return p(()=>{s(e.source),c(()=>{new x(m(t),{helperClass:r,videoRemoval:e.videoRemoval})})}),v(()=>e.source,e=>{s(e)}),{prefixCls:o,isIterableArray:y,videoRef:t,containerStyle:f(()=>{const o={zIndex:e.videoZIndex};return e.fullscreen?{...o,position:"fixed",minWidth:"100vw",minHeight:"100vh"}:{...o,position:"absolute",minWidth:"100%",minHeight:"100%"}})}}}),k=["src","type"];const _=/* @__PURE__ */b(j,[["render",function(a,u,p,c,m,v){return e(),o("div",{class:t([a.prefixCls]),style:r(a.containerStyle)},[a.cover?(e(),o("div",{key:0,class:"bg-cover",style:r({backgroundImage:`url(${a.cover})`,zIndex:a.videoZIndex+1})},null,4)):s("",!0),i("video",{ref:"videoRef",class:t(`${a.prefixCls}-video`),preload:"metadata",loop:"",autoplay:"",muted:""},[l(a.$slots,"default",{},()=>[a.isIterableArray(a.source)?(e(!0),o(d,{key:0},n(a.source,r=>(e(),o(d,null,[""!==r.type?(e(),o("source",{key:r.type,src:r.src,type:`video/${r.type}`},null,8,k)):s("",!0)],64))),256)):s("",!0)],!0)],2)],6)}],["__scopeId","data-v-e8a07a6a"]]);export{_ as default};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  .gsc-basic-video-bg[data-v-e8a07a6a]{inset:0}.gsc-basic-video-bg .bg-cover[data-v-e8a07a6a]{position:absolute;inset:0;background-color:transparent;background-repeat:no-repeat;background-size:cover;background-position:center}.gsc-basic-video-bg-video[data-v-e8a07a6a]{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:none;pointer-events:none}
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  [data-v-e8a07a6a],[data-v-e8a07a6a]:before,[data-v-e8a07a6a]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-e8a07a6a]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.absolute[data-v-e8a07a6a]{position:absolute}.fixed[data-v-e8a07a6a]{position:fixed}.block[data-v-e8a07a6a]{display:block}.bg-cover[data-v-e8a07a6a]{background-size:cover}
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import{useWindowSizeFn as e}from"@gsc-basic/hooks";import{validateSelector as t,detectTouchOrSmallScreen as s,removeVideo as i,restoreVideo as o}from"./helper.js";class n{constructor(e,s={}){this.options=Object.assign({helperClass:"",videoRemoval:!1},s),this._name=this.constructor.name,this.element=t(e,this._name),this.init()}init(){this.element.readyState>=this.element.HAVE_FUTURE_DATA?this.handler():this.element.addEventListener("canplay",()=>{this.handler()}),e(()=>{this.handler()},100,{immediate:!1})}handler(){const e=document.body;s()?(this.element.pause(),this.options.videoRemoval&&i(this.element),e.classList.remove(this.options.helperClass)):(this.options.videoRemoval&&o(this.element),this.element.play(),e.classList.add(this.options.helperClass))}}export{n as default};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import{withInstall as o}from"@gsc-basic/utils";import r from"./src/index.vue.js";const s=o(r);export{s as GscVideoPlayer};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  [data-v-0583c70d],[data-v-0583c70d]:before,[data-v-0583c70d]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-0583c70d]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import{useAttrs as e,ref as o,onMounted as r,unref as s,openBlock as l,createElementBlock as t}from"vue";import n from"../../node_modules/xgplayer/es/lang/jp.js";import './index.css';import '../../node_modules/xgplayer/dist/index.min.css';/* empty css */import{useLocale as p}from"../../hooks/useLocale.js";import{videoPlayerLocale as m}from"./localeSetting.js";/* empty css */import i from"../../_virtual/_plugin-vue_export-helper.js";import a from"../../node_modules/xgplayer/es/lang/i18n.js";import d from"../../node_modules/xgplayer/es/index.umd.js";import u from"../../node_modules/lodash-es/omit.js";const c=/* @__PURE__ */i(/* @__PURE__ */Object.assign({name:"GscVideoPlayer"},{__name:"index",props:{src:{type:[String,Array],default:""},poster:{type:String,default:""}},setup(i,{expose:c}){const g=i;let f;a.use(n);const y=e(),{locale:_}=p(),x=o();return r(()=>{f=new d({el:s(x),lang:m[s(_).gsc.locale||"en-US"],url:g.src,poster:g.poster,width:"100%",height:"100%",miniprogress:!0,enableContextmenu:!1,commonStyle:{playedColor:"#2c9cfa",volumeColor:"#55D187"},...u(y,["src","poster","id","el","lang"])})}),c({player:f}),(e,o)=>(l(),t("div",{ref_key:"playerRef",ref:x},null,512))}}),[["__scopeId","data-v-0583c70d"]]);export{c as default};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  const e={"en-US":"en","zh-CN":"zh","ja-JP":"jp"};export{e as videoPlayerLocale};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import{withInstall as o}from"@gsc-basic/utils";import r from"./src/index.vue.js";const s=o(r);export{s as GscVirtualScroll};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  .gsc-virtual-scroll[data-v-a192bfdb]{position:relative;display:block;width:100%;max-width:100%;overflow:auto;flex:1 1 auto}.gsc-virtual-scroll__container[data-v-a192bfdb]{display:block}.gsc-virtual-scroll__item[data-v-a192bfdb]{position:absolute;right:0;left:0}
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import e from"./index.vue2.js";import './index2.css';import './index.css';/* empty css *//* empty css */import o from"../../_virtual/_plugin-vue_export-helper.js";const r=/* @__PURE__ */o(e,[["__scopeId","data-v-a192bfdb"]]);export{r as default};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import{defineComponent as t,ref as i,reactive as e,computed as r,unref as n,watch as s,onMounted as m,nextTick as o,createVNode as l}from"vue";import{useEventListener as h}from"@gsc-basic/hooks";import{getSlot as a}from"@gsc-basic/utils";import c from"../../node_modules/lodash-es/isNaN.js";const u="gsc-virtual-scroll";function g(t,i="px"){return null==t||""===t?void 0:c(+t)?String(t):`${Number(t)}${i}`}const d=/* @__PURE__ */t({name:"GscVirtualScroll",props:{height:[Number,String],maxHeight:[Number,String],maxWidth:[Number,String],minHeight:[Number,String],minWidth:[Number,String],width:[Number,String],bench:{type:[Number,String],default:0},itemHeight:{type:[Number,String],required:!0},items:{type:Array,default:()=>[]}},setup(t,{slots:c}){const d=i(null),p=e({first:0,last:0,scrollTop:0}),f=r(()=>Number.parseInt(t.bench,10)),b=r(()=>Number.parseInt(t.itemHeight,10)),N=r(()=>Math.max(0,p.first-n(f))),x=r(()=>Math.min((t.items||[]).length,p.last+n(f))),H=r(()=>({height:g((t.items||[]).length*n(b))})),S=r(()=>{const i={},e=g(t.height),r=g(t.minHeight),n=g(t.minWidth),s=g(t.maxHeight),m=g(t.maxWidth),o=g(t.width);return e&&(i.height=e),r&&(i.minHeight=r),n&&(i.minWidth=n),s&&(i.maxHeight=s),m&&(i.maxWidth=m),o&&(i.width=o),i});function y(i){const e=n(d);if(!e)return 0;const r=Number.parseInt(t.height||0,10)||e.clientHeight;return i+Math.ceil(r/n(b))}function v(){const t=n(d);t&&(p.scrollTop=t.scrollTop,p.first=Math.floor(p.scrollTop/n(b)),p.last=y(p.first))}function W(){const{items:i=[]}=t;return i.slice(n(N),n(x)).map(_)}function _(t,i){const e=g((i+=n(N))*n(b));return l("div",{class:`${u}__item`,style:{top:e},key:i},[a(c,"default",{index:i,item:t})])}return s([()=>t.itemHeight,()=>t.height],()=>{v()}),m(()=>{p.last=y(0),o(()=>{const t=n(d);t&&h({el:t,name:"scroll",listener:v,wait:0})})}),()=>l("div",{class:u,style:n(S),ref:d},[l("div",{class:`${u}__container`,style:n(H)},[W()])])}});export{d as default};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  [data-v-a192bfdb],[data-v-a192bfdb]:before,[data-v-a192bfdb]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-a192bfdb]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.absolute[data-v-a192bfdb]{position:absolute}.relative[data-v-a192bfdb]{position:relative}.block[data-v-a192bfdb]{display:block}.flex[data-v-a192bfdb]{display:flex}.px[data-v-a192bfdb]{padding-left:1rem;padding-right:1rem}
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  function e(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}export{e as getDefaultExportFromCjs};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  const t=(t,o)=>{const c=t.__vccOpts||t;for(const[s,n]of o)c[s]=n;return c};export{t as default};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import{getDefaultExportFromCjs as e}from"./_commonjsHelpers.js";import{__require as o}from"../node_modules/delegate/src/delegate.js";const r=/* @__PURE__ */e(o());export{r as default};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  import{getDefaultExportFromCjs as o}from"./_commonjsHelpers.js";import{__require as s}from"../node_modules/downloadjs/download.js";const e=/* @__PURE__ */o(s());export{e as default};
@@ -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.0.4
11
- Build Time: 2026/2/11 18:34:19
12
- Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
10
+ Version: 1.1.1
11
+ Build Time: 2026/2/26 17:21:00
12
+ Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
13
13
  */
14
14
  var e={exports:{}};export{e as __module};