@byteluck-fe/model-driven-controls 2.2.2-beta.7 → 2.2.2-beta.8

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.
@@ -69,7 +69,7 @@ function _createSuper(Derived) {
69
69
  return _possibleConstructorReturn(this, result);
70
70
  };
71
71
  }
72
- import { LayoutControlProperty, PropertyRules, AutoWidth } from "@byteluck-fe/model-driven-core";
72
+ import { LayoutControlProperty, PropertyRules, MetaAutoWidth } from "@byteluck-fe/model-driven-core";
73
73
  import { RulesMessage } from "@byteluck-fe/model-driven-shared";
74
74
  var SubTableColumnControlPropertyRules = /*#__PURE__*/ function(PropertyRules) {
75
75
  "use strict";
@@ -123,9 +123,7 @@ var SubTableColumnControlProperty = /*#__PURE__*/ function(LayoutControlProperty
123
123
  _this.captionTip = (_props_captionTip = props === null || props === void 0 ? void 0 : props.captionTip) !== null && _props_captionTip !== void 0 ? _props_captionTip : "";
124
124
  var _props_isHideCaption;
125
125
  _this.isHideCaption = (_props_isHideCaption = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _props_isHideCaption !== void 0 ? _props_isHideCaption : false;
126
- _this.autoWidth = new AutoWidth(props === null || props === void 0 ? void 0 : props.autoWidth);
127
- var _props_widthMetaType;
128
- _this.widthMetaType = (_props_widthMetaType = props === null || props === void 0 ? void 0 : props.widthMetaType) !== null && _props_widthMetaType !== void 0 ? _props_widthMetaType : "pc";
126
+ _this.metaAutoWidth = new MetaAutoWidth(props === null || props === void 0 ? void 0 : props.metaAutoWidth);
129
127
  return _this;
130
128
  }
131
129
  return SubTableColumnControlProperty;