@byteluck-fe/model-driven-controls 7.0.0-props.81 → 7.0.0-props.83
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,4 +1,4 @@
|
|
|
1
|
-
import { BaseControlProperty, BaseControlPropertyInterface, BaseControlPropertyRuntimeRules, OptionAndDataSourcePropertyRules,
|
|
1
|
+
import { BaseControlProperty, BaseControlPropertyInterface, BaseControlPropertyRuntimeRules, OptionAndDataSourcePropertyRules, OptionSetting } from '@byteluck-fe/model-driven-core';
|
|
2
2
|
declare class TagPropertyRules extends OptionAndDataSourcePropertyRules {
|
|
3
3
|
constructor(props: TagProperty);
|
|
4
4
|
}
|
|
@@ -36,24 +36,6 @@ interface TagPropertyInterface extends BaseControlPropertyInterface {
|
|
|
36
36
|
* @public
|
|
37
37
|
*/
|
|
38
38
|
defaultValue: string[];
|
|
39
|
-
/**
|
|
40
|
-
* 数据源绑定
|
|
41
|
-
* @defaultValue new DataSourceBind()
|
|
42
|
-
* @public
|
|
43
|
-
*/
|
|
44
|
-
datasourceBind: DataSourceBind;
|
|
45
|
-
/**
|
|
46
|
-
* 多级填充
|
|
47
|
-
* @defaultValue []
|
|
48
|
-
* @public
|
|
49
|
-
*/
|
|
50
|
-
multistageFilling?: MultistageFillingItem[];
|
|
51
|
-
/**
|
|
52
|
-
* 是否开启填充
|
|
53
|
-
* @defaultValue false
|
|
54
|
-
* @public
|
|
55
|
-
*/
|
|
56
|
-
openMultistageFilling: boolean;
|
|
57
39
|
}
|
|
58
40
|
declare class TagProperty extends BaseControlProperty implements TagPropertyInterface {
|
|
59
41
|
static readonly Rules: typeof TagPropertyRules;
|
|
@@ -63,9 +45,6 @@ declare class TagProperty extends BaseControlProperty implements TagPropertyInte
|
|
|
63
45
|
align: 'left' | 'center' | 'right';
|
|
64
46
|
options: Array<OptionSetting>;
|
|
65
47
|
optionConfig: 'custom' | 'datasource';
|
|
66
|
-
datasourceBind: DataSourceBind;
|
|
67
|
-
multistageFilling?: MultistageFillingItem[];
|
|
68
|
-
openMultistageFilling: boolean;
|
|
69
48
|
constructor(props?: Partial<TagProperty>);
|
|
70
49
|
}
|
|
71
50
|
export default TagProperty;
|
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.83",
|
|
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": "7.0.0-props.72",
|
|
32
32
|
"async-validator": "3.5.1"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "ac01fc9209c3e297521647e1d640be91561f7aee"
|
|
35
35
|
}
|