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

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.
@@ -113,10 +113,7 @@ SubTableColumnControl.setting = [
113
113
  ],
114
114
  visible: true
115
115
  },
116
- {
117
- key: "column-width",
118
- visible: true
119
- },
116
+ // { key: 'column-width', visible: true },
120
117
  {
121
118
  key: "column-auto-width",
122
119
  visible: true
@@ -123,8 +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
- var _props_autoWidth;
127
- _this.autoWidth = (_props_autoWidth = props === null || props === void 0 ? void 0 : props.autoWidth) !== null && _props_autoWidth !== void 0 ? _props_autoWidth : new AutoWidth();
126
+ _this.autoWidth = new AutoWidth(props === null || props === void 0 ? void 0 : props.autoWidth);
128
127
  var _props_widthMetaType;
129
128
  _this.widthMetaType = (_props_widthMetaType = props === null || props === void 0 ? void 0 : props.widthMetaType) !== null && _props_widthMetaType !== void 0 ? _props_widthMetaType : "pc";
130
129
  return _this;
@@ -201,15 +201,15 @@ SubTableControl.setting = [
201
201
  visible: true
202
202
  },
203
203
  {
204
- key: "super-setting",
204
+ key: "mobile-show-type",
205
205
  visible: true
206
206
  },
207
207
  {
208
- key: "mobile-show-type",
208
+ key: "data-storage-description",
209
209
  visible: true
210
210
  },
211
211
  {
212
- key: "data-storage-description",
212
+ key: "super-setting",
213
213
  visible: true
214
214
  }
215
215
  ];