@byteluck-fe/model-driven-controls 2.22.0-beta.7 → 2.22.1-beta.1
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.
|
@@ -302,7 +302,6 @@ var GridTableControl = /*#__PURE__*/ function _target(DesignerListControl) {
|
|
|
302
302
|
function GridTableControl(props) {
|
|
303
303
|
_class_call_check(this, GridTableControl);
|
|
304
304
|
var _this;
|
|
305
|
-
var _props_props;
|
|
306
305
|
_this = _super.call(this, props);
|
|
307
306
|
_define_property(_assert_this_initialized(_this), "props", void 0);
|
|
308
307
|
_define_property(_assert_this_initialized(_this), "children", void 0);
|
|
@@ -317,9 +316,9 @@ var GridTableControl = /*#__PURE__*/ function _target(DesignerListControl) {
|
|
|
317
316
|
new DesignerOperationColumnControl()
|
|
318
317
|
];
|
|
319
318
|
}
|
|
320
|
-
if (
|
|
321
|
-
|
|
322
|
-
}
|
|
319
|
+
// if (props?.props?.footers === undefined) {
|
|
320
|
+
// this.props.footers = []
|
|
321
|
+
// }
|
|
323
322
|
_this.excludes = JSONCopy(excludes);
|
|
324
323
|
_this.childrenMaxLength = childrenMaxLength;
|
|
325
324
|
return _this;
|
|
@@ -106,7 +106,7 @@ var SubTableControl = /*#__PURE__*/ function(DesignerListControl) {
|
|
|
106
106
|
function SubTableControl(props) {
|
|
107
107
|
_class_call_check(this, SubTableControl);
|
|
108
108
|
var _this;
|
|
109
|
-
var _props_props
|
|
109
|
+
var _props_props;
|
|
110
110
|
_this = _super.call(this, props);
|
|
111
111
|
_define_property(_assert_this_initialized(_this), "props", void 0);
|
|
112
112
|
_this.props = new SubTableControlProperty(_assert_this_initialized(_this), props === null || props === void 0 ? void 0 : props.props);
|
|
@@ -118,9 +118,6 @@ var SubTableControl = /*#__PURE__*/ function(DesignerListControl) {
|
|
|
118
118
|
new DesignerSubTableColumnControl()
|
|
119
119
|
];
|
|
120
120
|
}
|
|
121
|
-
if ((props === null || props === void 0 ? void 0 : (_props_props1 = props.props) === null || _props_props1 === void 0 ? void 0 : _props_props1.footers) === undefined) {
|
|
122
|
-
_this.props.footers = [];
|
|
123
|
-
}
|
|
124
121
|
return _this;
|
|
125
122
|
}
|
|
126
123
|
_create_class(SubTableControl, [
|