@kengic/vue 0.26.6-beta.1 → 0.26.6-beta.12
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/kengic-vue.js +54495 -21298
- package/dist/src/apis/WMS/Controllers/DescriptionController/List.d.ts +4 -4
- package/dist/src/apis/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +1 -1
- package/dist/src/apis/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +2 -2
- package/dist/src/apis/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +1 -1
- package/dist/src/apis/WMS/Controllers/WhController/ListVO.d.ts +14 -14
- package/dist/src/apis/WMS/Controllers/WorkstationController/List.d.ts +1 -1
- package/dist/src/apis/WMS/models.d.ts +51 -45
- package/dist/src/components-next/KgVarConfig/KgVarConfig.d.ts +2 -0
- package/dist/src/components-next/KgVarConfig/index.d.ts +1 -0
- package/dist/src/components-next/index.d.ts +1 -0
- package/dist/src/index.d.ts +2 -0
- package/package.json +5 -4
- package/dist/src/project/src/api/index.d.ts +0 -3
- package/dist/src/project/src/api/sys/model/menuModel.d.ts +0 -15
- package/dist/src/project/src/api/sys/model/uploadModel.d.ts +0 -5
- package/dist/src/project/src/api/sys/model/userModel.d.ts +0 -46
- package/dist/src/project/src/components/Dropdown/index.d.ts +0 -1
- package/dist/src/project/src/components/Dropdown/src/typing.d.ts +0 -9
- package/dist/src/project/src/components/index.d.ts +0 -1
- package/dist/src/project/src/enums/CompTypeEnum.d.ts +0 -19
- package/dist/src/project/src/enums/DateTypeEnum.d.ts +0 -8
- package/dist/src/project/src/enums/appEnum.d.ts +0 -40
- package/dist/src/project/src/enums/breakpointEnum.d.ts +0 -18
- package/dist/src/project/src/enums/cacheEnum.d.ts +0 -18
- package/dist/src/project/src/enums/exceptionEnum.d.ts +0 -17
- package/dist/src/project/src/enums/httpEnum.d.ts +0 -38
- package/dist/src/project/src/enums/index.d.ts +0 -13
- package/dist/src/project/src/enums/jeecgEnum.d.ts +0 -16
- package/dist/src/project/src/enums/menuEnum.d.ts +0 -35
- package/dist/src/project/src/enums/pageEnum.d.ts +0 -14
- package/dist/src/project/src/enums/roleEnum.d.ts +0 -4
- package/dist/src/project/src/enums/sizeEnum.d.ts +0 -18
- package/dist/src/project/src/hooks/index.d.ts +0 -1
- package/dist/src/project/src/hooks/web/useI18n.d.ts +0 -13
- package/dist/src/project/src/index.d.ts +0 -13
- package/dist/src/project/src/locales/helper.d.ts +0 -5
- package/dist/src/project/src/locales/index.d.ts +0 -3
- package/dist/src/project/src/locales/setupI18n.d.ts +0 -4
- package/dist/src/project/src/locales/useLocale.d.ts +0 -10
- package/dist/src/project/src/settings/componentSetting.d.ts +0 -44
- package/dist/src/project/src/settings/designSetting.d.ts +0 -6
- package/dist/src/project/src/settings/encryptionSetting.d.ts +0 -6
- package/dist/src/project/src/settings/index.d.ts +0 -3
- package/dist/src/project/src/store/index.d.ts +0 -1
- package/dist/src/project/src/store/modules/index.d.ts +0 -1
- package/dist/src/project/src/store/modules/locale.d.ts +0 -38
- package/dist/src/project/src/utils/cache/index.d.ts +0 -7
- package/dist/src/project/src/utils/cache/memory.d.ts +0 -22
- package/dist/src/project/src/utils/cache/persistent.d.ts +0 -33
- package/dist/src/project/src/utils/cache/storageCache.d.ts +0 -8
- package/dist/src/project/src/utils/cipher.d.ts +0 -19
- package/dist/src/project/src/utils/env.d.ts +0 -34
@@ -8,15 +8,15 @@ export declare class ListQuery {
|
|
8
8
|
codval?: string | null;
|
9
9
|
/** 模块(ProjectName). */
|
10
10
|
grpNam?: string | null;
|
11
|
-
/** id */
|
11
|
+
/** id. */
|
12
12
|
id?: string | null;
|
13
13
|
/** 长描述(LongDescription). */
|
14
14
|
lngDsc?: string | null;
|
15
15
|
/** 语言(LocaleId). */
|
16
16
|
localeId?: string | null;
|
17
|
-
/**
|
17
|
+
/** 修改用户编号. */
|
18
18
|
modUsrCod?: string | null;
|
19
|
-
/**
|
19
|
+
/** 修改日期. */
|
20
20
|
moddte?: string | null;
|
21
21
|
/** 短描述(ShortDescription). */
|
22
22
|
shortDsc?: string | null;
|
@@ -26,7 +26,7 @@ export declare class ListQuery {
|
|
26
26
|
srtseq?: number | null;
|
27
27
|
/** 系统定义. */
|
28
28
|
sysDefFlg?: number | null;
|
29
|
-
/**
|
29
|
+
/** 版本. */
|
30
30
|
version?: number | null;
|
31
31
|
/** 排序字段. */
|
32
32
|
column?: string | null;
|
@@ -2,12 +2,12 @@ import { IRequestConfig, IRequestOptions } from '../../../../services';
|
|
2
2
|
import * as DEF from '../../../def';
|
3
3
|
/** 请求参数. */
|
4
4
|
export declare class QueryByIDQuery {
|
5
|
-
/** id */
|
5
|
+
/** id. */
|
6
6
|
id: string | null;
|
7
7
|
constructor(obj?: QueryByIDQuery);
|
8
8
|
}
|
9
9
|
/**
|
10
|
-
* 表格视图-通过ID
|
10
|
+
* 表格视图-通过ID查询.
|
11
11
|
*
|
12
12
|
* @param config 请求配置.
|
13
13
|
* @param option 请求选项.
|
@@ -2,33 +2,33 @@ import { IRequestConfig, IRequestOptions } from '../../../../services';
|
|
2
2
|
import * as DEF from '../../../def';
|
3
3
|
/** 请求参数. */
|
4
4
|
export declare class ListVOQuery {
|
5
|
-
/**
|
5
|
+
/** 是否可用. */
|
6
6
|
activeFlg?: number | null;
|
7
|
-
/**
|
7
|
+
/** 地址编号. */
|
8
8
|
adrId?: string | null;
|
9
|
-
/**
|
9
|
+
/** 地址名. */
|
10
10
|
adrnam?: string | null;
|
11
|
-
/**
|
11
|
+
/** 公司代码. */
|
12
12
|
comCod?: string | null;
|
13
|
-
/**
|
13
|
+
/** 默认仓库. */
|
14
14
|
defWhFlg?: number | null;
|
15
15
|
/** 主键. */
|
16
16
|
id?: string | null;
|
17
|
-
/**
|
17
|
+
/** 所属地/国编号. */
|
18
18
|
orgcod?: string | null;
|
19
|
-
/**
|
19
|
+
/** 永久调整托盘. */
|
20
20
|
permAdjLod?: string | null;
|
21
|
-
/**
|
21
|
+
/** 永久调整箱. */
|
22
22
|
permAdjSub?: string | null;
|
23
|
-
/**
|
23
|
+
/** 永久创建托盘. */
|
24
24
|
permCreLod?: string | null;
|
25
|
-
/**
|
25
|
+
/** 永久创建箱. */
|
26
26
|
permCreSub?: string | null;
|
27
|
-
/**
|
27
|
+
/** 版本. */
|
28
28
|
version?: number | null;
|
29
|
-
/**
|
29
|
+
/** 仓库名称. */
|
30
30
|
whDsc?: string | null;
|
31
|
-
/**
|
31
|
+
/** 仓库编号. */
|
32
32
|
whId?: string | null;
|
33
33
|
/** 排序字段. */
|
34
34
|
column?: string | null;
|
@@ -42,7 +42,7 @@ export declare class ListVOQuery {
|
|
42
42
|
}
|
43
43
|
/**
|
44
44
|
* wh-分页列表查询VO
|
45
|
-
wh-分页列表查询VO
|
45
|
+
wh-分页列表查询VO.
|
46
46
|
*
|
47
47
|
* @param config 请求配置.
|
48
48
|
* @param option 请求选项.
|
@@ -18,7 +18,7 @@ export declare class CreateVarDdaQuery {
|
|
18
18
|
varGridMaster?: VarGridMaster | null;
|
19
19
|
/** 查询条件配置. */
|
20
20
|
varProfileConfig?: VarProfileConfig | null;
|
21
|
-
/**
|
21
|
+
/** 查询条件视图明细. */
|
22
22
|
varProfileDetails?: Array<VarProfileDetail> | null;
|
23
23
|
/** 查询条件视图. */
|
24
24
|
varProfileMaster?: VarProfileMaster | null;
|
@@ -76,15 +76,19 @@ export declare class Description {
|
|
76
76
|
codval?: string | null;
|
77
77
|
/** 模块(ProjectName). */
|
78
78
|
grpNam?: string | null;
|
79
|
-
/** id */
|
79
|
+
/** id. */
|
80
80
|
id?: string | null;
|
81
|
+
/** 插入时间. */
|
82
|
+
insDt?: string | null;
|
83
|
+
/** 插入用户Id. */
|
84
|
+
insUsrId?: string | null;
|
81
85
|
/** 长描述(LongDescription). */
|
82
86
|
lngDsc?: string | null;
|
83
87
|
/** 语言(LocaleId). */
|
84
88
|
localeId?: string | null;
|
85
|
-
/**
|
89
|
+
/** 修改用户编号. */
|
86
90
|
modUsrCod?: string | null;
|
87
|
-
/**
|
91
|
+
/** 修改日期. */
|
88
92
|
moddte?: string | null;
|
89
93
|
/** 短描述(ShortDescription). */
|
90
94
|
shortDsc?: string | null;
|
@@ -92,7 +96,7 @@ export declare class Description {
|
|
92
96
|
srtseq?: number | null;
|
93
97
|
/** 系统定义. */
|
94
98
|
sysDefFlg?: number | null;
|
95
|
-
/**
|
99
|
+
/** 版本. */
|
96
100
|
version?: number | null;
|
97
101
|
constructor(obj?: Description);
|
98
102
|
}
|
@@ -112,15 +116,15 @@ export declare class DescriptionDTO {
|
|
112
116
|
codval?: string | null;
|
113
117
|
/** 模块(ProjectName). */
|
114
118
|
grpNam?: string | null;
|
115
|
-
/** id */
|
119
|
+
/** id. */
|
116
120
|
id?: string | null;
|
117
121
|
/** 长描述(LongDescription). */
|
118
122
|
lngDsc?: string | null;
|
119
123
|
/** 语言(LocaleId). */
|
120
124
|
localeId?: string | null;
|
121
|
-
/**
|
125
|
+
/** 修改用户编号. */
|
122
126
|
modUsrCod?: string | null;
|
123
|
-
/**
|
127
|
+
/** 修改日期. */
|
124
128
|
moddte?: string | null;
|
125
129
|
/** 短描述(ShortDescription). */
|
126
130
|
shortDsc?: string | null;
|
@@ -130,7 +134,7 @@ export declare class DescriptionDTO {
|
|
130
134
|
srtseq?: number | null;
|
131
135
|
/** 系统定义. */
|
132
136
|
sysDefFlg?: number | null;
|
133
|
-
/**
|
137
|
+
/** 版本. */
|
134
138
|
version?: number | null;
|
135
139
|
constructor(obj?: DescriptionDTO);
|
136
140
|
}
|
@@ -333,7 +337,7 @@ export declare class UpdateVarGridMasterQuery {
|
|
333
337
|
grd_var_nam_dsc?: string | null;
|
334
338
|
/** 分组(GroupName). */
|
335
339
|
grp_nam?: string | null;
|
336
|
-
/**
|
340
|
+
/** 主键. */
|
337
341
|
id?: string | null;
|
338
342
|
/** 用户(UserID). */
|
339
343
|
usr_id?: string | null;
|
@@ -871,7 +875,7 @@ export declare class VarSubmitConfig {
|
|
871
875
|
max_width?: number | null;
|
872
876
|
/** 最小宽度. */
|
873
877
|
min_width?: number | null;
|
874
|
-
/**
|
878
|
+
/** 所属查询条件视图的变量名称. */
|
875
879
|
prf_var_nam?: string | null;
|
876
880
|
/** 配置属性. */
|
877
881
|
props?: string | null;
|
@@ -903,7 +907,7 @@ export declare class VarSubmitDetail {
|
|
903
907
|
key_flg?: number | null;
|
904
908
|
/** 占位提示文字(Placeholder). */
|
905
909
|
placeholder?: string | null;
|
906
|
-
/**
|
910
|
+
/** 所属查询条件视图的变量名称. */
|
907
911
|
prf_var_nam?: string | null;
|
908
912
|
/** 是否必填. */
|
909
913
|
required_flag?: number | null;
|
@@ -931,77 +935,79 @@ export declare class VarVariable {
|
|
931
935
|
var_nam?: string | null;
|
932
936
|
constructor(obj?: VarVariable);
|
933
937
|
}
|
934
|
-
/**
|
938
|
+
/** 仓库数据传输对象. */
|
935
939
|
export declare class WhDTO {
|
936
|
-
/**
|
940
|
+
/** 是否可用. */
|
937
941
|
activeFlg?: number | null;
|
938
|
-
/**
|
942
|
+
/** 地址编号. */
|
939
943
|
adrId?: string | null;
|
940
|
-
/**
|
944
|
+
/** 地址名. */
|
941
945
|
adrnam?: string | null;
|
942
|
-
/**
|
946
|
+
/** 公司代码. */
|
943
947
|
comCod?: string | null;
|
944
|
-
/**
|
948
|
+
/** 默认仓库. */
|
945
949
|
defWhFlg?: number | null;
|
946
950
|
/** 主键. */
|
947
951
|
id?: string | null;
|
948
|
-
/**
|
952
|
+
/** 所属地/国编号. */
|
949
953
|
orgcod?: string | null;
|
950
|
-
/**
|
954
|
+
/** 永久调整托盘. */
|
951
955
|
permAdjLod?: string | null;
|
952
|
-
/**
|
956
|
+
/** 永久调整箱. */
|
953
957
|
permAdjSub?: string | null;
|
954
|
-
/**
|
958
|
+
/** 永久创建托盘. */
|
955
959
|
permCreLod?: string | null;
|
956
|
-
/**
|
960
|
+
/** 永久创建箱. */
|
957
961
|
permCreSub?: string | null;
|
958
|
-
/**
|
962
|
+
/** 版本. */
|
959
963
|
version?: number | null;
|
960
|
-
/**
|
964
|
+
/** 仓库名称. */
|
961
965
|
whDsc?: string | null;
|
962
|
-
/**
|
966
|
+
/** 仓库编号. */
|
963
967
|
whId?: string | null;
|
964
968
|
constructor(obj?: WhDTO);
|
965
969
|
}
|
966
|
-
/**
|
970
|
+
/** 工作站区域数据传输对象. */
|
967
971
|
export declare class WorkstationAreaDTO {
|
968
|
-
/**
|
972
|
+
/** 主键. */
|
969
973
|
id?: string | null;
|
970
|
-
/**
|
974
|
+
/** 创建日期. */
|
971
975
|
insDt?: string | null;
|
972
|
-
/**
|
976
|
+
/** 创建用户. */
|
973
977
|
insUsrId?: string | null;
|
974
|
-
/**
|
978
|
+
/** 修改日期. */
|
975
979
|
modUsrId?: string | null;
|
976
|
-
/**
|
980
|
+
/** 修改用户. */
|
977
981
|
moddte?: string | null;
|
978
|
-
/**
|
982
|
+
/** 仓库. */
|
979
983
|
whId?: string | null;
|
980
|
-
/**
|
984
|
+
/** 工作区. */
|
981
985
|
wrkare?: string | null;
|
982
|
-
/**
|
986
|
+
/** 工作区描述. */
|
983
987
|
wrkareDsc?: string | null;
|
984
988
|
constructor(obj?: WorkstationAreaDTO);
|
985
989
|
}
|
986
|
-
/**
|
990
|
+
/** 工作站数据传输对象. */
|
987
991
|
export declare class WorkstationDTO {
|
988
|
-
/**
|
992
|
+
/** 工作站. */
|
989
993
|
devcod?: string | null;
|
990
|
-
/**
|
994
|
+
/** 工作站描述. */
|
995
|
+
devcodDsc?: string | null;
|
996
|
+
/** 主工作区. */
|
991
997
|
hmewrkare?: string | null;
|
992
|
-
/**
|
998
|
+
/** 主键. */
|
993
999
|
id?: string | null;
|
994
|
-
/**
|
1000
|
+
/** 创建日期. */
|
995
1001
|
insDt?: string | null;
|
996
|
-
/**
|
1002
|
+
/** 创建用户. */
|
997
1003
|
insUsrId?: string | null;
|
998
|
-
/**
|
1004
|
+
/** 修改日期. */
|
999
1005
|
modUsrId?: string | null;
|
1000
|
-
/**
|
1006
|
+
/** 修改用户. */
|
1001
1007
|
moddte?: string | null;
|
1002
|
-
/**
|
1008
|
+
/** 仓库. */
|
1003
1009
|
whId?: string | null;
|
1004
|
-
/**
|
1010
|
+
/** 工作站与工作区域关系. */
|
1005
1011
|
workstationAreas?: Array<WorkstationAreaDTO> | null;
|
1006
1012
|
constructor(obj?: WorkstationDTO);
|
1007
1013
|
}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default as KgVarConfig } from './KgVarConfig';
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/dist/src/index.d.ts
CHANGED
@@ -1,7 +1,9 @@
|
|
1
1
|
import './assets/index.less';
|
2
|
+
export * from '@kengic/core';
|
2
3
|
export { API as KG_API } from './apis';
|
3
4
|
export * from './apis/WMS/models';
|
4
5
|
export * from './components';
|
6
|
+
export * from './components-next';
|
5
7
|
export * from './config';
|
6
8
|
export * from './consts';
|
7
9
|
export * from './pages';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kengic/vue",
|
3
|
-
"version": "0.26.6-beta.
|
3
|
+
"version": "0.26.6-beta.12",
|
4
4
|
"scripts": {
|
5
5
|
"build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
|
6
6
|
"build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",
|
@@ -12,8 +12,8 @@
|
|
12
12
|
"----- --------------------------------------------": "",
|
13
13
|
"gen:apis:WMS": "npm run switch-node-version && kengic-pont generate-apis --config kg.config.ts --origin WMS",
|
14
14
|
"- ------------------------------------------------": "",
|
15
|
-
"
|
16
|
-
"
|
15
|
+
"switch-node-version": "nvm use 18.20.4 && corepack enable && corepack prepare pnpm@7.30.5 --activate && corepack use pnpm@7.30.5",
|
16
|
+
"cnpm:sync": "npx cnpm --yes sync @kengic/vue",
|
17
17
|
"-- -----------------------------------------------": "",
|
18
18
|
"bump-version:beta": "npm run switch-node-version && tsx scripts/bump.ts beta",
|
19
19
|
"bump-version:major": "npm run switch-node-version && tsx scripts/bump.ts major",
|
@@ -40,7 +40,8 @@
|
|
40
40
|
"@iconify-icons/mdi": "1.2.48",
|
41
41
|
"@iconify-icons/ph": "1.2.5",
|
42
42
|
"@iconify/vue": "4.1.1",
|
43
|
-
"@kengic/
|
43
|
+
"@kengic/core": "6.0.1-beta.13",
|
44
|
+
"@kengic/pont": "1.2.17-beta.1",
|
44
45
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
45
46
|
"@thymine/xunee": "0.4.9-beta.8",
|
46
47
|
"@types/crypto-js": "4.1.1",
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import type { RouteMeta } from 'vue-router';
|
2
|
-
export interface RouteItem {
|
3
|
-
path: string;
|
4
|
-
component: any;
|
5
|
-
meta: RouteMeta;
|
6
|
-
name?: string;
|
7
|
-
alias?: string | string[];
|
8
|
-
redirect?: string;
|
9
|
-
caseSensitive?: boolean;
|
10
|
-
children?: RouteItem[];
|
11
|
-
}
|
12
|
-
/**
|
13
|
-
* @description: Get menu return value
|
14
|
-
*/
|
15
|
-
export declare type getMenuListResultModel = RouteItem[];
|
@@ -1,46 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @description: Login interface parameters
|
3
|
-
*/
|
4
|
-
export interface LoginParams {
|
5
|
-
username: string;
|
6
|
-
password: string;
|
7
|
-
}
|
8
|
-
export interface ThirdLoginParams {
|
9
|
-
token: string;
|
10
|
-
thirdType: string;
|
11
|
-
}
|
12
|
-
export interface RoleInfo {
|
13
|
-
roleName: string;
|
14
|
-
value: string;
|
15
|
-
}
|
16
|
-
/**
|
17
|
-
* @description: Login interface return value
|
18
|
-
*/
|
19
|
-
export interface LoginResultModel {
|
20
|
-
userId: string | number;
|
21
|
-
token: string;
|
22
|
-
role: RoleInfo;
|
23
|
-
}
|
24
|
-
/**
|
25
|
-
* @description: Get user information return value
|
26
|
-
*/
|
27
|
-
export interface GetUserInfoModel {
|
28
|
-
roles: RoleInfo[];
|
29
|
-
userId: string | number;
|
30
|
-
username: string;
|
31
|
-
realname: string;
|
32
|
-
avatar: string;
|
33
|
-
desc?: string;
|
34
|
-
userInfo?: any;
|
35
|
-
sysAllDictItems?: any;
|
36
|
-
userWarehouses?: any;
|
37
|
-
}
|
38
|
-
/**
|
39
|
-
* @description: Get user information return value
|
40
|
-
*/
|
41
|
-
export interface GetResultModel {
|
42
|
-
code: number;
|
43
|
-
message: string;
|
44
|
-
result: object;
|
45
|
-
success: Boolean;
|
46
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './src/typing';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './Dropdown';
|
@@ -1,19 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* 组件类型
|
3
|
-
*/
|
4
|
-
export declare enum CompTypeEnum {
|
5
|
-
Radio = "radio",
|
6
|
-
RadioButton = "radioButton",
|
7
|
-
Select = "select",
|
8
|
-
List = "list",
|
9
|
-
Switch = "switch",
|
10
|
-
SelTree = "sel_tree",
|
11
|
-
CatTree = "cat_tree",
|
12
|
-
SelSearch = "search",
|
13
|
-
SelUser = "sel_user",
|
14
|
-
Checkbox = "checkbox",
|
15
|
-
ListMulti = "list_multi",
|
16
|
-
Pca = "pca",
|
17
|
-
Popup = "popup",
|
18
|
-
SelDepart = "sel_depart"
|
19
|
-
}
|
@@ -1,40 +0,0 @@
|
|
1
|
-
export declare const SIDE_BAR_MINI_WIDTH = 48;
|
2
|
-
export declare const SIDE_BAR_SHOW_TIT_MINI_WIDTH = 80;
|
3
|
-
export declare enum TabsThemeEnum {
|
4
|
-
SMOOTH = "smooth",
|
5
|
-
CARD = "card",
|
6
|
-
SIMPLE = "simple"
|
7
|
-
}
|
8
|
-
export declare enum ContentEnum {
|
9
|
-
FULL = "full",
|
10
|
-
FIXED = "fixed"
|
11
|
-
}
|
12
|
-
export declare enum ThemeEnum {
|
13
|
-
DARK = "dark",
|
14
|
-
LIGHT = "light"
|
15
|
-
}
|
16
|
-
export declare enum SettingButtonPositionEnum {
|
17
|
-
AUTO = "auto",
|
18
|
-
HEADER = "header",
|
19
|
-
FIXED = "fixed"
|
20
|
-
}
|
21
|
-
export declare enum SessionTimeoutProcessingEnum {
|
22
|
-
ROUTE_JUMP = 0,
|
23
|
-
PAGE_COVERAGE = 1
|
24
|
-
}
|
25
|
-
/**
|
26
|
-
* 权限模式
|
27
|
-
*/
|
28
|
-
export declare enum PermissionModeEnum {
|
29
|
-
ROLE = "ROLE",
|
30
|
-
BACK = "BACK",
|
31
|
-
ROUTE_MAPPING = "ROUTE_MAPPING"
|
32
|
-
}
|
33
|
-
export declare enum RouterTransitionEnum {
|
34
|
-
ZOOM_FADE = "zoom-fade",
|
35
|
-
ZOOM_OUT = "zoom-out",
|
36
|
-
FADE_SIDE = "fade-slide",
|
37
|
-
FADE = "fade",
|
38
|
-
FADE_BOTTOM = "fade-bottom",
|
39
|
-
FADE_SCALE = "fade-scale"
|
40
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
export declare enum sizeEnum {
|
2
|
-
XS = "XS",
|
3
|
-
SM = "SM",
|
4
|
-
MD = "MD",
|
5
|
-
LG = "LG",
|
6
|
-
XL = "XL",
|
7
|
-
XXL = "XXL"
|
8
|
-
}
|
9
|
-
export declare enum screenEnum {
|
10
|
-
XS = 480,
|
11
|
-
SM = 576,
|
12
|
-
MD = 768,
|
13
|
-
LG = 992,
|
14
|
-
XL = 1200,
|
15
|
-
XXL = 1600
|
16
|
-
}
|
17
|
-
declare const screenMap: Map<sizeEnum, number>;
|
18
|
-
export { screenMap };
|
@@ -1,18 +0,0 @@
|
|
1
|
-
export declare const TOKEN_KEY = "TOKEN__";
|
2
|
-
export declare const USER_INFO_KEY = "USER__INFO__";
|
3
|
-
export declare const LOCALE_KEY = "LOCALE__";
|
4
|
-
export declare const ROLES_KEY = "ROLES__KEY__";
|
5
|
-
export declare const USER_WAREHOUSE_KEY = "USER_WAREHOUSE__KEY__";
|
6
|
-
export declare const DB_DICT_DATA_KEY = "UI_CACHE_DB_DICT_DATA";
|
7
|
-
export declare const PROJ_CFG_KEY = "PROJ__CFG__KEY__";
|
8
|
-
export declare const LOCK_INFO_KEY = "LOCK__INFO__KEY__";
|
9
|
-
export declare const MULTIPLE_TABS_KEY = "MULTIPLE_TABS__KEY__";
|
10
|
-
export declare const APP_DARK_MODE_KEY_ = "__APP__DARK__MODE__";
|
11
|
-
export declare const APP_LOCAL_CACHE_KEY = "COMMON__LOCAL__KEY__";
|
12
|
-
export declare const APP_SESSION_CACHE_KEY = "COMMON__SESSION__KEY__";
|
13
|
-
export declare const TENANT_ID = "TENANT_ID";
|
14
|
-
export declare const LOGIN_INFO_KEY = "LOGIN__INFO__";
|
15
|
-
export declare enum CacheTypeEnum {
|
16
|
-
SESSION = 0,
|
17
|
-
LOCAL = 1
|
18
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @description: Exception related enumeration
|
3
|
-
*/
|
4
|
-
export declare enum ExceptionEnum {
|
5
|
-
PAGE_NOT_ACCESS = 403,
|
6
|
-
PAGE_NOT_FOUND = 404,
|
7
|
-
ERROR = 500,
|
8
|
-
NET_WORK_ERROR = 10000,
|
9
|
-
PAGE_NOT_DATA = 10100
|
10
|
-
}
|
11
|
-
export declare enum ErrorTypeEnum {
|
12
|
-
VUE = "vue",
|
13
|
-
SCRIPT = "script",
|
14
|
-
RESOURCE = "resource",
|
15
|
-
AJAX = "ajax",
|
16
|
-
PROMISE = "promise"
|
17
|
-
}
|
@@ -1,38 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @description: Request result set
|
3
|
-
*/
|
4
|
-
export declare enum ResultEnum {
|
5
|
-
SUCCESS = 0,
|
6
|
-
ERROR = 1,
|
7
|
-
TIMEOUT = 401,
|
8
|
-
TYPE = "success"
|
9
|
-
}
|
10
|
-
/**
|
11
|
-
* @description: request method
|
12
|
-
*/
|
13
|
-
export declare enum RequestEnum {
|
14
|
-
GET = "GET",
|
15
|
-
POST = "POST",
|
16
|
-
PUT = "PUT",
|
17
|
-
DELETE = "DELETE"
|
18
|
-
}
|
19
|
-
/**
|
20
|
-
* @description: contentTyp
|
21
|
-
*/
|
22
|
-
export declare enum ContentTypeEnum {
|
23
|
-
JSON = "application/json;charset=UTF-8",
|
24
|
-
FORM_URLENCODED = "application/x-www-form-urlencoded;charset=UTF-8",
|
25
|
-
FORM_DATA = "multipart/form-data;charset=UTF-8"
|
26
|
-
}
|
27
|
-
/**
|
28
|
-
* 请求header
|
29
|
-
* @description: contentTyp
|
30
|
-
*/
|
31
|
-
export declare enum ConfigEnum {
|
32
|
-
TOKEN = "X-Access-Token",
|
33
|
-
TIMESTAMP = "X-TIMESTAMP",
|
34
|
-
Sign = "X-Sign",
|
35
|
-
TENANT_ID = "tenant-id",
|
36
|
-
VERSION = "X-Version",
|
37
|
-
X_LOW_APP_ID = "X-Low-App-ID"
|
38
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
export * from './appEnum';
|
2
|
-
export * from './breakpointEnum';
|
3
|
-
export * from './cacheEnum';
|
4
|
-
export * from './CompTypeEnum';
|
5
|
-
export * from './DateTypeEnum';
|
6
|
-
export * from './exceptionEnum';
|
7
|
-
export * from './httpEnum';
|
8
|
-
export * from './index';
|
9
|
-
export * from './jeecgEnum';
|
10
|
-
export * from './menuEnum';
|
11
|
-
export * from './pageEnum';
|
12
|
-
export * from './roleEnum';
|
13
|
-
export * from './sizeEnum';
|