@byteluck-fe/model-driven-controls 2.8.0-alpha.1c → 2.8.0-alpha.1d
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.
- package/dist/esm/columnControls/ApprovalStatusColumn/designer.js +1 -0
- package/dist/esm/columnControls/ApprovalStatusColumn/property.js +0 -6
- package/dist/esm/layoutControls/ListView/designer.js +4 -0
- package/dist/index.umd.js +1 -1
- package/dist/types/columnControls/ApprovalStatusColumn/property.d.ts +0 -1
- package/package.json +2 -2
|
@@ -106,10 +106,6 @@ import { DesignerApprovalStatusColumnControl } from "./designer";
|
|
|
106
106
|
* 链接操作配置
|
|
107
107
|
* @public
|
|
108
108
|
*/ _define_property(_assert_this_initialized(_this), "linkOperationOption", void 0);
|
|
109
|
-
/**
|
|
110
|
-
* 流程状态位
|
|
111
|
-
* @public
|
|
112
|
-
*/ _define_property(_assert_this_initialized(_this), "enumType", void 0);
|
|
113
109
|
var _props_caption;
|
|
114
110
|
_this.caption = (_props_caption = props === null || props === void 0 ? void 0 : props.caption) !== null && _props_caption !== void 0 ? _props_caption : DesignerApprovalStatusColumnControl.controlName;
|
|
115
111
|
var _props_showLinkOperation;
|
|
@@ -117,8 +113,6 @@ import { DesignerApprovalStatusColumnControl } from "./designer";
|
|
|
117
113
|
_this.linkOperationOption = new LinkOperationOption(props === null || props === void 0 ? void 0 : props.linkOperationOption);
|
|
118
114
|
var _props_lineEllipsis;
|
|
119
115
|
_this.lineEllipsis = (_props_lineEllipsis = props === null || props === void 0 ? void 0 : props.lineEllipsis) !== null && _props_lineEllipsis !== void 0 ? _props_lineEllipsis : 1;
|
|
120
|
-
var _props_enumType;
|
|
121
|
-
_this.enumType = (_props_enumType = props === null || props === void 0 ? void 0 : props.enumType) !== null && _props_enumType !== void 0 ? _props_enumType : "process";
|
|
122
116
|
return _this;
|
|
123
117
|
}
|
|
124
118
|
return ApprovalStatusColumnControlProperty;
|