@cmstops/pro-compo 3.9.2-alpha.9 → 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 +52 -0
- 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/components/FilterGroup.js +1 -1
- package/es/baseFilter/components/filterItem.js +1 -1
- package/es/colorPalette/component.js +1 -1
- package/es/config.js +1 -1
- package/es/contentDetailList/component.js +9 -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 +117 -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 +11 -11
- 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 +7 -7
- package/es/hooks/useUpload.d.ts +4 -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 +52 -0
- 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 +153 -160
- package/es/selectResourceModal/__demo__/module/basic.d.ts +153 -160
- 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/ListNormal/Filter.js +22 -16
- 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/scripts/selectionApis.d.ts +2 -2
- package/es/selectResourceModal/scripts/useTabFilter.js +1 -11
- package/es/selectThumb/component.js +45 -56
- 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/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/components/FilterGroup.js +1 -1
- package/lib/baseFilter/components/filterItem.js +1 -1
- package/lib/colorPalette/component.js +1 -1
- package/lib/config.js +1 -1
- package/lib/contentDetailList/component.js +9 -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 +117 -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 +11 -11
- 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/imageCrop/component.js +11 -11
- package/lib/importData/component.js +13 -13
- package/lib/index.css +52 -0
- 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/ListNormal/Filter.js +22 -16
- 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/scripts/useTabFilter.js +1 -13
- package/lib/selectThumb/component.js +45 -56
- 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/package.json +1 -1
|
@@ -27,10 +27,10 @@ const _sfc_main = defineComponent({
|
|
|
27
27
|
}
|
|
28
28
|
return (_ctx, _cache) => {
|
|
29
29
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
30
|
-
|
|
30
|
+
__props.filterType === "DOC" ? (openBlock(), createBlock(_sfc_main$1, {
|
|
31
31
|
key: 0,
|
|
32
|
-
"filter-keys":
|
|
33
|
-
"filter-type":
|
|
32
|
+
"filter-keys": __props.docFilterKeys,
|
|
33
|
+
"filter-type": __props.docFilterType,
|
|
34
34
|
onSearch: handleFilterSearch,
|
|
35
35
|
onChange: handleFilterChange
|
|
36
36
|
}, {
|
|
@@ -38,7 +38,7 @@ const _sfc_main = defineComponent({
|
|
|
38
38
|
renderSlot(_ctx.$slots, "right")
|
|
39
39
|
]),
|
|
40
40
|
_: 3
|
|
41
|
-
}, 8, ["filter-keys", "filter-type"])) :
|
|
41
|
+
}, 8, ["filter-keys", "filter-type"])) : __props.filterType === "MEDIA" ? (openBlock(), createBlock(MedFilter, { key: 1 })) : __props.filterType === "MP_ACOUNT" ? (openBlock(), createBlock(_sfc_main$2, { key: 2 })) : __props.filterType === "MP_CONTENT" ? (openBlock(), createBlock(_sfc_main$3, { key: 3 })) : createCommentVNode("v-if", true)
|
|
42
42
|
]);
|
|
43
43
|
};
|
|
44
44
|
}
|
|
@@ -182,7 +182,7 @@ const _sfc_main = defineComponent({
|
|
|
182
182
|
createVNode(unref(IconRefresh))
|
|
183
183
|
]),
|
|
184
184
|
default: withCtx(() => [
|
|
185
|
-
_cache[3] || (_cache[3] = createTextVNode(" \u91CD\u7F6E "))
|
|
185
|
+
_cache[3] || (_cache[3] = createTextVNode(" \u91CD\u7F6E ", -1))
|
|
186
186
|
]),
|
|
187
187
|
_: 1
|
|
188
188
|
})) : createCommentVNode("v-if", true)
|
|
@@ -146,7 +146,7 @@ const _sfc_main = defineComponent({
|
|
|
146
146
|
}, {
|
|
147
147
|
default: withCtx(() => [
|
|
148
148
|
createElementVNode("span", _hoisted_4, [
|
|
149
|
-
_cache[0] || (_cache[0] = createTextVNode(" \u66F4\u591A\u7B5B\u9009 ")),
|
|
149
|
+
_cache[0] || (_cache[0] = createTextVNode(" \u66F4\u591A\u7B5B\u9009 ", -1)),
|
|
150
150
|
createVNode(unref(IconCaretDown))
|
|
151
151
|
])
|
|
152
152
|
]),
|
|
@@ -91,7 +91,7 @@ const _sfc_main = defineComponent({
|
|
|
91
91
|
withDirectives(createVNode(unref(Button), { type: "secondary" }, {
|
|
92
92
|
default: withCtx(() => [
|
|
93
93
|
createElementVNode("span", _hoisted_5, [
|
|
94
|
-
createTextVNode(toDisplayString(
|
|
94
|
+
createTextVNode(toDisplayString(__props.label) + " ", 1),
|
|
95
95
|
createVNode(unref(IconCaretDown))
|
|
96
96
|
])
|
|
97
97
|
]),
|
|
@@ -28,7 +28,7 @@ const _sfc_main = defineComponent({
|
|
|
28
28
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
29
29
|
createVNode(unref(ImagePreview), {
|
|
30
30
|
visible: imageVisible.value,
|
|
31
|
-
src:
|
|
31
|
+
src: __props.url,
|
|
32
32
|
onClose: closePreviewer
|
|
33
33
|
}, null, 8, ["visible", "src"]),
|
|
34
34
|
withDirectives(createElementVNode("div", _hoisted_1, [
|
|
@@ -39,22 +39,22 @@ const _sfc_main = defineComponent({
|
|
|
39
39
|
createVNode(unref(IconClose))
|
|
40
40
|
]),
|
|
41
41
|
createElementVNode("div", _hoisted_2, [
|
|
42
|
-
|
|
42
|
+
__props.type === "video" ? (openBlock(), createElementBlock("video", {
|
|
43
43
|
key: 0,
|
|
44
44
|
class: "video",
|
|
45
45
|
controls: "",
|
|
46
|
-
src:
|
|
47
|
-
}, null, 8, _hoisted_3)) :
|
|
46
|
+
src: __props.url
|
|
47
|
+
}, null, 8, _hoisted_3)) : __props.type === "audio" ? (openBlock(), createElementBlock("audio", {
|
|
48
48
|
key: 1,
|
|
49
49
|
class: "audio",
|
|
50
50
|
controls: "",
|
|
51
|
-
src:
|
|
52
|
-
}, null, 8, _hoisted_4)) : (openBlock(), createElementBlock("div", _hoisted_5, _cache[0] || (_cache[0] = [
|
|
51
|
+
src: __props.url
|
|
52
|
+
}, null, 8, _hoisted_4)) : (openBlock(), createElementBlock("div", _hoisted_5, [..._cache[0] || (_cache[0] = [
|
|
53
53
|
createElementVNode("span", { class: "text" }, "\u6682\u4E0D\u652F\u6301\u8BE5\u7C7B\u578B\u6587\u4EF6\u9884\u89C8", -1)
|
|
54
|
-
])))
|
|
54
|
+
])]))
|
|
55
55
|
])
|
|
56
56
|
], 512), [
|
|
57
|
-
[vShow,
|
|
57
|
+
[vShow, __props.type !== "image"]
|
|
58
58
|
])
|
|
59
59
|
], 64);
|
|
60
60
|
};
|
|
@@ -97,9 +97,9 @@ const _sfc_main = defineComponent({
|
|
|
97
97
|
createVNode(unref(Tabs), null, {
|
|
98
98
|
default: withCtx(() => [
|
|
99
99
|
withDirectives((openBlock(), createBlock(unref(TabPane), { key: "1" }, {
|
|
100
|
-
title: withCtx(() => _cache[2] || (_cache[2] = [
|
|
101
|
-
createTextVNode("\u6D88\u606F")
|
|
102
|
-
])),
|
|
100
|
+
title: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
101
|
+
createTextVNode("\u6D88\u606F", -1)
|
|
102
|
+
])]),
|
|
103
103
|
default: withCtx(() => [
|
|
104
104
|
unreadMessages.value.length === 0 ? (openBlock(), createBlock(_sfc_main$1, {
|
|
105
105
|
key: 0,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
interface Params {
|
|
2
2
|
[key: string]: any;
|
|
3
3
|
}
|
|
4
|
-
export declare function getNoticeList(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
5
|
-
export declare function setAllMsgRead(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
4
|
+
export declare function getNoticeList(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
5
|
+
export declare function setAllMsgRead(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
6
6
|
export {};
|
|
@@ -3,13 +3,13 @@ interface Params {
|
|
|
3
3
|
app_id?: number;
|
|
4
4
|
[key: string]: any;
|
|
5
5
|
}
|
|
6
|
-
export declare function getChildCategorylists(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
7
|
-
export declare function getCategorylists(BASE_API: string, repository_id: string, channel_id: string): Promise<import("axios").AxiosResponse<any, any>>;
|
|
6
|
+
export declare function getChildCategorylists(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
7
|
+
export declare function getCategorylists(BASE_API: string, repository_id: string, channel_id: string): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
8
8
|
export declare function getCategorylistsGroups(BASE_API: string, params: Params, data?: {
|
|
9
9
|
repeatReport: boolean;
|
|
10
10
|
}): Promise<any>;
|
|
11
11
|
export declare function getMlists(BASE_API: string, params: Params, data?: {
|
|
12
12
|
repeatReport: boolean;
|
|
13
|
-
}): Promise<import("axios").AxiosResponse<any, any>>;
|
|
14
|
-
export declare function submitTo(BASE_API: string, data: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
13
|
+
}): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
14
|
+
export declare function submitTo(BASE_API: string, data: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
15
15
|
export {};
|
|
@@ -78,9 +78,9 @@ const _sfc_main = defineComponent({
|
|
|
78
78
|
return [
|
|
79
79
|
createElementVNode("div", _hoisted_1, [
|
|
80
80
|
createCommentVNode(" \u6587\u4EF6\u5939 "),
|
|
81
|
-
|
|
81
|
+
__props.folderList ? withDirectives((openBlock(), createElementBlock("div", _hoisted_2, [
|
|
82
82
|
createCommentVNode(" \u6587\u4EF6\u5939\u6570\u91CF<10 "),
|
|
83
|
-
!isFold.value ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(
|
|
83
|
+
!isFold.value ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(__props.folderList, (item, index) => {
|
|
84
84
|
return openBlock(), createElementBlock("div", {
|
|
85
85
|
key: index,
|
|
86
86
|
class: "item folder-item",
|
|
@@ -108,7 +108,7 @@ const _sfc_main = defineComponent({
|
|
|
108
108
|
], 8, _hoisted_3);
|
|
109
109
|
}), 128)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
110
110
|
createCommentVNode(" \u6587\u4EF6\u5939\u6570\u91CF>10 "),
|
|
111
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList((_a =
|
|
111
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList((_a = __props.folderList) == null ? void 0 : _a.slice(0, 9), (item, index) => {
|
|
112
112
|
return openBlock(), createElementBlock("div", {
|
|
113
113
|
key: index,
|
|
114
114
|
class: "item folder-item",
|
|
@@ -133,7 +133,7 @@ const _sfc_main = defineComponent({
|
|
|
133
133
|
], 8, _hoisted_5);
|
|
134
134
|
}), 128))
|
|
135
135
|
], 64)),
|
|
136
|
-
((_b =
|
|
136
|
+
((_b = __props.folderList) == null ? void 0 : _b.length) > 10 ? (openBlock(), createElementBlock("div", {
|
|
137
137
|
key: 2,
|
|
138
138
|
class: "folder-more-button",
|
|
139
139
|
onClick: _cache[0] || (_cache[0] = ($event) => isFold.value = !isFold.value)
|
|
@@ -144,11 +144,11 @@ const _sfc_main = defineComponent({
|
|
|
144
144
|
])
|
|
145
145
|
])) : createCommentVNode("v-if", true)
|
|
146
146
|
], 512)), [
|
|
147
|
-
[vShow, ((_c =
|
|
147
|
+
[vShow, ((_c = __props.folderList) == null ? void 0 : _c.length) !== 0 && __props.showFolder]
|
|
148
148
|
]) : createCommentVNode("v-if", true),
|
|
149
149
|
createCommentVNode(" \u6587\u4EF6 "),
|
|
150
150
|
createElementVNode("div", _hoisted_9, [
|
|
151
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
151
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.fileList, (item, index) => {
|
|
152
152
|
return openBlock(), createElementBlock("div", {
|
|
153
153
|
key: index,
|
|
154
154
|
class: "item"
|
|
@@ -163,7 +163,7 @@ const _sfc_main = defineComponent({
|
|
|
163
163
|
}, [
|
|
164
164
|
createVNode(_sfc_main$1, {
|
|
165
165
|
"item-data": item,
|
|
166
|
-
preview:
|
|
166
|
+
preview: __props.preview,
|
|
167
167
|
onConfirm: _clickFileItem
|
|
168
168
|
}, null, 8, ["item-data", "preview"])
|
|
169
169
|
]),
|
|
@@ -199,34 +199,34 @@ const _sfc_main = defineComponent({
|
|
|
199
199
|
effect: "dark",
|
|
200
200
|
placement: "bottom"
|
|
201
201
|
}, {
|
|
202
|
-
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
202
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
203
203
|
createElementVNode("div", { class: "transcoding-in-progress grid-mode" }, [
|
|
204
204
|
createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
|
|
205
205
|
], -1)
|
|
206
|
-
])),
|
|
206
|
+
])]),
|
|
207
207
|
_: 1
|
|
208
208
|
})) : createCommentVNode("v-if", true)
|
|
209
209
|
], 10, _hoisted_10)
|
|
210
210
|
]);
|
|
211
211
|
}), 128))
|
|
212
212
|
]),
|
|
213
|
-
|
|
214
|
-
!
|
|
213
|
+
__props.fileListCount ? (openBlock(), createElementBlock("div", _hoisted_12, [
|
|
214
|
+
!__props.isOver ? (openBlock(), createBlock(unref(Button), {
|
|
215
215
|
key: 0,
|
|
216
216
|
class: "loadmore_tips",
|
|
217
217
|
size: "small",
|
|
218
218
|
type: "text",
|
|
219
219
|
onClick: _loadFileMore
|
|
220
220
|
}, {
|
|
221
|
-
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
222
|
-
createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ")
|
|
223
|
-
])),
|
|
221
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
222
|
+
createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ", -1)
|
|
223
|
+
])]),
|
|
224
224
|
_: 1
|
|
225
225
|
})) : (openBlock(), createElementBlock("div", _hoisted_13, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
|
|
226
226
|
])) : createCommentVNode("v-if", true),
|
|
227
|
-
!((_d =
|
|
227
|
+
!((_d = __props.fileList) == null ? void 0 : _d.length) && !((_e = __props.folderList) == null ? void 0 : _e.length) ? (openBlock(), createElementBlock("div", _hoisted_14, [..._cache[3] || (_cache[3] = [
|
|
228
228
|
createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1)
|
|
229
|
-
]))) : createCommentVNode("v-if", true)
|
|
229
|
+
])])) : createCommentVNode("v-if", true)
|
|
230
230
|
])
|
|
231
231
|
];
|
|
232
232
|
}),
|
|
@@ -102,24 +102,24 @@ const _sfc_main = defineComponent({
|
|
|
102
102
|
return (_ctx, _cache) => {
|
|
103
103
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
104
104
|
createElementVNode("div", _hoisted_1, [
|
|
105
|
-
|
|
105
|
+
__props.itemData.thumb ? (openBlock(), createElementBlock("div", {
|
|
106
106
|
key: 0,
|
|
107
107
|
class: "pic",
|
|
108
|
-
style: normalizeStyle({ "background-image": "url(" +
|
|
108
|
+
style: normalizeStyle({ "background-image": "url(" + __props.itemData.thumb + ")" })
|
|
109
109
|
}, [
|
|
110
110
|
getRate.value ? (openBlock(), createElementBlock("div", _hoisted_2, toDisplayString(getRate.value), 1)) : createCommentVNode("v-if", true),
|
|
111
|
-
|
|
111
|
+
__props.itemData.source === "ai" ? (openBlock(), createElementBlock("div", _hoisted_3, "AI\u751F\u6210")) : createCommentVNode("v-if", true)
|
|
112
112
|
], 4)) : (openBlock(), createElementBlock("div", {
|
|
113
113
|
key: 1,
|
|
114
|
-
class: normalizeClass(["pic", `${
|
|
114
|
+
class: normalizeClass(["pic", `${__props.itemData.catalog} ${__props.itemData.series}`]),
|
|
115
115
|
style: normalizeStyle(picStyle.value)
|
|
116
116
|
}, [
|
|
117
117
|
getRate.value ? (openBlock(), createElementBlock("div", _hoisted_4, toDisplayString(getRate.value), 1)) : createCommentVNode("v-if", true),
|
|
118
|
-
|
|
118
|
+
__props.itemData.source === "ai" ? (openBlock(), createElementBlock("div", _hoisted_5, "AI\u751F\u6210")) : createCommentVNode("v-if", true)
|
|
119
119
|
], 6)),
|
|
120
120
|
createVNode(Transition, { name: "el-fade-in" }, {
|
|
121
121
|
default: withCtx(() => [
|
|
122
|
-
|
|
122
|
+
__props.preview ? (openBlock(), createElementBlock("div", _hoisted_6, [
|
|
123
123
|
createElementVNode("span", {
|
|
124
124
|
class: "half",
|
|
125
125
|
onClick: withModifiers(openPreview, ["stop"])
|
|
@@ -59,17 +59,17 @@ const _sfc_main = defineComponent({
|
|
|
59
59
|
onOk: handleOk,
|
|
60
60
|
onCancel: handleCancel
|
|
61
61
|
}, {
|
|
62
|
-
title: withCtx(() => _cache[1] || (_cache[1] = [
|
|
63
|
-
createTextVNode("\u9009\u62E9\u7D20\u6750\u6765\u6E90")
|
|
64
|
-
])),
|
|
62
|
+
title: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
63
|
+
createTextVNode("\u9009\u62E9\u7D20\u6750\u6765\u6E90", -1)
|
|
64
|
+
])]),
|
|
65
65
|
default: withCtx(() => [
|
|
66
66
|
createVNode(_sfc_main$1, {
|
|
67
67
|
"selected-max": selectedMax.value,
|
|
68
|
-
"catalog-props":
|
|
68
|
+
"catalog-props": __props.catalogProps,
|
|
69
69
|
BASE_API: unref(BASE_API_R),
|
|
70
|
-
ai_static_covers:
|
|
71
|
-
ai_gif_covers:
|
|
72
|
-
preview:
|
|
70
|
+
ai_static_covers: __props.ai_static_covers,
|
|
71
|
+
ai_gif_covers: __props.ai_gif_covers,
|
|
72
|
+
preview: __props.preview,
|
|
73
73
|
onConfirm: submit,
|
|
74
74
|
onUpload: _cache[0] || (_cache[0] = (cb) => _ctx.$emit("upload", cb))
|
|
75
75
|
}, null, 8, ["selected-max", "catalog-props", "BASE_API", "ai_static_covers", "ai_gif_covers", "preview"])
|
|
@@ -28,7 +28,7 @@ const _sfc_main = defineComponent({
|
|
|
28
28
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
29
29
|
createVNode(unref(ImagePreview), {
|
|
30
30
|
visible: imageVisible.value,
|
|
31
|
-
src:
|
|
31
|
+
src: __props.url,
|
|
32
32
|
onClose: closePreviewer
|
|
33
33
|
}, null, 8, ["visible", "src"]),
|
|
34
34
|
withDirectives(createElementVNode("div", _hoisted_1, [
|
|
@@ -39,26 +39,26 @@ const _sfc_main = defineComponent({
|
|
|
39
39
|
createVNode(unref(IconClose))
|
|
40
40
|
]),
|
|
41
41
|
createElementVNode("div", _hoisted_2, [
|
|
42
|
-
|
|
42
|
+
__props.type === "video" ? (openBlock(), createElementBlock("video", {
|
|
43
43
|
key: 0,
|
|
44
44
|
class: "video",
|
|
45
45
|
controls: "",
|
|
46
|
-
src:
|
|
47
|
-
}, null, 8, _hoisted_3)) :
|
|
46
|
+
src: __props.url
|
|
47
|
+
}, null, 8, _hoisted_3)) : __props.type === "audio" ? (openBlock(), createElementBlock("audio", {
|
|
48
48
|
key: 1,
|
|
49
49
|
class: "audio",
|
|
50
50
|
controls: "",
|
|
51
|
-
src:
|
|
52
|
-
}, null, 8, _hoisted_4)) : (openBlock(), createElementBlock("div", _hoisted_5, _cache[0] || (_cache[0] = [
|
|
51
|
+
src: __props.url
|
|
52
|
+
}, null, 8, _hoisted_4)) : (openBlock(), createElementBlock("div", _hoisted_5, [..._cache[0] || (_cache[0] = [
|
|
53
53
|
createElementVNode("img", {
|
|
54
54
|
src: _imports_0,
|
|
55
55
|
alt: ""
|
|
56
56
|
}, null, -1),
|
|
57
57
|
createElementVNode("span", { class: "text" }, "\u6682\u4E0D\u652F\u6301\u8BE5\u7C7B\u578B\u6587\u4EF6\u9884\u89C8", -1)
|
|
58
|
-
])))
|
|
58
|
+
])]))
|
|
59
59
|
])
|
|
60
60
|
], 512), [
|
|
61
|
-
[vShow,
|
|
61
|
+
[vShow, __props.type !== "image"]
|
|
62
62
|
])
|
|
63
63
|
], 64);
|
|
64
64
|
};
|
|
@@ -34,7 +34,7 @@ const _sfc_main = defineComponent({
|
|
|
34
34
|
return [
|
|
35
35
|
_cache[1] || (_cache[1] = createElementVNode("div", { class: "thumb_type" }, "\u5C01\u9762\u56FE", -1)),
|
|
36
36
|
createElementVNode("div", _hoisted_2, [
|
|
37
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
37
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.ai_static_covers, (item) => {
|
|
38
38
|
return openBlock(), createElementBlock("div", {
|
|
39
39
|
key: item,
|
|
40
40
|
class: "thumb-wrap"
|
|
@@ -44,7 +44,7 @@ const _sfc_main = defineComponent({
|
|
|
44
44
|
class: normalizeClass(["pic", { active: selectedUrl.value.includes(item) }])
|
|
45
45
|
}, [
|
|
46
46
|
createVNode(_sfc_main$1, {
|
|
47
|
-
preview:
|
|
47
|
+
preview: __props.preview,
|
|
48
48
|
"item-data": {
|
|
49
49
|
catalog: "image",
|
|
50
50
|
alias: item,
|
|
@@ -59,13 +59,13 @@ const _sfc_main = defineComponent({
|
|
|
59
59
|
]);
|
|
60
60
|
}), 128))
|
|
61
61
|
]),
|
|
62
|
-
((_a =
|
|
62
|
+
((_a = __props.ai_gif_covers) == null ? void 0 : _a.length) ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
63
63
|
_cache[0] || (_cache[0] = createElementVNode("div", {
|
|
64
64
|
class: "thumb_type",
|
|
65
65
|
style: { "margin-top": "0px" }
|
|
66
66
|
}, "\u5C01\u9762\u52A8\u56FE", -1)),
|
|
67
67
|
createElementVNode("div", _hoisted_5, [
|
|
68
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
68
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.ai_gif_covers, (item) => {
|
|
69
69
|
return openBlock(), createElementBlock("div", {
|
|
70
70
|
key: item,
|
|
71
71
|
class: "thumb-wrap"
|
|
@@ -75,7 +75,7 @@ const _sfc_main = defineComponent({
|
|
|
75
75
|
class: normalizeClass(["pic", { active: selectedUrl.value.includes(item) }])
|
|
76
76
|
}, [
|
|
77
77
|
createVNode(_sfc_main$1, {
|
|
78
|
-
preview:
|
|
78
|
+
preview: __props.preview,
|
|
79
79
|
"item-data": {
|
|
80
80
|
catalog: "image",
|
|
81
81
|
alias: item,
|
|
@@ -69,23 +69,23 @@ const _sfc_main = defineComponent({
|
|
|
69
69
|
return (_ctx, _cache) => {
|
|
70
70
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
71
71
|
createElementVNode("div", _hoisted_1, [
|
|
72
|
-
|
|
72
|
+
__props.itemData.thumb ? (openBlock(), createElementBlock("div", {
|
|
73
73
|
key: 0,
|
|
74
74
|
class: "pic",
|
|
75
|
-
style: normalizeStyle({ "background-image": "url(" +
|
|
75
|
+
style: normalizeStyle({ "background-image": "url(" + __props.itemData.thumb + ")" })
|
|
76
76
|
}, [
|
|
77
77
|
getRate.value ? (openBlock(), createElementBlock("div", _hoisted_2, toDisplayString(getRate.value), 1)) : createCommentVNode("v-if", true),
|
|
78
|
-
|
|
78
|
+
__props.itemData.source === "ai" ? (openBlock(), createElementBlock("div", _hoisted_3, "AI\u751F\u6210")) : createCommentVNode("v-if", true)
|
|
79
79
|
], 4)) : (openBlock(), createElementBlock("div", {
|
|
80
80
|
key: 1,
|
|
81
|
-
class: normalizeClass(["pic", `${
|
|
81
|
+
class: normalizeClass(["pic", `${__props.itemData.catalog} ${__props.itemData.series}`])
|
|
82
82
|
}, [
|
|
83
83
|
getRate.value ? (openBlock(), createElementBlock("div", _hoisted_4, toDisplayString(getRate.value), 1)) : createCommentVNode("v-if", true),
|
|
84
|
-
|
|
84
|
+
__props.itemData.source === "ai" ? (openBlock(), createElementBlock("div", _hoisted_5, "AI\u751F\u6210")) : createCommentVNode("v-if", true)
|
|
85
85
|
], 2)),
|
|
86
86
|
createVNode(Transition, { name: "el-fade-in" }, {
|
|
87
87
|
default: withCtx(() => [
|
|
88
|
-
|
|
88
|
+
__props.preview ? (openBlock(), createElementBlock("div", _hoisted_6, [
|
|
89
89
|
createElementVNode("span", {
|
|
90
90
|
class: "half",
|
|
91
91
|
onClick: withModifiers(openPreview, ["stop"])
|
|
@@ -64,11 +64,11 @@ const _sfc_main = defineComponent({
|
|
|
64
64
|
createCommentVNode(" \u6587\u4EF6\u5939 "),
|
|
65
65
|
withDirectives(createElementVNode("div", _hoisted_2, [
|
|
66
66
|
createCommentVNode(" \u6587\u4EF6\u5939\u6570\u91CF<10"),
|
|
67
|
-
!isFold.value ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(
|
|
67
|
+
!isFold.value ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(__props.folderList, (item, index) => {
|
|
68
68
|
return openBlock(), createElementBlock("div", {
|
|
69
69
|
key: index,
|
|
70
70
|
class: "item folder-item",
|
|
71
|
-
onClick: ($event) =>
|
|
71
|
+
onClick: ($event) => __props.changeDirectory(item)
|
|
72
72
|
}, [
|
|
73
73
|
createElementVNode("div", _hoisted_4, [
|
|
74
74
|
createVNode(unref(Tooltip), {
|
|
@@ -89,11 +89,11 @@ const _sfc_main = defineComponent({
|
|
|
89
89
|
], 8, _hoisted_3);
|
|
90
90
|
}), 128)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
91
91
|
createCommentVNode(" \u6587\u4EF6\u5939\u6570\u91CF>10"),
|
|
92
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
92
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.folderList.slice(0, 9), (item, index) => {
|
|
93
93
|
return openBlock(), createElementBlock("div", {
|
|
94
94
|
key: index,
|
|
95
95
|
class: "item folder-item",
|
|
96
|
-
onClick: ($event) =>
|
|
96
|
+
onClick: ($event) => __props.changeDirectory(item)
|
|
97
97
|
}, [
|
|
98
98
|
createElementVNode("div", _hoisted_7, [
|
|
99
99
|
createVNode(unref(Tooltip), {
|
|
@@ -114,7 +114,7 @@ const _sfc_main = defineComponent({
|
|
|
114
114
|
], 8, _hoisted_6);
|
|
115
115
|
}), 128))
|
|
116
116
|
], 64)),
|
|
117
|
-
|
|
117
|
+
__props.folderList.length > 10 ? (openBlock(), createElementBlock("div", {
|
|
118
118
|
key: 2,
|
|
119
119
|
class: "folder-more-button",
|
|
120
120
|
onClick: _cache[0] || (_cache[0] = ($event) => isFold.value = !isFold.value)
|
|
@@ -125,11 +125,11 @@ const _sfc_main = defineComponent({
|
|
|
125
125
|
])
|
|
126
126
|
])) : createCommentVNode("v-if", true)
|
|
127
127
|
], 512), [
|
|
128
|
-
[vShow,
|
|
128
|
+
[vShow, __props.folderList.length !== 0 && __props.activeMediaType === "all"]
|
|
129
129
|
]),
|
|
130
130
|
createCommentVNode(" \u6587\u4EF6 "),
|
|
131
131
|
createElementVNode("div", _hoisted_10, [
|
|
132
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
132
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.fileList, (item, index) => {
|
|
133
133
|
return openBlock(), createElementBlock("div", {
|
|
134
134
|
key: index,
|
|
135
135
|
class: "item"
|
|
@@ -140,7 +140,7 @@ const _sfc_main = defineComponent({
|
|
|
140
140
|
createElementVNode("div", _hoisted_11, [
|
|
141
141
|
createVNode(_sfc_main$1, {
|
|
142
142
|
"item-data": item,
|
|
143
|
-
preview:
|
|
143
|
+
preview: __props.preview,
|
|
144
144
|
onConfirm: confirm
|
|
145
145
|
}, null, 8, ["item-data", "preview"])
|
|
146
146
|
]),
|
|
@@ -172,39 +172,39 @@ const _sfc_main = defineComponent({
|
|
|
172
172
|
effect: "dark",
|
|
173
173
|
placement: "bottom"
|
|
174
174
|
}, {
|
|
175
|
-
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
175
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
176
176
|
createElementVNode("div", { class: "transcoding-in-progress grid-mode" }, [
|
|
177
177
|
createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
|
|
178
178
|
], -1)
|
|
179
|
-
])),
|
|
179
|
+
])]),
|
|
180
180
|
_: 1
|
|
181
181
|
})) : createCommentVNode("v-if", true)
|
|
182
182
|
], 2)
|
|
183
183
|
]);
|
|
184
184
|
}), 128))
|
|
185
185
|
]),
|
|
186
|
-
|
|
187
|
-
!
|
|
186
|
+
__props.fileListCount ? (openBlock(), createElementBlock("div", _hoisted_12, [
|
|
187
|
+
!__props.isOver ? (openBlock(), createBlock(unref(Button), {
|
|
188
188
|
key: 0,
|
|
189
189
|
class: "loadmore_tips",
|
|
190
190
|
size: "small",
|
|
191
191
|
type: "text",
|
|
192
|
-
onClick:
|
|
192
|
+
onClick: __props.loadFileMore
|
|
193
193
|
}, {
|
|
194
|
-
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
195
|
-
createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ")
|
|
196
|
-
])),
|
|
194
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
195
|
+
createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ", -1)
|
|
196
|
+
])]),
|
|
197
197
|
_: 1
|
|
198
198
|
}, 8, ["onClick"])) : (openBlock(), createElementBlock("div", _hoisted_13, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
|
|
199
199
|
])) : createCommentVNode("v-if", true),
|
|
200
|
-
!
|
|
200
|
+
!__props.fileList.length && !__props.folderList.length ? (openBlock(), createElementBlock("div", _hoisted_14, [..._cache[3] || (_cache[3] = [
|
|
201
201
|
createElementVNode("img", {
|
|
202
202
|
alt: "",
|
|
203
203
|
class: "null-pic",
|
|
204
204
|
src: _imports_0
|
|
205
205
|
}, null, -1),
|
|
206
206
|
createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1)
|
|
207
|
-
]))) : createCommentVNode("v-if", true)
|
|
207
|
+
])])) : createCommentVNode("v-if", true)
|
|
208
208
|
])
|
|
209
209
|
]),
|
|
210
210
|
_: 1
|
|
@@ -122,9 +122,9 @@ const _sfc_main = defineComponent({
|
|
|
122
122
|
icon: withCtx(() => [
|
|
123
123
|
createVNode(unref(IconRefresh))
|
|
124
124
|
]),
|
|
125
|
-
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
126
|
-
createTextVNode("\u91CD\u7F6E\u7B5B\u9009")
|
|
127
|
-
])),
|
|
125
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
126
|
+
createTextVNode("\u91CD\u7F6E\u7B5B\u9009", -1)
|
|
127
|
+
])]),
|
|
128
128
|
_: 1
|
|
129
129
|
}, 512), [
|
|
130
130
|
[vShow, showReset.value]
|
|
@@ -90,10 +90,10 @@ const _sfc_main = defineComponent({
|
|
|
90
90
|
class: "item-load-more",
|
|
91
91
|
style: { width: "calc(20% - 20px)" },
|
|
92
92
|
onClick: loadMore
|
|
93
|
-
}, _cache[0] || (_cache[0] = [
|
|
93
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
94
94
|
createElementVNode("img", { src: _imports_0 }, null, -1),
|
|
95
|
-
createTextVNode(" \u70B9\u51FB\u52A0\u8F7D\u66F4\u591A ")
|
|
96
|
-
]))) : createCommentVNode("v-if", true)
|
|
95
|
+
createTextVNode(" \u70B9\u51FB\u52A0\u8F7D\u66F4\u591A ", -1)
|
|
96
|
+
])])) : createCommentVNode("v-if", true)
|
|
97
97
|
])
|
|
98
98
|
], 2112);
|
|
99
99
|
};
|
|
@@ -81,13 +81,13 @@ const _sfc_main = defineComponent({
|
|
|
81
81
|
]) : createCommentVNode("v-if", true)
|
|
82
82
|
], 64);
|
|
83
83
|
}), 128)),
|
|
84
|
-
isEmpty.value ? (openBlock(), createElementBlock("div", _hoisted_5, _cache[1] || (_cache[1] = [
|
|
84
|
+
isEmpty.value ? (openBlock(), createElementBlock("div", _hoisted_5, [..._cache[1] || (_cache[1] = [
|
|
85
85
|
createElementVNode("img", {
|
|
86
86
|
class: "null-pic",
|
|
87
87
|
src: _imports_0
|
|
88
88
|
}, null, -1),
|
|
89
89
|
createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1)
|
|
90
|
-
]))) : createCommentVNode("v-if", true)
|
|
90
|
+
])])) : createCommentVNode("v-if", true)
|
|
91
91
|
]),
|
|
92
92
|
_: 1
|
|
93
93
|
})
|
|
@@ -124,7 +124,7 @@ const _sfc_main = defineComponent({
|
|
|
124
124
|
"default-value": ["00:00:00", "23:59:59"],
|
|
125
125
|
onClear: clearDatePicker
|
|
126
126
|
}, null, 8, ["modelValue"]),
|
|
127
|
-
|
|
127
|
+
__props.activeMediaType === "all" ? (openBlock(), createBlock(unref(Select), {
|
|
128
128
|
key: 0,
|
|
129
129
|
modelValue: filter.value.upload_by,
|
|
130
130
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => filter.value.upload_by = $event),
|
|
@@ -174,9 +174,9 @@ const _sfc_main = defineComponent({
|
|
|
174
174
|
icon: withCtx(() => [
|
|
175
175
|
createVNode(unref(IconRefresh))
|
|
176
176
|
]),
|
|
177
|
-
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
178
|
-
createTextVNode("\u91CD\u7F6E\u7B5B\u9009")
|
|
179
|
-
])),
|
|
177
|
+
default: withCtx(() => [..._cache[5] || (_cache[5] = [
|
|
178
|
+
createTextVNode("\u91CD\u7F6E\u7B5B\u9009", -1)
|
|
179
|
+
])]),
|
|
180
180
|
_: 1
|
|
181
181
|
}, 512), [
|
|
182
182
|
[vShow, showReset.value]
|
|
@@ -202,7 +202,7 @@ const _sfc_main = defineComponent({
|
|
|
202
202
|
onTabClick: MediaTypeChange
|
|
203
203
|
}, {
|
|
204
204
|
default: withCtx(() => [
|
|
205
|
-
|
|
205
|
+
__props.ai_static_covers && __props.ai_static_covers.length && __props.catalogProps === "image" ? (openBlock(), createBlock(unref(TabPane), {
|
|
206
206
|
key: "ai",
|
|
207
207
|
title: "AI\u4F18\u9009"
|
|
208
208
|
})) : createCommentVNode("v-if", true),
|
|
@@ -233,10 +233,10 @@ const _sfc_main = defineComponent({
|
|
|
233
233
|
createCommentVNode(" ai\u4F18\u9009\u7D20\u6750 "),
|
|
234
234
|
activeMediaType.value === "ai" ? (openBlock(), createBlock(_sfc_main$1, {
|
|
235
235
|
key: 0,
|
|
236
|
-
ai_static_covers:
|
|
237
|
-
ai_gif_covers:
|
|
238
|
-
"selected-max":
|
|
239
|
-
preview:
|
|
236
|
+
ai_static_covers: __props.ai_static_covers,
|
|
237
|
+
ai_gif_covers: __props.ai_gif_covers,
|
|
238
|
+
"selected-max": __props.selectedMax,
|
|
239
|
+
preview: __props.preview,
|
|
240
240
|
onConfirm: confirm
|
|
241
241
|
}, null, 8, ["ai_static_covers", "ai_gif_covers", "selected-max", "preview"])) : activeMediaType.value === "system" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
242
242
|
createCommentVNode(" \u5185\u7F6E\u7D20\u6750 "),
|
|
@@ -299,7 +299,7 @@ const _sfc_main = defineComponent({
|
|
|
299
299
|
"file-list": fileList.value,
|
|
300
300
|
"file-list-count": fileListCount.value,
|
|
301
301
|
"is-over": isOver.value,
|
|
302
|
-
preview:
|
|
302
|
+
preview: __props.preview,
|
|
303
303
|
activeMediaType: activeMediaType.value,
|
|
304
304
|
"change-directory": changeDirectory,
|
|
305
305
|
"load-file-more": loadFileMore,
|