@byteluck-fe/model-driven-driven 2.22.3-beta.1 → 2.22.3-beta.11

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.
@@ -30,8 +30,9 @@ 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
- import { CONTROL_TYPE, RulesMessage } from '@byteluck-fe/model-driven-shared';
35
+ import { CONTROL_TYPE } from '@byteluck-fe/model-driven-shared';
35
36
  export var Builder = /*#__PURE__*/ function() {
36
37
  "use strict";
37
38
  function Builder() {
@@ -105,7 +106,7 @@ export var Builder = /*#__PURE__*/ function() {
105
106
  rules: [
106
107
  {
107
108
  id: 'default',
108
- name: RulesMessage.getMessage('approvedDocuments'),
109
+ name: getLocaleText('CMD.approvedDocuments', null, '审批通过单据'),
109
110
  color: 'theme',
110
111
  filters: [
111
112
  {
@@ -114,7 +115,7 @@ export var Builder = /*#__PURE__*/ function() {
114
115
  leftVariableBo: {
115
116
  type: 'varchar',
116
117
  value: 'process_status',
117
- name: RulesMessage.getMessage('processStatus')
118
+ name: getLocaleText('CMD.processStatus', null, '流程状态')
118
119
  },
119
120
  checked: false,
120
121
  describe: 'ruleLine',
@@ -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,7 +186,7 @@ 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 { RulesMessage, DEFAULT_LOCALE } from '@byteluck-fe/model-driven-shared';
189
+ import { DEFAULT_LOCALE } from '@byteluck-fe/model-driven-shared';
190
190
  // 当前正在注册的插件名称
191
191
  var applyingPluginName = '';
192
192
  /**
@@ -213,7 +213,6 @@ var applyingPluginName = '';
213
213
  _define_property(_this, "generatePermissions", generatePermissions);
214
214
  _this.$options = Object.freeze(options);
215
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;
216
- RulesMessage.setLocale(language, messagesI18n);
217
216
  _this.eventLogic = new EventLogic();
218
217
  _this.designer = new DesignerClass();
219
218
  _this.store = new Store(_object_spread({
package/dist/esm/Store.js CHANGED
@@ -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
  }
@@ -1,4 +1,5 @@
1
- import { CONTROL_TYPE, FieldTypes, RulesMessage } from '@byteluck-fe/model-driven-shared';
1
+ import { getLocaleText } from '@byteluck-fe/locale-message';
2
+ import { CONTROL_TYPE, FieldTypes } from '@byteluck-fe/model-driven-shared';
2
3
  // 使用ObjectDataBind 的控件
3
4
  export var objectDataBindControlTypes = [
4
5
  CONTROL_TYPE.AMOUNT,
@@ -7,27 +8,27 @@ export var objectDataBindControlTypes = [
7
8
  ];
8
9
  export var objectDataBindKeyToFieldType = {
9
10
  amount: {
10
- caption: RulesMessage.getMessage('amount'),
11
+ caption: getLocaleText('CMD.amount', null, '金额'),
11
12
  fieldType: FieldTypes.DECIMAL
12
13
  },
13
14
  currency: {
14
- caption: RulesMessage.getMessage('currency'),
15
+ caption: getLocaleText('CMD.currency', null, '币种'),
15
16
  fieldType: FieldTypes.VARCHAR
16
17
  },
17
18
  result: {
18
- caption: RulesMessage.getMessage('result'),
19
+ caption: getLocaleText('CMD.result', null, '结果'),
19
20
  fieldType: FieldTypes.DECIMAL
20
21
  },
21
22
  unit: {
22
- caption: RulesMessage.getMessage('unit'),
23
+ caption: getLocaleText('CMD.unit', null, '单位'),
23
24
  fieldType: FieldTypes.VARCHAR
24
25
  },
25
26
  min: {
26
- caption: RulesMessage.getMessage('startTime'),
27
+ caption: getLocaleText('CMD.startTime', null, '开始时间'),
27
28
  fieldType: FieldTypes.TIMESTAMP
28
29
  },
29
30
  max: {
30
- caption: RulesMessage.getMessage('endTime'),
31
+ caption: getLocaleText('CMD.endTime', null, '结束时间'),
31
32
  fieldType: FieldTypes.TIMESTAMP
32
33
  }
33
34
  };
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,
@@ -183,8 +179,9 @@ function _ts_generator(thisArg, body) {
183
179
  import { loopFormControl } from './designerUtils';
184
180
  import { CONTROL_BASE_TYPE, CONTROL_TYPE, // FieldTypes,
185
181
  // FieldTypeToColumnType,
186
- isArray, RulesMessage } from '@byteluck-fe/model-driven-shared';
182
+ isArray } from '@byteluck-fe/model-driven-shared';
187
183
  import { objectDataBindControlTypes } from './constants';
184
+ import { getLocaleText } from '@byteluck-fe/locale-message';
188
185
  export function getMasterFormControls(controls) {
189
186
  var formctls = [];
190
187
  // @ts-ignore
@@ -250,10 +247,7 @@ function getModelBindInfoList(controls) {
250
247
  return controls.toDataBindModel();
251
248
  }
252
249
  function checkSchema(controls, messages, ignore) {
253
- return _checkSchema.apply(this, arguments);
254
- }
255
- function _checkSchema() {
256
- _checkSchema = _async_to_generator(function(controls, messages, ignore) {
250
+ return _async_to_generator(function() {
257
251
  var result;
258
252
  return _ts_generator(this, function(_state) {
259
253
  switch(_state.label){
@@ -288,8 +282,7 @@ function _checkSchema() {
288
282
  ];
289
283
  }
290
284
  });
291
- });
292
- return _checkSchema.apply(this, arguments);
285
+ })();
293
286
  }
294
287
  // 不可以被权限控制的控件
295
288
  var PermissionExcludeControlTypes = [
@@ -323,15 +316,15 @@ var cannotEditControlTypes = [
323
316
  var LIST_OPERATION_BUTTON_PERMISSIONS_MAPS = {
324
317
  check: {
325
318
  id: 'listPageCheckBtnId',
326
- caption: RulesMessage.getMessage('view')
319
+ caption: getLocaleText('CMD.view', null, '查看')
327
320
  },
328
321
  edit: {
329
322
  id: 'listPageEditBtnId',
330
- caption: RulesMessage.getMessage('edit')
323
+ caption: getLocaleText('CMD.edit', null, '编辑')
331
324
  },
332
325
  delete: {
333
326
  id: 'listPageDeleteBtnId',
334
- caption: RulesMessage.getMessage('delete')
327
+ caption: getLocaleText('CMD.delete', null, '删除')
335
328
  }
336
329
  };
337
330
  // 生成权限字段
package/dist/index.umd.js CHANGED
@@ -1,3 +1,3 @@
1
- var _5=Object.defineProperty;var Zr=Object.getOwnPropertySymbols;var E5=Object.prototype.hasOwnProperty,b5=Object.prototype.propertyIsEnumerable;var Yr=(B,I,O)=>I in B?_5(B,I,{enumerable:!0,configurable:!0,writable:!0,value:O}):B[I]=O,le=(B,I)=>{for(var O in I||(I={}))E5.call(I,O)&&Yr(B,O,I[O]);if(Zr)for(var O of Zr(I))b5.call(I,O)&&Yr(B,O,I[O]);return B};var cn=(B,I,O)=>new Promise((Xe,we)=>{var Je=H=>{try{se(O.next(H))}catch(ce){we(ce)}},Qe=H=>{try{se(O.throw(H))}catch(ce){we(ce)}},se=H=>H.done?Xe(H.value):Promise.resolve(H.value).then(Je,Qe);se((O=O.apply(B,I)).next())});(function(B,I){typeof exports=="object"&&typeof module!="undefined"?I(exports):typeof define=="function"&&define.amd?define(["exports"],I):(B=typeof globalThis!="undefined"?globalThis:B||self,I(B.modelDrivenDriven={}))})(this,function(B){"use strict";var I="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",O="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Xe="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",we="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",Je="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",Qe="{caption}\u5FC5\u586B",se="\u8BF7\u8F93\u5165\u6807\u9898",H="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",ce="\u8BF7\u8F93\u5165\u884C\u6807\u9898",eu="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",tu="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",nu="\u8BF7\u7ED1\u5B9A\u8868\u5355",ru="\u8BF7\u7ED1\u5B9A\u5217\u8868",uu="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",iu="\u8BF7\u8F93\u5165\u663E\u793A\u503C",ou="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",au="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",lu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",su="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",cu="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",fu="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",du="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",pu="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",vu="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",hu="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",yu="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",gu="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",mu="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236",_u="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Eu="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",bu="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Bu="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Fu="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",Cu="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",Au="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",wu="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Su="\u8BF7\u7ED1\u5B9A\u670D\u52A1",$u="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Du="\u8BF7\u9009\u62E9\u7701",Iu="\u8BF7\u9009\u62E9\u5E02",Ou="\u8BF7\u9009\u62E9\u533A",Pu="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Ru="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",xu="\u8BF7\u8F93\u5165\u5217\u5BBD",Lu="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Mu="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Tu="\u8BF7\u9009\u62E9\u63A7\u4EF6",ju="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Vu="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",qu="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",ku="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Uu="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Hu="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Wu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Nu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",zu="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Gu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Ku="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Xu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Ju="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Qu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Zu="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Yu="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",ei="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",ti="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",ni="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",ri="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",ui="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",ii="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",oi="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",ai="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",li="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",si="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",ci="\u6279\u91CF\u5220\u9664",fi="\u6279\u91CF\u6253\u5370",di="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",pi="\u6309\u94AE",vi="\u521B\u5EFA\u5355\u636E",hi="\u4EEA\u8868\u76D8",yi="\u5206\u5272\u7EBF",gi="\u5BFC\u51FA",mi="\u8868\u5355\u64CD\u4F5C",_i="\u5BFC\u5165",Ei="\u53D1\u7968\u8BC6\u522B",bi="\u94FE\u63A5",Bi="\u5217\u8868\u9009\u62E9",Fi="\u5217\u8868\u89C6\u56FE",Ci="\u64CD\u4F5C\u6309\u94AE",Ai="\u5206\u9875",wi="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",Si="\u8BF4\u660E\u6587\u5B57",$i="\u6587\u5B57\u8BC6\u522B",Di="\u6807\u9898\u7EC4\u4EF6",Ii="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Oi="\u6570\u7EC4",Pi="\u81EA\u52A8\u7F16\u53F7",Ri="\u81EA\u5B9A\u4E49",xi="\u6570\u503C",Li="\u90E8\u95E8",Mi="\u4EBA\u5458",Ti="\u9644\u4EF6",ji="\u56FE\u7247",Vi="\u5730\u5740",qi="\u64CD\u4F5C",ki="\u5E8F\u53F7",Ui="\u4EBA\u5458",Hi="\u957F\u6587\u672C",Wi="\u65E5\u671F\u533A\u95F4",Ni="\u65E5\u671F",zi="\u77ED\u6587\u672C",Gi="\u6362\u884C\u5BB9\u5668Wrap",Ki="\u8868\u683C",Xi="\u660E\u7EC6\u5B50\u8868",Ji="\u5730\u5740",Qi="\u91D1\u989D",Zi="\u8BA1\u7B97\u516C\u5F0F",Yi="\u591A\u9009",eo="\u7535\u5B50\u7B7E\u7AE0",to="\u5355\u884C\u6587\u672C",no="\u6570\u5B57",ro="\u4E1A\u52A1\u7EC4\u7EC7",uo="\u5355\u9009",io="\u5BCC\u6587\u672C",oo="\u8BC4\u5206",ao="\u6570\u5B57\u533A\u95F4",lo="\u4E0B\u62C9\u5355\u9009",so="\u4E0B\u62C9\u591A\u9009",co="\u5173\u8054\u5355\u9009",fo="\u591A\u884C\u6587\u672C",po="\u6811",vo="Vue\u5BB9\u5668",ho="Vue\u9875\u9762",yo="\u5728\u7EBF\u6587\u6863",go="\u6309\u94AE\u64CD\u4F5C\u680F",mo="\u9AD8\u7EA7\u5BB9\u5668",_o="\u5206\u7EC4",Eo="\u6805\u683C\u5217",bo="\u6570\u636E\u5BB9\u5668",Bo="\u753B\u5E03",Fo="\u6362\u884C\u5BB9\u5668",Co="\u6805\u683C\u7B49\u5206\u884C",Ao="\u5217\u8868\u5BB9\u5668",wo="\u81EA\u7531\u9875\u9762",So="\u5B9A\u4F4D\u5B50\u5BB9\u5668",$o="\u5B9A\u4F4D\u5BB9\u5668",Do="\u6805\u683C\u5E03\u5C40",Io="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Oo="\u660E\u7EC6\u5B50\u8868\u884C",Po="\u6807\u7B7E\u9875",Ro="\u6807\u7B7E\u5355\u5143",xo="\u5DE5\u5177\u680F",Lo="\u6279\u91CF\u63D0\u4EA4",Mo="\u5BFC\u51FA\u8BB0\u5F55",To="\u5217\u8868\u89C6\u56FE",jo="\u7ED3\u675F\u65F6\u95F4",Vo="\u5F00\u59CB\u65F6\u95F4",qo="\u5355\u4F4D",ko="\u7ED3\u679C",Uo="\u5E01\u79CD",Ho="\u7ED3\u675F\u65E5\u671F",Wo="\u5F00\u59CB\u65E5\u671F",No="\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0",zo="\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1",Go="\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B",Ko="\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA",Xo="\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u7B7E\u7F72\u4EBA",Jo="\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6",Qo="\u8BF7\u9009\u62E9",Zo="\u8BF7\u9009\u62E9\u7EC4\u7EC7",Yo="\u8BF7\u9009\u62E9\u90E8\u95E8",ea="\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",ta="\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",na="\u8BF7\u9009\u62E9\u5730\u5740",ra="\u5F39\u7A97\u786E\u8BA4\u65F6",ua="\u6807\u7B7E\u9875\u5207\u6362\u65F6",ia="\u884C\u9009\u4E2D\u65F6",oa="\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",aa="\u884C\u5220\u9664\u524D",la="\u884C\u70B9\u51FB\u65F6",sa="\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",ca="\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",fa="\u91CD\u547D\u540D\u65F6",da="\u4FDD\u5B58\u6587\u4EF6\u65F6",pa="\u6253\u5F00\u6587\u4EF6\u65F6",va="\u83B7\u53D6\u7126\u70B9\u65F6",ha="\u5931\u53BB\u7126\u70B9\u65F6",ya="\u7528\u6237\u8F93\u5165\u65F6",ga="\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",ma="\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",_a="\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",Ea="\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",ba="\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",Ba="\u641C\u7D22\u65F6",Fa="\u503C\u53D1\u751F\u53D8\u5316\u65F6",Ca="\u6267\u884C\u5B8C\u6210\u65F6",Aa="\u70B9\u51FB\u65F6",wa="\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",Sa="\u8BF7\u8F93\u5165\u65E5\u671F",$a="\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7",Da="\u8BF7\u8F93\u5165",Ia="\u9ED8\u8BA4\u6A21\u7248",Oa="\u5DE6\u53F3\u5E03\u5C40",Pa="\u4E0A\u4E0B\u5E03\u5C40",Ra="\u53EA\u8BFB",xa="\u5FC5\u586B",La="\u63D0\u793A\u6587\u5B57",Ma="\u9690\u85CF\u6807\u9898",Ta="\u6807\u9898\u5FC5\u586B",ja="\u7EC4\u7EC7\u5F62\u6001",Va="\u4E1A\u52A1\u7C7B\u578B",qa="\u786E\u5B9A\u8981\u5220\u9664\u6B64\u6761\u6570\u636E\u5417\uFF1F",ka="\u9690\u85CF",Ua="\u6D41\u7A0B\u72B6\u6001",Ha="\u5BA1\u6279\u901A\u8FC7\u5355\u636E",Wa="\u5220\u9664",Na="\u7F16\u8F91",za="\u67E5\u770B",Ga="\u52A0\u8F7D\u81EA\u5B9A\u4E49\u63A7\u4EF6\u5F02\u5E38\uFF0C\u4F1A\u5F71\u54CD\u5230\u7684\u63A7\u4EF6\uFF1A{id}",Ka="\u5185\u7F6E\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF",Xa="\u5145\u6EE1\u6574\u884C",Ja="\u6700\u5C0F\u503C",Qa="\u6700\u5927\u503C",Za="\u65B0\u5EFA\u6587\u6863",Ya="\u91CD\u7F6E",el="\u67E5\u8BE2",tl="\u660E\u7EC6",nl="\u6253\u5370",rl="\u4FDD\u5B58\u8349\u7A3F",ul="\u4FDD\u5B58",il="\u53D6\u6D88",ol="\u4E0A\u4F20\u56FE\u7247",al="\u53D1\u8D77\u7B7E\u7F72",ll="\u4E0A\u4F20\u9644\u4EF6",sl="\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",cl="\u5F15\u7528\u5217\u8868",fl={isNotNumber:I,isNotString:O,isNotObject:Xe,isNotArray:we,isNotBoolean:Je,runtimeRequired:Qe,pleaseEnterCaption:se,pleaseEnterCaptionTip:H,pleaseEnterRowCaption:ce,pleaseEnterPlaceholder:eu,pleaseEnterFieldCode:tu,pleaseEnterForm:nu,pleaseEnterList:ru,pleaseEnterProcess:uu,pleaseEnterLabel:iu,pleaseEnterValue:ou,bizKeyNotBindFiled:au,pleaseSelectOneField:lu,pleaseEnterNumberRange:su,pleaseEnterAValueGreaterThanMin:cu,pleaseEnterAValueLessThanMax:fu,numberRangeSetError:du,stringRangeError:pu,attachmentMaxSize:vu,pleaseEnterTotalScoreSetting:hu,theTotalScoreMustNotBeLessThan1:yu,scoreDefaultValueRange:gu,attachmentLimitError:mu,PleaseReselectTheOptionalQuantity:_u,TheMaximumLengthIsGreaterThanTheMinimumLength:Eu,TheMinimumLengthIsGreaterThanTheMaximumLength:bu,PleaseSelectTheCorrectOptionSettings:Bu,optionIdIsRepeat:Fu,optionIsRequired:Cu,pleaseEnterDataCode:Au,pleaseEnterValueFieldCode:wu,pleaseEnterSvcCode:Su,pleaseBindAtLeastOneDisplayValue:$u,pleaseSelectProvince:Du,pleaseSelectCity:Iu,pleaseSelectDistrict:Ou,limitRowsCannotBeLessThan0:Pu,TheNumberOfRowsCannotBeLessThanMinRows:Ru,pleaseEnterColumnWidth:xu,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Lu,pleaseCompleteAllRulesAndConditions:Mu,pleaseSelectControl:Tu,pleaseSelectAtLeastOneColumn:ju,pleaseSelectFillBackMode:Vu,pleaseSelectDashboard:qu,rootNodeIsRequired:ku,theViewNameCannotBeEmpty:Uu,pleaseSelectOcrType:Hu,pleaseSelectAtLeastOneFieldToFillIn:Wu,pleaseChooseAtLeastOne:Nu,pleaseEnterButtonContent:zu,pleaseEnterDataCodeInDataSetting:Gu,pleaseEnterValueFieldCodeInDataSetting:Ku,pleaseEnterSvcCodeInDataSetting:Xu,pleaseBindAtLeastOneDisplayValueInDataSetting:Ju,rootNodeIsRequiredInDataSetting:Qu,pleaseEnterMaxHeight:Zu,pleaseEnterWatermark:Yu,pleaseEnterFileName:ei,pleaseUploadAtLeastOnePrintTemplate:ti,pleaseAssignBusiness:ni,pleaseAssignExternal:ri,pleaseEnterAliasCode:ui,pleaseSelectDataCode:ii,pleaseSelectSvcCode:oi,pleaseSelectJoinFieldCode:ai,pleaseSelectMainFieldCode:li,pleaseSelectSortFieldCode:si,batchDeleteButton:ci,batchPrintListButton:fi,batchPrintRecordList:di,button:pi,createFormListButton:vi,dashboard:hi,divider:yi,exportListButton:gi,formSelectButton:mi,importRecordListButton:_i,invoiceCheckButton:Ei,link:bi,listSelectButton:Bi,ListViewSelect:Fi,operationButton:Ci,pagination:Ai,submissionRecordListButton:wi,text:Si,textOcrButton:$i,title:Di,approvalStatusColumn:Ii,array:Oi,autoNumber:Pi,custom:Ri,decimal:xi,department:Li,employee:Mi,file:Ti,image:ji,location:Vi,operation:qi,order:ki,people:Ui,long:Hi,timescope:Wi,timestamp:Ni,varchar:zi,gridLayoutWrap:Gi,gridTable:Ki,subTable:Xi,address:Ji,amount:Qi,calc:Zi,checkBox:Yi,electronicSignature:eo,input:to,number:no,organizationSelection:ro,radio:uo,richText:io,score:oo,searchNumberRange:ao,select:lo,selectMultiple:so,selectRelation:co,textarea:fo,tree:po,vueFormItem:vo,vuePage:ho,WPS:yo,actionBar:go,advancedContainer:mo,cardGroup:_o,col:Eo,dataView:bo,grid:Bo,gridLayoutContainer:Fo,gridRow:Co,listView:Ao,page:wo,position:So,positioningContainer:$o,row:Do,subtableColumn:Io,subtableRow:Oo,tab:Po,tabPane:Ro,toolbox:xo,batchSubmissionListButton:Lo,exportRecordListButton:Mo,listViewSelect:To,endTime:jo,startTime:Vo,unit:qo,result:ko,currency:Uo,endDate:Ho,startDate:Wo,pleaseSelectCompanyName:No,pleaseSelectPhoneOrEmail:zo,pleaseSelectSignType:Go,pleaseSelectSigner:Ko,pleaseSelectOnlyOne:Xo,pleaseSelectSignFile:Jo,pleaseSelect:Qo,pleaseSelectOrg:Zo,pleaseSelectDept:Yo,pleaseSelectEndDate:ea,pleaseSelectStartDate:ta,pleaseChooseAddress:na,modalConfirm:ra,tabChange:ua,rowSelected:ia,listDataImport:oa,rowDelete:aa,rowClick:la,cellRender:sa,onClickBtn:ca,rename:fa,onSaveFile:da,onOpenFile:pa,onFocus:va,onBlur:ha,onInput:ya,listDataAdd:ga,listDataDelete:ma,listDataBack:_a,listDataCreate:Ea,listDataChange:ba,search:Ba,valueChange:Fa,finished:Ca,click:Aa,pleaseEnterNameorEmail:wa,pleaseEnterDate:Sa,pleaseEnterAutonumber:$a,pleaseEnter:Da,defaultTemplate:Ia,left:Oa,top:Pa,default:"\u666E\u901A",readonly:Ra,required:xa,textTip:La,hideCaption:Ma,titleRequired:Ta,organizationalForm:ja,businessType:Va,deleteConfirm:qa,hide:ka,processStatus:Ua,approvedDocuments:Ha,delete:Wa,edit:Na,view:za,loadCtrlErrorTip:Ga,loadCtrlError:Ka,fullLine:Xa,min:Ja,max:Qa,createWPS:Za,reset:Ya,query:el,detailed:tl,print:nl,draft:rl,save:ul,cancel:il,uploadImg:ol,signature:al,uploadFile:ll,linkContent:sl,referenceList:cl},dl="Please enter a number",pl="Please enter a string",vl="Please enter an object",hl="Please enter an array",yl="Please enter a boolean",gl="{caption} Required",ml="Please enter the title",_l="Please enter the bubble prompt",El="Please enter the row title",bl="Please enter the prompt text",Bl="Please bind data items",Fl="Please bind the form",Cl="Please bind the list",Al="Please bind the process",wl="Please enter the displayed value",Sl="Please enter the stored value",$l="The document number is not bound to the data item",Dl="Please select at least one display field",Il="Please enter a value greater than or equal to {min} and less than or equal to {max}",Ol="Please enter a value greater than or equal to {min}",Pl="Please enter a value less than or equal to {max}",Rl="The value range is set incorrectly",xl="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Ll="The attachment size must be between 0MB and 1000MB",Ml="Please fill in the total score setting",Tl="The total score cannot be less than 1",jl="The default value must be between {min} and {max}",Vl="The number of attachment uploads exceeds the limit",ql="Please re-select the optional quantity",kl="The maximum length of the control must be greater than the minimum length",Ul="The minimum length of the control must be less than the maximum length",Hl="Please select the correct option setting",Wl="Option ID cannot be repeated",Nl="Please enter at least one option",zl="Please bind the data source",Gl="Please bind the stored value",Kl="Please bind the service",Xl="At least one display value must be bound",Jl="Please select a province",Ql="Please select a city",Zl="Please select a district",Yl="The minimum number of lines to fill in cannot be less than 0",es="The number of rows cannot be less than {min} rows",ts="Please enter the column width",ns="Please set the logical relationship of all rule conditions",rs="Please complete all rules and conditions",us="please select control",is="Please select the dashboard",os="View name cannot be empty",as="Please select recognition type",ls="Please select at least one field to fill in",ss="Please select at least one",cs="Please enter the button title",fs="Please bind the business model in the data settings",ds="Please bind storage values in data settings",ps="Please bind the service in the data settings",vs="Please bind at least one display value in the data settings",hs="Please select the root node in the data settings",ys="Please enter the maximum height",gs="The input content cannot be empty",ms="Watermark cannot be empty",_s="File name cannot be empty",Es="Please upload at least one printing template!\uFF01",bs="Please select a specific business department",Bs="Please select a specified external organization",Fs="Please enter a sub table alias",Cs="Please select the associated table to set the business model",As="Please select the association table to set the binding service",ws="Select associated sub table fields",Ss="Please select the associated main table field",$s="Please select the sort field",Ds="\u6279\u91CF\u5220\u9664",Is="\u6279\u91CF\u6253\u5370",Os="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Ps="\u6309\u94AE",Rs="\u521B\u5EFA\u5355\u636E",xs="\u4EEA\u8868\u76D8",Ls="\u5206\u5272\u7EBF",Ms="\u5BFC\u51FA",Ts="\u8868\u5355\u64CD\u4F5C",js="\u5BFC\u5165",Vs="\u53D1\u7968\u8BC6\u522B",qs="\u94FE\u63A5",ks="\u5217\u8868\u9009\u62E9",Us="\u5217\u8868\u89C6\u56FE",Hs="\u64CD\u4F5C\u6309\u94AE",Ws="\u5206\u9875",Ns="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",zs="\u8BF4\u660E\u6587\u5B57",Gs="\u6587\u5B57\u8BC6\u522B",Ks="\u6807\u9898\u7EC4\u4EF6",Xs="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Js="\u6570\u7EC4",Qs="\u81EA\u52A8\u7F16\u53F7",Zs="\u81EA\u5B9A\u4E49",Ys="\u6570\u503C",ec="\u90E8\u95E8",tc="\u4EBA\u5458",nc="\u9644\u4EF6",rc="\u56FE\u7247",uc="\u5730\u5740",ic="\u64CD\u4F5C",oc="\u5E8F\u53F7",ac="\u4EBA\u5458",lc="\u957F\u6587\u672C",sc="\u65E5\u671F\u533A\u95F4",cc="\u65E5\u671F",fc="\u77ED\u6587\u672C",dc="\u6362\u884C\u5BB9\u5668Wrap",pc="\u8868\u683C",vc="\u660E\u7EC6\u5B50\u8868",hc="\u5730\u5740",yc="\u91D1\u989D",gc="\u8BA1\u7B97\u516C\u5F0F",mc="\u591A\u9009",_c="\u7535\u5B50\u7B7E\u7AE0",Ec="\u5355\u884C\u6587\u672C",bc="\u6570\u5B57",Bc="\u4E1A\u52A1\u7EC4\u7EC7",Fc="\u5355\u9009",Cc="\u5BCC\u6587\u672C",Ac="\u8BC4\u5206",wc="\u6570\u5B57\u533A\u95F4",Sc="\u4E0B\u62C9\u5355\u9009",$c="\u4E0B\u62C9\u591A\u9009",Dc="\u5173\u8054\u5355\u9009",Ic="\u591A\u884C\u6587\u672C",Oc="\u6811",Pc="Vue\u5BB9\u5668",Rc="Vue\u9875\u9762",xc="\u5728\u7EBF\u6587\u6863",Lc="\u6309\u94AE\u64CD\u4F5C\u680F",Mc="\u9AD8\u7EA7\u5BB9\u5668",Tc="\u5206\u7EC4",jc="\u6805\u683C\u5217",Vc="\u6570\u636E\u5BB9\u5668",qc="\u753B\u5E03",kc="\u6362\u884C\u5BB9\u5668",Uc="\u6805\u683C\u7B49\u5206\u884C",Hc="\u5217\u8868\u5BB9\u5668",Wc="\u81EA\u7531\u9875\u9762",Nc="\u5B9A\u4F4D\u5B50\u5BB9\u5668",zc="\u5B9A\u4F4D\u5BB9\u5668",Gc="\u6805\u683C\u5E03\u5C40",Kc="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Xc="\u660E\u7EC6\u5B50\u8868\u884C",Jc="\u6807\u7B7E\u9875",Qc="\u6807\u7B7E\u5355\u5143",Zc="\u5DE5\u5177\u680F",Yc="\u6279\u91CF\u63D0\u4EA4",ef="\u5BFC\u51FA\u8BB0\u5F55",tf="\u5217\u8868\u89C6\u56FE",nf="\u5F15\u7528\u5217\u8868",rf={isNotNumber:dl,isNotString:pl,isNotObject:vl,isNotArray:hl,isNotBoolean:yl,runtimeRequired:gl,pleaseEnterCaption:ml,pleaseEnterCaptionTip:_l,pleaseEnterRowCaption:El,pleaseEnterPlaceholder:bl,pleaseEnterFieldCode:Bl,pleaseEnterForm:Fl,pleaseEnterList:Cl,pleaseEnterProcess:Al,pleaseEnterLabel:wl,pleaseEnterValue:Sl,bizKeyNotBindFiled:$l,pleaseSelectOneField:Dl,pleaseEnterNumberRange:Il,pleaseEnterAValueGreaterThanMin:Ol,pleaseEnterAValueLessThanMax:Pl,numberRangeSetError:Rl,stringRangeError:xl,attachmentMaxSize:Ll,pleaseEnterTotalScoreSetting:Ml,theTotalScoreMustNotBeLessThan1:Tl,scoreDefaultValueRange:jl,attachmentLimitError:Vl,PleaseReselectTheOptionalQuantity:ql,TheMaximumLengthIsGreaterThanTheMinimumLength:kl,TheMinimumLengthIsGreaterThanTheMaximumLength:Ul,PleaseSelectTheCorrectOptionSettings:Hl,optionIdIsRepeat:Wl,optionIsRequired:Nl,pleaseEnterDataCode:zl,pleaseEnterValueFieldCode:Gl,pleaseEnterSvcCode:Kl,pleaseBindAtLeastOneDisplayValue:Xl,pleaseSelectProvince:Jl,pleaseSelectCity:Ql,pleaseSelectDistrict:Zl,limitRowsCannotBeLessThan0:Yl,TheNumberOfRowsCannotBeLessThanMinRows:es,pleaseEnterColumnWidth:ts,pleaseSetTheLogicalRelationshipOfAllRuleConditions:ns,pleaseCompleteAllRulesAndConditions:rs,pleaseSelectControl:us,pleaseSelectDashboard:is,theViewNameCannotBeEmpty:os,pleaseSelectOcrType:as,pleaseSelectAtLeastOneFieldToFillIn:ls,pleaseChooseAtLeastOne:ss,pleaseEnterButtonContent:cs,pleaseEnterDataCodeInDataSetting:fs,pleaseEnterValueFieldCodeInDataSetting:ds,pleaseEnterSvcCodeInDataSetting:ps,pleaseBindAtLeastOneDisplayValueInDataSetting:vs,rootNodeIsRequiredInDataSetting:hs,pleaseEnterMaxHeight:ys,pleaseEnter:gs,pleaseEnterWatermark:ms,pleaseEnterFileName:_s,pleaseUploadAtLeastOnePrintTemplate:Es,pleaseAssignBusiness:bs,pleaseAssignExternal:Bs,pleaseEnterAliasCode:Fs,pleaseSelectDataCode:Cs,pleaseSelectSvcCode:As,pleaseSelectJoinFieldCode:ws,pleaseSelectMainFieldCode:Ss,pleaseSelectSortFieldCode:$s,batchDeleteButton:Ds,batchPrintListButton:Is,batchPrintRecordList:Os,button:Ps,createFormListButton:Rs,dashboard:xs,divider:Ls,exportListButton:Ms,formSelectButton:Ts,importRecordListButton:js,invoiceCheckButton:Vs,link:qs,listSelectButton:ks,ListViewSelect:Us,operationButton:Hs,pagination:Ws,submissionRecordListButton:Ns,text:zs,textOcrButton:Gs,title:Ks,approvalStatusColumn:Xs,array:Js,autoNumber:Qs,custom:Zs,decimal:Ys,department:ec,employee:tc,file:nc,image:rc,location:uc,operation:ic,order:oc,people:ac,long:lc,timescope:sc,timestamp:cc,varchar:fc,gridLayoutWrap:dc,gridTable:pc,subTable:vc,address:hc,amount:yc,calc:gc,checkBox:mc,electronicSignature:_c,input:Ec,number:bc,organizationSelection:Bc,radio:Fc,richText:Cc,score:Ac,searchNumberRange:wc,select:Sc,selectMultiple:$c,selectRelation:Dc,textarea:Ic,tree:Oc,vueFormItem:Pc,vuePage:Rc,WPS:xc,actionBar:Lc,advancedContainer:Mc,cardGroup:Tc,col:jc,dataView:Vc,grid:qc,gridLayoutContainer:kc,gridRow:Uc,listView:Hc,page:Wc,position:Nc,positioningContainer:zc,row:Gc,subtableColumn:Kc,subtableRow:Xc,tab:Jc,tabPane:Qc,toolbox:Zc,batchSubmissionListButton:Yc,exportRecordListButton:ef,listViewSelect:tf,referenceList:nf},uf="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",of="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",af="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",lf="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",sf="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",cf="{caption}\u5FC5\u9808",ff="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",df="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",pf="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",vf="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",hf="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",yf="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",gf="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",mf="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",_f="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ef="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",bf="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Bf="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ff="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Cf="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Af="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",wf="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",Sf="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",$f="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Df="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",If="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Of="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Pf="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u6570\u304C\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u307E\u3059",Rf="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",xf="\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u6700\u5927\u5024\u306F\u6700\u5C0F\u5024\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Lf="\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u6700\u5C0F\u5024\u306F\u6700\u5927\u5024\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Mf="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Tf="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",jf="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Vf="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",qf="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",kf="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Uf="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",Hf="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Wf="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Nf="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",zf="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Gf="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",Kf="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Xf="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Jf="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",Qf="please select control",Zf="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Yf="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",ed="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",td="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",nd="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",rd="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ud="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",id="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",od="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",ad="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",ld="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",sd="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",cd="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",fd="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",dd="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",pd="\u5370\u5237\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u5C11\u306A\u304F\u3068\u30821\u3064\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01\uFF01",vd="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",hd="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",yd="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",gd="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",md="\u95A2\u9023\u30C6\u30FC\u30D6\u30EB\u8A2D\u5B9A\u30D0\u30A4\u30F3\u30C9\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",_d="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",Ed="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",bd="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Bd="\u6279\u91CF\u5220\u9664",Fd="\u6279\u91CF\u6253\u5370",Cd="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Ad="\u6309\u94AE",wd="\u521B\u5EFA\u5355\u636E",Sd="\u4EEA\u8868\u76D8",$d="\u5206\u5272\u7EBF",Dd="\u5BFC\u51FA",Id="\u8868\u5355\u64CD\u4F5C",Od="\u5BFC\u5165",Pd="\u53D1\u7968\u8BC6\u522B",Rd="\u94FE\u63A5",xd="\u5217\u8868\u9009\u62E9",Ld="\u5217\u8868\u89C6\u56FE",Md="\u64CD\u4F5C\u6309\u94AE",Td="\u5206\u9875",jd="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",Vd="\u8BF4\u660E\u6587\u5B57",qd="\u6587\u5B57\u8BC6\u522B",kd="\u6807\u9898\u7EC4\u4EF6",Ud="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Hd="\u6570\u7EC4",Wd="\u81EA\u52A8\u7F16\u53F7",Nd="\u81EA\u5B9A\u4E49",zd="\u6570\u503C",Gd="\u90E8\u95E8",Kd="\u4EBA\u5458",Xd="\u9644\u4EF6",Jd="\u56FE\u7247",Qd="\u5730\u5740",Zd="\u64CD\u4F5C",Yd="\u5E8F\u53F7",ep="\u4EBA\u5458",tp="\u957F\u6587\u672C",np="\u65E5\u671F\u533A\u95F4",rp="\u65E5\u671F",up="\u77ED\u6587\u672C",ip="\u6362\u884C\u5BB9\u5668Wrap",op="\u8868\u683C",ap="\u660E\u7EC6\u5B50\u8868",lp="\u5730\u5740",sp="\u91D1\u989D",cp="\u8BA1\u7B97\u516C\u5F0F",fp="\u591A\u9009",dp="\u7535\u5B50\u7B7E\u7AE0",pp="\u5355\u884C\u6587\u672C",vp="\u6570\u5B57",hp="\u4E1A\u52A1\u7EC4\u7EC7",yp="\u5355\u9009",gp="\u5BCC\u6587\u672C",mp="\u8BC4\u5206",_p="\u6570\u5B57\u533A\u95F4",Ep="\u4E0B\u62C9\u5355\u9009",bp="\u4E0B\u62C9\u591A\u9009",Bp="\u5173\u8054\u5355\u9009",Fp="\u591A\u884C\u6587\u672C",Cp="\u6811",Ap="Vue\u5BB9\u5668",wp="Vue\u9875\u9762",Sp="\u5728\u7EBF\u6587\u6863",$p="\u6309\u94AE\u64CD\u4F5C\u680F",Dp="\u9AD8\u7EA7\u5BB9\u5668",Ip="\u5206\u7EC4",Op="\u6805\u683C\u5217",Pp="\u6570\u636E\u5BB9\u5668",Rp="\u753B\u5E03",xp="\u6362\u884C\u5BB9\u5668",Lp="\u6805\u683C\u7B49\u5206\u884C",Mp="\u5217\u8868\u5BB9\u5668",Tp="\u81EA\u7531\u9875\u9762",jp="\u5B9A\u4F4D\u5B50\u5BB9\u5668",Vp="\u5B9A\u4F4D\u5BB9\u5668",qp="\u6805\u683C\u5E03\u5C40",kp="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Up="\u660E\u7EC6\u5B50\u8868\u884C",Hp="\u6807\u7B7E\u9875",Wp="\u6807\u7B7E\u5355\u5143",Np="\u5DE5\u5177\u680F",zp="\u6279\u91CF\u63D0\u4EA4",Gp="\u5BFC\u51FA\u8BB0\u5F55",Kp="\u5217\u8868\u89C6\u56FE",Xp="\u5F15\u7528\u5217\u8868",Jp={isNotNumber:uf,isNotString:of,isNotObject:af,isNotArray:lf,isNotBoolean:sf,runtimeRequired:cf,pleaseEnterCaption:ff,pleaseEnterCaptionTip:df,pleaseEnterRowCaption:pf,pleaseEnterPlaceholder:vf,pleaseEnterFieldCode:hf,pleaseEnterForm:yf,pleaseEnterList:gf,pleaseEnterProcess:mf,pleaseEnterLabel:_f,pleaseEnterValue:Ef,bizKeyNotBindFiled:bf,pleaseSelectOneField:Bf,pleaseEnterNumberRange:Ff,pleaseEnterAValueGreaterThanMin:Cf,pleaseEnterAValueLessThanMax:Af,numberRangeSetError:wf,stringRangeError:Sf,attachmentMaxSize:$f,pleaseEnterTotalScoreSetting:Df,theTotalScoreMustNotBeLessThan1:If,scoreDefaultValueRange:Of,attachmentLimitError:Pf,PleaseReselectTheOptionalQuantity:Rf,TheMaximumLengthIsGreaterThanTheMinimumLength:xf,TheMinimumLengthIsGreaterThanTheMaximumLength:Lf,PleaseSelectTheCorrectOptionSettings:Mf,optionIdIsRepeat:Tf,optionIsRequired:jf,pleaseEnterDataCode:Vf,pleaseEnterValueFieldCode:qf,pleaseEnterSvcCode:kf,pleaseBindAtLeastOneDisplayValue:Uf,pleaseSelectProvince:Hf,pleaseSelectCity:Wf,pleaseSelectDistrict:Nf,limitRowsCannotBeLessThan0:zf,TheNumberOfRowsCannotBeLessThanMinRows:Gf,pleaseEnterColumnWidth:Kf,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Xf,pleaseCompleteAllRulesAndConditions:Jf,pleaseSelectControl:Qf,pleaseSelectDashboard:Zf,theViewNameCannotBeEmpty:Yf,pleaseSelectOcrType:ed,pleaseSelectAtLeastOneFieldToFillIn:td,pleaseChooseAtLeastOne:nd,pleaseEnterButtonContent:rd,pleaseEnterDataCodeInDataSetting:ud,pleaseEnterValueFieldCodeInDataSetting:id,pleaseEnterSvcCodeInDataSetting:od,pleaseBindAtLeastOneDisplayValueInDataSetting:ad,rootNodeIsRequiredInDataSetting:ld,pleaseEnterMaxHeight:sd,pleaseEnter:cd,pleaseEnterWatermark:fd,pleaseEnterFileName:dd,pleaseUploadAtLeastOnePrintTemplate:pd,pleaseAssignBusiness:vd,pleaseAssignExternal:hd,pleaseEnterAliasCode:yd,pleaseSelectDataCode:gd,pleaseSelectSvcCode:md,pleaseSelectJoinFieldCode:_d,pleaseSelectMainFieldCode:Ed,pleaseSelectSortFieldCode:bd,batchDeleteButton:Bd,batchPrintListButton:Fd,batchPrintRecordList:Cd,button:Ad,createFormListButton:wd,dashboard:Sd,divider:$d,exportListButton:Dd,formSelectButton:Id,importRecordListButton:Od,invoiceCheckButton:Pd,link:Rd,listSelectButton:xd,ListViewSelect:Ld,operationButton:Md,pagination:Td,submissionRecordListButton:jd,text:Vd,textOcrButton:qd,title:kd,approvalStatusColumn:Ud,array:Hd,autoNumber:Wd,custom:Nd,decimal:zd,department:Gd,employee:Kd,file:Xd,image:Jd,location:Qd,operation:Zd,order:Yd,people:ep,long:tp,timescope:np,timestamp:rp,varchar:up,gridLayoutWrap:ip,gridTable:op,subTable:ap,address:lp,amount:sp,calc:cp,checkBox:fp,electronicSignature:dp,input:pp,number:vp,organizationSelection:hp,radio:yp,richText:gp,score:mp,searchNumberRange:_p,select:Ep,selectMultiple:bp,selectRelation:Bp,textarea:Fp,tree:Cp,vueFormItem:Ap,vuePage:wp,WPS:Sp,actionBar:$p,advancedContainer:Dp,cardGroup:Ip,col:Op,dataView:Pp,grid:Rp,gridLayoutContainer:xp,gridRow:Lp,listView:Mp,page:Tp,position:jp,positioningContainer:Vp,row:qp,subtableColumn:kp,subtableRow:Up,tab:Hp,tabPane:Wp,toolbox:Np,batchSubmissionListButton:zp,exportRecordListButton:Gp,listViewSelect:Kp,referenceList:Xp},Ze={zhCN:fl,enUS:rf,jaJP:Jp},fn;(function(e){e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable"})(fn||(fn={}));var dn;(function(e){e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN"})(dn||(dn={}));var Ye,pn=(Ye=window.localStorage.getItem("locale"))!==null&&Ye!==void 0?Ye:"zh-CN",Qp=function(){},P;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(P||(P={}));var vn;(function(e){e[e.FORM=0]="FORM",e[e.LIST=1]="LIST",e[e.REPORT=2]="REPORT",e[e.DASHBOARD=3]="DASHBOARD",e[e.VUE=4]="VUE",e[e.FREE_PAGE=5]="FREE_PAGE"})(vn||(vn={}));var v;(function(e){e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.BATCH_DELETE_LIST_BUTTON="list-page-btn-batch-delete",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.ORGANIZATION_SELECTION="organization-selection",e.FORM_SELECT_BUTTON="form-select-button",e.LIST_VIEW_SELECT="list-view-select",e.TEXT_OCR_BUTTON="text-ocr-button",e.INVOICE_CHECK_BUTTON="invoice-check-button",e.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",e.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",e.VARCHAR_COLUMN="varchar-column",e.TEXT_COLUMN="text-column",e.DECIMAL_COLUMN="decimal-column",e.TIMESCOPE_COLUMN="timescope-column",e.TIMESTAMP_COLUMN="timestamp-column",e.ARRAY_COLUMN="array-column",e.DEPARTMENT_COLUMN="department-column",e.AUTO_NUMBER_COLUMN="auto-number-column",e.FILE_COLUMN="file-column",e.IMAGE_COLUMN="image-column",e.PEOPLE_COLUMN="people-column",e.LOCATION_COLUMN="location-column",e.CUSTOM_COLUMN="custom-column",e.ORDER_COLUMN="order-column",e.OPERATION_COLUMN="operation-column",e.OPERATION_BUTTON="operation-button",e.EMPLOYEE_COLUMN="employee-column",e.Approval_Status_Column="approval-status-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.DEPARTMENT="department",e.EMPLOYEE="employee",e.IMAGE="image",e.INPUT="input",e.NUMBER="number",e.RADIO="radio",e.RICH_TEXT="rich-text",e.SCORE="score",e.SEARCH_DATE_RANGE="search-date-range",e.SEARCH_NUMBER_RANGE="search-number-range",e.SEARCH_INPUT="search-input",e.SELECT="select",e.SELECT_MULTIPLE="select-multiple",e.SELECT_RELATION="select-relation",e.VUE_FORM_ITEM="vue-form-item",e.TEXTAREA="textarea",e.EMAIL="email",e.FOOTER="footer",e.HEADER="header",e.ID_CARD="id-card",e.MOBILE="mobile",e.PHONE="phone",e.RADIO_IMAGE="radio-image",e.ELECTRONIC_SIGNATURE="electronic-signature",e.WPS="wps",e.CARD_GROUP="card-group",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.GRID_LAYOUT_CONTAINER="grid-layout-container",e.ROW="row",e.TWO_COLUMNS="two-columns",e.SUBTABLE_COLUMN="subtable-column",e.SUBTABLE_ROW="subtable-row",e.TAB="tab",e.TAB_PANE="tab-pane",e.TOOLBOX="toolbox",e.DATA_VIEW="data-view",e.LIST_VIEW="list-view",e.ACTION_BAR="action-bar",e.SUBTABLE="subtable",e.GRID_TABLE="grid-table",e.SIMPLE_SEARCH="simple-search",e.PAGINATION="pagination",e.CHECKBOX_IMAGE="checkbox-image",e.DASHBOARD="dashboard",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2",e.GRID_LAYOUT_WRAP="grid-layout-wrap",e.VUE_PAGE="vue-page",e.REFERENCE_LIST="reference-list"})(v||(v={}));var hn;(function(e){e.SAVE="save",e.DRAFT="draft",e.UNSUBMIT="unsubmit",e.AUDIT="audit",e.UNAUDIT="unaudit",e.CANCEL="cancel",e.FORM_SUBMIT="form_submit"})(hn||(hn={}));var j;(function(e){e.VARCHAR="varchar",e.TEXT="text",e.ARRAY="array",e.ADDRESS="location",e.DECIMAL="decimal",e.DECIMAL_RANGE="decimal_range",e.TIMESTAMP="timestamp",e.EMPLOYEES="people",e.DEPARTMENTS="department",e.MONEY="money",e.TIMESCOPE="timescope",e.FILE="file",e.IMAGE="image",e.AUTO_NUMBER="auto_number",e.CALC="calc",e.LIST="list",e.JSON="json",e.ANY="ANY"})(j||(j={}));var yn;(function(e){e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime"})(yn||(yn={}));var gn="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Zp=gn+"0123456789";function et(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",n=0;n<e;n++){var r=n===0?gn:Zp,u=Math.random()*r.length;t+=r[parseInt(String(u),10)]}return t}function tt(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Yp(e){if(Array.isArray(e))return tt(e)}function e0(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function mn(e,t,n){return t=fe(t),u0(e,rt()?Reflect.construct(t,n||[],fe(e).constructor):t.apply(e,n))}function _n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Se(e,t,n){return rt()?Se=Reflect.construct:Se=function(u,o,i){var l=[null];l.push.apply(l,o);var s=Function.bind.apply(u,l),a=new s;return i&&de(a,i.prototype),a},Se.apply(null,arguments)}function fe(e){return fe=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},fe(e)}function En(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&de(e,t)}function t0(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function n0(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function r0(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function u0(e,t){return t&&(i0(t)==="object"||typeof t=="function")?t:e0(e)}function de(e,t){return de=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},de(e,t)}function bn(e){return Yp(e)||n0(e)||o0(e)||r0()}function i0(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function o0(e,t){if(!!e){if(typeof e=="string")return tt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return tt(e,t)}}function nt(e){var t=typeof Map=="function"?new Map:void 0;return nt=function(r){if(r===null||!t0(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,u)}function u(){return Se(r,arguments,fe(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),de(u,r)},nt(e)}function rt(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(rt=function(){return!!e})()}var ut=console;function $e(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,u=t.slice(1);(r=ut).warn.apply(r,["\u{1F9D0} Driven Warning:"+t[0]].concat(bn(u)))}function Bn(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,u=t.slice(1);(r=ut).log.apply(r,["\u{1F680} Driven Log:"+t[0]].concat(bn(u)))}function a0(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var it=function(e){En(t,e);function t(n){_n(this,t);var r;return r=mn(this,t,[n]),r.name="\u{1F4A5} Driven Error",r.message=n?a0(n):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",r}return t}(nt(Error)),l0=function(e){En(t,e);function t(n){_n(this,t);var r;return r=mn(this,t,[n]),r.name="\u{1F6A8} Driven Reference Error",r}return t}(it);function pe(e){throw new it(e)}function Fn(e){throw new l0(e)}function s0(e){ut.error(new it(e))}const c0=(e,t,n)=>{if(!e)return console.error("getLocaleText\u7684key\u4E0D\u80FD\u4E3A\u7A7A"),"";const r=e.split(".");let u;const o=(window.baitedaWorkers||{}).languageMessages||{};r.forEach((l,s)=>{s===0?u=o[l]:u&&(u=u[l])});let i="";return u&&(i=u),t&&Object.keys(t).forEach(l=>{const s=t[l];i=i.replace(new RegExp(`\\{\\s*${l}\\s*\\}`,"g"),s)}),i||(n?i=n:i=e),i};function f0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Cn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function d0(e,t,n){return t&&Cn(e.prototype,t),n&&Cn(e,n),e}function p0(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var y=function(){function e(){f0(this,e)}return d0(e,null,[{key:"getMessage",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},u;return c0("CMD."+n,r,Ze==null||(u=Ze[pn.split("-").join("")])===null||u===void 0?void 0:u[n])}},{key:"resetI18n",value:function(){}},{key:"setLocale",value:function(n,r){}}]),e}();p0(y,"$i18n",y.resetI18n());function An(e,t,n){var r=t.replace(/\[(\d)]/g,function(o,i){return"."+i}).split("."),u=!1;return r.reduce(function(o,i,l,s){var a=o;if(!!o){if(!Object.prototype.hasOwnProperty.call(o,i)){$e("Can not set ".concat(t,"'s ").concat(i," property in current %o, Because there is no ").concat(i," property on the %o"),o,o);return}return l===s.length-1&&!Object.is(a[i],n)&&(a[i]=n,u=!0),a[i]}},e),u}var v0=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},h0={exports:{}};(function(e){(function(t){var n=function(c,p,b){if(!a(p)||h(p)||m(p)||_(p)||s(p))return p;var A,S=0,k=0;if(f(p))for(A=[],k=p.length;S<k;S++)A.push(n(c,p[S],b));else{A={};for(var w in p)Object.prototype.hasOwnProperty.call(p,w)&&(A[c(w,b)]=n(c,p[w],b))}return A},r=function(c,p){p=p||{};var b=p.separator||"_",A=p.split||/(?=[A-Z])/;return c.split(A).join(b)},u=function(c){return C(c)?c:(c=c.replace(/[\-_\s]+(.)?/g,function(p,b){return b?b.toUpperCase():""}),c.substr(0,1).toLowerCase()+c.substr(1))},o=function(c){var p=u(c);return p.substr(0,1).toUpperCase()+p.substr(1)},i=function(c,p){return r(c,p).toLowerCase()},l=Object.prototype.toString,s=function(c){return typeof c=="function"},a=function(c){return c===Object(c)},f=function(c){return l.call(c)=="[object Array]"},h=function(c){return l.call(c)=="[object Date]"},m=function(c){return l.call(c)=="[object RegExp]"},_=function(c){return l.call(c)=="[object Boolean]"},C=function(c){return c=c-0,c===c},d=function(c,p){var b=p&&"process"in p?p.process:p;return typeof b!="function"?c:function(A,S){return b(A,c,S)}},g={camelize:u,decamelize:i,pascalize:o,depascalize:i,camelizeKeys:function(c,p){return n(d(u,p),c)},decamelizeKeys:function(c,p){return n(d(i,p),c,p)},pascalizeKeys:function(c,p){return n(d(o,p),c)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=g:t.humps=g})(v0)})(h0);var wn={};Object.defineProperty(wn,"__esModule",{value:!0});function ot(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(t=>typeof t!="object"||t===null?t:ot(t));{const t={};for(const n in e){const r=e[n];t[n]=typeof r!="object"||r===null?r:ot(r)}return t}}var y0=wn.default=ot;function Sn(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function W(e){if(e!==void 0)return(typeof e=="undefined"?"undefined":Sn(e))==="object"?y0(e):e}function at(e){return Object.prototype.toString.call(e)==="[object Object]"}function g0(e){return e!=null&&(typeof e=="undefined"?"undefined":Sn(e))==="object"&&Array.isArray(e)===!1}function ve(e){return Array.isArray(e)}function lt(e){return typeof e=="string"}function m0(e){return Object.values(v).includes(e)}function st(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function _0(e){if(Array.isArray(e))return st(e)}function $n(e,t,n,r,u,o,i){try{var l=e[o](i),s=l.value}catch(a){n(a);return}l.done?t(s):Promise.resolve(s).then(r,u)}function E0(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var o=e.apply(t,n);function i(s){$n(o,r,u,i,l,"next",s)}function l(s){$n(o,r,u,i,l,"throw",s)}i(void 0)})}}function b0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Dn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function B0(e,t,n){return t&&Dn(e.prototype,t),n&&Dn(e,n),e}function In(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function F0(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function C0(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function ct(e){return _0(e)||F0(e)||A0(e)||C0()}function A0(e,t){if(!!e){if(typeof e=="string")return st(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return st(e,t)}}function w0(e,t){var n,r,u,o,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return o={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(a){return function(f){return s([a,f])}}function s(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(u=i.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){i=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){i.label=a[1];break}if(a[0]===6&&i.label<u[1]){i.label=u[1],u=a;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(a);break}u[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var On=function(){function e(){b0(this,e),In(this,"_events",new Map),In(this,"debug",!1)}return B0(e,[{key:"emit",value:function(n){for(var r=arguments.length,u=new Array(r>1?r-1:0),o=1;o<r;o++)u[o-1]=arguments[o];var i=this;return E0(function(){var l,s,a,f,h,m,_,C,d,g,c,p;return w0(this,function(b){switch(b.label){case 0:if(l=i._events.get(n),s=[],!l)return[3,10];a=l.slice(),f=!0,h=!1,m=void 0,b.label=1;case 1:b.trys.push([1,8,9,10]),_=a[Symbol.iterator](),b.label=2;case 2:if(f=(C=_.next()).done)return[3,7];if(d=C.value,!l.includes(d))return[3,6];b.label=3;case 3:return b.trys.push([3,5,,6]),i.debug&&Bn.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(d.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+d.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"\u3002")].concat(ct(u))),[4,d.apply(null,ct(u))];case 4:return g=b.sent(),i.debug&&Bn.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(d.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+d.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(ct(u),[g])),s.push(g),g===!1?[3,7]:[3,6];case 5:return c=b.sent(),s0(String(c)+":"+String(c.stack)),[3,6];case 6:return f=!0,[3,2];case 7:return[3,10];case 8:return p=b.sent(),h=!0,m=p,[3,10];case 9:try{!f&&_.return!=null&&_.return()}finally{if(h)throw m}return[7];case 10:return[2,s]}})})()}},{key:"on",value:function(n,r){if(this._events.has(n)){var u;(u=this._events.get(n))===null||u===void 0||u.push(r)}else this._events.set(n,[r])}},{key:"off",value:function(n,r){if(this._events.has(n)){var u=this._events.get(n),o=u==null?void 0:u.indexOf(r);u==null||u.splice(o,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),e}();function S0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function $0(e,t,n){return t&&Pn(e.prototype,t),n&&Pn(e,n),e}function D0(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var I0=[{key:"on_click",name:y.getMessage("click"),code:"click"},{key:"on_click_finish",name:y.getMessage("finished"),code:"click-finish"},{key:"on_change",name:y.getMessage("valueChange"),code:"change"},{key:"on_search",name:y.getMessage("search"),code:"search"},{key:"on_list_change",name:y.getMessage("listDataChange"),code:"list-change"},{key:"on_list_search",name:y.getMessage("listDataCreate"),code:"list-search"},{key:"on_list_mounted",name:y.getMessage("listDataBack"),code:"list-mounted"},{key:"on_list_delete",name:y.getMessage("listDataDelete"),code:"list-delete"},{key:"on_list_before_insert",name:y.getMessage("listDataAdd"),code:"list-before-insert"},{key:"on_input",name:y.getMessage("onInput"),code:"input"},{key:"on_blur",name:y.getMessage("onBlur"),code:"blur"},{key:"on_focus",name:y.getMessage("onFocus"),code:"focus"},{key:"on_wps_open",name:y.getMessage("onOpenFile"),code:"wps-open"},{key:"on_wps_save",name:y.getMessage("onSaveFile"),code:"wps-save"},{key:"on_wps_rename",name:y.getMessage("rename"),code:"wps-rename"},{key:"on_list_actions",name:y.getMessage("onClickBtn"),code:"list-actions"},{key:"on_list_render_operation",name:y.getMessage("cellRender"),code:"list-render-operation"},{key:"on_list_rowclick",name:y.getMessage("rowClick"),code:"list-rowclick"},{key:"on_list_before_rowdelete",name:y.getMessage("rowDelete"),code:"list-before-rowdelete"},{key:"on_list_before_import",name:y.getMessage("listDataImport"),code:"list-before-import"},{key:"on_list_rows_checked",name:y.getMessage("rowSelected"),code:"list-rows-checked"},{key:"on_change_tab",name:y.getMessage("tabChange"),code:"change-tab"},{key:"on_modal_ok",name:y.getMessage("modalConfirm"),code:"modal-ok"}],he=function(){function e(){S0(this,e)}return $0(e,null,[{key:"getEventsFromKeys",value:function(n){var r=typeof n=="string"?[n]:n;return e.events.filter(function(u){return r.includes(u.key)})}},{key:"getEventsFromControl",value:function(n){var r=[],u=n.eventKeys;r=r.concat(e.events.filter(function(i){return u.includes(i.key)}));var o=n.customEvents.map(function(i){var l=i.key;return i.namespace!==void 0&&i.namespace!==null&&i.namespace!==""&&(l=i.namespace+":"+i.key),{key:l,code:i.key,name:i.name}});return r=r.concat(o),r}}]),e}();D0(he,"events",I0);function ft(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function O0(e){if(Array.isArray(e))return ft(e)}function P0(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function R0(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Rn(e){return O0(e)||P0(e)||x0(e)||R0()}function x0(e,t){if(!!e){if(typeof e=="string")return ft(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ft(e,t)}}function dt(e,t){var n;!((n=Object.getOwnPropertyDescriptors(e)[t])===null||n===void 0)&&n.enumerable&&Object.defineProperty(e,t,{enumerable:!1})}function xn(e,t,n){n!=="Runtime"&&(e.parent=t,dt(e,"parent"))}function L0(e,t,n){e.forEach(function(r){xn(r,t,n)})}var Ln=Symbol("targetKey");function Mn(e){var t;return(t=e[Ln])!==null&&t!==void 0?t:e}function Tn(e,t,n){return L0(e,t,n),new Proxy(e,{get:function(u,o){for(var i=arguments.length,l=new Array(i>2?i-2:0),s=2;s<i;s++)l[s-2]=arguments[s];var a;return o===Ln?u:(a=Reflect).get.apply(a,[u,o].concat(Rn(l)))},set:function(u,o,i){for(var l=arguments.length,s=new Array(l>3?l-3:0),a=3;a<l;a++)s[a-3]=arguments[a];var f;if(ve(e)&&o==="length"&&i===e.length)return!0;var h=(f=Reflect).set.apply(f,[u,o,i].concat(Rn(s)));return at(i)&&xn(i,t,n),h}})}function pt(e,t,n,r,u){var o=r!=null?r:e,i=Tn(Mn(n!=null?n:[]),o,u);Object.defineProperty(e,t,{get:function(){return i},set:function(s){i=Tn(Mn(s),o,u)},enumerable:!0})}function M0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function jn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function T0(e,t,n){return t&&jn(e.prototype,t),n&&jn(e,n),e}function K(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Vn=[],ye=function(){function e(t){M0(this,e),K(this,"registeredControlTypes",new Set),K(this,"controlConfigMap",new Map),K(this,"_controls",[]),K(this,"_type",void 0),this._type=t,this._initControls(t)}return T0(e,[{key:"registerControlConfig",value:function(n,r){return this.controlConfigMap.set(n,r),this}},{key:"getControlConfig",value:function(n){return this.controlConfigMap.get(n)}},{key:"getControls",value:function(){return this._controls}},{key:"register",value:function(n){n.__is_control__||pe("".concat(n.name," is not a Control"));var r=this._controls.findIndex(function(u){return u.controlType===n.controlType});return r>-1&&($e("The ".concat(n.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(r,1)),this.registeredControlTypes.add(n.controlType),this._controls.push(n),this}},{key:"isLayoutControl",value:function(n){return n.controlType===P.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===P.FORM}},{key:"isListControl",value:function(n){return n.controlType===P.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===P.COLUMN}},{key:"createControl",value:function(n,r){var u=this;if(Array.isArray(n))return n.map(function(f){return u.createControl(f,r)});if(n.children&&(n.children=n.children.map(function(f){return u.createControl(f,r)})),this.isListControl(n)){var o=n.props;o.headers&&(o.headers=o.headers.map(function(f){return u.createControl(f,r)}))}var i=this.getControlFormType(n.type);if(i){var l=n;if(typeof r=="function"){var s=r(l);s&&(l=s)}var a;return i.mode==="Runtime"?(a=l,a.fieldType=i.controlFieldType,this._setParentPrototypeToSchema(a,this)):a=new i(l),a}else pe("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))}},{key:"resetInstanceParent",value:function(n,r){delete n.parent,Object.defineProperty(n,"parent",{configurable:!0,get:function(){return r}}),dt(n,"parent")}},{key:"_setParentPrototypeToSchema",value:function(n,r){r._type==="Runtime"&&(Object.defineProperty(n,"parent",{configurable:!0,get:function(){var o=n.id,i=r._controlParentIdMap,l=r.instanceMap;if(!(!i||!l)){var s=i[o],a=l[o];if(!(!s&&!a)){var f=a.findIndex(function(_){return _==n}),h=l[s]||[],m;return h.length!==a.length?m=h[0]:m=h[f],m}}}}),dt(n,"parent"))}},{key:"createControlInstance",value:function(n,r){var u=this.getControlFormType(n);if(u)return new u(r)}},{key:"getControlFormType",value:function(n){return this._controls.find(function(r){return r.controlType===n})}},{key:"_initControls",value:function(n){var r=this;this.constructor.staticControls.forEach(function(u){r.register(u[n]),e.staticControlsRuntimeRules.set(u.Runtime.controlType,u.Property.RuntimeRules),u.Property.mode=n})}}],[{key:"staticGetRules",value:function(n,r){var u=e.staticControlsRuntimeRules.get(n),o=[];if(u){var i=new u(r);o=Array.from(i)}return o}},{key:"register",value:function(n,r){var u=n.Designer,o=n.Runtime,i=n.Property;(!u||!o||!u.__is_control__||!o.__is_control__)&&pe("".concat(n," is can't register as a Control"));var l=this.staticControls.findIndex(function(s){return s.Designer.controlType===u.controlType});return l>-1&&($e("The ".concat(u.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(l,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(n),i.mode=r,this}}]),e}();K(ye,"staticControlsRuntimeRules",new Map),K(ye,"staticControls",Vn),K(ye,"staticRegisteredTypes",new Set(Vn.map(function(e){return e.Designer.controlType}))),K(ye,"staticRegisteredConfigs",new Map);function vt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function T(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var qn=function e(t){vt(this,e),T(this,"dataCode",void 0),T(this,"fieldCode",void 0),T(this,"fieldType",void 0),T(this,"aliasCode",void 0);var n;this.dataCode=(n=t==null?void 0:t.dataCode)!==null&&n!==void 0?n:"";var r;this.fieldCode=(r=t==null?void 0:t.fieldCode)!==null&&r!==void 0?r:"";var u;this.fieldType=(u=t==null?void 0:t.fieldType)!==null&&u!==void 0?u:"",this.aliasCode=t==null?void 0:t.aliasCode},j0=function e(t){vt(this,e),T(this,"minWidth",void 0),T(this,"maxWidth",void 0),T(this,"flex",void 0);var n;this.minWidth=(n=t==null?void 0:t.minWidth)!==null&&n!==void 0?n:150,this.maxWidth=t==null?void 0:t.maxWidth;var r;this.flex=(r=t==null?void 0:t.flex)!==null&&r!==void 0?r:1},kn;(function(e){e.CNY="CNY",e.USD="USD",e.JPY="JPY",e.EUR="EUR",e.INR="INR",e.IDR="IDR",e.BRL="BRL",e.AED="AED",e.AUD="AUD",e.CAD="CAD",e.EGP="EGP",e.GBP="GBP",e.ZAR="ZAR",e.KRW="KRW",e.MAD="MAD",e.MXN="MXN",e.MYR="MYR",e.PHP="PHP",e.PLN="PLN",e.RUB="RUB",e.SGD="SGD",e.THB="THB",e.TRY="TRY",e.TWD="TWD",e.VND="VND",e.HKD="HKD",e.IEP="IEP"})(kn||(kn={}));var Un;(function(e){e.DEFAULT_DISPLAY="defaultDisplay",e.REQUIRED="required",e.IS_HIDE="isHide",e.IS_SHOW_UNIT="isShowUnit",e.IMD_SEARCH="immediatelySearch",e.MULTIPLE="multiple",e.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",e.CAPTION="caption",e.IS_HIDE_CAPTION="isHideCaption",e.DEFAULT_SHOW_OPTIONS="defaultShowOptions",e.CAN_SEARCH="canSearch",e.CAN_CHECK="canCheck",e.CAN_EDIT="canEdit",e.CAN_DELETE="canDelete",e.SHOW_UPPER_CASE="showUpperCase",e.MICROMETER="micrometer",e.PRECISION="precision",e.PERCENTAGE="percentage",e.OPTIONAL_LEVEL="optionalLevel",e.CONTAINS_SUB_NODE="containsSubNode",e.DEFAULT_COLLAPSE="defaultCollapse",e.CAN_VIEW_FORM="canViewForm",e.VIEW_FORM_MODEL_TYPE="viewFormModelType",e.SERVER_PAGINATION="serverPagination",e.IS_SHOW_CAPTION_TIP="isShowCaptionTip",e.IS_SHOW_WATERMARK="isShowWatermark",e.ENCRYPTED="encrypted",e.IS_INLINE_EDIT="isInlineEdit",e.REVISIONS_MODE="revisionsMode",e.ALLOW_COPY_OPTIONS="allowCopyOptions",e.IS_PASTE="isPaste",e.SORTABLE="sortable",e.IS_SHOW_SIMPLE_SEARCH="isShowSimpleSearch",e.IS_SHOW_TOOL_BAE="isShowToolbar"})(Un||(Un={}));var ht;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.READONLY=1]="READONLY",e[e.EDITABLE=2]="EDITABLE",e[e.PRINT=5]="PRINT"})(ht||(ht={}));var V0=function e(t){vt(this,e),T(this,"width",void 0),T(this,"height",void 0),T(this,"widthConfig",void 0),T(this,"heightConfig",void 0);var n;this.width=(n=t==null?void 0:t.width)!==null&&n!==void 0?n:"";var r;this.height=(r=t==null?void 0:t.height)!==null&&r!==void 0?r:"";var u;this.widthConfig=(u=t==null?void 0:t.widthConfig)!==null&&u!==void 0?u:"fill";var o;this.heightConfig=(o=t==null?void 0:t.heightConfig)!==null&&o!==void 0?o:"fill"};function q0(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function k0(e,t,n){return t=ge(t),W0(e,mt()?Reflect.construct(t,n||[],ge(e).constructor):t.apply(e,n))}function yt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function De(e,t,n){return mt()?De=Reflect.construct:De=function(u,o,i){var l=[null];l.push.apply(l,o);var s=Function.bind.apply(u,l),a=new s;return i&&me(a,i.prototype),a},De.apply(null,arguments)}function N(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ge(e){return ge=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ge(e)}function U0(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&me(e,t)}function H0(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function W0(e,t){return t&&(N0(t)==="object"||typeof t=="function")?t:q0(e)}function me(e,t){return me=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},me(e,t)}function N0(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function gt(e){var t=typeof Map=="function"?new Map:void 0;return gt=function(r){if(r===null||!H0(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,u)}function u(){return De(r,arguments,ge(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),me(u,r)},gt(e)}function mt(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(mt=function(){return!!e})()}var _t=function e(t){yt(this,e),N(this,"isHide",{type:"boolean"})},Hn=function(e){U0(t,e);function t(n){return yt(this,t),k0(this,t)}return t}(gt(Array)),z=function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";yt(this,e),N(this,"isHide",void 0),N(this,"className",void 0),N(this,"style",void 0),N(this,"caption",void 0),N(this,"defaultState",void 0);var r;this.isHide=(r=t==null?void 0:t.isHide)!==null&&r!==void 0?r:!1,this.style=new V0(t==null?void 0:t.style);var u;this.caption=(u=t==null?void 0:t.caption)!==null&&u!==void 0?u:n};N(z,"mode",void 0),N(z,"Rules",_t),N(z,"RuntimeRules",Hn);function V(){return V=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},V.apply(this,arguments)}function z0(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function Et(e){return Et=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Et(e)}function Ie(e,t){return Ie=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Ie(e,t)}function G0(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function Oe(e,t,n){return G0()?Oe=Reflect.construct:Oe=function(u,o,i){var l=[null];l.push.apply(l,o);var s=Function.bind.apply(u,l),a=new s;return i&&Ie(a,i.prototype),a},Oe.apply(null,arguments)}function K0(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function bt(e){var t=typeof Map=="function"?new Map:void 0;return bt=function(r){if(r===null||!K0(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,u)}function u(){return Oe(r,arguments,Et(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Ie(u,r)},bt(e)}var X0=/%[sdj%]/g,Wn=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(Wn=function(t,n){typeof console!="undefined"&&console.warn&&n.every(function(r){return typeof r=="string"})&&console.warn(t,n)});function Bt(e){if(!e||!e.length)return null;var t={};return e.forEach(function(n){var r=n.field;t[r]=t[r]||[],t[r].push(n)}),t}function L(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=1,u=t[0],o=t.length;if(typeof u=="function")return u.apply(null,t.slice(1));if(typeof u=="string"){var i=String(u).replace(X0,function(l){if(l==="%%")return"%";if(r>=o)return l;switch(l){case"%s":return String(t[r++]);case"%d":return Number(t[r++]);case"%j":try{return JSON.stringify(t[r++])}catch(s){return"[Circular]"}break;default:return l}});return i}return u}function J0(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function D(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||J0(t)&&typeof e=="string"&&!e)}function Q0(e,t,n){var r=[],u=0,o=e.length;function i(l){r.push.apply(r,l),u++,u===o&&n(r)}e.forEach(function(l){t(l,i)})}function Nn(e,t,n){var r=0,u=e.length;function o(i){if(i&&i.length){n(i);return}var l=r;r=r+1,l<u?t(e[l],o):n([])}o([])}function Z0(e){var t=[];return Object.keys(e).forEach(function(n){t.push.apply(t,e[n])}),t}var zn=function(e){z0(t,e);function t(n,r){var u;return u=e.call(this,"Async Validation Error")||this,u.errors=n,u.fields=r,u}return t}(bt(Error));function Y0(e,t,n,r){if(t.first){var u=new Promise(function(h,m){var _=function(g){return r(g),g.length?m(new zn(g,Bt(g))):h()},C=Z0(e);Nn(C,n,_)});return u.catch(function(h){return h}),u}var o=t.firstFields||[];o===!0&&(o=Object.keys(e));var i=Object.keys(e),l=i.length,s=0,a=[],f=new Promise(function(h,m){var _=function(d){if(a.push.apply(a,d),s++,s===l)return r(a),a.length?m(new zn(a,Bt(a))):h()};i.length||(r(a),h()),i.forEach(function(C){var d=e[C];o.indexOf(C)!==-1?Nn(d,n,_):Q0(d,n,_)})});return f.catch(function(h){return h}),f}function Gn(e){return function(t){return t&&t.message?(t.field=t.field||e.fullField,t):{message:typeof t=="function"?t():t,field:t.field||e.fullField}}}function Kn(e,t){if(t){for(var n in t)if(t.hasOwnProperty(n)){var r=t[n];typeof r=="object"&&typeof e[n]=="object"?e[n]=V(V({},e[n]),r):e[n]=r}}return e}function Xn(e,t,n,r,u,o){e.required&&(!n.hasOwnProperty(e.field)||D(t,o||e.type))&&r.push(L(u.messages.required,e.fullField))}function ev(e,t,n,r,u){(/^\s+$/.test(t)||t==="")&&r.push(L(u.messages.whitespace,e.fullField))}var Ft={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},_e={integer:function(t){return _e.number(t)&&parseInt(t,10)===t},float:function(t){return _e.number(t)&&!_e.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch(n){return!1}},date:function(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function(t){return isNaN(t)?!1:typeof t=="number"},object:function(t){return typeof t=="object"&&!_e.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&!!t.match(Ft.email)&&t.length<255},url:function(t){return typeof t=="string"&&!!t.match(Ft.url)},hex:function(t){return typeof t=="string"&&!!t.match(Ft.hex)}};function tv(e,t,n,r,u){if(e.required&&t===void 0){Xn(e,t,n,r,u);return}var o=["integer","float","array","regexp","object","method","email","number","date","url","hex"],i=e.type;o.indexOf(i)>-1?_e[i](t)||r.push(L(u.messages.types[i],e.fullField,e.type)):i&&typeof t!==e.type&&r.push(L(u.messages.types[i],e.fullField,e.type))}function nv(e,t,n,r,u){var o=typeof e.len=="number",i=typeof e.min=="number",l=typeof e.max=="number",s=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,a=t,f=null,h=typeof t=="number",m=typeof t=="string",_=Array.isArray(t);if(h?f="number":m?f="string":_&&(f="array"),!f)return!1;_&&(a=t.length),m&&(a=t.replace(s,"_").length),o?a!==e.len&&r.push(L(u.messages[f].len,e.fullField,e.len)):i&&!l&&a<e.min?r.push(L(u.messages[f].min,e.fullField,e.min)):l&&!i&&a>e.max?r.push(L(u.messages[f].max,e.fullField,e.max)):i&&l&&(a<e.min||a>e.max)&&r.push(L(u.messages[f].range,e.fullField,e.min,e.max))}var ee="enum";function rv(e,t,n,r,u){e[ee]=Array.isArray(e[ee])?e[ee]:[],e[ee].indexOf(t)===-1&&r.push(L(u.messages[ee],e.fullField,e[ee].join(", ")))}function uv(e,t,n,r,u){if(e.pattern){if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||r.push(L(u.messages.pattern.mismatch,e.fullField,t,e.pattern));else if(typeof e.pattern=="string"){var o=new RegExp(e.pattern);o.test(t)||r.push(L(u.messages.pattern.mismatch,e.fullField,t,e.pattern))}}}var E={required:Xn,whitespace:ev,type:tv,range:nv,enum:rv,pattern:uv};function iv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t,"string")&&!e.required)return n();E.required(e,t,r,o,u,"string"),D(t,"string")||(E.type(e,t,r,o,u),E.range(e,t,r,o,u),E.pattern(e,t,r,o,u),e.whitespace===!0&&E.whitespace(e,t,r,o,u))}n(o)}function ov(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t)&&!e.required)return n();E.required(e,t,r,o,u),t!==void 0&&E.type(e,t,r,o,u)}n(o)}function av(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(t===""&&(t=void 0),D(t)&&!e.required)return n();E.required(e,t,r,o,u),t!==void 0&&(E.type(e,t,r,o,u),E.range(e,t,r,o,u))}n(o)}function lv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t)&&!e.required)return n();E.required(e,t,r,o,u),t!==void 0&&E.type(e,t,r,o,u)}n(o)}function sv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t)&&!e.required)return n();E.required(e,t,r,o,u),D(t)||E.type(e,t,r,o,u)}n(o)}function cv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t)&&!e.required)return n();E.required(e,t,r,o,u),t!==void 0&&(E.type(e,t,r,o,u),E.range(e,t,r,o,u))}n(o)}function fv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t)&&!e.required)return n();E.required(e,t,r,o,u),t!==void 0&&(E.type(e,t,r,o,u),E.range(e,t,r,o,u))}n(o)}function dv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(t==null&&!e.required)return n();E.required(e,t,r,o,u,"array"),t!=null&&(E.type(e,t,r,o,u),E.range(e,t,r,o,u))}n(o)}function pv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t)&&!e.required)return n();E.required(e,t,r,o,u),t!==void 0&&E.type(e,t,r,o,u)}n(o)}var vv="enum";function hv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t)&&!e.required)return n();E.required(e,t,r,o,u),t!==void 0&&E[vv](e,t,r,o,u)}n(o)}function yv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t,"string")&&!e.required)return n();E.required(e,t,r,o,u),D(t,"string")||E.pattern(e,t,r,o,u)}n(o)}function gv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t,"date")&&!e.required)return n();if(E.required(e,t,r,o,u),!D(t,"date")){var l;t instanceof Date?l=t:l=new Date(t),E.type(e,l,r,o,u),l&&E.range(e,l.getTime(),r,o,u)}}n(o)}function mv(e,t,n,r,u){var o=[],i=Array.isArray(t)?"array":typeof t;E.required(e,t,r,o,u,i),n(o)}function Ct(e,t,n,r,u){var o=e.type,i=[],l=e.required||!e.required&&r.hasOwnProperty(e.field);if(l){if(D(t,o)&&!e.required)return n();E.required(e,t,r,i,u,o),D(t,o)||E.type(e,t,r,i,u)}n(i)}function _v(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t)&&!e.required)return n();E.required(e,t,r,o,u)}n(o)}var Ee={string:iv,method:ov,number:av,boolean:lv,regexp:sv,integer:cv,float:fv,array:dv,object:pv,enum:hv,pattern:yv,date:gv,url:Ct,hex:Ct,email:Ct,required:mv,any:_v};function At(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var wt=At();function X(e){this.rules=null,this._messages=wt,this.define(e)}X.prototype={messages:function(t){return t&&(this._messages=Kn(At(),t)),this._messages},define:function(t){if(!t)throw new Error("Cannot configure a schema with no rules");if(typeof t!="object"||Array.isArray(t))throw new Error("Rules must be an object");this.rules={};var n,r;for(n in t)t.hasOwnProperty(n)&&(r=t[n],this.rules[n]=Array.isArray(r)?r:[r])},validate:function(t,n,r){var u=this;n===void 0&&(n={}),r===void 0&&(r=function(){});var o=t,i=n,l=r;if(typeof i=="function"&&(l=i,i={}),!this.rules||Object.keys(this.rules).length===0)return l&&l(),Promise.resolve();function s(d){var g,c=[],p={};function b(A){if(Array.isArray(A)){var S;c=(S=c).concat.apply(S,A)}else c.push(A)}for(g=0;g<d.length;g++)b(d[g]);c.length?p=Bt(c):(c=null,p=null),l(c,p)}if(i.messages){var a=this.messages();a===wt&&(a=At()),Kn(a,i.messages),i.messages=a}else i.messages=this.messages();var f,h,m={},_=i.keys||Object.keys(this.rules);_.forEach(function(d){f=u.rules[d],h=o[d],f.forEach(function(g){var c=g;typeof c.transform=="function"&&(o===t&&(o=V({},o)),h=o[d]=c.transform(h)),typeof c=="function"?c={validator:c}:c=V({},c),c.validator=u.getValidationMethod(c),c.field=d,c.fullField=c.fullField||d,c.type=u.getType(c),c.validator&&(m[d]=m[d]||[],m[d].push({rule:c,value:h,source:o,field:d}))})});var C={};return Y0(m,i,function(d,g){var c=d.rule,p=(c.type==="object"||c.type==="array")&&(typeof c.fields=="object"||typeof c.defaultField=="object");p=p&&(c.required||!c.required&&d.value),c.field=d.field;function b(k,w){return V(V({},w),{},{fullField:c.fullField+"."+k})}function A(k){k===void 0&&(k=[]);var w=k;if(Array.isArray(w)||(w=[w]),!i.suppressWarning&&w.length&&X.warning("async-validator:",w),w.length&&c.message!==void 0&&(w=[].concat(c.message)),w=w.map(Gn(c)),i.first&&w.length)return C[c.field]=1,g(w);if(!p)g(w);else{if(c.required&&!d.value)return c.message!==void 0?w=[].concat(c.message).map(Gn(c)):i.error&&(w=[i.error(c,L(i.messages.required,c.field))]),g(w);var U={};if(c.defaultField)for(var Jr in d.value)d.value.hasOwnProperty(Jr)&&(U[Jr]=c.defaultField);U=V(V({},U),d.rule.fields);for(var oe in U)if(U.hasOwnProperty(oe)){var m5=Array.isArray(U[oe])?U[oe]:[U[oe]];U[oe]=m5.map(b.bind(null,oe))}var Qr=new X(U);Qr.messages(i.messages),d.rule.options&&(d.rule.options.messages=i.messages,d.rule.options.error=i.error),Qr.validate(d.value,d.rule.options||i,function(sn){var ae=[];w&&w.length&&ae.push.apply(ae,w),sn&&sn.length&&ae.push.apply(ae,sn),g(ae.length?ae:null)})}}var S;c.asyncValidator?S=c.asyncValidator(c,d.value,A,d.source,i):c.validator&&(S=c.validator(c,d.value,A,d.source,i),S===!0?A():S===!1?A(c.message||c.field+" fails"):S instanceof Array?A(S):S instanceof Error&&A(S.message)),S&&S.then&&S.then(function(){return A()},function(k){return A(k)})},function(d){s(d)})},getType:function(t){if(t.type===void 0&&t.pattern instanceof RegExp&&(t.type="pattern"),typeof t.validator!="function"&&t.type&&!Ee.hasOwnProperty(t.type))throw new Error(L("Unknown rule type %s",t.type));return t.type||"string"},getValidationMethod:function(t){if(typeof t.validator=="function")return t.validator;var n=Object.keys(t),r=n.indexOf("message");return r!==-1&&n.splice(r,1),n.length===1&&n[0]==="required"?Ee.required:Ee[this.getType(t)]||!1}},X.register=function(t,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");Ee[t]=n},X.warning=Wn,X.messages=wt,X.validators=Ee;var Ev={required:"%s \u5FC5\u586B",maxLength:"%s \u8D85\u51FA\u6700\u5927\u957F\u5EA6\u9650\u5236",minLength:"%s \u5C0F\u4E8E\u6700\u5C0F\u957F\u5EA6\u9650\u5236",string:{range:"%s \u4E0D\u5728\u6307\u5B9A\u957F\u5EA6\u5185"}};function bv(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new X(e);return n.messages(Object.assign(Ev,t)),n}var Jn=new On;function St(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Bv(e){if(Array.isArray(e))return e}function Fv(e){if(Array.isArray(e))return St(e)}function Qn(e,t,n,r,u,o,i){try{var l=e[o](i),s=l.value}catch(a){n(a);return}l.done?t(s):Promise.resolve(s).then(r,u)}function Zn(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var o=e.apply(t,n);function i(s){Qn(o,r,u,i,l,"next",s)}function l(s){Qn(o,r,u,i,l,"throw",s)}i(void 0)})}}function Cv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Yn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Av(e,t,n){return t&&Yn(e.prototype,t),n&&Yn(e,n),e}function F(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function er(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function tr(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function wv(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Sv(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function nr(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){F(e,u,n[u])})}return e}function $v(e){return Bv(e)||tr(e)||rr(e)||wv()}function $t(e){return Fv(e)||tr(e)||rr(e)||Sv()}function Dv(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function rr(e,t){if(!!e){if(typeof e=="string")return St(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return St(e,t)}}function ur(e,t){var n,r,u,o,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return o={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(a){return function(f){return s([a,f])}}function s(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(u=i.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){i=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){i.label=a[1];break}if(a[0]===6&&i.label<u[1]){i.label=u[1],u=a;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(a);break}u[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var R=function(){function t(n){var r=this;Cv(this,t),F(this,"id",void 0),F(this,"name",void 0),F(this,"icon",void 0),F(this,"type",void 0),F(this,"controlType",void 0),F(this,"props",void 0),F(this,"setting",[]),F(this,"fieldType",void 0),F(this,"eventKeys",[]),F(this,"customEvents",[]),F(this,"parent",null),F(this,"slots",void 0),F(this,"slotPosition",void 0),F(this,"updateSetting",or),F(this,"removeSetting",ir),this._callControlHooks("preInstance",n);var u=er(this,t)?this.constructor:void 0,o=u.controlName,i=u.controlIcon,l=u.controlType,s=u.controlFieldType,a=u.controlEventKeys,f=u.controlCustomEvents,h=u.name,m=u.setting,_=u.slots,C=u.slotPosition;o&&i&&l||Fn("The ".concat(h," controlName,controlIcon,controlType is not define"));var d;this.id=(d=n==null?void 0:n.id)!==null&&d!==void 0?d:et(10),this.name=o,this.icon=i;var g;this.type=(g=n==null?void 0:n.type)!==null&&g!==void 0?g:l,this.props=new z(n==null?void 0:n.props,(er(this,t)?this.constructor:void 0).controlName);var c;this.controlType=(c=n==null?void 0:n.controlType)!==null&&c!==void 0?c:"base",this.setting=W(m);var p;this.fieldType=(p=n==null?void 0:n.fieldType)!==null&&p!==void 0?p:s,this.eventKeys=W(a),this.customEvents=W(f),this.slots=W(_),this.slotPosition=W(C),Promise.resolve().then(function(){r._callControlHooks("postInstance",n)})}return Av(t,[{key:"rules",get:function(){var r=this.props.constructor.Rules;return r?new r(this.props):{}}},{key:"_callControlHooks",value:function(){for(var r=arguments.length,u=new Array(r),o=0;o<r;o++)u[o]=arguments[o];var i,l=$v(u),s=l[0],a=l.slice(1);return(i=Jn).emit.apply(i,[s,this].concat($t(a)))}},{key:"preUpdate",value:function(r,u){this._callControlHooks("preUpdateProps",r,u)}},{key:"postUpdate",value:function(r,u){this._callControlHooks("postUpdateProps",r,u)}},{key:"updateProps",value:function(r,u){this.preUpdate(r,u),An(this.props,r,u),this.postUpdate(r,u)}},{key:"preValidate",value:function(){var r=this;return Zn(function(){var u,o,i;return ur(this,function(l){switch(l.label){case 0:return u=nr({},r.rules),[4,r._callControlHooks("preValidate",u)];case 1:return o=l.sent(),i=o[o.length-1],[2,i===!1?void 0:i]}})})()}},{key:"validate",value:function(r,u){var o=this;return Zn(function(){var i,l,s,a;return ur(this,function(f){switch(f.label){case 0:return[4,o.preValidate()];case 1:i=f.sent(),l=i!==void 0?i:nr({},o.rules),Array.isArray(u)&&u.forEach(function(h){l.hasOwnProperty(h)&&delete l[h]}),s=bv(l,r),f.label=2;case 2:return f.trys.push([2,4,,5]),[4,s.validate(o.props)];case 3:return f.sent(),[2,!0];case 4:throw a=f.sent(),a.control||(a.control=o),a;case 5:return[2]}})})()}},{key:"toDataBindModel",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,u=this.fieldType,o=this.id,i=this.type,l=this.props,s=l.dataBind,a=l.datasourceBind,f=l.optionConfig,h=l.caption,m=l.required,_=l.maxLength,C=l.options,d=l.encrypted,g=l.encryptedMode;if(!(!u&&!s&&!a)){var c={parentId:r,fieldType:u,controlId:o,caption:h,type:i,props:{}};switch(s&&(c.dataBind=s),f){case"datasource":case void 0:a&&(c.datasourceBind=a);break;case"custom":c.props.options=C;break}return m!==void 0&&(c.required=m),_!==void 0&&(c.maxLength=_),d!==void 0&&(c.encrypted=d),g!==void 0&&(c.encryptedMode=g),c}}},{key:"preToSchema",value:function(){this._callControlHooks("preToSchema",this)}},{key:"toSchema",value:function(){return this.preToSchema(),{id:this.id,type:this.type,props:W(this.props),fieldType:this.fieldType,controlType:this.controlType}}}],[{key:"updateBasicControl",value:function(r,u){if(r==="setting"){if(u.add){var o;(o=this.setting).push.apply(o,$t(u.add))}u.remove&&this.removeSettingItem(u.remove),u.update}}}]),t}();F(R,"mode","Designer"),F(R,"slots",void 0),F(R,"slotPosition",void 0),F(R,"controlName","\u63A7\u4EF6"),F(R,"controlIcon","icon"),F(R,"controlType","control"),F(R,"controlFieldType",void 0),F(R,"controlEventKeys",[]),F(R,"controlCustomEvents",[]),F(R,"setting",[]),F(R,"__is_control__",!0),F(R,"removeSettingItem",ir),F(R,"updateSettingItem",or);function ir(e){var t=this,n=Array.isArray(e)?e:[e];n.forEach(function(r){var u,o=typeof r!="string",i=(u=t.setting)===null||u===void 0?void 0:u.findIndex(function(a){return a.key===(o?r.key:r)});if(i!==-1){var l,s;o?t.setting[i].showItems=(l=t.setting[i].showItems)===null||l===void 0?void 0:l.filter(function(a){return!r.hideItems.includes(a)}):t.setting.splice(i,1),o&&!(!((s=t.setting[i].showItems)===null||s===void 0)&&s.length)&&t.setting.splice(i,1)}})}function or(e,t){var n=this,r=typeof e=="string"?[e]:e;r.forEach(function(u){var o=n.setting.find(function(a){return a.key===u});if(o){if(typeof t=="boolean")o.visible=t;else if((typeof t=="undefined"?"undefined":Dv(t))==="object"){var i,l=(i=t.type)!==null&&i!==void 0?i:"replace";if(l==="replace")o.showItems=t.showItems;else{var s;(s=o.showItems).push.apply(s,$t(t.showItems))}}}})}function Iv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ar(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ov(e,t,n){return t&&ar(e.prototype,t),n&&ar(e,n),e}function M(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Pv(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var be=function(){function t(n){Iv(this,t),M(this,"id",void 0),M(this,"type",void 0),M(this,"controlType",void 0),M(this,"props",void 0),M(this,"fieldType",void 0),M(this,"customEvents",[]),M(this,"pageStatus",void 0),M(this,"parent",null);var r=Pv(this,t)?this.constructor:void 0,u=r.controlType,o=r.controlFieldType,i=r.name,l=r.controlCustomEvents;u||Fn("The ".concat(i," controlType is not define"));var s;this.id=(s=n==null?void 0:n.id)!==null&&s!==void 0?s:et(10);var a;this.type=(a=n==null?void 0:n.type)!==null&&a!==void 0?a:u,this.props=new z(n==null?void 0:n.props),this.customEvents=l;var f;this.controlType=(f=n==null?void 0:n.controlType)!==null&&f!==void 0?f:"base";var h;this.fieldType=(h=n==null?void 0:n.fieldType)!==null&&h!==void 0?h:o;var m;this.pageStatus=(m=n==null?void 0:n.pageStatus)!==null&&m!==void 0?m:ht.UNKNOWN}return Ov(t,[{key:"rules",get:function(){var r=this.props.constructor.RuntimeRules;if(r){var u=new r(this.props);return Array.from(u)}return[]}}]),t}();M(be,"mode","Runtime"),M(be,"controlType","control"),M(be,"controlFieldType",void 0),M(be,"__is_control__",!0),M(be,"controlCustomEvents",[]);function lr(e){return(e==null?void 0:e.dataCode)!==void 0&&(e==null?void 0:e.fieldCode)!==void 0}function Rv(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Dt(e,t,n){return t=Pe(t),xv(e,sr()?Reflect.construct(t,n||[],Pe(e).constructor):t.apply(e,n))}function It(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Pe(e){return Pe=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Pe(e)}function Ot(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Pt(e,t)}function xv(e,t){return t&&(Lv(t)==="object"||typeof t=="function")?t:Rv(e)}function Pt(e,t){return Pt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Pt(e,t)}function Lv(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function sr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(sr=function(){return!!e})()}var Mv=function(e){Ot(t,e);function t(n){It(this,t);var r;r=Dt(this,t,[n]),$(r,"dataBind",{}),$(r,"caption",{type:"string",required:!0,message:y.getMessage("pleaseEnterCaption")}),$(r,"isHideCaption",{type:"boolean"}),$(r,"labelPosition",{type:"enum",enum:["top","left"]}),$(r,"defaultState",{type:"enum",enum:["default","readonly"]}),$(r,"required",{type:"boolean"}),$(r,"captionTip",{type:"string",required:!1,message:y.getMessage("pleaseEnterCaptionTip")});var u={fieldCode:{type:"string",required:!0,message:y.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:y.getMessage("pleaseEnterFieldCode")}};if(lr(n.dataBind))r.dataBind={type:"object",required:!0,fields:W(u),message:y.getMessage("pleaseEnterFieldCode")};else{var o={type:"object",required:!0,fields:{},message:y.getMessage("pleaseEnterFieldCode")};Object.keys(n.dataBind).forEach(function(i){o.fields[i]={type:"object",required:!0,fields:W(u),message:y.getMessage("pleaseEnterFieldCode")}}),r.dataBind=o}return n.isShowCaptionTip&&(r.captionTip.required=!0),r}return t}(_t),Tv=function(e){Ot(t,e);function t(n){It(this,t);var r;r=Dt(this,t,[n]);var u=n.isHide?!1:n.required;return u&&r.push({type:"string",required:u,message:n.requiredMessage!==""?n.requiredMessage:y.getMessage("runtimeRequired",{caption:n.caption})}),r}return t}(Hn),Rt=function(e){Ot(t,e);function t(n){It(this,t);var r;r=Dt(this,t,[n]),$(r,"caption",void 0),$(r,"isHideCaption",void 0),$(r,"isShowCaptionTip",void 0),$(r,"captionTip",void 0),$(r,"labelPosition",void 0),$(r,"dataBind",void 0),$(r,"defaultValue",void 0),$(r,"placeholder",void 0),$(r,"defaultState",void 0),$(r,"required",void 0),$(r,"requiredMessage",void 0);var u;r.caption=(u=n==null?void 0:n.caption)!==null&&u!==void 0?u:"";var o;r.isHideCaption=(o=n==null?void 0:n.isHideCaption)!==null&&o!==void 0?o:!1;var i;r.isShowCaptionTip=(i=n==null?void 0:n.isShowCaptionTip)!==null&&i!==void 0?i:!1;var l;r.captionTip=(l=n==null?void 0:n.captionTip)!==null&&l!==void 0?l:"";var s;r.defaultState=(s=n==null?void 0:n.defaultState)!==null&&s!==void 0?s:"default";var a;r.labelPosition=(a=n==null?void 0:n.labelPosition)!==null&&a!==void 0?a:"top";var f;r.placeholder=(f=n==null?void 0:n.placeholder)!==null&&f!==void 0?f:"";var h;r.required=(h=n==null?void 0:n.required)!==null&&h!==void 0?h:!1;var m;r.requiredMessage=(m=n==null?void 0:n.requiredMessage)!==null&&m!==void 0?m:"",r.dataBind=new qn(n==null?void 0:n.dataBind);var _;return r.defaultValue=(_=n==null?void 0:n.defaultValue)!==null&&_!==void 0?_:"",r}return t}(z);$(Rt,"Rules",Mv),$(Rt,"RuntimeRules",Tv);function jv(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Vv(e,t,n){return t=xe(t),Uv(e,cr()?Reflect.construct(t,n||[],xe(e).constructor):t.apply(e,n))}function qv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Re(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function xe(e){return xe=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},xe(e)}function kv(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&xt(e,t)}function Uv(e,t){return t&&(Hv(t)==="object"||typeof t=="function")?t:jv(e)}function xt(e,t){return xt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},xt(e,t)}function Hv(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function cr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(cr=function(){return!!e})()}var fr=function(e){kv(t,e);function t(n){qv(this,t);var r;return r=Vv(this,t,[n]),Re(r,"controlType","form"),Re(r,"props",void 0),r.props=new Rt(n==null?void 0:n.props),r}return t}(R);Re(fr,"controlEventKeys",["on_change","on_focus","on_blur"]),Re(fr,"controlCustomAttributes",void 0);function Wv(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Nv(e,t,n){return t=Le(t),Kv(e,dr()?Reflect.construct(t,n||[],Le(e).constructor):t.apply(e,n))}function zv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Le(e){return Le=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Le(e)}function Gv(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Lt(e,t)}function Kv(e,t){return t&&(Xv(t)==="object"||typeof t=="function")?t:Wv(e)}function Lt(e,t){return Lt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Lt(e,t)}function Xv(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function dr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(dr=function(){return!!e})()}var Jv=function(e){Gv(t,e);function t(n){return zv(this,t),Nv(this,t,[n])}return t}(z);function Mt(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Qv(e){if(Array.isArray(e))return Mt(e)}function Zv(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function pr(e,t,n,r,u,o,i){try{var l=e[o](i),s=l.value}catch(a){n(a);return}l.done?t(s):Promise.resolve(s).then(r,u)}function Yv(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var o=e.apply(t,n);function i(s){pr(o,r,u,i,l,"next",s)}function l(s){pr(o,r,u,i,l,"throw",s)}i(void 0)})}}function eh(e,t,n){return t=Q(t),ch(e,yr()?Reflect.construct(t,n||[],Q(e).constructor):t.apply(e,n))}function th(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function vr(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function nh(e,t,n){return t&&vr(e.prototype,t),n&&vr(e,n),e}function J(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function te(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?te=Reflect.get:te=function(u,o,i){var l=fh(u,o);if(!!l){var s=Object.getOwnPropertyDescriptor(l,o);return s.get?s.get.call(i||u):s.value}},te(e,t,n||e)}function Q(e){return Q=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Q(e)}function rh(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Tt(e,t)}function uh(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function ih(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function oh(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function ah(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){J(e,u,n[u])})}return e}function lh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function sh(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):lh(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function ch(e,t){return t&&(dh(t)==="object"||typeof t=="function")?t:Zv(e)}function Tt(e,t){return Tt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Tt(e,t)}function fh(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=Q(e),e!==null););return e}function hr(e){return Qv(e)||ih(e)||ph(e)||oh()}function dh(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function ph(e,t){if(!!e){if(typeof e=="string")return Mt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Mt(e,t)}}function yr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(yr=function(){return!!e})()}function vh(e,t){var n,r,u,o,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return o={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(a){return function(f){return s([a,f])}}function s(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(u=i.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){i=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){i.label=a[1];break}if(a[0]===6&&i.label<u[1]){i.label=u[1],u=a;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(a);break}u[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var hh=1e4,gr=function(t){rh(n,t);function n(r){th(this,n);var u;u=eh(this,n,[r]),J(u,"controlType","layout"),J(u,"children",void 0),J(u,"excludes",void 0),J(u,"childrenMaxLength",void 0),J(u,"props",void 0);var o=uh(this,n)?this.constructor:void 0,i=o.excludes,l=o.childrenMaxLength;return u.props=new Jv(r==null?void 0:r.props),pt(u,"children",r==null?void 0:r.children,void 0,"Designer"),u.excludes=W(i),u.childrenMaxLength=l,u}return nh(n,[{key:"judgeExcludesChildren",value:function(u){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(u)}},{key:"judgeJoinChildren",value:function(u){var o=this.judgeExcludesChildren(u);return o&&this.childrenMaxLength>this.children.length}},{key:"validate",value:function(u,o){var i=this,l=this,s=function(){return te(Q(n.prototype),"validate",i)};return Yv(function(){return vh(this,function(a){switch(a.label){case 0:return[4,s().call(l,u,o)];case 1:return a.sent(),[4,Promise.all(l.children.map(function(f){return f.validate(u,o)}))];case 2:return a.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,o=te(Q(n.prototype),"toDataBindModel",this).call(this),i=o?[o]:[];return this.children.reduce(function(l,s){var a=s.toDataBindModel(u);if(Array.isArray(a)){var f=a.filter(function(h){return!!h});return hr(l).concat(hr(f))}return a&&l.push(a),l},i)}},{key:"toSchema",value:function(){var u=te(Q(n.prototype),"toSchema",this).call(this),o=this.children.map(function(i){var l=i.toSchema();return l});return sh(ah({},u),{children:o})}}]),n}(R);J(gr,"excludes",!1),J(gr,"childrenMaxLength",hh);function yh(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function gh(e,t,n){return t=Me(t),Eh(e,mr()?Reflect.construct(t,n||[],Me(e).constructor):t.apply(e,n))}function mh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ne(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Me(e){return Me=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Me(e)}function _h(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&jt(e,t)}function Eh(e,t){return t&&(bh(t)==="object"||typeof t=="function")?t:yh(e)}function jt(e,t){return jt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},jt(e,t)}function bh(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function mr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(mr=function(){return!!e})()}var Bh=function(e){_h(t,e);function t(n,r,u){mh(this,t);var o;o=gh(this,t,[r]),ne(o,"headers",void 0),ne(o,"footers",void 0),ne(o,"pageIndex",void 0),ne(o,"pageSize",void 0),ne(o,"pageSizeOptions",void 0),ne(o,"totalCount",void 0),pt(o,"headers",r==null?void 0:r.headers,n,u),pt(o,"footers",r==null?void 0:r.footers,n);var i;o.pageIndex=(i=r==null?void 0:r.pageIndex)!==null&&i!==void 0?i:1;var l;o.pageSize=(l=r==null?void 0:r.pageSize)!==null&&l!==void 0?l:20;var s;o.pageSizeOptions=(s=r==null?void 0:r.pageSizeOptions)!==null&&s!==void 0?s:[20];var a;return o.totalCount=(a=r==null?void 0:r.totalCount)!==null&&a!==void 0?a:0,o}return t}(z);function Vt(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Fh(e){if(Array.isArray(e))return Vt(e)}function Ch(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _r(e,t,n,r,u,o,i){try{var l=e[o](i),s=l.value}catch(a){n(a);return}l.done?t(s):Promise.resolve(s).then(r,u)}function Ah(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var o=e.apply(t,n);function i(s){_r(o,r,u,i,l,"next",s)}function l(s){_r(o,r,u,i,l,"throw",s)}i(void 0)})}}function wh(e,t,n){return t=Z(t),Rh(e,Cr()?Reflect.construct(t,n||[],Z(e).constructor):t.apply(e,n))}function Sh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Er(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function $h(e,t,n){return t&&Er(e.prototype,t),n&&Er(e,n),e}function Te(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function re(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?re=Reflect.get:re=function(u,o,i){var l=xh(u,o);if(!!l){var s=Object.getOwnPropertyDescriptor(l,o);return s.get?s.get.call(i||u):s.value}},re(e,t,n||e)}function Z(e){return Z=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Z(e)}function Dh(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&qt(e,t)}function Ih(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Oh(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function br(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){Te(e,u,n[u])})}return e}function Ph(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function Br(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Ph(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function Rh(e,t){return t&&(Lh(t)==="object"||typeof t=="function")?t:Ch(e)}function qt(e,t){return qt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},qt(e,t)}function xh(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=Z(e),e!==null););return e}function Fr(e){return Fh(e)||Ih(e)||Mh(e)||Oh()}function Lh(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Mh(e,t){if(!!e){if(typeof e=="string")return Vt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Vt(e,t)}}function Cr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Cr=function(){return!!e})()}function Th(e,t){var n,r,u,o,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return o={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(a){return function(f){return s([a,f])}}function s(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(u=i.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){i=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){i.label=a[1];break}if(a[0]===6&&i.label<u[1]){i.label=u[1],u=a;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(a);break}u[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var jh=function(e){Dh(t,e);function t(n){Sh(this,t);var r;return r=wh(this,t,[n]),Te(r,"controlType","list"),Te(r,"props",void 0),r.props=new Bh(r,n==null?void 0:n.props,"Designer"),r}return $h(t,[{key:"validate",value:function(r,u){var o=this,i=this,l=function(){return re(Z(t.prototype),"validate",o)};return Ah(function(){return Th(this,function(s){switch(s.label){case 0:return[4,l().call(i,r)];case 1:return s.sent(),[4,Promise.all(i.props.headers.map(function(a){return a.validate(r,u)}))];case 2:return s.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var r=re(Z(t.prototype),"toDataBindModel",this).call(this),u=r?[r]:[],o=this.id;return this.props.headers.reduce(function(i,l){var s=l.toDataBindModel(o);if(Array.isArray(s)){var a=s.filter(function(f){return!!f});return Fr(i).concat(Fr(a))}return s&&i.push(s),i},u)}},{key:"toSchema",value:function(){var r=re(Z(t.prototype),"toSchema",this).call(this),u=this.props.headers.map(function(o){return o.toSchema()});return Br(br({},r),{props:Br(br({},this.props),{headers:u})})}}]),t}(R);Te(jh,"controlFieldType",j.LIST);function Vh(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ar(e,t,n){return t=je(t),qh(e,$r()?Reflect.construct(t,n||[],je(e).constructor):t.apply(e,n))}function wr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function x(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function je(e){return je=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},je(e)}function Sr(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&kt(e,t)}function qh(e,t){return t&&(kh(t)==="object"||typeof t=="function")?t:Vh(e)}function kt(e,t){return kt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},kt(e,t)}function kh(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function $r(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return($r=function(){return!!e})()}var Uh=function(e){Sr(t,e);function t(n){wr(this,t);var r;return r=Ar(this,t,[n]),x(r,"caption",{type:"string",required:!0,message:y.getMessage("pleaseEnterCaption")}),x(r,"width",{type:"number",required:!1,message:y.getMessage("pleaseEnterColumnWidth")}),r.width.required=n.widthType==="px",r}return t}(_t),Hh=function(e){Sr(t,e);function t(n){wr(this,t);var r;r=Ar(this,t,[n]),x(r,"widthType",void 0),x(r,"width",void 0),x(r,"caption",void 0),x(r,"dataBind",void 0),x(r,"autoWidth",void 0),x(r,"fixed",void 0),x(r,"sort",void 0),x(r,"align",void 0),x(r,"colSpan",void 0),x(r,"autoHeight",void 0),x(r,"children",void 0);var u;r.width=(u=n==null?void 0:n.width)!==null&&u!==void 0?u:150,r.widthType=(n==null?void 0:n.widthType)||"auto";var o;r.caption=(o=n==null?void 0:n.caption)!==null&&o!==void 0?o:"";var i;r.fixed=(i=n==null?void 0:n.fixed)!==null&&i!==void 0?i:"none",r.autoWidth=new j0(n==null?void 0:n.autoWidth),r.dataBind=new qn(n==null?void 0:n.dataBind);var l;r.sort=(l=n==null?void 0:n.sort)!==null&&l!==void 0?l:!0,r.align=n==null?void 0:n.align,r.colSpan=n==null?void 0:n.colSpan;var s;return r.autoHeight=(s=n==null?void 0:n.autoHeight)!==null&&s!==void 0?s:!1,r}return t}(z);x(Hh,"Rules",Uh);function Ut(e){return"children"in e&&ve(e.children)}function Dr(e){return"headers"in e.props&&ve(e.props.headers)}function Ve(e,t){Array.isArray(e)&&e.map(n=>{n.type===v.SUBTABLE?Ve(n.props.headers,t):Ut(n)?Ve(n==null?void 0:n.children,t):n.controlType===P.FORM&&t(n)})}const Wh=[v.AMOUNT,v.CALC,v.DATE_RANGE];y.getMessage("amount"),j.DECIMAL,y.getMessage("currency"),j.VARCHAR,y.getMessage("result"),j.DECIMAL,y.getMessage("unit"),j.VARCHAR,y.getMessage("startTime"),j.TIMESTAMP,y.getMessage("endTime"),j.TIMESTAMP;function Nh(e){let t=[];return Ve(e,n=>{n.controlType===P.FORM?t.push(n):(n.type,v.SUBTABLE)}),t}function zh(e,t=""){return!e||!Array.isArray(e)?[]:e.map(n=>{if(!n.dataBind||n.type===v.TITLE)return n;if(Wh.includes(n.type)){const r=n.dataBind;Object.keys(r).forEach(u=>{const o=r[u],i=n.controlId+"_"+u;o.fieldCode=Ir(i),o.dataCode=t})}else n.dataBind.fieldCode=Ir(n.controlId),n.dataBind.dataCode=t;return n})}function Ir(e){const t="field_";return e.startsWith(t)?e:t+e}function Ht(e){return Array.isArray(e)?e.map(t=>t.toSchema()):e.toSchema()}function Wt(e){return Array.isArray(e)?e.map(t=>t.toDataBindModel()).filter(t=>!!t).flat():e.toDataBindModel()}function Nt(e,t,n){return cn(this,null,function*(){return Array.isArray(e)?(yield Promise.all(e.map(u=>u.validate(t,n)))).every(u=>u):yield e.validate(t,n)})}const Gh=[v.TITLE,v.GRID_TABLE_COLUMN,v.SUBTABLE_COLUMN,v.OPERATION_COLUMN,v.DATA_VIEW,v.LIST_VIEW,v.HEADER,v.FOOTER,v.SIMPLE_SEARCH,v.ROW,v.GRID_ROW,v.COL,v.GRID,v.DIVIDER,v.TAB_PANE,v.TAB,v.CARD_GROUP,v.ACTION_BAR,v.GRID_LAYOUT_CONTAINER,v.GRID_LAYOUT_WRAP],Kh=[v.CALC],Xh={check:{id:"listPageCheckBtnId",caption:y.getMessage("view")},edit:{id:"listPageEditBtnId",caption:y.getMessage("edit")},delete:{id:"listPageDeleteBtnId",caption:y.getMessage("delete")}};function Be(e,t){var r,u,o,i,l,s,a,f,h;const n=[];if(ve(e))n.push(...e.map(m=>Be(m,t)).flat());else{const m=e.type,{caption:_,content:C}=e.props;let d;if(Gh.includes(m))m===v.OPERATION_COLUMN&&Object.entries(Xh).reduce((g,[c,{caption:p,id:b}])=>{var S;const A=e.props[c];return A&&A.isShow&&g.push({controlId:b,caption:p,type:e.type,controlType:e.controlType,parentId:(S=t==null?void 0:t.controlId)!=null?S:null,canEdit:!1,canRead:!1,canHide:!0,group:"element"}),g},n);else if(d={controlId:e.id,caption:_||C||e.name,type:e.type,controlType:e.controlType,parentId:(r=t==null?void 0:t.controlId)!=null?r:null,canEdit:!Kh.includes(m),canRead:!0,canHide:!0,group:"element"},t&&t.type===v.SUBTABLE&&(d.caption=t.caption+"_"+d.caption),m===v.VUE_FORM_ITEM&&(d.caption=e.props.controlExportName||e.name),(e.controlType===P.FORM||e.controlType===P.COLUMN)&&((o=(u=e.props)==null?void 0:u.dataBind)==null?void 0:o.fieldCode)!==void 0&&((l=(i=e.props)==null?void 0:i.dataBind)==null?void 0:l.fieldCode)!==""&&(d.group="field"),n.push(d),m===v.VUE_FORM_ITEM){let g="element";((a=(s=e.props)==null?void 0:s.dataBind)==null?void 0:a.fieldCode)!==void 0&&((h=(f=e.props)==null?void 0:f.dataBind)==null?void 0:h.fieldCode)!==""&&(g="field");const c=e.props.permissions;c==null||c.map(p=>{var b;d={controlId:p.key,caption:p.caption,type:e.type,controlType:e.controlType,parentId:(b=e.id)!=null?b:null,canEdit:!0,canRead:!0,canHide:!0,group:g},n.push(d)})}e.children&&n.push(...e.children.map(g=>Be(g,t)).flat()),e.controlType===P.LIST&&n.push(...e.props.headers.map(g=>Be(g,d)).flat())}return n}class ue extends ye{constructor(){super("Designer"),this.toolbox=[],this.services={},this.eventLogic=new he,this.fieldTypes=j,this.controlSettingMap=new Map,new.target.staticControls.forEach(t=>{const{Designer:n,Setting:r}=t;this.controlSettingMap.set(n.controlType,r)})}registerControl(t){this.constructor.register(t,"Designer");const{Designer:n,Setting:r}=t;this.register(n),this.registeredControlTypes.add(n.controlType),this.controlSettingMap.set(n.controlType,r)}getControlSetting(t){const n=this.controlSettingMap.get(t);return n||null}setInstance(t,n,r){try{if(!t)return;t.updateProps(n,r)}catch(u){throw u}}eachControls(t){this.getControls().forEach(t)}getInitControl(){return[this.createControlInstance("grid")]}checkSchema(...t){return cn(this,null,function*(){return Nt(...t)})}getModelBindInfoList(...t){return Wt(...t)}getSchema(...t){return Ht(...t)}listenControlHook(...t){return Jn.on(...t)}}ue.EventLogic=he;class Jh{constructor(){this.designer=new ue}ListPageBuilder(){const t=this.designer.createControlInstance(v.LIST_VIEW),n=this.designer.createControlInstance(v.SIMPLE_SEARCH),r=this.designer.createControlInstance(v.GRID_TABLE),u=this.designer.createControlInstance(v.CREATE_FORM_LIST_BUTTON),o=this.designer.createControlInstance(v.IMPORT_RECORD_LIST_BUTTON),i=this.designer.createControlInstance(v.EXPORT_LIST_BUTTON),l=this.designer.createControlInstance(v.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(o),r.children.push(i),r.children.push(l),t.children.push(n),t.children.push(r),t}ProListPageBuilder(){const t=this.designer.createControlInstance(v.LIST_VIEW);t.props.countType="async";const n=this.designer.createControlInstance(v.SIMPLE_SEARCH),r=this.designer.createControlInstance(v.GRID_TABLE),u=this.designer.createControlInstance(v.EXPORT_LIST_BUTTON),o=this.designer.createControlInstance(v.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(o),t.children.push(n),t.children.push(r),t.props.rowStyle={type:"rules",interval:{color:""},rules:[{id:"default",name:y.getMessage("approvedDocuments"),color:"theme",filters:[{ruleId:1,symbol:"op_equal",leftVariableBo:{type:"varchar",value:"process_status",name:y.getMessage("processStatus")},checked:!1,describe:"ruleLine",type:"condition",rightVariableBo:{type:"custom",value:["COMPLETE"],displayBos:[]},isLowPerformance:!1,isMoreRelation:!1}],settings:[{color:"theme",field_codes:["process_status"],type:"fontColor",scope:"col"}],script:"(SpecialMatch(data,sys,'process_status','varchar','op_equal','COMPLETE'))"}]},t}FormPageBuilder(){const t=this.designer.createControlInstance(v.DATA_VIEW),n=this.designer.createControlInstance(v.TITLE),r=this.designer.createControlInstance(v.GRID);return t.children.push(n),t.children.push(r),t}VuePageBuilder(){const t=this.designer.createControlInstance(v.GRID),n=this.designer.createControlInstance(v.VUE_PAGE);return n.props.isHideCaption=!0,n.props.controlExportName="VuePage",t.children.push(n),t}}class Or{constructor(t){var n;this.selected=null,this.selectedInstanceDataScopeParent=null,this.selectedDataScopeFlatInstances=[],this.selectedInstanceSetting=[],this.selectedInstanceSettingItems=[],this.selectedFieldItem=null,this.external={},this.movingInstance=null,this.movingInstanceOldParent=null,this.movingInstanceOldDataScopeParent=null,this.getParentBeforeInstanceMove=(n=t.getParentBeforeInstanceMove)!=null?n:r=>r.parent,this.instance=t.instance,this.getFlatInstances()}get selectedRules(){return this.selected?this.selected.rules:null}get selectedAntdRules(){const t=this.selectedRules;return t||null}setInstances(t){this.instance=t,this.getFlatInstances()}setSelectInstance(t){this.selected=t,this.selectedInstanceDataScopeParent=t?Ce(t):null,this.selectedDataScopeFlatInstances=this.selectedInstanceDataScopeParent?xr(this.selectedInstanceDataScopeParent):[]}setSelectInstanceSettings(t){this.selectedInstanceSetting=t,this.selectedInstanceSettingItems=[],this.selectedInstanceSetting.forEach(n=>{this.selectedInstanceSettingItems.push(...this.getSettingItems(n))})}getSettingItems(t){return t.type==="group"?t.items:t.items.reduce((n,r)=>(n.push(...r.items),n),[])}setSelectedFieldItem(t){this.selectedFieldItem=t}setMovingInstance(t){this.movingInstance=t,this.movingInstanceOldParent=t?this.getParentBeforeInstanceMove(t):null,this.movingInstanceOldDataScopeParent=Ce(t)}updateDataFieldCodeMap(t){const n=Ce(t);if(!n)return;const r=this.dataFieldCodeMap.get(n.props.datasourceBind.dataCode);if(!!r){for(const[u,o]of r.entries())if(o.id===t.id){r.delete(u);break}Rr(t,this.dataFieldCodeMap)}}getFlatInstances(){const t=[],n=new Map,r=new Map;Fe(this.instance,u=>{t.push(u),n.set(u.id,u),Rr(u,r)}),this.flatInstances=t,this.instanceIdMap=n,this.dataFieldCodeMap=r}}function Pr(e,t,n){const{dataCode:r,fieldCode:u}=t;r&&u&&(e.has(r)||e.set(r,new Map),e.get(r).set(u,n))}function Rr(e,t){if(e.controlType===P.FORM){const n=e.props.dataBind;lr(n)?Pr(t,n,e):Object.values(n).forEach(r=>{Pr(t,r,e)})}}function Fe(e,t){(Array.isArray(e)?e:[e]).forEach(r=>{t(r),Ut(r)&&Fe(r.children,t),Dr(r)&&Fe(r.props.headers,t)})}function zt(e){return[v.SUBTABLE,v.DATA_VIEW,v.LIST_VIEW].includes(e.type)}function Ce(e){let t=e?e.parent:null;if(!t)return null;for(;t&&!zt(t);)t=t.parent;return t}function xr(e){const t=[e];return Fe(e,n=>{n!==e&&t.includes(n.parent)&&!zt(n)&&t.push(n)}),t}function Qh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Lr(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Zh(e,t,n){return t&&Lr(e.prototype,t),n&&Lr(e,n),e}function Gt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var G=function(){function e(t){Qh(this,e),Gt(this,"visible",void 0),Gt(this,"expression",void 0),Gt(this,"updateParent",void 0);var n;this.visible=(n=t==null?void 0:t.visible)!==null&&n!==void 0?n:!0;var r;this.expression=(r=t==null?void 0:t.expression)!==null&&r!==void 0?r:!1;var u;this.updateParent=(u=t==null?void 0:t.updateParent)!==null&&u!==void 0?u:!1}return Zh(e,[{key:"isAtomicComponent",get:function(){return!0}}]),e}();function Yh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Mr(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ey(e,t,n){return t&&Mr(e.prototype,t),n&&Mr(e,n),e}function q(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ty=function(){function e(t){Yh(this,e),q(this,"type",void 0),q(this,"label",void 0),q(this,"key",void 0),q(this,"component",void 0),q(this,"effect",void 0),q(this,"scopeEffect",void 0),q(this,"defaultValue",void 0),q(this,"validator",void 0),q(this,"props",void 0),q(this,"effectKeys",void 0),this.type=t.type,this.label=t.label,this.key=t.key,this.component=t.component;var n;this.effect=(n=t.effect)!==null&&n!==void 0?n:{};var r;this.scopeEffect=(r=t.scopeEffect)!==null&&r!==void 0?r:Qp,this.defaultValue=t.defaultValue,this.validator=t.validator;var u;this.props=(u=t.props)!==null&&u!==void 0?u:new G,this.effectKeys=Object.keys(this.effect)}return ey(e,[{key:"filterEffects",value:function(n){var r=this;return n===""?Object.values(this.effect):this.effectKeys.filter(function(u){var o=new RegExp("^".concat(u,"(\\.\\w+)*$"));return o.test(n)}).map(function(u){return r.effect[u]})}},{key:"callEffectFn",value:function(n,r){try{var u=n.apply(null,r);at(u)&&Object.assign(this.props,u)}catch(o){pe(`effect error
2
- `.concat(o))}}},{key:"callEffect",value:function(n){for(var r=this,u=arguments.length,o=new Array(u>1?u-1:0),i=1;i<u;i++)o[i-1]=arguments[i];this.filterEffects(n).forEach(function(l){return r.callEffectFn(l,o)})}},{key:"callScopeEffect",value:function(){for(var n=arguments.length,r=new Array(n),u=0;u<n;u++)r[u]=arguments[u];this.callEffectFn(this.scopeEffect,r)}}]),e}();function ny(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Y(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Tr=function e(t){ny(this,e),Y(this,"type","group"),Y(this,"title",void 0),Y(this,"required",void 0),Y(this,"items",void 0),Y(this,"tips",void 0),Y(this,"fromId",void 0),Y(this,"visible",void 0);var n;this.title=(n=t.title)!==null&&n!==void 0?n:"";var r;this.required=(r=t.required)!==null&&r!==void 0?r:!1,this.items=t.items,this.tips=t.tips,this.visible=t.items.some(function(u){var o;return(o=u.props)===null||o===void 0?void 0:o.visible})};function ry(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Kt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function uy(e){return"type"in e&&e.type==="tab"}var Ae=function e(t){ry(this,e),Kt(this,"type","tab"),Kt(this,"title",void 0),Kt(this,"items",void 0),this.title=t.title,this.items=t.items};function jr(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function iy(e){if(Array.isArray(e))return e}function oy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ay(e,t,n){return t=qe(t),dy(e,Vr()?Reflect.construct(t,n||[],qe(e).constructor):t.apply(e,n))}function ly(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function qe(e){return qe=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},qe(e)}function sy(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Xt(e,t)}function cy(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r=[],u=!0,o=!1,i,l;try{for(n=n.call(e);!(u=(i=n.next()).done)&&(r.push(i.value),!(t&&r.length===t));u=!0);}catch(s){o=!0,l=s}finally{try{!u&&n.return!=null&&n.return()}finally{if(o)throw l}}return r}}function fy(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function dy(e,t){return t&&(vy(t)==="object"||typeof t=="function")?t:oy(e)}function Xt(e,t){return Xt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Xt(e,t)}function py(e,t){return iy(e)||cy(e,t)||hy(e,t)||fy()}function vy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function hy(e,t){if(!!e){if(typeof e=="string")return jr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return jr(e,t)}}function Vr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Vr=function(){return!!e})()}var yy=function(e){sy(t,e);function t(n){ly(this,t);var r;return r=ay(this,t,[n]),at(n)&&Object.entries(n).forEach(function(u){var o=py(u,2),i=o[0],l=o[1];r[i]=l}),r}return t}(G);function gy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function my(e,t,n){return t=Ue(t),by(e,qr()?Reflect.construct(t,n||[],Ue(e).constructor):t.apply(e,n))}function _y(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ke(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ue(e){return Ue=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ue(e)}function Ey(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Jt(e,t)}function by(e,t){return t&&(By(t)==="object"||typeof t=="function")?t:gy(e)}function Jt(e,t){return Jt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Jt(e,t)}function By(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function qr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(qr=function(){return!!e})()}var Fy=function(e){Ey(t,e);function t(n){_y(this,t);var r;r=my(this,t,[n]),ke(r,"maxLength",void 0),ke(r,"minLength",void 0),ke(r,"placeholder",void 0),ke(r,"i18n",void 0);var u;r.maxLength=(u=n==null?void 0:n.maxLength)!==null&&u!==void 0?u:"";var o;r.minLength=(o=n==null?void 0:n.minLength)!==null&&o!==void 0?o:"";var i;r.placeholder=(i=n==null?void 0:n.placeholder)!==null&&i!==void 0?i:"";var l;return r.i18n=(l=n==null?void 0:n.i18n)!==null&&l!==void 0?l:!1,r}return t}(G);function Cy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ay(e,t,n){return t=He(t),$y(e,kr()?Reflect.construct(t,n||[],He(e).constructor):t.apply(e,n))}function wy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Qt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function He(e){return He=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},He(e)}function Sy(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Zt(e,t)}function $y(e,t){return t&&(Dy(t)==="object"||typeof t=="function")?t:Cy(e)}function Zt(e,t){return Zt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Zt(e,t)}function Dy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function kr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(kr=function(){return!!e})()}var Iy=function(e){Sy(t,e);function t(n){wy(this,t);var r;r=Ay(this,t,[n]),Qt(r,"max",void 0),Qt(r,"min",void 0),Qt(r,"placeholder",void 0);var u;r.max=(u=n==null?void 0:n.max)!==null&&u!==void 0?u:"";var o;r.min=(o=n==null?void 0:n.min)!==null&&o!==void 0?o:"";var i;return r.placeholder=(i=n==null?void 0:n.placeholder)!==null&&i!==void 0?i:"",r}return t}(G);function Oy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Py(e,t,n){return t=We(t),Ly(e,Ur()?Reflect.construct(t,n||[],We(e).constructor):t.apply(e,n))}function Ry(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Yt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function We(e){return We=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},We(e)}function xy(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&en(e,t)}function Ly(e,t){return t&&(My(t)==="object"||typeof t=="function")?t:Oy(e)}function en(e,t){return en=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},en(e,t)}function My(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Ur(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Ur=function(){return!!e})()}var Ty=function(e){xy(t,e);function t(n){Ry(this,t);var r;r=Py(this,t,[n]),Yt(r,"showType",void 0),Yt(r,"tips",void 0),Yt(r,"disabled",void 0);var u;r.showType=(u=n==null?void 0:n.showType)!==null&&u!==void 0?u:"switch";var o;r.tips=(o=n==null?void 0:n.tips)!==null&&o!==void 0?o:"";var i;return r.disabled=(i=n==null?void 0:n.disabled)!==null&&i!==void 0?i:!1,r}return t}(G);function jy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Vy(e,t,n){return t=Ne(t),Hy(e,Hr()?Reflect.construct(t,n||[],Ne(e).constructor):t.apply(e,n))}function qy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ky(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ne(e){return Ne=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ne(e)}function Uy(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&tn(e,t)}function Hy(e,t){return t&&(Wy(t)==="object"||typeof t=="function")?t:jy(e)}function tn(e,t){return tn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},tn(e,t)}function Wy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Hr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Hr=function(){return!!e})()}var Ny=function(e){Uy(t,e);function t(n){qy(this,t);var r;r=Vy(this,t,[n]),ky(r,"options",void 0);var u;return r.options=(u=n==null?void 0:n.options)!==null&&u!==void 0?u:[],r}return t}(G);function zy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Gy(e,t,n){return t=ze(t),Jy(e,Nr()?Reflect.construct(t,n||[],ze(e).constructor):t.apply(e,n))}function Ky(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Wr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ze(e){return ze=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ze(e)}function Xy(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&nn(e,t)}function Jy(e,t){return t&&(Qy(t)==="object"||typeof t=="function")?t:zy(e)}function nn(e,t){return nn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},nn(e,t)}function Qy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Nr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Nr=function(){return!!e})()}var Zy=function(e){Xy(t,e);function t(n){Ky(this,t);var r;r=Gy(this,t,[n]),Wr(r,"placeholder",void 0),Wr(r,"options",void 0);var u;r.placeholder=(u=n==null?void 0:n.placeholder)!==null&&u!==void 0?u:"";var o;return r.options=(o=n==null?void 0:n.options)!==null&&o!==void 0?o:[],r}return t}(G);function Yy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function e5(e,t,n){return t=Ge(t),r5(e,Gr()?Reflect.construct(t,n||[],Ge(e).constructor):t.apply(e,n))}function t5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function zr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ge(e){return Ge=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ge(e)}function n5(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&rn(e,t)}function r5(e,t){return t&&(u5(t)==="object"||typeof t=="function")?t:Yy(e)}function rn(e,t){return rn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},rn(e,t)}function u5(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Gr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Gr=function(){return!!e})()}var i5=function(e){n5(t,e);function t(n){t5(this,t);var r;r=e5(this,t,[n]),zr(r,"options",void 0),zr(r,"showType",void 0);var u;r.options=(u=n==null?void 0:n.options)!==null&&u!==void 0?u:[];var o;return r.showType=(o=n==null?void 0:n.showType)!==null&&o!==void 0?o:"outline",r}return t}(G);function o5(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function a5(e,t,n){return t=Ke(t),c5(e,Kr()?Reflect.construct(t,n||[],Ke(e).constructor):t.apply(e,n))}function l5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ie(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ke(e){return Ke=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ke(e)}function s5(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&un(e,t)}function c5(e,t){return t&&(f5(t)==="object"||typeof t=="function")?t:o5(e)}function un(e,t){return un=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},un(e,t)}function f5(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Kr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Kr=function(){return!!e})()}var d5=function(e){s5(t,e);function t(n){l5(this,t);var r;r=a5(this,t,[n]),ie(r,"maxLength",void 0),ie(r,"minLength",void 0),ie(r,"placeholder",void 0),ie(r,"i18n",void 0),ie(r,"maxRows",void 0),ie(r,"minRows",void 0);var u;r.maxLength=(u=n==null?void 0:n.maxLength)!==null&&u!==void 0?u:"";var o;r.minLength=(o=n==null?void 0:n.minLength)!==null&&o!==void 0?o:"";var i;r.placeholder=(i=n==null?void 0:n.placeholder)!==null&&i!==void 0?i:"";var l;r.maxRows=(l=n==null?void 0:n.maxRows)!==null&&l!==void 0?l:"";var s;r.minRows=(s=n==null?void 0:n.minRows)!==null&&s!==void 0?s:"";var a;return r.i18n=(a=n==null?void 0:n.i18n)!==null&&a!==void 0?a:!1,r}return t}(G);function p5(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function on(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){p5(e,u,n[u])})}return e}function v5(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function an(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):v5(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function h5(e,t){switch(e){case"input":return new Fy(t);case"textarea":return new d5(t);case"input-number":return new Iy(t);case"switch":return new Ty(t);case"radio":return new i5(t);case"checkbox":return new Ny(t);case"select":return new Zy(t);default:return new yy(t)}}function y5(e){return function(t){var n=e.get(t);if(!!n)return new ty(an(on({},n),{props:h5(n.component,"props"in n?n.props:void 0)}))}}function g5(e){var t=e.fields.reduce(function(u,o){return u.set(o.key,o),u},new Map);function n(u){return new Tr(an(on({},u),{items:u.items.map(y5(t)).filter(Boolean)}))}function r(u){return u.map(n)}return e.groups.map(function(u){return uy(u)?new Ae(an(on({},u),{items:r(u.items)})):n(u)})}let ln="";class Xr extends On{constructor(t){super(),this.isMounted=!1,this.id=et(8),this.__pluginsApplied=!1,this.getSchema=Ht,this.getModelBindInfoList=Wt,this.generatePermissions=Be,this.$options=Object.freeze(t);const{autoMount:n=!1,Designer:r=ue,schema:u,mode:o="form",store:i={},messagesI18n:l,language:s=pn}=this.$options;y.setLocale(s,l),this.eventLogic=new he,this.designer=new r,this.store=new Or(le({instance:this.designer.createControl(Array.isArray(u)?u:[u])},i)),this.mode=o,n&&this.mount()}mount(){const{plugins:t=[]}=this.$options;this.__plugins=t,this.applyPlugins(),this.isMounted=!0}use(t){return this.__pluginsApplied||this.__plugins.push(t),this}applyPlugins(){this.__pluginsApplied||(this.__plugins.forEach(t=>{var n;try{ln=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this),ln=""}catch(r){pe(`${ln||t.constructor.name} Plugin apply Error
3
- ${r}`)}}),this.__pluginsApplied=!0)}emit(t,...n){return super.emit(t,n)}on(t,n){return super.on(t,n)}setInstances(t,n){this.store.setInstances(this.designer.createControl(Array.isArray(t)?t:[t],n))}beforeSelectInstance(){this.store.setSelectInstance(null),this.setSelectedFieldItem(null),this.store.setSelectInstanceSettings([])}afterSelectInstance(){const t=this.store.selected;!t||(this.setSelectedInstanceSetting(),this.emit("select",{instance:t}))}setSelectedInstanceSetting(){var u,o;const t=this.store.selected;if(!t)return;let n=this.getControlSetting(t.type);if(((u=t.parent)==null?void 0:u.controlType)===P.WRAP){const i=this.getControlSetting((o=t.parent)==null?void 0:o.type);n=this.concatSetting(n,i,t.parent.id)}this.store.setSelectInstanceSettings(n),this.callSelectedEffect("");const r={from:null,current:this.store.selectedInstanceDataScopeParent,oldParent:null,newParent:t.parent};this.callSelectedScopeEffect(r)}concatSetting(t,n,r){var o,i,l,s,a,f,h,m;let u=t;if(((o=t[0])==null?void 0:o.type)==="tab"&&((i=n[0])==null?void 0:i.type)==="tab"){const _=t,C=n.slice(0);u=_.map((d,g)=>{const c=new Ae(d),p=C.findIndex(A=>A.title===d.title);if(p===-1)return c;const b=C.splice(p,1)[0];return b&&(c.items=[...this.formatGroupSetting(b.items,r),...c.items]),c}),C.length&&(u=[...u,...C.map(d=>this.formatGroupSetting(d,r))])}else if(((l=t[0])==null?void 0:l.type)==="group"&&((s=n[0])==null?void 0:s.type)==="group"){const _=t,C=n;u=[...this.formatGroupSetting(C,r),..._]}else if(((a=t[0])==null?void 0:a.type)==="tab"&&((f=n[0])==null?void 0:f.type)==="group"){const _=t,C=n;u=_.map((d,g)=>{const c=new Ae(d);return g===0&&(c.items=[...this.formatGroupSetting(C,r),...c.items]),c})}else if(((h=t[0])==null?void 0:h.type)==="group"&&((m=n[0])==null?void 0:m.type)==="tab"){const _=t;u=n.map((d,g)=>{const c=new Ae(d);return g===0&&(c.items=[...c.items,...this.formatGroupSetting(_,r)]),c})}return u}formatGroupSetting(t,n){if(ve(t))return t.map(r=>{const u=new Tr(r);return u.fromId=n,u});{const r=new Ae(t);return r.items=this.formatGroupSetting(r.items,n),r}}setControlConfig(...t){return this.designer.registerControlConfig(...t)}getControlConfig(t){return this.designer.getControlConfig(t)}getControlSetting(t){const n=this.designer.getControlSetting(t);return n?g5(n):[]}selectInstance(t){this.beforeSelectInstance(),this.store.setSelectInstance(t),this.afterSelectInstance()}setSelectedFieldItem(t){this.store.setSelectedFieldItem(t),this.callSelectedEffect("dataBind",{fieldItem:t})}moveStart(t){const n=this.getInstance(t);n&&this.store.setMovingInstance(n)}moveEnd(t=this.store.movingInstance){var s;if(t===null)return;const n=this.getInstance(t);if(!n)return;const r=this.store.movingInstanceOldDataScopeParent,u=Ce(n),o=this.store.movingInstanceOldParent,i=n.parent;this.store.setMovingInstance(null),n.id!==((s=this.store.selected)==null?void 0:s.id)?this.selectInstance(n):this.store.setSelectInstance(n),this.store.getFlatInstances();const l={from:r,current:u,oldParent:o,newParent:i};this.callSelectedScopeEffect(l),o?this.emit("moved",le({},l)):this.emit("joined",le({},l))}createInstance(t,n){return this.designer.createControlInstance(t,n)}getInstance(t){return typeof t=="string"?this.store.instanceIdMap.get(t):t}getInstances(){return this.store.flatInstances}getInstancesFromType(t){return this.getInstances().filter(n=>n.type===t)}getDataScopeInstances(){return this.store.selectedDataScopeFlatInstances}getDataScopeInstancesFromType(t){return this.getDataScopeInstances().filter(n=>n.type===t)}updateInstancePropValue(t,n,r,u){var i;!An(t.props,n,r)||(n.startsWith("dataBind")&&this.store.updateDataFieldCodeMap(t),t.id===((i=this.store.selected)==null?void 0:i.id)&&this.callSelectedEffect(n,u),this.emit("updated",{instance:t,propName:n,value:r}))}updateInstanceProps(t,n,r,u=""){Object.entries(n).forEach(([o,i])=>{const l=`${u?u+".":""}${o}`;g0(i)?this.updateInstanceProps(t,i,r,l):this.updateInstancePropValue(t,l,i,r)})}setInstance(t,n,r,u){lt(n)?this.updateInstancePropValue(t,String(n),r,u):this.updateInstanceProps(t,n,r)}removeInstance(t){const n=t.parent;if(!n)return;const r=n.controlType===P.LIST&&n.props.headers.includes(t)?n.props.headers:n.children,u=r.findIndex(o=>o===t);u>-1&&r.splice(u,1),this.store.getFlatInstances(),this.emit("removed",{instance:t,index:u,parent:n})}replaceInstance(t,n){const r=t.parent;if(!r)return;const u=r.controlType===P.LIST&&r.props.headers.includes(t)?r.props.headers:r.children,o=u.findIndex(i=>i===t);o>-1&&u.splice(o,1,n),this.store.getFlatInstances()}updateInstanceType(t,n){const r=t.toSchema(),u=this.createInstance(n,{id:r.id,props:r.props});if(!u){$e(`can\u2018t update instance type to ${n}`);return}return u}validate(t,n){return Nt(this.store.instance,t,n)}getCustomControlsInUse(){return this.getInstances().filter(this.assertInstanceIsCustomControl).reduce((t,n)=>(t.includes(n.type)||t.push(n.type),t),[])}assertInstanceIsCustomControl(t){return!m0(lt(t)?t:t.type)}static register(...t){return ue.register(...t),this}static judgeControlIsRegistered(t){return ue.staticRegisteredTypes.has(t.Designer.controlType)}judgeControlIsRegistered(t){return this.designer.registeredControlTypes.has(t.Designer.controlType)}register(...t){return this.designer.registerControl(t[0]),this}assertInstance(t,n){return lt(n)?t.type===n:n.includes(t.type)}getInstanceInListControl(t){let n=t;for(;n;){if(n.controlType===P.LIST)return!0;n=n.parent}return!1}getInstanceParentControl(t,n){if(!!t.parent)return this.assertInstance(t.parent,n)?t.parent:this.getInstanceParentControl(t.parent,n)}callSelectedEffect(t,n={}){this.store.selectedInstanceSettingItems.forEach(r=>{r.callEffect(t,this,le({control:this.store.selected},n))})}callSelectedScopeEffect(t={}){this.store.selectedInstanceSettingItems.forEach(n=>{n.callScopeEffect(this,le({control:this.store.selected},t))})}}Xr.EventLogic=he,B.Builder=Jh,B.Designer=ue,B.Driven=Xr,B.Store=Or,B.checkSchema=Nt,B.fillModelBindInfoListFieldCode=zh,B.findInstanceDataScopeParent=Ce,B.generatePermissions=Be,B.getDataScopeFlatInstances=xr,B.getMasterFormControls=Nh,B.getModelBindInfoList=Wt,B.hasChildrenControl=Ut,B.hasHeaderControl=Dr,B.isDataScopeInstance=zt,B.loop=Fe,B.loopFormControl=Ve,B.toSchema=Ht,Object.defineProperty(B,"__esModule",{value:!0})});
1
+ var b5=Object.defineProperty;var Gr=Object.getOwnPropertySymbols;var B5=Object.prototype.hasOwnProperty,C5=Object.prototype.propertyIsEnumerable;var Wr=(B,p,O)=>p in B?b5(B,p,{enumerable:!0,configurable:!0,writable:!0,value:O}):B[p]=O,ae=(B,p)=>{for(var O in p||(p={}))B5.call(p,O)&&Wr(B,O,p[O]);if(Gr)for(var O of Gr(p))C5.call(p,O)&&Wr(B,O,p[O]);return B};var ln=(B,p,O)=>new Promise((Ke,Ae)=>{var Je=N=>{try{le(O.next(N))}catch(se){Ae(se)}},Xe=N=>{try{le(O.throw(N))}catch(se){Ae(se)}},le=N=>N.done?Ke(N.value):Promise.resolve(N.value).then(Je,Xe);le((O=O.apply(B,p)).next())});(function(B,p){typeof exports=="object"&&typeof module!="undefined"?p(exports):typeof define=="function"&&define.amd?define(["exports"],p):(B=typeof globalThis!="undefined"?globalThis:B||self,p(B.modelDrivenDriven={}))})(this,function(B){"use strict";const p=(e,t,n)=>{if(!e)return console.error("getLocaleText\u7684key\u4E0D\u80FD\u4E3A\u7A7A"),"";const r=e.split(".");let u;const i=(window.baitedaWorkers||{}).languageMessages||{};r.forEach((l,s)=>{s===0?u=i[l]:u&&(u=u[l])});let o="";return u&&(o=u),t&&Object.keys(t).forEach(l=>{const s=t[l];o=o.replace(new RegExp(`\\{\\s*${l}\\s*\\}`,"g"),s)}),o||(n?o=n:o=e),o};var O="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Ke="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Ae="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",Je="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",Xe="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",le="{caption}\u5FC5\u586B",N="\u8BF7\u8F93\u5165\u6807\u9898",se="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Hr="\u8BF7\u8F93\u5165\u884C\u6807\u9898",zr="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",Kr="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Jr="\u8BF7\u7ED1\u5B9A\u8868\u5355",Xr="\u8BF7\u7ED1\u5B9A\u5217\u8868",Qr="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",Zr="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Yr="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",eu="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",tu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",nu="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",ru="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",uu="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",iu="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",ou="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",au="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",lu="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",su="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",cu="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",fu="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236",du="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",pu="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",vu="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",hu="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",yu="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",_u="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",mu="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",gu="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Eu="\u8BF7\u7ED1\u5B9A\u670D\u52A1",bu="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Bu="\u8BF7\u9009\u62E9\u7701",Cu="\u8BF7\u9009\u62E9\u5E02",Fu="\u8BF7\u9009\u62E9\u533A",Au="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",wu="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Su="\u8BF7\u8F93\u5165\u5217\u5BBD",$u="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Du="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Ou="\u8BF7\u9009\u62E9\u63A7\u4EF6",Iu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Pu="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Tu="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Mu="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Ru="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",xu="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Lu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",ju="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",qu="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",ku="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Nu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Vu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Uu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Gu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Wu="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Hu="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",zu="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ku="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Ju="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Xu="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Qu="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",Zu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",Yu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",ei="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",ti="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",ni="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",ri="\u6279\u91CF\u5220\u9664",ui="\u6279\u91CF\u6253\u5370",ii="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",oi="\u6309\u94AE",ai="\u521B\u5EFA\u5355\u636E",li="\u4EEA\u8868\u76D8",si="\u5206\u5272\u7EBF",ci="\u5BFC\u51FA",fi="\u8868\u5355\u64CD\u4F5C",di="\u5BFC\u5165",pi="\u53D1\u7968\u8BC6\u522B",vi="\u94FE\u63A5",hi="\u5217\u8868\u9009\u62E9",yi="\u5217\u8868\u89C6\u56FE",_i="\u64CD\u4F5C\u6309\u94AE",mi="\u5206\u9875",gi="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",Ei="\u8BF4\u660E\u6587\u5B57",bi="\u6587\u5B57\u8BC6\u522B",Bi="\u6807\u9898\u7EC4\u4EF6",Ci="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Fi="\u6570\u7EC4",Ai="\u81EA\u52A8\u7F16\u53F7",wi="\u81EA\u5B9A\u4E49",Si="\u6570\u503C",$i="\u90E8\u95E8",Di="\u4EBA\u5458",Oi="\u9644\u4EF6",Ii="\u56FE\u7247",Pi="\u5730\u5740",Ti="\u64CD\u4F5C",Mi="\u5E8F\u53F7",Ri="\u4EBA\u5458",xi="\u957F\u6587\u672C",Li="\u65E5\u671F\u533A\u95F4",ji="\u65E5\u671F",qi="\u77ED\u6587\u672C",ki="\u6362\u884C\u5BB9\u5668Wrap",Ni="\u8868\u683C",Vi="\u660E\u7EC6\u5B50\u8868",Ui="\u5730\u5740",Gi="\u91D1\u989D",Wi="\u8BA1\u7B97\u516C\u5F0F",Hi="\u591A\u9009",zi="\u7535\u5B50\u7B7E\u7AE0",Ki="\u5355\u884C\u6587\u672C",Ji="\u6570\u5B57",Xi="\u4E1A\u52A1\u7EC4\u7EC7",Qi="\u5355\u9009",Zi="\u5BCC\u6587\u672C",Yi="\u8BC4\u5206",eo="\u6570\u5B57\u533A\u95F4",to="\u4E0B\u62C9\u5355\u9009",no="\u4E0B\u62C9\u591A\u9009",ro="\u5173\u8054\u5355\u9009",uo="\u591A\u884C\u6587\u672C",io="\u6811",oo="Vue\u5BB9\u5668",ao="Vue\u9875\u9762",lo="\u5728\u7EBF\u6587\u6863",so="\u6309\u94AE\u64CD\u4F5C\u680F",co="\u9AD8\u7EA7\u5BB9\u5668",fo="\u5206\u7EC4",po="\u6805\u683C\u5217",vo="\u6570\u636E\u5BB9\u5668",ho="\u753B\u5E03",yo="\u6362\u884C\u5BB9\u5668",_o="\u6805\u683C\u7B49\u5206\u884C",mo="\u5217\u8868\u5BB9\u5668",go="\u81EA\u7531\u9875\u9762",Eo="\u5B9A\u4F4D\u5B50\u5BB9\u5668",bo="\u5B9A\u4F4D\u5BB9\u5668",Bo="\u6805\u683C\u5E03\u5C40",Co="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Fo="\u660E\u7EC6\u5B50\u8868\u884C",Ao="\u6807\u7B7E\u9875",wo="\u6807\u7B7E\u5355\u5143",So="\u5DE5\u5177\u680F",$o="\u6279\u91CF\u63D0\u4EA4",Do="\u5BFC\u51FA\u8BB0\u5F55",Oo="\u5217\u8868\u89C6\u56FE",Io="\u7ED3\u675F\u65F6\u95F4",Po="\u5F00\u59CB\u65F6\u95F4",To="\u5355\u4F4D",Mo="\u7ED3\u679C",Ro="\u5E01\u79CD",xo="\u7ED3\u675F\u65E5\u671F",Lo="\u5F00\u59CB\u65E5\u671F",jo="\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0",qo="\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1",ko="\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B",No="\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA",Vo="\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u7B7E\u7F72\u4EBA",Uo="\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6",Go="\u8BF7\u9009\u62E9",Wo="\u8BF7\u9009\u62E9\u7EC4\u7EC7",Ho="\u8BF7\u9009\u62E9\u90E8\u95E8",zo="\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",Ko="\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",Jo="\u8BF7\u9009\u62E9\u5730\u5740",Xo="\u5F39\u7A97\u786E\u8BA4\u65F6",Qo="\u6807\u7B7E\u9875\u5207\u6362\u65F6",Zo="\u884C\u9009\u4E2D\u65F6",Yo="\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",ea="\u884C\u5220\u9664\u524D",ta="\u884C\u70B9\u51FB\u65F6",na="\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",ra="\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",ua="\u91CD\u547D\u540D\u65F6",ia="\u4FDD\u5B58\u6587\u4EF6\u65F6",oa="\u6253\u5F00\u6587\u4EF6\u65F6",aa="\u83B7\u53D6\u7126\u70B9\u65F6",la="\u5931\u53BB\u7126\u70B9\u65F6",sa="\u7528\u6237\u8F93\u5165\u65F6",ca="\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",fa="\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",da="\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",pa="\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",va="\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",ha="\u641C\u7D22\u65F6",ya="\u503C\u53D1\u751F\u53D8\u5316\u65F6",_a="\u6267\u884C\u5B8C\u6210\u65F6",ma="\u70B9\u51FB\u65F6",ga="\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",Ea="\u8BF7\u8F93\u5165\u65E5\u671F",ba="\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7",Ba="\u8BF7\u8F93\u5165",Ca="\u9ED8\u8BA4\u6A21\u7248",Fa="\u5DE6\u53F3\u5E03\u5C40",Aa="\u4E0A\u4E0B\u5E03\u5C40",wa="\u53EA\u8BFB",Sa="\u5FC5\u586B",$a="\u63D0\u793A\u6587\u5B57",Da="\u9690\u85CF\u6807\u9898",Oa="\u6807\u9898\u5FC5\u586B",Ia="\u7EC4\u7EC7\u5F62\u6001",Pa="\u4E1A\u52A1\u7C7B\u578B",Ta="\u786E\u5B9A\u8981\u5220\u9664\u6B64\u6761\u6570\u636E\u5417\uFF1F",Ma="\u9690\u85CF",Ra="\u6D41\u7A0B\u72B6\u6001",xa="\u5BA1\u6279\u901A\u8FC7\u5355\u636E",La="\u5220\u9664",ja="\u7F16\u8F91",qa="\u67E5\u770B",ka="\u52A0\u8F7D\u81EA\u5B9A\u4E49\u63A7\u4EF6\u5F02\u5E38\uFF0C\u4F1A\u5F71\u54CD\u5230\u7684\u63A7\u4EF6\uFF1A{id}",Na="\u5185\u7F6E\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF",Va="\u5145\u6EE1\u6574\u884C",Ua="\u6700\u5C0F\u503C",Ga="\u6700\u5927\u503C",Wa="\u65B0\u5EFA\u6587\u6863",Ha="\u91CD\u7F6E",za="\u67E5\u8BE2",Ka="\u660E\u7EC6",Ja="\u6253\u5370",Xa="\u4FDD\u5B58\u8349\u7A3F",Qa="\u4FDD\u5B58",Za="\u53D6\u6D88",Ya="\u4E0A\u4F20\u56FE\u7247",el="\u53D1\u8D77\u7B7E\u7F72",tl="\u4E0A\u4F20\u9644\u4EF6",nl="\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",rl="\u5F15\u7528\u5217\u8868",ul="\u9009\u9879\u4E00",il="\u9009\u9879\u4E8C",ol="\u9009\u9879\u4E09",al={isNotNumber:O,isNotString:Ke,isNotObject:Ae,isNotArray:Je,isNotBoolean:Xe,runtimeRequired:le,pleaseEnterCaption:N,pleaseEnterCaptionTip:se,pleaseEnterRowCaption:Hr,pleaseEnterPlaceholder:zr,pleaseEnterFieldCode:Kr,pleaseEnterForm:Jr,pleaseEnterList:Xr,pleaseEnterProcess:Qr,pleaseEnterLabel:Zr,pleaseEnterValue:Yr,bizKeyNotBindFiled:eu,pleaseSelectOneField:tu,pleaseEnterNumberRange:nu,pleaseEnterAValueGreaterThanMin:ru,pleaseEnterAValueLessThanMax:uu,numberRangeSetError:iu,stringRangeError:ou,attachmentMaxSize:au,pleaseEnterTotalScoreSetting:lu,theTotalScoreMustNotBeLessThan1:su,scoreDefaultValueRange:cu,attachmentLimitError:fu,PleaseReselectTheOptionalQuantity:du,TheMaximumLengthIsGreaterThanTheMinimumLength:pu,TheMinimumLengthIsGreaterThanTheMaximumLength:vu,PleaseSelectTheCorrectOptionSettings:hu,optionIdIsRepeat:yu,optionIsRequired:_u,pleaseEnterDataCode:mu,pleaseEnterValueFieldCode:gu,pleaseEnterSvcCode:Eu,pleaseBindAtLeastOneDisplayValue:bu,pleaseSelectProvince:Bu,pleaseSelectCity:Cu,pleaseSelectDistrict:Fu,limitRowsCannotBeLessThan0:Au,TheNumberOfRowsCannotBeLessThanMinRows:wu,pleaseEnterColumnWidth:Su,pleaseSetTheLogicalRelationshipOfAllRuleConditions:$u,pleaseCompleteAllRulesAndConditions:Du,pleaseSelectControl:Ou,pleaseSelectAtLeastOneColumn:Iu,pleaseSelectFillBackMode:Pu,pleaseSelectDashboard:Tu,rootNodeIsRequired:Mu,theViewNameCannotBeEmpty:Ru,pleaseSelectOcrType:xu,pleaseSelectAtLeastOneFieldToFillIn:Lu,pleaseChooseAtLeastOne:ju,pleaseEnterButtonContent:qu,pleaseEnterDataCodeInDataSetting:ku,pleaseEnterValueFieldCodeInDataSetting:Nu,pleaseEnterSvcCodeInDataSetting:Vu,pleaseBindAtLeastOneDisplayValueInDataSetting:Uu,rootNodeIsRequiredInDataSetting:Gu,pleaseEnterMaxHeight:Wu,pleaseEnterWatermark:Hu,pleaseEnterFileName:zu,pleaseUploadAtLeastOnePrintTemplate:Ku,pleaseAssignBusiness:Ju,pleaseAssignExternal:Xu,pleaseEnterAliasCode:Qu,pleaseSelectDataCode:Zu,pleaseSelectSvcCode:Yu,pleaseSelectJoinFieldCode:ei,pleaseSelectMainFieldCode:ti,pleaseSelectSortFieldCode:ni,batchDeleteButton:ri,batchPrintListButton:ui,batchPrintRecordList:ii,button:oi,createFormListButton:ai,dashboard:li,divider:si,exportListButton:ci,formSelectButton:fi,importRecordListButton:di,invoiceCheckButton:pi,link:vi,listSelectButton:hi,ListViewSelect:yi,operationButton:_i,pagination:mi,submissionRecordListButton:gi,text:Ei,textOcrButton:bi,title:Bi,approvalStatusColumn:Ci,array:Fi,autoNumber:Ai,custom:wi,decimal:Si,department:$i,employee:Di,file:Oi,image:Ii,location:Pi,operation:Ti,order:Mi,people:Ri,long:xi,timescope:Li,timestamp:ji,varchar:qi,gridLayoutWrap:ki,gridTable:Ni,subTable:Vi,address:Ui,amount:Gi,calc:Wi,checkBox:Hi,electronicSignature:zi,input:Ki,number:Ji,organizationSelection:Xi,radio:Qi,richText:Zi,score:Yi,searchNumberRange:eo,select:to,selectMultiple:no,selectRelation:ro,textarea:uo,tree:io,vueFormItem:oo,vuePage:ao,WPS:lo,actionBar:so,advancedContainer:co,cardGroup:fo,col:po,dataView:vo,grid:ho,gridLayoutContainer:yo,gridRow:_o,listView:mo,page:go,position:Eo,positioningContainer:bo,row:Bo,subtableColumn:Co,subtableRow:Fo,tab:Ao,tabPane:wo,toolbox:So,batchSubmissionListButton:$o,exportRecordListButton:Do,listViewSelect:Oo,endTime:Io,startTime:Po,unit:To,result:Mo,currency:Ro,endDate:xo,startDate:Lo,pleaseSelectCompanyName:jo,pleaseSelectPhoneOrEmail:qo,pleaseSelectSignType:ko,pleaseSelectSigner:No,pleaseSelectOnlyOne:Vo,pleaseSelectSignFile:Uo,pleaseSelect:Go,pleaseSelectOrg:Wo,pleaseSelectDept:Ho,pleaseSelectEndDate:zo,pleaseSelectStartDate:Ko,pleaseChooseAddress:Jo,modalConfirm:Xo,tabChange:Qo,rowSelected:Zo,listDataImport:Yo,rowDelete:ea,rowClick:ta,cellRender:na,onClickBtn:ra,rename:ua,onSaveFile:ia,onOpenFile:oa,onFocus:aa,onBlur:la,onInput:sa,listDataAdd:ca,listDataDelete:fa,listDataBack:da,listDataCreate:pa,listDataChange:va,search:ha,valueChange:ya,finished:_a,click:ma,pleaseEnterNameorEmail:ga,pleaseEnterDate:Ea,pleaseEnterAutonumber:ba,pleaseEnter:Ba,defaultTemplate:Ca,left:Fa,top:Aa,default:"\u666E\u901A",readonly:wa,required:Sa,textTip:$a,hideCaption:Da,titleRequired:Oa,organizationalForm:Ia,businessType:Pa,deleteConfirm:Ta,hide:Ma,processStatus:Ra,approvedDocuments:xa,delete:La,edit:ja,view:qa,loadCtrlErrorTip:ka,loadCtrlError:Na,fullLine:Va,min:Ua,max:Ga,createWPS:Wa,reset:Ha,query:za,detailed:Ka,print:Ja,draft:Xa,save:Qa,cancel:Za,uploadImg:Ya,signature:el,uploadFile:tl,linkContent:nl,referenceList:rl,optionOne:ul,optionTwo:il,optionThird:ol},ll="Please enter a number",sl="Please enter a string",cl="Please enter an object",fl="Please enter an array",dl="Please enter a boolean",pl="{caption} Required",vl="Please enter the title",hl="Please enter the bubble prompt",yl="Please enter the row title",_l="Please enter the prompt text",ml="Please bind data items",gl="Please bind the form",El="Please bind the list",bl="Please bind the process",Bl="Please enter the displayed value",Cl="Please enter the stored value",Fl="The document number is not bound to the data item",Al="Please select at least one display field",wl="Please enter a value greater than or equal to {min} and less than or equal to {max}",Sl="Please enter a value greater than or equal to {min}",$l="Please enter a value less than or equal to {max}",Dl="The value range is set incorrectly",Ol="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Il="The attachment size must be between 0MB and 1000MB",Pl="Please fill in the total score setting",Tl="The total score cannot be less than 1",Ml="The default value must be between {min} and {max}",Rl="The number of attachment uploads exceeds the limit",xl="Please re-select the optional quantity",Ll="The maximum length of the control must be greater than the minimum length",jl="The minimum length of the control must be less than the maximum length",ql="Please select the correct option setting",kl="Option ID cannot be repeated",Nl="Please enter at least one option",Vl="Please bind the data source",Ul="Please bind the stored value",Gl="Please bind the service",Wl="At least one display value must be bound",Hl="Please select a province",zl="Please select a city",Kl="Please select a district",Jl="The minimum number of lines to fill in cannot be less than 0",Xl="The number of rows cannot be less than {min} rows",Ql="Please enter the column width",Zl="Please set the logical relationship of all rule conditions",Yl="Please complete all rules and conditions",es="please select control",ts="Please select the dashboard",ns="View name cannot be empty",rs="Please select recognition type",us="Please select at least one field to fill in",is="Please select at least one",os="Please enter the button title",as="Please bind the business model in the data settings",ls="Please bind storage values in data settings",ss="Please bind the service in the data settings",cs="Please bind at least one display value in the data settings",fs="Please select the root node in the data settings",ds="Please enter the maximum height",ps="The input content cannot be empty",vs="Watermark cannot be empty",hs="File name cannot be empty",ys="Please upload at least one printing template!\uFF01",_s="Please select a specific business department",ms="Please select a specified external organization",gs="Please enter a sub table alias",Es="Please select the associated table to set the business model",bs="Please select the association table to set the binding service",Bs="Select associated sub table fields",Cs="Please select the associated main table field",Fs="Please select the sort field",As="\u6279\u91CF\u5220\u9664",ws="\u6279\u91CF\u6253\u5370",Ss="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",$s="\u6309\u94AE",Ds="\u521B\u5EFA\u5355\u636E",Os="\u4EEA\u8868\u76D8",Is="\u5206\u5272\u7EBF",Ps="\u5BFC\u51FA",Ts="\u8868\u5355\u64CD\u4F5C",Ms="\u5BFC\u5165",Rs="\u53D1\u7968\u8BC6\u522B",xs="\u94FE\u63A5",Ls="\u5217\u8868\u9009\u62E9",js="\u5217\u8868\u89C6\u56FE",qs="\u64CD\u4F5C\u6309\u94AE",ks="\u5206\u9875",Ns="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",Vs="\u8BF4\u660E\u6587\u5B57",Us="\u6587\u5B57\u8BC6\u522B",Gs="\u6807\u9898\u7EC4\u4EF6",Ws="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Hs="\u6570\u7EC4",zs="\u81EA\u52A8\u7F16\u53F7",Ks="\u81EA\u5B9A\u4E49",Js="\u6570\u503C",Xs="\u90E8\u95E8",Qs="\u4EBA\u5458",Zs="\u9644\u4EF6",Ys="\u56FE\u7247",ec="\u5730\u5740",tc="\u64CD\u4F5C",nc="\u5E8F\u53F7",rc="\u4EBA\u5458",uc="\u957F\u6587\u672C",ic="\u65E5\u671F\u533A\u95F4",oc="\u65E5\u671F",ac="\u77ED\u6587\u672C",lc="\u6362\u884C\u5BB9\u5668Wrap",sc="\u8868\u683C",cc="\u660E\u7EC6\u5B50\u8868",fc="\u5730\u5740",dc="\u91D1\u989D",pc="\u8BA1\u7B97\u516C\u5F0F",vc="\u591A\u9009",hc="\u7535\u5B50\u7B7E\u7AE0",yc="\u5355\u884C\u6587\u672C",_c="\u6570\u5B57",mc="\u4E1A\u52A1\u7EC4\u7EC7",gc="\u5355\u9009",Ec="\u5BCC\u6587\u672C",bc="\u8BC4\u5206",Bc="\u6570\u5B57\u533A\u95F4",Cc="\u4E0B\u62C9\u5355\u9009",Fc="\u4E0B\u62C9\u591A\u9009",Ac="\u5173\u8054\u5355\u9009",wc="\u591A\u884C\u6587\u672C",Sc="\u6811",$c="Vue\u5BB9\u5668",Dc="Vue\u9875\u9762",Oc="\u5728\u7EBF\u6587\u6863",Ic="\u6309\u94AE\u64CD\u4F5C\u680F",Pc="\u9AD8\u7EA7\u5BB9\u5668",Tc="\u5206\u7EC4",Mc="\u6805\u683C\u5217",Rc="\u6570\u636E\u5BB9\u5668",xc="\u753B\u5E03",Lc="\u6362\u884C\u5BB9\u5668",jc="\u6805\u683C\u7B49\u5206\u884C",qc="\u5217\u8868\u5BB9\u5668",kc="\u81EA\u7531\u9875\u9762",Nc="\u5B9A\u4F4D\u5B50\u5BB9\u5668",Vc="\u5B9A\u4F4D\u5BB9\u5668",Uc="\u6805\u683C\u5E03\u5C40",Gc="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Wc="\u660E\u7EC6\u5B50\u8868\u884C",Hc="\u6807\u7B7E\u9875",zc="\u6807\u7B7E\u5355\u5143",Kc="\u5DE5\u5177\u680F",Jc="\u6279\u91CF\u63D0\u4EA4",Xc="\u5BFC\u51FA\u8BB0\u5F55",Qc="\u5217\u8868\u89C6\u56FE",Zc="\u5F15\u7528\u5217\u8868",Yc="\u9009\u9879\u4E00",ef="\u9009\u9879\u4E8C",tf="\u9009\u9879\u4E09",nf={isNotNumber:ll,isNotString:sl,isNotObject:cl,isNotArray:fl,isNotBoolean:dl,runtimeRequired:pl,pleaseEnterCaption:vl,pleaseEnterCaptionTip:hl,pleaseEnterRowCaption:yl,pleaseEnterPlaceholder:_l,pleaseEnterFieldCode:ml,pleaseEnterForm:gl,pleaseEnterList:El,pleaseEnterProcess:bl,pleaseEnterLabel:Bl,pleaseEnterValue:Cl,bizKeyNotBindFiled:Fl,pleaseSelectOneField:Al,pleaseEnterNumberRange:wl,pleaseEnterAValueGreaterThanMin:Sl,pleaseEnterAValueLessThanMax:$l,numberRangeSetError:Dl,stringRangeError:Ol,attachmentMaxSize:Il,pleaseEnterTotalScoreSetting:Pl,theTotalScoreMustNotBeLessThan1:Tl,scoreDefaultValueRange:Ml,attachmentLimitError:Rl,PleaseReselectTheOptionalQuantity:xl,TheMaximumLengthIsGreaterThanTheMinimumLength:Ll,TheMinimumLengthIsGreaterThanTheMaximumLength:jl,PleaseSelectTheCorrectOptionSettings:ql,optionIdIsRepeat:kl,optionIsRequired:Nl,pleaseEnterDataCode:Vl,pleaseEnterValueFieldCode:Ul,pleaseEnterSvcCode:Gl,pleaseBindAtLeastOneDisplayValue:Wl,pleaseSelectProvince:Hl,pleaseSelectCity:zl,pleaseSelectDistrict:Kl,limitRowsCannotBeLessThan0:Jl,TheNumberOfRowsCannotBeLessThanMinRows:Xl,pleaseEnterColumnWidth:Ql,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Zl,pleaseCompleteAllRulesAndConditions:Yl,pleaseSelectControl:es,pleaseSelectDashboard:ts,theViewNameCannotBeEmpty:ns,pleaseSelectOcrType:rs,pleaseSelectAtLeastOneFieldToFillIn:us,pleaseChooseAtLeastOne:is,pleaseEnterButtonContent:os,pleaseEnterDataCodeInDataSetting:as,pleaseEnterValueFieldCodeInDataSetting:ls,pleaseEnterSvcCodeInDataSetting:ss,pleaseBindAtLeastOneDisplayValueInDataSetting:cs,rootNodeIsRequiredInDataSetting:fs,pleaseEnterMaxHeight:ds,pleaseEnter:ps,pleaseEnterWatermark:vs,pleaseEnterFileName:hs,pleaseUploadAtLeastOnePrintTemplate:ys,pleaseAssignBusiness:_s,pleaseAssignExternal:ms,pleaseEnterAliasCode:gs,pleaseSelectDataCode:Es,pleaseSelectSvcCode:bs,pleaseSelectJoinFieldCode:Bs,pleaseSelectMainFieldCode:Cs,pleaseSelectSortFieldCode:Fs,batchDeleteButton:As,batchPrintListButton:ws,batchPrintRecordList:Ss,button:$s,createFormListButton:Ds,dashboard:Os,divider:Is,exportListButton:Ps,formSelectButton:Ts,importRecordListButton:Ms,invoiceCheckButton:Rs,link:xs,listSelectButton:Ls,ListViewSelect:js,operationButton:qs,pagination:ks,submissionRecordListButton:Ns,text:Vs,textOcrButton:Us,title:Gs,approvalStatusColumn:Ws,array:Hs,autoNumber:zs,custom:Ks,decimal:Js,department:Xs,employee:Qs,file:Zs,image:Ys,location:ec,operation:tc,order:nc,people:rc,long:uc,timescope:ic,timestamp:oc,varchar:ac,gridLayoutWrap:lc,gridTable:sc,subTable:cc,address:fc,amount:dc,calc:pc,checkBox:vc,electronicSignature:hc,input:yc,number:_c,organizationSelection:mc,radio:gc,richText:Ec,score:bc,searchNumberRange:Bc,select:Cc,selectMultiple:Fc,selectRelation:Ac,textarea:wc,tree:Sc,vueFormItem:$c,vuePage:Dc,WPS:Oc,actionBar:Ic,advancedContainer:Pc,cardGroup:Tc,col:Mc,dataView:Rc,grid:xc,gridLayoutContainer:Lc,gridRow:jc,listView:qc,page:kc,position:Nc,positioningContainer:Vc,row:Uc,subtableColumn:Gc,subtableRow:Wc,tab:Hc,tabPane:zc,toolbox:Kc,batchSubmissionListButton:Jc,exportRecordListButton:Xc,listViewSelect:Qc,referenceList:Zc,optionOne:Yc,optionTwo:ef,optionThird:tf},rf="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",uf="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",of="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",af="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",lf="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",sf="{caption}\u5FC5\u9808",cf="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ff="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",df="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",pf="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",vf="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",hf="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",yf="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",_f="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",mf="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",gf="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ef="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",bf="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Bf="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Cf="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ff="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Af="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",wf="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Sf="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",$f="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Df="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Of="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",If="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u6570\u304C\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u307E\u3059",Pf="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Tf="\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u6700\u5927\u5024\u306F\u6700\u5C0F\u5024\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Mf="\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u6700\u5C0F\u5024\u306F\u6700\u5927\u5024\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Rf="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",xf="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Lf="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",jf="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",qf="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",kf="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Nf="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",Vf="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Uf="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Gf="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Wf="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Hf="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",zf="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Kf="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Jf="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",Xf="please select control",Qf="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Zf="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Yf="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",e0="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",t0="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",n0="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",r0="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",u0="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",i0="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",o0="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",a0="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",l0="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",s0="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",c0="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",f0="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",d0="\u5370\u5237\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u5C11\u306A\u304F\u3068\u30821\u3064\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01\uFF01",p0="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",v0="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",h0="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",y0="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",_0="\u95A2\u9023\u30C6\u30FC\u30D6\u30EB\u8A2D\u5B9A\u30D0\u30A4\u30F3\u30C9\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",m0="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",g0="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",E0="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",b0="\u6279\u91CF\u5220\u9664",B0="\u6279\u91CF\u6253\u5370",C0="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",F0="\u6309\u94AE",A0="\u521B\u5EFA\u5355\u636E",w0="\u4EEA\u8868\u76D8",S0="\u5206\u5272\u7EBF",$0="\u5BFC\u51FA",D0="\u8868\u5355\u64CD\u4F5C",O0="\u5BFC\u5165",I0="\u53D1\u7968\u8BC6\u522B",P0="\u94FE\u63A5",T0="\u5217\u8868\u9009\u62E9",M0="\u5217\u8868\u89C6\u56FE",R0="\u64CD\u4F5C\u6309\u94AE",x0="\u5206\u9875",L0="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",j0="\u8BF4\u660E\u6587\u5B57",q0="\u6587\u5B57\u8BC6\u522B",k0="\u6807\u9898\u7EC4\u4EF6",N0="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",V0="\u6570\u7EC4",U0="\u81EA\u52A8\u7F16\u53F7",G0="\u81EA\u5B9A\u4E49",W0="\u6570\u503C",H0="\u90E8\u95E8",z0="\u4EBA\u5458",K0="\u9644\u4EF6",J0="\u56FE\u7247",X0="\u5730\u5740",Q0="\u64CD\u4F5C",Z0="\u5E8F\u53F7",Y0="\u4EBA\u5458",ed="\u957F\u6587\u672C",td="\u65E5\u671F\u533A\u95F4",nd="\u65E5\u671F",rd="\u77ED\u6587\u672C",ud="\u6362\u884C\u5BB9\u5668Wrap",id="\u8868\u683C",od="\u660E\u7EC6\u5B50\u8868",ad="\u5730\u5740",ld="\u91D1\u989D",sd="\u8BA1\u7B97\u516C\u5F0F",cd="\u591A\u9009",fd="\u7535\u5B50\u7B7E\u7AE0",dd="\u5355\u884C\u6587\u672C",pd="\u6570\u5B57",vd="\u4E1A\u52A1\u7EC4\u7EC7",hd="\u5355\u9009",yd="\u5BCC\u6587\u672C",_d="\u8BC4\u5206",md="\u6570\u5B57\u533A\u95F4",gd="\u4E0B\u62C9\u5355\u9009",Ed="\u4E0B\u62C9\u591A\u9009",bd="\u5173\u8054\u5355\u9009",Bd="\u591A\u884C\u6587\u672C",Cd="\u6811",Fd="Vue\u5BB9\u5668",Ad="Vue\u9875\u9762",wd="\u5728\u7EBF\u6587\u6863",Sd="\u6309\u94AE\u64CD\u4F5C\u680F",$d="\u9AD8\u7EA7\u5BB9\u5668",Dd="\u5206\u7EC4",Od="\u6805\u683C\u5217",Id="\u6570\u636E\u5BB9\u5668",Pd="\u753B\u5E03",Td="\u6362\u884C\u5BB9\u5668",Md="\u6805\u683C\u7B49\u5206\u884C",Rd="\u5217\u8868\u5BB9\u5668",xd="\u81EA\u7531\u9875\u9762",Ld="\u5B9A\u4F4D\u5B50\u5BB9\u5668",jd="\u5B9A\u4F4D\u5BB9\u5668",qd="\u6805\u683C\u5E03\u5C40",kd="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Nd="\u660E\u7EC6\u5B50\u8868\u884C",Vd="\u6807\u7B7E\u9875",Ud="\u6807\u7B7E\u5355\u5143",Gd="\u5DE5\u5177\u680F",Wd="\u6279\u91CF\u63D0\u4EA4",Hd="\u5BFC\u51FA\u8BB0\u5F55",zd="\u5217\u8868\u89C6\u56FE",Kd="\u5F15\u7528\u5217\u8868",Jd="\u9009\u9879\u4E00",Xd="\u9009\u9879\u4E8C",Qd="\u9009\u9879\u4E09",Zd={isNotNumber:rf,isNotString:uf,isNotObject:of,isNotArray:af,isNotBoolean:lf,runtimeRequired:sf,pleaseEnterCaption:cf,pleaseEnterCaptionTip:ff,pleaseEnterRowCaption:df,pleaseEnterPlaceholder:pf,pleaseEnterFieldCode:vf,pleaseEnterForm:hf,pleaseEnterList:yf,pleaseEnterProcess:_f,pleaseEnterLabel:mf,pleaseEnterValue:gf,bizKeyNotBindFiled:Ef,pleaseSelectOneField:bf,pleaseEnterNumberRange:Bf,pleaseEnterAValueGreaterThanMin:Cf,pleaseEnterAValueLessThanMax:Ff,numberRangeSetError:Af,stringRangeError:wf,attachmentMaxSize:Sf,pleaseEnterTotalScoreSetting:$f,theTotalScoreMustNotBeLessThan1:Df,scoreDefaultValueRange:Of,attachmentLimitError:If,PleaseReselectTheOptionalQuantity:Pf,TheMaximumLengthIsGreaterThanTheMinimumLength:Tf,TheMinimumLengthIsGreaterThanTheMaximumLength:Mf,PleaseSelectTheCorrectOptionSettings:Rf,optionIdIsRepeat:xf,optionIsRequired:Lf,pleaseEnterDataCode:jf,pleaseEnterValueFieldCode:qf,pleaseEnterSvcCode:kf,pleaseBindAtLeastOneDisplayValue:Nf,pleaseSelectProvince:Vf,pleaseSelectCity:Uf,pleaseSelectDistrict:Gf,limitRowsCannotBeLessThan0:Wf,TheNumberOfRowsCannotBeLessThanMinRows:Hf,pleaseEnterColumnWidth:zf,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Kf,pleaseCompleteAllRulesAndConditions:Jf,pleaseSelectControl:Xf,pleaseSelectDashboard:Qf,theViewNameCannotBeEmpty:Zf,pleaseSelectOcrType:Yf,pleaseSelectAtLeastOneFieldToFillIn:e0,pleaseChooseAtLeastOne:t0,pleaseEnterButtonContent:n0,pleaseEnterDataCodeInDataSetting:r0,pleaseEnterValueFieldCodeInDataSetting:u0,pleaseEnterSvcCodeInDataSetting:i0,pleaseBindAtLeastOneDisplayValueInDataSetting:o0,rootNodeIsRequiredInDataSetting:a0,pleaseEnterMaxHeight:l0,pleaseEnter:s0,pleaseEnterWatermark:c0,pleaseEnterFileName:f0,pleaseUploadAtLeastOnePrintTemplate:d0,pleaseAssignBusiness:p0,pleaseAssignExternal:v0,pleaseEnterAliasCode:h0,pleaseSelectDataCode:y0,pleaseSelectSvcCode:_0,pleaseSelectJoinFieldCode:m0,pleaseSelectMainFieldCode:g0,pleaseSelectSortFieldCode:E0,batchDeleteButton:b0,batchPrintListButton:B0,batchPrintRecordList:C0,button:F0,createFormListButton:A0,dashboard:w0,divider:S0,exportListButton:$0,formSelectButton:D0,importRecordListButton:O0,invoiceCheckButton:I0,link:P0,listSelectButton:T0,ListViewSelect:M0,operationButton:R0,pagination:x0,submissionRecordListButton:L0,text:j0,textOcrButton:q0,title:k0,approvalStatusColumn:N0,array:V0,autoNumber:U0,custom:G0,decimal:W0,department:H0,employee:z0,file:K0,image:J0,location:X0,operation:Q0,order:Z0,people:Y0,long:ed,timescope:td,timestamp:nd,varchar:rd,gridLayoutWrap:ud,gridTable:id,subTable:od,address:ad,amount:ld,calc:sd,checkBox:cd,electronicSignature:fd,input:dd,number:pd,organizationSelection:vd,radio:hd,richText:yd,score:_d,searchNumberRange:md,select:gd,selectMultiple:Ed,selectRelation:bd,textarea:Bd,tree:Cd,vueFormItem:Fd,vuePage:Ad,WPS:wd,actionBar:Sd,advancedContainer:$d,cardGroup:Dd,col:Od,dataView:Id,grid:Pd,gridLayoutContainer:Td,gridRow:Md,listView:Rd,page:xd,position:Ld,positioningContainer:jd,row:qd,subtableColumn:kd,subtableRow:Nd,tab:Vd,tabPane:Ud,toolbox:Gd,batchSubmissionListButton:Wd,exportRecordListButton:Hd,listViewSelect:zd,referenceList:Kd,optionOne:Jd,optionTwo:Xd,optionThird:Qd},Qe={zhCN:al,enUS:nf,jaJP:Zd},Ze,sn=(Ze=window.localStorage.getItem("locale"))!==null&&Ze!==void 0?Ze:"zh-CN",Yd=function(){},P=function(e){return e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search",e}({}),h=function(e){return e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.BATCH_DELETE_LIST_BUTTON="list-page-btn-batch-delete",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.ORGANIZATION_SELECTION="organization-selection",e.FORM_SELECT_BUTTON="form-select-button",e.LIST_VIEW_SELECT="list-view-select",e.TEXT_OCR_BUTTON="text-ocr-button",e.INVOICE_CHECK_BUTTON="invoice-check-button",e.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",e.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",e.VARCHAR_COLUMN="varchar-column",e.TEXT_COLUMN="text-column",e.DECIMAL_COLUMN="decimal-column",e.TIMESCOPE_COLUMN="timescope-column",e.TIMESTAMP_COLUMN="timestamp-column",e.ARRAY_COLUMN="array-column",e.DEPARTMENT_COLUMN="department-column",e.AUTO_NUMBER_COLUMN="auto-number-column",e.FILE_COLUMN="file-column",e.IMAGE_COLUMN="image-column",e.PEOPLE_COLUMN="people-column",e.LOCATION_COLUMN="location-column",e.CUSTOM_COLUMN="custom-column",e.ORDER_COLUMN="order-column",e.OPERATION_COLUMN="operation-column",e.OPERATION_BUTTON="operation-button",e.EMPLOYEE_COLUMN="employee-column",e.Approval_Status_Column="approval-status-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.DEPARTMENT="department",e.EMPLOYEE="employee",e.IMAGE="image",e.INPUT="input",e.NUMBER="number",e.RADIO="radio",e.RICH_TEXT="rich-text",e.SCORE="score",e.SEARCH_DATE_RANGE="search-date-range",e.SEARCH_NUMBER_RANGE="search-number-range",e.SEARCH_INPUT="search-input",e.SELECT="select",e.SELECT_MULTIPLE="select-multiple",e.SELECT_RELATION="select-relation",e.VUE_FORM_ITEM="vue-form-item",e.TEXTAREA="textarea",e.EMAIL="email",e.FOOTER="footer",e.HEADER="header",e.ID_CARD="id-card",e.MOBILE="mobile",e.PHONE="phone",e.RADIO_IMAGE="radio-image",e.ELECTRONIC_SIGNATURE="electronic-signature",e.WPS="wps",e.CARD_GROUP="card-group",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.GRID_LAYOUT_CONTAINER="grid-layout-container",e.ROW="row",e.TWO_COLUMNS="two-columns",e.SUBTABLE_COLUMN="subtable-column",e.SUBTABLE_ROW="subtable-row",e.TAB="tab",e.TAB_PANE="tab-pane",e.TOOLBOX="toolbox",e.DATA_VIEW="data-view",e.LIST_VIEW="list-view",e.ACTION_BAR="action-bar",e.SUBTABLE="subtable",e.GRID_TABLE="grid-table",e.SIMPLE_SEARCH="simple-search",e.PAGINATION="pagination",e.CHECKBOX_IMAGE="checkbox-image",e.DASHBOARD="dashboard",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2",e.GRID_LAYOUT_WRAP="grid-layout-wrap",e.VUE_PAGE="vue-page",e.REFERENCE_LIST="reference-list",e}({}),H=function(e){return e.VARCHAR="varchar",e.TEXT="text",e.ARRAY="array",e.ADDRESS="location",e.DECIMAL="decimal",e.DECIMAL_RANGE="decimal_range",e.TIMESTAMP="timestamp",e.EMPLOYEES="people",e.DEPARTMENTS="department",e.MONEY="money",e.TIMESCOPE="timescope",e.FILE="file",e.IMAGE="image",e.AUTO_NUMBER="auto_number",e.CALC="calc",e.LIST="list",e.JSON="json",e.ANY="ANY",e}({}),cn="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",ep=cn+"0123456789";function Ye(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",n=0;n<e;n++){var r=n===0?cn:ep,u=Math.random()*r.length;t+=r[parseInt(String(u),10)]}return t}function et(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function tp(e){if(Array.isArray(e))return et(e)}function np(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function fn(e,t,n){return t=ce(t),op(e,nt()?Reflect.construct(t,n||[],ce(e).constructor):t.apply(e,n))}function dn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function we(e,t,n){return nt()?we=Reflect.construct:we=function(u,i,o){var l=[null];l.push.apply(l,i);var s=Function.bind.apply(u,l),a=new s;return o&&fe(a,o.prototype),a},we.apply(null,arguments)}function ce(e){return ce=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ce(e)}function pn(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&fe(e,t)}function rp(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function up(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function ip(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function op(e,t){return t&&(ap(t)==="object"||typeof t=="function")?t:np(e)}function fe(e,t){return fe=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},fe(e,t)}function vn(e){return tp(e)||up(e)||lp(e)||ip()}function ap(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function lp(e,t){if(!!e){if(typeof e=="string")return et(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return et(e,t)}}function tt(e){var t=typeof Map=="function"?new Map:void 0;return tt=function(r){if(r===null||!rp(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,u)}function u(){return we(r,arguments,ce(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),fe(u,r)},tt(e)}function nt(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(nt=function(){return!!e})()}var rt=console;function Se(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,u=t.slice(1);(r=rt).warn.apply(r,["\u{1F9D0} Driven Warning:"+t[0]].concat(vn(u)))}function hn(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,u=t.slice(1);(r=rt).log.apply(r,["\u{1F680} Driven Log:"+t[0]].concat(vn(u)))}function sp(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var ut=function(e){pn(t,e);function t(n){dn(this,t);var r;return r=fn(this,t,[n]),r.name="\u{1F4A5} Driven Error",r.message=n?sp(n):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",r}return t}(tt(Error)),cp=function(e){pn(t,e);function t(n){dn(this,t);var r;return r=fn(this,t,[n]),r.name="\u{1F6A8} Driven Reference Error",r}return t}(ut);function de(e){throw new ut(e)}function yn(e){throw new cp(e)}function fp(e){rt.error(new ut(e))}function dp(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function pp(e,t,n){return t&&_n(e.prototype,t),n&&_n(e,n),e}function vp(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var mn=function(){function e(){dp(this,e)}return pp(e,null,[{key:"getMessage",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},u;return p("CMD."+n,r,Qe==null||(u=Qe[sn.split("-").join("")])===null||u===void 0?void 0:u[n])}},{key:"resetI18n",value:function(){}},{key:"setLocale",value:function(n,r){}}]),e}();vp(mn,"$i18n",mn.resetI18n());function gn(e,t,n){var r=t.replace(/\[(\d)]/g,function(i,o){return"."+o}).split("."),u=!1;return r.reduce(function(i,o,l,s){var a=i;if(!!i){if(!Object.prototype.hasOwnProperty.call(i,o)){Se("Can not set ".concat(t,"'s ").concat(o," property in current %o, Because there is no ").concat(o," property on the %o"),i,i);return}return l===s.length-1&&!Object.is(a[o],n)&&(a[o]=n,u=!0),a[o]}},e),u}var hp=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},yp={exports:{}};(function(e){(function(t){var n=function(c,v,w){if(!a(v)||y(v)||_(v)||E(v)||s(v))return v;var F,S=0,q=0;if(f(v))for(F=[],q=v.length;S<q;S++)F.push(n(c,v[S],w));else{F={};for(var A in v)Object.prototype.hasOwnProperty.call(v,A)&&(F[c(A,w)]=n(c,v[A],w))}return F},r=function(c,v){v=v||{};var w=v.separator||"_",F=v.split||/(?=[A-Z])/;return c.split(F).join(w)},u=function(c){return b(c)?c:(c=c.replace(/[\-_\s]+(.)?/g,function(v,w){return w?w.toUpperCase():""}),c.substr(0,1).toLowerCase()+c.substr(1))},i=function(c){var v=u(c);return v.substr(0,1).toUpperCase()+v.substr(1)},o=function(c,v){return r(c,v).toLowerCase()},l=Object.prototype.toString,s=function(c){return typeof c=="function"},a=function(c){return c===Object(c)},f=function(c){return l.call(c)=="[object Array]"},y=function(c){return l.call(c)=="[object Date]"},_=function(c){return l.call(c)=="[object RegExp]"},E=function(c){return l.call(c)=="[object Boolean]"},b=function(c){return c=c-0,c===c},d=function(c,v){var w=v&&"process"in v?v.process:v;return typeof w!="function"?c:function(F,S){return w(F,c,S)}},m={camelize:u,decamelize:o,pascalize:i,depascalize:o,camelizeKeys:function(c,v){return n(d(u,v),c)},decamelizeKeys:function(c,v){return n(d(o,v),c,v)},pascalizeKeys:function(c,v){return n(d(i,v),c)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=m:t.humps=m})(hp)})(yp);var En={};Object.defineProperty(En,"__esModule",{value:!0});function it(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(t=>typeof t!="object"||t===null?t:it(t));{const t={};for(const n in e){const r=e[n];t[n]=typeof r!="object"||r===null?r:it(r)}return t}}var _p=En.default=it;function bn(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function V(e){if(e!==void 0)return(typeof e=="undefined"?"undefined":bn(e))==="object"?_p(e):e}function ot(e){return Object.prototype.toString.call(e)==="[object Object]"}function mp(e){return e!=null&&(typeof e=="undefined"?"undefined":bn(e))==="object"&&Array.isArray(e)===!1}function pe(e){return Array.isArray(e)}function at(e){return typeof e=="string"}function gp(e){return Object.values(h).includes(e)}function lt(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Ep(e){if(Array.isArray(e))return lt(e)}function Bn(e,t,n,r,u,i,o){try{var l=e[i](o),s=l.value}catch(a){n(a);return}l.done?t(s):Promise.resolve(s).then(r,u)}function bp(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(s){Bn(i,r,u,o,l,"next",s)}function l(s){Bn(i,r,u,o,l,"throw",s)}o(void 0)})}}function Bp(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Cn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Cp(e,t,n){return t&&Cn(e.prototype,t),n&&Cn(e,n),e}function Fn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Fp(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Ap(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function st(e){return Ep(e)||Fp(e)||wp(e)||Ap()}function wp(e,t){if(!!e){if(typeof e=="string")return lt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return lt(e,t)}}function Sp(e,t){var n,r,u,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return o.next=l(0),o.throw=l(1),o.return=l(2),typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(a){return function(f){return s([a,f])}}function s(a){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,a[0]&&(i=0)),i;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(u=i.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){i=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){i.label=a[1];break}if(a[0]===6&&i.label<u[1]){i.label=u[1],u=a;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(a);break}u[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var An=function(){function e(){Bp(this,e),Fn(this,"_events",new Map),Fn(this,"debug",!1)}return Cp(e,[{key:"emit",value:function(n){for(var r=arguments.length,u=new Array(r>1?r-1:0),i=1;i<r;i++)u[i-1]=arguments[i];return bp(function(){var o,l,s,a,f,y,_,E,b,d,m,c;return Sp(this,function(v){switch(v.label){case 0:if(o=this._events.get(n),l=[],!o)return[3,10];s=o.slice(),a=!0,f=!1,y=void 0,v.label=1;case 1:v.trys.push([1,8,9,10]),_=s[Symbol.iterator](),v.label=2;case 2:if(a=(E=_.next()).done)return[3,7];if(b=E.value,!o.includes(b))return[3,6];v.label=3;case 3:return v.trys.push([3,5,,6]),this.debug&&hn.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(b.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+b.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"\u3002")].concat(st(u))),[4,b.apply(null,st(u))];case 4:return d=v.sent(),this.debug&&hn.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(b.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+b.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(st(u),[d])),l.push(d),d===!1?[3,7]:[3,6];case 5:return m=v.sent(),fp(String(m)+":"+String(m.stack)),[3,6];case 6:return a=!0,[3,2];case 7:return[3,10];case 8:return c=v.sent(),f=!0,y=c,[3,10];case 9:try{!a&&_.return!=null&&_.return()}finally{if(f)throw y}return[7];case 10:return[2,l]}})}).call(this)}},{key:"on",value:function(n,r){if(this._events.has(n)){var u;(u=this._events.get(n))===null||u===void 0||u.push(r)}else this._events.set(n,[r])}},{key:"off",value:function(n,r){if(this._events.has(n)){var u=this._events.get(n),i=u==null?void 0:u.indexOf(r);u==null||u.splice(i,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),e}();function $p(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function wn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Dp(e,t,n){return t&&wn(e.prototype,t),n&&wn(e,n),e}function Op(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ip=[{key:"on_click",name:p("CMD.click",null,"\u70B9\u51FB\u65F6"),code:"click"},{key:"on_click_finish",name:p("CMD.finished",null,"\u6267\u884C\u5B8C\u6210\u65F6"),code:"click-finish"},{key:"on_change",name:p("CMD.valueChange",null,"\u503C\u53D1\u751F\u53D8\u5316\u65F6"),code:"change"},{key:"on_search",name:p("CMD.search",null,"\u641C\u7D22\u65F6"),code:"search"},{key:"on_list_change",name:p("CMD.listDataChange",null,"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"list-change"},{key:"on_list_search",name:p("CMD.listDataCreate",null,"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"list-search"},{key:"on_list_mounted",name:p("CMD.listDataBack",null,"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6"),code:"list-mounted"},{key:"on_list_delete",name:p("CMD.listDataDelete",null,"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6"),code:"list-delete"},{key:"on_list_before_insert",name:p("CMD.listDataAdd",null,"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D"),code:"list-before-insert"},{key:"on_input",name:p("CMD.onInput",null,"\u7528\u6237\u8F93\u5165\u65F6"),code:"input"},{key:"on_blur",name:p("CMD.onBlur",null,"\u5931\u53BB\u7126\u70B9\u65F6"),code:"blur"},{key:"on_focus",name:p("CMD.onFocus",null,"\u83B7\u53D6\u7126\u70B9\u65F6"),code:"focus"},{key:"on_wps_open",name:p("CMD.onOpenFile",null,"\u6253\u5F00\u6587\u4EF6\u65F6"),code:"wps-open"},{key:"on_wps_save",name:p("CMD.onSaveFile",null,"\u4FDD\u5B58\u6587\u4EF6\u65F6"),code:"wps-save"},{key:"on_wps_rename",name:p("CMD.rename",null,"\u91CD\u547D\u540D\u65F6"),code:"wps-rename"},{key:"on_list_actions",name:p("CMD.onClickBtn",null,"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6"),code:"list-actions"},{key:"on_list_render_operation",name:p("CMD.cellRender",null,"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6"),code:"list-render-operation"},{key:"on_list_rowclick",name:p("CMD.rowClick",null,"\u884C\u70B9\u51FB\u65F6"),code:"list-rowclick"},{key:"on_list_before_rowdelete",name:p("CMD.rowDelete",null,"\u884C\u5220\u9664\u524D"),code:"list-before-rowdelete"},{key:"on_list_before_import",name:p("CMD.listDataImport",null,"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D"),code:"list-before-import"},{key:"on_list_rows_checked",name:p("CMD.rowSelected",null,"\u884C\u9009\u4E2D\u65F6"),code:"list-rows-checked"},{key:"on_change_tab",name:p("CMD.tabChange",null,"\u6807\u7B7E\u9875\u5207\u6362\u65F6"),code:"change-tab"},{key:"on_modal_ok",name:p("CMD.modalConfirm",null,"\u5F39\u7A97\u786E\u8BA4\u65F6"),code:"modal-ok"}],ve=function(){function e(){$p(this,e)}return Dp(e,null,[{key:"getEventsFromKeys",value:function(n){var r=typeof n=="string"?[n]:n;return e.events.filter(function(u){return r.includes(u.key)})}},{key:"getEventsFromControl",value:function(n){var r=[],u=n.eventKeys;r=r.concat(e.events.filter(function(o){return u.includes(o.key)}));var i=n.customEvents.map(function(o){var l=o.key;return o.namespace!==void 0&&o.namespace!==null&&o.namespace!==""&&(l=o.namespace+":"+o.key),{key:l,code:o.key,name:o.name}});return r=r.concat(i),r}}]),e}();Op(ve,"events",Ip);function ct(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Pp(e){if(Array.isArray(e))return ct(e)}function Tp(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Mp(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Sn(e){return Pp(e)||Tp(e)||Rp(e)||Mp()}function Rp(e,t){if(!!e){if(typeof e=="string")return ct(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ct(e,t)}}function ft(e,t){var n;!((n=Object.getOwnPropertyDescriptors(e)[t])===null||n===void 0)&&n.enumerable&&Object.defineProperty(e,t,{enumerable:!1})}function $n(e,t,n){n!=="Runtime"&&(e.parent=t,ft(e,"parent"))}function xp(e,t,n){e.forEach(function(r){$n(r,t,n)})}var Dn=Symbol("targetKey");function On(e){var t;return(t=e[Dn])!==null&&t!==void 0?t:e}function In(e,t,n){return xp(e,t,n),new Proxy(e,{get:function(u,i){for(var o=arguments.length,l=new Array(o>2?o-2:0),s=2;s<o;s++)l[s-2]=arguments[s];var a;return i===Dn?u:(a=Reflect).get.apply(a,[u,i].concat(Sn(l)))},set:function(u,i,o){for(var l=arguments.length,s=new Array(l>3?l-3:0),a=3;a<l;a++)s[a-3]=arguments[a];var f;if(pe(e)&&i==="length"&&o===e.length)return!0;var y=(f=Reflect).set.apply(f,[u,i,o].concat(Sn(s)));return ot(o)&&$n(o,t,n),y}})}function dt(e,t,n,r,u){var i=r!=null?r:e,o=In(On(n!=null?n:[]),i,u);Object.defineProperty(e,t,{get:function(){return o},set:function(s){o=In(On(s),i,u)},enumerable:!0})}function Lp(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function jp(e,t,n){return t&&Pn(e.prototype,t),n&&Pn(e,n),e}function z(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Tn=[],he=function(){function e(t){Lp(this,e),z(this,"registeredControlTypes",new Set),z(this,"controlConfigMap",new Map),z(this,"_controls",[]),z(this,"_type",void 0),this._type=t,this._initControls(t)}return jp(e,[{key:"registerControlConfig",value:function(n,r){return this.controlConfigMap.set(n,r),this}},{key:"getControlConfig",value:function(n){return this.controlConfigMap.get(n)}},{key:"getControls",value:function(){return this._controls}},{key:"register",value:function(n){n.__is_control__||de("".concat(n.name," is not a Control"));var r=this._controls.findIndex(function(u){return u.controlType===n.controlType});return r>-1&&(Se("The ".concat(n.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(r,1)),this.registeredControlTypes.add(n.controlType),this._controls.push(n),this}},{key:"isLayoutControl",value:function(n){return n.controlType===P.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===P.FORM}},{key:"isListControl",value:function(n){return n.controlType===P.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===P.COLUMN}},{key:"createControl",value:function(n,r){var u=this;if(Array.isArray(n))return n.map(function(f){return u.createControl(f,r)});if(n.children&&(n.children=n.children.map(function(f){return u.createControl(f,r)})),this.isListControl(n)){var i=n.props;i.headers&&(i.headers=i.headers.map(function(f){return u.createControl(f,r)}))}var o=this.getControlFormType(n.type);if(o){var l=n;if(typeof r=="function"){var s=r(l);s&&(l=s)}var a;return o.mode==="Runtime"?(a=l,a.fieldType=o.controlFieldType,this._setParentPrototypeToSchema(a,this)):a=new o(l),a}else de("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))}},{key:"resetInstanceParent",value:function(n,r){delete n.parent,Object.defineProperty(n,"parent",{configurable:!0,get:function(){return r}}),ft(n,"parent")}},{key:"_setParentPrototypeToSchema",value:function(n,r){r._type==="Runtime"&&(Object.defineProperty(n,"parent",{configurable:!0,get:function(){var i=n.id,o=r._controlParentIdMap,l=r.instanceMap;if(!(!o||!l)){var s=o[i],a=l[i];if(!(!s&&!a)){var f=a.findIndex(function(E){return E==n}),y=l[s]||[],_;return y.length!==a.length?_=y[0]:_=y[f],_}}}}),ft(n,"parent"))}},{key:"createControlInstance",value:function(n,r){var u=this.getControlFormType(n);if(u)return new u(r)}},{key:"getControlFormType",value:function(n){return this._controls.find(function(r){return r.controlType===n})}},{key:"_initControls",value:function(n){var r=this;this.constructor.staticControls.forEach(function(u){r.register(u[n]),e.staticControlsRuntimeRules.set(u.Runtime.controlType,u.Property.RuntimeRules),u.Property.mode=n})}}],[{key:"staticGetRules",value:function(n,r){var u=e.staticControlsRuntimeRules.get(n),i=[];if(u){var o=new u(r);i=Array.from(o)}return i}},{key:"register",value:function(n,r){var u=n.Designer,i=n.Runtime,o=n.Property;(!u||!i||!u.__is_control__||!i.__is_control__)&&de("".concat(n," is can't register as a Control"));var l=this.staticControls.findIndex(function(s){return s.Designer.controlType===u.controlType});return l>-1&&(Se("The ".concat(u.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(l,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(n),o.mode=r,this}}]),e}();z(he,"staticControlsRuntimeRules",new Map),z(he,"staticControls",Tn),z(he,"staticRegisteredTypes",new Set(Tn.map(function(e){return e.Designer.controlType}))),z(he,"staticRegisteredConfigs",new Map);function pt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function x(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Mn=function e(t){pt(this,e),x(this,"dataCode",void 0),x(this,"fieldCode",void 0),x(this,"fieldType",void 0),x(this,"aliasCode",void 0);var n;this.dataCode=(n=t==null?void 0:t.dataCode)!==null&&n!==void 0?n:"";var r;this.fieldCode=(r=t==null?void 0:t.fieldCode)!==null&&r!==void 0?r:"";var u;this.fieldType=(u=t==null?void 0:t.fieldType)!==null&&u!==void 0?u:"",this.aliasCode=t==null?void 0:t.aliasCode},qp=function e(t){pt(this,e),x(this,"minWidth",void 0),x(this,"maxWidth",void 0),x(this,"flex",void 0);var n;this.minWidth=(n=t==null?void 0:t.minWidth)!==null&&n!==void 0?n:150,this.maxWidth=t==null?void 0:t.maxWidth;var r;this.flex=(r=t==null?void 0:t.flex)!==null&&r!==void 0?r:1},kp=function(e){return e[e.UNKNOWN=0]="UNKNOWN",e[e.READONLY=1]="READONLY",e[e.EDITABLE=2]="EDITABLE",e[e.PRINT=5]="PRINT",e}({}),Np=function e(t){pt(this,e),x(this,"width",void 0),x(this,"height",void 0),x(this,"widthConfig",void 0),x(this,"heightConfig",void 0);var n;this.width=(n=t==null?void 0:t.width)!==null&&n!==void 0?n:"";var r;this.height=(r=t==null?void 0:t.height)!==null&&r!==void 0?r:"";var u;this.widthConfig=(u=t==null?void 0:t.widthConfig)!==null&&u!==void 0?u:"fill";var i;this.heightConfig=(i=t==null?void 0:t.heightConfig)!==null&&i!==void 0?i:"fill"};function Vp(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Up(e,t,n){return t=ye(t),Hp(e,yt()?Reflect.construct(t,n||[],ye(e).constructor):t.apply(e,n))}function vt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $e(e,t,n){return yt()?$e=Reflect.construct:$e=function(u,i,o){var l=[null];l.push.apply(l,i);var s=Function.bind.apply(u,l),a=new s;return o&&_e(a,o.prototype),a},$e.apply(null,arguments)}function U(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ye(e){return ye=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ye(e)}function Gp(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_e(e,t)}function Wp(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Hp(e,t){return t&&(zp(t)==="object"||typeof t=="function")?t:Vp(e)}function _e(e,t){return _e=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},_e(e,t)}function zp(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function ht(e){var t=typeof Map=="function"?new Map:void 0;return ht=function(r){if(r===null||!Wp(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,u)}function u(){return $e(r,arguments,ye(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),_e(u,r)},ht(e)}function yt(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(yt=function(){return!!e})()}var _t=function e(t){vt(this,e),U(this,"isHide",{type:"boolean"})},Rn=function(e){Gp(t,e);function t(n){return vt(this,t),Up(this,t)}return t}(ht(Array)),G=function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";vt(this,e),U(this,"isHide",void 0),U(this,"className",void 0),U(this,"style",void 0),U(this,"caption",void 0),U(this,"defaultState",void 0);var r;this.isHide=(r=t==null?void 0:t.isHide)!==null&&r!==void 0?r:!1,this.style=new Np(t==null?void 0:t.style);var u;this.caption=(u=t==null?void 0:t.caption)!==null&&u!==void 0?u:n};U(G,"mode",void 0),U(G,"Rules",_t),U(G,"RuntimeRules",Rn);function L(){return L=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},L.apply(this,arguments)}function Kp(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function mt(e){return mt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},mt(e)}function De(e,t){return De=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},De(e,t)}function Jp(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function Oe(e,t,n){return Jp()?Oe=Reflect.construct:Oe=function(u,i,o){var l=[null];l.push.apply(l,i);var s=Function.bind.apply(u,l),a=new s;return o&&De(a,o.prototype),a},Oe.apply(null,arguments)}function Xp(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function gt(e){var t=typeof Map=="function"?new Map:void 0;return gt=function(r){if(r===null||!Xp(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,u)}function u(){return Oe(r,arguments,mt(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),De(u,r)},gt(e)}var Qp=/%[sdj%]/g,xn=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(xn=function(t,n){typeof console!="undefined"&&console.warn&&n.every(function(r){return typeof r=="string"})&&console.warn(t,n)});function Et(e){if(!e||!e.length)return null;var t={};return e.forEach(function(n){var r=n.field;t[r]=t[r]||[],t[r].push(n)}),t}function M(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=1,u=t[0],i=t.length;if(typeof u=="function")return u.apply(null,t.slice(1));if(typeof u=="string"){var o=String(u).replace(Qp,function(l){if(l==="%%")return"%";if(r>=i)return l;switch(l){case"%s":return String(t[r++]);case"%d":return Number(t[r++]);case"%j":try{return JSON.stringify(t[r++])}catch(s){return"[Circular]"}break;default:return l}});return o}return u}function Zp(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function D(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||Zp(t)&&typeof e=="string"&&!e)}function Yp(e,t,n){var r=[],u=0,i=e.length;function o(l){r.push.apply(r,l),u++,u===i&&n(r)}e.forEach(function(l){t(l,o)})}function Ln(e,t,n){var r=0,u=e.length;function i(o){if(o&&o.length){n(o);return}var l=r;r=r+1,l<u?t(e[l],i):n([])}i([])}function ev(e){var t=[];return Object.keys(e).forEach(function(n){t.push.apply(t,e[n])}),t}var jn=function(e){Kp(t,e);function t(n,r){var u;return u=e.call(this,"Async Validation Error")||this,u.errors=n,u.fields=r,u}return t}(gt(Error));function tv(e,t,n,r){if(t.first){var u=new Promise(function(y,_){var E=function(m){return r(m),m.length?_(new jn(m,Et(m))):y()},b=ev(e);Ln(b,n,E)});return u.catch(function(y){return y}),u}var i=t.firstFields||[];i===!0&&(i=Object.keys(e));var o=Object.keys(e),l=o.length,s=0,a=[],f=new Promise(function(y,_){var E=function(d){if(a.push.apply(a,d),s++,s===l)return r(a),a.length?_(new jn(a,Et(a))):y()};o.length||(r(a),y()),o.forEach(function(b){var d=e[b];i.indexOf(b)!==-1?Ln(d,n,E):Yp(d,n,E)})});return f.catch(function(y){return y}),f}function qn(e){return function(t){return t&&t.message?(t.field=t.field||e.fullField,t):{message:typeof t=="function"?t():t,field:t.field||e.fullField}}}function kn(e,t){if(t){for(var n in t)if(t.hasOwnProperty(n)){var r=t[n];typeof r=="object"&&typeof e[n]=="object"?e[n]=L(L({},e[n]),r):e[n]=r}}return e}function Nn(e,t,n,r,u,i){e.required&&(!n.hasOwnProperty(e.field)||D(t,i||e.type))&&r.push(M(u.messages.required,e.fullField))}function nv(e,t,n,r,u){(/^\s+$/.test(t)||t==="")&&r.push(M(u.messages.whitespace,e.fullField))}var bt={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},me={integer:function(t){return me.number(t)&&parseInt(t,10)===t},float:function(t){return me.number(t)&&!me.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch(n){return!1}},date:function(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function(t){return isNaN(t)?!1:typeof t=="number"},object:function(t){return typeof t=="object"&&!me.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&!!t.match(bt.email)&&t.length<255},url:function(t){return typeof t=="string"&&!!t.match(bt.url)},hex:function(t){return typeof t=="string"&&!!t.match(bt.hex)}};function rv(e,t,n,r,u){if(e.required&&t===void 0){Nn(e,t,n,r,u);return}var i=["integer","float","array","regexp","object","method","email","number","date","url","hex"],o=e.type;i.indexOf(o)>-1?me[o](t)||r.push(M(u.messages.types[o],e.fullField,e.type)):o&&typeof t!==e.type&&r.push(M(u.messages.types[o],e.fullField,e.type))}function uv(e,t,n,r,u){var i=typeof e.len=="number",o=typeof e.min=="number",l=typeof e.max=="number",s=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,a=t,f=null,y=typeof t=="number",_=typeof t=="string",E=Array.isArray(t);if(y?f="number":_?f="string":E&&(f="array"),!f)return!1;E&&(a=t.length),_&&(a=t.replace(s,"_").length),i?a!==e.len&&r.push(M(u.messages[f].len,e.fullField,e.len)):o&&!l&&a<e.min?r.push(M(u.messages[f].min,e.fullField,e.min)):l&&!o&&a>e.max?r.push(M(u.messages[f].max,e.fullField,e.max)):o&&l&&(a<e.min||a>e.max)&&r.push(M(u.messages[f].range,e.fullField,e.min,e.max))}var Y="enum";function iv(e,t,n,r,u){e[Y]=Array.isArray(e[Y])?e[Y]:[],e[Y].indexOf(t)===-1&&r.push(M(u.messages[Y],e.fullField,e[Y].join(", ")))}function ov(e,t,n,r,u){if(e.pattern){if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||r.push(M(u.messages.pattern.mismatch,e.fullField,t,e.pattern));else if(typeof e.pattern=="string"){var i=new RegExp(e.pattern);i.test(t)||r.push(M(u.messages.pattern.mismatch,e.fullField,t,e.pattern))}}}var g={required:Nn,whitespace:nv,type:rv,range:uv,enum:iv,pattern:ov};function av(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t,"string")&&!e.required)return n();g.required(e,t,r,i,u,"string"),D(t,"string")||(g.type(e,t,r,i,u),g.range(e,t,r,i,u),g.pattern(e,t,r,i,u),e.whitespace===!0&&g.whitespace(e,t,r,i,u))}n(i)}function lv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t)&&!e.required)return n();g.required(e,t,r,i,u),t!==void 0&&g.type(e,t,r,i,u)}n(i)}function sv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(t===""&&(t=void 0),D(t)&&!e.required)return n();g.required(e,t,r,i,u),t!==void 0&&(g.type(e,t,r,i,u),g.range(e,t,r,i,u))}n(i)}function cv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t)&&!e.required)return n();g.required(e,t,r,i,u),t!==void 0&&g.type(e,t,r,i,u)}n(i)}function fv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t)&&!e.required)return n();g.required(e,t,r,i,u),D(t)||g.type(e,t,r,i,u)}n(i)}function dv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t)&&!e.required)return n();g.required(e,t,r,i,u),t!==void 0&&(g.type(e,t,r,i,u),g.range(e,t,r,i,u))}n(i)}function pv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t)&&!e.required)return n();g.required(e,t,r,i,u),t!==void 0&&(g.type(e,t,r,i,u),g.range(e,t,r,i,u))}n(i)}function vv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(t==null&&!e.required)return n();g.required(e,t,r,i,u,"array"),t!=null&&(g.type(e,t,r,i,u),g.range(e,t,r,i,u))}n(i)}function hv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t)&&!e.required)return n();g.required(e,t,r,i,u),t!==void 0&&g.type(e,t,r,i,u)}n(i)}var yv="enum";function _v(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t)&&!e.required)return n();g.required(e,t,r,i,u),t!==void 0&&g[yv](e,t,r,i,u)}n(i)}function mv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t,"string")&&!e.required)return n();g.required(e,t,r,i,u),D(t,"string")||g.pattern(e,t,r,i,u)}n(i)}function gv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t,"date")&&!e.required)return n();if(g.required(e,t,r,i,u),!D(t,"date")){var l;t instanceof Date?l=t:l=new Date(t),g.type(e,l,r,i,u),l&&g.range(e,l.getTime(),r,i,u)}}n(i)}function Ev(e,t,n,r,u){var i=[],o=Array.isArray(t)?"array":typeof t;g.required(e,t,r,i,u,o),n(i)}function Bt(e,t,n,r,u){var i=e.type,o=[],l=e.required||!e.required&&r.hasOwnProperty(e.field);if(l){if(D(t,i)&&!e.required)return n();g.required(e,t,r,o,u,i),D(t,i)||g.type(e,t,r,o,u)}n(o)}function bv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t)&&!e.required)return n();g.required(e,t,r,i,u)}n(i)}var ge={string:av,method:lv,number:sv,boolean:cv,regexp:fv,integer:dv,float:pv,array:vv,object:hv,enum:_v,pattern:mv,date:gv,url:Bt,hex:Bt,email:Bt,required:Ev,any:bv};function Ct(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var Ft=Ct();function K(e){this.rules=null,this._messages=Ft,this.define(e)}K.prototype={messages:function(t){return t&&(this._messages=kn(Ct(),t)),this._messages},define:function(t){if(!t)throw new Error("Cannot configure a schema with no rules");if(typeof t!="object"||Array.isArray(t))throw new Error("Rules must be an object");this.rules={};var n,r;for(n in t)t.hasOwnProperty(n)&&(r=t[n],this.rules[n]=Array.isArray(r)?r:[r])},validate:function(t,n,r){var u=this;n===void 0&&(n={}),r===void 0&&(r=function(){});var i=t,o=n,l=r;if(typeof o=="function"&&(l=o,o={}),!this.rules||Object.keys(this.rules).length===0)return l&&l(),Promise.resolve();function s(d){var m,c=[],v={};function w(F){if(Array.isArray(F)){var S;c=(S=c).concat.apply(S,F)}else c.push(F)}for(m=0;m<d.length;m++)w(d[m]);c.length?v=Et(c):(c=null,v=null),l(c,v)}if(o.messages){var a=this.messages();a===Ft&&(a=Ct()),kn(a,o.messages),o.messages=a}else o.messages=this.messages();var f,y,_={},E=o.keys||Object.keys(this.rules);E.forEach(function(d){f=u.rules[d],y=i[d],f.forEach(function(m){var c=m;typeof c.transform=="function"&&(i===t&&(i=L({},i)),y=i[d]=c.transform(y)),typeof c=="function"?c={validator:c}:c=L({},c),c.validator=u.getValidationMethod(c),c.field=d,c.fullField=c.fullField||d,c.type=u.getType(c),c.validator&&(_[d]=_[d]||[],_[d].push({rule:c,value:y,source:i,field:d}))})});var b={};return tv(_,o,function(d,m){var c=d.rule,v=(c.type==="object"||c.type==="array")&&(typeof c.fields=="object"||typeof c.defaultField=="object");v=v&&(c.required||!c.required&&d.value),c.field=d.field;function w(q,A){return L(L({},A),{},{fullField:c.fullField+"."+q})}function F(q){q===void 0&&(q=[]);var A=q;if(Array.isArray(A)||(A=[A]),!o.suppressWarning&&A.length&&K.warning("async-validator:",A),A.length&&c.message!==void 0&&(A=[].concat(c.message)),A=A.map(qn(c)),o.first&&A.length)return b[c.field]=1,m(A);if(!v)m(A);else{if(c.required&&!d.value)return c.message!==void 0?A=[].concat(c.message).map(qn(c)):o.error&&(A=[o.error(c,M(o.messages.required,c.field))]),m(A);var k={};if(c.defaultField)for(var Vr in d.value)d.value.hasOwnProperty(Vr)&&(k[Vr]=c.defaultField);k=L(L({},k),d.rule.fields);for(var ie in k)if(k.hasOwnProperty(ie)){var E5=Array.isArray(k[ie])?k[ie]:[k[ie]];k[ie]=E5.map(w.bind(null,ie))}var Ur=new K(k);Ur.messages(o.messages),d.rule.options&&(d.rule.options.messages=o.messages,d.rule.options.error=o.error),Ur.validate(d.value,d.rule.options||o,function(an){var oe=[];A&&A.length&&oe.push.apply(oe,A),an&&an.length&&oe.push.apply(oe,an),m(oe.length?oe:null)})}}var S;c.asyncValidator?S=c.asyncValidator(c,d.value,F,d.source,o):c.validator&&(S=c.validator(c,d.value,F,d.source,o),S===!0?F():S===!1?F(c.message||c.field+" fails"):S instanceof Array?F(S):S instanceof Error&&F(S.message)),S&&S.then&&S.then(function(){return F()},function(q){return F(q)})},function(d){s(d)})},getType:function(t){if(t.type===void 0&&t.pattern instanceof RegExp&&(t.type="pattern"),typeof t.validator!="function"&&t.type&&!ge.hasOwnProperty(t.type))throw new Error(M("Unknown rule type %s",t.type));return t.type||"string"},getValidationMethod:function(t){if(typeof t.validator=="function")return t.validator;var n=Object.keys(t),r=n.indexOf("message");return r!==-1&&n.splice(r,1),n.length===1&&n[0]==="required"?ge.required:ge[this.getType(t)]||!1}},K.register=function(t,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");ge[t]=n},K.warning=xn,K.messages=Ft,K.validators=ge;var Bv={required:p("CMD.aad41751712156995"),maxLength:p("CMD.890d1751712141808"),minLength:p("CMD.bb9b1751712143625"),string:{range:p("CMD.f7131751712147855")}};function Cv(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new K(e);return n.messages(Object.assign(Bv,t)),n}var Vn=new An;function At(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Fv(e){if(Array.isArray(e))return e}function Av(e){if(Array.isArray(e))return At(e)}function Un(e,t,n,r,u,i,o){try{var l=e[i](o),s=l.value}catch(a){n(a);return}l.done?t(s):Promise.resolve(s).then(r,u)}function Gn(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(s){Un(i,r,u,o,l,"next",s)}function l(s){Un(i,r,u,o,l,"throw",s)}o(void 0)})}}function wv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Wn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Sv(e,t,n){return t&&Wn(e.prototype,t),n&&Wn(e,n),e}function C(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Hn(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function zn(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function $v(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Dv(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Kn(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){C(e,u,n[u])})}return e}function Ov(e){return Fv(e)||zn(e)||Jn(e)||$v()}function wt(e){return Av(e)||zn(e)||Jn(e)||Dv()}function Iv(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Jn(e,t){if(!!e){if(typeof e=="string")return At(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return At(e,t)}}function Xn(e,t){var n,r,u,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return o.next=l(0),o.throw=l(1),o.return=l(2),typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(a){return function(f){return s([a,f])}}function s(a){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,a[0]&&(i=0)),i;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(u=i.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){i=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){i.label=a[1];break}if(a[0]===6&&i.label<u[1]){i.label=u[1],u=a;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(a);break}u[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var I=function(){function t(n){var r=this;wv(this,t),C(this,"id",void 0),C(this,"name",void 0),C(this,"icon",void 0),C(this,"type",void 0),C(this,"controlType",void 0),C(this,"props",void 0),C(this,"setting",[]),C(this,"fieldType",void 0),C(this,"eventKeys",[]),C(this,"customEvents",[]),C(this,"parent",null),C(this,"slots",void 0),C(this,"slotPosition",void 0),C(this,"updateSetting",Zn),C(this,"removeSetting",Qn),this._callControlHooks("preInstance",n);var u=Hn(this,t)?this.constructor:void 0,i=u.controlName,o=u.controlIcon,l=u.controlType,s=u.controlFieldType,a=u.controlEventKeys,f=u.controlCustomEvents,y=u.name,_=u.setting,E=u.slots,b=u.slotPosition;i&&o&&l||yn("The ".concat(y," controlName,controlIcon,controlType is not define"));var d;this.id=(d=n==null?void 0:n.id)!==null&&d!==void 0?d:Ye(10),this.name=i,this.icon=o;var m;this.type=(m=n==null?void 0:n.type)!==null&&m!==void 0?m:l,this.props=new G(n==null?void 0:n.props,(Hn(this,t)?this.constructor:void 0).controlName);var c;this.controlType=(c=n==null?void 0:n.controlType)!==null&&c!==void 0?c:"base",this.setting=V(_);var v;this.fieldType=(v=n==null?void 0:n.fieldType)!==null&&v!==void 0?v:s,this.eventKeys=V(a),this.customEvents=V(f),this.slots=V(E),this.slotPosition=V(b),Promise.resolve().then(function(){r._callControlHooks("postInstance",n)})}return Sv(t,[{key:"rules",get:function(){var r=this.props.constructor.Rules;return r?new r(this.props):{}}},{key:"_callControlHooks",value:function(){for(var r=arguments.length,u=new Array(r),i=0;i<r;i++)u[i]=arguments[i];var o,l=Ov(u),s=l[0],a=l.slice(1);return(o=Vn).emit.apply(o,[s,this].concat(wt(a)))}},{key:"preUpdate",value:function(r,u){this._callControlHooks("preUpdateProps",r,u)}},{key:"postUpdate",value:function(r,u){this._callControlHooks("postUpdateProps",r,u)}},{key:"updateProps",value:function(r,u){this.preUpdate(r,u),gn(this.props,r,u),this.postUpdate(r,u)}},{key:"preValidate",value:function(){return Gn(function(){var r,u,i;return Xn(this,function(o){switch(o.label){case 0:return r=Kn({},this.rules),[4,this._callControlHooks("preValidate",r)];case 1:return u=o.sent(),i=u[u.length-1],[2,i===!1?void 0:i]}})}).call(this)}},{key:"validate",value:function(r,u){return Gn(function(){var i,o,l,s;return Xn(this,function(a){switch(a.label){case 0:return[4,this.preValidate()];case 1:i=a.sent(),o=i!==void 0?i:Kn({},this.rules),Array.isArray(u)&&u.forEach(function(f){o.hasOwnProperty(f)&&delete o[f]}),l=Cv(o,r),a.label=2;case 2:return a.trys.push([2,4,,5]),[4,l.validate(this.props)];case 3:return a.sent(),[2,!0];case 4:throw s=a.sent(),s.control||(s.control=this),s;case 5:return[2]}})}).call(this)}},{key:"toDataBindModel",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,u=this.fieldType,i=this.id,o=this.type,l=this.props,s=l.dataBind,a=l.datasourceBind,f=l.optionConfig,y=l.caption,_=l.required,E=l.maxLength,b=l.options,d=l.encrypted,m=l.encryptedMode;if(!(!u&&!s&&!a)){var c={parentId:r,fieldType:u,controlId:i,caption:y,type:o,props:{}};switch(s&&(c.dataBind=s),f){case"datasource":case void 0:a&&(c.datasourceBind=a);break;case"custom":c.props.options=b;break}return _!==void 0&&(c.required=_),E!==void 0&&(c.maxLength=E),d!==void 0&&(c.encrypted=d),m!==void 0&&(c.encryptedMode=m),c}}},{key:"preToSchema",value:function(){this._callControlHooks("preToSchema",this)}},{key:"toSchema",value:function(){return this.preToSchema(),{id:this.id,type:this.type,props:V(this.props),fieldType:this.fieldType,controlType:this.controlType}}}],[{key:"updateBasicControl",value:function(r,u){if(r==="setting"){if(u.add){var i;(i=this.setting).push.apply(i,wt(u.add))}u.remove&&this.removeSettingItem(u.remove),u.update}}}]),t}();C(I,"mode","Designer"),C(I,"slots",void 0),C(I,"slotPosition",void 0),C(I,"controlName",p("CMD.7baf1751712168384")),C(I,"controlIcon","icon"),C(I,"controlType","control"),C(I,"controlFieldType",void 0),C(I,"controlEventKeys",[]),C(I,"controlCustomEvents",[]),C(I,"setting",[]),C(I,"__is_control__",!0),C(I,"removeSettingItem",Qn),C(I,"updateSettingItem",Zn);function Qn(e){var t=this,n=Array.isArray(e)?e:[e];n.forEach(function(r){var u,i=typeof r!="string",o=(u=t.setting)===null||u===void 0?void 0:u.findIndex(function(a){return a.key===(i?r.key:r)});if(o!==-1){var l,s;i?t.setting[o].showItems=(l=t.setting[o].showItems)===null||l===void 0?void 0:l.filter(function(a){return!r.hideItems.includes(a)}):t.setting.splice(o,1),i&&!(!((s=t.setting[o].showItems)===null||s===void 0)&&s.length)&&t.setting.splice(o,1)}})}function Zn(e,t){var n=this,r=typeof e=="string"?[e]:e;r.forEach(function(u){var i=n.setting.find(function(a){return a.key===u});if(i){if(typeof t=="boolean")i.visible=t;else if((typeof t=="undefined"?"undefined":Iv(t))==="object"){var o,l=(o=t.type)!==null&&o!==void 0?o:"replace";if(l==="replace")i.showItems=t.showItems;else{var s;(s=i.showItems).push.apply(s,wt(t.showItems))}}}})}function Pv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Yn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Tv(e,t,n){return t&&Yn(e.prototype,t),n&&Yn(e,n),e}function R(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Mv(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var Ee=function(){function t(n){Pv(this,t),R(this,"id",void 0),R(this,"type",void 0),R(this,"controlType",void 0),R(this,"props",void 0),R(this,"fieldType",void 0),R(this,"customEvents",[]),R(this,"pageStatus",void 0),R(this,"parent",null);var r=Mv(this,t)?this.constructor:void 0,u=r.controlType,i=r.controlFieldType,o=r.name,l=r.controlCustomEvents;u||yn("The ".concat(o," controlType is not define"));var s;this.id=(s=n==null?void 0:n.id)!==null&&s!==void 0?s:Ye(10);var a;this.type=(a=n==null?void 0:n.type)!==null&&a!==void 0?a:u,this.props=new G(n==null?void 0:n.props),this.customEvents=l;var f;this.controlType=(f=n==null?void 0:n.controlType)!==null&&f!==void 0?f:"base";var y;this.fieldType=(y=n==null?void 0:n.fieldType)!==null&&y!==void 0?y:i;var _;this.pageStatus=(_=n==null?void 0:n.pageStatus)!==null&&_!==void 0?_:kp.UNKNOWN}return Tv(t,[{key:"rules",get:function(){var r=this.props.constructor.RuntimeRules;if(r){var u=new r(this.props);return Array.from(u)}return[]}}]),t}();R(Ee,"mode","Runtime"),R(Ee,"controlType","control"),R(Ee,"controlFieldType",void 0),R(Ee,"__is_control__",!0),R(Ee,"controlCustomEvents",[]);function er(e){return(e==null?void 0:e.dataCode)!==void 0&&(e==null?void 0:e.fieldCode)!==void 0}function Rv(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function St(e,t,n){return t=Ie(t),xv(e,tr()?Reflect.construct(t,n||[],Ie(e).constructor):t.apply(e,n))}function $t(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ie(e){return Ie=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ie(e)}function Dt(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ot(e,t)}function xv(e,t){return t&&(Lv(t)==="object"||typeof t=="function")?t:Rv(e)}function Ot(e,t){return Ot=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Ot(e,t)}function Lv(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function tr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(tr=function(){return!!e})()}var jv=function(e){Dt(t,e);function t(n){$t(this,t);var r;r=St(this,t,[n]),$(r,"dataBind",{}),$(r,"caption",{type:"string",required:!0,message:p("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")}),$(r,"isHideCaption",{type:"boolean"}),$(r,"labelPosition",{type:"enum",enum:["top","left"]}),$(r,"defaultState",{type:"enum",enum:["default","readonly"]}),$(r,"required",{type:"boolean"}),$(r,"captionTip",{type:"string",required:!1,message:p("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")});var u={fieldCode:{type:"string",required:!0,message:p("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},dataCode:{type:"string",required:!0,message:p("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}};if(er(n.dataBind))r.dataBind={type:"object",required:!0,fields:V(u),message:p("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};else{var i={type:"object",required:!0,fields:{},message:p("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};Object.keys(n.dataBind).forEach(function(o){i.fields[o]={type:"object",required:!0,fields:V(u),message:p("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}}),r.dataBind=i}return n.isShowCaptionTip&&(r.captionTip.required=!0),r}return t}(_t),qv=function(e){Dt(t,e);function t(n){$t(this,t);var r;r=St(this,t,[n]);var u=n.isHide?!1:n.required;return u&&r.push({type:"string",required:u,message:n.requiredMessage!==""?n.requiredMessage:p("CMD.runtimeRequired",{caption:n.caption},"{caption}\u5FC5\u586B")}),r}return t}(Rn),It=function(e){Dt(t,e);function t(n){$t(this,t);var r;r=St(this,t,[n]),$(r,"caption",void 0),$(r,"isHideCaption",void 0),$(r,"isShowCaptionTip",void 0),$(r,"captionTip",void 0),$(r,"labelPosition",void 0),$(r,"dataBind",void 0),$(r,"defaultValue",void 0),$(r,"placeholder",void 0),$(r,"defaultState",void 0),$(r,"required",void 0),$(r,"requiredMessage",void 0);var u;r.caption=(u=n==null?void 0:n.caption)!==null&&u!==void 0?u:"";var i;r.isHideCaption=(i=n==null?void 0:n.isHideCaption)!==null&&i!==void 0?i:!1;var o;r.isShowCaptionTip=(o=n==null?void 0:n.isShowCaptionTip)!==null&&o!==void 0?o:!1;var l;r.captionTip=(l=n==null?void 0:n.captionTip)!==null&&l!==void 0?l:"";var s;r.defaultState=(s=n==null?void 0:n.defaultState)!==null&&s!==void 0?s:"default";var a;r.labelPosition=(a=n==null?void 0:n.labelPosition)!==null&&a!==void 0?a:"top";var f;r.placeholder=(f=n==null?void 0:n.placeholder)!==null&&f!==void 0?f:"";var y;r.required=(y=n==null?void 0:n.required)!==null&&y!==void 0?y:!1;var _;r.requiredMessage=(_=n==null?void 0:n.requiredMessage)!==null&&_!==void 0?_:"",r.dataBind=new Mn(n==null?void 0:n.dataBind);var E;return r.defaultValue=(E=n==null?void 0:n.defaultValue)!==null&&E!==void 0?E:"",r}return t}(G);$(It,"Rules",jv),$(It,"RuntimeRules",qv);function kv(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Nv(e,t,n){return t=Te(t),Gv(e,nr()?Reflect.construct(t,n||[],Te(e).constructor):t.apply(e,n))}function Vv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Te(e){return Te=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Te(e)}function Uv(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Pt(e,t)}function Gv(e,t){return t&&(Wv(t)==="object"||typeof t=="function")?t:kv(e)}function Pt(e,t){return Pt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Pt(e,t)}function Wv(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function nr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(nr=function(){return!!e})()}var rr=function(e){Uv(t,e);function t(n){Vv(this,t);var r;return r=Nv(this,t,[n]),Pe(r,"controlType","form"),Pe(r,"props",void 0),r.props=new It(n==null?void 0:n.props),r}return t}(I);Pe(rr,"controlEventKeys",["on_change","on_focus","on_blur"]),Pe(rr,"controlCustomAttributes",void 0);function Hv(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function zv(e,t,n){return t=Me(t),Xv(e,ur()?Reflect.construct(t,n||[],Me(e).constructor):t.apply(e,n))}function Kv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Me(e){return Me=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Me(e)}function Jv(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Tt(e,t)}function Xv(e,t){return t&&(Qv(t)==="object"||typeof t=="function")?t:Hv(e)}function Tt(e,t){return Tt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Tt(e,t)}function Qv(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function ur(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(ur=function(){return!!e})()}var Zv=function(e){Jv(t,e);function t(n){return Kv(this,t),zv(this,t,[n])}return t}(G);function Mt(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Yv(e){if(Array.isArray(e))return Mt(e)}function eh(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ir(e,t,n,r,u,i,o){try{var l=e[i](o),s=l.value}catch(a){n(a);return}l.done?t(s):Promise.resolve(s).then(r,u)}function th(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(s){ir(i,r,u,o,l,"next",s)}function l(s){ir(i,r,u,o,l,"throw",s)}o(void 0)})}}function nh(e,t,n){return t=X(t),dh(e,lr()?Reflect.construct(t,n||[],X(e).constructor):t.apply(e,n))}function rh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function or(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function uh(e,t,n){return t&&or(e.prototype,t),n&&or(e,n),e}function J(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ee(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?ee=Reflect.get:ee=function(u,i,o){var l=ph(u,i);if(!!l){var s=Object.getOwnPropertyDescriptor(l,i);return s.get?s.get.call(o||u):s.value}},ee(e,t,n||e)}function X(e){return X=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},X(e)}function ih(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Rt(e,t)}function oh(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function ah(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function lh(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function sh(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){J(e,u,n[u])})}return e}function ch(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function fh(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ch(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function dh(e,t){return t&&(vh(t)==="object"||typeof t=="function")?t:eh(e)}function Rt(e,t){return Rt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Rt(e,t)}function ph(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=X(e),e!==null););return e}function ar(e){return Yv(e)||ah(e)||hh(e)||lh()}function vh(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function hh(e,t){if(!!e){if(typeof e=="string")return Mt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Mt(e,t)}}function lr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(lr=function(){return!!e})()}function yh(e,t){var n,r,u,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return o.next=l(0),o.throw=l(1),o.return=l(2),typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(a){return function(f){return s([a,f])}}function s(a){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,a[0]&&(i=0)),i;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(u=i.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){i=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){i.label=a[1];break}if(a[0]===6&&i.label<u[1]){i.label=u[1],u=a;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(a);break}u[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var _h=1e4,sr=function(t){ih(n,t);function n(r){rh(this,n);var u;u=nh(this,n,[r]),J(u,"controlType","layout"),J(u,"children",void 0),J(u,"excludes",void 0),J(u,"childrenMaxLength",void 0),J(u,"props",void 0);var i=oh(this,n)?this.constructor:void 0,o=i.excludes,l=i.childrenMaxLength;return u.props=new Zv(r==null?void 0:r.props),dt(u,"children",r==null?void 0:r.children,void 0,"Designer"),u.excludes=V(o),u.childrenMaxLength=l,u}return uh(n,[{key:"judgeExcludesChildren",value:function(u){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(u)}},{key:"judgeJoinChildren",value:function(u){var i=this.judgeExcludesChildren(u);return i&&this.childrenMaxLength>this.children.length}},{key:"validate",value:function(u,i){var o=this,l=this,s=function(){return ee(X(n.prototype),"validate",o)};return th(function(){return yh(this,function(a){switch(a.label){case 0:return[4,s().call(l,u,i)];case 1:return a.sent(),[4,Promise.all(this.children.map(function(f){return f.validate(u,i)}))];case 2:return a.sent(),[2,!0]}})}).call(this)}},{key:"toDataBindModel",value:function(){var u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,i=ee(X(n.prototype),"toDataBindModel",this).call(this),o=i?[i]:[];return this.children.reduce(function(l,s){var a=s.toDataBindModel(u);if(Array.isArray(a)){var f=a.filter(function(y){return!!y});return ar(l).concat(ar(f))}return a&&l.push(a),l},o)}},{key:"toSchema",value:function(){var u=ee(X(n.prototype),"toSchema",this).call(this),i=this.children.map(function(o){var l=o.toSchema();return l});return fh(sh({},u),{children:i})}}]),n}(I);J(sr,"excludes",!1),J(sr,"childrenMaxLength",_h);function mh(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function gh(e,t,n){return t=Re(t),Bh(e,cr()?Reflect.construct(t,n||[],Re(e).constructor):t.apply(e,n))}function Eh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function te(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Re(e){return Re=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Re(e)}function bh(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&xt(e,t)}function Bh(e,t){return t&&(Ch(t)==="object"||typeof t=="function")?t:mh(e)}function xt(e,t){return xt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},xt(e,t)}function Ch(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function cr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(cr=function(){return!!e})()}var Fh=function(e){bh(t,e);function t(n,r,u){Eh(this,t);var i;i=gh(this,t,[r]),te(i,"headers",void 0),te(i,"footers",void 0),te(i,"pageIndex",void 0),te(i,"pageSize",void 0),te(i,"pageSizeOptions",void 0),te(i,"totalCount",void 0),dt(i,"headers",r==null?void 0:r.headers,n,u),dt(i,"footers",r==null?void 0:r.footers,n);var o;i.pageIndex=(o=r==null?void 0:r.pageIndex)!==null&&o!==void 0?o:1;var l;i.pageSize=(l=r==null?void 0:r.pageSize)!==null&&l!==void 0?l:20;var s;i.pageSizeOptions=(s=r==null?void 0:r.pageSizeOptions)!==null&&s!==void 0?s:[20];var a;return i.totalCount=(a=r==null?void 0:r.totalCount)!==null&&a!==void 0?a:0,i}return t}(G);function Lt(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Ah(e){if(Array.isArray(e))return Lt(e)}function wh(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function fr(e,t,n,r,u,i,o){try{var l=e[i](o),s=l.value}catch(a){n(a);return}l.done?t(s):Promise.resolve(s).then(r,u)}function Sh(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(s){fr(i,r,u,o,l,"next",s)}function l(s){fr(i,r,u,o,l,"throw",s)}o(void 0)})}}function $h(e,t,n){return t=Q(t),Rh(e,yr()?Reflect.construct(t,n||[],Q(e).constructor):t.apply(e,n))}function Dh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function dr(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Oh(e,t,n){return t&&dr(e.prototype,t),n&&dr(e,n),e}function xe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ne(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?ne=Reflect.get:ne=function(u,i,o){var l=xh(u,i);if(!!l){var s=Object.getOwnPropertyDescriptor(l,i);return s.get?s.get.call(o||u):s.value}},ne(e,t,n||e)}function Q(e){return Q=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Q(e)}function Ih(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&jt(e,t)}function Ph(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Th(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function pr(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){xe(e,u,n[u])})}return e}function Mh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function vr(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Mh(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function Rh(e,t){return t&&(Lh(t)==="object"||typeof t=="function")?t:wh(e)}function jt(e,t){return jt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},jt(e,t)}function xh(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=Q(e),e!==null););return e}function hr(e){return Ah(e)||Ph(e)||jh(e)||Th()}function Lh(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function jh(e,t){if(!!e){if(typeof e=="string")return Lt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Lt(e,t)}}function yr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(yr=function(){return!!e})()}function qh(e,t){var n,r,u,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return o.next=l(0),o.throw=l(1),o.return=l(2),typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(a){return function(f){return s([a,f])}}function s(a){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,a[0]&&(i=0)),i;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(u=i.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){i=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){i.label=a[1];break}if(a[0]===6&&i.label<u[1]){i.label=u[1],u=a;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(a);break}u[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var kh=function(e){Ih(t,e);function t(n){Dh(this,t);var r;return r=$h(this,t,[n]),xe(r,"controlType","list"),xe(r,"props",void 0),r.props=new Fh(r,n==null?void 0:n.props,"Designer"),r}return Oh(t,[{key:"validate",value:function(r,u){var i=this,o=this,l=function(){return ne(Q(t.prototype),"validate",i)};return Sh(function(){return qh(this,function(s){switch(s.label){case 0:return[4,l().call(o,r)];case 1:return s.sent(),[4,Promise.all(this.props.headers.map(function(a){return a.validate(r,u)}))];case 2:return s.sent(),[2,!0]}})}).call(this)}},{key:"toDataBindModel",value:function(){var r=ne(Q(t.prototype),"toDataBindModel",this).call(this),u=r?[r]:[],i=this.id;return this.props.headers.reduce(function(o,l){var s=l.toDataBindModel(i);if(Array.isArray(s)){var a=s.filter(function(f){return!!f});return hr(o).concat(hr(a))}return s&&o.push(s),o},u)}},{key:"toSchema",value:function(){var r=ne(Q(t.prototype),"toSchema",this).call(this),u=this.props.headers.map(function(i){return i.toSchema()});return vr(pr({},r),{props:vr(pr({},this.props),{headers:u})})}}]),t}(I);xe(kh,"controlFieldType",H.LIST);function Nh(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _r(e,t,n){return t=Le(t),Vh(e,Er()?Reflect.construct(t,n||[],Le(e).constructor):t.apply(e,n))}function mr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function T(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Le(e){return Le=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Le(e)}function gr(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&qt(e,t)}function Vh(e,t){return t&&(Uh(t)==="object"||typeof t=="function")?t:Nh(e)}function qt(e,t){return qt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},qt(e,t)}function Uh(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Er(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Er=function(){return!!e})()}var Gh=function(e){gr(t,e);function t(n){mr(this,t);var r;return r=_r(this,t,[n]),T(r,"caption",{type:"string",required:!0,message:p("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")}),T(r,"width",{type:"number",required:!1,message:p("CMD.pleaseEnterColumnWidth",null,"\u8BF7\u8F93\u5165\u5217\u5BBD")}),r.width.required=n.widthType==="px",r}return t}(_t),Wh=function(e){gr(t,e);function t(n){mr(this,t);var r;r=_r(this,t,[n]),T(r,"widthType",void 0),T(r,"width",void 0),T(r,"caption",void 0),T(r,"dataBind",void 0),T(r,"autoWidth",void 0),T(r,"fixed",void 0),T(r,"sort",void 0),T(r,"align",void 0),T(r,"colSpan",void 0),T(r,"autoHeight",void 0),T(r,"children",void 0);var u;r.width=(u=n==null?void 0:n.width)!==null&&u!==void 0?u:150,r.widthType=(n==null?void 0:n.widthType)||"auto";var i;r.caption=(i=n==null?void 0:n.caption)!==null&&i!==void 0?i:"";var o;r.fixed=(o=n==null?void 0:n.fixed)!==null&&o!==void 0?o:"none",r.autoWidth=new qp(n==null?void 0:n.autoWidth),r.dataBind=new Mn(n==null?void 0:n.dataBind);var l;r.sort=(l=n==null?void 0:n.sort)!==null&&l!==void 0?l:!0,r.align=n==null?void 0:n.align,r.colSpan=n==null?void 0:n.colSpan;var s;return r.autoHeight=(s=n==null?void 0:n.autoHeight)!==null&&s!==void 0?s:!1,r}return t}(G);T(Wh,"Rules",Gh);function kt(e){return"children"in e&&pe(e.children)}function br(e){return"headers"in e.props&&pe(e.props.headers)}function je(e,t){Array.isArray(e)&&e.map(n=>{n.type===h.SUBTABLE?je(n.props.headers,t):kt(n)?je(n==null?void 0:n.children,t):n.controlType===P.FORM&&t(n)})}const Hh=[h.AMOUNT,h.CALC,h.DATE_RANGE];p("CMD.amount",null,"\u91D1\u989D"),H.DECIMAL,p("CMD.currency",null,"\u5E01\u79CD"),H.VARCHAR,p("CMD.result",null,"\u7ED3\u679C"),H.DECIMAL,p("CMD.unit",null,"\u5355\u4F4D"),H.VARCHAR,p("CMD.startTime",null,"\u5F00\u59CB\u65F6\u95F4"),H.TIMESTAMP,p("CMD.endTime",null,"\u7ED3\u675F\u65F6\u95F4"),H.TIMESTAMP;function zh(e){let t=[];return je(e,n=>{n.controlType===P.FORM?t.push(n):(n.type,h.SUBTABLE)}),t}function Kh(e,t=""){return!e||!Array.isArray(e)?[]:e.map(n=>{if(!n.dataBind||n.type===h.TITLE)return n;if(Hh.includes(n.type)){const r=n.dataBind;Object.keys(r).forEach(u=>{const i=r[u],o=n.controlId+"_"+u;i.fieldCode=Br(o),i.dataCode=t})}else n.dataBind.fieldCode=Br(n.controlId),n.dataBind.dataCode=t;return n})}function Br(e){const t="field_";return e.startsWith(t)?e:t+e}function Nt(e){return Array.isArray(e)?e.map(t=>t.toSchema()):e.toSchema()}function Vt(e){return Array.isArray(e)?e.map(t=>t.toDataBindModel()).filter(t=>!!t).flat():e.toDataBindModel()}function Ut(e,t,n){return ln(this,null,function*(){return Array.isArray(e)?(yield Promise.all(e.map(u=>u.validate(t,n)))).every(u=>u):yield e.validate(t,n)})}const Jh=[h.TITLE,h.GRID_TABLE_COLUMN,h.SUBTABLE_COLUMN,h.OPERATION_COLUMN,h.DATA_VIEW,h.LIST_VIEW,h.HEADER,h.FOOTER,h.SIMPLE_SEARCH,h.ROW,h.GRID_ROW,h.COL,h.GRID,h.DIVIDER,h.TAB_PANE,h.TAB,h.CARD_GROUP,h.ACTION_BAR,h.GRID_LAYOUT_CONTAINER,h.GRID_LAYOUT_WRAP],Xh=[h.CALC],Qh={check:{id:"listPageCheckBtnId",caption:p("CMD.view",null,"\u67E5\u770B")},edit:{id:"listPageEditBtnId",caption:p("CMD.edit",null,"\u7F16\u8F91")},delete:{id:"listPageDeleteBtnId",caption:p("CMD.delete",null,"\u5220\u9664")}};function be(e,t){var r,u,i,o,l,s,a,f,y;const n=[];if(pe(e))n.push(...e.map(_=>be(_,t)).flat());else{const _=e.type,{caption:E,content:b}=e.props;let d;if(Jh.includes(_))_===h.OPERATION_COLUMN&&Object.entries(Qh).reduce((m,[c,{caption:v,id:w}])=>{var S;const F=e.props[c];return F&&F.isShow&&m.push({controlId:w,caption:v,type:e.type,controlType:e.controlType,parentId:(S=t==null?void 0:t.controlId)!=null?S:null,canEdit:!1,canRead:!1,canHide:!0,group:"element"}),m},n);else if(d={controlId:e.id,caption:E||b||e.name,type:e.type,controlType:e.controlType,parentId:(r=t==null?void 0:t.controlId)!=null?r:null,canEdit:!Xh.includes(_),canRead:!0,canHide:!0,group:"element"},t&&t.type===h.SUBTABLE&&(d.caption=t.caption+"_"+d.caption),_===h.VUE_FORM_ITEM&&(d.caption=e.props.controlExportName||e.name),(e.controlType===P.FORM||e.controlType===P.COLUMN)&&((i=(u=e.props)==null?void 0:u.dataBind)==null?void 0:i.fieldCode)!==void 0&&((l=(o=e.props)==null?void 0:o.dataBind)==null?void 0:l.fieldCode)!==""&&(d.group="field"),n.push(d),_===h.VUE_FORM_ITEM){let m="element";((a=(s=e.props)==null?void 0:s.dataBind)==null?void 0:a.fieldCode)!==void 0&&((y=(f=e.props)==null?void 0:f.dataBind)==null?void 0:y.fieldCode)!==""&&(m="field");const c=e.props.permissions;c==null||c.map(v=>{var w;d={controlId:v.key,caption:v.caption,type:e.type,controlType:e.controlType,parentId:(w=e.id)!=null?w:null,canEdit:!0,canRead:!0,canHide:!0,group:m},n.push(d)})}e.children&&n.push(...e.children.map(m=>be(m,t)).flat()),e.controlType===P.LIST&&n.push(...e.props.headers.map(m=>be(m,d)).flat())}return n}class re extends he{constructor(){super("Designer"),this.toolbox=[],this.services={},this.eventLogic=new ve,this.fieldTypes=H,this.controlSettingMap=new Map,new.target.staticControls.forEach(t=>{const{Designer:n,Setting:r}=t;this.controlSettingMap.set(n.controlType,r)})}registerControl(t){this.constructor.register(t,"Designer");const{Designer:n,Setting:r}=t;this.register(n),this.registeredControlTypes.add(n.controlType),this.controlSettingMap.set(n.controlType,r)}getControlSetting(t){const n=this.controlSettingMap.get(t);return n||null}setInstance(t,n,r){try{if(!t)return;t.updateProps(n,r)}catch(u){throw u}}eachControls(t){this.getControls().forEach(t)}getInitControl(){return[this.createControlInstance("grid")]}checkSchema(...t){return ln(this,null,function*(){return Ut(...t)})}getModelBindInfoList(...t){return Vt(...t)}getSchema(...t){return Nt(...t)}listenControlHook(...t){return Vn.on(...t)}}re.EventLogic=ve;class Zh{constructor(){this.designer=new re}ListPageBuilder(){const t=this.designer.createControlInstance(h.LIST_VIEW),n=this.designer.createControlInstance(h.SIMPLE_SEARCH),r=this.designer.createControlInstance(h.GRID_TABLE),u=this.designer.createControlInstance(h.CREATE_FORM_LIST_BUTTON),i=this.designer.createControlInstance(h.IMPORT_RECORD_LIST_BUTTON),o=this.designer.createControlInstance(h.EXPORT_LIST_BUTTON),l=this.designer.createControlInstance(h.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(i),r.children.push(o),r.children.push(l),t.children.push(n),t.children.push(r),t}ProListPageBuilder(){const t=this.designer.createControlInstance(h.LIST_VIEW);t.props.countType="async";const n=this.designer.createControlInstance(h.SIMPLE_SEARCH),r=this.designer.createControlInstance(h.GRID_TABLE),u=this.designer.createControlInstance(h.EXPORT_LIST_BUTTON),i=this.designer.createControlInstance(h.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(i),t.children.push(n),t.children.push(r),t.props.rowStyle={type:"rules",interval:{color:""},rules:[{id:"default",name:p("CMD.approvedDocuments",null,"\u5BA1\u6279\u901A\u8FC7\u5355\u636E"),color:"theme",filters:[{ruleId:1,symbol:"op_equal",leftVariableBo:{type:"varchar",value:"process_status",name:p("CMD.processStatus",null,"\u6D41\u7A0B\u72B6\u6001")},checked:!1,describe:"ruleLine",type:"condition",rightVariableBo:{type:"custom",value:["COMPLETE"],displayBos:[]},isLowPerformance:!1,isMoreRelation:!1}],settings:[{color:"theme",field_codes:["process_status"],type:"fontColor",scope:"col"}],script:"(SpecialMatch(data,sys,'process_status','varchar','op_equal','COMPLETE'))"}]},t}FormPageBuilder(){const t=this.designer.createControlInstance(h.DATA_VIEW),n=this.designer.createControlInstance(h.TITLE),r=this.designer.createControlInstance(h.GRID);return t.children.push(n),t.children.push(r),t}VuePageBuilder(){const t=this.designer.createControlInstance(h.GRID),n=this.designer.createControlInstance(h.VUE_PAGE);return n.props.isHideCaption=!0,n.props.controlExportName="VuePage",t.children.push(n),t}}class Cr{constructor(t){var n;this.selected=null,this.selectedInstanceDataScopeParent=null,this.selectedDataScopeFlatInstances=[],this.selectedInstanceSetting=[],this.selectedInstanceSettingItems=[],this.selectedFieldItem=null,this.external={},this.movingInstance=null,this.movingInstanceOldParent=null,this.movingInstanceOldDataScopeParent=null,this.getParentBeforeInstanceMove=(n=t.getParentBeforeInstanceMove)!=null?n:r=>r.parent,this.instance=t.instance,this.getFlatInstances()}get selectedRules(){return this.selected?this.selected.rules:null}get selectedAntdRules(){const t=this.selectedRules;return t||null}setInstances(t){this.instance=t,this.getFlatInstances()}setSelectInstance(t){this.selected=t,this.selectedInstanceDataScopeParent=t?Ce(t):null,this.selectedDataScopeFlatInstances=this.selectedInstanceDataScopeParent?wr(this.selectedInstanceDataScopeParent):[]}setSelectInstanceSettings(t){this.selectedInstanceSetting=t,this.selectedInstanceSettingItems=[],this.selectedInstanceSetting.forEach(n=>{this.selectedInstanceSettingItems.push(...this.getSettingItems(n))})}getSettingItems(t){return t.type==="group"?t.items:t.items.reduce((n,r)=>(n.push(...r.items),n),[])}setSelectedFieldItem(t){this.selectedFieldItem=t}setMovingInstance(t){this.movingInstance=t,this.movingInstanceOldParent=t?this.getParentBeforeInstanceMove(t):null,this.movingInstanceOldDataScopeParent=Ce(t)}updateDataFieldCodeMap(t){const n=Ce(t);if(!n)return;const r=this.dataFieldCodeMap.get(n.props.datasourceBind.dataCode);if(!!r){for(const[u,i]of r.entries())if(i.id===t.id){r.delete(u);break}Ar(t,this.dataFieldCodeMap)}}getFlatInstances(){const t=[],n=new Map,r=new Map;Be(this.instance,u=>{t.push(u),n.set(u.id,u),Ar(u,r)}),this.flatInstances=t,this.instanceIdMap=n,this.dataFieldCodeMap=r}}function Fr(e,t,n){const{dataCode:r,fieldCode:u}=t;r&&u&&(e.has(r)||e.set(r,new Map),e.get(r).set(u,n))}function Ar(e,t){if(e.controlType===P.FORM){const n=e.props.dataBind;er(n)?Fr(t,n,e):n&&Object.values(n).forEach(r=>{Fr(t,r,e)})}}function Be(e,t){(Array.isArray(e)?e:[e]).forEach(r=>{t(r),kt(r)&&Be(r.children,t),br(r)&&Be(r.props.headers,t)})}function Gt(e){return[h.SUBTABLE,h.DATA_VIEW,h.LIST_VIEW].includes(e.type)}function Ce(e){let t=e?e.parent:null;if(!t)return null;for(;t&&!Gt(t);)t=t.parent;return t}function wr(e){const t=[e];return Be(e,n=>{n!==e&&t.includes(n.parent)&&!Gt(n)&&t.push(n)}),t}function Yh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Sr(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ey(e,t,n){return t&&Sr(e.prototype,t),n&&Sr(e,n),e}function Wt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var W=function(){function e(t){Yh(this,e),Wt(this,"visible",void 0),Wt(this,"expression",void 0),Wt(this,"updateParent",void 0);var n;this.visible=(n=t==null?void 0:t.visible)!==null&&n!==void 0?n:!0;var r;this.expression=(r=t==null?void 0:t.expression)!==null&&r!==void 0?r:!1;var u;this.updateParent=(u=t==null?void 0:t.updateParent)!==null&&u!==void 0?u:!1}return ey(e,[{key:"isAtomicComponent",get:function(){return!0}}]),e}();function ty(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $r(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ny(e,t,n){return t&&$r(e.prototype,t),n&&$r(e,n),e}function j(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ry=function(){function e(t){ty(this,e),j(this,"type",void 0),j(this,"label",void 0),j(this,"key",void 0),j(this,"component",void 0),j(this,"effect",void 0),j(this,"scopeEffect",void 0),j(this,"defaultValue",void 0),j(this,"validator",void 0),j(this,"props",void 0),j(this,"effectKeys",void 0),this.type=t.type,this.label=t.label,this.key=t.key,this.component=t.component;var n;this.effect=(n=t.effect)!==null&&n!==void 0?n:{};var r;this.scopeEffect=(r=t.scopeEffect)!==null&&r!==void 0?r:Yd,this.defaultValue=t.defaultValue,this.validator=t.validator;var u;this.props=(u=t.props)!==null&&u!==void 0?u:new W,this.effectKeys=Object.keys(this.effect)}return ny(e,[{key:"filterEffects",value:function(n){var r=this;return n===""?Object.values(this.effect):this.effectKeys.filter(function(u){var i=new RegExp("^".concat(u,"(\\.\\w+)*$"));return i.test(n)}).map(function(u){return r.effect[u]})}},{key:"callEffectFn",value:function(n,r){try{var u=n.apply(null,r);ot(u)&&Object.assign(this.props,u)}catch(i){de(`effect error
2
+ `.concat(i))}}},{key:"callEffect",value:function(n){for(var r=this,u=arguments.length,i=new Array(u>1?u-1:0),o=1;o<u;o++)i[o-1]=arguments[o];this.filterEffects(n).forEach(function(l){return r.callEffectFn(l,i)})}},{key:"callScopeEffect",value:function(){for(var n=arguments.length,r=new Array(n),u=0;u<n;u++)r[u]=arguments[u];this.callEffectFn(this.scopeEffect,r)}}]),e}();function uy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Z(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Dr=function e(t){uy(this,e),Z(this,"type","group"),Z(this,"title",void 0),Z(this,"required",void 0),Z(this,"items",void 0),Z(this,"tips",void 0),Z(this,"fromId",void 0),Z(this,"visible",void 0);var n;this.title=(n=t.title)!==null&&n!==void 0?n:"";var r;this.required=(r=t.required)!==null&&r!==void 0?r:!1,this.items=t.items,this.tips=t.tips,this.visible=t.items.some(function(u){var i;return(i=u.props)===null||i===void 0?void 0:i.visible})};function iy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ht(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function oy(e){return"type"in e&&e.type==="tab"}var Fe=function e(t){iy(this,e),Ht(this,"type","tab"),Ht(this,"title",void 0),Ht(this,"items",void 0),this.title=t.title,this.items=t.items};function Or(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function ay(e){if(Array.isArray(e))return e}function ly(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function sy(e,t,n){return t=qe(t),vy(e,Ir()?Reflect.construct(t,n||[],qe(e).constructor):t.apply(e,n))}function cy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function qe(e){return qe=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},qe(e)}function fy(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&zt(e,t)}function dy(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r=[],u=!0,i=!1,o,l;try{for(n=n.call(e);!(u=(o=n.next()).done)&&(r.push(o.value),!(t&&r.length===t));u=!0);}catch(s){i=!0,l=s}finally{try{!u&&n.return!=null&&n.return()}finally{if(i)throw l}}return r}}function py(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function vy(e,t){return t&&(yy(t)==="object"||typeof t=="function")?t:ly(e)}function zt(e,t){return zt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},zt(e,t)}function hy(e,t){return ay(e)||dy(e,t)||_y(e,t)||py()}function yy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function _y(e,t){if(!!e){if(typeof e=="string")return Or(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Or(e,t)}}function Ir(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Ir=function(){return!!e})()}var my=function(e){fy(t,e);function t(n){cy(this,t);var r;return r=sy(this,t,[n]),ot(n)&&Object.entries(n).forEach(function(u){var i=hy(u,2),o=i[0],l=i[1];r[o]=l}),r}return t}(W);function gy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ey(e,t,n){return t=Ne(t),Cy(e,Pr()?Reflect.construct(t,n||[],Ne(e).constructor):t.apply(e,n))}function by(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ke(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ne(e){return Ne=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ne(e)}function By(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Kt(e,t)}function Cy(e,t){return t&&(Fy(t)==="object"||typeof t=="function")?t:gy(e)}function Kt(e,t){return Kt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Kt(e,t)}function Fy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Pr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Pr=function(){return!!e})()}var Ay=function(e){By(t,e);function t(n){by(this,t);var r;r=Ey(this,t,[n]),ke(r,"maxLength",void 0),ke(r,"minLength",void 0),ke(r,"placeholder",void 0),ke(r,"i18n",void 0);var u;r.maxLength=(u=n==null?void 0:n.maxLength)!==null&&u!==void 0?u:"";var i;r.minLength=(i=n==null?void 0:n.minLength)!==null&&i!==void 0?i:"";var o;r.placeholder=(o=n==null?void 0:n.placeholder)!==null&&o!==void 0?o:"";var l;return r.i18n=(l=n==null?void 0:n.i18n)!==null&&l!==void 0?l:!1,r}return t}(W);function wy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Sy(e,t,n){return t=Ve(t),Oy(e,Tr()?Reflect.construct(t,n||[],Ve(e).constructor):t.apply(e,n))}function $y(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Jt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ve(e){return Ve=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ve(e)}function Dy(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Xt(e,t)}function Oy(e,t){return t&&(Iy(t)==="object"||typeof t=="function")?t:wy(e)}function Xt(e,t){return Xt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Xt(e,t)}function Iy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Tr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Tr=function(){return!!e})()}var Py=function(e){Dy(t,e);function t(n){$y(this,t);var r;r=Sy(this,t,[n]),Jt(r,"max",void 0),Jt(r,"min",void 0),Jt(r,"placeholder",void 0);var u;r.max=(u=n==null?void 0:n.max)!==null&&u!==void 0?u:"";var i;r.min=(i=n==null?void 0:n.min)!==null&&i!==void 0?i:"";var o;return r.placeholder=(o=n==null?void 0:n.placeholder)!==null&&o!==void 0?o:"",r}return t}(W);function Ty(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function My(e,t,n){return t=Ue(t),Ly(e,Mr()?Reflect.construct(t,n||[],Ue(e).constructor):t.apply(e,n))}function Ry(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Qt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ue(e){return Ue=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ue(e)}function xy(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Zt(e,t)}function Ly(e,t){return t&&(jy(t)==="object"||typeof t=="function")?t:Ty(e)}function Zt(e,t){return Zt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Zt(e,t)}function jy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Mr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Mr=function(){return!!e})()}var qy=function(e){xy(t,e);function t(n){Ry(this,t);var r;r=My(this,t,[n]),Qt(r,"showType",void 0),Qt(r,"tips",void 0),Qt(r,"disabled",void 0);var u;r.showType=(u=n==null?void 0:n.showType)!==null&&u!==void 0?u:"switch";var i;r.tips=(i=n==null?void 0:n.tips)!==null&&i!==void 0?i:"";var o;return r.disabled=(o=n==null?void 0:n.disabled)!==null&&o!==void 0?o:!1,r}return t}(W);function ky(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ny(e,t,n){return t=Ge(t),Wy(e,Rr()?Reflect.construct(t,n||[],Ge(e).constructor):t.apply(e,n))}function Vy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Uy(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ge(e){return Ge=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ge(e)}function Gy(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Yt(e,t)}function Wy(e,t){return t&&(Hy(t)==="object"||typeof t=="function")?t:ky(e)}function Yt(e,t){return Yt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Yt(e,t)}function Hy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Rr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Rr=function(){return!!e})()}var zy=function(e){Gy(t,e);function t(n){Vy(this,t);var r;r=Ny(this,t,[n]),Uy(r,"options",void 0);var u;return r.options=(u=n==null?void 0:n.options)!==null&&u!==void 0?u:[],r}return t}(W);function Ky(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Jy(e,t,n){return t=We(t),Zy(e,Lr()?Reflect.construct(t,n||[],We(e).constructor):t.apply(e,n))}function Xy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function xr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function We(e){return We=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},We(e)}function Qy(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&en(e,t)}function Zy(e,t){return t&&(Yy(t)==="object"||typeof t=="function")?t:Ky(e)}function en(e,t){return en=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},en(e,t)}function Yy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Lr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Lr=function(){return!!e})()}var e5=function(e){Qy(t,e);function t(n){Xy(this,t);var r;r=Jy(this,t,[n]),xr(r,"placeholder",void 0),xr(r,"options",void 0);var u;r.placeholder=(u=n==null?void 0:n.placeholder)!==null&&u!==void 0?u:"";var i;return r.options=(i=n==null?void 0:n.options)!==null&&i!==void 0?i:[],r}return t}(W);function t5(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function n5(e,t,n){return t=He(t),i5(e,qr()?Reflect.construct(t,n||[],He(e).constructor):t.apply(e,n))}function r5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function jr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function He(e){return He=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},He(e)}function u5(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&tn(e,t)}function i5(e,t){return t&&(o5(t)==="object"||typeof t=="function")?t:t5(e)}function tn(e,t){return tn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},tn(e,t)}function o5(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function qr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(qr=function(){return!!e})()}var a5=function(e){u5(t,e);function t(n){r5(this,t);var r;r=n5(this,t,[n]),jr(r,"options",void 0),jr(r,"showType",void 0);var u;r.options=(u=n==null?void 0:n.options)!==null&&u!==void 0?u:[];var i;return r.showType=(i=n==null?void 0:n.showType)!==null&&i!==void 0?i:"outline",r}return t}(W);function l5(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function s5(e,t,n){return t=ze(t),d5(e,kr()?Reflect.construct(t,n||[],ze(e).constructor):t.apply(e,n))}function c5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ue(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ze(e){return ze=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ze(e)}function f5(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&nn(e,t)}function d5(e,t){return t&&(p5(t)==="object"||typeof t=="function")?t:l5(e)}function nn(e,t){return nn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},nn(e,t)}function p5(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function kr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(kr=function(){return!!e})()}var v5=function(e){f5(t,e);function t(n){c5(this,t);var r;r=s5(this,t,[n]),ue(r,"maxLength",void 0),ue(r,"minLength",void 0),ue(r,"placeholder",void 0),ue(r,"i18n",void 0),ue(r,"maxRows",void 0),ue(r,"minRows",void 0);var u;r.maxLength=(u=n==null?void 0:n.maxLength)!==null&&u!==void 0?u:"";var i;r.minLength=(i=n==null?void 0:n.minLength)!==null&&i!==void 0?i:"";var o;r.placeholder=(o=n==null?void 0:n.placeholder)!==null&&o!==void 0?o:"";var l;r.maxRows=(l=n==null?void 0:n.maxRows)!==null&&l!==void 0?l:"";var s;r.minRows=(s=n==null?void 0:n.minRows)!==null&&s!==void 0?s:"";var a;return r.i18n=(a=n==null?void 0:n.i18n)!==null&&a!==void 0?a:!1,r}return t}(W);function h5(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function rn(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){h5(e,u,n[u])})}return e}function y5(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function un(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):y5(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function _5(e,t){switch(e){case"input":return new Ay(t);case"textarea":return new v5(t);case"input-number":return new Py(t);case"switch":return new qy(t);case"radio":return new a5(t);case"checkbox":return new zy(t);case"select":return new e5(t);default:return new my(t)}}function m5(e){return function(t){var n=e.get(t);if(!!n)return new ry(un(rn({},n),{props:_5(n.component,"props"in n?n.props:void 0)}))}}function g5(e){var t=e.fields.reduce(function(u,i){return u.set(i.key,i),u},new Map);function n(u){return new Dr(un(rn({},u),{items:u.items.map(m5(t)).filter(Boolean)}))}function r(u){return u.map(n)}return e.groups.map(function(u){return oy(u)?new Fe(un(rn({},u),{items:r(u.items)})):n(u)})}let on="";class Nr extends An{constructor(t){super(),this.isMounted=!1,this.id=Ye(8),this.__pluginsApplied=!1,this.getSchema=Nt,this.getModelBindInfoList=Vt,this.generatePermissions=be,this.$options=Object.freeze(t);const{autoMount:n=!1,Designer:r=re,schema:u,mode:i="form",store:o={},messagesI18n:l,language:s=sn}=this.$options;this.eventLogic=new ve,this.designer=new r,this.store=new Cr(ae({instance:this.designer.createControl(Array.isArray(u)?u:[u])},o)),this.mode=i,n&&this.mount()}mount(){const{plugins:t=[]}=this.$options;this.__plugins=t,this.applyPlugins(),this.isMounted=!0}use(t){return this.__pluginsApplied||this.__plugins.push(t),this}applyPlugins(){this.__pluginsApplied||(this.__plugins.forEach(t=>{var n;try{on=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this),on=""}catch(r){de(`${on||t.constructor.name} Plugin apply Error
3
+ ${r}`)}}),this.__pluginsApplied=!0)}emit(t,...n){return super.emit(t,n)}on(t,n){return super.on(t,n)}setInstances(t,n){this.store.setInstances(this.designer.createControl(Array.isArray(t)?t:[t],n))}beforeSelectInstance(){this.store.setSelectInstance(null),this.setSelectedFieldItem(null),this.store.setSelectInstanceSettings([])}afterSelectInstance(){const t=this.store.selected;!t||(this.setSelectedInstanceSetting(),this.emit("select",{instance:t}))}setSelectedInstanceSetting(){var u,i;const t=this.store.selected;if(!t)return;let n=this.getControlSetting(t.type);if(((u=t.parent)==null?void 0:u.controlType)===P.WRAP){const o=this.getControlSetting((i=t.parent)==null?void 0:i.type);n=this.concatSetting(n,o,t.parent.id)}this.store.setSelectInstanceSettings(n),this.callSelectedEffect("");const r={from:null,current:this.store.selectedInstanceDataScopeParent,oldParent:null,newParent:t.parent};this.callSelectedScopeEffect(r)}concatSetting(t,n,r){var i,o,l,s,a,f,y,_;let u=t;if(((i=t[0])==null?void 0:i.type)==="tab"&&((o=n[0])==null?void 0:o.type)==="tab"){const E=t,b=n.slice(0);u=E.map((d,m)=>{const c=new Fe(d),v=b.findIndex(F=>F.title===d.title);if(v===-1)return c;const w=b.splice(v,1)[0];return w&&(c.items=[...this.formatGroupSetting(w.items,r),...c.items]),c}),b.length&&(u=[...u,...b.map(d=>this.formatGroupSetting(d,r))])}else if(((l=t[0])==null?void 0:l.type)==="group"&&((s=n[0])==null?void 0:s.type)==="group"){const E=t,b=n;u=[...this.formatGroupSetting(b,r),...E]}else if(((a=t[0])==null?void 0:a.type)==="tab"&&((f=n[0])==null?void 0:f.type)==="group"){const E=t,b=n;u=E.map((d,m)=>{const c=new Fe(d);return m===0&&(c.items=[...this.formatGroupSetting(b,r),...c.items]),c})}else if(((y=t[0])==null?void 0:y.type)==="group"&&((_=n[0])==null?void 0:_.type)==="tab"){const E=t;u=n.map((d,m)=>{const c=new Fe(d);return m===0&&(c.items=[...c.items,...this.formatGroupSetting(E,r)]),c})}return u}formatGroupSetting(t,n){if(pe(t))return t.map(r=>{const u=new Dr(r);return u.fromId=n,u});{const r=new Fe(t);return r.items=this.formatGroupSetting(r.items,n),r}}setControlConfig(...t){return this.designer.registerControlConfig(...t)}getControlConfig(t){return this.designer.getControlConfig(t)}getControlSetting(t){const n=this.designer.getControlSetting(t);return n?g5(n):[]}selectInstance(t){this.beforeSelectInstance(),this.store.setSelectInstance(t),this.afterSelectInstance()}setSelectedFieldItem(t){this.store.setSelectedFieldItem(t),this.callSelectedEffect("dataBind",{fieldItem:t})}moveStart(t){const n=this.getInstance(t);n&&this.store.setMovingInstance(n)}moveEnd(t=this.store.movingInstance){var s;if(t===null)return;const n=this.getInstance(t);if(!n)return;const r=this.store.movingInstanceOldDataScopeParent,u=Ce(n),i=this.store.movingInstanceOldParent,o=n.parent;this.store.setMovingInstance(null),n.id!==((s=this.store.selected)==null?void 0:s.id)?this.selectInstance(n):this.store.setSelectInstance(n),this.store.getFlatInstances();const l={from:r,current:u,oldParent:i,newParent:o};this.callSelectedScopeEffect(l),i?this.emit("moved",ae({},l)):this.emit("joined",ae({},l))}createInstance(t,n){return this.designer.createControlInstance(t,n)}getInstance(t){return typeof t=="string"?this.store.instanceIdMap.get(t):t}getInstances(){return this.store.flatInstances}getInstancesFromType(t){return this.getInstances().filter(n=>n.type===t)}getDataScopeInstances(){return this.store.selectedDataScopeFlatInstances}getDataScopeInstancesFromType(t){return this.getDataScopeInstances().filter(n=>n.type===t)}updateInstancePropValue(t,n,r,u){var o;!gn(t.props,n,r)||(n.startsWith("dataBind")&&this.store.updateDataFieldCodeMap(t),t.id===((o=this.store.selected)==null?void 0:o.id)&&this.callSelectedEffect(n,u),this.emit("updated",{instance:t,propName:n,value:r}))}updateInstanceProps(t,n,r,u=""){Object.entries(n).forEach(([i,o])=>{const l=`${u?u+".":""}${i}`;mp(o)?this.updateInstanceProps(t,o,r,l):this.updateInstancePropValue(t,l,o,r)})}setInstance(t,n,r,u){at(n)?this.updateInstancePropValue(t,String(n),r,u):this.updateInstanceProps(t,n,r)}removeInstance(t){const n=t.parent;if(!n)return;const r=n.controlType===P.LIST&&n.props.headers.includes(t)?n.props.headers:n.children,u=r.findIndex(i=>i===t);u>-1&&r.splice(u,1),this.store.getFlatInstances(),this.emit("removed",{instance:t,index:u,parent:n})}replaceInstance(t,n){const r=t.parent;if(!r)return;const u=r.controlType===P.LIST&&r.props.headers.includes(t)?r.props.headers:r.children,i=u.findIndex(o=>o===t);i>-1&&u.splice(i,1,n),this.store.getFlatInstances()}updateInstanceType(t,n){const r=t.toSchema(),u=this.createInstance(n,{id:r.id,props:r.props});if(!u){Se(`can\u2018t update instance type to ${n}`);return}return u}validate(t,n){return Ut(this.store.instance,t,n)}getCustomControlsInUse(){return this.getInstances().filter(this.assertInstanceIsCustomControl).reduce((t,n)=>(t.includes(n.type)||t.push(n.type),t),[])}assertInstanceIsCustomControl(t){return!gp(at(t)?t:t.type)}static register(...t){return re.register(...t),this}static judgeControlIsRegistered(t){return re.staticRegisteredTypes.has(t.Designer.controlType)}judgeControlIsRegistered(t){return this.designer.registeredControlTypes.has(t.Designer.controlType)}register(...t){return this.designer.registerControl(t[0]),this}assertInstance(t,n){return at(n)?t.type===n:n.includes(t.type)}getInstanceInListControl(t){let n=t;for(;n;){if(n.controlType===P.LIST)return!0;n=n.parent}return!1}getInstanceParentControl(t,n){if(!!t.parent)return this.assertInstance(t.parent,n)?t.parent:this.getInstanceParentControl(t.parent,n)}callSelectedEffect(t,n={}){this.store.selectedInstanceSettingItems.forEach(r=>{r.callEffect(t,this,ae({control:this.store.selected},n))})}callSelectedScopeEffect(t={}){this.store.selectedInstanceSettingItems.forEach(n=>{n.callScopeEffect(this,ae({control:this.store.selected},t))})}}Nr.EventLogic=ve,B.Builder=Zh,B.Designer=re,B.Driven=Nr,B.Store=Cr,B.checkSchema=Ut,B.fillModelBindInfoListFieldCode=Kh,B.findInstanceDataScopeParent=Ce,B.generatePermissions=be,B.getDataScopeFlatInstances=wr,B.getMasterFormControls=zh,B.getModelBindInfoList=Vt,B.hasChildrenControl=kt,B.hasHeaderControl=br,B.isDataScopeInstance=Gt,B.loop=Be,B.loopFormControl=je,B.toSchema=Nt,Object.defineProperty(B,"__esModule",{value:!0})});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-driven",
3
- "version": "2.22.3-beta.1",
3
+ "version": "2.22.3-beta.11",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -26,10 +26,10 @@
26
26
  "postpublish": "node ../../scripts/postpublish.js"
27
27
  },
28
28
  "dependencies": {
29
- "@byteluck-fe/model-driven-controls": "2.22.3-beta.1",
30
- "@byteluck-fe/model-driven-core": "2.22.3-beta.1",
31
- "@byteluck-fe/model-driven-settings": "2.22.3-beta.1",
32
- "@byteluck-fe/model-driven-shared": "2.22.3-beta.1"
29
+ "@byteluck-fe/model-driven-controls": "2.22.3-beta.11",
30
+ "@byteluck-fe/model-driven-core": "2.22.3-beta.11",
31
+ "@byteluck-fe/model-driven-settings": "2.22.3-beta.11",
32
+ "@byteluck-fe/model-driven-shared": "2.22.3-beta.11"
33
33
  },
34
- "gitHead": "a11f41d58fab209ec080ffce63e97b23aa52a543"
34
+ "gitHead": "3264bd28b872e4db18e551b0f8f57eaa7494fd5b"
35
35
  }