@gsc-basic/components 1.1.1 → 1.1.3

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 (991) hide show
  1. package/README.md +71 -63
  2. package/dist/es/Button/index.js +3 -3
  3. package/dist/es/Button/src/Button.css +3 -3
  4. package/dist/es/Button/src/Button.vue.js +3 -3
  5. package/dist/es/Button/src/Button2.css +3 -3
  6. package/dist/es/CodeEditor/index.js +3 -3
  7. package/dist/es/CodeEditor/src/index.css +4 -4
  8. package/dist/es/CodeEditor/src/index.vue.js +4 -4
  9. package/dist/es/CodeEditor/src/index2.css +4 -4
  10. package/dist/es/CodeEditor/src/index3.css +14 -0
  11. package/dist/es/ConfigProvider/index.js +3 -3
  12. package/dist/es/ConfigProvider/src/configProvider.js +3 -3
  13. package/dist/es/ConfigProvider/src/configProviderProps.js +3 -3
  14. package/dist/es/ConfigProvider/src/constants.js +3 -3
  15. package/dist/es/ConfigProvider/src/useGlobalConfig.js +3 -3
  16. package/dist/es/CountTo/index.js +3 -3
  17. package/dist/es/CountTo/src/index.css +4 -4
  18. package/dist/es/CountTo/src/index.vue.js +4 -4
  19. package/dist/es/Ellipsis/index.js +3 -3
  20. package/dist/es/Ellipsis/src/components/JsEllipsis.css +4 -4
  21. package/dist/es/Ellipsis/src/components/JsEllipsis.vue.js +4 -4
  22. package/dist/es/Ellipsis/src/components/NativeEllipsis.css +3 -3
  23. package/dist/es/Ellipsis/src/components/NativeEllipsis.vue.js +3 -3
  24. package/dist/es/Ellipsis/src/components/NativeEllipsis2.css +3 -3
  25. package/dist/es/Ellipsis/src/index.css +3 -3
  26. package/dist/es/Ellipsis/src/index.vue.js +3 -3
  27. package/dist/es/Ellipsis/src/utils/utils.js +3 -3
  28. package/dist/es/Form/index.js +3 -3
  29. package/dist/es/Form/src/Form.css +3 -3
  30. package/dist/es/Form/src/Form.vue.js +3 -3
  31. package/dist/es/Form/src/Form2.css +3 -3
  32. package/dist/es/Form/src/styles/form.css +3 -3
  33. package/dist/es/Grid/index.js +3 -3
  34. package/dist/es/Grid/src/Grid.css +3 -3
  35. package/dist/es/Grid/src/Grid.vue.js +3 -3
  36. package/dist/es/Grid/src/components/ActionBar.css +3 -3
  37. package/dist/es/Grid/src/components/ActionBar.vue.js +3 -3
  38. package/dist/es/Grid/src/components/CellEditor.css +3 -3
  39. package/dist/es/Grid/src/components/CellEditor.vue.js +3 -3
  40. package/dist/es/Grid/src/components/CellEditor2.css +3 -3
  41. package/dist/es/Grid/src/components/ColumnFilter.css +3 -3
  42. package/dist/es/Grid/src/components/ColumnFilter.vue.js +3 -3
  43. package/dist/es/Grid/src/components/ColumnSettings.css +3 -3
  44. package/dist/es/Grid/src/components/ColumnSettings.vue.js +3 -3
  45. package/dist/es/Grid/src/components/DataTable.css +3 -3
  46. package/dist/es/Grid/src/components/DataTable.vue.js +3 -3
  47. package/dist/es/Grid/src/components/Pager.css +3 -3
  48. package/dist/es/Grid/src/components/Pager.vue.js +3 -3
  49. package/dist/es/Grid/src/components/QueryBar.css +3 -3
  50. package/dist/es/Grid/src/components/QueryBar.vue.js +3 -3
  51. package/dist/es/Grid/src/composables/useCellEditor.js +3 -3
  52. package/dist/es/Grid/src/composables/useGridTable.js +3 -3
  53. package/dist/es/Grid/src/styles/table.css +3 -3
  54. package/dist/es/Marquee/index.js +3 -3
  55. package/dist/es/Marquee/src/index.css +3 -3
  56. package/dist/es/Marquee/src/index.vue.js +4 -4
  57. package/dist/es/Marquee/src/index2.css +4 -4
  58. package/dist/es/Overlay/index.js +3 -3
  59. package/dist/es/Overlay/src/Message.css +3 -3
  60. package/dist/es/Overlay/src/Message.vue.js +3 -3
  61. package/dist/es/Overlay/src/Message2.css +3 -3
  62. package/dist/es/Overlay/src/Modal.css +3 -3
  63. package/dist/es/Overlay/src/Modal.vue.js +3 -3
  64. package/dist/es/Overlay/src/Modal2.css +3 -3
  65. package/dist/es/Overlay/src/Notice.css +3 -3
  66. package/dist/es/Overlay/src/Notice.vue.js +3 -3
  67. package/dist/es/Overlay/src/Notice2.css +3 -3
  68. package/dist/es/Overlay/src/Tooltip.css +4 -4
  69. package/dist/es/Overlay/src/Tooltip.vue.js +4 -4
  70. package/dist/es/Overlay/src/Tooltip2.css +4 -4
  71. package/dist/es/RichTextEditor/index.js +3 -3
  72. package/dist/es/RichTextEditor/src/ToolbarPanel.css +3 -3
  73. package/dist/es/RichTextEditor/src/ToolbarPanel.vue.js +3 -3
  74. package/dist/es/RichTextEditor/src/ToolbarPanel2.css +3 -3
  75. package/dist/es/RichTextEditor/src/components/BlockquoteButton.css +4 -4
  76. package/dist/es/RichTextEditor/src/components/BlockquoteButton.vue.js +4 -4
  77. package/dist/es/RichTextEditor/src/components/CodeBlockButton.css +4 -4
  78. package/dist/es/RichTextEditor/src/components/CodeBlockButton.vue.js +4 -4
  79. package/dist/es/RichTextEditor/src/components/ColorHighlightPopover.css +3 -3
  80. package/dist/es/RichTextEditor/src/components/ColorHighlightPopover.vue.js +3 -3
  81. package/dist/es/RichTextEditor/src/components/FontSizeDropdownMenu.css +3 -3
  82. package/dist/es/RichTextEditor/src/components/FontSizeDropdownMenu.vue.js +3 -3
  83. package/dist/es/RichTextEditor/src/components/HeadingDropdownMenu.css +3 -3
  84. package/dist/es/RichTextEditor/src/components/HeadingDropdownMenu.vue.js +3 -3
  85. package/dist/es/RichTextEditor/src/components/ImageUploadButton.css +4 -4
  86. package/dist/es/RichTextEditor/src/components/ImageUploadButton.vue.js +4 -4
  87. package/dist/es/RichTextEditor/src/components/LinkPopover.css +4 -4
  88. package/dist/es/RichTextEditor/src/components/LinkPopover.vue.js +4 -4
  89. package/dist/es/RichTextEditor/src/components/ListDropdownMenu.css +3 -3
  90. package/dist/es/RichTextEditor/src/components/ListDropdownMenu.vue.js +3 -3
  91. package/dist/es/RichTextEditor/src/components/MarkButton.css +4 -4
  92. package/dist/es/RichTextEditor/src/components/MarkButton.vue.js +4 -4
  93. package/dist/es/RichTextEditor/src/components/TableButton.css +3 -3
  94. package/dist/es/RichTextEditor/src/components/TableButton.vue.js +3 -3
  95. package/dist/es/RichTextEditor/src/components/TextAlignDropdownMenu.css +3 -3
  96. package/dist/es/RichTextEditor/src/components/TextAlignDropdownMenu.vue.js +3 -3
  97. package/dist/es/RichTextEditor/src/components/TextColorPopover.css +3 -3
  98. package/dist/es/RichTextEditor/src/components/TextColorPopover.vue.js +3 -3
  99. package/dist/es/RichTextEditor/src/components/ToolbarGroup.css +3 -3
  100. package/dist/es/RichTextEditor/src/components/ToolbarGroup.vue.js +3 -3
  101. package/dist/es/RichTextEditor/src/components/ToolbarSeparator.css +3 -3
  102. package/dist/es/RichTextEditor/src/components/ToolbarSeparator.vue.js +3 -3
  103. package/dist/es/RichTextEditor/src/components/UndoRedoButton.css +4 -4
  104. package/dist/es/RichTextEditor/src/components/UndoRedoButton.vue.js +4 -4
  105. package/dist/es/RichTextEditor/src/components/VideoUploadButton.css +4 -4
  106. package/dist/es/RichTextEditor/src/components/VideoUploadButton.vue.js +4 -4
  107. package/dist/es/RichTextEditor/src/components/basic/ColorPicker.css +4 -4
  108. package/dist/es/RichTextEditor/src/components/basic/ColorPicker.vue.js +4 -4
  109. package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal.css +3 -3
  110. package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal.vue.js +3 -3
  111. package/dist/es/RichTextEditor/src/components/basic/SelectMenu.css +4 -4
  112. package/dist/es/RichTextEditor/src/components/basic/SelectMenu.vue.js +4 -4
  113. package/dist/es/RichTextEditor/src/components/basic/SelectMenu2.css +4 -4
  114. package/dist/es/RichTextEditor/src/components/icons.js +3 -3
  115. package/dist/es/RichTextEditor/src/constant/index.js +3 -3
  116. package/dist/es/RichTextEditor/src/extensions/video.js +3 -3
  117. package/dist/es/RichTextEditor/src/index.css +4 -4
  118. package/dist/es/RichTextEditor/src/index.vue.js +4 -4
  119. package/dist/es/RichTextEditor/src/index2.css +4 -4
  120. package/dist/es/RichTextEditor/src/props.js +3 -3
  121. package/dist/es/ScaleScreen/index.js +3 -3
  122. package/dist/es/ScaleScreen/src/index.css +4 -4
  123. package/dist/es/ScaleScreen/src/index.vue.js +4 -4
  124. package/dist/es/ScaleScreen/src/index2.css +4 -4
  125. package/dist/es/Transition/index.js +4 -4
  126. package/dist/es/Transition/src/CollapseTransition.css +4 -4
  127. package/dist/es/Transition/src/CollapseTransition.vue.js +4 -4
  128. package/dist/{lib/Progress/src/index2.css → es/Transition/src/CollapseTransition2.css} +4 -4
  129. package/dist/es/Transition/src/CreateTransition.js +6 -6
  130. package/dist/es/Transition/src/ExpandTransition.js +4 -4
  131. package/dist/es/Transition/src/style/index.css +4 -4
  132. package/dist/es/{VideoPlayer/src/localeSetting.js → Transition/style.js} +4 -4
  133. package/dist/es/VideoBackground/index.js +3 -3
  134. package/dist/es/VideoBackground/src/helper.js +3 -3
  135. package/dist/es/VideoBackground/src/index.css +3 -3
  136. package/dist/es/VideoBackground/src/index.vue.js +3 -3
  137. package/dist/es/VideoBackground/src/index2.css +3 -3
  138. package/dist/es/VideoBackground/src/index3.css +3 -3
  139. package/dist/es/VideoBackground/src/videoBackground.js +3 -3
  140. package/dist/es/VideoPlayer/index.js +3 -3
  141. package/dist/es/VideoPlayer/src/index.css +4 -4
  142. package/dist/es/VideoPlayer/src/index.vue.js +4 -4
  143. package/dist/es/VirtualScroll/index.js +3 -3
  144. package/dist/es/VirtualScroll/src/index.css +3 -3
  145. package/dist/es/VirtualScroll/src/index.vue.js +3 -3
  146. package/dist/es/VirtualScroll/src/index.vue2.js +3 -3
  147. package/dist/es/VirtualScroll/src/index2.css +3 -3
  148. package/dist/es/_virtual/_commonjsHelpers.js +3 -3
  149. package/dist/es/_virtual/_plugin-vue_export-helper.js +3 -3
  150. package/dist/es/_virtual/delegate.js +3 -3
  151. package/dist/es/_virtual/download.js +3 -3
  152. package/dist/es/_virtual/download2.js +3 -3
  153. package/dist/es/_virtual/index.js +3 -3
  154. package/dist/es/_virtual/index2.js +3 -3
  155. package/dist/es/hooks/useLocale.js +3 -3
  156. package/dist/es/hooks/useNamespace.js +3 -3
  157. package/dist/es/index.js +4 -4
  158. package/dist/es/locale/lang/en-US.js +3 -3
  159. package/dist/es/locale/lang/ja-JP.js +3 -3
  160. package/dist/es/locale/lang/zh-CN.js +3 -3
  161. package/dist/es/node_modules/@codemirror/autocomplete/dist/index.js +3 -3
  162. package/dist/es/node_modules/@codemirror/commands/dist/index.js +3 -3
  163. package/dist/es/node_modules/@codemirror/lang-java/dist/index.js +3 -3
  164. package/dist/es/node_modules/@codemirror/lang-javascript/dist/index.js +3 -3
  165. package/dist/es/node_modules/@codemirror/lang-json/dist/index.js +3 -3
  166. package/dist/es/node_modules/@codemirror/lang-python/dist/index.js +3 -3
  167. package/dist/es/node_modules/@codemirror/lang-sql/dist/index.js +3 -3
  168. package/dist/es/node_modules/@codemirror/lang-xml/dist/index.js +3 -3
  169. package/dist/es/node_modules/@codemirror/lang-yaml/dist/index.js +3 -3
  170. package/dist/es/node_modules/@codemirror/language/dist/index.js +3 -3
  171. package/dist/es/node_modules/@codemirror/lint/dist/index.js +3 -3
  172. package/dist/es/node_modules/@codemirror/search/dist/index.js +3 -3
  173. package/dist/es/node_modules/@codemirror/state/dist/index.js +3 -3
  174. package/dist/es/node_modules/@codemirror/theme-one-dark/dist/index.js +3 -3
  175. package/dist/es/node_modules/@codemirror/view/dist/index.js +3 -3
  176. package/dist/es/node_modules/@lezer/common/dist/index.js +3 -3
  177. package/dist/es/node_modules/@lezer/highlight/dist/index.js +3 -3
  178. package/dist/es/node_modules/@lezer/java/dist/index.js +3 -3
  179. package/dist/es/node_modules/@lezer/javascript/dist/index.js +3 -3
  180. package/dist/es/node_modules/@lezer/json/dist/index.js +3 -3
  181. package/dist/es/node_modules/@lezer/lr/dist/index.js +3 -3
  182. package/dist/es/node_modules/@lezer/python/dist/index.js +3 -3
  183. package/dist/es/node_modules/@lezer/xml/dist/index.js +3 -3
  184. package/dist/es/node_modules/@lezer/yaml/dist/index.js +3 -3
  185. package/dist/es/node_modules/@marijn/find-cluster-break/src/index.js +3 -3
  186. package/dist/es/node_modules/@tanstack/devtools-event-client/dist/esm/plugin.js +3 -3
  187. package/dist/es/node_modules/@tanstack/form-core/dist/esm/EventClient.js +3 -3
  188. package/dist/es/node_modules/@tanstack/form-core/dist/esm/FieldApi.js +3 -3
  189. package/dist/es/node_modules/@tanstack/form-core/dist/esm/FormApi.js +3 -3
  190. package/dist/es/node_modules/@tanstack/form-core/dist/esm/ValidationLogic.js +3 -3
  191. package/dist/es/node_modules/@tanstack/form-core/dist/esm/metaHelper.js +3 -3
  192. package/dist/es/node_modules/@tanstack/form-core/dist/esm/standardSchemaValidator.js +3 -3
  193. package/dist/es/node_modules/@tanstack/form-core/dist/esm/utils.js +3 -3
  194. package/dist/es/node_modules/@tanstack/pacer-lite/dist/lite-throttler.js +3 -3
  195. package/dist/es/node_modules/@tanstack/store/dist/esm/derived.js +3 -3
  196. package/dist/es/node_modules/@tanstack/store/dist/esm/scheduler.js +3 -3
  197. package/dist/es/node_modules/@tanstack/store/dist/esm/store.js +3 -3
  198. package/dist/es/node_modules/@tanstack/store/dist/esm/types.js +3 -3
  199. package/dist/es/node_modules/@tanstack/table-core/build/lib/index.js +3 -3
  200. package/dist/es/node_modules/@tanstack/vue-form/dist/esm/useField.js +3 -3
  201. package/dist/es/node_modules/@tanstack/vue-form/dist/esm/useForm.js +3 -3
  202. package/dist/es/node_modules/@tanstack/vue-store/dist/esm/index.js +3 -3
  203. package/dist/es/node_modules/@tanstack/vue-table/build/lib/index.js +3 -3
  204. package/dist/es/node_modules/@tiptap/core/dist/index.js +3 -3
  205. package/dist/es/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +3 -3
  206. package/dist/es/node_modules/@tiptap/extension-blockquote/dist/index.js +3 -3
  207. package/dist/es/node_modules/@tiptap/extension-bold/dist/index.js +3 -3
  208. package/dist/es/node_modules/@tiptap/extension-character-count/dist/index.js +3 -3
  209. package/dist/es/node_modules/@tiptap/extension-code/dist/index.js +3 -3
  210. package/dist/es/node_modules/@tiptap/extension-code-block/dist/index.js +3 -3
  211. package/dist/es/node_modules/@tiptap/extension-document/dist/index.js +3 -3
  212. package/dist/es/node_modules/@tiptap/extension-hard-break/dist/index.js +3 -3
  213. package/dist/es/node_modules/@tiptap/extension-heading/dist/index.js +3 -3
  214. package/dist/es/node_modules/@tiptap/extension-highlight/dist/index.js +3 -3
  215. package/dist/es/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +3 -3
  216. package/dist/es/node_modules/@tiptap/extension-image/dist/index.js +3 -3
  217. package/dist/es/node_modules/@tiptap/extension-italic/dist/index.js +3 -3
  218. package/dist/es/node_modules/@tiptap/extension-link/dist/index.js +3 -3
  219. package/dist/es/node_modules/@tiptap/extension-list/dist/index.js +3 -3
  220. package/dist/es/node_modules/@tiptap/extension-paragraph/dist/index.js +3 -3
  221. package/dist/es/node_modules/@tiptap/extension-strike/dist/index.js +3 -3
  222. package/dist/es/node_modules/@tiptap/extension-subscript/dist/index.js +3 -3
  223. package/dist/es/node_modules/@tiptap/extension-superscript/dist/index.js +3 -3
  224. package/dist/es/node_modules/@tiptap/extension-table/dist/index.js +3 -3
  225. package/dist/es/node_modules/@tiptap/extension-task-item/dist/index.js +3 -3
  226. package/dist/es/node_modules/@tiptap/extension-task-list/dist/index.js +3 -3
  227. package/dist/es/node_modules/@tiptap/extension-text/dist/index.js +3 -3
  228. package/dist/es/node_modules/@tiptap/extension-text-align/dist/index.js +3 -3
  229. package/dist/es/node_modules/@tiptap/extension-text-style/dist/index.js +3 -3
  230. package/dist/es/node_modules/@tiptap/extension-underline/dist/index.js +4 -4
  231. package/dist/es/node_modules/@tiptap/extensions/dist/index.js +3 -3
  232. package/dist/es/node_modules/@tiptap/starter-kit/dist/index.js +3 -3
  233. package/dist/es/node_modules/@tiptap/vue-3/dist/index.js +3 -3
  234. package/dist/es/node_modules/@vueuse/core/dist/index.js +3 -3
  235. package/dist/es/node_modules/@vueuse/shared/dist/index.js +3 -3
  236. package/dist/es/node_modules/codemirror/dist/index.js +3 -3
  237. package/dist/es/node_modules/crelt/index.js +3 -3
  238. package/dist/es/node_modules/delegate/src/closest.js +3 -3
  239. package/dist/es/node_modules/delegate/src/delegate.js +3 -3
  240. package/dist/es/node_modules/downloadjs/download.js +3 -3
  241. package/dist/es/node_modules/eventemitter3/index.js +3 -3
  242. package/dist/es/node_modules/linkifyjs/dist/linkify.js +3 -3
  243. package/dist/es/node_modules/lodash-es/_DataView.js +3 -3
  244. package/dist/es/node_modules/lodash-es/_Hash.js +3 -3
  245. package/dist/es/node_modules/lodash-es/_ListCache.js +3 -3
  246. package/dist/es/node_modules/lodash-es/_Map.js +3 -3
  247. package/dist/es/node_modules/lodash-es/_MapCache.js +3 -3
  248. package/dist/es/node_modules/lodash-es/_Promise.js +3 -3
  249. package/dist/es/node_modules/lodash-es/_Set.js +3 -3
  250. package/dist/es/node_modules/lodash-es/_Stack.js +3 -3
  251. package/dist/es/node_modules/lodash-es/_Symbol.js +3 -3
  252. package/dist/es/node_modules/lodash-es/_Uint8Array.js +3 -3
  253. package/dist/es/node_modules/lodash-es/_WeakMap.js +3 -3
  254. package/dist/es/node_modules/lodash-es/_apply.js +3 -3
  255. package/dist/es/node_modules/lodash-es/_arrayEach.js +3 -3
  256. package/dist/es/node_modules/lodash-es/_arrayFilter.js +3 -3
  257. package/dist/es/node_modules/lodash-es/_arrayLikeKeys.js +3 -3
  258. package/dist/es/node_modules/lodash-es/_arrayMap.js +3 -3
  259. package/dist/es/node_modules/lodash-es/_arrayPush.js +3 -3
  260. package/dist/es/{Progress/index.js → node_modules/lodash-es/_asciiToArray.js} +4 -4
  261. package/dist/es/node_modules/lodash-es/_assignValue.js +3 -3
  262. package/dist/es/node_modules/lodash-es/_assocIndexOf.js +3 -3
  263. package/dist/es/node_modules/lodash-es/_baseAssignValue.js +3 -3
  264. package/dist/es/node_modules/lodash-es/_baseClone.js +3 -3
  265. package/dist/es/node_modules/lodash-es/_baseFlatten.js +3 -3
  266. package/dist/es/node_modules/lodash-es/_baseGet.js +3 -3
  267. package/dist/es/node_modules/lodash-es/_baseGetAllKeys.js +3 -3
  268. package/dist/es/node_modules/lodash-es/_baseGetTag.js +3 -3
  269. package/dist/es/node_modules/lodash-es/_baseIsArguments.js +3 -3
  270. package/dist/es/node_modules/lodash-es/_baseIsMap.js +3 -3
  271. package/dist/es/node_modules/lodash-es/_baseIsNative.js +3 -3
  272. package/dist/es/node_modules/lodash-es/_baseIsRegExp.js +3 -3
  273. package/dist/es/node_modules/lodash-es/_baseIsSet.js +3 -3
  274. package/dist/es/node_modules/lodash-es/_baseIsTypedArray.js +3 -3
  275. package/dist/es/node_modules/lodash-es/_baseKeysIn.js +3 -3
  276. package/dist/es/node_modules/lodash-es/_baseSetToString.js +3 -3
  277. package/dist/es/node_modules/lodash-es/_baseSlice.js +3 -3
  278. package/dist/es/node_modules/lodash-es/_baseTimes.js +3 -3
  279. package/dist/es/node_modules/lodash-es/_baseToString.js +3 -3
  280. package/dist/es/node_modules/lodash-es/_baseUnary.js +3 -3
  281. package/dist/es/node_modules/lodash-es/_baseUnset.js +3 -3
  282. package/dist/es/node_modules/lodash-es/_castPath.js +3 -3
  283. package/dist/{lib/VideoPlayer/src/localeSetting.js → es/node_modules/lodash-es/_castSlice.js} +4 -4
  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/_createCaseFirst.js +14 -0
  293. package/dist/es/node_modules/lodash-es/_customOmitClone.js +3 -3
  294. package/dist/es/node_modules/lodash-es/_defineProperty.js +3 -3
  295. package/dist/es/node_modules/lodash-es/_flatRest.js +3 -3
  296. package/dist/es/node_modules/lodash-es/_freeGlobal.js +3 -3
  297. package/dist/es/node_modules/lodash-es/_getAllKeysIn.js +3 -3
  298. package/dist/es/node_modules/lodash-es/_getMapData.js +3 -3
  299. package/dist/es/node_modules/lodash-es/_getNative.js +3 -3
  300. package/dist/es/node_modules/lodash-es/_getPrototype.js +3 -3
  301. package/dist/es/node_modules/lodash-es/_getRawTag.js +3 -3
  302. package/dist/es/node_modules/lodash-es/_getSymbols.js +3 -3
  303. package/dist/es/node_modules/lodash-es/_getSymbolsIn.js +3 -3
  304. package/dist/es/node_modules/lodash-es/_getTag.js +3 -3
  305. package/dist/es/node_modules/lodash-es/_getValue.js +3 -3
  306. package/dist/{lib/Progress/index.js → es/node_modules/lodash-es/_hasUnicode.js} +4 -4
  307. package/dist/es/node_modules/lodash-es/_hashClear.js +3 -3
  308. package/dist/es/node_modules/lodash-es/_hashDelete.js +3 -3
  309. package/dist/es/node_modules/lodash-es/_hashGet.js +3 -3
  310. package/dist/es/node_modules/lodash-es/_hashHas.js +3 -3
  311. package/dist/es/node_modules/lodash-es/_hashSet.js +3 -3
  312. package/dist/es/node_modules/lodash-es/_initCloneArray.js +3 -3
  313. package/dist/es/node_modules/lodash-es/_initCloneByTag.js +3 -3
  314. package/dist/es/node_modules/lodash-es/_isFlattenable.js +3 -3
  315. package/dist/es/node_modules/lodash-es/_isIndex.js +3 -3
  316. package/dist/es/node_modules/lodash-es/_isKey.js +3 -3
  317. package/dist/es/node_modules/lodash-es/_isKeyable.js +3 -3
  318. package/dist/es/node_modules/lodash-es/_isMasked.js +3 -3
  319. package/dist/es/node_modules/lodash-es/_isPrototype.js +3 -3
  320. package/dist/es/node_modules/lodash-es/_listCacheClear.js +3 -3
  321. package/dist/es/node_modules/lodash-es/_listCacheDelete.js +3 -3
  322. package/dist/es/node_modules/lodash-es/_listCacheGet.js +3 -3
  323. package/dist/es/node_modules/lodash-es/_listCacheHas.js +3 -3
  324. package/dist/es/node_modules/lodash-es/_listCacheSet.js +3 -3
  325. package/dist/es/node_modules/lodash-es/_mapCacheClear.js +3 -3
  326. package/dist/es/node_modules/lodash-es/_mapCacheDelete.js +3 -3
  327. package/dist/es/node_modules/lodash-es/_mapCacheGet.js +3 -3
  328. package/dist/es/node_modules/lodash-es/_mapCacheHas.js +3 -3
  329. package/dist/es/node_modules/lodash-es/_mapCacheSet.js +3 -3
  330. package/dist/es/node_modules/lodash-es/_memoizeCapped.js +3 -3
  331. package/dist/es/node_modules/lodash-es/_nativeCreate.js +3 -3
  332. package/dist/es/node_modules/lodash-es/_nativeKeysIn.js +3 -3
  333. package/dist/es/node_modules/lodash-es/_nodeUtil.js +3 -3
  334. package/dist/es/node_modules/lodash-es/_objectToString.js +3 -3
  335. package/dist/es/node_modules/lodash-es/_overArg.js +3 -3
  336. package/dist/es/node_modules/lodash-es/_overRest.js +3 -3
  337. package/dist/es/node_modules/lodash-es/_parent.js +3 -3
  338. package/dist/es/node_modules/lodash-es/_root.js +3 -3
  339. package/dist/es/node_modules/lodash-es/_setToString.js +3 -3
  340. package/dist/es/node_modules/lodash-es/_shortOut.js +3 -3
  341. package/dist/es/node_modules/lodash-es/_stackClear.js +3 -3
  342. package/dist/es/node_modules/lodash-es/_stackDelete.js +3 -3
  343. package/dist/es/node_modules/lodash-es/_stackGet.js +3 -3
  344. package/dist/es/node_modules/lodash-es/_stackHas.js +3 -3
  345. package/dist/es/node_modules/lodash-es/_stackSet.js +3 -3
  346. package/dist/es/node_modules/lodash-es/_stringToArray.js +14 -0
  347. package/dist/es/node_modules/lodash-es/_stringToPath.js +3 -3
  348. package/dist/es/node_modules/lodash-es/_toKey.js +3 -3
  349. package/dist/es/node_modules/lodash-es/_toSource.js +3 -3
  350. package/dist/es/node_modules/lodash-es/_unicodeToArray.js +14 -0
  351. package/dist/es/node_modules/lodash-es/constant.js +3 -3
  352. package/dist/es/node_modules/lodash-es/eq.js +3 -3
  353. package/dist/es/node_modules/lodash-es/flatten.js +3 -3
  354. package/dist/es/node_modules/lodash-es/get.js +3 -3
  355. package/dist/es/node_modules/lodash-es/identity.js +3 -3
  356. package/dist/es/node_modules/lodash-es/isArguments.js +3 -3
  357. package/dist/es/node_modules/lodash-es/isArray.js +3 -3
  358. package/dist/es/node_modules/lodash-es/isArrayLike.js +3 -3
  359. package/dist/es/node_modules/lodash-es/isBuffer.js +3 -3
  360. package/dist/es/node_modules/lodash-es/isFinite.js +3 -3
  361. package/dist/es/node_modules/lodash-es/isFunction.js +3 -3
  362. package/dist/es/node_modules/lodash-es/isLength.js +3 -3
  363. package/dist/es/node_modules/lodash-es/isMap.js +3 -3
  364. package/dist/es/node_modules/lodash-es/isNaN.js +3 -3
  365. package/dist/es/node_modules/lodash-es/isNil.js +3 -3
  366. package/dist/es/node_modules/lodash-es/isNumber.js +3 -3
  367. package/dist/es/node_modules/lodash-es/isObject.js +3 -3
  368. package/dist/es/node_modules/lodash-es/isObjectLike.js +3 -3
  369. package/dist/es/node_modules/lodash-es/isPlainObject.js +3 -3
  370. package/dist/es/node_modules/lodash-es/isRegExp.js +3 -3
  371. package/dist/es/node_modules/lodash-es/isSet.js +3 -3
  372. package/dist/es/node_modules/lodash-es/isString.js +3 -3
  373. package/dist/es/node_modules/lodash-es/isSymbol.js +3 -3
  374. package/dist/es/node_modules/lodash-es/isTypedArray.js +3 -3
  375. package/dist/es/node_modules/lodash-es/keysIn.js +3 -3
  376. package/dist/es/node_modules/lodash-es/last.js +3 -3
  377. package/dist/es/node_modules/lodash-es/memoize.js +3 -3
  378. package/dist/es/node_modules/lodash-es/omit.js +3 -3
  379. package/dist/es/node_modules/lodash-es/stubArray.js +3 -3
  380. package/dist/es/node_modules/lodash-es/stubFalse.js +3 -3
  381. package/dist/es/node_modules/lodash-es/toString.js +3 -3
  382. package/dist/es/node_modules/lodash-es/upperFirst.js +14 -0
  383. package/dist/es/node_modules/orderedmap/dist/index.js +3 -3
  384. package/dist/es/node_modules/prosemirror-commands/dist/index.js +3 -3
  385. package/dist/es/node_modules/prosemirror-dropcursor/dist/index.js +3 -3
  386. package/dist/es/node_modules/prosemirror-gapcursor/dist/index.js +3 -3
  387. package/dist/es/node_modules/prosemirror-history/dist/index.js +3 -3
  388. package/dist/es/node_modules/prosemirror-keymap/dist/index.js +3 -3
  389. package/dist/es/node_modules/prosemirror-model/dist/index.js +3 -3
  390. package/dist/es/node_modules/prosemirror-schema-list/dist/index.js +3 -3
  391. package/dist/es/node_modules/prosemirror-state/dist/index.js +3 -3
  392. package/dist/es/node_modules/prosemirror-tables/dist/index.js +3 -3
  393. package/dist/es/node_modules/prosemirror-transform/dist/index.js +3 -3
  394. package/dist/es/node_modules/prosemirror-view/dist/index.js +3 -3
  395. package/dist/es/node_modules/rope-sequence/dist/index.js +3 -3
  396. package/dist/es/node_modules/style-mod/src/style-mod.js +3 -3
  397. package/dist/es/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +3 -3
  398. package/dist/es/node_modules/w3c-keyname/index.js +3 -3
  399. package/dist/es/node_modules/xgplayer/dist/index.min.css +3 -3
  400. package/dist/es/node_modules/xgplayer/es/_virtual/_rollupPluginBabelHelpers.js +3 -3
  401. package/dist/es/node_modules/xgplayer/es/constant.js +3 -3
  402. package/dist/es/node_modules/xgplayer/es/defaultConfig.js +3 -3
  403. package/dist/es/node_modules/xgplayer/es/error.js +3 -3
  404. package/dist/es/node_modules/xgplayer/es/events.js +3 -3
  405. package/dist/es/node_modules/xgplayer/es/index.umd.js +3 -3
  406. package/dist/es/node_modules/xgplayer/es/instManager.js +3 -3
  407. package/dist/es/node_modules/xgplayer/es/lang/en.js +3 -3
  408. package/dist/es/node_modules/xgplayer/es/lang/i18n.js +3 -3
  409. package/dist/es/node_modules/xgplayer/es/lang/jp.js +3 -3
  410. package/dist/es/node_modules/xgplayer/es/lang/zh-cn.js +3 -3
  411. package/dist/es/node_modules/xgplayer/es/mediaProxy.js +3 -3
  412. package/dist/es/node_modules/xgplayer/es/player.js +3 -3
  413. package/dist/es/node_modules/xgplayer/es/plugin/basePlugin.js +3 -3
  414. package/dist/es/node_modules/xgplayer/es/plugin/hooksDescriptor.js +3 -3
  415. package/dist/es/node_modules/xgplayer/es/plugin/plugin.js +3 -3
  416. package/dist/es/node_modules/xgplayer/es/plugin/pluginsManager.js +3 -3
  417. package/dist/es/node_modules/xgplayer/es/plugin/preset.js +3 -3
  418. package/dist/es/node_modules/xgplayer/es/plugin/resizeObserver.js +3 -3
  419. package/dist/es/node_modules/xgplayer/es/plugins/assets/back.js +3 -3
  420. package/dist/es/node_modules/xgplayer/es/plugins/assets/download.js +3 -3
  421. package/dist/es/node_modules/xgplayer/es/plugins/assets/exitCssFull.js +3 -3
  422. package/dist/es/node_modules/xgplayer/es/plugins/assets/exitFull.js +3 -3
  423. package/dist/es/node_modules/xgplayer/es/plugins/assets/loading.js +3 -3
  424. package/dist/es/node_modules/xgplayer/es/plugins/assets/pause.js +3 -3
  425. package/dist/es/node_modules/xgplayer/es/plugins/assets/pipIcon.js +3 -3
  426. package/dist/es/node_modules/xgplayer/es/plugins/assets/pipIconExit.js +3 -3
  427. package/dist/es/node_modules/xgplayer/es/plugins/assets/play.js +3 -3
  428. package/dist/es/node_modules/xgplayer/es/plugins/assets/playNext.js +3 -3
  429. package/dist/es/node_modules/xgplayer/es/plugins/assets/replay.js +3 -3
  430. package/dist/es/node_modules/xgplayer/es/plugins/assets/requestCssFull.js +3 -3
  431. package/dist/es/node_modules/xgplayer/es/plugins/assets/requestFull.js +3 -3
  432. package/dist/es/node_modules/xgplayer/es/plugins/assets/rotate.js +3 -3
  433. package/dist/es/node_modules/xgplayer/es/plugins/assets/seekicon.js +3 -3
  434. package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeLarge.js +3 -3
  435. package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeMuted.js +3 -3
  436. package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeSmall.js +3 -3
  437. package/dist/es/node_modules/xgplayer/es/plugins/common/iconPlugin.js +3 -3
  438. package/dist/es/node_modules/xgplayer/es/plugins/common/iconTools.js +3 -3
  439. package/dist/es/node_modules/xgplayer/es/plugins/common/optionList.js +3 -3
  440. package/dist/es/node_modules/xgplayer/es/plugins/common/optionsIcon.js +3 -3
  441. package/dist/es/node_modules/xgplayer/es/plugins/common/thumbnail.js +3 -3
  442. package/dist/es/node_modules/xgplayer/es/plugins/controls/index.js +3 -3
  443. package/dist/es/node_modules/xgplayer/es/plugins/cssFullScreen/index.js +3 -3
  444. package/dist/es/node_modules/xgplayer/es/plugins/definition/index.js +3 -3
  445. package/dist/es/node_modules/xgplayer/es/plugins/download/index.js +3 -3
  446. package/dist/es/node_modules/xgplayer/es/plugins/dynamicBg/index.js +3 -3
  447. package/dist/es/node_modules/xgplayer/es/plugins/enter/index.js +3 -3
  448. package/dist/es/node_modules/xgplayer/es/plugins/error/index.js +3 -3
  449. package/dist/es/node_modules/xgplayer/es/plugins/fpsDetect/index.js +3 -3
  450. package/dist/es/node_modules/xgplayer/es/plugins/fullscreen/backicon.js +3 -3
  451. package/dist/es/node_modules/xgplayer/es/plugins/fullscreen/index.js +3 -3
  452. package/dist/es/node_modules/xgplayer/es/plugins/gapJump/index.js +3 -3
  453. package/dist/es/node_modules/xgplayer/es/plugins/keyboard/index.js +3 -3
  454. package/dist/es/node_modules/xgplayer/es/plugins/loading/index.js +3 -3
  455. package/dist/es/node_modules/xgplayer/es/plugins/logger/index.js +3 -3
  456. package/dist/es/node_modules/xgplayer/es/plugins/miniScreen/index.js +3 -3
  457. package/dist/es/node_modules/xgplayer/es/plugins/miniScreen/miniScreenIcon.js +3 -3
  458. package/dist/es/node_modules/xgplayer/es/plugins/mobile/index.js +3 -3
  459. package/dist/es/node_modules/xgplayer/es/plugins/mobile/touch.js +3 -3
  460. package/dist/es/node_modules/xgplayer/es/plugins/pc/index.js +3 -3
  461. package/dist/es/node_modules/xgplayer/es/plugins/pip/index.js +3 -3
  462. package/dist/es/node_modules/xgplayer/es/plugins/play/index.js +3 -3
  463. package/dist/es/node_modules/xgplayer/es/plugins/playNext/index.js +3 -3
  464. package/dist/es/node_modules/xgplayer/es/plugins/playbackRate/index.js +3 -3
  465. package/dist/es/node_modules/xgplayer/es/plugins/poster/index.js +3 -3
  466. package/dist/es/node_modules/xgplayer/es/plugins/progress/index.js +3 -3
  467. package/dist/es/node_modules/xgplayer/es/plugins/progress/innerList.js +3 -3
  468. package/dist/es/node_modules/xgplayer/es/plugins/progress/miniProgress.js +3 -3
  469. package/dist/es/node_modules/xgplayer/es/plugins/progressPreview/dotsApi.js +3 -3
  470. package/dist/es/node_modules/xgplayer/es/plugins/progressPreview/index.js +3 -3
  471. package/dist/es/node_modules/xgplayer/es/plugins/prompt/index.js +3 -3
  472. package/dist/es/node_modules/xgplayer/es/plugins/replay/index.js +3 -3
  473. package/dist/es/node_modules/xgplayer/es/plugins/rotate/index.js +3 -3
  474. package/dist/es/node_modules/xgplayer/es/plugins/screenShot/index.js +3 -3
  475. package/dist/es/node_modules/xgplayer/es/plugins/start/index.js +3 -3
  476. package/dist/es/node_modules/xgplayer/es/plugins/stats/index.js +3 -3
  477. package/dist/es/node_modules/xgplayer/es/plugins/testspeed/index.js +3 -3
  478. package/dist/es/node_modules/xgplayer/es/plugins/time/index.js +3 -3
  479. package/dist/es/node_modules/xgplayer/es/plugins/time/timesegments.js +3 -3
  480. package/dist/es/node_modules/xgplayer/es/plugins/volume/index.js +3 -3
  481. package/dist/es/node_modules/xgplayer/es/plugins/waitingTimeoutJump/index.js +3 -3
  482. package/dist/es/node_modules/xgplayer/es/presets/default.js +3 -3
  483. package/dist/es/node_modules/xgplayer/es/state.js +3 -3
  484. package/dist/es/node_modules/xgplayer/es/stateClassMap.js +3 -3
  485. package/dist/es/node_modules/xgplayer/es/utils/database.js +3 -3
  486. package/dist/es/node_modules/xgplayer/es/utils/debug.js +3 -3
  487. package/dist/es/node_modules/xgplayer/es/utils/draggabilly.js +3 -3
  488. package/dist/es/node_modules/xgplayer/es/utils/sniffer.js +3 -3
  489. package/dist/es/node_modules/xgplayer/es/utils/util.js +3 -3
  490. package/dist/es/node_modules/xgplayer/es/utils/xgplayerTimeRange.js +3 -3
  491. package/dist/es/node_modules/xgplayer/es/version.js +3 -3
  492. package/dist/es/packages/components/index.js +4 -4
  493. package/dist/es/styles/tokens.css +3 -3
  494. package/dist/lib/Button/index.js +3 -3
  495. package/dist/lib/Button/src/Button.css +3 -3
  496. package/dist/lib/Button/src/Button.vue.js +3 -3
  497. package/dist/lib/Button/src/Button2.css +3 -3
  498. package/dist/lib/CodeEditor/index.js +3 -3
  499. package/dist/lib/CodeEditor/src/index.css +4 -4
  500. package/dist/lib/CodeEditor/src/index.vue.js +4 -4
  501. package/dist/lib/CodeEditor/src/index2.css +4 -4
  502. package/dist/lib/CodeEditor/src/index3.css +14 -0
  503. package/dist/lib/ConfigProvider/index.js +3 -3
  504. package/dist/lib/ConfigProvider/src/configProvider.js +3 -3
  505. package/dist/lib/ConfigProvider/src/configProviderProps.js +3 -3
  506. package/dist/lib/ConfigProvider/src/constants.js +3 -3
  507. package/dist/lib/ConfigProvider/src/useGlobalConfig.js +3 -3
  508. package/dist/lib/CountTo/index.js +3 -3
  509. package/dist/lib/CountTo/src/index.css +4 -4
  510. package/dist/lib/CountTo/src/index.vue.js +4 -4
  511. package/dist/lib/Ellipsis/index.js +3 -3
  512. package/dist/lib/Ellipsis/src/components/JsEllipsis.css +4 -4
  513. package/dist/lib/Ellipsis/src/components/JsEllipsis.vue.js +4 -4
  514. package/dist/lib/Ellipsis/src/components/NativeEllipsis.css +3 -3
  515. package/dist/lib/Ellipsis/src/components/NativeEllipsis.vue.js +3 -3
  516. package/dist/lib/Ellipsis/src/components/NativeEllipsis2.css +3 -3
  517. package/dist/lib/Ellipsis/src/index.css +3 -3
  518. package/dist/lib/Ellipsis/src/index.vue.js +3 -3
  519. package/dist/lib/Ellipsis/src/utils/utils.js +3 -3
  520. package/dist/lib/Form/index.js +3 -3
  521. package/dist/lib/Form/src/Form.css +3 -3
  522. package/dist/lib/Form/src/Form.vue.js +3 -3
  523. package/dist/lib/Form/src/Form2.css +3 -3
  524. package/dist/lib/Form/src/styles/form.css +3 -3
  525. package/dist/lib/Grid/index.js +3 -3
  526. package/dist/lib/Grid/src/Grid.css +3 -3
  527. package/dist/lib/Grid/src/Grid.vue.js +3 -3
  528. package/dist/lib/Grid/src/components/ActionBar.css +3 -3
  529. package/dist/lib/Grid/src/components/ActionBar.vue.js +3 -3
  530. package/dist/lib/Grid/src/components/CellEditor.css +3 -3
  531. package/dist/lib/Grid/src/components/CellEditor.vue.js +3 -3
  532. package/dist/lib/Grid/src/components/CellEditor2.css +3 -3
  533. package/dist/lib/Grid/src/components/ColumnFilter.css +3 -3
  534. package/dist/lib/Grid/src/components/ColumnFilter.vue.js +3 -3
  535. package/dist/lib/Grid/src/components/ColumnSettings.css +3 -3
  536. package/dist/lib/Grid/src/components/ColumnSettings.vue.js +3 -3
  537. package/dist/lib/Grid/src/components/DataTable.css +3 -3
  538. package/dist/lib/Grid/src/components/DataTable.vue.js +3 -3
  539. package/dist/lib/Grid/src/components/Pager.css +3 -3
  540. package/dist/lib/Grid/src/components/Pager.vue.js +3 -3
  541. package/dist/lib/Grid/src/components/QueryBar.css +3 -3
  542. package/dist/lib/Grid/src/components/QueryBar.vue.js +3 -3
  543. package/dist/lib/Grid/src/composables/useCellEditor.js +3 -3
  544. package/dist/lib/Grid/src/composables/useGridTable.js +3 -3
  545. package/dist/lib/Grid/src/styles/table.css +3 -3
  546. package/dist/lib/Marquee/index.js +3 -3
  547. package/dist/lib/Marquee/src/index.css +3 -3
  548. package/dist/lib/Marquee/src/index.vue.js +4 -4
  549. package/dist/lib/Marquee/src/index2.css +4 -4
  550. package/dist/lib/Overlay/index.js +3 -3
  551. package/dist/lib/Overlay/src/Message.css +3 -3
  552. package/dist/lib/Overlay/src/Message.vue.js +3 -3
  553. package/dist/lib/Overlay/src/Message2.css +3 -3
  554. package/dist/lib/Overlay/src/Modal.css +3 -3
  555. package/dist/lib/Overlay/src/Modal.vue.js +3 -3
  556. package/dist/lib/Overlay/src/Modal2.css +3 -3
  557. package/dist/lib/Overlay/src/Notice.css +3 -3
  558. package/dist/lib/Overlay/src/Notice.vue.js +3 -3
  559. package/dist/lib/Overlay/src/Notice2.css +3 -3
  560. package/dist/lib/Overlay/src/Tooltip.css +4 -4
  561. package/dist/lib/Overlay/src/Tooltip.vue.js +4 -4
  562. package/dist/lib/Overlay/src/Tooltip2.css +4 -4
  563. package/dist/lib/RichTextEditor/index.js +3 -3
  564. package/dist/lib/RichTextEditor/src/ToolbarPanel.css +3 -3
  565. package/dist/lib/RichTextEditor/src/ToolbarPanel.vue.js +3 -3
  566. package/dist/lib/RichTextEditor/src/ToolbarPanel2.css +3 -3
  567. package/dist/lib/RichTextEditor/src/components/BlockquoteButton.css +4 -4
  568. package/dist/lib/RichTextEditor/src/components/BlockquoteButton.vue.js +4 -4
  569. package/dist/lib/RichTextEditor/src/components/CodeBlockButton.css +4 -4
  570. package/dist/lib/RichTextEditor/src/components/CodeBlockButton.vue.js +4 -4
  571. package/dist/lib/RichTextEditor/src/components/ColorHighlightPopover.css +3 -3
  572. package/dist/lib/RichTextEditor/src/components/ColorHighlightPopover.vue.js +3 -3
  573. package/dist/lib/RichTextEditor/src/components/FontSizeDropdownMenu.css +3 -3
  574. package/dist/lib/RichTextEditor/src/components/FontSizeDropdownMenu.vue.js +3 -3
  575. package/dist/lib/RichTextEditor/src/components/HeadingDropdownMenu.css +3 -3
  576. package/dist/lib/RichTextEditor/src/components/HeadingDropdownMenu.vue.js +3 -3
  577. package/dist/lib/RichTextEditor/src/components/ImageUploadButton.css +4 -4
  578. package/dist/lib/RichTextEditor/src/components/ImageUploadButton.vue.js +4 -4
  579. package/dist/lib/RichTextEditor/src/components/LinkPopover.css +4 -4
  580. package/dist/lib/RichTextEditor/src/components/LinkPopover.vue.js +4 -4
  581. package/dist/lib/RichTextEditor/src/components/ListDropdownMenu.css +3 -3
  582. package/dist/lib/RichTextEditor/src/components/ListDropdownMenu.vue.js +3 -3
  583. package/dist/lib/RichTextEditor/src/components/MarkButton.css +4 -4
  584. package/dist/lib/RichTextEditor/src/components/MarkButton.vue.js +4 -4
  585. package/dist/lib/RichTextEditor/src/components/TableButton.css +3 -3
  586. package/dist/lib/RichTextEditor/src/components/TableButton.vue.js +3 -3
  587. package/dist/lib/RichTextEditor/src/components/TextAlignDropdownMenu.css +3 -3
  588. package/dist/lib/RichTextEditor/src/components/TextAlignDropdownMenu.vue.js +3 -3
  589. package/dist/lib/RichTextEditor/src/components/TextColorPopover.css +3 -3
  590. package/dist/lib/RichTextEditor/src/components/TextColorPopover.vue.js +3 -3
  591. package/dist/lib/RichTextEditor/src/components/ToolbarGroup.css +3 -3
  592. package/dist/lib/RichTextEditor/src/components/ToolbarGroup.vue.js +3 -3
  593. package/dist/lib/RichTextEditor/src/components/ToolbarSeparator.css +3 -3
  594. package/dist/lib/RichTextEditor/src/components/ToolbarSeparator.vue.js +3 -3
  595. package/dist/lib/RichTextEditor/src/components/UndoRedoButton.css +4 -4
  596. package/dist/lib/RichTextEditor/src/components/UndoRedoButton.vue.js +4 -4
  597. package/dist/lib/RichTextEditor/src/components/VideoUploadButton.css +4 -4
  598. package/dist/lib/RichTextEditor/src/components/VideoUploadButton.vue.js +4 -4
  599. package/dist/lib/RichTextEditor/src/components/basic/ColorPicker.css +4 -4
  600. package/dist/lib/RichTextEditor/src/components/basic/ColorPicker.vue.js +4 -4
  601. package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal.css +3 -3
  602. package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal.vue.js +3 -3
  603. package/dist/lib/RichTextEditor/src/components/basic/SelectMenu.css +4 -4
  604. package/dist/lib/RichTextEditor/src/components/basic/SelectMenu.vue.js +4 -4
  605. package/dist/lib/RichTextEditor/src/components/basic/SelectMenu2.css +4 -4
  606. package/dist/lib/RichTextEditor/src/components/icons.js +3 -3
  607. package/dist/lib/RichTextEditor/src/constant/index.js +3 -3
  608. package/dist/lib/RichTextEditor/src/extensions/video.js +3 -3
  609. package/dist/lib/RichTextEditor/src/index.css +4 -4
  610. package/dist/lib/RichTextEditor/src/index.vue.js +4 -4
  611. package/dist/lib/RichTextEditor/src/index2.css +4 -4
  612. package/dist/lib/RichTextEditor/src/props.js +3 -3
  613. package/dist/lib/ScaleScreen/index.js +3 -3
  614. package/dist/lib/ScaleScreen/src/index.css +4 -4
  615. package/dist/lib/ScaleScreen/src/index.vue.js +4 -4
  616. package/dist/lib/ScaleScreen/src/index2.css +4 -4
  617. package/dist/lib/Transition/index.js +4 -4
  618. package/dist/lib/Transition/src/CollapseTransition.css +4 -4
  619. package/dist/lib/Transition/src/CollapseTransition.vue.js +4 -4
  620. package/dist/{es/Progress/src/index2.css → lib/Transition/src/CollapseTransition2.css} +4 -4
  621. package/dist/lib/Transition/src/CreateTransition.js +4 -4
  622. package/dist/lib/Transition/src/ExpandTransition.js +4 -4
  623. package/dist/lib/Transition/src/style/index.css +4 -4
  624. package/dist/lib/Transition/style.js +14 -0
  625. package/dist/lib/VideoBackground/index.js +3 -3
  626. package/dist/lib/VideoBackground/src/helper.js +3 -3
  627. package/dist/lib/VideoBackground/src/index.css +3 -3
  628. package/dist/lib/VideoBackground/src/index.vue.js +3 -3
  629. package/dist/lib/VideoBackground/src/index2.css +3 -3
  630. package/dist/lib/VideoBackground/src/index3.css +3 -3
  631. package/dist/lib/VideoBackground/src/videoBackground.js +3 -3
  632. package/dist/lib/VideoPlayer/index.js +3 -3
  633. package/dist/lib/VideoPlayer/src/index.css +4 -4
  634. package/dist/lib/VideoPlayer/src/index.vue.js +4 -4
  635. package/dist/lib/VirtualScroll/index.js +3 -3
  636. package/dist/lib/VirtualScroll/src/index.css +3 -3
  637. package/dist/lib/VirtualScroll/src/index.vue.js +3 -3
  638. package/dist/lib/VirtualScroll/src/index.vue2.js +3 -3
  639. package/dist/lib/VirtualScroll/src/index2.css +3 -3
  640. package/dist/lib/_virtual/_commonjsHelpers.js +3 -3
  641. package/dist/lib/_virtual/_plugin-vue_export-helper.js +3 -3
  642. package/dist/lib/_virtual/delegate.js +3 -3
  643. package/dist/lib/_virtual/download.js +3 -3
  644. package/dist/lib/_virtual/download2.js +3 -3
  645. package/dist/lib/_virtual/index.js +3 -3
  646. package/dist/lib/_virtual/index2.js +3 -3
  647. package/dist/lib/hooks/useLocale.js +3 -3
  648. package/dist/lib/hooks/useNamespace.js +3 -3
  649. package/dist/lib/index.js +4 -4
  650. package/dist/lib/locale/lang/en-US.js +3 -3
  651. package/dist/lib/locale/lang/ja-JP.js +3 -3
  652. package/dist/lib/locale/lang/zh-CN.js +3 -3
  653. package/dist/lib/node_modules/@codemirror/autocomplete/dist/index.js +3 -3
  654. package/dist/lib/node_modules/@codemirror/commands/dist/index.js +3 -3
  655. package/dist/lib/node_modules/@codemirror/lang-java/dist/index.js +3 -3
  656. package/dist/lib/node_modules/@codemirror/lang-javascript/dist/index.js +3 -3
  657. package/dist/lib/node_modules/@codemirror/lang-json/dist/index.js +3 -3
  658. package/dist/lib/node_modules/@codemirror/lang-python/dist/index.js +3 -3
  659. package/dist/lib/node_modules/@codemirror/lang-sql/dist/index.js +3 -3
  660. package/dist/lib/node_modules/@codemirror/lang-xml/dist/index.js +3 -3
  661. package/dist/lib/node_modules/@codemirror/lang-yaml/dist/index.js +3 -3
  662. package/dist/lib/node_modules/@codemirror/language/dist/index.js +3 -3
  663. package/dist/lib/node_modules/@codemirror/lint/dist/index.js +3 -3
  664. package/dist/lib/node_modules/@codemirror/search/dist/index.js +3 -3
  665. package/dist/lib/node_modules/@codemirror/state/dist/index.js +3 -3
  666. package/dist/lib/node_modules/@codemirror/theme-one-dark/dist/index.js +3 -3
  667. package/dist/lib/node_modules/@codemirror/view/dist/index.js +3 -3
  668. package/dist/lib/node_modules/@lezer/common/dist/index.js +3 -3
  669. package/dist/lib/node_modules/@lezer/highlight/dist/index.js +3 -3
  670. package/dist/lib/node_modules/@lezer/java/dist/index.js +3 -3
  671. package/dist/lib/node_modules/@lezer/javascript/dist/index.js +3 -3
  672. package/dist/lib/node_modules/@lezer/json/dist/index.js +3 -3
  673. package/dist/lib/node_modules/@lezer/lr/dist/index.js +3 -3
  674. package/dist/lib/node_modules/@lezer/python/dist/index.js +3 -3
  675. package/dist/lib/node_modules/@lezer/xml/dist/index.js +3 -3
  676. package/dist/lib/node_modules/@lezer/yaml/dist/index.js +3 -3
  677. package/dist/lib/node_modules/@marijn/find-cluster-break/src/index.js +3 -3
  678. package/dist/lib/node_modules/@tanstack/devtools-event-client/dist/esm/plugin.js +3 -3
  679. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/EventClient.js +3 -3
  680. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/FieldApi.js +3 -3
  681. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/FormApi.js +3 -3
  682. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/ValidationLogic.js +3 -3
  683. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/metaHelper.js +3 -3
  684. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/standardSchemaValidator.js +3 -3
  685. package/dist/lib/node_modules/@tanstack/form-core/dist/esm/utils.js +3 -3
  686. package/dist/lib/node_modules/@tanstack/pacer-lite/dist/lite-throttler.js +3 -3
  687. package/dist/lib/node_modules/@tanstack/store/dist/esm/derived.js +3 -3
  688. package/dist/lib/node_modules/@tanstack/store/dist/esm/scheduler.js +3 -3
  689. package/dist/lib/node_modules/@tanstack/store/dist/esm/store.js +3 -3
  690. package/dist/lib/node_modules/@tanstack/store/dist/esm/types.js +3 -3
  691. package/dist/lib/node_modules/@tanstack/table-core/build/lib/index.js +3 -3
  692. package/dist/lib/node_modules/@tanstack/vue-form/dist/esm/useField.js +3 -3
  693. package/dist/lib/node_modules/@tanstack/vue-form/dist/esm/useForm.js +3 -3
  694. package/dist/lib/node_modules/@tanstack/vue-store/dist/esm/index.js +3 -3
  695. package/dist/lib/node_modules/@tanstack/vue-table/build/lib/index.js +3 -3
  696. package/dist/lib/node_modules/@tiptap/core/dist/index.js +3 -3
  697. package/dist/lib/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +3 -3
  698. package/dist/lib/node_modules/@tiptap/extension-blockquote/dist/index.js +3 -3
  699. package/dist/lib/node_modules/@tiptap/extension-bold/dist/index.js +3 -3
  700. package/dist/lib/node_modules/@tiptap/extension-character-count/dist/index.js +3 -3
  701. package/dist/lib/node_modules/@tiptap/extension-code/dist/index.js +3 -3
  702. package/dist/lib/node_modules/@tiptap/extension-code-block/dist/index.js +3 -3
  703. package/dist/lib/node_modules/@tiptap/extension-document/dist/index.js +3 -3
  704. package/dist/lib/node_modules/@tiptap/extension-hard-break/dist/index.js +3 -3
  705. package/dist/lib/node_modules/@tiptap/extension-heading/dist/index.js +3 -3
  706. package/dist/lib/node_modules/@tiptap/extension-highlight/dist/index.js +3 -3
  707. package/dist/lib/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +3 -3
  708. package/dist/lib/node_modules/@tiptap/extension-image/dist/index.js +3 -3
  709. package/dist/lib/node_modules/@tiptap/extension-italic/dist/index.js +3 -3
  710. package/dist/lib/node_modules/@tiptap/extension-link/dist/index.js +3 -3
  711. package/dist/lib/node_modules/@tiptap/extension-list/dist/index.js +3 -3
  712. package/dist/lib/node_modules/@tiptap/extension-paragraph/dist/index.js +3 -3
  713. package/dist/lib/node_modules/@tiptap/extension-strike/dist/index.js +3 -3
  714. package/dist/lib/node_modules/@tiptap/extension-subscript/dist/index.js +3 -3
  715. package/dist/lib/node_modules/@tiptap/extension-superscript/dist/index.js +3 -3
  716. package/dist/lib/node_modules/@tiptap/extension-table/dist/index.js +3 -3
  717. package/dist/lib/node_modules/@tiptap/extension-task-item/dist/index.js +3 -3
  718. package/dist/lib/node_modules/@tiptap/extension-task-list/dist/index.js +3 -3
  719. package/dist/lib/node_modules/@tiptap/extension-text/dist/index.js +3 -3
  720. package/dist/lib/node_modules/@tiptap/extension-text-align/dist/index.js +3 -3
  721. package/dist/lib/node_modules/@tiptap/extension-text-style/dist/index.js +3 -3
  722. package/dist/lib/node_modules/@tiptap/extension-underline/dist/index.js +4 -4
  723. package/dist/lib/node_modules/@tiptap/extensions/dist/index.js +3 -3
  724. package/dist/lib/node_modules/@tiptap/starter-kit/dist/index.js +3 -3
  725. package/dist/lib/node_modules/@tiptap/vue-3/dist/index.js +3 -3
  726. package/dist/lib/node_modules/@vueuse/core/dist/index.js +3 -3
  727. package/dist/lib/node_modules/@vueuse/shared/dist/index.js +3 -3
  728. package/dist/lib/node_modules/codemirror/dist/index.js +3 -3
  729. package/dist/lib/node_modules/crelt/index.js +3 -3
  730. package/dist/lib/node_modules/delegate/src/closest.js +3 -3
  731. package/dist/lib/node_modules/delegate/src/delegate.js +3 -3
  732. package/dist/lib/node_modules/downloadjs/download.js +3 -3
  733. package/dist/lib/node_modules/eventemitter3/index.js +3 -3
  734. package/dist/lib/node_modules/linkifyjs/dist/linkify.js +3 -3
  735. package/dist/lib/node_modules/lodash-es/_DataView.js +3 -3
  736. package/dist/lib/node_modules/lodash-es/_Hash.js +3 -3
  737. package/dist/lib/node_modules/lodash-es/_ListCache.js +3 -3
  738. package/dist/lib/node_modules/lodash-es/_Map.js +3 -3
  739. package/dist/lib/node_modules/lodash-es/_MapCache.js +3 -3
  740. package/dist/lib/node_modules/lodash-es/_Promise.js +3 -3
  741. package/dist/lib/node_modules/lodash-es/_Set.js +3 -3
  742. package/dist/lib/node_modules/lodash-es/_Stack.js +3 -3
  743. package/dist/lib/node_modules/lodash-es/_Symbol.js +3 -3
  744. package/dist/lib/node_modules/lodash-es/_Uint8Array.js +3 -3
  745. package/dist/lib/node_modules/lodash-es/_WeakMap.js +3 -3
  746. package/dist/lib/node_modules/lodash-es/_apply.js +3 -3
  747. package/dist/lib/node_modules/lodash-es/_arrayEach.js +3 -3
  748. package/dist/lib/node_modules/lodash-es/_arrayFilter.js +3 -3
  749. package/dist/lib/node_modules/lodash-es/_arrayLikeKeys.js +3 -3
  750. package/dist/lib/node_modules/lodash-es/_arrayMap.js +3 -3
  751. package/dist/lib/node_modules/lodash-es/_arrayPush.js +3 -3
  752. package/dist/lib/node_modules/lodash-es/_asciiToArray.js +14 -0
  753. package/dist/lib/node_modules/lodash-es/_assignValue.js +3 -3
  754. package/dist/lib/node_modules/lodash-es/_assocIndexOf.js +3 -3
  755. package/dist/lib/node_modules/lodash-es/_baseAssignValue.js +3 -3
  756. package/dist/lib/node_modules/lodash-es/_baseClone.js +3 -3
  757. package/dist/lib/node_modules/lodash-es/_baseFlatten.js +3 -3
  758. package/dist/lib/node_modules/lodash-es/_baseGet.js +3 -3
  759. package/dist/lib/node_modules/lodash-es/_baseGetAllKeys.js +3 -3
  760. package/dist/lib/node_modules/lodash-es/_baseGetTag.js +3 -3
  761. package/dist/lib/node_modules/lodash-es/_baseIsArguments.js +3 -3
  762. package/dist/lib/node_modules/lodash-es/_baseIsMap.js +3 -3
  763. package/dist/lib/node_modules/lodash-es/_baseIsNative.js +3 -3
  764. package/dist/lib/node_modules/lodash-es/_baseIsRegExp.js +3 -3
  765. package/dist/lib/node_modules/lodash-es/_baseIsSet.js +3 -3
  766. package/dist/lib/node_modules/lodash-es/_baseIsTypedArray.js +3 -3
  767. package/dist/lib/node_modules/lodash-es/_baseKeysIn.js +3 -3
  768. package/dist/lib/node_modules/lodash-es/_baseSetToString.js +3 -3
  769. package/dist/lib/node_modules/lodash-es/_baseSlice.js +3 -3
  770. package/dist/lib/node_modules/lodash-es/_baseTimes.js +3 -3
  771. package/dist/lib/node_modules/lodash-es/_baseToString.js +3 -3
  772. package/dist/lib/node_modules/lodash-es/_baseUnary.js +3 -3
  773. package/dist/lib/node_modules/lodash-es/_baseUnset.js +3 -3
  774. package/dist/lib/node_modules/lodash-es/_castPath.js +3 -3
  775. package/dist/lib/node_modules/lodash-es/_castSlice.js +14 -0
  776. package/dist/lib/node_modules/lodash-es/_cloneArrayBuffer.js +3 -3
  777. package/dist/lib/node_modules/lodash-es/_cloneBuffer.js +3 -3
  778. package/dist/lib/node_modules/lodash-es/_cloneDataView.js +3 -3
  779. package/dist/lib/node_modules/lodash-es/_cloneRegExp.js +3 -3
  780. package/dist/lib/node_modules/lodash-es/_cloneSymbol.js +3 -3
  781. package/dist/lib/node_modules/lodash-es/_cloneTypedArray.js +3 -3
  782. package/dist/lib/node_modules/lodash-es/_copyObject.js +3 -3
  783. package/dist/lib/node_modules/lodash-es/_coreJsData.js +3 -3
  784. package/dist/lib/node_modules/lodash-es/_createCaseFirst.js +14 -0
  785. package/dist/lib/node_modules/lodash-es/_customOmitClone.js +3 -3
  786. package/dist/lib/node_modules/lodash-es/_defineProperty.js +3 -3
  787. package/dist/lib/node_modules/lodash-es/_flatRest.js +3 -3
  788. package/dist/lib/node_modules/lodash-es/_freeGlobal.js +3 -3
  789. package/dist/lib/node_modules/lodash-es/_getAllKeysIn.js +3 -3
  790. package/dist/lib/node_modules/lodash-es/_getMapData.js +3 -3
  791. package/dist/lib/node_modules/lodash-es/_getNative.js +3 -3
  792. package/dist/lib/node_modules/lodash-es/_getPrototype.js +3 -3
  793. package/dist/lib/node_modules/lodash-es/_getRawTag.js +3 -3
  794. package/dist/lib/node_modules/lodash-es/_getSymbols.js +3 -3
  795. package/dist/lib/node_modules/lodash-es/_getSymbolsIn.js +3 -3
  796. package/dist/lib/node_modules/lodash-es/_getTag.js +3 -3
  797. package/dist/lib/node_modules/lodash-es/_getValue.js +3 -3
  798. package/dist/lib/node_modules/lodash-es/_hasUnicode.js +14 -0
  799. package/dist/lib/node_modules/lodash-es/_hashClear.js +3 -3
  800. package/dist/lib/node_modules/lodash-es/_hashDelete.js +3 -3
  801. package/dist/lib/node_modules/lodash-es/_hashGet.js +3 -3
  802. package/dist/lib/node_modules/lodash-es/_hashHas.js +3 -3
  803. package/dist/lib/node_modules/lodash-es/_hashSet.js +3 -3
  804. package/dist/lib/node_modules/lodash-es/_initCloneArray.js +3 -3
  805. package/dist/lib/node_modules/lodash-es/_initCloneByTag.js +3 -3
  806. package/dist/lib/node_modules/lodash-es/_isFlattenable.js +3 -3
  807. package/dist/lib/node_modules/lodash-es/_isIndex.js +3 -3
  808. package/dist/lib/node_modules/lodash-es/_isKey.js +3 -3
  809. package/dist/lib/node_modules/lodash-es/_isKeyable.js +3 -3
  810. package/dist/lib/node_modules/lodash-es/_isMasked.js +3 -3
  811. package/dist/lib/node_modules/lodash-es/_isPrototype.js +3 -3
  812. package/dist/lib/node_modules/lodash-es/_listCacheClear.js +3 -3
  813. package/dist/lib/node_modules/lodash-es/_listCacheDelete.js +3 -3
  814. package/dist/lib/node_modules/lodash-es/_listCacheGet.js +3 -3
  815. package/dist/lib/node_modules/lodash-es/_listCacheHas.js +3 -3
  816. package/dist/lib/node_modules/lodash-es/_listCacheSet.js +3 -3
  817. package/dist/lib/node_modules/lodash-es/_mapCacheClear.js +3 -3
  818. package/dist/lib/node_modules/lodash-es/_mapCacheDelete.js +3 -3
  819. package/dist/lib/node_modules/lodash-es/_mapCacheGet.js +3 -3
  820. package/dist/lib/node_modules/lodash-es/_mapCacheHas.js +3 -3
  821. package/dist/lib/node_modules/lodash-es/_mapCacheSet.js +3 -3
  822. package/dist/lib/node_modules/lodash-es/_memoizeCapped.js +3 -3
  823. package/dist/lib/node_modules/lodash-es/_nativeCreate.js +3 -3
  824. package/dist/lib/node_modules/lodash-es/_nativeKeysIn.js +3 -3
  825. package/dist/lib/node_modules/lodash-es/_nodeUtil.js +3 -3
  826. package/dist/lib/node_modules/lodash-es/_objectToString.js +3 -3
  827. package/dist/lib/node_modules/lodash-es/_overArg.js +3 -3
  828. package/dist/lib/node_modules/lodash-es/_overRest.js +3 -3
  829. package/dist/lib/node_modules/lodash-es/_parent.js +3 -3
  830. package/dist/lib/node_modules/lodash-es/_root.js +3 -3
  831. package/dist/lib/node_modules/lodash-es/_setToString.js +3 -3
  832. package/dist/lib/node_modules/lodash-es/_shortOut.js +3 -3
  833. package/dist/lib/node_modules/lodash-es/_stackClear.js +3 -3
  834. package/dist/lib/node_modules/lodash-es/_stackDelete.js +3 -3
  835. package/dist/lib/node_modules/lodash-es/_stackGet.js +3 -3
  836. package/dist/lib/node_modules/lodash-es/_stackHas.js +3 -3
  837. package/dist/lib/node_modules/lodash-es/_stackSet.js +3 -3
  838. package/dist/lib/node_modules/lodash-es/_stringToArray.js +14 -0
  839. package/dist/lib/node_modules/lodash-es/_stringToPath.js +3 -3
  840. package/dist/lib/node_modules/lodash-es/_toKey.js +3 -3
  841. package/dist/lib/node_modules/lodash-es/_toSource.js +3 -3
  842. package/dist/lib/node_modules/lodash-es/_unicodeToArray.js +14 -0
  843. package/dist/lib/node_modules/lodash-es/constant.js +3 -3
  844. package/dist/lib/node_modules/lodash-es/eq.js +3 -3
  845. package/dist/lib/node_modules/lodash-es/flatten.js +3 -3
  846. package/dist/lib/node_modules/lodash-es/get.js +3 -3
  847. package/dist/lib/node_modules/lodash-es/identity.js +3 -3
  848. package/dist/lib/node_modules/lodash-es/isArguments.js +3 -3
  849. package/dist/lib/node_modules/lodash-es/isArray.js +3 -3
  850. package/dist/lib/node_modules/lodash-es/isArrayLike.js +3 -3
  851. package/dist/lib/node_modules/lodash-es/isBuffer.js +3 -3
  852. package/dist/lib/node_modules/lodash-es/isFinite.js +3 -3
  853. package/dist/lib/node_modules/lodash-es/isFunction.js +3 -3
  854. package/dist/lib/node_modules/lodash-es/isLength.js +3 -3
  855. package/dist/lib/node_modules/lodash-es/isMap.js +3 -3
  856. package/dist/lib/node_modules/lodash-es/isNaN.js +3 -3
  857. package/dist/lib/node_modules/lodash-es/isNil.js +3 -3
  858. package/dist/lib/node_modules/lodash-es/isNumber.js +3 -3
  859. package/dist/lib/node_modules/lodash-es/isObject.js +3 -3
  860. package/dist/lib/node_modules/lodash-es/isObjectLike.js +3 -3
  861. package/dist/lib/node_modules/lodash-es/isPlainObject.js +3 -3
  862. package/dist/lib/node_modules/lodash-es/isRegExp.js +3 -3
  863. package/dist/lib/node_modules/lodash-es/isSet.js +3 -3
  864. package/dist/lib/node_modules/lodash-es/isString.js +3 -3
  865. package/dist/lib/node_modules/lodash-es/isSymbol.js +3 -3
  866. package/dist/lib/node_modules/lodash-es/isTypedArray.js +3 -3
  867. package/dist/lib/node_modules/lodash-es/keysIn.js +3 -3
  868. package/dist/lib/node_modules/lodash-es/last.js +3 -3
  869. package/dist/lib/node_modules/lodash-es/memoize.js +3 -3
  870. package/dist/lib/node_modules/lodash-es/omit.js +3 -3
  871. package/dist/lib/node_modules/lodash-es/stubArray.js +3 -3
  872. package/dist/lib/node_modules/lodash-es/stubFalse.js +3 -3
  873. package/dist/lib/node_modules/lodash-es/toString.js +3 -3
  874. package/dist/lib/node_modules/lodash-es/upperFirst.js +14 -0
  875. package/dist/lib/node_modules/orderedmap/dist/index.js +3 -3
  876. package/dist/lib/node_modules/prosemirror-commands/dist/index.js +3 -3
  877. package/dist/lib/node_modules/prosemirror-dropcursor/dist/index.js +3 -3
  878. package/dist/lib/node_modules/prosemirror-gapcursor/dist/index.js +3 -3
  879. package/dist/lib/node_modules/prosemirror-history/dist/index.js +3 -3
  880. package/dist/lib/node_modules/prosemirror-keymap/dist/index.js +3 -3
  881. package/dist/lib/node_modules/prosemirror-model/dist/index.js +3 -3
  882. package/dist/lib/node_modules/prosemirror-schema-list/dist/index.js +3 -3
  883. package/dist/lib/node_modules/prosemirror-state/dist/index.js +3 -3
  884. package/dist/lib/node_modules/prosemirror-tables/dist/index.js +3 -3
  885. package/dist/lib/node_modules/prosemirror-transform/dist/index.js +3 -3
  886. package/dist/lib/node_modules/prosemirror-view/dist/index.js +3 -3
  887. package/dist/lib/node_modules/rope-sequence/dist/index.js +3 -3
  888. package/dist/lib/node_modules/style-mod/src/style-mod.js +3 -3
  889. package/dist/lib/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +3 -3
  890. package/dist/lib/node_modules/w3c-keyname/index.js +3 -3
  891. package/dist/lib/node_modules/xgplayer/dist/index.min.css +3 -3
  892. package/dist/lib/node_modules/xgplayer/es/_virtual/_rollupPluginBabelHelpers.js +3 -3
  893. package/dist/lib/node_modules/xgplayer/es/constant.js +3 -3
  894. package/dist/lib/node_modules/xgplayer/es/defaultConfig.js +3 -3
  895. package/dist/lib/node_modules/xgplayer/es/error.js +3 -3
  896. package/dist/lib/node_modules/xgplayer/es/events.js +3 -3
  897. package/dist/lib/node_modules/xgplayer/es/index.umd.js +3 -3
  898. package/dist/lib/node_modules/xgplayer/es/instManager.js +3 -3
  899. package/dist/lib/node_modules/xgplayer/es/lang/en.js +3 -3
  900. package/dist/lib/node_modules/xgplayer/es/lang/i18n.js +3 -3
  901. package/dist/lib/node_modules/xgplayer/es/lang/jp.js +3 -3
  902. package/dist/lib/node_modules/xgplayer/es/lang/zh-cn.js +3 -3
  903. package/dist/lib/node_modules/xgplayer/es/mediaProxy.js +3 -3
  904. package/dist/lib/node_modules/xgplayer/es/player.js +3 -3
  905. package/dist/lib/node_modules/xgplayer/es/plugin/basePlugin.js +3 -3
  906. package/dist/lib/node_modules/xgplayer/es/plugin/hooksDescriptor.js +3 -3
  907. package/dist/lib/node_modules/xgplayer/es/plugin/plugin.js +3 -3
  908. package/dist/lib/node_modules/xgplayer/es/plugin/pluginsManager.js +3 -3
  909. package/dist/lib/node_modules/xgplayer/es/plugin/preset.js +3 -3
  910. package/dist/lib/node_modules/xgplayer/es/plugin/resizeObserver.js +3 -3
  911. package/dist/lib/node_modules/xgplayer/es/plugins/assets/back.js +3 -3
  912. package/dist/lib/node_modules/xgplayer/es/plugins/assets/download.js +3 -3
  913. package/dist/lib/node_modules/xgplayer/es/plugins/assets/exitCssFull.js +3 -3
  914. package/dist/lib/node_modules/xgplayer/es/plugins/assets/exitFull.js +3 -3
  915. package/dist/lib/node_modules/xgplayer/es/plugins/assets/loading.js +3 -3
  916. package/dist/lib/node_modules/xgplayer/es/plugins/assets/pause.js +3 -3
  917. package/dist/lib/node_modules/xgplayer/es/plugins/assets/pipIcon.js +3 -3
  918. package/dist/lib/node_modules/xgplayer/es/plugins/assets/pipIconExit.js +3 -3
  919. package/dist/lib/node_modules/xgplayer/es/plugins/assets/play.js +3 -3
  920. package/dist/lib/node_modules/xgplayer/es/plugins/assets/playNext.js +3 -3
  921. package/dist/lib/node_modules/xgplayer/es/plugins/assets/replay.js +3 -3
  922. package/dist/lib/node_modules/xgplayer/es/plugins/assets/requestCssFull.js +3 -3
  923. package/dist/lib/node_modules/xgplayer/es/plugins/assets/requestFull.js +3 -3
  924. package/dist/lib/node_modules/xgplayer/es/plugins/assets/rotate.js +3 -3
  925. package/dist/lib/node_modules/xgplayer/es/plugins/assets/seekicon.js +3 -3
  926. package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeLarge.js +3 -3
  927. package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeMuted.js +3 -3
  928. package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeSmall.js +3 -3
  929. package/dist/lib/node_modules/xgplayer/es/plugins/common/iconPlugin.js +3 -3
  930. package/dist/lib/node_modules/xgplayer/es/plugins/common/iconTools.js +3 -3
  931. package/dist/lib/node_modules/xgplayer/es/plugins/common/optionList.js +3 -3
  932. package/dist/lib/node_modules/xgplayer/es/plugins/common/optionsIcon.js +3 -3
  933. package/dist/lib/node_modules/xgplayer/es/plugins/common/thumbnail.js +3 -3
  934. package/dist/lib/node_modules/xgplayer/es/plugins/controls/index.js +3 -3
  935. package/dist/lib/node_modules/xgplayer/es/plugins/cssFullScreen/index.js +3 -3
  936. package/dist/lib/node_modules/xgplayer/es/plugins/definition/index.js +3 -3
  937. package/dist/lib/node_modules/xgplayer/es/plugins/download/index.js +3 -3
  938. package/dist/lib/node_modules/xgplayer/es/plugins/dynamicBg/index.js +3 -3
  939. package/dist/lib/node_modules/xgplayer/es/plugins/enter/index.js +3 -3
  940. package/dist/lib/node_modules/xgplayer/es/plugins/error/index.js +3 -3
  941. package/dist/lib/node_modules/xgplayer/es/plugins/fpsDetect/index.js +3 -3
  942. package/dist/lib/node_modules/xgplayer/es/plugins/fullscreen/backicon.js +3 -3
  943. package/dist/lib/node_modules/xgplayer/es/plugins/fullscreen/index.js +3 -3
  944. package/dist/lib/node_modules/xgplayer/es/plugins/gapJump/index.js +3 -3
  945. package/dist/lib/node_modules/xgplayer/es/plugins/keyboard/index.js +3 -3
  946. package/dist/lib/node_modules/xgplayer/es/plugins/loading/index.js +3 -3
  947. package/dist/lib/node_modules/xgplayer/es/plugins/logger/index.js +3 -3
  948. package/dist/lib/node_modules/xgplayer/es/plugins/miniScreen/index.js +3 -3
  949. package/dist/lib/node_modules/xgplayer/es/plugins/miniScreen/miniScreenIcon.js +3 -3
  950. package/dist/lib/node_modules/xgplayer/es/plugins/mobile/index.js +3 -3
  951. package/dist/lib/node_modules/xgplayer/es/plugins/mobile/touch.js +3 -3
  952. package/dist/lib/node_modules/xgplayer/es/plugins/pc/index.js +3 -3
  953. package/dist/lib/node_modules/xgplayer/es/plugins/pip/index.js +3 -3
  954. package/dist/lib/node_modules/xgplayer/es/plugins/play/index.js +3 -3
  955. package/dist/lib/node_modules/xgplayer/es/plugins/playNext/index.js +3 -3
  956. package/dist/lib/node_modules/xgplayer/es/plugins/playbackRate/index.js +3 -3
  957. package/dist/lib/node_modules/xgplayer/es/plugins/poster/index.js +3 -3
  958. package/dist/lib/node_modules/xgplayer/es/plugins/progress/index.js +3 -3
  959. package/dist/lib/node_modules/xgplayer/es/plugins/progress/innerList.js +3 -3
  960. package/dist/lib/node_modules/xgplayer/es/plugins/progress/miniProgress.js +3 -3
  961. package/dist/lib/node_modules/xgplayer/es/plugins/progressPreview/dotsApi.js +3 -3
  962. package/dist/lib/node_modules/xgplayer/es/plugins/progressPreview/index.js +3 -3
  963. package/dist/lib/node_modules/xgplayer/es/plugins/prompt/index.js +3 -3
  964. package/dist/lib/node_modules/xgplayer/es/plugins/replay/index.js +3 -3
  965. package/dist/lib/node_modules/xgplayer/es/plugins/rotate/index.js +3 -3
  966. package/dist/lib/node_modules/xgplayer/es/plugins/screenShot/index.js +3 -3
  967. package/dist/lib/node_modules/xgplayer/es/plugins/start/index.js +3 -3
  968. package/dist/lib/node_modules/xgplayer/es/plugins/stats/index.js +3 -3
  969. package/dist/lib/node_modules/xgplayer/es/plugins/testspeed/index.js +3 -3
  970. package/dist/lib/node_modules/xgplayer/es/plugins/time/index.js +3 -3
  971. package/dist/lib/node_modules/xgplayer/es/plugins/time/timesegments.js +3 -3
  972. package/dist/lib/node_modules/xgplayer/es/plugins/volume/index.js +3 -3
  973. package/dist/lib/node_modules/xgplayer/es/plugins/waitingTimeoutJump/index.js +3 -3
  974. package/dist/lib/node_modules/xgplayer/es/presets/default.js +3 -3
  975. package/dist/lib/node_modules/xgplayer/es/state.js +3 -3
  976. package/dist/lib/node_modules/xgplayer/es/stateClassMap.js +3 -3
  977. package/dist/lib/node_modules/xgplayer/es/utils/database.js +3 -3
  978. package/dist/lib/node_modules/xgplayer/es/utils/debug.js +3 -3
  979. package/dist/lib/node_modules/xgplayer/es/utils/draggabilly.js +3 -3
  980. package/dist/lib/node_modules/xgplayer/es/utils/sniffer.js +3 -3
  981. package/dist/lib/node_modules/xgplayer/es/utils/util.js +3 -3
  982. package/dist/lib/node_modules/xgplayer/es/utils/xgplayerTimeRange.js +3 -3
  983. package/dist/lib/node_modules/xgplayer/es/version.js +3 -3
  984. package/dist/lib/packages/components/index.js +4 -4
  985. package/dist/lib/styles/tokens.css +3 -3
  986. package/index.d.ts +113 -0
  987. package/package.json +10 -6
  988. package/dist/es/Progress/src/index.css +0 -14
  989. package/dist/es/Progress/src/index.vue.js +0 -14
  990. package/dist/lib/Progress/src/index.css +0 -14
  991. package/dist/lib/Progress/src/index.vue.js +0 -14
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import t from"./_getMapData.js";function a(a){return t(this,a).has(a)}export{a 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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import t from"./_getMapData.js";function s(s,e){var i=t(this,s),a=i.size;return i.set(s,e),this.size+=i.size==a?0:1,this}export{s 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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import e from"./memoize.js";function r(r){var t=e(r,function(e){return 500===n.size&&n.clear(),e}),n=t.cache;return t}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import e from"./_getNative.js";var t=e(Object,"create");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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  function r(r){var n=[];if(null!=r)for(var t in Object(r))n.push(t);return n}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import e from"./_freeGlobal.js";var o="object"==typeof exports&&exports&&!exports.nodeType&&exports,r=o&&"object"==typeof module&&module&&!module.nodeType&&module,t=r&&r.exports===o&&e.process,p=function(){try{var e=r&&r.require&&r.require("util").types;return e||t&&t.binding&&t.binding("util")}catch(o){}}();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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  var t=Object.prototype.toString;function r(r){return t.call(r)}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  function n(n,t){return function(r){return n(t(r))}}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import r from"./_apply.js";var t=Math.max;function a(a,n,o){return n=t(void 0===n?a.length-1:n,0),function(){for(var e=arguments,f=-1,i=t(e.length-n,0),u=Array(i);++f<i;)u[f]=e[n+f];f=-1;for(var h=Array(n+1);++f<n;)h[f]=e[f];return h[n]=o(u),r(a,this,h)}}export{a 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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import e from"./_baseGet.js";import t from"./_baseSlice.js";function r(r,o){return o.length<2?r:e(r,t(o,0,-1))}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import e from"./_freeGlobal.js";var t="object"==typeof self&&self&&self.Object===Object&&self,f=e||t||Function("return this")();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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import r from"./_baseSetToString.js";import t from"./_shortOut.js";var o=t(r);export{o 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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  var r=Date.now;function e(e){var n=0,t=0;return function(){var a=r(),u=16-(a-t);if(t=a,u>0){if(++n>=800)return arguments[0]}else n=0;return e.apply(void 0,arguments)}}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import t from"./_ListCache.js";function i(){this.__data__=new t,this.size=0}export{i 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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  function e(e){var t=this.__data__,a=t.delete(e);return this.size=t.size,a}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  function t(t){return this.__data__.get(t)}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  function t(t){return this.__data__.has(t)}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import t from"./_ListCache.js";import i from"./_Map.js";import s from"./_MapCache.js";function a(a,_){var e=this.__data__;if(e instanceof t){var r=e.__data__;if(!i||r.length<199)return r.push([a,_]),this.size=++e.size,this;e=this.__data__=new s(r)}return e.set(a,_),this.size=e.size,this}export{a as default};
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
+ */
14
+ import r from"./_asciiToArray.js";import o from"./_hasUnicode.js";import i from"./_unicodeToArray.js";function t(t){return o(t)?i(t):r(t)}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import e from"./_memoizeCapped.js";var r=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,a=/\\(\\)?/g,p=e(function(e){var p=[];return 46===e.charCodeAt(0)&&p.push(""),e.replace(r,function(e,r,o,t){p.push(o?t.replace(a,"$1"):r||e)}),p});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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import r from"./isSymbol.js";function t(t){if("string"==typeof t||r(t))return t;var o=t+"";return"0"==o&&1/t==-1/0?"-0":o}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  var t=Function.prototype.toString;function r(r){if(null!=r){try{return t.call(r)}catch(n){}try{return r+""}catch(n){}}return""}export{r as default};
@@ -0,0 +1,14 @@
1
+ /*!
2
+ Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
3
+ @license Proprietary
4
+
5
+ This software is the confidential and proprietary property of Lenovo SSG BASD.
6
+ You shall not disclose such Confidential Information and shall use it only in
7
+ accordance with the terms of the license agreement.
8
+
9
+ --- Build Info ---
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
+ */
14
+ var f="\\ud800-\\udfff",u="["+f+"]",d="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",e="\\ud83c[\\udffb-\\udfff]",c="[^"+f+"]",n="(?:\\ud83c[\\udde6-\\uddff]){2}",t="[\\ud800-\\udbff][\\udc00-\\udfff]",a="(?:"+d+"|"+e+")"+"?",o="[\\ufe0e\\ufe0f]?",r=o+a+("(?:\\u200d(?:"+[c,n,t].join("|")+")"+o+a+")*"),i="(?:"+[c+d+"?",d,n,t,u].join("|")+")",b=RegExp(e+"(?="+e+")|"+i+r,"g");function g(f){return f.match(b)||[]}export{g 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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  function n(n){return function(){return n}}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  function t(t,e){return t===e||t!=t&&e!=e}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import t from"./_baseFlatten.js";function e(e){return(null==e?0:e.length)?t(e):[]}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import o from"./_baseGet.js";function r(r,t,e){var a=null==r?void 0:o(r,t);return void 0===a?e:a}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  function t(t){return t}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import e from"./_baseIsArguments.js";import r from"./isObjectLike.js";var t=Object.prototype,o=t.hasOwnProperty,a=t.propertyIsEnumerable,l=e(/* @__PURE__ */function(){return arguments}())?e:function(e){return r(e)&&o.call(e,"callee")&&!a.call(e,"callee")};export{l 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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  var r=Array.isArray;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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import t from"./isFunction.js";import n from"./isLength.js";function o(o){return null!=o&&n(o.length)&&!t(o)}export{o 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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import o from"./_root.js";import e from"./stubFalse.js";var t="object"==typeof exports&&exports&&!exports.nodeType&&exports,r=t&&"object"==typeof module&&module&&!module.nodeType&&module,p=r&&r.exports===t?o.Buffer:void 0,s=(p?p.isBuffer:void 0)||e;export{s 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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import r from"./_root.js";var t=r.isFinite;function o(r){return"number"==typeof r&&t(r)}export{o 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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import t from"./_baseGetTag.js";import o from"./isObject.js";function e(e){if(!o(e))return!1;var r=t(e);return"[object Function]"==r||"[object GeneratorFunction]"==r||"[object AsyncFunction]"==r||"[object Proxy]"==r}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  function e(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import r from"./_baseIsMap.js";import a from"./_baseUnary.js";import o from"./_nodeUtil.js";var s=o&&o.isMap,m=s?a(s):r;export{m 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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import r from"./isNumber.js";function t(t){return r(t)&&t!=+t}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  function n(n){return null==n}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import e from"./_baseGetTag.js";import t from"./isObjectLike.js";function r(r){return"number"==typeof r||t(r)&&"[object Number]"==e(r)}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  function t(t){var n=typeof t;return null!=t&&("object"==n||"function"==n)}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  function t(t){return null!=t&&"object"==typeof t}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import t from"./_baseGetTag.js";import r from"./_getPrototype.js";import o from"./isObjectLike.js";var e=Function.prototype,c=Object.prototype,n=e.toString,a=c.hasOwnProperty,i=n.call(Object);function p(e){if(!o(e)||"[object Object]"!=t(e))return!1;var c=r(e);if(null===c)return!0;var p=a.call(c,"constructor")&&c.constructor;return"function"==typeof p&&p instanceof p&&n.call(p)==i}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import r from"./_baseIsRegExp.js";import o from"./_baseUnary.js";import s from"./_nodeUtil.js";var e=s&&s.isRegExp,a=e?o(e):r;export{a 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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import r from"./_baseIsSet.js";import o from"./_baseUnary.js";import s from"./_nodeUtil.js";var t=s&&s.isSet,e=t?o(t):r;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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import r from"./_baseGetTag.js";import t from"./isArray.js";import o from"./isObjectLike.js";function e(e){return"string"==typeof e||!t(e)&&o(e)&&"[object String]"==r(e)}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.1.0
11
- Build Time: 2026/2/26 13:54:08
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
10
+ Version: 1.1.2
11
+ Build Time: 2026/2/27 13:14:43
12
+ Build Commit: 6d4f8c5a7e853878a6275bdae84e59005eb6ee88
13
13
  */
14
14
  import o from"./_baseGetTag.js";import t from"./isObjectLike.js";function e(e){return"symbol"==typeof e||t(e)&&"[object Symbol]"==o(e)}export{e as default};