@cmstops/pro-compo 3.9.1-stable.3 → 3.9.1-stable.5
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/index.min.js.map +1 -1
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +4 -2
- package/es/contentModal/component.js +16 -8
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +6 -176
- package/es/contentModal/components/ViewAllColumn/index.js +0 -1
- package/es/contentModal/components/storeBox/index.js +4 -2
- package/es/contentModal/script/api.js +1 -7
- package/es/dataTags/component.js +10 -5
- package/es/docHistory/component.js +2 -1
- package/es/docPreview/component.js +10 -5
- package/es/editMetaInfo/components/metaInfoForm.js +4 -2
- package/es/imageCrop/component.js +4 -2
- package/es/importData/component.js +6 -3
- package/es/index.js +1 -0
- package/es/mediaFilter/components/DocFilter.js +2 -1
- package/es/resourceGridList/component.js +4 -2
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +2 -1
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +4 -2
- package/es/selectAddTo/component.js +47 -0
- package/es/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/selectAddTo/components/SelectAddToView.js +91 -0
- package/es/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +166 -0
- package/es/selectAddTo/components/ViewAllColumn/index.js +212 -0
- package/es/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +102 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +182 -0
- package/es/selectAddTo/index.js +7 -0
- package/es/selectAddTo/script/api.js +23 -0
- package/es/selectAddTo/script/useSelectAddToState.js +55 -0
- package/es/selectAddTo/style/css.js +1 -0
- package/es/selectAddTo/style/index.css +3 -0
- package/es/selectAddTo/style/index.js +1 -0
- package/es/selectAddTo/style/index.less +3 -0
- package/es/selectResourceModal/component.js +10 -5
- package/es/selectResourceModal/components/List/ListLocal/Upload.js +2 -1
- package/es/selectResourceModal/components/List/ListNormal/Filter.js +8 -4
- package/es/selectResourceModal/components/List/ListSystem/Filter.js +2 -1
- package/es/selectThumb/component.js +9 -9
- package/es/style.css +63 -0
- package/es/typeIcons/component.js +1 -1
- package/es/userAvater/component.js +2 -1
- package/es/userDirector/component.js +2 -1
- package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +4 -2
- package/lib/contentModal/component.js +16 -8
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +5 -175
- package/lib/contentModal/components/ViewAllColumn/index.js +0 -1
- package/lib/contentModal/components/storeBox/index.js +4 -2
- package/lib/contentModal/script/api.js +0 -7
- package/lib/dataTags/component.js +10 -5
- package/lib/docHistory/component.js +2 -1
- package/lib/docPreview/component.js +10 -5
- package/lib/editMetaInfo/components/metaInfoForm.js +4 -2
- package/lib/imageCrop/component.js +4 -2
- package/lib/importData/component.js +6 -3
- package/lib/index.js +2 -0
- package/lib/mediaFilter/components/DocFilter.js +2 -1
- package/lib/resourceGridList/component.js +4 -2
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +2 -1
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +4 -2
- package/lib/selectAddTo/component.js +48 -0
- package/lib/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/selectAddTo/components/SelectAddToView.js +92 -0
- package/lib/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +167 -0
- package/lib/selectAddTo/components/ViewAllColumn/index.js +213 -0
- package/lib/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +108 -0
- package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +184 -0
- package/lib/selectAddTo/index.js +8 -0
- package/lib/selectAddTo/script/api.js +27 -0
- package/lib/selectAddTo/script/useSelectAddToState.js +57 -0
- package/lib/selectAddTo/style/css.js +2 -0
- package/lib/selectAddTo/style/index.css +3 -0
- package/lib/selectAddTo/style/index.js +2 -0
- package/lib/selectAddTo/style/index.less +3 -0
- package/lib/selectResourceModal/component.js +10 -5
- package/lib/selectResourceModal/components/List/ListLocal/Upload.js +2 -1
- package/lib/selectResourceModal/components/List/ListNormal/Filter.js +8 -4
- package/lib/selectResourceModal/components/List/ListSystem/Filter.js +2 -1
- package/lib/selectThumb/component.js +9 -9
- package/lib/typeIcons/component.js +1 -1
- package/lib/userAvater/component.js +2 -1
- package/lib/userDirector/component.js +2 -1
- package/package.json +1 -1
- package/es/appCenter/component.d.ts +0 -0
- package/es/appCenter/index.d.ts +0 -2
- package/es/appCenter/script/api.d.ts +0 -11
- package/es/appCenter/script/apps.d.ts +0 -14
- package/es/appCenter/script/permissionMap.d.ts +0 -6
- package/es/appCenter/script/routeMap.d.ts +0 -4
- package/es/appCenter/style/index.d.ts +0 -1
- package/es/baseFilter/component.d.ts +0 -0
- package/es/baseFilter/components/FilterGroup.d.ts +0 -0
- package/es/baseFilter/components/filterItem.d.ts +0 -0
- package/es/baseFilter/index.d.ts +0 -2
- package/es/baseFilter/style/index.d.ts +0 -1
- package/es/baseFilter/useCalcWidth.d.ts +0 -16
- package/es/colorPalette/component.d.ts +0 -0
- package/es/colorPalette/components/colorPicker.d.ts +0 -0
- package/es/colorPalette/index.d.ts +0 -2
- package/es/colorPalette/style/index.d.ts +0 -1
- package/es/components.d.ts +0 -5
- package/es/config.d.ts +0 -4
- package/es/contentDetailList/__demo__/matrix/platform.d.ts +0 -36
- package/es/contentDetailList/component.d.ts +0 -0
- package/es/contentDetailList/components/Content/CompoItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/ContentListItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocMpItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/GroupPieceItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/KongoNavItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/LiveItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/MaccountItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/courseItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/funhdItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/index.d.ts +0 -0
- package/es/contentDetailList/components/CustomWrp/CustomItem.d.ts +0 -0
- package/es/contentDetailList/components/CustomWrp/index.d.ts +0 -0
- package/es/contentDetailList/components/Doc/index.d.ts +0 -0
- package/es/contentDetailList/components/Records/MatrixItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Records/index.d.ts +0 -0
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.d.ts +0 -0
- package/es/contentDetailList/components/ShowQRCode/index.d.ts +0 -0
- package/es/contentDetailList/index.d.ts +0 -2
- package/es/contentDetailList/script/api.d.ts +0 -6
- package/es/contentDetailList/style/index.d.ts +0 -1
- package/es/contentModal/component.d.ts +0 -0
- package/es/contentModal/components/CompoList/CompoFilter/index.d.ts +0 -0
- package/es/contentModal/components/CompoList/index.d.ts +0 -0
- package/es/contentModal/components/ContentList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/ContentList/index.d.ts +0 -0
- package/es/contentModal/components/Dejin/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/Dejin/index.d.ts +0 -0
- package/es/contentModal/components/EqxiuList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/EqxiuList/index.d.ts +0 -0
- package/es/contentModal/components/LiveList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/LiveList/index.d.ts +0 -0
- package/es/contentModal/components/MpAccountList/MpAccountFilter/index.d.ts +0 -0
- package/es/contentModal/components/MpAccountList/index.d.ts +0 -0
- package/es/contentModal/components/MpContentList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/MpContentList/index.d.ts +0 -0
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/ViewAllColumn/columnTree/index.d.ts +0 -0
- package/es/contentModal/components/ViewAllColumn/columnTree/index.js +0 -151
- package/es/contentModal/components/ViewAllColumn/index.d.ts +0 -0
- package/es/contentModal/components/storeBox/index.d.ts +0 -0
- package/es/contentModal/index.d.ts +0 -2
- package/es/contentModal/script/api.d.ts +0 -18
- package/es/contentModal/style/index.d.ts +0 -1
- package/es/dataTags/component.d.ts +0 -0
- package/es/dataTags/index.d.ts +0 -2
- package/es/dataTags/style/index.d.ts +0 -1
- package/es/docHistory/component.d.ts +0 -0
- package/es/docHistory/components/DocDiffPanel/index.d.ts +0 -0
- package/es/docHistory/components/DocHistoryList/index.d.ts +0 -0
- package/es/docHistory/index.d.ts +0 -2
- package/es/docHistory/scripts/diff.d.ts +0 -1
- package/es/docHistory/scripts/useDocHistory.d.ts +0 -10
- package/es/docHistory/style/index.d.ts +0 -1
- package/es/docPreview/component.d.ts +0 -0
- package/es/docPreview/components/PreviewIframe.d.ts +0 -0
- package/es/docPreview/index.d.ts +0 -2
- package/es/docPreview/scripts/api.d.ts +0 -1
- package/es/docPreview/scripts/hook.d.ts +0 -33
- package/es/docPreview/style/index.d.ts +0 -1
- package/es/editMetaInfo/component.d.ts +0 -0
- package/es/editMetaInfo/components/metaInfoForm.d.ts +0 -0
- package/es/editMetaInfo/index.d.ts +0 -2
- package/es/editMetaInfo/script/api.d.ts +0 -6
- package/es/editMetaInfo/script/restaurants.d.ts +0 -4
- package/es/editMetaInfo/style/index.d.ts +0 -1
- package/es/emptyData/component.d.ts +0 -0
- package/es/emptyData/index.d.ts +0 -2
- package/es/emptyData/style/index.d.ts +0 -1
- package/es/emptyData/svg/add.d.ts +0 -0
- package/es/hooks/assets.d.ts +0 -1
- package/es/hooks/batch.d.ts +0 -8
- package/es/hooks/dialogVisible.d.ts +0 -8
- package/es/hooks/source.d.ts +0 -9
- package/es/hooks/toggle.d.ts +0 -6
- package/es/hooks/useAttachement.d.ts +0 -53
- package/es/hooks/useLocalStorage.d.ts +0 -10
- package/es/hooks/useMediaContext.d.ts +0 -12
- package/es/hooks/usePopper.d.ts +0 -8
- package/es/hooks/useSelection.d.ts +0 -30
- package/es/hooks/useUpload.d.ts +0 -78
- package/es/hooks/user.d.ts +0 -9
- package/es/imageCrop/component.d.ts +0 -0
- package/es/imageCrop/index.d.ts +0 -2
- package/es/imageCrop/script/api.d.ts +0 -1
- package/es/imageCrop/style/index.d.ts +0 -1
- package/es/importData/component.d.ts +0 -0
- package/es/importData/index.d.ts +0 -2
- package/es/importData/style/index.d.ts +0 -1
- package/es/index.d.ts +0 -30
- package/es/mediaFilter/component.d.ts +0 -0
- package/es/mediaFilter/components/DocFilter.d.ts +0 -0
- package/es/mediaFilter/components/FilterGroup.d.ts +0 -0
- package/es/mediaFilter/components/FilterItem.d.ts +0 -0
- package/es/mediaFilter/components/MpAccountFilter.d.ts +0 -0
- package/es/mediaFilter/components/MpContentFilter.d.ts +0 -0
- package/es/mediaFilter/index.d.ts +0 -3
- package/es/mediaFilter/script/optionsGetter.d.ts +0 -26
- package/es/mediaFilter/script/types.d.ts +0 -16
- package/es/mediaFilter/style/index.d.ts +0 -1
- package/es/mediaView/component.d.ts +0 -0
- package/es/mediaView/index.d.ts +0 -2
- package/es/mediaView/style/index.d.ts +0 -1
- package/es/messageBox/component.d.ts +0 -0
- package/es/messageBox/index.d.ts +0 -2
- package/es/messageBox/list.d.ts +0 -0
- package/es/messageBox/script/api.d.ts +0 -6
- package/es/messageBox/style/index.d.ts +0 -1
- package/es/previousVersion/component.d.ts +0 -0
- package/es/previousVersion/index.d.ts +0 -2
- package/es/previousVersion/script/api.d.ts +0 -15
- package/es/previousVersion/script/tool.d.ts +0 -6
- package/es/previousVersion/style/index.d.ts +0 -1
- package/es/resourceGridList/component.d.ts +0 -0
- package/es/resourceGridList/components/FileTypeThumb/index.d.ts +0 -0
- package/es/resourceGridList/index.d.ts +0 -2
- package/es/resourceGridList/style/index.d.ts +0 -1
- package/es/resourceModal/component.d.ts +0 -0
- package/es/resourceModal/components/MediaPreviewer/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/MainContent/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/index.d.ts +0 -0
- package/es/resourceModal/index.d.ts +0 -2
- package/es/resourceModal/script/api.d.ts +0 -25
- package/es/resourceModal/script/mediaSelection.d.ts +0 -14
- package/es/resourceModal/style/index.d.ts +0 -1
- package/es/selectAvatarList/component.d.ts +0 -0
- package/es/selectAvatarList/index.d.ts +0 -2
- package/es/selectAvatarList/style/index.d.ts +0 -1
- package/es/selectGategory/component.d.ts +0 -0
- package/es/selectGategory/components/ColumnSelection/index.d.ts +0 -0
- package/es/selectGategory/index.d.ts +0 -2
- package/es/selectGategory/script/api.d.ts +0 -6
- package/es/selectGategory/style/index.d.ts +0 -1
- package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +0 -268
- package/es/selectResourceModal/__demo__/module/basic.d.ts +0 -299
- package/es/selectResourceModal/component.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListAi/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListCardWrapper.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListLocal/Upload.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListLocal/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListNormal/Filter.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListNormal/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/Filter.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/SubList.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListVideo/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListWraper.d.ts +0 -0
- package/es/selectResourceModal/components/ListSelected/index.d.ts +0 -0
- package/es/selectResourceModal/components/ListTabs/index.d.ts +0 -0
- package/es/selectResourceModal/hooks/useResponsiveFilter.d.ts +0 -21
- package/es/selectResourceModal/index.d.ts +0 -2
- package/es/selectResourceModal/scripts/selectionApis.d.ts +0 -2
- package/es/selectResourceModal/scripts/useCompoLf.d.ts +0 -27
- package/es/selectResourceModal/scripts/useResourceSelect.d.ts +0 -7
- package/es/selectResourceModal/scripts/useTabFilter.d.ts +0 -22
- package/es/selectResourceModal/style/index.d.ts +0 -1
- package/es/selectThumb/component.d.ts +0 -0
- package/es/selectThumb/components/card.d.ts +0 -0
- package/es/selectThumb/components/colorPalette.d.ts +0 -0
- package/es/selectThumb/components/colorPicker.d.ts +0 -0
- package/es/selectThumb/index.d.ts +0 -2
- package/es/selectThumb/style/index.d.ts +0 -1
- package/es/thumbCard/component.d.ts +0 -0
- package/es/thumbCard/components/ThumbUploading/index.d.ts +0 -0
- package/es/thumbCard/index.d.ts +0 -2
- package/es/thumbCard/style/index.d.ts +0 -1
- package/es/typeIcons/component.d.ts +0 -0
- package/es/typeIcons/index.d.ts +0 -2
- package/es/typeIcons/style/index.d.ts +0 -1
- package/es/uploadBefore/component.d.ts +0 -0
- package/es/uploadBefore/components/UploadBefore.d.ts +0 -0
- package/es/uploadBefore/components/UploadForClick.d.ts +0 -0
- package/es/uploadBefore/index.d.ts +0 -2
- package/es/uploadBefore/script/api.d.ts +0 -16
- package/es/uploadBefore/script/fileTypeAdapter.d.ts +0 -39
- package/es/uploadBefore/script/fileUpload.d.ts +0 -7
- package/es/uploadBefore/script/uploadHooks.d.ts +0 -96
- package/es/uploadBefore/style/index.d.ts +0 -1
- package/es/uploadBefore/utils/dragUploadEvent.d.ts +0 -0
- package/es/uploadStep/component.d.ts +0 -0
- package/es/uploadStep/index.d.ts +0 -2
- package/es/uploadStep/script/fileTypeAdapter.d.ts +0 -20
- package/es/uploadStep/style/index.d.ts +0 -1
- package/es/userAvater/component.d.ts +0 -0
- package/es/userAvater/index.d.ts +0 -2
- package/es/userAvater/script/api.d.ts +0 -8
- package/es/userAvater/style/index.d.ts +0 -1
- package/es/userDirector/component.d.ts +0 -0
- package/es/userDirector/components/userTree.d.ts +0 -0
- package/es/userDirector/index.d.ts +0 -2
- package/es/userDirector/script/api.d.ts +0 -10
- package/es/userDirector/style/index.d.ts +0 -1
- package/es/utils/auth.d.ts +0 -5
- package/es/utils/date.d.ts +0 -3
- package/es/utils/doc.d.ts +0 -76
- package/es/utils/filter.d.ts +0 -21
- package/es/utils/index.d.ts +0 -17
- package/es/utils/request.d.ts +0 -9
- package/es/utils/resource.d.ts +0 -4
- package/es/utils/transcodeMedia.d.ts +0 -13
- package/es/utils/tusUpload.d.ts +0 -16
- package/es/utils/typeMap.d.ts +0 -185
- package/es/utils/uploadCatalog.d.ts +0 -1
- package/es/videoThumb/component.d.ts +0 -0
- package/es/videoThumb/index.d.ts +0 -2
- package/es/videoThumb/scripts/api.d.ts +0 -9
- package/es/videoThumb/scripts/useVideoThumbs.d.ts +0 -12
- package/es/videoThumb/style/index.d.ts +0 -1
- package/lib/contentModal/components/ViewAllColumn/columnTree/index.js +0 -152
package/dist/index.min.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.min.js","sources":["../components/components.ts"],"sourcesContent":["import type { App, Plugin } from 'vue';\n// import your Component\n\nconst components: Record<string, Plugin> = {\n // Add your Component\n};\n\nconst install = (app: App) => {\n for (const key of Object.keys(components)) {\n app.use(components[key]);\n }\n};\n\nconst Components = {\n ...components,\n install,\n};\n\nexport default Components;\n"],"names":["components","install","app","key","Object","keys","use"],"mappings":";;;;AAGA,QAAMA,IAAqC,CAAA;SAUxB,
|
|
1
|
+
{"version":3,"file":"index.min.js","sources":["../components/components.ts"],"sourcesContent":["import type { App, Plugin } from 'vue';\n// import your Component\n\nconst components: Record<string, Plugin> = {\n // Add your Component\n};\n\nconst install = (app: App) => {\n for (const key of Object.keys(components)) {\n app.use(components[key]);\n }\n};\n\nconst Components = {\n ...components,\n install,\n};\n\nexport default Components;\n"],"names":["components","install","app","key","Object","keys","use"],"mappings":";;;;AAGA,QAAMA,IAAqC,CAAA;SAUxB,EACdA,GAAAA,GACHC,SAReC,OACf;AAAA,eAAWC,KAAOC,OAAOC,KAAKL,CACxBE;AAAAA,QAAAI,IAAIN,EAAWG;;;"}
|
|
@@ -248,7 +248,8 @@ const _sfc_main = defineComponent({
|
|
|
248
248
|
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
249
249
|
createTextVNode(" \u751F\u6210\u9884\u89C8\u94FE\u63A5 ")
|
|
250
250
|
])),
|
|
251
|
-
_: 1
|
|
251
|
+
_: 1,
|
|
252
|
+
__: [5]
|
|
252
253
|
})) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
253
254
|
createVNode(unref(Button), {
|
|
254
255
|
class: "auto",
|
|
@@ -258,7 +259,8 @@ const _sfc_main = defineComponent({
|
|
|
258
259
|
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
259
260
|
createTextVNode(" \u590D\u5236\u4E8C\u7EF4\u7801 ")
|
|
260
261
|
])),
|
|
261
|
-
_: 1
|
|
262
|
+
_: 1,
|
|
263
|
+
__: [6]
|
|
262
264
|
}),
|
|
263
265
|
createVNode(unref(Button), {
|
|
264
266
|
class: "auto",
|
|
@@ -160,7 +160,8 @@ const _sfc_main = defineComponent({
|
|
|
160
160
|
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
161
161
|
createTextVNode("\u6DFB\u52A0 ")
|
|
162
162
|
])),
|
|
163
|
-
_: 1
|
|
163
|
+
_: 1,
|
|
164
|
+
__: [8]
|
|
164
165
|
}, 8, ["disabled"])
|
|
165
166
|
]),
|
|
166
167
|
_: 1
|
|
@@ -199,7 +200,8 @@ const _sfc_main = defineComponent({
|
|
|
199
200
|
default: withCtx(() => _cache[9] || (_cache[9] = [
|
|
200
201
|
createTextVNode(" \u6DFB\u52A0 ")
|
|
201
202
|
])),
|
|
202
|
-
_: 1
|
|
203
|
+
_: 1,
|
|
204
|
+
__: [9]
|
|
203
205
|
}, 8, ["disabled"])
|
|
204
206
|
]),
|
|
205
207
|
_: 1
|
|
@@ -239,7 +241,8 @@ const _sfc_main = defineComponent({
|
|
|
239
241
|
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
240
242
|
createTextVNode(" \u6DFB\u52A0 ")
|
|
241
243
|
])),
|
|
242
|
-
_: 1
|
|
244
|
+
_: 1,
|
|
245
|
+
__: [10]
|
|
243
246
|
}, 8, ["disabled"])
|
|
244
247
|
]),
|
|
245
248
|
_: 1
|
|
@@ -278,7 +281,8 @@ const _sfc_main = defineComponent({
|
|
|
278
281
|
default: withCtx(() => _cache[11] || (_cache[11] = [
|
|
279
282
|
createTextVNode(" \u6DFB\u52A0 ")
|
|
280
283
|
])),
|
|
281
|
-
_: 1
|
|
284
|
+
_: 1,
|
|
285
|
+
__: [11]
|
|
282
286
|
}, 8, ["disabled"])
|
|
283
287
|
]),
|
|
284
288
|
_: 1
|
|
@@ -317,7 +321,8 @@ const _sfc_main = defineComponent({
|
|
|
317
321
|
default: withCtx(() => _cache[12] || (_cache[12] = [
|
|
318
322
|
createTextVNode(" \u6DFB\u52A0 ")
|
|
319
323
|
])),
|
|
320
|
-
_: 1
|
|
324
|
+
_: 1,
|
|
325
|
+
__: [12]
|
|
321
326
|
}, 8, ["disabled"])
|
|
322
327
|
]),
|
|
323
328
|
_: 1
|
|
@@ -356,7 +361,8 @@ const _sfc_main = defineComponent({
|
|
|
356
361
|
default: withCtx(() => _cache[13] || (_cache[13] = [
|
|
357
362
|
createTextVNode(" \u6DFB\u52A0 ")
|
|
358
363
|
])),
|
|
359
|
-
_: 1
|
|
364
|
+
_: 1,
|
|
365
|
+
__: [13]
|
|
360
366
|
}, 8, ["disabled"])
|
|
361
367
|
]),
|
|
362
368
|
_: 1
|
|
@@ -395,7 +401,8 @@ const _sfc_main = defineComponent({
|
|
|
395
401
|
default: withCtx(() => _cache[14] || (_cache[14] = [
|
|
396
402
|
createTextVNode(" \u6DFB\u52A0 ")
|
|
397
403
|
])),
|
|
398
|
-
_: 1
|
|
404
|
+
_: 1,
|
|
405
|
+
__: [14]
|
|
399
406
|
}, 8, ["disabled"])
|
|
400
407
|
]),
|
|
401
408
|
_: 1
|
|
@@ -433,7 +440,8 @@ const _sfc_main = defineComponent({
|
|
|
433
440
|
default: withCtx(() => _cache[15] || (_cache[15] = [
|
|
434
441
|
createTextVNode(" \u6DFB\u52A0 ")
|
|
435
442
|
])),
|
|
436
|
-
_: 1
|
|
443
|
+
_: 1,
|
|
444
|
+
__: [15]
|
|
437
445
|
}, 8, ["disabled"])
|
|
438
446
|
]),
|
|
439
447
|
_: 1
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, watch, openBlock, createElementBlock, createVNode, unref, withCtx, Fragment, renderList, createElementVNode, toDisplayString, createBlock
|
|
2
|
-
import { Space, Input, Select, Option, Tooltip
|
|
3
|
-
import { IconInfoCircle
|
|
4
|
-
import { docSeries, docThumbMap } from "../../../../utils/doc.js";
|
|
5
|
-
import _sfc_main$1 from "../columnTree/index.js";
|
|
1
|
+
import { defineComponent, ref, computed, watch, openBlock, createElementBlock, createVNode, unref, withCtx, Fragment, renderList, createElementVNode, toDisplayString, createBlock } from "vue";
|
|
2
|
+
import { Space, Input, Select, Option, Tooltip } from "@arco-design/web-vue";
|
|
3
|
+
import { IconInfoCircle } from "@arco-design/web-vue/es/icon";
|
|
6
4
|
const _hoisted_1 = { class: "media-filter-container" };
|
|
7
5
|
const _hoisted_2 = { style: { "display": "flex", "align-items": "center", "gap": "5px" } };
|
|
8
6
|
const _hoisted_3 = { class: "sort-button" };
|
|
@@ -12,10 +10,7 @@ const _sfc_main = defineComponent({
|
|
|
12
10
|
props: {
|
|
13
11
|
groupId: {},
|
|
14
12
|
tree: { default: () => [] },
|
|
15
|
-
|
|
16
|
-
banner: { default: "all" },
|
|
17
|
-
height: {},
|
|
18
|
-
userInfo: {}
|
|
13
|
+
height: {}
|
|
19
14
|
},
|
|
20
15
|
emits: ["update:group_id", "search"],
|
|
21
16
|
setup(__props, { emit: __emit }) {
|
|
@@ -43,82 +38,12 @@ const _sfc_main = defineComponent({
|
|
|
43
38
|
desc: "\u4F1A\u5C06\u8F93\u5165\u5185\u5BB9\u5206\u8BCD\uFF0C\u4F8B\u5982\u201C\u6210\u957F\u201D\u4F1A\u5206\u4E3A\u201C\u6210\u201D\u3001\u201C\u957F\u201D\u3001\u201C\u6210\u957F\u201D\uFF0C\u5185\u5BB9\u5305\u542B\u4E09\u4E2A\u8BCD\u4E2D\u4EFB\u610F\u4E00\u4E2A\u5747\u4F1A\u663E\u793A\u51FA\u6765\uFF0C\u641C\u7D22\u5185\u5BB9\u66F4\u52A0\u4E30\u5BCC"
|
|
44
39
|
}
|
|
45
40
|
];
|
|
46
|
-
const bannerOptions = computed(() => {
|
|
47
|
-
const options = [
|
|
48
|
-
{
|
|
49
|
-
value: "0",
|
|
50
|
-
key: "0",
|
|
51
|
-
label: "\u65E0\u72EC\u7ACB\u8F6E\u64AD"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
value: "1",
|
|
55
|
-
key: "1",
|
|
56
|
-
label: "\u6709\u72EC\u7ACB\u8F6E\u64AD"
|
|
57
|
-
}
|
|
58
|
-
];
|
|
59
|
-
return options.filter(
|
|
60
|
-
(item) => props.banner === "all" || props.banner === item.key
|
|
61
|
-
);
|
|
62
|
-
});
|
|
63
|
-
const typeOptions = computed(() => {
|
|
64
|
-
const arr = Object.keys(docSeries).map((key) => {
|
|
65
|
-
return {
|
|
66
|
-
value: key,
|
|
67
|
-
label: docSeries[key].replace("\u7A3F\u4EF6", "")
|
|
68
|
-
};
|
|
69
|
-
});
|
|
70
|
-
return arr.filter((item) => {
|
|
71
|
-
if (props.series === "all") {
|
|
72
|
-
return true;
|
|
73
|
-
}
|
|
74
|
-
return props.series.split(",").includes(item.value);
|
|
75
|
-
});
|
|
76
|
-
});
|
|
77
|
-
const thumbOptions = computed(() => {
|
|
78
|
-
return Object.keys(docThumbMap()).map((key) => {
|
|
79
|
-
return {
|
|
80
|
-
value: key,
|
|
81
|
-
label: docThumbMap()[key]
|
|
82
|
-
};
|
|
83
|
-
});
|
|
84
|
-
});
|
|
85
41
|
const sortMethodOptions = computed(() => {
|
|
86
42
|
return [
|
|
87
43
|
{ value: "pub_time", label: "\u53D1\u5E03\u65F6\u95F4" },
|
|
88
44
|
{ value: "create_time", label: "\u521B\u5EFA\u65F6\u95F4" }
|
|
89
45
|
];
|
|
90
46
|
});
|
|
91
|
-
const showReset = computed(() => {
|
|
92
|
-
let { banner } = filter.value;
|
|
93
|
-
if (props.banner !== "all") {
|
|
94
|
-
banner = "";
|
|
95
|
-
}
|
|
96
|
-
let series = filter.value.type;
|
|
97
|
-
if (props.series !== "all") {
|
|
98
|
-
series = "";
|
|
99
|
-
}
|
|
100
|
-
return filter.value.keywords || series || filter.value.cover_type || banner || filter.value.sort !== -1;
|
|
101
|
-
});
|
|
102
|
-
const reset = () => {
|
|
103
|
-
const _set = {
|
|
104
|
-
keywords: "",
|
|
105
|
-
cover_type: "",
|
|
106
|
-
sort: -1,
|
|
107
|
-
order: "create_time"
|
|
108
|
-
};
|
|
109
|
-
Object.assign(filter.value, _set);
|
|
110
|
-
if (props.banner !== "all") {
|
|
111
|
-
filter.value.banner = props.banner;
|
|
112
|
-
} else {
|
|
113
|
-
filter.value.banner = "";
|
|
114
|
-
}
|
|
115
|
-
if (props.series !== "all" && props.series.split(",").length === 1) {
|
|
116
|
-
filter.value.type = props.series;
|
|
117
|
-
} else {
|
|
118
|
-
filter.value.type = "";
|
|
119
|
-
}
|
|
120
|
-
column_id.value = "all";
|
|
121
|
-
};
|
|
122
47
|
const checkout = (type) => {
|
|
123
48
|
filter.value.wordState = type;
|
|
124
49
|
};
|
|
@@ -144,19 +69,6 @@ const _sfc_main = defineComponent({
|
|
|
144
69
|
column_id.value = val;
|
|
145
70
|
}
|
|
146
71
|
);
|
|
147
|
-
watch(
|
|
148
|
-
() => props.banner,
|
|
149
|
-
(val) => {
|
|
150
|
-
filter.value.banner = val === "all" ? "" : val;
|
|
151
|
-
},
|
|
152
|
-
{ immediate: true }
|
|
153
|
-
);
|
|
154
|
-
watch(
|
|
155
|
-
() => column_id.value,
|
|
156
|
-
(val) => {
|
|
157
|
-
emit("update:group_id", val);
|
|
158
|
-
}
|
|
159
|
-
);
|
|
160
72
|
return (_ctx, _cache) => {
|
|
161
73
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
162
74
|
createVNode(unref(Space), { size: "small" }, {
|
|
@@ -207,96 +119,14 @@ const _sfc_main = defineComponent({
|
|
|
207
119
|
}, 8, ["modelValue"])
|
|
208
120
|
]),
|
|
209
121
|
_: 1
|
|
210
|
-
}, 8, ["modelValue"])
|
|
211
|
-
createVNode(_sfc_main$1, {
|
|
212
|
-
column_id: column_id.value,
|
|
213
|
-
"onUpdate:column_id": _cache[2] || (_cache[2] = ($event) => column_id.value = $event),
|
|
214
|
-
height: props.height,
|
|
215
|
-
tree: props.tree,
|
|
216
|
-
"user-info": props.userInfo
|
|
217
|
-
}, null, 8, ["column_id", "height", "tree", "user-info"]),
|
|
218
|
-
createVNode(unref(Select), {
|
|
219
|
-
modelValue: filter.value.type,
|
|
220
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => filter.value.type = $event),
|
|
221
|
-
style: { width: "96px" },
|
|
222
|
-
"trigger-props": { autoFitPopupMinWidth: true },
|
|
223
|
-
"allow-clear": "",
|
|
224
|
-
class: "filter-item",
|
|
225
|
-
placeholder: "\u7C7B\u578B"
|
|
226
|
-
}, {
|
|
227
|
-
default: withCtx(() => [
|
|
228
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(typeOptions.value, (item) => {
|
|
229
|
-
return openBlock(), createBlock(unref(Option), {
|
|
230
|
-
key: item.value,
|
|
231
|
-
label: item.label,
|
|
232
|
-
value: item.value
|
|
233
|
-
}, null, 8, ["label", "value"]);
|
|
234
|
-
}), 128))
|
|
235
|
-
]),
|
|
236
|
-
_: 1
|
|
237
|
-
}, 8, ["modelValue"]),
|
|
238
|
-
createVNode(unref(Select), {
|
|
239
|
-
modelValue: filter.value.cover_type,
|
|
240
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => filter.value.cover_type = $event),
|
|
241
|
-
style: { width: "96px" },
|
|
242
|
-
"trigger-props": { autoFitPopupMinWidth: true },
|
|
243
|
-
"allow-clear": "",
|
|
244
|
-
class: "filter-item",
|
|
245
|
-
placeholder: "\u5C01\u9762"
|
|
246
|
-
}, {
|
|
247
|
-
default: withCtx(() => [
|
|
248
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(thumbOptions.value, (item) => {
|
|
249
|
-
return openBlock(), createBlock(unref(Option), {
|
|
250
|
-
key: item.value,
|
|
251
|
-
label: item.label,
|
|
252
|
-
value: item.value
|
|
253
|
-
}, null, 8, ["label", "value"]);
|
|
254
|
-
}), 128))
|
|
255
|
-
]),
|
|
256
|
-
_: 1
|
|
257
|
-
}, 8, ["modelValue"]),
|
|
258
|
-
createVNode(unref(Select), {
|
|
259
|
-
modelValue: filter.value.banner,
|
|
260
|
-
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => filter.value.banner = $event),
|
|
261
|
-
style: { width: "124px" },
|
|
262
|
-
"trigger-props": { autoFitPopupMinWidth: true },
|
|
263
|
-
"allow-clear": "",
|
|
264
|
-
class: "filter-item",
|
|
265
|
-
disabled: props.banner !== "all",
|
|
266
|
-
placeholder: "\u72EC\u7ACB\u8F6E\u64AD"
|
|
267
|
-
}, {
|
|
268
|
-
default: withCtx(() => [
|
|
269
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(bannerOptions.value, (item) => {
|
|
270
|
-
return openBlock(), createBlock(unref(Option), {
|
|
271
|
-
key: item.value,
|
|
272
|
-
label: item.label,
|
|
273
|
-
value: item.value
|
|
274
|
-
}, null, 8, ["label", "value"]);
|
|
275
|
-
}), 128))
|
|
276
|
-
]),
|
|
277
|
-
_: 1
|
|
278
|
-
}, 8, ["modelValue", "disabled"]),
|
|
279
|
-
withDirectives(createVNode(unref(Button), {
|
|
280
|
-
class: "reset-button",
|
|
281
|
-
size: "small",
|
|
282
|
-
type: "text",
|
|
283
|
-
onClick: reset
|
|
284
|
-
}, {
|
|
285
|
-
default: withCtx(() => [
|
|
286
|
-
createVNode(unref(IconRefresh), { class: "reset-icon" }),
|
|
287
|
-
_cache[7] || (_cache[7] = createTextVNode(" \u91CD\u7F6E "))
|
|
288
|
-
]),
|
|
289
|
-
_: 1
|
|
290
|
-
}, 512), [
|
|
291
|
-
[vShow, showReset.value]
|
|
292
|
-
])
|
|
122
|
+
}, 8, ["modelValue"])
|
|
293
123
|
]),
|
|
294
124
|
_: 1
|
|
295
125
|
}),
|
|
296
126
|
createElementVNode("div", _hoisted_3, [
|
|
297
127
|
createVNode(unref(Select), {
|
|
298
128
|
modelValue: filter.value.order,
|
|
299
|
-
"onUpdate:modelValue": _cache[
|
|
129
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => filter.value.order = $event),
|
|
300
130
|
class: "filter-item",
|
|
301
131
|
placeholder: "\u53D1\u5E03\u65F6\u95F4"
|
|
302
132
|
}, {
|
|
@@ -83,7 +83,8 @@ const _sfc_main = defineComponent({
|
|
|
83
83
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
84
84
|
createTextVNode("\u6E05\u7A7A")
|
|
85
85
|
])),
|
|
86
|
-
_: 1
|
|
86
|
+
_: 1,
|
|
87
|
+
__: [1]
|
|
87
88
|
})
|
|
88
89
|
])
|
|
89
90
|
]),
|
|
@@ -99,7 +100,8 @@ const _sfc_main = defineComponent({
|
|
|
99
100
|
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
100
101
|
createTextVNode("\u5DF2\u9009\u6570\u636E")
|
|
101
102
|
])),
|
|
102
|
-
_: 1
|
|
103
|
+
_: 1,
|
|
104
|
+
__: [0]
|
|
103
105
|
})) : createCommentVNode("v-if", true)
|
|
104
106
|
]),
|
|
105
107
|
_: 1
|
|
@@ -6,12 +6,6 @@ function getCategoryCategoriesTree(BASE_API, params) {
|
|
|
6
6
|
params
|
|
7
7
|
});
|
|
8
8
|
}
|
|
9
|
-
function getCategoryPath(BASE_API, params) {
|
|
10
|
-
return request(BASE_API, {
|
|
11
|
-
url: `/poplar/v2/repo/${params == null ? void 0 : params.repo}/category/${params == null ? void 0 : params.category}/path`,
|
|
12
|
-
method: "get"
|
|
13
|
-
});
|
|
14
|
-
}
|
|
15
9
|
function getCategoryMediaNew(BASE_API, params) {
|
|
16
10
|
return request(BASE_API, {
|
|
17
11
|
url: `/poplar/v3/s/documents`,
|
|
@@ -98,4 +92,4 @@ function getTypeConfig(BASE_API, params) {
|
|
|
98
92
|
params
|
|
99
93
|
});
|
|
100
94
|
}
|
|
101
|
-
export { checkCommitFulfillment, getBroadcastList, getCategoryCategoriesTree, getCategoryMediaNew,
|
|
95
|
+
export { checkCommitFulfillment, getBroadcastList, getCategoryCategoriesTree, getCategoryMediaNew, getCategorylistsGroups, getConfigurationNew, getEqxiuList, getMpContentList, getReporterContent, getRevealContent, getTypeConfig, searchMlists, searchMpaccount };
|
package/es/dataTags/component.js
CHANGED
|
@@ -133,7 +133,8 @@ const _sfc_main = defineComponent({
|
|
|
133
133
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
134
134
|
createTextVNode("\u539F\u521B")
|
|
135
135
|
])),
|
|
136
|
-
_: 1
|
|
136
|
+
_: 1,
|
|
137
|
+
__: [1]
|
|
137
138
|
}, 8, ["class"])
|
|
138
139
|
]),
|
|
139
140
|
_: 1
|
|
@@ -151,7 +152,8 @@ const _sfc_main = defineComponent({
|
|
|
151
152
|
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
152
153
|
createTextVNode("\u63A8\u8350")
|
|
153
154
|
])),
|
|
154
|
-
_: 1
|
|
155
|
+
_: 1,
|
|
156
|
+
__: [2]
|
|
155
157
|
}, 8, ["class"])
|
|
156
158
|
]),
|
|
157
159
|
_: 1
|
|
@@ -169,7 +171,8 @@ const _sfc_main = defineComponent({
|
|
|
169
171
|
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
170
172
|
createTextVNode("\u654F\u611F")
|
|
171
173
|
])),
|
|
172
|
-
_: 1
|
|
174
|
+
_: 1,
|
|
175
|
+
__: [3]
|
|
173
176
|
}, 8, ["class"])
|
|
174
177
|
]),
|
|
175
178
|
_: 1
|
|
@@ -187,7 +190,8 @@ const _sfc_main = defineComponent({
|
|
|
187
190
|
default: withCtx(() => _cache[4] || (_cache[4] = [
|
|
188
191
|
createTextVNode("\u5DF2\u63A8\u9001")
|
|
189
192
|
])),
|
|
190
|
-
_: 1
|
|
193
|
+
_: 1,
|
|
194
|
+
__: [4]
|
|
191
195
|
}, 8, ["class"])
|
|
192
196
|
]),
|
|
193
197
|
_: 1
|
|
@@ -223,7 +227,8 @@ const _sfc_main = defineComponent({
|
|
|
223
227
|
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
224
228
|
createTextVNode(" \u77E9\u9635\u5206\u53D1 ")
|
|
225
229
|
])),
|
|
226
|
-
_: 1
|
|
230
|
+
_: 1,
|
|
231
|
+
__: [5]
|
|
227
232
|
}, 8, ["class"])
|
|
228
233
|
]),
|
|
229
234
|
_: 1
|
|
@@ -94,7 +94,8 @@ const _sfc_main = defineComponent({
|
|
|
94
94
|
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
95
95
|
createTextVNode(" \u590D\u5236\u94FE\u63A5 ")
|
|
96
96
|
])),
|
|
97
|
-
_: 1
|
|
97
|
+
_: 1,
|
|
98
|
+
__: [8]
|
|
98
99
|
}, 8, ["onClick"])
|
|
99
100
|
]),
|
|
100
101
|
createCommentVNode(" \u94FE\u63A5 "),
|
|
@@ -110,7 +111,8 @@ const _sfc_main = defineComponent({
|
|
|
110
111
|
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
111
112
|
createTextVNode("\u53D6\u6D88\u9884\u89C8\u94FE\u63A5")
|
|
112
113
|
])),
|
|
113
|
-
_: 1
|
|
114
|
+
_: 1,
|
|
115
|
+
__: [10]
|
|
114
116
|
}),
|
|
115
117
|
createVNode(unref(Button), {
|
|
116
118
|
type: "primary",
|
|
@@ -119,7 +121,8 @@ const _sfc_main = defineComponent({
|
|
|
119
121
|
default: withCtx(() => _cache[11] || (_cache[11] = [
|
|
120
122
|
createTextVNode(" \u66F4\u65B0\u9884\u89C8\u6709\u6548\u671F ")
|
|
121
123
|
])),
|
|
122
|
-
_: 1
|
|
124
|
+
_: 1,
|
|
125
|
+
__: [11]
|
|
123
126
|
})
|
|
124
127
|
])
|
|
125
128
|
], 64)) : unref(isPublish) ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
@@ -139,7 +142,8 @@ const _sfc_main = defineComponent({
|
|
|
139
142
|
default: withCtx(() => _cache[13] || (_cache[13] = [
|
|
140
143
|
createTextVNode(" \u590D\u5236\u94FE\u63A5 ")
|
|
141
144
|
])),
|
|
142
|
-
_: 1
|
|
145
|
+
_: 1,
|
|
146
|
+
__: [13]
|
|
143
147
|
}, 8, ["onClick"])
|
|
144
148
|
]),
|
|
145
149
|
createCommentVNode(" \u94FE\u63A5 "),
|
|
@@ -179,7 +183,8 @@ const _sfc_main = defineComponent({
|
|
|
179
183
|
default: withCtx(() => _cache[18] || (_cache[18] = [
|
|
180
184
|
createTextVNode(" \u751F\u6210\u9884\u89C8\u94FE\u63A5 ")
|
|
181
185
|
])),
|
|
182
|
-
_: 1
|
|
186
|
+
_: 1,
|
|
187
|
+
__: [18]
|
|
183
188
|
})
|
|
184
189
|
])
|
|
185
190
|
], 64))
|
|
@@ -762,13 +762,15 @@ const _sfc_main = defineComponent({
|
|
|
762
762
|
default: withCtx(() => _cache[29] || (_cache[29] = [
|
|
763
763
|
createTextVNode(" \u9ED8\u54C0\u6A21\u5F0F")
|
|
764
764
|
])),
|
|
765
|
-
_: 1
|
|
765
|
+
_: 1,
|
|
766
|
+
__: [29]
|
|
766
767
|
}),
|
|
767
768
|
createVNode(unref(Radio), { value: 2 }, {
|
|
768
769
|
default: withCtx(() => _cache[30] || (_cache[30] = [
|
|
769
770
|
createTextVNode("\u975E\u9ED8\u54C0\u6A21\u5F0F")
|
|
770
771
|
])),
|
|
771
|
-
_: 1
|
|
772
|
+
_: 1,
|
|
773
|
+
__: [30]
|
|
772
774
|
})
|
|
773
775
|
]),
|
|
774
776
|
_: 1
|
|
@@ -419,7 +419,8 @@ const _sfc_main = defineComponent({
|
|
|
419
419
|
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
420
420
|
createTextVNode("\u53D6\u6D88")
|
|
421
421
|
])),
|
|
422
|
-
_: 1
|
|
422
|
+
_: 1,
|
|
423
|
+
__: [5]
|
|
423
424
|
}),
|
|
424
425
|
withDirectives(createVNode(unref(Button), {
|
|
425
426
|
size: "medium",
|
|
@@ -430,7 +431,8 @@ const _sfc_main = defineComponent({
|
|
|
430
431
|
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
431
432
|
createTextVNode("\u88C1\u526A")
|
|
432
433
|
])),
|
|
433
|
-
_: 1
|
|
434
|
+
_: 1,
|
|
435
|
+
__: [6]
|
|
434
436
|
}, 8, ["loading"]), [
|
|
435
437
|
[vShow, !croppering.value]
|
|
436
438
|
])
|
|
@@ -105,7 +105,8 @@ const _sfc_main = defineComponent({
|
|
|
105
105
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
106
106
|
createTextVNode("\u4E0B\u8F7D\u6A21\u677F")
|
|
107
107
|
])),
|
|
108
|
-
_: 1
|
|
108
|
+
_: 1,
|
|
109
|
+
__: [1]
|
|
109
110
|
}, 8, ["href"])
|
|
110
111
|
]),
|
|
111
112
|
_cache[6] || (_cache[6] = createElementVNode("h3", null, "\u4E0A\u4F20\u6587\u4EF6", -1)),
|
|
@@ -126,7 +127,8 @@ const _sfc_main = defineComponent({
|
|
|
126
127
|
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
127
128
|
createTextVNode(" \u4E0B\u8F7D\u5BFC\u5165\u7ED3\u679C ")
|
|
128
129
|
])),
|
|
129
|
-
_: 1
|
|
130
|
+
_: 1,
|
|
131
|
+
__: [3]
|
|
130
132
|
}, 8, ["href"])
|
|
131
133
|
])) : createCommentVNode("v-if", true),
|
|
132
134
|
importPercent.value === 1 && ((_b = importData.value) == null ? void 0 : _b.success_count) === void 0 ? (openBlock(), createElementBlock("p", _hoisted_5, " \u5BFC\u5165\u5931\u8D25\uFF0C" + toDisplayString(importErrorInfo.value), 1)) : createCommentVNode("v-if", true)
|
|
@@ -157,7 +159,8 @@ const _sfc_main = defineComponent({
|
|
|
157
159
|
default: withCtx(() => _cache[4] || (_cache[4] = [
|
|
158
160
|
createTextVNode("\u5F00\u59CB\u5BFC\u5165")
|
|
159
161
|
])),
|
|
160
|
-
_: 1
|
|
162
|
+
_: 1,
|
|
163
|
+
__: [4]
|
|
161
164
|
}, 8, ["loading"])) : createCommentVNode("v-if", true)
|
|
162
165
|
]),
|
|
163
166
|
_: 1
|
package/es/index.js
CHANGED
|
@@ -28,3 +28,4 @@ export { default as docPreview } from "./docPreview/index.js";
|
|
|
28
28
|
export { default as docHistory } from "./docHistory/index.js";
|
|
29
29
|
export { default as videoThumb } from "./videoThumb/index.js";
|
|
30
30
|
export { default as importData } from "./importData/index.js";
|
|
31
|
+
export { default as selectAddTo } from "./selectAddTo/index.js";
|
|
@@ -204,7 +204,8 @@ const _sfc_main = defineComponent({
|
|
|
204
204
|
createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
|
|
205
205
|
], -1)
|
|
206
206
|
])),
|
|
207
|
-
_: 1
|
|
207
|
+
_: 1,
|
|
208
|
+
__: [1]
|
|
208
209
|
})) : createCommentVNode("v-if", true)
|
|
209
210
|
], 10, _hoisted_10)
|
|
210
211
|
]);
|
|
@@ -221,7 +222,8 @@ const _sfc_main = defineComponent({
|
|
|
221
222
|
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
222
223
|
createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ")
|
|
223
224
|
])),
|
|
224
|
-
_: 1
|
|
225
|
+
_: 1,
|
|
226
|
+
__: [2]
|
|
225
227
|
})) : (openBlock(), createElementBlock("div", _hoisted_13, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
|
|
226
228
|
])) : createCommentVNode("v-if", true),
|
|
227
229
|
!((_d = _ctx.fileList) == null ? void 0 : _d.length) && !((_e = _ctx.folderList) == null ? void 0 : _e.length) ? (openBlock(), createElementBlock("div", _hoisted_14, _cache[3] || (_cache[3] = [
|
|
@@ -177,7 +177,8 @@ const _sfc_main = defineComponent({
|
|
|
177
177
|
createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
|
|
178
178
|
], -1)
|
|
179
179
|
])),
|
|
180
|
-
_: 1
|
|
180
|
+
_: 1,
|
|
181
|
+
__: [1]
|
|
181
182
|
})) : createCommentVNode("v-if", true)
|
|
182
183
|
], 2)
|
|
183
184
|
]);
|
|
@@ -194,7 +195,8 @@ const _sfc_main = defineComponent({
|
|
|
194
195
|
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
195
196
|
createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ")
|
|
196
197
|
])),
|
|
197
|
-
_: 1
|
|
198
|
+
_: 1,
|
|
199
|
+
__: [2]
|
|
198
200
|
}, 8, ["onClick"])) : (openBlock(), createElementBlock("div", _hoisted_13, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
|
|
199
201
|
])) : createCommentVNode("v-if", true),
|
|
200
202
|
!_ctx.fileList.length && !_ctx.folderList.length ? (openBlock(), createElementBlock("div", _hoisted_14, _cache[3] || (_cache[3] = [
|