@byteluck-fe/model-driven-controls 2.22.3-beta.2 → 2.22.3-beta.4

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.
@@ -15,6 +15,7 @@ declare class ReferenceListProperty extends Property {
15
15
  isShowToolbar: boolean;
16
16
  actionSetting: ActionSetting;
17
17
  listHeightSetting: ListHeightSetting;
18
+ isHideCaption: boolean;
18
19
  constructor(props?: Partial<ReferenceListProperty>);
19
20
  }
20
21
  export default ReferenceListProperty;
@@ -145,7 +145,7 @@ export declare class ActionSetting {
145
145
  }
146
146
  export declare class ListHeightSetting {
147
147
  type: 'auto' | 'px';
148
- line: number;
148
+ row: number;
149
149
  height?: number;
150
150
  constructor(props?: Partial<ListHeightSetting>);
151
151
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "2.22.3-beta.2",
3
+ "version": "2.22.3-beta.4",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -31,5 +31,5 @@
31
31
  "@byteluck-fe/model-driven-shared": "2.22.3-beta.1",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "fc7f7023690818e3fd21bff9981cf329d31fccbc"
34
+ "gitHead": "6199412922bc9fafa113d2f96060034eb892ea7b"
35
35
  }