yg-yygl 0.0.1 → 0.0.2
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/api/account/index.d.ts +4 -4
- package/dist/api/app-menu/index.d.ts +12 -29
- package/dist/api/app-menu/menu.d.ts +7 -7
- package/dist/api/cache/index.d.ts +6 -6
- package/dist/api/codegen/template-file.d.ts +9 -9
- package/dist/api/codegen/template-group.d.ts +10 -10
- package/dist/api/column-manager/index.d.ts +10 -10
- package/dist/api/data-connect/index.d.ts +5 -5
- package/dist/api/data-interface/index.d.ts +21 -21
- package/dist/api/data-modeling/index.d.ts +6 -6
- package/dist/api/department/index.d.ts +19 -19
- package/dist/api/dic/index.d.ts +38 -38
- package/dist/api/example/index.d.ts +5 -5
- package/dist/api/file-config/index.d.ts +8 -12
- package/dist/api/file-info/index.d.ts +6 -6
- package/dist/api/icon/index.d.ts +2 -2
- package/dist/api/index.d.ts +3 -3
- package/dist/api/interface-oauth/index.d.ts +2 -2
- package/dist/api/login/index.d.ts +4 -4
- package/dist/api/menu/index.d.ts +8 -8
- package/dist/api/msg/index.d.ts +2 -2
- package/dist/api/notice/index.d.ts +4 -4
- package/dist/api/personal-center/index.d.ts +3 -3
- package/dist/api/post/index.d.ts +13 -13
- package/dist/api/preference/index.d.ts +1 -1
- package/dist/api/quartz/index.d.ts +10 -10
- package/dist/api/role/index.d.ts +14 -14
- package/dist/api/seal/demo.d.ts +4 -4
- package/dist/api/sensitiveword/index.d.ts +13 -13
- package/dist/api/server-monitor/index.d.ts +1 -1
- package/dist/api/sms/index.d.ts +1 -1
- package/dist/api/sys/menu.d.ts +3 -3
- package/dist/api/sys-config/index.d.ts +5 -5
- package/dist/api/template-config/index.d.ts +9 -9
- package/dist/api/tenant/index.d.ts +1 -1
- package/dist/api/user/index.d.ts +3 -3
- package/dist/components/avatar-cropper/src/avatar-cropper.d.vue.ts +5 -5
- package/dist/components/avatar-cropper/src/avatar-cropper.vue.d.ts +5 -5
- package/dist/components/custom-tags/src/gender-tag.d.vue.ts +1 -1
- package/dist/components/custom-tags/src/gender-tag.vue.d.ts +1 -1
- package/dist/components/custom-tags/src/status-tag.d.vue.ts +2 -2
- package/dist/components/custom-tags/src/status-tag.vue.d.ts +2 -2
- package/dist/components/custom-tags/src/tag.d.vue.ts +1 -1
- package/dist/components/custom-tags/src/tag.vue.d.ts +1 -1
- package/dist/components/gender-tag.d.vue.ts +1 -1
- package/dist/components/gender-tag.vue.d.ts +1 -1
- package/dist/components/import-file/src/import-file.d.vue.ts +4 -4
- package/dist/components/import-file/src/import-file.vue.d.ts +4 -4
- package/dist/components/seal/seal-designer.d.vue.ts +2 -2
- package/dist/components/seal/seal-designer.vue.d.ts +2 -2
- package/dist/components/seal/seal-selector.d.vue.ts +4 -4
- package/dist/components/seal/seal-selector.vue.d.ts +4 -4
- package/dist/components/upload-img/src/upload-img.d.vue.ts +7 -7
- package/dist/components/upload-img/src/upload-img.vue.d.ts +7 -7
- package/dist/components/upload-img-new/src/upload-img-new.d.vue.ts +12 -12
- package/dist/components/upload-img-new/src/upload-img-new.vue.d.ts +12 -12
- package/dist/components/user-form.d.vue.ts +1 -1
- package/dist/components/user-form.vue.d.ts +1 -1
- package/dist/store/auth.d.ts +1 -33
- package/dist/store/dict.d.ts +1 -25
- package/dist/store/websocket.d.ts +1 -108
- package/dist/views/codegen/generate/components/preview-modal.d.vue.ts +2 -2
- package/dist/views/codegen/generate/components/preview-modal.vue.d.ts +2 -2
- package/dist/views/data/data-modeling/components/common-field/common-fields.d.vue.ts +1 -1
- package/dist/views/data/data-modeling/components/common-field/common-fields.vue.d.ts +1 -1
- package/dist/views/data/data-modeling/components/data-modeling-form-one.d.vue.ts +1 -1
- package/dist/views/data/data-modeling/components/data-modeling-form-one.vue.d.ts +1 -1
- package/dist/views/data/data-modeling/components/data-modeling-form-two.d.vue.ts +1 -1
- package/dist/views/data/data-modeling/components/data-modeling-form-two.vue.d.ts +1 -1
- package/dist/views/demo-case/message/index.d.vue.ts +1 -1
- package/dist/views/demo-case/message/index.vue.d.ts +1 -1
- package/dist/views/file/file-list/components/FileUploadDialog.d.vue.ts +2 -2
- package/dist/views/file/file-list/components/FileUploadDialog.vue.d.ts +2 -2
- package/dist/views/file/file-list/components/ImagePreview.d.vue.ts +1 -1
- package/dist/views/file/file-list/components/ImagePreview.vue.d.ts +1 -1
- package/dist/views/sys/account/components/account-form.d.vue.ts +1 -1
- package/dist/views/sys/account/components/account-form.vue.d.ts +1 -1
- package/dist/views/sys/app-menu/menu/components/label-selector.d.vue.ts +2 -2
- package/dist/views/sys/app-menu/menu/components/label-selector.vue.d.ts +2 -2
- package/dist/views/sys/data-interface/components/field-edit-dialog.d.vue.ts +1 -1
- package/dist/views/sys/data-interface/components/field-edit-dialog.vue.d.ts +1 -1
- package/dist/views/sys/data-interface/components/param-edit-dialog.d.vue.ts +1 -1
- package/dist/views/sys/data-interface/components/param-edit-dialog.vue.d.ts +1 -1
- package/dist/views/sys/mail/mail-account/components/mail-account-form.d.vue.ts +1 -1
- package/dist/views/sys/mail/mail-account/components/mail-account-form.vue.d.ts +1 -1
- package/dist/views/sys/mail/mail-blacklist/components/mail-blacklist-form.d.vue.ts +1 -1
- package/dist/views/sys/mail/mail-blacklist/components/mail-blacklist-form.vue.d.ts +1 -1
- package/dist/views/sys/mail/mail-rate-limit/components/rate-limit-form.d.vue.ts +1 -1
- package/dist/views/sys/mail/mail-rate-limit/components/rate-limit-form.vue.d.ts +1 -1
- package/dist/views/sys/mail/mail-template/components/mail-template-form.d.vue.ts +1 -1
- package/dist/views/sys/mail/mail-template/components/mail-template-form.vue.d.ts +1 -1
- package/dist/views/sys/mail/mail-whitelist/components/mail-whitelist-form.d.vue.ts +1 -1
- package/dist/views/sys/mail/mail-whitelist/components/mail-whitelist-form.vue.d.ts +1 -1
- package/dist/views/sys/menu/components/label-selector.d.vue.ts +2 -2
- package/dist/views/sys/menu/components/label-selector.vue.d.ts +2 -2
- package/dist/views/sys/msg/components/msg-receive-status.d.vue.ts +1 -1
- package/dist/views/sys/msg/components/msg-receive-status.vue.d.ts +1 -1
- package/dist/views/sys/seal/seal-manage/components/seal-form.d.vue.ts +3 -3
- package/dist/views/sys/seal/seal-manage/components/seal-form.vue.d.ts +3 -3
- package/dist/views/sys/seal/signature/components/signature-editor.d.vue.ts +1 -1
- package/dist/views/sys/seal/signature/components/signature-editor.vue.d.ts +1 -1
- package/dist/views/sys/seal/signature/components/signature-form.d.vue.ts +1 -1
- package/dist/views/sys/seal/signature/components/signature-form.vue.d.ts +1 -1
- package/dist/views/sys/sms/sms-blacklist/components/sms-blacklist-form.d.vue.ts +1 -1
- package/dist/views/sys/sms/sms-blacklist/components/sms-blacklist-form.vue.d.ts +1 -1
- package/dist/views/sys/sms/sms-channel/components/sms-channel-form.d.vue.ts +1 -1
- package/dist/views/sys/sms/sms-channel/components/sms-channel-form.vue.d.ts +1 -1
- package/dist/views/sys/sms/sms-rate-limit-config/components/sms-rate-limit-config-form.d.vue.ts +1 -1
- package/dist/views/sys/sms/sms-rate-limit-config/components/sms-rate-limit-config-form.vue.d.ts +1 -1
- package/dist/views/sys/sms/sms-template/components/sms-template-form.d.vue.ts +1 -1
- package/dist/views/sys/sms/sms-template/components/sms-template-form.vue.d.ts +1 -1
- package/dist/views/sys/sms/sms-whitelist/components/sms-whitelist-form.d.vue.ts +1 -1
- package/dist/views/sys/sms/sms-whitelist/components/sms-whitelist-form.vue.d.ts +1 -1
- package/dist/views/sys/sys-config/mobile-config/components/import-file.d.vue.ts +3 -3
- package/dist/views/sys/sys-config/mobile-config/components/import-file.vue.d.ts +3 -3
- package/dist/views/sys/sys-config/mobile-config/index.d.vue.ts +1 -1
- package/dist/views/sys/sys-config/mobile-config/index.vue.d.ts +1 -1
- package/dist/views/sys/user/components/user-form.d.vue.ts +1 -1
- package/dist/views/sys/user/components/user-form.vue.d.ts +1 -1
- package/package.json +1 -1
- package/dist/views/login/components/login-form.d.vue.ts +0 -7
- package/dist/views/login/components/login-form.vue +0 -666
- package/dist/views/login/components/login-form.vue.d.ts +0 -7
- package/dist/views/login/components/security-code.d.vue.ts +0 -10
- package/dist/views/login/components/security-code.vue +0 -71
- package/dist/views/login/components/security-code.vue.d.ts +0 -10
- package/dist/views/login/components/update-password.d.vue.ts +0 -5
- package/dist/views/login/components/update-password.vue +0 -182
- package/dist/views/login/components/update-password.vue.d.ts +0 -5
- package/dist/views/login/index.d.vue.ts +0 -2
- package/dist/views/login/index.vue +0 -289
- package/dist/views/login/index.vue.d.ts +0 -2
- package/dist/views/login/sso/index.d.vue.ts +0 -2
- package/dist/views/login/sso/index.vue +0 -60
- package/dist/views/login/sso/index.vue.d.ts +0 -2
- package/src/views/login/components/login-form.vue +0 -666
- package/src/views/login/components/security-code.vue +0 -71
- package/src/views/login/components/update-password.vue +0 -182
- package/src/views/login/index.vue +0 -289
- package/src/views/login/sso/index.vue +0 -60
|
@@ -17,7 +17,7 @@ export declare function queryAccountList(params: AccountQueryParams): Promise<Ac
|
|
|
17
17
|
* @param params 查询参数
|
|
18
18
|
* @returns 账号列表
|
|
19
19
|
*/
|
|
20
|
-
export declare function getAdminAccouts():
|
|
20
|
+
export declare function getAdminAccouts(): any;
|
|
21
21
|
/**
|
|
22
22
|
* 创建账号
|
|
23
23
|
* @param data 账号信息
|
|
@@ -27,7 +27,7 @@ export declare function createAccount(data: AccountCreateParams): Promise<string
|
|
|
27
27
|
export declare const cofigList: (params: {
|
|
28
28
|
configKey?: string;
|
|
29
29
|
configType?: string;
|
|
30
|
-
}) =>
|
|
30
|
+
}) => any;
|
|
31
31
|
/**
|
|
32
32
|
* 更新账号
|
|
33
33
|
* @param data 账号信息
|
|
@@ -102,13 +102,13 @@ export declare function exportAccountExcel(data: {
|
|
|
102
102
|
columns: string[];
|
|
103
103
|
fileName: string;
|
|
104
104
|
filter: Partial<AccountQueryParams>;
|
|
105
|
-
}, onProgress?: (progress: number) => void):
|
|
105
|
+
}, onProgress?: (progress: number) => void): any;
|
|
106
106
|
/**
|
|
107
107
|
* 导入账号Excel
|
|
108
108
|
* @param formData Excel文件的FormData
|
|
109
109
|
* @returns Promise
|
|
110
110
|
*/
|
|
111
|
-
export declare function importAccountExcel(formData: FormData):
|
|
111
|
+
export declare function importAccountExcel(formData: FormData): any;
|
|
112
112
|
/**
|
|
113
113
|
* 根据部门ID查询账号列表
|
|
114
114
|
* @param params 查询参数
|
|
@@ -3,75 +3,60 @@ import type { App, AppCreateParams, AppFilterParams, AppUpdateParams, Applicatio
|
|
|
3
3
|
* 创建应用
|
|
4
4
|
* @param data 应用创建参数
|
|
5
5
|
*/
|
|
6
|
-
export declare const createApp: (data: AppCreateParams) =>
|
|
6
|
+
export declare const createApp: (data: AppCreateParams) => any;
|
|
7
7
|
/**
|
|
8
8
|
* 更新应用
|
|
9
9
|
* @param data 应用更新参数
|
|
10
10
|
*/
|
|
11
|
-
export declare const updateApp: (data: AppUpdateParams) =>
|
|
11
|
+
export declare const updateApp: (data: AppUpdateParams) => any;
|
|
12
12
|
/**
|
|
13
13
|
* 删除应用
|
|
14
14
|
* @param id 应用ID
|
|
15
15
|
*/
|
|
16
|
-
export declare const deleteApp: (id?: string) =>
|
|
16
|
+
export declare const deleteApp: (id?: string) => any;
|
|
17
17
|
/**
|
|
18
18
|
* 切换应用状态(启用/停用)
|
|
19
19
|
* @param id 应用ID
|
|
20
20
|
* @param status 状态值 1-启用,0-停用
|
|
21
21
|
*/
|
|
22
|
-
export declare const toggleAppStatus: (status: number, id?: string) =>
|
|
22
|
+
export declare const toggleAppStatus: (status: number, id?: string) => any;
|
|
23
23
|
/**
|
|
24
24
|
* 分页查询应用列表
|
|
25
25
|
* @param params 查询参数
|
|
26
26
|
*/
|
|
27
|
-
export declare const getAppList: (params: AppFilterParams) =>
|
|
28
|
-
appCode: string;
|
|
29
|
-
appName: string;
|
|
30
|
-
createTime: string;
|
|
31
|
-
createUser: number;
|
|
32
|
-
delFlag: number;
|
|
33
|
-
description?: string;
|
|
34
|
-
icon: string;
|
|
35
|
-
id: number;
|
|
36
|
-
sort: number;
|
|
37
|
-
status: number;
|
|
38
|
-
tenantId: number;
|
|
39
|
-
updateTime?: string;
|
|
40
|
-
updateUser?: number;
|
|
41
|
-
url?: string;
|
|
42
|
-
}[]>;
|
|
27
|
+
export declare const getAppList: (params: AppFilterParams) => any;
|
|
43
28
|
/**
|
|
44
29
|
* 查询所有应用列表
|
|
45
30
|
* @param params 查询参数
|
|
46
31
|
*/
|
|
47
|
-
export declare const getAllAppList: (params: AppFilterParams) =>
|
|
32
|
+
export declare const getAllAppList: (params: AppFilterParams) => any;
|
|
48
33
|
/**
|
|
49
34
|
* 保存应用(创建或更新)
|
|
50
35
|
* @param data 应用数据
|
|
51
36
|
*/
|
|
52
|
-
export declare const saveApp: (data: Partial<App>) =>
|
|
37
|
+
export declare const saveApp: (data: Partial<App>) => any;
|
|
53
38
|
/**
|
|
54
39
|
* 校验应用名称(新增)
|
|
55
40
|
* @param appName 应用名称
|
|
56
41
|
*/
|
|
57
|
-
export declare const checkAppNameForCreate: (appName: string) =>
|
|
42
|
+
export declare const checkAppNameForCreate: (appName: string) => any;
|
|
58
43
|
/**
|
|
59
44
|
* 校验应用名称(更新)
|
|
60
45
|
* @param id 应用ID
|
|
61
46
|
* @param appName 应用名称
|
|
62
47
|
*/
|
|
63
|
-
export declare const checkAppNameForUpdate: (id: string, appName: string) =>
|
|
48
|
+
export declare const checkAppNameForUpdate: (id: string, appName: string) => any;
|
|
64
49
|
/**
|
|
65
50
|
* 校验应用编码(新增)
|
|
66
51
|
* @param appCode 应用编码
|
|
67
52
|
*/
|
|
68
|
-
export declare const checkAppCodeForCreate: (appCode: string) =>
|
|
53
|
+
export declare const checkAppCodeForCreate: (appCode: string) => any;
|
|
69
54
|
/**
|
|
70
55
|
* 校验应用编码(更新)
|
|
71
56
|
* @param id 应用ID
|
|
72
57
|
* @param appCode 应用编码
|
|
73
58
|
*/
|
|
74
|
-
export declare const checkAppCodeForUpdate: (id: string, appCode: string) =>
|
|
59
|
+
export declare const checkAppCodeForUpdate: (id: string, appCode: string) => any;
|
|
75
60
|
/**
|
|
76
61
|
* 导出应用列表
|
|
77
62
|
* @param data 导出参数
|
|
@@ -88,9 +73,7 @@ export declare const exportAppList: (data: {
|
|
|
88
73
|
* 生成应用认证密钥
|
|
89
74
|
* @returns 生成的认证密钥
|
|
90
75
|
*/
|
|
91
|
-
export declare const generateAuthSecret: () =>
|
|
92
|
-
data: string;
|
|
93
|
-
}>;
|
|
76
|
+
export declare const generateAuthSecret: () => any;
|
|
94
77
|
/**
|
|
95
78
|
* 获取应用扩展属性列表
|
|
96
79
|
*/
|
|
@@ -34,31 +34,31 @@ export declare const getAppMenuTreeExclude: (data: AppMenuFilterParams) => Promi
|
|
|
34
34
|
/**
|
|
35
35
|
* 查询菜单标签列表
|
|
36
36
|
*/
|
|
37
|
-
export declare const getAppMenuLabelList: (data?: AppMenuLabelQueryRequest) =>
|
|
37
|
+
export declare const getAppMenuLabelList: (data?: AppMenuLabelQueryRequest) => any;
|
|
38
38
|
/**
|
|
39
39
|
* 分页查询菜单标签列表
|
|
40
40
|
*/
|
|
41
|
-
export declare const getAppMenuLabelPage: (data: any) =>
|
|
41
|
+
export declare const getAppMenuLabelPage: (data: any) => any;
|
|
42
42
|
/**
|
|
43
43
|
* 创建菜单标签
|
|
44
44
|
*/
|
|
45
|
-
export declare const createAppMenuLabel: (data: AppMenuLabelCreateRequest) =>
|
|
45
|
+
export declare const createAppMenuLabel: (data: AppMenuLabelCreateRequest) => any;
|
|
46
46
|
/**
|
|
47
47
|
* 更新菜单标签
|
|
48
48
|
*/
|
|
49
|
-
export declare const updateAppMenuLabel: (data: AppMenuLabelUpdateRequest) =>
|
|
49
|
+
export declare const updateAppMenuLabel: (data: AppMenuLabelUpdateRequest) => any;
|
|
50
50
|
/**
|
|
51
51
|
* 删除菜单标签 (不需要applicationId,通过id精确定位)
|
|
52
52
|
*/
|
|
53
|
-
export declare const deleteAppMenuLabel: (id: string) =>
|
|
53
|
+
export declare const deleteAppMenuLabel: (id: string) => any;
|
|
54
54
|
/**
|
|
55
55
|
* 批量删除菜单标签 (不需要applicationId,通过ids精确定位)
|
|
56
56
|
*/
|
|
57
|
-
export declare const batchDeleteAppMenuLabel: (ids: string[]) =>
|
|
57
|
+
export declare const batchDeleteAppMenuLabel: (ids: string[]) => any;
|
|
58
58
|
/**
|
|
59
59
|
* 根据ID查询菜单标签详情 (不需要applicationId,通过id精确定位)
|
|
60
60
|
*/
|
|
61
|
-
export declare const getAppMenuLabelById: (id: number) =>
|
|
61
|
+
export declare const getAppMenuLabelById: (id: number) => any;
|
|
62
62
|
/**
|
|
63
63
|
* 查询菜单树结构
|
|
64
64
|
*/
|
|
@@ -41,9 +41,9 @@ export interface SystemEnvironment {
|
|
|
41
41
|
isMicroservice: boolean;
|
|
42
42
|
registryType?: string;
|
|
43
43
|
}
|
|
44
|
-
export declare const getCacheList: (params: CacheQueryParams) =>
|
|
45
|
-
export declare const getCacheDetail: (params: CacheDetailParams) =>
|
|
46
|
-
export declare const deleteCache: (params: CacheDeleteParams) =>
|
|
47
|
-
export declare const clearAllCache: (cacheType?: string, instanceId?: string) =>
|
|
48
|
-
export declare const getSystemEnvironment: () =>
|
|
49
|
-
export declare const getServiceInstances: () =>
|
|
44
|
+
export declare const getCacheList: (params: CacheQueryParams) => any;
|
|
45
|
+
export declare const getCacheDetail: (params: CacheDetailParams) => any;
|
|
46
|
+
export declare const deleteCache: (params: CacheDeleteParams) => any;
|
|
47
|
+
export declare const clearAllCache: (cacheType?: string, instanceId?: string) => any;
|
|
48
|
+
export declare const getSystemEnvironment: () => any;
|
|
49
|
+
export declare const getServiceInstances: () => any;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { TemplateFileQueryRequest, TemplateFileSaveRequest } from './types';
|
|
2
2
|
import type { PageParam } from '@udp/types';
|
|
3
3
|
/**
|
|
4
4
|
* 模板文件 API
|
|
@@ -7,33 +7,33 @@ export declare const templateFileApi: {
|
|
|
7
7
|
/**
|
|
8
8
|
* 分页查询文件
|
|
9
9
|
*/
|
|
10
|
-
getPage: (params: PageParam & TemplateFileQueryRequest) =>
|
|
10
|
+
getPage: (params: PageParam & TemplateFileQueryRequest) => any;
|
|
11
11
|
/**
|
|
12
12
|
* 根据分组获取启用的文件
|
|
13
13
|
*/
|
|
14
|
-
getEnabledByGroupId: (groupId: number) =>
|
|
14
|
+
getEnabledByGroupId: (groupId: number) => any;
|
|
15
15
|
/**
|
|
16
16
|
* 根据ID获取文件
|
|
17
17
|
*/
|
|
18
|
-
getById: (id: number) =>
|
|
18
|
+
getById: (id: number) => any;
|
|
19
19
|
/**
|
|
20
20
|
* 获取文件内容
|
|
21
21
|
*/
|
|
22
|
-
getContent: (id: number) =>
|
|
22
|
+
getContent: (id: number) => any;
|
|
23
23
|
/**
|
|
24
24
|
* 新增文件
|
|
25
25
|
*/
|
|
26
|
-
create: (data: TemplateFileSaveRequest) =>
|
|
26
|
+
create: (data: TemplateFileSaveRequest) => any;
|
|
27
27
|
/**
|
|
28
28
|
* 更新文件
|
|
29
29
|
*/
|
|
30
|
-
update: (id: number, data: TemplateFileSaveRequest) =>
|
|
30
|
+
update: (id: number, data: TemplateFileSaveRequest) => any;
|
|
31
31
|
/**
|
|
32
32
|
* 删除文件
|
|
33
33
|
*/
|
|
34
|
-
delete: (id: number) =>
|
|
34
|
+
delete: (id: number) => any;
|
|
35
35
|
/**
|
|
36
36
|
* 批量保存文件
|
|
37
37
|
*/
|
|
38
|
-
batchCreate: (data: TemplateFileSaveRequest[]) =>
|
|
38
|
+
batchCreate: (data: TemplateFileSaveRequest[]) => any;
|
|
39
39
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { TemplateGroupQueryRequest, TemplateGroupSaveRequest } from './types';
|
|
2
2
|
import type { PageParam } from '@udp/types';
|
|
3
3
|
/**
|
|
4
4
|
* 模板分组 API
|
|
@@ -7,37 +7,37 @@ export declare const templateGroupApi: {
|
|
|
7
7
|
/**
|
|
8
8
|
* 分页查询分组
|
|
9
9
|
*/
|
|
10
|
-
getPage: (params: PageParam & TemplateGroupQueryRequest) =>
|
|
10
|
+
getPage: (params: PageParam & TemplateGroupQueryRequest) => any;
|
|
11
11
|
/**
|
|
12
12
|
* 获取所有启用分组
|
|
13
13
|
*/
|
|
14
|
-
getActiveGroups: () =>
|
|
14
|
+
getActiveGroups: () => any;
|
|
15
15
|
/**
|
|
16
16
|
* 根据表类型获取推荐分组
|
|
17
17
|
*/
|
|
18
|
-
getByTableType: (tableType: string) =>
|
|
18
|
+
getByTableType: (tableType: string) => any;
|
|
19
19
|
/**
|
|
20
20
|
* 根据ID获取分组
|
|
21
21
|
*/
|
|
22
|
-
getById: (id: number) =>
|
|
22
|
+
getById: (id: number) => any;
|
|
23
23
|
/**
|
|
24
24
|
* 新增分组
|
|
25
25
|
*/
|
|
26
|
-
create: (data: TemplateGroupSaveRequest) =>
|
|
26
|
+
create: (data: TemplateGroupSaveRequest) => any;
|
|
27
27
|
/**
|
|
28
28
|
* 更新分组
|
|
29
29
|
*/
|
|
30
|
-
update: (id: number, data: TemplateGroupSaveRequest) =>
|
|
30
|
+
update: (id: number, data: TemplateGroupSaveRequest) => any;
|
|
31
31
|
/**
|
|
32
32
|
* 删除分组
|
|
33
33
|
*/
|
|
34
|
-
delete: (id: number) =>
|
|
34
|
+
delete: (id: number) => any;
|
|
35
35
|
/**
|
|
36
36
|
* 获取默认分组
|
|
37
37
|
*/
|
|
38
|
-
getDefault: () =>
|
|
38
|
+
getDefault: () => any;
|
|
39
39
|
/**
|
|
40
40
|
* 设置默认分组
|
|
41
41
|
*/
|
|
42
|
-
setDefault: (id: number) =>
|
|
42
|
+
setDefault: (id: number) => any;
|
|
43
43
|
};
|
|
@@ -18,13 +18,13 @@ export interface columMangerFormData {
|
|
|
18
18
|
columnName: string;
|
|
19
19
|
parentId?: string;
|
|
20
20
|
}
|
|
21
|
-
export declare const getColumMangerList: (params: columMangerListParams) =>
|
|
22
|
-
export declare const create: (params: columMangerFormData) =>
|
|
23
|
-
export declare const update: (params: columMangerFormData) =>
|
|
24
|
-
export declare const deleteColumnManger: (id: string) =>
|
|
25
|
-
export declare const listByCondition: (params: listParams) =>
|
|
26
|
-
export declare const listTree: (params: listTreeParams) =>
|
|
27
|
-
export declare const restoreColumnManger: (id: string) =>
|
|
28
|
-
export declare const permanentDeleteColumnManger: (id: string) =>
|
|
29
|
-
export declare const batchRestoreColumnManger: (ids: string[]) =>
|
|
30
|
-
export declare const batchPermanentDeleteColumnManger: (ids: string[]) =>
|
|
21
|
+
export declare const getColumMangerList: (params: columMangerListParams) => any;
|
|
22
|
+
export declare const create: (params: columMangerFormData) => any;
|
|
23
|
+
export declare const update: (params: columMangerFormData) => any;
|
|
24
|
+
export declare const deleteColumnManger: (id: string) => any;
|
|
25
|
+
export declare const listByCondition: (params: listParams) => any;
|
|
26
|
+
export declare const listTree: (params: listTreeParams) => any;
|
|
27
|
+
export declare const restoreColumnManger: (id: string) => any;
|
|
28
|
+
export declare const permanentDeleteColumnManger: (id: string) => any;
|
|
29
|
+
export declare const batchRestoreColumnManger: (ids: string[]) => any;
|
|
30
|
+
export declare const batchPermanentDeleteColumnManger: (ids: string[]) => any;
|
|
@@ -4,13 +4,13 @@ import type { DataConnectCreateParams, DataConnectQueryParams, DataConnectUpdate
|
|
|
4
4
|
* @param data 数据连接创建参数
|
|
5
5
|
* @returns 数据连接ID
|
|
6
6
|
*/
|
|
7
|
-
export declare const createDataConnect: (data: DataConnectCreateParams) =>
|
|
7
|
+
export declare const createDataConnect: (data: DataConnectCreateParams) => any;
|
|
8
8
|
/**
|
|
9
9
|
* 编辑数据连接
|
|
10
10
|
* @param data 数据连接更新参数
|
|
11
11
|
* @returns 数据连接ID
|
|
12
12
|
*/
|
|
13
|
-
export declare const updateDataConnect: (data: DataConnectUpdateParams) =>
|
|
13
|
+
export declare const updateDataConnect: (data: DataConnectUpdateParams) => any;
|
|
14
14
|
/**
|
|
15
15
|
* 删除数据连接
|
|
16
16
|
* @param params 删除参数
|
|
@@ -18,19 +18,19 @@ export declare const updateDataConnect: (data: DataConnectUpdateParams) => Promi
|
|
|
18
18
|
*/
|
|
19
19
|
export declare const deleteDataConnect: (params: {
|
|
20
20
|
id: number | string;
|
|
21
|
-
}) =>
|
|
21
|
+
}) => any;
|
|
22
22
|
/**
|
|
23
23
|
* 查询数据连接列表
|
|
24
24
|
* @param params 查询参数
|
|
25
25
|
* @returns 分页结果
|
|
26
26
|
*/
|
|
27
|
-
export declare const getDataConnectPage: (params: DataConnectQueryParams) =>
|
|
27
|
+
export declare const getDataConnectPage: (params: DataConnectQueryParams) => any;
|
|
28
28
|
/**
|
|
29
29
|
* 连接测试
|
|
30
30
|
* @param data 连接测试参数
|
|
31
31
|
* @returns msg
|
|
32
32
|
*/
|
|
33
|
-
export declare const testDataConnect: (data: DataConnectCreateParams) =>
|
|
33
|
+
export declare const testDataConnect: (data: DataConnectCreateParams) => any;
|
|
34
34
|
/**
|
|
35
35
|
* 导出数据连接
|
|
36
36
|
* @param params 导出参数
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { BatchDeleteParams, ClearLogParams, DataInterfaceCreateParams,
|
|
1
|
+
import type { HttpPageRequestParams } from '@udp/request';
|
|
2
|
+
import type { BatchDeleteParams, ClearLogParams, DataInterfaceCreateParams, DataInterfaceLogQueryParams, DataInterfaceQueryParams, DataInterfaceUpdateParams, InterfaceCategoryFormData, InterfaceCategoryQueryParams, InterfaceTestParams, TreeDataInterfaceQueryParams } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* 新增数据接口
|
|
5
5
|
* @param data 数据接口创建参数
|
|
6
6
|
* @returns 数据接口ID
|
|
7
7
|
*/
|
|
8
|
-
export declare const createDataInterface: (data: DataInterfaceCreateParams) =>
|
|
8
|
+
export declare const createDataInterface: (data: DataInterfaceCreateParams) => any;
|
|
9
9
|
/**
|
|
10
10
|
* 编辑数据接口
|
|
11
11
|
* @param data 数据接口更新参数
|
|
12
12
|
* @returns 数据接口ID
|
|
13
13
|
*/
|
|
14
|
-
export declare const updateDataInterface: (data: DataInterfaceUpdateParams) =>
|
|
14
|
+
export declare const updateDataInterface: (data: DataInterfaceUpdateParams) => any;
|
|
15
15
|
/**
|
|
16
16
|
* 删除数据接口
|
|
17
17
|
* @param params 删除参数
|
|
@@ -19,13 +19,13 @@ export declare const updateDataInterface: (data: DataInterfaceUpdateParams) => P
|
|
|
19
19
|
*/
|
|
20
20
|
export declare const deleteDataInterface: (params: {
|
|
21
21
|
id: number | string;
|
|
22
|
-
}) =>
|
|
22
|
+
}) => any;
|
|
23
23
|
/**
|
|
24
24
|
* 查询数据接口列表
|
|
25
25
|
* @param params 查询参数
|
|
26
26
|
* @returns 分页结果
|
|
27
27
|
*/
|
|
28
|
-
export declare const getDataInterfacePage: (params: DataInterfaceQueryParams) =>
|
|
28
|
+
export declare const getDataInterfacePage: (params: DataInterfaceQueryParams) => any;
|
|
29
29
|
/**
|
|
30
30
|
* 预览数据接口
|
|
31
31
|
* @param params 接口ID和参数
|
|
@@ -34,7 +34,7 @@ export declare const getDataInterfacePage: (params: DataInterfaceQueryParams) =>
|
|
|
34
34
|
export declare const previewDataInterface: (params: {
|
|
35
35
|
id: string | number;
|
|
36
36
|
params?: Record<string, any>;
|
|
37
|
-
}) =>
|
|
37
|
+
}) => any;
|
|
38
38
|
/**
|
|
39
39
|
* 复制数据接口
|
|
40
40
|
* @param params 复制参数
|
|
@@ -42,55 +42,55 @@ export declare const previewDataInterface: (params: {
|
|
|
42
42
|
*/
|
|
43
43
|
export declare const copyDataInterface: (params: {
|
|
44
44
|
id: number | string;
|
|
45
|
-
}) =>
|
|
45
|
+
}) => any;
|
|
46
46
|
/**
|
|
47
47
|
* 根据分类树形展示数据接口
|
|
48
48
|
* @param params 查询参数
|
|
49
49
|
* @returns 树形接口数据
|
|
50
50
|
*/
|
|
51
|
-
export declare const getDataInterfaceTree: (params?: TreeDataInterfaceQueryParams) =>
|
|
51
|
+
export declare const getDataInterfaceTree: (params?: TreeDataInterfaceQueryParams) => any;
|
|
52
52
|
/**
|
|
53
53
|
* 分页查询数据接口日志
|
|
54
54
|
* @param params 查询参数
|
|
55
55
|
* @returns 分页结果
|
|
56
56
|
*/
|
|
57
|
-
export declare const getDataInterfaceLogPage: (params: HttpPageRequestParams<DataInterfaceLogQueryParams>) =>
|
|
57
|
+
export declare const getDataInterfaceLogPage: (params: HttpPageRequestParams<DataInterfaceLogQueryParams>) => any;
|
|
58
58
|
/**
|
|
59
59
|
* 批量删除请求日志
|
|
60
60
|
* @param params 批量删除参数
|
|
61
61
|
* @returns 删除结果
|
|
62
62
|
*/
|
|
63
|
-
export declare const batchDeleteLogs: (params: BatchDeleteParams) =>
|
|
63
|
+
export declare const batchDeleteLogs: (params: BatchDeleteParams) => any;
|
|
64
64
|
/**
|
|
65
65
|
* 一键清空日志
|
|
66
66
|
* @param params 清空参数
|
|
67
67
|
* @returns 清空结果
|
|
68
68
|
*/
|
|
69
|
-
export declare const clearLogs: (params: ClearLogParams) =>
|
|
69
|
+
export declare const clearLogs: (params: ClearLogParams) => any;
|
|
70
70
|
/**
|
|
71
71
|
* 获取接口分类列表
|
|
72
72
|
* @param params 查询参数
|
|
73
73
|
* @returns 分类列表
|
|
74
74
|
*/
|
|
75
|
-
export declare const getInterfaceCategoryList: (params: InterfaceCategoryQueryParams) =>
|
|
75
|
+
export declare const getInterfaceCategoryList: (params: InterfaceCategoryQueryParams) => any;
|
|
76
76
|
/**
|
|
77
77
|
* 获取接口分类树
|
|
78
78
|
* @param params 查询参数
|
|
79
79
|
* @returns 分类树
|
|
80
80
|
*/
|
|
81
|
-
export declare const getInterfaceCategoryTree: (params: InterfaceCategoryQueryParams) =>
|
|
81
|
+
export declare const getInterfaceCategoryTree: (params: InterfaceCategoryQueryParams) => any;
|
|
82
82
|
/**
|
|
83
83
|
* 添加接口分类
|
|
84
84
|
* @param data 分类数据
|
|
85
85
|
* @returns 分类ID
|
|
86
86
|
*/
|
|
87
|
-
export declare const addInterfaceCategory: (data: InterfaceCategoryFormData) =>
|
|
87
|
+
export declare const addInterfaceCategory: (data: InterfaceCategoryFormData) => any;
|
|
88
88
|
/**
|
|
89
89
|
* 更新接口分类
|
|
90
90
|
* @param data 分类数据
|
|
91
91
|
* @returns 更新结果
|
|
92
92
|
*/
|
|
93
|
-
export declare const updateInterfaceCategory: (data: InterfaceCategoryFormData) =>
|
|
93
|
+
export declare const updateInterfaceCategory: (data: InterfaceCategoryFormData) => any;
|
|
94
94
|
/**
|
|
95
95
|
* 删除接口分类
|
|
96
96
|
* @param params 删除参数
|
|
@@ -98,16 +98,16 @@ export declare const updateInterfaceCategory: (data: InterfaceCategoryFormData)
|
|
|
98
98
|
*/
|
|
99
99
|
export declare const deleteInterfaceCategory: (params: {
|
|
100
100
|
id: string;
|
|
101
|
-
}) =>
|
|
101
|
+
}) => any;
|
|
102
102
|
/**
|
|
103
103
|
* 测试接口
|
|
104
104
|
* @param params 测试参数
|
|
105
105
|
* @returns 测试结果
|
|
106
106
|
*/
|
|
107
|
-
export declare const testInterface: (params: InterfaceTestParams) =>
|
|
108
|
-
export declare const importDataInterface: (formData: FormData) =>
|
|
107
|
+
export declare const testInterface: (params: InterfaceTestParams) => any;
|
|
108
|
+
export declare const importDataInterface: (formData: FormData) => any;
|
|
109
109
|
export declare const exportDataInterface: (data: {
|
|
110
110
|
fileName: string;
|
|
111
111
|
filter: Partial<DataInterfaceQueryParams>;
|
|
112
|
-
}) =>
|
|
113
|
-
export declare const downloadTemplate: () =>
|
|
112
|
+
}) => any;
|
|
113
|
+
export declare const downloadTemplate: () => any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HttpListResponse, HttpPageRequestParams } from '@udp/request';
|
|
2
|
-
import type { CommonField, DataModeling, DataModelingDataFilterParams, DataModelingFilterParams, TableColumnsSearchParams
|
|
2
|
+
import type { CommonField, DataModeling, DataModelingDataFilterParams, DataModelingFilterParams, TableColumnsSearchParams } from './types';
|
|
3
3
|
/** ********** 数据建模 */
|
|
4
4
|
/**
|
|
5
5
|
* 获取 数据建模 列表
|
|
@@ -36,25 +36,25 @@ export declare function deleteDataModeling(id: string): Promise<null>;
|
|
|
36
36
|
* @param params 查询参数
|
|
37
37
|
* @returns 数据模型数据
|
|
38
38
|
*/
|
|
39
|
-
export declare function getDataModelingData(params: HttpPageRequestParams<DataModelingDataFilterParams>):
|
|
39
|
+
export declare function getDataModelingData(params: HttpPageRequestParams<DataModelingDataFilterParams>): any;
|
|
40
40
|
/**
|
|
41
41
|
* 获取 已有表列表
|
|
42
42
|
* @param params 查询参数
|
|
43
43
|
* @returns 已有表列表
|
|
44
44
|
*/
|
|
45
|
-
export declare function getTableList(linkId: string):
|
|
45
|
+
export declare function getTableList(linkId: string): any;
|
|
46
46
|
/**
|
|
47
47
|
* 获取 已有表列表 下的 字段列表
|
|
48
48
|
* @param params 查询参数
|
|
49
49
|
* @returns 已有表列表 下的 字段列表
|
|
50
50
|
*/
|
|
51
|
-
export declare function getTableColumns(params: TableColumnsSearchParams):
|
|
51
|
+
export declare function getTableColumns(params: TableColumnsSearchParams): any;
|
|
52
52
|
/**
|
|
53
53
|
* 检查 数据源 下的 表名是否唯一
|
|
54
54
|
* @param params 查询参数
|
|
55
55
|
* @returns 已有表列表 下的 表名是否唯一
|
|
56
56
|
*/
|
|
57
|
-
export declare function checkTableName(params: TableColumnsSearchParams):
|
|
57
|
+
export declare function checkTableName(params: TableColumnsSearchParams): any;
|
|
58
58
|
/**
|
|
59
59
|
* 同步 模型 -》 表
|
|
60
60
|
* @param id 数据建模 ID
|
|
@@ -63,7 +63,7 @@ export declare function checkTableName(params: TableColumnsSearchParams): Promis
|
|
|
63
63
|
export declare function syncModel2Table(params: {
|
|
64
64
|
id: string;
|
|
65
65
|
mode: number;
|
|
66
|
-
}):
|
|
66
|
+
}): any;
|
|
67
67
|
/** ********** 常见字段 */
|
|
68
68
|
/**
|
|
69
69
|
* 获取 常见字段 列表
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export declare const createDepartment: (params: any) =>
|
|
2
|
-
export declare const updateDepartment: (params: any) =>
|
|
3
|
-
export declare const deleteDepartment: (params: any) =>
|
|
4
|
-
export declare const listDepartment: (params: any) =>
|
|
5
|
-
export declare const allDeptThin: () =>
|
|
6
|
-
export declare const listDepartmentForOrder: (params: any) =>
|
|
7
|
-
export declare const moveUpDepartment: (id: string) =>
|
|
8
|
-
export declare const moveDownDepartment: (id: string) =>
|
|
9
|
-
export declare const checkDepartment: (params: any) =>
|
|
10
|
-
export declare const getDepartmentById: (params: any) =>
|
|
11
|
-
export declare const getDepartmentListByIds: (params: any) =>
|
|
12
|
-
export declare const enableDepartment: (params: any) =>
|
|
13
|
-
export declare const disableDepartment: (params: any) =>
|
|
14
|
-
export declare const exportDepartment: (params: any, onProgress?: (progress: number) => void) =>
|
|
1
|
+
export declare const createDepartment: (params: any) => any;
|
|
2
|
+
export declare const updateDepartment: (params: any) => any;
|
|
3
|
+
export declare const deleteDepartment: (params: any) => any;
|
|
4
|
+
export declare const listDepartment: (params: any) => any;
|
|
5
|
+
export declare const allDeptThin: () => any;
|
|
6
|
+
export declare const listDepartmentForOrder: (params: any) => any;
|
|
7
|
+
export declare const moveUpDepartment: (id: string) => any;
|
|
8
|
+
export declare const moveDownDepartment: (id: string) => any;
|
|
9
|
+
export declare const checkDepartment: (params: any) => any;
|
|
10
|
+
export declare const getDepartmentById: (params: any) => any;
|
|
11
|
+
export declare const getDepartmentListByIds: (params: any) => any;
|
|
12
|
+
export declare const enableDepartment: (params: any) => any;
|
|
13
|
+
export declare const disableDepartment: (params: any) => any;
|
|
14
|
+
export declare const exportDepartment: (params: any, onProgress?: (progress: number) => void) => any;
|
|
15
15
|
export declare const importDepartment: (file: File) => Promise<any>;
|
|
16
|
-
export declare const downloadDepartmentTemplate: () =>
|
|
17
|
-
export declare const listSimpleDepartment: (params: any) =>
|
|
18
|
-
export declare const createDepartmentCustom: (params: any) =>
|
|
19
|
-
export declare const updateDepartmentCustom: (params: any) =>
|
|
20
|
-
export declare const getDepartmentByIdCustom: (params: any) =>
|
|
16
|
+
export declare const downloadDepartmentTemplate: () => any;
|
|
17
|
+
export declare const listSimpleDepartment: (params: any) => any;
|
|
18
|
+
export declare const createDepartmentCustom: (params: any) => any;
|
|
19
|
+
export declare const updateDepartmentCustom: (params: any) => any;
|
|
20
|
+
export declare const getDepartmentByIdCustom: (params: any) => any;
|