@byteluck-fe/model-driven-controls 7.0.0-props.91 → 7.0.0-props.92

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.
@@ -173,19 +173,19 @@ _define_property(TagControl, "setting", [
173
173
  visible: true,
174
174
  name: 'size',
175
175
  label: getLocaleText('CMD.size', null, '标签尺寸'),
176
- default: 'middle',
176
+ default: 'medium',
177
177
  options: [
178
178
  {
179
179
  value: 'large',
180
- label: getLocaleText('CMD.large', null, '大')
180
+ label: '大'
181
181
  },
182
182
  {
183
- value: 'middle',
184
- label: getLocaleText('CMD.middle', null, '中')
183
+ value: 'medium',
184
+ label: '中'
185
185
  },
186
186
  {
187
187
  value: 'small',
188
- label: getLocaleText('CMD.small', null, '小')
188
+ label: '小'
189
189
  }
190
190
  ]
191
191
  },
@@ -130,7 +130,7 @@ var TagProperty = /*#__PURE__*/ function(BaseControlProperty) {
130
130
  _this.defaultShowOptions = (_ref1 = props === null || props === void 0 ? void 0 : props.defaultShowOptions) !== null && _ref1 !== void 0 ? _ref1 : true;
131
131
  _this.caption = (_ref2 = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref2 !== void 0 ? _ref2 : TagControl.controlName;
132
132
  _this.defaultValue = (_ref3 = props === null || props === void 0 ? void 0 : props.defaultValue) !== null && _ref3 !== void 0 ? _ref3 : [];
133
- _this.size = (_ref4 = props === null || props === void 0 ? void 0 : props.size) !== null && _ref4 !== void 0 ? _ref4 : 'middle';
133
+ _this.size = (_ref4 = props === null || props === void 0 ? void 0 : props.size) !== null && _ref4 !== void 0 ? _ref4 : 'medium';
134
134
  _this.align = (_ref5 = props === null || props === void 0 ? void 0 : props.align) !== null && _ref5 !== void 0 ? _ref5 : 'left';
135
135
  _this.color = (_ref6 = props === null || props === void 0 ? void 0 : props.color) !== null && _ref6 !== void 0 ? _ref6 : 'default';
136
136
  _this.optionConfig = (_ref7 = props === null || props === void 0 ? void 0 : props.optionConfig) !== null && _ref7 !== void 0 ? _ref7 : 'custom';