@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
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
var vue = require("vue");
|
|
3
3
|
var webVue = require("@arco-design/web-vue");
|
|
4
4
|
var icon = require("@arco-design/web-vue/es/icon");
|
|
5
|
-
var doc = require("../../../../utils/doc.js");
|
|
6
|
-
var index = require("../columnTree/index.js");
|
|
7
5
|
const _hoisted_1 = { class: "media-filter-container" };
|
|
8
6
|
const _hoisted_2 = { style: { "display": "flex", "align-items": "center", "gap": "5px" } };
|
|
9
7
|
const _hoisted_3 = { class: "sort-button" };
|
|
@@ -13,10 +11,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
13
11
|
props: {
|
|
14
12
|
groupId: {},
|
|
15
13
|
tree: { default: () => [] },
|
|
16
|
-
|
|
17
|
-
banner: { default: "all" },
|
|
18
|
-
height: {},
|
|
19
|
-
userInfo: {}
|
|
14
|
+
height: {}
|
|
20
15
|
},
|
|
21
16
|
emits: ["update:group_id", "search"],
|
|
22
17
|
setup(__props, { emit: __emit }) {
|
|
@@ -44,82 +39,12 @@ const _sfc_main = vue.defineComponent({
|
|
|
44
39
|
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"
|
|
45
40
|
}
|
|
46
41
|
];
|
|
47
|
-
const bannerOptions = vue.computed(() => {
|
|
48
|
-
const options = [
|
|
49
|
-
{
|
|
50
|
-
value: "0",
|
|
51
|
-
key: "0",
|
|
52
|
-
label: "\u65E0\u72EC\u7ACB\u8F6E\u64AD"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
value: "1",
|
|
56
|
-
key: "1",
|
|
57
|
-
label: "\u6709\u72EC\u7ACB\u8F6E\u64AD"
|
|
58
|
-
}
|
|
59
|
-
];
|
|
60
|
-
return options.filter(
|
|
61
|
-
(item) => props.banner === "all" || props.banner === item.key
|
|
62
|
-
);
|
|
63
|
-
});
|
|
64
|
-
const typeOptions = vue.computed(() => {
|
|
65
|
-
const arr = Object.keys(doc.docSeries).map((key) => {
|
|
66
|
-
return {
|
|
67
|
-
value: key,
|
|
68
|
-
label: doc.docSeries[key].replace("\u7A3F\u4EF6", "")
|
|
69
|
-
};
|
|
70
|
-
});
|
|
71
|
-
return arr.filter((item) => {
|
|
72
|
-
if (props.series === "all") {
|
|
73
|
-
return true;
|
|
74
|
-
}
|
|
75
|
-
return props.series.split(",").includes(item.value);
|
|
76
|
-
});
|
|
77
|
-
});
|
|
78
|
-
const thumbOptions = vue.computed(() => {
|
|
79
|
-
return Object.keys(doc.docThumbMap()).map((key) => {
|
|
80
|
-
return {
|
|
81
|
-
value: key,
|
|
82
|
-
label: doc.docThumbMap()[key]
|
|
83
|
-
};
|
|
84
|
-
});
|
|
85
|
-
});
|
|
86
42
|
const sortMethodOptions = vue.computed(() => {
|
|
87
43
|
return [
|
|
88
44
|
{ value: "pub_time", label: "\u53D1\u5E03\u65F6\u95F4" },
|
|
89
45
|
{ value: "create_time", label: "\u521B\u5EFA\u65F6\u95F4" }
|
|
90
46
|
];
|
|
91
47
|
});
|
|
92
|
-
const showReset = vue.computed(() => {
|
|
93
|
-
let { banner } = filter.value;
|
|
94
|
-
if (props.banner !== "all") {
|
|
95
|
-
banner = "";
|
|
96
|
-
}
|
|
97
|
-
let series = filter.value.type;
|
|
98
|
-
if (props.series !== "all") {
|
|
99
|
-
series = "";
|
|
100
|
-
}
|
|
101
|
-
return filter.value.keywords || series || filter.value.cover_type || banner || filter.value.sort !== -1;
|
|
102
|
-
});
|
|
103
|
-
const reset = () => {
|
|
104
|
-
const _set = {
|
|
105
|
-
keywords: "",
|
|
106
|
-
cover_type: "",
|
|
107
|
-
sort: -1,
|
|
108
|
-
order: "create_time"
|
|
109
|
-
};
|
|
110
|
-
Object.assign(filter.value, _set);
|
|
111
|
-
if (props.banner !== "all") {
|
|
112
|
-
filter.value.banner = props.banner;
|
|
113
|
-
} else {
|
|
114
|
-
filter.value.banner = "";
|
|
115
|
-
}
|
|
116
|
-
if (props.series !== "all" && props.series.split(",").length === 1) {
|
|
117
|
-
filter.value.type = props.series;
|
|
118
|
-
} else {
|
|
119
|
-
filter.value.type = "";
|
|
120
|
-
}
|
|
121
|
-
column_id.value = "all";
|
|
122
|
-
};
|
|
123
48
|
const checkout = (type) => {
|
|
124
49
|
filter.value.wordState = type;
|
|
125
50
|
};
|
|
@@ -145,19 +70,6 @@ const _sfc_main = vue.defineComponent({
|
|
|
145
70
|
column_id.value = val;
|
|
146
71
|
}
|
|
147
72
|
);
|
|
148
|
-
vue.watch(
|
|
149
|
-
() => props.banner,
|
|
150
|
-
(val) => {
|
|
151
|
-
filter.value.banner = val === "all" ? "" : val;
|
|
152
|
-
},
|
|
153
|
-
{ immediate: true }
|
|
154
|
-
);
|
|
155
|
-
vue.watch(
|
|
156
|
-
() => column_id.value,
|
|
157
|
-
(val) => {
|
|
158
|
-
emit("update:group_id", val);
|
|
159
|
-
}
|
|
160
|
-
);
|
|
161
73
|
return (_ctx, _cache) => {
|
|
162
74
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
163
75
|
vue.createVNode(vue.unref(webVue.Space), { size: "small" }, {
|
|
@@ -179,9 +91,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
179
91
|
onSelect: checkout
|
|
180
92
|
}, {
|
|
181
93
|
default: vue.withCtx(() => [
|
|
182
|
-
(vue.openBlock(), vue.createElementBlock(vue.Fragment, null, vue.renderList(wordStateOptions, (item,
|
|
94
|
+
(vue.openBlock(), vue.createElementBlock(vue.Fragment, null, vue.renderList(wordStateOptions, (item, index) => {
|
|
183
95
|
return vue.createVNode(vue.unref(webVue.Option), {
|
|
184
|
-
key:
|
|
96
|
+
key: index,
|
|
185
97
|
value: item.value,
|
|
186
98
|
label: item.label
|
|
187
99
|
}, {
|
|
@@ -208,96 +120,14 @@ const _sfc_main = vue.defineComponent({
|
|
|
208
120
|
}, 8, ["modelValue"])
|
|
209
121
|
]),
|
|
210
122
|
_: 1
|
|
211
|
-
}, 8, ["modelValue"])
|
|
212
|
-
vue.createVNode(index, {
|
|
213
|
-
column_id: column_id.value,
|
|
214
|
-
"onUpdate:column_id": _cache[2] || (_cache[2] = ($event) => column_id.value = $event),
|
|
215
|
-
height: props.height,
|
|
216
|
-
tree: props.tree,
|
|
217
|
-
"user-info": props.userInfo
|
|
218
|
-
}, null, 8, ["column_id", "height", "tree", "user-info"]),
|
|
219
|
-
vue.createVNode(vue.unref(webVue.Select), {
|
|
220
|
-
modelValue: filter.value.type,
|
|
221
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => filter.value.type = $event),
|
|
222
|
-
style: { width: "96px" },
|
|
223
|
-
"trigger-props": { autoFitPopupMinWidth: true },
|
|
224
|
-
"allow-clear": "",
|
|
225
|
-
class: "filter-item",
|
|
226
|
-
placeholder: "\u7C7B\u578B"
|
|
227
|
-
}, {
|
|
228
|
-
default: vue.withCtx(() => [
|
|
229
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(typeOptions.value, (item) => {
|
|
230
|
-
return vue.openBlock(), vue.createBlock(vue.unref(webVue.Option), {
|
|
231
|
-
key: item.value,
|
|
232
|
-
label: item.label,
|
|
233
|
-
value: item.value
|
|
234
|
-
}, null, 8, ["label", "value"]);
|
|
235
|
-
}), 128))
|
|
236
|
-
]),
|
|
237
|
-
_: 1
|
|
238
|
-
}, 8, ["modelValue"]),
|
|
239
|
-
vue.createVNode(vue.unref(webVue.Select), {
|
|
240
|
-
modelValue: filter.value.cover_type,
|
|
241
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => filter.value.cover_type = $event),
|
|
242
|
-
style: { width: "96px" },
|
|
243
|
-
"trigger-props": { autoFitPopupMinWidth: true },
|
|
244
|
-
"allow-clear": "",
|
|
245
|
-
class: "filter-item",
|
|
246
|
-
placeholder: "\u5C01\u9762"
|
|
247
|
-
}, {
|
|
248
|
-
default: vue.withCtx(() => [
|
|
249
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(thumbOptions.value, (item) => {
|
|
250
|
-
return vue.openBlock(), vue.createBlock(vue.unref(webVue.Option), {
|
|
251
|
-
key: item.value,
|
|
252
|
-
label: item.label,
|
|
253
|
-
value: item.value
|
|
254
|
-
}, null, 8, ["label", "value"]);
|
|
255
|
-
}), 128))
|
|
256
|
-
]),
|
|
257
|
-
_: 1
|
|
258
|
-
}, 8, ["modelValue"]),
|
|
259
|
-
vue.createVNode(vue.unref(webVue.Select), {
|
|
260
|
-
modelValue: filter.value.banner,
|
|
261
|
-
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => filter.value.banner = $event),
|
|
262
|
-
style: { width: "124px" },
|
|
263
|
-
"trigger-props": { autoFitPopupMinWidth: true },
|
|
264
|
-
"allow-clear": "",
|
|
265
|
-
class: "filter-item",
|
|
266
|
-
disabled: props.banner !== "all",
|
|
267
|
-
placeholder: "\u72EC\u7ACB\u8F6E\u64AD"
|
|
268
|
-
}, {
|
|
269
|
-
default: vue.withCtx(() => [
|
|
270
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(bannerOptions.value, (item) => {
|
|
271
|
-
return vue.openBlock(), vue.createBlock(vue.unref(webVue.Option), {
|
|
272
|
-
key: item.value,
|
|
273
|
-
label: item.label,
|
|
274
|
-
value: item.value
|
|
275
|
-
}, null, 8, ["label", "value"]);
|
|
276
|
-
}), 128))
|
|
277
|
-
]),
|
|
278
|
-
_: 1
|
|
279
|
-
}, 8, ["modelValue", "disabled"]),
|
|
280
|
-
vue.withDirectives(vue.createVNode(vue.unref(webVue.Button), {
|
|
281
|
-
class: "reset-button",
|
|
282
|
-
size: "small",
|
|
283
|
-
type: "text",
|
|
284
|
-
onClick: reset
|
|
285
|
-
}, {
|
|
286
|
-
default: vue.withCtx(() => [
|
|
287
|
-
vue.createVNode(vue.unref(icon.IconRefresh), { class: "reset-icon" }),
|
|
288
|
-
_cache[7] || (_cache[7] = vue.createTextVNode(" \u91CD\u7F6E "))
|
|
289
|
-
]),
|
|
290
|
-
_: 1
|
|
291
|
-
}, 512), [
|
|
292
|
-
[vue.vShow, showReset.value]
|
|
293
|
-
])
|
|
123
|
+
}, 8, ["modelValue"])
|
|
294
124
|
]),
|
|
295
125
|
_: 1
|
|
296
126
|
}),
|
|
297
127
|
vue.createElementVNode("div", _hoisted_3, [
|
|
298
128
|
vue.createVNode(vue.unref(webVue.Select), {
|
|
299
129
|
modelValue: filter.value.order,
|
|
300
|
-
"onUpdate:modelValue": _cache[
|
|
130
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => filter.value.order = $event),
|
|
301
131
|
class: "filter-item",
|
|
302
132
|
placeholder: "\u53D1\u5E03\u65F6\u95F4"
|
|
303
133
|
}, {
|
|
@@ -84,7 +84,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
84
84
|
default: vue.withCtx(() => _cache[1] || (_cache[1] = [
|
|
85
85
|
vue.createTextVNode("\u6E05\u7A7A")
|
|
86
86
|
])),
|
|
87
|
-
_: 1
|
|
87
|
+
_: 1,
|
|
88
|
+
__: [1]
|
|
88
89
|
})
|
|
89
90
|
])
|
|
90
91
|
]),
|
|
@@ -100,7 +101,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
100
101
|
default: vue.withCtx(() => _cache[0] || (_cache[0] = [
|
|
101
102
|
vue.createTextVNode("\u5DF2\u9009\u6570\u636E")
|
|
102
103
|
])),
|
|
103
|
-
_: 1
|
|
104
|
+
_: 1,
|
|
105
|
+
__: [0]
|
|
104
106
|
})) : vue.createCommentVNode("v-if", true)
|
|
105
107
|
]),
|
|
106
108
|
_: 1
|
|
@@ -8,12 +8,6 @@ function getCategoryCategoriesTree(BASE_API, params) {
|
|
|
8
8
|
params
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
|
-
function getCategoryPath(BASE_API, params) {
|
|
12
|
-
return request(BASE_API, {
|
|
13
|
-
url: `/poplar/v2/repo/${params == null ? void 0 : params.repo}/category/${params == null ? void 0 : params.category}/path`,
|
|
14
|
-
method: "get"
|
|
15
|
-
});
|
|
16
|
-
}
|
|
17
11
|
function getCategoryMediaNew(BASE_API, params) {
|
|
18
12
|
return request(BASE_API, {
|
|
19
13
|
url: `/poplar/v3/s/documents`,
|
|
@@ -104,7 +98,6 @@ exports.checkCommitFulfillment = checkCommitFulfillment;
|
|
|
104
98
|
exports.getBroadcastList = getBroadcastList;
|
|
105
99
|
exports.getCategoryCategoriesTree = getCategoryCategoriesTree;
|
|
106
100
|
exports.getCategoryMediaNew = getCategoryMediaNew;
|
|
107
|
-
exports.getCategoryPath = getCategoryPath;
|
|
108
101
|
exports.getCategorylistsGroups = getCategorylistsGroups;
|
|
109
102
|
exports.getConfigurationNew = getConfigurationNew;
|
|
110
103
|
exports.getEqxiuList = getEqxiuList;
|
|
@@ -134,7 +134,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
134
134
|
default: vue.withCtx(() => _cache[1] || (_cache[1] = [
|
|
135
135
|
vue.createTextVNode("\u539F\u521B")
|
|
136
136
|
])),
|
|
137
|
-
_: 1
|
|
137
|
+
_: 1,
|
|
138
|
+
__: [1]
|
|
138
139
|
}, 8, ["class"])
|
|
139
140
|
]),
|
|
140
141
|
_: 1
|
|
@@ -152,7 +153,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
152
153
|
default: vue.withCtx(() => _cache[2] || (_cache[2] = [
|
|
153
154
|
vue.createTextVNode("\u63A8\u8350")
|
|
154
155
|
])),
|
|
155
|
-
_: 1
|
|
156
|
+
_: 1,
|
|
157
|
+
__: [2]
|
|
156
158
|
}, 8, ["class"])
|
|
157
159
|
]),
|
|
158
160
|
_: 1
|
|
@@ -170,7 +172,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
170
172
|
default: vue.withCtx(() => _cache[3] || (_cache[3] = [
|
|
171
173
|
vue.createTextVNode("\u654F\u611F")
|
|
172
174
|
])),
|
|
173
|
-
_: 1
|
|
175
|
+
_: 1,
|
|
176
|
+
__: [3]
|
|
174
177
|
}, 8, ["class"])
|
|
175
178
|
]),
|
|
176
179
|
_: 1
|
|
@@ -188,7 +191,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
188
191
|
default: vue.withCtx(() => _cache[4] || (_cache[4] = [
|
|
189
192
|
vue.createTextVNode("\u5DF2\u63A8\u9001")
|
|
190
193
|
])),
|
|
191
|
-
_: 1
|
|
194
|
+
_: 1,
|
|
195
|
+
__: [4]
|
|
192
196
|
}, 8, ["class"])
|
|
193
197
|
]),
|
|
194
198
|
_: 1
|
|
@@ -224,7 +228,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
224
228
|
default: vue.withCtx(() => _cache[5] || (_cache[5] = [
|
|
225
229
|
vue.createTextVNode(" \u77E9\u9635\u5206\u53D1 ")
|
|
226
230
|
])),
|
|
227
|
-
_: 1
|
|
231
|
+
_: 1,
|
|
232
|
+
__: [5]
|
|
228
233
|
}, 8, ["class"])
|
|
229
234
|
]),
|
|
230
235
|
_: 1
|
|
@@ -102,7 +102,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
102
102
|
default: vue.withCtx(() => _cache[1] || (_cache[1] = [
|
|
103
103
|
vue.createTextVNode(" \u8FD8\u539F\u6B64\u7248\u672C ")
|
|
104
104
|
])),
|
|
105
|
-
_: 1
|
|
105
|
+
_: 1,
|
|
106
|
+
__: [1]
|
|
106
107
|
}, 8, ["disabled"])
|
|
107
108
|
]),
|
|
108
109
|
default: vue.withCtx(() => [
|
|
@@ -95,7 +95,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
95
95
|
default: vue.withCtx(() => _cache[8] || (_cache[8] = [
|
|
96
96
|
vue.createTextVNode(" \u590D\u5236\u94FE\u63A5 ")
|
|
97
97
|
])),
|
|
98
|
-
_: 1
|
|
98
|
+
_: 1,
|
|
99
|
+
__: [8]
|
|
99
100
|
}, 8, ["onClick"])
|
|
100
101
|
]),
|
|
101
102
|
vue.createCommentVNode(" \u94FE\u63A5 "),
|
|
@@ -111,7 +112,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
111
112
|
default: vue.withCtx(() => _cache[10] || (_cache[10] = [
|
|
112
113
|
vue.createTextVNode("\u53D6\u6D88\u9884\u89C8\u94FE\u63A5")
|
|
113
114
|
])),
|
|
114
|
-
_: 1
|
|
115
|
+
_: 1,
|
|
116
|
+
__: [10]
|
|
115
117
|
}),
|
|
116
118
|
vue.createVNode(vue.unref(webVue.Button), {
|
|
117
119
|
type: "primary",
|
|
@@ -120,7 +122,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
120
122
|
default: vue.withCtx(() => _cache[11] || (_cache[11] = [
|
|
121
123
|
vue.createTextVNode(" \u66F4\u65B0\u9884\u89C8\u6709\u6548\u671F ")
|
|
122
124
|
])),
|
|
123
|
-
_: 1
|
|
125
|
+
_: 1,
|
|
126
|
+
__: [11]
|
|
124
127
|
})
|
|
125
128
|
])
|
|
126
129
|
], 64)) : vue.unref(isPublish) ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
@@ -140,7 +143,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
140
143
|
default: vue.withCtx(() => _cache[13] || (_cache[13] = [
|
|
141
144
|
vue.createTextVNode(" \u590D\u5236\u94FE\u63A5 ")
|
|
142
145
|
])),
|
|
143
|
-
_: 1
|
|
146
|
+
_: 1,
|
|
147
|
+
__: [13]
|
|
144
148
|
}, 8, ["onClick"])
|
|
145
149
|
]),
|
|
146
150
|
vue.createCommentVNode(" \u94FE\u63A5 "),
|
|
@@ -180,7 +184,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
180
184
|
default: vue.withCtx(() => _cache[18] || (_cache[18] = [
|
|
181
185
|
vue.createTextVNode(" \u751F\u6210\u9884\u89C8\u94FE\u63A5 ")
|
|
182
186
|
])),
|
|
183
|
-
_: 1
|
|
187
|
+
_: 1,
|
|
188
|
+
__: [18]
|
|
184
189
|
})
|
|
185
190
|
])
|
|
186
191
|
], 64))
|
|
@@ -763,13 +763,15 @@ const _sfc_main = vue.defineComponent({
|
|
|
763
763
|
default: vue.withCtx(() => _cache[29] || (_cache[29] = [
|
|
764
764
|
vue.createTextVNode(" \u9ED8\u54C0\u6A21\u5F0F")
|
|
765
765
|
])),
|
|
766
|
-
_: 1
|
|
766
|
+
_: 1,
|
|
767
|
+
__: [29]
|
|
767
768
|
}),
|
|
768
769
|
vue.createVNode(vue.unref(webVue.Radio), { value: 2 }, {
|
|
769
770
|
default: vue.withCtx(() => _cache[30] || (_cache[30] = [
|
|
770
771
|
vue.createTextVNode("\u975E\u9ED8\u54C0\u6A21\u5F0F")
|
|
771
772
|
])),
|
|
772
|
-
_: 1
|
|
773
|
+
_: 1,
|
|
774
|
+
__: [30]
|
|
773
775
|
})
|
|
774
776
|
]),
|
|
775
777
|
_: 1
|
|
@@ -426,7 +426,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
426
426
|
default: vue.withCtx(() => _cache[5] || (_cache[5] = [
|
|
427
427
|
vue.createTextVNode("\u53D6\u6D88")
|
|
428
428
|
])),
|
|
429
|
-
_: 1
|
|
429
|
+
_: 1,
|
|
430
|
+
__: [5]
|
|
430
431
|
}),
|
|
431
432
|
vue.withDirectives(vue.createVNode(vue.unref(webVue.Button), {
|
|
432
433
|
size: "medium",
|
|
@@ -437,7 +438,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
437
438
|
default: vue.withCtx(() => _cache[6] || (_cache[6] = [
|
|
438
439
|
vue.createTextVNode("\u88C1\u526A")
|
|
439
440
|
])),
|
|
440
|
-
_: 1
|
|
441
|
+
_: 1,
|
|
442
|
+
__: [6]
|
|
441
443
|
}, 8, ["loading"]), [
|
|
442
444
|
[vue.vShow, !croppering.value]
|
|
443
445
|
])
|
|
@@ -106,7 +106,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
106
106
|
default: vue.withCtx(() => _cache[1] || (_cache[1] = [
|
|
107
107
|
vue.createTextVNode("\u4E0B\u8F7D\u6A21\u677F")
|
|
108
108
|
])),
|
|
109
|
-
_: 1
|
|
109
|
+
_: 1,
|
|
110
|
+
__: [1]
|
|
110
111
|
}, 8, ["href"])
|
|
111
112
|
]),
|
|
112
113
|
_cache[6] || (_cache[6] = vue.createElementVNode("h3", null, "\u4E0A\u4F20\u6587\u4EF6", -1)),
|
|
@@ -127,7 +128,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
127
128
|
default: vue.withCtx(() => _cache[3] || (_cache[3] = [
|
|
128
129
|
vue.createTextVNode(" \u4E0B\u8F7D\u5BFC\u5165\u7ED3\u679C ")
|
|
129
130
|
])),
|
|
130
|
-
_: 1
|
|
131
|
+
_: 1,
|
|
132
|
+
__: [3]
|
|
131
133
|
}, 8, ["href"])
|
|
132
134
|
])) : vue.createCommentVNode("v-if", true),
|
|
133
135
|
importPercent.value === 1 && ((_b = importData.value) == null ? void 0 : _b.success_count) === void 0 ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5, " \u5BFC\u5165\u5931\u8D25\uFF0C" + vue.toDisplayString(importErrorInfo.value), 1)) : vue.createCommentVNode("v-if", true)
|
|
@@ -158,7 +160,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
158
160
|
default: vue.withCtx(() => _cache[4] || (_cache[4] = [
|
|
159
161
|
vue.createTextVNode("\u5F00\u59CB\u5BFC\u5165")
|
|
160
162
|
])),
|
|
161
|
-
_: 1
|
|
163
|
+
_: 1,
|
|
164
|
+
__: [4]
|
|
162
165
|
}, 8, ["loading"])) : vue.createCommentVNode("v-if", true)
|
|
163
166
|
]),
|
|
164
167
|
_: 1
|
package/lib/index.js
CHANGED
|
@@ -30,6 +30,7 @@ var index$p = require("./docPreview/index.js");
|
|
|
30
30
|
var index$q = require("./docHistory/index.js");
|
|
31
31
|
var index$r = require("./videoThumb/index.js");
|
|
32
32
|
var index$s = require("./importData/index.js");
|
|
33
|
+
var index$t = require("./selectAddTo/index.js");
|
|
33
34
|
exports["default"] = components;
|
|
34
35
|
exports.appCenter = index;
|
|
35
36
|
exports.messageBox = index$1;
|
|
@@ -60,3 +61,4 @@ exports.docPreview = index$p;
|
|
|
60
61
|
exports.docHistory = index$q;
|
|
61
62
|
exports.videoThumb = index$r;
|
|
62
63
|
exports.importData = index$s;
|
|
64
|
+
exports.selectAddTo = index$t;
|
|
@@ -185,7 +185,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
185
185
|
default: vue.withCtx(() => [
|
|
186
186
|
_cache[3] || (_cache[3] = vue.createTextVNode(" \u91CD\u7F6E "))
|
|
187
187
|
]),
|
|
188
|
-
_: 1
|
|
188
|
+
_: 1,
|
|
189
|
+
__: [3]
|
|
189
190
|
})) : vue.createCommentVNode("v-if", true)
|
|
190
191
|
]),
|
|
191
192
|
right: vue.withCtx(() => [
|
|
@@ -205,7 +205,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
205
205
|
vue.createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
|
|
206
206
|
], -1)
|
|
207
207
|
])),
|
|
208
|
-
_: 1
|
|
208
|
+
_: 1,
|
|
209
|
+
__: [1]
|
|
209
210
|
})) : vue.createCommentVNode("v-if", true)
|
|
210
211
|
], 10, _hoisted_10)
|
|
211
212
|
]);
|
|
@@ -222,7 +223,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
222
223
|
default: vue.withCtx(() => _cache[2] || (_cache[2] = [
|
|
223
224
|
vue.createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ")
|
|
224
225
|
])),
|
|
225
|
-
_: 1
|
|
226
|
+
_: 1,
|
|
227
|
+
__: [2]
|
|
226
228
|
})) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_13, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
|
|
227
229
|
])) : vue.createCommentVNode("v-if", true),
|
|
228
230
|
!((_d = _ctx.fileList) == null ? void 0 : _d.length) && !((_e = _ctx.folderList) == null ? void 0 : _e.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_14, _cache[3] || (_cache[3] = [
|
|
@@ -178,7 +178,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
178
178
|
vue.createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
|
|
179
179
|
], -1)
|
|
180
180
|
])),
|
|
181
|
-
_: 1
|
|
181
|
+
_: 1,
|
|
182
|
+
__: [1]
|
|
182
183
|
})) : vue.createCommentVNode("v-if", true)
|
|
183
184
|
], 2)
|
|
184
185
|
]);
|
|
@@ -195,7 +196,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
195
196
|
default: vue.withCtx(() => _cache[2] || (_cache[2] = [
|
|
196
197
|
vue.createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ")
|
|
197
198
|
])),
|
|
198
|
-
_: 1
|
|
199
|
+
_: 1,
|
|
200
|
+
__: [2]
|
|
199
201
|
}, 8, ["onClick"])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_13, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
|
|
200
202
|
])) : vue.createCommentVNode("v-if", true),
|
|
201
203
|
!_ctx.fileList.length && !_ctx.folderList.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_14, _cache[3] || (_cache[3] = [
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var SelectAddToView = require("./components/SelectAddToView.js");
|
|
4
|
+
var useSelectAddToState = require("./script/useSelectAddToState.js");
|
|
5
|
+
require("./component.vue_vue_type_style_index_0_scoped_true_lang.js");
|
|
6
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
7
|
+
const _sfc_main = vue.defineComponent({
|
|
8
|
+
...{ name: "SelectAddTo" },
|
|
9
|
+
__name: "component",
|
|
10
|
+
props: {
|
|
11
|
+
visible: { type: Boolean },
|
|
12
|
+
rid: {},
|
|
13
|
+
maxSelect: {},
|
|
14
|
+
userStore: {},
|
|
15
|
+
BASE_API: {},
|
|
16
|
+
typeKey: {}
|
|
17
|
+
},
|
|
18
|
+
emits: ["update:visible", "comfirm"],
|
|
19
|
+
setup(__props, { emit: __emit }) {
|
|
20
|
+
const emit = __emit;
|
|
21
|
+
const props = __props;
|
|
22
|
+
const {
|
|
23
|
+
visible,
|
|
24
|
+
selectedData,
|
|
25
|
+
onOk,
|
|
26
|
+
onCancel,
|
|
27
|
+
onComfirm,
|
|
28
|
+
onClose,
|
|
29
|
+
onSelectedDataChange
|
|
30
|
+
} = useSelectAddToState.useSelectAddToState(props, emit);
|
|
31
|
+
return (_ctx, _cache) => {
|
|
32
|
+
return vue.openBlock(), vue.createBlock(SelectAddToView, {
|
|
33
|
+
visible: vue.unref(visible),
|
|
34
|
+
rid: props.rid,
|
|
35
|
+
"selected-data": vue.unref(selectedData),
|
|
36
|
+
"max-select": props.maxSelect,
|
|
37
|
+
"type-key": props.typeKey,
|
|
38
|
+
onCancel: vue.unref(onCancel),
|
|
39
|
+
onClose: vue.unref(onClose),
|
|
40
|
+
onOk: vue.unref(onOk),
|
|
41
|
+
onSelectedChange: vue.unref(onSelectedDataChange),
|
|
42
|
+
onComfirm: vue.unref(onComfirm)
|
|
43
|
+
}, null, 8, ["visible", "rid", "selected-data", "max-select", "type-key", "onCancel", "onClose", "onOk", "onSelectedChange", "onComfirm"]);
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
var _selectAddTo = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["__scopeId", "data-v-7f81762c"]]);
|
|
48
|
+
module.exports = _selectAddTo;
|