@byteluck-fe/model-driven-controls 2.10.0-alpha.1 → 2.10.0-alpha.20

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.
@@ -133,6 +133,9 @@ var VarcharColumnControlPropertyRules = /*#__PURE__*/ function(ColumnOptionAndDa
133
133
  /**
134
134
  * 最大行数
135
135
  * */ _define_property(_assert_this_initialized(_this), "lineEllipsis", void 0);
136
+ /**
137
+ * tag配置
138
+ * */ _define_property(_assert_this_initialized(_this), "dictionaryTagConfig", void 0);
136
139
  var _props_caption;
137
140
  _this.caption = (_props_caption = props === null || props === void 0 ? void 0 : props.caption) !== null && _props_caption !== void 0 ? _props_caption : DesignerVarcharColumnControl.controlName;
138
141
  var _props_optionConfig;
@@ -147,6 +150,10 @@ var VarcharColumnControlPropertyRules = /*#__PURE__*/ function(ColumnOptionAndDa
147
150
  _this.linkOperationOption = new LinkOperationOption(props === null || props === void 0 ? void 0 : props.linkOperationOption);
148
151
  var _props_lineEllipsis;
149
152
  _this.lineEllipsis = (_props_lineEllipsis = props === null || props === void 0 ? void 0 : props.lineEllipsis) !== null && _props_lineEllipsis !== void 0 ? _props_lineEllipsis : 1;
153
+ var _props_dictionaryTagConfig;
154
+ _this.dictionaryTagConfig = (_props_dictionaryTagConfig = props === null || props === void 0 ? void 0 : props.dictionaryTagConfig) !== null && _props_dictionaryTagConfig !== void 0 ? _props_dictionaryTagConfig : {
155
+ isTag: false
156
+ };
150
157
  return _this;
151
158
  }
152
159
  return VarcharColumnControlProperty;
@@ -189,6 +189,10 @@ _define_property(CheckboxControl, "setting", [
189
189
  key: "options-order",
190
190
  visible: true
191
191
  },
192
+ {
193
+ key: "default-value",
194
+ visible: true
195
+ },
192
196
  {
193
197
  key: "super-setting",
194
198
  visible: true
@@ -185,6 +185,10 @@ _define_property(RadioControl, "setting", [
185
185
  key: "options-order",
186
186
  visible: true
187
187
  },
188
+ {
189
+ key: "default-value",
190
+ visible: true
191
+ },
188
192
  {
189
193
  key: "super-setting",
190
194
  visible: true
@@ -183,6 +183,10 @@ _define_property(SelectControl, "setting", [
183
183
  COMMON_SETTING_TYPE.VIEW_FORM_MODEL_TYPE
184
184
  ]
185
185
  },
186
+ {
187
+ key: "default-value",
188
+ visible: true
189
+ },
186
190
  {
187
191
  key: "super-setting",
188
192
  visible: true
@@ -182,6 +182,10 @@ _define_property(SelectMultipleControl, "setting", [
182
182
  COMMON_SETTING_TYPE.VIEW_FORM_MODEL_TYPE
183
183
  ]
184
184
  },
185
+ {
186
+ key: "default-value",
187
+ visible: true
188
+ },
185
189
  {
186
190
  key: "super-setting",
187
191
  visible: true
@@ -206,6 +206,10 @@ _define_property(TreeControl, "setting", [
206
206
  key: "tree-datasource-bind",
207
207
  visible: true
208
208
  },
209
+ {
210
+ key: "default-value",
211
+ visible: true
212
+ },
209
213
  {
210
214
  key: "super-setting",
211
215
  visible: true