@byteluck-fe/model-driven-controls 7.0.0-props.89 → 7.0.0-props.90

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.
@@ -30,6 +30,12 @@ interface TagPropertyInterface extends BaseControlPropertyInterface {
30
30
  * @public
31
31
  */
32
32
  options: Array<OptionSetting>;
33
+ /**
34
+ * 是否默认展开选项
35
+ * @defaultValue true
36
+ * @public
37
+ */
38
+ defaultShowOptions: boolean;
33
39
  /**
34
40
  * 选项配置方式;取值:custom:自定义;datasource:数据源;
35
41
  * @defaultValue 'custom'
@@ -69,6 +75,7 @@ declare class TagProperty extends BaseControlProperty implements TagPropertyInte
69
75
  align: 'left' | 'center' | 'right';
70
76
  color: string;
71
77
  options: Array<OptionSetting>;
78
+ defaultShowOptions: boolean;
72
79
  optionConfig: 'custom' | 'datasource';
73
80
  datasourceBind: DataSourceBind;
74
81
  multistageFilling?: MultistageFillingItem[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "7.0.0-props.89",
3
+ "version": "7.0.0-props.90",
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": "70e60ce74bb054616356091f8ebf4978daf745cb"
34
+ "gitHead": "edf459da193fa030c97369cc3d25f46482c4e382"
35
35
  }