@byteluck-fe/model-driven-controls 7.0.0-beta.3 → 7.0.0-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.
@@ -1,4 +1,4 @@
1
- import { Property, PropertyInterface, OptObject, ActionSourceBind } from '@byteluck-fe/model-driven-core';
1
+ import { Property, PropertyInterface, OptObject, ActionSourceBind, ActionObject } from '@byteluck-fe/model-driven-core';
2
2
  interface ButtonBaseInterface extends PropertyInterface {
3
3
  /**
4
4
  * 按钮标题
@@ -54,6 +54,7 @@ interface ButtonBaseInterface extends PropertyInterface {
54
54
  * @public
55
55
  */
56
56
  optObj?: OptObject;
57
+ actionObj?: ActionObject;
57
58
  }
58
59
  declare class ButtonBaseProperty extends Property implements ButtonBaseInterface {
59
60
  content: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "7.0.0-beta.3",
3
+ "version": "7.0.0-beta.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-core": "7.0.0-beta.3",
30
- "@byteluck-fe/model-driven-settings": "7.0.0-beta.3",
29
+ "@byteluck-fe/model-driven-core": "7.0.0-beta.4",
30
+ "@byteluck-fe/model-driven-settings": "7.0.0-beta.4",
31
31
  "@byteluck-fe/model-driven-shared": "7.0.0-beta.3",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "995396311352b1c216737f502dba9fceb44553f2"
34
+ "gitHead": "e2c32b376c328fe4c114106e071884f112c11f2e"
35
35
  }