@mxmweb/xviewer 1.4.6 → 1.4.8

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/lib_enter.d.ts CHANGED
@@ -197,6 +197,7 @@ declare interface ViewType {
197
197
  rowHeight?: number;
198
198
  formConfig?: any;
199
199
  formWidth?: string;
200
+ formPadding?: string;
200
201
  toolbar?: ToolbarItem[];
201
202
  /** 视图头部:渲染在 toolbar 下方、内容区域上方(仅 table/card/form 等叶子节点生效) */
202
203
  header?: HeaderItem[];
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "style": "assets/style.css",
6
6
  "types": "lib_enter.d.ts",
7
7
  "private": false,
8
- "version": "1.4.6",
8
+ "version": "1.4.8",
9
9
  "author": "hanfeng_Zhang",
10
10
  "type": "module",
11
11
  "peerDependencies": {