@byteluck-fe/model-driven-core-all 2.7.0-alpha.6 → 2.7.0-alpha.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.
@@ -1,5 +1,5 @@
1
1
  import { ExportedControl } from '@byteluck-fe/model-driven-core';
2
- export declare type CustomComponentDefinition = {
2
+ export type CustomComponentDefinition = {
3
3
  fieldType: string;
4
4
  id: string;
5
5
  name: string;
@@ -10,7 +10,7 @@ export declare type CustomComponentDefinition = {
10
10
  type: string;
11
11
  version: string;
12
12
  };
13
- export declare type CustomComponentBox = {
13
+ export type CustomComponentBox = {
14
14
  props: any;
15
15
  version: string;
16
16
  isLoaded: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-core-all",
3
- "version": "2.7.0-alpha.6",
3
+ "version": "2.7.0-alpha.8",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -26,10 +26,10 @@
26
26
  "postpublish": "node ../../scripts/postpublish.js"
27
27
  },
28
28
  "dependencies": {
29
- "@byteluck-fe/model-driven-controls": "2.7.0-alpha.6",
29
+ "@byteluck-fe/model-driven-controls": "2.7.0-alpha.8",
30
30
  "@byteluck-fe/model-driven-core": "2.7.0-alpha.4",
31
31
  "@byteluck-fe/model-driven-shared": "2.7.0-alpha.4",
32
- "@byteluck-fe/model-driven-upgrade": "2.7.0-alpha.6"
32
+ "@byteluck-fe/model-driven-upgrade": "2.7.0-alpha.8"
33
33
  },
34
- "gitHead": "056455bd0aa31265e93f66d0a0c8b8d8f3618c50"
34
+ "gitHead": "0e95ae9b78722aac3bf989f7b599abb83a2708d3"
35
35
  }