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