@byteluck-fe/model-driven-driven 2.8.1-alpha.2 → 2.8.1-alpha.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.
@@ -31,6 +31,6 @@ export default class Designer<EventKeys extends string = string> extends Registe
31
31
  checkSchema(...args: Parameters<typeof checkSchema>): Promise<ReturnType<typeof checkSchema>>;
32
32
  getModelBindInfoList(...args: Parameters<typeof getModelBindInfoList>): ReturnType<typeof getModelBindInfoList>;
33
33
  getSchema(...args: Parameters<typeof toSchema>): ReturnType<typeof toSchema>;
34
- listenControlHook(...args: Parameters<typeof controlHooksEmitter['on']>): ReturnType<typeof controlHooksEmitter['on']>;
34
+ listenControlHook(...args: Parameters<(typeof controlHooksEmitter)['on']>): ReturnType<(typeof controlHooksEmitter)['on']>;
35
35
  }
36
36
  export { ToolboxType, DesignerServices, Designer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-driven",
3
- "version": "2.8.1-alpha.2",
3
+ "version": "2.8.1-alpha.4",
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.8.1-alpha.2",
30
- "@byteluck-fe/model-driven-core": "2.8.1-alpha.1",
31
- "@byteluck-fe/model-driven-settings": "2.8.1-alpha.1",
32
- "@byteluck-fe/model-driven-shared": "2.7.0-alpha.38a"
29
+ "@byteluck-fe/model-driven-controls": "2.8.1-alpha.4",
30
+ "@byteluck-fe/model-driven-core": "2.8.1-alpha.4",
31
+ "@byteluck-fe/model-driven-settings": "2.8.1-alpha.4",
32
+ "@byteluck-fe/model-driven-shared": "2.8.1-alpha.4"
33
33
  },
34
- "gitHead": "b75199ba0aaa29d993b0e0b10cb1700c90769c86"
34
+ "gitHead": "62703a4dd9e255887a3f0e625e9083c1450e12f1"
35
35
  }