@byteluck-fe/model-driven-core 2.7.0-alpha.1 → 2.7.0-alpha.12

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.
Files changed (49) hide show
  1. package/dist/esm/api-doc-index.js +4 -4
  2. package/dist/esm/common/BaseControl/designer.js +254 -306
  3. package/dist/esm/common/BaseControl/index.js +7 -7
  4. package/dist/esm/common/BaseControl/property.js +10 -13
  5. package/dist/esm/common/BaseControl/runtime.js +16 -16
  6. package/dist/esm/common/ColumnControl/designer.js +5 -5
  7. package/dist/esm/common/ColumnControl/index.js +6 -6
  8. package/dist/esm/common/ColumnControl/property.js +36 -36
  9. package/dist/esm/common/ColumnControl/runtime.js +5 -5
  10. package/dist/esm/common/ControlArray.js +8 -8
  11. package/dist/esm/common/FormControl/designer.js +8 -8
  12. package/dist/esm/common/FormControl/index.js +6 -6
  13. package/dist/esm/common/FormControl/property.js +68 -73
  14. package/dist/esm/common/FormControl/runtime.js +5 -5
  15. package/dist/esm/common/LayoutControl/designer.js +102 -196
  16. package/dist/esm/common/LayoutControl/index.js +6 -6
  17. package/dist/esm/common/LayoutControl/property.js +3 -3
  18. package/dist/esm/common/LayoutControl/runtime.js +7 -7
  19. package/dist/esm/common/ListControl/designer.js +93 -184
  20. package/dist/esm/common/ListControl/index.js +6 -6
  21. package/dist/esm/common/ListControl/property.js +5 -5
  22. package/dist/esm/common/ListControl/runtime.js +7 -7
  23. package/dist/esm/common/SearchViewControl/designer.js +5 -5
  24. package/dist/esm/common/SearchViewControl/index.js +6 -6
  25. package/dist/esm/common/SearchViewControl/property.js +4 -4
  26. package/dist/esm/common/SearchViewControl/runtime.js +5 -5
  27. package/dist/esm/common/Validator.js +5 -5
  28. package/dist/esm/common/WrapControl/designer.js +5 -5
  29. package/dist/esm/common/WrapControl/index.js +6 -6
  30. package/dist/esm/common/WrapControl/property.js +3 -3
  31. package/dist/esm/common/WrapControl/runtime.js +5 -5
  32. package/dist/esm/common/controlHooksEmitter.js +1 -1
  33. package/dist/esm/common/index.js +12 -12
  34. package/dist/esm/common/initLinkOperationRules.js +6 -6
  35. package/dist/esm/common/initOptionAndDataSourceRules.js +82 -82
  36. package/dist/esm/framework/RegisterControls.js +196 -122
  37. package/dist/esm/framework/index.js +334 -345
  38. package/dist/esm/framework/isDataBind.js +7 -0
  39. package/dist/esm/index.js +4 -3
  40. package/dist/index.umd.js +1 -1
  41. package/dist/types/common/BaseControl/designer.d.ts +4 -0
  42. package/dist/types/common/ListControl/property.d.ts +1 -0
  43. package/dist/types/common/Validator.d.ts +1 -1
  44. package/dist/types/common/controlHooksEmitter.d.ts +1 -1
  45. package/dist/types/framework/index.d.ts +3 -2
  46. package/dist/types/framework/isDataBind.d.ts +2 -0
  47. package/dist/types/index.d.ts +1 -0
  48. package/dist/types/type.d.ts +23 -23
  49. package/package.json +3 -3
@@ -0,0 +1,7 @@
1
+ export function isDataBind(dataBind) {
2
+ if ((dataBind === null || dataBind === void 0 ? void 0 : dataBind.dataCode) !== undefined && (dataBind === null || dataBind === void 0 ? void 0 : dataBind.fieldCode) !== undefined) {
3
+ return true;
4
+ } else {
5
+ return false;
6
+ }
7
+ }
package/dist/esm/index.js CHANGED
@@ -1,3 +1,4 @@
1
- export * from "./common";
2
- export * from "./framework";
3
- export * from "./type";
1
+ export * from './common';
2
+ export * from './framework';
3
+ export * from './type';
4
+ export * from './framework/isDataBind';
package/dist/index.umd.js CHANGED
@@ -1 +1 @@
1
- var Ms=Object.defineProperty,Ls=Object.defineProperties;var $s=Object.getOwnPropertyDescriptors;var Yt=Object.getOwnPropertySymbols,qs=Object.getPrototypeOf,Ps=Object.prototype.hasOwnProperty,Vs=Object.prototype.propertyIsEnumerable,Os=Reflect.get;var pt=(s,D,w)=>D in s?Ms(s,D,{enumerable:!0,configurable:!0,writable:!0,value:w}):s[D]=w,Z=(s,D)=>{for(var w in D||(D={}))Ps.call(D,w)&&pt(s,w,D[w]);if(Yt)for(var w of Yt(D))Vs.call(D,w)&&pt(s,w,D[w]);return s},Ce=(s,D)=>Ls(s,$s(D));var rt=(s,D,w)=>Os(qs(s),w,D);var le=(s,D,w)=>new Promise((Fe,oe)=>{var De=j=>{try{Q(w.next(j))}catch(Y){oe(Y)}},be=j=>{try{Q(w.throw(j))}catch(Y){oe(Y)}},Q=j=>j.done?Fe(j.value):Promise.resolve(j.value).then(De,be);Q((w=w.apply(s,D)).next())});(function(s,D){typeof exports=="object"&&typeof module!="undefined"?D(exports):typeof define=="function"&&define.amd?define(["exports"],D):(s=typeof globalThis!="undefined"?globalThis:s||self,D(s.modelDrivenCore={}))})(this,function(s){"use strict";var D="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",w="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Fe="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",oe="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",De="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",be="{caption}\u5FC5\u586B",Q="\u8BF7\u8F93\u5165\u6807\u9898",j="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Y="\u8BF7\u8F93\u5165\u884C\u6807\u9898",en="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",tn="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",nn="\u8BF7\u7ED1\u5B9A\u8868\u5355",un="\u8BF7\u7ED1\u5B9A\u5217\u8868",an="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",rn="\u8BF7\u8F93\u5165\u663E\u793A\u503C",sn="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",ln="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",on="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",cn="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",dn="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",fn="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",hn="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",mn="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",gn="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",yn="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",En="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",vn="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Bn="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",An="\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",Dn="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",bn="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",Sn="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",wn="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",In="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Rn="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Mn="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Ln="\u8BF7\u9009\u62E9\u7701",$n="\u8BF7\u9009\u62E9\u5E02",qn="\u8BF7\u9009\u62E9\u533A",Pn="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Vn="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",On="\u8BF7\u8F93\u5165\u5217\u5BBD",Nn="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",xn="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",_n="\u8BF7\u9009\u62E9\u63A7\u4EF6",jn="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Un="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Hn="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Tn="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Wn="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Kn="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",zn="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",kn="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Xn="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Jn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Gn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Zn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Qn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Yn="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",pn="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",eu="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",tu="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",nu="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",uu="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",au="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",iu="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",ru={isNotNumber:D,isNotString:w,isNotObject:Fe,isNotArray:oe,isNotBoolean:De,runtimeRequired:be,pleaseEnterCaption:Q,pleaseEnterCaptionTip:j,pleaseEnterRowCaption:Y,pleaseEnterPlaceholder:en,pleaseEnterFieldCode:tn,pleaseEnterForm:nn,pleaseEnterList:un,pleaseEnterProcess:an,pleaseEnterLabel:rn,pleaseEnterValue:sn,bizKeyNotBindFiled:ln,pleaseSelectOneField:on,pleaseEnterNumberRange:cn,pleaseEnterAValueGreaterThanMin:dn,pleaseEnterAValueLessThanMax:fn,numberRangeSetError:hn,stringRangeError:mn,attachmentMaxSize:gn,pleaseEnterTotalScoreSetting:yn,theTotalScoreMustNotBeLessThan1:En,scoreDefaultValueRange:vn,attachmentLimitError:Bn,PleaseReselectTheOptionalQuantity:An,TheMaximumLengthIsGreaterThanTheMinimumLength:Cn,TheMinimumLengthIsGreaterThanTheMaximumLength:Fn,PleaseSelectTheCorrectOptionSettings:Dn,optionIdIsRepeat:bn,optionIsRequired:Sn,pleaseEnterDataCode:wn,pleaseEnterValueFieldCode:In,pleaseEnterSvcCode:Rn,pleaseBindAtLeastOneDisplayValue:Mn,pleaseSelectProvince:Ln,pleaseSelectCity:$n,pleaseSelectDistrict:qn,limitRowsCannotBeLessThan0:Pn,TheNumberOfRowsCannotBeLessThanMinRows:Vn,pleaseEnterColumnWidth:On,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Nn,pleaseCompleteAllRulesAndConditions:xn,pleaseSelectControl:_n,pleaseSelectAtLeastOneColumn:jn,pleaseSelectFillBackMode:Un,pleaseSelectDashboard:Hn,rootNodeIsRequired:Tn,theViewNameCannotBeEmpty:Wn,pleaseSelectOcrType:Kn,pleaseSelectAtLeastOneFieldToFillIn:zn,pleaseChooseAtLeastOne:kn,pleaseEnterButtonContent:Xn,pleaseEnterDataCodeInDataSetting:Jn,pleaseEnterValueFieldCodeInDataSetting:Gn,pleaseEnterSvcCodeInDataSetting:Zn,pleaseBindAtLeastOneDisplayValueInDataSetting:Qn,rootNodeIsRequiredInDataSetting:Yn,pleaseEnterMaxHeight:pn,pleaseEnter:eu,pleaseEnterWatermark:tu,pleaseEnterFileName:nu,pleaseUploadAtLeastOnePrintTemplate:uu,pleaseAssignBusiness:au,pleaseAssignExternal:iu},su="Please enter a number",lu="Please enter a string",ou="Please enter an object",cu="Please enter an array",du="Please enter a boolean",fu="{caption} Required",hu="Please enter the title",mu="Please enter the bubble prompt",gu="Please enter the row title",yu="Please enter the prompt text",Eu="Please bind data items",vu="Please bind the form",Bu="Please bind the list",Au="Please bind the process",Cu="Please enter the displayed value",Fu="Please enter the stored value",Du="The document number is not bound to the data item",bu="Please select at least one display field",Su="Please enter a value greater than or equal to {min} and less than or equal to {max}",wu="Please enter a value greater than or equal to {min}",Iu="Please enter a value less than or equal to {max}",Ru="The value range is set incorrectly",Mu="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Lu="The attachment size must be between 0MB and 1000MB",$u="Please fill in the total score setting",qu="The total score cannot be less than 1",Pu="The default value must be between {min} and {max}",Vu="The number of attachments uploaded must be between {min} and {max}",Ou="Please re-select the optional quantity",Nu="The maximum length of the control must be greater than the minimum length",xu="The minimum length of the control must be less than the maximum length",_u="Please select the correct option setting",ju="Option ID cannot be repeated",Uu="Please enter at least one option",Hu="Please bind the data source",Tu="Please bind the stored value",Wu="Please bind the service",Ku="At least one display value must be bound",zu="Please select a province",ku="Please select a city",Xu="Please select a district",Ju="The minimum number of lines to fill in cannot be less than 0",Gu="The number of rows cannot be less than {min} rows",Zu="Please enter the column width",Qu="Please set the logical relationship of all rule conditions",Yu="Please complete all rules and conditions",pu="please select control",ea="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",ta="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",na="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",ua="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",aa="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",ia="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",ra="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",sa="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",la="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",oa="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",ca="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",da="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",fa="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",ha="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",ma="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",ga="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",ya="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Ea="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",va={isNotNumber:su,isNotString:lu,isNotObject:ou,isNotArray:cu,isNotBoolean:du,runtimeRequired:fu,pleaseEnterCaption:hu,pleaseEnterCaptionTip:mu,pleaseEnterRowCaption:gu,pleaseEnterPlaceholder:yu,pleaseEnterFieldCode:Eu,pleaseEnterForm:vu,pleaseEnterList:Bu,pleaseEnterProcess:Au,pleaseEnterLabel:Cu,pleaseEnterValue:Fu,bizKeyNotBindFiled:Du,pleaseSelectOneField:bu,pleaseEnterNumberRange:Su,pleaseEnterAValueGreaterThanMin:wu,pleaseEnterAValueLessThanMax:Iu,numberRangeSetError:Ru,stringRangeError:Mu,attachmentMaxSize:Lu,pleaseEnterTotalScoreSetting:$u,theTotalScoreMustNotBeLessThan1:qu,scoreDefaultValueRange:Pu,attachmentLimitError:Vu,PleaseReselectTheOptionalQuantity:Ou,TheMaximumLengthIsGreaterThanTheMinimumLength:Nu,TheMinimumLengthIsGreaterThanTheMaximumLength:xu,PleaseSelectTheCorrectOptionSettings:_u,optionIdIsRepeat:ju,optionIsRequired:Uu,pleaseEnterDataCode:Hu,pleaseEnterValueFieldCode:Tu,pleaseEnterSvcCode:Wu,pleaseBindAtLeastOneDisplayValue:Ku,pleaseSelectProvince:zu,pleaseSelectCity:ku,pleaseSelectDistrict:Xu,limitRowsCannotBeLessThan0:Ju,TheNumberOfRowsCannotBeLessThanMinRows:Gu,pleaseEnterColumnWidth:Zu,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Qu,pleaseCompleteAllRulesAndConditions:Yu,pleaseSelectControl:pu,pleaseSelectDashboard:ea,theViewNameCannotBeEmpty:ta,pleaseSelectOcrType:na,pleaseSelectAtLeastOneFieldToFillIn:ua,pleaseChooseAtLeastOne:aa,pleaseEnterButtonContent:ia,pleaseEnterDataCodeInDataSetting:ra,pleaseEnterValueFieldCodeInDataSetting:sa,pleaseEnterSvcCodeInDataSetting:la,pleaseBindAtLeastOneDisplayValueInDataSetting:oa,rootNodeIsRequiredInDataSetting:ca,pleaseEnterMaxHeight:da,pleaseEnter:fa,pleaseEnterWatermark:ha,pleaseEnterFileName:ma,pleaseUploadAtLeastOnePrintTemplate:ga,pleaseAssignBusiness:ya,pleaseAssignExternal:Ea},Ba="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Aa="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ca="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Fa="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Da="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ba="{caption}\u5FC5\u9808",Sa="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",wa="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ia="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ra="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ma="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",La="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",$a="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",qa="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Pa="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Va="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Oa="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Na="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",xa="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",_a="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ja="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ua="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",Ha="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ta="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Wa="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Ka="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",za="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ka="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",Xa="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ja="\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",Ga="\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",Za="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Qa="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Ya="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",pa="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ei="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ti="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ni="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",ui="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ai="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ii="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ri="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",si="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",li="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",oi="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ci="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",di="please select control",fi="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",hi="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",mi="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",gi="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",yi="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Ei="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",vi="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Bi="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Ai="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Ci="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Fi="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Di="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",bi="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Si="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",wi="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ii="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Ri="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Mi="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Li={isNotNumber:Ba,isNotString:Aa,isNotObject:Ca,isNotArray:Fa,isNotBoolean:Da,runtimeRequired:ba,pleaseEnterCaption:Sa,pleaseEnterCaptionTip:wa,pleaseEnterRowCaption:Ia,pleaseEnterPlaceholder:Ra,pleaseEnterFieldCode:Ma,pleaseEnterForm:La,pleaseEnterList:$a,pleaseEnterProcess:qa,pleaseEnterLabel:Pa,pleaseEnterValue:Va,bizKeyNotBindFiled:Oa,pleaseSelectOneField:Na,pleaseEnterNumberRange:xa,pleaseEnterAValueGreaterThanMin:_a,pleaseEnterAValueLessThanMax:ja,numberRangeSetError:Ua,stringRangeError:Ha,attachmentMaxSize:Ta,pleaseEnterTotalScoreSetting:Wa,theTotalScoreMustNotBeLessThan1:Ka,scoreDefaultValueRange:za,attachmentLimitError:ka,PleaseReselectTheOptionalQuantity:Xa,TheMaximumLengthIsGreaterThanTheMinimumLength:Ja,TheMinimumLengthIsGreaterThanTheMaximumLength:Ga,PleaseSelectTheCorrectOptionSettings:Za,optionIdIsRepeat:Qa,optionIsRequired:Ya,pleaseEnterDataCode:pa,pleaseEnterValueFieldCode:ei,pleaseEnterSvcCode:ti,pleaseBindAtLeastOneDisplayValue:ni,pleaseSelectProvince:ui,pleaseSelectCity:ai,pleaseSelectDistrict:ii,limitRowsCannotBeLessThan0:ri,TheNumberOfRowsCannotBeLessThanMinRows:si,pleaseEnterColumnWidth:li,pleaseSetTheLogicalRelationshipOfAllRuleConditions:oi,pleaseCompleteAllRulesAndConditions:ci,pleaseSelectControl:di,pleaseSelectDashboard:fi,theViewNameCannotBeEmpty:hi,pleaseSelectOcrType:mi,pleaseSelectAtLeastOneFieldToFillIn:gi,pleaseChooseAtLeastOne:yi,pleaseEnterButtonContent:Ei,pleaseEnterDataCodeInDataSetting:vi,pleaseEnterValueFieldCodeInDataSetting:Bi,pleaseEnterSvcCodeInDataSetting:Ai,pleaseBindAtLeastOneDisplayValueInDataSetting:Ci,rootNodeIsRequiredInDataSetting:Fi,pleaseEnterMaxHeight:Di,pleaseEnter:bi,pleaseEnterWatermark:Si,pleaseEnterFileName:wi,pleaseUploadAtLeastOnePrintTemplate:Ii,pleaseAssignBusiness:Ri,pleaseAssignExternal:Mi},$i={zhCN:ru,enUS:va,jaJP:Li},st;(function(t){t.Number="Number",t.Operator="Operator",t.VariableInMainTable="VariableInMainTable",t.VariableInCurrentSubTable="VariableInCurrentSubTable",t.VariableInOtherSubTable="VariableInOtherSubTable",t.UndefinedVariable="UndefinedVariable"})(st||(st={}));var lt;(function(t){t.SUM="SUM",t.AVG="AVG",t.MAX="MAX",t.MIN="MIN"})(lt||(lt={}));var qi="zh-CN";function P(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var k;(function(t){t.BASE="base",t.FORM="form",t.LAYOUT="layout",t.WRAP="wrap",t.COLUMN="column",t.LIST="list",t.SEARCH="search"})(k||(k={}));var L;(function(t){t.TITLE="title",t.LINK="link",t.BUTTON="button",t.DIVIDER="divider",t.TEXT="text",t.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",t.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",t.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",t.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",t.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",t.EXPORT_LIST_BUTTON="list-page-btn-export-list",t.LIST_SELECT_BUTTON="list-select-button",t.ORGANIZATION_SELECTION="organization-selection",t.FORM_SELECT_BUTTON="form-select-button",t.LIST_VIEW_SELECT="list-view-select",t.TEXT_OCR_BUTTON="text-ocr-button",t.INVOICE_CHECK_BUTTON="invoice-check-button",t.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",t.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",t.VARCHAR_COLUMN="varchar-column",t.TEXT_COLUMN="text-column",t.DECIMAL_COLUMN="decimal-column",t.TIMESCOPE_COLUMN="timescope-column",t.TIMESTAMP_COLUMN="timestamp-column",t.ARRAY_COLUMN="array-column",t.DEPARTMENT_COLUMN="department-column",t.AUTO_NUMBER_COLUMN="auto-number-column",t.FILE_COLUMN="file-column",t.IMAGE_COLUMN="image-column",t.PEOPLE_COLUMN="people-column",t.LOCATION_COLUMN="location-column",t.CUSTOM_COLUMN="custom-column",t.ORDER_COLUMN="order-column",t.OPERATION_COLUMN="operation-column",t.EMPLOYEE_COLUMN="employee-column",t.Approval_Status_Column="approval-status-column",t.ADDRESS="address",t.AMOUNT="amount",t.ATTACHMENT="attachment",t.AUTO_NUMBER="auto-number",t.CALC="calc",t.CHECKBOX="checkbox",t.DATE_PICKER="date-picker",t.DATE_RANGE="date-range",t.DEPARTMENT="department",t.EMPLOYEE="employee",t.IMAGE="image",t.INPUT="input",t.NUMBER="number",t.RADIO="radio",t.RICH_TEXT="rich-text",t.SCORE="score",t.SEARCH_DATE_RANGE="search-date-range",t.SEARCH_NUMBER_RANGE="search-number-range",t.SEARCH_INPUT="search-input",t.SELECT="select",t.SELECT_MULTIPLE="select-multiple",t.SELECT_RELATION="select-relation",t.VUE_FORM_ITEM="vue-form-item",t.TEXTAREA="textarea",t.EMAIL="email",t.FOOTER="footer",t.HEADER="header",t.ID_CARD="id-card",t.MOBILE="mobile",t.PHONE="phone",t.RADIO_IMAGE="radio-image",t.ELECTRONIC_SIGNATURE="electronic-signature",t.WPS="wps",t.CARD_GROUP="card-group",t.COL="col",t.GRID="grid",t.GRID_ROW="grid-row",t.GRID_TABLE_COLUMN="grid-table-column",t.ROW="row",t.TWO_COLUMNS="two-columns",t.SUBTABLE_COLUMN="subtable-column",t.SUBTABLE_ROW="subtable-row",t.TAB="tab",t.TAB_PANE="tab-pane",t.TOOLBOX="toolbox",t.DATA_VIEW="data-view",t.LIST_VIEW="list-view",t.ACTION_BAR="action-bar",t.SUBTABLE="subtable",t.GRID_TABLE="grid-table",t.SIMPLE_SEARCH="simple-search",t.PAGINATION="pagination",t.CHECKBOX_IMAGE="checkbox-image",t.DASHBOARD="dashboard",t.TREE="tree",t.EMPLOYEE2="employee2",t.DEPARTMENT2="department2"})(L||(L={}));var R;(function(t){t.VARCHAR="varchar",t.TEXT="text",t.ARRAY="array",t.ADDRESS="location",t.DECIMAL="decimal",t.DECIMAL_RANGE="decimal_range",t.TIMESTAMP="timestamp",t.EMPLOYEES="people",t.DEPARTMENTS="department",t.MONEY="money",t.TIMESCOPE="timescope",t.FILE="file",t.IMAGE="image",t.AUTO_NUMBER="auto_number",t.CALC="calc",t.RELATION="relation",t.LIST="list",t.RELATION_FIELD="relation-field",t.REFERENCE_FIELD="reference-field",t.CALC_FIELD="calc",t.JSON="json",t.BIGINT="bigint",t.ANY="ANY",t.ENCRYPTED_FIELD="encrypted_field"})(R||(R={}));var $;$={},P($,R.ARRAY,L.ARRAY_COLUMN),P($,R.AUTO_NUMBER,L.AUTO_NUMBER_COLUMN),P($,R.DECIMAL,L.DECIMAL_COLUMN),P($,R.DEPARTMENTS,L.DEPARTMENT_COLUMN),P($,R.FILE,L.FILE_COLUMN),P($,R.IMAGE,L.IMAGE_COLUMN),P($,R.ADDRESS,L.LOCATION_COLUMN),P($,R.EMPLOYEES,L.EMPLOYEE_COLUMN),P($,R.TEXT,L.TEXT_COLUMN),P($,R.TIMESCOPE,L.TIMESCOPE_COLUMN),P($,R.TIMESTAMP,L.TIMESTAMP_COLUMN),P($,R.VARCHAR,L.VARCHAR_COLUMN),P($,R.RELATION,L.VARCHAR_COLUMN);var ot;(function(t){t.YEAR="year",t.MONTH="month",t.DATE="date",t.DATEHOUR="datehour",t.DATEMIN="datemin",t.DATETIME="datetime"})(ot||(ot={}));var ct="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Pi=ct+"0123456789";function W(){for(var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,e="",n=0;n<t;n++){var u=n===0?ct:Pi,a=Math.random()*u.length;e+=u[parseInt(String(a),10)]}return e}function Se(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,u=new Array(e);n<e;n++)u[n]=t[n];return u}function Vi(t){if(Array.isArray(t))return Se(t)}function Oi(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function dt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ni(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(t){return!1}}function ce(t,e,n){return Ni()?ce=Reflect.construct:ce=function(a,i,r){var l=[null];l.push.apply(l,i);var d=Function.bind.apply(a,l),c=new d;return r&&ee(c,r.prototype),c},ce.apply(null,arguments)}function p(t){return p=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},p(t)}function ft(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&ee(t,e)}function xi(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function _i(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function ji(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Ui(t,e){return e&&(Hi(e)==="object"||typeof e=="function")?e:Oi(t)}function ee(t,e){return ee=Object.setPrototypeOf||function(u,a){return u.__proto__=a,u},ee(t,e)}function ht(t){return Vi(t)||_i(t)||Ti(t)||ji()}var Hi=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function Ti(t,e){if(!!t){if(typeof t=="string")return Se(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Se(t,e)}}function we(t){var e=typeof Map=="function"?new Map:void 0;return we=function(u){if(u===null||!xi(u))return u;if(typeof u!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(u))return e.get(u);e.set(u,a)}function a(){return ce(u,arguments,p(this).constructor)}return a.prototype=Object.create(u.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),ee(a,u)},we(t)}function Wi(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function mt(t){var e=Wi();return function(){var u=p(t),a;if(e){var i=p(this).constructor;a=Reflect.construct(u,arguments,i)}else a=u.apply(this,arguments);return Ui(this,a)}}var Ie=console;function Re(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var u,a=e.slice(1);(u=Ie).warn.apply(u,["\u{1F9D0} Driven Warning:"+e[0]].concat(ht(a)))}function gt(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var u,a=e.slice(1);(u=Ie).log.apply(u,["\u{1F680} Driven Log:"+e[0]].concat(ht(a)))}function Ki(t){return t+" \u{1F41B}\u{1F41B}\u{1F41B}"}var Me=function(t){ft(n,t);var e=mt(n);function n(u){dt(this,n);var a;return a=e.call(this,u),a.name="\u{1F4A5} Driven Error",a.message=u?Ki(u):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",a}return n}(we(Error)),zi=function(t){ft(n,t);var e=mt(n);function n(u){dt(this,n);var a;return a=e.call(this,u),a.name="\u{1F6A8} Driven Reference Error",a}return n}(Me);function Le(t){throw new Me(t)}function yt(t){throw new zi(t)}function ki(t){Ie.error(new Me(t))}var Xi=Object.prototype.toString;function Et(t,e){return Xi.call(t)==="[object "+e+"]"}function Ji(t){return Et(t,"String")}function Gi(t){return Et(t,"Promise")}var Zi=function(){function t(e){var n,u;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((u=(n=e.messages)!==null&&n!==void 0?n:this.getPreImport(e.locale))!==null&&u!==void 0?u:{}),e.variableRegExp&&(this.variableRegExp=e.variableRegExp),this.setLocale(e.locale)}return t.prototype.setLocale=function(e){var n=this;this.locale=e,this._messageCache.clear();var u=this.getMessageData();Gi(u)?u.then(function(a){n._messageCache.clear(),n.messages[n.localeInMessageKey]=a}):this.messages[this.localeInMessageKey]=u},t.prototype.getMessageData=function(){var e=this._messages[this.localeInMessageKey];return typeof e=="function"?e():e},t.prototype.translate=function(e,n,u){var a=this.getMessage(e);return a?this.formatMessage(a,u):this.formatMessage(n,u)},t.prototype.getMessage=function(e){if(this._messageCache.has(e))return this._messageCache.get(e);var n=this.getPathArray(e),u=n.reduce(function(a,i,r,l){if(a!==void 0){var d=a[i];if(!(r===l.length-1&&!Ji(d)))return d}},this.message);return this._messageCache.set(e,u),u},t.prototype.formatMessage=function(e,n){return n?e.replace(this.variableRegExp,function(u,a){var i=n[a];return i!==void 0?String(i):u}):e},t.prototype.getPreImport=function(e){var n;if(window.okI18nPreImport){var u=this.getLocaleInMessageKey(e);return window.okI18nPreImport.hasOwnProperty(u)?window.okI18nPreImport:(n={},n[u]=window.okI18nPreImport,n)}},t.prototype.getPathArray=function(e){return e.split(".")},t.prototype.getLocaleInMessageKey=function(e){return e.replace(/-/g,"")},Object.defineProperty(t.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"message",{get:function(){var e;return(e=this.messages[this.localeInMessageKey])!==null&&e!==void 0?e:{}},enumerable:!1,configurable:!0}),t}();function Qi(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var f=function(){function t(){Qi(this,t)}return t.getMessage=function(n){var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(n,"",u)},t.resetI18n=function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:qi;return new Zi({locale:n,messages:$i})},t.setLocale=function(n){return this.$i18n.setLocale(n)},t}();f.$i18n=f.resetI18n();function Yi(t,e,n){var u=e.replace(/\[(\d)]/g,function(i,r){return"."+r}).split("."),a=!1;return u.reduce(function(i,r,l,d){var c=i;if(!!i){if(!Object.prototype.hasOwnProperty.call(i,r)){Re("Can not set ".concat(e,"'s ").concat(r," property in current %o, Because there is no ").concat(r," property on the %o"),i,i);return}return l===d.length-1&&!Object.is(c[r],n)&&(c[r]=n,a=!0),c[r]}},t),a}var pi=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},er={exports:{}};(function(t){(function(e){var n=function(o,h,M){if(!c(h)||E(h)||C(h)||b(h)||d(h))return h;var v,S=0,x=0;if(g(h))for(v=[],x=h.length;S<x;S++)v.push(n(o,h[S],M));else{v={};for(var A in h)Object.prototype.hasOwnProperty.call(h,A)&&(v[o(A,M)]=n(o,h[A],M))}return v},u=function(o,h){h=h||{};var M=h.separator||"_",v=h.split||/(?=[A-Z])/;return o.split(v).join(M)},a=function(o){return F(o)?o:(o=o.replace(/[\-_\s]+(.)?/g,function(h,M){return M?M.toUpperCase():""}),o.substr(0,1).toLowerCase()+o.substr(1))},i=function(o){var h=a(o);return h.substr(0,1).toUpperCase()+h.substr(1)},r=function(o,h){return u(o,h).toLowerCase()},l=Object.prototype.toString,d=function(o){return typeof o=="function"},c=function(o){return o===Object(o)},g=function(o){return l.call(o)=="[object Array]"},E=function(o){return l.call(o)=="[object Date]"},C=function(o){return l.call(o)=="[object RegExp]"},b=function(o){return l.call(o)=="[object Boolean]"},F=function(o){return o=o-0,o===o},m=function(o,h){var M=h&&"process"in h?h.process:h;return typeof M!="function"?o:function(v,S){return M(v,o,S)}},B={camelize:a,decamelize:r,pascalize:i,depascalize:r,camelizeKeys:function(o,h){return n(m(a,h),o)},decamelizeKeys:function(o,h){return n(m(r,h),o,h)},pascalizeKeys:function(o,h){return n(m(i,h),o)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=B:e.humps=B})(pi)})(er);var vt={};Object.defineProperty(vt,"__esModule",{value:!0});function $e(t){if(typeof t!="object"||t===null)return t;if(Array.isArray(t))return t.map(e=>typeof e!="object"||e===null?e:$e(e));{const e={};for(const n in t){const u=t[n];e[n]=typeof u!="object"||u===null?u:$e(u)}return e}}var tr=vt.default=$e;function K(t){if(t!==void 0)return typeof t=="object"?tr(t):t}function nr(t){return Object.prototype.toString.call(t)==="[object Object]"}function ur(t){return Array.isArray(t)}function ar(t){return t.reduce(function(e,n){return e.includes(n)||e.push(n),e},[])}function qe(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,u=new Array(e);n<e;n++)u[n]=t[n];return u}function ir(t){if(Array.isArray(t))return qe(t)}function Bt(t,e,n,u,a,i,r){try{var l=t[i](r),d=l.value}catch(c){n(c);return}l.done?e(d):Promise.resolve(d).then(u,a)}function rr(t){return function(){var e=this,n=arguments;return new Promise(function(u,a){var i=t.apply(e,n);function r(d){Bt(i,u,a,r,l,"next",d)}function l(d){Bt(i,u,a,r,l,"throw",d)}r(void 0)})}}function sr(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function lr(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function or(){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 Pe(t){return ir(t)||lr(t)||cr(t)||or()}function cr(t,e){if(!!t){if(typeof t=="string")return qe(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return qe(t,e)}}var dr=function(t,e){var n,u,a,i,r={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]};return i={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function l(c){return function(g){return d([c,g])}}function d(c){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,u&&(a=c[0]&2?u.return:c[0]?u.throw||((a=u.return)&&a.call(u),0):u.next)&&!(a=a.call(u,c[1])).done)return a;switch(u=0,a&&(c=[c[0]&2,a.value]),c[0]){case 0:case 1:a=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,u=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(a=r.trys,!(a=a.length>0&&a[a.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!a||c[1]>a[0]&&c[1]<a[3])){r.label=c[1];break}if(c[0]===6&&r.label<a[1]){r.label=a[1],a=c;break}if(a&&r.label<a[2]){r.label=a[2],r.ops.push(c);break}a[2]&&r.ops.pop(),r.trys.pop();continue}c=e.call(t,r)}catch(g){c=[6,g],u=0}finally{n=a=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},fr=function(){function t(){sr(this,t),this._events=new Map,this.debug=!1}var e=t.prototype;return e.emit=function(u){for(var a=arguments.length,i=new Array(a>1?a-1:0),r=1;r<a;r++)i[r-1]=arguments[r];var l=this;return rr(function(){var d,c,g,E,C,b,F,m,B,o,h,M;return dr(this,function(v){switch(v.label){case 0:if(d=l._events.get(u),c=[],!d)return[3,10];g=d.slice(),E=!0,C=!1,b=void 0,v.label=1;case 1:v.trys.push([1,8,9,10]),F=g[Symbol.iterator](),v.label=2;case 2:if(E=(m=F.next()).done)return[3,7];if(B=m.value,!d.includes(B))return[3,6];v.label=3;case 3:return v.trys.push([3,5,,6]),l.debug&&gt.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(u," \u4E8B\u4EF6: ").concat(B.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+B.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(i.map(function(){return"%o"}).join(","),"\u3002")].concat(Pe(i))),[4,B.apply(null,Pe(i))];case 4:return o=v.sent(),l.debug&&gt.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(u," \u4E8B\u4EF6: ").concat(B.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+B.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(i.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Pe(i),[o])),c.push(o),o===!1?[3,7]:[3,6];case 5:return h=v.sent(),ki(String(h)+":"+String(h.stack)),[3,6];case 6:return E=!0,[3,2];case 7:return[3,10];case 8:return M=v.sent(),C=!0,b=M,[3,10];case 9:try{!E&&F.return!=null&&F.return()}finally{if(C)throw b}return[7];case 10:return[2,c]}})})()},e.on=function(u,a){if(this._events.has(u)){var i;(i=this._events.get(u))===null||i===void 0||i.push(a)}else this._events.set(u,[a])},e.off=function(u,a){if(this._events.has(u)){var i=this._events.get(u),r=i==null?void 0:i.indexOf(a);i==null||i.splice(r,1)}},e.delete=function(u){this._events.has(u)&&this._events.delete(u)},e.clear=function(){this._events=new Map},t}();const At=[];class de{constructor(e){this.registeredControlTypes=new Set,this.controlConfigMap=new Map,this._controls=[],this._type=e,this._initControls(e)}registerControlConfig(e,n){return this.controlConfigMap.set(e,n),this}getControlConfig(e){return this.controlConfigMap.get(e)}static register(e){const{Designer:n,Runtime:u}=e;(!n||!u||!n.__is_control__||!u.__is_control__)&&Le(`${e} is can't register as a Control`);const a=this.staticControls.findIndex(i=>i.Designer.controlType===n.controlType);return a>-1&&(Re(`The ${n.controlType} is repeat register, So it overwrites the one that was registered before.`),this.staticControls.splice(a,1)),this.staticRegisteredTypes.add(n.controlType),this.staticControls.push(e),this}getControls(){return this._controls}register(e){e.__is_control__||Le(`${e.name} is not a Control`);const n=this._controls.findIndex(u=>u.controlType===e.controlType);return n>-1&&(Re(`The ${e.controlType} is repeat register, So it overwrites the one that was registered before.`),this._controls.splice(n,1)),this.registeredControlTypes.add(e.controlType),this._controls.push(e),this}isLayoutControl(e){return e.controlType===k.LAYOUT}isFormControl(e){return e.controlType===k.FORM}isListControl(e){return e.controlType===k.LIST}isColumnControl(e){return e.controlType===k.COLUMN}createControl(e,n){if(Array.isArray(e))return e.map(a=>this.createControl(a,n));e.children&&(e.children=e.children.map(a=>this.createControl(a,n))),this.isListControl(e)&&e.props.headers&&(e.props.headers=e.props.headers.map(a=>this.createControl(a,n)));const u=this.getControlFormType(e.type);if(u){let a=e;if(typeof n=="function"){const r=n(a);r&&(a=r)}return new u(a)}else Le(`The constructor of ${e.type} could not be found, please confirm that the constructor has been registered`)}createControlInstance(e,n){const u=this.getControlFormType(e);if(u)return new u(n)}getControlFormType(e){return this._controls.find(n=>n.controlType===e)}_initControls(e){this.constructor.staticControls.forEach(n=>{this.register(n[e])})}}de.staticControls=At,de.staticRegisteredTypes=new Set(At.map(t=>t.Designer.controlType)),de.staticRegisteredConfigs=new Map;class O{constructor(e){var n,u,a;this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:"",this.fieldCode=(u=e==null?void 0:e.fieldCode)!=null?u:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:"",this.aliasCode=e==null?void 0:e.aliasCode}}class Ve{constructor(e){var n,u;this.minWidth=(n=e==null?void 0:e.minWidth)!=null?n:150,this.maxWidth=e==null?void 0:e.maxWidth,this.flex=(u=e==null?void 0:e.flex)!=null?u:1}}class fe extends Ve{constructor(e){var n,u;super(e),this.width=(n=e==null?void 0:e.width)!=null?n:240,this.widthType=(u=e==null?void 0:e.widthType)!=null?u:"auto"}}class hr{constructor(e){this.pc=new fe(e==null?void 0:e.pc),this.mobile=e!=null&&e.mobile?new fe(e==null?void 0:e.mobile):new fe({width:130,minWidth:180})}}class mr{constructor(e){var n,u;this.type=(n=e==null?void 0:e.type)!=null?n:"firstThree",this.customOptions=(u=e==null?void 0:e.customOptions)!=null?u:[]}}class he{constructor(e){var n,u,a;this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:"",this.formKey=(u=e==null?void 0:e.formKey)!=null?u:"",this.appId=(a=e==null?void 0:e.appId)!=null?a:""}}class gr extends he{constructor(e){var n;super(e),this.primaryControlId=(n=e==null?void 0:e.primaryControlId)!=null?n:""}}class Ct{constructor(e){var n;this.fieldCode=(n=e==null?void 0:e.fieldCode)!=null?n:""}}class yr{constructor(e){var n,u,a,i;this.appId=(n=e==null?void 0:e.appId)!=null?n:"",this.formKey=(u=e==null?void 0:e.formKey)!=null?u:"",this.headers=(i=(a=e==null?void 0:e.headers)==null?void 0:a.map(r=>new Ct(r)))!=null?i:[]}}class Ft{constructor(e){var n,u,a;this.fieldName=(n=e==null?void 0:e.fieldName)!=null?n:"",this.fieldCode=(u=e==null?void 0:e.fieldCode)!=null?u:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:R.VARCHAR}}class Dt extends he{constructor(e){var n,u,a,i;super(e),this.title=(n=e==null?void 0:e.title)!=null?n:"",this.svcCode=(u=e==null?void 0:e.svcCode)!=null?u:"",this.isOpenFilter=(a=e==null?void 0:e.isOpenFilter)!=null?a:!1,this.filters=(i=e==null?void 0:e.filters)!=null?i:[]}}class Er{constructor(e){var n,u,a,i;this.type="sublist-page",this.formBind=new he(e==null?void 0:e.formBind),this.displayFields=(u=(n=e==null?void 0:e.displayFields)==null?void 0:n.map(r=>new Ft(r)))!=null?u:[],this.sublists=(i=(a=e==null?void 0:e.sublists)==null?void 0:a.map(r=>new Dt(r)))!=null?i:[]}}class bt{constructor(e){this.type=e==null?void 0:e.type,this.value=e==null?void 0:e.value}}class Oe{constructor(e){var n,u,a;this.type=(n=e==null?void 0:e.type)!=null?n:"custom",this.value=(u=e==null?void 0:e.value)!=null?u:[],this.displayBos=(a=e==null?void 0:e.displayBos)!=null?a:[]}}class te{constructor(e){var n,u,a,i;this.type="conditions",this.id=(n=e==null?void 0:e.id)!=null?n:W(),this.ruleId=(u=e==null?void 0:e.ruleId)!=null?u:new Date().valueOf(),this.level=(a=e==null?void 0:e.level)!=null?a:0,this.value=(i=e==null?void 0:e.value)!=null?i:"and",this.children=[],Array.isArray(e==null?void 0:e.children)&&(e==null||e.children.map(r=>{var l,d;if(r.children!==void 0){const c=new te(r);(l=this.children)==null||l.push(c)}else{const c=new me(r);(d=this.children)==null||d.push(c)}}))}}class me{constructor(e){var n,u,a,i,r;this.type="condition",this.id=(n=e==null?void 0:e.id)!=null?n:W(),this.ruleId=(u=e==null?void 0:e.ruleId)!=null?u:new Date().valueOf(),this.symbol=(a=e==null?void 0:e.symbol)!=null?a:"",this.checked=(i=e==null?void 0:e.checked)!=null?i:!1,this.describe=(r=e==null?void 0:e.describe)!=null?r:"",this.leftVariableBo=new bt(e==null?void 0:e.leftVariableBo),this.rightVariableBo=new Oe(e==null?void 0:e.rightVariableBo)}}class vr{constructor(e){var n,u;this.aliasCode=(n=e==null?void 0:e.aliasCode)!=null?n:"",this.datasourceBind=new ne(e==null?void 0:e.datasourceBind),this.relationFields=(u=e==null?void 0:e.relationFields)!=null?u:[]}}class St{constructor(e){var n,u,a,i;this.controlId=(n=e==null?void 0:e.controlId)!=null?n:"",this.fieldCode=(u=e==null?void 0:e.fieldCode)!=null?u:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:"",this.propName=(i=e==null?void 0:e.propName)!=null?i:""}}class Ne{constructor(e){var n,u;this.type=(n=e==null?void 0:e.type)!=null?n:"FIELD",this.value=(u=e==null?void 0:e.value)!=null?u:"",this.fieldType=e==null?void 0:e.fieldType}}class xe{constructor(e){var n,u;this.columnName=(n=e.columnName)!=null?n:"",this.desc=(u=e.desc)!=null?u:!1}}class wt{constructor(e){var n,u,a;this.code=(n=e.code)!=null?n:"",this.value=(u=e.value)!=null?u:"",this.field_type=(a=e.field_type)!=null?a:R.ANY}}class Br{constructor(e){var n,u,a,i,r,l,d;this.id=(n=e.id)!=null?n:"",this.limit=(u=e.limit)!=null?u:20,this.formKey=(a=e.formKey)!=null?a:"",this.orders=(r=(i=e.orders)==null?void 0:i.map(c=>new xe(c)))!=null?r:[],this.dataSet=(d=(l=e.dataSet)==null?void 0:l.map(c=>new wt(c)))!=null?d:[]}}function _e(t){var e,n,u,a,i,r;this.filters=(n=(e=t==null?void 0:t.filters)==null?void 0:e.map(l=>l.children!==void 0?new te(l):new me(l)))!=null?n:[],this.viewFilters=(a=(u=t==null?void 0:t.viewFilters)==null?void 0:u.map(l=>l.children!==void 0?new te(l):new me(l)))!=null?a:[],(this instanceof ne||this instanceof Mt)&&(this.orders=(r=(i=t==null?void 0:t.orders)==null?void 0:i.map(l=>new xe(l)))!=null?r:[])}class ne{constructor(e){var n,u,a,i,r,l,d;this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:"",this.appId=(u=e==null?void 0:e.appId)!=null?u:"",this.valueFieldCode=(a=e==null?void 0:e.valueFieldCode)!=null?a:"",this.displayBoList=[],this.isOpenViewFilters=(i=e==null?void 0:e.isOpenViewFilters)!=null?i:0,Array.isArray(e==null?void 0:e.displayBoList)&&(e==null||e.displayBoList.map(c=>{var g;(g=this.displayBoList)==null||g.push(new Ne(c))})),this.keywordMapping=(r=e==null?void 0:e.keywordMapping)!=null?r:"",this.showOrder=(l=e==null?void 0:e.showOrder)!=null?l:!0,this.svcCode=(d=e==null?void 0:e.svcCode)!=null?d:"",_e.call(this,e)}}class Ar{constructor(e){var n,u;this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:"",this.displayBoList=(u=e==null?void 0:e.displayBoList)!=null?u:[]}}class Cr{constructor(e){var n,u,a,i,r,l,d,c,g,E;this.code=(n=e==null?void 0:e.code)!=null?n:"view",this.color=(u=e==null?void 0:e.color)!=null?u:"primary",this.command=(a=e==null?void 0:e.command)!=null?a:"view",this.confirmMessage=(i=e==null?void 0:e.confirmMessage)!=null?i:void 0,this.defaultState=(r=e==null?void 0:e.defaultState)!=null?r:"default",this.formKey=(l=e==null?void 0:e.formKey)!=null?l:void 0,this.icon=(d=e==null?void 0:e.icon)!=null?d:"iconliulan1",this.needConfirm=(c=e==null?void 0:e.needConfirm)!=null?c:!1,this.openType=(g=e==null?void 0:e.openType)!=null?g:"modal",this.priorityProcess=(E=e==null?void 0:e.priorityProcess)!=null?E:!0}}class je{constructor(e){var n,u,a,i;this.name=(n=e==null?void 0:e.name)!=null?n:"",this.key=(u=e==null?void 0:e.key)!=null?u:"",this.value=(i=(a=e==null?void 0:e.value)==null?void 0:a.map(r=>new Ne(r)))!=null?i:[]}}class It extends ne{constructor(e){var n,u;super(e),this.attributes=(u=(n=e==null?void 0:e.attributes)==null?void 0:n.map(a=>new je(a)))!=null?u:[]}}class Fr extends ne{constructor(e){var n,u,a;super(e),this.attributes=(u=(n=e==null?void 0:e.attributes)==null?void 0:n.map(i=>new je(i)))!=null?u:[],this.formCode=(a=e==null?void 0:e.formCode)!=null?a:""}}class Dr extends It{constructor(e){var n;super(e),this.rootNode=new Oe(e==null?void 0:e.rootNode),this.filterCode=(n=e==null?void 0:e.filterCode)!=null?n:""}}class Rt{constructor(e){var n,u,a,i;this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:"",this.appId=(u=e==null?void 0:e.appId)!=null?u:"",this.fillList=(i=(a=e==null?void 0:e.fillList)==null?void 0:a.map(r=>new St(r)))!=null?i:[]}}class Mt extends Rt{constructor(e){super(e),_e.call(this,e)}}class br extends Rt{constructor(e){var n,u;super(e),this.mode=(n=e==null?void 0:e.mode)!=null?n:"current",this.multiple=(u=e==null?void 0:e.multiple)!=null?u:!1}}class Sr{constructor(e){var n,u,a;this.zh=(n=e==null?void 0:e.zh)!=null?n:"",this.en=(u=e==null?void 0:e.en)!=null?u:"",this.ja=(a=e==null?void 0:e.ja)!=null?a:""}}class wr{constructor(e){var n,u,a;this.stencilName=(n=e==null?void 0:e.stencilName)!=null?n:"",this.expression=(u=e==null?void 0:e.expression)!=null?u:"",this.errMessage=(a=e==null?void 0:e.errMessage)!=null?a:""}}class Ue{constructor(e){var n,u,a;this.id=(n=e==null?void 0:e.id)!=null?n:W(8),this.label=(u=e==null?void 0:e.label)!=null?u:"",this.value=(a=e==null?void 0:e.value)!=null?a:this.label}}class Lt extends Ue{constructor(e){var n,u;super(e),this.image=(n=e==null?void 0:e.image)!=null?n:"",this.type=(u=e==null?void 0:e.type)!=null?u:"src"}}function Ir(t){var e;return(e=t==null?void 0:t.map(n=>new Ue(n)))!=null?e:[]}function Rr(t){var e;return(e=t==null?void 0:t.map(n=>new Lt(n)))!=null?e:[]}class ge{}class Mr extends ge{constructor(e){super(),this.amount=new O(e==null?void 0:e.amount),this.currency=new O(e==null?void 0:e.currency)}}class Lr{constructor(e){var n,u;this.amount=(n=e==null?void 0:e.amount)!=null?n:"",this.currency=(u=e==null?void 0:e.currency)!=null?u:He.CNY}}class $r extends ge{constructor(e){super(),this.min=new O(e==null?void 0:e.min),this.max=new O(e==null?void 0:e.max)}}class qr{constructor(e){var n,u;this.min=(n=e==null?void 0:e.min)!=null?n:"",this.max=(u=e==null?void 0:e.max)!=null?u:""}}class Pr{constructor(e){var n,u,a,i,r,l;this.city=(n=e==null?void 0:e.city)!=null?n:"",this.cityDisplay=(u=e==null?void 0:e.cityDisplay)!=null?u:"",this.district=(a=e==null?void 0:e.district)!=null?a:"",this.districtDisplay=(i=e==null?void 0:e.districtDisplay)!=null?i:"",this.province=(r=e==null?void 0:e.province)!=null?r:"",this.provinceDisplay=(l=e==null?void 0:e.provinceDisplay)!=null?l:""}}class Vr extends ge{constructor(e){super(),this.result=new O(e==null?void 0:e.result),this.unit=new O(e==null?void 0:e.unit)}}class Or{constructor(e){var n,u;this.result=(n=e==null?void 0:e.result)!=null?n:0,this.unit=(u=e==null?void 0:e.unit)!=null?u:""}}var He=(t=>(t.CNY="CNY",t.USD="USD",t.JPY="JPY",t.EUR="EUR",t.INR="INR",t.IDR="IDR",t.BRL="BRL",t.AED="AED",t.AUD="AUD",t.CAD="CAD",t.EGP="EGP",t.GBP="GBP",t.ZAR="ZAR",t.KRW="KRW",t.MAD="MAD",t.MXN="MXN",t.MYR="MYR",t.PHP="PHP",t.PLN="PLN",t.RUB="RUB",t.SGD="SGD",t.THB="THB",t.TRY="TRY",t.TWD="TWD",t.VND="VND",t.HKD="HKD",t.IEP="IEP",t))(He||{}),$t=(t=>(t.DEFAULT_DISPLAY="defaultDisplay",t.REQUIRED="required",t.IS_HIDE="isHide",t.IS_SHOW_UNIT="isShowUnit",t.IMD_SEARCH="immediatelySearch",t.MULTIPLE="multiple",t.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",t.CAPTION="caption",t.IS_HIDE_CAPTION="isHideCaption",t.DEFAULT_SHOW_OPTIONS="defaultShowOptions",t.CAN_SEARCH="canSearch",t.CAN_CHECK="canCheck",t.CAN_EDIT="canEdit",t.CAN_DELETE="canDelete",t.SHOW_UPPER_CASE="showUpperCase",t.MICROMETER="micrometer",t.PRECISION="precision",t.PERCENTAGE="percentage",t.OPTIONAL_LEVEL="optionalLevel",t.CONTAINS_SUB_NODE="containsSubNode",t.DEFAULT_COLLAPSE="defaultCollapse",t.CAN_VIEW_FORM="canViewForm",t.VIEW_FORM_MODEL_TYPE="viewFormModelType",t.SERVER_PAGINATION="serverPagination",t.IS_SHOW_CAPTION_TIP="isShowCaptionTip",t.ENCRYPTED="encrypted",t.IS_INLINE_EDIT="isInlineEdit",t.REVISIONS_MODE="revisionsMode",t.ALLOW_COPY_OPTIONS="allowCopyOptions",t))($t||{}),Te=(t=>(t[t.UNKNOWN=0]="UNKNOWN",t[t.READONLY=1]="READONLY",t[t.EDITABLE=2]="EDITABLE",t[t.PRINT=5]="PRINT",t))(Te||{});class Nr{constructor(e){var n,u,a,i,r,l;this.isShow=(n=e==null?void 0:e.isShow)!=null?n:!0,this.content=(u=e==null?void 0:e.content)!=null?u:"",this.formKey=(a=e==null?void 0:e.formKey)!=null?a:"",this.openType=(i=e==null?void 0:e.openType)!=null?i:"modal",this.type=(r=e==null?void 0:e.type)!=null?r:"",this.priorityProcess=(l=e==null?void 0:e.priorityProcess)!=null?l:!1}}class xr{constructor(e){var n,u,a,i;this.id=(n=e==null?void 0:e.id)!=null?n:W(8),this.title=(u=e==null?void 0:e.title)!=null?u:"",this.headers=(i=(a=e==null?void 0:e.headers)==null?void 0:a.map(r=>new Ct(r)))!=null?i:[],_e.call(this,e)}}class _r{constructor(e){var n,u;this.key=(n=e.key)!=null?n:W(8),this.caption=(u=e.caption)!=null?u:""}}class qt{constructor(e){var n,u,a,i;this.width=(n=e==null?void 0:e.width)!=null?n:"",this.height=(u=e==null?void 0:e.height)!=null?u:"",this.widthConfig=(a=e==null?void 0:e.widthConfig)!=null?a:"fill",this.heightConfig=(i=e==null?void 0:e.heightConfig)!=null?i:"fill"}}class jr{constructor(e){var n,u;this.optCode=(n=e==null?void 0:e.optCode)!=null?n:"",this.optType=(u=e==null?void 0:e.optType)!=null?u:""}}class ye{constructor(e){this.isHide={type:"boolean"}}}class We extends Array{constructor(e){super()}}class U{constructor(e,n=""){var u,a;this.isHide=(u=e==null?void 0:e.isHide)!=null?u:!1,this.style=new qt(e==null?void 0:e.style),this.caption=(a=e==null?void 0:e.caption)!=null?a:n}}U.Rules=ye,U.RuntimeRules=We;function N(){return N=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var u in n)Object.prototype.hasOwnProperty.call(n,u)&&(t[u]=n[u])}return t},N.apply(this,arguments)}function Ur(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function Ke(t){return Ke=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ke(t)}function Ee(t,e){return Ee=Object.setPrototypeOf||function(u,a){return u.__proto__=a,u},Ee(t,e)}function Hr(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(t){return!1}}function ve(t,e,n){return Hr()?ve=Reflect.construct:ve=function(a,i,r){var l=[null];l.push.apply(l,i);var d=Function.bind.apply(a,l),c=new d;return r&&Ee(c,r.prototype),c},ve.apply(null,arguments)}function Tr(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function ze(t){var e=typeof Map=="function"?new Map:void 0;return ze=function(u){if(u===null||!Tr(u))return u;if(typeof u!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(u))return e.get(u);e.set(u,a)}function a(){return ve(u,arguments,Ke(this).constructor)}return a.prototype=Object.create(u.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),Ee(a,u)},ze(t)}var Wr=/%[sdj%]/g,Pt=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(Pt=function(e,n){typeof console!="undefined"&&console.warn&&n.every(function(u){return typeof u=="string"})&&console.warn(e,n)});function ke(t){if(!t||!t.length)return null;var e={};return t.forEach(function(n){var u=n.field;e[u]=e[u]||[],e[u].push(n)}),e}function V(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var u=1,a=e[0],i=e.length;if(typeof a=="function")return a.apply(null,e.slice(1));if(typeof a=="string"){var r=String(a).replace(Wr,function(l){if(l==="%%")return"%";if(u>=i)return l;switch(l){case"%s":return String(e[u++]);case"%d":return Number(e[u++]);case"%j":try{return JSON.stringify(e[u++])}catch(d){return"[Circular]"}break;default:return l}});return r}return a}function Kr(t){return t==="string"||t==="url"||t==="hex"||t==="email"||t==="date"||t==="pattern"}function I(t,e){return!!(t==null||e==="array"&&Array.isArray(t)&&!t.length||Kr(e)&&typeof t=="string"&&!t)}function zr(t,e,n){var u=[],a=0,i=t.length;function r(l){u.push.apply(u,l),a++,a===i&&n(u)}t.forEach(function(l){e(l,r)})}function Vt(t,e,n){var u=0,a=t.length;function i(r){if(r&&r.length){n(r);return}var l=u;u=u+1,l<a?e(t[l],i):n([])}i([])}function kr(t){var e=[];return Object.keys(t).forEach(function(n){e.push.apply(e,t[n])}),e}var Ot=function(t){Ur(e,t);function e(n,u){var a;return a=t.call(this,"Async Validation Error")||this,a.errors=n,a.fields=u,a}return e}(ze(Error));function Xr(t,e,n,u){if(e.first){var a=new Promise(function(E,C){var b=function(B){return u(B),B.length?C(new Ot(B,ke(B))):E()},F=kr(t);Vt(F,n,b)});return a.catch(function(E){return E}),a}var i=e.firstFields||[];i===!0&&(i=Object.keys(t));var r=Object.keys(t),l=r.length,d=0,c=[],g=new Promise(function(E,C){var b=function(m){if(c.push.apply(c,m),d++,d===l)return u(c),c.length?C(new Ot(c,ke(c))):E()};r.length||(u(c),E()),r.forEach(function(F){var m=t[F];i.indexOf(F)!==-1?Vt(m,n,b):zr(m,n,b)})});return g.catch(function(E){return E}),g}function Nt(t){return function(e){return e&&e.message?(e.field=e.field||t.fullField,e):{message:typeof e=="function"?e():e,field:e.field||t.fullField}}}function xt(t,e){if(e){for(var n in e)if(e.hasOwnProperty(n)){var u=e[n];typeof u=="object"&&typeof t[n]=="object"?t[n]=N(N({},t[n]),u):t[n]=u}}return t}function _t(t,e,n,u,a,i){t.required&&(!n.hasOwnProperty(t.field)||I(e,i||t.type))&&u.push(V(a.messages.required,t.fullField))}function Jr(t,e,n,u,a){(/^\s+$/.test(e)||e==="")&&u.push(V(a.messages.whitespace,t.fullField))}var Xe={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},ue={integer:function(e){return ue.number(e)&&parseInt(e,10)===e},float:function(e){return ue.number(e)&&!ue.integer(e)},array:function(e){return Array.isArray(e)},regexp:function(e){if(e instanceof RegExp)return!0;try{return!!new RegExp(e)}catch(n){return!1}},date:function(e){return typeof e.getTime=="function"&&typeof e.getMonth=="function"&&typeof e.getYear=="function"&&!isNaN(e.getTime())},number:function(e){return isNaN(e)?!1:typeof e=="number"},object:function(e){return typeof e=="object"&&!ue.array(e)},method:function(e){return typeof e=="function"},email:function(e){return typeof e=="string"&&!!e.match(Xe.email)&&e.length<255},url:function(e){return typeof e=="string"&&!!e.match(Xe.url)},hex:function(e){return typeof e=="string"&&!!e.match(Xe.hex)}};function Gr(t,e,n,u,a){if(t.required&&e===void 0){_t(t,e,n,u,a);return}var i=["integer","float","array","regexp","object","method","email","number","date","url","hex"],r=t.type;i.indexOf(r)>-1?ue[r](e)||u.push(V(a.messages.types[r],t.fullField,t.type)):r&&typeof e!==t.type&&u.push(V(a.messages.types[r],t.fullField,t.type))}function Zr(t,e,n,u,a){var i=typeof t.len=="number",r=typeof t.min=="number",l=typeof t.max=="number",d=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,c=e,g=null,E=typeof e=="number",C=typeof e=="string",b=Array.isArray(e);if(E?g="number":C?g="string":b&&(g="array"),!g)return!1;b&&(c=e.length),C&&(c=e.replace(d,"_").length),i?c!==t.len&&u.push(V(a.messages[g].len,t.fullField,t.len)):r&&!l&&c<t.min?u.push(V(a.messages[g].min,t.fullField,t.min)):l&&!r&&c>t.max?u.push(V(a.messages[g].max,t.fullField,t.max)):r&&l&&(c<t.min||c>t.max)&&u.push(V(a.messages[g].range,t.fullField,t.min,t.max))}var X="enum";function Qr(t,e,n,u,a){t[X]=Array.isArray(t[X])?t[X]:[],t[X].indexOf(e)===-1&&u.push(V(a.messages[X],t.fullField,t[X].join(", ")))}function Yr(t,e,n,u,a){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||u.push(V(a.messages.pattern.mismatch,t.fullField,e,t.pattern));else if(typeof t.pattern=="string"){var i=new RegExp(t.pattern);i.test(e)||u.push(V(a.messages.pattern.mismatch,t.fullField,e,t.pattern))}}}var y={required:_t,whitespace:Jr,type:Gr,range:Zr,enum:Qr,pattern:Yr};function pr(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(I(e,"string")&&!t.required)return n();y.required(t,e,u,i,a,"string"),I(e,"string")||(y.type(t,e,u,i,a),y.range(t,e,u,i,a),y.pattern(t,e,u,i,a),t.whitespace===!0&&y.whitespace(t,e,u,i,a))}n(i)}function es(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(I(e)&&!t.required)return n();y.required(t,e,u,i,a),e!==void 0&&y.type(t,e,u,i,a)}n(i)}function ts(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(e===""&&(e=void 0),I(e)&&!t.required)return n();y.required(t,e,u,i,a),e!==void 0&&(y.type(t,e,u,i,a),y.range(t,e,u,i,a))}n(i)}function ns(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(I(e)&&!t.required)return n();y.required(t,e,u,i,a),e!==void 0&&y.type(t,e,u,i,a)}n(i)}function us(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(I(e)&&!t.required)return n();y.required(t,e,u,i,a),I(e)||y.type(t,e,u,i,a)}n(i)}function as(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(I(e)&&!t.required)return n();y.required(t,e,u,i,a),e!==void 0&&(y.type(t,e,u,i,a),y.range(t,e,u,i,a))}n(i)}function is(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(I(e)&&!t.required)return n();y.required(t,e,u,i,a),e!==void 0&&(y.type(t,e,u,i,a),y.range(t,e,u,i,a))}n(i)}function rs(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(e==null&&!t.required)return n();y.required(t,e,u,i,a,"array"),e!=null&&(y.type(t,e,u,i,a),y.range(t,e,u,i,a))}n(i)}function ss(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(I(e)&&!t.required)return n();y.required(t,e,u,i,a),e!==void 0&&y.type(t,e,u,i,a)}n(i)}var ls="enum";function os(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(I(e)&&!t.required)return n();y.required(t,e,u,i,a),e!==void 0&&y[ls](t,e,u,i,a)}n(i)}function cs(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(I(e,"string")&&!t.required)return n();y.required(t,e,u,i,a),I(e,"string")||y.pattern(t,e,u,i,a)}n(i)}function ds(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(I(e,"date")&&!t.required)return n();if(y.required(t,e,u,i,a),!I(e,"date")){var l;e instanceof Date?l=e:l=new Date(e),y.type(t,l,u,i,a),l&&y.range(t,l.getTime(),u,i,a)}}n(i)}function fs(t,e,n,u,a){var i=[],r=Array.isArray(e)?"array":typeof e;y.required(t,e,u,i,a,r),n(i)}function Je(t,e,n,u,a){var i=t.type,r=[],l=t.required||!t.required&&u.hasOwnProperty(t.field);if(l){if(I(e,i)&&!t.required)return n();y.required(t,e,u,r,a,i),I(e,i)||y.type(t,e,u,r,a)}n(r)}function hs(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(I(e)&&!t.required)return n();y.required(t,e,u,i,a)}n(i)}var ae={string:pr,method:es,number:ts,boolean:ns,regexp:us,integer:as,float:is,array:rs,object:ss,enum:os,pattern:cs,date:ds,url:Je,hex:Je,email:Je,required:fs,any:hs};function Ge(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var e=JSON.parse(JSON.stringify(this));return e.clone=this.clone,e}}}var Ze=Ge();function H(t){this.rules=null,this._messages=Ze,this.define(t)}H.prototype={messages:function(e){return e&&(this._messages=xt(Ge(),e)),this._messages},define:function(e){if(!e)throw new Error("Cannot configure a schema with no rules");if(typeof e!="object"||Array.isArray(e))throw new Error("Rules must be an object");this.rules={};var n,u;for(n in e)e.hasOwnProperty(n)&&(u=e[n],this.rules[n]=Array.isArray(u)?u:[u])},validate:function(e,n,u){var a=this;n===void 0&&(n={}),u===void 0&&(u=function(){});var i=e,r=n,l=u;if(typeof r=="function"&&(l=r,r={}),!this.rules||Object.keys(this.rules).length===0)return l&&l(),Promise.resolve();function d(m){var B,o=[],h={};function M(v){if(Array.isArray(v)){var S;o=(S=o).concat.apply(S,v)}else o.push(v)}for(B=0;B<m.length;B++)M(m[B]);o.length?h=ke(o):(o=null,h=null),l(o,h)}if(r.messages){var c=this.messages();c===Ze&&(c=Ge()),xt(c,r.messages),r.messages=c}else r.messages=this.messages();var g,E,C={},b=r.keys||Object.keys(this.rules);b.forEach(function(m){g=a.rules[m],E=i[m],g.forEach(function(B){var o=B;typeof o.transform=="function"&&(i===e&&(i=N({},i)),E=i[m]=o.transform(E)),typeof o=="function"?o={validator:o}:o=N({},o),o.validator=a.getValidationMethod(o),o.field=m,o.fullField=o.fullField||m,o.type=a.getType(o),o.validator&&(C[m]=C[m]||[],C[m].push({rule:o,value:E,source:i,field:m}))})});var F={};return Xr(C,r,function(m,B){var o=m.rule,h=(o.type==="object"||o.type==="array")&&(typeof o.fields=="object"||typeof o.defaultField=="object");h=h&&(o.required||!o.required&&m.value),o.field=m.field;function M(x,A){return N(N({},A),{},{fullField:o.fullField+"."+x})}function v(x){x===void 0&&(x=[]);var A=x;if(Array.isArray(A)||(A=[A]),!r.suppressWarning&&A.length&&H.warning("async-validator:",A),A.length&&o.message!==void 0&&(A=[].concat(o.message)),A=A.map(Nt(o)),r.first&&A.length)return F[o.field]=1,B(A);if(!h)B(A);else{if(o.required&&!m.value)return o.message!==void 0?A=[].concat(o.message).map(Nt(o)):r.error&&(A=[r.error(o,V(r.messages.required,o.field))]),B(A);var _={};if(o.defaultField)for(var Zt in m.value)m.value.hasOwnProperty(Zt)&&(_[Zt]=o.defaultField);_=N(N({},_),m.rule.fields);for(var J in _)if(_.hasOwnProperty(J)){var Rs=Array.isArray(_[J])?_[J]:[_[J]];_[J]=Rs.map(M.bind(null,J))}var Qt=new H(_);Qt.messages(r.messages),m.rule.options&&(m.rule.options.messages=r.messages,m.rule.options.error=r.error),Qt.validate(m.value,m.rule.options||r,function(it){var G=[];A&&A.length&&G.push.apply(G,A),it&&it.length&&G.push.apply(G,it),B(G.length?G:null)})}}var S;o.asyncValidator?S=o.asyncValidator(o,m.value,v,m.source,r):o.validator&&(S=o.validator(o,m.value,v,m.source,r),S===!0?v():S===!1?v(o.message||o.field+" fails"):S instanceof Array?v(S):S instanceof Error&&v(S.message)),S&&S.then&&S.then(function(){return v()},function(x){return v(x)})},function(m){d(m)})},getType:function(e){if(e.type===void 0&&e.pattern instanceof RegExp&&(e.type="pattern"),typeof e.validator!="function"&&e.type&&!ae.hasOwnProperty(e.type))throw new Error(V("Unknown rule type %s",e.type));return e.type||"string"},getValidationMethod:function(e){if(typeof e.validator=="function")return e.validator;var n=Object.keys(e),u=n.indexOf("message");return u!==-1&&n.splice(u,1),n.length===1&&n[0]==="required"?ae.required:ae[this.getType(e)]||!1}},H.register=function(e,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");ae[e]=n},H.warning=Pt,H.messages=Ze,H.validators=ae;const ms={required:"%s \u5FC5\u586B",maxLength:"%s \u8D85\u51FA\u6700\u5927\u957F\u5EA6\u9650\u5236",minLength:"%s \u5C0F\u4E8E\u6700\u5C0F\u957F\u5EA6\u9650\u5236",string:{range:"%s \u4E0D\u5728\u6307\u5B9A\u957F\u5EA6\u5185"}};function jt(t,e={}){const n=new H(t);return n.messages(Object.assign(ms,e)),n}const Ut=new fr;class q{constructor(e){var g,E,C,b;this.setting=[],this.eventKeys=[],this.customEvents=[],this.parent=null,this.updateSetting=Tt,this.removeSetting=Ht,this._callControlHooks("preInstance",e);const{controlName:n,controlIcon:u,controlType:a,controlFieldType:i,controlEventKeys:r,controlCustomEvents:l,name:d,setting:c}=new.target;n&&u&&a||yt(`The ${d} controlName,controlIcon,controlType is not define`),this.id=(g=e==null?void 0:e.id)!=null?g:W(10),this.name=n,this.icon=u,this.type=(E=e==null?void 0:e.type)!=null?E:a,this.props=new U(e==null?void 0:e.props,new.target.controlName),this.controlType=(C=e==null?void 0:e.controlType)!=null?C:"base",this.setting=K(c),this.fieldType=(b=e==null?void 0:e.fieldType)!=null?b:i,this.eventKeys=K(r),this.customEvents=K(l),Promise.resolve().then(()=>{this._callControlHooks("postInstance",e)})}get rules(){const e=this.props.constructor.Rules;return e?new e(this.props):{}}_callControlHooks(...e){const[n,...u]=e;return Ut.emit(n,this,...u)}preUpdate(e,n){this._callControlHooks("preUpdateProps",e,n)}postUpdate(e,n){this._callControlHooks("postUpdateProps",e,n)}updateProps(e,n){this.preUpdate(e,n),Yi(this.props,e,n),this.postUpdate(e,n)}preValidate(){return le(this,null,function*(){const e=Z({},this.rules),n=yield this._callControlHooks("preValidate",e),u=n[n.length-1];return u===!1?void 0:u})}validate(e,n){return le(this,null,function*(){const u=yield this.preValidate(),a=u!==void 0?u:Z({},this.rules);Array.isArray(n)&&n.forEach(r=>{a.hasOwnProperty(r)&&delete a[r]});const i=jt(a,e);try{return yield i.validate(this.props),!0}catch(r){throw r.control||(r.control=this),r}})}toDataBindModel(e=null){const n=this.fieldType,u=this.id,a=this.type,{dataBind:i,datasourceBind:r,optionConfig:l,caption:d,required:c,maxLength:g,options:E,encrypted:C,encryptedMode:b}=this.props;if(!n&&!i&&!r)return;const F={parentId:e,fieldType:n,controlId:u,caption:d,type:a,props:{}};switch(i&&(F.dataBind=i),l){case"datasource":case void 0:r&&(F.datasourceBind=r);break;case"custom":F.props.options=E;break}return c!==void 0&&(F.required=c),g!==void 0&&(F.maxLength=g),C!==void 0&&(F.encrypted=C),b!==void 0&&(F.encryptedMode=b),F}preToSchema(){this._callControlHooks("preToSchema",this)}toSchema(){return this.preToSchema(),{id:this.id,type:this.type,props:K(this.props),fieldType:this.fieldType,controlType:this.controlType}}static updateBasicControl(e,n){e==="setting"&&(n.add&&this.setting.push(...n.add),n.remove&&this.removeSettingItem(n.remove),n.update)}}q.controlName="\u63A7\u4EF6",q.controlIcon="icon",q.controlType="control",q.controlEventKeys=[],q.controlCustomEvents=[],q.setting=[],q.__is_control__=!0,q.removeSettingItem=Ht,q.updateSettingItem=Tt;function Ht(t){(Array.isArray(t)?t:[t]).forEach(n=>{var i,r;const u=typeof n!="string",a=this.setting.findIndex(l=>l.key===(u?n.key:n));a!==-1&&(u?this.setting[a].showItems=(i=this.setting[a].showItems)==null?void 0:i.filter(l=>!n.hideItems.includes(l)):this.setting.splice(a,1),u&&!((r=this.setting[a].showItems)!=null&&r.length)&&this.setting.splice(a,1))})}function Tt(t,e){(typeof t=="string"?[t]:t).forEach(u=>{var i;const a=this.setting.find(r=>r.key===u);a&&(typeof e=="boolean"?a.visible=e:typeof e=="object"&&(((i=e.type)!=null?i:"replace")==="replace"?a.showItems=e.showItems:a.showItems.push(...e.showItems)))})}class T{constructor(e){var r,l,d,c,g;this.customEvents=[],this.parent=null;const{controlType:n,controlFieldType:u,name:a,controlCustomEvents:i}=new.target;n||yt(`The ${a} controlType is not define`),this.id=(r=e==null?void 0:e.id)!=null?r:W(10),this.type=(l=e==null?void 0:e.type)!=null?l:n,this.props=new U(e==null?void 0:e.props),this.customEvents=i,this.controlType=(d=e==null?void 0:e.controlType)!=null?d:"base",this.fieldType=(c=e==null?void 0:e.fieldType)!=null?c:u,this.pageStatus=(g=e==null?void 0:e.pageStatus)!=null?g:Te.UNKNOWN}get rules(){const e=this.props.constructor.RuntimeRules;if(e){const n=new e(this.props);return Array.from(n)}return[]}}T.controlType="control",T.__is_control__=!0,T.controlCustomEvents=[];function Qe(t){t.hasOwnProperty("optionConfig")||(this.optionConfig={type:"any"}),t.hasOwnProperty("options")||(this.options={type:"any"}),t.hasOwnProperty("datasourceBind")||(this.datasourceBind={type:"any"}),t.hasOwnProperty("options")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="custom")?this.options=[{type:"array",message:f.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{label:{type:"string",required:!0,message:f.getMessage("pleaseEnterLabel")},value:{type:"string",required:!0,message:f.getMessage("pleaseEnterValue")}}}},{type:"array",validator(e,n,u){n.length===0&&u(f.getMessage("optionIsRequired")),u()}},{type:"array",validator(e,n,u){const a=n.map(r=>r.value),i=ar(a);a.length!==i.length?u(f.getMessage("optionIdIsRepeat")):u()},message:f.getMessage("optionIdIsRepeat")}]:t.hasOwnProperty("datasourceBind")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="datasource")&&(this.datasourceBind=[{type:"object",message:f.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:f.getMessage("pleaseEnterDataCode")},valueFieldCode:{type:"string",required:!0,message:f.getMessage("pleaseEnterValueFieldCode")},svcCode:{type:"string",required:!0,message:f.getMessage("pleaseEnterSvcCode")},displayBoList:[{type:"array",message:f.getMessage("isNotArray")},{type:"array",validator(e,n,u){n.length===0&&u(f.getMessage("pleaseBindAtLeastOneDisplayValue")),u()},message:f.getMessage("pleaseBindAtLeastOneDisplayValue")}],orders:[{type:"array",message:f.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:f.getMessage("pleaseEnterFieldCode")},desc:{type:"boolean",message:f.getMessage("isNotBoolean")}}}}]}}])}function gs(t,e,n=!1){this.datasourceBind=[{type:"object",message:f.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:f.getMessage(n?"pleaseEnterDataCodeInDataSetting":"pleaseEnterDataCode")},valueFieldCode:{type:"string",required:!0,message:f.getMessage(n?"pleaseEnterValueFieldCodeInDataSetting":"pleaseEnterValueFieldCode")},svcCode:{type:"string",required:!0,message:f.getMessage(n?"pleaseEnterSvcCodeInDataSetting":"pleaseEnterSvcCode")},attributes:[{type:"array",message:f.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{name:{type:"string",required:!0,message:f.getMessage("isNotString")},key:{type:"string",required:!0,message:f.getMessage("isNotString")},value:[{type:"array",message:f.getMessage("isNotArray")},{type:"array",validator(u,a,i){a.length===0&&i(f.getMessage(n?"pleaseBindAtLeastOneDisplayValueInDataSetting":"pleaseBindAtLeastOneDisplayValue")),i()},message:f.getMessage(n?"pleaseBindAtLeastOneDisplayValueInDataSetting":"pleaseBindAtLeastOneDisplayValue")}]}}}],orders:[{type:"array",message:f.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:f.getMessage("pleaseEnterFieldCode")},desc:{type:"boolean",message:f.getMessage("isNotBoolean")}}}}]}}]}class Ye extends ye{constructor(e){super(e),this.dataBind={},this.caption={type:"string",required:!0,message:f.getMessage("pleaseEnterCaption")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.defaultState={type:"enum",enum:["default","readonly"]},this.required={type:"boolean"},this.captionTip={type:"string",required:!1,message:f.getMessage("pleaseEnterCaptionTip")};const n={fieldCode:{type:"string",required:!0,message:f.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:f.getMessage("pleaseEnterFieldCode")}};if(e.dataBind instanceof O)this.dataBind={type:"object",required:!0,fields:K(n),message:f.getMessage("pleaseEnterFieldCode")};else{let u={type:"object",required:!0,fields:{},message:f.getMessage("pleaseEnterFieldCode")};Object.keys(e.dataBind).forEach(a=>{u.fields[a]={type:"object",required:!0,fields:K(n),message:f.getMessage("pleaseEnterFieldCode")}}),this.dataBind=u}e.isShowCaptionTip&&(this.captionTip.required=!0)}}class Wt extends We{constructor(e){super(e),this.push({type:"string",required:e.isHide?!1:e.required,message:e.requiredMessage!==""?e.requiredMessage:f.getMessage("runtimeRequired",{caption:e.caption})})}}class ie extends U{constructor(e){var n,u,a,i,r,l,d,c,g,E;super(e),this.caption=(n=e==null?void 0:e.caption)!=null?n:"",this.isHideCaption=(u=e==null?void 0:e.isHideCaption)!=null?u:!1,this.isShowCaptionTip=(a=e==null?void 0:e.isShowCaptionTip)!=null?a:!1,this.captionTip=(i=e==null?void 0:e.captionTip)!=null?i:"",this.defaultState=(r=e==null?void 0:e.defaultState)!=null?r:"default",this.labelPosition=(l=e==null?void 0:e.labelPosition)!=null?l:"top",this.placeholder=(d=e==null?void 0:e.placeholder)!=null?d:"",this.required=(c=e==null?void 0:e.required)!=null?c:!1,this.requiredMessage=(g=e==null?void 0:e.requiredMessage)!=null?g:"",this.dataBind=new O(e==null?void 0:e.dataBind),this.defaultValue=(E=e==null?void 0:e.defaultValue)!=null?E:""}}ie.Rules=Ye,ie.RuntimeRules=Wt;class ys extends Ye{constructor(e){super(e),this.optionConfig={type:"enum",enum:["custom","datasource"],message:f.getMessage("PleaseSelectTheCorrectOptionSettings")},this.options=[{type:"array",message:f.getMessage("isNotArray")}],this.datasourceBind=[{type:"object",message:f.getMessage("isNotObject")}],Qe.call(this,e)}}class Kt extends q{constructor(e){super(e),this.controlType="form",this.props=new ie(e==null?void 0:e.props)}}Kt.controlEventKeys=["on_change","on_focus","on_blur"];class Es extends T{constructor(e){super(e),this.controlType="form",this.props=new ie(e==null?void 0:e.props)}}class re extends U{constructor(e){super(e)}}function zt(t,e){var n;(n=Object.getOwnPropertyDescriptors(t)[e])!=null&&n.enumerable&&Object.defineProperty(t,e,{enumerable:!1})}function pe(t,e){t.parent=e,zt(t,"parent")}function kt(t,e){t.forEach(n=>{pe(n,e)})}const Xt=Symbol("targetKey");function Jt(t){var e;return(e=t[Xt])!=null?e:t}function Gt(t,e){return kt(t,e),new Proxy(t,{get(n,u,...a){return u===Xt?n:Reflect.get(n,u,...a)},set(n,u,a,...i){if(ur(t)&&u==="length"&&a===t.length)return!0;const r=Reflect.set(n,u,a,...i);return nr(a)&&pe(a,e),r}})}function se(t,e,n,u){const a=u!=null?u:t;let i=Gt(Jt(n!=null?n:[]),a);Object.defineProperty(t,e,{get(){return i},set(r){i=Gt(Jt(r),a)},enumerable:!0})}const vs=1e4;class z extends q{constructor(e){super(e),this.controlType="layout";const{excludes:n,childrenMaxLength:u}=new.target;this.props=new re(e==null?void 0:e.props),se(this,"children",e==null?void 0:e.children),this.excludes=K(n),this.childrenMaxLength=u}judgeExcludesChildren(e){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(e)}judgeJoinChildren(e){const n=this.judgeExcludesChildren(e);return n&&this.childrenMaxLength>this.children.length}validate(e,n){return le(this,null,function*(){return yield rt(z.prototype,this,"validate").call(this,e,n),yield Promise.all(this.children.map(u=>u.validate(e,n))),!0})}toDataBindModel(e=null){const n=super.toDataBindModel(),u=n?[n]:[];return this.children.reduce((a,i)=>{const r=i.toDataBindModel(e);if(Array.isArray(r)){const l=r.filter(d=>!!d);return[...a,...l]}return r&&a.push(r),a},u)}toSchema(){const e=super.toSchema(),n=this.children.map(u=>u.toSchema());return Ce(Z({},e),{children:n})}}z.excludes=!1,z.childrenMaxLength=vs;class et extends T{constructor(e){super(e),this.controlType="layout",this.props=new re(e==null?void 0:e.props),se(this,"children",e==null?void 0:e.children)}}class tt extends U{constructor(e,n){super(n),se(this,"headers",n==null?void 0:n.headers,e)}}class Be extends q{constructor(e){super(e),this.controlType="list",this.props=new tt(this,e==null?void 0:e.props)}validate(e,n){return le(this,null,function*(){return yield rt(Be.prototype,this,"validate").call(this,e),yield Promise.all(this.props.headers.map(u=>u.validate(e,n))),!0})}toDataBindModel(){const e=super.toDataBindModel(),n=e?[e]:[],u=this.id;return this.props.headers.reduce((a,i)=>{const r=i.toDataBindModel(u);if(Array.isArray(r)){const l=r.filter(d=>!!d);return[...a,...l]}return r&&a.push(r),a},n)}toSchema(){const e=super.toSchema(),n=this.props.headers.map(u=>u.toSchema());return Ce(Z({},e),{props:Ce(Z({},this.props),{headers:n})})}}Be.controlFieldType=R.LIST;class Bs extends T{constructor(e){super(e),this.controlType="list",this.props=new tt(this,e==null?void 0:e.props),se(this,"children",e==null?void 0:e.children)}get length(){return this.children.length}}class nt extends ye{constructor(e){super(e),this.caption={type:"string",required:!0,message:f.getMessage("pleaseEnterCaption")},this.width={type:"number",required:!1,message:f.getMessage("pleaseEnterColumnWidth")},this.width.required=e.widthType==="px"}}class Ae extends U{constructor(e){var n,u,a,i,r;super(e),this.width=(n=e==null?void 0:e.width)!=null?n:150,this.widthType=(e==null?void 0:e.widthType)||"auto",this.caption=(u=e==null?void 0:e.caption)!=null?u:"",this.fixed=(a=e==null?void 0:e.fixed)!=null?a:"none",this.autoWidth=new Ve(e==null?void 0:e.autoWidth),this.dataBind=new O(e==null?void 0:e.dataBind),this.sort=(i=e==null?void 0:e.sort)!=null?i:!0,this.align=e==null?void 0:e.align,this.colSpan=e==null?void 0:e.colSpan,this.autoHeight=(r=e==null?void 0:e.autoHeight)!=null?r:!1}}Ae.Rules=nt;class As extends nt{constructor(e){super(e),this.optionConfig={type:"enum",enum:["custom","datasource","none"],message:f.getMessage("PleaseSelectTheCorrectOptionSettings")},this.options=[{type:"array",message:f.getMessage("isNotArray")}],this.datasourceBind=[{type:"object",message:f.getMessage("isNotObject")}],Qe.call(this,e)}}class Cs extends q{constructor(e){super(e),this.controlType="column",this.props=new Ae(e==null?void 0:e.props)}}class Fs extends T{constructor(e){super(e),this.controlType="column",this.props=new Ae(e==null?void 0:e.props)}}class ut extends re{constructor(e){super(e),this.dataBind=new O(e==null?void 0:e.dataBind)}}class Ds extends z{constructor(e){super(e),this.controlType="search",this.props=new ut(e==null?void 0:e.props)}}class bs extends et{constructor(e){super(e),this.controlType="search",this.props=new ut(e==null?void 0:e.props)}}class at extends re{constructor(e){super(e)}}class Ss extends z{constructor(e){super(e),this.controlType="wrap",this.props=new at(e==null?void 0:e.props)}}class ws extends et{constructor(e){super(e),this.controlType="wrap",this.props=new at(e==null?void 0:e.props)}}function Is(t){t.hasOwnProperty("linkOperationOption")&&t.hasOwnProperty("showLinkOperation")&&t.showLinkOperation&&(this.linkOperationOption=[{type:"object",fields:{formKey:{type:"string",required:!0,message:f.getMessage("pleaseEnterForm")}}}])}s.AMOUNT_TYPE=He,s.AddressValue=Pr,s.AmountDataBind=Mr,s.AmountValue=Lr,s.AutoWidth=Ve,s.BaseControlProperty=ie,s.BaseControlPropertyRules=Ye,s.BaseControlPropertyRuntimeRules=Wt,s.BaseStyle=qt,s.COMMON_SETTING_TYPE=$t,s.CalcDataBind=Vr,s.CalcValue=Or,s.ColumnControlProperty=Ae,s.ColumnControlPropertyRules=nt,s.ColumnOptionAndDataSourcePropertyRules=As,s.CustomAttributeItem=je,s.CustomPermissionItem=_r,s.DataBind=O,s.DataSourceBind=ne,s.DataSourceDataSetValue=wt,s.DataSourceOrderItem=xe,s.DataSourceParamItem=Br,s.DataStorageDoc=mr,s.DesignerColumnControl=Cs,s.DesignerControl=q,s.DesignerFormControl=Kt,s.DesignerLayoutControl=z,s.DesignerListControl=Be,s.DesignerSearchControl=Ds,s.DesignerWrapControl=Ss,s.DisplayBoListItem=Ne,s.FieldBindItem=Ft,s.FieldFilterCondition=me,s.FieldFilterConditions=te,s.FillBackBind=br,s.FillPayloadBind=Mt,s.FormBind=he,s.FormSelectBind=gr,s.ImageOptionSetting=Lt,s.JoinRelation=vr,s.Language=Sr,s.LayoutControlProperty=re,s.LeftVariable=bt,s.LinkOperationOption=Cr,s.ListBind=yr,s.ListControlProperty=tt,s.MetaAutoWidth=hr,s.MetaWidth=fe,s.MultistageFillingItem=St,s.ObjectDataBind=ge,s.OperationItem=Nr,s.OptObject=jr,s.OptionAndDataSourcePropertyRules=ys,s.OptionSetting=Ue,s.OrganizationDataSourceBind=Fr,s.PAGE_STATUS=Te,s.Property=U,s.PropertyRules=ye,s.PropertyRuntimeRules=We,s.RangeDataBind=$r,s.RangeDateValue=qr,s.RegisterControls=de,s.RegularRules=wr,s.RightVariable=Oe,s.RuntimeColumnControl=Fs,s.RuntimeControl=T,s.RuntimeFormControl=Es,s.RuntimeLayoutControl=et,s.RuntimeListControl=Bs,s.RuntimeSearchControl=bs,s.RuntimeWrapControl=ws,s.SearchControlProperty=ut,s.SelectedContentConfig=Ar,s.SubListItem=Dt,s.SubListPageConfig=Er,s.SuperDataSourceBind=It,s.TreeDataSourceBind=Dr,s.ViewOperationItem=xr,s.WrapControlProperty=at,s.controlHooksEmitter=Ut,s.createValidator=jt,s.defineArrayParent=kt,s.defineControlArrayToProperty=se,s.defineParent=pe,s.initImageOptions=Rr,s.initLinkOperationRules=Is,s.initOptionAndDataSourceRules=Qe,s.initOptions=Ir,s.initSuperDataSourceRules=gs,s.setPropertyDontEnum=zt,Object.defineProperty(s,"__esModule",{value:!0})});
1
+ var ml=Object.defineProperty,gl=Object.defineProperties;var yl=Object.getOwnPropertyDescriptors;var Cn=Object.getOwnPropertySymbols;var vl=Object.prototype.hasOwnProperty,El=Object.prototype.propertyIsEnumerable;var Bn=(s,P,V)=>P in s?ml(s,P,{enumerable:!0,configurable:!0,writable:!0,value:V}):s[P]=V,oe=(s,P)=>{for(var V in P||(P={}))vl.call(P,V)&&Bn(s,V,P[V]);if(Cn)for(var V of Cn(P))El.call(P,V)&&Bn(s,V,P[V]);return s},Ne=(s,P)=>gl(s,yl(P));var Fe=(s,P,V)=>new Promise((je,be)=>{var _e=X=>{try{ce(V.next(X))}catch(de){be(de)}},Ue=X=>{try{ce(V.throw(X))}catch(de){be(de)}},ce=X=>X.done?je(X.value):Promise.resolve(X.value).then(_e,Ue);ce((V=V.apply(s,P)).next())});(function(s,P){typeof exports=="object"&&typeof module!="undefined"?P(exports):typeof define=="function"&&define.amd?define(["exports"],P):(s=typeof globalThis!="undefined"?globalThis:s||self,P(s.modelDrivenCore={}))})(this,function(s){"use strict";var P="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",V="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",je="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",be="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",_e="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",Ue="{caption}\u5FC5\u586B",ce="\u8BF7\u8F93\u5165\u6807\u9898",X="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",de="\u8BF7\u8F93\u5165\u884C\u6807\u9898",An="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",Fn="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",bn="\u8BF7\u7ED1\u5B9A\u8868\u5355",Dn="\u8BF7\u7ED1\u5B9A\u5217\u8868",Sn="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",wn="\u8BF7\u8F93\u5165\u663E\u793A\u503C",In="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",Rn="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",Mn="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",Ln="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",$n="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",Pn="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",On="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",qn="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",Vn="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",Nn="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",jn="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",_n="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Un="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Tn="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Hn="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",xn="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Wn="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",kn="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",Kn="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",zn="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Gn="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Jn="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Xn="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Zn="\u8BF7\u9009\u62E9\u7701",Qn="\u8BF7\u9009\u62E9\u5E02",Yn="\u8BF7\u9009\u62E9\u533A",pn="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",eu="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",tu="\u8BF7\u8F93\u5165\u5217\u5BBD",nu="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",uu="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",au="\u8BF7\u9009\u62E9\u63A7\u4EF6",iu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",ru="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",su="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",lu="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",ou="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",cu="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",du="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",fu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",hu="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",mu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",gu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",yu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",vu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Eu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Cu="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Bu="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Au="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Fu="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",bu="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Du="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Su="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",wu="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",Iu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",Ru="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",Mu="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",Lu="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",$u={isNotNumber:P,isNotString:V,isNotObject:je,isNotArray:be,isNotBoolean:_e,runtimeRequired:Ue,pleaseEnterCaption:ce,pleaseEnterCaptionTip:X,pleaseEnterRowCaption:de,pleaseEnterPlaceholder:An,pleaseEnterFieldCode:Fn,pleaseEnterForm:bn,pleaseEnterList:Dn,pleaseEnterProcess:Sn,pleaseEnterLabel:wn,pleaseEnterValue:In,bizKeyNotBindFiled:Rn,pleaseSelectOneField:Mn,pleaseEnterNumberRange:Ln,pleaseEnterAValueGreaterThanMin:$n,pleaseEnterAValueLessThanMax:Pn,numberRangeSetError:On,stringRangeError:qn,attachmentMaxSize:Vn,pleaseEnterTotalScoreSetting:Nn,theTotalScoreMustNotBeLessThan1:jn,scoreDefaultValueRange:_n,attachmentLimitError:Un,PleaseReselectTheOptionalQuantity:Tn,TheMaximumLengthIsGreaterThanTheMinimumLength:Hn,TheMinimumLengthIsGreaterThanTheMaximumLength:xn,PleaseSelectTheCorrectOptionSettings:Wn,optionIdIsRepeat:kn,optionIsRequired:Kn,pleaseEnterDataCode:zn,pleaseEnterValueFieldCode:Gn,pleaseEnterSvcCode:Jn,pleaseBindAtLeastOneDisplayValue:Xn,pleaseSelectProvince:Zn,pleaseSelectCity:Qn,pleaseSelectDistrict:Yn,limitRowsCannotBeLessThan0:pn,TheNumberOfRowsCannotBeLessThanMinRows:eu,pleaseEnterColumnWidth:tu,pleaseSetTheLogicalRelationshipOfAllRuleConditions:nu,pleaseCompleteAllRulesAndConditions:uu,pleaseSelectControl:au,pleaseSelectAtLeastOneColumn:iu,pleaseSelectFillBackMode:ru,pleaseSelectDashboard:su,rootNodeIsRequired:lu,theViewNameCannotBeEmpty:ou,pleaseSelectOcrType:cu,pleaseSelectAtLeastOneFieldToFillIn:du,pleaseChooseAtLeastOne:fu,pleaseEnterButtonContent:hu,pleaseEnterDataCodeInDataSetting:mu,pleaseEnterValueFieldCodeInDataSetting:gu,pleaseEnterSvcCodeInDataSetting:yu,pleaseBindAtLeastOneDisplayValueInDataSetting:vu,rootNodeIsRequiredInDataSetting:Eu,pleaseEnterMaxHeight:Cu,pleaseEnter:Bu,pleaseEnterWatermark:Au,pleaseEnterFileName:Fu,pleaseUploadAtLeastOnePrintTemplate:bu,pleaseAssignBusiness:Du,pleaseAssignExternal:Su,pleaseEnterAliasCode:wu,pleaseSelectDataCode:Iu,pleaseSelectSvcCode:Ru,pleaseSelectJoinFieldCode:Mu,pleaseSelectMainFieldCode:Lu},Pu="Please enter a number",Ou="Please enter a string",qu="Please enter an object",Vu="Please enter an array",Nu="Please enter a boolean",ju="{caption} Required",_u="Please enter the title",Uu="Please enter the bubble prompt",Tu="Please enter the row title",Hu="Please enter the prompt text",xu="Please bind data items",Wu="Please bind the form",ku="Please bind the list",Ku="Please bind the process",zu="Please enter the displayed value",Gu="Please enter the stored value",Ju="The document number is not bound to the data item",Xu="Please select at least one display field",Zu="Please enter a value greater than or equal to {min} and less than or equal to {max}",Qu="Please enter a value greater than or equal to {min}",Yu="Please enter a value less than or equal to {max}",pu="The value range is set incorrectly",ea="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",ta="The attachment size must be between 0MB and 1000MB",na="Please fill in the total score setting",ua="The total score cannot be less than 1",aa="The default value must be between {min} and {max}",ia="The number of attachments uploaded must be between {min} and {max}",ra="Please re-select the optional quantity",sa="The maximum length of the control must be greater than the minimum length",la="The minimum length of the control must be less than the maximum length",oa="Please select the correct option setting",ca="Option ID cannot be repeated",da="Please enter at least one option",fa="Please bind the data source",ha="Please bind the stored value",ma="Please bind the service",ga="At least one display value must be bound",ya="Please select a province",va="Please select a city",Ea="Please select a district",Ca="The minimum number of lines to fill in cannot be less than 0",Ba="The number of rows cannot be less than {min} rows",Aa="Please enter the column width",Fa="Please set the logical relationship of all rule conditions",ba="Please complete all rules and conditions",Da="please select control",Sa="Please select the dashboard",wa="View name cannot be empty",Ia="Please select recognition type",Ra="Please select at least one field to fill in",Ma="Please select at least one",La="Please enter the button title",$a="Please bind the business model in the data settings",Pa="Please bind storage values in data settings",Oa="Please bind the service in the data settings",qa="Please bind at least one display value in the data settings",Va="Please select the root node in the data settings",Na="Please enter the maximum height",ja="The input content cannot be empty",_a="Watermark cannot be empty",Ua="File name cannot be empty",Ta="Please upload at least one printing template!\uFF01",Ha="Please select a specific business department",xa="Please select a specified external organization",Wa="Please enter a sub table alias",ka="Please select the associated table to set the business model",Ka="Please select the association table to set the binding service",za="Select associated sub table fields",Ga="Please select the associated main table field",Ja={isNotNumber:Pu,isNotString:Ou,isNotObject:qu,isNotArray:Vu,isNotBoolean:Nu,runtimeRequired:ju,pleaseEnterCaption:_u,pleaseEnterCaptionTip:Uu,pleaseEnterRowCaption:Tu,pleaseEnterPlaceholder:Hu,pleaseEnterFieldCode:xu,pleaseEnterForm:Wu,pleaseEnterList:ku,pleaseEnterProcess:Ku,pleaseEnterLabel:zu,pleaseEnterValue:Gu,bizKeyNotBindFiled:Ju,pleaseSelectOneField:Xu,pleaseEnterNumberRange:Zu,pleaseEnterAValueGreaterThanMin:Qu,pleaseEnterAValueLessThanMax:Yu,numberRangeSetError:pu,stringRangeError:ea,attachmentMaxSize:ta,pleaseEnterTotalScoreSetting:na,theTotalScoreMustNotBeLessThan1:ua,scoreDefaultValueRange:aa,attachmentLimitError:ia,PleaseReselectTheOptionalQuantity:ra,TheMaximumLengthIsGreaterThanTheMinimumLength:sa,TheMinimumLengthIsGreaterThanTheMaximumLength:la,PleaseSelectTheCorrectOptionSettings:oa,optionIdIsRepeat:ca,optionIsRequired:da,pleaseEnterDataCode:fa,pleaseEnterValueFieldCode:ha,pleaseEnterSvcCode:ma,pleaseBindAtLeastOneDisplayValue:ga,pleaseSelectProvince:ya,pleaseSelectCity:va,pleaseSelectDistrict:Ea,limitRowsCannotBeLessThan0:Ca,TheNumberOfRowsCannotBeLessThanMinRows:Ba,pleaseEnterColumnWidth:Aa,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Fa,pleaseCompleteAllRulesAndConditions:ba,pleaseSelectControl:Da,pleaseSelectDashboard:Sa,theViewNameCannotBeEmpty:wa,pleaseSelectOcrType:Ia,pleaseSelectAtLeastOneFieldToFillIn:Ra,pleaseChooseAtLeastOne:Ma,pleaseEnterButtonContent:La,pleaseEnterDataCodeInDataSetting:$a,pleaseEnterValueFieldCodeInDataSetting:Pa,pleaseEnterSvcCodeInDataSetting:Oa,pleaseBindAtLeastOneDisplayValueInDataSetting:qa,rootNodeIsRequiredInDataSetting:Va,pleaseEnterMaxHeight:Na,pleaseEnter:ja,pleaseEnterWatermark:_a,pleaseEnterFileName:Ua,pleaseUploadAtLeastOnePrintTemplate:Ta,pleaseAssignBusiness:Ha,pleaseAssignExternal:xa,pleaseEnterAliasCode:Wa,pleaseSelectDataCode:ka,pleaseSelectSvcCode:Ka,pleaseSelectJoinFieldCode:za,pleaseSelectMainFieldCode:Ga},Xa="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Za="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Qa="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ya="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",pa="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ei="{caption}\u5FC5\u9808",ti="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ni="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ui="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ai="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ii="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ri="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",si="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",li="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",oi="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ci="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",di="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",fi="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",hi="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",mi="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",gi="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",yi="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",vi="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ei="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Ci="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Bi="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Ai="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Fi="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",bi="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Di="\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",Si="\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",wi="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ii="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Ri="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Mi="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Li="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",$i="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Pi="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",Oi="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",qi="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Vi="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ni="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",ji="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",_i="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ui="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Ti="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",Hi="please select control",xi="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Wi="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",ki="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ki="\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",zi="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Gi="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ji="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Xi="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Zi="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Qi="\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",Yi="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",pi="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",er="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",tr="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",nr="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",ur="\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",ar="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ir="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",rr="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",sr="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",lr="\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",or="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",cr="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",dr={isNotNumber:Xa,isNotString:Za,isNotObject:Qa,isNotArray:Ya,isNotBoolean:pa,runtimeRequired:ei,pleaseEnterCaption:ti,pleaseEnterCaptionTip:ni,pleaseEnterRowCaption:ui,pleaseEnterPlaceholder:ai,pleaseEnterFieldCode:ii,pleaseEnterForm:ri,pleaseEnterList:si,pleaseEnterProcess:li,pleaseEnterLabel:oi,pleaseEnterValue:ci,bizKeyNotBindFiled:di,pleaseSelectOneField:fi,pleaseEnterNumberRange:hi,pleaseEnterAValueGreaterThanMin:mi,pleaseEnterAValueLessThanMax:gi,numberRangeSetError:yi,stringRangeError:vi,attachmentMaxSize:Ei,pleaseEnterTotalScoreSetting:Ci,theTotalScoreMustNotBeLessThan1:Bi,scoreDefaultValueRange:Ai,attachmentLimitError:Fi,PleaseReselectTheOptionalQuantity:bi,TheMaximumLengthIsGreaterThanTheMinimumLength:Di,TheMinimumLengthIsGreaterThanTheMaximumLength:Si,PleaseSelectTheCorrectOptionSettings:wi,optionIdIsRepeat:Ii,optionIsRequired:Ri,pleaseEnterDataCode:Mi,pleaseEnterValueFieldCode:Li,pleaseEnterSvcCode:$i,pleaseBindAtLeastOneDisplayValue:Pi,pleaseSelectProvince:Oi,pleaseSelectCity:qi,pleaseSelectDistrict:Vi,limitRowsCannotBeLessThan0:Ni,TheNumberOfRowsCannotBeLessThanMinRows:ji,pleaseEnterColumnWidth:_i,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Ui,pleaseCompleteAllRulesAndConditions:Ti,pleaseSelectControl:Hi,pleaseSelectDashboard:xi,theViewNameCannotBeEmpty:Wi,pleaseSelectOcrType:ki,pleaseSelectAtLeastOneFieldToFillIn:Ki,pleaseChooseAtLeastOne:zi,pleaseEnterButtonContent:Gi,pleaseEnterDataCodeInDataSetting:Ji,pleaseEnterValueFieldCodeInDataSetting:Xi,pleaseEnterSvcCodeInDataSetting:Zi,pleaseBindAtLeastOneDisplayValueInDataSetting:Qi,rootNodeIsRequiredInDataSetting:Yi,pleaseEnterMaxHeight:pi,pleaseEnter:er,pleaseEnterWatermark:tr,pleaseEnterFileName:nr,pleaseUploadAtLeastOnePrintTemplate:ur,pleaseAssignBusiness:ar,pleaseAssignExternal:ir,pleaseEnterAliasCode:rr,pleaseSelectDataCode:sr,pleaseSelectSvcCode:lr,pleaseSelectJoinFieldCode:or,pleaseSelectMainFieldCode:cr},fr={zhCN:$u,enUS:Ja,jaJP:dr},Dt;(function(t){t.Number="Number",t.Operator="Operator",t.VariableInMainTable="VariableInMainTable",t.VariableInCurrentSubTable="VariableInCurrentSubTable",t.VariableInOtherSubTable="VariableInOtherSubTable",t.UndefinedVariable="UndefinedVariable"})(Dt||(Dt={}));var St;(function(t){t.SUM="SUM",t.AVG="AVG",t.MAX="MAX",t.MIN="MIN"})(St||(St={}));var hr="zh-CN";function k(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var ie;(function(t){t.BASE="base",t.FORM="form",t.LAYOUT="layout",t.WRAP="wrap",t.COLUMN="column",t.LIST="list",t.SEARCH="search"})(ie||(ie={}));var N;(function(t){t.TITLE="title",t.LINK="link",t.BUTTON="button",t.DIVIDER="divider",t.TEXT="text",t.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",t.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",t.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",t.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",t.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",t.EXPORT_LIST_BUTTON="list-page-btn-export-list",t.LIST_SELECT_BUTTON="list-select-button",t.ORGANIZATION_SELECTION="organization-selection",t.FORM_SELECT_BUTTON="form-select-button",t.LIST_VIEW_SELECT="list-view-select",t.TEXT_OCR_BUTTON="text-ocr-button",t.INVOICE_CHECK_BUTTON="invoice-check-button",t.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",t.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",t.VARCHAR_COLUMN="varchar-column",t.TEXT_COLUMN="text-column",t.DECIMAL_COLUMN="decimal-column",t.TIMESCOPE_COLUMN="timescope-column",t.TIMESTAMP_COLUMN="timestamp-column",t.ARRAY_COLUMN="array-column",t.DEPARTMENT_COLUMN="department-column",t.AUTO_NUMBER_COLUMN="auto-number-column",t.FILE_COLUMN="file-column",t.IMAGE_COLUMN="image-column",t.PEOPLE_COLUMN="people-column",t.LOCATION_COLUMN="location-column",t.CUSTOM_COLUMN="custom-column",t.ORDER_COLUMN="order-column",t.OPERATION_COLUMN="operation-column",t.EMPLOYEE_COLUMN="employee-column",t.Approval_Status_Column="approval-status-column",t.ADDRESS="address",t.AMOUNT="amount",t.ATTACHMENT="attachment",t.AUTO_NUMBER="auto-number",t.CALC="calc",t.CHECKBOX="checkbox",t.DATE_PICKER="date-picker",t.DATE_RANGE="date-range",t.DEPARTMENT="department",t.EMPLOYEE="employee",t.IMAGE="image",t.INPUT="input",t.NUMBER="number",t.RADIO="radio",t.RICH_TEXT="rich-text",t.SCORE="score",t.SEARCH_DATE_RANGE="search-date-range",t.SEARCH_NUMBER_RANGE="search-number-range",t.SEARCH_INPUT="search-input",t.SELECT="select",t.SELECT_MULTIPLE="select-multiple",t.SELECT_RELATION="select-relation",t.VUE_FORM_ITEM="vue-form-item",t.TEXTAREA="textarea",t.EMAIL="email",t.FOOTER="footer",t.HEADER="header",t.ID_CARD="id-card",t.MOBILE="mobile",t.PHONE="phone",t.RADIO_IMAGE="radio-image",t.ELECTRONIC_SIGNATURE="electronic-signature",t.WPS="wps",t.CARD_GROUP="card-group",t.COL="col",t.GRID="grid",t.GRID_ROW="grid-row",t.GRID_TABLE_COLUMN="grid-table-column",t.GRID_LAYOUT_CONTAINER="grid-layout-container",t.ROW="row",t.TWO_COLUMNS="two-columns",t.SUBTABLE_COLUMN="subtable-column",t.SUBTABLE_ROW="subtable-row",t.TAB="tab",t.TAB_PANE="tab-pane",t.TOOLBOX="toolbox",t.DATA_VIEW="data-view",t.LIST_VIEW="list-view",t.ACTION_BAR="action-bar",t.SUBTABLE="subtable",t.GRID_TABLE="grid-table",t.SIMPLE_SEARCH="simple-search",t.PAGINATION="pagination",t.CHECKBOX_IMAGE="checkbox-image",t.DASHBOARD="dashboard",t.TREE="tree",t.EMPLOYEE2="employee2",t.DEPARTMENT2="department2",t.GRID_LAYOUT_WRAP="grid-layout-wrap"})(N||(N={}));var q;(function(t){t.VARCHAR="varchar",t.TEXT="text",t.ARRAY="array",t.ADDRESS="location",t.DECIMAL="decimal",t.DECIMAL_RANGE="decimal_range",t.TIMESTAMP="timestamp",t.EMPLOYEES="people",t.DEPARTMENTS="department",t.MONEY="money",t.TIMESCOPE="timescope",t.FILE="file",t.IMAGE="image",t.AUTO_NUMBER="auto_number",t.CALC="calc",t.RELATION="relation",t.LIST="list",t.RELATION_FIELD="relation-field",t.REFERENCE_FIELD="reference-field",t.CALC_FIELD="calc",t.JSON="json",t.BIGINT="bigint",t.ANY="ANY",t.ENCRYPTED_FIELD="encrypted_field"})(q||(q={}));var j;j={},k(j,q.ARRAY,N.ARRAY_COLUMN),k(j,q.AUTO_NUMBER,N.AUTO_NUMBER_COLUMN),k(j,q.DECIMAL,N.DECIMAL_COLUMN),k(j,q.DEPARTMENTS,N.DEPARTMENT_COLUMN),k(j,q.FILE,N.FILE_COLUMN),k(j,q.IMAGE,N.IMAGE_COLUMN),k(j,q.ADDRESS,N.LOCATION_COLUMN),k(j,q.EMPLOYEES,N.EMPLOYEE_COLUMN),k(j,q.TEXT,N.TEXT_COLUMN),k(j,q.TIMESCOPE,N.TIMESCOPE_COLUMN),k(j,q.TIMESTAMP,N.TIMESTAMP_COLUMN),k(j,q.VARCHAR,N.VARCHAR_COLUMN),k(j,q.RELATION,N.VARCHAR_COLUMN);var wt;(function(t){t.YEAR="year",t.MONTH="month",t.DATE="date",t.DATEHOUR="datehour",t.DATEMIN="datemin",t.DATETIME="datetime"})(wt||(wt={}));var It="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",mr=It+"0123456789";function ne(){for(var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,e="",n=0;n<t;n++){var u=n===0?It:mr,a=Math.random()*u.length;e+=u[parseInt(String(a),10)]}return e}function Te(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,u=new Array(e);n<e;n++)u[n]=t[n];return u}function gr(t){if(Array.isArray(t))return Te(t)}function yr(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Rt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function vr(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(t){return!1}}function De(t,e,n){return vr()?De=Reflect.construct:De=function(a,i,r){var o=[null];o.push.apply(o,i);var h=Function.bind.apply(a,o),m=new h;return r&&he(m,r.prototype),m},De.apply(null,arguments)}function fe(t){return fe=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},fe(t)}function Mt(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&he(t,e)}function Er(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function Cr(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Br(){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 Ar(t,e){return e&&(Fr(e)==="object"||typeof e=="function")?e:yr(t)}function he(t,e){return he=Object.setPrototypeOf||function(u,a){return u.__proto__=a,u},he(t,e)}function Lt(t){return gr(t)||Cr(t)||br(t)||Br()}var Fr=function(t){return t&&typeof Symbol!="undefined"&&t.constructor===Symbol?"symbol":typeof t};function br(t,e){if(!!t){if(typeof t=="string")return Te(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Te(t,e)}}function He(t){var e=typeof Map=="function"?new Map:void 0;return He=function(u){if(u===null||!Er(u))return u;if(typeof u!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(u))return e.get(u);e.set(u,a)}function a(){return De(u,arguments,fe(this).constructor)}return a.prototype=Object.create(u.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),he(a,u)},He(t)}function Dr(){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(t){return!1}}function $t(t){var e=Dr();return function(){var u=fe(t),a;if(e){var i=fe(this).constructor;a=Reflect.construct(u,arguments,i)}else a=u.apply(this,arguments);return Ar(this,a)}}var xe=console;function We(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var u,a=e.slice(1);(u=xe).warn.apply(u,["\u{1F9D0} Driven Warning:"+e[0]].concat(Lt(a)))}function Pt(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var u,a=e.slice(1);(u=xe).log.apply(u,["\u{1F680} Driven Log:"+e[0]].concat(Lt(a)))}function Sr(t){return t+" \u{1F41B}\u{1F41B}\u{1F41B}"}var ke=function(t){Mt(n,t);var e=$t(n);function n(u){Rt(this,n);var a;return a=e.call(this,u),a.name="\u{1F4A5} Driven Error",a.message=u?Sr(u):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",a}return n}(He(Error)),wr=function(t){Mt(n,t);var e=$t(n);function n(u){Rt(this,n);var a;return a=e.call(this,u),a.name="\u{1F6A8} Driven Reference Error",a}return n}(ke);function Ke(t){throw new ke(t)}function Ot(t){throw new wr(t)}function Ir(t){xe.error(new ke(t))}var Rr=Object.prototype.toString;function qt(t,e){return Rr.call(t)==="[object "+e+"]"}function Mr(t){return qt(t,"String")}function Lr(t){return qt(t,"Promise")}var $r=function(){function t(e){var n,u;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((u=(n=e.messages)!==null&&n!==void 0?n:this.getPreImport(e.locale))!==null&&u!==void 0?u:{}),e.variableRegExp&&(this.variableRegExp=e.variableRegExp),this.setLocale(e.locale)}return t.prototype.setLocale=function(e){var n=this;this.locale=e,this._messageCache.clear();var u=this.getMessageData();Lr(u)?u.then(function(a){n._messageCache.clear(),n.messages[n.localeInMessageKey]=a}):this.messages[this.localeInMessageKey]=u},t.prototype.getMessageData=function(){var e=this._messages[this.localeInMessageKey];return typeof e=="function"?e():e},t.prototype.translate=function(e,n,u){var a=this.getMessage(e);return a?this.formatMessage(a,u):this.formatMessage(n,u)},t.prototype.getMessage=function(e){if(this._messageCache.has(e))return this._messageCache.get(e);var n=this.getPathArray(e),u=n.reduce(function(a,i,r,o){if(a!==void 0){var h=a[i];if(!(r===o.length-1&&!Mr(h)))return h}},this.message);return this._messageCache.set(e,u),u},t.prototype.formatMessage=function(e,n){return n?e.replace(this.variableRegExp,function(u,a){var i=n[a];return i!==void 0?String(i):u}):e},t.prototype.getPreImport=function(e){var n;if(window.okI18nPreImport){var u=this.getLocaleInMessageKey(e);return window.okI18nPreImport.hasOwnProperty(u)?window.okI18nPreImport:(n={},n[u]=window.okI18nPreImport,n)}},t.prototype.getPathArray=function(e){return e.split(".")},t.prototype.getLocaleInMessageKey=function(e){return e.replace(/-/g,"")},Object.defineProperty(t.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"message",{get:function(){var e;return(e=this.messages[this.localeInMessageKey])!==null&&e!==void 0?e:{}},enumerable:!1,configurable:!0}),t}();function Pr(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Vt(t,e){for(var n=0;n<e.length;n++){var u=e[n];u.enumerable=u.enumerable||!1,u.configurable=!0,"value"in u&&(u.writable=!0),Object.defineProperty(t,u.key,u)}}function Or(t,e,n){return e&&Vt(t.prototype,e),n&&Vt(t,n),t}var E=function(){function t(){Pr(this,t)}return Or(t,null,[{key:"getMessage",value:function(n){var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.$i18n.$t(n,"",u)}},{key:"resetI18n",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:hr;return new $r({locale:n,messages:fr})}},{key:"setLocale",value:function(n){return this.$i18n.setLocale(n)}}]),t}();E.$i18n=E.resetI18n();function qr(t,e,n){var u=e.replace(/\[(\d)]/g,function(i,r){return"."+r}).split("."),a=!1;return u.reduce(function(i,r,o,h){var m=i;if(!!i){if(!Object.prototype.hasOwnProperty.call(i,r)){We("Can not set ".concat(e,"'s ").concat(r," property in current %o, Because there is no ").concat(r," property on the %o"),i,i);return}return o===h.length-1&&!Object.is(m[r],n)&&(m[r]=n,a=!0),m[r]}},t),a}var Vr=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},Nr={exports:{}};(function(t){(function(e){var n=function(l,g,y){if(!m(g)||B(g)||M(g)||$(g)||h(g))return g;var R,S=0,T=0;if(A(g))for(R=[],T=g.length;S<T;S++)R.push(n(l,g[S],y));else{R={};for(var w in g)Object.prototype.hasOwnProperty.call(g,w)&&(R[l(w,y)]=n(l,g[w],y))}return R},u=function(l,g){g=g||{};var y=g.separator||"_",R=g.split||/(?=[A-Z])/;return l.split(R).join(y)},a=function(l){return L(l)?l:(l=l.replace(/[\-_\s]+(.)?/g,function(g,y){return y?y.toUpperCase():""}),l.substr(0,1).toLowerCase()+l.substr(1))},i=function(l){var g=a(l);return g.substr(0,1).toUpperCase()+g.substr(1)},r=function(l,g){return u(l,g).toLowerCase()},o=Object.prototype.toString,h=function(l){return typeof l=="function"},m=function(l){return l===Object(l)},A=function(l){return o.call(l)=="[object Array]"},B=function(l){return o.call(l)=="[object Date]"},M=function(l){return o.call(l)=="[object RegExp]"},$=function(l){return o.call(l)=="[object Boolean]"},L=function(l){return l=l-0,l===l},C=function(l,g){var y=g&&"process"in g?g.process:g;return typeof y!="function"?l:function(R,S){return y(R,l,S)}},D={camelize:a,decamelize:r,pascalize:i,depascalize:r,camelizeKeys:function(l,g){return n(C(a,g),l)},decamelizeKeys:function(l,g){return n(C(r,g),l,g)},pascalizeKeys:function(l,g){return n(C(i,g),l)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=D:e.humps=D})(Vr)})(Nr);var Nt={};Object.defineProperty(Nt,"__esModule",{value:!0});function ze(t){if(typeof t!="object"||t===null)return t;if(Array.isArray(t))return t.map(e=>typeof e!="object"||e===null?e:ze(e));{const e={};for(const n in t){const u=t[n];e[n]=typeof u!="object"||u===null?u:ze(u)}return e}}var jr=Nt.default=ze;function ue(t){if(t!==void 0)return typeof t=="object"?jr(t):t}function _r(t){return Object.prototype.toString.call(t)==="[object Object]"}function Ur(t){return Array.isArray(t)}function Tr(t){return t.reduce(function(e,n){return e.includes(n)||e.push(n),e},[])}var jt={exports:{}};(function(t){var e=function(n){var u=Object.prototype,a=u.hasOwnProperty,i=Object.defineProperty||function(d,c,f){d[c]=f.value},r,o=typeof Symbol=="function"?Symbol:{},h=o.iterator||"@@iterator",m=o.asyncIterator||"@@asyncIterator",A=o.toStringTag||"@@toStringTag";function B(d,c,f){return Object.defineProperty(d,c,{value:f,enumerable:!0,configurable:!0,writable:!0}),d[c]}try{B({},"")}catch(d){B=function(c,f,F){return c[f]=F}}function M(d,c,f,F){var v=c&&c.prototype instanceof y?c:y,I=Object.create(v.prototype),H=new At(F||[]);return i(I,"_invoke",{value:Ve(d,f,H)}),I}n.wrap=M;function $(d,c,f){try{return{type:"normal",arg:d.call(c,f)}}catch(F){return{type:"throw",arg:F}}}var L="suspendedStart",C="suspendedYield",D="executing",l="completed",g={};function y(){}function R(){}function S(){}var T={};B(T,h,function(){return this});var w=Object.getPrototypeOf,_=w&&w(w(Ft([])));_&&_!==u&&a.call(_,h)&&(T=_);var Q=S.prototype=y.prototype=Object.create(T);R.prototype=S,i(Q,"constructor",{value:S,configurable:!0}),i(S,"constructor",{value:R,configurable:!0}),R.displayName=B(S,A,"GeneratorFunction");function Y(d){["next","throw","return"].forEach(function(c){B(d,c,function(f){return this._invoke(c,f)})})}n.isGeneratorFunction=function(d){var c=typeof d=="function"&&d.constructor;return c?c===R||(c.displayName||c.name)==="GeneratorFunction":!1},n.mark=function(d){return Object.setPrototypeOf?Object.setPrototypeOf(d,S):(d.__proto__=S,B(d,A,"GeneratorFunction")),d.prototype=Object.create(Q),d},n.awrap=function(d){return{__await:d}};function se(d,c){function f(I,H,x,z){var W=$(d[I],d,H);if(W.type==="throw")z(W.arg);else{var bt=W.arg,Ae=bt.value;return Ae&&typeof Ae=="object"&&a.call(Ae,"__await")?c.resolve(Ae.__await).then(function(ae){f("next",ae,x,z)},function(ae){f("throw",ae,x,z)}):c.resolve(Ae).then(function(ae){bt.value=ae,x(bt)},function(ae){return f("throw",ae,x,z)})}}var F;function v(I,H){function x(){return new c(function(z,W){f(I,H,z,W)})}return F=F?F.then(x,x):x()}i(this,"_invoke",{value:v})}Y(se.prototype),B(se.prototype,m,function(){return this}),n.AsyncIterator=se,n.async=function(d,c,f,F,v){v===void 0&&(v=Promise);var I=new se(M(d,c,f,F),v);return n.isGeneratorFunction(c)?I:I.next().then(function(H){return H.done?H.value:I.next()})};function Ve(d,c,f){var F=L;return function(I,H){if(F===D)throw new Error("Generator is already running");if(F===l){if(I==="throw")throw H;return hl()}for(f.method=I,f.arg=H;;){var x=f.delegate;if(x){var z=le(x,f);if(z){if(z===g)continue;return z}}if(f.method==="next")f.sent=f._sent=f.arg;else if(f.method==="throw"){if(F===L)throw F=l,f.arg;f.dispatchException(f.arg)}else f.method==="return"&&f.abrupt("return",f.arg);F=D;var W=$(d,c,f);if(W.type==="normal"){if(F=f.done?l:C,W.arg===g)continue;return{value:W.arg,done:f.done}}else W.type==="throw"&&(F=l,f.method="throw",f.arg=W.arg)}}}function le(d,c){var f=c.method,F=d.iterator[f];if(F===r)return c.delegate=null,f==="throw"&&d.iterator.return&&(c.method="return",c.arg=r,le(d,c),c.method==="throw")||f!=="return"&&(c.method="throw",c.arg=new TypeError("The iterator does not provide a '"+f+"' method")),g;var v=$(F,d.iterator,c.arg);if(v.type==="throw")return c.method="throw",c.arg=v.arg,c.delegate=null,g;var I=v.arg;if(!I)return c.method="throw",c.arg=new TypeError("iterator result is not an object"),c.delegate=null,g;if(I.done)c[d.resultName]=I.value,c.next=d.nextLoc,c.method!=="return"&&(c.method="next",c.arg=r);else return I;return c.delegate=null,g}Y(Q),B(Q,A,"Generator"),B(Q,h,function(){return this}),B(Q,"toString",function(){return"[object Generator]"});function te(d){var c={tryLoc:d[0]};1 in d&&(c.catchLoc=d[1]),2 in d&&(c.finallyLoc=d[2],c.afterLoc=d[3]),this.tryEntries.push(c)}function Bt(d){var c=d.completion||{};c.type="normal",delete c.arg,d.completion=c}function At(d){this.tryEntries=[{tryLoc:"root"}],d.forEach(te,this),this.reset(!0)}n.keys=function(d){var c=Object(d),f=[];for(var F in c)f.push(F);return f.reverse(),function v(){for(;f.length;){var I=f.pop();if(I in c)return v.value=I,v.done=!1,v}return v.done=!0,v}};function Ft(d){if(d||d===""){var c=d[h];if(c)return c.call(d);if(typeof d.next=="function")return d;if(!isNaN(d.length)){var f=-1,F=function v(){for(;++f<d.length;)if(a.call(d,f))return v.value=d[f],v.done=!1,v;return v.value=r,v.done=!0,v};return F.next=F}}throw new TypeError(typeof d+" is not iterable")}n.values=Ft;function hl(){return{value:r,done:!0}}return At.prototype={constructor:At,reset:function(d){if(this.prev=0,this.next=0,this.sent=this._sent=r,this.done=!1,this.delegate=null,this.method="next",this.arg=r,this.tryEntries.forEach(Bt),!d)for(var c in this)c.charAt(0)==="t"&&a.call(this,c)&&!isNaN(+c.slice(1))&&(this[c]=r)},stop:function(){this.done=!0;var d=this.tryEntries[0],c=d.completion;if(c.type==="throw")throw c.arg;return this.rval},dispatchException:function(d){if(this.done)throw d;var c=this;function f(z,W){return I.type="throw",I.arg=d,c.next=z,W&&(c.method="next",c.arg=r),!!W}for(var F=this.tryEntries.length-1;F>=0;--F){var v=this.tryEntries[F],I=v.completion;if(v.tryLoc==="root")return f("end");if(v.tryLoc<=this.prev){var H=a.call(v,"catchLoc"),x=a.call(v,"finallyLoc");if(H&&x){if(this.prev<v.catchLoc)return f(v.catchLoc,!0);if(this.prev<v.finallyLoc)return f(v.finallyLoc)}else if(H){if(this.prev<v.catchLoc)return f(v.catchLoc,!0)}else if(x){if(this.prev<v.finallyLoc)return f(v.finallyLoc)}else throw new Error("try statement without catch or finally")}}},abrupt:function(d,c){for(var f=this.tryEntries.length-1;f>=0;--f){var F=this.tryEntries[f];if(F.tryLoc<=this.prev&&a.call(F,"finallyLoc")&&this.prev<F.finallyLoc){var v=F;break}}v&&(d==="break"||d==="continue")&&v.tryLoc<=c&&c<=v.finallyLoc&&(v=null);var I=v?v.completion:{};return I.type=d,I.arg=c,v?(this.method="next",this.next=v.finallyLoc,g):this.complete(I)},complete:function(d,c){if(d.type==="throw")throw d.arg;return d.type==="break"||d.type==="continue"?this.next=d.arg:d.type==="return"?(this.rval=this.arg=d.arg,this.method="return",this.next="end"):d.type==="normal"&&c&&(this.next=c),g},finish:function(d){for(var c=this.tryEntries.length-1;c>=0;--c){var f=this.tryEntries[c];if(f.finallyLoc===d)return this.complete(f.completion,f.afterLoc),Bt(f),g}},catch:function(d){for(var c=this.tryEntries.length-1;c>=0;--c){var f=this.tryEntries[c];if(f.tryLoc===d){var F=f.completion;if(F.type==="throw"){var v=F.arg;Bt(f)}return v}}throw new Error("illegal catch attempt")},delegateYield:function(d,c,f){return this.delegate={iterator:Ft(d),resultName:c,nextLoc:f},this.method==="next"&&(this.arg=r),g}},n}(t.exports);try{regeneratorRuntime=e}catch(n){typeof globalThis=="object"?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}})(jt);var _t=jt.exports;function Ge(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,u=new Array(e);n<e;n++)u[n]=t[n];return u}function Hr(t){if(Array.isArray(t))return Ge(t)}function Ut(t,e,n,u,a,i,r){try{var o=t[i](r),h=o.value}catch(m){n(m);return}o.done?e(h):Promise.resolve(h).then(u,a)}function xr(t){return function(){var e=this,n=arguments;return new Promise(function(u,a){var i=t.apply(e,n);function r(h){Ut(i,u,a,r,o,"next",h)}function o(h){Ut(i,u,a,r,o,"throw",h)}r(void 0)})}}function Wr(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Tt(t,e){for(var n=0;n<e.length;n++){var u=e[n];u.enumerable=u.enumerable||!1,u.configurable=!0,"value"in u&&(u.writable=!0),Object.defineProperty(t,u.key,u)}}function kr(t,e,n){return e&&Tt(t.prototype,e),n&&Tt(t,n),t}function Kr(t){if(typeof Symbol!="undefined"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function zr(){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 Je(t){return Hr(t)||Kr(t)||Gr(t)||zr()}function Gr(t,e){if(!!t){if(typeof t=="string")return Ge(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ge(t,e)}}var Jr=function(){function t(){Wr(this,t),this._events=new Map,this.debug=!1}return kr(t,[{key:"emit",value:function(n){for(var u=arguments.length,a=new Array(u>1?u-1:0),i=1;i<u;i++)a[i-1]=arguments[i];var r=this;return xr(_t.mark(function o(){var h,m,A,B,M,$,L,C,D,l;return _t.wrap(function(y){for(;;)switch(y.prev=y.next){case 0:if(h=r._events.get(n),m=[],!h){y.next=42;break}A=h.slice(),B=!0,M=!1,$=void 0,y.prev=5,L=A[Symbol.iterator]();case 7:if(B=(C=L.next()).done){y.next=28;break}if(D=C.value,h.includes(D)){y.next=11;break}return y.abrupt("continue",25);case 11:return y.prev=11,r.debug&&Pt.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(D.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+D.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(a.map(function(){return"%o"}).join(","),"\u3002")].concat(Je(a))),y.next=15,D.apply(null,Je(a));case 15:if(l=y.sent,r.debug&&Pt.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(D.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+D.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(a.map(function(){return"%o"}).join(","),"; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o")].concat(Je(a),[l])),m.push(l),l!==!1){y.next=20;break}return y.abrupt("break",28);case 20:y.next=25;break;case 22:y.prev=22,y.t0=y.catch(11),Ir(String(y.t0)+":"+String(y.t0.stack));case 25:B=!0,y.next=7;break;case 28:y.next=34;break;case 30:y.prev=30,y.t1=y.catch(5),M=!0,$=y.t1;case 34:y.prev=34,y.prev=35,!B&&L.return!=null&&L.return();case 37:if(y.prev=37,!M){y.next=40;break}throw $;case 40:return y.finish(37);case 41:return y.finish(34);case 42:return y.abrupt("return",m);case 43:case"end":return y.stop()}},o,null,[[5,30,34,42],[11,22],[35,,37,41]])}))()}},{key:"on",value:function(n,u){if(this._events.has(n)){var a;(a=this._events.get(n))===null||a===void 0||a.push(u)}else this._events.set(n,[u])}},{key:"off",value:function(n,u){if(this._events.has(n)){var a=this._events.get(n),i=a==null?void 0:a.indexOf(u);a==null||a.splice(i,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),t}();const Ht=[];class Se{constructor(e){this.registeredControlTypes=new Set,this.controlConfigMap=new Map,this._controls=[],this._type=e,this._initControls(e)}registerControlConfig(e,n){return this.controlConfigMap.set(e,n),this}getControlConfig(e){return this.controlConfigMap.get(e)}static register(e){const{Designer:n,Runtime:u}=e;(!n||!u||!n.__is_control__||!u.__is_control__)&&Ke(`${e} is can't register as a Control`);const a=this.staticControls.findIndex(i=>i.Designer.controlType===n.controlType);return a>-1&&(We(`The ${n.controlType} is repeat register, So it overwrites the one that was registered before.`),this.staticControls.splice(a,1)),this.staticRegisteredTypes.add(n.controlType),this.staticControls.push(e),this}getControls(){return this._controls}register(e){e.__is_control__||Ke(`${e.name} is not a Control`);const n=this._controls.findIndex(u=>u.controlType===e.controlType);return n>-1&&(We(`The ${e.controlType} is repeat register, So it overwrites the one that was registered before.`),this._controls.splice(n,1)),this.registeredControlTypes.add(e.controlType),this._controls.push(e),this}isLayoutControl(e){return e.controlType===ie.LAYOUT}isFormControl(e){return e.controlType===ie.FORM}isListControl(e){return e.controlType===ie.LIST}isColumnControl(e){return e.controlType===ie.COLUMN}createControl(e,n){if(Array.isArray(e))return e.map(a=>this.createControl(a,n));if(e.children&&(e.children=e.children.map(a=>this.createControl(a,n))),this.isListControl(e)){const a=e.props;a.headers&&(a.headers=a.headers.map(i=>this.createControl(i,n))),a.footers&&(a.footers=a.footers.map(i=>{let r;return i&&(r=this.createControl(i,n)),r}))}const u=this.getControlFormType(e.type);if(u){let a=e;if(typeof n=="function"){const r=n(a);r&&(a=r)}return new u(a)}else Ke(`The constructor of ${e.type} could not be found, please confirm that the constructor has been registered`)}createControlInstance(e,n){const u=this.getControlFormType(e);if(u)return new u(n)}getControlFormType(e){return this._controls.find(n=>n.controlType===e)}_initControls(e){this.constructor.staticControls.forEach(n=>{this.register(n[e])})}}Se.staticControls=Ht,Se.staticRegisteredTypes=new Set(Ht.map(t=>t.Designer.controlType)),Se.staticRegisteredConfigs=new Map;class G{constructor(e){var n,u,a;this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:"",this.fieldCode=(u=e==null?void 0:e.fieldCode)!=null?u:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:"",this.aliasCode=e==null?void 0:e.aliasCode}}class Xe{constructor(e){var n,u;this.minWidth=(n=e==null?void 0:e.minWidth)!=null?n:150,this.maxWidth=e==null?void 0:e.maxWidth,this.flex=(u=e==null?void 0:e.flex)!=null?u:1}}class we extends Xe{constructor(e){super(e);var n,u;this.width=(n=e==null?void 0:e.width)!=null?n:240,this.widthType=(u=e==null?void 0:e.widthType)!=null?u:"auto"}}class Xr{constructor(e){this.pc=new we(e==null?void 0:e.pc),this.mobile=(e==null?void 0:e.mobile)?new we(e==null?void 0:e.mobile):new we({width:130,minWidth:180})}}class Zr{constructor(e){var n,u;this.type=(n=e==null?void 0:e.type)!=null?n:"firstThree",this.customOptions=(u=e==null?void 0:e.customOptions)!=null?u:[]}}class Ie{constructor(e){var n,u,a;this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:"",this.formKey=(u=e==null?void 0:e.formKey)!=null?u:"",this.appId=(a=e==null?void 0:e.appId)!=null?a:""}}class Qr extends Ie{constructor(e){super(e);var n;this.primaryControlId=(n=e==null?void 0:e.primaryControlId)!=null?n:""}}class xt{constructor(e){var n;this.fieldCode=(n=e==null?void 0:e.fieldCode)!=null?n:""}}class Yr{constructor(e){var n,u,a,i;this.appId=(n=e==null?void 0:e.appId)!=null?n:"",this.formKey=(u=e==null?void 0:e.formKey)!=null?u:"",this.headers=(i=(a=e==null?void 0:e.headers)==null?void 0:a.map(r=>new xt(r)))!=null?i:[]}}class Wt{constructor(e){var n,u,a;this.fieldName=(n=e==null?void 0:e.fieldName)!=null?n:"",this.fieldCode=(u=e==null?void 0:e.fieldCode)!=null?u:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:q.VARCHAR}}class kt extends Ie{constructor(e){super(e);var n,u,a,i;this.title=(n=e==null?void 0:e.title)!=null?n:"",this.svcCode=(u=e==null?void 0:e.svcCode)!=null?u:"",this.isOpenFilter=(a=e==null?void 0:e.isOpenFilter)!=null?a:!1,this.filters=(i=e==null?void 0:e.filters)!=null?i:[]}}class pr{constructor(e){var n,u,a,i;this.type="sublist-page",this.formBind=new Ie(e==null?void 0:e.formBind),this.displayFields=(u=(n=e==null?void 0:e.displayFields)==null?void 0:n.map(r=>new Wt(r)))!=null?u:[],this.sublists=(i=(a=e==null?void 0:e.sublists)==null?void 0:a.map(r=>new kt(r)))!=null?i:[]}}class Kt{constructor(e){this.type=e==null?void 0:e.type,this.value=e==null?void 0:e.value}}class Ze{constructor(e){var n,u,a;this.type=(n=e==null?void 0:e.type)!=null?n:"custom",this.value=(u=e==null?void 0:e.value)!=null?u:[],this.displayBos=(a=e==null?void 0:e.displayBos)!=null?a:[]}}class me{constructor(e){var n,u,a,i;this.type="conditions",this.id=(n=e==null?void 0:e.id)!=null?n:ne(),this.ruleId=(u=e==null?void 0:e.ruleId)!=null?u:new Date().valueOf(),this.level=(a=e==null?void 0:e.level)!=null?a:0,this.value=(i=e==null?void 0:e.value)!=null?i:"and",this.children=[],Array.isArray(e==null?void 0:e.children)&&(e==null||e.children.map(r=>{var o,h;if(r.children!==void 0){const m=new me(r);(o=this.children)==null||o.push(m)}else{const m=new Re(r);(h=this.children)==null||h.push(m)}}))}}class Re{constructor(e){var n,u,a,i,r;this.type="condition",this.id=(n=e==null?void 0:e.id)!=null?n:ne(),this.ruleId=(u=e==null?void 0:e.ruleId)!=null?u:new Date().valueOf(),this.symbol=(a=e==null?void 0:e.symbol)!=null?a:"",this.checked=(i=e==null?void 0:e.checked)!=null?i:!1,this.describe=(r=e==null?void 0:e.describe)!=null?r:"",this.leftVariableBo=new Kt(e==null?void 0:e.leftVariableBo),this.rightVariableBo=new Ze(e==null?void 0:e.rightVariableBo)}}class es{constructor(e){var n,u;this.aliasCode=(n=e==null?void 0:e.aliasCode)!=null?n:"",this.datasourceBind=new Me(e==null?void 0:e.datasourceBind),this.relationFields=(u=e==null?void 0:e.relationFields)!=null?u:[]}}class zt{constructor(e){var n,u,a,i;this.controlId=(n=e==null?void 0:e.controlId)!=null?n:"",this.fieldCode=(u=e==null?void 0:e.fieldCode)!=null?u:"",this.fieldType=(a=e==null?void 0:e.fieldType)!=null?a:"",this.propName=(i=e==null?void 0:e.propName)!=null?i:""}}class Qe{constructor(e){var n,u;this.type=(n=e==null?void 0:e.type)!=null?n:"FIELD",this.value=(u=e==null?void 0:e.value)!=null?u:"",this.fieldType=e==null?void 0:e.fieldType}}class Ye{constructor(e){var n,u;this.columnName=(n=e.columnName)!=null?n:"",this.desc=(u=e.desc)!=null?u:!1}}class Gt{constructor(e){var n,u,a;this.code=(n=e.code)!=null?n:"",this.value=(u=e.value)!=null?u:"",this.field_type=(a=e.field_type)!=null?a:q.ANY}}class ts{constructor(e){var n,u,a,i,r,o,h;this.id=(n=e.id)!=null?n:"",this.limit=(u=e.limit)!=null?u:20,this.formKey=(a=e.formKey)!=null?a:"",this.orders=(r=(i=e.orders)==null?void 0:i.map(m=>new Ye(m)))!=null?r:[],this.dataSet=(h=(o=e.dataSet)==null?void 0:o.map(m=>new Gt(m)))!=null?h:[]}}function pe(t){var e,n,u,a,i,r;this.filters=(n=(e=t==null?void 0:t.filters)==null?void 0:e.map(o=>o.children!==void 0?new me(o):new Re(o)))!=null?n:[],this.viewFilters=(a=(u=t==null?void 0:t.viewFilters)==null?void 0:u.map(o=>o.children!==void 0?new me(o):new Re(o)))!=null?a:[],this.orders=(r=(i=t==null?void 0:t.orders)==null?void 0:i.map(o=>new Ye(o)))!=null?r:[]}class Me{constructor(e){var n,u,a,i,r,o,h;this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:"",this.appId=(u=e==null?void 0:e.appId)!=null?u:"",this.valueFieldCode=(a=e==null?void 0:e.valueFieldCode)!=null?a:"",this.displayBoList=[],this.isOpenViewFilters=(i=e==null?void 0:e.isOpenViewFilters)!=null?i:0,Array.isArray(e==null?void 0:e.displayBoList)&&(e==null||e.displayBoList.map(m=>{var A;(A=this.displayBoList)==null||A.push(new Qe(m))})),this.keywordMapping=(r=e==null?void 0:e.keywordMapping)!=null?r:"",this.showOrder=(o=e==null?void 0:e.showOrder)!=null?o:!0,this.svcCode=(h=e==null?void 0:e.svcCode)!=null?h:"",pe.call(this,e)}}class ns{constructor(e){var n,u;this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:"",this.displayBoList=(u=e==null?void 0:e.displayBoList)!=null?u:[]}}class us{constructor(e){var n,u,a,i,r,o,h,m,A,B;this.code=(n=e==null?void 0:e.code)!=null?n:"view",this.color=(u=e==null?void 0:e.color)!=null?u:"primary",this.command=(a=e==null?void 0:e.command)!=null?a:"view",this.confirmMessage=(i=e==null?void 0:e.confirmMessage)!=null?i:void 0,this.defaultState=(r=e==null?void 0:e.defaultState)!=null?r:"default",this.formKey=(o=e==null?void 0:e.formKey)!=null?o:void 0,this.icon=(h=e==null?void 0:e.icon)!=null?h:"iconliulan1",this.needConfirm=(m=e==null?void 0:e.needConfirm)!=null?m:!1,this.openType=(A=e==null?void 0:e.openType)!=null?A:"modal",this.priorityProcess=(B=e==null?void 0:e.priorityProcess)!=null?B:!0}}class et{constructor(e){var n,u,a,i;this.name=(n=e==null?void 0:e.name)!=null?n:"",this.key=(u=e==null?void 0:e.key)!=null?u:"",this.value=(i=(a=e==null?void 0:e.value)==null?void 0:a.map(r=>new Qe(r)))!=null?i:[]}}class Jt extends Me{constructor(e){super(e);var n,u;this.attributes=(u=(n=e==null?void 0:e.attributes)==null?void 0:n.map(a=>new et(a)))!=null?u:[]}}class as extends Me{constructor(e){super(e);var n,u,a;this.attributes=(u=(n=e==null?void 0:e.attributes)==null?void 0:n.map(i=>new et(i)))!=null?u:[],this.formCode=(a=e==null?void 0:e.formCode)!=null?a:""}}class is extends Jt{constructor(e){super(e);var n;this.rootNode=new Ze(e==null?void 0:e.rootNode),this.filterCode=(n=e==null?void 0:e.filterCode)!=null?n:""}}class Xt{constructor(e){var n,u,a,i;this.dataCode=(n=e==null?void 0:e.dataCode)!=null?n:"",this.appId=(u=e==null?void 0:e.appId)!=null?u:"",this.fillList=(i=(a=e==null?void 0:e.fillList)==null?void 0:a.map(r=>new zt(r)))!=null?i:[]}}class rs extends Xt{constructor(e){super(e);pe.call(this,e)}}class ss extends Xt{constructor(e){super(e);var n,u;this.mode=(n=e==null?void 0:e.mode)!=null?n:"current",this.multiple=(u=e==null?void 0:e.multiple)!=null?u:!1}}class ls{constructor(e){var n,u,a;this.zh=(n=e==null?void 0:e.zh)!=null?n:"",this.en=(u=e==null?void 0:e.en)!=null?u:"",this.ja=(a=e==null?void 0:e.ja)!=null?a:""}}class os{constructor(e){var n,u,a;this.stencilName=(n=e==null?void 0:e.stencilName)!=null?n:"",this.expression=(u=e==null?void 0:e.expression)!=null?u:"",this.errMessage=(a=e==null?void 0:e.errMessage)!=null?a:""}}class tt{constructor(e){var n,u,a;this.id=(n=e==null?void 0:e.id)!=null?n:ne(8),this.label=(u=e==null?void 0:e.label)!=null?u:"",this.value=(a=e==null?void 0:e.value)!=null?a:this.label}}class Zt extends tt{constructor(e){super(e);var n,u;this.image=(n=e==null?void 0:e.image)!=null?n:"",this.type=(u=e==null?void 0:e.type)!=null?u:"src"}}function cs(t){var e;return(e=t==null?void 0:t.map(n=>new tt(n)))!=null?e:[]}function ds(t){var e;return(e=t==null?void 0:t.map(n=>new Zt(n)))!=null?e:[]}class Le{}class fs extends Le{constructor(e){super();this.amount=new G(e==null?void 0:e.amount),this.currency=new G(e==null?void 0:e.currency)}}class hs{constructor(e){var n,u;this.amount=(n=e==null?void 0:e.amount)!=null?n:"",this.currency=(u=e==null?void 0:e.currency)!=null?u:nt.CNY}}class ms extends Le{constructor(e){super();this.min=new G(e==null?void 0:e.min),this.max=new G(e==null?void 0:e.max)}}class gs{constructor(e){var n,u;this.min=(n=e==null?void 0:e.min)!=null?n:"",this.max=(u=e==null?void 0:e.max)!=null?u:""}}class ys{constructor(e){var n,u,a,i,r,o;this.city=(n=e==null?void 0:e.city)!=null?n:"",this.cityDisplay=(u=e==null?void 0:e.cityDisplay)!=null?u:"",this.district=(a=e==null?void 0:e.district)!=null?a:"",this.districtDisplay=(i=e==null?void 0:e.districtDisplay)!=null?i:"",this.province=(r=e==null?void 0:e.province)!=null?r:"",this.provinceDisplay=(o=e==null?void 0:e.provinceDisplay)!=null?o:""}}class vs extends Le{constructor(e){super();this.result=new G(e==null?void 0:e.result),this.unit=new G(e==null?void 0:e.unit)}}class Es{constructor(e){var n,u;this.result=(n=e==null?void 0:e.result)!=null?n:0,this.unit=(u=e==null?void 0:e.unit)!=null?u:""}}var nt=(t=>(t.CNY="CNY",t.USD="USD",t.JPY="JPY",t.EUR="EUR",t.INR="INR",t.IDR="IDR",t.BRL="BRL",t.AED="AED",t.AUD="AUD",t.CAD="CAD",t.EGP="EGP",t.GBP="GBP",t.ZAR="ZAR",t.KRW="KRW",t.MAD="MAD",t.MXN="MXN",t.MYR="MYR",t.PHP="PHP",t.PLN="PLN",t.RUB="RUB",t.SGD="SGD",t.THB="THB",t.TRY="TRY",t.TWD="TWD",t.VND="VND",t.HKD="HKD",t.IEP="IEP",t))(nt||{}),Qt=(t=>(t.DEFAULT_DISPLAY="defaultDisplay",t.REQUIRED="required",t.IS_HIDE="isHide",t.IS_SHOW_UNIT="isShowUnit",t.IMD_SEARCH="immediatelySearch",t.MULTIPLE="multiple",t.SUBMIT_SELECT_CURRENCY="submitSelectCurrency",t.CAPTION="caption",t.IS_HIDE_CAPTION="isHideCaption",t.DEFAULT_SHOW_OPTIONS="defaultShowOptions",t.CAN_SEARCH="canSearch",t.CAN_CHECK="canCheck",t.CAN_EDIT="canEdit",t.CAN_DELETE="canDelete",t.SHOW_UPPER_CASE="showUpperCase",t.MICROMETER="micrometer",t.PRECISION="precision",t.PERCENTAGE="percentage",t.OPTIONAL_LEVEL="optionalLevel",t.CONTAINS_SUB_NODE="containsSubNode",t.DEFAULT_COLLAPSE="defaultCollapse",t.CAN_VIEW_FORM="canViewForm",t.VIEW_FORM_MODEL_TYPE="viewFormModelType",t.SERVER_PAGINATION="serverPagination",t.IS_SHOW_CAPTION_TIP="isShowCaptionTip",t.ENCRYPTED="encrypted",t.IS_INLINE_EDIT="isInlineEdit",t.REVISIONS_MODE="revisionsMode",t.ALLOW_COPY_OPTIONS="allowCopyOptions",t.IS_PASTE="isPaste",t))(Qt||{}),ut=(t=>(t[t.UNKNOWN=0]="UNKNOWN",t[t.READONLY=1]="READONLY",t[t.EDITABLE=2]="EDITABLE",t[t.PRINT=5]="PRINT",t))(ut||{});class Cs{constructor(e){var n,u,a,i,r,o;this.isShow=(n=e==null?void 0:e.isShow)!=null?n:!0,this.content=(u=e==null?void 0:e.content)!=null?u:"",this.formKey=(a=e==null?void 0:e.formKey)!=null?a:"",this.openType=(i=e==null?void 0:e.openType)!=null?i:"modal",this.type=(r=e==null?void 0:e.type)!=null?r:"",this.priorityProcess=(o=e==null?void 0:e.priorityProcess)!=null?o:!1}}class Bs{constructor(e){var n,u,a,i;this.id=(n=e==null?void 0:e.id)!=null?n:ne(8),this.title=(u=e==null?void 0:e.title)!=null?u:"",this.headers=(i=(a=e==null?void 0:e.headers)==null?void 0:a.map(r=>new xt(r)))!=null?i:[],pe.call(this,e)}}class As{constructor(e){var n,u;this.key=(n=e.key)!=null?n:ne(8),this.caption=(u=e.caption)!=null?u:""}}class Yt{constructor(e){var n,u,a,i;this.width=(n=e==null?void 0:e.width)!=null?n:"",this.height=(u=e==null?void 0:e.height)!=null?u:"",this.widthConfig=(a=e==null?void 0:e.widthConfig)!=null?a:"fill",this.heightConfig=(i=e==null?void 0:e.heightConfig)!=null?i:"fill"}}class Fs{constructor(e){var n,u;this.optCode=(n=e==null?void 0:e.optCode)!=null?n:"",this.optType=(u=e==null?void 0:e.optType)!=null?u:""}}class $e{constructor(e){this.isHide={type:"boolean"}}}class at extends Array{constructor(e){super()}}class Z{constructor(e,n=""){var u,a;this.isHide=(u=e==null?void 0:e.isHide)!=null?u:!1,this.style=new Yt(e==null?void 0:e.style),this.caption=(a=e==null?void 0:e.caption)!=null?a:n}}Z.Rules=$e,Z.RuntimeRules=at;function J(){return J=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var u in n)Object.prototype.hasOwnProperty.call(n,u)&&(t[u]=n[u])}return t},J.apply(this,arguments)}function bs(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function it(t){return it=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},it(t)}function Pe(t,e){return Pe=Object.setPrototypeOf||function(u,a){return u.__proto__=a,u},Pe(t,e)}function Ds(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(t){return!1}}function Oe(t,e,n){return Ds()?Oe=Reflect.construct:Oe=function(a,i,r){var o=[null];o.push.apply(o,i);var h=Function.bind.apply(a,o),m=new h;return r&&Pe(m,r.prototype),m},Oe.apply(null,arguments)}function Ss(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function rt(t){var e=typeof Map=="function"?new Map:void 0;return rt=function(u){if(u===null||!Ss(u))return u;if(typeof u!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e!="undefined"){if(e.has(u))return e.get(u);e.set(u,a)}function a(){return Oe(u,arguments,it(this).constructor)}return a.prototype=Object.create(u.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),Pe(a,u)},rt(t)}var ws=/%[sdj%]/g,pt=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(pt=function(e,n){typeof console!="undefined"&&console.warn&&n.every(function(u){return typeof u=="string"})&&console.warn(e,n)});function st(t){if(!t||!t.length)return null;var e={};return t.forEach(function(n){var u=n.field;e[u]=e[u]||[],e[u].push(n)}),e}function K(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var u=1,a=e[0],i=e.length;if(typeof a=="function")return a.apply(null,e.slice(1));if(typeof a=="string"){var r=String(a).replace(ws,function(o){if(o==="%%")return"%";if(u>=i)return o;switch(o){case"%s":return String(e[u++]);case"%d":return Number(e[u++]);case"%j":try{return JSON.stringify(e[u++])}catch(h){return"[Circular]"}break;default:return o}});return r}return a}function Is(t){return t==="string"||t==="url"||t==="hex"||t==="email"||t==="date"||t==="pattern"}function O(t,e){return!!(t==null||e==="array"&&Array.isArray(t)&&!t.length||Is(e)&&typeof t=="string"&&!t)}function Rs(t,e,n){var u=[],a=0,i=t.length;function r(o){u.push.apply(u,o),a++,a===i&&n(u)}t.forEach(function(o){e(o,r)})}function en(t,e,n){var u=0,a=t.length;function i(r){if(r&&r.length){n(r);return}var o=u;u=u+1,o<a?e(t[o],i):n([])}i([])}function Ms(t){var e=[];return Object.keys(t).forEach(function(n){e.push.apply(e,t[n])}),e}var tn=function(t){bs(e,t);function e(n,u){var a;return a=t.call(this,"Async Validation Error")||this,a.errors=n,a.fields=u,a}return e}(rt(Error));function Ls(t,e,n,u){if(e.first){var a=new Promise(function(B,M){var $=function(D){return u(D),D.length?M(new tn(D,st(D))):B()},L=Ms(t);en(L,n,$)});return a.catch(function(B){return B}),a}var i=e.firstFields||[];i===!0&&(i=Object.keys(t));var r=Object.keys(t),o=r.length,h=0,m=[],A=new Promise(function(B,M){var $=function(C){if(m.push.apply(m,C),h++,h===o)return u(m),m.length?M(new tn(m,st(m))):B()};r.length||(u(m),B()),r.forEach(function(L){var C=t[L];i.indexOf(L)!==-1?en(C,n,$):Rs(C,n,$)})});return A.catch(function(B){return B}),A}function nn(t){return function(e){return e&&e.message?(e.field=e.field||t.fullField,e):{message:typeof e=="function"?e():e,field:e.field||t.fullField}}}function un(t,e){if(e){for(var n in e)if(e.hasOwnProperty(n)){var u=e[n];typeof u=="object"&&typeof t[n]=="object"?t[n]=J(J({},t[n]),u):t[n]=u}}return t}function an(t,e,n,u,a,i){t.required&&(!n.hasOwnProperty(t.field)||O(e,i||t.type))&&u.push(K(a.messages.required,t.fullField))}function $s(t,e,n,u,a){(/^\s+$/.test(e)||e==="")&&u.push(K(a.messages.whitespace,t.fullField))}var lt={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},ge={integer:function(e){return ge.number(e)&&parseInt(e,10)===e},float:function(e){return ge.number(e)&&!ge.integer(e)},array:function(e){return Array.isArray(e)},regexp:function(e){if(e instanceof RegExp)return!0;try{return!!new RegExp(e)}catch(n){return!1}},date:function(e){return typeof e.getTime=="function"&&typeof e.getMonth=="function"&&typeof e.getYear=="function"&&!isNaN(e.getTime())},number:function(e){return isNaN(e)?!1:typeof e=="number"},object:function(e){return typeof e=="object"&&!ge.array(e)},method:function(e){return typeof e=="function"},email:function(e){return typeof e=="string"&&!!e.match(lt.email)&&e.length<255},url:function(e){return typeof e=="string"&&!!e.match(lt.url)},hex:function(e){return typeof e=="string"&&!!e.match(lt.hex)}};function Ps(t,e,n,u,a){if(t.required&&e===void 0){an(t,e,n,u,a);return}var i=["integer","float","array","regexp","object","method","email","number","date","url","hex"],r=t.type;i.indexOf(r)>-1?ge[r](e)||u.push(K(a.messages.types[r],t.fullField,t.type)):r&&typeof e!==t.type&&u.push(K(a.messages.types[r],t.fullField,t.type))}function Os(t,e,n,u,a){var i=typeof t.len=="number",r=typeof t.min=="number",o=typeof t.max=="number",h=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,m=e,A=null,B=typeof e=="number",M=typeof e=="string",$=Array.isArray(e);if(B?A="number":M?A="string":$&&(A="array"),!A)return!1;$&&(m=e.length),M&&(m=e.replace(h,"_").length),i?m!==t.len&&u.push(K(a.messages[A].len,t.fullField,t.len)):r&&!o&&m<t.min?u.push(K(a.messages[A].min,t.fullField,t.min)):o&&!r&&m>t.max?u.push(K(a.messages[A].max,t.fullField,t.max)):r&&o&&(m<t.min||m>t.max)&&u.push(K(a.messages[A].range,t.fullField,t.min,t.max))}var re="enum";function qs(t,e,n,u,a){t[re]=Array.isArray(t[re])?t[re]:[],t[re].indexOf(e)===-1&&u.push(K(a.messages[re],t.fullField,t[re].join(", ")))}function Vs(t,e,n,u,a){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||u.push(K(a.messages.pattern.mismatch,t.fullField,e,t.pattern));else if(typeof t.pattern=="string"){var i=new RegExp(t.pattern);i.test(e)||u.push(K(a.messages.pattern.mismatch,t.fullField,e,t.pattern))}}}var b={required:an,whitespace:$s,type:Ps,range:Os,enum:qs,pattern:Vs};function Ns(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(O(e,"string")&&!t.required)return n();b.required(t,e,u,i,a,"string"),O(e,"string")||(b.type(t,e,u,i,a),b.range(t,e,u,i,a),b.pattern(t,e,u,i,a),t.whitespace===!0&&b.whitespace(t,e,u,i,a))}n(i)}function js(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(O(e)&&!t.required)return n();b.required(t,e,u,i,a),e!==void 0&&b.type(t,e,u,i,a)}n(i)}function _s(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(e===""&&(e=void 0),O(e)&&!t.required)return n();b.required(t,e,u,i,a),e!==void 0&&(b.type(t,e,u,i,a),b.range(t,e,u,i,a))}n(i)}function Us(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(O(e)&&!t.required)return n();b.required(t,e,u,i,a),e!==void 0&&b.type(t,e,u,i,a)}n(i)}function Ts(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(O(e)&&!t.required)return n();b.required(t,e,u,i,a),O(e)||b.type(t,e,u,i,a)}n(i)}function Hs(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(O(e)&&!t.required)return n();b.required(t,e,u,i,a),e!==void 0&&(b.type(t,e,u,i,a),b.range(t,e,u,i,a))}n(i)}function xs(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(O(e)&&!t.required)return n();b.required(t,e,u,i,a),e!==void 0&&(b.type(t,e,u,i,a),b.range(t,e,u,i,a))}n(i)}function Ws(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(e==null&&!t.required)return n();b.required(t,e,u,i,a,"array"),e!=null&&(b.type(t,e,u,i,a),b.range(t,e,u,i,a))}n(i)}function ks(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(O(e)&&!t.required)return n();b.required(t,e,u,i,a),e!==void 0&&b.type(t,e,u,i,a)}n(i)}var Ks="enum";function zs(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(O(e)&&!t.required)return n();b.required(t,e,u,i,a),e!==void 0&&b[Ks](t,e,u,i,a)}n(i)}function Gs(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(O(e,"string")&&!t.required)return n();b.required(t,e,u,i,a),O(e,"string")||b.pattern(t,e,u,i,a)}n(i)}function Js(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(O(e,"date")&&!t.required)return n();if(b.required(t,e,u,i,a),!O(e,"date")){var o;e instanceof Date?o=e:o=new Date(e),b.type(t,o,u,i,a),o&&b.range(t,o.getTime(),u,i,a)}}n(i)}function Xs(t,e,n,u,a){var i=[],r=Array.isArray(e)?"array":typeof e;b.required(t,e,u,i,a,r),n(i)}function ot(t,e,n,u,a){var i=t.type,r=[],o=t.required||!t.required&&u.hasOwnProperty(t.field);if(o){if(O(e,i)&&!t.required)return n();b.required(t,e,u,r,a,i),O(e,i)||b.type(t,e,u,r,a)}n(r)}function Zs(t,e,n,u,a){var i=[],r=t.required||!t.required&&u.hasOwnProperty(t.field);if(r){if(O(e)&&!t.required)return n();b.required(t,e,u,i,a)}n(i)}var ye={string:Ns,method:js,number:_s,boolean:Us,regexp:Ts,integer:Hs,float:xs,array:Ws,object:ks,enum:zs,pattern:Gs,date:Js,url:ot,hex:ot,email:ot,required:Xs,any:Zs};function ct(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var e=JSON.parse(JSON.stringify(this));return e.clone=this.clone,e}}}var dt=ct();function p(t){this.rules=null,this._messages=dt,this.define(t)}p.prototype={messages:function(e){return e&&(this._messages=un(ct(),e)),this._messages},define:function(e){if(!e)throw new Error("Cannot configure a schema with no rules");if(typeof e!="object"||Array.isArray(e))throw new Error("Rules must be an object");this.rules={};var n,u;for(n in e)e.hasOwnProperty(n)&&(u=e[n],this.rules[n]=Array.isArray(u)?u:[u])},validate:function(e,n,u){var a=this;n===void 0&&(n={}),u===void 0&&(u=function(){});var i=e,r=n,o=u;if(typeof r=="function"&&(o=r,r={}),!this.rules||Object.keys(this.rules).length===0)return o&&o(),Promise.resolve();function h(C){var D,l=[],g={};function y(R){if(Array.isArray(R)){var S;l=(S=l).concat.apply(S,R)}else l.push(R)}for(D=0;D<C.length;D++)y(C[D]);l.length?g=st(l):(l=null,g=null),o(l,g)}if(r.messages){var m=this.messages();m===dt&&(m=ct()),un(m,r.messages),r.messages=m}else r.messages=this.messages();var A,B,M={},$=r.keys||Object.keys(this.rules);$.forEach(function(C){A=a.rules[C],B=i[C],A.forEach(function(D){var l=D;typeof l.transform=="function"&&(i===e&&(i=J({},i)),B=i[C]=l.transform(B)),typeof l=="function"?l={validator:l}:l=J({},l),l.validator=a.getValidationMethod(l),l.field=C,l.fullField=l.fullField||C,l.type=a.getType(l),!!l.validator&&(M[C]=M[C]||[],M[C].push({rule:l,value:B,source:i,field:C}))})});var L={};return Ls(M,r,function(C,D){var l=C.rule,g=(l.type==="object"||l.type==="array")&&(typeof l.fields=="object"||typeof l.defaultField=="object");g=g&&(l.required||!l.required&&C.value),l.field=C.field;function y(T,w){return J(J({},w),{},{fullField:l.fullField+"."+T})}function R(T){T===void 0&&(T=[]);var w=T;if(Array.isArray(w)||(w=[w]),!r.suppressWarning&&w.length&&p.warning("async-validator:",w),w.length&&l.message!==void 0&&(w=[].concat(l.message)),w=w.map(nn(l)),r.first&&w.length)return L[l.field]=1,D(w);if(!g)D(w);else{if(l.required&&!C.value)return l.message!==void 0?w=[].concat(l.message).map(nn(l)):r.error&&(w=[r.error(l,K(r.messages.required,l.field))]),D(w);var _={};if(l.defaultField)for(var Q in C.value)C.value.hasOwnProperty(Q)&&(_[Q]=l.defaultField);_=J(J({},_),C.rule.fields);for(var Y in _)if(_.hasOwnProperty(Y)){var se=Array.isArray(_[Y])?_[Y]:[_[Y]];_[Y]=se.map(y.bind(null,Y))}var Ve=new p(_);Ve.messages(r.messages),C.rule.options&&(C.rule.options.messages=r.messages,C.rule.options.error=r.error),Ve.validate(C.value,C.rule.options||r,function(le){var te=[];w&&w.length&&te.push.apply(te,w),le&&le.length&&te.push.apply(te,le),D(te.length?te:null)})}}var S;l.asyncValidator?S=l.asyncValidator(l,C.value,R,C.source,r):l.validator&&(S=l.validator(l,C.value,R,C.source,r),S===!0?R():S===!1?R(l.message||l.field+" fails"):S instanceof Array?R(S):S instanceof Error&&R(S.message)),S&&S.then&&S.then(function(){return R()},function(T){return R(T)})},function(C){h(C)})},getType:function(e){if(e.type===void 0&&e.pattern instanceof RegExp&&(e.type="pattern"),typeof e.validator!="function"&&e.type&&!ye.hasOwnProperty(e.type))throw new Error(K("Unknown rule type %s",e.type));return e.type||"string"},getValidationMethod:function(e){if(typeof e.validator=="function")return e.validator;var n=Object.keys(e),u=n.indexOf("message");return u!==-1&&n.splice(u,1),n.length===1&&n[0]==="required"?ye.required:ye[this.getType(e)]||!1}},p.register=function(e,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");ye[e]=n},p.warning=pt,p.messages=dt,p.validators=ye;const Qs={required:"%s \u5FC5\u586B",maxLength:"%s \u8D85\u51FA\u6700\u5927\u957F\u5EA6\u9650\u5236",minLength:"%s \u5C0F\u4E8E\u6700\u5C0F\u957F\u5EA6\u9650\u5236",string:{range:"%s \u4E0D\u5728\u6307\u5B9A\u957F\u5EA6\u5185"}};function rn(t,e={}){const n=new p(t);return n.messages(Object.assign(Qs,e)),n}const sn=new Jr;class U{constructor(e){var A,B,M,$;this.setting=[],this.eventKeys=[],this.customEvents=[],this.parent=null,this.updateSetting=on,this.removeSetting=ln,this.addSetting=Ys,this.replaceSetting=ps,this._callControlHooks("preInstance",e);const{controlName:n,controlIcon:u,controlType:a,controlFieldType:i,controlEventKeys:r,controlCustomEvents:o,name:h,setting:m}=new.target;n&&u&&a||Ot(`The ${h} controlName,controlIcon,controlType is not define`),this.id=(A=e==null?void 0:e.id)!=null?A:ne(10),this.name=n,this.icon=u,this.type=(B=e==null?void 0:e.type)!=null?B:a,this.props=new Z(e==null?void 0:e.props,new.target.controlName),this.controlType=(M=e==null?void 0:e.controlType)!=null?M:"base",this.setting=ue(m),this.fieldType=($=e==null?void 0:e.fieldType)!=null?$:i,this.eventKeys=ue(r),this.customEvents=ue(o),Promise.resolve().then(()=>{this._callControlHooks("postInstance",e)})}get rules(){const e=this.props.constructor.Rules;return e?new e(this.props):{}}_callControlHooks(...e){const[n,...u]=e;return sn.emit(n,this,...u)}preUpdate(e,n){this._callControlHooks("preUpdateProps",e,n)}postUpdate(e,n){this._callControlHooks("postUpdateProps",e,n)}updateProps(e,n){this.preUpdate(e,n),qr(this.props,e,n),this.postUpdate(e,n)}preValidate(){return Fe(this,null,function*(){const e=oe({},this.rules),n=yield this._callControlHooks("preValidate",e),u=n[n.length-1];return u===!1?void 0:u})}validate(e,n){return Fe(this,null,function*(){const u=yield this.preValidate(),a=u!==void 0?u:oe({},this.rules);Array.isArray(n)&&n.forEach(r=>{a.hasOwnProperty(r)&&delete a[r]});const i=rn(a,e);try{return yield i.validate(this.props),!0}catch(r){throw r.control||(r.control=this),r}})}toDataBindModel(e=null){const n=this.fieldType,u=this.id,a=this.type,{dataBind:i,datasourceBind:r,optionConfig:o,caption:h,required:m,maxLength:A,options:B,encrypted:M,encryptedMode:$}=this.props;if(!n&&!i&&!r)return;const L={parentId:e,fieldType:n,controlId:u,caption:h,type:a,props:{}};switch(i&&(L.dataBind=i),o){case"datasource":case void 0:r&&(L.datasourceBind=r);break;case"custom":L.props.options=B;break}return m!==void 0&&(L.required=m),A!==void 0&&(L.maxLength=A),M!==void 0&&(L.encrypted=M),$!==void 0&&(L.encryptedMode=$),L}preToSchema(){this._callControlHooks("preToSchema",this)}toSchema(){return this.preToSchema(),{id:this.id,type:this.type,props:ue(this.props),fieldType:this.fieldType,controlType:this.controlType}}static updateBasicControl(e,n){e==="setting"&&(n.add&&this.setting.push(...n.add),n.remove&&this.removeSettingItem(n.remove),n.update)}}U.controlName="\u63A7\u4EF6",U.controlIcon="icon",U.controlType="control",U.controlEventKeys=[],U.controlCustomEvents=[],U.setting=[],U.__is_control__=!0,U.removeSettingItem=ln,U.updateSettingItem=on;function ln(t){(Array.isArray(t)?t:[t]).forEach(n=>{var i,r,o;const u=typeof n!="string";if(!Array.isArray(this.setting))return;const a=(i=this.setting)==null?void 0:i.findIndex(h=>h.key===(u?n.key:n));a!==-1&&(u?this.setting[a].showItems=(r=this.setting[a].showItems)==null?void 0:r.filter(h=>!n.hideItems.includes(h)):this.setting.splice(a,1),u&&!((o=this.setting[a].showItems)==null?void 0:o.length)&&this.setting.splice(a,1))})}function on(t,e){(typeof t=="string"?[t]:t).forEach(u=>{var i;if(!Array.isArray(this.setting))return;const a=this.setting.find(r=>r.key===u);a&&(typeof e=="boolean"?a.visible=e:typeof e=="object"&&(((i=e.type)!=null?i:"replace")==="replace"?a.showItems=e.showItems:a.showItems.push(...e.showItems)))})}function Ys(t){const e=Object.prototype.toString.call(t)==="[object Object]"?[t]:t;this.setting.push(...e)}function ps(t){this.setting=t}class ee{constructor(e){var r,o,h,m,A;this.customEvents=[],this.parent=null;const{controlType:n,controlFieldType:u,name:a,controlCustomEvents:i}=new.target;n||Ot(`The ${a} controlType is not define`),this.id=(r=e==null?void 0:e.id)!=null?r:ne(10),this.type=(o=e==null?void 0:e.type)!=null?o:n,this.props=new Z(e==null?void 0:e.props),this.customEvents=i,this.controlType=(h=e==null?void 0:e.controlType)!=null?h:"base",this.fieldType=(m=e==null?void 0:e.fieldType)!=null?m:u,this.pageStatus=(A=e==null?void 0:e.pageStatus)!=null?A:ut.UNKNOWN}get rules(){const e=this.props.constructor.RuntimeRules;if(e){const n=new e(this.props);return Array.from(n)}return[]}}ee.controlType="control",ee.__is_control__=!0,ee.controlCustomEvents=[];function ft(t){t.hasOwnProperty("optionConfig")||(this.optionConfig={type:"any"}),t.hasOwnProperty("options")||(this.options={type:"any"}),t.hasOwnProperty("datasourceBind")||(this.datasourceBind={type:"any"}),t.hasOwnProperty("options")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="custom")?this.options=[{type:"array",message:E.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{label:{type:"string",required:!0,message:E.getMessage("pleaseEnterLabel")},value:{type:"string",required:!0,message:E.getMessage("pleaseEnterValue")}}}},{type:"array",validator(e,n,u){n.length===0&&u(E.getMessage("optionIsRequired")),u()}},{type:"array",validator(e,n,u){const a=n.map(r=>r.value),i=Tr(a);a.length!==i.length?u(E.getMessage("optionIdIsRepeat")):u()},message:E.getMessage("optionIdIsRepeat")}]:t.hasOwnProperty("datasourceBind")&&(!t.hasOwnProperty("optionConfig")||t.hasOwnProperty("optionConfig")&&t.optionConfig==="datasource")&&(this.datasourceBind=[{type:"object",message:E.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:E.getMessage("pleaseEnterDataCode")},valueFieldCode:{type:"string",required:!0,message:E.getMessage("pleaseEnterValueFieldCode")},svcCode:{type:"string",required:!0,message:E.getMessage("pleaseEnterSvcCode")},displayBoList:[{type:"array",message:E.getMessage("isNotArray")},{type:"array",validator(e,n,u){n.length===0&&u(E.getMessage("pleaseBindAtLeastOneDisplayValue")),u()},message:E.getMessage("pleaseBindAtLeastOneDisplayValue")}],orders:[{type:"array",message:E.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:E.getMessage("pleaseEnterFieldCode")},desc:{type:"boolean",message:E.getMessage("isNotBoolean")}}}}]}}])}function el(t,e,n=!1){this.datasourceBind=[{type:"object",message:E.getMessage("isNotObject")},{type:"object",fields:{dataCode:{type:"string",required:!0,message:E.getMessage(n?"pleaseEnterDataCodeInDataSetting":"pleaseEnterDataCode")},valueFieldCode:{type:"string",required:!0,message:E.getMessage(n?"pleaseEnterValueFieldCodeInDataSetting":"pleaseEnterValueFieldCode")},svcCode:{type:"string",required:!0,message:E.getMessage(n?"pleaseEnterSvcCodeInDataSetting":"pleaseEnterSvcCode")},attributes:[{type:"array",message:E.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{name:{type:"string",required:!0,message:E.getMessage("isNotString")},key:{type:"string",required:!0,message:E.getMessage("isNotString")},value:[{type:"array",message:E.getMessage("isNotArray")},{type:"array",validator(u,a,i){a.length===0&&i(E.getMessage(n?"pleaseBindAtLeastOneDisplayValueInDataSetting":"pleaseBindAtLeastOneDisplayValue")),i()},message:E.getMessage(n?"pleaseBindAtLeastOneDisplayValueInDataSetting":"pleaseBindAtLeastOneDisplayValue")}]}}}],orders:[{type:"array",message:E.getMessage("isNotArray")},{type:"array",defaultField:{type:"object",fields:{columnName:{type:"string",required:!0,message:E.getMessage("pleaseEnterFieldCode")},desc:{type:"boolean",message:E.getMessage("isNotBoolean")}}}}]}}]}function cn(t){return(t==null?void 0:t.dataCode)!==void 0&&(t==null?void 0:t.fieldCode)!==void 0}class ht extends $e{constructor(e){super(e);this.dataBind={},this.caption={type:"string",required:!0,message:E.getMessage("pleaseEnterCaption")},this.isHideCaption={type:"boolean"},this.labelPosition={type:"enum",enum:["top","left"]},this.defaultState={type:"enum",enum:["default","readonly"]},this.required={type:"boolean"},this.captionTip={type:"string",required:!1,message:E.getMessage("pleaseEnterCaptionTip")};const n={fieldCode:{type:"string",required:!0,message:E.getMessage("pleaseEnterFieldCode")},dataCode:{type:"string",required:!0,message:E.getMessage("pleaseEnterFieldCode")}};if(cn(e.dataBind))this.dataBind={type:"object",required:!0,fields:ue(n),message:E.getMessage("pleaseEnterFieldCode")};else{let u={type:"object",required:!0,fields:{},message:E.getMessage("pleaseEnterFieldCode")};Object.keys(e.dataBind).forEach(a=>{u.fields[a]={type:"object",required:!0,fields:ue(n),message:E.getMessage("pleaseEnterFieldCode")}}),this.dataBind=u}e.isShowCaptionTip&&(this.captionTip.required=!0)}}class dn extends at{constructor(e){super(e);this.push({type:"string",required:e.isHide?!1:e.required,message:e.requiredMessage!==""?e.requiredMessage:E.getMessage("runtimeRequired",{caption:e.caption})})}}class ve extends Z{constructor(e){super(e);var n,u,a,i,r,o,h,m,A,B;this.caption=(n=e==null?void 0:e.caption)!=null?n:"",this.isHideCaption=(u=e==null?void 0:e.isHideCaption)!=null?u:!1,this.isShowCaptionTip=(a=e==null?void 0:e.isShowCaptionTip)!=null?a:!1,this.captionTip=(i=e==null?void 0:e.captionTip)!=null?i:"",this.defaultState=(r=e==null?void 0:e.defaultState)!=null?r:"default",this.labelPosition=(o=e==null?void 0:e.labelPosition)!=null?o:"top",this.placeholder=(h=e==null?void 0:e.placeholder)!=null?h:"",this.required=(m=e==null?void 0:e.required)!=null?m:!1,this.requiredMessage=(A=e==null?void 0:e.requiredMessage)!=null?A:"",this.dataBind=new G(e==null?void 0:e.dataBind),this.defaultValue=(B=e==null?void 0:e.defaultValue)!=null?B:""}}ve.Rules=ht,ve.RuntimeRules=dn;class tl extends ht{constructor(e){super(e);this.optionConfig={type:"enum",enum:["custom","datasource"],message:E.getMessage("PleaseSelectTheCorrectOptionSettings")},this.options=[{type:"array",message:E.getMessage("isNotArray")}],this.datasourceBind=[{type:"object",message:E.getMessage("isNotObject")}],ft.call(this,e)}}class fn extends U{constructor(e){super(e);this.controlType="form",this.props=new ve(e==null?void 0:e.props)}}fn.controlEventKeys=["on_change","on_focus","on_blur"];class nl extends ee{constructor(e){super(e);this.controlType="form",this.props=new ve(e==null?void 0:e.props)}}class Ee extends Z{constructor(e){super(e)}}function hn(t,e){var n;((n=Object.getOwnPropertyDescriptors(t)[e])==null?void 0:n.enumerable)&&Object.defineProperty(t,e,{enumerable:!1})}function mt(t,e){t.parent=e,hn(t,"parent")}function mn(t,e){t.forEach(n=>{mt(n,e)})}const gn=Symbol("targetKey");function yn(t){var e;return(e=t[gn])!=null?e:t}function vn(t,e){return mn(t,e),new Proxy(t,{get(n,u,...a){return u===gn?n:Reflect.get(n,u,...a)},set(n,u,a,...i){if(Ur(t)&&u==="length"&&a===t.length)return!0;const r=Reflect.set(n,u,a,...i);return _r(a)&&mt(a,e),r}})}function Ce(t,e,n,u){const a=u!=null?u:t;let i=vn(yn(n!=null?n:[]),a);Object.defineProperty(t,e,{get(){return i},set(r){i=vn(yn(r),a)},enumerable:!0})}const ul=1e4;class Be extends U{constructor(e){super(e);this.controlType="layout";const{excludes:n,childrenMaxLength:u}=new.target;this.props=new Ee(e==null?void 0:e.props),Ce(this,"children",e==null?void 0:e.children),this.excludes=ue(n),this.childrenMaxLength=u}judgeExcludesChildren(e){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(e)}judgeJoinChildren(e){const n=this.judgeExcludesChildren(e);return n&&this.childrenMaxLength>this.children.length}validate(e,n){var u=a=>super[a];return Fe(this,null,function*(){return yield u("validate").call(this,e,n),yield Promise.all(this.children.map(i=>i.validate(e,n))),!0})}toDataBindModel(e=null){const n=super.toDataBindModel(),u=n?[n]:[];return this.children.reduce((a,i)=>{const r=i.toDataBindModel(e);if(Array.isArray(r)){const o=r.filter(h=>!!h);return[...a,...o]}return r&&a.push(r),a},u)}toSchema(){const e=super.toSchema(),n=this.children.map(u=>u.toSchema());return Ne(oe({},e),{children:n})}}Be.excludes=!1,Be.childrenMaxLength=ul;class gt extends ee{constructor(e){super(e);this.controlType="layout",this.props=new Ee(e==null?void 0:e.props),Ce(this,"children",e==null?void 0:e.children)}}class yt extends Z{constructor(e,n){super(n);Ce(this,"headers",n==null?void 0:n.headers,e)}}class En extends U{constructor(e){super(e);this.controlType="list",this.props=new yt(this,e==null?void 0:e.props)}validate(e,n){var u=a=>super[a];return Fe(this,null,function*(){return yield u("validate").call(this,e),yield Promise.all(this.props.headers.map(i=>i.validate(e,n))),!0})}toDataBindModel(){const e=super.toDataBindModel(),n=e?[e]:[],u=this.id;return this.props.headers.reduce((a,i)=>{const r=i.toDataBindModel(u);if(Array.isArray(r)){const o=r.filter(h=>!!h);return[...a,...o]}return r&&a.push(r),a},n)}toSchema(){var a,i;const e=super.toSchema(),n=this.props.headers.map(r=>r.toSchema()),u=(i=(a=this.props)==null?void 0:a.footers)==null?void 0:i.map(r=>{if(r)return r.toSchema()});return Ne(oe({},e),{props:Ne(oe({},this.props),{headers:n,footers:u})})}}En.controlFieldType=q.LIST;class al extends ee{constructor(e){super(e);this.controlType="list",this.props=new yt(this,e==null?void 0:e.props),Ce(this,"children",e==null?void 0:e.children)}get length(){return this.children.length}}class vt extends $e{constructor(e){super(e);this.caption={type:"string",required:!0,message:E.getMessage("pleaseEnterCaption")},this.width={type:"number",required:!1,message:E.getMessage("pleaseEnterColumnWidth")},this.width.required=e.widthType==="px"}}class qe extends Z{constructor(e){super(e);var n,u,a,i,r;this.width=(n=e==null?void 0:e.width)!=null?n:150,this.widthType=(e==null?void 0:e.widthType)||"auto",this.caption=(u=e==null?void 0:e.caption)!=null?u:"",this.fixed=(a=e==null?void 0:e.fixed)!=null?a:"none",this.autoWidth=new Xe(e==null?void 0:e.autoWidth),this.dataBind=new G(e==null?void 0:e.dataBind),this.sort=(i=e==null?void 0:e.sort)!=null?i:!0,this.align=e==null?void 0:e.align,this.colSpan=e==null?void 0:e.colSpan,this.autoHeight=(r=e==null?void 0:e.autoHeight)!=null?r:!1}}qe.Rules=vt;class il extends vt{constructor(e){super(e);this.optionConfig={type:"enum",enum:["custom","datasource","none"],message:E.getMessage("PleaseSelectTheCorrectOptionSettings")},this.options=[{type:"array",message:E.getMessage("isNotArray")}],this.datasourceBind=[{type:"object",message:E.getMessage("isNotObject")}],ft.call(this,e)}}class rl extends U{constructor(e){super(e);this.controlType="column",this.props=new qe(e==null?void 0:e.props)}}class sl extends ee{constructor(e){super(e);this.controlType="column",this.props=new qe(e==null?void 0:e.props)}}class Et extends Ee{constructor(e){super(e);this.dataBind=new G(e==null?void 0:e.dataBind)}}class ll extends Be{constructor(e){super(e);this.controlType="search",this.props=new Et(e==null?void 0:e.props)}}class ol extends gt{constructor(e){super(e);this.controlType="search",this.props=new Et(e==null?void 0:e.props)}}class Ct extends Ee{constructor(e){super(e)}}class cl extends Be{constructor(e){super(e);this.controlType="wrap",this.props=new Ct(e==null?void 0:e.props)}}class dl extends gt{constructor(e){super(e);this.controlType="wrap",this.props=new Ct(e==null?void 0:e.props)}}function fl(t){t.hasOwnProperty("linkOperationOption")&&t.hasOwnProperty("showLinkOperation")&&t.showLinkOperation&&(this.linkOperationOption=[{type:"object",fields:{formKey:{type:"string",required:!0,message:E.getMessage("pleaseEnterForm")}}}])}s.AMOUNT_TYPE=nt,s.AddressValue=ys,s.AmountDataBind=fs,s.AmountValue=hs,s.AutoWidth=Xe,s.BaseControlProperty=ve,s.BaseControlPropertyRules=ht,s.BaseControlPropertyRuntimeRules=dn,s.BaseStyle=Yt,s.COMMON_SETTING_TYPE=Qt,s.CalcDataBind=vs,s.CalcValue=Es,s.ColumnControlProperty=qe,s.ColumnControlPropertyRules=vt,s.ColumnOptionAndDataSourcePropertyRules=il,s.CustomAttributeItem=et,s.CustomPermissionItem=As,s.DataBind=G,s.DataSourceBind=Me,s.DataSourceDataSetValue=Gt,s.DataSourceOrderItem=Ye,s.DataSourceParamItem=ts,s.DataStorageDoc=Zr,s.DesignerColumnControl=rl,s.DesignerControl=U,s.DesignerFormControl=fn,s.DesignerLayoutControl=Be,s.DesignerListControl=En,s.DesignerSearchControl=ll,s.DesignerWrapControl=cl,s.DisplayBoListItem=Qe,s.FieldBindItem=Wt,s.FieldFilterCondition=Re,s.FieldFilterConditions=me,s.FillBackBind=ss,s.FillPayloadBind=rs,s.FormBind=Ie,s.FormSelectBind=Qr,s.ImageOptionSetting=Zt,s.JoinRelation=es,s.Language=ls,s.LayoutControlProperty=Ee,s.LeftVariable=Kt,s.LinkOperationOption=us,s.ListBind=Yr,s.ListControlProperty=yt,s.MetaAutoWidth=Xr,s.MetaWidth=we,s.MultistageFillingItem=zt,s.ObjectDataBind=Le,s.OperationItem=Cs,s.OptObject=Fs,s.OptionAndDataSourcePropertyRules=tl,s.OptionSetting=tt,s.OrganizationDataSourceBind=as,s.PAGE_STATUS=ut,s.Property=Z,s.PropertyRules=$e,s.PropertyRuntimeRules=at,s.RangeDataBind=ms,s.RangeDateValue=gs,s.RegisterControls=Se,s.RegularRules=os,s.RightVariable=Ze,s.RuntimeColumnControl=sl,s.RuntimeControl=ee,s.RuntimeFormControl=nl,s.RuntimeLayoutControl=gt,s.RuntimeListControl=al,s.RuntimeSearchControl=ol,s.RuntimeWrapControl=dl,s.SearchControlProperty=Et,s.SelectedContentConfig=ns,s.SubListItem=kt,s.SubListPageConfig=pr,s.SuperDataSourceBind=Jt,s.TreeDataSourceBind=is,s.ViewOperationItem=Bs,s.WrapControlProperty=Ct,s.controlHooksEmitter=sn,s.createValidator=rn,s.defineArrayParent=mn,s.defineControlArrayToProperty=Ce,s.defineParent=mt,s.initImageOptions=ds,s.initLinkOperationRules=fl,s.initOptionAndDataSourceRules=ft,s.initOptions=cs,s.initSuperDataSourceRules=el,s.isDataBind=cn,s.setPropertyDontEnum=hn,Object.defineProperty(s,"__esModule",{value:!0})});
@@ -38,6 +38,8 @@ declare class Control {
38
38
  toSchema(): BaseControlSchema<ControlsKeys, Property>;
39
39
  updateSetting: typeof updateSetting;
40
40
  removeSetting: typeof removeSetting;
41
+ addSetting: typeof addSetting;
42
+ replaceSetting: typeof replaceSetting;
41
43
  static updateBasicControl(key: 'setting', setting: {
42
44
  add?: SettingOption[];
43
45
  remove?: string[];
@@ -60,3 +62,5 @@ interface UpdateSettingOption {
60
62
  }
61
63
  declare function updateSetting(settingKey: string | string[], value: boolean): void;
62
64
  declare function updateSetting(settingKey: string, value: boolean | UpdateSettingOption): void;
65
+ declare function addSetting(setting: SettingOption[] | SettingOption): void;
66
+ declare function replaceSetting(setting: SettingOption[]): void;
@@ -4,6 +4,7 @@ import { DesignerListControl } from './designer';
4
4
  import { RuntimeListControl } from './runtime';
5
5
  declare class ListControlProperty<Mode extends MODE | 'Schema', Control extends object = Mode extends 'Runtime' ? RuntimeControl : Mode extends 'Designer' ? DesignerControl : BaseControlSchema<ControlsKeys, any>> extends Property {
6
6
  headers: Control[];
7
+ footers?: Control[];
7
8
  constructor(parent: DesignerListControl | RuntimeListControl, props?: Partial<ListControlProperty<Mode> & {
8
9
  headers: Control[];
9
10
  }>);
@@ -7,7 +7,7 @@ declare const messages: {
7
7
  range: string;
8
8
  };
9
9
  };
10
- type Messages = Partial<typeof messages>;
10
+ declare type Messages = Partial<typeof messages>;
11
11
  declare function createValidator(rules: Rules, newMessages?: Messages): Schema & {
12
12
  messages: (messages: Messages) => Messages;
13
13
  };
@@ -1,4 +1,4 @@
1
1
  import { Watcher } from '@byteluck-fe/model-driven-shared';
2
- type EmitterKeys = 'preInstance' | 'postInstance' | 'preUpdateProps' | 'postUpdateProps' | 'preValidate' | 'preToSchema';
2
+ declare type EmitterKeys = 'preInstance' | 'postInstance' | 'preUpdateProps' | 'postUpdateProps' | 'preValidate' | 'preToSchema';
3
3
  declare const controlHooksEmitter: Watcher<EmitterKeys>;
4
4
  export { controlHooksEmitter };
@@ -595,7 +595,7 @@ export declare class RangeDataBind extends ObjectDataBind {
595
595
  * 结束日期字段绑定项
596
596
  */
597
597
  max: DataBind;
598
- constructor(props?: Partial<AmountDataBind>);
598
+ constructor(props?: Partial<RangeDataBind>);
599
599
  }
600
600
  /**
601
601
  * 日期区间值
@@ -750,7 +750,8 @@ export declare enum COMMON_SETTING_TYPE {
750
750
  ENCRYPTED = "encrypted",
751
751
  IS_INLINE_EDIT = "isInlineEdit",
752
752
  REVISIONS_MODE = "revisionsMode",
753
- ALLOW_COPY_OPTIONS = "allowCopyOptions"
753
+ ALLOW_COPY_OPTIONS = "allowCopyOptions",
754
+ IS_PASTE = "isPaste"
754
755
  }
755
756
  export declare enum PAGE_STATUS {
756
757
  UNKNOWN = 0,
@@ -0,0 +1,2 @@
1
+ import { DataBind, ObjectDataBind } from "framework";
2
+ export declare function isDataBind(dataBind: DataBind | ObjectDataBind): boolean;
@@ -1,3 +1,4 @@
1
1
  export * from './common';
2
2
  export * from './framework';
3
3
  export * from './type';
4
+ export * from './framework/isDataBind';