@byteluck-fe/model-driven-engine 2.1.0-beta.2 → 2.1.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/common/proxyState.js +16 -16
- package/dist/index.umd.js +1 -1
- package/package.json +2 -2
|
@@ -241,8 +241,6 @@ var findSubTableInstanceFromKeyPath = function(flatInstance, keys) {
|
|
|
241
241
|
return instance;
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
|
-
warn("未找到 明细子表控件", keys);
|
|
245
|
-
return undefined;
|
|
246
244
|
}
|
|
247
245
|
} catch (err) {
|
|
248
246
|
_didIteratorError = true;
|
|
@@ -258,6 +256,8 @@ var findSubTableInstanceFromKeyPath = function(flatInstance, keys) {
|
|
|
258
256
|
}
|
|
259
257
|
}
|
|
260
258
|
}
|
|
259
|
+
warn("未找到 明细子表控件", keys);
|
|
260
|
+
return undefined;
|
|
261
261
|
};
|
|
262
262
|
/**
|
|
263
263
|
* 在flatInstance中通过key查找出对应的instance
|
|
@@ -287,24 +287,24 @@ var findSubTableInstanceFromKeyPath = function(flatInstance, keys) {
|
|
|
287
287
|
// 最后找到 行 的state
|
|
288
288
|
var rowState = subTableState[rowIndex];
|
|
289
289
|
var rowUid = rowState.uid;
|
|
290
|
+
var headerInstances = subTableInstance.props.headers.map(function(v) {
|
|
291
|
+
return v.children[0];
|
|
292
|
+
});
|
|
293
|
+
var columnId = keys[keys.length - 1];
|
|
294
|
+
var targetInstance = headerInstances.find(function(i) {
|
|
295
|
+
return i.id === columnId;
|
|
296
|
+
});
|
|
297
|
+
if (!targetInstance) {
|
|
298
|
+
return undefined;
|
|
299
|
+
}
|
|
290
300
|
// 当 rowProps 中没有对应的 rowProps时候,进行copy
|
|
291
|
-
if (!subTableInstance.rowProps[rowUid]) {
|
|
292
|
-
var headerInstances = subTableInstance.props.headers.map(function(v) {
|
|
293
|
-
return v.children[0];
|
|
294
|
-
});
|
|
295
|
-
var columnId = keys[keys.length - 1];
|
|
296
|
-
var targetInstance = headerInstances.find(function(i) {
|
|
297
|
-
return i.id === columnId;
|
|
298
|
-
});
|
|
299
|
-
if (!targetInstance) {
|
|
300
|
-
return undefined;
|
|
301
|
-
}
|
|
301
|
+
if (rowUid && !subTableInstance.rowProps[rowUid]) {
|
|
302
302
|
log("\uD83C\uDF1F copy rowProps", subTableInstance.id, rowUid, columnId);
|
|
303
303
|
subTableInstance.rowProps[rowUid] = copyPropsFromControlInstance(targetInstance);
|
|
304
|
-
// @ts-ignore
|
|
305
|
-
var tempInstance = runtime.createControlInstance(targetInstance.type);
|
|
306
|
-
return tempInstance;
|
|
307
304
|
}
|
|
305
|
+
// @ts-ignore
|
|
306
|
+
var tempInstance = runtime.createControlInstance(targetInstance.type);
|
|
307
|
+
return tempInstance;
|
|
308
308
|
}
|
|
309
309
|
var oneKey = keys[0];
|
|
310
310
|
var otherKeys = keys.slice(1);
|
package/dist/index.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var SD=Object.defineProperty,ID=Object.defineProperties;var MD=Object.getOwnPropertyDescriptors;var Ba=Object.getOwnPropertySymbols,ND=Object.getPrototypeOf,xD=Object.prototype.hasOwnProperty,OD=Object.prototype.propertyIsEnumerable,RD=Reflect.get;var Er=Math.pow,_a=(J,oe,le)=>oe in J?SD(J,oe,{enumerable:!0,configurable:!0,writable:!0,value:le}):J[oe]=le,ge=(J,oe)=>{for(var le in oe||(oe={}))xD.call(oe,le)&&_a(J,le,oe[le]);if(Ba)for(var le of Ba(oe))OD.call(oe,le)&&_a(J,le,oe[le]);return J},fi=(J,oe)=>ID(J,MD(oe));var Sa=(J,oe,le)=>RD(ND(J),le,oe);var ot=(J,oe,le)=>new Promise((Ar,Bn)=>{var Cr=at=>{try{tn(le.next(at))}catch(nn){Bn(nn)}},Fr=at=>{try{tn(le.throw(at))}catch(nn){Bn(nn)}},tn=at=>at.done?Ar(at.value):Promise.resolve(at.value).then(Cr,Fr);tn((le=le.apply(J,oe)).next())});(function(J,oe){typeof exports=="object"&&typeof module!="undefined"?oe(exports,require("crypto")):typeof define=="function"&&define.amd?define(["exports","crypto"],oe):(J=typeof globalThis!="undefined"?globalThis:J||self,oe(J.modelDrivenEngine={},J.require$$0))})(this,function(J,oe){"use strict";function le(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var Ar=le(oe),Bn="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Cr="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Fr="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",tn="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",at="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",nn="{caption}\u5FC5\u586B",Ia="\u8BF7\u8F93\u5165\u6807\u9898",Ma="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Na="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",xa="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Oa="\u8BF7\u7ED1\u5B9A\u8868\u5355",Ra="\u8BF7\u7ED1\u5B9A\u5217\u8868",Ta="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",Pa="\u8BF7\u8F93\u5165\u663E\u793A\u503C",$a="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",ja="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",La="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",qa="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",ka="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",Va="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Ua="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",Ha="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",za="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",Wa="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",Za="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",Ga="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Xa="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Ka="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Ja="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Qa="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Ya="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",es="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",ts="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",ns="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",rs="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",us="\u8BF7\u7ED1\u5B9A\u670D\u52A1",is="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",os="\u8BF7\u9009\u62E9\u7701",as="\u8BF7\u9009\u62E9\u5E02",ss="\u8BF7\u9009\u62E9\u533A",cs="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",fs="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",ls="\u8BF7\u8F93\u5165\u5217\u5BBD",hs="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",ds="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",ps="\u8BF7\u9009\u62E9\u63A7\u4EF6",Ds="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",gs="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",vs="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",ms="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",ys="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Es="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",As="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Cs="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Fs="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",ws="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",bs="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Bs="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",_s="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Ss="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Is="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Ms="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Ns="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",xs="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Os="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Rs="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Ts="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Ps={isNotNumber:Bn,isNotString:Cr,isNotObject:Fr,isNotArray:tn,isNotBoolean:at,runtimeRequired:nn,pleaseEnterCaption:Ia,pleaseEnterCaptionTip:Ma,pleaseEnterPlaceholder:Na,pleaseEnterFieldCode:xa,pleaseEnterForm:Oa,pleaseEnterList:Ra,pleaseEnterProcess:Ta,pleaseEnterLabel:Pa,pleaseEnterValue:$a,bizKeyNotBindFiled:ja,pleaseSelectOneField:La,pleaseEnterNumberRange:qa,pleaseEnterAValueGreaterThanMin:ka,pleaseEnterAValueLessThanMax:Va,numberRangeSetError:Ua,stringRangeError:Ha,attachmentMaxSize:za,pleaseEnterTotalScoreSetting:Wa,theTotalScoreMustNotBeLessThan1:Za,scoreDefaultValueRange:Ga,attachmentLimitError:Xa,PleaseReselectTheOptionalQuantity:Ka,TheMaximumLengthIsGreaterThanTheMinimumLength:Ja,TheMinimumLengthIsGreaterThanTheMaximumLength:Qa,PleaseSelectTheCorrectOptionSettings:Ya,optionIdIsRepeat:es,optionIsRequired:ts,pleaseEnterDataCode:ns,pleaseEnterValueFieldCode:rs,pleaseEnterSvcCode:us,pleaseBindAtLeastOneDisplayValue:is,pleaseSelectProvince:os,pleaseSelectCity:as,pleaseSelectDistrict:ss,limitRowsCannotBeLessThan0:cs,TheNumberOfRowsCannotBeLessThanMinRows:fs,pleaseEnterColumnWidth:ls,pleaseSetTheLogicalRelationshipOfAllRuleConditions:hs,pleaseCompleteAllRulesAndConditions:ds,pleaseSelectControl:ps,pleaseSelectAtLeastOneColumn:Ds,pleaseSelectFillBackMode:gs,pleaseSelectDashboard:vs,rootNodeIsRequired:ms,theViewNameCannotBeEmpty:ys,pleaseSelectOcrType:Es,pleaseSelectAtLeastOneFieldToFillIn:As,pleaseChooseAtLeastOne:Cs,pleaseEnterButtonContent:Fs,pleaseEnterDataCodeInDataSetting:ws,pleaseEnterValueFieldCodeInDataSetting:bs,pleaseEnterSvcCodeInDataSetting:Bs,pleaseBindAtLeastOneDisplayValueInDataSetting:_s,rootNodeIsRequiredInDataSetting:Ss,pleaseEnterMaxHeight:Is,pleaseEnter:Ms,pleaseEnterWatermark:Ns,pleaseEnterFileName:xs,pleaseUploadAtLeastOnePrintTemplate:Os,pleaseAssignBusiness:Rs,pleaseAssignExternal:Ts},$s="Please enter a number",js="Please enter a string",Ls="Please enter an object",qs="Please enter an array",ks="Please enter a boolean",Vs="{caption} Required",Us="Please enter the title",Hs="Please enter the bubble prompt",zs="Please enter the prompt text",Ws="Please bind data items",Zs="Please bind the form",Gs="Please bind the list",Xs="Please bind the process",Ks="Please enter the displayed value",Js="Please enter the stored value",Qs="The document number is not bound to the data item",Ys="Please select at least one display field",ec="Please enter a value greater than or equal to {min} and less than or equal to {max}",tc="Please enter a value greater than or equal to {min}",nc="Please enter a value less than or equal to {max}",rc="The value range is set incorrectly",uc="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",ic="The attachment size must be between 0MB and 1000MB",oc="Please fill in the total score setting",ac="The total score cannot be less than 1",sc="The default value must be between {min} and {max}",cc="The number of attachments uploaded must be between {min} and {max}",fc="Please re-select the optional quantity",lc="The maximum length of the control must be greater than the minimum length",hc="The minimum length of the control must be less than the maximum length",dc="Please select the correct option setting",pc="Option ID cannot be repeated",Dc="Please enter at least one option",gc="Please bind the data source",vc="Please bind the stored value",mc="Please bind the service",yc="At least one display value must be bound",Ec="Please select a province",Ac="Please select a city",Cc="Please select a district",Fc="The minimum number of lines to fill in cannot be less than 0",wc="The number of rows cannot be less than {min} rows",bc="Please enter the column width",Bc="Please set the logical relationship of all rule conditions",_c="Please complete all rules and conditions",Sc="please select control",Ic="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Mc="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Nc="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",xc="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Oc="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Rc="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Tc="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Pc="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",$c="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",jc="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Lc="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",qc="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",kc="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Vc="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Uc="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Hc="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",zc="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Wc="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Zc={isNotNumber:$s,isNotString:js,isNotObject:Ls,isNotArray:qs,isNotBoolean:ks,runtimeRequired:Vs,pleaseEnterCaption:Us,pleaseEnterCaptionTip:Hs,pleaseEnterPlaceholder:zs,pleaseEnterFieldCode:Ws,pleaseEnterForm:Zs,pleaseEnterList:Gs,pleaseEnterProcess:Xs,pleaseEnterLabel:Ks,pleaseEnterValue:Js,bizKeyNotBindFiled:Qs,pleaseSelectOneField:Ys,pleaseEnterNumberRange:ec,pleaseEnterAValueGreaterThanMin:tc,pleaseEnterAValueLessThanMax:nc,numberRangeSetError:rc,stringRangeError:uc,attachmentMaxSize:ic,pleaseEnterTotalScoreSetting:oc,theTotalScoreMustNotBeLessThan1:ac,scoreDefaultValueRange:sc,attachmentLimitError:cc,PleaseReselectTheOptionalQuantity:fc,TheMaximumLengthIsGreaterThanTheMinimumLength:lc,TheMinimumLengthIsGreaterThanTheMaximumLength:hc,PleaseSelectTheCorrectOptionSettings:dc,optionIdIsRepeat:pc,optionIsRequired:Dc,pleaseEnterDataCode:gc,pleaseEnterValueFieldCode:vc,pleaseEnterSvcCode:mc,pleaseBindAtLeastOneDisplayValue:yc,pleaseSelectProvince:Ec,pleaseSelectCity:Ac,pleaseSelectDistrict:Cc,limitRowsCannotBeLessThan0:Fc,TheNumberOfRowsCannotBeLessThanMinRows:wc,pleaseEnterColumnWidth:bc,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Bc,pleaseCompleteAllRulesAndConditions:_c,pleaseSelectControl:Sc,pleaseSelectDashboard:Ic,theViewNameCannotBeEmpty:Mc,pleaseSelectOcrType:Nc,pleaseSelectAtLeastOneFieldToFillIn:xc,pleaseChooseAtLeastOne:Oc,pleaseEnterButtonContent:Rc,pleaseEnterDataCodeInDataSetting:Tc,pleaseEnterValueFieldCodeInDataSetting:Pc,pleaseEnterSvcCodeInDataSetting:$c,pleaseBindAtLeastOneDisplayValueInDataSetting:jc,rootNodeIsRequiredInDataSetting:Lc,pleaseEnterMaxHeight:qc,pleaseEnter:kc,pleaseEnterWatermark:Vc,pleaseEnterFileName:Uc,pleaseUploadAtLeastOnePrintTemplate:Hc,pleaseAssignBusiness:zc,pleaseAssignExternal:Wc},Gc="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Xc="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Kc="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Jc="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Qc="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Yc="{caption}\u5FC5\u9808",ef="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",tf="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",nf="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",rf="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",uf="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",of="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",af="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",sf="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",cf="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ff="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",lf="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",hf="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",df="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",pf="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Df="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",gf="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",vf="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",mf="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",yf="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Ef="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Af="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",Cf="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ff="\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",wf="\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",bf="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Bf="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",_f="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Sf="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",If="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Mf="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Nf="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",xf="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Of="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Rf="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Tf="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Pf="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",$f="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",jf="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Lf="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",qf="please select control",kf="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Vf="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Uf="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Hf="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",zf="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Wf="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Zf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Gf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Xf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Kf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Jf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Qf="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Yf="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",el="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",tl="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",nl="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",rl="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",ul="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",il={isNotNumber:Gc,isNotString:Xc,isNotObject:Kc,isNotArray:Jc,isNotBoolean:Qc,runtimeRequired:Yc,pleaseEnterCaption:ef,pleaseEnterCaptionTip:tf,pleaseEnterPlaceholder:nf,pleaseEnterFieldCode:rf,pleaseEnterForm:uf,pleaseEnterList:of,pleaseEnterProcess:af,pleaseEnterLabel:sf,pleaseEnterValue:cf,bizKeyNotBindFiled:ff,pleaseSelectOneField:lf,pleaseEnterNumberRange:hf,pleaseEnterAValueGreaterThanMin:df,pleaseEnterAValueLessThanMax:pf,numberRangeSetError:Df,stringRangeError:gf,attachmentMaxSize:vf,pleaseEnterTotalScoreSetting:mf,theTotalScoreMustNotBeLessThan1:yf,scoreDefaultValueRange:Ef,attachmentLimitError:Af,PleaseReselectTheOptionalQuantity:Cf,TheMaximumLengthIsGreaterThanTheMinimumLength:Ff,TheMinimumLengthIsGreaterThanTheMaximumLength:wf,PleaseSelectTheCorrectOptionSettings:bf,optionIdIsRepeat:Bf,optionIsRequired:_f,pleaseEnterDataCode:Sf,pleaseEnterValueFieldCode:If,pleaseEnterSvcCode:Mf,pleaseBindAtLeastOneDisplayValue:Nf,pleaseSelectProvince:xf,pleaseSelectCity:Of,pleaseSelectDistrict:Rf,limitRowsCannotBeLessThan0:Tf,TheNumberOfRowsCannotBeLessThanMinRows:Pf,pleaseEnterColumnWidth:$f,pleaseSetTheLogicalRelationshipOfAllRuleConditions:jf,pleaseCompleteAllRulesAndConditions:Lf,pleaseSelectControl:qf,pleaseSelectDashboard:kf,theViewNameCannotBeEmpty:Vf,pleaseSelectOcrType:Uf,pleaseSelectAtLeastOneFieldToFillIn:Hf,pleaseChooseAtLeastOne:zf,pleaseEnterButtonContent:Wf,pleaseEnterDataCodeInDataSetting:Zf,pleaseEnterValueFieldCodeInDataSetting:Gf,pleaseEnterSvcCodeInDataSetting:Xf,pleaseBindAtLeastOneDisplayValueInDataSetting:Kf,rootNodeIsRequiredInDataSetting:Jf,pleaseEnterMaxHeight:Qf,pleaseEnter:Yf,pleaseEnterWatermark:el,pleaseEnterFileName:tl,pleaseUploadAtLeastOnePrintTemplate:nl,pleaseAssignBusiness:rl,pleaseAssignExternal:ul},ol={zhCN:Ps,enUS:Zc,jaJP:il},Ve;(function(e){e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable"})(Ve||(Ve={}));var Tt;(function(e){e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN"})(Tt||(Tt={}));var li="zh-CN";function Re(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ke;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(Ke||(Ke={}));var Q;(function(e){e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.FORM_SELECT_BUTTON="form-select-button",e.LIST_VIEW_SELECT="list-view-select",e.TEXT_OCR_BUTTON="text-ocr-button",e.INVOICE_CHECK_BUTTON="invoice-check-button",e.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",e.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",e.VARCHAR_COLUMN="varchar-column",e.TEXT_COLUMN="text-column",e.DECIMAL_COLUMN="decimal-column",e.TIMESCOPE_COLUMN="timescope-column",e.TIMESTAMP_COLUMN="timestamp-column",e.ARRAY_COLUMN="array-column",e.DEPARTMENT_COLUMN="department-column",e.AUTO_NUMBER_COLUMN="auto-number-column",e.FILE_COLUMN="file-column",e.IMAGE_COLUMN="image-column",e.PEOPLE_COLUMN="people-column",e.LOCATION_COLUMN="location-column",e.CUSTOM_COLUMN="custom-column",e.ORDER_COLUMN="order-column",e.OPERATION_COLUMN="operation-column",e.EMPLOYEE_COLUMN="employee-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.DEPARTMENT="department",e.EMPLOYEE="employee",e.IMAGE="image",e.INPUT="input",e.NUMBER="number",e.RADIO="radio",e.RICH_TEXT="rich-text",e.SCORE="score",e.SEARCH_DATE_RANGE="search-date-range",e.SEARCH_NUMBER_RANGE="search-number-range",e.SEARCH_INPUT="search-input",e.SELECT="select",e.SELECT_MULTIPLE="select-multiple",e.SELECT_RELATION="select-relation",e.VUE_FORM_ITEM="vue-form-item",e.TEXTAREA="textarea",e.EMAIL="email",e.FOOTER="footer",e.HEADER="header",e.ID_CARD="id-card",e.MOBILE="mobile",e.PHONE="phone",e.RADIO_IMAGE="radio-image",e.ELECTRONIC_SIGNATURE="electronic-signature",e.WPS="wps",e.CARD_GROUP="card-group",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.ROW="row",e.TWO_COLUMNS="two-columns",e.SUBTABLE_COLUMN="subtable-column",e.SUBTABLE_ROW="subtable-row",e.TAB="tab",e.TAB_PANE="tab-pane",e.TOOLBOX="toolbox",e.DATA_VIEW="data-view",e.LIST_VIEW="list-view",e.SUBTABLE="subtable",e.GRID_TABLE="grid-table",e.SIMPLE_SEARCH="simple-search",e.PAGINATION="pagination",e.CHECKBOX_IMAGE="checkbox-image",e.DASHBOARD="dashboard",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2"})(Q||(Q={}));var K;(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"})(K||(K={}));var _e;_e={},Re(_e,K.ARRAY,Q.ARRAY_COLUMN),Re(_e,K.AUTO_NUMBER,Q.AUTO_NUMBER_COLUMN),Re(_e,K.DECIMAL,Q.DECIMAL_COLUMN),Re(_e,K.DEPARTMENTS,Q.DEPARTMENT_COLUMN),Re(_e,K.FILE,Q.FILE_COLUMN),Re(_e,K.IMAGE,Q.IMAGE_COLUMN),Re(_e,K.ADDRESS,Q.LOCATION_COLUMN),Re(_e,K.EMPLOYEES,Q.EMPLOYEE_COLUMN),Re(_e,K.TEXT,Q.TEXT_COLUMN),Re(_e,K.TIMESCOPE,Q.TIMESCOPE_COLUMN),Re(_e,K.TIMESTAMP,Q.TIMESTAMP_COLUMN),Re(_e,K.VARCHAR,Q.VARCHAR_COLUMN),Re(_e,K.RELATION,Q.VARCHAR_COLUMN);var hi;(function(e){e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATETIME="datetime"})(hi||(hi={}));var di="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",al=di+"0123456789";function wr(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",n=0;n<e;n++){var r=n===0?di:al,u=Math.random()*r.length;t+=r[parseInt(String(u),10)]}return t}function br(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 sl(e){if(Array.isArray(e))return br(e)}function cl(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function pi(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function fl(){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 _n(e,t,n){return fl()?_n=Reflect.construct:_n=function(u,i,o){var c=[null];c.push.apply(c,i);var s=Function.bind.apply(u,c),l=new s;return o&&un(l,o.prototype),l},_n.apply(null,arguments)}function rn(e){return rn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},rn(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&&un(e,t)}function ll(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function hl(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function dl(){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 pl(e,t){return t&&(Dl(t)==="object"||typeof t=="function")?t:cl(e)}function un(e,t){return un=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},un(e,t)}function gi(e){return sl(e)||hl(e)||gl(e)||dl()}var Dl=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function gl(e,t){if(!!e){if(typeof e=="string")return br(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 br(e,t)}}function Br(e){var t=typeof Map=="function"?new Map:void 0;return Br=function(r){if(r===null||!ll(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 _n(r,arguments,rn(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),un(u,r)},Br(e)}function vl(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function vi(e){var t=vl();return function(){var r=rn(e),u;if(t){var i=rn(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return pl(this,u)}}var _r=console;function Je(){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=_r).warn.apply(r,["\u{1F9D0} Driven Warning:"+t[0]].concat(gi(u)))}function Sn(){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=_r).log.apply(r,["\u{1F680} Driven Log:"+t[0]].concat(gi(u)))}function ml(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var Sr=function(e){Di(n,e);var t=vi(n);function n(r){pi(this,n);var u;return u=t.call(this,r),u.name="\u{1F4A5} Driven Error",u.message=r?ml(r):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",u}return n}(Br(Error)),yl=function(e){Di(n,e);var t=vi(n);function n(r){pi(this,n);var u;return u=t.call(this,r),u.name="\u{1F6A8} Driven Reference Error",u}return n}(Sr);function st(e){throw new Sr(e)}function mi(e){throw new yl(e)}function In(e){_r.error(new Sr(e))}function _t(e,t){Array.isArray(e)&&e.map(function(n){switch(n.controlType){case"layout":_t(n==null?void 0:n.children,t);break;case"search":_t(n==null?void 0:n.children,t);break;case"form":t(n)}})}var El=Object.prototype.toString;function yi(e,t){return El.call(e)==="[object "+t+"]"}function Al(e){return yi(e,"String")}function Cl(e){return yi(e,"Promise")}var Fl=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();Cl(r)?r.then(function(u){n._messageCache.clear(),n.messages[n.localeInMessageKey]=u}):this.messages[this.localeInMessageKey]=r},e.prototype.getMessageData=function(){var t=this._messages[this.localeInMessageKey];return typeof t=="function"?t():t},e.prototype.translate=function(t,n,r){var u=this.getMessage(t);return u?this.formatMessage(u,r):this.formatMessage(n,r)},e.prototype.getMessage=function(t){if(this._messageCache.has(t))return this._messageCache.get(t);var n=this.getPathArray(t),r=n.reduce(function(u,i,o,c){if(u!==void 0){var s=u[i];if(!(o===c.length-1&&!Al(s)))return s}},this.message);return this._messageCache.set(t,r),r},e.prototype.formatMessage=function(t,n){return n?t.replace(this.variableRegExp,function(r,u){var i=n[u];return i!==void 0?String(i):r}):t},e.prototype.getPreImport=function(t){var n;if(window.okI18nPreImport){var r=this.getLocaleInMessageKey(t);return window.okI18nPreImport.hasOwnProperty(r)?window.okI18nPreImport:(n={},n[r]=window.okI18nPreImport,n)}},e.prototype.getPathArray=function(t){return t.split(".")},e.prototype.getLocaleInMessageKey=function(t){return t.replace(/-/g,"")},Object.defineProperty(e.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"message",{get:function(){var t;return(t=this.messages[this.localeInMessageKey])!==null&&t!==void 0?t:{}},enumerable:!1,configurable:!0}),e}();function wl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Ue=function(){function e(){wl(this,e)}return e.getMessage=function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(n,"",r)},e.resetI18n=function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:li;return new Fl({locale:n,messages:ol})},e.setLocale=function(n){return this.$i18n.setLocale(n)},e}();Ue.$i18n=Ue.resetI18n();function Ei(e,t,n){var r=t.replace(/\[(\d)]/g,function(i,o){return"."+o}).split("."),u=!1;return r.reduce(function(i,o,c,s){var l=i;if(!!i){if(!Object.prototype.hasOwnProperty.call(i,o)){Je("Can not set ".concat(t,"'s ").concat(o," property in current %o, Because there is no ").concat(o," property on the %o"),i,i);return}return c===s.length-1&&!Object.is(l[o],n)&&(l[o]=n,u=!0),l[o]}},e),u}var je=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function Ai(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ir={exports:{}};(function(e){(function(t){var n=function(g,A,I){if(!l(A)||a(A)||h(A)||d(A)||s(A))return A;var w,x=0,P=0;if(f(A))for(w=[],P=A.length;x<P;x++)w.push(n(g,A[x],I));else{w={};for(var L in A)Object.prototype.hasOwnProperty.call(A,L)&&(w[g(L,I)]=n(g,A[L],I))}return w},r=function(g,A){A=A||{};var I=A.separator||"_",w=A.split||/(?=[A-Z])/;return g.split(w).join(I)},u=function(g){return p(g)?g:(g=g.replace(/[\-_\s]+(.)?/g,function(A,I){return I?I.toUpperCase():""}),g.substr(0,1).toLowerCase()+g.substr(1))},i=function(g){var A=u(g);return A.substr(0,1).toUpperCase()+A.substr(1)},o=function(g,A){return r(g,A).toLowerCase()},c=Object.prototype.toString,s=function(g){return typeof g=="function"},l=function(g){return g===Object(g)},f=function(g){return c.call(g)=="[object Array]"},a=function(g){return c.call(g)=="[object Date]"},h=function(g){return c.call(g)=="[object RegExp]"},d=function(g){return c.call(g)=="[object Boolean]"},p=function(g){return g=g-0,g===g},D=function(g,A){var I=A&&"process"in A?A.process:A;return typeof I!="function"?g:function(w,x){return I(w,g,x)}},m={camelize:u,decamelize:o,pascalize:i,depascalize:o,camelizeKeys:function(g,A){return n(D(u,A),g)},decamelizeKeys:function(g,A){return n(D(o,A),g,A)},pascalizeKeys:function(g,A){return n(D(i,A),g)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=m:t.humps=m})(je)})(Ir);function he(e){if(e!==void 0)return typeof e=="object"?JSON.parse(JSON.stringify(e)):e}function Qe(e){return Object.prototype.toString.call(e)==="[object Object]"}function bl(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function Pt(e){return Array.isArray(e)}function Te(e){return typeof e=="string"}function Mn(e){return typeof e=="number"}function Ci(e){return typeof e=="function"}function Bl(e){return Pt(e)&&e.every(function(t){return Te(t)})}function _l(e){return Pt(e)&&e.every(function(t){return Mn(t)||t===""})}function Fi(e){return/^\[.*?]$/.test(e)}function Nn(e){return/^{.*?}$/.test(e)}function Mr(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 Sl(e){if(Array.isArray(e))return Mr(e)}function wi(e,t,n,r,u,i,o){try{var c=e[i](o),s=c.value}catch(l){n(l);return}c.done?t(s):Promise.resolve(s).then(r,u)}function Il(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(s){wi(i,r,u,o,c,"next",s)}function c(s){wi(i,r,u,o,c,"throw",s)}o(void 0)})}}function Ml(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Nl(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function xl(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Nr(e){return Sl(e)||Nl(e)||Ol(e)||xl()}function Ol(e,t){if(!!e){if(typeof e=="string")return Mr(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 Mr(e,t)}}var Rl=function(e,t){var n,r,u,i,o={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function c(l){return function(f){return s([l,f])}}function s(l){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(u=l[0]&2?r.return:l[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,l[1])).done)return u;switch(r=0,u&&(l=[l[0]&2,u.value]),l[0]){case 0:case 1:u=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(u=o.trys,!(u=u.length>0&&u[u.length-1])&&(l[0]===6||l[0]===2)){o=0;continue}if(l[0]===3&&(!u||l[1]>u[0]&&l[1]<u[3])){o.label=l[1];break}if(l[0]===6&&o.label<u[1]){o.label=u[1],u=l;break}if(u&&o.label<u[2]){o.label=u[2],o.ops.push(l);break}u[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(f){l=[6,f],r=0}finally{n=u=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},bi=function(){function e(){Ml(this,e),this._events=new Map,this.debug=!1}var t=e.prototype;return t.emit=function(r){for(var u=arguments.length,i=new Array(u>1?u-1:0),o=1;o<u;o++)i[o-1]=arguments[o];var c=this;return Il(function(){var s,l,f,a,h,d,p,D,m,g,A,I;return Rl(this,function(w){switch(w.label){case 0:if(s=c._events.get(r),l=[],!s)return[3,10];f=s.slice(),a=!0,h=!1,d=void 0,w.label=1;case 1:w.trys.push([1,8,9,10]),p=f[Symbol.iterator](),w.label=2;case 2:if(a=(D=p.next()).done)return[3,7];if(m=D.value,!s.includes(m))return[3,6];w.label=3;case 3:return w.trys.push([3,5,,6]),c.debug&&Sn.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(r," \u4E8B\u4EF6: ").concat(m.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+m.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(i.map(function(){return"%o"}).join(","),"\u3002")].concat(Nr(i))),[4,m.apply(null,Nr(i))];case 4:return g=w.sent(),c.debug&&Sn.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(r," \u4E8B\u4EF6: ").concat(m.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+m.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(i.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Nr(i),[g])),l.push(g),g===!1?[3,7]:[3,6];case 5:return A=w.sent(),In(String(A)),[3,6];case 6:return a=!0,[3,2];case 7:return[3,10];case 8:return I=w.sent(),h=!0,d=I,[3,10];case 9:try{!a&&p.return!=null&&p.return()}finally{if(h)throw d}return[7];case 10:return[2,l]}})})()},t.on=function(r,u){if(this._events.has(r)){var i;(i=this._events.get(r))===null||i===void 0||i.push(u)}else this._events.set(r,[u])},t.off=function(r,u){if(this._events.has(r)){var i=this._events.get(r),o=i==null?void 0:i.indexOf(u);i==null||i.splice(o,1)}},t.delete=function(r){this._events.has(r)&&this._events.delete(r)},t.clear=function(){this._events=new Map},e}();function Tl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Pl=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_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"}],Bi=function(){function e(){Tl(this,e)}var t=e.prototype;return t.getEventsFromKeys=function(r){var u=typeof r=="string"?[r]:r;return e.events.filter(function(i){return u.includes(i.key)})},e}();Bi.events=Pl;function $l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var _i=[],xn=function(){function e(n){$l(this,e),this.registeredControlTypes=new Set,this.controlConfigMap=new Map,this._controls=[],this._type=n,this._initControls(n)}var t=e.prototype;return t.registerControlConfig=function(r,u){return this.controlConfigMap.set(r,u),this},t.getControlConfig=function(r){return this.controlConfigMap.get(r)},t.getControls=function(){return this._controls},t.register=function(r){r.__is_control__||st("".concat(r.name," is not a Control"));var u=this._controls.findIndex(function(i){return i.controlType===r.controlType});return u>-1&&(Je("The ".concat(r.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(u,1)),this.registeredControlTypes.add(r.controlType),this._controls.push(r),this},t.isLayoutControl=function(r){return r.controlType===Ke.LAYOUT},t.isFormControl=function(r){return r.controlType===Ke.FORM},t.isListControl=function(r){return r.controlType===Ke.LIST},t.isColumnControl=function(r){return r.controlType===Ke.COLUMN},t.createControl=function(r,u){var i=this;if(Array.isArray(r))return r.map(function(f){return i.createControl(f,u)});r.children&&(r.children=r.children.map(function(f){return i.createControl(f,u)})),this.isListControl(r)&&r.props.headers&&(r.props.headers=r.props.headers.map(function(f){return i.createControl(f,u)}));var o=this.getControlFormType(r.type);if(o){var c=r;if(typeof u=="function"){var s=u(c);s&&(c=s)}var l=new o(c);return l}else st("The constructor of ".concat(r.type," could not be found, please confirm that the constructor has been registered"))},t.createControlInstance=function(r,u){var i=this.getControlFormType(r);if(i)return new i(u)},t.getControlFormType=function(r){return this._controls.find(function(u){return u.controlType===r})},t._initControls=function(r){var u=this;this.constructor.staticControls.forEach(function(i){u.register(i[r])})},e.register=function(r){var u=r.Designer,i=r.Runtime;(!u||!i||!u.__is_control__||!i.__is_control__)&&st("".concat(r," is can't register as a Control"));var o=this.staticControls.findIndex(function(c){return c.Designer.controlType===u.controlType});return o>-1&&(Je("The ".concat(u.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(o,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(r),this},e}();xn.staticControls=_i,xn.staticRegisteredTypes=new Set(_i.map(function(e){return e.Designer.controlType})),xn.staticRegisteredConfigs=new Map;function St(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var on=function e(t){St(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:""},pt=function e(){St(this,e)},On=function e(t){St(this,e);var n;this.amount=(n=t==null?void 0:t.amount)!==null&&n!==void 0?n:"";var r;this.currency=(r=t==null?void 0:t.currency)!==null&&r!==void 0?r:xr.CNY},Rn=function e(t){St(this,e);var n;this.min=(n=t==null?void 0:t.min)!==null&&n!==void 0?n:"";var r;this.max=(r=t==null?void 0:t.max)!==null&&r!==void 0?r:""},Tn=function e(t){St(this,e);var n;this.city=(n=t==null?void 0:t.city)!==null&&n!==void 0?n:"";var r;this.cityDisplay=(r=t==null?void 0:t.cityDisplay)!==null&&r!==void 0?r:"";var u;this.district=(u=t==null?void 0:t.district)!==null&&u!==void 0?u:"";var i;this.districtDisplay=(i=t==null?void 0:t.districtDisplay)!==null&&i!==void 0?i:"";var o;this.province=(o=t==null?void 0:t.province)!==null&&o!==void 0?o:"";var c;this.provinceDisplay=(c=t==null?void 0:t.provinceDisplay)!==null&&c!==void 0?c:""},Pn=function e(t){St(this,e);var n;this.result=(n=t==null?void 0:t.result)!==null&&n!==void 0?n:0;var r;this.unit=(r=t==null?void 0:t.unit)!==null&&r!==void 0?r:""},xr;(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"})(xr||(xr={}));var Si;(function(e){e.REQUIRED="required",e.IS_HIDE="isHide",e.IS_SHOW_UNIT="isShowUnit",e.IMD_SEARCH="immediatelySearch",e.MULTIPLE="multiple",e.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",e.CAPTION="caption",e.IS_HIDE_CAPTION="isHideCaption",e.DEFAULT_SHOW_OPTIONS="defaultShowOptions",e.CAN_SEARCH="canSearch",e.CAN_CHECK="canCheck",e.CAN_EDIT="canEdit",e.CAN_DELETE="canDelete",e.SHOW_UPPER_CASE="showUpperCase",e.MICROMETER="micrometer",e.PRECISION="precision",e.PERCENTAGE="percentage",e.OPTIONAL_LEVEL="optionalLevel",e.CONTAINS_SUB_NODE="containsSubNode",e.DEFAULT_COLLAPSE="defaultCollapse",e.CAN_VIEW_FORM="canViewForm",e.SERVER_PAGINATION="serverPagination",e.IS_SHOW_CAPTION_TIP="isShowCaptionTip",e.ENCRYPTED="encrypted",e.IS_INLINE_EDIT="isInlineEdit",e.REVISIONS_MODE="revisionsMode",e.ALLOW_COPY_OPTIONS="allowCopyOptions"})(Si||(Si={}));var Or;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.READONLY=1]="READONLY",e[e.EDITABLE=2]="EDITABLE",e[e.PRINT=5]="PRINT"})(Or||(Or={}));var jl=function e(t){St(this,e);var n;this.width=(n=t==null?void 0:t.width)!==null&&n!==void 0?n:"";var r;this.height=(r=t==null?void 0:t.height)!==null&&r!==void 0?r:"";var u;this.widthConfig=(u=t==null?void 0:t.widthConfig)!==null&&u!==void 0?u:"fill";var i;this.heightConfig=(i=t==null?void 0:t.heightConfig)!==null&&i!==void 0?i:"fill"};function Ll(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Rr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ql(){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 $n(e,t,n){return ql()?$n=Reflect.construct:$n=function(u,i,o){var c=[null];c.push.apply(c,i);var s=Function.bind.apply(u,c),l=new s;return o&&sn(l,o.prototype),l},$n.apply(null,arguments)}function an(e){return an=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},an(e)}function kl(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&sn(e,t)}function Vl(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Ul(e,t){return t&&(Hl(t)==="object"||typeof t=="function")?t:Ll(e)}function sn(e,t){return sn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},sn(e,t)}var Hl=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Tr(e){var t=typeof Map=="function"?new Map:void 0;return Tr=function(r){if(r===null||!Vl(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 $n(r,arguments,an(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),sn(u,r)},Tr(e)}function zl(){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 Wl(e){var t=zl();return function(){var r=an(e),u;if(t){var i=an(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Ul(this,u)}}var Ii=function e(t){Rr(this,e),this.isHide={type:"boolean"}},Mi=function(e){kl(n,e);var t=Wl(n);function n(r){return Rr(this,n),t.call(this)}return n}(Tr(Array)),It=function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";Rr(this,e);var r;this.isHide=(r=t==null?void 0:t.isHide)!==null&&r!==void 0?r:!1,this.style=new jl(t==null?void 0:t.style);var u;this.caption=(u=t==null?void 0:t.caption)!==null&&u!==void 0?u:n};It.Rules=Ii,It.RuntimeRules=Mi;function Ye(){return Ye=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Ye.apply(this,arguments)}function Zl(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function Pr(e){return Pr=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Pr(e)}function jn(e,t){return jn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},jn(e,t)}function Gl(){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 Ln(e,t,n){return Gl()?Ln=Reflect.construct:Ln=function(u,i,o){var c=[null];c.push.apply(c,i);var s=Function.bind.apply(u,c),l=new s;return o&&jn(l,o.prototype),l},Ln.apply(null,arguments)}function Xl(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function $r(e){var t=typeof Map=="function"?new Map:void 0;return $r=function(r){if(r===null||!Xl(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 Ln(r,arguments,Pr(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),jn(u,r)},$r(e)}var Kl=/%[sdj%]/g,Ni=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(Ni=function(t,n){typeof console!="undefined"&&console.warn&&n.every(function(r){return typeof r=="string"})&&console.warn(t,n)});function jr(e){if(!e||!e.length)return null;var t={};return e.forEach(function(n){var r=n.field;t[r]=t[r]||[],t[r].push(n)}),t}function Pe(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=1,u=t[0],i=t.length;if(typeof u=="function")return u.apply(null,t.slice(1));if(typeof u=="string"){var o=String(u).replace(Kl,function(c){if(c==="%%")return"%";if(r>=i)return c;switch(c){case"%s":return String(t[r++]);case"%d":return Number(t[r++]);case"%j":try{return JSON.stringify(t[r++])}catch(s){return"[Circular]"}break;default:return c}});return o}return u}function Jl(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function de(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||Jl(t)&&typeof e=="string"&&!e)}function Ql(e,t,n){var r=[],u=0,i=e.length;function o(c){r.push.apply(r,c),u++,u===i&&n(r)}e.forEach(function(c){t(c,o)})}function xi(e,t,n){var r=0,u=e.length;function i(o){if(o&&o.length){n(o);return}var c=r;r=r+1,c<u?t(e[c],i):n([])}i([])}function Yl(e){var t=[];return Object.keys(e).forEach(function(n){t.push.apply(t,e[n])}),t}var Oi=function(e){Zl(t,e);function t(n,r){var u;return u=e.call(this,"Async Validation Error")||this,u.errors=n,u.fields=r,u}return t}($r(Error));function e0(e,t,n,r){if(t.first){var u=new Promise(function(a,h){var d=function(m){return r(m),m.length?h(new Oi(m,jr(m))):a()},p=Yl(e);xi(p,n,d)});return u.catch(function(a){return a}),u}var i=t.firstFields||[];i===!0&&(i=Object.keys(e));var o=Object.keys(e),c=o.length,s=0,l=[],f=new Promise(function(a,h){var d=function(D){if(l.push.apply(l,D),s++,s===c)return r(l),l.length?h(new Oi(l,jr(l))):a()};o.length||(r(l),a()),o.forEach(function(p){var D=e[p];i.indexOf(p)!==-1?xi(D,n,d):Ql(D,n,d)})});return f.catch(function(a){return a}),f}function Ri(e){return function(t){return t&&t.message?(t.field=t.field||e.fullField,t):{message:typeof t=="function"?t():t,field:t.field||e.fullField}}}function Ti(e,t){if(t){for(var n in t)if(t.hasOwnProperty(n)){var r=t[n];typeof r=="object"&&typeof e[n]=="object"?e[n]=Ye(Ye({},e[n]),r):e[n]=r}}return e}function Pi(e,t,n,r,u,i){e.required&&(!n.hasOwnProperty(e.field)||de(t,i||e.type))&&r.push(Pe(u.messages.required,e.fullField))}function t0(e,t,n,r,u){(/^\s+$/.test(t)||t==="")&&r.push(Pe(u.messages.whitespace,e.fullField))}var Lr={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},cn={integer:function(t){return cn.number(t)&&parseInt(t,10)===t},float:function(t){return cn.number(t)&&!cn.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch(n){return!1}},date:function(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function(t){return isNaN(t)?!1:typeof t=="number"},object:function(t){return typeof t=="object"&&!cn.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&!!t.match(Lr.email)&&t.length<255},url:function(t){return typeof t=="string"&&!!t.match(Lr.url)},hex:function(t){return typeof t=="string"&&!!t.match(Lr.hex)}};function n0(e,t,n,r,u){if(e.required&&t===void 0){Pi(e,t,n,r,u);return}var i=["integer","float","array","regexp","object","method","email","number","date","url","hex"],o=e.type;i.indexOf(o)>-1?cn[o](t)||r.push(Pe(u.messages.types[o],e.fullField,e.type)):o&&typeof t!==e.type&&r.push(Pe(u.messages.types[o],e.fullField,e.type))}function r0(e,t,n,r,u){var i=typeof e.len=="number",o=typeof e.min=="number",c=typeof e.max=="number",s=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,l=t,f=null,a=typeof t=="number",h=typeof t=="string",d=Array.isArray(t);if(a?f="number":h?f="string":d&&(f="array"),!f)return!1;d&&(l=t.length),h&&(l=t.replace(s,"_").length),i?l!==e.len&&r.push(Pe(u.messages[f].len,e.fullField,e.len)):o&&!c&&l<e.min?r.push(Pe(u.messages[f].min,e.fullField,e.min)):c&&!o&&l>e.max?r.push(Pe(u.messages[f].max,e.fullField,e.max)):o&&c&&(l<e.min||l>e.max)&&r.push(Pe(u.messages[f].range,e.fullField,e.min,e.max))}var $t="enum";function u0(e,t,n,r,u){e[$t]=Array.isArray(e[$t])?e[$t]:[],e[$t].indexOf(t)===-1&&r.push(Pe(u.messages[$t],e.fullField,e[$t].join(", ")))}function i0(e,t,n,r,u){if(e.pattern){if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||r.push(Pe(u.messages.pattern.mismatch,e.fullField,t,e.pattern));else if(typeof e.pattern=="string"){var i=new RegExp(e.pattern);i.test(t)||r.push(Pe(u.messages.pattern.mismatch,e.fullField,t,e.pattern))}}}var Z={required:Pi,whitespace:t0,type:n0,range:r0,enum:u0,pattern:i0};function o0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t,"string")&&!e.required)return n();Z.required(e,t,r,i,u,"string"),de(t,"string")||(Z.type(e,t,r,i,u),Z.range(e,t,r,i,u),Z.pattern(e,t,r,i,u),e.whitespace===!0&&Z.whitespace(e,t,r,i,u))}n(i)}function a0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t)&&!e.required)return n();Z.required(e,t,r,i,u),t!==void 0&&Z.type(e,t,r,i,u)}n(i)}function s0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(t===""&&(t=void 0),de(t)&&!e.required)return n();Z.required(e,t,r,i,u),t!==void 0&&(Z.type(e,t,r,i,u),Z.range(e,t,r,i,u))}n(i)}function c0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t)&&!e.required)return n();Z.required(e,t,r,i,u),t!==void 0&&Z.type(e,t,r,i,u)}n(i)}function f0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t)&&!e.required)return n();Z.required(e,t,r,i,u),de(t)||Z.type(e,t,r,i,u)}n(i)}function l0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t)&&!e.required)return n();Z.required(e,t,r,i,u),t!==void 0&&(Z.type(e,t,r,i,u),Z.range(e,t,r,i,u))}n(i)}function h0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t)&&!e.required)return n();Z.required(e,t,r,i,u),t!==void 0&&(Z.type(e,t,r,i,u),Z.range(e,t,r,i,u))}n(i)}function d0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(t==null&&!e.required)return n();Z.required(e,t,r,i,u,"array"),t!=null&&(Z.type(e,t,r,i,u),Z.range(e,t,r,i,u))}n(i)}function p0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t)&&!e.required)return n();Z.required(e,t,r,i,u),t!==void 0&&Z.type(e,t,r,i,u)}n(i)}var D0="enum";function g0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t)&&!e.required)return n();Z.required(e,t,r,i,u),t!==void 0&&Z[D0](e,t,r,i,u)}n(i)}function v0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t,"string")&&!e.required)return n();Z.required(e,t,r,i,u),de(t,"string")||Z.pattern(e,t,r,i,u)}n(i)}function m0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t,"date")&&!e.required)return n();if(Z.required(e,t,r,i,u),!de(t,"date")){var c;t instanceof Date?c=t:c=new Date(t),Z.type(e,c,r,i,u),c&&Z.range(e,c.getTime(),r,i,u)}}n(i)}function y0(e,t,n,r,u){var i=[],o=Array.isArray(t)?"array":typeof t;Z.required(e,t,r,i,u,o),n(i)}function qr(e,t,n,r,u){var i=e.type,o=[],c=e.required||!e.required&&r.hasOwnProperty(e.field);if(c){if(de(t,i)&&!e.required)return n();Z.required(e,t,r,o,u,i),de(t,i)||Z.type(e,t,r,o,u)}n(o)}function E0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t)&&!e.required)return n();Z.required(e,t,r,i,u)}n(i)}var fn={string:o0,method:a0,number:s0,boolean:c0,regexp:f0,integer:l0,float:h0,array:d0,object:p0,enum:g0,pattern:v0,date:m0,url:qr,hex:qr,email:qr,required:y0,any:E0};function kr(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var Vr=kr();function Dt(e){this.rules=null,this._messages=Vr,this.define(e)}Dt.prototype={messages:function(t){return t&&(this._messages=Ti(kr(),t)),this._messages},define:function(t){if(!t)throw new Error("Cannot configure a schema with no rules");if(typeof t!="object"||Array.isArray(t))throw new Error("Rules must be an object");this.rules={};var n,r;for(n in t)t.hasOwnProperty(n)&&(r=t[n],this.rules[n]=Array.isArray(r)?r:[r])},validate:function(t,n,r){var u=this;n===void 0&&(n={}),r===void 0&&(r=function(){});var i=t,o=n,c=r;if(typeof o=="function"&&(c=o,o={}),!this.rules||Object.keys(this.rules).length===0)return c&&c(),Promise.resolve();function s(D){var m,g=[],A={};function I(w){if(Array.isArray(w)){var x;g=(x=g).concat.apply(x,w)}else g.push(w)}for(m=0;m<D.length;m++)I(D[m]);g.length?A=jr(g):(g=null,A=null),c(g,A)}if(o.messages){var l=this.messages();l===Vr&&(l=kr()),Ti(l,o.messages),o.messages=l}else o.messages=this.messages();var f,a,h={},d=o.keys||Object.keys(this.rules);d.forEach(function(D){f=u.rules[D],a=i[D],f.forEach(function(m){var g=m;typeof g.transform=="function"&&(i===t&&(i=Ye({},i)),a=i[D]=g.transform(a)),typeof g=="function"?g={validator:g}:g=Ye({},g),g.validator=u.getValidationMethod(g),g.field=D,g.fullField=g.fullField||D,g.type=u.getType(g),g.validator&&(h[D]=h[D]||[],h[D].push({rule:g,value:a,source:i,field:D}))})});var p={};return e0(h,o,function(D,m){var g=D.rule,A=(g.type==="object"||g.type==="array")&&(typeof g.fields=="object"||typeof g.defaultField=="object");A=A&&(g.required||!g.required&&D.value),g.field=D.field;function I(P,L){return Ye(Ye({},L),{},{fullField:g.fullField+"."+P})}function w(P){P===void 0&&(P=[]);var L=P;if(Array.isArray(L)||(L=[L]),!o.suppressWarning&&L.length&&Dt.warning("async-validator:",L),L.length&&g.message!==void 0&&(L=[].concat(g.message)),L=L.map(Ri(g)),o.first&&L.length)return p[g.field]=1,m(L);if(!A)m(L);else{if(g.required&&!D.value)return g.message!==void 0?L=[].concat(g.message).map(Ri(g)):o.error&&(L=[o.error(g,Pe(o.messages.required,g.field))]),m(L);var M={};if(g.defaultField)for(var j in D.value)D.value.hasOwnProperty(j)&&(M[j]=g.defaultField);M=Ye(Ye({},M),D.rule.fields);for(var G in M)if(M.hasOwnProperty(G)){var z=Array.isArray(M[G])?M[G]:[M[G]];M[G]=z.map(I.bind(null,G))}var ee=new Dt(M);ee.messages(o.messages),D.rule.options&&(D.rule.options.messages=o.messages,D.rule.options.error=o.error),ee.validate(D.value,D.rule.options||o,function(Y){var ue=[];L&&L.length&&ue.push.apply(ue,L),Y&&Y.length&&ue.push.apply(ue,Y),m(ue.length?ue:null)})}}var x;g.asyncValidator?x=g.asyncValidator(g,D.value,w,D.source,o):g.validator&&(x=g.validator(g,D.value,w,D.source,o),x===!0?w():x===!1?w(g.message||g.field+" fails"):x instanceof Array?w(x):x instanceof Error&&w(x.message)),x&&x.then&&x.then(function(){return w()},function(P){return w(P)})},function(D){s(D)})},getType:function(t){if(t.type===void 0&&t.pattern instanceof RegExp&&(t.type="pattern"),typeof t.validator!="function"&&t.type&&!fn.hasOwnProperty(t.type))throw new Error(Pe("Unknown rule type %s",t.type));return t.type||"string"},getValidationMethod:function(t){if(typeof t.validator=="function")return t.validator;var n=Object.keys(t),r=n.indexOf("message");return r!==-1&&n.splice(r,1),n.length===1&&n[0]==="required"?fn.required:fn[this.getType(t)]||!1}},Dt.register=function(t,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");fn[t]=n},Dt.warning=Ni,Dt.messages=Vr,Dt.validators=fn;var A0={required:"%s \u5FC5\u586B",maxLength:"%s \u8D85\u51FA\u6700\u5927\u957F\u5EA6\u9650\u5236",minLength:"%s \u5C0F\u4E8E\u6700\u5C0F\u957F\u5EA6\u9650\u5236",string:{range:"%s \u4E0D\u5728\u6307\u5B9A\u957F\u5EA6\u5185"}};function C0(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new Dt(e);return n.messages(Object.assign(A0,t)),n}var F0=new bi;function Ur(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function w0(e){if(Array.isArray(e))return e}function b0(e){if(Array.isArray(e))return Ur(e)}function $i(e,t,n,r,u,i,o){try{var c=e[i](o),s=c.value}catch(l){n(l);return}c.done?t(s):Promise.resolve(s).then(r,u)}function ji(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(s){$i(i,r,u,o,c,"next",s)}function c(s){$i(i,r,u,o,c,"throw",s)}o(void 0)})}}function B0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Li(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function _0(e,t,n){return t&&Li(e.prototype,t),n&&Li(e,n),e}function S0(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function qi(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function ki(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function I0(){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 M0(){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 Vi(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){S0(e,u,n[u])})}return e}function N0(e){return w0(e)||ki(e)||Ui(e)||I0()}function Hr(e){return b0(e)||ki(e)||Ui(e)||M0()}function Ui(e,t){if(!!e){if(typeof e=="string")return Ur(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ur(e,t)}}var Hi=function(e,t){var n,r,u,i,o={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function c(l){return function(f){return s([l,f])}}function s(l){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(u=l[0]&2?r.return:l[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,l[1])).done)return u;switch(r=0,u&&(l=[l[0]&2,u.value]),l[0]){case 0:case 1:u=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(u=o.trys,!(u=u.length>0&&u[u.length-1])&&(l[0]===6||l[0]===2)){o=0;continue}if(l[0]===3&&(!u||l[1]>u[0]&&l[1]<u[3])){o.label=l[1];break}if(l[0]===6&&o.label<u[1]){o.label=u[1],u=l;break}if(u&&o.label<u[2]){o.label=u[2],o.ops.push(l);break}u[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(f){l=[6,f],r=0}finally{n=u=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},et=function(){function t(r){var u=this;B0(this,t),this.setting=[],this.eventKeys=[],this.customEvents=[],this.parent=null,this.updateSetting=Wi,this.removeSetting=zi,this._callControlHooks("preInstance",r);var i=qi(this,t)?this.constructor:void 0,o=i.controlName,c=i.controlIcon,s=i.controlType,l=i.controlFieldType,f=i.controlEventKeys,a=i.controlCustomEvents,h=i.name,d=i.setting;o&&c&&s||mi("The ".concat(h," controlName,controlIcon,controlType is not define"));var p;this.id=(p=r==null?void 0:r.id)!==null&&p!==void 0?p:wr(10),this.name=o,this.icon=c;var D;this.type=(D=r==null?void 0:r.type)!==null&&D!==void 0?D:s,this.props=new It(r==null?void 0:r.props,(qi(this,t)?this.constructor:void 0).controlName);var m;this.controlType=(m=r==null?void 0:r.controlType)!==null&&m!==void 0?m:"base",this.setting=he(d);var g;this.fieldType=(g=r==null?void 0:r.fieldType)!==null&&g!==void 0?g:l,this.eventKeys=he(f),this.customEvents=he(a),Promise.resolve().then(function(){u._callControlHooks("postInstance",r)})}var n=t.prototype;return n._callControlHooks=function(){for(var u=arguments.length,i=new Array(u),o=0;o<u;o++)i[o]=arguments[o];var c,s=N0(i),l=s[0],f=s.slice(1);return(c=F0).emit.apply(c,[l,this].concat(Hr(f)))},n.preUpdate=function(u,i){this._callControlHooks("preUpdateProps",u,i)},n.postUpdate=function(u,i){this._callControlHooks("postUpdateProps",u,i)},n.updateProps=function(u,i){this.preUpdate(u,i),Ei(this.props,u,i),this.postUpdate(u,i)},n.preValidate=function(){var u=this;return ji(function(){var i,o,c;return Hi(this,function(s){switch(s.label){case 0:return i=Vi({},u.rules),[4,u._callControlHooks("preValidate",i)];case 1:return o=s.sent(),c=o[o.length-1],[2,c===!1?void 0:c]}})})()},n.validate=function(u,i){var o=this;return ji(function(){var c,s,l,f;return Hi(this,function(a){switch(a.label){case 0:return[4,o.preValidate()];case 1:c=a.sent(),s=c!==void 0?c:Vi({},o.rules),Array.isArray(i)&&i.forEach(function(h){s.hasOwnProperty(h)&&delete s[h]}),l=C0(s,u),a.label=2;case 2:return a.trys.push([2,4,,5]),[4,l.validate(o.props)];case 3:return a.sent(),[2,!0];case 4:throw f=a.sent(),f.control||(f.control=o),f;case 5:return[2]}})})()},n.toDataBindModel=function(){var u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,i=this.fieldType,o=this.id,c=this.type,s=this.props,l=s.dataBind,f=s.datasourceBind,a=s.optionConfig,h=s.caption,d=s.required,p=s.maxLength,D=s.options,m=s.encrypted,g=s.encryptedMode;if(!(!i&&!l&&!f)){var A={parentId:u,fieldType:i,controlId:o,caption:h,type:c,props:{}};switch(l&&(A.dataBind=l),a){case"datasource":case void 0:f&&(A.datasourceBind=f);break;case"custom":A.props.options=D;break}return d!==void 0&&(A.required=d),p!==void 0&&(A.maxLength=p),m!==void 0&&(A.encrypted=m),g!==void 0&&(A.encryptedMode=g),A}},n.preToSchema=function(){this._callControlHooks("preToSchema",this)},n.toSchema=function(){return this.preToSchema(),{id:this.id,type:this.type,props:he(this.props),fieldType:this.fieldType,controlType:this.controlType}},t.updateBasicControl=function(u,i){if(u==="setting"){if(i.add){var o;(o=this.setting).push.apply(o,Hr(i.add))}i.remove&&this.removeSettingItem(i.remove),i.update}},_0(t,[{key:"rules",get:function(){var u=this.props.constructor.Rules;return u?new u(this.props):{}}}]),t}();et.controlName="\u63A7\u4EF6",et.controlIcon="icon",et.controlType="control",et.controlEventKeys=[],et.controlCustomEvents=[],et.setting=[],et.__is_control__=!0,et.removeSettingItem=zi,et.updateSettingItem=Wi;function zi(e){var t=this,n=Array.isArray(e)?e:[e];n.forEach(function(r){var u=typeof r!="string",i=t.setting.findIndex(function(s){return s.key===(u?r.key:r)});if(i!==-1){var o,c;u?t.setting[i].showItems=(o=t.setting[i].showItems)===null||o===void 0?void 0:o.filter(function(s){return!r.hideItems.includes(s)}):t.setting.splice(i,1),u&&!(!((c=t.setting[i].showItems)===null||c===void 0)&&c.length)&&t.setting.splice(i,1)}})}function Wi(e,t){var n=this,r=typeof e=="string"?[e]:e;r.forEach(function(u){var i=n.setting.find(function(l){return l.key===u});if(i){if(typeof t=="boolean")i.visible=t;else if(typeof t=="object"){var o,c=(o=t.type)!==null&&o!==void 0?o:"replace";if(c==="replace")i.showItems=t.showItems;else{var s;(s=i.showItems).push.apply(s,Hr(t.showItems))}}}})}function x0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Zi(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 O0(e,t,n){return t&&Zi(e.prototype,t),n&&Zi(e,n),e}function R0(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var ln=function(){function t(n){x0(this,t),this.customEvents=[],this.parent=null;var r=R0(this,t)?this.constructor:void 0,u=r.controlType,i=r.controlFieldType,o=r.name,c=r.controlCustomEvents;u||mi("The ".concat(o," controlType is not define"));var s;this.id=(s=n==null?void 0:n.id)!==null&&s!==void 0?s:wr(10);var l;this.type=(l=n==null?void 0:n.type)!==null&&l!==void 0?l:u,this.props=new It(n==null?void 0:n.props),this.customEvents=c;var f;this.controlType=(f=n==null?void 0:n.controlType)!==null&&f!==void 0?f:"base";var a;this.fieldType=(a=n==null?void 0:n.fieldType)!==null&&a!==void 0?a:i;var h;this.pageStatus=(h=n==null?void 0:n.pageStatus)!==null&&h!==void 0?h:Or.UNKNOWN}return O0(t,[{key:"rules",get:function(){var r=this.props.constructor.RuntimeRules;if(r){var u=new r(this.props);return Array.from(u)}return[]}}]),t}();ln.controlType="control",ln.__is_control__=!0,ln.controlCustomEvents=[];function T0(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function zr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function qn(e){return qn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},qn(e)}function Wr(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&&Zr(e,t)}function P0(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function $0(e,t){return t&&(j0(t)==="object"||typeof t=="function")?t:T0(e)}function Zr(e,t){return Zr=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Zr(e,t)}var j0=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function L0(){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 Gr(e){var t=L0();return function(){var r=qn(e),u;if(t){var i=qn(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return $0(this,u)}}var q0=function(e){Wr(n,e);var t=Gr(n);function n(r){zr(this,n);var u;u=t.call(this,r),u.dataBind={},u.caption={type:"string",required:!0,message:Ue.getMessage("pleaseEnterCaption")},u.isHideCaption={type:"boolean"},u.labelPosition={type:"enum",enum:["top","left"]},u.defaultState={type:"enum",enum:["default","readonly"]},u.required={type:"boolean"},u.captionTip={type:"string",required:!1,message:Ue.getMessage("pleaseEnterCaptionTip")};var i={fieldCode:{type:"string",required:!0,message:Ue.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:Ue.getMessage("pleaseEnterFieldCode")}};if(P0(r.dataBind,on))u.dataBind={type:"object",required:!0,fields:he(i),message:Ue.getMessage("pleaseEnterFieldCode")};else{var o={type:"object",required:!0,fields:{},message:Ue.getMessage("pleaseEnterFieldCode")};Object.keys(r.dataBind).forEach(function(c){o.fields[c]={type:"object",required:!0,fields:he(i),message:Ue.getMessage("pleaseEnterFieldCode")}}),u.dataBind=o}return r.isShowCaptionTip&&(u.captionTip.required=!0),u}return n}(Ii),k0=function(e){Wr(n,e);var t=Gr(n);function n(r){zr(this,n);var u;return u=t.call(this,r),u.push({type:"string",required:r.isHide?!1:r.required,message:r.requiredMessage!==""?r.requiredMessage:Ue.getMessage("runtimeRequired",{caption:r.caption})}),u}return n}(Mi),Xr=function(e){Wr(n,e);var t=Gr(n);function n(r){zr(this,n);var u;u=t.call(this,r);var i;u.caption=(i=r==null?void 0:r.caption)!==null&&i!==void 0?i:"";var o;u.isHideCaption=(o=r==null?void 0:r.isHideCaption)!==null&&o!==void 0?o:!1;var c;u.isShowCaptionTip=(c=r==null?void 0:r.isShowCaptionTip)!==null&&c!==void 0?c:!1;var s;u.captionTip=(s=r==null?void 0:r.captionTip)!==null&&s!==void 0?s:"";var l;u.defaultState=(l=r==null?void 0:r.defaultState)!==null&&l!==void 0?l:"default";var f;u.labelPosition=(f=r==null?void 0:r.labelPosition)!==null&&f!==void 0?f:"top";var a;u.placeholder=(a=r==null?void 0:r.placeholder)!==null&&a!==void 0?a:"";var h;u.required=(h=r==null?void 0:r.required)!==null&&h!==void 0?h:!1;var d;u.requiredMessage=(d=r==null?void 0:r.requiredMessage)!==null&&d!==void 0?d:"",u.dataBind=new on(r==null?void 0:r.dataBind);var p;return u.defaultValue=(p=r==null?void 0:r.defaultValue)!==null&&p!==void 0?p:"",u}return n}(It);Xr.Rules=q0,Xr.RuntimeRules=k0;function V0(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function U0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function kn(e){return kn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},kn(e)}function H0(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&&Kr(e,t)}function z0(e,t){return t&&(W0(t)==="object"||typeof t=="function")?t:V0(e)}function Kr(e,t){return Kr=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Kr(e,t)}var W0=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Z0(){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 G0(e){var t=Z0();return function(){var r=kn(e),u;if(t){var i=kn(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return z0(this,u)}}var tt=function(e){H0(n,e);var t=G0(n);function n(r){U0(this,n);var u;return u=t.call(this,r),u.controlType="form",u.props=new Xr(r==null?void 0:r.props),u}return n}(ln);function X0(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function K0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Vn(e){return Vn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Vn(e)}function J0(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&&Jr(e,t)}function Q0(e,t){return t&&(Y0(t)==="object"||typeof t=="function")?t:X0(e)}function Jr(e,t){return Jr=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Jr(e,t)}var Y0=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function eh(){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 th(e){var t=eh();return function(){var r=Vn(e),u;if(t){var i=Vn(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Q0(this,u)}}var nh=function(e){J0(n,e);var t=th(n);function n(r){return K0(this,n),t.call(this,r)}return n}(It);function Qr(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 rh(e){if(Array.isArray(e))return Qr(e)}function uh(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function ih(){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 Gi(e){return rh(e)||uh(e)||oh(e)||ih()}function oh(e,t){if(!!e){if(typeof e=="string")return Qr(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 Qr(e,t)}}function ah(e,t){var n;!((n=Object.getOwnPropertyDescriptors(e)[t])===null||n===void 0)&&n.enumerable&&Object.defineProperty(e,t,{enumerable:!1})}function Xi(e,t){e.parent=t,ah(e,"parent")}function sh(e,t){e.forEach(function(n){Xi(n,t)})}var Ki=Symbol("targetKey");function Ji(e){var t;return(t=e[Ki])!==null&&t!==void 0?t:e}function Qi(e,t){return sh(e,t),new Proxy(e,{get:function(r,u){for(var i=arguments.length,o=new Array(i>2?i-2:0),c=2;c<i;c++)o[c-2]=arguments[c];var s;return u===Ki?r:(s=Reflect).get.apply(s,[r,u].concat(Gi(o)))},set:function(r,u,i){for(var o=arguments.length,c=new Array(o>3?o-3:0),s=3;s<o;s++)c[s-3]=arguments[s];var l;if(Pt(e)&&u==="length"&&i===e.length)return!0;var f=(l=Reflect).set.apply(l,[r,u,i].concat(Gi(c)));return Qe(i)&&Xi(i,t),f}})}function Yr(e,t,n,r){var u=r!=null?r:e,i=Qi(Ji(n!=null?n:[]),u);Object.defineProperty(e,t,{get:function(){return i},set:function(c){i=Qi(Ji(c),u)},enumerable:!0})}function eu(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 ch(e){if(Array.isArray(e))return eu(e)}function Yi(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function eo(e,t,n,r,u,i,o){try{var c=e[i](o),s=c.value}catch(l){n(l);return}c.done?t(s):Promise.resolve(s).then(r,u)}function fh(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(s){eo(i,r,u,o,c,"next",s)}function c(s){eo(i,r,u,o,c,"throw",s)}o(void 0)})}}function lh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function hh(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function jt(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?jt=Reflect.get:jt=function(u,i,o){var c=Ah(u,i);if(!!c){var s=Object.getOwnPropertyDescriptor(c,i);return s.get?s.get.call(o):s.value}},jt(e,t,n||e)}function gt(e){return gt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},gt(e)}function dh(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&tu(e,t)}function ph(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function Dh(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function gh(){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 vh(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){hh(e,u,n[u])})}return e}function mh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function yh(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):mh(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function Eh(e,t){return t&&(Ch(t)==="object"||typeof t=="function")?t:Yi(e)}function tu(e,t){return tu=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},tu(e,t)}function Ah(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=gt(e),e!==null););return e}function to(e){return ch(e)||Dh(e)||Fh(e)||gh()}var Ch=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Fh(e,t){if(!!e){if(typeof e=="string")return eu(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 eu(e,t)}}function wh(){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 bh(e){var t=wh();return function(){var r=gt(e),u;if(t){var i=gt(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Eh(this,u)}}var Bh=function(e,t){var n,r,u,i,o={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function c(l){return function(f){return s([l,f])}}function s(l){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(u=l[0]&2?r.return:l[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,l[1])).done)return u;switch(r=0,u&&(l=[l[0]&2,u.value]),l[0]){case 0:case 1:u=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(u=o.trys,!(u=u.length>0&&u[u.length-1])&&(l[0]===6||l[0]===2)){o=0;continue}if(l[0]===3&&(!u||l[1]>u[0]&&l[1]<u[3])){o.label=l[1];break}if(l[0]===6&&o.label<u[1]){o.label=u[1],u=l;break}if(u&&o.label<u[2]){o.label=u[2],o.ops.push(l);break}u[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(f){l=[6,f],r=0}finally{n=u=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},_h=1e4,no=function(t){dh(r,t);var n=bh(r);function r(i){lh(this,r);var o;o=n.call(this,i),o.controlType="layout";var c=ph(this,r)?this.constructor:void 0,s=c.excludes,l=c.childrenMaxLength;return o.props=new nh(i==null?void 0:i.props),Yr(Yi(o),"children",i==null?void 0:i.children),o.excludes=he(s),o.childrenMaxLength=l,o}var u=r.prototype;return u.judgeExcludesChildren=function(o){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(o)},u.judgeJoinChildren=function(o){var c=this.judgeExcludesChildren(o);return c&&this.childrenMaxLength>this.children.length},u.validate=function(o,c){var s=this,l=this,f=function(){return jt(gt(r.prototype),"validate",s)};return fh(function(){return Bh(this,function(a){switch(a.label){case 0:return[4,f().call(l,o,c)];case 1:return a.sent(),[4,Promise.all(l.children.map(function(h){return h.validate(o,c)}))];case 2:return a.sent(),[2,!0]}})})()},u.toDataBindModel=function(){var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,c=jt(gt(r.prototype),"toDataBindModel",this).call(this),s=c?[c]:[];return this.children.reduce(function(l,f){var a=f.toDataBindModel(o);if(Array.isArray(a)){var h=a.filter(function(d){return!!d});return to(l).concat(to(h))}return a&&l.push(a),l},s)},u.toSchema=function(){var o=jt(gt(r.prototype),"toSchema",this).call(this),c=this.children.map(function(s){var l=s.toSchema();return l});return yh(vh({},o),{children:c})},r}(et);no.excludes=!1,no.childrenMaxLength=_h;function ro(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Sh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Un(e){return Un=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Un(e)}function Ih(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&nu(e,t)}function Mh(e,t){return t&&(Nh(t)==="object"||typeof t=="function")?t:ro(e)}function nu(e,t){return nu=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},nu(e,t)}var Nh=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function xh(){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 Oh(e){var t=xh();return function(){var r=Un(e),u;if(t){var i=Un(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Mh(this,u)}}var Rh=function(e){Ih(n,e);var t=Oh(n);function n(r,u){Sh(this,n);var i;return i=t.call(this,u),Yr(ro(i),"headers",u==null?void 0:u.headers,r),i}return n}(It);K.LIST;function ru(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Th(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function uo(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 Ph(e,t,n){return t&&uo(e.prototype,t),n&&uo(e,n),e}function Hn(e){return Hn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Hn(e)}function $h(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&uu(e,t)}function jh(e,t){return t&&(Lh(t)==="object"||typeof t=="function")?t:ru(e)}function uu(e,t){return uu=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},uu(e,t)}var Lh=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function qh(){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 kh(e){var t=qh();return function(){var r=Hn(e),u;if(t){var i=Hn(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return jh(this,u)}}var hn=function(e){$h(n,e);var t=kh(n);function n(u){Th(this,n);var i;return i=t.call(this,u),i.controlType="list",i.rowProps={},i.props=new Rh(ru(i),u==null?void 0:u.props),Yr(ru(i),"children",u==null?void 0:u.children),i}var r=n.prototype;return r.setRowProps=function(i){this.rowProps=i},Ph(n,[{key:"length",get:function(){return this.children.length}}]),n}(ln);console.log(1);function zn(e){return e.controlType===Ke.LAYOUT||e.controlType===Ke.WRAP||e.controlType===Ke.LIST||e.controlType===Ke.SEARCH}function dn(e,t){Array.isArray(e)&&e.map(n=>{if(n.type===Q.SUBTABLE){const r=n.getChildrenFormControl();t(n,r)}else zn(n)?dn(n==null?void 0:n.children,t):n instanceof tt&&t(n)})}function pn(e,t){Array.isArray(e)&&e.map(n=>{n.type===Q.DATA_VIEW||n.type===Q.SIMPLE_SEARCH?t(n):zn(n)&&pn(n==null?void 0:n.children,t)})}class iu extends xn{constructor(t){super("Runtime"),this._flatInstances=[],this._instanceMap={};const{schema:n}=t;this._schema=n,this._instance=this.createControl(n,t.beforeCreateInstance),this.getFlatInstances()}getFlatInstances(){const t=[],n={};return io(this._instance,r=>{t.push(r),n[r.id]||(n[r.id]=[]),n[r.id].push(r)}),this._flatInstances=t,this._instanceMap=n,this._flatInstances}get schema(){return this._schema}get instance(){return this._instance}get flatInstances(){return this._flatInstances}get instanceMap(){return this._instanceMap}get rules(){let t={};return pn(this._instance,n=>{t[n.id]=n.rules[0],dn(n.children,r=>{(r instanceof tt||r instanceof hn)&&Vh(t[n.id].fields,r)})}),t}get antdRules(){let t={};return pn(this._instance,n=>{t[n.id]=n.rules[0],dn(n.children,r=>{(r instanceof tt||r instanceof hn)&&Uh(t[n.id].fields,r)})}),t}}function io(e,t){Array.isArray(e)?e.map(n=>{t(n),zn(n)&&io(n.children,t)}):t(e)}function ou(e){return e.props.isHide?!0:e.parent===null?!1:ou(e.parent)}function Vh(e,t){if(!ou(t)){if(t instanceof tt)e[t.id]=t.rules;else if(t.type===Q.SUBTABLE){e[t.id]=t.rules;const n={type:"array",fields:{}};t.children.forEach((r,u)=>{_t(r.children,i=>{n.fields&&(n.fields[u]||(n.fields[u]={type:"object",required:!0,fields:{}}),n.fields[u].fields[i.id]=i.rules)})}),e[t.id].push(n)}}}function Uh(e,t){ou(t)||(t instanceof tt?e[t.id]=t.rules:t.type===Q.SUBTABLE&&t.children.length&&(e[t.id]=[],t.children.forEach(n=>{let r={};_t(n.children,u=>{r[u.id]=u.rules}),e[t.id].push(r)})))}class Hh{constructor(t){const{state:n,emptyState:r,databindMapping:u,controlidMapping:i}=zh(t.instance);this.emptyState=r,this.state=n,this.dataBindMapping=u,this.controlIdMapping=i}setState(t,n,r){const u=this.controlIdMapping[t];u!==void 0?this.state[u.dataView][t]=n:r!==void 0?Object.keys(this.controlIdMapping).map(i=>{const o=this.controlIdMapping[i].dataView,c=this.controlIdMapping[i].children;c!==void 0&&Object.keys(c).map(s=>{s===t&&(this.state[o][i][r][t]=n)})}):this.state[t]=n}getState(t,n){if(this.state[t]!==void 0)return this.state[t];{const u=this.controlIdMapping[t];if(u!==void 0)return this.state[u.dataView][t];if(n!==void 0){let i;return Object.keys(this.controlIdMapping).map(o=>{const c=this.controlIdMapping[o].dataView,s=this.controlIdMapping[o].children;s!==void 0&&Object.keys(s).map(l=>{var f;l===t&&(i=(f=this.state[c][o][n])==null?void 0:f[t])})}),i}else{let i=[];return Object.keys(this.controlIdMapping).map(o=>{const c=this.controlIdMapping[o].dataView,s=this.controlIdMapping[o].children;s!==void 0&&Object.keys(s).map(l=>{l===t&&this.state[c][o].map(f=>{i.push(f[t])})})}),i}}}getEmptyState(t){if(this.emptyState[t]!==void 0)return this.emptyState[t];{const r=this.controlIdMapping[t];if(r!==void 0)return this.emptyState[r.dataView][t];{let u;return Object.keys(this.controlIdMapping).map(i=>{const o=this.controlIdMapping[i].dataView,c=this.controlIdMapping[i].children;c!==void 0&&Object.keys(c).map(s=>{s===t&&(u=this.emptyState[o][i][t])})}),u}}}getDataBind(t){let n=this.controlIdMapping[t];if(n)return n.dataBind;e:for(let r in this.controlIdMapping){const u=this.controlIdMapping[r];if(u.children){for(let i in u.children)if(i===t){n=u.children[i];break e}}}return n==null?void 0:n.dataBind}}function zh(e){let t={},n={},r={},u={};return pn(e,i=>{const o=i.id,c={},s={};dn([i],(l,f)=>{Wh(c,s,l),Zh(r,o,l),Gh(u,o,l)}),t[o]=c,n[o]=s}),{state:t,emptyState:n,databindMapping:r,controlidMapping:u}}function Wh(e,t,n){var r;if(n instanceof tt)e[n.id]=he(n.props.defaultValue),t[n.id]=he(n.props.defaultValue);else{const u={};_t(n.props.headers,i=>{u[i.id]=he(i.props.defaultValue)}),e[n.id]=new Array((r=n.props.defaultRows)!=null?r:1).fill(0).map(()=>he(u)),t[n.id]=u}}function Zh(e,t,n){if(n instanceof tt)n.props.dataBind instanceof pt?Object.keys(n.props.dataBind).map(r=>{const u=n.props.dataBind,i=u[r].dataCode;i!==void 0&&(e[i]===void 0&&(e[i]={controlId:n.id,fields:[],dataViewId:t}),e[i].fields.push({fieldCode:u[r].fieldCode,controlId:n.id,dataBind:u,dataViewId:[t]}))}):(e[n.props.dataBind.dataCode]===void 0&&(e[n.props.dataBind.dataCode]={controlId:t,fields:[],dataViewId:t}),e[n.props.dataBind.dataCode].fields.push({fieldCode:n.props.dataBind.fieldCode,controlId:n.id,dataBind:n.props.dataBind,dataViewId:[t]}));else{if(n.props.datasourceBind.dataCode===""){Je(`datasourceBind.dataCode is empty! maybe in preview mode, control:${n.id} type:${n.type}`);return}e[n.props.datasourceBind.dataCode]={controlId:n.id,fields:[],dataViewId:t};const r=n.id;_t(n.props.headers,u=>{u.props.dataBind instanceof pt?Object.keys(u.props.dataBind).map(i=>{const o=u.props.dataBind,c=o[i].dataCode;e[c].fields.push({fieldCode:o[i].fieldCode,controlId:u.id,dataBind:o,dataViewId:[t,r]})}):e[u.props.dataBind.dataCode].fields.push({fieldCode:u.props.dataBind.fieldCode,controlId:u.id,dataBind:u.props.dataBind,dataViewId:[t,r]})})}}function Gh(e,t,n){n instanceof tt?e[n.id]={dataBind:n.props.dataBind,options:[],dataView:t}:n.type===Q.SUBTABLE&&(e[n.id]={dataBind:new on({dataCode:n.props.datasourceBind.dataCode,fieldCode:""}),dataView:t,children:{},options:[]},_t(n.props.headers,r=>{var u,i;Object.assign((i=(u=e[n.id])==null?void 0:u.children)!=null?i:{},{[r.id]:{dataBind:r.props.dataBind}})}))}var au={exports:{}};(function(e,t){var n=200,r="__lodash_hash_undefined__",u=9007199254740991,i="[object Arguments]",o="[object Array]",c="[object Boolean]",s="[object Date]",l="[object Error]",f="[object Function]",a="[object GeneratorFunction]",h="[object Map]",d="[object Number]",p="[object Object]",D="[object Promise]",m="[object RegExp]",g="[object Set]",A="[object String]",I="[object Symbol]",w="[object WeakMap]",x="[object ArrayBuffer]",P="[object DataView]",L="[object Float32Array]",M="[object Float64Array]",j="[object Int8Array]",G="[object Int16Array]",z="[object Int32Array]",ee="[object Uint8Array]",Y="[object Uint8ClampedArray]",ue="[object Uint16Array]",re="[object Uint32Array]",X=/[\\^$.*+?()[\]{}|]/g,Nu=/\w*$/,xu=/^\[object .+?Constructor\]$/,Ou=/^(?:0|[1-9]\d*)$/,te={};te[i]=te[o]=te[x]=te[P]=te[c]=te[s]=te[L]=te[M]=te[j]=te[G]=te[z]=te[h]=te[d]=te[p]=te[m]=te[g]=te[A]=te[I]=te[ee]=te[Y]=te[ue]=te[re]=!0,te[l]=te[f]=te[w]=!1;var Ru=typeof je=="object"&&je&&je.Object===Object&&je,Tu=typeof self=="object"&&self&&self.Object===Object&&self,Ge=Ru||Tu||Function("return this")(),or=t&&!t.nodeType&&t,ar=or&&!0&&e&&!e.nodeType&&e,Pu=ar&&ar.exports===or;function sr(v,C){return v.set(C[0],C[1]),v}function cr(v,C){return v.add(C),v}function Ft(v,C){for(var b=-1,q=v?v.length:0;++b<q&&C(v[b],b,v)!==!1;);return v}function En(v,C){for(var b=-1,q=C.length,ye=v.length;++b<q;)v[ye+b]=C[b];return v}function fr(v,C,b,q){var ye=-1,Me=v?v.length:0;for(q&&Me&&(b=v[++ye]);++ye<Me;)b=C(b,v[ye],ye,v);return b}function $u(v,C){for(var b=-1,q=Array(v);++b<v;)q[b]=C(b);return q}function ju(v,C){return v==null?void 0:v[C]}function An(v){var C=!1;if(v!=null&&typeof v.toString!="function")try{C=!!(v+"")}catch(b){}return C}function Cn(v){var C=-1,b=Array(v.size);return v.forEach(function(q,ye){b[++C]=[ye,q]}),b}function Gt(v,C){return function(b){return v(C(b))}}function Fn(v){var C=-1,b=Array(v.size);return v.forEach(function(q){b[++C]=q}),b}var lr=Array.prototype,Lu=Function.prototype,Xt=Object.prototype,wn=Ge["__core-js_shared__"],bn=function(){var v=/[^.]+$/.exec(wn&&wn.keys&&wn.keys.IE_PROTO||"");return v?"Symbol(src)_1."+v:""}(),y=Lu.toString,E=Xt.hasOwnProperty,F=Xt.toString,B=RegExp("^"+y.call(E).replace(X,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),N=Pu?Ge.Buffer:void 0,O=Ge.Symbol,T=Ge.Uint8Array,_=Gt(Object.getPrototypeOf,Object),R=Object.create,V=Xt.propertyIsEnumerable,W=lr.splice,$=Object.getOwnPropertySymbols,Ce=N?N.isBuffer:void 0,De=Gt(Object.keys,Object),fe=Yt(Ge,"DataView"),ie=Yt(Ge,"Map"),me=Yt(Ge,"Promise"),ae=Yt(Ge,"Set"),be=Yt(Ge,"WeakMap"),se=Yt(Object,"create"),Fe=Rt(fe),lt=Rt(ie),Be=Rt(me),ht=Rt(ae),Kt=Rt(be),wt=O?O.prototype:void 0,hr=wt?wt.valueOf:void 0;function dt(v){var C=-1,b=v?v.length:0;for(this.clear();++C<b;){var q=v[C];this.set(q[0],q[1])}}function qu(){this.__data__=se?se(null):{}}function ku(v){return this.has(v)&&delete this.__data__[v]}function Vu(v){var C=this.__data__;if(se){var b=C[v];return b===r?void 0:b}return E.call(C,v)?C[v]:void 0}function Uu(v){var C=this.__data__;return se?C[v]!==void 0:E.call(C,v)}function Hu(v,C){var b=this.__data__;return b[v]=se&&C===void 0?r:C,this}dt.prototype.clear=qu,dt.prototype.delete=ku,dt.prototype.get=Vu,dt.prototype.has=Uu,dt.prototype.set=Hu;function Xe(v){var C=-1,b=v?v.length:0;for(this.clear();++C<b;){var q=v[C];this.set(q[0],q[1])}}function zu(){this.__data__=[]}function xt(v){var C=this.__data__,b=ut(C,v);if(b<0)return!1;var q=C.length-1;return b==q?C.pop():W.call(C,b,1),!0}function Wu(v){var C=this.__data__,b=ut(C,v);return b<0?void 0:C[b][1]}function Zu(v){return ut(this.__data__,v)>-1}function Gu(v,C){var b=this.__data__,q=ut(b,v);return q<0?b.push([v,C]):b[q][1]=C,this}Xe.prototype.clear=zu,Xe.prototype.delete=xt,Xe.prototype.get=Wu,Xe.prototype.has=Zu,Xe.prototype.set=Gu;function bt(v){var C=-1,b=v?v.length:0;for(this.clear();++C<b;){var q=v[C];this.set(q[0],q[1])}}function Xu(){this.__data__={hash:new dt,map:new(ie||Xe),string:new dt}}function Ku(v){return vr(this,v).delete(v)}function Ju(v){return vr(this,v).get(v)}function Qu(v){return vr(this,v).has(v)}function Yu(v,C){return vr(this,v).set(v,C),this}bt.prototype.clear=Xu,bt.prototype.delete=Ku,bt.prototype.get=Ju,bt.prototype.has=Qu,bt.prototype.set=Yu;function Bt(v){this.__data__=new Xe(v)}function ei(){this.__data__=new Xe}function ti(v){return this.__data__.delete(v)}function ni(v){return this.__data__.get(v)}function ri(v){return this.__data__.has(v)}function ui(v,C){var b=this.__data__;if(b instanceof Xe){var q=b.__data__;if(!ie||q.length<n-1)return q.push([v,C]),this;b=this.__data__=new bt(q)}return b.set(v,C),this}Bt.prototype.clear=ei,Bt.prototype.delete=ti,Bt.prototype.get=ni,Bt.prototype.has=ri,Bt.prototype.set=ui;function ii(v,C){var b=ai(v)||AD(v)?$u(v.length,String):[],q=b.length,ye=!!q;for(var Me in v)(C||E.call(v,Me))&&!(ye&&(Me=="length"||vD(Me,q)))&&b.push(Me);return b}function dr(v,C,b){var q=v[C];(!(E.call(v,C)&&ya(q,b))||b===void 0&&!(C in v))&&(v[C]=b)}function ut(v,C){for(var b=v.length;b--;)if(ya(v[b][0],C))return b;return-1}function Ie(v,C){return v&&ga(C,si(C),v)}function ce(v,C,b,q,ye,Me,ke){var Oe;if(q&&(Oe=Me?q(v,ye,Me,ke):q(v)),Oe!==void 0)return Oe;if(!mr(v))return v;var Ca=ai(v);if(Ca){if(Oe=pD(v),!C)return lD(v,Oe)}else{var en=Ot(v),Fa=en==f||en==a;if(FD(v))return gr(v,C);if(en==p||en==i||Fa&&!Me){if(An(v))return Me?v:{};if(Oe=DD(Fa?{}:v),!C)return hD(v,Ie(Oe,v))}else{if(!te[en])return Me?v:{};Oe=gD(v,en,ce,C)}}ke||(ke=new Bt);var wa=ke.get(v);if(wa)return wa;if(ke.set(v,Oe),!Ca)var ba=b?dD(v):si(v);return Ft(ba||v,function(ci,yr){ba&&(yr=ci,ci=v[yr]),dr(Oe,yr,ce(ci,C,b,q,yr,v,ke))}),Oe}function pr(v){return mr(v)?R(v):{}}function oi(v,C,b){var q=C(v);return ai(v)?q:En(q,b(v))}function Jt(v){return F.call(v)}function Qt(v){if(!mr(v)||yD(v))return!1;var C=Aa(v)||An(v)?B:xu;return C.test(Rt(v))}function Dr(v){if(!ma(v))return De(v);var C=[];for(var b in Object(v))E.call(v,b)&&b!="constructor"&&C.push(b);return C}function gr(v,C){if(C)return v.slice();var b=new v.constructor(v.length);return v.copy(b),b}function it(v){var C=new v.constructor(v.byteLength);return new T(C).set(new T(v)),C}function iD(v,C){var b=C?it(v.buffer):v.buffer;return new v.constructor(b,v.byteOffset,v.byteLength)}function oD(v,C,b){var q=C?b(Cn(v),!0):Cn(v);return fr(q,sr,new v.constructor)}function aD(v){var C=new v.constructor(v.source,Nu.exec(v));return C.lastIndex=v.lastIndex,C}function sD(v,C,b){var q=C?b(Fn(v),!0):Fn(v);return fr(q,cr,new v.constructor)}function cD(v){return hr?Object(hr.call(v)):{}}function fD(v,C){var b=C?it(v.buffer):v.buffer;return new v.constructor(b,v.byteOffset,v.length)}function lD(v,C){var b=-1,q=v.length;for(C||(C=Array(q));++b<q;)C[b]=v[b];return C}function ga(v,C,b,q){b||(b={});for(var ye=-1,Me=C.length;++ye<Me;){var ke=C[ye],Oe=q?q(b[ke],v[ke],ke,b,v):void 0;dr(b,ke,Oe===void 0?v[ke]:Oe)}return b}function hD(v,C){return ga(v,va(v),C)}function dD(v){return oi(v,si,va)}function vr(v,C){var b=v.__data__;return mD(C)?b[typeof C=="string"?"string":"hash"]:b.map}function Yt(v,C){var b=ju(v,C);return Qt(b)?b:void 0}var va=$?Gt($,Object):BD,Ot=Jt;(fe&&Ot(new fe(new ArrayBuffer(1)))!=P||ie&&Ot(new ie)!=h||me&&Ot(me.resolve())!=D||ae&&Ot(new ae)!=g||be&&Ot(new be)!=w)&&(Ot=function(v){var C=F.call(v),b=C==p?v.constructor:void 0,q=b?Rt(b):void 0;if(q)switch(q){case Fe:return P;case lt:return h;case Be:return D;case ht:return g;case Kt:return w}return C});function pD(v){var C=v.length,b=v.constructor(C);return C&&typeof v[0]=="string"&&E.call(v,"index")&&(b.index=v.index,b.input=v.input),b}function DD(v){return typeof v.constructor=="function"&&!ma(v)?pr(_(v)):{}}function gD(v,C,b,q){var ye=v.constructor;switch(C){case x:return it(v);case c:case s:return new ye(+v);case P:return iD(v,q);case L:case M:case j:case G:case z:case ee:case Y:case ue:case re:return fD(v,q);case h:return oD(v,q,b);case d:case A:return new ye(v);case m:return aD(v);case g:return sD(v,q,b);case I:return cD(v)}}function vD(v,C){return C=C==null?u:C,!!C&&(typeof v=="number"||Ou.test(v))&&v>-1&&v%1==0&&v<C}function mD(v){var C=typeof v;return C=="string"||C=="number"||C=="symbol"||C=="boolean"?v!=="__proto__":v===null}function yD(v){return!!bn&&bn in v}function ma(v){var C=v&&v.constructor,b=typeof C=="function"&&C.prototype||Xt;return v===b}function Rt(v){if(v!=null){try{return y.call(v)}catch(C){}try{return v+""}catch(C){}}return""}function ED(v){return ce(v,!0,!0)}function ya(v,C){return v===C||v!==v&&C!==C}function AD(v){return CD(v)&&E.call(v,"callee")&&(!V.call(v,"callee")||F.call(v)==i)}var ai=Array.isArray;function Ea(v){return v!=null&&wD(v.length)&&!Aa(v)}function CD(v){return bD(v)&&Ea(v)}var FD=Ce||_D;function Aa(v){var C=mr(v)?F.call(v):"";return C==f||C==a}function wD(v){return typeof v=="number"&&v>-1&&v%1==0&&v<=u}function mr(v){var C=typeof v;return!!v&&(C=="object"||C=="function")}function bD(v){return!!v&&typeof v=="object"}function si(v){return Ea(v)?ii(v):Dr(v)}function BD(){return[]}function _D(){return!1}e.exports=ED})(au,au.exports);var Xh=au.exports;function oo(e){return e.reduce((n,r)=>{const{children:u}=r;return u.forEach(i=>{n[i.id]=ao(i)}),n},{})}function ao(e){return Xh(e.props)}const so=["splice","push","shift","pop","unshift","reverse"],su=Symbol("__engineProxy__"),cu=Symbol("__engineTarget__"),co=Symbol("__engineArrayBeforeSetCallbackFlag__"),fo=Symbol("__engineProxyThisKey__"),He={type:"",args:[],callback:lo};function lo(){}rd();function Kh(e,t,n,r,u){if(He.type){He.callback=u.bind(null,e,r);return}const i=Number(t);if(i>e.length){st(`Wrong array operations may cause unknown errors. It is recommended to use APIs such as ${so.join(",")} for array operations`);return}if(!(Number.isNaN(i)&&t!=="length"))if(t==="length"){const c=n,s=e.length;if(c>e.length){st("Do not directly modify the length of the array data, please add new rows");return}return c===e.length?void 0:()=>u.call(null,e,r,"splice",[c,s-c])}else return i===e.length?()=>u.call(null,e,r,"push",[n]):()=>u.call(null,e,r,"splice",[i,1,n])}function Jh(e,t,n){return{__engineProxy__:!0,get(r,u,i){return u===su?!0:u===cu?r:Array.isArray(r)&&u===co?n:u===fo?e:Reflect.get(r,u,i)},set(r,u,i,o){var h;let c=i;const s=r[u],l=e===""?u:e+"."+u;function f(d){if(typeof d=="object"&&d!==null)return d[su]!==!0?Wn(d,t,n,l):Wn(d[cu],t,n,l)}c=(h=f(i))!=null?h:c;let a;if(Array.isArray(r)){const d=Kh(r,u,i,e,t);a=Reflect.set(r,u,c,o),d&&d()}else{try{let d=c;if(c=n.call(null,r,l,c,s),d!==c){const p=f(c);p!==void 0&&(c=p)}}catch(d){return In(`${l} set error ${d}`),!0}a=Reflect.set(r,u,c,o),t.call(null,r,l,i,s)}return a}}}function Wn(e,t,n,r=""){if(Object.isFrozen(e))return e;for(let u in e){const i=r===""?u:r+"."+u,o=e[u];typeof o=="object"&&o!==null&&(e[u]=Wn(o,t,n,i))}return new Proxy(e,Jh(r,t,n))}function ho(e){const t=[];return e.forEach(n=>{t.push(n),n.controlType==="layout"&&t.push(...ho(n.children))}),t}const Qh=e=>e.find(po),po=e=>e===String(Number(e)),Yh=e=>e.some(po),ed=(e,t)=>{if(t.length<2){Je("\u672A\u627E\u5230 \u660E\u7EC6\u5B50\u8868\u63A7\u4EF6",t);return}for(const n of e){if(t.includes(n.id)&&n instanceof hn)return n;Je("\u672A\u627E\u5230 \u660E\u7EC6\u5B50\u8868\u63A7\u4EF6",t);return}};function fu(e,t,n,r){if(t==="")return;const u=t.split(".");if(u.length===0)return;if(Yh(u)){console.log("findItem isInSubtable");const s=ed(e,u);if(!s)return;const l=n.getState(s.id);if(!l)return;const f=Number(Qh(u));if(!Number.isInteger(f))return;const h=l[f].uid;if(!s.rowProps[h]){const d=s.props.headers.map(g=>g.children[0]),p=u[u.length-1],D=d.find(g=>g.id===p);return D?(Sn("\u{1F31F} copy rowProps",s.id,h,p),s.rowProps[h]=ao(D),r.createControlInstance(D.type)):void 0}}const i=u[0],o=u.slice(1),c=e.find(s=>s.id===i);return o.length===0?c:o.reduce((s,l)=>{var h,d;const f=Number(l);if(Number.isNaN(f)){const p=s!=null&&s.children?ho(s.children):void 0,D=p==null?void 0:p.find(m=>m.id===l);return D||(s instanceof tt?s:void 0)}else return(d=(h=s==null?void 0:s.children)==null?void 0:h[f])!=null?d:s},c)}function td(e,t){return["push","unshift"].includes(e)?t:e==="splice"?t.slice(2):[]}function nd(e,t,n){if(["push","unshift"].includes(e))return n;if(e==="splice")return t.slice(0,2).concat(n)}function rd(){so.forEach(e=>{const t=Array.prototype[e];Array.prototype[e]=function(...n){var r;if(this[su]){let u;const i=td(e,n);if(i.length){const o=(r=this[co])==null?void 0:r.call(this,this[cu],this[fo],i),c=nd(e,n,o);He.type=e,He.args=c,u=t.apply(this,c)}else He.type=e,He.args=n,u=t.apply(this,n);return typeof He.callback=="function"&&He.callback(e,n,u),He.type="",He.args=[],He.callback=lo,u}else return t.apply(this,n)}})}class ud{constructor(){this.actionMap=new Map,this.buildinActions={},this.actionUtils={},this.sources={}}execAction(t,n,...r){return ot(this,null,function*(){const u=this.actionMap.get(t);if(!!u)try{return yield u.func.call(null,n,...r)}catch(i){In(`${u.id} Exception during calling action: ${i}`)}})}addAction(t,n){this.actionMap.has(t)&&st("duplicated action key");const r=new id(t,n);this.actionMap.set(t,r)}}class id{constructor(t,n){this.id="",this.id=t,this.func=n}}class od{constructor(t){this._dataStore=new Map,this.executer=t}add(t,n){this._dataStore.set(t,n)}get(t){let n=this._dataStore.get(t);return he(n)}remove(t){this._dataStore.delete(t)}getRemoteData(t){return ot(this,null,function*(){return this.executer===void 0?(In("\u672A\u521D\u59CB\u5316executer"),[]):this.executer(t)})}}class vt{}class Dn extends vt{validate(t){return Te(t)}transform(t){if(t==null)return"";if(!Qe(t)&&!Ci(t))return String(t);if(bl(t))return JSON.stringify(t);throw`${t} is not a string`}}class lu extends vt{validate(t){return Mn(t)||t===""}transform(t){if(t==null)return"";const n=!Qe(t)&&!Ci(t)?Number(t):void 0;if(!Number.isNaN(n)&&n!==void 0)return n;throw`${t} is not a number`}}class ad extends vt{validate(t){return Bl(t)}transform(t){if(t==null)return[];function n(r){return r.map(u=>u?String(u):"")}if(Pt(t))return n(t);if(Te(t)&&Fi(t))try{const r=JSON.parse(t);if(Array.isArray(r))return n(r)}catch(r){}return[String(t)]}}class sd extends vt{validate(t){return _l(t)}transform(t){if(t==null)return[];function n(u){return u.map(i=>!i&&i!==0?"":Number(i)).filter(i=>i===""||!Number.isNaN(i))}if(Pt(t))return n(t);if(Te(t)&&Fi(t))try{const u=JSON.parse(t);if(Pt(u))return n(u)}catch(u){}const r=Number(t);if(Number.isNaN(r))throw`${t} is not a number array`;return[r]}}class cd extends vt{validate(t){return t instanceof On||Qe(t)&&"amount"in t&&Mn(t.amount)&&"currency"in t&&Te(t.currency)}transform(t,n){if(t==null||t==="")return new On({currency:n==null?void 0:n.currency});let r;if(Qe(t)&&(r=new On(ge(ge({},n),t))),Te(t)&&Nn(t))try{const u=JSON.parse(t);r=new On(ge(ge({},n),u))}catch(u){}if(r){const u=new lu,i=new Dn;return u.validate(r.amount)||(r.amount=u.transform(r.amount)),i.validate(r.currency)||(r.currency=i.transform(r.currency)),r}throw`${t} is not a { amount: number, currency: string } object`}}class fd extends vt{validate(t){return t instanceof Rn||Qe(t)&&"min"in t&&Te(t.min)&&"max"in t&&Te(t.max)}transform(t,n){if(t==null||t==="")return new Rn;let r;if(Qe(t)&&(r=new Rn(ge(ge({},n),t))),Te(t)&&Nn(t))try{const u=JSON.parse(t);r=new Rn(ge(ge({},n),u))}catch(u){}if(r){const u=new Dn;return u.validate(r.min)||(r.min=u.transform(r.min)),u.validate(r.max)||(r.max=u.transform(r.max)),r}throw`${t} is not a { min: string, max: string } object`}}class ld extends vt{validate(t){return t instanceof Pn||Qe(t)&&"result"in t&&Mn(t.result)&&"unit"in t&&Te(t.unit)}transform(t,n){if(t==null||t==="")return new Pn({unit:n==null?void 0:n.unit});let r;if(Qe(t)&&(r=new Pn(ge(ge({},n),t))),Te(t)&&Nn(t))try{const u=JSON.parse(t);r=new Pn(ge(ge({},n),u))}catch(u){}if(r){const u=new lu,i=new Dn;return u.validate(r.result)||(r.result=u.transform(r.result)),i.validate(r.unit)||(r.unit=i.transform(r.unit)),r}throw`${t} is not a { result: string, unit: string } object`}}class hd extends vt{validate(t){return t instanceof Tn}transform(t,n){if(t==null||t==="")return new Tn;let r;if(Qe(t)&&(r=new Tn(ge(ge({},n),Ir.exports.camelizeKeys(t)))),Te(t)&&Nn(t))try{const u=JSON.parse(t);r=new Tn(ge(ge({},n),Ir.exports.camelizeKeys(u)))}catch(u){}if(r){const u=new Dn;return u.validate(r.city)||(r.city=u.transform(r.city)),u.validate(r.district)||(r.district=u.transform(r.district)),u.validate(r.province)||(r.province=u.transform(r.province)),r}throw`${t} is not a { city: string, district: string, province: string } object`}}class dd{static getValueChecker(t){let n;switch(t){case K.VARCHAR:case K.TIMESTAMP:case K.TEXT:case K.RELATION:case K.AUTO_NUMBER:n=new Dn;break;case K.DECIMAL:n=new lu;break;case K.EMPLOYEES:case K.DEPARTMENTS:case K.IMAGE:case K.FILE:case K.ARRAY:n=new ad;break;case K.MONEY:n=new cd;break;case K.TIMESCOPE:n=new fd;break;case K.CALC:n=new ld;break;case K.DECIMAL_RANGE:n=new sd;break;case K.ADDRESS:n=new hd;break}return n}}function pd(e){if(["min","max","currency","unit"].includes(e))return K.VARCHAR;if(["result","amount"].includes(e))return K.DECIMAL}function Do(e,t,n,r){var o;let u=(o=pd(t))!=null?o:e,i=dd.getValueChecker(u);if(!i||i.validate(n))return n;try{const c=i.transform(n,r);return c!==void 0?c:n}catch(c){throw`${t} ${c}`}}function Dd(e,t,n){return Object.entries(e).reduce((r,[u,i])=>{const o=t[u];return r[u]=Do(i,u,o,n[u]),r},Object.assign({},t))}typeof window!="undefined"&&(window.engines={});let Lt=null,gn="";class hu extends bi{constructor(t){super(),this.isMounted=!1,this.id=wr(8),this.__pluginsApplied=!1,this.actionManager=new ud,this._jobTasks=[],this.createControlInstance=this.createInstance,this.$options=Object.freeze(t);const{autoMount:n=!0,schema:r,beforeCreateInstance:u,externalParams:i,language:o=li,debug:c=!1}=this.$options;Ue.setLocale(o),this.debug=c,this.runtime=new iu({schema:r,beforeCreateInstance:u}),this.externalParams=i,this.store=new Hh({instance:this.runtime.instance}),this.debugLog("engine is Instantiation complete"),n&&this.mount()}debugLog(...t){this.debug&&Sn(...t)}use(t){return this.__pluginsApplied||this.__plugins.push(t),this}registerControl(...t){return this.runtime.register(...t),this}static register(...t){return iu.register(...t)}static judgeControlIsRegistered(t){return iu.staticRegisteredTypes.has(t.Runtime.controlType)}mount(){this.debugLog("engine\u7684mount\u65B9\u6CD5\u5F00\u59CB\u8C03\u7528");const{plugins:t=[]}=this.$options;this._handlerProxyState(),this.__plugins=t,this.applyPlugins(),this.setStates(this.getState()),this.debugLog("engine\u7684mount\u65B9\u6CD5\u8C03\u7528\u7ED3\u675F"),this.debug&&typeof window!="undefined"&&(window.engines[this.id]=this)}destroy(){this.debug&&typeof window!="undefined"&&delete window.engines[this.id]}_handlerProxyState(){this.store.state=Wn(this.store.state,this._proxyStateCallback.bind(this),this._proxyStateBeforeSetCallback.bind(this))}_proxyStateBeforeSetCallback(t,n,r,u){const i=fu(this.runtime.flatInstances,n,this.store,this.runtime);if(!i)return r;if(this.assertInstance(i,Q.SUBTABLE)){if(r===null)return[];const s=i.props.headers.reduce((f,a)=>{const h=a.children[0];return h&&h instanceof tt&&(f[h.id]=h.fieldType),f},{}),l=this.getEmptyState(i.id);return r.map(f=>Dd(s,f,l))}const o=n.split("."),c=o[o.length-1];try{return Do(i.fieldType,c,r,u)}catch(s){throw Je(`the id=${i.id}'s instance setState error, %o ${s}.`,r),s}}_proxyStateCallback(t,n,r,u,i){Array.isArray(t)?this._handlerArrayUpdate(t,n,r,u,i):this._handlerObjectUpdate(t,n,r,u)}_handlerArrayUpdate(t,n,r,u,i){const o=fu(this.runtime.flatInstances,n,this.store,this.runtime);if(!(o instanceof hn))return;const c=h=>[],s=Lt;let l=[],f=[],a=[];if(r&&u){switch(r){case"push":case"unshift":u.length,l=c(),f=u,o.children[r](...l),this.runtime.getFlatInstances();break;case"splice":if(u.length>2){u.length-2;const h=u.slice(2);l=c(),f=h;const d=u[0],p=u[1];o.children[r](d,p,...l),this.runtime.getFlatInstances()}else o.children[r](...u),this.runtime.getFlatInstances();break;default:o.children[r](...u),this.runtime.getFlatInstances();break}r==="splice"?a=i:["pop","shift"].includes(r)&&(a=[i]),this.emit("list-change",{instance:o,value:this.getState(o.id),options:Object.assign({},s,{changed:l,data:f,deleted:a!=null?a:[]})}),Lt=null}}_handlerObjectUpdate(t,n,r,u){const i=fu(this.runtime.flatInstances,n,this.store,this.runtime);if(!i)return;const o=this.getInstanceRowIndex(i),c=Lt||{};if(i instanceof hn){i.children.length=0;const s=r;let l=[];this.emit("list-change",{instance:i,value:r,options:fi(ge({},c),{changed:l,data:s,deleted:u!=null?u:[]})})}else this.emit("change",{instance:i,value:this.getState(i.id,o),rowIndex:o,options:fi(ge({},c),{oldValue:u})})}applyPlugins(){this.__pluginsApplied||(this.__plugins.forEach(t=>{var n;try{gn=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this)}catch(r){st(`${gn} Plugin apply Error
|
|
1
|
+
var SD=Object.defineProperty,ID=Object.defineProperties;var MD=Object.getOwnPropertyDescriptors;var Ba=Object.getOwnPropertySymbols,ND=Object.getPrototypeOf,xD=Object.prototype.hasOwnProperty,OD=Object.prototype.propertyIsEnumerable,RD=Reflect.get;var Er=Math.pow,_a=(J,oe,le)=>oe in J?SD(J,oe,{enumerable:!0,configurable:!0,writable:!0,value:le}):J[oe]=le,ge=(J,oe)=>{for(var le in oe||(oe={}))xD.call(oe,le)&&_a(J,le,oe[le]);if(Ba)for(var le of Ba(oe))OD.call(oe,le)&&_a(J,le,oe[le]);return J},fi=(J,oe)=>ID(J,MD(oe));var Sa=(J,oe,le)=>RD(ND(J),le,oe);var ot=(J,oe,le)=>new Promise((Ar,Bn)=>{var Cr=at=>{try{tn(le.next(at))}catch(nn){Bn(nn)}},Fr=at=>{try{tn(le.throw(at))}catch(nn){Bn(nn)}},tn=at=>at.done?Ar(at.value):Promise.resolve(at.value).then(Cr,Fr);tn((le=le.apply(J,oe)).next())});(function(J,oe){typeof exports=="object"&&typeof module!="undefined"?oe(exports,require("crypto")):typeof define=="function"&&define.amd?define(["exports","crypto"],oe):(J=typeof globalThis!="undefined"?globalThis:J||self,oe(J.modelDrivenEngine={},J.require$$0))})(this,function(J,oe){"use strict";function le(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var Ar=le(oe),Bn="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Cr="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Fr="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",tn="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",at="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",nn="{caption}\u5FC5\u586B",Ia="\u8BF7\u8F93\u5165\u6807\u9898",Ma="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Na="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",xa="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Oa="\u8BF7\u7ED1\u5B9A\u8868\u5355",Ra="\u8BF7\u7ED1\u5B9A\u5217\u8868",Ta="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",Pa="\u8BF7\u8F93\u5165\u663E\u793A\u503C",$a="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",ja="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",La="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",qa="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",ka="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",Va="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Ua="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",Ha="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",za="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",Wa="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",Za="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",Ga="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Xa="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Ka="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Ja="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Qa="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Ya="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",es="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",ts="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",ns="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",rs="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",us="\u8BF7\u7ED1\u5B9A\u670D\u52A1",is="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",os="\u8BF7\u9009\u62E9\u7701",as="\u8BF7\u9009\u62E9\u5E02",ss="\u8BF7\u9009\u62E9\u533A",cs="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",fs="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",ls="\u8BF7\u8F93\u5165\u5217\u5BBD",hs="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",ds="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",ps="\u8BF7\u9009\u62E9\u63A7\u4EF6",Ds="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",gs="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",vs="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",ms="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",ys="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Es="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",As="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Cs="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Fs="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",ws="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",bs="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Bs="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",_s="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Ss="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Is="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Ms="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Ns="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",xs="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Os="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Rs="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Ts="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Ps={isNotNumber:Bn,isNotString:Cr,isNotObject:Fr,isNotArray:tn,isNotBoolean:at,runtimeRequired:nn,pleaseEnterCaption:Ia,pleaseEnterCaptionTip:Ma,pleaseEnterPlaceholder:Na,pleaseEnterFieldCode:xa,pleaseEnterForm:Oa,pleaseEnterList:Ra,pleaseEnterProcess:Ta,pleaseEnterLabel:Pa,pleaseEnterValue:$a,bizKeyNotBindFiled:ja,pleaseSelectOneField:La,pleaseEnterNumberRange:qa,pleaseEnterAValueGreaterThanMin:ka,pleaseEnterAValueLessThanMax:Va,numberRangeSetError:Ua,stringRangeError:Ha,attachmentMaxSize:za,pleaseEnterTotalScoreSetting:Wa,theTotalScoreMustNotBeLessThan1:Za,scoreDefaultValueRange:Ga,attachmentLimitError:Xa,PleaseReselectTheOptionalQuantity:Ka,TheMaximumLengthIsGreaterThanTheMinimumLength:Ja,TheMinimumLengthIsGreaterThanTheMaximumLength:Qa,PleaseSelectTheCorrectOptionSettings:Ya,optionIdIsRepeat:es,optionIsRequired:ts,pleaseEnterDataCode:ns,pleaseEnterValueFieldCode:rs,pleaseEnterSvcCode:us,pleaseBindAtLeastOneDisplayValue:is,pleaseSelectProvince:os,pleaseSelectCity:as,pleaseSelectDistrict:ss,limitRowsCannotBeLessThan0:cs,TheNumberOfRowsCannotBeLessThanMinRows:fs,pleaseEnterColumnWidth:ls,pleaseSetTheLogicalRelationshipOfAllRuleConditions:hs,pleaseCompleteAllRulesAndConditions:ds,pleaseSelectControl:ps,pleaseSelectAtLeastOneColumn:Ds,pleaseSelectFillBackMode:gs,pleaseSelectDashboard:vs,rootNodeIsRequired:ms,theViewNameCannotBeEmpty:ys,pleaseSelectOcrType:Es,pleaseSelectAtLeastOneFieldToFillIn:As,pleaseChooseAtLeastOne:Cs,pleaseEnterButtonContent:Fs,pleaseEnterDataCodeInDataSetting:ws,pleaseEnterValueFieldCodeInDataSetting:bs,pleaseEnterSvcCodeInDataSetting:Bs,pleaseBindAtLeastOneDisplayValueInDataSetting:_s,rootNodeIsRequiredInDataSetting:Ss,pleaseEnterMaxHeight:Is,pleaseEnter:Ms,pleaseEnterWatermark:Ns,pleaseEnterFileName:xs,pleaseUploadAtLeastOnePrintTemplate:Os,pleaseAssignBusiness:Rs,pleaseAssignExternal:Ts},$s="Please enter a number",js="Please enter a string",Ls="Please enter an object",qs="Please enter an array",ks="Please enter a boolean",Vs="{caption} Required",Us="Please enter the title",Hs="Please enter the bubble prompt",zs="Please enter the prompt text",Ws="Please bind data items",Zs="Please bind the form",Gs="Please bind the list",Xs="Please bind the process",Ks="Please enter the displayed value",Js="Please enter the stored value",Qs="The document number is not bound to the data item",Ys="Please select at least one display field",ec="Please enter a value greater than or equal to {min} and less than or equal to {max}",tc="Please enter a value greater than or equal to {min}",nc="Please enter a value less than or equal to {max}",rc="The value range is set incorrectly",uc="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",ic="The attachment size must be between 0MB and 1000MB",oc="Please fill in the total score setting",ac="The total score cannot be less than 1",sc="The default value must be between {min} and {max}",cc="The number of attachments uploaded must be between {min} and {max}",fc="Please re-select the optional quantity",lc="The maximum length of the control must be greater than the minimum length",hc="The minimum length of the control must be less than the maximum length",dc="Please select the correct option setting",pc="Option ID cannot be repeated",Dc="Please enter at least one option",gc="Please bind the data source",vc="Please bind the stored value",mc="Please bind the service",yc="At least one display value must be bound",Ec="Please select a province",Ac="Please select a city",Cc="Please select a district",Fc="The minimum number of lines to fill in cannot be less than 0",wc="The number of rows cannot be less than {min} rows",bc="Please enter the column width",Bc="Please set the logical relationship of all rule conditions",_c="Please complete all rules and conditions",Sc="please select control",Ic="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Mc="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Nc="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",xc="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Oc="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Rc="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Tc="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Pc="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",$c="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",jc="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Lc="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",qc="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",kc="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Vc="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Uc="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Hc="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",zc="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Wc="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Zc={isNotNumber:$s,isNotString:js,isNotObject:Ls,isNotArray:qs,isNotBoolean:ks,runtimeRequired:Vs,pleaseEnterCaption:Us,pleaseEnterCaptionTip:Hs,pleaseEnterPlaceholder:zs,pleaseEnterFieldCode:Ws,pleaseEnterForm:Zs,pleaseEnterList:Gs,pleaseEnterProcess:Xs,pleaseEnterLabel:Ks,pleaseEnterValue:Js,bizKeyNotBindFiled:Qs,pleaseSelectOneField:Ys,pleaseEnterNumberRange:ec,pleaseEnterAValueGreaterThanMin:tc,pleaseEnterAValueLessThanMax:nc,numberRangeSetError:rc,stringRangeError:uc,attachmentMaxSize:ic,pleaseEnterTotalScoreSetting:oc,theTotalScoreMustNotBeLessThan1:ac,scoreDefaultValueRange:sc,attachmentLimitError:cc,PleaseReselectTheOptionalQuantity:fc,TheMaximumLengthIsGreaterThanTheMinimumLength:lc,TheMinimumLengthIsGreaterThanTheMaximumLength:hc,PleaseSelectTheCorrectOptionSettings:dc,optionIdIsRepeat:pc,optionIsRequired:Dc,pleaseEnterDataCode:gc,pleaseEnterValueFieldCode:vc,pleaseEnterSvcCode:mc,pleaseBindAtLeastOneDisplayValue:yc,pleaseSelectProvince:Ec,pleaseSelectCity:Ac,pleaseSelectDistrict:Cc,limitRowsCannotBeLessThan0:Fc,TheNumberOfRowsCannotBeLessThanMinRows:wc,pleaseEnterColumnWidth:bc,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Bc,pleaseCompleteAllRulesAndConditions:_c,pleaseSelectControl:Sc,pleaseSelectDashboard:Ic,theViewNameCannotBeEmpty:Mc,pleaseSelectOcrType:Nc,pleaseSelectAtLeastOneFieldToFillIn:xc,pleaseChooseAtLeastOne:Oc,pleaseEnterButtonContent:Rc,pleaseEnterDataCodeInDataSetting:Tc,pleaseEnterValueFieldCodeInDataSetting:Pc,pleaseEnterSvcCodeInDataSetting:$c,pleaseBindAtLeastOneDisplayValueInDataSetting:jc,rootNodeIsRequiredInDataSetting:Lc,pleaseEnterMaxHeight:qc,pleaseEnter:kc,pleaseEnterWatermark:Vc,pleaseEnterFileName:Uc,pleaseUploadAtLeastOnePrintTemplate:Hc,pleaseAssignBusiness:zc,pleaseAssignExternal:Wc},Gc="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Xc="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Kc="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Jc="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Qc="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Yc="{caption}\u5FC5\u9808",ef="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",tf="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",nf="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",rf="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",uf="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",of="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",af="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",sf="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",cf="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ff="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",lf="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",hf="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",df="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",pf="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Df="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",gf="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",vf="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",mf="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",yf="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Ef="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Af="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",Cf="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ff="\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",wf="\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",bf="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Bf="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",_f="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Sf="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",If="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Mf="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Nf="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",xf="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Of="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Rf="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Tf="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Pf="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",$f="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",jf="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Lf="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",qf="please select control",kf="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Vf="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Uf="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Hf="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",zf="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Wf="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Zf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Gf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Xf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Kf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Jf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Qf="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Yf="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",el="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",tl="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",nl="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",rl="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",ul="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",il={isNotNumber:Gc,isNotString:Xc,isNotObject:Kc,isNotArray:Jc,isNotBoolean:Qc,runtimeRequired:Yc,pleaseEnterCaption:ef,pleaseEnterCaptionTip:tf,pleaseEnterPlaceholder:nf,pleaseEnterFieldCode:rf,pleaseEnterForm:uf,pleaseEnterList:of,pleaseEnterProcess:af,pleaseEnterLabel:sf,pleaseEnterValue:cf,bizKeyNotBindFiled:ff,pleaseSelectOneField:lf,pleaseEnterNumberRange:hf,pleaseEnterAValueGreaterThanMin:df,pleaseEnterAValueLessThanMax:pf,numberRangeSetError:Df,stringRangeError:gf,attachmentMaxSize:vf,pleaseEnterTotalScoreSetting:mf,theTotalScoreMustNotBeLessThan1:yf,scoreDefaultValueRange:Ef,attachmentLimitError:Af,PleaseReselectTheOptionalQuantity:Cf,TheMaximumLengthIsGreaterThanTheMinimumLength:Ff,TheMinimumLengthIsGreaterThanTheMaximumLength:wf,PleaseSelectTheCorrectOptionSettings:bf,optionIdIsRepeat:Bf,optionIsRequired:_f,pleaseEnterDataCode:Sf,pleaseEnterValueFieldCode:If,pleaseEnterSvcCode:Mf,pleaseBindAtLeastOneDisplayValue:Nf,pleaseSelectProvince:xf,pleaseSelectCity:Of,pleaseSelectDistrict:Rf,limitRowsCannotBeLessThan0:Tf,TheNumberOfRowsCannotBeLessThanMinRows:Pf,pleaseEnterColumnWidth:$f,pleaseSetTheLogicalRelationshipOfAllRuleConditions:jf,pleaseCompleteAllRulesAndConditions:Lf,pleaseSelectControl:qf,pleaseSelectDashboard:kf,theViewNameCannotBeEmpty:Vf,pleaseSelectOcrType:Uf,pleaseSelectAtLeastOneFieldToFillIn:Hf,pleaseChooseAtLeastOne:zf,pleaseEnterButtonContent:Wf,pleaseEnterDataCodeInDataSetting:Zf,pleaseEnterValueFieldCodeInDataSetting:Gf,pleaseEnterSvcCodeInDataSetting:Xf,pleaseBindAtLeastOneDisplayValueInDataSetting:Kf,rootNodeIsRequiredInDataSetting:Jf,pleaseEnterMaxHeight:Qf,pleaseEnter:Yf,pleaseEnterWatermark:el,pleaseEnterFileName:tl,pleaseUploadAtLeastOnePrintTemplate:nl,pleaseAssignBusiness:rl,pleaseAssignExternal:ul},ol={zhCN:Ps,enUS:Zc,jaJP:il},Ve;(function(e){e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable"})(Ve||(Ve={}));var Tt;(function(e){e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN"})(Tt||(Tt={}));var li="zh-CN";function Re(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ke;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(Ke||(Ke={}));var Q;(function(e){e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.FORM_SELECT_BUTTON="form-select-button",e.LIST_VIEW_SELECT="list-view-select",e.TEXT_OCR_BUTTON="text-ocr-button",e.INVOICE_CHECK_BUTTON="invoice-check-button",e.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",e.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",e.VARCHAR_COLUMN="varchar-column",e.TEXT_COLUMN="text-column",e.DECIMAL_COLUMN="decimal-column",e.TIMESCOPE_COLUMN="timescope-column",e.TIMESTAMP_COLUMN="timestamp-column",e.ARRAY_COLUMN="array-column",e.DEPARTMENT_COLUMN="department-column",e.AUTO_NUMBER_COLUMN="auto-number-column",e.FILE_COLUMN="file-column",e.IMAGE_COLUMN="image-column",e.PEOPLE_COLUMN="people-column",e.LOCATION_COLUMN="location-column",e.CUSTOM_COLUMN="custom-column",e.ORDER_COLUMN="order-column",e.OPERATION_COLUMN="operation-column",e.EMPLOYEE_COLUMN="employee-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.DEPARTMENT="department",e.EMPLOYEE="employee",e.IMAGE="image",e.INPUT="input",e.NUMBER="number",e.RADIO="radio",e.RICH_TEXT="rich-text",e.SCORE="score",e.SEARCH_DATE_RANGE="search-date-range",e.SEARCH_NUMBER_RANGE="search-number-range",e.SEARCH_INPUT="search-input",e.SELECT="select",e.SELECT_MULTIPLE="select-multiple",e.SELECT_RELATION="select-relation",e.VUE_FORM_ITEM="vue-form-item",e.TEXTAREA="textarea",e.EMAIL="email",e.FOOTER="footer",e.HEADER="header",e.ID_CARD="id-card",e.MOBILE="mobile",e.PHONE="phone",e.RADIO_IMAGE="radio-image",e.ELECTRONIC_SIGNATURE="electronic-signature",e.WPS="wps",e.CARD_GROUP="card-group",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.ROW="row",e.TWO_COLUMNS="two-columns",e.SUBTABLE_COLUMN="subtable-column",e.SUBTABLE_ROW="subtable-row",e.TAB="tab",e.TAB_PANE="tab-pane",e.TOOLBOX="toolbox",e.DATA_VIEW="data-view",e.LIST_VIEW="list-view",e.SUBTABLE="subtable",e.GRID_TABLE="grid-table",e.SIMPLE_SEARCH="simple-search",e.PAGINATION="pagination",e.CHECKBOX_IMAGE="checkbox-image",e.DASHBOARD="dashboard",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2"})(Q||(Q={}));var K;(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"})(K||(K={}));var _e;_e={},Re(_e,K.ARRAY,Q.ARRAY_COLUMN),Re(_e,K.AUTO_NUMBER,Q.AUTO_NUMBER_COLUMN),Re(_e,K.DECIMAL,Q.DECIMAL_COLUMN),Re(_e,K.DEPARTMENTS,Q.DEPARTMENT_COLUMN),Re(_e,K.FILE,Q.FILE_COLUMN),Re(_e,K.IMAGE,Q.IMAGE_COLUMN),Re(_e,K.ADDRESS,Q.LOCATION_COLUMN),Re(_e,K.EMPLOYEES,Q.EMPLOYEE_COLUMN),Re(_e,K.TEXT,Q.TEXT_COLUMN),Re(_e,K.TIMESCOPE,Q.TIMESCOPE_COLUMN),Re(_e,K.TIMESTAMP,Q.TIMESTAMP_COLUMN),Re(_e,K.VARCHAR,Q.VARCHAR_COLUMN),Re(_e,K.RELATION,Q.VARCHAR_COLUMN);var hi;(function(e){e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATETIME="datetime"})(hi||(hi={}));var di="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",al=di+"0123456789";function wr(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",n=0;n<e;n++){var r=n===0?di:al,u=Math.random()*r.length;t+=r[parseInt(String(u),10)]}return t}function br(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 sl(e){if(Array.isArray(e))return br(e)}function cl(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function pi(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function fl(){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 _n(e,t,n){return fl()?_n=Reflect.construct:_n=function(u,i,o){var c=[null];c.push.apply(c,i);var s=Function.bind.apply(u,c),l=new s;return o&&un(l,o.prototype),l},_n.apply(null,arguments)}function rn(e){return rn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},rn(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&&un(e,t)}function ll(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function hl(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function dl(){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 pl(e,t){return t&&(Dl(t)==="object"||typeof t=="function")?t:cl(e)}function un(e,t){return un=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},un(e,t)}function gi(e){return sl(e)||hl(e)||gl(e)||dl()}var Dl=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function gl(e,t){if(!!e){if(typeof e=="string")return br(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 br(e,t)}}function Br(e){var t=typeof Map=="function"?new Map:void 0;return Br=function(r){if(r===null||!ll(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 _n(r,arguments,rn(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),un(u,r)},Br(e)}function vl(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function vi(e){var t=vl();return function(){var r=rn(e),u;if(t){var i=rn(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return pl(this,u)}}var _r=console;function Je(){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=_r).warn.apply(r,["\u{1F9D0} Driven Warning:"+t[0]].concat(gi(u)))}function Sn(){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=_r).log.apply(r,["\u{1F680} Driven Log:"+t[0]].concat(gi(u)))}function ml(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var Sr=function(e){Di(n,e);var t=vi(n);function n(r){pi(this,n);var u;return u=t.call(this,r),u.name="\u{1F4A5} Driven Error",u.message=r?ml(r):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",u}return n}(Br(Error)),yl=function(e){Di(n,e);var t=vi(n);function n(r){pi(this,n);var u;return u=t.call(this,r),u.name="\u{1F6A8} Driven Reference Error",u}return n}(Sr);function st(e){throw new Sr(e)}function mi(e){throw new yl(e)}function In(e){_r.error(new Sr(e))}function _t(e,t){Array.isArray(e)&&e.map(function(n){switch(n.controlType){case"layout":_t(n==null?void 0:n.children,t);break;case"search":_t(n==null?void 0:n.children,t);break;case"form":t(n)}})}var El=Object.prototype.toString;function yi(e,t){return El.call(e)==="[object "+t+"]"}function Al(e){return yi(e,"String")}function Cl(e){return yi(e,"Promise")}var Fl=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();Cl(r)?r.then(function(u){n._messageCache.clear(),n.messages[n.localeInMessageKey]=u}):this.messages[this.localeInMessageKey]=r},e.prototype.getMessageData=function(){var t=this._messages[this.localeInMessageKey];return typeof t=="function"?t():t},e.prototype.translate=function(t,n,r){var u=this.getMessage(t);return u?this.formatMessage(u,r):this.formatMessage(n,r)},e.prototype.getMessage=function(t){if(this._messageCache.has(t))return this._messageCache.get(t);var n=this.getPathArray(t),r=n.reduce(function(u,i,o,c){if(u!==void 0){var s=u[i];if(!(o===c.length-1&&!Al(s)))return s}},this.message);return this._messageCache.set(t,r),r},e.prototype.formatMessage=function(t,n){return n?t.replace(this.variableRegExp,function(r,u){var i=n[u];return i!==void 0?String(i):r}):t},e.prototype.getPreImport=function(t){var n;if(window.okI18nPreImport){var r=this.getLocaleInMessageKey(t);return window.okI18nPreImport.hasOwnProperty(r)?window.okI18nPreImport:(n={},n[r]=window.okI18nPreImport,n)}},e.prototype.getPathArray=function(t){return t.split(".")},e.prototype.getLocaleInMessageKey=function(t){return t.replace(/-/g,"")},Object.defineProperty(e.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"message",{get:function(){var t;return(t=this.messages[this.localeInMessageKey])!==null&&t!==void 0?t:{}},enumerable:!1,configurable:!0}),e}();function wl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Ue=function(){function e(){wl(this,e)}return e.getMessage=function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(n,"",r)},e.resetI18n=function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:li;return new Fl({locale:n,messages:ol})},e.setLocale=function(n){return this.$i18n.setLocale(n)},e}();Ue.$i18n=Ue.resetI18n();function Ei(e,t,n){var r=t.replace(/\[(\d)]/g,function(i,o){return"."+o}).split("."),u=!1;return r.reduce(function(i,o,c,s){var l=i;if(!!i){if(!Object.prototype.hasOwnProperty.call(i,o)){Je("Can not set ".concat(t,"'s ").concat(o," property in current %o, Because there is no ").concat(o," property on the %o"),i,i);return}return c===s.length-1&&!Object.is(l[o],n)&&(l[o]=n,u=!0),l[o]}},e),u}var je=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function Ai(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ir={exports:{}};(function(e){(function(t){var n=function(g,A,I){if(!l(A)||a(A)||h(A)||d(A)||s(A))return A;var w,x=0,P=0;if(f(A))for(w=[],P=A.length;x<P;x++)w.push(n(g,A[x],I));else{w={};for(var L in A)Object.prototype.hasOwnProperty.call(A,L)&&(w[g(L,I)]=n(g,A[L],I))}return w},r=function(g,A){A=A||{};var I=A.separator||"_",w=A.split||/(?=[A-Z])/;return g.split(w).join(I)},u=function(g){return p(g)?g:(g=g.replace(/[\-_\s]+(.)?/g,function(A,I){return I?I.toUpperCase():""}),g.substr(0,1).toLowerCase()+g.substr(1))},i=function(g){var A=u(g);return A.substr(0,1).toUpperCase()+A.substr(1)},o=function(g,A){return r(g,A).toLowerCase()},c=Object.prototype.toString,s=function(g){return typeof g=="function"},l=function(g){return g===Object(g)},f=function(g){return c.call(g)=="[object Array]"},a=function(g){return c.call(g)=="[object Date]"},h=function(g){return c.call(g)=="[object RegExp]"},d=function(g){return c.call(g)=="[object Boolean]"},p=function(g){return g=g-0,g===g},D=function(g,A){var I=A&&"process"in A?A.process:A;return typeof I!="function"?g:function(w,x){return I(w,g,x)}},m={camelize:u,decamelize:o,pascalize:i,depascalize:o,camelizeKeys:function(g,A){return n(D(u,A),g)},decamelizeKeys:function(g,A){return n(D(o,A),g,A)},pascalizeKeys:function(g,A){return n(D(i,A),g)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=m:t.humps=m})(je)})(Ir);function he(e){if(e!==void 0)return typeof e=="object"?JSON.parse(JSON.stringify(e)):e}function Qe(e){return Object.prototype.toString.call(e)==="[object Object]"}function bl(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function Pt(e){return Array.isArray(e)}function Te(e){return typeof e=="string"}function Mn(e){return typeof e=="number"}function Ci(e){return typeof e=="function"}function Bl(e){return Pt(e)&&e.every(function(t){return Te(t)})}function _l(e){return Pt(e)&&e.every(function(t){return Mn(t)||t===""})}function Fi(e){return/^\[.*?]$/.test(e)}function Nn(e){return/^{.*?}$/.test(e)}function Mr(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 Sl(e){if(Array.isArray(e))return Mr(e)}function wi(e,t,n,r,u,i,o){try{var c=e[i](o),s=c.value}catch(l){n(l);return}c.done?t(s):Promise.resolve(s).then(r,u)}function Il(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(s){wi(i,r,u,o,c,"next",s)}function c(s){wi(i,r,u,o,c,"throw",s)}o(void 0)})}}function Ml(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Nl(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function xl(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Nr(e){return Sl(e)||Nl(e)||Ol(e)||xl()}function Ol(e,t){if(!!e){if(typeof e=="string")return Mr(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 Mr(e,t)}}var Rl=function(e,t){var n,r,u,i,o={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function c(l){return function(f){return s([l,f])}}function s(l){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(u=l[0]&2?r.return:l[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,l[1])).done)return u;switch(r=0,u&&(l=[l[0]&2,u.value]),l[0]){case 0:case 1:u=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(u=o.trys,!(u=u.length>0&&u[u.length-1])&&(l[0]===6||l[0]===2)){o=0;continue}if(l[0]===3&&(!u||l[1]>u[0]&&l[1]<u[3])){o.label=l[1];break}if(l[0]===6&&o.label<u[1]){o.label=u[1],u=l;break}if(u&&o.label<u[2]){o.label=u[2],o.ops.push(l);break}u[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(f){l=[6,f],r=0}finally{n=u=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},bi=function(){function e(){Ml(this,e),this._events=new Map,this.debug=!1}var t=e.prototype;return t.emit=function(r){for(var u=arguments.length,i=new Array(u>1?u-1:0),o=1;o<u;o++)i[o-1]=arguments[o];var c=this;return Il(function(){var s,l,f,a,h,d,p,D,m,g,A,I;return Rl(this,function(w){switch(w.label){case 0:if(s=c._events.get(r),l=[],!s)return[3,10];f=s.slice(),a=!0,h=!1,d=void 0,w.label=1;case 1:w.trys.push([1,8,9,10]),p=f[Symbol.iterator](),w.label=2;case 2:if(a=(D=p.next()).done)return[3,7];if(m=D.value,!s.includes(m))return[3,6];w.label=3;case 3:return w.trys.push([3,5,,6]),c.debug&&Sn.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(r," \u4E8B\u4EF6: ").concat(m.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+m.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(i.map(function(){return"%o"}).join(","),"\u3002")].concat(Nr(i))),[4,m.apply(null,Nr(i))];case 4:return g=w.sent(),c.debug&&Sn.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(r," \u4E8B\u4EF6: ").concat(m.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+m.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(i.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Nr(i),[g])),l.push(g),g===!1?[3,7]:[3,6];case 5:return A=w.sent(),In(String(A)),[3,6];case 6:return a=!0,[3,2];case 7:return[3,10];case 8:return I=w.sent(),h=!0,d=I,[3,10];case 9:try{!a&&p.return!=null&&p.return()}finally{if(h)throw d}return[7];case 10:return[2,l]}})})()},t.on=function(r,u){if(this._events.has(r)){var i;(i=this._events.get(r))===null||i===void 0||i.push(u)}else this._events.set(r,[u])},t.off=function(r,u){if(this._events.has(r)){var i=this._events.get(r),o=i==null?void 0:i.indexOf(u);i==null||i.splice(o,1)}},t.delete=function(r){this._events.has(r)&&this._events.delete(r)},t.clear=function(){this._events=new Map},e}();function Tl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Pl=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_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"}],Bi=function(){function e(){Tl(this,e)}var t=e.prototype;return t.getEventsFromKeys=function(r){var u=typeof r=="string"?[r]:r;return e.events.filter(function(i){return u.includes(i.key)})},e}();Bi.events=Pl;function $l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var _i=[],xn=function(){function e(n){$l(this,e),this.registeredControlTypes=new Set,this.controlConfigMap=new Map,this._controls=[],this._type=n,this._initControls(n)}var t=e.prototype;return t.registerControlConfig=function(r,u){return this.controlConfigMap.set(r,u),this},t.getControlConfig=function(r){return this.controlConfigMap.get(r)},t.getControls=function(){return this._controls},t.register=function(r){r.__is_control__||st("".concat(r.name," is not a Control"));var u=this._controls.findIndex(function(i){return i.controlType===r.controlType});return u>-1&&(Je("The ".concat(r.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(u,1)),this.registeredControlTypes.add(r.controlType),this._controls.push(r),this},t.isLayoutControl=function(r){return r.controlType===Ke.LAYOUT},t.isFormControl=function(r){return r.controlType===Ke.FORM},t.isListControl=function(r){return r.controlType===Ke.LIST},t.isColumnControl=function(r){return r.controlType===Ke.COLUMN},t.createControl=function(r,u){var i=this;if(Array.isArray(r))return r.map(function(f){return i.createControl(f,u)});r.children&&(r.children=r.children.map(function(f){return i.createControl(f,u)})),this.isListControl(r)&&r.props.headers&&(r.props.headers=r.props.headers.map(function(f){return i.createControl(f,u)}));var o=this.getControlFormType(r.type);if(o){var c=r;if(typeof u=="function"){var s=u(c);s&&(c=s)}var l=new o(c);return l}else st("The constructor of ".concat(r.type," could not be found, please confirm that the constructor has been registered"))},t.createControlInstance=function(r,u){var i=this.getControlFormType(r);if(i)return new i(u)},t.getControlFormType=function(r){return this._controls.find(function(u){return u.controlType===r})},t._initControls=function(r){var u=this;this.constructor.staticControls.forEach(function(i){u.register(i[r])})},e.register=function(r){var u=r.Designer,i=r.Runtime;(!u||!i||!u.__is_control__||!i.__is_control__)&&st("".concat(r," is can't register as a Control"));var o=this.staticControls.findIndex(function(c){return c.Designer.controlType===u.controlType});return o>-1&&(Je("The ".concat(u.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(o,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(r),this},e}();xn.staticControls=_i,xn.staticRegisteredTypes=new Set(_i.map(function(e){return e.Designer.controlType})),xn.staticRegisteredConfigs=new Map;function St(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var on=function e(t){St(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:""},pt=function e(){St(this,e)},On=function e(t){St(this,e);var n;this.amount=(n=t==null?void 0:t.amount)!==null&&n!==void 0?n:"";var r;this.currency=(r=t==null?void 0:t.currency)!==null&&r!==void 0?r:xr.CNY},Rn=function e(t){St(this,e);var n;this.min=(n=t==null?void 0:t.min)!==null&&n!==void 0?n:"";var r;this.max=(r=t==null?void 0:t.max)!==null&&r!==void 0?r:""},Tn=function e(t){St(this,e);var n;this.city=(n=t==null?void 0:t.city)!==null&&n!==void 0?n:"";var r;this.cityDisplay=(r=t==null?void 0:t.cityDisplay)!==null&&r!==void 0?r:"";var u;this.district=(u=t==null?void 0:t.district)!==null&&u!==void 0?u:"";var i;this.districtDisplay=(i=t==null?void 0:t.districtDisplay)!==null&&i!==void 0?i:"";var o;this.province=(o=t==null?void 0:t.province)!==null&&o!==void 0?o:"";var c;this.provinceDisplay=(c=t==null?void 0:t.provinceDisplay)!==null&&c!==void 0?c:""},Pn=function e(t){St(this,e);var n;this.result=(n=t==null?void 0:t.result)!==null&&n!==void 0?n:0;var r;this.unit=(r=t==null?void 0:t.unit)!==null&&r!==void 0?r:""},xr;(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"})(xr||(xr={}));var Si;(function(e){e.REQUIRED="required",e.IS_HIDE="isHide",e.IS_SHOW_UNIT="isShowUnit",e.IMD_SEARCH="immediatelySearch",e.MULTIPLE="multiple",e.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",e.CAPTION="caption",e.IS_HIDE_CAPTION="isHideCaption",e.DEFAULT_SHOW_OPTIONS="defaultShowOptions",e.CAN_SEARCH="canSearch",e.CAN_CHECK="canCheck",e.CAN_EDIT="canEdit",e.CAN_DELETE="canDelete",e.SHOW_UPPER_CASE="showUpperCase",e.MICROMETER="micrometer",e.PRECISION="precision",e.PERCENTAGE="percentage",e.OPTIONAL_LEVEL="optionalLevel",e.CONTAINS_SUB_NODE="containsSubNode",e.DEFAULT_COLLAPSE="defaultCollapse",e.CAN_VIEW_FORM="canViewForm",e.SERVER_PAGINATION="serverPagination",e.IS_SHOW_CAPTION_TIP="isShowCaptionTip",e.ENCRYPTED="encrypted",e.IS_INLINE_EDIT="isInlineEdit",e.REVISIONS_MODE="revisionsMode",e.ALLOW_COPY_OPTIONS="allowCopyOptions"})(Si||(Si={}));var Or;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.READONLY=1]="READONLY",e[e.EDITABLE=2]="EDITABLE",e[e.PRINT=5]="PRINT"})(Or||(Or={}));var jl=function e(t){St(this,e);var n;this.width=(n=t==null?void 0:t.width)!==null&&n!==void 0?n:"";var r;this.height=(r=t==null?void 0:t.height)!==null&&r!==void 0?r:"";var u;this.widthConfig=(u=t==null?void 0:t.widthConfig)!==null&&u!==void 0?u:"fill";var i;this.heightConfig=(i=t==null?void 0:t.heightConfig)!==null&&i!==void 0?i:"fill"};function Ll(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Rr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ql(){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 $n(e,t,n){return ql()?$n=Reflect.construct:$n=function(u,i,o){var c=[null];c.push.apply(c,i);var s=Function.bind.apply(u,c),l=new s;return o&&sn(l,o.prototype),l},$n.apply(null,arguments)}function an(e){return an=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},an(e)}function kl(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&sn(e,t)}function Vl(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Ul(e,t){return t&&(Hl(t)==="object"||typeof t=="function")?t:Ll(e)}function sn(e,t){return sn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},sn(e,t)}var Hl=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Tr(e){var t=typeof Map=="function"?new Map:void 0;return Tr=function(r){if(r===null||!Vl(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 $n(r,arguments,an(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),sn(u,r)},Tr(e)}function zl(){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 Wl(e){var t=zl();return function(){var r=an(e),u;if(t){var i=an(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Ul(this,u)}}var Ii=function e(t){Rr(this,e),this.isHide={type:"boolean"}},Mi=function(e){kl(n,e);var t=Wl(n);function n(r){return Rr(this,n),t.call(this)}return n}(Tr(Array)),It=function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";Rr(this,e);var r;this.isHide=(r=t==null?void 0:t.isHide)!==null&&r!==void 0?r:!1,this.style=new jl(t==null?void 0:t.style);var u;this.caption=(u=t==null?void 0:t.caption)!==null&&u!==void 0?u:n};It.Rules=Ii,It.RuntimeRules=Mi;function Ye(){return Ye=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Ye.apply(this,arguments)}function Zl(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function Pr(e){return Pr=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Pr(e)}function jn(e,t){return jn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},jn(e,t)}function Gl(){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 Ln(e,t,n){return Gl()?Ln=Reflect.construct:Ln=function(u,i,o){var c=[null];c.push.apply(c,i);var s=Function.bind.apply(u,c),l=new s;return o&&jn(l,o.prototype),l},Ln.apply(null,arguments)}function Xl(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function $r(e){var t=typeof Map=="function"?new Map:void 0;return $r=function(r){if(r===null||!Xl(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 Ln(r,arguments,Pr(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),jn(u,r)},$r(e)}var Kl=/%[sdj%]/g,Ni=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(Ni=function(t,n){typeof console!="undefined"&&console.warn&&n.every(function(r){return typeof r=="string"})&&console.warn(t,n)});function jr(e){if(!e||!e.length)return null;var t={};return e.forEach(function(n){var r=n.field;t[r]=t[r]||[],t[r].push(n)}),t}function Pe(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=1,u=t[0],i=t.length;if(typeof u=="function")return u.apply(null,t.slice(1));if(typeof u=="string"){var o=String(u).replace(Kl,function(c){if(c==="%%")return"%";if(r>=i)return c;switch(c){case"%s":return String(t[r++]);case"%d":return Number(t[r++]);case"%j":try{return JSON.stringify(t[r++])}catch(s){return"[Circular]"}break;default:return c}});return o}return u}function Jl(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function de(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||Jl(t)&&typeof e=="string"&&!e)}function Ql(e,t,n){var r=[],u=0,i=e.length;function o(c){r.push.apply(r,c),u++,u===i&&n(r)}e.forEach(function(c){t(c,o)})}function xi(e,t,n){var r=0,u=e.length;function i(o){if(o&&o.length){n(o);return}var c=r;r=r+1,c<u?t(e[c],i):n([])}i([])}function Yl(e){var t=[];return Object.keys(e).forEach(function(n){t.push.apply(t,e[n])}),t}var Oi=function(e){Zl(t,e);function t(n,r){var u;return u=e.call(this,"Async Validation Error")||this,u.errors=n,u.fields=r,u}return t}($r(Error));function e0(e,t,n,r){if(t.first){var u=new Promise(function(a,h){var d=function(m){return r(m),m.length?h(new Oi(m,jr(m))):a()},p=Yl(e);xi(p,n,d)});return u.catch(function(a){return a}),u}var i=t.firstFields||[];i===!0&&(i=Object.keys(e));var o=Object.keys(e),c=o.length,s=0,l=[],f=new Promise(function(a,h){var d=function(D){if(l.push.apply(l,D),s++,s===c)return r(l),l.length?h(new Oi(l,jr(l))):a()};o.length||(r(l),a()),o.forEach(function(p){var D=e[p];i.indexOf(p)!==-1?xi(D,n,d):Ql(D,n,d)})});return f.catch(function(a){return a}),f}function Ri(e){return function(t){return t&&t.message?(t.field=t.field||e.fullField,t):{message:typeof t=="function"?t():t,field:t.field||e.fullField}}}function Ti(e,t){if(t){for(var n in t)if(t.hasOwnProperty(n)){var r=t[n];typeof r=="object"&&typeof e[n]=="object"?e[n]=Ye(Ye({},e[n]),r):e[n]=r}}return e}function Pi(e,t,n,r,u,i){e.required&&(!n.hasOwnProperty(e.field)||de(t,i||e.type))&&r.push(Pe(u.messages.required,e.fullField))}function t0(e,t,n,r,u){(/^\s+$/.test(t)||t==="")&&r.push(Pe(u.messages.whitespace,e.fullField))}var Lr={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},cn={integer:function(t){return cn.number(t)&&parseInt(t,10)===t},float:function(t){return cn.number(t)&&!cn.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch(n){return!1}},date:function(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function(t){return isNaN(t)?!1:typeof t=="number"},object:function(t){return typeof t=="object"&&!cn.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&!!t.match(Lr.email)&&t.length<255},url:function(t){return typeof t=="string"&&!!t.match(Lr.url)},hex:function(t){return typeof t=="string"&&!!t.match(Lr.hex)}};function n0(e,t,n,r,u){if(e.required&&t===void 0){Pi(e,t,n,r,u);return}var i=["integer","float","array","regexp","object","method","email","number","date","url","hex"],o=e.type;i.indexOf(o)>-1?cn[o](t)||r.push(Pe(u.messages.types[o],e.fullField,e.type)):o&&typeof t!==e.type&&r.push(Pe(u.messages.types[o],e.fullField,e.type))}function r0(e,t,n,r,u){var i=typeof e.len=="number",o=typeof e.min=="number",c=typeof e.max=="number",s=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,l=t,f=null,a=typeof t=="number",h=typeof t=="string",d=Array.isArray(t);if(a?f="number":h?f="string":d&&(f="array"),!f)return!1;d&&(l=t.length),h&&(l=t.replace(s,"_").length),i?l!==e.len&&r.push(Pe(u.messages[f].len,e.fullField,e.len)):o&&!c&&l<e.min?r.push(Pe(u.messages[f].min,e.fullField,e.min)):c&&!o&&l>e.max?r.push(Pe(u.messages[f].max,e.fullField,e.max)):o&&c&&(l<e.min||l>e.max)&&r.push(Pe(u.messages[f].range,e.fullField,e.min,e.max))}var $t="enum";function u0(e,t,n,r,u){e[$t]=Array.isArray(e[$t])?e[$t]:[],e[$t].indexOf(t)===-1&&r.push(Pe(u.messages[$t],e.fullField,e[$t].join(", ")))}function i0(e,t,n,r,u){if(e.pattern){if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||r.push(Pe(u.messages.pattern.mismatch,e.fullField,t,e.pattern));else if(typeof e.pattern=="string"){var i=new RegExp(e.pattern);i.test(t)||r.push(Pe(u.messages.pattern.mismatch,e.fullField,t,e.pattern))}}}var Z={required:Pi,whitespace:t0,type:n0,range:r0,enum:u0,pattern:i0};function o0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t,"string")&&!e.required)return n();Z.required(e,t,r,i,u,"string"),de(t,"string")||(Z.type(e,t,r,i,u),Z.range(e,t,r,i,u),Z.pattern(e,t,r,i,u),e.whitespace===!0&&Z.whitespace(e,t,r,i,u))}n(i)}function a0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t)&&!e.required)return n();Z.required(e,t,r,i,u),t!==void 0&&Z.type(e,t,r,i,u)}n(i)}function s0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(t===""&&(t=void 0),de(t)&&!e.required)return n();Z.required(e,t,r,i,u),t!==void 0&&(Z.type(e,t,r,i,u),Z.range(e,t,r,i,u))}n(i)}function c0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t)&&!e.required)return n();Z.required(e,t,r,i,u),t!==void 0&&Z.type(e,t,r,i,u)}n(i)}function f0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t)&&!e.required)return n();Z.required(e,t,r,i,u),de(t)||Z.type(e,t,r,i,u)}n(i)}function l0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t)&&!e.required)return n();Z.required(e,t,r,i,u),t!==void 0&&(Z.type(e,t,r,i,u),Z.range(e,t,r,i,u))}n(i)}function h0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t)&&!e.required)return n();Z.required(e,t,r,i,u),t!==void 0&&(Z.type(e,t,r,i,u),Z.range(e,t,r,i,u))}n(i)}function d0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(t==null&&!e.required)return n();Z.required(e,t,r,i,u,"array"),t!=null&&(Z.type(e,t,r,i,u),Z.range(e,t,r,i,u))}n(i)}function p0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t)&&!e.required)return n();Z.required(e,t,r,i,u),t!==void 0&&Z.type(e,t,r,i,u)}n(i)}var D0="enum";function g0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t)&&!e.required)return n();Z.required(e,t,r,i,u),t!==void 0&&Z[D0](e,t,r,i,u)}n(i)}function v0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t,"string")&&!e.required)return n();Z.required(e,t,r,i,u),de(t,"string")||Z.pattern(e,t,r,i,u)}n(i)}function m0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t,"date")&&!e.required)return n();if(Z.required(e,t,r,i,u),!de(t,"date")){var c;t instanceof Date?c=t:c=new Date(t),Z.type(e,c,r,i,u),c&&Z.range(e,c.getTime(),r,i,u)}}n(i)}function y0(e,t,n,r,u){var i=[],o=Array.isArray(t)?"array":typeof t;Z.required(e,t,r,i,u,o),n(i)}function qr(e,t,n,r,u){var i=e.type,o=[],c=e.required||!e.required&&r.hasOwnProperty(e.field);if(c){if(de(t,i)&&!e.required)return n();Z.required(e,t,r,o,u,i),de(t,i)||Z.type(e,t,r,o,u)}n(o)}function E0(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(de(t)&&!e.required)return n();Z.required(e,t,r,i,u)}n(i)}var fn={string:o0,method:a0,number:s0,boolean:c0,regexp:f0,integer:l0,float:h0,array:d0,object:p0,enum:g0,pattern:v0,date:m0,url:qr,hex:qr,email:qr,required:y0,any:E0};function kr(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var Vr=kr();function Dt(e){this.rules=null,this._messages=Vr,this.define(e)}Dt.prototype={messages:function(t){return t&&(this._messages=Ti(kr(),t)),this._messages},define:function(t){if(!t)throw new Error("Cannot configure a schema with no rules");if(typeof t!="object"||Array.isArray(t))throw new Error("Rules must be an object");this.rules={};var n,r;for(n in t)t.hasOwnProperty(n)&&(r=t[n],this.rules[n]=Array.isArray(r)?r:[r])},validate:function(t,n,r){var u=this;n===void 0&&(n={}),r===void 0&&(r=function(){});var i=t,o=n,c=r;if(typeof o=="function"&&(c=o,o={}),!this.rules||Object.keys(this.rules).length===0)return c&&c(),Promise.resolve();function s(D){var m,g=[],A={};function I(w){if(Array.isArray(w)){var x;g=(x=g).concat.apply(x,w)}else g.push(w)}for(m=0;m<D.length;m++)I(D[m]);g.length?A=jr(g):(g=null,A=null),c(g,A)}if(o.messages){var l=this.messages();l===Vr&&(l=kr()),Ti(l,o.messages),o.messages=l}else o.messages=this.messages();var f,a,h={},d=o.keys||Object.keys(this.rules);d.forEach(function(D){f=u.rules[D],a=i[D],f.forEach(function(m){var g=m;typeof g.transform=="function"&&(i===t&&(i=Ye({},i)),a=i[D]=g.transform(a)),typeof g=="function"?g={validator:g}:g=Ye({},g),g.validator=u.getValidationMethod(g),g.field=D,g.fullField=g.fullField||D,g.type=u.getType(g),g.validator&&(h[D]=h[D]||[],h[D].push({rule:g,value:a,source:i,field:D}))})});var p={};return e0(h,o,function(D,m){var g=D.rule,A=(g.type==="object"||g.type==="array")&&(typeof g.fields=="object"||typeof g.defaultField=="object");A=A&&(g.required||!g.required&&D.value),g.field=D.field;function I(P,L){return Ye(Ye({},L),{},{fullField:g.fullField+"."+P})}function w(P){P===void 0&&(P=[]);var L=P;if(Array.isArray(L)||(L=[L]),!o.suppressWarning&&L.length&&Dt.warning("async-validator:",L),L.length&&g.message!==void 0&&(L=[].concat(g.message)),L=L.map(Ri(g)),o.first&&L.length)return p[g.field]=1,m(L);if(!A)m(L);else{if(g.required&&!D.value)return g.message!==void 0?L=[].concat(g.message).map(Ri(g)):o.error&&(L=[o.error(g,Pe(o.messages.required,g.field))]),m(L);var M={};if(g.defaultField)for(var j in D.value)D.value.hasOwnProperty(j)&&(M[j]=g.defaultField);M=Ye(Ye({},M),D.rule.fields);for(var G in M)if(M.hasOwnProperty(G)){var z=Array.isArray(M[G])?M[G]:[M[G]];M[G]=z.map(I.bind(null,G))}var ee=new Dt(M);ee.messages(o.messages),D.rule.options&&(D.rule.options.messages=o.messages,D.rule.options.error=o.error),ee.validate(D.value,D.rule.options||o,function(Y){var ue=[];L&&L.length&&ue.push.apply(ue,L),Y&&Y.length&&ue.push.apply(ue,Y),m(ue.length?ue:null)})}}var x;g.asyncValidator?x=g.asyncValidator(g,D.value,w,D.source,o):g.validator&&(x=g.validator(g,D.value,w,D.source,o),x===!0?w():x===!1?w(g.message||g.field+" fails"):x instanceof Array?w(x):x instanceof Error&&w(x.message)),x&&x.then&&x.then(function(){return w()},function(P){return w(P)})},function(D){s(D)})},getType:function(t){if(t.type===void 0&&t.pattern instanceof RegExp&&(t.type="pattern"),typeof t.validator!="function"&&t.type&&!fn.hasOwnProperty(t.type))throw new Error(Pe("Unknown rule type %s",t.type));return t.type||"string"},getValidationMethod:function(t){if(typeof t.validator=="function")return t.validator;var n=Object.keys(t),r=n.indexOf("message");return r!==-1&&n.splice(r,1),n.length===1&&n[0]==="required"?fn.required:fn[this.getType(t)]||!1}},Dt.register=function(t,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");fn[t]=n},Dt.warning=Ni,Dt.messages=Vr,Dt.validators=fn;var A0={required:"%s \u5FC5\u586B",maxLength:"%s \u8D85\u51FA\u6700\u5927\u957F\u5EA6\u9650\u5236",minLength:"%s \u5C0F\u4E8E\u6700\u5C0F\u957F\u5EA6\u9650\u5236",string:{range:"%s \u4E0D\u5728\u6307\u5B9A\u957F\u5EA6\u5185"}};function C0(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new Dt(e);return n.messages(Object.assign(A0,t)),n}var F0=new bi;function Ur(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function w0(e){if(Array.isArray(e))return e}function b0(e){if(Array.isArray(e))return Ur(e)}function $i(e,t,n,r,u,i,o){try{var c=e[i](o),s=c.value}catch(l){n(l);return}c.done?t(s):Promise.resolve(s).then(r,u)}function ji(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(s){$i(i,r,u,o,c,"next",s)}function c(s){$i(i,r,u,o,c,"throw",s)}o(void 0)})}}function B0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Li(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function _0(e,t,n){return t&&Li(e.prototype,t),n&&Li(e,n),e}function S0(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function qi(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function ki(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function I0(){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 M0(){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 Vi(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){S0(e,u,n[u])})}return e}function N0(e){return w0(e)||ki(e)||Ui(e)||I0()}function Hr(e){return b0(e)||ki(e)||Ui(e)||M0()}function Ui(e,t){if(!!e){if(typeof e=="string")return Ur(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ur(e,t)}}var Hi=function(e,t){var n,r,u,i,o={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function c(l){return function(f){return s([l,f])}}function s(l){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(u=l[0]&2?r.return:l[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,l[1])).done)return u;switch(r=0,u&&(l=[l[0]&2,u.value]),l[0]){case 0:case 1:u=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(u=o.trys,!(u=u.length>0&&u[u.length-1])&&(l[0]===6||l[0]===2)){o=0;continue}if(l[0]===3&&(!u||l[1]>u[0]&&l[1]<u[3])){o.label=l[1];break}if(l[0]===6&&o.label<u[1]){o.label=u[1],u=l;break}if(u&&o.label<u[2]){o.label=u[2],o.ops.push(l);break}u[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(f){l=[6,f],r=0}finally{n=u=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},et=function(){function t(r){var u=this;B0(this,t),this.setting=[],this.eventKeys=[],this.customEvents=[],this.parent=null,this.updateSetting=Wi,this.removeSetting=zi,this._callControlHooks("preInstance",r);var i=qi(this,t)?this.constructor:void 0,o=i.controlName,c=i.controlIcon,s=i.controlType,l=i.controlFieldType,f=i.controlEventKeys,a=i.controlCustomEvents,h=i.name,d=i.setting;o&&c&&s||mi("The ".concat(h," controlName,controlIcon,controlType is not define"));var p;this.id=(p=r==null?void 0:r.id)!==null&&p!==void 0?p:wr(10),this.name=o,this.icon=c;var D;this.type=(D=r==null?void 0:r.type)!==null&&D!==void 0?D:s,this.props=new It(r==null?void 0:r.props,(qi(this,t)?this.constructor:void 0).controlName);var m;this.controlType=(m=r==null?void 0:r.controlType)!==null&&m!==void 0?m:"base",this.setting=he(d);var g;this.fieldType=(g=r==null?void 0:r.fieldType)!==null&&g!==void 0?g:l,this.eventKeys=he(f),this.customEvents=he(a),Promise.resolve().then(function(){u._callControlHooks("postInstance",r)})}var n=t.prototype;return n._callControlHooks=function(){for(var u=arguments.length,i=new Array(u),o=0;o<u;o++)i[o]=arguments[o];var c,s=N0(i),l=s[0],f=s.slice(1);return(c=F0).emit.apply(c,[l,this].concat(Hr(f)))},n.preUpdate=function(u,i){this._callControlHooks("preUpdateProps",u,i)},n.postUpdate=function(u,i){this._callControlHooks("postUpdateProps",u,i)},n.updateProps=function(u,i){this.preUpdate(u,i),Ei(this.props,u,i),this.postUpdate(u,i)},n.preValidate=function(){var u=this;return ji(function(){var i,o,c;return Hi(this,function(s){switch(s.label){case 0:return i=Vi({},u.rules),[4,u._callControlHooks("preValidate",i)];case 1:return o=s.sent(),c=o[o.length-1],[2,c===!1?void 0:c]}})})()},n.validate=function(u,i){var o=this;return ji(function(){var c,s,l,f;return Hi(this,function(a){switch(a.label){case 0:return[4,o.preValidate()];case 1:c=a.sent(),s=c!==void 0?c:Vi({},o.rules),Array.isArray(i)&&i.forEach(function(h){s.hasOwnProperty(h)&&delete s[h]}),l=C0(s,u),a.label=2;case 2:return a.trys.push([2,4,,5]),[4,l.validate(o.props)];case 3:return a.sent(),[2,!0];case 4:throw f=a.sent(),f.control||(f.control=o),f;case 5:return[2]}})})()},n.toDataBindModel=function(){var u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,i=this.fieldType,o=this.id,c=this.type,s=this.props,l=s.dataBind,f=s.datasourceBind,a=s.optionConfig,h=s.caption,d=s.required,p=s.maxLength,D=s.options,m=s.encrypted,g=s.encryptedMode;if(!(!i&&!l&&!f)){var A={parentId:u,fieldType:i,controlId:o,caption:h,type:c,props:{}};switch(l&&(A.dataBind=l),a){case"datasource":case void 0:f&&(A.datasourceBind=f);break;case"custom":A.props.options=D;break}return d!==void 0&&(A.required=d),p!==void 0&&(A.maxLength=p),m!==void 0&&(A.encrypted=m),g!==void 0&&(A.encryptedMode=g),A}},n.preToSchema=function(){this._callControlHooks("preToSchema",this)},n.toSchema=function(){return this.preToSchema(),{id:this.id,type:this.type,props:he(this.props),fieldType:this.fieldType,controlType:this.controlType}},t.updateBasicControl=function(u,i){if(u==="setting"){if(i.add){var o;(o=this.setting).push.apply(o,Hr(i.add))}i.remove&&this.removeSettingItem(i.remove),i.update}},_0(t,[{key:"rules",get:function(){var u=this.props.constructor.Rules;return u?new u(this.props):{}}}]),t}();et.controlName="\u63A7\u4EF6",et.controlIcon="icon",et.controlType="control",et.controlEventKeys=[],et.controlCustomEvents=[],et.setting=[],et.__is_control__=!0,et.removeSettingItem=zi,et.updateSettingItem=Wi;function zi(e){var t=this,n=Array.isArray(e)?e:[e];n.forEach(function(r){var u=typeof r!="string",i=t.setting.findIndex(function(s){return s.key===(u?r.key:r)});if(i!==-1){var o,c;u?t.setting[i].showItems=(o=t.setting[i].showItems)===null||o===void 0?void 0:o.filter(function(s){return!r.hideItems.includes(s)}):t.setting.splice(i,1),u&&!(!((c=t.setting[i].showItems)===null||c===void 0)&&c.length)&&t.setting.splice(i,1)}})}function Wi(e,t){var n=this,r=typeof e=="string"?[e]:e;r.forEach(function(u){var i=n.setting.find(function(l){return l.key===u});if(i){if(typeof t=="boolean")i.visible=t;else if(typeof t=="object"){var o,c=(o=t.type)!==null&&o!==void 0?o:"replace";if(c==="replace")i.showItems=t.showItems;else{var s;(s=i.showItems).push.apply(s,Hr(t.showItems))}}}})}function x0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Zi(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 O0(e,t,n){return t&&Zi(e.prototype,t),n&&Zi(e,n),e}function R0(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var ln=function(){function t(n){x0(this,t),this.customEvents=[],this.parent=null;var r=R0(this,t)?this.constructor:void 0,u=r.controlType,i=r.controlFieldType,o=r.name,c=r.controlCustomEvents;u||mi("The ".concat(o," controlType is not define"));var s;this.id=(s=n==null?void 0:n.id)!==null&&s!==void 0?s:wr(10);var l;this.type=(l=n==null?void 0:n.type)!==null&&l!==void 0?l:u,this.props=new It(n==null?void 0:n.props),this.customEvents=c;var f;this.controlType=(f=n==null?void 0:n.controlType)!==null&&f!==void 0?f:"base";var a;this.fieldType=(a=n==null?void 0:n.fieldType)!==null&&a!==void 0?a:i;var h;this.pageStatus=(h=n==null?void 0:n.pageStatus)!==null&&h!==void 0?h:Or.UNKNOWN}return O0(t,[{key:"rules",get:function(){var r=this.props.constructor.RuntimeRules;if(r){var u=new r(this.props);return Array.from(u)}return[]}}]),t}();ln.controlType="control",ln.__is_control__=!0,ln.controlCustomEvents=[];function T0(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function zr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function qn(e){return qn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},qn(e)}function Wr(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&&Zr(e,t)}function P0(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function $0(e,t){return t&&(j0(t)==="object"||typeof t=="function")?t:T0(e)}function Zr(e,t){return Zr=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Zr(e,t)}var j0=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function L0(){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 Gr(e){var t=L0();return function(){var r=qn(e),u;if(t){var i=qn(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return $0(this,u)}}var q0=function(e){Wr(n,e);var t=Gr(n);function n(r){zr(this,n);var u;u=t.call(this,r),u.dataBind={},u.caption={type:"string",required:!0,message:Ue.getMessage("pleaseEnterCaption")},u.isHideCaption={type:"boolean"},u.labelPosition={type:"enum",enum:["top","left"]},u.defaultState={type:"enum",enum:["default","readonly"]},u.required={type:"boolean"},u.captionTip={type:"string",required:!1,message:Ue.getMessage("pleaseEnterCaptionTip")};var i={fieldCode:{type:"string",required:!0,message:Ue.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:Ue.getMessage("pleaseEnterFieldCode")}};if(P0(r.dataBind,on))u.dataBind={type:"object",required:!0,fields:he(i),message:Ue.getMessage("pleaseEnterFieldCode")};else{var o={type:"object",required:!0,fields:{},message:Ue.getMessage("pleaseEnterFieldCode")};Object.keys(r.dataBind).forEach(function(c){o.fields[c]={type:"object",required:!0,fields:he(i),message:Ue.getMessage("pleaseEnterFieldCode")}}),u.dataBind=o}return r.isShowCaptionTip&&(u.captionTip.required=!0),u}return n}(Ii),k0=function(e){Wr(n,e);var t=Gr(n);function n(r){zr(this,n);var u;return u=t.call(this,r),u.push({type:"string",required:r.isHide?!1:r.required,message:r.requiredMessage!==""?r.requiredMessage:Ue.getMessage("runtimeRequired",{caption:r.caption})}),u}return n}(Mi),Xr=function(e){Wr(n,e);var t=Gr(n);function n(r){zr(this,n);var u;u=t.call(this,r);var i;u.caption=(i=r==null?void 0:r.caption)!==null&&i!==void 0?i:"";var o;u.isHideCaption=(o=r==null?void 0:r.isHideCaption)!==null&&o!==void 0?o:!1;var c;u.isShowCaptionTip=(c=r==null?void 0:r.isShowCaptionTip)!==null&&c!==void 0?c:!1;var s;u.captionTip=(s=r==null?void 0:r.captionTip)!==null&&s!==void 0?s:"";var l;u.defaultState=(l=r==null?void 0:r.defaultState)!==null&&l!==void 0?l:"default";var f;u.labelPosition=(f=r==null?void 0:r.labelPosition)!==null&&f!==void 0?f:"top";var a;u.placeholder=(a=r==null?void 0:r.placeholder)!==null&&a!==void 0?a:"";var h;u.required=(h=r==null?void 0:r.required)!==null&&h!==void 0?h:!1;var d;u.requiredMessage=(d=r==null?void 0:r.requiredMessage)!==null&&d!==void 0?d:"",u.dataBind=new on(r==null?void 0:r.dataBind);var p;return u.defaultValue=(p=r==null?void 0:r.defaultValue)!==null&&p!==void 0?p:"",u}return n}(It);Xr.Rules=q0,Xr.RuntimeRules=k0;function V0(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function U0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function kn(e){return kn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},kn(e)}function H0(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&&Kr(e,t)}function z0(e,t){return t&&(W0(t)==="object"||typeof t=="function")?t:V0(e)}function Kr(e,t){return Kr=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Kr(e,t)}var W0=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Z0(){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 G0(e){var t=Z0();return function(){var r=kn(e),u;if(t){var i=kn(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return z0(this,u)}}var tt=function(e){H0(n,e);var t=G0(n);function n(r){U0(this,n);var u;return u=t.call(this,r),u.controlType="form",u.props=new Xr(r==null?void 0:r.props),u}return n}(ln);function X0(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function K0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Vn(e){return Vn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Vn(e)}function J0(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&&Jr(e,t)}function Q0(e,t){return t&&(Y0(t)==="object"||typeof t=="function")?t:X0(e)}function Jr(e,t){return Jr=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Jr(e,t)}var Y0=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function eh(){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 th(e){var t=eh();return function(){var r=Vn(e),u;if(t){var i=Vn(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Q0(this,u)}}var nh=function(e){J0(n,e);var t=th(n);function n(r){return K0(this,n),t.call(this,r)}return n}(It);function Qr(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 rh(e){if(Array.isArray(e))return Qr(e)}function uh(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function ih(){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 Gi(e){return rh(e)||uh(e)||oh(e)||ih()}function oh(e,t){if(!!e){if(typeof e=="string")return Qr(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 Qr(e,t)}}function ah(e,t){var n;!((n=Object.getOwnPropertyDescriptors(e)[t])===null||n===void 0)&&n.enumerable&&Object.defineProperty(e,t,{enumerable:!1})}function Xi(e,t){e.parent=t,ah(e,"parent")}function sh(e,t){e.forEach(function(n){Xi(n,t)})}var Ki=Symbol("targetKey");function Ji(e){var t;return(t=e[Ki])!==null&&t!==void 0?t:e}function Qi(e,t){return sh(e,t),new Proxy(e,{get:function(r,u){for(var i=arguments.length,o=new Array(i>2?i-2:0),c=2;c<i;c++)o[c-2]=arguments[c];var s;return u===Ki?r:(s=Reflect).get.apply(s,[r,u].concat(Gi(o)))},set:function(r,u,i){for(var o=arguments.length,c=new Array(o>3?o-3:0),s=3;s<o;s++)c[s-3]=arguments[s];var l;if(Pt(e)&&u==="length"&&i===e.length)return!0;var f=(l=Reflect).set.apply(l,[r,u,i].concat(Gi(c)));return Qe(i)&&Xi(i,t),f}})}function Yr(e,t,n,r){var u=r!=null?r:e,i=Qi(Ji(n!=null?n:[]),u);Object.defineProperty(e,t,{get:function(){return i},set:function(c){i=Qi(Ji(c),u)},enumerable:!0})}function eu(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 ch(e){if(Array.isArray(e))return eu(e)}function Yi(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function eo(e,t,n,r,u,i,o){try{var c=e[i](o),s=c.value}catch(l){n(l);return}c.done?t(s):Promise.resolve(s).then(r,u)}function fh(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(s){eo(i,r,u,o,c,"next",s)}function c(s){eo(i,r,u,o,c,"throw",s)}o(void 0)})}}function lh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function hh(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function jt(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?jt=Reflect.get:jt=function(u,i,o){var c=Ah(u,i);if(!!c){var s=Object.getOwnPropertyDescriptor(c,i);return s.get?s.get.call(o):s.value}},jt(e,t,n||e)}function gt(e){return gt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},gt(e)}function dh(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&tu(e,t)}function ph(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function Dh(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function gh(){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 vh(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){hh(e,u,n[u])})}return e}function mh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function yh(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):mh(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function Eh(e,t){return t&&(Ch(t)==="object"||typeof t=="function")?t:Yi(e)}function tu(e,t){return tu=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},tu(e,t)}function Ah(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=gt(e),e!==null););return e}function to(e){return ch(e)||Dh(e)||Fh(e)||gh()}var Ch=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Fh(e,t){if(!!e){if(typeof e=="string")return eu(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 eu(e,t)}}function wh(){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 bh(e){var t=wh();return function(){var r=gt(e),u;if(t){var i=gt(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Eh(this,u)}}var Bh=function(e,t){var n,r,u,i,o={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function c(l){return function(f){return s([l,f])}}function s(l){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(u=l[0]&2?r.return:l[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,l[1])).done)return u;switch(r=0,u&&(l=[l[0]&2,u.value]),l[0]){case 0:case 1:u=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(u=o.trys,!(u=u.length>0&&u[u.length-1])&&(l[0]===6||l[0]===2)){o=0;continue}if(l[0]===3&&(!u||l[1]>u[0]&&l[1]<u[3])){o.label=l[1];break}if(l[0]===6&&o.label<u[1]){o.label=u[1],u=l;break}if(u&&o.label<u[2]){o.label=u[2],o.ops.push(l);break}u[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(f){l=[6,f],r=0}finally{n=u=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},_h=1e4,no=function(t){dh(r,t);var n=bh(r);function r(i){lh(this,r);var o;o=n.call(this,i),o.controlType="layout";var c=ph(this,r)?this.constructor:void 0,s=c.excludes,l=c.childrenMaxLength;return o.props=new nh(i==null?void 0:i.props),Yr(Yi(o),"children",i==null?void 0:i.children),o.excludes=he(s),o.childrenMaxLength=l,o}var u=r.prototype;return u.judgeExcludesChildren=function(o){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(o)},u.judgeJoinChildren=function(o){var c=this.judgeExcludesChildren(o);return c&&this.childrenMaxLength>this.children.length},u.validate=function(o,c){var s=this,l=this,f=function(){return jt(gt(r.prototype),"validate",s)};return fh(function(){return Bh(this,function(a){switch(a.label){case 0:return[4,f().call(l,o,c)];case 1:return a.sent(),[4,Promise.all(l.children.map(function(h){return h.validate(o,c)}))];case 2:return a.sent(),[2,!0]}})})()},u.toDataBindModel=function(){var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,c=jt(gt(r.prototype),"toDataBindModel",this).call(this),s=c?[c]:[];return this.children.reduce(function(l,f){var a=f.toDataBindModel(o);if(Array.isArray(a)){var h=a.filter(function(d){return!!d});return to(l).concat(to(h))}return a&&l.push(a),l},s)},u.toSchema=function(){var o=jt(gt(r.prototype),"toSchema",this).call(this),c=this.children.map(function(s){var l=s.toSchema();return l});return yh(vh({},o),{children:c})},r}(et);no.excludes=!1,no.childrenMaxLength=_h;function ro(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Sh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Un(e){return Un=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Un(e)}function Ih(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&nu(e,t)}function Mh(e,t){return t&&(Nh(t)==="object"||typeof t=="function")?t:ro(e)}function nu(e,t){return nu=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},nu(e,t)}var Nh=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function xh(){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 Oh(e){var t=xh();return function(){var r=Un(e),u;if(t){var i=Un(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Mh(this,u)}}var Rh=function(e){Ih(n,e);var t=Oh(n);function n(r,u){Sh(this,n);var i;return i=t.call(this,u),Yr(ro(i),"headers",u==null?void 0:u.headers,r),i}return n}(It);K.LIST;function ru(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Th(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function uo(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 Ph(e,t,n){return t&&uo(e.prototype,t),n&&uo(e,n),e}function Hn(e){return Hn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Hn(e)}function $h(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&uu(e,t)}function jh(e,t){return t&&(Lh(t)==="object"||typeof t=="function")?t:ru(e)}function uu(e,t){return uu=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},uu(e,t)}var Lh=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function qh(){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 kh(e){var t=qh();return function(){var r=Hn(e),u;if(t){var i=Hn(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return jh(this,u)}}var hn=function(e){$h(n,e);var t=kh(n);function n(u){Th(this,n);var i;return i=t.call(this,u),i.controlType="list",i.rowProps={},i.props=new Rh(ru(i),u==null?void 0:u.props),Yr(ru(i),"children",u==null?void 0:u.children),i}var r=n.prototype;return r.setRowProps=function(i){this.rowProps=i},Ph(n,[{key:"length",get:function(){return this.children.length}}]),n}(ln);console.log(1);function zn(e){return e.controlType===Ke.LAYOUT||e.controlType===Ke.WRAP||e.controlType===Ke.LIST||e.controlType===Ke.SEARCH}function dn(e,t){Array.isArray(e)&&e.map(n=>{if(n.type===Q.SUBTABLE){const r=n.getChildrenFormControl();t(n,r)}else zn(n)?dn(n==null?void 0:n.children,t):n instanceof tt&&t(n)})}function pn(e,t){Array.isArray(e)&&e.map(n=>{n.type===Q.DATA_VIEW||n.type===Q.SIMPLE_SEARCH?t(n):zn(n)&&pn(n==null?void 0:n.children,t)})}class iu extends xn{constructor(t){super("Runtime"),this._flatInstances=[],this._instanceMap={};const{schema:n}=t;this._schema=n,this._instance=this.createControl(n,t.beforeCreateInstance),this.getFlatInstances()}getFlatInstances(){const t=[],n={};return io(this._instance,r=>{t.push(r),n[r.id]||(n[r.id]=[]),n[r.id].push(r)}),this._flatInstances=t,this._instanceMap=n,this._flatInstances}get schema(){return this._schema}get instance(){return this._instance}get flatInstances(){return this._flatInstances}get instanceMap(){return this._instanceMap}get rules(){let t={};return pn(this._instance,n=>{t[n.id]=n.rules[0],dn(n.children,r=>{(r instanceof tt||r instanceof hn)&&Vh(t[n.id].fields,r)})}),t}get antdRules(){let t={};return pn(this._instance,n=>{t[n.id]=n.rules[0],dn(n.children,r=>{(r instanceof tt||r instanceof hn)&&Uh(t[n.id].fields,r)})}),t}}function io(e,t){Array.isArray(e)?e.map(n=>{t(n),zn(n)&&io(n.children,t)}):t(e)}function ou(e){return e.props.isHide?!0:e.parent===null?!1:ou(e.parent)}function Vh(e,t){if(!ou(t)){if(t instanceof tt)e[t.id]=t.rules;else if(t.type===Q.SUBTABLE){e[t.id]=t.rules;const n={type:"array",fields:{}};t.children.forEach((r,u)=>{_t(r.children,i=>{n.fields&&(n.fields[u]||(n.fields[u]={type:"object",required:!0,fields:{}}),n.fields[u].fields[i.id]=i.rules)})}),e[t.id].push(n)}}}function Uh(e,t){ou(t)||(t instanceof tt?e[t.id]=t.rules:t.type===Q.SUBTABLE&&t.children.length&&(e[t.id]=[],t.children.forEach(n=>{let r={};_t(n.children,u=>{r[u.id]=u.rules}),e[t.id].push(r)})))}class Hh{constructor(t){const{state:n,emptyState:r,databindMapping:u,controlidMapping:i}=zh(t.instance);this.emptyState=r,this.state=n,this.dataBindMapping=u,this.controlIdMapping=i}setState(t,n,r){const u=this.controlIdMapping[t];u!==void 0?this.state[u.dataView][t]=n:r!==void 0?Object.keys(this.controlIdMapping).map(i=>{const o=this.controlIdMapping[i].dataView,c=this.controlIdMapping[i].children;c!==void 0&&Object.keys(c).map(s=>{s===t&&(this.state[o][i][r][t]=n)})}):this.state[t]=n}getState(t,n){if(this.state[t]!==void 0)return this.state[t];{const u=this.controlIdMapping[t];if(u!==void 0)return this.state[u.dataView][t];if(n!==void 0){let i;return Object.keys(this.controlIdMapping).map(o=>{const c=this.controlIdMapping[o].dataView,s=this.controlIdMapping[o].children;s!==void 0&&Object.keys(s).map(l=>{var f;l===t&&(i=(f=this.state[c][o][n])==null?void 0:f[t])})}),i}else{let i=[];return Object.keys(this.controlIdMapping).map(o=>{const c=this.controlIdMapping[o].dataView,s=this.controlIdMapping[o].children;s!==void 0&&Object.keys(s).map(l=>{l===t&&this.state[c][o].map(f=>{i.push(f[t])})})}),i}}}getEmptyState(t){if(this.emptyState[t]!==void 0)return this.emptyState[t];{const r=this.controlIdMapping[t];if(r!==void 0)return this.emptyState[r.dataView][t];{let u;return Object.keys(this.controlIdMapping).map(i=>{const o=this.controlIdMapping[i].dataView,c=this.controlIdMapping[i].children;c!==void 0&&Object.keys(c).map(s=>{s===t&&(u=this.emptyState[o][i][t])})}),u}}}getDataBind(t){let n=this.controlIdMapping[t];if(n)return n.dataBind;e:for(let r in this.controlIdMapping){const u=this.controlIdMapping[r];if(u.children){for(let i in u.children)if(i===t){n=u.children[i];break e}}}return n==null?void 0:n.dataBind}}function zh(e){let t={},n={},r={},u={};return pn(e,i=>{const o=i.id,c={},s={};dn([i],(l,f)=>{Wh(c,s,l),Zh(r,o,l),Gh(u,o,l)}),t[o]=c,n[o]=s}),{state:t,emptyState:n,databindMapping:r,controlidMapping:u}}function Wh(e,t,n){var r;if(n instanceof tt)e[n.id]=he(n.props.defaultValue),t[n.id]=he(n.props.defaultValue);else{const u={};_t(n.props.headers,i=>{u[i.id]=he(i.props.defaultValue)}),e[n.id]=new Array((r=n.props.defaultRows)!=null?r:1).fill(0).map(()=>he(u)),t[n.id]=u}}function Zh(e,t,n){if(n instanceof tt)n.props.dataBind instanceof pt?Object.keys(n.props.dataBind).map(r=>{const u=n.props.dataBind,i=u[r].dataCode;i!==void 0&&(e[i]===void 0&&(e[i]={controlId:n.id,fields:[],dataViewId:t}),e[i].fields.push({fieldCode:u[r].fieldCode,controlId:n.id,dataBind:u,dataViewId:[t]}))}):(e[n.props.dataBind.dataCode]===void 0&&(e[n.props.dataBind.dataCode]={controlId:t,fields:[],dataViewId:t}),e[n.props.dataBind.dataCode].fields.push({fieldCode:n.props.dataBind.fieldCode,controlId:n.id,dataBind:n.props.dataBind,dataViewId:[t]}));else{if(n.props.datasourceBind.dataCode===""){Je(`datasourceBind.dataCode is empty! maybe in preview mode, control:${n.id} type:${n.type}`);return}e[n.props.datasourceBind.dataCode]={controlId:n.id,fields:[],dataViewId:t};const r=n.id;_t(n.props.headers,u=>{u.props.dataBind instanceof pt?Object.keys(u.props.dataBind).map(i=>{const o=u.props.dataBind,c=o[i].dataCode;e[c].fields.push({fieldCode:o[i].fieldCode,controlId:u.id,dataBind:o,dataViewId:[t,r]})}):e[u.props.dataBind.dataCode].fields.push({fieldCode:u.props.dataBind.fieldCode,controlId:u.id,dataBind:u.props.dataBind,dataViewId:[t,r]})})}}function Gh(e,t,n){n instanceof tt?e[n.id]={dataBind:n.props.dataBind,options:[],dataView:t}:n.type===Q.SUBTABLE&&(e[n.id]={dataBind:new on({dataCode:n.props.datasourceBind.dataCode,fieldCode:""}),dataView:t,children:{},options:[]},_t(n.props.headers,r=>{var u,i;Object.assign((i=(u=e[n.id])==null?void 0:u.children)!=null?i:{},{[r.id]:{dataBind:r.props.dataBind}})}))}var au={exports:{}};(function(e,t){var n=200,r="__lodash_hash_undefined__",u=9007199254740991,i="[object Arguments]",o="[object Array]",c="[object Boolean]",s="[object Date]",l="[object Error]",f="[object Function]",a="[object GeneratorFunction]",h="[object Map]",d="[object Number]",p="[object Object]",D="[object Promise]",m="[object RegExp]",g="[object Set]",A="[object String]",I="[object Symbol]",w="[object WeakMap]",x="[object ArrayBuffer]",P="[object DataView]",L="[object Float32Array]",M="[object Float64Array]",j="[object Int8Array]",G="[object Int16Array]",z="[object Int32Array]",ee="[object Uint8Array]",Y="[object Uint8ClampedArray]",ue="[object Uint16Array]",re="[object Uint32Array]",X=/[\\^$.*+?()[\]{}|]/g,Nu=/\w*$/,xu=/^\[object .+?Constructor\]$/,Ou=/^(?:0|[1-9]\d*)$/,te={};te[i]=te[o]=te[x]=te[P]=te[c]=te[s]=te[L]=te[M]=te[j]=te[G]=te[z]=te[h]=te[d]=te[p]=te[m]=te[g]=te[A]=te[I]=te[ee]=te[Y]=te[ue]=te[re]=!0,te[l]=te[f]=te[w]=!1;var Ru=typeof je=="object"&&je&&je.Object===Object&&je,Tu=typeof self=="object"&&self&&self.Object===Object&&self,Ge=Ru||Tu||Function("return this")(),or=t&&!t.nodeType&&t,ar=or&&!0&&e&&!e.nodeType&&e,Pu=ar&&ar.exports===or;function sr(v,C){return v.set(C[0],C[1]),v}function cr(v,C){return v.add(C),v}function Ft(v,C){for(var b=-1,q=v?v.length:0;++b<q&&C(v[b],b,v)!==!1;);return v}function En(v,C){for(var b=-1,q=C.length,ye=v.length;++b<q;)v[ye+b]=C[b];return v}function fr(v,C,b,q){var ye=-1,Me=v?v.length:0;for(q&&Me&&(b=v[++ye]);++ye<Me;)b=C(b,v[ye],ye,v);return b}function $u(v,C){for(var b=-1,q=Array(v);++b<v;)q[b]=C(b);return q}function ju(v,C){return v==null?void 0:v[C]}function An(v){var C=!1;if(v!=null&&typeof v.toString!="function")try{C=!!(v+"")}catch(b){}return C}function Cn(v){var C=-1,b=Array(v.size);return v.forEach(function(q,ye){b[++C]=[ye,q]}),b}function Gt(v,C){return function(b){return v(C(b))}}function Fn(v){var C=-1,b=Array(v.size);return v.forEach(function(q){b[++C]=q}),b}var lr=Array.prototype,Lu=Function.prototype,Xt=Object.prototype,wn=Ge["__core-js_shared__"],bn=function(){var v=/[^.]+$/.exec(wn&&wn.keys&&wn.keys.IE_PROTO||"");return v?"Symbol(src)_1."+v:""}(),y=Lu.toString,E=Xt.hasOwnProperty,F=Xt.toString,B=RegExp("^"+y.call(E).replace(X,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),N=Pu?Ge.Buffer:void 0,O=Ge.Symbol,T=Ge.Uint8Array,_=Gt(Object.getPrototypeOf,Object),R=Object.create,V=Xt.propertyIsEnumerable,W=lr.splice,$=Object.getOwnPropertySymbols,Ce=N?N.isBuffer:void 0,De=Gt(Object.keys,Object),fe=Yt(Ge,"DataView"),ie=Yt(Ge,"Map"),me=Yt(Ge,"Promise"),ae=Yt(Ge,"Set"),be=Yt(Ge,"WeakMap"),se=Yt(Object,"create"),Fe=Rt(fe),lt=Rt(ie),Be=Rt(me),ht=Rt(ae),Kt=Rt(be),wt=O?O.prototype:void 0,hr=wt?wt.valueOf:void 0;function dt(v){var C=-1,b=v?v.length:0;for(this.clear();++C<b;){var q=v[C];this.set(q[0],q[1])}}function qu(){this.__data__=se?se(null):{}}function ku(v){return this.has(v)&&delete this.__data__[v]}function Vu(v){var C=this.__data__;if(se){var b=C[v];return b===r?void 0:b}return E.call(C,v)?C[v]:void 0}function Uu(v){var C=this.__data__;return se?C[v]!==void 0:E.call(C,v)}function Hu(v,C){var b=this.__data__;return b[v]=se&&C===void 0?r:C,this}dt.prototype.clear=qu,dt.prototype.delete=ku,dt.prototype.get=Vu,dt.prototype.has=Uu,dt.prototype.set=Hu;function Xe(v){var C=-1,b=v?v.length:0;for(this.clear();++C<b;){var q=v[C];this.set(q[0],q[1])}}function zu(){this.__data__=[]}function xt(v){var C=this.__data__,b=ut(C,v);if(b<0)return!1;var q=C.length-1;return b==q?C.pop():W.call(C,b,1),!0}function Wu(v){var C=this.__data__,b=ut(C,v);return b<0?void 0:C[b][1]}function Zu(v){return ut(this.__data__,v)>-1}function Gu(v,C){var b=this.__data__,q=ut(b,v);return q<0?b.push([v,C]):b[q][1]=C,this}Xe.prototype.clear=zu,Xe.prototype.delete=xt,Xe.prototype.get=Wu,Xe.prototype.has=Zu,Xe.prototype.set=Gu;function bt(v){var C=-1,b=v?v.length:0;for(this.clear();++C<b;){var q=v[C];this.set(q[0],q[1])}}function Xu(){this.__data__={hash:new dt,map:new(ie||Xe),string:new dt}}function Ku(v){return vr(this,v).delete(v)}function Ju(v){return vr(this,v).get(v)}function Qu(v){return vr(this,v).has(v)}function Yu(v,C){return vr(this,v).set(v,C),this}bt.prototype.clear=Xu,bt.prototype.delete=Ku,bt.prototype.get=Ju,bt.prototype.has=Qu,bt.prototype.set=Yu;function Bt(v){this.__data__=new Xe(v)}function ei(){this.__data__=new Xe}function ti(v){return this.__data__.delete(v)}function ni(v){return this.__data__.get(v)}function ri(v){return this.__data__.has(v)}function ui(v,C){var b=this.__data__;if(b instanceof Xe){var q=b.__data__;if(!ie||q.length<n-1)return q.push([v,C]),this;b=this.__data__=new bt(q)}return b.set(v,C),this}Bt.prototype.clear=ei,Bt.prototype.delete=ti,Bt.prototype.get=ni,Bt.prototype.has=ri,Bt.prototype.set=ui;function ii(v,C){var b=ai(v)||AD(v)?$u(v.length,String):[],q=b.length,ye=!!q;for(var Me in v)(C||E.call(v,Me))&&!(ye&&(Me=="length"||vD(Me,q)))&&b.push(Me);return b}function dr(v,C,b){var q=v[C];(!(E.call(v,C)&&ya(q,b))||b===void 0&&!(C in v))&&(v[C]=b)}function ut(v,C){for(var b=v.length;b--;)if(ya(v[b][0],C))return b;return-1}function Ie(v,C){return v&&ga(C,si(C),v)}function ce(v,C,b,q,ye,Me,ke){var Oe;if(q&&(Oe=Me?q(v,ye,Me,ke):q(v)),Oe!==void 0)return Oe;if(!mr(v))return v;var Ca=ai(v);if(Ca){if(Oe=pD(v),!C)return lD(v,Oe)}else{var en=Ot(v),Fa=en==f||en==a;if(FD(v))return gr(v,C);if(en==p||en==i||Fa&&!Me){if(An(v))return Me?v:{};if(Oe=DD(Fa?{}:v),!C)return hD(v,Ie(Oe,v))}else{if(!te[en])return Me?v:{};Oe=gD(v,en,ce,C)}}ke||(ke=new Bt);var wa=ke.get(v);if(wa)return wa;if(ke.set(v,Oe),!Ca)var ba=b?dD(v):si(v);return Ft(ba||v,function(ci,yr){ba&&(yr=ci,ci=v[yr]),dr(Oe,yr,ce(ci,C,b,q,yr,v,ke))}),Oe}function pr(v){return mr(v)?R(v):{}}function oi(v,C,b){var q=C(v);return ai(v)?q:En(q,b(v))}function Jt(v){return F.call(v)}function Qt(v){if(!mr(v)||yD(v))return!1;var C=Aa(v)||An(v)?B:xu;return C.test(Rt(v))}function Dr(v){if(!ma(v))return De(v);var C=[];for(var b in Object(v))E.call(v,b)&&b!="constructor"&&C.push(b);return C}function gr(v,C){if(C)return v.slice();var b=new v.constructor(v.length);return v.copy(b),b}function it(v){var C=new v.constructor(v.byteLength);return new T(C).set(new T(v)),C}function iD(v,C){var b=C?it(v.buffer):v.buffer;return new v.constructor(b,v.byteOffset,v.byteLength)}function oD(v,C,b){var q=C?b(Cn(v),!0):Cn(v);return fr(q,sr,new v.constructor)}function aD(v){var C=new v.constructor(v.source,Nu.exec(v));return C.lastIndex=v.lastIndex,C}function sD(v,C,b){var q=C?b(Fn(v),!0):Fn(v);return fr(q,cr,new v.constructor)}function cD(v){return hr?Object(hr.call(v)):{}}function fD(v,C){var b=C?it(v.buffer):v.buffer;return new v.constructor(b,v.byteOffset,v.length)}function lD(v,C){var b=-1,q=v.length;for(C||(C=Array(q));++b<q;)C[b]=v[b];return C}function ga(v,C,b,q){b||(b={});for(var ye=-1,Me=C.length;++ye<Me;){var ke=C[ye],Oe=q?q(b[ke],v[ke],ke,b,v):void 0;dr(b,ke,Oe===void 0?v[ke]:Oe)}return b}function hD(v,C){return ga(v,va(v),C)}function dD(v){return oi(v,si,va)}function vr(v,C){var b=v.__data__;return mD(C)?b[typeof C=="string"?"string":"hash"]:b.map}function Yt(v,C){var b=ju(v,C);return Qt(b)?b:void 0}var va=$?Gt($,Object):BD,Ot=Jt;(fe&&Ot(new fe(new ArrayBuffer(1)))!=P||ie&&Ot(new ie)!=h||me&&Ot(me.resolve())!=D||ae&&Ot(new ae)!=g||be&&Ot(new be)!=w)&&(Ot=function(v){var C=F.call(v),b=C==p?v.constructor:void 0,q=b?Rt(b):void 0;if(q)switch(q){case Fe:return P;case lt:return h;case Be:return D;case ht:return g;case Kt:return w}return C});function pD(v){var C=v.length,b=v.constructor(C);return C&&typeof v[0]=="string"&&E.call(v,"index")&&(b.index=v.index,b.input=v.input),b}function DD(v){return typeof v.constructor=="function"&&!ma(v)?pr(_(v)):{}}function gD(v,C,b,q){var ye=v.constructor;switch(C){case x:return it(v);case c:case s:return new ye(+v);case P:return iD(v,q);case L:case M:case j:case G:case z:case ee:case Y:case ue:case re:return fD(v,q);case h:return oD(v,q,b);case d:case A:return new ye(v);case m:return aD(v);case g:return sD(v,q,b);case I:return cD(v)}}function vD(v,C){return C=C==null?u:C,!!C&&(typeof v=="number"||Ou.test(v))&&v>-1&&v%1==0&&v<C}function mD(v){var C=typeof v;return C=="string"||C=="number"||C=="symbol"||C=="boolean"?v!=="__proto__":v===null}function yD(v){return!!bn&&bn in v}function ma(v){var C=v&&v.constructor,b=typeof C=="function"&&C.prototype||Xt;return v===b}function Rt(v){if(v!=null){try{return y.call(v)}catch(C){}try{return v+""}catch(C){}}return""}function ED(v){return ce(v,!0,!0)}function ya(v,C){return v===C||v!==v&&C!==C}function AD(v){return CD(v)&&E.call(v,"callee")&&(!V.call(v,"callee")||F.call(v)==i)}var ai=Array.isArray;function Ea(v){return v!=null&&wD(v.length)&&!Aa(v)}function CD(v){return bD(v)&&Ea(v)}var FD=Ce||_D;function Aa(v){var C=mr(v)?F.call(v):"";return C==f||C==a}function wD(v){return typeof v=="number"&&v>-1&&v%1==0&&v<=u}function mr(v){var C=typeof v;return!!v&&(C=="object"||C=="function")}function bD(v){return!!v&&typeof v=="object"}function si(v){return Ea(v)?ii(v):Dr(v)}function BD(){return[]}function _D(){return!1}e.exports=ED})(au,au.exports);var Xh=au.exports;function oo(e){return e.reduce((n,r)=>{const{children:u}=r;return u.forEach(i=>{n[i.id]=ao(i)}),n},{})}function ao(e){return Xh(e.props)}const so=["splice","push","shift","pop","unshift","reverse"],su=Symbol("__engineProxy__"),cu=Symbol("__engineTarget__"),co=Symbol("__engineArrayBeforeSetCallbackFlag__"),fo=Symbol("__engineProxyThisKey__"),He={type:"",args:[],callback:lo};function lo(){}rd();function Kh(e,t,n,r,u){if(He.type){He.callback=u.bind(null,e,r);return}const i=Number(t);if(i>e.length){st(`Wrong array operations may cause unknown errors. It is recommended to use APIs such as ${so.join(",")} for array operations`);return}if(!(Number.isNaN(i)&&t!=="length"))if(t==="length"){const c=n,s=e.length;if(c>e.length){st("Do not directly modify the length of the array data, please add new rows");return}return c===e.length?void 0:()=>u.call(null,e,r,"splice",[c,s-c])}else return i===e.length?()=>u.call(null,e,r,"push",[n]):()=>u.call(null,e,r,"splice",[i,1,n])}function Jh(e,t,n){return{__engineProxy__:!0,get(r,u,i){return u===su?!0:u===cu?r:Array.isArray(r)&&u===co?n:u===fo?e:Reflect.get(r,u,i)},set(r,u,i,o){var h;let c=i;const s=r[u],l=e===""?u:e+"."+u;function f(d){if(typeof d=="object"&&d!==null)return d[su]!==!0?Wn(d,t,n,l):Wn(d[cu],t,n,l)}c=(h=f(i))!=null?h:c;let a;if(Array.isArray(r)){const d=Kh(r,u,i,e,t);a=Reflect.set(r,u,c,o),d&&d()}else{try{let d=c;if(c=n.call(null,r,l,c,s),d!==c){const p=f(c);p!==void 0&&(c=p)}}catch(d){return In(`${l} set error ${d}`),!0}a=Reflect.set(r,u,c,o),t.call(null,r,l,i,s)}return a}}}function Wn(e,t,n,r=""){if(Object.isFrozen(e))return e;for(let u in e){const i=r===""?u:r+"."+u,o=e[u];typeof o=="object"&&o!==null&&(e[u]=Wn(o,t,n,i))}return new Proxy(e,Jh(r,t,n))}function ho(e){const t=[];return e.forEach(n=>{t.push(n),n.controlType==="layout"&&t.push(...ho(n.children))}),t}const Qh=e=>e.find(po),po=e=>e===String(Number(e)),Yh=e=>e.some(po),ed=(e,t)=>{if(t.length<2){Je("\u672A\u627E\u5230 \u660E\u7EC6\u5B50\u8868\u63A7\u4EF6",t);return}for(const n of e)if(t.includes(n.id)&&n instanceof hn)return n;Je("\u672A\u627E\u5230 \u660E\u7EC6\u5B50\u8868\u63A7\u4EF6",t)};function fu(e,t,n,r){if(t==="")return;const u=t.split(".");if(u.length===0)return;if(Yh(u)){console.log("findItem isInSubtable");const s=ed(e,u);if(!s)return;const l=n.getState(s.id);if(!l)return;const f=Number(Qh(u));if(!Number.isInteger(f))return;const h=l[f].uid,d=s.props.headers.map(g=>g.children[0]),p=u[u.length-1],D=d.find(g=>g.id===p);return D?(h&&!s.rowProps[h]&&(Sn("\u{1F31F} copy rowProps",s.id,h,p),s.rowProps[h]=ao(D)),r.createControlInstance(D.type)):void 0}const i=u[0],o=u.slice(1),c=e.find(s=>s.id===i);return o.length===0?c:o.reduce((s,l)=>{var h,d;const f=Number(l);if(Number.isNaN(f)){const p=s!=null&&s.children?ho(s.children):void 0,D=p==null?void 0:p.find(m=>m.id===l);return D||(s instanceof tt?s:void 0)}else return(d=(h=s==null?void 0:s.children)==null?void 0:h[f])!=null?d:s},c)}function td(e,t){return["push","unshift"].includes(e)?t:e==="splice"?t.slice(2):[]}function nd(e,t,n){if(["push","unshift"].includes(e))return n;if(e==="splice")return t.slice(0,2).concat(n)}function rd(){so.forEach(e=>{const t=Array.prototype[e];Array.prototype[e]=function(...n){var r;if(this[su]){let u;const i=td(e,n);if(i.length){const o=(r=this[co])==null?void 0:r.call(this,this[cu],this[fo],i),c=nd(e,n,o);He.type=e,He.args=c,u=t.apply(this,c)}else He.type=e,He.args=n,u=t.apply(this,n);return typeof He.callback=="function"&&He.callback(e,n,u),He.type="",He.args=[],He.callback=lo,u}else return t.apply(this,n)}})}class ud{constructor(){this.actionMap=new Map,this.buildinActions={},this.actionUtils={},this.sources={}}execAction(t,n,...r){return ot(this,null,function*(){const u=this.actionMap.get(t);if(!!u)try{return yield u.func.call(null,n,...r)}catch(i){In(`${u.id} Exception during calling action: ${i}`)}})}addAction(t,n){this.actionMap.has(t)&&st("duplicated action key");const r=new id(t,n);this.actionMap.set(t,r)}}class id{constructor(t,n){this.id="",this.id=t,this.func=n}}class od{constructor(t){this._dataStore=new Map,this.executer=t}add(t,n){this._dataStore.set(t,n)}get(t){let n=this._dataStore.get(t);return he(n)}remove(t){this._dataStore.delete(t)}getRemoteData(t){return ot(this,null,function*(){return this.executer===void 0?(In("\u672A\u521D\u59CB\u5316executer"),[]):this.executer(t)})}}class vt{}class Dn extends vt{validate(t){return Te(t)}transform(t){if(t==null)return"";if(!Qe(t)&&!Ci(t))return String(t);if(bl(t))return JSON.stringify(t);throw`${t} is not a string`}}class lu extends vt{validate(t){return Mn(t)||t===""}transform(t){if(t==null)return"";const n=!Qe(t)&&!Ci(t)?Number(t):void 0;if(!Number.isNaN(n)&&n!==void 0)return n;throw`${t} is not a number`}}class ad extends vt{validate(t){return Bl(t)}transform(t){if(t==null)return[];function n(r){return r.map(u=>u?String(u):"")}if(Pt(t))return n(t);if(Te(t)&&Fi(t))try{const r=JSON.parse(t);if(Array.isArray(r))return n(r)}catch(r){}return[String(t)]}}class sd extends vt{validate(t){return _l(t)}transform(t){if(t==null)return[];function n(u){return u.map(i=>!i&&i!==0?"":Number(i)).filter(i=>i===""||!Number.isNaN(i))}if(Pt(t))return n(t);if(Te(t)&&Fi(t))try{const u=JSON.parse(t);if(Pt(u))return n(u)}catch(u){}const r=Number(t);if(Number.isNaN(r))throw`${t} is not a number array`;return[r]}}class cd extends vt{validate(t){return t instanceof On||Qe(t)&&"amount"in t&&Mn(t.amount)&&"currency"in t&&Te(t.currency)}transform(t,n){if(t==null||t==="")return new On({currency:n==null?void 0:n.currency});let r;if(Qe(t)&&(r=new On(ge(ge({},n),t))),Te(t)&&Nn(t))try{const u=JSON.parse(t);r=new On(ge(ge({},n),u))}catch(u){}if(r){const u=new lu,i=new Dn;return u.validate(r.amount)||(r.amount=u.transform(r.amount)),i.validate(r.currency)||(r.currency=i.transform(r.currency)),r}throw`${t} is not a { amount: number, currency: string } object`}}class fd extends vt{validate(t){return t instanceof Rn||Qe(t)&&"min"in t&&Te(t.min)&&"max"in t&&Te(t.max)}transform(t,n){if(t==null||t==="")return new Rn;let r;if(Qe(t)&&(r=new Rn(ge(ge({},n),t))),Te(t)&&Nn(t))try{const u=JSON.parse(t);r=new Rn(ge(ge({},n),u))}catch(u){}if(r){const u=new Dn;return u.validate(r.min)||(r.min=u.transform(r.min)),u.validate(r.max)||(r.max=u.transform(r.max)),r}throw`${t} is not a { min: string, max: string } object`}}class ld extends vt{validate(t){return t instanceof Pn||Qe(t)&&"result"in t&&Mn(t.result)&&"unit"in t&&Te(t.unit)}transform(t,n){if(t==null||t==="")return new Pn({unit:n==null?void 0:n.unit});let r;if(Qe(t)&&(r=new Pn(ge(ge({},n),t))),Te(t)&&Nn(t))try{const u=JSON.parse(t);r=new Pn(ge(ge({},n),u))}catch(u){}if(r){const u=new lu,i=new Dn;return u.validate(r.result)||(r.result=u.transform(r.result)),i.validate(r.unit)||(r.unit=i.transform(r.unit)),r}throw`${t} is not a { result: string, unit: string } object`}}class hd extends vt{validate(t){return t instanceof Tn}transform(t,n){if(t==null||t==="")return new Tn;let r;if(Qe(t)&&(r=new Tn(ge(ge({},n),Ir.exports.camelizeKeys(t)))),Te(t)&&Nn(t))try{const u=JSON.parse(t);r=new Tn(ge(ge({},n),Ir.exports.camelizeKeys(u)))}catch(u){}if(r){const u=new Dn;return u.validate(r.city)||(r.city=u.transform(r.city)),u.validate(r.district)||(r.district=u.transform(r.district)),u.validate(r.province)||(r.province=u.transform(r.province)),r}throw`${t} is not a { city: string, district: string, province: string } object`}}class dd{static getValueChecker(t){let n;switch(t){case K.VARCHAR:case K.TIMESTAMP:case K.TEXT:case K.RELATION:case K.AUTO_NUMBER:n=new Dn;break;case K.DECIMAL:n=new lu;break;case K.EMPLOYEES:case K.DEPARTMENTS:case K.IMAGE:case K.FILE:case K.ARRAY:n=new ad;break;case K.MONEY:n=new cd;break;case K.TIMESCOPE:n=new fd;break;case K.CALC:n=new ld;break;case K.DECIMAL_RANGE:n=new sd;break;case K.ADDRESS:n=new hd;break}return n}}function pd(e){if(["min","max","currency","unit"].includes(e))return K.VARCHAR;if(["result","amount"].includes(e))return K.DECIMAL}function Do(e,t,n,r){var o;let u=(o=pd(t))!=null?o:e,i=dd.getValueChecker(u);if(!i||i.validate(n))return n;try{const c=i.transform(n,r);return c!==void 0?c:n}catch(c){throw`${t} ${c}`}}function Dd(e,t,n){return Object.entries(e).reduce((r,[u,i])=>{const o=t[u];return r[u]=Do(i,u,o,n[u]),r},Object.assign({},t))}typeof window!="undefined"&&(window.engines={});let Lt=null,gn="";class hu extends bi{constructor(t){super(),this.isMounted=!1,this.id=wr(8),this.__pluginsApplied=!1,this.actionManager=new ud,this._jobTasks=[],this.createControlInstance=this.createInstance,this.$options=Object.freeze(t);const{autoMount:n=!0,schema:r,beforeCreateInstance:u,externalParams:i,language:o=li,debug:c=!1}=this.$options;Ue.setLocale(o),this.debug=c,this.runtime=new iu({schema:r,beforeCreateInstance:u}),this.externalParams=i,this.store=new Hh({instance:this.runtime.instance}),this.debugLog("engine is Instantiation complete"),n&&this.mount()}debugLog(...t){this.debug&&Sn(...t)}use(t){return this.__pluginsApplied||this.__plugins.push(t),this}registerControl(...t){return this.runtime.register(...t),this}static register(...t){return iu.register(...t)}static judgeControlIsRegistered(t){return iu.staticRegisteredTypes.has(t.Runtime.controlType)}mount(){this.debugLog("engine\u7684mount\u65B9\u6CD5\u5F00\u59CB\u8C03\u7528");const{plugins:t=[]}=this.$options;this._handlerProxyState(),this.__plugins=t,this.applyPlugins(),this.setStates(this.getState()),this.debugLog("engine\u7684mount\u65B9\u6CD5\u8C03\u7528\u7ED3\u675F"),this.debug&&typeof window!="undefined"&&(window.engines[this.id]=this)}destroy(){this.debug&&typeof window!="undefined"&&delete window.engines[this.id]}_handlerProxyState(){this.store.state=Wn(this.store.state,this._proxyStateCallback.bind(this),this._proxyStateBeforeSetCallback.bind(this))}_proxyStateBeforeSetCallback(t,n,r,u){const i=fu(this.runtime.flatInstances,n,this.store,this.runtime);if(!i)return r;if(this.assertInstance(i,Q.SUBTABLE)){if(r===null)return[];const s=i.props.headers.reduce((f,a)=>{const h=a.children[0];return h&&h instanceof tt&&(f[h.id]=h.fieldType),f},{}),l=this.getEmptyState(i.id);return r.map(f=>Dd(s,f,l))}const o=n.split("."),c=o[o.length-1];try{return Do(i.fieldType,c,r,u)}catch(s){throw Je(`the id=${i.id}'s instance setState error, %o ${s}.`,r),s}}_proxyStateCallback(t,n,r,u,i){Array.isArray(t)?this._handlerArrayUpdate(t,n,r,u,i):this._handlerObjectUpdate(t,n,r,u)}_handlerArrayUpdate(t,n,r,u,i){const o=fu(this.runtime.flatInstances,n,this.store,this.runtime);if(!(o instanceof hn))return;const c=h=>[],s=Lt;let l=[],f=[],a=[];if(r&&u){switch(r){case"push":case"unshift":u.length,l=c(),f=u,o.children[r](...l),this.runtime.getFlatInstances();break;case"splice":if(u.length>2){u.length-2;const h=u.slice(2);l=c(),f=h;const d=u[0],p=u[1];o.children[r](d,p,...l),this.runtime.getFlatInstances()}else o.children[r](...u),this.runtime.getFlatInstances();break;default:o.children[r](...u),this.runtime.getFlatInstances();break}r==="splice"?a=i:["pop","shift"].includes(r)&&(a=[i]),this.emit("list-change",{instance:o,value:this.getState(o.id),options:Object.assign({},s,{changed:l,data:f,deleted:a!=null?a:[]})}),Lt=null}}_handlerObjectUpdate(t,n,r,u){const i=fu(this.runtime.flatInstances,n,this.store,this.runtime);if(!i)return;const o=this.getInstanceRowIndex(i),c=Lt||{};if(i instanceof hn){i.children.length=0;const s=r;let l=[];this.emit("list-change",{instance:i,value:r,options:fi(ge({},c),{changed:l,data:s,deleted:u!=null?u:[]})})}else this.emit("change",{instance:i,value:this.getState(i.id,o),rowIndex:o,options:fi(ge({},c),{oldValue:u})})}applyPlugins(){this.__pluginsApplied||(this.__plugins.forEach(t=>{var n;try{gn=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this)}catch(r){st(`${gn} Plugin apply Error
|
|
2
2
|
${r}`)}finally{gn=""}}),this.__pluginsApplied=!0)}listControlCreateRow(t,n){throw new Error("\u8BE5api\u5DF2\u5E9F\u5F03")}listControlAddRow(t,n="subtable-row"){throw new Error("\u8BE5api\u5DF2\u5E9F\u5F03")}emit(t,n){return ot(this,null,function*(){if(t==="engine-mounted"){if(this.isMounted)return Je("The engine-mounted life cycle can only be triggered once"),Promise.resolve([]);if(this._jobTasks.length){console.time("engine-mounted need wait");const o=[...this._jobTasks];yield Promise.all(o),console.timeEnd("engine-mounted need wait")}this.isMounted=!0}let r,u;this.isMounted||(u=new Promise(o=>{r=o}),this._jobTasks.push(u));const i=yield Sa(hu.prototype,this,"emit").call(this,t,n);return r&&u&&(r(),this._jobTasks.splice(this._jobTasks.indexOf(u),1)),i})}on(t,n){return gn&&(n.applyingPluginName=gn),super.on(t,n)}createControl(...t){return this.runtime.createControl(...t)}createInstance(t,n){return this.runtime.createControlInstance(t,n)}schemaEvent(t,n){this.emit(t,n)}updateInstanceProps(t,n,r,u){return this.setInstance(t,n,r,u)}getRules(t){var n;return t===void 0?this.runtime.rules:(n=this.runtime.rules[t])==null?void 0:n.fields}getAntdRules(t){var n;return t===void 0?this.runtime.antdRules:(n=this.runtime.antdRules[t])==null?void 0:n.fields}getState(t,n){return t===void 0?this.store.state:this.store.getState(t,n)}getEmptyState(t){return he(t===void 0?this.store.emptyState:this.store.getEmptyState(t))}setPayloadOptions(t){Lt=t}setState(t,n,r,u){Lt=u,this.debugLog("[%o]: \u89E6\u53D1setState, \u4FEE\u6539\u7684\u503C\u4E3A%o, rowIndex=%o, options=%o",t,n,r,u),this.store.setState(t,n,r),this.debugLog("[%o]: setState\u5B8C\u6210, \u4FEE\u6539\u7684\u503C\u4E3A%o, rowIndex=%o",t,n,r),Lt=null}setStates(t,n,r){let u=t;Object.keys(u).forEach(i=>{Object.entries(this.store.controlIdMapping).forEach(([o,c])=>{if(c.dataView===i){const s=u[i][o];s!==void 0&&this.setState(o,s,n,r)}else(o===i||c.children&&c.children[i])&&u[i]!==void 0&&this.setState(i,u[i],n,r)})})}getField(t,n,r){if(!n){const s=this.getDataBindMapping(t);if(s){const{controlId:l}=s;return this.getState(l)}return}const u=this.getDataBindMapping(t,n);if(!u)return;const{dataBind:i,controlId:o}=u,c=this.getState(o,r);return i instanceof pt?Object.entries(i).reduce((s,[l,f])=>f.fieldCode===n?s[l]:s,c):c}getData(t){var u,i,o,c,s,l,f,a;if(!t)return;let n=this.getDataBindMapping(t),r=this.getControlIdMapping();if(n){const{controlId:h}=n,d=this.getField(t);if(Array.isArray(d))return d.map(D=>{var g,A,I,w,x,P,L;let m={};for(let M in D)if((I=(A=(g=r[h])==null?void 0:g.children[M])==null?void 0:A.dataBind)!=null&&I.fieldCode)m[(w=r[h].children[M])==null?void 0:w.dataBind.fieldCode]=D[M];else if((x=r[h])!=null&&x.children[M])for(let j in D[M])m[(L=(P=r[h])==null?void 0:P.children[M])==null?void 0:L.dataBind[j].fieldCode]=D[M][j];return m});{let p={};for(let D in d)if((i=(u=r[D])==null?void 0:u.dataBind)!=null&&i.fieldCode)p[(o=r[D])==null?void 0:o.dataBind.fieldCode]=d[D];else if((s=(c=r[D])==null?void 0:c.dataBind)!=null&&s.dataCode)p[(l=r[D])==null?void 0:l.dataBind.dataCode]=d[D].map(m=>{var A,I,w;let g={};for(let x in m)if((A=r[D].children[x])!=null&&A.dataBind.fieldCode)g[(I=r[D].children[x])==null?void 0:I.dataBind.fieldCode]=m[x];else for(let P in m[x])g[(w=r[D].children[x])==null?void 0:w.dataBind[P].fieldCode]=m[x][P];return g});else if(r[D])for(let m in d[D])p[(a=(f=r[D])==null?void 0:f.dataBind[m])==null?void 0:a.fieldCode]=d[D][m];return p}}}setField(t,n,r,u,i){var l;const o=this.getDataBindMapping(t,n);if(!o)return;const{dataBind:c,controlId:s}=o;if(c instanceof pt){const f=(l=he(this.getState(s,u)))!=null?l:this.getEmptyState(s),a=Object.entries(c).reduce((h,[d,p])=>(p.fieldCode===n&&(h[d]=r),h),f);this.setState(s,a,u,i)}else this.setState(s,r,u,i)}setFields(t,n,r,u){const i=this.getDataBindMapping(t);if(!i)return;let o=[];i.fields.forEach(c=>{var a;const{dataBind:s,controlId:l,fieldCode:f}=c;if(!o.includes(f)&&!!Object.hasOwnProperty.call(n,f))if(s instanceof pt){const h=(a=he(this.getState(l,r)))!=null?a:this.getEmptyState(l),d=Object.entries(s).reduce((p,[D,m])=>{o.push(m.fieldCode);const g=n[m.fieldCode];return g!==void 0&&(p[D]=g),p},h);this.setState(c.controlId,d,r,u)}else this.setState(l,n[f],r,u)})}buildFields(t,n){const r=this.getDataBindMapping(t);if(!r)return;let u=[];const i={};return r.fields.forEach(o=>{const{dataBind:c,controlId:s,fieldCode:l}=o;if(!u.includes(l)&&!!Object.hasOwnProperty.call(n,l))if(c instanceof pt){const f=this.getEmptyState(s);i[o.controlId]=Object.entries(c).reduce((a,[h,d])=>{u.push(d.fieldCode);const p=n[d.fieldCode];return p!==void 0&&(a[h]=p),a},f)}else i[s]=n[l]}),i}setData(t,n){this.debugLog("engine setData\u65B9\u6CD5\u6267\u884C\uFF0C\u53C2\u6570\u4E3A%o\uFF0C%o\u3002",t,n);let r={};Object.keys(t).map(u=>{const i=t[u];if(Array.isArray(i))i.map(o=>{const c=this.getDataBindMapping(u);if(!c)return;let s=he(this.store.emptyState[c.dataViewId][c.controlId]),l=[];Object.keys(o).map(f=>{var h,d,p;if(l.includes(f))return;const a=(d=(h=this.store.dataBindMapping[u])==null?void 0:h.fields)==null?void 0:d.find(D=>D.fieldCode===f);if(a){if(a.dataBind instanceof on&&o[f]!==void 0)s[a.controlId]=o[f];else if(a.dataBind instanceof pt){let D=he((p=this.getEmptyState(a.controlId))!=null?p:{});Object.keys(a.dataBind).map(m=>{const g=a.dataBind[m];o[g.fieldCode]!==void 0&&(D[m]=o[g.fieldCode]),l.push(g.fieldCode)}),s[a.controlId]=D}}}),r[c.dataViewId]||(r[c.dataViewId]={}),r[c.dataViewId][c.controlId]||(r[c.dataViewId][c.controlId]=[]),r[c.dataViewId][c.controlId].push(s)});else if(i){let o=[];Object.keys(i).map(c=>{var l;if(o.includes(c))return;const s=this.getDataBindMapping(u,c);if(s){if(r[s.dataViewId[0]]||(r[s.dataViewId[0]]={}),s.dataBind instanceof on&&i[c]!==void 0)r[s.dataViewId[0]][s.controlId]=i[c];else if(s.dataBind instanceof pt){let f=he((l=this.getEmptyState(s.controlId))!=null?l:{});Object.keys(s.dataBind).map(a=>{const h=s.dataBind[a];i[h.fieldCode]!==void 0&&(f[a]=i[h.fieldCode]),o.push(h.fieldCode)}),r[s.dataViewId[0]][s.controlId]=f}}})}}),this.debugLog("engine setData\u65B9\u6CD5\u6570\u636E\u7EC4\u5408\u5B8C\u6210\uFF0C\u53C2\u6570\u4E3A%o\u3002",r),this.setStates(r,void 0,n),this.debugLog("engine setData\u65B9\u6CD5\u6267\u884C\u5B8C\u6210\u3002")}getDataBind(t){return this.store.getDataBind(t)}getInstance(t,n){const r=this.getInstances(t,n===-1);if(r.length>0)return n!==void 0?n===-1?r[0]:r[n]:r[0]}getInstances(t,n=!1){var u;if(t===void 0)return this.runtime.flatInstances;const r=this.runtime.flatInstances.filter(i=>i.id===t);if(n)if(r.length){const i=r[0];if(this.getInstanceRowIndex(i)!==void 0){const o=this.getInstanceInSubtableHeader(i);o&&r.unshift(o)}}else{const i=this.getControlIdMapping(),[o]=(u=Object.entries(i).find(([c,s])=>s.children&&t in s.children))!=null?u:[];if(o){const s=this.getInstance(o).props.headers.find(l=>l.children.find(f=>f.id===t));if(s){const l=s.children.find(f=>f.id===t);l&&r.unshift(l)}}}return r}setInstance(t,n,r,u){try{let i;if(typeof t=="string"?i=this.getInstance(t,u):i=t,!i)return;this.debugLog("[%o]: \u4FEE\u6539instance: %o\u7684%o\u5C5E\u6027\uFF0C\u4FEE\u6539\u7684\u503C\u4E3A%o\u3002",i.id,i,n,r),Ei(i.props,n,r),this.schemaEvent("schema-change",{instance:i,props:n,value:r})}catch(i){throw i}}getControlIdMapping(){return this.store.controlIdMapping}getDataBindMapping(t,n){if(!t&&!n)return this.store.dataBindMapping;const r=this.store.dataBindMapping[t];if(!r){Je(`No corresponding dataCode=${t} was found`);return}if(!n)return r;const u=r.fields.find(i=>i.fieldCode===n);if(!u){Je(`No corresponding fieldCode=${n} was found`);return}return u}getAction(){return this.actionManager}initDataManager(t){this.dataManager=new od(t)}getDataManager(){return this.dataManager}assertInstance(t,n){return Te(n)?t.type===n:n.includes(t.type)}getInstanceRowIndex(t){if(!t.parent)return;let n;if(this.assertInstance(t.parent,Q.SUBTABLE))if(this.assertInstance(t,Q.SUBTABLE_COLUMN))n=-1;else{const r=t.parent.children.findIndex(u=>u===t);r>-1&&(n=r)}else n=this.getInstanceRowIndex(t.parent);return n}getInstanceParentControl(t,n){if(!!t.parent)return this.assertInstance(t.parent,n)?t.parent:this.getInstanceParentControl(t.parent,n)}getInstanceInSubtableHeader(t){const n=this.getInstanceRowIndex(t);if(n===void 0)return;if(n===-1)return t;const r=this.assertInstance(t,Q.SUBTABLE_COLUMN)?t:this.getInstanceParentControl(t,Q.SUBTABLE_COLUMN);if(!r)return;const i=this.getInstanceParentControl(t,Q.SUBTABLE).props.headers.find(o=>o.id===r.id);if(!!i)return i.children.find(o=>o.id===t.id)}setControlConfig(...t){return this.runtime.registerControlConfig(...t)}getControlConfig(t){return this.runtime.getControlConfig(t)}initSubTableRowPropsFromInstanceHeaders(t){const n=console,r=Date.now(),u="\u{1F42E} initSubTableRowPropsFromInstanceHeaders "+r;n.time(u),Object.assign(t.rowProps,oo(t.props.headers)),n.timeEnd(u)}initSubTableRowPropsFromProxySetNewValue(t,n){const r=console,u=Date.now(),i="\u{1F437} initSubTableRowPropsFromProxySetNewValue "+u;r.time(i),n.forEach(o=>{Object.assign(t.rowProps,{now:oo(t.props.headers)})}),r.timeEnd(i)}}class gd{}class vd{constructor(t,n){this.config=t,this.env=n}apply(t){this.engine=t;const n=this.config;if(!n)return;const r=go(n,t,this.env);if(!r)return;const u=t.getAction();for(let[i,o]of Object.entries(r.funcMap))u.addAction(i,o)}}function go(e,t,n){if(!e.module||!e.module.compiled)return;const r=e.module.compiled,u={exports:{ctx:t,utils:t.getAction().actionUtils,env:n}};try{new Function("module","exports",r).call(u,u,u.exports)}catch(c){st(c.message+". fail to parse the module"),process.env.NODE_ENV!=="production"&&st("fail to parse the module")}const i={},o={};for(const[c,s]of Object.entries(u.exports))typeof s=="function"?i[c]=s:o[c]=s;return{funcMap:i,variables:o}}const md={"engine-mounted":"did_mount","engine-submit":"will_submit","engine-submit-params":"do_submit","engine-submitted":"did_submit"};class yd{constructor(t){this.config=t}apply(t){this.engine=t,Object.entries(md).forEach(([n,r])=>{t.on(n,u=>ot(this,null,function*(){const i=yield this.callLifecycleEvent(r,u);return i.includes(!1)?!1:i}))})}callLifecycleEvent(t,n){return ot(this,null,function*(){const r=this.config;return!r||!Array.isArray(r[t])?[]:yield Promise.all(r[t].map(i=>ot(this,null,function*(){return yield this.engine.getAction().execAction(i,n)})))})}}class Ed{constructor(t){this.config=t}apply(t){this.engine=t,Bi.events.forEach(n=>{n.code&&n.key&&this.engineAddEventListener(n.code,n.key)})}engineAddEventListener(t,n){this.engine.on(t,r=>ot(this,null,function*(){if(!(t==="change"&&!this.engine.isMounted)&&r.instance!==void 0)return yield this.callControlEvent(n,r)}))}callControlEvent(t,n){return ot(this,null,function*(){const r=this.config[n.instance.id];if(!r||!Array.isArray(r[t]))return[];const u=yield Promise.all(r[t].map(i=>ot(this,null,function*(){return yield this.engine.getAction().execAction(i,n)})));return u.includes(!1)?!1:u})}}function du(){return du=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},du.apply(this,arguments)}var vo={epsilon:1e-12,matrix:"Matrix",number:"number",precision:64,predictable:!1,randomSeed:null};function Se(e){return typeof e=="number"}function mt(e){return!e||typeof e!="object"||typeof e.constructor!="function"?!1:e.isBigNumber===!0&&typeof e.constructor.prototype=="object"&&e.constructor.prototype.isBigNumber===!0||typeof e.constructor.isDecimal=="function"&&e.constructor.isDecimal(e)===!0}function mo(e){return e&&typeof e=="object"&&Object.getPrototypeOf(e).isComplex===!0||!1}function yo(e){return e&&typeof e=="object"&&Object.getPrototypeOf(e).isFraction===!0||!1}function Eo(e){return e&&e.constructor.prototype.isUnit===!0||!1}function Zn(e){return typeof e=="string"}var $e=Array.isArray;function vn(e){return e&&e.constructor.prototype.isMatrix===!0||!1}function pu(e){return Array.isArray(e)||vn(e)}function Ad(e){return e&&e.isDenseMatrix&&e.constructor.prototype.isMatrix===!0||!1}function Cd(e){return e&&e.isSparseMatrix&&e.constructor.prototype.isMatrix===!0||!1}function Fd(e){return e&&e.constructor.prototype.isRange===!0||!1}function Ao(e){return e&&e.constructor.prototype.isIndex===!0||!1}function wd(e){return typeof e=="boolean"}function bd(e){return e&&e.constructor.prototype.isResultSet===!0||!1}function Bd(e){return e&&e.constructor.prototype.isHelp===!0||!1}function _d(e){return typeof e=="function"}function Sd(e){return e instanceof Date}function Id(e){return e instanceof RegExp}function Md(e){return!!(e&&typeof e=="object"&&e.constructor===Object&&!mo(e)&&!yo(e))}function Nd(e){return e===null}function xd(e){return e===void 0}function Od(e){return e&&e.isAccessorNode===!0&&e.constructor.prototype.isNode===!0||!1}function Rd(e){return e&&e.isArrayNode===!0&&e.constructor.prototype.isNode===!0||!1}function Td(e){return e&&e.isAssignmentNode===!0&&e.constructor.prototype.isNode===!0||!1}function Pd(e){return e&&e.isBlockNode===!0&&e.constructor.prototype.isNode===!0||!1}function $d(e){return e&&e.isConditionalNode===!0&&e.constructor.prototype.isNode===!0||!1}function jd(e){return e&&e.isConstantNode===!0&&e.constructor.prototype.isNode===!0||!1}function Ld(e){return e&&e.isFunctionAssignmentNode===!0&&e.constructor.prototype.isNode===!0||!1}function qd(e){return e&&e.isFunctionNode===!0&&e.constructor.prototype.isNode===!0||!1}function kd(e){return e&&e.isIndexNode===!0&&e.constructor.prototype.isNode===!0||!1}function Vd(e){return e&&e.isNode===!0&&e.constructor.prototype.isNode===!0||!1}function Ud(e){return e&&e.isObjectNode===!0&&e.constructor.prototype.isNode===!0||!1}function Hd(e){return e&&e.isOperatorNode===!0&&e.constructor.prototype.isNode===!0||!1}function zd(e){return e&&e.isParenthesisNode===!0&&e.constructor.prototype.isNode===!0||!1}function Wd(e){return e&&e.isRangeNode===!0&&e.constructor.prototype.isNode===!0||!1}function Zd(e){return e&&e.isRelationalNode===!0&&e.constructor.prototype.isNode===!0||!1}function Gd(e){return e&&e.isSymbolNode===!0&&e.constructor.prototype.isNode===!0||!1}function Xd(e){return e&&e.constructor.prototype.isChain===!0||!1}function Du(e){var t=typeof e;return t==="object"?e===null?"null":mt(e)?"BigNumber":e.constructor&&e.constructor.name?e.constructor.name:"Object":t}function Mt(e){var t=typeof e;if(t==="number"||t==="string"||t==="boolean"||e===null||e===void 0)return e;if(typeof e.clone=="function")return e.clone();if(Array.isArray(e))return e.map(function(n){return Mt(n)});if(e instanceof Date)return new Date(e.valueOf());if(mt(e))return e;if(e instanceof RegExp)throw new TypeError("Cannot clone "+e);return Kd(e,Mt)}function Kd(e,t){var n={};for(var r in e)Gn(e,r)&&(n[r]=t(e[r]));return n}function gu(e,t){var n,r,u;if(Array.isArray(e)){if(!Array.isArray(t)||e.length!==t.length)return!1;for(r=0,u=e.length;r<u;r++)if(!gu(e[r],t[r]))return!1;return!0}else{if(typeof e=="function")return e===t;if(e instanceof Object){if(Array.isArray(t)||!(t instanceof Object))return!1;for(n in e)if(!(n in t)||!gu(e[n],t[n]))return!1;for(n in t)if(!(n in e))return!1;return!0}else return e===t}}function Gn(e,t){return e&&Object.hasOwnProperty.call(e,t)}function Jd(e,t){for(var n={},r=0;r<t.length;r++){var u=t[r],i=e[u];i!==void 0&&(n[u]=i)}return n}var Qd=["Matrix","Array"],Yd=["number","BigNumber","Fraction"],Co=function(t){if(t)throw new Error(`The global config is readonly.
|
|
3
3
|
Please create a mathjs instance if you want to change the default configuration.
|
|
4
4
|
Example:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-engine",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
3
|
+
"version": "2.1.0-beta.4",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"@types/lodash.clonedeep": "^4.5.7",
|
|
32
32
|
"@types/node": "~18.0.3"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "2427a0d93e456d33fd89b7708329ef674ca4758a"
|
|
35
35
|
}
|