@byteluck-fe/model-driven-controls 2.0.8-beta.2 → 2.0.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.
@@ -134,7 +134,6 @@ var OperationColumnControlProperty = /*#__PURE__*/ function(ColumnControlPropert
134
134
  // props?.delete ?? { content: '删除', type: 'delete', isShow: false }
135
135
  // )
136
136
  // this.custom = (props?.custom ?? []).map((item) => new OperationItem(item))
137
- //默认宽度
138
137
  _this.autoWidth.minWidth = (_props_autoWidth_minWidth = props === null || props === void 0 ? void 0 : (_props_autoWidth = props.autoWidth) === null || _props_autoWidth === void 0 ? void 0 : _props_autoWidth.minWidth) !== null && _props_autoWidth_minWidth !== void 0 ? _props_autoWidth_minWidth : 84;
139
138
  var _props_caption;
140
139
  _this.caption = (_props_caption = props === null || props === void 0 ? void 0 : props.caption) !== null && _props_caption !== void 0 ? _props_caption : DesignerOperationColumnControl.controlName;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "2.0.8-beta.2",
3
+ "version": "2.0.8",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -27,5 +27,5 @@
27
27
  "@byteluck-fe/model-driven-shared": "2.0.1",
28
28
  "async-validator": "3.5.1"
29
29
  },
30
- "gitHead": "e0b5ba368d26577e5ea8234d7600c7928046374e"
30
+ "gitHead": "ae8c5f8fc4b19b93dcee5ed62ddb81b81b9ce611"
31
31
  }