@byteluck-fe/model-driven-controls 7.0.0-props.98 → 7.0.0-props.99
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.
|
@@ -5,6 +5,7 @@ declare class BarChartControl extends DesignerControl {
|
|
|
5
5
|
static get controlIcon(): string;
|
|
6
6
|
static get controlType(): string;
|
|
7
7
|
static get controlCustomAttributes(): never[];
|
|
8
|
+
static readonly controlEventKeys: string[];
|
|
8
9
|
static readonly setting: SettingOption[];
|
|
9
10
|
props: BarChartProperty;
|
|
10
11
|
constructor(props?: Partial<Schema<'bar-chart'>>);
|
|
@@ -5,6 +5,7 @@ declare class PieChartControl extends DesignerControl {
|
|
|
5
5
|
static get controlIcon(): string;
|
|
6
6
|
static get controlType(): string;
|
|
7
7
|
static get controlCustomAttributes(): never[];
|
|
8
|
+
static readonly controlEventKeys: string[];
|
|
8
9
|
static readonly setting: SettingOption[];
|
|
9
10
|
props: PieChartProperty;
|
|
10
11
|
constructor(props?: Partial<Schema<'pie-chart'>>);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-controls",
|
|
3
|
-
"version": "7.0.0-props.
|
|
3
|
+
"version": "7.0.0-props.99",
|
|
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-props.
|
|
30
|
-
"@byteluck-fe/model-driven-settings": "7.0.0-props.
|
|
31
|
-
"@byteluck-fe/model-driven-shared": "7.0.0-props.
|
|
29
|
+
"@byteluck-fe/model-driven-core": "7.0.0-props.99",
|
|
30
|
+
"@byteluck-fe/model-driven-settings": "7.0.0-props.99",
|
|
31
|
+
"@byteluck-fe/model-driven-shared": "7.0.0-props.99",
|
|
32
32
|
"async-validator": "3.5.1"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "b0de0a9e75c82a9405160c1db2a67887b4a23986"
|
|
35
35
|
}
|