@byteluck-fe/model-driven-controls 1.8.0-beta.8 → 1.8.0-beta.9
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.
|
@@ -116,7 +116,7 @@ var OperationColumnControlProperty = /*#__PURE__*/ function(ColumnControlPropert
|
|
|
116
116
|
_this = _super.call(this, props);
|
|
117
117
|
var ref;
|
|
118
118
|
_this.fixed = (ref = props === null || props === void 0 ? void 0 : props.fixed) !== null && ref !== void 0 ? ref : "right";
|
|
119
|
-
_this.widthType = "
|
|
119
|
+
_this.widthType = "auto";
|
|
120
120
|
var ref1;
|
|
121
121
|
// this.check = new OperationItem(
|
|
122
122
|
// props?.check ?? {
|