@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.
Files changed (53) hide show
  1. package/dist/kengic-vue.js +54495 -21298
  2. package/dist/src/apis/WMS/Controllers/DescriptionController/List.d.ts +4 -4
  3. package/dist/src/apis/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +1 -1
  4. package/dist/src/apis/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +2 -2
  5. package/dist/src/apis/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +1 -1
  6. package/dist/src/apis/WMS/Controllers/WhController/ListVO.d.ts +14 -14
  7. package/dist/src/apis/WMS/Controllers/WorkstationController/List.d.ts +1 -1
  8. package/dist/src/apis/WMS/models.d.ts +51 -45
  9. package/dist/src/components-next/KgVarConfig/KgVarConfig.d.ts +2 -0
  10. package/dist/src/components-next/KgVarConfig/index.d.ts +1 -0
  11. package/dist/src/components-next/index.d.ts +1 -0
  12. package/dist/src/index.d.ts +2 -0
  13. package/package.json +5 -4
  14. package/dist/src/project/src/api/index.d.ts +0 -3
  15. package/dist/src/project/src/api/sys/model/menuModel.d.ts +0 -15
  16. package/dist/src/project/src/api/sys/model/uploadModel.d.ts +0 -5
  17. package/dist/src/project/src/api/sys/model/userModel.d.ts +0 -46
  18. package/dist/src/project/src/components/Dropdown/index.d.ts +0 -1
  19. package/dist/src/project/src/components/Dropdown/src/typing.d.ts +0 -9
  20. package/dist/src/project/src/components/index.d.ts +0 -1
  21. package/dist/src/project/src/enums/CompTypeEnum.d.ts +0 -19
  22. package/dist/src/project/src/enums/DateTypeEnum.d.ts +0 -8
  23. package/dist/src/project/src/enums/appEnum.d.ts +0 -40
  24. package/dist/src/project/src/enums/breakpointEnum.d.ts +0 -18
  25. package/dist/src/project/src/enums/cacheEnum.d.ts +0 -18
  26. package/dist/src/project/src/enums/exceptionEnum.d.ts +0 -17
  27. package/dist/src/project/src/enums/httpEnum.d.ts +0 -38
  28. package/dist/src/project/src/enums/index.d.ts +0 -13
  29. package/dist/src/project/src/enums/jeecgEnum.d.ts +0 -16
  30. package/dist/src/project/src/enums/menuEnum.d.ts +0 -35
  31. package/dist/src/project/src/enums/pageEnum.d.ts +0 -14
  32. package/dist/src/project/src/enums/roleEnum.d.ts +0 -4
  33. package/dist/src/project/src/enums/sizeEnum.d.ts +0 -18
  34. package/dist/src/project/src/hooks/index.d.ts +0 -1
  35. package/dist/src/project/src/hooks/web/useI18n.d.ts +0 -13
  36. package/dist/src/project/src/index.d.ts +0 -13
  37. package/dist/src/project/src/locales/helper.d.ts +0 -5
  38. package/dist/src/project/src/locales/index.d.ts +0 -3
  39. package/dist/src/project/src/locales/setupI18n.d.ts +0 -4
  40. package/dist/src/project/src/locales/useLocale.d.ts +0 -10
  41. package/dist/src/project/src/settings/componentSetting.d.ts +0 -44
  42. package/dist/src/project/src/settings/designSetting.d.ts +0 -6
  43. package/dist/src/project/src/settings/encryptionSetting.d.ts +0 -6
  44. package/dist/src/project/src/settings/index.d.ts +0 -3
  45. package/dist/src/project/src/store/index.d.ts +0 -1
  46. package/dist/src/project/src/store/modules/index.d.ts +0 -1
  47. package/dist/src/project/src/store/modules/locale.d.ts +0 -38
  48. package/dist/src/project/src/utils/cache/index.d.ts +0 -7
  49. package/dist/src/project/src/utils/cache/memory.d.ts +0 -22
  50. package/dist/src/project/src/utils/cache/persistent.d.ts +0 -33
  51. package/dist/src/project/src/utils/cache/storageCache.d.ts +0 -8
  52. package/dist/src/project/src/utils/cipher.d.ts +0 -19
  53. 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;
@@ -4,7 +4,7 @@ import * as DEF from '../../../def';
4
4
  export declare class AddQuery {
5
5
  }
6
6
  /**
7
- * 变量翻译-添加
7
+ * 变量翻译-添加.
8
8
  *
9
9
  * @param config 请求配置.
10
10
  * @param option 请求选项.
@@ -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,7 +2,7 @@ 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
  }
@@ -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 请求选项.
@@ -13,7 +13,7 @@ export declare class ListQuery {
13
13
  constructor(obj?: ListQuery);
14
14
  }
15
15
  /**
16
- * 工作站-分页列表查询
16
+ * 工作站-分页列表查询.
17
17
  *
18
18
  * @param config 请求配置.
19
19
  * @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 {};
@@ -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.1",
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
- "cnpm:sync": "npm run switch-node-version && npx cnpm --yes sync @kengic/vue",
16
- "switch-node-version": "nvm use 18.16.0 && corepack enable && corepack prepare pnpm@7.30.5 --activate",
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/pont": "1.2.17-beta.0",
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,3 +0,0 @@
1
- export * from './sys/model/menuModel';
2
- export * from './sys/model/uploadModel';
3
- export * from './sys/model/userModel';
@@ -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,5 +0,0 @@
1
- export interface UploadApiResult {
2
- message: string;
3
- code: number;
4
- url: string;
5
- }
@@ -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,9 +0,0 @@
1
- export interface DropMenu {
2
- onClick?: Fn;
3
- to?: string;
4
- icon?: string;
5
- event: any;
6
- text: string;
7
- disabled?: boolean;
8
- divider?: boolean;
9
- }
@@ -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,8 +0,0 @@
1
- /**
2
- * 日期类型
3
- */
4
- export declare enum DateTypeEnum {
5
- Date = "date",
6
- Datetime = "datetime",
7
- Time = "time"
8
- }
@@ -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';