@byteluck-fe/model-driven-engine 2.4.1-beta.11 → 2.4.1-beta.13
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/Engine.js +10 -13
- package/dist/index.umd.js +1 -1
- package/package.json +2 -2
|
@@ -1167,15 +1167,19 @@ var Engine = /*#__PURE__*/ function(Watcher) {
|
|
|
1167
1167
|
value: function setData(dataSet, options) {
|
|
1168
1168
|
var _this = this;
|
|
1169
1169
|
this.debugLog("engine setData方法执行,参数为%o,%o。", dataSet, options);
|
|
1170
|
-
var newState =
|
|
1170
|
+
var newState = this.store.defaultState;
|
|
1171
1171
|
Object.keys(dataSet).map(function(dataCode) {
|
|
1172
1172
|
var entity = dataSet[dataCode];
|
|
1173
1173
|
if (Array.isArray(entity)) {
|
|
1174
|
+
var mapping = _this.getDataBindMapping(dataCode);
|
|
1175
|
+
if (!mapping) {
|
|
1176
|
+
return;
|
|
1177
|
+
}
|
|
1178
|
+
if (!newState[mapping.dataViewId]) {
|
|
1179
|
+
newState[mapping.dataViewId] = {};
|
|
1180
|
+
}
|
|
1181
|
+
newState[mapping.dataViewId][mapping.controlId] = [];
|
|
1174
1182
|
entity.map(function(row) {
|
|
1175
|
-
var mapping = _this.getDataBindMapping(dataCode);
|
|
1176
|
-
if (!mapping) {
|
|
1177
|
-
return;
|
|
1178
|
-
}
|
|
1179
1183
|
var newRow = JSONCopy(_this.store.emptyState[mapping.dataViewId][mapping.controlId]);
|
|
1180
1184
|
var skipKey = [] //qiyu ObjectDataBind中会提前将相关key拿出来赋值,为了避免重复赋值,设置了此变量
|
|
1181
1185
|
;
|
|
@@ -1204,12 +1208,6 @@ var Engine = /*#__PURE__*/ function(Watcher) {
|
|
|
1204
1208
|
}
|
|
1205
1209
|
}
|
|
1206
1210
|
});
|
|
1207
|
-
if (!newState[mapping.dataViewId]) {
|
|
1208
|
-
newState[mapping.dataViewId] = {};
|
|
1209
|
-
}
|
|
1210
|
-
if (!newState[mapping.dataViewId][mapping.controlId]) {
|
|
1211
|
-
newState[mapping.dataViewId][mapping.controlId] = [];
|
|
1212
|
-
}
|
|
1213
1211
|
newState[mapping.dataViewId][mapping.controlId].push(newRow);
|
|
1214
1212
|
});
|
|
1215
1213
|
} else if (entity) {
|
|
@@ -1218,7 +1216,7 @@ var Engine = /*#__PURE__*/ function(Watcher) {
|
|
|
1218
1216
|
;
|
|
1219
1217
|
var emptyState = JSONCopy(_this.store.emptyState);
|
|
1220
1218
|
if (!((_Object_keys = Object.keys(entity)) === null || _Object_keys === void 0 ? void 0 : _Object_keys.length)) {
|
|
1221
|
-
|
|
1219
|
+
// newState = this.store.defaultState
|
|
1222
1220
|
} else {
|
|
1223
1221
|
Object.keys(entity).map(function(fieldCode) {
|
|
1224
1222
|
if (skipKey.includes(fieldCode)) {
|
|
@@ -1588,4 +1586,3 @@ var Engine = /*#__PURE__*/ function(Watcher) {
|
|
|
1588
1586
|
return Engine;
|
|
1589
1587
|
}(Watcher);
|
|
1590
1588
|
export { Engine };
|
|
1591
|
-
console.log("a");
|
package/dist/index.umd.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var PD=Object.defineProperty,$D=Object.defineProperties;var TD=Object.getOwnPropertyDescriptors;var Wo=Object.getOwnPropertySymbols,LD=Object.getPrototypeOf,jD=Object.prototype.hasOwnProperty,kD=Object.prototype.propertyIsEnumerable,qD=Reflect.get;var Gn=Math.pow,Zo=(Z,te,oe)=>te in Z?PD(Z,te,{enumerable:!0,configurable:!0,writable:!0,value:oe}):Z[te]=oe,le=(Z,te)=>{for(var oe in te||(te={}))jD.call(te,oe)&&Zo(Z,oe,te[oe]);if(Wo)for(var oe of Wo(te))kD.call(te,oe)&&Zo(Z,oe,te[oe]);return Z},Du=(Z,te)=>$D(Z,TD(te));var Xo=(Z,te,oe)=>qD(LD(Z),oe,te);var Ke=(Z,te,oe)=>new Promise((Jn,cn)=>{var Kn=Qe=>{try{zt(oe.next(Qe))}catch(Wt){cn(Wt)}},Qn=Qe=>{try{zt(oe.throw(Qe))}catch(Wt){cn(Wt)}},zt=Qe=>Qe.done?Jn(Qe.value):Promise.resolve(Qe.value).then(Kn,Qn);zt((oe=oe.apply(Z,te)).next())});(function(Z,te){typeof exports=="object"&&typeof module!="undefined"?te(exports,require("crypto")):typeof define=="function"&&define.amd?define(["exports","crypto"],te):(Z=typeof globalThis!="undefined"?globalThis:Z||self,te(Z.modelDrivenEngine={},Z.require$$0))})(this,function(Z,te){"use strict";function oe(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var Jn=oe(te),cn="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Kn="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Qn="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",zt="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",Qe="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",Wt="{caption}\u5FC5\u586B",Go="\u8BF7\u8F93\u5165\u6807\u9898",Jo="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Ko="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",Qo="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Yo="\u8BF7\u7ED1\u5B9A\u8868\u5355",ea="\u8BF7\u7ED1\u5B9A\u5217\u8868",ta="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",na="\u8BF7\u8F93\u5165\u663E\u793A\u503C",ra="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",ua="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",ia="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",oa="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",aa="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",sa="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",ca="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",fa="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",la="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",ha="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",da="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",pa="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Da="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",va="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",ga="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",ya="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",ma="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Ea="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",Aa="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",Ca="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Fa="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",wa="\u8BF7\u7ED1\u5B9A\u670D\u52A1",ba="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Ba="\u8BF7\u9009\u62E9\u7701",_a="\u8BF7\u9009\u62E9\u5E02",Sa="\u8BF7\u9009\u62E9\u533A",Ma="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Ia="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Na="\u8BF7\u8F93\u5165\u5217\u5BBD",Oa="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",xa="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Ra="\u8BF7\u9009\u62E9\u63A7\u4EF6",Pa="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",$a="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Ta="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",La="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",ja="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",ka="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",qa="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Ua="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Va="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Ha="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",za="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Wa="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Za="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Xa="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Ga="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Ja="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Ka="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Qa="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ya="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",es="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",ts="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",ns={isNotNumber:cn,isNotString:Kn,isNotObject:Qn,isNotArray:zt,isNotBoolean:Qe,runtimeRequired:Wt,pleaseEnterCaption:Go,pleaseEnterCaptionTip:Jo,pleaseEnterPlaceholder:Ko,pleaseEnterFieldCode:Qo,pleaseEnterForm:Yo,pleaseEnterList:ea,pleaseEnterProcess:ta,pleaseEnterLabel:na,pleaseEnterValue:ra,bizKeyNotBindFiled:ua,pleaseSelectOneField:ia,pleaseEnterNumberRange:oa,pleaseEnterAValueGreaterThanMin:aa,pleaseEnterAValueLessThanMax:sa,numberRangeSetError:ca,stringRangeError:fa,attachmentMaxSize:la,pleaseEnterTotalScoreSetting:ha,theTotalScoreMustNotBeLessThan1:da,scoreDefaultValueRange:pa,attachmentLimitError:Da,PleaseReselectTheOptionalQuantity:va,TheMaximumLengthIsGreaterThanTheMinimumLength:ga,TheMinimumLengthIsGreaterThanTheMaximumLength:ya,PleaseSelectTheCorrectOptionSettings:ma,optionIdIsRepeat:Ea,optionIsRequired:Aa,pleaseEnterDataCode:Ca,pleaseEnterValueFieldCode:Fa,pleaseEnterSvcCode:wa,pleaseBindAtLeastOneDisplayValue:ba,pleaseSelectProvince:Ba,pleaseSelectCity:_a,pleaseSelectDistrict:Sa,limitRowsCannotBeLessThan0:Ma,TheNumberOfRowsCannotBeLessThanMinRows:Ia,pleaseEnterColumnWidth:Na,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Oa,pleaseCompleteAllRulesAndConditions:xa,pleaseSelectControl:Ra,pleaseSelectAtLeastOneColumn:Pa,pleaseSelectFillBackMode:$a,pleaseSelectDashboard:Ta,rootNodeIsRequired:La,theViewNameCannotBeEmpty:ja,pleaseSelectOcrType:ka,pleaseSelectAtLeastOneFieldToFillIn:qa,pleaseChooseAtLeastOne:Ua,pleaseEnterButtonContent:Va,pleaseEnterDataCodeInDataSetting:Ha,pleaseEnterValueFieldCodeInDataSetting:za,pleaseEnterSvcCodeInDataSetting:Wa,pleaseBindAtLeastOneDisplayValueInDataSetting:Za,rootNodeIsRequiredInDataSetting:Xa,pleaseEnterMaxHeight:Ga,pleaseEnter:Ja,pleaseEnterWatermark:Ka,pleaseEnterFileName:Qa,pleaseUploadAtLeastOnePrintTemplate:Ya,pleaseAssignBusiness:es,pleaseAssignExternal:ts},rs="Please enter a number",us="Please enter a string",is="Please enter an object",os="Please enter an array",as="Please enter a boolean",ss="{caption} Required",cs="Please enter the title",fs="Please enter the bubble prompt",ls="Please enter the prompt text",hs="Please bind data items",ds="Please bind the form",ps="Please bind the list",Ds="Please bind the process",vs="Please enter the displayed value",gs="Please enter the stored value",ys="The document number is not bound to the data item",ms="Please select at least one display field",Es="Please enter a value greater than or equal to {min} and less than or equal to {max}",As="Please enter a value greater than or equal to {min}",Cs="Please enter a value less than or equal to {max}",Fs="The value range is set incorrectly",ws="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",bs="The attachment size must be between 0MB and 1000MB",Bs="Please fill in the total score setting",_s="The total score cannot be less than 1",Ss="The default value must be between {min} and {max}",Ms="The number of attachments uploaded must be between {min} and {max}",Is="Please re-select the optional quantity",Ns="The maximum length of the control must be greater than the minimum length",Os="The minimum length of the control must be less than the maximum length",xs="Please select the correct option setting",Rs="Option ID cannot be repeated",Ps="Please enter at least one option",$s="Please bind the data source",Ts="Please bind the stored value",Ls="Please bind the service",js="At least one display value must be bound",ks="Please select a province",qs="Please select a city",Us="Please select a district",Vs="The minimum number of lines to fill in cannot be less than 0",Hs="The number of rows cannot be less than {min} rows",zs="Please enter the column width",Ws="Please set the logical relationship of all rule conditions",Zs="Please complete all rules and conditions",Xs="please select control",Gs="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Js="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ks="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Qs="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Ys="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",ec="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",tc="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",nc="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",rc="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",uc="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",ic="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",oc="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",ac="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",sc="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",cc="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",fc="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",lc="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",hc="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",dc={isNotNumber:rs,isNotString:us,isNotObject:is,isNotArray:os,isNotBoolean:as,runtimeRequired:ss,pleaseEnterCaption:cs,pleaseEnterCaptionTip:fs,pleaseEnterPlaceholder:ls,pleaseEnterFieldCode:hs,pleaseEnterForm:ds,pleaseEnterList:ps,pleaseEnterProcess:Ds,pleaseEnterLabel:vs,pleaseEnterValue:gs,bizKeyNotBindFiled:ys,pleaseSelectOneField:ms,pleaseEnterNumberRange:Es,pleaseEnterAValueGreaterThanMin:As,pleaseEnterAValueLessThanMax:Cs,numberRangeSetError:Fs,stringRangeError:ws,attachmentMaxSize:bs,pleaseEnterTotalScoreSetting:Bs,theTotalScoreMustNotBeLessThan1:_s,scoreDefaultValueRange:Ss,attachmentLimitError:Ms,PleaseReselectTheOptionalQuantity:Is,TheMaximumLengthIsGreaterThanTheMinimumLength:Ns,TheMinimumLengthIsGreaterThanTheMaximumLength:Os,PleaseSelectTheCorrectOptionSettings:xs,optionIdIsRepeat:Rs,optionIsRequired:Ps,pleaseEnterDataCode:$s,pleaseEnterValueFieldCode:Ts,pleaseEnterSvcCode:Ls,pleaseBindAtLeastOneDisplayValue:js,pleaseSelectProvince:ks,pleaseSelectCity:qs,pleaseSelectDistrict:Us,limitRowsCannotBeLessThan0:Vs,TheNumberOfRowsCannotBeLessThanMinRows:Hs,pleaseEnterColumnWidth:zs,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Ws,pleaseCompleteAllRulesAndConditions:Zs,pleaseSelectControl:Xs,pleaseSelectDashboard:Gs,theViewNameCannotBeEmpty:Js,pleaseSelectOcrType:Ks,pleaseSelectAtLeastOneFieldToFillIn:Qs,pleaseChooseAtLeastOne:Ys,pleaseEnterButtonContent:ec,pleaseEnterDataCodeInDataSetting:tc,pleaseEnterValueFieldCodeInDataSetting:nc,pleaseEnterSvcCodeInDataSetting:rc,pleaseBindAtLeastOneDisplayValueInDataSetting:uc,rootNodeIsRequiredInDataSetting:ic,pleaseEnterMaxHeight:oc,pleaseEnter:ac,pleaseEnterWatermark:sc,pleaseEnterFileName:cc,pleaseUploadAtLeastOnePrintTemplate:fc,pleaseAssignBusiness:lc,pleaseAssignExternal:hc},pc="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Dc="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",vc="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",gc="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",yc="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",mc="{caption}\u5FC5\u9808",Ec="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ac="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Cc="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Fc="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",wc="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",bc="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Bc="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",_c="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Sc="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Mc="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Ic="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Nc="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Oc="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",xc="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Rc="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",Pc="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",$c="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Tc="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Lc="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",jc="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",kc="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",qc="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Uc="\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",Vc="\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",Hc="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",zc="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Wc="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Zc="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Xc="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Gc="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Jc="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",Kc="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Qc="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Yc="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ef="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",tf="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",nf="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",rf="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",uf="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",of="please select control",af="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",sf="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",cf="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",ff="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",lf="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",hf="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",df="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",pf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Df="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",vf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",gf="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",yf="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",mf="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Ef="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Af="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Cf="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Ff="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",wf="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",bf={isNotNumber:pc,isNotString:Dc,isNotObject:vc,isNotArray:gc,isNotBoolean:yc,runtimeRequired:mc,pleaseEnterCaption:Ec,pleaseEnterCaptionTip:Ac,pleaseEnterPlaceholder:Cc,pleaseEnterFieldCode:Fc,pleaseEnterForm:wc,pleaseEnterList:bc,pleaseEnterProcess:Bc,pleaseEnterLabel:_c,pleaseEnterValue:Sc,bizKeyNotBindFiled:Mc,pleaseSelectOneField:Ic,pleaseEnterNumberRange:Nc,pleaseEnterAValueGreaterThanMin:Oc,pleaseEnterAValueLessThanMax:xc,numberRangeSetError:Rc,stringRangeError:Pc,attachmentMaxSize:$c,pleaseEnterTotalScoreSetting:Tc,theTotalScoreMustNotBeLessThan1:Lc,scoreDefaultValueRange:jc,attachmentLimitError:kc,PleaseReselectTheOptionalQuantity:qc,TheMaximumLengthIsGreaterThanTheMinimumLength:Uc,TheMinimumLengthIsGreaterThanTheMaximumLength:Vc,PleaseSelectTheCorrectOptionSettings:Hc,optionIdIsRepeat:zc,optionIsRequired:Wc,pleaseEnterDataCode:Zc,pleaseEnterValueFieldCode:Xc,pleaseEnterSvcCode:Gc,pleaseBindAtLeastOneDisplayValue:Jc,pleaseSelectProvince:Kc,pleaseSelectCity:Qc,pleaseSelectDistrict:Yc,limitRowsCannotBeLessThan0:ef,TheNumberOfRowsCannotBeLessThanMinRows:tf,pleaseEnterColumnWidth:nf,pleaseSetTheLogicalRelationshipOfAllRuleConditions:rf,pleaseCompleteAllRulesAndConditions:uf,pleaseSelectControl:of,pleaseSelectDashboard:af,theViewNameCannotBeEmpty:sf,pleaseSelectOcrType:cf,pleaseSelectAtLeastOneFieldToFillIn:ff,pleaseChooseAtLeastOne:lf,pleaseEnterButtonContent:hf,pleaseEnterDataCodeInDataSetting:df,pleaseEnterValueFieldCodeInDataSetting:pf,pleaseEnterSvcCodeInDataSetting:Df,pleaseBindAtLeastOneDisplayValueInDataSetting:vf,rootNodeIsRequiredInDataSetting:gf,pleaseEnterMaxHeight:yf,pleaseEnter:mf,pleaseEnterWatermark:Ef,pleaseEnterFileName:Af,pleaseUploadAtLeastOnePrintTemplate:Cf,pleaseAssignBusiness:Ff,pleaseAssignExternal:wf},Bf={zhCN:ns,enUS:dc,jaJP:bf},Ue;(function(e){e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable"})(Ue||(Ue={}));var bt;(function(e){e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN"})(bt||(bt={}));var vu="zh-CN";function Me(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var J;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(J||(J={}));var X;(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"})(X||(X={}));var H;(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"})(H||(H={}));var Ee;Ee={},Me(Ee,H.ARRAY,X.ARRAY_COLUMN),Me(Ee,H.AUTO_NUMBER,X.AUTO_NUMBER_COLUMN),Me(Ee,H.DECIMAL,X.DECIMAL_COLUMN),Me(Ee,H.DEPARTMENTS,X.DEPARTMENT_COLUMN),Me(Ee,H.FILE,X.FILE_COLUMN),Me(Ee,H.IMAGE,X.IMAGE_COLUMN),Me(Ee,H.ADDRESS,X.LOCATION_COLUMN),Me(Ee,H.EMPLOYEES,X.EMPLOYEE_COLUMN),Me(Ee,H.TEXT,X.TEXT_COLUMN),Me(Ee,H.TIMESCOPE,X.TIMESCOPE_COLUMN),Me(Ee,H.TIMESTAMP,X.TIMESTAMP_COLUMN),Me(Ee,H.VARCHAR,X.VARCHAR_COLUMN),Me(Ee,H.RELATION,X.VARCHAR_COLUMN);var gu;(function(e){e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATETIME="datetime"})(gu||(gu={}));var yu="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",_f=yu+"0123456789";function Yn(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",n=0;n<e;n++){var r=n===0?yu:_f,u=Math.random()*r.length;t+=r[parseInt(String(u),10)]}return t}function er(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 Sf(e){if(Array.isArray(e))return er(e)}function Mf(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function mu(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function If(){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 fn(e,t,n){return If()?fn=Reflect.construct:fn=function(u,i,o){var s=[null];s.push.apply(s,i);var f=Function.bind.apply(u,s),l=new f;return o&&Xt(l,o.prototype),l},fn.apply(null,arguments)}function Zt(e){return Zt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Zt(e)}function Eu(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Xt(e,t)}function Nf(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Of(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function xf(){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 Rf(e,t){return t&&(Pf(t)==="object"||typeof t=="function")?t:Mf(e)}function Xt(e,t){return Xt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Xt(e,t)}function Au(e){return Sf(e)||Of(e)||$f(e)||xf()}var Pf=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function $f(e,t){if(!!e){if(typeof e=="string")return er(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 er(e,t)}}function tr(e){var t=typeof Map=="function"?new Map:void 0;return tr=function(r){if(r===null||!Nf(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 fn(r,arguments,Zt(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Xt(u,r)},tr(e)}function Tf(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Cu(e){var t=Tf();return function(){var r=Zt(e),u;if(t){var i=Zt(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Rf(this,u)}}var nr=console;function nt(){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=nr).warn.apply(r,["\u{1F9D0} Driven Warning:"+t[0]].concat(Au(u)))}function rr(){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=nr).log.apply(r,["\u{1F680} Driven Log:"+t[0]].concat(Au(u)))}function Lf(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var ur=function(e){Eu(n,e);var t=Cu(n);function n(r){mu(this,n);var u;return u=t.call(this,r),u.name="\u{1F4A5} Driven Error",u.message=r?Lf(r):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",u}return n}(tr(Error)),jf=function(e){Eu(n,e);var t=Cu(n);function n(r){mu(this,n);var u;return u=t.call(this,r),u.name="\u{1F6A8} Driven Reference Error",u}return n}(ur);function Ye(e){throw new ur(e)}function Fu(e){throw new jf(e)}function ln(e){nr.error(new ur(e))}function gt(e,t){Array.isArray(e)&&e.map(function(n){switch(n.controlType){case"layout":gt(n==null?void 0:n.children,t);break;case"search":gt(n==null?void 0:n.children,t);break;case"form":t(n)}})}var kf=Object.prototype.toString;function wu(e,t){return kf.call(e)==="[object "+t+"]"}function qf(e){return wu(e,"String")}function Uf(e){return wu(e,"Promise")}var Vf=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();Uf(r)?r.then(function(u){n._messageCache.clear(),n.messages[n.localeInMessageKey]=u}):this.messages[this.localeInMessageKey]=r},e.prototype.getMessageData=function(){var t=this._messages[this.localeInMessageKey];return typeof t=="function"?t():t},e.prototype.translate=function(t,n,r){var u=this.getMessage(t);return u?this.formatMessage(u,r):this.formatMessage(n,r)},e.prototype.getMessage=function(t){if(this._messageCache.has(t))return this._messageCache.get(t);var n=this.getPathArray(t),r=n.reduce(function(u,i,o,s){if(u!==void 0){var f=u[i];if(!(o===s.length-1&&!qf(f)))return f}},this.message);return this._messageCache.set(t,r),r},e.prototype.formatMessage=function(t,n){return n?t.replace(this.variableRegExp,function(r,u){var 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 Hf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function bu(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 zf(e,t,n){return t&&bu(e.prototype,t),n&&bu(e,n),e}function Wf(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ie=function(){function e(){Hf(this,e)}return zf(e,null,[{key:"getMessage",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(n,"",r)}},{key:"resetI18n",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:vu;return new Vf({locale:n,messages:Bf})}},{key:"setLocale",value:function(n){return this.$i18n.setLocale(n)}}]),e}();Wf(Ie,"$i18n",Ie.resetI18n());function ir(e,t,n){var r=t.replace(/\[(\d)]/g,function(i,o){return"."+o}).split("."),u=!1;return r.reduce(function(i,o,s,f){var l=i;if(!!i){if(!Object.prototype.hasOwnProperty.call(i,o)){nt("Can not set ".concat(t,"'s ").concat(o," property in current %o, Because there is no ").concat(o," property on the %o"),i,i);return}return s===f.length-1&&!Object.is(l[o],n)&&(l[o]=n,u=!0),l[o]}},e),u}var rt=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function Bu(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var or={exports:{}};(function(e){(function(t){var n=function(v,E,w){if(!l(E)||a(E)||h(E)||d(E)||f(E))return E;var C,N=0,x=0;if(c(E))for(C=[],x=E.length;N<x;N++)C.push(n(v,E[N],w));else{C={};for(var R in E)Object.prototype.hasOwnProperty.call(E,R)&&(C[v(R,w)]=n(v,E[R],w))}return C},r=function(v,E){E=E||{};var w=E.separator||"_",C=E.split||/(?=[A-Z])/;return v.split(C).join(w)},u=function(v){return p(v)?v:(v=v.replace(/[\-_\s]+(.)?/g,function(E,w){return w?w.toUpperCase():""}),v.substr(0,1).toLowerCase()+v.substr(1))},i=function(v){var E=u(v);return E.substr(0,1).toUpperCase()+E.substr(1)},o=function(v,E){return r(v,E).toLowerCase()},s=Object.prototype.toString,f=function(v){return typeof v=="function"},l=function(v){return v===Object(v)},c=function(v){return s.call(v)=="[object Array]"},a=function(v){return s.call(v)=="[object Date]"},h=function(v){return s.call(v)=="[object RegExp]"},d=function(v){return s.call(v)=="[object Boolean]"},p=function(v){return v=v-0,v===v},D=function(v,E){var w=E&&"process"in E?E.process:E;return typeof w!="function"?v:function(C,N){return w(C,v,N)}},g={camelize:u,decamelize:o,pascalize:i,depascalize:o,camelizeKeys:function(v,E){return n(D(u,E),v)},decamelizeKeys:function(v,E){return n(D(o,E),v,E)},pascalizeKeys:function(v,E){return n(D(i,E),v)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=g:t.humps=g})(rt)})(or);var _u={};Object.defineProperty(_u,"__esModule",{value:!0});function ar(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(t=>typeof t!="object"||t===null?t:ar(t));{const t={};for(const n in e){const r=e[n];t[n]=typeof r!="object"||r===null?r:ar(r)}return t}}var Zf=_u.default=ar;function ue(e){if(e!==void 0)return typeof e=="object"?Zf(e):e}function Ze(e){return Object.prototype.toString.call(e)==="[object Object]"}function Xf(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function Bt(e){return Array.isArray(e)}function Ne(e){return typeof e=="string"}function hn(e){return typeof e=="number"}function Su(e){return typeof e=="function"}function Gf(e){return Bt(e)&&e.every(function(t){return Ne(t)})}function Jf(e){return Bt(e)&&e.every(function(t){return hn(t)||t===""})}function Mu(e){return/^\[.*?]$/.test(e)}function dn(e){return/^{.*?}$/.test(e)}function sr(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 Kf(e){if(Array.isArray(e))return sr(e)}function Iu(e,t,n,r,u,i,o){try{var s=e[i](o),f=s.value}catch(l){n(l);return}s.done?t(f):Promise.resolve(f).then(r,u)}function Qf(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(f){Iu(i,r,u,o,s,"next",f)}function s(f){Iu(i,r,u,o,s,"throw",f)}o(void 0)})}}function Yf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Nu(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 el(e,t,n){return t&&Nu(e.prototype,t),n&&Nu(e,n),e}function Ou(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function tl(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function nl(){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 cr(e){return Kf(e)||tl(e)||rl(e)||nl()}function rl(e,t){if(!!e){if(typeof e=="string")return sr(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 sr(e,t)}}var ul=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:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function s(l){return function(c){return f([l,c])}}function f(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(c){l=[6,c],r=0}finally{n=u=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},xu=function(){function e(){Yf(this,e),Ou(this,"_events",new Map),Ou(this,"debug",!1)}return el(e,[{key:"emit",value:function(n){for(var r=arguments.length,u=new Array(r>1?r-1:0),i=1;i<r;i++)u[i-1]=arguments[i];var o=this;return Qf(function(){var s,f,l,c,a,h,d,p,D,g,v,E;return ul(this,function(w){switch(w.label){case 0:if(s=o._events.get(n),f=[],!s)return[3,10];l=s.slice(),c=!0,a=!1,h=void 0,w.label=1;case 1:w.trys.push([1,8,9,10]),d=l[Symbol.iterator](),w.label=2;case 2:if(c=(p=d.next()).done)return[3,7];if(D=p.value,!s.includes(D))return[3,6];w.label=3;case 3:return w.trys.push([3,5,,6]),o.debug&&rr.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(D.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+D.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"\u3002")].concat(cr(u))),[4,D.apply(null,cr(u))];case 4:return g=w.sent(),o.debug&&rr.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(D.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+D.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(cr(u),[g])),f.push(g),g===!1?[3,7]:[3,6];case 5:return v=w.sent(),ln(String(v)+":"+String(v.stack)),[3,6];case 6:return c=!0,[3,2];case 7:return[3,10];case 8:return E=w.sent(),a=!0,h=E,[3,10];case 9:try{!c&&d.return!=null&&d.return()}finally{if(a)throw h}return[7];case 10:return[2,f]}})})()}},{key:"on",value:function(n,r){if(this._events.has(n)){var u;(u=this._events.get(n))===null||u===void 0||u.push(r)}else this._events.set(n,[r])}},{key:"off",value:function(n,r){if(this._events.has(n)){var u=this._events.get(n),i=u==null?void 0:u.indexOf(r);u==null||u.splice(i,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),e}();function il(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ru(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ol(e,t,n){return t&&Ru(e.prototype,t),n&&Ru(e,n),e}function al(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var sl=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_list_before_insert",name:"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",code:"list-before-insert"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_render_operation",name:"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",code:"list-render-operation"},{key:"on_list_rowclick",name:"\u884C\u70B9\u51FB\u65F6",code:"list-rowclick"},{key:"on_list_before_rowdelete",name:"\u884C\u5220\u9664\u524D",code:"list-before-rowdelete"},{key:"on_list_before_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",code:"list-before-import"},{key:"on_list_rows_checked",name:"\u884C\u9009\u4E2D\u65F6",code:"list-rows-checked"},{key:"on_change_tab",name:"\u6807\u7B7E\u9875\u5207\u6362\u65F6",code:"change-tab"},{key:"on_modal_ok",name:"\u5F39\u7A97\u786E\u8BA4\u65F6",code:"modal-ok"}],Pu=function(){function e(){il(this,e)}return ol(e,[{key:"getEventsFromKeys",value:function(n){var r=typeof n=="string"?[n]:n;return e.events.filter(function(u){return r.includes(u.key)})}}]),e}();al(Pu,"events",sl);function cl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $u(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 fl(e,t,n){return t&&$u(e.prototype,t),n&&$u(e,n),e}function yt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Tu=[],pn=function(){function e(t){cl(this,e),yt(this,"registeredControlTypes",new Set),yt(this,"controlConfigMap",new Map),yt(this,"_controls",[]),yt(this,"_type",void 0),this._type=t,this._initControls(t)}return fl(e,[{key:"registerControlConfig",value:function(n,r){return this.controlConfigMap.set(n,r),this}},{key:"getControlConfig",value:function(n){return this.controlConfigMap.get(n)}},{key:"getControls",value:function(){return this._controls}},{key:"register",value:function(n){n.__is_control__||Ye("".concat(n.name," is not a Control"));var r=this._controls.findIndex(function(u){return u.controlType===n.controlType});return r>-1&&(nt("The ".concat(n.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(r,1)),this.registeredControlTypes.add(n.controlType),this._controls.push(n),this}},{key:"isLayoutControl",value:function(n){return n.controlType===J.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===J.FORM}},{key:"isListControl",value:function(n){return n.controlType===J.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===J.COLUMN}},{key:"createControl",value:function(n,r){var u=this;if(Array.isArray(n))return n.map(function(l){return u.createControl(l,r)});n.children&&(n.children=n.children.map(function(l){return u.createControl(l,r)})),this.isListControl(n)&&n.props.headers&&(n.props.headers=n.props.headers.map(function(l){return u.createControl(l,r)}));var i=this.getControlFormType(n.type);if(i){var o=n;if(typeof r=="function"){var s=r(o);s&&(o=s)}var f=new i(o);return f}else Ye("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))}},{key:"createControlInstance",value:function(n,r){var u=this.getControlFormType(n);if(u)return new u(r)}},{key:"getControlFormType",value:function(n){return this._controls.find(function(r){return r.controlType===n})}},{key:"_initControls",value:function(n){var r=this;this.constructor.staticControls.forEach(function(u){r.register(u[n])})}}],[{key:"register",value:function(n){var r=n.Designer,u=n.Runtime;(!r||!u||!r.__is_control__||!u.__is_control__)&&Ye("".concat(n," is can't register as a Control"));var i=this.staticControls.findIndex(function(o){return o.Designer.controlType===r.controlType});return i>-1&&(nt("The ".concat(r.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(i,1)),this.staticRegisteredTypes.add(r.controlType),this.staticControls.push(n),this}}]),e}();yt(pn,"staticControls",Tu),yt(pn,"staticRegisteredTypes",new Set(Tu.map(function(e){return e.Designer.controlType}))),yt(pn,"staticRegisteredConfigs",new Map);function ut(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ne(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var _t=function e(t){ut(this,e),ne(this,"dataCode",void 0),ne(this,"fieldCode",void 0),ne(this,"fieldType",void 0);var n;this.dataCode=(n=t==null?void 0:t.dataCode)!==null&&n!==void 0?n:"";var r;this.fieldCode=(r=t==null?void 0:t.fieldCode)!==null&&r!==void 0?r:"";var u;this.fieldType=(u=t==null?void 0:t.fieldType)!==null&&u!==void 0?u:""},ll=function e(t){ut(this,e),ne(this,"minWidth",void 0),ne(this,"maxWidth",void 0),ne(this,"flex",void 0);var n;this.minWidth=(n=t==null?void 0:t.minWidth)!==null&&n!==void 0?n:150,this.maxWidth=t==null?void 0:t.maxWidth;var r;this.flex=(r=t==null?void 0:t.flex)!==null&&r!==void 0?r:1},it=function e(){ut(this,e)},Dn=function e(t){ut(this,e),ne(this,"amount",void 0),ne(this,"currency",void 0);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:fr.CNY},vn=function e(t){ut(this,e),ne(this,"min",void 0),ne(this,"max",void 0);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:""},gn=function e(t){ut(this,e),ne(this,"city",void 0),ne(this,"cityDisplay",void 0),ne(this,"district",void 0),ne(this,"districtDisplay",void 0),ne(this,"province",void 0),ne(this,"provinceDisplay",void 0);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 s;this.provinceDisplay=(s=t==null?void 0:t.provinceDisplay)!==null&&s!==void 0?s:""},yn=function e(t){ut(this,e),ne(this,"result",void 0),ne(this,"unit",void 0);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:""},fr;(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"})(fr||(fr={}));var Lu;(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"})(Lu||(Lu={}));var lr;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.READONLY=1]="READONLY",e[e.EDITABLE=2]="EDITABLE",e[e.PRINT=5]="PRINT"})(lr||(lr={}));var hl=function e(t){ut(this,e),ne(this,"width",void 0),ne(this,"height",void 0),ne(this,"widthConfig",void 0),ne(this,"heightConfig",void 0);var n;this.width=(n=t==null?void 0:t.width)!==null&&n!==void 0?n:"";var r;this.height=(r=t==null?void 0:t.height)!==null&&r!==void 0?r:"";var u;this.widthConfig=(u=t==null?void 0:t.widthConfig)!==null&&u!==void 0?u:"fill";var i;this.heightConfig=(i=t==null?void 0:t.heightConfig)!==null&&i!==void 0?i:"fill"};function dl(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function hr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function pl(){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 mn(e,t,n){return pl()?mn=Reflect.construct:mn=function(u,i,o){var s=[null];s.push.apply(s,i);var f=Function.bind.apply(u,s),l=new f;return o&&Jt(l,o.prototype),l},mn.apply(null,arguments)}function mt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Gt(e){return Gt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Gt(e)}function Dl(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Jt(e,t)}function vl(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function gl(e,t){return t&&(yl(t)==="object"||typeof t=="function")?t:dl(e)}function Jt(e,t){return Jt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Jt(e,t)}var yl=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function dr(e){var t=typeof Map=="function"?new Map:void 0;return dr=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 mn(r,arguments,Gt(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Jt(u,r)},dr(e)}function ml(){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 El(e){var t=ml();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 gl(this,u)}}var pr=function e(t){hr(this,e),mt(this,"isHide",{type:"boolean"})},ju=function(e){Dl(n,e);var t=El(n);function n(r){return hr(this,n),t.call(this)}return n}(dr(Array)),ot=function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";hr(this,e),mt(this,"isHide",void 0),mt(this,"className",void 0),mt(this,"style",void 0),mt(this,"caption",void 0);var r;this.isHide=(r=t==null?void 0:t.isHide)!==null&&r!==void 0?r:!1,this.style=new hl(t==null?void 0:t.style);var u;this.caption=(u=t==null?void 0:t.caption)!==null&&u!==void 0?u:n};mt(ot,"Rules",pr),mt(ot,"RuntimeRules",ju);function Xe(){return Xe=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},Xe.apply(this,arguments)}function Al(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function Dr(e){return Dr=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Dr(e)}function En(e,t){return En=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},En(e,t)}function Cl(){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 An(e,t,n){return Cl()?An=Reflect.construct:An=function(u,i,o){var s=[null];s.push.apply(s,i);var f=Function.bind.apply(u,s),l=new f;return o&&En(l,o.prototype),l},An.apply(null,arguments)}function Fl(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function vr(e){var t=typeof Map=="function"?new Map:void 0;return vr=function(r){if(r===null||!Fl(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 An(r,arguments,Dr(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),En(u,r)},vr(e)}var wl=/%[sdj%]/g,ku=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(ku=function(t,n){typeof console!="undefined"&&console.warn&&n.every(function(r){return typeof r=="string"})&&console.warn(t,n)});function gr(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 Oe(){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(wl,function(s){if(s==="%%")return"%";if(r>=i)return s;switch(s){case"%s":return String(t[r++]);case"%d":return Number(t[r++]);case"%j":try{return JSON.stringify(t[r++])}catch(f){return"[Circular]"}break;default:return s}});return o}return u}function bl(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function ae(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||bl(t)&&typeof e=="string"&&!e)}function Bl(e,t,n){var r=[],u=0,i=e.length;function o(s){r.push.apply(r,s),u++,u===i&&n(r)}e.forEach(function(s){t(s,o)})}function qu(e,t,n){var r=0,u=e.length;function i(o){if(o&&o.length){n(o);return}var s=r;r=r+1,s<u?t(e[s],i):n([])}i([])}function _l(e){var t=[];return Object.keys(e).forEach(function(n){t.push.apply(t,e[n])}),t}var Uu=function(e){Al(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}(vr(Error));function Sl(e,t,n,r){if(t.first){var u=new Promise(function(a,h){var d=function(g){return r(g),g.length?h(new Uu(g,gr(g))):a()},p=_l(e);qu(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),s=o.length,f=0,l=[],c=new Promise(function(a,h){var d=function(D){if(l.push.apply(l,D),f++,f===s)return r(l),l.length?h(new Uu(l,gr(l))):a()};o.length||(r(l),a()),o.forEach(function(p){var D=e[p];i.indexOf(p)!==-1?qu(D,n,d):Bl(D,n,d)})});return c.catch(function(a){return a}),c}function Vu(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 Hu(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]=Xe(Xe({},e[n]),r):e[n]=r}}return e}function zu(e,t,n,r,u,i){e.required&&(!n.hasOwnProperty(e.field)||ae(t,i||e.type))&&r.push(Oe(u.messages.required,e.fullField))}function Ml(e,t,n,r,u){(/^\s+$/.test(t)||t==="")&&r.push(Oe(u.messages.whitespace,e.fullField))}var yr={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},Kt={integer:function(t){return Kt.number(t)&&parseInt(t,10)===t},float:function(t){return Kt.number(t)&&!Kt.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"&&!Kt.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&!!t.match(yr.email)&&t.length<255},url:function(t){return typeof t=="string"&&!!t.match(yr.url)},hex:function(t){return typeof t=="string"&&!!t.match(yr.hex)}};function Il(e,t,n,r,u){if(e.required&&t===void 0){zu(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?Kt[o](t)||r.push(Oe(u.messages.types[o],e.fullField,e.type)):o&&typeof t!==e.type&&r.push(Oe(u.messages.types[o],e.fullField,e.type))}function Nl(e,t,n,r,u){var i=typeof e.len=="number",o=typeof e.min=="number",s=typeof e.max=="number",f=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,l=t,c=null,a=typeof t=="number",h=typeof t=="string",d=Array.isArray(t);if(a?c="number":h?c="string":d&&(c="array"),!c)return!1;d&&(l=t.length),h&&(l=t.replace(f,"_").length),i?l!==e.len&&r.push(Oe(u.messages[c].len,e.fullField,e.len)):o&&!s&&l<e.min?r.push(Oe(u.messages[c].min,e.fullField,e.min)):s&&!o&&l>e.max?r.push(Oe(u.messages[c].max,e.fullField,e.max)):o&&s&&(l<e.min||l>e.max)&&r.push(Oe(u.messages[c].range,e.fullField,e.min,e.max))}var St="enum";function Ol(e,t,n,r,u){e[St]=Array.isArray(e[St])?e[St]:[],e[St].indexOf(t)===-1&&r.push(Oe(u.messages[St],e.fullField,e[St].join(", ")))}function xl(e,t,n,r,u){if(e.pattern){if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||r.push(Oe(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(Oe(u.messages.pattern.mismatch,e.fullField,t,e.pattern))}}}var V={required:zu,whitespace:Ml,type:Il,range:Nl,enum:Ol,pattern:xl};function Rl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(ae(t,"string")&&!e.required)return n();V.required(e,t,r,i,u,"string"),ae(t,"string")||(V.type(e,t,r,i,u),V.range(e,t,r,i,u),V.pattern(e,t,r,i,u),e.whitespace===!0&&V.whitespace(e,t,r,i,u))}n(i)}function Pl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(ae(t)&&!e.required)return n();V.required(e,t,r,i,u),t!==void 0&&V.type(e,t,r,i,u)}n(i)}function $l(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(t===""&&(t=void 0),ae(t)&&!e.required)return n();V.required(e,t,r,i,u),t!==void 0&&(V.type(e,t,r,i,u),V.range(e,t,r,i,u))}n(i)}function Tl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(ae(t)&&!e.required)return n();V.required(e,t,r,i,u),t!==void 0&&V.type(e,t,r,i,u)}n(i)}function Ll(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(ae(t)&&!e.required)return n();V.required(e,t,r,i,u),ae(t)||V.type(e,t,r,i,u)}n(i)}function jl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(ae(t)&&!e.required)return n();V.required(e,t,r,i,u),t!==void 0&&(V.type(e,t,r,i,u),V.range(e,t,r,i,u))}n(i)}function kl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(ae(t)&&!e.required)return n();V.required(e,t,r,i,u),t!==void 0&&(V.type(e,t,r,i,u),V.range(e,t,r,i,u))}n(i)}function ql(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();V.required(e,t,r,i,u,"array"),t!=null&&(V.type(e,t,r,i,u),V.range(e,t,r,i,u))}n(i)}function Ul(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(ae(t)&&!e.required)return n();V.required(e,t,r,i,u),t!==void 0&&V.type(e,t,r,i,u)}n(i)}var Vl="enum";function Hl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(ae(t)&&!e.required)return n();V.required(e,t,r,i,u),t!==void 0&&V[Vl](e,t,r,i,u)}n(i)}function zl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(ae(t,"string")&&!e.required)return n();V.required(e,t,r,i,u),ae(t,"string")||V.pattern(e,t,r,i,u)}n(i)}function Wl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(ae(t,"date")&&!e.required)return n();if(V.required(e,t,r,i,u),!ae(t,"date")){var s;t instanceof Date?s=t:s=new Date(t),V.type(e,s,r,i,u),s&&V.range(e,s.getTime(),r,i,u)}}n(i)}function Zl(e,t,n,r,u){var i=[],o=Array.isArray(t)?"array":typeof t;V.required(e,t,r,i,u,o),n(i)}function mr(e,t,n,r,u){var i=e.type,o=[],s=e.required||!e.required&&r.hasOwnProperty(e.field);if(s){if(ae(t,i)&&!e.required)return n();V.required(e,t,r,o,u,i),ae(t,i)||V.type(e,t,r,o,u)}n(o)}function Xl(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(ae(t)&&!e.required)return n();V.required(e,t,r,i,u)}n(i)}var Qt={string:Rl,method:Pl,number:$l,boolean:Tl,regexp:Ll,integer:jl,float:kl,array:ql,object:Ul,enum:Hl,pattern:zl,date:Wl,url:mr,hex:mr,email:mr,required:Zl,any:Xl};function Er(){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 Ar=Er();function at(e){this.rules=null,this._messages=Ar,this.define(e)}at.prototype={messages:function(t){return t&&(this._messages=Hu(Er(),t)),this._messages},define:function(t){if(!t)throw new Error("Cannot configure a schema with no rules");if(typeof t!="object"||Array.isArray(t))throw new Error("Rules must be an object");this.rules={};var n,r;for(n in t)t.hasOwnProperty(n)&&(r=t[n],this.rules[n]=Array.isArray(r)?r:[r])},validate:function(t,n,r){var u=this;n===void 0&&(n={}),r===void 0&&(r=function(){});var i=t,o=n,s=r;if(typeof o=="function"&&(s=o,o={}),!this.rules||Object.keys(this.rules).length===0)return s&&s(),Promise.resolve();function f(D){var g,v=[],E={};function w(C){if(Array.isArray(C)){var N;v=(N=v).concat.apply(N,C)}else v.push(C)}for(g=0;g<D.length;g++)w(D[g]);v.length?E=gr(v):(v=null,E=null),s(v,E)}if(o.messages){var l=this.messages();l===Ar&&(l=Er()),Hu(l,o.messages),o.messages=l}else o.messages=this.messages();var c,a,h={},d=o.keys||Object.keys(this.rules);d.forEach(function(D){c=u.rules[D],a=i[D],c.forEach(function(g){var v=g;typeof v.transform=="function"&&(i===t&&(i=Xe({},i)),a=i[D]=v.transform(a)),typeof v=="function"?v={validator:v}:v=Xe({},v),v.validator=u.getValidationMethod(v),v.field=D,v.fullField=v.fullField||D,v.type=u.getType(v),v.validator&&(h[D]=h[D]||[],h[D].push({rule:v,value:a,source:i,field:D}))})});var p={};return Sl(h,o,function(D,g){var v=D.rule,E=(v.type==="object"||v.type==="array")&&(typeof v.fields=="object"||typeof v.defaultField=="object");E=E&&(v.required||!v.required&&D.value),v.field=D.field;function w(x,R){return Xe(Xe({},R),{},{fullField:v.fullField+"."+x})}function C(x){x===void 0&&(x=[]);var R=x;if(Array.isArray(R)||(R=[R]),!o.suppressWarning&&R.length&&at.warning("async-validator:",R),R.length&&v.message!==void 0&&(R=[].concat(v.message)),R=R.map(Vu(v)),o.first&&R.length)return p[v.field]=1,g(R);if(!E)g(R);else{if(v.required&&!D.value)return v.message!==void 0?R=[].concat(v.message).map(Vu(v)):o.error&&(R=[o.error(v,Oe(o.messages.required,v.field))]),g(R);var _={};if(v.defaultField)for(var $ in D.value)D.value.hasOwnProperty($)&&(_[$]=v.defaultField);_=Xe(Xe({},_),D.rule.fields);for(var W in _)if(_.hasOwnProperty(W)){var q=Array.isArray(_[W])?_[W]:[_[W]];_[W]=q.map(w.bind(null,W))}var Q=new at(_);Q.messages(o.messages),D.rule.options&&(D.rule.options.messages=o.messages,D.rule.options.error=o.error),Q.validate(D.value,D.rule.options||o,function(K){var re=[];R&&R.length&&re.push.apply(re,R),K&&K.length&&re.push.apply(re,K),g(re.length?re:null)})}}var N;v.asyncValidator?N=v.asyncValidator(v,D.value,C,D.source,o):v.validator&&(N=v.validator(v,D.value,C,D.source,o),N===!0?C():N===!1?C(v.message||v.field+" fails"):N instanceof Array?C(N):N instanceof Error&&C(N.message)),N&&N.then&&N.then(function(){return C()},function(x){return C(x)})},function(D){f(D)})},getType:function(t){if(t.type===void 0&&t.pattern instanceof RegExp&&(t.type="pattern"),typeof t.validator!="function"&&t.type&&!Qt.hasOwnProperty(t.type))throw new Error(Oe("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"?Qt.required:Qt[this.getType(t)]||!1}},at.register=function(t,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");Qt[t]=n},at.warning=ku,at.messages=Ar,at.validators=Qt;var Gl={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 Jl(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new at(e);return n.messages(Object.assign(Gl,t)),n}var Kl=new xu;function Cr(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 Ql(e){if(Array.isArray(e))return e}function Yl(e){if(Array.isArray(e))return Cr(e)}function Wu(e,t,n,r,u,i,o){try{var s=e[i](o),f=s.value}catch(l){n(l);return}s.done?t(f):Promise.resolve(f).then(r,u)}function Zu(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(f){Wu(i,r,u,o,s,"next",f)}function s(f){Wu(i,r,u,o,s,"throw",f)}o(void 0)})}}function e0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Xu(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function t0(e,t,n){return t&&Xu(e.prototype,t),n&&Xu(e,n),e}function Y(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Gu(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function Ju(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function n0(){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 r0(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Ku(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){Y(e,u,n[u])})}return e}function u0(e){return Ql(e)||Ju(e)||Qu(e)||n0()}function Fr(e){return Yl(e)||Ju(e)||Qu(e)||r0()}function Qu(e,t){if(!!e){if(typeof e=="string")return Cr(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 Cr(e,t)}}var Yu=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:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function s(l){return function(c){return f([l,c])}}function f(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(c){l=[6,c],r=0}finally{n=u=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},xe=function(){function t(n){var r=this;e0(this,t),Y(this,"id",void 0),Y(this,"name",void 0),Y(this,"icon",void 0),Y(this,"type",void 0),Y(this,"controlType",void 0),Y(this,"props",void 0),Y(this,"setting",[]),Y(this,"fieldType",void 0),Y(this,"eventKeys",[]),Y(this,"customEvents",[]),Y(this,"parent",null),Y(this,"updateSetting",ti),Y(this,"removeSetting",ei),this._callControlHooks("preInstance",n);var u=Gu(this,t)?this.constructor:void 0,i=u.controlName,o=u.controlIcon,s=u.controlType,f=u.controlFieldType,l=u.controlEventKeys,c=u.controlCustomEvents,a=u.name,h=u.setting;i&&o&&s||Fu("The ".concat(a," controlName,controlIcon,controlType is not define"));var d;this.id=(d=n==null?void 0:n.id)!==null&&d!==void 0?d:Yn(10),this.name=i,this.icon=o;var p;this.type=(p=n==null?void 0:n.type)!==null&&p!==void 0?p:s,this.props=new ot(n==null?void 0:n.props,(Gu(this,t)?this.constructor:void 0).controlName);var D;this.controlType=(D=n==null?void 0:n.controlType)!==null&&D!==void 0?D:"base",this.setting=ue(h);var g;this.fieldType=(g=n==null?void 0:n.fieldType)!==null&&g!==void 0?g:f,this.eventKeys=ue(l),this.customEvents=ue(c),Promise.resolve().then(function(){r._callControlHooks("postInstance",n)})}return t0(t,[{key:"rules",get:function(){var r=this.props.constructor.Rules;return r?new r(this.props):{}}},{key:"_callControlHooks",value:function(){for(var r=arguments.length,u=new Array(r),i=0;i<r;i++)u[i]=arguments[i];var o,s=u0(u),f=s[0],l=s.slice(1);return(o=Kl).emit.apply(o,[f,this].concat(Fr(l)))}},{key:"preUpdate",value:function(r,u){this._callControlHooks("preUpdateProps",r,u)}},{key:"postUpdate",value:function(r,u){this._callControlHooks("postUpdateProps",r,u)}},{key:"updateProps",value:function(r,u){this.preUpdate(r,u),ir(this.props,r,u),this.postUpdate(r,u)}},{key:"preValidate",value:function(){var r=this;return Zu(function(){var u,i,o;return Yu(this,function(s){switch(s.label){case 0:return u=Ku({},r.rules),[4,r._callControlHooks("preValidate",u)];case 1:return i=s.sent(),o=i[i.length-1],[2,o===!1?void 0:o]}})})()}},{key:"validate",value:function(r,u){var i=this;return Zu(function(){var o,s,f,l;return Yu(this,function(c){switch(c.label){case 0:return[4,i.preValidate()];case 1:o=c.sent(),s=o!==void 0?o:Ku({},i.rules),Array.isArray(u)&&u.forEach(function(a){s.hasOwnProperty(a)&&delete s[a]}),f=Jl(s,r),c.label=2;case 2:return c.trys.push([2,4,,5]),[4,f.validate(i.props)];case 3:return c.sent(),[2,!0];case 4:throw l=c.sent(),l.control||(l.control=i),l;case 5:return[2]}})})()}},{key:"toDataBindModel",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,u=this.fieldType,i=this.id,o=this.type,s=this.props,f=s.dataBind,l=s.datasourceBind,c=s.optionConfig,a=s.caption,h=s.required,d=s.maxLength,p=s.options,D=s.encrypted,g=s.encryptedMode;if(!(!u&&!f&&!l)){var v={parentId:r,fieldType:u,controlId:i,caption:a,type:o,props:{}};switch(f&&(v.dataBind=f),c){case"datasource":case void 0:l&&(v.datasourceBind=l);break;case"custom":v.props.options=p;break}return h!==void 0&&(v.required=h),d!==void 0&&(v.maxLength=d),D!==void 0&&(v.encrypted=D),g!==void 0&&(v.encryptedMode=g),v}}},{key:"preToSchema",value:function(){this._callControlHooks("preToSchema",this)}},{key:"toSchema",value:function(){return this.preToSchema(),{id:this.id,type:this.type,props:ue(this.props),fieldType:this.fieldType,controlType:this.controlType}}}],[{key:"updateBasicControl",value:function(r,u){if(r==="setting"){if(u.add){var i;(i=this.setting).push.apply(i,Fr(u.add))}u.remove&&this.removeSettingItem(u.remove),u.update}}}]),t}();Y(xe,"controlName","\u63A7\u4EF6"),Y(xe,"controlIcon","icon"),Y(xe,"controlType","control"),Y(xe,"controlFieldType",void 0),Y(xe,"controlEventKeys",[]),Y(xe,"controlCustomEvents",[]),Y(xe,"setting",[]),Y(xe,"__is_control__",!0),Y(xe,"removeSettingItem",ei),Y(xe,"updateSettingItem",ti);function ei(e){var t=this,n=Array.isArray(e)?e:[e];n.forEach(function(r){var u=typeof r!="string",i=t.setting.findIndex(function(f){return f.key===(u?r.key:r)});if(i!==-1){var o,s;u?t.setting[i].showItems=(o=t.setting[i].showItems)===null||o===void 0?void 0:o.filter(function(f){return!r.hideItems.includes(f)}):t.setting.splice(i,1),u&&!(!((s=t.setting[i].showItems)===null||s===void 0)&&s.length)&&t.setting.splice(i,1)}})}function ti(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,s=(o=t.type)!==null&&o!==void 0?o:"replace";if(s==="replace")i.showItems=t.showItems;else{var f;(f=i.showItems).push.apply(f,Fr(t.showItems))}}}})}function i0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ni(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&&ni(e.prototype,t),n&&ni(e,n),e}function Le(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a0(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var Yt=function(){function t(n){i0(this,t),Le(this,"id",void 0),Le(this,"type",void 0),Le(this,"controlType",void 0),Le(this,"props",void 0),Le(this,"fieldType",void 0),Le(this,"customEvents",[]),Le(this,"pageStatus",void 0),Le(this,"parent",null);var r=a0(this,t)?this.constructor:void 0,u=r.controlType,i=r.controlFieldType,o=r.name,s=r.controlCustomEvents;u||Fu("The ".concat(o," controlType is not define"));var f;this.id=(f=n==null?void 0:n.id)!==null&&f!==void 0?f:Yn(10);var l;this.type=(l=n==null?void 0:n.type)!==null&&l!==void 0?l:u,this.props=new ot(n==null?void 0:n.props),this.customEvents=s;var c;this.controlType=(c=n==null?void 0:n.controlType)!==null&&c!==void 0?c:"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:lr.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}();Le(Yt,"controlType","control"),Le(Yt,"controlFieldType",void 0),Le(Yt,"__is_control__",!0),Le(Yt,"controlCustomEvents",[]);function se(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function wr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ie(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Cn(e){return Cn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Cn(e)}function br(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&&Br(e,t)}function s0(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function c0(e,t){return t&&(f0(t)==="object"||typeof t=="function")?t:se(e)}function Br(e,t){return Br=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Br(e,t)}var f0=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 _r(e){var t=l0();return function(){var r=Cn(e),u;if(t){var i=Cn(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return c0(this,u)}}var h0=function(e){br(n,e);var t=_r(n);function n(r){wr(this,n);var u;u=t.call(this,r),ie(se(u),"dataBind",{}),ie(se(u),"caption",{type:"string",required:!0,message:Ie.getMessage("pleaseEnterCaption")}),ie(se(u),"isHideCaption",{type:"boolean"}),ie(se(u),"labelPosition",{type:"enum",enum:["top","left"]}),ie(se(u),"defaultState",{type:"enum",enum:["default","readonly"]}),ie(se(u),"required",{type:"boolean"}),ie(se(u),"captionTip",{type:"string",required:!1,message:Ie.getMessage("pleaseEnterCaptionTip")});var i={fieldCode:{type:"string",required:!0,message:Ie.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:Ie.getMessage("pleaseEnterFieldCode")}};if(s0(r.dataBind,_t))u.dataBind={type:"object",required:!0,fields:ue(i),message:Ie.getMessage("pleaseEnterFieldCode")};else{var o={type:"object",required:!0,fields:{},message:Ie.getMessage("pleaseEnterFieldCode")};Object.keys(r.dataBind).forEach(function(s){o.fields[s]={type:"object",required:!0,fields:ue(i),message:Ie.getMessage("pleaseEnterFieldCode")}}),u.dataBind=o}return r.isShowCaptionTip&&(u.captionTip.required=!0),u}return n}(pr),d0=function(e){br(n,e);var t=_r(n);function n(r){wr(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:Ie.getMessage("runtimeRequired",{caption:r.caption})}),u}return n}(ju),Sr=function(e){br(n,e);var t=_r(n);function n(r){wr(this,n);var u;u=t.call(this,r),ie(se(u),"caption",void 0),ie(se(u),"isHideCaption",void 0),ie(se(u),"isShowCaptionTip",void 0),ie(se(u),"captionTip",void 0),ie(se(u),"labelPosition",void 0),ie(se(u),"dataBind",void 0),ie(se(u),"defaultValue",void 0),ie(se(u),"placeholder",void 0),ie(se(u),"defaultState",void 0),ie(se(u),"required",void 0),ie(se(u),"requiredMessage",void 0);var i;u.caption=(i=r==null?void 0:r.caption)!==null&&i!==void 0?i:"";var o;u.isHideCaption=(o=r==null?void 0:r.isHideCaption)!==null&&o!==void 0?o:!1;var s;u.isShowCaptionTip=(s=r==null?void 0:r.isShowCaptionTip)!==null&&s!==void 0?s:!1;var f;u.captionTip=(f=r==null?void 0:r.captionTip)!==null&&f!==void 0?f:"";var l;u.defaultState=(l=r==null?void 0:r.defaultState)!==null&&l!==void 0?l:"default";var c;u.labelPosition=(c=r==null?void 0:r.labelPosition)!==null&&c!==void 0?c:"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 _t(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}(ot);ie(Sr,"Rules",h0),ie(Sr,"RuntimeRules",d0);function Mr(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function p0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Fn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function wn(e){return wn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},wn(e)}function D0(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&&Ir(e,t)}function v0(e,t){return t&&(g0(t)==="object"||typeof t=="function")?t:Mr(e)}function Ir(e,t){return Ir=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Ir(e,t)}var g0=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function y0(){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 m0(e){var t=y0();return function(){var r=wn(e),u;if(t){var i=wn(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return v0(this,u)}}var ri=function(e){D0(n,e);var t=m0(n);function n(r){p0(this,n);var u;return u=t.call(this,r),Fn(Mr(u),"controlType","form"),Fn(Mr(u),"props",void 0),u.props=new Sr(r==null?void 0:r.props),u}return n}(xe);Fn(ri,"controlEventKeys",["on_change","on_focus","on_blur"]),Fn(ri,"controlCustomAttributes",void 0);function E0(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function A0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function bn(e){return bn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},bn(e)}function C0(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&&Nr(e,t)}function F0(e,t){return t&&(w0(t)==="object"||typeof t=="function")?t:E0(e)}function Nr(e,t){return Nr=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Nr(e,t)}var w0=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function b0(){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 B0(e){var t=b0();return function(){var r=bn(e),u;if(t){var i=bn(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return F0(this,u)}}var _0=function(e){C0(n,e);var t=B0(n);function n(r){return A0(this,n),t.call(this,r)}return n}(ot);function Or(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function S0(e){if(Array.isArray(e))return Or(e)}function M0(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function I0(){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 ui(e){return S0(e)||M0(e)||N0(e)||I0()}function N0(e,t){if(!!e){if(typeof e=="string")return Or(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Or(e,t)}}function O0(e,t){var n;!((n=Object.getOwnPropertyDescriptors(e)[t])===null||n===void 0)&&n.enumerable&&Object.defineProperty(e,t,{enumerable:!1})}function ii(e,t){e.parent=t,O0(e,"parent")}function x0(e,t){e.forEach(function(n){ii(n,t)})}var oi=Symbol("targetKey");function ai(e){var t;return(t=e[oi])!==null&&t!==void 0?t:e}function si(e,t){return x0(e,t),new Proxy(e,{get:function(r,u){for(var i=arguments.length,o=new Array(i>2?i-2:0),s=2;s<i;s++)o[s-2]=arguments[s];var f;return u===oi?r:(f=Reflect).get.apply(f,[r,u].concat(ui(o)))},set:function(r,u,i){for(var o=arguments.length,s=new Array(o>3?o-3:0),f=3;f<o;f++)s[f-3]=arguments[f];var l;if(Bt(e)&&u==="length"&&i===e.length)return!0;var c=(l=Reflect).set.apply(l,[r,u,i].concat(ui(s)));return Ze(i)&&ii(i,t),c}})}function xr(e,t,n,r){var u=r!=null?r:e,i=si(ai(n!=null?n:[]),u);Object.defineProperty(e,t,{get:function(){return i},set:function(s){i=si(ai(s),u)},enumerable:!0})}function Rr(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 R0(e){if(Array.isArray(e))return Rr(e)}function Et(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ci(e,t,n,r,u,i,o){try{var s=e[i](o),f=s.value}catch(l){n(l);return}s.done?t(f):Promise.resolve(f).then(r,u)}function P0(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(f){ci(i,r,u,o,s,"next",f)}function s(f){ci(i,r,u,o,s,"throw",f)}o(void 0)})}}function $0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function fi(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function T0(e,t,n){return t&&fi(e.prototype,t),n&&fi(e,n),e}function st(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Mt(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?Mt=Reflect.get:Mt=function(u,i,o){var s=W0(u,i);if(!!s){var f=Object.getOwnPropertyDescriptor(s,i);return f.get?f.get.call(o):f.value}},Mt(e,t,n||e)}function ct(e){return ct=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ct(e)}function L0(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&&Pr(e,t)}function j0(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function k0(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function q0(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function U0(e){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){st(e,u,n[u])})}return e}function V0(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 H0(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):V0(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function z0(e,t){return t&&(Z0(t)==="object"||typeof t=="function")?t:Et(e)}function Pr(e,t){return Pr=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Pr(e,t)}function W0(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=ct(e),e!==null););return e}function li(e){return R0(e)||k0(e)||X0(e)||q0()}var Z0=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function X0(e,t){if(!!e){if(typeof e=="string")return Rr(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 Rr(e,t)}}function G0(){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 J0(e){var t=G0();return function(){var r=ct(e),u;if(t){var i=ct(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return z0(this,u)}}var K0=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:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function s(l){return function(c){return f([l,c])}}function f(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(c){l=[6,c],r=0}finally{n=u=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},Q0=1e4,hi=function(t){L0(r,t);var n=J0(r);function r(u){$0(this,r);var i;i=n.call(this,u),st(Et(i),"controlType","layout"),st(Et(i),"children",void 0),st(Et(i),"excludes",void 0),st(Et(i),"childrenMaxLength",void 0),st(Et(i),"props",void 0);var o=j0(this,r)?this.constructor:void 0,s=o.excludes,f=o.childrenMaxLength;return i.props=new _0(u==null?void 0:u.props),xr(Et(i),"children",u==null?void 0:u.children),i.excludes=ue(s),i.childrenMaxLength=f,i}return T0(r,[{key:"judgeExcludesChildren",value:function(i){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(i)}},{key:"judgeJoinChildren",value:function(i){var o=this.judgeExcludesChildren(i);return o&&this.childrenMaxLength>this.children.length}},{key:"validate",value:function(i,o){var s=this,f=this,l=function(){return Mt(ct(r.prototype),"validate",s)};return P0(function(){return K0(this,function(c){switch(c.label){case 0:return[4,l().call(f,i,o)];case 1:return c.sent(),[4,Promise.all(f.children.map(function(a){return a.validate(i,o)}))];case 2:return c.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,o=Mt(ct(r.prototype),"toDataBindModel",this).call(this),s=o?[o]:[];return this.children.reduce(function(f,l){var c=l.toDataBindModel(i);if(Array.isArray(c)){var a=c.filter(function(h){return!!h});return li(f).concat(li(a))}return c&&f.push(c),f},s)}},{key:"toSchema",value:function(){var i=Mt(ct(r.prototype),"toSchema",this).call(this),o=this.children.map(function(s){var f=s.toSchema();return f});return H0(U0({},i),{children:o})}}]),r}(xe);st(hi,"excludes",!1),st(hi,"childrenMaxLength",Q0);function $r(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Y0(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function eh(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Bn(e){return Bn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Bn(e)}function th(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&&Tr(e,t)}function nh(e,t){return t&&(rh(t)==="object"||typeof t=="function")?t:$r(e)}function Tr(e,t){return Tr=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Tr(e,t)}var rh=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function uh(){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 ih(e){var t=uh();return function(){var r=Bn(e),u;if(t){var i=Bn(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return nh(this,u)}}var di=function(e){th(n,e);var t=ih(n);function n(r,u){Y0(this,n);var i;return i=t.call(this,u),eh($r(i),"headers",void 0),xr($r(i),"headers",u==null?void 0:u.headers,r),i}return n}(ot);function Lr(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 oh(e){if(Array.isArray(e))return Lr(e)}function _n(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function pi(e,t,n,r,u,i,o){try{var s=e[i](o),f=s.value}catch(l){n(l);return}s.done?t(f):Promise.resolve(f).then(r,u)}function ah(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(f){pi(i,r,u,o,s,"next",f)}function s(f){pi(i,r,u,o,s,"throw",f)}o(void 0)})}}function sh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Di(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 ch(e,t,n){return t&&Di(e.prototype,t),n&&Di(e,n),e}function Sn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function It(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?It=Reflect.get:It=function(u,i,o){var s=Dh(u,i);if(!!s){var f=Object.getOwnPropertyDescriptor(s,i);return f.get?f.get.call(o):f.value}},It(e,t,n||e)}function ft(e){return ft=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ft(e)}function fh(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 lh(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function hh(){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){Sn(e,u,n[u])})}return e}function dh(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 gi(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):dh(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function ph(e,t){return t&&(vh(t)==="object"||typeof t=="function")?t:_n(e)}function jr(e,t){return jr=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},jr(e,t)}function Dh(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=ft(e),e!==null););return e}function yi(e){return oh(e)||lh(e)||gh(e)||hh()}var vh=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function gh(e,t){if(!!e){if(typeof e=="string")return Lr(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 Lr(e,t)}}function yh(){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 mh(e){var t=yh();return function(){var r=ft(e),u;if(t){var i=ft(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return ph(this,u)}}var Eh=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:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function s(l){return function(c){return f([l,c])}}function f(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(c){l=[6,c],r=0}finally{n=u=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},Ah=function(e){fh(n,e);var t=mh(n);function n(r){sh(this,n);var u;return u=t.call(this,r),Sn(_n(u),"controlType","list"),Sn(_n(u),"props",void 0),u.props=new di(_n(u),r==null?void 0:r.props),u}return ch(n,[{key:"validate",value:function(u,i){var o=this,s=this,f=function(){return It(ft(n.prototype),"validate",o)};return ah(function(){return Eh(this,function(l){switch(l.label){case 0:return[4,f().call(s,u)];case 1:return l.sent(),[4,Promise.all(s.props.headers.map(function(c){return c.validate(u,i)}))];case 2:return l.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var u=It(ft(n.prototype),"toDataBindModel",this).call(this),i=u?[u]:[],o=this.id;return this.props.headers.reduce(function(s,f){var l=f.toDataBindModel(o);if(Array.isArray(l)){var c=l.filter(function(a){return!!a});return yi(s).concat(yi(c))}return l&&s.push(l),s},i)}},{key:"toSchema",value:function(){var u=It(ft(n.prototype),"toSchema",this).call(this),i=this.props.headers.map(function(o){return o.toSchema()});return gi(vi({},u),{props:gi(vi({},this.props),{headers:i})})}}]),n}(xe);Sn(Ah,"controlFieldType",H.LIST);function Nt(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ch(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function mi(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 Fh(e,t,n){return t&&mi(e.prototype,t),n&&mi(e,n),e}function kr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Mn(e){return Mn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Mn(e)}function wh(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&&qr(e,t)}function bh(e,t){return t&&(Bh(t)==="object"||typeof t=="function")?t:Nt(e)}function qr(e,t){return qr=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},qr(e,t)}var Bh=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function _h(){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 Sh(e){var t=_h();return function(){var r=Mn(e),u;if(t){var i=Mn(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return bh(this,u)}}var Mh=function(e){wh(n,e);var t=Sh(n);function n(r){Ch(this,n);var u;return u=t.call(this,r),kr(Nt(u),"controlType","list"),kr(Nt(u),"children",void 0),kr(Nt(u),"props",void 0),u.props=new di(Nt(u),r==null?void 0:r.props),xr(Nt(u),"children",r==null?void 0:r.children),u}return Fh(n,[{key:"length",get:function(){return this.children.length}}]),n}(Yt);function Re(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ei(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function In(e){return In=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},In(e)}function Ai(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&&Ur(e,t)}function Ih(e,t){return t&&(Nh(t)==="object"||typeof t=="function")?t:Re(e)}function Ur(e,t){return Ur=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Ur(e,t)}var Nh=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Oh(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Ci(e){var t=Oh();return function(){var r=In(e),u;if(t){var i=In(this).constructor;u=Reflect.construct(r,arguments,i)}else u=r.apply(this,arguments);return Ih(this,u)}}var xh=function(e){Ai(n,e);var t=Ci(n);function n(r){Ei(this,n);var u;return u=t.call(this,r),Pe(Re(u),"caption",{type:"string",required:!0,message:Ie.getMessage("pleaseEnterCaption")}),Pe(Re(u),"width",{type:"number",required:!1,message:Ie.getMessage("pleaseEnterColumnWidth")}),u.width.required=r.widthType==="px",u}return n}(pr),Rh=function(e){Ai(n,e);var t=Ci(n);function n(r){Ei(this,n);var u;u=t.call(this,r),Pe(Re(u),"widthType",void 0),Pe(Re(u),"width",void 0),Pe(Re(u),"caption",void 0),Pe(Re(u),"dataBind",void 0),Pe(Re(u),"autoWidth",void 0),Pe(Re(u),"fixed",void 0),Pe(Re(u),"sort",void 0),Pe(Re(u),"align",void 0),Pe(Re(u),"colSpan",void 0),Pe(Re(u),"autoHeight",void 0);var i;u.width=(i=r==null?void 0:r.width)!==null&&i!==void 0?i:150,u.widthType=(r==null?void 0:r.widthType)||"auto";var o;u.caption=(o=r==null?void 0:r.caption)!==null&&o!==void 0?o:"";var s;u.fixed=(s=r==null?void 0:r.fixed)!==null&&s!==void 0?s:"none",u.autoWidth=new ll(r==null?void 0:r.autoWidth),u.dataBind=new _t(r==null?void 0:r.dataBind);var f;u.sort=(f=r==null?void 0:r.sort)!==null&&f!==void 0?f:!0,u.align=r==null?void 0:r.align,u.colSpan=r==null?void 0:r.colSpan;var l;return u.autoHeight=(l=r==null?void 0:r.autoHeight)!==null&&l!==void 0?l:!1,u}return n}(ot);Pe(Rh,"Rules",xh);function Nn(e){return e.controlType===J.LAYOUT||e.controlType===J.WRAP||e.controlType===J.LIST||e.controlType===J.SEARCH}function Ot(e,t){Array.isArray(e)&&e.map(n=>{if(n.type===X.SUBTABLE){const r=n.getChildrenFormControl();t(n,r)}else Nn(n)?Ot(n==null?void 0:n.children,t):n.controlType===J.FORM&&t(n)})}function xt(e,t){Array.isArray(e)&&e.map(n=>{n.type===X.DATA_VIEW||n.type===X.SIMPLE_SEARCH?t(n):Nn(n)&&xt(n==null?void 0:n.children,t)})}let Fi=0;function wi(e=""){const t=Date.now(),n=Math.floor(Math.random()*1e9);return Fi++,e+"_"+n+Fi+String(t)}class Vr extends pn{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 bi(this._instance,r=>{r.type==="subtable-row"||r.type==="subtable-column"||(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 allRules(){let t={},n={};return xt(this._instance,r=>{n[r.id]=r.rules[0],t[r.id]=r.rules[0],Ot(r.children,u=>{(u.controlType===J.FORM||u.controlType===J.LIST)&&(Bi(n[r.id].fields,u),_i(t[r.id].fields,u))})}),{rules:n,antdRules:t}}get rules(){let t={};return xt(this._instance,n=>{t[n.id]=n.rules[0],Ot(n.children,r=>{(r.controlType===J.FORM||r.controlType===J.LIST)&&Bi(t[n.id].fields,r)})}),t}get antdRules(){let t={};return xt(this._instance,n=>{t[n.id]=n.rules[0],Ot(n.children,r=>{(r.controlType===J.FORM||r.controlType===J.LIST)&&_i(t[n.id].fields,r)})}),t}}function bi(e,t){Array.isArray(e)?e.map(n=>{t(n),Nn(n)&&bi(n.children,t)}):t(e)}function Hr(e){return e.props.isHide?!0:e.parent===null?!1:Hr(e.parent)}function Bi(e,t){if(!Hr(t)){if(t.controlType===J.FORM)e[t.id]=t.rules;else if(t.type===X.SUBTABLE){e[t.id]=t.rules;const n={type:"array",fields:{}};t.children.forEach((r,u)=>{gt(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 _i(e,t){Hr(t)||(t.controlType===J.FORM?e[t.id]=t.rules:t.type===X.SUBTABLE&&t.children.length&&(e[t.id]=[],t.children.forEach(n=>{let r={};gt(n.children,u=>{r[u.id]=u.rules}),e[t.id].push(r)})))}class Ph{constructor(t){const{state:n,emptyState:r,databindMapping:u,controlidMapping:i,defaultState:o}=$h(t.instance);this.emptyState=r,this.state=n,this.dataBindMapping=u,this.controlIdMapping=i,this.defaultState=o}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,s=this.controlIdMapping[i].children;s!==void 0&&Object.keys(s).map(f=>{f===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 s=this.controlIdMapping[o].dataView,f=this.controlIdMapping[o].children;f!==void 0&&Object.keys(f).map(l=>{var c;l===t&&(i=(c=this.state[s][o][n])==null?void 0:c[t])})}),i}else{let i=[];return Object.keys(this.controlIdMapping).map(o=>{const s=this.controlIdMapping[o].dataView,f=this.controlIdMapping[o].children;f!==void 0&&Object.keys(f).map(l=>{l===t&&this.state[s][o].map(c=>{i.push(c[t])})})}),i}}}getEmptyState(t){if(this.emptyState[t]!==void 0)return this.emptyState[t];{const r=this.controlIdMapping[t];if(r!==void 0){const u=this.emptyState[r.dataView][t];return"children"in r&&Object.assign(u,{uid:"new:"+wi("uid")}),u}else{let u;return Object.keys(this.controlIdMapping).map(i=>{const o=this.controlIdMapping[i].dataView,s=this.controlIdMapping[i].children;s!==void 0&&Object.keys(s).map(f=>{f===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 $h(e){let t={},n={},r={},u={},i={};return xt(e,o=>{const s=o.id,f={},l={};Ot([o],(c,a)=>{Th(f,l,c),Lh(r,s,c),jh(u,s,c)}),t[s]={},i[s]=f,n[s]=l}),{state:t,defaultState:i,emptyState:n,databindMapping:r,controlidMapping:u}}function Th(e,t,n){var r;if(n.controlType===J.FORM)e[n.id]=ue(n.props.defaultValue),t[n.id]=ue(n.props.defaultValue);else{const u={};gt(n.props.headers,i=>{u[i.id]=ue(i.props.defaultValue)}),e[n.id]=new Array((r=n.props.defaultRows)!=null?r:1).fill(0).map(()=>ue(u)),t[n.id]=u}}function Lh(e,t,n){var r,u;if(n.controlType===J.FORM)n.props.dataBind instanceof it?Object.keys(n.props.dataBind).map(i=>{const o=n.props.dataBind,s=o[i].dataCode;s!==void 0&&(e[s]===void 0&&(e[s]={controlId:n.id,fields:[],dataViewId:t}),e[s].fields.push({fieldCode:o[i].fieldCode,controlId:n.id,dataBind:o,dataViewId:[t]}))}):((u=(r=n.props)==null?void 0:r.dataBind)==null?void 0:u.dataCode)===void 0||(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===""){nt(`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 i=n.id;gt(n.props.headers,o=>{o.props.dataBind instanceof it?Object.keys(o.props.dataBind).map(s=>{const f=o.props.dataBind,l=f[s].dataCode;e[l].fields.push({fieldCode:f[s].fieldCode,controlId:o.id,dataBind:f,dataViewId:[t,i]})}):e[o.props.dataBind.dataCode].fields.push({fieldCode:o.props.dataBind.fieldCode,controlId:o.id,dataBind:o.props.dataBind,dataViewId:[t,i]})})}}function jh(e,t,n){n.controlType===J.FORM?e[n.id]={dataBind:n.props.dataBind,options:[],dataView:t}:n.type===X.SUBTABLE&&(e[n.id]={dataBind:new _t({dataCode:n.props.datasourceBind.dataCode,fieldCode:""}),dataView:t,children:{},options:[]},gt(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}})}))}const Si=["splice","push","shift","pop","unshift","reverse"],zr=Symbol("__engineProxy__"),Wr=Symbol("__engineTarget__"),Mi=Symbol("__engineArrayBeforeSetCallbackFlag__"),Ii=Symbol("__engineProxyThisKey__"),Ve={type:"",args:[],callback:Ni};function Ni(){}Hh();function kh(e,t,n,r,u){if(Ve.type){Ve.callback=u.bind(null,e,r);return}const i=Number(t);if(i>e.length){Ye(`Wrong array operations may cause unknown errors. It is recommended to use APIs such as ${Si.join(",")} for array operations`);return}if(!(Number.isNaN(i)&&t!=="length"))if(t==="length"){const s=n,f=e.length;if(s>e.length){Ye("Do not directly modify the length of the array data, please add new rows");return}return s===e.length?void 0:()=>u.call(null,e,r,"splice",[s,f-s])}else return i===e.length?()=>u.call(null,e,r,"push",[n]):()=>u.call(null,e,r,"splice",[i,1,n])}function qh(e,t,n){return{__engineProxy__:!0,get(r,u,i){return u===zr?!0:u===Wr?r:Array.isArray(r)&&u===Mi?n:u===Ii?e:Reflect.get(r,u,i)},set(r,u,i,o){var h;let s=i;const f=r[u],l=e===""?u:e+"."+u;function c(d){if(typeof d=="object"&&d!==null)return d[zr]!==!0?On(d,t,n,l):On(d[Wr],t,n,l)}s=(h=c(i))!=null?h:s;let a;if(Array.isArray(r)){const d=kh(r,u,i,e,t);a=Reflect.set(r,u,s,o),d&&d()}else{try{let d=s;if(s=n.call(null,r,l,s,f),d!==s){const p=c(s);p!==void 0&&(s=p)}}catch(d){return ln(`${l} set error ${d}`),!0}a=Reflect.set(r,u,s,o),t.call(null,r,l,i,f)}return a}}}function On(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]=On(o,t,n,i))}return new Proxy(e,qh(r,t,n))}function Oi(e){const t=[];return e.forEach(n=>{t.push(n),n.controlType==="layout"&&t.push(...Oi(n.children))}),t}function Zr(e,t,n){if(t==="")return;const r=t.split(".");if(r.length===0)return;const u=r[0],i=r.slice(1),o=n[u]?n[u][0]:void 0;return i.length===0?o:i.reduce((s,f)=>{var a,h;const l=Number(f);if(Number.isNaN(l)&&s){const d=s!=null&&s.children?Oi(s.children):void 0,p=d==null?void 0:d.find(D=>D.id===f);return p||(s.controlType===J.FORM?s:void 0)}else return(h=(a=s==null?void 0:s.children)==null?void 0:a[l])!=null?h:s},o)}function Uh(e,t){return["push","unshift"].includes(e)?t:e==="splice"?t.slice(2):[]}function Vh(e,t,n){if(["push","unshift"].includes(e))return n;if(e==="splice")return t.slice(0,2).concat(n)}function Hh(){Si.forEach(e=>{const t=Array.prototype[e];Array.prototype[e]=function(...n){var r;if(this[zr]){let u;const i=Uh(e,n);if(i.length){const o=(r=this[Mi])==null?void 0:r.call(this,this[Wr],this[Ii],i),s=Vh(e,n,o);Ve.type=e,Ve.args=s,u=t.apply(this,s)}else Ve.type=e,Ve.args=n,u=t.apply(this,n);return typeof Ve.callback=="function"&&Ve.callback(e,n,u),Ve.type="",Ve.args=[],Ve.callback=Ni,u}else return t.apply(this,n)}})}class zh{constructor(){this.actionMap=new Map,this.buildinActions={},this.actionUtils={},this.sources={}}execAction(t,n,...r){return Ke(this,null,function*(){const u=this.actionMap.get(t);if(!!u)try{return yield u.func.call(null,n,...r)}catch(i){ln(`${u.id} Exception during calling action: ${i}`)}})}addAction(t,n){this.actionMap.has(t)&&Ye("duplicated action key");const r=new Wh(t,n);this.actionMap.set(t,r)}}class Wh{constructor(t,n){this.id="",this.id=t,this.func=n}}class Zh{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 ue(n)}remove(t){this._dataStore.delete(t)}getRemoteData(t){return Ke(this,null,function*(){return this.executer===void 0?(ln("\u672A\u521D\u59CB\u5316executer"),[]):this.executer(t)})}}class lt{}class en extends lt{validate(t){return Ne(t)}transform(t){if(t==null)return"";if(!Ze(t)&&!Su(t))return String(t);if(Xf(t))return JSON.stringify(t);throw`${t} is not a string`}}class Xr extends lt{validate(t){return hn(t)||t===""}transform(t){if(t==null)return"";const n=!Ze(t)&&!Su(t)?Number(t):void 0;if(!Number.isNaN(n)&&n!==void 0)return n;throw`${t} is not a number`}}class Xh extends lt{validate(t){return Gf(t)}transform(t){if(t==null)return[];function n(r){return r.map(u=>u?String(u):"")}if(Bt(t))return n(t);if(Ne(t)&&Mu(t))try{const r=JSON.parse(t);if(Array.isArray(r))return n(r)}catch(r){}return[String(t)]}}class Gh extends lt{validate(t){return Jf(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(Bt(t))return n(t);if(Ne(t)&&Mu(t))try{const u=JSON.parse(t);if(Bt(u))return n(u)}catch(u){}const r=Number(t);if(Number.isNaN(r))throw`${t} is not a number array`;return[r]}}class Jh extends lt{validate(t){return t instanceof Dn||Ze(t)&&"amount"in t&&hn(t.amount)&&"currency"in t&&Ne(t.currency)}transform(t,n){if(t==null||t==="")return new Dn({currency:n==null?void 0:n.currency});let r;if(Ze(t)&&(r=new Dn(le(le({},n),t))),Ne(t)&&dn(t))try{const u=JSON.parse(t);r=new Dn(le(le({},n),u))}catch(u){}if(r){const u=new Xr,i=new en;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 Kh extends lt{validate(t){return t instanceof vn||Ze(t)&&"min"in t&&Ne(t.min)&&"max"in t&&Ne(t.max)}transform(t,n){if(t==null||t==="")return new vn;let r;if(Ze(t)&&(r=new vn(le(le({},n),t))),Ne(t)&&dn(t))try{const u=JSON.parse(t);r=new vn(le(le({},n),u))}catch(u){}if(r){const u=new en;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 Qh extends lt{validate(t){return t instanceof yn||Ze(t)&&"result"in t&&hn(t.result)&&"unit"in t&&Ne(t.unit)}transform(t,n){if(t==null||t==="")return new yn({unit:n==null?void 0:n.unit});let r;if(Ze(t)&&(r=new yn(le(le({},n),t))),Ne(t)&&dn(t))try{const u=JSON.parse(t);r=new yn(le(le({},n),u))}catch(u){}if(r){const u=new Xr,i=new en;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 Yh extends lt{validate(t){return t instanceof gn}transform(t,n){if(t==null||t==="")return new gn;let r;if(Ze(t)&&(r=new gn(le(le({},n),or.exports.camelizeKeys(t)))),Ne(t)&&dn(t))try{const u=JSON.parse(t);r=new gn(le(le({},n),or.exports.camelizeKeys(u)))}catch(u){}if(r){const u=new en;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 ed{static getValueChecker(t){let n;switch(t){case H.VARCHAR:case H.TIMESTAMP:case H.TEXT:case H.RELATION:case H.AUTO_NUMBER:n=new en;break;case H.DECIMAL:n=new Xr;break;case H.EMPLOYEES:case H.DEPARTMENTS:case H.IMAGE:case H.FILE:case H.ARRAY:n=new Xh;break;case H.MONEY:n=new Jh;break;case H.TIMESCOPE:n=new Kh;break;case H.CALC:n=new Qh;break;case H.DECIMAL_RANGE:n=new Gh;break;case H.ADDRESS:n=new Yh;break}return n}}function td(e){if(["min","max","currency","unit"].includes(e))return H.VARCHAR;if(["result","amount"].includes(e))return H.DECIMAL}function xi(e,t,n,r){var o;let u=(o=td(t))!=null?o:e,i=ed.getValueChecker(u);if(!i||i.validate(n))return n;try{const s=i.transform(n,r);return s!==void 0?s:n}catch(s){throw`${t} ${s}`}}function nd(e,t,n){return Object.entries(e).reduce((r,[u,i])=>{const o=t[u];return r[u]=xi(i,u,o,n[u]),r},Object.assign({},t))}typeof window!="undefined"&&(window.engines={});let Rt=null,tn="";class Gr extends xu{constructor(t){super(),this.rawStore={},this.isMounted=!1,this.id=Yn(8),this.__pluginsApplied=!1,this.actionManager=new zh,this._jobTasks=[],this.createControlInstance=this.createInstance,this.$options=Object.freeze(t);const{autoMount:n=!0,schema:r,beforeCreateInstance:u,externalParams:i,language:o=vu,debug:s=!1}=this.$options;Ie.setLocale(o),this.debug=s,this.runtime=new Vr({schema:r,beforeCreateInstance:u}),this.externalParams=i,this.store=new Ph({instance:this.runtime.instance}),this.debugLog("engine is Instantiation complete"),n&&this.mount()}debugLog(...t){this.debug&&rr(...t)}use(t){return this.__pluginsApplied||this.__plugins.push(t),this}registerControl(...t){return this.runtime.register(...t),this}static register(...t){return Vr.register(...t)}static judgeControlIsRegistered(t){return Vr.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=On(this.store.state,this._proxyStateCallback.bind(this),this._proxyStateBeforeSetCallback.bind(this))}_proxyStateBeforeSetCallback(t,n,r,u){const i=Zr(this.runtime.flatInstances,n,this.runtime.instanceMap);if(!i)return r;if(this.assertInstance(i,X.SUBTABLE)){if(r===null)return[];const f=i.props.headers.reduce((c,a)=>{const h=a.children[0];return h&&h.controlType===J.FORM&&(c[h.id]=h.fieldType),c},{}),l=this.getEmptyState(i.id);return r==null?void 0:r.map(c=>nd(f,c,l))}const o=n.split("."),s=o[o.length-1];try{return xi(i.fieldType,s,r,u)}catch(f){throw nt(`the id=${i.id}'s instance setState error, %o ${f}.`,r),f}}_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=Zr(this.runtime.flatInstances,n,this.runtime.instanceMap);if(!(o instanceof Mh))return;const s=h=>{const d=[];for(let p=0;p<h;p++){const D=this.listControlCreateRow(o,"subtable-row");D&&d.push(D)}return d},f=Rt;let l=[],c=[],a=[];if(r&&u){switch(r){case"push":case"unshift":const h=u.length;l=s(h),c=u,o.children[r](...l),this.runtime.getFlatInstances();break;case"splice":if(u.length>2){const d=u.length-2,p=u.slice(2);l=s(d),c=p;const D=u[0],g=u[1];o.children[r](D,g,...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({},f,{changed:l,data:c,deleted:a!=null?a:[],jsonValue:JSON.stringify(this.getState(o.id))})}),Rt=null}}_handlerObjectUpdate(t,n,r,u){const i=Zr(this.runtime.flatInstances,n,this.runtime.instanceMap);if(!i)return;const o=this.getInstanceRowIndex(i),s=Rt||{};if(i.controlType===J.LIST){i.children.length=0;const f=r;let l=[];for(let c=0;c<f.length;c++){const a=this.listControlCreateRow(i,"subtable-row");a&&l.push(a)}i.children.push(...l),this.runtime.getFlatInstances(),this.emit("list-change",{instance:i,value:r,options:Du(le({},s),{changed:l,data:f,deleted:u!=null?u:[]})})}else this.emit("change",{instance:i,value:this.getState(i.id,o),rowIndex:o,options:Du(le({},s),{oldValue:u})})}applyPlugins(){this.__pluginsApplied||(this.__plugins.forEach(t=>{var n;try{tn=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this)}catch(r){Ye(`${tn} Plugin apply Error
|
|
2
|
-
${r}`)}finally{tn=""}}),this.__pluginsApplied=!0)}listControlCreateRow(t,n){const r=this.runtime.createControlInstance(n);if(!!r){if(r.controlType===J.LAYOUT){const u=r,i=ue(t.props.headers),o=this.createControl(i);u.children.push(...o)}return r}}listControlAddRow(t,n="subtable-row"){const r=this.listControlCreateRow(t,n);!r||t.children.push(r)}emit(t,n){return Ke(this,null,function*(){if(t==="engine-mounted"){if(this.isMounted)return nt("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 Xo(Gr.prototype,this,"emit").call(this,t,n);return r&&u&&(r(),this._jobTasks.splice(this._jobTasks.indexOf(u),1)),i})}on(t,n){return tn&&(n.applyingPluginName=tn),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)}getAllRules(t){var r,u;const n=this.runtime.allRules;return t===void 0?n:{rules:(r=n.rules[t])==null?void 0:r.fields,antdRules:(u=n.antdRules[t])==null?void 0:u.fields}}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 ue(t===void 0?this.store.emptyState:this.store.getEmptyState(t))}setPayloadOptions(t){Rt=t}setState(t,n,r,u){Rt=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),Rt=null}setStates(t,n,r){let u=t!=null?t:{};Object.keys(u).forEach(i=>{Object.entries(this.store.controlIdMapping).forEach(([o,s])=>{if(s.dataView===i){const f=u[i][o];f!==void 0&&this.setState(o,f,n,r)}else(o===i||s.children&&s.children[i])&&u[i]!==void 0&&this.setState(i,u[i],n,r)})})}getField(t,n,r){if(!n){const f=this.getDataBindMapping(t);if(f){const{controlId:l}=f;return this.getState(l)}return}const u=this.getDataBindMapping(t,n);if(!u)return;const{dataBind:i,controlId:o}=u,s=this.getState(o,r);return i instanceof it?Object.entries(i).reduce((f,[l,c])=>c.fieldCode===n?f[l]:f,s):s}getData(t){var u,i,o,s,f,l,c,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 v,E,w,C,N,x;let g={};for(let R in D){const _=(w=(E=(v=r[h])==null?void 0:v.children[R])==null?void 0:E.dataBind)==null?void 0:w.fieldCode;if(_!==""){if(_)g[_]=D[R];else if((C=r[h])!=null&&C.children[R])for(let $ in D[R])g[(x=(N=r[h])==null?void 0:N.children[R])==null?void 0:x.dataBind[$].fieldCode]=D[R][$]}}return g});{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((f=(s=r[D])==null?void 0:s.dataBind)!=null&&f.dataCode)p[(l=r[D])==null?void 0:l.dataBind.dataCode]=d[D].map(g=>{var E,w;let v={};for(let C in g){const N=(E=r[D].children[C])==null?void 0:E.dataBind.fieldCode;if(N!=="")if(N)v[N]=g[C];else for(let x in g[C])v[(w=r[D].children[C])==null?void 0:w.dataBind[x].fieldCode]=g[C][x]}return v});else if(r[D])for(let g in d[D])p[(a=(c=r[D])==null?void 0:c.dataBind[g])==null?void 0:a.fieldCode]=d[D][g];return p}}}setField(t,n,r,u,i){var l;const o=this.getDataBindMapping(t,n);if(!o)return;const{dataBind:s,controlId:f}=o;if(s instanceof it){const c=(l=ue(this.getState(f,u)))!=null?l:this.getEmptyState(f),a=Object.entries(s).reduce((h,[d,p])=>(p.fieldCode===n&&(h[d]=r),h),c);this.setState(f,a,u,i)}else this.setState(f,r,u,i)}setFields(t,n,r,u){const i=this.getDataBindMapping(t);if(!i)return;let o=[];i.fields.forEach(s=>{var a;const{dataBind:f,controlId:l,fieldCode:c}=s;if(!o.includes(c)&&!!Object.hasOwnProperty.call(n,c))if(f instanceof it){const h=(a=ue(this.getState(l,r)))!=null?a:this.getEmptyState(l),d=Object.entries(f).reduce((p,[D,g])=>{o.push(g.fieldCode);const v=n[g.fieldCode];return v!==void 0&&(p[D]=v),p},h);this.setState(s.controlId,d,r,u)}else this.setState(l,n[c],r,u)})}buildFields(t,n){const r=this.getDataBindMapping(t);if(!r)return;let u=[];const i={};return r.fields.forEach(o=>{const{dataBind:s,controlId:f,fieldCode:l}=o;if(!u.includes(l)&&!!Object.hasOwnProperty.call(n,l))if(s instanceof it){const c=this.getEmptyState(f);i[o.controlId]=Object.entries(s).reduce((a,[h,d])=>{u.push(d.fieldCode);const p=n[d.fieldCode];return p!==void 0&&(a[h]=p),a},c)}else i[f]=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=>{var o,s,f;const i=t[u];if(Array.isArray(i))i.map(l=>{const c=this.getDataBindMapping(u);if(!c)return;let a=ue(this.store.emptyState[c.dataViewId][c.controlId]),h=[];Object.keys(l).map(d=>{var D,g,v;if(h.includes(d))return;const p=(g=(D=this.store.dataBindMapping[u])==null?void 0:D.fields)==null?void 0:g.find(E=>E.fieldCode===d);if(p){if(p.dataBind instanceof _t&&l[d]!==void 0)a[p.controlId]=l[d];else if(p.dataBind instanceof it){let E=ue((v=this.getEmptyState(p.controlId))!=null?v:{});Object.keys(p.dataBind).map(w=>{const C=p.dataBind[w];l[C.fieldCode]!==void 0&&(E[w]=l[C.fieldCode]),h.push(C.fieldCode)}),a[p.controlId]=E}}}),r[c.dataViewId]||(r[c.dataViewId]={}),r[c.dataViewId][c.controlId]||(r[c.dataViewId][c.controlId]=[]),r[c.dataViewId][c.controlId].push(a)});else if(i){let l=[];const c=ue(this.store.emptyState);(o=Object.keys(i))!=null&&o.length?Object.keys(i).map(h=>{var p;if(l.includes(h))return;const d=this.getDataBindMapping(u,h);if(d){if(r[d.dataViewId[0]]||(r[d.dataViewId[0]]={}),d.dataBind instanceof _t&&i[h]!==void 0)r[d.dataViewId[0]][d.controlId]=i[h]!==void 0?i[h]:c[d.dataViewId[0]][d.controlId];else if(d.dataBind instanceof it){let D=(p=this.getEmptyState(d.controlId))!=null?p:{};Object.keys(d.dataBind).map(g=>{const v=d.dataBind[g];i[v.fieldCode]!==void 0&&(D[g]=i[v.fieldCode]),l.push(v.fieldCode)}),r[d.dataViewId[0]][d.controlId]=D}}}):r=this.store.defaultState;const a=this.getDataBindMapping(u);if(a){const h=(s=a==null?void 0:a.fields)==null?void 0:s.map(D=>D==null?void 0:D.controlId),d=this.getEmptyState(a==null?void 0:a.controlId),p=Object.keys((f=r==null?void 0:r[a==null?void 0:a.controlId])!=null?f:{});h==null||h.forEach(D=>{!p.includes(D)&&D!=="uid"&&r[a==null?void 0:a.controlId]&&(Object.keys(r).length?Object.assign(r[a==null?void 0:a.controlId],{[D]:d[D]}):Object.assign(r,{[a.controlId]:{[D]:d[D]}}))}),this.debugLog("engine setData\u65B9\u6CD5\u9ED8\u8BA4\u503C\u53CA\u8868\u5355\u6570\u636E\u7EC4\u5408\u5B8C\u6210\uFF0C\u53C2\u6570\u4E3A%o\u3002",r)}}}),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,i;if(t===void 0)return this.runtime.flatInstances;const r=Array.from(this.runtime.instanceMap[t]||[]);if(n)if(r.length){const o=r[0];if(this.inList(o.id)===!0){const s=this.getInstanceInSubtableHeader(o);s&&r.unshift(s)}}else{const o=(u=this.getControlIdMapping())!=null?u:{},[s]=(i=Object.entries(o).find(([f,l])=>l.children&&t in l.children))!=null?i:[];if(s){const l=this.getInstance(s).props.headers.find(c=>c.children.find(a=>a.id===t));if(l){const c=l.children.find(a=>a.id===t);c&&r.unshift(c)}}}return r}setInstance(t,n,r,u){try{if(typeof t=="string"&&u===-1)this.getInstances(t,u===-1).map(o=>{o&&(this.debugLog("[%o]: \u4FEE\u6539instance: %o\u7684%o\u5C5E\u6027\uFF0C\u4FEE\u6539\u7684\u503C\u4E3A%o\u3002",o.id,o,n,r),ir(o.props,n,r),this.schemaEvent("schema-change",{instance:o,props:n,value:r,rowIndex:u}))});else{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),ir(i.props,n,r),this.schemaEvent("schema-change",{instance:i,props:n,value:r,rowIndex:u})}}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){nt(`No corresponding dataCode=${t} was found`);return}if(!n)return r;const u=r.fields.find(i=>i.fieldCode===n);if(!u){nt(`No corresponding fieldCode=${n} was found`);return}return u}getAction(){return this.actionManager}initDataManager(t){this.dataManager=new Zh(t)}getDataManager(){return this.dataManager}assertInstance(t,n){return Ne(n)?t.type===n:n.includes(t.type)}getInstanceRowIndex(t){if(!t.parent)return;let n;if(this.assertInstance(t.parent,X.SUBTABLE))if(this.assertInstance(t,X.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,X.SUBTABLE_COLUMN)?t:this.getInstanceParentControl(t,X.SUBTABLE_COLUMN);if(!r)return;const i=this.getInstanceParentControl(t,X.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)}inList(t){var u;const n=(u=this.store.controlIdMapping)!=null?u:{};return Object.keys(n).some(i=>{var o,s;return(s=(o=n[i])==null?void 0:o.children)==null?void 0:s.hasOwnProperty(t)})}}console.log("a");class rd{}class ud{constructor(t,n){this.config=t,this.env=n}apply(t){this.engine=t;const n=this.config;if(!n)return;const r=Ri(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 Ri(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(s){Ye(s.message+". fail to parse the module"),process.env.NODE_ENV!=="production"&&Ye("fail to parse the module")}const i={},o={};for(const[s,f]of Object.entries(u.exports))typeof f=="function"?i[s]=f:o[s]=f;return{funcMap:i,variables:o}}const id={"engine-mounted":"did_mount","engine-submit":"will_submit","engine-submit-params":"do_submit","engine-submitted":"did_submit"};class od{constructor(t){this.config=t}apply(t){this.engine=t,Object.entries(id).forEach(([n,r])=>{t.on(n,u=>Ke(this,null,function*(){const i=yield this.callLifecycleEvent(r,u);return i.includes(!1)?!1:i}))})}callLifecycleEvent(t,n){return Ke(this,null,function*(){const r=this.config;return!r||!Array.isArray(r[t])?[]:yield Promise.all(r[t].map(i=>Ke(this,null,function*(){return yield this.engine.getAction().execAction(i,n)})))})}}class ad{constructor(t){this.config=t}apply(t){this.engine=t,Pu.events.forEach(n=>{n.code&&n.key&&this.engineAddEventListener(n.code,n.key)})}engineAddEventListener(t,n){this.engine.on(t,r=>Ke(this,null,function*(){if(!(t==="change"&&!this.engine.isMounted)&&r.instance!==void 0)return yield this.callControlEvent(n,r)}))}callControlEvent(t,n){return Ke(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=>Ke(this,null,function*(){return yield this.engine.getAction().execAction(i,n)})));return u.includes(!1)?!1:u})}}function Jr(){return Jr=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},Jr.apply(this,arguments)}var Pi={epsilon:1e-12,matrix:"Matrix",number:"number",precision:64,predictable:!1,randomSeed:null};function Ae(e){return typeof e=="number"}function ht(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 $i(e){return e&&typeof e=="object"&&Object.getPrototypeOf(e).isComplex===!0||!1}function Ti(e){return e&&typeof e=="object"&&Object.getPrototypeOf(e).isFraction===!0||!1}function Li(e){return e&&e.constructor.prototype.isUnit===!0||!1}function xn(e){return typeof e=="string"}var $e=Array.isArray;function nn(e){return e&&e.constructor.prototype.isMatrix===!0||!1}function Kr(e){return Array.isArray(e)||nn(e)}function sd(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 ji(e){return e&&e.constructor.prototype.isIndex===!0||!1}function ld(e){return typeof e=="boolean"}function hd(e){return e&&e.constructor.prototype.isResultSet===!0||!1}function dd(e){return e&&e.constructor.prototype.isHelp===!0||!1}function pd(e){return typeof e=="function"}function Dd(e){return e instanceof Date}function vd(e){return e instanceof RegExp}function gd(e){return!!(e&&typeof e=="object"&&e.constructor===Object&&!$i(e)&&!Ti(e))}function yd(e){return e===null}function md(e){return e===void 0}function Ed(e){return e&&e.isAccessorNode===!0&&e.constructor.prototype.isNode===!0||!1}function Ad(e){return e&&e.isArrayNode===!0&&e.constructor.prototype.isNode===!0||!1}function Cd(e){return e&&e.isAssignmentNode===!0&&e.constructor.prototype.isNode===!0||!1}function Fd(e){return e&&e.isBlockNode===!0&&e.constructor.prototype.isNode===!0||!1}function wd(e){return e&&e.isConditionalNode===!0&&e.constructor.prototype.isNode===!0||!1}function bd(e){return e&&e.isConstantNode===!0&&e.constructor.prototype.isNode===!0||!1}function Bd(e){return e&&e.isFunctionAssignmentNode===!0&&e.constructor.prototype.isNode===!0||!1}function _d(e){return e&&e.isFunctionNode===!0&&e.constructor.prototype.isNode===!0||!1}function Sd(e){return e&&e.isIndexNode===!0&&e.constructor.prototype.isNode===!0||!1}function Md(e){return e&&e.isNode===!0&&e.constructor.prototype.isNode===!0||!1}function Id(e){return e&&e.isObjectNode===!0&&e.constructor.prototype.isNode===!0||!1}function Nd(e){return e&&e.isOperatorNode===!0&&e.constructor.prototype.isNode===!0||!1}function Od(e){return e&&e.isParenthesisNode===!0&&e.constructor.prototype.isNode===!0||!1}function xd(e){return e&&e.isRangeNode===!0&&e.constructor.prototype.isNode===!0||!1}function Rd(e){return e&&e.isRelationalNode===!0&&e.constructor.prototype.isNode===!0||!1}function Pd(e){return e&&e.isSymbolNode===!0&&e.constructor.prototype.isNode===!0||!1}function $d(e){return e&&e.constructor.prototype.isChain===!0||!1}function Qr(e){var t=typeof e;return t==="object"?e===null?"null":ht(e)?"BigNumber":e.constructor&&e.constructor.name?e.constructor.name:"Object":t}function At(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 At(n)});if(e instanceof Date)return new Date(e.valueOf());if(ht(e))return e;if(e instanceof RegExp)throw new TypeError("Cannot clone "+e);return Td(e,At)}function Td(e,t){var n={};for(var r in e)Rn(e,r)&&(n[r]=t(e[r]));return n}function Yr(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(!Yr(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)||!Yr(e[n],t[n]))return!1;for(n in t)if(!(n in e))return!1;return!0}else return e===t}}function Rn(e,t){return e&&Object.hasOwnProperty.call(e,t)}function Ld(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 jd=["Matrix","Array"],kd=["number","BigNumber","Fraction"],ki=function(t){if(t)throw new Error(`The global config is readonly.
|
|
2
|
+
${r}`)}finally{tn=""}}),this.__pluginsApplied=!0)}listControlCreateRow(t,n){const r=this.runtime.createControlInstance(n);if(!!r){if(r.controlType===J.LAYOUT){const u=r,i=ue(t.props.headers),o=this.createControl(i);u.children.push(...o)}return r}}listControlAddRow(t,n="subtable-row"){const r=this.listControlCreateRow(t,n);!r||t.children.push(r)}emit(t,n){return Ke(this,null,function*(){if(t==="engine-mounted"){if(this.isMounted)return nt("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 Xo(Gr.prototype,this,"emit").call(this,t,n);return r&&u&&(r(),this._jobTasks.splice(this._jobTasks.indexOf(u),1)),i})}on(t,n){return tn&&(n.applyingPluginName=tn),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)}getAllRules(t){var r,u;const n=this.runtime.allRules;return t===void 0?n:{rules:(r=n.rules[t])==null?void 0:r.fields,antdRules:(u=n.antdRules[t])==null?void 0:u.fields}}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 ue(t===void 0?this.store.emptyState:this.store.getEmptyState(t))}setPayloadOptions(t){Rt=t}setState(t,n,r,u){Rt=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),Rt=null}setStates(t,n,r){let u=t!=null?t:{};Object.keys(u).forEach(i=>{Object.entries(this.store.controlIdMapping).forEach(([o,s])=>{if(s.dataView===i){const f=u[i][o];f!==void 0&&this.setState(o,f,n,r)}else(o===i||s.children&&s.children[i])&&u[i]!==void 0&&this.setState(i,u[i],n,r)})})}getField(t,n,r){if(!n){const f=this.getDataBindMapping(t);if(f){const{controlId:l}=f;return this.getState(l)}return}const u=this.getDataBindMapping(t,n);if(!u)return;const{dataBind:i,controlId:o}=u,s=this.getState(o,r);return i instanceof it?Object.entries(i).reduce((f,[l,c])=>c.fieldCode===n?f[l]:f,s):s}getData(t){var u,i,o,s,f,l,c,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 v,E,w,C,N,x;let g={};for(let R in D){const _=(w=(E=(v=r[h])==null?void 0:v.children[R])==null?void 0:E.dataBind)==null?void 0:w.fieldCode;if(_!==""){if(_)g[_]=D[R];else if((C=r[h])!=null&&C.children[R])for(let $ in D[R])g[(x=(N=r[h])==null?void 0:N.children[R])==null?void 0:x.dataBind[$].fieldCode]=D[R][$]}}return g});{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((f=(s=r[D])==null?void 0:s.dataBind)!=null&&f.dataCode)p[(l=r[D])==null?void 0:l.dataBind.dataCode]=d[D].map(g=>{var E,w;let v={};for(let C in g){const N=(E=r[D].children[C])==null?void 0:E.dataBind.fieldCode;if(N!=="")if(N)v[N]=g[C];else for(let x in g[C])v[(w=r[D].children[C])==null?void 0:w.dataBind[x].fieldCode]=g[C][x]}return v});else if(r[D])for(let g in d[D])p[(a=(c=r[D])==null?void 0:c.dataBind[g])==null?void 0:a.fieldCode]=d[D][g];return p}}}setField(t,n,r,u,i){var l;const o=this.getDataBindMapping(t,n);if(!o)return;const{dataBind:s,controlId:f}=o;if(s instanceof it){const c=(l=ue(this.getState(f,u)))!=null?l:this.getEmptyState(f),a=Object.entries(s).reduce((h,[d,p])=>(p.fieldCode===n&&(h[d]=r),h),c);this.setState(f,a,u,i)}else this.setState(f,r,u,i)}setFields(t,n,r,u){const i=this.getDataBindMapping(t);if(!i)return;let o=[];i.fields.forEach(s=>{var a;const{dataBind:f,controlId:l,fieldCode:c}=s;if(!o.includes(c)&&!!Object.hasOwnProperty.call(n,c))if(f instanceof it){const h=(a=ue(this.getState(l,r)))!=null?a:this.getEmptyState(l),d=Object.entries(f).reduce((p,[D,g])=>{o.push(g.fieldCode);const v=n[g.fieldCode];return v!==void 0&&(p[D]=v),p},h);this.setState(s.controlId,d,r,u)}else this.setState(l,n[c],r,u)})}buildFields(t,n){const r=this.getDataBindMapping(t);if(!r)return;let u=[];const i={};return r.fields.forEach(o=>{const{dataBind:s,controlId:f,fieldCode:l}=o;if(!u.includes(l)&&!!Object.hasOwnProperty.call(n,l))if(s instanceof it){const c=this.getEmptyState(f);i[o.controlId]=Object.entries(s).reduce((a,[h,d])=>{u.push(d.fieldCode);const p=n[d.fieldCode];return p!==void 0&&(a[h]=p),a},c)}else i[f]=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=this.store.defaultState;Object.keys(t).map(u=>{var o,s,f;const i=t[u];if(Array.isArray(i)){const l=this.getDataBindMapping(u);if(!l)return;r[l.dataViewId]||(r[l.dataViewId]={}),r[l.dataViewId][l.controlId]=[],i.map(c=>{let a=ue(this.store.emptyState[l.dataViewId][l.controlId]),h=[];Object.keys(c).map(d=>{var D,g,v;if(h.includes(d))return;const p=(g=(D=this.store.dataBindMapping[u])==null?void 0:D.fields)==null?void 0:g.find(E=>E.fieldCode===d);if(p){if(p.dataBind instanceof _t&&c[d]!==void 0)a[p.controlId]=c[d];else if(p.dataBind instanceof it){let E=ue((v=this.getEmptyState(p.controlId))!=null?v:{});Object.keys(p.dataBind).map(w=>{const C=p.dataBind[w];c[C.fieldCode]!==void 0&&(E[w]=c[C.fieldCode]),h.push(C.fieldCode)}),a[p.controlId]=E}}}),r[l.dataViewId][l.controlId].push(a)})}else if(i){let l=[];const c=ue(this.store.emptyState);(o=Object.keys(i))!=null&&o.length&&Object.keys(i).map(h=>{var p;if(l.includes(h))return;const d=this.getDataBindMapping(u,h);if(d){if(r[d.dataViewId[0]]||(r[d.dataViewId[0]]={}),d.dataBind instanceof _t&&i[h]!==void 0)r[d.dataViewId[0]][d.controlId]=i[h]!==void 0?i[h]:c[d.dataViewId[0]][d.controlId];else if(d.dataBind instanceof it){let D=(p=this.getEmptyState(d.controlId))!=null?p:{};Object.keys(d.dataBind).map(g=>{const v=d.dataBind[g];i[v.fieldCode]!==void 0&&(D[g]=i[v.fieldCode]),l.push(v.fieldCode)}),r[d.dataViewId[0]][d.controlId]=D}}});const a=this.getDataBindMapping(u);if(a){const h=(s=a==null?void 0:a.fields)==null?void 0:s.map(D=>D==null?void 0:D.controlId),d=this.getEmptyState(a==null?void 0:a.controlId),p=Object.keys((f=r==null?void 0:r[a==null?void 0:a.controlId])!=null?f:{});h==null||h.forEach(D=>{!p.includes(D)&&D!=="uid"&&r[a==null?void 0:a.controlId]&&(Object.keys(r).length?Object.assign(r[a==null?void 0:a.controlId],{[D]:d[D]}):Object.assign(r,{[a.controlId]:{[D]:d[D]}}))}),this.debugLog("engine setData\u65B9\u6CD5\u9ED8\u8BA4\u503C\u53CA\u8868\u5355\u6570\u636E\u7EC4\u5408\u5B8C\u6210\uFF0C\u53C2\u6570\u4E3A%o\u3002",r)}}}),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,i;if(t===void 0)return this.runtime.flatInstances;const r=Array.from(this.runtime.instanceMap[t]||[]);if(n)if(r.length){const o=r[0];if(this.inList(o.id)===!0){const s=this.getInstanceInSubtableHeader(o);s&&r.unshift(s)}}else{const o=(u=this.getControlIdMapping())!=null?u:{},[s]=(i=Object.entries(o).find(([f,l])=>l.children&&t in l.children))!=null?i:[];if(s){const l=this.getInstance(s).props.headers.find(c=>c.children.find(a=>a.id===t));if(l){const c=l.children.find(a=>a.id===t);c&&r.unshift(c)}}}return r}setInstance(t,n,r,u){try{if(typeof t=="string"&&u===-1)this.getInstances(t,u===-1).map(o=>{o&&(this.debugLog("[%o]: \u4FEE\u6539instance: %o\u7684%o\u5C5E\u6027\uFF0C\u4FEE\u6539\u7684\u503C\u4E3A%o\u3002",o.id,o,n,r),ir(o.props,n,r),this.schemaEvent("schema-change",{instance:o,props:n,value:r,rowIndex:u}))});else{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),ir(i.props,n,r),this.schemaEvent("schema-change",{instance:i,props:n,value:r,rowIndex:u})}}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){nt(`No corresponding dataCode=${t} was found`);return}if(!n)return r;const u=r.fields.find(i=>i.fieldCode===n);if(!u){nt(`No corresponding fieldCode=${n} was found`);return}return u}getAction(){return this.actionManager}initDataManager(t){this.dataManager=new Zh(t)}getDataManager(){return this.dataManager}assertInstance(t,n){return Ne(n)?t.type===n:n.includes(t.type)}getInstanceRowIndex(t){if(!t.parent)return;let n;if(this.assertInstance(t.parent,X.SUBTABLE))if(this.assertInstance(t,X.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,X.SUBTABLE_COLUMN)?t:this.getInstanceParentControl(t,X.SUBTABLE_COLUMN);if(!r)return;const i=this.getInstanceParentControl(t,X.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)}inList(t){var u;const n=(u=this.store.controlIdMapping)!=null?u:{};return Object.keys(n).some(i=>{var o,s;return(s=(o=n[i])==null?void 0:o.children)==null?void 0:s.hasOwnProperty(t)})}}class rd{}class ud{constructor(t,n){this.config=t,this.env=n}apply(t){this.engine=t;const n=this.config;if(!n)return;const r=Ri(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 Ri(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(s){Ye(s.message+". fail to parse the module"),process.env.NODE_ENV!=="production"&&Ye("fail to parse the module")}const i={},o={};for(const[s,f]of Object.entries(u.exports))typeof f=="function"?i[s]=f:o[s]=f;return{funcMap:i,variables:o}}const id={"engine-mounted":"did_mount","engine-submit":"will_submit","engine-submit-params":"do_submit","engine-submitted":"did_submit"};class od{constructor(t){this.config=t}apply(t){this.engine=t,Object.entries(id).forEach(([n,r])=>{t.on(n,u=>Ke(this,null,function*(){const i=yield this.callLifecycleEvent(r,u);return i.includes(!1)?!1:i}))})}callLifecycleEvent(t,n){return Ke(this,null,function*(){const r=this.config;return!r||!Array.isArray(r[t])?[]:yield Promise.all(r[t].map(i=>Ke(this,null,function*(){return yield this.engine.getAction().execAction(i,n)})))})}}class ad{constructor(t){this.config=t}apply(t){this.engine=t,Pu.events.forEach(n=>{n.code&&n.key&&this.engineAddEventListener(n.code,n.key)})}engineAddEventListener(t,n){this.engine.on(t,r=>Ke(this,null,function*(){if(!(t==="change"&&!this.engine.isMounted)&&r.instance!==void 0)return yield this.callControlEvent(n,r)}))}callControlEvent(t,n){return Ke(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=>Ke(this,null,function*(){return yield this.engine.getAction().execAction(i,n)})));return u.includes(!1)?!1:u})}}function Jr(){return Jr=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},Jr.apply(this,arguments)}var Pi={epsilon:1e-12,matrix:"Matrix",number:"number",precision:64,predictable:!1,randomSeed:null};function Ae(e){return typeof e=="number"}function ht(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 $i(e){return e&&typeof e=="object"&&Object.getPrototypeOf(e).isComplex===!0||!1}function Ti(e){return e&&typeof e=="object"&&Object.getPrototypeOf(e).isFraction===!0||!1}function Li(e){return e&&e.constructor.prototype.isUnit===!0||!1}function xn(e){return typeof e=="string"}var $e=Array.isArray;function nn(e){return e&&e.constructor.prototype.isMatrix===!0||!1}function Kr(e){return Array.isArray(e)||nn(e)}function sd(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 ji(e){return e&&e.constructor.prototype.isIndex===!0||!1}function ld(e){return typeof e=="boolean"}function hd(e){return e&&e.constructor.prototype.isResultSet===!0||!1}function dd(e){return e&&e.constructor.prototype.isHelp===!0||!1}function pd(e){return typeof e=="function"}function Dd(e){return e instanceof Date}function vd(e){return e instanceof RegExp}function gd(e){return!!(e&&typeof e=="object"&&e.constructor===Object&&!$i(e)&&!Ti(e))}function yd(e){return e===null}function md(e){return e===void 0}function Ed(e){return e&&e.isAccessorNode===!0&&e.constructor.prototype.isNode===!0||!1}function Ad(e){return e&&e.isArrayNode===!0&&e.constructor.prototype.isNode===!0||!1}function Cd(e){return e&&e.isAssignmentNode===!0&&e.constructor.prototype.isNode===!0||!1}function Fd(e){return e&&e.isBlockNode===!0&&e.constructor.prototype.isNode===!0||!1}function wd(e){return e&&e.isConditionalNode===!0&&e.constructor.prototype.isNode===!0||!1}function bd(e){return e&&e.isConstantNode===!0&&e.constructor.prototype.isNode===!0||!1}function Bd(e){return e&&e.isFunctionAssignmentNode===!0&&e.constructor.prototype.isNode===!0||!1}function _d(e){return e&&e.isFunctionNode===!0&&e.constructor.prototype.isNode===!0||!1}function Sd(e){return e&&e.isIndexNode===!0&&e.constructor.prototype.isNode===!0||!1}function Md(e){return e&&e.isNode===!0&&e.constructor.prototype.isNode===!0||!1}function Id(e){return e&&e.isObjectNode===!0&&e.constructor.prototype.isNode===!0||!1}function Nd(e){return e&&e.isOperatorNode===!0&&e.constructor.prototype.isNode===!0||!1}function Od(e){return e&&e.isParenthesisNode===!0&&e.constructor.prototype.isNode===!0||!1}function xd(e){return e&&e.isRangeNode===!0&&e.constructor.prototype.isNode===!0||!1}function Rd(e){return e&&e.isRelationalNode===!0&&e.constructor.prototype.isNode===!0||!1}function Pd(e){return e&&e.isSymbolNode===!0&&e.constructor.prototype.isNode===!0||!1}function $d(e){return e&&e.constructor.prototype.isChain===!0||!1}function Qr(e){var t=typeof e;return t==="object"?e===null?"null":ht(e)?"BigNumber":e.constructor&&e.constructor.name?e.constructor.name:"Object":t}function At(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 At(n)});if(e instanceof Date)return new Date(e.valueOf());if(ht(e))return e;if(e instanceof RegExp)throw new TypeError("Cannot clone "+e);return Td(e,At)}function Td(e,t){var n={};for(var r in e)Rn(e,r)&&(n[r]=t(e[r]));return n}function Yr(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(!Yr(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)||!Yr(e[n],t[n]))return!1;for(n in t)if(!(n in e))return!1;return!0}else return e===t}}function Rn(e,t){return e&&Object.hasOwnProperty.call(e,t)}function Ld(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 jd=["Matrix","Array"],kd=["number","BigNumber","Fraction"],ki=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:
|
|
5
5
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-engine",
|
|
3
|
-
"version": "2.4.1-beta.
|
|
3
|
+
"version": "2.4.1-beta.13",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "~18.0.6"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "ade48e12294737b3900dcc7127c132e32729eb6b"
|
|
38
38
|
}
|