@byteluck-fe/model-driven-core 1.5.0-beta.2 → 1.5.0-beta.3
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.
- package/dist/types/type.d.ts +1 -1
- package/package.json +2 -2
package/dist/types/type.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ export interface WrapControls {
|
|
|
32
32
|
}
|
|
33
33
|
export interface Controls extends BaseControls, FormControls, LayoutControls, ListControls, ColumnControls, SearchControls, WrapControls {
|
|
34
34
|
}
|
|
35
|
-
export declare type GetKeys<T extends string
|
|
35
|
+
export declare type GetKeys<T extends string> = T extends never ? string : T;
|
|
36
36
|
export declare type MODE = 'Designer' | 'Runtime';
|
|
37
37
|
export declare type BaseControlsKeys = GetKeys<keyof BaseControls>;
|
|
38
38
|
export declare type FormControlsKeys = GetKeys<keyof FormControls>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-core",
|
|
3
|
-
"version": "1.5.0-beta.
|
|
3
|
+
"version": "1.5.0-beta.3",
|
|
4
4
|
"description": "model engine core",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"async-validator": "3.5.1",
|
|
31
31
|
"tslib": "^2.1.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "6ec9400983c2235af70d3220f7e7454027c2b1a2"
|
|
34
34
|
}
|