@cmstops/pro-compo 0.3.82 → 0.3.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +40 -0
- package/dist/index.min.css +1 -1
- package/es/baseFilter/components/FilterGroup.js +1 -1
- package/es/baseFilter/useCalcWidth.d.ts +2 -2
- package/es/contentDetailList/components/Content/DocItem/index.js +14 -12
- package/es/contentDetailList/components/Content/LiveItem/index.js +6 -5
- package/es/contentDetailList/components/Content/courseItem/index.js +8 -7
- package/es/contentDetailList/components/Content/funhdItem/index.js +8 -7
- package/es/contentDetailList/components/Content/index.js +2 -2
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +11 -10
- package/es/contentModal/component.js +39 -16
- package/es/contentModal/components/EqxiuList/index.js +38 -31
- package/es/contentModal/components/MpContentList/MediaFilter/index.js +4 -3
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +1 -1
- package/es/contentModal/components/storeBox/index.js +4 -4
- package/es/contentModal/script/api.d.ts +1 -0
- package/es/contentModal/script/api.js +8 -1
- package/es/dataTags/component.js +10 -10
- package/es/docHistory/component.js +2 -2
- package/es/docHistory/scripts/useDocHistory.d.ts +4 -4
- package/es/docPreview/component.js +56 -47
- package/es/docPreview/components/PreviewIframe.js +10 -9
- package/es/docPreview/scripts/hook.d.ts +6 -16
- package/es/editMetaInfo/components/metaInfoForm.js +4 -4
- package/es/emptyData/svg/acount.js +5 -3
- package/es/emptyData/svg/add.js +5 -3
- package/es/emptyData/svg/analize.js +5 -3
- package/es/emptyData/svg/analize_fail.js +5 -3
- package/es/emptyData/svg/empty.js +5 -3
- package/es/emptyData/svg/file.js +5 -3
- package/es/emptyData/svg/manager.js +5 -3
- package/es/emptyData/svg/message.js +17 -14
- package/es/emptyData/svg/noanalize.js +5 -3
- package/es/emptyData/svg/null.js +5 -3
- package/es/emptyData/svg/search.js +5 -3
- package/es/emptyData/svg/star.js +5 -3
- package/es/emptyData/svg/trash.js +5 -3
- package/es/emptyData/svg/user.js +5 -3
- package/es/hooks/batch.d.ts +1 -1
- package/es/hooks/dialogVisible.d.ts +1 -1
- package/es/hooks/source.d.ts +1 -1
- package/es/hooks/toggle.d.ts +1 -1
- package/es/hooks/useAttachement.d.ts +6 -6
- package/es/hooks/useMediaContext.d.ts +5 -5
- package/es/hooks/usePopper.d.ts +1 -1
- package/es/hooks/useSelection.d.ts +2 -9
- package/es/hooks/useUpload.d.ts +2 -2
- package/es/hooks/user.d.ts +1 -1
- package/es/imageCrop/component.js +4 -4
- package/es/importData/component.d.ts +0 -0
- package/es/importData/component.js +173 -0
- package/es/importData/index.d.ts +2 -0
- package/es/importData/index.js +7 -0
- package/es/importData/style/css.js +1 -0
- package/es/importData/style/index.css +40 -0
- package/es/importData/style/index.d.ts +1 -0
- package/es/importData/style/index.js +1 -0
- package/es/importData/style/index.less +48 -0
- package/es/index.css +40 -0
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/es/index.less +1 -0
- package/es/mediaFilter/components/DocFilter.js +1 -1
- package/es/mediaFilter/components/FilterGroup.js +1 -1
- package/es/mediaView/component.js +5 -3
- package/es/messageBox/component.js +2 -2
- package/es/previousVersion/component.js +4 -3
- package/es/resourceGridList/component.js +18 -15
- package/es/resourceModal/component.js +2 -2
- package/es/resourceModal/components/MediaPreviewer/index.js +10 -7
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +17 -15
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +24 -20
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +2 -2
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +4 -3
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +13 -9
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -2
- package/es/selectGategory/component.js +4 -3
- package/es/selectResourceModal/component.js +10 -10
- package/es/selectResourceModal/components/List/ListAi/index.js +8 -7
- package/es/selectResourceModal/components/List/ListCardWrapper.js +8 -6
- package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
- package/es/selectResourceModal/components/List/ListNormal/Filter.js +7 -7
- package/es/selectResourceModal/components/List/ListSystem/Filter.js +2 -2
- package/es/selectResourceModal/components/List/ListSystem/SubList.js +4 -3
- package/es/selectResourceModal/components/List/ListSystem/index.js +2 -1
- package/es/selectResourceModal/scripts/useResourceSelect.d.ts +1 -1
- package/es/selectResourceModal/scripts/useTabFilter.d.ts +1 -1
- package/es/selectThumb/component.js +28 -23
- package/es/uploadBefore/components/UploadBefore.js +2 -2
- package/es/uploadBefore/script/uploadHooks.d.ts +1 -42
- package/es/userAvater/component.js +2 -2
- package/es/userDirector/component.js +2 -2
- package/es/utils/filter.d.ts +0 -12
- package/es/videoThumb/scripts/useVideoThumbs.d.ts +4 -4
- package/lib/baseFilter/components/FilterGroup.js +1 -1
- package/lib/contentDetailList/components/Content/DocItem/index.js +14 -12
- package/lib/contentDetailList/components/Content/LiveItem/index.js +6 -5
- package/lib/contentDetailList/components/Content/courseItem/index.js +8 -7
- package/lib/contentDetailList/components/Content/funhdItem/index.js +8 -7
- package/lib/contentDetailList/components/Content/index.js +2 -2
- package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +11 -10
- package/lib/contentModal/component.js +39 -16
- package/lib/contentModal/components/EqxiuList/index.js +38 -31
- package/lib/contentModal/components/MpContentList/MediaFilter/index.js +4 -3
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +1 -1
- package/lib/contentModal/components/storeBox/index.js +4 -4
- package/lib/contentModal/script/api.js +8 -0
- package/lib/dataTags/component.js +10 -10
- package/lib/docHistory/component.js +2 -2
- package/lib/docPreview/component.js +56 -47
- package/lib/docPreview/components/PreviewIframe.js +10 -9
- package/lib/editMetaInfo/components/metaInfoForm.js +4 -4
- package/lib/emptyData/svg/acount.js +5 -3
- package/lib/emptyData/svg/add.js +5 -3
- package/lib/emptyData/svg/analize.js +5 -3
- package/lib/emptyData/svg/analize_fail.js +5 -3
- package/lib/emptyData/svg/empty.js +5 -3
- package/lib/emptyData/svg/file.js +5 -3
- package/lib/emptyData/svg/manager.js +5 -3
- package/lib/emptyData/svg/message.js +17 -14
- package/lib/emptyData/svg/noanalize.js +5 -3
- package/lib/emptyData/svg/null.js +5 -3
- package/lib/emptyData/svg/search.js +5 -3
- package/lib/emptyData/svg/star.js +5 -3
- package/lib/emptyData/svg/trash.js +5 -3
- package/lib/emptyData/svg/user.js +5 -3
- package/lib/imageCrop/component.js +4 -4
- package/lib/importData/component.js +174 -0
- package/lib/importData/index.js +8 -0
- package/lib/importData/style/css.js +2 -0
- package/lib/importData/style/index.css +40 -0
- package/lib/importData/style/index.js +2 -0
- package/lib/importData/style/index.less +48 -0
- package/lib/index.css +40 -0
- package/lib/index.js +2 -0
- package/lib/index.less +1 -0
- package/lib/mediaFilter/components/DocFilter.js +1 -1
- package/lib/mediaFilter/components/FilterGroup.js +1 -1
- package/lib/mediaView/component.js +5 -3
- package/lib/messageBox/component.js +2 -2
- package/lib/previousVersion/component.js +4 -3
- package/lib/resourceGridList/component.js +18 -15
- package/lib/resourceModal/component.js +2 -2
- package/lib/resourceModal/components/MediaPreviewer/index.js +10 -7
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +17 -15
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +24 -20
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +2 -2
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +4 -3
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +13 -9
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -2
- package/lib/selectGategory/component.js +4 -3
- package/lib/selectResourceModal/component.js +10 -10
- package/lib/selectResourceModal/components/List/ListAi/index.js +7 -6
- package/lib/selectResourceModal/components/List/ListCardWrapper.js +8 -6
- package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
- package/lib/selectResourceModal/components/List/ListNormal/Filter.js +7 -7
- package/lib/selectResourceModal/components/List/ListSystem/Filter.js +2 -2
- package/lib/selectResourceModal/components/List/ListSystem/SubList.js +4 -3
- package/lib/selectResourceModal/components/List/ListSystem/index.js +2 -1
- package/lib/selectThumb/component.js +28 -23
- package/lib/uploadBefore/components/UploadBefore.js +2 -2
- package/lib/userAvater/component.js +2 -2
- package/lib/userDirector/component.js +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
.tooltip-button {
|
|
2
|
+
height: auto;
|
|
3
|
+
padding: 20px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.memberImport {
|
|
7
|
+
.arco-transfer-view {
|
|
8
|
+
width: 265px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.arco-modal-body {
|
|
12
|
+
display: flex;
|
|
13
|
+
justify-content: center;
|
|
14
|
+
|
|
15
|
+
.memberImport-content {
|
|
16
|
+
width: 100%;
|
|
17
|
+
min-height: 400px;
|
|
18
|
+
padding: 0 26px;
|
|
19
|
+
|
|
20
|
+
h3 {
|
|
21
|
+
color: var(---color-text-1, #1d2129);
|
|
22
|
+
font-weight: 500;
|
|
23
|
+
font-size: 14px;
|
|
24
|
+
|
|
25
|
+
/* 14/CN-Medium */
|
|
26
|
+
font-family: 'PingFang SC';
|
|
27
|
+
font-style: normal;
|
|
28
|
+
line-height: 22px; /* 157.143% */
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
p {
|
|
32
|
+
color: var(---color-text-2, #4e5969);
|
|
33
|
+
font-weight: 400;
|
|
34
|
+
font-size: 14px;
|
|
35
|
+
|
|
36
|
+
/* 14/CN-Regular */
|
|
37
|
+
font-family: 'PingFang SC';
|
|
38
|
+
font-style: normal;
|
|
39
|
+
line-height: 22px; /* 157.143% */
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.primary2 {
|
|
43
|
+
color: var(---primary-6, #165dff);
|
|
44
|
+
background: var(---primary-1, #e8f3ff);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
package/lib/index.css
CHANGED
|
@@ -4987,3 +4987,43 @@
|
|
|
4987
4987
|
width: 100%;
|
|
4988
4988
|
height: 100%;
|
|
4989
4989
|
}
|
|
4990
|
+
.tooltip-button {
|
|
4991
|
+
height: auto;
|
|
4992
|
+
padding: 20px;
|
|
4993
|
+
}
|
|
4994
|
+
.memberImport .arco-transfer-view {
|
|
4995
|
+
width: 265px;
|
|
4996
|
+
}
|
|
4997
|
+
.memberImport .arco-modal-body {
|
|
4998
|
+
display: flex;
|
|
4999
|
+
justify-content: center;
|
|
5000
|
+
}
|
|
5001
|
+
.memberImport .arco-modal-body .memberImport-content {
|
|
5002
|
+
width: 100%;
|
|
5003
|
+
min-height: 400px;
|
|
5004
|
+
padding: 0 26px;
|
|
5005
|
+
}
|
|
5006
|
+
.memberImport .arco-modal-body .memberImport-content h3 {
|
|
5007
|
+
color: var(---color-text-1, #1d2129);
|
|
5008
|
+
font-weight: 500;
|
|
5009
|
+
font-size: 14px;
|
|
5010
|
+
/* 14/CN-Medium */
|
|
5011
|
+
font-family: 'PingFang SC';
|
|
5012
|
+
font-style: normal;
|
|
5013
|
+
line-height: 22px;
|
|
5014
|
+
/* 157.143% */
|
|
5015
|
+
}
|
|
5016
|
+
.memberImport .arco-modal-body .memberImport-content p {
|
|
5017
|
+
color: var(---color-text-2, #4e5969);
|
|
5018
|
+
font-weight: 400;
|
|
5019
|
+
font-size: 14px;
|
|
5020
|
+
/* 14/CN-Regular */
|
|
5021
|
+
font-family: 'PingFang SC';
|
|
5022
|
+
font-style: normal;
|
|
5023
|
+
line-height: 22px;
|
|
5024
|
+
/* 157.143% */
|
|
5025
|
+
}
|
|
5026
|
+
.memberImport .arco-modal-body .memberImport-content .primary2 {
|
|
5027
|
+
color: var(---primary-6, #165dff);
|
|
5028
|
+
background: var(---primary-1, #e8f3ff);
|
|
5029
|
+
}
|
package/lib/index.js
CHANGED
|
@@ -29,6 +29,7 @@ var index$o = require("./selectResourceModal/index.js");
|
|
|
29
29
|
var index$p = require("./docPreview/index.js");
|
|
30
30
|
var index$q = require("./docHistory/index.js");
|
|
31
31
|
var index$r = require("./videoThumb/index.js");
|
|
32
|
+
var index$s = require("./importData/index.js");
|
|
32
33
|
exports["default"] = components;
|
|
33
34
|
exports.appCenter = index;
|
|
34
35
|
exports.messageBox = index$1;
|
|
@@ -58,3 +59,4 @@ exports.selectResourceModal = index$o;
|
|
|
58
59
|
exports.docPreview = index$p;
|
|
59
60
|
exports.docHistory = index$q;
|
|
60
61
|
exports.videoThumb = index$r;
|
|
62
|
+
exports.importData = index$s;
|
package/lib/index.less
CHANGED
|
@@ -183,7 +183,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
183
183
|
vue.createVNode(vue.unref(icon.IconRefresh))
|
|
184
184
|
]),
|
|
185
185
|
default: vue.withCtx(() => [
|
|
186
|
-
|
|
186
|
+
vue.createTextVNode(" \u91CD\u7F6E ")
|
|
187
187
|
]),
|
|
188
188
|
_: 1
|
|
189
189
|
})) : vue.createCommentVNode("v-if", true)
|
|
@@ -147,7 +147,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
147
147
|
}, {
|
|
148
148
|
default: vue.withCtx(() => [
|
|
149
149
|
vue.createElementVNode("span", _hoisted_4, [
|
|
150
|
-
|
|
150
|
+
vue.createTextVNode(" \u66F4\u591A\u7B5B\u9009 "),
|
|
151
151
|
vue.createVNode(vue.unref(icon.IconCaretDown))
|
|
152
152
|
])
|
|
153
153
|
]),
|
|
@@ -10,6 +10,10 @@ const _hoisted_5 = {
|
|
|
10
10
|
key: 2,
|
|
11
11
|
class: "other"
|
|
12
12
|
};
|
|
13
|
+
const _hoisted_6 = /* @__PURE__ */ vue.createElementVNode("span", { class: "text" }, "\u6682\u4E0D\u652F\u6301\u8BE5\u7C7B\u578B\u6587\u4EF6\u9884\u89C8", -1);
|
|
14
|
+
const _hoisted_7 = [
|
|
15
|
+
_hoisted_6
|
|
16
|
+
];
|
|
13
17
|
const _sfc_main = vue.defineComponent({
|
|
14
18
|
...{ name: "mediaView" },
|
|
15
19
|
__name: "component",
|
|
@@ -50,9 +54,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
50
54
|
class: "audio",
|
|
51
55
|
controls: "",
|
|
52
56
|
src: _ctx.url
|
|
53
|
-
}, null, 8, _hoisted_4)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_5,
|
|
54
|
-
vue.createElementVNode("span", { class: "text" }, "\u6682\u4E0D\u652F\u6301\u8BE5\u7C7B\u578B\u6587\u4EF6\u9884\u89C8", -1)
|
|
55
|
-
])))
|
|
57
|
+
}, null, 8, _hoisted_4)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_5, _hoisted_7))
|
|
56
58
|
])
|
|
57
59
|
], 512), [
|
|
58
60
|
[vue.vShow, _ctx.type !== "image"]
|
|
@@ -98,9 +98,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
98
98
|
vue.createVNode(vue.unref(webVue.Tabs), null, {
|
|
99
99
|
default: vue.withCtx(() => [
|
|
100
100
|
vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(webVue.TabPane), { key: "1" }, {
|
|
101
|
-
title: vue.withCtx(() =>
|
|
101
|
+
title: vue.withCtx(() => [
|
|
102
102
|
vue.createTextVNode("\u6D88\u606F")
|
|
103
|
-
])
|
|
103
|
+
]),
|
|
104
104
|
default: vue.withCtx(() => [
|
|
105
105
|
unreadMessages.value.length === 0 ? (vue.openBlock(), vue.createBlock(list, {
|
|
106
106
|
key: 0,
|
|
@@ -25,7 +25,8 @@ const _hoisted_16 = {
|
|
|
25
25
|
key: 0,
|
|
26
26
|
class: "temp-view"
|
|
27
27
|
};
|
|
28
|
-
const _hoisted_17 = { class: "
|
|
28
|
+
const _hoisted_17 = /* @__PURE__ */ vue.createElementVNode("div", { class: "title" }, "\u5DF2\u9009\u62E9\uFF1A", -1);
|
|
29
|
+
const _hoisted_18 = { class: "select-ul" };
|
|
29
30
|
const _sfc_main = vue.defineComponent({
|
|
30
31
|
...{ name: "previousVersion" },
|
|
31
32
|
__name: "component",
|
|
@@ -347,8 +348,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
347
348
|
])
|
|
348
349
|
]),
|
|
349
350
|
selectList.length > 0 ? (vue.openBlock(), vue.createElementBlock("section", _hoisted_16, [
|
|
350
|
-
|
|
351
|
-
vue.createElementVNode("div",
|
|
351
|
+
_hoisted_17,
|
|
352
|
+
vue.createElementVNode("div", _hoisted_18, [
|
|
352
353
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(selectList, (select) => {
|
|
353
354
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
354
355
|
key: select.list_id,
|
|
@@ -20,18 +20,25 @@ const _hoisted_8 = { class: "folder-more-wrap" };
|
|
|
20
20
|
const _hoisted_9 = { class: "file-list clearfix" };
|
|
21
21
|
const _hoisted_10 = ["onClick"];
|
|
22
22
|
const _hoisted_11 = { class: "menu-wrap" };
|
|
23
|
-
const _hoisted_12 = {
|
|
23
|
+
const _hoisted_12 = /* @__PURE__ */ vue.createElementVNode("div", { class: "transcoding-in-progress grid-mode" }, [
|
|
24
|
+
/* @__PURE__ */ vue.createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
|
|
25
|
+
], -1);
|
|
26
|
+
const _hoisted_13 = {
|
|
24
27
|
key: 1,
|
|
25
28
|
class: "load_more_title"
|
|
26
29
|
};
|
|
27
|
-
const
|
|
30
|
+
const _hoisted_14 = {
|
|
28
31
|
key: 1,
|
|
29
32
|
class: "nomore_tips"
|
|
30
33
|
};
|
|
31
|
-
const
|
|
34
|
+
const _hoisted_15 = {
|
|
32
35
|
key: 2,
|
|
33
36
|
class: "null-file"
|
|
34
37
|
};
|
|
38
|
+
const _hoisted_16 = /* @__PURE__ */ vue.createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1);
|
|
39
|
+
const _hoisted_17 = [
|
|
40
|
+
_hoisted_16
|
|
41
|
+
];
|
|
35
42
|
const _sfc_main = vue.defineComponent({
|
|
36
43
|
...{ name: "resourceGridList" },
|
|
37
44
|
__name: "component",
|
|
@@ -200,18 +207,16 @@ const _sfc_main = vue.defineComponent({
|
|
|
200
207
|
effect: "dark",
|
|
201
208
|
placement: "bottom"
|
|
202
209
|
}, {
|
|
203
|
-
default: vue.withCtx(() =>
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
], -1)
|
|
207
|
-
])),
|
|
210
|
+
default: vue.withCtx(() => [
|
|
211
|
+
_hoisted_12
|
|
212
|
+
]),
|
|
208
213
|
_: 1
|
|
209
214
|
})) : vue.createCommentVNode("v-if", true)
|
|
210
215
|
], 10, _hoisted_10)
|
|
211
216
|
]);
|
|
212
217
|
}), 128))
|
|
213
218
|
]),
|
|
214
|
-
_ctx.fileListCount ? (vue.openBlock(), vue.createElementBlock("div",
|
|
219
|
+
_ctx.fileListCount ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_13, [
|
|
215
220
|
!_ctx.isOver ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Button), {
|
|
216
221
|
key: 0,
|
|
217
222
|
class: "loadmore_tips",
|
|
@@ -219,15 +224,13 @@ const _sfc_main = vue.defineComponent({
|
|
|
219
224
|
type: "text",
|
|
220
225
|
onClick: _loadFileMore
|
|
221
226
|
}, {
|
|
222
|
-
default: vue.withCtx(() =>
|
|
227
|
+
default: vue.withCtx(() => [
|
|
223
228
|
vue.createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ")
|
|
224
|
-
])
|
|
229
|
+
]),
|
|
225
230
|
_: 1
|
|
226
|
-
})) : (vue.openBlock(), vue.createElementBlock("div",
|
|
231
|
+
})) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_14, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
|
|
227
232
|
])) : vue.createCommentVNode("v-if", true),
|
|
228
|
-
!((_d = _ctx.fileList) == null ? void 0 : _d.length) && !((_e = _ctx.folderList) == null ? void 0 : _e.length) ? (vue.openBlock(), vue.createElementBlock("div",
|
|
229
|
-
vue.createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1)
|
|
230
|
-
]))) : vue.createCommentVNode("v-if", true)
|
|
233
|
+
!((_d = _ctx.fileList) == null ? void 0 : _d.length) && !((_e = _ctx.folderList) == null ? void 0 : _e.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15, _hoisted_17)) : vue.createCommentVNode("v-if", true)
|
|
231
234
|
])
|
|
232
235
|
];
|
|
233
236
|
}),
|
|
@@ -60,9 +60,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
60
60
|
onOk: handleOk,
|
|
61
61
|
onCancel: handleCancel
|
|
62
62
|
}, {
|
|
63
|
-
title: vue.withCtx(() =>
|
|
63
|
+
title: vue.withCtx(() => [
|
|
64
64
|
vue.createTextVNode("\u9009\u62E9\u7D20\u6750\u6765\u6E90")
|
|
65
|
-
])
|
|
65
|
+
]),
|
|
66
66
|
default: vue.withCtx(() => [
|
|
67
67
|
vue.createVNode(index, {
|
|
68
68
|
"selected-max": selectedMax.value,
|
|
@@ -11,6 +11,15 @@ const _hoisted_5 = {
|
|
|
11
11
|
key: 2,
|
|
12
12
|
class: "other"
|
|
13
13
|
};
|
|
14
|
+
const _hoisted_6 = /* @__PURE__ */ vue.createElementVNode("img", {
|
|
15
|
+
src: unknown,
|
|
16
|
+
alt: ""
|
|
17
|
+
}, null, -1);
|
|
18
|
+
const _hoisted_7 = /* @__PURE__ */ vue.createElementVNode("span", { class: "text" }, "\u6682\u4E0D\u652F\u6301\u8BE5\u7C7B\u578B\u6587\u4EF6\u9884\u89C8", -1);
|
|
19
|
+
const _hoisted_8 = [
|
|
20
|
+
_hoisted_6,
|
|
21
|
+
_hoisted_7
|
|
22
|
+
];
|
|
14
23
|
const _sfc_main = vue.defineComponent({
|
|
15
24
|
__name: "index",
|
|
16
25
|
props: {
|
|
@@ -50,13 +59,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
50
59
|
class: "audio",
|
|
51
60
|
controls: "",
|
|
52
61
|
src: _ctx.url
|
|
53
|
-
}, null, 8, _hoisted_4)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_5,
|
|
54
|
-
vue.createElementVNode("img", {
|
|
55
|
-
src: unknown,
|
|
56
|
-
alt: ""
|
|
57
|
-
}, null, -1),
|
|
58
|
-
vue.createElementVNode("span", { class: "text" }, "\u6682\u4E0D\u652F\u6301\u8BE5\u7C7B\u578B\u6587\u4EF6\u9884\u89C8", -1)
|
|
59
|
-
])))
|
|
62
|
+
}, null, 8, _hoisted_4)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_5, _hoisted_8))
|
|
60
63
|
])
|
|
61
64
|
], 512), [
|
|
62
65
|
[vue.vShow, _ctx.type !== "image"]
|
|
@@ -3,14 +3,19 @@ var vue = require("vue");
|
|
|
3
3
|
var webVue = require("@arco-design/web-vue");
|
|
4
4
|
var index = require("../MainContent/FileTypeThumb/index.js");
|
|
5
5
|
const _hoisted_1 = { class: "doc-ai-media-selected" };
|
|
6
|
-
const _hoisted_2 = { class: "
|
|
7
|
-
const _hoisted_3 = { class: "thumb-
|
|
8
|
-
const _hoisted_4 = {
|
|
6
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("div", { class: "thumb_type" }, "\u5C01\u9762\u56FE", -1);
|
|
7
|
+
const _hoisted_3 = { class: "thumb-list" };
|
|
8
|
+
const _hoisted_4 = { class: "thumb-item" };
|
|
9
|
+
const _hoisted_5 = {
|
|
9
10
|
key: 0,
|
|
10
11
|
class: "gif_covers"
|
|
11
12
|
};
|
|
12
|
-
const
|
|
13
|
-
|
|
13
|
+
const _hoisted_6 = /* @__PURE__ */ vue.createElementVNode("div", {
|
|
14
|
+
class: "thumb_type",
|
|
15
|
+
style: { "margin-top": "0px" }
|
|
16
|
+
}, "\u5C01\u9762\u52A8\u56FE", -1);
|
|
17
|
+
const _hoisted_7 = { class: "thumb-list" };
|
|
18
|
+
const _hoisted_8 = { class: "thumb-item" };
|
|
14
19
|
const _sfc_main = vue.defineComponent({
|
|
15
20
|
__name: "index",
|
|
16
21
|
props: {
|
|
@@ -33,14 +38,14 @@ const _sfc_main = vue.defineComponent({
|
|
|
33
38
|
default: vue.withCtx(() => {
|
|
34
39
|
var _a;
|
|
35
40
|
return [
|
|
36
|
-
|
|
37
|
-
vue.createElementVNode("div",
|
|
41
|
+
_hoisted_2,
|
|
42
|
+
vue.createElementVNode("div", _hoisted_3, [
|
|
38
43
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.ai_static_covers, (item) => {
|
|
39
44
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
40
45
|
key: item,
|
|
41
46
|
class: "thumb-wrap"
|
|
42
47
|
}, [
|
|
43
|
-
vue.createElementVNode("div",
|
|
48
|
+
vue.createElementVNode("div", _hoisted_4, [
|
|
44
49
|
vue.createElementVNode("div", {
|
|
45
50
|
class: vue.normalizeClass(["pic", { active: selectedUrl.value.includes(item) }])
|
|
46
51
|
}, [
|
|
@@ -60,18 +65,15 @@ const _sfc_main = vue.defineComponent({
|
|
|
60
65
|
]);
|
|
61
66
|
}), 128))
|
|
62
67
|
]),
|
|
63
|
-
((_a = _ctx.ai_gif_covers) == null ? void 0 : _a.length) ? (vue.openBlock(), vue.createElementBlock("div",
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
style: { "margin-top": "0px" }
|
|
67
|
-
}, "\u5C01\u9762\u52A8\u56FE", -1)),
|
|
68
|
-
vue.createElementVNode("div", _hoisted_5, [
|
|
68
|
+
((_a = _ctx.ai_gif_covers) == null ? void 0 : _a.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5, [
|
|
69
|
+
_hoisted_6,
|
|
70
|
+
vue.createElementVNode("div", _hoisted_7, [
|
|
69
71
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.ai_gif_covers, (item) => {
|
|
70
72
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
71
73
|
key: item,
|
|
72
74
|
class: "thumb-wrap"
|
|
73
75
|
}, [
|
|
74
|
-
vue.createElementVNode("div",
|
|
76
|
+
vue.createElementVNode("div", _hoisted_8, [
|
|
75
77
|
vue.createElementVNode("div", {
|
|
76
78
|
class: vue.normalizeClass(["pic", { active: selectedUrl.value.includes(item) }])
|
|
77
79
|
}, [
|
|
@@ -17,18 +17,31 @@ const _hoisted_8 = { class: "thumb" };
|
|
|
17
17
|
const _hoisted_9 = { class: "folder-more-wrap" };
|
|
18
18
|
const _hoisted_10 = { class: "file-list clearfix" };
|
|
19
19
|
const _hoisted_11 = { class: "thumb-wrap" };
|
|
20
|
-
const _hoisted_12 = {
|
|
20
|
+
const _hoisted_12 = /* @__PURE__ */ vue.createElementVNode("div", { class: "transcoding-in-progress grid-mode" }, [
|
|
21
|
+
/* @__PURE__ */ vue.createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
|
|
22
|
+
], -1);
|
|
23
|
+
const _hoisted_13 = {
|
|
21
24
|
key: 0,
|
|
22
25
|
class: "load_more_title"
|
|
23
26
|
};
|
|
24
|
-
const
|
|
27
|
+
const _hoisted_14 = {
|
|
25
28
|
key: 1,
|
|
26
29
|
class: "nomore_tips"
|
|
27
30
|
};
|
|
28
|
-
const
|
|
31
|
+
const _hoisted_15 = {
|
|
29
32
|
key: 1,
|
|
30
33
|
class: "null-file"
|
|
31
34
|
};
|
|
35
|
+
const _hoisted_16 = /* @__PURE__ */ vue.createElementVNode("img", {
|
|
36
|
+
alt: "",
|
|
37
|
+
class: "null-pic",
|
|
38
|
+
src: _null
|
|
39
|
+
}, null, -1);
|
|
40
|
+
const _hoisted_17 = /* @__PURE__ */ vue.createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1);
|
|
41
|
+
const _hoisted_18 = [
|
|
42
|
+
_hoisted_16,
|
|
43
|
+
_hoisted_17
|
|
44
|
+
];
|
|
32
45
|
const _sfc_main = vue.defineComponent({
|
|
33
46
|
__name: "index",
|
|
34
47
|
props: {
|
|
@@ -173,18 +186,16 @@ const _sfc_main = vue.defineComponent({
|
|
|
173
186
|
effect: "dark",
|
|
174
187
|
placement: "bottom"
|
|
175
188
|
}, {
|
|
176
|
-
default: vue.withCtx(() =>
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
], -1)
|
|
180
|
-
])),
|
|
189
|
+
default: vue.withCtx(() => [
|
|
190
|
+
_hoisted_12
|
|
191
|
+
]),
|
|
181
192
|
_: 1
|
|
182
193
|
})) : vue.createCommentVNode("v-if", true)
|
|
183
194
|
], 2)
|
|
184
195
|
]);
|
|
185
196
|
}), 128))
|
|
186
197
|
]),
|
|
187
|
-
_ctx.fileListCount ? (vue.openBlock(), vue.createElementBlock("div",
|
|
198
|
+
_ctx.fileListCount ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_13, [
|
|
188
199
|
!_ctx.isOver ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Button), {
|
|
189
200
|
key: 0,
|
|
190
201
|
class: "loadmore_tips",
|
|
@@ -192,20 +203,13 @@ const _sfc_main = vue.defineComponent({
|
|
|
192
203
|
type: "text",
|
|
193
204
|
onClick: _ctx.loadFileMore
|
|
194
205
|
}, {
|
|
195
|
-
default: vue.withCtx(() =>
|
|
206
|
+
default: vue.withCtx(() => [
|
|
196
207
|
vue.createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ")
|
|
197
|
-
])
|
|
208
|
+
]),
|
|
198
209
|
_: 1
|
|
199
|
-
}, 8, ["onClick"])) : (vue.openBlock(), vue.createElementBlock("div",
|
|
210
|
+
}, 8, ["onClick"])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_14, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
|
|
200
211
|
])) : vue.createCommentVNode("v-if", true),
|
|
201
|
-
!_ctx.fileList.length && !_ctx.folderList.length ? (vue.openBlock(), vue.createElementBlock("div",
|
|
202
|
-
vue.createElementVNode("img", {
|
|
203
|
-
alt: "",
|
|
204
|
-
class: "null-pic",
|
|
205
|
-
src: _null
|
|
206
|
-
}, null, -1),
|
|
207
|
-
vue.createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1)
|
|
208
|
-
]))) : vue.createCommentVNode("v-if", true)
|
|
212
|
+
!_ctx.fileList.length && !_ctx.folderList.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15, _hoisted_18)) : vue.createCommentVNode("v-if", true)
|
|
209
213
|
])
|
|
210
214
|
]),
|
|
211
215
|
_: 1
|
|
@@ -123,9 +123,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
123
123
|
icon: vue.withCtx(() => [
|
|
124
124
|
vue.createVNode(vue.unref(icon.IconRefresh))
|
|
125
125
|
]),
|
|
126
|
-
default: vue.withCtx(() =>
|
|
126
|
+
default: vue.withCtx(() => [
|
|
127
127
|
vue.createTextVNode("\u91CD\u7F6E\u7B5B\u9009")
|
|
128
|
-
])
|
|
128
|
+
]),
|
|
129
129
|
_: 1
|
|
130
130
|
}, 512), [
|
|
131
131
|
[vue.vShow, showReset.value]
|
|
@@ -6,6 +6,7 @@ var index = require("../../MainContent/FileTypeThumb/index.js");
|
|
|
6
6
|
var api = require("../../../../script/api.js");
|
|
7
7
|
const _hoisted_1 = { class: "sys-res-file-list clearfix" };
|
|
8
8
|
const _hoisted_2 = { class: "thumb-wrap" };
|
|
9
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("img", { src: sys_load_more }, null, -1);
|
|
9
10
|
const _sfc_main = vue.defineComponent({
|
|
10
11
|
__name: "SystemResourceList",
|
|
11
12
|
props: {
|
|
@@ -91,10 +92,10 @@ const _sfc_main = vue.defineComponent({
|
|
|
91
92
|
class: "item-load-more",
|
|
92
93
|
style: { width: "calc(20% - 20px)" },
|
|
93
94
|
onClick: loadMore
|
|
94
|
-
},
|
|
95
|
-
|
|
95
|
+
}, [
|
|
96
|
+
_hoisted_3,
|
|
96
97
|
vue.createTextVNode(" \u70B9\u51FB\u52A0\u8F7D\u66F4\u591A ")
|
|
97
|
-
]))
|
|
98
|
+
])) : vue.createCommentVNode("v-if", true)
|
|
98
99
|
])
|
|
99
100
|
], 2112);
|
|
100
101
|
};
|
|
@@ -12,10 +12,20 @@ const _hoisted_3 = {
|
|
|
12
12
|
class: "scen-module"
|
|
13
13
|
};
|
|
14
14
|
const _hoisted_4 = { class: "title" };
|
|
15
|
-
const _hoisted_5 = {
|
|
15
|
+
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("div", { class: "line" }, null, -1);
|
|
16
|
+
const _hoisted_6 = {
|
|
16
17
|
key: 0,
|
|
17
18
|
class: "null-file"
|
|
18
19
|
};
|
|
20
|
+
const _hoisted_7 = /* @__PURE__ */ vue.createElementVNode("img", {
|
|
21
|
+
class: "null-pic",
|
|
22
|
+
src: _null
|
|
23
|
+
}, null, -1);
|
|
24
|
+
const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1);
|
|
25
|
+
const _hoisted_9 = [
|
|
26
|
+
_hoisted_7,
|
|
27
|
+
_hoisted_8
|
|
28
|
+
];
|
|
19
29
|
const _sfc_main = vue.defineComponent({
|
|
20
30
|
__name: "index",
|
|
21
31
|
emits: ["confirm"],
|
|
@@ -69,7 +79,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
69
79
|
}, [
|
|
70
80
|
sceniro.data && sceniro.data.length > 0 ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", _hoisted_3, [
|
|
71
81
|
vue.createElementVNode("div", _hoisted_4, [
|
|
72
|
-
|
|
82
|
+
_hoisted_5,
|
|
73
83
|
vue.createTextVNode(" " + vue.toDisplayString(sceniro.scenario_name), 1)
|
|
74
84
|
]),
|
|
75
85
|
vue.createVNode(SystemResourceList, {
|
|
@@ -82,13 +92,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
82
92
|
]) : vue.createCommentVNode("v-if", true)
|
|
83
93
|
], 64);
|
|
84
94
|
}), 128)),
|
|
85
|
-
isEmpty.value ? (vue.openBlock(), vue.createElementBlock("div",
|
|
86
|
-
vue.createElementVNode("img", {
|
|
87
|
-
class: "null-pic",
|
|
88
|
-
src: _null
|
|
89
|
-
}, null, -1),
|
|
90
|
-
vue.createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1)
|
|
91
|
-
]))) : vue.createCommentVNode("v-if", true)
|
|
95
|
+
isEmpty.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6, _hoisted_9)) : vue.createCommentVNode("v-if", true)
|
|
92
96
|
]),
|
|
93
97
|
_: 1
|
|
94
98
|
})
|
|
@@ -175,9 +175,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
175
175
|
icon: vue.withCtx(() => [
|
|
176
176
|
vue.createVNode(vue.unref(icon.IconRefresh))
|
|
177
177
|
]),
|
|
178
|
-
default: vue.withCtx(() =>
|
|
178
|
+
default: vue.withCtx(() => [
|
|
179
179
|
vue.createTextVNode("\u91CD\u7F6E\u7B5B\u9009")
|
|
180
|
-
])
|
|
180
|
+
]),
|
|
181
181
|
_: 1
|
|
182
182
|
}, 512), [
|
|
183
183
|
[vue.vShow, showReset.value]
|
|
@@ -4,6 +4,7 @@ var webVue = require("@arco-design/web-vue");
|
|
|
4
4
|
var config = require("../config.js");
|
|
5
5
|
var index = require("./components/ColumnSelection/index.js");
|
|
6
6
|
const _hoisted_1 = { class: "form-view" };
|
|
7
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("div", { class: "item-title big" }, "\u540C\u65F6\u53D1\u5E03\u81F3", -1);
|
|
7
8
|
const _sfc_main = vue.defineComponent({
|
|
8
9
|
...{ name: "selectGategory" },
|
|
9
10
|
__name: "component",
|
|
@@ -57,9 +58,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
57
58
|
onOk: handleOk,
|
|
58
59
|
onCancel: handleCancel
|
|
59
60
|
}, {
|
|
60
|
-
title: vue.withCtx(() =>
|
|
61
|
+
title: vue.withCtx(() => [
|
|
61
62
|
vue.createTextVNode("\u53D1\u5E03\u81F3")
|
|
62
|
-
])
|
|
63
|
+
]),
|
|
63
64
|
default: vue.withCtx(() => [
|
|
64
65
|
vue.createElementVNode("div", _hoisted_1, [
|
|
65
66
|
vue.createVNode(index, {
|
|
@@ -69,7 +70,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
69
70
|
repository_id: _ctx.repository_id,
|
|
70
71
|
BASE_API: vue.unref(BASE_API)
|
|
71
72
|
}, null, 8, ["selectColumnData", "repository_id", "BASE_API"]),
|
|
72
|
-
|
|
73
|
+
_hoisted_2,
|
|
73
74
|
vue.createVNode(index, {
|
|
74
75
|
selectColumnWithData: selectColumnWithData.value,
|
|
75
76
|
"onUpdate:selectColumnWithData": _cache[1] || (_cache[1] = ($event) => selectColumnWithData.value = $event),
|
|
@@ -122,18 +122,18 @@ const _sfc_main = vue.defineComponent({
|
|
|
122
122
|
onClear: vue.unref(handleClear)
|
|
123
123
|
}, null, 8, ["maxcount", "selected", "onRemove", "onClear"]),
|
|
124
124
|
vue.createVNode(vue.unref(webVue.Button), { onClick: vue.unref(close) }, {
|
|
125
|
-
default: vue.withCtx(() =>
|
|
125
|
+
default: vue.withCtx(() => [
|
|
126
126
|
vue.createTextVNode("\u53D6\u6D88")
|
|
127
|
-
])
|
|
127
|
+
]),
|
|
128
128
|
_: 1
|
|
129
129
|
}, 8, ["onClick"]),
|
|
130
130
|
vue.createVNode(vue.unref(webVue.Button), {
|
|
131
131
|
type: "primary",
|
|
132
132
|
onClick: confirm
|
|
133
133
|
}, {
|
|
134
|
-
default: vue.withCtx(() =>
|
|
134
|
+
default: vue.withCtx(() => [
|
|
135
135
|
vue.createTextVNode(" \u786E\u5B9A ")
|
|
136
|
-
])
|
|
136
|
+
]),
|
|
137
137
|
_: 1
|
|
138
138
|
})
|
|
139
139
|
], 64)) : vue.createCommentVNode("v-if", true)
|
|
@@ -141,27 +141,27 @@ const _sfc_main = vue.defineComponent({
|
|
|
141
141
|
vue.createCommentVNode(" \u5982\u679C\u662F\u89C6\u9891\u5C01\u9762\u7C7B\u578B "),
|
|
142
142
|
vue.createCommentVNode(" \u89C6\u9891\u5C01\u9762\u7C7B\u578B\u4E0D\u5B58\u5728\u591A\u9009\u7684\u903B\u8F91\uFF0C\u65E0\u8BBA\u662F\u70B9\u51FB\u88C1\u526A\u8FD8\u662F\u4F7F\u7528\uFF0C\u90FD\u662F\u5355\u9009 "),
|
|
143
143
|
vue.createVNode(vue.unref(webVue.Button), { onClick: vue.unref(close) }, {
|
|
144
|
-
default: vue.withCtx(() =>
|
|
144
|
+
default: vue.withCtx(() => [
|
|
145
145
|
vue.createTextVNode("\u53D6\u6D88")
|
|
146
|
-
])
|
|
146
|
+
]),
|
|
147
147
|
_: 1
|
|
148
148
|
}, 8, ["onClick"]),
|
|
149
149
|
vue.createVNode(vue.unref(webVue.Button), {
|
|
150
150
|
type: "primary",
|
|
151
151
|
onClick: ($event) => confirm("crop", onConfirm)
|
|
152
152
|
}, {
|
|
153
|
-
default: vue.withCtx(() =>
|
|
153
|
+
default: vue.withCtx(() => [
|
|
154
154
|
vue.createTextVNode(" \u7F16\u8F91 ")
|
|
155
|
-
])
|
|
155
|
+
]),
|
|
156
156
|
_: 2
|
|
157
157
|
}, 1032, ["onClick"]),
|
|
158
158
|
vue.createVNode(vue.unref(webVue.Button), {
|
|
159
159
|
type: "primary",
|
|
160
160
|
onClick: ($event) => confirm("use", onConfirm)
|
|
161
161
|
}, {
|
|
162
|
-
default: vue.withCtx(() =>
|
|
162
|
+
default: vue.withCtx(() => [
|
|
163
163
|
vue.createTextVNode(" \u4F7F\u7528 ")
|
|
164
|
-
])
|
|
164
|
+
]),
|
|
165
165
|
_: 2
|
|
166
166
|
}, 1032, ["onClick"])
|
|
167
167
|
], 64))
|