@ningboyz/types 1.5.188 → 1.5.190

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.5.188",
4
+ "version": "1.5.190",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -114,6 +114,7 @@ export interface IViewCtrlResponseWithParaConv {
114
114
  auth: boolean;
115
115
  keepAlive: boolean;
116
116
  componentName: string;
117
+ unitMode: string;
117
118
  skdwType: TSkdwType;
118
119
  defaultKey: string;
119
120
  menuUUID: string;
@@ -142,6 +143,7 @@ export class TViewCtrlResponseWithParaConv implements IViewCtrlResponseWithParaC
142
143
  auth: boolean = true;
143
144
  keepAlive: boolean = false;
144
145
  componentName: string = "";
146
+ unitMode: string = "";
145
147
  skdwType: TSkdwType = USER_ACNO_DATA_TYPE_NULL;
146
148
  defaultKey: string = "";
147
149
  menuUUID: string = "";