@byteluck-fe/model-driven-driven 4.38.0-lx0 → 5.3.1-1-zt

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/README.md CHANGED
@@ -1,13 +1,13 @@
1
- # Driven
2
- 设计态引擎
3
-
4
- Builder.ts // 兼容旧版Designer,提供页面初始化
5
- constants.ts // 常量
6
- Designer.ts // 旧版designer的实现
7
- designerUtils.ts // 工具函数
8
- Driven.ts // 引擎
9
- EventLogic.ts // 事件管理
10
- index.ts
11
- Plugin.ts // 插件
12
- Store.ts // 仓库
13
- utils.ts // 工具
1
+ # Driven
2
+ 设计态引擎
3
+
4
+ Builder.ts // 兼容旧版Designer,提供页面初始化
5
+ constants.ts // 常量
6
+ Designer.ts // 旧版designer的实现
7
+ designerUtils.ts // 工具函数
8
+ Driven.ts // 引擎
9
+ EventLogic.ts // 事件管理
10
+ index.ts
11
+ Plugin.ts // 插件
12
+ Store.ts // 仓库
13
+ utils.ts // 工具
@@ -30,6 +30,7 @@ function _define_property(obj, key, value) {
30
30
  }
31
31
  return obj;
32
32
  }
33
+ import { getLocaleText } from '@byteluck-fe/locale-message';
33
34
  import Designer from './Designer';
34
35
  import { CONTROL_TYPE } from '@byteluck-fe/model-driven-shared';
35
36
  export var Builder = /*#__PURE__*/ function() {
@@ -97,39 +98,53 @@ export var Builder = /*#__PURE__*/ function() {
97
98
  listview.children.push(simpleSearch);
98
99
  // @ts-ignore
99
100
  listview.children.push(gridTable);
100
- listview.props.rowStyleRules.push({
101
- id: 'default',
102
- name: '审批通过单据',
103
- color: 'theme',
104
- filters: [
101
+ listview.props.rowStyle = {
102
+ type: 'rules',
103
+ "interval": {
104
+ "color": ""
105
+ },
106
+ rules: [
105
107
  {
106
- ruleId: 1,
107
- symbol: 'op_equal',
108
- leftVariableBo: {
109
- type: 'varchar',
110
- value: 'process_status',
111
- name: '流程状态'
112
- },
113
- checked: false,
114
- describe: 'ruleLine',
115
- type: 'condition',
116
- rightVariableBo: {
117
- type: 'custom',
118
- value: [
119
- 'COMPLETE'
120
- ],
121
- displayBos: []
122
- },
123
- isLowPerformance: false,
124
- isMoreRelation: false
108
+ id: 'default',
109
+ name: getLocaleText('CMD.approvedDocuments', null, '审批通过单据'),
110
+ color: 'theme',
111
+ filters: [
112
+ {
113
+ ruleId: 1,
114
+ symbol: 'op_equal',
115
+ leftVariableBo: {
116
+ type: 'varchar',
117
+ value: 'process_status',
118
+ name: getLocaleText('CMD.processStatus', null, '流程状态')
119
+ },
120
+ checked: false,
121
+ describe: 'ruleLine',
122
+ type: 'condition',
123
+ rightVariableBo: {
124
+ type: 'custom',
125
+ value: [
126
+ 'COMPLETE'
127
+ ],
128
+ displayBos: []
129
+ },
130
+ isLowPerformance: false,
131
+ isMoreRelation: false
132
+ }
133
+ ],
134
+ "settings": [
135
+ {
136
+ "color": "theme",
137
+ "field_codes": [
138
+ "process_status"
139
+ ],
140
+ "type": "fontColor",
141
+ "scope": "col"
142
+ }
143
+ ],
144
+ script: "(SpecialMatch(data,sys,'process_status','varchar','op_equal','COMPLETE'))"
125
145
  }
126
146
  ]
127
- });
128
- listview.props.rowStyleRulesScript.push({
129
- id: 'default',
130
- script: "(params.data['process_status']==='COMPLETE')",
131
- color: 'theme'
132
- });
147
+ };
133
148
  return listview;
134
149
  }
135
150
  },
@@ -157,7 +172,7 @@ export var Builder = /*#__PURE__*/ function() {
157
172
  var grid = this.designer.createControlInstance(// @ts-ignore
158
173
  CONTROL_TYPE.GRID);
159
174
  var vueFormItem = this.designer.createControlInstance(// @ts-ignore
160
- CONTROL_TYPE.VUE_FORM_ITEM);
175
+ CONTROL_TYPE.VUE_PAGE);
161
176
  // @ts-ignore
162
177
  vueFormItem.props.isHideCaption = true;
163
178
  // @ts-ignore
@@ -146,7 +146,7 @@ function _is_native_reflect_construct() {
146
146
  })();
147
147
  }
148
148
  function _ts_generator(thisArg, body) {
149
- var f, y, t, g, _ = {
149
+ var f, y, t, _ = {
150
150
  label: 0,
151
151
  sent: function() {
152
152
  if (t[0] & 1) throw t[1];
@@ -154,12 +154,8 @@ function _ts_generator(thisArg, body) {
154
154
  },
155
155
  trys: [],
156
156
  ops: []
157
- };
158
- return g = {
159
- next: verb(0),
160
- "throw": verb(1),
161
- "return": verb(2)
162
- }, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
157
+ }, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
158
+ return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() {
163
159
  return this;
164
160
  }), g;
165
161
  function verb(n) {
@@ -172,7 +168,7 @@ function _ts_generator(thisArg, body) {
172
168
  }
173
169
  function step(op) {
174
170
  if (f) throw new TypeError("Generator is already executing.");
175
- while(_)try {
171
+ while(g && (g = 0, op[0] && (_ = 0)), _)try {
176
172
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
177
173
  if (y = 0, t) op = [
178
174
  op[0] & 2,
@@ -186,32 +186,33 @@ import { Designer } from './Designer';
186
186
  import EventLogic from './EventLogic';
187
187
  import { checkSchema, generatePermissions, getModelBindInfoList, toSchema } from './utils';
188
188
  import { Group, initSettings, Tab } from '@byteluck-fe/model-driven-settings';
189
+ import { DEFAULT_LOCALE } from '@byteluck-fe/model-driven-shared';
189
190
  // 当前正在注册的插件名称
190
191
  var applyingPluginName = '';
191
- /**
192
- * 设计器驱动
192
+ /**
193
+ * 设计器驱动
193
194
  * */ var Driven = /*#__PURE__*/ function(Watcher) {
194
195
  "use strict";
195
196
  _inherits(Driven, Watcher);
196
197
  function Driven(options) {
197
198
  _class_call_check(this, Driven);
198
199
  var _this;
199
- _this = _call_super(this, Driven), _define_property(_this, "mode", void 0), _define_property(_this, "isMounted", false), _define_property(_this, "id", genNonDuplicateId(8)), /**
200
- * 控件可选的事件
201
- * */ _define_property(_this, "eventLogic", void 0), /**
202
- * 处理数据存储,存放模型等
203
- * */ _define_property(_this, "store", void 0), /**
204
- * 额外参数存储
205
- */ _define_property(_this, "externalParams", void 0), /**
206
- * 处理instance,和schema存储
207
- * */ _define_property(_this, "designer", void 0), /**
208
- * 插件数组
200
+ _this = _call_super(this, Driven), _define_property(_this, "mode", void 0), _define_property(_this, "isMounted", false), _define_property(_this, "id", genNonDuplicateId(8)), /**
201
+ * 控件可选的事件
202
+ * */ _define_property(_this, "eventLogic", void 0), /**
203
+ * 处理数据存储,存放模型等
204
+ * */ _define_property(_this, "store", void 0), /**
205
+ * 额外参数存储
206
+ */ _define_property(_this, "externalParams", void 0), /**
207
+ * 处理instance,和schema存储
208
+ * */ _define_property(_this, "designer", void 0), /**
209
+ * 插件数组
209
210
  * */ _define_property(_this, "__plugins", void 0), _define_property(_this, "__pluginsApplied", false), _define_property(_this, "$options", void 0), // TODO 拿到schema
210
211
  _define_property(_this, "getSchema", toSchema), // TODO 拿到model_bind_info_list
211
212
  _define_property(_this, "getModelBindInfoList", getModelBindInfoList), // TODO 拿到permission_controls
212
213
  _define_property(_this, "generatePermissions", generatePermissions);
213
214
  _this.$options = Object.freeze(options);
214
- var _this_$options = _this.$options, _this_$options_autoMount = _this_$options.autoMount, autoMount = _this_$options_autoMount === void 0 ? false : _this_$options_autoMount, tmp = _this_$options.Designer, DesignerClass = tmp === void 0 ? Designer : tmp, schema = _this_$options.schema, _this_$options_mode = _this_$options.mode, mode = _this_$options_mode === void 0 ? 'form' : _this_$options_mode, tmp1 = _this_$options.store, storeOptions = tmp1 === void 0 ? {} : tmp1;
215
+ var _this_$options = _this.$options, _this_$options_autoMount = _this_$options.autoMount, autoMount = _this_$options_autoMount === void 0 ? false : _this_$options_autoMount, tmp = _this_$options.Designer, DesignerClass = tmp === void 0 ? Designer : tmp, schema = _this_$options.schema, _this_$options_mode = _this_$options.mode, mode = _this_$options_mode === void 0 ? 'form' : _this_$options_mode, tmp1 = _this_$options.store, storeOptions = tmp1 === void 0 ? {} : tmp1, messagesI18n = _this_$options.messagesI18n, _this_$options_language = _this_$options.language, language = _this_$options_language === void 0 ? DEFAULT_LOCALE : _this_$options_language;
215
216
  _this.eventLogic = new EventLogic();
216
217
  _this.designer = new DesignerClass();
217
218
  _this.store = new Store(_object_spread({
@@ -473,10 +474,10 @@ var applyingPluginName = '';
473
474
  if (instance === null) return;
474
475
  var _instance = this.getInstance(instance);
475
476
  if (!_instance) return;
476
- /*
477
- 移动之后,拿到控件新的位置,并触发事件, 如果是新增的控件的话,就没有原始位置和父级,
478
- 事件是否区分move和add
479
- move是从主表移动到子表或子表移动到主表才触发,还是所有移动都触发
477
+ /*
478
+ 移动之后,拿到控件新的位置,并触发事件, 如果是新增的控件的话,就没有原始位置和父级,
479
+ 事件是否区分move和add
480
+ move是从主表移动到子表或子表移动到主表才触发,还是所有移动都触发
480
481
  */ var oldDataScopeParent = this.store.movingInstanceOldDataScopeParent;
481
482
  var newDataScopeParent = findInstanceDataScopeParent(_instance);
482
483
  var oldParent = this.store.movingInstanceOldParent;
@@ -601,8 +602,8 @@ var applyingPluginName = '';
601
602
  },
602
603
  {
603
604
  key: "removeInstance",
604
- value: /**
605
- * 删除控件
605
+ value: /**
606
+ * 删除控件
606
607
  * */ function removeInstance(instance) {
607
608
  // 删除实例,并触发事件 removed
608
609
  var parent = instance.parent;
@@ -641,8 +642,8 @@ var applyingPluginName = '';
641
642
  },
642
643
  {
643
644
  key: "updateInstanceType",
644
- value: /**
645
- * 修改控件类型
645
+ value: /**
646
+ * 修改控件类型
646
647
  * */ function updateInstanceType(instance, type) {
647
648
  var schema = instance.toSchema();
648
649
  var newInstance = this.createInstance(type, {
@@ -700,16 +701,16 @@ var applyingPluginName = '';
700
701
  },
701
702
  {
702
703
  key: "assertInstance",
703
- value: /**
704
- * 判断控件的类型,返回当前控件的正确类型
704
+ value: /**
705
+ * 判断控件的类型,返回当前控件的正确类型
705
706
  * */ function assertInstance(instance, types) {
706
707
  return isString(types) ? instance.type === types : types.includes(instance.type);
707
708
  }
708
709
  },
709
710
  {
710
711
  key: "getInstanceInListControl",
711
- value: /**
712
- * 控件在列表控件内,如明细子表或列表控件
712
+ value: /**
713
+ * 控件在列表控件内,如明细子表或列表控件
713
714
  * */ function getInstanceInListControl(instance) {
714
715
  var _instance = instance;
715
716
  while(_instance){
@@ -780,7 +781,7 @@ var applyingPluginName = '';
780
781
  ]);
781
782
  return Driven;
782
783
  }(Watcher);
783
- /**
784
- * 控件事件定义
784
+ /**
785
+ * 控件事件定义
785
786
  * */ _define_property(Driven, "EventLogic", EventLogic);
786
787
  export { Driven };
package/dist/esm/Store.js CHANGED
@@ -89,49 +89,49 @@ function _unsupported_iterable_to_array(o, minLen) {
89
89
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
90
90
  }
91
91
  import { isDataBind } from '@byteluck-fe/model-driven-core';
92
- import { hasChildrenControl, hasFooterControl, hasHeaderControl } from './designerUtils';
92
+ import { hasChildrenControl, hasHeaderControl } from './designerUtils';
93
93
  import { CONTROL_BASE_TYPE, CONTROL_TYPE } from '@byteluck-fe/model-driven-shared';
94
94
  // 维护当前selected,。。 selectedControlSetting
95
95
  export var Store = /*#__PURE__*/ function() {
96
96
  "use strict";
97
97
  function Store(options) {
98
98
  _class_call_check(this, Store);
99
- /**
100
- * 页面控件实例树
99
+ /**
100
+ * 页面控件实例树
101
101
  * */ _define_property(this, "instance", void 0);
102
- /**
103
- * 拍平的控件数组
102
+ /**
103
+ * 拍平的控件数组
104
104
  * */ _define_property(this, "flatInstances", void 0);
105
- /**
106
- * 控件id组成的map
105
+ /**
106
+ * 控件id组成的map
107
107
  * */ _define_property(this, "instanceIdMap", void 0);
108
- /**
109
- * dataCode和fieldCode组成的map
110
- * {
111
- * [主表dataCode]: {
112
- * [fieldCode]: 控件
113
- * },
114
- * [子表dataCode]: {
115
- * [fieldCode]: 控件
116
- * }
117
- * }
108
+ /**
109
+ * dataCode和fieldCode组成的map
110
+ * {
111
+ * [主表dataCode]: {
112
+ * [fieldCode]: 控件
113
+ * },
114
+ * [子表dataCode]: {
115
+ * [fieldCode]: 控件
116
+ * }
117
+ * }
118
118
  * */ _define_property(this, "dataFieldCodeMap", void 0);
119
- /**
120
- * 当前选中的控件
119
+ /**
120
+ * 当前选中的控件
121
121
  * */ _define_property(this, "selected", null);
122
- /**
123
- * 当前选中的数据作用域控件
122
+ /**
123
+ * 当前选中的数据作用域控件
124
124
  * */ _define_property(this, "selectedInstanceDataScopeParent", null);
125
125
  _define_property(this, "selectedDataScopeFlatInstances", []);
126
- /**
127
- * 当前选中控件的setting
126
+ /**
127
+ * 当前选中控件的setting
128
128
  * */ _define_property(this, "selectedInstanceSetting", []);
129
129
  _define_property(this, "selectedInstanceSettingItems", []);
130
- /**
131
- * 当前选中控件的数据模型
130
+ /**
131
+ * 当前选中控件的数据模型
132
132
  * */ _define_property(this, "selectedFieldItem", null);
133
- /**
134
- * 扩展字段,比如appId,dataCode等
133
+ /**
134
+ * 扩展字段,比如appId,dataCode等
135
135
  * */ _define_property(this, "external", {});
136
136
  _define_property(this, "movingInstance", null);
137
137
  _define_property(this, "movingInstanceOldParent", null);
@@ -147,8 +147,8 @@ export var Store = /*#__PURE__*/ function() {
147
147
  _create_class(Store, [
148
148
  {
149
149
  key: "selectedRules",
150
- get: /**
151
- * 当前选中控件的rules
150
+ get: /**
151
+ * 当前选中控件的rules
152
152
  * */ function get() {
153
153
  if (!this.selected) {
154
154
  return null;
@@ -158,8 +158,8 @@ export var Store = /*#__PURE__*/ function() {
158
158
  },
159
159
  {
160
160
  key: "selectedAntdRules",
161
- get: /**
162
- * 当前选中控件的antd rules
161
+ get: /**
162
+ * 当前选中控件的antd rules
163
163
  * */ function get() {
164
164
  var rules = this.selectedRules;
165
165
  if (!rules) {
@@ -294,9 +294,11 @@ function setInstanceInDataFieldCodeMap(instance, dataFieldCodeMap) {
294
294
  if (isDataBind(dataBind)) {
295
295
  setDataFieldCodeMap(dataFieldCodeMap, dataBind, instance);
296
296
  } else {
297
- Object.values(dataBind).forEach(function(subDataBind) {
298
- setDataFieldCodeMap(dataFieldCodeMap, subDataBind, instance);
299
- });
297
+ if (dataBind) {
298
+ Object.values(dataBind).forEach(function(subDataBind) {
299
+ setDataFieldCodeMap(dataFieldCodeMap, subDataBind, instance);
300
+ });
301
+ }
300
302
  }
301
303
  }
302
304
  }
@@ -312,11 +314,9 @@ export function loop(instances, callback) {
312
314
  if (hasHeaderControl(item)) {
313
315
  loop(item.props.headers, callback);
314
316
  }
315
- if (hasFooterControl(item)) {
316
- var _item_props;
317
- var _item_props_footers;
318
- loop((_item_props_footers = (_item_props = item.props) === null || _item_props === void 0 ? void 0 : _item_props.footers) !== null && _item_props_footers !== void 0 ? _item_props_footers : [], callback);
319
- }
317
+ // if(item)) {
318
+ // loop(item.props?.footers ?? [], callback)
319
+ // }
320
320
  });
321
321
  }
322
322
  export function isDataScopeInstance(instance) {
@@ -1,3 +1,4 @@
1
+ import { getLocaleText } from '@byteluck-fe/locale-message';
1
2
  import { CONTROL_TYPE, FieldTypes } from '@byteluck-fe/model-driven-shared';
2
3
  // 使用ObjectDataBind 的控件
3
4
  export var objectDataBindControlTypes = [
@@ -7,27 +8,27 @@ export var objectDataBindControlTypes = [
7
8
  ];
8
9
  export var objectDataBindKeyToFieldType = {
9
10
  amount: {
10
- caption: '金额',
11
+ caption: getLocaleText('CMD.amount', null, '金额'),
11
12
  fieldType: FieldTypes.DECIMAL
12
13
  },
13
14
  currency: {
14
- caption: '币种',
15
+ caption: getLocaleText('CMD.currency', null, '币种'),
15
16
  fieldType: FieldTypes.VARCHAR
16
17
  },
17
18
  result: {
18
- caption: '结果',
19
+ caption: getLocaleText('CMD.result', null, '结果'),
19
20
  fieldType: FieldTypes.DECIMAL
20
21
  },
21
22
  unit: {
22
- caption: '单位',
23
+ caption: getLocaleText('CMD.unit', null, '单位'),
23
24
  fieldType: FieldTypes.VARCHAR
24
25
  },
25
26
  min: {
26
- caption: '开始时间',
27
+ caption: getLocaleText('CMD.startTime', null, '开始时间'),
27
28
  fieldType: FieldTypes.TIMESTAMP
28
29
  },
29
30
  max: {
30
- caption: '结束时间',
31
+ caption: getLocaleText('CMD.endTime', null, '结束时间'),
31
32
  fieldType: FieldTypes.TIMESTAMP
32
33
  }
33
34
  };
@@ -5,9 +5,14 @@ export function hasChildrenControl(instance) {
5
5
  export function hasHeaderControl(instance) {
6
6
  return 'headers' in instance.props && isArray(instance.props.headers);
7
7
  }
8
- export function hasFooterControl(instance) {
9
- return 'footers' in instance.props && isArray(instance.props.footers);
10
- }
8
+ // export function hasFooterControl(
9
+ // instance: DesignerControl
10
+ // ): instance is DesignerListControl {
11
+ // return (
12
+ // 'footers' in instance.props &&
13
+ // isArray((instance as DesignerListControl).props.footers)
14
+ // )
15
+ // }
11
16
  export function loopFormControl(control, callback) {
12
17
  if (Array.isArray(control)) {
13
18
  control.map(function(item) {
package/dist/esm/utils.js CHANGED
@@ -86,7 +86,7 @@ function _unsupported_iterable_to_array(o, minLen) {
86
86
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
87
87
  }
88
88
  function _ts_generator(thisArg, body) {
89
- var f, y, t, g, _ = {
89
+ var f, y, t, _ = {
90
90
  label: 0,
91
91
  sent: function() {
92
92
  if (t[0] & 1) throw t[1];
@@ -94,12 +94,8 @@ function _ts_generator(thisArg, body) {
94
94
  },
95
95
  trys: [],
96
96
  ops: []
97
- };
98
- return g = {
99
- next: verb(0),
100
- "throw": verb(1),
101
- "return": verb(2)
102
- }, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
97
+ }, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
98
+ return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() {
103
99
  return this;
104
100
  }), g;
105
101
  function verb(n) {
@@ -112,7 +108,7 @@ function _ts_generator(thisArg, body) {
112
108
  }
113
109
  function step(op) {
114
110
  if (f) throw new TypeError("Generator is already executing.");
115
- while(_)try {
111
+ while(g && (g = 0, op[0] && (_ = 0)), _)try {
116
112
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
117
113
  if (y = 0, t) op = [
118
114
  op[0] & 2,
@@ -181,9 +177,11 @@ function _ts_generator(thisArg, body) {
181
177
  }
182
178
  }
183
179
  import { loopFormControl } from './designerUtils';
184
- import { CONTROL_BASE_TYPE, CONTROL_TYPE, FieldTypeToColumnType, isArray } from '@byteluck-fe/model-driven-shared';
185
- import Designer from './Designer';
186
- import { objectDataBindControlTypes, objectDataBindKeyToFieldType } from './constants';
180
+ import { CONTROL_BASE_TYPE, CONTROL_TYPE, // FieldTypes,
181
+ // FieldTypeToColumnType,
182
+ isArray } from '@byteluck-fe/model-driven-shared';
183
+ import { objectDataBindControlTypes } from './constants';
184
+ import { getLocaleText } from '@byteluck-fe/locale-message';
187
185
  export function getMasterFormControls(controls) {
188
186
  var formctls = [];
189
187
  // @ts-ignore
@@ -195,9 +193,9 @@ export function getMasterFormControls(controls) {
195
193
  });
196
194
  return formctls;
197
195
  }
198
- /**
199
- * @description 给modelBindInfoList中填充fieldCode和dataCode
200
- * @description 我们生成fieldCode的规则是:DataBind的控件,取`field_${id}`,ObjectDataBind的控件,取`field_${id}_${key}`, key指的是ObjectDataBind.keys()
196
+ /**
197
+ * @description 给modelBindInfoList中填充fieldCode和dataCode
198
+ * @description 我们生成fieldCode的规则是:DataBind的控件,取`field_${id}`,ObjectDataBind的控件,取`field_${id}_${key}`, key指的是ObjectDataBind.keys()
201
199
  * */ export function fillModelBindInfoListFieldCode(modelBindInfoList) {
202
200
  var dataCode = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : '';
203
201
  if (!modelBindInfoList || !Array.isArray(modelBindInfoList)) return [];
@@ -229,75 +227,6 @@ function fieldCodeBeforeAddPrefix(fieldCode) {
229
227
  }
230
228
  return prefix + fieldCode;
231
229
  }
232
- /**
233
- * @description 通过fieldType获取列表表头的type
234
- * */ export function getColumnTypeFromFiledType(fieldType) {
235
- return FieldTypeToColumnType[fieldType];
236
- }
237
- /**
238
- * @description 通过modelBindInfoList生成多个columns
239
- * */ export function getColumnsFromModelBindInfoList(modelBindInfoList) {
240
- var designer = new Designer();
241
- var columns = [];
242
- modelBindInfoList.forEach(function(item) {
243
- // 控件在明细子表内或者没有dataBind的话 不做生成
244
- if (item.parentId || !item.dataBind) return;
245
- // 如果是对象形式的dataBind的话
246
- if (objectDataBindControlTypes.includes(item.type)) {
247
- var objectDataBind = item.dataBind;
248
- var datasourceBind = item.datasourceBind;
249
- // 对象的每一个key生成一个column
250
- Object.keys(objectDataBind).forEach(function(key) {
251
- // 对应的dataBind
252
- var dataBind = objectDataBind[key];
253
- // 当前key对应的fieldType
254
- var fieldType = objectDataBindKeyToFieldType[key].fieldType;
255
- // 拼接当前列的caption
256
- var caption = item.caption + '_' + objectDataBindKeyToFieldType[key].caption;
257
- // 通过fieldType获取列类型
258
- var controlType = getColumnTypeFromFiledType(fieldType);
259
- if (!controlType) return;
260
- var props = {
261
- caption: caption,
262
- dataBind: dataBind
263
- };
264
- if (key === 'currency') {
265
- props.optionConfig = 'datasource';
266
- props.datasourceBind = datasourceBind;
267
- }
268
- // @ts-ignore
269
- var column = designer.createControlInstance(controlType, {
270
- props: props
271
- });
272
- column && columns.push(column);
273
- });
274
- } else {
275
- var controlType = getColumnTypeFromFiledType(item.fieldType);
276
- if (!controlType) return;
277
- // @ts-ignore
278
- var column = designer.createControlInstance(controlType, {
279
- props: {
280
- caption: item.caption,
281
- dataBind: item.dataBind,
282
- datasourceBind: item.datasourceBind
283
- }
284
- });
285
- column && columns.push(column);
286
- }
287
- });
288
- return columns;
289
- }
290
- export function getColumnsFromFiledType(fieldTypes) {
291
- var designer = new Designer();
292
- var fieldTypesMap = Array.isArray(fieldTypes) ? fieldTypes : [
293
- fieldTypes
294
- ];
295
- var result = fieldTypesMap.map(function(fieldType) {
296
- var columnType = getColumnTypeFromFiledType(fieldType);
297
- return designer.createControlInstance(columnType);
298
- });
299
- return Array.isArray(fieldTypes) ? result : result[0];
300
- }
301
230
  function toSchema(schema) {
302
231
  if (Array.isArray(schema)) {
303
232
  return schema.map(function(item) {
@@ -318,10 +247,7 @@ function getModelBindInfoList(controls) {
318
247
  return controls.toDataBindModel();
319
248
  }
320
249
  function checkSchema(controls, messages, ignore) {
321
- return _checkSchema.apply(this, arguments);
322
- }
323
- function _checkSchema() {
324
- _checkSchema = _async_to_generator(function(controls, messages, ignore) {
250
+ return _async_to_generator(function() {
325
251
  var result;
326
252
  return _ts_generator(this, function(_state) {
327
253
  switch(_state.label){
@@ -356,8 +282,7 @@ function _checkSchema() {
356
282
  ];
357
283
  }
358
284
  });
359
- });
360
- return _checkSchema.apply(this, arguments);
285
+ })();
361
286
  }
362
287
  // 不可以被权限控制的控件
363
288
  var PermissionExcludeControlTypes = [
@@ -391,15 +316,15 @@ var cannotEditControlTypes = [
391
316
  var LIST_OPERATION_BUTTON_PERMISSIONS_MAPS = {
392
317
  check: {
393
318
  id: 'listPageCheckBtnId',
394
- caption: '查看'
319
+ caption: getLocaleText('CMD.view', null, '查看')
395
320
  },
396
321
  edit: {
397
322
  id: 'listPageEditBtnId',
398
- caption: '编辑'
323
+ caption: getLocaleText('CMD.edit', null, '编辑')
399
324
  },
400
325
  delete: {
401
326
  id: 'listPageDeleteBtnId',
402
- caption: '删除'
327
+ caption: getLocaleText('CMD.delete', null, '删除')
403
328
  }
404
329
  };
405
330
  // 生成权限字段