@byteluck-fe/model-driven-controls 7.0.0-props.87 → 7.0.0-props.89
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.
|
@@ -153,7 +153,8 @@ _define_property(TagControl, "setting", [
|
|
|
153
153
|
showItems: [
|
|
154
154
|
COMMON_SETTING_TYPE.IS_HIDE,
|
|
155
155
|
COMMON_SETTING_TYPE.IS_HIDE_CAPTION,
|
|
156
|
-
COMMON_SETTING_TYPE.IS_SHOW_CAPTION_TIP
|
|
156
|
+
COMMON_SETTING_TYPE.IS_SHOW_CAPTION_TIP,
|
|
157
|
+
COMMON_SETTING_TYPE.DEFAULT_SHOW_OPTIONS
|
|
157
158
|
]
|
|
158
159
|
},
|
|
159
160
|
{
|
|
@@ -213,8 +214,8 @@ _define_property(TagControl, "setting", [
|
|
|
213
214
|
key: 'common-select',
|
|
214
215
|
visible: true,
|
|
215
216
|
name: 'color',
|
|
216
|
-
label: '
|
|
217
|
-
default: '
|
|
217
|
+
label: '默认',
|
|
218
|
+
default: 'default',
|
|
218
219
|
options: [
|
|
219
220
|
{
|
|
220
221
|
value: 'default',
|
|
@@ -131,7 +131,7 @@ var TagProperty = /*#__PURE__*/ function(BaseControlProperty) {
|
|
|
131
131
|
_this.defaultValue = (_ref2 = props === null || props === void 0 ? void 0 : props.defaultValue) !== null && _ref2 !== void 0 ? _ref2 : [];
|
|
132
132
|
_this.size = (_ref3 = props === null || props === void 0 ? void 0 : props.size) !== null && _ref3 !== void 0 ? _ref3 : 'middle';
|
|
133
133
|
_this.align = (_ref4 = props === null || props === void 0 ? void 0 : props.align) !== null && _ref4 !== void 0 ? _ref4 : 'left';
|
|
134
|
-
_this.color = (_ref5 = props === null || props === void 0 ? void 0 : props.color) !== null && _ref5 !== void 0 ? _ref5 : '
|
|
134
|
+
_this.color = (_ref5 = props === null || props === void 0 ? void 0 : props.color) !== null && _ref5 !== void 0 ? _ref5 : 'default';
|
|
135
135
|
_this.optionConfig = (_ref6 = props === null || props === void 0 ? void 0 : props.optionConfig) !== null && _ref6 !== void 0 ? _ref6 : 'custom';
|
|
136
136
|
_this.datasourceBind = new DataSourceBind(props === null || props === void 0 ? void 0 : props.datasourceBind);
|
|
137
137
|
_this.openMultistageFilling = (_ref7 = props === null || props === void 0 ? void 0 : props.openMultistageFilling) !== null && _ref7 !== void 0 ? _ref7 : false;
|