@cmstops/pro-compo 0.3.77 → 0.3.78
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/es/appCenter/script/api.d.ts +5 -5
- package/es/baseFilter/components/FilterGroup.js +1 -1
- package/es/baseFilter/useCalcWidth.d.ts +2 -2
- package/es/contentDetailList/components/Content/DocItem/index.js +12 -14
- package/es/contentDetailList/components/Content/LiveItem/index.js +5 -6
- package/es/contentDetailList/components/Content/courseItem/index.js +7 -8
- package/es/contentDetailList/components/Content/funhdItem/index.js +7 -8
- package/es/contentDetailList/components/Content/index.js +2 -2
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +10 -11
- package/es/contentDetailList/script/api.d.ts +2 -2
- package/es/contentModal/component.js +14 -14
- package/es/contentModal/components/MpContentList/MediaFilter/index.js +3 -4
- 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 +9 -9
- package/es/dataTags/component.js +10 -10
- package/es/docHistory/component.js +2 -2
- package/es/docHistory/scripts/useDocHistory.d.ts +5 -5
- package/es/docPreview/component.js +47 -56
- package/es/docPreview/components/PreviewIframe.js +9 -10
- package/es/docPreview/scripts/api.d.ts +1 -1
- package/es/docPreview/scripts/hook.d.ts +17 -7
- package/es/editMetaInfo/components/metaInfoForm.js +4 -4
- package/es/editMetaInfo/script/api.d.ts +2 -2
- package/es/emptyData/svg/acount.js +3 -5
- package/es/emptyData/svg/add.js +3 -5
- package/es/emptyData/svg/analize.js +3 -5
- package/es/emptyData/svg/analize_fail.js +3 -5
- package/es/emptyData/svg/empty.js +3 -5
- package/es/emptyData/svg/file.js +3 -5
- package/es/emptyData/svg/manager.js +3 -5
- package/es/emptyData/svg/message.js +14 -17
- package/es/emptyData/svg/noanalize.js +3 -5
- package/es/emptyData/svg/null.js +3 -5
- package/es/emptyData/svg/search.js +3 -5
- package/es/emptyData/svg/star.js +3 -5
- package/es/emptyData/svg/trash.js +3 -5
- package/es/emptyData/svg/user.js +3 -5
- package/es/hooks/assets.d.ts +1 -1
- package/es/hooks/batch.d.ts +1 -1
- package/es/hooks/dialogVisible.d.ts +1 -1
- package/es/hooks/source.d.ts +2 -2
- package/es/hooks/toggle.d.ts +1 -1
- package/es/hooks/useAttachement.d.ts +12 -12
- package/es/hooks/useMediaContext.d.ts +5 -5
- package/es/hooks/usePopper.d.ts +1 -1
- package/es/hooks/useSelection.d.ts +9 -2
- package/es/hooks/useUpload.d.ts +5 -5
- package/es/hooks/user.d.ts +2 -2
- package/es/imageCrop/component.js +4 -4
- package/es/imageCrop/script/api.d.ts +1 -1
- package/es/mediaFilter/components/DocFilter.js +1 -1
- package/es/mediaFilter/components/FilterGroup.js +1 -1
- package/es/mediaView/component.js +3 -5
- package/es/messageBox/component.js +2 -2
- package/es/messageBox/script/api.d.ts +2 -2
- package/es/previousVersion/component.js +3 -4
- package/es/previousVersion/script/api.d.ts +4 -4
- package/es/resourceGridList/component.js +15 -18
- package/es/resourceModal/component.js +2 -2
- package/es/resourceModal/components/MediaPreviewer/index.js +7 -10
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +15 -17
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +20 -24
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +2 -2
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -4
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +9 -13
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -2
- package/es/resourceModal/script/api.d.ts +11 -11
- package/es/selectGategory/component.js +3 -4
- package/es/selectGategory/script/api.d.ts +2 -2
- package/es/selectResourceModal/component.js +10 -10
- package/es/selectResourceModal/components/List/ListAi/index.js +7 -8
- package/es/selectResourceModal/components/List/ListCardWrapper.js +6 -8
- 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 +3 -4
- package/es/selectResourceModal/components/List/ListSystem/index.js +1 -2
- package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -2
- package/es/selectResourceModal/scripts/useResourceSelect.d.ts +1 -1
- package/es/selectResourceModal/scripts/useTabFilter.d.ts +1 -1
- package/es/selectThumb/component.js +27 -31
- package/es/uploadBefore/components/UploadBefore.js +2 -2
- package/es/uploadBefore/script/api.d.ts +4 -4
- package/es/uploadBefore/script/uploadHooks.d.ts +42 -1
- package/es/userAvater/component.js +2 -2
- package/es/userAvater/script/api.d.ts +4 -4
- package/es/userDirector/component.js +2 -2
- package/es/userDirector/script/api.d.ts +6 -6
- package/es/utils/filter.d.ts +12 -0
- 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/es/videoThumb/scripts/useVideoThumbs.d.ts +3 -3
- package/lib/baseFilter/components/FilterGroup.js +1 -1
- package/lib/contentDetailList/components/Content/DocItem/index.js +12 -14
- package/lib/contentDetailList/components/Content/LiveItem/index.js +5 -6
- package/lib/contentDetailList/components/Content/courseItem/index.js +7 -8
- package/lib/contentDetailList/components/Content/funhdItem/index.js +7 -8
- package/lib/contentDetailList/components/Content/index.js +2 -2
- package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +10 -11
- package/lib/contentModal/component.js +14 -14
- package/lib/contentModal/components/MpContentList/MediaFilter/index.js +3 -4
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +1 -1
- package/lib/contentModal/components/storeBox/index.js +4 -4
- package/lib/dataTags/component.js +10 -10
- package/lib/docHistory/component.js +2 -2
- package/lib/docPreview/component.js +47 -56
- package/lib/docPreview/components/PreviewIframe.js +9 -10
- package/lib/editMetaInfo/components/metaInfoForm.js +4 -4
- package/lib/emptyData/svg/acount.js +3 -5
- package/lib/emptyData/svg/add.js +3 -5
- package/lib/emptyData/svg/analize.js +3 -5
- package/lib/emptyData/svg/analize_fail.js +3 -5
- package/lib/emptyData/svg/empty.js +3 -5
- package/lib/emptyData/svg/file.js +3 -5
- package/lib/emptyData/svg/manager.js +3 -5
- package/lib/emptyData/svg/message.js +14 -17
- package/lib/emptyData/svg/noanalize.js +3 -5
- package/lib/emptyData/svg/null.js +3 -5
- package/lib/emptyData/svg/search.js +3 -5
- package/lib/emptyData/svg/star.js +3 -5
- package/lib/emptyData/svg/trash.js +3 -5
- package/lib/emptyData/svg/user.js +3 -5
- package/lib/imageCrop/component.js +4 -4
- package/lib/mediaFilter/components/DocFilter.js +1 -1
- package/lib/mediaFilter/components/FilterGroup.js +1 -1
- package/lib/mediaView/component.js +3 -5
- package/lib/messageBox/component.js +2 -2
- package/lib/previousVersion/component.js +3 -4
- package/lib/resourceGridList/component.js +15 -18
- package/lib/resourceModal/component.js +2 -2
- package/lib/resourceModal/components/MediaPreviewer/index.js +7 -10
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +15 -17
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +20 -24
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +2 -2
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -4
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +9 -13
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -2
- package/lib/selectGategory/component.js +3 -4
- package/lib/selectResourceModal/component.js +10 -10
- package/lib/selectResourceModal/components/List/ListAi/index.js +6 -7
- package/lib/selectResourceModal/components/List/ListCardWrapper.js +6 -8
- 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 +3 -4
- package/lib/selectResourceModal/components/List/ListSystem/index.js +1 -2
- package/lib/selectThumb/component.js +27 -31
- 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
|
@@ -16,31 +16,18 @@ const _hoisted_8 = { class: "thumb" };
|
|
|
16
16
|
const _hoisted_9 = { class: "folder-more-wrap" };
|
|
17
17
|
const _hoisted_10 = { class: "file-list clearfix" };
|
|
18
18
|
const _hoisted_11 = { class: "thumb-wrap" };
|
|
19
|
-
const _hoisted_12 =
|
|
20
|
-
/* @__PURE__ */ createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
|
|
21
|
-
], -1);
|
|
22
|
-
const _hoisted_13 = {
|
|
19
|
+
const _hoisted_12 = {
|
|
23
20
|
key: 0,
|
|
24
21
|
class: "load_more_title"
|
|
25
22
|
};
|
|
26
|
-
const
|
|
23
|
+
const _hoisted_13 = {
|
|
27
24
|
key: 1,
|
|
28
25
|
class: "nomore_tips"
|
|
29
26
|
};
|
|
30
|
-
const
|
|
27
|
+
const _hoisted_14 = {
|
|
31
28
|
key: 1,
|
|
32
29
|
class: "null-file"
|
|
33
30
|
};
|
|
34
|
-
const _hoisted_16 = /* @__PURE__ */ createElementVNode("img", {
|
|
35
|
-
alt: "",
|
|
36
|
-
class: "null-pic",
|
|
37
|
-
src: _imports_0
|
|
38
|
-
}, null, -1);
|
|
39
|
-
const _hoisted_17 = /* @__PURE__ */ createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1);
|
|
40
|
-
const _hoisted_18 = [
|
|
41
|
-
_hoisted_16,
|
|
42
|
-
_hoisted_17
|
|
43
|
-
];
|
|
44
31
|
const _sfc_main = defineComponent({
|
|
45
32
|
__name: "index",
|
|
46
33
|
props: {
|
|
@@ -185,16 +172,18 @@ const _sfc_main = defineComponent({
|
|
|
185
172
|
effect: "dark",
|
|
186
173
|
placement: "bottom"
|
|
187
174
|
}, {
|
|
188
|
-
default: withCtx(() => [
|
|
189
|
-
|
|
190
|
-
|
|
175
|
+
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
176
|
+
createElementVNode("div", { class: "transcoding-in-progress grid-mode" }, [
|
|
177
|
+
createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
|
|
178
|
+
], -1)
|
|
179
|
+
])),
|
|
191
180
|
_: 1
|
|
192
181
|
})) : createCommentVNode("v-if", true)
|
|
193
182
|
], 2)
|
|
194
183
|
]);
|
|
195
184
|
}), 128))
|
|
196
185
|
]),
|
|
197
|
-
_ctx.fileListCount ? (openBlock(), createElementBlock("div",
|
|
186
|
+
_ctx.fileListCount ? (openBlock(), createElementBlock("div", _hoisted_12, [
|
|
198
187
|
!_ctx.isOver ? (openBlock(), createBlock(unref(Button), {
|
|
199
188
|
key: 0,
|
|
200
189
|
class: "loadmore_tips",
|
|
@@ -202,13 +191,20 @@ const _sfc_main = defineComponent({
|
|
|
202
191
|
type: "text",
|
|
203
192
|
onClick: _ctx.loadFileMore
|
|
204
193
|
}, {
|
|
205
|
-
default: withCtx(() => [
|
|
194
|
+
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
206
195
|
createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ")
|
|
207
|
-
]),
|
|
196
|
+
])),
|
|
208
197
|
_: 1
|
|
209
|
-
}, 8, ["onClick"])) : (openBlock(), createElementBlock("div",
|
|
198
|
+
}, 8, ["onClick"])) : (openBlock(), createElementBlock("div", _hoisted_13, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
|
|
210
199
|
])) : createCommentVNode("v-if", true),
|
|
211
|
-
!_ctx.fileList.length && !_ctx.folderList.length ? (openBlock(), createElementBlock("div",
|
|
200
|
+
!_ctx.fileList.length && !_ctx.folderList.length ? (openBlock(), createElementBlock("div", _hoisted_14, _cache[3] || (_cache[3] = [
|
|
201
|
+
createElementVNode("img", {
|
|
202
|
+
alt: "",
|
|
203
|
+
class: "null-pic",
|
|
204
|
+
src: _imports_0
|
|
205
|
+
}, null, -1),
|
|
206
|
+
createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1)
|
|
207
|
+
]))) : createCommentVNode("v-if", true)
|
|
212
208
|
])
|
|
213
209
|
]),
|
|
214
210
|
_: 1
|
|
@@ -122,9 +122,9 @@ const _sfc_main = defineComponent({
|
|
|
122
122
|
icon: withCtx(() => [
|
|
123
123
|
createVNode(unref(IconRefresh))
|
|
124
124
|
]),
|
|
125
|
-
default: withCtx(() => [
|
|
125
|
+
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
126
126
|
createTextVNode("\u91CD\u7F6E\u7B5B\u9009")
|
|
127
|
-
]),
|
|
127
|
+
])),
|
|
128
128
|
_: 1
|
|
129
129
|
}, 512), [
|
|
130
130
|
[vShow, showReset.value]
|
|
@@ -5,7 +5,6 @@ import _sfc_main$1 from "../../MainContent/FileTypeThumb/index.js";
|
|
|
5
5
|
import { getSysRsPage } from "../../../../script/api.js";
|
|
6
6
|
const _hoisted_1 = { class: "sys-res-file-list clearfix" };
|
|
7
7
|
const _hoisted_2 = { class: "thumb-wrap" };
|
|
8
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("img", { src: _imports_0 }, null, -1);
|
|
9
8
|
const _sfc_main = defineComponent({
|
|
10
9
|
__name: "SystemResourceList",
|
|
11
10
|
props: {
|
|
@@ -91,10 +90,10 @@ const _sfc_main = defineComponent({
|
|
|
91
90
|
class: "item-load-more",
|
|
92
91
|
style: { width: "calc(20% - 20px)" },
|
|
93
92
|
onClick: loadMore
|
|
94
|
-
}, [
|
|
95
|
-
|
|
93
|
+
}, _cache[0] || (_cache[0] = [
|
|
94
|
+
createElementVNode("img", { src: _imports_0 }, null, -1),
|
|
96
95
|
createTextVNode(" \u70B9\u51FB\u52A0\u8F7D\u66F4\u591A ")
|
|
97
|
-
])) : createCommentVNode("v-if", true)
|
|
96
|
+
]))) : createCommentVNode("v-if", true)
|
|
98
97
|
])
|
|
99
98
|
], 2112);
|
|
100
99
|
};
|
|
@@ -11,20 +11,10 @@ const _hoisted_3 = {
|
|
|
11
11
|
class: "scen-module"
|
|
12
12
|
};
|
|
13
13
|
const _hoisted_4 = { class: "title" };
|
|
14
|
-
const _hoisted_5 =
|
|
15
|
-
const _hoisted_6 = {
|
|
14
|
+
const _hoisted_5 = {
|
|
16
15
|
key: 0,
|
|
17
16
|
class: "null-file"
|
|
18
17
|
};
|
|
19
|
-
const _hoisted_7 = /* @__PURE__ */ createElementVNode("img", {
|
|
20
|
-
class: "null-pic",
|
|
21
|
-
src: _imports_0
|
|
22
|
-
}, null, -1);
|
|
23
|
-
const _hoisted_8 = /* @__PURE__ */ createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1);
|
|
24
|
-
const _hoisted_9 = [
|
|
25
|
-
_hoisted_7,
|
|
26
|
-
_hoisted_8
|
|
27
|
-
];
|
|
28
18
|
const _sfc_main = defineComponent({
|
|
29
19
|
__name: "index",
|
|
30
20
|
emits: ["confirm"],
|
|
@@ -78,7 +68,7 @@ const _sfc_main = defineComponent({
|
|
|
78
68
|
}, [
|
|
79
69
|
sceniro.data && sceniro.data.length > 0 ? withDirectives((openBlock(), createElementBlock("div", _hoisted_3, [
|
|
80
70
|
createElementVNode("div", _hoisted_4, [
|
|
81
|
-
|
|
71
|
+
_cache[0] || (_cache[0] = createElementVNode("div", { class: "line" }, null, -1)),
|
|
82
72
|
createTextVNode(" " + toDisplayString(sceniro.scenario_name), 1)
|
|
83
73
|
]),
|
|
84
74
|
createVNode(_sfc_main$2, {
|
|
@@ -91,7 +81,13 @@ const _sfc_main = defineComponent({
|
|
|
91
81
|
]) : createCommentVNode("v-if", true)
|
|
92
82
|
], 64);
|
|
93
83
|
}), 128)),
|
|
94
|
-
isEmpty.value ? (openBlock(), createElementBlock("div",
|
|
84
|
+
isEmpty.value ? (openBlock(), createElementBlock("div", _hoisted_5, _cache[1] || (_cache[1] = [
|
|
85
|
+
createElementVNode("img", {
|
|
86
|
+
class: "null-pic",
|
|
87
|
+
src: _imports_0
|
|
88
|
+
}, null, -1),
|
|
89
|
+
createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1)
|
|
90
|
+
]))) : createCommentVNode("v-if", true)
|
|
95
91
|
]),
|
|
96
92
|
_: 1
|
|
97
93
|
})
|
|
@@ -174,9 +174,9 @@ const _sfc_main = defineComponent({
|
|
|
174
174
|
icon: withCtx(() => [
|
|
175
175
|
createVNode(unref(IconRefresh))
|
|
176
176
|
]),
|
|
177
|
-
default: withCtx(() => [
|
|
177
|
+
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
178
178
|
createTextVNode("\u91CD\u7F6E\u7B5B\u9009")
|
|
179
|
-
]),
|
|
179
|
+
])),
|
|
180
180
|
_: 1
|
|
181
181
|
}, 512), [
|
|
182
182
|
[vShow, showReset.value]
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
interface Params {
|
|
2
2
|
[key: string]: any;
|
|
3
3
|
}
|
|
4
|
-
export declare function getAttachmentsAll(BASE_API: string, query?: Params): import("axios").
|
|
5
|
-
export declare function getAttachmentsMy(BASE_API: string, query?: Params): import("axios").
|
|
6
|
-
export declare function getDirectories(BASE_API: string, query?: Params): import("axios").
|
|
7
|
-
export declare function getAccountList(BASE_API: string, id: number, query: Params): import("axios").
|
|
4
|
+
export declare function getAttachmentsAll(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
5
|
+
export declare function getAttachmentsMy(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
6
|
+
export declare function getDirectories(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
7
|
+
export declare function getAccountList(BASE_API: string, id: number, query: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
8
8
|
/** @description 系统内置素材部分接口 --- */
|
|
9
9
|
/**
|
|
10
10
|
* ps:
|
|
@@ -15,11 +15,11 @@ export declare function getAccountList(BASE_API: string, id: number, query: Para
|
|
|
15
15
|
* navBg:导航背景
|
|
16
16
|
* navIcon:导航 icon
|
|
17
17
|
*/
|
|
18
|
-
export declare function addSysRs(BASE_API: string, data: any, params: any): import("axios").
|
|
19
|
-
export declare function setSysRsClassifyName(BASE_API: string, params: any): import("axios").
|
|
20
|
-
export declare function getSysRsClassifyList(BASE_API: string, sys_tag: number): import("axios").
|
|
21
|
-
export declare function addSysRsClassify(BASE_API: string, params: any): import("axios").
|
|
22
|
-
export declare function delSySRsClassify(BASE_API: string, params: any): import("axios").
|
|
23
|
-
export declare function getSysRsByTag(BASE_API: string, params: any): import("axios").
|
|
24
|
-
export declare function getSysRsPage(BASE_API: string, params: any): import("axios").
|
|
18
|
+
export declare function addSysRs(BASE_API: string, data: any, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
19
|
+
export declare function setSysRsClassifyName(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
20
|
+
export declare function getSysRsClassifyList(BASE_API: string, sys_tag: number): Promise<import("axios").AxiosResponse<any, any>>;
|
|
21
|
+
export declare function addSysRsClassify(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
22
|
+
export declare function delSySRsClassify(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
23
|
+
export declare function getSysRsByTag(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
24
|
+
export declare function getSysRsPage(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
25
25
|
export {};
|
|
@@ -3,7 +3,6 @@ import { Modal, Message } from "@arco-design/web-vue";
|
|
|
3
3
|
import { DEFAULT_BASE_API } from "../config.js";
|
|
4
4
|
import _sfc_main$1 from "./components/ColumnSelection/index.js";
|
|
5
5
|
const _hoisted_1 = { class: "form-view" };
|
|
6
|
-
const _hoisted_2 = /* @__PURE__ */ createElementVNode("div", { class: "item-title big" }, "\u540C\u65F6\u53D1\u5E03\u81F3", -1);
|
|
7
6
|
const _sfc_main = defineComponent({
|
|
8
7
|
...{ name: "selectGategory" },
|
|
9
8
|
__name: "component",
|
|
@@ -57,9 +56,9 @@ const _sfc_main = defineComponent({
|
|
|
57
56
|
onOk: handleOk,
|
|
58
57
|
onCancel: handleCancel
|
|
59
58
|
}, {
|
|
60
|
-
title: withCtx(() => [
|
|
59
|
+
title: withCtx(() => _cache[2] || (_cache[2] = [
|
|
61
60
|
createTextVNode("\u53D1\u5E03\u81F3")
|
|
62
|
-
]),
|
|
61
|
+
])),
|
|
63
62
|
default: withCtx(() => [
|
|
64
63
|
createElementVNode("div", _hoisted_1, [
|
|
65
64
|
createVNode(_sfc_main$1, {
|
|
@@ -69,7 +68,7 @@ const _sfc_main = defineComponent({
|
|
|
69
68
|
repository_id: _ctx.repository_id,
|
|
70
69
|
BASE_API: unref(BASE_API)
|
|
71
70
|
}, null, 8, ["selectColumnData", "repository_id", "BASE_API"]),
|
|
72
|
-
|
|
71
|
+
_cache[3] || (_cache[3] = createElementVNode("div", { class: "item-title big" }, "\u540C\u65F6\u53D1\u5E03\u81F3", -1)),
|
|
73
72
|
createVNode(_sfc_main$1, {
|
|
74
73
|
selectColumnWithData: selectColumnWithData.value,
|
|
75
74
|
"onUpdate:selectColumnWithData": _cache[1] || (_cache[1] = ($event) => selectColumnWithData.value = $event),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
interface Params {
|
|
2
2
|
[key: string]: any;
|
|
3
3
|
}
|
|
4
|
-
export declare function getCategoryPath(BASE_API: string, params: Params): import("axios").
|
|
5
|
-
export declare function getCategoryCategoriesTree(BASE_API: string, params?: Params): import("axios").
|
|
4
|
+
export declare function getCategoryPath(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
5
|
+
export declare function getCategoryCategoriesTree(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
6
6
|
export {};
|
|
@@ -120,44 +120,44 @@ const _sfc_main = defineComponent({
|
|
|
120
120
|
onClear: unref(handleClear)
|
|
121
121
|
}, null, 8, ["maxcount", "selected", "onRemove", "onClear"]),
|
|
122
122
|
createVNode(unref(Button), { onClick: unref(close) }, {
|
|
123
|
-
default: withCtx(() => [
|
|
123
|
+
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
124
124
|
createTextVNode("\u53D6\u6D88")
|
|
125
|
-
]),
|
|
125
|
+
])),
|
|
126
126
|
_: 1
|
|
127
127
|
}, 8, ["onClick"]),
|
|
128
128
|
createVNode(unref(Button), {
|
|
129
129
|
type: "primary",
|
|
130
130
|
onClick: confirm
|
|
131
131
|
}, {
|
|
132
|
-
default: withCtx(() => [
|
|
132
|
+
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
133
133
|
createTextVNode(" \u786E\u5B9A ")
|
|
134
|
-
]),
|
|
134
|
+
])),
|
|
135
135
|
_: 1
|
|
136
136
|
})
|
|
137
137
|
], 64)) : createCommentVNode("v-if", true)
|
|
138
138
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
139
139
|
createVNode(unref(Button), { onClick: unref(close) }, {
|
|
140
|
-
default: withCtx(() => [
|
|
140
|
+
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
141
141
|
createTextVNode("\u53D6\u6D88")
|
|
142
|
-
]),
|
|
142
|
+
])),
|
|
143
143
|
_: 1
|
|
144
144
|
}, 8, ["onClick"]),
|
|
145
145
|
createVNode(unref(Button), {
|
|
146
146
|
type: "primary",
|
|
147
147
|
onClick: ($event) => confirm("crop", onConfirm)
|
|
148
148
|
}, {
|
|
149
|
-
default: withCtx(() => [
|
|
149
|
+
default: withCtx(() => _cache[4] || (_cache[4] = [
|
|
150
150
|
createTextVNode(" \u88C1\u526A ")
|
|
151
|
-
]),
|
|
151
|
+
])),
|
|
152
152
|
_: 2
|
|
153
153
|
}, 1032, ["onClick"]),
|
|
154
154
|
createVNode(unref(Button), {
|
|
155
155
|
type: "primary",
|
|
156
156
|
onClick: ($event) => confirm("use", onConfirm)
|
|
157
157
|
}, {
|
|
158
|
-
default: withCtx(() => [
|
|
158
|
+
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
159
159
|
createTextVNode(" \u4F7F\u7528 ")
|
|
160
|
-
]),
|
|
160
|
+
])),
|
|
161
161
|
_: 2
|
|
162
162
|
}, 1032, ["onClick"])
|
|
163
163
|
], 64))
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
import { defineComponent, inject, ref, watch, openBlock, createBlock, withCtx, renderSlot, createElementBlock, Fragment, createElementVNode, renderList, createCommentVNode
|
|
1
|
+
import { defineComponent, inject, ref, watch, openBlock, createBlock, withCtx, renderSlot, createElementBlock, Fragment, createElementVNode, createTextVNode, renderList, createCommentVNode } from "vue";
|
|
2
2
|
import _sfc_main$1 from "../ListWraper.js";
|
|
3
|
-
const _hoisted_1 =
|
|
4
|
-
/* @__PURE__ */ createElementVNode("div", { class: "line" }),
|
|
5
|
-
/* @__PURE__ */ createTextVNode(" \u5C01\u9762\u56FE ")
|
|
6
|
-
], -1);
|
|
7
|
-
const _hoisted_2 = { class: "list-item-grid" };
|
|
3
|
+
const _hoisted_1 = { class: "list-item-grid" };
|
|
8
4
|
const _sfc_main = defineComponent({
|
|
9
5
|
__name: "index",
|
|
10
6
|
setup(__props) {
|
|
@@ -34,8 +30,11 @@ const _sfc_main = defineComponent({
|
|
|
34
30
|
]),
|
|
35
31
|
default: withCtx(() => [
|
|
36
32
|
aiThumbListReal.value.length ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
37
|
-
|
|
38
|
-
|
|
33
|
+
_cache[0] || (_cache[0] = createElementVNode("div", { class: "title" }, [
|
|
34
|
+
createElementVNode("div", { class: "line" }),
|
|
35
|
+
createTextVNode(" \u5C01\u9762\u56FE ")
|
|
36
|
+
], -1)),
|
|
37
|
+
createElementVNode("div", _hoisted_1, [
|
|
39
38
|
(openBlock(true), createElementBlock(Fragment, null, renderList(aiThumbListReal.value, (item) => {
|
|
40
39
|
return renderSlot(_ctx.$slots, "item", {
|
|
41
40
|
key: item.url,
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { defineComponent, inject, computed, openBlock, createElementBlock, withModifiers, createElementVNode, normalizeClass, createVNode, unref, toDisplayString, createCommentVNode, Fragment } from "vue";
|
|
2
2
|
import thumbCard from "../../../thumbCard/index.js";
|
|
3
|
-
const _hoisted_1 =
|
|
4
|
-
const _hoisted_2 = {
|
|
5
|
-
const _hoisted_3 = {
|
|
3
|
+
const _hoisted_1 = { class: "card-alias" };
|
|
4
|
+
const _hoisted_2 = {
|
|
6
5
|
key: 0,
|
|
7
6
|
class: "check-box active"
|
|
8
7
|
};
|
|
9
|
-
const _hoisted_4 = /* @__PURE__ */ createElementVNode("div", { class: "check-box" }, null, -1);
|
|
10
8
|
const _sfc_main = defineComponent({
|
|
11
9
|
__name: "ListCardWrapper",
|
|
12
10
|
props: {
|
|
@@ -82,17 +80,17 @@ const _sfc_main = defineComponent({
|
|
|
82
80
|
"handlers-key": handlersKey.value,
|
|
83
81
|
onHandle: _cache[0] || (_cache[0] = (e) => emits("options", e))
|
|
84
82
|
}, null, 8, ["url", "thumb", "catalog", "meta", "options", "handlers-key"]),
|
|
85
|
-
|
|
83
|
+
_cache[1] || (_cache[1] = createElementVNode("div", { class: "mask" }, null, -1))
|
|
86
84
|
], 2),
|
|
87
|
-
createElementVNode("div",
|
|
85
|
+
createElementVNode("div", _hoisted_1, toDisplayString(_ctx.item.alias), 1),
|
|
88
86
|
createElementVNode("div", {
|
|
89
87
|
class: "check-box-wrapper",
|
|
90
88
|
onClick: withModifiers(handleCheck, ["stop"])
|
|
91
89
|
}, [
|
|
92
90
|
createCommentVNode(" \u5DF2\u9009 "),
|
|
93
|
-
selectedOrder.value[resourceKey.value] ? (openBlock(), createElementBlock("div",
|
|
91
|
+
selectedOrder.value[resourceKey.value] ? (openBlock(), createElementBlock("div", _hoisted_2, toDisplayString(selectedOrder.value[resourceKey.value]), 1)) : canIUse.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
94
92
|
createCommentVNode(" \u662F\u5426\u53EF\u4EE5\u9009\u62E9 "),
|
|
95
|
-
|
|
93
|
+
_cache[2] || (_cache[2] = createElementVNode("div", { class: "check-box" }, null, -1))
|
|
96
94
|
], 64)) : createCommentVNode("v-if", true)
|
|
97
95
|
])
|
|
98
96
|
]);
|
|
@@ -175,15 +175,15 @@ const _sfc_main = defineComponent({
|
|
|
175
175
|
}, {
|
|
176
176
|
content: withCtx(() => [
|
|
177
177
|
createVNode(unref(Doption), { value: 0 }, {
|
|
178
|
-
default: withCtx(() => [
|
|
178
|
+
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
179
179
|
createTextVNode("\u7CBE\u51C6\u641C")
|
|
180
|
-
]),
|
|
180
|
+
])),
|
|
181
181
|
_: 1
|
|
182
182
|
}),
|
|
183
183
|
createVNode(unref(Doption), { value: 1 }, {
|
|
184
|
-
default: withCtx(() => [
|
|
184
|
+
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
185
185
|
createTextVNode("\u6A21\u7CCA\u641C")
|
|
186
|
-
]),
|
|
186
|
+
])),
|
|
187
187
|
_: 1
|
|
188
188
|
})
|
|
189
189
|
]),
|
|
@@ -278,9 +278,9 @@ const _sfc_main = defineComponent({
|
|
|
278
278
|
type: "text",
|
|
279
279
|
onClick: handleReset
|
|
280
280
|
}, {
|
|
281
|
-
default: withCtx(() => [
|
|
281
|
+
default: withCtx(() => _cache[9] || (_cache[9] = [
|
|
282
282
|
createTextVNode(" \u91CD\u7F6E ")
|
|
283
|
-
]),
|
|
283
|
+
])),
|
|
284
284
|
_: 1
|
|
285
285
|
})) : createCommentVNode("v-if", true)
|
|
286
286
|
]),
|
|
@@ -293,7 +293,7 @@ const _sfc_main = defineComponent({
|
|
|
293
293
|
createVNode(unref(IconUpload))
|
|
294
294
|
]),
|
|
295
295
|
default: withCtx(() => [
|
|
296
|
-
createTextVNode(" \u4E0A\u4F20 ")
|
|
296
|
+
_cache[10] || (_cache[10] = createTextVNode(" \u4E0A\u4F20 "))
|
|
297
297
|
]),
|
|
298
298
|
_: 1
|
|
299
299
|
})
|
|
@@ -127,9 +127,9 @@ const _sfc_main = defineComponent({
|
|
|
127
127
|
type: "text",
|
|
128
128
|
onClick: handleReset
|
|
129
129
|
}, {
|
|
130
|
-
default: withCtx(() => [
|
|
130
|
+
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
131
131
|
createTextVNode(" \u91CD\u7F6E ")
|
|
132
|
-
]),
|
|
132
|
+
])),
|
|
133
133
|
_: 1
|
|
134
134
|
})) : createCommentVNode("v-if", true)
|
|
135
135
|
])
|
|
@@ -2,7 +2,6 @@ import { defineComponent, inject, ref, computed, watch, openBlock, createElement
|
|
|
2
2
|
import _imports_0 from "../../../assets/images/sys_load_more.js";
|
|
3
3
|
import { getSysRsPage } from "../../../../hooks/useAttachement.js";
|
|
4
4
|
const _hoisted_1 = { class: "list-item-grid" };
|
|
5
|
-
const _hoisted_2 = /* @__PURE__ */ createElementVNode("img", { src: _imports_0 }, null, -1);
|
|
6
5
|
const _sfc_main = defineComponent({
|
|
7
6
|
__name: "SubList",
|
|
8
7
|
props: {
|
|
@@ -55,10 +54,10 @@ const _sfc_main = defineComponent({
|
|
|
55
54
|
key: 0,
|
|
56
55
|
class: "item-load-more",
|
|
57
56
|
onClick: loadMore
|
|
58
|
-
}, [
|
|
59
|
-
|
|
57
|
+
}, _cache[0] || (_cache[0] = [
|
|
58
|
+
createElementVNode("img", { src: _imports_0 }, null, -1),
|
|
60
59
|
createTextVNode(" \u70B9\u51FB\u52A0\u8F7D\u66F4\u591A ")
|
|
61
|
-
])) : createCommentVNode("v-if", true)
|
|
60
|
+
]))) : createCommentVNode("v-if", true)
|
|
62
61
|
])
|
|
63
62
|
], 2112);
|
|
64
63
|
};
|
|
@@ -8,7 +8,6 @@ const _hoisted_1 = {
|
|
|
8
8
|
class: "scen-module"
|
|
9
9
|
};
|
|
10
10
|
const _hoisted_2 = { class: "title" };
|
|
11
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", { class: "line" }, null, -1);
|
|
12
11
|
const _sfc_main = defineComponent({
|
|
13
12
|
__name: "index",
|
|
14
13
|
emits: ["confirm"],
|
|
@@ -80,7 +79,7 @@ const _sfc_main = defineComponent({
|
|
|
80
79
|
}, [
|
|
81
80
|
sceniro.data && sceniro.data.length > 0 ? withDirectives((openBlock(), createElementBlock("div", _hoisted_1, [
|
|
82
81
|
createElementVNode("div", _hoisted_2, [
|
|
83
|
-
|
|
82
|
+
_cache[0] || (_cache[0] = createElementVNode("div", { class: "line" }, null, -1)),
|
|
84
83
|
createTextVNode(" " + toDisplayString(sceniro.scenario_name), 1)
|
|
85
84
|
]),
|
|
86
85
|
createCommentVNode(" \u5185\u7F6E\u7D20\u6750 - \u573A\u666F\u5217\u8868 "),
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function getAccountList(BASE_API: string, id: number, query: any): import("axios").
|
|
2
|
-
export declare function getSysRsClassifyList(BASE_API: string, sys_tag: number): import("axios").
|
|
1
|
+
export declare function getAccountList(BASE_API: string, id: number, query: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
2
|
+
export declare function getSysRsClassifyList(BASE_API: string, sys_tag: number): Promise<import("axios").AxiosResponse<any, any>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare function useResourceSelect(props: any): {
|
|
2
|
-
selected: import("vue").Ref<any[]>;
|
|
2
|
+
selected: import("vue").Ref<any[], any[]>;
|
|
3
3
|
selectedKeys: import("vue").ComputedRef<any[]>;
|
|
4
4
|
disableSelect: import("vue").ComputedRef<any>;
|
|
5
5
|
handleSelect: (params: any) => void;
|
|
@@ -14,7 +14,7 @@ export declare type TabListType = {
|
|
|
14
14
|
};
|
|
15
15
|
export declare type TabKeyType = keyof typeof TAB_DICT;
|
|
16
16
|
export default function useTabFilter(props: any): {
|
|
17
|
-
activeKey: import("vue").Ref<string | number | symbol>;
|
|
17
|
+
activeKey: import("vue").Ref<string | number | symbol, string | number | symbol>;
|
|
18
18
|
activeComponent: import("vue").ComputedRef<any>;
|
|
19
19
|
tabKeyList: import("vue").ComputedRef<TabListType[]>;
|
|
20
20
|
handelChangeTab: (tabKey: TabEnum) => void;
|