@ningboyz/types 1.3.142 → 1.3.143

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.3.142",
4
+ "version": "1.3.143",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -100,6 +100,10 @@ export class TViewCtrlResponse extends TBaseResponse<IViewCtrlResponse> implemen
100
100
  node.nodeName = viewCtrl.viewName;
101
101
  return node;
102
102
  }
103
+
104
+ static toListWtuiNode(listViewCtrl: TWtui.IViewCtrlResponse[]) {
105
+ return listViewCtrl.map((u) => this.toWtuiNode(u));
106
+ }
103
107
  }
104
108
 
105
109
  export interface IViewCtrlResponseWithParaConv {