@byteluck-fe/model-driven-controls 2.2.2-beta.7 → 2.2.2-beta.8
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,5 +1,5 @@
|
|
|
1
1
|
import { RuleItem } from 'async-validator';
|
|
2
|
-
import { LayoutControlProperty, PropertyRules,
|
|
2
|
+
import { LayoutControlProperty, PropertyRules, MetaAutoWidth } from '@byteluck-fe/model-driven-core';
|
|
3
3
|
declare class SubTableColumnControlPropertyRules extends PropertyRules {
|
|
4
4
|
caption: RuleItem;
|
|
5
5
|
width: RuleItem;
|
|
@@ -14,15 +14,10 @@ declare class SubTableColumnControlProperty extends LayoutControlProperty {
|
|
|
14
14
|
* */
|
|
15
15
|
widthType: 'px' | 'auto' | 'percent';
|
|
16
16
|
/**
|
|
17
|
-
* 设置宽度在移动和pc
|
|
17
|
+
* 设置宽度在移动和pc 宽度
|
|
18
18
|
* pc 电脑端 mobile 手机端
|
|
19
19
|
* */
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* 自适应页面宽度
|
|
23
|
-
* AutoWidth
|
|
24
|
-
* */
|
|
25
|
-
autoWidth: AutoWidth;
|
|
20
|
+
metaAutoWidth: MetaAutoWidth;
|
|
26
21
|
/**
|
|
27
22
|
* 列宽
|
|
28
23
|
* */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-controls",
|
|
3
|
-
"version": "2.2.2-beta.
|
|
3
|
+
"version": "2.2.2-beta.8",
|
|
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": "2.2.2-beta.
|
|
30
|
-
"@byteluck-fe/model-driven-settings": "2.2.2-beta.
|
|
29
|
+
"@byteluck-fe/model-driven-core": "2.2.2-beta.8",
|
|
30
|
+
"@byteluck-fe/model-driven-settings": "2.2.2-beta.8",
|
|
31
31
|
"@byteluck-fe/model-driven-shared": "2.2.2-beta.7",
|
|
32
32
|
"async-validator": "3.5.1"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "33103e97a15d838e66bcf3e99c6d299d36026b28"
|
|
35
35
|
}
|