@byteluck-fe/model-driven-controls 2.7.0-alpha.21 → 2.7.0-alpha.23

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.
@@ -120,10 +120,6 @@ _define_property(ApprovalStatusColumnControl, "setting", [
120
120
  key: "column-autoHeight",
121
121
  visible: true
122
122
  },
123
- {
124
- key: "column-align",
125
- visible: true
126
- },
127
123
  {
128
124
  key: "column-link-operation",
129
125
  visible: true
@@ -120,14 +120,7 @@ _define_property(ArrayColumnControl, "setting", [
120
120
  key: "column-autowidth",
121
121
  visible: true
122
122
  },
123
- {
124
- key: "column-align",
125
- visible: true
126
- },
127
- {
128
- key: "column-link-operation",
129
- visible: true
130
- },
123
+ // { key: 'column-link-operation', visible: true },
131
124
  {
132
125
  key: "column-fixed",
133
126
  visible: true
@@ -120,10 +120,6 @@ _define_property(AutoNumberColumnControl, "setting", [
120
120
  key: "column-autowidth",
121
121
  visible: true
122
122
  },
123
- {
124
- key: "column-align",
125
- visible: true
126
- },
127
123
  {
128
124
  key: "column-link-operation",
129
125
  visible: true
@@ -253,10 +253,6 @@ _define_property(CustomColumnControl, "setting", [
253
253
  {
254
254
  key: "column-sort",
255
255
  visible: true
256
- },
257
- {
258
- key: "column-sort-field",
259
- visible: true
260
256
  }
261
257
  ]);
262
258
  export default CustomColumnControl;
@@ -94,16 +94,13 @@ import { DesignerCustomColumnControl } from "./designer";
94
94
  function CustomColumnControlProperty(props) {
95
95
  _class_call_check(this, CustomColumnControlProperty);
96
96
  var _this;
97
- var _props, _props1, _props2;
97
+ var _props, _props1;
98
98
  _this = _super.call(this, props);
99
99
  _define_property(_assert_this_initialized(_this), "fieldCodeList", void 0);
100
- _define_property(_assert_this_initialized(_this), "sortFieldCode", void 0);
101
100
  var _props_caption;
102
101
  _this.caption = (_props_caption = (_props = props) === null || _props === void 0 ? void 0 : _props.caption) !== null && _props_caption !== void 0 ? _props_caption : DesignerCustomColumnControl.controlName;
103
102
  var _props_fieldCodeList;
104
103
  _this.fieldCodeList = (_props_fieldCodeList = (_props1 = props) === null || _props1 === void 0 ? void 0 : _props1.fieldCodeList) !== null && _props_fieldCodeList !== void 0 ? _props_fieldCodeList : [];
105
- var _props_sortFieldCode;
106
- _this.sortFieldCode = (_props_sortFieldCode = (_props2 = props) === null || _props2 === void 0 ? void 0 : _props2.sortFieldCode) !== null && _props_sortFieldCode !== void 0 ? _props_sortFieldCode : "";
107
104
  return _this;
108
105
  }
109
106
  return CustomColumnControlProperty;
@@ -171,10 +171,6 @@ _define_property(DecimalColumnControl, "setting", [
171
171
  key: "column-autowidth",
172
172
  visible: true
173
173
  },
174
- {
175
- key: "column-align",
176
- visible: true
177
- },
178
174
  {
179
175
  key: "column-link-operation",
180
176
  visible: true
@@ -170,10 +170,6 @@ _define_property(DepartmentColumnControl, "setting", [
170
170
  key: "column-autowidth",
171
171
  visible: true
172
172
  },
173
- {
174
- key: "column-align",
175
- visible: true
176
- },
177
173
  {
178
174
  key: "column-fixed",
179
175
  visible: true
@@ -148,10 +148,6 @@ _define_property(EmployeeColumnControl, "setting", [
148
148
  key: "column-autowidth",
149
149
  visible: true
150
150
  },
151
- {
152
- key: "column-align",
153
- visible: true
154
- },
155
151
  {
156
152
  key: "column-fixed",
157
153
  visible: true
@@ -126,10 +126,6 @@ _define_property(FileColumnControl, "setting", [
126
126
  key: "column-autowidth",
127
127
  visible: true
128
128
  },
129
- {
130
- key: "column-align",
131
- visible: true
132
- },
133
129
  {
134
130
  key: "column-fixed",
135
131
  visible: true
@@ -120,10 +120,6 @@ _define_property(ImageColumnControl, "setting", [
120
120
  key: "column-autowidth",
121
121
  visible: true
122
122
  },
123
- {
124
- key: "column-align",
125
- visible: true
126
- },
127
123
  {
128
124
  key: "column-fixed",
129
125
  visible: true
@@ -120,10 +120,6 @@ _define_property(LocationColumnControl, "setting", [
120
120
  key: "column-autowidth",
121
121
  visible: true
122
122
  },
123
- {
124
- key: "column-align",
125
- visible: true
126
- },
127
123
  {
128
124
  key: "column-link-operation",
129
125
  visible: true
@@ -110,10 +110,6 @@ _define_property(OrderColumnControl, "setting", [
110
110
  {
111
111
  key: "column-autowidth",
112
112
  visible: true
113
- },
114
- {
115
- key: "column-align",
116
- visible: true
117
113
  }
118
114
  ]);
119
115
  export default OrderColumnControl;
@@ -120,10 +120,6 @@ _define_property(PeopleColumnControl, "setting", [
120
120
  key: "column-autowidth",
121
121
  visible: true
122
122
  },
123
- {
124
- key: "column-align",
125
- visible: true
126
- },
127
123
  {
128
124
  key: "column-fixed",
129
125
  visible: true
@@ -174,10 +174,6 @@ _define_property(TextColumnControl, "setting", [
174
174
  key: "column-autoHeight",
175
175
  visible: true
176
176
  },
177
- {
178
- key: "column-align",
179
- visible: true
180
- },
181
177
  {
182
178
  key: "column-link-operation",
183
179
  visible: true
@@ -170,10 +170,6 @@ _define_property(TimescopeColumnControl, "setting", [
170
170
  key: "column-autowidth",
171
171
  visible: true
172
172
  },
173
- {
174
- key: "column-align",
175
- visible: true
176
- },
177
173
  {
178
174
  key: "column-link-operation",
179
175
  visible: true
@@ -170,10 +170,6 @@ _define_property(TimestampColumnControl, "setting", [
170
170
  key: "column-autowidth",
171
171
  visible: true
172
172
  },
173
- {
174
- key: "column-align",
175
- visible: true
176
- },
177
173
  {
178
174
  key: "column-link-operation",
179
175
  visible: true
@@ -124,10 +124,6 @@ _define_property(VarcharColumnControl, "setting", [
124
124
  key: "column-autoHeight",
125
125
  visible: true
126
126
  },
127
- {
128
- key: "column-align",
129
- visible: true
130
- },
131
127
  {
132
128
  key: "column-link-operation",
133
129
  visible: true
@@ -139,6 +139,7 @@ _define_property(ColControl, "excludes", [
139
139
  CONTROL_TYPE.CARD_GROUP,
140
140
  CONTROL_TYPE.SUBTABLE,
141
141
  CONTROL_TYPE.SUBTABLE_COLUMN,
142
+ CONTROL_TYPE.GRID_LAYOUT_CONTAINER,
142
143
  CONTROL_TYPE.DIVIDER
143
144
  ]);
144
145
  _define_property(ColControl, "childrenMaxLength", 1);