@byteluck-fe/model-driven-driven 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.
@@ -5,7 +5,7 @@ export interface StoreOptions {
5
5
  instance: DesignerControl[];
6
6
  getParentBeforeInstanceMove?: (instance: DesignerControl) => DesignerControl | null;
7
7
  }
8
- declare type DataScopeControl = ControlDesignerInstance<'data-view' | 'subtable' | 'list-view'> | null;
8
+ type DataScopeControl = ControlDesignerInstance<'data-view' | 'subtable' | 'list-view'> | null;
9
9
  export declare class Store {
10
10
  /**
11
11
  * 页面控件实例树
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-driven",
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
- "@byteluck-fe/model-driven-settings": "2.7.0-alpha.4",
31
+ "@byteluck-fe/model-driven-settings": "2.7.0-alpha.8",
32
32
  "@byteluck-fe/model-driven-shared": "2.7.0-alpha.4"
33
33
  },
34
- "gitHead": "056455bd0aa31265e93f66d0a0c8b8d8f3618c50"
34
+ "gitHead": "0e95ae9b78722aac3bf989f7b599abb83a2708d3"
35
35
  }