@ningboyz/types 1.4.185 → 1.4.187

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.4.185",
4
+ "version": "1.4.187",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -9,6 +9,7 @@ export interface IAboutConfig {
9
9
 
10
10
  export interface IBaseConfig {
11
11
  title: string;
12
+ printUrl: string;
12
13
  /**
13
14
  * 登录框标题
14
15
  */
@@ -117,6 +117,7 @@ export interface IViewCtrlResponseWithParaConv {
117
117
  skdwType: TSkdwType;
118
118
  defaultKey: string;
119
119
  menuUUID: string;
120
+ printUrl?: string;
120
121
  gzjgMain?: number;
121
122
  showTab: string | string[];
122
123
  tabItems?: {