@byteluck-fe/model-driven-driven 2.6.0-alpha.12 → 2.6.0-alpha.16

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