@byteluck-fe/model-driven-controls 4.34.0-lx3 → 4.34.0-lx4
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,12 +1,14 @@
|
|
|
1
1
|
import { DesignerAttachmentControl } from '../Attachment';
|
|
2
2
|
import { Schema, SettingOption } from '@byteluck-fe/model-driven-core';
|
|
3
3
|
import { FieldTypes } from '@byteluck-fe/model-driven-shared';
|
|
4
|
+
import ImageProperty from './property';
|
|
4
5
|
declare class ImageControl extends DesignerAttachmentControl {
|
|
5
6
|
static get controlName(): string;
|
|
6
7
|
static get controlIcon(): string;
|
|
7
8
|
static get controlType(): string;
|
|
8
9
|
static controlFieldType: FieldTypes;
|
|
9
10
|
static readonly setting: SettingOption[];
|
|
11
|
+
readonly props: ImageProperty;
|
|
10
12
|
constructor(props?: Partial<Schema<'image'>>);
|
|
11
13
|
}
|
|
12
14
|
export default ImageControl;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-controls",
|
|
3
|
-
"version": "4.34.0-
|
|
3
|
+
"version": "4.34.0-lx4",
|
|
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": "
|
|
34
|
+
"gitHead": "3c2aef6c2b0f6230e196fcb5b9b17c2df1827cad"
|
|
35
35
|
}
|