@byteluck-fe/model-driven-controls 4.35.0-lx2 → 4.35.0-lx3

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,6 +1,6 @@
1
- import { DesignerControl, Schema, SettingOption } from '@byteluck-fe/model-driven-core';
1
+ import { DesignerFormControl, Schema, SettingOption } from '@byteluck-fe/model-driven-core';
2
2
  import { LinkProperty } from './property';
3
- declare class LinkControl extends DesignerControl {
3
+ declare class LinkControl extends DesignerFormControl {
4
4
  static get controlName(): string;
5
5
  static get controlIcon(): string;
6
6
  static get controlType(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "4.35.0-lx2",
3
+ "version": "4.35.0-lx3",
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.9.1-beta.1",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "9ed04d4c64eabc3ab2c32948d8a8d007ab2fb0b1"
34
+ "gitHead": "5eac693ca453876e6eef28c3b621769261f9d410"
35
35
  }