@byteluck-fe/model-driven-controls 2.20.0-beta.1 → 2.20.0-beta.2

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,9 @@ var SubTableColumnControlProperty = /*#__PURE__*/ function(LayoutControlProperty
141
141
  /**
142
142
  * 隐藏标题一直为false
143
143
  * */ _define_property(_assert_this_initialized(_this), "isHideCaption", void 0);
144
+ /**
145
+ * 排序格式
146
+ * */ _define_property(_assert_this_initialized(_this), "sortType", void 0);
144
147
  var _props_caption;
145
148
  _this.caption = (_props_caption = props === null || props === void 0 ? void 0 : props.caption) !== null && _props_caption !== void 0 ? _props_caption : "";
146
149
  var _props_fixed;
@@ -152,6 +155,8 @@ var SubTableColumnControlProperty = /*#__PURE__*/ function(LayoutControlProperty
152
155
  var _props_isHideCaption;
153
156
  _this.isHideCaption = (_props_isHideCaption = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _props_isHideCaption !== void 0 ? _props_isHideCaption : false;
154
157
  _this.metaAutoWidth = new MetaAutoWidth(props === null || props === void 0 ? void 0 : props.metaAutoWidth);
158
+ var _props_sortType;
159
+ _this.sortType = (_props_sortType = props === null || props === void 0 ? void 0 : props.sortType) !== null && _props_sortType !== void 0 ? _props_sortType : "";
155
160
  return _this;
156
161
  }
157
162
  return SubTableColumnControlProperty;