@byteluck-fe/model-driven-driven 2.6.0-alpha.11 → 2.6.0-alpha.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/Store.js +5 -11
- package/dist/index.umd.js +3 -3
- package/package.json +6 -6
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 {
|
|
78
|
+
import { isDataBind } from '@byteluck-fe/model-driven-core';
|
|
86
79
|
import { hasChildrenControl, hasHeaderControl } from './designerUtils';
|
|
87
|
-
import { Group } from '@byteluck-fe/model-driven-settings';
|
|
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
|
|
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 (
|
|
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) {
|
package/dist/index.umd.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var Oi=Object.defineProperty;var yt=Object.getOwnPropertySymbols;var Pi=Object.prototype.hasOwnProperty,Ti=Object.prototype.propertyIsEnumerable;var gt=(h,B,A)=>B in h?Oi(h,B,{enumerable:!0,configurable:!0,writable:!0,value:A}):h[B]=A,L=(h,B)=>{for(var A in B||(B={}))Pi.call(B,A)&>(h,A,B[A]);if(yt)for(var A of yt(B))Ti.call(B,A)&>(h,A,B[A]);return h};var Te=(h,B,A)=>new Promise((z,G)=>{var se=R=>{try{O(A.next(R))}catch(P){G(P)}},le=R=>{try{O(A.throw(R))}catch(P){G(P)}},O=R=>R.done?z(R.value):Promise.resolve(R.value).then(se,le);O((A=A.apply(h,B)).next())});(function(h,B){typeof exports=="object"&&typeof module!="undefined"?B(exports,require("regenerator-runtime")):typeof define=="function"&&define.amd?define(["exports","regenerator-runtime"],B):(h=typeof globalThis!="undefined"?globalThis:h||self,B(h.modelDrivenDriven={},h.regeneratorRuntime))})(this,function(h,B){"use strict";function A(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var z=A(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",O="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",R="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",P="{caption}\u5FC5\u586B",mt="\u8BF7\u8F93\u5165\u6807\u9898",Bt="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",At="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",It="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Ct="\u8BF7\u7ED1\u5B9A\u8868\u5355",Ft="\u8BF7\u7ED1\u5B9A\u5217\u8868",St="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",bt="\u8BF7\u8F93\u5165\u663E\u793A\u503C",_t="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",Dt="\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",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",Pt="\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",hn="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",dn="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",vn="\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",yn="\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",An="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",In="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Cn="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Fn="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Sn="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",bn="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",_n={isNotNumber:G,isNotString:se,isNotObject:le,isNotArray:O,isNotBoolean:R,runtimeRequired:P,pleaseEnterCaption:mt,pleaseEnterCaptionTip:Bt,pleaseEnterPlaceholder:At,pleaseEnterFieldCode:It,pleaseEnterForm:Ct,pleaseEnterList:Ft,pleaseEnterProcess:St,pleaseEnterLabel:bt,pleaseEnterValue:_t,bizKeyNotBindFiled:Dt,pleaseSelectOneField:Rt,pleaseEnterNumberRange:wt,pleaseEnterAValueGreaterThanMin:$t,pleaseEnterAValueLessThanMax:Mt,numberRangeSetError:Lt,stringRangeError:Ot,attachmentMaxSize:Pt,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:hn,pleaseEnterButtonContent:dn,pleaseEnterDataCodeInDataSetting:vn,pleaseEnterValueFieldCodeInDataSetting:En,pleaseEnterSvcCodeInDataSetting:yn,pleaseBindAtLeastOneDisplayValueInDataSetting:gn,rootNodeIsRequiredInDataSetting:mn,pleaseEnterMaxHeight:Bn,pleaseEnter:An,pleaseEnterWatermark:In,pleaseEnterFileName:Cn,pleaseUploadAtLeastOnePrintTemplate:Fn,pleaseAssignBusiness:Sn,pleaseAssignExternal:bn},Dn="Please enter a number",Rn="Please enter a string",wn="Please enter an object",$n="Please enter an array",Mn="Please enter a boolean",Ln="{caption} Required",On="Please enter the title",Pn="Please enter the bubble prompt",Tn="Please enter the prompt text",jn="Please bind data items",Un="Please bind the form",kn="Please bind the list",xn="Please bind the process",Nn="Please enter the displayed value",Vn="Please enter the stored value",Hn="The document number is not bound to the data item",Wn="Please select at least one display field",zn="Please enter a value greater than or equal to {min} and less than or equal to {max}",Gn="Please enter a value greater than or equal to {min}",qn="Please enter a value less than or equal to {max}",Kn="The value range is set incorrectly",Xn="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Jn="The attachment size must be between 0MB and 1000MB",Qn="Please fill in the total score setting",Zn="The total score cannot be less than 1",Yn="The default value must be between {min} and {max}",er="The number of attachments uploaded must be between {min} and {max}",tr="Please re-select the optional quantity",nr="The maximum length of the control must be greater than the minimum length",rr="The minimum length of the control must be less than the maximum length",ur="Please select the correct option setting",ar="Option ID cannot be repeated",or="Please enter at least one option",ir="Please bind the data source",sr="Please bind the stored value",lr="Please bind the service",cr="At least one display value must be bound",fr="Please select a province",pr="Please select a city",hr="Please select a district",dr="The minimum number of lines to fill in cannot be less than 0",vr="The number of rows cannot be less than {min} rows",Er="Please enter the column width",yr="Please set the logical relationship of all rule conditions",gr="Please complete all rules and conditions",mr="please select control",Br="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Ar="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ir="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Cr="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Fr="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Sr="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",br="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",_r="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Dr="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Rr="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",wr="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",$r="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Mr="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Lr="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",Or="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Pr="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Tr="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",jr="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Ur={isNotNumber:Dn,isNotString:Rn,isNotObject:wn,isNotArray:$n,isNotBoolean:Mn,runtimeRequired:Ln,pleaseEnterCaption:On,pleaseEnterCaptionTip:Pn,pleaseEnterPlaceholder:Tn,pleaseEnterFieldCode:jn,pleaseEnterForm:Un,pleaseEnterList:kn,pleaseEnterProcess:xn,pleaseEnterLabel:Nn,pleaseEnterValue:Vn,bizKeyNotBindFiled:Hn,pleaseSelectOneField:Wn,pleaseEnterNumberRange:zn,pleaseEnterAValueGreaterThanMin:Gn,pleaseEnterAValueLessThanMax:qn,numberRangeSetError:Kn,stringRangeError:Xn,attachmentMaxSize:Jn,pleaseEnterTotalScoreSetting:Qn,theTotalScoreMustNotBeLessThan1:Zn,scoreDefaultValueRange:Yn,attachmentLimitError:er,PleaseReselectTheOptionalQuantity:tr,TheMaximumLengthIsGreaterThanTheMinimumLength:nr,TheMinimumLengthIsGreaterThanTheMaximumLength:rr,PleaseSelectTheCorrectOptionSettings:ur,optionIdIsRepeat:ar,optionIsRequired:or,pleaseEnterDataCode:ir,pleaseEnterValueFieldCode:sr,pleaseEnterSvcCode:lr,pleaseBindAtLeastOneDisplayValue:cr,pleaseSelectProvince:fr,pleaseSelectCity:pr,pleaseSelectDistrict:hr,limitRowsCannotBeLessThan0:dr,TheNumberOfRowsCannotBeLessThanMinRows:vr,pleaseEnterColumnWidth:Er,pleaseSetTheLogicalRelationshipOfAllRuleConditions:yr,pleaseCompleteAllRulesAndConditions:gr,pleaseSelectControl:mr,pleaseSelectDashboard:Br,theViewNameCannotBeEmpty:Ar,pleaseSelectOcrType:Ir,pleaseSelectAtLeastOneFieldToFillIn:Cr,pleaseChooseAtLeastOne:Fr,pleaseEnterButtonContent:Sr,pleaseEnterDataCodeInDataSetting:br,pleaseEnterValueFieldCodeInDataSetting:_r,pleaseEnterSvcCodeInDataSetting:Dr,pleaseBindAtLeastOneDisplayValueInDataSetting:Rr,rootNodeIsRequiredInDataSetting:wr,pleaseEnterMaxHeight:$r,pleaseEnter:Mr,pleaseEnterWatermark:Lr,pleaseEnterFileName:Or,pleaseUploadAtLeastOnePrintTemplate:Pr,pleaseAssignBusiness:Tr,pleaseAssignExternal:jr},kr="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",xr="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Nr="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Vr="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Hr="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Wr="{caption}\u5FC5\u9808",zr="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Gr="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",qr="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Kr="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Xr="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Jr="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Qr="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Zr="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Yr="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",eu="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",tu="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",nu="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ru="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",uu="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",au="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",ou="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",iu="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",su="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",lu="\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",fu="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",pu="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",hu="\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",du="\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",vu="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Eu="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",yu="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",gu="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",mu="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Bu="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Au="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",Iu="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Cu="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Fu="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Su="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",bu="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",_u="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Du="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Ru="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",wu="please select control",$u="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Mu="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Lu="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Ou="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Pu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Tu="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",ju="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Uu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",ku="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",xu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Nu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Vu="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Hu="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",Wu="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",zu="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Gu="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",qu="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Ku="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Xu={isNotNumber:kr,isNotString:xr,isNotObject:Nr,isNotArray:Vr,isNotBoolean:Hr,runtimeRequired:Wr,pleaseEnterCaption:zr,pleaseEnterCaptionTip:Gr,pleaseEnterPlaceholder:qr,pleaseEnterFieldCode:Kr,pleaseEnterForm:Xr,pleaseEnterList:Jr,pleaseEnterProcess:Qr,pleaseEnterLabel:Zr,pleaseEnterValue:Yr,bizKeyNotBindFiled:eu,pleaseSelectOneField:tu,pleaseEnterNumberRange:nu,pleaseEnterAValueGreaterThanMin:ru,pleaseEnterAValueLessThanMax:uu,numberRangeSetError:au,stringRangeError:ou,attachmentMaxSize:iu,pleaseEnterTotalScoreSetting:su,theTotalScoreMustNotBeLessThan1:lu,scoreDefaultValueRange:cu,attachmentLimitError:fu,PleaseReselectTheOptionalQuantity:pu,TheMaximumLengthIsGreaterThanTheMinimumLength:hu,TheMinimumLengthIsGreaterThanTheMaximumLength:du,PleaseSelectTheCorrectOptionSettings:vu,optionIdIsRepeat:Eu,optionIsRequired:yu,pleaseEnterDataCode:gu,pleaseEnterValueFieldCode:mu,pleaseEnterSvcCode:Bu,pleaseBindAtLeastOneDisplayValue:Au,pleaseSelectProvince:Iu,pleaseSelectCity:Cu,pleaseSelectDistrict:Fu,limitRowsCannotBeLessThan0:Su,TheNumberOfRowsCannotBeLessThanMinRows:bu,pleaseEnterColumnWidth:_u,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Du,pleaseCompleteAllRulesAndConditions:Ru,pleaseSelectControl:wu,pleaseSelectDashboard:$u,theViewNameCannotBeEmpty:Mu,pleaseSelectOcrType:Lu,pleaseSelectAtLeastOneFieldToFillIn:Ou,pleaseChooseAtLeastOne:Pu,pleaseEnterButtonContent:Tu,pleaseEnterDataCodeInDataSetting:ju,pleaseEnterValueFieldCodeInDataSetting:Uu,pleaseEnterSvcCodeInDataSetting:ku,pleaseBindAtLeastOneDisplayValueInDataSetting:xu,rootNodeIsRequiredInDataSetting:Nu,pleaseEnterMaxHeight:Vu,pleaseEnter:Hu,pleaseEnterWatermark:Wu,pleaseEnterFileName:zu,pleaseUploadAtLeastOnePrintTemplate:Gu,pleaseAssignBusiness:qu,pleaseAssignExternal:Ku},Ju={zhCN:_n,enUS:Ur,jaJP:Xu},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 Qu="zh-CN",Zu=function(){};function S(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var C;(function(e){e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search"})(C||(C={}));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,Yu=(F={},S(F,y.ARRAY,s.ARRAY_COLUMN),S(F,y.AUTO_NUMBER,s.AUTO_NUMBER_COLUMN),S(F,y.DECIMAL,s.DECIMAL_COLUMN),S(F,y.DEPARTMENTS,s.DEPARTMENT_COLUMN),S(F,y.FILE,s.FILE_COLUMN),S(F,y.IMAGE,s.IMAGE_COLUMN),S(F,y.ADDRESS,s.LOCATION_COLUMN),S(F,y.EMPLOYEES,s.EMPLOYEE_COLUMN),S(F,y.TEXT,s.TEXT_COLUMN),S(F,y.TIMESCOPE,s.TIMESCOPE_COLUMN),S(F,y.TIMESTAMP,s.TIMESTAMP_COLUMN),S(F,y.VARCHAR,s.VARCHAR_COLUMN),S(F,y.RELATION,s.VARCHAR_COLUMN),F),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",ea=xe+"0123456789";function ta(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",n=0;n<e;n++){var r=n===0?xe:ea,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 na(e){if(Array.isArray(e))return ce(e)}function ra(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ua(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function aa(){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 aa()?q=Reflect.construct:q=function(u,a,o){var i=[null];i.push.apply(i,a);var c=Function.bind.apply(u,i),d=new c;return o&&j(d,o.prototype),d},q.apply(null,arguments)}function T(e){return T=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},T(e)}function oa(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 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 la(){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 ca(e,t){return t&&(fa(t)==="object"||typeof t=="function")?t:ra(e)}function j(e,t){return j=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},j(e,t)}function Ne(e){return na(e)||sa(e)||pa(e)||la()}var fa=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function pa(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 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 ha(){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 da(e){var t=ha();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 ca(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 va(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var He=function(e){oa(n,e);var t=da(n);function n(r){ua(this,n);var u;return u=t.call(this,r),u.name="\u{1F4A5} Driven Error",u.message=r?va(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 Ea(e){pe.error(new He(e))}var ya=Object.prototype.toString;function We(e,t){return ya.call(e)==="[object "+t+"]"}function ga(e){return We(e,"String")}function ma(e){return We(e,"Promise")}var Ba=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();ma(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&&!ga(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 Aa(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 Ia(e,t,n){return t&&ze(e.prototype,t),n&&ze(e,n),e}var Ge=function(){function e(){Aa(this,e)}return Ia(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]:Qu;return new Ba({locale:n,messages:Ju})}},{key:"setLocale",value:function(n){return this.$i18n.setLocale(n)}}]),e}();Ge.$i18n=Ge.resetI18n();function Ca(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 d=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(d[o],n)&&(d[o]=n,u=!0),d[o]}},e),u}var Fa=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},Sa={exports:{}};(function(e){(function(t){var n=function(l,p,f){if(!d(p)||v(p)||I(p)||b(p)||c(p))return p;var _,M=0,Et=0;if(E(p))for(_=[],Et=p.length;M<Et;M++)_.push(n(l,p[M],f));else{_={};for(var Pe in p)Object.prototype.hasOwnProperty.call(p,Pe)&&(_[l(Pe,f)]=n(l,p[Pe],f))}return _},r=function(l,p){p=p||{};var f=p.separator||"_",_=p.split||/(?=[A-Z])/;return l.split(_).join(f)},u=function(l){return D(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"},d=function(l){return l===Object(l)},E=function(l){return i.call(l)=="[object Array]"},v=function(l){return i.call(l)=="[object Date]"},I=function(l){return i.call(l)=="[object RegExp]"},b=function(l){return i.call(l)=="[object Boolean]"},D=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(_,M){return f(_,l,M)}},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})(Fa)})(Sa);var qe={};Object.defineProperty(qe,"__esModule",{value:!0});function he(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(t=>typeof t!="object"||t===null?t:he(t));{const t={};for(const n in e){const r=e[n];t[n]=typeof r!="object"||r===null?r:he(r)}return t}}qe.default=he;function Ke(e){return Object.prototype.toString.call(e)==="[object Object]"}function ba(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function X(e){return Array.isArray(e)}function de(e){return typeof e=="string"}function _a(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 Da(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(d){n(d);return}i.done?t(c):Promise.resolve(c).then(r,u)}function Ra(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 wa(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 $a(e,t,n){return t&&Je(e.prototype,t),n&&Je(e,n),e}function Ma(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function La(){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 Ee(e){return Da(e)||Ma(e)||Oa(e)||La()}function Oa(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(){wa(this,e),this._events=new Map,this.debug=!1}return $a(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 Ra(z.default.mark(function i(){var c,d,E,v,I,b,D,m,g,l;return z.default.wrap(function(f){for(;;)switch(f.prev=f.next){case 0:if(c=o._events.get(n),d=[],!c){f.next=42;break}E=c.slice(),v=!0,I=!1,b=void 0,f.prev=5,D=E[Symbol.iterator]();case 7:if(v=(m=D.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(Ee(u))),f.next=15,g.apply(null,Ee(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(Ee(u),[l])),d.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),Ea(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),I=!0,b=f.t1;case 34:f.prev=34,f.prev=35,!v&&D.return!=null&&D.return();case 37:if(f.prev=37,!I){f.next=40;break}throw b;case 40:return f.finish(37);case 41:return f.finish(34);case 42:return f.abrupt("return",d);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 Pa(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 Ta(e,t,n){return t&&Ze(e.prototype,t),n&&Ze(e,n),e}var ja=[{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(){Pa(this,e)}return Ta(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=ja;function Ua(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 ka(e,t,n){return t&&Ye(e.prototype,t),n&&Ye(e,n),e}var et=[],J=function(){function e(t){Ua(this,e),this.registeredControlTypes=new Set,this.controlConfigMap=new Map,this._controls=[],this._type=t,this._initControls(t)}return ka(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===C.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===C.FORM}},{key:"isListControl",value:function(n){return n.controlType===C.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===C.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 d=r(c);d&&(c=d)}var E=new i(c);return E}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 xa(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Na=function e(t){xa(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 Va(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ha(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Wa(){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 Wa()?Q=Reflect.construct:Q=function(u,a,o){var i=[null];i.push.apply(i,a);var c=Function.bind.apply(u,i),d=new c;return o&&N(d,o.prototype),d},Q.apply(null,arguments)}function x(e){return x=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},x(e)}function za(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 Ga(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function qa(e,t){return t&&(Ka(t)==="object"||typeof t=="function")?t:Va(e)}function N(e,t){return N=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},N(e,t)}var Ka=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function ye(e){var t=typeof Map=="function"?new Map:void 0;return ye=function(r){if(r===null||!Ga(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)},ye(e)}function Xa(){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 Ja(e){var t=Xa();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 qa(this,u)}}ye(Array);var Qa=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===C.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 Za(e){let t=[];return Z(e,n=>{n.controlType===C.FORM?t.push(n):n.type===s.SUBTABLE}),t}function Ya(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 Yu[e]}function eo(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,d=r.caption+"_"+ot[o].caption,E=Y(c);if(!E)return;const v={caption:d,dataBind:i};o==="currency"&&(v.optionConfig="datasource",v.datasourceBind=a);const I=t.createControlInstance(E,{props:v});I&&n.push(I)})}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 to(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 Ae(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 no=[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],ro=[s.CALC],uo={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,d,E,v;const n=[];if(X(e))n.push(...e.map(I=>V(I,t)).flat());else{const I=e.type,{caption:b,content:D}=e.props;let m;if(no.includes(I))I===s.OPERATION_COLUMN&&Object.entries(uo).reduce((g,[l,{caption:p,id:f}])=>{var M;const _=e.props[l];return _&&_.isShow&&g.push({controlId:f,caption:p,type:e.type,controlType:e.controlType,parentId:(M=t==null?void 0:t.controlId)!=null?M:null,canEdit:!1,canRead:!1,canHide:!0,group:"element"}),g},n);else if(m={controlId:e.id,caption:b||D||e.name,type:e.type,controlType:e.controlType,parentId:(r=t==null?void 0:t.controlId)!=null?r:null,canEdit:!ro.includes(I),canRead:!0,canHide:!0,group:"element"},t&&t.type===s.SUBTABLE&&(m.caption=t.caption+"_"+m.caption),I===s.VUE_FORM_ITEM&&(m.caption=e.props.controlExportName||e.name),(e.controlType===C.FORM||e.controlType===C.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),I===s.VUE_FORM_ITEM){let g="element";((d=(c=e.props)==null?void 0:c.dataBind)==null?void 0:d.fieldCode)!==void 0&&((v=(E=e.props)==null?void 0:E.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===C.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=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 Te(this,null,function*(){return Ae(...t)})}getModelBindInfoList(...t){return Be(...t)}getSchema(...t){return me(...t)}listenControlHook(...t){return Qa.on(...t)}}$.EventLogic=k;class ao{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 oo(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){oo(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 lo(e,t,n){return t&<(e.prototype,t),n&<(e,n),e}var co=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:Zu,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 lo(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 fo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var Ie=function e(t){fo(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 po(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ho(e){return"type"in e&&e.type==="tab"}var Ce=function e(t){po(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 vo(e){if(Array.isArray(e))return e}function Eo(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function yo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ee(e){return ee=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ee(e)}function go(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 mo(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 Bo(){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 Ao(e,t){return t&&(Co(t)==="object"||typeof t=="function")?t:Eo(e)}function Fe(e,t){return Fe=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Fe(e,t)}function Io(e,t){return vo(e)||mo(e,t)||Fo(e,t)||Bo()}var Co=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Fo(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 So(){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 bo(e){var t=So();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 Ao(this,u)}}var _o=function(e){go(n,e);var t=bo(n);function n(r){yo(this,n);var u;return u=t.call(this,r),Ke(r)&&Object.entries(r).forEach(function(a){var o=Io(a,2),i=o[0],c=o[1];u[i]=c}),u}return n}(w);function Do(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 te(e){return te=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},te(e)}function wo(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 $o(e,t){return t&&(Mo(t)==="object"||typeof t=="function")?t:Do(e)}function Se(e,t){return Se=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Se(e,t)}var Mo=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof 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 Oo(e){var t=Lo();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 $o(this,u)}}var Po=function(e){wo(n,e);var t=Oo(n);function n(r){Ro(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 To(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function jo(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 Uo(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 ko(e,t){return t&&(xo(t)==="object"||typeof t=="function")?t:To(e)}function be(e,t){return be=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},be(e,t)}var xo=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function No(){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 Vo(e){var t=No();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 ko(this,u)}}var Ho=function(e){Uo(n,e);var t=Vo(n);function n(r){jo(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 Wo(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 re(e){return re=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},re(e)}function Go(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 qo(e,t){return t&&(Ko(t)==="object"||typeof t=="function")?t:Wo(e)}function _e(e,t){return _e=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},_e(e,t)}var Ko=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};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 Jo(e){var t=Xo();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 qo(this,u)}}var Qo=function(e){Go(n,e);var t=Jo(n);function n(r){zo(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 Zo(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Yo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ue(e){return ue=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ue(e)}function ei(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&De(e,t)}function ti(e,t){return t&&(ni(t)==="object"||typeof t=="function")?t:Zo(e)}function De(e,t){return De=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},De(e,t)}var ni=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function ri(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function ui(e){var t=ri();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 ti(this,u)}}var ai=function(e){ei(n,e);var t=ui(n);function n(r){Yo(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 oi(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ii(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 si(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 li(e,t){return t&&(ci(t)==="object"||typeof t=="function")?t:oi(e)}function Re(e,t){return Re=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Re(e,t)}var ci=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 pi(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 li(this,u)}}var hi=function(e){si(n,e);var t=pi(n);function n(r){ii(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 di(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function vi(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 Ei(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&we(e,t)}function yi(e,t){return t&&(gi(t)==="object"||typeof t=="function")?t:di(e)}function we(e,t){return we=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},we(e,t)}var gi=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function mi(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Bi(e){var t=mi();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 yi(this,u)}}var Ai=function(e){Ei(n,e);var t=Bi(n);function n(r){vi(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 Ii(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ci(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ie(e){return ie=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ie(e)}function Fi(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&$e(e,t)}function Si(e,t){return t&&(bi(t)==="object"||typeof t=="function")?t:Ii(e)}function $e(e,t){return $e=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},$e(e,t)}var bi=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function _i(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function Di(e){var t=_i();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 Si(this,u)}}var Ri=function(e){Fi(n,e);var t=Di(n);function n(r){Ci(this,n);var u;u=t.call(this,r);var a;u.maxLength=(a=r==null?void 0:r.maxLength)!==null&&a!==void 0?a:"";var o;u.minLength=(o=r==null?void 0:r.minLength)!==null&&o!==void 0?o:"";var 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 d;u.minRows=(d=r==null?void 0:r.minRows)!==null&&d!==void 0?d:"";var E;return u.i18n=(E=r==null?void 0:r.i18n)!==null&&E!==void 0?E:!1,u}return n}(w);function wi(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Me(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){wi(e,u,n[u])})}return e}function $i(e,t){switch(e){case"input":return new Po(t);case"textarea":return new Ri(t);case"input-number":return new Ho(t);case"switch":return new Qo(t);case"radio":return new Ai(t);case"checkbox":return new ai(t);case"select":return new hi(t);default:return new _o(t)}}function Mi(e){return function(t){var n=e.get(t);if(!!n)return new co(Me({},n,{props:$i(n.component,"props"in n?n.props:void 0)}))}}function Li(e){var t=function(a){return new Ie(Me({},a,{items:a.items.map(Mi(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 ho(u)?new Ce(Me({},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?dt(this.selectedInstanceDataScopeParent):[]}setSelectInstanceSettings(t){this.selectedInstanceSetting=t,this.selectedInstanceSettingItems=[],this.selectedInstanceSetting.forEach(n=>{this.selectedInstanceSettingItems.push(...this.getSettingItems(n))})}getSettingItems(t){return t instanceof Ie?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}ht(t,this.dataFieldCodeMap)}}getFlatInstances(){const t=[],n=new Map,r=new Map;H(this.instance,u=>{t.push(u),n.set(u.id,u),ht(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 ht(e,t){if(e.controlType===C.FORM){const n=e.props.dataBind;n instanceof Na?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 Le(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&&!Le(t);)t=t.parent;return t}function dt(e){const t=[e];return H(e,n=>{n!==e&&t.includes(n.parent)&&!Le(n)&&t.push(n)}),t}let Oe="";class vt extends Qe{constructor(t){super();this.isMounted=!1,this.id=ta(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(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{Oe=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this),Oe=""}catch(r){U(`${Oe||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)===
|
|
1
|
+
var Ki=Object.defineProperty;var Et=Object.getOwnPropertySymbols;var Xi=Object.prototype.hasOwnProperty,Ji=Object.prototype.propertyIsEnumerable;var gt=(d,B,C)=>B in d?Ki(d,B,{enumerable:!0,configurable:!0,writable:!0,value:C}):d[B]=C,M=(d,B)=>{for(var C in B||(B={}))Xi.call(B,C)&>(d,C,B[C]);if(Et)for(var C of Et(B))Ji.call(B,C)&>(d,C,B[C]);return d};var Oe=(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},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 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),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",va=ke+"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?ke: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 xe(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(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 wa(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var Ve=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 Ve(e)}function $a(e){pe.error(new Ve(e))}var Pa=Object.prototype.toString;function He(e,t){return Pa.call(e)==="[object "+t+"]"}function Ma(e){return He(e,"String")}function La(e){return He(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 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 ja(e,t,n){return t&&We(e.prototype,t),n&&We(e,n),e}var ze=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}();ze.$i18n=ze.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 Le in p)Object.prototype.hasOwnProperty.call(p,Le)&&(D[l(Le,f)]=n(l,p[Le],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 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 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 Ke(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){Ke(a,r,u,o,i,"next",c)}function i(c){Ke(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 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 Ga(e,t,n){return t&&Xe(e.prototype,t),n&&Xe(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 Je=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&&Ne.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&&Ne.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 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 Qa(e,t,n){return t&&Qe(e.prototype,t),n&&Qe(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 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 eo(e,t,n){return t&&Ze(e.prototype,t),n&&Ze(e,n),e}var Ye=[],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=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 to(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function no(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ro(){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 ro()?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 uo(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 ao(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function oo(e,t){return t&&(io(t)==="object"||typeof t=="function")?t:to(e)}function N(e,t){return N=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},N(e,t)}var io=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||!ao(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 so(){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 lo(e){var t=so();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 oo(this,u)}}Ee(Array);var co=new Je;function fo(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 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 ut=[s.AMOUNT,s.CALC,s.DATE_RANGE],at={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 po(e){let t=[];return Z(e,n=>{n.controlType===I.FORM?t.push(n):n.type===s.SUBTABLE}),t}function ho(e,t=""){return!e||!Array.isArray(e)?[]:e.map(n=>{if(!n.dataBind||n.type===s.TITLE)return n;if(ut.includes(n.type)){const r=n.dataBind;Object.keys(r).forEach(u=>{const a=r[u],o=n.controlId+"_"+u;a.fieldCode=ot(o),a.dataCode=t})}else n.dataBind.fieldCode=ot(n.controlId),n.dataBind.dataCode=t;return n})}function ot(e){const t="field_";return e.startsWith(t)?e:t+e}function Y(e){return ha[e]}function vo(e){const t=new $,n=[];return e.forEach(r=>{if(!(r.parentId||!r.dataBind))if(ut.includes(r.type)){const u=r.dataBind,a=r.datasourceBind;Object.keys(u).forEach(o=>{const i=u[o],c=at[o].fieldType,h=r.caption+"_"+at[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 yo(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 Eo=[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],go=[s.CALC],mo={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(Eo.includes(A))A===s.OPERATION_COLUMN&&Object.entries(mo).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:!go.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 Oe(this,null,function*(){return Ce(...t)})}getModelBindInfoList(...t){return Be(...t)}getSchema(...t){return me(...t)}listenControlHook(...t){return co.on(...t)}}$.EventLogic=k;class Bo{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 it{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?ct(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=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}lt(t,this.dataFieldCodeMap)}}getFlatInstances(){const t=[],n=new Map,r=new Map;H(this.instance,u=>{t.push(u),n.set(u.id,u),lt(u,r)}),this.flatInstances=t,this.instanceIdMap=n,this.dataFieldCodeMap=r}}function st(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 lt(e,t){if(e.controlType===I.FORM){const n=e.props.dataBind;fo(n)?st(t,n,e):Object.values(n).forEach(r=>{st(t,r,e)})}}function H(e,t){(Array.isArray(e)?e:[e]).forEach(r=>{t(r),ge(r)&&H(r.children,t),rt(r)&&H(r.props.headers,t)})}function Ae(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&&!Ae(t);)t=t.parent;return t}function ct(e){const t=[e];return H(e,n=>{n!==e&&t.includes(n.parent)&&!Ae(n)&&t.push(n)}),t}function Co(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ft(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ao(e,t,n){return t&&ft(e.prototype,t),n&&ft(e,n),e}var w=function(){function e(t){Co(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 Ao(e,[{key:"isAtomicComponent",get:function(){return!0}}]),e}();function Io(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 So(e,t,n){return t&&pt(e.prototype,t),n&&pt(e,n),e}var bo=function(){function e(t){Io(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 So(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){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 Fo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var dt=function e(t){Fo(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 Do(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _o(e){return"type"in e&&e.type==="tab"}var Ie=function e(t){Do(this,e),this.type="tab",this.title=t.title,this.items=t.items};function ht(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 Ro(e){if(Array.isArray(e))return e}function wo(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function $o(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 Po(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 Mo(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 Lo(){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 Oo(e,t){return t&&(jo(t)==="object"||typeof t=="function")?t:wo(e)}function Se(e,t){return Se=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Se(e,t)}function To(e,t){return Ro(e)||Mo(e,t)||Uo(e,t)||Lo()}var jo=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Uo(e,t){if(!!e){if(typeof e=="string")return ht(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 ht(e,t)}}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=ee(e),u;if(t){var a=ee(this).constructor;u=Reflect.construct(r,arguments,a)}else u=r.apply(this,arguments);return Oo(this,u)}}var No=function(e){Po(n,e);var t=xo(n);function n(r){$o(this,n);var u;return u=t.call(this,r),qe(r)&&Object.entries(r).forEach(function(a){var o=To(a,2),i=o[0],c=o[1];u[i]=c}),u}return n}(w);function Vo(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ho(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 Wo(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 zo(e,t){return t&&(Go(t)==="object"||typeof t=="function")?t:Vo(e)}function be(e,t){return be=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},be(e,t)}var Go=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function qo(){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 Ko(e){var t=qo();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 zo(this,u)}}var Xo=function(e){Wo(n,e);var t=Ko(n);function n(r){Ho(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 Jo(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Qo(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 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 Yo(e,t){return t&&(ei(t)==="object"||typeof t=="function")?t:Jo(e)}function Fe(e,t){return Fe=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Fe(e,t)}var ei=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function ti(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function ni(e){var t=ti();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 Yo(this,u)}}var ri=function(e){Zo(n,e);var t=ni(n);function n(r){Qo(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 ui(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 re(e){return re=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},re(e)}function oi(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&De(e,t)}function ii(e,t){return t&&(si(t)==="object"||typeof t=="function")?t:ui(e)}function De(e,t){return De=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},De(e,t)}var si=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 ci(e){var t=li();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 ii(this,u)}}var fi=function(e){oi(n,e);var t=ci(n);function n(r){ai(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 pi(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function di(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 hi(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_e(e,t)}function vi(e,t){return t&&(yi(t)==="object"||typeof t=="function")?t:pi(e)}function _e(e,t){return _e=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},_e(e,t)}var yi=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Ei(){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 gi(e){var t=Ei();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 vi(this,u)}}var mi=function(e){hi(n,e);var t=gi(n);function n(r){di(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 Bi(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ci(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ae(e){return ae=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ae(e)}function Ai(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Re(e,t)}function Ii(e,t){return t&&(Si(t)==="object"||typeof t=="function")?t:Bi(e)}function Re(e,t){return Re=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Re(e,t)}var Si=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 Fi(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 Ii(this,u)}}var Di=function(e){Ai(n,e);var t=Fi(n);function n(r){Ci(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 _i(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ri(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 wi(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&we(e,t)}function $i(e,t){return t&&(Pi(t)==="object"||typeof t=="function")?t:_i(e)}function we(e,t){return we=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},we(e,t)}var Pi=function(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e};function Mi(){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 Li(e){var t=Mi();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 $i(this,u)}}var Oi=function(e){wi(n,e);var t=Li(n);function n(r){Ri(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 Ti(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ji(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ie(e){return ie=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ie(e)}function Ui(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 ki(e,t){return t&&(xi(t)==="object"||typeof t=="function")?t:Ti(e)}function $e(e,t){return $e=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},$e(e,t)}var xi=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 Vi(e){var t=Ni();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 ki(this,u)}}var Hi=function(e){Ui(n,e);var t=Vi(n);function n(r){ji(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 Wi(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){Wi(e,u,n[u])})}return e}function zi(e,t){switch(e){case"input":return new Xo(t);case"textarea":return new Hi(t);case"input-number":return new ri(t);case"switch":return new fi(t);case"radio":return new Oi(t);case"checkbox":return new mi(t);case"select":return new Di(t);default:return new No(t)}}function Gi(e){return function(t){var n=e.get(t);if(!!n)return new bo(Pe({},n,{props:zi(n.component,"props"in n?n.props:void 0)}))}}function qi(e){var t=function(a){return new dt(Pe({},a,{items:a.items.map(Gi(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 _o(u)?new Ie(Pe({},u,{items:n(u.items)})):t(u)})}let Me="";class vt extends Je{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 it(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{Me=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this),Me=""}catch(r){U(`${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)===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 dt(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?qi(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=Bo,d.Designer=$,d.Driven=vt,d.Store=it,d.checkSchema=Ce,d.fillModelBindInfoListFieldCode=ho,d.findInstanceDataScopeParent=W,d.generatePermissions=V,d.getColumnTypeFromFiledType=Y,d.getColumnsFromFiledType=yo,d.getColumnsFromModelBindInfoList=vo,d.getDataScopeFlatInstances=ct,d.getMasterFormControls=po,d.getModelBindInfoList=Be,d.hasChildrenControl=ge,d.hasHeaderControl=rt,d.isDataScopeInstance=Ae,d.loop=H,d.loopFormControl=Z,d.toSchema=me,Object.defineProperty(d,"__esModule",{value:!0})});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-driven",
|
|
3
|
-
"version": "2.6.0-alpha.
|
|
3
|
+
"version": "2.6.0-alpha.13",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"postpublish": "node ../../scripts/postpublish.js"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@byteluck-fe/model-driven-controls": "2.6.0-alpha.
|
|
30
|
-
"@byteluck-fe/model-driven-core": "2.6.0-alpha.
|
|
31
|
-
"@byteluck-fe/model-driven-settings": "2.6.0-alpha.
|
|
32
|
-
"@byteluck-fe/model-driven-shared": "2.6.0-alpha.
|
|
29
|
+
"@byteluck-fe/model-driven-controls": "2.6.0-alpha.13",
|
|
30
|
+
"@byteluck-fe/model-driven-core": "2.6.0-alpha.13",
|
|
31
|
+
"@byteluck-fe/model-driven-settings": "2.6.0-alpha.13",
|
|
32
|
+
"@byteluck-fe/model-driven-shared": "2.6.0-alpha.12"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "a0d1c3b35420a2f1e42744cefd8c31cf2adf0851"
|
|
35
35
|
}
|