@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.
@@ -119,6 +119,7 @@ _define_property(ApprovalStatusColumnControl, "setting", [
119
119
  key: "column-autoHeight",
120
120
  visible: true
121
121
  },
122
+ // { key: 'column-process-enum-type', visible: true },
122
123
  {
123
124
  key: "column-align-content",
124
125
  visible: true
@@ -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;
@@ -166,6 +166,10 @@ _define_property(ListViewControl, "setting", [
166
166
  key: "list-selection-state",
167
167
  visible: true
168
168
  },
169
+ {
170
+ key: "list-row-style",
171
+ visible: true
172
+ },
169
173
  {
170
174
  key: "super-setting",
171
175
  visible: true