@byteluck-fe/model-driven-controls 6.2.0-1-beta.1 → 6.2.0-1-beta.3

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.
@@ -10,4 +10,4 @@ declare class TableLayoutControl extends DesignerLayoutControl {
10
10
  constructor(props?: LayoutControlSchema<'table-layout', TableLayoutControlProperty, DesignerControl>);
11
11
  }
12
12
  export default TableLayoutControl;
13
- export { TableLayoutControl as DesignerGridControl };
13
+ export { TableLayoutControl as DesignerTableLayoutControl };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "6.2.0-1-beta.1",
3
+ "version": "6.2.0-1-beta.3",
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": "6.2.0-1-beta.1",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "a1cab42eb582b1aa89e24e48ce92384cf5b2132f"
34
+ "gitHead": "1152d6df4d8874ee15b30ff1f66f7e1e27213a8f"
35
35
  }