@byteluck-fe/model-driven-controls 2.8.2-beta.4 → 2.8.2-beta.6
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.
|
@@ -165,7 +165,7 @@ var ListSelectButtonPropertyRules = /*#__PURE__*/ function(PropertyRules) {
|
|
|
165
165
|
/**
|
|
166
166
|
* 禁用填充
|
|
167
167
|
* @public
|
|
168
|
-
*/ _define_property(_assert_this_initialized(_this), "
|
|
168
|
+
*/ _define_property(_assert_this_initialized(_this), "disableFilling", void 0);
|
|
169
169
|
/**
|
|
170
170
|
* 回填配置
|
|
171
171
|
* @public
|
|
@@ -184,8 +184,8 @@ var ListSelectButtonPropertyRules = /*#__PURE__*/ function(PropertyRules) {
|
|
|
184
184
|
var _props_showSelectedDetail;
|
|
185
185
|
_this.showSelectedDetail = (_props_showSelectedDetail = props === null || props === void 0 ? void 0 : props.showSelectedDetail) !== null && _props_showSelectedDetail !== void 0 ? _props_showSelectedDetail : false;
|
|
186
186
|
_this.selectedContentConfig = new SelectedContentConfig(props === null || props === void 0 ? void 0 : props.selectedContentConfig);
|
|
187
|
-
var
|
|
188
|
-
_this.
|
|
187
|
+
var _props_disableFilling;
|
|
188
|
+
_this.disableFilling = (_props_disableFilling = props === null || props === void 0 ? void 0 : props.disableFilling) !== null && _props_disableFilling !== void 0 ? _props_disableFilling : true;
|
|
189
189
|
return _this;
|
|
190
190
|
}
|
|
191
191
|
return ListSelectButtonProperty;
|