@byteluck-fe/model-driven-controls 2.2.1-beta.3 → 2.2.1-beta.5

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.
@@ -7,6 +7,7 @@ declare class TabControl extends DesignerLayoutControl<DesignerTabPaneControl> {
7
7
  static get controlType(): string;
8
8
  static get controlIcon(): string;
9
9
  static excludes: CONTROL_TYPE[];
10
+ static readonly controlEventKeys: string[];
10
11
  static setting: SettingOption[];
11
12
  props: TabControlProperty;
12
13
  constructor(props?: LayoutControlSchema<'tab', TabControlProperty, DesignerTabPaneControl>);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "2.2.1-beta.3",
3
+ "version": "2.2.1-beta.5",
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": "2.2.1-beta.2",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "18358d607b92d9e334f4a7fee1baa1e6a4db296c"
34
+ "gitHead": "2c5e584496339006296cc3d3f917fece4b3f42b5"
35
35
  }