@byteluck-fe/model-driven-driven 1.5.0-beta.12 → 1.5.0-beta.14

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.
@@ -130,7 +130,101 @@ function _createSuper(Derived) {
130
130
  return _possibleConstructorReturn(this, result);
131
131
  };
132
132
  }
133
- import regeneratorRuntime from "regenerator-runtime";
133
+ var __generator = this && this.__generator || function(thisArg, body) {
134
+ var f, y, t, g, _ = {
135
+ label: 0,
136
+ sent: function() {
137
+ if (t[0] & 1) throw t[1];
138
+ return t[1];
139
+ },
140
+ trys: [],
141
+ ops: []
142
+ };
143
+ return g = {
144
+ next: verb(0),
145
+ "throw": verb(1),
146
+ "return": verb(2)
147
+ }, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
148
+ return this;
149
+ }), g;
150
+ function verb(n) {
151
+ return function(v) {
152
+ return step([
153
+ n,
154
+ v
155
+ ]);
156
+ };
157
+ }
158
+ function step(op) {
159
+ if (f) throw new TypeError("Generator is already executing.");
160
+ while(_)try {
161
+ 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;
162
+ if (y = 0, t) op = [
163
+ op[0] & 2,
164
+ t.value
165
+ ];
166
+ switch(op[0]){
167
+ case 0:
168
+ case 1:
169
+ t = op;
170
+ break;
171
+ case 4:
172
+ _.label++;
173
+ return {
174
+ value: op[1],
175
+ done: false
176
+ };
177
+ case 5:
178
+ _.label++;
179
+ y = op[1];
180
+ op = [
181
+ 0
182
+ ];
183
+ continue;
184
+ case 7:
185
+ op = _.ops.pop();
186
+ _.trys.pop();
187
+ continue;
188
+ default:
189
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
190
+ _ = 0;
191
+ continue;
192
+ }
193
+ if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
194
+ _.label = op[1];
195
+ break;
196
+ }
197
+ if (op[0] === 6 && _.label < t[1]) {
198
+ _.label = t[1];
199
+ t = op;
200
+ break;
201
+ }
202
+ if (t && _.label < t[2]) {
203
+ _.label = t[2];
204
+ _.ops.push(op);
205
+ break;
206
+ }
207
+ if (t[2]) _.ops.pop();
208
+ _.trys.pop();
209
+ continue;
210
+ }
211
+ op = body.call(thisArg, _);
212
+ } catch (e) {
213
+ op = [
214
+ 6,
215
+ e
216
+ ];
217
+ y = 0;
218
+ } finally{
219
+ f = t = 0;
220
+ }
221
+ if (op[0] & 5) throw op[1];
222
+ return {
223
+ value: op[0] ? op[1] : void 0,
224
+ done: true
225
+ };
226
+ }
227
+ };
134
228
  import { RegisterControls, controlHooksEmitter } from "@byteluck-fe/model-driven-core";
135
229
  import EventLogic from "./EventLogic";
136
230
  import { FieldTypes } from "@byteluck-fe/model-driven-shared";
@@ -194,17 +288,14 @@ var Designer = /*#__PURE__*/ function _target(RegisterControls) {
194
288
  for(var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++){
195
289
  args[_key] = arguments[_key];
196
290
  }
197
- return _asyncToGenerator(/*#__PURE__*/ regeneratorRuntime.mark(function _callee() {
198
- return regeneratorRuntime.wrap(function _callee$(_ctx) {
199
- while(1)switch(_ctx.prev = _ctx.next){
200
- case 0:
201
- return _ctx.abrupt("return", checkSchema.apply(void 0, _toConsumableArray(args)));
202
- case 1:
203
- case "end":
204
- return _ctx.stop();
205
- }
206
- }, _callee);
207
- }))();
291
+ return _asyncToGenerator(function() {
292
+ return __generator(this, function(_state) {
293
+ return [
294
+ 2,
295
+ checkSchema.apply(void 0, _toConsumableArray(args))
296
+ ];
297
+ });
298
+ })();
208
299
  };
209
300
  _proto.getModelBindInfoList = function getModelBindInfoList1() {
210
301
  for(var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++){
package/dist/esm/Store.js CHANGED
@@ -266,7 +266,7 @@ export function isDataScopeInstance(instance) {
266
266
  return [
267
267
  CONTROL_TYPE.SUBTABLE,
268
268
  CONTROL_TYPE.DATA_VIEW,
269
- CONTROL_TYPE.LIST_VIEW,
269
+ CONTROL_TYPE.LIST_VIEW
270
270
  ].includes(instance.type);
271
271
  }
272
272
  export function findInstanceDataScopeParent(instance) {
@@ -3,7 +3,7 @@ import { CONTROL_TYPE, FieldTypes } from "@byteluck-fe/model-driven-shared";
3
3
  export var objectDataBindControlTypes = [
4
4
  CONTROL_TYPE.AMOUNT,
5
5
  CONTROL_TYPE.CALC,
6
- CONTROL_TYPE.DATE_RANGE,
6
+ CONTROL_TYPE.DATE_RANGE
7
7
  ];
8
8
  export var objectDataBindKeyToFieldType = {
9
9
  amount: {
@@ -22,9 +22,8 @@ export function loopFormControl(control, callback) {
22
22
  // @ts-ignore
23
23
  loopFormControl(item.props.headers, callback);
24
24
  } else if (hasChildrenControl(item)) {
25
- var // @ts-ignore
26
- ref;
27
- loopFormControl((ref = (item)) === null || ref === void 0 ? void 0 : ref.children, callback);
25
+ loopFormControl(// @ts-ignore
26
+ item === null || item === void 0 ? void 0 : item.children, callback);
28
27
  // @ts-ignore
29
28
  } else if (_instanceof(item, DesignerFormControl)) {
30
29
  callback(item);
package/dist/esm/utils.js CHANGED
@@ -92,7 +92,101 @@ function _unsupportedIterableToArray(o, minLen) {
92
92
  if (n === "Map" || n === "Set") return Array.from(n);
93
93
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
94
94
  }
95
- import regeneratorRuntime from "regenerator-runtime";
95
+ var __generator = this && this.__generator || function(thisArg, body) {
96
+ var f, y, t, g, _ = {
97
+ label: 0,
98
+ sent: function() {
99
+ if (t[0] & 1) throw t[1];
100
+ return t[1];
101
+ },
102
+ trys: [],
103
+ ops: []
104
+ };
105
+ return g = {
106
+ next: verb(0),
107
+ "throw": verb(1),
108
+ "return": verb(2)
109
+ }, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
110
+ return this;
111
+ }), g;
112
+ function verb(n) {
113
+ return function(v) {
114
+ return step([
115
+ n,
116
+ v
117
+ ]);
118
+ };
119
+ }
120
+ function step(op) {
121
+ if (f) throw new TypeError("Generator is already executing.");
122
+ while(_)try {
123
+ 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;
124
+ if (y = 0, t) op = [
125
+ op[0] & 2,
126
+ t.value
127
+ ];
128
+ switch(op[0]){
129
+ case 0:
130
+ case 1:
131
+ t = op;
132
+ break;
133
+ case 4:
134
+ _.label++;
135
+ return {
136
+ value: op[1],
137
+ done: false
138
+ };
139
+ case 5:
140
+ _.label++;
141
+ y = op[1];
142
+ op = [
143
+ 0
144
+ ];
145
+ continue;
146
+ case 7:
147
+ op = _.ops.pop();
148
+ _.trys.pop();
149
+ continue;
150
+ default:
151
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
152
+ _ = 0;
153
+ continue;
154
+ }
155
+ if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
156
+ _.label = op[1];
157
+ break;
158
+ }
159
+ if (op[0] === 6 && _.label < t[1]) {
160
+ _.label = t[1];
161
+ t = op;
162
+ break;
163
+ }
164
+ if (t && _.label < t[2]) {
165
+ _.label = t[2];
166
+ _.ops.push(op);
167
+ break;
168
+ }
169
+ if (t[2]) _.ops.pop();
170
+ _.trys.pop();
171
+ continue;
172
+ }
173
+ op = body.call(thisArg, _);
174
+ } catch (e) {
175
+ op = [
176
+ 6,
177
+ e
178
+ ];
179
+ y = 0;
180
+ } finally{
181
+ f = t = 0;
182
+ }
183
+ if (op[0] & 5) throw op[1];
184
+ return {
185
+ value: op[0] ? op[1] : void 0,
186
+ done: true
187
+ };
188
+ }
189
+ };
96
190
  import { loopFormControl } from "./designerUtils";
97
191
  import { DesignerColumnControl, DesignerListControl, DesignerFormControl } from "@byteluck-fe/model-driven-core";
98
192
  import { CONTROL_TYPE, FieldTypeToColumnType, isArray } from "@byteluck-fe/model-driven-shared";
@@ -233,35 +327,42 @@ function checkSchema(controls, messages, ignore) {
233
327
  return _checkSchema.apply(this, arguments);
234
328
  }
235
329
  function _checkSchema() {
236
- _checkSchema = _asyncToGenerator(/*#__PURE__*/ regeneratorRuntime.mark(function _callee(controls, messages, ignore) {
330
+ _checkSchema = _asyncToGenerator(function(controls, messages, ignore) {
237
331
  var result;
238
- return regeneratorRuntime.wrap(function _callee$(_ctx) {
239
- while(1)switch(_ctx.prev = _ctx.next){
332
+ return __generator(this, function(_state) {
333
+ switch(_state.label){
240
334
  case 0:
241
- if (!Array.isArray(controls)) {
242
- _ctx.next = 5;
243
- break;
244
- }
245
- _ctx.next = 3;
246
- return Promise.all(controls.map(function(control) {
247
- return control.validate(messages, ignore);
248
- }));
335
+ if (!Array.isArray(controls)) return [
336
+ 3,
337
+ 2
338
+ ];
339
+ return [
340
+ 4,
341
+ Promise.all(controls.map(function(control) {
342
+ return control.validate(messages, ignore);
343
+ }))
344
+ ];
345
+ case 1:
346
+ result = _state.sent();
347
+ return [
348
+ 2,
349
+ result.every(function(state) {
350
+ return state;
351
+ })
352
+ ];
353
+ case 2:
354
+ return [
355
+ 4,
356
+ controls.validate(messages, ignore)
357
+ ];
249
358
  case 3:
250
- result = _ctx.sent;
251
- return _ctx.abrupt("return", result.every(function(state) {
252
- return state;
253
- }));
254
- case 5:
255
- _ctx.next = 7;
256
- return controls.validate(messages, ignore);
257
- case 7:
258
- return _ctx.abrupt("return", _ctx.sent);
259
- case 8:
260
- case "end":
261
- return _ctx.stop();
359
+ return [
360
+ 2,
361
+ _state.sent()
362
+ ];
262
363
  }
263
- }, _callee);
264
- }));
364
+ });
365
+ });
265
366
  return _checkSchema.apply(this, arguments);
266
367
  }
267
368
  // 不可以被权限控制的控件
@@ -283,7 +384,7 @@ var PermissionExcludeControlTypes = [
283
384
  // 暂时不能控制权限
284
385
  CONTROL_TYPE.TAB_PANE,
285
386
  CONTROL_TYPE.TAB,
286
- CONTROL_TYPE.CARD_GROUP,
387
+ CONTROL_TYPE.CARD_GROUP
287
388
  ];
288
389
  // 不可以编辑的控件
289
390
  var cannotEditControlTypes = [
package/dist/index.umd.js CHANGED
@@ -1,3 +1,3 @@
1
- var zf=Object.defineProperty;var hr=Object.getOwnPropertySymbols;var Gf=Object.prototype.hasOwnProperty,Kf=Object.prototype.propertyIsEnumerable;var yr=(_,O,D)=>O in _?zf(_,O,{enumerable:!0,configurable:!0,writable:!0,value:D}):_[O]=D,ee=(_,O)=>{for(var D in O||(O={}))Gf.call(O,D)&&yr(_,D,O[D]);if(hr)for(var D of hr(O))Kf.call(O,D)&&yr(_,D,O[D]);return _};var Qt=(_,O,D)=>new Promise((M,ge)=>{var He=q=>{try{te(D.next(q))}catch(ne){ge(ne)}},ke=q=>{try{te(D.throw(q))}catch(ne){ge(ne)}},te=q=>q.done?M(q.value):Promise.resolve(q.value).then(He,ke);te((D=D.apply(_,O)).next())});(function(_,O){typeof exports=="object"&&typeof module!="undefined"?O(exports,require("regenerator-runtime")):typeof define=="function"&&define.amd?define(["exports","regenerator-runtime"],O):(_=typeof globalThis!="undefined"?globalThis:_||self,O(_.modelDrivenDriven={},_.regeneratorRuntime))})(this,function(_,O){"use strict";function D(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var M=D(O),ge="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",He="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",ke="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",te="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",q="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",ne="{caption}\u5FC5\u586B",vr="\u8BF7\u8F93\u5165\u6807\u9898",gr="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",mr="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",Er="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",br="\u8BF7\u7ED1\u5B9A\u8868\u5355",_r="\u8BF7\u7ED1\u5B9A\u5217\u8868",Br="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",Ar="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Sr="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",wr="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",Ir="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Cr="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",Fr="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Or="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",Dr="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",Rr="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",Pr="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",$r="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",Tr="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Mr="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",jr="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Lr="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",xr="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Nr="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",qr="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",Ur="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",Vr="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Hr="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",kr="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Wr="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",zr="\u8BF7\u9009\u62E9\u7701",Gr="\u8BF7\u9009\u62E9\u5E02",Kr="\u8BF7\u9009\u62E9\u533A",Xr="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Jr="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Qr="\u8BF7\u8F93\u5165\u5217\u5BBD",Zr="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Yr="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",eu="\u8BF7\u9009\u62E9\u63A7\u4EF6",tu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",nu="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",ru="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",uu="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",ou="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",iu="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",au="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",su="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",cu="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",lu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",fu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",pu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",du="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",hu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",yu="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",vu="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",gu="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",mu="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Eu="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",bu="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",_u="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Bu={isNotNumber:ge,isNotString:He,isNotObject:ke,isNotArray:te,isNotBoolean:q,runtimeRequired:ne,pleaseEnterCaption:vr,pleaseEnterCaptionTip:gr,pleaseEnterPlaceholder:mr,pleaseEnterFieldCode:Er,pleaseEnterForm:br,pleaseEnterList:_r,pleaseEnterProcess:Br,pleaseEnterLabel:Ar,pleaseEnterValue:Sr,bizKeyNotBindFiled:wr,pleaseEnterNumberRange:Ir,pleaseEnterAValueGreaterThanMin:Cr,pleaseEnterAValueLessThanMax:Fr,numberRangeSetError:Or,stringRangeError:Dr,attachmentMaxSize:Rr,pleaseEnterTotalScoreSetting:Pr,theTotalScoreMustNotBeLessThan1:$r,scoreDefaultValueRange:Tr,attachmentLimitError:Mr,PleaseReselectTheOptionalQuantity:jr,TheMaximumLengthIsGreaterThanTheMinimumLength:Lr,TheMinimumLengthIsGreaterThanTheMaximumLength:xr,PleaseSelectTheCorrectOptionSettings:Nr,optionIdIsRepeat:qr,optionIsRequired:Ur,pleaseEnterDataCode:Vr,pleaseEnterValueFieldCode:Hr,pleaseEnterSvcCode:kr,pleaseBindAtLeastOneDisplayValue:Wr,pleaseSelectProvince:zr,pleaseSelectCity:Gr,pleaseSelectDistrict:Kr,limitRowsCannotBeLessThan0:Xr,TheNumberOfRowsCannotBeLessThanMinRows:Jr,pleaseEnterColumnWidth:Qr,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Zr,pleaseCompleteAllRulesAndConditions:Yr,pleaseSelectControl:eu,pleaseSelectAtLeastOneColumn:tu,pleaseSelectFillBackMode:nu,pleaseSelectDashboard:ru,rootNodeIsRequired:uu,theViewNameCannotBeEmpty:ou,pleaseSelectOcrType:iu,pleaseSelectAtLeastOneFieldToFillIn:au,pleaseChooseAtLeastOne:su,pleaseEnterButtonContent:cu,pleaseEnterDataCodeInDataSetting:lu,pleaseEnterValueFieldCodeInDataSetting:fu,pleaseEnterSvcCodeInDataSetting:pu,pleaseBindAtLeastOneDisplayValueInDataSetting:du,rootNodeIsRequiredInDataSetting:hu,pleaseEnterMaxHeight:yu,pleaseEnter:vu,pleaseEnterWatermark:gu,pleaseEnterFileName:mu,pleaseUploadAtLeastOnePrintTemplate:Eu,pleaseAssignBusiness:bu,pleaseAssignExternal:_u},Au="Please enter a number",Su="Please enter a string",wu="Please enter an object",Iu="Please enter an array",Cu="Please enter a boolean",Fu="{caption} Required",Ou="Please enter the title",Du="Please enter the bubble prompt",Ru="Please enter the prompt text",Pu="Please bind data items",$u="Please bind the form",Tu="Please bind the list",Mu="Please bind the process",ju="Please enter the displayed value",Lu="Please enter the stored value",xu="The document number is not bound to the data item",Nu="Please enter a value greater than or equal to {min} and less than or equal to {max}",qu="Please enter a value greater than or equal to {min}",Uu="Please enter a value less than or equal to {max}",Vu="The value range is set incorrectly",Hu="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",ku="The attachment size must be between 0MB and 1000MB",Wu="Please fill in the total score setting",zu="The total score cannot be less than 1",Gu="The default value must be between {min} and {max}",Ku="The number of attachments uploaded must be between {min} and {max}",Xu="Please re-select the optional quantity",Ju="The maximum length of the control must be greater than the minimum length",Qu="The minimum length of the control must be less than the maximum length",Zu="Please select the correct option setting",Yu="Option ID cannot be repeated",eo="Please enter at least one option",to="Please bind the data source",no="Please bind the stored value",ro="Please bind the service",uo="At least one display value must be bound",oo="Please select a province",io="Please select a city",ao="Please select a district",so="The minimum number of lines to fill in cannot be less than 0",co="The number of rows cannot be less than {min} rows",lo="Please enter the column width",fo="Please set the logical relationship of all rule conditions",po="Please complete all rules and conditions",ho="please select control",yo="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",vo="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",go="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",mo="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Eo="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",bo="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",_o="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Bo="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Ao="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",So="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",wo="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Io="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Co="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Fo="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Oo="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Do="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Ro="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Po="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",$o={isNotNumber:Au,isNotString:Su,isNotObject:wu,isNotArray:Iu,isNotBoolean:Cu,runtimeRequired:Fu,pleaseEnterCaption:Ou,pleaseEnterCaptionTip:Du,pleaseEnterPlaceholder:Ru,pleaseEnterFieldCode:Pu,pleaseEnterForm:$u,pleaseEnterList:Tu,pleaseEnterProcess:Mu,pleaseEnterLabel:ju,pleaseEnterValue:Lu,bizKeyNotBindFiled:xu,pleaseEnterNumberRange:Nu,pleaseEnterAValueGreaterThanMin:qu,pleaseEnterAValueLessThanMax:Uu,numberRangeSetError:Vu,stringRangeError:Hu,attachmentMaxSize:ku,pleaseEnterTotalScoreSetting:Wu,theTotalScoreMustNotBeLessThan1:zu,scoreDefaultValueRange:Gu,attachmentLimitError:Ku,PleaseReselectTheOptionalQuantity:Xu,TheMaximumLengthIsGreaterThanTheMinimumLength:Ju,TheMinimumLengthIsGreaterThanTheMaximumLength:Qu,PleaseSelectTheCorrectOptionSettings:Zu,optionIdIsRepeat:Yu,optionIsRequired:eo,pleaseEnterDataCode:to,pleaseEnterValueFieldCode:no,pleaseEnterSvcCode:ro,pleaseBindAtLeastOneDisplayValue:uo,pleaseSelectProvince:oo,pleaseSelectCity:io,pleaseSelectDistrict:ao,limitRowsCannotBeLessThan0:so,TheNumberOfRowsCannotBeLessThanMinRows:co,pleaseEnterColumnWidth:lo,pleaseSetTheLogicalRelationshipOfAllRuleConditions:fo,pleaseCompleteAllRulesAndConditions:po,pleaseSelectControl:ho,pleaseSelectDashboard:yo,theViewNameCannotBeEmpty:vo,pleaseSelectOcrType:go,pleaseSelectAtLeastOneFieldToFillIn:mo,pleaseChooseAtLeastOne:Eo,pleaseEnterButtonContent:bo,pleaseEnterDataCodeInDataSetting:_o,pleaseEnterValueFieldCodeInDataSetting:Bo,pleaseEnterSvcCodeInDataSetting:Ao,pleaseBindAtLeastOneDisplayValueInDataSetting:So,rootNodeIsRequiredInDataSetting:wo,pleaseEnterMaxHeight:Io,pleaseEnter:Co,pleaseEnterWatermark:Fo,pleaseEnterFileName:Oo,pleaseUploadAtLeastOnePrintTemplate:Do,pleaseAssignBusiness:Ro,pleaseAssignExternal:Po},To="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Mo="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",jo="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Lo="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",xo="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",No="{caption}\u5FC5\u9808",qo="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Uo="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Vo="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ho="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ko="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Wo="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",zo="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Go="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ko="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Xo="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Jo="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Qo="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Zo="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Yo="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",ei="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ti="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ni="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ri="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ui="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",oi="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",ii="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ai="\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",si="\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",ci="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",li="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",fi="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",pi="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",di="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",hi="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",yi="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",vi="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",gi="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",mi="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ei="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",bi="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",_i="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Bi="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Ai="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",Si="please select control",wi="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Ii="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ci="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Fi="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Oi="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Di="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Ri="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Pi="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",$i="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Ti="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Mi="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",ji="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Li="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",xi="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Ni="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",qi="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Ui="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Vi="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Hi={isNotNumber:To,isNotString:Mo,isNotObject:jo,isNotArray:Lo,isNotBoolean:xo,runtimeRequired:No,pleaseEnterCaption:qo,pleaseEnterCaptionTip:Uo,pleaseEnterPlaceholder:Vo,pleaseEnterFieldCode:Ho,pleaseEnterForm:ko,pleaseEnterList:Wo,pleaseEnterProcess:zo,pleaseEnterLabel:Go,pleaseEnterValue:Ko,bizKeyNotBindFiled:Xo,pleaseEnterNumberRange:Jo,pleaseEnterAValueGreaterThanMin:Qo,pleaseEnterAValueLessThanMax:Zo,numberRangeSetError:Yo,stringRangeError:ei,attachmentMaxSize:ti,pleaseEnterTotalScoreSetting:ni,theTotalScoreMustNotBeLessThan1:ri,scoreDefaultValueRange:ui,attachmentLimitError:oi,PleaseReselectTheOptionalQuantity:ii,TheMaximumLengthIsGreaterThanTheMinimumLength:ai,TheMinimumLengthIsGreaterThanTheMaximumLength:si,PleaseSelectTheCorrectOptionSettings:ci,optionIdIsRepeat:li,optionIsRequired:fi,pleaseEnterDataCode:pi,pleaseEnterValueFieldCode:di,pleaseEnterSvcCode:hi,pleaseBindAtLeastOneDisplayValue:yi,pleaseSelectProvince:vi,pleaseSelectCity:gi,pleaseSelectDistrict:mi,limitRowsCannotBeLessThan0:Ei,TheNumberOfRowsCannotBeLessThanMinRows:bi,pleaseEnterColumnWidth:_i,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Bi,pleaseCompleteAllRulesAndConditions:Ai,pleaseSelectControl:Si,pleaseSelectDashboard:wi,theViewNameCannotBeEmpty:Ii,pleaseSelectOcrType:Ci,pleaseSelectAtLeastOneFieldToFillIn:Fi,pleaseChooseAtLeastOne:Oi,pleaseEnterButtonContent:Di,pleaseEnterDataCodeInDataSetting:Ri,pleaseEnterValueFieldCodeInDataSetting:Pi,pleaseEnterSvcCodeInDataSetting:$i,pleaseBindAtLeastOneDisplayValueInDataSetting:Ti,rootNodeIsRequiredInDataSetting:Mi,pleaseEnterMaxHeight:ji,pleaseEnter:Li,pleaseEnterWatermark:xi,pleaseEnterFileName:Ni,pleaseUploadAtLeastOnePrintTemplate:qi,pleaseAssignBusiness:Ui,pleaseAssignExternal:Vi},ki={zhCN:Bu,enUS:$o,jaJP:Hi},Zt;(function(e){e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable"})(Zt||(Zt={}));var Yt;(function(e){e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN"})(Yt||(Yt={}));var Wi="zh-CN",zi=function(){};function $(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var K;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(K||(K={}));var y;(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.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.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.EMPLOYEE_COLUMN="employee-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.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.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"})(y||(y={}));var w;(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.RELATION="relation",e.LIST="list",e.RELATION_FIELD="relation-field",e.REFERENCE_FIELD="reference-field",e.CALC_FIELD="calc",e.JSON="json",e.BIGINT="bigint",e.ANY="ANY",e.ENCRYPTED_FIELD="encrypted_field"})(w||(w={}));var R,Gi=(R={},$(R,w.ARRAY,y.ARRAY_COLUMN),$(R,w.AUTO_NUMBER,y.AUTO_NUMBER_COLUMN),$(R,w.DECIMAL,y.DECIMAL_COLUMN),$(R,w.DEPARTMENTS,y.DEPARTMENT_COLUMN),$(R,w.FILE,y.FILE_COLUMN),$(R,w.IMAGE,y.IMAGE_COLUMN),$(R,w.ADDRESS,y.LOCATION_COLUMN),$(R,w.EMPLOYEES,y.EMPLOYEE_COLUMN),$(R,w.TEXT,y.TEXT_COLUMN),$(R,w.TIMESCOPE,y.TIMESCOPE_COLUMN),$(R,w.TIMESTAMP,y.TIMESTAMP_COLUMN),$(R,w.VARCHAR,y.VARCHAR_COLUMN),$(R,w.RELATION,y.VARCHAR_COLUMN),R),en;(function(e){e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATETIME="datetime"})(en||(en={}));var tn="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Ki=tn+"0123456789";function We(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",r=0;r<e;r++){var n=r===0?tn:Ki,u=Math.random()*n.length;t+=n[parseInt(String(u),10)]}return t}function ze(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Xi(e){if(Array.isArray(e))return ze(e)}function Ji(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function nn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Qi(){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 me(e,t,r){return Qi()?me=Reflect.construct:me=function(u,o,a){var s=[null];s.push.apply(s,o);var c=Function.bind.apply(u,s),f=new c;return a&&ue(f,a.prototype),f},me.apply(null,arguments)}function re(e){return re=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},re(e)}function rn(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&&ue(e,t)}function Zi(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Yi(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function ea(){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 ta(e,t){return t&&(na(t)==="object"||typeof t=="function")?t:Ji(e)}function ue(e,t){return ue=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},ue(e,t)}function un(e){return Xi(e)||Yi(e)||ra(e)||ea()}var na=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function ra(e,t){if(!!e){if(typeof e=="string")return ze(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return ze(e,t)}}function Ge(e){var t=typeof Map=="function"?new Map:void 0;return Ge=function(n){if(n===null||!Zi(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(n))return t.get(n);t.set(n,u)}function u(){return me(n,arguments,re(this).constructor)}return u.prototype=Object.create(n.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),ue(u,n)},Ge(e)}function ua(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function on(e){var t=ua();return function(){var n=re(e),u;if(t){var o=re(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return ta(this,u)}}var Ke=console;function Ee(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n,u=t.slice(1);(n=Ke).warn.apply(n,["\u{1F9D0} Driven Warning:"+t[0]].concat(un(u)))}function an(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n,u=t.slice(1);(n=Ke).log.apply(n,["\u{1F680} Driven Log:"+t[0]].concat(un(u)))}function oa(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var Xe=function(e){rn(r,e);var t=on(r);function r(n){nn(this,r);var u;return u=t.call(this,n),u.name="\u{1F4A5} Driven Error",u.message=n?oa(n):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",u}return r}(Ge(Error)),ia=function(e){rn(r,e);var t=on(r);function r(n){nn(this,r);var u;return u=t.call(this,n),u.name="\u{1F6A8} Driven Reference Error",u}return r}(Xe);function oe(e){throw new Xe(e)}function sn(e){throw new ia(e)}function aa(e){Ke.error(new Xe(e))}var sa=Object.prototype.toString;function cn(e,t){return sa.call(e)==="[object "+t+"]"}function ca(e){return cn(e,"String")}function la(e){return cn(e,"Promise")}var fa=function(){function e(t){var r,n;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((n=(r=t.messages)!==null&&r!==void 0?r:this.getPreImport(t.locale))!==null&&n!==void 0?n:{}),t.variableRegExp&&(this.variableRegExp=t.variableRegExp),this.setLocale(t.locale)}return e.prototype.setLocale=function(t){var r=this;this.locale=t,this._messageCache.clear();var n=this.getMessageData();la(n)?n.then(function(u){r._messageCache.clear(),r.messages[r.localeInMessageKey]=u}):this.messages[this.localeInMessageKey]=n},e.prototype.getMessageData=function(){var t=this._messages[this.localeInMessageKey];return typeof t=="function"?t():t},e.prototype.translate=function(t,r,n){var u=this.getMessage(t);return u?this.formatMessage(u,n):this.formatMessage(r,n)},e.prototype.getMessage=function(t){if(this._messageCache.has(t))return this._messageCache.get(t);var r=this.getPathArray(t),n=r.reduce(function(u,o,a,s){if(u!==void 0){var c=u[o];if(!(a===s.length-1&&!ca(c)))return c}},this.message);return this._messageCache.set(t,n),n},e.prototype.formatMessage=function(t,r){return r?t.replace(this.variableRegExp,function(n,u){var o=r[u];return o!==void 0?String(o):n}):t},e.prototype.getPreImport=function(t){var r;if(window.okI18nPreImport){var n=this.getLocaleInMessageKey(t);return window.okI18nPreImport.hasOwnProperty(n)?window.okI18nPreImport:(r={},r[n]=window.okI18nPreImport,r)}},e.prototype.getPathArray=function(t){return t.split(".")},e.prototype.getLocaleInMessageKey=function(t){return t.replace(/-/g,"")},Object.defineProperty(e.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"message",{get:function(){var t;return(t=this.messages[this.localeInMessageKey])!==null&&t!==void 0?t:{}},enumerable:!1,configurable:!0}),e}();function pa(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var j=function(){function e(){pa(this,e)}return e.getMessage=function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(r,"",n)},e.resetI18n=function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Wi;return new fa({locale:r,messages:ki})},e.setLocale=function(r){return this.$i18n.setLocale(r)},e}();j.$i18n=j.resetI18n();function ln(e,t,r){var n=t.replace(/\[(\d)]/g,function(o,a){return"."+a}).split("."),u=!1;return n.reduce(function(o,a,s,c){var f=o;if(!!o){if(!Object.prototype.hasOwnProperty.call(o,a)){Ee("Can not set ".concat(t,"'s ").concat(a," property in current %o, Because there is no ").concat(a," property on the %o"),o,o);return}return s===c.length-1&&!Object.is(f[a],r)&&(f[a]=r,u=!0),f[a]}},e),u}var da=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},ha={exports:{}};(function(e){(function(t){var r=function(l,v,C){if(!f(v)||m(v)||d(v)||E(v)||c(v))return v;var g,I=0,x=0;if(p(v))for(g=[],x=v.length;I<x;I++)g.push(r(l,v[I],C));else{g={};for(var S in v)Object.prototype.hasOwnProperty.call(v,S)&&(g[l(S,C)]=r(l,v[S],C))}return g},n=function(l,v){v=v||{};var C=v.separator||"_",g=v.split||/(?=[A-Z])/;return l.split(g).join(C)},u=function(l){return A(l)?l:(l=l.replace(/[\-_\s]+(.)?/g,function(v,C){return C?C.toUpperCase():""}),l.substr(0,1).toLowerCase()+l.substr(1))},o=function(l){var v=u(l);return v.substr(0,1).toUpperCase()+v.substr(1)},a=function(l,v){return n(l,v).toLowerCase()},s=Object.prototype.toString,c=function(l){return typeof l=="function"},f=function(l){return l===Object(l)},p=function(l){return s.call(l)=="[object Array]"},m=function(l){return s.call(l)=="[object Date]"},d=function(l){return s.call(l)=="[object RegExp]"},E=function(l){return s.call(l)=="[object Boolean]"},A=function(l){return l=l-0,l===l},h=function(l,v){var C=v&&"process"in v?v.process:v;return typeof C!="function"?l:function(g,I){return C(g,l,I)}},b={camelize:u,decamelize:a,pascalize:o,depascalize:a,camelizeKeys:function(l,v){return r(h(u,v),l)},decamelizeKeys:function(l,v){return r(h(a,v),l,v)},pascalizeKeys:function(l,v){return r(h(o,v),l)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=b:t.humps=b})(da)})(ha);function G(e){if(e!==void 0)return typeof e=="object"?JSON.parse(JSON.stringify(e)):e}function Je(e){return Object.prototype.toString.call(e)==="[object Object]"}function ya(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function ie(e){return Array.isArray(e)}function Qe(e){return typeof e=="string"}function va(e){return Object.values(y).includes(e)}function Ze(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function ga(e){if(Array.isArray(e))return Ze(e)}function fn(e,t,r,n,u,o,a){try{var s=e[o](a),c=s.value}catch(f){r(f);return}s.done?t(c):Promise.resolve(c).then(n,u)}function ma(e){return function(){var t=this,r=arguments;return new Promise(function(n,u){var o=e.apply(t,r);function a(c){fn(o,n,u,a,s,"next",c)}function s(c){fn(o,n,u,a,s,"throw",c)}a(void 0)})}}function Ea(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ba(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function _a(){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 Ye(e){return ga(e)||ba(e)||Ba(e)||_a()}function Ba(e,t){if(!!e){if(typeof e=="string")return Ze(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Ze(e,t)}}var pn=function(){function e(){Ea(this,e),this._events=new Map,this.debug=!1}var t=e.prototype;return t.emit=function(n){for(var u=arguments.length,o=new Array(u>1?u-1:0),a=1;a<u;a++)o[a-1]=arguments[a];var s=this;return ma(M.default.mark(function c(){var f,p,m,d,E,A,h,b,l,v;return M.default.wrap(function(g){for(;;)switch(g.prev=g.next){case 0:if(f=s._events.get(n),p=[],!f){g.next=42;break}m=f.slice(),d=!0,E=!1,A=void 0,g.prev=5,h=m[Symbol.iterator]();case 7:if(d=(b=h.next()).done){g.next=28;break}if(l=b.value,f.includes(l)){g.next=11;break}return g.abrupt("continue",25);case 11:return g.prev=11,s.debug&&an.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(l.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+l.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(o.map(function(){return"%o"}).join(","),"\u3002")].concat(Ye(o))),g.next=15,l.apply(null,Ye(o));case 15:if(v=g.sent,s.debug&&an.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(l.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+l.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(o.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Ye(o),[v])),p.push(v),v!==!1){g.next=20;break}return g.abrupt("break",28);case 20:g.next=25;break;case 22:g.prev=22,g.t0=g.catch(11),aa(String(g.t0));case 25:d=!0,g.next=7;break;case 28:g.next=34;break;case 30:g.prev=30,g.t1=g.catch(5),E=!0,A=g.t1;case 34:g.prev=34,g.prev=35,!d&&h.return!=null&&h.return();case 37:if(g.prev=37,!E){g.next=40;break}throw A;case 40:return g.finish(37);case 41:return g.finish(34);case 42:return g.abrupt("return",p);case 43:case"end":return g.stop()}},c,null,[[5,30,34,42],[11,22],[35,,37,41]])}))()},t.on=function(n,u){if(this._events.has(n)){var o;(o=this._events.get(n))===null||o===void 0||o.push(u)}else this._events.set(n,[u])},t.off=function(n,u){if(this._events.has(n)){var o=this._events.get(n),a=o==null?void 0:o.indexOf(u);o==null||o.splice(a,1)}},t.delete=function(n){this._events.has(n)&&this._events.delete(n)},t.clear=function(){this._events=new Map},e}();function Aa(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Sa=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_rowclick",name:"\u884C\u70B9\u51FB\u65F6",code:"list-rowclick"},{key:"on_list_before_rowdelete",name:"\u884C\u5220\u9664\u524D",code:"list-before-rowdelete"},{key:"on_list_before_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",code:"list-before-import"}],ae=function(){function e(){Aa(this,e)}var t=e.prototype;return t.getEventsFromKeys=function(n){var u=typeof n=="string"?[n]:n;return e.events.filter(function(o){return u.includes(o.key)})},e}();ae.events=Sa;function wa(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var dn=[],be=function(){function e(r){wa(this,e),this.registeredControlTypes=new Set,this.controlConfigMap=new Map,this._controls=[],this._type=r,this._initControls(r)}var t=e.prototype;return t.registerControlConfig=function(n,u){return this.controlConfigMap.set(n,u),this},t.getControlConfig=function(n){return this.controlConfigMap.get(n)},t.getControls=function(){return this._controls},t.register=function(n){n.__is_control__||oe("".concat(n.name," is not a Control"));var u=this._controls.findIndex(function(o){return o.controlType===n.controlType});return u>-1&&(Ee("The ".concat(n.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(u,1)),this.registeredControlTypes.add(n.controlType),this._controls.push(n),this},t.isLayoutControl=function(n){return n.controlType===K.LAYOUT},t.isFormControl=function(n){return n.controlType===K.FORM},t.isListControl=function(n){return n.controlType===K.LIST},t.isColumnControl=function(n){return n.controlType===K.COLUMN},t.createControl=function(n,u){var o=this;if(Array.isArray(n))return n.map(function(p){return o.createControl(p,u)});n.children&&(n.children=n.children.map(function(p){return o.createControl(p,u)})),this.isListControl(n)&&n.props.headers&&(n.props.headers=n.props.headers.map(function(p){return o.createControl(p,u)}));var a=this.getControlFormType(n.type);if(a){var s=n;if(typeof u=="function"){var c=u(s);c&&(s=c)}var f=new a(s);return f}else oe("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))},t.createControlInstance=function(n,u){var o=this.getControlFormType(n);if(o)return new o(u)},t.getControlFormType=function(n){return this._controls.find(function(u){return u.controlType===n})},t._initControls=function(n){var u=this;this.constructor.staticControls.forEach(function(o){u.register(o[n])})},e.register=function(n){var u=n.Designer,o=n.Runtime;(!u||!o||!u.__is_control__||!o.__is_control__)&&oe("".concat(n," is can't register as a Control"));var a=this.staticControls.findIndex(function(s){return s.Designer.controlType===u.controlType});return a>-1&&(Ee("The ".concat(u.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(a,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(n),this},e}();be.staticControls=dn,be.staticRegisteredTypes=new Set(dn.map(function(e){return e.Designer.controlType})),be.staticRegisteredConfigs=new Map;function hn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var _e=function e(t){hn(this,e);var r;this.dataCode=(r=t==null?void 0:t.dataCode)!==null&&r!==void 0?r:"";var n;this.fieldCode=(n=t==null?void 0:t.fieldCode)!==null&&n!==void 0?n:"";var u;this.fieldType=(u=t==null?void 0:t.fieldType)!==null&&u!==void 0?u:""},yn;(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"})(yn||(yn={}));var vn;(function(e){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.SERVER_PAGINATION="serverPagination",e.IS_SHOW_CAPTION_TIP="isShowCaptionTip",e.ENCRYPTED="encrypted",e.IS_INLINE_EDIT="isInlineEdit",e.REVISIONS_MODE="revisionsMode"})(vn||(vn={}));var et;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.READONLY=1]="READONLY",e[e.EDITABLE=2]="EDITABLE",e[e.PRINT=5]="PRINT"})(et||(et={}));var Ia=function e(t){hn(this,e);var r;this.width=(r=t==null?void 0:t.width)!==null&&r!==void 0?r:"";var n;this.height=(n=t==null?void 0:t.height)!==null&&n!==void 0?n:"";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 Ca(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function tt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Fa(){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 Be(e,t,r){return Fa()?Be=Reflect.construct:Be=function(u,o,a){var s=[null];s.push.apply(s,o);var c=Function.bind.apply(u,s),f=new c;return a&&ce(f,a.prototype),f},Be.apply(null,arguments)}function se(e){return se=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},se(e)}function Oa(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&&ce(e,t)}function Da(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Ra(e,t){return t&&(Pa(t)==="object"||typeof t=="function")?t:Ca(e)}function ce(e,t){return ce=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},ce(e,t)}var Pa=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function nt(e){var t=typeof Map=="function"?new Map:void 0;return nt=function(n){if(n===null||!Da(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(n))return t.get(n);t.set(n,u)}function u(){return Be(n,arguments,se(this).constructor)}return u.prototype=Object.create(n.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),ce(u,n)},nt(e)}function $a(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Ta(e){var t=$a();return function(){var n=se(e),u;if(t){var o=se(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Ra(this,u)}}var rt=function e(t){tt(this,e),this.isHide={type:"boolean"}},gn=function(e){Oa(r,e);var t=Ta(r);function r(n){return tt(this,r),t.call(this)}return r}(nt(Array)),V=function e(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";tt(this,e);var n;this.isHide=(n=t==null?void 0:t.isHide)!==null&&n!==void 0?n:!1,this.style=new Ia(t==null?void 0:t.style);var u;this.caption=(u=t==null?void 0:t.caption)!==null&&u!==void 0?u:r};V.Rules=rt,V.RuntimeRules=gn;function L(){return L=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},L.apply(this,arguments)}function Ma(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function ut(e){return ut=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},ut(e)}function Ae(e,t){return Ae=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Ae(e,t)}function ja(){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 Se(e,t,r){return ja()?Se=Reflect.construct:Se=function(u,o,a){var s=[null];s.push.apply(s,o);var c=Function.bind.apply(u,s),f=new c;return a&&Ae(f,a.prototype),f},Se.apply(null,arguments)}function La(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function ot(e){var t=typeof Map=="function"?new Map:void 0;return ot=function(n){if(n===null||!La(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(n))return t.get(n);t.set(n,u)}function u(){return Se(n,arguments,ut(this).constructor)}return u.prototype=Object.create(n.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Ae(u,n)},ot(e)}var xa=/%[sdj%]/g,mn=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(mn=function(t,r){typeof console!="undefined"&&console.warn&&r.every(function(n){return typeof n=="string"})&&console.warn(t,r)});function it(e){if(!e||!e.length)return null;var t={};return e.forEach(function(r){var n=r.field;t[n]=t[n]||[],t[n].push(r)}),t}function T(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=1,u=t[0],o=t.length;if(typeof u=="function")return u.apply(null,t.slice(1));if(typeof u=="string"){var a=String(u).replace(xa,function(s){if(s==="%%")return"%";if(n>=o)return s;switch(s){case"%s":return String(t[n++]);case"%d":return Number(t[n++]);case"%j":try{return JSON.stringify(t[n++])}catch(c){return"[Circular]"}break;default:return s}});return a}return u}function Na(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function F(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||Na(t)&&typeof e=="string"&&!e)}function qa(e,t,r){var n=[],u=0,o=e.length;function a(s){n.push.apply(n,s),u++,u===o&&r(n)}e.forEach(function(s){t(s,a)})}function En(e,t,r){var n=0,u=e.length;function o(a){if(a&&a.length){r(a);return}var s=n;n=n+1,s<u?t(e[s],o):r([])}o([])}function Ua(e){var t=[];return Object.keys(e).forEach(function(r){t.push.apply(t,e[r])}),t}var bn=function(e){Ma(t,e);function t(r,n){var u;return u=e.call(this,"Async Validation Error")||this,u.errors=r,u.fields=n,u}return t}(ot(Error));function Va(e,t,r,n){if(t.first){var u=new Promise(function(m,d){var E=function(b){return n(b),b.length?d(new bn(b,it(b))):m()},A=Ua(e);En(A,r,E)});return u.catch(function(m){return m}),u}var o=t.firstFields||[];o===!0&&(o=Object.keys(e));var a=Object.keys(e),s=a.length,c=0,f=[],p=new Promise(function(m,d){var E=function(h){if(f.push.apply(f,h),c++,c===s)return n(f),f.length?d(new bn(f,it(f))):m()};a.length||(n(f),m()),a.forEach(function(A){var h=e[A];o.indexOf(A)!==-1?En(h,r,E):qa(h,r,E)})});return p.catch(function(m){return m}),p}function _n(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 Bn(e,t){if(t){for(var r in t)if(t.hasOwnProperty(r)){var n=t[r];typeof n=="object"&&typeof e[r]=="object"?e[r]=L(L({},e[r]),n):e[r]=n}}return e}function An(e,t,r,n,u,o){e.required&&(!r.hasOwnProperty(e.field)||F(t,o||e.type))&&n.push(T(u.messages.required,e.fullField))}function Ha(e,t,r,n,u){(/^\s+$/.test(t)||t==="")&&n.push(T(u.messages.whitespace,e.fullField))}var at={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},le={integer:function(t){return le.number(t)&&parseInt(t,10)===t},float:function(t){return le.number(t)&&!le.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch(r){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"&&!le.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&!!t.match(at.email)&&t.length<255},url:function(t){return typeof t=="string"&&!!t.match(at.url)},hex:function(t){return typeof t=="string"&&!!t.match(at.hex)}};function ka(e,t,r,n,u){if(e.required&&t===void 0){An(e,t,r,n,u);return}var o=["integer","float","array","regexp","object","method","email","number","date","url","hex"],a=e.type;o.indexOf(a)>-1?le[a](t)||n.push(T(u.messages.types[a],e.fullField,e.type)):a&&typeof t!==e.type&&n.push(T(u.messages.types[a],e.fullField,e.type))}function Wa(e,t,r,n,u){var o=typeof e.len=="number",a=typeof e.min=="number",s=typeof e.max=="number",c=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,f=t,p=null,m=typeof t=="number",d=typeof t=="string",E=Array.isArray(t);if(m?p="number":d?p="string":E&&(p="array"),!p)return!1;E&&(f=t.length),d&&(f=t.replace(c,"_").length),o?f!==e.len&&n.push(T(u.messages[p].len,e.fullField,e.len)):a&&!s&&f<e.min?n.push(T(u.messages[p].min,e.fullField,e.min)):s&&!a&&f>e.max?n.push(T(u.messages[p].max,e.fullField,e.max)):a&&s&&(f<e.min||f>e.max)&&n.push(T(u.messages[p].range,e.fullField,e.min,e.max))}var X="enum";function za(e,t,r,n,u){e[X]=Array.isArray(e[X])?e[X]:[],e[X].indexOf(t)===-1&&n.push(T(u.messages[X],e.fullField,e[X].join(", ")))}function Ga(e,t,r,n,u){if(e.pattern){if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||n.push(T(u.messages.pattern.mismatch,e.fullField,t,e.pattern));else if(typeof e.pattern=="string"){var o=new RegExp(e.pattern);o.test(t)||n.push(T(u.messages.pattern.mismatch,e.fullField,t,e.pattern))}}}var B={required:An,whitespace:Ha,type:ka,range:Wa,enum:za,pattern:Ga};function Ka(e,t,r,n,u){var o=[],a=e.required||!e.required&&n.hasOwnProperty(e.field);if(a){if(F(t,"string")&&!e.required)return r();B.required(e,t,n,o,u,"string"),F(t,"string")||(B.type(e,t,n,o,u),B.range(e,t,n,o,u),B.pattern(e,t,n,o,u),e.whitespace===!0&&B.whitespace(e,t,n,o,u))}r(o)}function Xa(e,t,r,n,u){var o=[],a=e.required||!e.required&&n.hasOwnProperty(e.field);if(a){if(F(t)&&!e.required)return r();B.required(e,t,n,o,u),t!==void 0&&B.type(e,t,n,o,u)}r(o)}function Ja(e,t,r,n,u){var o=[],a=e.required||!e.required&&n.hasOwnProperty(e.field);if(a){if(t===""&&(t=void 0),F(t)&&!e.required)return r();B.required(e,t,n,o,u),t!==void 0&&(B.type(e,t,n,o,u),B.range(e,t,n,o,u))}r(o)}function Qa(e,t,r,n,u){var o=[],a=e.required||!e.required&&n.hasOwnProperty(e.field);if(a){if(F(t)&&!e.required)return r();B.required(e,t,n,o,u),t!==void 0&&B.type(e,t,n,o,u)}r(o)}function Za(e,t,r,n,u){var o=[],a=e.required||!e.required&&n.hasOwnProperty(e.field);if(a){if(F(t)&&!e.required)return r();B.required(e,t,n,o,u),F(t)||B.type(e,t,n,o,u)}r(o)}function Ya(e,t,r,n,u){var o=[],a=e.required||!e.required&&n.hasOwnProperty(e.field);if(a){if(F(t)&&!e.required)return r();B.required(e,t,n,o,u),t!==void 0&&(B.type(e,t,n,o,u),B.range(e,t,n,o,u))}r(o)}function es(e,t,r,n,u){var o=[],a=e.required||!e.required&&n.hasOwnProperty(e.field);if(a){if(F(t)&&!e.required)return r();B.required(e,t,n,o,u),t!==void 0&&(B.type(e,t,n,o,u),B.range(e,t,n,o,u))}r(o)}function ts(e,t,r,n,u){var o=[],a=e.required||!e.required&&n.hasOwnProperty(e.field);if(a){if(t==null&&!e.required)return r();B.required(e,t,n,o,u,"array"),t!=null&&(B.type(e,t,n,o,u),B.range(e,t,n,o,u))}r(o)}function ns(e,t,r,n,u){var o=[],a=e.required||!e.required&&n.hasOwnProperty(e.field);if(a){if(F(t)&&!e.required)return r();B.required(e,t,n,o,u),t!==void 0&&B.type(e,t,n,o,u)}r(o)}var rs="enum";function us(e,t,r,n,u){var o=[],a=e.required||!e.required&&n.hasOwnProperty(e.field);if(a){if(F(t)&&!e.required)return r();B.required(e,t,n,o,u),t!==void 0&&B[rs](e,t,n,o,u)}r(o)}function os(e,t,r,n,u){var o=[],a=e.required||!e.required&&n.hasOwnProperty(e.field);if(a){if(F(t,"string")&&!e.required)return r();B.required(e,t,n,o,u),F(t,"string")||B.pattern(e,t,n,o,u)}r(o)}function is(e,t,r,n,u){var o=[],a=e.required||!e.required&&n.hasOwnProperty(e.field);if(a){if(F(t,"date")&&!e.required)return r();if(B.required(e,t,n,o,u),!F(t,"date")){var s;t instanceof Date?s=t:s=new Date(t),B.type(e,s,n,o,u),s&&B.range(e,s.getTime(),n,o,u)}}r(o)}function as(e,t,r,n,u){var o=[],a=Array.isArray(t)?"array":typeof t;B.required(e,t,n,o,u,a),r(o)}function st(e,t,r,n,u){var o=e.type,a=[],s=e.required||!e.required&&n.hasOwnProperty(e.field);if(s){if(F(t,o)&&!e.required)return r();B.required(e,t,n,a,u,o),F(t,o)||B.type(e,t,n,a,u)}r(a)}function ss(e,t,r,n,u){var o=[],a=e.required||!e.required&&n.hasOwnProperty(e.field);if(a){if(F(t)&&!e.required)return r();B.required(e,t,n,o,u)}r(o)}var fe={string:Ka,method:Xa,number:Ja,boolean:Qa,regexp:Za,integer:Ya,float:es,array:ts,object:ns,enum:us,pattern:os,date:is,url:st,hex:st,email:st,required:as,any:ss};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 lt=ct();function H(e){this.rules=null,this._messages=lt,this.define(e)}H.prototype={messages:function(t){return t&&(this._messages=Bn(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 r,n;for(r in t)t.hasOwnProperty(r)&&(n=t[r],this.rules[r]=Array.isArray(n)?n:[n])},validate:function(t,r,n){var u=this;r===void 0&&(r={}),n===void 0&&(n=function(){});var o=t,a=r,s=n;if(typeof a=="function"&&(s=a,a={}),!this.rules||Object.keys(this.rules).length===0)return s&&s(),Promise.resolve();function c(h){var b,l=[],v={};function C(g){if(Array.isArray(g)){var I;l=(I=l).concat.apply(I,g)}else l.push(g)}for(b=0;b<h.length;b++)C(h[b]);l.length?v=it(l):(l=null,v=null),s(l,v)}if(a.messages){var f=this.messages();f===lt&&(f=ct()),Bn(f,a.messages),a.messages=f}else a.messages=this.messages();var p,m,d={},E=a.keys||Object.keys(this.rules);E.forEach(function(h){p=u.rules[h],m=o[h],p.forEach(function(b){var l=b;typeof l.transform=="function"&&(o===t&&(o=L({},o)),m=o[h]=l.transform(m)),typeof l=="function"?l={validator:l}:l=L({},l),l.validator=u.getValidationMethod(l),l.field=h,l.fullField=l.fullField||h,l.type=u.getType(l),l.validator&&(d[h]=d[h]||[],d[h].push({rule:l,value:m,source:o,field:h}))})});var A={};return Va(d,a,function(h,b){var l=h.rule,v=(l.type==="object"||l.type==="array")&&(typeof l.fields=="object"||typeof l.defaultField=="object");v=v&&(l.required||!l.required&&h.value),l.field=h.field;function C(x,S){return L(L({},S),{},{fullField:l.fullField+"."+x})}function g(x){x===void 0&&(x=[]);var S=x;if(Array.isArray(S)||(S=[S]),!a.suppressWarning&&S.length&&H.warning("async-validator:",S),S.length&&l.message!==void 0&&(S=[].concat(l.message)),S=S.map(_n(l)),a.first&&S.length)return A[l.field]=1,b(S);if(!v)b(S);else{if(l.required&&!h.value)return l.message!==void 0?S=[].concat(l.message).map(_n(l)):a.error&&(S=[a.error(l,T(a.messages.required,l.field))]),b(S);var N={};if(l.defaultField)for(var pr in h.value)h.value.hasOwnProperty(pr)&&(N[pr]=l.defaultField);N=L(L({},N),h.rule.fields);for(var Z in N)if(N.hasOwnProperty(Z)){var Wf=Array.isArray(N[Z])?N[Z]:[N[Z]];N[Z]=Wf.map(C.bind(null,Z))}var dr=new H(N);dr.messages(a.messages),h.rule.options&&(h.rule.options.messages=a.messages,h.rule.options.error=a.error),dr.validate(h.value,h.rule.options||a,function(Jt){var Y=[];S&&S.length&&Y.push.apply(Y,S),Jt&&Jt.length&&Y.push.apply(Y,Jt),b(Y.length?Y:null)})}}var I;l.asyncValidator?I=l.asyncValidator(l,h.value,g,h.source,a):l.validator&&(I=l.validator(l,h.value,g,h.source,a),I===!0?g():I===!1?g(l.message||l.field+" fails"):I instanceof Array?g(I):I instanceof Error&&g(I.message)),I&&I.then&&I.then(function(){return g()},function(x){return g(x)})},function(h){c(h)})},getType:function(t){if(t.type===void 0&&t.pattern instanceof RegExp&&(t.type="pattern"),typeof t.validator!="function"&&t.type&&!fe.hasOwnProperty(t.type))throw new Error(T("Unknown rule type %s",t.type));return t.type||"string"},getValidationMethod:function(t){if(typeof t.validator=="function")return t.validator;var r=Object.keys(t),n=r.indexOf("message");return n!==-1&&r.splice(n,1),r.length===1&&r[0]==="required"?fe.required:fe[this.getType(t)]||!1}},H.register=function(t,r){if(typeof r!="function")throw new Error("Cannot register a validator by type, validator is not a function");fe[t]=r},H.warning=mn,H.messages=lt,H.validators=fe;var cs={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 ls(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=new H(e);return r.messages(Object.assign(cs,t)),r}var Sn=new pn;function ft(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function fs(e){if(Array.isArray(e))return e}function ps(e){if(Array.isArray(e))return ft(e)}function wn(e,t,r,n,u,o,a){try{var s=e[o](a),c=s.value}catch(f){r(f);return}s.done?t(c):Promise.resolve(c).then(n,u)}function In(e){return function(){var t=this,r=arguments;return new Promise(function(n,u){var o=e.apply(t,r);function a(c){wn(o,n,u,a,s,"next",c)}function s(c){wn(o,n,u,a,s,"throw",c)}a(void 0)})}}function ds(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Cn(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function hs(e,t,r){return t&&Cn(e.prototype,t),r&&Cn(e,r),e}function ys(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Fn(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function On(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function vs(){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 gs(){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 Dn(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{},n=Object.keys(r);typeof Object.getOwnPropertySymbols=="function"&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(u){return Object.getOwnPropertyDescriptor(r,u).enumerable}))),n.forEach(function(u){ys(e,u,r[u])})}return e}function ms(e){return fs(e)||On(e)||Rn(e,i)||vs()}function pt(e){return ps(e)||On(e)||Rn(e)||gs()}function Rn(e,t){if(!!e){if(typeof e=="string")return ft(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return ft(e,t)}}var P=function(){function t(n){var u=this;ds(this,t),this.setting=[],this.eventKeys=[],this.customEvents=[],this.parent=null,this.updateSetting=$n,this.removeSetting=Pn,this._callControlHooks("preInstance",n);var o=Fn(this,t)?this.constructor:void 0,a=o.controlName,s=o.controlIcon,c=o.controlType,f=o.controlFieldType,p=o.controlEventKeys,m=o.controlCustomEvents,d=o.name,E=o.setting;a&&s&&c||sn("The ".concat(d," controlName,controlIcon,controlType is not define"));var A;this.id=(A=n==null?void 0:n.id)!==null&&A!==void 0?A:We(10),this.name=a,this.icon=s;var h;this.type=(h=n==null?void 0:n.type)!==null&&h!==void 0?h:c,this.props=new V(n==null?void 0:n.props,(Fn(this,t)?this.constructor:void 0).controlName);var b;this.controlType=(b=n==null?void 0:n.controlType)!==null&&b!==void 0?b:"base",this.setting=G(E);var l;this.fieldType=(l=n==null?void 0:n.fieldType)!==null&&l!==void 0?l:f,this.eventKeys=G(p),this.customEvents=G(m),Promise.resolve().then(function(){u._callControlHooks("postInstance",n)})}var r=t.prototype;return r._callControlHooks=function(){for(var u=arguments.length,o=new Array(u),a=0;a<u;a++)o[a]=arguments[a];var s,c=ms(o),f=c[0],p=c.slice(1);return(s=Sn).emit.apply(s,[f,this].concat(pt(p)))},r.preUpdate=function(u,o){this._callControlHooks("preUpdateProps",u,o)},r.postUpdate=function(u,o){this._callControlHooks("postUpdateProps",u,o)},r.updateProps=function(u,o){this.preUpdate(u,o),ln(this.props,u,o),this.postUpdate(u,o)},r.preValidate=function(){var u=this;return In(M.default.mark(function o(){var a,s,c;return M.default.wrap(function(p){for(;;)switch(p.prev=p.next){case 0:return a=Dn({},u.rules),p.next=3,u._callControlHooks("preValidate",a);case 3:return s=p.sent,c=s[s.length-1],p.abrupt("return",c===!1?void 0:c);case 6:case"end":return p.stop()}},o)}))()},r.validate=function(u,o){var a=this;return In(M.default.mark(function s(){var c,f,p;return M.default.wrap(function(d){for(;;)switch(d.prev=d.next){case 0:return d.next=2,a.preValidate();case 2:return c=d.sent,f=c!==void 0?c:Dn({},a.rules),Array.isArray(o)&&o.forEach(function(E){f.hasOwnProperty(E)&&delete f[E]}),p=ls(f,u),d.prev=6,d.next=9,p.validate(a.props);case 9:return d.abrupt("return",!0);case 12:throw d.prev=12,d.t0=d.catch(6),d.t0.control||(d.t0.control=a),d.t0;case 16:case"end":return d.stop()}},s,null,[[6,12]])}))()},r.toDataBindModel=function(){var u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,o=this.fieldType,a=this.id,s=this.type,c=this.props,f=c.dataBind,p=c.datasourceBind,m=c.optionConfig,d=c.caption,E=c.required,A=c.maxLength,h=c.options,b=c.encrypted,l=c.encryptedMode;if(!(!o&&!f&&!p)){var v={parentId:u,fieldType:o,controlId:a,caption:d,type:s,props:{}};switch(f&&(v.dataBind=f),m){case"datasource":case void 0:p&&(v.datasourceBind=p);break;case"custom":v.props.options=h;break}return E!==void 0&&(v.required=E),A!==void 0&&(v.maxLength=A),b!==void 0&&(v.encrypted=b),l!==void 0&&(v.encryptedMode=l),v}},r.preToSchema=function(){this._callControlHooks("preToSchema",this)},r.toSchema=function(){return this.preToSchema(),{id:this.id,type:this.type,props:G(this.props),fieldType:this.fieldType,controlType:this.controlType}},t.updateBasicControl=function(u,o){if(u==="setting"){if(o.add){var a;(a=this.setting).push.apply(a,pt(o.add))}o.remove&&this.removeSettingItem(o.remove),o.update}},hs(t,[{key:"rules",get:function(){var u=this.props.constructor.Rules;return u?new u(this.props):{}}}]),t}();P.controlName="\u63A7\u4EF6",P.controlIcon="icon",P.controlType="control",P.controlEventKeys=[],P.controlCustomEvents=[],P.setting=[],P.__is_control__=!0,P.removeSettingItem=Pn,P.updateSettingItem=$n;function Pn(e){var t=this,r=Array.isArray(e)?e:[e];r.forEach(function(n){var u=typeof n!="string",o=t.setting.findIndex(function(c){return c.key===(u?n.key:n)});if(o!==-1){var a,s;u?t.setting[o].showItems=(a=t.setting[o].showItems)===null||a===void 0?void 0:a.filter(function(c){return!n.hideItems.includes(c)}):t.setting.splice(o,1),u&&!(!((s=t.setting[o].showItems)===null||s===void 0)&&s.length)&&t.setting.splice(o,1)}})}function $n(e,t){var r=this,n=typeof e=="string"?[e]:e;n.forEach(function(u){var o=r.setting.find(function(f){return f.key===u});if(o){if(typeof t=="boolean")o.visible=t;else if(typeof t=="object"){var a,s=(a=t.type)!==null&&a!==void 0?a:"replace";if(s==="replace")o.showItems=t.showItems;else{var c;(c=o.showItems).push.apply(c,pt(t.showItems))}}}})}function Es(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Tn(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function bs(e,t,r){return t&&Tn(e.prototype,t),r&&Tn(e,r),e}function _s(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var dt=function(){function t(r){Es(this,t),this.customEvents=[],this.parent=null;var n=_s(this,t)?this.constructor:void 0,u=n.controlType,o=n.controlFieldType,a=n.name,s=n.controlCustomEvents;u||sn("The ".concat(a," controlType is not define"));var c;this.id=(c=r==null?void 0:r.id)!==null&&c!==void 0?c:We(10);var f;this.type=(f=r==null?void 0:r.type)!==null&&f!==void 0?f:u,this.props=new V(r==null?void 0:r.props),this.customEvents=s;var p;this.controlType=(p=r==null?void 0:r.controlType)!==null&&p!==void 0?p:"base";var m;this.fieldType=(m=r==null?void 0:r.fieldType)!==null&&m!==void 0?m:o;var d;this.pageStatus=(d=r==null?void 0:r.pageStatus)!==null&&d!==void 0?d:et.UNKNOWN}return bs(t,[{key:"rules",get:function(){var n=this.props.constructor.RuntimeRules;if(n){var u=new n(this.props);return Array.from(u)}return[]}}]),t}();dt.controlType="control",dt.__is_control__=!0,dt.controlCustomEvents=[];function Bs(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ht(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function we(e){return we=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},we(e)}function yt(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&&vt(e,t)}function As(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function Ss(e,t){return t&&(ws(t)==="object"||typeof t=="function")?t:Bs(e)}function vt(e,t){return vt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},vt(e,t)}var ws=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Is(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function gt(e){var t=Is();return function(){var n=we(e),u;if(t){var o=we(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Ss(this,u)}}var Cs=function(e){yt(r,e);var t=gt(r);function r(n){ht(this,r);var u;u=t.call(this,n),u.dataBind={},u.caption={type:"string",required:!0,message:j.getMessage("pleaseEnterCaption")},u.isHideCaption={type:"boolean"},u.labelPosition={type:"enum",enum:["top","left"]},u.defaultState={type:"enum",enum:["default","readonly"]},u.required={type:"boolean"},u.captionTip={type:"string",required:!1,message:j.getMessage("pleaseEnterCaptionTip")};var o={fieldCode:{type:"string",required:!0,message:j.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:j.getMessage("pleaseEnterFieldCode")}};if(As(n.dataBind,_e))u.dataBind={type:"object",required:!0,fields:G(o),message:j.getMessage("pleaseEnterFieldCode")};else{var a={type:"object",required:!0,fields:{},message:j.getMessage("pleaseEnterFieldCode")};Object.keys(n.dataBind).forEach(function(s){a.fields[s]={type:"object",required:!0,fields:G(o),message:j.getMessage("pleaseEnterFieldCode")}}),u.dataBind=a}return n.isShowCaptionTip&&(u.captionTip.required=!0),u}return r}(rt),Fs=function(e){yt(r,e);var t=gt(r);function r(n){ht(this,r);var u;return u=t.call(this,n),u.push({type:"string",required:n.isHide?!1:n.required,message:n.requiredMessage!==""?n.requiredMessage:j.getMessage("runtimeRequired",{caption:n.caption})}),u}return r}(gn),mt=function(e){yt(r,e);var t=gt(r);function r(n){ht(this,r);var u;u=t.call(this,n);var o;u.caption=(o=n==null?void 0:n.caption)!==null&&o!==void 0?o:"";var a;u.isHideCaption=(a=n==null?void 0:n.isHideCaption)!==null&&a!==void 0?a:!1;var s;u.isShowCaptionTip=(s=n==null?void 0:n.isShowCaptionTip)!==null&&s!==void 0?s:!1;var c;u.captionTip=(c=n==null?void 0:n.captionTip)!==null&&c!==void 0?c:"";var f;u.defaultState=(f=n==null?void 0:n.defaultState)!==null&&f!==void 0?f:"default";var p;u.labelPosition=(p=n==null?void 0:n.labelPosition)!==null&&p!==void 0?p:"top";var m;u.placeholder=(m=n==null?void 0:n.placeholder)!==null&&m!==void 0?m:"";var d;u.required=(d=n==null?void 0:n.required)!==null&&d!==void 0?d:!1;var E;u.requiredMessage=(E=n==null?void 0:n.requiredMessage)!==null&&E!==void 0?E:"",u.dataBind=new _e(n==null?void 0:n.dataBind);var A;return u.defaultValue=(A=n==null?void 0:n.defaultValue)!==null&&A!==void 0?A:"",u}return r}(V);mt.Rules=Cs,mt.RuntimeRules=Fs;function Os(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ds(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ie(e){return Ie=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Ie(e)}function Rs(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&&Et(e,t)}function Ps(e,t){return t&&($s(t)==="object"||typeof t=="function")?t:Os(e)}function Et(e,t){return Et=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Et(e,t)}var $s=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Ts(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Ms(e){var t=Ts();return function(){var n=Ie(e),u;if(t){var o=Ie(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Ps(this,u)}}var pe=function(e){Rs(r,e);var t=Ms(r);function r(n){Ds(this,r);var u;return u=t.call(this,n),u.controlType="form",u.props=new mt(n==null?void 0:n.props),u}return r}(P);pe.controlEventKeys=["on_change","on_focus","on_blur"];function js(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ls(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ce(e){return Ce=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Ce(e)}function xs(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&&bt(e,t)}function Ns(e,t){return t&&(qs(t)==="object"||typeof t=="function")?t:js(e)}function bt(e,t){return bt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},bt(e,t)}var qs=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Us(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Vs(e){var t=Us();return function(){var n=Ce(e),u;if(t){var o=Ce(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Ns(this,u)}}var Mn=function(e){xs(r,e);var t=Vs(r);function r(n){return Ls(this,r),t.call(this,n)}return r}(V);function _t(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Hs(e){if(Array.isArray(e))return _t(e)}function ks(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Ws(){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 jn(e){return Hs(e)||ks(e)||zs(e)||Ws()}function zs(e,t){if(!!e){if(typeof e=="string")return _t(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return _t(e,t)}}function Gs(e,t){var r;!((r=Object.getOwnPropertyDescriptors(e)[t])===null||r===void 0)&&r.enumerable&&Object.defineProperty(e,t,{enumerable:!1})}function Ln(e,t){e.parent=t,Gs(e,"parent")}function Ks(e,t){e.forEach(function(r){Ln(r,t)})}var xn=Symbol("targetKey");function Nn(e){var t;return(t=e[xn])!==null&&t!==void 0?t:e}function qn(e,t){return Ks(e,t),new Proxy(e,{get:function(n,u){for(var o=arguments.length,a=new Array(o>2?o-2:0),s=2;s<o;s++)a[s-2]=arguments[s];var c;return u===xn?n:(c=Reflect).get.apply(c,[n,u].concat(jn(a)))},set:function(n,u,o){for(var a=arguments.length,s=new Array(a>3?a-3:0),c=3;c<a;c++)s[c-3]=arguments[c];var f;if(ie(e)&&u==="length"&&o===e.length)return!0;var p=(f=Reflect).set.apply(f,[n,u,o].concat(jn(s)));return Je(o)&&Ln(o,t),p}})}function Un(e,t,r,n){var u=n!=null?n:e,o=qn(Nn(r!=null?r:[]),u);Object.defineProperty(e,t,{get:function(){return o},set:function(s){o=qn(Nn(s),u)},enumerable:!0})}function Bt(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Xs(e){if(Array.isArray(e))return Bt(e)}function Vn(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Hn(e,t,r,n,u,o,a){try{var s=e[o](a),c=s.value}catch(f){r(f);return}s.done?t(c):Promise.resolve(c).then(n,u)}function Js(e){return function(){var t=this,r=arguments;return new Promise(function(n,u){var o=e.apply(t,r);function a(c){Hn(o,n,u,a,s,"next",c)}function s(c){Hn(o,n,u,a,s,"throw",c)}a(void 0)})}}function Qs(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Zs(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function J(e,t,r){return typeof Reflect!="undefined"&&Reflect.get?J=Reflect.get:J=function(u,o,a){var s=ac(u,o);if(!!s){var c=Object.getOwnPropertyDescriptor(s,o);return c.get?c.get.call(a):c.value}},J(e,t,r||e)}function k(e){return k=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},k(e)}function Ys(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&&At(e,t)}function ec(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function tc(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function nc(){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 rc(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{},n=Object.keys(r);typeof Object.getOwnPropertySymbols=="function"&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(u){return Object.getOwnPropertyDescriptor(r,u).enumerable}))),n.forEach(function(u){Zs(e,u,r[u])})}return e}function uc(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),r.push.apply(r,n)}return r}function oc(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):uc(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}),e}function ic(e,t){return t&&(sc(t)==="object"||typeof t=="function")?t:Vn(e)}function At(e,t){return At=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},At(e,t)}function ac(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=k(e),e!==null););return e}function kn(e){return Xs(e)||tc(e)||cc(e)||nc()}var sc=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function cc(e,t){if(!!e){if(typeof e=="string")return Bt(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Bt(e,t)}}function lc(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function fc(e){var t=lc();return function(){var n=k(e),u;if(t){var o=k(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return ic(this,u)}}var pc=1e4,St=function(t){Ys(n,t);var r=fc(n);function n(o){Qs(this,n);var a;a=r.call(this,o),a.controlType="layout";var s=ec(this,n)?this.constructor:void 0,c=s.excludes,f=s.childrenMaxLength;return a.props=new Mn(o==null?void 0:o.props),Un(Vn(a),"children",o==null?void 0:o.children),a.excludes=G(c),a.childrenMaxLength=f,a}var u=n.prototype;return u.judgeExcludesChildren=function(a){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(a)},u.judgeJoinChildren=function(a){var s=this.judgeExcludesChildren(a);return s&&this.childrenMaxLength>this.children.length},u.validate=function(a,s){var c=this,f=this,p=function(){return J(k(n.prototype),"validate",c)};return Js(M.default.mark(function m(){return M.default.wrap(function(E){for(;;)switch(E.prev=E.next){case 0:return E.next=2,p().call(f,a,s);case 2:return E.next=4,Promise.all(f.children.map(function(A){return A.validate(a,s)}));case 4:return E.abrupt("return",!0);case 5:case"end":return E.stop()}},m)}))()},u.toDataBindModel=function(){var a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,s=J(k(n.prototype),"toDataBindModel",this).call(this),c=s?[s]:[];return this.children.reduce(function(f,p){var m=p.toDataBindModel(a);if(Array.isArray(m)){var d=m.filter(function(E){return!!E});return kn(f).concat(kn(d))}return m&&f.push(m),f},c)},u.toSchema=function(){var a=J(k(n.prototype),"toSchema",this).call(this),s=this.children.map(function(c){var f=c.toSchema();return f});return oc(rc({},a),{children:s})},n}(P);St.excludes=!1,St.childrenMaxLength=pc;function Wn(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function dc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Fe(e){return Fe=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Fe(e)}function hc(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&&wt(e,t)}function yc(e,t){return t&&(vc(t)==="object"||typeof t=="function")?t:Wn(e)}function wt(e,t){return wt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},wt(e,t)}var vc=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function gc(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function mc(e){var t=gc();return function(){var n=Fe(e),u;if(t){var o=Fe(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return yc(this,u)}}var Ec=function(e){hc(r,e);var t=mc(r);function r(n,u){dc(this,r);var o;return o=t.call(this,u),Un(Wn(o),"headers",u==null?void 0:u.headers,n),o}return r}(V);function It(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function bc(e){if(Array.isArray(e))return It(e)}function zn(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Gn(e,t,r,n,u,o,a){try{var s=e[o](a),c=s.value}catch(f){r(f);return}s.done?t(c):Promise.resolve(c).then(n,u)}function _c(e){return function(){var t=this,r=arguments;return new Promise(function(n,u){var o=e.apply(t,r);function a(c){Gn(o,n,u,a,s,"next",c)}function s(c){Gn(o,n,u,a,s,"throw",c)}a(void 0)})}}function Bc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ac(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Q(e,t,r){return typeof Reflect!="undefined"&&Reflect.get?Q=Reflect.get:Q=function(u,o,a){var s=Oc(u,o);if(!!s){var c=Object.getOwnPropertyDescriptor(s,o);return c.get?c.get.call(a):c.value}},Q(e,t,r||e)}function W(e){return W=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},W(e)}function Sc(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&&Ct(e,t)}function wc(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Ic(){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 r=arguments[t]!=null?arguments[t]:{},n=Object.keys(r);typeof Object.getOwnPropertySymbols=="function"&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(u){return Object.getOwnPropertyDescriptor(r,u).enumerable}))),n.forEach(function(u){Ac(e,u,r[u])})}return e}function Cc(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),r.push.apply(r,n)}return r}function Xn(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Cc(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}),e}function Fc(e,t){return t&&(Dc(t)==="object"||typeof t=="function")?t:zn(e)}function Ct(e,t){return Ct=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Ct(e,t)}function Oc(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=W(e),e!==null););return e}function Jn(e){return bc(e)||wc(e)||Rc(e)||Ic()}var Dc=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Rc(e,t){if(!!e){if(typeof e=="string")return It(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return It(e,t)}}function Pc(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function $c(e){var t=Pc();return function(){var n=W(e),u;if(t){var o=W(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Fc(this,u)}}var de=function(e){Sc(r,e);var t=$c(r);function r(u){Bc(this,r);var o;return o=t.call(this,u),o.controlType="list",o.props=new Ec(zn(o),u==null?void 0:u.props),o}var n=r.prototype;return n.validate=function(o,a){var s=this,c=this,f=function(){return Q(W(r.prototype),"validate",s)};return _c(M.default.mark(function p(){return M.default.wrap(function(d){for(;;)switch(d.prev=d.next){case 0:return d.next=2,f().call(c,o);case 2:return d.next=4,Promise.all(c.props.headers.map(function(E){return E.validate(o,a)}));case 4:return d.abrupt("return",!0);case 5:case"end":return d.stop()}},p)}))()},n.toDataBindModel=function(){var o=Q(W(r.prototype),"toDataBindModel",this).call(this),a=o?[o]:[],s=this.id;return this.props.headers.reduce(function(c,f){var p=f.toDataBindModel(s);if(Array.isArray(p)){var m=p.filter(function(d){return!!d});return Jn(c).concat(Jn(m))}return p&&c.push(p),c},a)},n.toSchema=function(){var o=Q(W(r.prototype),"toSchema",this).call(this),a=this.props.headers.map(function(s){return s.toSchema()});return Xn(Kn({},o),{props:Xn(Kn({},this.props),{headers:a})})},r}(P);de.controlFieldType=w.LIST;function Tc(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Qn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Oe(e){return Oe=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Oe(e)}function Zn(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&&Ft(e,t)}function Mc(e,t){return t&&(jc(t)==="object"||typeof t=="function")?t:Tc(e)}function Ft(e,t){return Ft=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Ft(e,t)}var jc=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Lc(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Yn(e){var t=Lc();return function(){var n=Oe(e),u;if(t){var o=Oe(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Mc(this,u)}}var xc=function(e){Zn(r,e);var t=Yn(r);function r(n){Qn(this,r);var u;return u=t.call(this,n),u.caption={type:"string",required:!0,message:j.getMessage("pleaseEnterCaption")},u.width={type:"number",required:!1,message:j.getMessage("pleaseEnterColumnWidth")},u.width.required=n.widthType==="px",u}return r}(rt),er=function(e){Zn(r,e);var t=Yn(r);function r(n){Qn(this,r);var u;u=t.call(this,n);var o;u.width=(o=n==null?void 0:n.width)!==null&&o!==void 0?o:150,u.widthType=(n==null?void 0:n.widthType)||"auto";var a;u.caption=(a=n==null?void 0:n.caption)!==null&&a!==void 0?a:"";var s;u.fixed=(s=n==null?void 0:n.fixed)!==null&&s!==void 0?s:"none",u.dataBind=new _e(n==null?void 0:n.dataBind);var c;return u.sort=(c=n==null?void 0:n.sort)!==null&&c!==void 0?c:!0,u}return r}(V);er.Rules=xc;function Nc(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function qc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function De(e){return De=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},De(e)}function Uc(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 Vc(e,t){return t&&(Hc(t)==="object"||typeof t=="function")?t:Nc(e)}function Ot(e,t){return Ot=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Ot(e,t)}var Hc=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function kc(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Wc(e){var t=kc();return function(){var n=De(e),u;if(t){var o=De(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Vc(this,u)}}var zc=function(e){Uc(r,e);var t=Wc(r);function r(n){qc(this,r);var u;return u=t.call(this,n),u.controlType="column",u.props=new er(n==null?void 0:n.props),u}return r}(P);function Gc(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Kc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Re(e){return Re=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Re(e)}function Xc(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&&Dt(e,t)}function Jc(e,t){return t&&(Qc(t)==="object"||typeof t=="function")?t:Gc(e)}function Dt(e,t){return Dt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Dt(e,t)}var Qc=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Zc(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Yc(e){var t=Zc();return function(){var n=Re(e),u;if(t){var o=Re(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Jc(this,u)}}var el=function(e){Xc(r,e);var t=Yc(r);function r(n){return Kc(this,r),t.call(this,n)}return r}(Mn);function tl(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function nl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pe(e){return Pe=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Pe(e)}function rl(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 ul(e,t){return t&&(ol(t)==="object"||typeof t=="function")?t:tl(e)}function Rt(e,t){return Rt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Rt(e,t)}var ol=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function il(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function al(e){var t=il();return function(){var n=Pe(e),u;if(t){var o=Pe(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return ul(this,u)}}var sl=function(e){rl(r,e);var t=al(r);function r(n){nl(this,r);var u;return u=t.call(this,n),u.controlType="wrap",u.props=new el(n==null?void 0:n.props),u}return r}(St);function Pt(e){return"children"in e&&ie(e.children)}function tr(e){return"headers"in e.props&&ie(e.props.headers)}function $e(e,t){Array.isArray(e)&&e.map(r=>{r.type===y.SUBTABLE?$e(r.props.headers,t):Pt(r)?$e(r==null?void 0:r.children,t):r instanceof pe&&t(r)})}const nr=[y.AMOUNT,y.CALC,y.DATE_RANGE],rr={amount:{caption:"\u91D1\u989D",fieldType:w.DECIMAL},currency:{caption:"\u5E01\u79CD",fieldType:w.VARCHAR},result:{caption:"\u7ED3\u679C",fieldType:w.DECIMAL},unit:{caption:"\u5355\u4F4D",fieldType:w.VARCHAR},min:{caption:"\u5F00\u59CB\u65F6\u95F4",fieldType:w.TIMESTAMP},max:{caption:"\u7ED3\u675F\u65F6\u95F4",fieldType:w.TIMESTAMP}};function cl(e){let t=[];return $e(e,r=>{r instanceof pe?t.push(r):(r.type,y.SUBTABLE)}),t}function ll(e,t=""){return!e||!Array.isArray(e)?[]:e.map(r=>{if(!r.dataBind||r.type===y.TITLE)return r;if(nr.includes(r.type)){const n=r.dataBind;Object.keys(n).forEach(u=>{const o=n[u],a=r.controlId+"_"+u;o.fieldCode=ur(a),o.dataCode=t})}else r.dataBind.fieldCode=ur(r.controlId),r.dataBind.dataCode=t;return r})}function ur(e){const t="field_";return e.startsWith(t)?e:t+e}function Te(e){return Gi[e]}function fl(e){const t=new z,r=[];return e.forEach(n=>{if(!(n.parentId||!n.dataBind))if(nr.includes(n.type)){const u=n.dataBind,o=n.datasourceBind;Object.keys(u).forEach(a=>{const s=u[a],c=rr[a].fieldType,f=n.caption+"_"+rr[a].caption,p=Te(c);if(!p)return;const m={caption:f,dataBind:s};a==="currency"&&(m.optionConfig="datasource",m.datasourceBind=o);const d=t.createControlInstance(p,{props:m});d&&r.push(d)})}else{const u=Te(n.fieldType);if(!u)return;const o=t.createControlInstance(u,{props:{caption:n.caption,dataBind:n.dataBind,datasourceBind:n.datasourceBind}});o&&r.push(o)}}),r}function pl(e){const t=new z,n=(Array.isArray(e)?e:[e]).map(u=>{const o=Te(u);return t.createControlInstance(o)});return Array.isArray(e)?n:n[0]}function $t(e){return Array.isArray(e)?e.map(t=>t.toSchema()):e.toSchema()}function Tt(e){return Array.isArray(e)?e.map(t=>t.toDataBindModel()).filter(t=>!!t).flat():e.toDataBindModel()}function Mt(e,t,r){return Qt(this,null,function*(){return Array.isArray(e)?(yield Promise.all(e.map(u=>u.validate(t,r)))).every(u=>u):yield e.validate(t,r)})}const dl=[y.TITLE,y.GRID_TABLE_COLUMN,y.SUBTABLE_COLUMN,y.OPERATION_COLUMN,y.DATA_VIEW,y.LIST_VIEW,y.HEADER,y.FOOTER,y.SIMPLE_SEARCH,y.ROW,y.GRID_ROW,y.COL,y.GRID,y.DIVIDER,y.TAB_PANE,y.TAB,y.CARD_GROUP],hl=[y.CALC],yl={check:{id:"listPageCheckBtnId",caption:"\u67E5\u770B"},edit:{id:"listPageEditBtnId",caption:"\u7F16\u8F91"},delete:{id:"listPageDeleteBtnId",caption:"\u5220\u9664"}};function he(e,t){var n,u,o,a,s,c,f,p,m;const r=[];if(ie(e))r.push(...e.map(d=>he(d,t)).flat());else{const d=e.type,{caption:E,content:A}=e.props;let h;if(dl.includes(d))d===y.OPERATION_COLUMN&&Object.entries(yl).reduce((b,[l,{caption:v,id:C}])=>{var I;const g=e.props[l];return g&&g.isShow&&b.push({controlId:C,caption:v,type:e.type,controlType:e.controlType,parentId:(I=t==null?void 0:t.controlId)!=null?I:null,canEdit:!1,canRead:!1,canHide:!0,group:"element"}),b},r);else if(h={controlId:e.id,caption:E||A||e.name,type:e.type,controlType:e.controlType,parentId:(n=t==null?void 0:t.controlId)!=null?n:null,canEdit:!hl.includes(d),canRead:!0,canHide:!0,group:"element"},t&&t.type===y.SUBTABLE&&(h.caption=t.caption+"_"+h.caption),d===y.VUE_FORM_ITEM&&(h.caption=e.props.controlExportName||e.name),(e instanceof pe||e instanceof zc)&&((o=(u=e.props)==null?void 0:u.dataBind)==null?void 0:o.fieldCode)!==void 0&&((s=(a=e.props)==null?void 0:a.dataBind)==null?void 0:s.fieldCode)!==""&&(h.group="field"),r.push(h),d===y.VUE_FORM_ITEM){let b="element";((f=(c=e.props)==null?void 0:c.dataBind)==null?void 0:f.fieldCode)!==void 0&&((m=(p=e.props)==null?void 0:p.dataBind)==null?void 0:m.fieldCode)!==""&&(b="field");const l=e.props.permissions;l==null||l.map(v=>{var C;h={controlId:v.key,caption:v.caption,type:e.type,controlType:e.controlType,parentId:(C=e.id)!=null?C:null,canEdit:!0,canRead:!0,canHide:!0,group:b},r.push(h)})}e.children&&r.push(...e.children.map(b=>he(b,t)).flat()),e instanceof de&&r.push(...e.props.headers.map(b=>he(b,h)).flat())}return r}class z extends be{constructor(){super("Designer"),this.toolbox=[],this.services={},this.eventLogic=new ae,this.fieldTypes=w,this.controlSettingMap=new Map,new.target.staticControls.forEach(t=>{const{Designer:r,Setting:n}=t;this.controlSettingMap.set(r.controlType,n)})}registerControl(t){this.constructor.register(t);const{Designer:r,Setting:n}=t;this.register(r),this.registeredControlTypes.add(r.controlType),this.controlSettingMap.set(r.controlType,n)}getControlSetting(t){const r=this.controlSettingMap.get(t);return r||null}setInstance(t,r,n){try{if(!t)return;t.updateProps(r,n)}catch(u){throw u}}eachControls(t){this.getControls().forEach(t)}getInitControl(){return[this.createControlInstance("grid")]}checkSchema(...t){return Qt(this,null,function*(){return Mt(...t)})}getModelBindInfoList(...t){return Tt(...t)}getSchema(...t){return $t(...t)}listenControlHook(...t){return Sn.on(...t)}}z.EventLogic=ae;class vl{constructor(){this.designer=new z}ListPageBuilder(){const t=this.designer.createControlInstance(y.LIST_VIEW),r=this.designer.createControlInstance(y.SIMPLE_SEARCH),n=this.designer.createControlInstance(y.GRID_TABLE),u=this.designer.createControlInstance(y.CREATE_FORM_LIST_BUTTON),o=this.designer.createControlInstance(y.IMPORT_RECORD_LIST_BUTTON),a=this.designer.createControlInstance(y.EXPORT_LIST_BUTTON),s=this.designer.createControlInstance(y.EXPORT_RECORD_LIST_BUTTON);return n.children.push(u),n.children.push(o),n.children.push(a),n.children.push(s),t.children.push(r),t.children.push(n),t}ProListPageBuilder(){const t=this.designer.createControlInstance(y.LIST_VIEW),r=this.designer.createControlInstance(y.SIMPLE_SEARCH),n=this.designer.createControlInstance(y.GRID_TABLE),u=this.designer.createControlInstance(y.EXPORT_LIST_BUTTON),o=this.designer.createControlInstance(y.EXPORT_RECORD_LIST_BUTTON);return n.children.push(u),n.children.push(o),t.children.push(r),t.children.push(n),t}FormPageBuilder(){const t=this.designer.createControlInstance(y.DATA_VIEW),r=this.designer.createControlInstance(y.TITLE),n=this.designer.createControlInstance(y.GRID);return t.children.push(r),t.children.push(n),t}VuePageBuilder(){const t=this.designer.createControlInstance(y.GRID),r=this.designer.createControlInstance(y.VUE_FORM_ITEM);return r.props.controlExportName="VuePage",t.children.push(r),t}}function gl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function or(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function ml(e,t,r){return t&&or(e.prototype,t),r&&or(e,r),e}var U=function(){function e(t){gl(this,e);var r;this.visible=(r=t==null?void 0:t.visible)!==null&&r!==void 0?r:!0;var n;this.expression=(n=t==null?void 0:t.expression)!==null&&n!==void 0?n:!1}return ml(e,[{key:"isAtomicComponent",get:function(){return!0}}]),e}();function El(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var bl=function(){function e(r){El(this,e),this.type=r.type,this.label=r.label,this.key=r.key,this.component=r.component;var n;this.effect=(n=r.effect)!==null&&n!==void 0?n:{};var u;this.scopeEffect=(u=r.scopeEffect)!==null&&u!==void 0?u:zi,this.defaultValue=r.defaultValue,this.validator=r.validator;var o;this.props=(o=r.props)!==null&&o!==void 0?o:new U,this.effectKeys=Object.keys(this.effect)}var t=e.prototype;return t.filterEffects=function(n){var u=this;return n===""?Object.values(this.effect):this.effectKeys.filter(function(o){var a=new RegExp("^".concat(o,"(\\.\\w+)*$"));return a.test(n)}).map(function(o){return u.effect[o]})},t.callEffectFn=function(n,u){try{var o=n.apply(null,u);Je(o)&&Object.assign(this.props,o)}catch(a){oe(`effect error
2
- `.concat(a))}},t.callEffect=function(n){for(var u=arguments.length,o=new Array(u>1?u-1:0),a=1;a<u;a++)o[a-1]=arguments[a];var s=this;this.filterEffects(n).forEach(function(c){return s.callEffectFn(c,o)})},t.callScopeEffect=function(){for(var n=arguments.length,u=new Array(n),o=0;o<n;o++)u[o]=arguments[o];this.callEffectFn(this.scopeEffect,u)},e}();function _l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var jt=function e(t){_l(this,e),this.type="group";var r;this.title=(r=t.title)!==null&&r!==void 0?r:"";var n;this.required=(n=t.required)!==null&&n!==void 0?n:!1,this.items=t.items,this.tips=t.tips};function Bl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Al(e){return"type"in e&&e.type==="tab"}var Lt=function e(t){Bl(this,e),this.type="tab",this.title=t.title,this.items=t.items};function ir(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Sl(e){if(Array.isArray(e))return e}function wl(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Il(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(r){return r.__proto__||Object.getPrototypeOf(r)},Me(e)}function Cl(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 Fl(e,t){var r=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n=[],u=!0,o=!1,a,s;try{for(r=r.call(e);!(u=(a=r.next()).done)&&(n.push(a.value),!(t&&n.length===t));u=!0);}catch(c){o=!0,s=c}finally{try{!u&&r.return!=null&&r.return()}finally{if(o)throw s}}return n}}function Ol(){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 Dl(e,t){return t&&(Pl(t)==="object"||typeof t=="function")?t:wl(e)}function xt(e,t){return xt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},xt(e,t)}function Rl(e,t){return Sl(e)||Fl(e,t)||$l(e,t)||Ol()}var Pl=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function $l(e,t){if(!!e){if(typeof e=="string")return ir(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return ir(e,t)}}function Tl(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Ml(e){var t=Tl();return function(){var n=Me(e),u;if(t){var o=Me(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Dl(this,u)}}var jl=function(e){Cl(r,e);var t=Ml(r);function r(n){Il(this,r);var u;return u=t.call(this,n),Je(n)&&Object.entries(n).forEach(function(o){var a=Rl(o,2),s=a[0],c=a[1];u[s]=c}),u}return r}(U);function Ll(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function xl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function je(e){return je=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},je(e)}function Nl(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&&Nt(e,t)}function ql(e,t){return t&&(Ul(t)==="object"||typeof t=="function")?t:Ll(e)}function Nt(e,t){return Nt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Nt(e,t)}var Ul=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Vl(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Hl(e){var t=Vl();return function(){var n=je(e),u;if(t){var o=je(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return ql(this,u)}}var kl=function(e){Nl(r,e);var t=Hl(r);function r(n){xl(this,r);var u;u=t.call(this,n);var o;u.maxLength=(o=n==null?void 0:n.maxLength)!==null&&o!==void 0?o:"";var a;u.minLength=(a=n==null?void 0:n.minLength)!==null&&a!==void 0?a:"";var s;u.placeholder=(s=n==null?void 0:n.placeholder)!==null&&s!==void 0?s:"";var c;return u.i18n=(c=n==null?void 0:n.i18n)!==null&&c!==void 0?c:!1,u}return r}(U);function Wl(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function zl(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(r){return r.__proto__||Object.getPrototypeOf(r)},Le(e)}function Gl(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 Kl(e,t){return t&&(Xl(t)==="object"||typeof t=="function")?t:Wl(e)}function qt(e,t){return qt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},qt(e,t)}var Xl=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Jl(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Ql(e){var t=Jl();return function(){var n=Le(e),u;if(t){var o=Le(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Kl(this,u)}}var Zl=function(e){Gl(r,e);var t=Ql(r);function r(n){zl(this,r);var u;u=t.call(this,n);var o;u.max=(o=n==null?void 0:n.max)!==null&&o!==void 0?o:"";var a;u.min=(a=n==null?void 0:n.min)!==null&&a!==void 0?a:"";var s;return u.placeholder=(s=n==null?void 0:n.placeholder)!==null&&s!==void 0?s:"",u}return r}(U);function Yl(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ef(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function xe(e){return xe=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},xe(e)}function tf(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&&Ut(e,t)}function nf(e,t){return t&&(rf(t)==="object"||typeof t=="function")?t:Yl(e)}function Ut(e,t){return Ut=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Ut(e,t)}var rf=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function uf(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function of(e){var t=uf();return function(){var n=xe(e),u;if(t){var o=xe(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return nf(this,u)}}var af=function(e){tf(r,e);var t=of(r);function r(n){ef(this,r);var u;u=t.call(this,n);var o;u.showType=(o=n==null?void 0:n.showType)!==null&&o!==void 0?o:"switch";var a;u.tips=(a=n==null?void 0:n.tips)!==null&&a!==void 0?a:"";var s;return u.disabled=(s=n==null?void 0:n.disabled)!==null&&s!==void 0?s:!1,u}return r}(U);function sf(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function cf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ne(e){return Ne=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Ne(e)}function lf(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&&Vt(e,t)}function ff(e,t){return t&&(pf(t)==="object"||typeof t=="function")?t:sf(e)}function Vt(e,t){return Vt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Vt(e,t)}var pf=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function df(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function hf(e){var t=df();return function(){var n=Ne(e),u;if(t){var o=Ne(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return ff(this,u)}}var yf=function(e){lf(r,e);var t=hf(r);function r(n){cf(this,r);var u;u=t.call(this,n);var o;return u.options=(o=n==null?void 0:n.options)!==null&&o!==void 0?o:[],u}return r}(U);function vf(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function gf(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(r){return r.__proto__||Object.getPrototypeOf(r)},qe(e)}function mf(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&&Ht(e,t)}function Ef(e,t){return t&&(bf(t)==="object"||typeof t=="function")?t:vf(e)}function Ht(e,t){return Ht=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Ht(e,t)}var bf=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function _f(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Bf(e){var t=_f();return function(){var n=qe(e),u;if(t){var o=qe(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Ef(this,u)}}var Af=function(e){mf(r,e);var t=Bf(r);function r(n){gf(this,r);var u;u=t.call(this,n);var o;u.placeholder=(o=n==null?void 0:n.placeholder)!==null&&o!==void 0?o:"";var a;return u.options=(a=n==null?void 0:n.options)!==null&&a!==void 0?a:[],u}return r}(U);function Sf(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function wf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ue(e){return Ue=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Ue(e)}function If(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 Cf(e,t){return t&&(Ff(t)==="object"||typeof t=="function")?t:Sf(e)}function kt(e,t){return kt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},kt(e,t)}var Ff=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Of(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Df(e){var t=Of();return function(){var n=Ue(e),u;if(t){var o=Ue(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Cf(this,u)}}var Rf=function(e){If(r,e);var t=Df(r);function r(n){wf(this,r);var u;u=t.call(this,n);var o;u.options=(o=n==null?void 0:n.options)!==null&&o!==void 0?o:[];var a;return u.showType=(a=n==null?void 0:n.showType)!==null&&a!==void 0?a:"outline",u}return r}(U);function Pf(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function $f(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ve(e){return Ve=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Ve(e)}function Tf(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&&Wt(e,t)}function Mf(e,t){return t&&(jf(t)==="object"||typeof t=="function")?t:Pf(e)}function Wt(e,t){return Wt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Wt(e,t)}var jf=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Lf(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function xf(e){var t=Lf();return function(){var n=Ve(e),u;if(t){var o=Ve(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Mf(this,u)}}var Nf=function(e){Tf(r,e);var t=xf(r);function r(n){$f(this,r);var u;u=t.call(this,n);var o;u.maxLength=(o=n==null?void 0:n.maxLength)!==null&&o!==void 0?o:"";var a;u.minLength=(a=n==null?void 0:n.minLength)!==null&&a!==void 0?a:"";var s;u.placeholder=(s=n==null?void 0:n.placeholder)!==null&&s!==void 0?s:"";var c;u.maxRows=(c=n==null?void 0:n.maxRows)!==null&&c!==void 0?c:"";var f;u.minRows=(f=n==null?void 0:n.minRows)!==null&&f!==void 0?f:"";var p;return u.i18n=(p=n==null?void 0:n.i18n)!==null&&p!==void 0?p:!1,u}return r}(U);function qf(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function zt(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{},n=Object.keys(r);typeof Object.getOwnPropertySymbols=="function"&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(u){return Object.getOwnPropertyDescriptor(r,u).enumerable}))),n.forEach(function(u){qf(e,u,r[u])})}return e}function Uf(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),r.push.apply(r,n)}return r}function Gt(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Uf(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}),e}function Vf(e,t){switch(e){case"input":return new kl(t);case"textarea":return new Nf(t);case"input-number":return new Zl(t);case"switch":return new af(t);case"radio":return new Rf(t);case"checkbox":return new yf(t);case"select":return new Af(t);default:return new jl(t)}}function Hf(e){return function(t){var r=e.get(t);if(!!r)return new bl(Gt(zt({},r),{props:Vf(r.component,"props"in r?r.props:void 0)}))}}function kf(e){var t=function(o){return new jt(Gt(zt({},o),{items:o.items.map(Hf(n)).filter(Boolean)}))},r=function(o){return o.map(t)},n=e.fields.reduce(function(u,o){return u.set(o.key,o),u},new Map);return e.groups.map(function(u){return Al(u)?new Lt(Gt(zt({},u),{items:r(u.items)})):t(u)})}class ar{constructor(t){var r;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=(r=t.getParentBeforeInstanceMove)!=null?r:n=>n.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?ve(t):null,this.selectedDataScopeFlatInstances=this.selectedInstanceDataScopeParent?lr(this.selectedInstanceDataScopeParent):[]}setSelectInstanceSettings(t){this.selectedInstanceSetting=t,this.selectedInstanceSettingItems=[],this.selectedInstanceSetting.forEach(r=>{this.selectedInstanceSettingItems.push(...this.getSettingItems(r))})}getSettingItems(t){return t instanceof jt?t.items:t.items.reduce((r,n)=>(r.push(...n.items),r),[])}setSelectedFieldItem(t){this.selectedFieldItem=t}setMovingInstance(t){this.movingInstance=t,this.movingInstanceOldParent=t?this.getParentBeforeInstanceMove(t):null,this.movingInstanceOldDataScopeParent=ve(t)}updateDataFieldCodeMap(t){const r=ve(t);if(!r)return;const n=this.dataFieldCodeMap.get(r.props.datasourceBind.dataCode);if(!!n){for(const[u,o]of n.entries())if(o.id===t.id){n.delete(u);break}cr(t,this.dataFieldCodeMap)}}getFlatInstances(){const t=[],r=new Map,n=new Map;ye(this.instance,u=>{t.push(u),r.set(u.id,u),cr(u,n)}),this.flatInstances=t,this.instanceIdMap=r,this.dataFieldCodeMap=n}}function sr(e,t,r){const{dataCode:n,fieldCode:u}=t;n&&u&&(e.has(n)||e.set(n,new Map),e.get(n).set(u,r))}function cr(e,t){if(e instanceof pe){const r=e.props.dataBind;r instanceof _e?sr(t,r,e):Object.values(r).forEach(n=>{sr(t,n,e)})}}function ye(e,t){(Array.isArray(e)?e:[e]).forEach(n=>{t(n),Pt(n)&&ye(n.children,t),tr(n)&&ye(n.props.headers,t)})}function Kt(e){return[y.SUBTABLE,y.DATA_VIEW,y.LIST_VIEW].includes(e.type)}function ve(e){let t=e?e.parent:null;if(!t)return null;for(;t&&!Kt(t);)t=t.parent;return t}function lr(e){const t=[e];return ye(e,r=>{r!==e&&t.includes(r.parent)&&!Kt(r)&&t.push(r)}),t}let Xt="";class fr extends pn{constructor(t){super(),this.isMounted=!1,this.id=We(8),this.__pluginsApplied=!1,this.getSchema=$t,this.getModelBindInfoList=Tt,this.generatePermissions=he,this.$options=Object.freeze(t);const{autoMount:r=!1,Designer:n=z,schema:u,mode:o="form",store:a={}}=this.$options;this.eventLogic=new ae,this.designer=new n,this.store=new ar(ee({instance:this.designer.createControl(Array.isArray(u)?u:[u])},a)),this.mode=o,r&&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 r;try{Xt=(r=t.pluginName)!=null?r:t.constructor.name,t.apply(this),Xt=""}catch(n){oe(`${Xt||t.constructor.name} Plugin apply Error
3
- ${n}`)}}),this.__pluginsApplied=!0)}emit(t,...r){return super.emit(t,r)}on(t,r){return super.on(t,r)}setInstances(t,r){this.store.setInstances(this.designer.createControl(Array.isArray(t)?t:[t],r))}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(){const t=this.store.selected;if(!t)return;let r=this.getControlSetting(t.type);if(t.parent instanceof sl){const u=this.getControlSetting(t.parent.type);r=this.concatSetting(r,u,t.parent.id)}this.store.setSelectInstanceSettings(r),this.callSelectedEffect("");const n={from:null,current:this.store.selectedInstanceDataScopeParent,oldParent:null,newParent:t.parent};this.callSelectedScopeEffect(n)}concatSetting(t,r,n){var o,a,s,c;let u=t;if(((o=t[0])==null?void 0:o.type)==="tab"&&((a=r[0])==null?void 0:a.type)==="tab"){const f=t,p=r.slice(0);u=f.map((m,d)=>{const E=new Lt(m),A=p.findIndex(b=>b.title===m.title);if(A===-1)return E;const h=p.splice(A,1)[0];return h&&(E.items=[...this.formatGroupSetting(h.items,n),...E.items]),E}),p.length&&(u=[...u,...p.map(m=>this.formatGroupSetting(m,n))])}else if(((s=t[0])==null?void 0:s.type)==="group"&&((c=r[0])==null?void 0:c.type)==="group"){const f=t,p=r;u=[...this.formatGroupSetting(p,n),...f]}return u}formatGroupSetting(t,r){if(ie(t))return t.map(n=>{const u=new jt(n);return u.fromId=r,u});{const n=new Lt(t);return n.items=this.formatGroupSetting(n.items,r),n}}setControlConfig(...t){return this.designer.registerControlConfig(...t)}getControlConfig(t){return this.designer.getControlConfig(t)}getControlSetting(t){const r=this.designer.getControlSetting(t);return r?kf(r):[]}selectInstance(t){this.beforeSelectInstance(),this.store.setSelectInstance(t),this.afterSelectInstance()}setSelectedFieldItem(t){this.store.setSelectedFieldItem(t),this.callSelectedEffect("dataBind",{fieldItem:t})}moveStart(t){const r=this.getInstance(t);r&&this.store.setMovingInstance(r)}moveEnd(t=this.store.movingInstance){var c;if(t===null)return;const r=this.getInstance(t);if(!r)return;const n=this.store.movingInstanceOldDataScopeParent,u=ve(r),o=this.store.movingInstanceOldParent,a=r.parent;this.store.setMovingInstance(null),r.id!==((c=this.store.selected)==null?void 0:c.id)?this.selectInstance(r):this.store.setSelectInstance(r),this.store.getFlatInstances();const s={from:n,current:u,oldParent:o,newParent:a};this.callSelectedScopeEffect(s),o?this.emit("moved",ee({},s)):this.emit("joined",ee({},s))}createInstance(t,r){return this.designer.createControlInstance(t,r)}getInstance(t){return t instanceof P?t:this.store.instanceIdMap.get(t)}getInstances(){return this.store.flatInstances}getInstancesFromType(t){return this.getInstances().filter(r=>r.type===t)}getDataScopeInstances(){return this.store.selectedDataScopeFlatInstances}getDataScopeInstancesFromType(t){return this.getDataScopeInstances().filter(r=>r.type===t)}updateInstancePropValue(t,r,n,u){var a;!ln(t.props,r,n)||(r.startsWith("dataBind")&&this.store.updateDataFieldCodeMap(t),t.id===((a=this.store.selected)==null?void 0:a.id)&&this.callSelectedEffect(r,u),this.emit("updated",{instance:t,propName:r,value:n}))}updateInstanceProps(t,r,n,u=""){Object.entries(r).forEach(([o,a])=>{const s=`${u?u+".":""}${o}`;ya(a)?this.updateInstanceProps(t,a,n,s):this.updateInstancePropValue(t,s,a,n)})}setInstance(t,r,n,u){Qe(r)?this.updateInstancePropValue(t,String(r),n,u):this.updateInstanceProps(t,r,n)}removeInstance(t){const r=t.parent;if(!r)return;const n=r instanceof de&&r.props.headers.includes(t)?r.props.headers:r.children,u=n.findIndex(o=>o===t);u>-1&&n.splice(u,1),this.store.getFlatInstances(),this.emit("removed",{instance:t,index:u,parent:r})}replaceInstance(t,r){const n=t.parent;if(!n)return;const u=n instanceof de&&n.props.headers.includes(t)?n.props.headers:n.children,o=u.findIndex(a=>a===t);o>-1&&u.splice(o,1,r),this.store.getFlatInstances()}updateInstanceType(t,r){const n=t.toSchema(),u=this.createInstance(r,{id:n.id,props:n.props});if(!u){Ee(`can\u2018t update instance type to ${r}`);return}return u}validate(t,r){return Mt(this.store.instance,t,r)}getCustomControlsInUse(){return this.getInstances().filter(this.assertInstanceIsCustomControl).reduce((t,r)=>(t.includes(r.type)||t.push(r.type),t),[])}assertInstanceIsCustomControl(t){return!va(Qe(t)?t:t.type)}static register(...t){return z.register(...t),this}static judgeControlIsRegistered(t){return z.staticRegisteredTypes.has(t.Designer.controlType)}judgeControlIsRegistered(t){return this.designer.registeredControlTypes.has(t.Designer.controlType)}register(...t){return this.designer.registerControl(...t),this}assertInstance(t,r){return Qe(r)?t.type===r:r.includes(t.type)}getInstanceInListControl(t){let r=t;for(;r;){if(r instanceof de)return!0;r=r.parent}return!1}getInstanceParentControl(t,r){if(!!t.parent)return this.assertInstance(t.parent,r)?t.parent:this.getInstanceParentControl(t.parent,r)}callSelectedEffect(t,r={}){this.store.selectedInstanceSettingItems.forEach(n=>{n.callEffect(t,this,ee({control:this.store.selected},r))})}callSelectedScopeEffect(t={}){this.store.selectedInstanceSettingItems.forEach(r=>{r.callScopeEffect(this,ee({control:this.store.selected},t))})}}fr.EventLogic=ae,_.Builder=vl,_.Designer=z,_.Driven=fr,_.Store=ar,_.checkSchema=Mt,_.fillModelBindInfoListFieldCode=ll,_.findInstanceDataScopeParent=ve,_.generatePermissions=he,_.getColumnTypeFromFiledType=Te,_.getColumnsFromFiledType=pl,_.getColumnsFromModelBindInfoList=fl,_.getDataScopeFlatInstances=lr,_.getMasterFormControls=cl,_.getModelBindInfoList=Tt,_.hasChildrenControl=Pt,_.hasHeaderControl=tr,_.isDataScopeInstance=Kt,_.loop=ye,_.loopFormControl=$e,_.toSchema=$t,Object.defineProperty(_,"__esModule",{value:!0})});
1
+ var zf=Object.defineProperty;var hr=Object.getOwnPropertySymbols;var Gf=Object.prototype.hasOwnProperty,Kf=Object.prototype.propertyIsEnumerable;var yr=(E,O,F)=>O in E?zf(E,O,{enumerable:!0,configurable:!0,writable:!0,value:F}):E[O]=F,Z=(E,O)=>{for(var F in O||(O={}))Gf.call(O,F)&&yr(E,F,O[F]);if(hr)for(var F of hr(O))Kf.call(O,F)&&yr(E,F,O[F]);return E};var Jt=(E,O,F)=>new Promise((Ue,ye)=>{var Ve=L=>{try{Y(F.next(L))}catch(ee){ye(ee)}},ke=L=>{try{Y(F.throw(L))}catch(ee){ye(ee)}},Y=L=>L.done?Ue(L.value):Promise.resolve(L.value).then(Ve,ke);Y((F=F.apply(E,O)).next())});(function(E,O){typeof exports=="object"&&typeof module!="undefined"?O(exports):typeof define=="function"&&define.amd?define(["exports"],O):(E=typeof globalThis!="undefined"?globalThis:E||self,O(E.modelDrivenDriven={}))})(this,function(E){"use strict";var O="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",F="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Ue="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",ye="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",Ve="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",ke="{caption}\u5FC5\u586B",Y="\u8BF7\u8F93\u5165\u6807\u9898",L="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",ee="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",vr="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",gr="\u8BF7\u7ED1\u5B9A\u8868\u5355",mr="\u8BF7\u7ED1\u5B9A\u5217\u8868",Er="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",br="\u8BF7\u8F93\u5165\u663E\u793A\u503C",_r="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",Br="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",Sr="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Ar="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",wr="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Cr="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",Ir="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",Or="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",Fr="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",Dr="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",Rr="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Pr="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",$r="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Tr="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Mr="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",xr="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",jr="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",Lr="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",Nr="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",qr="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Ur="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Vr="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",kr="\u8BF7\u9009\u62E9\u7701",Hr="\u8BF7\u9009\u62E9\u5E02",Wr="\u8BF7\u9009\u62E9\u533A",zr="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Gr="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Kr="\u8BF7\u8F93\u5165\u5217\u5BBD",Xr="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Jr="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Qr="\u8BF7\u9009\u62E9\u63A7\u4EF6",Zr="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Yr="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",eu="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",tu="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",nu="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",ru="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",uu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",ou="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",iu="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",au="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",su="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",cu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",lu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",fu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",pu="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",du="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",hu="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",yu="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",vu="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",gu="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",mu="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Eu={isNotNumber:O,isNotString:F,isNotObject:Ue,isNotArray:ye,isNotBoolean:Ve,runtimeRequired:ke,pleaseEnterCaption:Y,pleaseEnterCaptionTip:L,pleaseEnterPlaceholder:ee,pleaseEnterFieldCode:vr,pleaseEnterForm:gr,pleaseEnterList:mr,pleaseEnterProcess:Er,pleaseEnterLabel:br,pleaseEnterValue:_r,bizKeyNotBindFiled:Br,pleaseEnterNumberRange:Sr,pleaseEnterAValueGreaterThanMin:Ar,pleaseEnterAValueLessThanMax:wr,numberRangeSetError:Cr,stringRangeError:Ir,attachmentMaxSize:Or,pleaseEnterTotalScoreSetting:Fr,theTotalScoreMustNotBeLessThan1:Dr,scoreDefaultValueRange:Rr,attachmentLimitError:Pr,PleaseReselectTheOptionalQuantity:$r,TheMaximumLengthIsGreaterThanTheMinimumLength:Tr,TheMinimumLengthIsGreaterThanTheMaximumLength:Mr,PleaseSelectTheCorrectOptionSettings:xr,optionIdIsRepeat:jr,optionIsRequired:Lr,pleaseEnterDataCode:Nr,pleaseEnterValueFieldCode:qr,pleaseEnterSvcCode:Ur,pleaseBindAtLeastOneDisplayValue:Vr,pleaseSelectProvince:kr,pleaseSelectCity:Hr,pleaseSelectDistrict:Wr,limitRowsCannotBeLessThan0:zr,TheNumberOfRowsCannotBeLessThanMinRows:Gr,pleaseEnterColumnWidth:Kr,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Xr,pleaseCompleteAllRulesAndConditions:Jr,pleaseSelectControl:Qr,pleaseSelectAtLeastOneColumn:Zr,pleaseSelectFillBackMode:Yr,pleaseSelectDashboard:eu,rootNodeIsRequired:tu,theViewNameCannotBeEmpty:nu,pleaseSelectOcrType:ru,pleaseSelectAtLeastOneFieldToFillIn:uu,pleaseChooseAtLeastOne:ou,pleaseEnterButtonContent:iu,pleaseEnterDataCodeInDataSetting:au,pleaseEnterValueFieldCodeInDataSetting:su,pleaseEnterSvcCodeInDataSetting:cu,pleaseBindAtLeastOneDisplayValueInDataSetting:lu,rootNodeIsRequiredInDataSetting:fu,pleaseEnterMaxHeight:pu,pleaseEnter:du,pleaseEnterWatermark:hu,pleaseEnterFileName:yu,pleaseUploadAtLeastOnePrintTemplate:vu,pleaseAssignBusiness:gu,pleaseAssignExternal:mu},bu="Please enter a number",_u="Please enter a string",Bu="Please enter an object",Su="Please enter an array",Au="Please enter a boolean",wu="{caption} Required",Cu="Please enter the title",Iu="Please enter the bubble prompt",Ou="Please enter the prompt text",Fu="Please bind data items",Du="Please bind the form",Ru="Please bind the list",Pu="Please bind the process",$u="Please enter the displayed value",Tu="Please enter the stored value",Mu="The document number is not bound to the data item",xu="Please enter a value greater than or equal to {min} and less than or equal to {max}",ju="Please enter a value greater than or equal to {min}",Lu="Please enter a value less than or equal to {max}",Nu="The value range is set incorrectly",qu="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Uu="The attachment size must be between 0MB and 1000MB",Vu="Please fill in the total score setting",ku="The total score cannot be less than 1",Hu="The default value must be between {min} and {max}",Wu="The number of attachments uploaded must be between {min} and {max}",zu="Please re-select the optional quantity",Gu="The maximum length of the control must be greater than the minimum length",Ku="The minimum length of the control must be less than the maximum length",Xu="Please select the correct option setting",Ju="Option ID cannot be repeated",Qu="Please enter at least one option",Zu="Please bind the data source",Yu="Please bind the stored value",eo="Please bind the service",to="At least one display value must be bound",no="Please select a province",ro="Please select a city",uo="Please select a district",oo="The minimum number of lines to fill in cannot be less than 0",io="The number of rows cannot be less than {min} rows",ao="Please enter the column width",so="Please set the logical relationship of all rule conditions",co="Please complete all rules and conditions",lo="please select control",fo="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",po="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",ho="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",yo="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",vo="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",go="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",mo="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Eo="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",bo="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",_o="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Bo="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",So="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Ao="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",wo="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Co="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Io="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Oo="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Fo="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Do={isNotNumber:bu,isNotString:_u,isNotObject:Bu,isNotArray:Su,isNotBoolean:Au,runtimeRequired:wu,pleaseEnterCaption:Cu,pleaseEnterCaptionTip:Iu,pleaseEnterPlaceholder:Ou,pleaseEnterFieldCode:Fu,pleaseEnterForm:Du,pleaseEnterList:Ru,pleaseEnterProcess:Pu,pleaseEnterLabel:$u,pleaseEnterValue:Tu,bizKeyNotBindFiled:Mu,pleaseEnterNumberRange:xu,pleaseEnterAValueGreaterThanMin:ju,pleaseEnterAValueLessThanMax:Lu,numberRangeSetError:Nu,stringRangeError:qu,attachmentMaxSize:Uu,pleaseEnterTotalScoreSetting:Vu,theTotalScoreMustNotBeLessThan1:ku,scoreDefaultValueRange:Hu,attachmentLimitError:Wu,PleaseReselectTheOptionalQuantity:zu,TheMaximumLengthIsGreaterThanTheMinimumLength:Gu,TheMinimumLengthIsGreaterThanTheMaximumLength:Ku,PleaseSelectTheCorrectOptionSettings:Xu,optionIdIsRepeat:Ju,optionIsRequired:Qu,pleaseEnterDataCode:Zu,pleaseEnterValueFieldCode:Yu,pleaseEnterSvcCode:eo,pleaseBindAtLeastOneDisplayValue:to,pleaseSelectProvince:no,pleaseSelectCity:ro,pleaseSelectDistrict:uo,limitRowsCannotBeLessThan0:oo,TheNumberOfRowsCannotBeLessThanMinRows:io,pleaseEnterColumnWidth:ao,pleaseSetTheLogicalRelationshipOfAllRuleConditions:so,pleaseCompleteAllRulesAndConditions:co,pleaseSelectControl:lo,pleaseSelectDashboard:fo,theViewNameCannotBeEmpty:po,pleaseSelectOcrType:ho,pleaseSelectAtLeastOneFieldToFillIn:yo,pleaseChooseAtLeastOne:vo,pleaseEnterButtonContent:go,pleaseEnterDataCodeInDataSetting:mo,pleaseEnterValueFieldCodeInDataSetting:Eo,pleaseEnterSvcCodeInDataSetting:bo,pleaseBindAtLeastOneDisplayValueInDataSetting:_o,rootNodeIsRequiredInDataSetting:Bo,pleaseEnterMaxHeight:So,pleaseEnter:Ao,pleaseEnterWatermark:wo,pleaseEnterFileName:Co,pleaseUploadAtLeastOnePrintTemplate:Io,pleaseAssignBusiness:Oo,pleaseAssignExternal:Fo},Ro="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Po="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",$o="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",To="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Mo="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",xo="{caption}\u5FC5\u9808",jo="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Lo="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",No="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",qo="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Uo="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Vo="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ko="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Ho="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Wo="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",zo="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Go="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ko="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Xo="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Jo="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",Qo="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Zo="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Yo="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ei="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ti="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ni="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",ri="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ui="\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",oi="\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",ii="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ai="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",si="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",ci="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",li="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",fi="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",pi="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",di="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",hi="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",yi="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",vi="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",gi="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",mi="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ei="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",bi="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",_i="please select control",Bi="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Si="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ai="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",wi="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Ci="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Ii="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Oi="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Fi="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Di="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Ri="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Pi="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",$i="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Ti="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Mi="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",xi="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",ji="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Li="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Ni="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",qi={isNotNumber:Ro,isNotString:Po,isNotObject:$o,isNotArray:To,isNotBoolean:Mo,runtimeRequired:xo,pleaseEnterCaption:jo,pleaseEnterCaptionTip:Lo,pleaseEnterPlaceholder:No,pleaseEnterFieldCode:qo,pleaseEnterForm:Uo,pleaseEnterList:Vo,pleaseEnterProcess:ko,pleaseEnterLabel:Ho,pleaseEnterValue:Wo,bizKeyNotBindFiled:zo,pleaseEnterNumberRange:Go,pleaseEnterAValueGreaterThanMin:Ko,pleaseEnterAValueLessThanMax:Xo,numberRangeSetError:Jo,stringRangeError:Qo,attachmentMaxSize:Zo,pleaseEnterTotalScoreSetting:Yo,theTotalScoreMustNotBeLessThan1:ei,scoreDefaultValueRange:ti,attachmentLimitError:ni,PleaseReselectTheOptionalQuantity:ri,TheMaximumLengthIsGreaterThanTheMinimumLength:ui,TheMinimumLengthIsGreaterThanTheMaximumLength:oi,PleaseSelectTheCorrectOptionSettings:ii,optionIdIsRepeat:ai,optionIsRequired:si,pleaseEnterDataCode:ci,pleaseEnterValueFieldCode:li,pleaseEnterSvcCode:fi,pleaseBindAtLeastOneDisplayValue:pi,pleaseSelectProvince:di,pleaseSelectCity:hi,pleaseSelectDistrict:yi,limitRowsCannotBeLessThan0:vi,TheNumberOfRowsCannotBeLessThanMinRows:gi,pleaseEnterColumnWidth:mi,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Ei,pleaseCompleteAllRulesAndConditions:bi,pleaseSelectControl:_i,pleaseSelectDashboard:Bi,theViewNameCannotBeEmpty:Si,pleaseSelectOcrType:Ai,pleaseSelectAtLeastOneFieldToFillIn:wi,pleaseChooseAtLeastOne:Ci,pleaseEnterButtonContent:Ii,pleaseEnterDataCodeInDataSetting:Oi,pleaseEnterValueFieldCodeInDataSetting:Fi,pleaseEnterSvcCodeInDataSetting:Di,pleaseBindAtLeastOneDisplayValueInDataSetting:Ri,rootNodeIsRequiredInDataSetting:Pi,pleaseEnterMaxHeight:$i,pleaseEnter:Ti,pleaseEnterWatermark:Mi,pleaseEnterFileName:xi,pleaseUploadAtLeastOnePrintTemplate:ji,pleaseAssignBusiness:Li,pleaseAssignExternal:Ni},Ui={zhCN:Eu,enUS:Do,jaJP:qi},Qt;(function(e){e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable"})(Qt||(Qt={}));var Zt;(function(e){e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN"})(Zt||(Zt={}));var Vi="zh-CN",ki=function(){};function P(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var z;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(z||(z={}));var d;(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.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.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.EMPLOYEE_COLUMN="employee-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.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.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"})(d||(d={}));var A;(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.RELATION="relation",e.LIST="list",e.RELATION_FIELD="relation-field",e.REFERENCE_FIELD="reference-field",e.CALC_FIELD="calc",e.JSON="json",e.BIGINT="bigint",e.ANY="ANY",e.ENCRYPTED_FIELD="encrypted_field"})(A||(A={}));var D,Hi=(D={},P(D,A.ARRAY,d.ARRAY_COLUMN),P(D,A.AUTO_NUMBER,d.AUTO_NUMBER_COLUMN),P(D,A.DECIMAL,d.DECIMAL_COLUMN),P(D,A.DEPARTMENTS,d.DEPARTMENT_COLUMN),P(D,A.FILE,d.FILE_COLUMN),P(D,A.IMAGE,d.IMAGE_COLUMN),P(D,A.ADDRESS,d.LOCATION_COLUMN),P(D,A.EMPLOYEES,d.EMPLOYEE_COLUMN),P(D,A.TEXT,d.TEXT_COLUMN),P(D,A.TIMESCOPE,d.TIMESCOPE_COLUMN),P(D,A.TIMESTAMP,d.TIMESTAMP_COLUMN),P(D,A.VARCHAR,d.VARCHAR_COLUMN),P(D,A.RELATION,d.VARCHAR_COLUMN),D),Yt;(function(e){e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATETIME="datetime"})(Yt||(Yt={}));var en="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Wi=en+"0123456789";function He(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",r=0;r<e;r++){var n=r===0?en:Wi,u=Math.random()*n.length;t+=n[parseInt(String(u),10)]}return t}function We(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function zi(e){if(Array.isArray(e))return We(e)}function Gi(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function tn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ki(){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 ve(e,t,r){return Ki()?ve=Reflect.construct:ve=function(u,o,i){var s=[null];s.push.apply(s,o);var c=Function.bind.apply(u,s),a=new c;return i&&ne(a,i.prototype),a},ve.apply(null,arguments)}function te(e){return te=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},te(e)}function nn(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&&ne(e,t)}function Xi(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Ji(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Qi(){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 Zi(e,t){return t&&(Yi(t)==="object"||typeof t=="function")?t:Gi(e)}function ne(e,t){return ne=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},ne(e,t)}function rn(e){return zi(e)||Ji(e)||ea(e)||Qi()}var Yi=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function ea(e,t){if(!!e){if(typeof e=="string")return We(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return We(e,t)}}function ze(e){var t=typeof Map=="function"?new Map:void 0;return ze=function(n){if(n===null||!Xi(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(n))return t.get(n);t.set(n,u)}function u(){return ve(n,arguments,te(this).constructor)}return u.prototype=Object.create(n.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),ne(u,n)},ze(e)}function ta(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function un(e){var t=ta();return function(){var n=te(e),u;if(t){var o=te(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Zi(this,u)}}var Ge=console;function ge(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n,u=t.slice(1);(n=Ge).warn.apply(n,["\u{1F9D0} Driven Warning:"+t[0]].concat(rn(u)))}function on(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n,u=t.slice(1);(n=Ge).log.apply(n,["\u{1F680} Driven Log:"+t[0]].concat(rn(u)))}function na(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var Ke=function(e){nn(r,e);var t=un(r);function r(n){tn(this,r);var u;return u=t.call(this,n),u.name="\u{1F4A5} Driven Error",u.message=n?na(n):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",u}return r}(ze(Error)),ra=function(e){nn(r,e);var t=un(r);function r(n){tn(this,r);var u;return u=t.call(this,n),u.name="\u{1F6A8} Driven Reference Error",u}return r}(Ke);function re(e){throw new Ke(e)}function an(e){throw new ra(e)}function ua(e){Ge.error(new Ke(e))}var oa=Object.prototype.toString;function sn(e,t){return oa.call(e)==="[object "+t+"]"}function ia(e){return sn(e,"String")}function aa(e){return sn(e,"Promise")}var sa=function(){function e(t){var r,n;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((n=(r=t.messages)!==null&&r!==void 0?r:this.getPreImport(t.locale))!==null&&n!==void 0?n:{}),t.variableRegExp&&(this.variableRegExp=t.variableRegExp),this.setLocale(t.locale)}return e.prototype.setLocale=function(t){var r=this;this.locale=t,this._messageCache.clear();var n=this.getMessageData();aa(n)?n.then(function(u){r._messageCache.clear(),r.messages[r.localeInMessageKey]=u}):this.messages[this.localeInMessageKey]=n},e.prototype.getMessageData=function(){var t=this._messages[this.localeInMessageKey];return typeof t=="function"?t():t},e.prototype.translate=function(t,r,n){var u=this.getMessage(t);return u?this.formatMessage(u,n):this.formatMessage(r,n)},e.prototype.getMessage=function(t){if(this._messageCache.has(t))return this._messageCache.get(t);var r=this.getPathArray(t),n=r.reduce(function(u,o,i,s){if(u!==void 0){var c=u[o];if(!(i===s.length-1&&!ia(c)))return c}},this.message);return this._messageCache.set(t,n),n},e.prototype.formatMessage=function(t,r){return r?t.replace(this.variableRegExp,function(n,u){var o=r[u];return o!==void 0?String(o):n}):t},e.prototype.getPreImport=function(t){var r;if(window.okI18nPreImport){var n=this.getLocaleInMessageKey(t);return window.okI18nPreImport.hasOwnProperty(n)?window.okI18nPreImport:(r={},r[n]=window.okI18nPreImport,r)}},e.prototype.getPathArray=function(t){return t.split(".")},e.prototype.getLocaleInMessageKey=function(t){return t.replace(/-/g,"")},Object.defineProperty(e.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"message",{get:function(){var t;return(t=this.messages[this.localeInMessageKey])!==null&&t!==void 0?t:{}},enumerable:!1,configurable:!0}),e}();function ca(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var T=function(){function e(){ca(this,e)}return e.getMessage=function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(r,"",n)},e.resetI18n=function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Vi;return new sa({locale:r,messages:Ui})},e.setLocale=function(r){return this.$i18n.setLocale(r)},e}();T.$i18n=T.resetI18n();function cn(e,t,r){var n=t.replace(/\[(\d)]/g,function(o,i){return"."+i}).split("."),u=!1;return n.reduce(function(o,i,s,c){var a=o;if(!!o){if(!Object.prototype.hasOwnProperty.call(o,i)){ge("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 s===c.length-1&&!Object.is(a[i],r)&&(a[i]=r,u=!0),a[i]}},e),u}var la=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},fa={exports:{}};(function(e){(function(t){var r=function(l,y,w){if(!a(y)||p(y)||v(y)||_(y)||c(y))return y;var b,C=0,x=0;if(f(y))for(b=[],x=y.length;C<x;C++)b.push(r(l,y[C],w));else{b={};for(var S in y)Object.prototype.hasOwnProperty.call(y,S)&&(b[l(S,w)]=r(l,y[S],w))}return b},n=function(l,y){y=y||{};var w=y.separator||"_",b=y.split||/(?=[A-Z])/;return l.split(b).join(w)},u=function(l){return B(l)?l:(l=l.replace(/[\-_\s]+(.)?/g,function(y,w){return w?w.toUpperCase():""}),l.substr(0,1).toLowerCase()+l.substr(1))},o=function(l){var y=u(l);return y.substr(0,1).toUpperCase()+y.substr(1)},i=function(l,y){return n(l,y).toLowerCase()},s=Object.prototype.toString,c=function(l){return typeof l=="function"},a=function(l){return l===Object(l)},f=function(l){return s.call(l)=="[object Array]"},p=function(l){return s.call(l)=="[object Date]"},v=function(l){return s.call(l)=="[object RegExp]"},_=function(l){return s.call(l)=="[object Boolean]"},B=function(l){return l=l-0,l===l},h=function(l,y){var w=y&&"process"in y?y.process:y;return typeof w!="function"?l:function(b,C){return w(b,l,C)}},g={camelize:u,decamelize:i,pascalize:o,depascalize:i,camelizeKeys:function(l,y){return r(h(u,y),l)},decamelizeKeys:function(l,y){return r(h(i,y),l,y)},pascalizeKeys:function(l,y){return r(h(o,y),l)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=g:t.humps=g})(la)})(fa);function W(e){if(e!==void 0)return typeof e=="object"?JSON.parse(JSON.stringify(e)):e}function Xe(e){return Object.prototype.toString.call(e)==="[object Object]"}function pa(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function ue(e){return Array.isArray(e)}function Je(e){return typeof e=="string"}function da(e){return Object.values(d).includes(e)}function Qe(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function ha(e){if(Array.isArray(e))return Qe(e)}function ln(e,t,r,n,u,o,i){try{var s=e[o](i),c=s.value}catch(a){r(a);return}s.done?t(c):Promise.resolve(c).then(n,u)}function ya(e){return function(){var t=this,r=arguments;return new Promise(function(n,u){var o=e.apply(t,r);function i(c){ln(o,n,u,i,s,"next",c)}function s(c){ln(o,n,u,i,s,"throw",c)}i(void 0)})}}function va(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ga(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function ma(){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 Ze(e){return ha(e)||ga(e)||Ea(e)||ma()}function Ea(e,t){if(!!e){if(typeof e=="string")return Qe(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Qe(e,t)}}var ba=function(e,t){var r,n,u,o,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(a){return function(f){return c([a,f])}}function c(a){if(r)throw new TypeError("Generator is already executing.");for(;i;)try{if(r=1,n&&(u=a[0]&2?n.return:a[0]?n.throw||((u=n.return)&&u.call(n),0):n.next)&&!(u=u.call(n,a[1])).done)return u;switch(n=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++,n=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],n=0}finally{r=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}},fn=function(){function e(){va(this,e),this._events=new Map,this.debug=!1}var t=e.prototype;return t.emit=function(n){for(var u=arguments.length,o=new Array(u>1?u-1:0),i=1;i<u;i++)o[i-1]=arguments[i];var s=this;return ya(function(){var c,a,f,p,v,_,B,h,g,l,y,w;return ba(this,function(b){switch(b.label){case 0:if(c=s._events.get(n),a=[],!c)return[3,10];f=c.slice(),p=!0,v=!1,_=void 0,b.label=1;case 1:b.trys.push([1,8,9,10]),B=f[Symbol.iterator](),b.label=2;case 2:if(p=(h=B.next()).done)return[3,7];if(g=h.value,!c.includes(g))return[3,6];b.label=3;case 3:return b.trys.push([3,5,,6]),s.debug&&on.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(g.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+g.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(o.map(function(){return"%o"}).join(","),"\u3002")].concat(Ze(o))),[4,g.apply(null,Ze(o))];case 4:return l=b.sent(),s.debug&&on.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(g.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+g.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(o.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Ze(o),[l])),a.push(l),l===!1?[3,7]:[3,6];case 5:return y=b.sent(),ua(String(y)),[3,6];case 6:return p=!0,[3,2];case 7:return[3,10];case 8:return w=b.sent(),v=!0,_=w,[3,10];case 9:try{!p&&B.return!=null&&B.return()}finally{if(v)throw _}return[7];case 10:return[2,a]}})})()},t.on=function(n,u){if(this._events.has(n)){var o;(o=this._events.get(n))===null||o===void 0||o.push(u)}else this._events.set(n,[u])},t.off=function(n,u){if(this._events.has(n)){var o=this._events.get(n),i=o==null?void 0:o.indexOf(u);o==null||o.splice(i,1)}},t.delete=function(n){this._events.has(n)&&this._events.delete(n)},t.clear=function(){this._events=new Map},e}();function _a(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Ba=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_rowclick",name:"\u884C\u70B9\u51FB\u65F6",code:"list-rowclick"},{key:"on_list_before_rowdelete",name:"\u884C\u5220\u9664\u524D",code:"list-before-rowdelete"},{key:"on_list_before_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",code:"list-before-import"},{key:"on_list_rows_checked",name:"\u884C\u9009\u4E2D\u65F6",code:"list-rowsChecked"}],oe=function(){function e(){_a(this,e)}var t=e.prototype;return t.getEventsFromKeys=function(n){var u=typeof n=="string"?[n]:n;return e.events.filter(function(o){return u.includes(o.key)})},e}();oe.events=Ba;function Sa(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var pn=[],me=function(){function e(r){Sa(this,e),this.registeredControlTypes=new Set,this.controlConfigMap=new Map,this._controls=[],this._type=r,this._initControls(r)}var t=e.prototype;return t.registerControlConfig=function(n,u){return this.controlConfigMap.set(n,u),this},t.getControlConfig=function(n){return this.controlConfigMap.get(n)},t.getControls=function(){return this._controls},t.register=function(n){n.__is_control__||re("".concat(n.name," is not a Control"));var u=this._controls.findIndex(function(o){return o.controlType===n.controlType});return u>-1&&(ge("The ".concat(n.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(u,1)),this.registeredControlTypes.add(n.controlType),this._controls.push(n),this},t.isLayoutControl=function(n){return n.controlType===z.LAYOUT},t.isFormControl=function(n){return n.controlType===z.FORM},t.isListControl=function(n){return n.controlType===z.LIST},t.isColumnControl=function(n){return n.controlType===z.COLUMN},t.createControl=function(n,u){var o=this;if(Array.isArray(n))return n.map(function(f){return o.createControl(f,u)});n.children&&(n.children=n.children.map(function(f){return o.createControl(f,u)})),this.isListControl(n)&&n.props.headers&&(n.props.headers=n.props.headers.map(function(f){return o.createControl(f,u)}));var i=this.getControlFormType(n.type);if(i){var s=n;if(typeof u=="function"){var c=u(s);c&&(s=c)}var a=new i(s);return a}else re("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))},t.createControlInstance=function(n,u){var o=this.getControlFormType(n);if(o)return new o(u)},t.getControlFormType=function(n){return this._controls.find(function(u){return u.controlType===n})},t._initControls=function(n){var u=this;this.constructor.staticControls.forEach(function(o){u.register(o[n])})},e.register=function(n){var u=n.Designer,o=n.Runtime;(!u||!o||!u.__is_control__||!o.__is_control__)&&re("".concat(n," is can't register as a Control"));var i=this.staticControls.findIndex(function(s){return s.Designer.controlType===u.controlType});return i>-1&&(ge("The ".concat(u.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(i,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(n),this},e}();me.staticControls=pn,me.staticRegisteredTypes=new Set(pn.map(function(e){return e.Designer.controlType})),me.staticRegisteredConfigs=new Map;function dn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Ee=function e(t){dn(this,e);var r;this.dataCode=(r=t==null?void 0:t.dataCode)!==null&&r!==void 0?r:"";var n;this.fieldCode=(n=t==null?void 0:t.fieldCode)!==null&&n!==void 0?n:"";var u;this.fieldType=(u=t==null?void 0:t.fieldType)!==null&&u!==void 0?u:""},hn;(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"})(hn||(hn={}));var yn;(function(e){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.SERVER_PAGINATION="serverPagination",e.IS_SHOW_CAPTION_TIP="isShowCaptionTip",e.ENCRYPTED="encrypted",e.IS_INLINE_EDIT="isInlineEdit",e.REVISIONS_MODE="revisionsMode",e.ALLOW_COPY_OPTIONS="allowCopyOptions"})(yn||(yn={}));var Ye;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.READONLY=1]="READONLY",e[e.EDITABLE=2]="EDITABLE",e[e.PRINT=5]="PRINT"})(Ye||(Ye={}));var Aa=function e(t){dn(this,e);var r;this.width=(r=t==null?void 0:t.width)!==null&&r!==void 0?r:"";var n;this.height=(n=t==null?void 0:t.height)!==null&&n!==void 0?n:"";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 wa(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function et(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ca(){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 be(e,t,r){return Ca()?be=Reflect.construct:be=function(u,o,i){var s=[null];s.push.apply(s,o);var c=Function.bind.apply(u,s),a=new c;return i&&ae(a,i.prototype),a},be.apply(null,arguments)}function ie(e){return ie=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},ie(e)}function Ia(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&&ae(e,t)}function Oa(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Fa(e,t){return t&&(Da(t)==="object"||typeof t=="function")?t:wa(e)}function ae(e,t){return ae=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},ae(e,t)}var Da=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function tt(e){var t=typeof Map=="function"?new Map:void 0;return tt=function(n){if(n===null||!Oa(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(n))return t.get(n);t.set(n,u)}function u(){return be(n,arguments,ie(this).constructor)}return u.prototype=Object.create(n.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),ae(u,n)},tt(e)}function Ra(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Pa(e){var t=Ra();return function(){var n=ie(e),u;if(t){var o=ie(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Fa(this,u)}}var nt=function e(t){et(this,e),this.isHide={type:"boolean"}},vn=function(e){Ia(r,e);var t=Pa(r);function r(n){return et(this,r),t.call(this)}return r}(tt(Array)),q=function e(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";et(this,e);var n;this.isHide=(n=t==null?void 0:t.isHide)!==null&&n!==void 0?n:!1,this.style=new Aa(t==null?void 0:t.style);var u;this.caption=(u=t==null?void 0:t.caption)!==null&&u!==void 0?u:r};q.Rules=nt,q.RuntimeRules=vn;function M(){return M=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},M.apply(this,arguments)}function $a(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function rt(e){return rt=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},rt(e)}function _e(e,t){return _e=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},_e(e,t)}function Ta(){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 Be(e,t,r){return Ta()?Be=Reflect.construct:Be=function(u,o,i){var s=[null];s.push.apply(s,o);var c=Function.bind.apply(u,s),a=new c;return i&&_e(a,i.prototype),a},Be.apply(null,arguments)}function Ma(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function ut(e){var t=typeof Map=="function"?new Map:void 0;return ut=function(n){if(n===null||!Ma(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(n))return t.get(n);t.set(n,u)}function u(){return Be(n,arguments,rt(this).constructor)}return u.prototype=Object.create(n.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),_e(u,n)},ut(e)}var xa=/%[sdj%]/g,gn=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(gn=function(t,r){typeof console!="undefined"&&console.warn&&r.every(function(n){return typeof n=="string"})&&console.warn(t,r)});function ot(e){if(!e||!e.length)return null;var t={};return e.forEach(function(r){var n=r.field;t[n]=t[n]||[],t[n].push(r)}),t}function $(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=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(xa,function(s){if(s==="%%")return"%";if(n>=o)return s;switch(s){case"%s":return String(t[n++]);case"%d":return Number(t[n++]);case"%j":try{return JSON.stringify(t[n++])}catch(c){return"[Circular]"}break;default:return s}});return i}return u}function ja(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function I(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||ja(t)&&typeof e=="string"&&!e)}function La(e,t,r){var n=[],u=0,o=e.length;function i(s){n.push.apply(n,s),u++,u===o&&r(n)}e.forEach(function(s){t(s,i)})}function mn(e,t,r){var n=0,u=e.length;function o(i){if(i&&i.length){r(i);return}var s=n;n=n+1,s<u?t(e[s],o):r([])}o([])}function Na(e){var t=[];return Object.keys(e).forEach(function(r){t.push.apply(t,e[r])}),t}var En=function(e){$a(t,e);function t(r,n){var u;return u=e.call(this,"Async Validation Error")||this,u.errors=r,u.fields=n,u}return t}(ut(Error));function qa(e,t,r,n){if(t.first){var u=new Promise(function(p,v){var _=function(g){return n(g),g.length?v(new En(g,ot(g))):p()},B=Na(e);mn(B,r,_)});return u.catch(function(p){return p}),u}var o=t.firstFields||[];o===!0&&(o=Object.keys(e));var i=Object.keys(e),s=i.length,c=0,a=[],f=new Promise(function(p,v){var _=function(h){if(a.push.apply(a,h),c++,c===s)return n(a),a.length?v(new En(a,ot(a))):p()};i.length||(n(a),p()),i.forEach(function(B){var h=e[B];o.indexOf(B)!==-1?mn(h,r,_):La(h,r,_)})});return f.catch(function(p){return p}),f}function bn(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 _n(e,t){if(t){for(var r in t)if(t.hasOwnProperty(r)){var n=t[r];typeof n=="object"&&typeof e[r]=="object"?e[r]=M(M({},e[r]),n):e[r]=n}}return e}function Bn(e,t,r,n,u,o){e.required&&(!r.hasOwnProperty(e.field)||I(t,o||e.type))&&n.push($(u.messages.required,e.fullField))}function Ua(e,t,r,n,u){(/^\s+$/.test(t)||t==="")&&n.push($(u.messages.whitespace,e.fullField))}var it={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},se={integer:function(t){return se.number(t)&&parseInt(t,10)===t},float:function(t){return se.number(t)&&!se.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch(r){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"&&!se.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&!!t.match(it.email)&&t.length<255},url:function(t){return typeof t=="string"&&!!t.match(it.url)},hex:function(t){return typeof t=="string"&&!!t.match(it.hex)}};function Va(e,t,r,n,u){if(e.required&&t===void 0){Bn(e,t,r,n,u);return}var o=["integer","float","array","regexp","object","method","email","number","date","url","hex"],i=e.type;o.indexOf(i)>-1?se[i](t)||n.push($(u.messages.types[i],e.fullField,e.type)):i&&typeof t!==e.type&&n.push($(u.messages.types[i],e.fullField,e.type))}function ka(e,t,r,n,u){var o=typeof e.len=="number",i=typeof e.min=="number",s=typeof e.max=="number",c=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,a=t,f=null,p=typeof t=="number",v=typeof t=="string",_=Array.isArray(t);if(p?f="number":v?f="string":_&&(f="array"),!f)return!1;_&&(a=t.length),v&&(a=t.replace(c,"_").length),o?a!==e.len&&n.push($(u.messages[f].len,e.fullField,e.len)):i&&!s&&a<e.min?n.push($(u.messages[f].min,e.fullField,e.min)):s&&!i&&a>e.max?n.push($(u.messages[f].max,e.fullField,e.max)):i&&s&&(a<e.min||a>e.max)&&n.push($(u.messages[f].range,e.fullField,e.min,e.max))}var G="enum";function Ha(e,t,r,n,u){e[G]=Array.isArray(e[G])?e[G]:[],e[G].indexOf(t)===-1&&n.push($(u.messages[G],e.fullField,e[G].join(", ")))}function Wa(e,t,r,n,u){if(e.pattern){if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||n.push($(u.messages.pattern.mismatch,e.fullField,t,e.pattern));else if(typeof e.pattern=="string"){var o=new RegExp(e.pattern);o.test(t)||n.push($(u.messages.pattern.mismatch,e.fullField,t,e.pattern))}}}var m={required:Bn,whitespace:Ua,type:Va,range:ka,enum:Ha,pattern:Wa};function za(e,t,r,n,u){var o=[],i=e.required||!e.required&&n.hasOwnProperty(e.field);if(i){if(I(t,"string")&&!e.required)return r();m.required(e,t,n,o,u,"string"),I(t,"string")||(m.type(e,t,n,o,u),m.range(e,t,n,o,u),m.pattern(e,t,n,o,u),e.whitespace===!0&&m.whitespace(e,t,n,o,u))}r(o)}function Ga(e,t,r,n,u){var o=[],i=e.required||!e.required&&n.hasOwnProperty(e.field);if(i){if(I(t)&&!e.required)return r();m.required(e,t,n,o,u),t!==void 0&&m.type(e,t,n,o,u)}r(o)}function Ka(e,t,r,n,u){var o=[],i=e.required||!e.required&&n.hasOwnProperty(e.field);if(i){if(t===""&&(t=void 0),I(t)&&!e.required)return r();m.required(e,t,n,o,u),t!==void 0&&(m.type(e,t,n,o,u),m.range(e,t,n,o,u))}r(o)}function Xa(e,t,r,n,u){var o=[],i=e.required||!e.required&&n.hasOwnProperty(e.field);if(i){if(I(t)&&!e.required)return r();m.required(e,t,n,o,u),t!==void 0&&m.type(e,t,n,o,u)}r(o)}function Ja(e,t,r,n,u){var o=[],i=e.required||!e.required&&n.hasOwnProperty(e.field);if(i){if(I(t)&&!e.required)return r();m.required(e,t,n,o,u),I(t)||m.type(e,t,n,o,u)}r(o)}function Qa(e,t,r,n,u){var o=[],i=e.required||!e.required&&n.hasOwnProperty(e.field);if(i){if(I(t)&&!e.required)return r();m.required(e,t,n,o,u),t!==void 0&&(m.type(e,t,n,o,u),m.range(e,t,n,o,u))}r(o)}function Za(e,t,r,n,u){var o=[],i=e.required||!e.required&&n.hasOwnProperty(e.field);if(i){if(I(t)&&!e.required)return r();m.required(e,t,n,o,u),t!==void 0&&(m.type(e,t,n,o,u),m.range(e,t,n,o,u))}r(o)}function Ya(e,t,r,n,u){var o=[],i=e.required||!e.required&&n.hasOwnProperty(e.field);if(i){if(t==null&&!e.required)return r();m.required(e,t,n,o,u,"array"),t!=null&&(m.type(e,t,n,o,u),m.range(e,t,n,o,u))}r(o)}function es(e,t,r,n,u){var o=[],i=e.required||!e.required&&n.hasOwnProperty(e.field);if(i){if(I(t)&&!e.required)return r();m.required(e,t,n,o,u),t!==void 0&&m.type(e,t,n,o,u)}r(o)}var ts="enum";function ns(e,t,r,n,u){var o=[],i=e.required||!e.required&&n.hasOwnProperty(e.field);if(i){if(I(t)&&!e.required)return r();m.required(e,t,n,o,u),t!==void 0&&m[ts](e,t,n,o,u)}r(o)}function rs(e,t,r,n,u){var o=[],i=e.required||!e.required&&n.hasOwnProperty(e.field);if(i){if(I(t,"string")&&!e.required)return r();m.required(e,t,n,o,u),I(t,"string")||m.pattern(e,t,n,o,u)}r(o)}function us(e,t,r,n,u){var o=[],i=e.required||!e.required&&n.hasOwnProperty(e.field);if(i){if(I(t,"date")&&!e.required)return r();if(m.required(e,t,n,o,u),!I(t,"date")){var s;t instanceof Date?s=t:s=new Date(t),m.type(e,s,n,o,u),s&&m.range(e,s.getTime(),n,o,u)}}r(o)}function os(e,t,r,n,u){var o=[],i=Array.isArray(t)?"array":typeof t;m.required(e,t,n,o,u,i),r(o)}function at(e,t,r,n,u){var o=e.type,i=[],s=e.required||!e.required&&n.hasOwnProperty(e.field);if(s){if(I(t,o)&&!e.required)return r();m.required(e,t,n,i,u,o),I(t,o)||m.type(e,t,n,i,u)}r(i)}function is(e,t,r,n,u){var o=[],i=e.required||!e.required&&n.hasOwnProperty(e.field);if(i){if(I(t)&&!e.required)return r();m.required(e,t,n,o,u)}r(o)}var ce={string:za,method:Ga,number:Ka,boolean:Xa,regexp:Ja,integer:Qa,float:Za,array:Ya,object:es,enum:ns,pattern:rs,date:us,url:at,hex:at,email:at,required:os,any:is};function st(){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 ct=st();function U(e){this.rules=null,this._messages=ct,this.define(e)}U.prototype={messages:function(t){return t&&(this._messages=_n(st(),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 r,n;for(r in t)t.hasOwnProperty(r)&&(n=t[r],this.rules[r]=Array.isArray(n)?n:[n])},validate:function(t,r,n){var u=this;r===void 0&&(r={}),n===void 0&&(n=function(){});var o=t,i=r,s=n;if(typeof i=="function"&&(s=i,i={}),!this.rules||Object.keys(this.rules).length===0)return s&&s(),Promise.resolve();function c(h){var g,l=[],y={};function w(b){if(Array.isArray(b)){var C;l=(C=l).concat.apply(C,b)}else l.push(b)}for(g=0;g<h.length;g++)w(h[g]);l.length?y=ot(l):(l=null,y=null),s(l,y)}if(i.messages){var a=this.messages();a===ct&&(a=st()),_n(a,i.messages),i.messages=a}else i.messages=this.messages();var f,p,v={},_=i.keys||Object.keys(this.rules);_.forEach(function(h){f=u.rules[h],p=o[h],f.forEach(function(g){var l=g;typeof l.transform=="function"&&(o===t&&(o=M({},o)),p=o[h]=l.transform(p)),typeof l=="function"?l={validator:l}:l=M({},l),l.validator=u.getValidationMethod(l),l.field=h,l.fullField=l.fullField||h,l.type=u.getType(l),l.validator&&(v[h]=v[h]||[],v[h].push({rule:l,value:p,source:o,field:h}))})});var B={};return qa(v,i,function(h,g){var l=h.rule,y=(l.type==="object"||l.type==="array")&&(typeof l.fields=="object"||typeof l.defaultField=="object");y=y&&(l.required||!l.required&&h.value),l.field=h.field;function w(x,S){return M(M({},S),{},{fullField:l.fullField+"."+x})}function b(x){x===void 0&&(x=[]);var S=x;if(Array.isArray(S)||(S=[S]),!i.suppressWarning&&S.length&&U.warning("async-validator:",S),S.length&&l.message!==void 0&&(S=[].concat(l.message)),S=S.map(bn(l)),i.first&&S.length)return B[l.field]=1,g(S);if(!y)g(S);else{if(l.required&&!h.value)return l.message!==void 0?S=[].concat(l.message).map(bn(l)):i.error&&(S=[i.error(l,$(i.messages.required,l.field))]),g(S);var j={};if(l.defaultField)for(var pr in h.value)h.value.hasOwnProperty(pr)&&(j[pr]=l.defaultField);j=M(M({},j),h.rule.fields);for(var J in j)if(j.hasOwnProperty(J)){var Wf=Array.isArray(j[J])?j[J]:[j[J]];j[J]=Wf.map(w.bind(null,J))}var dr=new U(j);dr.messages(i.messages),h.rule.options&&(h.rule.options.messages=i.messages,h.rule.options.error=i.error),dr.validate(h.value,h.rule.options||i,function(Xt){var Q=[];S&&S.length&&Q.push.apply(Q,S),Xt&&Xt.length&&Q.push.apply(Q,Xt),g(Q.length?Q:null)})}}var C;l.asyncValidator?C=l.asyncValidator(l,h.value,b,h.source,i):l.validator&&(C=l.validator(l,h.value,b,h.source,i),C===!0?b():C===!1?b(l.message||l.field+" fails"):C instanceof Array?b(C):C instanceof Error&&b(C.message)),C&&C.then&&C.then(function(){return b()},function(x){return b(x)})},function(h){c(h)})},getType:function(t){if(t.type===void 0&&t.pattern instanceof RegExp&&(t.type="pattern"),typeof t.validator!="function"&&t.type&&!ce.hasOwnProperty(t.type))throw new Error($("Unknown rule type %s",t.type));return t.type||"string"},getValidationMethod:function(t){if(typeof t.validator=="function")return t.validator;var r=Object.keys(t),n=r.indexOf("message");return n!==-1&&r.splice(n,1),r.length===1&&r[0]==="required"?ce.required:ce[this.getType(t)]||!1}},U.register=function(t,r){if(typeof r!="function")throw new Error("Cannot register a validator by type, validator is not a function");ce[t]=r},U.warning=gn,U.messages=ct,U.validators=ce;var as={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 ss(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=new U(e);return r.messages(Object.assign(as,t)),r}var Sn=new fn;function lt(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function cs(e){if(Array.isArray(e))return e}function ls(e){if(Array.isArray(e))return lt(e)}function An(e,t,r,n,u,o,i){try{var s=e[o](i),c=s.value}catch(a){r(a);return}s.done?t(c):Promise.resolve(c).then(n,u)}function wn(e){return function(){var t=this,r=arguments;return new Promise(function(n,u){var o=e.apply(t,r);function i(c){An(o,n,u,i,s,"next",c)}function s(c){An(o,n,u,i,s,"throw",c)}i(void 0)})}}function fs(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Cn(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function ps(e,t,r){return t&&Cn(e.prototype,t),r&&Cn(e,r),e}function ds(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function In(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function On(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function hs(){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 ys(){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 Fn(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{},n=Object.keys(r);typeof Object.getOwnPropertySymbols=="function"&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(u){return Object.getOwnPropertyDescriptor(r,u).enumerable}))),n.forEach(function(u){ds(e,u,r[u])})}return e}function vs(e){return cs(e)||On(e)||Dn(e)||hs()}function ft(e){return ls(e)||On(e)||Dn(e)||ys()}function Dn(e,t){if(!!e){if(typeof e=="string")return lt(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return lt(e,t)}}var Rn=function(e,t){var r,n,u,o,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(a){return function(f){return c([a,f])}}function c(a){if(r)throw new TypeError("Generator is already executing.");for(;i;)try{if(r=1,n&&(u=a[0]&2?n.return:a[0]?n.throw||((u=n.return)&&u.call(n),0):n.next)&&!(u=u.call(n,a[1])).done)return u;switch(n=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++,n=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],n=0}finally{r=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}},R=function(){function t(n){var u=this;fs(this,t),this.setting=[],this.eventKeys=[],this.customEvents=[],this.parent=null,this.updateSetting=$n,this.removeSetting=Pn,this._callControlHooks("preInstance",n);var o=In(this,t)?this.constructor:void 0,i=o.controlName,s=o.controlIcon,c=o.controlType,a=o.controlFieldType,f=o.controlEventKeys,p=o.controlCustomEvents,v=o.name,_=o.setting;i&&s&&c||an("The ".concat(v," controlName,controlIcon,controlType is not define"));var B;this.id=(B=n==null?void 0:n.id)!==null&&B!==void 0?B:He(10),this.name=i,this.icon=s;var h;this.type=(h=n==null?void 0:n.type)!==null&&h!==void 0?h:c,this.props=new q(n==null?void 0:n.props,(In(this,t)?this.constructor:void 0).controlName);var g;this.controlType=(g=n==null?void 0:n.controlType)!==null&&g!==void 0?g:"base",this.setting=W(_);var l;this.fieldType=(l=n==null?void 0:n.fieldType)!==null&&l!==void 0?l:a,this.eventKeys=W(f),this.customEvents=W(p),Promise.resolve().then(function(){u._callControlHooks("postInstance",n)})}var r=t.prototype;return r._callControlHooks=function(){for(var u=arguments.length,o=new Array(u),i=0;i<u;i++)o[i]=arguments[i];var s,c=vs(o),a=c[0],f=c.slice(1);return(s=Sn).emit.apply(s,[a,this].concat(ft(f)))},r.preUpdate=function(u,o){this._callControlHooks("preUpdateProps",u,o)},r.postUpdate=function(u,o){this._callControlHooks("postUpdateProps",u,o)},r.updateProps=function(u,o){this.preUpdate(u,o),cn(this.props,u,o),this.postUpdate(u,o)},r.preValidate=function(){var u=this;return wn(function(){var o,i,s;return Rn(this,function(c){switch(c.label){case 0:return o=Fn({},u.rules),[4,u._callControlHooks("preValidate",o)];case 1:return i=c.sent(),s=i[i.length-1],[2,s===!1?void 0:s]}})})()},r.validate=function(u,o){var i=this;return wn(function(){var s,c,a,f;return Rn(this,function(p){switch(p.label){case 0:return[4,i.preValidate()];case 1:s=p.sent(),c=s!==void 0?s:Fn({},i.rules),Array.isArray(o)&&o.forEach(function(v){c.hasOwnProperty(v)&&delete c[v]}),a=ss(c,u),p.label=2;case 2:return p.trys.push([2,4,,5]),[4,a.validate(i.props)];case 3:return p.sent(),[2,!0];case 4:throw f=p.sent(),f.control||(f.control=i),f;case 5:return[2]}})})()},r.toDataBindModel=function(){var u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,o=this.fieldType,i=this.id,s=this.type,c=this.props,a=c.dataBind,f=c.datasourceBind,p=c.optionConfig,v=c.caption,_=c.required,B=c.maxLength,h=c.options,g=c.encrypted,l=c.encryptedMode;if(!(!o&&!a&&!f)){var y={parentId:u,fieldType:o,controlId:i,caption:v,type:s,props:{}};switch(a&&(y.dataBind=a),p){case"datasource":case void 0:f&&(y.datasourceBind=f);break;case"custom":y.props.options=h;break}return _!==void 0&&(y.required=_),B!==void 0&&(y.maxLength=B),g!==void 0&&(y.encrypted=g),l!==void 0&&(y.encryptedMode=l),y}},r.preToSchema=function(){this._callControlHooks("preToSchema",this)},r.toSchema=function(){return this.preToSchema(),{id:this.id,type:this.type,props:W(this.props),fieldType:this.fieldType,controlType:this.controlType}},t.updateBasicControl=function(u,o){if(u==="setting"){if(o.add){var i;(i=this.setting).push.apply(i,ft(o.add))}o.remove&&this.removeSettingItem(o.remove),o.update}},ps(t,[{key:"rules",get:function(){var u=this.props.constructor.Rules;return u?new u(this.props):{}}}]),t}();R.controlName="\u63A7\u4EF6",R.controlIcon="icon",R.controlType="control",R.controlEventKeys=[],R.controlCustomEvents=[],R.setting=[],R.__is_control__=!0,R.removeSettingItem=Pn,R.updateSettingItem=$n;function Pn(e){var t=this,r=Array.isArray(e)?e:[e];r.forEach(function(n){var u=typeof n!="string",o=t.setting.findIndex(function(c){return c.key===(u?n.key:n)});if(o!==-1){var i,s;u?t.setting[o].showItems=(i=t.setting[o].showItems)===null||i===void 0?void 0:i.filter(function(c){return!n.hideItems.includes(c)}):t.setting.splice(o,1),u&&!(!((s=t.setting[o].showItems)===null||s===void 0)&&s.length)&&t.setting.splice(o,1)}})}function $n(e,t){var r=this,n=typeof e=="string"?[e]:e;n.forEach(function(u){var o=r.setting.find(function(a){return a.key===u});if(o){if(typeof t=="boolean")o.visible=t;else if(typeof t=="object"){var i,s=(i=t.type)!==null&&i!==void 0?i:"replace";if(s==="replace")o.showItems=t.showItems;else{var c;(c=o.showItems).push.apply(c,ft(t.showItems))}}}})}function gs(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Tn(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function ms(e,t,r){return t&&Tn(e.prototype,t),r&&Tn(e,r),e}function Es(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var pt=function(){function t(r){gs(this,t),this.customEvents=[],this.parent=null;var n=Es(this,t)?this.constructor:void 0,u=n.controlType,o=n.controlFieldType,i=n.name,s=n.controlCustomEvents;u||an("The ".concat(i," controlType is not define"));var c;this.id=(c=r==null?void 0:r.id)!==null&&c!==void 0?c:He(10);var a;this.type=(a=r==null?void 0:r.type)!==null&&a!==void 0?a:u,this.props=new q(r==null?void 0:r.props),this.customEvents=s;var f;this.controlType=(f=r==null?void 0:r.controlType)!==null&&f!==void 0?f:"base";var p;this.fieldType=(p=r==null?void 0:r.fieldType)!==null&&p!==void 0?p:o;var v;this.pageStatus=(v=r==null?void 0:r.pageStatus)!==null&&v!==void 0?v:Ye.UNKNOWN}return ms(t,[{key:"rules",get:function(){var n=this.props.constructor.RuntimeRules;if(n){var u=new n(this.props);return Array.from(u)}return[]}}]),t}();pt.controlType="control",pt.__is_control__=!0,pt.controlCustomEvents=[];function bs(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function dt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Se(e){return Se=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Se(e)}function ht(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 _s(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function Bs(e,t){return t&&(Ss(t)==="object"||typeof t=="function")?t:bs(e)}function yt(e,t){return yt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},yt(e,t)}var Ss=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function As(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function vt(e){var t=As();return function(){var n=Se(e),u;if(t){var o=Se(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Bs(this,u)}}var ws=function(e){ht(r,e);var t=vt(r);function r(n){dt(this,r);var u;u=t.call(this,n),u.dataBind={},u.caption={type:"string",required:!0,message:T.getMessage("pleaseEnterCaption")},u.isHideCaption={type:"boolean"},u.labelPosition={type:"enum",enum:["top","left"]},u.defaultState={type:"enum",enum:["default","readonly"]},u.required={type:"boolean"},u.captionTip={type:"string",required:!1,message:T.getMessage("pleaseEnterCaptionTip")};var o={fieldCode:{type:"string",required:!0,message:T.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:T.getMessage("pleaseEnterFieldCode")}};if(_s(n.dataBind,Ee))u.dataBind={type:"object",required:!0,fields:W(o),message:T.getMessage("pleaseEnterFieldCode")};else{var i={type:"object",required:!0,fields:{},message:T.getMessage("pleaseEnterFieldCode")};Object.keys(n.dataBind).forEach(function(s){i.fields[s]={type:"object",required:!0,fields:W(o),message:T.getMessage("pleaseEnterFieldCode")}}),u.dataBind=i}return n.isShowCaptionTip&&(u.captionTip.required=!0),u}return r}(nt),Cs=function(e){ht(r,e);var t=vt(r);function r(n){dt(this,r);var u;return u=t.call(this,n),u.push({type:"string",required:n.isHide?!1:n.required,message:n.requiredMessage!==""?n.requiredMessage:T.getMessage("runtimeRequired",{caption:n.caption})}),u}return r}(vn),gt=function(e){ht(r,e);var t=vt(r);function r(n){dt(this,r);var u;u=t.call(this,n);var o;u.caption=(o=n==null?void 0:n.caption)!==null&&o!==void 0?o:"";var i;u.isHideCaption=(i=n==null?void 0:n.isHideCaption)!==null&&i!==void 0?i:!1;var s;u.isShowCaptionTip=(s=n==null?void 0:n.isShowCaptionTip)!==null&&s!==void 0?s:!1;var c;u.captionTip=(c=n==null?void 0:n.captionTip)!==null&&c!==void 0?c:"";var a;u.defaultState=(a=n==null?void 0:n.defaultState)!==null&&a!==void 0?a:"default";var f;u.labelPosition=(f=n==null?void 0:n.labelPosition)!==null&&f!==void 0?f:"top";var p;u.placeholder=(p=n==null?void 0:n.placeholder)!==null&&p!==void 0?p:"";var v;u.required=(v=n==null?void 0:n.required)!==null&&v!==void 0?v:!1;var _;u.requiredMessage=(_=n==null?void 0:n.requiredMessage)!==null&&_!==void 0?_:"",u.dataBind=new Ee(n==null?void 0:n.dataBind);var B;return u.defaultValue=(B=n==null?void 0:n.defaultValue)!==null&&B!==void 0?B:"",u}return r}(q);gt.Rules=ws,gt.RuntimeRules=Cs;function Is(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Os(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ae(e){return Ae=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Ae(e)}function Fs(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&&mt(e,t)}function Ds(e,t){return t&&(Rs(t)==="object"||typeof t=="function")?t:Is(e)}function mt(e,t){return mt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},mt(e,t)}var Rs=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Ps(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function $s(e){var t=Ps();return function(){var n=Ae(e),u;if(t){var o=Ae(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Ds(this,u)}}var le=function(e){Fs(r,e);var t=$s(r);function r(n){Os(this,r);var u;return u=t.call(this,n),u.controlType="form",u.props=new gt(n==null?void 0:n.props),u}return r}(R);le.controlEventKeys=["on_change","on_focus","on_blur"];function Ts(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ms(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function we(e){return we=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},we(e)}function xs(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&&Et(e,t)}function js(e,t){return t&&(Ls(t)==="object"||typeof t=="function")?t:Ts(e)}function Et(e,t){return Et=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Et(e,t)}var Ls=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Ns(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function qs(e){var t=Ns();return function(){var n=we(e),u;if(t){var o=we(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return js(this,u)}}var Mn=function(e){xs(r,e);var t=qs(r);function r(n){return Ms(this,r),t.call(this,n)}return r}(q);function bt(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Us(e){if(Array.isArray(e))return bt(e)}function Vs(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function ks(){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 xn(e){return Us(e)||Vs(e)||Hs(e)||ks()}function Hs(e,t){if(!!e){if(typeof e=="string")return bt(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return bt(e,t)}}function Ws(e,t){var r;!((r=Object.getOwnPropertyDescriptors(e)[t])===null||r===void 0)&&r.enumerable&&Object.defineProperty(e,t,{enumerable:!1})}function jn(e,t){e.parent=t,Ws(e,"parent")}function zs(e,t){e.forEach(function(r){jn(r,t)})}var Ln=Symbol("targetKey");function Nn(e){var t;return(t=e[Ln])!==null&&t!==void 0?t:e}function qn(e,t){return zs(e,t),new Proxy(e,{get:function(n,u){for(var o=arguments.length,i=new Array(o>2?o-2:0),s=2;s<o;s++)i[s-2]=arguments[s];var c;return u===Ln?n:(c=Reflect).get.apply(c,[n,u].concat(xn(i)))},set:function(n,u,o){for(var i=arguments.length,s=new Array(i>3?i-3:0),c=3;c<i;c++)s[c-3]=arguments[c];var a;if(ue(e)&&u==="length"&&o===e.length)return!0;var f=(a=Reflect).set.apply(a,[n,u,o].concat(xn(s)));return Xe(o)&&jn(o,t),f}})}function Un(e,t,r,n){var u=n!=null?n:e,o=qn(Nn(r!=null?r:[]),u);Object.defineProperty(e,t,{get:function(){return o},set:function(s){o=qn(Nn(s),u)},enumerable:!0})}function _t(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Gs(e){if(Array.isArray(e))return _t(e)}function Vn(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function kn(e,t,r,n,u,o,i){try{var s=e[o](i),c=s.value}catch(a){r(a);return}s.done?t(c):Promise.resolve(c).then(n,u)}function Ks(e){return function(){var t=this,r=arguments;return new Promise(function(n,u){var o=e.apply(t,r);function i(c){kn(o,n,u,i,s,"next",c)}function s(c){kn(o,n,u,i,s,"throw",c)}i(void 0)})}}function Xs(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Js(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function K(e,t,r){return typeof Reflect!="undefined"&&Reflect.get?K=Reflect.get:K=function(u,o,i){var s=oc(u,o);if(!!s){var c=Object.getOwnPropertyDescriptor(s,o);return c.get?c.get.call(i):c.value}},K(e,t,r||e)}function V(e){return V=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},V(e)}function Qs(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&&Bt(e,t)}function Zs(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function Ys(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function ec(){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 tc(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{},n=Object.keys(r);typeof Object.getOwnPropertySymbols=="function"&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(u){return Object.getOwnPropertyDescriptor(r,u).enumerable}))),n.forEach(function(u){Js(e,u,r[u])})}return e}function nc(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),r.push.apply(r,n)}return r}function rc(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):nc(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}),e}function uc(e,t){return t&&(ic(t)==="object"||typeof t=="function")?t:Vn(e)}function Bt(e,t){return Bt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Bt(e,t)}function oc(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=V(e),e!==null););return e}function Hn(e){return Gs(e)||Ys(e)||ac(e)||ec()}var ic=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function ac(e,t){if(!!e){if(typeof e=="string")return _t(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return _t(e,t)}}function sc(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function cc(e){var t=sc();return function(){var n=V(e),u;if(t){var o=V(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return uc(this,u)}}var lc=function(e,t){var r,n,u,o,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(a){return function(f){return c([a,f])}}function c(a){if(r)throw new TypeError("Generator is already executing.");for(;i;)try{if(r=1,n&&(u=a[0]&2?n.return:a[0]?n.throw||((u=n.return)&&u.call(n),0):n.next)&&!(u=u.call(n,a[1])).done)return u;switch(n=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++,n=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],n=0}finally{r=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}},fc=1e4,St=function(t){Qs(n,t);var r=cc(n);function n(o){Xs(this,n);var i;i=r.call(this,o),i.controlType="layout";var s=Zs(this,n)?this.constructor:void 0,c=s.excludes,a=s.childrenMaxLength;return i.props=new Mn(o==null?void 0:o.props),Un(Vn(i),"children",o==null?void 0:o.children),i.excludes=W(c),i.childrenMaxLength=a,i}var u=n.prototype;return u.judgeExcludesChildren=function(i){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(i)},u.judgeJoinChildren=function(i){var s=this.judgeExcludesChildren(i);return s&&this.childrenMaxLength>this.children.length},u.validate=function(i,s){var c=this,a=this,f=function(){return K(V(n.prototype),"validate",c)};return Ks(function(){return lc(this,function(p){switch(p.label){case 0:return[4,f().call(a,i,s)];case 1:return p.sent(),[4,Promise.all(a.children.map(function(v){return v.validate(i,s)}))];case 2:return p.sent(),[2,!0]}})})()},u.toDataBindModel=function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,s=K(V(n.prototype),"toDataBindModel",this).call(this),c=s?[s]:[];return this.children.reduce(function(a,f){var p=f.toDataBindModel(i);if(Array.isArray(p)){var v=p.filter(function(_){return!!_});return Hn(a).concat(Hn(v))}return p&&a.push(p),a},c)},u.toSchema=function(){var i=K(V(n.prototype),"toSchema",this).call(this),s=this.children.map(function(c){var a=c.toSchema();return a});return rc(tc({},i),{children:s})},n}(R);St.excludes=!1,St.childrenMaxLength=fc;function Wn(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function pc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ce(e){return Ce=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Ce(e)}function dc(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&&At(e,t)}function hc(e,t){return t&&(yc(t)==="object"||typeof t=="function")?t:Wn(e)}function At(e,t){return At=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},At(e,t)}var yc=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function vc(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function gc(e){var t=vc();return function(){var n=Ce(e),u;if(t){var o=Ce(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return hc(this,u)}}var mc=function(e){dc(r,e);var t=gc(r);function r(n,u){pc(this,r);var o;return o=t.call(this,u),Un(Wn(o),"headers",u==null?void 0:u.headers,n),o}return r}(q);function wt(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Ec(e){if(Array.isArray(e))return wt(e)}function zn(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Gn(e,t,r,n,u,o,i){try{var s=e[o](i),c=s.value}catch(a){r(a);return}s.done?t(c):Promise.resolve(c).then(n,u)}function bc(e){return function(){var t=this,r=arguments;return new Promise(function(n,u){var o=e.apply(t,r);function i(c){Gn(o,n,u,i,s,"next",c)}function s(c){Gn(o,n,u,i,s,"throw",c)}i(void 0)})}}function _c(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Bc(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function X(e,t,r){return typeof Reflect!="undefined"&&Reflect.get?X=Reflect.get:X=function(u,o,i){var s=Oc(u,o);if(!!s){var c=Object.getOwnPropertyDescriptor(s,o);return c.get?c.get.call(i):c.value}},X(e,t,r||e)}function k(e){return k=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},k(e)}function Sc(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&&Ct(e,t)}function Ac(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function wc(){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 r=arguments[t]!=null?arguments[t]:{},n=Object.keys(r);typeof Object.getOwnPropertySymbols=="function"&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(u){return Object.getOwnPropertyDescriptor(r,u).enumerable}))),n.forEach(function(u){Bc(e,u,r[u])})}return e}function Cc(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),r.push.apply(r,n)}return r}function Xn(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Cc(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}),e}function Ic(e,t){return t&&(Fc(t)==="object"||typeof t=="function")?t:zn(e)}function Ct(e,t){return Ct=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Ct(e,t)}function Oc(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=k(e),e!==null););return e}function Jn(e){return Ec(e)||Ac(e)||Dc(e)||wc()}var Fc=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Dc(e,t){if(!!e){if(typeof e=="string")return wt(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return wt(e,t)}}function Rc(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Pc(e){var t=Rc();return function(){var n=k(e),u;if(t){var o=k(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Ic(this,u)}}var $c=function(e,t){var r,n,u,o,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(a){return function(f){return c([a,f])}}function c(a){if(r)throw new TypeError("Generator is already executing.");for(;i;)try{if(r=1,n&&(u=a[0]&2?n.return:a[0]?n.throw||((u=n.return)&&u.call(n),0):n.next)&&!(u=u.call(n,a[1])).done)return u;switch(n=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++,n=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],n=0}finally{r=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}},fe=function(e){Sc(r,e);var t=Pc(r);function r(u){_c(this,r);var o;return o=t.call(this,u),o.controlType="list",o.props=new mc(zn(o),u==null?void 0:u.props),o}var n=r.prototype;return n.validate=function(o,i){var s=this,c=this,a=function(){return X(k(r.prototype),"validate",s)};return bc(function(){return $c(this,function(f){switch(f.label){case 0:return[4,a().call(c,o)];case 1:return f.sent(),[4,Promise.all(c.props.headers.map(function(p){return p.validate(o,i)}))];case 2:return f.sent(),[2,!0]}})})()},n.toDataBindModel=function(){var o=X(k(r.prototype),"toDataBindModel",this).call(this),i=o?[o]:[],s=this.id;return this.props.headers.reduce(function(c,a){var f=a.toDataBindModel(s);if(Array.isArray(f)){var p=f.filter(function(v){return!!v});return Jn(c).concat(Jn(p))}return f&&c.push(f),c},i)},n.toSchema=function(){var o=X(k(r.prototype),"toSchema",this).call(this),i=this.props.headers.map(function(s){return s.toSchema()});return Xn(Kn({},o),{props:Xn(Kn({},this.props),{headers:i})})},r}(R);fe.controlFieldType=A.LIST;function Tc(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Qn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ie(e){return Ie=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Ie(e)}function Zn(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&&It(e,t)}function Mc(e,t){return t&&(xc(t)==="object"||typeof t=="function")?t:Tc(e)}function It(e,t){return It=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},It(e,t)}var xc=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function jc(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Yn(e){var t=jc();return function(){var n=Ie(e),u;if(t){var o=Ie(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Mc(this,u)}}var Lc=function(e){Zn(r,e);var t=Yn(r);function r(n){Qn(this,r);var u;return u=t.call(this,n),u.caption={type:"string",required:!0,message:T.getMessage("pleaseEnterCaption")},u.width={type:"number",required:!1,message:T.getMessage("pleaseEnterColumnWidth")},u.width.required=n.widthType==="px",u}return r}(nt),er=function(e){Zn(r,e);var t=Yn(r);function r(n){Qn(this,r);var u;u=t.call(this,n);var o;u.width=(o=n==null?void 0:n.width)!==null&&o!==void 0?o:150,u.widthType=(n==null?void 0:n.widthType)||"auto";var i;u.caption=(i=n==null?void 0:n.caption)!==null&&i!==void 0?i:"";var s;u.fixed=(s=n==null?void 0:n.fixed)!==null&&s!==void 0?s:"none",u.dataBind=new Ee(n==null?void 0:n.dataBind);var c;return u.sort=(c=n==null?void 0:n.sort)!==null&&c!==void 0?c:!0,u}return r}(q);er.Rules=Lc;function Nc(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function qc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Oe(e){return Oe=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Oe(e)}function Uc(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 Vc(e,t){return t&&(kc(t)==="object"||typeof t=="function")?t:Nc(e)}function Ot(e,t){return Ot=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Ot(e,t)}var kc=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Hc(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Wc(e){var t=Hc();return function(){var n=Oe(e),u;if(t){var o=Oe(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Vc(this,u)}}var zc=function(e){Uc(r,e);var t=Wc(r);function r(n){qc(this,r);var u;return u=t.call(this,n),u.controlType="column",u.props=new er(n==null?void 0:n.props),u}return r}(R);function Gc(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Kc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Fe(e){return Fe=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Fe(e)}function Xc(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&&Ft(e,t)}function Jc(e,t){return t&&(Qc(t)==="object"||typeof t=="function")?t:Gc(e)}function Ft(e,t){return Ft=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Ft(e,t)}var Qc=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Zc(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Yc(e){var t=Zc();return function(){var n=Fe(e),u;if(t){var o=Fe(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Jc(this,u)}}var el=function(e){Xc(r,e);var t=Yc(r);function r(n){return Kc(this,r),t.call(this,n)}return r}(Mn);function tl(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function nl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function De(e){return De=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},De(e)}function rl(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&&Dt(e,t)}function ul(e,t){return t&&(ol(t)==="object"||typeof t=="function")?t:tl(e)}function Dt(e,t){return Dt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Dt(e,t)}var ol=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function il(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function al(e){var t=il();return function(){var n=De(e),u;if(t){var o=De(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return ul(this,u)}}var sl=function(e){rl(r,e);var t=al(r);function r(n){nl(this,r);var u;return u=t.call(this,n),u.controlType="wrap",u.props=new el(n==null?void 0:n.props),u}return r}(St);function Rt(e){return"children"in e&&ue(e.children)}function tr(e){return"headers"in e.props&&ue(e.props.headers)}function Re(e,t){Array.isArray(e)&&e.map(r=>{r.type===d.SUBTABLE?Re(r.props.headers,t):Rt(r)?Re(r==null?void 0:r.children,t):r instanceof le&&t(r)})}const nr=[d.AMOUNT,d.CALC,d.DATE_RANGE],rr={amount:{caption:"\u91D1\u989D",fieldType:A.DECIMAL},currency:{caption:"\u5E01\u79CD",fieldType:A.VARCHAR},result:{caption:"\u7ED3\u679C",fieldType:A.DECIMAL},unit:{caption:"\u5355\u4F4D",fieldType:A.VARCHAR},min:{caption:"\u5F00\u59CB\u65F6\u95F4",fieldType:A.TIMESTAMP},max:{caption:"\u7ED3\u675F\u65F6\u95F4",fieldType:A.TIMESTAMP}};function cl(e){let t=[];return Re(e,r=>{r instanceof le?t.push(r):(r.type,d.SUBTABLE)}),t}function ll(e,t=""){return!e||!Array.isArray(e)?[]:e.map(r=>{if(!r.dataBind||r.type===d.TITLE)return r;if(nr.includes(r.type)){const n=r.dataBind;Object.keys(n).forEach(u=>{const o=n[u],i=r.controlId+"_"+u;o.fieldCode=ur(i),o.dataCode=t})}else r.dataBind.fieldCode=ur(r.controlId),r.dataBind.dataCode=t;return r})}function ur(e){const t="field_";return e.startsWith(t)?e:t+e}function Pe(e){return Hi[e]}function fl(e){const t=new H,r=[];return e.forEach(n=>{if(!(n.parentId||!n.dataBind))if(nr.includes(n.type)){const u=n.dataBind,o=n.datasourceBind;Object.keys(u).forEach(i=>{const s=u[i],c=rr[i].fieldType,a=n.caption+"_"+rr[i].caption,f=Pe(c);if(!f)return;const p={caption:a,dataBind:s};i==="currency"&&(p.optionConfig="datasource",p.datasourceBind=o);const v=t.createControlInstance(f,{props:p});v&&r.push(v)})}else{const u=Pe(n.fieldType);if(!u)return;const o=t.createControlInstance(u,{props:{caption:n.caption,dataBind:n.dataBind,datasourceBind:n.datasourceBind}});o&&r.push(o)}}),r}function pl(e){const t=new H,n=(Array.isArray(e)?e:[e]).map(u=>{const o=Pe(u);return t.createControlInstance(o)});return Array.isArray(e)?n:n[0]}function Pt(e){return Array.isArray(e)?e.map(t=>t.toSchema()):e.toSchema()}function $t(e){return Array.isArray(e)?e.map(t=>t.toDataBindModel()).filter(t=>!!t).flat():e.toDataBindModel()}function Tt(e,t,r){return Jt(this,null,function*(){return Array.isArray(e)?(yield Promise.all(e.map(u=>u.validate(t,r)))).every(u=>u):yield e.validate(t,r)})}const dl=[d.TITLE,d.GRID_TABLE_COLUMN,d.SUBTABLE_COLUMN,d.OPERATION_COLUMN,d.DATA_VIEW,d.LIST_VIEW,d.HEADER,d.FOOTER,d.SIMPLE_SEARCH,d.ROW,d.GRID_ROW,d.COL,d.GRID,d.DIVIDER,d.TAB_PANE,d.TAB,d.CARD_GROUP],hl=[d.CALC],yl={check:{id:"listPageCheckBtnId",caption:"\u67E5\u770B"},edit:{id:"listPageEditBtnId",caption:"\u7F16\u8F91"},delete:{id:"listPageDeleteBtnId",caption:"\u5220\u9664"}};function pe(e,t){var n,u,o,i,s,c,a,f,p;const r=[];if(ue(e))r.push(...e.map(v=>pe(v,t)).flat());else{const v=e.type,{caption:_,content:B}=e.props;let h;if(dl.includes(v))v===d.OPERATION_COLUMN&&Object.entries(yl).reduce((g,[l,{caption:y,id:w}])=>{var C;const b=e.props[l];return b&&b.isShow&&g.push({controlId:w,caption:y,type:e.type,controlType:e.controlType,parentId:(C=t==null?void 0:t.controlId)!=null?C:null,canEdit:!1,canRead:!1,canHide:!0,group:"element"}),g},r);else if(h={controlId:e.id,caption:_||B||e.name,type:e.type,controlType:e.controlType,parentId:(n=t==null?void 0:t.controlId)!=null?n:null,canEdit:!hl.includes(v),canRead:!0,canHide:!0,group:"element"},t&&t.type===d.SUBTABLE&&(h.caption=t.caption+"_"+h.caption),v===d.VUE_FORM_ITEM&&(h.caption=e.props.controlExportName||e.name),(e instanceof le||e instanceof zc)&&((o=(u=e.props)==null?void 0:u.dataBind)==null?void 0:o.fieldCode)!==void 0&&((s=(i=e.props)==null?void 0:i.dataBind)==null?void 0:s.fieldCode)!==""&&(h.group="field"),r.push(h),v===d.VUE_FORM_ITEM){let g="element";((a=(c=e.props)==null?void 0:c.dataBind)==null?void 0:a.fieldCode)!==void 0&&((p=(f=e.props)==null?void 0:f.dataBind)==null?void 0:p.fieldCode)!==""&&(g="field");const l=e.props.permissions;l==null||l.map(y=>{var w;h={controlId:y.key,caption:y.caption,type:e.type,controlType:e.controlType,parentId:(w=e.id)!=null?w:null,canEdit:!0,canRead:!0,canHide:!0,group:g},r.push(h)})}e.children&&r.push(...e.children.map(g=>pe(g,t)).flat()),e instanceof fe&&r.push(...e.props.headers.map(g=>pe(g,h)).flat())}return r}class H extends me{constructor(){super("Designer"),this.toolbox=[],this.services={},this.eventLogic=new oe,this.fieldTypes=A,this.controlSettingMap=new Map,new.target.staticControls.forEach(t=>{const{Designer:r,Setting:n}=t;this.controlSettingMap.set(r.controlType,n)})}registerControl(t){this.constructor.register(t);const{Designer:r,Setting:n}=t;this.register(r),this.registeredControlTypes.add(r.controlType),this.controlSettingMap.set(r.controlType,n)}getControlSetting(t){const r=this.controlSettingMap.get(t);return r||null}setInstance(t,r,n){try{if(!t)return;t.updateProps(r,n)}catch(u){throw u}}eachControls(t){this.getControls().forEach(t)}getInitControl(){return[this.createControlInstance("grid")]}checkSchema(...t){return Jt(this,null,function*(){return Tt(...t)})}getModelBindInfoList(...t){return $t(...t)}getSchema(...t){return Pt(...t)}listenControlHook(...t){return Sn.on(...t)}}H.EventLogic=oe;class vl{constructor(){this.designer=new H}ListPageBuilder(){const t=this.designer.createControlInstance(d.LIST_VIEW),r=this.designer.createControlInstance(d.SIMPLE_SEARCH),n=this.designer.createControlInstance(d.GRID_TABLE),u=this.designer.createControlInstance(d.CREATE_FORM_LIST_BUTTON),o=this.designer.createControlInstance(d.IMPORT_RECORD_LIST_BUTTON),i=this.designer.createControlInstance(d.EXPORT_LIST_BUTTON),s=this.designer.createControlInstance(d.EXPORT_RECORD_LIST_BUTTON);return n.children.push(u),n.children.push(o),n.children.push(i),n.children.push(s),t.children.push(r),t.children.push(n),t}ProListPageBuilder(){const t=this.designer.createControlInstance(d.LIST_VIEW),r=this.designer.createControlInstance(d.SIMPLE_SEARCH),n=this.designer.createControlInstance(d.GRID_TABLE),u=this.designer.createControlInstance(d.EXPORT_LIST_BUTTON),o=this.designer.createControlInstance(d.EXPORT_RECORD_LIST_BUTTON);return n.children.push(u),n.children.push(o),t.children.push(r),t.children.push(n),t}FormPageBuilder(){const t=this.designer.createControlInstance(d.DATA_VIEW),r=this.designer.createControlInstance(d.TITLE),n=this.designer.createControlInstance(d.GRID);return t.children.push(r),t.children.push(n),t}VuePageBuilder(){const t=this.designer.createControlInstance(d.GRID),r=this.designer.createControlInstance(d.VUE_FORM_ITEM);return r.props.controlExportName="VuePage",t.children.push(r),t}}function gl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function or(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function ml(e,t,r){return t&&or(e.prototype,t),r&&or(e,r),e}var N=function(){function e(t){gl(this,e);var r;this.visible=(r=t==null?void 0:t.visible)!==null&&r!==void 0?r:!0;var n;this.expression=(n=t==null?void 0:t.expression)!==null&&n!==void 0?n:!1}return ml(e,[{key:"isAtomicComponent",get:function(){return!0}}]),e}();function El(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var bl=function(){function e(r){El(this,e),this.type=r.type,this.label=r.label,this.key=r.key,this.component=r.component;var n;this.effect=(n=r.effect)!==null&&n!==void 0?n:{};var u;this.scopeEffect=(u=r.scopeEffect)!==null&&u!==void 0?u:ki,this.defaultValue=r.defaultValue,this.validator=r.validator;var o;this.props=(o=r.props)!==null&&o!==void 0?o:new N,this.effectKeys=Object.keys(this.effect)}var t=e.prototype;return t.filterEffects=function(n){var u=this;return n===""?Object.values(this.effect):this.effectKeys.filter(function(o){var i=new RegExp("^".concat(o,"(\\.\\w+)*$"));return i.test(n)}).map(function(o){return u.effect[o]})},t.callEffectFn=function(n,u){try{var o=n.apply(null,u);Xe(o)&&Object.assign(this.props,o)}catch(i){re(`effect error
2
+ `.concat(i))}},t.callEffect=function(n){for(var u=arguments.length,o=new Array(u>1?u-1:0),i=1;i<u;i++)o[i-1]=arguments[i];var s=this;this.filterEffects(n).forEach(function(c){return s.callEffectFn(c,o)})},t.callScopeEffect=function(){for(var n=arguments.length,u=new Array(n),o=0;o<n;o++)u[o]=arguments[o];this.callEffectFn(this.scopeEffect,u)},e}();function _l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Mt=function e(t){_l(this,e),this.type="group";var r;this.title=(r=t.title)!==null&&r!==void 0?r:"";var n;this.required=(n=t.required)!==null&&n!==void 0?n:!1,this.items=t.items,this.tips=t.tips};function Bl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Sl(e){return"type"in e&&e.type==="tab"}var xt=function e(t){Bl(this,e),this.type="tab",this.title=t.title,this.items=t.items};function ir(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Al(e){if(Array.isArray(e))return e}function wl(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Cl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $e(e){return $e=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},$e(e)}function Il(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 Ol(e,t){var r=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n=[],u=!0,o=!1,i,s;try{for(r=r.call(e);!(u=(i=r.next()).done)&&(n.push(i.value),!(t&&n.length===t));u=!0);}catch(c){o=!0,s=c}finally{try{!u&&r.return!=null&&r.return()}finally{if(o)throw s}}return n}}function Fl(){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 Dl(e,t){return t&&(Pl(t)==="object"||typeof t=="function")?t:wl(e)}function jt(e,t){return jt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},jt(e,t)}function Rl(e,t){return Al(e)||Ol(e,t)||$l(e,t)||Fl()}var Pl=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function $l(e,t){if(!!e){if(typeof e=="string")return ir(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(r);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return ir(e,t)}}function Tl(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Ml(e){var t=Tl();return function(){var n=$e(e),u;if(t){var o=$e(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Dl(this,u)}}var xl=function(e){Il(r,e);var t=Ml(r);function r(n){Cl(this,r);var u;return u=t.call(this,n),Xe(n)&&Object.entries(n).forEach(function(o){var i=Rl(o,2),s=i[0],c=i[1];u[s]=c}),u}return r}(N);function jl(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ll(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Te(e){return Te=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Te(e)}function Nl(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 ql(e,t){return t&&(Ul(t)==="object"||typeof t=="function")?t:jl(e)}function Lt(e,t){return Lt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Lt(e,t)}var Ul=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Vl(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function kl(e){var t=Vl();return function(){var n=Te(e),u;if(t){var o=Te(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return ql(this,u)}}var Hl=function(e){Nl(r,e);var t=kl(r);function r(n){Ll(this,r);var u;u=t.call(this,n);var o;u.maxLength=(o=n==null?void 0:n.maxLength)!==null&&o!==void 0?o:"";var i;u.minLength=(i=n==null?void 0:n.minLength)!==null&&i!==void 0?i:"";var s;u.placeholder=(s=n==null?void 0:n.placeholder)!==null&&s!==void 0?s:"";var c;return u.i18n=(c=n==null?void 0:n.i18n)!==null&&c!==void 0?c:!1,u}return r}(N);function Wl(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function zl(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(r){return r.__proto__||Object.getPrototypeOf(r)},Me(e)}function Gl(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&&Nt(e,t)}function Kl(e,t){return t&&(Xl(t)==="object"||typeof t=="function")?t:Wl(e)}function Nt(e,t){return Nt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Nt(e,t)}var Xl=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Jl(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Ql(e){var t=Jl();return function(){var n=Me(e),u;if(t){var o=Me(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Kl(this,u)}}var Zl=function(e){Gl(r,e);var t=Ql(r);function r(n){zl(this,r);var u;u=t.call(this,n);var o;u.max=(o=n==null?void 0:n.max)!==null&&o!==void 0?o:"";var i;u.min=(i=n==null?void 0:n.min)!==null&&i!==void 0?i:"";var s;return u.placeholder=(s=n==null?void 0:n.placeholder)!==null&&s!==void 0?s:"",u}return r}(N);function Yl(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ef(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function xe(e){return xe=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},xe(e)}function tf(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 nf(e,t){return t&&(rf(t)==="object"||typeof t=="function")?t:Yl(e)}function qt(e,t){return qt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},qt(e,t)}var rf=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function uf(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function of(e){var t=uf();return function(){var n=xe(e),u;if(t){var o=xe(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return nf(this,u)}}var af=function(e){tf(r,e);var t=of(r);function r(n){ef(this,r);var u;u=t.call(this,n);var o;u.showType=(o=n==null?void 0:n.showType)!==null&&o!==void 0?o:"switch";var i;u.tips=(i=n==null?void 0:n.tips)!==null&&i!==void 0?i:"";var s;return u.disabled=(s=n==null?void 0:n.disabled)!==null&&s!==void 0?s:!1,u}return r}(N);function sf(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function cf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function je(e){return je=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},je(e)}function lf(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&&Ut(e,t)}function ff(e,t){return t&&(pf(t)==="object"||typeof t=="function")?t:sf(e)}function Ut(e,t){return Ut=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Ut(e,t)}var pf=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function df(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function hf(e){var t=df();return function(){var n=je(e),u;if(t){var o=je(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return ff(this,u)}}var yf=function(e){lf(r,e);var t=hf(r);function r(n){cf(this,r);var u;u=t.call(this,n);var o;return u.options=(o=n==null?void 0:n.options)!==null&&o!==void 0?o:[],u}return r}(N);function vf(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function gf(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(r){return r.__proto__||Object.getPrototypeOf(r)},Le(e)}function mf(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&&Vt(e,t)}function Ef(e,t){return t&&(bf(t)==="object"||typeof t=="function")?t:vf(e)}function Vt(e,t){return Vt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Vt(e,t)}var bf=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function _f(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Bf(e){var t=_f();return function(){var n=Le(e),u;if(t){var o=Le(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Ef(this,u)}}var Sf=function(e){mf(r,e);var t=Bf(r);function r(n){gf(this,r);var u;u=t.call(this,n);var o;u.placeholder=(o=n==null?void 0:n.placeholder)!==null&&o!==void 0?o:"";var i;return u.options=(i=n==null?void 0:n.options)!==null&&i!==void 0?i:[],u}return r}(N);function Af(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function wf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ne(e){return Ne=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Ne(e)}function Cf(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 If(e,t){return t&&(Of(t)==="object"||typeof t=="function")?t:Af(e)}function kt(e,t){return kt=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},kt(e,t)}var Of=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Ff(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Df(e){var t=Ff();return function(){var n=Ne(e),u;if(t){var o=Ne(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return If(this,u)}}var Rf=function(e){Cf(r,e);var t=Df(r);function r(n){wf(this,r);var u;u=t.call(this,n);var o;u.options=(o=n==null?void 0:n.options)!==null&&o!==void 0?o:[];var i;return u.showType=(i=n==null?void 0:n.showType)!==null&&i!==void 0?i:"outline",u}return r}(N);function Pf(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function $f(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(r){return r.__proto__||Object.getPrototypeOf(r)},qe(e)}function Tf(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&&Ht(e,t)}function Mf(e,t){return t&&(xf(t)==="object"||typeof t=="function")?t:Pf(e)}function Ht(e,t){return Ht=Object.setPrototypeOf||function(n,u){return n.__proto__=u,n},Ht(e,t)}var xf=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function jf(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Lf(e){var t=jf();return function(){var n=qe(e),u;if(t){var o=qe(this).constructor;u=Reflect.construct(n,arguments,o)}else u=n.apply(this,arguments);return Mf(this,u)}}var Nf=function(e){Tf(r,e);var t=Lf(r);function r(n){$f(this,r);var u;u=t.call(this,n);var o;u.maxLength=(o=n==null?void 0:n.maxLength)!==null&&o!==void 0?o:"";var i;u.minLength=(i=n==null?void 0:n.minLength)!==null&&i!==void 0?i:"";var s;u.placeholder=(s=n==null?void 0:n.placeholder)!==null&&s!==void 0?s:"";var c;u.maxRows=(c=n==null?void 0:n.maxRows)!==null&&c!==void 0?c:"";var a;u.minRows=(a=n==null?void 0:n.minRows)!==null&&a!==void 0?a:"";var f;return u.i18n=(f=n==null?void 0:n.i18n)!==null&&f!==void 0?f:!1,u}return r}(N);function qf(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Wt(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{},n=Object.keys(r);typeof Object.getOwnPropertySymbols=="function"&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(u){return Object.getOwnPropertyDescriptor(r,u).enumerable}))),n.forEach(function(u){qf(e,u,r[u])})}return e}function Uf(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),r.push.apply(r,n)}return r}function zt(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Uf(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}),e}function Vf(e,t){switch(e){case"input":return new Hl(t);case"textarea":return new Nf(t);case"input-number":return new Zl(t);case"switch":return new af(t);case"radio":return new Rf(t);case"checkbox":return new yf(t);case"select":return new Sf(t);default:return new xl(t)}}function kf(e){return function(t){var r=e.get(t);if(!!r)return new bl(zt(Wt({},r),{props:Vf(r.component,"props"in r?r.props:void 0)}))}}function Hf(e){var t=function(o){return new Mt(zt(Wt({},o),{items:o.items.map(kf(n)).filter(Boolean)}))},r=function(o){return o.map(t)},n=e.fields.reduce(function(u,o){return u.set(o.key,o),u},new Map);return e.groups.map(function(u){return Sl(u)?new xt(zt(Wt({},u),{items:r(u.items)})):t(u)})}class ar{constructor(t){var r;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=(r=t.getParentBeforeInstanceMove)!=null?r:n=>n.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?he(t):null,this.selectedDataScopeFlatInstances=this.selectedInstanceDataScopeParent?lr(this.selectedInstanceDataScopeParent):[]}setSelectInstanceSettings(t){this.selectedInstanceSetting=t,this.selectedInstanceSettingItems=[],this.selectedInstanceSetting.forEach(r=>{this.selectedInstanceSettingItems.push(...this.getSettingItems(r))})}getSettingItems(t){return t instanceof Mt?t.items:t.items.reduce((r,n)=>(r.push(...n.items),r),[])}setSelectedFieldItem(t){this.selectedFieldItem=t}setMovingInstance(t){this.movingInstance=t,this.movingInstanceOldParent=t?this.getParentBeforeInstanceMove(t):null,this.movingInstanceOldDataScopeParent=he(t)}updateDataFieldCodeMap(t){const r=he(t);if(!r)return;const n=this.dataFieldCodeMap.get(r.props.datasourceBind.dataCode);if(!!n){for(const[u,o]of n.entries())if(o.id===t.id){n.delete(u);break}cr(t,this.dataFieldCodeMap)}}getFlatInstances(){const t=[],r=new Map,n=new Map;de(this.instance,u=>{t.push(u),r.set(u.id,u),cr(u,n)}),this.flatInstances=t,this.instanceIdMap=r,this.dataFieldCodeMap=n}}function sr(e,t,r){const{dataCode:n,fieldCode:u}=t;n&&u&&(e.has(n)||e.set(n,new Map),e.get(n).set(u,r))}function cr(e,t){if(e instanceof le){const r=e.props.dataBind;r instanceof Ee?sr(t,r,e):Object.values(r).forEach(n=>{sr(t,n,e)})}}function de(e,t){(Array.isArray(e)?e:[e]).forEach(n=>{t(n),Rt(n)&&de(n.children,t),tr(n)&&de(n.props.headers,t)})}function Gt(e){return[d.SUBTABLE,d.DATA_VIEW,d.LIST_VIEW].includes(e.type)}function he(e){let t=e?e.parent:null;if(!t)return null;for(;t&&!Gt(t);)t=t.parent;return t}function lr(e){const t=[e];return de(e,r=>{r!==e&&t.includes(r.parent)&&!Gt(r)&&t.push(r)}),t}let Kt="";class fr extends fn{constructor(t){super(),this.isMounted=!1,this.id=He(8),this.__pluginsApplied=!1,this.getSchema=Pt,this.getModelBindInfoList=$t,this.generatePermissions=pe,this.$options=Object.freeze(t);const{autoMount:r=!1,Designer:n=H,schema:u,mode:o="form",store:i={}}=this.$options;this.eventLogic=new oe,this.designer=new n,this.store=new ar(Z({instance:this.designer.createControl(Array.isArray(u)?u:[u])},i)),this.mode=o,r&&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 r;try{Kt=(r=t.pluginName)!=null?r:t.constructor.name,t.apply(this),Kt=""}catch(n){re(`${Kt||t.constructor.name} Plugin apply Error
3
+ ${n}`)}}),this.__pluginsApplied=!0)}emit(t,...r){return super.emit(t,r)}on(t,r){return super.on(t,r)}setInstances(t,r){this.store.setInstances(this.designer.createControl(Array.isArray(t)?t:[t],r))}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(){const t=this.store.selected;if(!t)return;let r=this.getControlSetting(t.type);if(t.parent instanceof sl){const u=this.getControlSetting(t.parent.type);r=this.concatSetting(r,u,t.parent.id)}this.store.setSelectInstanceSettings(r),this.callSelectedEffect("");const n={from:null,current:this.store.selectedInstanceDataScopeParent,oldParent:null,newParent:t.parent};this.callSelectedScopeEffect(n)}concatSetting(t,r,n){var o,i,s,c;let u=t;if(((o=t[0])==null?void 0:o.type)==="tab"&&((i=r[0])==null?void 0:i.type)==="tab"){const a=t,f=r.slice(0);u=a.map((p,v)=>{const _=new xt(p),B=f.findIndex(g=>g.title===p.title);if(B===-1)return _;const h=f.splice(B,1)[0];return h&&(_.items=[...this.formatGroupSetting(h.items,n),..._.items]),_}),f.length&&(u=[...u,...f.map(p=>this.formatGroupSetting(p,n))])}else if(((s=t[0])==null?void 0:s.type)==="group"&&((c=r[0])==null?void 0:c.type)==="group"){const a=t,f=r;u=[...this.formatGroupSetting(f,n),...a]}return u}formatGroupSetting(t,r){if(ue(t))return t.map(n=>{const u=new Mt(n);return u.fromId=r,u});{const n=new xt(t);return n.items=this.formatGroupSetting(n.items,r),n}}setControlConfig(...t){return this.designer.registerControlConfig(...t)}getControlConfig(t){return this.designer.getControlConfig(t)}getControlSetting(t){const r=this.designer.getControlSetting(t);return r?Hf(r):[]}selectInstance(t){this.beforeSelectInstance(),this.store.setSelectInstance(t),this.afterSelectInstance()}setSelectedFieldItem(t){this.store.setSelectedFieldItem(t),this.callSelectedEffect("dataBind",{fieldItem:t})}moveStart(t){const r=this.getInstance(t);r&&this.store.setMovingInstance(r)}moveEnd(t=this.store.movingInstance){var c;if(t===null)return;const r=this.getInstance(t);if(!r)return;const n=this.store.movingInstanceOldDataScopeParent,u=he(r),o=this.store.movingInstanceOldParent,i=r.parent;this.store.setMovingInstance(null),r.id!==((c=this.store.selected)==null?void 0:c.id)?this.selectInstance(r):this.store.setSelectInstance(r),this.store.getFlatInstances();const s={from:n,current:u,oldParent:o,newParent:i};this.callSelectedScopeEffect(s),o?this.emit("moved",Z({},s)):this.emit("joined",Z({},s))}createInstance(t,r){return this.designer.createControlInstance(t,r)}getInstance(t){return t instanceof R?t:this.store.instanceIdMap.get(t)}getInstances(){return this.store.flatInstances}getInstancesFromType(t){return this.getInstances().filter(r=>r.type===t)}getDataScopeInstances(){return this.store.selectedDataScopeFlatInstances}getDataScopeInstancesFromType(t){return this.getDataScopeInstances().filter(r=>r.type===t)}updateInstancePropValue(t,r,n,u){var i;!cn(t.props,r,n)||(r.startsWith("dataBind")&&this.store.updateDataFieldCodeMap(t),t.id===((i=this.store.selected)==null?void 0:i.id)&&this.callSelectedEffect(r,u),this.emit("updated",{instance:t,propName:r,value:n}))}updateInstanceProps(t,r,n,u=""){Object.entries(r).forEach(([o,i])=>{const s=`${u?u+".":""}${o}`;pa(i)?this.updateInstanceProps(t,i,n,s):this.updateInstancePropValue(t,s,i,n)})}setInstance(t,r,n,u){Je(r)?this.updateInstancePropValue(t,String(r),n,u):this.updateInstanceProps(t,r,n)}removeInstance(t){const r=t.parent;if(!r)return;const n=r instanceof fe&&r.props.headers.includes(t)?r.props.headers:r.children,u=n.findIndex(o=>o===t);u>-1&&n.splice(u,1),this.store.getFlatInstances(),this.emit("removed",{instance:t,index:u,parent:r})}replaceInstance(t,r){const n=t.parent;if(!n)return;const u=n instanceof fe&&n.props.headers.includes(t)?n.props.headers:n.children,o=u.findIndex(i=>i===t);o>-1&&u.splice(o,1,r),this.store.getFlatInstances()}updateInstanceType(t,r){const n=t.toSchema(),u=this.createInstance(r,{id:n.id,props:n.props});if(!u){ge(`can\u2018t update instance type to ${r}`);return}return u}validate(t,r){return Tt(this.store.instance,t,r)}getCustomControlsInUse(){return this.getInstances().filter(this.assertInstanceIsCustomControl).reduce((t,r)=>(t.includes(r.type)||t.push(r.type),t),[])}assertInstanceIsCustomControl(t){return!da(Je(t)?t:t.type)}static register(...t){return H.register(...t),this}static judgeControlIsRegistered(t){return H.staticRegisteredTypes.has(t.Designer.controlType)}judgeControlIsRegistered(t){return this.designer.registeredControlTypes.has(t.Designer.controlType)}register(...t){return this.designer.registerControl(...t),this}assertInstance(t,r){return Je(r)?t.type===r:r.includes(t.type)}getInstanceInListControl(t){let r=t;for(;r;){if(r instanceof fe)return!0;r=r.parent}return!1}getInstanceParentControl(t,r){if(!!t.parent)return this.assertInstance(t.parent,r)?t.parent:this.getInstanceParentControl(t.parent,r)}callSelectedEffect(t,r={}){this.store.selectedInstanceSettingItems.forEach(n=>{n.callEffect(t,this,Z({control:this.store.selected},r))})}callSelectedScopeEffect(t={}){this.store.selectedInstanceSettingItems.forEach(r=>{r.callScopeEffect(this,Z({control:this.store.selected},t))})}}fr.EventLogic=oe,E.Builder=vl,E.Designer=H,E.Driven=fr,E.Store=ar,E.checkSchema=Tt,E.fillModelBindInfoListFieldCode=ll,E.findInstanceDataScopeParent=he,E.generatePermissions=pe,E.getColumnTypeFromFiledType=Pe,E.getColumnsFromFiledType=pl,E.getColumnsFromModelBindInfoList=fl,E.getDataScopeFlatInstances=lr,E.getMasterFormControls=cl,E.getModelBindInfoList=$t,E.hasChildrenControl=Rt,E.hasHeaderControl=tr,E.isDataScopeInstance=Gt,E.loop=de,E.loopFormControl=Re,E.toSchema=Pt,Object.defineProperty(E,"__esModule",{value:!0})});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-driven",
3
- "version": "1.5.0-beta.12",
3
+ "version": "1.5.0-beta.14",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -22,10 +22,10 @@
22
22
  "postpublish": "node ../../scripts/postpublish.js"
23
23
  },
24
24
  "dependencies": {
25
- "@byteluck-fe/model-driven-controls": "^1.5.0-beta.12",
26
- "@byteluck-fe/model-driven-core": "^1.5.0-beta.10",
27
- "@byteluck-fe/model-driven-settings": "^1.5.0-beta.10",
28
- "@byteluck-fe/model-driven-shared": "^1.5.0-beta.7"
25
+ "@byteluck-fe/model-driven-controls": "^1.5.0-beta.14",
26
+ "@byteluck-fe/model-driven-core": "^1.5.0-beta.14",
27
+ "@byteluck-fe/model-driven-settings": "^1.5.0-beta.14",
28
+ "@byteluck-fe/model-driven-shared": "^1.5.0-beta.14"
29
29
  },
30
- "gitHead": "a2556104ac883ff1b21b8ff70800e270371a7eb6"
30
+ "gitHead": "b8941979b31a5beee434ecc6b2bfb373271cfcd8"
31
31
  }