@byteluck-fe/model-driven-driven 2.7.0-alpha.7 → 2.7.0-alpha.9

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.
@@ -317,7 +317,7 @@ var Driven = /**
317
317
  {
318
318
  key: "setSelectedInstanceSetting",
319
319
  value: function setSelectedInstanceSetting() {
320
- var ref, ref1;
320
+ var ref;
321
321
  var instance = this.store.selected;
322
322
  if (!instance) {
323
323
  return;
@@ -326,19 +326,11 @@ var Driven = /**
326
326
  // console.log('iswrap:', instance.parent?.controlType, instance.parent)
327
327
  // if (instance.parent instanceof DesignerWrapControl) {
328
328
  // 如果父控件为自定义控件wrapper
329
- if (((ref = instance.parent) === null || ref === void 0 ? void 0 : ref.controlType) === CONTROL_BASE_TYPE.WRAP && Array.isArray(instance.parent.setting) && !instance.parent.setting.length) {
330
- var ref2;
331
- var wrapSetting = this.getControlSetting((ref2 = instance.parent) === null || ref2 === void 0 ? void 0 : ref2.type);
329
+ if (((ref = instance.parent) === null || ref === void 0 ? void 0 : ref.controlType) === CONTROL_BASE_TYPE.WRAP) {
330
+ var ref1;
331
+ var wrapSetting = this.getControlSetting((ref1 = instance.parent) === null || ref1 === void 0 ? void 0 : ref1.type);
332
332
  setting = this.concatSetting(setting, wrapSetting, instance.parent.id);
333
333
  }
334
- // 如果父控件为grid-layout-wrap(可同时作为表单控件和自定义控件父级)
335
- if (((ref1 = instance.parent) === null || ref1 === void 0 ? void 0 : ref1.controlType) === CONTROL_BASE_TYPE.WRAP && !Array.isArray(instance.parent.setting)) {
336
- var ref3;
337
- var wrapSetting1 = initSettings((ref3 = instance.parent) === null || ref3 === void 0 ? void 0 : ref3.setting);
338
- if (setting[0].items) {
339
- setting = this.concatSetting(setting, wrapSetting1, instance.parent.id);
340
- }
341
- }
342
334
  this.store.setSelectInstanceSettings(setting);
343
335
  this.callSelectedEffect('');
344
336
  // 选中触发scopeEffect
@@ -354,10 +346,10 @@ var Driven = /**
354
346
  {
355
347
  key: "concatSetting",
356
348
  value: function concatSetting(settings, otherSettings, settingFromId) {
357
- var ref, ref4, ref5, ref6;
349
+ var ref, ref2, ref3, ref4, ref5, ref6, ref7, ref8;
358
350
  var result1 = settings;
359
351
  // tab
360
- if (((ref = settings[0]) === null || ref === void 0 ? void 0 : ref.type) === 'tab' && ((ref4 = otherSettings[0]) === null || ref4 === void 0 ? void 0 : ref4.type) === 'tab') {
352
+ if (((ref = settings[0]) === null || ref === void 0 ? void 0 : ref.type) === 'tab' && ((ref2 = otherSettings[0]) === null || ref2 === void 0 ? void 0 : ref2.type) === 'tab') {
361
353
  var _this = this;
362
354
  var tabSettings = settings;
363
355
  var otherTabSettings = otherSettings.slice(0);
@@ -382,12 +374,33 @@ var Driven = /**
382
374
  })));
383
375
  }
384
376
  // group
385
- } else if (((ref5 = settings[0]) === null || ref5 === void 0 ? void 0 : ref5.type) === 'group' && ((ref6 = otherSettings[0]) === null || ref6 === void 0 ? void 0 : ref6.type) === 'group') {
377
+ } else if (((ref3 = settings[0]) === null || ref3 === void 0 ? void 0 : ref3.type) === 'group' && ((ref4 = otherSettings[0]) === null || ref4 === void 0 ? void 0 : ref4.type) === 'group') {
386
378
  var groupSettings = settings;
387
379
  var otherGroupSettings = otherSettings;
388
380
  result1 = _toConsumableArray(this.formatGroupSetting(otherGroupSettings, settingFromId)).concat(_toConsumableArray(groupSettings));
389
- } else {
390
- // 一个是tab,一个是group,暂时不支持
381
+ // 当前控件setting是tab,合并控件setting是group
382
+ } else if (((ref5 = settings[0]) === null || ref5 === void 0 ? void 0 : ref5.type) === 'tab' && ((ref6 = otherSettings[0]) === null || ref6 === void 0 ? void 0 : ref6.type) === 'group') {
383
+ var _this2 = this;
384
+ var tabSettings1 = settings;
385
+ var otherGroupSettings1 = otherSettings;
386
+ result1 = tabSettings1.map(function(tab, index) {
387
+ var result = new Tab(tab);
388
+ if (index === 0) {
389
+ result.items = _toConsumableArray(_this2.formatGroupSetting(otherGroupSettings1, settingFromId)).concat(_toConsumableArray(result.items));
390
+ }
391
+ return result;
392
+ });
393
+ } else if (((ref7 = settings[0]) === null || ref7 === void 0 ? void 0 : ref7.type) === 'group' && ((ref8 = otherSettings[0]) === null || ref8 === void 0 ? void 0 : ref8.type) === 'tab') {
394
+ var _this3 = this;
395
+ var groupSettings1 = settings;
396
+ var otherTabSettings1 = otherSettings;
397
+ result1 = otherTabSettings1.map(function(tab, index) {
398
+ var result = new Tab(tab);
399
+ if (index === 0) {
400
+ result.items = _toConsumableArray(result.items).concat(_toConsumableArray(_this3.formatGroupSetting(groupSettings1, settingFromId)));
401
+ }
402
+ return result;
403
+ });
391
404
  }
392
405
  return result1;
393
406
  }
package/dist/index.umd.js CHANGED
@@ -1,3 +1,3 @@
1
- var Ui=Object.defineProperty;var gt=Object.getOwnPropertySymbols;var ji=Object.prototype.hasOwnProperty,ki=Object.prototype.propertyIsEnumerable;var mt=(h,B,A)=>B in h?Ui(h,B,{enumerable:!0,configurable:!0,writable:!0,value:A}):h[B]=A,L=(h,B)=>{for(var A in B||(B={}))ji.call(B,A)&&mt(h,A,B[A]);if(gt)for(var A of gt(B))ki.call(B,A)&&mt(h,A,B[A]);return h};var Te=(h,B,A)=>new Promise((z,G)=>{var se=R=>{try{P(A.next(R))}catch(O){G(O)}},le=R=>{try{P(A.throw(R))}catch(O){G(O)}},P=R=>R.done?z(R.value):Promise.resolve(R.value).then(se,le);P((A=A.apply(h,B)).next())});(function(h,B){typeof exports=="object"&&typeof module!="undefined"?B(exports,require("regenerator-runtime")):typeof define=="function"&&define.amd?define(["exports","regenerator-runtime"],B):(h=typeof globalThis!="undefined"?globalThis:h||self,B(h.modelDrivenDriven={},h.regeneratorRuntime))})(this,function(h,B){"use strict";function A(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var z=A(B),G="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",se="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",le="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",P="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",R="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",O="{caption}\u5FC5\u586B",Bt="\u8BF7\u8F93\u5165\u6807\u9898",At="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",It="\u8BF7\u8F93\u5165\u884C\u6807\u9898",Ct="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",Ft="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",St="\u8BF7\u7ED1\u5B9A\u8868\u5355",bt="\u8BF7\u7ED1\u5B9A\u5217\u8868",_t="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",Dt="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Rt="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",wt="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",$t="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",Mt="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Lt="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",Pt="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Ot="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",Tt="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",Ut="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",jt="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",kt="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",xt="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Nt="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Vt="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Ht="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Wt="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",zt="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Gt="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",qt="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",Kt="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Xt="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Jt="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Qt="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Zt="\u8BF7\u9009\u62E9\u7701",Yt="\u8BF7\u9009\u62E9\u5E02",en="\u8BF7\u9009\u62E9\u533A",tn="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",nn="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",rn="\u8BF7\u8F93\u5165\u5217\u5BBD",un="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",an="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",on="\u8BF7\u9009\u62E9\u63A7\u4EF6",sn="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",ln="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",cn="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",fn="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",pn="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",hn="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",dn="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",vn="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",En="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",yn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",gn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",mn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Bn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",An="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",In="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Cn="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Fn="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Sn="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",bn="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",_n="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Dn="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Rn={isNotNumber:G,isNotString:se,isNotObject:le,isNotArray:P,isNotBoolean:R,runtimeRequired:O,pleaseEnterCaption:Bt,pleaseEnterCaptionTip:At,pleaseEnterRowCaption:It,pleaseEnterPlaceholder:Ct,pleaseEnterFieldCode:Ft,pleaseEnterForm:St,pleaseEnterList:bt,pleaseEnterProcess:_t,pleaseEnterLabel:Dt,pleaseEnterValue:Rt,bizKeyNotBindFiled:wt,pleaseSelectOneField:$t,pleaseEnterNumberRange:Mt,pleaseEnterAValueGreaterThanMin:Lt,pleaseEnterAValueLessThanMax:Pt,numberRangeSetError:Ot,stringRangeError:Tt,attachmentMaxSize:Ut,pleaseEnterTotalScoreSetting:jt,theTotalScoreMustNotBeLessThan1:kt,scoreDefaultValueRange:xt,attachmentLimitError:Nt,PleaseReselectTheOptionalQuantity:Vt,TheMaximumLengthIsGreaterThanTheMinimumLength:Ht,TheMinimumLengthIsGreaterThanTheMaximumLength:Wt,PleaseSelectTheCorrectOptionSettings:zt,optionIdIsRepeat:Gt,optionIsRequired:qt,pleaseEnterDataCode:Kt,pleaseEnterValueFieldCode:Xt,pleaseEnterSvcCode:Jt,pleaseBindAtLeastOneDisplayValue:Qt,pleaseSelectProvince:Zt,pleaseSelectCity:Yt,pleaseSelectDistrict:en,limitRowsCannotBeLessThan0:tn,TheNumberOfRowsCannotBeLessThanMinRows:nn,pleaseEnterColumnWidth:rn,pleaseSetTheLogicalRelationshipOfAllRuleConditions:un,pleaseCompleteAllRulesAndConditions:an,pleaseSelectControl:on,pleaseSelectAtLeastOneColumn:sn,pleaseSelectFillBackMode:ln,pleaseSelectDashboard:cn,rootNodeIsRequired:fn,theViewNameCannotBeEmpty:pn,pleaseSelectOcrType:hn,pleaseSelectAtLeastOneFieldToFillIn:dn,pleaseChooseAtLeastOne:vn,pleaseEnterButtonContent:En,pleaseEnterDataCodeInDataSetting:yn,pleaseEnterValueFieldCodeInDataSetting:gn,pleaseEnterSvcCodeInDataSetting:mn,pleaseBindAtLeastOneDisplayValueInDataSetting:Bn,rootNodeIsRequiredInDataSetting:An,pleaseEnterMaxHeight:In,pleaseEnter:Cn,pleaseEnterWatermark:Fn,pleaseEnterFileName:Sn,pleaseUploadAtLeastOnePrintTemplate:bn,pleaseAssignBusiness:_n,pleaseAssignExternal:Dn},wn="Please enter a number",$n="Please enter a string",Mn="Please enter an object",Ln="Please enter an array",Pn="Please enter a boolean",On="{caption} Required",Tn="Please enter the title",Un="Please enter the bubble prompt",jn="Please enter the row title",kn="Please enter the prompt text",xn="Please bind data items",Nn="Please bind the form",Vn="Please bind the list",Hn="Please bind the process",Wn="Please enter the displayed value",zn="Please enter the stored value",Gn="The document number is not bound to the data item",qn="Please select at least one display field",Kn="Please enter a value greater than or equal to {min} and less than or equal to {max}",Xn="Please enter a value greater than or equal to {min}",Jn="Please enter a value less than or equal to {max}",Qn="The value range is set incorrectly",Zn="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Yn="The attachment size must be between 0MB and 1000MB",er="Please fill in the total score setting",tr="The total score cannot be less than 1",nr="The default value must be between {min} and {max}",rr="The number of attachments uploaded must be between {min} and {max}",ur="Please re-select the optional quantity",ar="The maximum length of the control must be greater than the minimum length",or="The minimum length of the control must be less than the maximum length",ir="Please select the correct option setting",sr="Option ID cannot be repeated",lr="Please enter at least one option",cr="Please bind the data source",fr="Please bind the stored value",pr="Please bind the service",hr="At least one display value must be bound",dr="Please select a province",vr="Please select a city",Er="Please select a district",yr="The minimum number of lines to fill in cannot be less than 0",gr="The number of rows cannot be less than {min} rows",mr="Please enter the column width",Br="Please set the logical relationship of all rule conditions",Ar="Please complete all rules and conditions",Ir="please select control",Cr="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Fr="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Sr="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",br="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",_r="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Dr="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Rr="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",wr="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",$r="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Mr="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Lr="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Pr="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Or="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Tr="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Ur="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",jr="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",kr="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",xr="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Nr={isNotNumber:wn,isNotString:$n,isNotObject:Mn,isNotArray:Ln,isNotBoolean:Pn,runtimeRequired:On,pleaseEnterCaption:Tn,pleaseEnterCaptionTip:Un,pleaseEnterRowCaption:jn,pleaseEnterPlaceholder:kn,pleaseEnterFieldCode:xn,pleaseEnterForm:Nn,pleaseEnterList:Vn,pleaseEnterProcess:Hn,pleaseEnterLabel:Wn,pleaseEnterValue:zn,bizKeyNotBindFiled:Gn,pleaseSelectOneField:qn,pleaseEnterNumberRange:Kn,pleaseEnterAValueGreaterThanMin:Xn,pleaseEnterAValueLessThanMax:Jn,numberRangeSetError:Qn,stringRangeError:Zn,attachmentMaxSize:Yn,pleaseEnterTotalScoreSetting:er,theTotalScoreMustNotBeLessThan1:tr,scoreDefaultValueRange:nr,attachmentLimitError:rr,PleaseReselectTheOptionalQuantity:ur,TheMaximumLengthIsGreaterThanTheMinimumLength:ar,TheMinimumLengthIsGreaterThanTheMaximumLength:or,PleaseSelectTheCorrectOptionSettings:ir,optionIdIsRepeat:sr,optionIsRequired:lr,pleaseEnterDataCode:cr,pleaseEnterValueFieldCode:fr,pleaseEnterSvcCode:pr,pleaseBindAtLeastOneDisplayValue:hr,pleaseSelectProvince:dr,pleaseSelectCity:vr,pleaseSelectDistrict:Er,limitRowsCannotBeLessThan0:yr,TheNumberOfRowsCannotBeLessThanMinRows:gr,pleaseEnterColumnWidth:mr,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Br,pleaseCompleteAllRulesAndConditions:Ar,pleaseSelectControl:Ir,pleaseSelectDashboard:Cr,theViewNameCannotBeEmpty:Fr,pleaseSelectOcrType:Sr,pleaseSelectAtLeastOneFieldToFillIn:br,pleaseChooseAtLeastOne:_r,pleaseEnterButtonContent:Dr,pleaseEnterDataCodeInDataSetting:Rr,pleaseEnterValueFieldCodeInDataSetting:wr,pleaseEnterSvcCodeInDataSetting:$r,pleaseBindAtLeastOneDisplayValueInDataSetting:Mr,rootNodeIsRequiredInDataSetting:Lr,pleaseEnterMaxHeight:Pr,pleaseEnter:Or,pleaseEnterWatermark:Tr,pleaseEnterFileName:Ur,pleaseUploadAtLeastOnePrintTemplate:jr,pleaseAssignBusiness:kr,pleaseAssignExternal:xr},Vr="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Hr="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Wr="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",zr="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Gr="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",qr="{caption}\u5FC5\u9808",Kr="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Xr="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Jr="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Qr="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Zr="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Yr="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",eu="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",tu="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",nu="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ru="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",uu="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",au="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ou="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",iu="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",su="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",lu="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",cu="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",fu="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",pu="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",hu="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",du="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",vu="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",Eu="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",yu="\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",gu="\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",mu="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Bu="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Au="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Iu="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Cu="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Fu="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Su="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",bu="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",_u="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Du="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ru="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",wu="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",$u="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Mu="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Lu="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",Pu="please select control",Ou="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Tu="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Uu="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",ju="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",ku="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",xu="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Nu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Vu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Hu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Wu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",zu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Gu="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",qu="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Ku="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Xu="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ju="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Qu="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Zu="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Yu={isNotNumber:Vr,isNotString:Hr,isNotObject:Wr,isNotArray:zr,isNotBoolean:Gr,runtimeRequired:qr,pleaseEnterCaption:Kr,pleaseEnterCaptionTip:Xr,pleaseEnterRowCaption:Jr,pleaseEnterPlaceholder:Qr,pleaseEnterFieldCode:Zr,pleaseEnterForm:Yr,pleaseEnterList:eu,pleaseEnterProcess:tu,pleaseEnterLabel:nu,pleaseEnterValue:ru,bizKeyNotBindFiled:uu,pleaseSelectOneField:au,pleaseEnterNumberRange:ou,pleaseEnterAValueGreaterThanMin:iu,pleaseEnterAValueLessThanMax:su,numberRangeSetError:lu,stringRangeError:cu,attachmentMaxSize:fu,pleaseEnterTotalScoreSetting:pu,theTotalScoreMustNotBeLessThan1:hu,scoreDefaultValueRange:du,attachmentLimitError:vu,PleaseReselectTheOptionalQuantity:Eu,TheMaximumLengthIsGreaterThanTheMinimumLength:yu,TheMinimumLengthIsGreaterThanTheMaximumLength:gu,PleaseSelectTheCorrectOptionSettings:mu,optionIdIsRepeat:Bu,optionIsRequired:Au,pleaseEnterDataCode:Iu,pleaseEnterValueFieldCode:Cu,pleaseEnterSvcCode:Fu,pleaseBindAtLeastOneDisplayValue:Su,pleaseSelectProvince:bu,pleaseSelectCity:_u,pleaseSelectDistrict:Du,limitRowsCannotBeLessThan0:Ru,TheNumberOfRowsCannotBeLessThanMinRows:wu,pleaseEnterColumnWidth:$u,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Mu,pleaseCompleteAllRulesAndConditions:Lu,pleaseSelectControl:Pu,pleaseSelectDashboard:Ou,theViewNameCannotBeEmpty:Tu,pleaseSelectOcrType:Uu,pleaseSelectAtLeastOneFieldToFillIn:ju,pleaseChooseAtLeastOne:ku,pleaseEnterButtonContent:xu,pleaseEnterDataCodeInDataSetting:Nu,pleaseEnterValueFieldCodeInDataSetting:Vu,pleaseEnterSvcCodeInDataSetting:Hu,pleaseBindAtLeastOneDisplayValueInDataSetting:Wu,rootNodeIsRequiredInDataSetting:zu,pleaseEnterMaxHeight:Gu,pleaseEnter:qu,pleaseEnterWatermark:Ku,pleaseEnterFileName:Xu,pleaseUploadAtLeastOnePrintTemplate:Ju,pleaseAssignBusiness:Qu,pleaseAssignExternal:Zu},ea={zhCN:Rn,enUS:Nr,jaJP:Yu},Ue;(function(e){e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable"})(Ue||(Ue={}));var je;(function(e){e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN"})(je||(je={}));var ta="zh-CN",na=function(){};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}var I;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(I||(I={}));var s;(function(e){e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.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"})(s||(s={}));var y;(function(e){e.VARCHAR="varchar",e.TEXT="text",e.ARRAY="array",e.ADDRESS="location",e.DECIMAL="decimal",e.DECIMAL_RANGE="decimal_range",e.TIMESTAMP="timestamp",e.EMPLOYEES="people",e.DEPARTMENTS="department",e.MONEY="money",e.TIMESCOPE="timescope",e.FILE="file",e.IMAGE="image",e.AUTO_NUMBER="auto_number",e.CALC="calc",e.RELATION="relation",e.LIST="list",e.RELATION_FIELD="relation-field",e.REFERENCE_FIELD="reference-field",e.CALC_FIELD="calc",e.JSON="json",e.BIGINT="bigint",e.ANY="ANY",e.ENCRYPTED_FIELD="encrypted_field"})(y||(y={}));var F,ra=(F={},S(F,y.ARRAY,s.ARRAY_COLUMN),S(F,y.AUTO_NUMBER,s.AUTO_NUMBER_COLUMN),S(F,y.DECIMAL,s.DECIMAL_COLUMN),S(F,y.DEPARTMENTS,s.DEPARTMENT_COLUMN),S(F,y.FILE,s.FILE_COLUMN),S(F,y.IMAGE,s.IMAGE_COLUMN),S(F,y.ADDRESS,s.LOCATION_COLUMN),S(F,y.EMPLOYEES,s.EMPLOYEE_COLUMN),S(F,y.TEXT,s.TEXT_COLUMN),S(F,y.TIMESCOPE,s.TIMESCOPE_COLUMN),S(F,y.TIMESTAMP,s.TIMESTAMP_COLUMN),S(F,y.VARCHAR,s.VARCHAR_COLUMN),S(F,y.RELATION,s.VARCHAR_COLUMN),F),ke;(function(e){e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime"})(ke||(ke={}));var xe="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",ua=xe+"0123456789";function aa(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",n=0;n<e;n++){var r=n===0?xe:ua,u=Math.random()*r.length;t+=r[parseInt(String(u),10)]}return t}function ce(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 oa(e){if(Array.isArray(e))return ce(e)}function ia(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function sa(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function la(){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 q(e,t,n){return la()?q=Reflect.construct:q=function(u,a,o){var i=[null];i.push.apply(i,a);var c=Function.bind.apply(u,i),d=new c;return o&&U(d,o.prototype),d},q.apply(null,arguments)}function T(e){return T=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},T(e)}function ca(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&&U(e,t)}function fa(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function pa(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function ha(){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 da(e,t){return t&&(va(t)==="object"||typeof t=="function")?t:ia(e)}function U(e,t){return U=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},U(e,t)}function Ne(e){return oa(e)||pa(e)||Ea(e)||ha()}var va=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Ea(e,t){if(!!e){if(typeof e=="string")return ce(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 ce(e,t)}}function fe(e){var t=typeof Map=="function"?new Map:void 0;return fe=function(r){if(r===null||!fa(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 q(r,arguments,T(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),U(u,r)},fe(e)}function ya(){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 ga(e){var t=ya();return function(){var r=T(e),u;if(t){var a=T(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return da(this,u)}}var pe=console;function K(){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=pe).warn.apply(r,["\u{1F9D0} Driven Warning:"+t[0]].concat(Ne(u)))}function Ve(){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=pe).log.apply(r,["\u{1F680} Driven Log:"+t[0]].concat(Ne(u)))}function ma(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var He=function(e){ca(n,e);var t=ga(n);function n(r){sa(this,n);var u;return u=t.call(this,r),u.name="\u{1F4A5} Driven Error",u.message=r?ma(r):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",u}return n}(fe(Error));function j(e){throw new He(e)}function Ba(e){pe.error(new He(e))}var Aa=Object.prototype.toString;function We(e,t){return Aa.call(e)==="[object "+t+"]"}function Ia(e){return We(e,"String")}function Ca(e){return We(e,"Promise")}var Fa=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();Ca(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,a,o,i){if(u!==void 0){var c=u[a];if(!(o===i.length-1&&!Ia(c)))return c}},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 a=n[u];return a!==void 0?String(a):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 Sa(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ze(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 ba(e,t,n){return t&&ze(e.prototype,t),n&&ze(e,n),e}var Ge=function(){function e(){Sa(this,e)}return ba(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]:ta;return new Fa({locale:n,messages:ea})}},{key:"setLocale",value:function(n){return this.$i18n.setLocale(n)}}]),e}();Ge.$i18n=Ge.resetI18n();function _a(e,t,n){var r=t.replace(/\[(\d)]/g,function(a,o){return"."+o}).split("."),u=!1;return r.reduce(function(a,o,i,c){var d=a;if(!!a){if(!Object.prototype.hasOwnProperty.call(a,o)){K("Can not set ".concat(t,"'s ").concat(o," property in current %o, Because there is no ").concat(o," property on the %o"),a,a);return}return i===c.length-1&&!Object.is(d[o],n)&&(d[o]=n,u=!0),d[o]}},e),u}var Da=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},Ra={exports:{}};(function(e){(function(t){var n=function(l,p,f){if(!d(p)||v(p)||C(p)||b(p)||c(p))return p;var _,M=0,yt=0;if(E(p))for(_=[],yt=p.length;M<yt;M++)_.push(n(l,p[M],f));else{_={};for(var Oe in p)Object.prototype.hasOwnProperty.call(p,Oe)&&(_[l(Oe,f)]=n(l,p[Oe],f))}return _},r=function(l,p){p=p||{};var f=p.separator||"_",_=p.split||/(?=[A-Z])/;return l.split(_).join(f)},u=function(l){return D(l)?l:(l=l.replace(/[\-_\s]+(.)?/g,function(p,f){return f?f.toUpperCase():""}),l.substr(0,1).toLowerCase()+l.substr(1))},a=function(l){var p=u(l);return p.substr(0,1).toUpperCase()+p.substr(1)},o=function(l,p){return r(l,p).toLowerCase()},i=Object.prototype.toString,c=function(l){return typeof l=="function"},d=function(l){return l===Object(l)},E=function(l){return i.call(l)=="[object Array]"},v=function(l){return i.call(l)=="[object Date]"},C=function(l){return i.call(l)=="[object RegExp]"},b=function(l){return i.call(l)=="[object Boolean]"},D=function(l){return l=l-0,l===l},m=function(l,p){var f=p&&"process"in p?p.process:p;return typeof f!="function"?l:function(_,M){return f(_,l,M)}},g={camelize:u,decamelize:o,pascalize:a,depascalize:o,camelizeKeys:function(l,p){return n(m(u,p),l)},decamelizeKeys:function(l,p){return n(m(o,p),l,p)},pascalizeKeys:function(l,p){return n(m(a,p),l)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=g:t.humps=g})(Da)})(Ra);var qe={};Object.defineProperty(qe,"__esModule",{value:!0});function he(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(t=>typeof t!="object"||t===null?t:he(t));{const t={};for(const n in e){const r=e[n];t[n]=typeof r!="object"||r===null?r:he(r)}return t}}qe.default=he;function Ke(e){return Object.prototype.toString.call(e)==="[object Object]"}function wa(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function X(e){return Array.isArray(e)}function de(e){return typeof e=="string"}function $a(e){return Object.values(s).includes(e)}function ve(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 Ma(e){if(Array.isArray(e))return ve(e)}function Xe(e,t,n,r,u,a,o){try{var i=e[a](o),c=i.value}catch(d){n(d);return}i.done?t(c):Promise.resolve(c).then(r,u)}function La(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var a=e.apply(t,n);function o(c){Xe(a,r,u,o,i,"next",c)}function i(c){Xe(a,r,u,o,i,"throw",c)}o(void 0)})}}function Pa(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Je(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 Oa(e,t,n){return t&&Je(e.prototype,t),n&&Je(e,n),e}function Ta(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Ua(){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 Ee(e){return Ma(e)||Ta(e)||ja(e)||Ua()}function ja(e,t){if(!!e){if(typeof e=="string")return ve(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 ve(e,t)}}var Qe=function(){function e(){Pa(this,e),this._events=new Map,this.debug=!1}return Oa(e,[{key:"emit",value:function(n){for(var r=arguments.length,u=new Array(r>1?r-1:0),a=1;a<r;a++)u[a-1]=arguments[a];var o=this;return La(z.default.mark(function i(){var c,d,E,v,C,b,D,m,g,l;return z.default.wrap(function(f){for(;;)switch(f.prev=f.next){case 0:if(c=o._events.get(n),d=[],!c){f.next=42;break}E=c.slice(),v=!0,C=!1,b=void 0,f.prev=5,D=E[Symbol.iterator]();case 7:if(v=(m=D.next()).done){f.next=28;break}if(g=m.value,c.includes(g)){f.next=11;break}return f.abrupt("continue",25);case 11:return f.prev=11,o.debug&&Ve.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(g.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+g.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"\u3002")].concat(Ee(u))),f.next=15,g.apply(null,Ee(u));case 15:if(l=f.sent,o.debug&&Ve.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(g.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+g.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Ee(u),[l])),d.push(l),l!==!1){f.next=20;break}return f.abrupt("break",28);case 20:f.next=25;break;case 22:f.prev=22,f.t0=f.catch(11),Ba(String(f.t0)+":"+String(f.t0.stack));case 25:v=!0,f.next=7;break;case 28:f.next=34;break;case 30:f.prev=30,f.t1=f.catch(5),C=!0,b=f.t1;case 34:f.prev=34,f.prev=35,!v&&D.return!=null&&D.return();case 37:if(f.prev=37,!C){f.next=40;break}throw b;case 40:return f.finish(37);case 41:return f.finish(34);case 42:return f.abrupt("return",d);case 43:case"end":return f.stop()}},i,null,[[5,30,34,42],[11,22],[35,,37,41]])}))()}},{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),a=u==null?void 0:u.indexOf(r);u==null||u.splice(a,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),e}();function ka(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ze(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 xa(e,t,n){return t&&Ze(e.prototype,t),n&&Ze(e,n),e}var Na=[{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"}],k=function(){function e(){ka(this,e)}return xa(e,[{key:"getEventsFromKeys",value:function(n){var r=typeof n=="string"?[n]:n;return e.events.filter(function(u){return r.includes(u.key)})}}]),e}();k.events=Na;function Va(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ye(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 Ha(e,t,n){return t&&Ye(e.prototype,t),n&&Ye(e,n),e}var et=[],J=function(){function e(t){Va(this,e),this.registeredControlTypes=new Set,this.controlConfigMap=new Map,this._controls=[],this._type=t,this._initControls(t)}return Ha(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__||j("".concat(n.name," is not a Control"));var r=this._controls.findIndex(function(u){return u.controlType===n.controlType});return r>-1&&(K("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===I.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===I.FORM}},{key:"isListControl",value:function(n){return n.controlType===I.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===I.COLUMN}},{key:"createControl",value:function(n,r){if(Array.isArray(n)){var u=this;return n.map(function(v){return u.createControl(v,r)})}if(n.children){var a=this;n.children=n.children.map(function(v){return a.createControl(v,r)})}if(this.isListControl(n)&&n.props.headers){var o=this;n.props.headers=n.props.headers.map(function(v){return o.createControl(v,r)})}var i=this.getControlFormType(n.type);if(i){var c=n;if(typeof r=="function"){var d=r(c);d&&(c=d)}var E=new i(c);return E}else j("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))}},{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])})}}],[{key:"register",value:function(n){var r=n.Designer,u=n.Runtime;(!r||!u||!r.__is_control__||!u.__is_control__)&&j("".concat(n," is can't register as a Control"));var a=this.staticControls.findIndex(function(o){return o.Designer.controlType===r.controlType});return a>-1&&(K("The ".concat(r.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(a,1)),this.staticRegisteredTypes.add(r.controlType),this.staticControls.push(n),this}}]),e}();J.staticControls=et,J.staticRegisteredTypes=new Set(et.map(function(e){return e.Designer.controlType})),J.staticRegisteredConfigs=new Map;function Wa(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var za=function e(t){Wa(this,e);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},tt;(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"})(tt||(tt={}));var nt;(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"})(nt||(nt={}));var rt;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.READONLY=1]="READONLY",e[e.EDITABLE=2]="EDITABLE",e[e.PRINT=5]="PRINT"})(rt||(rt={}));function Ga(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function qa(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ka(){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 Q(e,t,n){return Ka()?Q=Reflect.construct:Q=function(u,a,o){var i=[null];i.push.apply(i,a);var c=Function.bind.apply(u,i),d=new c;return o&&N(d,o.prototype),d},Q.apply(null,arguments)}function x(e){return x=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},x(e)}function Xa(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 Ja(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Qa(e,t){return t&&(Za(t)==="object"||typeof t=="function")?t:Ga(e)}function N(e,t){return N=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},N(e,t)}var Za=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function ye(e){var t=typeof Map=="function"?new Map:void 0;return ye=function(r){if(r===null||!Ja(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 Q(r,arguments,x(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),N(u,r)},ye(e)}function Ya(){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 eo(e){var t=Ya();return function(){var r=x(e),u;if(t){var a=x(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Qa(this,u)}}ye(Array);var to=new Qe;function ge(e){return"children"in e&&X(e.children)}function ut(e){return"headers"in e.props&&X(e.props.headers)}function Z(e,t){Array.isArray(e)&&e.map(n=>{n.type===s.SUBTABLE?Z(n.props.headers,t):ge(n)?Z(n==null?void 0:n.children,t):n.controlType===I.FORM&&t(n)})}const at=[s.AMOUNT,s.CALC,s.DATE_RANGE],ot={amount:{caption:"\u91D1\u989D",fieldType:y.DECIMAL},currency:{caption:"\u5E01\u79CD",fieldType:y.VARCHAR},result:{caption:"\u7ED3\u679C",fieldType:y.DECIMAL},unit:{caption:"\u5355\u4F4D",fieldType:y.VARCHAR},min:{caption:"\u5F00\u59CB\u65F6\u95F4",fieldType:y.TIMESTAMP},max:{caption:"\u7ED3\u675F\u65F6\u95F4",fieldType:y.TIMESTAMP}};function no(e){let t=[];return Z(e,n=>{n.controlType===I.FORM?t.push(n):n.type===s.SUBTABLE}),t}function ro(e,t=""){return!e||!Array.isArray(e)?[]:e.map(n=>{if(!n.dataBind||n.type===s.TITLE)return n;if(at.includes(n.type)){const r=n.dataBind;Object.keys(r).forEach(u=>{const a=r[u],o=n.controlId+"_"+u;a.fieldCode=it(o),a.dataCode=t})}else n.dataBind.fieldCode=it(n.controlId),n.dataBind.dataCode=t;return n})}function it(e){const t="field_";return e.startsWith(t)?e:t+e}function Y(e){return ra[e]}function uo(e){const t=new $,n=[];return e.forEach(r=>{if(!(r.parentId||!r.dataBind))if(at.includes(r.type)){const u=r.dataBind,a=r.datasourceBind;Object.keys(u).forEach(o=>{const i=u[o],c=ot[o].fieldType,d=r.caption+"_"+ot[o].caption,E=Y(c);if(!E)return;const v={caption:d,dataBind:i};o==="currency"&&(v.optionConfig="datasource",v.datasourceBind=a);const C=t.createControlInstance(E,{props:v});C&&n.push(C)})}else{const u=Y(r.fieldType);if(!u)return;const a=t.createControlInstance(u,{props:{caption:r.caption,dataBind:r.dataBind,datasourceBind:r.datasourceBind}});a&&n.push(a)}}),n}function ao(e){const t=new $,r=(Array.isArray(e)?e:[e]).map(u=>{const a=Y(u);return t.createControlInstance(a)});return Array.isArray(e)?r:r[0]}function me(e){return Array.isArray(e)?e.map(t=>t.toSchema()):e.toSchema()}function Be(e){return Array.isArray(e)?e.map(t=>t.toDataBindModel()).filter(t=>!!t).flat():e.toDataBindModel()}function Ae(e,t,n){return Te(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 oo=[s.TITLE,s.GRID_TABLE_COLUMN,s.SUBTABLE_COLUMN,s.OPERATION_COLUMN,s.DATA_VIEW,s.LIST_VIEW,s.HEADER,s.FOOTER,s.SIMPLE_SEARCH,s.ROW,s.GRID_ROW,s.COL,s.GRID,s.DIVIDER,s.TAB_PANE,s.TAB,s.CARD_GROUP,s.ACTION_BAR],io=[s.CALC],so={check:{id:"listPageCheckBtnId",caption:"\u67E5\u770B"},edit:{id:"listPageEditBtnId",caption:"\u7F16\u8F91"},delete:{id:"listPageDeleteBtnId",caption:"\u5220\u9664"}};function V(e,t){var r,u,a,o,i,c,d,E,v;const n=[];if(X(e))n.push(...e.map(C=>V(C,t)).flat());else{const C=e.type,{caption:b,content:D}=e.props;let m;if(oo.includes(C))C===s.OPERATION_COLUMN&&Object.entries(so).reduce((g,[l,{caption:p,id:f}])=>{var M;const _=e.props[l];return _&&_.isShow&&g.push({controlId:f,caption:p,type:e.type,controlType:e.controlType,parentId:(M=t==null?void 0:t.controlId)!=null?M:null,canEdit:!1,canRead:!1,canHide:!0,group:"element"}),g},n);else if(m={controlId:e.id,caption:b||D||e.name,type:e.type,controlType:e.controlType,parentId:(r=t==null?void 0:t.controlId)!=null?r:null,canEdit:!io.includes(C),canRead:!0,canHide:!0,group:"element"},t&&t.type===s.SUBTABLE&&(m.caption=t.caption+"_"+m.caption),C===s.VUE_FORM_ITEM&&(m.caption=e.props.controlExportName||e.name),(e.controlType===I.FORM||e.controlType===I.COLUMN)&&((a=(u=e.props)==null?void 0:u.dataBind)==null?void 0:a.fieldCode)!==void 0&&((i=(o=e.props)==null?void 0:o.dataBind)==null?void 0:i.fieldCode)!==""&&(m.group="field"),n.push(m),C===s.VUE_FORM_ITEM){let g="element";((d=(c=e.props)==null?void 0:c.dataBind)==null?void 0:d.fieldCode)!==void 0&&((v=(E=e.props)==null?void 0:E.dataBind)==null?void 0:v.fieldCode)!==""&&(g="field");const l=e.props.permissions;l==null||l.map(p=>{var f;m={controlId:p.key,caption:p.caption,type:e.type,controlType:e.controlType,parentId:(f=e.id)!=null?f:null,canEdit:!0,canRead:!0,canHide:!0,group:g},n.push(m)})}e.children&&n.push(...e.children.map(g=>V(g,t)).flat()),e.controlType===I.LIST&&n.push(...e.props.headers.map(g=>V(g,m)).flat())}return n}class $ extends J{constructor(){super("Designer");this.toolbox=[],this.services={},this.eventLogic=new k,this.fieldTypes=y,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);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 Te(this,null,function*(){return Ae(...t)})}getModelBindInfoList(...t){return Be(...t)}getSchema(...t){return me(...t)}listenControlHook(...t){return to.on(...t)}}$.EventLogic=k;class lo{constructor(){this.designer=new $}ListPageBuilder(){const t=this.designer.createControlInstance(s.LIST_VIEW),n=this.designer.createControlInstance(s.SIMPLE_SEARCH),r=this.designer.createControlInstance(s.GRID_TABLE),u=this.designer.createControlInstance(s.CREATE_FORM_LIST_BUTTON),a=this.designer.createControlInstance(s.IMPORT_RECORD_LIST_BUTTON),o=this.designer.createControlInstance(s.EXPORT_LIST_BUTTON),i=this.designer.createControlInstance(s.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(a),r.children.push(o),r.children.push(i),t.children.push(n),t.children.push(r),t}ProListPageBuilder(){const t=this.designer.createControlInstance(s.LIST_VIEW);t.props.countType="async";const n=this.designer.createControlInstance(s.SIMPLE_SEARCH),r=this.designer.createControlInstance(s.GRID_TABLE),u=this.designer.createControlInstance(s.EXPORT_LIST_BUTTON),a=this.designer.createControlInstance(s.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(a),t.children.push(n),t.children.push(r),t}FormPageBuilder(){const t=this.designer.createControlInstance(s.DATA_VIEW),n=this.designer.createControlInstance(s.TITLE),r=this.designer.createControlInstance(s.GRID);return t.children.push(n),t.children.push(r),t}VuePageBuilder(){const t=this.designer.createControlInstance(s.GRID),n=this.designer.createControlInstance(s.VUE_FORM_ITEM);return n.props.isHideCaption=!0,n.props.controlExportName="VuePage",t.children.push(n),t}}function co(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function st(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 fo(e,t,n){return t&&st(e.prototype,t),n&&st(e,n),e}var w=function(){function e(t){co(this,e);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}return fo(e,[{key:"isAtomicComponent",get:function(){return!0}}]),e}();function po(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function lt(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 ho(e,t,n){return t&&lt(e.prototype,t),n&&lt(e,n),e}var vo=function(){function e(t){po(this,e),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:na,this.defaultValue=t.defaultValue,this.validator=t.validator;var u;this.props=(u=t.props)!==null&&u!==void 0?u:new w,this.effectKeys=Object.keys(this.effect)}return ho(e,[{key:"filterEffects",value:function(n){var r=this;return n===""?Object.values(this.effect):this.effectKeys.filter(function(u){var a=new RegExp("^".concat(u,"(\\.\\w+)*$"));return a.test(n)}).map(function(u){return r.effect[u]})}},{key:"callEffectFn",value:function(n,r){try{var u=n.apply(null,r);Ke(u)&&Object.assign(this.props,u)}catch(a){j(`effect error
2
- `.concat(a))}}},{key:"callEffect",value:function(n){for(var r=arguments.length,u=new Array(r>1?r-1:0),a=1;a<r;a++)u[a-1]=arguments[a];var o=this;this.filterEffects(n).forEach(function(i){return o.callEffectFn(i,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 Eo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Ie=function e(t){Eo(this,e),this.type="group";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};function yo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function go(e){return"type"in e&&e.type==="tab"}var Ce=function e(t){yo(this,e),this.type="tab",this.title=t.title,this.items=t.items};function ct(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function mo(e){if(Array.isArray(e))return e}function Bo(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ao(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ee(e){return ee=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ee(e)}function Io(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 Co(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r=[],u=!0,a=!1,o,i;try{for(n=n.call(e);!(u=(o=n.next()).done)&&(r.push(o.value),!(t&&r.length===t));u=!0);}catch(c){a=!0,i=c}finally{try{!u&&n.return!=null&&n.return()}finally{if(a)throw i}}return r}}function Fo(){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 So(e,t){return t&&(_o(t)==="object"||typeof t=="function")?t:Bo(e)}function Fe(e,t){return Fe=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Fe(e,t)}function bo(e,t){return mo(e)||Co(e,t)||Do(e,t)||Fo()}var _o=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Do(e,t){if(!!e){if(typeof e=="string")return ct(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ct(e,t)}}function Ro(){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 wo(e){var t=Ro();return function(){var r=ee(e),u;if(t){var a=ee(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return So(this,u)}}var $o=function(e){Io(n,e);var t=wo(n);function n(r){Ao(this,n);var u;return u=t.call(this,r),Ke(r)&&Object.entries(r).forEach(function(a){var o=bo(a,2),i=o[0],c=o[1];u[i]=c}),u}return n}(w);function Mo(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Lo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function te(e){return te=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},te(e)}function Po(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&&Se(e,t)}function Oo(e,t){return t&&(To(t)==="object"||typeof t=="function")?t:Mo(e)}function Se(e,t){return Se=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Se(e,t)}var To=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Uo(){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 jo(e){var t=Uo();return function(){var r=te(e),u;if(t){var a=te(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Oo(this,u)}}var ko=function(e){Po(n,e);var t=jo(n);function n(r){Lo(this,n);var u;u=t.call(this,r);var a;u.maxLength=(a=r==null?void 0:r.maxLength)!==null&&a!==void 0?a:"";var o;u.minLength=(o=r==null?void 0:r.minLength)!==null&&o!==void 0?o:"";var i;u.placeholder=(i=r==null?void 0:r.placeholder)!==null&&i!==void 0?i:"";var c;return u.i18n=(c=r==null?void 0:r.i18n)!==null&&c!==void 0?c:!1,u}return n}(w);function xo(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function No(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ne(e){return ne=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ne(e)}function Vo(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 Ho(e,t){return t&&(Wo(t)==="object"||typeof t=="function")?t:xo(e)}function be(e,t){return be=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},be(e,t)}var Wo=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function zo(){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 Go(e){var t=zo();return function(){var r=ne(e),u;if(t){var a=ne(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Ho(this,u)}}var qo=function(e){Vo(n,e);var t=Go(n);function n(r){No(this,n);var u;u=t.call(this,r);var a;u.max=(a=r==null?void 0:r.max)!==null&&a!==void 0?a:"";var o;u.min=(o=r==null?void 0:r.min)!==null&&o!==void 0?o:"";var i;return u.placeholder=(i=r==null?void 0:r.placeholder)!==null&&i!==void 0?i:"",u}return n}(w);function Ko(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Xo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function re(e){return re=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},re(e)}function Jo(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_e(e,t)}function Qo(e,t){return t&&(Zo(t)==="object"||typeof t=="function")?t:Ko(e)}function _e(e,t){return _e=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},_e(e,t)}var Zo=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Yo(){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 ei(e){var t=Yo();return function(){var r=re(e),u;if(t){var a=re(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Qo(this,u)}}var ti=function(e){Jo(n,e);var t=ei(n);function n(r){Xo(this,n);var u;u=t.call(this,r);var a;u.showType=(a=r==null?void 0:r.showType)!==null&&a!==void 0?a:"switch";var o;u.tips=(o=r==null?void 0:r.tips)!==null&&o!==void 0?o:"";var i;return u.disabled=(i=r==null?void 0:r.disabled)!==null&&i!==void 0?i:!1,u}return n}(w);function ni(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ri(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 ui(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&De(e,t)}function ai(e,t){return t&&(oi(t)==="object"||typeof t=="function")?t:ni(e)}function De(e,t){return De=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},De(e,t)}var oi=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function ii(){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 si(e){var t=ii();return function(){var r=ue(e),u;if(t){var a=ue(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return ai(this,u)}}var li=function(e){ui(n,e);var t=si(n);function n(r){ri(this,n);var u;u=t.call(this,r);var a;return u.options=(a=r==null?void 0:r.options)!==null&&a!==void 0?a:[],u}return n}(w);function ci(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function fi(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ae(e){return ae=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ae(e)}function pi(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&&Re(e,t)}function hi(e,t){return t&&(di(t)==="object"||typeof t=="function")?t:ci(e)}function Re(e,t){return Re=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Re(e,t)}var di=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function vi(){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 Ei(e){var t=vi();return function(){var r=ae(e),u;if(t){var a=ae(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return hi(this,u)}}var yi=function(e){pi(n,e);var t=Ei(n);function n(r){fi(this,n);var u;u=t.call(this,r);var a;u.placeholder=(a=r==null?void 0:r.placeholder)!==null&&a!==void 0?a:"";var o;return u.options=(o=r==null?void 0:r.options)!==null&&o!==void 0?o:[],u}return n}(w);function gi(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function mi(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function oe(e){return oe=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},oe(e)}function Bi(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&&we(e,t)}function Ai(e,t){return t&&(Ii(t)==="object"||typeof t=="function")?t:gi(e)}function we(e,t){return we=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},we(e,t)}var Ii=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Ci(){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 Fi(e){var t=Ci();return function(){var r=oe(e),u;if(t){var a=oe(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Ai(this,u)}}var Si=function(e){Bi(n,e);var t=Fi(n);function n(r){mi(this,n);var u;u=t.call(this,r);var a;u.options=(a=r==null?void 0:r.options)!==null&&a!==void 0?a:[];var o;return u.showType=(o=r==null?void 0:r.showType)!==null&&o!==void 0?o:"outline",u}return n}(w);function bi(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ie(e){return ie=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ie(e)}function Di(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&$e(e,t)}function Ri(e,t){return t&&(wi(t)==="object"||typeof t=="function")?t:bi(e)}function $e(e,t){return $e=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},$e(e,t)}var wi=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function $i(){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 Mi(e){var t=$i();return function(){var r=ie(e),u;if(t){var a=ie(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Ri(this,u)}}var Li=function(e){Di(n,e);var t=Mi(n);function n(r){_i(this,n);var u;u=t.call(this,r);var a;u.maxLength=(a=r==null?void 0:r.maxLength)!==null&&a!==void 0?a:"";var o;u.minLength=(o=r==null?void 0:r.minLength)!==null&&o!==void 0?o:"";var i;u.placeholder=(i=r==null?void 0:r.placeholder)!==null&&i!==void 0?i:"";var c;u.maxRows=(c=r==null?void 0:r.maxRows)!==null&&c!==void 0?c:"";var d;u.minRows=(d=r==null?void 0:r.minRows)!==null&&d!==void 0?d:"";var E;return u.i18n=(E=r==null?void 0:r.i18n)!==null&&E!==void 0?E:!1,u}return n}(w);function Pi(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Me(e){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){Pi(e,u,n[u])})}return e}function Oi(e,t){switch(e){case"input":return new ko(t);case"textarea":return new Li(t);case"input-number":return new qo(t);case"switch":return new ti(t);case"radio":return new Si(t);case"checkbox":return new li(t);case"select":return new yi(t);default:return new $o(t)}}function Ti(e){return function(t){var n=e.get(t);if(!!n)return new vo(Me({},n,{props:Oi(n.component,"props"in n?n.props:void 0)}))}}function ft(e){var t=function(a){return new Ie(Me({},a,{items:a.items.map(Ti(r)).filter(Boolean)}))},n=function(a){return a.map(t)},r=e.fields.reduce(function(u,a){return u.set(a.key,a),u},new Map);return e.groups.map(function(u){return go(u)?new Ce(Me({},u,{items:n(u.items)})):t(u)})}class pt{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?W(t):null,this.selectedDataScopeFlatInstances=this.selectedInstanceDataScopeParent?vt(this.selectedInstanceDataScopeParent):[]}setSelectInstanceSettings(t){this.selectedInstanceSetting=t,this.selectedInstanceSettingItems=[],this.selectedInstanceSetting.forEach(n=>{this.selectedInstanceSettingItems.push(...this.getSettingItems(n))})}getSettingItems(t){return t instanceof Ie?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=W(t)}updateDataFieldCodeMap(t){const n=W(t);if(!n)return;const r=this.dataFieldCodeMap.get(n.props.datasourceBind.dataCode);if(!!r){for(const[u,a]of r.entries())if(a.id===t.id){r.delete(u);break}dt(t,this.dataFieldCodeMap)}}getFlatInstances(){const t=[],n=new Map,r=new Map;H(this.instance,u=>{t.push(u),n.set(u.id,u),dt(u,r)}),this.flatInstances=t,this.instanceIdMap=n,this.dataFieldCodeMap=r}}function ht(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 dt(e,t){if(e.controlType===I.FORM){const n=e.props.dataBind;n instanceof za?ht(t,n,e):Object.values(n).forEach(r=>{ht(t,r,e)})}}function H(e,t){(Array.isArray(e)?e:[e]).forEach(r=>{t(r),ge(r)&&H(r.children,t),ut(r)&&H(r.props.headers,t)})}function Le(e){return[s.SUBTABLE,s.DATA_VIEW,s.LIST_VIEW].includes(e.type)}function W(e){let t=e?e.parent:null;if(!t)return null;for(;t&&!Le(t);)t=t.parent;return t}function vt(e){const t=[e];return H(e,n=>{n!==e&&t.includes(n.parent)&&!Le(n)&&t.push(n)}),t}let Pe="";class Et extends Qe{constructor(t){super();this.isMounted=!1,this.id=aa(8),this.__pluginsApplied=!1,this.getSchema=me,this.getModelBindInfoList=Be,this.generatePermissions=V,this.$options=Object.freeze(t);const{autoMount:n=!1,Designer:r=$,schema:u,mode:a="form",store:o={}}=this.$options;this.eventLogic=new k,this.designer=new r,this.store=new pt(L({instance:this.designer.createControl(Array.isArray(u)?u:[u])},o)),this.mode=a,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{Pe=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this),Pe=""}catch(r){j(`${Pe||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,a,o,i;const t=this.store.selected;if(!t)return;let n=this.getControlSetting(t.type);if(((u=t.parent)==null?void 0:u.controlType)===I.WRAP&&Array.isArray(t.parent.setting)&&!t.parent.setting.length){const c=this.getControlSetting((a=t.parent)==null?void 0:a.type);n=this.concatSetting(n,c,t.parent.id)}if(((o=t.parent)==null?void 0:o.controlType)===I.WRAP&&!Array.isArray(t.parent.setting)){const c=ft((i=t.parent)==null?void 0:i.setting);n[0].items&&(n=this.concatSetting(n,c,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 a,o,i,c;let u=t;if(((a=t[0])==null?void 0:a.type)==="tab"&&((o=n[0])==null?void 0:o.type)==="tab"){const d=t,E=n.slice(0);u=d.map((v,C)=>{const b=new Ce(v),D=E.findIndex(g=>g.title===v.title);if(D===-1)return b;const m=E.splice(D,1)[0];return m&&(b.items=[...this.formatGroupSetting(m.items,r),...b.items]),b}),E.length&&(u=[...u,...E.map(v=>this.formatGroupSetting(v,r))])}else if(((i=t[0])==null?void 0:i.type)==="group"&&((c=n[0])==null?void 0:c.type)==="group"){const d=t,E=n;u=[...this.formatGroupSetting(E,r),...d]}return u}formatGroupSetting(t,n){if(X(t))return t.map(r=>{const u=new Ie(r);return u.fromId=n,u});{const r=new Ce(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?ft(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 c;if(t===null)return;const n=this.getInstance(t);if(!n)return;const r=this.store.movingInstanceOldDataScopeParent,u=W(n),a=this.store.movingInstanceOldParent,o=n.parent;this.store.setMovingInstance(null),n.id!==((c=this.store.selected)==null?void 0:c.id)?this.selectInstance(n):this.store.setSelectInstance(n),this.store.getFlatInstances();const i={from:r,current:u,oldParent:a,newParent:o};this.callSelectedScopeEffect(i),a?this.emit("moved",L({},i)):this.emit("joined",L({},i))}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;!_a(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(([a,o])=>{const i=`${u?u+".":""}${a}`;wa(o)?this.updateInstanceProps(t,o,r,i):this.updateInstancePropValue(t,i,o,r)})}setInstance(t,n,r,u){de(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===I.LIST&&n.props.headers.includes(t)?n.props.headers:n.children,u=r.findIndex(a=>a===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===I.LIST&&r.props.headers.includes(t)?r.props.headers:r.children,a=u.findIndex(o=>o===t);a>-1&&u.splice(a,1,n),this.store.getFlatInstances()}updateInstanceType(t,n){const r=t.toSchema(),u=this.createInstance(n,{id:r.id,props:r.props});if(!u){K(`can\u2018t update instance type to ${n}`);return}return u}validate(t,n){return Ae(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!$a(de(t)?t:t.type)}static register(...t){return $.register(...t),this}static judgeControlIsRegistered(t){return $.staticRegisteredTypes.has(t.Designer.controlType)}judgeControlIsRegistered(t){return this.designer.registeredControlTypes.has(t.Designer.controlType)}register(...t){return this.designer.registerControl(...t),this}assertInstance(t,n){return de(n)?t.type===n:n.includes(t.type)}getInstanceInListControl(t){let n=t;for(;n;){if(n.controlType===I.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,L({control:this.store.selected},n))})}callSelectedScopeEffect(t={}){this.store.selectedInstanceSettingItems.forEach(n=>{n.callScopeEffect(this,L({control:this.store.selected},t))})}}Et.EventLogic=k,h.Builder=lo,h.Designer=$,h.Driven=Et,h.Store=pt,h.checkSchema=Ae,h.fillModelBindInfoListFieldCode=ro,h.findInstanceDataScopeParent=W,h.generatePermissions=V,h.getColumnTypeFromFiledType=Y,h.getColumnsFromFiledType=ao,h.getColumnsFromModelBindInfoList=uo,h.getDataScopeFlatInstances=vt,h.getMasterFormControls=no,h.getModelBindInfoList=Be,h.hasChildrenControl=ge,h.hasHeaderControl=ut,h.isDataScopeInstance=Le,h.loop=H,h.loopFormControl=Z,h.toSchema=me,Object.defineProperty(h,"__esModule",{value:!0})});
1
+ var Ui=Object.defineProperty;var yt=Object.getOwnPropertySymbols;var ji=Object.prototype.hasOwnProperty,ki=Object.prototype.propertyIsEnumerable;var gt=(h,A,C)=>A in h?Ui(h,A,{enumerable:!0,configurable:!0,writable:!0,value:C}):h[A]=C,P=(h,A)=>{for(var C in A||(A={}))ji.call(A,C)&&gt(h,C,A[C]);if(yt)for(var C of yt(A))ki.call(A,C)&&gt(h,C,A[C]);return h};var Te=(h,A,C)=>new Promise((G,q)=>{var le=R=>{try{L(C.next(R))}catch(O){q(O)}},ce=R=>{try{L(C.throw(R))}catch(O){q(O)}},L=R=>R.done?G(R.value):Promise.resolve(R.value).then(le,ce);L((C=C.apply(h,A)).next())});(function(h,A){typeof exports=="object"&&typeof module!="undefined"?A(exports,require("regenerator-runtime")):typeof define=="function"&&define.amd?define(["exports","regenerator-runtime"],A):(h=typeof globalThis!="undefined"?globalThis:h||self,A(h.modelDrivenDriven={},h.regeneratorRuntime))})(this,function(h,A){"use strict";function C(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var G=C(A),q="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",le="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",ce="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",L="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",R="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",O="{caption}\u5FC5\u586B",mt="\u8BF7\u8F93\u5165\u6807\u9898",Bt="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",At="\u8BF7\u8F93\u5165\u884C\u6807\u9898",It="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",Ct="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Ft="\u8BF7\u7ED1\u5B9A\u8868\u5355",bt="\u8BF7\u7ED1\u5B9A\u5217\u8868",St="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",_t="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Dt="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",Rt="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",wt="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",$t="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Mt="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",Pt="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Lt="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",Ot="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",Tt="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",Ut="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",jt="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",kt="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",xt="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Nt="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Vt="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Ht="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Wt="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",zt="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",Gt="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",qt="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Kt="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Xt="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Jt="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Qt="\u8BF7\u9009\u62E9\u7701",Zt="\u8BF7\u9009\u62E9\u5E02",Yt="\u8BF7\u9009\u62E9\u533A",en="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",tn="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",nn="\u8BF7\u8F93\u5165\u5217\u5BBD",rn="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",un="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",an="\u8BF7\u9009\u62E9\u63A7\u4EF6",on="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",sn="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",ln="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",cn="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",fn="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",pn="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",hn="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",dn="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",vn="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",En="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",yn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",gn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",mn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Bn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",An="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",In="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Cn="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Fn="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",bn="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Sn="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",_n="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Dn={isNotNumber:q,isNotString:le,isNotObject:ce,isNotArray:L,isNotBoolean:R,runtimeRequired:O,pleaseEnterCaption:mt,pleaseEnterCaptionTip:Bt,pleaseEnterRowCaption:At,pleaseEnterPlaceholder:It,pleaseEnterFieldCode:Ct,pleaseEnterForm:Ft,pleaseEnterList:bt,pleaseEnterProcess:St,pleaseEnterLabel:_t,pleaseEnterValue:Dt,bizKeyNotBindFiled:Rt,pleaseSelectOneField:wt,pleaseEnterNumberRange:$t,pleaseEnterAValueGreaterThanMin:Mt,pleaseEnterAValueLessThanMax:Pt,numberRangeSetError:Lt,stringRangeError:Ot,attachmentMaxSize:Tt,pleaseEnterTotalScoreSetting:Ut,theTotalScoreMustNotBeLessThan1:jt,scoreDefaultValueRange:kt,attachmentLimitError:xt,PleaseReselectTheOptionalQuantity:Nt,TheMaximumLengthIsGreaterThanTheMinimumLength:Vt,TheMinimumLengthIsGreaterThanTheMaximumLength:Ht,PleaseSelectTheCorrectOptionSettings:Wt,optionIdIsRepeat:zt,optionIsRequired:Gt,pleaseEnterDataCode:qt,pleaseEnterValueFieldCode:Kt,pleaseEnterSvcCode:Xt,pleaseBindAtLeastOneDisplayValue:Jt,pleaseSelectProvince:Qt,pleaseSelectCity:Zt,pleaseSelectDistrict:Yt,limitRowsCannotBeLessThan0:en,TheNumberOfRowsCannotBeLessThanMinRows:tn,pleaseEnterColumnWidth:nn,pleaseSetTheLogicalRelationshipOfAllRuleConditions:rn,pleaseCompleteAllRulesAndConditions:un,pleaseSelectControl:an,pleaseSelectAtLeastOneColumn:on,pleaseSelectFillBackMode:sn,pleaseSelectDashboard:ln,rootNodeIsRequired:cn,theViewNameCannotBeEmpty:fn,pleaseSelectOcrType:pn,pleaseSelectAtLeastOneFieldToFillIn:hn,pleaseChooseAtLeastOne:dn,pleaseEnterButtonContent:vn,pleaseEnterDataCodeInDataSetting:En,pleaseEnterValueFieldCodeInDataSetting:yn,pleaseEnterSvcCodeInDataSetting:gn,pleaseBindAtLeastOneDisplayValueInDataSetting:mn,rootNodeIsRequiredInDataSetting:Bn,pleaseEnterMaxHeight:An,pleaseEnter:In,pleaseEnterWatermark:Cn,pleaseEnterFileName:Fn,pleaseUploadAtLeastOnePrintTemplate:bn,pleaseAssignBusiness:Sn,pleaseAssignExternal:_n},Rn="Please enter a number",wn="Please enter a string",$n="Please enter an object",Mn="Please enter an array",Pn="Please enter a boolean",Ln="{caption} Required",On="Please enter the title",Tn="Please enter the bubble prompt",Un="Please enter the row title",jn="Please enter the prompt text",kn="Please bind data items",xn="Please bind the form",Nn="Please bind the list",Vn="Please bind the process",Hn="Please enter the displayed value",Wn="Please enter the stored value",zn="The document number is not bound to the data item",Gn="Please select at least one display field",qn="Please enter a value greater than or equal to {min} and less than or equal to {max}",Kn="Please enter a value greater than or equal to {min}",Xn="Please enter a value less than or equal to {max}",Jn="The value range is set incorrectly",Qn="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Zn="The attachment size must be between 0MB and 1000MB",Yn="Please fill in the total score setting",er="The total score cannot be less than 1",tr="The default value must be between {min} and {max}",nr="The number of attachments uploaded must be between {min} and {max}",rr="Please re-select the optional quantity",ur="The maximum length of the control must be greater than the minimum length",ar="The minimum length of the control must be less than the maximum length",or="Please select the correct option setting",ir="Option ID cannot be repeated",sr="Please enter at least one option",lr="Please bind the data source",cr="Please bind the stored value",fr="Please bind the service",pr="At least one display value must be bound",hr="Please select a province",dr="Please select a city",vr="Please select a district",Er="The minimum number of lines to fill in cannot be less than 0",yr="The number of rows cannot be less than {min} rows",gr="Please enter the column width",mr="Please set the logical relationship of all rule conditions",Br="Please complete all rules and conditions",Ar="please select control",Ir="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Cr="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Fr="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",br="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Sr="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",_r="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Dr="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Rr="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",wr="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",$r="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Mr="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Pr="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Lr="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Or="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Tr="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ur="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",jr="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",kr="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",xr={isNotNumber:Rn,isNotString:wn,isNotObject:$n,isNotArray:Mn,isNotBoolean:Pn,runtimeRequired:Ln,pleaseEnterCaption:On,pleaseEnterCaptionTip:Tn,pleaseEnterRowCaption:Un,pleaseEnterPlaceholder:jn,pleaseEnterFieldCode:kn,pleaseEnterForm:xn,pleaseEnterList:Nn,pleaseEnterProcess:Vn,pleaseEnterLabel:Hn,pleaseEnterValue:Wn,bizKeyNotBindFiled:zn,pleaseSelectOneField:Gn,pleaseEnterNumberRange:qn,pleaseEnterAValueGreaterThanMin:Kn,pleaseEnterAValueLessThanMax:Xn,numberRangeSetError:Jn,stringRangeError:Qn,attachmentMaxSize:Zn,pleaseEnterTotalScoreSetting:Yn,theTotalScoreMustNotBeLessThan1:er,scoreDefaultValueRange:tr,attachmentLimitError:nr,PleaseReselectTheOptionalQuantity:rr,TheMaximumLengthIsGreaterThanTheMinimumLength:ur,TheMinimumLengthIsGreaterThanTheMaximumLength:ar,PleaseSelectTheCorrectOptionSettings:or,optionIdIsRepeat:ir,optionIsRequired:sr,pleaseEnterDataCode:lr,pleaseEnterValueFieldCode:cr,pleaseEnterSvcCode:fr,pleaseBindAtLeastOneDisplayValue:pr,pleaseSelectProvince:hr,pleaseSelectCity:dr,pleaseSelectDistrict:vr,limitRowsCannotBeLessThan0:Er,TheNumberOfRowsCannotBeLessThanMinRows:yr,pleaseEnterColumnWidth:gr,pleaseSetTheLogicalRelationshipOfAllRuleConditions:mr,pleaseCompleteAllRulesAndConditions:Br,pleaseSelectControl:Ar,pleaseSelectDashboard:Ir,theViewNameCannotBeEmpty:Cr,pleaseSelectOcrType:Fr,pleaseSelectAtLeastOneFieldToFillIn:br,pleaseChooseAtLeastOne:Sr,pleaseEnterButtonContent:_r,pleaseEnterDataCodeInDataSetting:Dr,pleaseEnterValueFieldCodeInDataSetting:Rr,pleaseEnterSvcCodeInDataSetting:wr,pleaseBindAtLeastOneDisplayValueInDataSetting:$r,rootNodeIsRequiredInDataSetting:Mr,pleaseEnterMaxHeight:Pr,pleaseEnter:Lr,pleaseEnterWatermark:Or,pleaseEnterFileName:Tr,pleaseUploadAtLeastOnePrintTemplate:Ur,pleaseAssignBusiness:jr,pleaseAssignExternal:kr},Nr="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Vr="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Hr="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Wr="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",zr="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Gr="{caption}\u5FC5\u9808",qr="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Kr="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Xr="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Jr="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Qr="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Zr="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Yr="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",eu="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",tu="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",nu="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ru="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",uu="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",au="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ou="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",iu="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",su="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",lu="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",cu="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",fu="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",pu="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",hu="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",du="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",vu="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Eu="\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",yu="\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",gu="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",mu="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Bu="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Au="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Iu="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Cu="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Fu="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",bu="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Su="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",_u="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Du="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Ru="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",wu="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",$u="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Mu="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",Pu="please select control",Lu="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Ou="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Tu="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Uu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",ju="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",ku="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",xu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Nu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Vu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Hu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Wu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",zu="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Gu="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",qu="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Ku="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Xu="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Ju="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Qu="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Zu={isNotNumber:Nr,isNotString:Vr,isNotObject:Hr,isNotArray:Wr,isNotBoolean:zr,runtimeRequired:Gr,pleaseEnterCaption:qr,pleaseEnterCaptionTip:Kr,pleaseEnterRowCaption:Xr,pleaseEnterPlaceholder:Jr,pleaseEnterFieldCode:Qr,pleaseEnterForm:Zr,pleaseEnterList:Yr,pleaseEnterProcess:eu,pleaseEnterLabel:tu,pleaseEnterValue:nu,bizKeyNotBindFiled:ru,pleaseSelectOneField:uu,pleaseEnterNumberRange:au,pleaseEnterAValueGreaterThanMin:ou,pleaseEnterAValueLessThanMax:iu,numberRangeSetError:su,stringRangeError:lu,attachmentMaxSize:cu,pleaseEnterTotalScoreSetting:fu,theTotalScoreMustNotBeLessThan1:pu,scoreDefaultValueRange:hu,attachmentLimitError:du,PleaseReselectTheOptionalQuantity:vu,TheMaximumLengthIsGreaterThanTheMinimumLength:Eu,TheMinimumLengthIsGreaterThanTheMaximumLength:yu,PleaseSelectTheCorrectOptionSettings:gu,optionIdIsRepeat:mu,optionIsRequired:Bu,pleaseEnterDataCode:Au,pleaseEnterValueFieldCode:Iu,pleaseEnterSvcCode:Cu,pleaseBindAtLeastOneDisplayValue:Fu,pleaseSelectProvince:bu,pleaseSelectCity:Su,pleaseSelectDistrict:_u,limitRowsCannotBeLessThan0:Du,TheNumberOfRowsCannotBeLessThanMinRows:Ru,pleaseEnterColumnWidth:wu,pleaseSetTheLogicalRelationshipOfAllRuleConditions:$u,pleaseCompleteAllRulesAndConditions:Mu,pleaseSelectControl:Pu,pleaseSelectDashboard:Lu,theViewNameCannotBeEmpty:Ou,pleaseSelectOcrType:Tu,pleaseSelectAtLeastOneFieldToFillIn:Uu,pleaseChooseAtLeastOne:ju,pleaseEnterButtonContent:ku,pleaseEnterDataCodeInDataSetting:xu,pleaseEnterValueFieldCodeInDataSetting:Nu,pleaseEnterSvcCodeInDataSetting:Vu,pleaseBindAtLeastOneDisplayValueInDataSetting:Hu,rootNodeIsRequiredInDataSetting:Wu,pleaseEnterMaxHeight:zu,pleaseEnter:Gu,pleaseEnterWatermark:qu,pleaseEnterFileName:Ku,pleaseUploadAtLeastOnePrintTemplate:Xu,pleaseAssignBusiness:Ju,pleaseAssignExternal:Qu},Yu={zhCN:Dn,enUS:xr,jaJP:Zu},Ue;(function(e){e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable"})(Ue||(Ue={}));var je;(function(e){e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN"})(je||(je={}));var ea="zh-CN",ta=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}var F;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(F||(F={}));var l;(function(e){e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.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"})(l||(l={}));var y;(function(e){e.VARCHAR="varchar",e.TEXT="text",e.ARRAY="array",e.ADDRESS="location",e.DECIMAL="decimal",e.DECIMAL_RANGE="decimal_range",e.TIMESTAMP="timestamp",e.EMPLOYEES="people",e.DEPARTMENTS="department",e.MONEY="money",e.TIMESCOPE="timescope",e.FILE="file",e.IMAGE="image",e.AUTO_NUMBER="auto_number",e.CALC="calc",e.RELATION="relation",e.LIST="list",e.RELATION_FIELD="relation-field",e.REFERENCE_FIELD="reference-field",e.CALC_FIELD="calc",e.JSON="json",e.BIGINT="bigint",e.ANY="ANY",e.ENCRYPTED_FIELD="encrypted_field"})(y||(y={}));var b,na=(b={},D(b,y.ARRAY,l.ARRAY_COLUMN),D(b,y.AUTO_NUMBER,l.AUTO_NUMBER_COLUMN),D(b,y.DECIMAL,l.DECIMAL_COLUMN),D(b,y.DEPARTMENTS,l.DEPARTMENT_COLUMN),D(b,y.FILE,l.FILE_COLUMN),D(b,y.IMAGE,l.IMAGE_COLUMN),D(b,y.ADDRESS,l.LOCATION_COLUMN),D(b,y.EMPLOYEES,l.EMPLOYEE_COLUMN),D(b,y.TEXT,l.TEXT_COLUMN),D(b,y.TIMESCOPE,l.TIMESCOPE_COLUMN),D(b,y.TIMESTAMP,l.TIMESTAMP_COLUMN),D(b,y.VARCHAR,l.VARCHAR_COLUMN),D(b,y.RELATION,l.VARCHAR_COLUMN),b),ke;(function(e){e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime"})(ke||(ke={}));var xe="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",ra=xe+"0123456789";function ua(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",n=0;n<e;n++){var r=n===0?xe:ra,u=Math.random()*r.length;t+=r[parseInt(String(u),10)]}return t}function fe(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 aa(e){if(Array.isArray(e))return fe(e)}function oa(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ia(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function sa(){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 K(e,t,n){return sa()?K=Reflect.construct:K=function(u,a,o){var i=[null];i.push.apply(i,a);var f=Function.bind.apply(u,i),d=new f;return o&&U(d,o.prototype),d},K.apply(null,arguments)}function T(e){return T=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},T(e)}function la(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&&U(e,t)}function ca(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function fa(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function pa(){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 ha(e,t){return t&&(da(t)==="object"||typeof t=="function")?t:oa(e)}function U(e,t){return U=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},U(e,t)}function Ne(e){return aa(e)||fa(e)||va(e)||pa()}var da=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function va(e,t){if(!!e){if(typeof e=="string")return fe(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 fe(e,t)}}function pe(e){var t=typeof Map=="function"?new Map:void 0;return pe=function(r){if(r===null||!ca(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 K(r,arguments,T(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),U(u,r)},pe(e)}function Ea(){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 ya(e){var t=Ea();return function(){var r=T(e),u;if(t){var a=T(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return ha(this,u)}}var he=console;function X(){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=he).warn.apply(r,["\u{1F9D0} Driven Warning:"+t[0]].concat(Ne(u)))}function Ve(){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=he).log.apply(r,["\u{1F680} Driven Log:"+t[0]].concat(Ne(u)))}function ga(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var He=function(e){la(n,e);var t=ya(n);function n(r){ia(this,n);var u;return u=t.call(this,r),u.name="\u{1F4A5} Driven Error",u.message=r?ga(r):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",u}return n}(pe(Error));function j(e){throw new He(e)}function ma(e){he.error(new He(e))}var Ba=Object.prototype.toString;function We(e,t){return Ba.call(e)==="[object "+t+"]"}function Aa(e){return We(e,"String")}function Ia(e){return We(e,"Promise")}var Ca=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();Ia(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,a,o,i){if(u!==void 0){var f=u[a];if(!(o===i.length-1&&!Aa(f)))return f}},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 a=n[u];return a!==void 0?String(a):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 Fa(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ze(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 ba(e,t,n){return t&&ze(e.prototype,t),n&&ze(e,n),e}var Ge=function(){function e(){Fa(this,e)}return ba(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]:ea;return new Ca({locale:n,messages:Yu})}},{key:"setLocale",value:function(n){return this.$i18n.setLocale(n)}}]),e}();Ge.$i18n=Ge.resetI18n();function Sa(e,t,n){var r=t.replace(/\[(\d)]/g,function(a,o){return"."+o}).split("."),u=!1;return r.reduce(function(a,o,i,f){var d=a;if(!!a){if(!Object.prototype.hasOwnProperty.call(a,o)){X("Can not set ".concat(t,"'s ").concat(o," property in current %o, Because there is no ").concat(o," property on the %o"),a,a);return}return i===f.length-1&&!Object.is(d[o],n)&&(d[o]=n,u=!0),d[o]}},e),u}var _a=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},Da={exports:{}};(function(e){(function(t){var n=function(s,p,c){if(!d(p)||g(p)||B(p)||S(p)||f(p))return p;var _,M=0,Et=0;if(m(p))for(_=[],Et=p.length;M<Et;M++)_.push(n(s,p[M],c));else{_={};for(var Oe in p)Object.prototype.hasOwnProperty.call(p,Oe)&&(_[s(Oe,c)]=n(s,p[Oe],c))}return _},r=function(s,p){p=p||{};var c=p.separator||"_",_=p.split||/(?=[A-Z])/;return s.split(_).join(c)},u=function(s){return I(s)?s:(s=s.replace(/[\-_\s]+(.)?/g,function(p,c){return c?c.toUpperCase():""}),s.substr(0,1).toLowerCase()+s.substr(1))},a=function(s){var p=u(s);return p.substr(0,1).toUpperCase()+p.substr(1)},o=function(s,p){return r(s,p).toLowerCase()},i=Object.prototype.toString,f=function(s){return typeof s=="function"},d=function(s){return s===Object(s)},m=function(s){return i.call(s)=="[object Array]"},g=function(s){return i.call(s)=="[object Date]"},B=function(s){return i.call(s)=="[object RegExp]"},S=function(s){return i.call(s)=="[object Boolean]"},I=function(s){return s=s-0,s===s},v=function(s,p){var c=p&&"process"in p?p.process:p;return typeof c!="function"?s:function(_,M){return c(_,s,M)}},E={camelize:u,decamelize:o,pascalize:a,depascalize:o,camelizeKeys:function(s,p){return n(v(u,p),s)},decamelizeKeys:function(s,p){return n(v(o,p),s,p)},pascalizeKeys:function(s,p){return n(v(a,p),s)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=E:t.humps=E})(_a)})(Da);var qe={};Object.defineProperty(qe,"__esModule",{value:!0});function de(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(t=>typeof t!="object"||t===null?t:de(t));{const t={};for(const n in e){const r=e[n];t[n]=typeof r!="object"||r===null?r:de(r)}return t}}qe.default=de;function Ke(e){return Object.prototype.toString.call(e)==="[object Object]"}function Ra(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function J(e){return Array.isArray(e)}function ve(e){return typeof e=="string"}function wa(e){return Object.values(l).includes(e)}function Ee(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 $a(e){if(Array.isArray(e))return Ee(e)}function Xe(e,t,n,r,u,a,o){try{var i=e[a](o),f=i.value}catch(d){n(d);return}i.done?t(f):Promise.resolve(f).then(r,u)}function Ma(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var a=e.apply(t,n);function o(f){Xe(a,r,u,o,i,"next",f)}function i(f){Xe(a,r,u,o,i,"throw",f)}o(void 0)})}}function Pa(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Je(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 La(e,t,n){return t&&Je(e.prototype,t),n&&Je(e,n),e}function Oa(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Ta(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function ye(e){return $a(e)||Oa(e)||Ua(e)||Ta()}function Ua(e,t){if(!!e){if(typeof e=="string")return Ee(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 Ee(e,t)}}var Qe=function(){function e(){Pa(this,e),this._events=new Map,this.debug=!1}return La(e,[{key:"emit",value:function(n){for(var r=arguments.length,u=new Array(r>1?r-1:0),a=1;a<r;a++)u[a-1]=arguments[a];var o=this;return Ma(G.default.mark(function i(){var f,d,m,g,B,S,I,v,E,s;return G.default.wrap(function(c){for(;;)switch(c.prev=c.next){case 0:if(f=o._events.get(n),d=[],!f){c.next=42;break}m=f.slice(),g=!0,B=!1,S=void 0,c.prev=5,I=m[Symbol.iterator]();case 7:if(g=(v=I.next()).done){c.next=28;break}if(E=v.value,f.includes(E)){c.next=11;break}return c.abrupt("continue",25);case 11:return c.prev=11,o.debug&&Ve.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(E.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+E.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"\u3002")].concat(ye(u))),c.next=15,E.apply(null,ye(u));case 15:if(s=c.sent,o.debug&&Ve.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(E.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+E.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(ye(u),[s])),d.push(s),s!==!1){c.next=20;break}return c.abrupt("break",28);case 20:c.next=25;break;case 22:c.prev=22,c.t0=c.catch(11),ma(String(c.t0)+":"+String(c.t0.stack));case 25:g=!0,c.next=7;break;case 28:c.next=34;break;case 30:c.prev=30,c.t1=c.catch(5),B=!0,S=c.t1;case 34:c.prev=34,c.prev=35,!g&&I.return!=null&&I.return();case 37:if(c.prev=37,!B){c.next=40;break}throw S;case 40:return c.finish(37);case 41:return c.finish(34);case 42:return c.abrupt("return",d);case 43:case"end":return c.stop()}},i,null,[[5,30,34,42],[11,22],[35,,37,41]])}))()}},{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),a=u==null?void 0:u.indexOf(r);u==null||u.splice(a,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),e}();function ja(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ze(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 ka(e,t,n){return t&&Ze(e.prototype,t),n&&Ze(e,n),e}var xa=[{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"}],k=function(){function e(){ja(this,e)}return ka(e,[{key:"getEventsFromKeys",value:function(n){var r=typeof n=="string"?[n]:n;return e.events.filter(function(u){return r.includes(u.key)})}}]),e}();k.events=xa;function Na(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ye(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 Va(e,t,n){return t&&Ye(e.prototype,t),n&&Ye(e,n),e}var et=[],Q=function(){function e(t){Na(this,e),this.registeredControlTypes=new Set,this.controlConfigMap=new Map,this._controls=[],this._type=t,this._initControls(t)}return Va(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__||j("".concat(n.name," is not a Control"));var r=this._controls.findIndex(function(u){return u.controlType===n.controlType});return r>-1&&(X("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===F.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===F.FORM}},{key:"isListControl",value:function(n){return n.controlType===F.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===F.COLUMN}},{key:"createControl",value:function(n,r){if(Array.isArray(n)){var u=this;return n.map(function(g){return u.createControl(g,r)})}if(n.children){var a=this;n.children=n.children.map(function(g){return a.createControl(g,r)})}if(this.isListControl(n)&&n.props.headers){var o=this;n.props.headers=n.props.headers.map(function(g){return o.createControl(g,r)})}var i=this.getControlFormType(n.type);if(i){var f=n;if(typeof r=="function"){var d=r(f);d&&(f=d)}var m=new i(f);return m}else j("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))}},{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])})}}],[{key:"register",value:function(n){var r=n.Designer,u=n.Runtime;(!r||!u||!r.__is_control__||!u.__is_control__)&&j("".concat(n," is can't register as a Control"));var a=this.staticControls.findIndex(function(o){return o.Designer.controlType===r.controlType});return a>-1&&(X("The ".concat(r.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(a,1)),this.staticRegisteredTypes.add(r.controlType),this.staticControls.push(n),this}}]),e}();Q.staticControls=et,Q.staticRegisteredTypes=new Set(et.map(function(e){return e.Designer.controlType})),Q.staticRegisteredConfigs=new Map;function Ha(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Wa=function e(t){Ha(this,e);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},tt;(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"})(tt||(tt={}));var nt;(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"})(nt||(nt={}));var rt;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.READONLY=1]="READONLY",e[e.EDITABLE=2]="EDITABLE",e[e.PRINT=5]="PRINT"})(rt||(rt={}));function za(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ga(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function qa(){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 Z(e,t,n){return qa()?Z=Reflect.construct:Z=function(u,a,o){var i=[null];i.push.apply(i,a);var f=Function.bind.apply(u,i),d=new f;return o&&N(d,o.prototype),d},Z.apply(null,arguments)}function x(e){return x=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},x(e)}function Ka(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 Xa(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Ja(e,t){return t&&(Qa(t)==="object"||typeof t=="function")?t:za(e)}function N(e,t){return N=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},N(e,t)}var Qa=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function ge(e){var t=typeof Map=="function"?new Map:void 0;return ge=function(r){if(r===null||!Xa(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 Z(r,arguments,x(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),N(u,r)},ge(e)}function Za(){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 Ya(e){var t=Za();return function(){var r=x(e),u;if(t){var a=x(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Ja(this,u)}}ge(Array);var eo=new Qe;function me(e){return"children"in e&&J(e.children)}function ut(e){return"headers"in e.props&&J(e.props.headers)}function Y(e,t){Array.isArray(e)&&e.map(n=>{n.type===l.SUBTABLE?Y(n.props.headers,t):me(n)?Y(n==null?void 0:n.children,t):n.controlType===F.FORM&&t(n)})}const at=[l.AMOUNT,l.CALC,l.DATE_RANGE],ot={amount:{caption:"\u91D1\u989D",fieldType:y.DECIMAL},currency:{caption:"\u5E01\u79CD",fieldType:y.VARCHAR},result:{caption:"\u7ED3\u679C",fieldType:y.DECIMAL},unit:{caption:"\u5355\u4F4D",fieldType:y.VARCHAR},min:{caption:"\u5F00\u59CB\u65F6\u95F4",fieldType:y.TIMESTAMP},max:{caption:"\u7ED3\u675F\u65F6\u95F4",fieldType:y.TIMESTAMP}};function to(e){let t=[];return Y(e,n=>{n.controlType===F.FORM?t.push(n):n.type===l.SUBTABLE}),t}function no(e,t=""){return!e||!Array.isArray(e)?[]:e.map(n=>{if(!n.dataBind||n.type===l.TITLE)return n;if(at.includes(n.type)){const r=n.dataBind;Object.keys(r).forEach(u=>{const a=r[u],o=n.controlId+"_"+u;a.fieldCode=it(o),a.dataCode=t})}else n.dataBind.fieldCode=it(n.controlId),n.dataBind.dataCode=t;return n})}function it(e){const t="field_";return e.startsWith(t)?e:t+e}function ee(e){return na[e]}function ro(e){const t=new $,n=[];return e.forEach(r=>{if(!(r.parentId||!r.dataBind))if(at.includes(r.type)){const u=r.dataBind,a=r.datasourceBind;Object.keys(u).forEach(o=>{const i=u[o],f=ot[o].fieldType,d=r.caption+"_"+ot[o].caption,m=ee(f);if(!m)return;const g={caption:d,dataBind:i};o==="currency"&&(g.optionConfig="datasource",g.datasourceBind=a);const B=t.createControlInstance(m,{props:g});B&&n.push(B)})}else{const u=ee(r.fieldType);if(!u)return;const a=t.createControlInstance(u,{props:{caption:r.caption,dataBind:r.dataBind,datasourceBind:r.datasourceBind}});a&&n.push(a)}}),n}function uo(e){const t=new $,r=(Array.isArray(e)?e:[e]).map(u=>{const a=ee(u);return t.createControlInstance(a)});return Array.isArray(e)?r:r[0]}function Be(e){return Array.isArray(e)?e.map(t=>t.toSchema()):e.toSchema()}function Ae(e){return Array.isArray(e)?e.map(t=>t.toDataBindModel()).filter(t=>!!t).flat():e.toDataBindModel()}function Ie(e,t,n){return Te(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 ao=[l.TITLE,l.GRID_TABLE_COLUMN,l.SUBTABLE_COLUMN,l.OPERATION_COLUMN,l.DATA_VIEW,l.LIST_VIEW,l.HEADER,l.FOOTER,l.SIMPLE_SEARCH,l.ROW,l.GRID_ROW,l.COL,l.GRID,l.DIVIDER,l.TAB_PANE,l.TAB,l.CARD_GROUP,l.ACTION_BAR],oo=[l.CALC],io={check:{id:"listPageCheckBtnId",caption:"\u67E5\u770B"},edit:{id:"listPageEditBtnId",caption:"\u7F16\u8F91"},delete:{id:"listPageDeleteBtnId",caption:"\u5220\u9664"}};function V(e,t){var r,u,a,o,i,f,d,m,g;const n=[];if(J(e))n.push(...e.map(B=>V(B,t)).flat());else{const B=e.type,{caption:S,content:I}=e.props;let v;if(ao.includes(B))B===l.OPERATION_COLUMN&&Object.entries(io).reduce((E,[s,{caption:p,id:c}])=>{var M;const _=e.props[s];return _&&_.isShow&&E.push({controlId:c,caption:p,type:e.type,controlType:e.controlType,parentId:(M=t==null?void 0:t.controlId)!=null?M:null,canEdit:!1,canRead:!1,canHide:!0,group:"element"}),E},n);else if(v={controlId:e.id,caption:S||I||e.name,type:e.type,controlType:e.controlType,parentId:(r=t==null?void 0:t.controlId)!=null?r:null,canEdit:!oo.includes(B),canRead:!0,canHide:!0,group:"element"},t&&t.type===l.SUBTABLE&&(v.caption=t.caption+"_"+v.caption),B===l.VUE_FORM_ITEM&&(v.caption=e.props.controlExportName||e.name),(e.controlType===F.FORM||e.controlType===F.COLUMN)&&((a=(u=e.props)==null?void 0:u.dataBind)==null?void 0:a.fieldCode)!==void 0&&((i=(o=e.props)==null?void 0:o.dataBind)==null?void 0:i.fieldCode)!==""&&(v.group="field"),n.push(v),B===l.VUE_FORM_ITEM){let E="element";((d=(f=e.props)==null?void 0:f.dataBind)==null?void 0:d.fieldCode)!==void 0&&((g=(m=e.props)==null?void 0:m.dataBind)==null?void 0:g.fieldCode)!==""&&(E="field");const s=e.props.permissions;s==null||s.map(p=>{var c;v={controlId:p.key,caption:p.caption,type:e.type,controlType:e.controlType,parentId:(c=e.id)!=null?c:null,canEdit:!0,canRead:!0,canHide:!0,group:E},n.push(v)})}e.children&&n.push(...e.children.map(E=>V(E,t)).flat()),e.controlType===F.LIST&&n.push(...e.props.headers.map(E=>V(E,v)).flat())}return n}class $ extends Q{constructor(){super("Designer");this.toolbox=[],this.services={},this.eventLogic=new k,this.fieldTypes=y,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);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 Te(this,null,function*(){return Ie(...t)})}getModelBindInfoList(...t){return Ae(...t)}getSchema(...t){return Be(...t)}listenControlHook(...t){return eo.on(...t)}}$.EventLogic=k;class so{constructor(){this.designer=new $}ListPageBuilder(){const t=this.designer.createControlInstance(l.LIST_VIEW),n=this.designer.createControlInstance(l.SIMPLE_SEARCH),r=this.designer.createControlInstance(l.GRID_TABLE),u=this.designer.createControlInstance(l.CREATE_FORM_LIST_BUTTON),a=this.designer.createControlInstance(l.IMPORT_RECORD_LIST_BUTTON),o=this.designer.createControlInstance(l.EXPORT_LIST_BUTTON),i=this.designer.createControlInstance(l.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(a),r.children.push(o),r.children.push(i),t.children.push(n),t.children.push(r),t}ProListPageBuilder(){const t=this.designer.createControlInstance(l.LIST_VIEW);t.props.countType="async";const n=this.designer.createControlInstance(l.SIMPLE_SEARCH),r=this.designer.createControlInstance(l.GRID_TABLE),u=this.designer.createControlInstance(l.EXPORT_LIST_BUTTON),a=this.designer.createControlInstance(l.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(a),t.children.push(n),t.children.push(r),t}FormPageBuilder(){const t=this.designer.createControlInstance(l.DATA_VIEW),n=this.designer.createControlInstance(l.TITLE),r=this.designer.createControlInstance(l.GRID);return t.children.push(n),t.children.push(r),t}VuePageBuilder(){const t=this.designer.createControlInstance(l.GRID),n=this.designer.createControlInstance(l.VUE_FORM_ITEM);return n.props.isHideCaption=!0,n.props.controlExportName="VuePage",t.children.push(n),t}}function lo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function st(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 co(e,t,n){return t&&st(e.prototype,t),n&&st(e,n),e}var w=function(){function e(t){lo(this,e);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 co(e,[{key:"isAtomicComponent",get:function(){return!0}}]),e}();function fo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function lt(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 po(e,t,n){return t&&lt(e.prototype,t),n&&lt(e,n),e}var ho=function(){function e(t){fo(this,e),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:ta,this.defaultValue=t.defaultValue,this.validator=t.validator;var u;this.props=(u=t.props)!==null&&u!==void 0?u:new w,this.effectKeys=Object.keys(this.effect)}return po(e,[{key:"filterEffects",value:function(n){var r=this;return n===""?Object.values(this.effect):this.effectKeys.filter(function(u){var a=new RegExp("^".concat(u,"(\\.\\w+)*$"));return a.test(n)}).map(function(u){return r.effect[u]})}},{key:"callEffectFn",value:function(n,r){try{var u=n.apply(null,r);Ke(u)&&Object.assign(this.props,u)}catch(a){j(`effect error
2
+ `.concat(a))}}},{key:"callEffect",value:function(n){for(var r=arguments.length,u=new Array(r>1?r-1:0),a=1;a<r;a++)u[a-1]=arguments[a];var o=this;this.filterEffects(n).forEach(function(i){return o.callEffectFn(i,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 vo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Ce=function e(t){vo(this,e),this.type="group";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 a;return(a=u.props)===null||a===void 0?void 0:a.visible})};function Eo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function yo(e){return"type"in e&&e.type==="tab"}var H=function e(t){Eo(this,e),this.type="tab",this.title=t.title,this.items=t.items};function ct(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function go(e){if(Array.isArray(e))return e}function mo(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Bo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function te(e){return te=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},te(e)}function Ao(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 Io(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r=[],u=!0,a=!1,o,i;try{for(n=n.call(e);!(u=(o=n.next()).done)&&(r.push(o.value),!(t&&r.length===t));u=!0);}catch(f){a=!0,i=f}finally{try{!u&&n.return!=null&&n.return()}finally{if(a)throw i}}return r}}function Co(){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 Fo(e,t){return t&&(So(t)==="object"||typeof t=="function")?t:mo(e)}function Fe(e,t){return Fe=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Fe(e,t)}function bo(e,t){return go(e)||Io(e,t)||_o(e,t)||Co()}var So=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function _o(e,t){if(!!e){if(typeof e=="string")return ct(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ct(e,t)}}function Do(){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 Ro(e){var t=Do();return function(){var r=te(e),u;if(t){var a=te(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Fo(this,u)}}var wo=function(e){Ao(n,e);var t=Ro(n);function n(r){Bo(this,n);var u;return u=t.call(this,r),Ke(r)&&Object.entries(r).forEach(function(a){var o=bo(a,2),i=o[0],f=o[1];u[i]=f}),u}return n}(w);function $o(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Mo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ne(e){return ne=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ne(e)}function Po(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 Lo(e,t){return t&&(Oo(t)==="object"||typeof t=="function")?t:$o(e)}function be(e,t){return be=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},be(e,t)}var Oo=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function To(){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 Uo(e){var t=To();return function(){var r=ne(e),u;if(t){var a=ne(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Lo(this,u)}}var jo=function(e){Po(n,e);var t=Uo(n);function n(r){Mo(this,n);var u;u=t.call(this,r);var a;u.maxLength=(a=r==null?void 0:r.maxLength)!==null&&a!==void 0?a:"";var o;u.minLength=(o=r==null?void 0:r.minLength)!==null&&o!==void 0?o:"";var i;u.placeholder=(i=r==null?void 0:r.placeholder)!==null&&i!==void 0?i:"";var f;return u.i18n=(f=r==null?void 0:r.i18n)!==null&&f!==void 0?f:!1,u}return n}(w);function ko(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function xo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function re(e){return re=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},re(e)}function No(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&&Se(e,t)}function Vo(e,t){return t&&(Ho(t)==="object"||typeof t=="function")?t:ko(e)}function Se(e,t){return Se=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Se(e,t)}var Ho=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Wo(){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 zo(e){var t=Wo();return function(){var r=re(e),u;if(t){var a=re(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Vo(this,u)}}var Go=function(e){No(n,e);var t=zo(n);function n(r){xo(this,n);var u;u=t.call(this,r);var a;u.max=(a=r==null?void 0:r.max)!==null&&a!==void 0?a:"";var o;u.min=(o=r==null?void 0:r.min)!==null&&o!==void 0?o:"";var i;return u.placeholder=(i=r==null?void 0:r.placeholder)!==null&&i!==void 0?i:"",u}return n}(w);function qo(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ko(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 Xo(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_e(e,t)}function Jo(e,t){return t&&(Qo(t)==="object"||typeof t=="function")?t:qo(e)}function _e(e,t){return _e=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},_e(e,t)}var Qo=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Zo(){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 Yo(e){var t=Zo();return function(){var r=ue(e),u;if(t){var a=ue(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Jo(this,u)}}var ei=function(e){Xo(n,e);var t=Yo(n);function n(r){Ko(this,n);var u;u=t.call(this,r);var a;u.showType=(a=r==null?void 0:r.showType)!==null&&a!==void 0?a:"switch";var o;u.tips=(o=r==null?void 0:r.tips)!==null&&o!==void 0?o:"";var i;return u.disabled=(i=r==null?void 0:r.disabled)!==null&&i!==void 0?i:!1,u}return n}(w);function ti(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ni(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ae(e){return ae=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ae(e)}function ri(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&De(e,t)}function ui(e,t){return t&&(ai(t)==="object"||typeof t=="function")?t:ti(e)}function De(e,t){return De=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},De(e,t)}var ai=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function oi(){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 ii(e){var t=oi();return function(){var r=ae(e),u;if(t){var a=ae(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return ui(this,u)}}var si=function(e){ri(n,e);var t=ii(n);function n(r){ni(this,n);var u;u=t.call(this,r);var a;return u.options=(a=r==null?void 0:r.options)!==null&&a!==void 0?a:[],u}return n}(w);function li(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ci(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function oe(e){return oe=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},oe(e)}function fi(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&&Re(e,t)}function pi(e,t){return t&&(hi(t)==="object"||typeof t=="function")?t:li(e)}function Re(e,t){return Re=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Re(e,t)}var hi=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function di(){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 vi(e){var t=di();return function(){var r=oe(e),u;if(t){var a=oe(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return pi(this,u)}}var Ei=function(e){fi(n,e);var t=vi(n);function n(r){ci(this,n);var u;u=t.call(this,r);var a;u.placeholder=(a=r==null?void 0:r.placeholder)!==null&&a!==void 0?a:"";var o;return u.options=(o=r==null?void 0:r.options)!==null&&o!==void 0?o:[],u}return n}(w);function yi(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function gi(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ie(e){return ie=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ie(e)}function mi(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&&we(e,t)}function Bi(e,t){return t&&(Ai(t)==="object"||typeof t=="function")?t:yi(e)}function we(e,t){return we=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},we(e,t)}var Ai=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Ii(){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 Ci(e){var t=Ii();return function(){var r=ie(e),u;if(t){var a=ie(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Bi(this,u)}}var Fi=function(e){mi(n,e);var t=Ci(n);function n(r){gi(this,n);var u;u=t.call(this,r);var a;u.options=(a=r==null?void 0:r.options)!==null&&a!==void 0?a:[];var o;return u.showType=(o=r==null?void 0:r.showType)!==null&&o!==void 0?o:"outline",u}return n}(w);function bi(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Si(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function se(e){return se=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},se(e)}function _i(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&$e(e,t)}function Di(e,t){return t&&(Ri(t)==="object"||typeof t=="function")?t:bi(e)}function $e(e,t){return $e=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},$e(e,t)}var Ri=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function wi(){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 $i(e){var t=wi();return function(){var r=se(e),u;if(t){var a=se(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Di(this,u)}}var Mi=function(e){_i(n,e);var t=$i(n);function n(r){Si(this,n);var u;u=t.call(this,r);var a;u.maxLength=(a=r==null?void 0:r.maxLength)!==null&&a!==void 0?a:"";var o;u.minLength=(o=r==null?void 0:r.minLength)!==null&&o!==void 0?o:"";var i;u.placeholder=(i=r==null?void 0:r.placeholder)!==null&&i!==void 0?i:"";var f;u.maxRows=(f=r==null?void 0:r.maxRows)!==null&&f!==void 0?f:"";var d;u.minRows=(d=r==null?void 0:r.minRows)!==null&&d!==void 0?d:"";var m;return u.i18n=(m=r==null?void 0:r.i18n)!==null&&m!==void 0?m:!1,u}return n}(w);function Pi(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Me(e){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){Pi(e,u,n[u])})}return e}function Li(e,t){switch(e){case"input":return new jo(t);case"textarea":return new Mi(t);case"input-number":return new Go(t);case"switch":return new ei(t);case"radio":return new Fi(t);case"checkbox":return new si(t);case"select":return new Ei(t);default:return new wo(t)}}function Oi(e){return function(t){var n=e.get(t);if(!!n)return new ho(Me({},n,{props:Li(n.component,"props"in n?n.props:void 0)}))}}function Ti(e){var t=function(a){return new Ce(Me({},a,{items:a.items.map(Oi(r)).filter(Boolean)}))},n=function(a){return a.map(t)},r=e.fields.reduce(function(u,a){return u.set(a.key,a),u},new Map);return e.groups.map(function(u){return yo(u)?new H(Me({},u,{items:n(u.items)})):t(u)})}class ft{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?z(t):null,this.selectedDataScopeFlatInstances=this.selectedInstanceDataScopeParent?dt(this.selectedInstanceDataScopeParent):[]}setSelectInstanceSettings(t){this.selectedInstanceSetting=t,this.selectedInstanceSettingItems=[],this.selectedInstanceSetting.forEach(n=>{this.selectedInstanceSettingItems.push(...this.getSettingItems(n))})}getSettingItems(t){return t instanceof Ce?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=z(t)}updateDataFieldCodeMap(t){const n=z(t);if(!n)return;const r=this.dataFieldCodeMap.get(n.props.datasourceBind.dataCode);if(!!r){for(const[u,a]of r.entries())if(a.id===t.id){r.delete(u);break}ht(t,this.dataFieldCodeMap)}}getFlatInstances(){const t=[],n=new Map,r=new Map;W(this.instance,u=>{t.push(u),n.set(u.id,u),ht(u,r)}),this.flatInstances=t,this.instanceIdMap=n,this.dataFieldCodeMap=r}}function pt(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 ht(e,t){if(e.controlType===F.FORM){const n=e.props.dataBind;n instanceof Wa?pt(t,n,e):Object.values(n).forEach(r=>{pt(t,r,e)})}}function W(e,t){(Array.isArray(e)?e:[e]).forEach(r=>{t(r),me(r)&&W(r.children,t),ut(r)&&W(r.props.headers,t)})}function Pe(e){return[l.SUBTABLE,l.DATA_VIEW,l.LIST_VIEW].includes(e.type)}function z(e){let t=e?e.parent:null;if(!t)return null;for(;t&&!Pe(t);)t=t.parent;return t}function dt(e){const t=[e];return W(e,n=>{n!==e&&t.includes(n.parent)&&!Pe(n)&&t.push(n)}),t}let Le="";class vt extends Qe{constructor(t){super();this.isMounted=!1,this.id=ua(8),this.__pluginsApplied=!1,this.getSchema=Be,this.getModelBindInfoList=Ae,this.generatePermissions=V,this.$options=Object.freeze(t);const{autoMount:n=!1,Designer:r=$,schema:u,mode:a="form",store:o={}}=this.$options;this.eventLogic=new k,this.designer=new r,this.store=new ft(P({instance:this.designer.createControl(Array.isArray(u)?u:[u])},o)),this.mode=a,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{Le=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this),Le=""}catch(r){j(`${Le||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,a;const t=this.store.selected;if(!t)return;let n=this.getControlSetting(t.type);if(((u=t.parent)==null?void 0:u.controlType)===F.WRAP){const o=this.getControlSetting((a=t.parent)==null?void 0:a.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 a,o,i,f,d,m,g,B;let u=t;if(((a=t[0])==null?void 0:a.type)==="tab"&&((o=n[0])==null?void 0:o.type)==="tab"){const S=t,I=n.slice(0);u=S.map((v,E)=>{const s=new H(v),p=I.findIndex(_=>_.title===v.title);if(p===-1)return s;const c=I.splice(p,1)[0];return c&&(s.items=[...this.formatGroupSetting(c.items,r),...s.items]),s}),I.length&&(u=[...u,...I.map(v=>this.formatGroupSetting(v,r))])}else if(((i=t[0])==null?void 0:i.type)==="group"&&((f=n[0])==null?void 0:f.type)==="group"){const S=t,I=n;u=[...this.formatGroupSetting(I,r),...S]}else if(((d=t[0])==null?void 0:d.type)==="tab"&&((m=n[0])==null?void 0:m.type)==="group"){const S=t,I=n;u=S.map((v,E)=>{const s=new H(v);return E===0&&(s.items=[...this.formatGroupSetting(I,r),...s.items]),s})}else if(((g=t[0])==null?void 0:g.type)==="group"&&((B=n[0])==null?void 0:B.type)==="tab"){const S=t;u=n.map((v,E)=>{const s=new H(v);return E===0&&(s.items=[...s.items,...this.formatGroupSetting(S,r)]),s})}return u}formatGroupSetting(t,n){if(J(t))return t.map(r=>{const u=new Ce(r);return u.fromId=n,u});{const r=new H(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?Ti(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 f;if(t===null)return;const n=this.getInstance(t);if(!n)return;const r=this.store.movingInstanceOldDataScopeParent,u=z(n),a=this.store.movingInstanceOldParent,o=n.parent;this.store.setMovingInstance(null),n.id!==((f=this.store.selected)==null?void 0:f.id)?this.selectInstance(n):this.store.setSelectInstance(n),this.store.getFlatInstances();const i={from:r,current:u,oldParent:a,newParent:o};this.callSelectedScopeEffect(i),a?this.emit("moved",P({},i)):this.emit("joined",P({},i))}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;!Sa(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(([a,o])=>{const i=`${u?u+".":""}${a}`;Ra(o)?this.updateInstanceProps(t,o,r,i):this.updateInstancePropValue(t,i,o,r)})}setInstance(t,n,r,u){ve(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===F.LIST&&n.props.headers.includes(t)?n.props.headers:n.children,u=r.findIndex(a=>a===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===F.LIST&&r.props.headers.includes(t)?r.props.headers:r.children,a=u.findIndex(o=>o===t);a>-1&&u.splice(a,1,n),this.store.getFlatInstances()}updateInstanceType(t,n){const r=t.toSchema(),u=this.createInstance(n,{id:r.id,props:r.props});if(!u){X(`can\u2018t update instance type to ${n}`);return}return u}validate(t,n){return Ie(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!wa(ve(t)?t:t.type)}static register(...t){return $.register(...t),this}static judgeControlIsRegistered(t){return $.staticRegisteredTypes.has(t.Designer.controlType)}judgeControlIsRegistered(t){return this.designer.registeredControlTypes.has(t.Designer.controlType)}register(...t){return this.designer.registerControl(...t),this}assertInstance(t,n){return ve(n)?t.type===n:n.includes(t.type)}getInstanceInListControl(t){let n=t;for(;n;){if(n.controlType===F.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,P({control:this.store.selected},n))})}callSelectedScopeEffect(t={}){this.store.selectedInstanceSettingItems.forEach(n=>{n.callScopeEffect(this,P({control:this.store.selected},t))})}}vt.EventLogic=k,h.Builder=so,h.Designer=$,h.Driven=vt,h.Store=ft,h.checkSchema=Ie,h.fillModelBindInfoListFieldCode=no,h.findInstanceDataScopeParent=z,h.generatePermissions=V,h.getColumnTypeFromFiledType=ee,h.getColumnsFromFiledType=uo,h.getColumnsFromModelBindInfoList=ro,h.getDataScopeFlatInstances=dt,h.getMasterFormControls=to,h.getModelBindInfoList=Ae,h.hasChildrenControl=me,h.hasHeaderControl=ut,h.isDataScopeInstance=Pe,h.loop=W,h.loopFormControl=Y,h.toSchema=Be,Object.defineProperty(h,"__esModule",{value:!0})});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-driven",
3
- "version": "2.7.0-alpha.7",
3
+ "version": "2.7.0-alpha.9",
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.7.0-alpha.7",
29
+ "@byteluck-fe/model-driven-controls": "2.7.0-alpha.9",
30
30
  "@byteluck-fe/model-driven-core": "2.7.0-alpha.4",
31
- "@byteluck-fe/model-driven-settings": "2.7.0-alpha.4",
31
+ "@byteluck-fe/model-driven-settings": "2.7.0-alpha.8",
32
32
  "@byteluck-fe/model-driven-shared": "2.7.0-alpha.4"
33
33
  },
34
- "gitHead": "17771e8909284cb3e9b03284654920f013816dc6"
34
+ "gitHead": "d4194a39bdc3a6e66bf7057444839a8e7dbeb8b6"
35
35
  }