@byteluck-fe/model-driven-controls 2.22.1-beta.1 → 2.22.1-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.
@@ -141,6 +141,8 @@ var SubTableColumnControlProperty = /*#__PURE__*/ function(LayoutControlProperty
141
141
  /**
142
142
  * 隐藏标题一直为false
143
143
  * */ _define_property(_assert_this_initialized(_this), "isHideCaption", void 0);
144
+ _define_property(_assert_this_initialized(_this), "enableExp", void 0);
145
+ _define_property(_assert_this_initialized(_this), "expression", void 0);
144
146
  var _props_caption;
145
147
  _this.caption = (_props_caption = props === null || props === void 0 ? void 0 : props.caption) !== null && _props_caption !== void 0 ? _props_caption : '';
146
148
  var _props_fixed;
@@ -152,6 +154,8 @@ var SubTableColumnControlProperty = /*#__PURE__*/ function(LayoutControlProperty
152
154
  var _props_isHideCaption;
153
155
  _this.isHideCaption = (_props_isHideCaption = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _props_isHideCaption !== void 0 ? _props_isHideCaption : false;
154
156
  _this.metaAutoWidth = new MetaAutoWidth(props === null || props === void 0 ? void 0 : props.metaAutoWidth);
157
+ _this.enableExp = false;
158
+ _this.expression = '';
155
159
  return _this;
156
160
  }
157
161
  return SubTableColumnControlProperty;