@ningboyz/types 1.0.18 → 1.0.20
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/index.ts +6 -6
- package/package.json +1 -1
- package/src/cggz/index.ts +1 -1
- package/src/const/const_type_name.ts +13 -0
- package/src/const/index.ts +4 -4
- package/src/core/index.ts +19 -19
- package/src/enums/index.ts +2 -1
- package/src/enums/wldyItemType.ts +5 -0
- package/src/expd/index.ts +11 -11
- package/src/gams/index.ts +5 -5
- package/src/gzjg/IGzjgGzlmResponse.ts +6 -0
- package/src/gzzd/index.ts +1 -1
- package/src/hzcb/index.ts +1 -1
- package/src/take/index.ts +1 -1
- package/src/wldy/IWldyItemResponse.ts +2 -0
- package/src/yzcb/index.ts +1 -1
- package/src/yzcg/index.ts +1 -1
- package/src/yzht/index.ts +1 -1
- package/src/zbhd/index.ts +1 -1
- package/src/zfht/index.ts +1 -1
- package/src/zfsq/index.ts +1 -1
- package/tsconfig.json +1 -1
package/index.ts
CHANGED
|
@@ -33,12 +33,12 @@ import * as TExpd from "./src/expd";
|
|
|
33
33
|
export {
|
|
34
34
|
Const,
|
|
35
35
|
Enums,
|
|
36
|
-
IAboutConfig,
|
|
37
|
-
IBaseConfig,
|
|
38
|
-
IBaseResponse,
|
|
39
|
-
IConfig,
|
|
40
|
-
IPathConfig,
|
|
41
|
-
IResponse,
|
|
36
|
+
type IAboutConfig,
|
|
37
|
+
type IBaseConfig,
|
|
38
|
+
type IBaseResponse,
|
|
39
|
+
type IConfig,
|
|
40
|
+
type IPathConfig,
|
|
41
|
+
type IResponse,
|
|
42
42
|
Load,
|
|
43
43
|
Micro,
|
|
44
44
|
TApp,
|
package/package.json
CHANGED
package/src/cggz/index.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ICggzMainResponse, TCggzMainResponse } from "./ICggzMainResponse";
|
|
2
2
|
import { ICggzBillResponse, TCggzBillResponse } from "./ICggzBillResponse";
|
|
3
3
|
|
|
4
|
-
export { ICggzBillResponse, ICggzMainResponse, TCggzBillResponse, TCggzMainResponse };
|
|
4
|
+
export { type ICggzBillResponse, type ICggzMainResponse, TCggzBillResponse, TCggzMainResponse };
|
|
@@ -137,3 +137,16 @@ export const CONST_SYS_TYPEU_举办会议_会议地点 = "举办会议-会议地
|
|
|
137
137
|
export const CONST_SYS_TYPEU_包干经费支出 = "包干经费支出";
|
|
138
138
|
export const CONST_SYS_TYPEU_用户类型 = "用户管理-用户类型";
|
|
139
139
|
export const CONST_SYS_TYPEU_资金来源_固定资产 = "资金来源-固定资产";
|
|
140
|
+
export const CONST_SYS_TYPEU_资产类型_固定资产 = "资产类型-固定资产";
|
|
141
|
+
export const CONST_SYS_TYPEU_折旧状态_固定资产 = "折旧状态-固定资产";
|
|
142
|
+
export const CONST_SYS_TYPEU_折旧方法_固定资产 = "折旧方法-固定资产";
|
|
143
|
+
export const CONST_SYS_TYPEU_使用方向_固定资产 = "使用方向-固定资产";
|
|
144
|
+
export const CONST_SYS_TYPEU_产权形式_固定资产 = "产权形式-固定资产";
|
|
145
|
+
export const CONST_SYS_TYPEU_建筑结构_固定资产 = "建筑结构-固定资产";
|
|
146
|
+
export const CONST_SYS_TYPEU_土地来源_固定资产 = "土地来源-固定资产";
|
|
147
|
+
export const CONST_SYS_TYPEU_入账形式_固定资产 = "入账形式-固定资产";
|
|
148
|
+
export const CONST_SYS_TYPEU_权属性质_固定资产 = "权属性质-固定资产";
|
|
149
|
+
export const CONST_SYS_TYPEU_车辆产地_固定资产 = "车辆产地-固定资产";
|
|
150
|
+
export const CONST_SYS_TYPEU_分类_固定资产 = "分类-固定资产";
|
|
151
|
+
export const CONST_SYS_TYPEU_编制情况_固定资产 = "编制情况-固定资产";
|
|
152
|
+
export const CONST_SYS_TYPEU_文物等级_固定资产 = "文物等级-固定资产";
|
package/src/const/index.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as Align from "./const_align";
|
|
1
2
|
import * as Audit from "./const_audit";
|
|
2
3
|
import * as Card from "./const_card";
|
|
3
4
|
import * as Clas from "./const_clas";
|
|
@@ -5,19 +6,18 @@ import * as Cnfg from "./const_cnfg";
|
|
|
5
6
|
import * as DataFrom from "./const_data_from";
|
|
6
7
|
import * as Elem from "./const_elem";
|
|
7
8
|
import * as Flow from "./const_flow";
|
|
8
|
-
import * as Gzlm from "./const_gzlm";
|
|
9
9
|
import * as GamsMode from "./const_gams_mode";
|
|
10
|
+
import * as Gzlm from "./const_gzlm";
|
|
10
11
|
import * as Myoa from "./const_myoa";
|
|
11
12
|
import * as Part from "./const_part";
|
|
13
|
+
import * as Stat from "./const_stat";
|
|
12
14
|
import * as TakeType from "./const_take_type";
|
|
13
15
|
import * as Todo from "./const_todo";
|
|
14
16
|
import * as Travel from "./const_travel";
|
|
15
|
-
import * as TypeName from "./const_type_name";
|
|
16
17
|
import * as Type from "./const_type";
|
|
18
|
+
import * as TypeName from "./const_type_name";
|
|
17
19
|
import * as User from "./const_user";
|
|
18
20
|
import * as Yiha from "./const_yiha";
|
|
19
21
|
import * as Zbzd from "./const_zbzd";
|
|
20
|
-
import * as Align from "./const_align";
|
|
21
|
-
import * as Stat from "./const_stat";
|
|
22
22
|
|
|
23
23
|
export { Align, Audit, Card, Clas, Cnfg, DataFrom, Elem, Flow, GamsMode, Gzlm, Myoa, Part, Stat, TakeType, Todo, Travel, Type, TypeName, User, Yiha, Zbzd };
|
package/src/core/index.ts
CHANGED
|
@@ -20,25 +20,25 @@ import { IUserSzdwResponse, TUserSzdwResponse } from "./IUserSzdwResponse";
|
|
|
20
20
|
|
|
21
21
|
export {
|
|
22
22
|
// 接口
|
|
23
|
-
IDeptLiteResponse,
|
|
24
|
-
IDeptResponse,
|
|
25
|
-
IDictResponse,
|
|
26
|
-
IEnvrResponse,
|
|
27
|
-
ILaidResponse,
|
|
28
|
-
IPartResponse,
|
|
29
|
-
IPathResponse,
|
|
30
|
-
ISourceItem,
|
|
31
|
-
IStypResponse,
|
|
32
|
-
ISysClasResponse,
|
|
33
|
-
ISysMenuWithCoreResponse,
|
|
34
|
-
ISysMenuWithExpdResponse,
|
|
35
|
-
ITypeResponse,
|
|
36
|
-
IUnitResponse,
|
|
37
|
-
IUserAcnoResponse,
|
|
38
|
-
IUserFindResponse,
|
|
39
|
-
IUserLiteResponse,
|
|
40
|
-
IUserResponse,
|
|
41
|
-
IUserSzdwResponse,
|
|
23
|
+
type IDeptLiteResponse,
|
|
24
|
+
type IDeptResponse,
|
|
25
|
+
type IDictResponse,
|
|
26
|
+
type IEnvrResponse,
|
|
27
|
+
type ILaidResponse,
|
|
28
|
+
type IPartResponse,
|
|
29
|
+
type IPathResponse,
|
|
30
|
+
type ISourceItem,
|
|
31
|
+
type IStypResponse,
|
|
32
|
+
type ISysClasResponse,
|
|
33
|
+
type ISysMenuWithCoreResponse,
|
|
34
|
+
type ISysMenuWithExpdResponse,
|
|
35
|
+
type ITypeResponse,
|
|
36
|
+
type IUnitResponse,
|
|
37
|
+
type IUserAcnoResponse,
|
|
38
|
+
type IUserFindResponse,
|
|
39
|
+
type IUserLiteResponse,
|
|
40
|
+
type IUserResponse,
|
|
41
|
+
type IUserSzdwResponse,
|
|
42
42
|
|
|
43
43
|
// 类
|
|
44
44
|
TDeptLiteResponse,
|
package/src/enums/index.ts
CHANGED
|
@@ -5,5 +5,6 @@ import { TFormType } from "./formType";
|
|
|
5
5
|
import { TViewMode } from "./viewMode";
|
|
6
6
|
import { StoreId } from "./storeId";
|
|
7
7
|
import { TBtnActive } from "./btnMode";
|
|
8
|
+
import { EWldyItemType } from "./wldyItemType";
|
|
8
9
|
|
|
9
|
-
export { TabActive, TDoneMode, TEditMode, TFormType, TViewMode
|
|
10
|
+
export { EWldyItemType, StoreId, TabActive, TBtnActive, TDoneMode, TEditMode, TFormType, TViewMode };
|
package/src/expd/index.ts
CHANGED
|
@@ -11,17 +11,17 @@ import { IExpdP5pzResponse, TExpdP5pzResponse } from "./IExpdP5pzResponse";
|
|
|
11
11
|
import { IViewLockResponse, TViewLockResponse } from "./IViewLockResponse";
|
|
12
12
|
|
|
13
13
|
export {
|
|
14
|
-
IExpdBAXQResponse,
|
|
15
|
-
IExpdCallResponse,
|
|
16
|
-
IExpdCardResponse,
|
|
17
|
-
IExpdCashResponse,
|
|
18
|
-
IExpdHYHBResponse,
|
|
19
|
-
IExpdHYMXResponse,
|
|
20
|
-
IExpdLfmxResponse,
|
|
21
|
-
IExpdMainResponse,
|
|
22
|
-
IExpdP2pzResponse,
|
|
23
|
-
IExpdP5pzResponse,
|
|
24
|
-
IViewLockResponse,
|
|
14
|
+
type IExpdBAXQResponse,
|
|
15
|
+
type IExpdCallResponse,
|
|
16
|
+
type IExpdCardResponse,
|
|
17
|
+
type IExpdCashResponse,
|
|
18
|
+
type IExpdHYHBResponse,
|
|
19
|
+
type IExpdHYMXResponse,
|
|
20
|
+
type IExpdLfmxResponse,
|
|
21
|
+
type IExpdMainResponse,
|
|
22
|
+
type IExpdP2pzResponse,
|
|
23
|
+
type IExpdP5pzResponse,
|
|
24
|
+
type IViewLockResponse,
|
|
25
25
|
TExpdBAXQResponse,
|
|
26
26
|
TExpdCallResponse,
|
|
27
27
|
TExpdCardResponse,
|
package/src/gams/index.ts
CHANGED
|
@@ -5,11 +5,11 @@ import { IZbhdMainResponese, TZbhdMainResponese } from "./IZbhdMainResponese";
|
|
|
5
5
|
import { IGamsMainResponse, TGamsMainResponse } from "./IGamsMainResponse";
|
|
6
6
|
|
|
7
7
|
export {
|
|
8
|
-
IGamsBillResponse,
|
|
9
|
-
IGamsCnfgResponse,
|
|
10
|
-
IGamsEachResponse,
|
|
11
|
-
IGamsMainResponse,
|
|
12
|
-
IZbhdMainResponese,
|
|
8
|
+
type IGamsBillResponse,
|
|
9
|
+
type IGamsCnfgResponse,
|
|
10
|
+
type IGamsEachResponse,
|
|
11
|
+
type IGamsMainResponse,
|
|
12
|
+
type IZbhdMainResponese,
|
|
13
13
|
TGamsBillResponse,
|
|
14
14
|
TGamsCnfgResponse,
|
|
15
15
|
TGamsEachResponse,
|
|
@@ -68,6 +68,9 @@ export interface IGzjgGzlmResponse {
|
|
|
68
68
|
dynamicDict: any[];
|
|
69
69
|
jsScript: string;
|
|
70
70
|
sql4Load: string;
|
|
71
|
+
|
|
72
|
+
id: number;
|
|
73
|
+
children: IGzjgGzlmResponse[];
|
|
71
74
|
}
|
|
72
75
|
|
|
73
76
|
export class TGzjgGzlmResponse implements IGzjgGzlmResponse {
|
|
@@ -134,6 +137,9 @@ export class TGzjgGzlmResponse implements IGzjgGzlmResponse {
|
|
|
134
137
|
dynamicField: string = "";
|
|
135
138
|
dynamicDict: any[] = [];
|
|
136
139
|
|
|
140
|
+
id: number = 0;
|
|
141
|
+
children = [];
|
|
142
|
+
|
|
137
143
|
static parseJson(gzlmPara: string) {
|
|
138
144
|
const defaultGzlmPara = new TGzjgGzlmResponseGzlmPara();
|
|
139
145
|
if (_.isEmpty(gzlmPara)) {
|
package/src/gzzd/index.ts
CHANGED
|
@@ -2,4 +2,4 @@ import { IGzzdMainResponse, TGzzdMainResponse } from "./IGzzdMainResponse";
|
|
|
2
2
|
import { IGzzdBillResponse, TGzzdBillResponse } from "./IGzzdBillResponse";
|
|
3
3
|
import { IGzzdLineResponse, TGzzdLineResponse } from "./IGzzdLineResponse";
|
|
4
4
|
|
|
5
|
-
export { IGzzdBillResponse, IGzzdLineResponse, IGzzdMainResponse, TGzzdBillResponse, TGzzdLineResponse, TGzzdMainResponse };
|
|
5
|
+
export { type IGzzdBillResponse, type IGzzdLineResponse, type IGzzdMainResponse, TGzzdBillResponse, TGzzdLineResponse, TGzzdMainResponse };
|
package/src/hzcb/index.ts
CHANGED
package/src/take/index.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ITakeMainResponse, TTakeMainResponse } from "./ITakeMainResponse";
|
|
2
2
|
import { ITakeBillResponse, TTakeBillResponse } from "./ITakeBillResponse";
|
|
3
3
|
|
|
4
|
-
export { ITakeBillResponse, ITakeMainResponse, TTakeBillResponse, TTakeMainResponse };
|
|
4
|
+
export { type ITakeBillResponse, type ITakeMainResponse, TTakeBillResponse, TTakeMainResponse };
|
|
@@ -32,6 +32,7 @@ export interface IWldyItemResponse {
|
|
|
32
32
|
valudNew: string;
|
|
33
33
|
nonEmpty: number;
|
|
34
34
|
itemCode: string;
|
|
35
|
+
jsMethod: string;
|
|
35
36
|
}
|
|
36
37
|
|
|
37
38
|
export class TWldyItemResponse implements IWldyItemResponse {
|
|
@@ -67,4 +68,5 @@ export class TWldyItemResponse implements IWldyItemResponse {
|
|
|
67
68
|
valudNew: string = "";
|
|
68
69
|
nonEmpty: number = 0;
|
|
69
70
|
itemCode: string = "";
|
|
71
|
+
jsMethod: string = "";
|
|
70
72
|
}
|
package/src/yzcb/index.ts
CHANGED
package/src/yzcg/index.ts
CHANGED
package/src/yzht/index.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IYzhtMainResponse, TYzhtMainResponse } from "./IYzhtMainResponse";
|
|
2
2
|
import { IYzhtBillResponse, TYzhtBillResponse } from "./IYzhtBillResponse";
|
|
3
3
|
|
|
4
|
-
export { IYzhtBillResponse, IYzhtMainResponse, TYzhtBillResponse, TYzhtMainResponse };
|
|
4
|
+
export { type IYzhtBillResponse, type IYzhtMainResponse, TYzhtBillResponse, TYzhtMainResponse };
|
package/src/zbhd/index.ts
CHANGED
package/src/zfht/index.ts
CHANGED
package/src/zfsq/index.ts
CHANGED