@byteluck-fe/model-driven-core 7.0.0-props.116 → 7.0.0-props.117
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.
|
@@ -1429,13 +1429,37 @@ export var DrillRelation = function DrillRelation(props) {
|
|
|
1429
1429
|
this.childFieldCode = (_ref1 = props === null || props === void 0 ? void 0 : props.childFieldCode) !== null && _ref1 !== void 0 ? _ref1 : '';
|
|
1430
1430
|
this.operator = (_ref2 = props === null || props === void 0 ? void 0 : props.operator) !== null && _ref2 !== void 0 ? _ref2 : 'op_equal';
|
|
1431
1431
|
};
|
|
1432
|
+
export var DrillDownDisplayMargin = function DrillDownDisplayMargin(props) {
|
|
1433
|
+
"use strict";
|
|
1434
|
+
_class_call_check(this, DrillDownDisplayMargin);
|
|
1435
|
+
var _ref, _ref1, _ref2, _ref3;
|
|
1436
|
+
_define_property(this, "marginTop", void 0);
|
|
1437
|
+
_define_property(this, "marginRight", void 0);
|
|
1438
|
+
_define_property(this, "marginBottom", void 0);
|
|
1439
|
+
_define_property(this, "marginLeft", void 0);
|
|
1440
|
+
this.marginTop = (_ref = props === null || props === void 0 ? void 0 : props.marginTop) !== null && _ref !== void 0 ? _ref : 0;
|
|
1441
|
+
this.marginRight = (_ref1 = props === null || props === void 0 ? void 0 : props.marginRight) !== null && _ref1 !== void 0 ? _ref1 : 0;
|
|
1442
|
+
this.marginBottom = (_ref2 = props === null || props === void 0 ? void 0 : props.marginBottom) !== null && _ref2 !== void 0 ? _ref2 : 0;
|
|
1443
|
+
this.marginLeft = (_ref3 = props === null || props === void 0 ? void 0 : props.marginLeft) !== null && _ref3 !== void 0 ? _ref3 : 0;
|
|
1444
|
+
};
|
|
1445
|
+
export var DrillDownDisplay = function DrillDownDisplay(props) {
|
|
1446
|
+
"use strict";
|
|
1447
|
+
_class_call_check(this, DrillDownDisplay);
|
|
1448
|
+
var _ref;
|
|
1449
|
+
_define_property(this, "visibleHeight", void 0);
|
|
1450
|
+
_define_property(this, "margin", void 0);
|
|
1451
|
+
this.visibleHeight = (_ref = props === null || props === void 0 ? void 0 : props.visibleHeight) !== null && _ref !== void 0 ? _ref : 300;
|
|
1452
|
+
this.margin = new DrillDownDisplayMargin(props === null || props === void 0 ? void 0 : props.margin);
|
|
1453
|
+
};
|
|
1432
1454
|
export var DrillDownList = function DrillDownList(props) {
|
|
1433
1455
|
"use strict";
|
|
1434
1456
|
_class_call_check(this, DrillDownList);
|
|
1435
1457
|
_define_property(this, "actionSetting", void 0);
|
|
1436
1458
|
_define_property(this, "relation", void 0);
|
|
1459
|
+
_define_property(this, "display", void 0);
|
|
1437
1460
|
this.actionSetting = new ActionSetting(props === null || props === void 0 ? void 0 : props.actionSetting);
|
|
1438
1461
|
this.relation = new DrillRelation(props === null || props === void 0 ? void 0 : props.relation);
|
|
1462
|
+
this.display = new DrillDownDisplay(props === null || props === void 0 ? void 0 : props.display);
|
|
1439
1463
|
};
|
|
1440
1464
|
export var Margin = function Margin(props) {
|
|
1441
1465
|
"use strict";
|
package/dist/index.umd.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var $h=Object.defineProperty,Rh=Object.defineProperties;var Lh=Object.getOwnPropertyDescriptors;var lu=Object.getOwnPropertySymbols,Ph=Object.getPrototypeOf,Ih=Object.prototype.hasOwnProperty,Oh=Object.prototype.propertyIsEnumerable,_h=Reflect.get;var cu=(c,s,w)=>s in c?$h(c,s,{enumerable:!0,configurable:!0,writable:!0,value:w}):c[s]=w,W=(c,s)=>{for(var w in s||(s={}))Ih.call(s,w)&&cu(c,w,s[w]);if(lu)for(var w of lu(s))Oh.call(s,w)&&cu(c,w,s[w]);return c},ae=(c,s)=>Rh(c,Lh(s));var ct=(c,s,w)=>_h(Ph(c),w,s);var ie=(c,s,w)=>new Promise((Fe,re)=>{var ge=M=>{try{U(w.next(M))}catch(Q){re(Q)}},De=M=>{try{U(w.throw(M))}catch(Q){re(Q)}},U=M=>M.done?Fe(M.value):Promise.resolve(M.value).then(ge,De);U((w=w.apply(c,s)).next())});(function(c,s){typeof exports=="object"&&typeof module!="undefined"?s(exports):typeof define=="function"&&define.amd?define(["exports"],s):(c=typeof globalThis!="undefined"?globalThis:c||self,s(c.modelDrivenCore={}))})(this,function(c){"use strict";const s=(t,e,u)=>{if(!t)return console.error("getLocaleText\u7684key\u4E0D\u80FD\u4E3A\u7A7A"),"";const n=t.split(".");let a;const i=(window.baitedaWorkers||{}).languageMessages||{};n.forEach((l,d)=>{d===0?a=i[l]:a&&(a=a[l])});let r="";return a&&(r=a),e&&Object.keys(e).forEach(l=>{const d=e[l];r=r.replace(new RegExp(`\\{\\s*${l}\\s*\\}`,"g"),d)}),r||(u?r=u:r=t),r};var w="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Fe="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",re="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",ge="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",De="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",U="{caption}\u5FC5\u586B",M="\u8BF7\u8F93\u5165\u6807\u9898",Q="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",su="\u8BF7\u8F93\u5165\u884C\u6807\u9898",ou="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",du="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",hu="\u8BF7\u7ED1\u5B9A\u8868\u5355",fu="\u8BF7\u7ED1\u5B9A\u5217\u8868",vu="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",mu="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Eu="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",Cu="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",Bu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",yu="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Fu="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",gu="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Du="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",Au="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",bu="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",wu="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",Su="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",$u="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Ru="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236",Lu="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Pu="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Iu="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Ou="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",_u="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",Mu="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",Tu="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",qu="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",xu="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Vu="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Nu="\u8BF7\u9009\u62E9\u7701",ku="\u8BF7\u9009\u62E9\u5E02",ju="\u8BF7\u9009\u62E9\u533A",Wu="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Hu="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",zu="\u8BF7\u8F93\u5165\u5217\u5BBD",Ku="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Ju="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Uu="\u8BF7\u9009\u62E9\u63A7\u4EF6",Qu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Zu="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Xu="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Gu="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Yu="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",pu="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",en="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",tn="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",un="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",nn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",an="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",rn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",ln="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",cn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",sn="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",on="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",dn="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",hn="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",fn="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",vn="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",mn="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",En="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",Cn="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",Bn="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",yn="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",Fn="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",gn="\u6279\u91CF\u5220\u9664",Dn="\u6279\u91CF\u6253\u5370",An="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",bn="\u6309\u94AE",wn="\u521B\u5EFA\u5355\u636E",Sn="\u4EEA\u8868\u76D8",$n="\u5206\u5272\u7EBF",Rn="\u5BFC\u51FA",Ln="\u8868\u5355\u64CD\u4F5C",Pn="\u5BFC\u5165",In="\u53D1\u7968\u8BC6\u522B",On="\u94FE\u63A5",_n="\u5217\u8868\u9009\u62E9",Mn="\u5217\u8868\u89C6\u56FE",Tn="\u64CD\u4F5C\u6309\u94AE",qn="\u5206\u9875",xn="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",Vn="\u8BF4\u660E\u6587\u5B57",Nn="\u6587\u5B57\u8BC6\u522B",kn="\u6807\u9898\u7EC4\u4EF6",jn="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Wn="\u6570\u7EC4",Hn="\u81EA\u52A8\u7F16\u53F7",zn="\u81EA\u5B9A\u4E49",Kn="\u6570\u503C",Jn="\u90E8\u95E8",Un="\u4EBA\u5458",Qn="\u9644\u4EF6",Zn="\u56FE\u7247",Xn="\u5730\u5740",Gn="\u64CD\u4F5C",Yn="\u5E8F\u53F7",pn="\u4EBA\u5458",ea="\u957F\u6587\u672C",ta="\u65E5\u671F\u533A\u95F4",ua="\u65E5\u671F",na="\u77ED\u6587\u672C",aa="\u6362\u884C\u5BB9\u5668Wrap",ia="\u8868\u683C",ra="\u660E\u7EC6\u5B50\u8868",la="\u5730\u5740",ca="\u91D1\u989D",sa="\u8BA1\u7B97\u516C\u5F0F",oa="\u591A\u9009",da="\u7535\u5B50\u7B7E\u7AE0",ha="\u5355\u884C\u6587\u672C",fa="\u6570\u5B57",va="\u4E1A\u52A1\u7EC4\u7EC7",ma="\u5355\u9009",Ea="\u5BCC\u6587\u672C",Ca="\u8BC4\u5206",Ba="\u6570\u5B57\u533A\u95F4",ya="\u4E0B\u62C9\u5355\u9009",Fa="\u4E0B\u62C9\u591A\u9009",ga="\u5173\u8054\u5355\u9009",Da="\u591A\u884C\u6587\u672C",Aa="\u6811",ba="Vue\u5BB9\u5668",wa="Vue\u9875\u9762",Sa="\u5728\u7EBF\u6587\u6863",$a="\u6309\u94AE\u64CD\u4F5C\u680F",Ra="\u9AD8\u7EA7\u5BB9\u5668",La="\u5206\u7EC4",Pa="\u6805\u683C\u5217",Ia="\u6570\u636E\u5BB9\u5668",Oa="\u753B\u5E03",_a="\u6362\u884C\u5BB9\u5668",Ma="\u6805\u683C\u7B49\u5206\u884C",Ta="\u5217\u8868\u5BB9\u5668",qa="\u81EA\u7531\u9875\u9762",xa="\u5B9A\u4F4D\u5B50\u5BB9\u5668",Va="\u5B9A\u4F4D\u5BB9\u5668",Na="\u6805\u683C\u5E03\u5C40",ka="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",ja="\u660E\u7EC6\u5B50\u8868\u884C",Wa="\u6807\u7B7E\u9875",Ha="\u6807\u7B7E\u5355\u5143",za="\u5DE5\u5177\u680F",Ka="\u6279\u91CF\u63D0\u4EA4",Ja="\u5BFC\u51FA\u8BB0\u5F55",Ua="\u5217\u8868\u89C6\u56FE",Qa="\u7ED3\u675F\u65F6\u95F4",Za="\u5F00\u59CB\u65F6\u95F4",Xa="\u5355\u4F4D",Ga="\u7ED3\u679C",Ya="\u5E01\u79CD",pa="\u7ED3\u675F\u65E5\u671F",ei="\u5F00\u59CB\u65E5\u671F",ti="\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0",ui="\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1",ni="\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B",ai="\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA",ii="\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u7B7E\u7F72\u4EBA",ri="\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6",li="\u8BF7\u9009\u62E9",ci="\u8BF7\u9009\u62E9\u7EC4\u7EC7",si="\u8BF7\u9009\u62E9\u90E8\u95E8",oi="\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",di="\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",hi="\u8BF7\u9009\u62E9\u5730\u5740",fi="\u5F39\u7A97\u786E\u8BA4\u65F6",vi="\u6807\u7B7E\u9875\u5207\u6362\u65F6",mi="\u884C\u9009\u4E2D\u65F6",Ei="\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",Ci="\u884C\u5220\u9664\u524D",Bi="\u884C\u70B9\u51FB\u65F6",yi="\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",Fi="\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",gi="\u91CD\u547D\u540D\u65F6",Di="\u4FDD\u5B58\u6587\u4EF6\u65F6",Ai="\u6253\u5F00\u6587\u4EF6\u65F6",bi="\u83B7\u53D6\u7126\u70B9\u65F6",wi="\u5931\u53BB\u7126\u70B9\u65F6",Si="\u7528\u6237\u8F93\u5165\u65F6",$i="\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",Ri="\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",Li="\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",Pi="\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",Ii="\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",Oi="\u641C\u7D22\u65F6",_i="\u503C\u53D1\u751F\u53D8\u5316\u65F6",Mi="\u6267\u884C\u5B8C\u6210\u65F6",Ti="\u70B9\u51FB\u65F6",qi="\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",xi="\u8BF7\u8F93\u5165\u65E5\u671F",Vi="\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7",Ni="\u8BF7\u8F93\u5165",ki="\u9ED8\u8BA4\u6A21\u7248",ji="\u5DE6\u53F3\u5E03\u5C40",Wi="\u4E0A\u4E0B\u5E03\u5C40",Hi="\u53EA\u8BFB",zi="\u5FC5\u586B",Ki="\u63D0\u793A\u6587\u5B57",Ji="\u9690\u85CF\u6807\u9898",Ui="\u6807\u9898\u5FC5\u586B",Qi="\u7EC4\u7EC7\u5F62\u6001",Zi="\u4E1A\u52A1\u7C7B\u578B",Xi="\u786E\u5B9A\u8981\u5220\u9664\u6B64\u6761\u6570\u636E\u5417\uFF1F",Gi="\u9690\u85CF",Yi="\u6D41\u7A0B\u72B6\u6001",pi="\u5BA1\u6279\u901A\u8FC7\u5355\u636E",er="\u5220\u9664",tr="\u7F16\u8F91",ur="\u67E5\u770B",nr="\u52A0\u8F7D\u81EA\u5B9A\u4E49\u63A7\u4EF6\u5F02\u5E38\uFF0C\u4F1A\u5F71\u54CD\u5230\u7684\u63A7\u4EF6\uFF1A{id}",ar="\u5185\u7F6E\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF",ir="\u5145\u6EE1\u6574\u884C",rr="\u6700\u5C0F\u503C",lr="\u6700\u5927\u503C",cr="\u65B0\u5EFA\u6587\u6863",sr="\u91CD\u7F6E",or="\u67E5\u8BE2",dr="\u660E\u7EC6",hr="\u6253\u5370",fr="\u4FDD\u5B58\u8349\u7A3F",vr="\u4FDD\u5B58",mr="\u53D6\u6D88",Er="\u4E0A\u4F20\u56FE\u7247",Cr="\u53D1\u8D77\u7B7E\u7F72",Br="\u4E0A\u4F20\u9644\u4EF6",yr="\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",Fr="\u5F15\u7528\u5217\u8868",gr="\u9009\u9879\u4E00",Dr="\u9009\u9879\u4E8C",Ar="\u9009\u9879\u4E09",br={isNotNumber:w,isNotString:Fe,isNotObject:re,isNotArray:ge,isNotBoolean:De,runtimeRequired:U,pleaseEnterCaption:M,pleaseEnterCaptionTip:Q,pleaseEnterRowCaption:su,pleaseEnterPlaceholder:ou,pleaseEnterFieldCode:du,pleaseEnterForm:hu,pleaseEnterList:fu,pleaseEnterProcess:vu,pleaseEnterLabel:mu,pleaseEnterValue:Eu,bizKeyNotBindFiled:Cu,pleaseSelectOneField:Bu,pleaseEnterNumberRange:yu,pleaseEnterAValueGreaterThanMin:Fu,pleaseEnterAValueLessThanMax:gu,numberRangeSetError:Du,stringRangeError:Au,attachmentMaxSize:bu,pleaseEnterTotalScoreSetting:wu,theTotalScoreMustNotBeLessThan1:Su,scoreDefaultValueRange:$u,attachmentLimitError:Ru,PleaseReselectTheOptionalQuantity:Lu,TheMaximumLengthIsGreaterThanTheMinimumLength:Pu,TheMinimumLengthIsGreaterThanTheMaximumLength:Iu,PleaseSelectTheCorrectOptionSettings:Ou,optionIdIsRepeat:_u,optionIsRequired:Mu,pleaseEnterDataCode:Tu,pleaseEnterValueFieldCode:qu,pleaseEnterSvcCode:xu,pleaseBindAtLeastOneDisplayValue:Vu,pleaseSelectProvince:Nu,pleaseSelectCity:ku,pleaseSelectDistrict:ju,limitRowsCannotBeLessThan0:Wu,TheNumberOfRowsCannotBeLessThanMinRows:Hu,pleaseEnterColumnWidth:zu,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Ku,pleaseCompleteAllRulesAndConditions:Ju,pleaseSelectControl:Uu,pleaseSelectAtLeastOneColumn:Qu,pleaseSelectFillBackMode:Zu,pleaseSelectDashboard:Xu,rootNodeIsRequired:Gu,theViewNameCannotBeEmpty:Yu,pleaseSelectOcrType:pu,pleaseSelectAtLeastOneFieldToFillIn:en,pleaseChooseAtLeastOne:tn,pleaseEnterButtonContent:un,pleaseEnterDataCodeInDataSetting:nn,pleaseEnterValueFieldCodeInDataSetting:an,pleaseEnterSvcCodeInDataSetting:rn,pleaseBindAtLeastOneDisplayValueInDataSetting:ln,rootNodeIsRequiredInDataSetting:cn,pleaseEnterMaxHeight:sn,pleaseEnterWatermark:on,pleaseEnterFileName:dn,pleaseUploadAtLeastOnePrintTemplate:hn,pleaseAssignBusiness:fn,pleaseAssignExternal:vn,pleaseEnterAliasCode:mn,pleaseSelectDataCode:En,pleaseSelectSvcCode:Cn,pleaseSelectJoinFieldCode:Bn,pleaseSelectMainFieldCode:yn,pleaseSelectSortFieldCode:Fn,batchDeleteButton:gn,batchPrintListButton:Dn,batchPrintRecordList:An,button:bn,createFormListButton:wn,dashboard:Sn,divider:$n,exportListButton:Rn,formSelectButton:Ln,importRecordListButton:Pn,invoiceCheckButton:In,link:On,listSelectButton:_n,ListViewSelect:Mn,operationButton:Tn,pagination:qn,submissionRecordListButton:xn,text:Vn,textOcrButton:Nn,title:kn,approvalStatusColumn:jn,array:Wn,autoNumber:Hn,custom:zn,decimal:Kn,department:Jn,employee:Un,file:Qn,image:Zn,location:Xn,operation:Gn,order:Yn,people:pn,long:ea,timescope:ta,timestamp:ua,varchar:na,gridLayoutWrap:aa,gridTable:ia,subTable:ra,address:la,amount:ca,calc:sa,checkBox:oa,electronicSignature:da,input:ha,number:fa,organizationSelection:va,radio:ma,richText:Ea,score:Ca,searchNumberRange:Ba,select:ya,selectMultiple:Fa,selectRelation:ga,textarea:Da,tree:Aa,vueFormItem:ba,vuePage:wa,WPS:Sa,actionBar:$a,advancedContainer:Ra,cardGroup:La,col:Pa,dataView:Ia,grid:Oa,gridLayoutContainer:_a,gridRow:Ma,listView:Ta,page:qa,position:xa,positioningContainer:Va,row:Na,subtableColumn:ka,subtableRow:ja,tab:Wa,tabPane:Ha,toolbox:za,batchSubmissionListButton:Ka,exportRecordListButton:Ja,listViewSelect:Ua,endTime:Qa,startTime:Za,unit:Xa,result:Ga,currency:Ya,endDate:pa,startDate:ei,pleaseSelectCompanyName:ti,pleaseSelectPhoneOrEmail:ui,pleaseSelectSignType:ni,pleaseSelectSigner:ai,pleaseSelectOnlyOne:ii,pleaseSelectSignFile:ri,pleaseSelect:li,pleaseSelectOrg:ci,pleaseSelectDept:si,pleaseSelectEndDate:oi,pleaseSelectStartDate:di,pleaseChooseAddress:hi,modalConfirm:fi,tabChange:vi,rowSelected:mi,listDataImport:Ei,rowDelete:Ci,rowClick:Bi,cellRender:yi,onClickBtn:Fi,rename:gi,onSaveFile:Di,onOpenFile:Ai,onFocus:bi,onBlur:wi,onInput:Si,listDataAdd:$i,listDataDelete:Ri,listDataBack:Li,listDataCreate:Pi,listDataChange:Ii,search:Oi,valueChange:_i,finished:Mi,click:Ti,pleaseEnterNameorEmail:qi,pleaseEnterDate:xi,pleaseEnterAutonumber:Vi,pleaseEnter:Ni,defaultTemplate:ki,left:ji,top:Wi,default:"\u666E\u901A",readonly:Hi,required:zi,textTip:Ki,hideCaption:Ji,titleRequired:Ui,organizationalForm:Qi,businessType:Zi,deleteConfirm:Xi,hide:Gi,processStatus:Yi,approvedDocuments:pi,delete:er,edit:tr,view:ur,loadCtrlErrorTip:nr,loadCtrlError:ar,fullLine:ir,min:rr,max:lr,createWPS:cr,reset:sr,query:or,detailed:dr,print:hr,draft:fr,save:vr,cancel:mr,uploadImg:Er,signature:Cr,uploadFile:Br,linkContent:yr,referenceList:Fr,optionOne:gr,optionTwo:Dr,optionThird:Ar},wr="Please enter a number",Sr="Please enter a string",$r="Please enter an object",Rr="Please enter an array",Lr="Please enter a boolean",Pr="{caption} Required",Ir="Please enter the title",Or="Please enter the bubble prompt",_r="Please enter the row title",Mr="Please enter the prompt text",Tr="Please bind data items",qr="Please bind the form",xr="Please bind the list",Vr="Please bind the process",Nr="Please enter the displayed value",kr="Please enter the stored value",jr="The document number is not bound to the data item",Wr="Please select at least one display field",Hr="Please enter a value greater than or equal to {min} and less than or equal to {max}",zr="Please enter a value greater than or equal to {min}",Kr="Please enter a value less than or equal to {max}",Jr="The value range is set incorrectly",Ur="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Qr="The attachment size must be between 0MB and 1000MB",Zr="Please fill in the total score setting",Xr="The total score cannot be less than 1",Gr="The default value must be between {min} and {max}",Yr="The number of attachment uploads exceeds the limit",pr="Please re-select the optional quantity",el="The maximum length of the control must be greater than the minimum length",tl="The minimum length of the control must be less than the maximum length",ul="Please select the correct option setting",nl="Option ID cannot be repeated",al="Please enter at least one option",il="Please bind the data source",rl="Please bind the stored value",ll="Please bind the service",cl="At least one display value must be bound",sl="Please select a province",ol="Please select a city",dl="Please select a district",hl="The minimum number of lines to fill in cannot be less than 0",fl="The number of rows cannot be less than {min} rows",vl="Please enter the column width",ml="Please set the logical relationship of all rule conditions",El="Please complete all rules and conditions",Cl="please select control",Bl="Please select the dashboard",yl="View name cannot be empty",Fl="Please select recognition type",gl="Please select at least one field to fill in",Dl="Please select at least one",Al="Please enter the button title",bl="Please bind the business model in the data settings",wl="Please bind storage values in data settings",Sl="Please bind the service in the data settings",$l="Please bind at least one display value in the data settings",Rl="Please select the root node in the data settings",Ll="Please enter the maximum height",Pl="The input content cannot be empty",Il="Watermark cannot be empty",Ol="File name cannot be empty",_l="Please upload at least one printing template!\uFF01",Ml="Please select a specific business department",Tl="Please select a specified external organization",ql="Please enter a sub table alias",xl="Please select the associated table to set the business model",Vl="Please select the association table to set the binding service",Nl="Select associated sub table fields",kl="Please select the associated main table field",jl="Please select the sort field",Wl="\u6279\u91CF\u5220\u9664",Hl="\u6279\u91CF\u6253\u5370",zl="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Kl="\u6309\u94AE",Jl="\u521B\u5EFA\u5355\u636E",Ul="\u4EEA\u8868\u76D8",Ql="\u5206\u5272\u7EBF",Zl="\u5BFC\u51FA",Xl="\u8868\u5355\u64CD\u4F5C",Gl="\u5BFC\u5165",Yl="\u53D1\u7968\u8BC6\u522B",pl="\u94FE\u63A5",ec="\u5217\u8868\u9009\u62E9",tc="\u5217\u8868\u89C6\u56FE",uc="\u64CD\u4F5C\u6309\u94AE",nc="\u5206\u9875",ac="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",ic="\u8BF4\u660E\u6587\u5B57",rc="\u6587\u5B57\u8BC6\u522B",lc="\u6807\u9898\u7EC4\u4EF6",cc="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",sc="\u6570\u7EC4",oc="\u81EA\u52A8\u7F16\u53F7",dc="\u81EA\u5B9A\u4E49",hc="\u6570\u503C",fc="\u90E8\u95E8",vc="\u4EBA\u5458",mc="\u9644\u4EF6",Ec="\u56FE\u7247",Cc="\u5730\u5740",Bc="\u64CD\u4F5C",yc="\u5E8F\u53F7",Fc="\u4EBA\u5458",gc="\u957F\u6587\u672C",Dc="\u65E5\u671F\u533A\u95F4",Ac="\u65E5\u671F",bc="\u77ED\u6587\u672C",wc="\u6362\u884C\u5BB9\u5668Wrap",Sc="\u8868\u683C",$c="\u660E\u7EC6\u5B50\u8868",Rc="\u5730\u5740",Lc="\u91D1\u989D",Pc="\u8BA1\u7B97\u516C\u5F0F",Ic="\u591A\u9009",Oc="\u7535\u5B50\u7B7E\u7AE0",_c="\u5355\u884C\u6587\u672C",Mc="\u6570\u5B57",Tc="\u4E1A\u52A1\u7EC4\u7EC7",qc="\u5355\u9009",xc="\u5BCC\u6587\u672C",Vc="\u8BC4\u5206",Nc="\u6570\u5B57\u533A\u95F4",kc="\u4E0B\u62C9\u5355\u9009",jc="\u4E0B\u62C9\u591A\u9009",Wc="\u5173\u8054\u5355\u9009",Hc="\u591A\u884C\u6587\u672C",zc="\u6811",Kc="Vue\u5BB9\u5668",Jc="Vue\u9875\u9762",Uc="\u5728\u7EBF\u6587\u6863",Qc="\u6309\u94AE\u64CD\u4F5C\u680F",Zc="\u9AD8\u7EA7\u5BB9\u5668",Xc="\u5206\u7EC4",Gc="\u6805\u683C\u5217",Yc="\u6570\u636E\u5BB9\u5668",pc="\u753B\u5E03",es="\u6362\u884C\u5BB9\u5668",ts="\u6805\u683C\u7B49\u5206\u884C",us="\u5217\u8868\u5BB9\u5668",ns="\u81EA\u7531\u9875\u9762",as="\u5B9A\u4F4D\u5B50\u5BB9\u5668",is="\u5B9A\u4F4D\u5BB9\u5668",rs="\u6805\u683C\u5E03\u5C40",ls="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",cs="\u660E\u7EC6\u5B50\u8868\u884C",ss="\u6807\u7B7E\u9875",os="\u6807\u7B7E\u5355\u5143",ds="\u5DE5\u5177\u680F",hs="\u6279\u91CF\u63D0\u4EA4",fs="\u5BFC\u51FA\u8BB0\u5F55",vs="\u5217\u8868\u89C6\u56FE",ms="\u5F15\u7528\u5217\u8868",Es="\u9009\u9879\u4E00",Cs="\u9009\u9879\u4E8C",Bs="\u9009\u9879\u4E09",ys={isNotNumber:wr,isNotString:Sr,isNotObject:$r,isNotArray:Rr,isNotBoolean:Lr,runtimeRequired:Pr,pleaseEnterCaption:Ir,pleaseEnterCaptionTip:Or,pleaseEnterRowCaption:_r,pleaseEnterPlaceholder:Mr,pleaseEnterFieldCode:Tr,pleaseEnterForm:qr,pleaseEnterList:xr,pleaseEnterProcess:Vr,pleaseEnterLabel:Nr,pleaseEnterValue:kr,bizKeyNotBindFiled:jr,pleaseSelectOneField:Wr,pleaseEnterNumberRange:Hr,pleaseEnterAValueGreaterThanMin:zr,pleaseEnterAValueLessThanMax:Kr,numberRangeSetError:Jr,stringRangeError:Ur,attachmentMaxSize:Qr,pleaseEnterTotalScoreSetting:Zr,theTotalScoreMustNotBeLessThan1:Xr,scoreDefaultValueRange:Gr,attachmentLimitError:Yr,PleaseReselectTheOptionalQuantity:pr,TheMaximumLengthIsGreaterThanTheMinimumLength:el,TheMinimumLengthIsGreaterThanTheMaximumLength:tl,PleaseSelectTheCorrectOptionSettings:ul,optionIdIsRepeat:nl,optionIsRequired:al,pleaseEnterDataCode:il,pleaseEnterValueFieldCode:rl,pleaseEnterSvcCode:ll,pleaseBindAtLeastOneDisplayValue:cl,pleaseSelectProvince:sl,pleaseSelectCity:ol,pleaseSelectDistrict:dl,limitRowsCannotBeLessThan0:hl,TheNumberOfRowsCannotBeLessThanMinRows:fl,pleaseEnterColumnWidth:vl,pleaseSetTheLogicalRelationshipOfAllRuleConditions:ml,pleaseCompleteAllRulesAndConditions:El,pleaseSelectControl:Cl,pleaseSelectDashboard:Bl,theViewNameCannotBeEmpty:yl,pleaseSelectOcrType:Fl,pleaseSelectAtLeastOneFieldToFillIn:gl,pleaseChooseAtLeastOne:Dl,pleaseEnterButtonContent:Al,pleaseEnterDataCodeInDataSetting:bl,pleaseEnterValueFieldCodeInDataSetting:wl,pleaseEnterSvcCodeInDataSetting:Sl,pleaseBindAtLeastOneDisplayValueInDataSetting:$l,rootNodeIsRequiredInDataSetting:Rl,pleaseEnterMaxHeight:Ll,pleaseEnter:Pl,pleaseEnterWatermark:Il,pleaseEnterFileName:Ol,pleaseUploadAtLeastOnePrintTemplate:_l,pleaseAssignBusiness:Ml,pleaseAssignExternal:Tl,pleaseEnterAliasCode:ql,pleaseSelectDataCode:xl,pleaseSelectSvcCode:Vl,pleaseSelectJoinFieldCode:Nl,pleaseSelectMainFieldCode:kl,pleaseSelectSortFieldCode:jl,batchDeleteButton:Wl,batchPrintListButton:Hl,batchPrintRecordList:zl,button:Kl,createFormListButton:Jl,dashboard:Ul,divider:Ql,exportListButton:Zl,formSelectButton:Xl,importRecordListButton:Gl,invoiceCheckButton:Yl,link:pl,listSelectButton:ec,ListViewSelect:tc,operationButton:uc,pagination:nc,submissionRecordListButton:ac,text:ic,textOcrButton:rc,title:lc,approvalStatusColumn:cc,array:sc,autoNumber:oc,custom:dc,decimal:hc,department:fc,employee:vc,file:mc,image:Ec,location:Cc,operation:Bc,order:yc,people:Fc,long:gc,timescope:Dc,timestamp:Ac,varchar:bc,gridLayoutWrap:wc,gridTable:Sc,subTable:$c,address:Rc,amount:Lc,calc:Pc,checkBox:Ic,electronicSignature:Oc,input:_c,number:Mc,organizationSelection:Tc,radio:qc,richText:xc,score:Vc,searchNumberRange:Nc,select:kc,selectMultiple:jc,selectRelation:Wc,textarea:Hc,tree:zc,vueFormItem:Kc,vuePage:Jc,WPS:Uc,actionBar:Qc,advancedContainer:Zc,cardGroup:Xc,col:Gc,dataView:Yc,grid:pc,gridLayoutContainer:es,gridRow:ts,listView:us,page:ns,position:as,positioningContainer:is,row:rs,subtableColumn:ls,subtableRow:cs,tab:ss,tabPane:os,toolbox:ds,batchSubmissionListButton:hs,exportRecordListButton:fs,listViewSelect:vs,referenceList:ms,optionOne:Es,optionTwo:Cs,optionThird:Bs},Fs="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",gs="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ds="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",As="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",bs="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ws="{caption}\u5FC5\u9808",Ss="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",$s="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Rs="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ls="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ps="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Is="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Os="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",_s="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Ms="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ts="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",qs="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",xs="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Vs="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ns="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ks="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",js="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",Ws="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Hs="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",zs="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Ks="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Js="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Us="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u6570\u304C\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u307E\u3059",Qs="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Zs="\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",Xs="\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",Gs="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ys="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",ps="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",eo="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",to="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",uo="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",no="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",ao="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",io="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ro="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",lo="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",co="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",so="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",oo="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ho="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",fo="please select control",vo="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",mo="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Eo="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Co="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Bo="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",yo="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Fo="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",go="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Do="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Ao="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",bo="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",wo="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",So="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",$o="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ro="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Lo="\u5370\u5237\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u5C11\u306A\u304F\u3068\u30821\u3064\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01\uFF01",Po="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Io="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Oo="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",_o="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",Mo="\u95A2\u9023\u30C6\u30FC\u30D6\u30EB\u8A2D\u5B9A\u30D0\u30A4\u30F3\u30C9\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",To="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",qo="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",xo="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Vo="\u6279\u91CF\u5220\u9664",No="\u6279\u91CF\u6253\u5370",ko="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",jo="\u6309\u94AE",Wo="\u521B\u5EFA\u5355\u636E",Ho="\u4EEA\u8868\u76D8",zo="\u5206\u5272\u7EBF",Ko="\u5BFC\u51FA",Jo="\u8868\u5355\u64CD\u4F5C",Uo="\u5BFC\u5165",Qo="\u53D1\u7968\u8BC6\u522B",Zo="\u94FE\u63A5",Xo="\u5217\u8868\u9009\u62E9",Go="\u5217\u8868\u89C6\u56FE",Yo="\u64CD\u4F5C\u6309\u94AE",po="\u5206\u9875",e0="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",t0="\u8BF4\u660E\u6587\u5B57",u0="\u6587\u5B57\u8BC6\u522B",n0="\u6807\u9898\u7EC4\u4EF6",a0="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",i0="\u6570\u7EC4",r0="\u81EA\u52A8\u7F16\u53F7",l0="\u81EA\u5B9A\u4E49",c0="\u6570\u503C",s0="\u90E8\u95E8",o0="\u4EBA\u5458",d0="\u9644\u4EF6",h0="\u56FE\u7247",f0="\u5730\u5740",v0="\u64CD\u4F5C",m0="\u5E8F\u53F7",E0="\u4EBA\u5458",C0="\u957F\u6587\u672C",B0="\u65E5\u671F\u533A\u95F4",y0="\u65E5\u671F",F0="\u77ED\u6587\u672C",g0="\u6362\u884C\u5BB9\u5668Wrap",D0="\u8868\u683C",A0="\u660E\u7EC6\u5B50\u8868",b0="\u5730\u5740",w0="\u91D1\u989D",S0="\u8BA1\u7B97\u516C\u5F0F",$0="\u591A\u9009",R0="\u7535\u5B50\u7B7E\u7AE0",L0="\u5355\u884C\u6587\u672C",P0="\u6570\u5B57",I0="\u4E1A\u52A1\u7EC4\u7EC7",O0="\u5355\u9009",_0="\u5BCC\u6587\u672C",M0="\u8BC4\u5206",T0="\u6570\u5B57\u533A\u95F4",q0="\u4E0B\u62C9\u5355\u9009",x0="\u4E0B\u62C9\u591A\u9009",V0="\u5173\u8054\u5355\u9009",N0="\u591A\u884C\u6587\u672C",k0="\u6811",j0="Vue\u5BB9\u5668",W0="Vue\u9875\u9762",H0="\u5728\u7EBF\u6587\u6863",z0="\u6309\u94AE\u64CD\u4F5C\u680F",K0="\u9AD8\u7EA7\u5BB9\u5668",J0="\u5206\u7EC4",U0="\u6805\u683C\u5217",Q0="\u6570\u636E\u5BB9\u5668",Z0="\u753B\u5E03",X0="\u6362\u884C\u5BB9\u5668",G0="\u6805\u683C\u7B49\u5206\u884C",Y0="\u5217\u8868\u5BB9\u5668",p0="\u81EA\u7531\u9875\u9762",ed="\u5B9A\u4F4D\u5B50\u5BB9\u5668",td="\u5B9A\u4F4D\u5BB9\u5668",ud="\u6805\u683C\u5E03\u5C40",nd="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",ad="\u660E\u7EC6\u5B50\u8868\u884C",id="\u6807\u7B7E\u9875",rd="\u6807\u7B7E\u5355\u5143",ld="\u5DE5\u5177\u680F",cd="\u6279\u91CF\u63D0\u4EA4",sd="\u5BFC\u51FA\u8BB0\u5F55",od="\u5217\u8868\u89C6\u56FE",dd="\u5F15\u7528\u5217\u8868",hd="\u9009\u9879\u4E00",fd="\u9009\u9879\u4E8C",vd="\u9009\u9879\u4E09",md={isNotNumber:Fs,isNotString:gs,isNotObject:Ds,isNotArray:As,isNotBoolean:bs,runtimeRequired:ws,pleaseEnterCaption:Ss,pleaseEnterCaptionTip:$s,pleaseEnterRowCaption:Rs,pleaseEnterPlaceholder:Ls,pleaseEnterFieldCode:Ps,pleaseEnterForm:Is,pleaseEnterList:Os,pleaseEnterProcess:_s,pleaseEnterLabel:Ms,pleaseEnterValue:Ts,bizKeyNotBindFiled:qs,pleaseSelectOneField:xs,pleaseEnterNumberRange:Vs,pleaseEnterAValueGreaterThanMin:Ns,pleaseEnterAValueLessThanMax:ks,numberRangeSetError:js,stringRangeError:Ws,attachmentMaxSize:Hs,pleaseEnterTotalScoreSetting:zs,theTotalScoreMustNotBeLessThan1:Ks,scoreDefaultValueRange:Js,attachmentLimitError:Us,PleaseReselectTheOptionalQuantity:Qs,TheMaximumLengthIsGreaterThanTheMinimumLength:Zs,TheMinimumLengthIsGreaterThanTheMaximumLength:Xs,PleaseSelectTheCorrectOptionSettings:Gs,optionIdIsRepeat:Ys,optionIsRequired:ps,pleaseEnterDataCode:eo,pleaseEnterValueFieldCode:to,pleaseEnterSvcCode:uo,pleaseBindAtLeastOneDisplayValue:no,pleaseSelectProvince:ao,pleaseSelectCity:io,pleaseSelectDistrict:ro,limitRowsCannotBeLessThan0:lo,TheNumberOfRowsCannotBeLessThanMinRows:co,pleaseEnterColumnWidth:so,pleaseSetTheLogicalRelationshipOfAllRuleConditions:oo,pleaseCompleteAllRulesAndConditions:ho,pleaseSelectControl:fo,pleaseSelectDashboard:vo,theViewNameCannotBeEmpty:mo,pleaseSelectOcrType:Eo,pleaseSelectAtLeastOneFieldToFillIn:Co,pleaseChooseAtLeastOne:Bo,pleaseEnterButtonContent:yo,pleaseEnterDataCodeInDataSetting:Fo,pleaseEnterValueFieldCodeInDataSetting:go,pleaseEnterSvcCodeInDataSetting:Do,pleaseBindAtLeastOneDisplayValueInDataSetting:Ao,rootNodeIsRequiredInDataSetting:bo,pleaseEnterMaxHeight:wo,pleaseEnter:So,pleaseEnterWatermark:$o,pleaseEnterFileName:Ro,pleaseUploadAtLeastOnePrintTemplate:Lo,pleaseAssignBusiness:Po,pleaseAssignExternal:Io,pleaseEnterAliasCode:Oo,pleaseSelectDataCode:_o,pleaseSelectSvcCode:Mo,pleaseSelectJoinFieldCode:To,pleaseSelectMainFieldCode:qo,pleaseSelectSortFieldCode:xo,batchDeleteButton:Vo,batchPrintListButton:No,batchPrintRecordList:ko,button:jo,createFormListButton:Wo,dashboard:Ho,divider:zo,exportListButton:Ko,formSelectButton:Jo,importRecordListButton:Uo,invoiceCheckButton:Qo,link:Zo,listSelectButton:Xo,ListViewSelect:Go,operationButton:Yo,pagination:po,submissionRecordListButton:e0,text:t0,textOcrButton:u0,title:n0,approvalStatusColumn:a0,array:i0,autoNumber:r0,custom:l0,decimal:c0,department:s0,employee:o0,file:d0,image:h0,location:f0,operation:v0,order:m0,people:E0,long:C0,timescope:B0,timestamp:y0,varchar:F0,gridLayoutWrap:g0,gridTable:D0,subTable:A0,address:b0,amount:w0,calc:S0,checkBox:$0,electronicSignature:R0,input:L0,number:P0,organizationSelection:I0,radio:O0,richText:_0,score:M0,searchNumberRange:T0,select:q0,selectMultiple:x0,selectRelation:V0,textarea:N0,tree:k0,vueFormItem:j0,vuePage:W0,WPS:H0,actionBar:z0,advancedContainer:K0,cardGroup:J0,col:U0,dataView:Q0,grid:Z0,gridLayoutContainer:X0,gridRow:G0,listView:Y0,page:p0,position:ed,positioningContainer:td,row:ud,subtableColumn:nd,subtableRow:ad,tab:id,tabPane:rd,toolbox:ld,batchSubmissionListButton:cd,exportRecordListButton:sd,listViewSelect:od,referenceList:dd,optionOne:hd,optionTwo:fd,optionThird:vd},Ae={zhCN:br,enUS:ys,jaJP:md},be,Ed=(be=window.localStorage.getItem("locale"))!==null&&be!==void 0?be:"zh-CN",le=function(t){return t.BASE="base",t.FORM="form",t.LAYOUT="layout",t.WRAP="wrap",t.COLUMN="column",t.LIST="list",t.SEARCH="search",t}({}),we=function(t){return t.VARCHAR="varchar",t.TEXT="text",t.ARRAY="array",t.ADDRESS="location",t.DECIMAL="decimal",t.DECIMAL_RANGE="decimal_range",t.TIMESTAMP="timestamp",t.EMPLOYEES="people",t.DEPARTMENTS="department",t.MONEY="money",t.TIMESCOPE="timescope",t.FILE="file",t.IMAGE="image",t.AUTO_NUMBER="auto_number",t.CALC="calc",t.LIST="list",t.JSON="json",t.ANY="ANY",t}({}),st="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Cd=st+"0123456789";function V(){for(var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,e="",u=0;u<t;u++){var n=u===0?st:Cd,a=Math.random()*n.length;e+=n[parseInt(String(a),10)]}return e}function Se(t,e){(e==null||e>t.length)&&(e=t.length);for(var u=0,n=new Array(e);u<e;u++)n[u]=t[u];return n}function Bd(t){if(Array.isArray(t))return Se(t)}function yd(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ot(t,e,u){return e=Z(e),Ad(t,$e()?Reflect.construct(e,u||[],Z(t).constructor):e.apply(t,u))}function dt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ce(t,e,u){return $e()?ce=Reflect.construct:ce=function(a,i,r){var l=[null];l.push.apply(l,i);var d=Function.bind.apply(a,l),h=new d;return r&&X(h,r.prototype),h},ce.apply(null,arguments)}function Z(t){return Z=Object.setPrototypeOf?Object.getPrototypeOf:function(u){return u.__proto__||Object.getPrototypeOf(u)},Z(t)}function ht(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&X(t,e)}function Fd(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function $e(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return($e=function(){return!!t})()}function gd(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Dd(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
2
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
3
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Te(t){return kd(t)||zd(t)||Ud(t)||Kd()}function Jd(t,e){var u,n,a,i={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r=Object.create((typeof Iterator=="function"?Iterator:Object).prototype),l=Object.defineProperty;return l(r,"next",{value:d(0)}),l(r,"throw",{value:d(1)}),l(r,"return",{value:d(2)}),typeof Symbol=="function"&&l(r,Symbol.iterator,{value:function(){return this}}),r;function d(f){return function(E){return h([f,E])}}function h(f){if(u)throw new TypeError("Generator is already executing.");for(;r&&(r=0,f[0]&&(i=0)),i;)try{if(u=1,n&&(a=f[0]&2?n.return:f[0]?n.throw||((a=n.return)&&a.call(n),0):n.next)&&!(a=a.call(n,f[1])).done)return a;switch(n=0,a&&(f=[f[0]&2,a.value]),f[0]){case 0:case 1:a=f;break;case 4:return i.label++,{value:f[1],done:!1};case 5:i.label++,n=f[1],f=[0];continue;case 7:f=i.ops.pop(),i.trys.pop();continue;default:if(a=i.trys,!(a=a.length>0&&a[a.length-1])&&(f[0]===6||f[0]===2)){i=0;continue}if(f[0]===3&&(!a||f[1]>a[0]&&f[1]<a[3])){i.label=f[1];break}if(f[0]===6&&i.label<a[1]){i.label=a[1],a=f;break}if(a&&i.label<a[2]){i.label=a[2],i.ops.push(f);break}a[2]&&i.ops.pop(),i.trys.pop();continue}f=e.call(t,i)}catch(E){f=[6,E],n=0}finally{u=a=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}}function Ud(t,e){if(!!t){if(typeof t=="string")return Me(t,e);var u=Object.prototype.toString.call(t).slice(8,-1);if(u==="Object"&&t.constructor&&(u=t.constructor.name),u==="Map"||u==="Set")return Array.from(u);if(u==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(u))return Me(t,e)}}var Qd=function(){function t(){Wd(this,t),gt(this,"_events",new Map),gt(this,"debug",!1)}return Hd(t,[{key:"emit",value:function(u){for(var n=arguments.length,a=new Array(n>1?n-1:0),i=1;i<n;i++)a[i-1]=arguments[i];return jd(function(){var r,l,d,h,f,E,y,D,B,v,F,o;return Jd(this,function(m){switch(m.label){case 0:if(r=this._events.get(u),l=[],!r)return[3,10];d=r.slice(),h=!0,f=!1,E=void 0,m.label=1;case 1:m.trys.push([1,8,9,10]),y=d[Symbol.iterator](),m.label=2;case 2:if(h=(D=y.next()).done)return[3,7];if(B=D.value,!r.includes(B))return[3,6];m.label=3;case 3:return m.trys.push([3,5,,6]),this.debug&&vt.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(u," \u4E8B\u4EF6: ").concat(B.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+B.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(a.map(function(){return"%o"}).join(","),"\u3002")].concat(Te(a))),[4,B.apply(null,Te(a))];case 4:return v=m.sent(),this.debug&&vt.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(u," \u4E8B\u4EF6: ").concat(B.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+B.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(a.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Te(a),[v])),l.push(v),v===!1?[3,7]:[3,6];case 5:return F=m.sent(),Rd(String(F)+":"+String(F.stack)),[3,6];case 6:return h=!0,[3,2];case 7:return[3,10];case 8:return o=m.sent(),f=!0,E=o,[3,10];case 9:try{!h&&y.return!=null&&y.return()}finally{if(f)throw E}return[7];case 10:return[2,l]}})}).call(this)}},{key:"on",value:function(u,n){if(this._events.has(u)){var a;(a=this._events.get(u))===null||a===void 0||a.push(n)}else this._events.set(u,[n])}},{key:"off",value:function(u,n){if(this._events.has(u)){var a=this._events.get(u),i=a==null?void 0:a.indexOf(n);a==null||a.splice(i,1)}}},{key:"delete",value:function(u){this._events.has(u)&&this._events.delete(u)}},{key:"clear",value:function(){this._events=new Map}}]),t}();function Zd(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Dt(t,e){for(var u=0;u<e.length;u++){var n=e[u];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function Xd(t,e,u){return e&&Dt(t.prototype,e),u&&Dt(t,u),t}function Gd(t,e,u){return e in t?Object.defineProperty(t,e,{value:u,enumerable:!0,configurable:!0,writable:!0}):t[e]=u,t}var Yd=[{key:"on_click",name:s("CMD.click",null,"\u70B9\u51FB\u65F6"),code:"click"},{key:"on_click_finish",name:s("CMD.finished",null,"\u6267\u884C\u5B8C\u6210\u65F6"),code:"click-finish"},{key:"on_change",name:s("CMD.valueChange",null,"\u503C\u53D1\u751F\u53D8\u5316\u65F6"),code:"change"},{key:"on_search",name:s("CMD.search",null,"\u641C\u7D22\u65F6"),code:"search"},{key:"on_file_actions",name:s("CMD.onClickFileBtn",null,"\u70B9\u51FB\u6587\u4EF6\u6309\u94AE\u65F6"),code:"file-actions"},{key:"on_tree_search",name:s("CMD.treeDataCreate",null,"\u6811\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"tree-search"},{key:"on_list_change",name:s("CMD.listDataChange",null,"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"list-change"},{key:"on_chart_change",name:s("CMD.chartDataChange",null,"\u56FE\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"chart-change"},{key:"on_list_search",name:s("CMD.listDataCreate",null,"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"list-search"},{key:"on_list_mounted",name:s("CMD.listDataBack",null,"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6"),code:"list-mounted"},{key:"on_list_delete",name:s("CMD.listDataDelete",null,"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6"),code:"list-delete"},{key:"on_list_before_insert",name:s("CMD.listDataAdd",null,"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D"),code:"list-before-insert"},{key:"on_input",name:s("CMD.onInput",null,"\u7528\u6237\u8F93\u5165\u65F6"),code:"input"},{key:"on_blur",name:s("CMD.onBlur",null,"\u5931\u53BB\u7126\u70B9\u65F6"),code:"blur"},{key:"on_focus",name:s("CMD.onFocus",null,"\u83B7\u53D6\u7126\u70B9\u65F6"),code:"focus"},{key:"on_wps_open",name:s("CMD.onOpenFile",null,"\u6253\u5F00\u6587\u4EF6\u65F6"),code:"wps-open"},{key:"on_wps_save",name:s("CMD.onSaveFile",null,"\u4FDD\u5B58\u6587\u4EF6\u65F6"),code:"wps-save"},{key:"on_wps_rename",name:s("CMD.rename",null,"\u91CD\u547D\u540D\u65F6"),code:"wps-rename"},{key:"on_list_actions",name:s("CMD.onClickBtn",null,"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6"),code:"list-actions"},{key:"on_list_render_operation",name:s("CMD.cellRender",null,"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6"),code:"list-render-operation"},{key:"on_list_rowclick",name:s("CMD.rowClick",null,"\u884C\u70B9\u51FB\u65F6"),code:"list-rowclick"},{key:"on_list_before_rowdelete",name:s("CMD.rowDelete",null,"\u884C\u5220\u9664\u524D"),code:"list-before-rowdelete"},{key:"on_list_before_import",name:s("CMD.listDataImport",null,"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D"),code:"list-before-import"},{key:"on_list_rows_checked",name:s("CMD.rowSelected",null,"\u884C\u9009\u4E2D\u65F6"),code:"list-rows-checked"},{key:"on_change_tab",name:s("CMD.tabChange",null,"\u6807\u7B7E\u9875\u5207\u6362\u65F6"),code:"change-tab"},{key:"on_modal_ok",name:s("CMD.modalConfirm",null,"\u5F39\u7A97\u786E\u8BA4\u65F6"),code:"modal-ok"},{key:"on_change_steps",name:s("CMD.stepsChange",null,"\u6B65\u9AA4\u5207\u6362\u65F6"),code:"change-steps"},{key:"on_option_selected",name:s("CMD.optionSelected",null,"DOM\u70B9\u51FBoption\u4E8B\u4EF6"),code:"option_selected"}],pd=function(){function t(){Zd(this,t)}return Xd(t,null,[{key:"getEventsFromKeys",value:function(u){var n=typeof u=="string"?[u]:u;return t.events.filter(function(a){return n.includes(a.key)})}},{key:"getEventsFromControl",value:function(u){var n=[],a=u.eventKeys;n=n.concat(t.events.filter(function(r){return a.includes(r.key)}));var i=u.customEvents.map(function(r){var l=r.key;return r.namespace!==void 0&&r.namespace!==null&&r.namespace!==""&&(l=r.namespace+":"+r.key),{key:l,code:r.key,name:r.name}});return n=n.concat(i),n}}]),t}();Gd(pd,"events",Yd);function se(t,e){var u;(u=Object.getOwnPropertyDescriptors(t)[e])!=null&&u.enumerable&&Object.defineProperty(t,e,{enumerable:!1})}function qe(t,e,u){u!=="Runtime"&&(t.parent=e,se(t,"parent"))}function At(t,e,u){t.forEach(n=>{qe(n,e,u)})}const bt=Symbol("targetKey");function wt(t){var e;return(e=t[bt])!=null?e:t}function St(t,e,u){return At(t,e,u),new Proxy(t,{get(n,a,...i){return a===bt?n:Reflect.get(n,a,...i)},set(n,a,i,...r){if(Vd(t)&&a==="length"&&i===t.length)return!0;const l=Reflect.set(n,a,i,...r);return xd(i)&&qe(i,e,u),l}})}function N(t,e,u,n,a){const i=n!=null?n:t;let r=St(wt(u!=null?u:[]),i,a);Object.defineProperty(t,e,{get(){return r},set(l){r=St(wt(l),i,a)},enumerable:!0})}const $t=[],xe=class{constructor(t){this.registeredControlTypes=new Set,this.controlConfigMap=new Map,this._controls=[],this._type=t,this._initControls(t)}static staticGetRules(t,e){const u=xe.staticControlsRuntimeRules.get(t);let n=[];if(u){const a=new u(e);n=Array.from(a)}return n}registerControlConfig(t,e){return this.controlConfigMap.set(t,e),this}getControlConfig(t){return this.controlConfigMap.get(t)}static register(t,e){const{Designer:u,Runtime:n,Property:a}=t;(!u||!n||!u.__is_control__||!n.__is_control__)&&Oe(`${t} is can't register as a Control`);const i=this.staticControls.findIndex(r=>r.Designer.controlType===u.controlType);return i>-1&&(Pe(`The ${u.controlType} is repeat register, So it overwrites the one that was registered before.`),this.staticControls.splice(i,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(t),a.mode=e,this}getControls(){return this._controls}register(t){t.__is_control__||Oe(`${t.name} is not a Control`);const e=this._controls.findIndex(u=>u.controlType===t.controlType);return e>-1&&(Pe(`The ${t.controlType} is repeat register, So it overwrites the one that was registered before.`),this._controls.splice(e,1)),this.registeredControlTypes.add(t.controlType),this._controls.push(t),this}isLayoutControl(t){return t.controlType===le.LAYOUT}isFormControl(t){return t.controlType===le.FORM}isListControl(t){return t.controlType===le.LIST}isColumnControl(t){return t.controlType===le.COLUMN}createControl(t,e){if(Array.isArray(t))return t.map(n=>this.createControl(n,e));if(t.children&&(t.children=t.children.map(n=>this.createControl(n,e))),this.isListControl(t)){const n=t.props;n.headers&&(n.headers=n.headers.map(a=>this.createControl(a,e)))}const u=this.getControlFormType(t.type);if(u){let n=t;if(typeof e=="function"){const i=e(n);i&&(n=i)}let a;return u.mode==="Runtime"?(a=n,a.fieldType=u.controlFieldType,this._setParentPrototypeToSchema(a,this)):a=new u(n),a}else Oe(`The constructor of ${t.type} could not be found, please confirm that the constructor has been registered`)}resetInstanceParent(t,e){delete t.parent,Object.defineProperty(t,"parent",{configurable:!0,get(){return e}}),se(t,"parent")}_setParentPrototypeToSchema(t,e){e._type==="Runtime"&&(Object.defineProperty(t,"parent",{configurable:!0,get(){const u=t.id,n=e._controlParentIdMap,a=e.instanceMap;if(!n||!a)return;const i=n[u],r=a[u];if(!i&&!r)return;const l=r.findIndex(f=>f==t),d=a[i]||[];let h;return d.length!==r.length?h=d[0]:h=d[l],h}}),se(t,"parent"))}createControlInstance(t,e){const u=this.getControlFormType(t);if(u)return new u(e)}getControlFormType(t){return this._controls.find(e=>e.controlType===t)}_initControls(t){this.constructor.staticControls.forEach(e=>{this.register(e[t]),xe.staticControlsRuntimeRules.set(e.Runtime.controlType,e.Property.RuntimeRules),e.Property.mode=t})}};let G=xe;G.staticControlsRuntimeRules=new Map,G.staticControls=$t,G.staticRegisteredTypes=new Set($t.map(t=>t.Designer.controlType)),G.staticRegisteredConfigs=new Map;class P{constructor(e){var u,n,a;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.fieldCode=(n=e==null?void 0:e.fieldCode)!=null?n:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:"",this.aliasCode=e==null?void 0:e.aliasCode}}class Ve{constructor(e){var u,n;this.minWidth=(u=e==null?void 0:e.minWidth)!=null?u:150,this.maxWidth=e==null?void 0:e.maxWidth,this.flex=(n=e==null?void 0:e.flex)!=null?n:1}}class Ne{constructor(e){var u,n,a,i;this.rowHeightType=(u=e==null?void 0:e.rowHeightType)!=null?u:"fixed",this.minRows=(n=e==null?void 0:e.minRows)!=null?n:4,this.maxRows=(a=e==null?void 0:e.maxRows)!=null?a:20,this.fiexdRow=(i=e==null?void 0:e.fiexdRow)!=null?i:4}}class e5{constructor(e){this.pc=new Ne(e==null?void 0:e.pc),this.mobile=new Ne(e==null?void 0:e.mobile)}}class oe extends Ve{constructor(e){var u,n;super(e),this.width=(u=e==null?void 0:e.width)!=null?u:240,this.widthType=(n=e==null?void 0:e.widthType)!=null?n:"auto"}}class t5{constructor(e){this.pc=new oe(e==null?void 0:e.pc),this.mobile=e!=null&&e.mobile?new oe(e==null?void 0:e.mobile):new oe({width:130,minWidth:180})}}class u5{constructor(e){var u,n;this.type=(u=e==null?void 0:e.type)!=null?u:"firstThree",this.customOptions=(n=e==null?void 0:e.customOptions)!=null?n:[]}}class de{constructor(e){var u,n,a;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.formKey=(n=e==null?void 0:e.formKey)!=null?n:"",this.appId=(a=e==null?void 0:e.appId)!=null?a:""}}class n5 extends de{constructor(e){var u;super(e),this.primaryControlId=(u=e==null?void 0:e.primaryControlId)!=null?u:""}}class Rt{constructor(e){var u,n;this.fieldCode=(u=e==null?void 0:e.fieldCode)!=null?u:"",this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:""}}class a5{constructor(e){var u,n,a,i;this.appId=(u=e==null?void 0:e.appId)!=null?u:"",this.formKey=(n=e==null?void 0:e.formKey)!=null?n:"",this.headers=(i=(a=e==null?void 0:e.headers)==null?void 0:a.map(r=>new Rt(r)))!=null?i:[]}}class Lt{constructor(e){var u,n,a;this.fieldName=(u=e==null?void 0:e.fieldName)!=null?u:"",this.fieldCode=(n=e==null?void 0:e.fieldCode)!=null?n:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:we.VARCHAR}}class Pt extends de{constructor(e){var u,n,a,i;super(e),this.title=(u=e==null?void 0:e.title)!=null?u:"",this.svcCode=(n=e==null?void 0:e.svcCode)!=null?n:"",this.isOpenFilter=(a=e==null?void 0:e.isOpenFilter)!=null?a:!1,this.filters=(i=e==null?void 0:e.filters)!=null?i:[]}}class i5{constructor(e){var u,n,a,i;this.type="sublist-page",this.formBind=new de(e==null?void 0:e.formBind),this.displayFields=(n=(u=e==null?void 0:e.displayFields)==null?void 0:u.map(r=>new Lt(r)))!=null?n:[],this.sublists=(i=(a=e==null?void 0:e.sublists)==null?void 0:a.map(r=>new Pt(r)))!=null?i:[]}}class It{constructor(e){this.type=e==null?void 0:e.type,this.value=e==null?void 0:e.value,this.dataCode=e==null?void 0:e.dataCode}}class he{constructor(e){var u,n,a;this.type=(u=e==null?void 0:e.type)!=null?u:"custom",this.value=(n=e==null?void 0:e.value)!=null?n:[],this.displayBos=(a=e==null?void 0:e.displayBos)!=null?a:[]}}class H{constructor(e){var u,n,a,i;this.type="conditions",this.id=(u=e==null?void 0:e.id)!=null?u:V(),this.ruleId=(n=e==null?void 0:e.ruleId)!=null?n:new Date().valueOf(),this.level=(a=e==null?void 0:e.level)!=null?a:0,this.value=(i=e==null?void 0:e.value)!=null?i:"and",this.children=[],Array.isArray(e==null?void 0:e.children)&&(e==null||e.children.map(r=>{var l,d;if(r.children!==void 0){const h=new H(r);(l=this.children)==null||l.push(h)}else{const h=new Y(r);(d=this.children)==null||d.push(h)}}))}}class Y{constructor(e){var u,n,a,i,r;this.type="condition",this.id=(u=e==null?void 0:e.id)!=null?u:V(),this.ruleId=(n=e==null?void 0:e.ruleId)!=null?n:new Date().valueOf(),this.symbol=(a=e==null?void 0:e.symbol)!=null?a:"",this.checked=(i=e==null?void 0:e.checked)!=null?i:!1,this.describe=(r=e==null?void 0:e.describe)!=null?r:"",this.leftVariableBo=new It(e==null?void 0:e.leftVariableBo),this.rightVariableBo=new he(e==null?void 0:e.rightVariableBo)}}class r5{constructor(e){var u,n;this.aliasCode=(u=e==null?void 0:e.aliasCode)!=null?u:"",this.datasourceBind=new p(e==null?void 0:e.datasourceBind),this.relationFields=(n=e==null?void 0:e.relationFields)!=null?n:[]}}class Ot{constructor(e){var u,n,a,i;this.controlId=(u=e==null?void 0:e.controlId)!=null?u:"",this.fieldCode=(n=e==null?void 0:e.fieldCode)!=null?n:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:"",this.propName=(i=e==null?void 0:e.propName)!=null?i:""}}class ke{constructor(e){var u,n;this.type=(u=e==null?void 0:e.type)!=null?u:"FIELD",this.value=(n=e==null?void 0:e.value)!=null?n:"",this.fieldType=e==null?void 0:e.fieldType}}class l5{constructor(e){var u,n;this.title=(u=e==null?void 0:e.title)!=null?u:"",this.displayBoList=(n=e==null?void 0:e.displayBoList)!=null?n:[]}}class je{constructor(e){var u,n;this.columnName=(u=e.columnName)!=null?u:"",this.desc=(n=e.desc)!=null?n:!1}}class _t{constructor(e){var u,n,a,i,r,l,d;this.appId=(u=e==null?void 0:e.appId)!=null?u:"",this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:"",this.formKey=(a=e==null?void 0:e.formKey)!=null?a:"",this.orders=(i=e==null?void 0:e.orders)!=null?i:[],this.filters=(r=e==null?void 0:e.filters)!=null?r:[],this.isRelation=(l=e==null?void 0:e.isRelation)!=null?l:!1,this.relationBindCode=(d=e==null?void 0:e.relationBindCode)!=null?d:""}}class Mt{constructor(e){var u,n,a;this.code=(u=e.code)!=null?u:"",this.value=(n=e.value)!=null?n:"",this.field_type=(a=e.field_type)!=null?a:we.ANY}}class c5{constructor(e){var u,n,a,i,r,l,d;this.id=(u=e.id)!=null?u:"",this.limit=(n=e.limit)!=null?n:20,this.formKey=(a=e.formKey)!=null?a:"",this.orders=(r=(i=e.orders)==null?void 0:i.map(h=>new je(h)))!=null?r:[],this.dataSet=(d=(l=e.dataSet)==null?void 0:l.map(h=>new Mt(h)))!=null?d:[]}}function We(t){var e,u,n,a,i,r;this.filters=(u=(e=t==null?void 0:t.filters)==null?void 0:e.map(l=>l.children!==void 0?new H(l):new Y(l)))!=null?u:[],this.viewFilters=(a=(n=t==null?void 0:t.viewFilters)==null?void 0:n.map(l=>l.children!==void 0?new H(l):new Y(l)))!=null?a:[],this.orders=(r=(i=t==null?void 0:t.orders)==null?void 0:i.map(l=>new je(l)))!=null?r:[]}class p{constructor(e){var u,n,a,i,r,l,d,h;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.appId=(n=e==null?void 0:e.appId)!=null?n:"",this.valueFieldCode=(a=e==null?void 0:e.valueFieldCode)!=null?a:"",this.displayBoList=[],this.isOpenViewFilters=(i=e==null?void 0:e.isOpenViewFilters)!=null?i:0,Array.isArray(e==null?void 0:e.displayBoList)&&(e==null||e.displayBoList.map(f=>{var E;(E=this.displayBoList)==null||E.push(new ke(f))})),this.keywordMapping=(r=e==null?void 0:e.keywordMapping)!=null?r:"",this.showOrder=(l=e==null?void 0:e.showOrder)!=null?l:!0,this.svcCode=(d=e==null?void 0:e.svcCode)!=null?d:"",this.assignDepartment=new he(e==null?void 0:e.assignDepartment),this.openAssignDepartment=(h=e==null?void 0:e.openAssignDepartment)!=null?h:!1,We.call(this,e)}}class s5{constructor(e){var u,n;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.displayBoList=(n=e==null?void 0:e.displayBoList)!=null?n:[]}}class o5{constructor(e){var u,n,a,i,r,l,d,h,f,E;this.code=(u=e==null?void 0:e.code)!=null?u:"view",this.color=(n=e==null?void 0:e.color)!=null?n:"primary",this.command=(a=e==null?void 0:e.command)!=null?a:"view",this.confirmMessage=(i=e==null?void 0:e.confirmMessage)!=null?i:void 0,this.defaultState=(r=e==null?void 0:e.defaultState)!=null?r:"default",this.formKey=(l=e==null?void 0:e.formKey)!=null?l:void 0,this.formType=e==null?void 0:e.formType,this.icon=(d=e==null?void 0:e.icon)!=null?d:"iconliulan1",this.needConfirm=(h=e==null?void 0:e.needConfirm)!=null?h:!1,this.openType=(f=e==null?void 0:e.openType)!=null?f:"modal",this.priorityProcess=(E=e==null?void 0:e.priorityProcess)!=null?E:!0}}class He{constructor(e){var u,n,a,i;this.name=(u=e==null?void 0:e.name)!=null?u:"",this.key=(n=e==null?void 0:e.key)!=null?n:"",this.value=(i=(a=e==null?void 0:e.value)==null?void 0:a.map(r=>new ke(r)))!=null?i:[]}}class Tt extends p{constructor(e){var u,n;super(e),this.attributes=(n=(u=e==null?void 0:e.attributes)==null?void 0:u.map(a=>new He(a)))!=null?n:[]}}class d5 extends p{constructor(e){var u,n,a;super(e),this.attributes=(n=(u=e==null?void 0:e.attributes)==null?void 0:u.map(i=>new He(i)))!=null?n:[],this.formCode=(a=e==null?void 0:e.formCode)!=null?a:""}}class h5 extends Tt{constructor(e){var u;super(e),this.rootNode=new he(e==null?void 0:e.rootNode),this.filterCode=(u=e==null?void 0:e.filterCode)!=null?u:""}}class qt{constructor(e){var u,n,a,i;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.appId=(n=e==null?void 0:e.appId)!=null?n:"",this.fillList=(i=(a=e==null?void 0:e.fillList)==null?void 0:a.map(r=>new Ot(r)))!=null?i:[]}}class f5 extends qt{constructor(e){super(e),We.call(this,e)}}class v5 extends qt{constructor(e){var u,n;super(e),this.mode=(u=e==null?void 0:e.mode)!=null?u:"current",this.multiple=(n=e==null?void 0:e.multiple)!=null?n:!1}}class m5{constructor(e){var u,n,a;this.zh=(u=e==null?void 0:e.zh)!=null?u:"",this.en=(n=e==null?void 0:e.en)!=null?n:"",this.ja=(a=e==null?void 0:e.ja)!=null?a:""}}class E5{constructor(e){var u,n,a;this.stencilName=(u=e==null?void 0:e.stencilName)!=null?u:"",this.expression=(n=e==null?void 0:e.expression)!=null?n:"",this.errMessage=(a=e==null?void 0:e.errMessage)!=null?a:""}}class fe{constructor(e){var u,n,a,i;this.id=(u=e==null?void 0:e.id)!=null?u:V(8),this.label=(n=e==null?void 0:e.label)!=null?n:"",this.value=(a=e==null?void 0:e.value)!=null?a:this.label,this.color=(i=e==null?void 0:e.color)!=null?i:""}}class xt extends fe{constructor(e){var u,n;super(e),this.image=(u=e==null?void 0:e.image)!=null?u:"",this.type=(n=e==null?void 0:e.type)!=null?n:"src"}}class Vt extends fe{constructor(e){var u,n;super(e),this.cueWord=(u=e==null?void 0:e.cueWord)!=null?u:"",this.checked=(n=e==null?void 0:e.checked)!=null?n:!1}}function C5(t){var e;return(e=t==null?void 0:t.map(u=>new fe(u)))!=null?e:[]}function B5(t){var e;return(e=t==null?void 0:t.map(u=>new xt(u)))!=null?e:[]}function y5(t){var e;return(e=t==null?void 0:t.map(u=>new Vt(u)))!=null?e:[]}class ve{}class F5 extends ve{constructor(e){super(),this.amount=new P(e==null?void 0:e.amount),this.currency=new P(e==null?void 0:e.currency)}}class g5{constructor(e){var u,n;this.amount=(u=e==null?void 0:e.amount)!=null?u:"",this.currency=(n=e==null?void 0:e.currency)!=null?n:ze.CNY}}class D5 extends ve{constructor(e){super(),this.min=new P(e==null?void 0:e.min),this.max=new P(e==null?void 0:e.max)}}class A5{constructor(e){var u,n;this.min=(u=e==null?void 0:e.min)!=null?u:"",this.max=(n=e==null?void 0:e.max)!=null?n:""}}class b5{constructor(e){var u,n,a,i,r,l,d,h;this.country=(u=e==null?void 0:e.country)!=null?u:"",this.countryDisplay=(n=e==null?void 0:e.countryDisplay)!=null?n:"",this.city=(a=e==null?void 0:e.city)!=null?a:"",this.cityDisplay=(i=e==null?void 0:e.cityDisplay)!=null?i:"",this.district=(r=e==null?void 0:e.district)!=null?r:"",this.districtDisplay=(l=e==null?void 0:e.districtDisplay)!=null?l:"",this.province=(d=e==null?void 0:e.province)!=null?d:"",this.provinceDisplay=(h=e==null?void 0:e.provinceDisplay)!=null?h:""}}class w5 extends ve{constructor(e){super(),this.result=new P(e==null?void 0:e.result),this.unit=new P(e==null?void 0:e.unit)}}class S5{constructor(e){var u,n;this.result=(u=e==null?void 0:e.result)!=null?u:0,this.unit=(n=e==null?void 0:e.unit)!=null?n:""}}var ze=(t=>(t.CNY="CNY",t.USD="USD",t.JPY="JPY",t.EUR="EUR",t.INR="INR",t.IDR="IDR",t.BRL="BRL",t.AED="AED",t.AUD="AUD",t.CAD="CAD",t.EGP="EGP",t.GBP="GBP",t.ZAR="ZAR",t.KRW="KRW",t.MAD="MAD",t.MXN="MXN",t.MYR="MYR",t.PHP="PHP",t.PLN="PLN",t.RUB="RUB",t.SGD="SGD",t.THB="THB",t.TRY="TRY",t.TWD="TWD",t.VND="VND",t.HKD="HKD",t.IEP="IEP",t))(ze||{}),Nt=(t=>(t.DEFAULT_DISPLAY="defaultDisplay",t.REQUIRED="required",t.IS_HIDE="isHide",t.IS_SHOW_UNIT="isShowUnit",t.IMD_SEARCH="immediatelySearch",t.MULTIPLE="multiple",t.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",t.CAPTION="caption",t.IS_HIDE_CAPTION="isHideCaption",t.DEFAULT_SHOW_OPTIONS="defaultShowOptions",t.CAN_SEARCH="canSearch",t.CAN_CHECK="canCheck",t.CAN_EDIT="canEdit",t.CAN_DELETE="canDelete",t.SHOW_UPPER_CASE="showUpperCase",t.MICROMETER="micrometer",t.PRECISION="precision",t.PERCENTAGE="percentage",t.OPTIONAL_LEVEL="optionalLevel",t.CONTAINS_SUB_NODE="containsSubNode",t.DEFAULT_COLLAPSE="defaultCollapse",t.CAN_VIEW_FORM="canViewForm",t.VIEW_FORM_MODEL_TYPE="viewFormModelType",t.SERVER_PAGINATION="serverPagination",t.IS_SHOW_CAPTION_TIP="isShowCaptionTip",t.IS_SHOW_WATERMARK="isShowWatermark",t.ENCRYPTED="encrypted",t.IS_INLINE_EDIT="isInlineEdit",t.REVISIONS_MODE="revisionsMode",t.ALLOW_COPY_OPTIONS="allowCopyOptions",t.IS_PASTE="isPaste",t.SORTABLE="sortable",t.IS_SHOW_SIMPLE_SEARCH="isShowSimpleSearch",t.IS_SHOW_TOOL_BAE="isShowToolbar",t.MAIN_DEPT_FLAG="mainDeptFlag",t.IS_INTERNATIONAL="isInternational",t.CAPTION_SIZE="captionSize",t.CAPTION_COLOR="captionColor",t.IS_CAPTION_ITALIC="isCaptionItalic",t.CAPTION_FONT_WEIGHT="captionFontWeight",t.SHOW_TABLE_INDEX="showTableIndex",t))(Nt||{}),Ke=(t=>(t[t.UNKNOWN=0]="UNKNOWN",t[t.READONLY=1]="READONLY",t[t.EDITABLE=2]="EDITABLE",t[t.PRINT=5]="PRINT",t))(Ke||{});class $5{constructor(e){var u,n,a,i,r,l;this.isShow=(u=e==null?void 0:e.isShow)!=null?u:!0,this.content=(n=e==null?void 0:e.content)!=null?n:"",this.formKey=(a=e==null?void 0:e.formKey)!=null?a:"",this.openType=(i=e==null?void 0:e.openType)!=null?i:"modal",this.type=(r=e==null?void 0:e.type)!=null?r:"",this.priorityProcess=(l=e==null?void 0:e.priorityProcess)!=null?l:!1}}class R5{constructor(e){var u,n,a,i;this.id=(u=e==null?void 0:e.id)!=null?u:V(8),this.title=(n=e==null?void 0:e.title)!=null?n:"",this.headers=(i=(a=e==null?void 0:e.headers)==null?void 0:a.map(r=>new Rt(r)))!=null?i:[],We.call(this,e)}}class L5{constructor(e){var u,n;this.key=(u=e.key)!=null?u:V(8),this.caption=(n=e.caption)!=null?n:""}}class kt{constructor(e){var u,n,a,i;this.width=(u=e==null?void 0:e.width)!=null?u:"",this.height=(n=e==null?void 0:e.height)!=null?n:"",this.widthConfig=(a=e==null?void 0:e.widthConfig)!=null?a:"fill",this.heightConfig=(i=e==null?void 0:e.heightConfig)!=null?i:"fill"}}class P5{constructor(e){var u,n;this.optCode=(u=e==null?void 0:e.optCode)!=null?u:"",this.optType=(n=e==null?void 0:e.optType)!=null?n:""}}class jt{constructor(e){var u,n,a,i,r,l;this.id=(u=e==null?void 0:e.id)!=null?u:V(),this.name=(n=e==null?void 0:e.name)!=null?n:"",this.filters=(i=(a=e==null?void 0:e.filters)==null?void 0:a.map(d=>d.children!==void 0?new H(d):new Y(d)))!=null?i:[],this.settings=(e==null?void 0:e.settings)&&Array.isArray(e==null?void 0:e.settings)?(l=(r=e==null?void 0:e.settings)==null?void 0:r.map(d=>new Wt(d)))!=null?l:[]:[],this.script=e==null?void 0:e.script}}class Wt{constructor(e){var u,n,a,i;this.type=(u=e.type)!=null?u:"background",this.fieldCodes=(n=e.fieldCodes)!=null?n:[],this.color=(a=e.color)!=null?a:"theme",this.scope=(i=e.scope)!=null?i:"row"}}class I5{constructor(e){var u,n,a,i;this.type=(u=e==null?void 0:e.type)!=null?u:"none",this.interval=(n=e==null?void 0:e.interval)!=null?n:{color:""},this.rules=(e==null?void 0:e.rules)&&Array.isArray(e==null?void 0:e.rules)?(i=(a=e==null?void 0:e.rules)==null?void 0:a.map(r=>new jt(r)))!=null?i:[]:[]}}class O5{constructor(e){var u,n,a,i,r;this.groupDefaultExpanded=(u=e==null?void 0:e.groupDefaultExpanded)!=null?u:!1,this.suppressCount=(n=e==null?void 0:e.suppressCount)!=null?n:!1,this.groupFields=(a=e==null?void 0:e.groupFields)!=null?a:[],this.groupHeaderName=(i=e==null?void 0:e.groupHeaderName)!=null?i:"",this.showFooterStatistics=(r=e==null?void 0:e.showFooterStatistics)!=null?r:!1}}class _5{constructor(e){var u;this.datasourceBind=new p(e==null?void 0:e.datasourceBind),this.headers=(u=e==null?void 0:e.headers)!=null?u:[]}}class Ht{constructor(e){var u,n,a;this.parentFieldCode=(u=e==null?void 0:e.parentFieldCode)!=null?u:"",this.childFieldCode=(n=e==null?void 0:e.childFieldCode)!=null?n:"",this.operator=(a=e==null?void 0:e.operator)!=null?a:"op_equal"}}class M5{constructor(e){this.actionSetting=new _t(e==null?void 0:e.actionSetting),this.relation=new Ht(e==null?void 0:e.relation)}}class T5{constructor(e){var u,n,a,i;this.marginTop=(u=e==null?void 0:e.marginTop)!=null?u:"",this.marginRight=(n=e==null?void 0:e.marginRight)!=null?n:"",this.marginBottom=(a=e==null?void 0:e.marginBottom)!=null?a:"",this.marginLeft=(i=e==null?void 0:e.marginLeft)!=null?i:""}}class q5{constructor(e){var u,n,a,i;this.paddingTop=(u=e==null?void 0:e.paddingTop)!=null?u:"",this.paddingRight=(n=e==null?void 0:e.paddingRight)!=null?n:"",this.paddingBottom=(a=e==null?void 0:e.paddingBottom)!=null?a:"",this.paddingLeft=(i=e==null?void 0:e.paddingLeft)!=null?i:""}}class zt{constructor(e){var u,n;this.icon=(u=e==null?void 0:e.icon)!=null?u:"iconleft",this.label=(n=e==null?void 0:e.label)!=null?n:s("CMD.09bf1774579034724")}}class Kt{constructor(e){var u,n;this.icon=(u=e==null?void 0:e.icon)!=null?u:"iconxiangyou",this.label=(n=e==null?void 0:e.label)!=null?n:s("CMD.39131774579036296")}}class x5{constructor(e){this.prev=new zt(e==null?void 0:e.prev),this.next=new Kt(e==null?void 0:e.next)}}class me{constructor(e){this.isHide={type:"boolean"}}}class Je extends Array{constructor(e){super()}}class q{constructor(e,u=""){var n,a;this.isHide=(n=e==null?void 0:e.isHide)!=null?n:!1,this.style=new kt(e==null?void 0:e.style),this.caption=(a=e==null?void 0:e.caption)!=null?a:u}}q.Rules=me,q.RuntimeRules=Je;function I(){return I=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var u=arguments[e];for(var n in u)Object.prototype.hasOwnProperty.call(u,n)&&(t[n]=u[n])}return t},I.apply(this,arguments)}function V5(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function Ue(t){return Ue=Object.setPrototypeOf?Object.getPrototypeOf:function(u){return u.__proto__||Object.getPrototypeOf(u)},Ue(t)}function Ee(t,e){return Ee=Object.setPrototypeOf||function(n,a){return n.__proto__=a,n},Ee(t,e)}function N5(){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(t){return!1}}function Ce(t,e,u){return N5()?Ce=Reflect.construct:Ce=function(a,i,r){var l=[null];l.push.apply(l,i);var d=Function.bind.apply(a,l),h=new d;return r&&Ee(h,r.prototype),h},Ce.apply(null,arguments)}function k5(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function Qe(t){var e=typeof Map=="function"?new Map:void 0;return Qe=function(n){if(n===null||!k5(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(n))return e.get(n);e.set(n,a)}function a(){return Ce(n,arguments,Ue(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),Ee(a,n)},Qe(t)}var j5=/%[sdj%]/g,Jt=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(Jt=function(e,u){typeof console!="undefined"&&console.warn&&u.every(function(n){return typeof n=="string"})&&console.warn(e,u)});function Ze(t){if(!t||!t.length)return null;var e={};return t.forEach(function(u){var n=u.field;e[n]=e[n]||[],e[n].push(u)}),e}function L(){for(var t=arguments.length,e=new Array(t),u=0;u<t;u++)e[u]=arguments[u];var n=1,a=e[0],i=e.length;if(typeof a=="function")return a.apply(null,e.slice(1));if(typeof a=="string"){var r=String(a).replace(j5,function(l){if(l==="%%")return"%";if(n>=i)return l;switch(l){case"%s":return String(e[n++]);case"%d":return Number(e[n++]);case"%j":try{return JSON.stringify(e[n++])}catch(d){return"[Circular]"}break;default:return l}});return r}return a}function W5(t){return t==="string"||t==="url"||t==="hex"||t==="email"||t==="date"||t==="pattern"}function S(t,e){return!!(t==null||e==="array"&&Array.isArray(t)&&!t.length||W5(e)&&typeof t=="string"&&!t)}function H5(t,e,u){var n=[],a=0,i=t.length;function r(l){n.push.apply(n,l),a++,a===i&&u(n)}t.forEach(function(l){e(l,r)})}function Ut(t,e,u){var n=0,a=t.length;function i(r){if(r&&r.length){u(r);return}var l=n;n=n+1,l<a?e(t[l],i):u([])}i([])}function z5(t){var e=[];return Object.keys(t).forEach(function(u){e.push.apply(e,t[u])}),e}var Qt=function(t){V5(e,t);function e(u,n){var a;return a=t.call(this,"Async Validation Error")||this,a.errors=u,a.fields=n,a}return e}(Qe(Error));function K5(t,e,u,n){if(e.first){var a=new Promise(function(E,y){var D=function(F){return n(F),F.length?y(new Qt(F,Ze(F))):E()},B=z5(t);Ut(B,u,D)});return a.catch(function(E){return E}),a}var i=e.firstFields||[];i===!0&&(i=Object.keys(t));var r=Object.keys(t),l=r.length,d=0,h=[],f=new Promise(function(E,y){var D=function(v){if(h.push.apply(h,v),d++,d===l)return n(h),h.length?y(new Qt(h,Ze(h))):E()};r.length||(n(h),E()),r.forEach(function(B){var v=t[B];i.indexOf(B)!==-1?Ut(v,u,D):H5(v,u,D)})});return f.catch(function(E){return E}),f}function Zt(t){return function(e){return e&&e.message?(e.field=e.field||t.fullField,e):{message:typeof e=="function"?e():e,field:e.field||t.fullField}}}function Xt(t,e){if(e){for(var u in e)if(e.hasOwnProperty(u)){var n=e[u];typeof n=="object"&&typeof t[u]=="object"?t[u]=I(I({},t[u]),n):t[u]=n}}return t}function Gt(t,e,u,n,a,i){t.required&&(!u.hasOwnProperty(t.field)||S(e,i||t.type))&&n.push(L(a.messages.required,t.fullField))}function J5(t,e,u,n,a){(/^\s+$/.test(e)||e==="")&&n.push(L(a.messages.whitespace,t.fullField))}var Xe={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},ee={integer:function(e){return ee.number(e)&&parseInt(e,10)===e},float:function(e){return ee.number(e)&&!ee.integer(e)},array:function(e){return Array.isArray(e)},regexp:function(e){if(e instanceof RegExp)return!0;try{return!!new RegExp(e)}catch(u){return!1}},date:function(e){return typeof e.getTime=="function"&&typeof e.getMonth=="function"&&typeof e.getYear=="function"&&!isNaN(e.getTime())},number:function(e){return isNaN(e)?!1:typeof e=="number"},object:function(e){return typeof e=="object"&&!ee.array(e)},method:function(e){return typeof e=="function"},email:function(e){return typeof e=="string"&&!!e.match(Xe.email)&&e.length<255},url:function(e){return typeof e=="string"&&!!e.match(Xe.url)},hex:function(e){return typeof e=="string"&&!!e.match(Xe.hex)}};function U5(t,e,u,n,a){if(t.required&&e===void 0){Gt(t,e,u,n,a);return}var i=["integer","float","array","regexp","object","method","email","number","date","url","hex"],r=t.type;i.indexOf(r)>-1?ee[r](e)||n.push(L(a.messages.types[r],t.fullField,t.type)):r&&typeof e!==t.type&&n.push(L(a.messages.types[r],t.fullField,t.type))}function Q5(t,e,u,n,a){var i=typeof t.len=="number",r=typeof t.min=="number",l=typeof t.max=="number",d=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,h=e,f=null,E=typeof e=="number",y=typeof e=="string",D=Array.isArray(e);if(E?f="number":y?f="string":D&&(f="array"),!f)return!1;D&&(h=e.length),y&&(h=e.replace(d,"_").length),i?h!==t.len&&n.push(L(a.messages[f].len,t.fullField,t.len)):r&&!l&&h<t.min?n.push(L(a.messages[f].min,t.fullField,t.min)):l&&!r&&h>t.max?n.push(L(a.messages[f].max,t.fullField,t.max)):r&&l&&(h<t.min||h>t.max)&&n.push(L(a.messages[f].range,t.fullField,t.min,t.max))}var z="enum";function Z5(t,e,u,n,a){t[z]=Array.isArray(t[z])?t[z]:[],t[z].indexOf(e)===-1&&n.push(L(a.messages[z],t.fullField,t[z].join(", ")))}function X5(t,e,u,n,a){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||n.push(L(a.messages.pattern.mismatch,t.fullField,e,t.pattern));else if(typeof t.pattern=="string"){var i=new RegExp(t.pattern);i.test(e)||n.push(L(a.messages.pattern.mismatch,t.fullField,e,t.pattern))}}}var C={required:Gt,whitespace:J5,type:U5,range:Q5,enum:Z5,pattern:X5};function G5(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e,"string")&&!t.required)return u();C.required(t,e,n,i,a,"string"),S(e,"string")||(C.type(t,e,n,i,a),C.range(t,e,n,i,a),C.pattern(t,e,n,i,a),t.whitespace===!0&&C.whitespace(t,e,n,i,a))}u(i)}function Y5(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();C.required(t,e,n,i,a),e!==void 0&&C.type(t,e,n,i,a)}u(i)}function p5(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(e===""&&(e=void 0),S(e)&&!t.required)return u();C.required(t,e,n,i,a),e!==void 0&&(C.type(t,e,n,i,a),C.range(t,e,n,i,a))}u(i)}function eh(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();C.required(t,e,n,i,a),e!==void 0&&C.type(t,e,n,i,a)}u(i)}function th(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();C.required(t,e,n,i,a),S(e)||C.type(t,e,n,i,a)}u(i)}function uh(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();C.required(t,e,n,i,a),e!==void 0&&(C.type(t,e,n,i,a),C.range(t,e,n,i,a))}u(i)}function nh(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();C.required(t,e,n,i,a),e!==void 0&&(C.type(t,e,n,i,a),C.range(t,e,n,i,a))}u(i)}function ah(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(e==null&&!t.required)return u();C.required(t,e,n,i,a,"array"),e!=null&&(C.type(t,e,n,i,a),C.range(t,e,n,i,a))}u(i)}function ih(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();C.required(t,e,n,i,a),e!==void 0&&C.type(t,e,n,i,a)}u(i)}var rh="enum";function lh(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();C.required(t,e,n,i,a),e!==void 0&&C[rh](t,e,n,i,a)}u(i)}function ch(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e,"string")&&!t.required)return u();C.required(t,e,n,i,a),S(e,"string")||C.pattern(t,e,n,i,a)}u(i)}function sh(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e,"date")&&!t.required)return u();if(C.required(t,e,n,i,a),!S(e,"date")){var l;e instanceof Date?l=e:l=new Date(e),C.type(t,l,n,i,a),l&&C.range(t,l.getTime(),n,i,a)}}u(i)}function oh(t,e,u,n,a){var i=[],r=Array.isArray(e)?"array":typeof e;C.required(t,e,n,i,a,r),u(i)}function Ge(t,e,u,n,a){var i=t.type,r=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(S(e,i)&&!t.required)return u();C.required(t,e,n,r,a,i),S(e,i)||C.type(t,e,n,r,a)}u(r)}function dh(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();C.required(t,e,n,i,a)}u(i)}var te={string:G5,method:Y5,number:p5,boolean:eh,regexp:th,integer:uh,float:nh,array:ah,object:ih,enum:lh,pattern:ch,date:sh,url:Ge,hex:Ge,email:Ge,required:oh,any:dh};function Ye(){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 e=JSON.parse(JSON.stringify(this));return e.clone=this.clone,e}}}var pe=Ye();function k(t){this.rules=null,this._messages=pe,this.define(t)}k.prototype={messages:function(e){return e&&(this._messages=Xt(Ye(),e)),this._messages},define:function(e){if(!e)throw new Error("Cannot configure a schema with no rules");if(typeof e!="object"||Array.isArray(e))throw new Error("Rules must be an object");this.rules={};var u,n;for(u in e)e.hasOwnProperty(u)&&(n=e[u],this.rules[u]=Array.isArray(n)?n:[n])},validate:function(e,u,n){var a=this;u===void 0&&(u={}),n===void 0&&(n=function(){});var i=e,r=u,l=n;if(typeof r=="function"&&(l=r,r={}),!this.rules||Object.keys(this.rules).length===0)return l&&l(),Promise.resolve();function d(v){var F,o=[],m={};function R(A){if(Array.isArray(A)){var b;o=(b=o).concat.apply(b,A)}else o.push(A)}for(F=0;F<v.length;F++)R(v[F]);o.length?m=Ze(o):(o=null,m=null),l(o,m)}if(r.messages){var h=this.messages();h===pe&&(h=Ye()),Xt(h,r.messages),r.messages=h}else r.messages=this.messages();var f,E,y={},D=r.keys||Object.keys(this.rules);D.forEach(function(v){f=a.rules[v],E=i[v],f.forEach(function(F){var o=F;typeof o.transform=="function"&&(i===e&&(i=I({},i)),E=i[v]=o.transform(E)),typeof o=="function"?o={validator:o}:o=I({},o),o.validator=a.getValidationMethod(o),o.field=v,o.fullField=o.fullField||v,o.type=a.getType(o),o.validator&&(y[v]=y[v]||[],y[v].push({rule:o,value:E,source:i,field:v}))})});var B={};return K5(y,r,function(v,F){var o=v.rule,m=(o.type==="object"||o.type==="array")&&(typeof o.fields=="object"||typeof o.defaultField=="object");m=m&&(o.required||!o.required&&v.value),o.field=v.field;function R(O,g){return I(I({},g),{},{fullField:o.fullField+"."+O})}function A(O){O===void 0&&(O=[]);var g=O;if(Array.isArray(g)||(g=[g]),!r.suppressWarning&&g.length&&k.warning("async-validator:",g),g.length&&o.message!==void 0&&(g=[].concat(o.message)),g=g.map(Zt(o)),r.first&&g.length)return B[o.field]=1,F(g);if(!m)F(g);else{if(o.required&&!v.value)return o.message!==void 0?g=[].concat(o.message).map(Zt(o)):r.error&&(g=[r.error(o,L(r.messages.required,o.field))]),F(g);var _={};if(o.defaultField)for(var iu in v.value)v.value.hasOwnProperty(iu)&&(_[iu]=o.defaultField);_=I(I({},_),v.rule.fields);for(var K in _)if(_.hasOwnProperty(K)){var Sh=Array.isArray(_[K])?_[K]:[_[K]];_[K]=Sh.map(R.bind(null,K))}var ru=new k(_);ru.messages(r.messages),v.rule.options&&(v.rule.options.messages=r.messages,v.rule.options.error=r.error),ru.validate(v.value,v.rule.options||r,function(lt){var J=[];g&&g.length&&J.push.apply(J,g),lt&<.length&&J.push.apply(J,lt),F(J.length?J:null)})}}var b;o.asyncValidator?b=o.asyncValidator(o,v.value,A,v.source,r):o.validator&&(b=o.validator(o,v.value,A,v.source,r),b===!0?A():b===!1?A(o.message||o.field+" fails"):b instanceof Array?A(b):b instanceof Error&&A(b.message)),b&&b.then&&b.then(function(){return A()},function(O){return A(O)})},function(v){d(v)})},getType:function(e){if(e.type===void 0&&e.pattern instanceof RegExp&&(e.type="pattern"),typeof e.validator!="function"&&e.type&&!te.hasOwnProperty(e.type))throw new Error(L("Unknown rule type %s",e.type));return e.type||"string"},getValidationMethod:function(e){if(typeof e.validator=="function")return e.validator;var u=Object.keys(e),n=u.indexOf("message");return n!==-1&&u.splice(n,1),u.length===1&&u[0]==="required"?te.required:te[this.getType(e)]||!1}},k.register=function(e,u){if(typeof u!="function")throw new Error("Cannot register a validator by type, validator is not a function");te[e]=u},k.warning=Jt,k.messages=pe,k.validators=te;const hh={required:s("CMD.aad41751712156995"),maxLength:s("CMD.890d1751712141808"),minLength:s("CMD.bb9b1751712143625"),string:{range:s("CMD.f7131751712147855")}};function Yt(t,e={}){const u=new k(t);return u.messages(Object.assign(hh,e)),u}const pt=new Qd;class ${constructor(e){var y,D,B,v;this.setting=[],this.eventKeys=[],this.customEvents=[],this.parent=null,this.updateSetting=tu,this.removeSetting=eu,this._callControlHooks("preInstance",e);const{controlName:u,controlIcon:n,controlType:a,controlFieldType:i,controlEventKeys:r,controlCustomEvents:l,name:d,setting:h,slots:f,slotPosition:E}=new.target;u&&n&&a||mt(`The ${d} controlName,controlIcon,controlType is not define`),this.id=(y=e==null?void 0:e.id)!=null?y:V(10),this.name=u,this.icon=n,this.type=(D=e==null?void 0:e.type)!=null?D:a,this.props=new q(e==null?void 0:e.props,new.target.controlName),this.controlType=(B=e==null?void 0:e.controlType)!=null?B:"base",this.setting=T(h),this.fieldType=(v=e==null?void 0:e.fieldType)!=null?v:i,this.eventKeys=T(r),this.customEvents=T(l),this.slots=T(f),this.slotPosition=T(E),Promise.resolve().then(()=>{this._callControlHooks("postInstance",e)})}get rules(){const e=this.props.constructor.Rules;return e?new e(this.props):{}}_callControlHooks(...e){const[u,...n]=e;return pt.emit(u,this,...n)}preUpdate(e,u){this._callControlHooks("preUpdateProps",e,u)}postUpdate(e,u){this._callControlHooks("postUpdateProps",e,u)}updateProps(e,u){this.preUpdate(e,u),Od(this.props,e,u),this.postUpdate(e,u)}preValidate(){return ie(this,null,function*(){const e=W({},this.rules),u=yield this._callControlHooks("preValidate",e),n=u[u.length-1];return n===!1?void 0:n})}validate(e,u){return ie(this,null,function*(){const n=yield this.preValidate(),a=n!==void 0?n:W({},this.rules);Array.isArray(u)&&u.forEach(r=>{a.hasOwnProperty(r)&&delete a[r]});const i=Yt(a,e);try{return yield i.validate(this.props),!0}catch(r){throw r.control||(r.control=this),r}})}toDataBindModel(e=null){const u=this.fieldType,n=this.id,a=this.type,{dataBind:i,datasourceBind:r,optionConfig:l,caption:d,required:h,maxLength:f,options:E,encrypted:y,encryptedMode:D}=this.props;if(!u&&!i&&!r)return;const B={parentId:e,fieldType:u,controlId:n,caption:d,type:a,props:{}};switch(i&&(B.dataBind=i),l){case"datasource":case void 0:r&&(B.datasourceBind=r);break;case"custom":B.props.options=E;break}return h!==void 0&&(B.required=h),f!==void 0&&(B.maxLength=f),y!==void 0&&(B.encrypted=y),D!==void 0&&(B.encryptedMode=D),B}preToSchema(){this._callControlHooks("preToSchema",this)}toSchema(){return this.preToSchema(),{id:this.id,type:this.type,props:T(this.props),fieldType:this.fieldType,controlType:this.controlType}}static updateBasicControl(e,u){e==="setting"&&(u.add&&this.setting.push(...u.add),u.remove&&this.removeSettingItem(u.remove),u.update)}}$.mode="Designer",$.controlName=s("CMD.7baf1751712168384"),$.controlIcon="icon",$.controlType="control",$.controlEventKeys=[],$.controlCustomEvents=[],$.setting=[],$.__is_control__=!0,$.removeSettingItem=eu,$.updateSettingItem=tu;function eu(t){(Array.isArray(t)?t:[t]).forEach(u=>{var i,r,l;const n=typeof u!="string",a=(i=this.setting)==null?void 0:i.findIndex(d=>d.key===(n?u.key:u));a!==-1&&(n?this.setting[a].showItems=(r=this.setting[a].showItems)==null?void 0:r.filter(d=>!u.hideItems.includes(d)):this.setting.splice(a,1),n&&!((l=this.setting[a].showItems)!=null&&l.length)&&this.setting.splice(a,1))})}function tu(t,e){(typeof t=="string"?[t]:t).forEach(n=>{var i;const a=this.setting.find(r=>r.key===n);a&&(typeof e=="boolean"?a.visible=e:typeof e=="object"&&(((i=e.type)!=null?i:"replace")==="replace"?a.showItems=e.showItems:a.showItems.push(...e.showItems)))})}class x{constructor(e){var r,l,d,h,f;this.customEvents=[],this.parent=null;const{controlType:u,controlFieldType:n,name:a,controlCustomEvents:i}=new.target;u||mt(`The ${a} controlType is not define`),this.id=(r=e==null?void 0:e.id)!=null?r:V(10),this.type=(l=e==null?void 0:e.type)!=null?l:u,this.props=new q(e==null?void 0:e.props),this.customEvents=i,this.controlType=(d=e==null?void 0:e.controlType)!=null?d:"base",this.fieldType=(h=e==null?void 0:e.fieldType)!=null?h:n,this.pageStatus=(f=e==null?void 0:e.pageStatus)!=null?f:Ke.UNKNOWN}get rules(){const e=this.props.constructor.RuntimeRules;if(e){const u=new e(this.props);return Array.from(u)}return[]}}x.mode="Runtime",x.controlType="control",x.__is_control__=!0,x.controlCustomEvents=[];function et(t){t.hasOwnProperty("optionConfig")||(this.optionConfig={type:"any"}),t.hasOwnProperty("options")||(this.options={type:"any"}),t.hasOwnProperty("datasourceBind")||(this.datasourceBind={type:"any"}),t.hasOwnProperty("options")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="custom")?this.options=[{type:"array",message:s("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{label:{type:"string",required:!0,message:s("CMD.pleaseEnterLabel",null,"\u8BF7\u8F93\u5165\u663E\u793A\u503C")},value:{type:"string",required:!0,message:s("CMD.pleaseEnterValue",null,"\u8BF7\u8F93\u5165\u5B58\u50A8\u503C")}}}},{type:"array",validator(e,u,n){u.length===0&&n(s("CMD.optionIsRequired",null,"\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879")),n()}},{type:"array",validator(e,u,n){const a=u.map(r=>r.value),i=Nd(a);a.length!==i.length?n(s("CMD.optionIdIsRepeat",null,"\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D")):n()},message:s("CMD.optionIdIsRepeat",null,"\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D")}]:t.hasOwnProperty("datasourceBind")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="datasource")&&(this.datasourceBind=[{type:"object",message:s("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:s("CMD.pleaseEnterDataCode",null,"\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B")},valueFieldCode:{type:"string",required:!0,message:s("CMD.pleaseEnterValueFieldCode",null,"\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C")},svcCode:{type:"string",required:!0,message:s("CMD.pleaseEnterSvcCode",null,"\u8BF7\u7ED1\u5B9A\u670D\u52A1")},displayBoList:[{type:"array",message:s("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",validator(e,u,n){u.length===0&&n(s("CMD.pleaseBindAtLeastOneDisplayValue",null,"\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C")),n()},message:s("CMD.pleaseBindAtLeastOneDisplayValue",null,"\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C")}],orders:[{type:"array",message:s("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:s("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},desc:{type:"boolean",message:s("CMD.isNotBoolean",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14")}}}}]}}])}function fh(t,e,u=!1){this.datasourceBind=[{type:"object",message:s("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:s(u?"CMD.pleaseEnterDataCodeInDataSetting":"CMD.pleaseEnterDataCode",null,s(u?"CMD.c4901751712137782":"CMD.8e161751712150947"))},valueFieldCode:{type:"string",required:!0,message:s(u?"CMD.pleaseEnterValueFieldCodeInDataSetting":"CMD.pleaseEnterValueFieldCode",null,s(u?"CMD.9af91751712139782":"CMD.92701751712154242"))},svcCode:{type:"string",required:!0,message:s(u?"CMD.pleaseEnterSvcCodeInDataSetting":"CMD.pleaseEnterSvcCode",null,s(u?"CMD.203c1751712145631":"CMD.9d361751712158465"))},attributes:[{type:"array",message:s("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{name:{type:"string",required:!0,message:s("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},key:{type:"string",required:!0,message:s("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},value:[{type:"array",message:s("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",validator(n,a,i){a.length===0&&i(s(u?"CMD.pleaseBindAtLeastOneDisplayValueInDataSetting":"CMD.pleaseBindAtLeastOneDisplayValue",null,s(u?"CMD.6a071751712131459":"CMD.52351751712149286"))),i()},message:s(u?"CMD.pleaseBindAtLeastOneDisplayValueInDataSetting":"CMD.pleaseBindAtLeastOneDisplayValue",null,s(u?"CMD.6a071751712131459":"CMD.52351751712149286"))}]}}}],orders:[{type:"array",message:s("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:s("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},desc:{type:"boolean",message:s("CMD.isNotBoolean",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14")}}}}]}}]}function uu(t){return(t==null?void 0:t.dataCode)!==void 0&&(t==null?void 0:t.fieldCode)!==void 0}class tt extends me{constructor(e){super(e),this.dataBind={},this.caption={type:"string",required:!0,message:s("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.defaultState={type:"enum",enum:["default","readonly"]},this.required={type:"boolean"},this.captionTip={type:"string",required:!1,message:s("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")};const u={fieldCode:{type:"string",required:!0,message:s("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},dataCode:{type:"string",required:!0,message:s("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}};if(uu(e.dataBind))this.dataBind={type:"object",required:!0,fields:T(u),message:s("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};else{let n={type:"object",required:!0,fields:{},message:s("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};Object.keys(e.dataBind).forEach(a=>{n.fields[a]={type:"object",required:!0,fields:T(u),message:s("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}}),this.dataBind=n}e.isShowCaptionTip&&(this.captionTip.required=!0)}}class nu extends Je{constructor(e){super(e);const u=e.isHide?!1:e.required;u&&this.push({type:"string",required:u,message:e.requiredMessage!==""?e.requiredMessage:s("CMD.runtimeRequired",{caption:e.caption},"{caption}\u5FC5\u586B")})}}class ue extends q{constructor(e){var u,n,a,i,r,l,d,h,f,E,y,D,B,v,F;super(e),this.caption=(u=e==null?void 0:e.caption)!=null?u:"",this.captionSize=(n=e==null?void 0:e.captionSize)!=null?n:"",this.captionColor=(a=e==null?void 0:e.captionColor)!=null?a:"",this.isCaptionItalic=(i=e==null?void 0:e.isCaptionItalic)!=null?i:!1,this.captionFontWeight=(r=e==null?void 0:e.captionFontWeight)!=null?r:"normal",this.className=(l=e==null?void 0:e.className)!=null?l:[],this.isHideCaption=(d=e==null?void 0:e.isHideCaption)!=null?d:!1,this.isShowCaptionTip=(h=e==null?void 0:e.isShowCaptionTip)!=null?h:!1,this.captionTip=(f=e==null?void 0:e.captionTip)!=null?f:"",this.defaultState=(E=e==null?void 0:e.defaultState)!=null?E:"default",this.labelPosition=(y=e==null?void 0:e.labelPosition)!=null?y:"top",this.placeholder=(D=e==null?void 0:e.placeholder)!=null?D:"",this.required=(B=e==null?void 0:e.required)!=null?B:!1,this.requiredMessage=(v=e==null?void 0:e.requiredMessage)!=null?v:"",this.dataBind=new P(e==null?void 0:e.dataBind),this.defaultValue=(F=e==null?void 0:e.defaultValue)!=null?F:""}}ue.Rules=tt,ue.RuntimeRules=nu;class vh extends tt{constructor(e){super(e),this.optionConfig={type:"enum",enum:["custom","datasource"],message:s("CMD.PleaseSelectTheCorrectOptionSettings",null,"\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E")},this.options=[{type:"array",message:s("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")}],this.datasourceBind=[{type:"object",message:s("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],et.call(this,e)}}class au extends ${constructor(e){super(e),this.controlType="form",this.props=new ue(e==null?void 0:e.props)}}au.controlEventKeys=["on_change","on_focus","on_blur"];class mh extends x{constructor(e){super(e),this.controlType="form",this.props=new ue(e==null?void 0:e.props)}}class ne extends q{constructor(e){super(e)}}const Eh=1e4;class j extends ${constructor(e){super(e),this.controlType="layout";const{excludes:u,childrenMaxLength:n}=new.target;this.props=new ne(e==null?void 0:e.props),N(this,"children",e==null?void 0:e.children,void 0,"Designer"),this.excludes=T(u),this.childrenMaxLength=n}judgeExcludesChildren(e){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(e)}judgeJoinChildren(e){const u=this.judgeExcludesChildren(e);return u&&this.childrenMaxLength>this.children.length}validate(e,u){return ie(this,null,function*(){return yield ct(j.prototype,this,"validate").call(this,e,u),yield Promise.all(this.children.map(n=>n.validate(e,u))),!0})}toDataBindModel(e=null){const u=super.toDataBindModel(),n=u?[u]:[];return this.children.reduce((a,i)=>{const r=i.toDataBindModel(e);if(Array.isArray(r)){const l=r.filter(d=>!!d);return[...a,...l]}return r&&a.push(r),a},n)}toSchema(){const e=super.toSchema(),u=this.children.map(n=>n.toSchema());return ae(W({},e),{children:u})}}j.excludes=!1,j.childrenMaxLength=Eh;class ut extends x{constructor(e){super(e),this.controlType="layout",this.props=new ne(e==null?void 0:e.props),N(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}class nt extends q{constructor(e,u,n){var a,i,r,l;super(u),N(this,"headers",u==null?void 0:u.headers,e,n),N(this,"footers",u==null?void 0:u.footers,e),this.pageIndex=(a=u==null?void 0:u.pageIndex)!=null?a:1,this.pageSize=(i=u==null?void 0:u.pageSize)!=null?i:20,this.pageSizeOptions=(r=u==null?void 0:u.pageSizeOptions)!=null?r:[20],this.totalCount=(l=u==null?void 0:u.totalCount)!=null?l:0}}class Be extends ${constructor(e){super(e),this.controlType="list",this.props=new nt(this,e==null?void 0:e.props,"Designer")}validate(e,u){return ie(this,null,function*(){return yield ct(Be.prototype,this,"validate").call(this,e),yield Promise.all(this.props.headers.map(n=>n.validate(e,u))),!0})}toDataBindModel(){const e=super.toDataBindModel(),u=e?[e]:[],n=this.id;return this.props.headers.reduce((a,i)=>{const r=i.toDataBindModel(n);if(Array.isArray(r)){const l=r.filter(d=>!!d);return[...a,...l]}return r&&a.push(r),a},u)}toSchema(){const e=super.toSchema(),u=this.props.headers.map(n=>n.toSchema());return ae(W({},e),{props:ae(W({},this.props),{headers:u})})}}Be.controlFieldType=we.LIST;class Ch extends x{constructor(e){super(e),this.controlType="list",this.props=new nt(this,e==null?void 0:e.props,"Runtime"),N(this,"children",e==null?void 0:e.children,void 0,"Runtime")}get length(){return this.children.length}}class at extends me{constructor(e){super(e),this.caption={type:"string",required:!0,message:s("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.width={type:"number",required:!1,message:s("CMD.pleaseEnterColumnWidth",null,"\u8BF7\u8F93\u5165\u5217\u5BBD")},this.width.required=e.widthType==="px"}}class ye extends q{constructor(e){var u,n,a,i,r;super(e),this.width=(u=e==null?void 0:e.width)!=null?u:150,this.widthType=(e==null?void 0:e.widthType)||"auto",this.caption=(n=e==null?void 0:e.caption)!=null?n:"",this.fixed=(a=e==null?void 0:e.fixed)!=null?a:"none",this.autoWidth=new Ve(e==null?void 0:e.autoWidth),this.dataBind=new P(e==null?void 0:e.dataBind),this.sort=(i=e==null?void 0:e.sort)!=null?i:!0,this.align=e==null?void 0:e.align,this.colSpan=e==null?void 0:e.colSpan,this.autoHeight=(r=e==null?void 0:e.autoHeight)!=null?r:!1}}ye.Rules=at;class Bh extends at{constructor(e){super(e),this.optionConfig={type:"enum",enum:["custom","datasource","none"],message:s("CMD.PleaseSelectTheCorrectOptionSettings",null,"\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E")},this.options=[{type:"array",message:s("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")}],this.datasourceBind=[{type:"object",message:s("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],et.call(this,e)}}class yh extends ${constructor(e){super(e),this.controlType="column",this.props=new ye(e==null?void 0:e.props),N(this,"children",e==null?void 0:e.children,void 0,"Designer")}toSchema(){const e=super.toSchema();return ae(W({},e),{children:this.children?this.children.map(u=>u.toSchema()):[]})}}class Fh extends x{constructor(e){super(e),this.controlType="column",this.props=new ye(e==null?void 0:e.props),N(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}class it extends ne{constructor(e){super(e),this.dataBind=new P(e==null?void 0:e.dataBind)}}class gh extends j{constructor(e){super(e),this.controlType="search",this.props=new it(e==null?void 0:e.props)}}class Dh extends ut{constructor(e){super(e),this.controlType="search",this.props=new it(e==null?void 0:e.props)}}class rt extends ne{constructor(e){super(e)}}class Ah extends j{constructor(e){super(e),this.controlType="wrap",this.props=new rt(e==null?void 0:e.props)}}class bh extends ut{constructor(e){super(e),this.controlType="wrap",this.props=new rt(e==null?void 0:e.props)}}function wh(t){t.hasOwnProperty("linkOperationOption")&&t.hasOwnProperty("showLinkOperation")&&t.showLinkOperation&&(this.linkOperationOption=[{type:"object",fields:{formKey:{type:"string",required:!0,message:s("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")}}}])}c.AMOUNT_TYPE=ze,c.ActionSetting=_t,c.AddressValue=b5,c.AiOptionSetting=Vt,c.AmountDataBind=F5,c.AmountValue=g5,c.AutoWidth=Ve,c.BaseControlProperty=ue,c.BaseControlPropertyRules=tt,c.BaseControlPropertyRuntimeRules=nu,c.BaseStyle=kt,c.COMMON_SETTING_TYPE=Nt,c.CalcDataBind=w5,c.CalcValue=S5,c.ColumnControlProperty=ye,c.ColumnControlPropertyRules=at,c.ColumnOptionAndDataSourcePropertyRules=Bh,c.CustomAttributeItem=He,c.CustomPermissionItem=L5,c.DataBind=P,c.DataSourceBind=p,c.DataSourceDataSetValue=Mt,c.DataSourceOrderItem=je,c.DataSourceParamItem=c5,c.DataStorageDoc=u5,c.DesignerColumnControl=yh,c.DesignerControl=$,c.DesignerFormControl=au,c.DesignerLayoutControl=j,c.DesignerListControl=Be,c.DesignerSearchControl=gh,c.DesignerWrapControl=Ah,c.DisplayBoListItem=ke,c.DrillDownList=M5,c.DrillRelation=Ht,c.FieldBindItem=Lt,c.FieldFilterCondition=Y,c.FieldFilterConditions=H,c.FillBackBind=v5,c.FillPayloadBind=f5,c.FormBind=de,c.FormSelectBind=n5,c.ImageOptionSetting=xt,c.JoinRelation=r5,c.Language=m5,c.LayoutControlProperty=ne,c.LeftVariable=It,c.LinkOperationOption=o5,c.ListBind=a5,c.ListControlProperty=nt,c.ListTreeData=O5,c.Margin=T5,c.MasterDetail=_5,c.MetaAutoWidth=t5,c.MetaRowHeight=e5,c.MetaWidth=oe,c.MultistageFillingItem=Ot,c.ObjectDataBind=ve,c.OperationItem=$5,c.OptObject=P5,c.OptionAndDataSourcePropertyRules=vh,c.OptionDisplayConfigItem=l5,c.OptionSetting=fe,c.OrganizationDataSourceBind=d5,c.PAGE_STATUS=Ke,c.Padding=q5,c.Property=q,c.PropertyRules=me,c.PropertyRuntimeRules=Je,c.RangeDataBind=D5,c.RangeDateValue=A5,c.RegisterControls=G,c.RegularRules=E5,c.RightVariable=he,c.RowHeight=Ne,c.RowStyle=I5,c.RowStyleRule=jt,c.RowStyleSettings=Wt,c.RuntimeColumnControl=Fh,c.RuntimeControl=x,c.RuntimeFormControl=mh,c.RuntimeLayoutControl=ut,c.RuntimeListControl=Ch,c.RuntimeSearchControl=Dh,c.RuntimeWrapControl=bh,c.SearchControlProperty=it,c.SelectedContentConfig=s5,c.StepButtonNext=Kt,c.StepButtonPrev=zt,c.StepButtons=x5,c.SubListItem=Pt,c.SubListPageConfig=i5,c.SuperDataSourceBind=Tt,c.TreeDataSourceBind=h5,c.ViewOperationItem=R5,c.WrapControlProperty=rt,c.controlHooksEmitter=pt,c.createValidator=Yt,c.defineArrayParent=At,c.defineControlArrayToProperty=N,c.defineParent=qe,c.initAiOptions=y5,c.initImageOptions=B5,c.initLinkOperationRules=wh,c.initOptionAndDataSourceRules=et,c.initOptions=C5,c.initSuperDataSourceRules=fh,c.isDataBind=uu,c.setPropertyDontEnum=se,Object.defineProperty(c,"__esModule",{value:!0})});
|
|
1
|
+
var Lh=Object.defineProperty,Ph=Object.defineProperties;var Ih=Object.getOwnPropertyDescriptors;var su=Object.getOwnPropertySymbols,Oh=Object.getPrototypeOf,_h=Object.prototype.hasOwnProperty,Mh=Object.prototype.propertyIsEnumerable,Th=Reflect.get;var ou=(l,s,w)=>s in l?Lh(l,s,{enumerable:!0,configurable:!0,writable:!0,value:w}):l[s]=w,W=(l,s)=>{for(var w in s||(s={}))_h.call(s,w)&&ou(l,w,s[w]);if(su)for(var w of su(s))Mh.call(s,w)&&ou(l,w,s[w]);return l},ae=(l,s)=>Ph(l,Ih(s));var ct=(l,s,w)=>Th(Oh(l),w,s);var ie=(l,s,w)=>new Promise((Fe,re)=>{var ge=M=>{try{U(w.next(M))}catch(Q){re(Q)}},De=M=>{try{U(w.throw(M))}catch(Q){re(Q)}},U=M=>M.done?Fe(M.value):Promise.resolve(M.value).then(ge,De);U((w=w.apply(l,s)).next())});(function(l,s){typeof exports=="object"&&typeof module!="undefined"?s(exports):typeof define=="function"&&define.amd?define(["exports"],s):(l=typeof globalThis!="undefined"?globalThis:l||self,s(l.modelDrivenCore={}))})(this,function(l){"use strict";const s=(t,e,u)=>{if(!t)return console.error("getLocaleText\u7684key\u4E0D\u80FD\u4E3A\u7A7A"),"";const n=t.split(".");let a;const i=(window.baitedaWorkers||{}).languageMessages||{};n.forEach((c,d)=>{d===0?a=i[c]:a&&(a=a[c])});let r="";return a&&(r=a),e&&Object.keys(e).forEach(c=>{const d=e[c];r=r.replace(new RegExp(`\\{\\s*${c}\\s*\\}`,"g"),d)}),r||(u?r=u:r=t),r};var w="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Fe="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",re="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",ge="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",De="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",U="{caption}\u5FC5\u586B",M="\u8BF7\u8F93\u5165\u6807\u9898",Q="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",du="\u8BF7\u8F93\u5165\u884C\u6807\u9898",hu="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",fu="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",vu="\u8BF7\u7ED1\u5B9A\u8868\u5355",mu="\u8BF7\u7ED1\u5B9A\u5217\u8868",Eu="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",Cu="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Bu="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",yu="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",Fu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",gu="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Du="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",Au="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",bu="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",wu="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",Su="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",$u="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",Ru="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",Lu="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Pu="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236",Iu="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Ou="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",_u="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Mu="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Tu="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",qu="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",xu="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Vu="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Nu="\u8BF7\u7ED1\u5B9A\u670D\u52A1",ku="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",ju="\u8BF7\u9009\u62E9\u7701",Wu="\u8BF7\u9009\u62E9\u5E02",Hu="\u8BF7\u9009\u62E9\u533A",zu="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Ku="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Ju="\u8BF7\u8F93\u5165\u5217\u5BBD",Uu="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Qu="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Zu="\u8BF7\u9009\u62E9\u63A7\u4EF6",Xu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Gu="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Yu="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",pu="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",en="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",tn="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",un="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",nn="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",an="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",rn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",ln="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",cn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",sn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",on="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",dn="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",hn="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",fn="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",vn="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",mn="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",En="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Cn="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",Bn="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",yn="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",Fn="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",gn="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",Dn="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",An="\u6279\u91CF\u5220\u9664",bn="\u6279\u91CF\u6253\u5370",wn="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Sn="\u6309\u94AE",$n="\u521B\u5EFA\u5355\u636E",Rn="\u4EEA\u8868\u76D8",Ln="\u5206\u5272\u7EBF",Pn="\u5BFC\u51FA",In="\u8868\u5355\u64CD\u4F5C",On="\u5BFC\u5165",_n="\u53D1\u7968\u8BC6\u522B",Mn="\u94FE\u63A5",Tn="\u5217\u8868\u9009\u62E9",qn="\u5217\u8868\u89C6\u56FE",xn="\u64CD\u4F5C\u6309\u94AE",Vn="\u5206\u9875",Nn="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",kn="\u8BF4\u660E\u6587\u5B57",jn="\u6587\u5B57\u8BC6\u522B",Wn="\u6807\u9898\u7EC4\u4EF6",Hn="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",zn="\u6570\u7EC4",Kn="\u81EA\u52A8\u7F16\u53F7",Jn="\u81EA\u5B9A\u4E49",Un="\u6570\u503C",Qn="\u90E8\u95E8",Zn="\u4EBA\u5458",Xn="\u9644\u4EF6",Gn="\u56FE\u7247",Yn="\u5730\u5740",pn="\u64CD\u4F5C",ea="\u5E8F\u53F7",ta="\u4EBA\u5458",ua="\u957F\u6587\u672C",na="\u65E5\u671F\u533A\u95F4",aa="\u65E5\u671F",ia="\u77ED\u6587\u672C",ra="\u6362\u884C\u5BB9\u5668Wrap",la="\u8868\u683C",ca="\u660E\u7EC6\u5B50\u8868",sa="\u5730\u5740",oa="\u91D1\u989D",da="\u8BA1\u7B97\u516C\u5F0F",ha="\u591A\u9009",fa="\u7535\u5B50\u7B7E\u7AE0",va="\u5355\u884C\u6587\u672C",ma="\u6570\u5B57",Ea="\u4E1A\u52A1\u7EC4\u7EC7",Ca="\u5355\u9009",Ba="\u5BCC\u6587\u672C",ya="\u8BC4\u5206",Fa="\u6570\u5B57\u533A\u95F4",ga="\u4E0B\u62C9\u5355\u9009",Da="\u4E0B\u62C9\u591A\u9009",Aa="\u5173\u8054\u5355\u9009",ba="\u591A\u884C\u6587\u672C",wa="\u6811",Sa="Vue\u5BB9\u5668",$a="Vue\u9875\u9762",Ra="\u5728\u7EBF\u6587\u6863",La="\u6309\u94AE\u64CD\u4F5C\u680F",Pa="\u9AD8\u7EA7\u5BB9\u5668",Ia="\u5206\u7EC4",Oa="\u6805\u683C\u5217",_a="\u6570\u636E\u5BB9\u5668",Ma="\u753B\u5E03",Ta="\u6362\u884C\u5BB9\u5668",qa="\u6805\u683C\u7B49\u5206\u884C",xa="\u5217\u8868\u5BB9\u5668",Va="\u81EA\u7531\u9875\u9762",Na="\u5B9A\u4F4D\u5B50\u5BB9\u5668",ka="\u5B9A\u4F4D\u5BB9\u5668",ja="\u6805\u683C\u5E03\u5C40",Wa="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Ha="\u660E\u7EC6\u5B50\u8868\u884C",za="\u6807\u7B7E\u9875",Ka="\u6807\u7B7E\u5355\u5143",Ja="\u5DE5\u5177\u680F",Ua="\u6279\u91CF\u63D0\u4EA4",Qa="\u5BFC\u51FA\u8BB0\u5F55",Za="\u5217\u8868\u89C6\u56FE",Xa="\u7ED3\u675F\u65F6\u95F4",Ga="\u5F00\u59CB\u65F6\u95F4",Ya="\u5355\u4F4D",pa="\u7ED3\u679C",ei="\u5E01\u79CD",ti="\u7ED3\u675F\u65E5\u671F",ui="\u5F00\u59CB\u65E5\u671F",ni="\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0",ai="\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1",ii="\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B",ri="\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA",li="\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u7B7E\u7F72\u4EBA",ci="\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6",si="\u8BF7\u9009\u62E9",oi="\u8BF7\u9009\u62E9\u7EC4\u7EC7",di="\u8BF7\u9009\u62E9\u90E8\u95E8",hi="\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",fi="\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",vi="\u8BF7\u9009\u62E9\u5730\u5740",mi="\u5F39\u7A97\u786E\u8BA4\u65F6",Ei="\u6807\u7B7E\u9875\u5207\u6362\u65F6",Ci="\u884C\u9009\u4E2D\u65F6",Bi="\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",yi="\u884C\u5220\u9664\u524D",Fi="\u884C\u70B9\u51FB\u65F6",gi="\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",Di="\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",Ai="\u91CD\u547D\u540D\u65F6",bi="\u4FDD\u5B58\u6587\u4EF6\u65F6",wi="\u6253\u5F00\u6587\u4EF6\u65F6",Si="\u83B7\u53D6\u7126\u70B9\u65F6",$i="\u5931\u53BB\u7126\u70B9\u65F6",Ri="\u7528\u6237\u8F93\u5165\u65F6",Li="\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",Pi="\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",Ii="\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",Oi="\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",_i="\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",Mi="\u641C\u7D22\u65F6",Ti="\u503C\u53D1\u751F\u53D8\u5316\u65F6",qi="\u6267\u884C\u5B8C\u6210\u65F6",xi="\u70B9\u51FB\u65F6",Vi="\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",Ni="\u8BF7\u8F93\u5165\u65E5\u671F",ki="\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7",ji="\u8BF7\u8F93\u5165",Wi="\u9ED8\u8BA4\u6A21\u7248",Hi="\u5DE6\u53F3\u5E03\u5C40",zi="\u4E0A\u4E0B\u5E03\u5C40",Ki="\u53EA\u8BFB",Ji="\u5FC5\u586B",Ui="\u63D0\u793A\u6587\u5B57",Qi="\u9690\u85CF\u6807\u9898",Zi="\u6807\u9898\u5FC5\u586B",Xi="\u7EC4\u7EC7\u5F62\u6001",Gi="\u4E1A\u52A1\u7C7B\u578B",Yi="\u786E\u5B9A\u8981\u5220\u9664\u6B64\u6761\u6570\u636E\u5417\uFF1F",pi="\u9690\u85CF",er="\u6D41\u7A0B\u72B6\u6001",tr="\u5BA1\u6279\u901A\u8FC7\u5355\u636E",ur="\u5220\u9664",nr="\u7F16\u8F91",ar="\u67E5\u770B",ir="\u52A0\u8F7D\u81EA\u5B9A\u4E49\u63A7\u4EF6\u5F02\u5E38\uFF0C\u4F1A\u5F71\u54CD\u5230\u7684\u63A7\u4EF6\uFF1A{id}",rr="\u5185\u7F6E\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF",lr="\u5145\u6EE1\u6574\u884C",cr="\u6700\u5C0F\u503C",sr="\u6700\u5927\u503C",or="\u65B0\u5EFA\u6587\u6863",dr="\u91CD\u7F6E",hr="\u67E5\u8BE2",fr="\u660E\u7EC6",vr="\u6253\u5370",mr="\u4FDD\u5B58\u8349\u7A3F",Er="\u4FDD\u5B58",Cr="\u53D6\u6D88",Br="\u4E0A\u4F20\u56FE\u7247",yr="\u53D1\u8D77\u7B7E\u7F72",Fr="\u4E0A\u4F20\u9644\u4EF6",gr="\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",Dr="\u5F15\u7528\u5217\u8868",Ar="\u9009\u9879\u4E00",br="\u9009\u9879\u4E8C",wr="\u9009\u9879\u4E09",Sr={isNotNumber:w,isNotString:Fe,isNotObject:re,isNotArray:ge,isNotBoolean:De,runtimeRequired:U,pleaseEnterCaption:M,pleaseEnterCaptionTip:Q,pleaseEnterRowCaption:du,pleaseEnterPlaceholder:hu,pleaseEnterFieldCode:fu,pleaseEnterForm:vu,pleaseEnterList:mu,pleaseEnterProcess:Eu,pleaseEnterLabel:Cu,pleaseEnterValue:Bu,bizKeyNotBindFiled:yu,pleaseSelectOneField:Fu,pleaseEnterNumberRange:gu,pleaseEnterAValueGreaterThanMin:Du,pleaseEnterAValueLessThanMax:Au,numberRangeSetError:bu,stringRangeError:wu,attachmentMaxSize:Su,pleaseEnterTotalScoreSetting:$u,theTotalScoreMustNotBeLessThan1:Ru,scoreDefaultValueRange:Lu,attachmentLimitError:Pu,PleaseReselectTheOptionalQuantity:Iu,TheMaximumLengthIsGreaterThanTheMinimumLength:Ou,TheMinimumLengthIsGreaterThanTheMaximumLength:_u,PleaseSelectTheCorrectOptionSettings:Mu,optionIdIsRepeat:Tu,optionIsRequired:qu,pleaseEnterDataCode:xu,pleaseEnterValueFieldCode:Vu,pleaseEnterSvcCode:Nu,pleaseBindAtLeastOneDisplayValue:ku,pleaseSelectProvince:ju,pleaseSelectCity:Wu,pleaseSelectDistrict:Hu,limitRowsCannotBeLessThan0:zu,TheNumberOfRowsCannotBeLessThanMinRows:Ku,pleaseEnterColumnWidth:Ju,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Uu,pleaseCompleteAllRulesAndConditions:Qu,pleaseSelectControl:Zu,pleaseSelectAtLeastOneColumn:Xu,pleaseSelectFillBackMode:Gu,pleaseSelectDashboard:Yu,rootNodeIsRequired:pu,theViewNameCannotBeEmpty:en,pleaseSelectOcrType:tn,pleaseSelectAtLeastOneFieldToFillIn:un,pleaseChooseAtLeastOne:nn,pleaseEnterButtonContent:an,pleaseEnterDataCodeInDataSetting:rn,pleaseEnterValueFieldCodeInDataSetting:ln,pleaseEnterSvcCodeInDataSetting:cn,pleaseBindAtLeastOneDisplayValueInDataSetting:sn,rootNodeIsRequiredInDataSetting:on,pleaseEnterMaxHeight:dn,pleaseEnterWatermark:hn,pleaseEnterFileName:fn,pleaseUploadAtLeastOnePrintTemplate:vn,pleaseAssignBusiness:mn,pleaseAssignExternal:En,pleaseEnterAliasCode:Cn,pleaseSelectDataCode:Bn,pleaseSelectSvcCode:yn,pleaseSelectJoinFieldCode:Fn,pleaseSelectMainFieldCode:gn,pleaseSelectSortFieldCode:Dn,batchDeleteButton:An,batchPrintListButton:bn,batchPrintRecordList:wn,button:Sn,createFormListButton:$n,dashboard:Rn,divider:Ln,exportListButton:Pn,formSelectButton:In,importRecordListButton:On,invoiceCheckButton:_n,link:Mn,listSelectButton:Tn,ListViewSelect:qn,operationButton:xn,pagination:Vn,submissionRecordListButton:Nn,text:kn,textOcrButton:jn,title:Wn,approvalStatusColumn:Hn,array:zn,autoNumber:Kn,custom:Jn,decimal:Un,department:Qn,employee:Zn,file:Xn,image:Gn,location:Yn,operation:pn,order:ea,people:ta,long:ua,timescope:na,timestamp:aa,varchar:ia,gridLayoutWrap:ra,gridTable:la,subTable:ca,address:sa,amount:oa,calc:da,checkBox:ha,electronicSignature:fa,input:va,number:ma,organizationSelection:Ea,radio:Ca,richText:Ba,score:ya,searchNumberRange:Fa,select:ga,selectMultiple:Da,selectRelation:Aa,textarea:ba,tree:wa,vueFormItem:Sa,vuePage:$a,WPS:Ra,actionBar:La,advancedContainer:Pa,cardGroup:Ia,col:Oa,dataView:_a,grid:Ma,gridLayoutContainer:Ta,gridRow:qa,listView:xa,page:Va,position:Na,positioningContainer:ka,row:ja,subtableColumn:Wa,subtableRow:Ha,tab:za,tabPane:Ka,toolbox:Ja,batchSubmissionListButton:Ua,exportRecordListButton:Qa,listViewSelect:Za,endTime:Xa,startTime:Ga,unit:Ya,result:pa,currency:ei,endDate:ti,startDate:ui,pleaseSelectCompanyName:ni,pleaseSelectPhoneOrEmail:ai,pleaseSelectSignType:ii,pleaseSelectSigner:ri,pleaseSelectOnlyOne:li,pleaseSelectSignFile:ci,pleaseSelect:si,pleaseSelectOrg:oi,pleaseSelectDept:di,pleaseSelectEndDate:hi,pleaseSelectStartDate:fi,pleaseChooseAddress:vi,modalConfirm:mi,tabChange:Ei,rowSelected:Ci,listDataImport:Bi,rowDelete:yi,rowClick:Fi,cellRender:gi,onClickBtn:Di,rename:Ai,onSaveFile:bi,onOpenFile:wi,onFocus:Si,onBlur:$i,onInput:Ri,listDataAdd:Li,listDataDelete:Pi,listDataBack:Ii,listDataCreate:Oi,listDataChange:_i,search:Mi,valueChange:Ti,finished:qi,click:xi,pleaseEnterNameorEmail:Vi,pleaseEnterDate:Ni,pleaseEnterAutonumber:ki,pleaseEnter:ji,defaultTemplate:Wi,left:Hi,top:zi,default:"\u666E\u901A",readonly:Ki,required:Ji,textTip:Ui,hideCaption:Qi,titleRequired:Zi,organizationalForm:Xi,businessType:Gi,deleteConfirm:Yi,hide:pi,processStatus:er,approvedDocuments:tr,delete:ur,edit:nr,view:ar,loadCtrlErrorTip:ir,loadCtrlError:rr,fullLine:lr,min:cr,max:sr,createWPS:or,reset:dr,query:hr,detailed:fr,print:vr,draft:mr,save:Er,cancel:Cr,uploadImg:Br,signature:yr,uploadFile:Fr,linkContent:gr,referenceList:Dr,optionOne:Ar,optionTwo:br,optionThird:wr},$r="Please enter a number",Rr="Please enter a string",Lr="Please enter an object",Pr="Please enter an array",Ir="Please enter a boolean",Or="{caption} Required",_r="Please enter the title",Mr="Please enter the bubble prompt",Tr="Please enter the row title",qr="Please enter the prompt text",xr="Please bind data items",Vr="Please bind the form",Nr="Please bind the list",kr="Please bind the process",jr="Please enter the displayed value",Wr="Please enter the stored value",Hr="The document number is not bound to the data item",zr="Please select at least one display field",Kr="Please enter a value greater than or equal to {min} and less than or equal to {max}",Jr="Please enter a value greater than or equal to {min}",Ur="Please enter a value less than or equal to {max}",Qr="The value range is set incorrectly",Zr="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Xr="The attachment size must be between 0MB and 1000MB",Gr="Please fill in the total score setting",Yr="The total score cannot be less than 1",pr="The default value must be between {min} and {max}",el="The number of attachment uploads exceeds the limit",tl="Please re-select the optional quantity",ul="The maximum length of the control must be greater than the minimum length",nl="The minimum length of the control must be less than the maximum length",al="Please select the correct option setting",il="Option ID cannot be repeated",rl="Please enter at least one option",ll="Please bind the data source",cl="Please bind the stored value",sl="Please bind the service",ol="At least one display value must be bound",dl="Please select a province",hl="Please select a city",fl="Please select a district",vl="The minimum number of lines to fill in cannot be less than 0",ml="The number of rows cannot be less than {min} rows",El="Please enter the column width",Cl="Please set the logical relationship of all rule conditions",Bl="Please complete all rules and conditions",yl="please select control",Fl="Please select the dashboard",gl="View name cannot be empty",Dl="Please select recognition type",Al="Please select at least one field to fill in",bl="Please select at least one",wl="Please enter the button title",Sl="Please bind the business model in the data settings",$l="Please bind storage values in data settings",Rl="Please bind the service in the data settings",Ll="Please bind at least one display value in the data settings",Pl="Please select the root node in the data settings",Il="Please enter the maximum height",Ol="The input content cannot be empty",_l="Watermark cannot be empty",Ml="File name cannot be empty",Tl="Please upload at least one printing template!\uFF01",ql="Please select a specific business department",xl="Please select a specified external organization",Vl="Please enter a sub table alias",Nl="Please select the associated table to set the business model",kl="Please select the association table to set the binding service",jl="Select associated sub table fields",Wl="Please select the associated main table field",Hl="Please select the sort field",zl="\u6279\u91CF\u5220\u9664",Kl="\u6279\u91CF\u6253\u5370",Jl="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Ul="\u6309\u94AE",Ql="\u521B\u5EFA\u5355\u636E",Zl="\u4EEA\u8868\u76D8",Xl="\u5206\u5272\u7EBF",Gl="\u5BFC\u51FA",Yl="\u8868\u5355\u64CD\u4F5C",pl="\u5BFC\u5165",ec="\u53D1\u7968\u8BC6\u522B",tc="\u94FE\u63A5",uc="\u5217\u8868\u9009\u62E9",nc="\u5217\u8868\u89C6\u56FE",ac="\u64CD\u4F5C\u6309\u94AE",ic="\u5206\u9875",rc="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",lc="\u8BF4\u660E\u6587\u5B57",cc="\u6587\u5B57\u8BC6\u522B",sc="\u6807\u9898\u7EC4\u4EF6",oc="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",dc="\u6570\u7EC4",hc="\u81EA\u52A8\u7F16\u53F7",fc="\u81EA\u5B9A\u4E49",vc="\u6570\u503C",mc="\u90E8\u95E8",Ec="\u4EBA\u5458",Cc="\u9644\u4EF6",Bc="\u56FE\u7247",yc="\u5730\u5740",Fc="\u64CD\u4F5C",gc="\u5E8F\u53F7",Dc="\u4EBA\u5458",Ac="\u957F\u6587\u672C",bc="\u65E5\u671F\u533A\u95F4",wc="\u65E5\u671F",Sc="\u77ED\u6587\u672C",$c="\u6362\u884C\u5BB9\u5668Wrap",Rc="\u8868\u683C",Lc="\u660E\u7EC6\u5B50\u8868",Pc="\u5730\u5740",Ic="\u91D1\u989D",Oc="\u8BA1\u7B97\u516C\u5F0F",_c="\u591A\u9009",Mc="\u7535\u5B50\u7B7E\u7AE0",Tc="\u5355\u884C\u6587\u672C",qc="\u6570\u5B57",xc="\u4E1A\u52A1\u7EC4\u7EC7",Vc="\u5355\u9009",Nc="\u5BCC\u6587\u672C",kc="\u8BC4\u5206",jc="\u6570\u5B57\u533A\u95F4",Wc="\u4E0B\u62C9\u5355\u9009",Hc="\u4E0B\u62C9\u591A\u9009",zc="\u5173\u8054\u5355\u9009",Kc="\u591A\u884C\u6587\u672C",Jc="\u6811",Uc="Vue\u5BB9\u5668",Qc="Vue\u9875\u9762",Zc="\u5728\u7EBF\u6587\u6863",Xc="\u6309\u94AE\u64CD\u4F5C\u680F",Gc="\u9AD8\u7EA7\u5BB9\u5668",Yc="\u5206\u7EC4",pc="\u6805\u683C\u5217",es="\u6570\u636E\u5BB9\u5668",ts="\u753B\u5E03",us="\u6362\u884C\u5BB9\u5668",ns="\u6805\u683C\u7B49\u5206\u884C",as="\u5217\u8868\u5BB9\u5668",is="\u81EA\u7531\u9875\u9762",rs="\u5B9A\u4F4D\u5B50\u5BB9\u5668",ls="\u5B9A\u4F4D\u5BB9\u5668",cs="\u6805\u683C\u5E03\u5C40",ss="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",os="\u660E\u7EC6\u5B50\u8868\u884C",ds="\u6807\u7B7E\u9875",hs="\u6807\u7B7E\u5355\u5143",fs="\u5DE5\u5177\u680F",vs="\u6279\u91CF\u63D0\u4EA4",ms="\u5BFC\u51FA\u8BB0\u5F55",Es="\u5217\u8868\u89C6\u56FE",Cs="\u5F15\u7528\u5217\u8868",Bs="\u9009\u9879\u4E00",ys="\u9009\u9879\u4E8C",Fs="\u9009\u9879\u4E09",gs={isNotNumber:$r,isNotString:Rr,isNotObject:Lr,isNotArray:Pr,isNotBoolean:Ir,runtimeRequired:Or,pleaseEnterCaption:_r,pleaseEnterCaptionTip:Mr,pleaseEnterRowCaption:Tr,pleaseEnterPlaceholder:qr,pleaseEnterFieldCode:xr,pleaseEnterForm:Vr,pleaseEnterList:Nr,pleaseEnterProcess:kr,pleaseEnterLabel:jr,pleaseEnterValue:Wr,bizKeyNotBindFiled:Hr,pleaseSelectOneField:zr,pleaseEnterNumberRange:Kr,pleaseEnterAValueGreaterThanMin:Jr,pleaseEnterAValueLessThanMax:Ur,numberRangeSetError:Qr,stringRangeError:Zr,attachmentMaxSize:Xr,pleaseEnterTotalScoreSetting:Gr,theTotalScoreMustNotBeLessThan1:Yr,scoreDefaultValueRange:pr,attachmentLimitError:el,PleaseReselectTheOptionalQuantity:tl,TheMaximumLengthIsGreaterThanTheMinimumLength:ul,TheMinimumLengthIsGreaterThanTheMaximumLength:nl,PleaseSelectTheCorrectOptionSettings:al,optionIdIsRepeat:il,optionIsRequired:rl,pleaseEnterDataCode:ll,pleaseEnterValueFieldCode:cl,pleaseEnterSvcCode:sl,pleaseBindAtLeastOneDisplayValue:ol,pleaseSelectProvince:dl,pleaseSelectCity:hl,pleaseSelectDistrict:fl,limitRowsCannotBeLessThan0:vl,TheNumberOfRowsCannotBeLessThanMinRows:ml,pleaseEnterColumnWidth:El,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Cl,pleaseCompleteAllRulesAndConditions:Bl,pleaseSelectControl:yl,pleaseSelectDashboard:Fl,theViewNameCannotBeEmpty:gl,pleaseSelectOcrType:Dl,pleaseSelectAtLeastOneFieldToFillIn:Al,pleaseChooseAtLeastOne:bl,pleaseEnterButtonContent:wl,pleaseEnterDataCodeInDataSetting:Sl,pleaseEnterValueFieldCodeInDataSetting:$l,pleaseEnterSvcCodeInDataSetting:Rl,pleaseBindAtLeastOneDisplayValueInDataSetting:Ll,rootNodeIsRequiredInDataSetting:Pl,pleaseEnterMaxHeight:Il,pleaseEnter:Ol,pleaseEnterWatermark:_l,pleaseEnterFileName:Ml,pleaseUploadAtLeastOnePrintTemplate:Tl,pleaseAssignBusiness:ql,pleaseAssignExternal:xl,pleaseEnterAliasCode:Vl,pleaseSelectDataCode:Nl,pleaseSelectSvcCode:kl,pleaseSelectJoinFieldCode:jl,pleaseSelectMainFieldCode:Wl,pleaseSelectSortFieldCode:Hl,batchDeleteButton:zl,batchPrintListButton:Kl,batchPrintRecordList:Jl,button:Ul,createFormListButton:Ql,dashboard:Zl,divider:Xl,exportListButton:Gl,formSelectButton:Yl,importRecordListButton:pl,invoiceCheckButton:ec,link:tc,listSelectButton:uc,ListViewSelect:nc,operationButton:ac,pagination:ic,submissionRecordListButton:rc,text:lc,textOcrButton:cc,title:sc,approvalStatusColumn:oc,array:dc,autoNumber:hc,custom:fc,decimal:vc,department:mc,employee:Ec,file:Cc,image:Bc,location:yc,operation:Fc,order:gc,people:Dc,long:Ac,timescope:bc,timestamp:wc,varchar:Sc,gridLayoutWrap:$c,gridTable:Rc,subTable:Lc,address:Pc,amount:Ic,calc:Oc,checkBox:_c,electronicSignature:Mc,input:Tc,number:qc,organizationSelection:xc,radio:Vc,richText:Nc,score:kc,searchNumberRange:jc,select:Wc,selectMultiple:Hc,selectRelation:zc,textarea:Kc,tree:Jc,vueFormItem:Uc,vuePage:Qc,WPS:Zc,actionBar:Xc,advancedContainer:Gc,cardGroup:Yc,col:pc,dataView:es,grid:ts,gridLayoutContainer:us,gridRow:ns,listView:as,page:is,position:rs,positioningContainer:ls,row:cs,subtableColumn:ss,subtableRow:os,tab:ds,tabPane:hs,toolbox:fs,batchSubmissionListButton:vs,exportRecordListButton:ms,listViewSelect:Es,referenceList:Cs,optionOne:Bs,optionTwo:ys,optionThird:Fs},Ds="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",As="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",bs="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ws="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ss="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",$s="{caption}\u5FC5\u9808",Rs="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ls="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ps="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Is="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Os="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",_s="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Ms="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Ts="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",qs="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",xs="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Vs="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Ns="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ks="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",js="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ws="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Hs="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",zs="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ks="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Js="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Us="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Qs="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Zs="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u6570\u304C\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u307E\u3059",Xs="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Gs="\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",Ys="\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",ps="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",eo="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",to="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",uo="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",no="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ao="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",io="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",ro="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",lo="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",co="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",so="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",oo="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",ho="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",fo="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",vo="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",mo="please select control",Eo="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Co="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Bo="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",yo="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Fo="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",go="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Do="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Ao="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",bo="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",wo="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",So="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",$o="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ro="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Lo="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Po="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Io="\u5370\u5237\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u5C11\u306A\u304F\u3068\u30821\u3064\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\uFF01\uFF01",Oo="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",_o="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Mo="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",To="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",qo="\u95A2\u9023\u30C6\u30FC\u30D6\u30EB\u8A2D\u5B9A\u30D0\u30A4\u30F3\u30C9\u30B5\u30FC\u30D3\u30B9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",xo="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",Vo="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",No="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ko="\u6279\u91CF\u5220\u9664",jo="\u6279\u91CF\u6253\u5370",Wo="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Ho="\u6309\u94AE",zo="\u521B\u5EFA\u5355\u636E",Ko="\u4EEA\u8868\u76D8",Jo="\u5206\u5272\u7EBF",Uo="\u5BFC\u51FA",Qo="\u8868\u5355\u64CD\u4F5C",Zo="\u5BFC\u5165",Xo="\u53D1\u7968\u8BC6\u522B",Go="\u94FE\u63A5",Yo="\u5217\u8868\u9009\u62E9",po="\u5217\u8868\u89C6\u56FE",e0="\u64CD\u4F5C\u6309\u94AE",t0="\u5206\u9875",u0="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",n0="\u8BF4\u660E\u6587\u5B57",a0="\u6587\u5B57\u8BC6\u522B",i0="\u6807\u9898\u7EC4\u4EF6",r0="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",l0="\u6570\u7EC4",c0="\u81EA\u52A8\u7F16\u53F7",s0="\u81EA\u5B9A\u4E49",o0="\u6570\u503C",d0="\u90E8\u95E8",h0="\u4EBA\u5458",f0="\u9644\u4EF6",v0="\u56FE\u7247",m0="\u5730\u5740",E0="\u64CD\u4F5C",C0="\u5E8F\u53F7",B0="\u4EBA\u5458",y0="\u957F\u6587\u672C",F0="\u65E5\u671F\u533A\u95F4",g0="\u65E5\u671F",D0="\u77ED\u6587\u672C",A0="\u6362\u884C\u5BB9\u5668Wrap",b0="\u8868\u683C",w0="\u660E\u7EC6\u5B50\u8868",S0="\u5730\u5740",$0="\u91D1\u989D",R0="\u8BA1\u7B97\u516C\u5F0F",L0="\u591A\u9009",P0="\u7535\u5B50\u7B7E\u7AE0",I0="\u5355\u884C\u6587\u672C",O0="\u6570\u5B57",_0="\u4E1A\u52A1\u7EC4\u7EC7",M0="\u5355\u9009",T0="\u5BCC\u6587\u672C",q0="\u8BC4\u5206",x0="\u6570\u5B57\u533A\u95F4",V0="\u4E0B\u62C9\u5355\u9009",N0="\u4E0B\u62C9\u591A\u9009",k0="\u5173\u8054\u5355\u9009",j0="\u591A\u884C\u6587\u672C",W0="\u6811",H0="Vue\u5BB9\u5668",z0="Vue\u9875\u9762",K0="\u5728\u7EBF\u6587\u6863",J0="\u6309\u94AE\u64CD\u4F5C\u680F",U0="\u9AD8\u7EA7\u5BB9\u5668",Q0="\u5206\u7EC4",Z0="\u6805\u683C\u5217",X0="\u6570\u636E\u5BB9\u5668",G0="\u753B\u5E03",Y0="\u6362\u884C\u5BB9\u5668",p0="\u6805\u683C\u7B49\u5206\u884C",ed="\u5217\u8868\u5BB9\u5668",td="\u81EA\u7531\u9875\u9762",ud="\u5B9A\u4F4D\u5B50\u5BB9\u5668",nd="\u5B9A\u4F4D\u5BB9\u5668",ad="\u6805\u683C\u5E03\u5C40",id="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",rd="\u660E\u7EC6\u5B50\u8868\u884C",ld="\u6807\u7B7E\u9875",cd="\u6807\u7B7E\u5355\u5143",sd="\u5DE5\u5177\u680F",od="\u6279\u91CF\u63D0\u4EA4",dd="\u5BFC\u51FA\u8BB0\u5F55",hd="\u5217\u8868\u89C6\u56FE",fd="\u5F15\u7528\u5217\u8868",vd="\u9009\u9879\u4E00",md="\u9009\u9879\u4E8C",Ed="\u9009\u9879\u4E09",Cd={isNotNumber:Ds,isNotString:As,isNotObject:bs,isNotArray:ws,isNotBoolean:Ss,runtimeRequired:$s,pleaseEnterCaption:Rs,pleaseEnterCaptionTip:Ls,pleaseEnterRowCaption:Ps,pleaseEnterPlaceholder:Is,pleaseEnterFieldCode:Os,pleaseEnterForm:_s,pleaseEnterList:Ms,pleaseEnterProcess:Ts,pleaseEnterLabel:qs,pleaseEnterValue:xs,bizKeyNotBindFiled:Vs,pleaseSelectOneField:Ns,pleaseEnterNumberRange:ks,pleaseEnterAValueGreaterThanMin:js,pleaseEnterAValueLessThanMax:Ws,numberRangeSetError:Hs,stringRangeError:zs,attachmentMaxSize:Ks,pleaseEnterTotalScoreSetting:Js,theTotalScoreMustNotBeLessThan1:Us,scoreDefaultValueRange:Qs,attachmentLimitError:Zs,PleaseReselectTheOptionalQuantity:Xs,TheMaximumLengthIsGreaterThanTheMinimumLength:Gs,TheMinimumLengthIsGreaterThanTheMaximumLength:Ys,PleaseSelectTheCorrectOptionSettings:ps,optionIdIsRepeat:eo,optionIsRequired:to,pleaseEnterDataCode:uo,pleaseEnterValueFieldCode:no,pleaseEnterSvcCode:ao,pleaseBindAtLeastOneDisplayValue:io,pleaseSelectProvince:ro,pleaseSelectCity:lo,pleaseSelectDistrict:co,limitRowsCannotBeLessThan0:so,TheNumberOfRowsCannotBeLessThanMinRows:oo,pleaseEnterColumnWidth:ho,pleaseSetTheLogicalRelationshipOfAllRuleConditions:fo,pleaseCompleteAllRulesAndConditions:vo,pleaseSelectControl:mo,pleaseSelectDashboard:Eo,theViewNameCannotBeEmpty:Co,pleaseSelectOcrType:Bo,pleaseSelectAtLeastOneFieldToFillIn:yo,pleaseChooseAtLeastOne:Fo,pleaseEnterButtonContent:go,pleaseEnterDataCodeInDataSetting:Do,pleaseEnterValueFieldCodeInDataSetting:Ao,pleaseEnterSvcCodeInDataSetting:bo,pleaseBindAtLeastOneDisplayValueInDataSetting:wo,rootNodeIsRequiredInDataSetting:So,pleaseEnterMaxHeight:$o,pleaseEnter:Ro,pleaseEnterWatermark:Lo,pleaseEnterFileName:Po,pleaseUploadAtLeastOnePrintTemplate:Io,pleaseAssignBusiness:Oo,pleaseAssignExternal:_o,pleaseEnterAliasCode:Mo,pleaseSelectDataCode:To,pleaseSelectSvcCode:qo,pleaseSelectJoinFieldCode:xo,pleaseSelectMainFieldCode:Vo,pleaseSelectSortFieldCode:No,batchDeleteButton:ko,batchPrintListButton:jo,batchPrintRecordList:Wo,button:Ho,createFormListButton:zo,dashboard:Ko,divider:Jo,exportListButton:Uo,formSelectButton:Qo,importRecordListButton:Zo,invoiceCheckButton:Xo,link:Go,listSelectButton:Yo,ListViewSelect:po,operationButton:e0,pagination:t0,submissionRecordListButton:u0,text:n0,textOcrButton:a0,title:i0,approvalStatusColumn:r0,array:l0,autoNumber:c0,custom:s0,decimal:o0,department:d0,employee:h0,file:f0,image:v0,location:m0,operation:E0,order:C0,people:B0,long:y0,timescope:F0,timestamp:g0,varchar:D0,gridLayoutWrap:A0,gridTable:b0,subTable:w0,address:S0,amount:$0,calc:R0,checkBox:L0,electronicSignature:P0,input:I0,number:O0,organizationSelection:_0,radio:M0,richText:T0,score:q0,searchNumberRange:x0,select:V0,selectMultiple:N0,selectRelation:k0,textarea:j0,tree:W0,vueFormItem:H0,vuePage:z0,WPS:K0,actionBar:J0,advancedContainer:U0,cardGroup:Q0,col:Z0,dataView:X0,grid:G0,gridLayoutContainer:Y0,gridRow:p0,listView:ed,page:td,position:ud,positioningContainer:nd,row:ad,subtableColumn:id,subtableRow:rd,tab:ld,tabPane:cd,toolbox:sd,batchSubmissionListButton:od,exportRecordListButton:dd,listViewSelect:hd,referenceList:fd,optionOne:vd,optionTwo:md,optionThird:Ed},Ae={zhCN:Sr,enUS:gs,jaJP:Cd},be,Bd=(be=window.localStorage.getItem("locale"))!==null&&be!==void 0?be:"zh-CN",le=function(t){return t.BASE="base",t.FORM="form",t.LAYOUT="layout",t.WRAP="wrap",t.COLUMN="column",t.LIST="list",t.SEARCH="search",t}({}),we=function(t){return t.VARCHAR="varchar",t.TEXT="text",t.ARRAY="array",t.ADDRESS="location",t.DECIMAL="decimal",t.DECIMAL_RANGE="decimal_range",t.TIMESTAMP="timestamp",t.EMPLOYEES="people",t.DEPARTMENTS="department",t.MONEY="money",t.TIMESCOPE="timescope",t.FILE="file",t.IMAGE="image",t.AUTO_NUMBER="auto_number",t.CALC="calc",t.LIST="list",t.JSON="json",t.ANY="ANY",t}({}),st="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",yd=st+"0123456789";function V(){for(var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,e="",u=0;u<t;u++){var n=u===0?st:yd,a=Math.random()*n.length;e+=n[parseInt(String(a),10)]}return e}function Se(t,e){(e==null||e>t.length)&&(e=t.length);for(var u=0,n=new Array(e);u<e;u++)n[u]=t[u];return n}function Fd(t){if(Array.isArray(t))return Se(t)}function gd(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ot(t,e,u){return e=Z(e),wd(t,$e()?Reflect.construct(e,u||[],Z(t).constructor):e.apply(t,u))}function dt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ce(t,e,u){return $e()?ce=Reflect.construct:ce=function(a,i,r){var c=[null];c.push.apply(c,i);var d=Function.bind.apply(a,c),h=new d;return r&&X(h,r.prototype),h},ce.apply(null,arguments)}function Z(t){return Z=Object.setPrototypeOf?Object.getPrototypeOf:function(u){return u.__proto__||Object.getPrototypeOf(u)},Z(t)}function ht(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&X(t,e)}function Dd(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function $e(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return($e=function(){return!!t})()}function Ad(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function bd(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
2
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function wd(t,e){return e&&(Sd(e)==="object"||typeof e=="function")?e:gd(t)}function X(t,e){return X=Object.setPrototypeOf||function(n,a){return n.__proto__=a,n},X(t,e)}function ft(t){return Fd(t)||Ad(t)||$d(t)||bd()}function Sd(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function $d(t,e){if(!!t){if(typeof t=="string")return Se(t,e);var u=Object.prototype.toString.call(t).slice(8,-1);if(u==="Object"&&t.constructor&&(u=t.constructor.name),u==="Map"||u==="Set")return Array.from(u);if(u==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(u))return Se(t,e)}}function Re(t){var e=typeof Map=="function"?new Map:void 0;return Re=function(u){if(u===null||!Dd(u))return u;if(typeof u!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(u))return e.get(u);e.set(u,n)}function n(){return ce(u,arguments,Z(this).constructor)}return n.prototype=Object.create(u.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),X(n,u)},Re(t)}var Le=console;function Pe(){for(var t=arguments.length,e=new Array(t),u=0;u<t;u++)e[u]=arguments[u];var n,a=e.slice(1);(n=Le).warn.apply(n,["\u{1F9D0} Driven Warning:"+e[0]].concat(ft(a)))}function vt(){for(var t=arguments.length,e=new Array(t),u=0;u<t;u++)e[u]=arguments[u];var n,a=e.slice(1);(n=Le).log.apply(n,["\u{1F680} Driven Log:"+e[0]].concat(ft(a)))}function Rd(t){return t+" \u{1F41B}\u{1F41B}\u{1F41B}"}var Ie=function(t){ht(e,t);function e(u){dt(this,e);var n;return n=ot(this,e,[u]),n.name="\u{1F4A5} Driven Error",n.message=u?Rd(u):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",n}return e}(Re(Error)),Ld=function(t){ht(e,t);function e(u){dt(this,e);var n;return n=ot(this,e,[u]),n.name="\u{1F6A8} Driven Reference Error",n}return e}(Ie);function Oe(t){throw new Ie(t)}function mt(t){throw new Ld(t)}function Pd(t){Le.error(new Ie(t))}function Id(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Et(t,e){for(var u=0;u<e.length;u++){var n=e[u];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function Od(t,e,u){return e&&Et(t.prototype,e),u&&Et(t,u),t}function _d(t,e,u){return e in t?Object.defineProperty(t,e,{value:u,enumerable:!0,configurable:!0,writable:!0}):t[e]=u,t}var Ct=function(){function t(){Id(this,t)}return Od(t,null,[{key:"getMessage",value:function(u){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a;return s("CMD."+u,n,Ae==null||(a=Ae[Bd.split("-").join("")])===null||a===void 0?void 0:a[u])}},{key:"resetI18n",value:function(){}},{key:"setLocale",value:function(u,n){}}]),t}();_d(Ct,"$i18n",Ct.resetI18n());function Md(t,e,u){var n=e.replace(/\[(\d)]/g,function(i,r){return"."+r}).split("."),a=!1;return n.reduce(function(i,r,c,d){var h=i;if(!!i){if(!Object.prototype.hasOwnProperty.call(i,r)){Pe("Can not set ".concat(e,"'s ").concat(r," property in current %o, Because there is no ").concat(r," property on the %o"),i,i);return}return c===d.length-1&&!Object.is(h[r],u)&&(h[r]=u,a=!0),h[r]}},t),a}var Td=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},qd={exports:{}};(function(t){(function(e){var u=function(o,m,R){if(!h(m)||E(m)||y(m)||D(m)||d(m))return m;var A,b=0,O=0;if(f(m))for(A=[],O=m.length;b<O;b++)A.push(u(o,m[b],R));else{A={};for(var g in m)Object.prototype.hasOwnProperty.call(m,g)&&(A[o(g,R)]=u(o,m[g],R))}return A},n=function(o,m){m=m||{};var R=m.separator||"_",A=m.split||/(?=[A-Z])/;return o.split(A).join(R)},a=function(o){return B(o)?o:(o=o.replace(/[\-_\s]+(.)?/g,function(m,R){return R?R.toUpperCase():""}),o.substr(0,1).toLowerCase()+o.substr(1))},i=function(o){var m=a(o);return m.substr(0,1).toUpperCase()+m.substr(1)},r=function(o,m){return n(o,m).toLowerCase()},c=Object.prototype.toString,d=function(o){return typeof o=="function"},h=function(o){return o===Object(o)},f=function(o){return c.call(o)=="[object Array]"},E=function(o){return c.call(o)=="[object Date]"},y=function(o){return c.call(o)=="[object RegExp]"},D=function(o){return c.call(o)=="[object Boolean]"},B=function(o){return o=o-0,o===o},v=function(o,m){var R=m&&"process"in m?m.process:m;return typeof R!="function"?o:function(A,b){return R(A,o,b)}},F={camelize:a,decamelize:r,pascalize:i,depascalize:r,camelizeKeys:function(o,m){return u(v(a,m),o)},decamelizeKeys:function(o,m){return u(v(r,m),o,m)},pascalizeKeys:function(o,m){return u(v(i,m),o)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=F:e.humps=F})(Td)})(qd);var Bt={};Object.defineProperty(Bt,"__esModule",{value:!0});function _e(t){if(typeof t!="object"||t===null)return t;if(Array.isArray(t))return t.map(e=>typeof e!="object"||e===null?e:_e(e));{const e={};for(const u in t){const n=t[u];e[u]=typeof n!="object"||n===null?n:_e(n)}return e}}var xd=Bt.default=_e;function Vd(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t}function T(t){if(t!==void 0)return(typeof t=="undefined"?"undefined":Vd(t))==="object"?xd(t):t}function Nd(t){return Object.prototype.toString.call(t)==="[object Object]"}function kd(t){return Array.isArray(t)}function jd(t){return t.reduce(function(e,u){return e.includes(u)||e.push(u),e},[])}function Me(t,e){(e==null||e>t.length)&&(e=t.length);for(var u=0,n=new Array(e);u<e;u++)n[u]=t[u];return n}function Wd(t){if(Array.isArray(t))return Me(t)}function yt(t,e,u,n,a,i,r){try{var c=t[i](r),d=c.value}catch(h){u(h);return}c.done?e(d):Promise.resolve(d).then(n,a)}function Hd(t){return function(){var e=this,u=arguments;return new Promise(function(n,a){var i=t.apply(e,u);function r(d){yt(i,n,a,r,c,"next",d)}function c(d){yt(i,n,a,r,c,"throw",d)}r(void 0)})}}function zd(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ft(t,e){for(var u=0;u<e.length;u++){var n=e[u];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function Kd(t,e,u){return e&&Ft(t.prototype,e),u&&Ft(t,u),t}function gt(t,e,u){return e in t?Object.defineProperty(t,e,{value:u,enumerable:!0,configurable:!0,writable:!0}):t[e]=u,t}function Jd(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Ud(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
3
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Te(t){return Wd(t)||Jd(t)||Zd(t)||Ud()}function Qd(t,e){var u,n,a,i={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r=Object.create((typeof Iterator=="function"?Iterator:Object).prototype),c=Object.defineProperty;return c(r,"next",{value:d(0)}),c(r,"throw",{value:d(1)}),c(r,"return",{value:d(2)}),typeof Symbol=="function"&&c(r,Symbol.iterator,{value:function(){return this}}),r;function d(f){return function(E){return h([f,E])}}function h(f){if(u)throw new TypeError("Generator is already executing.");for(;r&&(r=0,f[0]&&(i=0)),i;)try{if(u=1,n&&(a=f[0]&2?n.return:f[0]?n.throw||((a=n.return)&&a.call(n),0):n.next)&&!(a=a.call(n,f[1])).done)return a;switch(n=0,a&&(f=[f[0]&2,a.value]),f[0]){case 0:case 1:a=f;break;case 4:return i.label++,{value:f[1],done:!1};case 5:i.label++,n=f[1],f=[0];continue;case 7:f=i.ops.pop(),i.trys.pop();continue;default:if(a=i.trys,!(a=a.length>0&&a[a.length-1])&&(f[0]===6||f[0]===2)){i=0;continue}if(f[0]===3&&(!a||f[1]>a[0]&&f[1]<a[3])){i.label=f[1];break}if(f[0]===6&&i.label<a[1]){i.label=a[1],a=f;break}if(a&&i.label<a[2]){i.label=a[2],i.ops.push(f);break}a[2]&&i.ops.pop(),i.trys.pop();continue}f=e.call(t,i)}catch(E){f=[6,E],n=0}finally{u=a=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}}function Zd(t,e){if(!!t){if(typeof t=="string")return Me(t,e);var u=Object.prototype.toString.call(t).slice(8,-1);if(u==="Object"&&t.constructor&&(u=t.constructor.name),u==="Map"||u==="Set")return Array.from(u);if(u==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(u))return Me(t,e)}}var Xd=function(){function t(){zd(this,t),gt(this,"_events",new Map),gt(this,"debug",!1)}return Kd(t,[{key:"emit",value:function(u){for(var n=arguments.length,a=new Array(n>1?n-1:0),i=1;i<n;i++)a[i-1]=arguments[i];return Hd(function(){var r,c,d,h,f,E,y,D,B,v,F,o;return Qd(this,function(m){switch(m.label){case 0:if(r=this._events.get(u),c=[],!r)return[3,10];d=r.slice(),h=!0,f=!1,E=void 0,m.label=1;case 1:m.trys.push([1,8,9,10]),y=d[Symbol.iterator](),m.label=2;case 2:if(h=(D=y.next()).done)return[3,7];if(B=D.value,!r.includes(B))return[3,6];m.label=3;case 3:return m.trys.push([3,5,,6]),this.debug&&vt.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(u," \u4E8B\u4EF6: ").concat(B.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+B.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(a.map(function(){return"%o"}).join(","),"\u3002")].concat(Te(a))),[4,B.apply(null,Te(a))];case 4:return v=m.sent(),this.debug&&vt.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(u," \u4E8B\u4EF6: ").concat(B.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+B.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(a.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Te(a),[v])),c.push(v),v===!1?[3,7]:[3,6];case 5:return F=m.sent(),Pd(String(F)+":"+String(F.stack)),[3,6];case 6:return h=!0,[3,2];case 7:return[3,10];case 8:return o=m.sent(),f=!0,E=o,[3,10];case 9:try{!h&&y.return!=null&&y.return()}finally{if(f)throw E}return[7];case 10:return[2,c]}})}).call(this)}},{key:"on",value:function(u,n){if(this._events.has(u)){var a;(a=this._events.get(u))===null||a===void 0||a.push(n)}else this._events.set(u,[n])}},{key:"off",value:function(u,n){if(this._events.has(u)){var a=this._events.get(u),i=a==null?void 0:a.indexOf(n);a==null||a.splice(i,1)}}},{key:"delete",value:function(u){this._events.has(u)&&this._events.delete(u)}},{key:"clear",value:function(){this._events=new Map}}]),t}();function Gd(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Dt(t,e){for(var u=0;u<e.length;u++){var n=e[u];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function Yd(t,e,u){return e&&Dt(t.prototype,e),u&&Dt(t,u),t}function pd(t,e,u){return e in t?Object.defineProperty(t,e,{value:u,enumerable:!0,configurable:!0,writable:!0}):t[e]=u,t}var e5=[{key:"on_click",name:s("CMD.click",null,"\u70B9\u51FB\u65F6"),code:"click"},{key:"on_click_finish",name:s("CMD.finished",null,"\u6267\u884C\u5B8C\u6210\u65F6"),code:"click-finish"},{key:"on_change",name:s("CMD.valueChange",null,"\u503C\u53D1\u751F\u53D8\u5316\u65F6"),code:"change"},{key:"on_search",name:s("CMD.search",null,"\u641C\u7D22\u65F6"),code:"search"},{key:"on_file_actions",name:s("CMD.onClickFileBtn",null,"\u70B9\u51FB\u6587\u4EF6\u6309\u94AE\u65F6"),code:"file-actions"},{key:"on_tree_search",name:s("CMD.treeDataCreate",null,"\u6811\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"tree-search"},{key:"on_list_change",name:s("CMD.listDataChange",null,"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"list-change"},{key:"on_chart_change",name:s("CMD.chartDataChange",null,"\u56FE\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"chart-change"},{key:"on_list_search",name:s("CMD.listDataCreate",null,"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"list-search"},{key:"on_list_mounted",name:s("CMD.listDataBack",null,"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6"),code:"list-mounted"},{key:"on_list_delete",name:s("CMD.listDataDelete",null,"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6"),code:"list-delete"},{key:"on_list_before_insert",name:s("CMD.listDataAdd",null,"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D"),code:"list-before-insert"},{key:"on_input",name:s("CMD.onInput",null,"\u7528\u6237\u8F93\u5165\u65F6"),code:"input"},{key:"on_blur",name:s("CMD.onBlur",null,"\u5931\u53BB\u7126\u70B9\u65F6"),code:"blur"},{key:"on_focus",name:s("CMD.onFocus",null,"\u83B7\u53D6\u7126\u70B9\u65F6"),code:"focus"},{key:"on_wps_open",name:s("CMD.onOpenFile",null,"\u6253\u5F00\u6587\u4EF6\u65F6"),code:"wps-open"},{key:"on_wps_save",name:s("CMD.onSaveFile",null,"\u4FDD\u5B58\u6587\u4EF6\u65F6"),code:"wps-save"},{key:"on_wps_rename",name:s("CMD.rename",null,"\u91CD\u547D\u540D\u65F6"),code:"wps-rename"},{key:"on_list_actions",name:s("CMD.onClickBtn",null,"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6"),code:"list-actions"},{key:"on_list_render_operation",name:s("CMD.cellRender",null,"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6"),code:"list-render-operation"},{key:"on_list_rowclick",name:s("CMD.rowClick",null,"\u884C\u70B9\u51FB\u65F6"),code:"list-rowclick"},{key:"on_list_before_rowdelete",name:s("CMD.rowDelete",null,"\u884C\u5220\u9664\u524D"),code:"list-before-rowdelete"},{key:"on_list_before_import",name:s("CMD.listDataImport",null,"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D"),code:"list-before-import"},{key:"on_list_rows_checked",name:s("CMD.rowSelected",null,"\u884C\u9009\u4E2D\u65F6"),code:"list-rows-checked"},{key:"on_change_tab",name:s("CMD.tabChange",null,"\u6807\u7B7E\u9875\u5207\u6362\u65F6"),code:"change-tab"},{key:"on_modal_ok",name:s("CMD.modalConfirm",null,"\u5F39\u7A97\u786E\u8BA4\u65F6"),code:"modal-ok"},{key:"on_change_steps",name:s("CMD.stepsChange",null,"\u6B65\u9AA4\u5207\u6362\u65F6"),code:"change-steps"},{key:"on_option_selected",name:s("CMD.optionSelected",null,"DOM\u70B9\u51FBoption\u4E8B\u4EF6"),code:"option_selected"}],t5=function(){function t(){Gd(this,t)}return Yd(t,null,[{key:"getEventsFromKeys",value:function(u){var n=typeof u=="string"?[u]:u;return t.events.filter(function(a){return n.includes(a.key)})}},{key:"getEventsFromControl",value:function(u){var n=[],a=u.eventKeys;n=n.concat(t.events.filter(function(r){return a.includes(r.key)}));var i=u.customEvents.map(function(r){var c=r.key;return r.namespace!==void 0&&r.namespace!==null&&r.namespace!==""&&(c=r.namespace+":"+r.key),{key:c,code:r.key,name:r.name}});return n=n.concat(i),n}}]),t}();pd(t5,"events",e5);function se(t,e){var u;(u=Object.getOwnPropertyDescriptors(t)[e])!=null&&u.enumerable&&Object.defineProperty(t,e,{enumerable:!1})}function qe(t,e,u){u!=="Runtime"&&(t.parent=e,se(t,"parent"))}function At(t,e,u){t.forEach(n=>{qe(n,e,u)})}const bt=Symbol("targetKey");function wt(t){var e;return(e=t[bt])!=null?e:t}function St(t,e,u){return At(t,e,u),new Proxy(t,{get(n,a,...i){return a===bt?n:Reflect.get(n,a,...i)},set(n,a,i,...r){if(kd(t)&&a==="length"&&i===t.length)return!0;const c=Reflect.set(n,a,i,...r);return Nd(i)&&qe(i,e,u),c}})}function N(t,e,u,n,a){const i=n!=null?n:t;let r=St(wt(u!=null?u:[]),i,a);Object.defineProperty(t,e,{get(){return r},set(c){r=St(wt(c),i,a)},enumerable:!0})}const $t=[],xe=class{constructor(t){this.registeredControlTypes=new Set,this.controlConfigMap=new Map,this._controls=[],this._type=t,this._initControls(t)}static staticGetRules(t,e){const u=xe.staticControlsRuntimeRules.get(t);let n=[];if(u){const a=new u(e);n=Array.from(a)}return n}registerControlConfig(t,e){return this.controlConfigMap.set(t,e),this}getControlConfig(t){return this.controlConfigMap.get(t)}static register(t,e){const{Designer:u,Runtime:n,Property:a}=t;(!u||!n||!u.__is_control__||!n.__is_control__)&&Oe(`${t} is can't register as a Control`);const i=this.staticControls.findIndex(r=>r.Designer.controlType===u.controlType);return i>-1&&(Pe(`The ${u.controlType} is repeat register, So it overwrites the one that was registered before.`),this.staticControls.splice(i,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(t),a.mode=e,this}getControls(){return this._controls}register(t){t.__is_control__||Oe(`${t.name} is not a Control`);const e=this._controls.findIndex(u=>u.controlType===t.controlType);return e>-1&&(Pe(`The ${t.controlType} is repeat register, So it overwrites the one that was registered before.`),this._controls.splice(e,1)),this.registeredControlTypes.add(t.controlType),this._controls.push(t),this}isLayoutControl(t){return t.controlType===le.LAYOUT}isFormControl(t){return t.controlType===le.FORM}isListControl(t){return t.controlType===le.LIST}isColumnControl(t){return t.controlType===le.COLUMN}createControl(t,e){if(Array.isArray(t))return t.map(n=>this.createControl(n,e));if(t.children&&(t.children=t.children.map(n=>this.createControl(n,e))),this.isListControl(t)){const n=t.props;n.headers&&(n.headers=n.headers.map(a=>this.createControl(a,e)))}const u=this.getControlFormType(t.type);if(u){let n=t;if(typeof e=="function"){const i=e(n);i&&(n=i)}let a;return u.mode==="Runtime"?(a=n,a.fieldType=u.controlFieldType,this._setParentPrototypeToSchema(a,this)):a=new u(n),a}else Oe(`The constructor of ${t.type} could not be found, please confirm that the constructor has been registered`)}resetInstanceParent(t,e){delete t.parent,Object.defineProperty(t,"parent",{configurable:!0,get(){return e}}),se(t,"parent")}_setParentPrototypeToSchema(t,e){e._type==="Runtime"&&(Object.defineProperty(t,"parent",{configurable:!0,get(){const u=t.id,n=e._controlParentIdMap,a=e.instanceMap;if(!n||!a)return;const i=n[u],r=a[u];if(!i&&!r)return;const c=r.findIndex(f=>f==t),d=a[i]||[];let h;return d.length!==r.length?h=d[0]:h=d[c],h}}),se(t,"parent"))}createControlInstance(t,e){const u=this.getControlFormType(t);if(u)return new u(e)}getControlFormType(t){return this._controls.find(e=>e.controlType===t)}_initControls(t){this.constructor.staticControls.forEach(e=>{this.register(e[t]),xe.staticControlsRuntimeRules.set(e.Runtime.controlType,e.Property.RuntimeRules),e.Property.mode=t})}};let G=xe;G.staticControlsRuntimeRules=new Map,G.staticControls=$t,G.staticRegisteredTypes=new Set($t.map(t=>t.Designer.controlType)),G.staticRegisteredConfigs=new Map;class P{constructor(e){var u,n,a;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.fieldCode=(n=e==null?void 0:e.fieldCode)!=null?n:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:"",this.aliasCode=e==null?void 0:e.aliasCode}}class Ve{constructor(e){var u,n;this.minWidth=(u=e==null?void 0:e.minWidth)!=null?u:150,this.maxWidth=e==null?void 0:e.maxWidth,this.flex=(n=e==null?void 0:e.flex)!=null?n:1}}class Ne{constructor(e){var u,n,a,i;this.rowHeightType=(u=e==null?void 0:e.rowHeightType)!=null?u:"fixed",this.minRows=(n=e==null?void 0:e.minRows)!=null?n:4,this.maxRows=(a=e==null?void 0:e.maxRows)!=null?a:20,this.fiexdRow=(i=e==null?void 0:e.fiexdRow)!=null?i:4}}class u5{constructor(e){this.pc=new Ne(e==null?void 0:e.pc),this.mobile=new Ne(e==null?void 0:e.mobile)}}class oe extends Ve{constructor(e){var u,n;super(e),this.width=(u=e==null?void 0:e.width)!=null?u:240,this.widthType=(n=e==null?void 0:e.widthType)!=null?n:"auto"}}class n5{constructor(e){this.pc=new oe(e==null?void 0:e.pc),this.mobile=e!=null&&e.mobile?new oe(e==null?void 0:e.mobile):new oe({width:130,minWidth:180})}}class a5{constructor(e){var u,n;this.type=(u=e==null?void 0:e.type)!=null?u:"firstThree",this.customOptions=(n=e==null?void 0:e.customOptions)!=null?n:[]}}class de{constructor(e){var u,n,a;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.formKey=(n=e==null?void 0:e.formKey)!=null?n:"",this.appId=(a=e==null?void 0:e.appId)!=null?a:""}}class i5 extends de{constructor(e){var u;super(e),this.primaryControlId=(u=e==null?void 0:e.primaryControlId)!=null?u:""}}class Rt{constructor(e){var u,n;this.fieldCode=(u=e==null?void 0:e.fieldCode)!=null?u:"",this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:""}}class r5{constructor(e){var u,n,a,i;this.appId=(u=e==null?void 0:e.appId)!=null?u:"",this.formKey=(n=e==null?void 0:e.formKey)!=null?n:"",this.headers=(i=(a=e==null?void 0:e.headers)==null?void 0:a.map(r=>new Rt(r)))!=null?i:[]}}class Lt{constructor(e){var u,n,a;this.fieldName=(u=e==null?void 0:e.fieldName)!=null?u:"",this.fieldCode=(n=e==null?void 0:e.fieldCode)!=null?n:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:we.VARCHAR}}class Pt extends de{constructor(e){var u,n,a,i;super(e),this.title=(u=e==null?void 0:e.title)!=null?u:"",this.svcCode=(n=e==null?void 0:e.svcCode)!=null?n:"",this.isOpenFilter=(a=e==null?void 0:e.isOpenFilter)!=null?a:!1,this.filters=(i=e==null?void 0:e.filters)!=null?i:[]}}class l5{constructor(e){var u,n,a,i;this.type="sublist-page",this.formBind=new de(e==null?void 0:e.formBind),this.displayFields=(n=(u=e==null?void 0:e.displayFields)==null?void 0:u.map(r=>new Lt(r)))!=null?n:[],this.sublists=(i=(a=e==null?void 0:e.sublists)==null?void 0:a.map(r=>new Pt(r)))!=null?i:[]}}class It{constructor(e){this.type=e==null?void 0:e.type,this.value=e==null?void 0:e.value,this.dataCode=e==null?void 0:e.dataCode}}class he{constructor(e){var u,n,a;this.type=(u=e==null?void 0:e.type)!=null?u:"custom",this.value=(n=e==null?void 0:e.value)!=null?n:[],this.displayBos=(a=e==null?void 0:e.displayBos)!=null?a:[]}}class H{constructor(e){var u,n,a,i;this.type="conditions",this.id=(u=e==null?void 0:e.id)!=null?u:V(),this.ruleId=(n=e==null?void 0:e.ruleId)!=null?n:new Date().valueOf(),this.level=(a=e==null?void 0:e.level)!=null?a:0,this.value=(i=e==null?void 0:e.value)!=null?i:"and",this.children=[],Array.isArray(e==null?void 0:e.children)&&(e==null||e.children.map(r=>{var c,d;if(r.children!==void 0){const h=new H(r);(c=this.children)==null||c.push(h)}else{const h=new Y(r);(d=this.children)==null||d.push(h)}}))}}class Y{constructor(e){var u,n,a,i,r;this.type="condition",this.id=(u=e==null?void 0:e.id)!=null?u:V(),this.ruleId=(n=e==null?void 0:e.ruleId)!=null?n:new Date().valueOf(),this.symbol=(a=e==null?void 0:e.symbol)!=null?a:"",this.checked=(i=e==null?void 0:e.checked)!=null?i:!1,this.describe=(r=e==null?void 0:e.describe)!=null?r:"",this.leftVariableBo=new It(e==null?void 0:e.leftVariableBo),this.rightVariableBo=new he(e==null?void 0:e.rightVariableBo)}}class c5{constructor(e){var u,n;this.aliasCode=(u=e==null?void 0:e.aliasCode)!=null?u:"",this.datasourceBind=new p(e==null?void 0:e.datasourceBind),this.relationFields=(n=e==null?void 0:e.relationFields)!=null?n:[]}}class Ot{constructor(e){var u,n,a,i;this.controlId=(u=e==null?void 0:e.controlId)!=null?u:"",this.fieldCode=(n=e==null?void 0:e.fieldCode)!=null?n:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:"",this.propName=(i=e==null?void 0:e.propName)!=null?i:""}}class ke{constructor(e){var u,n;this.type=(u=e==null?void 0:e.type)!=null?u:"FIELD",this.value=(n=e==null?void 0:e.value)!=null?n:"",this.fieldType=e==null?void 0:e.fieldType}}class s5{constructor(e){var u,n;this.title=(u=e==null?void 0:e.title)!=null?u:"",this.displayBoList=(n=e==null?void 0:e.displayBoList)!=null?n:[]}}class je{constructor(e){var u,n;this.columnName=(u=e.columnName)!=null?u:"",this.desc=(n=e.desc)!=null?n:!1}}class _t{constructor(e){var u,n,a,i,r,c,d;this.appId=(u=e==null?void 0:e.appId)!=null?u:"",this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:"",this.formKey=(a=e==null?void 0:e.formKey)!=null?a:"",this.orders=(i=e==null?void 0:e.orders)!=null?i:[],this.filters=(r=e==null?void 0:e.filters)!=null?r:[],this.isRelation=(c=e==null?void 0:e.isRelation)!=null?c:!1,this.relationBindCode=(d=e==null?void 0:e.relationBindCode)!=null?d:""}}class Mt{constructor(e){var u,n,a;this.code=(u=e.code)!=null?u:"",this.value=(n=e.value)!=null?n:"",this.field_type=(a=e.field_type)!=null?a:we.ANY}}class o5{constructor(e){var u,n,a,i,r,c,d;this.id=(u=e.id)!=null?u:"",this.limit=(n=e.limit)!=null?n:20,this.formKey=(a=e.formKey)!=null?a:"",this.orders=(r=(i=e.orders)==null?void 0:i.map(h=>new je(h)))!=null?r:[],this.dataSet=(d=(c=e.dataSet)==null?void 0:c.map(h=>new Mt(h)))!=null?d:[]}}function We(t){var e,u,n,a,i,r;this.filters=(u=(e=t==null?void 0:t.filters)==null?void 0:e.map(c=>c.children!==void 0?new H(c):new Y(c)))!=null?u:[],this.viewFilters=(a=(n=t==null?void 0:t.viewFilters)==null?void 0:n.map(c=>c.children!==void 0?new H(c):new Y(c)))!=null?a:[],this.orders=(r=(i=t==null?void 0:t.orders)==null?void 0:i.map(c=>new je(c)))!=null?r:[]}class p{constructor(e){var u,n,a,i,r,c,d,h;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.appId=(n=e==null?void 0:e.appId)!=null?n:"",this.valueFieldCode=(a=e==null?void 0:e.valueFieldCode)!=null?a:"",this.displayBoList=[],this.isOpenViewFilters=(i=e==null?void 0:e.isOpenViewFilters)!=null?i:0,Array.isArray(e==null?void 0:e.displayBoList)&&(e==null||e.displayBoList.map(f=>{var E;(E=this.displayBoList)==null||E.push(new ke(f))})),this.keywordMapping=(r=e==null?void 0:e.keywordMapping)!=null?r:"",this.showOrder=(c=e==null?void 0:e.showOrder)!=null?c:!0,this.svcCode=(d=e==null?void 0:e.svcCode)!=null?d:"",this.assignDepartment=new he(e==null?void 0:e.assignDepartment),this.openAssignDepartment=(h=e==null?void 0:e.openAssignDepartment)!=null?h:!1,We.call(this,e)}}class d5{constructor(e){var u,n;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.displayBoList=(n=e==null?void 0:e.displayBoList)!=null?n:[]}}class h5{constructor(e){var u,n,a,i,r,c,d,h,f,E;this.code=(u=e==null?void 0:e.code)!=null?u:"view",this.color=(n=e==null?void 0:e.color)!=null?n:"primary",this.command=(a=e==null?void 0:e.command)!=null?a:"view",this.confirmMessage=(i=e==null?void 0:e.confirmMessage)!=null?i:void 0,this.defaultState=(r=e==null?void 0:e.defaultState)!=null?r:"default",this.formKey=(c=e==null?void 0:e.formKey)!=null?c:void 0,this.formType=e==null?void 0:e.formType,this.icon=(d=e==null?void 0:e.icon)!=null?d:"iconliulan1",this.needConfirm=(h=e==null?void 0:e.needConfirm)!=null?h:!1,this.openType=(f=e==null?void 0:e.openType)!=null?f:"modal",this.priorityProcess=(E=e==null?void 0:e.priorityProcess)!=null?E:!0}}class He{constructor(e){var u,n,a,i;this.name=(u=e==null?void 0:e.name)!=null?u:"",this.key=(n=e==null?void 0:e.key)!=null?n:"",this.value=(i=(a=e==null?void 0:e.value)==null?void 0:a.map(r=>new ke(r)))!=null?i:[]}}class Tt extends p{constructor(e){var u,n;super(e),this.attributes=(n=(u=e==null?void 0:e.attributes)==null?void 0:u.map(a=>new He(a)))!=null?n:[]}}class f5 extends p{constructor(e){var u,n,a;super(e),this.attributes=(n=(u=e==null?void 0:e.attributes)==null?void 0:u.map(i=>new He(i)))!=null?n:[],this.formCode=(a=e==null?void 0:e.formCode)!=null?a:""}}class v5 extends Tt{constructor(e){var u;super(e),this.rootNode=new he(e==null?void 0:e.rootNode),this.filterCode=(u=e==null?void 0:e.filterCode)!=null?u:""}}class qt{constructor(e){var u,n,a,i;this.dataCode=(u=e==null?void 0:e.dataCode)!=null?u:"",this.appId=(n=e==null?void 0:e.appId)!=null?n:"",this.fillList=(i=(a=e==null?void 0:e.fillList)==null?void 0:a.map(r=>new Ot(r)))!=null?i:[]}}class m5 extends qt{constructor(e){super(e),We.call(this,e)}}class E5 extends qt{constructor(e){var u,n;super(e),this.mode=(u=e==null?void 0:e.mode)!=null?u:"current",this.multiple=(n=e==null?void 0:e.multiple)!=null?n:!1}}class C5{constructor(e){var u,n,a;this.zh=(u=e==null?void 0:e.zh)!=null?u:"",this.en=(n=e==null?void 0:e.en)!=null?n:"",this.ja=(a=e==null?void 0:e.ja)!=null?a:""}}class B5{constructor(e){var u,n,a;this.stencilName=(u=e==null?void 0:e.stencilName)!=null?u:"",this.expression=(n=e==null?void 0:e.expression)!=null?n:"",this.errMessage=(a=e==null?void 0:e.errMessage)!=null?a:""}}class fe{constructor(e){var u,n,a,i;this.id=(u=e==null?void 0:e.id)!=null?u:V(8),this.label=(n=e==null?void 0:e.label)!=null?n:"",this.value=(a=e==null?void 0:e.value)!=null?a:this.label,this.color=(i=e==null?void 0:e.color)!=null?i:""}}class xt extends fe{constructor(e){var u,n;super(e),this.image=(u=e==null?void 0:e.image)!=null?u:"",this.type=(n=e==null?void 0:e.type)!=null?n:"src"}}class Vt extends fe{constructor(e){var u,n;super(e),this.cueWord=(u=e==null?void 0:e.cueWord)!=null?u:"",this.checked=(n=e==null?void 0:e.checked)!=null?n:!1}}function y5(t){var e;return(e=t==null?void 0:t.map(u=>new fe(u)))!=null?e:[]}function F5(t){var e;return(e=t==null?void 0:t.map(u=>new xt(u)))!=null?e:[]}function g5(t){var e;return(e=t==null?void 0:t.map(u=>new Vt(u)))!=null?e:[]}class ve{}class D5 extends ve{constructor(e){super(),this.amount=new P(e==null?void 0:e.amount),this.currency=new P(e==null?void 0:e.currency)}}class A5{constructor(e){var u,n;this.amount=(u=e==null?void 0:e.amount)!=null?u:"",this.currency=(n=e==null?void 0:e.currency)!=null?n:ze.CNY}}class b5 extends ve{constructor(e){super(),this.min=new P(e==null?void 0:e.min),this.max=new P(e==null?void 0:e.max)}}class w5{constructor(e){var u,n;this.min=(u=e==null?void 0:e.min)!=null?u:"",this.max=(n=e==null?void 0:e.max)!=null?n:""}}class S5{constructor(e){var u,n,a,i,r,c,d,h;this.country=(u=e==null?void 0:e.country)!=null?u:"",this.countryDisplay=(n=e==null?void 0:e.countryDisplay)!=null?n:"",this.city=(a=e==null?void 0:e.city)!=null?a:"",this.cityDisplay=(i=e==null?void 0:e.cityDisplay)!=null?i:"",this.district=(r=e==null?void 0:e.district)!=null?r:"",this.districtDisplay=(c=e==null?void 0:e.districtDisplay)!=null?c:"",this.province=(d=e==null?void 0:e.province)!=null?d:"",this.provinceDisplay=(h=e==null?void 0:e.provinceDisplay)!=null?h:""}}class $5 extends ve{constructor(e){super(),this.result=new P(e==null?void 0:e.result),this.unit=new P(e==null?void 0:e.unit)}}class R5{constructor(e){var u,n;this.result=(u=e==null?void 0:e.result)!=null?u:0,this.unit=(n=e==null?void 0:e.unit)!=null?n:""}}var ze=(t=>(t.CNY="CNY",t.USD="USD",t.JPY="JPY",t.EUR="EUR",t.INR="INR",t.IDR="IDR",t.BRL="BRL",t.AED="AED",t.AUD="AUD",t.CAD="CAD",t.EGP="EGP",t.GBP="GBP",t.ZAR="ZAR",t.KRW="KRW",t.MAD="MAD",t.MXN="MXN",t.MYR="MYR",t.PHP="PHP",t.PLN="PLN",t.RUB="RUB",t.SGD="SGD",t.THB="THB",t.TRY="TRY",t.TWD="TWD",t.VND="VND",t.HKD="HKD",t.IEP="IEP",t))(ze||{}),Nt=(t=>(t.DEFAULT_DISPLAY="defaultDisplay",t.REQUIRED="required",t.IS_HIDE="isHide",t.IS_SHOW_UNIT="isShowUnit",t.IMD_SEARCH="immediatelySearch",t.MULTIPLE="multiple",t.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",t.CAPTION="caption",t.IS_HIDE_CAPTION="isHideCaption",t.DEFAULT_SHOW_OPTIONS="defaultShowOptions",t.CAN_SEARCH="canSearch",t.CAN_CHECK="canCheck",t.CAN_EDIT="canEdit",t.CAN_DELETE="canDelete",t.SHOW_UPPER_CASE="showUpperCase",t.MICROMETER="micrometer",t.PRECISION="precision",t.PERCENTAGE="percentage",t.OPTIONAL_LEVEL="optionalLevel",t.CONTAINS_SUB_NODE="containsSubNode",t.DEFAULT_COLLAPSE="defaultCollapse",t.CAN_VIEW_FORM="canViewForm",t.VIEW_FORM_MODEL_TYPE="viewFormModelType",t.SERVER_PAGINATION="serverPagination",t.IS_SHOW_CAPTION_TIP="isShowCaptionTip",t.IS_SHOW_WATERMARK="isShowWatermark",t.ENCRYPTED="encrypted",t.IS_INLINE_EDIT="isInlineEdit",t.REVISIONS_MODE="revisionsMode",t.ALLOW_COPY_OPTIONS="allowCopyOptions",t.IS_PASTE="isPaste",t.SORTABLE="sortable",t.IS_SHOW_SIMPLE_SEARCH="isShowSimpleSearch",t.IS_SHOW_TOOL_BAE="isShowToolbar",t.MAIN_DEPT_FLAG="mainDeptFlag",t.IS_INTERNATIONAL="isInternational",t.CAPTION_SIZE="captionSize",t.CAPTION_COLOR="captionColor",t.IS_CAPTION_ITALIC="isCaptionItalic",t.CAPTION_FONT_WEIGHT="captionFontWeight",t.SHOW_TABLE_INDEX="showTableIndex",t))(Nt||{}),Ke=(t=>(t[t.UNKNOWN=0]="UNKNOWN",t[t.READONLY=1]="READONLY",t[t.EDITABLE=2]="EDITABLE",t[t.PRINT=5]="PRINT",t))(Ke||{});class L5{constructor(e){var u,n,a,i,r,c;this.isShow=(u=e==null?void 0:e.isShow)!=null?u:!0,this.content=(n=e==null?void 0:e.content)!=null?n:"",this.formKey=(a=e==null?void 0:e.formKey)!=null?a:"",this.openType=(i=e==null?void 0:e.openType)!=null?i:"modal",this.type=(r=e==null?void 0:e.type)!=null?r:"",this.priorityProcess=(c=e==null?void 0:e.priorityProcess)!=null?c:!1}}class P5{constructor(e){var u,n,a,i;this.id=(u=e==null?void 0:e.id)!=null?u:V(8),this.title=(n=e==null?void 0:e.title)!=null?n:"",this.headers=(i=(a=e==null?void 0:e.headers)==null?void 0:a.map(r=>new Rt(r)))!=null?i:[],We.call(this,e)}}class I5{constructor(e){var u,n;this.key=(u=e.key)!=null?u:V(8),this.caption=(n=e.caption)!=null?n:""}}class kt{constructor(e){var u,n,a,i;this.width=(u=e==null?void 0:e.width)!=null?u:"",this.height=(n=e==null?void 0:e.height)!=null?n:"",this.widthConfig=(a=e==null?void 0:e.widthConfig)!=null?a:"fill",this.heightConfig=(i=e==null?void 0:e.heightConfig)!=null?i:"fill"}}class O5{constructor(e){var u,n;this.optCode=(u=e==null?void 0:e.optCode)!=null?u:"",this.optType=(n=e==null?void 0:e.optType)!=null?n:""}}class jt{constructor(e){var u,n,a,i,r,c;this.id=(u=e==null?void 0:e.id)!=null?u:V(),this.name=(n=e==null?void 0:e.name)!=null?n:"",this.filters=(i=(a=e==null?void 0:e.filters)==null?void 0:a.map(d=>d.children!==void 0?new H(d):new Y(d)))!=null?i:[],this.settings=(e==null?void 0:e.settings)&&Array.isArray(e==null?void 0:e.settings)?(c=(r=e==null?void 0:e.settings)==null?void 0:r.map(d=>new Wt(d)))!=null?c:[]:[],this.script=e==null?void 0:e.script}}class Wt{constructor(e){var u,n,a,i;this.type=(u=e.type)!=null?u:"background",this.fieldCodes=(n=e.fieldCodes)!=null?n:[],this.color=(a=e.color)!=null?a:"theme",this.scope=(i=e.scope)!=null?i:"row"}}class _5{constructor(e){var u,n,a,i;this.type=(u=e==null?void 0:e.type)!=null?u:"none",this.interval=(n=e==null?void 0:e.interval)!=null?n:{color:""},this.rules=(e==null?void 0:e.rules)&&Array.isArray(e==null?void 0:e.rules)?(i=(a=e==null?void 0:e.rules)==null?void 0:a.map(r=>new jt(r)))!=null?i:[]:[]}}class M5{constructor(e){var u,n,a,i,r;this.groupDefaultExpanded=(u=e==null?void 0:e.groupDefaultExpanded)!=null?u:!1,this.suppressCount=(n=e==null?void 0:e.suppressCount)!=null?n:!1,this.groupFields=(a=e==null?void 0:e.groupFields)!=null?a:[],this.groupHeaderName=(i=e==null?void 0:e.groupHeaderName)!=null?i:"",this.showFooterStatistics=(r=e==null?void 0:e.showFooterStatistics)!=null?r:!1}}class T5{constructor(e){var u;this.datasourceBind=new p(e==null?void 0:e.datasourceBind),this.headers=(u=e==null?void 0:e.headers)!=null?u:[]}}class Ht{constructor(e){var u,n,a;this.parentFieldCode=(u=e==null?void 0:e.parentFieldCode)!=null?u:"",this.childFieldCode=(n=e==null?void 0:e.childFieldCode)!=null?n:"",this.operator=(a=e==null?void 0:e.operator)!=null?a:"op_equal"}}class zt{constructor(e){var u,n,a,i;this.marginTop=(u=e==null?void 0:e.marginTop)!=null?u:0,this.marginRight=(n=e==null?void 0:e.marginRight)!=null?n:0,this.marginBottom=(a=e==null?void 0:e.marginBottom)!=null?a:0,this.marginLeft=(i=e==null?void 0:e.marginLeft)!=null?i:0}}class Kt{constructor(e){var u;this.visibleHeight=(u=e==null?void 0:e.visibleHeight)!=null?u:300,this.margin=new zt(e==null?void 0:e.margin)}}class q5{constructor(e){this.actionSetting=new _t(e==null?void 0:e.actionSetting),this.relation=new Ht(e==null?void 0:e.relation),this.display=new Kt(e==null?void 0:e.display)}}class x5{constructor(e){var u,n,a,i;this.marginTop=(u=e==null?void 0:e.marginTop)!=null?u:"",this.marginRight=(n=e==null?void 0:e.marginRight)!=null?n:"",this.marginBottom=(a=e==null?void 0:e.marginBottom)!=null?a:"",this.marginLeft=(i=e==null?void 0:e.marginLeft)!=null?i:""}}class V5{constructor(e){var u,n,a,i;this.paddingTop=(u=e==null?void 0:e.paddingTop)!=null?u:"",this.paddingRight=(n=e==null?void 0:e.paddingRight)!=null?n:"",this.paddingBottom=(a=e==null?void 0:e.paddingBottom)!=null?a:"",this.paddingLeft=(i=e==null?void 0:e.paddingLeft)!=null?i:""}}class Jt{constructor(e){var u,n;this.icon=(u=e==null?void 0:e.icon)!=null?u:"iconleft",this.label=(n=e==null?void 0:e.label)!=null?n:s("CMD.09bf1774579034724")}}class Ut{constructor(e){var u,n;this.icon=(u=e==null?void 0:e.icon)!=null?u:"iconxiangyou",this.label=(n=e==null?void 0:e.label)!=null?n:s("CMD.39131774579036296")}}class N5{constructor(e){this.prev=new Jt(e==null?void 0:e.prev),this.next=new Ut(e==null?void 0:e.next)}}class me{constructor(e){this.isHide={type:"boolean"}}}class Je extends Array{constructor(e){super()}}class q{constructor(e,u=""){var n,a;this.isHide=(n=e==null?void 0:e.isHide)!=null?n:!1,this.style=new kt(e==null?void 0:e.style),this.caption=(a=e==null?void 0:e.caption)!=null?a:u}}q.Rules=me,q.RuntimeRules=Je;function I(){return I=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var u=arguments[e];for(var n in u)Object.prototype.hasOwnProperty.call(u,n)&&(t[n]=u[n])}return t},I.apply(this,arguments)}function k5(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function Ue(t){return Ue=Object.setPrototypeOf?Object.getPrototypeOf:function(u){return u.__proto__||Object.getPrototypeOf(u)},Ue(t)}function Ee(t,e){return Ee=Object.setPrototypeOf||function(n,a){return n.__proto__=a,n},Ee(t,e)}function j5(){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(t){return!1}}function Ce(t,e,u){return j5()?Ce=Reflect.construct:Ce=function(a,i,r){var c=[null];c.push.apply(c,i);var d=Function.bind.apply(a,c),h=new d;return r&&Ee(h,r.prototype),h},Ce.apply(null,arguments)}function W5(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function Qe(t){var e=typeof Map=="function"?new Map:void 0;return Qe=function(n){if(n===null||!W5(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(n))return e.get(n);e.set(n,a)}function a(){return Ce(n,arguments,Ue(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),Ee(a,n)},Qe(t)}var H5=/%[sdj%]/g,Qt=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(Qt=function(e,u){typeof console!="undefined"&&console.warn&&u.every(function(n){return typeof n=="string"})&&console.warn(e,u)});function Ze(t){if(!t||!t.length)return null;var e={};return t.forEach(function(u){var n=u.field;e[n]=e[n]||[],e[n].push(u)}),e}function L(){for(var t=arguments.length,e=new Array(t),u=0;u<t;u++)e[u]=arguments[u];var n=1,a=e[0],i=e.length;if(typeof a=="function")return a.apply(null,e.slice(1));if(typeof a=="string"){var r=String(a).replace(H5,function(c){if(c==="%%")return"%";if(n>=i)return c;switch(c){case"%s":return String(e[n++]);case"%d":return Number(e[n++]);case"%j":try{return JSON.stringify(e[n++])}catch(d){return"[Circular]"}break;default:return c}});return r}return a}function z5(t){return t==="string"||t==="url"||t==="hex"||t==="email"||t==="date"||t==="pattern"}function S(t,e){return!!(t==null||e==="array"&&Array.isArray(t)&&!t.length||z5(e)&&typeof t=="string"&&!t)}function K5(t,e,u){var n=[],a=0,i=t.length;function r(c){n.push.apply(n,c),a++,a===i&&u(n)}t.forEach(function(c){e(c,r)})}function Zt(t,e,u){var n=0,a=t.length;function i(r){if(r&&r.length){u(r);return}var c=n;n=n+1,c<a?e(t[c],i):u([])}i([])}function J5(t){var e=[];return Object.keys(t).forEach(function(u){e.push.apply(e,t[u])}),e}var Xt=function(t){k5(e,t);function e(u,n){var a;return a=t.call(this,"Async Validation Error")||this,a.errors=u,a.fields=n,a}return e}(Qe(Error));function U5(t,e,u,n){if(e.first){var a=new Promise(function(E,y){var D=function(F){return n(F),F.length?y(new Xt(F,Ze(F))):E()},B=J5(t);Zt(B,u,D)});return a.catch(function(E){return E}),a}var i=e.firstFields||[];i===!0&&(i=Object.keys(t));var r=Object.keys(t),c=r.length,d=0,h=[],f=new Promise(function(E,y){var D=function(v){if(h.push.apply(h,v),d++,d===c)return n(h),h.length?y(new Xt(h,Ze(h))):E()};r.length||(n(h),E()),r.forEach(function(B){var v=t[B];i.indexOf(B)!==-1?Zt(v,u,D):K5(v,u,D)})});return f.catch(function(E){return E}),f}function Gt(t){return function(e){return e&&e.message?(e.field=e.field||t.fullField,e):{message:typeof e=="function"?e():e,field:e.field||t.fullField}}}function Yt(t,e){if(e){for(var u in e)if(e.hasOwnProperty(u)){var n=e[u];typeof n=="object"&&typeof t[u]=="object"?t[u]=I(I({},t[u]),n):t[u]=n}}return t}function pt(t,e,u,n,a,i){t.required&&(!u.hasOwnProperty(t.field)||S(e,i||t.type))&&n.push(L(a.messages.required,t.fullField))}function Q5(t,e,u,n,a){(/^\s+$/.test(e)||e==="")&&n.push(L(a.messages.whitespace,t.fullField))}var Xe={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},ee={integer:function(e){return ee.number(e)&&parseInt(e,10)===e},float:function(e){return ee.number(e)&&!ee.integer(e)},array:function(e){return Array.isArray(e)},regexp:function(e){if(e instanceof RegExp)return!0;try{return!!new RegExp(e)}catch(u){return!1}},date:function(e){return typeof e.getTime=="function"&&typeof e.getMonth=="function"&&typeof e.getYear=="function"&&!isNaN(e.getTime())},number:function(e){return isNaN(e)?!1:typeof e=="number"},object:function(e){return typeof e=="object"&&!ee.array(e)},method:function(e){return typeof e=="function"},email:function(e){return typeof e=="string"&&!!e.match(Xe.email)&&e.length<255},url:function(e){return typeof e=="string"&&!!e.match(Xe.url)},hex:function(e){return typeof e=="string"&&!!e.match(Xe.hex)}};function Z5(t,e,u,n,a){if(t.required&&e===void 0){pt(t,e,u,n,a);return}var i=["integer","float","array","regexp","object","method","email","number","date","url","hex"],r=t.type;i.indexOf(r)>-1?ee[r](e)||n.push(L(a.messages.types[r],t.fullField,t.type)):r&&typeof e!==t.type&&n.push(L(a.messages.types[r],t.fullField,t.type))}function X5(t,e,u,n,a){var i=typeof t.len=="number",r=typeof t.min=="number",c=typeof t.max=="number",d=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,h=e,f=null,E=typeof e=="number",y=typeof e=="string",D=Array.isArray(e);if(E?f="number":y?f="string":D&&(f="array"),!f)return!1;D&&(h=e.length),y&&(h=e.replace(d,"_").length),i?h!==t.len&&n.push(L(a.messages[f].len,t.fullField,t.len)):r&&!c&&h<t.min?n.push(L(a.messages[f].min,t.fullField,t.min)):c&&!r&&h>t.max?n.push(L(a.messages[f].max,t.fullField,t.max)):r&&c&&(h<t.min||h>t.max)&&n.push(L(a.messages[f].range,t.fullField,t.min,t.max))}var z="enum";function G5(t,e,u,n,a){t[z]=Array.isArray(t[z])?t[z]:[],t[z].indexOf(e)===-1&&n.push(L(a.messages[z],t.fullField,t[z].join(", ")))}function Y5(t,e,u,n,a){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||n.push(L(a.messages.pattern.mismatch,t.fullField,e,t.pattern));else if(typeof t.pattern=="string"){var i=new RegExp(t.pattern);i.test(e)||n.push(L(a.messages.pattern.mismatch,t.fullField,e,t.pattern))}}}var C={required:pt,whitespace:Q5,type:Z5,range:X5,enum:G5,pattern:Y5};function p5(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e,"string")&&!t.required)return u();C.required(t,e,n,i,a,"string"),S(e,"string")||(C.type(t,e,n,i,a),C.range(t,e,n,i,a),C.pattern(t,e,n,i,a),t.whitespace===!0&&C.whitespace(t,e,n,i,a))}u(i)}function eh(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();C.required(t,e,n,i,a),e!==void 0&&C.type(t,e,n,i,a)}u(i)}function th(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(e===""&&(e=void 0),S(e)&&!t.required)return u();C.required(t,e,n,i,a),e!==void 0&&(C.type(t,e,n,i,a),C.range(t,e,n,i,a))}u(i)}function uh(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();C.required(t,e,n,i,a),e!==void 0&&C.type(t,e,n,i,a)}u(i)}function nh(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();C.required(t,e,n,i,a),S(e)||C.type(t,e,n,i,a)}u(i)}function ah(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();C.required(t,e,n,i,a),e!==void 0&&(C.type(t,e,n,i,a),C.range(t,e,n,i,a))}u(i)}function ih(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();C.required(t,e,n,i,a),e!==void 0&&(C.type(t,e,n,i,a),C.range(t,e,n,i,a))}u(i)}function rh(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(e==null&&!t.required)return u();C.required(t,e,n,i,a,"array"),e!=null&&(C.type(t,e,n,i,a),C.range(t,e,n,i,a))}u(i)}function lh(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();C.required(t,e,n,i,a),e!==void 0&&C.type(t,e,n,i,a)}u(i)}var ch="enum";function sh(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();C.required(t,e,n,i,a),e!==void 0&&C[ch](t,e,n,i,a)}u(i)}function oh(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e,"string")&&!t.required)return u();C.required(t,e,n,i,a),S(e,"string")||C.pattern(t,e,n,i,a)}u(i)}function dh(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e,"date")&&!t.required)return u();if(C.required(t,e,n,i,a),!S(e,"date")){var c;e instanceof Date?c=e:c=new Date(e),C.type(t,c,n,i,a),c&&C.range(t,c.getTime(),n,i,a)}}u(i)}function hh(t,e,u,n,a){var i=[],r=Array.isArray(e)?"array":typeof e;C.required(t,e,n,i,a,r),u(i)}function Ge(t,e,u,n,a){var i=t.type,r=[],c=t.required||!t.required&&n.hasOwnProperty(t.field);if(c){if(S(e,i)&&!t.required)return u();C.required(t,e,n,r,a,i),S(e,i)||C.type(t,e,n,r,a)}u(r)}function fh(t,e,u,n,a){var i=[],r=t.required||!t.required&&n.hasOwnProperty(t.field);if(r){if(S(e)&&!t.required)return u();C.required(t,e,n,i,a)}u(i)}var te={string:p5,method:eh,number:th,boolean:uh,regexp:nh,integer:ah,float:ih,array:rh,object:lh,enum:sh,pattern:oh,date:dh,url:Ge,hex:Ge,email:Ge,required:hh,any:fh};function Ye(){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 e=JSON.parse(JSON.stringify(this));return e.clone=this.clone,e}}}var pe=Ye();function k(t){this.rules=null,this._messages=pe,this.define(t)}k.prototype={messages:function(e){return e&&(this._messages=Yt(Ye(),e)),this._messages},define:function(e){if(!e)throw new Error("Cannot configure a schema with no rules");if(typeof e!="object"||Array.isArray(e))throw new Error("Rules must be an object");this.rules={};var u,n;for(u in e)e.hasOwnProperty(u)&&(n=e[u],this.rules[u]=Array.isArray(n)?n:[n])},validate:function(e,u,n){var a=this;u===void 0&&(u={}),n===void 0&&(n=function(){});var i=e,r=u,c=n;if(typeof r=="function"&&(c=r,r={}),!this.rules||Object.keys(this.rules).length===0)return c&&c(),Promise.resolve();function d(v){var F,o=[],m={};function R(A){if(Array.isArray(A)){var b;o=(b=o).concat.apply(b,A)}else o.push(A)}for(F=0;F<v.length;F++)R(v[F]);o.length?m=Ze(o):(o=null,m=null),c(o,m)}if(r.messages){var h=this.messages();h===pe&&(h=Ye()),Yt(h,r.messages),r.messages=h}else r.messages=this.messages();var f,E,y={},D=r.keys||Object.keys(this.rules);D.forEach(function(v){f=a.rules[v],E=i[v],f.forEach(function(F){var o=F;typeof o.transform=="function"&&(i===e&&(i=I({},i)),E=i[v]=o.transform(E)),typeof o=="function"?o={validator:o}:o=I({},o),o.validator=a.getValidationMethod(o),o.field=v,o.fullField=o.fullField||v,o.type=a.getType(o),o.validator&&(y[v]=y[v]||[],y[v].push({rule:o,value:E,source:i,field:v}))})});var B={};return U5(y,r,function(v,F){var o=v.rule,m=(o.type==="object"||o.type==="array")&&(typeof o.fields=="object"||typeof o.defaultField=="object");m=m&&(o.required||!o.required&&v.value),o.field=v.field;function R(O,g){return I(I({},g),{},{fullField:o.fullField+"."+O})}function A(O){O===void 0&&(O=[]);var g=O;if(Array.isArray(g)||(g=[g]),!r.suppressWarning&&g.length&&k.warning("async-validator:",g),g.length&&o.message!==void 0&&(g=[].concat(o.message)),g=g.map(Gt(o)),r.first&&g.length)return B[o.field]=1,F(g);if(!m)F(g);else{if(o.required&&!v.value)return o.message!==void 0?g=[].concat(o.message).map(Gt(o)):r.error&&(g=[r.error(o,L(r.messages.required,o.field))]),F(g);var _={};if(o.defaultField)for(var lu in v.value)v.value.hasOwnProperty(lu)&&(_[lu]=o.defaultField);_=I(I({},_),v.rule.fields);for(var K in _)if(_.hasOwnProperty(K)){var Rh=Array.isArray(_[K])?_[K]:[_[K]];_[K]=Rh.map(R.bind(null,K))}var cu=new k(_);cu.messages(r.messages),v.rule.options&&(v.rule.options.messages=r.messages,v.rule.options.error=r.error),cu.validate(v.value,v.rule.options||r,function(lt){var J=[];g&&g.length&&J.push.apply(J,g),lt&<.length&&J.push.apply(J,lt),F(J.length?J:null)})}}var b;o.asyncValidator?b=o.asyncValidator(o,v.value,A,v.source,r):o.validator&&(b=o.validator(o,v.value,A,v.source,r),b===!0?A():b===!1?A(o.message||o.field+" fails"):b instanceof Array?A(b):b instanceof Error&&A(b.message)),b&&b.then&&b.then(function(){return A()},function(O){return A(O)})},function(v){d(v)})},getType:function(e){if(e.type===void 0&&e.pattern instanceof RegExp&&(e.type="pattern"),typeof e.validator!="function"&&e.type&&!te.hasOwnProperty(e.type))throw new Error(L("Unknown rule type %s",e.type));return e.type||"string"},getValidationMethod:function(e){if(typeof e.validator=="function")return e.validator;var u=Object.keys(e),n=u.indexOf("message");return n!==-1&&u.splice(n,1),u.length===1&&u[0]==="required"?te.required:te[this.getType(e)]||!1}},k.register=function(e,u){if(typeof u!="function")throw new Error("Cannot register a validator by type, validator is not a function");te[e]=u},k.warning=Qt,k.messages=pe,k.validators=te;const vh={required:s("CMD.aad41751712156995"),maxLength:s("CMD.890d1751712141808"),minLength:s("CMD.bb9b1751712143625"),string:{range:s("CMD.f7131751712147855")}};function eu(t,e={}){const u=new k(t);return u.messages(Object.assign(vh,e)),u}const tu=new Xd;class ${constructor(e){var y,D,B,v;this.setting=[],this.eventKeys=[],this.customEvents=[],this.parent=null,this.updateSetting=nu,this.removeSetting=uu,this._callControlHooks("preInstance",e);const{controlName:u,controlIcon:n,controlType:a,controlFieldType:i,controlEventKeys:r,controlCustomEvents:c,name:d,setting:h,slots:f,slotPosition:E}=new.target;u&&n&&a||mt(`The ${d} controlName,controlIcon,controlType is not define`),this.id=(y=e==null?void 0:e.id)!=null?y:V(10),this.name=u,this.icon=n,this.type=(D=e==null?void 0:e.type)!=null?D:a,this.props=new q(e==null?void 0:e.props,new.target.controlName),this.controlType=(B=e==null?void 0:e.controlType)!=null?B:"base",this.setting=T(h),this.fieldType=(v=e==null?void 0:e.fieldType)!=null?v:i,this.eventKeys=T(r),this.customEvents=T(c),this.slots=T(f),this.slotPosition=T(E),Promise.resolve().then(()=>{this._callControlHooks("postInstance",e)})}get rules(){const e=this.props.constructor.Rules;return e?new e(this.props):{}}_callControlHooks(...e){const[u,...n]=e;return tu.emit(u,this,...n)}preUpdate(e,u){this._callControlHooks("preUpdateProps",e,u)}postUpdate(e,u){this._callControlHooks("postUpdateProps",e,u)}updateProps(e,u){this.preUpdate(e,u),Md(this.props,e,u),this.postUpdate(e,u)}preValidate(){return ie(this,null,function*(){const e=W({},this.rules),u=yield this._callControlHooks("preValidate",e),n=u[u.length-1];return n===!1?void 0:n})}validate(e,u){return ie(this,null,function*(){const n=yield this.preValidate(),a=n!==void 0?n:W({},this.rules);Array.isArray(u)&&u.forEach(r=>{a.hasOwnProperty(r)&&delete a[r]});const i=eu(a,e);try{return yield i.validate(this.props),!0}catch(r){throw r.control||(r.control=this),r}})}toDataBindModel(e=null){const u=this.fieldType,n=this.id,a=this.type,{dataBind:i,datasourceBind:r,optionConfig:c,caption:d,required:h,maxLength:f,options:E,encrypted:y,encryptedMode:D}=this.props;if(!u&&!i&&!r)return;const B={parentId:e,fieldType:u,controlId:n,caption:d,type:a,props:{}};switch(i&&(B.dataBind=i),c){case"datasource":case void 0:r&&(B.datasourceBind=r);break;case"custom":B.props.options=E;break}return h!==void 0&&(B.required=h),f!==void 0&&(B.maxLength=f),y!==void 0&&(B.encrypted=y),D!==void 0&&(B.encryptedMode=D),B}preToSchema(){this._callControlHooks("preToSchema",this)}toSchema(){return this.preToSchema(),{id:this.id,type:this.type,props:T(this.props),fieldType:this.fieldType,controlType:this.controlType}}static updateBasicControl(e,u){e==="setting"&&(u.add&&this.setting.push(...u.add),u.remove&&this.removeSettingItem(u.remove),u.update)}}$.mode="Designer",$.controlName=s("CMD.7baf1751712168384"),$.controlIcon="icon",$.controlType="control",$.controlEventKeys=[],$.controlCustomEvents=[],$.setting=[],$.__is_control__=!0,$.removeSettingItem=uu,$.updateSettingItem=nu;function uu(t){(Array.isArray(t)?t:[t]).forEach(u=>{var i,r,c;const n=typeof u!="string",a=(i=this.setting)==null?void 0:i.findIndex(d=>d.key===(n?u.key:u));a!==-1&&(n?this.setting[a].showItems=(r=this.setting[a].showItems)==null?void 0:r.filter(d=>!u.hideItems.includes(d)):this.setting.splice(a,1),n&&!((c=this.setting[a].showItems)!=null&&c.length)&&this.setting.splice(a,1))})}function nu(t,e){(typeof t=="string"?[t]:t).forEach(n=>{var i;const a=this.setting.find(r=>r.key===n);a&&(typeof e=="boolean"?a.visible=e:typeof e=="object"&&(((i=e.type)!=null?i:"replace")==="replace"?a.showItems=e.showItems:a.showItems.push(...e.showItems)))})}class x{constructor(e){var r,c,d,h,f;this.customEvents=[],this.parent=null;const{controlType:u,controlFieldType:n,name:a,controlCustomEvents:i}=new.target;u||mt(`The ${a} controlType is not define`),this.id=(r=e==null?void 0:e.id)!=null?r:V(10),this.type=(c=e==null?void 0:e.type)!=null?c:u,this.props=new q(e==null?void 0:e.props),this.customEvents=i,this.controlType=(d=e==null?void 0:e.controlType)!=null?d:"base",this.fieldType=(h=e==null?void 0:e.fieldType)!=null?h:n,this.pageStatus=(f=e==null?void 0:e.pageStatus)!=null?f:Ke.UNKNOWN}get rules(){const e=this.props.constructor.RuntimeRules;if(e){const u=new e(this.props);return Array.from(u)}return[]}}x.mode="Runtime",x.controlType="control",x.__is_control__=!0,x.controlCustomEvents=[];function et(t){t.hasOwnProperty("optionConfig")||(this.optionConfig={type:"any"}),t.hasOwnProperty("options")||(this.options={type:"any"}),t.hasOwnProperty("datasourceBind")||(this.datasourceBind={type:"any"}),t.hasOwnProperty("options")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="custom")?this.options=[{type:"array",message:s("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{label:{type:"string",required:!0,message:s("CMD.pleaseEnterLabel",null,"\u8BF7\u8F93\u5165\u663E\u793A\u503C")},value:{type:"string",required:!0,message:s("CMD.pleaseEnterValue",null,"\u8BF7\u8F93\u5165\u5B58\u50A8\u503C")}}}},{type:"array",validator(e,u,n){u.length===0&&n(s("CMD.optionIsRequired",null,"\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879")),n()}},{type:"array",validator(e,u,n){const a=u.map(r=>r.value),i=jd(a);a.length!==i.length?n(s("CMD.optionIdIsRepeat",null,"\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D")):n()},message:s("CMD.optionIdIsRepeat",null,"\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D")}]:t.hasOwnProperty("datasourceBind")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="datasource")&&(this.datasourceBind=[{type:"object",message:s("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:s("CMD.pleaseEnterDataCode",null,"\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B")},valueFieldCode:{type:"string",required:!0,message:s("CMD.pleaseEnterValueFieldCode",null,"\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C")},svcCode:{type:"string",required:!0,message:s("CMD.pleaseEnterSvcCode",null,"\u8BF7\u7ED1\u5B9A\u670D\u52A1")},displayBoList:[{type:"array",message:s("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",validator(e,u,n){u.length===0&&n(s("CMD.pleaseBindAtLeastOneDisplayValue",null,"\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C")),n()},message:s("CMD.pleaseBindAtLeastOneDisplayValue",null,"\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C")}],orders:[{type:"array",message:s("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:s("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},desc:{type:"boolean",message:s("CMD.isNotBoolean",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14")}}}}]}}])}function mh(t,e,u=!1){this.datasourceBind=[{type:"object",message:s("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:s(u?"CMD.pleaseEnterDataCodeInDataSetting":"CMD.pleaseEnterDataCode",null,s(u?"CMD.c4901751712137782":"CMD.8e161751712150947"))},valueFieldCode:{type:"string",required:!0,message:s(u?"CMD.pleaseEnterValueFieldCodeInDataSetting":"CMD.pleaseEnterValueFieldCode",null,s(u?"CMD.9af91751712139782":"CMD.92701751712154242"))},svcCode:{type:"string",required:!0,message:s(u?"CMD.pleaseEnterSvcCodeInDataSetting":"CMD.pleaseEnterSvcCode",null,s(u?"CMD.203c1751712145631":"CMD.9d361751712158465"))},attributes:[{type:"array",message:s("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{name:{type:"string",required:!0,message:s("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},key:{type:"string",required:!0,message:s("CMD.isNotString",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32")},value:[{type:"array",message:s("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",validator(n,a,i){a.length===0&&i(s(u?"CMD.pleaseBindAtLeastOneDisplayValueInDataSetting":"CMD.pleaseBindAtLeastOneDisplayValue",null,s(u?"CMD.6a071751712131459":"CMD.52351751712149286"))),i()},message:s(u?"CMD.pleaseBindAtLeastOneDisplayValueInDataSetting":"CMD.pleaseBindAtLeastOneDisplayValue",null,s(u?"CMD.6a071751712131459":"CMD.52351751712149286"))}]}}}],orders:[{type:"array",message:s("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:s("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},desc:{type:"boolean",message:s("CMD.isNotBoolean",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14")}}}}]}}]}function au(t){return(t==null?void 0:t.dataCode)!==void 0&&(t==null?void 0:t.fieldCode)!==void 0}class tt extends me{constructor(e){super(e),this.dataBind={},this.caption={type:"string",required:!0,message:s("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.defaultState={type:"enum",enum:["default","readonly"]},this.required={type:"boolean"},this.captionTip={type:"string",required:!1,message:s("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")};const u={fieldCode:{type:"string",required:!0,message:s("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},dataCode:{type:"string",required:!0,message:s("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}};if(au(e.dataBind))this.dataBind={type:"object",required:!0,fields:T(u),message:s("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};else{let n={type:"object",required:!0,fields:{},message:s("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};Object.keys(e.dataBind).forEach(a=>{n.fields[a]={type:"object",required:!0,fields:T(u),message:s("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}}),this.dataBind=n}e.isShowCaptionTip&&(this.captionTip.required=!0)}}class iu extends Je{constructor(e){super(e);const u=e.isHide?!1:e.required;u&&this.push({type:"string",required:u,message:e.requiredMessage!==""?e.requiredMessage:s("CMD.runtimeRequired",{caption:e.caption},"{caption}\u5FC5\u586B")})}}class ue extends q{constructor(e){var u,n,a,i,r,c,d,h,f,E,y,D,B,v,F;super(e),this.caption=(u=e==null?void 0:e.caption)!=null?u:"",this.captionSize=(n=e==null?void 0:e.captionSize)!=null?n:"",this.captionColor=(a=e==null?void 0:e.captionColor)!=null?a:"",this.isCaptionItalic=(i=e==null?void 0:e.isCaptionItalic)!=null?i:!1,this.captionFontWeight=(r=e==null?void 0:e.captionFontWeight)!=null?r:"normal",this.className=(c=e==null?void 0:e.className)!=null?c:[],this.isHideCaption=(d=e==null?void 0:e.isHideCaption)!=null?d:!1,this.isShowCaptionTip=(h=e==null?void 0:e.isShowCaptionTip)!=null?h:!1,this.captionTip=(f=e==null?void 0:e.captionTip)!=null?f:"",this.defaultState=(E=e==null?void 0:e.defaultState)!=null?E:"default",this.labelPosition=(y=e==null?void 0:e.labelPosition)!=null?y:"top",this.placeholder=(D=e==null?void 0:e.placeholder)!=null?D:"",this.required=(B=e==null?void 0:e.required)!=null?B:!1,this.requiredMessage=(v=e==null?void 0:e.requiredMessage)!=null?v:"",this.dataBind=new P(e==null?void 0:e.dataBind),this.defaultValue=(F=e==null?void 0:e.defaultValue)!=null?F:""}}ue.Rules=tt,ue.RuntimeRules=iu;class Eh extends tt{constructor(e){super(e),this.optionConfig={type:"enum",enum:["custom","datasource"],message:s("CMD.PleaseSelectTheCorrectOptionSettings",null,"\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E")},this.options=[{type:"array",message:s("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")}],this.datasourceBind=[{type:"object",message:s("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],et.call(this,e)}}class ru extends ${constructor(e){super(e),this.controlType="form",this.props=new ue(e==null?void 0:e.props)}}ru.controlEventKeys=["on_change","on_focus","on_blur"];class Ch extends x{constructor(e){super(e),this.controlType="form",this.props=new ue(e==null?void 0:e.props)}}class ne extends q{constructor(e){super(e)}}const Bh=1e4;class j extends ${constructor(e){super(e),this.controlType="layout";const{excludes:u,childrenMaxLength:n}=new.target;this.props=new ne(e==null?void 0:e.props),N(this,"children",e==null?void 0:e.children,void 0,"Designer"),this.excludes=T(u),this.childrenMaxLength=n}judgeExcludesChildren(e){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(e)}judgeJoinChildren(e){const u=this.judgeExcludesChildren(e);return u&&this.childrenMaxLength>this.children.length}validate(e,u){return ie(this,null,function*(){return yield ct(j.prototype,this,"validate").call(this,e,u),yield Promise.all(this.children.map(n=>n.validate(e,u))),!0})}toDataBindModel(e=null){const u=super.toDataBindModel(),n=u?[u]:[];return this.children.reduce((a,i)=>{const r=i.toDataBindModel(e);if(Array.isArray(r)){const c=r.filter(d=>!!d);return[...a,...c]}return r&&a.push(r),a},n)}toSchema(){const e=super.toSchema(),u=this.children.map(n=>n.toSchema());return ae(W({},e),{children:u})}}j.excludes=!1,j.childrenMaxLength=Bh;class ut extends x{constructor(e){super(e),this.controlType="layout",this.props=new ne(e==null?void 0:e.props),N(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}class nt extends q{constructor(e,u,n){var a,i,r,c;super(u),N(this,"headers",u==null?void 0:u.headers,e,n),N(this,"footers",u==null?void 0:u.footers,e),this.pageIndex=(a=u==null?void 0:u.pageIndex)!=null?a:1,this.pageSize=(i=u==null?void 0:u.pageSize)!=null?i:20,this.pageSizeOptions=(r=u==null?void 0:u.pageSizeOptions)!=null?r:[20],this.totalCount=(c=u==null?void 0:u.totalCount)!=null?c:0}}class Be extends ${constructor(e){super(e),this.controlType="list",this.props=new nt(this,e==null?void 0:e.props,"Designer")}validate(e,u){return ie(this,null,function*(){return yield ct(Be.prototype,this,"validate").call(this,e),yield Promise.all(this.props.headers.map(n=>n.validate(e,u))),!0})}toDataBindModel(){const e=super.toDataBindModel(),u=e?[e]:[],n=this.id;return this.props.headers.reduce((a,i)=>{const r=i.toDataBindModel(n);if(Array.isArray(r)){const c=r.filter(d=>!!d);return[...a,...c]}return r&&a.push(r),a},u)}toSchema(){const e=super.toSchema(),u=this.props.headers.map(n=>n.toSchema());return ae(W({},e),{props:ae(W({},this.props),{headers:u})})}}Be.controlFieldType=we.LIST;class yh extends x{constructor(e){super(e),this.controlType="list",this.props=new nt(this,e==null?void 0:e.props,"Runtime"),N(this,"children",e==null?void 0:e.children,void 0,"Runtime")}get length(){return this.children.length}}class at extends me{constructor(e){super(e),this.caption={type:"string",required:!0,message:s("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")},this.width={type:"number",required:!1,message:s("CMD.pleaseEnterColumnWidth",null,"\u8BF7\u8F93\u5165\u5217\u5BBD")},this.width.required=e.widthType==="px"}}class ye extends q{constructor(e){var u,n,a,i,r;super(e),this.width=(u=e==null?void 0:e.width)!=null?u:150,this.widthType=(e==null?void 0:e.widthType)||"auto",this.caption=(n=e==null?void 0:e.caption)!=null?n:"",this.fixed=(a=e==null?void 0:e.fixed)!=null?a:"none",this.autoWidth=new Ve(e==null?void 0:e.autoWidth),this.dataBind=new P(e==null?void 0:e.dataBind),this.sort=(i=e==null?void 0:e.sort)!=null?i:!0,this.align=e==null?void 0:e.align,this.colSpan=e==null?void 0:e.colSpan,this.autoHeight=(r=e==null?void 0:e.autoHeight)!=null?r:!1}}ye.Rules=at;class Fh extends at{constructor(e){super(e),this.optionConfig={type:"enum",enum:["custom","datasource","none"],message:s("CMD.PleaseSelectTheCorrectOptionSettings",null,"\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E")},this.options=[{type:"array",message:s("CMD.isNotArray",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4")}],this.datasourceBind=[{type:"object",message:s("CMD.isNotObject",null,"\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61")}],et.call(this,e)}}class gh extends ${constructor(e){super(e),this.controlType="column",this.props=new ye(e==null?void 0:e.props),N(this,"children",e==null?void 0:e.children,void 0,"Designer")}toSchema(){const e=super.toSchema();return ae(W({},e),{children:this.children?this.children.map(u=>u.toSchema()):[]})}}class Dh extends x{constructor(e){super(e),this.controlType="column",this.props=new ye(e==null?void 0:e.props),N(this,"children",e==null?void 0:e.children,void 0,"Runtime")}}class it extends ne{constructor(e){super(e),this.dataBind=new P(e==null?void 0:e.dataBind)}}class Ah extends j{constructor(e){super(e),this.controlType="search",this.props=new it(e==null?void 0:e.props)}}class bh extends ut{constructor(e){super(e),this.controlType="search",this.props=new it(e==null?void 0:e.props)}}class rt extends ne{constructor(e){super(e)}}class wh extends j{constructor(e){super(e),this.controlType="wrap",this.props=new rt(e==null?void 0:e.props)}}class Sh extends ut{constructor(e){super(e),this.controlType="wrap",this.props=new rt(e==null?void 0:e.props)}}function $h(t){t.hasOwnProperty("linkOperationOption")&&t.hasOwnProperty("showLinkOperation")&&t.showLinkOperation&&(this.linkOperationOption=[{type:"object",fields:{formKey:{type:"string",required:!0,message:s("CMD.pleaseEnterForm",null,"\u8BF7\u7ED1\u5B9A\u8868\u5355")}}}])}l.AMOUNT_TYPE=ze,l.ActionSetting=_t,l.AddressValue=S5,l.AiOptionSetting=Vt,l.AmountDataBind=D5,l.AmountValue=A5,l.AutoWidth=Ve,l.BaseControlProperty=ue,l.BaseControlPropertyRules=tt,l.BaseControlPropertyRuntimeRules=iu,l.BaseStyle=kt,l.COMMON_SETTING_TYPE=Nt,l.CalcDataBind=$5,l.CalcValue=R5,l.ColumnControlProperty=ye,l.ColumnControlPropertyRules=at,l.ColumnOptionAndDataSourcePropertyRules=Fh,l.CustomAttributeItem=He,l.CustomPermissionItem=I5,l.DataBind=P,l.DataSourceBind=p,l.DataSourceDataSetValue=Mt,l.DataSourceOrderItem=je,l.DataSourceParamItem=o5,l.DataStorageDoc=a5,l.DesignerColumnControl=gh,l.DesignerControl=$,l.DesignerFormControl=ru,l.DesignerLayoutControl=j,l.DesignerListControl=Be,l.DesignerSearchControl=Ah,l.DesignerWrapControl=wh,l.DisplayBoListItem=ke,l.DrillDownDisplay=Kt,l.DrillDownDisplayMargin=zt,l.DrillDownList=q5,l.DrillRelation=Ht,l.FieldBindItem=Lt,l.FieldFilterCondition=Y,l.FieldFilterConditions=H,l.FillBackBind=E5,l.FillPayloadBind=m5,l.FormBind=de,l.FormSelectBind=i5,l.ImageOptionSetting=xt,l.JoinRelation=c5,l.Language=C5,l.LayoutControlProperty=ne,l.LeftVariable=It,l.LinkOperationOption=h5,l.ListBind=r5,l.ListControlProperty=nt,l.ListTreeData=M5,l.Margin=x5,l.MasterDetail=T5,l.MetaAutoWidth=n5,l.MetaRowHeight=u5,l.MetaWidth=oe,l.MultistageFillingItem=Ot,l.ObjectDataBind=ve,l.OperationItem=L5,l.OptObject=O5,l.OptionAndDataSourcePropertyRules=Eh,l.OptionDisplayConfigItem=s5,l.OptionSetting=fe,l.OrganizationDataSourceBind=f5,l.PAGE_STATUS=Ke,l.Padding=V5,l.Property=q,l.PropertyRules=me,l.PropertyRuntimeRules=Je,l.RangeDataBind=b5,l.RangeDateValue=w5,l.RegisterControls=G,l.RegularRules=B5,l.RightVariable=he,l.RowHeight=Ne,l.RowStyle=_5,l.RowStyleRule=jt,l.RowStyleSettings=Wt,l.RuntimeColumnControl=Dh,l.RuntimeControl=x,l.RuntimeFormControl=Ch,l.RuntimeLayoutControl=ut,l.RuntimeListControl=yh,l.RuntimeSearchControl=bh,l.RuntimeWrapControl=Sh,l.SearchControlProperty=it,l.SelectedContentConfig=d5,l.StepButtonNext=Ut,l.StepButtonPrev=Jt,l.StepButtons=N5,l.SubListItem=Pt,l.SubListPageConfig=l5,l.SuperDataSourceBind=Tt,l.TreeDataSourceBind=v5,l.ViewOperationItem=P5,l.WrapControlProperty=rt,l.controlHooksEmitter=tu,l.createValidator=eu,l.defineArrayParent=At,l.defineControlArrayToProperty=N,l.defineParent=qe,l.initAiOptions=g5,l.initImageOptions=F5,l.initLinkOperationRules=$h,l.initOptionAndDataSourceRules=et,l.initOptions=y5,l.initSuperDataSourceRules=mh,l.isDataBind=au,l.setPropertyDontEnum=se,Object.defineProperty(l,"__esModule",{value:!0})});
|
|
@@ -997,9 +997,22 @@ export declare class DrillRelation {
|
|
|
997
997
|
operator: 'op_equal';
|
|
998
998
|
constructor(props?: Partial<DrillRelation>);
|
|
999
999
|
}
|
|
1000
|
+
export declare class DrillDownDisplayMargin {
|
|
1001
|
+
marginTop: number;
|
|
1002
|
+
marginRight: number;
|
|
1003
|
+
marginBottom: number;
|
|
1004
|
+
marginLeft: number;
|
|
1005
|
+
constructor(props?: Partial<DrillDownDisplayMargin>);
|
|
1006
|
+
}
|
|
1007
|
+
export declare class DrillDownDisplay {
|
|
1008
|
+
visibleHeight: number;
|
|
1009
|
+
margin: DrillDownDisplayMargin;
|
|
1010
|
+
constructor(props?: Partial<DrillDownDisplay>);
|
|
1011
|
+
}
|
|
1000
1012
|
export declare class DrillDownList {
|
|
1001
1013
|
actionSetting: ActionSetting;
|
|
1002
1014
|
relation: DrillRelation;
|
|
1015
|
+
display: DrillDownDisplay;
|
|
1003
1016
|
constructor(props?: Partial<DrillDownList>);
|
|
1004
1017
|
}
|
|
1005
1018
|
export declare class Margin {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-core",
|
|
3
|
-
"version": "7.0.0-props.
|
|
3
|
+
"version": "7.0.0-props.117",
|
|
4
4
|
"description": "model engine core",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"async-validator": "3.5.1",
|
|
31
31
|
"tslib": "^2.1.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "eda06391bc0a4b26dca48c44e316f48e2ac0f880"
|
|
34
34
|
}
|