@cmstops/pro-compo 3.9.2 → 3.10.5-stable.1
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/README.md +103 -76
- package/dist/index.css +97 -4
- package/dist/index.min.css +1 -1
- package/dist/index.min.js.map +1 -1
- package/es/appCenter/script/api.d.ts +5 -5
- package/es/baseFilter/component.js +71 -14
- package/es/baseFilter/components/FilterGroup.js +1 -1
- package/es/baseFilter/components/filterItem.js +1 -1
- package/es/colorPalette/component.js +1 -1
- package/es/contentDetailList/component.js +33 -9
- package/es/contentDetailList/components/Content/CompoItem/index.js +12 -12
- package/es/contentDetailList/components/Content/ContentListItem/index.js +15 -15
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
- package/es/contentDetailList/components/Content/DocItem/index.js +27 -27
- package/es/contentDetailList/components/Content/DocMpItem/index.js +13 -13
- package/es/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
- package/es/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
- package/es/contentDetailList/components/Content/LiveItem/index.js +9 -9
- package/es/contentDetailList/components/Content/MaccountItem/index.js +12 -12
- package/es/contentDetailList/components/Content/courseItem/index.js +10 -10
- package/es/contentDetailList/components/Content/funhdItem/index.js +10 -10
- package/es/contentDetailList/components/Content/index.js +118 -117
- package/es/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
- package/es/contentDetailList/components/CustomWrp/index.js +10 -10
- package/es/contentDetailList/components/Doc/index.js +16 -10
- package/es/contentDetailList/components/Records/MatrixItem/index.js +22 -22
- package/es/contentDetailList/components/Records/index.js +8 -8
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
- package/es/contentDetailList/components/ShowQRCode/index.js +1 -1
- package/es/contentDetailList/script/api.d.ts +2 -2
- package/es/contentModal/component.js +40 -40
- package/es/contentModal/components/CompoList/index.js +1 -1
- package/es/contentModal/components/Dejin/index.js +1 -1
- package/es/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
- package/es/contentModal/components/MpContentList/index.js +1 -1
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
- package/es/contentModal/components/ViewAllColumn/index.js +7 -3
- package/es/contentModal/components/storeBox/index.js +8 -8
- package/es/contentModal/script/api.d.ts +13 -13
- package/es/dataTags/component.js +38 -38
- package/es/docHistory/component.js +44 -15
- package/es/docHistory/components/DocDiffPanel/index.js +2 -2
- package/es/docHistory/components/DocHistoryList/index.js +2 -2
- package/es/docHistory/scripts/diff.js +4 -3
- package/es/docHistory/scripts/useDocHistory.d.ts +1 -1
- package/es/docHistory/style/index.css +4 -0
- package/es/docHistory/style/index.less +5 -0
- package/es/docPreview/component.js +228 -60
- package/es/docPreview/components/PreviewIframe.js +37 -6
- package/es/docPreview/images/pc.js +2 -0
- package/es/docPreview/scripts/api.d.ts +2 -1
- package/es/docPreview/scripts/hook.d.ts +11 -1
- package/es/docPreview/scripts/hook.js +115 -4
- package/es/docPreview/style/index.css +48 -0
- package/es/docPreview/style/index.less +23 -0
- package/es/docPreview/style/previewIframe.less +31 -0
- package/es/editMetaInfo/components/metaInfoForm.js +11 -11
- package/es/editMetaInfo/script/api.d.ts +2 -2
- package/es/emptyData/component.js +4 -4
- package/es/emptyData/svg/acount.js +2 -2
- package/es/emptyData/svg/add.js +2 -2
- package/es/emptyData/svg/analize.js +2 -2
- package/es/emptyData/svg/analize_fail.js +2 -2
- package/es/emptyData/svg/empty.js +2 -2
- package/es/emptyData/svg/file.js +2 -2
- package/es/emptyData/svg/manager.js +2 -2
- package/es/emptyData/svg/message.js +2 -2
- package/es/emptyData/svg/noanalize.js +2 -2
- package/es/emptyData/svg/null.js +2 -2
- package/es/emptyData/svg/search.js +2 -2
- package/es/emptyData/svg/star.js +2 -2
- package/es/emptyData/svg/trash.js +2 -2
- package/es/emptyData/svg/user.js +2 -2
- package/es/hooks/assets.d.ts +1 -1
- package/es/hooks/source.d.ts +1 -1
- package/es/hooks/useAttachement.d.ts +32 -13
- package/es/hooks/useAttachement.js +42 -2
- package/es/hooks/usePopper.d.ts +1 -1
- package/es/hooks/usePopper.js +3 -3
- package/es/hooks/useUpload.d.ts +53 -5
- package/es/hooks/useUpload.js +43 -4
- package/es/hooks/user.d.ts +1 -1
- package/es/imageCrop/component.js +11 -11
- package/es/imageCrop/script/api.d.ts +1 -1
- package/es/importData/component.js +13 -13
- package/es/index.css +97 -4
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/es/mediaFilter/component.js +4 -4
- package/es/mediaFilter/components/DocFilter.js +1 -1
- package/es/mediaFilter/components/FilterGroup.js +1 -1
- package/es/mediaFilter/components/FilterItem.js +1 -1
- package/es/mediaView/component.js +8 -8
- package/es/messageBox/component.js +3 -3
- package/es/messageBox/script/api.d.ts +2 -2
- package/es/previousVersion/script/api.d.ts +4 -4
- package/es/resourceGridList/component.js +16 -16
- package/es/resourceGridList/components/FileTypeThumb/index.js +6 -6
- package/es/resourceModal/component.js +7 -7
- package/es/resourceModal/components/MediaPreviewer/index.js +8 -8
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
- package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
- package/es/resourceModal/components/MediaSelection/index.js +6 -6
- package/es/resourceModal/script/api.d.ts +11 -11
- package/es/selectAddTo/component.d.ts +0 -0
- 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.d.ts +0 -0
- package/es/selectAddTo/components/SelectAddToView.js +90 -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.d.ts +0 -0
- package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +166 -0
- package/es/selectAddTo/components/ViewAllColumn/index.d.ts +0 -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.d.ts +6 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +102 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.d.ts +144 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +182 -0
- package/es/selectAddTo/components/ViewAllColumn/types/index.d.ts +55 -0
- package/es/selectAddTo/index.d.ts +2 -0
- package/es/selectAddTo/index.js +7 -0
- package/es/selectAddTo/script/api.d.ts +18 -0
- package/es/selectAddTo/script/api.js +23 -0
- package/es/selectAddTo/script/index.d.ts +2 -0
- package/es/selectAddTo/script/useSelectAddToState.d.ts +13 -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.d.ts +1 -0
- package/es/selectAddTo/style/index.js +1 -0
- package/es/selectAddTo/style/index.less +3 -0
- package/es/selectAddTo/types/index.d.ts +37 -0
- package/es/selectGategory/component.js +5 -5
- package/es/selectGategory/components/ColumnSelection/index.js +6 -6
- package/es/selectGategory/script/api.d.ts +2 -2
- package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +261 -0
- package/es/selectResourceModal/__demo__/module/basic.d.ts +292 -0
- package/es/selectResourceModal/component.js +26 -34
- package/es/selectResourceModal/components/List/ListCardWrapper.js +6 -6
- package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
- package/es/selectResourceModal/components/List/ListLocal/index.js +8 -3
- package/es/selectResourceModal/components/List/ListNormal/Filter.js +210 -83
- package/es/selectResourceModal/components/List/ListNormal/index.js +23 -7
- package/es/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
- package/es/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
- package/es/selectResourceModal/components/List/ListSystem/index.js +2 -2
- package/es/selectResourceModal/components/List/ListWraper.js +2 -2
- package/es/selectResourceModal/components/ListSelected/index.js +6 -6
- package/es/selectResourceModal/components/ListTabs/index.js +1 -1
- package/es/selectResourceModal/hooks/useResponsiveFilter.d.ts +21 -0
- package/es/selectResourceModal/hooks/useResponsiveFilter.js +142 -0
- package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -2
- package/es/selectResourceModal/scripts/useCompoLf.js +1 -1
- package/es/selectResourceModal/scripts/useTabFilter.js +1 -11
- package/es/selectResourceModal/style/index.css +45 -4
- package/es/selectResourceModal/style/index.less +14 -0
- package/es/selectResourceModal/style/list.less +40 -4
- package/es/selectThumb/component.js +76 -33
- package/es/selectThumb/components/card.js +3 -3
- package/es/style.css +63 -0
- package/es/thumbCard/component.js +7 -7
- package/es/thumbCard/components/ThumbUploading/index.js +3 -3
- package/es/typeIcons/component.js +1 -1
- package/es/uploadBefore/component.js +1 -1
- package/es/uploadBefore/components/UploadBefore.js +9 -9
- package/es/uploadBefore/script/api.d.ts +4 -4
- package/es/uploadStep/component.js +3 -3
- package/es/userAvater/component.js +3 -3
- package/es/userAvater/script/api.d.ts +4 -4
- package/es/userDirector/component.js +5 -5
- package/es/userDirector/components/userTree.js +2 -2
- package/es/userDirector/script/api.d.ts +6 -6
- package/es/utils/index.js +6 -6
- package/es/utils/request.d.ts +1 -1
- package/es/utils/transcodeMedia.d.ts +1 -1
- package/es/videoThumb/scripts/api.d.ts +1 -1
- package/lib/baseFilter/component.js +69 -12
- package/lib/baseFilter/components/FilterGroup.js +1 -1
- package/lib/baseFilter/components/filterItem.js +1 -1
- package/lib/colorPalette/component.js +1 -1
- package/lib/contentDetailList/component.js +33 -9
- package/lib/contentDetailList/components/Content/CompoItem/index.js +12 -12
- package/lib/contentDetailList/components/Content/ContentListItem/index.js +15 -15
- package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
- package/lib/contentDetailList/components/Content/DocItem/index.js +27 -27
- package/lib/contentDetailList/components/Content/DocMpItem/index.js +13 -13
- package/lib/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
- package/lib/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
- package/lib/contentDetailList/components/Content/LiveItem/index.js +9 -9
- package/lib/contentDetailList/components/Content/MaccountItem/index.js +12 -12
- package/lib/contentDetailList/components/Content/courseItem/index.js +10 -10
- package/lib/contentDetailList/components/Content/funhdItem/index.js +10 -10
- package/lib/contentDetailList/components/Content/index.js +118 -117
- package/lib/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
- package/lib/contentDetailList/components/CustomWrp/index.js +10 -10
- package/lib/contentDetailList/components/Doc/index.js +16 -10
- package/lib/contentDetailList/components/Records/MatrixItem/index.js +22 -22
- package/lib/contentDetailList/components/Records/index.js +8 -8
- package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
- package/lib/contentDetailList/components/ShowQRCode/index.js +1 -1
- package/lib/contentModal/component.js +40 -40
- package/lib/contentModal/components/CompoList/index.js +1 -1
- package/lib/contentModal/components/Dejin/index.js +1 -1
- package/lib/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
- package/lib/contentModal/components/MpContentList/index.js +1 -1
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
- package/lib/contentModal/components/ViewAllColumn/index.js +7 -3
- package/lib/contentModal/components/storeBox/index.js +8 -8
- package/lib/dataTags/component.js +38 -38
- package/lib/docHistory/component.js +42 -13
- package/lib/docHistory/components/DocDiffPanel/index.js +2 -2
- package/lib/docHistory/components/DocHistoryList/index.js +2 -2
- package/lib/docHistory/scripts/diff.js +4 -3
- package/lib/docHistory/style/index.css +4 -0
- package/lib/docHistory/style/index.less +5 -0
- package/lib/docPreview/component.js +227 -59
- package/lib/docPreview/components/PreviewIframe.js +37 -6
- package/lib/docPreview/images/pc.js +3 -0
- package/lib/docPreview/scripts/hook.js +115 -3
- package/lib/docPreview/style/index.css +48 -0
- package/lib/docPreview/style/index.less +23 -0
- package/lib/docPreview/style/previewIframe.less +31 -0
- package/lib/editMetaInfo/components/metaInfoForm.js +11 -11
- package/lib/emptyData/component.js +4 -4
- package/lib/emptyData/svg/acount.js +2 -2
- package/lib/emptyData/svg/add.js +2 -2
- package/lib/emptyData/svg/analize.js +2 -2
- package/lib/emptyData/svg/analize_fail.js +2 -2
- package/lib/emptyData/svg/empty.js +2 -2
- package/lib/emptyData/svg/file.js +2 -2
- package/lib/emptyData/svg/manager.js +2 -2
- package/lib/emptyData/svg/message.js +2 -2
- package/lib/emptyData/svg/noanalize.js +2 -2
- package/lib/emptyData/svg/null.js +2 -2
- package/lib/emptyData/svg/search.js +2 -2
- package/lib/emptyData/svg/star.js +2 -2
- package/lib/emptyData/svg/trash.js +2 -2
- package/lib/emptyData/svg/user.js +2 -2
- package/lib/hooks/useAttachement.js +42 -0
- package/lib/hooks/usePopper.js +3 -3
- package/lib/hooks/useUpload.js +43 -3
- package/lib/imageCrop/component.js +11 -11
- package/lib/importData/component.js +13 -13
- package/lib/index.css +97 -4
- package/lib/index.js +2 -0
- package/lib/mediaFilter/component.js +4 -4
- package/lib/mediaFilter/components/DocFilter.js +1 -1
- package/lib/mediaFilter/components/FilterGroup.js +1 -1
- package/lib/mediaFilter/components/FilterItem.js +1 -1
- package/lib/mediaView/component.js +8 -8
- package/lib/messageBox/component.js +3 -3
- package/lib/resourceGridList/component.js +16 -16
- package/lib/resourceGridList/components/FileTypeThumb/index.js +6 -6
- package/lib/resourceModal/component.js +7 -7
- package/lib/resourceModal/components/MediaPreviewer/index.js +8 -8
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
- package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
- package/lib/resourceModal/components/MediaSelection/index.js +6 -6
- 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 +91 -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/selectGategory/component.js +5 -5
- package/lib/selectGategory/components/ColumnSelection/index.js +6 -6
- package/lib/selectResourceModal/component.js +25 -33
- package/lib/selectResourceModal/components/List/ListCardWrapper.js +6 -6
- package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
- package/lib/selectResourceModal/components/List/ListLocal/index.js +6 -1
- package/lib/selectResourceModal/components/List/ListNormal/Filter.js +207 -80
- package/lib/selectResourceModal/components/List/ListNormal/index.js +22 -6
- package/lib/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
- package/lib/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
- package/lib/selectResourceModal/components/List/ListSystem/index.js +2 -2
- package/lib/selectResourceModal/components/List/ListWraper.js +2 -2
- package/lib/selectResourceModal/components/ListSelected/index.js +6 -6
- package/lib/selectResourceModal/components/ListTabs/index.js +1 -1
- package/lib/selectResourceModal/hooks/useResponsiveFilter.js +144 -0
- package/lib/selectResourceModal/scripts/useCompoLf.js +1 -1
- package/lib/selectResourceModal/scripts/useTabFilter.js +1 -13
- package/lib/selectResourceModal/style/index.css +45 -4
- package/lib/selectResourceModal/style/index.less +14 -0
- package/lib/selectResourceModal/style/list.less +40 -4
- package/lib/selectThumb/component.js +75 -32
- package/lib/selectThumb/components/card.js +3 -3
- package/lib/thumbCard/component.js +7 -7
- package/lib/thumbCard/components/ThumbUploading/index.js +3 -3
- package/lib/typeIcons/component.js +1 -1
- package/lib/uploadBefore/component.js +1 -1
- package/lib/uploadBefore/components/UploadBefore.js +9 -9
- package/lib/uploadStep/component.js +3 -3
- package/lib/userAvater/component.js +3 -3
- package/lib/userDirector/component.js +5 -5
- package/lib/userDirector/components/userTree.js +2 -2
- package/lib/utils/index.js +6 -6
- package/package.json +1 -1
|
@@ -24,30 +24,36 @@ const _sfc_main = vue.defineComponent({
|
|
|
24
24
|
};
|
|
25
25
|
return (_ctx, _cache) => {
|
|
26
26
|
return vue.openBlock(), vue.createBlock(index, {
|
|
27
|
-
item:
|
|
28
|
-
abttrites:
|
|
29
|
-
extraAttrs:
|
|
30
|
-
BASE_API:
|
|
27
|
+
item: __props.item,
|
|
28
|
+
abttrites: __props.abttrites,
|
|
29
|
+
extraAttrs: __props.extraAttrs,
|
|
30
|
+
BASE_API: __props.BASE_API,
|
|
31
31
|
onClickTitle: clickTitle,
|
|
32
32
|
onCellMouseEnter: cellMouseEnter,
|
|
33
33
|
onCellMouseLeave: cellMouseLeave
|
|
34
34
|
}, {
|
|
35
35
|
tip: vue.withCtx(() => [
|
|
36
36
|
vue.renderSlot(_ctx.$slots, "tip", {
|
|
37
|
-
row:
|
|
38
|
-
index:
|
|
37
|
+
row: __props.item,
|
|
38
|
+
index: __props.index
|
|
39
|
+
})
|
|
40
|
+
]),
|
|
41
|
+
"after-index": vue.withCtx(() => [
|
|
42
|
+
vue.renderSlot(_ctx.$slots, "after-index", {
|
|
43
|
+
row: _ctx.element,
|
|
44
|
+
index: __props.index
|
|
39
45
|
})
|
|
40
46
|
]),
|
|
41
47
|
batch: vue.withCtx(() => [
|
|
42
48
|
vue.renderSlot(_ctx.$slots, "batch", {
|
|
43
|
-
row:
|
|
44
|
-
index:
|
|
49
|
+
row: __props.item,
|
|
50
|
+
index: __props.index
|
|
45
51
|
})
|
|
46
52
|
]),
|
|
47
53
|
option: vue.withCtx(() => [
|
|
48
54
|
vue.renderSlot(_ctx.$slots, "option", {
|
|
49
|
-
row:
|
|
50
|
-
index:
|
|
55
|
+
row: __props.item,
|
|
56
|
+
index: __props.index
|
|
51
57
|
})
|
|
52
58
|
]),
|
|
53
59
|
_: 3
|
|
@@ -88,8 +88,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
88
88
|
var _a;
|
|
89
89
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
90
90
|
class: "matrix-records-item-view",
|
|
91
|
-
onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event,
|
|
92
|
-
onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event,
|
|
91
|
+
onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, __props.item)),
|
|
92
|
+
onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, __props.item))
|
|
93
93
|
}, [
|
|
94
94
|
vue.createElementVNode("div", _hoisted_1, [
|
|
95
95
|
cover.value ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), {
|
|
@@ -98,9 +98,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
98
98
|
preview: false,
|
|
99
99
|
fit: "cover",
|
|
100
100
|
class: "image"
|
|
101
|
-
}, null, 8, ["src"])) :
|
|
101
|
+
}, null, 8, ["src"])) : __props.item.platformId === 20 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, " \u5FAE\u4FE1\u7EC4\u7A3F ")) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_3, vue.toDisplayString(vue.unref(index.noCoverText)(__props.item)), 1)),
|
|
102
102
|
vue.createElementVNode("div", _hoisted_4, [
|
|
103
|
-
vue.renderSlot(_ctx.$slots, "batch", { row:
|
|
103
|
+
vue.renderSlot(_ctx.$slots, "batch", { row: __props.item })
|
|
104
104
|
])
|
|
105
105
|
]),
|
|
106
106
|
vue.createElementVNode("div", _hoisted_5, [
|
|
@@ -109,22 +109,22 @@ const _sfc_main = vue.defineComponent({
|
|
|
109
109
|
onClick: clickTitle
|
|
110
110
|
}, [
|
|
111
111
|
vue.renderSlot(_ctx.$slots, "index"),
|
|
112
|
-
vue.createElementVNode("span", _hoisted_6, vue.toDisplayString(
|
|
112
|
+
vue.createElementVNode("span", _hoisted_6, vue.toDisplayString(__props.item.alias || __props.item.title || `\u5206\u53D1\u8BB0\u5F55${new Date().getTime()}`), 1)
|
|
113
113
|
]),
|
|
114
114
|
vue.createElementVNode("div", _hoisted_7, [
|
|
115
115
|
vue.createElementVNode("div", _hoisted_8, [
|
|
116
116
|
vue.createVNode(component, {
|
|
117
117
|
class: "icon",
|
|
118
118
|
doc: true,
|
|
119
|
-
type: docTypeMap[
|
|
119
|
+
type: docTypeMap[__props.item.contentType]
|
|
120
120
|
}, null, 8, ["type"]),
|
|
121
121
|
vue.renderSlot(_ctx.$slots, "tip"),
|
|
122
122
|
vue.createElementVNode("span", _hoisted_9, [
|
|
123
|
-
|
|
123
|
+
__props.item.account ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
124
124
|
vue.createElementVNode("div", _hoisted_10, [
|
|
125
125
|
vue.createVNode(vue.unref(webVue.Image), {
|
|
126
126
|
class: "avatar",
|
|
127
|
-
src: setAvatar(
|
|
127
|
+
src: setAvatar(__props.item.account),
|
|
128
128
|
preview: false,
|
|
129
129
|
fit: "cover"
|
|
130
130
|
}, null, 8, ["src"]),
|
|
@@ -135,50 +135,50 @@ const _sfc_main = vue.defineComponent({
|
|
|
135
135
|
fit: "cover"
|
|
136
136
|
}, null, 8, ["src"])
|
|
137
137
|
]),
|
|
138
|
-
vue.createElementVNode("span", _hoisted_11, vue.toDisplayString(
|
|
138
|
+
vue.createElementVNode("span", _hoisted_11, vue.toDisplayString(__props.item.account.name || `\u7528\u6237${new Date().getTime()}`), 1)
|
|
139
139
|
], 64)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_12, "--"))
|
|
140
140
|
]),
|
|
141
141
|
vue.createElementVNode("span", {
|
|
142
|
-
class: vue.normalizeClass(["abttr state", [`p-state-${
|
|
142
|
+
class: vue.normalizeClass(["abttr state", [`p-state-${__props.item.publishState}`]])
|
|
143
143
|
}, [
|
|
144
|
-
[3, 4].includes(
|
|
144
|
+
[3, 4].includes(__props.item.publishState) ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Tooltip), {
|
|
145
145
|
key: 0,
|
|
146
|
-
content: `\u5931\u8D25\u539F\u56E0: ${
|
|
146
|
+
content: `\u5931\u8D25\u539F\u56E0: ${__props.item.errorMsg}`,
|
|
147
147
|
position: "top"
|
|
148
148
|
}, {
|
|
149
149
|
default: vue.withCtx(() => [
|
|
150
|
-
vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(typeMap.matrixPublishStateMap)[
|
|
150
|
+
vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(typeMap.matrixPublishStateMap)[__props.item.publishState]), 1)
|
|
151
151
|
]),
|
|
152
152
|
_: 1
|
|
153
|
-
}, 8, ["content"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_13, vue.toDisplayString(vue.unref(typeMap.matrixPublishStateMap)[
|
|
153
|
+
}, 8, ["content"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_13, vue.toDisplayString(vue.unref(typeMap.matrixPublishStateMap)[__props.item.publishState]), 1))
|
|
154
154
|
], 2),
|
|
155
|
-
vue.createElementVNode("span", _hoisted_14, vue.toDisplayString(((_a =
|
|
155
|
+
vue.createElementVNode("span", _hoisted_14, vue.toDisplayString(((_a = __props.item.user) == null ? void 0 : _a.alias) || "--"), 1),
|
|
156
156
|
vue.createElementVNode("span", _hoisted_15, [
|
|
157
157
|
vue.createVNode(vue.unref(webVue.Tooltip), {
|
|
158
|
-
content: `\u53D1\u5E03\u65F6\u95F4: ${vue.unref(index.timeFormat)(
|
|
158
|
+
content: `\u53D1\u5E03\u65F6\u95F4: ${vue.unref(index.timeFormat)(__props.item.distributeTime)}`,
|
|
159
159
|
position: "top"
|
|
160
160
|
}, {
|
|
161
161
|
default: vue.withCtx(() => [
|
|
162
162
|
vue.createElementVNode("span", null, [
|
|
163
163
|
vue.createVNode(vue.unref(icon.IconSubscribed)),
|
|
164
|
-
vue.createTextVNode(" " + vue.toDisplayString(vue.unref(index.timeFormat)(
|
|
164
|
+
vue.createTextVNode(" " + vue.toDisplayString(vue.unref(index.timeFormat)(__props.item.distributeTime)), 1)
|
|
165
165
|
])
|
|
166
166
|
]),
|
|
167
167
|
_: 1
|
|
168
168
|
}, 8, ["content"])
|
|
169
169
|
]),
|
|
170
170
|
vue.createElementVNode("span", {
|
|
171
|
-
class: vue.normalizeClass(["abttr tags state", [`m-state-${
|
|
172
|
-
}, vue.toDisplayString(vue.unref(typeMap.matrixPublishFormalStateMap)[
|
|
171
|
+
class: vue.normalizeClass(["abttr tags state", [`m-state-${__props.item.platformState}`]])
|
|
172
|
+
}, vue.toDisplayString(vue.unref(typeMap.matrixPublishFormalStateMap)[__props.item.platformState]), 3),
|
|
173
173
|
vue.createElementVNode("span", _hoisted_16, [
|
|
174
174
|
vue.createVNode(vue.unref(webVue.Tooltip), {
|
|
175
|
-
content: `\u5206\u53D1\u65F6\u95F4: ${
|
|
175
|
+
content: `\u5206\u53D1\u65F6\u95F4: ${__props.item.publishTime ? vue.unref(index.timeFormat)(__props.item.publishTime) : "--"}`,
|
|
176
176
|
position: "top"
|
|
177
177
|
}, {
|
|
178
178
|
default: vue.withCtx(() => [
|
|
179
179
|
vue.createElementVNode("span", null, [
|
|
180
180
|
vue.createVNode(vue.unref(icon.IconSend)),
|
|
181
|
-
vue.createTextVNode(" " + vue.toDisplayString(
|
|
181
|
+
vue.createTextVNode(" " + vue.toDisplayString(__props.item.publishTime ? vue.unref(index.timeFormat)(__props.item.publishTime) : "--"), 1)
|
|
182
182
|
])
|
|
183
183
|
]),
|
|
184
184
|
_: 1
|
|
@@ -186,7 +186,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
186
186
|
])
|
|
187
187
|
]),
|
|
188
188
|
vue.createElementVNode("div", _hoisted_17, [
|
|
189
|
-
vue.renderSlot(_ctx.$slots, "option", { row:
|
|
189
|
+
vue.renderSlot(_ctx.$slots, "option", { row: __props.item })
|
|
190
190
|
])
|
|
191
191
|
])
|
|
192
192
|
])
|
|
@@ -31,24 +31,24 @@ const _sfc_main = vue.defineComponent({
|
|
|
31
31
|
return (_ctx, _cache) => {
|
|
32
32
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
33
33
|
vue.createCommentVNode(" \u81EA\u5A92\u4F53\u53D1\u5E03\u8BB0\u5F55 "),
|
|
34
|
-
|
|
35
|
-
key: `matrix-${
|
|
36
|
-
item: { ...
|
|
37
|
-
extraAttrs:
|
|
34
|
+
__props.item.catalog === "matrix" ? (vue.openBlock(), vue.createBlock(index, {
|
|
35
|
+
key: `matrix-${__props.item.id}`,
|
|
36
|
+
item: { ...__props.item, index: __props.index },
|
|
37
|
+
extraAttrs: __props.extraAttrs,
|
|
38
38
|
onClickTitle: clickTitle,
|
|
39
39
|
onCellMouseEnter: cellMouseEnter,
|
|
40
40
|
onCellMouseLeave: cellMouseLeave
|
|
41
41
|
}, {
|
|
42
42
|
batch: vue.withCtx(() => [
|
|
43
43
|
vue.renderSlot(_ctx.$slots, "batch", {
|
|
44
|
-
row:
|
|
45
|
-
index:
|
|
44
|
+
row: __props.item,
|
|
45
|
+
index: __props.index
|
|
46
46
|
})
|
|
47
47
|
]),
|
|
48
48
|
option: vue.withCtx(() => [
|
|
49
49
|
vue.renderSlot(_ctx.$slots, "option", {
|
|
50
|
-
row:
|
|
51
|
-
index:
|
|
50
|
+
row: __props.item,
|
|
51
|
+
index: __props.index
|
|
52
52
|
})
|
|
53
53
|
]),
|
|
54
54
|
_: 3
|
|
@@ -250,9 +250,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
250
250
|
light: "",
|
|
251
251
|
onClick: _cache[1] || (_cache[1] = ($event) => genTimeLink(expiration.value))
|
|
252
252
|
}, {
|
|
253
|
-
default: vue.withCtx(() => _cache[5] || (_cache[5] = [
|
|
254
|
-
vue.createTextVNode(" \u751F\u6210\u9884\u89C8\u94FE\u63A5 ")
|
|
255
|
-
])),
|
|
253
|
+
default: vue.withCtx(() => [..._cache[5] || (_cache[5] = [
|
|
254
|
+
vue.createTextVNode(" \u751F\u6210\u9884\u89C8\u94FE\u63A5 ", -1)
|
|
255
|
+
])]),
|
|
256
256
|
_: 1
|
|
257
257
|
})) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
258
258
|
vue.createVNode(vue.unref(webVue.Button), {
|
|
@@ -260,9 +260,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
260
260
|
light: "",
|
|
261
261
|
onClick: _cache[2] || (_cache[2] = ($event) => clipUrl("img"))
|
|
262
262
|
}, {
|
|
263
|
-
default: vue.withCtx(() => _cache[6] || (_cache[6] = [
|
|
264
|
-
vue.createTextVNode(" \u590D\u5236\u4E8C\u7EF4\u7801 ")
|
|
265
|
-
])),
|
|
263
|
+
default: vue.withCtx(() => [..._cache[6] || (_cache[6] = [
|
|
264
|
+
vue.createTextVNode(" \u590D\u5236\u4E8C\u7EF4\u7801 ", -1)
|
|
265
|
+
])]),
|
|
266
266
|
_: 1
|
|
267
267
|
}),
|
|
268
268
|
vue.createVNode(vue.unref(webVue.Button), {
|
|
@@ -54,7 +54,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
54
54
|
default: vue.withCtx(() => [
|
|
55
55
|
showQR.value ? (vue.openBlock(), vue.createBlock(index, {
|
|
56
56
|
key: 0,
|
|
57
|
-
BASE_API:
|
|
57
|
+
BASE_API: __props.BASE_API,
|
|
58
58
|
docData: docData.value || props.item,
|
|
59
59
|
onChangeLoading: handleChangeLoading,
|
|
60
60
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
|
|
@@ -140,7 +140,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
140
140
|
key: 0,
|
|
141
141
|
banner: typeDataController.value.docBanner,
|
|
142
142
|
"default-selected-data": selectedData.value,
|
|
143
|
-
"max-select":
|
|
143
|
+
"max-select": __props.maxSelect,
|
|
144
144
|
series: typeDataController.value.docSeries,
|
|
145
145
|
"type-data": typeDataController.value,
|
|
146
146
|
"user-info": vue.unref(userInfo),
|
|
@@ -158,9 +158,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
158
158
|
type: "primary",
|
|
159
159
|
onClick: comfirm
|
|
160
160
|
}, {
|
|
161
|
-
default: vue.withCtx(() => _cache[8] || (_cache[8] = [
|
|
162
|
-
vue.createTextVNode("\u6DFB\u52A0 ")
|
|
163
|
-
])),
|
|
161
|
+
default: vue.withCtx(() => [..._cache[8] || (_cache[8] = [
|
|
162
|
+
vue.createTextVNode("\u6DFB\u52A0 ", -1)
|
|
163
|
+
])]),
|
|
164
164
|
_: 1
|
|
165
165
|
}, 8, ["disabled"])
|
|
166
166
|
]),
|
|
@@ -178,8 +178,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
178
178
|
vue.unref(userInfo) && vue.unref(userInfo).repository_id ? (vue.openBlock(), vue.createBlock(index$2, {
|
|
179
179
|
key: 0,
|
|
180
180
|
"default-selected-data": selectedData.value,
|
|
181
|
-
"max-select":
|
|
182
|
-
"outside-select-data":
|
|
181
|
+
"max-select": __props.maxSelect,
|
|
182
|
+
"outside-select-data": __props.outsideSelectData || [],
|
|
183
183
|
type: typeDataController.value.contentListType,
|
|
184
184
|
"type-data": typeDataController.value,
|
|
185
185
|
"user-info": vue.unref(userInfo),
|
|
@@ -197,9 +197,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
197
197
|
type: "primary",
|
|
198
198
|
onClick: comfirm
|
|
199
199
|
}, {
|
|
200
|
-
default: vue.withCtx(() => _cache[9] || (_cache[9] = [
|
|
201
|
-
vue.createTextVNode(" \u6DFB\u52A0 ")
|
|
202
|
-
])),
|
|
200
|
+
default: vue.withCtx(() => [..._cache[9] || (_cache[9] = [
|
|
201
|
+
vue.createTextVNode(" \u6DFB\u52A0 ", -1)
|
|
202
|
+
])]),
|
|
203
203
|
_: 1
|
|
204
204
|
}, 8, ["disabled"])
|
|
205
205
|
]),
|
|
@@ -217,10 +217,10 @@ const _sfc_main = vue.defineComponent({
|
|
|
217
217
|
vue.unref(userInfo) && vue.unref(userInfo).repository_id ? (vue.openBlock(), vue.createBlock(index$3, {
|
|
218
218
|
key: 0,
|
|
219
219
|
type: typeDataController.value.compoType,
|
|
220
|
-
"compo-filter":
|
|
220
|
+
"compo-filter": __props.compoFilter,
|
|
221
221
|
"default-selected-data": selectedData.value,
|
|
222
|
-
"max-select":
|
|
223
|
-
"outside-select-data":
|
|
222
|
+
"max-select": __props.maxSelect,
|
|
223
|
+
"outside-select-data": __props.outsideSelectData || [],
|
|
224
224
|
"type-data": typeDataController.value,
|
|
225
225
|
"user-info": vue.unref(userInfo),
|
|
226
226
|
onChange: selectedDataChangeHandle
|
|
@@ -237,9 +237,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
237
237
|
type: "primary",
|
|
238
238
|
onClick: comfirm
|
|
239
239
|
}, {
|
|
240
|
-
default: vue.withCtx(() => _cache[10] || (_cache[10] = [
|
|
241
|
-
vue.createTextVNode(" \u6DFB\u52A0 ")
|
|
242
|
-
])),
|
|
240
|
+
default: vue.withCtx(() => [..._cache[10] || (_cache[10] = [
|
|
241
|
+
vue.createTextVNode(" \u6DFB\u52A0 ", -1)
|
|
242
|
+
])]),
|
|
243
243
|
_: 1
|
|
244
244
|
}, 8, ["disabled"])
|
|
245
245
|
]),
|
|
@@ -258,8 +258,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
258
258
|
key: 0,
|
|
259
259
|
columns: typeDataController.value.iliveType,
|
|
260
260
|
"default-selected-data": selectedData.value,
|
|
261
|
-
"max-select":
|
|
262
|
-
"outside-select-data":
|
|
261
|
+
"max-select": __props.maxSelect,
|
|
262
|
+
"outside-select-data": __props.outsideSelectData || [],
|
|
263
263
|
"type-data": typeDataController.value,
|
|
264
264
|
"user-info": vue.unref(userInfo),
|
|
265
265
|
onChange: selectedDataChangeHandle
|
|
@@ -276,9 +276,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
276
276
|
type: "primary",
|
|
277
277
|
onClick: comfirm
|
|
278
278
|
}, {
|
|
279
|
-
default: vue.withCtx(() => _cache[11] || (_cache[11] = [
|
|
280
|
-
vue.createTextVNode(" \u6DFB\u52A0 ")
|
|
281
|
-
])),
|
|
279
|
+
default: vue.withCtx(() => [..._cache[11] || (_cache[11] = [
|
|
280
|
+
vue.createTextVNode(" \u6DFB\u52A0 ", -1)
|
|
281
|
+
])]),
|
|
282
282
|
_: 1
|
|
283
283
|
}, 8, ["disabled"])
|
|
284
284
|
]),
|
|
@@ -297,8 +297,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
297
297
|
key: 0,
|
|
298
298
|
columns: typeDataController.value.MpAccountType,
|
|
299
299
|
"default-selected-data": selectedData.value,
|
|
300
|
-
"max-select":
|
|
301
|
-
"outside-select-data":
|
|
300
|
+
"max-select": __props.maxSelect,
|
|
301
|
+
"outside-select-data": __props.outsideSelectData || [],
|
|
302
302
|
"type-data": typeDataController.value,
|
|
303
303
|
"user-info": vue.unref(userInfo),
|
|
304
304
|
onChange: selectedDataChangeHandle
|
|
@@ -315,9 +315,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
315
315
|
type: "primary",
|
|
316
316
|
onClick: comfirm
|
|
317
317
|
}, {
|
|
318
|
-
default: vue.withCtx(() => _cache[12] || (_cache[12] = [
|
|
319
|
-
vue.createTextVNode(" \u6DFB\u52A0 ")
|
|
320
|
-
])),
|
|
318
|
+
default: vue.withCtx(() => [..._cache[12] || (_cache[12] = [
|
|
319
|
+
vue.createTextVNode(" \u6DFB\u52A0 ", -1)
|
|
320
|
+
])]),
|
|
321
321
|
_: 1
|
|
322
322
|
}, 8, ["disabled"])
|
|
323
323
|
]),
|
|
@@ -336,8 +336,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
336
336
|
key: 0,
|
|
337
337
|
columns: typeDataController.value.MpAccountType,
|
|
338
338
|
"default-selected-data": selectedData.value,
|
|
339
|
-
"max-select":
|
|
340
|
-
"outside-select-data":
|
|
339
|
+
"max-select": __props.maxSelect,
|
|
340
|
+
"outside-select-data": __props.outsideSelectData || [],
|
|
341
341
|
"type-data": typeDataController.value,
|
|
342
342
|
"user-info": vue.unref(userInfo),
|
|
343
343
|
onChange: selectedDataChangeHandle
|
|
@@ -354,9 +354,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
354
354
|
type: "primary",
|
|
355
355
|
onClick: comfirm
|
|
356
356
|
}, {
|
|
357
|
-
default: vue.withCtx(() => _cache[13] || (_cache[13] = [
|
|
358
|
-
vue.createTextVNode(" \u6DFB\u52A0 ")
|
|
359
|
-
])),
|
|
357
|
+
default: vue.withCtx(() => [..._cache[13] || (_cache[13] = [
|
|
358
|
+
vue.createTextVNode(" \u6DFB\u52A0 ", -1)
|
|
359
|
+
])]),
|
|
360
360
|
_: 1
|
|
361
361
|
}, 8, ["disabled"])
|
|
362
362
|
]),
|
|
@@ -375,8 +375,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
375
375
|
key: 0,
|
|
376
376
|
columns: typeDataController.value.funhdType,
|
|
377
377
|
"default-selected-data": selectedData.value,
|
|
378
|
-
"max-select":
|
|
379
|
-
"outside-select-data":
|
|
378
|
+
"max-select": __props.maxSelect,
|
|
379
|
+
"outside-select-data": __props.outsideSelectData || [],
|
|
380
380
|
"type-data": typeDataController.value,
|
|
381
381
|
"user-info": vue.unref(userInfo),
|
|
382
382
|
onChange: selectedDataChangeHandle
|
|
@@ -393,9 +393,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
393
393
|
type: "primary",
|
|
394
394
|
onClick: comfirm
|
|
395
395
|
}, {
|
|
396
|
-
default: vue.withCtx(() => _cache[14] || (_cache[14] = [
|
|
397
|
-
vue.createTextVNode(" \u6DFB\u52A0 ")
|
|
398
|
-
])),
|
|
396
|
+
default: vue.withCtx(() => [..._cache[14] || (_cache[14] = [
|
|
397
|
+
vue.createTextVNode(" \u6DFB\u52A0 ", -1)
|
|
398
|
+
])]),
|
|
399
399
|
_: 1
|
|
400
400
|
}, 8, ["disabled"])
|
|
401
401
|
]),
|
|
@@ -413,8 +413,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
413
413
|
vue.unref(userInfo) && vue.unref(userInfo).repository_id ? (vue.openBlock(), vue.createBlock(index$8, {
|
|
414
414
|
key: 0,
|
|
415
415
|
"default-selected-data": selectedData.value,
|
|
416
|
-
"max-select":
|
|
417
|
-
"outside-select-data":
|
|
416
|
+
"max-select": __props.maxSelect,
|
|
417
|
+
"outside-select-data": __props.outsideSelectData || [],
|
|
418
418
|
"type-data": typeDataController.value,
|
|
419
419
|
"user-info": vue.unref(userInfo),
|
|
420
420
|
onChange: selectedDataChangeHandle
|
|
@@ -431,9 +431,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
431
431
|
type: "primary",
|
|
432
432
|
onClick: comfirm
|
|
433
433
|
}, {
|
|
434
|
-
default: vue.withCtx(() => _cache[15] || (_cache[15] = [
|
|
435
|
-
vue.createTextVNode(" \u6DFB\u52A0 ")
|
|
436
|
-
])),
|
|
434
|
+
default: vue.withCtx(() => [..._cache[15] || (_cache[15] = [
|
|
435
|
+
vue.createTextVNode(" \u6DFB\u52A0 ", -1)
|
|
436
|
+
])]),
|
|
437
437
|
_: 1
|
|
438
438
|
}, 8, ["disabled"])
|
|
439
439
|
]),
|
|
@@ -212,7 +212,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
212
212
|
"onUpdate:group_id": _cache[0] || (_cache[0] = ($event) => group_id.value = $event),
|
|
213
213
|
groups: groupData.value,
|
|
214
214
|
"user-info": props.userInfo,
|
|
215
|
-
type:
|
|
215
|
+
type: __props.type,
|
|
216
216
|
onSearch: search
|
|
217
217
|
}, null, 8, ["group_id", "groups", "user-info", "type"]),
|
|
218
218
|
vue.createElementVNode("div", _hoisted_2, [
|
|
@@ -180,7 +180,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
180
180
|
vue.createVNode(index, {
|
|
181
181
|
group_id: group_id.value,
|
|
182
182
|
"onUpdate:group_id": _cache[0] || (_cache[0] = ($event) => group_id.value = $event),
|
|
183
|
-
"user-info":
|
|
183
|
+
"user-info": __props.userInfo,
|
|
184
184
|
onSearch: search
|
|
185
185
|
}, null, 8, ["group_id", "user-info"]),
|
|
186
186
|
vue.createElementVNode("div", _hoisted_2, [
|
|
@@ -111,9 +111,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
111
111
|
]),
|
|
112
112
|
vue.createElementVNode("span", null, vue.toDisplayString(data == null ? void 0 : data.label), 1)
|
|
113
113
|
]),
|
|
114
|
-
"arrow-icon": vue.withCtx(() => _cache[3] || (_cache[3] = [
|
|
114
|
+
"arrow-icon": vue.withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
115
115
|
vue.createElementVNode("span", null, null, -1)
|
|
116
|
-
])),
|
|
116
|
+
])]),
|
|
117
117
|
default: vue.withCtx(() => [
|
|
118
118
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(sortOptions.value, (item) => {
|
|
119
119
|
return vue.openBlock(), vue.createBlock(vue.unref(webVue.Option), {
|
|
@@ -169,7 +169,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
169
169
|
vue.createVNode(index, {
|
|
170
170
|
group_id: group_id.value,
|
|
171
171
|
"onUpdate:group_id": _cache[0] || (_cache[0] = ($event) => group_id.value = $event),
|
|
172
|
-
"user-info":
|
|
172
|
+
"user-info": __props.userInfo,
|
|
173
173
|
onSearch: search
|
|
174
174
|
}, null, 8, ["group_id", "user-info"]),
|
|
175
175
|
vue.createElementVNode("div", _hoisted_2, [
|
|
@@ -196,8 +196,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
196
196
|
default: vue.withCtx(() => [
|
|
197
197
|
vue.createVNode(vue.unref(icon.IconInfoCircle))
|
|
198
198
|
]),
|
|
199
|
-
_:
|
|
200
|
-
},
|
|
199
|
+
_: 1
|
|
200
|
+
}, 8, ["content"])
|
|
201
201
|
])
|
|
202
202
|
]),
|
|
203
203
|
_: 2
|
|
@@ -285,7 +285,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
285
285
|
}, {
|
|
286
286
|
default: vue.withCtx(() => [
|
|
287
287
|
vue.createVNode(vue.unref(icon.IconRefresh), { class: "reset-icon" }),
|
|
288
|
-
_cache[7] || (_cache[7] = vue.createTextVNode(" \u91CD\u7F6E "))
|
|
288
|
+
_cache[7] || (_cache[7] = vue.createTextVNode(" \u91CD\u7F6E ", -1))
|
|
289
289
|
]),
|
|
290
290
|
_: 1
|
|
291
291
|
}, 512), [
|
|
@@ -29,7 +29,6 @@ const _sfc_main = vue.defineComponent({
|
|
|
29
29
|
props: {
|
|
30
30
|
maxSelect: {},
|
|
31
31
|
defaultSelectedData: {},
|
|
32
|
-
typeData: {},
|
|
33
32
|
series: {},
|
|
34
33
|
banner: {},
|
|
35
34
|
userInfo: {}
|
|
@@ -246,10 +245,15 @@ const _sfc_main = vue.defineComponent({
|
|
|
246
245
|
dataLoading.value = false;
|
|
247
246
|
if (code === 0) {
|
|
248
247
|
mediaFileData.value = message.data.map((v) => {
|
|
248
|
+
var _a;
|
|
249
249
|
v.catalog = "doc";
|
|
250
250
|
v.target_id = v.id;
|
|
251
251
|
v.target_type = 3;
|
|
252
|
-
|
|
252
|
+
if (((_a = filter.value) == null ? void 0 : _a.order) === "create_time") {
|
|
253
|
+
v.pub_time = v.created_at;
|
|
254
|
+
} else {
|
|
255
|
+
v.pub_time = v.pub_time || v.created_at;
|
|
256
|
+
}
|
|
253
257
|
v.update_time = v.updated_at;
|
|
254
258
|
v.pub_user_alias = v.author_alias;
|
|
255
259
|
return v;
|
|
@@ -266,7 +270,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
266
270
|
vue.createVNode(index, {
|
|
267
271
|
group_id: group_id.value,
|
|
268
272
|
"onUpdate:group_id": _cache[0] || (_cache[0] = ($event) => group_id.value = $event),
|
|
269
|
-
banner:
|
|
273
|
+
banner: __props.banner,
|
|
270
274
|
height: listMinHeight.value,
|
|
271
275
|
series: props.series,
|
|
272
276
|
tree: categoryCascaderData.value,
|
|
@@ -68,8 +68,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
68
68
|
icon: vue.withCtx(() => [
|
|
69
69
|
vue.createVNode(vue.unref(icon.IconCloseCircle), { size: "14" })
|
|
70
70
|
]),
|
|
71
|
-
_:
|
|
72
|
-
},
|
|
71
|
+
_: 1
|
|
72
|
+
}, 8, ["onClick"])
|
|
73
73
|
]);
|
|
74
74
|
}), 128))
|
|
75
75
|
]),
|
|
@@ -81,9 +81,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
81
81
|
type: "text",
|
|
82
82
|
onClick: clear
|
|
83
83
|
}, {
|
|
84
|
-
default: vue.withCtx(() => _cache[1] || (_cache[1] = [
|
|
85
|
-
vue.createTextVNode("\u6E05\u7A7A")
|
|
86
|
-
])),
|
|
84
|
+
default: vue.withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
85
|
+
vue.createTextVNode("\u6E05\u7A7A", -1)
|
|
86
|
+
])]),
|
|
87
87
|
_: 1
|
|
88
88
|
})
|
|
89
89
|
])
|
|
@@ -97,9 +97,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
97
97
|
key: 0,
|
|
98
98
|
class: "button"
|
|
99
99
|
}, {
|
|
100
|
-
default: vue.withCtx(() => _cache[0] || (_cache[0] = [
|
|
101
|
-
vue.createTextVNode("\u5DF2\u9009\u6570\u636E")
|
|
102
|
-
])),
|
|
100
|
+
default: vue.withCtx(() => [..._cache[0] || (_cache[0] = [
|
|
101
|
+
vue.createTextVNode("\u5DF2\u9009\u6570\u636E", -1)
|
|
102
|
+
])]),
|
|
103
103
|
_: 1
|
|
104
104
|
})) : vue.createCommentVNode("v-if", true)
|
|
105
105
|
]),
|