@byteluck-fe/model-driven-driven 2.10.0-alpha.2 → 2.10.0-alpha.21

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.
@@ -602,8 +602,8 @@ var applyingPluginName = "";
602
602
  {
603
603
  key: "updateInstanceProps",
604
604
  value: function updateInstanceProps(instance, props, payload) {
605
- var prevKey = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : "";
606
605
  var _this = this;
606
+ var prevKey = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : "";
607
607
  Object.entries(props).forEach(function(param) {
608
608
  var _param = _sliced_to_array(param, 2), key = _param[0], value = _param[1];
609
609
  var propName = "".concat(prevKey ? prevKey + "." : "").concat(key);
@@ -763,8 +763,8 @@ var applyingPluginName = "";
763
763
  {
764
764
  key: "callSelectedEffect",
765
765
  value: function callSelectedEffect(effectKey) {
766
- var payload = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
767
766
  var _this = this;
767
+ var payload = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
768
768
  this.store.selectedInstanceSettingItems.forEach(function(setting) {
769
769
  setting.callEffect(effectKey, _this, _object_spread({
770
770
  control: _this.store.selected
@@ -775,8 +775,8 @@ var applyingPluginName = "";
775
775
  {
776
776
  key: "callSelectedScopeEffect",
777
777
  value: function callSelectedScopeEffect() {
778
- var payload = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
779
778
  var _this = this;
779
+ var payload = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
780
780
  this.store.selectedInstanceSettingItems.forEach(function(setting) {
781
781
  setting.callScopeEffect(_this, _object_spread({
782
782
  control: _this.store.selected
package/dist/esm/utils.js CHANGED
@@ -181,9 +181,10 @@ function _ts_generator(thisArg, body) {
181
181
  }
182
182
  }
183
183
  import { loopFormControl } from "./designerUtils";
184
- import { CONTROL_BASE_TYPE, CONTROL_TYPE, FieldTypeToColumnType, isArray } from "@byteluck-fe/model-driven-shared";
185
- import Designer from "./Designer";
186
- import { objectDataBindControlTypes, objectDataBindKeyToFieldType } from "./constants";
184
+ import { CONTROL_BASE_TYPE, CONTROL_TYPE, // FieldTypes,
185
+ // FieldTypeToColumnType,
186
+ isArray } from "@byteluck-fe/model-driven-shared";
187
+ import { objectDataBindControlTypes } from "./constants";
187
188
  export function getMasterFormControls(controls) {
188
189
  var formctls = [];
189
190
  // @ts-ignore
@@ -228,75 +229,6 @@ function fieldCodeBeforeAddPrefix(fieldCode) {
228
229
  }
229
230
  return prefix + fieldCode;
230
231
  }
231
- /**
232
- * @description 通过fieldType获取列表表头的type
233
- * */ export function getColumnTypeFromFiledType(fieldType) {
234
- return FieldTypeToColumnType[fieldType];
235
- }
236
- /**
237
- * @description 通过modelBindInfoList生成多个columns
238
- * */ export function getColumnsFromModelBindInfoList(modelBindInfoList) {
239
- var designer = new Designer();
240
- var columns = [];
241
- modelBindInfoList.forEach(function(item) {
242
- // 控件在明细子表内或者没有dataBind的话 不做生成
243
- if (item.parentId || !item.dataBind) return;
244
- // 如果是对象形式的dataBind的话
245
- if (objectDataBindControlTypes.includes(item.type)) {
246
- var objectDataBind = item.dataBind;
247
- var datasourceBind = item.datasourceBind;
248
- // 对象的每一个key生成一个column
249
- Object.keys(objectDataBind).forEach(function(key) {
250
- // 对应的dataBind
251
- var dataBind = objectDataBind[key];
252
- // 当前key对应的fieldType
253
- var fieldType = objectDataBindKeyToFieldType[key].fieldType;
254
- // 拼接当前列的caption
255
- var caption = item.caption + "_" + objectDataBindKeyToFieldType[key].caption;
256
- // 通过fieldType获取列类型
257
- var controlType = getColumnTypeFromFiledType(fieldType);
258
- if (!controlType) return;
259
- var props = {
260
- caption: caption,
261
- dataBind: dataBind
262
- };
263
- if (key === "currency") {
264
- props.optionConfig = "datasource";
265
- props.datasourceBind = datasourceBind;
266
- }
267
- // @ts-ignore
268
- var column = designer.createControlInstance(controlType, {
269
- props: props
270
- });
271
- column && columns.push(column);
272
- });
273
- } else {
274
- var controlType = getColumnTypeFromFiledType(item.fieldType);
275
- if (!controlType) return;
276
- // @ts-ignore
277
- var column = designer.createControlInstance(controlType, {
278
- props: {
279
- caption: item.caption,
280
- dataBind: item.dataBind,
281
- datasourceBind: item.datasourceBind
282
- }
283
- });
284
- column && columns.push(column);
285
- }
286
- });
287
- return columns;
288
- }
289
- export function getColumnsFromFiledType(fieldTypes) {
290
- var designer = new Designer();
291
- var fieldTypesMap = Array.isArray(fieldTypes) ? fieldTypes : [
292
- fieldTypes
293
- ];
294
- var result = fieldTypesMap.map(function(fieldType) {
295
- var columnType = getColumnTypeFromFiledType(fieldType);
296
- return designer.createControlInstance(columnType);
297
- });
298
- return Array.isArray(fieldTypes) ? result : result[0];
299
- }
300
232
  function toSchema(schema) {
301
233
  if (Array.isArray(schema)) {
302
234
  return schema.map(function(item) {
package/dist/index.umd.js CHANGED
@@ -1,3 +1,3 @@
1
- var Id=Object.defineProperty;var eu=Object.getOwnPropertySymbols;var Dd=Object.prototype.hasOwnProperty,$d=Object.prototype.propertyIsEnumerable;var tu=(b,R,P)=>R in b?Id(b,R,{enumerable:!0,configurable:!0,writable:!0,value:P}):b[R]=P,ge=(b,R)=>{for(var P in R||(R={}))Dd.call(R,P)&&tu(b,P,R[P]);if(eu)for(var P of eu(R))$d.call(R,P)&&tu(b,P,R[P]);return b};var Bn=(b,R,P)=>new Promise((st,Me)=>{var lt=K=>{try{me(P.next(K))}catch(be){Me(be)}},ct=K=>{try{me(P.throw(K))}catch(be){Me(be)}},me=K=>K.done?st(K.value):Promise.resolve(K.value).then(lt,ct);me((P=P.apply(b,R)).next())});(function(b,R){typeof exports=="object"&&typeof module!="undefined"?R(exports):typeof define=="function"&&define.amd?define(["exports"],R):(b=typeof globalThis!="undefined"?globalThis:b||self,R(b.modelDrivenDriven={}))})(this,function(b){"use strict";var R="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",P="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",st="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",Me="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",lt="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",ct="{caption}\u5FC5\u586B",me="\u8BF7\u8F93\u5165\u6807\u9898",K="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",be="\u8BF7\u8F93\u5165\u884C\u6807\u9898",nu="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",ru="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",uu="\u8BF7\u7ED1\u5B9A\u8868\u5355",iu="\u8BF7\u7ED1\u5B9A\u5217\u8868",ou="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",au="\u8BF7\u8F93\u5165\u663E\u793A\u503C",su="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",lu="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",cu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",fu="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",du="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",pu="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",hu="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",vu="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",yu="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",_u="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",gu="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",mu="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",bu="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Eu="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Bu="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",wu="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Su="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Au="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",Cu="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",Fu="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Iu="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Du="\u8BF7\u7ED1\u5B9A\u670D\u52A1",$u="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Ou="\u8BF7\u9009\u62E9\u7701",Ru="\u8BF7\u9009\u62E9\u5E02",Pu="\u8BF7\u9009\u62E9\u533A",xu="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Mu="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Tu="\u8BF7\u8F93\u5165\u5217\u5BBD",Lu="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",ju="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",qu="\u8BF7\u9009\u62E9\u63A7\u4EF6",Vu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Uu="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",ku="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Nu="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Hu="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Wu="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",zu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Gu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Ku="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Ju="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Xu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Zu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Qu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Yu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",ei="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",ti="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",ni="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",ri="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",ui="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",ii="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",oi="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",ai="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",si="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",li="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",ci="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",fi="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",di="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",pi={isNotNumber:R,isNotString:P,isNotObject:st,isNotArray:Me,isNotBoolean:lt,runtimeRequired:ct,pleaseEnterCaption:me,pleaseEnterCaptionTip:K,pleaseEnterRowCaption:be,pleaseEnterPlaceholder:nu,pleaseEnterFieldCode:ru,pleaseEnterForm:uu,pleaseEnterList:iu,pleaseEnterProcess:ou,pleaseEnterLabel:au,pleaseEnterValue:su,bizKeyNotBindFiled:lu,pleaseSelectOneField:cu,pleaseEnterNumberRange:fu,pleaseEnterAValueGreaterThanMin:du,pleaseEnterAValueLessThanMax:pu,numberRangeSetError:hu,stringRangeError:vu,attachmentMaxSize:yu,pleaseEnterTotalScoreSetting:_u,theTotalScoreMustNotBeLessThan1:gu,scoreDefaultValueRange:mu,attachmentLimitError:bu,PleaseReselectTheOptionalQuantity:Eu,TheMaximumLengthIsGreaterThanTheMinimumLength:Bu,TheMinimumLengthIsGreaterThanTheMaximumLength:wu,PleaseSelectTheCorrectOptionSettings:Su,optionIdIsRepeat:Au,optionIsRequired:Cu,pleaseEnterDataCode:Fu,pleaseEnterValueFieldCode:Iu,pleaseEnterSvcCode:Du,pleaseBindAtLeastOneDisplayValue:$u,pleaseSelectProvince:Ou,pleaseSelectCity:Ru,pleaseSelectDistrict:Pu,limitRowsCannotBeLessThan0:xu,TheNumberOfRowsCannotBeLessThanMinRows:Mu,pleaseEnterColumnWidth:Tu,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Lu,pleaseCompleteAllRulesAndConditions:ju,pleaseSelectControl:qu,pleaseSelectAtLeastOneColumn:Vu,pleaseSelectFillBackMode:Uu,pleaseSelectDashboard:ku,rootNodeIsRequired:Nu,theViewNameCannotBeEmpty:Hu,pleaseSelectOcrType:Wu,pleaseSelectAtLeastOneFieldToFillIn:zu,pleaseChooseAtLeastOne:Gu,pleaseEnterButtonContent:Ku,pleaseEnterDataCodeInDataSetting:Ju,pleaseEnterValueFieldCodeInDataSetting:Xu,pleaseEnterSvcCodeInDataSetting:Zu,pleaseBindAtLeastOneDisplayValueInDataSetting:Qu,rootNodeIsRequiredInDataSetting:Yu,pleaseEnterMaxHeight:ei,pleaseEnter:ti,pleaseEnterWatermark:ni,pleaseEnterFileName:ri,pleaseUploadAtLeastOnePrintTemplate:ui,pleaseAssignBusiness:ii,pleaseAssignExternal:oi,pleaseEnterAliasCode:ai,pleaseSelectDataCode:si,pleaseSelectSvcCode:li,pleaseSelectJoinFieldCode:ci,pleaseSelectMainFieldCode:fi,pleaseSelectSortFieldCode:di},hi="Please enter a number",vi="Please enter a string",yi="Please enter an object",_i="Please enter an array",gi="Please enter a boolean",mi="{caption} Required",bi="Please enter the title",Ei="Please enter the bubble prompt",Bi="Please enter the row title",wi="Please enter the prompt text",Si="Please bind data items",Ai="Please bind the form",Ci="Please bind the list",Fi="Please bind the process",Ii="Please enter the displayed value",Di="Please enter the stored value",$i="The document number is not bound to the data item",Oi="Please select at least one display field",Ri="Please enter a value greater than or equal to {min} and less than or equal to {max}",Pi="Please enter a value greater than or equal to {min}",xi="Please enter a value less than or equal to {max}",Mi="The value range is set incorrectly",Ti="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Li="The attachment size must be between 0MB and 1000MB",ji="Please fill in the total score setting",qi="The total score cannot be less than 1",Vi="The default value must be between {min} and {max}",Ui="The number of attachments uploaded must be between {min} and {max}",ki="Please re-select the optional quantity",Ni="The maximum length of the control must be greater than the minimum length",Hi="The minimum length of the control must be less than the maximum length",Wi="Please select the correct option setting",zi="Option ID cannot be repeated",Gi="Please enter at least one option",Ki="Please bind the data source",Ji="Please bind the stored value",Xi="Please bind the service",Zi="At least one display value must be bound",Qi="Please select a province",Yi="Please select a city",eo="Please select a district",to="The minimum number of lines to fill in cannot be less than 0",no="The number of rows cannot be less than {min} rows",ro="Please enter the column width",uo="Please set the logical relationship of all rule conditions",io="Please complete all rules and conditions",oo="please select control",ao="Please select the dashboard",so="View name cannot be empty",lo="Please select recognition type",co="Please select at least one field to fill in",fo="Please select at least one",po="Please enter the button title",ho="Please bind the business model in the data settings",vo="Please bind storage values in data settings",yo="Please bind the service in the data settings",_o="Please bind at least one display value in the data settings",go="Please select the root node in the data settings",mo="Please enter the maximum height",bo="The input content cannot be empty",Eo="Watermark cannot be empty",Bo="File name cannot be empty",wo="Please upload at least one printing template!\uFF01",So="Please select a specific business department",Ao="Please select a specified external organization",Co="Please enter a sub table alias",Fo="Please select the associated table to set the business model",Io="Please select the association table to set the binding service",Do="Select associated sub table fields",$o="Please select the associated main table field",Oo="Please select the sort field",Ro={isNotNumber:hi,isNotString:vi,isNotObject:yi,isNotArray:_i,isNotBoolean:gi,runtimeRequired:mi,pleaseEnterCaption:bi,pleaseEnterCaptionTip:Ei,pleaseEnterRowCaption:Bi,pleaseEnterPlaceholder:wi,pleaseEnterFieldCode:Si,pleaseEnterForm:Ai,pleaseEnterList:Ci,pleaseEnterProcess:Fi,pleaseEnterLabel:Ii,pleaseEnterValue:Di,bizKeyNotBindFiled:$i,pleaseSelectOneField:Oi,pleaseEnterNumberRange:Ri,pleaseEnterAValueGreaterThanMin:Pi,pleaseEnterAValueLessThanMax:xi,numberRangeSetError:Mi,stringRangeError:Ti,attachmentMaxSize:Li,pleaseEnterTotalScoreSetting:ji,theTotalScoreMustNotBeLessThan1:qi,scoreDefaultValueRange:Vi,attachmentLimitError:Ui,PleaseReselectTheOptionalQuantity:ki,TheMaximumLengthIsGreaterThanTheMinimumLength:Ni,TheMinimumLengthIsGreaterThanTheMaximumLength:Hi,PleaseSelectTheCorrectOptionSettings:Wi,optionIdIsRepeat:zi,optionIsRequired:Gi,pleaseEnterDataCode:Ki,pleaseEnterValueFieldCode:Ji,pleaseEnterSvcCode:Xi,pleaseBindAtLeastOneDisplayValue:Zi,pleaseSelectProvince:Qi,pleaseSelectCity:Yi,pleaseSelectDistrict:eo,limitRowsCannotBeLessThan0:to,TheNumberOfRowsCannotBeLessThanMinRows:no,pleaseEnterColumnWidth:ro,pleaseSetTheLogicalRelationshipOfAllRuleConditions:uo,pleaseCompleteAllRulesAndConditions:io,pleaseSelectControl:oo,pleaseSelectDashboard:ao,theViewNameCannotBeEmpty:so,pleaseSelectOcrType:lo,pleaseSelectAtLeastOneFieldToFillIn:co,pleaseChooseAtLeastOne:fo,pleaseEnterButtonContent:po,pleaseEnterDataCodeInDataSetting:ho,pleaseEnterValueFieldCodeInDataSetting:vo,pleaseEnterSvcCodeInDataSetting:yo,pleaseBindAtLeastOneDisplayValueInDataSetting:_o,rootNodeIsRequiredInDataSetting:go,pleaseEnterMaxHeight:mo,pleaseEnter:bo,pleaseEnterWatermark:Eo,pleaseEnterFileName:Bo,pleaseUploadAtLeastOnePrintTemplate:wo,pleaseAssignBusiness:So,pleaseAssignExternal:Ao,pleaseEnterAliasCode:Co,pleaseSelectDataCode:Fo,pleaseSelectSvcCode:Io,pleaseSelectJoinFieldCode:Do,pleaseSelectMainFieldCode:$o,pleaseSelectSortFieldCode:Oo},Po="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",xo="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Mo="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",To="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Lo="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",jo="{caption}\u5FC5\u9808",qo="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Vo="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Uo="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ko="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",No="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Ho="\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",Jo="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Xo="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Zo="{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",Yo="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ea="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",ta="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",na="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ra="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ua="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ia="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",oa="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",aa="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",sa="\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",la="\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",ca="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",fa="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",da="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",pa="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ha="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",va="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ya="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",_a="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ga="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ma="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ba="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Ea="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",Ba="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",wa="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Sa="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",Aa="please select control",Ca="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Fa="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ia="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Da="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",$a="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Oa="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ra="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Pa="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",xa="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Ma="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Ta="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",La="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ja="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",qa="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Va="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ua="\u5370\u5237\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u5C11\u306A\u304F\u3068\u30821\u3064\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01\uFF01",ka="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Na="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ha="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Wa="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",za="\u95A2\u9023\u30C6\u30FC\u30D6\u30EB\u8A2D\u5B9A\u30D0\u30A4\u30F3\u30C9\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ga="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",Ka="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ja="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Xa={isNotNumber:Po,isNotString:xo,isNotObject:Mo,isNotArray:To,isNotBoolean:Lo,runtimeRequired:jo,pleaseEnterCaption:qo,pleaseEnterCaptionTip:Vo,pleaseEnterRowCaption:Uo,pleaseEnterPlaceholder:ko,pleaseEnterFieldCode:No,pleaseEnterForm:Ho,pleaseEnterList:Wo,pleaseEnterProcess:zo,pleaseEnterLabel:Go,pleaseEnterValue:Ko,bizKeyNotBindFiled:Jo,pleaseSelectOneField:Xo,pleaseEnterNumberRange:Zo,pleaseEnterAValueGreaterThanMin:Qo,pleaseEnterAValueLessThanMax:Yo,numberRangeSetError:ea,stringRangeError:ta,attachmentMaxSize:na,pleaseEnterTotalScoreSetting:ra,theTotalScoreMustNotBeLessThan1:ua,scoreDefaultValueRange:ia,attachmentLimitError:oa,PleaseReselectTheOptionalQuantity:aa,TheMaximumLengthIsGreaterThanTheMinimumLength:sa,TheMinimumLengthIsGreaterThanTheMaximumLength:la,PleaseSelectTheCorrectOptionSettings:ca,optionIdIsRepeat:fa,optionIsRequired:da,pleaseEnterDataCode:pa,pleaseEnterValueFieldCode:ha,pleaseEnterSvcCode:va,pleaseBindAtLeastOneDisplayValue:ya,pleaseSelectProvince:_a,pleaseSelectCity:ga,pleaseSelectDistrict:ma,limitRowsCannotBeLessThan0:ba,TheNumberOfRowsCannotBeLessThanMinRows:Ea,pleaseEnterColumnWidth:Ba,pleaseSetTheLogicalRelationshipOfAllRuleConditions:wa,pleaseCompleteAllRulesAndConditions:Sa,pleaseSelectControl:Aa,pleaseSelectDashboard:Ca,theViewNameCannotBeEmpty:Fa,pleaseSelectOcrType:Ia,pleaseSelectAtLeastOneFieldToFillIn:Da,pleaseChooseAtLeastOne:$a,pleaseEnterButtonContent:Oa,pleaseEnterDataCodeInDataSetting:Ra,pleaseEnterValueFieldCodeInDataSetting:Pa,pleaseEnterSvcCodeInDataSetting:xa,pleaseBindAtLeastOneDisplayValueInDataSetting:Ma,rootNodeIsRequiredInDataSetting:Ta,pleaseEnterMaxHeight:La,pleaseEnter:ja,pleaseEnterWatermark:qa,pleaseEnterFileName:Va,pleaseUploadAtLeastOnePrintTemplate:Ua,pleaseAssignBusiness:ka,pleaseAssignExternal:Na,pleaseEnterAliasCode:Ha,pleaseSelectDataCode:Wa,pleaseSelectSvcCode:za,pleaseSelectJoinFieldCode:Ga,pleaseSelectMainFieldCode:Ka,pleaseSelectSortFieldCode:Ja},Za={zhCN:pi,enUS:Ro,jaJP:Xa},wn;(function(e){e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable"})(wn||(wn={}));var Sn;(function(e){e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN"})(Sn||(Sn={}));var Qa="zh-CN",Ya=function(){};function g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var M;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(M||(M={}));var An;(function(e){e[e.FORM=0]="FORM",e[e.LIST=1]="LIST",e[e.REPORT=2]="REPORT",e[e.DASHBOARD=3]="DASHBOARD",e[e.VUE=4]="VUE",e[e.FREE_PAGE=5]="FREE_PAGE"})(An||(An={}));var v;(function(e){e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.BATCH_DELETE_LIST_BUTTON="list-page-btn-batch-delete",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.ORGANIZATION_SELECTION="organization-selection",e.FORM_SELECT_BUTTON="form-select-button",e.LIST_VIEW_SELECT="list-view-select",e.TEXT_OCR_BUTTON="text-ocr-button",e.INVOICE_CHECK_BUTTON="invoice-check-button",e.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",e.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",e.VARCHAR_COLUMN="varchar-column",e.TEXT_COLUMN="text-column",e.DECIMAL_COLUMN="decimal-column",e.TIMESCOPE_COLUMN="timescope-column",e.TIMESTAMP_COLUMN="timestamp-column",e.ARRAY_COLUMN="array-column",e.DEPARTMENT_COLUMN="department-column",e.AUTO_NUMBER_COLUMN="auto-number-column",e.FILE_COLUMN="file-column",e.IMAGE_COLUMN="image-column",e.PEOPLE_COLUMN="people-column",e.LOCATION_COLUMN="location-column",e.CUSTOM_COLUMN="custom-column",e.ORDER_COLUMN="order-column",e.OPERATION_COLUMN="operation-column",e.EMPLOYEE_COLUMN="employee-column",e.Approval_Status_Column="approval-status-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.DEPARTMENT="department",e.EMPLOYEE="employee",e.IMAGE="image",e.INPUT="input",e.NUMBER="number",e.RADIO="radio",e.RICH_TEXT="rich-text",e.SCORE="score",e.SEARCH_DATE_RANGE="search-date-range",e.SEARCH_NUMBER_RANGE="search-number-range",e.SEARCH_INPUT="search-input",e.SELECT="select",e.SELECT_MULTIPLE="select-multiple",e.SELECT_RELATION="select-relation",e.VUE_FORM_ITEM="vue-form-item",e.TEXTAREA="textarea",e.EMAIL="email",e.FOOTER="footer",e.HEADER="header",e.ID_CARD="id-card",e.MOBILE="mobile",e.PHONE="phone",e.RADIO_IMAGE="radio-image",e.ELECTRONIC_SIGNATURE="electronic-signature",e.WPS="wps",e.CARD_GROUP="card-group",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.GRID_LAYOUT_CONTAINER="grid-layout-container",e.ROW="row",e.TWO_COLUMNS="two-columns",e.SUBTABLE_COLUMN="subtable-column",e.SUBTABLE_ROW="subtable-row",e.TAB="tab",e.TAB_PANE="tab-pane",e.TOOLBOX="toolbox",e.DATA_VIEW="data-view",e.LIST_VIEW="list-view",e.ACTION_BAR="action-bar",e.SUBTABLE="subtable",e.GRID_TABLE="grid-table",e.SIMPLE_SEARCH="simple-search",e.PAGINATION="pagination",e.CHECKBOX_IMAGE="checkbox-image",e.DASHBOARD="dashboard",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2",e.GRID_LAYOUT_WRAP="grid-layout-wrap",e.VUE_PAGE="vue-page"})(v||(v={}));var Cn;(function(e){e.SAVE="save",e.DRAFT="draft",e.UNSUBMIT="unsubmit",e.AUDIT="audit",e.UNAUDIT="unaudit",e.CANCEL="cancel",e.FORM_SUBMIT="form_submit"})(Cn||(Cn={}));var N;(function(e){e.VARCHAR="varchar",e.TEXT="text",e.ARRAY="array",e.ADDRESS="location",e.DECIMAL="decimal",e.REAL_DECIMAL="real-decimal",e.DECIMAL_RANGE="decimal_range",e.TIMESTAMP="timestamp",e.REAL_TIMESTAMP="real-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",e.BOOLEAN="boolean",e.MODEL="model",e.MODEL_SET="model_set"})(N||(N={}));var C;C={},g(C,"varchar","\u77ED\u6587\u672C"),g(C,"timestamp","\u65F6\u95F4"),g(C,"real-timestamp","\u65F6\u95F4\uFF08timestamp\uFF09"),g(C,"text","\u957F\u6587\u672C"),g(C,"decimal","\u6570\u503C\u7C7B\u578B"),g(C,"real-decimal","\u6570\u503C\u7C7B\u578B\uFF08decimal\uFF09"),g(C,"relation","\u5F15\u7528\u7C7B\u578B"),g(C,"bigint","\u957F\u6574\u578B"),g(C,"image","\u56FE\u7247"),g(C,"file","\u9644\u4EF6"),g(C,"auto_number","\u81EA\u52A8\u7F16\u53F7"),g(C,"boolean","\u903B\u8F91"),g(C,"people","\u4EBA\u5458"),g(C,"location","\u5730\u5740"),g(C,"department","\u90E8\u95E8"),g(C,"relation-field","\u5173\u8054\u5B57\u6BB5"),g(C,"reference-field","\u5F15\u7528\u5B57\u6BB5"),g(C,"calc","\u8BA1\u7B97\u516C\u5F0F"),g(C,"json","JSON"),g(C,"model","\u6A21\u578B"),g(C,"model_set","\u6A21\u578B\u96C6\u5408"),g(C,"array","\u6570\u7EC4");var x,es=(x={},g(x,"array","array-column"),g(x,"auto_number","auto-number-column"),g(x,"decimal","decimal-column"),g(x,"real-decimal","decimal-column"),g(x,"department","department-column"),g(x,"file","file-column"),g(x,"image","image-column"),g(x,"location","location-column"),g(x,"people","employee-column"),g(x,"text","text-column"),g(x,"timescope","timescope-column"),g(x,"timestamp","timestamp-column"),g(x,"real-timestamp","timestamp-column"),g(x,"varchar","varchar-column"),g(x,"relation","varchar-column"),x),Fn;(function(e){e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime"})(Fn||(Fn={}));var In="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",ts=In+"0123456789";function ft(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",n=0;n<e;n++){var r=n===0?In:ts,u=Math.random()*r.length;t+=r[parseInt(String(u),10)]}return t}function dt(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function ns(e){if(Array.isArray(e))return dt(e)}function rs(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Dn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Te(e,t,n){return Rn()?Te=Reflect.construct:Te=function(u,i,o){var s=[null];s.push.apply(s,i);var l=Function.bind.apply(u,s),a=new l;return o&&Be(a,o.prototype),a},Te.apply(null,arguments)}function Ee(e){return Ee=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ee(e)}function $n(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&&Be(e,t)}function us(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function is(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function os(){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 as(e,t){return t&&(ss(t)==="object"||typeof t=="function")?t:rs(e)}function Be(e,t){return Be=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Be(e,t)}function On(e){return ns(e)||is(e)||ls(e)||os()}function ss(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function ls(e,t){if(!!e){if(typeof e=="string")return dt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return dt(e,t)}}function pt(e){var t=typeof Map=="function"?new Map:void 0;return pt=function(r){if(r===null||!us(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,u)}function u(){return Te(r,arguments,Ee(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Be(u,r)},pt(e)}function Rn(){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 Pn(e){var t=Rn();return function(){var r=Ee(e),u;if(t){var i=Ee(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return as(this,u)}}var ht=console;function Le(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,u=t.slice(1);(r=ht).warn.apply(r,["\u{1F9D0} Driven Warning:"+t[0]].concat(On(u)))}function xn(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,u=t.slice(1);(r=ht).log.apply(r,["\u{1F680} Driven Log:"+t[0]].concat(On(u)))}function cs(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var vt=function(e){$n(n,e);var t=Pn(n);function n(r){Dn(this,n);var u;return u=t.call(this,r),u.name="\u{1F4A5} Driven Error",u.message=r?cs(r):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",u}return n}(pt(Error)),fs=function(e){$n(n,e);var t=Pn(n);function n(r){Dn(this,n);var u;return u=t.call(this,r),u.name="\u{1F6A8} Driven Reference Error",u}return n}(vt);function we(e){throw new vt(e)}function Mn(e){throw new fs(e)}function ds(e){ht.error(new vt(e))}var ps=Object.prototype.toString;function Tn(e,t){return ps.call(e)==="[object "+t+"]"}function hs(e){return Tn(e,"String")}function vs(e){return Tn(e,"Promise")}var ys=function(){function e(t){var n,r;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((r=(n=t.messages)!==null&&n!==void 0?n:this.getPreImport(t.locale))!==null&&r!==void 0?r:{}),t.variableRegExp&&(this.variableRegExp=t.variableRegExp),this.setLocale(t.locale)}return e.prototype.setLocale=function(t){var n=this;this.locale=t,this._messageCache.clear();var r=this.getMessageData();vs(r)?r.then(function(u){n._messageCache.clear(),n.messages[n.localeInMessageKey]=u}):this.messages[this.localeInMessageKey]=r},e.prototype.getMessageData=function(){var t=this._messages[this.localeInMessageKey];return typeof t=="function"?t():t},e.prototype.translate=function(t,n,r){var u=this.getMessage(t);return u?this.formatMessage(u,r):this.formatMessage(n,r)},e.prototype.getMessage=function(t){if(this._messageCache.has(t))return this._messageCache.get(t);var n=this.getPathArray(t),r=n.reduce(function(u,i,o,s){if(u!==void 0){var l=u[i];if(!(o===s.length-1&&!hs(l)))return l}},this.message);return this._messageCache.set(t,r),r},e.prototype.formatMessage=function(t,n){return n?t.replace(this.variableRegExp,function(r,u){var i=n[u];return i!==void 0?String(i):r}):t},e.prototype.getPreImport=function(t){var n;if(window.okI18nPreImport){var r=this.getLocaleInMessageKey(t);return window.okI18nPreImport.hasOwnProperty(r)?window.okI18nPreImport:(n={},n[r]=window.okI18nPreImport,n)}},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 _s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ln(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function gs(e,t,n){return t&&Ln(e.prototype,t),n&&Ln(e,n),e}function ms(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var U=function(){function e(){_s(this,e)}return gs(e,null,[{key:"getMessage",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(n,"",r)}},{key:"resetI18n",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Qa;return new ys({locale:n,messages:Za})}},{key:"setLocale",value:function(n){return this.$i18n.setLocale(n)}}]),e}();ms(U,"$i18n",U.resetI18n());function jn(e,t,n){var r=t.replace(/\[(\d)]/g,function(i,o){return"."+o}).split("."),u=!1;return r.reduce(function(i,o,s,l){var a=i;if(!!i){if(!Object.prototype.hasOwnProperty.call(i,o)){Le("Can not set ".concat(t,"'s ").concat(o," property in current %o, Because there is no ").concat(o," property on the %o"),i,i);return}return s===l.length-1&&!Object.is(a[o],n)&&(a[o]=n,u=!0),a[o]}},e),u}var bs=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},Es={exports:{}};(function(e){(function(t){var n=function(c,h,B){if(!a(h)||p(h)||y(h)||m(h)||l(h))return h;var A,I=0,z=0;if(f(h))for(A=[],z=h.length;I<z;I++)A.push(n(c,h[I],B));else{A={};for(var F in h)Object.prototype.hasOwnProperty.call(h,F)&&(A[c(F,B)]=n(c,h[F],B))}return A},r=function(c,h){h=h||{};var B=h.separator||"_",A=h.split||/(?=[A-Z])/;return c.split(A).join(B)},u=function(c){return w(c)?c:(c=c.replace(/[\-_\s]+(.)?/g,function(h,B){return B?B.toUpperCase():""}),c.substr(0,1).toLowerCase()+c.substr(1))},i=function(c){var h=u(c);return h.substr(0,1).toUpperCase()+h.substr(1)},o=function(c,h){return r(c,h).toLowerCase()},s=Object.prototype.toString,l=function(c){return typeof c=="function"},a=function(c){return c===Object(c)},f=function(c){return s.call(c)=="[object Array]"},p=function(c){return s.call(c)=="[object Date]"},y=function(c){return s.call(c)=="[object RegExp]"},m=function(c){return s.call(c)=="[object Boolean]"},w=function(c){return c=c-0,c===c},d=function(c,h){var B=h&&"process"in h?h.process:h;return typeof B!="function"?c:function(A,I){return B(A,c,I)}},_={camelize:u,decamelize:o,pascalize:i,depascalize:o,camelizeKeys:function(c,h){return n(d(u,h),c)},decamelizeKeys:function(c,h){return n(d(o,h),c,h)},pascalizeKeys:function(c,h){return n(d(i,h),c)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=_:t.humps=_})(bs)})(Es);var qn={};Object.defineProperty(qn,"__esModule",{value:!0});function yt(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(t=>typeof t!="object"||t===null?t:yt(t));{const t={};for(const n in e){const r=e[n];t[n]=typeof r!="object"||r===null?r:yt(r)}return t}}var Bs=qn.default=yt;function J(e){if(e!==void 0)return typeof e=="object"?Bs(e):e}function _t(e){return Object.prototype.toString.call(e)==="[object Object]"}function ws(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function le(e){return Array.isArray(e)}function gt(e){return typeof e=="string"}function Ss(e){return Object.values(v).includes(e)}function mt(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function As(e){if(Array.isArray(e))return mt(e)}function Vn(e,t,n,r,u,i,o){try{var s=e[i](o),l=s.value}catch(a){n(a);return}s.done?t(l):Promise.resolve(l).then(r,u)}function Cs(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(l){Vn(i,r,u,o,s,"next",l)}function s(l){Vn(i,r,u,o,s,"throw",l)}o(void 0)})}}function Fs(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Un(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Is(e,t,n){return t&&Un(e.prototype,t),n&&Un(e,n),e}function kn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ds(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function $s(){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 bt(e){return As(e)||Ds(e)||Os(e)||$s()}function Os(e,t){if(!!e){if(typeof e=="string")return mt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return mt(e,t)}}function Rs(e,t){var n,r,u,i,o={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function s(a){return function(f){return l([a,f])}}function l(a){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return o.label++,{value:a[1],done:!1};case 5:o.label++,r=a[1],a=[0];continue;case 7:a=o.ops.pop(),o.trys.pop();continue;default:if(u=o.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){o=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){o.label=a[1];break}if(a[0]===6&&o.label<u[1]){o.label=u[1],u=a;break}if(u&&o.label<u[2]){o.label=u[2],o.ops.push(a);break}u[2]&&o.ops.pop(),o.trys.pop();continue}a=t.call(e,o)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var Nn=function(){function e(){Fs(this,e),kn(this,"_events",new Map),kn(this,"debug",!1)}return Is(e,[{key:"emit",value:function(n){for(var r=arguments.length,u=new Array(r>1?r-1:0),i=1;i<r;i++)u[i-1]=arguments[i];var o=this;return Cs(function(){var s,l,a,f,p,y,m,w,d,_,c,h;return Rs(this,function(B){switch(B.label){case 0:if(s=o._events.get(n),l=[],!s)return[3,10];a=s.slice(),f=!0,p=!1,y=void 0,B.label=1;case 1:B.trys.push([1,8,9,10]),m=a[Symbol.iterator](),B.label=2;case 2:if(f=(w=m.next()).done)return[3,7];if(d=w.value,!s.includes(d))return[3,6];B.label=3;case 3:return B.trys.push([3,5,,6]),o.debug&&xn.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(d.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+d.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"\u3002")].concat(bt(u))),[4,d.apply(null,bt(u))];case 4:return _=B.sent(),o.debug&&xn.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(d.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+d.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(bt(u),[_])),l.push(_),_===!1?[3,7]:[3,6];case 5:return c=B.sent(),ds(String(c)+":"+String(c.stack)),[3,6];case 6:return f=!0,[3,2];case 7:return[3,10];case 8:return h=B.sent(),p=!0,y=h,[3,10];case 9:try{!f&&m.return!=null&&m.return()}finally{if(p)throw y}return[7];case 10:return[2,l]}})})()}},{key:"on",value:function(n,r){if(this._events.has(n)){var u;(u=this._events.get(n))===null||u===void 0||u.push(r)}else this._events.set(n,[r])}},{key:"off",value:function(n,r){if(this._events.has(n)){var u=this._events.get(n),i=u==null?void 0:u.indexOf(r);u==null||u.splice(i,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),e}();function Ps(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Hn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function xs(e,t,n){return t&&Hn(e.prototype,t),n&&Hn(e,n),e}function Ms(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ts=[{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_list_before_insert",name:"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",code:"list-before-insert"},{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_render_operation",name:"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",code:"list-render-operation"},{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-rows-checked"},{key:"on_change_tab",name:"\u6807\u7B7E\u9875\u5207\u6362\u65F6",code:"change-tab"},{key:"on_modal_ok",name:"\u5F39\u7A97\u786E\u8BA4\u65F6",code:"modal-ok"}],Se=function(){function e(){Ps(this,e)}return xs(e,null,[{key:"getEventsFromKeys",value:function(n){var r=typeof n=="string"?[n]:n;return e.events.filter(function(u){return r.includes(u.key)})}},{key:"getEventsFromControl",value:function(n){var r=[],u=n.eventKeys;r=r.concat(e.events.filter(function(o){return u.includes(o.key)}));var i=n.customEvents.map(function(o){var s=o.key;return o.namespace!==void 0&&o.namespace!==null&&o.namespace!==""&&(s=o.namespace+":"+o.key),{key:s,code:o.key,name:o.name}});return r=r.concat(i),r}}]),e}();Ms(Se,"events",Ts);function Et(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Ls(e){if(Array.isArray(e))return Et(e)}function js(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function qs(){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 Wn(e){return Ls(e)||js(e)||Vs(e)||qs()}function Vs(e,t){if(!!e){if(typeof e=="string")return Et(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Et(e,t)}}function Bt(e,t){var n;!((n=Object.getOwnPropertyDescriptors(e)[t])===null||n===void 0)&&n.enumerable&&Object.defineProperty(e,t,{enumerable:!1})}function zn(e,t,n){n==="Designer"&&(e.parent=t,Bt(e,"parent"))}function Us(e,t,n){e.forEach(function(r){zn(r,t,n)})}var Gn=Symbol("targetKey");function Kn(e){var t;return(t=e[Gn])!==null&&t!==void 0?t:e}function Jn(e,t,n){return Us(e,t,n),new Proxy(e,{get:function(u,i){for(var o=arguments.length,s=new Array(o>2?o-2:0),l=2;l<o;l++)s[l-2]=arguments[l];var a;return i===Gn?u:(a=Reflect).get.apply(a,[u,i].concat(Wn(s)))},set:function(u,i,o){for(var s=arguments.length,l=new Array(s>3?s-3:0),a=3;a<s;a++)l[a-3]=arguments[a];var f;if(le(e)&&i==="length"&&o===e.length)return!0;var p=(f=Reflect).set.apply(f,[u,i,o].concat(Wn(l)));return _t(o)&&zn(o,t,n),p}})}function wt(e,t,n,r,u){var i=r!=null?r:e,o=Jn(Kn(n!=null?n:[]),i,u);Object.defineProperty(e,t,{get:function(){return o},set:function(l){o=Jn(Kn(l),i,u)},enumerable:!0})}function ks(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Xn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ns(e,t,n){return t&&Xn(e.prototype,t),n&&Xn(e,n),e}function Y(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Zn=[],Ae=function(){function e(t){ks(this,e),Y(this,"registeredControlTypes",new Set),Y(this,"controlConfigMap",new Map),Y(this,"_controls",[]),Y(this,"_type",void 0),this._type=t,this._initControls(t)}return Ns(e,[{key:"registerControlConfig",value:function(n,r){return this.controlConfigMap.set(n,r),this}},{key:"getControlConfig",value:function(n){return this.controlConfigMap.get(n)}},{key:"getControls",value:function(){return this._controls}},{key:"register",value:function(n){n.__is_control__||we("".concat(n.name," is not a Control"));var r=this._controls.findIndex(function(u){return u.controlType===n.controlType});return r>-1&&(Le("The ".concat(n.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(r,1)),this.registeredControlTypes.add(n.controlType),this._controls.push(n),this}},{key:"isLayoutControl",value:function(n){return n.controlType===M.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===M.FORM}},{key:"isListControl",value:function(n){return n.controlType===M.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===M.COLUMN}},{key:"createControl",value:function(n,r){var u=this;if(Array.isArray(n))return n.map(function(f){return u.createControl(f,r)});if(n.children&&(n.children=n.children.map(function(f){return u.createControl(f,r)})),this.isListControl(n)){var i=n.props;i.headers&&(i.headers=i.headers.map(function(f){return u.createControl(f,r)})),i.footers&&(i.footers=i.footers.map(function(f){var p;return f&&(p=u.createControl(f,r)),p}))}var o=this.getControlFormType(n.type);if(o){var s=n;if(typeof r=="function"){var l=r(s);l&&(s=l)}var a;return o.mode==="Runtime"?(a=s,a.fieldType=o.controlFieldType,this._setParentPrototypeToSchema(a,this)):a=new o(s),a}else we("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))}},{key:"resetInstanceParent",value:function(n,r){delete n.parent,Object.defineProperty(n,"parent",{configurable:!0,get:function(){return r}}),Bt(n,"parent")}},{key:"_setParentPrototypeToSchema",value:function(n,r){r._type==="Runtime"&&(Object.defineProperty(n,"parent",{configurable:!0,get:function(){var i=n.id,o=r._controlParentIdMap,s=r.instanceMap;if(!(!o||!s)){var l=o[i],a=s[i];if(!(!l&&!a)){var f=a.findIndex(function(m){return m==n}),p=s[l]||[],y;return p.length!==a.length?y=p[0]:y=p[f],y}}}}),Bt(n,"parent"))}},{key:"createControlInstance",value:function(n,r){var u=this.getControlFormType(n);if(u)return new u(r)}},{key:"getControlFormType",value:function(n){return this._controls.find(function(r){return r.controlType===n})}},{key:"_initControls",value:function(n){var r=this;this.constructor.staticControls.forEach(function(u){r.register(u[n]),e.staticControlsRuntimeRules.set(u.Runtime.controlType,u.Property.RuntimeRules),u.Property.mode=n})}}],[{key:"staticGetRules",value:function(n,r){var u=e.staticControlsRuntimeRules.get(n),i=[];if(u){var o=new u(r);i=Array.from(o)}return i}},{key:"register",value:function(n,r){var u=n.Designer,i=n.Runtime,o=n.Property;(!u||!i||!u.__is_control__||!i.__is_control__)&&we("".concat(n," is can't register as a Control"));var s=this.staticControls.findIndex(function(l){return l.Designer.controlType===u.controlType});return s>-1&&(Le("The ".concat(u.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(s,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(n),o.mode=r,this}}]),e}();Y(Ae,"staticControlsRuntimeRules",new Map),Y(Ae,"staticControls",Zn),Y(Ae,"staticRegisteredTypes",new Set(Zn.map(function(e){return e.Designer.controlType}))),Y(Ae,"staticRegisteredConfigs",new Map);function St(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Qn=function e(t){St(this,e),k(this,"dataCode",void 0),k(this,"fieldCode",void 0),k(this,"fieldType",void 0),k(this,"aliasCode",void 0);var n;this.dataCode=(n=t==null?void 0:t.dataCode)!==null&&n!==void 0?n:"";var r;this.fieldCode=(r=t==null?void 0:t.fieldCode)!==null&&r!==void 0?r:"";var u;this.fieldType=(u=t==null?void 0:t.fieldType)!==null&&u!==void 0?u:"",this.aliasCode=t==null?void 0:t.aliasCode},Hs=function e(t){St(this,e),k(this,"minWidth",void 0),k(this,"maxWidth",void 0),k(this,"flex",void 0);var n;this.minWidth=(n=t==null?void 0:t.minWidth)!==null&&n!==void 0?n:150,this.maxWidth=t==null?void 0:t.maxWidth;var r;this.flex=(r=t==null?void 0:t.flex)!==null&&r!==void 0?r:1},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 er;(function(e){e.DEFAULT_DISPLAY="defaultDisplay",e.REQUIRED="required",e.IS_HIDE="isHide",e.IS_SHOW_UNIT="isShowUnit",e.IMD_SEARCH="immediatelySearch",e.MULTIPLE="multiple",e.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",e.CAPTION="caption",e.IS_HIDE_CAPTION="isHideCaption",e.DEFAULT_SHOW_OPTIONS="defaultShowOptions",e.CAN_SEARCH="canSearch",e.CAN_CHECK="canCheck",e.CAN_EDIT="canEdit",e.CAN_DELETE="canDelete",e.SHOW_UPPER_CASE="showUpperCase",e.MICROMETER="micrometer",e.PRECISION="precision",e.PERCENTAGE="percentage",e.OPTIONAL_LEVEL="optionalLevel",e.CONTAINS_SUB_NODE="containsSubNode",e.DEFAULT_COLLAPSE="defaultCollapse",e.CAN_VIEW_FORM="canViewForm",e.VIEW_FORM_MODEL_TYPE="viewFormModelType",e.SERVER_PAGINATION="serverPagination",e.IS_SHOW_CAPTION_TIP="isShowCaptionTip",e.ENCRYPTED="encrypted",e.IS_INLINE_EDIT="isInlineEdit",e.REVISIONS_MODE="revisionsMode",e.ALLOW_COPY_OPTIONS="allowCopyOptions",e.IS_PASTE="isPaste"})(er||(er={}));var At;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.READONLY=1]="READONLY",e[e.EDITABLE=2]="EDITABLE",e[e.PRINT=5]="PRINT"})(At||(At={}));var Ws=function e(t){St(this,e),k(this,"width",void 0),k(this,"height",void 0),k(this,"widthConfig",void 0),k(this,"heightConfig",void 0);var n;this.width=(n=t==null?void 0:t.width)!==null&&n!==void 0?n:"";var r;this.height=(r=t==null?void 0:t.height)!==null&&r!==void 0?r:"";var u;this.widthConfig=(u=t==null?void 0:t.widthConfig)!==null&&u!==void 0?u:"fill";var i;this.heightConfig=(i=t==null?void 0:t.heightConfig)!==null&&i!==void 0?i:"fill"};function zs(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ct(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function je(e,t,n){return tr()?je=Reflect.construct:je=function(u,i,o){var s=[null];s.push.apply(s,i);var l=Function.bind.apply(u,s),a=new l;return o&&Fe(a,o.prototype),a},je.apply(null,arguments)}function ee(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ce(e){return Ce=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ce(e)}function Gs(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Fe(e,t)}function Ks(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Js(e,t){return t&&(Xs(t)==="object"||typeof t=="function")?t:zs(e)}function Fe(e,t){return Fe=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Fe(e,t)}function Xs(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Ft(e){var t=typeof Map=="function"?new Map:void 0;return Ft=function(r){if(r===null||!Ks(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,u)}function u(){return je(r,arguments,Ce(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Fe(u,r)},Ft(e)}function tr(){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 Zs(e){var t=tr();return function(){var r=Ce(e),u;if(t){var i=Ce(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Js(this,u)}}var It=function e(t){Ct(this,e),ee(this,"isHide",{type:"boolean"})},nr=function(e){Gs(n,e);var t=Zs(n);function n(r){return Ct(this,n),t.call(this)}return n}(Ft(Array)),X=function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";Ct(this,e),ee(this,"isHide",void 0),ee(this,"className",void 0),ee(this,"style",void 0),ee(this,"caption",void 0);var r;this.isHide=(r=t==null?void 0:t.isHide)!==null&&r!==void 0?r:!1,this.style=new Ws(t==null?void 0:t.style);var u;this.caption=(u=t==null?void 0:t.caption)!==null&&u!==void 0?u:n};ee(X,"mode",void 0),ee(X,"Rules",It),ee(X,"RuntimeRules",nr);function H(){return H=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},H.apply(this,arguments)}function Qs(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function Dt(e){return Dt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Dt(e)}function qe(e,t){return qe=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},qe(e,t)}function Ys(){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,n){return Ys()?Ve=Reflect.construct:Ve=function(u,i,o){var s=[null];s.push.apply(s,i);var l=Function.bind.apply(u,s),a=new l;return o&&qe(a,o.prototype),a},Ve.apply(null,arguments)}function el(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function $t(e){var t=typeof Map=="function"?new Map:void 0;return $t=function(r){if(r===null||!el(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,u)}function u(){return Ve(r,arguments,Dt(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),qe(u,r)},$t(e)}var tl=/%[sdj%]/g,rr=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(rr=function(t,n){typeof console!="undefined"&&console.warn&&n.every(function(r){return typeof r=="string"})&&console.warn(t,n)});function Ot(e){if(!e||!e.length)return null;var t={};return e.forEach(function(n){var r=n.field;t[r]=t[r]||[],t[r].push(n)}),t}function L(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=1,u=t[0],i=t.length;if(typeof u=="function")return u.apply(null,t.slice(1));if(typeof u=="string"){var o=String(u).replace(tl,function(s){if(s==="%%")return"%";if(r>=i)return s;switch(s){case"%s":return String(t[r++]);case"%d":return Number(t[r++]);case"%j":try{return JSON.stringify(t[r++])}catch(l){return"[Circular]"}break;default:return s}});return o}return u}function nl(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function $(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||nl(t)&&typeof e=="string"&&!e)}function rl(e,t,n){var r=[],u=0,i=e.length;function o(s){r.push.apply(r,s),u++,u===i&&n(r)}e.forEach(function(s){t(s,o)})}function ur(e,t,n){var r=0,u=e.length;function i(o){if(o&&o.length){n(o);return}var s=r;r=r+1,s<u?t(e[s],i):n([])}i([])}function ul(e){var t=[];return Object.keys(e).forEach(function(n){t.push.apply(t,e[n])}),t}var ir=function(e){Qs(t,e);function t(n,r){var u;return u=e.call(this,"Async Validation Error")||this,u.errors=n,u.fields=r,u}return t}($t(Error));function il(e,t,n,r){if(t.first){var u=new Promise(function(p,y){var m=function(_){return r(_),_.length?y(new ir(_,Ot(_))):p()},w=ul(e);ur(w,n,m)});return u.catch(function(p){return p}),u}var i=t.firstFields||[];i===!0&&(i=Object.keys(e));var o=Object.keys(e),s=o.length,l=0,a=[],f=new Promise(function(p,y){var m=function(d){if(a.push.apply(a,d),l++,l===s)return r(a),a.length?y(new ir(a,Ot(a))):p()};o.length||(r(a),p()),o.forEach(function(w){var d=e[w];i.indexOf(w)!==-1?ur(d,n,m):rl(d,n,m)})});return f.catch(function(p){return p}),f}function or(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 ar(e,t){if(t){for(var n in t)if(t.hasOwnProperty(n)){var r=t[n];typeof r=="object"&&typeof e[n]=="object"?e[n]=H(H({},e[n]),r):e[n]=r}}return e}function sr(e,t,n,r,u,i){e.required&&(!n.hasOwnProperty(e.field)||$(t,i||e.type))&&r.push(L(u.messages.required,e.fullField))}function ol(e,t,n,r,u){(/^\s+$/.test(t)||t==="")&&r.push(L(u.messages.whitespace,e.fullField))}var Rt={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},Ie={integer:function(t){return Ie.number(t)&&parseInt(t,10)===t},float:function(t){return Ie.number(t)&&!Ie.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch(n){return!1}},date:function(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function(t){return isNaN(t)?!1:typeof t=="number"},object:function(t){return typeof t=="object"&&!Ie.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&!!t.match(Rt.email)&&t.length<255},url:function(t){return typeof t=="string"&&!!t.match(Rt.url)},hex:function(t){return typeof t=="string"&&!!t.match(Rt.hex)}};function al(e,t,n,r,u){if(e.required&&t===void 0){sr(e,t,n,r,u);return}var i=["integer","float","array","regexp","object","method","email","number","date","url","hex"],o=e.type;i.indexOf(o)>-1?Ie[o](t)||r.push(L(u.messages.types[o],e.fullField,e.type)):o&&typeof t!==e.type&&r.push(L(u.messages.types[o],e.fullField,e.type))}function sl(e,t,n,r,u){var i=typeof e.len=="number",o=typeof e.min=="number",s=typeof e.max=="number",l=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,a=t,f=null,p=typeof t=="number",y=typeof t=="string",m=Array.isArray(t);if(p?f="number":y?f="string":m&&(f="array"),!f)return!1;m&&(a=t.length),y&&(a=t.replace(l,"_").length),i?a!==e.len&&r.push(L(u.messages[f].len,e.fullField,e.len)):o&&!s&&a<e.min?r.push(L(u.messages[f].min,e.fullField,e.min)):s&&!o&&a>e.max?r.push(L(u.messages[f].max,e.fullField,e.max)):o&&s&&(a<e.min||a>e.max)&&r.push(L(u.messages[f].range,e.fullField,e.min,e.max))}var ce="enum";function ll(e,t,n,r,u){e[ce]=Array.isArray(e[ce])?e[ce]:[],e[ce].indexOf(t)===-1&&r.push(L(u.messages[ce],e.fullField,e[ce].join(", ")))}function cl(e,t,n,r,u){if(e.pattern){if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||r.push(L(u.messages.pattern.mismatch,e.fullField,t,e.pattern));else if(typeof e.pattern=="string"){var i=new RegExp(e.pattern);i.test(t)||r.push(L(u.messages.pattern.mismatch,e.fullField,t,e.pattern))}}}var E={required:sr,whitespace:ol,type:al,range:sl,enum:ll,pattern:cl};function fl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if($(t,"string")&&!e.required)return n();E.required(e,t,r,i,u,"string"),$(t,"string")||(E.type(e,t,r,i,u),E.range(e,t,r,i,u),E.pattern(e,t,r,i,u),e.whitespace===!0&&E.whitespace(e,t,r,i,u))}n(i)}function dl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if($(t)&&!e.required)return n();E.required(e,t,r,i,u),t!==void 0&&E.type(e,t,r,i,u)}n(i)}function pl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(t===""&&(t=void 0),$(t)&&!e.required)return n();E.required(e,t,r,i,u),t!==void 0&&(E.type(e,t,r,i,u),E.range(e,t,r,i,u))}n(i)}function hl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if($(t)&&!e.required)return n();E.required(e,t,r,i,u),t!==void 0&&E.type(e,t,r,i,u)}n(i)}function vl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if($(t)&&!e.required)return n();E.required(e,t,r,i,u),$(t)||E.type(e,t,r,i,u)}n(i)}function yl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if($(t)&&!e.required)return n();E.required(e,t,r,i,u),t!==void 0&&(E.type(e,t,r,i,u),E.range(e,t,r,i,u))}n(i)}function _l(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if($(t)&&!e.required)return n();E.required(e,t,r,i,u),t!==void 0&&(E.type(e,t,r,i,u),E.range(e,t,r,i,u))}n(i)}function gl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(t==null&&!e.required)return n();E.required(e,t,r,i,u,"array"),t!=null&&(E.type(e,t,r,i,u),E.range(e,t,r,i,u))}n(i)}function ml(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if($(t)&&!e.required)return n();E.required(e,t,r,i,u),t!==void 0&&E.type(e,t,r,i,u)}n(i)}var bl="enum";function El(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if($(t)&&!e.required)return n();E.required(e,t,r,i,u),t!==void 0&&E[bl](e,t,r,i,u)}n(i)}function Bl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if($(t,"string")&&!e.required)return n();E.required(e,t,r,i,u),$(t,"string")||E.pattern(e,t,r,i,u)}n(i)}function wl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if($(t,"date")&&!e.required)return n();if(E.required(e,t,r,i,u),!$(t,"date")){var s;t instanceof Date?s=t:s=new Date(t),E.type(e,s,r,i,u),s&&E.range(e,s.getTime(),r,i,u)}}n(i)}function Sl(e,t,n,r,u){var i=[],o=Array.isArray(t)?"array":typeof t;E.required(e,t,r,i,u,o),n(i)}function Pt(e,t,n,r,u){var i=e.type,o=[],s=e.required||!e.required&&r.hasOwnProperty(e.field);if(s){if($(t,i)&&!e.required)return n();E.required(e,t,r,o,u,i),$(t,i)||E.type(e,t,r,o,u)}n(o)}function Al(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if($(t)&&!e.required)return n();E.required(e,t,r,i,u)}n(i)}var De={string:fl,method:dl,number:pl,boolean:hl,regexp:vl,integer:yl,float:_l,array:gl,object:ml,enum:El,pattern:Bl,date:wl,url:Pt,hex:Pt,email:Pt,required:Sl,any:Al};function xt(){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 Mt=xt();function te(e){this.rules=null,this._messages=Mt,this.define(e)}te.prototype={messages:function(t){return t&&(this._messages=ar(xt(),t)),this._messages},define:function(t){if(!t)throw new Error("Cannot configure a schema with no rules");if(typeof t!="object"||Array.isArray(t))throw new Error("Rules must be an object");this.rules={};var n,r;for(n in t)t.hasOwnProperty(n)&&(r=t[n],this.rules[n]=Array.isArray(r)?r:[r])},validate:function(t,n,r){var u=this;n===void 0&&(n={}),r===void 0&&(r=function(){});var i=t,o=n,s=r;if(typeof o=="function"&&(s=o,o={}),!this.rules||Object.keys(this.rules).length===0)return s&&s(),Promise.resolve();function l(d){var _,c=[],h={};function B(A){if(Array.isArray(A)){var I;c=(I=c).concat.apply(I,A)}else c.push(A)}for(_=0;_<d.length;_++)B(d[_]);c.length?h=Ot(c):(c=null,h=null),s(c,h)}if(o.messages){var a=this.messages();a===Mt&&(a=xt()),ar(a,o.messages),o.messages=a}else o.messages=this.messages();var f,p,y={},m=o.keys||Object.keys(this.rules);m.forEach(function(d){f=u.rules[d],p=i[d],f.forEach(function(_){var c=_;typeof c.transform=="function"&&(i===t&&(i=H({},i)),p=i[d]=c.transform(p)),typeof c=="function"?c={validator:c}:c=H({},c),c.validator=u.getValidationMethod(c),c.field=d,c.fullField=c.fullField||d,c.type=u.getType(c),c.validator&&(y[d]=y[d]||[],y[d].push({rule:c,value:p,source:i,field:d}))})});var w={};return il(y,o,function(d,_){var c=d.rule,h=(c.type==="object"||c.type==="array")&&(typeof c.fields=="object"||typeof c.defaultField=="object");h=h&&(c.required||!c.required&&d.value),c.field=d.field;function B(z,F){return H(H({},F),{},{fullField:c.fullField+"."+z})}function A(z){z===void 0&&(z=[]);var F=z;if(Array.isArray(F)||(F=[F]),!o.suppressWarning&&F.length&&te.warning("async-validator:",F),F.length&&c.message!==void 0&&(F=[].concat(c.message)),F=F.map(or(c)),o.first&&F.length)return w[c.field]=1,_(F);if(!h)_(F);else{if(c.required&&!d.value)return c.message!==void 0?F=[].concat(c.message).map(or(c)):o.error&&(F=[o.error(c,L(o.messages.required,c.field))]),_(F);var G={};if(c.defaultField)for(var Qr in d.value)d.value.hasOwnProperty(Qr)&&(G[Qr]=c.defaultField);G=H(H({},G),d.rule.fields);for(var ye in G)if(G.hasOwnProperty(ye)){var Fd=Array.isArray(G[ye])?G[ye]:[G[ye]];G[ye]=Fd.map(B.bind(null,ye))}var Yr=new te(G);Yr.messages(o.messages),d.rule.options&&(d.rule.options.messages=o.messages,d.rule.options.error=o.error),Yr.validate(d.value,d.rule.options||o,function(En){var _e=[];F&&F.length&&_e.push.apply(_e,F),En&&En.length&&_e.push.apply(_e,En),_(_e.length?_e:null)})}}var I;c.asyncValidator?I=c.asyncValidator(c,d.value,A,d.source,o):c.validator&&(I=c.validator(c,d.value,A,d.source,o),I===!0?A():I===!1?A(c.message||c.field+" fails"):I instanceof Array?A(I):I instanceof Error&&A(I.message)),I&&I.then&&I.then(function(){return A()},function(z){return A(z)})},function(d){l(d)})},getType:function(t){if(t.type===void 0&&t.pattern instanceof RegExp&&(t.type="pattern"),typeof t.validator!="function"&&t.type&&!De.hasOwnProperty(t.type))throw new Error(L("Unknown rule type %s",t.type));return t.type||"string"},getValidationMethod:function(t){if(typeof t.validator=="function")return t.validator;var n=Object.keys(t),r=n.indexOf("message");return r!==-1&&n.splice(r,1),n.length===1&&n[0]==="required"?De.required:De[this.getType(t)]||!1}},te.register=function(t,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");De[t]=n},te.warning=rr,te.messages=Mt,te.validators=De;var Cl={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 Fl(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new te(e);return n.messages(Object.assign(Cl,t)),n}var lr=new Nn;function Tt(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Il(e){if(Array.isArray(e))return e}function Dl(e){if(Array.isArray(e))return Tt(e)}function cr(e,t,n,r,u,i,o){try{var s=e[i](o),l=s.value}catch(a){n(a);return}s.done?t(l):Promise.resolve(l).then(r,u)}function fr(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(l){cr(i,r,u,o,s,"next",l)}function s(l){cr(i,r,u,o,s,"throw",l)}o(void 0)})}}function $l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function dr(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ol(e,t,n){return t&&dr(e.prototype,t),n&&dr(e,n),e}function S(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function pr(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function hr(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Rl(){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 Pl(){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 vr(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){S(e,u,n[u])})}return e}function xl(e){return Il(e)||hr(e)||yr(e)||Rl()}function Lt(e){return Dl(e)||hr(e)||yr(e)||Pl()}function yr(e,t){if(!!e){if(typeof e=="string")return Tt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Tt(e,t)}}function _r(e,t){var n,r,u,i,o={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function s(a){return function(f){return l([a,f])}}function l(a){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return o.label++,{value:a[1],done:!1};case 5:o.label++,r=a[1],a=[0];continue;case 7:a=o.ops.pop(),o.trys.pop();continue;default:if(u=o.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){o=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){o.label=a[1];break}if(a[0]===6&&o.label<u[1]){o.label=u[1],u=a;break}if(u&&o.label<u[2]){o.label=u[2],o.ops.push(a);break}u[2]&&o.ops.pop(),o.trys.pop();continue}a=t.call(e,o)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var T=function(){function t(n){var r=this;$l(this,t),S(this,"id",void 0),S(this,"name",void 0),S(this,"icon",void 0),S(this,"type",void 0),S(this,"controlType",void 0),S(this,"props",void 0),S(this,"setting",[]),S(this,"fieldType",void 0),S(this,"eventKeys",[]),S(this,"customEvents",[]),S(this,"parent",null),S(this,"slots",void 0),S(this,"slotPosition",void 0),S(this,"updateSetting",mr),S(this,"removeSetting",gr),this._callControlHooks("preInstance",n);var u=pr(this,t)?this.constructor:void 0,i=u.controlName,o=u.controlIcon,s=u.controlType,l=u.controlFieldType,a=u.controlEventKeys,f=u.controlCustomEvents,p=u.name,y=u.setting,m=u.slots,w=u.slotPosition;i&&o&&s||Mn("The ".concat(p," controlName,controlIcon,controlType is not define"));var d;this.id=(d=n==null?void 0:n.id)!==null&&d!==void 0?d:ft(10),this.name=i,this.icon=o;var _;this.type=(_=n==null?void 0:n.type)!==null&&_!==void 0?_:s,this.props=new X(n==null?void 0:n.props,(pr(this,t)?this.constructor:void 0).controlName);var c;this.controlType=(c=n==null?void 0:n.controlType)!==null&&c!==void 0?c:"base",this.setting=J(y);var h;this.fieldType=(h=n==null?void 0:n.fieldType)!==null&&h!==void 0?h:l,this.eventKeys=J(a),this.customEvents=J(f),this.slots=J(m),this.slotPosition=J(w),Promise.resolve().then(function(){r._callControlHooks("postInstance",n)})}return Ol(t,[{key:"rules",get:function(){var r=this.props.constructor.Rules;return r?new r(this.props):{}}},{key:"_callControlHooks",value:function(){for(var r=arguments.length,u=new Array(r),i=0;i<r;i++)u[i]=arguments[i];var o,s=xl(u),l=s[0],a=s.slice(1);return(o=lr).emit.apply(o,[l,this].concat(Lt(a)))}},{key:"preUpdate",value:function(r,u){this._callControlHooks("preUpdateProps",r,u)}},{key:"postUpdate",value:function(r,u){this._callControlHooks("postUpdateProps",r,u)}},{key:"updateProps",value:function(r,u){this.preUpdate(r,u),jn(this.props,r,u),this.postUpdate(r,u)}},{key:"preValidate",value:function(){var r=this;return fr(function(){var u,i,o;return _r(this,function(s){switch(s.label){case 0:return u=vr({},r.rules),[4,r._callControlHooks("preValidate",u)];case 1:return i=s.sent(),o=i[i.length-1],[2,o===!1?void 0:o]}})})()}},{key:"validate",value:function(r,u){var i=this;return fr(function(){var o,s,l,a;return _r(this,function(f){switch(f.label){case 0:return[4,i.preValidate()];case 1:o=f.sent(),s=o!==void 0?o:vr({},i.rules),Array.isArray(u)&&u.forEach(function(p){s.hasOwnProperty(p)&&delete s[p]}),l=Fl(s,r),f.label=2;case 2:return f.trys.push([2,4,,5]),[4,l.validate(i.props)];case 3:return f.sent(),[2,!0];case 4:throw a=f.sent(),a.control||(a.control=i),a;case 5:return[2]}})})()}},{key:"toDataBindModel",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,u=this.fieldType,i=this.id,o=this.type,s=this.props,l=s.dataBind,a=s.datasourceBind,f=s.optionConfig,p=s.caption,y=s.required,m=s.maxLength,w=s.options,d=s.encrypted,_=s.encryptedMode;if(!(!u&&!l&&!a)){var c={parentId:r,fieldType:u,controlId:i,caption:p,type:o,props:{}};switch(l&&(c.dataBind=l),f){case"datasource":case void 0:a&&(c.datasourceBind=a);break;case"custom":c.props.options=w;break}return y!==void 0&&(c.required=y),m!==void 0&&(c.maxLength=m),d!==void 0&&(c.encrypted=d),_!==void 0&&(c.encryptedMode=_),c}}},{key:"preToSchema",value:function(){this._callControlHooks("preToSchema",this)}},{key:"toSchema",value:function(){return this.preToSchema(),{id:this.id,type:this.type,props:J(this.props),fieldType:this.fieldType,controlType:this.controlType}}}],[{key:"updateBasicControl",value:function(r,u){if(r==="setting"){if(u.add){var i;(i=this.setting).push.apply(i,Lt(u.add))}u.remove&&this.removeSettingItem(u.remove),u.update}}}]),t}();S(T,"mode","Designer"),S(T,"slots",void 0),S(T,"slotPosition",void 0),S(T,"controlName","\u63A7\u4EF6"),S(T,"controlIcon","icon"),S(T,"controlType","control"),S(T,"controlFieldType",void 0),S(T,"controlEventKeys",[]),S(T,"controlCustomEvents",[]),S(T,"setting",[]),S(T,"__is_control__",!0),S(T,"removeSettingItem",gr),S(T,"updateSettingItem",mr);function gr(e){var t=this,n=Array.isArray(e)?e:[e];n.forEach(function(r){var u,i=typeof r!="string",o=(u=t.setting)===null||u===void 0?void 0:u.findIndex(function(a){return a.key===(i?r.key:r)});if(o!==-1){var s,l;i?t.setting[o].showItems=(s=t.setting[o].showItems)===null||s===void 0?void 0:s.filter(function(a){return!r.hideItems.includes(a)}):t.setting.splice(o,1),i&&!(!((l=t.setting[o].showItems)===null||l===void 0)&&l.length)&&t.setting.splice(o,1)}})}function mr(e,t){var n=this,r=typeof e=="string"?[e]:e;r.forEach(function(u){var i=n.setting.find(function(a){return a.key===u});if(i){if(typeof t=="boolean")i.visible=t;else if(typeof t=="object"){var o,s=(o=t.type)!==null&&o!==void 0?o:"replace";if(s==="replace")i.showItems=t.showItems;else{var l;(l=i.showItems).push.apply(l,Lt(t.showItems))}}}})}function Ml(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function br(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Tl(e,t,n){return t&&br(e.prototype,t),n&&br(e,n),e}function j(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ll(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var $e=function(){function t(n){Ml(this,t),j(this,"id",void 0),j(this,"type",void 0),j(this,"controlType",void 0),j(this,"props",void 0),j(this,"fieldType",void 0),j(this,"customEvents",[]),j(this,"pageStatus",void 0),j(this,"parent",null);var r=Ll(this,t)?this.constructor:void 0,u=r.controlType,i=r.controlFieldType,o=r.name,s=r.controlCustomEvents;u||Mn("The ".concat(o," controlType is not define"));var l;this.id=(l=n==null?void 0:n.id)!==null&&l!==void 0?l:ft(10);var a;this.type=(a=n==null?void 0:n.type)!==null&&a!==void 0?a:u,this.props=new X(n==null?void 0:n.props),this.customEvents=s;var f;this.controlType=(f=n==null?void 0:n.controlType)!==null&&f!==void 0?f:"base";var p;this.fieldType=(p=n==null?void 0:n.fieldType)!==null&&p!==void 0?p:i;var y;this.pageStatus=(y=n==null?void 0:n.pageStatus)!==null&&y!==void 0?y:At.UNKNOWN}return Tl(t,[{key:"rules",get:function(){var r=this.props.constructor.RuntimeRules;if(r){var u=new r(this.props);return Array.from(u)}return[]}}]),t}();j($e,"mode","Runtime"),j($e,"controlType","control"),j($e,"controlFieldType",void 0),j($e,"__is_control__",!0),j($e,"controlCustomEvents",[]);function Er(e){return(e==null?void 0:e.dataCode)!==void 0&&(e==null?void 0:e.fieldCode)!==void 0}function O(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function jt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function D(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ue(e){return Ue=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ue(e)}function qt(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 jl(e,t){return t&&(ql(t)==="object"||typeof t=="function")?t:O(e)}function Vt(e,t){return Vt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Vt(e,t)}function ql(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 Ut(e){var t=Vl();return function(){var r=Ue(e),u;if(t){var i=Ue(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return jl(this,u)}}var Ul=function(e){qt(n,e);var t=Ut(n);function n(r){jt(this,n);var u;u=t.call(this,r),D(O(u),"dataBind",{}),D(O(u),"caption",{type:"string",required:!0,message:U.getMessage("pleaseEnterCaption")}),D(O(u),"isHideCaption",{type:"boolean"}),D(O(u),"labelPosition",{type:"enum",enum:["top","left"]}),D(O(u),"defaultState",{type:"enum",enum:["default","readonly"]}),D(O(u),"required",{type:"boolean"}),D(O(u),"captionTip",{type:"string",required:!1,message:U.getMessage("pleaseEnterCaptionTip")});var i={fieldCode:{type:"string",required:!0,message:U.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:U.getMessage("pleaseEnterFieldCode")}};if(Er(r.dataBind))u.dataBind={type:"object",required:!0,fields:J(i),message:U.getMessage("pleaseEnterFieldCode")};else{var o={type:"object",required:!0,fields:{},message:U.getMessage("pleaseEnterFieldCode")};Object.keys(r.dataBind).forEach(function(s){o.fields[s]={type:"object",required:!0,fields:J(i),message:U.getMessage("pleaseEnterFieldCode")}}),u.dataBind=o}return r.isShowCaptionTip&&(u.captionTip.required=!0),u}return n}(It),kl=function(e){qt(n,e);var t=Ut(n);function n(r){jt(this,n);var u;u=t.call(this,r);var i=r.isHide?!1:r.required;return i&&u.push({type:"string",required:i,message:r.requiredMessage!==""?r.requiredMessage:U.getMessage("runtimeRequired",{caption:r.caption})}),u}return n}(nr),kt=function(e){qt(n,e);var t=Ut(n);function n(r){jt(this,n);var u;u=t.call(this,r),D(O(u),"caption",void 0),D(O(u),"isHideCaption",void 0),D(O(u),"isShowCaptionTip",void 0),D(O(u),"captionTip",void 0),D(O(u),"labelPosition",void 0),D(O(u),"dataBind",void 0),D(O(u),"defaultValue",void 0),D(O(u),"placeholder",void 0),D(O(u),"defaultState",void 0),D(O(u),"required",void 0),D(O(u),"requiredMessage",void 0);var i;u.caption=(i=r==null?void 0:r.caption)!==null&&i!==void 0?i:"";var o;u.isHideCaption=(o=r==null?void 0:r.isHideCaption)!==null&&o!==void 0?o:!1;var s;u.isShowCaptionTip=(s=r==null?void 0:r.isShowCaptionTip)!==null&&s!==void 0?s:!1;var l;u.captionTip=(l=r==null?void 0:r.captionTip)!==null&&l!==void 0?l:"";var a;u.defaultState=(a=r==null?void 0:r.defaultState)!==null&&a!==void 0?a:"default";var f;u.labelPosition=(f=r==null?void 0:r.labelPosition)!==null&&f!==void 0?f:"top";var p;u.placeholder=(p=r==null?void 0:r.placeholder)!==null&&p!==void 0?p:"";var y;u.required=(y=r==null?void 0:r.required)!==null&&y!==void 0?y:!1;var m;u.requiredMessage=(m=r==null?void 0:r.requiredMessage)!==null&&m!==void 0?m:"",u.dataBind=new Qn(r==null?void 0:r.dataBind);var w;return u.defaultValue=(w=r==null?void 0:r.defaultValue)!==null&&w!==void 0?w:"",u}return n}(X);D(kt,"Rules",Ul),D(kt,"RuntimeRules",kl);function Nt(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 ke(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ne(e){return Ne=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ne(e)}function Hl(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 Wl(e,t){return t&&(zl(t)==="object"||typeof t=="function")?t:Nt(e)}function Ht(e,t){return Ht=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Ht(e,t)}function zl(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Gl(){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=Gl();return function(){var r=Ne(e),u;if(t){var i=Ne(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Wl(this,u)}}var Br=function(e){Hl(n,e);var t=Kl(n);function n(r){Nl(this,n);var u;return u=t.call(this,r),ke(Nt(u),"controlType","form"),ke(Nt(u),"props",void 0),u.props=new kt(r==null?void 0:r.props),u}return n}(T);ke(Br,"controlEventKeys",["on_change","on_focus","on_blur"]),ke(Br,"controlCustomAttributes",void 0);function Jl(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 He(e){return He=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},He(e)}function Zl(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 Ql(e,t){return t&&(Yl(t)==="object"||typeof t=="function")?t:Jl(e)}function Wt(e,t){return Wt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Wt(e,t)}function Yl(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function ec(){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 tc(e){var t=ec();return function(){var r=He(e),u;if(t){var i=He(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Ql(this,u)}}var nc=function(e){Zl(n,e);var t=tc(n);function n(r){return Xl(this,n),t.call(this,r)}return n}(X);function zt(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function rc(e){if(Array.isArray(e))return zt(e)}function oe(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function wr(e,t,n,r,u,i,o){try{var s=e[i](o),l=s.value}catch(a){n(a);return}s.done?t(l):Promise.resolve(l).then(r,u)}function uc(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(l){wr(i,r,u,o,s,"next",l)}function s(l){wr(i,r,u,o,s,"throw",l)}o(void 0)})}}function ic(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Sr(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function oc(e,t,n){return t&&Sr(e.prototype,t),n&&Sr(e,n),e}function ne(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function fe(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?fe=Reflect.get:fe=function(u,i,o){var s=vc(u,i);if(!!s){var l=Object.getOwnPropertyDescriptor(s,i);return l.get?l.get.call(o||u):l.value}},fe(e,t,n||e)}function re(e){return re=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},re(e)}function ac(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&&Gt(e,t)}function sc(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function lc(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function cc(){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 fc(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){ne(e,u,n[u])})}return e}function dc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function pc(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):dc(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function hc(e,t){return t&&(yc(t)==="object"||typeof t=="function")?t:oe(e)}function Gt(e,t){return Gt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Gt(e,t)}function vc(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=re(e),e!==null););return e}function Ar(e){return rc(e)||lc(e)||_c(e)||cc()}function yc(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function _c(e,t){if(!!e){if(typeof e=="string")return zt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return zt(e,t)}}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 r=re(e),u;if(t){var i=re(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return hc(this,u)}}function bc(e,t){var n,r,u,i,o={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function s(a){return function(f){return l([a,f])}}function l(a){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return o.label++,{value:a[1],done:!1};case 5:o.label++,r=a[1],a=[0];continue;case 7:a=o.ops.pop(),o.trys.pop();continue;default:if(u=o.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){o=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){o.label=a[1];break}if(a[0]===6&&o.label<u[1]){o.label=u[1],u=a;break}if(u&&o.label<u[2]){o.label=u[2],o.ops.push(a);break}u[2]&&o.ops.pop(),o.trys.pop();continue}a=t.call(e,o)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var Ec=1e4,Cr=function(t){ac(r,t);var n=mc(r);function r(u){ic(this,r);var i;i=n.call(this,u),ne(oe(i),"controlType","layout"),ne(oe(i),"children",void 0),ne(oe(i),"excludes",void 0),ne(oe(i),"childrenMaxLength",void 0),ne(oe(i),"props",void 0);var o=sc(this,r)?this.constructor:void 0,s=o.excludes,l=o.childrenMaxLength;return i.props=new nc(u==null?void 0:u.props),wt(oe(i),"children",u==null?void 0:u.children,void 0,"Designer"),i.excludes=J(s),i.childrenMaxLength=l,i}return oc(r,[{key:"judgeExcludesChildren",value:function(i){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(i)}},{key:"judgeJoinChildren",value:function(i){var o=this.judgeExcludesChildren(i);return o&&this.childrenMaxLength>this.children.length}},{key:"validate",value:function(i,o){var s=this,l=this,a=function(){return fe(re(r.prototype),"validate",s)};return uc(function(){return bc(this,function(f){switch(f.label){case 0:return[4,a().call(l,i,o)];case 1:return f.sent(),[4,Promise.all(l.children.map(function(p){return p.validate(i,o)}))];case 2:return f.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,o=fe(re(r.prototype),"toDataBindModel",this).call(this),s=o?[o]:[];return this.children.reduce(function(l,a){var f=a.toDataBindModel(i);if(Array.isArray(f)){var p=f.filter(function(y){return!!y});return Ar(l).concat(Ar(p))}return f&&l.push(f),l},s)}},{key:"toSchema",value:function(){var i=fe(re(r.prototype),"toSchema",this).call(this),o=this.children.map(function(s){var l=s.toSchema();return l});return pc(fc({},i),{children:o})}}]),r}(T);ne(Cr,"excludes",!1),ne(Cr,"childrenMaxLength",Ec);function Z(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Bc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function de(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function We(e){return We=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},We(e)}function wc(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 Sc(e,t){return t&&(Ac(t)==="object"||typeof t=="function")?t:Z(e)}function Kt(e,t){return Kt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Kt(e,t)}function Ac(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Cc(){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=Cc();return function(){var r=We(e),u;if(t){var i=We(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Sc(this,u)}}var Ic=function(e){wc(n,e);var t=Fc(n);function n(r,u,i){Bc(this,n);var o;o=t.call(this,u),de(Z(o),"headers",void 0),de(Z(o),"footers",void 0),de(Z(o),"pageIndex",void 0),de(Z(o),"pageSize",void 0),de(Z(o),"pageSizeOptions",void 0),de(Z(o),"totalCount",void 0),wt(Z(o),"headers",u==null?void 0:u.headers,r,i),wt(Z(o),"footers",u==null?void 0:u.footers,r);var s;o.pageIndex=(s=u==null?void 0:u.pageIndex)!==null&&s!==void 0?s:1;var l;o.pageSize=(l=u==null?void 0:u.pageSize)!==null&&l!==void 0?l:20;var a;o.pageSizeOptions=(a=u==null?void 0:u.pageSizeOptions)!==null&&a!==void 0?a:[20];var f;return o.totalCount=(f=u==null?void 0:u.totalCount)!==null&&f!==void 0?f:0,o}return n}(X);function Jt(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Dc(e){if(Array.isArray(e))return Jt(e)}function ze(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Fr(e,t,n,r,u,i,o){try{var s=e[i](o),l=s.value}catch(a){n(a);return}s.done?t(l):Promise.resolve(l).then(r,u)}function $c(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(l){Fr(i,r,u,o,s,"next",l)}function s(l){Fr(i,r,u,o,s,"throw",l)}o(void 0)})}}function Oc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ir(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Rc(e,t,n){return t&&Ir(e.prototype,t),n&&Ir(e,n),e}function Ge(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function pe(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?pe=Reflect.get:pe=function(u,i,o){var s=jc(u,i);if(!!s){var l=Object.getOwnPropertyDescriptor(s,i);return l.get?l.get.call(o||u):l.value}},pe(e,t,n||e)}function ue(e){return ue=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ue(e)}function Pc(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 xc(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Mc(){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 Dr(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){Ge(e,u,n[u])})}return e}function Tc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function $r(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Tc(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function Lc(e,t){return t&&(qc(t)==="object"||typeof t=="function")?t:ze(e)}function Xt(e,t){return Xt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Xt(e,t)}function jc(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=ue(e),e!==null););return e}function Or(e){return Dc(e)||xc(e)||Vc(e)||Mc()}function qc(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Vc(e,t){if(!!e){if(typeof e=="string")return Jt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Jt(e,t)}}function Uc(){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 kc(e){var t=Uc();return function(){var r=ue(e),u;if(t){var i=ue(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Lc(this,u)}}function Nc(e,t){var n,r,u,i,o={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function s(a){return function(f){return l([a,f])}}function l(a){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return o.label++,{value:a[1],done:!1};case 5:o.label++,r=a[1],a=[0];continue;case 7:a=o.ops.pop(),o.trys.pop();continue;default:if(u=o.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){o=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){o.label=a[1];break}if(a[0]===6&&o.label<u[1]){o.label=u[1],u=a;break}if(u&&o.label<u[2]){o.label=u[2],o.ops.push(a);break}u[2]&&o.ops.pop(),o.trys.pop();continue}a=t.call(e,o)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var Hc=function(e){Pc(n,e);var t=kc(n);function n(r){Oc(this,n);var u;return u=t.call(this,r),Ge(ze(u),"controlType","list"),Ge(ze(u),"props",void 0),u.props=new Ic(ze(u),r==null?void 0:r.props,"Designer"),u}return Rc(n,[{key:"validate",value:function(u,i){var o=this,s=this,l=function(){return pe(ue(n.prototype),"validate",o)};return $c(function(){return Nc(this,function(a){switch(a.label){case 0:return[4,l().call(s,u)];case 1:return a.sent(),[4,Promise.all(s.props.headers.map(function(f){return f.validate(u,i)}))];case 2:return a.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var u=pe(ue(n.prototype),"toDataBindModel",this).call(this),i=u?[u]:[],o=this.id;return this.props.headers.reduce(function(s,l){var a=l.toDataBindModel(o);if(Array.isArray(a)){var f=a.filter(function(p){return!!p});return Or(s).concat(Or(f))}return a&&s.push(a),s},i)}},{key:"toSchema",value:function(){var u,i,o=pe(ue(n.prototype),"toSchema",this).call(this),s=this.props.headers.map(function(a){return a.toSchema()}),l=(i=this.props)===null||i===void 0||(u=i.footers)===null||u===void 0?void 0:u.map(function(a){if(a)return a.toSchema()});return $r(Dr({},o),{props:$r(Dr({},this.props),{headers:s,footers:l})})}}]),n}(T);Ge(Hc,"controlFieldType",N.LIST);function q(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Rr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function V(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ke(e){return Ke=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ke(e)}function Pr(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Zt(e,t)}function Wc(e,t){return t&&(zc(t)==="object"||typeof t=="function")?t:q(e)}function Zt(e,t){return Zt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Zt(e,t)}function zc(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 xr(e){var t=Gc();return function(){var r=Ke(e),u;if(t){var i=Ke(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Wc(this,u)}}var Kc=function(e){Pr(n,e);var t=xr(n);function n(r){Rr(this,n);var u;return u=t.call(this,r),V(q(u),"caption",{type:"string",required:!0,message:U.getMessage("pleaseEnterCaption")}),V(q(u),"width",{type:"number",required:!1,message:U.getMessage("pleaseEnterColumnWidth")}),u.width.required=r.widthType==="px",u}return n}(It),Jc=function(e){Pr(n,e);var t=xr(n);function n(r){Rr(this,n);var u;u=t.call(this,r),V(q(u),"widthType",void 0),V(q(u),"width",void 0),V(q(u),"caption",void 0),V(q(u),"dataBind",void 0),V(q(u),"autoWidth",void 0),V(q(u),"fixed",void 0),V(q(u),"sort",void 0),V(q(u),"align",void 0),V(q(u),"colSpan",void 0),V(q(u),"autoHeight",void 0);var i;u.width=(i=r==null?void 0:r.width)!==null&&i!==void 0?i:150,u.widthType=(r==null?void 0:r.widthType)||"auto";var o;u.caption=(o=r==null?void 0:r.caption)!==null&&o!==void 0?o:"";var s;u.fixed=(s=r==null?void 0:r.fixed)!==null&&s!==void 0?s:"none",u.autoWidth=new Hs(r==null?void 0:r.autoWidth),u.dataBind=new Qn(r==null?void 0:r.dataBind);var l;u.sort=(l=r==null?void 0:r.sort)!==null&&l!==void 0?l:!0,u.align=r==null?void 0:r.align,u.colSpan=r==null?void 0:r.colSpan;var a;return u.autoHeight=(a=r==null?void 0:r.autoHeight)!==null&&a!==void 0?a:!1,u}return n}(X);V(Jc,"Rules",Kc);function Qt(e){return"children"in e&&le(e.children)}function Mr(e){return"headers"in e.props&&le(e.props.headers)}function Tr(e){return"footers"in e.props&&le(e.props.footers)}function Je(e,t){Array.isArray(e)&&e.map(n=>{n.type===v.SUBTABLE?Je(n.props.headers,t):Qt(n)?Je(n==null?void 0:n.children,t):n.controlType===M.FORM&&t(n)})}const Lr=[v.AMOUNT,v.CALC,v.DATE_RANGE],jr={amount:{caption:"\u91D1\u989D",fieldType:N.DECIMAL},currency:{caption:"\u5E01\u79CD",fieldType:N.VARCHAR},result:{caption:"\u7ED3\u679C",fieldType:N.DECIMAL},unit:{caption:"\u5355\u4F4D",fieldType:N.VARCHAR},min:{caption:"\u5F00\u59CB\u65F6\u95F4",fieldType:N.TIMESTAMP},max:{caption:"\u7ED3\u675F\u65F6\u95F4",fieldType:N.TIMESTAMP}};function Xc(e){let t=[];return Je(e,n=>{n.controlType===M.FORM?t.push(n):(n.type,v.SUBTABLE)}),t}function Zc(e,t=""){return!e||!Array.isArray(e)?[]:e.map(n=>{if(!n.dataBind||n.type===v.TITLE)return n;if(Lr.includes(n.type)){const r=n.dataBind;Object.keys(r).forEach(u=>{const i=r[u],o=n.controlId+"_"+u;i.fieldCode=qr(o),i.dataCode=t})}else n.dataBind.fieldCode=qr(n.controlId),n.dataBind.dataCode=t;return n})}function qr(e){const t="field_";return e.startsWith(t)?e:t+e}function Xe(e){return es[e]}function Qc(e){const t=new ie,n=[];return e.forEach(r=>{if(!(r.parentId||!r.dataBind))if(Lr.includes(r.type)){const u=r.dataBind,i=r.datasourceBind;Object.keys(u).forEach(o=>{const s=u[o],l=jr[o].fieldType,a=r.caption+"_"+jr[o].caption,f=Xe(l);if(!f)return;const p={caption:a,dataBind:s};o==="currency"&&(p.optionConfig="datasource",p.datasourceBind=i);const y=t.createControlInstance(f,{props:p});y&&n.push(y)})}else{const u=Xe(r.fieldType);if(!u)return;const i=t.createControlInstance(u,{props:{caption:r.caption,dataBind:r.dataBind,datasourceBind:r.datasourceBind}});i&&n.push(i)}}),n}function Yc(e){const t=new ie,r=(Array.isArray(e)?e:[e]).map(u=>{const i=Xe(u);return t.createControlInstance(i)});return Array.isArray(e)?r:r[0]}function Yt(e){return Array.isArray(e)?e.map(t=>t.toSchema()):e.toSchema()}function en(e){return Array.isArray(e)?e.map(t=>t.toDataBindModel()).filter(t=>!!t).flat():e.toDataBindModel()}function tn(e,t,n){return Bn(this,null,function*(){return Array.isArray(e)?(yield Promise.all(e.map(u=>u.validate(t,n)))).every(u=>u):yield e.validate(t,n)})}const ef=[v.TITLE,v.GRID_TABLE_COLUMN,v.SUBTABLE_COLUMN,v.OPERATION_COLUMN,v.DATA_VIEW,v.LIST_VIEW,v.HEADER,v.FOOTER,v.SIMPLE_SEARCH,v.ROW,v.GRID_ROW,v.COL,v.GRID,v.DIVIDER,v.TAB_PANE,v.TAB,v.CARD_GROUP,v.ACTION_BAR,v.GRID_LAYOUT_CONTAINER,v.GRID_LAYOUT_WRAP],tf=[v.CALC],nf={check:{id:"listPageCheckBtnId",caption:"\u67E5\u770B"},edit:{id:"listPageEditBtnId",caption:"\u7F16\u8F91"},delete:{id:"listPageDeleteBtnId",caption:"\u5220\u9664"}};function Oe(e,t){var r,u,i,o,s,l,a,f,p;const n=[];if(le(e))n.push(...e.map(y=>Oe(y,t)).flat());else{const y=e.type,{caption:m,content:w}=e.props;let d;if(ef.includes(y))y===v.OPERATION_COLUMN&&Object.entries(nf).reduce((_,[c,{caption:h,id:B}])=>{var I;const A=e.props[c];return A&&A.isShow&&_.push({controlId:B,caption:h,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"}),_},n);else if(d={controlId:e.id,caption:m||w||e.name,type:e.type,controlType:e.controlType,parentId:(r=t==null?void 0:t.controlId)!=null?r:null,canEdit:!tf.includes(y),canRead:!0,canHide:!0,group:"element"},t&&t.type===v.SUBTABLE&&(d.caption=t.caption+"_"+d.caption),y===v.VUE_FORM_ITEM&&(d.caption=e.props.controlExportName||e.name),(e.controlType===M.FORM||e.controlType===M.COLUMN)&&((i=(u=e.props)==null?void 0:u.dataBind)==null?void 0:i.fieldCode)!==void 0&&((s=(o=e.props)==null?void 0:o.dataBind)==null?void 0:s.fieldCode)!==""&&(d.group="field"),n.push(d),y===v.VUE_FORM_ITEM){let _="element";((a=(l=e.props)==null?void 0:l.dataBind)==null?void 0:a.fieldCode)!==void 0&&((p=(f=e.props)==null?void 0:f.dataBind)==null?void 0:p.fieldCode)!==""&&(_="field");const c=e.props.permissions;c==null||c.map(h=>{var B;d={controlId:h.key,caption:h.caption,type:e.type,controlType:e.controlType,parentId:(B=e.id)!=null?B:null,canEdit:!0,canRead:!0,canHide:!0,group:_},n.push(d)})}e.children&&n.push(...e.children.map(_=>Oe(_,t)).flat()),e.controlType===M.LIST&&n.push(...e.props.headers.map(_=>Oe(_,d)).flat())}return n}class ie extends Ae{constructor(){super("Designer"),this.toolbox=[],this.services={},this.eventLogic=new Se,this.fieldTypes=N,this.controlSettingMap=new Map,new.target.staticControls.forEach(t=>{const{Designer:n,Setting:r}=t;this.controlSettingMap.set(n.controlType,r)})}registerControl(t){this.constructor.register(t,"Designer");const{Designer:n,Setting:r}=t;this.register(n),this.registeredControlTypes.add(n.controlType),this.controlSettingMap.set(n.controlType,r)}getControlSetting(t){const n=this.controlSettingMap.get(t);return n||null}setInstance(t,n,r){try{if(!t)return;t.updateProps(n,r)}catch(u){throw u}}eachControls(t){this.getControls().forEach(t)}getInitControl(){return[this.createControlInstance("grid")]}checkSchema(...t){return Bn(this,null,function*(){return tn(...t)})}getModelBindInfoList(...t){return en(...t)}getSchema(...t){return Yt(...t)}listenControlHook(...t){return lr.on(...t)}}ie.EventLogic=Se;class rf{constructor(){this.designer=new ie}ListPageBuilder(){const t=this.designer.createControlInstance(v.LIST_VIEW),n=this.designer.createControlInstance(v.SIMPLE_SEARCH),r=this.designer.createControlInstance(v.GRID_TABLE),u=this.designer.createControlInstance(v.CREATE_FORM_LIST_BUTTON),i=this.designer.createControlInstance(v.IMPORT_RECORD_LIST_BUTTON),o=this.designer.createControlInstance(v.EXPORT_LIST_BUTTON),s=this.designer.createControlInstance(v.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(i),r.children.push(o),r.children.push(s),t.children.push(n),t.children.push(r),t}ProListPageBuilder(){const t=this.designer.createControlInstance(v.LIST_VIEW);t.props.countType="async";const n=this.designer.createControlInstance(v.SIMPLE_SEARCH),r=this.designer.createControlInstance(v.GRID_TABLE),u=this.designer.createControlInstance(v.EXPORT_LIST_BUTTON),i=this.designer.createControlInstance(v.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(i),t.children.push(n),t.children.push(r),t.props.rowStyleRules.push({id:"default",name:"\u5BA1\u6279\u901A\u8FC7\u5355\u636E",color:"theme",filters:[{ruleId:1,symbol:"op_equal",leftVariableBo:{type:"varchar",value:"process_status",name:"\u6D41\u7A0B\u72B6\u6001"},checked:!1,describe:"ruleLine",type:"condition",rightVariableBo:{type:"custom",value:["COMPLETE"],displayBos:[]},isLowPerformance:!1,isMoreRelation:!1}]}),t.props.rowStyleRulesScript.push({id:"default",script:"(params.data['process_status']==='COMPLETE')",color:"theme"}),t}FormPageBuilder(){const t=this.designer.createControlInstance(v.DATA_VIEW),n=this.designer.createControlInstance(v.TITLE),r=this.designer.createControlInstance(v.GRID);return t.children.push(n),t.children.push(r),t}VuePageBuilder(){const t=this.designer.createControlInstance(v.GRID),n=this.designer.createControlInstance(v.VUE_PAGE);return n.props.isHideCaption=!0,n.props.controlExportName="VuePage",t.children.push(n),t}}class Vr{constructor(t){var n;this.selected=null,this.selectedInstanceDataScopeParent=null,this.selectedDataScopeFlatInstances=[],this.selectedInstanceSetting=[],this.selectedInstanceSettingItems=[],this.selectedFieldItem=null,this.external={},this.movingInstance=null,this.movingInstanceOldParent=null,this.movingInstanceOldDataScopeParent=null,this.getParentBeforeInstanceMove=(n=t.getParentBeforeInstanceMove)!=null?n:r=>r.parent,this.instance=t.instance,this.getFlatInstances()}get selectedRules(){return this.selected?this.selected.rules:null}get selectedAntdRules(){const t=this.selectedRules;return t||null}setInstances(t){this.instance=t,this.getFlatInstances()}setSelectInstance(t){this.selected=t,this.selectedInstanceDataScopeParent=t?Re(t):null,this.selectedDataScopeFlatInstances=this.selectedInstanceDataScopeParent?Nr(this.selectedInstanceDataScopeParent):[]}setSelectInstanceSettings(t){this.selectedInstanceSetting=t,this.selectedInstanceSettingItems=[],this.selectedInstanceSetting.forEach(n=>{this.selectedInstanceSettingItems.push(...this.getSettingItems(n))})}getSettingItems(t){return t.type==="group"?t.items:t.items.reduce((n,r)=>(n.push(...r.items),n),[])}setSelectedFieldItem(t){this.selectedFieldItem=t}setMovingInstance(t){this.movingInstance=t,this.movingInstanceOldParent=t?this.getParentBeforeInstanceMove(t):null,this.movingInstanceOldDataScopeParent=Re(t)}updateDataFieldCodeMap(t){const n=Re(t);if(!n)return;const r=this.dataFieldCodeMap.get(n.props.datasourceBind.dataCode);if(!!r){for(const[u,i]of r.entries())if(i.id===t.id){r.delete(u);break}kr(t,this.dataFieldCodeMap)}}getFlatInstances(){const t=[],n=new Map,r=new Map;he(this.instance,u=>{t.push(u),n.set(u.id,u),kr(u,r)}),this.flatInstances=t,this.instanceIdMap=n,this.dataFieldCodeMap=r}}function Ur(e,t,n){const{dataCode:r,fieldCode:u}=t;r&&u&&(e.has(r)||e.set(r,new Map),e.get(r).set(u,n))}function kr(e,t){if(e.controlType===M.FORM){const n=e.props.dataBind;Er(n)?Ur(t,n,e):Object.values(n).forEach(r=>{Ur(t,r,e)})}}function he(e,t){(Array.isArray(e)?e:[e]).forEach(r=>{var u,i;t(r),Qt(r)&&he(r.children,t),Mr(r)&&he(r.props.headers,t),Tr(r)&&he((i=(u=r.props)==null?void 0:u.footers)!=null?i:[],t)})}function nn(e){return[v.SUBTABLE,v.DATA_VIEW,v.LIST_VIEW].includes(e.type)}function Re(e){let t=e?e.parent:null;if(!t)return null;for(;t&&!nn(t);)t=t.parent;return t}function Nr(e){const t=[e];return he(e,n=>{n!==e&&t.includes(n.parent)&&!nn(n)&&t.push(n)}),t}function uf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Hr(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function of(e,t,n){return t&&Hr(e.prototype,t),n&&Hr(e,n),e}function rn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Q=function(){function e(t){uf(this,e),rn(this,"visible",void 0),rn(this,"expression",void 0),rn(this,"updateParent",void 0);var n;this.visible=(n=t==null?void 0:t.visible)!==null&&n!==void 0?n:!0;var r;this.expression=(r=t==null?void 0:t.expression)!==null&&r!==void 0?r:!1;var u;this.updateParent=(u=t==null?void 0:t.updateParent)!==null&&u!==void 0?u:!1}return of(e,[{key:"isAtomicComponent",get:function(){return!0}}]),e}();function af(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Wr(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function sf(e,t,n){return t&&Wr(e.prototype,t),n&&Wr(e,n),e}function W(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var lf=function(){function e(t){af(this,e),W(this,"type",void 0),W(this,"label",void 0),W(this,"key",void 0),W(this,"component",void 0),W(this,"effect",void 0),W(this,"scopeEffect",void 0),W(this,"defaultValue",void 0),W(this,"validator",void 0),W(this,"props",void 0),W(this,"effectKeys",void 0),this.type=t.type,this.label=t.label,this.key=t.key,this.component=t.component;var n;this.effect=(n=t.effect)!==null&&n!==void 0?n:{};var r;this.scopeEffect=(r=t.scopeEffect)!==null&&r!==void 0?r:Ya,this.defaultValue=t.defaultValue,this.validator=t.validator;var u;this.props=(u=t.props)!==null&&u!==void 0?u:new Q,this.effectKeys=Object.keys(this.effect)}return sf(e,[{key:"filterEffects",value:function(n){var r=this;return n===""?Object.values(this.effect):this.effectKeys.filter(function(u){var i=new RegExp("^".concat(u,"(\\.\\w+)*$"));return i.test(n)}).map(function(u){return r.effect[u]})}},{key:"callEffectFn",value:function(n,r){try{var u=n.apply(null,r);_t(u)&&Object.assign(this.props,u)}catch(i){we(`effect error
2
- `.concat(i))}}},{key:"callEffect",value:function(n){for(var r=arguments.length,u=new Array(r>1?r-1:0),i=1;i<r;i++)u[i-1]=arguments[i];var o=this;this.filterEffects(n).forEach(function(s){return o.callEffectFn(s,u)})}},{key:"callScopeEffect",value:function(){for(var n=arguments.length,r=new Array(n),u=0;u<n;u++)r[u]=arguments[u];this.callEffectFn(this.scopeEffect,r)}}]),e}();function cf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ae(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var zr=function e(t){cf(this,e),ae(this,"type","group"),ae(this,"title",void 0),ae(this,"required",void 0),ae(this,"items",void 0),ae(this,"tips",void 0),ae(this,"fromId",void 0),ae(this,"visible",void 0);var n;this.title=(n=t.title)!==null&&n!==void 0?n:"";var r;this.required=(r=t.required)!==null&&r!==void 0?r:!1,this.items=t.items,this.tips=t.tips,this.visible=t.items.some(function(u){var i;return(i=u.props)===null||i===void 0?void 0:i.visible})};function ff(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function un(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function df(e){return"type"in e&&e.type==="tab"}var Pe=function e(t){ff(this,e),un(this,"type","tab"),un(this,"title",void 0),un(this,"items",void 0),this.title=t.title,this.items=t.items};function Gr(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function pf(e){if(Array.isArray(e))return e}function hf(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function vf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ze(e){return Ze=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ze(e)}function yf(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&&on(e,t)}function _f(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r=[],u=!0,i=!1,o,s;try{for(n=n.call(e);!(u=(o=n.next()).done)&&(r.push(o.value),!(t&&r.length===t));u=!0);}catch(l){i=!0,s=l}finally{try{!u&&n.return!=null&&n.return()}finally{if(i)throw s}}return r}}function gf(){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 mf(e,t){return t&&(Ef(t)==="object"||typeof t=="function")?t:hf(e)}function on(e,t){return on=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},on(e,t)}function bf(e,t){return pf(e)||_f(e,t)||Bf(e,t)||gf()}function Ef(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Bf(e,t){if(!!e){if(typeof e=="string")return Gr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Gr(e,t)}}function wf(){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 Sf(e){var t=wf();return function(){var r=Ze(e),u;if(t){var i=Ze(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return mf(this,u)}}var Af=function(e){yf(n,e);var t=Sf(n);function n(r){vf(this,n);var u;return u=t.call(this,r),_t(r)&&Object.entries(r).forEach(function(i){var o=bf(i,2),s=o[0],l=o[1];u[s]=l}),u}return n}(Q);function xe(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 Qe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ye(e){return Ye=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ye(e)}function Ff(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&&an(e,t)}function If(e,t){return t&&(Df(t)==="object"||typeof t=="function")?t:xe(e)}function an(e,t){return an=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},an(e,t)}function Df(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 Of(e){var t=$f();return function(){var r=Ye(e),u;if(t){var i=Ye(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return If(this,u)}}var Rf=function(e){Ff(n,e);var t=Of(n);function n(r){Cf(this,n);var u;u=t.call(this,r),Qe(xe(u),"maxLength",void 0),Qe(xe(u),"minLength",void 0),Qe(xe(u),"placeholder",void 0),Qe(xe(u),"i18n",void 0);var i;u.maxLength=(i=r==null?void 0:r.maxLength)!==null&&i!==void 0?i:"";var o;u.minLength=(o=r==null?void 0:r.minLength)!==null&&o!==void 0?o:"";var s;u.placeholder=(s=r==null?void 0:r.placeholder)!==null&&s!==void 0?s:"";var l;return u.i18n=(l=r==null?void 0:r.i18n)!==null&&l!==void 0?l:!1,u}return n}(Q);function et(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Pf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function sn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function tt(e){return tt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},tt(e)}function xf(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&&ln(e,t)}function Mf(e,t){return t&&(Tf(t)==="object"||typeof t=="function")?t:et(e)}function ln(e,t){return ln=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},ln(e,t)}function Tf(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 jf(e){var t=Lf();return function(){var r=tt(e),u;if(t){var i=tt(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Mf(this,u)}}var qf=function(e){xf(n,e);var t=jf(n);function n(r){Pf(this,n);var u;u=t.call(this,r),sn(et(u),"max",void 0),sn(et(u),"min",void 0),sn(et(u),"placeholder",void 0);var i;u.max=(i=r==null?void 0:r.max)!==null&&i!==void 0?i:"";var o;u.min=(o=r==null?void 0:r.min)!==null&&o!==void 0?o:"";var s;return u.placeholder=(s=r==null?void 0:r.placeholder)!==null&&s!==void 0?s:"",u}return n}(Q);function nt(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Vf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function cn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function rt(e){return rt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},rt(e)}function Uf(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&&fn(e,t)}function kf(e,t){return t&&(Nf(t)==="object"||typeof t=="function")?t:nt(e)}function fn(e,t){return fn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},fn(e,t)}function Nf(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Hf(){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 Wf(e){var t=Hf();return function(){var r=rt(e),u;if(t){var i=rt(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return kf(this,u)}}var zf=function(e){Uf(n,e);var t=Wf(n);function n(r){Vf(this,n);var u;u=t.call(this,r),cn(nt(u),"showType",void 0),cn(nt(u),"tips",void 0),cn(nt(u),"disabled",void 0);var i;u.showType=(i=r==null?void 0:r.showType)!==null&&i!==void 0?i:"switch";var o;u.tips=(o=r==null?void 0:r.tips)!==null&&o!==void 0?o:"";var s;return u.disabled=(s=r==null?void 0:r.disabled)!==null&&s!==void 0?s:!1,u}return n}(Q);function Kr(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 Kf(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ut(e){return ut=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ut(e)}function Jf(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&&dn(e,t)}function Xf(e,t){return t&&(Zf(t)==="object"||typeof t=="function")?t:Kr(e)}function dn(e,t){return dn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},dn(e,t)}function Zf(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Qf(){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 Yf(e){var t=Qf();return function(){var r=ut(e),u;if(t){var i=ut(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Xf(this,u)}}var ed=function(e){Jf(n,e);var t=Yf(n);function n(r){Gf(this,n);var u;u=t.call(this,r),Kf(Kr(u),"options",void 0);var i;return u.options=(i=r==null?void 0:r.options)!==null&&i!==void 0?i:[],u}return n}(Q);function pn(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function td(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Jr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function it(e){return it=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},it(e)}function nd(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&&hn(e,t)}function rd(e,t){return t&&(ud(t)==="object"||typeof t=="function")?t:pn(e)}function hn(e,t){return hn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},hn(e,t)}function ud(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function id(){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 od(e){var t=id();return function(){var r=it(e),u;if(t){var i=it(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return rd(this,u)}}var ad=function(e){nd(n,e);var t=od(n);function n(r){td(this,n);var u;u=t.call(this,r),Jr(pn(u),"placeholder",void 0),Jr(pn(u),"options",void 0);var i;u.placeholder=(i=r==null?void 0:r.placeholder)!==null&&i!==void 0?i:"";var o;return u.options=(o=r==null?void 0:r.options)!==null&&o!==void 0?o:[],u}return n}(Q);function vn(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function sd(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Xr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ot(e){return ot=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ot(e)}function ld(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&&yn(e,t)}function cd(e,t){return t&&(fd(t)==="object"||typeof t=="function")?t:vn(e)}function yn(e,t){return yn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},yn(e,t)}function fd(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function dd(){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 pd(e){var t=dd();return function(){var r=ot(e),u;if(t){var i=ot(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return cd(this,u)}}var hd=function(e){ld(n,e);var t=pd(n);function n(r){sd(this,n);var u;u=t.call(this,r),Xr(vn(u),"options",void 0),Xr(vn(u),"showType",void 0);var i;u.options=(i=r==null?void 0:r.options)!==null&&i!==void 0?i:[];var o;return u.showType=(o=r==null?void 0:r.showType)!==null&&o!==void 0?o:"outline",u}return n}(Q);function se(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function vd(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ve(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function at(e){return at=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},at(e)}function yd(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&&_n(e,t)}function _d(e,t){return t&&(gd(t)==="object"||typeof t=="function")?t:se(e)}function _n(e,t){return _n=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},_n(e,t)}function gd(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function md(){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 bd(e){var t=md();return function(){var r=at(e),u;if(t){var i=at(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return _d(this,u)}}var Ed=function(e){yd(n,e);var t=bd(n);function n(r){vd(this,n);var u;u=t.call(this,r),ve(se(u),"maxLength",void 0),ve(se(u),"minLength",void 0),ve(se(u),"placeholder",void 0),ve(se(u),"i18n",void 0),ve(se(u),"maxRows",void 0),ve(se(u),"minRows",void 0);var i;u.maxLength=(i=r==null?void 0:r.maxLength)!==null&&i!==void 0?i:"";var o;u.minLength=(o=r==null?void 0:r.minLength)!==null&&o!==void 0?o:"";var s;u.placeholder=(s=r==null?void 0:r.placeholder)!==null&&s!==void 0?s:"";var l;u.maxRows=(l=r==null?void 0:r.maxRows)!==null&&l!==void 0?l:"";var a;u.minRows=(a=r==null?void 0:r.minRows)!==null&&a!==void 0?a:"";var f;return u.i18n=(f=r==null?void 0:r.i18n)!==null&&f!==void 0?f:!1,u}return n}(Q);function Bd(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function gn(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){Bd(e,u,n[u])})}return e}function wd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function mn(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):wd(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function Sd(e,t){switch(e){case"input":return new Rf(t);case"textarea":return new Ed(t);case"input-number":return new qf(t);case"switch":return new zf(t);case"radio":return new hd(t);case"checkbox":return new ed(t);case"select":return new ad(t);default:return new Af(t)}}function Ad(e){return function(t){var n=e.get(t);if(!!n)return new lf(mn(gn({},n),{props:Sd(n.component,"props"in n?n.props:void 0)}))}}function Cd(e){var t=e.fields.reduce(function(u,i){return u.set(i.key,i),u},new Map);function n(u){return new zr(mn(gn({},u),{items:u.items.map(Ad(t)).filter(Boolean)}))}function r(u){return u.map(n)}return e.groups.map(function(u){return df(u)?new Pe(mn(gn({},u),{items:r(u.items)})):n(u)})}let bn="";class Zr extends Nn{constructor(t){super(),this.isMounted=!1,this.id=ft(8),this.__pluginsApplied=!1,this.getSchema=Yt,this.getModelBindInfoList=en,this.generatePermissions=Oe,this.$options=Object.freeze(t);const{autoMount:n=!1,Designer:r=ie,schema:u,mode:i="form",store:o={}}=this.$options;this.eventLogic=new Se,this.designer=new r,this.store=new Vr(ge({instance:this.designer.createControl(Array.isArray(u)?u:[u])},o)),this.mode=i,n&&this.mount()}mount(){const{plugins:t=[]}=this.$options;this.__plugins=t,this.applyPlugins(),this.isMounted=!0}use(t){return this.__pluginsApplied||this.__plugins.push(t),this}applyPlugins(){this.__pluginsApplied||(this.__plugins.forEach(t=>{var n;try{bn=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this),bn=""}catch(r){we(`${bn||t.constructor.name} Plugin apply Error
3
- ${r}`)}}),this.__pluginsApplied=!0)}emit(t,...n){return super.emit(t,n)}on(t,n){return super.on(t,n)}setInstances(t,n){this.store.setInstances(this.designer.createControl(Array.isArray(t)?t:[t],n))}beforeSelectInstance(){this.store.setSelectInstance(null),this.setSelectedFieldItem(null),this.store.setSelectInstanceSettings([])}afterSelectInstance(){const t=this.store.selected;!t||(this.setSelectedInstanceSetting(),this.emit("select",{instance:t}))}setSelectedInstanceSetting(){var u,i;const t=this.store.selected;if(!t)return;let n=this.getControlSetting(t.type);if(((u=t.parent)==null?void 0:u.controlType)===M.WRAP){const o=this.getControlSetting((i=t.parent)==null?void 0:i.type);n=this.concatSetting(n,o,t.parent.id)}this.store.setSelectInstanceSettings(n),this.callSelectedEffect("");const r={from:null,current:this.store.selectedInstanceDataScopeParent,oldParent:null,newParent:t.parent};this.callSelectedScopeEffect(r)}concatSetting(t,n,r){var i,o,s,l,a,f,p,y;let u=t;if(((i=t[0])==null?void 0:i.type)==="tab"&&((o=n[0])==null?void 0:o.type)==="tab"){const m=t,w=n.slice(0);u=m.map((d,_)=>{const c=new Pe(d),h=w.findIndex(A=>A.title===d.title);if(h===-1)return c;const B=w.splice(h,1)[0];return B&&(c.items=[...this.formatGroupSetting(B.items,r),...c.items]),c}),w.length&&(u=[...u,...w.map(d=>this.formatGroupSetting(d,r))])}else if(((s=t[0])==null?void 0:s.type)==="group"&&((l=n[0])==null?void 0:l.type)==="group"){const m=t,w=n;u=[...this.formatGroupSetting(w,r),...m]}else if(((a=t[0])==null?void 0:a.type)==="tab"&&((f=n[0])==null?void 0:f.type)==="group"){const m=t,w=n;u=m.map((d,_)=>{const c=new Pe(d);return _===0&&(c.items=[...this.formatGroupSetting(w,r),...c.items]),c})}else if(((p=t[0])==null?void 0:p.type)==="group"&&((y=n[0])==null?void 0:y.type)==="tab"){const m=t;u=n.map((d,_)=>{const c=new Pe(d);return _===0&&(c.items=[...c.items,...this.formatGroupSetting(m,r)]),c})}return u}formatGroupSetting(t,n){if(le(t))return t.map(r=>{const u=new zr(r);return u.fromId=n,u});{const r=new Pe(t);return r.items=this.formatGroupSetting(r.items,n),r}}setControlConfig(...t){return this.designer.registerControlConfig(...t)}getControlConfig(t){return this.designer.getControlConfig(t)}getControlSetting(t){const n=this.designer.getControlSetting(t);return n?Cd(n):[]}selectInstance(t){this.beforeSelectInstance(),this.store.setSelectInstance(t),this.afterSelectInstance()}setSelectedFieldItem(t){this.store.setSelectedFieldItem(t),this.callSelectedEffect("dataBind",{fieldItem:t})}moveStart(t){const n=this.getInstance(t);n&&this.store.setMovingInstance(n)}moveEnd(t=this.store.movingInstance){var l;if(t===null)return;const n=this.getInstance(t);if(!n)return;const r=this.store.movingInstanceOldDataScopeParent,u=Re(n),i=this.store.movingInstanceOldParent,o=n.parent;this.store.setMovingInstance(null),n.id!==((l=this.store.selected)==null?void 0:l.id)?this.selectInstance(n):this.store.setSelectInstance(n),this.store.getFlatInstances();const s={from:r,current:u,oldParent:i,newParent:o};this.callSelectedScopeEffect(s),i?this.emit("moved",ge({},s)):this.emit("joined",ge({},s))}createInstance(t,n){return this.designer.createControlInstance(t,n)}getInstance(t){return typeof t=="string"?this.store.instanceIdMap.get(t):t}getInstances(){return this.store.flatInstances}getInstancesFromType(t){return this.getInstances().filter(n=>n.type===t)}getDataScopeInstances(){return this.store.selectedDataScopeFlatInstances}getDataScopeInstancesFromType(t){return this.getDataScopeInstances().filter(n=>n.type===t)}updateInstancePropValue(t,n,r,u){var o;!jn(t.props,n,r)||(n.startsWith("dataBind")&&this.store.updateDataFieldCodeMap(t),t.id===((o=this.store.selected)==null?void 0:o.id)&&this.callSelectedEffect(n,u),this.emit("updated",{instance:t,propName:n,value:r}))}updateInstanceProps(t,n,r,u=""){Object.entries(n).forEach(([i,o])=>{const s=`${u?u+".":""}${i}`;ws(o)?this.updateInstanceProps(t,o,r,s):this.updateInstancePropValue(t,s,o,r)})}setInstance(t,n,r,u){gt(n)?this.updateInstancePropValue(t,String(n),r,u):this.updateInstanceProps(t,n,r)}removeInstance(t){const n=t.parent;if(!n)return;const r=n.controlType===M.LIST&&n.props.headers.includes(t)?n.props.headers:n.children,u=r.findIndex(i=>i===t);u>-1&&r.splice(u,1),this.store.getFlatInstances(),this.emit("removed",{instance:t,index:u,parent:n})}replaceInstance(t,n){const r=t.parent;if(!r)return;const u=r.controlType===M.LIST&&r.props.headers.includes(t)?r.props.headers:r.children,i=u.findIndex(o=>o===t);i>-1&&u.splice(i,1,n),this.store.getFlatInstances()}updateInstanceType(t,n){const r=t.toSchema(),u=this.createInstance(n,{id:r.id,props:r.props});if(!u){Le(`can\u2018t update instance type to ${n}`);return}return u}validate(t,n){return tn(this.store.instance,t,n)}getCustomControlsInUse(){return this.getInstances().filter(this.assertInstanceIsCustomControl).reduce((t,n)=>(t.includes(n.type)||t.push(n.type),t),[])}assertInstanceIsCustomControl(t){return!Ss(gt(t)?t:t.type)}static register(...t){return ie.register(...t),this}static judgeControlIsRegistered(t){return ie.staticRegisteredTypes.has(t.Designer.controlType)}judgeControlIsRegistered(t){return this.designer.registeredControlTypes.has(t.Designer.controlType)}register(...t){return this.designer.registerControl(t[0]),this}assertInstance(t,n){return gt(n)?t.type===n:n.includes(t.type)}getInstanceInListControl(t){let n=t;for(;n;){if(n.controlType===M.LIST)return!0;n=n.parent}return!1}getInstanceParentControl(t,n){if(!!t.parent)return this.assertInstance(t.parent,n)?t.parent:this.getInstanceParentControl(t.parent,n)}callSelectedEffect(t,n={}){this.store.selectedInstanceSettingItems.forEach(r=>{r.callEffect(t,this,ge({control:this.store.selected},n))})}callSelectedScopeEffect(t={}){this.store.selectedInstanceSettingItems.forEach(n=>{n.callScopeEffect(this,ge({control:this.store.selected},t))})}}Zr.EventLogic=Se,b.Builder=rf,b.Designer=ie,b.Driven=Zr,b.Store=Vr,b.checkSchema=tn,b.fillModelBindInfoListFieldCode=Zc,b.findInstanceDataScopeParent=Re,b.generatePermissions=Oe,b.getColumnTypeFromFiledType=Xe,b.getColumnsFromFiledType=Yc,b.getColumnsFromModelBindInfoList=Qc,b.getDataScopeFlatInstances=Nr,b.getMasterFormControls=Xc,b.getModelBindInfoList=en,b.hasChildrenControl=Qt,b.hasFooterControl=Tr,b.hasHeaderControl=Mr,b.isDataScopeInstance=nn,b.loop=he,b.loopFormControl=Je,b.toSchema=Yt,Object.defineProperty(b,"__esModule",{value:!0})});
1
+ var bd=Object.defineProperty;var Kr=Object.getOwnPropertySymbols;var Ed=Object.prototype.hasOwnProperty,wd=Object.prototype.propertyIsEnumerable;var Xr=(b,$,O)=>$ in b?bd(b,$,{enumerable:!0,configurable:!0,writable:!0,value:O}):b[$]=O,ve=(b,$)=>{for(var O in $||($={}))Ed.call($,O)&&Xr(b,O,$[O]);if(Kr)for(var O of Kr($))wd.call($,O)&&Xr(b,O,$[O]);return b};var gn=(b,$,O)=>new Promise((ut,Re)=>{var it=W=>{try{ye(O.next(W))}catch(_e){Re(_e)}},ot=W=>{try{ye(O.throw(W))}catch(_e){Re(_e)}},ye=W=>W.done?ut(W.value):Promise.resolve(W.value).then(it,ot);ye((O=O.apply(b,$)).next())});(function(b,$){typeof exports=="object"&&typeof module!="undefined"?$(exports):typeof define=="function"&&define.amd?define(["exports"],$):(b=typeof globalThis!="undefined"?globalThis:b||self,$(b.modelDrivenDriven={}))})(this,function(b){"use strict";var $="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",O="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",ut="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",Re="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",it="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",ot="{caption}\u5FC5\u586B",ye="\u8BF7\u8F93\u5165\u6807\u9898",W="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",_e="\u8BF7\u8F93\u5165\u884C\u6807\u9898",Jr="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",Zr="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Qr="\u8BF7\u7ED1\u5B9A\u8868\u5355",Yr="\u8BF7\u7ED1\u5B9A\u5217\u8868",eu="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",tu="\u8BF7\u8F93\u5165\u663E\u793A\u503C",nu="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",ru="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",uu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",iu="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",ou="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",au="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",su="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",lu="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",cu="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",fu="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",du="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",pu="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",hu="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",vu="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",yu="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",_u="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",gu="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",mu="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",bu="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",Eu="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",wu="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Su="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Bu="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Au="\u8BF7\u9009\u62E9\u7701",Fu="\u8BF7\u9009\u62E9\u5E02",Cu="\u8BF7\u9009\u62E9\u533A",Iu="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Du="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",$u="\u8BF7\u8F93\u5165\u5217\u5BBD",Ou="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Ru="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Pu="\u8BF7\u9009\u62E9\u63A7\u4EF6",xu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Mu="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Tu="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Lu="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",ju="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",qu="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Vu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Uu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",ku="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Nu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Hu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Wu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",zu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Gu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Ku="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Xu="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Ju="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Zu="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Qu="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Yu="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",ei="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",ti="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",ni="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",ri="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",ui="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",ii="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",oi="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",ai={isNotNumber:$,isNotString:O,isNotObject:ut,isNotArray:Re,isNotBoolean:it,runtimeRequired:ot,pleaseEnterCaption:ye,pleaseEnterCaptionTip:W,pleaseEnterRowCaption:_e,pleaseEnterPlaceholder:Jr,pleaseEnterFieldCode:Zr,pleaseEnterForm:Qr,pleaseEnterList:Yr,pleaseEnterProcess:eu,pleaseEnterLabel:tu,pleaseEnterValue:nu,bizKeyNotBindFiled:ru,pleaseSelectOneField:uu,pleaseEnterNumberRange:iu,pleaseEnterAValueGreaterThanMin:ou,pleaseEnterAValueLessThanMax:au,numberRangeSetError:su,stringRangeError:lu,attachmentMaxSize:cu,pleaseEnterTotalScoreSetting:fu,theTotalScoreMustNotBeLessThan1:du,scoreDefaultValueRange:pu,attachmentLimitError:hu,PleaseReselectTheOptionalQuantity:vu,TheMaximumLengthIsGreaterThanTheMinimumLength:yu,TheMinimumLengthIsGreaterThanTheMaximumLength:_u,PleaseSelectTheCorrectOptionSettings:gu,optionIdIsRepeat:mu,optionIsRequired:bu,pleaseEnterDataCode:Eu,pleaseEnterValueFieldCode:wu,pleaseEnterSvcCode:Su,pleaseBindAtLeastOneDisplayValue:Bu,pleaseSelectProvince:Au,pleaseSelectCity:Fu,pleaseSelectDistrict:Cu,limitRowsCannotBeLessThan0:Iu,TheNumberOfRowsCannotBeLessThanMinRows:Du,pleaseEnterColumnWidth:$u,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Ou,pleaseCompleteAllRulesAndConditions:Ru,pleaseSelectControl:Pu,pleaseSelectAtLeastOneColumn:xu,pleaseSelectFillBackMode:Mu,pleaseSelectDashboard:Tu,rootNodeIsRequired:Lu,theViewNameCannotBeEmpty:ju,pleaseSelectOcrType:qu,pleaseSelectAtLeastOneFieldToFillIn:Vu,pleaseChooseAtLeastOne:Uu,pleaseEnterButtonContent:ku,pleaseEnterDataCodeInDataSetting:Nu,pleaseEnterValueFieldCodeInDataSetting:Hu,pleaseEnterSvcCodeInDataSetting:Wu,pleaseBindAtLeastOneDisplayValueInDataSetting:zu,rootNodeIsRequiredInDataSetting:Gu,pleaseEnterMaxHeight:Ku,pleaseEnter:Xu,pleaseEnterWatermark:Ju,pleaseEnterFileName:Zu,pleaseUploadAtLeastOnePrintTemplate:Qu,pleaseAssignBusiness:Yu,pleaseAssignExternal:ei,pleaseEnterAliasCode:ti,pleaseSelectDataCode:ni,pleaseSelectSvcCode:ri,pleaseSelectJoinFieldCode:ui,pleaseSelectMainFieldCode:ii,pleaseSelectSortFieldCode:oi},si="Please enter a number",li="Please enter a string",ci="Please enter an object",fi="Please enter an array",di="Please enter a boolean",pi="{caption} Required",hi="Please enter the title",vi="Please enter the bubble prompt",yi="Please enter the row title",_i="Please enter the prompt text",gi="Please bind data items",mi="Please bind the form",bi="Please bind the list",Ei="Please bind the process",wi="Please enter the displayed value",Si="Please enter the stored value",Bi="The document number is not bound to the data item",Ai="Please select at least one display field",Fi="Please enter a value greater than or equal to {min} and less than or equal to {max}",Ci="Please enter a value greater than or equal to {min}",Ii="Please enter a value less than or equal to {max}",Di="The value range is set incorrectly",$i="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Oi="The attachment size must be between 0MB and 1000MB",Ri="Please fill in the total score setting",Pi="The total score cannot be less than 1",xi="The default value must be between {min} and {max}",Mi="The number of attachments uploaded must be between {min} and {max}",Ti="Please re-select the optional quantity",Li="The maximum length of the control must be greater than the minimum length",ji="The minimum length of the control must be less than the maximum length",qi="Please select the correct option setting",Vi="Option ID cannot be repeated",Ui="Please enter at least one option",ki="Please bind the data source",Ni="Please bind the stored value",Hi="Please bind the service",Wi="At least one display value must be bound",zi="Please select a province",Gi="Please select a city",Ki="Please select a district",Xi="The minimum number of lines to fill in cannot be less than 0",Ji="The number of rows cannot be less than {min} rows",Zi="Please enter the column width",Qi="Please set the logical relationship of all rule conditions",Yi="Please complete all rules and conditions",eo="please select control",to="Please select the dashboard",no="View name cannot be empty",ro="Please select recognition type",uo="Please select at least one field to fill in",io="Please select at least one",oo="Please enter the button title",ao="Please bind the business model in the data settings",so="Please bind storage values in data settings",lo="Please bind the service in the data settings",co="Please bind at least one display value in the data settings",fo="Please select the root node in the data settings",po="Please enter the maximum height",ho="The input content cannot be empty",vo="Watermark cannot be empty",yo="File name cannot be empty",_o="Please upload at least one printing template!\uFF01",go="Please select a specific business department",mo="Please select a specified external organization",bo="Please enter a sub table alias",Eo="Please select the associated table to set the business model",wo="Please select the association table to set the binding service",So="Select associated sub table fields",Bo="Please select the associated main table field",Ao="Please select the sort field",Fo={isNotNumber:si,isNotString:li,isNotObject:ci,isNotArray:fi,isNotBoolean:di,runtimeRequired:pi,pleaseEnterCaption:hi,pleaseEnterCaptionTip:vi,pleaseEnterRowCaption:yi,pleaseEnterPlaceholder:_i,pleaseEnterFieldCode:gi,pleaseEnterForm:mi,pleaseEnterList:bi,pleaseEnterProcess:Ei,pleaseEnterLabel:wi,pleaseEnterValue:Si,bizKeyNotBindFiled:Bi,pleaseSelectOneField:Ai,pleaseEnterNumberRange:Fi,pleaseEnterAValueGreaterThanMin:Ci,pleaseEnterAValueLessThanMax:Ii,numberRangeSetError:Di,stringRangeError:$i,attachmentMaxSize:Oi,pleaseEnterTotalScoreSetting:Ri,theTotalScoreMustNotBeLessThan1:Pi,scoreDefaultValueRange:xi,attachmentLimitError:Mi,PleaseReselectTheOptionalQuantity:Ti,TheMaximumLengthIsGreaterThanTheMinimumLength:Li,TheMinimumLengthIsGreaterThanTheMaximumLength:ji,PleaseSelectTheCorrectOptionSettings:qi,optionIdIsRepeat:Vi,optionIsRequired:Ui,pleaseEnterDataCode:ki,pleaseEnterValueFieldCode:Ni,pleaseEnterSvcCode:Hi,pleaseBindAtLeastOneDisplayValue:Wi,pleaseSelectProvince:zi,pleaseSelectCity:Gi,pleaseSelectDistrict:Ki,limitRowsCannotBeLessThan0:Xi,TheNumberOfRowsCannotBeLessThanMinRows:Ji,pleaseEnterColumnWidth:Zi,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Qi,pleaseCompleteAllRulesAndConditions:Yi,pleaseSelectControl:eo,pleaseSelectDashboard:to,theViewNameCannotBeEmpty:no,pleaseSelectOcrType:ro,pleaseSelectAtLeastOneFieldToFillIn:uo,pleaseChooseAtLeastOne:io,pleaseEnterButtonContent:oo,pleaseEnterDataCodeInDataSetting:ao,pleaseEnterValueFieldCodeInDataSetting:so,pleaseEnterSvcCodeInDataSetting:lo,pleaseBindAtLeastOneDisplayValueInDataSetting:co,rootNodeIsRequiredInDataSetting:fo,pleaseEnterMaxHeight:po,pleaseEnter:ho,pleaseEnterWatermark:vo,pleaseEnterFileName:yo,pleaseUploadAtLeastOnePrintTemplate:_o,pleaseAssignBusiness:go,pleaseAssignExternal:mo,pleaseEnterAliasCode:bo,pleaseSelectDataCode:Eo,pleaseSelectSvcCode:wo,pleaseSelectJoinFieldCode:So,pleaseSelectMainFieldCode:Bo,pleaseSelectSortFieldCode:Ao},Co="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Io="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Do="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",$o="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Oo="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ro="{caption}\u5FC5\u9808",Po="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",xo="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Mo="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",To="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Lo="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",jo="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",qo="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Vo="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Uo="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ko="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",No="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Ho="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Wo="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",zo="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Go="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ko="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",Xo="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Jo="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Zo="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Qo="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Yo="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ea="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",ta="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",na="\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",ra="\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",ua="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ia="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",oa="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",aa="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",sa="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",la="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ca="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",fa="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",da="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",pa="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ha="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",va="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",ya="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",_a="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ga="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",ma="please select control",ba="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ea="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",wa="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Sa="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ba="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Aa="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Fa="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Ca="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Ia="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Da="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",$a="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Oa="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ra="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Pa="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",xa="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ma="\u5370\u5237\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u5C11\u306A\u304F\u3068\u30821\u3064\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01\uFF01",Ta="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",La="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ja="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",qa="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",Va="\u95A2\u9023\u30C6\u30FC\u30D6\u30EB\u8A2D\u5B9A\u30D0\u30A4\u30F3\u30C9\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ua="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",ka="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Na="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ha={isNotNumber:Co,isNotString:Io,isNotObject:Do,isNotArray:$o,isNotBoolean:Oo,runtimeRequired:Ro,pleaseEnterCaption:Po,pleaseEnterCaptionTip:xo,pleaseEnterRowCaption:Mo,pleaseEnterPlaceholder:To,pleaseEnterFieldCode:Lo,pleaseEnterForm:jo,pleaseEnterList:qo,pleaseEnterProcess:Vo,pleaseEnterLabel:Uo,pleaseEnterValue:ko,bizKeyNotBindFiled:No,pleaseSelectOneField:Ho,pleaseEnterNumberRange:Wo,pleaseEnterAValueGreaterThanMin:zo,pleaseEnterAValueLessThanMax:Go,numberRangeSetError:Ko,stringRangeError:Xo,attachmentMaxSize:Jo,pleaseEnterTotalScoreSetting:Zo,theTotalScoreMustNotBeLessThan1:Qo,scoreDefaultValueRange:Yo,attachmentLimitError:ea,PleaseReselectTheOptionalQuantity:ta,TheMaximumLengthIsGreaterThanTheMinimumLength:na,TheMinimumLengthIsGreaterThanTheMaximumLength:ra,PleaseSelectTheCorrectOptionSettings:ua,optionIdIsRepeat:ia,optionIsRequired:oa,pleaseEnterDataCode:aa,pleaseEnterValueFieldCode:sa,pleaseEnterSvcCode:la,pleaseBindAtLeastOneDisplayValue:ca,pleaseSelectProvince:fa,pleaseSelectCity:da,pleaseSelectDistrict:pa,limitRowsCannotBeLessThan0:ha,TheNumberOfRowsCannotBeLessThanMinRows:va,pleaseEnterColumnWidth:ya,pleaseSetTheLogicalRelationshipOfAllRuleConditions:_a,pleaseCompleteAllRulesAndConditions:ga,pleaseSelectControl:ma,pleaseSelectDashboard:ba,theViewNameCannotBeEmpty:Ea,pleaseSelectOcrType:wa,pleaseSelectAtLeastOneFieldToFillIn:Sa,pleaseChooseAtLeastOne:Ba,pleaseEnterButtonContent:Aa,pleaseEnterDataCodeInDataSetting:Fa,pleaseEnterValueFieldCodeInDataSetting:Ca,pleaseEnterSvcCodeInDataSetting:Ia,pleaseBindAtLeastOneDisplayValueInDataSetting:Da,rootNodeIsRequiredInDataSetting:$a,pleaseEnterMaxHeight:Oa,pleaseEnter:Ra,pleaseEnterWatermark:Pa,pleaseEnterFileName:xa,pleaseUploadAtLeastOnePrintTemplate:Ma,pleaseAssignBusiness:Ta,pleaseAssignExternal:La,pleaseEnterAliasCode:ja,pleaseSelectDataCode:qa,pleaseSelectSvcCode:Va,pleaseSelectJoinFieldCode:Ua,pleaseSelectMainFieldCode:ka,pleaseSelectSortFieldCode:Na},Wa={zhCN:ai,enUS:Fo,jaJP:Ha},mn;(function(e){e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable"})(mn||(mn={}));var bn;(function(e){e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN"})(bn||(bn={}));var za="zh-CN",Ga=function(){},R;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(R||(R={}));var En;(function(e){e[e.FORM=0]="FORM",e[e.LIST=1]="LIST",e[e.REPORT=2]="REPORT",e[e.DASHBOARD=3]="DASHBOARD",e[e.VUE=4]="VUE",e[e.FREE_PAGE=5]="FREE_PAGE"})(En||(En={}));var v;(function(e){e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.BATCH_DELETE_LIST_BUTTON="list-page-btn-batch-delete",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.ORGANIZATION_SELECTION="organization-selection",e.FORM_SELECT_BUTTON="form-select-button",e.LIST_VIEW_SELECT="list-view-select",e.TEXT_OCR_BUTTON="text-ocr-button",e.INVOICE_CHECK_BUTTON="invoice-check-button",e.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",e.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",e.VARCHAR_COLUMN="varchar-column",e.TEXT_COLUMN="text-column",e.DECIMAL_COLUMN="decimal-column",e.TIMESCOPE_COLUMN="timescope-column",e.TIMESTAMP_COLUMN="timestamp-column",e.ARRAY_COLUMN="array-column",e.DEPARTMENT_COLUMN="department-column",e.AUTO_NUMBER_COLUMN="auto-number-column",e.FILE_COLUMN="file-column",e.IMAGE_COLUMN="image-column",e.PEOPLE_COLUMN="people-column",e.LOCATION_COLUMN="location-column",e.CUSTOM_COLUMN="custom-column",e.ORDER_COLUMN="order-column",e.OPERATION_COLUMN="operation-column",e.EMPLOYEE_COLUMN="employee-column",e.Approval_Status_Column="approval-status-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.DEPARTMENT="department",e.EMPLOYEE="employee",e.IMAGE="image",e.INPUT="input",e.NUMBER="number",e.RADIO="radio",e.RICH_TEXT="rich-text",e.SCORE="score",e.SEARCH_DATE_RANGE="search-date-range",e.SEARCH_NUMBER_RANGE="search-number-range",e.SEARCH_INPUT="search-input",e.SELECT="select",e.SELECT_MULTIPLE="select-multiple",e.SELECT_RELATION="select-relation",e.VUE_FORM_ITEM="vue-form-item",e.TEXTAREA="textarea",e.EMAIL="email",e.FOOTER="footer",e.HEADER="header",e.ID_CARD="id-card",e.MOBILE="mobile",e.PHONE="phone",e.RADIO_IMAGE="radio-image",e.ELECTRONIC_SIGNATURE="electronic-signature",e.WPS="wps",e.CARD_GROUP="card-group",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.GRID_LAYOUT_CONTAINER="grid-layout-container",e.ROW="row",e.TWO_COLUMNS="two-columns",e.SUBTABLE_COLUMN="subtable-column",e.SUBTABLE_ROW="subtable-row",e.TAB="tab",e.TAB_PANE="tab-pane",e.TOOLBOX="toolbox",e.DATA_VIEW="data-view",e.LIST_VIEW="list-view",e.ACTION_BAR="action-bar",e.SUBTABLE="subtable",e.GRID_TABLE="grid-table",e.SIMPLE_SEARCH="simple-search",e.PAGINATION="pagination",e.CHECKBOX_IMAGE="checkbox-image",e.DASHBOARD="dashboard",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2",e.GRID_LAYOUT_WRAP="grid-layout-wrap",e.VUE_PAGE="vue-page"})(v||(v={}));var wn;(function(e){e.SAVE="save",e.DRAFT="draft",e.UNSUBMIT="unsubmit",e.AUDIT="audit",e.UNAUDIT="unaudit",e.CANCEL="cancel",e.FORM_SUBMIT="form_submit"})(wn||(wn={}));var V;(function(e){e.VARCHAR="varchar",e.TEXT="text",e.ARRAY="array",e.ADDRESS="location",e.DECIMAL="decimal",e.DECIMAL_RANGE="decimal_range",e.TIMESTAMP="timestamp",e.EMPLOYEES="people",e.DEPARTMENTS="department",e.MONEY="money",e.TIMESCOPE="timescope",e.FILE="file",e.IMAGE="image",e.AUTO_NUMBER="auto_number",e.CALC="calc",e.LIST="list",e.JSON="json",e.ANY="ANY"})(V||(V={}));var Sn;(function(e){e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime"})(Sn||(Sn={}));var Bn="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Ka=Bn+"0123456789";function at(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",n=0;n<e;n++){var r=n===0?Bn:Ka,u=Math.random()*r.length;t+=r[parseInt(String(u),10)]}return t}function st(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Xa(e){if(Array.isArray(e))return st(e)}function Ja(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function An(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pe(e,t,n){return In()?Pe=Reflect.construct:Pe=function(u,i,o){var s=[null];s.push.apply(s,i);var l=Function.bind.apply(u,s),a=new l;return o&&me(a,o.prototype),a},Pe.apply(null,arguments)}function ge(e){return ge=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ge(e)}function Fn(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&me(e,t)}function Za(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Qa(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Ya(){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 es(e,t){return t&&(ts(t)==="object"||typeof t=="function")?t:Ja(e)}function me(e,t){return me=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},me(e,t)}function Cn(e){return Xa(e)||Qa(e)||ns(e)||Ya()}function ts(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function ns(e,t){if(!!e){if(typeof e=="string")return st(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return st(e,t)}}function lt(e){var t=typeof Map=="function"?new Map:void 0;return lt=function(r){if(r===null||!Za(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,u)}function u(){return Pe(r,arguments,ge(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),me(u,r)},lt(e)}function In(){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 Dn(e){var t=In();return function(){var r=ge(e),u;if(t){var i=ge(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return es(this,u)}}var ct=console;function xe(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,u=t.slice(1);(r=ct).warn.apply(r,["\u{1F9D0} Driven Warning:"+t[0]].concat(Cn(u)))}function $n(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,u=t.slice(1);(r=ct).log.apply(r,["\u{1F680} Driven Log:"+t[0]].concat(Cn(u)))}function rs(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var ft=function(e){Fn(n,e);var t=Dn(n);function n(r){An(this,n);var u;return u=t.call(this,r),u.name="\u{1F4A5} Driven Error",u.message=r?rs(r):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",u}return n}(lt(Error)),us=function(e){Fn(n,e);var t=Dn(n);function n(r){An(this,n);var u;return u=t.call(this,r),u.name="\u{1F6A8} Driven Reference Error",u}return n}(ft);function be(e){throw new ft(e)}function On(e){throw new us(e)}function is(e){ct.error(new ft(e))}var os=Object.prototype.toString;function Rn(e,t){return os.call(e)==="[object "+t+"]"}function as(e){return Rn(e,"String")}function ss(e){return Rn(e,"Promise")}var ls=function(){function e(t){var n,r;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((r=(n=t.messages)!==null&&n!==void 0?n:this.getPreImport(t.locale))!==null&&r!==void 0?r:{}),t.variableRegExp&&(this.variableRegExp=t.variableRegExp),this.setLocale(t.locale)}return e.prototype.setLocale=function(t){var n=this;this.locale=t,this._messageCache.clear();var r=this.getMessageData();ss(r)?r.then(function(u){n._messageCache.clear(),n.messages[n.localeInMessageKey]=u}):this.messages[this.localeInMessageKey]=r},e.prototype.getMessageData=function(){var t=this._messages[this.localeInMessageKey];return typeof t=="function"?t():t},e.prototype.translate=function(t,n,r){var u=this.getMessage(t);return u?this.formatMessage(u,r):this.formatMessage(n,r)},e.prototype.getMessage=function(t){if(this._messageCache.has(t))return this._messageCache.get(t);var n=this.getPathArray(t),r=n.reduce(function(u,i,o,s){if(u!==void 0){var l=u[i];if(!(o===s.length-1&&!as(l)))return l}},this.message);return this._messageCache.set(t,r),r},e.prototype.formatMessage=function(t,n){return n?t.replace(this.variableRegExp,function(r,u){var i=n[u];return i!==void 0?String(i):r}):t},e.prototype.getPreImport=function(t){var n;if(window.okI18nPreImport){var r=this.getLocaleInMessageKey(t);return window.okI18nPreImport.hasOwnProperty(r)?window.okI18nPreImport:(n={},n[r]=window.okI18nPreImport,n)}},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 cs(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function fs(e,t,n){return t&&Pn(e.prototype,t),n&&Pn(e,n),e}function ds(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var j=function(){function e(){cs(this,e)}return fs(e,null,[{key:"getMessage",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(n,"",r)}},{key:"resetI18n",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:za;return new ls({locale:n,messages:Wa})}},{key:"setLocale",value:function(n){return this.$i18n.setLocale(n)}}]),e}();ds(j,"$i18n",j.resetI18n());function xn(e,t,n){var r=t.replace(/\[(\d)]/g,function(i,o){return"."+o}).split("."),u=!1;return r.reduce(function(i,o,s,l){var a=i;if(!!i){if(!Object.prototype.hasOwnProperty.call(i,o)){xe("Can not set ".concat(t,"'s ").concat(o," property in current %o, Because there is no ").concat(o," property on the %o"),i,i);return}return s===l.length-1&&!Object.is(a[o],n)&&(a[o]=n,u=!0),a[o]}},e),u}var ps=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},hs={exports:{}};(function(e){(function(t){var n=function(c,p,E){if(!a(p)||h(p)||y(p)||g(p)||l(p))return p;var B,F=0,N=0;if(f(p))for(B=[],N=p.length;F<N;F++)B.push(n(c,p[F],E));else{B={};for(var A in p)Object.prototype.hasOwnProperty.call(p,A)&&(B[c(A,E)]=n(c,p[A],E))}return B},r=function(c,p){p=p||{};var E=p.separator||"_",B=p.split||/(?=[A-Z])/;return c.split(B).join(E)},u=function(c){return w(c)?c:(c=c.replace(/[\-_\s]+(.)?/g,function(p,E){return E?E.toUpperCase():""}),c.substr(0,1).toLowerCase()+c.substr(1))},i=function(c){var p=u(c);return p.substr(0,1).toUpperCase()+p.substr(1)},o=function(c,p){return r(c,p).toLowerCase()},s=Object.prototype.toString,l=function(c){return typeof c=="function"},a=function(c){return c===Object(c)},f=function(c){return s.call(c)=="[object Array]"},h=function(c){return s.call(c)=="[object Date]"},y=function(c){return s.call(c)=="[object RegExp]"},g=function(c){return s.call(c)=="[object Boolean]"},w=function(c){return c=c-0,c===c},d=function(c,p){var E=p&&"process"in p?p.process:p;return typeof E!="function"?c:function(B,F){return E(B,c,F)}},_={camelize:u,decamelize:o,pascalize:i,depascalize:o,camelizeKeys:function(c,p){return n(d(u,p),c)},decamelizeKeys:function(c,p){return n(d(o,p),c,p)},pascalizeKeys:function(c,p){return n(d(i,p),c)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=_:t.humps=_})(ps)})(hs);var Mn={};Object.defineProperty(Mn,"__esModule",{value:!0});function dt(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(t=>typeof t!="object"||t===null?t:dt(t));{const t={};for(const n in e){const r=e[n];t[n]=typeof r!="object"||r===null?r:dt(r)}return t}}var vs=Mn.default=dt;function z(e){if(e!==void 0)return typeof e=="object"?vs(e):e}function pt(e){return Object.prototype.toString.call(e)==="[object Object]"}function ys(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function ie(e){return Array.isArray(e)}function ht(e){return typeof e=="string"}function _s(e){return Object.values(v).includes(e)}function vt(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function gs(e){if(Array.isArray(e))return vt(e)}function Tn(e,t,n,r,u,i,o){try{var s=e[i](o),l=s.value}catch(a){n(a);return}s.done?t(l):Promise.resolve(l).then(r,u)}function ms(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(l){Tn(i,r,u,o,s,"next",l)}function s(l){Tn(i,r,u,o,s,"throw",l)}o(void 0)})}}function bs(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ln(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Es(e,t,n){return t&&Ln(e.prototype,t),n&&Ln(e,n),e}function jn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ws(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Ss(){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 yt(e){return gs(e)||ws(e)||Bs(e)||Ss()}function Bs(e,t){if(!!e){if(typeof e=="string")return vt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return vt(e,t)}}function As(e,t){var n,r,u,i,o={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function s(a){return function(f){return l([a,f])}}function l(a){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return o.label++,{value:a[1],done:!1};case 5:o.label++,r=a[1],a=[0];continue;case 7:a=o.ops.pop(),o.trys.pop();continue;default:if(u=o.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){o=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){o.label=a[1];break}if(a[0]===6&&o.label<u[1]){o.label=u[1],u=a;break}if(u&&o.label<u[2]){o.label=u[2],o.ops.push(a);break}u[2]&&o.ops.pop(),o.trys.pop();continue}a=t.call(e,o)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var qn=function(){function e(){bs(this,e),jn(this,"_events",new Map),jn(this,"debug",!1)}return Es(e,[{key:"emit",value:function(n){for(var r=arguments.length,u=new Array(r>1?r-1:0),i=1;i<r;i++)u[i-1]=arguments[i];var o=this;return ms(function(){var s,l,a,f,h,y,g,w,d,_,c,p;return As(this,function(E){switch(E.label){case 0:if(s=o._events.get(n),l=[],!s)return[3,10];a=s.slice(),f=!0,h=!1,y=void 0,E.label=1;case 1:E.trys.push([1,8,9,10]),g=a[Symbol.iterator](),E.label=2;case 2:if(f=(w=g.next()).done)return[3,7];if(d=w.value,!s.includes(d))return[3,6];E.label=3;case 3:return E.trys.push([3,5,,6]),o.debug&&$n.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(d.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+d.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"\u3002")].concat(yt(u))),[4,d.apply(null,yt(u))];case 4:return _=E.sent(),o.debug&&$n.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(d.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+d.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(yt(u),[_])),l.push(_),_===!1?[3,7]:[3,6];case 5:return c=E.sent(),is(String(c)+":"+String(c.stack)),[3,6];case 6:return f=!0,[3,2];case 7:return[3,10];case 8:return p=E.sent(),h=!0,y=p,[3,10];case 9:try{!f&&g.return!=null&&g.return()}finally{if(h)throw y}return[7];case 10:return[2,l]}})})()}},{key:"on",value:function(n,r){if(this._events.has(n)){var u;(u=this._events.get(n))===null||u===void 0||u.push(r)}else this._events.set(n,[r])}},{key:"off",value:function(n,r){if(this._events.has(n)){var u=this._events.get(n),i=u==null?void 0:u.indexOf(r);u==null||u.splice(i,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),e}();function Fs(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Vn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Cs(e,t,n){return t&&Vn(e.prototype,t),n&&Vn(e,n),e}function Is(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ds=[{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_list_before_insert",name:"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",code:"list-before-insert"},{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_render_operation",name:"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",code:"list-render-operation"},{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-rows-checked"},{key:"on_change_tab",name:"\u6807\u7B7E\u9875\u5207\u6362\u65F6",code:"change-tab"},{key:"on_modal_ok",name:"\u5F39\u7A97\u786E\u8BA4\u65F6",code:"modal-ok"}],Ee=function(){function e(){Fs(this,e)}return Cs(e,null,[{key:"getEventsFromKeys",value:function(n){var r=typeof n=="string"?[n]:n;return e.events.filter(function(u){return r.includes(u.key)})}},{key:"getEventsFromControl",value:function(n){var r=[],u=n.eventKeys;r=r.concat(e.events.filter(function(o){return u.includes(o.key)}));var i=n.customEvents.map(function(o){var s=o.key;return o.namespace!==void 0&&o.namespace!==null&&o.namespace!==""&&(s=o.namespace+":"+o.key),{key:s,code:o.key,name:o.name}});return r=r.concat(i),r}}]),e}();Is(Ee,"events",Ds);function _t(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function $s(e){if(Array.isArray(e))return _t(e)}function Os(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Rs(){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 Un(e){return $s(e)||Os(e)||Ps(e)||Rs()}function Ps(e,t){if(!!e){if(typeof e=="string")return _t(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _t(e,t)}}function gt(e,t){var n;!((n=Object.getOwnPropertyDescriptors(e)[t])===null||n===void 0)&&n.enumerable&&Object.defineProperty(e,t,{enumerable:!1})}function kn(e,t,n){n==="Designer"&&(e.parent=t,gt(e,"parent"))}function xs(e,t,n){e.forEach(function(r){kn(r,t,n)})}var Nn=Symbol("targetKey");function Hn(e){var t;return(t=e[Nn])!==null&&t!==void 0?t:e}function Wn(e,t,n){return xs(e,t,n),new Proxy(e,{get:function(u,i){for(var o=arguments.length,s=new Array(o>2?o-2:0),l=2;l<o;l++)s[l-2]=arguments[l];var a;return i===Nn?u:(a=Reflect).get.apply(a,[u,i].concat(Un(s)))},set:function(u,i,o){for(var s=arguments.length,l=new Array(s>3?s-3:0),a=3;a<s;a++)l[a-3]=arguments[a];var f;if(ie(e)&&i==="length"&&o===e.length)return!0;var h=(f=Reflect).set.apply(f,[u,i,o].concat(Un(l)));return pt(o)&&kn(o,t,n),h}})}function mt(e,t,n,r,u){var i=r!=null?r:e,o=Wn(Hn(n!=null?n:[]),i,u);Object.defineProperty(e,t,{get:function(){return o},set:function(l){o=Wn(Hn(l),i,u)},enumerable:!0})}function Ms(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function zn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ts(e,t,n){return t&&zn(e.prototype,t),n&&zn(e,n),e}function J(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Gn=[],we=function(){function e(t){Ms(this,e),J(this,"registeredControlTypes",new Set),J(this,"controlConfigMap",new Map),J(this,"_controls",[]),J(this,"_type",void 0),this._type=t,this._initControls(t)}return Ts(e,[{key:"registerControlConfig",value:function(n,r){return this.controlConfigMap.set(n,r),this}},{key:"getControlConfig",value:function(n){return this.controlConfigMap.get(n)}},{key:"getControls",value:function(){return this._controls}},{key:"register",value:function(n){n.__is_control__||be("".concat(n.name," is not a Control"));var r=this._controls.findIndex(function(u){return u.controlType===n.controlType});return r>-1&&(xe("The ".concat(n.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(r,1)),this.registeredControlTypes.add(n.controlType),this._controls.push(n),this}},{key:"isLayoutControl",value:function(n){return n.controlType===R.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===R.FORM}},{key:"isListControl",value:function(n){return n.controlType===R.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===R.COLUMN}},{key:"createControl",value:function(n,r){var u=this;if(Array.isArray(n))return n.map(function(f){return u.createControl(f,r)});if(n.children&&(n.children=n.children.map(function(f){return u.createControl(f,r)})),this.isListControl(n)){var i=n.props;i.headers&&(i.headers=i.headers.map(function(f){return u.createControl(f,r)})),i.footers&&(i.footers=i.footers.map(function(f){var h;return f&&(h=u.createControl(f,r)),h}))}var o=this.getControlFormType(n.type);if(o){var s=n;if(typeof r=="function"){var l=r(s);l&&(s=l)}var a;return o.mode==="Runtime"?(a=s,a.fieldType=o.controlFieldType,this._setParentPrototypeToSchema(a,this)):a=new o(s),a}else be("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))}},{key:"resetInstanceParent",value:function(n,r){delete n.parent,Object.defineProperty(n,"parent",{configurable:!0,get:function(){return r}}),gt(n,"parent")}},{key:"_setParentPrototypeToSchema",value:function(n,r){r._type==="Runtime"&&(Object.defineProperty(n,"parent",{configurable:!0,get:function(){var i=n.id,o=r._controlParentIdMap,s=r.instanceMap;if(!(!o||!s)){var l=o[i],a=s[i];if(!(!l&&!a)){var f=a.findIndex(function(g){return g==n}),h=s[l]||[],y;return h.length!==a.length?y=h[0]:y=h[f],y}}}}),gt(n,"parent"))}},{key:"createControlInstance",value:function(n,r){var u=this.getControlFormType(n);if(u)return new u(r)}},{key:"getControlFormType",value:function(n){return this._controls.find(function(r){return r.controlType===n})}},{key:"_initControls",value:function(n){var r=this;this.constructor.staticControls.forEach(function(u){r.register(u[n]),e.staticControlsRuntimeRules.set(u.Runtime.controlType,u.Property.RuntimeRules),u.Property.mode=n})}}],[{key:"staticGetRules",value:function(n,r){var u=e.staticControlsRuntimeRules.get(n),i=[];if(u){var o=new u(r);i=Array.from(o)}return i}},{key:"register",value:function(n,r){var u=n.Designer,i=n.Runtime,o=n.Property;(!u||!i||!u.__is_control__||!i.__is_control__)&&be("".concat(n," is can't register as a Control"));var s=this.staticControls.findIndex(function(l){return l.Designer.controlType===u.controlType});return s>-1&&(xe("The ".concat(u.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(s,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(n),o.mode=r,this}}]),e}();J(we,"staticControlsRuntimeRules",new Map),J(we,"staticControls",Gn),J(we,"staticRegisteredTypes",new Set(Gn.map(function(e){return e.Designer.controlType}))),J(we,"staticRegisteredConfigs",new Map);function bt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function q(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Kn=function e(t){bt(this,e),q(this,"dataCode",void 0),q(this,"fieldCode",void 0),q(this,"fieldType",void 0),q(this,"aliasCode",void 0);var n;this.dataCode=(n=t==null?void 0:t.dataCode)!==null&&n!==void 0?n:"";var r;this.fieldCode=(r=t==null?void 0:t.fieldCode)!==null&&r!==void 0?r:"";var u;this.fieldType=(u=t==null?void 0:t.fieldType)!==null&&u!==void 0?u:"",this.aliasCode=t==null?void 0:t.aliasCode},Ls=function e(t){bt(this,e),q(this,"minWidth",void 0),q(this,"maxWidth",void 0),q(this,"flex",void 0);var n;this.minWidth=(n=t==null?void 0:t.minWidth)!==null&&n!==void 0?n:150,this.maxWidth=t==null?void 0:t.maxWidth;var r;this.flex=(r=t==null?void 0:t.flex)!==null&&r!==void 0?r:1},Xn;(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"})(Xn||(Xn={}));var Jn;(function(e){e.DEFAULT_DISPLAY="defaultDisplay",e.REQUIRED="required",e.IS_HIDE="isHide",e.IS_SHOW_UNIT="isShowUnit",e.IMD_SEARCH="immediatelySearch",e.MULTIPLE="multiple",e.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",e.CAPTION="caption",e.IS_HIDE_CAPTION="isHideCaption",e.DEFAULT_SHOW_OPTIONS="defaultShowOptions",e.CAN_SEARCH="canSearch",e.CAN_CHECK="canCheck",e.CAN_EDIT="canEdit",e.CAN_DELETE="canDelete",e.SHOW_UPPER_CASE="showUpperCase",e.MICROMETER="micrometer",e.PRECISION="precision",e.PERCENTAGE="percentage",e.OPTIONAL_LEVEL="optionalLevel",e.CONTAINS_SUB_NODE="containsSubNode",e.DEFAULT_COLLAPSE="defaultCollapse",e.CAN_VIEW_FORM="canViewForm",e.VIEW_FORM_MODEL_TYPE="viewFormModelType",e.SERVER_PAGINATION="serverPagination",e.IS_SHOW_CAPTION_TIP="isShowCaptionTip",e.ENCRYPTED="encrypted",e.IS_INLINE_EDIT="isInlineEdit",e.REVISIONS_MODE="revisionsMode",e.ALLOW_COPY_OPTIONS="allowCopyOptions",e.IS_PASTE="isPaste"})(Jn||(Jn={}));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 js=function e(t){bt(this,e),q(this,"width",void 0),q(this,"height",void 0),q(this,"widthConfig",void 0),q(this,"heightConfig",void 0);var n;this.width=(n=t==null?void 0:t.width)!==null&&n!==void 0?n:"";var r;this.height=(r=t==null?void 0:t.height)!==null&&r!==void 0?r:"";var u;this.widthConfig=(u=t==null?void 0:t.widthConfig)!==null&&u!==void 0?u:"fill";var i;this.heightConfig=(i=t==null?void 0:t.heightConfig)!==null&&i!==void 0?i:"fill"};function qs(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function wt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Me(e,t,n){return Zn()?Me=Reflect.construct:Me=function(u,i,o){var s=[null];s.push.apply(s,i);var l=Function.bind.apply(u,s),a=new l;return o&&Be(a,o.prototype),a},Me.apply(null,arguments)}function Z(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Se(e){return Se=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Se(e)}function Vs(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&&Be(e,t)}function Us(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function ks(e,t){return t&&(Ns(t)==="object"||typeof t=="function")?t:qs(e)}function Be(e,t){return Be=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Be(e,t)}function Ns(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function St(e){var t=typeof Map=="function"?new Map:void 0;return St=function(r){if(r===null||!Us(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,u)}function u(){return Me(r,arguments,Se(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Be(u,r)},St(e)}function Zn(){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 Hs(e){var t=Zn();return function(){var r=Se(e),u;if(t){var i=Se(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return ks(this,u)}}var Bt=function e(t){wt(this,e),Z(this,"isHide",{type:"boolean"})},Qn=function(e){Vs(n,e);var t=Hs(n);function n(r){return wt(this,n),t.call(this)}return n}(St(Array)),G=function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";wt(this,e),Z(this,"isHide",void 0),Z(this,"className",void 0),Z(this,"style",void 0),Z(this,"caption",void 0);var r;this.isHide=(r=t==null?void 0:t.isHide)!==null&&r!==void 0?r:!1,this.style=new js(t==null?void 0:t.style);var u;this.caption=(u=t==null?void 0:t.caption)!==null&&u!==void 0?u:n};Z(G,"mode",void 0),Z(G,"Rules",Bt),Z(G,"RuntimeRules",Qn);function U(){return U=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},U.apply(this,arguments)}function Ws(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function At(e){return At=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},At(e)}function Te(e,t){return Te=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Te(e,t)}function zs(){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 Le(e,t,n){return zs()?Le=Reflect.construct:Le=function(u,i,o){var s=[null];s.push.apply(s,i);var l=Function.bind.apply(u,s),a=new l;return o&&Te(a,o.prototype),a},Le.apply(null,arguments)}function Gs(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Ft(e){var t=typeof Map=="function"?new Map:void 0;return Ft=function(r){if(r===null||!Gs(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,u)}function u(){return Le(r,arguments,At(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Te(u,r)},Ft(e)}var Ks=/%[sdj%]/g,Yn=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(Yn=function(t,n){typeof console!="undefined"&&console.warn&&n.every(function(r){return typeof r=="string"})&&console.warn(t,n)});function Ct(e){if(!e||!e.length)return null;var t={};return e.forEach(function(n){var r=n.field;t[r]=t[r]||[],t[r].push(n)}),t}function x(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=1,u=t[0],i=t.length;if(typeof u=="function")return u.apply(null,t.slice(1));if(typeof u=="string"){var o=String(u).replace(Ks,function(s){if(s==="%%")return"%";if(r>=i)return s;switch(s){case"%s":return String(t[r++]);case"%d":return Number(t[r++]);case"%j":try{return JSON.stringify(t[r++])}catch(l){return"[Circular]"}break;default:return s}});return o}return u}function Xs(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||Xs(t)&&typeof e=="string"&&!e)}function Js(e,t,n){var r=[],u=0,i=e.length;function o(s){r.push.apply(r,s),u++,u===i&&n(r)}e.forEach(function(s){t(s,o)})}function er(e,t,n){var r=0,u=e.length;function i(o){if(o&&o.length){n(o);return}var s=r;r=r+1,s<u?t(e[s],i):n([])}i([])}function Zs(e){var t=[];return Object.keys(e).forEach(function(n){t.push.apply(t,e[n])}),t}var tr=function(e){Ws(t,e);function t(n,r){var u;return u=e.call(this,"Async Validation Error")||this,u.errors=n,u.fields=r,u}return t}(Ft(Error));function Qs(e,t,n,r){if(t.first){var u=new Promise(function(h,y){var g=function(_){return r(_),_.length?y(new tr(_,Ct(_))):h()},w=Zs(e);er(w,n,g)});return u.catch(function(h){return h}),u}var i=t.firstFields||[];i===!0&&(i=Object.keys(e));var o=Object.keys(e),s=o.length,l=0,a=[],f=new Promise(function(h,y){var g=function(d){if(a.push.apply(a,d),l++,l===s)return r(a),a.length?y(new tr(a,Ct(a))):h()};o.length||(r(a),h()),o.forEach(function(w){var d=e[w];i.indexOf(w)!==-1?er(d,n,g):Js(d,n,g)})});return f.catch(function(h){return h}),f}function nr(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 rr(e,t){if(t){for(var n in t)if(t.hasOwnProperty(n)){var r=t[n];typeof r=="object"&&typeof e[n]=="object"?e[n]=U(U({},e[n]),r):e[n]=r}}return e}function ur(e,t,n,r,u,i){e.required&&(!n.hasOwnProperty(e.field)||I(t,i||e.type))&&r.push(x(u.messages.required,e.fullField))}function Ys(e,t,n,r,u){(/^\s+$/.test(t)||t==="")&&r.push(x(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},Ae={integer:function(t){return Ae.number(t)&&parseInt(t,10)===t},float:function(t){return Ae.number(t)&&!Ae.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch(n){return!1}},date:function(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function(t){return isNaN(t)?!1:typeof t=="number"},object:function(t){return typeof t=="object"&&!Ae.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 el(e,t,n,r,u){if(e.required&&t===void 0){ur(e,t,n,r,u);return}var i=["integer","float","array","regexp","object","method","email","number","date","url","hex"],o=e.type;i.indexOf(o)>-1?Ae[o](t)||r.push(x(u.messages.types[o],e.fullField,e.type)):o&&typeof t!==e.type&&r.push(x(u.messages.types[o],e.fullField,e.type))}function tl(e,t,n,r,u){var i=typeof e.len=="number",o=typeof e.min=="number",s=typeof e.max=="number",l=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,a=t,f=null,h=typeof t=="number",y=typeof t=="string",g=Array.isArray(t);if(h?f="number":y?f="string":g&&(f="array"),!f)return!1;g&&(a=t.length),y&&(a=t.replace(l,"_").length),i?a!==e.len&&r.push(x(u.messages[f].len,e.fullField,e.len)):o&&!s&&a<e.min?r.push(x(u.messages[f].min,e.fullField,e.min)):s&&!o&&a>e.max?r.push(x(u.messages[f].max,e.fullField,e.max)):o&&s&&(a<e.min||a>e.max)&&r.push(x(u.messages[f].range,e.fullField,e.min,e.max))}var oe="enum";function nl(e,t,n,r,u){e[oe]=Array.isArray(e[oe])?e[oe]:[],e[oe].indexOf(t)===-1&&r.push(x(u.messages[oe],e.fullField,e[oe].join(", ")))}function rl(e,t,n,r,u){if(e.pattern){if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||r.push(x(u.messages.pattern.mismatch,e.fullField,t,e.pattern));else if(typeof e.pattern=="string"){var i=new RegExp(e.pattern);i.test(t)||r.push(x(u.messages.pattern.mismatch,e.fullField,t,e.pattern))}}}var m={required:ur,whitespace:Ys,type:el,range:tl,enum:nl,pattern:rl};function ul(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(I(t,"string")&&!e.required)return n();m.required(e,t,r,i,u,"string"),I(t,"string")||(m.type(e,t,r,i,u),m.range(e,t,r,i,u),m.pattern(e,t,r,i,u),e.whitespace===!0&&m.whitespace(e,t,r,i,u))}n(i)}function il(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(I(t)&&!e.required)return n();m.required(e,t,r,i,u),t!==void 0&&m.type(e,t,r,i,u)}n(i)}function ol(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(t===""&&(t=void 0),I(t)&&!e.required)return n();m.required(e,t,r,i,u),t!==void 0&&(m.type(e,t,r,i,u),m.range(e,t,r,i,u))}n(i)}function al(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(I(t)&&!e.required)return n();m.required(e,t,r,i,u),t!==void 0&&m.type(e,t,r,i,u)}n(i)}function sl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(I(t)&&!e.required)return n();m.required(e,t,r,i,u),I(t)||m.type(e,t,r,i,u)}n(i)}function ll(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(I(t)&&!e.required)return n();m.required(e,t,r,i,u),t!==void 0&&(m.type(e,t,r,i,u),m.range(e,t,r,i,u))}n(i)}function cl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(I(t)&&!e.required)return n();m.required(e,t,r,i,u),t!==void 0&&(m.type(e,t,r,i,u),m.range(e,t,r,i,u))}n(i)}function fl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(t==null&&!e.required)return n();m.required(e,t,r,i,u,"array"),t!=null&&(m.type(e,t,r,i,u),m.range(e,t,r,i,u))}n(i)}function dl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(I(t)&&!e.required)return n();m.required(e,t,r,i,u),t!==void 0&&m.type(e,t,r,i,u)}n(i)}var pl="enum";function hl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(I(t)&&!e.required)return n();m.required(e,t,r,i,u),t!==void 0&&m[pl](e,t,r,i,u)}n(i)}function vl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(I(t,"string")&&!e.required)return n();m.required(e,t,r,i,u),I(t,"string")||m.pattern(e,t,r,i,u)}n(i)}function yl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(I(t,"date")&&!e.required)return n();if(m.required(e,t,r,i,u),!I(t,"date")){var s;t instanceof Date?s=t:s=new Date(t),m.type(e,s,r,i,u),s&&m.range(e,s.getTime(),r,i,u)}}n(i)}function _l(e,t,n,r,u){var i=[],o=Array.isArray(t)?"array":typeof t;m.required(e,t,r,i,u,o),n(i)}function Dt(e,t,n,r,u){var i=e.type,o=[],s=e.required||!e.required&&r.hasOwnProperty(e.field);if(s){if(I(t,i)&&!e.required)return n();m.required(e,t,r,o,u,i),I(t,i)||m.type(e,t,r,o,u)}n(o)}function gl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(I(t)&&!e.required)return n();m.required(e,t,r,i,u)}n(i)}var Fe={string:ul,method:il,number:ol,boolean:al,regexp:sl,integer:ll,float:cl,array:fl,object:dl,enum:hl,pattern:vl,date:yl,url:Dt,hex:Dt,email:Dt,required:_l,any:gl};function $t(){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 Ot=$t();function Q(e){this.rules=null,this._messages=Ot,this.define(e)}Q.prototype={messages:function(t){return t&&(this._messages=rr($t(),t)),this._messages},define:function(t){if(!t)throw new Error("Cannot configure a schema with no rules");if(typeof t!="object"||Array.isArray(t))throw new Error("Rules must be an object");this.rules={};var n,r;for(n in t)t.hasOwnProperty(n)&&(r=t[n],this.rules[n]=Array.isArray(r)?r:[r])},validate:function(t,n,r){var u=this;n===void 0&&(n={}),r===void 0&&(r=function(){});var i=t,o=n,s=r;if(typeof o=="function"&&(s=o,o={}),!this.rules||Object.keys(this.rules).length===0)return s&&s(),Promise.resolve();function l(d){var _,c=[],p={};function E(B){if(Array.isArray(B)){var F;c=(F=c).concat.apply(F,B)}else c.push(B)}for(_=0;_<d.length;_++)E(d[_]);c.length?p=Ct(c):(c=null,p=null),s(c,p)}if(o.messages){var a=this.messages();a===Ot&&(a=$t()),rr(a,o.messages),o.messages=a}else o.messages=this.messages();var f,h,y={},g=o.keys||Object.keys(this.rules);g.forEach(function(d){f=u.rules[d],h=i[d],f.forEach(function(_){var c=_;typeof c.transform=="function"&&(i===t&&(i=U({},i)),h=i[d]=c.transform(h)),typeof c=="function"?c={validator:c}:c=U({},c),c.validator=u.getValidationMethod(c),c.field=d,c.fullField=c.fullField||d,c.type=u.getType(c),c.validator&&(y[d]=y[d]||[],y[d].push({rule:c,value:h,source:i,field:d}))})});var w={};return Qs(y,o,function(d,_){var c=d.rule,p=(c.type==="object"||c.type==="array")&&(typeof c.fields=="object"||typeof c.defaultField=="object");p=p&&(c.required||!c.required&&d.value),c.field=d.field;function E(N,A){return U(U({},A),{},{fullField:c.fullField+"."+N})}function B(N){N===void 0&&(N=[]);var A=N;if(Array.isArray(A)||(A=[A]),!o.suppressWarning&&A.length&&Q.warning("async-validator:",A),A.length&&c.message!==void 0&&(A=[].concat(c.message)),A=A.map(nr(c)),o.first&&A.length)return w[c.field]=1,_(A);if(!p)_(A);else{if(c.required&&!d.value)return c.message!==void 0?A=[].concat(c.message).map(nr(c)):o.error&&(A=[o.error(c,x(o.messages.required,c.field))]),_(A);var H={};if(c.defaultField)for(var zr in d.value)d.value.hasOwnProperty(zr)&&(H[zr]=c.defaultField);H=U(U({},H),d.rule.fields);for(var pe in H)if(H.hasOwnProperty(pe)){var md=Array.isArray(H[pe])?H[pe]:[H[pe]];H[pe]=md.map(E.bind(null,pe))}var Gr=new Q(H);Gr.messages(o.messages),d.rule.options&&(d.rule.options.messages=o.messages,d.rule.options.error=o.error),Gr.validate(d.value,d.rule.options||o,function(_n){var he=[];A&&A.length&&he.push.apply(he,A),_n&&_n.length&&he.push.apply(he,_n),_(he.length?he:null)})}}var F;c.asyncValidator?F=c.asyncValidator(c,d.value,B,d.source,o):c.validator&&(F=c.validator(c,d.value,B,d.source,o),F===!0?B():F===!1?B(c.message||c.field+" fails"):F instanceof Array?B(F):F instanceof Error&&B(F.message)),F&&F.then&&F.then(function(){return B()},function(N){return B(N)})},function(d){l(d)})},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(x("Unknown rule type %s",t.type));return t.type||"string"},getValidationMethod:function(t){if(typeof t.validator=="function")return t.validator;var n=Object.keys(t),r=n.indexOf("message");return r!==-1&&n.splice(r,1),n.length===1&&n[0]==="required"?Fe.required:Fe[this.getType(t)]||!1}},Q.register=function(t,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");Fe[t]=n},Q.warning=Yn,Q.messages=Ot,Q.validators=Fe;var ml={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 bl(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new Q(e);return n.messages(Object.assign(ml,t)),n}var ir=new qn;function Rt(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function El(e){if(Array.isArray(e))return e}function wl(e){if(Array.isArray(e))return Rt(e)}function or(e,t,n,r,u,i,o){try{var s=e[i](o),l=s.value}catch(a){n(a);return}s.done?t(l):Promise.resolve(l).then(r,u)}function ar(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(l){or(i,r,u,o,s,"next",l)}function s(l){or(i,r,u,o,s,"throw",l)}o(void 0)})}}function Sl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function sr(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Bl(e,t,n){return t&&sr(e.prototype,t),n&&sr(e,n),e}function S(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function lr(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function cr(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Al(){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 Fl(){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 fr(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){S(e,u,n[u])})}return e}function Cl(e){return El(e)||cr(e)||dr(e)||Al()}function Pt(e){return wl(e)||cr(e)||dr(e)||Fl()}function dr(e,t){if(!!e){if(typeof e=="string")return Rt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Rt(e,t)}}function pr(e,t){var n,r,u,i,o={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function s(a){return function(f){return l([a,f])}}function l(a){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return o.label++,{value:a[1],done:!1};case 5:o.label++,r=a[1],a=[0];continue;case 7:a=o.ops.pop(),o.trys.pop();continue;default:if(u=o.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){o=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){o.label=a[1];break}if(a[0]===6&&o.label<u[1]){o.label=u[1],u=a;break}if(u&&o.label<u[2]){o.label=u[2],o.ops.push(a);break}u[2]&&o.ops.pop(),o.trys.pop();continue}a=t.call(e,o)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var P=function(){function t(n){var r=this;Sl(this,t),S(this,"id",void 0),S(this,"name",void 0),S(this,"icon",void 0),S(this,"type",void 0),S(this,"controlType",void 0),S(this,"props",void 0),S(this,"setting",[]),S(this,"fieldType",void 0),S(this,"eventKeys",[]),S(this,"customEvents",[]),S(this,"parent",null),S(this,"slots",void 0),S(this,"slotPosition",void 0),S(this,"updateSetting",vr),S(this,"removeSetting",hr),this._callControlHooks("preInstance",n);var u=lr(this,t)?this.constructor:void 0,i=u.controlName,o=u.controlIcon,s=u.controlType,l=u.controlFieldType,a=u.controlEventKeys,f=u.controlCustomEvents,h=u.name,y=u.setting,g=u.slots,w=u.slotPosition;i&&o&&s||On("The ".concat(h," controlName,controlIcon,controlType is not define"));var d;this.id=(d=n==null?void 0:n.id)!==null&&d!==void 0?d:at(10),this.name=i,this.icon=o;var _;this.type=(_=n==null?void 0:n.type)!==null&&_!==void 0?_:s,this.props=new G(n==null?void 0:n.props,(lr(this,t)?this.constructor:void 0).controlName);var c;this.controlType=(c=n==null?void 0:n.controlType)!==null&&c!==void 0?c:"base",this.setting=z(y);var p;this.fieldType=(p=n==null?void 0:n.fieldType)!==null&&p!==void 0?p:l,this.eventKeys=z(a),this.customEvents=z(f),this.slots=z(g),this.slotPosition=z(w),Promise.resolve().then(function(){r._callControlHooks("postInstance",n)})}return Bl(t,[{key:"rules",get:function(){var r=this.props.constructor.Rules;return r?new r(this.props):{}}},{key:"_callControlHooks",value:function(){for(var r=arguments.length,u=new Array(r),i=0;i<r;i++)u[i]=arguments[i];var o,s=Cl(u),l=s[0],a=s.slice(1);return(o=ir).emit.apply(o,[l,this].concat(Pt(a)))}},{key:"preUpdate",value:function(r,u){this._callControlHooks("preUpdateProps",r,u)}},{key:"postUpdate",value:function(r,u){this._callControlHooks("postUpdateProps",r,u)}},{key:"updateProps",value:function(r,u){this.preUpdate(r,u),xn(this.props,r,u),this.postUpdate(r,u)}},{key:"preValidate",value:function(){var r=this;return ar(function(){var u,i,o;return pr(this,function(s){switch(s.label){case 0:return u=fr({},r.rules),[4,r._callControlHooks("preValidate",u)];case 1:return i=s.sent(),o=i[i.length-1],[2,o===!1?void 0:o]}})})()}},{key:"validate",value:function(r,u){var i=this;return ar(function(){var o,s,l,a;return pr(this,function(f){switch(f.label){case 0:return[4,i.preValidate()];case 1:o=f.sent(),s=o!==void 0?o:fr({},i.rules),Array.isArray(u)&&u.forEach(function(h){s.hasOwnProperty(h)&&delete s[h]}),l=bl(s,r),f.label=2;case 2:return f.trys.push([2,4,,5]),[4,l.validate(i.props)];case 3:return f.sent(),[2,!0];case 4:throw a=f.sent(),a.control||(a.control=i),a;case 5:return[2]}})})()}},{key:"toDataBindModel",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,u=this.fieldType,i=this.id,o=this.type,s=this.props,l=s.dataBind,a=s.datasourceBind,f=s.optionConfig,h=s.caption,y=s.required,g=s.maxLength,w=s.options,d=s.encrypted,_=s.encryptedMode;if(!(!u&&!l&&!a)){var c={parentId:r,fieldType:u,controlId:i,caption:h,type:o,props:{}};switch(l&&(c.dataBind=l),f){case"datasource":case void 0:a&&(c.datasourceBind=a);break;case"custom":c.props.options=w;break}return y!==void 0&&(c.required=y),g!==void 0&&(c.maxLength=g),d!==void 0&&(c.encrypted=d),_!==void 0&&(c.encryptedMode=_),c}}},{key:"preToSchema",value:function(){this._callControlHooks("preToSchema",this)}},{key:"toSchema",value:function(){return this.preToSchema(),{id:this.id,type:this.type,props:z(this.props),fieldType:this.fieldType,controlType:this.controlType}}}],[{key:"updateBasicControl",value:function(r,u){if(r==="setting"){if(u.add){var i;(i=this.setting).push.apply(i,Pt(u.add))}u.remove&&this.removeSettingItem(u.remove),u.update}}}]),t}();S(P,"mode","Designer"),S(P,"slots",void 0),S(P,"slotPosition",void 0),S(P,"controlName","\u63A7\u4EF6"),S(P,"controlIcon","icon"),S(P,"controlType","control"),S(P,"controlFieldType",void 0),S(P,"controlEventKeys",[]),S(P,"controlCustomEvents",[]),S(P,"setting",[]),S(P,"__is_control__",!0),S(P,"removeSettingItem",hr),S(P,"updateSettingItem",vr);function hr(e){var t=this,n=Array.isArray(e)?e:[e];n.forEach(function(r){var u,i=typeof r!="string",o=(u=t.setting)===null||u===void 0?void 0:u.findIndex(function(a){return a.key===(i?r.key:r)});if(o!==-1){var s,l;i?t.setting[o].showItems=(s=t.setting[o].showItems)===null||s===void 0?void 0:s.filter(function(a){return!r.hideItems.includes(a)}):t.setting.splice(o,1),i&&!(!((l=t.setting[o].showItems)===null||l===void 0)&&l.length)&&t.setting.splice(o,1)}})}function vr(e,t){var n=this,r=typeof e=="string"?[e]:e;r.forEach(function(u){var i=n.setting.find(function(a){return a.key===u});if(i){if(typeof t=="boolean")i.visible=t;else if(typeof t=="object"){var o,s=(o=t.type)!==null&&o!==void 0?o:"replace";if(s==="replace")i.showItems=t.showItems;else{var l;(l=i.showItems).push.apply(l,Pt(t.showItems))}}}})}function Il(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function yr(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Dl(e,t,n){return t&&yr(e.prototype,t),n&&yr(e,n),e}function M(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function $l(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var Ce=function(){function t(n){Il(this,t),M(this,"id",void 0),M(this,"type",void 0),M(this,"controlType",void 0),M(this,"props",void 0),M(this,"fieldType",void 0),M(this,"customEvents",[]),M(this,"pageStatus",void 0),M(this,"parent",null);var r=$l(this,t)?this.constructor:void 0,u=r.controlType,i=r.controlFieldType,o=r.name,s=r.controlCustomEvents;u||On("The ".concat(o," controlType is not define"));var l;this.id=(l=n==null?void 0:n.id)!==null&&l!==void 0?l:at(10);var a;this.type=(a=n==null?void 0:n.type)!==null&&a!==void 0?a:u,this.props=new G(n==null?void 0:n.props),this.customEvents=s;var f;this.controlType=(f=n==null?void 0:n.controlType)!==null&&f!==void 0?f:"base";var h;this.fieldType=(h=n==null?void 0:n.fieldType)!==null&&h!==void 0?h:i;var y;this.pageStatus=(y=n==null?void 0:n.pageStatus)!==null&&y!==void 0?y:Et.UNKNOWN}return Dl(t,[{key:"rules",get:function(){var r=this.props.constructor.RuntimeRules;if(r){var u=new r(this.props);return Array.from(u)}return[]}}]),t}();M(Ce,"mode","Runtime"),M(Ce,"controlType","control"),M(Ce,"controlFieldType",void 0),M(Ce,"__is_control__",!0),M(Ce,"controlCustomEvents",[]);function _r(e){return(e==null?void 0:e.dataCode)!==void 0&&(e==null?void 0:e.fieldCode)!==void 0}function D(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function xt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function C(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function je(e){return je=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},je(e)}function Mt(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Tt(e,t)}function Ol(e,t){return t&&(Rl(t)==="object"||typeof t=="function")?t:D(e)}function Tt(e,t){return Tt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Tt(e,t)}function Rl(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Pl(){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 Lt(e){var t=Pl();return function(){var r=je(e),u;if(t){var i=je(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Ol(this,u)}}var xl=function(e){Mt(n,e);var t=Lt(n);function n(r){xt(this,n);var u;u=t.call(this,r),C(D(u),"dataBind",{}),C(D(u),"caption",{type:"string",required:!0,message:j.getMessage("pleaseEnterCaption")}),C(D(u),"isHideCaption",{type:"boolean"}),C(D(u),"labelPosition",{type:"enum",enum:["top","left"]}),C(D(u),"defaultState",{type:"enum",enum:["default","readonly"]}),C(D(u),"required",{type:"boolean"}),C(D(u),"captionTip",{type:"string",required:!1,message:j.getMessage("pleaseEnterCaptionTip")});var i={fieldCode:{type:"string",required:!0,message:j.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:j.getMessage("pleaseEnterFieldCode")}};if(_r(r.dataBind))u.dataBind={type:"object",required:!0,fields:z(i),message:j.getMessage("pleaseEnterFieldCode")};else{var o={type:"object",required:!0,fields:{},message:j.getMessage("pleaseEnterFieldCode")};Object.keys(r.dataBind).forEach(function(s){o.fields[s]={type:"object",required:!0,fields:z(i),message:j.getMessage("pleaseEnterFieldCode")}}),u.dataBind=o}return r.isShowCaptionTip&&(u.captionTip.required=!0),u}return n}(Bt),Ml=function(e){Mt(n,e);var t=Lt(n);function n(r){xt(this,n);var u;u=t.call(this,r);var i=r.isHide?!1:r.required;return i&&u.push({type:"string",required:i,message:r.requiredMessage!==""?r.requiredMessage:j.getMessage("runtimeRequired",{caption:r.caption})}),u}return n}(Qn),jt=function(e){Mt(n,e);var t=Lt(n);function n(r){xt(this,n);var u;u=t.call(this,r),C(D(u),"caption",void 0),C(D(u),"isHideCaption",void 0),C(D(u),"isShowCaptionTip",void 0),C(D(u),"captionTip",void 0),C(D(u),"labelPosition",void 0),C(D(u),"dataBind",void 0),C(D(u),"defaultValue",void 0),C(D(u),"placeholder",void 0),C(D(u),"defaultState",void 0),C(D(u),"required",void 0),C(D(u),"requiredMessage",void 0);var i;u.caption=(i=r==null?void 0:r.caption)!==null&&i!==void 0?i:"";var o;u.isHideCaption=(o=r==null?void 0:r.isHideCaption)!==null&&o!==void 0?o:!1;var s;u.isShowCaptionTip=(s=r==null?void 0:r.isShowCaptionTip)!==null&&s!==void 0?s:!1;var l;u.captionTip=(l=r==null?void 0:r.captionTip)!==null&&l!==void 0?l:"";var a;u.defaultState=(a=r==null?void 0:r.defaultState)!==null&&a!==void 0?a:"default";var f;u.labelPosition=(f=r==null?void 0:r.labelPosition)!==null&&f!==void 0?f:"top";var h;u.placeholder=(h=r==null?void 0:r.placeholder)!==null&&h!==void 0?h:"";var y;u.required=(y=r==null?void 0:r.required)!==null&&y!==void 0?y:!1;var g;u.requiredMessage=(g=r==null?void 0:r.requiredMessage)!==null&&g!==void 0?g:"",u.dataBind=new Kn(r==null?void 0:r.dataBind);var w;return u.defaultValue=(w=r==null?void 0:r.defaultValue)!==null&&w!==void 0?w:"",u}return n}(G);C(jt,"Rules",xl),C(jt,"RuntimeRules",Ml);function qt(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Tl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function qe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ve(e){return Ve=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ve(e)}function Ll(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 jl(e,t){return t&&(ql(t)==="object"||typeof t=="function")?t:qt(e)}function Vt(e,t){return Vt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Vt(e,t)}function ql(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 Ul(e){var t=Vl();return function(){var r=Ve(e),u;if(t){var i=Ve(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return jl(this,u)}}var gr=function(e){Ll(n,e);var t=Ul(n);function n(r){Tl(this,n);var u;return u=t.call(this,r),qe(qt(u),"controlType","form"),qe(qt(u),"props",void 0),u.props=new jt(r==null?void 0:r.props),u}return n}(P);qe(gr,"controlEventKeys",["on_change","on_focus","on_blur"]),qe(gr,"controlCustomAttributes",void 0);function kl(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 Ue(e){return Ue=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ue(e)}function Hl(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 Wl(e,t){return t&&(zl(t)==="object"||typeof t=="function")?t:kl(e)}function Ut(e,t){return Ut=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Ut(e,t)}function zl(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Gl(){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=Gl();return function(){var r=Ue(e),u;if(t){var i=Ue(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Wl(this,u)}}var Xl=function(e){Hl(n,e);var t=Kl(n);function n(r){return Nl(this,n),t.call(this,r)}return n}(G);function kt(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Jl(e){if(Array.isArray(e))return kt(e)}function ne(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function mr(e,t,n,r,u,i,o){try{var s=e[i](o),l=s.value}catch(a){n(a);return}s.done?t(l):Promise.resolve(l).then(r,u)}function Zl(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(l){mr(i,r,u,o,s,"next",l)}function s(l){mr(i,r,u,o,s,"throw",l)}o(void 0)})}}function Ql(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function br(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Yl(e,t,n){return t&&br(e.prototype,t),n&&br(e,n),e}function Y(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ae(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?ae=Reflect.get:ae=function(u,i,o){var s=sc(u,i);if(!!s){var l=Object.getOwnPropertyDescriptor(s,i);return l.get?l.get.call(o||u):l.value}},ae(e,t,n||e)}function ee(e){return ee=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ee(e)}function ec(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 tc(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function nc(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function rc(){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 uc(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){Y(e,u,n[u])})}return e}function ic(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function oc(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ic(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function ac(e,t){return t&&(lc(t)==="object"||typeof t=="function")?t:ne(e)}function Nt(e,t){return Nt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Nt(e,t)}function sc(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=ee(e),e!==null););return e}function Er(e){return Jl(e)||nc(e)||cc(e)||rc()}function lc(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function cc(e,t){if(!!e){if(typeof e=="string")return kt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return kt(e,t)}}function fc(){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 dc(e){var t=fc();return function(){var r=ee(e),u;if(t){var i=ee(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return ac(this,u)}}function pc(e,t){var n,r,u,i,o={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function s(a){return function(f){return l([a,f])}}function l(a){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return o.label++,{value:a[1],done:!1};case 5:o.label++,r=a[1],a=[0];continue;case 7:a=o.ops.pop(),o.trys.pop();continue;default:if(u=o.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){o=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){o.label=a[1];break}if(a[0]===6&&o.label<u[1]){o.label=u[1],u=a;break}if(u&&o.label<u[2]){o.label=u[2],o.ops.push(a);break}u[2]&&o.ops.pop(),o.trys.pop();continue}a=t.call(e,o)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var hc=1e4,wr=function(t){ec(r,t);var n=dc(r);function r(u){Ql(this,r);var i;i=n.call(this,u),Y(ne(i),"controlType","layout"),Y(ne(i),"children",void 0),Y(ne(i),"excludes",void 0),Y(ne(i),"childrenMaxLength",void 0),Y(ne(i),"props",void 0);var o=tc(this,r)?this.constructor:void 0,s=o.excludes,l=o.childrenMaxLength;return i.props=new Xl(u==null?void 0:u.props),mt(ne(i),"children",u==null?void 0:u.children,void 0,"Designer"),i.excludes=z(s),i.childrenMaxLength=l,i}return Yl(r,[{key:"judgeExcludesChildren",value:function(i){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(i)}},{key:"judgeJoinChildren",value:function(i){var o=this.judgeExcludesChildren(i);return o&&this.childrenMaxLength>this.children.length}},{key:"validate",value:function(i,o){var s=this,l=this,a=function(){return ae(ee(r.prototype),"validate",s)};return Zl(function(){return pc(this,function(f){switch(f.label){case 0:return[4,a().call(l,i,o)];case 1:return f.sent(),[4,Promise.all(l.children.map(function(h){return h.validate(i,o)}))];case 2:return f.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,o=ae(ee(r.prototype),"toDataBindModel",this).call(this),s=o?[o]:[];return this.children.reduce(function(l,a){var f=a.toDataBindModel(i);if(Array.isArray(f)){var h=f.filter(function(y){return!!y});return Er(l).concat(Er(h))}return f&&l.push(f),l},s)}},{key:"toSchema",value:function(){var i=ae(ee(r.prototype),"toSchema",this).call(this),o=this.children.map(function(s){var l=s.toSchema();return l});return oc(uc({},i),{children:o})}}]),r}(P);Y(wr,"excludes",!1),Y(wr,"childrenMaxLength",hc);function K(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function vc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function se(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ke(e){return ke=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ke(e)}function yc(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 _c(e,t){return t&&(gc(t)==="object"||typeof t=="function")?t:K(e)}function Ht(e,t){return Ht=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Ht(e,t)}function gc(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function mc(){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 bc(e){var t=mc();return function(){var r=ke(e),u;if(t){var i=ke(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return _c(this,u)}}var Ec=function(e){yc(n,e);var t=bc(n);function n(r,u,i){vc(this,n);var o;o=t.call(this,u),se(K(o),"headers",void 0),se(K(o),"footers",void 0),se(K(o),"pageIndex",void 0),se(K(o),"pageSize",void 0),se(K(o),"pageSizeOptions",void 0),se(K(o),"totalCount",void 0),mt(K(o),"headers",u==null?void 0:u.headers,r,i),mt(K(o),"footers",u==null?void 0:u.footers,r);var s;o.pageIndex=(s=u==null?void 0:u.pageIndex)!==null&&s!==void 0?s:1;var l;o.pageSize=(l=u==null?void 0:u.pageSize)!==null&&l!==void 0?l:20;var a;o.pageSizeOptions=(a=u==null?void 0:u.pageSizeOptions)!==null&&a!==void 0?a:[20];var f;return o.totalCount=(f=u==null?void 0:u.totalCount)!==null&&f!==void 0?f:0,o}return n}(G);function Wt(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function wc(e){if(Array.isArray(e))return Wt(e)}function Ne(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Sr(e,t,n,r,u,i,o){try{var s=e[i](o),l=s.value}catch(a){n(a);return}s.done?t(l):Promise.resolve(l).then(r,u)}function Sc(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(l){Sr(i,r,u,o,s,"next",l)}function s(l){Sr(i,r,u,o,s,"throw",l)}o(void 0)})}}function Bc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Br(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ac(e,t,n){return t&&Br(e.prototype,t),n&&Br(e,n),e}function He(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function le(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?le=Reflect.get:le=function(u,i,o){var s=Oc(u,i);if(!!s){var l=Object.getOwnPropertyDescriptor(s,i);return l.get?l.get.call(o||u):l.value}},le(e,t,n||e)}function te(e){return te=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},te(e)}function Fc(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&zt(e,t)}function Cc(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 Ar(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){He(e,u,n[u])})}return e}function Dc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function Fr(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Dc(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function $c(e,t){return t&&(Rc(t)==="object"||typeof t=="function")?t:Ne(e)}function zt(e,t){return zt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},zt(e,t)}function Oc(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=te(e),e!==null););return e}function Cr(e){return wc(e)||Cc(e)||Pc(e)||Ic()}function Rc(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Pc(e,t){if(!!e){if(typeof e=="string")return Wt(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Wt(e,t)}}function xc(){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=xc();return function(){var r=te(e),u;if(t){var i=te(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return $c(this,u)}}function Tc(e,t){var n,r,u,i,o={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function s(a){return function(f){return l([a,f])}}function l(a){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return o.label++,{value:a[1],done:!1};case 5:o.label++,r=a[1],a=[0];continue;case 7:a=o.ops.pop(),o.trys.pop();continue;default:if(u=o.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){o=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){o.label=a[1];break}if(a[0]===6&&o.label<u[1]){o.label=u[1],u=a;break}if(u&&o.label<u[2]){o.label=u[2],o.ops.push(a);break}u[2]&&o.ops.pop(),o.trys.pop();continue}a=t.call(e,o)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var Lc=function(e){Fc(n,e);var t=Mc(n);function n(r){Bc(this,n);var u;return u=t.call(this,r),He(Ne(u),"controlType","list"),He(Ne(u),"props",void 0),u.props=new Ec(Ne(u),r==null?void 0:r.props,"Designer"),u}return Ac(n,[{key:"validate",value:function(u,i){var o=this,s=this,l=function(){return le(te(n.prototype),"validate",o)};return Sc(function(){return Tc(this,function(a){switch(a.label){case 0:return[4,l().call(s,u)];case 1:return a.sent(),[4,Promise.all(s.props.headers.map(function(f){return f.validate(u,i)}))];case 2:return a.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var u=le(te(n.prototype),"toDataBindModel",this).call(this),i=u?[u]:[],o=this.id;return this.props.headers.reduce(function(s,l){var a=l.toDataBindModel(o);if(Array.isArray(a)){var f=a.filter(function(h){return!!h});return Cr(s).concat(Cr(f))}return a&&s.push(a),s},i)}},{key:"toSchema",value:function(){var u,i,o=le(te(n.prototype),"toSchema",this).call(this),s=this.props.headers.map(function(a){return a.toSchema()}),l=(i=this.props)===null||i===void 0||(u=i.footers)===null||u===void 0?void 0:u.map(function(a){if(a)return a.toSchema()});return Fr(Ar({},o),{props:Fr(Ar({},this.props),{headers:s,footers:l})})}}]),n}(P);He(Lc,"controlFieldType",V.LIST);function T(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ir(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function L(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function We(e){return We=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},We(e)}function Dr(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&&Gt(e,t)}function jc(e,t){return t&&(qc(t)==="object"||typeof t=="function")?t:T(e)}function Gt(e,t){return Gt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Gt(e,t)}function qc(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 $r(e){var t=Vc();return function(){var r=We(e),u;if(t){var i=We(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return jc(this,u)}}var Uc=function(e){Dr(n,e);var t=$r(n);function n(r){Ir(this,n);var u;return u=t.call(this,r),L(T(u),"caption",{type:"string",required:!0,message:j.getMessage("pleaseEnterCaption")}),L(T(u),"width",{type:"number",required:!1,message:j.getMessage("pleaseEnterColumnWidth")}),u.width.required=r.widthType==="px",u}return n}(Bt),kc=function(e){Dr(n,e);var t=$r(n);function n(r){Ir(this,n);var u;u=t.call(this,r),L(T(u),"widthType",void 0),L(T(u),"width",void 0),L(T(u),"caption",void 0),L(T(u),"dataBind",void 0),L(T(u),"autoWidth",void 0),L(T(u),"fixed",void 0),L(T(u),"sort",void 0),L(T(u),"align",void 0),L(T(u),"colSpan",void 0),L(T(u),"autoHeight",void 0);var i;u.width=(i=r==null?void 0:r.width)!==null&&i!==void 0?i:150,u.widthType=(r==null?void 0:r.widthType)||"auto";var o;u.caption=(o=r==null?void 0:r.caption)!==null&&o!==void 0?o:"";var s;u.fixed=(s=r==null?void 0:r.fixed)!==null&&s!==void 0?s:"none",u.autoWidth=new Ls(r==null?void 0:r.autoWidth),u.dataBind=new Kn(r==null?void 0:r.dataBind);var l;u.sort=(l=r==null?void 0:r.sort)!==null&&l!==void 0?l:!0,u.align=r==null?void 0:r.align,u.colSpan=r==null?void 0:r.colSpan;var a;return u.autoHeight=(a=r==null?void 0:r.autoHeight)!==null&&a!==void 0?a:!1,u}return n}(G);L(kc,"Rules",Uc);function Kt(e){return"children"in e&&ie(e.children)}function Or(e){return"headers"in e.props&&ie(e.props.headers)}function Rr(e){return"footers"in e.props&&ie(e.props.footers)}function ze(e,t){Array.isArray(e)&&e.map(n=>{n.type===v.SUBTABLE?ze(n.props.headers,t):Kt(n)?ze(n==null?void 0:n.children,t):n.controlType===R.FORM&&t(n)})}const Nc=[v.AMOUNT,v.CALC,v.DATE_RANGE];V.DECIMAL,V.VARCHAR,V.DECIMAL,V.VARCHAR,V.TIMESTAMP,V.TIMESTAMP;function Hc(e){let t=[];return ze(e,n=>{n.controlType===R.FORM?t.push(n):(n.type,v.SUBTABLE)}),t}function Wc(e,t=""){return!e||!Array.isArray(e)?[]:e.map(n=>{if(!n.dataBind||n.type===v.TITLE)return n;if(Nc.includes(n.type)){const r=n.dataBind;Object.keys(r).forEach(u=>{const i=r[u],o=n.controlId+"_"+u;i.fieldCode=Pr(o),i.dataCode=t})}else n.dataBind.fieldCode=Pr(n.controlId),n.dataBind.dataCode=t;return n})}function Pr(e){const t="field_";return e.startsWith(t)?e:t+e}function Xt(e){return Array.isArray(e)?e.map(t=>t.toSchema()):e.toSchema()}function Jt(e){return Array.isArray(e)?e.map(t=>t.toDataBindModel()).filter(t=>!!t).flat():e.toDataBindModel()}function Zt(e,t,n){return gn(this,null,function*(){return Array.isArray(e)?(yield Promise.all(e.map(u=>u.validate(t,n)))).every(u=>u):yield e.validate(t,n)})}const zc=[v.TITLE,v.GRID_TABLE_COLUMN,v.SUBTABLE_COLUMN,v.OPERATION_COLUMN,v.DATA_VIEW,v.LIST_VIEW,v.HEADER,v.FOOTER,v.SIMPLE_SEARCH,v.ROW,v.GRID_ROW,v.COL,v.GRID,v.DIVIDER,v.TAB_PANE,v.TAB,v.CARD_GROUP,v.ACTION_BAR,v.GRID_LAYOUT_CONTAINER,v.GRID_LAYOUT_WRAP],Gc=[v.CALC],Kc={check:{id:"listPageCheckBtnId",caption:"\u67E5\u770B"},edit:{id:"listPageEditBtnId",caption:"\u7F16\u8F91"},delete:{id:"listPageDeleteBtnId",caption:"\u5220\u9664"}};function Ie(e,t){var r,u,i,o,s,l,a,f,h;const n=[];if(ie(e))n.push(...e.map(y=>Ie(y,t)).flat());else{const y=e.type,{caption:g,content:w}=e.props;let d;if(zc.includes(y))y===v.OPERATION_COLUMN&&Object.entries(Kc).reduce((_,[c,{caption:p,id:E}])=>{var F;const B=e.props[c];return B&&B.isShow&&_.push({controlId:E,caption:p,type:e.type,controlType:e.controlType,parentId:(F=t==null?void 0:t.controlId)!=null?F:null,canEdit:!1,canRead:!1,canHide:!0,group:"element"}),_},n);else if(d={controlId:e.id,caption:g||w||e.name,type:e.type,controlType:e.controlType,parentId:(r=t==null?void 0:t.controlId)!=null?r:null,canEdit:!Gc.includes(y),canRead:!0,canHide:!0,group:"element"},t&&t.type===v.SUBTABLE&&(d.caption=t.caption+"_"+d.caption),y===v.VUE_FORM_ITEM&&(d.caption=e.props.controlExportName||e.name),(e.controlType===R.FORM||e.controlType===R.COLUMN)&&((i=(u=e.props)==null?void 0:u.dataBind)==null?void 0:i.fieldCode)!==void 0&&((s=(o=e.props)==null?void 0:o.dataBind)==null?void 0:s.fieldCode)!==""&&(d.group="field"),n.push(d),y===v.VUE_FORM_ITEM){let _="element";((a=(l=e.props)==null?void 0:l.dataBind)==null?void 0:a.fieldCode)!==void 0&&((h=(f=e.props)==null?void 0:f.dataBind)==null?void 0:h.fieldCode)!==""&&(_="field");const c=e.props.permissions;c==null||c.map(p=>{var E;d={controlId:p.key,caption:p.caption,type:e.type,controlType:e.controlType,parentId:(E=e.id)!=null?E:null,canEdit:!0,canRead:!0,canHide:!0,group:_},n.push(d)})}e.children&&n.push(...e.children.map(_=>Ie(_,t)).flat()),e.controlType===R.LIST&&n.push(...e.props.headers.map(_=>Ie(_,d)).flat())}return n}class ce extends we{constructor(){super("Designer"),this.toolbox=[],this.services={},this.eventLogic=new Ee,this.fieldTypes=V,this.controlSettingMap=new Map,new.target.staticControls.forEach(t=>{const{Designer:n,Setting:r}=t;this.controlSettingMap.set(n.controlType,r)})}registerControl(t){this.constructor.register(t,"Designer");const{Designer:n,Setting:r}=t;this.register(n),this.registeredControlTypes.add(n.controlType),this.controlSettingMap.set(n.controlType,r)}getControlSetting(t){const n=this.controlSettingMap.get(t);return n||null}setInstance(t,n,r){try{if(!t)return;t.updateProps(n,r)}catch(u){throw u}}eachControls(t){this.getControls().forEach(t)}getInitControl(){return[this.createControlInstance("grid")]}checkSchema(...t){return gn(this,null,function*(){return Zt(...t)})}getModelBindInfoList(...t){return Jt(...t)}getSchema(...t){return Xt(...t)}listenControlHook(...t){return ir.on(...t)}}ce.EventLogic=Ee;class Xc{constructor(){this.designer=new ce}ListPageBuilder(){const t=this.designer.createControlInstance(v.LIST_VIEW),n=this.designer.createControlInstance(v.SIMPLE_SEARCH),r=this.designer.createControlInstance(v.GRID_TABLE),u=this.designer.createControlInstance(v.CREATE_FORM_LIST_BUTTON),i=this.designer.createControlInstance(v.IMPORT_RECORD_LIST_BUTTON),o=this.designer.createControlInstance(v.EXPORT_LIST_BUTTON),s=this.designer.createControlInstance(v.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(i),r.children.push(o),r.children.push(s),t.children.push(n),t.children.push(r),t}ProListPageBuilder(){const t=this.designer.createControlInstance(v.LIST_VIEW);t.props.countType="async";const n=this.designer.createControlInstance(v.SIMPLE_SEARCH),r=this.designer.createControlInstance(v.GRID_TABLE),u=this.designer.createControlInstance(v.EXPORT_LIST_BUTTON),i=this.designer.createControlInstance(v.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(i),t.children.push(n),t.children.push(r),t.props.rowStyleRules.push({id:"default",name:"\u5BA1\u6279\u901A\u8FC7\u5355\u636E",color:"theme",filters:[{ruleId:1,symbol:"op_equal",leftVariableBo:{type:"varchar",value:"process_status",name:"\u6D41\u7A0B\u72B6\u6001"},checked:!1,describe:"ruleLine",type:"condition",rightVariableBo:{type:"custom",value:["COMPLETE"],displayBos:[]},isLowPerformance:!1,isMoreRelation:!1}]}),t.props.rowStyleRulesScript.push({id:"default",script:"(params.data['process_status']==='COMPLETE')",color:"theme"}),t}FormPageBuilder(){const t=this.designer.createControlInstance(v.DATA_VIEW),n=this.designer.createControlInstance(v.TITLE),r=this.designer.createControlInstance(v.GRID);return t.children.push(n),t.children.push(r),t}VuePageBuilder(){const t=this.designer.createControlInstance(v.GRID),n=this.designer.createControlInstance(v.VUE_PAGE);return n.props.isHideCaption=!0,n.props.controlExportName="VuePage",t.children.push(n),t}}class xr{constructor(t){var n;this.selected=null,this.selectedInstanceDataScopeParent=null,this.selectedDataScopeFlatInstances=[],this.selectedInstanceSetting=[],this.selectedInstanceSettingItems=[],this.selectedFieldItem=null,this.external={},this.movingInstance=null,this.movingInstanceOldParent=null,this.movingInstanceOldDataScopeParent=null,this.getParentBeforeInstanceMove=(n=t.getParentBeforeInstanceMove)!=null?n:r=>r.parent,this.instance=t.instance,this.getFlatInstances()}get selectedRules(){return this.selected?this.selected.rules:null}get selectedAntdRules(){const t=this.selectedRules;return t||null}setInstances(t){this.instance=t,this.getFlatInstances()}setSelectInstance(t){this.selected=t,this.selectedInstanceDataScopeParent=t?De(t):null,this.selectedDataScopeFlatInstances=this.selectedInstanceDataScopeParent?Lr(this.selectedInstanceDataScopeParent):[]}setSelectInstanceSettings(t){this.selectedInstanceSetting=t,this.selectedInstanceSettingItems=[],this.selectedInstanceSetting.forEach(n=>{this.selectedInstanceSettingItems.push(...this.getSettingItems(n))})}getSettingItems(t){return t.type==="group"?t.items:t.items.reduce((n,r)=>(n.push(...r.items),n),[])}setSelectedFieldItem(t){this.selectedFieldItem=t}setMovingInstance(t){this.movingInstance=t,this.movingInstanceOldParent=t?this.getParentBeforeInstanceMove(t):null,this.movingInstanceOldDataScopeParent=De(t)}updateDataFieldCodeMap(t){const n=De(t);if(!n)return;const r=this.dataFieldCodeMap.get(n.props.datasourceBind.dataCode);if(!!r){for(const[u,i]of r.entries())if(i.id===t.id){r.delete(u);break}Tr(t,this.dataFieldCodeMap)}}getFlatInstances(){const t=[],n=new Map,r=new Map;fe(this.instance,u=>{t.push(u),n.set(u.id,u),Tr(u,r)}),this.flatInstances=t,this.instanceIdMap=n,this.dataFieldCodeMap=r}}function Mr(e,t,n){const{dataCode:r,fieldCode:u}=t;r&&u&&(e.has(r)||e.set(r,new Map),e.get(r).set(u,n))}function Tr(e,t){if(e.controlType===R.FORM){const n=e.props.dataBind;_r(n)?Mr(t,n,e):Object.values(n).forEach(r=>{Mr(t,r,e)})}}function fe(e,t){(Array.isArray(e)?e:[e]).forEach(r=>{var u,i;t(r),Kt(r)&&fe(r.children,t),Or(r)&&fe(r.props.headers,t),Rr(r)&&fe((i=(u=r.props)==null?void 0:u.footers)!=null?i:[],t)})}function Qt(e){return[v.SUBTABLE,v.DATA_VIEW,v.LIST_VIEW].includes(e.type)}function De(e){let t=e?e.parent:null;if(!t)return null;for(;t&&!Qt(t);)t=t.parent;return t}function Lr(e){const t=[e];return fe(e,n=>{n!==e&&t.includes(n.parent)&&!Qt(n)&&t.push(n)}),t}function Jc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function jr(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Zc(e,t,n){return t&&jr(e.prototype,t),n&&jr(e,n),e}function Yt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var X=function(){function e(t){Jc(this,e),Yt(this,"visible",void 0),Yt(this,"expression",void 0),Yt(this,"updateParent",void 0);var n;this.visible=(n=t==null?void 0:t.visible)!==null&&n!==void 0?n:!0;var r;this.expression=(r=t==null?void 0:t.expression)!==null&&r!==void 0?r:!1;var u;this.updateParent=(u=t==null?void 0:t.updateParent)!==null&&u!==void 0?u:!1}return Zc(e,[{key:"isAtomicComponent",get:function(){return!0}}]),e}();function Qc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function qr(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Yc(e,t,n){return t&&qr(e.prototype,t),n&&qr(e,n),e}function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ef=function(){function e(t){Qc(this,e),k(this,"type",void 0),k(this,"label",void 0),k(this,"key",void 0),k(this,"component",void 0),k(this,"effect",void 0),k(this,"scopeEffect",void 0),k(this,"defaultValue",void 0),k(this,"validator",void 0),k(this,"props",void 0),k(this,"effectKeys",void 0),this.type=t.type,this.label=t.label,this.key=t.key,this.component=t.component;var n;this.effect=(n=t.effect)!==null&&n!==void 0?n:{};var r;this.scopeEffect=(r=t.scopeEffect)!==null&&r!==void 0?r:Ga,this.defaultValue=t.defaultValue,this.validator=t.validator;var u;this.props=(u=t.props)!==null&&u!==void 0?u:new X,this.effectKeys=Object.keys(this.effect)}return Yc(e,[{key:"filterEffects",value:function(n){var r=this;return n===""?Object.values(this.effect):this.effectKeys.filter(function(u){var i=new RegExp("^".concat(u,"(\\.\\w+)*$"));return i.test(n)}).map(function(u){return r.effect[u]})}},{key:"callEffectFn",value:function(n,r){try{var u=n.apply(null,r);pt(u)&&Object.assign(this.props,u)}catch(i){be(`effect error
2
+ `.concat(i))}}},{key:"callEffect",value:function(n){for(var r=this,u=arguments.length,i=new Array(u>1?u-1:0),o=1;o<u;o++)i[o-1]=arguments[o];this.filterEffects(n).forEach(function(s){return r.callEffectFn(s,i)})}},{key:"callScopeEffect",value:function(){for(var n=arguments.length,r=new Array(n),u=0;u<n;u++)r[u]=arguments[u];this.callEffectFn(this.scopeEffect,r)}}]),e}();function tf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function re(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Vr=function e(t){tf(this,e),re(this,"type","group"),re(this,"title",void 0),re(this,"required",void 0),re(this,"items",void 0),re(this,"tips",void 0),re(this,"fromId",void 0),re(this,"visible",void 0);var n;this.title=(n=t.title)!==null&&n!==void 0?n:"";var r;this.required=(r=t.required)!==null&&r!==void 0?r:!1,this.items=t.items,this.tips=t.tips,this.visible=t.items.some(function(u){var i;return(i=u.props)===null||i===void 0?void 0:i.visible})};function nf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function en(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function rf(e){return"type"in e&&e.type==="tab"}var $e=function e(t){nf(this,e),en(this,"type","tab"),en(this,"title",void 0),en(this,"items",void 0),this.title=t.title,this.items=t.items};function Ur(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function uf(e){if(Array.isArray(e))return e}function of(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function af(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ge(e){return Ge=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ge(e)}function sf(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&tn(e,t)}function lf(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r=[],u=!0,i=!1,o,s;try{for(n=n.call(e);!(u=(o=n.next()).done)&&(r.push(o.value),!(t&&r.length===t));u=!0);}catch(l){i=!0,s=l}finally{try{!u&&n.return!=null&&n.return()}finally{if(i)throw s}}return r}}function cf(){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 ff(e,t){return t&&(pf(t)==="object"||typeof t=="function")?t:of(e)}function tn(e,t){return tn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},tn(e,t)}function df(e,t){return uf(e)||lf(e,t)||hf(e,t)||cf()}function pf(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function hf(e,t){if(!!e){if(typeof e=="string")return Ur(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ur(e,t)}}function vf(){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 yf(e){var t=vf();return function(){var r=Ge(e),u;if(t){var i=Ge(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return ff(this,u)}}var _f=function(e){sf(n,e);var t=yf(n);function n(r){af(this,n);var u;return u=t.call(this,r),pt(r)&&Object.entries(r).forEach(function(i){var o=df(i,2),s=o[0],l=o[1];u[s]=l}),u}return n}(X);function Oe(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 Ke(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Xe(e){return Xe=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Xe(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&&nn(e,t)}function bf(e,t){return t&&(Ef(t)==="object"||typeof t=="function")?t:Oe(e)}function nn(e,t){return nn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},nn(e,t)}function Ef(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function wf(){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 Sf(e){var t=wf();return function(){var r=Xe(e),u;if(t){var i=Xe(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return bf(this,u)}}var Bf=function(e){mf(n,e);var t=Sf(n);function n(r){gf(this,n);var u;u=t.call(this,r),Ke(Oe(u),"maxLength",void 0),Ke(Oe(u),"minLength",void 0),Ke(Oe(u),"placeholder",void 0),Ke(Oe(u),"i18n",void 0);var i;u.maxLength=(i=r==null?void 0:r.maxLength)!==null&&i!==void 0?i:"";var o;u.minLength=(o=r==null?void 0:r.minLength)!==null&&o!==void 0?o:"";var s;u.placeholder=(s=r==null?void 0:r.placeholder)!==null&&s!==void 0?s:"";var l;return u.i18n=(l=r==null?void 0:r.i18n)!==null&&l!==void 0?l:!1,u}return n}(X);function Je(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Af(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function rn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ze(e){return Ze=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ze(e)}function Ff(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&un(e,t)}function Cf(e,t){return t&&(If(t)==="object"||typeof t=="function")?t:Je(e)}function un(e,t){return un=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},un(e,t)}function If(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 $f(e){var t=Df();return function(){var r=Ze(e),u;if(t){var i=Ze(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Cf(this,u)}}var Of=function(e){Ff(n,e);var t=$f(n);function n(r){Af(this,n);var u;u=t.call(this,r),rn(Je(u),"max",void 0),rn(Je(u),"min",void 0),rn(Je(u),"placeholder",void 0);var i;u.max=(i=r==null?void 0:r.max)!==null&&i!==void 0?i:"";var o;u.min=(o=r==null?void 0:r.min)!==null&&o!==void 0?o:"";var s;return u.placeholder=(s=r==null?void 0:r.placeholder)!==null&&s!==void 0?s:"",u}return n}(X);function Qe(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Rf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function on(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ye(e){return Ye=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ye(e)}function Pf(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&&an(e,t)}function xf(e,t){return t&&(Mf(t)==="object"||typeof t=="function")?t:Qe(e)}function an(e,t){return an=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},an(e,t)}function Mf(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Tf(){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=Tf();return function(){var r=Ye(e),u;if(t){var i=Ye(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return xf(this,u)}}var jf=function(e){Pf(n,e);var t=Lf(n);function n(r){Rf(this,n);var u;u=t.call(this,r),on(Qe(u),"showType",void 0),on(Qe(u),"tips",void 0),on(Qe(u),"disabled",void 0);var i;u.showType=(i=r==null?void 0:r.showType)!==null&&i!==void 0?i:"switch";var o;u.tips=(o=r==null?void 0:r.tips)!==null&&o!==void 0?o:"";var s;return u.disabled=(s=r==null?void 0:r.disabled)!==null&&s!==void 0?s:!1,u}return n}(X);function kr(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function qf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Vf(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function et(e){return et=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},et(e)}function Uf(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&&sn(e,t)}function kf(e,t){return t&&(Nf(t)==="object"||typeof t=="function")?t:kr(e)}function sn(e,t){return sn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},sn(e,t)}function Nf(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Hf(){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 Wf(e){var t=Hf();return function(){var r=et(e),u;if(t){var i=et(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return kf(this,u)}}var zf=function(e){Uf(n,e);var t=Wf(n);function n(r){qf(this,n);var u;u=t.call(this,r),Vf(kr(u),"options",void 0);var i;return u.options=(i=r==null?void 0:r.options)!==null&&i!==void 0?i:[],u}return n}(X);function ln(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 Nr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function tt(e){return tt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},tt(e)}function Kf(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&&cn(e,t)}function Xf(e,t){return t&&(Jf(t)==="object"||typeof t=="function")?t:ln(e)}function cn(e,t){return cn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},cn(e,t)}function Jf(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Zf(){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 Qf(e){var t=Zf();return function(){var r=tt(e),u;if(t){var i=tt(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Xf(this,u)}}var Yf=function(e){Kf(n,e);var t=Qf(n);function n(r){Gf(this,n);var u;u=t.call(this,r),Nr(ln(u),"placeholder",void 0),Nr(ln(u),"options",void 0);var i;u.placeholder=(i=r==null?void 0:r.placeholder)!==null&&i!==void 0?i:"";var o;return u.options=(o=r==null?void 0:r.options)!==null&&o!==void 0?o:[],u}return n}(X);function fn(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ed(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Hr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function nt(e){return nt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},nt(e)}function td(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&&dn(e,t)}function nd(e,t){return t&&(rd(t)==="object"||typeof t=="function")?t:fn(e)}function dn(e,t){return dn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},dn(e,t)}function rd(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function ud(){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 id(e){var t=ud();return function(){var r=nt(e),u;if(t){var i=nt(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return nd(this,u)}}var od=function(e){td(n,e);var t=id(n);function n(r){ed(this,n);var u;u=t.call(this,r),Hr(fn(u),"options",void 0),Hr(fn(u),"showType",void 0);var i;u.options=(i=r==null?void 0:r.options)!==null&&i!==void 0?i:[];var o;return u.showType=(o=r==null?void 0:r.showType)!==null&&o!==void 0?o:"outline",u}return n}(X);function ue(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ad(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function de(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function rt(e){return rt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},rt(e)}function sd(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&&pn(e,t)}function ld(e,t){return t&&(cd(t)==="object"||typeof t=="function")?t:ue(e)}function pn(e,t){return pn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},pn(e,t)}function cd(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function fd(){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 dd(e){var t=fd();return function(){var r=rt(e),u;if(t){var i=rt(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return ld(this,u)}}var pd=function(e){sd(n,e);var t=dd(n);function n(r){ad(this,n);var u;u=t.call(this,r),de(ue(u),"maxLength",void 0),de(ue(u),"minLength",void 0),de(ue(u),"placeholder",void 0),de(ue(u),"i18n",void 0),de(ue(u),"maxRows",void 0),de(ue(u),"minRows",void 0);var i;u.maxLength=(i=r==null?void 0:r.maxLength)!==null&&i!==void 0?i:"";var o;u.minLength=(o=r==null?void 0:r.minLength)!==null&&o!==void 0?o:"";var s;u.placeholder=(s=r==null?void 0:r.placeholder)!==null&&s!==void 0?s:"";var l;u.maxRows=(l=r==null?void 0:r.maxRows)!==null&&l!==void 0?l:"";var a;u.minRows=(a=r==null?void 0:r.minRows)!==null&&a!==void 0?a:"";var f;return u.i18n=(f=r==null?void 0:r.i18n)!==null&&f!==void 0?f:!1,u}return n}(X);function hd(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function hn(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){hd(e,u,n[u])})}return e}function vd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function vn(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):vd(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function yd(e,t){switch(e){case"input":return new Bf(t);case"textarea":return new pd(t);case"input-number":return new Of(t);case"switch":return new jf(t);case"radio":return new od(t);case"checkbox":return new zf(t);case"select":return new Yf(t);default:return new _f(t)}}function _d(e){return function(t){var n=e.get(t);if(!!n)return new ef(vn(hn({},n),{props:yd(n.component,"props"in n?n.props:void 0)}))}}function gd(e){var t=e.fields.reduce(function(u,i){return u.set(i.key,i),u},new Map);function n(u){return new Vr(vn(hn({},u),{items:u.items.map(_d(t)).filter(Boolean)}))}function r(u){return u.map(n)}return e.groups.map(function(u){return rf(u)?new $e(vn(hn({},u),{items:r(u.items)})):n(u)})}let yn="";class Wr extends qn{constructor(t){super(),this.isMounted=!1,this.id=at(8),this.__pluginsApplied=!1,this.getSchema=Xt,this.getModelBindInfoList=Jt,this.generatePermissions=Ie,this.$options=Object.freeze(t);const{autoMount:n=!1,Designer:r=ce,schema:u,mode:i="form",store:o={}}=this.$options;this.eventLogic=new Ee,this.designer=new r,this.store=new xr(ve({instance:this.designer.createControl(Array.isArray(u)?u:[u])},o)),this.mode=i,n&&this.mount()}mount(){const{plugins:t=[]}=this.$options;this.__plugins=t,this.applyPlugins(),this.isMounted=!0}use(t){return this.__pluginsApplied||this.__plugins.push(t),this}applyPlugins(){this.__pluginsApplied||(this.__plugins.forEach(t=>{var n;try{yn=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this),yn=""}catch(r){be(`${yn||t.constructor.name} Plugin apply Error
3
+ ${r}`)}}),this.__pluginsApplied=!0)}emit(t,...n){return super.emit(t,n)}on(t,n){return super.on(t,n)}setInstances(t,n){this.store.setInstances(this.designer.createControl(Array.isArray(t)?t:[t],n))}beforeSelectInstance(){this.store.setSelectInstance(null),this.setSelectedFieldItem(null),this.store.setSelectInstanceSettings([])}afterSelectInstance(){const t=this.store.selected;!t||(this.setSelectedInstanceSetting(),this.emit("select",{instance:t}))}setSelectedInstanceSetting(){var u,i;const t=this.store.selected;if(!t)return;let n=this.getControlSetting(t.type);if(((u=t.parent)==null?void 0:u.controlType)===R.WRAP){const o=this.getControlSetting((i=t.parent)==null?void 0:i.type);n=this.concatSetting(n,o,t.parent.id)}this.store.setSelectInstanceSettings(n),this.callSelectedEffect("");const r={from:null,current:this.store.selectedInstanceDataScopeParent,oldParent:null,newParent:t.parent};this.callSelectedScopeEffect(r)}concatSetting(t,n,r){var i,o,s,l,a,f,h,y;let u=t;if(((i=t[0])==null?void 0:i.type)==="tab"&&((o=n[0])==null?void 0:o.type)==="tab"){const g=t,w=n.slice(0);u=g.map((d,_)=>{const c=new $e(d),p=w.findIndex(B=>B.title===d.title);if(p===-1)return c;const E=w.splice(p,1)[0];return E&&(c.items=[...this.formatGroupSetting(E.items,r),...c.items]),c}),w.length&&(u=[...u,...w.map(d=>this.formatGroupSetting(d,r))])}else if(((s=t[0])==null?void 0:s.type)==="group"&&((l=n[0])==null?void 0:l.type)==="group"){const g=t,w=n;u=[...this.formatGroupSetting(w,r),...g]}else if(((a=t[0])==null?void 0:a.type)==="tab"&&((f=n[0])==null?void 0:f.type)==="group"){const g=t,w=n;u=g.map((d,_)=>{const c=new $e(d);return _===0&&(c.items=[...this.formatGroupSetting(w,r),...c.items]),c})}else if(((h=t[0])==null?void 0:h.type)==="group"&&((y=n[0])==null?void 0:y.type)==="tab"){const g=t;u=n.map((d,_)=>{const c=new $e(d);return _===0&&(c.items=[...c.items,...this.formatGroupSetting(g,r)]),c})}return u}formatGroupSetting(t,n){if(ie(t))return t.map(r=>{const u=new Vr(r);return u.fromId=n,u});{const r=new $e(t);return r.items=this.formatGroupSetting(r.items,n),r}}setControlConfig(...t){return this.designer.registerControlConfig(...t)}getControlConfig(t){return this.designer.getControlConfig(t)}getControlSetting(t){const n=this.designer.getControlSetting(t);return n?gd(n):[]}selectInstance(t){this.beforeSelectInstance(),this.store.setSelectInstance(t),this.afterSelectInstance()}setSelectedFieldItem(t){this.store.setSelectedFieldItem(t),this.callSelectedEffect("dataBind",{fieldItem:t})}moveStart(t){const n=this.getInstance(t);n&&this.store.setMovingInstance(n)}moveEnd(t=this.store.movingInstance){var l;if(t===null)return;const n=this.getInstance(t);if(!n)return;const r=this.store.movingInstanceOldDataScopeParent,u=De(n),i=this.store.movingInstanceOldParent,o=n.parent;this.store.setMovingInstance(null),n.id!==((l=this.store.selected)==null?void 0:l.id)?this.selectInstance(n):this.store.setSelectInstance(n),this.store.getFlatInstances();const s={from:r,current:u,oldParent:i,newParent:o};this.callSelectedScopeEffect(s),i?this.emit("moved",ve({},s)):this.emit("joined",ve({},s))}createInstance(t,n){return this.designer.createControlInstance(t,n)}getInstance(t){return typeof t=="string"?this.store.instanceIdMap.get(t):t}getInstances(){return this.store.flatInstances}getInstancesFromType(t){return this.getInstances().filter(n=>n.type===t)}getDataScopeInstances(){return this.store.selectedDataScopeFlatInstances}getDataScopeInstancesFromType(t){return this.getDataScopeInstances().filter(n=>n.type===t)}updateInstancePropValue(t,n,r,u){var o;!xn(t.props,n,r)||(n.startsWith("dataBind")&&this.store.updateDataFieldCodeMap(t),t.id===((o=this.store.selected)==null?void 0:o.id)&&this.callSelectedEffect(n,u),this.emit("updated",{instance:t,propName:n,value:r}))}updateInstanceProps(t,n,r,u=""){Object.entries(n).forEach(([i,o])=>{const s=`${u?u+".":""}${i}`;ys(o)?this.updateInstanceProps(t,o,r,s):this.updateInstancePropValue(t,s,o,r)})}setInstance(t,n,r,u){ht(n)?this.updateInstancePropValue(t,String(n),r,u):this.updateInstanceProps(t,n,r)}removeInstance(t){const n=t.parent;if(!n)return;const r=n.controlType===R.LIST&&n.props.headers.includes(t)?n.props.headers:n.children,u=r.findIndex(i=>i===t);u>-1&&r.splice(u,1),this.store.getFlatInstances(),this.emit("removed",{instance:t,index:u,parent:n})}replaceInstance(t,n){const r=t.parent;if(!r)return;const u=r.controlType===R.LIST&&r.props.headers.includes(t)?r.props.headers:r.children,i=u.findIndex(o=>o===t);i>-1&&u.splice(i,1,n),this.store.getFlatInstances()}updateInstanceType(t,n){const r=t.toSchema(),u=this.createInstance(n,{id:r.id,props:r.props});if(!u){xe(`can\u2018t update instance type to ${n}`);return}return u}validate(t,n){return Zt(this.store.instance,t,n)}getCustomControlsInUse(){return this.getInstances().filter(this.assertInstanceIsCustomControl).reduce((t,n)=>(t.includes(n.type)||t.push(n.type),t),[])}assertInstanceIsCustomControl(t){return!_s(ht(t)?t:t.type)}static register(...t){return ce.register(...t),this}static judgeControlIsRegistered(t){return ce.staticRegisteredTypes.has(t.Designer.controlType)}judgeControlIsRegistered(t){return this.designer.registeredControlTypes.has(t.Designer.controlType)}register(...t){return this.designer.registerControl(t[0]),this}assertInstance(t,n){return ht(n)?t.type===n:n.includes(t.type)}getInstanceInListControl(t){let n=t;for(;n;){if(n.controlType===R.LIST)return!0;n=n.parent}return!1}getInstanceParentControl(t,n){if(!!t.parent)return this.assertInstance(t.parent,n)?t.parent:this.getInstanceParentControl(t.parent,n)}callSelectedEffect(t,n={}){this.store.selectedInstanceSettingItems.forEach(r=>{r.callEffect(t,this,ve({control:this.store.selected},n))})}callSelectedScopeEffect(t={}){this.store.selectedInstanceSettingItems.forEach(n=>{n.callScopeEffect(this,ve({control:this.store.selected},t))})}}Wr.EventLogic=Ee,b.Builder=Xc,b.Designer=ce,b.Driven=Wr,b.Store=xr,b.checkSchema=Zt,b.fillModelBindInfoListFieldCode=Wc,b.findInstanceDataScopeParent=De,b.generatePermissions=Ie,b.getDataScopeFlatInstances=Lr,b.getMasterFormControls=Hc,b.getModelBindInfoList=Jt,b.hasChildrenControl=Kt,b.hasFooterControl=Rr,b.hasHeaderControl=Or,b.isDataScopeInstance=Qt,b.loop=fe,b.loopFormControl=ze,b.toSchema=Xt,Object.defineProperty(b,"__esModule",{value:!0})});
@@ -1,24 +1,10 @@
1
- import { Schema, ControlsKeys, ColumnControlsKeys, DataBindModelType, ControlDesignerInstance, DesignerColumnControl, DesignerControl, DesignerFormControl, Messages } from '@byteluck-fe/model-driven-core';
2
- import { FieldTypes } from '@byteluck-fe/model-driven-shared';
1
+ import { Schema, ControlsKeys, DataBindModelType, DesignerControl, DesignerFormControl, Messages } from '@byteluck-fe/model-driven-core';
3
2
  export declare function getMasterFormControls(controls: DesignerControl[]): DesignerFormControl[];
4
3
  /**
5
4
  * @description 给modelBindInfoList中填充fieldCode和dataCode
6
5
  * @description 我们生成fieldCode的规则是:DataBind的控件,取`field_${id}`,ObjectDataBind的控件,取`field_${id}_${key}`, key指的是ObjectDataBind.keys()
7
6
  * */
8
7
  export declare function fillModelBindInfoListFieldCode(modelBindInfoList: DataBindModelType[], dataCode?: string): DataBindModelType[];
9
- /**
10
- * @description 通过fieldType获取列表表头的type
11
- * */
12
- export declare function getColumnTypeFromFiledType(fieldType: string): ColumnControlsKeys | undefined;
13
- /**
14
- * @description 通过modelBindInfoList生成多个columns
15
- * */
16
- export declare function getColumnsFromModelBindInfoList(modelBindInfoList: DataBindModelType[]): DesignerColumnControl[];
17
- /**
18
- * @description 通过fieldType获取列实例
19
- * */
20
- export declare function getColumnsFromFiledType(fieldTypes: FieldTypes[]): ControlDesignerInstance<ColumnControlsKeys>[];
21
- export declare function getColumnsFromFiledType(fieldType: FieldTypes): ControlDesignerInstance<ColumnControlsKeys>;
22
8
  /**
23
9
  * @description 将控件实例转换为schema
24
10
  * */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-driven",
3
- "version": "2.10.0-alpha.2",
3
+ "version": "2.10.0-alpha.21",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -26,10 +26,10 @@
26
26
  "postpublish": "node ../../scripts/postpublish.js"
27
27
  },
28
28
  "dependencies": {
29
- "@byteluck-fe/model-driven-controls": "2.10.0-alpha.2",
30
- "@byteluck-fe/model-driven-core": "2.10.0-alpha.2",
31
- "@byteluck-fe/model-driven-settings": "2.10.0-alpha.2",
32
- "@byteluck-fe/model-driven-shared": "2.10.0-alpha.2"
29
+ "@byteluck-fe/model-driven-controls": "2.10.0-alpha.21",
30
+ "@byteluck-fe/model-driven-core": "2.10.0-alpha.21",
31
+ "@byteluck-fe/model-driven-settings": "2.10.0-alpha.21",
32
+ "@byteluck-fe/model-driven-shared": "2.10.0-alpha.21"
33
33
  },
34
- "gitHead": "6eedd415a56c7733be3fd217ea863ce2965ac818"
34
+ "gitHead": "f44631aae81dbf3877f582f8f36bd5b4465b929b"
35
35
  }