@cmstops/pro-compo 0.3.77 → 0.3.79
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 +7 -0
- package/dist/index.min.css +1 -1
- 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/index.css +7 -0
- 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/component.js +47 -35
- package/es/videoThumb/scripts/api.d.ts +1 -1
- package/es/videoThumb/scripts/useVideoThumbs.d.ts +4 -3
- package/es/videoThumb/scripts/useVideoThumbs.js +1 -0
- package/es/videoThumb/style/index.css +7 -0
- package/es/videoThumb/style/index.less +8 -0
- 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/index.css +7 -0
- 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/lib/videoThumb/component.js +46 -34
- package/lib/videoThumb/scripts/useVideoThumbs.js +1 -0
- package/lib/videoThumb/style/index.css +7 -0
- package/lib/videoThumb/style/index.less +8 -0
- package/package.json +1 -1
package/es/hooks/useUpload.d.ts
CHANGED
|
@@ -8,14 +8,14 @@ export declare type TypeAddMediaParam = {
|
|
|
8
8
|
size: number;
|
|
9
9
|
};
|
|
10
10
|
export declare function getSize(value: number): string;
|
|
11
|
-
export declare function addMedia(BASE_API: string, params: TypeAddMediaParam): import("axios").
|
|
12
|
-
export declare function getMediaDetails(BASE_API: string, repoId: number, id: number): import("axios").
|
|
13
|
-
export declare function reTranscodeMedia(BASE_API: string, media_id: number): import("axios").
|
|
11
|
+
export declare function addMedia(BASE_API: string, params: TypeAddMediaParam): Promise<import("axios").AxiosResponse<any, any>>;
|
|
12
|
+
export declare function getMediaDetails(BASE_API: string, repoId: number, id: number): Promise<import("axios").AxiosResponse<any, any>>;
|
|
13
|
+
export declare function reTranscodeMedia(BASE_API: string, media_id: number): Promise<import("axios").AxiosResponse<any, any>>;
|
|
14
14
|
declare type UploadOptions = {
|
|
15
15
|
noAddMedia: boolean;
|
|
16
16
|
};
|
|
17
17
|
export default function useUpload(options?: UploadOptions): {
|
|
18
|
-
list: import("vue").Ref<any[]>;
|
|
18
|
+
list: import("vue").Ref<any[], any[]>;
|
|
19
19
|
uploadFile: (BASE_API: string, file: any, dir: number | undefined, repoId: number, callback?: CallbackFunc | undefined) => void;
|
|
20
20
|
reTranscode: (BASE_API: string, file: any) => Promise<boolean>;
|
|
21
21
|
transcodingFile: (BASE_API: string, file: any, repoId: number) => void;
|
|
@@ -23,7 +23,7 @@ export default function useUpload(options?: UploadOptions): {
|
|
|
23
23
|
removeRecord: (file: any) => void;
|
|
24
24
|
};
|
|
25
25
|
export declare function useUploadConfig(): {
|
|
26
|
-
config: import("vue").Ref<any>;
|
|
26
|
+
config: import("vue").Ref<any, any>;
|
|
27
27
|
checkFileSizeOutLimit: (file: File, callback: (msg: string) => void) => boolean;
|
|
28
28
|
initUploadConfig: (BASE_API: string, domainId: number) => Promise<void>;
|
|
29
29
|
};
|
package/es/hooks/user.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
interface Params {
|
|
2
2
|
[key: string]: any;
|
|
3
3
|
}
|
|
4
|
-
export declare function getChannels(BASE_API: string, params?: Params): import("axios").
|
|
4
|
+
export declare function getChannels(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
5
5
|
declare const useLoadUserInfo: (BASE_API: string) => {
|
|
6
|
-
userInfo: import("vue").Ref<any>;
|
|
6
|
+
userInfo: import("vue").Ref<any, any>;
|
|
7
7
|
getUserInfoHandle: () => Promise<void>;
|
|
8
8
|
};
|
|
9
9
|
export default useLoadUserInfo;
|
|
@@ -414,9 +414,9 @@ const _sfc_main = defineComponent({
|
|
|
414
414
|
size: "medium",
|
|
415
415
|
onClick: cancelDialog
|
|
416
416
|
}, {
|
|
417
|
-
default: withCtx(() => [
|
|
417
|
+
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
418
418
|
createTextVNode("\u53D6\u6D88")
|
|
419
|
-
]),
|
|
419
|
+
])),
|
|
420
420
|
_: 1
|
|
421
421
|
}),
|
|
422
422
|
withDirectives(createVNode(unref(Button), {
|
|
@@ -425,9 +425,9 @@ const _sfc_main = defineComponent({
|
|
|
425
425
|
loading: saveLoading.value,
|
|
426
426
|
onClick: save
|
|
427
427
|
}, {
|
|
428
|
-
default: withCtx(() => [
|
|
428
|
+
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
429
429
|
createTextVNode("\u88C1\u526A")
|
|
430
|
-
]),
|
|
430
|
+
])),
|
|
431
431
|
_: 1
|
|
432
432
|
}, 8, ["loading"]), [
|
|
433
433
|
[vShow, !croppering.value]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getFileRealUrl(BASE_API: string, url: string): import("axios").
|
|
1
|
+
export declare function getFileRealUrl(BASE_API: string, url: string): Promise<import("axios").AxiosResponse<any, any>>;
|
package/es/index.css
CHANGED
|
@@ -4980,3 +4980,10 @@
|
|
|
4980
4980
|
.video-thumb .video-thumb-list .video-thumb-list-drager:hover {
|
|
4981
4981
|
transform: scale(1.05);
|
|
4982
4982
|
}
|
|
4983
|
+
.video-thumb-loading {
|
|
4984
|
+
display: flex;
|
|
4985
|
+
align-items: center;
|
|
4986
|
+
justify-content: center;
|
|
4987
|
+
width: 100%;
|
|
4988
|
+
height: 100%;
|
|
4989
|
+
}
|
|
@@ -182,7 +182,7 @@ const _sfc_main = defineComponent({
|
|
|
182
182
|
createVNode(unref(IconRefresh))
|
|
183
183
|
]),
|
|
184
184
|
default: withCtx(() => [
|
|
185
|
-
createTextVNode(" \u91CD\u7F6E ")
|
|
185
|
+
_cache[3] || (_cache[3] = createTextVNode(" \u91CD\u7F6E "))
|
|
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
|
-
createTextVNode(" \u66F4\u591A\u7B5B\u9009 "),
|
|
149
|
+
_cache[0] || (_cache[0] = createTextVNode(" \u66F4\u591A\u7B5B\u9009 ")),
|
|
150
150
|
createVNode(unref(IconCaretDown))
|
|
151
151
|
])
|
|
152
152
|
]),
|
|
@@ -9,10 +9,6 @@ const _hoisted_5 = {
|
|
|
9
9
|
key: 2,
|
|
10
10
|
class: "other"
|
|
11
11
|
};
|
|
12
|
-
const _hoisted_6 = /* @__PURE__ */ createElementVNode("span", { class: "text" }, "\u6682\u4E0D\u652F\u6301\u8BE5\u7C7B\u578B\u6587\u4EF6\u9884\u89C8", -1);
|
|
13
|
-
const _hoisted_7 = [
|
|
14
|
-
_hoisted_6
|
|
15
|
-
];
|
|
16
12
|
const _sfc_main = defineComponent({
|
|
17
13
|
...{ name: "mediaView" },
|
|
18
14
|
__name: "component",
|
|
@@ -53,7 +49,9 @@ const _sfc_main = defineComponent({
|
|
|
53
49
|
class: "audio",
|
|
54
50
|
controls: "",
|
|
55
51
|
src: _ctx.url
|
|
56
|
-
}, null, 8, _hoisted_4)) : (openBlock(), createElementBlock("div", _hoisted_5,
|
|
52
|
+
}, null, 8, _hoisted_4)) : (openBlock(), createElementBlock("div", _hoisted_5, _cache[0] || (_cache[0] = [
|
|
53
|
+
createElementVNode("span", { class: "text" }, "\u6682\u4E0D\u652F\u6301\u8BE5\u7C7B\u578B\u6587\u4EF6\u9884\u89C8", -1)
|
|
54
|
+
])))
|
|
57
55
|
])
|
|
58
56
|
], 512), [
|
|
59
57
|
[vShow, _ctx.type !== "image"]
|
|
@@ -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(() => [
|
|
100
|
+
title: withCtx(() => _cache[2] || (_cache[2] = [
|
|
101
101
|
createTextVNode("\u6D88\u606F")
|
|
102
|
-
]),
|
|
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): import("axios").
|
|
5
|
-
export declare function setAllMsgRead(BASE_API: string, params?: Params): import("axios").
|
|
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 {};
|
|
@@ -24,8 +24,7 @@ const _hoisted_16 = {
|
|
|
24
24
|
key: 0,
|
|
25
25
|
class: "temp-view"
|
|
26
26
|
};
|
|
27
|
-
const _hoisted_17 =
|
|
28
|
-
const _hoisted_18 = { class: "select-ul" };
|
|
27
|
+
const _hoisted_17 = { class: "select-ul" };
|
|
29
28
|
const _sfc_main = defineComponent({
|
|
30
29
|
...{ name: "previousVersion" },
|
|
31
30
|
__name: "component",
|
|
@@ -347,8 +346,8 @@ const _sfc_main = defineComponent({
|
|
|
347
346
|
])
|
|
348
347
|
]),
|
|
349
348
|
selectList.length > 0 ? (openBlock(), createElementBlock("section", _hoisted_16, [
|
|
350
|
-
|
|
351
|
-
createElementVNode("div",
|
|
349
|
+
_cache[1] || (_cache[1] = createElementVNode("div", { class: "title" }, "\u5DF2\u9009\u62E9\uFF1A", -1)),
|
|
350
|
+
createElementVNode("div", _hoisted_17, [
|
|
352
351
|
(openBlock(true), createElementBlock(Fragment, null, renderList(selectList, (select) => {
|
|
353
352
|
return openBlock(), createElementBlock("div", {
|
|
354
353
|
key: select.list_id,
|
|
@@ -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): import("axios").
|
|
7
|
-
export declare function getCategorylists(BASE_API: string, repository_id: string, channel_id: string): Promise<import("axios").AxiosResponse<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>>;
|
|
14
|
-
export declare function submitTo(BASE_API: string, data: Params): import("axios").
|
|
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 {};
|
|
@@ -19,25 +19,18 @@ const _hoisted_8 = { class: "folder-more-wrap" };
|
|
|
19
19
|
const _hoisted_9 = { class: "file-list clearfix" };
|
|
20
20
|
const _hoisted_10 = ["onClick"];
|
|
21
21
|
const _hoisted_11 = { class: "menu-wrap" };
|
|
22
|
-
const _hoisted_12 =
|
|
23
|
-
/* @__PURE__ */ createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
|
|
24
|
-
], -1);
|
|
25
|
-
const _hoisted_13 = {
|
|
22
|
+
const _hoisted_12 = {
|
|
26
23
|
key: 1,
|
|
27
24
|
class: "load_more_title"
|
|
28
25
|
};
|
|
29
|
-
const
|
|
26
|
+
const _hoisted_13 = {
|
|
30
27
|
key: 1,
|
|
31
28
|
class: "nomore_tips"
|
|
32
29
|
};
|
|
33
|
-
const
|
|
30
|
+
const _hoisted_14 = {
|
|
34
31
|
key: 2,
|
|
35
32
|
class: "null-file"
|
|
36
33
|
};
|
|
37
|
-
const _hoisted_16 = /* @__PURE__ */ createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1);
|
|
38
|
-
const _hoisted_17 = [
|
|
39
|
-
_hoisted_16
|
|
40
|
-
];
|
|
41
34
|
const _sfc_main = defineComponent({
|
|
42
35
|
...{ name: "resourceGridList" },
|
|
43
36
|
__name: "component",
|
|
@@ -206,16 +199,18 @@ const _sfc_main = defineComponent({
|
|
|
206
199
|
effect: "dark",
|
|
207
200
|
placement: "bottom"
|
|
208
201
|
}, {
|
|
209
|
-
default: withCtx(() => [
|
|
210
|
-
|
|
211
|
-
|
|
202
|
+
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
203
|
+
createElementVNode("div", { class: "transcoding-in-progress grid-mode" }, [
|
|
204
|
+
createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
|
|
205
|
+
], -1)
|
|
206
|
+
])),
|
|
212
207
|
_: 1
|
|
213
208
|
})) : createCommentVNode("v-if", true)
|
|
214
209
|
], 10, _hoisted_10)
|
|
215
210
|
]);
|
|
216
211
|
}), 128))
|
|
217
212
|
]),
|
|
218
|
-
_ctx.fileListCount ? (openBlock(), createElementBlock("div",
|
|
213
|
+
_ctx.fileListCount ? (openBlock(), createElementBlock("div", _hoisted_12, [
|
|
219
214
|
!_ctx.isOver ? (openBlock(), createBlock(unref(Button), {
|
|
220
215
|
key: 0,
|
|
221
216
|
class: "loadmore_tips",
|
|
@@ -223,13 +218,15 @@ const _sfc_main = defineComponent({
|
|
|
223
218
|
type: "text",
|
|
224
219
|
onClick: _loadFileMore
|
|
225
220
|
}, {
|
|
226
|
-
default: withCtx(() => [
|
|
221
|
+
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
227
222
|
createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ")
|
|
228
|
-
]),
|
|
223
|
+
])),
|
|
229
224
|
_: 1
|
|
230
|
-
})) : (openBlock(), createElementBlock("div",
|
|
225
|
+
})) : (openBlock(), createElementBlock("div", _hoisted_13, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
|
|
231
226
|
])) : createCommentVNode("v-if", true),
|
|
232
|
-
!((_d = _ctx.fileList) == null ? void 0 : _d.length) && !((_e = _ctx.folderList) == null ? void 0 : _e.length) ? (openBlock(), createElementBlock("div",
|
|
227
|
+
!((_d = _ctx.fileList) == null ? void 0 : _d.length) && !((_e = _ctx.folderList) == null ? void 0 : _e.length) ? (openBlock(), createElementBlock("div", _hoisted_14, _cache[3] || (_cache[3] = [
|
|
228
|
+
createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1)
|
|
229
|
+
]))) : createCommentVNode("v-if", true)
|
|
233
230
|
])
|
|
234
231
|
];
|
|
235
232
|
}),
|
|
@@ -59,9 +59,9 @@ const _sfc_main = defineComponent({
|
|
|
59
59
|
onOk: handleOk,
|
|
60
60
|
onCancel: handleCancel
|
|
61
61
|
}, {
|
|
62
|
-
title: withCtx(() => [
|
|
62
|
+
title: withCtx(() => _cache[1] || (_cache[1] = [
|
|
63
63
|
createTextVNode("\u9009\u62E9\u7D20\u6750\u6765\u6E90")
|
|
64
|
-
]),
|
|
64
|
+
])),
|
|
65
65
|
default: withCtx(() => [
|
|
66
66
|
createVNode(_sfc_main$1, {
|
|
67
67
|
"selected-max": selectedMax.value,
|
|
@@ -10,15 +10,6 @@ const _hoisted_5 = {
|
|
|
10
10
|
key: 2,
|
|
11
11
|
class: "other"
|
|
12
12
|
};
|
|
13
|
-
const _hoisted_6 = /* @__PURE__ */ createElementVNode("img", {
|
|
14
|
-
src: _imports_0,
|
|
15
|
-
alt: ""
|
|
16
|
-
}, null, -1);
|
|
17
|
-
const _hoisted_7 = /* @__PURE__ */ createElementVNode("span", { class: "text" }, "\u6682\u4E0D\u652F\u6301\u8BE5\u7C7B\u578B\u6587\u4EF6\u9884\u89C8", -1);
|
|
18
|
-
const _hoisted_8 = [
|
|
19
|
-
_hoisted_6,
|
|
20
|
-
_hoisted_7
|
|
21
|
-
];
|
|
22
13
|
const _sfc_main = defineComponent({
|
|
23
14
|
__name: "index",
|
|
24
15
|
props: {
|
|
@@ -58,7 +49,13 @@ const _sfc_main = defineComponent({
|
|
|
58
49
|
class: "audio",
|
|
59
50
|
controls: "",
|
|
60
51
|
src: _ctx.url
|
|
61
|
-
}, null, 8, _hoisted_4)) : (openBlock(), createElementBlock("div", _hoisted_5,
|
|
52
|
+
}, null, 8, _hoisted_4)) : (openBlock(), createElementBlock("div", _hoisted_5, _cache[0] || (_cache[0] = [
|
|
53
|
+
createElementVNode("img", {
|
|
54
|
+
src: _imports_0,
|
|
55
|
+
alt: ""
|
|
56
|
+
}, null, -1),
|
|
57
|
+
createElementVNode("span", { class: "text" }, "\u6682\u4E0D\u652F\u6301\u8BE5\u7C7B\u578B\u6587\u4EF6\u9884\u89C8", -1)
|
|
58
|
+
])))
|
|
62
59
|
])
|
|
63
60
|
], 512), [
|
|
64
61
|
[vShow, _ctx.type !== "image"]
|
|
@@ -2,19 +2,14 @@ import { defineComponent, ref, openBlock, createElementBlock, createVNode, unref
|
|
|
2
2
|
import { Scrollbar } from "@arco-design/web-vue";
|
|
3
3
|
import _sfc_main$1 from "../MainContent/FileTypeThumb/index.js";
|
|
4
4
|
const _hoisted_1 = { class: "doc-ai-media-selected" };
|
|
5
|
-
const _hoisted_2 =
|
|
6
|
-
const _hoisted_3 = { class: "thumb-
|
|
7
|
-
const _hoisted_4 = {
|
|
8
|
-
const _hoisted_5 = {
|
|
5
|
+
const _hoisted_2 = { class: "thumb-list" };
|
|
6
|
+
const _hoisted_3 = { class: "thumb-item" };
|
|
7
|
+
const _hoisted_4 = {
|
|
9
8
|
key: 0,
|
|
10
9
|
class: "gif_covers"
|
|
11
10
|
};
|
|
12
|
-
const
|
|
13
|
-
|
|
14
|
-
style: { "margin-top": "0px" }
|
|
15
|
-
}, "\u5C01\u9762\u52A8\u56FE", -1);
|
|
16
|
-
const _hoisted_7 = { class: "thumb-list" };
|
|
17
|
-
const _hoisted_8 = { class: "thumb-item" };
|
|
11
|
+
const _hoisted_5 = { class: "thumb-list" };
|
|
12
|
+
const _hoisted_6 = { class: "thumb-item" };
|
|
18
13
|
const _sfc_main = defineComponent({
|
|
19
14
|
__name: "index",
|
|
20
15
|
props: {
|
|
@@ -37,14 +32,14 @@ const _sfc_main = defineComponent({
|
|
|
37
32
|
default: withCtx(() => {
|
|
38
33
|
var _a;
|
|
39
34
|
return [
|
|
40
|
-
|
|
41
|
-
createElementVNode("div",
|
|
35
|
+
_cache[1] || (_cache[1] = createElementVNode("div", { class: "thumb_type" }, "\u5C01\u9762\u56FE", -1)),
|
|
36
|
+
createElementVNode("div", _hoisted_2, [
|
|
42
37
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.ai_static_covers, (item) => {
|
|
43
38
|
return openBlock(), createElementBlock("div", {
|
|
44
39
|
key: item,
|
|
45
40
|
class: "thumb-wrap"
|
|
46
41
|
}, [
|
|
47
|
-
createElementVNode("div",
|
|
42
|
+
createElementVNode("div", _hoisted_3, [
|
|
48
43
|
createElementVNode("div", {
|
|
49
44
|
class: normalizeClass(["pic", { active: selectedUrl.value.includes(item) }])
|
|
50
45
|
}, [
|
|
@@ -64,15 +59,18 @@ const _sfc_main = defineComponent({
|
|
|
64
59
|
]);
|
|
65
60
|
}), 128))
|
|
66
61
|
]),
|
|
67
|
-
((_a = _ctx.ai_gif_covers) == null ? void 0 : _a.length) ? (openBlock(), createElementBlock("div",
|
|
68
|
-
|
|
69
|
-
|
|
62
|
+
((_a = _ctx.ai_gif_covers) == null ? void 0 : _a.length) ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
63
|
+
_cache[0] || (_cache[0] = createElementVNode("div", {
|
|
64
|
+
class: "thumb_type",
|
|
65
|
+
style: { "margin-top": "0px" }
|
|
66
|
+
}, "\u5C01\u9762\u52A8\u56FE", -1)),
|
|
67
|
+
createElementVNode("div", _hoisted_5, [
|
|
70
68
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.ai_gif_covers, (item) => {
|
|
71
69
|
return openBlock(), createElementBlock("div", {
|
|
72
70
|
key: item,
|
|
73
71
|
class: "thumb-wrap"
|
|
74
72
|
}, [
|
|
75
|
-
createElementVNode("div",
|
|
73
|
+
createElementVNode("div", _hoisted_6, [
|
|
76
74
|
createElementVNode("div", {
|
|
77
75
|
class: normalizeClass(["pic", { active: selectedUrl.value.includes(item) }])
|
|
78
76
|
}, [
|
|
@@ -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 {};
|