@gsc-basic/components 1.1.8 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/Button/index.js +3 -3
- package/dist/es/Button/src/Button.css +3 -3
- package/dist/es/Button/src/Button.vue.js +3 -3
- package/dist/es/Button/src/Button2.css +3 -3
- package/dist/es/CodeEditor/index.js +3 -3
- package/dist/es/CodeEditor/src/index.css +3 -3
- package/dist/es/CodeEditor/src/index.vue.js +3 -3
- package/dist/es/CodeEditor/src/index2.css +3 -3
- package/dist/es/CodeEditor/src/index3.css +3 -3
- package/dist/es/ConfigProvider/index.js +3 -3
- package/dist/es/ConfigProvider/src/configProvider.js +3 -3
- package/dist/es/ConfigProvider/src/configProviderProps.js +3 -3
- package/dist/es/ConfigProvider/src/constants.js +3 -3
- package/dist/es/ConfigProvider/src/useGlobalConfig.js +3 -3
- package/dist/es/CountTo/index.js +3 -3
- package/dist/es/CountTo/src/index.css +4 -4
- package/dist/es/CountTo/src/index.vue.js +7 -7
- package/dist/es/Ellipsis/index.js +3 -3
- package/dist/es/Ellipsis/src/components/JsEllipsis.css +3 -3
- package/dist/es/Ellipsis/src/components/JsEllipsis.vue.js +3 -3
- package/dist/es/Ellipsis/src/components/NativeEllipsis.css +3 -3
- package/dist/es/Ellipsis/src/components/NativeEllipsis.vue.js +3 -3
- package/dist/es/Ellipsis/src/components/NativeEllipsis2.css +3 -3
- package/dist/es/Ellipsis/src/index.css +3 -3
- package/dist/es/Ellipsis/src/index.vue.js +3 -3
- package/dist/es/Ellipsis/src/utils/utils.js +3 -3
- package/dist/es/Form/index.js +3 -3
- package/dist/es/Form/src/Form.css +3 -3
- package/dist/es/Form/src/Form.vue.js +3 -3
- package/dist/es/Form/src/Form2.css +3 -3
- package/dist/es/Form/src/styles/form.css +3 -3
- package/dist/es/Marquee/index.js +3 -3
- package/dist/es/Marquee/src/index.css +3 -3
- package/dist/es/Marquee/src/index.vue.js +3 -3
- package/dist/es/Marquee/src/index2.css +3 -3
- package/dist/es/Overlay/index.js +3 -3
- package/dist/es/Overlay/src/Message.css +3 -3
- package/dist/es/Overlay/src/Message.vue.js +3 -3
- package/dist/es/Overlay/src/Message2.css +3 -3
- package/dist/es/Overlay/src/Modal.css +3 -3
- package/dist/es/Overlay/src/Modal.vue.js +3 -3
- package/dist/es/Overlay/src/Modal2.css +3 -3
- package/dist/es/Overlay/src/Notice.css +3 -3
- package/dist/es/Overlay/src/Notice.vue.js +3 -3
- package/dist/es/Overlay/src/Notice2.css +3 -3
- package/dist/es/Overlay/src/Tooltip.css +3 -3
- package/dist/es/Overlay/src/Tooltip.vue.js +3 -3
- package/dist/es/Overlay/src/Tooltip2.css +3 -3
- package/dist/es/RichTextEditor/index.js +3 -3
- package/dist/es/RichTextEditor/src/ToolbarPanel.css +3 -3
- package/dist/es/RichTextEditor/src/ToolbarPanel.vue.js +3 -3
- package/dist/es/RichTextEditor/src/ToolbarPanel2.css +3 -3
- package/dist/es/RichTextEditor/src/components/BlockquoteButton.css +3 -3
- package/dist/es/RichTextEditor/src/components/BlockquoteButton.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/CodeBlockButton.css +3 -3
- package/dist/es/RichTextEditor/src/components/CodeBlockButton.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/ColorHighlightPopover.css +3 -3
- package/dist/es/RichTextEditor/src/components/ColorHighlightPopover.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/FontSizeDropdownMenu.css +3 -3
- package/dist/es/RichTextEditor/src/components/FontSizeDropdownMenu.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/HeadingDropdownMenu.css +3 -3
- package/dist/es/RichTextEditor/src/components/HeadingDropdownMenu.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/ImageUploadButton.css +3 -3
- package/dist/es/RichTextEditor/src/components/ImageUploadButton.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/LinkPopover.css +3 -3
- package/dist/es/RichTextEditor/src/components/LinkPopover.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/LinkPopover2.css +3 -3
- package/dist/es/RichTextEditor/src/components/ListDropdownMenu.css +3 -3
- package/dist/es/RichTextEditor/src/components/ListDropdownMenu.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/MarkButton.css +3 -3
- package/dist/es/RichTextEditor/src/components/MarkButton.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/TableButton.css +3 -3
- package/dist/es/RichTextEditor/src/components/TableButton.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/TextAlignDropdownMenu.css +3 -3
- package/dist/es/RichTextEditor/src/components/TextAlignDropdownMenu.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/TextColorPopover.css +3 -3
- package/dist/es/RichTextEditor/src/components/TextColorPopover.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/ToolbarGroup.css +3 -3
- package/dist/es/RichTextEditor/src/components/ToolbarGroup.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/ToolbarSeparator.css +3 -3
- package/dist/es/RichTextEditor/src/components/ToolbarSeparator.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/UndoRedoButton.css +3 -3
- package/dist/es/RichTextEditor/src/components/UndoRedoButton.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/VideoUploadButton.css +3 -3
- package/dist/es/RichTextEditor/src/components/VideoUploadButton.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/basic/ColorPicker.css +3 -3
- package/dist/es/RichTextEditor/src/components/basic/ColorPicker.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal.css +3 -3
- package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal2.css +3 -3
- package/dist/es/RichTextEditor/src/components/basic/SelectMenu.css +4 -4
- package/dist/es/RichTextEditor/src/components/basic/SelectMenu.vue.js +5 -5
- package/dist/es/RichTextEditor/src/components/basic/SelectMenu2.css +4 -4
- package/dist/es/RichTextEditor/src/constant/index.js +3 -3
- package/dist/es/RichTextEditor/src/extensions/styledTable.js +112 -0
- package/dist/es/RichTextEditor/src/extensions/video.js +3 -3
- package/dist/es/RichTextEditor/src/index.css +3 -3
- package/dist/es/RichTextEditor/src/index.vue.js +81 -74
- package/dist/es/RichTextEditor/src/index2.css +4 -4
- package/dist/es/RichTextEditor/src/props.js +7 -3
- package/dist/es/ScaleScreen/index.js +3 -3
- package/dist/es/ScaleScreen/src/index.css +3 -3
- package/dist/es/ScaleScreen/src/index.vue.js +3 -3
- package/dist/es/ScaleScreen/src/index2.css +3 -3
- package/dist/es/Transition/index.js +3 -3
- package/dist/es/Transition/src/CollapseTransition.css +3 -3
- package/dist/es/Transition/src/CollapseTransition.vue.js +3 -3
- package/dist/es/Transition/src/CollapseTransition2.css +3 -3
- package/dist/es/Transition/src/CreateTransition.js +3 -3
- package/dist/es/Transition/src/ExpandTransition.js +3 -3
- package/dist/es/Transition/src/style/index.css +3 -3
- package/dist/es/Transition/style.js +3 -3
- package/dist/es/VideoBackground/index.js +3 -3
- package/dist/es/VideoBackground/src/helper.js +3 -3
- package/dist/es/VideoBackground/src/index.css +3 -3
- package/dist/es/VideoBackground/src/index.vue.js +3 -3
- package/dist/es/VideoBackground/src/index2.css +3 -3
- package/dist/es/VideoBackground/src/index3.css +3 -3
- package/dist/es/VideoBackground/src/videoBackground.js +3 -3
- package/dist/es/VideoPlayer/index.js +3 -3
- package/dist/es/VideoPlayer/src/index.css +3 -3
- package/dist/es/VideoPlayer/src/index.vue.js +3 -3
- package/dist/es/VirtualScroll/index.js +3 -3
- package/dist/es/VirtualScroll/src/index.css +3 -3
- package/dist/es/VirtualScroll/src/index.vue.js +3 -3
- package/dist/es/VirtualScroll/src/index.vue2.js +3 -3
- package/dist/es/VirtualScroll/src/index2.css +3 -3
- package/dist/es/_virtual/_commonjsHelpers.js +3 -3
- package/dist/es/_virtual/_plugin-vue_export-helper.js +3 -3
- package/dist/es/_virtual/delegate.js +3 -3
- package/dist/es/_virtual/download.js +3 -3
- package/dist/es/_virtual/download2.js +3 -3
- package/dist/es/_virtual/index.js +3 -3
- package/dist/es/_virtual/index2.js +3 -3
- package/dist/es/_virtual/index3.js +3 -3
- package/dist/es/_virtual/index4.js +3 -3
- package/dist/es/hooks/useLocale.js +3 -3
- package/dist/es/hooks/useNamespace.js +3 -3
- package/dist/es/index.js +3 -3
- package/dist/es/locale/lang/en-US.js +3 -3
- package/dist/es/locale/lang/ja-JP.js +3 -3
- package/dist/es/locale/lang/zh-CN.js +3 -3
- package/dist/es/node_modules/@codemirror/autocomplete/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/commands/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/lang-java/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/lang-javascript/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/lang-json/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/lang-python/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/lang-sql/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/lang-xml/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/lang-yaml/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/language/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/lint/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/search/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/state/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/theme-one-dark/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/view/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/common/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/highlight/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/java/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/javascript/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/json/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/lr/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/python/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/xml/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/yaml/dist/index.js +3 -3
- package/dist/es/node_modules/@marijn/find-cluster-break/src/index.js +3 -3
- package/dist/es/node_modules/@tanstack/devtools-event-client/dist/esm/plugin.js +3 -3
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/EventClient.js +3 -3
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/FieldApi.js +3 -3
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/FormApi.js +3 -3
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/ValidationLogic.js +3 -3
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/metaHelper.js +3 -3
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/standardSchemaValidator.js +3 -3
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/utils.js +3 -3
- package/dist/es/node_modules/@tanstack/pacer-lite/dist/lite-throttler.js +3 -3
- package/dist/es/node_modules/@tanstack/store/dist/esm/alien.js +3 -3
- package/dist/es/node_modules/@tanstack/store/dist/esm/atom.js +3 -3
- package/dist/es/node_modules/@tanstack/store/dist/esm/batch.js +3 -3
- package/dist/es/node_modules/@tanstack/store/dist/esm/store.js +3 -3
- package/dist/es/node_modules/@tanstack/vue-form/dist/esm/useField.js +3 -3
- package/dist/es/node_modules/@tanstack/vue-form/dist/esm/useForm.js +3 -3
- package/dist/es/node_modules/@tanstack/vue-store/dist/esm/index.js +3 -3
- package/dist/es/node_modules/@tiptap/core/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-blockquote/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-bold/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-character-count/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-code/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-code-block/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-document/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-hard-break/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-heading/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-highlight/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-image/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-italic/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-link/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-list/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-paragraph/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-strike/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-subscript/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-superscript/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-table/dist/index.js +43 -43
- package/dist/es/node_modules/@tiptap/extension-task-item/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-task-list/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-text/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-text-align/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-text-style/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-underline/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extensions/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/html/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/starter-kit/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/vue-3/dist/index.js +3 -3
- package/dist/es/node_modules/@vueuse/core/dist/index.js +3 -3
- package/dist/es/node_modules/@vueuse/shared/dist/index.js +3 -3
- package/dist/es/node_modules/codemirror/dist/index.js +3 -3
- package/dist/es/node_modules/crelt/index.js +3 -3
- package/dist/es/node_modules/delegate/src/closest.js +3 -3
- package/dist/es/node_modules/delegate/src/delegate.js +3 -3
- package/dist/es/node_modules/downloadjs/download.js +3 -3
- package/dist/es/node_modules/eventemitter3/index.js +3 -3
- package/dist/es/node_modules/linkifyjs/dist/linkify.js +3 -3
- package/dist/es/node_modules/lodash-es/_DataView.js +3 -3
- package/dist/es/node_modules/lodash-es/_Hash.js +3 -3
- package/dist/es/node_modules/lodash-es/_ListCache.js +3 -3
- package/dist/es/node_modules/lodash-es/_Map.js +3 -3
- package/dist/es/node_modules/lodash-es/_MapCache.js +3 -3
- package/dist/es/node_modules/lodash-es/_Promise.js +3 -3
- package/dist/es/node_modules/lodash-es/_Set.js +3 -3
- package/dist/es/node_modules/lodash-es/_SetCache.js +3 -3
- package/dist/es/node_modules/lodash-es/_Stack.js +3 -3
- package/dist/es/node_modules/lodash-es/_Symbol.js +3 -3
- package/dist/es/node_modules/lodash-es/_Uint8Array.js +3 -3
- package/dist/es/node_modules/lodash-es/_WeakMap.js +3 -3
- package/dist/es/node_modules/lodash-es/_apply.js +3 -3
- package/dist/es/node_modules/lodash-es/_arrayEach.js +3 -3
- package/dist/es/node_modules/lodash-es/_arrayFilter.js +3 -3
- package/dist/es/node_modules/lodash-es/_arrayIncludes.js +3 -3
- package/dist/es/node_modules/lodash-es/_arrayIncludesWith.js +3 -3
- package/dist/es/node_modules/lodash-es/_arrayLikeKeys.js +3 -3
- package/dist/es/node_modules/lodash-es/_arrayMap.js +3 -3
- package/dist/es/node_modules/lodash-es/_arrayPush.js +3 -3
- package/dist/es/node_modules/lodash-es/_arraySome.js +3 -3
- package/dist/es/node_modules/lodash-es/_asciiToArray.js +3 -3
- package/dist/es/node_modules/lodash-es/_assignMergeValue.js +3 -3
- package/dist/es/node_modules/lodash-es/_assignValue.js +3 -3
- package/dist/es/node_modules/lodash-es/_assocIndexOf.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseAssignValue.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseClone.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseCreate.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseFindIndex.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseFlatten.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseFor.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseGet.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseGetAllKeys.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseGetTag.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIndexOf.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIntersection.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIsArguments.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIsEqual.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIsEqualDeep.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIsMap.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIsNaN.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIsNative.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIsRegExp.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIsSet.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIsTypedArray.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseKeys.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseKeysIn.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseMerge.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseMergeDeep.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseRest.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseSetToString.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseSlice.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseTimes.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseToString.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseUnary.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseUniq.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseUnset.js +3 -3
- package/dist/es/node_modules/lodash-es/_cacheHas.js +3 -3
- package/dist/es/node_modules/lodash-es/_castArrayLikeObject.js +3 -3
- package/dist/es/node_modules/lodash-es/_castPath.js +3 -3
- package/dist/es/node_modules/lodash-es/_castSlice.js +3 -3
- package/dist/es/node_modules/lodash-es/_cloneArrayBuffer.js +3 -3
- package/dist/es/node_modules/lodash-es/_cloneBuffer.js +3 -3
- package/dist/es/node_modules/lodash-es/_cloneDataView.js +3 -3
- package/dist/es/node_modules/lodash-es/_cloneRegExp.js +3 -3
- package/dist/es/node_modules/lodash-es/_cloneSymbol.js +3 -3
- package/dist/es/node_modules/lodash-es/_cloneTypedArray.js +3 -3
- package/dist/es/node_modules/lodash-es/_copyArray.js +3 -3
- package/dist/es/node_modules/lodash-es/_copyObject.js +3 -3
- package/dist/es/node_modules/lodash-es/_coreJsData.js +3 -3
- package/dist/es/node_modules/lodash-es/_createAssigner.js +3 -3
- package/dist/es/node_modules/lodash-es/_createBaseFor.js +3 -3
- package/dist/es/node_modules/lodash-es/_createCaseFirst.js +3 -3
- package/dist/es/node_modules/lodash-es/_createSet.js +3 -3
- package/dist/es/node_modules/lodash-es/_customOmitClone.js +3 -3
- package/dist/es/node_modules/lodash-es/_defineProperty.js +3 -3
- package/dist/es/node_modules/lodash-es/_equalArrays.js +3 -3
- package/dist/es/node_modules/lodash-es/_equalByTag.js +3 -3
- package/dist/es/node_modules/lodash-es/_equalObjects.js +3 -3
- package/dist/es/node_modules/lodash-es/_flatRest.js +3 -3
- package/dist/es/node_modules/lodash-es/_freeGlobal.js +3 -3
- package/dist/es/node_modules/lodash-es/_getAllKeys.js +3 -3
- package/dist/es/node_modules/lodash-es/_getAllKeysIn.js +3 -3
- package/dist/es/node_modules/lodash-es/_getMapData.js +3 -3
- package/dist/es/node_modules/lodash-es/_getNative.js +3 -3
- package/dist/es/node_modules/lodash-es/_getPrototype.js +3 -3
- package/dist/es/node_modules/lodash-es/_getRawTag.js +3 -3
- package/dist/es/node_modules/lodash-es/_getSymbols.js +3 -3
- package/dist/es/node_modules/lodash-es/_getSymbolsIn.js +3 -3
- package/dist/es/node_modules/lodash-es/_getTag.js +3 -3
- package/dist/es/node_modules/lodash-es/_getValue.js +3 -3
- package/dist/es/node_modules/lodash-es/_hasUnicode.js +3 -3
- package/dist/es/node_modules/lodash-es/_hashClear.js +3 -3
- package/dist/es/node_modules/lodash-es/_hashDelete.js +3 -3
- package/dist/es/node_modules/lodash-es/_hashGet.js +3 -3
- package/dist/es/node_modules/lodash-es/_hashHas.js +3 -3
- package/dist/es/node_modules/lodash-es/_hashSet.js +3 -3
- package/dist/es/node_modules/lodash-es/_initCloneArray.js +3 -3
- package/dist/es/node_modules/lodash-es/_initCloneByTag.js +3 -3
- package/dist/es/node_modules/lodash-es/_initCloneObject.js +3 -3
- package/dist/es/node_modules/lodash-es/_isFlattenable.js +3 -3
- package/dist/es/node_modules/lodash-es/_isIndex.js +3 -3
- package/dist/es/node_modules/lodash-es/_isIterateeCall.js +3 -3
- package/dist/es/node_modules/lodash-es/_isKey.js +3 -3
- package/dist/es/node_modules/lodash-es/_isKeyable.js +3 -3
- package/dist/es/node_modules/lodash-es/_isMasked.js +3 -3
- package/dist/es/node_modules/lodash-es/_isPrototype.js +3 -3
- package/dist/es/node_modules/lodash-es/_listCacheClear.js +3 -3
- package/dist/es/node_modules/lodash-es/_listCacheDelete.js +3 -3
- package/dist/es/node_modules/lodash-es/_listCacheGet.js +3 -3
- package/dist/es/node_modules/lodash-es/_listCacheHas.js +3 -3
- package/dist/es/node_modules/lodash-es/_listCacheSet.js +3 -3
- package/dist/es/node_modules/lodash-es/_mapCacheClear.js +3 -3
- package/dist/es/node_modules/lodash-es/_mapCacheDelete.js +3 -3
- package/dist/es/node_modules/lodash-es/_mapCacheGet.js +3 -3
- package/dist/es/node_modules/lodash-es/_mapCacheHas.js +3 -3
- package/dist/es/node_modules/lodash-es/_mapCacheSet.js +3 -3
- package/dist/es/node_modules/lodash-es/_mapToArray.js +3 -3
- package/dist/es/node_modules/lodash-es/_memoizeCapped.js +3 -3
- package/dist/es/node_modules/lodash-es/_nativeCreate.js +3 -3
- package/dist/es/node_modules/lodash-es/_nativeKeys.js +3 -3
- package/dist/es/node_modules/lodash-es/_nativeKeysIn.js +3 -3
- package/dist/es/node_modules/lodash-es/_nodeUtil.js +3 -3
- package/dist/es/node_modules/lodash-es/_objectToString.js +3 -3
- package/dist/es/node_modules/lodash-es/_overArg.js +3 -3
- package/dist/es/node_modules/lodash-es/_overRest.js +3 -3
- package/dist/es/node_modules/lodash-es/_parent.js +3 -3
- package/dist/es/node_modules/lodash-es/_root.js +3 -3
- package/dist/es/node_modules/lodash-es/_safeGet.js +3 -3
- package/dist/es/node_modules/lodash-es/_setCacheAdd.js +3 -3
- package/dist/es/node_modules/lodash-es/_setCacheHas.js +3 -3
- package/dist/es/node_modules/lodash-es/_setToArray.js +3 -3
- package/dist/es/node_modules/lodash-es/_setToString.js +3 -3
- package/dist/es/node_modules/lodash-es/_shortOut.js +3 -3
- package/dist/es/node_modules/lodash-es/_stackClear.js +3 -3
- package/dist/es/node_modules/lodash-es/_stackDelete.js +3 -3
- package/dist/es/node_modules/lodash-es/_stackGet.js +3 -3
- package/dist/es/node_modules/lodash-es/_stackHas.js +3 -3
- package/dist/es/node_modules/lodash-es/_stackSet.js +3 -3
- package/dist/es/node_modules/lodash-es/_strictIndexOf.js +3 -3
- package/dist/es/node_modules/lodash-es/_stringToArray.js +3 -3
- package/dist/es/node_modules/lodash-es/_stringToPath.js +3 -3
- package/dist/es/node_modules/lodash-es/_toKey.js +3 -3
- package/dist/es/node_modules/lodash-es/_toSource.js +3 -3
- package/dist/es/node_modules/lodash-es/_unicodeToArray.js +3 -3
- package/dist/es/node_modules/lodash-es/constant.js +3 -3
- package/dist/es/node_modules/lodash-es/eq.js +3 -3
- package/dist/es/node_modules/lodash-es/flatten.js +3 -3
- package/dist/es/node_modules/lodash-es/get.js +3 -3
- package/dist/es/node_modules/lodash-es/identity.js +3 -3
- package/dist/es/node_modules/lodash-es/intersectionWith.js +3 -3
- package/dist/es/node_modules/lodash-es/isArguments.js +3 -3
- package/dist/es/node_modules/lodash-es/isArray.js +3 -3
- package/dist/es/node_modules/lodash-es/isArrayLike.js +3 -3
- package/dist/es/node_modules/lodash-es/isArrayLikeObject.js +3 -3
- package/dist/es/node_modules/lodash-es/isBuffer.js +3 -3
- package/dist/es/node_modules/lodash-es/isEqual.js +3 -3
- package/dist/es/node_modules/lodash-es/isFinite.js +3 -3
- package/dist/es/node_modules/lodash-es/isFunction.js +3 -3
- package/dist/es/node_modules/lodash-es/isLength.js +3 -3
- package/dist/es/node_modules/lodash-es/isMap.js +3 -3
- package/dist/es/node_modules/lodash-es/isNaN.js +3 -3
- package/dist/es/node_modules/lodash-es/isNil.js +3 -3
- package/dist/es/node_modules/lodash-es/isNumber.js +3 -3
- package/dist/es/node_modules/lodash-es/isObject.js +3 -3
- package/dist/es/node_modules/lodash-es/isObjectLike.js +3 -3
- package/dist/es/node_modules/lodash-es/isPlainObject.js +3 -3
- package/dist/es/node_modules/lodash-es/isRegExp.js +3 -3
- package/dist/es/node_modules/lodash-es/isSet.js +3 -3
- package/dist/es/node_modules/lodash-es/isString.js +3 -3
- package/dist/es/node_modules/lodash-es/isSymbol.js +3 -3
- package/dist/es/node_modules/lodash-es/isTypedArray.js +3 -3
- package/dist/es/node_modules/lodash-es/keys.js +3 -3
- package/dist/es/node_modules/lodash-es/keysIn.js +3 -3
- package/dist/es/node_modules/lodash-es/last.js +3 -3
- package/dist/es/node_modules/lodash-es/memoize.js +3 -3
- package/dist/es/node_modules/lodash-es/mergeWith.js +3 -3
- package/dist/es/node_modules/lodash-es/noop.js +3 -3
- package/dist/es/node_modules/lodash-es/omit.js +3 -3
- package/dist/es/node_modules/lodash-es/stubArray.js +3 -3
- package/dist/es/node_modules/lodash-es/stubFalse.js +3 -3
- package/dist/es/node_modules/lodash-es/toPlainObject.js +3 -3
- package/dist/es/node_modules/lodash-es/toString.js +3 -3
- package/dist/es/node_modules/lodash-es/unionWith.js +3 -3
- package/dist/es/node_modules/lodash-es/upperFirst.js +3 -3
- package/dist/es/node_modules/orderedmap/dist/index.js +3 -3
- package/dist/es/node_modules/path-to-regexp/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-commands/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-dropcursor/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-gapcursor/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-history/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-keymap/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-model/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-schema-list/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-state/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-tables/dist/index.js +4 -4
- package/dist/es/node_modules/prosemirror-transform/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-view/dist/index.js +3 -3
- package/dist/es/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +3 -3
- package/dist/es/node_modules/rope-sequence/dist/index.js +3 -3
- package/dist/es/node_modules/sortablejs/modular/sortable.esm.js +3 -3
- package/dist/es/node_modules/style-mod/src/style-mod.js +3 -3
- package/dist/es/node_modules/title-case/dist/index.js +3 -3
- package/dist/es/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +3 -3
- package/dist/es/node_modules/w3c-keyname/index.js +3 -3
- package/dist/es/node_modules/xgplayer/dist/index.min.css +3 -3
- package/dist/es/node_modules/xgplayer/es/_virtual/_rollupPluginBabelHelpers.js +3 -3
- package/dist/es/node_modules/xgplayer/es/constant.js +3 -3
- package/dist/es/node_modules/xgplayer/es/defaultConfig.js +3 -3
- package/dist/es/node_modules/xgplayer/es/error.js +3 -3
- package/dist/es/node_modules/xgplayer/es/events.js +3 -3
- package/dist/es/node_modules/xgplayer/es/index.umd.js +3 -3
- package/dist/es/node_modules/xgplayer/es/instManager.js +3 -3
- package/dist/es/node_modules/xgplayer/es/lang/en.js +3 -3
- package/dist/es/node_modules/xgplayer/es/lang/i18n.js +3 -3
- package/dist/es/node_modules/xgplayer/es/lang/jp.js +3 -3
- package/dist/es/node_modules/xgplayer/es/lang/zh-cn.js +3 -3
- package/dist/es/node_modules/xgplayer/es/mediaProxy.js +3 -3
- package/dist/es/node_modules/xgplayer/es/player.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugin/basePlugin.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugin/hooksDescriptor.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugin/plugin.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugin/pluginsManager.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugin/preset.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugin/resizeObserver.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/back.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/download.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/exitCssFull.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/exitFull.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/loading.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/pause.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/pipIcon.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/pipIconExit.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/play.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/playNext.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/replay.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/requestCssFull.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/requestFull.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/rotate.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/seekicon.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeLarge.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeMuted.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeSmall.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/common/iconPlugin.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/common/iconTools.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/common/optionList.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/common/optionsIcon.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/common/thumbnail.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/controls/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/cssFullScreen/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/definition/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/download/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/dynamicBg/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/enter/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/error/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/fpsDetect/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/fullscreen/backicon.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/fullscreen/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/gapJump/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/keyboard/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/loading/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/logger/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/miniScreen/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/miniScreen/miniScreenIcon.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/mobile/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/mobile/touch.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/pc/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/pip/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/play/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/playNext/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/playbackRate/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/poster/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/progress/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/progress/innerList.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/progress/miniProgress.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/progressPreview/dotsApi.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/progressPreview/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/prompt/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/replay/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/rotate/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/screenShot/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/start/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/stats/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/testspeed/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/time/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/time/timesegments.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/volume/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/waitingTimeoutJump/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/presets/default.js +3 -3
- package/dist/es/node_modules/xgplayer/es/state.js +3 -3
- package/dist/es/node_modules/xgplayer/es/stateClassMap.js +3 -3
- package/dist/es/node_modules/xgplayer/es/utils/database.js +3 -3
- package/dist/es/node_modules/xgplayer/es/utils/debug.js +3 -3
- package/dist/es/node_modules/xgplayer/es/utils/draggabilly.js +3 -3
- package/dist/es/node_modules/xgplayer/es/utils/sniffer.js +3 -3
- package/dist/es/node_modules/xgplayer/es/utils/util.js +3 -3
- package/dist/es/node_modules/xgplayer/es/utils/xgplayerTimeRange.js +3 -3
- package/dist/es/node_modules/xgplayer/es/version.js +3 -3
- package/dist/es/packages/components/index.js +3 -3
- package/dist/es/packages/hooks/dist/index.js +3 -3
- package/dist/es/packages/utils/dist/index.js +3 -3
- package/dist/es/styles/tokens.css +3 -3
- package/dist/lib/Button/index.js +3 -3
- package/dist/lib/Button/src/Button.css +3 -3
- package/dist/lib/Button/src/Button.vue.js +3 -3
- package/dist/lib/Button/src/Button2.css +3 -3
- package/dist/lib/CodeEditor/index.js +3 -3
- package/dist/lib/CodeEditor/src/index.css +3 -3
- package/dist/lib/CodeEditor/src/index.vue.js +3 -3
- package/dist/lib/CodeEditor/src/index2.css +3 -3
- package/dist/lib/CodeEditor/src/index3.css +3 -3
- package/dist/lib/ConfigProvider/index.js +3 -3
- package/dist/lib/ConfigProvider/src/configProvider.js +3 -3
- package/dist/lib/ConfigProvider/src/configProviderProps.js +3 -3
- package/dist/lib/ConfigProvider/src/constants.js +3 -3
- package/dist/lib/ConfigProvider/src/useGlobalConfig.js +3 -3
- package/dist/lib/CountTo/index.js +3 -3
- package/dist/lib/CountTo/src/index.css +4 -4
- package/dist/lib/CountTo/src/index.vue.js +4 -4
- package/dist/lib/Ellipsis/index.js +3 -3
- package/dist/lib/Ellipsis/src/components/JsEllipsis.css +3 -3
- package/dist/lib/Ellipsis/src/components/JsEllipsis.vue.js +3 -3
- package/dist/lib/Ellipsis/src/components/NativeEllipsis.css +3 -3
- package/dist/lib/Ellipsis/src/components/NativeEllipsis.vue.js +3 -3
- package/dist/lib/Ellipsis/src/components/NativeEllipsis2.css +3 -3
- package/dist/lib/Ellipsis/src/index.css +3 -3
- package/dist/lib/Ellipsis/src/index.vue.js +3 -3
- package/dist/lib/Ellipsis/src/utils/utils.js +3 -3
- package/dist/lib/Form/index.js +3 -3
- package/dist/lib/Form/src/Form.css +3 -3
- package/dist/lib/Form/src/Form.vue.js +3 -3
- package/dist/lib/Form/src/Form2.css +3 -3
- package/dist/lib/Form/src/styles/form.css +3 -3
- package/dist/lib/Marquee/index.js +3 -3
- package/dist/lib/Marquee/src/index.css +3 -3
- package/dist/lib/Marquee/src/index.vue.js +3 -3
- package/dist/lib/Marquee/src/index2.css +3 -3
- package/dist/lib/Overlay/index.js +3 -3
- package/dist/lib/Overlay/src/Message.css +3 -3
- package/dist/lib/Overlay/src/Message.vue.js +3 -3
- package/dist/lib/Overlay/src/Message2.css +3 -3
- package/dist/lib/Overlay/src/Modal.css +3 -3
- package/dist/lib/Overlay/src/Modal.vue.js +3 -3
- package/dist/lib/Overlay/src/Modal2.css +3 -3
- package/dist/lib/Overlay/src/Notice.css +3 -3
- package/dist/lib/Overlay/src/Notice.vue.js +3 -3
- package/dist/lib/Overlay/src/Notice2.css +3 -3
- package/dist/lib/Overlay/src/Tooltip.css +3 -3
- package/dist/lib/Overlay/src/Tooltip.vue.js +3 -3
- package/dist/lib/Overlay/src/Tooltip2.css +3 -3
- package/dist/lib/RichTextEditor/index.js +3 -3
- package/dist/lib/RichTextEditor/src/ToolbarPanel.css +3 -3
- package/dist/lib/RichTextEditor/src/ToolbarPanel.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/ToolbarPanel2.css +3 -3
- package/dist/lib/RichTextEditor/src/components/BlockquoteButton.css +3 -3
- package/dist/lib/RichTextEditor/src/components/BlockquoteButton.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/CodeBlockButton.css +3 -3
- package/dist/lib/RichTextEditor/src/components/CodeBlockButton.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/ColorHighlightPopover.css +3 -3
- package/dist/lib/RichTextEditor/src/components/ColorHighlightPopover.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/FontSizeDropdownMenu.css +3 -3
- package/dist/lib/RichTextEditor/src/components/FontSizeDropdownMenu.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/HeadingDropdownMenu.css +3 -3
- package/dist/lib/RichTextEditor/src/components/HeadingDropdownMenu.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/ImageUploadButton.css +3 -3
- package/dist/lib/RichTextEditor/src/components/ImageUploadButton.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/LinkPopover.css +3 -3
- package/dist/lib/RichTextEditor/src/components/LinkPopover.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/LinkPopover2.css +3 -3
- package/dist/lib/RichTextEditor/src/components/ListDropdownMenu.css +3 -3
- package/dist/lib/RichTextEditor/src/components/ListDropdownMenu.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/MarkButton.css +3 -3
- package/dist/lib/RichTextEditor/src/components/MarkButton.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/TableButton.css +3 -3
- package/dist/lib/RichTextEditor/src/components/TableButton.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/TextAlignDropdownMenu.css +3 -3
- package/dist/lib/RichTextEditor/src/components/TextAlignDropdownMenu.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/TextColorPopover.css +3 -3
- package/dist/lib/RichTextEditor/src/components/TextColorPopover.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/ToolbarGroup.css +3 -3
- package/dist/lib/RichTextEditor/src/components/ToolbarGroup.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/ToolbarSeparator.css +3 -3
- package/dist/lib/RichTextEditor/src/components/ToolbarSeparator.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/UndoRedoButton.css +3 -3
- package/dist/lib/RichTextEditor/src/components/UndoRedoButton.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/VideoUploadButton.css +3 -3
- package/dist/lib/RichTextEditor/src/components/VideoUploadButton.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/basic/ColorPicker.css +3 -3
- package/dist/lib/RichTextEditor/src/components/basic/ColorPicker.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal.css +3 -3
- package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal2.css +3 -3
- package/dist/lib/RichTextEditor/src/components/basic/SelectMenu.css +4 -4
- package/dist/lib/RichTextEditor/src/components/basic/SelectMenu.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/basic/SelectMenu2.css +4 -4
- package/dist/lib/RichTextEditor/src/constant/index.js +3 -3
- package/dist/lib/RichTextEditor/src/extensions/styledTable.js +14 -0
- package/dist/lib/RichTextEditor/src/extensions/video.js +3 -3
- package/dist/lib/RichTextEditor/src/index.css +3 -3
- package/dist/lib/RichTextEditor/src/index.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/index2.css +4 -4
- package/dist/lib/RichTextEditor/src/props.js +4 -4
- package/dist/lib/ScaleScreen/index.js +3 -3
- package/dist/lib/ScaleScreen/src/index.css +3 -3
- package/dist/lib/ScaleScreen/src/index.vue.js +3 -3
- package/dist/lib/ScaleScreen/src/index2.css +3 -3
- package/dist/lib/Transition/index.js +3 -3
- package/dist/lib/Transition/src/CollapseTransition.css +3 -3
- package/dist/lib/Transition/src/CollapseTransition.vue.js +3 -3
- package/dist/lib/Transition/src/CollapseTransition2.css +3 -3
- package/dist/lib/Transition/src/CreateTransition.js +3 -3
- package/dist/lib/Transition/src/ExpandTransition.js +3 -3
- package/dist/lib/Transition/src/style/index.css +3 -3
- package/dist/lib/Transition/style.js +3 -3
- package/dist/lib/VideoBackground/index.js +3 -3
- package/dist/lib/VideoBackground/src/helper.js +3 -3
- package/dist/lib/VideoBackground/src/index.css +3 -3
- package/dist/lib/VideoBackground/src/index.vue.js +3 -3
- package/dist/lib/VideoBackground/src/index2.css +3 -3
- package/dist/lib/VideoBackground/src/index3.css +3 -3
- package/dist/lib/VideoBackground/src/videoBackground.js +3 -3
- package/dist/lib/VideoPlayer/index.js +3 -3
- package/dist/lib/VideoPlayer/src/index.css +3 -3
- package/dist/lib/VideoPlayer/src/index.vue.js +3 -3
- package/dist/lib/VirtualScroll/index.js +3 -3
- package/dist/lib/VirtualScroll/src/index.css +3 -3
- package/dist/lib/VirtualScroll/src/index.vue.js +3 -3
- package/dist/lib/VirtualScroll/src/index.vue2.js +3 -3
- package/dist/lib/VirtualScroll/src/index2.css +3 -3
- package/dist/lib/_virtual/_commonjsHelpers.js +3 -3
- package/dist/lib/_virtual/_plugin-vue_export-helper.js +3 -3
- package/dist/lib/_virtual/delegate.js +3 -3
- package/dist/lib/_virtual/download.js +3 -3
- package/dist/lib/_virtual/download2.js +3 -3
- package/dist/lib/_virtual/index.js +3 -3
- package/dist/lib/_virtual/index2.js +3 -3
- package/dist/lib/_virtual/index3.js +3 -3
- package/dist/lib/_virtual/index4.js +3 -3
- package/dist/lib/hooks/useLocale.js +3 -3
- package/dist/lib/hooks/useNamespace.js +3 -3
- package/dist/lib/index.js +3 -3
- package/dist/lib/locale/lang/en-US.js +3 -3
- package/dist/lib/locale/lang/ja-JP.js +3 -3
- package/dist/lib/locale/lang/zh-CN.js +3 -3
- package/dist/lib/node_modules/@codemirror/autocomplete/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/commands/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/lang-java/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/lang-javascript/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/lang-json/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/lang-python/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/lang-sql/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/lang-xml/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/lang-yaml/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/language/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/lint/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/search/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/state/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/theme-one-dark/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/view/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/common/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/highlight/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/java/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/javascript/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/json/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/lr/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/python/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/xml/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/yaml/dist/index.js +3 -3
- package/dist/lib/node_modules/@marijn/find-cluster-break/src/index.js +3 -3
- package/dist/lib/node_modules/@tanstack/devtools-event-client/dist/esm/plugin.js +3 -3
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/EventClient.js +3 -3
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/FieldApi.js +3 -3
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/FormApi.js +3 -3
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/ValidationLogic.js +3 -3
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/metaHelper.js +3 -3
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/standardSchemaValidator.js +3 -3
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/utils.js +3 -3
- package/dist/lib/node_modules/@tanstack/pacer-lite/dist/lite-throttler.js +3 -3
- package/dist/lib/node_modules/@tanstack/store/dist/esm/alien.js +3 -3
- package/dist/lib/node_modules/@tanstack/store/dist/esm/atom.js +3 -3
- package/dist/lib/node_modules/@tanstack/store/dist/esm/batch.js +3 -3
- package/dist/lib/node_modules/@tanstack/store/dist/esm/store.js +3 -3
- package/dist/lib/node_modules/@tanstack/vue-form/dist/esm/useField.js +3 -3
- package/dist/lib/node_modules/@tanstack/vue-form/dist/esm/useForm.js +3 -3
- package/dist/lib/node_modules/@tanstack/vue-store/dist/esm/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/core/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-blockquote/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-bold/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-character-count/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-code/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-code-block/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-document/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-hard-break/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-heading/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-highlight/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-image/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-italic/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-link/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-list/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-paragraph/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-strike/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-subscript/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-superscript/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-table/dist/index.js +5 -5
- package/dist/lib/node_modules/@tiptap/extension-task-item/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-task-list/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-text/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-text-align/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-text-style/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-underline/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extensions/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/html/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/starter-kit/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/vue-3/dist/index.js +3 -3
- package/dist/lib/node_modules/@vueuse/core/dist/index.js +3 -3
- package/dist/lib/node_modules/@vueuse/shared/dist/index.js +3 -3
- package/dist/lib/node_modules/codemirror/dist/index.js +3 -3
- package/dist/lib/node_modules/crelt/index.js +3 -3
- package/dist/lib/node_modules/delegate/src/closest.js +3 -3
- package/dist/lib/node_modules/delegate/src/delegate.js +3 -3
- package/dist/lib/node_modules/downloadjs/download.js +3 -3
- package/dist/lib/node_modules/eventemitter3/index.js +3 -3
- package/dist/lib/node_modules/linkifyjs/dist/linkify.js +3 -3
- package/dist/lib/node_modules/lodash-es/_DataView.js +3 -3
- package/dist/lib/node_modules/lodash-es/_Hash.js +3 -3
- package/dist/lib/node_modules/lodash-es/_ListCache.js +3 -3
- package/dist/lib/node_modules/lodash-es/_Map.js +3 -3
- package/dist/lib/node_modules/lodash-es/_MapCache.js +3 -3
- package/dist/lib/node_modules/lodash-es/_Promise.js +3 -3
- package/dist/lib/node_modules/lodash-es/_Set.js +3 -3
- package/dist/lib/node_modules/lodash-es/_SetCache.js +3 -3
- package/dist/lib/node_modules/lodash-es/_Stack.js +3 -3
- package/dist/lib/node_modules/lodash-es/_Symbol.js +3 -3
- package/dist/lib/node_modules/lodash-es/_Uint8Array.js +3 -3
- package/dist/lib/node_modules/lodash-es/_WeakMap.js +3 -3
- package/dist/lib/node_modules/lodash-es/_apply.js +3 -3
- package/dist/lib/node_modules/lodash-es/_arrayEach.js +3 -3
- package/dist/lib/node_modules/lodash-es/_arrayFilter.js +3 -3
- package/dist/lib/node_modules/lodash-es/_arrayIncludes.js +3 -3
- package/dist/lib/node_modules/lodash-es/_arrayIncludesWith.js +3 -3
- package/dist/lib/node_modules/lodash-es/_arrayLikeKeys.js +3 -3
- package/dist/lib/node_modules/lodash-es/_arrayMap.js +3 -3
- package/dist/lib/node_modules/lodash-es/_arrayPush.js +3 -3
- package/dist/lib/node_modules/lodash-es/_arraySome.js +3 -3
- package/dist/lib/node_modules/lodash-es/_asciiToArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/_assignMergeValue.js +3 -3
- package/dist/lib/node_modules/lodash-es/_assignValue.js +3 -3
- package/dist/lib/node_modules/lodash-es/_assocIndexOf.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseAssignValue.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseClone.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseCreate.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseFindIndex.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseFlatten.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseFor.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseGet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseGetAllKeys.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseGetTag.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIndexOf.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIntersection.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIsArguments.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIsEqual.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIsEqualDeep.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIsMap.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIsNaN.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIsNative.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIsRegExp.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIsSet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIsTypedArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseKeys.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseKeysIn.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseMerge.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseMergeDeep.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseRest.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseSetToString.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseSlice.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseTimes.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseToString.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseUnary.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseUniq.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseUnset.js +3 -3
- package/dist/lib/node_modules/lodash-es/_cacheHas.js +3 -3
- package/dist/lib/node_modules/lodash-es/_castArrayLikeObject.js +3 -3
- package/dist/lib/node_modules/lodash-es/_castPath.js +3 -3
- package/dist/lib/node_modules/lodash-es/_castSlice.js +3 -3
- package/dist/lib/node_modules/lodash-es/_cloneArrayBuffer.js +3 -3
- package/dist/lib/node_modules/lodash-es/_cloneBuffer.js +3 -3
- package/dist/lib/node_modules/lodash-es/_cloneDataView.js +3 -3
- package/dist/lib/node_modules/lodash-es/_cloneRegExp.js +3 -3
- package/dist/lib/node_modules/lodash-es/_cloneSymbol.js +3 -3
- package/dist/lib/node_modules/lodash-es/_cloneTypedArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/_copyArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/_copyObject.js +3 -3
- package/dist/lib/node_modules/lodash-es/_coreJsData.js +3 -3
- package/dist/lib/node_modules/lodash-es/_createAssigner.js +3 -3
- package/dist/lib/node_modules/lodash-es/_createBaseFor.js +3 -3
- package/dist/lib/node_modules/lodash-es/_createCaseFirst.js +3 -3
- package/dist/lib/node_modules/lodash-es/_createSet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_customOmitClone.js +3 -3
- package/dist/lib/node_modules/lodash-es/_defineProperty.js +3 -3
- package/dist/lib/node_modules/lodash-es/_equalArrays.js +3 -3
- package/dist/lib/node_modules/lodash-es/_equalByTag.js +3 -3
- package/dist/lib/node_modules/lodash-es/_equalObjects.js +3 -3
- package/dist/lib/node_modules/lodash-es/_flatRest.js +3 -3
- package/dist/lib/node_modules/lodash-es/_freeGlobal.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getAllKeys.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getAllKeysIn.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getMapData.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getNative.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getPrototype.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getRawTag.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getSymbols.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getSymbolsIn.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getTag.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getValue.js +3 -3
- package/dist/lib/node_modules/lodash-es/_hasUnicode.js +3 -3
- package/dist/lib/node_modules/lodash-es/_hashClear.js +3 -3
- package/dist/lib/node_modules/lodash-es/_hashDelete.js +3 -3
- package/dist/lib/node_modules/lodash-es/_hashGet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_hashHas.js +3 -3
- package/dist/lib/node_modules/lodash-es/_hashSet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_initCloneArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/_initCloneByTag.js +3 -3
- package/dist/lib/node_modules/lodash-es/_initCloneObject.js +3 -3
- package/dist/lib/node_modules/lodash-es/_isFlattenable.js +3 -3
- package/dist/lib/node_modules/lodash-es/_isIndex.js +3 -3
- package/dist/lib/node_modules/lodash-es/_isIterateeCall.js +3 -3
- package/dist/lib/node_modules/lodash-es/_isKey.js +3 -3
- package/dist/lib/node_modules/lodash-es/_isKeyable.js +3 -3
- package/dist/lib/node_modules/lodash-es/_isMasked.js +3 -3
- package/dist/lib/node_modules/lodash-es/_isPrototype.js +3 -3
- package/dist/lib/node_modules/lodash-es/_listCacheClear.js +3 -3
- package/dist/lib/node_modules/lodash-es/_listCacheDelete.js +3 -3
- package/dist/lib/node_modules/lodash-es/_listCacheGet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_listCacheHas.js +3 -3
- package/dist/lib/node_modules/lodash-es/_listCacheSet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_mapCacheClear.js +3 -3
- package/dist/lib/node_modules/lodash-es/_mapCacheDelete.js +3 -3
- package/dist/lib/node_modules/lodash-es/_mapCacheGet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_mapCacheHas.js +3 -3
- package/dist/lib/node_modules/lodash-es/_mapCacheSet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_mapToArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/_memoizeCapped.js +3 -3
- package/dist/lib/node_modules/lodash-es/_nativeCreate.js +3 -3
- package/dist/lib/node_modules/lodash-es/_nativeKeys.js +3 -3
- package/dist/lib/node_modules/lodash-es/_nativeKeysIn.js +3 -3
- package/dist/lib/node_modules/lodash-es/_nodeUtil.js +3 -3
- package/dist/lib/node_modules/lodash-es/_objectToString.js +3 -3
- package/dist/lib/node_modules/lodash-es/_overArg.js +3 -3
- package/dist/lib/node_modules/lodash-es/_overRest.js +3 -3
- package/dist/lib/node_modules/lodash-es/_parent.js +3 -3
- package/dist/lib/node_modules/lodash-es/_root.js +3 -3
- package/dist/lib/node_modules/lodash-es/_safeGet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_setCacheAdd.js +3 -3
- package/dist/lib/node_modules/lodash-es/_setCacheHas.js +3 -3
- package/dist/lib/node_modules/lodash-es/_setToArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/_setToString.js +3 -3
- package/dist/lib/node_modules/lodash-es/_shortOut.js +3 -3
- package/dist/lib/node_modules/lodash-es/_stackClear.js +3 -3
- package/dist/lib/node_modules/lodash-es/_stackDelete.js +3 -3
- package/dist/lib/node_modules/lodash-es/_stackGet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_stackHas.js +3 -3
- package/dist/lib/node_modules/lodash-es/_stackSet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_strictIndexOf.js +3 -3
- package/dist/lib/node_modules/lodash-es/_stringToArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/_stringToPath.js +3 -3
- package/dist/lib/node_modules/lodash-es/_toKey.js +3 -3
- package/dist/lib/node_modules/lodash-es/_toSource.js +3 -3
- package/dist/lib/node_modules/lodash-es/_unicodeToArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/constant.js +3 -3
- package/dist/lib/node_modules/lodash-es/eq.js +3 -3
- package/dist/lib/node_modules/lodash-es/flatten.js +3 -3
- package/dist/lib/node_modules/lodash-es/get.js +3 -3
- package/dist/lib/node_modules/lodash-es/identity.js +3 -3
- package/dist/lib/node_modules/lodash-es/intersectionWith.js +3 -3
- package/dist/lib/node_modules/lodash-es/isArguments.js +3 -3
- package/dist/lib/node_modules/lodash-es/isArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/isArrayLike.js +3 -3
- package/dist/lib/node_modules/lodash-es/isArrayLikeObject.js +3 -3
- package/dist/lib/node_modules/lodash-es/isBuffer.js +3 -3
- package/dist/lib/node_modules/lodash-es/isEqual.js +3 -3
- package/dist/lib/node_modules/lodash-es/isFinite.js +3 -3
- package/dist/lib/node_modules/lodash-es/isFunction.js +3 -3
- package/dist/lib/node_modules/lodash-es/isLength.js +3 -3
- package/dist/lib/node_modules/lodash-es/isMap.js +3 -3
- package/dist/lib/node_modules/lodash-es/isNaN.js +3 -3
- package/dist/lib/node_modules/lodash-es/isNil.js +3 -3
- package/dist/lib/node_modules/lodash-es/isNumber.js +3 -3
- package/dist/lib/node_modules/lodash-es/isObject.js +3 -3
- package/dist/lib/node_modules/lodash-es/isObjectLike.js +3 -3
- package/dist/lib/node_modules/lodash-es/isPlainObject.js +3 -3
- package/dist/lib/node_modules/lodash-es/isRegExp.js +3 -3
- package/dist/lib/node_modules/lodash-es/isSet.js +3 -3
- package/dist/lib/node_modules/lodash-es/isString.js +3 -3
- package/dist/lib/node_modules/lodash-es/isSymbol.js +3 -3
- package/dist/lib/node_modules/lodash-es/isTypedArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/keys.js +3 -3
- package/dist/lib/node_modules/lodash-es/keysIn.js +3 -3
- package/dist/lib/node_modules/lodash-es/last.js +3 -3
- package/dist/lib/node_modules/lodash-es/memoize.js +3 -3
- package/dist/lib/node_modules/lodash-es/mergeWith.js +3 -3
- package/dist/lib/node_modules/lodash-es/noop.js +3 -3
- package/dist/lib/node_modules/lodash-es/omit.js +3 -3
- package/dist/lib/node_modules/lodash-es/stubArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/stubFalse.js +3 -3
- package/dist/lib/node_modules/lodash-es/toPlainObject.js +3 -3
- package/dist/lib/node_modules/lodash-es/toString.js +3 -3
- package/dist/lib/node_modules/lodash-es/unionWith.js +3 -3
- package/dist/lib/node_modules/lodash-es/upperFirst.js +3 -3
- package/dist/lib/node_modules/orderedmap/dist/index.js +3 -3
- package/dist/lib/node_modules/path-to-regexp/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-commands/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-dropcursor/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-gapcursor/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-history/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-keymap/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-model/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-schema-list/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-state/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-tables/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-transform/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-view/dist/index.js +3 -3
- package/dist/lib/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +3 -3
- package/dist/lib/node_modules/rope-sequence/dist/index.js +3 -3
- package/dist/lib/node_modules/sortablejs/modular/sortable.esm.js +3 -3
- package/dist/lib/node_modules/style-mod/src/style-mod.js +3 -3
- package/dist/lib/node_modules/title-case/dist/index.js +3 -3
- package/dist/lib/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +3 -3
- package/dist/lib/node_modules/w3c-keyname/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/dist/index.min.css +3 -3
- package/dist/lib/node_modules/xgplayer/es/_virtual/_rollupPluginBabelHelpers.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/constant.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/defaultConfig.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/error.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/events.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/index.umd.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/instManager.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/lang/en.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/lang/i18n.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/lang/jp.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/lang/zh-cn.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/mediaProxy.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/player.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugin/basePlugin.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugin/hooksDescriptor.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugin/plugin.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugin/pluginsManager.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugin/preset.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugin/resizeObserver.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/back.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/download.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/exitCssFull.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/exitFull.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/loading.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/pause.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/pipIcon.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/pipIconExit.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/play.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/playNext.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/replay.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/requestCssFull.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/requestFull.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/rotate.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/seekicon.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeLarge.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeMuted.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeSmall.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/common/iconPlugin.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/common/iconTools.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/common/optionList.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/common/optionsIcon.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/common/thumbnail.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/controls/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/cssFullScreen/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/definition/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/download/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/dynamicBg/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/enter/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/error/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/fpsDetect/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/fullscreen/backicon.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/fullscreen/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/gapJump/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/keyboard/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/loading/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/logger/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/miniScreen/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/miniScreen/miniScreenIcon.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/mobile/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/mobile/touch.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/pc/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/pip/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/play/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/playNext/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/playbackRate/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/poster/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/progress/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/progress/innerList.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/progress/miniProgress.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/progressPreview/dotsApi.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/progressPreview/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/prompt/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/replay/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/rotate/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/screenShot/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/start/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/stats/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/testspeed/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/time/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/time/timesegments.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/volume/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/waitingTimeoutJump/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/presets/default.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/state.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/stateClassMap.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/utils/database.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/utils/debug.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/utils/draggabilly.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/utils/sniffer.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/utils/util.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/utils/xgplayerTimeRange.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/version.js +3 -3
- package/dist/lib/packages/components/index.js +3 -3
- package/dist/lib/packages/hooks/dist/index.js +3 -3
- package/dist/lib/packages/utils/dist/index.js +3 -3
- package/dist/lib/styles/tokens.css +3 -3
- package/package.json +3 -3
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import o from "./_copyObject.js";
|
|
15
15
|
import r from "./keysIn.js";
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import r from "./_baseToString.js";
|
|
15
15
|
function o(t) {
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import o from "./_baseFlatten.js";
|
|
15
15
|
import e from "./_baseRest.js";
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import r from "./_createCaseFirst.js";
|
|
15
15
|
var t = r("toUpperCase");
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
function e(t) {
|
|
15
15
|
this.content = t;
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import { __exports as y } from "../../../_virtual/index2.js";
|
|
15
15
|
var R;
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import { canJoin as T, joinPoint as F, liftTarget as A, replaceStep as B, canSplit as h, findWrapping as J, ReplaceAroundStep as v, ReplaceStep as U } from "../../prosemirror-transform/dist/index.js";
|
|
15
15
|
import { Slice as y, Fragment as S } from "../../prosemirror-model/dist/index.js";
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import { Plugin as w } from "../../prosemirror-state/dist/index.js";
|
|
15
15
|
import { dropPoint as v } from "../../prosemirror-transform/dist/index.js";
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import { keydownHandler as v } from "../../prosemirror-keymap/dist/index.js";
|
|
15
15
|
import { Plugin as w, TextSelection as m, NodeSelection as x, Selection as u } from "../../prosemirror-state/dist/index.js";
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import P from "../../rope-sequence/dist/index.js";
|
|
15
15
|
import { Mapping as k } from "../../prosemirror-transform/dist/index.js";
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import { keyName as u, base as c } from "../../w3c-keyname/index.js";
|
|
15
15
|
import { Plugin as d } from "../../prosemirror-state/dist/index.js";
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import q from "../../orderedmap/dist/index.js";
|
|
15
15
|
function Y(l, t, e) {
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import { ReplaceAroundStep as h, liftTarget as w, canJoin as C, findWrapping as L, canSplit as R } from "../../prosemirror-transform/dist/index.js";
|
|
15
15
|
import { Fragment as s, Slice as I, NodeRange as x } from "../../prosemirror-model/dist/index.js";
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import { Slice as m, Fragment as B, Node as x, Mark as R } from "../../prosemirror-model/dist/index.js";
|
|
15
15
|
import { ReplaceStep as P, ReplaceAroundStep as K, Transform as $ } from "../../prosemirror-transform/dist/index.js";
|
|
@@ -7,11 +7,11 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
|
-
import {
|
|
14
|
+
import { Plugin as fe, PluginKey as Z, Selection as M, SelectionRange as ye, TextSelection as E, NodeSelection as Se } from "../../prosemirror-state/dist/index.js";
|
|
15
15
|
import { Fragment as R, Slice as N } from "../../prosemirror-model/dist/index.js";
|
|
16
16
|
import { DecorationSet as X, Decoration as q } from "../../prosemirror-view/dist/index.js";
|
|
17
17
|
import { keydownHandler as Ae } from "../../prosemirror-keymap/dist/index.js";
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import { Slice as g, ReplaceError as se, Fragment as w, Mark as oe, MarkType as le } from "../../prosemirror-model/dist/index.js";
|
|
15
15
|
const Q = 65535, U = Math.pow(2, 16);
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import { NodeSelection as D, Selection as be, TextSelection as k, AllSelection as Cn } from "../../prosemirror-state/dist/index.js";
|
|
15
15
|
import { Slice as se, DOMSerializer as Ve, Fragment as j, DOMParser as $t, Mark as Sn } from "../../prosemirror-model/dist/index.js";
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
var _ = (function() {
|
|
15
15
|
if (typeof Map < "u")
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
var l = 200, p = function() {
|
|
15
15
|
};
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
function Me(o, t, e) {
|
|
15
15
|
return (t = Ye(t)) in o ? Object.defineProperty(o, t, {
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
const g = typeof Symbol > "u" ? "__ͼ" : /* @__PURE__ */ Symbol.for("ͼ"), S = typeof Symbol > "u" ? "__styleSet" + Math.floor(Math.random() * 1e8) : /* @__PURE__ */ Symbol("styleSet"), m = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : {};
|
|
15
15
|
class C {
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
const e = /* @__PURE__ */ new Set([".", "!", "?"]);
|
|
15
15
|
[
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import { defineComponent as T, shallowRef as y, inject as B, computed as z, toRaw as E, onMounted as P, watch as d, onBeforeUnmount as V, h as W } from "vue";
|
|
15
15
|
import { basicSetup as R } from "../../codemirror/dist/index.js";
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
var t = {
|
|
15
15
|
8: "Backspace",
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
@charset "UTF-8";.xgplayer-fullscreen-parent{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999}.xgplayer-fullscreen-parent .xgplayer.xgplayer-is-cssfullscreen,.xgplayer-fullscreen-parent .xgplayer.xgplayer-is-fullscreen{z-index:10;position:absolute}.xgplayer-rotate-parent{position:fixed;inset:0 0 0 100%;width:100vh;height:100vw;z-index:9999;transform-origin:top left;transform:rotate(90deg)}.xgplayer-rotate-parent .xgplayer.xgplayer-rotate-fullscreen{position:absolute;top:0;left:0;z-index:10;margin:0;padding:0;width:100%;height:100%;transform:rotate(0)}.xgplayer-rotate-parent .xgplayer-mobile video{z-index:-1}.xgplayer{position:relative;width:100%;height:100%;overflow:hidden;font-family:PingFang SC,Helvetica Neue,Helvetica,STHeiTi,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;font-size:14px;font-weight:400;background:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.xgplayer *{margin:0;padding:0;border:0;vertical-align:baseline;white-space:normal;word-wrap:normal;overflow-wrap:normal}.xgplayer ul,.xgplayer li{list-style:none}.xgplayer .xgplayer-none{display:none}.xgplayer.xgplayer-is-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;margin:0;padding:0;z-index:9999}.xgplayer.xgplayer-is-cssfullscreen{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999}.xgplayer.xgplayer-rotate-fullscreen{position:fixed;inset:0 0 0 100%;width:100vh;height:100vw;transform-origin:top left;transform:rotate(90deg);z-index:9999}.xgplayer.xgplayer-rotate-fullscreen.xgplayer-mobile video{z-index:-1}.xgplayer xg-video-container.xg-video-container{position:absolute;top:0;bottom:48px;display:block;width:100%}.xgplayer video{position:absolute;top:0;left:0;width:100%;height:100%;outline:none}.xgplayer[data-xgfill=contain] video{-o-object-fit:contain;object-fit:contain}.xgplayer[data-xgfill=cover] video{-o-object-fit:cover;object-fit:cover}.xgplayer[data-xgfill=fill] video{-o-object-fit:fill;object-fit:fill}.xgplayer .xg-pos{left:10px;right:10px}.xgplayer .xg-margin{margin-left:16px;margin-right:16px}.xgplayer .xg-bottom{bottom:0}.xgplayer .btn-text{position:relative;top:50%;height:24px;font-size:13px;text-align:center}.xgplayer .btn-text span{display:inline-block;min-width:52px;height:24px;line-height:24px;background:#00000061;border-radius:12px}.xgplayer xg-icon{position:relative;box-sizing:border-box;height:40px;margin-left:16px;margin-right:16px;cursor:pointer;color:#fffc;fill:#fff}.xgplayer xg-icon.xg-icon-disable{cursor:not-allowed}.xgplayer xg-icon .xg-tips{top:-30px;left:50%;transform:translate(-50%)}.xgplayer xg-icon:active .xg-tips,.xgplayer xg-icon:hover .xg-tips{display:block}.xgplayer xg-icon:active .xg-tips.hide,.xgplayer xg-icon:hover .xg-tips.hide{display:none}.xgplayer xg-icon .xgplayer-icon{position:relative;top:50%;transform:translateY(-50%);cursor:pointer}.xgplayer xg-icon .xg-icon-disable{cursor:not-allowed}.xgplayer xg-icon .xg-img{width:100%}.xgplayer xg-icon svg,.xgplayer xg-icon img{height:100%;display:block}.xgplayer xg-bar{display:block}.xgplayer.xgplayer-inactive xg-bar,.xgplayer.xgplayer-mini xg-bar{display:none}.xgplayer.xgplayer-inactive .xg-top-bar{display:flex}.xgplayer.xgplayer-inactive .xg-top-bar.top-bar-autohide{display:none}.xgplayer .xg-top-bar{position:absolute;z-index:10;top:0;padding:0 16px;display:flex;height:50px}.xgplayer .xg-top-bar xg-icon{position:relative;top:10px;left:0;width:34px;margin-top:0}.xgplayer .xg-top-bar xg-icon:first-child{margin-left:0}.xgplayer .xg-left-bar,.xgplayer .xg-right-bar{position:absolute;z-index:9;top:50px;bottom:50px;width:50px}.xgplayer .xg-left-bar{left:0}.xgplayer .xg-right-bar{right:0}.xgplayer .xg-tips{display:none;position:absolute;padding:4px 6px;background:#0000008a;border-radius:4px;font-size:12px;color:#fff;text-align:center;white-space:nowrap;opacity:.85}.xgplayer .xg-margin{left:0;right:0}.xgplayer-mobile{-webkit-tap-highlight-color:rgba(0,0,0,0)}.xgplayer-mobile *{text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.xgplayer-mobile.xgplayer-rotate-fullscreen .xg-top-bar,.xgplayer-mobile.xgplayer-rotate-fullscreen .xg-pos{left:6%;right:6%}.xgplayer-mobile xg-icon:hover .xg-tips{display:none}.xg-list-slide-scroll::-webkit-scrollbar-track{background-color:transparent;display:none}.xg-list-slide-scroll:hover::-webkit-scrollbar-track{display:block}.xg-list-slide-scroll::-webkit-scrollbar{-webkit-appearance:none;appearance:none;background:#0000;height:4px;width:4px}.xg-list-slide-scroll::-webkit-scrollbar-corner{background:transparent;display:none}.xg-list-slide-scroll::-webkit-scrollbar-thumb{background:#ffffff80;border-radius:3px;display:none;width:4px}.xg-list-slide-scroll:hover::-webkit-scrollbar-thumb{display:block}@media only screen and (max-width:480px){.xgplayer-mobile xg-icon{margin-right:10px;margin-left:10px}.xgplayer-mobile .xg-top-bar{left:10px;right:10px}}@media screen and (orientation:portrait){.xgplayer-mobile.xgplayer-is-fullscreen .xgplayer-controls,.xgplayer-mobile.xgplayer-is-cssfullscreen .xgplayer-controls{bottom:34px;bottom:constant(safe-area-inset-bottom);bottom:env(safe-area-inset-bottom)}.xgplayer-mobile.xgplayer-is-fullscreen .xg-top-bar,.xgplayer-mobile.xgplayer-is-cssfullscreen .xg-top-bar{top:34px;top:constant(safe-area-inset-top);top:env(safe-area-inset-top)}}@media only screen and (orientation:landscape){.xgplayer-mobile.xgplayer-is-fullscreen .xg-top-bar,.xgplayer-mobile.xgplayer-is-fullscreen .xg-pos{left:6%;right:6%}.xgplayer-mobile.xgplayer-rotate-fullscreen{left:0;width:100vw;height:100vh;transform:rotate(0)}}.xgplayer .xgplayer-screen-container{display:block;width:100%}.xgplayer .xg-options-icon{display:none;cursor:pointer}.xgplayer .xg-options-icon.show{display:block}@keyframes xg_right_options_active{0%{transform:translate(50%)}to{transform:translate(-50%)}}@keyframes xg_right_options_hide{0%{transform:translate(-50%)}to{transform:translate(50%)}}@keyframes xg_left_options_active{0%{transform:translate(-50%)}to{transform:translate(50%)}}@keyframes xg_left_options_hide{0%{transform:translate(50%)}to{transform:translate(-50%)}}.xgplayer .xg-options-list{display:none;position:absolute;z-index:5;width:78px;right:50%;bottom:100%;background:#0000008a;border-radius:1px;transform:translate(50%);cursor:pointer;overflow:auto;height:0;opacity:.85;font-size:14px;color:#fffc}.xgplayer .xg-options-list li{height:20px;line-height:20px;position:relative;padding:4px 0;text-align:center;color:#fffc}.xgplayer .xg-options-list li:hover,.xgplayer .xg-options-list li.selected{color:red;opacity:1}.xgplayer .xg-options-list li:nth-child(1){position:relative;margin-top:12px}.xgplayer .xg-options-list li:last-child{position:relative;margin-bottom:12px}.xgplayer .xg-options-list:hover{opacity:1}.xgplayer .xg-options-list.active{display:block;height:auto}.xgplayer .xg-options-list.xg-side-list{width:20%;height:100%;bottom:0;background:#000000e6;display:flex;flex-direction:column;box-sizing:border-box}.xgplayer .xg-options-list.xg-side-list li{flex:1;width:100%;padding:0;position:relative}.xgplayer .xg-options-list.xg-side-list li span{display:block;position:relative;top:50%;transform:translateY(-50%);pointer-events:none}.xgplayer .xg-options-list.xg-side-list li:nth-child(1){margin-top:20px}.xgplayer .xg-options-list.xg-side-list li:last-child{margin-bottom:20px}.xgplayer .xg-options-list.xg-right-side{right:-10.5%}.xgplayer .xg-options-list.xg-right-side.active{height:100%;animation:xg_right_options_active .2s ease-out forwards}.xgplayer .xg-options-list.xg-right-side.hide{height:100%;animation:xg_right_options_hide .2s ease-in forwards}.xgplayer .xg-options-list.xg-left-side{left:-10.5%;transform:translate(-50%)}.xgplayer .xg-options-list.xg-left-side.active{height:100%;animation:xg_left_options_active .2s ease-out forwards}.xgplayer .xg-options-list.xg-left-side.hide{height:100%;animation:xg_left_options_hide .2s ease-in forwards}@media only screen and (max-width:480px){.xgplayer-mobile .xg-options-icon.portrait{display:none}.xgplayer-mobile .xg-options-list li:hover{color:#fffc}.xgplayer-mobile .xg-options-list li.selected{color:red}}.xgplayer.not-allow-autoplay .xgplayer-controls,.xgplayer.xgplayer-nostart .xgplayer-controls,.xgplayer.xgplayer-inactive .controls-autohide{pointer-events:none;visibility:hidden;cursor:default;opacity:0}.xgplayer.not-allow-autoplay .xgplayer-controls-initshow,.xgplayer.xgplayer-nostart .xgplayer-controls-initshow{pointer-events:auto;visibility:visible;opacity:1}.xgplayer .xgplayer-controls{display:block;position:absolute;visibility:visible;height:48px;left:0;right:0;bottom:0;opacity:1;z-index:10;background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.37),rgba(0,0,0,.75),rgba(0,0,0,.75));transition:opacity .5s ease,visibility .5s ease}.xgplayer .xgplayer-controls.show{display:block;opacity:1;visibility:visible;pointer-events:auto}.xgplayer .xg-inner-controls{position:absolute;height:40px;bottom:0;justify-content:space-between;display:flex}.xgplayer .xg-left-grid,.xgplayer .xg-right-grid{position:relative;display:flex;flex-wrap:wrap;flex-shrink:1;height:100%;z-index:1}.xgplayer .xg-right-grid{flex-direction:row-reverse}.xgplayer .xg-right-grid>:first-child{margin-right:0}.xgplayer .xg-right-grid xg-icon{margin-left:0}.xgplayer .xg-left-grid>:first-child{margin-left:0}.xgplayer .xg-left-grid xg-icon{margin-right:0}.xgplayer .xg-center-grid{display:block;position:absolute;left:0;right:0;outline:none;top:-20px;padding:5px 0;text-align:center}.xgplayer .flex-controls .xg-inner-controls{justify-content:space-around;display:flex;bottom:8px}.xgplayer .flex-controls .xg-center-grid{display:flex;flex:1;position:relative;top:0;height:100%;justify-content:space-between;align-items:center;left:0;right:0;padding:0 16px}.xgplayer.xgplayer-mobile .xg-center-grid{z-index:2}.xgplayer.xgplayer-mobile .flex-controls .xg-center-grid{padding:0 8px}.xgplayer .bottom-controls .xg-center-grid{top:20px;padding:0}.xgplayer .bottom-controls .xg-left-grid,.xgplayer .bottom-controls .xg-right-grid{bottom:10px}.xgplayer .mini-controls{background-image:none}.xgplayer .mini-controls .xg-inner-controls{bottom:0;left:0;right:0}.xgplayer .mini-controls .xg-center-grid{bottom:-28px;top:auto;padding:0}.xgplayer .mini-controls .xg-left-grid,.xgplayer .mini-controls .xg-right-grid{display:none}.xgplayer .controls-follow{bottom:70px;transition:bottom .3s ease}.xgplayer.flex-controls .controls-follow{bottom:45px}.xgplayer.xgplayer-inactive .controls-follow,.xgplayer.no-controls .controls-follow,.xgplayer.mini-controls .controls-follow{bottom:10px}.xgplayer .xgplayer-cssfullscreen .xg-get-cssfull{display:block}.xgplayer .xgplayer-cssfullscreen .xg-exit-cssfull,.xgplayer .xgplayer-cssfullscreen[data-state=full] .xg-get-cssfull{display:none}.xgplayer .xgplayer-cssfullscreen[data-state=full] .xg-exit-cssfull{display:block}.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen{display:none}.xgplayer .xgplayer-fullscreen .xg-get-fullscreen,.xgplayer .xgplayer-fullscreen[data-state=full] .xg-exit-fullscreen{display:block}.xgplayer .xgplayer-fullscreen[data-state=full] .xg-get-fullscreen{display:none}.xgplayer .xg-top-bar .xgplayer-back{position:relative;left:0;top:16px;width:34px;height:40px;display:none}.xgplayer .xg-top-bar .xgplayer-back.show{display:block}.xgplayer .xgplayer-play .xg-icon-play{display:none}.xgplayer .xgplayer-play .xg-icon-pause,.xgplayer .xgplayer-play[data-state=pause] .xg-icon-play{display:block}.xgplayer .xgplayer-play[data-state=pause] .xg-icon-pause{display:none}.xgplayer .xgplayer-progress{display:flex;align-items:center;position:relative;min-width:10px;height:20px;left:0;right:0;top:0;outline:none;flex:1;cursor:pointer}.xgplayer .xgplayer-progress-outer{position:relative;width:100%;height:2px;border-radius:3px;cursor:pointer}.xgplayer .progress-list{display:flex;height:100%;width:100%;border-radius:inherit}.xgplayer .xgplayer-progress-inner{position:relative;flex:1;height:100%;background:#ffffff4d;transition:height .2s ease-in,opacity .2s ease-out;border-radius:inherit;margin-right:2px;pointer-events:none}.xgplayer .xgplayer-progress-inner:last-child,.xgplayer .xgplayer-progress-inner:only-child{margin-right:0}.xgplayer .inner-focus-point{background:#fff;position:relative}.xgplayer .inner-focus-point:before,.xgplayer .inner-focus-point:after{position:absolute;content:" ";display:block;width:2px;height:300%;top:50%;z-index:1;transform:translateY(-50%);border-radius:3px;background:#fff}.xgplayer .inner-focus-point:before{left:0}.xgplayer .inner-focus-point:after{right:0}.xgplayer .xgplayer-progress-cache,.xgplayer .xgplayer-progress-played{display:block;height:100%;width:0;position:absolute;top:0;left:0;border-radius:inherit}.xgplayer .xgplayer-progress-played{background:linear-gradient(-90deg,#fa1f41,#e31106)}.xgplayer .xgplayer-progress-cache{background:#ffffff80}.xgplayer .xgplayer-progress-btn{display:block;background:#ff5e5e4e;border:.5px solid rgba(255,94,94,.056545);box-shadow:0 0 1px #ff000062;width:20px;height:20px;border-radius:30px;left:0;top:50%;position:absolute;z-index:1;transform:translate(-50%,-50%);box-sizing:border-box;pointer-events:none}.xgplayer .xgplayer-progress-btn:before{content:" ";display:block;position:relative;width:12px;height:12px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:30px;background:#fff}.xgplayer .xgplayer-progress-btn.active{border:4px solid rgba(255,94,94,.064057)}.xgplayer .xgplayer-progress-btn.active:before{box-shadow:0 0 3px #f85959b0}.xgplayer .xgplayer-progress-dot{display:inline-block;position:absolute;height:100%;width:5px;top:0;background:#fff;border-radius:6px;z-index:16}.xgplayer .xgplayer-progress-dot .xgplayer-progress-tip{position:absolute;left:25%;top:-40px;height:auto;line-height:30px;width:auto;transform:scale(.8) translate(-50%);background:#0000004d;border-radius:6px;border:1px solid rgba(0,0,0,.8);cursor:default;white-space:nowrap;display:none}.xgplayer .xgplayer-progress-dot:hover .xgplayer-progress-tip{display:block}.xgplayer .flex-controls .xgplayer-progress{transform:translateY(0)}.xgplayer.xgplayer-pc .xgplayer-progress-btn{transform:translate(-50%,-50%) scale(0)}.xgplayer.xgplayer-pc .xgplayer-progress-outer{height:3px}.xgplayer.xgplayer-pc .xgplayer-progress-inner{margin-right:4px}.xgplayer.xgplayer-pc .xgplayer-progress-inner:last-child,.xgplayer.xgplayer-pc .xgplayer-progress-inner:only-child{margin-right:0}.xgplayer.xgplayer-pc .inner-focus-point:before,.xgplayer.xgplayer-pc .inner-focus-point:after{width:3px}.xgplayer.xgplayer-pc .inner-focus-highlight{background:#fffc}.xgplayer.xgplayer-pc .xgplayer-progress.active .xgplayer-progress-outer{height:6px;margin-bottom:3px;transition:height .3s ease,margin-bottom .3s ease}.xgplayer.xgplayer-pc .xgplayer-progress.active .xgplayer-progress-btn{transform:translate(-50%,-50%) scale(1)}.xgplayer.xgplayer-pc .xgplayer-progress.active .inner-focus-point:before,.xgplayer.xgplayer-pc .xgplayer-progress.active .inner-focus-point:after{width:6px}.xgplayer .xgplayer-progress-bottom .xgplayer-progress-outer{top:9px}.xgplayer .xgplayer-progress-bottom .xgplayer-progress-btn:before{height:6px;width:6px}.xgplayer.xgplayer-mobile .xgplayer-progress-bottom .xgplayer-progress-outer{height:4px}@media(prefers-color-scheme:dark){.xgplayer .xgplayer-progress .xgplayer-progress-inner{background-color:#ffffff4d}.xgplayer .xgplayer-progress .inner-focus-highlight{background:#fffc}.xgplayer .xgplayer-progress .xgplayer-progress-btn{background:#ff5e5e4e;border:.5px solid rgba(255,94,94,.056545);box-shadow:0 0 1px #ff000062}.xgplayer .xgplayer-progress .xgplayer-progress-btn:before{background-color:#fff}.xgplayer .xgplayer-progress .xgplayer-progress-played{background-color:linear-gradient(-90deg,#FA1F41 0%,#E31106 100%)}.xgplayer .xgplayer-progress .xgplayer-progress-cache{background-color:#ffffff80}}.xg-mini-progress{display:none;position:absolute;height:2px;left:0;right:0;bottom:0;pointer-events:none}.xg-mini-progress xg-mini-progress-played,.xg-mini-progress xg-mini-progress-cache{height:100%;width:0;position:absolute;top:0;left:0;border-radius:inherit}.xg-mini-progress xg-mini-progress-played{background:linear-gradient(-90deg,#fa1f41,#e31106)}.xg-mini-progress xg-mini-progress-cache{background:#ffffff80}.xg-mini-progress-show,.xgplayer-inactive .xg-mini-progress,.xgplayer-mini .xg-mini-progress{display:block}.xgplayer .xgplayer-time{pointer-events:none;min-width:40px;font-size:14px;font-family:PingFangSC-Semibold;color:#fff;text-align:center;display:inline-block;line-height:40px}.xgplayer .xgplayer-time span{display:inline-block;line-height:40px;height:40px}.xgplayer .xgplayer-time span .time-min-width{text-align:center;min-width:2ch}.xgplayer .xgplayer-time span .time-min-width:first-child{text-align:right}.xgplayer .xgplayer-time span .time-min-width:last-child{text-align:left}.xgplayer .xgplayer-time .time-duration{color:#ffffff80}.xgplayer .xgplayer-time .time-live-tag{display:none}.xgplayer .xgplayer-time.xg-time-left{margin-left:0}.xgplayer .xgplayer-time.xg-time-right{margin-right:0}.xgplayer.xgplayer-mobile .xgplayer-time{min-width:30px;font-size:12px}.xgplayer.xgplayer-mobile .xgplayer-time.xg-time-left{margin-right:8px}.xgplayer.xgplayer-mobile .xgplayer-time.xg-time-right{margin-left:8px}.xgplayer .xgplayer-volume.slide-show .xgplayer-slider{display:block}.xgplayer .xgplayer-slider{display:none;position:absolute;width:28px;height:92px;background:#0000008a;border-radius:1px;bottom:40px;outline:none}.xgplayer .xgplayer-slider:after{content:" ";display:block;height:15px;width:28px;position:absolute;bottom:-15px;left:0;z-index:20;cursor:auto;cursor:initial}.xgplayer .xgplayer-value-label{position:absolute;left:0;right:0;bottom:100%;padding:5px 0 0;font-size:12px;background-color:#0000008a;color:#fff;text-align:center}.xgplayer .xgplayer-bar,.xgplayer .xgplayer-drag{display:block;position:absolute;bottom:6px;left:12px;background:#ffffff4d;border-radius:100px;width:4px;height:76px;outline:none;cursor:pointer}.xgplayer .xgplayer-drag{bottom:0;left:0;background:#fa1f41;max-height:76px}.xgplayer .xgplayer-drag:after{content:" ";display:inline-block;width:8px;height:8px;background:#fff;box-shadow:0 0 5px #00000042;position:absolute;border-radius:50%;left:-2px;top:-4px}.xgplayer .xgplayer-volume[data-state=normal] .xg-volume{display:block}.xgplayer .xgplayer-volume[data-state=normal] .xg-volume-small,.xgplayer .xgplayer-volume[data-state=normal] .xg-volume-mute,.xgplayer .xgplayer-volume[data-state=small] .xg-volume{display:none}.xgplayer .xgplayer-volume[data-state=small] .xg-volume-small{display:block}.xgplayer .xgplayer-volume[data-state=small] .xg-volume-mute,.xgplayer .xgplayer-volume[data-state=mute] .xg-volume,.xgplayer .xgplayer-volume[data-state=mute] .xg-volume-small{display:none}.xgplayer .xgplayer-volume[data-state=mute] .xg-volume-mute{display:block}.xgplayer.xgplayer-mobile .xgplayer-volume .xgplayer-slider,.xgplayer-replay{display:none}.xgplayer .xgplayer-replay{display:none;position:absolute;left:50%;top:50%;width:100px;height:100px;justify-content:center;align-items:center;flex-direction:column;z-index:5;transform:translate(-50%,-50%);cursor:pointer}.xgplayer .xgplayer-replay .xgplayer-replay-txt{display:inline-block;font-size:14px;color:#fff;line-height:34px;text-align:center}.xgplayer.xgplayer-mobile .xgplayer-replay-svg{width:50px;height:50px}.xgplayer.xgplayer-mobile .xgplayer-replay-txt{line-height:24px;font-size:12px}.xgplayer .xgplayer-poster{display:block;opacity:1;visibility:visible;position:absolute;left:0;top:0;width:100%;height:100%;background-position:center center;background-size:100% auto;background-repeat:no-repeat;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.xgplayer .xgplayer-poster.hide,.xgplayer.xgplayer-playing .xgplayer-poster{opacity:0;visibility:hidden}.xgplayer.xgplayer-playing .xg-not-hidden,.xgplayer.xgplayer-is-enter .xgplayer-poster.xg-showplay,.xgplayer.xgplayer-playing .xgplayer-poster.xg-showplay,.xgplayer.xgplayer-nostart .xgplayer-poster,.xgplayer.xgplayer-ended .xgplayer-poster,.xgplayer.not-allow-autoplay .xgplayer-poster{opacity:1;visibility:visible}.xgplayer.xgplayer-nostart .xgplayer-poster.hide,.xgplayer.xgplayer-ended .xgplayer-poster.hide,.xgplayer.not-allow-autoplay .xgplayer-poster.hide{opacity:0;visibility:hidden}@keyframes playPause{0%{transform:scale(1);opacity:1}99%{transform:scale(1.3);opacity:0}to{transform:scale(1);opacity:0}}.xgplayer xg-start-inner{display:block;width:100%;height:100%;overflow:hidden;border-radius:50%;background:#00000061}.xgplayer .xgplayer-start{width:70px;height:70px;position:absolute;left:50%;top:50%;z-index:5;transform:translate(-50%,-50%);cursor:pointer}.xgplayer .xgplayer-start svg{width:100%;height:100%}.xgplayer .xgplayer-start.hide,.xgplayer .xgplayer-start.focus-hide{display:none;pointer-events:none}.xgplayer .xgplayer-start:hover{opacity:.85}.xgplayer .xgplayer-start .xg-icon-play{display:block}.xgplayer .xgplayer-start .xg-icon-pause,.xgplayer .xgplayer-start[data-state=pause] .xg-icon-play{display:none}.xgplayer .xgplayer-start[data-state=pause] .xg-icon-pause,.xgplayer .xgplayer-start.interact{display:block}.xgplayer .xgplayer-start.interact xg-start-inner{animation:playPause .4s .1s ease-out forwards}.xgplayer .xgplayer-start.show{display:block}.xgplayer.xgplayer-mobile xg-start-inner{background:transparent none repeat 0 0 / auto auto padding-box border-box scroll;background:initial;border-radius:0}.xgplayer.xgplayer-mobile .xgplayer-start{height:50px;width:50px}.xgplayer.xgplayer-mobile .xgplayer-start:hover{opacity:1}.xgplayer.xgplayer-inactive .xgplayer-start.auto-hide,.xgplayer.xgplayer-is-enter .xgplayer-start.auto-hide,.xgplayer.xgplayer-isloading.xgplayer-playing .xgplayer-start,.xgplayer.xgplayer-is-enter .xgplayer-start,.xgplayer.xgplayer-is-error .xgplayer-start,.xgplayer.xgplayer-is-enter .xgplayer-start.show,.xgplayer.xgplayer-is-error .xgplayer-start.show{display:none}.xgplayer-enter{display:none;position:absolute;left:0;top:0;width:100%;height:100%;background:#000c;z-index:5;pointer-events:none}.xgplayer-enter .show{display:block}.xgplayer-enter .xgplayer-enter-spinner{display:block;position:absolute;z-index:1;left:50%;top:50%;height:100px;width:100px;transform:translate(-50%,-50%)}.xgplayer-enter .xgplayer-enter-spinner div{width:6%;height:13%;background-color:#ffffffb3;position:absolute;left:45%;top:45%;opacity:0;border-radius:30px;animation:fade 1s linear infinite}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar1{transform:rotate(0) translateY(-140%);animation-delay:-0s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar2{transform:rotate(30deg) translateY(-140%);animation-delay:-.9163s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar3{transform:rotate(60deg) translateY(-140%);animation-delay:-.833s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar4{transform:rotate(90deg) translateY(-140%);animation-delay:-.7497s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar5{transform:rotate(120deg) translateY(-140%);animation-delay:-.6664s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar6{transform:rotate(150deg) translateY(-140%);animation-delay:-.5831s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar7{transform:rotate(180deg) translateY(-140%);animation-delay:-.4998s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar8{transform:rotate(210deg) translateY(-140%);animation-delay:-.4165s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar9{transform:rotate(240deg) translateY(-140%);animation-delay:-.3332s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar10{transform:rotate(270deg) translateY(-140%);animation-delay:-.2499s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar11{transform:rotate(300deg) translateY(-140%);animation-delay:-.1666s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar12{transform:rotate(330deg) translateY(-142%);animation-delay:-.0833s}@keyframes fade{0%{opacity:1}to{opacity:.25}}.xgplayer.xgplayer-is-enter .xgplayer-enter{display:block;opacity:1;transition:opacity .3s}.xgplayer.xgplayer-nostart .xgplayer-enter{display:none}.xgplayer.xgplayer-mobile .xgplayer-enter .xgplayer-enter-spinner{width:70px;height:70px}.xg-mini-layer{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:11;background:linear-gradient(180deg,#393939e6,#39393900 50.27%)}.xg-mini-layer .mask{pointer-events:none;position:absolute;top:0;left:0;height:100%;width:100%;background-color:#0006}.xg-mini-layer xg-mini-header{display:flex;top:0;left:0;right:40px;box-sizing:border-box;padding:10px 3px 0 8px;justify-content:space-between;color:#fff;font-size:14px;position:absolute;z-index:22}.xg-mini-layer xg-mini-header .xgplayer-pip-disableBtn{pointer-events:all}.xg-mini-layer xg-mini-header #disabledMini{display:none;position:relative}.xg-mini-layer xg-mini-header #disabledMini+label{cursor:pointer;position:relative;display:flex;align-items:center}.xg-mini-layer xg-mini-header #disabledMini+label:before{content:"";color:#ff142b;background-color:transparent;border-radius:2px;border:solid 1px #cdcdcd;width:16px;height:16px;display:inline-block;text-align:center;vertical-align:middle;line-height:16px;margin-right:7px}.xg-mini-layer xg-mini-header #disabledMini:checked+label{color:#ff142b}.xg-mini-layer xg-mini-header #disabledMini:checked+label:before{border-color:#ff142b}.xg-mini-layer xg-mini-header #disabledMini:checked+label:after{content:"";position:absolute;width:4px;height:8px;border-color:#ff142b;border-style:solid;border-width:0px 2px 2px 0px;transform:rotate(45deg);left:6px;top:5px}.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn xg-tips{position:absolute;padding:4px 6px;white-space:nowrap;bottom:-30px;right:15px;border-radius:4px;background-color:#0000008a;display:none}.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover #disabledMini+label:before{border-color:#ff142b}.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover #disabledMini+label{color:#ff142b}.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover xg-tips{display:block}.xg-mini-layer .mini-cancel-btn{cursor:pointer;display:block;color:#fff;width:40px;height:38px;position:absolute;right:0;top:0;text-align:center;line-height:38px}.xg-mini-layer .play-icon{cursor:pointer;height:48px;width:48px;position:absolute;background:#0000008a;border-radius:24px;top:50%;left:50%;margin:-24px 0 0 -24px}.xg-mini-layer .play-icon svg,.xg-mini-layer .play-icon img{width:50px;height:50px;fill:#faf7f7}.xg-mini-layer .xg-icon-play{display:none}.xg-mini-layer .xg-icon-pause,.xg-mini-layer[data-state=pause] .xg-icon-play{display:block}.xg-mini-layer[data-state=pause] .xg-icon-pause{display:none}.xgplayer-miniicon{position:relative;outline:none;display:block}.xgplayer-miniicon .name{text-align:center;font-size:13px;line-height:20px;height:20px;color:#fffc;line-height:40px}.xgplayer-miniicon .name span{font-size:13px;width:60px;height:20px;line-height:20px;background:#00000061;border-radius:10px;display:inline-block;vertical-align:middle}.xgplayer-mini{position:fixed;width:320px;height:180px;z-index:91;box-shadow:0 4px 7px 2px #0003}.xgplayer-mini:hover{cursor:move}.xgplayer-mini:hover .xg-mini-layer{display:block}.xgplayer-mini.xgplayer-ended .xg-mini-layer{display:none}.xgplayer-mobile .xg-mini-layer .play-icon{background:none;border-radius:0;border-radius:initial}.xgplayer.xgplayer-inactive{cursor:none}.xgplayer xg-thumbnail{display:block}.xgplayer xg-trigger{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;top:0;left:0;height:100%;width:100%}.xgplayer xg-trigger .time-preview{display:none;position:absolute;width:200px;margin:0 auto;padding:0 20px 30px;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-shadow:0 0 1px rgba(0,0,0,.54);font-size:18px;text-align:center;pointer-events:none}.xgplayer xg-trigger .time-preview span{line-height:24px}.xgplayer xg-trigger .time-preview .xg-cur{color:red}.xgplayer xg-trigger .time-preview .xg-separator{font-size:14px}.xgplayer xg-trigger .time-preview .xg-seek-show{transform:translate(-10px)}.xgplayer xg-trigger .time-preview .xg-seek-show.xg-back .xg-seek-pre{transform:rotate(180deg) translate(-5px)}.xgplayer xg-trigger .time-preview .xg-seek-show.hide-seek-icon .xg-seek-icon{display:none}.xgplayer xg-trigger .time-preview .xg-bar{width:96px;height:2px;margin:8px auto 0;border-radius:10px;box-sizing:content-box;background:#ffffff4d}.xgplayer xg-trigger .time-preview .xg-bar .xg-curbar{width:0;height:100%;background-color:red}.xgplayer xg-trigger .time-preview .xg-bar.hide{display:none}.xgplayer xg-trigger .mobile-thumbnail{position:relative;left:50%;transform:translate(-50%)}.xgplayer xg-trigger .xg-top-note{position:absolute;height:32px;width:135px;top:26px;left:50%;margin-left:-78px;background:#0000004d;border-radius:100px;color:#fff}.xgplayer xg-trigger .xg-top-note span{display:block;line-height:32px;height:32px;font-size:13px;text-align:center}.xgplayer xg-trigger .xg-top-note i{color:red;margin:0 5px}.xgplayer xg-trigger .xg-playbackrate{display:none}.xgplayer xg-trigger[data-xg-action=seeking] .time-preview{display:block}.xgplayer xg-trigger[data-xg-action=playbackrate] .xg-playbackrate{display:block}.xgplayer .gradient{display:none;position:absolute;top:0;left:0;height:100%;width:100%;pointer-events:none;background-image:linear-gradient(#0009,#0000005c 20%,#0000 36% 70%,#0000003d 77%,#0000005c 83%,#0009)}.xgplayer .gradient.top{background-image:linear-gradient(#0009,#0000005c 20%,#0000 36% 70%)}.xgplayer .gradient.bottom{background-image:linear-gradient(#0000 70%,#0000003d 77%,#0000005c 83%,#0009)}.xgplayer .gradient.none,.xgplayer-mobile .xgplayer-controls{background-image:none;background-image:initial}.xgplayer-mobile.xgplayer-playing .gradient{display:block}.xgplayer-mobile.xgplayer-inactive .gradient{background-image:none;background-image:initial}.xgplayer-mobile .xgmask{position:absolute;height:100%;z-index:10;top:0;left:0;width:100%;pointer-events:none;background-color:#0000}@media(prefers-color-scheme:dark){.xgplayer-mobile xg-trigger .time-preview{color:#fff}.xgplayer-mobile xg-trigger .time-preview span.xg-cur{color:red}.xgplayer-mobile xg-trigger .time-preview .xg-bar{background-color:#ffffff4d}.xgplayer-mobile xg-trigger .time-preview .xg-bar.xg-curbar{background-color:red}}@keyframes loadingRotate{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}@keyframes loadingDashOffset{0%{stroke-dashoffset:236}to{stroke-dashoffset:0}}xg-loading-inner{display:block;height:100%;width:100%;transform-origin:center;animation:loadingRotate 1s .1s linear infinite}.xgplayer-loading{display:none;width:70px;height:70px;overflow:hidden;position:absolute;z-index:10;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.xgplayer-loading svg,.xgplayer-loading img{width:100%;height:100%}.xgplayer-mobile .xgplayer-loading{width:50px;height:50px}.xgplayer-isloading .xgplayer-loading{display:block}.xgplayer-nostart .xgplayer-loading,.xgplayer-pause .xgplayer-loading,.xgplayer-is-enter .xgplayer-loading,.xgplayer-is-ended .xgplayer-loading,.xgplayer-is-error .xgplayer-loading,.xgplayer .xgplayer-pip .xg-exit-pip{display:none}.xgplayer .xgplayer-pip .xg-get-pip,.xgplayer .xgplayer-pip[data-state=pip] .xg-exit-pip{display:block}.xgplayer .xgplayer-pip[data-state=pip] .xg-get-pip{display:none}.xgplayer .xgplayer-playnext{position:relative;display:none;cursor:pointer}.xgplayer .xgplayer-playnext .xgplayer-tips .xgplayer-tip-playnext{display:block}.xgplayer .xgplayer-playnext:hover{opacity:.85}.xgplayer .xgplayer-playnext:hover .xgplayer-tips{display:block}.lang-is-en .xgplayer-playnext .xgplayer-tips{margin-left:-25px}.lang-is-jp .xgplayer-playnext .xgplayer-tips{margin-left:-38px}.xgplayer .xgplayer-download{position:relative;display:block;cursor:pointer}.lang-is-en .xgplayer-download .xgplayer-tips{margin-left:-32px}.lang-is-jp .xgplayer-download .xgplayer-tips{margin-left:-40px}.xgplayer .xgplayer-shot{display:none}.xgplayer-definition{display:none;cursor:pointer}.xgplayer .xgplayer-playbackrate{display:none;cursor:default}.xgplayer-error{background:#000;display:none;position:absolute;left:0;top:0;width:100%;height:100%;z-index:6;color:#fff;text-align:center;line-height:100%;justify-content:center;align-items:center}.xgplayer-error .xgplayer-error-refresh{color:#fa1f41;padding:0 3px;cursor:pointer}.xgplayer-error .xgplayer-error-text{line-height:18px;margin:auto 6px 20px;display:block}.xgplayer-is-error .xgplayer-error{display:flex}.xgplayer .xgplayer-prompt{display:block;pointer-events:none;position:absolute;z-index:1;padding:6px 12px 5px;opacity:0;left:10px;background:#00000080;border-radius:50px;font-size:12px;line-height:17px;text-align:center;color:#fff}.xgplayer .xgplayer-prompt.show{display:block;opacity:1;z-index:10;pointer-events:initial}.xgplayer .xgplayer-prompt.arrow{transform:translate(-50%)}.xgplayer .xgplayer-prompt.arrow:after{content:"";display:block;position:absolute;left:50%;bottom:0;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid rgba(0,0,0,.5);transform:translate(-50%,100%)}.xgplayer .xgplayer-prompt .highlight{display:inline-block;margin-left:6px;color:red;cursor:pointer}.xgplayer.xgplayer-is-error .xgplayer-prompt.show{display:none;opacity:1}.xgplayer .xgplayer-spot{position:absolute;top:0;left:0;height:100%;background:#fff;border-radius:12px}.xgplayer .xgplayer-spot.mini{min-width:6px;transform:translate(-50%)}.xgplayer .xgplayer-spot.active .xgplayer-spot-pop{display:block;opacity:1;pointer-events:initial}.xgplayer .xgplayer-spot-pop{display:block;opacity:0;pointer-events:none;position:absolute;left:50%;bottom:5px;padding-bottom:5px;transform:translate(-50%)}.xgplayer-mobile .xgplayer-spot{height:3px;min-width:3px;top:50%;opacity:1;transform:translateY(-50%)}.xgplayer-mobile .xgplayer-spot.mini{min-width:3px;transform:translate(-50%,-50%)}.xgplayer .xgplayer-progress.active .xgplayer-spot{opacity:1;transition:opacity .3s;visibility:visible}.xgplayer .xg-spot-info{position:absolute;left:0;bottom:100%;display:none}.xgplayer .xg-spot-info.short-line .xg-spot-line{height:6px}.xgplayer .xg-spot-info.short-line .xg-spot-content{bottom:-4px}.xgplayer .xg-spot-info.no-thumbnail .xg-spot-thumbnail{display:none}.xgplayer .xg-spot-info.no-thumbnail .xgplayer-progress-point{display:block}.xgplayer .xg-spot-info.no-timepoint .xgplayer-progress-point,.xgplayer .xg-spot-info.hide{display:none}.xgplayer .xgplayer-progress.active .xg-spot-info{display:block}.xgplayer .xgplayer-progress.active .xg-spot-info.hide{display:none}.xgplayer .xg-spot-line{position:relative;bottom:-7px;margin-left:50%;display:block;width:1px;height:41px;background-color:#fff;pointer-events:none}.xgplayer .xgplayer-progress-point{display:none;position:relative;bottom:-4px;left:50%;transform:translate(-50%);background:#0000008a;font-size:11px;color:#fff;padding:4px 6px;border-radius:4px;text-align:center;opacity:.85;white-space:nowrap}.xgplayer .xg-spot-content{position:relative;bottom:-7px;color:#fff;border-radius:2px 2px 0 0}.xgplayer .xg-spot-ext-text{position:relative;bottom:-7px}.xgplayer .xg-spot-thumbnail{position:relative;background-color:#111010;pointer-events:none;border-radius:2px 2px 0 0}.xgplayer .xg-spot-time{position:absolute;bottom:2px;font-size:12px;line-height:16.8px;left:50%;transform:translate(-50%);pointer-events:none}.xgplayer .progress-thumbnail{margin:0 auto;display:block}.xgplayer .xg-spot-text{display:none;padding:5px 8px;background:#000c;border-radius:0 0 2px 2px;pointer-events:none;box-sizing:border-box}.xgplayer .spot-inner-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:20px;font-size:12px;max-height:40px}.xgplayer .xg-spot-content.show-text .xg-spot-text{display:block}.xgplayer .product .xg-spot-text{background:#3370ff}.xgplayer .product .xg-spot-line{border-left:10px solid transparent;border-right:10px solid transparent;border-top:7px solid #3370FF;width:0;height:15px;left:-10px;background:none}.xgplayer .xgvideo-preview{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;visibility:hidden;transition:visibility .3s,opacity .3s;background-color:#000}.xgplayer .xgvideo-preview .xgvideo-thumbnail{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:0}.xgplayer .xgvideo-preview.show{opacity:1;visibility:visible}.xgplayer-dynamic-bg,.xgplayer-dynamic-bg canvas,.xgplayer-dynamic-bg xgmask,.xgplayer-dynamic-bg xgfilter{display:block;position:absolute;top:0;left:0;height:100%;width:100%;pointer-events:none}.xgplayer-dynamic-bg canvas{transform:translateZ(0)}.xgplayer-dynamic-bg xgmask{background:#000000b3}
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
function l(e, t) {
|
|
15
15
|
var r = Object.keys(e);
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
var e = ["fullscreenchange", "webkitfullscreenchange", "mozfullscreenchange", "MSFullscreenChange"], l = ["requestFullscreen", "webkitRequestFullscreen", "mozRequestFullScreen", "msRequestFullscreen"], r = ["exitFullscreen", "webkitExitFullscreen", "mozCancelFullScreen", "msExitFullscreen"], n = "data-xgplayerid";
|
|
15
15
|
export {
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import { getLang as l } from "./utils/util.js";
|
|
15
15
|
function a() {
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import { createClass as S, classCallCheck as x } from "./_virtual/_rollupPluginBabelHelpers.js";
|
|
15
15
|
import c from "./version.js";
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
var a = "play", r = "playing", e = "ended", E = "pause", _ = "error", v = "seeking", t = "seeked", A = "timeupdate", T = "waiting", n = "canplay", s = "canplaythrough", S = "durationchange", d = "volumechange", o = "loadeddata", R = "loadedmetadata", l = "ratechange", N = "progress", c = "loadstart", L = "emptied", O = "stalled", i = "suspend", D = "abort", p = "bufferedChange", C = "focus", g = "blur", u = "ready", I = "urlNull", P = "autoplay_started", h = "autoplay_was_prevented", U = "complete", G = "replay", H = "destroy", y = "urlchange", Y = "download_speed_change", F = "leaveplayer", f = "enterplayer", m = "loading", w = "fullscreen_change", V = "cssFullscreen_change", b = "mini_state_change", M = "definition_change", k = "before_definition_change", B = "after_definition_change", W = "SEI_PARSED", x = "retry", K = "video_resize", X = "pip_change", z = "rotate", Z = "screenShot", j = "playnext", q = "shortcut", J = "xglog", Q = "user_action", $ = "reset", aa = "source_error", ra = "source_success", ea = "switch_subtitle", Ea = ["play", "playing", "ended", "pause", "error", "seeking", "seeked", "timeupdate", "waiting", "canplay", "canplaythrough", "durationchange", "volumechange", "loadeddata", "loadedmetadata", "ratechange", "progress", "loadstart", "emptied", "stalled", "suspend", "abort", "lowdecode"], _a = {
|
|
15
15
|
STATS_INFO: "stats_info",
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import { inherits as m, createSuper as i, createClass as a, classCallCheck as l, defineProperty as r } from "./_virtual/_rollupPluginBabelHelpers.js";
|
|
15
15
|
import n from "./error.js";
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import { inherits as v, createSuper as l, classCallCheck as o, createClass as h } from "./_virtual/_rollupPluginBabelHelpers.js";
|
|
15
15
|
import { e as g } from "../../../_virtual/index3.js";
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
var e = {
|
|
15
15
|
LANG: "en",
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import { toConsumableArray as g } from "../_virtual/_rollupPluginBabelHelpers.js";
|
|
15
15
|
import o from "../utils/util.js";
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
var u = {
|
|
15
15
|
LANG: "jp",
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
var u = {
|
|
15
15
|
LANG: "zh-cn",
|
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/3/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.8
|
|
11
|
+
Build Time: 2026/3/18 18:22:17
|
|
12
|
+
Build Commit: 44c48456c04c14c7d83e532658836e594a224593
|
|
13
13
|
*/
|
|
14
14
|
import { inherits as b, createSuper as O, classCallCheck as S, createClass as C, defineProperty as M, get as l, getPrototypeOf as h } from "./_virtual/_rollupPluginBabelHelpers.js";
|
|
15
15
|
import R from "../../../_virtual/index3.js";
|