@gsc-basic/components 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/Button/index.js +3 -3
- package/dist/es/Button/src/Button.css +3 -3
- package/dist/es/Button/src/Button.vue.js +3 -3
- package/dist/es/Button/src/Button2.css +3 -3
- package/dist/es/CodeEditor/index.js +3 -3
- package/dist/es/CodeEditor/src/index.css +3 -3
- package/dist/es/CodeEditor/src/index.vue.js +3 -3
- package/dist/es/CodeEditor/src/index2.css +3 -3
- package/dist/es/CodeEditor/src/index3.css +3 -3
- package/dist/es/ConfigProvider/index.js +3 -3
- package/dist/es/ConfigProvider/src/configProvider.js +3 -3
- package/dist/es/ConfigProvider/src/configProviderProps.js +3 -3
- package/dist/es/ConfigProvider/src/constants.js +3 -3
- package/dist/es/ConfigProvider/src/useGlobalConfig.js +3 -3
- package/dist/es/CountTo/index.js +3 -3
- package/dist/es/CountTo/src/index.css +3 -3
- package/dist/es/CountTo/src/index.vue.js +3 -3
- package/dist/es/Ellipsis/index.js +3 -3
- package/dist/es/Ellipsis/src/components/JsEllipsis.css +3 -3
- package/dist/es/Ellipsis/src/components/JsEllipsis.vue.js +3 -3
- package/dist/es/Ellipsis/src/components/NativeEllipsis.css +3 -3
- package/dist/es/Ellipsis/src/components/NativeEllipsis.vue.js +3 -3
- package/dist/es/Ellipsis/src/components/NativeEllipsis2.css +3 -3
- package/dist/es/Ellipsis/src/index.css +3 -3
- package/dist/es/Ellipsis/src/index.vue.js +3 -3
- package/dist/es/Ellipsis/src/utils/utils.js +3 -3
- package/dist/es/Form/index.js +3 -3
- package/dist/es/Form/src/Form.css +3 -3
- package/dist/es/Form/src/Form.vue.js +3 -3
- package/dist/es/Form/src/Form2.css +3 -3
- package/dist/es/Form/src/styles/form.css +3 -3
- package/dist/es/Grid/index.js +3 -3
- package/dist/es/Grid/src/Grid.css +3 -3
- package/dist/es/Grid/src/Grid.vue.js +3 -3
- package/dist/es/Grid/src/components/ActionBar.css +3 -3
- package/dist/es/Grid/src/components/ActionBar.vue.js +3 -3
- package/dist/es/Grid/src/components/CellEditor.css +3 -3
- package/dist/es/Grid/src/components/CellEditor.vue.js +3 -3
- package/dist/es/Grid/src/components/CellEditor2.css +3 -3
- package/dist/es/Grid/src/components/ColumnFilter.css +3 -3
- package/dist/es/Grid/src/components/ColumnFilter.vue.js +3 -3
- package/dist/es/Grid/src/components/ColumnSettings.css +3 -3
- package/dist/es/Grid/src/components/ColumnSettings.vue.js +3 -3
- package/dist/es/Grid/src/components/DataTable.css +3 -3
- package/dist/es/Grid/src/components/DataTable.vue.js +3 -3
- package/dist/es/Grid/src/components/Pager.css +3 -3
- package/dist/es/Grid/src/components/Pager.vue.js +3 -3
- package/dist/es/Grid/src/components/QueryBar.css +3 -3
- package/dist/es/Grid/src/components/QueryBar.vue.js +3 -3
- package/dist/es/Grid/src/composables/useCellEditor.js +3 -3
- package/dist/es/Grid/src/composables/useGridTable.js +3 -3
- package/dist/es/Grid/src/styles/table.css +3 -3
- package/dist/es/Marquee/index.js +3 -3
- package/dist/es/Marquee/src/index.css +3 -3
- package/dist/es/Marquee/src/index.vue.js +3 -3
- package/dist/es/Marquee/src/index2.css +3 -3
- package/dist/es/Overlay/index.js +3 -3
- package/dist/es/Overlay/src/Message.css +3 -3
- package/dist/es/Overlay/src/Message.vue.js +3 -3
- package/dist/es/Overlay/src/Message2.css +3 -3
- package/dist/es/Overlay/src/Modal.css +3 -3
- package/dist/es/Overlay/src/Modal.vue.js +3 -3
- package/dist/es/Overlay/src/Modal2.css +3 -3
- package/dist/es/Overlay/src/Notice.css +3 -3
- package/dist/es/Overlay/src/Notice.vue.js +3 -3
- package/dist/es/Overlay/src/Notice2.css +3 -3
- package/dist/es/Overlay/src/Tooltip.css +3 -3
- package/dist/es/Overlay/src/Tooltip.vue.js +3 -3
- package/dist/es/Overlay/src/Tooltip2.css +3 -3
- package/dist/es/RichTextEditor/index.js +3 -3
- package/dist/es/RichTextEditor/src/ToolbarPanel.css +3 -3
- package/dist/es/RichTextEditor/src/ToolbarPanel.vue.js +3 -3
- package/dist/es/RichTextEditor/src/ToolbarPanel2.css +3 -3
- package/dist/es/RichTextEditor/src/components/BlockquoteButton.css +4 -4
- package/dist/es/RichTextEditor/src/components/BlockquoteButton.vue.js +4 -4
- package/dist/es/RichTextEditor/src/components/CodeBlockButton.css +4 -4
- package/dist/es/RichTextEditor/src/components/CodeBlockButton.vue.js +4 -4
- package/dist/es/RichTextEditor/src/components/ColorHighlightPopover.css +4 -4
- package/dist/es/RichTextEditor/src/components/ColorHighlightPopover.vue.js +4 -4
- package/dist/es/RichTextEditor/src/components/FontSizeDropdownMenu.css +3 -3
- package/dist/es/RichTextEditor/src/components/FontSizeDropdownMenu.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/HeadingDropdownMenu.css +4 -4
- package/dist/es/RichTextEditor/src/components/HeadingDropdownMenu.vue.js +4 -4
- package/dist/es/RichTextEditor/src/components/ImageUploadButton.css +4 -4
- package/dist/es/RichTextEditor/src/components/ImageUploadButton.vue.js +4 -4
- package/dist/es/RichTextEditor/src/components/LinkPopover.css +4 -4
- package/dist/es/RichTextEditor/src/components/LinkPopover.vue.js +4 -4
- package/dist/es/RichTextEditor/src/components/LinkPopover2.css +14 -0
- package/dist/es/RichTextEditor/src/components/ListDropdownMenu.css +4 -4
- package/dist/es/RichTextEditor/src/components/ListDropdownMenu.vue.js +4 -4
- package/dist/es/RichTextEditor/src/components/MarkButton.css +4 -4
- package/dist/es/RichTextEditor/src/components/MarkButton.vue.js +4 -4
- package/dist/es/RichTextEditor/src/components/TableButton.css +4 -4
- package/dist/es/RichTextEditor/src/components/TableButton.vue.js +4 -4
- package/dist/es/RichTextEditor/src/components/TextAlignDropdownMenu.css +4 -4
- package/dist/es/RichTextEditor/src/components/TextAlignDropdownMenu.vue.js +4 -4
- package/dist/es/RichTextEditor/src/components/TextColorPopover.css +4 -4
- package/dist/es/RichTextEditor/src/components/TextColorPopover.vue.js +4 -4
- package/dist/es/RichTextEditor/src/components/ToolbarGroup.css +3 -3
- package/dist/es/RichTextEditor/src/components/ToolbarGroup.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/ToolbarSeparator.css +3 -3
- package/dist/es/RichTextEditor/src/components/ToolbarSeparator.vue.js +3 -3
- package/dist/es/RichTextEditor/src/components/UndoRedoButton.css +4 -4
- package/dist/es/RichTextEditor/src/components/UndoRedoButton.vue.js +4 -4
- package/dist/es/RichTextEditor/src/components/VideoUploadButton.css +4 -4
- package/dist/es/RichTextEditor/src/components/VideoUploadButton.vue.js +4 -4
- package/dist/es/RichTextEditor/src/components/basic/ColorPicker.css +4 -4
- package/dist/es/RichTextEditor/src/components/basic/ColorPicker.vue.js +4 -4
- package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal.css +4 -4
- package/dist/es/RichTextEditor/src/components/basic/MediaUploadModal.vue.js +4 -4
- package/dist/es/RichTextEditor/src/components/basic/SelectMenu.css +4 -4
- package/dist/es/RichTextEditor/src/components/basic/SelectMenu.vue.js +4 -4
- package/dist/es/RichTextEditor/src/components/basic/SelectMenu2.css +4 -4
- package/dist/es/RichTextEditor/src/constant/index.js +3 -3
- package/dist/es/RichTextEditor/src/extensions/video.js +3 -3
- package/dist/es/RichTextEditor/src/index.css +4 -4
- package/dist/es/RichTextEditor/src/index.vue.js +4 -4
- package/dist/es/RichTextEditor/src/index2.css +4 -4
- package/dist/es/RichTextEditor/src/props.js +3 -3
- package/dist/es/ScaleScreen/index.js +3 -3
- package/dist/es/ScaleScreen/src/index.css +3 -3
- package/dist/es/ScaleScreen/src/index.vue.js +3 -3
- package/dist/es/ScaleScreen/src/index2.css +3 -3
- package/dist/es/Transition/index.js +3 -3
- package/dist/es/Transition/src/CollapseTransition.css +3 -3
- package/dist/es/Transition/src/CollapseTransition.vue.js +3 -3
- package/dist/es/Transition/src/CollapseTransition2.css +3 -3
- package/dist/es/Transition/src/CreateTransition.js +3 -3
- package/dist/es/Transition/src/ExpandTransition.js +3 -3
- package/dist/es/Transition/src/style/index.css +3 -3
- package/dist/es/Transition/style.js +3 -3
- package/dist/es/VideoBackground/index.js +3 -3
- package/dist/es/VideoBackground/src/helper.js +3 -3
- package/dist/es/VideoBackground/src/index.css +3 -3
- package/dist/es/VideoBackground/src/index.vue.js +3 -3
- package/dist/es/VideoBackground/src/index2.css +3 -3
- package/dist/es/VideoBackground/src/index3.css +3 -3
- package/dist/es/VideoBackground/src/videoBackground.js +3 -3
- package/dist/es/VideoPlayer/index.js +3 -3
- package/dist/es/VideoPlayer/src/index.css +3 -3
- package/dist/es/VideoPlayer/src/index.vue.js +3 -3
- package/dist/es/VirtualScroll/index.js +3 -3
- package/dist/es/VirtualScroll/src/index.css +3 -3
- package/dist/es/VirtualScroll/src/index.vue.js +3 -3
- package/dist/es/VirtualScroll/src/index.vue2.js +3 -3
- package/dist/es/VirtualScroll/src/index2.css +3 -3
- package/dist/es/_virtual/_commonjsHelpers.js +3 -3
- package/dist/es/_virtual/_plugin-vue_export-helper.js +3 -3
- package/dist/es/_virtual/delegate.js +3 -3
- package/dist/es/_virtual/download.js +3 -3
- package/dist/es/_virtual/download2.js +3 -3
- package/dist/es/_virtual/index.js +3 -3
- package/dist/es/_virtual/index2.js +3 -3
- package/dist/es/hooks/useLocale.js +3 -3
- package/dist/es/hooks/useNamespace.js +3 -3
- package/dist/es/index.js +3 -3
- package/dist/es/locale/lang/en-US.js +4 -4
- package/dist/es/locale/lang/ja-JP.js +4 -4
- package/dist/es/locale/lang/zh-CN.js +4 -4
- package/dist/es/node_modules/@codemirror/autocomplete/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/commands/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/lang-java/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/lang-javascript/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/lang-json/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/lang-python/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/lang-sql/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/lang-xml/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/lang-yaml/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/language/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/lint/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/search/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/state/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/theme-one-dark/dist/index.js +3 -3
- package/dist/es/node_modules/@codemirror/view/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/common/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/highlight/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/java/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/javascript/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/json/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/lr/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/python/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/xml/dist/index.js +3 -3
- package/dist/es/node_modules/@lezer/yaml/dist/index.js +3 -3
- package/dist/es/node_modules/@marijn/find-cluster-break/src/index.js +3 -3
- package/dist/es/node_modules/@tanstack/devtools-event-client/dist/esm/plugin.js +3 -3
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/EventClient.js +3 -3
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/FieldApi.js +3 -3
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/FormApi.js +3 -3
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/ValidationLogic.js +3 -3
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/metaHelper.js +3 -3
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/standardSchemaValidator.js +3 -3
- package/dist/es/node_modules/@tanstack/form-core/dist/esm/utils.js +3 -3
- package/dist/es/node_modules/@tanstack/pacer-lite/dist/lite-throttler.js +3 -3
- package/dist/es/node_modules/@tanstack/store/dist/esm/derived.js +3 -3
- package/dist/es/node_modules/@tanstack/store/dist/esm/scheduler.js +3 -3
- package/dist/es/node_modules/@tanstack/store/dist/esm/store.js +3 -3
- package/dist/es/node_modules/@tanstack/store/dist/esm/types.js +3 -3
- package/dist/es/node_modules/@tanstack/table-core/build/lib/index.js +3 -3
- package/dist/es/node_modules/@tanstack/vue-form/dist/esm/useField.js +3 -3
- package/dist/es/node_modules/@tanstack/vue-form/dist/esm/useForm.js +3 -3
- package/dist/es/node_modules/@tanstack/vue-store/dist/esm/index.js +3 -3
- package/dist/es/node_modules/@tanstack/vue-table/build/lib/index.js +3 -3
- package/dist/es/node_modules/@tiptap/core/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-blockquote/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-bold/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-character-count/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-code/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-code-block/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-document/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-hard-break/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-heading/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-highlight/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-image/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-italic/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-link/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-list/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-paragraph/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-strike/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-subscript/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-superscript/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-table/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-task-item/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-task-list/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-text/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-text-align/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-text-style/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extension-underline/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/extensions/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/starter-kit/dist/index.js +3 -3
- package/dist/es/node_modules/@tiptap/vue-3/dist/index.js +3 -3
- package/dist/es/node_modules/@vueuse/core/dist/index.js +3 -3
- package/dist/es/node_modules/@vueuse/shared/dist/index.js +3 -3
- package/dist/es/node_modules/codemirror/dist/index.js +3 -3
- package/dist/es/node_modules/crelt/index.js +3 -3
- package/dist/es/node_modules/delegate/src/closest.js +3 -3
- package/dist/es/node_modules/delegate/src/delegate.js +3 -3
- package/dist/es/node_modules/downloadjs/download.js +3 -3
- package/dist/es/node_modules/eventemitter3/index.js +3 -3
- package/dist/es/node_modules/linkifyjs/dist/linkify.js +3 -3
- package/dist/es/node_modules/lodash-es/_DataView.js +3 -3
- package/dist/es/node_modules/lodash-es/_Hash.js +3 -3
- package/dist/es/node_modules/lodash-es/_ListCache.js +3 -3
- package/dist/es/node_modules/lodash-es/_Map.js +3 -3
- package/dist/es/node_modules/lodash-es/_MapCache.js +3 -3
- package/dist/es/node_modules/lodash-es/_Promise.js +3 -3
- package/dist/es/node_modules/lodash-es/_Set.js +3 -3
- package/dist/es/node_modules/lodash-es/_Stack.js +3 -3
- package/dist/es/node_modules/lodash-es/_Symbol.js +3 -3
- package/dist/es/node_modules/lodash-es/_Uint8Array.js +3 -3
- package/dist/es/node_modules/lodash-es/_WeakMap.js +3 -3
- package/dist/es/node_modules/lodash-es/_apply.js +3 -3
- package/dist/es/node_modules/lodash-es/_arrayEach.js +3 -3
- package/dist/es/node_modules/lodash-es/_arrayFilter.js +3 -3
- package/dist/es/node_modules/lodash-es/_arrayLikeKeys.js +3 -3
- package/dist/es/node_modules/lodash-es/_arrayMap.js +3 -3
- package/dist/es/node_modules/lodash-es/_arrayPush.js +3 -3
- package/dist/es/node_modules/lodash-es/_asciiToArray.js +3 -3
- package/dist/es/node_modules/lodash-es/_assignValue.js +3 -3
- package/dist/es/node_modules/lodash-es/_assocIndexOf.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseAssignValue.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseClone.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseFlatten.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseGet.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseGetAllKeys.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseGetTag.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIsArguments.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIsMap.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIsNative.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIsRegExp.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIsSet.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseIsTypedArray.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseKeysIn.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseSetToString.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseSlice.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseTimes.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseToString.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseUnary.js +3 -3
- package/dist/es/node_modules/lodash-es/_baseUnset.js +3 -3
- package/dist/es/node_modules/lodash-es/_castPath.js +3 -3
- package/dist/es/node_modules/lodash-es/_castSlice.js +3 -3
- package/dist/es/node_modules/lodash-es/_cloneArrayBuffer.js +3 -3
- package/dist/es/node_modules/lodash-es/_cloneBuffer.js +3 -3
- package/dist/es/node_modules/lodash-es/_cloneDataView.js +3 -3
- package/dist/es/node_modules/lodash-es/_cloneRegExp.js +3 -3
- package/dist/es/node_modules/lodash-es/_cloneSymbol.js +3 -3
- package/dist/es/node_modules/lodash-es/_cloneTypedArray.js +3 -3
- package/dist/es/node_modules/lodash-es/_copyObject.js +3 -3
- package/dist/es/node_modules/lodash-es/_coreJsData.js +3 -3
- package/dist/es/node_modules/lodash-es/_createCaseFirst.js +3 -3
- package/dist/es/node_modules/lodash-es/_customOmitClone.js +3 -3
- package/dist/es/node_modules/lodash-es/_defineProperty.js +3 -3
- package/dist/es/node_modules/lodash-es/_flatRest.js +3 -3
- package/dist/es/node_modules/lodash-es/_freeGlobal.js +3 -3
- package/dist/es/node_modules/lodash-es/_getAllKeysIn.js +3 -3
- package/dist/es/node_modules/lodash-es/_getMapData.js +3 -3
- package/dist/es/node_modules/lodash-es/_getNative.js +3 -3
- package/dist/es/node_modules/lodash-es/_getPrototype.js +3 -3
- package/dist/es/node_modules/lodash-es/_getRawTag.js +3 -3
- package/dist/es/node_modules/lodash-es/_getSymbols.js +3 -3
- package/dist/es/node_modules/lodash-es/_getSymbolsIn.js +3 -3
- package/dist/es/node_modules/lodash-es/_getTag.js +3 -3
- package/dist/es/node_modules/lodash-es/_getValue.js +3 -3
- package/dist/es/node_modules/lodash-es/_hasUnicode.js +3 -3
- package/dist/es/node_modules/lodash-es/_hashClear.js +3 -3
- package/dist/es/node_modules/lodash-es/_hashDelete.js +3 -3
- package/dist/es/node_modules/lodash-es/_hashGet.js +3 -3
- package/dist/es/node_modules/lodash-es/_hashHas.js +3 -3
- package/dist/es/node_modules/lodash-es/_hashSet.js +3 -3
- package/dist/es/node_modules/lodash-es/_initCloneArray.js +3 -3
- package/dist/es/node_modules/lodash-es/_initCloneByTag.js +3 -3
- package/dist/es/node_modules/lodash-es/_isFlattenable.js +3 -3
- package/dist/es/node_modules/lodash-es/_isIndex.js +3 -3
- package/dist/es/node_modules/lodash-es/_isKey.js +3 -3
- package/dist/es/node_modules/lodash-es/_isKeyable.js +3 -3
- package/dist/es/node_modules/lodash-es/_isMasked.js +3 -3
- package/dist/es/node_modules/lodash-es/_isPrototype.js +3 -3
- package/dist/es/node_modules/lodash-es/_listCacheClear.js +3 -3
- package/dist/es/node_modules/lodash-es/_listCacheDelete.js +3 -3
- package/dist/es/node_modules/lodash-es/_listCacheGet.js +3 -3
- package/dist/es/node_modules/lodash-es/_listCacheHas.js +3 -3
- package/dist/es/node_modules/lodash-es/_listCacheSet.js +3 -3
- package/dist/es/node_modules/lodash-es/_mapCacheClear.js +3 -3
- package/dist/es/node_modules/lodash-es/_mapCacheDelete.js +3 -3
- package/dist/es/node_modules/lodash-es/_mapCacheGet.js +3 -3
- package/dist/es/node_modules/lodash-es/_mapCacheHas.js +3 -3
- package/dist/es/node_modules/lodash-es/_mapCacheSet.js +3 -3
- package/dist/es/node_modules/lodash-es/_memoizeCapped.js +3 -3
- package/dist/es/node_modules/lodash-es/_nativeCreate.js +3 -3
- package/dist/es/node_modules/lodash-es/_nativeKeysIn.js +3 -3
- package/dist/es/node_modules/lodash-es/_nodeUtil.js +3 -3
- package/dist/es/node_modules/lodash-es/_objectToString.js +3 -3
- package/dist/es/node_modules/lodash-es/_overArg.js +3 -3
- package/dist/es/node_modules/lodash-es/_overRest.js +3 -3
- package/dist/es/node_modules/lodash-es/_parent.js +3 -3
- package/dist/es/node_modules/lodash-es/_root.js +3 -3
- package/dist/es/node_modules/lodash-es/_setToString.js +3 -3
- package/dist/es/node_modules/lodash-es/_shortOut.js +3 -3
- package/dist/es/node_modules/lodash-es/_stackClear.js +3 -3
- package/dist/es/node_modules/lodash-es/_stackDelete.js +3 -3
- package/dist/es/node_modules/lodash-es/_stackGet.js +3 -3
- package/dist/es/node_modules/lodash-es/_stackHas.js +3 -3
- package/dist/es/node_modules/lodash-es/_stackSet.js +3 -3
- package/dist/es/node_modules/lodash-es/_stringToArray.js +3 -3
- package/dist/es/node_modules/lodash-es/_stringToPath.js +3 -3
- package/dist/es/node_modules/lodash-es/_toKey.js +3 -3
- package/dist/es/node_modules/lodash-es/_toSource.js +3 -3
- package/dist/es/node_modules/lodash-es/_unicodeToArray.js +3 -3
- package/dist/es/node_modules/lodash-es/constant.js +3 -3
- package/dist/es/node_modules/lodash-es/eq.js +3 -3
- package/dist/es/node_modules/lodash-es/flatten.js +3 -3
- package/dist/es/node_modules/lodash-es/get.js +3 -3
- package/dist/es/node_modules/lodash-es/identity.js +3 -3
- package/dist/es/node_modules/lodash-es/isArguments.js +3 -3
- package/dist/es/node_modules/lodash-es/isArray.js +3 -3
- package/dist/es/node_modules/lodash-es/isArrayLike.js +3 -3
- package/dist/es/node_modules/lodash-es/isBuffer.js +3 -3
- package/dist/es/node_modules/lodash-es/isFinite.js +3 -3
- package/dist/es/node_modules/lodash-es/isFunction.js +3 -3
- package/dist/es/node_modules/lodash-es/isLength.js +3 -3
- package/dist/es/node_modules/lodash-es/isMap.js +3 -3
- package/dist/es/node_modules/lodash-es/isNaN.js +3 -3
- package/dist/es/node_modules/lodash-es/isNil.js +3 -3
- package/dist/es/node_modules/lodash-es/isNumber.js +3 -3
- package/dist/es/node_modules/lodash-es/isObject.js +3 -3
- package/dist/es/node_modules/lodash-es/isObjectLike.js +3 -3
- package/dist/es/node_modules/lodash-es/isPlainObject.js +3 -3
- package/dist/es/node_modules/lodash-es/isRegExp.js +3 -3
- package/dist/es/node_modules/lodash-es/isSet.js +3 -3
- package/dist/es/node_modules/lodash-es/isString.js +3 -3
- package/dist/es/node_modules/lodash-es/isSymbol.js +3 -3
- package/dist/es/node_modules/lodash-es/isTypedArray.js +3 -3
- package/dist/es/node_modules/lodash-es/keysIn.js +3 -3
- package/dist/es/node_modules/lodash-es/last.js +3 -3
- package/dist/es/node_modules/lodash-es/memoize.js +3 -3
- package/dist/es/node_modules/lodash-es/omit.js +3 -3
- package/dist/es/node_modules/lodash-es/stubArray.js +3 -3
- package/dist/es/node_modules/lodash-es/stubFalse.js +3 -3
- package/dist/es/node_modules/lodash-es/toString.js +3 -3
- package/dist/es/node_modules/lodash-es/upperFirst.js +3 -3
- package/dist/es/node_modules/orderedmap/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-commands/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-dropcursor/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-gapcursor/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-history/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-keymap/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-model/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-schema-list/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-state/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-tables/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-transform/dist/index.js +3 -3
- package/dist/es/node_modules/prosemirror-view/dist/index.js +3 -3
- package/dist/es/node_modules/rope-sequence/dist/index.js +3 -3
- package/dist/es/node_modules/style-mod/src/style-mod.js +3 -3
- package/dist/es/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +3 -3
- package/dist/es/node_modules/w3c-keyname/index.js +3 -3
- package/dist/es/node_modules/xgplayer/dist/index.min.css +3 -3
- package/dist/es/node_modules/xgplayer/es/_virtual/_rollupPluginBabelHelpers.js +3 -3
- package/dist/es/node_modules/xgplayer/es/constant.js +3 -3
- package/dist/es/node_modules/xgplayer/es/defaultConfig.js +3 -3
- package/dist/es/node_modules/xgplayer/es/error.js +3 -3
- package/dist/es/node_modules/xgplayer/es/events.js +3 -3
- package/dist/es/node_modules/xgplayer/es/index.umd.js +3 -3
- package/dist/es/node_modules/xgplayer/es/instManager.js +3 -3
- package/dist/es/node_modules/xgplayer/es/lang/en.js +3 -3
- package/dist/es/node_modules/xgplayer/es/lang/i18n.js +3 -3
- package/dist/es/node_modules/xgplayer/es/lang/jp.js +3 -3
- package/dist/es/node_modules/xgplayer/es/lang/zh-cn.js +3 -3
- package/dist/es/node_modules/xgplayer/es/mediaProxy.js +3 -3
- package/dist/es/node_modules/xgplayer/es/player.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugin/basePlugin.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugin/hooksDescriptor.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugin/plugin.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugin/pluginsManager.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugin/preset.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugin/resizeObserver.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/back.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/download.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/exitCssFull.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/exitFull.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/loading.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/pause.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/pipIcon.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/pipIconExit.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/play.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/playNext.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/replay.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/requestCssFull.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/requestFull.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/rotate.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/seekicon.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeLarge.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeMuted.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/assets/volumeSmall.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/common/iconPlugin.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/common/iconTools.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/common/optionList.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/common/optionsIcon.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/common/thumbnail.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/controls/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/cssFullScreen/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/definition/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/download/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/dynamicBg/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/enter/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/error/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/fpsDetect/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/fullscreen/backicon.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/fullscreen/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/gapJump/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/keyboard/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/loading/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/logger/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/miniScreen/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/miniScreen/miniScreenIcon.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/mobile/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/mobile/touch.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/pc/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/pip/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/play/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/playNext/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/playbackRate/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/poster/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/progress/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/progress/innerList.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/progress/miniProgress.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/progressPreview/dotsApi.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/progressPreview/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/prompt/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/replay/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/rotate/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/screenShot/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/start/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/stats/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/testspeed/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/time/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/time/timesegments.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/volume/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/plugins/waitingTimeoutJump/index.js +3 -3
- package/dist/es/node_modules/xgplayer/es/presets/default.js +3 -3
- package/dist/es/node_modules/xgplayer/es/state.js +3 -3
- package/dist/es/node_modules/xgplayer/es/stateClassMap.js +3 -3
- package/dist/es/node_modules/xgplayer/es/utils/database.js +3 -3
- package/dist/es/node_modules/xgplayer/es/utils/debug.js +3 -3
- package/dist/es/node_modules/xgplayer/es/utils/draggabilly.js +3 -3
- package/dist/es/node_modules/xgplayer/es/utils/sniffer.js +3 -3
- package/dist/es/node_modules/xgplayer/es/utils/util.js +3 -3
- package/dist/es/node_modules/xgplayer/es/utils/xgplayerTimeRange.js +3 -3
- package/dist/es/node_modules/xgplayer/es/version.js +3 -3
- package/dist/es/packages/components/index.js +3 -3
- package/dist/es/styles/tokens.css +3 -3
- package/dist/lib/Button/index.js +3 -3
- package/dist/lib/Button/src/Button.css +3 -3
- package/dist/lib/Button/src/Button.vue.js +3 -3
- package/dist/lib/Button/src/Button2.css +3 -3
- package/dist/lib/CodeEditor/index.js +3 -3
- package/dist/lib/CodeEditor/src/index.css +3 -3
- package/dist/lib/CodeEditor/src/index.vue.js +3 -3
- package/dist/lib/CodeEditor/src/index2.css +3 -3
- package/dist/lib/CodeEditor/src/index3.css +3 -3
- package/dist/lib/ConfigProvider/index.js +3 -3
- package/dist/lib/ConfigProvider/src/configProvider.js +3 -3
- package/dist/lib/ConfigProvider/src/configProviderProps.js +3 -3
- package/dist/lib/ConfigProvider/src/constants.js +3 -3
- package/dist/lib/ConfigProvider/src/useGlobalConfig.js +3 -3
- package/dist/lib/CountTo/index.js +3 -3
- package/dist/lib/CountTo/src/index.css +3 -3
- package/dist/lib/CountTo/src/index.vue.js +3 -3
- package/dist/lib/Ellipsis/index.js +3 -3
- package/dist/lib/Ellipsis/src/components/JsEllipsis.css +3 -3
- package/dist/lib/Ellipsis/src/components/JsEllipsis.vue.js +3 -3
- package/dist/lib/Ellipsis/src/components/NativeEllipsis.css +3 -3
- package/dist/lib/Ellipsis/src/components/NativeEllipsis.vue.js +3 -3
- package/dist/lib/Ellipsis/src/components/NativeEllipsis2.css +3 -3
- package/dist/lib/Ellipsis/src/index.css +3 -3
- package/dist/lib/Ellipsis/src/index.vue.js +3 -3
- package/dist/lib/Ellipsis/src/utils/utils.js +3 -3
- package/dist/lib/Form/index.js +3 -3
- package/dist/lib/Form/src/Form.css +3 -3
- package/dist/lib/Form/src/Form.vue.js +3 -3
- package/dist/lib/Form/src/Form2.css +3 -3
- package/dist/lib/Form/src/styles/form.css +3 -3
- package/dist/lib/Grid/index.js +3 -3
- package/dist/lib/Grid/src/Grid.css +3 -3
- package/dist/lib/Grid/src/Grid.vue.js +3 -3
- package/dist/lib/Grid/src/components/ActionBar.css +3 -3
- package/dist/lib/Grid/src/components/ActionBar.vue.js +3 -3
- package/dist/lib/Grid/src/components/CellEditor.css +3 -3
- package/dist/lib/Grid/src/components/CellEditor.vue.js +3 -3
- package/dist/lib/Grid/src/components/CellEditor2.css +3 -3
- package/dist/lib/Grid/src/components/ColumnFilter.css +3 -3
- package/dist/lib/Grid/src/components/ColumnFilter.vue.js +3 -3
- package/dist/lib/Grid/src/components/ColumnSettings.css +3 -3
- package/dist/lib/Grid/src/components/ColumnSettings.vue.js +3 -3
- package/dist/lib/Grid/src/components/DataTable.css +3 -3
- package/dist/lib/Grid/src/components/DataTable.vue.js +3 -3
- package/dist/lib/Grid/src/components/Pager.css +3 -3
- package/dist/lib/Grid/src/components/Pager.vue.js +3 -3
- package/dist/lib/Grid/src/components/QueryBar.css +3 -3
- package/dist/lib/Grid/src/components/QueryBar.vue.js +3 -3
- package/dist/lib/Grid/src/composables/useCellEditor.js +3 -3
- package/dist/lib/Grid/src/composables/useGridTable.js +3 -3
- package/dist/lib/Grid/src/styles/table.css +3 -3
- package/dist/lib/Marquee/index.js +3 -3
- package/dist/lib/Marquee/src/index.css +3 -3
- package/dist/lib/Marquee/src/index.vue.js +3 -3
- package/dist/lib/Marquee/src/index2.css +3 -3
- package/dist/lib/Overlay/index.js +3 -3
- package/dist/lib/Overlay/src/Message.css +3 -3
- package/dist/lib/Overlay/src/Message.vue.js +3 -3
- package/dist/lib/Overlay/src/Message2.css +3 -3
- package/dist/lib/Overlay/src/Modal.css +3 -3
- package/dist/lib/Overlay/src/Modal.vue.js +3 -3
- package/dist/lib/Overlay/src/Modal2.css +3 -3
- package/dist/lib/Overlay/src/Notice.css +3 -3
- package/dist/lib/Overlay/src/Notice.vue.js +3 -3
- package/dist/lib/Overlay/src/Notice2.css +3 -3
- package/dist/lib/Overlay/src/Tooltip.css +3 -3
- package/dist/lib/Overlay/src/Tooltip.vue.js +3 -3
- package/dist/lib/Overlay/src/Tooltip2.css +3 -3
- package/dist/lib/RichTextEditor/index.js +3 -3
- package/dist/lib/RichTextEditor/src/ToolbarPanel.css +3 -3
- package/dist/lib/RichTextEditor/src/ToolbarPanel.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/ToolbarPanel2.css +3 -3
- package/dist/lib/RichTextEditor/src/components/BlockquoteButton.css +4 -4
- package/dist/lib/RichTextEditor/src/components/BlockquoteButton.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/CodeBlockButton.css +4 -4
- package/dist/lib/RichTextEditor/src/components/CodeBlockButton.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/ColorHighlightPopover.css +4 -4
- package/dist/lib/RichTextEditor/src/components/ColorHighlightPopover.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/FontSizeDropdownMenu.css +3 -3
- package/dist/lib/RichTextEditor/src/components/FontSizeDropdownMenu.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/HeadingDropdownMenu.css +4 -4
- package/dist/lib/RichTextEditor/src/components/HeadingDropdownMenu.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/ImageUploadButton.css +4 -4
- package/dist/lib/RichTextEditor/src/components/ImageUploadButton.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/LinkPopover.css +4 -4
- package/dist/lib/RichTextEditor/src/components/LinkPopover.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/LinkPopover2.css +14 -0
- package/dist/lib/RichTextEditor/src/components/ListDropdownMenu.css +4 -4
- package/dist/lib/RichTextEditor/src/components/ListDropdownMenu.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/MarkButton.css +4 -4
- package/dist/lib/RichTextEditor/src/components/MarkButton.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/TableButton.css +4 -4
- package/dist/lib/RichTextEditor/src/components/TableButton.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/TextAlignDropdownMenu.css +4 -4
- package/dist/lib/RichTextEditor/src/components/TextAlignDropdownMenu.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/TextColorPopover.css +4 -4
- package/dist/lib/RichTextEditor/src/components/TextColorPopover.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/ToolbarGroup.css +3 -3
- package/dist/lib/RichTextEditor/src/components/ToolbarGroup.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/ToolbarSeparator.css +3 -3
- package/dist/lib/RichTextEditor/src/components/ToolbarSeparator.vue.js +3 -3
- package/dist/lib/RichTextEditor/src/components/UndoRedoButton.css +4 -4
- package/dist/lib/RichTextEditor/src/components/UndoRedoButton.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/VideoUploadButton.css +4 -4
- package/dist/lib/RichTextEditor/src/components/VideoUploadButton.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/basic/ColorPicker.css +4 -4
- package/dist/lib/RichTextEditor/src/components/basic/ColorPicker.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal.css +4 -4
- package/dist/lib/RichTextEditor/src/components/basic/MediaUploadModal.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/basic/SelectMenu.css +4 -4
- package/dist/lib/RichTextEditor/src/components/basic/SelectMenu.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/components/basic/SelectMenu2.css +4 -4
- package/dist/lib/RichTextEditor/src/constant/index.js +3 -3
- package/dist/lib/RichTextEditor/src/extensions/video.js +3 -3
- package/dist/lib/RichTextEditor/src/index.css +4 -4
- package/dist/lib/RichTextEditor/src/index.vue.js +4 -4
- package/dist/lib/RichTextEditor/src/index2.css +4 -4
- package/dist/lib/RichTextEditor/src/props.js +3 -3
- package/dist/lib/ScaleScreen/index.js +3 -3
- package/dist/lib/ScaleScreen/src/index.css +3 -3
- package/dist/lib/ScaleScreen/src/index.vue.js +3 -3
- package/dist/lib/ScaleScreen/src/index2.css +3 -3
- package/dist/lib/Transition/index.js +3 -3
- package/dist/lib/Transition/src/CollapseTransition.css +3 -3
- package/dist/lib/Transition/src/CollapseTransition.vue.js +3 -3
- package/dist/lib/Transition/src/CollapseTransition2.css +3 -3
- package/dist/lib/Transition/src/CreateTransition.js +3 -3
- package/dist/lib/Transition/src/ExpandTransition.js +3 -3
- package/dist/lib/Transition/src/style/index.css +3 -3
- package/dist/lib/Transition/style.js +3 -3
- package/dist/lib/VideoBackground/index.js +3 -3
- package/dist/lib/VideoBackground/src/helper.js +3 -3
- package/dist/lib/VideoBackground/src/index.css +3 -3
- package/dist/lib/VideoBackground/src/index.vue.js +3 -3
- package/dist/lib/VideoBackground/src/index2.css +3 -3
- package/dist/lib/VideoBackground/src/index3.css +3 -3
- package/dist/lib/VideoBackground/src/videoBackground.js +3 -3
- package/dist/lib/VideoPlayer/index.js +3 -3
- package/dist/lib/VideoPlayer/src/index.css +3 -3
- package/dist/lib/VideoPlayer/src/index.vue.js +3 -3
- package/dist/lib/VirtualScroll/index.js +3 -3
- package/dist/lib/VirtualScroll/src/index.css +3 -3
- package/dist/lib/VirtualScroll/src/index.vue.js +3 -3
- package/dist/lib/VirtualScroll/src/index.vue2.js +3 -3
- package/dist/lib/VirtualScroll/src/index2.css +3 -3
- package/dist/lib/_virtual/_commonjsHelpers.js +3 -3
- package/dist/lib/_virtual/_plugin-vue_export-helper.js +3 -3
- package/dist/lib/_virtual/delegate.js +3 -3
- package/dist/lib/_virtual/download.js +3 -3
- package/dist/lib/_virtual/download2.js +3 -3
- package/dist/lib/_virtual/index.js +3 -3
- package/dist/lib/_virtual/index2.js +3 -3
- package/dist/lib/hooks/useLocale.js +3 -3
- package/dist/lib/hooks/useNamespace.js +3 -3
- package/dist/lib/index.js +3 -3
- package/dist/lib/locale/lang/en-US.js +4 -4
- package/dist/lib/locale/lang/ja-JP.js +4 -4
- package/dist/lib/locale/lang/zh-CN.js +4 -4
- package/dist/lib/node_modules/@codemirror/autocomplete/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/commands/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/lang-java/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/lang-javascript/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/lang-json/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/lang-python/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/lang-sql/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/lang-xml/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/lang-yaml/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/language/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/lint/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/search/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/state/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/theme-one-dark/dist/index.js +3 -3
- package/dist/lib/node_modules/@codemirror/view/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/common/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/highlight/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/java/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/javascript/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/json/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/lr/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/python/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/xml/dist/index.js +3 -3
- package/dist/lib/node_modules/@lezer/yaml/dist/index.js +3 -3
- package/dist/lib/node_modules/@marijn/find-cluster-break/src/index.js +3 -3
- package/dist/lib/node_modules/@tanstack/devtools-event-client/dist/esm/plugin.js +3 -3
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/EventClient.js +3 -3
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/FieldApi.js +3 -3
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/FormApi.js +3 -3
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/ValidationLogic.js +3 -3
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/metaHelper.js +3 -3
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/standardSchemaValidator.js +3 -3
- package/dist/lib/node_modules/@tanstack/form-core/dist/esm/utils.js +3 -3
- package/dist/lib/node_modules/@tanstack/pacer-lite/dist/lite-throttler.js +3 -3
- package/dist/lib/node_modules/@tanstack/store/dist/esm/derived.js +3 -3
- package/dist/lib/node_modules/@tanstack/store/dist/esm/scheduler.js +3 -3
- package/dist/lib/node_modules/@tanstack/store/dist/esm/store.js +3 -3
- package/dist/lib/node_modules/@tanstack/store/dist/esm/types.js +3 -3
- package/dist/lib/node_modules/@tanstack/table-core/build/lib/index.js +3 -3
- package/dist/lib/node_modules/@tanstack/vue-form/dist/esm/useField.js +3 -3
- package/dist/lib/node_modules/@tanstack/vue-form/dist/esm/useForm.js +3 -3
- package/dist/lib/node_modules/@tanstack/vue-store/dist/esm/index.js +3 -3
- package/dist/lib/node_modules/@tanstack/vue-table/build/lib/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/core/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-blockquote/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-bold/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-character-count/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-code/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-code-block/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-document/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-hard-break/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-heading/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-highlight/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-image/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-italic/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-link/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-list/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-paragraph/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-strike/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-subscript/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-superscript/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-table/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-task-item/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-task-list/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-text/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-text-align/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-text-style/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extension-underline/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/extensions/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/starter-kit/dist/index.js +3 -3
- package/dist/lib/node_modules/@tiptap/vue-3/dist/index.js +3 -3
- package/dist/lib/node_modules/@vueuse/core/dist/index.js +3 -3
- package/dist/lib/node_modules/@vueuse/shared/dist/index.js +3 -3
- package/dist/lib/node_modules/codemirror/dist/index.js +3 -3
- package/dist/lib/node_modules/crelt/index.js +3 -3
- package/dist/lib/node_modules/delegate/src/closest.js +3 -3
- package/dist/lib/node_modules/delegate/src/delegate.js +3 -3
- package/dist/lib/node_modules/downloadjs/download.js +3 -3
- package/dist/lib/node_modules/eventemitter3/index.js +3 -3
- package/dist/lib/node_modules/linkifyjs/dist/linkify.js +3 -3
- package/dist/lib/node_modules/lodash-es/_DataView.js +3 -3
- package/dist/lib/node_modules/lodash-es/_Hash.js +3 -3
- package/dist/lib/node_modules/lodash-es/_ListCache.js +3 -3
- package/dist/lib/node_modules/lodash-es/_Map.js +3 -3
- package/dist/lib/node_modules/lodash-es/_MapCache.js +3 -3
- package/dist/lib/node_modules/lodash-es/_Promise.js +3 -3
- package/dist/lib/node_modules/lodash-es/_Set.js +3 -3
- package/dist/lib/node_modules/lodash-es/_Stack.js +3 -3
- package/dist/lib/node_modules/lodash-es/_Symbol.js +3 -3
- package/dist/lib/node_modules/lodash-es/_Uint8Array.js +3 -3
- package/dist/lib/node_modules/lodash-es/_WeakMap.js +3 -3
- package/dist/lib/node_modules/lodash-es/_apply.js +3 -3
- package/dist/lib/node_modules/lodash-es/_arrayEach.js +3 -3
- package/dist/lib/node_modules/lodash-es/_arrayFilter.js +3 -3
- package/dist/lib/node_modules/lodash-es/_arrayLikeKeys.js +3 -3
- package/dist/lib/node_modules/lodash-es/_arrayMap.js +3 -3
- package/dist/lib/node_modules/lodash-es/_arrayPush.js +3 -3
- package/dist/lib/node_modules/lodash-es/_asciiToArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/_assignValue.js +3 -3
- package/dist/lib/node_modules/lodash-es/_assocIndexOf.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseAssignValue.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseClone.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseFlatten.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseGet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseGetAllKeys.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseGetTag.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIsArguments.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIsMap.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIsNative.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIsRegExp.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIsSet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseIsTypedArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseKeysIn.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseSetToString.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseSlice.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseTimes.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseToString.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseUnary.js +3 -3
- package/dist/lib/node_modules/lodash-es/_baseUnset.js +3 -3
- package/dist/lib/node_modules/lodash-es/_castPath.js +3 -3
- package/dist/lib/node_modules/lodash-es/_castSlice.js +3 -3
- package/dist/lib/node_modules/lodash-es/_cloneArrayBuffer.js +3 -3
- package/dist/lib/node_modules/lodash-es/_cloneBuffer.js +3 -3
- package/dist/lib/node_modules/lodash-es/_cloneDataView.js +3 -3
- package/dist/lib/node_modules/lodash-es/_cloneRegExp.js +3 -3
- package/dist/lib/node_modules/lodash-es/_cloneSymbol.js +3 -3
- package/dist/lib/node_modules/lodash-es/_cloneTypedArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/_copyObject.js +3 -3
- package/dist/lib/node_modules/lodash-es/_coreJsData.js +3 -3
- package/dist/lib/node_modules/lodash-es/_createCaseFirst.js +3 -3
- package/dist/lib/node_modules/lodash-es/_customOmitClone.js +3 -3
- package/dist/lib/node_modules/lodash-es/_defineProperty.js +3 -3
- package/dist/lib/node_modules/lodash-es/_flatRest.js +3 -3
- package/dist/lib/node_modules/lodash-es/_freeGlobal.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getAllKeysIn.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getMapData.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getNative.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getPrototype.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getRawTag.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getSymbols.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getSymbolsIn.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getTag.js +3 -3
- package/dist/lib/node_modules/lodash-es/_getValue.js +3 -3
- package/dist/lib/node_modules/lodash-es/_hasUnicode.js +3 -3
- package/dist/lib/node_modules/lodash-es/_hashClear.js +3 -3
- package/dist/lib/node_modules/lodash-es/_hashDelete.js +3 -3
- package/dist/lib/node_modules/lodash-es/_hashGet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_hashHas.js +3 -3
- package/dist/lib/node_modules/lodash-es/_hashSet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_initCloneArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/_initCloneByTag.js +3 -3
- package/dist/lib/node_modules/lodash-es/_isFlattenable.js +3 -3
- package/dist/lib/node_modules/lodash-es/_isIndex.js +3 -3
- package/dist/lib/node_modules/lodash-es/_isKey.js +3 -3
- package/dist/lib/node_modules/lodash-es/_isKeyable.js +3 -3
- package/dist/lib/node_modules/lodash-es/_isMasked.js +3 -3
- package/dist/lib/node_modules/lodash-es/_isPrototype.js +3 -3
- package/dist/lib/node_modules/lodash-es/_listCacheClear.js +3 -3
- package/dist/lib/node_modules/lodash-es/_listCacheDelete.js +3 -3
- package/dist/lib/node_modules/lodash-es/_listCacheGet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_listCacheHas.js +3 -3
- package/dist/lib/node_modules/lodash-es/_listCacheSet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_mapCacheClear.js +3 -3
- package/dist/lib/node_modules/lodash-es/_mapCacheDelete.js +3 -3
- package/dist/lib/node_modules/lodash-es/_mapCacheGet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_mapCacheHas.js +3 -3
- package/dist/lib/node_modules/lodash-es/_mapCacheSet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_memoizeCapped.js +3 -3
- package/dist/lib/node_modules/lodash-es/_nativeCreate.js +3 -3
- package/dist/lib/node_modules/lodash-es/_nativeKeysIn.js +3 -3
- package/dist/lib/node_modules/lodash-es/_nodeUtil.js +3 -3
- package/dist/lib/node_modules/lodash-es/_objectToString.js +3 -3
- package/dist/lib/node_modules/lodash-es/_overArg.js +3 -3
- package/dist/lib/node_modules/lodash-es/_overRest.js +3 -3
- package/dist/lib/node_modules/lodash-es/_parent.js +3 -3
- package/dist/lib/node_modules/lodash-es/_root.js +3 -3
- package/dist/lib/node_modules/lodash-es/_setToString.js +3 -3
- package/dist/lib/node_modules/lodash-es/_shortOut.js +3 -3
- package/dist/lib/node_modules/lodash-es/_stackClear.js +3 -3
- package/dist/lib/node_modules/lodash-es/_stackDelete.js +3 -3
- package/dist/lib/node_modules/lodash-es/_stackGet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_stackHas.js +3 -3
- package/dist/lib/node_modules/lodash-es/_stackSet.js +3 -3
- package/dist/lib/node_modules/lodash-es/_stringToArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/_stringToPath.js +3 -3
- package/dist/lib/node_modules/lodash-es/_toKey.js +3 -3
- package/dist/lib/node_modules/lodash-es/_toSource.js +3 -3
- package/dist/lib/node_modules/lodash-es/_unicodeToArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/constant.js +3 -3
- package/dist/lib/node_modules/lodash-es/eq.js +3 -3
- package/dist/lib/node_modules/lodash-es/flatten.js +3 -3
- package/dist/lib/node_modules/lodash-es/get.js +3 -3
- package/dist/lib/node_modules/lodash-es/identity.js +3 -3
- package/dist/lib/node_modules/lodash-es/isArguments.js +3 -3
- package/dist/lib/node_modules/lodash-es/isArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/isArrayLike.js +3 -3
- package/dist/lib/node_modules/lodash-es/isBuffer.js +3 -3
- package/dist/lib/node_modules/lodash-es/isFinite.js +3 -3
- package/dist/lib/node_modules/lodash-es/isFunction.js +3 -3
- package/dist/lib/node_modules/lodash-es/isLength.js +3 -3
- package/dist/lib/node_modules/lodash-es/isMap.js +3 -3
- package/dist/lib/node_modules/lodash-es/isNaN.js +3 -3
- package/dist/lib/node_modules/lodash-es/isNil.js +3 -3
- package/dist/lib/node_modules/lodash-es/isNumber.js +3 -3
- package/dist/lib/node_modules/lodash-es/isObject.js +3 -3
- package/dist/lib/node_modules/lodash-es/isObjectLike.js +3 -3
- package/dist/lib/node_modules/lodash-es/isPlainObject.js +3 -3
- package/dist/lib/node_modules/lodash-es/isRegExp.js +3 -3
- package/dist/lib/node_modules/lodash-es/isSet.js +3 -3
- package/dist/lib/node_modules/lodash-es/isString.js +3 -3
- package/dist/lib/node_modules/lodash-es/isSymbol.js +3 -3
- package/dist/lib/node_modules/lodash-es/isTypedArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/keysIn.js +3 -3
- package/dist/lib/node_modules/lodash-es/last.js +3 -3
- package/dist/lib/node_modules/lodash-es/memoize.js +3 -3
- package/dist/lib/node_modules/lodash-es/omit.js +3 -3
- package/dist/lib/node_modules/lodash-es/stubArray.js +3 -3
- package/dist/lib/node_modules/lodash-es/stubFalse.js +3 -3
- package/dist/lib/node_modules/lodash-es/toString.js +3 -3
- package/dist/lib/node_modules/lodash-es/upperFirst.js +3 -3
- package/dist/lib/node_modules/orderedmap/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-commands/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-dropcursor/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-gapcursor/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-history/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-keymap/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-model/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-schema-list/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-state/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-tables/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-transform/dist/index.js +3 -3
- package/dist/lib/node_modules/prosemirror-view/dist/index.js +3 -3
- package/dist/lib/node_modules/rope-sequence/dist/index.js +3 -3
- package/dist/lib/node_modules/style-mod/src/style-mod.js +3 -3
- package/dist/lib/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +3 -3
- package/dist/lib/node_modules/w3c-keyname/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/dist/index.min.css +3 -3
- package/dist/lib/node_modules/xgplayer/es/_virtual/_rollupPluginBabelHelpers.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/constant.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/defaultConfig.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/error.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/events.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/index.umd.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/instManager.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/lang/en.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/lang/i18n.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/lang/jp.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/lang/zh-cn.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/mediaProxy.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/player.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugin/basePlugin.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugin/hooksDescriptor.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugin/plugin.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugin/pluginsManager.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugin/preset.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugin/resizeObserver.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/back.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/download.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/exitCssFull.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/exitFull.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/loading.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/pause.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/pipIcon.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/pipIconExit.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/play.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/playNext.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/replay.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/requestCssFull.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/requestFull.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/rotate.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/seekicon.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeLarge.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeMuted.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/assets/volumeSmall.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/common/iconPlugin.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/common/iconTools.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/common/optionList.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/common/optionsIcon.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/common/thumbnail.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/controls/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/cssFullScreen/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/definition/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/download/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/dynamicBg/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/enter/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/error/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/fpsDetect/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/fullscreen/backicon.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/fullscreen/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/gapJump/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/keyboard/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/loading/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/logger/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/miniScreen/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/miniScreen/miniScreenIcon.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/mobile/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/mobile/touch.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/pc/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/pip/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/play/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/playNext/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/playbackRate/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/poster/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/progress/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/progress/innerList.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/progress/miniProgress.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/progressPreview/dotsApi.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/progressPreview/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/prompt/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/replay/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/rotate/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/screenShot/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/start/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/stats/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/testspeed/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/time/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/time/timesegments.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/volume/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/plugins/waitingTimeoutJump/index.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/presets/default.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/state.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/stateClassMap.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/utils/database.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/utils/debug.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/utils/draggabilly.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/utils/sniffer.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/utils/util.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/utils/xgplayerTimeRange.js +3 -3
- package/dist/lib/node_modules/xgplayer/es/version.js +3 -3
- package/dist/lib/packages/components/index.js +3 -3
- package/dist/lib/styles/tokens.css +3 -3
- package/package.json +2 -2
- package/dist/es/RichTextEditor/src/components/icons.js +0 -14
- package/dist/lib/RichTextEditor/src/components/icons.js +0 -14
package/dist/es/Button/index.js
CHANGED
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{withInstall as o}from"@gsc-basic/utils";import t from"./src/Button.vue.js";const r=o(t);export{r as GscButton};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
.gsc-btn[data-v-1b8137c7]{height:32px;padding:4px 15px;border-radius:6px;font-size:14px;line-height:22px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-color .2s,background-color .2s,color .2s,box-shadow .2s}.gsc-btn[data-v-1b8137c7]:disabled{cursor:not-allowed;opacity:.5}.gsc-btn-default[data-v-1b8137c7]{border:1px solid var(--gsc-basic-border);background:var(--gsc-basic-bg);color:var(--gsc-basic-text-primary)}.gsc-btn-link[data-v-1b8137c7]{border:0;background:transparent;color:var(--gsc-basic-primary);padding:0 4px}.gsc-btn-primary[data-v-1b8137c7]{border:1px solid var(--gsc-basic-primary);background:var(--gsc-basic-primary);color:var(--gsc-basic-bg)}.gsc-btn-danger[data-v-1b8137c7]{border:1px solid var(--gsc-basic-danger);background:var(--gsc-basic-danger);color:var(--gsc-basic-bg)}.gsc-btn-text[data-v-1b8137c7]{border:1px solid transparent;background:transparent;color:var(--gsc-basic-text-secondary);padding:0 8px;height:24px;border-radius:6px;font-size:12px;line-height:22px}.gsc-btn-sm[data-v-1b8137c7]{height:28px;padding:0 10px;font-size:14px;line-height:22px}.gsc-btn-icon[data-v-1b8137c7]{width:32px;padding:0;display:inline-flex;align-items:center;justify-content:center}.gsc-btn-icon-sm[data-v-1b8137c7]{width:24px;padding:0;display:inline-flex;align-items:center;justify-content:center}
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{computed as t,openBlock as e,createElementBlock as s,mergeProps as a,renderSlot as n}from"vue";import './Button2.css';import './Button.css';/* empty css *//* empty css */import r from"../../_virtual/_plugin-vue_export-helper.js";const i=["disabled","type"],l=/* @__PURE__ */r({__name:"Button",props:{variant:{type:String,default:"default"},size:{type:String,default:""},disabled:{type:Boolean,default:!1},type:{type:String,default:"button"}},emits:["click"],setup(r){const l=r,u=t(()=>{switch(l.variant){case"primary":return"gsc-btn-primary";case"link":return"gsc-btn-link";case"danger":return"gsc-btn-danger";case"text":return"gsc-btn-text";default:return"gsc-btn-default"}}),o=t(()=>l.size?"sm"===l.size?"gsc-btn-sm":"icon"===l.size?"gsc-btn-icon":"":"");return(t,l)=>(e(),s("button",a(t.$attrs,{class:["gsc-btn",u.value,o.value].filter(Boolean).join(" "),disabled:r.disabled||t.$attrs.disabled,type:r.type,onClick:l[0]||(l[0]=e=>t.$emit("click",e))}),[n(t.$slots,"default",{},void 0,!0)],16,i))}},[["__scopeId","data-v-1b8137c7"]]);export{l as default};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
[data-v-1b8137c7],[data-v-1b8137c7]:before,[data-v-1b8137c7]: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-1b8137c7]::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: }.inline-flex[data-v-1b8137c7]{display:inline-flex}.border[data-v-1b8137c7]{border-width:1px}.transition[data-v-1b8137c7]{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{withInstall as o}from"@gsc-basic/utils";import r from"./src/index.vue.js";const s=o(r);export{s as GscCodeEditor};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
.gsc-basic-code-editor[data-v-ce63579c]{min-width:380px;border:1px solid var(--gsc-basic-border-color);border-radius:var(--gsc-basic-border-radius-base)}.gsc-basic-code-editor__copy-btn[data-v-ce63579c]{height:20px;padding:0 12px;border:0;background-color:transparent;font-size:12px;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease,opacity .2s ease}.gsc-basic-code-editor__copy-btn[data-v-ce63579c]:disabled{cursor:not-allowed;opacity:.5}.gsc-basic-code-editor[data-v-ce63579c] .cm-editor{border:0 solid var(--gsc-basic-border-color);border-width:1px 0}
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{computed as e,unref as o,reactive as r,openBlock as s,createElementBlock as t,normalizeClass as l,createVNode as d,normalizeStyle as a,isRef as i,createElementVNode as n,withCtx as c,createTextVNode as m,toDisplayString as u}from"vue";import{useClipboard as p}from"../../node_modules/@vueuse/core/dist/index.js";import{Codemirror as g}from"../../node_modules/vue-codemirror/dist/vue-codemirror.esm.js";import{oneDark as f}from"../../node_modules/@codemirror/theme-one-dark/dist/index.js";import{json as j,jsonParseLinter as h}from"../../node_modules/@codemirror/lang-json/dist/index.js";import{java as x}from"../../node_modules/@codemirror/lang-java/dist/index.js";import{sql as y}from"../../node_modules/@codemirror/lang-sql/dist/index.js";import{javascript as v}from"../../node_modules/@codemirror/lang-javascript/dist/index.js";import{yaml as _}from"../../node_modules/@codemirror/lang-yaml/dist/index.js";import{xml as b}from"../../node_modules/@codemirror/lang-xml/dist/index.js";import{python as k}from"../../node_modules/@codemirror/lang-python/dist/index.js";import{linter as S,lintGutter as E}from"../../node_modules/@codemirror/lint/dist/index.js";import{useModelBinding as V}from"@gsc-basic/hooks";import{useNamespace as B}from"../../hooks/useNamespace.js";import{useLocale as C}from"../../hooks/useLocale.js";import{GscButton as O}from"../../Button/index.js";import './index3.css';import './index2.css';import './index.css';/* empty css *//* empty css *//* empty css */import q from"../../_virtual/_plugin-vue_export-helper.js";const D={class:"flex items-center justify-between py-1 text-xs dark:text-gray-200 dark:bg-gray-800"},N={class:"flex"},T={class:"pr-2"},w={class:"pr-2"},J={class:"pr-2"},U=/* @__PURE__ */q(/* @__PURE__ */Object.assign({name:"GscCodeEditor"},{__name:"index",props:{modelValue:{type:[String]},placeholder:{type:String},editorStyle:{type:[Array,String,Object],default:()=>({height:"180px"})},language:{type:String,default:"json",validator:e=>["json","java","sql","yaml","xml","python","javascript"].includes(e)},isDarkTheme:Boolean,disabled:Boolean,readonly:{type:Boolean,default:!1},autofocus:{type:Boolean,default:!1}},emits:["change","update:modelValue"],setup(q){const U=q,{prefixCls:z}=B("code-editor"),{t:A}=C(),G={json:()=>U.readonly?[j()]:[j(),S(h()),E()],java:()=>[x()],sql:()=>[y()],yaml:()=>[_()],xml:()=>[b()],python:()=>[k()],javascript:()=>[v({jsx:!0,typescript:!0})]},I=e(()=>{const e=[...G[U.language]?.()??[]];return U.isDarkTheme&&e.push(f),e}),L=e(()=>{if(U.placeholder)return U.placeholder;const e=`gsc.codeEditor.placeholder.${U.language}`,o=A(e);return o===e?A("gsc.codeEditor.placeholder.default"):o}),[$,F]=V(U,"modelValue","update:modelValue");try{"json"===U.language&&F(JSON.stringify(JSON.parse(o($)),null,2))}catch{}const H=e(()=>{const e=o($);return!e||0===e.length}),{copy:K,copied:M,isSupported:P}=p({source:$,legacy:!0}),Q=e(()=>!P.value||H.value),R=e(()=>A(M.value?"gsc.codeEditor.action.copied":"gsc.codeEditor.action.copy")),W=()=>{Q.value||K()},X=r({lines:null,cursor:null,length:null}),Y=e=>{const o=e.state.selection.ranges;X.cursor=o[0].anchor,X.length=e.state.doc.length,X.lines=e.state.doc.lines};return(e,r)=>(s(),t("div",{class:l([o(z),q.isDarkTheme?"dark-bg":"light-bg"])},[d(o(g),{modelValue:o($),"onUpdate:modelValue":r[0]||(r[0]=e=>i($)?$.value=e:null),placeholder:L.value,style:a(q.editorStyle),autofocus:q.autofocus,"indent-with-tab":!0,"tab-size":2,disabled:q.disabled,extensions:I.value,onUpdate:Y},null,8,["modelValue","placeholder","style","autofocus","disabled","extensions"]),n("div",D,[d(o(O),{variant:"text",disabled:Q.value,onClick:W},{default:c(()=>[r[1]||(r[1]=n("i",{class:"i-material-symbols:content-copy-outline"},null,-1)),m(" "+u(R.value),1)]),_:1},8,["disabled"]),n("div",N,[n("span",T,u(o(A)("gsc.codeEditor.info.length"))+": "+u(X.length),1),n("span",w,u(o(A)("gsc.codeEditor.info.lines"))+": "+u(X.lines),1),n("span",J,u(o(A)("gsc.codeEditor.info.cursor"))+": "+u(X.cursor),1)])])],2))}}),[["__scopeId","data-v-ce63579c"]]);export{U as default};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
.ant-form-item-has-error .gsc-basic-code-editor{border-color:#ed6f6f}
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
[data-v-ce63579c],[data-v-ce63579c]:before,[data-v-ce63579c]: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-ce63579c]::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: }.i-material-symbols\:content-copy-outline[data-v-ce63579c]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' vertical-align='-0.125em' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9 18q-.825 0-1.412-.587T7 16V4q0-.825.588-1.412T9 2h9q.825 0 1.413.588T20 4v12q0 .825-.587 1.413T18 18zm0-2h9V4H9zm-4 6q-.825 0-1.412-.587T3 20V6h2v14h11v2zm4-6V4z'/%3E%3C/svg%3E");-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' vertical-align='-0.125em' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9 18q-.825 0-1.412-.587T7 16V4q0-.825.588-1.412T9 2h9q.825 0 1.413.588T20 4v12q0 .825-.587 1.413T18 18zm0-2h9V4H9zm-4 6q-.825 0-1.412-.587T3 20V6h2v14h11v2zm4-6V4z'/%3E%3C/svg%3E") no-repeat;mask:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' vertical-align='-0.125em' display='inline-block' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9 18q-.825 0-1.412-.587T7 16V4q0-.825.588-1.412T9 2h9q.825 0 1.413.588T20 4v12q0 .825-.587 1.413T18 18zm0-2h9V4H9zm-4 6q-.825 0-1.412-.587T3 20V6h2v14h11v2zm4-6V4z'/%3E%3C/svg%3E") no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;vertical-align:-.125em;display:inline-block;width:1em;height:1em}.flex[data-v-ce63579c]{display:flex}.items-center[data-v-ce63579c]{align-items:center}.justify-between[data-v-ce63579c]{justify-content:space-between}.border[data-v-ce63579c]{border-width:1px}.dark .dark\:bg-gray-800[data-v-ce63579c]{--un-bg-opacity:1;background-color:#1f2937}@supports (color: rgb(0 0 0 / 0)){.dark .dark\:bg-gray-800[data-v-ce63579c]{background-color:rgb(31 41 55 / var(--un-bg-opacity))}}.py-1[data-v-ce63579c]{padding-top:.25rem;padding-bottom:.25rem}.pr-2[data-v-ce63579c]{padding-right:.5rem}.text-xs[data-v-ce63579c]{font-size:.75rem;line-height:1rem}.dark .dark\:text-gray-200[data-v-ce63579c]{--un-text-opacity:1;color:#e5e7eb}@supports (color: rgb(0 0 0 / 0)){.dark .dark\:text-gray-200[data-v-ce63579c]{color:rgb(229 231 235 / var(--un-text-opacity))}}.transition[data-v-ce63579c]{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease[data-v-ce63579c]{transition-timing-function:cubic-bezier(.4,0,.2,1)}
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{withInstall as o}from"@gsc-basic/utils";import r from"./src/configProvider.js";const i=o(r);export{i as GscConfigProvider};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{defineComponent as o,renderSlot as r}from"vue";import{configProviderProps as s}from"./configProviderProps.js";import{provideGlobalConfig as e}from"./useGlobalConfig.js";const t=o({name:"GscConfigProvider",props:s,setup(o,{slots:s}){const t=e(o);return()=>r(s,"default",{config:t?.value})}});export{t as default};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{defaultInitialZIndex as e}from"./constants.js";import l from"../../locale/lang/en-US.js";const t={locale:{type:Object,default:()=>l},size:{type:String,default:"middle",validator:e=>["middle","small","large"].includes(e)},zIndex:{type:Number,default:e}};export{t as configProviderProps};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
const e=/* @__PURE__ */Symbol("configProviderContextKey"),o=/* @__PURE__ */Symbol("zIndexContextKey"),t=/* @__PURE__ */Symbol("sizeInjectionKey"),n=/* @__PURE__ */Symbol("localeContextKey"),y="gsc-basic",c=999;export{e as configProviderContextKey,c as defaultInitialZIndex,y as defaultNamespace,n as localeContextKey,t as sizeInjectionKey,o as zIndexContextKey};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{getCurrentInstance as o,provide as e,computed as n,unref as i,inject as s,ref as r}from"vue";import{deepMerge as t}from"@gsc-basic/utils";import{useLocale as l}from"../../hooks/useLocale.js";import{configProviderContextKey as u,localeContextKey as a,zIndexContextKey as c,sizeInjectionKey as v,defaultInitialZIndex as d}from"./constants.js";const f=r();function p(e,i=void 0){const r=o()?s(u,f):f;return e?n(()=>r.value?.[e]??i):r}function m(o){const e=p(),s=l(n(()=>e.value?.locale)),r=n(()=>i(o)||e.value?.size||"");return z(n(()=>i(e)||{})),{locale:s,zIndex:e.value?.zIndex||d,size:r}}const z=(s,r,l=!1)=>{const d=!!o(),m=d?p():void 0,z=r?.provide??(d?e:void 0);if(!z)return void console.warn("provideGlobalConfig","provideGlobalConfig() can only be used inside setup().");const b=n(()=>{const o=i(s);return m?.value?t(m.value,o):o});return z(u,b),z(a,n(()=>i(b).locale)),z(c,n(()=>i(b).zIndex)),z(v,{size:n(()=>i(b).size||"")}),!l&&f.value||(f.value=i(b)),b};export{z as provideGlobalConfig,m as useGlobalComponentSettings,p as useGlobalConfig};
|
package/dist/es/CountTo/index.js
CHANGED
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{withInstall as o}from"@gsc-basic/utils";import r from"./src/index.vue.js";const s=o(r);export{s as GscCountTo};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
[data-v-c461cc78],[data-v-c461cc78]:before,[data-v-c461cc78]: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-c461cc78]::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: }.transition[data-v-c461cc78]{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{ref as e,computed as t,unref as a,watchEffect as n,watch as o,onMounted as r,openBlock as i,createElementBlock as s,toDisplayString as l,normalizeStyle as u}from"vue";import{useTransition as d,TransitionPresets as p}from"../../node_modules/@vueuse/core/dist/index.js";import './index.css';/* empty css */import f from"../../_virtual/_plugin-vue_export-helper.js";import c from"../../node_modules/lodash-es/isNumber.js";const m={key:0},y=/* @__PURE__ */f(/* @__PURE__ */Object.assign({name:"GscCountTo"},{__name:"index",props:{startVal:{type:Number,default:0},endVal:{type:Number,default:2021},duration:{type:Number,default:2e3},autoplay:{type:Boolean,default:!0},decimals:{type:Number,default:0,validator:e=>e>=0},inSvg:Boolean,prefix:{type:String,default:""},suffix:{type:String,default:""},separator:{type:String,default:","},decimal:{type:String,default:"."},color:{type:String},useEasing:{type:Boolean,default:!0},transition:{type:String,default:"linear"}},emits:["onStarted","onFinished"],setup(f,{expose:y,emit:v}){const g=f,x=v,S=e(g.startVal),_=e(!1);let b=d(S);const V=t(()=>function(e){if(!e&&0!==e)return"";const{decimals:t,decimal:a,separator:n,suffix:o,prefix:r}=g;e=Number(e).toFixed(t);const i=(e+="").split(".");let s=i[0];const l=i.length>1?a+i[1]:"",u=/(\d+)(\d{3})/;if(n&&!c(n))for(;u.test(s);)s=s.replace(u,`$1${n}$2`);return r+s+l+o}(a(b)));function h(){N(),S.value=g.endVal}function N(){b=d(S,{disabled:_,duration:g.duration,onFinished:()=>x("onFinished"),onStarted:()=>x("onStarted"),...g.useEasing?{transition:p[g.transition]}:{}})}return n(()=>{S.value=g.startVal}),o([()=>g.startVal,()=>g.endVal],()=>{g.autoplay&&h()}),r(()=>{g.autoplay&&h()}),y({start:h,reset:function(){S.value=g.startVal,N()}}),(e,t)=>f.inSvg?(i(),s("text",m,l(V.value),1)):(i(),s("span",{key:1,style:u({color:f.color})},l(V.value),5))}}),[["__scopeId","data-v-c461cc78"]]);export{y as default};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{withInstall as o}from"@gsc-basic/utils";import r from"./src/index.vue.js";const s=o(r);export{s as GscEllipsis};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
[data-v-9003de3f],[data-v-9003de3f]:before,[data-v-9003de3f]: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-9003de3f]::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: }.container[data-v-9003de3f],[container=""][data-v-9003de3f]{width:100%}@media(min-width:576px){.container[data-v-9003de3f],[container=""][data-v-9003de3f]{max-width:576px}}@media(min-width:768px){.container[data-v-9003de3f],[container=""][data-v-9003de3f]{max-width:768px}}@media(min-width:992px){.container[data-v-9003de3f],[container=""][data-v-9003de3f]{max-width:992px}}@media(min-width:1200px){.container[data-v-9003de3f],[container=""][data-v-9003de3f]{max-width:1200px}}@media(min-width:1600px){.container[data-v-9003de3f],[container=""][data-v-9003de3f]{max-width:1600px}}@media(min-width:2000px){.container[data-v-9003de3f],[container=""][data-v-9003de3f]{max-width:2000px}}.inline[data-v-9003de3f]{display:inline}.truncate[data-v-9003de3f],[truncate=""][data-v-9003de3f]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{ref as e,watch as i,onMounted as n,onActivated as l,onDeactivated as t,onUnmounted as s,openBlock as o,createElementBlock as r,normalizeClass as u,createElementVNode as a,renderSlot as c}from"vue";import{isSupportResizeObserver as p}from"@gsc-basic/utils";import{useWindowSizeFn as f}from"@gsc-basic/hooks";import{getLineHeight as v,registerWordBreak as d,getElementHeight as m,setWordBreak as h,wrapTextChildNodesWithSpan as x,binarySearch as y}from"../utils/utils.js";import './JsEllipsis.css';/* empty css */import g from"../../../_virtual/_plugin-vue_export-helper.js";import H from"../../../node_modules/lodash-es/isString.js";import b from"../../../node_modules/lodash-es/isRegExp.js";const E="l--ellipsis-js",L=/* @__PURE__ */g({__name:"JsEllipsis",props:{text:{type:String,required:!0},visibleLine:{type:Number,default:1},visibleHeight:{type:Number},maxLine:{type:Number},maxHeight:{type:Number},ellipsis:{type:Boolean},endExcludes:{type:Array,default:()=>[]},useInnerHtml:{type:Boolean},reflowOnResize:{type:Boolean},onReflow:{type:Function},onEllipsisClick:{type:Function}},setup(g){const L=g,_=e(),T=e(),N=e(),C=e(),R=e();function k(e,i){L?.onReflow?.(e,i)}function M(){L?.onEllipsisClick?.()}function j(){if(!_.value||!T.value||!N.value||C.value)return;if(N.value.style.display="none",L.useInnerHtml?T.value.innerHTML=L.text:T.value.innerText=L.text,!L.ellipsis)return;const e=v(_.value),i=d(T.value),n=void 0===L.visibleHeight?e*L.visibleLine:L.visibleHeight,l=void 0===L.maxHeight?void 0===L.maxLine?n:e*L.maxLine:L.maxHeight;if(m(_.value)<=Math.max(l,n))return k(!1,L.text),void(H(i)&&h(T.value,i));C.value=!0,N.value.style.display="inline",L.useInnerHtml?(x(T.value),I(_.value,T.value,n)):w(_.value,T.value,n),H(i)&&h(T.value,i),C.value=!1}function w(e,i,n){const l=i.textContent||"";let t="";y(0,l.length,(s,o,r)=>{const u=l.slice(s,r);i.innerText=t+u;const a=m(e)>n;return a||(t+=u),a},(e,i,n)=>e===n),t=function(e){for(;e.length&&O(e[e.length-1]);)e=e.slice(0,-1);return e}(t),i.innerText=t,k(!0,t)}function I(e,i,n){const l=i.childNodes;if(1===l.length){const t=l[0];if(t.nodeType===Node.TEXT_NODE)w(e,i,n);else{const l=t.innerHTML;t.innerHTML="";if(m(e)>n)return i.removeChild(t),void k(!0,i.innerHTML);t.innerHTML=l,I(e,t,n)}}else{const t=[].slice.call(l),s=[];let o=0;y(0,t.length,(l,o,r)=>{i.innerHTML="";const u=t.slice(l,r);s.forEach(e=>{i.appendChild(e)}),u.forEach(e=>{i.appendChild(e)});const a=m(e)>n;return a||u.forEach(e=>{s.push(e)}),a},(l,s,r)=>{if(l===r){const l=m(e);return o=r,l>n||i.appendChild(t[o]),!0}return!1}),i.childNodes[o]&&I(e,i.childNodes[o],n)}}function O(e){for(const i of L.endExcludes)if(b(i)){if(i.test(e))return!0}else if(i===e)return!0;return!1}i(()=>L.text,j),i(()=>L.ellipsis,j),i(()=>L.useInnerHtml,j),i(()=>L.maxLine,j),i(()=>L.visibleLine,j),i(()=>L.maxHeight,j),i(()=>L.visibleHeight,j),i(()=>L.endExcludes,j);const[z,B]=f(j);function $(){_.value&&L.reflowOnResize&&(p?(R.value||(R.value=new ResizeObserver(j)),R.value.observe(_.value)):z())}function F(){p&&R.value?R.value?.disconnect?.():B()}return n(()=>{j(),$()}),l(()=>{j(),$()}),t(()=>{F()}),s(()=>{F()}),(e,i)=>(o(),r("div",{ref_key:"aref",ref:_,class:u([E])},[a("span",{ref_key:"textRef",ref:T,class:u([`${E}-content`])},null,2),a("span",{ref_key:"ellipsisRef",ref:N,class:u([`${E}-ellipsis`]),onClick:M},[c(e.$slots,"ellipsisNode",{},void 0,!0)],2)],2))}},[["__scopeId","data-v-9003de3f"]]);export{L as default};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
.gsc-basic-ellipsis-native.ellipsis[data-v-3c1cc58f]{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical}
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{openBlock as e,createElementBlock as s,normalizeStyle as i,normalizeClass as t,unref as l,toDisplayString as p}from"vue";import{useNamespace as n}from"../../../hooks/useNamespace.js";import './NativeEllipsis2.css';import './NativeEllipsis.css';/* empty css *//* empty css */import r from"../../../_virtual/_plugin-vue_export-helper.js";const a=["innerHTML"],o=/* @__PURE__ */r({__name:"NativeEllipsis",props:{text:{type:String},visibleLine:{type:Number},ellipsis:{type:Boolean},useInnerHtml:{type:Boolean}},setup(r){const o=r,{prefixCls:m}=n("ellipsis-native");return(n,r)=>(e(),s("div",{class:t([l(m),{ellipsis:o.ellipsis}]),style:i({webkitLineClamp:o.visibleLine})},[o.useInnerHtml?(e(),s("span",{key:0,class:t([`${l(m)}-html`]),innerHTML:o.text},null,10,a)):(e(),s("span",{key:1,class:t([`${l(m)}-text`])},p(o.text),3))],6))}},[["__scopeId","data-v-3c1cc58f"]]);export{o as default};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
[data-v-3c1cc58f],[data-v-3c1cc58f]:before,[data-v-3c1cc58f]: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-3c1cc58f]::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-3c1cc58f]{display:none}.break-all[data-v-3c1cc58f]{word-break:break-all}
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
[data-v-b7d22322],[data-v-b7d22322]:before,[data-v-b7d22322]: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-b7d22322]::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{useSlots as e,computed as i,openBlock as l,createElementBlock as s,normalizeClass as t,unref as n,createBlock as o,withCtx as p,Fragment as r,createTextVNode as m,toDisplayString as u,createCommentVNode as d,renderSlot as a}from"vue";import{isSupportNativeEllipsis as v}from"@gsc-basic/utils";import{useNamespace as x}from"../../hooks/useNamespace.js";import c from"./components/NativeEllipsis.vue.js";import f from"./components/JsEllipsis.vue.js";import './index.css';/* empty css */import h from"../../_virtual/_plugin-vue_export-helper.js";const b=/* @__PURE__ */h({__name:"index",props:{text:{type:String,required:!0},visibleLine:{type:Number,default:1},visibleHeight:{type:Number},maxLine:{type:Number},maxHeight:{type:Number},ellipsis:{type:Boolean,default:!0},ellipsisNode:{type:String,default:"..."},endExcludes:{type:Array,default:()=>[]},useInnerHtml:{type:Boolean,default:!1},reflowOnResize:{type:Boolean,default:!1},onReflow:{type:Function},onEllipsisClick:{type:Function}},setup(h){const b=h,{prefixCls:y}=x("ellipsis"),g=e(),N=i(()=>v&&(void 0===b.maxLine||b.maxLine===b.visibleLine)&&0===b.endExcludes.length&&"..."===b.ellipsisNode&&void 0===g.ellipsisNode&&void 0===b.maxHeight&&void 0===b.visibleHeight&&void 0===b.onReflow&&void 0===b.onEllipsisClick);return(e,i)=>(l(),s("div",{class:t([n(y)])},[N.value?(l(),o(c,{key:0,text:b.text,"visible-line":b.visibleLine,ellipsis:b.ellipsis,"use-inner-html":b.useInnerHtml},null,8,["text","visible-line","ellipsis","use-inner-html"])):(l(),o(f,{key:1,text:h.text,"use-inner-html":h.useInnerHtml,"visible-line":h.visibleLine,"visible-height":h.visibleHeight,"max-line":h.maxLine,"max-height":h.maxHeight,ellipsis:h.ellipsis,"end-excludes":h.endExcludes,"reflow-on-resize":h.reflowOnResize,"on-reflow":h.onReflow,"on-ellipsis-click":h.onEllipsisClick},{ellipsisNode:p(()=>[n(g).ellipsisNode?d("",!0):(l(),s(r,{key:0},[m(u(h.ellipsisNode),1)],64)),a(e.$slots,"ellipsisNode",{},void 0,!0)]),_:3},8,["text","use-inner-html","visible-line","visible-height","max-line","max-height","ellipsis","end-excludes","reflow-on-resize","on-reflow","on-ellipsis-click"]))],2))}},[["__scopeId","data-v-b7d22322"]]);export{b as default};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{isBrowser as e}from"@gsc-basic/utils";function t(e,t){return window.getComputedStyle(e,null).getPropertyValue(t)}function n(e){const n=t(e,"line-height");if("normal"===n){const t=document.createElement("span");t.style.width="300px",t.style.position="absolute",t.style.visibility="hidden",t.innerText="temp",e.appendChild(t);const n=t.clientHeight;return e.removeChild(t),1.1*n}return Number.parseFloat(n)}function o(e){const n=t(e,"word-break"),o=t(e,"overflow-wrap");if("word-break"!==n&&"break-all"!==n&&"break-word"!==o){const t=e.style.wordBreak;return e.style.wordBreak="break-word",t}}function r(e,t){e.style.wordBreak=t}function i(e,t){return Math.floor((e+t)/2)}function l(e,t,n,o){for(;e<t;){const r=i(e,t);if(o(e,t,r))break;n(e,t,r)?t=r:e=r}}function c(t){e&&(t.nodeType===Node.TEXT_NODE?t.textContent&&t.parentNode?.replaceChild(function(e){const t=document.createElement("span");return t.className="l--ellipsis-js-content-text",t.textContent=e,t}(t.textContent),t):t.childNodes.forEach(e=>{c(e)}))}function a(e){return e.clientHeight}export{l as binarySearch,t as computeStyle,a as getElementHeight,n as getLineHeight,o as registerWordBreak,r as setWordBreak,c as wrapTextChildNodesWithSpan};
|
package/dist/es/Form/index.js
CHANGED
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{withInstall as o}from"@gsc-basic/utils";import r from"./src/Form.vue.js";const s=o(r);export{s as GscForm};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
.gsc-date-range-picker[data-v-afd6bdbe]{position:relative}.gsc-date-range-input[data-v-afd6bdbe]{cursor:pointer}.gsc-date-range-picker-popup[data-v-afd6bdbe]{position:absolute;top:100%;left:0;z-index:1000;background:#fff;border:1px solid #d9d9d9;border-radius:4px;box-shadow:0 2px 8px #00000026;padding:12px;min-width:400px}.gsc-date-picker-content[data-v-afd6bdbe]{display:flex;align-items:flex-end;gap:16px;margin-bottom:16px}.gsc-date-range-picker-panel[data-v-afd6bdbe]{flex:1}.gsc-date-range-picker-panel-header[data-v-afd6bdbe]{margin-bottom:8px;font-size:12px;color:#666}.gsc-date-range-picker-separator[data-v-afd6bdbe]{color:#666;font-size:12px;margin-bottom:7px}.gsc-date-range-picker-footer[data-v-afd6bdbe]{display:flex;justify-content:flex-end;gap:8px;padding-top:12px;border-top:1px solid #f0f0f0}.gsc-date-range-picker-btn[data-v-afd6bdbe]{padding:4px 16px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;cursor:pointer;font-size:12px;transition:all .3s}-cancel.gsc-date-range-picker-btn[data-v-afd6bdbe]:hover{border-color:#1890ff;color:#1890ff}-ok.gsc-date-range-picker-btn[data-v-afd6bdbe]{background:#1890ff;border-color:#1890ff;color:#fff}-ok.gsc-date-range-picker-btn[data-v-afd6bdbe]:hover{background:#40a9ff;border-color:#40a9ff}
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{ref as e,computed as t,onMounted as a,onUnmounted as l,watch as n,openBlock as s,createElementBlock as u,normalizeClass as o,renderSlot as r,Fragment as c,renderList as i,createElementVNode as d,toDisplayString as p,unref as v,withModifiers as m,createCommentVNode as y,createBlock as g,resolveDynamicComponent as f,withCtx as h}from"vue";import{useForm as k}from"../../node_modules/@tanstack/vue-form/dist/esm/useForm.js";import{useLocale as b}from"../../hooks/useLocale.js";import './Form2.css';import './Form.css';import './styles/form.css';/* empty css *//* empty css *//* empty css */import V from"../../_virtual/_plugin-vue_export-helper.js";const K=["title"],T={class:"gsc-form-control w-full text-left"},x={key:0,class:"gsc-date-range-picker"},R=["placeholder","value","onClick"],C={class:"gsc-date-picker-content"},j={class:"gsc-date-range-picker-panel"},F={class:"gsc-date-range-picker-panel-header"},I=["value","onInput"],E={class:"gsc-date-range-picker-separator"},L={class:"gsc-date-range-picker-panel"},$={class:"gsc-date-range-picker-panel-header"},_=["value","onInput"],w={class:"gsc-date-range-picker-footer"},A=["onClick"],O=["onClick"],N=["value","onChange"],D={value:""},S=["value"],B=["placeholder","value","rows","onInput"],q=["step","placeholder","value","onInput"],z={key:3},G=["name","value","checked","onChange"],H={class:"ml-2"},J={key:4},M=["value","checked","onChange"],P={class:"ml-2"},Q={key:1,class:"inline-flex items-center"},U=["checked","onChange"],W={class:"ml-2"},X=["placeholder","value","onInput"],Y={class:"gsc-form-actions-unified",style:{gridColumn:"1 / -1",display:"flex",justifyContent:"flex-end",gap:"8px"}},Z=/* @__PURE__ */V({__name:"Form",props:{schema:{type:Array,default:()=>[]},modelValue:{type:Object,default:()=>({})},showActions:{type:Boolean,default:!0}},emits:["update:modelValue","submit","reset","change"],setup(V,{expose:Z,emit:ee}){const te=V,ae=ee,{t:le}=b(),ne=e({}),se=e({});function ue(e){return e&&e.length?e.padStart(2,"0"):"00"}function oe(e,t){const{date:a,time:l}=function(e){if(!e)return{date:"",time:""};if(e.includes("T")){const[t,a]=e.split("T");return{date:t,time:a}}if(e.includes(" ")){const[t,a]=e.split(" ");return{date:t,time:a}}return{date:e,time:""}}(e);return a?`${a}${t}${function(e){const t=(e||"").split(":"),[a,l,n]=t,s=n?n.split(".")[0]:n;return`${ue(a)}:${ue(l)}:${ue(s)}`}(l)}`:""}function re(e){return oe(e," ")}function ce(e){return oe(e,"T")}function ie(e){if(!e||!Array.isArray(e)||2!==e.length)return"";const[t,a]=e,l=re(t),n=re(a);return l||n?`${l} - ${n}`:""}const de=t(()=>function(e=[]){return(e||[]).filter(Boolean).map(e=>({key:e.key||e.startKey||e.endKey,label:e.label??e.title??e.key,type:e.type??"text",placeholder:e.placeholder,options:e.options,span:e.span,startKey:e.startKey,endKey:e.endKey,showTime:e.showTime||e.withTime||!1,defaultValue:e.defaultValue})).filter(e=>"dateTimeRange"===e.type?!(!e.startKey||!e.endKey):!!e.key)}(te.schema)),pe=t(()=>{const e={};return de.value.forEach(t=>{"dateTimeRange"===t.type&&(t.startKey&&(e[t.startKey]=!0),t.endKey&&(e[t.endKey]=!0))}),e});function ve(e,t){return pe.value[e]?re(t):t??""}function me(){const e={};return de.value.forEach(t=>{if("dateTimeRange"===t.type){let a=t.defaultValue;if("function"==typeof a&&(a=a()),t.startKey){const l=te.modelValue?.[t.startKey]??a?.[0]??"";e[t.startKey]=re(l)}if(t.endKey){const l=te.modelValue?.[t.endKey]??a?.[1]??"";e[t.endKey]=re(l)}}else{let a=t.defaultValue;"function"==typeof a&&(a=a()),e[t.key]=te.modelValue?.[t.key]??a??""}}),e}const ye=k({defaultValues:me(),onSubmit:({value:e})=>{ae("update:modelValue",e||{}),ae("submit",e||{})}}),ge=ye.useStore(e=>e.values);function fe(e,t,a){se.value[e]||(se.value[e]={start:"",end:""}),se.value[e][t]=ce(a)}const he=e=>{Object.keys(ne.value).forEach(t=>{if(ne.value[t]){e.target.closest(".gsc-date-range-picker")||(ne.value[t]=!1)}})};a(()=>{document.addEventListener("click",he)}),l(()=>{document.removeEventListener("click",he)}),a(()=>{const e=me();Object.keys(e).forEach(t=>{ye.setFieldValue(t,e[t],{dontValidate:!0,dontRunListeners:!0})}),ae("update:modelValue",ge.value)}),n(ge,e=>{ae("update:modelValue",e||{}),ae("change",e||{})},{deep:!0}),n(()=>te.modelValue,e=>{const t=e||{};Object.keys(t).forEach(e=>{try{ye.setFieldValue(e,ve(e,t[e]),{dontValidate:!0,dontRunListeners:!0})}catch{}})},{deep:!0}),n(()=>te.schema,()=>{const e=me();Object.keys(e).forEach(t=>{try{ye.setFieldValue(t,ve(t,e[t]),{dontValidate:!0,dontRunListeners:!0})}catch{}}),ae("update:modelValue",ge.value)},{deep:!0});const ke=t(()=>"grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4");function be(e){if("dateTimeRange"===e.type)return"lg:col-span-2";const t=Number(e?.span||0);return 2===t?"lg:col-span-2":3===t?"lg:col-span-3":4===t?"lg:col-span-4":""}function Ve(e){return"dateTimeRange"===e.type&&(e.startKey||e.endKey)||e.key}return Z({submit:function(){try{ye.handleSubmit()}catch{ae("submit",ge.value||{})}},reset:function(){const e=me();Object.keys(e).forEach(t=>{try{ye.setFieldValue(t,e[t],{dontValidate:!0,dontRunListeners:!0})}catch{}}),ae("update:modelValue",e),ae("reset",e)},getValues:function(){return ge.value||{}},setValues:function(e={}){Object.keys(e).forEach(t=>{try{ye.setFieldValue(t,ve(t,e[t]),{dontValidate:!0,dontRunListeners:!0})}catch{}})},formatDateTimeToDisplay:re,formatDateTimeToInput:ce}),(e,t)=>(s(),u("div",{class:o(["gsc-form gap-2",ke.value])},[r(e.$slots,"default",{},void 0,!0),(s(!0),u(c,null,i(de.value,e=>(s(),u("div",{key:Ve(e),class:o(["gsc-form-item gsc-form-item--vertical gap-1",be(e)])},[d("div",{class:"gsc-form-label mb-0.5",title:e.label},p(e.label),9,K),d("div",T,["dateTimeRange"===e.type?(s(),u("div",x,[d("input",{type:"text",class:"gsc-control gsc-date-range-input",placeholder:e.placeholder||v(le)("gsc.form.dateTimeRange.placeholder"),value:ie([v(ge)[e.startKey],v(ge)[e.endKey]]),readonly:"",onClick:t=>function(e,t){if(ne.value[e]=!ne.value[e],ne.value[e]){const a=ge.value[e],l=ge.value[t];se.value[e]&&se.value[e].start||(se.value[e]={start:"",end:""},a&&(se.value[e].start=ce(a)),l&&(se.value[e].end=ce(l)))}}(e.startKey,e.endKey)},null,8,R),ne.value[e.startKey]?(s(),u("div",{key:0,class:"gsc-date-range-picker-popup",onClick:t[0]||(t[0]=m(()=>{},["stop"]))},[d("div",C,[d("div",j,[d("div",F,[d("span",null,p(v(le)("gsc.form.dateTimeRange.startDate")),1)]),d("input",{type:"datetime-local",step:"1",class:"gsc-control",value:ce(se.value[e.startKey]?.start),onInput:t=>fe(e.startKey,"start",t.target.value)},null,40,I)]),d("div",E,p(v(le)("gsc.form.dateTimeRange.separator")),1),d("div",L,[d("div",$,[d("span",null,p(v(le)("gsc.form.dateTimeRange.endDate")),1)]),d("input",{type:"datetime-local",step:"1",class:"gsc-control",value:ce(se.value[e.startKey]?.end),onInput:t=>fe(e.startKey,"end",t.target.value)},null,40,_)])]),d("div",w,[d("button",{class:"gsc-date-range-picker-btn gsc-date-range-picker-btn-cancel",onClick:t=>{return a=e.startKey,void(ne.value[a]=!1);var a}},p(v(le)("gsc.form.dateTimeRange.cancel")),9,A),d("button",{class:"gsc-date-range-picker-btn gsc-date-range-picker-btn-ok",onClick:t=>function(e,t){const a=se.value[e];a&&a.start&&a.end&&(ye.setFieldValue(e,re(a.start),{dontValidate:!0,dontRunListeners:!0}),ye.setFieldValue(t,re(a.end),{dontValidate:!0,dontRunListeners:!0})),ne.value[e]=!1}(e.startKey,e.endKey)},p(v(le)("gsc.form.dateTimeRange.confirm")),9,O)])])):y("",!0)])):(s(),g(f(v(ye).Field),{key:1,name:e.key},{default:h(({field:t,state:a})=>["select"===e.type?(s(),u("select",{key:0,class:"gsc-control",value:a.value??"",onChange:e=>t.setValue(e.target.value)},[d("option",D,p(e.placeholder||v(le)("gsc.grid.queryBar.placeholder.select")),1),(s(!0),u(c,null,i(e.options||[],e=>(s(),u("option",{key:e.value,value:e.value},p(e.label),9,S))),128))],40,N)):"textarea"===e.type?(s(),u("textarea",{key:1,class:"gsc-textarea",placeholder:e.placeholder||"",value:a.value??"",rows:e.rows,onInput:e=>t.setValue(e.target.value)},null,40,B)):"inputNumber"===e.type?(s(),u("input",{key:2,type:"number",class:"gsc-control",step:e.step??1,placeholder:e.placeholder||"",value:a.value??"",onInput:e=>{const a=""===e.target.value?"":Number(e.target.value);t.setValue(Number.isNaN(a)?"":a)}},null,40,q)):"radio"===e.type?(s(),u("div",z,[(s(!0),u(c,null,i(e.options||[],l=>(s(),u("label",{key:l.value,class:"inline-flex items-center mr-3"},[d("input",{type:"radio",name:e.key,value:l.value,checked:a.value===l.value,onChange:()=>t.setValue(l.value)},null,40,G),d("span",H,p(l.label),1)]))),128))])):"checkbox"===e.type?(s(),u("div",J,[(e.options||[]).length?(s(!0),u(c,{key:0},i(e.options||[],e=>(s(),u("label",{key:e.value,class:"inline-flex items-center mr-3"},[d("input",{type:"checkbox",value:e.value,checked:Array.isArray(a.value)&&a.value.includes(e.value),onChange:l=>{const n=Array.isArray(a.value)?[...a.value]:[];if(l.target.checked)n.push(e.value);else{const t=n.indexOf(e.value);t>-1&&n.splice(t,1)}t.setValue(n)}},null,40,M),d("span",P,p(e.label),1)]))),128)):(s(),u("label",Q,[d("input",{type:"checkbox",checked:!!a.value,onChange:e=>t.setValue(e.target.checked)},null,40,U),d("span",W,p(e.placeholder||e.label),1)]))])):(s(),u("input",{key:5,class:"gsc-control",placeholder:e.placeholder||"",value:a.value??"",onInput:e=>t.setValue(e.target.value)},null,40,X))]),_:2},1032,["name"]))])],2))),128)),d("div",Y,[r(e.$slots,"actions",{},void 0,!0)])],2))}},[["__scopeId","data-v-afd6bdbe"]]);export{Z as default};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
[data-v-afd6bdbe],[data-v-afd6bdbe]:before,[data-v-afd6bdbe]: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-afd6bdbe]::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-afd6bdbe]{position:absolute}.relative[data-v-afd6bdbe]{position:relative}.grid-cols-1[data-v-afd6bdbe]{grid-template-columns:repeat(1,minmax(0,1fr))}.mb-0\.5[data-v-afd6bdbe]{margin-bottom:.125rem}.ml-2[data-v-afd6bdbe]{margin-left:.5rem}.mr-3[data-v-afd6bdbe]{margin-right:.75rem}.w-full[data-v-afd6bdbe]{width:100%}.flex[data-v-afd6bdbe]{display:flex}.inline-flex[data-v-afd6bdbe]{display:inline-flex}.items-center[data-v-afd6bdbe]{align-items:center}.gap-1[data-v-afd6bdbe]{gap:.25rem}.gap-2[data-v-afd6bdbe]{gap:.5rem}.border[data-v-afd6bdbe]{border-width:1px}.text-left[data-v-afd6bdbe]{text-align:left}.transition[data-v-afd6bdbe]{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media(min-width:768px){.md\:grid-cols-2[data-v-afd6bdbe]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:992px){.lg\:col-span-2[data-v-afd6bdbe]{grid-column:span 2/span 2}.lg\:col-span-3[data-v-afd6bdbe]{grid-column:span 3/span 3}.lg\:col-span-4[data-v-afd6bdbe]{grid-column:span 4/span 4}.lg\:grid-cols-3[data-v-afd6bdbe]{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1200px){.xl\:grid-cols-4[data-v-afd6bdbe]{grid-template-columns:repeat(4,minmax(0,1fr))}}
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
.gsc-form{display:grid;grid-gap:12px 16px;gap:12px 16px}.gsc-form .gsc-form-item{display:flex;align-items:center;gap:8px;min-width:0}.gsc-form .gsc-form-label{width:96px;flex:0 0 auto;text-align:right;font-weight:600;font-size:14px;line-height:32px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gsc-form .gsc-form-item--vertical{flex-direction:column;align-items:flex-start;gap:6px}.gsc-form .gsc-form-item--vertical .gsc-form-label{width:auto;text-align:left;line-height:1.2;margin-bottom:4px}.gsc-form .gsc-form-control{flex:1 1 auto;min-width:0}.gsc-form .gsc-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.gsc-form .gsc-range{display:flex;align-items:center;gap:8px;min-width:0}.gsc-form .gsc-range .gsc-control{width:auto;flex:1 1 0;min-width:0}.gsc-form .gsc-range-sep{flex:0 0 auto;color:#9ca3af}.gsc-form .gsc-control{box-sizing:border-box;width:100%;height:32px;padding:4px 11px;border:1px solid var(--gsc-basic-border);border-radius:6px;background:var(--gsc-basic-bg);color:var(--gsc-basic-text-primary);font-size:14px;line-height:22px;transition:border-color .2s,box-shadow .2s;outline:none}.gsc-form .gsc-control::-moz-placeholder{color:var(--gsc-basic-text-placeholder)}.gsc-form .gsc-control::placeholder{color:var(--gsc-basic-text-placeholder)}.gsc-form .gsc-control:hover{border-color:var(--gsc-basic-primary-hover)}.gsc-form .gsc-control:focus{border-color:var(--gsc-basic-primary);box-shadow:var(--gsc-basic-focus-shadow)}.gsc-form select.gsc-control{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--gsc-basic-text-placeholder) 50%),linear-gradient(135deg,var(--gsc-basic-text-placeholder) 50%,transparent 50%);background-position:calc(100% - 16px) 50%,calc(100% - 11px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:28px;color:var(--gsc-basic-text-primary)}.gsc-form select.gsc-control option[value=""]{color:var(--gsc-basic-text-placeholder)}.gsc-form .gsc-textarea{box-sizing:border-box;display:inline-block;width:100%;max-width:100%;padding:8px 11px;border:1px solid var(--gsc-basic-border);border-radius:6px;background:var(--gsc-basic-bg);color:var(--gsc-basic-text-primary);font-size:14px;line-height:1.5715;transition:border-color .2s,box-shadow .2s;outline:none;resize:none}
|
package/dist/es/Grid/index.js
CHANGED
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{withInstall as r}from"@gsc-basic/utils";import o from"./src/Grid.vue.js";const s=r(o);export{s as GscGrid};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
[data-v-2d3b7c2e],[data-v-2d3b7c2e]:before,[data-v-2d3b7c2e]: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-2d3b7c2e]::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: }.space-y-3[data-v-2d3b7c2e]>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:.75rem;margin-top:calc(.75rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:0rem;margin-bottom:calc(.75rem * var(--un-space-y-reverse))}.px-4[data-v-2d3b7c2e]{padding-left:1rem;padding-right:1rem}.py-3[data-v-2d3b7c2e]{padding-top:.75rem;padding-bottom:.75rem}
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
import{computed as e,watch as t,openBlock as a,createElementBlock as o,createBlock as l,createCommentVNode as n,createElementVNode as i,createVNode as r,createSlots as u,withCtx as s,renderSlot as c,unref as d,renderList as p,normalizeProps as g,guardReactiveProps as m}from"vue";import v from"./components/QueryBar.vue.js";import y from"./components/ActionBar.vue.js";import f from"./components/Pager.vue.js";import h from"./components/DataTable.vue.js";import w from"./components/ColumnSettings.vue.js";import{useGridTable as b}from"./composables/useGridTable.js";import './Grid.css';import './styles/table.css';/* empty css *//* empty css */import S from"../../_virtual/_plugin-vue_export-helper.js";const j={class:"gsc-grid space-y-3"},q={class:"gsc-card gsc-card-pad"},A={class:"gsc-card"},_={key:0,class:"px-4 py-3 gsc-divider-top"},z=/* @__PURE__ */S({__name:"Grid",props:{data:{type:Array,default:()=>[]},request:{type:Function},mode:{type:String,default:"server"},columns:{type:Array,default:()=>[]},pagination:{type:[Boolean,Object],default:()=>({page:1,pageSize:10})},query:{type:Object,default:()=>({})},filterSchema:{type:Array,default:()=>[]},actions:{type:Object,default:()=>({})},rowKey:{type:String,default:"id"},rowSelection:{type:Boolean,default:!1},virtual:{type:Boolean,default:!1},rowHeight:{type:Number,default:40},height:{type:Number,default:400}},emits:["update:query","selection-change","load","cell-change","update:modelValue","info"],setup(S,{emit:z}){const C=S,Q=z,$=e(()=>C.filterSchema||[]),k=e(()=>!!C.rowSelection),B=e(()=>!1!==C.pagination),K=e(()=>{const e=C.actions||{},t=e.left||e.leftActions||[];return Array.isArray(t)?t:[]}),V=e(()=>{const e=C.actions||{},t=e.right||e.rightActions||[];return Array.isArray(t)?t:[]}),x=e(()=>!1!==(C.actions||{}).showColumnSettings),D=b({data:C.data,request:C.request,mode:C.mode,pageSize:C.pagination&&C.pagination.pageSize||10,initialQuery:C.query,columns:C.columns,rowKey:C.rowKey,enableRowSelection:k.value}),G=e(()=>!!D.loading.value),O=e({get:()=>D.query.value||{},set(e){D.setQuery(e||{})}}),U=e({get:()=>D.page.value,set(e){D.page.value=e}}),F=e({get:()=>D.pageSize.value,set(e){D.pageSize.value=e}}),H=e(()=>D.total.value||0);function I(e){const t=e||{};D.setQuery(t),D.load()}function N(e){const t=e||{};D.setQuery(t),D.load()}function R({key:e,value:t}){const a={...D.query.value||{}};null!=t&&""!==t?a[e]=t:delete a[e],D.setQuery(a),D.load()}function T(e){Q("selection-change",e||[])}function P(e){"client"===C.mode?D.setData((D.rows.value||[]).slice()):Q("cell-change",{rowKey:e?.row?.[C.rowKey],column:e?.column,value:e?.value,row:e?.row}),Q("update:modelValue",(D.rows.value||[]).slice())}return t(()=>C.data,e=>{D.setData(e||[])},{deep:!0}),t(()=>C.columns,e=>{D.setColumns(e||[])},{deep:!0}),t(()=>D.query.value,e=>{Q("update:query",e)},{deep:!0}),(e,t)=>(a(),o("div",j,[$.value.length?(a(),l(v,{key:0,modelValue:O.value,"onUpdate:modelValue":t[0]||(t[0]=e=>O.value=e),schema:$.value,loading:G.value,onSearch:I,onReset:N},null,8,["modelValue","schema","loading"])):n("",!0),i("div",q,[r(y,{loading:G.value,"left-actions":K.value,"right-actions":V.value,onInfo:t[1]||(t[1]=t=>e.$emit("info"))},u({right:s(()=>[c(e.$slots,"actions-right",{},()=>[x.value?(a(),l(w,{key:0,table:d(D).table},null,8,["table"])):n("",!0)],!0)]),_:2},[e.$slots["actions-left"]?{name:"left",fn:s(()=>[c(e.$slots,"actions-left",{},void 0,!0)]),key:"0"}:void 0]),1032,["loading","left-actions","right-actions"])]),i("div",A,[r(h,{table:d(D).table,mode:C.mode,loading:G.value,virtual:C.virtual,height:C.height,"row-height":C.rowHeight,"enable-row-selection":k.value,onSelectionChange:T,onCellChange:P,onServerFilterChange:R},u({_:2},[p(e.$slots,(t,a)=>({name:a,fn:s(t=>[c(e.$slots,a,g(m(t)),void 0,!0)])}))]),1032,["table","mode","loading","virtual","height","row-height","enable-row-selection"]),B.value?(a(),o("div",_,[r(f,{page:U.value,"page-size":F.value,total:H.value,"onUpdate:page":t[2]||(t[2]=e=>{U.value=e}),"onUpdate:pageSize":t[3]||(t[3]=e=>{F.value=e})},null,8,["page","page-size","total"])])):n("",!0)])]))}},[["__scopeId","data-v-2d3b7c2e"]]);export{z as default};
|
|
@@ -7,8 +7,8 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.3
|
|
11
|
+
Build Time: 2026/2/28 11:23:07
|
|
12
|
+
Build Commit: be62cd795a7935e49b70ffa3c16991742da17a91
|
|
13
13
|
*/
|
|
14
14
|
[data-v-cc57d7a0],[data-v-cc57d7a0]:before,[data-v-cc57d7a0]: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-cc57d7a0]::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: }.flex[data-v-cc57d7a0]{display:flex}.items-center[data-v-cc57d7a0]{align-items:center}.justify-between[data-v-cc57d7a0]{justify-content:space-between}.gap-2[data-v-cc57d7a0]{gap:.5rem}
|