@byteluck-fe/model-driven-controls 2.22.0-beta.3 → 2.22.0-beta.4
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.
|
@@ -198,7 +198,7 @@ var SelectRelationControlPropertyRules = /*#__PURE__*/ function(OptionAndDataSou
|
|
|
198
198
|
_define_property(_assert_this_initialized(_this), "showSelectedDetail", void 0);
|
|
199
199
|
// 展示已选内容配置字段
|
|
200
200
|
_define_property(_assert_this_initialized(_this), "selectedContentConfig", void 0);
|
|
201
|
-
_define_property(_assert_this_initialized(_this), "
|
|
201
|
+
_define_property(_assert_this_initialized(_this), "optionDisplayConfig", void 0);
|
|
202
202
|
_define_property(_assert_this_initialized(_this), "canSearch", void 0);
|
|
203
203
|
var _props_options;
|
|
204
204
|
_this.options = initOptions((_props_options = props === null || props === void 0 ? void 0 : props.options) !== null && _props_options !== void 0 ? _props_options : []);
|
|
@@ -229,8 +229,8 @@ var SelectRelationControlPropertyRules = /*#__PURE__*/ function(OptionAndDataSou
|
|
|
229
229
|
var _props_viewFormModelType;
|
|
230
230
|
_this.viewFormModelType = (_props_viewFormModelType = props === null || props === void 0 ? void 0 : props.viewFormModelType) !== null && _props_viewFormModelType !== void 0 ? _props_viewFormModelType : "window";
|
|
231
231
|
_this.formBind = new FormBind(props === null || props === void 0 ? void 0 : props.formBind);
|
|
232
|
-
var
|
|
233
|
-
_this.
|
|
232
|
+
var _props_optionDisplayConfig;
|
|
233
|
+
_this.optionDisplayConfig = (_props_optionDisplayConfig = props === null || props === void 0 ? void 0 : props.optionDisplayConfig) !== null && _props_optionDisplayConfig !== void 0 ? _props_optionDisplayConfig : [];
|
|
234
234
|
var _props_canSearch;
|
|
235
235
|
_this.canSearch = (_props_canSearch = props === null || props === void 0 ? void 0 : props.canSearch) !== null && _props_canSearch !== void 0 ? _props_canSearch : false;
|
|
236
236
|
return _this;
|