@byteluck-fe/model-driven-driven 2.6.0-alpha.17b → 2.6.0-alpha.17d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/Designer.js +1 -1
- package/dist/esm/Driven.js +1 -2
- package/dist/index.umd.js +3 -3
- package/dist/types/Designer.d.ts +1 -1
- package/package.json +5 -5
package/dist/esm/Designer.js
CHANGED
|
@@ -172,7 +172,7 @@ var Designer1 = /*#__PURE__*/ function _target(RegisterControls1) {
|
|
|
172
172
|
{
|
|
173
173
|
key: "registerControl",
|
|
174
174
|
value: function registerControl(control) {
|
|
175
|
-
this.constructor.register(control);
|
|
175
|
+
this.constructor.register(control, 'Designer');
|
|
176
176
|
var DesignerClass = control.Designer, Setting = control.Setting;
|
|
177
177
|
this.register(DesignerClass);
|
|
178
178
|
this.registeredControlTypes.add(DesignerClass.controlType);
|
package/dist/esm/Driven.js
CHANGED
|
@@ -684,8 +684,7 @@ var Driven = /**
|
|
|
684
684
|
for(var _len = arguments.length, arg = new Array(_len), _key = 0; _key < _len; _key++){
|
|
685
685
|
arg[_key] = arguments[_key];
|
|
686
686
|
}
|
|
687
|
-
|
|
688
|
-
(_designer = this.designer).registerControl.apply(_designer, _toConsumableArray(arg));
|
|
687
|
+
this.designer.registerControl(arg[0]);
|
|
689
688
|
return this;
|
|
690
689
|
}
|
|
691
690
|
},
|
package/dist/index.umd.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var Es=Object.defineProperty;var Nt=Object.getOwnPropertySymbols;var ms=Object.prototype.hasOwnProperty,Bs=Object.prototype.propertyIsEnumerable;var Ut=(E,D,w)=>D in E?Es(E,D,{enumerable:!0,configurable:!0,writable:!0,value:w}):E[D]=w,K=(E,D)=>{for(var w in D||(D={}))ms.call(D,w)&&Ut(E,w,D[w]);if(Nt)for(var w of Nt(D))Bs.call(D,w)&&Ut(E,w,D[w]);return E};var tt=(E,D,w)=>new Promise((se,le)=>{var Ie=U=>{try{X(w.next(U))}catch(J){le(J)}},Fe=U=>{try{X(w.throw(U))}catch(J){le(J)}},X=U=>U.done?se(U.value):Promise.resolve(U.value).then(Ie,Fe);X((w=w.apply(E,D)).next())});(function(E,D){typeof exports=="object"&&typeof module!="undefined"?D(exports):typeof define=="function"&&define.amd?define(["exports"],D):(E=typeof globalThis!="undefined"?globalThis:E||self,D(E.modelDrivenDriven={}))})(this,function(E){"use strict";var D=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},w={exports:{}};(function(e){var t=function(n){var r=Object.prototype,u=r.hasOwnProperty,a=Object.defineProperty||function(s,i,l){s[i]=l.value},o,c=typeof Symbol=="function"?Symbol:{},v=c.iterator||"@@iterator",m=c.asyncIterator||"@@asyncIterator",C=c.toStringTag||"@@toStringTag";function B(s,i,l){return Object.defineProperty(s,i,{value:l,enumerable:!0,configurable:!0,writable:!0}),s[i]}try{B({},"")}catch(s){B=function(i,l,g){return i[l]=g}}function F(s,i,l,g){var y=i&&i.prototype instanceof d?i:d,A=Object.create(y.prototype),O=new Ze(g||[]);return a(A,"_invoke",{value:vs(s,l,O)}),A}n.wrap=F;function S(s,i,l){try{return{type:"normal",arg:s.call(i,l)}}catch(g){return{type:"throw",arg:g}}}var R="suspendedStart",_="suspendedYield",b="executing",p="completed",h={};function d(){}function $(){}function L(){}var z={};B(z,v,function(){return this});var H=Object.getPrototypeOf,Se=H&&H(H(Ye([])));Se&&Se!==r&&u.call(Se,v)&&(z=Se);var q=L.prototype=d.prototype=Object.create(z);$.prototype=L,a(q,"constructor",{value:L,configurable:!0}),a(L,"constructor",{value:$,configurable:!0}),$.displayName=B(L,C,"GeneratorFunction");function jt(s){["next","throw","return"].forEach(function(i){B(s,i,function(l){return this._invoke(i,l)})})}n.isGeneratorFunction=function(s){var i=typeof s=="function"&&s.constructor;return i?i===$||(i.displayName||i.name)==="GeneratorFunction":!1},n.mark=function(s){return Object.setPrototypeOf?Object.setPrototypeOf(s,L):(s.__proto__=L,B(s,C,"GeneratorFunction")),s.prototype=Object.create(q),s},n.awrap=function(s){return{__await:s}};function be(s,i){function l(A,O,T,N){var j=S(s[A],s,O);if(j.type==="throw")N(j.arg);else{var et=j.arg,ie=et.value;return ie&&typeof ie=="object"&&u.call(ie,"__await")?i.resolve(ie.__await).then(function(W){l("next",W,T,N)},function(W){l("throw",W,T,N)}):i.resolve(ie).then(function(W){et.value=W,T(et)},function(W){return l("throw",W,T,N)})}}var g;function y(A,O){function T(){return new i(function(N,j){l(A,O,N,j)})}return g=g?g.then(T,T):T()}a(this,"_invoke",{value:y})}jt(be.prototype),B(be.prototype,m,function(){return this}),n.AsyncIterator=be,n.async=function(s,i,l,g,y){y===void 0&&(y=Promise);var A=new be(F(s,i,l,g),y);return n.isGeneratorFunction(i)?A:A.next().then(function(O){return O.done?O.value:A.next()})};function vs(s,i,l){var g=R;return function(A,O){if(g===b)throw new Error("Generator is already running");if(g===p){if(A==="throw")throw O;return gs()}for(l.method=A,l.arg=O;;){var T=l.delegate;if(T){var N=kt(T,l);if(N){if(N===h)continue;return N}}if(l.method==="next")l.sent=l._sent=l.arg;else if(l.method==="throw"){if(g===R)throw g=p,l.arg;l.dispatchException(l.arg)}else l.method==="return"&&l.abrupt("return",l.arg);g=b;var j=S(s,i,l);if(j.type==="normal"){if(g=l.done?p:_,j.arg===h)continue;return{value:j.arg,done:l.done}}else j.type==="throw"&&(g=p,l.method="throw",l.arg=j.arg)}}}function kt(s,i){var l=i.method,g=s.iterator[l];if(g===o)return i.delegate=null,l==="throw"&&s.iterator.return&&(i.method="return",i.arg=o,kt(s,i),i.method==="throw")||l!=="return"&&(i.method="throw",i.arg=new TypeError("The iterator does not provide a '"+l+"' method")),h;var y=S(g,s.iterator,i.arg);if(y.type==="throw")return i.method="throw",i.arg=y.arg,i.delegate=null,h;var A=y.arg;if(!A)return i.method="throw",i.arg=new TypeError("iterator result is not an object"),i.delegate=null,h;if(A.done)i[s.resultName]=A.value,i.next=s.nextLoc,i.method!=="return"&&(i.method="next",i.arg=o);else return A;return i.delegate=null,h}jt(q),B(q,C,"Generator"),B(q,v,function(){return this}),B(q,"toString",function(){return"[object Generator]"});function ys(s){var i={tryLoc:s[0]};1 in s&&(i.catchLoc=s[1]),2 in s&&(i.finallyLoc=s[2],i.afterLoc=s[3]),this.tryEntries.push(i)}function Qe(s){var i=s.completion||{};i.type="normal",delete i.arg,s.completion=i}function Ze(s){this.tryEntries=[{tryLoc:"root"}],s.forEach(ys,this),this.reset(!0)}n.keys=function(s){var i=Object(s),l=[];for(var g in i)l.push(g);return l.reverse(),function y(){for(;l.length;){var A=l.pop();if(A in i)return y.value=A,y.done=!1,y}return y.done=!0,y}};function Ye(s){if(s||s===""){var i=s[v];if(i)return i.call(s);if(typeof s.next=="function")return s;if(!isNaN(s.length)){var l=-1,g=function y(){for(;++l<s.length;)if(u.call(s,l))return y.value=s[l],y.done=!1,y;return y.value=o,y.done=!0,y};return g.next=g}}throw new TypeError(typeof s+" is not iterable")}n.values=Ye;function gs(){return{value:o,done:!0}}return Ze.prototype={constructor:Ze,reset:function(s){if(this.prev=0,this.next=0,this.sent=this._sent=o,this.done=!1,this.delegate=null,this.method="next",this.arg=o,this.tryEntries.forEach(Qe),!s)for(var i in this)i.charAt(0)==="t"&&u.call(this,i)&&!isNaN(+i.slice(1))&&(this[i]=o)},stop:function(){this.done=!0;var s=this.tryEntries[0],i=s.completion;if(i.type==="throw")throw i.arg;return this.rval},dispatchException:function(s){if(this.done)throw s;var i=this;function l(N,j){return A.type="throw",A.arg=s,i.next=N,j&&(i.method="next",i.arg=o),!!j}for(var g=this.tryEntries.length-1;g>=0;--g){var y=this.tryEntries[g],A=y.completion;if(y.tryLoc==="root")return l("end");if(y.tryLoc<=this.prev){var O=u.call(y,"catchLoc"),T=u.call(y,"finallyLoc");if(O&&T){if(this.prev<y.catchLoc)return l(y.catchLoc,!0);if(this.prev<y.finallyLoc)return l(y.finallyLoc)}else if(O){if(this.prev<y.catchLoc)return l(y.catchLoc,!0)}else if(T){if(this.prev<y.finallyLoc)return l(y.finallyLoc)}else throw new Error("try statement without catch or finally")}}},abrupt:function(s,i){for(var l=this.tryEntries.length-1;l>=0;--l){var g=this.tryEntries[l];if(g.tryLoc<=this.prev&&u.call(g,"finallyLoc")&&this.prev<g.finallyLoc){var y=g;break}}y&&(s==="break"||s==="continue")&&y.tryLoc<=i&&i<=y.finallyLoc&&(y=null);var A=y?y.completion:{};return A.type=s,A.arg=i,y?(this.method="next",this.next=y.finallyLoc,h):this.complete(A)},complete:function(s,i){if(s.type==="throw")throw s.arg;return s.type==="break"||s.type==="continue"?this.next=s.arg:s.type==="return"?(this.rval=this.arg=s.arg,this.method="return",this.next="end"):s.type==="normal"&&i&&(this.next=i),h},finish:function(s){for(var i=this.tryEntries.length-1;i>=0;--i){var l=this.tryEntries[i];if(l.finallyLoc===s)return this.complete(l.completion,l.afterLoc),Qe(l),h}},catch:function(s){for(var i=this.tryEntries.length-1;i>=0;--i){var l=this.tryEntries[i];if(l.tryLoc===s){var g=l.completion;if(g.type==="throw"){var y=g.arg;Qe(l)}return y}}throw new Error("illegal catch attempt")},delegateYield:function(s,i,l){return this.delegate={iterator:Ye(s),resultName:i,nextLoc:l},this.method==="next"&&(this.arg=o),h}},n}(e.exports);try{regeneratorRuntime=t}catch(n){typeof globalThis=="object"?globalThis.regeneratorRuntime=t:Function("r","regeneratorRuntime = r")(t)}})(w);var se=w.exports,le="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Ie="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Fe="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",X="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",U="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",J="{caption}\u5FC5\u586B",Vt="\u8BF7\u8F93\u5165\u6807\u9898",xt="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Ht="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",Wt="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Gt="\u8BF7\u7ED1\u5B9A\u8868\u5355",zt="\u8BF7\u7ED1\u5B9A\u5217\u8868",qt="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",Kt="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Xt="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",Jt="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",Qt="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",Zt="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Yt="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",en="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",tn="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",nn="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",rn="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",un="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",an="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",on="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",sn="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",ln="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",cn="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",fn="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",pn="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",hn="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",dn="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",vn="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",yn="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",gn="\u8BF7\u7ED1\u5B9A\u670D\u52A1",En="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",mn="\u8BF7\u9009\u62E9\u7701",Bn="\u8BF7\u9009\u62E9\u5E02",Cn="\u8BF7\u9009\u62E9\u533A",An="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Sn="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",bn="\u8BF7\u8F93\u5165\u5217\u5BBD",In="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Fn="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",_n="\u8BF7\u9009\u62E9\u63A7\u4EF6",Dn="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",wn="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Rn="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",$n="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Pn="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ln="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Mn="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",On="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Tn="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",jn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",kn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Nn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Un="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Vn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",xn="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Hn="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Wn="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Gn="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",zn="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",qn="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Kn="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Xn="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",Jn="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",Qn="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",Zn="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",Yn="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",er={isNotNumber:le,isNotString:Ie,isNotObject:Fe,isNotArray:X,isNotBoolean:U,runtimeRequired:J,pleaseEnterCaption:Vt,pleaseEnterCaptionTip:xt,pleaseEnterPlaceholder:Ht,pleaseEnterFieldCode:Wt,pleaseEnterForm:Gt,pleaseEnterList:zt,pleaseEnterProcess:qt,pleaseEnterLabel:Kt,pleaseEnterValue:Xt,bizKeyNotBindFiled:Jt,pleaseSelectOneField:Qt,pleaseEnterNumberRange:Zt,pleaseEnterAValueGreaterThanMin:Yt,pleaseEnterAValueLessThanMax:en,numberRangeSetError:tn,stringRangeError:nn,attachmentMaxSize:rn,pleaseEnterTotalScoreSetting:un,theTotalScoreMustNotBeLessThan1:an,scoreDefaultValueRange:on,attachmentLimitError:sn,PleaseReselectTheOptionalQuantity:ln,TheMaximumLengthIsGreaterThanTheMinimumLength:cn,TheMinimumLengthIsGreaterThanTheMaximumLength:fn,PleaseSelectTheCorrectOptionSettings:pn,optionIdIsRepeat:hn,optionIsRequired:dn,pleaseEnterDataCode:vn,pleaseEnterValueFieldCode:yn,pleaseEnterSvcCode:gn,pleaseBindAtLeastOneDisplayValue:En,pleaseSelectProvince:mn,pleaseSelectCity:Bn,pleaseSelectDistrict:Cn,limitRowsCannotBeLessThan0:An,TheNumberOfRowsCannotBeLessThanMinRows:Sn,pleaseEnterColumnWidth:bn,pleaseSetTheLogicalRelationshipOfAllRuleConditions:In,pleaseCompleteAllRulesAndConditions:Fn,pleaseSelectControl:_n,pleaseSelectAtLeastOneColumn:Dn,pleaseSelectFillBackMode:wn,pleaseSelectDashboard:Rn,rootNodeIsRequired:$n,theViewNameCannotBeEmpty:Pn,pleaseSelectOcrType:Ln,pleaseSelectAtLeastOneFieldToFillIn:Mn,pleaseChooseAtLeastOne:On,pleaseEnterButtonContent:Tn,pleaseEnterDataCodeInDataSetting:jn,pleaseEnterValueFieldCodeInDataSetting:kn,pleaseEnterSvcCodeInDataSetting:Nn,pleaseBindAtLeastOneDisplayValueInDataSetting:Un,rootNodeIsRequiredInDataSetting:Vn,pleaseEnterMaxHeight:xn,pleaseEnter:Hn,pleaseEnterWatermark:Wn,pleaseEnterFileName:Gn,pleaseUploadAtLeastOnePrintTemplate:zn,pleaseAssignBusiness:qn,pleaseAssignExternal:Kn,pleaseEnterAliasCode:Xn,pleaseSelectDataCode:Jn,pleaseSelectSvcCode:Qn,pleaseSelectJoinFieldCode:Zn,pleaseSelectMainFieldCode:Yn},tr="Please enter a number",nr="Please enter a string",rr="Please enter an object",ur="Please enter an array",ar="Please enter a boolean",or="{caption} Required",ir="Please enter the title",sr="Please enter the bubble prompt",lr="Please enter the prompt text",cr="Please bind data items",fr="Please bind the form",pr="Please bind the list",hr="Please bind the process",dr="Please enter the displayed value",vr="Please enter the stored value",yr="The document number is not bound to the data item",gr="Please select at least one display field",Er="Please enter a value greater than or equal to {min} and less than or equal to {max}",mr="Please enter a value greater than or equal to {min}",Br="Please enter a value less than or equal to {max}",Cr="The value range is set incorrectly",Ar="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Sr="The attachment size must be between 0MB and 1000MB",br="Please fill in the total score setting",Ir="The total score cannot be less than 1",Fr="The default value must be between {min} and {max}",_r="The number of attachments uploaded must be between {min} and {max}",Dr="Please re-select the optional quantity",wr="The maximum length of the control must be greater than the minimum length",Rr="The minimum length of the control must be less than the maximum length",$r="Please select the correct option setting",Pr="Option ID cannot be repeated",Lr="Please enter at least one option",Mr="Please bind the data source",Or="Please bind the stored value",Tr="Please bind the service",jr="At least one display value must be bound",kr="Please select a province",Nr="Please select a city",Ur="Please select a district",Vr="The minimum number of lines to fill in cannot be less than 0",xr="The number of rows cannot be less than {min} rows",Hr="Please enter the column width",Wr="Please set the logical relationship of all rule conditions",Gr="Please complete all rules and conditions",zr="please select control",qr="Please select the dashboard",Kr="View name cannot be empty",Xr="Please select recognition type",Jr="Please select at least one field to fill in",Qr="Please select at least one",Zr="Please enter the button title",Yr="Please bind the business model in the data settings",eu="Please bind storage values in data settings",tu="Please bind the service in the data settings",nu="Please bind at least one display value in the data settings",ru="Please select the root node in the data settings",uu="Please enter the maximum height",au="The input content cannot be empty",ou="Watermark cannot be empty",iu="File name cannot be empty",su="Please upload at least one printing template!\uFF01",lu="Please select a specific business department",cu="Please select a specified external organization",fu="Please enter a sub table alias",pu="Please select the associated table to set the business model",hu="Please select the association table to set the binding service",du="Select associated sub table fields",vu="Please select the associated main table field",yu={isNotNumber:tr,isNotString:nr,isNotObject:rr,isNotArray:ur,isNotBoolean:ar,runtimeRequired:or,pleaseEnterCaption:ir,pleaseEnterCaptionTip:sr,pleaseEnterPlaceholder:lr,pleaseEnterFieldCode:cr,pleaseEnterForm:fr,pleaseEnterList:pr,pleaseEnterProcess:hr,pleaseEnterLabel:dr,pleaseEnterValue:vr,bizKeyNotBindFiled:yr,pleaseSelectOneField:gr,pleaseEnterNumberRange:Er,pleaseEnterAValueGreaterThanMin:mr,pleaseEnterAValueLessThanMax:Br,numberRangeSetError:Cr,stringRangeError:Ar,attachmentMaxSize:Sr,pleaseEnterTotalScoreSetting:br,theTotalScoreMustNotBeLessThan1:Ir,scoreDefaultValueRange:Fr,attachmentLimitError:_r,PleaseReselectTheOptionalQuantity:Dr,TheMaximumLengthIsGreaterThanTheMinimumLength:wr,TheMinimumLengthIsGreaterThanTheMaximumLength:Rr,PleaseSelectTheCorrectOptionSettings:$r,optionIdIsRepeat:Pr,optionIsRequired:Lr,pleaseEnterDataCode:Mr,pleaseEnterValueFieldCode:Or,pleaseEnterSvcCode:Tr,pleaseBindAtLeastOneDisplayValue:jr,pleaseSelectProvince:kr,pleaseSelectCity:Nr,pleaseSelectDistrict:Ur,limitRowsCannotBeLessThan0:Vr,TheNumberOfRowsCannotBeLessThanMinRows:xr,pleaseEnterColumnWidth:Hr,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Wr,pleaseCompleteAllRulesAndConditions:Gr,pleaseSelectControl:zr,pleaseSelectDashboard:qr,theViewNameCannotBeEmpty:Kr,pleaseSelectOcrType:Xr,pleaseSelectAtLeastOneFieldToFillIn:Jr,pleaseChooseAtLeastOne:Qr,pleaseEnterButtonContent:Zr,pleaseEnterDataCodeInDataSetting:Yr,pleaseEnterValueFieldCodeInDataSetting:eu,pleaseEnterSvcCodeInDataSetting:tu,pleaseBindAtLeastOneDisplayValueInDataSetting:nu,rootNodeIsRequiredInDataSetting:ru,pleaseEnterMaxHeight:uu,pleaseEnter:au,pleaseEnterWatermark:ou,pleaseEnterFileName:iu,pleaseUploadAtLeastOnePrintTemplate:su,pleaseAssignBusiness:lu,pleaseAssignExternal:cu,pleaseEnterAliasCode:fu,pleaseSelectDataCode:pu,pleaseSelectSvcCode:hu,pleaseSelectJoinFieldCode:du,pleaseSelectMainFieldCode:vu},gu="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Eu="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",mu="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Bu="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Cu="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Au="{caption}\u5FC5\u9808",Su="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",bu="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Iu="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Fu="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",_u="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Du="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",wu="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Ru="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",$u="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Pu="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Lu="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Mu="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ou="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Tu="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ju="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",ku="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Nu="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Uu="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Vu="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",xu="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Hu="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",Wu="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Gu="\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",zu="\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",qu="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ku="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Xu="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Ju="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Qu="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Zu="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Yu="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",ea="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ta="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",na="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ra="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ua="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",aa="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",oa="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ia="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",sa="please select control",la="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ca="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",fa="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",pa="\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",ha="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",da="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",va="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",ya="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",ga="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Ea="\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",ma="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ba="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ca="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Aa="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Sa="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",ba="\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",Ia="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Fa="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",_a="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Da="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",wa="\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",Ra="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",$a="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Pa={isNotNumber:gu,isNotString:Eu,isNotObject:mu,isNotArray:Bu,isNotBoolean:Cu,runtimeRequired:Au,pleaseEnterCaption:Su,pleaseEnterCaptionTip:bu,pleaseEnterPlaceholder:Iu,pleaseEnterFieldCode:Fu,pleaseEnterForm:_u,pleaseEnterList:Du,pleaseEnterProcess:wu,pleaseEnterLabel:Ru,pleaseEnterValue:$u,bizKeyNotBindFiled:Pu,pleaseSelectOneField:Lu,pleaseEnterNumberRange:Mu,pleaseEnterAValueGreaterThanMin:Ou,pleaseEnterAValueLessThanMax:Tu,numberRangeSetError:ju,stringRangeError:ku,attachmentMaxSize:Nu,pleaseEnterTotalScoreSetting:Uu,theTotalScoreMustNotBeLessThan1:Vu,scoreDefaultValueRange:xu,attachmentLimitError:Hu,PleaseReselectTheOptionalQuantity:Wu,TheMaximumLengthIsGreaterThanTheMinimumLength:Gu,TheMinimumLengthIsGreaterThanTheMaximumLength:zu,PleaseSelectTheCorrectOptionSettings:qu,optionIdIsRepeat:Ku,optionIsRequired:Xu,pleaseEnterDataCode:Ju,pleaseEnterValueFieldCode:Qu,pleaseEnterSvcCode:Zu,pleaseBindAtLeastOneDisplayValue:Yu,pleaseSelectProvince:ea,pleaseSelectCity:ta,pleaseSelectDistrict:na,limitRowsCannotBeLessThan0:ra,TheNumberOfRowsCannotBeLessThanMinRows:ua,pleaseEnterColumnWidth:aa,pleaseSetTheLogicalRelationshipOfAllRuleConditions:oa,pleaseCompleteAllRulesAndConditions:ia,pleaseSelectControl:sa,pleaseSelectDashboard:la,theViewNameCannotBeEmpty:ca,pleaseSelectOcrType:fa,pleaseSelectAtLeastOneFieldToFillIn:pa,pleaseChooseAtLeastOne:ha,pleaseEnterButtonContent:da,pleaseEnterDataCodeInDataSetting:va,pleaseEnterValueFieldCodeInDataSetting:ya,pleaseEnterSvcCodeInDataSetting:ga,pleaseBindAtLeastOneDisplayValueInDataSetting:Ea,rootNodeIsRequiredInDataSetting:ma,pleaseEnterMaxHeight:Ba,pleaseEnter:Ca,pleaseEnterWatermark:Aa,pleaseEnterFileName:Sa,pleaseUploadAtLeastOnePrintTemplate:ba,pleaseAssignBusiness:Ia,pleaseAssignExternal:Fa,pleaseEnterAliasCode:_a,pleaseSelectDataCode:Da,pleaseSelectSvcCode:wa,pleaseSelectJoinFieldCode:Ra,pleaseSelectMainFieldCode:$a},La={zhCN:er,enUS:yu,jaJP:Pa},nt;(function(e){e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable"})(nt||(nt={}));var rt;(function(e){e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN"})(rt||(rt={}));var Ma="zh-CN",Oa=function(){};function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var P;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(P||(P={}));var f;(function(e){e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.ORGANIZATION_SELECTION="organization-selection",e.FORM_SELECT_BUTTON="form-select-button",e.LIST_VIEW_SELECT="list-view-select",e.TEXT_OCR_BUTTON="text-ocr-button",e.INVOICE_CHECK_BUTTON="invoice-check-button",e.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",e.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",e.VARCHAR_COLUMN="varchar-column",e.TEXT_COLUMN="text-column",e.DECIMAL_COLUMN="decimal-column",e.TIMESCOPE_COLUMN="timescope-column",e.TIMESTAMP_COLUMN="timestamp-column",e.ARRAY_COLUMN="array-column",e.DEPARTMENT_COLUMN="department-column",e.AUTO_NUMBER_COLUMN="auto-number-column",e.FILE_COLUMN="file-column",e.IMAGE_COLUMN="image-column",e.PEOPLE_COLUMN="people-column",e.LOCATION_COLUMN="location-column",e.CUSTOM_COLUMN="custom-column",e.ORDER_COLUMN="order-column",e.OPERATION_COLUMN="operation-column",e.EMPLOYEE_COLUMN="employee-column",e.Approval_Status_Column="approval-status-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.DEPARTMENT="department",e.EMPLOYEE="employee",e.IMAGE="image",e.INPUT="input",e.NUMBER="number",e.RADIO="radio",e.RICH_TEXT="rich-text",e.SCORE="score",e.SEARCH_DATE_RANGE="search-date-range",e.SEARCH_NUMBER_RANGE="search-number-range",e.SEARCH_INPUT="search-input",e.SELECT="select",e.SELECT_MULTIPLE="select-multiple",e.SELECT_RELATION="select-relation",e.VUE_FORM_ITEM="vue-form-item",e.TEXTAREA="textarea",e.EMAIL="email",e.FOOTER="footer",e.HEADER="header",e.ID_CARD="id-card",e.MOBILE="mobile",e.PHONE="phone",e.RADIO_IMAGE="radio-image",e.ELECTRONIC_SIGNATURE="electronic-signature",e.WPS="wps",e.CARD_GROUP="card-group",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.ROW="row",e.TWO_COLUMNS="two-columns",e.SUBTABLE_COLUMN="subtable-column",e.SUBTABLE_ROW="subtable-row",e.TAB="tab",e.TAB_PANE="tab-pane",e.TOOLBOX="toolbox",e.DATA_VIEW="data-view",e.LIST_VIEW="list-view",e.ACTION_BAR="action-bar",e.SUBTABLE="subtable",e.GRID_TABLE="grid-table",e.SIMPLE_SEARCH="simple-search",e.PAGINATION="pagination",e.CHECKBOX_IMAGE="checkbox-image",e.DASHBOARD="dashboard",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2"})(f||(f={}));var I;(function(e){e.VARCHAR="varchar",e.TEXT="text",e.ARRAY="array",e.ADDRESS="location",e.DECIMAL="decimal",e.DECIMAL_RANGE="decimal_range",e.TIMESTAMP="timestamp",e.EMPLOYEES="people",e.DEPARTMENTS="department",e.MONEY="money",e.TIMESCOPE="timescope",e.FILE="file",e.IMAGE="image",e.AUTO_NUMBER="auto_number",e.CALC="calc",e.RELATION="relation",e.LIST="list",e.RELATION_FIELD="relation-field",e.REFERENCE_FIELD="reference-field",e.CALC_FIELD="calc",e.JSON="json",e.BIGINT="bigint",e.ANY="ANY",e.ENCRYPTED_FIELD="encrypted_field"})(I||(I={}));var M,Ta=(M={},k(M,I.ARRAY,f.ARRAY_COLUMN),k(M,I.AUTO_NUMBER,f.AUTO_NUMBER_COLUMN),k(M,I.DECIMAL,f.DECIMAL_COLUMN),k(M,I.DEPARTMENTS,f.DEPARTMENT_COLUMN),k(M,I.FILE,f.FILE_COLUMN),k(M,I.IMAGE,f.IMAGE_COLUMN),k(M,I.ADDRESS,f.LOCATION_COLUMN),k(M,I.EMPLOYEES,f.EMPLOYEE_COLUMN),k(M,I.TEXT,f.TEXT_COLUMN),k(M,I.TIMESCOPE,f.TIMESCOPE_COLUMN),k(M,I.TIMESTAMP,f.TIMESTAMP_COLUMN),k(M,I.VARCHAR,f.VARCHAR_COLUMN),k(M,I.RELATION,f.VARCHAR_COLUMN),M),ut;(function(e){e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime"})(ut||(ut={}));var at="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",ja=at+"0123456789";function ka(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",n=0;n<e;n++){var r=n===0?at:ja,u=Math.random()*r.length;t+=r[parseInt(String(u),10)]}return t}function _e(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Na(e){if(Array.isArray(e))return _e(e)}function Ua(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Va(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function xa(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function ce(e,t,n){return xa()?ce=Reflect.construct:ce=function(u,a,o){var c=[null];c.push.apply(c,a);var v=Function.bind.apply(u,c),m=new v;return o&&Z(m,o.prototype),m},ce.apply(null,arguments)}function Q(e){return Q=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Q(e)}function Ha(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Z(e,t)}function Wa(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Ga(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function za(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function qa(e,t){return t&&(Ka(t)==="object"||typeof t=="function")?t:Ua(e)}function Z(e,t){return Z=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Z(e,t)}function ot(e){return Na(e)||Ga(e)||Xa(e)||za()}var Ka=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Xa(e,t){if(!!e){if(typeof e=="string")return _e(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _e(e,t)}}function De(e){var t=typeof Map=="function"?new Map:void 0;return De=function(r){if(r===null||!Wa(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,u)}function u(){return ce(r,arguments,Q(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Z(u,r)},De(e)}function Ja(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Qa(e){var t=Ja();return function(){var r=Q(e),u;if(t){var a=Q(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return qa(this,u)}}var we=console;function fe(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,u=t.slice(1);(r=we).warn.apply(r,["\u{1F9D0} Driven Warning:"+t[0]].concat(ot(u)))}function it(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,u=t.slice(1);(r=we).log.apply(r,["\u{1F680} Driven Log:"+t[0]].concat(ot(u)))}function Za(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var st=function(e){Ha(n,e);var t=Qa(n);function n(r){Va(this,n);var u;return u=t.call(this,r),u.name="\u{1F4A5} Driven Error",u.message=r?Za(r):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",u}return n}(De(Error));function Y(e){throw new st(e)}function Ya(e){we.error(new st(e))}var eo=Object.prototype.toString;function lt(e,t){return eo.call(e)==="[object "+t+"]"}function to(e){return lt(e,"String")}function no(e){return lt(e,"Promise")}var ro=function(){function e(t){var n,r;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((r=(n=t.messages)!==null&&n!==void 0?n:this.getPreImport(t.locale))!==null&&r!==void 0?r:{}),t.variableRegExp&&(this.variableRegExp=t.variableRegExp),this.setLocale(t.locale)}return e.prototype.setLocale=function(t){var n=this;this.locale=t,this._messageCache.clear();var r=this.getMessageData();no(r)?r.then(function(u){n._messageCache.clear(),n.messages[n.localeInMessageKey]=u}):this.messages[this.localeInMessageKey]=r},e.prototype.getMessageData=function(){var t=this._messages[this.localeInMessageKey];return typeof t=="function"?t():t},e.prototype.translate=function(t,n,r){var u=this.getMessage(t);return u?this.formatMessage(u,r):this.formatMessage(n,r)},e.prototype.getMessage=function(t){if(this._messageCache.has(t))return this._messageCache.get(t);var n=this.getPathArray(t),r=n.reduce(function(u,a,o,c){if(u!==void 0){var v=u[a];if(!(o===c.length-1&&!to(v)))return v}},this.message);return this._messageCache.set(t,r),r},e.prototype.formatMessage=function(t,n){return n?t.replace(this.variableRegExp,function(r,u){var a=n[u];return a!==void 0?String(a):r}):t},e.prototype.getPreImport=function(t){var n;if(window.okI18nPreImport){var r=this.getLocaleInMessageKey(t);return window.okI18nPreImport.hasOwnProperty(r)?window.okI18nPreImport:(n={},n[r]=window.okI18nPreImport,n)}},e.prototype.getPathArray=function(t){return t.split(".")},e.prototype.getLocaleInMessageKey=function(t){return t.replace(/-/g,"")},Object.defineProperty(e.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"message",{get:function(){var t;return(t=this.messages[this.localeInMessageKey])!==null&&t!==void 0?t:{}},enumerable:!1,configurable:!0}),e}();function uo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ct(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ao(e,t,n){return t&&ct(e.prototype,t),n&&ct(e,n),e}var ft=function(){function e(){uo(this,e)}return ao(e,null,[{key:"getMessage",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(n,"",r)}},{key:"resetI18n",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Ma;return new ro({locale:n,messages:La})}},{key:"setLocale",value:function(n){return this.$i18n.setLocale(n)}}]),e}();ft.$i18n=ft.resetI18n();function oo(e,t,n){var r=t.replace(/\[(\d)]/g,function(a,o){return"."+o}).split("."),u=!1;return r.reduce(function(a,o,c,v){var m=a;if(!!a){if(!Object.prototype.hasOwnProperty.call(a,o)){fe("Can not set ".concat(t,"'s ").concat(o," property in current %o, Because there is no ").concat(o," property on the %o"),a,a);return}return c===v.length-1&&!Object.is(m[o],n)&&(m[o]=n,u=!0),m[o]}},e),u}var io={exports:{}};(function(e){(function(t){var n=function(p,h,d){if(!m(h)||B(h)||F(h)||S(h)||v(h))return h;var $,L=0,z=0;if(C(h))for($=[],z=h.length;L<z;L++)$.push(n(p,h[L],d));else{$={};for(var H in h)Object.prototype.hasOwnProperty.call(h,H)&&($[p(H,d)]=n(p,h[H],d))}return $},r=function(p,h){h=h||{};var d=h.separator||"_",$=h.split||/(?=[A-Z])/;return p.split($).join(d)},u=function(p){return R(p)?p:(p=p.replace(/[\-_\s]+(.)?/g,function(h,d){return d?d.toUpperCase():""}),p.substr(0,1).toLowerCase()+p.substr(1))},a=function(p){var h=u(p);return h.substr(0,1).toUpperCase()+h.substr(1)},o=function(p,h){return r(p,h).toLowerCase()},c=Object.prototype.toString,v=function(p){return typeof p=="function"},m=function(p){return p===Object(p)},C=function(p){return c.call(p)=="[object Array]"},B=function(p){return c.call(p)=="[object Date]"},F=function(p){return c.call(p)=="[object RegExp]"},S=function(p){return c.call(p)=="[object Boolean]"},R=function(p){return p=p-0,p===p},_=function(p,h){var d=h&&"process"in h?h.process:h;return typeof d!="function"?p:function($,L){return d($,p,L)}},b={camelize:u,decamelize:o,pascalize:a,depascalize:o,camelizeKeys:function(p,h){return n(_(u,h),p)},decamelizeKeys:function(p,h){return n(_(o,h),p,h)},pascalizeKeys:function(p,h){return n(_(a,h),p)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=b:t.humps=b})(D)})(io);var pt={};Object.defineProperty(pt,"__esModule",{value:!0});function Re(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(t=>typeof t!="object"||t===null?t:Re(t));{const t={};for(const n in e){const r=e[n];t[n]=typeof r!="object"||r===null?r:Re(r)}return t}}pt.default=Re;function ht(e){return Object.prototype.toString.call(e)==="[object Object]"}function so(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function ee(e){return Array.isArray(e)}function $e(e){return typeof e=="string"}function lo(e){return Object.values(f).includes(e)}function Pe(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function co(e){if(Array.isArray(e))return Pe(e)}function dt(e,t,n,r,u,a,o){try{var c=e[a](o),v=c.value}catch(m){n(m);return}c.done?t(v):Promise.resolve(v).then(r,u)}function fo(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var a=e.apply(t,n);function o(v){dt(a,r,u,o,c,"next",v)}function c(v){dt(a,r,u,o,c,"throw",v)}o(void 0)})}}function po(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function vt(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ho(e,t,n){return t&&vt(e.prototype,t),n&&vt(e,n),e}function vo(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function yo(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Le(e){return co(e)||vo(e)||go(e)||yo()}function go(e,t){if(!!e){if(typeof e=="string")return Pe(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Pe(e,t)}}var yt=function(){function e(){po(this,e),this._events=new Map,this.debug=!1}return ho(e,[{key:"emit",value:function(n){for(var r=arguments.length,u=new Array(r>1?r-1:0),a=1;a<r;a++)u[a-1]=arguments[a];var o=this;return fo(se.mark(function c(){var v,m,C,B,F,S,R,_,b,p;return se.wrap(function(d){for(;;)switch(d.prev=d.next){case 0:if(v=o._events.get(n),m=[],!v){d.next=42;break}C=v.slice(),B=!0,F=!1,S=void 0,d.prev=5,R=C[Symbol.iterator]();case 7:if(B=(_=R.next()).done){d.next=28;break}if(b=_.value,v.includes(b)){d.next=11;break}return d.abrupt("continue",25);case 11:return d.prev=11,o.debug&&it.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \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(u.map(function(){return"%o"}).join(","),"\u3002")].concat(Le(u))),d.next=15,b.apply(null,Le(u));case 15:if(p=d.sent,o.debug&&it.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \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(u.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Le(u),[p])),m.push(p),p!==!1){d.next=20;break}return d.abrupt("break",28);case 20:d.next=25;break;case 22:d.prev=22,d.t0=d.catch(11),Ya(String(d.t0)+":"+String(d.t0.stack));case 25:B=!0,d.next=7;break;case 28:d.next=34;break;case 30:d.prev=30,d.t1=d.catch(5),F=!0,S=d.t1;case 34:d.prev=34,d.prev=35,!B&&R.return!=null&&R.return();case 37:if(d.prev=37,!F){d.next=40;break}throw S;case 40:return d.finish(37);case 41:return d.finish(34);case 42:return d.abrupt("return",m);case 43:case"end":return d.stop()}},c,null,[[5,30,34,42],[11,22],[35,,37,41]])}))()}},{key:"on",value:function(n,r){if(this._events.has(n)){var u;(u=this._events.get(n))===null||u===void 0||u.push(r)}else this._events.set(n,[r])}},{key:"off",value:function(n,r){if(this._events.has(n)){var u=this._events.get(n),a=u==null?void 0:u.indexOf(r);u==null||u.splice(a,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),e}();function Eo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function gt(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function mo(e,t,n){return t&>(e.prototype,t),n&>(e,n),e}var Bo=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_list_before_insert",name:"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",code:"list-before-insert"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_render_operation",name:"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",code:"list-render-operation"},{key:"on_list_rowclick",name:"\u884C\u70B9\u51FB\u65F6",code:"list-rowclick"},{key:"on_list_before_rowdelete",name:"\u884C\u5220\u9664\u524D",code:"list-before-rowdelete"},{key:"on_list_before_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",code:"list-before-import"},{key:"on_list_rows_checked",name:"\u884C\u9009\u4E2D\u65F6",code:"list-rows-checked"},{key:"on_change_tab",name:"\u6807\u7B7E\u9875\u5207\u6362\u65F6",code:"change-tab"},{key:"on_modal_ok",name:"\u5F39\u7A97\u786E\u8BA4\u65F6",code:"modal-ok"}],te=function(){function e(){Eo(this,e)}return mo(e,[{key:"getEventsFromKeys",value:function(n){var r=typeof n=="string"?[n]:n;return e.events.filter(function(u){return r.includes(u.key)})}}]),e}();te.events=Bo;function Co(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Et(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ao(e,t,n){return t&&Et(e.prototype,t),n&&Et(e,n),e}var mt=[],ne=function(){function e(t){Co(this,e),this.registeredControlTypes=new Set,this.controlConfigMap=new Map,this._controls=[],this._type=t,this._initControls(t)}return Ao(e,[{key:"registerControlConfig",value:function(n,r){return this.controlConfigMap.set(n,r),this}},{key:"getControlConfig",value:function(n){return this.controlConfigMap.get(n)}},{key:"getControls",value:function(){return this._controls}},{key:"register",value:function(n){n.__is_control__||Y("".concat(n.name," is not a Control"));var r=this._controls.findIndex(function(u){return u.controlType===n.controlType});return r>-1&&(fe("The ".concat(n.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(r,1)),this.registeredControlTypes.add(n.controlType),this._controls.push(n),this}},{key:"isLayoutControl",value:function(n){return n.controlType===P.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===P.FORM}},{key:"isListControl",value:function(n){return n.controlType===P.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===P.COLUMN}},{key:"createControl",value:function(n,r){if(Array.isArray(n)){var u=this;return n.map(function(S){return u.createControl(S,r)})}if(n.children){var a=this;n.children=n.children.map(function(S){return a.createControl(S,r)})}if(this.isListControl(n)){var o=n.props;if(o.headers){var c=this;o.headers=o.headers.map(function(S){return c.createControl(S,r)})}if(o.footers){var v=this;o.footers=o.footers.map(function(S){var R;return S&&(R=v.createControl(S,r)),R})}}var m=this.getControlFormType(n.type);if(m){var C=n;if(typeof r=="function"){var B=r(C);B&&(C=B)}var F=new m(C);return F}else Y("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))}},{key:"createControlInstance",value:function(n,r){var u=this.getControlFormType(n);if(u)return new u(r)}},{key:"getControlFormType",value:function(n){return this._controls.find(function(r){return r.controlType===n})}},{key:"_initControls",value:function(n){var r=this;this.constructor.staticControls.forEach(function(u){r.register(u[n]),e.staticControlsRuntimeRules.set(u.Runtime.controlType,u.Property.RuntimeRules)})}}],[{key:"register",value:function(n){var r=n.Designer,u=n.Runtime;(!r||!u||!r.__is_control__||!u.__is_control__)&&Y("".concat(n," is can't register as a Control"));var a=this.staticControls.findIndex(function(o){return o.Designer.controlType===r.controlType});return a>-1&&(fe("The ".concat(r.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(a,1)),this.staticRegisteredTypes.add(r.controlType),this.staticControls.push(n),this}}]),e}();ne.staticControlsRuntimeRules=new Map,ne.staticControls=mt,ne.staticRegisteredTypes=new Set(mt.map(function(e){return e.Designer.controlType})),ne.staticRegisteredConfigs=new Map;var Bt;(function(e){e.CNY="CNY",e.USD="USD",e.JPY="JPY",e.EUR="EUR",e.INR="INR",e.IDR="IDR",e.BRL="BRL",e.AED="AED",e.AUD="AUD",e.CAD="CAD",e.EGP="EGP",e.GBP="GBP",e.ZAR="ZAR",e.KRW="KRW",e.MAD="MAD",e.MXN="MXN",e.MYR="MYR",e.PHP="PHP",e.PLN="PLN",e.RUB="RUB",e.SGD="SGD",e.THB="THB",e.TRY="TRY",e.TWD="TWD",e.VND="VND",e.HKD="HKD",e.IEP="IEP"})(Bt||(Bt={}));var Ct;(function(e){e.DEFAULT_DISPLAY="defaultDisplay",e.REQUIRED="required",e.IS_HIDE="isHide",e.IS_SHOW_UNIT="isShowUnit",e.IMD_SEARCH="immediatelySearch",e.MULTIPLE="multiple",e.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",e.CAPTION="caption",e.IS_HIDE_CAPTION="isHideCaption",e.DEFAULT_SHOW_OPTIONS="defaultShowOptions",e.CAN_SEARCH="canSearch",e.CAN_CHECK="canCheck",e.CAN_EDIT="canEdit",e.CAN_DELETE="canDelete",e.SHOW_UPPER_CASE="showUpperCase",e.MICROMETER="micrometer",e.PRECISION="precision",e.PERCENTAGE="percentage",e.OPTIONAL_LEVEL="optionalLevel",e.CONTAINS_SUB_NODE="containsSubNode",e.DEFAULT_COLLAPSE="defaultCollapse",e.CAN_VIEW_FORM="canViewForm",e.VIEW_FORM_MODEL_TYPE="viewFormModelType",e.SERVER_PAGINATION="serverPagination",e.IS_SHOW_CAPTION_TIP="isShowCaptionTip",e.ENCRYPTED="encrypted",e.IS_INLINE_EDIT="isInlineEdit",e.REVISIONS_MODE="revisionsMode",e.ALLOW_COPY_OPTIONS="allowCopyOptions"})(Ct||(Ct={}));var At;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.READONLY=1]="READONLY",e[e.EDITABLE=2]="EDITABLE",e[e.PRINT=5]="PRINT"})(At||(At={}));function So(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function bo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Io(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function pe(e,t,n){return Io()?pe=Reflect.construct:pe=function(u,a,o){var c=[null];c.push.apply(c,a);var v=Function.bind.apply(u,c),m=new v;return o&&ue(m,o.prototype),m},pe.apply(null,arguments)}function re(e){return re=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},re(e)}function Fo(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ue(e,t)}function _o(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Do(e,t){return t&&(wo(t)==="object"||typeof t=="function")?t:So(e)}function ue(e,t){return ue=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},ue(e,t)}var wo=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Me(e){var t=typeof Map=="function"?new Map:void 0;return Me=function(r){if(r===null||!_o(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,u)}function u(){return pe(r,arguments,re(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),ue(u,r)},Me(e)}function Ro(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function $o(e){var t=Ro();return function(){var r=re(e),u;if(t){var a=re(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Do(this,u)}}Me(Array);var Po=new yt;function Lo(e){return e.dataCode!==void 0&&e.fieldCode!==void 0}function Oe(e){return"children"in e&&ee(e.children)}function St(e){return"headers"in e.props&&ee(e.props.headers)}function bt(e){return"footers"in e.props&&ee(e.props.footers)}function he(e,t){Array.isArray(e)&&e.map(n=>{n.type===f.SUBTABLE?he(n.props.headers,t):Oe(n)?he(n==null?void 0:n.children,t):n.controlType===P.FORM&&t(n)})}const It=[f.AMOUNT,f.CALC,f.DATE_RANGE],Ft={amount:{caption:"\u91D1\u989D",fieldType:I.DECIMAL},currency:{caption:"\u5E01\u79CD",fieldType:I.VARCHAR},result:{caption:"\u7ED3\u679C",fieldType:I.DECIMAL},unit:{caption:"\u5355\u4F4D",fieldType:I.VARCHAR},min:{caption:"\u5F00\u59CB\u65F6\u95F4",fieldType:I.TIMESTAMP},max:{caption:"\u7ED3\u675F\u65F6\u95F4",fieldType:I.TIMESTAMP}};function Mo(e){let t=[];return he(e,n=>{n.controlType===P.FORM?t.push(n):n.type===f.SUBTABLE}),t}function Oo(e,t=""){return!e||!Array.isArray(e)?[]:e.map(n=>{if(!n.dataBind||n.type===f.TITLE)return n;if(It.includes(n.type)){const r=n.dataBind;Object.keys(r).forEach(u=>{const a=r[u],o=n.controlId+"_"+u;a.fieldCode=_t(o),a.dataCode=t})}else n.dataBind.fieldCode=_t(n.controlId),n.dataBind.dataCode=t;return n})}function _t(e){const t="field_";return e.startsWith(t)?e:t+e}function de(e){return Ta[e]}function To(e){const t=new x,n=[];return e.forEach(r=>{if(!(r.parentId||!r.dataBind))if(It.includes(r.type)){const u=r.dataBind,a=r.datasourceBind;Object.keys(u).forEach(o=>{const c=u[o],v=Ft[o].fieldType,m=r.caption+"_"+Ft[o].caption,C=de(v);if(!C)return;const B={caption:m,dataBind:c};o==="currency"&&(B.optionConfig="datasource",B.datasourceBind=a);const F=t.createControlInstance(C,{props:B});F&&n.push(F)})}else{const u=de(r.fieldType);if(!u)return;const a=t.createControlInstance(u,{props:{caption:r.caption,dataBind:r.dataBind,datasourceBind:r.datasourceBind}});a&&n.push(a)}}),n}function jo(e){const t=new x,r=(Array.isArray(e)?e:[e]).map(u=>{const a=de(u);return t.createControlInstance(a)});return Array.isArray(e)?r:r[0]}function Te(e){return Array.isArray(e)?e.map(t=>t.toSchema()):e.toSchema()}function je(e){return Array.isArray(e)?e.map(t=>t.toDataBindModel()).filter(t=>!!t).flat():e.toDataBindModel()}function ke(e,t,n){return tt(this,null,function*(){return Array.isArray(e)?(yield Promise.all(e.map(u=>u.validate(t,n)))).every(u=>u):yield e.validate(t,n)})}const ko=[f.TITLE,f.GRID_TABLE_COLUMN,f.SUBTABLE_COLUMN,f.OPERATION_COLUMN,f.DATA_VIEW,f.LIST_VIEW,f.HEADER,f.FOOTER,f.SIMPLE_SEARCH,f.ROW,f.GRID_ROW,f.COL,f.GRID,f.DIVIDER,f.TAB_PANE,f.TAB,f.CARD_GROUP,f.ACTION_BAR],No=[f.CALC],Uo={check:{id:"listPageCheckBtnId",caption:"\u67E5\u770B"},edit:{id:"listPageEditBtnId",caption:"\u7F16\u8F91"},delete:{id:"listPageDeleteBtnId",caption:"\u5220\u9664"}};function ae(e,t){var r,u,a,o,c,v,m,C,B;const n=[];if(ee(e))n.push(...e.map(F=>ae(F,t)).flat());else{const F=e.type,{caption:S,content:R}=e.props;let _;if(ko.includes(F))F===f.OPERATION_COLUMN&&Object.entries(Uo).reduce((b,[p,{caption:h,id:d}])=>{var L;const $=e.props[p];return $&&$.isShow&&b.push({controlId:d,caption:h,type:e.type,controlType:e.controlType,parentId:(L=t==null?void 0:t.controlId)!=null?L:null,canEdit:!1,canRead:!1,canHide:!0,group:"element"}),b},n);else if(_={controlId:e.id,caption:S||R||e.name,type:e.type,controlType:e.controlType,parentId:(r=t==null?void 0:t.controlId)!=null?r:null,canEdit:!No.includes(F),canRead:!0,canHide:!0,group:"element"},t&&t.type===f.SUBTABLE&&(_.caption=t.caption+"_"+_.caption),F===f.VUE_FORM_ITEM&&(_.caption=e.props.controlExportName||e.name),(e.controlType===P.FORM||e.controlType===P.COLUMN)&&((a=(u=e.props)==null?void 0:u.dataBind)==null?void 0:a.fieldCode)!==void 0&&((c=(o=e.props)==null?void 0:o.dataBind)==null?void 0:c.fieldCode)!==""&&(_.group="field"),n.push(_),F===f.VUE_FORM_ITEM){let b="element";((m=(v=e.props)==null?void 0:v.dataBind)==null?void 0:m.fieldCode)!==void 0&&((B=(C=e.props)==null?void 0:C.dataBind)==null?void 0:B.fieldCode)!==""&&(b="field");const p=e.props.permissions;p==null||p.map(h=>{var d;_={controlId:h.key,caption:h.caption,type:e.type,controlType:e.controlType,parentId:(d=e.id)!=null?d:null,canEdit:!0,canRead:!0,canHide:!0,group:b},n.push(_)})}e.children&&n.push(...e.children.map(b=>ae(b,t)).flat()),e.controlType===P.LIST&&n.push(...e.props.headers.map(b=>ae(b,_)).flat())}return n}class x extends ne{constructor(){super("Designer");this.toolbox=[],this.services={},this.eventLogic=new te,this.fieldTypes=I,this.controlSettingMap=new Map,new.target.staticControls.forEach(t=>{const{Designer:n,Setting:r}=t;this.controlSettingMap.set(n.controlType,r)})}registerControl(t){this.constructor.register(t);const{Designer:n,Setting:r}=t;this.register(n),this.registeredControlTypes.add(n.controlType),this.controlSettingMap.set(n.controlType,r)}getControlSetting(t){const n=this.controlSettingMap.get(t);return n||null}setInstance(t,n,r){try{if(!t)return;t.updateProps(n,r)}catch(u){throw u}}eachControls(t){this.getControls().forEach(t)}getInitControl(){return[this.createControlInstance("grid")]}checkSchema(...t){return tt(this,null,function*(){return ke(...t)})}getModelBindInfoList(...t){return je(...t)}getSchema(...t){return Te(...t)}listenControlHook(...t){return Po.on(...t)}}x.EventLogic=te;class Vo{constructor(){this.designer=new x}ListPageBuilder(){const t=this.designer.createControlInstance(f.LIST_VIEW),n=this.designer.createControlInstance(f.SIMPLE_SEARCH),r=this.designer.createControlInstance(f.GRID_TABLE),u=this.designer.createControlInstance(f.CREATE_FORM_LIST_BUTTON),a=this.designer.createControlInstance(f.IMPORT_RECORD_LIST_BUTTON),o=this.designer.createControlInstance(f.EXPORT_LIST_BUTTON),c=this.designer.createControlInstance(f.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(a),r.children.push(o),r.children.push(c),t.children.push(n),t.children.push(r),t}ProListPageBuilder(){const t=this.designer.createControlInstance(f.LIST_VIEW);t.props.countType="async";const n=this.designer.createControlInstance(f.SIMPLE_SEARCH),r=this.designer.createControlInstance(f.GRID_TABLE),u=this.designer.createControlInstance(f.EXPORT_LIST_BUTTON),a=this.designer.createControlInstance(f.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(a),t.children.push(n),t.children.push(r),t}FormPageBuilder(){const t=this.designer.createControlInstance(f.DATA_VIEW),n=this.designer.createControlInstance(f.TITLE),r=this.designer.createControlInstance(f.GRID);return t.children.push(n),t.children.push(r),t}VuePageBuilder(){const t=this.designer.createControlInstance(f.GRID),n=this.designer.createControlInstance(f.VUE_FORM_ITEM);return n.props.isHideCaption=!0,n.props.controlExportName="VuePage",t.children.push(n),t}}class Dt{constructor(t){var n;this.selected=null,this.selectedInstanceDataScopeParent=null,this.selectedDataScopeFlatInstances=[],this.selectedInstanceSetting=[],this.selectedInstanceSettingItems=[],this.selectedFieldItem=null,this.external={},this.movingInstance=null,this.movingInstanceOldParent=null,this.movingInstanceOldDataScopeParent=null,this.getParentBeforeInstanceMove=(n=t.getParentBeforeInstanceMove)!=null?n:r=>r.parent,this.instance=t.instance,this.getFlatInstances()}get selectedRules(){return this.selected?this.selected.rules:null}get selectedAntdRules(){const t=this.selectedRules;return t||null}setInstances(t){this.instance=t,this.getFlatInstances()}setSelectInstance(t){this.selected=t,this.selectedInstanceDataScopeParent=t?oe(t):null,this.selectedDataScopeFlatInstances=this.selectedInstanceDataScopeParent?$t(this.selectedInstanceDataScopeParent):[]}setSelectInstanceSettings(t){this.selectedInstanceSetting=t,this.selectedInstanceSettingItems=[],this.selectedInstanceSetting.forEach(n=>{this.selectedInstanceSettingItems.push(...this.getSettingItems(n))})}getSettingItems(t){return t.type==="group"?t.items:t.items.reduce((n,r)=>(n.push(...r.items),n),[])}setSelectedFieldItem(t){this.selectedFieldItem=t}setMovingInstance(t){this.movingInstance=t,this.movingInstanceOldParent=t?this.getParentBeforeInstanceMove(t):null,this.movingInstanceOldDataScopeParent=oe(t)}updateDataFieldCodeMap(t){const n=oe(t);if(!n)return;const r=this.dataFieldCodeMap.get(n.props.datasourceBind.dataCode);if(!!r){for(const[u,a]of r.entries())if(a.id===t.id){r.delete(u);break}Rt(t,this.dataFieldCodeMap)}}getFlatInstances(){const t=[],n=new Map,r=new Map;G(this.instance,u=>{t.push(u),n.set(u.id,u),Rt(u,r)}),this.flatInstances=t,this.instanceIdMap=n,this.dataFieldCodeMap=r}}function wt(e,t,n){const{dataCode:r,fieldCode:u}=t;r&&u&&(e.has(r)||e.set(r,new Map),e.get(r).set(u,n))}function Rt(e,t){if(e.controlType===P.FORM){const n=e.props.dataBind;Lo(n)?wt(t,n,e):Object.values(n).forEach(r=>{wt(t,r,e)})}}function G(e,t){(Array.isArray(e)?e:[e]).forEach(r=>{var u,a;t(r),Oe(r)&&G(r.children,t),St(r)&&G(r.props.headers,t),bt(r)&&G((a=(u=r.props)==null?void 0:u.footers)!=null?a:[],t)})}function Ne(e){return[f.SUBTABLE,f.DATA_VIEW,f.LIST_VIEW].includes(e.type)}function oe(e){let t=e?e.parent:null;if(!t)return null;for(;t&&!Ne(t);)t=t.parent;return t}function $t(e){const t=[e];return G(e,n=>{n!==e&&t.includes(n.parent)&&!Ne(n)&&t.push(n)}),t}function xo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pt(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ho(e,t,n){return t&&Pt(e.prototype,t),n&&Pt(e,n),e}var V=function(){function e(t){xo(this,e);var n;this.visible=(n=t==null?void 0:t.visible)!==null&&n!==void 0?n:!0;var r;this.expression=(r=t==null?void 0:t.expression)!==null&&r!==void 0?r:!1}return Ho(e,[{key:"isAtomicComponent",get:function(){return!0}}]),e}();function Wo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Lt(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Go(e,t,n){return t&&Lt(e.prototype,t),n&&Lt(e,n),e}var zo=function(){function e(t){Wo(this,e),this.type=t.type,this.label=t.label,this.key=t.key,this.component=t.component;var n;this.effect=(n=t.effect)!==null&&n!==void 0?n:{};var r;this.scopeEffect=(r=t.scopeEffect)!==null&&r!==void 0?r:Oa,this.defaultValue=t.defaultValue,this.validator=t.validator;var u;this.props=(u=t.props)!==null&&u!==void 0?u:new V,this.effectKeys=Object.keys(this.effect)}return Go(e,[{key:"filterEffects",value:function(n){var r=this;return n===""?Object.values(this.effect):this.effectKeys.filter(function(u){var a=new RegExp("^".concat(u,"(\\.\\w+)*$"));return a.test(n)}).map(function(u){return r.effect[u]})}},{key:"callEffectFn",value:function(n,r){try{var u=n.apply(null,r);ht(u)&&Object.assign(this.props,u)}catch(a){Y(`effect error
|
|
2
|
-
`.concat(a))}}},{key:"callEffect",value:function(n){for(var r=arguments.length,u=new Array(r>1?r-1:0),a=1;a<r;a++)u[a-1]=arguments[a];var o=this;this.filterEffects(n).forEach(function(c){return o.callEffectFn(c,u)})}},{key:"callScopeEffect",value:function(){for(var n=arguments.length,r=new Array(n),u=0;u<n;u++)r[u]=arguments[u];this.callEffectFn(this.scopeEffect,r)}}]),e}();function qo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Mt=function e(t){qo(this,e),this.type="group";var n;this.title=(n=t.title)!==null&&n!==void 0?n:"";var r;this.required=(r=t.required)!==null&&r!==void 0?r:!1,this.items=t.items,this.tips=t.tips};function Ko(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Xo(e){return"type"in e&&e.type==="tab"}var Ue=function e(t){Ko(this,e),this.type="tab",this.title=t.title,this.items=t.items};function Ot(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Jo(e){if(Array.isArray(e))return e}function Qo(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Zo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ve(e){return ve=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ve(e)}function Yo(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ve(e,t)}function ei(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r=[],u=!0,a=!1,o,c;try{for(n=n.call(e);!(u=(o=n.next()).done)&&(r.push(o.value),!(t&&r.length===t));u=!0);}catch(v){a=!0,c=v}finally{try{!u&&n.return!=null&&n.return()}finally{if(a)throw c}}return r}}function ti(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function ni(e,t){return t&&(ui(t)==="object"||typeof t=="function")?t:Qo(e)}function Ve(e,t){return Ve=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Ve(e,t)}function ri(e,t){return Jo(e)||ei(e,t)||ai(e,t)||ti()}var ui=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function ai(e,t){if(!!e){if(typeof e=="string")return Ot(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ot(e,t)}}function oi(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function ii(e){var t=oi();return function(){var r=ve(e),u;if(t){var a=ve(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return ni(this,u)}}var si=function(e){Yo(n,e);var t=ii(n);function n(r){Zo(this,n);var u;return u=t.call(this,r),ht(r)&&Object.entries(r).forEach(function(a){var o=ri(a,2),c=o[0],v=o[1];u[c]=v}),u}return n}(V);function li(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ci(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ye(e){return ye=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ye(e)}function fi(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&xe(e,t)}function pi(e,t){return t&&(hi(t)==="object"||typeof t=="function")?t:li(e)}function xe(e,t){return xe=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},xe(e,t)}var hi=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function di(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function vi(e){var t=di();return function(){var r=ye(e),u;if(t){var a=ye(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return pi(this,u)}}var yi=function(e){fi(n,e);var t=vi(n);function n(r){ci(this,n);var u;u=t.call(this,r);var a;u.maxLength=(a=r==null?void 0:r.maxLength)!==null&&a!==void 0?a:"";var o;u.minLength=(o=r==null?void 0:r.minLength)!==null&&o!==void 0?o:"";var c;u.placeholder=(c=r==null?void 0:r.placeholder)!==null&&c!==void 0?c:"";var v;return u.i18n=(v=r==null?void 0:r.i18n)!==null&&v!==void 0?v:!1,u}return n}(V);function gi(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ei(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ge(e){return ge=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ge(e)}function mi(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&He(e,t)}function Bi(e,t){return t&&(Ci(t)==="object"||typeof t=="function")?t:gi(e)}function He(e,t){return He=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},He(e,t)}var Ci=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Ai(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Si(e){var t=Ai();return function(){var r=ge(e),u;if(t){var a=ge(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Bi(this,u)}}var bi=function(e){mi(n,e);var t=Si(n);function n(r){Ei(this,n);var u;u=t.call(this,r);var a;u.max=(a=r==null?void 0:r.max)!==null&&a!==void 0?a:"";var o;u.min=(o=r==null?void 0:r.min)!==null&&o!==void 0?o:"";var c;return u.placeholder=(c=r==null?void 0:r.placeholder)!==null&&c!==void 0?c:"",u}return n}(V);function Ii(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Fi(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ee(e){return Ee=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ee(e)}function _i(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&We(e,t)}function Di(e,t){return t&&(wi(t)==="object"||typeof t=="function")?t:Ii(e)}function We(e,t){return We=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},We(e,t)}var wi=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Ri(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function $i(e){var t=Ri();return function(){var r=Ee(e),u;if(t){var a=Ee(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Di(this,u)}}var Pi=function(e){_i(n,e);var t=$i(n);function n(r){Fi(this,n);var u;u=t.call(this,r);var a;u.showType=(a=r==null?void 0:r.showType)!==null&&a!==void 0?a:"switch";var o;u.tips=(o=r==null?void 0:r.tips)!==null&&o!==void 0?o:"";var c;return u.disabled=(c=r==null?void 0:r.disabled)!==null&&c!==void 0?c:!1,u}return n}(V);function Li(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Mi(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function me(e){return me=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},me(e)}function Oi(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ge(e,t)}function Ti(e,t){return t&&(ji(t)==="object"||typeof t=="function")?t:Li(e)}function Ge(e,t){return Ge=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Ge(e,t)}var ji=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function ki(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Ni(e){var t=ki();return function(){var r=me(e),u;if(t){var a=me(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Ti(this,u)}}var Ui=function(e){Oi(n,e);var t=Ni(n);function n(r){Mi(this,n);var u;u=t.call(this,r);var a;return u.options=(a=r==null?void 0:r.options)!==null&&a!==void 0?a:[],u}return n}(V);function Vi(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function xi(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Be(e){return Be=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Be(e)}function Hi(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ze(e,t)}function Wi(e,t){return t&&(Gi(t)==="object"||typeof t=="function")?t:Vi(e)}function ze(e,t){return ze=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},ze(e,t)}var Gi=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function zi(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function qi(e){var t=zi();return function(){var r=Be(e),u;if(t){var a=Be(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Wi(this,u)}}var Ki=function(e){Hi(n,e);var t=qi(n);function n(r){xi(this,n);var u;u=t.call(this,r);var a;u.placeholder=(a=r==null?void 0:r.placeholder)!==null&&a!==void 0?a:"";var o;return u.options=(o=r==null?void 0:r.options)!==null&&o!==void 0?o:[],u}return n}(V);function Xi(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ji(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ce(e){return Ce=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ce(e)}function Qi(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&qe(e,t)}function Zi(e,t){return t&&(Yi(t)==="object"||typeof t=="function")?t:Xi(e)}function qe(e,t){return qe=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},qe(e,t)}var Yi=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function es(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function ts(e){var t=es();return function(){var r=Ce(e),u;if(t){var a=Ce(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Zi(this,u)}}var ns=function(e){Qi(n,e);var t=ts(n);function n(r){Ji(this,n);var u;u=t.call(this,r);var a;u.options=(a=r==null?void 0:r.options)!==null&&a!==void 0?a:[];var o;return u.showType=(o=r==null?void 0:r.showType)!==null&&o!==void 0?o:"outline",u}return n}(V);function rs(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function us(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ae(e){return Ae=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ae(e)}function as(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ke(e,t)}function os(e,t){return t&&(is(t)==="object"||typeof t=="function")?t:rs(e)}function Ke(e,t){return Ke=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Ke(e,t)}var is=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function ss(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function ls(e){var t=ss();return function(){var r=Ae(e),u;if(t){var a=Ae(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return os(this,u)}}var cs=function(e){as(n,e);var t=ls(n);function n(r){us(this,n);var u;u=t.call(this,r);var a;u.maxLength=(a=r==null?void 0:r.maxLength)!==null&&a!==void 0?a:"";var o;u.minLength=(o=r==null?void 0:r.minLength)!==null&&o!==void 0?o:"";var c;u.placeholder=(c=r==null?void 0:r.placeholder)!==null&&c!==void 0?c:"";var v;u.maxRows=(v=r==null?void 0:r.maxRows)!==null&&v!==void 0?v:"";var m;u.minRows=(m=r==null?void 0:r.minRows)!==null&&m!==void 0?m:"";var C;return u.i18n=(C=r==null?void 0:r.i18n)!==null&&C!==void 0?C:!1,u}return n}(V);function fs(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Xe(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){fs(e,u,n[u])})}return e}function ps(e,t){switch(e){case"input":return new yi(t);case"textarea":return new cs(t);case"input-number":return new bi(t);case"switch":return new Pi(t);case"radio":return new ns(t);case"checkbox":return new Ui(t);case"select":return new Ki(t);default:return new si(t)}}function hs(e){return function(t){var n=e.get(t);if(!!n)return new zo(Xe({},n,{props:ps(n.component,"props"in n?n.props:void 0)}))}}function ds(e){var t=function(a){return new Mt(Xe({},a,{items:a.items.map(hs(r)).filter(Boolean)}))},n=function(a){return a.map(t)},r=e.fields.reduce(function(u,a){return u.set(a.key,a),u},new Map);return e.groups.map(function(u){return Xo(u)?new Ue(Xe({},u,{items:n(u.items)})):t(u)})}let Je="";class Tt extends yt{constructor(t){super();this.isMounted=!1,this.id=ka(8),this.__pluginsApplied=!1,this.getSchema=Te,this.getModelBindInfoList=je,this.generatePermissions=ae,this.$options=Object.freeze(t);const{autoMount:n=!1,Designer:r=x,schema:u,mode:a="form",store:o={}}=this.$options;this.eventLogic=new te,this.designer=new r,this.store=new Dt(K({instance:this.designer.createControl(Array.isArray(u)?u:[u])},o)),this.mode=a,n&&this.mount()}mount(){const{plugins:t=[]}=this.$options;this.__plugins=t,this.applyPlugins(),this.isMounted=!0}use(t){return this.__pluginsApplied||this.__plugins.push(t),this}applyPlugins(){this.__pluginsApplied||(this.__plugins.forEach(t=>{var n;try{Je=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this),Je=""}catch(r){Y(`${Je||t.constructor.name} Plugin apply Error
|
|
3
|
-
${r}`)}}),this.__pluginsApplied=!0)}emit(t,...n){return super.emit(t,n)}on(t,n){return super.on(t,n)}setInstances(t,n){this.store.setInstances(this.designer.createControl(Array.isArray(t)?t:[t],n))}beforeSelectInstance(){this.store.setSelectInstance(null),this.setSelectedFieldItem(null),this.store.setSelectInstanceSettings([])}afterSelectInstance(){const t=this.store.selected;!t||(this.setSelectedInstanceSetting(),this.emit("select",{instance:t}))}setSelectedInstanceSetting(){var u,a;const t=this.store.selected;if(!t)return;let n=this.getControlSetting(t.type);if(((u=t.parent)==null?void 0:u.controlType)===P.WRAP){const o=this.getControlSetting((a=t.parent)==null?void 0:a.type);n=this.concatSetting(n,o,t.parent.id)}this.store.setSelectInstanceSettings(n),this.callSelectedEffect("");const r={from:null,current:this.store.selectedInstanceDataScopeParent,oldParent:null,newParent:t.parent};this.callSelectedScopeEffect(r)}concatSetting(t,n,r){var a,o,
|
|
1
|
+
var ms=Object.defineProperty;var Nt=Object.getOwnPropertySymbols;var Bs=Object.prototype.hasOwnProperty,Cs=Object.prototype.propertyIsEnumerable;var Ut=(m,D,w)=>D in m?ms(m,D,{enumerable:!0,configurable:!0,writable:!0,value:w}):m[D]=w,K=(m,D)=>{for(var w in D||(D={}))Bs.call(D,w)&&Ut(m,w,D[w]);if(Nt)for(var w of Nt(D))Cs.call(D,w)&&Ut(m,w,D[w]);return m};var tt=(m,D,w)=>new Promise((se,le)=>{var Ie=U=>{try{X(w.next(U))}catch(J){le(J)}},Fe=U=>{try{X(w.throw(U))}catch(J){le(J)}},X=U=>U.done?se(U.value):Promise.resolve(U.value).then(Ie,Fe);X((w=w.apply(m,D)).next())});(function(m,D){typeof exports=="object"&&typeof module!="undefined"?D(exports):typeof define=="function"&&define.amd?define(["exports"],D):(m=typeof globalThis!="undefined"?globalThis:m||self,D(m.modelDrivenDriven={}))})(this,function(m){"use strict";var D=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},w={exports:{}};(function(e){var t=function(n){var r=Object.prototype,u=r.hasOwnProperty,a=Object.defineProperty||function(s,i,c){s[i]=c.value},o,l=typeof Symbol=="function"?Symbol:{},h=l.iterator||"@@iterator",E=l.asyncIterator||"@@asyncIterator",C=l.toStringTag||"@@toStringTag";function B(s,i,c){return Object.defineProperty(s,i,{value:c,enumerable:!0,configurable:!0,writable:!0}),s[i]}try{B({},"")}catch(s){B=function(i,c,g){return i[c]=g}}function S(s,i,c,g){var y=i&&i.prototype instanceof v?i:v,A=Object.create(y.prototype),O=new Ze(g||[]);return a(A,"_invoke",{value:ys(s,c,O)}),A}n.wrap=S;function b(s,i,c){try{return{type:"normal",arg:s.call(i,c)}}catch(g){return{type:"throw",arg:g}}}var R="suspendedStart",_="suspendedYield",I="executing",p="completed",d={};function v(){}function $(){}function L(){}var z={};B(z,h,function(){return this});var H=Object.getPrototypeOf,Se=H&&H(H(Ye([])));Se&&Se!==r&&u.call(Se,h)&&(z=Se);var q=L.prototype=v.prototype=Object.create(z);$.prototype=L,a(q,"constructor",{value:L,configurable:!0}),a(L,"constructor",{value:$,configurable:!0}),$.displayName=B(L,C,"GeneratorFunction");function jt(s){["next","throw","return"].forEach(function(i){B(s,i,function(c){return this._invoke(i,c)})})}n.isGeneratorFunction=function(s){var i=typeof s=="function"&&s.constructor;return i?i===$||(i.displayName||i.name)==="GeneratorFunction":!1},n.mark=function(s){return Object.setPrototypeOf?Object.setPrototypeOf(s,L):(s.__proto__=L,B(s,C,"GeneratorFunction")),s.prototype=Object.create(q),s},n.awrap=function(s){return{__await:s}};function be(s,i){function c(A,O,T,N){var j=b(s[A],s,O);if(j.type==="throw")N(j.arg);else{var et=j.arg,ie=et.value;return ie&&typeof ie=="object"&&u.call(ie,"__await")?i.resolve(ie.__await).then(function(W){c("next",W,T,N)},function(W){c("throw",W,T,N)}):i.resolve(ie).then(function(W){et.value=W,T(et)},function(W){return c("throw",W,T,N)})}}var g;function y(A,O){function T(){return new i(function(N,j){c(A,O,N,j)})}return g=g?g.then(T,T):T()}a(this,"_invoke",{value:y})}jt(be.prototype),B(be.prototype,E,function(){return this}),n.AsyncIterator=be,n.async=function(s,i,c,g,y){y===void 0&&(y=Promise);var A=new be(S(s,i,c,g),y);return n.isGeneratorFunction(i)?A:A.next().then(function(O){return O.done?O.value:A.next()})};function ys(s,i,c){var g=R;return function(A,O){if(g===I)throw new Error("Generator is already running");if(g===p){if(A==="throw")throw O;return Es()}for(c.method=A,c.arg=O;;){var T=c.delegate;if(T){var N=kt(T,c);if(N){if(N===d)continue;return N}}if(c.method==="next")c.sent=c._sent=c.arg;else if(c.method==="throw"){if(g===R)throw g=p,c.arg;c.dispatchException(c.arg)}else c.method==="return"&&c.abrupt("return",c.arg);g=I;var j=b(s,i,c);if(j.type==="normal"){if(g=c.done?p:_,j.arg===d)continue;return{value:j.arg,done:c.done}}else j.type==="throw"&&(g=p,c.method="throw",c.arg=j.arg)}}}function kt(s,i){var c=i.method,g=s.iterator[c];if(g===o)return i.delegate=null,c==="throw"&&s.iterator.return&&(i.method="return",i.arg=o,kt(s,i),i.method==="throw")||c!=="return"&&(i.method="throw",i.arg=new TypeError("The iterator does not provide a '"+c+"' method")),d;var y=b(g,s.iterator,i.arg);if(y.type==="throw")return i.method="throw",i.arg=y.arg,i.delegate=null,d;var A=y.arg;if(!A)return i.method="throw",i.arg=new TypeError("iterator result is not an object"),i.delegate=null,d;if(A.done)i[s.resultName]=A.value,i.next=s.nextLoc,i.method!=="return"&&(i.method="next",i.arg=o);else return A;return i.delegate=null,d}jt(q),B(q,C,"Generator"),B(q,h,function(){return this}),B(q,"toString",function(){return"[object Generator]"});function gs(s){var i={tryLoc:s[0]};1 in s&&(i.catchLoc=s[1]),2 in s&&(i.finallyLoc=s[2],i.afterLoc=s[3]),this.tryEntries.push(i)}function Qe(s){var i=s.completion||{};i.type="normal",delete i.arg,s.completion=i}function Ze(s){this.tryEntries=[{tryLoc:"root"}],s.forEach(gs,this),this.reset(!0)}n.keys=function(s){var i=Object(s),c=[];for(var g in i)c.push(g);return c.reverse(),function y(){for(;c.length;){var A=c.pop();if(A in i)return y.value=A,y.done=!1,y}return y.done=!0,y}};function Ye(s){if(s||s===""){var i=s[h];if(i)return i.call(s);if(typeof s.next=="function")return s;if(!isNaN(s.length)){var c=-1,g=function y(){for(;++c<s.length;)if(u.call(s,c))return y.value=s[c],y.done=!1,y;return y.value=o,y.done=!0,y};return g.next=g}}throw new TypeError(typeof s+" is not iterable")}n.values=Ye;function Es(){return{value:o,done:!0}}return Ze.prototype={constructor:Ze,reset:function(s){if(this.prev=0,this.next=0,this.sent=this._sent=o,this.done=!1,this.delegate=null,this.method="next",this.arg=o,this.tryEntries.forEach(Qe),!s)for(var i in this)i.charAt(0)==="t"&&u.call(this,i)&&!isNaN(+i.slice(1))&&(this[i]=o)},stop:function(){this.done=!0;var s=this.tryEntries[0],i=s.completion;if(i.type==="throw")throw i.arg;return this.rval},dispatchException:function(s){if(this.done)throw s;var i=this;function c(N,j){return A.type="throw",A.arg=s,i.next=N,j&&(i.method="next",i.arg=o),!!j}for(var g=this.tryEntries.length-1;g>=0;--g){var y=this.tryEntries[g],A=y.completion;if(y.tryLoc==="root")return c("end");if(y.tryLoc<=this.prev){var O=u.call(y,"catchLoc"),T=u.call(y,"finallyLoc");if(O&&T){if(this.prev<y.catchLoc)return c(y.catchLoc,!0);if(this.prev<y.finallyLoc)return c(y.finallyLoc)}else if(O){if(this.prev<y.catchLoc)return c(y.catchLoc,!0)}else if(T){if(this.prev<y.finallyLoc)return c(y.finallyLoc)}else throw new Error("try statement without catch or finally")}}},abrupt:function(s,i){for(var c=this.tryEntries.length-1;c>=0;--c){var g=this.tryEntries[c];if(g.tryLoc<=this.prev&&u.call(g,"finallyLoc")&&this.prev<g.finallyLoc){var y=g;break}}y&&(s==="break"||s==="continue")&&y.tryLoc<=i&&i<=y.finallyLoc&&(y=null);var A=y?y.completion:{};return A.type=s,A.arg=i,y?(this.method="next",this.next=y.finallyLoc,d):this.complete(A)},complete:function(s,i){if(s.type==="throw")throw s.arg;return s.type==="break"||s.type==="continue"?this.next=s.arg:s.type==="return"?(this.rval=this.arg=s.arg,this.method="return",this.next="end"):s.type==="normal"&&i&&(this.next=i),d},finish:function(s){for(var i=this.tryEntries.length-1;i>=0;--i){var c=this.tryEntries[i];if(c.finallyLoc===s)return this.complete(c.completion,c.afterLoc),Qe(c),d}},catch:function(s){for(var i=this.tryEntries.length-1;i>=0;--i){var c=this.tryEntries[i];if(c.tryLoc===s){var g=c.completion;if(g.type==="throw"){var y=g.arg;Qe(c)}return y}}throw new Error("illegal catch attempt")},delegateYield:function(s,i,c){return this.delegate={iterator:Ye(s),resultName:i,nextLoc:c},this.method==="next"&&(this.arg=o),d}},n}(e.exports);try{regeneratorRuntime=t}catch(n){typeof globalThis=="object"?globalThis.regeneratorRuntime=t:Function("r","regeneratorRuntime = r")(t)}})(w);var se=w.exports,le="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Ie="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Fe="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",X="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",U="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",J="{caption}\u5FC5\u586B",Vt="\u8BF7\u8F93\u5165\u6807\u9898",xt="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Ht="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",Wt="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Gt="\u8BF7\u7ED1\u5B9A\u8868\u5355",zt="\u8BF7\u7ED1\u5B9A\u5217\u8868",qt="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",Kt="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Xt="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",Jt="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",Qt="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",Zt="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",Yt="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",en="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",tn="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",nn="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",rn="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",un="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",an="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",on="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",sn="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",ln="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",cn="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",fn="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",pn="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",hn="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",dn="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",vn="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",yn="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",gn="\u8BF7\u7ED1\u5B9A\u670D\u52A1",En="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",mn="\u8BF7\u9009\u62E9\u7701",Bn="\u8BF7\u9009\u62E9\u5E02",Cn="\u8BF7\u9009\u62E9\u533A",An="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Sn="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",bn="\u8BF7\u8F93\u5165\u5217\u5BBD",In="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Fn="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",_n="\u8BF7\u9009\u62E9\u63A7\u4EF6",Dn="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",wn="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Rn="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",$n="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Pn="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ln="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Mn="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",On="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Tn="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",jn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",kn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Nn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Un="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Vn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",xn="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Hn="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Wn="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Gn="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",zn="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",qn="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Kn="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Xn="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",Jn="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",Qn="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",Zn="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",Yn="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",er={isNotNumber:le,isNotString:Ie,isNotObject:Fe,isNotArray:X,isNotBoolean:U,runtimeRequired:J,pleaseEnterCaption:Vt,pleaseEnterCaptionTip:xt,pleaseEnterPlaceholder:Ht,pleaseEnterFieldCode:Wt,pleaseEnterForm:Gt,pleaseEnterList:zt,pleaseEnterProcess:qt,pleaseEnterLabel:Kt,pleaseEnterValue:Xt,bizKeyNotBindFiled:Jt,pleaseSelectOneField:Qt,pleaseEnterNumberRange:Zt,pleaseEnterAValueGreaterThanMin:Yt,pleaseEnterAValueLessThanMax:en,numberRangeSetError:tn,stringRangeError:nn,attachmentMaxSize:rn,pleaseEnterTotalScoreSetting:un,theTotalScoreMustNotBeLessThan1:an,scoreDefaultValueRange:on,attachmentLimitError:sn,PleaseReselectTheOptionalQuantity:ln,TheMaximumLengthIsGreaterThanTheMinimumLength:cn,TheMinimumLengthIsGreaterThanTheMaximumLength:fn,PleaseSelectTheCorrectOptionSettings:pn,optionIdIsRepeat:hn,optionIsRequired:dn,pleaseEnterDataCode:vn,pleaseEnterValueFieldCode:yn,pleaseEnterSvcCode:gn,pleaseBindAtLeastOneDisplayValue:En,pleaseSelectProvince:mn,pleaseSelectCity:Bn,pleaseSelectDistrict:Cn,limitRowsCannotBeLessThan0:An,TheNumberOfRowsCannotBeLessThanMinRows:Sn,pleaseEnterColumnWidth:bn,pleaseSetTheLogicalRelationshipOfAllRuleConditions:In,pleaseCompleteAllRulesAndConditions:Fn,pleaseSelectControl:_n,pleaseSelectAtLeastOneColumn:Dn,pleaseSelectFillBackMode:wn,pleaseSelectDashboard:Rn,rootNodeIsRequired:$n,theViewNameCannotBeEmpty:Pn,pleaseSelectOcrType:Ln,pleaseSelectAtLeastOneFieldToFillIn:Mn,pleaseChooseAtLeastOne:On,pleaseEnterButtonContent:Tn,pleaseEnterDataCodeInDataSetting:jn,pleaseEnterValueFieldCodeInDataSetting:kn,pleaseEnterSvcCodeInDataSetting:Nn,pleaseBindAtLeastOneDisplayValueInDataSetting:Un,rootNodeIsRequiredInDataSetting:Vn,pleaseEnterMaxHeight:xn,pleaseEnter:Hn,pleaseEnterWatermark:Wn,pleaseEnterFileName:Gn,pleaseUploadAtLeastOnePrintTemplate:zn,pleaseAssignBusiness:qn,pleaseAssignExternal:Kn,pleaseEnterAliasCode:Xn,pleaseSelectDataCode:Jn,pleaseSelectSvcCode:Qn,pleaseSelectJoinFieldCode:Zn,pleaseSelectMainFieldCode:Yn},tr="Please enter a number",nr="Please enter a string",rr="Please enter an object",ur="Please enter an array",ar="Please enter a boolean",or="{caption} Required",ir="Please enter the title",sr="Please enter the bubble prompt",lr="Please enter the prompt text",cr="Please bind data items",fr="Please bind the form",pr="Please bind the list",hr="Please bind the process",dr="Please enter the displayed value",vr="Please enter the stored value",yr="The document number is not bound to the data item",gr="Please select at least one display field",Er="Please enter a value greater than or equal to {min} and less than or equal to {max}",mr="Please enter a value greater than or equal to {min}",Br="Please enter a value less than or equal to {max}",Cr="The value range is set incorrectly",Ar="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Sr="The attachment size must be between 0MB and 1000MB",br="Please fill in the total score setting",Ir="The total score cannot be less than 1",Fr="The default value must be between {min} and {max}",_r="The number of attachments uploaded must be between {min} and {max}",Dr="Please re-select the optional quantity",wr="The maximum length of the control must be greater than the minimum length",Rr="The minimum length of the control must be less than the maximum length",$r="Please select the correct option setting",Pr="Option ID cannot be repeated",Lr="Please enter at least one option",Mr="Please bind the data source",Or="Please bind the stored value",Tr="Please bind the service",jr="At least one display value must be bound",kr="Please select a province",Nr="Please select a city",Ur="Please select a district",Vr="The minimum number of lines to fill in cannot be less than 0",xr="The number of rows cannot be less than {min} rows",Hr="Please enter the column width",Wr="Please set the logical relationship of all rule conditions",Gr="Please complete all rules and conditions",zr="please select control",qr="Please select the dashboard",Kr="View name cannot be empty",Xr="Please select recognition type",Jr="Please select at least one field to fill in",Qr="Please select at least one",Zr="Please enter the button title",Yr="Please bind the business model in the data settings",eu="Please bind storage values in data settings",tu="Please bind the service in the data settings",nu="Please bind at least one display value in the data settings",ru="Please select the root node in the data settings",uu="Please enter the maximum height",au="The input content cannot be empty",ou="Watermark cannot be empty",iu="File name cannot be empty",su="Please upload at least one printing template!\uFF01",lu="Please select a specific business department",cu="Please select a specified external organization",fu="Please enter a sub table alias",pu="Please select the associated table to set the business model",hu="Please select the association table to set the binding service",du="Select associated sub table fields",vu="Please select the associated main table field",yu={isNotNumber:tr,isNotString:nr,isNotObject:rr,isNotArray:ur,isNotBoolean:ar,runtimeRequired:or,pleaseEnterCaption:ir,pleaseEnterCaptionTip:sr,pleaseEnterPlaceholder:lr,pleaseEnterFieldCode:cr,pleaseEnterForm:fr,pleaseEnterList:pr,pleaseEnterProcess:hr,pleaseEnterLabel:dr,pleaseEnterValue:vr,bizKeyNotBindFiled:yr,pleaseSelectOneField:gr,pleaseEnterNumberRange:Er,pleaseEnterAValueGreaterThanMin:mr,pleaseEnterAValueLessThanMax:Br,numberRangeSetError:Cr,stringRangeError:Ar,attachmentMaxSize:Sr,pleaseEnterTotalScoreSetting:br,theTotalScoreMustNotBeLessThan1:Ir,scoreDefaultValueRange:Fr,attachmentLimitError:_r,PleaseReselectTheOptionalQuantity:Dr,TheMaximumLengthIsGreaterThanTheMinimumLength:wr,TheMinimumLengthIsGreaterThanTheMaximumLength:Rr,PleaseSelectTheCorrectOptionSettings:$r,optionIdIsRepeat:Pr,optionIsRequired:Lr,pleaseEnterDataCode:Mr,pleaseEnterValueFieldCode:Or,pleaseEnterSvcCode:Tr,pleaseBindAtLeastOneDisplayValue:jr,pleaseSelectProvince:kr,pleaseSelectCity:Nr,pleaseSelectDistrict:Ur,limitRowsCannotBeLessThan0:Vr,TheNumberOfRowsCannotBeLessThanMinRows:xr,pleaseEnterColumnWidth:Hr,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Wr,pleaseCompleteAllRulesAndConditions:Gr,pleaseSelectControl:zr,pleaseSelectDashboard:qr,theViewNameCannotBeEmpty:Kr,pleaseSelectOcrType:Xr,pleaseSelectAtLeastOneFieldToFillIn:Jr,pleaseChooseAtLeastOne:Qr,pleaseEnterButtonContent:Zr,pleaseEnterDataCodeInDataSetting:Yr,pleaseEnterValueFieldCodeInDataSetting:eu,pleaseEnterSvcCodeInDataSetting:tu,pleaseBindAtLeastOneDisplayValueInDataSetting:nu,rootNodeIsRequiredInDataSetting:ru,pleaseEnterMaxHeight:uu,pleaseEnter:au,pleaseEnterWatermark:ou,pleaseEnterFileName:iu,pleaseUploadAtLeastOnePrintTemplate:su,pleaseAssignBusiness:lu,pleaseAssignExternal:cu,pleaseEnterAliasCode:fu,pleaseSelectDataCode:pu,pleaseSelectSvcCode:hu,pleaseSelectJoinFieldCode:du,pleaseSelectMainFieldCode:vu},gu="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Eu="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",mu="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Bu="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Cu="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Au="{caption}\u5FC5\u9808",Su="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",bu="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Iu="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Fu="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",_u="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Du="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",wu="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Ru="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",$u="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Pu="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Lu="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Mu="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ou="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Tu="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ju="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",ku="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Nu="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Uu="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Vu="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",xu="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Hu="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",Wu="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Gu="\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",zu="\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",qu="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ku="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Xu="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Ju="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Qu="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Zu="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Yu="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",ea="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ta="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",na="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ra="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ua="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",aa="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",oa="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ia="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",sa="please select control",la="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ca="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",fa="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",pa="\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",ha="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",da="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",va="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",ya="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",ga="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Ea="\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",ma="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ba="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ca="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Aa="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Sa="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",ba="\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",Ia="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Fa="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",_a="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Da="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",wa="\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",Ra="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",$a="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Pa={isNotNumber:gu,isNotString:Eu,isNotObject:mu,isNotArray:Bu,isNotBoolean:Cu,runtimeRequired:Au,pleaseEnterCaption:Su,pleaseEnterCaptionTip:bu,pleaseEnterPlaceholder:Iu,pleaseEnterFieldCode:Fu,pleaseEnterForm:_u,pleaseEnterList:Du,pleaseEnterProcess:wu,pleaseEnterLabel:Ru,pleaseEnterValue:$u,bizKeyNotBindFiled:Pu,pleaseSelectOneField:Lu,pleaseEnterNumberRange:Mu,pleaseEnterAValueGreaterThanMin:Ou,pleaseEnterAValueLessThanMax:Tu,numberRangeSetError:ju,stringRangeError:ku,attachmentMaxSize:Nu,pleaseEnterTotalScoreSetting:Uu,theTotalScoreMustNotBeLessThan1:Vu,scoreDefaultValueRange:xu,attachmentLimitError:Hu,PleaseReselectTheOptionalQuantity:Wu,TheMaximumLengthIsGreaterThanTheMinimumLength:Gu,TheMinimumLengthIsGreaterThanTheMaximumLength:zu,PleaseSelectTheCorrectOptionSettings:qu,optionIdIsRepeat:Ku,optionIsRequired:Xu,pleaseEnterDataCode:Ju,pleaseEnterValueFieldCode:Qu,pleaseEnterSvcCode:Zu,pleaseBindAtLeastOneDisplayValue:Yu,pleaseSelectProvince:ea,pleaseSelectCity:ta,pleaseSelectDistrict:na,limitRowsCannotBeLessThan0:ra,TheNumberOfRowsCannotBeLessThanMinRows:ua,pleaseEnterColumnWidth:aa,pleaseSetTheLogicalRelationshipOfAllRuleConditions:oa,pleaseCompleteAllRulesAndConditions:ia,pleaseSelectControl:sa,pleaseSelectDashboard:la,theViewNameCannotBeEmpty:ca,pleaseSelectOcrType:fa,pleaseSelectAtLeastOneFieldToFillIn:pa,pleaseChooseAtLeastOne:ha,pleaseEnterButtonContent:da,pleaseEnterDataCodeInDataSetting:va,pleaseEnterValueFieldCodeInDataSetting:ya,pleaseEnterSvcCodeInDataSetting:ga,pleaseBindAtLeastOneDisplayValueInDataSetting:Ea,rootNodeIsRequiredInDataSetting:ma,pleaseEnterMaxHeight:Ba,pleaseEnter:Ca,pleaseEnterWatermark:Aa,pleaseEnterFileName:Sa,pleaseUploadAtLeastOnePrintTemplate:ba,pleaseAssignBusiness:Ia,pleaseAssignExternal:Fa,pleaseEnterAliasCode:_a,pleaseSelectDataCode:Da,pleaseSelectSvcCode:wa,pleaseSelectJoinFieldCode:Ra,pleaseSelectMainFieldCode:$a},La={zhCN:er,enUS:yu,jaJP:Pa},nt;(function(e){e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable"})(nt||(nt={}));var rt;(function(e){e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN"})(rt||(rt={}));var Ma="zh-CN",Oa=function(){};function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var P;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(P||(P={}));var f;(function(e){e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.ORGANIZATION_SELECTION="organization-selection",e.FORM_SELECT_BUTTON="form-select-button",e.LIST_VIEW_SELECT="list-view-select",e.TEXT_OCR_BUTTON="text-ocr-button",e.INVOICE_CHECK_BUTTON="invoice-check-button",e.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",e.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",e.VARCHAR_COLUMN="varchar-column",e.TEXT_COLUMN="text-column",e.DECIMAL_COLUMN="decimal-column",e.TIMESCOPE_COLUMN="timescope-column",e.TIMESTAMP_COLUMN="timestamp-column",e.ARRAY_COLUMN="array-column",e.DEPARTMENT_COLUMN="department-column",e.AUTO_NUMBER_COLUMN="auto-number-column",e.FILE_COLUMN="file-column",e.IMAGE_COLUMN="image-column",e.PEOPLE_COLUMN="people-column",e.LOCATION_COLUMN="location-column",e.CUSTOM_COLUMN="custom-column",e.ORDER_COLUMN="order-column",e.OPERATION_COLUMN="operation-column",e.EMPLOYEE_COLUMN="employee-column",e.Approval_Status_Column="approval-status-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.DEPARTMENT="department",e.EMPLOYEE="employee",e.IMAGE="image",e.INPUT="input",e.NUMBER="number",e.RADIO="radio",e.RICH_TEXT="rich-text",e.SCORE="score",e.SEARCH_DATE_RANGE="search-date-range",e.SEARCH_NUMBER_RANGE="search-number-range",e.SEARCH_INPUT="search-input",e.SELECT="select",e.SELECT_MULTIPLE="select-multiple",e.SELECT_RELATION="select-relation",e.VUE_FORM_ITEM="vue-form-item",e.TEXTAREA="textarea",e.EMAIL="email",e.FOOTER="footer",e.HEADER="header",e.ID_CARD="id-card",e.MOBILE="mobile",e.PHONE="phone",e.RADIO_IMAGE="radio-image",e.ELECTRONIC_SIGNATURE="electronic-signature",e.WPS="wps",e.CARD_GROUP="card-group",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.ROW="row",e.TWO_COLUMNS="two-columns",e.SUBTABLE_COLUMN="subtable-column",e.SUBTABLE_ROW="subtable-row",e.TAB="tab",e.TAB_PANE="tab-pane",e.TOOLBOX="toolbox",e.DATA_VIEW="data-view",e.LIST_VIEW="list-view",e.ACTION_BAR="action-bar",e.SUBTABLE="subtable",e.GRID_TABLE="grid-table",e.SIMPLE_SEARCH="simple-search",e.PAGINATION="pagination",e.CHECKBOX_IMAGE="checkbox-image",e.DASHBOARD="dashboard",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2"})(f||(f={}));var F;(function(e){e.VARCHAR="varchar",e.TEXT="text",e.ARRAY="array",e.ADDRESS="location",e.DECIMAL="decimal",e.DECIMAL_RANGE="decimal_range",e.TIMESTAMP="timestamp",e.EMPLOYEES="people",e.DEPARTMENTS="department",e.MONEY="money",e.TIMESCOPE="timescope",e.FILE="file",e.IMAGE="image",e.AUTO_NUMBER="auto_number",e.CALC="calc",e.RELATION="relation",e.LIST="list",e.RELATION_FIELD="relation-field",e.REFERENCE_FIELD="reference-field",e.CALC_FIELD="calc",e.JSON="json",e.BIGINT="bigint",e.ANY="ANY",e.ENCRYPTED_FIELD="encrypted_field"})(F||(F={}));var M,Ta=(M={},k(M,F.ARRAY,f.ARRAY_COLUMN),k(M,F.AUTO_NUMBER,f.AUTO_NUMBER_COLUMN),k(M,F.DECIMAL,f.DECIMAL_COLUMN),k(M,F.DEPARTMENTS,f.DEPARTMENT_COLUMN),k(M,F.FILE,f.FILE_COLUMN),k(M,F.IMAGE,f.IMAGE_COLUMN),k(M,F.ADDRESS,f.LOCATION_COLUMN),k(M,F.EMPLOYEES,f.EMPLOYEE_COLUMN),k(M,F.TEXT,f.TEXT_COLUMN),k(M,F.TIMESCOPE,f.TIMESCOPE_COLUMN),k(M,F.TIMESTAMP,f.TIMESTAMP_COLUMN),k(M,F.VARCHAR,f.VARCHAR_COLUMN),k(M,F.RELATION,f.VARCHAR_COLUMN),M),ut;(function(e){e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime"})(ut||(ut={}));var at="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",ja=at+"0123456789";function ka(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",n=0;n<e;n++){var r=n===0?at:ja,u=Math.random()*r.length;t+=r[parseInt(String(u),10)]}return t}function _e(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Na(e){if(Array.isArray(e))return _e(e)}function Ua(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Va(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function xa(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function ce(e,t,n){return xa()?ce=Reflect.construct:ce=function(u,a,o){var l=[null];l.push.apply(l,a);var h=Function.bind.apply(u,l),E=new h;return o&&Z(E,o.prototype),E},ce.apply(null,arguments)}function Q(e){return Q=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Q(e)}function Ha(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Z(e,t)}function Wa(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Ga(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function za(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function qa(e,t){return t&&(Ka(t)==="object"||typeof t=="function")?t:Ua(e)}function Z(e,t){return Z=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Z(e,t)}function ot(e){return Na(e)||Ga(e)||Xa(e)||za()}var Ka=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Xa(e,t){if(!!e){if(typeof e=="string")return _e(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _e(e,t)}}function De(e){var t=typeof Map=="function"?new Map:void 0;return De=function(r){if(r===null||!Wa(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,u)}function u(){return ce(r,arguments,Q(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),Z(u,r)},De(e)}function Ja(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Qa(e){var t=Ja();return function(){var r=Q(e),u;if(t){var a=Q(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return qa(this,u)}}var we=console;function fe(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,u=t.slice(1);(r=we).warn.apply(r,["\u{1F9D0} Driven Warning:"+t[0]].concat(ot(u)))}function it(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,u=t.slice(1);(r=we).log.apply(r,["\u{1F680} Driven Log:"+t[0]].concat(ot(u)))}function Za(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var st=function(e){Ha(n,e);var t=Qa(n);function n(r){Va(this,n);var u;return u=t.call(this,r),u.name="\u{1F4A5} Driven Error",u.message=r?Za(r):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",u}return n}(De(Error));function Y(e){throw new st(e)}function Ya(e){we.error(new st(e))}var eo=Object.prototype.toString;function lt(e,t){return eo.call(e)==="[object "+t+"]"}function to(e){return lt(e,"String")}function no(e){return lt(e,"Promise")}var ro=function(){function e(t){var n,r;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((r=(n=t.messages)!==null&&n!==void 0?n:this.getPreImport(t.locale))!==null&&r!==void 0?r:{}),t.variableRegExp&&(this.variableRegExp=t.variableRegExp),this.setLocale(t.locale)}return e.prototype.setLocale=function(t){var n=this;this.locale=t,this._messageCache.clear();var r=this.getMessageData();no(r)?r.then(function(u){n._messageCache.clear(),n.messages[n.localeInMessageKey]=u}):this.messages[this.localeInMessageKey]=r},e.prototype.getMessageData=function(){var t=this._messages[this.localeInMessageKey];return typeof t=="function"?t():t},e.prototype.translate=function(t,n,r){var u=this.getMessage(t);return u?this.formatMessage(u,r):this.formatMessage(n,r)},e.prototype.getMessage=function(t){if(this._messageCache.has(t))return this._messageCache.get(t);var n=this.getPathArray(t),r=n.reduce(function(u,a,o,l){if(u!==void 0){var h=u[a];if(!(o===l.length-1&&!to(h)))return h}},this.message);return this._messageCache.set(t,r),r},e.prototype.formatMessage=function(t,n){return n?t.replace(this.variableRegExp,function(r,u){var a=n[u];return a!==void 0?String(a):r}):t},e.prototype.getPreImport=function(t){var n;if(window.okI18nPreImport){var r=this.getLocaleInMessageKey(t);return window.okI18nPreImport.hasOwnProperty(r)?window.okI18nPreImport:(n={},n[r]=window.okI18nPreImport,n)}},e.prototype.getPathArray=function(t){return t.split(".")},e.prototype.getLocaleInMessageKey=function(t){return t.replace(/-/g,"")},Object.defineProperty(e.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"message",{get:function(){var t;return(t=this.messages[this.localeInMessageKey])!==null&&t!==void 0?t:{}},enumerable:!1,configurable:!0}),e}();function uo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ct(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ao(e,t,n){return t&&ct(e.prototype,t),n&&ct(e,n),e}var ft=function(){function e(){uo(this,e)}return ao(e,null,[{key:"getMessage",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(n,"",r)}},{key:"resetI18n",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Ma;return new ro({locale:n,messages:La})}},{key:"setLocale",value:function(n){return this.$i18n.setLocale(n)}}]),e}();ft.$i18n=ft.resetI18n();function oo(e,t,n){var r=t.replace(/\[(\d)]/g,function(a,o){return"."+o}).split("."),u=!1;return r.reduce(function(a,o,l,h){var E=a;if(!!a){if(!Object.prototype.hasOwnProperty.call(a,o)){fe("Can not set ".concat(t,"'s ").concat(o," property in current %o, Because there is no ").concat(o," property on the %o"),a,a);return}return l===h.length-1&&!Object.is(E[o],n)&&(E[o]=n,u=!0),E[o]}},e),u}var io={exports:{}};(function(e){(function(t){var n=function(p,d,v){if(!E(d)||B(d)||S(d)||b(d)||h(d))return d;var $,L=0,z=0;if(C(d))for($=[],z=d.length;L<z;L++)$.push(n(p,d[L],v));else{$={};for(var H in d)Object.prototype.hasOwnProperty.call(d,H)&&($[p(H,v)]=n(p,d[H],v))}return $},r=function(p,d){d=d||{};var v=d.separator||"_",$=d.split||/(?=[A-Z])/;return p.split($).join(v)},u=function(p){return R(p)?p:(p=p.replace(/[\-_\s]+(.)?/g,function(d,v){return v?v.toUpperCase():""}),p.substr(0,1).toLowerCase()+p.substr(1))},a=function(p){var d=u(p);return d.substr(0,1).toUpperCase()+d.substr(1)},o=function(p,d){return r(p,d).toLowerCase()},l=Object.prototype.toString,h=function(p){return typeof p=="function"},E=function(p){return p===Object(p)},C=function(p){return l.call(p)=="[object Array]"},B=function(p){return l.call(p)=="[object Date]"},S=function(p){return l.call(p)=="[object RegExp]"},b=function(p){return l.call(p)=="[object Boolean]"},R=function(p){return p=p-0,p===p},_=function(p,d){var v=d&&"process"in d?d.process:d;return typeof v!="function"?p:function($,L){return v($,p,L)}},I={camelize:u,decamelize:o,pascalize:a,depascalize:o,camelizeKeys:function(p,d){return n(_(u,d),p)},decamelizeKeys:function(p,d){return n(_(o,d),p,d)},pascalizeKeys:function(p,d){return n(_(a,d),p)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=I:t.humps=I})(D)})(io);var pt={};Object.defineProperty(pt,"__esModule",{value:!0});function Re(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(t=>typeof t!="object"||t===null?t:Re(t));{const t={};for(const n in e){const r=e[n];t[n]=typeof r!="object"||r===null?r:Re(r)}return t}}pt.default=Re;function ht(e){return Object.prototype.toString.call(e)==="[object Object]"}function so(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function ee(e){return Array.isArray(e)}function $e(e){return typeof e=="string"}function lo(e){return Object.values(f).includes(e)}function Pe(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function co(e){if(Array.isArray(e))return Pe(e)}function dt(e,t,n,r,u,a,o){try{var l=e[a](o),h=l.value}catch(E){n(E);return}l.done?t(h):Promise.resolve(h).then(r,u)}function fo(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var a=e.apply(t,n);function o(h){dt(a,r,u,o,l,"next",h)}function l(h){dt(a,r,u,o,l,"throw",h)}o(void 0)})}}function po(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function vt(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ho(e,t,n){return t&&vt(e.prototype,t),n&&vt(e,n),e}function vo(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function yo(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Le(e){return co(e)||vo(e)||go(e)||yo()}function go(e,t){if(!!e){if(typeof e=="string")return Pe(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Pe(e,t)}}var yt=function(){function e(){po(this,e),this._events=new Map,this.debug=!1}return ho(e,[{key:"emit",value:function(n){for(var r=arguments.length,u=new Array(r>1?r-1:0),a=1;a<r;a++)u[a-1]=arguments[a];var o=this;return fo(se.mark(function l(){var h,E,C,B,S,b,R,_,I,p;return se.wrap(function(v){for(;;)switch(v.prev=v.next){case 0:if(h=o._events.get(n),E=[],!h){v.next=42;break}C=h.slice(),B=!0,S=!1,b=void 0,v.prev=5,R=C[Symbol.iterator]();case 7:if(B=(_=R.next()).done){v.next=28;break}if(I=_.value,h.includes(I)){v.next=11;break}return v.abrupt("continue",25);case 11:return v.prev=11,o.debug&&it.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(I.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+I.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"\u3002")].concat(Le(u))),v.next=15,I.apply(null,Le(u));case 15:if(p=v.sent,o.debug&&it.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(I.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+I.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Le(u),[p])),E.push(p),p!==!1){v.next=20;break}return v.abrupt("break",28);case 20:v.next=25;break;case 22:v.prev=22,v.t0=v.catch(11),Ya(String(v.t0)+":"+String(v.t0.stack));case 25:B=!0,v.next=7;break;case 28:v.next=34;break;case 30:v.prev=30,v.t1=v.catch(5),S=!0,b=v.t1;case 34:v.prev=34,v.prev=35,!B&&R.return!=null&&R.return();case 37:if(v.prev=37,!S){v.next=40;break}throw b;case 40:return v.finish(37);case 41:return v.finish(34);case 42:return v.abrupt("return",E);case 43:case"end":return v.stop()}},l,null,[[5,30,34,42],[11,22],[35,,37,41]])}))()}},{key:"on",value:function(n,r){if(this._events.has(n)){var u;(u=this._events.get(n))===null||u===void 0||u.push(r)}else this._events.set(n,[r])}},{key:"off",value:function(n,r){if(this._events.has(n)){var u=this._events.get(n),a=u==null?void 0:u.indexOf(r);u==null||u.splice(a,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),e}();function Eo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function gt(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function mo(e,t,n){return t&>(e.prototype,t),n&>(e,n),e}var Bo=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_list_before_insert",name:"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",code:"list-before-insert"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_render_operation",name:"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",code:"list-render-operation"},{key:"on_list_rowclick",name:"\u884C\u70B9\u51FB\u65F6",code:"list-rowclick"},{key:"on_list_before_rowdelete",name:"\u884C\u5220\u9664\u524D",code:"list-before-rowdelete"},{key:"on_list_before_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",code:"list-before-import"},{key:"on_list_rows_checked",name:"\u884C\u9009\u4E2D\u65F6",code:"list-rows-checked"},{key:"on_change_tab",name:"\u6807\u7B7E\u9875\u5207\u6362\u65F6",code:"change-tab"},{key:"on_modal_ok",name:"\u5F39\u7A97\u786E\u8BA4\u65F6",code:"modal-ok"}],te=function(){function e(){Eo(this,e)}return mo(e,[{key:"getEventsFromKeys",value:function(n){var r=typeof n=="string"?[n]:n;return e.events.filter(function(u){return r.includes(u.key)})}}]),e}();te.events=Bo;function Co(e,t){var n;((n=Object.getOwnPropertyDescriptors(e)[t])===null||n===void 0?void 0:n.enumerable)&&Object.defineProperty(e,t,{enumerable:!1})}function Ao(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Et(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function So(e,t,n){return t&&Et(e.prototype,t),n&&Et(e,n),e}var mt=[],ne=function(){function e(t){Ao(this,e),this.registeredControlTypes=new Set,this.controlConfigMap=new Map,this._controls=[],this._type=t,this._initControls(t)}return So(e,[{key:"registerControlConfig",value:function(n,r){return this.controlConfigMap.set(n,r),this}},{key:"getControlConfig",value:function(n){return this.controlConfigMap.get(n)}},{key:"getControls",value:function(){return this._controls}},{key:"register",value:function(n){n.__is_control__||Y("".concat(n.name," is not a Control"));var r=this._controls.findIndex(function(u){return u.controlType===n.controlType});return r>-1&&(fe("The ".concat(n.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(r,1)),this.registeredControlTypes.add(n.controlType),this._controls.push(n),this}},{key:"isLayoutControl",value:function(n){return n.controlType===P.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===P.FORM}},{key:"isListControl",value:function(n){return n.controlType===P.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===P.COLUMN}},{key:"createControl",value:function(n,r){if(Array.isArray(n)){var u=this;return n.map(function(b){return u.createControl(b,r)})}if(n.children){var a=this;n.children=n.children.map(function(b){return a.createControl(b,r)})}if(this.isListControl(n)){var o=n.props;if(o.headers){var l=this;o.headers=o.headers.map(function(b){return l.createControl(b,r)})}if(o.footers){var h=this;o.footers=o.footers.map(function(b){var R;return b&&(R=h.createControl(b,r)),R})}}var E=this.getControlFormType(n.type);if(E){var C=n;if(typeof r=="function"){var B=r(C);B&&(C=B)}var S=new E(C);return this._setParentPrototypeToSchema(S,this),S}else Y("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))}},{key:"_setParentPrototypeToSchema",value:function(n,r){r._type==="Runtime"&&(Object.defineProperty(n,"parent",{get:function(){var a=n.id,o=r._controlParentIdMap,l=r.instanceMap;if(!(!o||!l)){var h=o[a],E=l[a];if(!(!h&&!E)){var C=E.findIndex(function(b){return b==n}),B=l[h]||[],S;return B.length-1>C?S=B[0]:S=B[C],S}}}}),Co(n,"parent"))}},{key:"createControlInstance",value:function(n,r){var u=this.getControlFormType(n);if(u)return new u(r)}},{key:"getControlFormType",value:function(n){return this._controls.find(function(r){return r.controlType===n})}},{key:"_initControls",value:function(n){var r=this;this.constructor.staticControls.forEach(function(u){r.register(u[n]),e.staticControlsRuntimeRules.set(u.Runtime.controlType,u.Property.RuntimeRules),u.Property.mode=n})}}],[{key:"register",value:function(n,r){var u=n.Designer,a=n.Runtime,o=n.Property;(!u||!a||!u.__is_control__||!a.__is_control__)&&Y("".concat(n," is can't register as a Control"));var l=this.staticControls.findIndex(function(h){return h.Designer.controlType===u.controlType});return l>-1&&(fe("The ".concat(u.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(l,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(n),o.mode=r,this}}]),e}();ne.staticControlsRuntimeRules=new Map,ne.staticControls=mt,ne.staticRegisteredTypes=new Set(mt.map(function(e){return e.Designer.controlType})),ne.staticRegisteredConfigs=new Map;var Bt;(function(e){e.CNY="CNY",e.USD="USD",e.JPY="JPY",e.EUR="EUR",e.INR="INR",e.IDR="IDR",e.BRL="BRL",e.AED="AED",e.AUD="AUD",e.CAD="CAD",e.EGP="EGP",e.GBP="GBP",e.ZAR="ZAR",e.KRW="KRW",e.MAD="MAD",e.MXN="MXN",e.MYR="MYR",e.PHP="PHP",e.PLN="PLN",e.RUB="RUB",e.SGD="SGD",e.THB="THB",e.TRY="TRY",e.TWD="TWD",e.VND="VND",e.HKD="HKD",e.IEP="IEP"})(Bt||(Bt={}));var Ct;(function(e){e.DEFAULT_DISPLAY="defaultDisplay",e.REQUIRED="required",e.IS_HIDE="isHide",e.IS_SHOW_UNIT="isShowUnit",e.IMD_SEARCH="immediatelySearch",e.MULTIPLE="multiple",e.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",e.CAPTION="caption",e.IS_HIDE_CAPTION="isHideCaption",e.DEFAULT_SHOW_OPTIONS="defaultShowOptions",e.CAN_SEARCH="canSearch",e.CAN_CHECK="canCheck",e.CAN_EDIT="canEdit",e.CAN_DELETE="canDelete",e.SHOW_UPPER_CASE="showUpperCase",e.MICROMETER="micrometer",e.PRECISION="precision",e.PERCENTAGE="percentage",e.OPTIONAL_LEVEL="optionalLevel",e.CONTAINS_SUB_NODE="containsSubNode",e.DEFAULT_COLLAPSE="defaultCollapse",e.CAN_VIEW_FORM="canViewForm",e.VIEW_FORM_MODEL_TYPE="viewFormModelType",e.SERVER_PAGINATION="serverPagination",e.IS_SHOW_CAPTION_TIP="isShowCaptionTip",e.ENCRYPTED="encrypted",e.IS_INLINE_EDIT="isInlineEdit",e.REVISIONS_MODE="revisionsMode",e.ALLOW_COPY_OPTIONS="allowCopyOptions"})(Ct||(Ct={}));var At;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.READONLY=1]="READONLY",e[e.EDITABLE=2]="EDITABLE",e[e.PRINT=5]="PRINT"})(At||(At={}));function bo(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Io(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Fo(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function pe(e,t,n){return Fo()?pe=Reflect.construct:pe=function(u,a,o){var l=[null];l.push.apply(l,a);var h=Function.bind.apply(u,l),E=new h;return o&&ue(E,o.prototype),E},pe.apply(null,arguments)}function re(e){return re=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},re(e)}function _o(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ue(e,t)}function Do(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function wo(e,t){return t&&(Ro(t)==="object"||typeof t=="function")?t:bo(e)}function ue(e,t){return ue=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},ue(e,t)}var Ro=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Me(e){var t=typeof Map=="function"?new Map:void 0;return Me=function(r){if(r===null||!Do(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t!="undefined"){if(t.has(r))return t.get(r);t.set(r,u)}function u(){return pe(r,arguments,re(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),ue(u,r)},Me(e)}function $o(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Po(e){var t=$o();return function(){var r=re(e),u;if(t){var a=re(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return wo(this,u)}}Me(Array);var Lo=new yt;function Mo(e){return e.dataCode!==void 0&&e.fieldCode!==void 0}function Oe(e){return"children"in e&&ee(e.children)}function St(e){return"headers"in e.props&&ee(e.props.headers)}function bt(e){return"footers"in e.props&&ee(e.props.footers)}function he(e,t){Array.isArray(e)&&e.map(n=>{n.type===f.SUBTABLE?he(n.props.headers,t):Oe(n)?he(n==null?void 0:n.children,t):n.controlType===P.FORM&&t(n)})}const It=[f.AMOUNT,f.CALC,f.DATE_RANGE],Ft={amount:{caption:"\u91D1\u989D",fieldType:F.DECIMAL},currency:{caption:"\u5E01\u79CD",fieldType:F.VARCHAR},result:{caption:"\u7ED3\u679C",fieldType:F.DECIMAL},unit:{caption:"\u5355\u4F4D",fieldType:F.VARCHAR},min:{caption:"\u5F00\u59CB\u65F6\u95F4",fieldType:F.TIMESTAMP},max:{caption:"\u7ED3\u675F\u65F6\u95F4",fieldType:F.TIMESTAMP}};function Oo(e){let t=[];return he(e,n=>{n.controlType===P.FORM?t.push(n):n.type===f.SUBTABLE}),t}function To(e,t=""){return!e||!Array.isArray(e)?[]:e.map(n=>{if(!n.dataBind||n.type===f.TITLE)return n;if(It.includes(n.type)){const r=n.dataBind;Object.keys(r).forEach(u=>{const a=r[u],o=n.controlId+"_"+u;a.fieldCode=_t(o),a.dataCode=t})}else n.dataBind.fieldCode=_t(n.controlId),n.dataBind.dataCode=t;return n})}function _t(e){const t="field_";return e.startsWith(t)?e:t+e}function de(e){return Ta[e]}function jo(e){const t=new x,n=[];return e.forEach(r=>{if(!(r.parentId||!r.dataBind))if(It.includes(r.type)){const u=r.dataBind,a=r.datasourceBind;Object.keys(u).forEach(o=>{const l=u[o],h=Ft[o].fieldType,E=r.caption+"_"+Ft[o].caption,C=de(h);if(!C)return;const B={caption:E,dataBind:l};o==="currency"&&(B.optionConfig="datasource",B.datasourceBind=a);const S=t.createControlInstance(C,{props:B});S&&n.push(S)})}else{const u=de(r.fieldType);if(!u)return;const a=t.createControlInstance(u,{props:{caption:r.caption,dataBind:r.dataBind,datasourceBind:r.datasourceBind}});a&&n.push(a)}}),n}function ko(e){const t=new x,r=(Array.isArray(e)?e:[e]).map(u=>{const a=de(u);return t.createControlInstance(a)});return Array.isArray(e)?r:r[0]}function Te(e){return Array.isArray(e)?e.map(t=>t.toSchema()):e.toSchema()}function je(e){return Array.isArray(e)?e.map(t=>t.toDataBindModel()).filter(t=>!!t).flat():e.toDataBindModel()}function ke(e,t,n){return tt(this,null,function*(){return Array.isArray(e)?(yield Promise.all(e.map(u=>u.validate(t,n)))).every(u=>u):yield e.validate(t,n)})}const No=[f.TITLE,f.GRID_TABLE_COLUMN,f.SUBTABLE_COLUMN,f.OPERATION_COLUMN,f.DATA_VIEW,f.LIST_VIEW,f.HEADER,f.FOOTER,f.SIMPLE_SEARCH,f.ROW,f.GRID_ROW,f.COL,f.GRID,f.DIVIDER,f.TAB_PANE,f.TAB,f.CARD_GROUP,f.ACTION_BAR],Uo=[f.CALC],Vo={check:{id:"listPageCheckBtnId",caption:"\u67E5\u770B"},edit:{id:"listPageEditBtnId",caption:"\u7F16\u8F91"},delete:{id:"listPageDeleteBtnId",caption:"\u5220\u9664"}};function ae(e,t){var r,u,a,o,l,h,E,C,B;const n=[];if(ee(e))n.push(...e.map(S=>ae(S,t)).flat());else{const S=e.type,{caption:b,content:R}=e.props;let _;if(No.includes(S))S===f.OPERATION_COLUMN&&Object.entries(Vo).reduce((I,[p,{caption:d,id:v}])=>{var L;const $=e.props[p];return $&&$.isShow&&I.push({controlId:v,caption:d,type:e.type,controlType:e.controlType,parentId:(L=t==null?void 0:t.controlId)!=null?L:null,canEdit:!1,canRead:!1,canHide:!0,group:"element"}),I},n);else if(_={controlId:e.id,caption:b||R||e.name,type:e.type,controlType:e.controlType,parentId:(r=t==null?void 0:t.controlId)!=null?r:null,canEdit:!Uo.includes(S),canRead:!0,canHide:!0,group:"element"},t&&t.type===f.SUBTABLE&&(_.caption=t.caption+"_"+_.caption),S===f.VUE_FORM_ITEM&&(_.caption=e.props.controlExportName||e.name),(e.controlType===P.FORM||e.controlType===P.COLUMN)&&((a=(u=e.props)==null?void 0:u.dataBind)==null?void 0:a.fieldCode)!==void 0&&((l=(o=e.props)==null?void 0:o.dataBind)==null?void 0:l.fieldCode)!==""&&(_.group="field"),n.push(_),S===f.VUE_FORM_ITEM){let I="element";((E=(h=e.props)==null?void 0:h.dataBind)==null?void 0:E.fieldCode)!==void 0&&((B=(C=e.props)==null?void 0:C.dataBind)==null?void 0:B.fieldCode)!==""&&(I="field");const p=e.props.permissions;p==null||p.map(d=>{var v;_={controlId:d.key,caption:d.caption,type:e.type,controlType:e.controlType,parentId:(v=e.id)!=null?v:null,canEdit:!0,canRead:!0,canHide:!0,group:I},n.push(_)})}e.children&&n.push(...e.children.map(I=>ae(I,t)).flat()),e.controlType===P.LIST&&n.push(...e.props.headers.map(I=>ae(I,_)).flat())}return n}class x extends ne{constructor(){super("Designer");this.toolbox=[],this.services={},this.eventLogic=new te,this.fieldTypes=F,this.controlSettingMap=new Map,new.target.staticControls.forEach(t=>{const{Designer:n,Setting:r}=t;this.controlSettingMap.set(n.controlType,r)})}registerControl(t){this.constructor.register(t,"Designer");const{Designer:n,Setting:r}=t;this.register(n),this.registeredControlTypes.add(n.controlType),this.controlSettingMap.set(n.controlType,r)}getControlSetting(t){const n=this.controlSettingMap.get(t);return n||null}setInstance(t,n,r){try{if(!t)return;t.updateProps(n,r)}catch(u){throw u}}eachControls(t){this.getControls().forEach(t)}getInitControl(){return[this.createControlInstance("grid")]}checkSchema(...t){return tt(this,null,function*(){return ke(...t)})}getModelBindInfoList(...t){return je(...t)}getSchema(...t){return Te(...t)}listenControlHook(...t){return Lo.on(...t)}}x.EventLogic=te;class xo{constructor(){this.designer=new x}ListPageBuilder(){const t=this.designer.createControlInstance(f.LIST_VIEW),n=this.designer.createControlInstance(f.SIMPLE_SEARCH),r=this.designer.createControlInstance(f.GRID_TABLE),u=this.designer.createControlInstance(f.CREATE_FORM_LIST_BUTTON),a=this.designer.createControlInstance(f.IMPORT_RECORD_LIST_BUTTON),o=this.designer.createControlInstance(f.EXPORT_LIST_BUTTON),l=this.designer.createControlInstance(f.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(a),r.children.push(o),r.children.push(l),t.children.push(n),t.children.push(r),t}ProListPageBuilder(){const t=this.designer.createControlInstance(f.LIST_VIEW);t.props.countType="async";const n=this.designer.createControlInstance(f.SIMPLE_SEARCH),r=this.designer.createControlInstance(f.GRID_TABLE),u=this.designer.createControlInstance(f.EXPORT_LIST_BUTTON),a=this.designer.createControlInstance(f.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(a),t.children.push(n),t.children.push(r),t}FormPageBuilder(){const t=this.designer.createControlInstance(f.DATA_VIEW),n=this.designer.createControlInstance(f.TITLE),r=this.designer.createControlInstance(f.GRID);return t.children.push(n),t.children.push(r),t}VuePageBuilder(){const t=this.designer.createControlInstance(f.GRID),n=this.designer.createControlInstance(f.VUE_FORM_ITEM);return n.props.isHideCaption=!0,n.props.controlExportName="VuePage",t.children.push(n),t}}class Dt{constructor(t){var n;this.selected=null,this.selectedInstanceDataScopeParent=null,this.selectedDataScopeFlatInstances=[],this.selectedInstanceSetting=[],this.selectedInstanceSettingItems=[],this.selectedFieldItem=null,this.external={},this.movingInstance=null,this.movingInstanceOldParent=null,this.movingInstanceOldDataScopeParent=null,this.getParentBeforeInstanceMove=(n=t.getParentBeforeInstanceMove)!=null?n:r=>r.parent,this.instance=t.instance,this.getFlatInstances()}get selectedRules(){return this.selected?this.selected.rules:null}get selectedAntdRules(){const t=this.selectedRules;return t||null}setInstances(t){this.instance=t,this.getFlatInstances()}setSelectInstance(t){this.selected=t,this.selectedInstanceDataScopeParent=t?oe(t):null,this.selectedDataScopeFlatInstances=this.selectedInstanceDataScopeParent?$t(this.selectedInstanceDataScopeParent):[]}setSelectInstanceSettings(t){this.selectedInstanceSetting=t,this.selectedInstanceSettingItems=[],this.selectedInstanceSetting.forEach(n=>{this.selectedInstanceSettingItems.push(...this.getSettingItems(n))})}getSettingItems(t){return t.type==="group"?t.items:t.items.reduce((n,r)=>(n.push(...r.items),n),[])}setSelectedFieldItem(t){this.selectedFieldItem=t}setMovingInstance(t){this.movingInstance=t,this.movingInstanceOldParent=t?this.getParentBeforeInstanceMove(t):null,this.movingInstanceOldDataScopeParent=oe(t)}updateDataFieldCodeMap(t){const n=oe(t);if(!n)return;const r=this.dataFieldCodeMap.get(n.props.datasourceBind.dataCode);if(!!r){for(const[u,a]of r.entries())if(a.id===t.id){r.delete(u);break}Rt(t,this.dataFieldCodeMap)}}getFlatInstances(){const t=[],n=new Map,r=new Map;G(this.instance,u=>{t.push(u),n.set(u.id,u),Rt(u,r)}),this.flatInstances=t,this.instanceIdMap=n,this.dataFieldCodeMap=r}}function wt(e,t,n){const{dataCode:r,fieldCode:u}=t;r&&u&&(e.has(r)||e.set(r,new Map),e.get(r).set(u,n))}function Rt(e,t){if(e.controlType===P.FORM){const n=e.props.dataBind;Mo(n)?wt(t,n,e):Object.values(n).forEach(r=>{wt(t,r,e)})}}function G(e,t){(Array.isArray(e)?e:[e]).forEach(r=>{var u,a;t(r),Oe(r)&&G(r.children,t),St(r)&&G(r.props.headers,t),bt(r)&&G((a=(u=r.props)==null?void 0:u.footers)!=null?a:[],t)})}function Ne(e){return[f.SUBTABLE,f.DATA_VIEW,f.LIST_VIEW].includes(e.type)}function oe(e){let t=e?e.parent:null;if(!t)return null;for(;t&&!Ne(t);)t=t.parent;return t}function $t(e){const t=[e];return G(e,n=>{n!==e&&t.includes(n.parent)&&!Ne(n)&&t.push(n)}),t}function Ho(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pt(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Wo(e,t,n){return t&&Pt(e.prototype,t),n&&Pt(e,n),e}var V=function(){function e(t){Ho(this,e);var n;this.visible=(n=t==null?void 0:t.visible)!==null&&n!==void 0?n:!0;var r;this.expression=(r=t==null?void 0:t.expression)!==null&&r!==void 0?r:!1}return Wo(e,[{key:"isAtomicComponent",get:function(){return!0}}]),e}();function Go(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Lt(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function zo(e,t,n){return t&&Lt(e.prototype,t),n&&Lt(e,n),e}var qo=function(){function e(t){Go(this,e),this.type=t.type,this.label=t.label,this.key=t.key,this.component=t.component;var n;this.effect=(n=t.effect)!==null&&n!==void 0?n:{};var r;this.scopeEffect=(r=t.scopeEffect)!==null&&r!==void 0?r:Oa,this.defaultValue=t.defaultValue,this.validator=t.validator;var u;this.props=(u=t.props)!==null&&u!==void 0?u:new V,this.effectKeys=Object.keys(this.effect)}return zo(e,[{key:"filterEffects",value:function(n){var r=this;return n===""?Object.values(this.effect):this.effectKeys.filter(function(u){var a=new RegExp("^".concat(u,"(\\.\\w+)*$"));return a.test(n)}).map(function(u){return r.effect[u]})}},{key:"callEffectFn",value:function(n,r){try{var u=n.apply(null,r);ht(u)&&Object.assign(this.props,u)}catch(a){Y(`effect error
|
|
2
|
+
`.concat(a))}}},{key:"callEffect",value:function(n){for(var r=arguments.length,u=new Array(r>1?r-1:0),a=1;a<r;a++)u[a-1]=arguments[a];var o=this;this.filterEffects(n).forEach(function(l){return o.callEffectFn(l,u)})}},{key:"callScopeEffect",value:function(){for(var n=arguments.length,r=new Array(n),u=0;u<n;u++)r[u]=arguments[u];this.callEffectFn(this.scopeEffect,r)}}]),e}();function Ko(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Mt=function e(t){Ko(this,e),this.type="group";var n;this.title=(n=t.title)!==null&&n!==void 0?n:"";var r;this.required=(r=t.required)!==null&&r!==void 0?r:!1,this.items=t.items,this.tips=t.tips};function Xo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Jo(e){return"type"in e&&e.type==="tab"}var Ue=function e(t){Xo(this,e),this.type="tab",this.title=t.title,this.items=t.items};function Ot(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Qo(e){if(Array.isArray(e))return e}function Zo(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Yo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ve(e){return ve=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ve(e)}function ei(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ve(e,t)}function ti(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r=[],u=!0,a=!1,o,l;try{for(n=n.call(e);!(u=(o=n.next()).done)&&(r.push(o.value),!(t&&r.length===t));u=!0);}catch(h){a=!0,l=h}finally{try{!u&&n.return!=null&&n.return()}finally{if(a)throw l}}return r}}function ni(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function ri(e,t){return t&&(ai(t)==="object"||typeof t=="function")?t:Zo(e)}function Ve(e,t){return Ve=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Ve(e,t)}function ui(e,t){return Qo(e)||ti(e,t)||oi(e,t)||ni()}var ai=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function oi(e,t){if(!!e){if(typeof e=="string")return Ot(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ot(e,t)}}function ii(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function si(e){var t=ii();return function(){var r=ve(e),u;if(t){var a=ve(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return ri(this,u)}}var li=function(e){ei(n,e);var t=si(n);function n(r){Yo(this,n);var u;return u=t.call(this,r),ht(r)&&Object.entries(r).forEach(function(a){var o=ui(a,2),l=o[0],h=o[1];u[l]=h}),u}return n}(V);function ci(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function fi(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ye(e){return ye=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ye(e)}function pi(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&xe(e,t)}function hi(e,t){return t&&(di(t)==="object"||typeof t=="function")?t:ci(e)}function xe(e,t){return xe=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},xe(e,t)}var di=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function vi(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function yi(e){var t=vi();return function(){var r=ye(e),u;if(t){var a=ye(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return hi(this,u)}}var gi=function(e){pi(n,e);var t=yi(n);function n(r){fi(this,n);var u;u=t.call(this,r);var a;u.maxLength=(a=r==null?void 0:r.maxLength)!==null&&a!==void 0?a:"";var o;u.minLength=(o=r==null?void 0:r.minLength)!==null&&o!==void 0?o:"";var l;u.placeholder=(l=r==null?void 0:r.placeholder)!==null&&l!==void 0?l:"";var h;return u.i18n=(h=r==null?void 0:r.i18n)!==null&&h!==void 0?h:!1,u}return n}(V);function Ei(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function mi(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ge(e){return ge=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ge(e)}function Bi(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&He(e,t)}function Ci(e,t){return t&&(Ai(t)==="object"||typeof t=="function")?t:Ei(e)}function He(e,t){return He=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},He(e,t)}var Ai=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Si(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function bi(e){var t=Si();return function(){var r=ge(e),u;if(t){var a=ge(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Ci(this,u)}}var Ii=function(e){Bi(n,e);var t=bi(n);function n(r){mi(this,n);var u;u=t.call(this,r);var a;u.max=(a=r==null?void 0:r.max)!==null&&a!==void 0?a:"";var o;u.min=(o=r==null?void 0:r.min)!==null&&o!==void 0?o:"";var l;return u.placeholder=(l=r==null?void 0:r.placeholder)!==null&&l!==void 0?l:"",u}return n}(V);function Fi(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ee(e){return Ee=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ee(e)}function Di(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&We(e,t)}function wi(e,t){return t&&(Ri(t)==="object"||typeof t=="function")?t:Fi(e)}function We(e,t){return We=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},We(e,t)}var Ri=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function $i(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Pi(e){var t=$i();return function(){var r=Ee(e),u;if(t){var a=Ee(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return wi(this,u)}}var Li=function(e){Di(n,e);var t=Pi(n);function n(r){_i(this,n);var u;u=t.call(this,r);var a;u.showType=(a=r==null?void 0:r.showType)!==null&&a!==void 0?a:"switch";var o;u.tips=(o=r==null?void 0:r.tips)!==null&&o!==void 0?o:"";var l;return u.disabled=(l=r==null?void 0:r.disabled)!==null&&l!==void 0?l:!1,u}return n}(V);function Mi(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Oi(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function me(e){return me=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},me(e)}function Ti(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ge(e,t)}function ji(e,t){return t&&(ki(t)==="object"||typeof t=="function")?t:Mi(e)}function Ge(e,t){return Ge=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Ge(e,t)}var ki=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Ni(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Ui(e){var t=Ni();return function(){var r=me(e),u;if(t){var a=me(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return ji(this,u)}}var Vi=function(e){Ti(n,e);var t=Ui(n);function n(r){Oi(this,n);var u;u=t.call(this,r);var a;return u.options=(a=r==null?void 0:r.options)!==null&&a!==void 0?a:[],u}return n}(V);function xi(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Hi(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Be(e){return Be=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Be(e)}function Wi(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ze(e,t)}function Gi(e,t){return t&&(zi(t)==="object"||typeof t=="function")?t:xi(e)}function ze(e,t){return ze=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},ze(e,t)}var zi=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function qi(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Ki(e){var t=qi();return function(){var r=Be(e),u;if(t){var a=Be(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Gi(this,u)}}var Xi=function(e){Wi(n,e);var t=Ki(n);function n(r){Hi(this,n);var u;u=t.call(this,r);var a;u.placeholder=(a=r==null?void 0:r.placeholder)!==null&&a!==void 0?a:"";var o;return u.options=(o=r==null?void 0:r.options)!==null&&o!==void 0?o:[],u}return n}(V);function Ji(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Qi(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ce(e){return Ce=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ce(e)}function Zi(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&qe(e,t)}function Yi(e,t){return t&&(es(t)==="object"||typeof t=="function")?t:Ji(e)}function qe(e,t){return qe=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},qe(e,t)}var es=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function ts(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function ns(e){var t=ts();return function(){var r=Ce(e),u;if(t){var a=Ce(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Yi(this,u)}}var rs=function(e){Zi(n,e);var t=ns(n);function n(r){Qi(this,n);var u;u=t.call(this,r);var a;u.options=(a=r==null?void 0:r.options)!==null&&a!==void 0?a:[];var o;return u.showType=(o=r==null?void 0:r.showType)!==null&&o!==void 0?o:"outline",u}return n}(V);function us(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function as(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ae(e){return Ae=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ae(e)}function os(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ke(e,t)}function is(e,t){return t&&(ss(t)==="object"||typeof t=="function")?t:us(e)}function Ke(e,t){return Ke=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Ke(e,t)}var ss=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function ls(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function cs(e){var t=ls();return function(){var r=Ae(e),u;if(t){var a=Ae(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return is(this,u)}}var fs=function(e){os(n,e);var t=cs(n);function n(r){as(this,n);var u;u=t.call(this,r);var a;u.maxLength=(a=r==null?void 0:r.maxLength)!==null&&a!==void 0?a:"";var o;u.minLength=(o=r==null?void 0:r.minLength)!==null&&o!==void 0?o:"";var l;u.placeholder=(l=r==null?void 0:r.placeholder)!==null&&l!==void 0?l:"";var h;u.maxRows=(h=r==null?void 0:r.maxRows)!==null&&h!==void 0?h:"";var E;u.minRows=(E=r==null?void 0:r.minRows)!==null&&E!==void 0?E:"";var C;return u.i18n=(C=r==null?void 0:r.i18n)!==null&&C!==void 0?C:!1,u}return n}(V);function ps(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Xe(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(u){return Object.getOwnPropertyDescriptor(n,u).enumerable}))),r.forEach(function(u){ps(e,u,n[u])})}return e}function hs(e,t){switch(e){case"input":return new gi(t);case"textarea":return new fs(t);case"input-number":return new Ii(t);case"switch":return new Li(t);case"radio":return new rs(t);case"checkbox":return new Vi(t);case"select":return new Xi(t);default:return new li(t)}}function ds(e){return function(t){var n=e.get(t);if(!!n)return new qo(Xe({},n,{props:hs(n.component,"props"in n?n.props:void 0)}))}}function vs(e){var t=function(a){return new Mt(Xe({},a,{items:a.items.map(ds(r)).filter(Boolean)}))},n=function(a){return a.map(t)},r=e.fields.reduce(function(u,a){return u.set(a.key,a),u},new Map);return e.groups.map(function(u){return Jo(u)?new Ue(Xe({},u,{items:n(u.items)})):t(u)})}let Je="";class Tt extends yt{constructor(t){super();this.isMounted=!1,this.id=ka(8),this.__pluginsApplied=!1,this.getSchema=Te,this.getModelBindInfoList=je,this.generatePermissions=ae,this.$options=Object.freeze(t);const{autoMount:n=!1,Designer:r=x,schema:u,mode:a="form",store:o={}}=this.$options;this.eventLogic=new te,this.designer=new r,this.store=new Dt(K({instance:this.designer.createControl(Array.isArray(u)?u:[u])},o)),this.mode=a,n&&this.mount()}mount(){const{plugins:t=[]}=this.$options;this.__plugins=t,this.applyPlugins(),this.isMounted=!0}use(t){return this.__pluginsApplied||this.__plugins.push(t),this}applyPlugins(){this.__pluginsApplied||(this.__plugins.forEach(t=>{var n;try{Je=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this),Je=""}catch(r){Y(`${Je||t.constructor.name} Plugin apply Error
|
|
3
|
+
${r}`)}}),this.__pluginsApplied=!0)}emit(t,...n){return super.emit(t,n)}on(t,n){return super.on(t,n)}setInstances(t,n){this.store.setInstances(this.designer.createControl(Array.isArray(t)?t:[t],n))}beforeSelectInstance(){this.store.setSelectInstance(null),this.setSelectedFieldItem(null),this.store.setSelectInstanceSettings([])}afterSelectInstance(){const t=this.store.selected;!t||(this.setSelectedInstanceSetting(),this.emit("select",{instance:t}))}setSelectedInstanceSetting(){var u,a;const t=this.store.selected;if(!t)return;let n=this.getControlSetting(t.type);if(((u=t.parent)==null?void 0:u.controlType)===P.WRAP){const o=this.getControlSetting((a=t.parent)==null?void 0:a.type);n=this.concatSetting(n,o,t.parent.id)}this.store.setSelectInstanceSettings(n),this.callSelectedEffect("");const r={from:null,current:this.store.selectedInstanceDataScopeParent,oldParent:null,newParent:t.parent};this.callSelectedScopeEffect(r)}concatSetting(t,n,r){var a,o,l,h;let u=t;if(((a=t[0])==null?void 0:a.type)==="tab"&&((o=n[0])==null?void 0:o.type)==="tab"){const E=t,C=n.slice(0);u=E.map((B,S)=>{const b=new Ue(B),R=C.findIndex(I=>I.title===B.title);if(R===-1)return b;const _=C.splice(R,1)[0];return _&&(b.items=[...this.formatGroupSetting(_.items,r),...b.items]),b}),C.length&&(u=[...u,...C.map(B=>this.formatGroupSetting(B,r))])}else if(((l=t[0])==null?void 0:l.type)==="group"&&((h=n[0])==null?void 0:h.type)==="group"){const E=t,C=n;u=[...this.formatGroupSetting(C,r),...E]}return u}formatGroupSetting(t,n){if(ee(t))return t.map(r=>{const u=new Mt(r);return u.fromId=n,u});{const r=new Ue(t);return r.items=this.formatGroupSetting(r.items,n),r}}setControlConfig(...t){return this.designer.registerControlConfig(...t)}getControlConfig(t){return this.designer.getControlConfig(t)}getControlSetting(t){const n=this.designer.getControlSetting(t);return n?vs(n):[]}selectInstance(t){this.beforeSelectInstance(),this.store.setSelectInstance(t),this.afterSelectInstance()}setSelectedFieldItem(t){this.store.setSelectedFieldItem(t),this.callSelectedEffect("dataBind",{fieldItem:t})}moveStart(t){const n=this.getInstance(t);n&&this.store.setMovingInstance(n)}moveEnd(t=this.store.movingInstance){var h;if(t===null)return;const n=this.getInstance(t);if(!n)return;const r=this.store.movingInstanceOldDataScopeParent,u=oe(n),a=this.store.movingInstanceOldParent,o=n.parent;this.store.setMovingInstance(null),n.id!==((h=this.store.selected)==null?void 0:h.id)?this.selectInstance(n):this.store.setSelectInstance(n),this.store.getFlatInstances();const l={from:r,current:u,oldParent:a,newParent:o};this.callSelectedScopeEffect(l),a?this.emit("moved",K({},l)):this.emit("joined",K({},l))}createInstance(t,n){return this.designer.createControlInstance(t,n)}getInstance(t){return typeof t=="string"?this.store.instanceIdMap.get(t):t}getInstances(){return this.store.flatInstances}getInstancesFromType(t){return this.getInstances().filter(n=>n.type===t)}getDataScopeInstances(){return this.store.selectedDataScopeFlatInstances}getDataScopeInstancesFromType(t){return this.getDataScopeInstances().filter(n=>n.type===t)}updateInstancePropValue(t,n,r,u){var o;!oo(t.props,n,r)||(n.startsWith("dataBind")&&this.store.updateDataFieldCodeMap(t),t.id===((o=this.store.selected)==null?void 0:o.id)&&this.callSelectedEffect(n,u),this.emit("updated",{instance:t,propName:n,value:r}))}updateInstanceProps(t,n,r,u=""){Object.entries(n).forEach(([a,o])=>{const l=`${u?u+".":""}${a}`;so(o)?this.updateInstanceProps(t,o,r,l):this.updateInstancePropValue(t,l,o,r)})}setInstance(t,n,r,u){$e(n)?this.updateInstancePropValue(t,String(n),r,u):this.updateInstanceProps(t,n,r)}removeInstance(t){const n=t.parent;if(!n)return;const r=n.controlType===P.LIST&&n.props.headers.includes(t)?n.props.headers:n.children,u=r.findIndex(a=>a===t);u>-1&&r.splice(u,1),this.store.getFlatInstances(),this.emit("removed",{instance:t,index:u,parent:n})}replaceInstance(t,n){const r=t.parent;if(!r)return;const u=r.controlType===P.LIST&&r.props.headers.includes(t)?r.props.headers:r.children,a=u.findIndex(o=>o===t);a>-1&&u.splice(a,1,n),this.store.getFlatInstances()}updateInstanceType(t,n){const r=t.toSchema(),u=this.createInstance(n,{id:r.id,props:r.props});if(!u){fe(`can\u2018t update instance type to ${n}`);return}return u}validate(t,n){return ke(this.store.instance,t,n)}getCustomControlsInUse(){return this.getInstances().filter(this.assertInstanceIsCustomControl).reduce((t,n)=>(t.includes(n.type)||t.push(n.type),t),[])}assertInstanceIsCustomControl(t){return!lo($e(t)?t:t.type)}static register(...t){return x.register(...t),this}static judgeControlIsRegistered(t){return x.staticRegisteredTypes.has(t.Designer.controlType)}judgeControlIsRegistered(t){return this.designer.registeredControlTypes.has(t.Designer.controlType)}register(...t){return this.designer.registerControl(t[0]),this}assertInstance(t,n){return $e(n)?t.type===n:n.includes(t.type)}getInstanceInListControl(t){let n=t;for(;n;){if(n.controlType===P.LIST)return!0;n=n.parent}return!1}getInstanceParentControl(t,n){if(!!t.parent)return this.assertInstance(t.parent,n)?t.parent:this.getInstanceParentControl(t.parent,n)}callSelectedEffect(t,n={}){this.store.selectedInstanceSettingItems.forEach(r=>{r.callEffect(t,this,K({control:this.store.selected},n))})}callSelectedScopeEffect(t={}){this.store.selectedInstanceSettingItems.forEach(n=>{n.callScopeEffect(this,K({control:this.store.selected},t))})}}Tt.EventLogic=te,m.Builder=xo,m.Designer=x,m.Driven=Tt,m.Store=Dt,m.checkSchema=ke,m.fillModelBindInfoListFieldCode=To,m.findInstanceDataScopeParent=oe,m.generatePermissions=ae,m.getColumnTypeFromFiledType=de,m.getColumnsFromFiledType=ko,m.getColumnsFromModelBindInfoList=jo,m.getDataScopeFlatInstances=$t,m.getMasterFormControls=Oo,m.getModelBindInfoList=je,m.hasChildrenControl=Oe,m.hasFooterControl=bt,m.hasHeaderControl=St,m.isDataScopeInstance=Ne,m.loop=G,m.loopFormControl=he,m.toSchema=Te,Object.defineProperty(m,"__esModule",{value:!0})});
|
package/dist/types/Designer.d.ts
CHANGED
|
@@ -31,6 +31,6 @@ export default class Designer<EventKeys extends string = string> extends Registe
|
|
|
31
31
|
checkSchema(...args: Parameters<typeof checkSchema>): Promise<ReturnType<typeof checkSchema>>;
|
|
32
32
|
getModelBindInfoList(...args: Parameters<typeof getModelBindInfoList>): ReturnType<typeof getModelBindInfoList>;
|
|
33
33
|
getSchema(...args: Parameters<typeof toSchema>): ReturnType<typeof toSchema>;
|
|
34
|
-
listenControlHook(...args: Parameters<
|
|
34
|
+
listenControlHook(...args: Parameters<typeof controlHooksEmitter['on']>): ReturnType<typeof controlHooksEmitter['on']>;
|
|
35
35
|
}
|
|
36
36
|
export { ToolboxType, DesignerServices, Designer };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-driven",
|
|
3
|
-
"version": "2.6.0-alpha.
|
|
3
|
+
"version": "2.6.0-alpha.17d",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"postpublish": "node ../../scripts/postpublish.js"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@byteluck-fe/model-driven-controls": "2.6.0-alpha.
|
|
30
|
-
"@byteluck-fe/model-driven-core": "2.6.0-alpha.
|
|
31
|
-
"@byteluck-fe/model-driven-settings": "2.6.0-alpha.
|
|
29
|
+
"@byteluck-fe/model-driven-controls": "2.6.0-alpha.17d",
|
|
30
|
+
"@byteluck-fe/model-driven-core": "2.6.0-alpha.17d",
|
|
31
|
+
"@byteluck-fe/model-driven-settings": "2.6.0-alpha.17d",
|
|
32
32
|
"@byteluck-fe/model-driven-shared": "2.6.0-alpha.12"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "ab457531cb700c5449cf71d4e025f5a5b69071c7"
|
|
35
35
|
}
|