@ningboyz/types 1.7.200 → 1.7.202

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.7.200",
4
+ "version": "1.7.202",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
package/src/core/index.ts CHANGED
@@ -24,12 +24,13 @@ import { IUserFindResponse, TUserFindResponse } from "./IUserFindResponse";
24
24
  import { IUserLiteResponse, TUserLiteResponse } from "./IUserLiteResponse";
25
25
  import { IUserMemoResponse, TUserMemoResponse } from "./IUserMemoResponse";
26
26
  import { IUserPartResponse, TUserPartResponse } from "./IUserPartResponse";
27
- import { IUserResponse, TUserResponse } from "./IUserResponse";
27
+ import { TWithEXPDS, TWithMYOA, WithEXPDS, WithMYOA, IUserResponse, TUserResponse } from "./IUserResponse";
28
28
  import { IUserSizeResponse, TUserSizeResponse } from "./IUserSizeResponse";
29
29
  import { IUserSzdwResponse, TUserSzdwResponse } from "./IUserSzdwResponse";
30
30
  import { IWebSocketResponse, TWebSocketResponse } from "./IWebSocketResponse";
31
31
  import { IUserInfoResponse, TUserInfoResponse } from "./IUserInfoResponse";
32
32
  import { INhtfLineResponse, TNhtfLineResponse, INhtfDataResponse, TNhtfDataResponse, IRsDataResponse, TRsDataResponse } from "./INhtfDataResponse.ts";
33
+
33
34
  export {
34
35
  // 类
35
36
  TCoreValidResponse,
@@ -67,6 +68,8 @@ export {
67
68
  TNhtfLineResponse,
68
69
  TNhtfDataResponse,
69
70
  TRsDataResponse,
71
+ TWithEXPDS,
72
+ TWithMYOA,
70
73
  // 接口
71
74
  type IRsDataResponse,
72
75
  type ICoreValidResponse,
@@ -102,6 +105,8 @@ export {
102
105
  type IWebSocketResponse,
103
106
  type IUserInfoResponse,
104
107
  type INhtfLineResponse,
105
- type INhtfDataResponse
108
+ type INhtfDataResponse,
109
+ type WithEXPDS,
110
+ type WithMYOA
106
111
  };
107
112
 
@@ -9,6 +9,10 @@ export interface IGzjgGzlmResponseGzlmPara {
9
9
  placeholder: string;
10
10
  useWatch: any;
11
11
  sumRow: number[];
12
+ /** 将哪几列的金额数据进行合计,达成配平 */
13
+ totalGzlmList: number[];
14
+ /** 默认将合计金额显示在此列 */
15
+ defaultTotalMoney: boolean;
12
16
  }
13
17
 
14
18
  export class TGzjgGzlmResponseGzlmPara implements IGzjgGzlmResponseGzlmPara {
@@ -22,4 +26,7 @@ export class TGzjgGzlmResponseGzlmPara implements IGzjgGzlmResponseGzlmPara {
22
26
  placeholder: string = "";
23
27
  useWatch: undefined;
24
28
  sumRow: number[] = [];
29
+ /** 将哪几列的金额数据进行合计,达成配平 */
30
+ totalGzlmList: number[] = [];
31
+ defaultTotalMoney: boolean = false;
25
32
  }
package/src/wtui/index.ts CHANGED
@@ -15,9 +15,12 @@ import { IWtuiUserCnfgResponse, TWtuiUserCnfgResponse } from "./IWtuiUserCnfgRes
15
15
  import { IWtuiColWidthResponse, TWtuiColWidthResponse } from "./IWtuiColWidthResponse";
16
16
  import { IWtuiOperateResponse, TWtuiOperateResponse } from "./IWtuiOperateResponse";
17
17
  import { IWtuiRootResponse, TWtuiRootResponse } from "./IWtuiRootResponse";
18
+ import { ICalcEffect,TCalcEffect ,ICalcEffectData ,TCalcEffectData } from "./IWtuiItemCalc";
18
19
 
19
20
  export {
20
21
  type IDictEffect,
22
+ type ICalcEffect,
23
+ type ICalcEffectData,
21
24
  type IDictEffectData,
22
25
  type IDictEffectField,
23
26
  type ITodoResponse,
@@ -36,6 +39,8 @@ export {
36
39
  type IWtuiZoneResponse, // 位置调整 ‌:ml-citation{ref="1,2" data="citationList"}
37
40
  type IWtuiOperateResponse,
38
41
  type IWtuiRootResponse,
42
+ TCalcEffectData,
43
+ TCalcEffect,
39
44
  TDictEffect,
40
45
  TDictEffectData,
41
46
  TDictEffectField,