@gsc-basic/components 1.0.3 → 1.1.0
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/LICENSE +6 -0
- package/README.md +4 -0
- package/dist/es/Button/index.js +14 -0
- package/dist/es/Button/src/Button.css +14 -0
- package/dist/es/Button/src/Button.vue.js +14 -0
- package/dist/{lib/src → es}/Button/src/Button2.css +14 -1
- package/dist/es/CodeEditor/index.js +14 -0
- package/dist/es/CodeEditor/src/index.css +14 -0
- package/dist/es/CodeEditor/src/index.vue.js +14 -0
- package/dist/es/{src/CodeEditor → CodeEditor}/src/index2.css +14 -1
- package/dist/es/ConfigProvider/index.js +14 -0
- package/dist/es/ConfigProvider/src/configProvider.js +14 -0
- package/dist/es/ConfigProvider/src/configProviderProps.js +14 -0
- package/dist/es/ConfigProvider/src/constants.js +14 -0
- package/dist/es/ConfigProvider/src/useGlobalConfig.js +14 -0
- package/dist/es/CountTo/index.js +14 -0
- package/dist/es/CountTo/src/index.css +14 -0
- package/dist/es/CountTo/src/index.vue.js +14 -0
- package/dist/es/Ellipsis/index.js +14 -0
- package/dist/es/Ellipsis/src/components/JsEllipsis.css +14 -0
- package/dist/es/Ellipsis/src/components/JsEllipsis.vue.js +14 -0
- package/dist/es/Ellipsis/src/components/NativeEllipsis.css +14 -0
- package/dist/es/Ellipsis/src/components/NativeEllipsis.vue.js +14 -0
- package/dist/es/Ellipsis/src/components/NativeEllipsis2.css +14 -0
- package/dist/es/{src/Grid/src/components/ActionBar.css → Ellipsis/src/index.css} +14 -1
- package/dist/es/Ellipsis/src/index.vue.js +14 -0
- package/dist/es/Ellipsis/src/utils/utils.js +14 -0
- package/dist/es/Form/index.js +14 -0
- package/dist/{lib/src → es}/Form/src/Form.css +14 -1
- package/dist/es/Form/src/Form.vue.js +14 -0
- package/dist/es/{src/Form → Form}/src/styles/form.css +13 -0
- package/dist/es/Grid/index.js +14 -0
- package/dist/{lib/src → es}/Grid/src/Grid.css +14 -1
- package/dist/es/Grid/src/Grid.vue.js +14 -0
- package/dist/es/Grid/src/components/ActionBar.css +14 -0
- package/dist/es/Grid/src/components/ActionBar.vue.js +14 -0
- package/dist/es/Grid/src/components/CellEditor.css +14 -0
- package/dist/es/Grid/src/components/CellEditor.vue.js +14 -0
- package/dist/{lib/src → es}/Grid/src/components/CellEditor2.css +14 -1
- package/dist/es/{src/Grid → Grid}/src/components/ColumnFilter.css +14 -1
- package/dist/es/Grid/src/components/ColumnFilter.vue.js +14 -0
- package/dist/es/{src/Grid → Grid}/src/components/ColumnSettings.css +14 -1
- package/dist/es/Grid/src/components/ColumnSettings.vue.js +14 -0
- package/dist/{lib/src → es}/Grid/src/components/DataTable.css +14 -1
- package/dist/es/Grid/src/components/DataTable.vue.js +14 -0
- package/dist/es/{src/Grid → Grid}/src/components/Pager.css +14 -1
- package/dist/es/Grid/src/components/Pager.vue.js +14 -0
- package/dist/es/{src/Grid → Grid}/src/components/QueryBar.css +14 -1
- package/dist/es/Grid/src/components/QueryBar.vue.js +14 -0
- package/dist/es/Grid/src/composables/useCellEditor.js +14 -0
- package/dist/es/Grid/src/composables/useGridTable.js +14 -0
- package/dist/es/{src/Grid → Grid}/src/styles/table.css +13 -0
- package/dist/es/Marquee/index.js +14 -0
- package/dist/es/Marquee/src/index.css +14 -0
- package/dist/es/Marquee/src/index.vue.js +14 -0
- package/dist/es/{src/Form/src/Form.css → Marquee/src/index2.css} +14 -1
- package/dist/es/Overlay/index.js +14 -0
- package/dist/es/Overlay/src/Message.css +14 -0
- package/dist/es/Overlay/src/Message.vue.js +14 -0
- package/dist/es/{src/Overlay → Overlay}/src/Message2.css +14 -1
- package/dist/es/Overlay/src/Modal.css +14 -0
- package/dist/es/Overlay/src/Modal.vue.js +14 -0
- package/dist/es/{src/Overlay → Overlay}/src/Modal2.css +14 -1
- package/dist/es/Overlay/src/Notice.css +14 -0
- package/dist/es/Overlay/src/Notice.vue.js +14 -0
- package/dist/es/{src/Overlay → Overlay}/src/Notice2.css +14 -1
- package/dist/es/RichTextEditor/index.js +14 -0
- package/dist/es/RichTextEditor/src/ToolbarPanel.css +14 -0
- package/dist/es/RichTextEditor/src/ToolbarPanel.vue.js +14 -0
- package/dist/es/RichTextEditor/src/ToolbarPanel2.css +14 -0
- package/dist/es/{src/Grid/src/components/CellEditor2.css → RichTextEditor/src/components/BlockquoteButton.css} +14 -1
- package/dist/es/RichTextEditor/src/components/BlockquoteButton.vue.js +14 -0
- package/dist/es/{src/Grid/src/Grid.css → RichTextEditor/src/components/CodeBlockButton.css} +14 -1
- package/dist/es/RichTextEditor/src/components/CodeBlockButton.vue.js +14 -0
- package/dist/es/{src/Button/src/Button2.css → RichTextEditor/src/components/ColorHighlightPopover.css} +14 -1
- package/dist/es/RichTextEditor/src/components/ColorHighlightPopover.vue.js +14 -0
- package/dist/es/RichTextEditor/src/components/FontSizeDropdownMenu.css +14 -0
- package/dist/es/RichTextEditor/src/components/FontSizeDropdownMenu.vue.js +14 -0
- package/dist/es/RichTextEditor/src/components/HeadingDropdownMenu.css +14 -0
- package/dist/es/RichTextEditor/src/components/HeadingDropdownMenu.vue.js +14 -0
- package/dist/es/RichTextEditor/src/components/ImageUploadButton.css +14 -0
- package/dist/es/RichTextEditor/src/components/ImageUploadButton.vue.js +14 -0
- package/dist/es/RichTextEditor/src/components/LinkPopover.css +14 -0
- package/dist/es/RichTextEditor/src/components/LinkPopover.vue.js +14 -0
- package/dist/{lib/src/Grid/src/components/ActionBar.css → es/RichTextEditor/src/components/ListDropdownMenu.css} +14 -1
- package/dist/es/RichTextEditor/src/components/ListDropdownMenu.vue.js +14 -0
- package/dist/es/RichTextEditor/src/components/MarkButton.css +14 -0
- package/dist/es/RichTextEditor/src/components/MarkButton.vue.js +14 -0
- package/dist/es/RichTextEditor/src/components/TableButton.css +14 -0
- package/dist/es/RichTextEditor/src/components/TableButton.vue.js +14 -0
- package/dist/es/RichTextEditor/src/components/TextAlignDropdownMenu.css +14 -0
- package/dist/es/RichTextEditor/src/components/TextAlignDropdownMenu.vue.js +14 -0
- package/dist/es/RichTextEditor/src/components/TextColorPopover.css +14 -0
- package/dist/es/RichTextEditor/src/components/TextColorPopover.vue.js +14 -0
- package/dist/es/RichTextEditor/src/components/ToolbarGroup.css +14 -0
- package/dist/es/RichTextEditor/src/components/ToolbarGroup.vue.js +14 -0
- package/dist/es/RichTextEditor/src/components/ToolbarSeparator.css +14 -0
- package/dist/es/RichTextEditor/src/components/ToolbarSeparator.vue.js +14 -0
- package/dist/es/RichTextEditor/src/components/UndoRedoButton.css +14 -0
- package/dist/es/RichTextEditor/src/components/UndoRedoButton.vue.js +14 -0
- package/dist/es/RichTextEditor/src/components/VideoUploadButton.css +14 -0
- package/dist/es/RichTextEditor/src/components/VideoUploadButton.vue.js +14 -0
- package/dist/es/RichTextEditor/src/components/basic/ColorPicker.css +14 -0
- package/dist/es/RichTextEditor/src/components/basic/ColorPicker.vue.js +14 -0
- package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal.css +14 -0
- package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal.vue.js +14 -0
- package/dist/es/RichTextEditor/src/components/basic/SelectMenu.css +14 -0
- package/dist/es/RichTextEditor/src/components/basic/SelectMenu.vue.js +14 -0
- package/dist/es/RichTextEditor/src/components/basic/SelectMenu2.css +14 -0
- package/dist/es/RichTextEditor/src/components/icons.js +14 -0
- package/dist/es/RichTextEditor/src/constant/index.js +14 -0
- package/dist/es/RichTextEditor/src/extensions/video.js +14 -0
- package/dist/es/RichTextEditor/src/index.css +14 -0
- package/dist/es/RichTextEditor/src/index.vue.js +14 -0
- package/dist/es/RichTextEditor/src/index2.css +14 -0
- package/dist/es/RichTextEditor/src/props.js +14 -0
- package/dist/es/ScaleScreen/index.js +14 -0
- package/dist/es/ScaleScreen/src/index.css +14 -0
- package/dist/es/ScaleScreen/src/index.vue.js +14 -0
- package/dist/es/{src/ScaleScreen → ScaleScreen}/src/index2.css +13 -0
- package/dist/es/Transition/index.js +14 -0
- package/dist/es/Transition/src/CollapseTransition.css +14 -0
- package/dist/es/Transition/src/CollapseTransition.vue.js +14 -0
- package/dist/es/Transition/src/CreateTransition.js +16 -0
- package/dist/es/Transition/src/ExpandTransition.js +14 -0
- package/dist/es/Transition/src/style/index.css +14 -0
- package/dist/es/VideoBackground/index.js +14 -0
- package/dist/es/VideoBackground/src/helper.js +14 -0
- package/dist/es/VideoBackground/src/index.css +14 -0
- package/dist/es/VideoBackground/src/index.vue.js +14 -0
- package/dist/es/VideoBackground/src/index2.css +14 -0
- package/dist/es/{src/VideoBackground → VideoBackground}/src/index3.css +13 -0
- package/dist/es/VideoBackground/src/videoBackground.js +14 -0
- package/dist/es/VideoPlayer/index.js +14 -0
- package/dist/es/VideoPlayer/src/index.css +14 -0
- package/dist/es/VideoPlayer/src/index.vue.js +14 -0
- package/dist/es/VideoPlayer/src/localeSetting.js +14 -0
- package/dist/es/VirtualScroll/index.js +14 -0
- package/dist/es/VirtualScroll/src/index.css +14 -0
- package/dist/es/VirtualScroll/src/index.vue.js +14 -0
- package/dist/es/VirtualScroll/src/index.vue2.js +14 -0
- package/dist/es/VirtualScroll/src/index2.css +14 -0
- package/dist/es/_virtual/_commonjsHelpers.js +14 -0
- package/dist/es/_virtual/_plugin-vue_export-helper.js +14 -9
- package/dist/es/_virtual/delegate.js +14 -0
- package/dist/es/_virtual/download.js +14 -0
- package/dist/es/_virtual/download2.js +14 -0
- package/dist/es/_virtual/index.js +14 -0
- package/dist/es/_virtual/index2.js +14 -0
- package/dist/es/hooks/useLocale.js +14 -0
- package/dist/es/hooks/useNamespace.js +14 -0
- package/dist/es/index.js +14 -53
- package/dist/es/locale/lang/en-US.js +14 -0
- package/dist/es/locale/lang/ja-JP.js +14 -0
- package/dist/es/locale/lang/zh-CN.js +14 -0
- package/dist/es/node_modules/@codemirror/autocomplete/dist/index.js +14 -1371
- package/dist/es/node_modules/@codemirror/commands/dist/index.js +14 -844
- package/dist/es/node_modules/@codemirror/lang-java/dist/index.js +16 -38
- package/dist/es/node_modules/@codemirror/lang-javascript/dist/index.js +30 -300
- package/dist/es/node_modules/@codemirror/lang-json/dist/index.js +16 -48
- package/dist/es/node_modules/@codemirror/lang-python/dist/index.js +25 -399
- package/dist/es/node_modules/@codemirror/lang-sql/dist/index.js +17 -497
- package/dist/es/node_modules/@codemirror/lang-xml/dist/index.js +17 -216
- package/dist/es/node_modules/@codemirror/lang-yaml/dist/index.js +16 -51
- package/dist/es/node_modules/@codemirror/language/dist/index.js +14 -1299
- package/dist/es/node_modules/@codemirror/lint/dist/index.js +16 -649
- package/dist/es/node_modules/@codemirror/search/dist/index.js +15 -839
- package/dist/es/node_modules/@codemirror/state/dist/index.js +14 -2643
- package/dist/es/node_modules/@codemirror/theme-one-dark/dist/index.js +14 -132
- package/dist/es/node_modules/@codemirror/view/dist/index.js +14 -7365
- package/dist/es/node_modules/@lezer/common/dist/index.js +15 -1431
- package/dist/es/node_modules/@lezer/highlight/dist/index.js +14 -637
- package/dist/es/node_modules/@lezer/java/dist/index.js +14 -62
- package/dist/es/node_modules/@lezer/javascript/dist/index.js +14 -161
- package/dist/es/node_modules/@lezer/json/dist/index.js +14 -34
- package/dist/es/node_modules/@lezer/lr/dist/index.js +14 -1309
- package/dist/es/node_modules/@lezer/python/dist/index.js +14 -221
- package/dist/es/node_modules/@lezer/xml/dist/index.js +14 -100
- package/dist/es/node_modules/@lezer/yaml/dist/index.js +14 -274
- package/dist/es/node_modules/@marijn/find-cluster-break/src/index.js +14 -69
- package/dist/es/node_modules/@tanstack/devtools-event-client/dist/esm/plugin.js +14 -178
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/EventClient.js +14 -13
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/FieldApi.js +14 -406
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/FormApi.js +14 -772
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/ValidationLogic.js +14 -55
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/metaHelper.js +15 -109
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/standardSchemaValidator.js +14 -45
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/utils.js +14 -213
- package/dist/es/node_modules/@tanstack/pacer-lite/dist/lite-throttler.js +14 -29
- package/dist/es/node_modules/@tanstack/store/dist/esm/derived.js +14 -74
- package/dist/es/node_modules/@tanstack/store/dist/esm/scheduler.js +14 -79
- package/dist/es/node_modules/@tanstack/store/dist/esm/store.js +14 -21
- package/dist/es/node_modules/@tanstack/store/dist/esm/types.js +14 -6
- package/dist/es/node_modules/@tanstack/table-core/build/lib/index.js +14 -1885
- package/dist/es/node_modules/@tanstack/vue-form/dist/esm/useField.js +14 -38
- package/dist/es/node_modules/@tanstack/vue-form/dist/esm/useForm.js +14 -33
- package/dist/es/node_modules/@tanstack/vue-store/dist/esm/index.js +14 -48
- package/dist/es/node_modules/@tanstack/vue-table/build/lib/index.js +14 -159
- package/dist/es/node_modules/@tiptap/core/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-blockquote/dist/index.js +15 -0
- package/dist/es/node_modules/@tiptap/extension-bold/dist/index.js +15 -0
- package/dist/es/node_modules/@tiptap/extension-character-count/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-code/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-code-block/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-document/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-hard-break/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-heading/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-highlight/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-image/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-italic/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-link/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-list/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-paragraph/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-strike/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-subscript/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-superscript/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-table/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-task-item/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-task-list/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-text/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-text-align/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-text-style/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extension-underline/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/extensions/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/starter-kit/dist/index.js +14 -0
- package/dist/es/node_modules/@tiptap/vue-3/dist/index.js +14 -0
- package/dist/es/node_modules/@vueuse/core/dist/index.js +14 -125
- package/dist/es/node_modules/@vueuse/shared/dist/index.js +14 -55
- package/dist/es/node_modules/codemirror/dist/index.js +14 -40
- package/dist/es/node_modules/crelt/index.js +14 -27
- package/dist/es/node_modules/delegate/src/closest.js +14 -0
- package/dist/es/node_modules/delegate/src/delegate.js +14 -0
- package/dist/es/node_modules/downloadjs/download.js +14 -0
- package/dist/es/node_modules/eventemitter3/index.js +14 -0
- package/dist/es/node_modules/linkifyjs/dist/linkify.js +14 -0
- package/dist/es/node_modules/lodash-es/_DataView.js +14 -0
- package/dist/es/node_modules/lodash-es/_Hash.js +14 -20
- package/dist/es/node_modules/lodash-es/_ListCache.js +14 -20
- package/dist/es/node_modules/lodash-es/_Map.js +14 -6
- package/dist/es/node_modules/lodash-es/_MapCache.js +14 -20
- package/dist/es/node_modules/lodash-es/_Promise.js +14 -0
- package/dist/es/node_modules/lodash-es/_Set.js +14 -0
- package/dist/es/node_modules/lodash-es/_Stack.js +14 -0
- package/dist/es/node_modules/lodash-es/_Symbol.js +14 -5
- package/dist/es/node_modules/lodash-es/_Uint8Array.js +14 -0
- package/dist/es/node_modules/lodash-es/_WeakMap.js +14 -0
- package/dist/es/node_modules/lodash-es/_apply.js +14 -0
- package/dist/es/node_modules/lodash-es/_arrayEach.js +14 -0
- package/dist/es/node_modules/lodash-es/_arrayFilter.js +14 -0
- package/dist/es/node_modules/lodash-es/_arrayLikeKeys.js +14 -0
- package/dist/es/node_modules/lodash-es/_arrayMap.js +14 -8
- package/dist/es/node_modules/lodash-es/_arrayPush.js +14 -0
- package/dist/es/node_modules/lodash-es/_assignValue.js +14 -0
- package/dist/es/node_modules/lodash-es/_assocIndexOf.js +14 -10
- package/dist/es/node_modules/lodash-es/_baseAssignValue.js +14 -0
- package/dist/es/node_modules/lodash-es/_baseClone.js +14 -0
- package/dist/es/node_modules/lodash-es/_baseFlatten.js +14 -0
- package/dist/es/node_modules/lodash-es/_baseGet.js +14 -11
- package/dist/es/node_modules/lodash-es/_baseGetAllKeys.js +14 -0
- package/dist/es/node_modules/lodash-es/_baseGetTag.js +14 -10
- package/dist/es/node_modules/lodash-es/_baseIsArguments.js +14 -0
- package/dist/es/node_modules/lodash-es/_baseIsMap.js +14 -0
- package/dist/es/node_modules/lodash-es/_baseIsNative.js +14 -16
- package/dist/es/node_modules/lodash-es/_baseIsRegExp.js +14 -0
- package/dist/es/node_modules/lodash-es/_baseIsSet.js +14 -0
- package/dist/es/node_modules/lodash-es/_baseIsTypedArray.js +14 -0
- package/dist/es/node_modules/lodash-es/_baseKeysIn.js +14 -0
- package/dist/es/node_modules/lodash-es/_baseSetToString.js +14 -0
- package/dist/es/node_modules/lodash-es/_baseSlice.js +14 -0
- package/dist/es/node_modules/lodash-es/_baseTimes.js +14 -0
- package/dist/es/node_modules/lodash-es/_baseToString.js +14 -18
- package/dist/es/node_modules/lodash-es/_baseUnary.js +14 -0
- package/dist/es/node_modules/lodash-es/_baseUnset.js +14 -0
- package/dist/es/node_modules/lodash-es/_castPath.js +14 -10
- package/dist/es/node_modules/lodash-es/_cloneArrayBuffer.js +14 -0
- package/dist/es/node_modules/lodash-es/_cloneBuffer.js +14 -0
- package/dist/es/node_modules/lodash-es/_cloneDataView.js +14 -0
- package/dist/es/node_modules/lodash-es/_cloneRegExp.js +14 -0
- package/dist/es/node_modules/lodash-es/_cloneSymbol.js +14 -0
- package/dist/es/node_modules/lodash-es/_cloneTypedArray.js +14 -0
- package/dist/es/node_modules/lodash-es/_copyObject.js +14 -0
- package/dist/es/node_modules/lodash-es/_coreJsData.js +14 -5
- package/dist/es/node_modules/lodash-es/_customOmitClone.js +14 -0
- package/dist/es/node_modules/lodash-es/_defineProperty.js +14 -0
- package/dist/es/node_modules/lodash-es/_flatRest.js +14 -0
- package/dist/es/node_modules/lodash-es/_freeGlobal.js +14 -4
- package/dist/es/node_modules/lodash-es/_getAllKeysIn.js +14 -0
- package/dist/es/node_modules/lodash-es/_getMapData.js +14 -8
- package/dist/es/node_modules/lodash-es/_getNative.js +14 -9
- package/dist/es/node_modules/lodash-es/_getPrototype.js +14 -0
- package/dist/es/node_modules/lodash-es/_getRawTag.js +14 -15
- package/dist/es/node_modules/lodash-es/_getSymbols.js +14 -0
- package/dist/es/node_modules/lodash-es/_getSymbolsIn.js +14 -0
- package/dist/es/node_modules/lodash-es/_getTag.js +14 -0
- package/dist/es/node_modules/lodash-es/_getValue.js +14 -6
- package/dist/es/node_modules/lodash-es/_hashClear.js +14 -7
- package/dist/es/node_modules/lodash-es/_hashDelete.js +14 -7
- package/dist/es/node_modules/lodash-es/_hashGet.js +14 -13
- package/dist/es/node_modules/lodash-es/_hashHas.js +14 -9
- package/dist/es/node_modules/lodash-es/_hashSet.js +14 -9
- package/dist/es/node_modules/lodash-es/_initCloneArray.js +14 -0
- package/dist/es/node_modules/lodash-es/_initCloneByTag.js +14 -0
- package/dist/es/node_modules/lodash-es/_isFlattenable.js +14 -0
- package/dist/es/node_modules/lodash-es/_isIndex.js +14 -0
- package/dist/es/node_modules/lodash-es/_isKey.js +14 -12
- package/dist/es/node_modules/lodash-es/_isKeyable.js +14 -7
- package/dist/es/node_modules/lodash-es/_isMasked.js +14 -11
- package/dist/es/node_modules/lodash-es/_isPrototype.js +14 -0
- package/dist/es/node_modules/lodash-es/_listCacheClear.js +14 -6
- package/dist/es/node_modules/lodash-es/_listCacheDelete.js +14 -12
- package/dist/es/node_modules/lodash-es/_listCacheGet.js +14 -8
- package/dist/es/node_modules/lodash-es/_listCacheHas.js +14 -7
- package/dist/es/node_modules/lodash-es/_listCacheSet.js +14 -8
- package/dist/es/node_modules/lodash-es/_mapCacheClear.js +14 -13
- package/dist/es/node_modules/lodash-es/_mapCacheDelete.js +14 -8
- package/dist/es/node_modules/lodash-es/_mapCacheGet.js +14 -7
- package/dist/es/node_modules/lodash-es/_mapCacheHas.js +14 -7
- package/dist/es/node_modules/lodash-es/_mapCacheSet.js +14 -8
- package/dist/es/node_modules/lodash-es/_memoizeCapped.js +14 -11
- package/dist/es/node_modules/lodash-es/_nativeCreate.js +14 -5
- package/dist/es/node_modules/lodash-es/_nativeKeysIn.js +14 -0
- package/dist/es/node_modules/lodash-es/_nodeUtil.js +14 -0
- package/dist/es/node_modules/lodash-es/_objectToString.js +14 -7
- package/dist/es/node_modules/lodash-es/_overArg.js +14 -0
- package/dist/es/node_modules/lodash-es/_overRest.js +14 -0
- package/dist/es/node_modules/lodash-es/_parent.js +14 -0
- package/dist/es/node_modules/lodash-es/_root.js +14 -5
- package/dist/es/node_modules/lodash-es/_setToString.js +14 -0
- package/dist/es/node_modules/lodash-es/_shortOut.js +14 -0
- package/dist/es/node_modules/lodash-es/_stackClear.js +14 -0
- package/dist/es/node_modules/lodash-es/_stackDelete.js +14 -0
- package/dist/es/node_modules/lodash-es/_stackGet.js +14 -0
- package/dist/es/node_modules/lodash-es/_stackHas.js +14 -0
- package/dist/es/node_modules/lodash-es/_stackSet.js +14 -0
- package/dist/es/node_modules/lodash-es/_stringToPath.js +14 -10
- package/dist/es/node_modules/lodash-es/_toKey.js +14 -10
- package/dist/es/node_modules/lodash-es/_toSource.js +14 -17
- package/dist/es/node_modules/lodash-es/constant.js +14 -0
- package/dist/es/node_modules/lodash-es/eq.js +14 -6
- package/dist/es/node_modules/lodash-es/flatten.js +14 -0
- package/dist/es/node_modules/lodash-es/get.js +14 -8
- package/dist/es/node_modules/lodash-es/identity.js +14 -0
- package/dist/es/node_modules/lodash-es/isArguments.js +14 -0
- package/dist/es/node_modules/lodash-es/isArray.js +14 -4
- package/dist/es/node_modules/lodash-es/isArrayLike.js +14 -0
- package/dist/es/node_modules/lodash-es/isBuffer.js +14 -0
- package/dist/es/node_modules/lodash-es/isFinite.js +14 -0
- package/dist/es/node_modules/lodash-es/isFunction.js +14 -12
- package/dist/es/node_modules/lodash-es/isLength.js +14 -0
- package/dist/es/node_modules/lodash-es/isMap.js +14 -0
- package/dist/es/node_modules/lodash-es/isNaN.js +14 -0
- package/dist/es/node_modules/lodash-es/isNil.js +14 -6
- package/dist/es/node_modules/lodash-es/isNumber.js +14 -0
- package/dist/es/node_modules/lodash-es/isObject.js +14 -7
- package/dist/es/node_modules/lodash-es/isObjectLike.js +14 -6
- package/dist/es/node_modules/lodash-es/isPlainObject.js +14 -0
- package/dist/es/node_modules/lodash-es/isRegExp.js +14 -0
- package/dist/es/node_modules/lodash-es/isSet.js +14 -0
- package/dist/es/node_modules/lodash-es/isString.js +14 -10
- package/dist/es/node_modules/lodash-es/isSymbol.js +14 -9
- package/dist/es/node_modules/lodash-es/isTypedArray.js +14 -0
- package/dist/es/node_modules/lodash-es/keysIn.js +14 -0
- package/dist/es/node_modules/lodash-es/last.js +14 -0
- package/dist/es/node_modules/lodash-es/memoize.js +14 -18
- package/dist/es/node_modules/lodash-es/omit.js +14 -0
- package/dist/es/node_modules/lodash-es/stubArray.js +14 -0
- package/dist/es/node_modules/lodash-es/stubFalse.js +14 -0
- package/dist/es/node_modules/lodash-es/toString.js +14 -7
- package/dist/es/node_modules/orderedmap/dist/index.js +14 -0
- package/dist/es/node_modules/prosemirror-commands/dist/index.js +14 -0
- package/dist/es/node_modules/prosemirror-dropcursor/dist/index.js +14 -0
- package/dist/es/node_modules/prosemirror-gapcursor/dist/index.js +14 -0
- package/dist/es/node_modules/prosemirror-history/dist/index.js +14 -0
- package/dist/es/node_modules/prosemirror-keymap/dist/index.js +14 -0
- package/dist/es/node_modules/prosemirror-model/dist/index.js +14 -0
- package/dist/es/node_modules/prosemirror-schema-list/dist/index.js +14 -0
- package/dist/es/node_modules/prosemirror-state/dist/index.js +14 -0
- package/dist/es/node_modules/prosemirror-tables/dist/index.js +14 -0
- package/dist/es/node_modules/prosemirror-transform/dist/index.js +14 -0
- package/dist/es/node_modules/prosemirror-view/dist/index.js +14 -0
- package/dist/es/node_modules/rope-sequence/dist/index.js +14 -0
- package/dist/es/node_modules/style-mod/src/style-mod.js +14 -109
- package/dist/es/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +14 -132
- package/dist/es/node_modules/w3c-keyname/index.js +14 -93
- package/dist/es/node_modules/xgplayer/dist/index.min.css +14 -0
- package/dist/es/node_modules/xgplayer/es/_virtual/_rollupPluginBabelHelpers.js +14 -0
- package/dist/es/node_modules/xgplayer/es/constant.js +14 -0
- package/dist/es/node_modules/xgplayer/es/defaultConfig.js +14 -0
- package/dist/es/node_modules/xgplayer/es/error.js +14 -0
- package/dist/es/node_modules/xgplayer/es/events.js +14 -0
- package/dist/es/node_modules/xgplayer/es/index.umd.js +14 -0
- package/dist/es/node_modules/xgplayer/es/instManager.js +14 -0
- package/dist/es/node_modules/xgplayer/es/lang/en.js +14 -0
- package/dist/es/node_modules/xgplayer/es/lang/i18n.js +14 -0
- package/dist/es/node_modules/xgplayer/es/lang/jp.js +14 -0
- package/dist/es/node_modules/xgplayer/es/lang/zh-cn.js +14 -0
- package/dist/es/node_modules/xgplayer/es/mediaProxy.js +14 -0
- package/dist/es/node_modules/xgplayer/es/player.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugin/basePlugin.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugin/hooksDescriptor.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugin/plugin.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugin/pluginsManager.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugin/preset.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugin/resizeObserver.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/back.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/download.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/exitCssFull.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/exitFull.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/loading.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/pause.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/pipIcon.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/pipIconExit.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/play.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/playNext.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/replay.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/requestCssFull.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/requestFull.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/rotate.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/seekicon.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeLarge.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeMuted.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeSmall.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/common/iconPlugin.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/common/iconTools.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/common/optionList.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/common/optionsIcon.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/common/thumbnail.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/controls/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/cssFullScreen/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/definition/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/download/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/dynamicBg/index.js +15 -0
- package/dist/es/node_modules/xgplayer/es/plugins/enter/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/error/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/fpsDetect/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/fullscreen/backicon.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/fullscreen/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/gapJump/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/keyboard/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/loading/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/logger/index.js +15 -0
- package/dist/es/node_modules/xgplayer/es/plugins/miniScreen/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/miniScreen/miniScreenIcon.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/mobile/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/mobile/touch.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/pc/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/pip/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/play/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/playNext/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/playbackRate/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/poster/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/progress/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/progress/innerList.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/progress/miniProgress.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/progressPreview/dotsApi.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/progressPreview/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/prompt/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/replay/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/rotate/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/screenShot/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/start/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/stats/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/testspeed/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/time/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/time/timesegments.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/volume/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/plugins/waitingTimeoutJump/index.js +14 -0
- package/dist/es/node_modules/xgplayer/es/presets/default.js +14 -0
- package/dist/es/node_modules/xgplayer/es/state.js +14 -0
- package/dist/es/node_modules/xgplayer/es/stateClassMap.js +14 -0
- package/dist/es/node_modules/xgplayer/es/utils/database.js +14 -0
- package/dist/es/node_modules/xgplayer/es/utils/debug.js +14 -0
- package/dist/es/node_modules/xgplayer/es/utils/draggabilly.js +14 -0
- package/dist/es/node_modules/xgplayer/es/utils/sniffer.js +14 -0
- package/dist/es/node_modules/xgplayer/es/utils/util.js +14 -0
- package/dist/es/node_modules/xgplayer/es/utils/xgplayerTimeRange.js +14 -0
- package/dist/es/node_modules/xgplayer/es/version.js +14 -0
- package/dist/es/packages/components/index.js +14 -0
- package/dist/es/{src/styles → styles}/tokens.css +13 -0
- package/dist/lib/Button/index.js +14 -0
- package/dist/lib/Button/src/Button.css +14 -0
- package/dist/lib/Button/src/Button.vue.js +14 -0
- package/dist/lib/Button/src/Button2.css +14 -0
- package/dist/lib/CodeEditor/index.js +14 -0
- package/dist/lib/CodeEditor/src/index.css +14 -0
- package/dist/lib/CodeEditor/src/index.vue.js +14 -0
- package/dist/lib/{src/CodeEditor → CodeEditor}/src/index2.css +14 -1
- package/dist/lib/ConfigProvider/index.js +14 -0
- package/dist/lib/ConfigProvider/src/configProvider.js +14 -0
- package/dist/lib/ConfigProvider/src/configProviderProps.js +14 -0
- package/dist/lib/ConfigProvider/src/constants.js +14 -0
- package/dist/lib/ConfigProvider/src/useGlobalConfig.js +14 -0
- package/dist/lib/CountTo/index.js +14 -0
- package/dist/lib/CountTo/src/index.css +14 -0
- package/dist/lib/CountTo/src/index.vue.js +14 -0
- package/dist/lib/Ellipsis/index.js +14 -0
- package/dist/lib/Ellipsis/src/components/JsEllipsis.css +14 -0
- package/dist/lib/Ellipsis/src/components/JsEllipsis.vue.js +14 -0
- package/dist/lib/Ellipsis/src/components/NativeEllipsis.css +14 -0
- package/dist/lib/Ellipsis/src/components/NativeEllipsis.vue.js +14 -0
- package/dist/lib/Ellipsis/src/components/NativeEllipsis2.css +14 -0
- package/dist/lib/Ellipsis/src/index.css +14 -0
- package/dist/lib/Ellipsis/src/index.vue.js +14 -0
- package/dist/lib/Ellipsis/src/utils/utils.js +14 -0
- package/dist/lib/Form/index.js +14 -0
- package/dist/lib/Form/src/Form.css +14 -0
- package/dist/lib/Form/src/Form.vue.js +14 -0
- package/dist/lib/{src/Form → Form}/src/styles/form.css +13 -0
- package/dist/lib/Grid/index.js +14 -0
- package/dist/lib/Grid/src/Grid.css +14 -0
- package/dist/lib/Grid/src/Grid.vue.js +14 -0
- package/dist/lib/Grid/src/components/ActionBar.css +14 -0
- package/dist/lib/Grid/src/components/ActionBar.vue.js +14 -0
- package/dist/lib/Grid/src/components/CellEditor.css +14 -0
- package/dist/lib/Grid/src/components/CellEditor.vue.js +14 -0
- package/dist/lib/Grid/src/components/CellEditor2.css +14 -0
- package/dist/lib/{src/Grid → Grid}/src/components/ColumnFilter.css +14 -1
- package/dist/lib/Grid/src/components/ColumnFilter.vue.js +14 -0
- package/dist/lib/{src/Grid → Grid}/src/components/ColumnSettings.css +14 -1
- package/dist/lib/Grid/src/components/ColumnSettings.vue.js +14 -0
- package/dist/{es/src → lib}/Grid/src/components/DataTable.css +14 -1
- package/dist/lib/Grid/src/components/DataTable.vue.js +14 -0
- package/dist/lib/{src/Grid → Grid}/src/components/Pager.css +14 -1
- package/dist/lib/Grid/src/components/Pager.vue.js +14 -0
- package/dist/lib/{src/Grid → Grid}/src/components/QueryBar.css +14 -1
- package/dist/lib/Grid/src/components/QueryBar.vue.js +14 -0
- package/dist/lib/Grid/src/composables/useCellEditor.js +14 -0
- package/dist/lib/Grid/src/composables/useGridTable.js +14 -0
- package/dist/lib/{src/Grid → Grid}/src/styles/table.css +13 -0
- package/dist/lib/Marquee/index.js +14 -0
- package/dist/lib/Marquee/src/index.css +14 -0
- package/dist/lib/Marquee/src/index.vue.js +14 -0
- package/dist/lib/Marquee/src/index2.css +14 -0
- package/dist/lib/Overlay/index.js +14 -0
- package/dist/lib/Overlay/src/Message.css +14 -0
- package/dist/lib/Overlay/src/Message.vue.js +14 -0
- package/dist/lib/{src/Overlay → Overlay}/src/Message2.css +14 -1
- package/dist/lib/Overlay/src/Modal.css +14 -0
- package/dist/lib/Overlay/src/Modal.vue.js +14 -0
- package/dist/lib/{src/Overlay → Overlay}/src/Modal2.css +14 -1
- package/dist/lib/Overlay/src/Notice.css +14 -0
- package/dist/lib/Overlay/src/Notice.vue.js +14 -0
- package/dist/lib/{src/Overlay → Overlay}/src/Notice2.css +14 -1
- package/dist/lib/RichTextEditor/index.js +14 -0
- package/dist/lib/RichTextEditor/src/ToolbarPanel.css +14 -0
- package/dist/lib/RichTextEditor/src/ToolbarPanel.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/ToolbarPanel2.css +14 -0
- package/dist/lib/RichTextEditor/src/components/BlockquoteButton.css +14 -0
- package/dist/lib/RichTextEditor/src/components/BlockquoteButton.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/CodeBlockButton.css +14 -0
- package/dist/lib/RichTextEditor/src/components/CodeBlockButton.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/ColorHighlightPopover.css +14 -0
- package/dist/lib/RichTextEditor/src/components/ColorHighlightPopover.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/FontSizeDropdownMenu.css +14 -0
- package/dist/lib/RichTextEditor/src/components/FontSizeDropdownMenu.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/HeadingDropdownMenu.css +14 -0
- package/dist/lib/RichTextEditor/src/components/HeadingDropdownMenu.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/ImageUploadButton.css +14 -0
- package/dist/lib/RichTextEditor/src/components/ImageUploadButton.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/LinkPopover.css +14 -0
- package/dist/lib/RichTextEditor/src/components/LinkPopover.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/ListDropdownMenu.css +14 -0
- package/dist/lib/RichTextEditor/src/components/ListDropdownMenu.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/MarkButton.css +14 -0
- package/dist/lib/RichTextEditor/src/components/MarkButton.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/TableButton.css +14 -0
- package/dist/lib/RichTextEditor/src/components/TableButton.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/TextAlignDropdownMenu.css +14 -0
- package/dist/lib/RichTextEditor/src/components/TextAlignDropdownMenu.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/TextColorPopover.css +14 -0
- package/dist/lib/RichTextEditor/src/components/TextColorPopover.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/ToolbarGroup.css +14 -0
- package/dist/lib/RichTextEditor/src/components/ToolbarGroup.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/ToolbarSeparator.css +14 -0
- package/dist/lib/RichTextEditor/src/components/ToolbarSeparator.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/UndoRedoButton.css +14 -0
- package/dist/lib/RichTextEditor/src/components/UndoRedoButton.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/VideoUploadButton.css +14 -0
- package/dist/lib/RichTextEditor/src/components/VideoUploadButton.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/basic/ColorPicker.css +14 -0
- package/dist/lib/RichTextEditor/src/components/basic/ColorPicker.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal.css +14 -0
- package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/basic/SelectMenu.css +14 -0
- package/dist/lib/RichTextEditor/src/components/basic/SelectMenu.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/components/basic/SelectMenu2.css +14 -0
- package/dist/lib/RichTextEditor/src/components/icons.js +14 -0
- package/dist/lib/RichTextEditor/src/constant/index.js +14 -0
- package/dist/lib/RichTextEditor/src/extensions/video.js +14 -0
- package/dist/lib/RichTextEditor/src/index.css +14 -0
- package/dist/lib/RichTextEditor/src/index.vue.js +14 -0
- package/dist/lib/RichTextEditor/src/index2.css +14 -0
- package/dist/lib/RichTextEditor/src/props.js +14 -0
- package/dist/lib/ScaleScreen/index.js +14 -0
- package/dist/lib/ScaleScreen/src/index.css +14 -0
- package/dist/lib/ScaleScreen/src/index.vue.js +14 -0
- package/dist/lib/{src/ScaleScreen → ScaleScreen}/src/index2.css +13 -0
- package/dist/lib/Transition/index.js +14 -0
- package/dist/lib/Transition/src/CollapseTransition.css +14 -0
- package/dist/lib/Transition/src/CollapseTransition.vue.js +14 -0
- package/dist/lib/Transition/src/CreateTransition.js +14 -0
- package/dist/lib/Transition/src/ExpandTransition.js +14 -0
- package/dist/lib/Transition/src/style/index.css +14 -0
- package/dist/lib/VideoBackground/index.js +14 -0
- package/dist/lib/VideoBackground/src/helper.js +14 -0
- package/dist/lib/VideoBackground/src/index.css +14 -0
- package/dist/lib/VideoBackground/src/index.vue.js +14 -0
- package/dist/lib/VideoBackground/src/index2.css +14 -0
- package/dist/lib/{src/VideoBackground → VideoBackground}/src/index3.css +13 -0
- package/dist/lib/VideoBackground/src/videoBackground.js +14 -0
- package/dist/lib/VideoPlayer/index.js +14 -0
- package/dist/lib/VideoPlayer/src/index.css +14 -0
- package/dist/lib/VideoPlayer/src/index.vue.js +14 -0
- package/dist/lib/VideoPlayer/src/localeSetting.js +14 -0
- package/dist/lib/VirtualScroll/index.js +14 -0
- package/dist/lib/VirtualScroll/src/index.css +14 -0
- package/dist/lib/VirtualScroll/src/index.vue.js +14 -0
- package/dist/lib/VirtualScroll/src/index.vue2.js +14 -0
- package/dist/lib/VirtualScroll/src/index2.css +14 -0
- package/dist/lib/_virtual/_commonjsHelpers.js +14 -0
- package/dist/lib/_virtual/_plugin-vue_export-helper.js +14 -1
- package/dist/lib/_virtual/delegate.js +14 -0
- package/dist/lib/_virtual/download.js +14 -0
- package/dist/lib/_virtual/download2.js +14 -0
- package/dist/lib/_virtual/index.js +14 -0
- package/dist/lib/_virtual/index2.js +14 -0
- package/dist/lib/hooks/useLocale.js +14 -0
- package/dist/lib/hooks/useNamespace.js +14 -0
- package/dist/lib/index.js +14 -1
- package/dist/lib/locale/lang/en-US.js +14 -0
- package/dist/lib/locale/lang/ja-JP.js +14 -0
- package/dist/lib/locale/lang/zh-CN.js +14 -0
- package/dist/lib/node_modules/@codemirror/autocomplete/dist/index.js +14 -1
- package/dist/lib/node_modules/@codemirror/commands/dist/index.js +14 -1
- package/dist/lib/node_modules/@codemirror/lang-java/dist/index.js +14 -1
- package/dist/lib/node_modules/@codemirror/lang-javascript/dist/index.js +14 -13
- package/dist/lib/node_modules/@codemirror/lang-json/dist/index.js +14 -1
- package/dist/lib/node_modules/@codemirror/lang-python/dist/index.js +14 -3
- package/dist/lib/node_modules/@codemirror/lang-sql/dist/index.js +14 -2
- package/dist/lib/node_modules/@codemirror/lang-xml/dist/index.js +14 -1
- package/dist/lib/node_modules/@codemirror/lang-yaml/dist/index.js +14 -1
- package/dist/lib/node_modules/@codemirror/language/dist/index.js +14 -1
- package/dist/lib/node_modules/@codemirror/lint/dist/index.js +14 -1
- package/dist/lib/node_modules/@codemirror/search/dist/index.js +14 -2
- package/dist/lib/node_modules/@codemirror/state/dist/index.js +14 -5
- package/dist/lib/node_modules/@codemirror/theme-one-dark/dist/index.js +14 -1
- package/dist/lib/node_modules/@codemirror/view/dist/index.js +14 -5
- package/dist/lib/node_modules/@lezer/common/dist/index.js +14 -1
- package/dist/lib/node_modules/@lezer/highlight/dist/index.js +14 -1
- package/dist/lib/node_modules/@lezer/java/dist/index.js +14 -1
- package/dist/lib/node_modules/@lezer/javascript/dist/index.js +14 -1
- package/dist/lib/node_modules/@lezer/json/dist/index.js +14 -1
- package/dist/lib/node_modules/@lezer/lr/dist/index.js +14 -1
- package/dist/lib/node_modules/@lezer/python/dist/index.js +14 -1
- package/dist/lib/node_modules/@lezer/xml/dist/index.js +14 -1
- package/dist/lib/node_modules/@lezer/yaml/dist/index.js +14 -1
- package/dist/lib/node_modules/@marijn/find-cluster-break/src/index.js +14 -1
- package/dist/lib/node_modules/@tanstack/devtools-event-client/dist/esm/plugin.js +14 -1
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/EventClient.js +14 -1
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/FieldApi.js +14 -1
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/FormApi.js +14 -1
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/ValidationLogic.js +14 -1
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/metaHelper.js +14 -1
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/standardSchemaValidator.js +14 -1
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/utils.js +14 -1
- package/dist/lib/node_modules/@tanstack/pacer-lite/dist/lite-throttler.js +14 -1
- package/dist/lib/node_modules/@tanstack/store/dist/esm/derived.js +14 -1
- package/dist/lib/node_modules/@tanstack/store/dist/esm/scheduler.js +14 -1
- package/dist/lib/node_modules/@tanstack/store/dist/esm/store.js +14 -1
- package/dist/lib/node_modules/@tanstack/store/dist/esm/types.js +14 -1
- package/dist/lib/node_modules/@tanstack/table-core/build/lib/index.js +14 -4
- package/dist/lib/node_modules/@tanstack/vue-form/dist/esm/useField.js +14 -1
- package/dist/lib/node_modules/@tanstack/vue-form/dist/esm/useForm.js +14 -1
- package/dist/lib/node_modules/@tanstack/vue-store/dist/esm/index.js +14 -1
- package/dist/lib/node_modules/@tanstack/vue-table/build/lib/index.js +14 -1
- package/dist/lib/node_modules/@tiptap/core/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-blockquote/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-bold/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-character-count/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-code/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-code-block/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-document/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-hard-break/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-heading/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-highlight/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-image/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-italic/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-link/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-list/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-paragraph/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-strike/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-subscript/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-superscript/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-table/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-task-item/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-task-list/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-text/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-text-align/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-text-style/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extension-underline/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/extensions/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/starter-kit/dist/index.js +14 -0
- package/dist/lib/node_modules/@tiptap/vue-3/dist/index.js +14 -0
- package/dist/lib/node_modules/@vueuse/core/dist/index.js +14 -1
- package/dist/lib/node_modules/@vueuse/shared/dist/index.js +14 -1
- package/dist/lib/node_modules/codemirror/dist/index.js +14 -1
- package/dist/lib/node_modules/crelt/index.js +14 -1
- package/dist/lib/node_modules/delegate/src/closest.js +14 -0
- package/dist/lib/node_modules/delegate/src/delegate.js +14 -0
- package/dist/lib/node_modules/downloadjs/download.js +14 -0
- package/dist/lib/node_modules/eventemitter3/index.js +14 -0
- package/dist/lib/node_modules/linkifyjs/dist/linkify.js +14 -0
- package/dist/lib/node_modules/lodash-es/_DataView.js +14 -0
- package/dist/lib/node_modules/lodash-es/_Hash.js +14 -1
- package/dist/lib/node_modules/lodash-es/_ListCache.js +14 -1
- package/dist/lib/node_modules/lodash-es/_Map.js +14 -1
- package/dist/lib/node_modules/lodash-es/_MapCache.js +14 -1
- package/dist/lib/node_modules/lodash-es/_Promise.js +14 -0
- package/dist/lib/node_modules/lodash-es/_Set.js +14 -0
- package/dist/lib/node_modules/lodash-es/_Stack.js +14 -0
- package/dist/lib/node_modules/lodash-es/_Symbol.js +14 -1
- package/dist/lib/node_modules/lodash-es/_Uint8Array.js +14 -0
- package/dist/lib/node_modules/lodash-es/_WeakMap.js +14 -0
- package/dist/lib/node_modules/lodash-es/_apply.js +14 -0
- package/dist/lib/node_modules/lodash-es/_arrayEach.js +14 -0
- package/dist/lib/node_modules/lodash-es/_arrayFilter.js +14 -0
- package/dist/lib/node_modules/lodash-es/_arrayLikeKeys.js +14 -0
- package/dist/lib/node_modules/lodash-es/_arrayMap.js +14 -1
- package/dist/lib/node_modules/lodash-es/_arrayPush.js +14 -0
- package/dist/lib/node_modules/lodash-es/_assignValue.js +14 -0
- package/dist/lib/node_modules/lodash-es/_assocIndexOf.js +14 -1
- package/dist/lib/node_modules/lodash-es/_baseAssignValue.js +14 -0
- package/dist/lib/node_modules/lodash-es/_baseClone.js +14 -0
- package/dist/lib/node_modules/lodash-es/_baseFlatten.js +14 -0
- package/dist/lib/node_modules/lodash-es/_baseGet.js +14 -1
- package/dist/lib/node_modules/lodash-es/_baseGetAllKeys.js +14 -0
- package/dist/lib/node_modules/lodash-es/_baseGetTag.js +14 -1
- package/dist/lib/node_modules/lodash-es/_baseIsArguments.js +14 -0
- package/dist/lib/node_modules/lodash-es/_baseIsMap.js +14 -0
- package/dist/lib/node_modules/lodash-es/_baseIsNative.js +14 -1
- package/dist/lib/node_modules/lodash-es/_baseIsRegExp.js +14 -0
- package/dist/lib/node_modules/lodash-es/_baseIsSet.js +14 -0
- package/dist/lib/node_modules/lodash-es/_baseIsTypedArray.js +14 -0
- package/dist/lib/node_modules/lodash-es/_baseKeysIn.js +14 -0
- package/dist/lib/node_modules/lodash-es/_baseSetToString.js +14 -0
- package/dist/lib/node_modules/lodash-es/_baseSlice.js +14 -0
- package/dist/lib/node_modules/lodash-es/_baseTimes.js +14 -0
- package/dist/lib/node_modules/lodash-es/_baseToString.js +14 -1
- package/dist/lib/node_modules/lodash-es/_baseUnary.js +14 -0
- package/dist/lib/node_modules/lodash-es/_baseUnset.js +14 -0
- package/dist/lib/node_modules/lodash-es/_castPath.js +14 -1
- package/dist/lib/node_modules/lodash-es/_cloneArrayBuffer.js +14 -0
- package/dist/lib/node_modules/lodash-es/_cloneBuffer.js +14 -0
- package/dist/lib/node_modules/lodash-es/_cloneDataView.js +14 -0
- package/dist/lib/node_modules/lodash-es/_cloneRegExp.js +14 -0
- package/dist/lib/node_modules/lodash-es/_cloneSymbol.js +14 -0
- package/dist/lib/node_modules/lodash-es/_cloneTypedArray.js +14 -0
- package/dist/lib/node_modules/lodash-es/_copyObject.js +14 -0
- package/dist/lib/node_modules/lodash-es/_coreJsData.js +14 -1
- package/dist/lib/node_modules/lodash-es/_customOmitClone.js +14 -0
- package/dist/lib/node_modules/lodash-es/_defineProperty.js +14 -0
- package/dist/lib/node_modules/lodash-es/_flatRest.js +14 -0
- package/dist/lib/node_modules/lodash-es/_freeGlobal.js +14 -1
- package/dist/lib/node_modules/lodash-es/_getAllKeysIn.js +14 -0
- package/dist/lib/node_modules/lodash-es/_getMapData.js +14 -1
- package/dist/lib/node_modules/lodash-es/_getNative.js +14 -1
- package/dist/lib/node_modules/lodash-es/_getPrototype.js +14 -0
- package/dist/lib/node_modules/lodash-es/_getRawTag.js +14 -1
- package/dist/lib/node_modules/lodash-es/_getSymbols.js +14 -0
- package/dist/lib/node_modules/lodash-es/_getSymbolsIn.js +14 -0
- package/dist/lib/node_modules/lodash-es/_getTag.js +14 -0
- package/dist/lib/node_modules/lodash-es/_getValue.js +14 -1
- package/dist/lib/node_modules/lodash-es/_hashClear.js +14 -1
- package/dist/lib/node_modules/lodash-es/_hashDelete.js +14 -1
- package/dist/lib/node_modules/lodash-es/_hashGet.js +14 -1
- package/dist/lib/node_modules/lodash-es/_hashHas.js +14 -1
- package/dist/lib/node_modules/lodash-es/_hashSet.js +14 -1
- package/dist/lib/node_modules/lodash-es/_initCloneArray.js +14 -0
- package/dist/lib/node_modules/lodash-es/_initCloneByTag.js +14 -0
- package/dist/lib/node_modules/lodash-es/_isFlattenable.js +14 -0
- package/dist/lib/node_modules/lodash-es/_isIndex.js +14 -0
- package/dist/lib/node_modules/lodash-es/_isKey.js +14 -1
- package/dist/lib/node_modules/lodash-es/_isKeyable.js +14 -1
- package/dist/lib/node_modules/lodash-es/_isMasked.js +14 -1
- package/dist/lib/node_modules/lodash-es/_isPrototype.js +14 -0
- package/dist/lib/node_modules/lodash-es/_listCacheClear.js +14 -1
- package/dist/lib/node_modules/lodash-es/_listCacheDelete.js +14 -1
- package/dist/lib/node_modules/lodash-es/_listCacheGet.js +14 -1
- package/dist/lib/node_modules/lodash-es/_listCacheHas.js +14 -1
- package/dist/lib/node_modules/lodash-es/_listCacheSet.js +14 -1
- package/dist/lib/node_modules/lodash-es/_mapCacheClear.js +14 -1
- package/dist/lib/node_modules/lodash-es/_mapCacheDelete.js +14 -1
- package/dist/lib/node_modules/lodash-es/_mapCacheGet.js +14 -1
- package/dist/lib/node_modules/lodash-es/_mapCacheHas.js +14 -1
- package/dist/lib/node_modules/lodash-es/_mapCacheSet.js +14 -1
- package/dist/lib/node_modules/lodash-es/_memoizeCapped.js +14 -1
- package/dist/lib/node_modules/lodash-es/_nativeCreate.js +14 -1
- package/dist/lib/node_modules/lodash-es/_nativeKeysIn.js +14 -0
- package/dist/lib/node_modules/lodash-es/_nodeUtil.js +14 -0
- package/dist/lib/node_modules/lodash-es/_objectToString.js +14 -1
- package/dist/lib/node_modules/lodash-es/_overArg.js +14 -0
- package/dist/lib/node_modules/lodash-es/_overRest.js +14 -0
- package/dist/lib/node_modules/lodash-es/_parent.js +14 -0
- package/dist/lib/node_modules/lodash-es/_root.js +14 -1
- package/dist/lib/node_modules/lodash-es/_setToString.js +14 -0
- package/dist/lib/node_modules/lodash-es/_shortOut.js +14 -0
- package/dist/lib/node_modules/lodash-es/_stackClear.js +14 -0
- package/dist/lib/node_modules/lodash-es/_stackDelete.js +14 -0
- package/dist/lib/node_modules/lodash-es/_stackGet.js +14 -0
- package/dist/lib/node_modules/lodash-es/_stackHas.js +14 -0
- package/dist/lib/node_modules/lodash-es/_stackSet.js +14 -0
- package/dist/lib/node_modules/lodash-es/_stringToPath.js +14 -1
- package/dist/lib/node_modules/lodash-es/_toKey.js +14 -1
- package/dist/lib/node_modules/lodash-es/_toSource.js +14 -1
- package/dist/lib/node_modules/lodash-es/constant.js +14 -0
- package/dist/lib/node_modules/lodash-es/eq.js +14 -1
- package/dist/lib/node_modules/lodash-es/flatten.js +14 -0
- package/dist/lib/node_modules/lodash-es/get.js +14 -1
- package/dist/lib/node_modules/lodash-es/identity.js +14 -0
- package/dist/lib/node_modules/lodash-es/isArguments.js +14 -0
- package/dist/lib/node_modules/lodash-es/isArray.js +14 -1
- package/dist/lib/node_modules/lodash-es/isArrayLike.js +14 -0
- package/dist/lib/node_modules/lodash-es/isBuffer.js +14 -0
- package/dist/lib/node_modules/lodash-es/isFinite.js +14 -0
- package/dist/lib/node_modules/lodash-es/isFunction.js +14 -1
- package/dist/lib/node_modules/lodash-es/isLength.js +14 -0
- package/dist/lib/node_modules/lodash-es/isMap.js +14 -0
- package/dist/lib/node_modules/lodash-es/isNaN.js +14 -0
- package/dist/lib/node_modules/lodash-es/isNil.js +14 -1
- package/dist/lib/node_modules/lodash-es/isNumber.js +14 -0
- package/dist/lib/node_modules/lodash-es/isObject.js +14 -1
- package/dist/lib/node_modules/lodash-es/isObjectLike.js +14 -1
- package/dist/lib/node_modules/lodash-es/isPlainObject.js +14 -0
- package/dist/lib/node_modules/lodash-es/isRegExp.js +14 -0
- package/dist/lib/node_modules/lodash-es/isSet.js +14 -0
- package/dist/lib/node_modules/lodash-es/isString.js +14 -1
- package/dist/lib/node_modules/lodash-es/isSymbol.js +14 -1
- package/dist/lib/node_modules/lodash-es/isTypedArray.js +14 -0
- package/dist/lib/node_modules/lodash-es/keysIn.js +14 -0
- package/dist/lib/node_modules/lodash-es/last.js +14 -0
- package/dist/lib/node_modules/lodash-es/memoize.js +14 -1
- package/dist/lib/node_modules/lodash-es/omit.js +14 -0
- package/dist/lib/node_modules/lodash-es/stubArray.js +14 -0
- package/dist/lib/node_modules/lodash-es/stubFalse.js +14 -0
- package/dist/lib/node_modules/lodash-es/toString.js +14 -1
- package/dist/lib/node_modules/orderedmap/dist/index.js +14 -0
- package/dist/lib/node_modules/prosemirror-commands/dist/index.js +14 -0
- package/dist/lib/node_modules/prosemirror-dropcursor/dist/index.js +14 -0
- package/dist/lib/node_modules/prosemirror-gapcursor/dist/index.js +14 -0
- package/dist/lib/node_modules/prosemirror-history/dist/index.js +14 -0
- package/dist/lib/node_modules/prosemirror-keymap/dist/index.js +14 -0
- package/dist/lib/node_modules/prosemirror-model/dist/index.js +14 -0
- package/dist/lib/node_modules/prosemirror-schema-list/dist/index.js +14 -0
- package/dist/lib/node_modules/prosemirror-state/dist/index.js +14 -0
- package/dist/lib/node_modules/prosemirror-tables/dist/index.js +14 -0
- package/dist/lib/node_modules/prosemirror-transform/dist/index.js +14 -0
- package/dist/lib/node_modules/prosemirror-view/dist/index.js +14 -0
- package/dist/lib/node_modules/rope-sequence/dist/index.js +14 -0
- package/dist/lib/node_modules/style-mod/src/style-mod.js +14 -3
- package/dist/lib/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +14 -1
- package/dist/lib/node_modules/w3c-keyname/index.js +14 -1
- package/dist/lib/node_modules/xgplayer/dist/index.min.css +14 -0
- package/dist/lib/node_modules/xgplayer/es/_virtual/_rollupPluginBabelHelpers.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/constant.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/defaultConfig.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/error.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/events.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/index.umd.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/instManager.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/lang/en.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/lang/i18n.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/lang/jp.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/lang/zh-cn.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/mediaProxy.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/player.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugin/basePlugin.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugin/hooksDescriptor.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugin/plugin.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugin/pluginsManager.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugin/preset.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugin/resizeObserver.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/back.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/download.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/exitCssFull.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/exitFull.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/loading.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/pause.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/pipIcon.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/pipIconExit.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/play.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/playNext.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/replay.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/requestCssFull.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/requestFull.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/rotate.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/seekicon.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeLarge.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeMuted.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeSmall.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/common/iconPlugin.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/common/iconTools.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/common/optionList.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/common/optionsIcon.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/common/thumbnail.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/controls/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/cssFullScreen/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/definition/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/download/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/dynamicBg/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/enter/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/error/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/fpsDetect/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/fullscreen/backicon.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/fullscreen/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/gapJump/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/keyboard/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/loading/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/logger/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/miniScreen/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/miniScreen/miniScreenIcon.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/mobile/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/mobile/touch.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/pc/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/pip/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/play/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/playNext/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/playbackRate/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/poster/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/progress/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/progress/innerList.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/progress/miniProgress.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/progressPreview/dotsApi.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/progressPreview/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/prompt/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/replay/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/rotate/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/screenShot/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/start/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/stats/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/testspeed/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/time/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/time/timesegments.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/volume/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/plugins/waitingTimeoutJump/index.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/presets/default.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/state.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/stateClassMap.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/utils/database.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/utils/debug.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/utils/draggabilly.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/utils/sniffer.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/utils/util.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/utils/xgplayerTimeRange.js +14 -0
- package/dist/lib/node_modules/xgplayer/es/version.js +14 -0
- package/dist/lib/packages/components/index.js +14 -0
- package/dist/lib/{src/styles → styles}/tokens.css +13 -0
- package/package.json +32 -16
- package/dist/es/src/Button/index.js +0 -6
- package/dist/es/src/Button/src/Button.css +0 -1
- package/dist/es/src/Button/src/Button.vue.js +0 -41
- package/dist/es/src/CodeEditor/index.js +0 -6
- package/dist/es/src/CodeEditor/src/index.css +0 -1
- package/dist/es/src/CodeEditor/src/index.vue.js +0 -131
- package/dist/es/src/ConfigProvider/index.js +0 -6
- package/dist/es/src/ConfigProvider/src/configProvider.js +0 -14
- package/dist/es/src/ConfigProvider/src/configProviderProps.js +0 -22
- package/dist/es/src/ConfigProvider/src/constants.js +0 -9
- package/dist/es/src/ConfigProvider/src/useGlobalConfig.js +0 -45
- package/dist/es/src/Form/index.js +0 -6
- package/dist/es/src/Form/src/Form.vue.js +0 -208
- package/dist/es/src/Grid/index.js +0 -6
- package/dist/es/src/Grid/src/Grid.vue.js +0 -180
- package/dist/es/src/Grid/src/components/ActionBar.vue.js +0 -65
- package/dist/es/src/Grid/src/components/CellEditor.css +0 -1
- package/dist/es/src/Grid/src/components/CellEditor.vue.js +0 -132
- package/dist/es/src/Grid/src/components/ColumnFilter.vue.js +0 -72
- package/dist/es/src/Grid/src/components/ColumnSettings.vue.js +0 -109
- package/dist/es/src/Grid/src/components/DataTable.vue.js +0 -556
- package/dist/es/src/Grid/src/components/Pager.vue.js +0 -64
- package/dist/es/src/Grid/src/components/QueryBar.vue.js +0 -156
- package/dist/es/src/Grid/src/composables/useCellEditor.js +0 -20
- package/dist/es/src/Grid/src/composables/useGridTable.js +0 -213
- package/dist/es/src/Overlay/index.js +0 -61
- package/dist/es/src/Overlay/src/Message.css +0 -1
- package/dist/es/src/Overlay/src/Message.vue.js +0 -36
- package/dist/es/src/Overlay/src/Modal.css +0 -1
- package/dist/es/src/Overlay/src/Modal.vue.js +0 -67
- package/dist/es/src/Overlay/src/Notice.css +0 -1
- package/dist/es/src/Overlay/src/Notice.vue.js +0 -37
- package/dist/es/src/ScaleScreen/index.js +0 -6
- package/dist/es/src/ScaleScreen/src/index.css +0 -1
- package/dist/es/src/ScaleScreen/src/index.vue.js +0 -115
- package/dist/es/src/VideoBackground/index.js +0 -6
- package/dist/es/src/VideoBackground/src/helper.js +0 -29
- package/dist/es/src/VideoBackground/src/index.css +0 -1
- package/dist/es/src/VideoBackground/src/index.vue.js +0 -108
- package/dist/es/src/VideoBackground/src/index2.css +0 -1
- package/dist/es/src/VideoBackground/src/videoBackground.js +0 -31
- package/dist/es/src/hooks/useLocale.js +0 -24
- package/dist/es/src/hooks/useNamespace.js +0 -8
- package/dist/es/src/index.js +0 -44
- package/dist/es/src/locale/lang/en-US.js +0 -72
- package/dist/es/src/locale/lang/ja-JP.js +0 -72
- package/dist/es/src/locale/lang/zh-CN.js +0 -72
- package/dist/lib/src/Button/index.js +0 -1
- package/dist/lib/src/Button/src/Button.css +0 -1
- package/dist/lib/src/Button/src/Button.vue.js +0 -1
- package/dist/lib/src/CodeEditor/index.js +0 -1
- package/dist/lib/src/CodeEditor/src/index.css +0 -1
- package/dist/lib/src/CodeEditor/src/index.vue.js +0 -1
- package/dist/lib/src/ConfigProvider/index.js +0 -1
- package/dist/lib/src/ConfigProvider/src/configProvider.js +0 -1
- package/dist/lib/src/ConfigProvider/src/configProviderProps.js +0 -1
- package/dist/lib/src/ConfigProvider/src/constants.js +0 -1
- package/dist/lib/src/ConfigProvider/src/useGlobalConfig.js +0 -1
- package/dist/lib/src/Form/index.js +0 -1
- package/dist/lib/src/Form/src/Form.vue.js +0 -1
- package/dist/lib/src/Grid/index.js +0 -1
- package/dist/lib/src/Grid/src/Grid.vue.js +0 -1
- package/dist/lib/src/Grid/src/components/ActionBar.vue.js +0 -1
- package/dist/lib/src/Grid/src/components/CellEditor.css +0 -1
- package/dist/lib/src/Grid/src/components/CellEditor.vue.js +0 -1
- package/dist/lib/src/Grid/src/components/ColumnFilter.vue.js +0 -1
- package/dist/lib/src/Grid/src/components/ColumnSettings.vue.js +0 -1
- package/dist/lib/src/Grid/src/components/DataTable.vue.js +0 -1
- package/dist/lib/src/Grid/src/components/Pager.vue.js +0 -1
- package/dist/lib/src/Grid/src/components/QueryBar.vue.js +0 -1
- package/dist/lib/src/Grid/src/composables/useCellEditor.js +0 -1
- package/dist/lib/src/Grid/src/composables/useGridTable.js +0 -1
- package/dist/lib/src/Overlay/index.js +0 -1
- package/dist/lib/src/Overlay/src/Message.css +0 -1
- package/dist/lib/src/Overlay/src/Message.vue.js +0 -1
- package/dist/lib/src/Overlay/src/Modal.css +0 -1
- package/dist/lib/src/Overlay/src/Modal.vue.js +0 -1
- package/dist/lib/src/Overlay/src/Notice.css +0 -1
- package/dist/lib/src/Overlay/src/Notice.vue.js +0 -1
- package/dist/lib/src/ScaleScreen/index.js +0 -1
- package/dist/lib/src/ScaleScreen/src/index.css +0 -1
- package/dist/lib/src/ScaleScreen/src/index.vue.js +0 -1
- package/dist/lib/src/VideoBackground/index.js +0 -1
- package/dist/lib/src/VideoBackground/src/helper.js +0 -1
- package/dist/lib/src/VideoBackground/src/index.css +0 -1
- package/dist/lib/src/VideoBackground/src/index.vue.js +0 -1
- package/dist/lib/src/VideoBackground/src/index2.css +0 -1
- package/dist/lib/src/VideoBackground/src/videoBackground.js +0 -1
- package/dist/lib/src/hooks/useLocale.js +0 -1
- package/dist/lib/src/hooks/useNamespace.js +0 -1
- package/dist/lib/src/index.js +0 -1
- package/dist/lib/src/locale/lang/en-US.js +0 -1
- package/dist/lib/src/locale/lang/ja-JP.js +0 -1
- package/dist/lib/src/locale/lang/zh-CN.js +0 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});exports.FONT_SETTINGS=["bold","italic","strike","code","underline","superscript","subscript"],exports.FONT_SIZES=["12px","14px","16px","18px","20px","24px","28px","32px","36px","48px"],exports.HEADING_SIZES={1:"32px",2:"24px",3:"20px",4:"18px",5:"16px",6:"14px"},exports.HIGHLIGHT_COLORS=["#fef08a","#fde047","#facc15","#fca5a5","#f87171","#ef4444","#bbf7d0","#86efac","#4ade80","#a5f3fc","#22d3ee","#06b6d4","#c4b5fd","#a78bfa","#8b5cf6"],exports.LIST_TYPES=["bulletList","orderedList","taskList"],exports.TEXT_COLORS=["#000000","#ffffff","#fef08a","#fde047","#facc15","#fca5a5","#f87171","#ef4444","#bbf7d0","#86efac","#4ade80","#a5f3fc","#22d3ee","#06b6d4","#c4b5fd","#a78bfa","#8b5cf6"];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../../node_modules/@tiptap/core/dist/index.js").Node.create({name:"video",group:"block",atom:!0,addAttributes:()=>({src:{default:null},width:{default:null},height:{default:null},controls:{default:!0},autoplay:{default:!1},loop:{default:!1},muted:{default:!1}}),parseHTML:()=>[{tag:"video"},{tag:'iframe[src*="youtube"]',getAttrs:e=>({src:e.getAttribute("src")})},{tag:'iframe[src*="vimeo"]',getAttrs:e=>({src:e.getAttribute("src")})}],renderHTML({HTMLAttributes:e}){const{src:t}=e;return t&&(t.includes("youtube")||t.includes("vimeo"))?["div",{class:"video-wrapper"},["iframe",e]]:["div",{class:"video-wrapper"},["video",e]]},addCommands(){return{setVideo:e=>({commands:t})=>t.insertContent({type:this.name,attrs:e})}}});exports.Video=e;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
.is-disabled{opacity:.4!important;cursor:not-allowed!important}.gsc-flex-center{display:flex;align-items:center}.gsc-tiptap-toolbar button{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;padding:0 2px;border:1px solid transparent;border-radius:6px;color:#475569;background-color:transparent}.gsc-tiptap-toolbar button:hover{background-color:#f8fafc;border-color:#e6eefc}.gsc-tiptap-toolbar .is-active,.gsc-tiptap-toolbar button.is-active{background-color:#a6ccf7!important;color:#000!important;border-color:#a6ccf7!important}.gsc-tiptap-toolbar .popover-menu{min-width:180px;padding:8px;border:1px solid #e8e8e8;border-radius:6px;background-color:#fff;box-shadow:0 2px 8px #000}.gsc-tiptap-toolbar .popover-menu .color-picker{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:6px;gap:6px;align-items:center}.gsc-tiptap-toolbar .popover-menu .color-option{width:24px;height:24px;border-radius:6px;cursor:pointer;transition:box-shadow .15s ease,transform .08s ease}.gsc-tiptap-toolbar .popover-menu .color-option:hover{transform:translateY(-1px)}.gsc-tiptap-toolbar .popover-menu .color-option.border-blue-500,.gsc-tiptap-toolbar .popover-menu .color-option.active,.gsc-tiptap-toolbar .popover-menu .color-option[aria-pressed=true]{box-shadow:0 0 0 4px #1890ff,0 0 0 2px #1890ff;border:2px solid #1890ff}.gsc-tiptap-toolbar .popover-menu .color-none{display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;color:#9ca3af}.gsc-tiptap-editor-content .ProseMirror,.gsc-tiptap-editor-content .ProseMirror-focused{outline:none!important;box-shadow:none!important}.gsc-tiptap-editor-content .ProseMirror blockquote{border-left:4px solid #e6eefc;padding-left:1em;margin:1em 0;color:#666;font-style:italic}.gsc-tiptap-editor-content .ProseMirror pre{margin:1em 0;padding:16px;border-radius:6px;background-color:#f6f8fa;overflow:auto}.gsc-tiptap-editor-content .ProseMirror pre code{padding:0;background-color:transparent;font-size:inherit;color:inherit}.gsc-tiptap-editor-content .ProseMirror code{padding:.2em .4em;border-radius:3px;background-color:#f1f1f1;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9em;color:#d63384}.gsc-tiptap-editor-content .ProseMirror table{width:100%;margin:0;border-collapse:collapse;table-layout:fixed;overflow:hidden}.gsc-tiptap-editor-content .ProseMirror table td,.gsc-tiptap-editor-content .ProseMirror table th{position:relative;min-width:1em;padding:3px 5px;border:2px solid #d9d9d9;vertical-align:top;box-sizing:border-box}.gsc-tiptap-editor-content .ProseMirror table th{font-weight:700;text-align:left;background-color:#f1f3f4}.gsc-tiptap-editor-content .ProseMirror table .selectedCell:after{position:absolute;inset:0;z-index:2;content:"";background:#c8c8ff;pointer-events:none}.gsc-tiptap-editor-content .ProseMirror table .column-resize-handle{position:absolute;top:0;right:-2px;bottom:0;width:4px;z-index:20;background-color:#adf;pointer-events:none}.gsc-tiptap-editor-content .ProseMirror table p{margin:0}.gsc-tiptap-editor-content .ProseMirror ul[data-type=taskList]{margin:.5em 0;padding-left:1.25em;list-style:none}.gsc-tiptap-editor-content .ProseMirror ul[data-type=taskList] li{position:relative;margin:.25em 0;padding-left:1.75em}.gsc-tiptap-editor-content .ProseMirror ul[data-type=taskList] li>label{position:absolute;top:0;left:0;margin-left:0}.gsc-tiptap-editor-content .ProseMirror ul[data-type=taskList] li>label input[type=checkbox]{margin-right:.5em;vertical-align:middle}.gsc-tiptap-editor-content .ProseMirror ul[data-type=taskList] li>div{display:inline}.gsc-tiptap-editor-content .ProseMirror ul[data-type=taskList] li[data-checked=true]{opacity:.5}.gsc-tiptap-editor-content .ProseMirror ul[data-type=taskList] li[data-checked=true]>div{text-decoration:line-through}.dark-theme{border-color:#374151;background-color:#1f2937;color:#f3f4f6}.dark-theme.border-blue-500{border-color:#3b82f6}.dark-theme.bg-gray-100{background-color:#374151}.dark-theme .gsc-tiptap-toolbar{border-bottom:1px solid #374151;background-color:#111827}.dark-theme .gsc-tiptap-toolbar .inline-flex,.dark-theme .gsc-tiptap-toolbar button{color:#d1d5db}.dark-theme .gsc-tiptap-toolbar .inline-flex:hover,.dark-theme .gsc-tiptap-toolbar button:hover{background-color:#374151;border-color:#4b5563}.dark-theme .gsc-tiptap-toolbar .inline-flex.is-active,.dark-theme .gsc-tiptap-toolbar button.is-active{background-color:#3b82f6!important;color:#fff!important;border-color:#3b82f6!important}.dark-theme .gsc-tiptap-toolbar .w-px.h-6{background-color:#374151}.dark-theme .gsc-tiptap-editor-content{background-color:#1f2937;color:#f3f4f6}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror){min-height:300px;line-height:1.6;color:#f3f4f6}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror):focus{outline:none}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) h1,.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) h2,.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) h3,.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) h4,.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) h5,.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) h6,.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) p,.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) ul,.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) ol{color:#f3f4f6}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) blockquote{border-left-color:#374151;color:#9ca3af}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) code{background-color:#374151;color:#f3f4f6}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) pre{background-color:#111827;color:#f3f4f6}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) a{color:#60a5fa}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) table{border-color:#374151}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) table th{background-color:#111827;color:#f3f4f6}.dark-theme .gsc-tiptap-editor-content :deep(.ProseMirror) table td{color:#f3f4f6}.dark-theme .popover-menu,.dark-theme .dropdown-menu{background-color:#1f2937;border-color:#374151;color:#f3f4f6}.dark-theme .popover-menu .color-option.color-none,.dark-theme .dropdown-menu .color-option.color-none{background-color:#374151;color:#9ca3af}.dark-theme .popover-menu .link-input,.dark-theme .dropdown-menu .link-input{background-color:#111827;border-color:#374151;color:#f3f4f6}.dark-theme .popover-menu .link-input:focus,.dark-theme .dropdown-menu .link-input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f6}.dark-theme .popover-menu .link-button,.dark-theme .dropdown-menu .link-button{background-color:#3b82f6;color:#fff}.dark-theme .popover-menu .link-button:hover,.dark-theme .dropdown-menu .link-button:hover{background-color:#2563eb}.dark-theme .popover-menu .link-button-remove,.dark-theme .dropdown-menu .link-button-remove{background-color:#ef4444;color:#fff}.dark-theme .popover-menu .link-button-remove:hover,.dark-theme .dropdown-menu .link-button-remove:hover{background-color:#dc2626}.dark-theme .popover-menu .dropdown-item,.dark-theme .dropdown-menu .dropdown-item{color:#f3f4f6}.dark-theme .popover-menu .dropdown-item:hover,.dark-theme .dropdown-menu .dropdown-item:hover{background-color:#374151}.dark-theme .popover-menu .dropdown-item.bg-blue-500\/15,.dark-theme .dropdown-menu .dropdown-item.bg-blue-500\/15,.dark-theme .popover-menu .dropdown-item.text-blue-500,.dark-theme .dropdown-menu .dropdown-item.text-blue-500,.dark-theme .popover-menu .dropdown-item[aria-pressed=true],.dark-theme .dropdown-menu .dropdown-item[aria-pressed=true],.dark-theme .popover-menu .dropdown-item.active,.dark-theme .dropdown-menu .dropdown-item.active{background-color:#3b82f6;color:#60a5fa}.dark-theme .gsc-rich-text-footer{border-top-color:#374151;border-bottom-color:#374151;background-color:#111827;color:#9ca3af}.gsc-tiptap-editor.dark-theme{background-color:#0f172a;border-color:#1e293b;box-shadow:0 0 0 2px #3b82f6;color:#e2e8f0}.gsc-tiptap-editor.dark-theme .gsc-rich-text-footer{background-color:#111827;color:#cbd5f5}.gsc-tiptap-editor.dark-theme .gsc-tiptap-toolbar{border-bottom:1px solid #1e293b}.gsc-tiptap-editor.dark-theme .gsc-tiptap-toolbar button{color:#e2e8f0;border-color:transparent}.gsc-tiptap-editor.dark-theme .gsc-tiptap-toolbar button:hover{background-color:#1f2937;border-color:#334155}.gsc-tiptap-editor.dark-theme .gsc-tiptap-toolbar .is-active,.gsc-tiptap-editor.dark-theme .gsc-tiptap-toolbar button.is-active{background-color:#1d4ed8!important;border-color:#1d4ed8!important;color:#f8fafc!important}.gsc-tiptap-editor.dark-theme .gsc-tiptap-toolbar .popover-menu{background-color:#0b1120;border-color:#1d283a;box-shadow:0 10px 25px #020617}.gsc-tiptap-editor.dark-theme .gsc-tiptap-toolbar .popover-menu .color-option{border:1px solid transparent}.gsc-tiptap-editor.dark-theme .gsc-tiptap-toolbar .popover-menu .color-none{background-color:#1f2937;color:#94a3b8}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content{background-color:#0b1120;color:#e2e8f0}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror{color:inherit}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror blockquote{border-left-color:#334155;color:#cbd5f5}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror pre{background-color:#111827}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror code{background-color:#1e293b;color:#93c5fd}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror table td,.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror table th{border-color:#273449}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror table th{background-color:#162033;color:#e2e8f0}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror table .column-resize-handle{background-color:#3b82f6}.gsc-tiptap-editor.dark-theme .gsc-tiptap-editor-content .ProseMirror ul[data-type=taskList] li[data-checked=true]{opacity:.65}.gsc-tiptap-editor{border:1px solid #e5e7eb;background-color:#fff;overflow:hidden;box-shadow:0 0 0 2px #1890ff;border-radius:.5rem}.gsc-tiptap-editor-content{max-height:600px;min-height:300px;overflow-y:auto;padding:1rem}.gsc-rich-text-footer{background-color:#f9fafb;justify-content:space-between;padding:.35rem 1rem!important;font-size:.75rem;line-height:1rem;color:#6b7280}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require('./index2.css');require('./index.css');const e=require("vue"),t=require("../../node_modules/@tiptap/vue-3/dist/index.js"),i=require("../../node_modules/@tiptap/starter-kit/dist/index.js"),s=require("../../node_modules/@tiptap/extension-text-align/dist/index.js"),o=require("../../node_modules/@tiptap/extension-task-list/dist/index.js"),a=require("../../node_modules/@tiptap/extension-task-item/dist/index.js"),r=require("../../node_modules/@tiptap/extension-image/dist/index.js"),l=require("../../node_modules/@tiptap/extension-highlight/dist/index.js"),d=require("../../node_modules/@tiptap/extension-table/dist/index.js"),n=require("../../node_modules/@tiptap/extension-text-style/dist/index.js"),u=require("../../node_modules/@tiptap/extension-character-count/dist/index.js"),c=require("../../node_modules/@tiptap/extension-underline/dist/index.js"),p=require("../../node_modules/@tiptap/extension-superscript/dist/index.js"),f=require("../../node_modules/@tiptap/extension-subscript/dist/index.js"),x=require("./ToolbarPanel.vue.js"),m=require("./extensions/video.js"),b=require("../../hooks/useNamespace.js"),v=require("./props.js");/* empty css */;/* empty css */const g=require("../../_virtual/_plugin-vue_export-helper.js"),h={class:"gsc-flex-center gsc-rich-text-footer"},j=Object.assign({name:"GscRichTextEditor"},{__name:"index",props:v.basicProps,emits:["update:modelValue","change","init","focus","blur"],setup(v,{expose:g,emit:j}){const q=v,_=j,{prefixCls:k}=b.useNamespace("ellipsis"),C=e.ref(!1),y=e.ref(!1),V=e.ref(""),E=e.ref(0);function S(e){if(!e)return;const{state:t}=e,{selection:i}=t,{$from:s}=i,o=[];for(let a=s.depth;a>=0;a--){const e=s.node(a),t=e.type.name;if("doc"!==t&&"text"!==t){let i=t;const s={paragraph:"p",blockquote:"blockquote",codeBlock:"code",bulletList:"ul",orderedList:"ol",taskList:"tasklist",listItem:"li",table:"table",tableRow:"tr",tableCell:"td",image:"img",video:"video"};if("heading"===t){i=`h${e.attrs.level||1}`}else s[t]&&(i=s[t]);o.unshift(i)}}V.value=o.join(" > ")}const N=[i.default,s.default.configure({types:["heading","paragraph"]}),o.default,a.default.configure({nested:!0}),r.default,l.default.configure({multicolor:!0}),c.default,p.default,f.default,n.TextStyle,n.FontSize,n.Color.configure({types:["textStyle"]}),d.TableKit.configure({table:{resizable:!0}}),m.Video,u.default],T=t.useEditor({content:q.modelValue,extensions:N,editable:q.editable&&!q.disabled,editorProps:{attributes:{class:k}},onUpdate:({editor:t})=>{if(e.unref(C))return;const i=t.getHTML();_("update:modelValue",i),_("change",i,t),E.value=t.storage.characterCount?.characters()||0,S(t)},onCreate:({editor:e})=>{_("init",e),E.value=e.storage.characterCount?.characters()||0},onFocus:()=>{y.value=!0,_("focus")},onBlur:()=>{y.value=!1,_("blur")},onSelectionUpdate:({editor:e})=>{S(e)}});return e.watch(()=>q.modelValue,e=>{T.value&&e!==T.value.getHTML()&&!C.value&&(C.value=!0,T.value.commands.setContent(e,!1),C.value=!1)}),e.watch(()=>q.disabled,e=>{T.value&&T.value.setEditable(!e&&q.editable)}),e.watch(()=>q.editable,e=>{T.value&&T.value.setEditable(e&&!q.disabled)}),g({editor:T}),(i,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["gsc-tiptap-editor",[i.disabled&&"bg-gray-100",i.isDarkMode&&"dark-theme"]])},[i.toolbar&&e.unref(T)?(e.openBlock(),e.createBlock(x.default,{key:0,editor:e.unref(T),disabled:i.disabled,"prefix-cls":e.unref(k)},{toolbar:e.withCtx(()=>[e.renderSlot(i.$slots,"toolbar",{},void 0,!0)]),_:3},8,["editor","disabled","prefix-cls"])):e.createCommentVNode("",!0),e.createVNode(e.unref(t.EditorContent),{class:e.normalizeClass(["gsc-tiptap-editor-content",[`${e.unref(k)}-content`]]),editor:e.unref(T)},null,8,["class","editor"]),e.createElementVNode("div",h,[e.createElementVNode("span",null,e.toDisplayString(V.value),1),e.createElementVNode("span",null,e.toDisplayString(E.value)+"字",1)])],2))}}),q=g.default(j,[["__scopeId","data-v-0e86ce6f"]]);exports.default=q;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
[data-v-0e86ce6f],[data-v-0e86ce6f]:before,[data-v-0e86ce6f]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-0e86ce6f]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.hidden[data-v-0e86ce6f]{display:none}.table[data-v-0e86ce6f]{display:table}.border[data-v-0e86ce6f]{border-width:1px}.bg-gray-100[data-v-0e86ce6f]{--un-bg-opacity:1;background-color:#f3f4f6}@supports (color: rgb(0 0 0 / 0)){.bg-gray-100[data-v-0e86ce6f]{background-color:rgb(243 244 246 / var(--un-bg-opacity))}}.blur[data-v-0e86ce6f]{--un-blur:blur(8px);filter:blur(8px) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={modelValue:{type:String,default:""},disabled:{type:Boolean,default:!1},toolbar:{type:Boolean,default:!0},editable:{type:Boolean,default:!0},isDarkMode:{type:Boolean,default:!1}};exports.basicProps=e;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@gsc-basic/utils"),t=require("./src/index.vue.js"),r=e.withInstall(t.default);exports.GscScaleScreen=r;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
.gsc-basic-screen-box[data-v-7eabd167]{overflow:hidden;width:100vw;height:100vh}.gsc-basic-screen-box .screen-wrapper[data-v-7eabd167]{position:relative;overflow:hidden;z-index:100;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transform-origin:left top}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require('./index2.css');require('./index.css');const e=require("vue"),t=require("@gsc-basic/hooks"),i=require("../../hooks/useNamespace.js");/* empty css */;/* empty css */const a=require("../../_virtual/_plugin-vue_export-helper.js"),l={__name:"index",props:{width:{type:[String,Number],default:1920},height:{type:[String,Number],default:1080},fullScreen:{type:Boolean,default:!1},autoScale:{type:[Object,Boolean],default:!0},delay:{type:Number,default:300},boxStyle:{type:Object,default:()=>({})},wrapperStyle:{type:Object,default:()=>({})}},setup(a){const l=a,{prefixCls:n}=i.useNamespace("screen-box"),r=e.reactive({width:0,height:0,originalWidth:0,originalHeight:0}),o=e.ref(null),c=e.reactive({}),s=e.ref(null);e.watch(()=>l.autoScale,async e=>{e?g():Object.assign(c,{margin:"",transform:""})});const h=()=>new Promise(t=>{s.value.scrollLeft=0,s.value.scrollTop=0,e.nextTick(()=>{l.width&&l.height?(r.width=l.width,r.height=l.height):(r.width=o.value?.clientWidth,r.height=o.value?.clientHeight),r.originalHeight&&r.originalWidth||(r.originalWidth=window.screen.width,r.originalHeight=window.screen.height),t()})}),u=()=>{r.width&&r.height?Object.assign(c,{width:`${r.width}px`,height:`${r.height}px`}):Object.assign(c,{width:`${r.originalWidth}px`,height:`${r.originalHeight}px`})};const d=()=>{const e=document.body.clientWidth,t=document.body.clientHeight,i=e/+(r.width||r.originalWidth),a=t/+(r.height||r.originalHeight);if(l.fullScreen)return Object.assign(c,{transform:`scale(${i},${a})`}),!1;(e=>{if(!l.autoScale)return;const t=o.value.clientWidth,i=o.value.clientHeight,a=document.body.clientWidth,n=document.body.clientHeight;let r=Math.max((a-t*e)/2,0),s=Math.max((n-i*e)/2,0);"object"==typeof l.autoScale&&(!l.autoScale.x&&(r=0),!l.autoScale.y&&(s=0)),Object.assign(c,{margin:`${s}px ${r}px`,transform:`scale(${e},${e})`})})(Math.min(i,a))};async function g(){await h(),u(),d()}return t.useWindowSizeFn(g,l.delay),e.onMounted(()=>{e.nextTick(async()=>{await h(),u(),d()})}),(t,i)=>(e.openBlock(),e.createElementBlock("section",{ref_key:"box",ref:s,style:e.normalizeStyle(a.boxStyle),class:e.normalizeClass([e.unref(n)])},[e.createElementVNode("div",{ref_key:"screenWrapper",ref:o,style:e.normalizeStyle({...a.wrapperStyle,...c}),class:"screen-wrapper"},[e.renderSlot(t.$slots,"default",{},void 0,!0)],4)],6))}},n=a.default(l,[["__scopeId","data-v-7eabd167"]]);exports.default=n;
|
|
@@ -1 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
1
14
|
[data-v-7eabd167],[data-v-7eabd167]:before,[data-v-7eabd167]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-7eabd167]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.relative[data-v-7eabd167]{position:relative}.mx[data-v-7eabd167]{margin-left:1rem;margin-right:1rem}.my[data-v-7eabd167]{margin-top:1rem;margin-bottom:1rem}.hidden[data-v-7eabd167]{display:none}.transform[data-v-7eabd167]{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.px[data-v-7eabd167]{padding-left:1rem;padding-right:1rem}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("@gsc-basic/utils"),i=require("./src/CreateTransition.js"),t=require("./src/ExpandTransition.js"),e=require("./src/CollapseTransition.vue.js"),r=s.withInstall(e.default),n=i.createSimpleTransition("gsc-fade-transition"),a=s.withInstall(n),l=i.createSimpleTransition("gsc-scale-transition"),o=s.withInstall(l),c=i.createSimpleTransition("gsc-slide-y-transition"),p=s.withInstall(c),T=i.createSimpleTransition("gsc-scroll-y-transition"),x=s.withInstall(T),S=i.createSimpleTransition("gsc-slide-y-reverse-transition"),d=s.withInstall(S),g=i.createSimpleTransition("gsc-scroll-y-reverse-transition"),h=s.withInstall(g),w=i.createSimpleTransition("gsc-slide-x-transition"),G=s.withInstall(w),I=i.createSimpleTransition("gsc-scroll-x-transition"),m=s.withInstall(I),u=i.createSimpleTransition("gsc-slide-x-reverse-transition"),v=s.withInstall(u),y=i.createSimpleTransition("gsc-scroll-x-reverse-transition"),f=s.withInstall(y),R=i.createSimpleTransition("gsc-scale-rotate-transition"),X=s.withInstall(R),j=i.createJavascriptTransition("gsc-expand-x-transition",t.default("",!0)),q=s.withInstall(j),Y=i.createJavascriptTransition("gsc-expand-transition",t.default("")),b=s.withInstall(Y);exports.GscCollapseTransition=r,exports.GscExpandTransition=b,exports.GscExpandXTransition=q,exports.GscFadeTransition=a,exports.GscScaleRotateTransition=X,exports.GscScaleTransition=o,exports.GscScrollXReverseTransition=f,exports.GscScrollXTransition=m,exports.GscScrollYReverseTransition=h,exports.GscScrollYTransition=x,exports.GscSlideXReverseTransition=v,exports.GscSlideXTransition=G,exports.GscSlideYReverseTransition=d,exports.GscSlideYTransition=p;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
[data-v-919287fc],[data-v-919287fc]:before,[data-v-919287fc]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-919287fc]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.hidden[data-v-919287fc]{display:none}.px[data-v-919287fc]{padding-left:1rem;padding-right:1rem}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require('./CollapseTransition.css');const t=require("vue"),e=require("@gsc-basic/utils");;/* empty css */const o=require("../../_virtual/_plugin-vue_export-helper.js"),a=Object.assign({name:"GscCollapseTransition"},{__name:"CollapseTransition",setup(o){const a={beforeEnter(t){e.addClass(t,"gsc-collapse-transition"),t.dataset||(t.dataset={}),t.dataset.oldPaddingTop=t.style.paddingTop,t.dataset.oldPaddingBottom=t.style.paddingBottom,t.style.height="0",t.style.paddingTop=0,t.style.paddingBottom=0},enter(t){t.dataset.oldOverflow=t.style.overflow,0!==t.scrollHeight?(t.style.height=`${t.scrollHeight}px`,t.style.paddingTop=t.dataset.oldPaddingTop,t.style.paddingBottom=t.dataset.oldPaddingBottom):(t.style.height="",t.style.paddingTop=t.dataset.oldPaddingTop,t.style.paddingBottom=t.dataset.oldPaddingBottom),t.style.overflow="hidden"},afterEnter(t){e.removeClass(t,"gsc-collapse-transition"),t.style.height="",t.style.overflow=t.dataset.oldOverflow},beforeLeave(t){t.dataset||(t.dataset={}),t.dataset.oldPaddingTop=t.style.paddingTop,t.dataset.oldPaddingBottom=t.style.paddingBottom,t.dataset.oldOverflow=t.style.overflow,t.style.height=`${t.scrollHeight}px`,t.style.overflow="hidden"},leave(t){0!==t.scrollHeight&&(e.addClass(t,"gsc-collapse-transition"),t.style.height=0,t.style.paddingTop=0,t.style.paddingBottom=0)},afterLeave(t){e.removeClass(t,"gsc-collapse-transition"),t.style.height="",t.style.overflow=t.dataset.oldOverflow,t.style.paddingTop=t.dataset.oldPaddingTop,t.style.paddingBottom=t.dataset.oldPaddingBottom}};return(e,o)=>(t.openBlock(),t.createBlock(t.Transition,t.mergeProps({mode:"out-in"},t.toHandlers(a)),{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default",{},void 0,!0)]),_:3},16))}}),d=o.default(a,[["__scopeId","data-v-919287fc"]]);exports.default=d;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('./style/index.css');const e=require("vue"),t=require("@gsc-basic/utils");/* empty css */exports.createJavascriptTransition=function(r,n,o="in-out"){return e.defineComponent({name:r,props:{mode:{type:String,default:o}},setup:(o,{attrs:a,slots:i})=>()=>e.createVNode(e.Transition,e.mergeProps({name:r,mode:o.mode},a,{onBeforeEnter:n.beforeEnter,onEnter:n.enter,onLeave:n.leave,onAfterLeave:n.afterLeave,onLeaveCancelled:n.afterLeave}),{default:()=>t.getSlot(i)})})},exports.createSimpleTransition=function(r,n="top center 0",o){return e.defineComponent({name:r,props:{group:{type:Boolean,default:!1},mode:{type:String,default:o},origin:{type:String,default:n}},setup(n,{slots:o,attrs:a}){const i=e=>{e.style.transformOrigin=n.origin};return()=>{const s=n.group?e.TransitionGroup:e.Transition;return e.createVNode(s,e.mergeProps({name:r,mode:n.mode},a,{onBeforeEnter:i}),{default:()=>t.getSlot(o)})}}})};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";function e(e){return e.charAt(0).toUpperCase()+e.slice(1)}Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}}),exports.default=function(t="",n=!1){const i=n?"width":"height",l=`offset${e(i)}`;return{beforeEnter(e){e._parent=e.parentNode,e._initialStyle={transition:e.style.transition,overflow:e.style.overflow,[i]:e.style[i]}},enter(e){const n=e._initialStyle;e.style.setProperty("transition","none","important"),e.style.overflow="hidden",e.offsetHeight,e.style.transition=n.transition,t&&e._parent&&e._parent.classList.add(t),requestAnimationFrame(()=>{})},afterEnter:o,enterCancelled:o,leave(e){e._initialStyle={transition:"",overflow:e.style.overflow,[i]:e.style[i]},e.style.overflow="hidden",e.style[i]=`${e[l]}px`,e.offsetHeight,requestAnimationFrame(()=>e.style[i]="0")},afterLeave:r,leaveCancelled:r};function r(e){t&&e._parent&&e._parent.classList.remove(t),o(e)}function o(e){const t=e._initialStyle[i];e.style.overflow=e._initialStyle.overflow,null!=t&&(e.style[i]=t),Reflect.deleteProperty(e,"_initialStyle")}},exports.upperFirst=e;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
.gsc-expand-transition-enter-active,.gsc-expand-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-expand-transition-move{transition:transform .4s}.gsc-expand-x-transition-enter-active,.gsc-expand-x-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-expand-x-transition-move{transition:transform .4s}.gsc-fade-transition-enter-active,.gsc-fade-transition-leave-active{transition:opacity .2s ease-in-out}.gsc-fade-transition-enter-from,.gsc-fade-transition-leave-to{opacity:0}.gsc-fade-enter-active,.gsc-fade-leave-active{transition:opacity .2s ease-in-out}.gsc-fade-enter-from,.gsc-fade-leave-to{opacity:0}.gsc-fade-slide-leave-active,.gsc-fade-slide-enter-active{transition:all .3s}.gsc-fade-slide-enter-from{opacity:0;transform:translate(-30px)}.gsc-fade-slide-leave-to{opacity:0;transform:translate(30px)}.gsc-fade-bottom-enter-active,.gsc-fade-bottom-leave-active{transition:opacity .25s,transform .3s}.gsc-fade-bottom-enter-from{opacity:0;transform:translateY(-10%)}.gsc-fade-bottom-leave-to{opacity:0;transform:translateY(10%)}.gsc-fade-scale-leave-active,.gsc-fade-scale-enter-active{transition:all .28s}.gsc-fade-scale-enter-from{opacity:0;transform:scale(1.2)}.gsc-fade-scale-leave-to{opacity:0;transform:scale(.8)}.gsc-fade-top-enter-active,.gsc-fade-top-leave-active{transition:opacity .2s,transform .25s}.gsc-fade-top-enter-from{opacity:0;transform:translateY(8%)}.gsc-fade-top-leave-to{opacity:0;transform:translateY(-8%)}.gsc-scale-transition-enter-active,.gsc-scale-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-scale-transition-move{transition:transform .4s}.gsc-scale-transition-enter-from,.gsc-scale-transition-leave,.gsc-scale-transition-leave-to{opacity:0;transform:scale(0)}.gsc-scale-rotate-transition-enter-active,.gsc-scale-rotate-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-scale-rotate-transition-move{transition:transform .4s}.gsc-scale-rotate-transition-enter-from,.gsc-scale-rotate-transition-leave,.gsc-scale-rotate-transition-leave-to{opacity:0;transform:scale(0) rotate(-45deg)}.gsc-slide-y-transition-enter-active,.gsc-slide-y-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-slide-y-transition-move{transition:transform .4s}.gsc-slide-y-transition-enter-from,.gsc-slide-y-transition-leave-to{opacity:0;transform:translateY(-15px)}.gsc-slide-y-reverse-transition-enter-active,.gsc-slide-y-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-slide-y-reverse-transition-move{transition:transform .4s}.gsc-slide-y-reverse-transition-enter-from,.gsc-slide-y-reverse-transition-leave-to{opacity:0;transform:translateY(15px)}.gsc-slide-x-transition-enter-active,.gsc-slide-x-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-slide-x-transition-move{transition:transform .4s}.gsc-slide-x-transition-enter-from,.gsc-slide-x-transition-leave-to{opacity:0;transform:translate(-15px)}.gsc-slide-x-reverse-transition-enter-active,.gsc-slide-x-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-slide-x-reverse-transition-move{transition:transform .4s}.gsc-slide-x-reverse-transition-enter-from,.gsc-slide-x-reverse-transition-leave-to{opacity:0;transform:translate(15px)}.gsc-scroll-y-transition-enter-active,.gsc-scroll-y-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-scroll-y-transition-move{transition:transform .4s}.gsc-scroll-y-transition-enter-from,.gsc-scroll-y-transition-leave-to{opacity:0}.gsc-scroll-y-transition-enter-from{transform:translateY(-15px)}.gsc-scroll-y-transition-leave-to{transform:translateY(15px)}.gsc-scroll-y-reverse-transition-enter-active,.gsc-scroll-y-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-scroll-y-reverse-transition-move{transition:transform .4s}.gsc-scroll-y-reverse-transition-enter-from,.gsc-scroll-y-reverse-transition-leave-to{opacity:0}.gsc-scroll-y-reverse-transition-enter-from{transform:translateY(15px)}.gsc-scroll-y-reverse-transition-leave-to{transform:translateY(-15px)}.gsc-scroll-x-transition-enter-active,.gsc-scroll-x-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-scroll-x-transition-move{transition:transform .4s}.gsc-scroll-x-transition-enter-from,.gsc-scroll-x-transition-leave-to{opacity:0}.gsc-scroll-x-transition-enter-from{transform:translate(-15px)}.gsc-scroll-x-transition-leave-to{transform:translate(15px)}.gsc-scroll-x-reverse-transition-enter-active,.gsc-scroll-x-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.gsc-scroll-x-reverse-transition-move{transition:transform .4s}.gsc-scroll-x-reverse-transition-enter-from,.gsc-scroll-x-reverse-transition-leave-to{opacity:0}.gsc-scroll-x-reverse-transition-enter-from{transform:translate(15px)}.gsc-scroll-x-reverse-transition-leave-to{transform:translate(-15px)}.gsc-zoom-out-enter-active,.gsc-zoom-out-leave-active{transition:opacity .1 ease-in-out,transform .15s ease-out}.gsc-zoom-out-enter-from,.gsc-zoom-out-leave-to{opacity:0;transform:scale(0)}.gsc-zoom-fade-enter-active,.gsc-zoom-fade-leave-active{transition:transform .2s,opacity .3s ease-out}.gsc-zoom-fade-enter-from{opacity:0;transform:scale(.92)}.gsc-zoom-fade-leave-to{opacity:0;transform:scale(1.06)}.gsc-collapse-transition{transition:.2s height ease-in-out,.2s padding-top ease-in-out,.2s padding-bottom ease-in-out}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@gsc-basic/utils"),t=require("./src/index.vue.js"),r=e.withInstall(t.default);exports.GscVideoBackground=r;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});let e=null;exports.detectTouchOrSmallScreen=function(){const e={touch:!!("ontouchstart"in window||window.navigator&&window.navigator.msPointerEnabled&&window.MSGesture||window.DocumentTouch&&document instanceof DocumentTouch),ie:window.navigator.userAgent.indexOf("MSIE")>0||!!window.navigator.userAgent.match(/Trident.*rv:11\./),small:window.matchMedia("(max-width: 34em)").matches};return e.touch&&!e.ie||e.small},exports.removeVideo=o=>{null===e&&(e=o.parentNode),document.body.contains(o)&&e.removeChild(o)},exports.restoreVideo=o=>{document.body.contains(o)||e?.insertAdjacentElement("afterbegin",o)},exports.validateSelector=function(e,o){if(void 0===e)throw new TypeError(`${o} requires a video selector as first argument.`);if("video"!==(e="string"==typeof e?document.querySelector(e):e).nodeName.toLowerCase())throw new Error(`${o} requires a valid video selector. You passed a <${e.nodeName}>`);return e};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
.gsc-basic-video-bg-ready .gsc-basic-video-bg .bg-cover{display:none}.gsc-basic-video-bg-ready .gsc-basic-video-bg-video{display:block!important}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require('./index3.css');require('./index2.css');require('./index.css');const e=require("vue"),r=require("@gsc-basic/utils"),o=require("./videoBackground.js"),t=require("../../hooks/useNamespace.js");/* empty css *//* empty css */;/* empty css */const l=require("../../_virtual/_plugin-vue_export-helper.js"),n=require("../../node_modules/lodash-es/isNil.js"),s=require("../../node_modules/lodash-es/isString.js"),i=e.defineComponent({name:"GscVideoBackground",props:{source:{type:[String,Array],required:!0},cover:{type:String,default:""},videoRemoval:{type:Boolean,default:!1},videoZIndex:{type:Number,default:-1},fullscreen:{type:Boolean,default:!0}},setup(l){const{prefixCls:i}=t.useNamespace("video-bg"),a=`${i}-ready`,u=e.ref(null);function d(o){n.default(e.unref(u))||(s.default(o)&&""!==o&&e.unref(u).setAttribute("src",l.source),r.isIterableArray(o)&&e.unref(u).removeAttribute("src"))}return e.onMounted(()=>{d(l.source),e.nextTick(()=>{new o.default(e.unref(u),{helperClass:a,videoRemoval:l.videoRemoval})})}),e.watch(()=>l.source,e=>{d(e)}),{prefixCls:i,isIterableArray:r.isIterableArray,videoRef:u,containerStyle:e.computed(()=>{const e={zIndex:l.videoZIndex};return l.fullscreen?{...e,position:"fixed",minWidth:"100vw",minHeight:"100vh"}:{...e,position:"absolute",minWidth:"100%",minHeight:"100%"}})}}}),a=["src","type"];const u=l.default(i,[["render",function(r,o,t,l,n,s){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([r.prefixCls]),style:e.normalizeStyle(r.containerStyle)},[r.cover?(e.openBlock(),e.createElementBlock("div",{key:0,class:"bg-cover",style:e.normalizeStyle({backgroundImage:`url(${r.cover})`,zIndex:r.videoZIndex+1})},null,4)):e.createCommentVNode("",!0),e.createElementVNode("video",{ref:"videoRef",class:e.normalizeClass(`${r.prefixCls}-video`),preload:"metadata",loop:"",autoplay:"",muted:""},[e.renderSlot(r.$slots,"default",{},()=>[r.isIterableArray(r.source)?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(r.source,r=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[""!==r.type?(e.openBlock(),e.createElementBlock("source",{key:r.type,src:r.src,type:`video/${r.type}`},null,8,a)):e.createCommentVNode("",!0)],64))),256)):e.createCommentVNode("",!0)],!0)],2)],6)}],["__scopeId","data-v-e8a07a6a"]]);exports.default=u;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
.gsc-basic-video-bg[data-v-e8a07a6a]{inset:0}.gsc-basic-video-bg .bg-cover[data-v-e8a07a6a]{position:absolute;inset:0;background-color:transparent;background-repeat:no-repeat;background-size:cover;background-position:center}.gsc-basic-video-bg-video[data-v-e8a07a6a]{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:none;pointer-events:none}
|
|
@@ -1 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
1
14
|
[data-v-e8a07a6a],[data-v-e8a07a6a]:before,[data-v-e8a07a6a]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-e8a07a6a]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.absolute[data-v-e8a07a6a]{position:absolute}.fixed[data-v-e8a07a6a]{position:fixed}.block[data-v-e8a07a6a]{display:block}.bg-cover[data-v-e8a07a6a]{background-size:cover}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@gsc-basic/hooks"),t=require("./helper.js");exports.default=class{constructor(e,s={}){this.options=Object.assign({helperClass:"",videoRemoval:!1},s),this._name=this.constructor.name,this.element=t.validateSelector(e,this._name),this.init()}init(){this.element.readyState>=this.element.HAVE_FUTURE_DATA?this.handler():this.element.addEventListener("canplay",()=>{this.handler()}),e.useWindowSizeFn(()=>{this.handler()},100,{immediate:!1})}handler(){const e=document.body;t.detectTouchOrSmallScreen()?(this.element.pause(),this.options.videoRemoval&&t.removeVideo(this.element),e.classList.remove(this.options.helperClass)):(this.options.videoRemoval&&t.restoreVideo(this.element),this.element.play(),e.classList.add(this.options.helperClass))}};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@gsc-basic/utils"),t=require("./src/index.vue.js"),r=e.withInstall(t.default);exports.GscVideoPlayer=r;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
[data-v-0583c70d],[data-v-0583c70d]:before,[data-v-0583c70d]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-0583c70d]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require('./index.css');require('../../node_modules/xgplayer/dist/index.min.css');const e=require("vue"),r=require("../../node_modules/xgplayer/es/lang/jp.js");;/* empty css */const l=require("../../hooks/useLocale.js"),o=require("./localeSetting.js");;/* empty css */const s=require("../../_virtual/_plugin-vue_export-helper.js"),t=require("../../node_modules/xgplayer/es/lang/i18n.js"),u=require("../../node_modules/xgplayer/es/index.umd.js"),n=require("../../node_modules/lodash-es/omit.js"),a=Object.assign({name:"GscVideoPlayer"},{__name:"index",props:{src:{type:[String,Array],default:""},poster:{type:String,default:""}},setup(s,{expose:a}){const d=s;let i;t.default.use(r.default);const c=e.useAttrs(),{locale:p}=l.useLocale(),g=e.ref();return e.onMounted(()=>{i=new u.default({el:e.unref(g),lang:o.videoPlayerLocale[e.unref(p).gsc.locale||"en-US"],url:d.src,poster:d.poster,width:"100%",height:"100%",miniprogress:!0,enableContextmenu:!1,commonStyle:{playedColor:"#2c9cfa",volumeColor:"#55D187"},...n.default(c,["src","poster","id","el","lang"])})}),a({player:i}),(r,l)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"playerRef",ref:g},null,512))}}),d=s.default(a,[["__scopeId","data-v-0583c70d"]]);exports.default=d;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});exports.videoPlayerLocale={"en-US":"en","zh-CN":"zh","ja-JP":"jp"};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@gsc-basic/utils"),t=require("./src/index.vue.js"),r=e.withInstall(t.default);exports.GscVirtualScroll=r;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
.gsc-virtual-scroll[data-v-a192bfdb]{position:relative;display:block;width:100%;max-width:100%;overflow:auto;flex:1 1 auto}.gsc-virtual-scroll__container[data-v-a192bfdb]{display:block}.gsc-virtual-scroll__item[data-v-a192bfdb]{position:absolute;right:0;left:0}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require('./index2.css');require('./index.css');const e=;/* empty css *//* empty css */;/* empty css */const u=require("../../_virtual/_plugin-vue_export-helper.js").default(e.default,[["__scopeId","data-v-a192bfdb"]]);exports.default=u;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),t=require("@gsc-basic/hooks"),r=require("@gsc-basic/utils"),i=require("../../node_modules/lodash-es/isNaN.js"),n={height:[Number,String],maxHeight:[Number,String],maxWidth:[Number,String],minHeight:[Number,String],minWidth:[Number,String],width:[Number,String],bench:{type:[Number,String],default:0},itemHeight:{type:[Number,String],required:!0},items:{type:Array,default:()=>[]}},u="gsc-virtual-scroll";function s(e,t="px"){return null==e||""===e?void 0:i.default(+e)?String(e):`${Number(e)}${t}`}const o=e.defineComponent({name:"GscVirtualScroll",props:n,setup(i,{slots:n}){const o=e.ref(null),l=e.reactive({first:0,last:0,scrollTop:0}),c=e.computed(()=>Number.parseInt(i.bench,10)),m=e.computed(()=>Number.parseInt(i.itemHeight,10)),a=e.computed(()=>Math.max(0,l.first-e.unref(c))),h=e.computed(()=>Math.min((i.items||[]).length,l.last+e.unref(c))),d=e.computed(()=>({height:s((i.items||[]).length*e.unref(m))})),f=e.computed(()=>{const e={},t=s(i.height),r=s(i.minHeight),n=s(i.minWidth),u=s(i.maxHeight),o=s(i.maxWidth),l=s(i.width);return t&&(e.height=t),r&&(e.minHeight=r),n&&(e.minWidth=n),u&&(e.maxHeight=u),o&&(e.maxWidth=o),l&&(e.width=l),e});function g(t){const r=e.unref(o);if(!r)return 0;const n=Number.parseInt(i.height||0,10)||r.clientHeight;return t+Math.ceil(n/e.unref(m))}function p(){const t=e.unref(o);t&&(l.scrollTop=t.scrollTop,l.first=Math.floor(l.scrollTop/e.unref(m)),l.last=g(l.first))}function b(){const{items:t=[]}=i;return t.slice(e.unref(a),e.unref(h)).map(N)}function N(t,i){const o=s((i+=e.unref(a))*e.unref(m));return e.createVNode("div",{class:`${u}__item`,style:{top:o},key:i},[r.getSlot(n,"default",{index:i,item:t})])}return e.watch([()=>i.itemHeight,()=>i.height],()=>{p()}),e.onMounted(()=>{l.last=g(0),e.nextTick(()=>{const r=e.unref(o);r&&t.useEventListener({el:r,name:"scroll",listener:p,wait:0})})}),()=>e.createVNode("div",{class:u,style:e.unref(f),ref:o},[e.createVNode("div",{class:`${u}__container`,style:e.unref(d)},[b()])])}});exports.default=o;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2026 Lenovo SSG BASD. All rights reserved.
|
|
3
|
+
@license Proprietary
|
|
4
|
+
|
|
5
|
+
This software is the confidential and proprietary property of Lenovo SSG BASD.
|
|
6
|
+
You shall not disclose such Confidential Information and shall use it only in
|
|
7
|
+
accordance with the terms of the license agreement.
|
|
8
|
+
|
|
9
|
+
--- Build Info ---
|
|
10
|
+
Version: 1.0.4
|
|
11
|
+
Build Time: 2026/2/11 18:34:19
|
|
12
|
+
Build Commit: 9b4b89872743098216d14081433fa57d7fa73fd3
|
|
13
|
+
*/
|
|
14
|
+
[data-v-a192bfdb],[data-v-a192bfdb]:before,[data-v-a192bfdb]:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }[data-v-a192bfdb]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.absolute[data-v-a192bfdb]{position:absolute}.relative[data-v-a192bfdb]{position:relative}.block[data-v-a192bfdb]{display:block}.flex[data-v-a192bfdb]{display:flex}.px[data-v-a192bfdb]{padding-left:1rem;padding-right:1rem}
|