@byteluck-fe/model-driven-driven 7.0.0-beta.6 → 7.0.0-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/Designer.js +14 -9
- package/dist/esm/Store.js +1 -1
- package/dist/esm/utils.js +19 -19
- package/dist/index.umd.js +3 -3
- package/package.json +5 -5
package/dist/esm/Designer.js
CHANGED
|
@@ -97,6 +97,7 @@ function _inherits(subClass, superClass) {
|
|
|
97
97
|
if (superClass) _set_prototype_of(subClass, superClass);
|
|
98
98
|
}
|
|
99
99
|
function _instanceof(left, right) {
|
|
100
|
+
"@swc/helpers - instanceof";
|
|
100
101
|
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
|
|
101
102
|
return !!right[Symbol.hasInstance](left);
|
|
102
103
|
} else {
|
|
@@ -146,7 +147,7 @@ function _is_native_reflect_construct() {
|
|
|
146
147
|
})();
|
|
147
148
|
}
|
|
148
149
|
function _ts_generator(thisArg, body) {
|
|
149
|
-
var f, y, t,
|
|
150
|
+
var f, y, t, _ = {
|
|
150
151
|
label: 0,
|
|
151
152
|
sent: function() {
|
|
152
153
|
if (t[0] & 1) throw t[1];
|
|
@@ -154,13 +155,17 @@ function _ts_generator(thisArg, body) {
|
|
|
154
155
|
},
|
|
155
156
|
trys: [],
|
|
156
157
|
ops: []
|
|
157
|
-
};
|
|
158
|
-
return g
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
},
|
|
163
|
-
|
|
158
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
159
|
+
return d(g, "next", {
|
|
160
|
+
value: verb(0)
|
|
161
|
+
}), d(g, "throw", {
|
|
162
|
+
value: verb(1)
|
|
163
|
+
}), d(g, "return", {
|
|
164
|
+
value: verb(2)
|
|
165
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
166
|
+
value: function() {
|
|
167
|
+
return this;
|
|
168
|
+
}
|
|
164
169
|
}), g;
|
|
165
170
|
function verb(n) {
|
|
166
171
|
return function(v) {
|
|
@@ -172,7 +177,7 @@ function _ts_generator(thisArg, body) {
|
|
|
172
177
|
}
|
|
173
178
|
function step(op) {
|
|
174
179
|
if (f) throw new TypeError("Generator is already executing.");
|
|
175
|
-
while(_)try {
|
|
180
|
+
while(g && (g = 0, op[0] && (_ = 0)), _)try {
|
|
176
181
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
177
182
|
if (y = 0, t) op = [
|
|
178
183
|
op[0] & 2,
|
package/dist/esm/Store.js
CHANGED
|
@@ -96,6 +96,7 @@ export var Store = /*#__PURE__*/ function() {
|
|
|
96
96
|
"use strict";
|
|
97
97
|
function Store(options) {
|
|
98
98
|
_class_call_check(this, Store);
|
|
99
|
+
var _options_getParentBeforeInstanceMove;
|
|
99
100
|
/**
|
|
100
101
|
* 页面控件实例树
|
|
101
102
|
* */ _define_property(this, "instance", void 0);
|
|
@@ -137,7 +138,6 @@ export var Store = /*#__PURE__*/ function() {
|
|
|
137
138
|
_define_property(this, "movingInstanceOldParent", null);
|
|
138
139
|
_define_property(this, "movingInstanceOldDataScopeParent", null);
|
|
139
140
|
_define_property(this, "getParentBeforeInstanceMove", void 0);
|
|
140
|
-
var _options_getParentBeforeInstanceMove;
|
|
141
141
|
this.getParentBeforeInstanceMove = (_options_getParentBeforeInstanceMove = options.getParentBeforeInstanceMove) !== null && _options_getParentBeforeInstanceMove !== void 0 ? _options_getParentBeforeInstanceMove : function(instance) {
|
|
142
142
|
return instance.parent;
|
|
143
143
|
};
|
package/dist/esm/utils.js
CHANGED
|
@@ -86,7 +86,7 @@ function _unsupported_iterable_to_array(o, minLen) {
|
|
|
86
86
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
|
|
87
87
|
}
|
|
88
88
|
function _ts_generator(thisArg, body) {
|
|
89
|
-
var f, y, t,
|
|
89
|
+
var f, y, t, _ = {
|
|
90
90
|
label: 0,
|
|
91
91
|
sent: function() {
|
|
92
92
|
if (t[0] & 1) throw t[1];
|
|
@@ -94,13 +94,17 @@ function _ts_generator(thisArg, body) {
|
|
|
94
94
|
},
|
|
95
95
|
trys: [],
|
|
96
96
|
ops: []
|
|
97
|
-
};
|
|
98
|
-
return g
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
},
|
|
103
|
-
|
|
97
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
98
|
+
return d(g, "next", {
|
|
99
|
+
value: verb(0)
|
|
100
|
+
}), d(g, "throw", {
|
|
101
|
+
value: verb(1)
|
|
102
|
+
}), d(g, "return", {
|
|
103
|
+
value: verb(2)
|
|
104
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
105
|
+
value: function() {
|
|
106
|
+
return this;
|
|
107
|
+
}
|
|
104
108
|
}), g;
|
|
105
109
|
function verb(n) {
|
|
106
110
|
return function(v) {
|
|
@@ -112,7 +116,7 @@ function _ts_generator(thisArg, body) {
|
|
|
112
116
|
}
|
|
113
117
|
function step(op) {
|
|
114
118
|
if (f) throw new TypeError("Generator is already executing.");
|
|
115
|
-
while(_)try {
|
|
119
|
+
while(g && (g = 0, op[0] && (_ = 0)), _)try {
|
|
116
120
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
117
121
|
if (y = 0, t) op = [
|
|
118
122
|
op[0] & 2,
|
|
@@ -251,10 +255,7 @@ function getModelBindInfoList(controls) {
|
|
|
251
255
|
return controls.toDataBindModel();
|
|
252
256
|
}
|
|
253
257
|
function checkSchema(controls, messages, ignore) {
|
|
254
|
-
return
|
|
255
|
-
}
|
|
256
|
-
function _checkSchema() {
|
|
257
|
-
_checkSchema = _async_to_generator(function(controls, messages, ignore) {
|
|
258
|
+
return _async_to_generator(function() {
|
|
258
259
|
var result;
|
|
259
260
|
return _ts_generator(this, function(_state) {
|
|
260
261
|
switch(_state.label){
|
|
@@ -289,8 +290,7 @@ function _checkSchema() {
|
|
|
289
290
|
];
|
|
290
291
|
}
|
|
291
292
|
});
|
|
292
|
-
});
|
|
293
|
-
return _checkSchema.apply(this, arguments);
|
|
293
|
+
})();
|
|
294
294
|
}
|
|
295
295
|
// 不可以被权限控制的控件
|
|
296
296
|
var PermissionExcludeControlTypes = [
|
|
@@ -348,13 +348,13 @@ function generatePermissions(controls, parent) {
|
|
|
348
348
|
var _controls_props = controls.props, caption = _controls_props.caption, content = _controls_props.content, title = _controls_props.title;
|
|
349
349
|
var permissionItem;
|
|
350
350
|
if (!PermissionExcludeControlTypes.includes(type)) {
|
|
351
|
-
var
|
|
351
|
+
var _ref;
|
|
352
352
|
permissionItem = {
|
|
353
353
|
controlId: controls.id,
|
|
354
354
|
caption: caption || content || title || controls.name,
|
|
355
355
|
type: controls.type,
|
|
356
356
|
controlType: controls.controlType,
|
|
357
|
-
parentId: (
|
|
357
|
+
parentId: (_ref = parent === null || parent === void 0 ? void 0 : parent.controlId) !== null && _ref !== void 0 ? _ref : null,
|
|
358
358
|
canEdit: !cannotEditControlTypes.includes(type),
|
|
359
359
|
canRead: true,
|
|
360
360
|
canHide: true,
|
|
@@ -410,14 +410,14 @@ function generatePermissions(controls, parent) {
|
|
|
410
410
|
var _param = _sliced_to_array(param, 2), key = _param[0], _param_ = _param[1], caption = _param_.caption, controlId = _param_.id;
|
|
411
411
|
var operationItem = controls.props[key];
|
|
412
412
|
if (operationItem && operationItem.isShow) {
|
|
413
|
-
var
|
|
413
|
+
var _ref;
|
|
414
414
|
// 只能控制是否显示
|
|
415
415
|
result.push({
|
|
416
416
|
controlId: controlId,
|
|
417
417
|
caption: caption,
|
|
418
418
|
type: controls.type,
|
|
419
419
|
controlType: controls.controlType,
|
|
420
|
-
parentId: (
|
|
420
|
+
parentId: (_ref = parent === null || parent === void 0 ? void 0 : parent.controlId) !== null && _ref !== void 0 ? _ref : null,
|
|
421
421
|
canEdit: false,
|
|
422
422
|
canRead: false,
|
|
423
423
|
canHide: true,
|
package/dist/index.umd.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var b5=Object.defineProperty;var Wr=Object.getOwnPropertySymbols;var B5=Object.prototype.hasOwnProperty,C5=Object.prototype.propertyIsEnumerable;var Gr=(B,d,I)=>d in B?b5(B,d,{enumerable:!0,configurable:!0,writable:!0,value:I}):B[d]=I,ae=(B,d)=>{for(var I in d||(d={}))B5.call(d,I)&&Gr(B,I,d[I]);if(Wr)for(var I of Wr(d))C5.call(d,I)&&Gr(B,I,d[I]);return B};var ln=(B,d,I)=>new Promise((Ke,Ae)=>{var Je=V=>{try{le(I.next(V))}catch(se){Ae(se)}},Xe=V=>{try{le(I.throw(V))}catch(se){Ae(se)}},le=V=>V.done?Ke(V.value):Promise.resolve(V.value).then(Je,Xe);le((I=I.apply(B,d)).next())});(function(B,d){typeof exports=="object"&&typeof module!="undefined"?d(exports):typeof define=="function"&&define.amd?define(["exports"],d):(B=typeof globalThis!="undefined"?globalThis:B||self,d(B.modelDrivenDriven={}))})(this,function(B){"use strict";const d=(e,t,n)=>{if(!e)return console.error("getLocaleText\u7684key\u4E0D\u80FD\u4E3A\u7A7A"),"";const r=e.split(".");let u;const o=(window.baitedaWorkers||{}).languageMessages||{};r.forEach((l,s)=>{s===0?u=o[l]:u&&(u=u[l])});let i="";return u&&(i=u),t&&Object.keys(t).forEach(l=>{const s=t[l];i=i.replace(new RegExp(`\\{\\s*${l}\\s*\\}`,"g"),s)}),i||(n?i=n:i=e),i};var I="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Ke="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Ae="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",Je="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",Xe="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",le="{caption}\u5FC5\u586B",V="\u8BF7\u8F93\u5165\u6807\u9898",se="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Hr="\u8BF7\u8F93\u5165\u884C\u6807\u9898",zr="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",Kr="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Jr="\u8BF7\u7ED1\u5B9A\u8868\u5355",Xr="\u8BF7\u7ED1\u5B9A\u5217\u8868",Qr="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",Zr="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Yr="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",eu="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",tu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",nu="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",ru="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",uu="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",iu="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",ou="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",au="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",lu="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",su="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",cu="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",fu="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236",du="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",pu="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",vu="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",hu="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",yu="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",_u="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",mu="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",gu="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Eu="\u8BF7\u7ED1\u5B9A\u670D\u52A1",bu="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Bu="\u8BF7\u9009\u62E9\u7701",Cu="\u8BF7\u9009\u62E9\u5E02",Fu="\u8BF7\u9009\u62E9\u533A",Au="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",wu="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Su="\u8BF7\u8F93\u5165\u5217\u5BBD",$u="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Du="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Iu="\u8BF7\u9009\u62E9\u63A7\u4EF6",Ou="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Pu="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Mu="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Tu="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Ru="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",xu="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Lu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",ju="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",ku="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",qu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Vu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Nu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Uu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Wu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Gu="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Hu="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",zu="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ku="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Ju="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Xu="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Qu="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",Zu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",Yu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",ei="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",ti="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",ni="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",ri="\u6279\u91CF\u5220\u9664",ui="\u6279\u91CF\u6253\u5370",ii="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",oi="\u6309\u94AE",ai="\u521B\u5EFA\u5355\u636E",li="\u4EEA\u8868\u76D8",si="\u5206\u5272\u7EBF",ci="\u5BFC\u51FA",fi="\u8868\u5355\u64CD\u4F5C",di="\u5BFC\u5165",pi="\u53D1\u7968\u8BC6\u522B",vi="\u94FE\u63A5",hi="\u5217\u8868\u9009\u62E9",yi="\u5217\u8868\u89C6\u56FE",_i="\u64CD\u4F5C\u6309\u94AE",mi="\u5206\u9875",gi="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",Ei="\u8BF4\u660E\u6587\u5B57",bi="\u6587\u5B57\u8BC6\u522B",Bi="\u6807\u9898\u7EC4\u4EF6",Ci="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Fi="\u6570\u7EC4",Ai="\u81EA\u52A8\u7F16\u53F7",wi="\u81EA\u5B9A\u4E49",Si="\u6570\u503C",$i="\u90E8\u95E8",Di="\u4EBA\u5458",Ii="\u9644\u4EF6",Oi="\u56FE\u7247",Pi="\u5730\u5740",Mi="\u64CD\u4F5C",Ti="\u5E8F\u53F7",Ri="\u4EBA\u5458",xi="\u957F\u6587\u672C",Li="\u65E5\u671F\u533A\u95F4",ji="\u65E5\u671F",ki="\u77ED\u6587\u672C",qi="\u6362\u884C\u5BB9\u5668Wrap",Vi="\u8868\u683C",Ni="\u660E\u7EC6\u5B50\u8868",Ui="\u5730\u5740",Wi="\u91D1\u989D",Gi="\u8BA1\u7B97\u516C\u5F0F",Hi="\u591A\u9009",zi="\u7535\u5B50\u7B7E\u7AE0",Ki="\u5355\u884C\u6587\u672C",Ji="\u6570\u5B57",Xi="\u4E1A\u52A1\u7EC4\u7EC7",Qi="\u5355\u9009",Zi="\u5BCC\u6587\u672C",Yi="\u8BC4\u5206",eo="\u6570\u5B57\u533A\u95F4",to="\u4E0B\u62C9\u5355\u9009",no="\u4E0B\u62C9\u591A\u9009",ro="\u5173\u8054\u5355\u9009",uo="\u591A\u884C\u6587\u672C",io="\u6811",oo="Vue\u5BB9\u5668",ao="Vue\u9875\u9762",lo="\u5728\u7EBF\u6587\u6863",so="\u6309\u94AE\u64CD\u4F5C\u680F",co="\u9AD8\u7EA7\u5BB9\u5668",fo="\u5206\u7EC4",po="\u6805\u683C\u5217",vo="\u6570\u636E\u5BB9\u5668",ho="\u753B\u5E03",yo="\u6362\u884C\u5BB9\u5668",_o="\u6805\u683C\u7B49\u5206\u884C",mo="\u5217\u8868\u5BB9\u5668",go="\u81EA\u7531\u9875\u9762",Eo="\u5B9A\u4F4D\u5B50\u5BB9\u5668",bo="\u5B9A\u4F4D\u5BB9\u5668",Bo="\u6805\u683C\u5E03\u5C40",Co="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Fo="\u660E\u7EC6\u5B50\u8868\u884C",Ao="\u6807\u7B7E\u9875",wo="\u6807\u7B7E\u5355\u5143",So="\u5DE5\u5177\u680F",$o="\u6279\u91CF\u63D0\u4EA4",Do="\u5BFC\u51FA\u8BB0\u5F55",Io="\u5217\u8868\u89C6\u56FE",Oo="\u7ED3\u675F\u65F6\u95F4",Po="\u5F00\u59CB\u65F6\u95F4",Mo="\u5355\u4F4D",To="\u7ED3\u679C",Ro="\u5E01\u79CD",xo="\u7ED3\u675F\u65E5\u671F",Lo="\u5F00\u59CB\u65E5\u671F",jo="\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0",ko="\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1",qo="\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B",Vo="\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA",No="\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u7B7E\u7F72\u4EBA",Uo="\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6",Wo="\u8BF7\u9009\u62E9",Go="\u8BF7\u9009\u62E9\u7EC4\u7EC7",Ho="\u8BF7\u9009\u62E9\u90E8\u95E8",zo="\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",Ko="\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",Jo="\u8BF7\u9009\u62E9\u5730\u5740",Xo="\u5F39\u7A97\u786E\u8BA4\u65F6",Qo="\u6807\u7B7E\u9875\u5207\u6362\u65F6",Zo="\u884C\u9009\u4E2D\u65F6",Yo="\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",ea="\u884C\u5220\u9664\u524D",ta="\u884C\u70B9\u51FB\u65F6",na="\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",ra="\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",ua="\u91CD\u547D\u540D\u65F6",ia="\u4FDD\u5B58\u6587\u4EF6\u65F6",oa="\u6253\u5F00\u6587\u4EF6\u65F6",aa="\u83B7\u53D6\u7126\u70B9\u65F6",la="\u5931\u53BB\u7126\u70B9\u65F6",sa="\u7528\u6237\u8F93\u5165\u65F6",ca="\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",fa="\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",da="\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",pa="\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",va="\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",ha="\u641C\u7D22\u65F6",ya="\u503C\u53D1\u751F\u53D8\u5316\u65F6",_a="\u6267\u884C\u5B8C\u6210\u65F6",ma="\u70B9\u51FB\u65F6",ga="\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",Ea="\u8BF7\u8F93\u5165\u65E5\u671F",ba="\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7",Ba="\u8BF7\u8F93\u5165",Ca="\u9ED8\u8BA4\u6A21\u7248",Fa="\u5DE6\u53F3\u5E03\u5C40",Aa="\u4E0A\u4E0B\u5E03\u5C40",wa="\u53EA\u8BFB",Sa="\u5FC5\u586B",$a="\u63D0\u793A\u6587\u5B57",Da="\u9690\u85CF\u6807\u9898",Ia="\u6807\u9898\u5FC5\u586B",Oa="\u7EC4\u7EC7\u5F62\u6001",Pa="\u4E1A\u52A1\u7C7B\u578B",Ma="\u786E\u5B9A\u8981\u5220\u9664\u6B64\u6761\u6570\u636E\u5417\uFF1F",Ta="\u9690\u85CF",Ra="\u6D41\u7A0B\u72B6\u6001",xa="\u5BA1\u6279\u901A\u8FC7\u5355\u636E",La="\u5220\u9664",ja="\u7F16\u8F91",ka="\u67E5\u770B",qa="\u52A0\u8F7D\u81EA\u5B9A\u4E49\u63A7\u4EF6\u5F02\u5E38\uFF0C\u4F1A\u5F71\u54CD\u5230\u7684\u63A7\u4EF6\uFF1A{id}",Va="\u5185\u7F6E\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF",Na="\u5145\u6EE1\u6574\u884C",Ua="\u6700\u5C0F\u503C",Wa="\u6700\u5927\u503C",Ga="\u65B0\u5EFA\u6587\u6863",Ha="\u91CD\u7F6E",za="\u67E5\u8BE2",Ka="\u660E\u7EC6",Ja="\u6253\u5370",Xa="\u4FDD\u5B58\u8349\u7A3F",Qa="\u4FDD\u5B58",Za="\u53D6\u6D88",Ya="\u4E0A\u4F20\u56FE\u7247",el="\u53D1\u8D77\u7B7E\u7F72",tl="\u4E0A\u4F20\u9644\u4EF6",nl="\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",rl="\u5F15\u7528\u5217\u8868",ul="\u9009\u9879\u4E00",il="\u9009\u9879\u4E8C",ol="\u9009\u9879\u4E09",al={isNotNumber:I,isNotString:Ke,isNotObject:Ae,isNotArray:Je,isNotBoolean:Xe,runtimeRequired:le,pleaseEnterCaption:V,pleaseEnterCaptionTip:se,pleaseEnterRowCaption:Hr,pleaseEnterPlaceholder:zr,pleaseEnterFieldCode:Kr,pleaseEnterForm:Jr,pleaseEnterList:Xr,pleaseEnterProcess:Qr,pleaseEnterLabel:Zr,pleaseEnterValue:Yr,bizKeyNotBindFiled:eu,pleaseSelectOneField:tu,pleaseEnterNumberRange:nu,pleaseEnterAValueGreaterThanMin:ru,pleaseEnterAValueLessThanMax:uu,numberRangeSetError:iu,stringRangeError:ou,attachmentMaxSize:au,pleaseEnterTotalScoreSetting:lu,theTotalScoreMustNotBeLessThan1:su,scoreDefaultValueRange:cu,attachmentLimitError:fu,PleaseReselectTheOptionalQuantity:du,TheMaximumLengthIsGreaterThanTheMinimumLength:pu,TheMinimumLengthIsGreaterThanTheMaximumLength:vu,PleaseSelectTheCorrectOptionSettings:hu,optionIdIsRepeat:yu,optionIsRequired:_u,pleaseEnterDataCode:mu,pleaseEnterValueFieldCode:gu,pleaseEnterSvcCode:Eu,pleaseBindAtLeastOneDisplayValue:bu,pleaseSelectProvince:Bu,pleaseSelectCity:Cu,pleaseSelectDistrict:Fu,limitRowsCannotBeLessThan0:Au,TheNumberOfRowsCannotBeLessThanMinRows:wu,pleaseEnterColumnWidth:Su,pleaseSetTheLogicalRelationshipOfAllRuleConditions:$u,pleaseCompleteAllRulesAndConditions:Du,pleaseSelectControl:Iu,pleaseSelectAtLeastOneColumn:Ou,pleaseSelectFillBackMode:Pu,pleaseSelectDashboard:Mu,rootNodeIsRequired:Tu,theViewNameCannotBeEmpty:Ru,pleaseSelectOcrType:xu,pleaseSelectAtLeastOneFieldToFillIn:Lu,pleaseChooseAtLeastOne:ju,pleaseEnterButtonContent:ku,pleaseEnterDataCodeInDataSetting:qu,pleaseEnterValueFieldCodeInDataSetting:Vu,pleaseEnterSvcCodeInDataSetting:Nu,pleaseBindAtLeastOneDisplayValueInDataSetting:Uu,rootNodeIsRequiredInDataSetting:Wu,pleaseEnterMaxHeight:Gu,pleaseEnterWatermark:Hu,pleaseEnterFileName:zu,pleaseUploadAtLeastOnePrintTemplate:Ku,pleaseAssignBusiness:Ju,pleaseAssignExternal:Xu,pleaseEnterAliasCode:Qu,pleaseSelectDataCode:Zu,pleaseSelectSvcCode:Yu,pleaseSelectJoinFieldCode:ei,pleaseSelectMainFieldCode:ti,pleaseSelectSortFieldCode:ni,batchDeleteButton:ri,batchPrintListButton:ui,batchPrintRecordList:ii,button:oi,createFormListButton:ai,dashboard:li,divider:si,exportListButton:ci,formSelectButton:fi,importRecordListButton:di,invoiceCheckButton:pi,link:vi,listSelectButton:hi,ListViewSelect:yi,operationButton:_i,pagination:mi,submissionRecordListButton:gi,text:Ei,textOcrButton:bi,title:Bi,approvalStatusColumn:Ci,array:Fi,autoNumber:Ai,custom:wi,decimal:Si,department:$i,employee:Di,file:Ii,image:Oi,location:Pi,operation:Mi,order:Ti,people:Ri,long:xi,timescope:Li,timestamp:ji,varchar:ki,gridLayoutWrap:qi,gridTable:Vi,subTable:Ni,address:Ui,amount:Wi,calc:Gi,checkBox:Hi,electronicSignature:zi,input:Ki,number:Ji,organizationSelection:Xi,radio:Qi,richText:Zi,score:Yi,searchNumberRange:eo,select:to,selectMultiple:no,selectRelation:ro,textarea:uo,tree:io,vueFormItem:oo,vuePage:ao,WPS:lo,actionBar:so,advancedContainer:co,cardGroup:fo,col:po,dataView:vo,grid:ho,gridLayoutContainer:yo,gridRow:_o,listView:mo,page:go,position:Eo,positioningContainer:bo,row:Bo,subtableColumn:Co,subtableRow:Fo,tab:Ao,tabPane:wo,toolbox:So,batchSubmissionListButton:$o,exportRecordListButton:Do,listViewSelect:Io,endTime:Oo,startTime:Po,unit:Mo,result:To,currency:Ro,endDate:xo,startDate:Lo,pleaseSelectCompanyName:jo,pleaseSelectPhoneOrEmail:ko,pleaseSelectSignType:qo,pleaseSelectSigner:Vo,pleaseSelectOnlyOne:No,pleaseSelectSignFile:Uo,pleaseSelect:Wo,pleaseSelectOrg:Go,pleaseSelectDept:Ho,pleaseSelectEndDate:zo,pleaseSelectStartDate:Ko,pleaseChooseAddress:Jo,modalConfirm:Xo,tabChange:Qo,rowSelected:Zo,listDataImport:Yo,rowDelete:ea,rowClick:ta,cellRender:na,onClickBtn:ra,rename:ua,onSaveFile:ia,onOpenFile:oa,onFocus:aa,onBlur:la,onInput:sa,listDataAdd:ca,listDataDelete:fa,listDataBack:da,listDataCreate:pa,listDataChange:va,search:ha,valueChange:ya,finished:_a,click:ma,pleaseEnterNameorEmail:ga,pleaseEnterDate:Ea,pleaseEnterAutonumber:ba,pleaseEnter:Ba,defaultTemplate:Ca,left:Fa,top:Aa,default:"\u666E\u901A",readonly:wa,required:Sa,textTip:$a,hideCaption:Da,titleRequired:Ia,organizationalForm:Oa,businessType:Pa,deleteConfirm:Ma,hide:Ta,processStatus:Ra,approvedDocuments:xa,delete:La,edit:ja,view:ka,loadCtrlErrorTip:qa,loadCtrlError:Va,fullLine:Na,min:Ua,max:Wa,createWPS:Ga,reset:Ha,query:za,detailed:Ka,print:Ja,draft:Xa,save:Qa,cancel:Za,uploadImg:Ya,signature:el,uploadFile:tl,linkContent:nl,referenceList:rl,optionOne:ul,optionTwo:il,optionThird:ol},ll="Please enter a number",sl="Please enter a string",cl="Please enter an object",fl="Please enter an array",dl="Please enter a boolean",pl="{caption} Required",vl="Please enter the title",hl="Please enter the bubble prompt",yl="Please enter the row title",_l="Please enter the prompt text",ml="Please bind data items",gl="Please bind the form",El="Please bind the list",bl="Please bind the process",Bl="Please enter the displayed value",Cl="Please enter the stored value",Fl="The document number is not bound to the data item",Al="Please select at least one display field",wl="Please enter a value greater than or equal to {min} and less than or equal to {max}",Sl="Please enter a value greater than or equal to {min}",$l="Please enter a value less than or equal to {max}",Dl="The value range is set incorrectly",Il="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Ol="The attachment size must be between 0MB and 1000MB",Pl="Please fill in the total score setting",Ml="The total score cannot be less than 1",Tl="The default value must be between {min} and {max}",Rl="The number of attachment uploads exceeds the limit",xl="Please re-select the optional quantity",Ll="The maximum length of the control must be greater than the minimum length",jl="The minimum length of the control must be less than the maximum length",kl="Please select the correct option setting",ql="Option ID cannot be repeated",Vl="Please enter at least one option",Nl="Please bind the data source",Ul="Please bind the stored value",Wl="Please bind the service",Gl="At least one display value must be bound",Hl="Please select a province",zl="Please select a city",Kl="Please select a district",Jl="The minimum number of lines to fill in cannot be less than 0",Xl="The number of rows cannot be less than {min} rows",Ql="Please enter the column width",Zl="Please set the logical relationship of all rule conditions",Yl="Please complete all rules and conditions",es="please select control",ts="Please select the dashboard",ns="View name cannot be empty",rs="Please select recognition type",us="Please select at least one field to fill in",is="Please select at least one",os="Please enter the button title",as="Please bind the business model in the data settings",ls="Please bind storage values in data settings",ss="Please bind the service in the data settings",cs="Please bind at least one display value in the data settings",fs="Please select the root node in the data settings",ds="Please enter the maximum height",ps="The input content cannot be empty",vs="Watermark cannot be empty",hs="File name cannot be empty",ys="Please upload at least one printing template!\uFF01",_s="Please select a specific business department",ms="Please select a specified external organization",gs="Please enter a sub table alias",Es="Please select the associated table to set the business model",bs="Please select the association table to set the binding service",Bs="Select associated sub table fields",Cs="Please select the associated main table field",Fs="Please select the sort field",As="\u6279\u91CF\u5220\u9664",ws="\u6279\u91CF\u6253\u5370",Ss="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",$s="\u6309\u94AE",Ds="\u521B\u5EFA\u5355\u636E",Is="\u4EEA\u8868\u76D8",Os="\u5206\u5272\u7EBF",Ps="\u5BFC\u51FA",Ms="\u8868\u5355\u64CD\u4F5C",Ts="\u5BFC\u5165",Rs="\u53D1\u7968\u8BC6\u522B",xs="\u94FE\u63A5",Ls="\u5217\u8868\u9009\u62E9",js="\u5217\u8868\u89C6\u56FE",ks="\u64CD\u4F5C\u6309\u94AE",qs="\u5206\u9875",Vs="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",Ns="\u8BF4\u660E\u6587\u5B57",Us="\u6587\u5B57\u8BC6\u522B",Ws="\u6807\u9898\u7EC4\u4EF6",Gs="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Hs="\u6570\u7EC4",zs="\u81EA\u52A8\u7F16\u53F7",Ks="\u81EA\u5B9A\u4E49",Js="\u6570\u503C",Xs="\u90E8\u95E8",Qs="\u4EBA\u5458",Zs="\u9644\u4EF6",Ys="\u56FE\u7247",ec="\u5730\u5740",tc="\u64CD\u4F5C",nc="\u5E8F\u53F7",rc="\u4EBA\u5458",uc="\u957F\u6587\u672C",ic="\u65E5\u671F\u533A\u95F4",oc="\u65E5\u671F",ac="\u77ED\u6587\u672C",lc="\u6362\u884C\u5BB9\u5668Wrap",sc="\u8868\u683C",cc="\u660E\u7EC6\u5B50\u8868",fc="\u5730\u5740",dc="\u91D1\u989D",pc="\u8BA1\u7B97\u516C\u5F0F",vc="\u591A\u9009",hc="\u7535\u5B50\u7B7E\u7AE0",yc="\u5355\u884C\u6587\u672C",_c="\u6570\u5B57",mc="\u4E1A\u52A1\u7EC4\u7EC7",gc="\u5355\u9009",Ec="\u5BCC\u6587\u672C",bc="\u8BC4\u5206",Bc="\u6570\u5B57\u533A\u95F4",Cc="\u4E0B\u62C9\u5355\u9009",Fc="\u4E0B\u62C9\u591A\u9009",Ac="\u5173\u8054\u5355\u9009",wc="\u591A\u884C\u6587\u672C",Sc="\u6811",$c="Vue\u5BB9\u5668",Dc="Vue\u9875\u9762",Ic="\u5728\u7EBF\u6587\u6863",Oc="\u6309\u94AE\u64CD\u4F5C\u680F",Pc="\u9AD8\u7EA7\u5BB9\u5668",Mc="\u5206\u7EC4",Tc="\u6805\u683C\u5217",Rc="\u6570\u636E\u5BB9\u5668",xc="\u753B\u5E03",Lc="\u6362\u884C\u5BB9\u5668",jc="\u6805\u683C\u7B49\u5206\u884C",kc="\u5217\u8868\u5BB9\u5668",qc="\u81EA\u7531\u9875\u9762",Vc="\u5B9A\u4F4D\u5B50\u5BB9\u5668",Nc="\u5B9A\u4F4D\u5BB9\u5668",Uc="\u6805\u683C\u5E03\u5C40",Wc="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Gc="\u660E\u7EC6\u5B50\u8868\u884C",Hc="\u6807\u7B7E\u9875",zc="\u6807\u7B7E\u5355\u5143",Kc="\u5DE5\u5177\u680F",Jc="\u6279\u91CF\u63D0\u4EA4",Xc="\u5BFC\u51FA\u8BB0\u5F55",Qc="\u5217\u8868\u89C6\u56FE",Zc="\u5F15\u7528\u5217\u8868",Yc="\u9009\u9879\u4E00",ef="\u9009\u9879\u4E8C",tf="\u9009\u9879\u4E09",nf={isNotNumber:ll,isNotString:sl,isNotObject:cl,isNotArray:fl,isNotBoolean:dl,runtimeRequired:pl,pleaseEnterCaption:vl,pleaseEnterCaptionTip:hl,pleaseEnterRowCaption:yl,pleaseEnterPlaceholder:_l,pleaseEnterFieldCode:ml,pleaseEnterForm:gl,pleaseEnterList:El,pleaseEnterProcess:bl,pleaseEnterLabel:Bl,pleaseEnterValue:Cl,bizKeyNotBindFiled:Fl,pleaseSelectOneField:Al,pleaseEnterNumberRange:wl,pleaseEnterAValueGreaterThanMin:Sl,pleaseEnterAValueLessThanMax:$l,numberRangeSetError:Dl,stringRangeError:Il,attachmentMaxSize:Ol,pleaseEnterTotalScoreSetting:Pl,theTotalScoreMustNotBeLessThan1:Ml,scoreDefaultValueRange:Tl,attachmentLimitError:Rl,PleaseReselectTheOptionalQuantity:xl,TheMaximumLengthIsGreaterThanTheMinimumLength:Ll,TheMinimumLengthIsGreaterThanTheMaximumLength:jl,PleaseSelectTheCorrectOptionSettings:kl,optionIdIsRepeat:ql,optionIsRequired:Vl,pleaseEnterDataCode:Nl,pleaseEnterValueFieldCode:Ul,pleaseEnterSvcCode:Wl,pleaseBindAtLeastOneDisplayValue:Gl,pleaseSelectProvince:Hl,pleaseSelectCity:zl,pleaseSelectDistrict:Kl,limitRowsCannotBeLessThan0:Jl,TheNumberOfRowsCannotBeLessThanMinRows:Xl,pleaseEnterColumnWidth:Ql,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Zl,pleaseCompleteAllRulesAndConditions:Yl,pleaseSelectControl:es,pleaseSelectDashboard:ts,theViewNameCannotBeEmpty:ns,pleaseSelectOcrType:rs,pleaseSelectAtLeastOneFieldToFillIn:us,pleaseChooseAtLeastOne:is,pleaseEnterButtonContent:os,pleaseEnterDataCodeInDataSetting:as,pleaseEnterValueFieldCodeInDataSetting:ls,pleaseEnterSvcCodeInDataSetting:ss,pleaseBindAtLeastOneDisplayValueInDataSetting:cs,rootNodeIsRequiredInDataSetting:fs,pleaseEnterMaxHeight:ds,pleaseEnter:ps,pleaseEnterWatermark:vs,pleaseEnterFileName:hs,pleaseUploadAtLeastOnePrintTemplate:ys,pleaseAssignBusiness:_s,pleaseAssignExternal:ms,pleaseEnterAliasCode:gs,pleaseSelectDataCode:Es,pleaseSelectSvcCode:bs,pleaseSelectJoinFieldCode:Bs,pleaseSelectMainFieldCode:Cs,pleaseSelectSortFieldCode:Fs,batchDeleteButton:As,batchPrintListButton:ws,batchPrintRecordList:Ss,button:$s,createFormListButton:Ds,dashboard:Is,divider:Os,exportListButton:Ps,formSelectButton:Ms,importRecordListButton:Ts,invoiceCheckButton:Rs,link:xs,listSelectButton:Ls,ListViewSelect:js,operationButton:ks,pagination:qs,submissionRecordListButton:Vs,text:Ns,textOcrButton:Us,title:Ws,approvalStatusColumn:Gs,array:Hs,autoNumber:zs,custom:Ks,decimal:Js,department:Xs,employee:Qs,file:Zs,image:Ys,location:ec,operation:tc,order:nc,people:rc,long:uc,timescope:ic,timestamp:oc,varchar:ac,gridLayoutWrap:lc,gridTable:sc,subTable:cc,address:fc,amount:dc,calc:pc,checkBox:vc,electronicSignature:hc,input:yc,number:_c,organizationSelection:mc,radio:gc,richText:Ec,score:bc,searchNumberRange:Bc,select:Cc,selectMultiple:Fc,selectRelation:Ac,textarea:wc,tree:Sc,vueFormItem:$c,vuePage:Dc,WPS:Ic,actionBar:Oc,advancedContainer:Pc,cardGroup:Mc,col:Tc,dataView:Rc,grid:xc,gridLayoutContainer:Lc,gridRow:jc,listView:kc,page:qc,position:Vc,positioningContainer:Nc,row:Uc,subtableColumn:Wc,subtableRow:Gc,tab:Hc,tabPane:zc,toolbox:Kc,batchSubmissionListButton:Jc,exportRecordListButton:Xc,listViewSelect:Qc,referenceList:Zc,optionOne:Yc,optionTwo:ef,optionThird:tf},rf="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",uf="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",of="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",af="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",lf="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",sf="{caption}\u5FC5\u9808",cf="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ff="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",df="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",pf="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",vf="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",hf="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",yf="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",_f="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",mf="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",gf="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ef="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",bf="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Bf="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Cf="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ff="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Af="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",wf="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Sf="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",$f="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Df="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",If="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Of="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u6570\u304C\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u307E\u3059",Pf="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Mf="\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",Tf="\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",Rf="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",xf="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Lf="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",jf="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",kf="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",qf="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Vf="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",Nf="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Uf="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Wf="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Gf="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Hf="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",zf="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Kf="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Jf="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",Xf="please select control",Qf="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Zf="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Yf="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ed="\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",td="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",nd="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",rd="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",ud="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",id="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",od="\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",ad="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ld="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",sd="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",cd="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",fd="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",dd="\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",pd="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",vd="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",hd="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",yd="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",_d="\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",md="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",gd="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ed="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",bd="\u6279\u91CF\u5220\u9664",Bd="\u6279\u91CF\u6253\u5370",Cd="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Fd="\u6309\u94AE",Ad="\u521B\u5EFA\u5355\u636E",wd="\u4EEA\u8868\u76D8",Sd="\u5206\u5272\u7EBF",$d="\u5BFC\u51FA",Dd="\u8868\u5355\u64CD\u4F5C",Id="\u5BFC\u5165",Od="\u53D1\u7968\u8BC6\u522B",Pd="\u94FE\u63A5",Md="\u5217\u8868\u9009\u62E9",Td="\u5217\u8868\u89C6\u56FE",Rd="\u64CD\u4F5C\u6309\u94AE",xd="\u5206\u9875",Ld="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",jd="\u8BF4\u660E\u6587\u5B57",kd="\u6587\u5B57\u8BC6\u522B",qd="\u6807\u9898\u7EC4\u4EF6",Vd="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Nd="\u6570\u7EC4",Ud="\u81EA\u52A8\u7F16\u53F7",Wd="\u81EA\u5B9A\u4E49",Gd="\u6570\u503C",Hd="\u90E8\u95E8",zd="\u4EBA\u5458",Kd="\u9644\u4EF6",Jd="\u56FE\u7247",Xd="\u5730\u5740",Qd="\u64CD\u4F5C",Zd="\u5E8F\u53F7",Yd="\u4EBA\u5458",e0="\u957F\u6587\u672C",t0="\u65E5\u671F\u533A\u95F4",n0="\u65E5\u671F",r0="\u77ED\u6587\u672C",u0="\u6362\u884C\u5BB9\u5668Wrap",i0="\u8868\u683C",o0="\u660E\u7EC6\u5B50\u8868",a0="\u5730\u5740",l0="\u91D1\u989D",s0="\u8BA1\u7B97\u516C\u5F0F",c0="\u591A\u9009",f0="\u7535\u5B50\u7B7E\u7AE0",d0="\u5355\u884C\u6587\u672C",p0="\u6570\u5B57",v0="\u4E1A\u52A1\u7EC4\u7EC7",h0="\u5355\u9009",y0="\u5BCC\u6587\u672C",_0="\u8BC4\u5206",m0="\u6570\u5B57\u533A\u95F4",g0="\u4E0B\u62C9\u5355\u9009",E0="\u4E0B\u62C9\u591A\u9009",b0="\u5173\u8054\u5355\u9009",B0="\u591A\u884C\u6587\u672C",C0="\u6811",F0="Vue\u5BB9\u5668",A0="Vue\u9875\u9762",w0="\u5728\u7EBF\u6587\u6863",S0="\u6309\u94AE\u64CD\u4F5C\u680F",$0="\u9AD8\u7EA7\u5BB9\u5668",D0="\u5206\u7EC4",I0="\u6805\u683C\u5217",O0="\u6570\u636E\u5BB9\u5668",P0="\u753B\u5E03",M0="\u6362\u884C\u5BB9\u5668",T0="\u6805\u683C\u7B49\u5206\u884C",R0="\u5217\u8868\u5BB9\u5668",x0="\u81EA\u7531\u9875\u9762",L0="\u5B9A\u4F4D\u5B50\u5BB9\u5668",j0="\u5B9A\u4F4D\u5BB9\u5668",k0="\u6805\u683C\u5E03\u5C40",q0="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",V0="\u660E\u7EC6\u5B50\u8868\u884C",N0="\u6807\u7B7E\u9875",U0="\u6807\u7B7E\u5355\u5143",W0="\u5DE5\u5177\u680F",G0="\u6279\u91CF\u63D0\u4EA4",H0="\u5BFC\u51FA\u8BB0\u5F55",z0="\u5217\u8868\u89C6\u56FE",K0="\u5F15\u7528\u5217\u8868",J0="\u9009\u9879\u4E00",X0="\u9009\u9879\u4E8C",Q0="\u9009\u9879\u4E09",Z0={isNotNumber:rf,isNotString:uf,isNotObject:of,isNotArray:af,isNotBoolean:lf,runtimeRequired:sf,pleaseEnterCaption:cf,pleaseEnterCaptionTip:ff,pleaseEnterRowCaption:df,pleaseEnterPlaceholder:pf,pleaseEnterFieldCode:vf,pleaseEnterForm:hf,pleaseEnterList:yf,pleaseEnterProcess:_f,pleaseEnterLabel:mf,pleaseEnterValue:gf,bizKeyNotBindFiled:Ef,pleaseSelectOneField:bf,pleaseEnterNumberRange:Bf,pleaseEnterAValueGreaterThanMin:Cf,pleaseEnterAValueLessThanMax:Ff,numberRangeSetError:Af,stringRangeError:wf,attachmentMaxSize:Sf,pleaseEnterTotalScoreSetting:$f,theTotalScoreMustNotBeLessThan1:Df,scoreDefaultValueRange:If,attachmentLimitError:Of,PleaseReselectTheOptionalQuantity:Pf,TheMaximumLengthIsGreaterThanTheMinimumLength:Mf,TheMinimumLengthIsGreaterThanTheMaximumLength:Tf,PleaseSelectTheCorrectOptionSettings:Rf,optionIdIsRepeat:xf,optionIsRequired:Lf,pleaseEnterDataCode:jf,pleaseEnterValueFieldCode:kf,pleaseEnterSvcCode:qf,pleaseBindAtLeastOneDisplayValue:Vf,pleaseSelectProvince:Nf,pleaseSelectCity:Uf,pleaseSelectDistrict:Wf,limitRowsCannotBeLessThan0:Gf,TheNumberOfRowsCannotBeLessThanMinRows:Hf,pleaseEnterColumnWidth:zf,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Kf,pleaseCompleteAllRulesAndConditions:Jf,pleaseSelectControl:Xf,pleaseSelectDashboard:Qf,theViewNameCannotBeEmpty:Zf,pleaseSelectOcrType:Yf,pleaseSelectAtLeastOneFieldToFillIn:ed,pleaseChooseAtLeastOne:td,pleaseEnterButtonContent:nd,pleaseEnterDataCodeInDataSetting:rd,pleaseEnterValueFieldCodeInDataSetting:ud,pleaseEnterSvcCodeInDataSetting:id,pleaseBindAtLeastOneDisplayValueInDataSetting:od,rootNodeIsRequiredInDataSetting:ad,pleaseEnterMaxHeight:ld,pleaseEnter:sd,pleaseEnterWatermark:cd,pleaseEnterFileName:fd,pleaseUploadAtLeastOnePrintTemplate:dd,pleaseAssignBusiness:pd,pleaseAssignExternal:vd,pleaseEnterAliasCode:hd,pleaseSelectDataCode:yd,pleaseSelectSvcCode:_d,pleaseSelectJoinFieldCode:md,pleaseSelectMainFieldCode:gd,pleaseSelectSortFieldCode:Ed,batchDeleteButton:bd,batchPrintListButton:Bd,batchPrintRecordList:Cd,button:Fd,createFormListButton:Ad,dashboard:wd,divider:Sd,exportListButton:$d,formSelectButton:Dd,importRecordListButton:Id,invoiceCheckButton:Od,link:Pd,listSelectButton:Md,ListViewSelect:Td,operationButton:Rd,pagination:xd,submissionRecordListButton:Ld,text:jd,textOcrButton:kd,title:qd,approvalStatusColumn:Vd,array:Nd,autoNumber:Ud,custom:Wd,decimal:Gd,department:Hd,employee:zd,file:Kd,image:Jd,location:Xd,operation:Qd,order:Zd,people:Yd,long:e0,timescope:t0,timestamp:n0,varchar:r0,gridLayoutWrap:u0,gridTable:i0,subTable:o0,address:a0,amount:l0,calc:s0,checkBox:c0,electronicSignature:f0,input:d0,number:p0,organizationSelection:v0,radio:h0,richText:y0,score:_0,searchNumberRange:m0,select:g0,selectMultiple:E0,selectRelation:b0,textarea:B0,tree:C0,vueFormItem:F0,vuePage:A0,WPS:w0,actionBar:S0,advancedContainer:$0,cardGroup:D0,col:I0,dataView:O0,grid:P0,gridLayoutContainer:M0,gridRow:T0,listView:R0,page:x0,position:L0,positioningContainer:j0,row:k0,subtableColumn:q0,subtableRow:V0,tab:N0,tabPane:U0,toolbox:W0,batchSubmissionListButton:G0,exportRecordListButton:H0,listViewSelect:z0,referenceList:K0,optionOne:J0,optionTwo:X0,optionThird:Q0},Qe={zhCN:al,enUS:nf,jaJP:Z0},Ze,sn=(Ze=window.localStorage.getItem("locale"))!==null&&Ze!==void 0?Ze:"zh-CN",Y0=function(){},P=function(e){return e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search",e}({}),h=function(e){return e.TITLE="title",e.LINK="link",e.IFRAME="iframe",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.BATCH_DELETE_LIST_BUTTON="list-page-btn-batch-delete",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.COMMENT="comment",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.OPERATION_BUTTON="operation-button",e.EMPLOYEE_COLUMN="employee-column",e.Approval_Status_Column="approval-status-column",e.GROUP_COLUMN="group-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.CASCADER="cascader",e.COUNTER="counter",e.SLIDER="slider",e.SWITCH="switch",e.TAG="tag",e.BARCODE="barcode",e.QR_CODE="qr-code",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.TIME_PICKER="time-picker",e.TIME_RANGE="time-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.BLANK_CONTAINER="blank-container",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.GRID_LAYOUT_CONTAINER="grid-layout-container",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.TABLE_LAYOUT="table-layout",e.TABLE_LAYOUT_ROW="table-layout-row",e.TABLE_LAYOUT_COL="table-layout-col",e.TABLE_LAYOUT_WRAPPER="table-layout-wrapper",e.COLLAPSE="collapse",e.COLLAPSE_PANE="collapse-pane",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.BAR_CHART="bar-chart",e.LINE_CHART="line-chart",e.PIE_CHART="pie-chart",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2",e.GRID_LAYOUT_WRAP="grid-layout-wrap",e.VUE_PAGE="vue-page",e.REFERENCE_LIST="reference-list",e.STEP="step",e.STEP_PANE="step-pane",e}({}),H=function(e){return 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.LIST="list",e.JSON="json",e.ANY="ANY",e}({}),cn="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",ep=cn+"0123456789";function Ye(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",n=0;n<e;n++){var r=n===0?cn:ep,u=Math.random()*r.length;t+=r[parseInt(String(u),10)]}return t}function et(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 tp(e){if(Array.isArray(e))return et(e)}function np(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function fn(e,t,n){return t=ce(t),op(e,nt()?Reflect.construct(t,n||[],ce(e).constructor):t.apply(e,n))}function dn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function we(e,t,n){return nt()?we=Reflect.construct:we=function(u,o,i){var l=[null];l.push.apply(l,o);var s=Function.bind.apply(u,l),a=new s;return i&&fe(a,i.prototype),a},we.apply(null,arguments)}function ce(e){return ce=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ce(e)}function pn(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 rp(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function up(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function ip(){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 op(e,t){return t&&(ap(t)==="object"||typeof t=="function")?t:np(e)}function fe(e,t){return fe=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},fe(e,t)}function vn(e){return tp(e)||up(e)||lp(e)||ip()}function ap(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function lp(e,t){if(!!e){if(typeof e=="string")return et(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 et(e,t)}}function tt(e){var t=typeof Map=="function"?new Map:void 0;return tt=function(r){if(r===null||!rp(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 we(r,arguments,ce(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),fe(u,r)},tt(e)}function nt(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(nt=function(){return!!e})()}var rt=console;function Se(){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=rt).warn.apply(r,["\u{1F9D0} Driven Warning:"+t[0]].concat(vn(u)))}function hn(){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=rt).log.apply(r,["\u{1F680} Driven Log:"+t[0]].concat(vn(u)))}function sp(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var ut=function(e){pn(t,e);function t(n){dn(this,t);var r;return r=fn(this,t,[n]),r.name="\u{1F4A5} Driven Error",r.message=n?sp(n):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",r}return t}(tt(Error)),cp=function(e){pn(t,e);function t(n){dn(this,t);var r;return r=fn(this,t,[n]),r.name="\u{1F6A8} Driven Reference Error",r}return t}(ut);function de(e){throw new ut(e)}function yn(e){throw new cp(e)}function fp(e){rt.error(new ut(e))}function dp(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _n(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 pp(e,t,n){return t&&_n(e.prototype,t),n&&_n(e,n),e}function vp(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var mn=function(){function e(){dp(this,e)}return pp(e,null,[{key:"getMessage",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},u;return d("CMD."+n,r,Qe==null||(u=Qe[sn.split("-").join("")])===null||u===void 0?void 0:u[n])}},{key:"resetI18n",value:function(){}},{key:"setLocale",value:function(n,r){}}]),e}();vp(mn,"$i18n",mn.resetI18n());function gn(e,t,n){var r=t.replace(/\[(\d)]/g,function(o,i){return"."+i}).split("."),u=!1;return r.reduce(function(o,i,l,s){var a=o;if(!!o){if(!Object.prototype.hasOwnProperty.call(o,i)){Se("Can not set ".concat(t,"'s ").concat(i," property in current %o, Because there is no ").concat(i," property on the %o"),o,o);return}return l===s.length-1&&!Object.is(a[i],n)&&(a[i]=n,u=!0),a[i]}},e),u}var hp=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},yp={exports:{}};(function(e){(function(t){var n=function(c,v,b){if(!a(v)||y(v)||m(v)||g(v)||s(v))return v;var A,$=0,x=0;if(f(v))for(A=[],x=v.length;$<x;$++)A.push(n(c,v[$],b));else{A={};for(var S in v)Object.prototype.hasOwnProperty.call(v,S)&&(A[c(S,b)]=n(c,v[S],b))}return A},r=function(c,v){v=v||{};var b=v.separator||"_",A=v.split||/(?=[A-Z])/;return c.split(A).join(b)},u=function(c){return C(c)?c:(c=c.replace(/[\-_\s]+(.)?/g,function(v,b){return b?b.toUpperCase():""}),c.substr(0,1).toLowerCase()+c.substr(1))},o=function(c){var v=u(c);return v.substr(0,1).toUpperCase()+v.substr(1)},i=function(c,v){return r(c,v).toLowerCase()},l=Object.prototype.toString,s=function(c){return typeof c=="function"},a=function(c){return c===Object(c)},f=function(c){return l.call(c)=="[object Array]"},y=function(c){return l.call(c)=="[object Date]"},m=function(c){return l.call(c)=="[object RegExp]"},g=function(c){return l.call(c)=="[object Boolean]"},C=function(c){return c=c-0,c===c},p=function(c,v){var b=v&&"process"in v?v.process:v;return typeof b!="function"?c:function(A,$){return b(A,c,$)}},_={camelize:u,decamelize:i,pascalize:o,depascalize:i,camelizeKeys:function(c,v){return n(p(u,v),c)},decamelizeKeys:function(c,v){return n(p(i,v),c,v)},pascalizeKeys:function(c,v){return n(p(o,v),c)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=_:t.humps=_})(hp)})(yp);var En={};Object.defineProperty(En,"__esModule",{value:!0});function it(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(t=>typeof t!="object"||t===null?t:it(t));{const t={};for(const n in e){const r=e[n];t[n]=typeof r!="object"||r===null?r:it(r)}return t}}var _p=En.default=it;function bn(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function N(e){if(e!==void 0)return(typeof e=="undefined"?"undefined":bn(e))==="object"?_p(e):e}function ot(e){return Object.prototype.toString.call(e)==="[object Object]"}function mp(e){return e!=null&&(typeof e=="undefined"?"undefined":bn(e))==="object"&&Array.isArray(e)===!1}function pe(e){return Array.isArray(e)}function at(e){return typeof e=="string"}function gp(e){return Object.values(h).includes(e)}function lt(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 Ep(e){if(Array.isArray(e))return lt(e)}function Bn(e,t,n,r,u,o,i){try{var l=e[o](i),s=l.value}catch(a){n(a);return}l.done?t(s):Promise.resolve(s).then(r,u)}function bp(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var o=e.apply(t,n);function i(s){Bn(o,r,u,i,l,"next",s)}function l(s){Bn(o,r,u,i,l,"throw",s)}i(void 0)})}}function Bp(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Cn(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 Cp(e,t,n){return t&&Cn(e.prototype,t),n&&Cn(e,n),e}function Fn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Fp(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Ap(){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 st(e){return Ep(e)||Fp(e)||wp(e)||Ap()}function wp(e,t){if(!!e){if(typeof e=="string")return lt(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 lt(e,t)}}function Sp(e,t){var n,r,u,o,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return o={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(a){return function(f){return s([a,f])}}function s(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(u=i.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){i=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){i.label=a[1];break}if(a[0]===6&&i.label<u[1]){i.label=u[1],u=a;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(a);break}u[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var An=function(){function e(){Bp(this,e),Fn(this,"_events",new Map),Fn(this,"debug",!1)}return Cp(e,[{key:"emit",value:function(n){for(var r=arguments.length,u=new Array(r>1?r-1:0),o=1;o<r;o++)u[o-1]=arguments[o];var i=this;return bp(function(){var l,s,a,f,y,m,g,C,p,_,c,v;return Sp(this,function(b){switch(b.label){case 0:if(l=i._events.get(n),s=[],!l)return[3,10];a=l.slice(),f=!0,y=!1,m=void 0,b.label=1;case 1:b.trys.push([1,8,9,10]),g=a[Symbol.iterator](),b.label=2;case 2:if(f=(C=g.next()).done)return[3,7];if(p=C.value,!l.includes(p))return[3,6];b.label=3;case 3:return b.trys.push([3,5,,6]),i.debug&&hn.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(p.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+p.applyingPluginName:"",", \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A").concat(u.map(function(){return"%o"}).join(","),"\u3002")].concat(st(u))),[4,p.apply(null,st(u))];case 4:return _=b.sent(),i.debug&&hn.apply(void 0,["\u6B63\u5728\u6267\u884C ".concat(n," \u4E8B\u4EF6: ").concat(p.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+p.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(st(u),[_])),s.push(_),_===!1?[3,7]:[3,6];case 5:return c=b.sent(),fp(String(c)+":"+String(c.stack)),[3,6];case 6:return f=!0,[3,2];case 7:return[3,10];case 8:return v=b.sent(),y=!0,m=v,[3,10];case 9:try{!f&&g.return!=null&&g.return()}finally{if(y)throw m}return[7];case 10:return[2,s]}})})()}},{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),o=u==null?void 0:u.indexOf(r);u==null||u.splice(o,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),e}();function $p(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function wn(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 Dp(e,t,n){return t&&wn(e.prototype,t),n&&wn(e,n),e}function Ip(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Op=[{key:"on_click",name:d("CMD.click",null,"\u70B9\u51FB\u65F6"),code:"click"},{key:"on_click_finish",name:d("CMD.finished",null,"\u6267\u884C\u5B8C\u6210\u65F6"),code:"click-finish"},{key:"on_change",name:d("CMD.valueChange",null,"\u503C\u53D1\u751F\u53D8\u5316\u65F6"),code:"change"},{key:"on_search",name:d("CMD.search",null,"\u641C\u7D22\u65F6"),code:"search"},{key:"on_file_actions",name:d("CMD.onClickFileBtn",null,"\u70B9\u51FB\u6587\u4EF6\u6309\u94AE\u65F6"),code:"file-actions"},{key:"on_tree_search",name:d("CMD.treeDataCreate",null,"\u6811\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"tree-search"},{key:"on_list_change",name:d("CMD.listDataChange",null,"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"list-change"},{key:"on_chart_change",name:d("CMD.chartDataChange",null,"\u56FE\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"chart-change"},{key:"on_list_search",name:d("CMD.listDataCreate",null,"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"list-search"},{key:"on_list_mounted",name:d("CMD.listDataBack",null,"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6"),code:"list-mounted"},{key:"on_list_delete",name:d("CMD.listDataDelete",null,"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6"),code:"list-delete"},{key:"on_list_before_insert",name:d("CMD.listDataAdd",null,"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D"),code:"list-before-insert"},{key:"on_input",name:d("CMD.onInput",null,"\u7528\u6237\u8F93\u5165\u65F6"),code:"input"},{key:"on_blur",name:d("CMD.onBlur",null,"\u5931\u53BB\u7126\u70B9\u65F6"),code:"blur"},{key:"on_focus",name:d("CMD.onFocus",null,"\u83B7\u53D6\u7126\u70B9\u65F6"),code:"focus"},{key:"on_wps_open",name:d("CMD.onOpenFile",null,"\u6253\u5F00\u6587\u4EF6\u65F6"),code:"wps-open"},{key:"on_wps_save",name:d("CMD.onSaveFile",null,"\u4FDD\u5B58\u6587\u4EF6\u65F6"),code:"wps-save"},{key:"on_wps_rename",name:d("CMD.rename",null,"\u91CD\u547D\u540D\u65F6"),code:"wps-rename"},{key:"on_list_actions",name:d("CMD.onClickBtn",null,"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6"),code:"list-actions"},{key:"on_list_render_operation",name:d("CMD.cellRender",null,"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6"),code:"list-render-operation"},{key:"on_list_rowclick",name:d("CMD.rowClick",null,"\u884C\u70B9\u51FB\u65F6"),code:"list-rowclick"},{key:"on_list_before_rowdelete",name:d("CMD.rowDelete",null,"\u884C\u5220\u9664\u524D"),code:"list-before-rowdelete"},{key:"on_list_before_import",name:d("CMD.listDataImport",null,"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D"),code:"list-before-import"},{key:"on_list_rows_checked",name:d("CMD.rowSelected",null,"\u884C\u9009\u4E2D\u65F6"),code:"list-rows-checked"},{key:"on_change_tab",name:d("CMD.tabChange",null,"\u6807\u7B7E\u9875\u5207\u6362\u65F6"),code:"change-tab"},{key:"on_modal_ok",name:d("CMD.modalConfirm",null,"\u5F39\u7A97\u786E\u8BA4\u65F6"),code:"modal-ok"},{key:"on_change_steps",name:d("CMD.stepsChange",null,"\u6B65\u9AA4\u5207\u6362\u65F6"),code:"change-steps"},{key:"on_option_selected",name:d("CMD.optionSelected",null,"DOM\u70B9\u51FBoption\u4E8B\u4EF6"),code:"option_selected"}],ve=function(){function e(){$p(this,e)}return Dp(e,null,[{key:"getEventsFromKeys",value:function(n){var r=typeof n=="string"?[n]:n;return e.events.filter(function(u){return r.includes(u.key)})}},{key:"getEventsFromControl",value:function(n){var r=[],u=n.eventKeys;r=r.concat(e.events.filter(function(i){return u.includes(i.key)}));var o=n.customEvents.map(function(i){var l=i.key;return i.namespace!==void 0&&i.namespace!==null&&i.namespace!==""&&(l=i.namespace+":"+i.key),{key:l,code:i.key,name:i.name}});return r=r.concat(o),r}}]),e}();Ip(ve,"events",Op);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 Pp(e){if(Array.isArray(e))return ct(e)}function Mp(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Tp(){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 Sn(e){return Pp(e)||Mp(e)||Rp(e)||Tp()}function Rp(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 ft(e,t){var n;!((n=Object.getOwnPropertyDescriptors(e)[t])===null||n===void 0)&&n.enumerable&&Object.defineProperty(e,t,{enumerable:!1})}function $n(e,t,n){n!=="Runtime"&&(e.parent=t,ft(e,"parent"))}function xp(e,t,n){e.forEach(function(r){$n(r,t,n)})}var Dn=Symbol("targetKey");function In(e){var t;return(t=e[Dn])!==null&&t!==void 0?t:e}function On(e,t,n){return xp(e,t,n),new Proxy(e,{get:function(u,o){for(var i=arguments.length,l=new Array(i>2?i-2:0),s=2;s<i;s++)l[s-2]=arguments[s];var a;return o===Dn?u:(a=Reflect).get.apply(a,[u,o].concat(Sn(l)))},set:function(u,o,i){for(var l=arguments.length,s=new Array(l>3?l-3:0),a=3;a<l;a++)s[a-3]=arguments[a];var f;if(pe(e)&&o==="length"&&i===e.length)return!0;var y=(f=Reflect).set.apply(f,[u,o,i].concat(Sn(s)));return ot(i)&&$n(i,t,n),y}})}function dt(e,t,n,r,u){var o=r!=null?r:e,i=On(In(n!=null?n:[]),o,u);Object.defineProperty(e,t,{get:function(){return i},set:function(s){i=On(In(s),o,u)},enumerable:!0})}function Lp(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pn(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 jp(e,t,n){return t&&Pn(e.prototype,t),n&&Pn(e,n),e}function z(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Mn=[],he=function(){function e(t){Lp(this,e),z(this,"registeredControlTypes",new Set),z(this,"controlConfigMap",new Map),z(this,"_controls",[]),z(this,"_type",void 0),this._type=t,this._initControls(t)}return jp(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__||de("".concat(n.name," is not a Control"));var r=this._controls.findIndex(function(u){return u.controlType===n.controlType});return r>-1&&(Se("The ".concat(n.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(r,1)),this.registeredControlTypes.add(n.controlType),this._controls.push(n),this}},{key:"isLayoutControl",value:function(n){return n.controlType===P.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===P.FORM}},{key:"isListControl",value:function(n){return n.controlType===P.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===P.COLUMN}},{key:"createControl",value:function(n,r){var u=this;if(Array.isArray(n))return n.map(function(f){return u.createControl(f,r)});if(n.children&&(n.children=n.children.map(function(f){return u.createControl(f,r)})),this.isListControl(n)){var o=n.props;o.headers&&(o.headers=o.headers.map(function(f){return u.createControl(f,r)}))}var i=this.getControlFormType(n.type);if(i){var l=n;if(typeof r=="function"){var s=r(l);s&&(l=s)}var a;return i.mode==="Runtime"?(a=l,a.fieldType=i.controlFieldType,this._setParentPrototypeToSchema(a,this)):a=new i(l),a}else de("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))}},{key:"resetInstanceParent",value:function(n,r){delete n.parent,Object.defineProperty(n,"parent",{configurable:!0,get:function(){return r}}),ft(n,"parent")}},{key:"_setParentPrototypeToSchema",value:function(n,r){r._type==="Runtime"&&(Object.defineProperty(n,"parent",{configurable:!0,get:function(){var o=n.id,i=r._controlParentIdMap,l=r.instanceMap;if(!(!i||!l)){var s=i[o],a=l[o];if(!(!s&&!a)){var f=a.findIndex(function(g){return g==n}),y=l[s]||[],m;return y.length!==a.length?m=y[0]:m=y[f],m}}}}),ft(n,"parent"))}},{key:"createControlInstance",value:function(n,r){var u=this.getControlFormType(n);if(u)return new u(r)}},{key:"getControlFormType",value:function(n){return this._controls.find(function(r){return r.controlType===n})}},{key:"_initControls",value:function(n){var r=this;this.constructor.staticControls.forEach(function(u){r.register(u[n]),e.staticControlsRuntimeRules.set(u.Runtime.controlType,u.Property.RuntimeRules),u.Property.mode=n})}}],[{key:"staticGetRules",value:function(n,r){var u=e.staticControlsRuntimeRules.get(n),o=[];if(u){var i=new u(r);o=Array.from(i)}return o}},{key:"register",value:function(n,r){var u=n.Designer,o=n.Runtime,i=n.Property;(!u||!o||!u.__is_control__||!o.__is_control__)&&de("".concat(n," is can't register as a Control"));var l=this.staticControls.findIndex(function(s){return s.Designer.controlType===u.controlType});return l>-1&&(Se("The ".concat(u.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(l,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(n),i.mode=r,this}}]),e}();z(he,"staticControlsRuntimeRules",new Map),z(he,"staticControls",Mn),z(he,"staticRegisteredTypes",new Set(Mn.map(function(e){return e.Designer.controlType}))),z(he,"staticRegisteredConfigs",new Map);function pt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function L(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Tn=function e(t){pt(this,e),L(this,"dataCode",void 0),L(this,"fieldCode",void 0),L(this,"fieldType",void 0),L(this,"aliasCode",void 0);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},kp=function e(t){pt(this,e),L(this,"minWidth",void 0),L(this,"maxWidth",void 0),L(this,"flex",void 0);var n;this.minWidth=(n=t==null?void 0:t.minWidth)!==null&&n!==void 0?n:150,this.maxWidth=t==null?void 0:t.maxWidth;var r;this.flex=(r=t==null?void 0:t.flex)!==null&&r!==void 0?r:1},qp=function(e){return e[e.UNKNOWN=0]="UNKNOWN",e[e.READONLY=1]="READONLY",e[e.EDITABLE=2]="EDITABLE",e[e.PRINT=5]="PRINT",e}({}),Vp=function e(t){pt(this,e),L(this,"width",void 0),L(this,"height",void 0),L(this,"widthConfig",void 0),L(this,"heightConfig",void 0);var n;this.width=(n=t==null?void 0:t.width)!==null&&n!==void 0?n:"";var r;this.height=(r=t==null?void 0:t.height)!==null&&r!==void 0?r:"";var u;this.widthConfig=(u=t==null?void 0:t.widthConfig)!==null&&u!==void 0?u:"fill";var o;this.heightConfig=(o=t==null?void 0:t.heightConfig)!==null&&o!==void 0?o:"fill"};function Np(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Up(e,t,n){return t=ye(t),Hp(e,yt()?Reflect.construct(t,n||[],ye(e).constructor):t.apply(e,n))}function vt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $e(e,t,n){return yt()?$e=Reflect.construct:$e=function(u,o,i){var l=[null];l.push.apply(l,o);var s=Function.bind.apply(u,l),a=new s;return i&&_e(a,i.prototype),a},$e.apply(null,arguments)}function U(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ye(e){return ye=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ye(e)}function Wp(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 Gp(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Hp(e,t){return t&&(zp(t)==="object"||typeof t=="function")?t:Np(e)}function _e(e,t){return _e=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},_e(e,t)}function zp(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function ht(e){var t=typeof Map=="function"?new Map:void 0;return ht=function(r){if(r===null||!Gp(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 $e(r,arguments,ye(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),_e(u,r)},ht(e)}function yt(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(yt=function(){return!!e})()}var _t=function e(t){vt(this,e),U(this,"isHide",{type:"boolean"})},Rn=function(e){Wp(t,e);function t(n){return vt(this,t),Up(this,t)}return t}(ht(Array)),W=function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";vt(this,e),U(this,"isHide",void 0),U(this,"className",void 0),U(this,"style",void 0),U(this,"caption",void 0),U(this,"defaultState",void 0);var r;this.isHide=(r=t==null?void 0:t.isHide)!==null&&r!==void 0?r:!1,this.style=new Vp(t==null?void 0:t.style);var u;this.caption=(u=t==null?void 0:t.caption)!==null&&u!==void 0?u:n};U(W,"mode",void 0),U(W,"Rules",_t),U(W,"RuntimeRules",Rn);function j(){return j=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},j.apply(this,arguments)}function Kp(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function mt(e){return mt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},mt(e)}function De(e,t){return De=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},De(e,t)}function Jp(){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 Ie(e,t,n){return Jp()?Ie=Reflect.construct:Ie=function(u,o,i){var l=[null];l.push.apply(l,o);var s=Function.bind.apply(u,l),a=new s;return i&&De(a,i.prototype),a},Ie.apply(null,arguments)}function Xp(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function gt(e){var t=typeof Map=="function"?new Map:void 0;return gt=function(r){if(r===null||!Xp(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 Ie(r,arguments,mt(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),De(u,r)},gt(e)}var Qp=/%[sdj%]/g,xn=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(xn=function(t,n){typeof console!="undefined"&&console.warn&&n.every(function(r){return typeof r=="string"})&&console.warn(t,n)});function Et(e){if(!e||!e.length)return null;var t={};return e.forEach(function(n){var r=n.field;t[r]=t[r]||[],t[r].push(n)}),t}function T(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=1,u=t[0],o=t.length;if(typeof u=="function")return u.apply(null,t.slice(1));if(typeof u=="string"){var i=String(u).replace(Qp,function(l){if(l==="%%")return"%";if(r>=o)return l;switch(l){case"%s":return String(t[r++]);case"%d":return Number(t[r++]);case"%j":try{return JSON.stringify(t[r++])}catch(s){return"[Circular]"}break;default:return l}});return i}return u}function Zp(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function D(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||Zp(t)&&typeof e=="string"&&!e)}function Yp(e,t,n){var r=[],u=0,o=e.length;function i(l){r.push.apply(r,l),u++,u===o&&n(r)}e.forEach(function(l){t(l,i)})}function Ln(e,t,n){var r=0,u=e.length;function o(i){if(i&&i.length){n(i);return}var l=r;r=r+1,l<u?t(e[l],o):n([])}o([])}function ev(e){var t=[];return Object.keys(e).forEach(function(n){t.push.apply(t,e[n])}),t}var jn=function(e){Kp(t,e);function t(n,r){var u;return u=e.call(this,"Async Validation Error")||this,u.errors=n,u.fields=r,u}return t}(gt(Error));function tv(e,t,n,r){if(t.first){var u=new Promise(function(y,m){var g=function(_){return r(_),_.length?m(new jn(_,Et(_))):y()},C=ev(e);Ln(C,n,g)});return u.catch(function(y){return y}),u}var o=t.firstFields||[];o===!0&&(o=Object.keys(e));var i=Object.keys(e),l=i.length,s=0,a=[],f=new Promise(function(y,m){var g=function(p){if(a.push.apply(a,p),s++,s===l)return r(a),a.length?m(new jn(a,Et(a))):y()};i.length||(r(a),y()),i.forEach(function(C){var p=e[C];o.indexOf(C)!==-1?Ln(p,n,g):Yp(p,n,g)})});return f.catch(function(y){return y}),f}function kn(e){return function(t){return t&&t.message?(t.field=t.field||e.fullField,t):{message:typeof t=="function"?t():t,field:t.field||e.fullField}}}function qn(e,t){if(t){for(var n in t)if(t.hasOwnProperty(n)){var r=t[n];typeof r=="object"&&typeof e[n]=="object"?e[n]=j(j({},e[n]),r):e[n]=r}}return e}function Vn(e,t,n,r,u,o){e.required&&(!n.hasOwnProperty(e.field)||D(t,o||e.type))&&r.push(T(u.messages.required,e.fullField))}function nv(e,t,n,r,u){(/^\s+$/.test(t)||t==="")&&r.push(T(u.messages.whitespace,e.fullField))}var bt={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},me={integer:function(t){return me.number(t)&&parseInt(t,10)===t},float:function(t){return me.number(t)&&!me.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch(n){return!1}},date:function(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function(t){return isNaN(t)?!1:typeof t=="number"},object:function(t){return typeof t=="object"&&!me.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&!!t.match(bt.email)&&t.length<255},url:function(t){return typeof t=="string"&&!!t.match(bt.url)},hex:function(t){return typeof t=="string"&&!!t.match(bt.hex)}};function rv(e,t,n,r,u){if(e.required&&t===void 0){Vn(e,t,n,r,u);return}var o=["integer","float","array","regexp","object","method","email","number","date","url","hex"],i=e.type;o.indexOf(i)>-1?me[i](t)||r.push(T(u.messages.types[i],e.fullField,e.type)):i&&typeof t!==e.type&&r.push(T(u.messages.types[i],e.fullField,e.type))}function uv(e,t,n,r,u){var o=typeof e.len=="number",i=typeof e.min=="number",l=typeof e.max=="number",s=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,a=t,f=null,y=typeof t=="number",m=typeof t=="string",g=Array.isArray(t);if(y?f="number":m?f="string":g&&(f="array"),!f)return!1;g&&(a=t.length),m&&(a=t.replace(s,"_").length),o?a!==e.len&&r.push(T(u.messages[f].len,e.fullField,e.len)):i&&!l&&a<e.min?r.push(T(u.messages[f].min,e.fullField,e.min)):l&&!i&&a>e.max?r.push(T(u.messages[f].max,e.fullField,e.max)):i&&l&&(a<e.min||a>e.max)&&r.push(T(u.messages[f].range,e.fullField,e.min,e.max))}var Y="enum";function iv(e,t,n,r,u){e[Y]=Array.isArray(e[Y])?e[Y]:[],e[Y].indexOf(t)===-1&&r.push(T(u.messages[Y],e.fullField,e[Y].join(", ")))}function ov(e,t,n,r,u){if(e.pattern){if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||r.push(T(u.messages.pattern.mismatch,e.fullField,t,e.pattern));else if(typeof e.pattern=="string"){var o=new RegExp(e.pattern);o.test(t)||r.push(T(u.messages.pattern.mismatch,e.fullField,t,e.pattern))}}}var E={required:Vn,whitespace:nv,type:rv,range:uv,enum:iv,pattern:ov};function av(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t,"string")&&!e.required)return n();E.required(e,t,r,o,u,"string"),D(t,"string")||(E.type(e,t,r,o,u),E.range(e,t,r,o,u),E.pattern(e,t,r,o,u),e.whitespace===!0&&E.whitespace(e,t,r,o,u))}n(o)}function lv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t)&&!e.required)return n();E.required(e,t,r,o,u),t!==void 0&&E.type(e,t,r,o,u)}n(o)}function sv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(t===""&&(t=void 0),D(t)&&!e.required)return n();E.required(e,t,r,o,u),t!==void 0&&(E.type(e,t,r,o,u),E.range(e,t,r,o,u))}n(o)}function cv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t)&&!e.required)return n();E.required(e,t,r,o,u),t!==void 0&&E.type(e,t,r,o,u)}n(o)}function fv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t)&&!e.required)return n();E.required(e,t,r,o,u),D(t)||E.type(e,t,r,o,u)}n(o)}function dv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t)&&!e.required)return n();E.required(e,t,r,o,u),t!==void 0&&(E.type(e,t,r,o,u),E.range(e,t,r,o,u))}n(o)}function pv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t)&&!e.required)return n();E.required(e,t,r,o,u),t!==void 0&&(E.type(e,t,r,o,u),E.range(e,t,r,o,u))}n(o)}function vv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(t==null&&!e.required)return n();E.required(e,t,r,o,u,"array"),t!=null&&(E.type(e,t,r,o,u),E.range(e,t,r,o,u))}n(o)}function hv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t)&&!e.required)return n();E.required(e,t,r,o,u),t!==void 0&&E.type(e,t,r,o,u)}n(o)}var yv="enum";function _v(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t)&&!e.required)return n();E.required(e,t,r,o,u),t!==void 0&&E[yv](e,t,r,o,u)}n(o)}function mv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t,"string")&&!e.required)return n();E.required(e,t,r,o,u),D(t,"string")||E.pattern(e,t,r,o,u)}n(o)}function gv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t,"date")&&!e.required)return n();if(E.required(e,t,r,o,u),!D(t,"date")){var l;t instanceof Date?l=t:l=new Date(t),E.type(e,l,r,o,u),l&&E.range(e,l.getTime(),r,o,u)}}n(o)}function Ev(e,t,n,r,u){var o=[],i=Array.isArray(t)?"array":typeof t;E.required(e,t,r,o,u,i),n(o)}function Bt(e,t,n,r,u){var o=e.type,i=[],l=e.required||!e.required&&r.hasOwnProperty(e.field);if(l){if(D(t,o)&&!e.required)return n();E.required(e,t,r,i,u,o),D(t,o)||E.type(e,t,r,i,u)}n(i)}function bv(e,t,n,r,u){var o=[],i=e.required||!e.required&&r.hasOwnProperty(e.field);if(i){if(D(t)&&!e.required)return n();E.required(e,t,r,o,u)}n(o)}var ge={string:av,method:lv,number:sv,boolean:cv,regexp:fv,integer:dv,float:pv,array:vv,object:hv,enum:_v,pattern:mv,date:gv,url:Bt,hex:Bt,email:Bt,required:Ev,any:bv};function Ct(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var Ft=Ct();function K(e){this.rules=null,this._messages=Ft,this.define(e)}K.prototype={messages:function(t){return t&&(this._messages=qn(Ct(),t)),this._messages},define:function(t){if(!t)throw new Error("Cannot configure a schema with no rules");if(typeof t!="object"||Array.isArray(t))throw new Error("Rules must be an object");this.rules={};var n,r;for(n in t)t.hasOwnProperty(n)&&(r=t[n],this.rules[n]=Array.isArray(r)?r:[r])},validate:function(t,n,r){var u=this;n===void 0&&(n={}),r===void 0&&(r=function(){});var o=t,i=n,l=r;if(typeof i=="function"&&(l=i,i={}),!this.rules||Object.keys(this.rules).length===0)return l&&l(),Promise.resolve();function s(p){var _,c=[],v={};function b(A){if(Array.isArray(A)){var $;c=($=c).concat.apply($,A)}else c.push(A)}for(_=0;_<p.length;_++)b(p[_]);c.length?v=Et(c):(c=null,v=null),l(c,v)}if(i.messages){var a=this.messages();a===Ft&&(a=Ct()),qn(a,i.messages),i.messages=a}else i.messages=this.messages();var f,y,m={},g=i.keys||Object.keys(this.rules);g.forEach(function(p){f=u.rules[p],y=o[p],f.forEach(function(_){var c=_;typeof c.transform=="function"&&(o===t&&(o=j({},o)),y=o[p]=c.transform(y)),typeof c=="function"?c={validator:c}:c=j({},c),c.validator=u.getValidationMethod(c),c.field=p,c.fullField=c.fullField||p,c.type=u.getType(c),c.validator&&(m[p]=m[p]||[],m[p].push({rule:c,value:y,source:o,field:p}))})});var C={};return tv(m,i,function(p,_){var c=p.rule,v=(c.type==="object"||c.type==="array")&&(typeof c.fields=="object"||typeof c.defaultField=="object");v=v&&(c.required||!c.required&&p.value),c.field=p.field;function b(x,S){return j(j({},S),{},{fullField:c.fullField+"."+x})}function A(x){x===void 0&&(x=[]);var S=x;if(Array.isArray(S)||(S=[S]),!i.suppressWarning&&S.length&&K.warning("async-validator:",S),S.length&&c.message!==void 0&&(S=[].concat(c.message)),S=S.map(kn(c)),i.first&&S.length)return C[c.field]=1,_(S);if(!v)_(S);else{if(c.required&&!p.value)return c.message!==void 0?S=[].concat(c.message).map(kn(c)):i.error&&(S=[i.error(c,T(i.messages.required,c.field))]),_(S);var q={};if(c.defaultField)for(var Nr in p.value)p.value.hasOwnProperty(Nr)&&(q[Nr]=c.defaultField);q=j(j({},q),p.rule.fields);for(var ie in q)if(q.hasOwnProperty(ie)){var E5=Array.isArray(q[ie])?q[ie]:[q[ie]];q[ie]=E5.map(b.bind(null,ie))}var Ur=new K(q);Ur.messages(i.messages),p.rule.options&&(p.rule.options.messages=i.messages,p.rule.options.error=i.error),Ur.validate(p.value,p.rule.options||i,function(an){var oe=[];S&&S.length&&oe.push.apply(oe,S),an&&an.length&&oe.push.apply(oe,an),_(oe.length?oe:null)})}}var $;c.asyncValidator?$=c.asyncValidator(c,p.value,A,p.source,i):c.validator&&($=c.validator(c,p.value,A,p.source,i),$===!0?A():$===!1?A(c.message||c.field+" fails"):$ instanceof Array?A($):$ instanceof Error&&A($.message)),$&&$.then&&$.then(function(){return A()},function(x){return A(x)})},function(p){s(p)})},getType:function(t){if(t.type===void 0&&t.pattern instanceof RegExp&&(t.type="pattern"),typeof t.validator!="function"&&t.type&&!ge.hasOwnProperty(t.type))throw new Error(T("Unknown rule type %s",t.type));return t.type||"string"},getValidationMethod:function(t){if(typeof t.validator=="function")return t.validator;var n=Object.keys(t),r=n.indexOf("message");return r!==-1&&n.splice(r,1),n.length===1&&n[0]==="required"?ge.required:ge[this.getType(t)]||!1}},K.register=function(t,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");ge[t]=n},K.warning=xn,K.messages=Ft,K.validators=ge;var Bv={required:d("CMD.aad41751712156995"),maxLength:d("CMD.890d1751712141808"),minLength:d("CMD.bb9b1751712143625"),string:{range:d("CMD.f7131751712147855")}};function Cv(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new K(e);return n.messages(Object.assign(Bv,t)),n}var Nn=new An;function At(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 Fv(e){if(Array.isArray(e))return e}function Av(e){if(Array.isArray(e))return At(e)}function Un(e,t,n,r,u,o,i){try{var l=e[o](i),s=l.value}catch(a){n(a);return}l.done?t(s):Promise.resolve(s).then(r,u)}function Wn(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var o=e.apply(t,n);function i(s){Un(o,r,u,i,l,"next",s)}function l(s){Un(o,r,u,i,l,"throw",s)}i(void 0)})}}function wv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Gn(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 Sv(e,t,n){return t&&Gn(e.prototype,t),n&&Gn(e,n),e}function F(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Hn(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function zn(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function $v(){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 Dv(){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 Kn(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){F(e,u,n[u])})}return e}function Iv(e){return Fv(e)||zn(e)||Jn(e)||$v()}function wt(e){return Av(e)||zn(e)||Jn(e)||Dv()}function Ov(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Jn(e,t){if(!!e){if(typeof e=="string")return At(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 At(e,t)}}function Xn(e,t){var n,r,u,o,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return o={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(a){return function(f){return s([a,f])}}function s(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(u=i.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){i=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){i.label=a[1];break}if(a[0]===6&&i.label<u[1]){i.label=u[1],u=a;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(a);break}u[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var O=function(){function t(n){var r=this;wv(this,t),F(this,"id",void 0),F(this,"name",void 0),F(this,"icon",void 0),F(this,"type",void 0),F(this,"controlType",void 0),F(this,"props",void 0),F(this,"setting",[]),F(this,"fieldType",void 0),F(this,"eventKeys",[]),F(this,"customEvents",[]),F(this,"parent",null),F(this,"slots",void 0),F(this,"slotPosition",void 0),F(this,"updateSetting",Zn),F(this,"removeSetting",Qn),this._callControlHooks("preInstance",n);var u=Hn(this,t)?this.constructor:void 0,o=u.controlName,i=u.controlIcon,l=u.controlType,s=u.controlFieldType,a=u.controlEventKeys,f=u.controlCustomEvents,y=u.name,m=u.setting,g=u.slots,C=u.slotPosition;o&&i&&l||yn("The ".concat(y," controlName,controlIcon,controlType is not define"));var p;this.id=(p=n==null?void 0:n.id)!==null&&p!==void 0?p:Ye(10),this.name=o,this.icon=i;var _;this.type=(_=n==null?void 0:n.type)!==null&&_!==void 0?_:l,this.props=new W(n==null?void 0:n.props,(Hn(this,t)?this.constructor:void 0).controlName);var c;this.controlType=(c=n==null?void 0:n.controlType)!==null&&c!==void 0?c:"base",this.setting=N(m);var v;this.fieldType=(v=n==null?void 0:n.fieldType)!==null&&v!==void 0?v:s,this.eventKeys=N(a),this.customEvents=N(f),this.slots=N(g),this.slotPosition=N(C),Promise.resolve().then(function(){r._callControlHooks("postInstance",n)})}return Sv(t,[{key:"rules",get:function(){var r=this.props.constructor.Rules;return r?new r(this.props):{}}},{key:"_callControlHooks",value:function(){for(var r=arguments.length,u=new Array(r),o=0;o<r;o++)u[o]=arguments[o];var i,l=Iv(u),s=l[0],a=l.slice(1);return(i=Nn).emit.apply(i,[s,this].concat(wt(a)))}},{key:"preUpdate",value:function(r,u){this._callControlHooks("preUpdateProps",r,u)}},{key:"postUpdate",value:function(r,u){this._callControlHooks("postUpdateProps",r,u)}},{key:"updateProps",value:function(r,u){this.preUpdate(r,u),gn(this.props,r,u),this.postUpdate(r,u)}},{key:"preValidate",value:function(){var r=this;return Wn(function(){var u,o,i;return Xn(this,function(l){switch(l.label){case 0:return u=Kn({},r.rules),[4,r._callControlHooks("preValidate",u)];case 1:return o=l.sent(),i=o[o.length-1],[2,i===!1?void 0:i]}})})()}},{key:"validate",value:function(r,u){var o=this;return Wn(function(){var i,l,s,a;return Xn(this,function(f){switch(f.label){case 0:return[4,o.preValidate()];case 1:i=f.sent(),l=i!==void 0?i:Kn({},o.rules),Array.isArray(u)&&u.forEach(function(y){l.hasOwnProperty(y)&&delete l[y]}),s=Cv(l,r),f.label=2;case 2:return f.trys.push([2,4,,5]),[4,s.validate(o.props)];case 3:return f.sent(),[2,!0];case 4:throw a=f.sent(),a.control||(a.control=o),a;case 5:return[2]}})})()}},{key:"toDataBindModel",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,u=this.fieldType,o=this.id,i=this.type,l=this.props,s=l.dataBind,a=l.datasourceBind,f=l.optionConfig,y=l.caption,m=l.required,g=l.maxLength,C=l.options,p=l.encrypted,_=l.encryptedMode;if(!(!u&&!s&&!a)){var c={parentId:r,fieldType:u,controlId:o,caption:y,type:i,props:{}};switch(s&&(c.dataBind=s),f){case"datasource":case void 0:a&&(c.datasourceBind=a);break;case"custom":c.props.options=C;break}return m!==void 0&&(c.required=m),g!==void 0&&(c.maxLength=g),p!==void 0&&(c.encrypted=p),_!==void 0&&(c.encryptedMode=_),c}}},{key:"preToSchema",value:function(){this._callControlHooks("preToSchema",this)}},{key:"toSchema",value:function(){return this.preToSchema(),{id:this.id,type:this.type,props:N(this.props),fieldType:this.fieldType,controlType:this.controlType}}}],[{key:"updateBasicControl",value:function(r,u){if(r==="setting"){if(u.add){var o;(o=this.setting).push.apply(o,wt(u.add))}u.remove&&this.removeSettingItem(u.remove),u.update}}}]),t}();F(O,"mode","Designer"),F(O,"slots",void 0),F(O,"slotPosition",void 0),F(O,"controlName",d("CMD.7baf1751712168384")),F(O,"controlIcon","icon"),F(O,"controlType","control"),F(O,"controlFieldType",void 0),F(O,"controlEventKeys",[]),F(O,"controlCustomEvents",[]),F(O,"setting",[]),F(O,"__is_control__",!0),F(O,"removeSettingItem",Qn),F(O,"updateSettingItem",Zn);function Qn(e){var t=this,n=Array.isArray(e)?e:[e];n.forEach(function(r){var u,o=typeof r!="string",i=(u=t.setting)===null||u===void 0?void 0:u.findIndex(function(a){return a.key===(o?r.key:r)});if(i!==-1){var l,s;o?t.setting[i].showItems=(l=t.setting[i].showItems)===null||l===void 0?void 0:l.filter(function(a){return!r.hideItems.includes(a)}):t.setting.splice(i,1),o&&!(!((s=t.setting[i].showItems)===null||s===void 0)&&s.length)&&t.setting.splice(i,1)}})}function Zn(e,t){var n=this,r=typeof e=="string"?[e]:e;r.forEach(function(u){var o=n.setting.find(function(a){return a.key===u});if(o){if(typeof t=="boolean")o.visible=t;else if((typeof t=="undefined"?"undefined":Ov(t))==="object"){var i,l=(i=t.type)!==null&&i!==void 0?i:"replace";if(l==="replace")o.showItems=t.showItems;else{var s;(s=o.showItems).push.apply(s,wt(t.showItems))}}}})}function Pv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Yn(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 Mv(e,t,n){return t&&Yn(e.prototype,t),n&&Yn(e,n),e}function R(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Tv(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var Ee=function(){function t(n){Pv(this,t),R(this,"id",void 0),R(this,"type",void 0),R(this,"controlType",void 0),R(this,"props",void 0),R(this,"fieldType",void 0),R(this,"customEvents",[]),R(this,"pageStatus",void 0),R(this,"parent",null);var r=Tv(this,t)?this.constructor:void 0,u=r.controlType,o=r.controlFieldType,i=r.name,l=r.controlCustomEvents;u||yn("The ".concat(i," controlType is not define"));var s;this.id=(s=n==null?void 0:n.id)!==null&&s!==void 0?s:Ye(10);var a;this.type=(a=n==null?void 0:n.type)!==null&&a!==void 0?a:u,this.props=new W(n==null?void 0:n.props),this.customEvents=l;var f;this.controlType=(f=n==null?void 0:n.controlType)!==null&&f!==void 0?f:"base";var y;this.fieldType=(y=n==null?void 0:n.fieldType)!==null&&y!==void 0?y:o;var m;this.pageStatus=(m=n==null?void 0:n.pageStatus)!==null&&m!==void 0?m:qp.UNKNOWN}return Mv(t,[{key:"rules",get:function(){var r=this.props.constructor.RuntimeRules;if(r){var u=new r(this.props);return Array.from(u)}return[]}}]),t}();R(Ee,"mode","Runtime"),R(Ee,"controlType","control"),R(Ee,"controlFieldType",void 0),R(Ee,"__is_control__",!0),R(Ee,"controlCustomEvents",[]);function er(e){return(e==null?void 0:e.dataCode)!==void 0&&(e==null?void 0:e.fieldCode)!==void 0}function Rv(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function St(e,t,n){return t=Oe(t),xv(e,tr()?Reflect.construct(t,n||[],Oe(e).constructor):t.apply(e,n))}function $t(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function w(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Oe(e){return Oe=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Oe(e)}function Dt(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&&It(e,t)}function xv(e,t){return t&&(Lv(t)==="object"||typeof t=="function")?t:Rv(e)}function It(e,t){return It=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},It(e,t)}function Lv(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function tr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(tr=function(){return!!e})()}var jv=function(e){Dt(t,e);function t(n){$t(this,t);var r;r=St(this,t,[n]),w(r,"dataBind",{}),w(r,"caption",{type:"string",required:!0,message:d("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")}),w(r,"isHideCaption",{type:"boolean"}),w(r,"labelPosition",{type:"enum",enum:["top","left"]}),w(r,"defaultState",{type:"enum",enum:["default","readonly"]}),w(r,"required",{type:"boolean"}),w(r,"captionTip",{type:"string",required:!1,message:d("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")});var u={fieldCode:{type:"string",required:!0,message:d("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},dataCode:{type:"string",required:!0,message:d("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}};if(er(n.dataBind))r.dataBind={type:"object",required:!0,fields:N(u),message:d("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};else{var o={type:"object",required:!0,fields:{},message:d("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};Object.keys(n.dataBind).forEach(function(i){o.fields[i]={type:"object",required:!0,fields:N(u),message:d("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}}),r.dataBind=o}return n.isShowCaptionTip&&(r.captionTip.required=!0),r}return t}(_t),kv=function(e){Dt(t,e);function t(n){$t(this,t);var r;r=St(this,t,[n]);var u=n.isHide?!1:n.required;return u&&r.push({type:"string",required:u,message:n.requiredMessage!==""?n.requiredMessage:d("CMD.runtimeRequired",{caption:n.caption},"{caption}\u5FC5\u586B")}),r}return t}(Rn),Ot=function(e){Dt(t,e);function t(n){$t(this,t);var r;r=St(this,t,[n]),w(r,"caption",void 0),w(r,"captionSize",void 0),w(r,"captionColor",void 0),w(r,"isCaptionItalic",void 0),w(r,"captionFontWeight",void 0),w(r,"className",void 0),w(r,"isHideCaption",void 0),w(r,"isShowCaptionTip",void 0),w(r,"captionTip",void 0),w(r,"labelPosition",void 0),w(r,"dataBind",void 0),w(r,"defaultValue",void 0),w(r,"placeholder",void 0),w(r,"defaultState",void 0),w(r,"required",void 0),w(r,"requiredMessage",void 0);var u;r.caption=(u=n==null?void 0:n.caption)!==null&&u!==void 0?u:"";var o;r.captionSize=(o=n==null?void 0:n.captionSize)!==null&&o!==void 0?o:"";var i;r.captionColor=(i=n==null?void 0:n.captionColor)!==null&&i!==void 0?i:"";var l;r.isCaptionItalic=(l=n==null?void 0:n.isCaptionItalic)!==null&&l!==void 0?l:!1;var s;r.captionFontWeight=(s=n==null?void 0:n.captionFontWeight)!==null&&s!==void 0?s:"normal";var a;r.className=(a=n==null?void 0:n.className)!==null&&a!==void 0?a:[];var f;r.isHideCaption=(f=n==null?void 0:n.isHideCaption)!==null&&f!==void 0?f:!1;var y;r.isShowCaptionTip=(y=n==null?void 0:n.isShowCaptionTip)!==null&&y!==void 0?y:!1;var m;r.captionTip=(m=n==null?void 0:n.captionTip)!==null&&m!==void 0?m:"";var g;r.defaultState=(g=n==null?void 0:n.defaultState)!==null&&g!==void 0?g:"default";var C;r.labelPosition=(C=n==null?void 0:n.labelPosition)!==null&&C!==void 0?C:"top";var p;r.placeholder=(p=n==null?void 0:n.placeholder)!==null&&p!==void 0?p:"";var _;r.required=(_=n==null?void 0:n.required)!==null&&_!==void 0?_:!1;var c;r.requiredMessage=(c=n==null?void 0:n.requiredMessage)!==null&&c!==void 0?c:"",r.dataBind=new Tn(n==null?void 0:n.dataBind);var v;return r.defaultValue=(v=n==null?void 0:n.defaultValue)!==null&&v!==void 0?v:"",r}return t}(W);w(Ot,"Rules",jv),w(Ot,"RuntimeRules",kv);function qv(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Vv(e,t,n){return t=Me(t),Wv(e,nr()?Reflect.construct(t,n||[],Me(e).constructor):t.apply(e,n))}function Nv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pe(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){return Me=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Me(e)}function Uv(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&&Pt(e,t)}function Wv(e,t){return t&&(Gv(t)==="object"||typeof t=="function")?t:qv(e)}function Pt(e,t){return Pt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Pt(e,t)}function Gv(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function nr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(nr=function(){return!!e})()}var rr=function(e){Uv(t,e);function t(n){Nv(this,t);var r;return r=Vv(this,t,[n]),Pe(r,"controlType","form"),Pe(r,"props",void 0),r.props=new Ot(n==null?void 0:n.props),r}return t}(O);Pe(rr,"controlEventKeys",["on_change","on_focus","on_blur"]),Pe(rr,"controlCustomAttributes",void 0);function Hv(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function zv(e,t,n){return t=Te(t),Xv(e,ur()?Reflect.construct(t,n||[],Te(e).constructor):t.apply(e,n))}function Kv(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 Jv(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&&Mt(e,t)}function Xv(e,t){return t&&(Qv(t)==="object"||typeof t=="function")?t:Hv(e)}function Mt(e,t){return Mt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Mt(e,t)}function Qv(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function ur(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(ur=function(){return!!e})()}var Zv=function(e){Jv(t,e);function t(n){return Kv(this,t),zv(this,t,[n])}return t}(W);function Tt(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 Yv(e){if(Array.isArray(e))return Tt(e)}function eh(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ir(e,t,n,r,u,o,i){try{var l=e[o](i),s=l.value}catch(a){n(a);return}l.done?t(s):Promise.resolve(s).then(r,u)}function th(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var o=e.apply(t,n);function i(s){ir(o,r,u,i,l,"next",s)}function l(s){ir(o,r,u,i,l,"throw",s)}i(void 0)})}}function nh(e,t,n){return t=X(t),dh(e,lr()?Reflect.construct(t,n||[],X(e).constructor):t.apply(e,n))}function rh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function or(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 uh(e,t,n){return t&&or(e.prototype,t),n&&or(e,n),e}function J(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ee(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?ee=Reflect.get:ee=function(u,o,i){var l=ph(u,o);if(!!l){var s=Object.getOwnPropertyDescriptor(l,o);return s.get?s.get.call(i||u):s.value}},ee(e,t,n||e)}function X(e){return X=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},X(e)}function ih(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&&Rt(e,t)}function oh(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function ah(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function lh(){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 sh(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){J(e,u,n[u])})}return e}function ch(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function fh(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ch(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function dh(e,t){return t&&(vh(t)==="object"||typeof t=="function")?t:eh(e)}function Rt(e,t){return Rt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Rt(e,t)}function ph(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=X(e),e!==null););return e}function ar(e){return Yv(e)||ah(e)||hh(e)||lh()}function vh(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function hh(e,t){if(!!e){if(typeof e=="string")return Tt(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 Tt(e,t)}}function lr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(lr=function(){return!!e})()}function yh(e,t){var n,r,u,o,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return o={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(a){return function(f){return s([a,f])}}function s(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(u=i.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){i=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){i.label=a[1];break}if(a[0]===6&&i.label<u[1]){i.label=u[1],u=a;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(a);break}u[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var _h=1e4,sr=function(t){ih(n,t);function n(r){rh(this,n);var u;u=nh(this,n,[r]),J(u,"controlType","layout"),J(u,"children",void 0),J(u,"excludes",void 0),J(u,"childrenMaxLength",void 0),J(u,"props",void 0);var o=oh(this,n)?this.constructor:void 0,i=o.excludes,l=o.childrenMaxLength;return u.props=new Zv(r==null?void 0:r.props),dt(u,"children",r==null?void 0:r.children,void 0,"Designer"),u.excludes=N(i),u.childrenMaxLength=l,u}return uh(n,[{key:"judgeExcludesChildren",value:function(u){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(u)}},{key:"judgeJoinChildren",value:function(u){var o=this.judgeExcludesChildren(u);return o&&this.childrenMaxLength>this.children.length}},{key:"validate",value:function(u,o){var i=this,l=this,s=function(){return ee(X(n.prototype),"validate",i)};return th(function(){return yh(this,function(a){switch(a.label){case 0:return[4,s().call(l,u,o)];case 1:return a.sent(),[4,Promise.all(l.children.map(function(f){return f.validate(u,o)}))];case 2:return a.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,o=ee(X(n.prototype),"toDataBindModel",this).call(this),i=o?[o]:[];return this.children.reduce(function(l,s){var a=s.toDataBindModel(u);if(Array.isArray(a)){var f=a.filter(function(y){return!!y});return ar(l).concat(ar(f))}return a&&l.push(a),l},i)}},{key:"toSchema",value:function(){var u=ee(X(n.prototype),"toSchema",this).call(this),o=this.children.map(function(i){var l=i.toSchema();return l});return fh(sh({},u),{children:o})}}]),n}(O);J(sr,"excludes",!1),J(sr,"childrenMaxLength",_h);function mh(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function gh(e,t,n){return t=Re(t),Bh(e,cr()?Reflect.construct(t,n||[],Re(e).constructor):t.apply(e,n))}function Eh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function te(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Re(e){return Re=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Re(e)}function bh(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&&xt(e,t)}function Bh(e,t){return t&&(Ch(t)==="object"||typeof t=="function")?t:mh(e)}function xt(e,t){return xt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},xt(e,t)}function Ch(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function cr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(cr=function(){return!!e})()}var Fh=function(e){bh(t,e);function t(n,r,u){Eh(this,t);var o;o=gh(this,t,[r]),te(o,"headers",void 0),te(o,"footers",void 0),te(o,"pageIndex",void 0),te(o,"pageSize",void 0),te(o,"pageSizeOptions",void 0),te(o,"totalCount",void 0),dt(o,"headers",r==null?void 0:r.headers,n,u),dt(o,"footers",r==null?void 0:r.footers,n);var i;o.pageIndex=(i=r==null?void 0:r.pageIndex)!==null&&i!==void 0?i:1;var l;o.pageSize=(l=r==null?void 0:r.pageSize)!==null&&l!==void 0?l:20;var s;o.pageSizeOptions=(s=r==null?void 0:r.pageSizeOptions)!==null&&s!==void 0?s:[20];var a;return o.totalCount=(a=r==null?void 0:r.totalCount)!==null&&a!==void 0?a:0,o}return t}(W);function Lt(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 Ah(e){if(Array.isArray(e))return Lt(e)}function wh(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function fr(e,t,n,r,u,o,i){try{var l=e[o](i),s=l.value}catch(a){n(a);return}l.done?t(s):Promise.resolve(s).then(r,u)}function Sh(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var o=e.apply(t,n);function i(s){fr(o,r,u,i,l,"next",s)}function l(s){fr(o,r,u,i,l,"throw",s)}i(void 0)})}}function $h(e,t,n){return t=Q(t),Rh(e,yr()?Reflect.construct(t,n||[],Q(e).constructor):t.apply(e,n))}function Dh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function dr(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 Ih(e,t,n){return t&&dr(e.prototype,t),n&&dr(e,n),e}function xe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ne(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?ne=Reflect.get:ne=function(u,o,i){var l=xh(u,o);if(!!l){var s=Object.getOwnPropertyDescriptor(l,o);return s.get?s.get.call(i||u):s.value}},ne(e,t,n||e)}function Q(e){return Q=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Q(e)}function Oh(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&&jt(e,t)}function Ph(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Mh(){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 pr(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){xe(e,u,n[u])})}return e}function Th(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function vr(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Th(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function Rh(e,t){return t&&(Lh(t)==="object"||typeof t=="function")?t:wh(e)}function jt(e,t){return jt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},jt(e,t)}function xh(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=Q(e),e!==null););return e}function hr(e){return Ah(e)||Ph(e)||jh(e)||Mh()}function Lh(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function jh(e,t){if(!!e){if(typeof e=="string")return Lt(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 Lt(e,t)}}function yr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(yr=function(){return!!e})()}function kh(e,t){var n,r,u,o,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]};return o={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(a){return function(f){return s([a,f])}}function s(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(u=a[0]&2?r.return:a[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,a[1])).done)return u;switch(r=0,u&&(a=[a[0]&2,u.value]),a[0]){case 0:case 1:u=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(u=i.trys,!(u=u.length>0&&u[u.length-1])&&(a[0]===6||a[0]===2)){i=0;continue}if(a[0]===3&&(!u||a[1]>u[0]&&a[1]<u[3])){i.label=a[1];break}if(a[0]===6&&i.label<u[1]){i.label=u[1],u=a;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(a);break}u[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(f){a=[6,f],r=0}finally{n=u=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}var qh=function(e){Oh(t,e);function t(n){Dh(this,t);var r;return r=$h(this,t,[n]),xe(r,"controlType","list"),xe(r,"props",void 0),r.props=new Fh(r,n==null?void 0:n.props,"Designer"),r}return Ih(t,[{key:"validate",value:function(r,u){var o=this,i=this,l=function(){return ne(Q(t.prototype),"validate",o)};return Sh(function(){return kh(this,function(s){switch(s.label){case 0:return[4,l().call(i,r)];case 1:return s.sent(),[4,Promise.all(i.props.headers.map(function(a){return a.validate(r,u)}))];case 2:return s.sent(),[2,!0]}})})()}},{key:"toDataBindModel",value:function(){var r=ne(Q(t.prototype),"toDataBindModel",this).call(this),u=r?[r]:[],o=this.id;return this.props.headers.reduce(function(i,l){var s=l.toDataBindModel(o);if(Array.isArray(s)){var a=s.filter(function(f){return!!f});return hr(i).concat(hr(a))}return s&&i.push(s),i},u)}},{key:"toSchema",value:function(){var r=ne(Q(t.prototype),"toSchema",this).call(this),u=this.props.headers.map(function(o){return o.toSchema()});return vr(pr({},r),{props:vr(pr({},this.props),{headers:u})})}}]),t}(O);xe(qh,"controlFieldType",H.LIST);function Vh(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _r(e,t,n){return t=Le(t),Nh(e,Er()?Reflect.construct(t,n||[],Le(e).constructor):t.apply(e,n))}function mr(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function M(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Le(e){return Le=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Le(e)}function gr(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&&kt(e,t)}function Nh(e,t){return t&&(Uh(t)==="object"||typeof t=="function")?t:Vh(e)}function kt(e,t){return kt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},kt(e,t)}function Uh(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Er(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Er=function(){return!!e})()}var Wh=function(e){gr(t,e);function t(n){mr(this,t);var r;return r=_r(this,t,[n]),M(r,"caption",{type:"string",required:!0,message:d("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")}),M(r,"width",{type:"number",required:!1,message:d("CMD.pleaseEnterColumnWidth",null,"\u8BF7\u8F93\u5165\u5217\u5BBD")}),r.width.required=n.widthType==="px",r}return t}(_t),Gh=function(e){gr(t,e);function t(n){mr(this,t);var r;r=_r(this,t,[n]),M(r,"widthType",void 0),M(r,"width",void 0),M(r,"caption",void 0),M(r,"dataBind",void 0),M(r,"autoWidth",void 0),M(r,"fixed",void 0),M(r,"sort",void 0),M(r,"align",void 0),M(r,"colSpan",void 0),M(r,"autoHeight",void 0),M(r,"children",void 0);var u;r.width=(u=n==null?void 0:n.width)!==null&&u!==void 0?u:150,r.widthType=(n==null?void 0:n.widthType)||"auto";var o;r.caption=(o=n==null?void 0:n.caption)!==null&&o!==void 0?o:"";var i;r.fixed=(i=n==null?void 0:n.fixed)!==null&&i!==void 0?i:"none",r.autoWidth=new kp(n==null?void 0:n.autoWidth),r.dataBind=new Tn(n==null?void 0:n.dataBind);var l;r.sort=(l=n==null?void 0:n.sort)!==null&&l!==void 0?l:!0,r.align=n==null?void 0:n.align,r.colSpan=n==null?void 0:n.colSpan;var s;return r.autoHeight=(s=n==null?void 0:n.autoHeight)!==null&&s!==void 0?s:!1,r}return t}(W);M(Gh,"Rules",Wh);function qt(e){return"children"in e&&pe(e.children)}function br(e){return"headers"in e.props&&pe(e.props.headers)}function je(e,t){Array.isArray(e)&&e.map(n=>{n.type===h.SUBTABLE?je(n.props.headers,t):qt(n)?je(n==null?void 0:n.children,t):n.controlType===P.FORM&&t(n)})}const Hh=[h.AMOUNT,h.CALC,h.DATE_RANGE];d("CMD.amount",null,"\u91D1\u989D"),H.DECIMAL,d("CMD.currency",null,"\u5E01\u79CD"),H.VARCHAR,d("CMD.result",null,"\u7ED3\u679C"),H.DECIMAL,d("CMD.unit",null,"\u5355\u4F4D"),H.VARCHAR,d("CMD.startTime",null,"\u5F00\u59CB\u65F6\u95F4"),H.TIMESTAMP,d("CMD.endTime",null,"\u7ED3\u675F\u65F6\u95F4"),H.TIMESTAMP;function zh(e){let t=[];return je(e,n=>{n.controlType===P.FORM?t.push(n):(n.type,h.SUBTABLE)}),t}function Kh(e,t=""){return!e||!Array.isArray(e)?[]:e.map(n=>{if(!n.dataBind||n.type===h.TITLE)return n;if(Hh.includes(n.type)){const r=n.dataBind;Object.keys(r).forEach(u=>{const o=r[u],i=n.controlId+"_"+u;o.fieldCode=Br(i),o.dataCode=t})}else n.dataBind.fieldCode=Br(n.controlId),n.dataBind.dataCode=t;return n})}function Br(e){const t="field_";return e.startsWith(t)?e:t+e}function Vt(e){return Array.isArray(e)?e.map(t=>t.toSchema()):e.toSchema()}function Nt(e){return Array.isArray(e)?e.map(t=>t.toDataBindModel()).filter(t=>!!t).flat():e.toDataBindModel()}function Ut(e,t,n){return ln(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 Jh=[h.TITLE,h.GRID_TABLE_COLUMN,h.SUBTABLE_COLUMN,h.OPERATION_COLUMN,h.DATA_VIEW,h.LIST_VIEW,h.HEADER,h.FOOTER,h.SIMPLE_SEARCH,h.ROW,h.GRID_ROW,h.COL,h.GRID,h.DIVIDER,h.TAB_PANE,h.TAB,h.CARD_GROUP,h.ACTION_BAR,h.GRID_LAYOUT_CONTAINER,h.GRID_LAYOUT_WRAP],Xh=[h.CALC],Qh={check:{id:"listPageCheckBtnId",caption:d("CMD.view",null,"\u67E5\u770B")},edit:{id:"listPageEditBtnId",caption:d("CMD.edit",null,"\u7F16\u8F91")},delete:{id:"listPageDeleteBtnId",caption:d("CMD.delete",null,"\u5220\u9664")}};function be(e,t){var r,u,o,i,l,s,a,f,y;const n=[];if(pe(e))n.push(...e.map(m=>be(m,t)).flat());else{const m=e.type,{caption:g,content:C,title:p}=e.props;let _;if(Jh.includes(m))m===h.OPERATION_COLUMN&&Object.entries(Qh).reduce((c,[v,{caption:b,id:A}])=>{var x;const $=e.props[v];return $&&$.isShow&&c.push({controlId:A,caption:b,type:e.type,controlType:e.controlType,parentId:(x=t==null?void 0:t.controlId)!=null?x:null,canEdit:!1,canRead:!1,canHide:!0,group:"element"}),c},n);else if(_={controlId:e.id,caption:g||C||p||e.name,type:e.type,controlType:e.controlType,parentId:(r=t==null?void 0:t.controlId)!=null?r:null,canEdit:!Xh.includes(m),canRead:!0,canHide:!0,group:"element"},t&&t.type===h.SUBTABLE&&(_.caption=t.caption+"_"+_.caption),m===h.VUE_FORM_ITEM&&(_.caption=e.props.controlExportName||e.name),(e.controlType===P.FORM||e.controlType===P.COLUMN)&&((o=(u=e.props)==null?void 0:u.dataBind)==null?void 0:o.fieldCode)!==void 0&&((l=(i=e.props)==null?void 0:i.dataBind)==null?void 0:l.fieldCode)!==""&&(_.group="field"),n.push(_),m===h.VUE_FORM_ITEM){let c="element";((a=(s=e.props)==null?void 0:s.dataBind)==null?void 0:a.fieldCode)!==void 0&&((y=(f=e.props)==null?void 0:f.dataBind)==null?void 0:y.fieldCode)!==""&&(c="field");const v=e.props.permissions;v==null||v.map(b=>{var A;_={controlId:b.key,caption:b.caption,type:e.type,controlType:e.controlType,parentId:(A=e.id)!=null?A:null,canEdit:!0,canRead:!0,canHide:!0,group:c},n.push(_)})}e.children&&n.push(...e.children.map(c=>be(c,t)).flat()),e.controlType===P.LIST&&n.push(...e.props.headers.map(c=>be(c,_)).flat())}return n}class re extends he{constructor(){super("Designer"),this.toolbox=[],this.services={},this.eventLogic=new ve,this.fieldTypes=H,this.controlSettingMap=new Map,new.target.staticControls.forEach(t=>{const{Designer:n,Setting:r}=t;this.controlSettingMap.set(n.controlType,r)})}registerControl(t){this.constructor.register(t,"Designer");const{Designer:n,Setting:r}=t;this.register(n),this.registeredControlTypes.add(n.controlType),this.controlSettingMap.set(n.controlType,r)}getControlSetting(t){const n=this.controlSettingMap.get(t);return n||null}setInstance(t,n,r){try{if(!t)return;t.updateProps(n,r)}catch(u){throw u}}eachControls(t){this.getControls().forEach(t)}getInitControl(){return[this.createControlInstance("grid")]}checkSchema(...t){return ln(this,null,function*(){return Ut(...t)})}getModelBindInfoList(...t){return Nt(...t)}getSchema(...t){return Vt(...t)}listenControlHook(...t){return Nn.on(...t)}}re.EventLogic=ve;class Zh{constructor(){this.designer=new re}ListPageBuilder(){const t=this.designer.createControlInstance(h.LIST_VIEW),n=this.designer.createControlInstance(h.SIMPLE_SEARCH),r=this.designer.createControlInstance(h.GRID_TABLE),u=this.designer.createControlInstance(h.CREATE_FORM_LIST_BUTTON),o=this.designer.createControlInstance(h.IMPORT_RECORD_LIST_BUTTON),i=this.designer.createControlInstance(h.EXPORT_LIST_BUTTON),l=this.designer.createControlInstance(h.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(o),r.children.push(i),r.children.push(l),t.children.push(n),t.children.push(r),t}ProListPageBuilder(){const t=this.designer.createControlInstance(h.LIST_VIEW);t.props.countType="async";const n=this.designer.createControlInstance(h.SIMPLE_SEARCH),r=this.designer.createControlInstance(h.GRID_TABLE),u=this.designer.createControlInstance(h.EXPORT_LIST_BUTTON),o=this.designer.createControlInstance(h.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(o),t.children.push(n),t.children.push(r),t.props.rowStyle={type:"rules",interval:{color:""},rules:[{id:"default",name:d("CMD.approvedDocuments",null,"\u5BA1\u6279\u901A\u8FC7\u5355\u636E"),color:"theme",filters:[{ruleId:1,symbol:"op_equal",leftVariableBo:{type:"varchar",value:"process_status",name:d("CMD.processStatus",null,"\u6D41\u7A0B\u72B6\u6001")},checked:!1,describe:"ruleLine",type:"condition",rightVariableBo:{type:"custom",value:["COMPLETE"],displayBos:[]},isLowPerformance:!1,isMoreRelation:!1}],settings:[{color:"theme",field_codes:["process_status"],type:"fontColor",scope:"col"}],script:"(SpecialMatch(data,sys,'process_status','varchar','op_equal','COMPLETE'))"}]},t}FormPageBuilder(){const t=this.designer.createControlInstance(h.DATA_VIEW),n=this.designer.createControlInstance(h.TITLE),r=this.designer.createControlInstance(h.GRID);return t.children.push(n),t.children.push(r),t}VuePageBuilder(){const t=this.designer.createControlInstance(h.GRID),n=this.designer.createControlInstance(h.VUE_PAGE);return n.props.isHideCaption=!0,n.props.controlExportName="VuePage",t.children.push(n),t}}class Cr{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?Ce(t):null,this.selectedDataScopeFlatInstances=this.selectedInstanceDataScopeParent?wr(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=Ce(t)}updateDataFieldCodeMap(t){const n=Ce(t);if(!n)return;const r=this.dataFieldCodeMap.get(n.props.datasourceBind.dataCode);if(!!r){for(const[u,o]of r.entries())if(o.id===t.id){r.delete(u);break}Ar(t,this.dataFieldCodeMap)}}getFlatInstances(){const t=[],n=new Map,r=new Map;Be(this.instance,u=>{t.push(u),n.set(u.id,u),Ar(u,r)}),this.flatInstances=t,this.instanceIdMap=n,this.dataFieldCodeMap=r}}function Fr(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 Ar(e,t){if(e.controlType===P.FORM){const n=e.props.dataBind;er(n)?Fr(t,n,e):n&&Object.values(n).forEach(r=>{Fr(t,r,e)})}}function Be(e,t){(Array.isArray(e)?e:[e]).forEach(r=>{t(r),qt(r)&&Be(r.children,t),br(r)&&Be(r.props.headers,t)})}function Wt(e){return[h.SUBTABLE,h.DATA_VIEW,h.LIST_VIEW].includes(e.type)}function Ce(e){let t=e?e.parent:null;if(!t)return null;for(;t&&!Wt(t);)t=t.parent;return t}function wr(e){const t=[e];return Be(e,n=>{n!==e&&t.includes(n.parent)&&!Wt(n)&&t.push(n)}),t}function Yh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Sr(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 ey(e,t,n){return t&&Sr(e.prototype,t),n&&Sr(e,n),e}function Gt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var G=function(){function e(t){Yh(this,e),Gt(this,"visible",void 0),Gt(this,"expression",void 0),Gt(this,"updateParent",void 0);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;var u;this.updateParent=(u=t==null?void 0:t.updateParent)!==null&&u!==void 0?u:!1}return ey(e,[{key:"isAtomicComponent",get:function(){return!0}}]),e}();function ty(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $r(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 ny(e,t,n){return t&&$r(e.prototype,t),n&&$r(e,n),e}function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ry=function(){function e(t){ty(this,e),k(this,"type",void 0),k(this,"label",void 0),k(this,"key",void 0),k(this,"component",void 0),k(this,"effect",void 0),k(this,"scopeEffect",void 0),k(this,"defaultValue",void 0),k(this,"validator",void 0),k(this,"props",void 0),k(this,"effectKeys",void 0),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:Y0,this.defaultValue=t.defaultValue,this.validator=t.validator;var u;this.props=(u=t.props)!==null&&u!==void 0?u:new G,this.effectKeys=Object.keys(this.effect)}return ny(e,[{key:"filterEffects",value:function(n){var r=this;return n===""?Object.values(this.effect):this.effectKeys.filter(function(u){var o=new RegExp("^".concat(u,"(\\.\\w+)*$"));return o.test(n)}).map(function(u){return r.effect[u]})}},{key:"callEffectFn",value:function(n,r){try{var u=n.apply(null,r);ot(u)&&Object.assign(this.props,u)}catch(o){de(`effect error
|
|
2
|
-
`.concat(o))}}},{key:"callEffect",value:function(n){for(var r=this,u=arguments.length,o=new Array(u>1?u-1:0),i=1;i<u;i++)o[i-1]=arguments[i];this.filterEffects(n).forEach(function(l){return r.callEffectFn(l,o)})}},{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 uy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Z(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Dr=function e(t){uy(this,e),Z(this,"type","group"),Z(this,"title",void 0),Z(this,"required",void 0),Z(this,"items",void 0),Z(this,"tips",void 0),Z(this,"fromId",void 0),Z(this,"visible",void 0);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,this.visible=t.items.some(function(u){var o;return(o=u.props)===null||o===void 0?void 0:o.visible})};function iy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ht(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function oy(e){return"type"in e&&e.type==="tab"}var Fe=function e(t){iy(this,e),Ht(this,"type","tab"),Ht(this,"title",void 0),Ht(this,"items",void 0),this.title=t.title,this.items=t.items};function Ir(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 ay(e){if(Array.isArray(e))return e}function ly(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function sy(e,t,n){return t=ke(t),vy(e,Or()?Reflect.construct(t,n||[],ke(e).constructor):t.apply(e,n))}function cy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ke(e){return ke=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ke(e)}function fy(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&&zt(e,t)}function dy(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r=[],u=!0,o=!1,i,l;try{for(n=n.call(e);!(u=(i=n.next()).done)&&(r.push(i.value),!(t&&r.length===t));u=!0);}catch(s){o=!0,l=s}finally{try{!u&&n.return!=null&&n.return()}finally{if(o)throw l}}return r}}function py(){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 vy(e,t){return t&&(yy(t)==="object"||typeof t=="function")?t:ly(e)}function zt(e,t){return zt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},zt(e,t)}function hy(e,t){return ay(e)||dy(e,t)||_y(e,t)||py()}function yy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function _y(e,t){if(!!e){if(typeof e=="string")return Ir(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 Ir(e,t)}}function Or(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Or=function(){return!!e})()}var my=function(e){fy(t,e);function t(n){cy(this,t);var r;return r=sy(this,t,[n]),ot(n)&&Object.entries(n).forEach(function(u){var o=hy(u,2),i=o[0],l=o[1];r[i]=l}),r}return t}(G);function gy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ey(e,t,n){return t=Ve(t),Cy(e,Pr()?Reflect.construct(t,n||[],Ve(e).constructor):t.apply(e,n))}function by(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function qe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ve(e){return Ve=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ve(e)}function By(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&&Kt(e,t)}function Cy(e,t){return t&&(Fy(t)==="object"||typeof t=="function")?t:gy(e)}function Kt(e,t){return Kt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Kt(e,t)}function Fy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Pr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Pr=function(){return!!e})()}var Ay=function(e){By(t,e);function t(n){by(this,t);var r;r=Ey(this,t,[n]),qe(r,"maxLength",void 0),qe(r,"minLength",void 0),qe(r,"placeholder",void 0),qe(r,"i18n",void 0);var u;r.maxLength=(u=n==null?void 0:n.maxLength)!==null&&u!==void 0?u:"";var o;r.minLength=(o=n==null?void 0:n.minLength)!==null&&o!==void 0?o:"";var i;r.placeholder=(i=n==null?void 0:n.placeholder)!==null&&i!==void 0?i:"";var l;return r.i18n=(l=n==null?void 0:n.i18n)!==null&&l!==void 0?l:!1,r}return t}(G);function wy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Sy(e,t,n){return t=Ne(t),Iy(e,Mr()?Reflect.construct(t,n||[],Ne(e).constructor):t.apply(e,n))}function $y(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Jt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ne(e){return Ne=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ne(e)}function Dy(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&&Xt(e,t)}function Iy(e,t){return t&&(Oy(t)==="object"||typeof t=="function")?t:wy(e)}function Xt(e,t){return Xt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Xt(e,t)}function Oy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Mr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Mr=function(){return!!e})()}var Py=function(e){Dy(t,e);function t(n){$y(this,t);var r;r=Sy(this,t,[n]),Jt(r,"max",void 0),Jt(r,"min",void 0),Jt(r,"placeholder",void 0);var u;r.max=(u=n==null?void 0:n.max)!==null&&u!==void 0?u:"";var o;r.min=(o=n==null?void 0:n.min)!==null&&o!==void 0?o:"";var i;return r.placeholder=(i=n==null?void 0:n.placeholder)!==null&&i!==void 0?i:"",r}return t}(G);function My(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ty(e,t,n){return t=Ue(t),Ly(e,Tr()?Reflect.construct(t,n||[],Ue(e).constructor):t.apply(e,n))}function Ry(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Qt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ue(e){return Ue=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ue(e)}function xy(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&&Zt(e,t)}function Ly(e,t){return t&&(jy(t)==="object"||typeof t=="function")?t:My(e)}function Zt(e,t){return Zt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Zt(e,t)}function jy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Tr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Tr=function(){return!!e})()}var ky=function(e){xy(t,e);function t(n){Ry(this,t);var r;r=Ty(this,t,[n]),Qt(r,"showType",void 0),Qt(r,"tips",void 0),Qt(r,"disabled",void 0);var u;r.showType=(u=n==null?void 0:n.showType)!==null&&u!==void 0?u:"switch";var o;r.tips=(o=n==null?void 0:n.tips)!==null&&o!==void 0?o:"";var i;return r.disabled=(i=n==null?void 0:n.disabled)!==null&&i!==void 0?i:!1,r}return t}(G);function qy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Vy(e,t,n){return t=We(t),Gy(e,Rr()?Reflect.construct(t,n||[],We(e).constructor):t.apply(e,n))}function Ny(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Uy(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function We(e){return We=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},We(e)}function Wy(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&&Yt(e,t)}function Gy(e,t){return t&&(Hy(t)==="object"||typeof t=="function")?t:qy(e)}function Yt(e,t){return Yt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Yt(e,t)}function Hy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Rr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Rr=function(){return!!e})()}var zy=function(e){Wy(t,e);function t(n){Ny(this,t);var r;r=Vy(this,t,[n]),Uy(r,"options",void 0);var u;return r.options=(u=n==null?void 0:n.options)!==null&&u!==void 0?u:[],r}return t}(G);function Ky(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Jy(e,t,n){return t=Ge(t),Zy(e,Lr()?Reflect.construct(t,n||[],Ge(e).constructor):t.apply(e,n))}function Xy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function xr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ge(e){return Ge=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ge(e)}function Qy(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&&en(e,t)}function Zy(e,t){return t&&(Yy(t)==="object"||typeof t=="function")?t:Ky(e)}function en(e,t){return en=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},en(e,t)}function Yy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Lr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Lr=function(){return!!e})()}var e5=function(e){Qy(t,e);function t(n){Xy(this,t);var r;r=Jy(this,t,[n]),xr(r,"placeholder",void 0),xr(r,"options",void 0);var u;r.placeholder=(u=n==null?void 0:n.placeholder)!==null&&u!==void 0?u:"";var o;return r.options=(o=n==null?void 0:n.options)!==null&&o!==void 0?o:[],r}return t}(G);function t5(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function n5(e,t,n){return t=He(t),i5(e,kr()?Reflect.construct(t,n||[],He(e).constructor):t.apply(e,n))}function r5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function jr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function He(e){return He=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},He(e)}function u5(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&&tn(e,t)}function i5(e,t){return t&&(o5(t)==="object"||typeof t=="function")?t:t5(e)}function tn(e,t){return tn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},tn(e,t)}function o5(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function kr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(kr=function(){return!!e})()}var a5=function(e){u5(t,e);function t(n){r5(this,t);var r;r=n5(this,t,[n]),jr(r,"options",void 0),jr(r,"showType",void 0);var u;r.options=(u=n==null?void 0:n.options)!==null&&u!==void 0?u:[];var o;return r.showType=(o=n==null?void 0:n.showType)!==null&&o!==void 0?o:"outline",r}return t}(G);function l5(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function s5(e,t,n){return t=ze(t),d5(e,qr()?Reflect.construct(t,n||[],ze(e).constructor):t.apply(e,n))}function c5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ue(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ze(e){return ze=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ze(e)}function f5(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&&nn(e,t)}function d5(e,t){return t&&(p5(t)==="object"||typeof t=="function")?t:l5(e)}function nn(e,t){return nn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},nn(e,t)}function p5(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function qr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(qr=function(){return!!e})()}var v5=function(e){f5(t,e);function t(n){c5(this,t);var r;r=s5(this,t,[n]),ue(r,"maxLength",void 0),ue(r,"minLength",void 0),ue(r,"placeholder",void 0),ue(r,"i18n",void 0),ue(r,"maxRows",void 0),ue(r,"minRows",void 0);var u;r.maxLength=(u=n==null?void 0:n.maxLength)!==null&&u!==void 0?u:"";var o;r.minLength=(o=n==null?void 0:n.minLength)!==null&&o!==void 0?o:"";var i;r.placeholder=(i=n==null?void 0:n.placeholder)!==null&&i!==void 0?i:"";var l;r.maxRows=(l=n==null?void 0:n.maxRows)!==null&&l!==void 0?l:"";var s;r.minRows=(s=n==null?void 0:n.minRows)!==null&&s!==void 0?s:"";var a;return r.i18n=(a=n==null?void 0:n.i18n)!==null&&a!==void 0?a:!1,r}return t}(G);function h5(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function rn(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){h5(e,u,n[u])})}return e}function y5(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function un(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):y5(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function _5(e,t){switch(e){case"input":return new Ay(t);case"textarea":return new v5(t);case"input-number":return new Py(t);case"switch":return new ky(t);case"radio":return new a5(t);case"checkbox":return new zy(t);case"select":return new e5(t);default:return new my(t)}}function m5(e){return function(t){var n=e.get(t);if(!!n)return new ry(un(rn({},n),{props:_5(n.component,"props"in n?n.props:void 0)}))}}function g5(e){var t=e.fields.reduce(function(u,o){return u.set(o.key,o),u},new Map);function n(u){return new Dr(un(rn({},u),{items:u.items.map(m5(t)).filter(Boolean)}))}function r(u){return u.map(n)}return e.groups.map(function(u){return oy(u)?new Fe(un(rn({},u),{items:r(u.items)})):n(u)})}let on="";class Vr extends An{constructor(t){super(),this.isMounted=!1,this.id=Ye(8),this.__pluginsApplied=!1,this.getSchema=Vt,this.getModelBindInfoList=Nt,this.generatePermissions=be,this.$options=Object.freeze(t);const{autoMount:n=!1,Designer:r=re,schema:u,mode:o="form",store:i={},messagesI18n:l,language:s=sn}=this.$options;this.eventLogic=new ve,this.designer=new r,this.store=new Cr(ae({instance:this.designer.createControl(Array.isArray(u)?u:[u])},i)),this.mode=o,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{on=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this),on=""}catch(r){de(`${on||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,
|
|
1
|
+
var b5=Object.defineProperty;var Wr=Object.getOwnPropertySymbols;var B5=Object.prototype.hasOwnProperty,F5=Object.prototype.propertyIsEnumerable;var Gr=(B,d,I)=>d in B?b5(B,d,{enumerable:!0,configurable:!0,writable:!0,value:I}):B[d]=I,ae=(B,d)=>{for(var I in d||(d={}))B5.call(d,I)&&Gr(B,I,d[I]);if(Wr)for(var I of Wr(d))F5.call(d,I)&&Gr(B,I,d[I]);return B};var ln=(B,d,I)=>new Promise((Ke,Ae)=>{var Je=V=>{try{le(I.next(V))}catch(ce){Ae(ce)}},Xe=V=>{try{le(I.throw(V))}catch(ce){Ae(ce)}},le=V=>V.done?Ke(V.value):Promise.resolve(V.value).then(Je,Xe);le((I=I.apply(B,d)).next())});(function(B,d){typeof exports=="object"&&typeof module!="undefined"?d(exports):typeof define=="function"&&define.amd?define(["exports"],d):(B=typeof globalThis!="undefined"?globalThis:B||self,d(B.modelDrivenDriven={}))})(this,function(B){"use strict";const d=(e,t,n)=>{if(!e)return console.error("getLocaleText\u7684key\u4E0D\u80FD\u4E3A\u7A7A"),"";const r=e.split(".");let u;const i=(window.baitedaWorkers||{}).languageMessages||{};r.forEach((a,c)=>{c===0?u=i[a]:u&&(u=u[a])});let o="";return u&&(o=u),t&&Object.keys(t).forEach(a=>{const c=t[a];o=o.replace(new RegExp(`\\{\\s*${a}\\s*\\}`,"g"),c)}),o||(n?o=n:o=e),o};var I="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",Ke="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",Ae="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",Je="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",Xe="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",le="{caption}\u5FC5\u586B",V="\u8BF7\u8F93\u5165\u6807\u9898",ce="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Hr="\u8BF7\u8F93\u5165\u884C\u6807\u9898",zr="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",Kr="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Jr="\u8BF7\u7ED1\u5B9A\u8868\u5355",Xr="\u8BF7\u7ED1\u5B9A\u5217\u8868",Qr="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",Zr="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Yr="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",eu="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",tu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",nu="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",ru="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",uu="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",iu="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",ou="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",au="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",lu="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",cu="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",su="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",fu="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236",du="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",pu="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",vu="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",hu="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",yu="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",mu="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",_u="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",gu="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Eu="\u8BF7\u7ED1\u5B9A\u670D\u52A1",bu="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Bu="\u8BF7\u9009\u62E9\u7701",Fu="\u8BF7\u9009\u62E9\u5E02",Cu="\u8BF7\u9009\u62E9\u533A",Au="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",wu="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Su="\u8BF7\u8F93\u5165\u5217\u5BBD",$u="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Du="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Iu="\u8BF7\u9009\u62E9\u63A7\u4EF6",Ou="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Pu="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Mu="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Tu="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Ru="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",xu="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Lu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",ju="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",ku="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",qu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Vu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",Nu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",Uu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Wu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",Gu="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Hu="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",zu="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Ku="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Ju="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",Xu="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Qu="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",Zu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",Yu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",ei="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",ti="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",ni="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",ri="\u6279\u91CF\u5220\u9664",ui="\u6279\u91CF\u6253\u5370",ii="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",oi="\u6309\u94AE",ai="\u521B\u5EFA\u5355\u636E",li="\u4EEA\u8868\u76D8",ci="\u5206\u5272\u7EBF",si="\u5BFC\u51FA",fi="\u8868\u5355\u64CD\u4F5C",di="\u5BFC\u5165",pi="\u53D1\u7968\u8BC6\u522B",vi="\u94FE\u63A5",hi="\u5217\u8868\u9009\u62E9",yi="\u5217\u8868\u89C6\u56FE",mi="\u64CD\u4F5C\u6309\u94AE",_i="\u5206\u9875",gi="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",Ei="\u8BF4\u660E\u6587\u5B57",bi="\u6587\u5B57\u8BC6\u522B",Bi="\u6807\u9898\u7EC4\u4EF6",Fi="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Ci="\u6570\u7EC4",Ai="\u81EA\u52A8\u7F16\u53F7",wi="\u81EA\u5B9A\u4E49",Si="\u6570\u503C",$i="\u90E8\u95E8",Di="\u4EBA\u5458",Ii="\u9644\u4EF6",Oi="\u56FE\u7247",Pi="\u5730\u5740",Mi="\u64CD\u4F5C",Ti="\u5E8F\u53F7",Ri="\u4EBA\u5458",xi="\u957F\u6587\u672C",Li="\u65E5\u671F\u533A\u95F4",ji="\u65E5\u671F",ki="\u77ED\u6587\u672C",qi="\u6362\u884C\u5BB9\u5668Wrap",Vi="\u8868\u683C",Ni="\u660E\u7EC6\u5B50\u8868",Ui="\u5730\u5740",Wi="\u91D1\u989D",Gi="\u8BA1\u7B97\u516C\u5F0F",Hi="\u591A\u9009",zi="\u7535\u5B50\u7B7E\u7AE0",Ki="\u5355\u884C\u6587\u672C",Ji="\u6570\u5B57",Xi="\u4E1A\u52A1\u7EC4\u7EC7",Qi="\u5355\u9009",Zi="\u5BCC\u6587\u672C",Yi="\u8BC4\u5206",eo="\u6570\u5B57\u533A\u95F4",to="\u4E0B\u62C9\u5355\u9009",no="\u4E0B\u62C9\u591A\u9009",ro="\u5173\u8054\u5355\u9009",uo="\u591A\u884C\u6587\u672C",io="\u6811",oo="Vue\u5BB9\u5668",ao="Vue\u9875\u9762",lo="\u5728\u7EBF\u6587\u6863",co="\u6309\u94AE\u64CD\u4F5C\u680F",so="\u9AD8\u7EA7\u5BB9\u5668",fo="\u5206\u7EC4",po="\u6805\u683C\u5217",vo="\u6570\u636E\u5BB9\u5668",ho="\u753B\u5E03",yo="\u6362\u884C\u5BB9\u5668",mo="\u6805\u683C\u7B49\u5206\u884C",_o="\u5217\u8868\u5BB9\u5668",go="\u81EA\u7531\u9875\u9762",Eo="\u5B9A\u4F4D\u5B50\u5BB9\u5668",bo="\u5B9A\u4F4D\u5BB9\u5668",Bo="\u6805\u683C\u5E03\u5C40",Fo="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Co="\u660E\u7EC6\u5B50\u8868\u884C",Ao="\u6807\u7B7E\u9875",wo="\u6807\u7B7E\u5355\u5143",So="\u5DE5\u5177\u680F",$o="\u6279\u91CF\u63D0\u4EA4",Do="\u5BFC\u51FA\u8BB0\u5F55",Io="\u5217\u8868\u89C6\u56FE",Oo="\u7ED3\u675F\u65F6\u95F4",Po="\u5F00\u59CB\u65F6\u95F4",Mo="\u5355\u4F4D",To="\u7ED3\u679C",Ro="\u5E01\u79CD",xo="\u7ED3\u675F\u65E5\u671F",Lo="\u5F00\u59CB\u65E5\u671F",jo="\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0",ko="\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1",qo="\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B",Vo="\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA",No="\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u7B7E\u7F72\u4EBA",Uo="\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6",Wo="\u8BF7\u9009\u62E9",Go="\u8BF7\u9009\u62E9\u7EC4\u7EC7",Ho="\u8BF7\u9009\u62E9\u90E8\u95E8",zo="\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",Ko="\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",Jo="\u8BF7\u9009\u62E9\u5730\u5740",Xo="\u5F39\u7A97\u786E\u8BA4\u65F6",Qo="\u6807\u7B7E\u9875\u5207\u6362\u65F6",Zo="\u884C\u9009\u4E2D\u65F6",Yo="\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",ea="\u884C\u5220\u9664\u524D",ta="\u884C\u70B9\u51FB\u65F6",na="\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",ra="\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",ua="\u91CD\u547D\u540D\u65F6",ia="\u4FDD\u5B58\u6587\u4EF6\u65F6",oa="\u6253\u5F00\u6587\u4EF6\u65F6",aa="\u83B7\u53D6\u7126\u70B9\u65F6",la="\u5931\u53BB\u7126\u70B9\u65F6",ca="\u7528\u6237\u8F93\u5165\u65F6",sa="\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",fa="\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",da="\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",pa="\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",va="\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",ha="\u641C\u7D22\u65F6",ya="\u503C\u53D1\u751F\u53D8\u5316\u65F6",ma="\u6267\u884C\u5B8C\u6210\u65F6",_a="\u70B9\u51FB\u65F6",ga="\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",Ea="\u8BF7\u8F93\u5165\u65E5\u671F",ba="\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7",Ba="\u8BF7\u8F93\u5165",Fa="\u9ED8\u8BA4\u6A21\u7248",Ca="\u5DE6\u53F3\u5E03\u5C40",Aa="\u4E0A\u4E0B\u5E03\u5C40",wa="\u53EA\u8BFB",Sa="\u5FC5\u586B",$a="\u63D0\u793A\u6587\u5B57",Da="\u9690\u85CF\u6807\u9898",Ia="\u6807\u9898\u5FC5\u586B",Oa="\u7EC4\u7EC7\u5F62\u6001",Pa="\u4E1A\u52A1\u7C7B\u578B",Ma="\u786E\u5B9A\u8981\u5220\u9664\u6B64\u6761\u6570\u636E\u5417\uFF1F",Ta="\u9690\u85CF",Ra="\u6D41\u7A0B\u72B6\u6001",xa="\u5BA1\u6279\u901A\u8FC7\u5355\u636E",La="\u5220\u9664",ja="\u7F16\u8F91",ka="\u67E5\u770B",qa="\u52A0\u8F7D\u81EA\u5B9A\u4E49\u63A7\u4EF6\u5F02\u5E38\uFF0C\u4F1A\u5F71\u54CD\u5230\u7684\u63A7\u4EF6\uFF1A{id}",Va="\u5185\u7F6E\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF",Na="\u5145\u6EE1\u6574\u884C",Ua="\u6700\u5C0F\u503C",Wa="\u6700\u5927\u503C",Ga="\u65B0\u5EFA\u6587\u6863",Ha="\u91CD\u7F6E",za="\u67E5\u8BE2",Ka="\u660E\u7EC6",Ja="\u6253\u5370",Xa="\u4FDD\u5B58\u8349\u7A3F",Qa="\u4FDD\u5B58",Za="\u53D6\u6D88",Ya="\u4E0A\u4F20\u56FE\u7247",el="\u53D1\u8D77\u7B7E\u7F72",tl="\u4E0A\u4F20\u9644\u4EF6",nl="\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",rl="\u5F15\u7528\u5217\u8868",ul="\u9009\u9879\u4E00",il="\u9009\u9879\u4E8C",ol="\u9009\u9879\u4E09",al={isNotNumber:I,isNotString:Ke,isNotObject:Ae,isNotArray:Je,isNotBoolean:Xe,runtimeRequired:le,pleaseEnterCaption:V,pleaseEnterCaptionTip:ce,pleaseEnterRowCaption:Hr,pleaseEnterPlaceholder:zr,pleaseEnterFieldCode:Kr,pleaseEnterForm:Jr,pleaseEnterList:Xr,pleaseEnterProcess:Qr,pleaseEnterLabel:Zr,pleaseEnterValue:Yr,bizKeyNotBindFiled:eu,pleaseSelectOneField:tu,pleaseEnterNumberRange:nu,pleaseEnterAValueGreaterThanMin:ru,pleaseEnterAValueLessThanMax:uu,numberRangeSetError:iu,stringRangeError:ou,attachmentMaxSize:au,pleaseEnterTotalScoreSetting:lu,theTotalScoreMustNotBeLessThan1:cu,scoreDefaultValueRange:su,attachmentLimitError:fu,PleaseReselectTheOptionalQuantity:du,TheMaximumLengthIsGreaterThanTheMinimumLength:pu,TheMinimumLengthIsGreaterThanTheMaximumLength:vu,PleaseSelectTheCorrectOptionSettings:hu,optionIdIsRepeat:yu,optionIsRequired:mu,pleaseEnterDataCode:_u,pleaseEnterValueFieldCode:gu,pleaseEnterSvcCode:Eu,pleaseBindAtLeastOneDisplayValue:bu,pleaseSelectProvince:Bu,pleaseSelectCity:Fu,pleaseSelectDistrict:Cu,limitRowsCannotBeLessThan0:Au,TheNumberOfRowsCannotBeLessThanMinRows:wu,pleaseEnterColumnWidth:Su,pleaseSetTheLogicalRelationshipOfAllRuleConditions:$u,pleaseCompleteAllRulesAndConditions:Du,pleaseSelectControl:Iu,pleaseSelectAtLeastOneColumn:Ou,pleaseSelectFillBackMode:Pu,pleaseSelectDashboard:Mu,rootNodeIsRequired:Tu,theViewNameCannotBeEmpty:Ru,pleaseSelectOcrType:xu,pleaseSelectAtLeastOneFieldToFillIn:Lu,pleaseChooseAtLeastOne:ju,pleaseEnterButtonContent:ku,pleaseEnterDataCodeInDataSetting:qu,pleaseEnterValueFieldCodeInDataSetting:Vu,pleaseEnterSvcCodeInDataSetting:Nu,pleaseBindAtLeastOneDisplayValueInDataSetting:Uu,rootNodeIsRequiredInDataSetting:Wu,pleaseEnterMaxHeight:Gu,pleaseEnterWatermark:Hu,pleaseEnterFileName:zu,pleaseUploadAtLeastOnePrintTemplate:Ku,pleaseAssignBusiness:Ju,pleaseAssignExternal:Xu,pleaseEnterAliasCode:Qu,pleaseSelectDataCode:Zu,pleaseSelectSvcCode:Yu,pleaseSelectJoinFieldCode:ei,pleaseSelectMainFieldCode:ti,pleaseSelectSortFieldCode:ni,batchDeleteButton:ri,batchPrintListButton:ui,batchPrintRecordList:ii,button:oi,createFormListButton:ai,dashboard:li,divider:ci,exportListButton:si,formSelectButton:fi,importRecordListButton:di,invoiceCheckButton:pi,link:vi,listSelectButton:hi,ListViewSelect:yi,operationButton:mi,pagination:_i,submissionRecordListButton:gi,text:Ei,textOcrButton:bi,title:Bi,approvalStatusColumn:Fi,array:Ci,autoNumber:Ai,custom:wi,decimal:Si,department:$i,employee:Di,file:Ii,image:Oi,location:Pi,operation:Mi,order:Ti,people:Ri,long:xi,timescope:Li,timestamp:ji,varchar:ki,gridLayoutWrap:qi,gridTable:Vi,subTable:Ni,address:Ui,amount:Wi,calc:Gi,checkBox:Hi,electronicSignature:zi,input:Ki,number:Ji,organizationSelection:Xi,radio:Qi,richText:Zi,score:Yi,searchNumberRange:eo,select:to,selectMultiple:no,selectRelation:ro,textarea:uo,tree:io,vueFormItem:oo,vuePage:ao,WPS:lo,actionBar:co,advancedContainer:so,cardGroup:fo,col:po,dataView:vo,grid:ho,gridLayoutContainer:yo,gridRow:mo,listView:_o,page:go,position:Eo,positioningContainer:bo,row:Bo,subtableColumn:Fo,subtableRow:Co,tab:Ao,tabPane:wo,toolbox:So,batchSubmissionListButton:$o,exportRecordListButton:Do,listViewSelect:Io,endTime:Oo,startTime:Po,unit:Mo,result:To,currency:Ro,endDate:xo,startDate:Lo,pleaseSelectCompanyName:jo,pleaseSelectPhoneOrEmail:ko,pleaseSelectSignType:qo,pleaseSelectSigner:Vo,pleaseSelectOnlyOne:No,pleaseSelectSignFile:Uo,pleaseSelect:Wo,pleaseSelectOrg:Go,pleaseSelectDept:Ho,pleaseSelectEndDate:zo,pleaseSelectStartDate:Ko,pleaseChooseAddress:Jo,modalConfirm:Xo,tabChange:Qo,rowSelected:Zo,listDataImport:Yo,rowDelete:ea,rowClick:ta,cellRender:na,onClickBtn:ra,rename:ua,onSaveFile:ia,onOpenFile:oa,onFocus:aa,onBlur:la,onInput:ca,listDataAdd:sa,listDataDelete:fa,listDataBack:da,listDataCreate:pa,listDataChange:va,search:ha,valueChange:ya,finished:ma,click:_a,pleaseEnterNameorEmail:ga,pleaseEnterDate:Ea,pleaseEnterAutonumber:ba,pleaseEnter:Ba,defaultTemplate:Fa,left:Ca,top:Aa,default:"\u666E\u901A",readonly:wa,required:Sa,textTip:$a,hideCaption:Da,titleRequired:Ia,organizationalForm:Oa,businessType:Pa,deleteConfirm:Ma,hide:Ta,processStatus:Ra,approvedDocuments:xa,delete:La,edit:ja,view:ka,loadCtrlErrorTip:qa,loadCtrlError:Va,fullLine:Na,min:Ua,max:Wa,createWPS:Ga,reset:Ha,query:za,detailed:Ka,print:Ja,draft:Xa,save:Qa,cancel:Za,uploadImg:Ya,signature:el,uploadFile:tl,linkContent:nl,referenceList:rl,optionOne:ul,optionTwo:il,optionThird:ol},ll="Please enter a number",cl="Please enter a string",sl="Please enter an object",fl="Please enter an array",dl="Please enter a boolean",pl="{caption} Required",vl="Please enter the title",hl="Please enter the bubble prompt",yl="Please enter the row title",ml="Please enter the prompt text",_l="Please bind data items",gl="Please bind the form",El="Please bind the list",bl="Please bind the process",Bl="Please enter the displayed value",Fl="Please enter the stored value",Cl="The document number is not bound to the data item",Al="Please select at least one display field",wl="Please enter a value greater than or equal to {min} and less than or equal to {max}",Sl="Please enter a value greater than or equal to {min}",$l="Please enter a value less than or equal to {max}",Dl="The value range is set incorrectly",Il="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Ol="The attachment size must be between 0MB and 1000MB",Pl="Please fill in the total score setting",Ml="The total score cannot be less than 1",Tl="The default value must be between {min} and {max}",Rl="The number of attachment uploads exceeds the limit",xl="Please re-select the optional quantity",Ll="The maximum length of the control must be greater than the minimum length",jl="The minimum length of the control must be less than the maximum length",kl="Please select the correct option setting",ql="Option ID cannot be repeated",Vl="Please enter at least one option",Nl="Please bind the data source",Ul="Please bind the stored value",Wl="Please bind the service",Gl="At least one display value must be bound",Hl="Please select a province",zl="Please select a city",Kl="Please select a district",Jl="The minimum number of lines to fill in cannot be less than 0",Xl="The number of rows cannot be less than {min} rows",Ql="Please enter the column width",Zl="Please set the logical relationship of all rule conditions",Yl="Please complete all rules and conditions",ec="please select control",tc="Please select the dashboard",nc="View name cannot be empty",rc="Please select recognition type",uc="Please select at least one field to fill in",ic="Please select at least one",oc="Please enter the button title",ac="Please bind the business model in the data settings",lc="Please bind storage values in data settings",cc="Please bind the service in the data settings",sc="Please bind at least one display value in the data settings",fc="Please select the root node in the data settings",dc="Please enter the maximum height",pc="The input content cannot be empty",vc="Watermark cannot be empty",hc="File name cannot be empty",yc="Please upload at least one printing template!\uFF01",mc="Please select a specific business department",_c="Please select a specified external organization",gc="Please enter a sub table alias",Ec="Please select the associated table to set the business model",bc="Please select the association table to set the binding service",Bc="Select associated sub table fields",Fc="Please select the associated main table field",Cc="Please select the sort field",Ac="\u6279\u91CF\u5220\u9664",wc="\u6279\u91CF\u6253\u5370",Sc="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",$c="\u6309\u94AE",Dc="\u521B\u5EFA\u5355\u636E",Ic="\u4EEA\u8868\u76D8",Oc="\u5206\u5272\u7EBF",Pc="\u5BFC\u51FA",Mc="\u8868\u5355\u64CD\u4F5C",Tc="\u5BFC\u5165",Rc="\u53D1\u7968\u8BC6\u522B",xc="\u94FE\u63A5",Lc="\u5217\u8868\u9009\u62E9",jc="\u5217\u8868\u89C6\u56FE",kc="\u64CD\u4F5C\u6309\u94AE",qc="\u5206\u9875",Vc="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",Nc="\u8BF4\u660E\u6587\u5B57",Uc="\u6587\u5B57\u8BC6\u522B",Wc="\u6807\u9898\u7EC4\u4EF6",Gc="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Hc="\u6570\u7EC4",zc="\u81EA\u52A8\u7F16\u53F7",Kc="\u81EA\u5B9A\u4E49",Jc="\u6570\u503C",Xc="\u90E8\u95E8",Qc="\u4EBA\u5458",Zc="\u9644\u4EF6",Yc="\u56FE\u7247",es="\u5730\u5740",ts="\u64CD\u4F5C",ns="\u5E8F\u53F7",rs="\u4EBA\u5458",us="\u957F\u6587\u672C",is="\u65E5\u671F\u533A\u95F4",os="\u65E5\u671F",as="\u77ED\u6587\u672C",ls="\u6362\u884C\u5BB9\u5668Wrap",cs="\u8868\u683C",ss="\u660E\u7EC6\u5B50\u8868",fs="\u5730\u5740",ds="\u91D1\u989D",ps="\u8BA1\u7B97\u516C\u5F0F",vs="\u591A\u9009",hs="\u7535\u5B50\u7B7E\u7AE0",ys="\u5355\u884C\u6587\u672C",ms="\u6570\u5B57",_s="\u4E1A\u52A1\u7EC4\u7EC7",gs="\u5355\u9009",Es="\u5BCC\u6587\u672C",bs="\u8BC4\u5206",Bs="\u6570\u5B57\u533A\u95F4",Fs="\u4E0B\u62C9\u5355\u9009",Cs="\u4E0B\u62C9\u591A\u9009",As="\u5173\u8054\u5355\u9009",ws="\u591A\u884C\u6587\u672C",Ss="\u6811",$s="Vue\u5BB9\u5668",Ds="Vue\u9875\u9762",Is="\u5728\u7EBF\u6587\u6863",Os="\u6309\u94AE\u64CD\u4F5C\u680F",Ps="\u9AD8\u7EA7\u5BB9\u5668",Ms="\u5206\u7EC4",Ts="\u6805\u683C\u5217",Rs="\u6570\u636E\u5BB9\u5668",xs="\u753B\u5E03",Ls="\u6362\u884C\u5BB9\u5668",js="\u6805\u683C\u7B49\u5206\u884C",ks="\u5217\u8868\u5BB9\u5668",qs="\u81EA\u7531\u9875\u9762",Vs="\u5B9A\u4F4D\u5B50\u5BB9\u5668",Ns="\u5B9A\u4F4D\u5BB9\u5668",Us="\u6805\u683C\u5E03\u5C40",Ws="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Gs="\u660E\u7EC6\u5B50\u8868\u884C",Hs="\u6807\u7B7E\u9875",zs="\u6807\u7B7E\u5355\u5143",Ks="\u5DE5\u5177\u680F",Js="\u6279\u91CF\u63D0\u4EA4",Xs="\u5BFC\u51FA\u8BB0\u5F55",Qs="\u5217\u8868\u89C6\u56FE",Zs="\u5F15\u7528\u5217\u8868",Ys="\u9009\u9879\u4E00",ef="\u9009\u9879\u4E8C",tf="\u9009\u9879\u4E09",nf={isNotNumber:ll,isNotString:cl,isNotObject:sl,isNotArray:fl,isNotBoolean:dl,runtimeRequired:pl,pleaseEnterCaption:vl,pleaseEnterCaptionTip:hl,pleaseEnterRowCaption:yl,pleaseEnterPlaceholder:ml,pleaseEnterFieldCode:_l,pleaseEnterForm:gl,pleaseEnterList:El,pleaseEnterProcess:bl,pleaseEnterLabel:Bl,pleaseEnterValue:Fl,bizKeyNotBindFiled:Cl,pleaseSelectOneField:Al,pleaseEnterNumberRange:wl,pleaseEnterAValueGreaterThanMin:Sl,pleaseEnterAValueLessThanMax:$l,numberRangeSetError:Dl,stringRangeError:Il,attachmentMaxSize:Ol,pleaseEnterTotalScoreSetting:Pl,theTotalScoreMustNotBeLessThan1:Ml,scoreDefaultValueRange:Tl,attachmentLimitError:Rl,PleaseReselectTheOptionalQuantity:xl,TheMaximumLengthIsGreaterThanTheMinimumLength:Ll,TheMinimumLengthIsGreaterThanTheMaximumLength:jl,PleaseSelectTheCorrectOptionSettings:kl,optionIdIsRepeat:ql,optionIsRequired:Vl,pleaseEnterDataCode:Nl,pleaseEnterValueFieldCode:Ul,pleaseEnterSvcCode:Wl,pleaseBindAtLeastOneDisplayValue:Gl,pleaseSelectProvince:Hl,pleaseSelectCity:zl,pleaseSelectDistrict:Kl,limitRowsCannotBeLessThan0:Jl,TheNumberOfRowsCannotBeLessThanMinRows:Xl,pleaseEnterColumnWidth:Ql,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Zl,pleaseCompleteAllRulesAndConditions:Yl,pleaseSelectControl:ec,pleaseSelectDashboard:tc,theViewNameCannotBeEmpty:nc,pleaseSelectOcrType:rc,pleaseSelectAtLeastOneFieldToFillIn:uc,pleaseChooseAtLeastOne:ic,pleaseEnterButtonContent:oc,pleaseEnterDataCodeInDataSetting:ac,pleaseEnterValueFieldCodeInDataSetting:lc,pleaseEnterSvcCodeInDataSetting:cc,pleaseBindAtLeastOneDisplayValueInDataSetting:sc,rootNodeIsRequiredInDataSetting:fc,pleaseEnterMaxHeight:dc,pleaseEnter:pc,pleaseEnterWatermark:vc,pleaseEnterFileName:hc,pleaseUploadAtLeastOnePrintTemplate:yc,pleaseAssignBusiness:mc,pleaseAssignExternal:_c,pleaseEnterAliasCode:gc,pleaseSelectDataCode:Ec,pleaseSelectSvcCode:bc,pleaseSelectJoinFieldCode:Bc,pleaseSelectMainFieldCode:Fc,pleaseSelectSortFieldCode:Cc,batchDeleteButton:Ac,batchPrintListButton:wc,batchPrintRecordList:Sc,button:$c,createFormListButton:Dc,dashboard:Ic,divider:Oc,exportListButton:Pc,formSelectButton:Mc,importRecordListButton:Tc,invoiceCheckButton:Rc,link:xc,listSelectButton:Lc,ListViewSelect:jc,operationButton:kc,pagination:qc,submissionRecordListButton:Vc,text:Nc,textOcrButton:Uc,title:Wc,approvalStatusColumn:Gc,array:Hc,autoNumber:zc,custom:Kc,decimal:Jc,department:Xc,employee:Qc,file:Zc,image:Yc,location:es,operation:ts,order:ns,people:rs,long:us,timescope:is,timestamp:os,varchar:as,gridLayoutWrap:ls,gridTable:cs,subTable:ss,address:fs,amount:ds,calc:ps,checkBox:vs,electronicSignature:hs,input:ys,number:ms,organizationSelection:_s,radio:gs,richText:Es,score:bs,searchNumberRange:Bs,select:Fs,selectMultiple:Cs,selectRelation:As,textarea:ws,tree:Ss,vueFormItem:$s,vuePage:Ds,WPS:Is,actionBar:Os,advancedContainer:Ps,cardGroup:Ms,col:Ts,dataView:Rs,grid:xs,gridLayoutContainer:Ls,gridRow:js,listView:ks,page:qs,position:Vs,positioningContainer:Ns,row:Us,subtableColumn:Ws,subtableRow:Gs,tab:Hs,tabPane:zs,toolbox:Ks,batchSubmissionListButton:Js,exportRecordListButton:Xs,listViewSelect:Qs,referenceList:Zs,optionOne:Ys,optionTwo:ef,optionThird:tf},rf="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",uf="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",of="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",af="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",lf="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",cf="{caption}\u5FC5\u9808",sf="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",ff="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",df="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",pf="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",vf="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",hf="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",yf="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",mf="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",_f="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",gf="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ef="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",bf="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Bf="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ff="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Cf="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Af="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",wf="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Sf="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",$f="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Df="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",If="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",Of="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u6570\u304C\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u307E\u3059",Pf="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Mf="\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",Tf="\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",Rf="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",xf="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Lf="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",jf="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",kf="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",qf="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Vf="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",Nf="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Uf="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Wf="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Gf="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Hf="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",zf="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Kf="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Jf="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",Xf="please select control",Qf="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Zf="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Yf="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",e0="\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",t0="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",n0="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",r0="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",u0="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",i0="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",o0="\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",a0="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",l0="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",c0="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",s0="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",f0="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",d0="\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",p0="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",v0="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",h0="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",y0="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",m0="\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",_0="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",g0="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",E0="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",b0="\u6279\u91CF\u5220\u9664",B0="\u6279\u91CF\u6253\u5370",F0="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",C0="\u6309\u94AE",A0="\u521B\u5EFA\u5355\u636E",w0="\u4EEA\u8868\u76D8",S0="\u5206\u5272\u7EBF",$0="\u5BFC\u51FA",D0="\u8868\u5355\u64CD\u4F5C",I0="\u5BFC\u5165",O0="\u53D1\u7968\u8BC6\u522B",P0="\u94FE\u63A5",M0="\u5217\u8868\u9009\u62E9",T0="\u5217\u8868\u89C6\u56FE",R0="\u64CD\u4F5C\u6309\u94AE",x0="\u5206\u9875",L0="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",j0="\u8BF4\u660E\u6587\u5B57",k0="\u6587\u5B57\u8BC6\u522B",q0="\u6807\u9898\u7EC4\u4EF6",V0="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",N0="\u6570\u7EC4",U0="\u81EA\u52A8\u7F16\u53F7",W0="\u81EA\u5B9A\u4E49",G0="\u6570\u503C",H0="\u90E8\u95E8",z0="\u4EBA\u5458",K0="\u9644\u4EF6",J0="\u56FE\u7247",X0="\u5730\u5740",Q0="\u64CD\u4F5C",Z0="\u5E8F\u53F7",Y0="\u4EBA\u5458",ed="\u957F\u6587\u672C",td="\u65E5\u671F\u533A\u95F4",nd="\u65E5\u671F",rd="\u77ED\u6587\u672C",ud="\u6362\u884C\u5BB9\u5668Wrap",id="\u8868\u683C",od="\u660E\u7EC6\u5B50\u8868",ad="\u5730\u5740",ld="\u91D1\u989D",cd="\u8BA1\u7B97\u516C\u5F0F",sd="\u591A\u9009",fd="\u7535\u5B50\u7B7E\u7AE0",dd="\u5355\u884C\u6587\u672C",pd="\u6570\u5B57",vd="\u4E1A\u52A1\u7EC4\u7EC7",hd="\u5355\u9009",yd="\u5BCC\u6587\u672C",md="\u8BC4\u5206",_d="\u6570\u5B57\u533A\u95F4",gd="\u4E0B\u62C9\u5355\u9009",Ed="\u4E0B\u62C9\u591A\u9009",bd="\u5173\u8054\u5355\u9009",Bd="\u591A\u884C\u6587\u672C",Fd="\u6811",Cd="Vue\u5BB9\u5668",Ad="Vue\u9875\u9762",wd="\u5728\u7EBF\u6587\u6863",Sd="\u6309\u94AE\u64CD\u4F5C\u680F",$d="\u9AD8\u7EA7\u5BB9\u5668",Dd="\u5206\u7EC4",Id="\u6805\u683C\u5217",Od="\u6570\u636E\u5BB9\u5668",Pd="\u753B\u5E03",Md="\u6362\u884C\u5BB9\u5668",Td="\u6805\u683C\u7B49\u5206\u884C",Rd="\u5217\u8868\u5BB9\u5668",xd="\u81EA\u7531\u9875\u9762",Ld="\u5B9A\u4F4D\u5B50\u5BB9\u5668",jd="\u5B9A\u4F4D\u5BB9\u5668",kd="\u6805\u683C\u5E03\u5C40",qd="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Vd="\u660E\u7EC6\u5B50\u8868\u884C",Nd="\u6807\u7B7E\u9875",Ud="\u6807\u7B7E\u5355\u5143",Wd="\u5DE5\u5177\u680F",Gd="\u6279\u91CF\u63D0\u4EA4",Hd="\u5BFC\u51FA\u8BB0\u5F55",zd="\u5217\u8868\u89C6\u56FE",Kd="\u5F15\u7528\u5217\u8868",Jd="\u9009\u9879\u4E00",Xd="\u9009\u9879\u4E8C",Qd="\u9009\u9879\u4E09",Zd={isNotNumber:rf,isNotString:uf,isNotObject:of,isNotArray:af,isNotBoolean:lf,runtimeRequired:cf,pleaseEnterCaption:sf,pleaseEnterCaptionTip:ff,pleaseEnterRowCaption:df,pleaseEnterPlaceholder:pf,pleaseEnterFieldCode:vf,pleaseEnterForm:hf,pleaseEnterList:yf,pleaseEnterProcess:mf,pleaseEnterLabel:_f,pleaseEnterValue:gf,bizKeyNotBindFiled:Ef,pleaseSelectOneField:bf,pleaseEnterNumberRange:Bf,pleaseEnterAValueGreaterThanMin:Ff,pleaseEnterAValueLessThanMax:Cf,numberRangeSetError:Af,stringRangeError:wf,attachmentMaxSize:Sf,pleaseEnterTotalScoreSetting:$f,theTotalScoreMustNotBeLessThan1:Df,scoreDefaultValueRange:If,attachmentLimitError:Of,PleaseReselectTheOptionalQuantity:Pf,TheMaximumLengthIsGreaterThanTheMinimumLength:Mf,TheMinimumLengthIsGreaterThanTheMaximumLength:Tf,PleaseSelectTheCorrectOptionSettings:Rf,optionIdIsRepeat:xf,optionIsRequired:Lf,pleaseEnterDataCode:jf,pleaseEnterValueFieldCode:kf,pleaseEnterSvcCode:qf,pleaseBindAtLeastOneDisplayValue:Vf,pleaseSelectProvince:Nf,pleaseSelectCity:Uf,pleaseSelectDistrict:Wf,limitRowsCannotBeLessThan0:Gf,TheNumberOfRowsCannotBeLessThanMinRows:Hf,pleaseEnterColumnWidth:zf,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Kf,pleaseCompleteAllRulesAndConditions:Jf,pleaseSelectControl:Xf,pleaseSelectDashboard:Qf,theViewNameCannotBeEmpty:Zf,pleaseSelectOcrType:Yf,pleaseSelectAtLeastOneFieldToFillIn:e0,pleaseChooseAtLeastOne:t0,pleaseEnterButtonContent:n0,pleaseEnterDataCodeInDataSetting:r0,pleaseEnterValueFieldCodeInDataSetting:u0,pleaseEnterSvcCodeInDataSetting:i0,pleaseBindAtLeastOneDisplayValueInDataSetting:o0,rootNodeIsRequiredInDataSetting:a0,pleaseEnterMaxHeight:l0,pleaseEnter:c0,pleaseEnterWatermark:s0,pleaseEnterFileName:f0,pleaseUploadAtLeastOnePrintTemplate:d0,pleaseAssignBusiness:p0,pleaseAssignExternal:v0,pleaseEnterAliasCode:h0,pleaseSelectDataCode:y0,pleaseSelectSvcCode:m0,pleaseSelectJoinFieldCode:_0,pleaseSelectMainFieldCode:g0,pleaseSelectSortFieldCode:E0,batchDeleteButton:b0,batchPrintListButton:B0,batchPrintRecordList:F0,button:C0,createFormListButton:A0,dashboard:w0,divider:S0,exportListButton:$0,formSelectButton:D0,importRecordListButton:I0,invoiceCheckButton:O0,link:P0,listSelectButton:M0,ListViewSelect:T0,operationButton:R0,pagination:x0,submissionRecordListButton:L0,text:j0,textOcrButton:k0,title:q0,approvalStatusColumn:V0,array:N0,autoNumber:U0,custom:W0,decimal:G0,department:H0,employee:z0,file:K0,image:J0,location:X0,operation:Q0,order:Z0,people:Y0,long:ed,timescope:td,timestamp:nd,varchar:rd,gridLayoutWrap:ud,gridTable:id,subTable:od,address:ad,amount:ld,calc:cd,checkBox:sd,electronicSignature:fd,input:dd,number:pd,organizationSelection:vd,radio:hd,richText:yd,score:md,searchNumberRange:_d,select:gd,selectMultiple:Ed,selectRelation:bd,textarea:Bd,tree:Fd,vueFormItem:Cd,vuePage:Ad,WPS:wd,actionBar:Sd,advancedContainer:$d,cardGroup:Dd,col:Id,dataView:Od,grid:Pd,gridLayoutContainer:Md,gridRow:Td,listView:Rd,page:xd,position:Ld,positioningContainer:jd,row:kd,subtableColumn:qd,subtableRow:Vd,tab:Nd,tabPane:Ud,toolbox:Wd,batchSubmissionListButton:Gd,exportRecordListButton:Hd,listViewSelect:zd,referenceList:Kd,optionOne:Jd,optionTwo:Xd,optionThird:Qd},Qe={zhCN:al,enUS:nf,jaJP:Zd},Ze,cn=(Ze=window.localStorage.getItem("locale"))!==null&&Ze!==void 0?Ze:"zh-CN",Yd=function(){},P=function(e){return e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search",e}({}),y=function(e){return e.TITLE="title",e.LINK="link",e.IFRAME="iframe",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.BATCH_DELETE_LIST_BUTTON="list-page-btn-batch-delete",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.COMMENT="comment",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.OPERATION_BUTTON="operation-button",e.EMPLOYEE_COLUMN="employee-column",e.Approval_Status_Column="approval-status-column",e.GROUP_COLUMN="group-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.CASCADER="cascader",e.COUNTER="counter",e.SLIDER="slider",e.SWITCH="switch",e.TAG="tag",e.BARCODE="barcode",e.QR_CODE="qr-code",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.TIME_PICKER="time-picker",e.TIME_RANGE="time-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.BLANK_CONTAINER="blank-container",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.GRID_LAYOUT_CONTAINER="grid-layout-container",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.TABLE_LAYOUT="table-layout",e.TABLE_LAYOUT_ROW="table-layout-row",e.TABLE_LAYOUT_COL="table-layout-col",e.TABLE_LAYOUT_WRAPPER="table-layout-wrapper",e.COLLAPSE="collapse",e.COLLAPSE_PANE="collapse-pane",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.BAR_CHART="bar-chart",e.LINE_CHART="line-chart",e.PIE_CHART="pie-chart",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2",e.GRID_LAYOUT_WRAP="grid-layout-wrap",e.VUE_PAGE="vue-page",e.REFERENCE_LIST="reference-list",e.STEP="step",e.STEP_PANE="step-pane",e}({}),H=function(e){return 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.LIST="list",e.JSON="json",e.ANY="ANY",e}({}),sn="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",ep=sn+"0123456789";function Ye(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:15,t="",n=0;n<e;n++){var r=n===0?sn:ep,u=Math.random()*r.length;t+=r[parseInt(String(u),10)]}return t}function et(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 tp(e){if(Array.isArray(e))return et(e)}function np(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function fn(e,t,n){return t=se(t),op(e,nt()?Reflect.construct(t,n||[],se(e).constructor):t.apply(e,n))}function dn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function we(e,t,n){return nt()?we=Reflect.construct:we=function(u,i,o){var a=[null];a.push.apply(a,i);var c=Function.bind.apply(u,a),f=new c;return o&&fe(f,o.prototype),f},we.apply(null,arguments)}function se(e){return se=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},se(e)}function pn(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 rp(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function up(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function ip(){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 op(e,t){return t&&(ap(t)==="object"||typeof t=="function")?t:np(e)}function fe(e,t){return fe=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},fe(e,t)}function vn(e){return tp(e)||up(e)||lp(e)||ip()}function ap(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function lp(e,t){if(!!e){if(typeof e=="string")return et(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 et(e,t)}}function tt(e){var t=typeof Map=="function"?new Map:void 0;return tt=function(r){if(r===null||!rp(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 we(r,arguments,se(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),fe(u,r)},tt(e)}function nt(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(nt=function(){return!!e})()}var rt=console;function Se(){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=rt).warn.apply(r,["\u{1F9D0} Driven Warning:"+t[0]].concat(vn(u)))}function hn(){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=rt).log.apply(r,["\u{1F680} Driven Log:"+t[0]].concat(vn(u)))}function cp(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}var ut=function(e){pn(t,e);function t(n){dn(this,t);var r;return r=fn(this,t,[n]),r.name="\u{1F4A5} Driven Error",r.message=n?cp(n):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}",r}return t}(tt(Error)),sp=function(e){pn(t,e);function t(n){dn(this,t);var r;return r=fn(this,t,[n]),r.name="\u{1F6A8} Driven Reference Error",r}return t}(ut);function de(e){throw new ut(e)}function yn(e){throw new sp(e)}function fp(e){rt.error(new ut(e))}function dp(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function mn(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 pp(e,t,n){return t&&mn(e.prototype,t),n&&mn(e,n),e}function vp(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var _n=function(){function e(){dp(this,e)}return pp(e,null,[{key:"getMessage",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},u;return d("CMD."+n,r,Qe==null||(u=Qe[cn.split("-").join("")])===null||u===void 0?void 0:u[n])}},{key:"resetI18n",value:function(){}},{key:"setLocale",value:function(n,r){}}]),e}();vp(_n,"$i18n",_n.resetI18n());function gn(e,t,n){var r=t.replace(/\[(\d)]/g,function(i,o){return"."+o}).split("."),u=!1;return r.reduce(function(i,o,a,c){var f=i;if(!!i){if(!Object.prototype.hasOwnProperty.call(i,o)){Se("Can not set ".concat(t,"'s ").concat(o," property in current %o, Because there is no ").concat(o," property on the %o"),i,i);return}return a===c.length-1&&!Object.is(f[o],n)&&(f[o]=n,u=!0),f[o]}},e),u}var hp=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},yp={exports:{}};(function(e){(function(t){var n=function(s,p,S){if(!f(p)||h(p)||_(p)||b(p)||c(p))return p;var C,$=0,x=0;if(l(p))for(C=[],x=p.length;$<x;$++)C.push(n(s,p[$],S));else{C={};for(var w in p)Object.prototype.hasOwnProperty.call(p,w)&&(C[s(w,S)]=n(s,p[w],S))}return C},r=function(s,p){p=p||{};var S=p.separator||"_",C=p.split||/(?=[A-Z])/;return s.split(C).join(S)},u=function(s){return g(s)?s:(s=s.replace(/[\-_\s]+(.)?/g,function(p,S){return S?S.toUpperCase():""}),s.substr(0,1).toLowerCase()+s.substr(1))},i=function(s){var p=u(s);return p.substr(0,1).toUpperCase()+p.substr(1)},o=function(s,p){return r(s,p).toLowerCase()},a=Object.prototype.toString,c=function(s){return typeof s=="function"},f=function(s){return s===Object(s)},l=function(s){return a.call(s)=="[object Array]"},h=function(s){return a.call(s)=="[object Date]"},_=function(s){return a.call(s)=="[object RegExp]"},b=function(s){return a.call(s)=="[object Boolean]"},g=function(s){return s=s-0,s===s},v=function(s,p){var S=p&&"process"in p?p.process:p;return typeof S!="function"?s:function(C,$){return S(C,s,$)}},m={camelize:u,decamelize:o,pascalize:i,depascalize:o,camelizeKeys:function(s,p){return n(v(u,p),s)},decamelizeKeys:function(s,p){return n(v(o,p),s,p)},pascalizeKeys:function(s,p){return n(v(i,p),s)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=m:t.humps=m})(hp)})(yp);var En={};Object.defineProperty(En,"__esModule",{value:!0});function it(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(t=>typeof t!="object"||t===null?t:it(t));{const t={};for(const n in e){const r=e[n];t[n]=typeof r!="object"||r===null?r:it(r)}return t}}var mp=En.default=it;function bn(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function N(e){if(e!==void 0)return(typeof e=="undefined"?"undefined":bn(e))==="object"?mp(e):e}function ot(e){return Object.prototype.toString.call(e)==="[object Object]"}function _p(e){return e!=null&&(typeof e=="undefined"?"undefined":bn(e))==="object"&&Array.isArray(e)===!1}function pe(e){return Array.isArray(e)}function at(e){return typeof e=="string"}function gp(e){return Object.values(y).includes(e)}function lt(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 Ep(e){if(Array.isArray(e))return lt(e)}function Bn(e,t,n,r,u,i,o){try{var a=e[i](o),c=a.value}catch(f){n(f);return}a.done?t(c):Promise.resolve(c).then(r,u)}function bp(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(c){Bn(i,r,u,o,a,"next",c)}function a(c){Bn(i,r,u,o,a,"throw",c)}o(void 0)})}}function Bp(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Fn(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 Fp(e,t,n){return t&&Fn(e.prototype,t),n&&Fn(e,n),e}function Cn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Cp(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Ap(){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 ct(e){return Ep(e)||Cp(e)||wp(e)||Ap()}function wp(e,t){if(!!e){if(typeof e=="string")return lt(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 lt(e,t)}}function Sp(e,t){var n,r,u,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype),a=Object.defineProperty;return a(o,"next",{value:c(0)}),a(o,"throw",{value:c(1)}),a(o,"return",{value:c(2)}),typeof Symbol=="function"&&a(o,Symbol.iterator,{value:function(){return this}}),o;function c(l){return function(h){return f([l,h])}}function f(l){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,l[0]&&(i=0)),i;)try{if(n=1,r&&(u=l[0]&2?r.return:l[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,l[1])).done)return u;switch(r=0,u&&(l=[l[0]&2,u.value]),l[0]){case 0:case 1:u=l;break;case 4:return i.label++,{value:l[1],done:!1};case 5:i.label++,r=l[1],l=[0];continue;case 7:l=i.ops.pop(),i.trys.pop();continue;default:if(u=i.trys,!(u=u.length>0&&u[u.length-1])&&(l[0]===6||l[0]===2)){i=0;continue}if(l[0]===3&&(!u||l[1]>u[0]&&l[1]<u[3])){i.label=l[1];break}if(l[0]===6&&i.label<u[1]){i.label=u[1],u=l;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(l);break}u[2]&&i.ops.pop(),i.trys.pop();continue}l=t.call(e,i)}catch(h){l=[6,h],r=0}finally{n=u=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}var An=function(){function e(){Bp(this,e),Cn(this,"_events",new Map),Cn(this,"debug",!1)}return Fp(e,[{key:"emit",value:function(n){for(var r=arguments.length,u=new Array(r>1?r-1:0),i=1;i<r;i++)u[i-1]=arguments[i];return bp(function(){var o,a,c,f,l,h,_,b,g,v,m,s;return Sp(this,function(p){switch(p.label){case 0:if(o=this._events.get(n),a=[],!o)return[3,10];c=o.slice(),f=!0,l=!1,h=void 0,p.label=1;case 1:p.trys.push([1,8,9,10]),_=c[Symbol.iterator](),p.label=2;case 2:if(f=(b=_.next()).done)return[3,7];if(g=b.value,!o.includes(g))return[3,6];p.label=3;case 3:return p.trys.push([3,5,,6]),this.debug&&hn.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(ct(u))),[4,g.apply(null,ct(u))];case 4:return v=p.sent(),this.debug&&hn.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(ct(u),[v])),a.push(v),v===!1?[3,7]:[3,6];case 5:return m=p.sent(),fp(String(m)+":"+String(m.stack)),[3,6];case 6:return f=!0,[3,2];case 7:return[3,10];case 8:return s=p.sent(),l=!0,h=s,[3,10];case 9:try{!f&&_.return!=null&&_.return()}finally{if(l)throw h}return[7];case 10:return[2,a]}})}).call(this)}},{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),i=u==null?void 0:u.indexOf(r);u==null||u.splice(i,1)}}},{key:"delete",value:function(n){this._events.has(n)&&this._events.delete(n)}},{key:"clear",value:function(){this._events=new Map}}]),e}();function $p(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function wn(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 Dp(e,t,n){return t&&wn(e.prototype,t),n&&wn(e,n),e}function Ip(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Op=[{key:"on_click",name:d("CMD.click",null,"\u70B9\u51FB\u65F6"),code:"click"},{key:"on_click_finish",name:d("CMD.finished",null,"\u6267\u884C\u5B8C\u6210\u65F6"),code:"click-finish"},{key:"on_change",name:d("CMD.valueChange",null,"\u503C\u53D1\u751F\u53D8\u5316\u65F6"),code:"change"},{key:"on_search",name:d("CMD.search",null,"\u641C\u7D22\u65F6"),code:"search"},{key:"on_file_actions",name:d("CMD.onClickFileBtn",null,"\u70B9\u51FB\u6587\u4EF6\u6309\u94AE\u65F6"),code:"file-actions"},{key:"on_tree_search",name:d("CMD.treeDataCreate",null,"\u6811\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"tree-search"},{key:"on_list_change",name:d("CMD.listDataChange",null,"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"list-change"},{key:"on_chart_change",name:d("CMD.chartDataChange",null,"\u56FE\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"chart-change"},{key:"on_list_search",name:d("CMD.listDataCreate",null,"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"list-search"},{key:"on_list_mounted",name:d("CMD.listDataBack",null,"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6"),code:"list-mounted"},{key:"on_list_delete",name:d("CMD.listDataDelete",null,"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6"),code:"list-delete"},{key:"on_list_before_insert",name:d("CMD.listDataAdd",null,"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D"),code:"list-before-insert"},{key:"on_input",name:d("CMD.onInput",null,"\u7528\u6237\u8F93\u5165\u65F6"),code:"input"},{key:"on_blur",name:d("CMD.onBlur",null,"\u5931\u53BB\u7126\u70B9\u65F6"),code:"blur"},{key:"on_focus",name:d("CMD.onFocus",null,"\u83B7\u53D6\u7126\u70B9\u65F6"),code:"focus"},{key:"on_wps_open",name:d("CMD.onOpenFile",null,"\u6253\u5F00\u6587\u4EF6\u65F6"),code:"wps-open"},{key:"on_wps_save",name:d("CMD.onSaveFile",null,"\u4FDD\u5B58\u6587\u4EF6\u65F6"),code:"wps-save"},{key:"on_wps_rename",name:d("CMD.rename",null,"\u91CD\u547D\u540D\u65F6"),code:"wps-rename"},{key:"on_list_actions",name:d("CMD.onClickBtn",null,"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6"),code:"list-actions"},{key:"on_list_render_operation",name:d("CMD.cellRender",null,"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6"),code:"list-render-operation"},{key:"on_list_rowclick",name:d("CMD.rowClick",null,"\u884C\u70B9\u51FB\u65F6"),code:"list-rowclick"},{key:"on_list_before_rowdelete",name:d("CMD.rowDelete",null,"\u884C\u5220\u9664\u524D"),code:"list-before-rowdelete"},{key:"on_list_before_import",name:d("CMD.listDataImport",null,"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D"),code:"list-before-import"},{key:"on_list_rows_checked",name:d("CMD.rowSelected",null,"\u884C\u9009\u4E2D\u65F6"),code:"list-rows-checked"},{key:"on_change_tab",name:d("CMD.tabChange",null,"\u6807\u7B7E\u9875\u5207\u6362\u65F6"),code:"change-tab"},{key:"on_modal_ok",name:d("CMD.modalConfirm",null,"\u5F39\u7A97\u786E\u8BA4\u65F6"),code:"modal-ok"},{key:"on_change_steps",name:d("CMD.stepsChange",null,"\u6B65\u9AA4\u5207\u6362\u65F6"),code:"change-steps"},{key:"on_option_selected",name:d("CMD.optionSelected",null,"DOM\u70B9\u51FBoption\u4E8B\u4EF6"),code:"option_selected"}],ve=function(){function e(){$p(this,e)}return Dp(e,null,[{key:"getEventsFromKeys",value:function(n){var r=typeof n=="string"?[n]:n;return e.events.filter(function(u){return r.includes(u.key)})}},{key:"getEventsFromControl",value:function(n){var r=[],u=n.eventKeys;r=r.concat(e.events.filter(function(o){return u.includes(o.key)}));var i=n.customEvents.map(function(o){var a=o.key;return o.namespace!==void 0&&o.namespace!==null&&o.namespace!==""&&(a=o.namespace+":"+o.key),{key:a,code:o.key,name:o.name}});return r=r.concat(i),r}}]),e}();Ip(ve,"events",Op);function st(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 Pp(e){if(Array.isArray(e))return st(e)}function Mp(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Tp(){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 Sn(e){return Pp(e)||Mp(e)||Rp(e)||Tp()}function Rp(e,t){if(!!e){if(typeof e=="string")return st(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 st(e,t)}}function ft(e,t){var n;!((n=Object.getOwnPropertyDescriptors(e)[t])===null||n===void 0)&&n.enumerable&&Object.defineProperty(e,t,{enumerable:!1})}function $n(e,t,n){n!=="Runtime"&&(e.parent=t,ft(e,"parent"))}function xp(e,t,n){e.forEach(function(r){$n(r,t,n)})}var Dn=Symbol("targetKey");function In(e){var t;return(t=e[Dn])!==null&&t!==void 0?t:e}function On(e,t,n){return xp(e,t,n),new Proxy(e,{get:function(u,i){for(var o=arguments.length,a=new Array(o>2?o-2:0),c=2;c<o;c++)a[c-2]=arguments[c];var f;return i===Dn?u:(f=Reflect).get.apply(f,[u,i].concat(Sn(a)))},set:function(u,i,o){for(var a=arguments.length,c=new Array(a>3?a-3:0),f=3;f<a;f++)c[f-3]=arguments[f];var l;if(pe(e)&&i==="length"&&o===e.length)return!0;var h=(l=Reflect).set.apply(l,[u,i,o].concat(Sn(c)));return ot(o)&&$n(o,t,n),h}})}function dt(e,t,n,r,u){var i=r!=null?r:e,o=On(In(n!=null?n:[]),i,u);Object.defineProperty(e,t,{get:function(){return o},set:function(c){o=On(In(c),i,u)},enumerable:!0})}function Lp(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pn(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 jp(e,t,n){return t&&Pn(e.prototype,t),n&&Pn(e,n),e}function z(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Mn=[],he=function(){function e(t){Lp(this,e),z(this,"registeredControlTypes",new Set),z(this,"controlConfigMap",new Map),z(this,"_controls",[]),z(this,"_type",void 0),this._type=t,this._initControls(t)}return jp(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__||de("".concat(n.name," is not a Control"));var r=this._controls.findIndex(function(u){return u.controlType===n.controlType});return r>-1&&(Se("The ".concat(n.controlType," is repeat register, So it overwrites the one that was registered before.")),this._controls.splice(r,1)),this.registeredControlTypes.add(n.controlType),this._controls.push(n),this}},{key:"isLayoutControl",value:function(n){return n.controlType===P.LAYOUT}},{key:"isFormControl",value:function(n){return n.controlType===P.FORM}},{key:"isListControl",value:function(n){return n.controlType===P.LIST}},{key:"isColumnControl",value:function(n){return n.controlType===P.COLUMN}},{key:"createControl",value:function(n,r){var u=this;if(Array.isArray(n))return n.map(function(l){return u.createControl(l,r)});if(n.children&&(n.children=n.children.map(function(l){return u.createControl(l,r)})),this.isListControl(n)){var i=n.props;i.headers&&(i.headers=i.headers.map(function(l){return u.createControl(l,r)}))}var o=this.getControlFormType(n.type);if(o){var a=n;if(typeof r=="function"){var c=r(a);c&&(a=c)}var f;return o.mode==="Runtime"?(f=a,f.fieldType=o.controlFieldType,this._setParentPrototypeToSchema(f,this)):f=new o(a),f}else de("The constructor of ".concat(n.type," could not be found, please confirm that the constructor has been registered"))}},{key:"resetInstanceParent",value:function(n,r){delete n.parent,Object.defineProperty(n,"parent",{configurable:!0,get:function(){return r}}),ft(n,"parent")}},{key:"_setParentPrototypeToSchema",value:function(n,r){r._type==="Runtime"&&(Object.defineProperty(n,"parent",{configurable:!0,get:function(){var i=n.id,o=r._controlParentIdMap,a=r.instanceMap;if(!(!o||!a)){var c=o[i],f=a[i];if(!(!c&&!f)){var l=f.findIndex(function(b){return b==n}),h=a[c]||[],_;return h.length!==f.length?_=h[0]:_=h[l],_}}}}),ft(n,"parent"))}},{key:"createControlInstance",value:function(n,r){var u=this.getControlFormType(n);if(u)return new u(r)}},{key:"getControlFormType",value:function(n){return this._controls.find(function(r){return r.controlType===n})}},{key:"_initControls",value:function(n){var r=this;this.constructor.staticControls.forEach(function(u){r.register(u[n]),e.staticControlsRuntimeRules.set(u.Runtime.controlType,u.Property.RuntimeRules),u.Property.mode=n})}}],[{key:"staticGetRules",value:function(n,r){var u=e.staticControlsRuntimeRules.get(n),i=[];if(u){var o=new u(r);i=Array.from(o)}return i}},{key:"register",value:function(n,r){var u=n.Designer,i=n.Runtime,o=n.Property;(!u||!i||!u.__is_control__||!i.__is_control__)&&de("".concat(n," is can't register as a Control"));var a=this.staticControls.findIndex(function(c){return c.Designer.controlType===u.controlType});return a>-1&&(Se("The ".concat(u.controlType," is repeat register, So it overwrites the one that was registered before.")),this.staticControls.splice(a,1)),this.staticRegisteredTypes.add(u.controlType),this.staticControls.push(n),o.mode=r,this}}]),e}();z(he,"staticControlsRuntimeRules",new Map),z(he,"staticControls",Mn),z(he,"staticRegisteredTypes",new Set(Mn.map(function(e){return e.Designer.controlType}))),z(he,"staticRegisteredConfigs",new Map);function pt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function L(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Tn=function e(t){pt(this,e);var n,r,u;L(this,"dataCode",void 0),L(this,"fieldCode",void 0),L(this,"fieldType",void 0),L(this,"aliasCode",void 0),this.dataCode=(n=t==null?void 0:t.dataCode)!==null&&n!==void 0?n:"",this.fieldCode=(r=t==null?void 0:t.fieldCode)!==null&&r!==void 0?r:"",this.fieldType=(u=t==null?void 0:t.fieldType)!==null&&u!==void 0?u:"",this.aliasCode=t==null?void 0:t.aliasCode},kp=function e(t){pt(this,e);var n,r;L(this,"minWidth",void 0),L(this,"maxWidth",void 0),L(this,"flex",void 0),this.minWidth=(n=t==null?void 0:t.minWidth)!==null&&n!==void 0?n:150,this.maxWidth=t==null?void 0:t.maxWidth,this.flex=(r=t==null?void 0:t.flex)!==null&&r!==void 0?r:1},qp=function(e){return e[e.UNKNOWN=0]="UNKNOWN",e[e.READONLY=1]="READONLY",e[e.EDITABLE=2]="EDITABLE",e[e.PRINT=5]="PRINT",e}({}),Vp=function e(t){pt(this,e);var n,r,u,i;L(this,"width",void 0),L(this,"height",void 0),L(this,"widthConfig",void 0),L(this,"heightConfig",void 0),this.width=(n=t==null?void 0:t.width)!==null&&n!==void 0?n:"",this.height=(r=t==null?void 0:t.height)!==null&&r!==void 0?r:"",this.widthConfig=(u=t==null?void 0:t.widthConfig)!==null&&u!==void 0?u:"fill",this.heightConfig=(i=t==null?void 0:t.heightConfig)!==null&&i!==void 0?i:"fill"};function Np(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Up(e,t,n){return t=ye(t),Hp(e,yt()?Reflect.construct(t,n||[],ye(e).constructor):t.apply(e,n))}function vt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $e(e,t,n){return yt()?$e=Reflect.construct:$e=function(u,i,o){var a=[null];a.push.apply(a,i);var c=Function.bind.apply(u,a),f=new c;return o&&me(f,o.prototype),f},$e.apply(null,arguments)}function U(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ye(e){return ye=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ye(e)}function Wp(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&&me(e,t)}function Gp(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Hp(e,t){return t&&(zp(t)==="object"||typeof t=="function")?t:Np(e)}function me(e,t){return me=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},me(e,t)}function zp(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function ht(e){var t=typeof Map=="function"?new Map:void 0;return ht=function(r){if(r===null||!Gp(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 $e(r,arguments,ye(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),me(u,r)},ht(e)}function yt(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(yt=function(){return!!e})()}var mt=function e(t){vt(this,e),U(this,"isHide",{type:"boolean"})},Rn=function(e){Wp(t,e);function t(n){return vt(this,t),Up(this,t)}return t}(ht(Array)),W=function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";vt(this,e);var r,u;U(this,"isHide",void 0),U(this,"className",void 0),U(this,"style",void 0),U(this,"caption",void 0),U(this,"defaultState",void 0),this.isHide=(r=t==null?void 0:t.isHide)!==null&&r!==void 0?r:!1,this.style=new Vp(t==null?void 0:t.style),this.caption=(u=t==null?void 0:t.caption)!==null&&u!==void 0?u:n};U(W,"mode",void 0),U(W,"Rules",mt),U(W,"RuntimeRules",Rn);function j(){return j=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},j.apply(this,arguments)}function Kp(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function _t(e){return _t=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},_t(e)}function De(e,t){return De=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},De(e,t)}function Jp(){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 Ie(e,t,n){return Jp()?Ie=Reflect.construct:Ie=function(u,i,o){var a=[null];a.push.apply(a,i);var c=Function.bind.apply(u,a),f=new c;return o&&De(f,o.prototype),f},Ie.apply(null,arguments)}function Xp(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function gt(e){var t=typeof Map=="function"?new Map:void 0;return gt=function(r){if(r===null||!Xp(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 Ie(r,arguments,_t(this).constructor)}return u.prototype=Object.create(r.prototype,{constructor:{value:u,enumerable:!1,writable:!0,configurable:!0}}),De(u,r)},gt(e)}var Qp=/%[sdj%]/g,xn=function(){};typeof process!="undefined"&&process.env&&process.env.NODE_ENV!=="production"&&typeof window!="undefined"&&typeof document!="undefined"&&(xn=function(t,n){typeof console!="undefined"&&console.warn&&n.every(function(r){return typeof r=="string"})&&console.warn(t,n)});function Et(e){if(!e||!e.length)return null;var t={};return e.forEach(function(n){var r=n.field;t[r]=t[r]||[],t[r].push(n)}),t}function T(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=1,u=t[0],i=t.length;if(typeof u=="function")return u.apply(null,t.slice(1));if(typeof u=="string"){var o=String(u).replace(Qp,function(a){if(a==="%%")return"%";if(r>=i)return a;switch(a){case"%s":return String(t[r++]);case"%d":return Number(t[r++]);case"%j":try{return JSON.stringify(t[r++])}catch(c){return"[Circular]"}break;default:return a}});return o}return u}function Zp(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function D(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||Zp(t)&&typeof e=="string"&&!e)}function Yp(e,t,n){var r=[],u=0,i=e.length;function o(a){r.push.apply(r,a),u++,u===i&&n(r)}e.forEach(function(a){t(a,o)})}function Ln(e,t,n){var r=0,u=e.length;function i(o){if(o&&o.length){n(o);return}var a=r;r=r+1,a<u?t(e[a],i):n([])}i([])}function ev(e){var t=[];return Object.keys(e).forEach(function(n){t.push.apply(t,e[n])}),t}var jn=function(e){Kp(t,e);function t(n,r){var u;return u=e.call(this,"Async Validation Error")||this,u.errors=n,u.fields=r,u}return t}(gt(Error));function tv(e,t,n,r){if(t.first){var u=new Promise(function(h,_){var b=function(m){return r(m),m.length?_(new jn(m,Et(m))):h()},g=ev(e);Ln(g,n,b)});return u.catch(function(h){return h}),u}var i=t.firstFields||[];i===!0&&(i=Object.keys(e));var o=Object.keys(e),a=o.length,c=0,f=[],l=new Promise(function(h,_){var b=function(v){if(f.push.apply(f,v),c++,c===a)return r(f),f.length?_(new jn(f,Et(f))):h()};o.length||(r(f),h()),o.forEach(function(g){var v=e[g];i.indexOf(g)!==-1?Ln(v,n,b):Yp(v,n,b)})});return l.catch(function(h){return h}),l}function kn(e){return function(t){return t&&t.message?(t.field=t.field||e.fullField,t):{message:typeof t=="function"?t():t,field:t.field||e.fullField}}}function qn(e,t){if(t){for(var n in t)if(t.hasOwnProperty(n)){var r=t[n];typeof r=="object"&&typeof e[n]=="object"?e[n]=j(j({},e[n]),r):e[n]=r}}return e}function Vn(e,t,n,r,u,i){e.required&&(!n.hasOwnProperty(e.field)||D(t,i||e.type))&&r.push(T(u.messages.required,e.fullField))}function nv(e,t,n,r,u){(/^\s+$/.test(t)||t==="")&&r.push(T(u.messages.whitespace,e.fullField))}var bt={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},_e={integer:function(t){return _e.number(t)&&parseInt(t,10)===t},float:function(t){return _e.number(t)&&!_e.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch(n){return!1}},date:function(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function(t){return isNaN(t)?!1:typeof t=="number"},object:function(t){return typeof t=="object"&&!_e.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&!!t.match(bt.email)&&t.length<255},url:function(t){return typeof t=="string"&&!!t.match(bt.url)},hex:function(t){return typeof t=="string"&&!!t.match(bt.hex)}};function rv(e,t,n,r,u){if(e.required&&t===void 0){Vn(e,t,n,r,u);return}var i=["integer","float","array","regexp","object","method","email","number","date","url","hex"],o=e.type;i.indexOf(o)>-1?_e[o](t)||r.push(T(u.messages.types[o],e.fullField,e.type)):o&&typeof t!==e.type&&r.push(T(u.messages.types[o],e.fullField,e.type))}function uv(e,t,n,r,u){var i=typeof e.len=="number",o=typeof e.min=="number",a=typeof e.max=="number",c=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,f=t,l=null,h=typeof t=="number",_=typeof t=="string",b=Array.isArray(t);if(h?l="number":_?l="string":b&&(l="array"),!l)return!1;b&&(f=t.length),_&&(f=t.replace(c,"_").length),i?f!==e.len&&r.push(T(u.messages[l].len,e.fullField,e.len)):o&&!a&&f<e.min?r.push(T(u.messages[l].min,e.fullField,e.min)):a&&!o&&f>e.max?r.push(T(u.messages[l].max,e.fullField,e.max)):o&&a&&(f<e.min||f>e.max)&&r.push(T(u.messages[l].range,e.fullField,e.min,e.max))}var Y="enum";function iv(e,t,n,r,u){e[Y]=Array.isArray(e[Y])?e[Y]:[],e[Y].indexOf(t)===-1&&r.push(T(u.messages[Y],e.fullField,e[Y].join(", ")))}function ov(e,t,n,r,u){if(e.pattern){if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||r.push(T(u.messages.pattern.mismatch,e.fullField,t,e.pattern));else if(typeof e.pattern=="string"){var i=new RegExp(e.pattern);i.test(t)||r.push(T(u.messages.pattern.mismatch,e.fullField,t,e.pattern))}}}var E={required:Vn,whitespace:nv,type:rv,range:uv,enum:iv,pattern:ov};function av(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t,"string")&&!e.required)return n();E.required(e,t,r,i,u,"string"),D(t,"string")||(E.type(e,t,r,i,u),E.range(e,t,r,i,u),E.pattern(e,t,r,i,u),e.whitespace===!0&&E.whitespace(e,t,r,i,u))}n(i)}function lv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t)&&!e.required)return n();E.required(e,t,r,i,u),t!==void 0&&E.type(e,t,r,i,u)}n(i)}function cv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(t===""&&(t=void 0),D(t)&&!e.required)return n();E.required(e,t,r,i,u),t!==void 0&&(E.type(e,t,r,i,u),E.range(e,t,r,i,u))}n(i)}function sv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t)&&!e.required)return n();E.required(e,t,r,i,u),t!==void 0&&E.type(e,t,r,i,u)}n(i)}function fv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t)&&!e.required)return n();E.required(e,t,r,i,u),D(t)||E.type(e,t,r,i,u)}n(i)}function dv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t)&&!e.required)return n();E.required(e,t,r,i,u),t!==void 0&&(E.type(e,t,r,i,u),E.range(e,t,r,i,u))}n(i)}function pv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t)&&!e.required)return n();E.required(e,t,r,i,u),t!==void 0&&(E.type(e,t,r,i,u),E.range(e,t,r,i,u))}n(i)}function vv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(t==null&&!e.required)return n();E.required(e,t,r,i,u,"array"),t!=null&&(E.type(e,t,r,i,u),E.range(e,t,r,i,u))}n(i)}function hv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t)&&!e.required)return n();E.required(e,t,r,i,u),t!==void 0&&E.type(e,t,r,i,u)}n(i)}var yv="enum";function mv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t)&&!e.required)return n();E.required(e,t,r,i,u),t!==void 0&&E[yv](e,t,r,i,u)}n(i)}function _v(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t,"string")&&!e.required)return n();E.required(e,t,r,i,u),D(t,"string")||E.pattern(e,t,r,i,u)}n(i)}function gv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t,"date")&&!e.required)return n();if(E.required(e,t,r,i,u),!D(t,"date")){var a;t instanceof Date?a=t:a=new Date(t),E.type(e,a,r,i,u),a&&E.range(e,a.getTime(),r,i,u)}}n(i)}function Ev(e,t,n,r,u){var i=[],o=Array.isArray(t)?"array":typeof t;E.required(e,t,r,i,u,o),n(i)}function Bt(e,t,n,r,u){var i=e.type,o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(D(t,i)&&!e.required)return n();E.required(e,t,r,o,u,i),D(t,i)||E.type(e,t,r,o,u)}n(o)}function bv(e,t,n,r,u){var i=[],o=e.required||!e.required&&r.hasOwnProperty(e.field);if(o){if(D(t)&&!e.required)return n();E.required(e,t,r,i,u)}n(i)}var ge={string:av,method:lv,number:cv,boolean:sv,regexp:fv,integer:dv,float:pv,array:vv,object:hv,enum:mv,pattern:_v,date:gv,url:Bt,hex:Bt,email:Bt,required:Ev,any:bv};function Ft(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var Ct=Ft();function K(e){this.rules=null,this._messages=Ct,this.define(e)}K.prototype={messages:function(t){return t&&(this._messages=qn(Ft(),t)),this._messages},define:function(t){if(!t)throw new Error("Cannot configure a schema with no rules");if(typeof t!="object"||Array.isArray(t))throw new Error("Rules must be an object");this.rules={};var n,r;for(n in t)t.hasOwnProperty(n)&&(r=t[n],this.rules[n]=Array.isArray(r)?r:[r])},validate:function(t,n,r){var u=this;n===void 0&&(n={}),r===void 0&&(r=function(){});var i=t,o=n,a=r;if(typeof o=="function"&&(a=o,o={}),!this.rules||Object.keys(this.rules).length===0)return a&&a(),Promise.resolve();function c(v){var m,s=[],p={};function S(C){if(Array.isArray(C)){var $;s=($=s).concat.apply($,C)}else s.push(C)}for(m=0;m<v.length;m++)S(v[m]);s.length?p=Et(s):(s=null,p=null),a(s,p)}if(o.messages){var f=this.messages();f===Ct&&(f=Ft()),qn(f,o.messages),o.messages=f}else o.messages=this.messages();var l,h,_={},b=o.keys||Object.keys(this.rules);b.forEach(function(v){l=u.rules[v],h=i[v],l.forEach(function(m){var s=m;typeof s.transform=="function"&&(i===t&&(i=j({},i)),h=i[v]=s.transform(h)),typeof s=="function"?s={validator:s}:s=j({},s),s.validator=u.getValidationMethod(s),s.field=v,s.fullField=s.fullField||v,s.type=u.getType(s),s.validator&&(_[v]=_[v]||[],_[v].push({rule:s,value:h,source:i,field:v}))})});var g={};return tv(_,o,function(v,m){var s=v.rule,p=(s.type==="object"||s.type==="array")&&(typeof s.fields=="object"||typeof s.defaultField=="object");p=p&&(s.required||!s.required&&v.value),s.field=v.field;function S(x,w){return j(j({},w),{},{fullField:s.fullField+"."+x})}function C(x){x===void 0&&(x=[]);var w=x;if(Array.isArray(w)||(w=[w]),!o.suppressWarning&&w.length&&K.warning("async-validator:",w),w.length&&s.message!==void 0&&(w=[].concat(s.message)),w=w.map(kn(s)),o.first&&w.length)return g[s.field]=1,m(w);if(!p)m(w);else{if(s.required&&!v.value)return s.message!==void 0?w=[].concat(s.message).map(kn(s)):o.error&&(w=[o.error(s,T(o.messages.required,s.field))]),m(w);var q={};if(s.defaultField)for(var Nr in v.value)v.value.hasOwnProperty(Nr)&&(q[Nr]=s.defaultField);q=j(j({},q),v.rule.fields);for(var ie in q)if(q.hasOwnProperty(ie)){var E5=Array.isArray(q[ie])?q[ie]:[q[ie]];q[ie]=E5.map(S.bind(null,ie))}var Ur=new K(q);Ur.messages(o.messages),v.rule.options&&(v.rule.options.messages=o.messages,v.rule.options.error=o.error),Ur.validate(v.value,v.rule.options||o,function(an){var oe=[];w&&w.length&&oe.push.apply(oe,w),an&&an.length&&oe.push.apply(oe,an),m(oe.length?oe:null)})}}var $;s.asyncValidator?$=s.asyncValidator(s,v.value,C,v.source,o):s.validator&&($=s.validator(s,v.value,C,v.source,o),$===!0?C():$===!1?C(s.message||s.field+" fails"):$ instanceof Array?C($):$ instanceof Error&&C($.message)),$&&$.then&&$.then(function(){return C()},function(x){return C(x)})},function(v){c(v)})},getType:function(t){if(t.type===void 0&&t.pattern instanceof RegExp&&(t.type="pattern"),typeof t.validator!="function"&&t.type&&!ge.hasOwnProperty(t.type))throw new Error(T("Unknown rule type %s",t.type));return t.type||"string"},getValidationMethod:function(t){if(typeof t.validator=="function")return t.validator;var n=Object.keys(t),r=n.indexOf("message");return r!==-1&&n.splice(r,1),n.length===1&&n[0]==="required"?ge.required:ge[this.getType(t)]||!1}},K.register=function(t,n){if(typeof n!="function")throw new Error("Cannot register a validator by type, validator is not a function");ge[t]=n},K.warning=xn,K.messages=Ct,K.validators=ge;var Bv={required:d("CMD.aad41751712156995"),maxLength:d("CMD.890d1751712141808"),minLength:d("CMD.bb9b1751712143625"),string:{range:d("CMD.f7131751712147855")}};function Fv(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=new K(e);return n.messages(Object.assign(Bv,t)),n}var Nn=new An;function At(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 Cv(e){if(Array.isArray(e))return e}function Av(e){if(Array.isArray(e))return At(e)}function Un(e,t,n,r,u,i,o){try{var a=e[i](o),c=a.value}catch(f){n(f);return}a.done?t(c):Promise.resolve(c).then(r,u)}function Wn(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(c){Un(i,r,u,o,a,"next",c)}function a(c){Un(i,r,u,o,a,"throw",c)}o(void 0)})}}function wv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Gn(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 Sv(e,t,n){return t&&Gn(e.prototype,t),n&&Gn(e,n),e}function F(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Hn(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function zn(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function $v(){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 Dv(){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 Kn(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){F(e,u,n[u])})}return e}function Iv(e){return Cv(e)||zn(e)||Jn(e)||$v()}function wt(e){return Av(e)||zn(e)||Jn(e)||Dv()}function Ov(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Jn(e,t){if(!!e){if(typeof e=="string")return At(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 At(e,t)}}function Xn(e,t){var n,r,u,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype),a=Object.defineProperty;return a(o,"next",{value:c(0)}),a(o,"throw",{value:c(1)}),a(o,"return",{value:c(2)}),typeof Symbol=="function"&&a(o,Symbol.iterator,{value:function(){return this}}),o;function c(l){return function(h){return f([l,h])}}function f(l){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,l[0]&&(i=0)),i;)try{if(n=1,r&&(u=l[0]&2?r.return:l[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,l[1])).done)return u;switch(r=0,u&&(l=[l[0]&2,u.value]),l[0]){case 0:case 1:u=l;break;case 4:return i.label++,{value:l[1],done:!1};case 5:i.label++,r=l[1],l=[0];continue;case 7:l=i.ops.pop(),i.trys.pop();continue;default:if(u=i.trys,!(u=u.length>0&&u[u.length-1])&&(l[0]===6||l[0]===2)){i=0;continue}if(l[0]===3&&(!u||l[1]>u[0]&&l[1]<u[3])){i.label=l[1];break}if(l[0]===6&&i.label<u[1]){i.label=u[1],u=l;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(l);break}u[2]&&i.ops.pop(),i.trys.pop();continue}l=t.call(e,i)}catch(h){l=[6,h],r=0}finally{n=u=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}var O=function(){function t(n){var r=this;wv(this,t);var u,i,o,a;F(this,"id",void 0),F(this,"name",void 0),F(this,"icon",void 0),F(this,"type",void 0),F(this,"controlType",void 0),F(this,"props",void 0),F(this,"setting",[]),F(this,"fieldType",void 0),F(this,"eventKeys",[]),F(this,"customEvents",[]),F(this,"parent",null),F(this,"slots",void 0),F(this,"slotPosition",void 0),F(this,"updateSetting",Zn),F(this,"removeSetting",Qn),this._callControlHooks("preInstance",n);var c=Hn(this,t)?this.constructor:void 0,f=c.controlName,l=c.controlIcon,h=c.controlType,_=c.controlFieldType,b=c.controlEventKeys,g=c.controlCustomEvents,v=c.name,m=c.setting,s=c.slots,p=c.slotPosition;f&&l&&h||yn("The ".concat(v," controlName,controlIcon,controlType is not define")),this.id=(u=n==null?void 0:n.id)!==null&&u!==void 0?u:Ye(10),this.name=f,this.icon=l,this.type=(i=n==null?void 0:n.type)!==null&&i!==void 0?i:h,this.props=new W(n==null?void 0:n.props,(Hn(this,t)?this.constructor:void 0).controlName),this.controlType=(o=n==null?void 0:n.controlType)!==null&&o!==void 0?o:"base",this.setting=N(m),this.fieldType=(a=n==null?void 0:n.fieldType)!==null&&a!==void 0?a:_,this.eventKeys=N(b),this.customEvents=N(g),this.slots=N(s),this.slotPosition=N(p),Promise.resolve().then(function(){r._callControlHooks("postInstance",n)})}return Sv(t,[{key:"rules",get:function(){var r=this.props.constructor.Rules;return r?new r(this.props):{}}},{key:"_callControlHooks",value:function(){for(var r=arguments.length,u=new Array(r),i=0;i<r;i++)u[i]=arguments[i];var o,a=Iv(u),c=a[0],f=a.slice(1);return(o=Nn).emit.apply(o,[c,this].concat(wt(f)))}},{key:"preUpdate",value:function(r,u){this._callControlHooks("preUpdateProps",r,u)}},{key:"postUpdate",value:function(r,u){this._callControlHooks("postUpdateProps",r,u)}},{key:"updateProps",value:function(r,u){this.preUpdate(r,u),gn(this.props,r,u),this.postUpdate(r,u)}},{key:"preValidate",value:function(){return Wn(function(){var r,u,i;return Xn(this,function(o){switch(o.label){case 0:return r=Kn({},this.rules),[4,this._callControlHooks("preValidate",r)];case 1:return u=o.sent(),i=u[u.length-1],[2,i===!1?void 0:i]}})}).call(this)}},{key:"validate",value:function(r,u){return Wn(function(){var i,o,a,c;return Xn(this,function(f){switch(f.label){case 0:return[4,this.preValidate()];case 1:i=f.sent(),o=i!==void 0?i:Kn({},this.rules),Array.isArray(u)&&u.forEach(function(l){o.hasOwnProperty(l)&&delete o[l]}),a=Fv(o,r),f.label=2;case 2:return f.trys.push([2,4,,5]),[4,a.validate(this.props)];case 3:return f.sent(),[2,!0];case 4:throw c=f.sent(),c.control||(c.control=this),c;case 5:return[2]}})}).call(this)}},{key:"toDataBindModel",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,u=this.fieldType,i=this.id,o=this.type,a=this.props,c=a.dataBind,f=a.datasourceBind,l=a.optionConfig,h=a.caption,_=a.required,b=a.maxLength,g=a.options,v=a.encrypted,m=a.encryptedMode;if(!(!u&&!c&&!f)){var s={parentId:r,fieldType:u,controlId:i,caption:h,type:o,props:{}};switch(c&&(s.dataBind=c),l){case"datasource":case void 0:f&&(s.datasourceBind=f);break;case"custom":s.props.options=g;break}return _!==void 0&&(s.required=_),b!==void 0&&(s.maxLength=b),v!==void 0&&(s.encrypted=v),m!==void 0&&(s.encryptedMode=m),s}}},{key:"preToSchema",value:function(){this._callControlHooks("preToSchema",this)}},{key:"toSchema",value:function(){return this.preToSchema(),{id:this.id,type:this.type,props:N(this.props),fieldType:this.fieldType,controlType:this.controlType}}}],[{key:"updateBasicControl",value:function(r,u){if(r==="setting"){if(u.add){var i;(i=this.setting).push.apply(i,wt(u.add))}u.remove&&this.removeSettingItem(u.remove),u.update}}}]),t}();F(O,"mode","Designer"),F(O,"slots",void 0),F(O,"slotPosition",void 0),F(O,"controlName",d("CMD.7baf1751712168384")),F(O,"controlIcon","icon"),F(O,"controlType","control"),F(O,"controlFieldType",void 0),F(O,"controlEventKeys",[]),F(O,"controlCustomEvents",[]),F(O,"setting",[]),F(O,"__is_control__",!0),F(O,"removeSettingItem",Qn),F(O,"updateSettingItem",Zn);function Qn(e){var t=this,n=Array.isArray(e)?e:[e];n.forEach(function(r){var u,i=typeof r!="string",o=(u=t.setting)===null||u===void 0?void 0:u.findIndex(function(f){return f.key===(i?r.key:r)});if(o!==-1){var a,c;i?t.setting[o].showItems=(a=t.setting[o].showItems)===null||a===void 0?void 0:a.filter(function(f){return!r.hideItems.includes(f)}):t.setting.splice(o,1),i&&!(!((c=t.setting[o].showItems)===null||c===void 0)&&c.length)&&t.setting.splice(o,1)}})}function Zn(e,t){var n=this,r=typeof e=="string"?[e]:e;r.forEach(function(u){var i=n.setting.find(function(f){return f.key===u});if(i){if(typeof t=="boolean")i.visible=t;else if((typeof t=="undefined"?"undefined":Ov(t))==="object"){var o,a=(o=t.type)!==null&&o!==void 0?o:"replace";if(a==="replace")i.showItems=t.showItems;else{var c;(c=i.showItems).push.apply(c,wt(t.showItems))}}}})}function Pv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Yn(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 Mv(e,t,n){return t&&Yn(e.prototype,t),n&&Yn(e,n),e}function R(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Tv(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var Ee=function(){function t(n){Pv(this,t);var r,u,i,o,a;R(this,"id",void 0),R(this,"type",void 0),R(this,"controlType",void 0),R(this,"props",void 0),R(this,"fieldType",void 0),R(this,"customEvents",[]),R(this,"pageStatus",void 0),R(this,"parent",null);var c=Tv(this,t)?this.constructor:void 0,f=c.controlType,l=c.controlFieldType,h=c.name,_=c.controlCustomEvents;f||yn("The ".concat(h," controlType is not define")),this.id=(r=n==null?void 0:n.id)!==null&&r!==void 0?r:Ye(10),this.type=(u=n==null?void 0:n.type)!==null&&u!==void 0?u:f,this.props=new W(n==null?void 0:n.props),this.customEvents=_,this.controlType=(i=n==null?void 0:n.controlType)!==null&&i!==void 0?i:"base",this.fieldType=(o=n==null?void 0:n.fieldType)!==null&&o!==void 0?o:l,this.pageStatus=(a=n==null?void 0:n.pageStatus)!==null&&a!==void 0?a:qp.UNKNOWN}return Mv(t,[{key:"rules",get:function(){var r=this.props.constructor.RuntimeRules;if(r){var u=new r(this.props);return Array.from(u)}return[]}}]),t}();R(Ee,"mode","Runtime"),R(Ee,"controlType","control"),R(Ee,"controlFieldType",void 0),R(Ee,"__is_control__",!0),R(Ee,"controlCustomEvents",[]);function er(e){return(e==null?void 0:e.dataCode)!==void 0&&(e==null?void 0:e.fieldCode)!==void 0}function Rv(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function St(e,t,n){return t=Oe(t),xv(e,tr()?Reflect.construct(t,n||[],Oe(e).constructor):t.apply(e,n))}function $t(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function A(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Oe(e){return Oe=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Oe(e)}function Dt(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&&It(e,t)}function xv(e,t){return t&&(Lv(t)==="object"||typeof t=="function")?t:Rv(e)}function It(e,t){return It=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},It(e,t)}function Lv(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function tr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(tr=function(){return!!e})()}var jv=function(e){Dt(t,e);function t(n){$t(this,t);var r;r=St(this,t,[n]),A(r,"dataBind",{}),A(r,"caption",{type:"string",required:!0,message:d("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")}),A(r,"isHideCaption",{type:"boolean"}),A(r,"labelPosition",{type:"enum",enum:["top","left"]}),A(r,"defaultState",{type:"enum",enum:["default","readonly"]}),A(r,"required",{type:"boolean"}),A(r,"captionTip",{type:"string",required:!1,message:d("CMD.pleaseEnterCaptionTip",null,"\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED")});var u={fieldCode:{type:"string",required:!0,message:d("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")},dataCode:{type:"string",required:!0,message:d("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}};if(er(n.dataBind))r.dataBind={type:"object",required:!0,fields:N(u),message:d("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};else{var i={type:"object",required:!0,fields:{},message:d("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")};Object.keys(n.dataBind).forEach(function(o){i.fields[o]={type:"object",required:!0,fields:N(u),message:d("CMD.pleaseEnterFieldCode",null,"\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879")}}),r.dataBind=i}return n.isShowCaptionTip&&(r.captionTip.required=!0),r}return t}(mt),kv=function(e){Dt(t,e);function t(n){$t(this,t);var r;r=St(this,t,[n]);var u=n.isHide?!1:n.required;return u&&r.push({type:"string",required:u,message:n.requiredMessage!==""?n.requiredMessage:d("CMD.runtimeRequired",{caption:n.caption},"{caption}\u5FC5\u586B")}),r}return t}(Rn),Ot=function(e){Dt(t,e);function t(n){$t(this,t);var r,u,i,o,a,c,f,l,h,_,b,g,v,m,s,p;return r=St(this,t,[n]),A(r,"caption",void 0),A(r,"captionSize",void 0),A(r,"captionColor",void 0),A(r,"isCaptionItalic",void 0),A(r,"captionFontWeight",void 0),A(r,"className",void 0),A(r,"isHideCaption",void 0),A(r,"isShowCaptionTip",void 0),A(r,"captionTip",void 0),A(r,"labelPosition",void 0),A(r,"dataBind",void 0),A(r,"defaultValue",void 0),A(r,"placeholder",void 0),A(r,"defaultState",void 0),A(r,"required",void 0),A(r,"requiredMessage",void 0),r.caption=(u=n==null?void 0:n.caption)!==null&&u!==void 0?u:"",r.captionSize=(i=n==null?void 0:n.captionSize)!==null&&i!==void 0?i:"",r.captionColor=(o=n==null?void 0:n.captionColor)!==null&&o!==void 0?o:"",r.isCaptionItalic=(a=n==null?void 0:n.isCaptionItalic)!==null&&a!==void 0?a:!1,r.captionFontWeight=(c=n==null?void 0:n.captionFontWeight)!==null&&c!==void 0?c:"normal",r.className=(f=n==null?void 0:n.className)!==null&&f!==void 0?f:[],r.isHideCaption=(l=n==null?void 0:n.isHideCaption)!==null&&l!==void 0?l:!1,r.isShowCaptionTip=(h=n==null?void 0:n.isShowCaptionTip)!==null&&h!==void 0?h:!1,r.captionTip=(_=n==null?void 0:n.captionTip)!==null&&_!==void 0?_:"",r.defaultState=(b=n==null?void 0:n.defaultState)!==null&&b!==void 0?b:"default",r.labelPosition=(g=n==null?void 0:n.labelPosition)!==null&&g!==void 0?g:"top",r.placeholder=(v=n==null?void 0:n.placeholder)!==null&&v!==void 0?v:"",r.required=(m=n==null?void 0:n.required)!==null&&m!==void 0?m:!1,r.requiredMessage=(s=n==null?void 0:n.requiredMessage)!==null&&s!==void 0?s:"",r.dataBind=new Tn(n==null?void 0:n.dataBind),r.defaultValue=(p=n==null?void 0:n.defaultValue)!==null&&p!==void 0?p:"",r}return t}(W);A(Ot,"Rules",jv),A(Ot,"RuntimeRules",kv);function qv(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Vv(e,t,n){return t=Me(t),Wv(e,nr()?Reflect.construct(t,n||[],Me(e).constructor):t.apply(e,n))}function Nv(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pe(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){return Me=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Me(e)}function Uv(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&&Pt(e,t)}function Wv(e,t){return t&&(Gv(t)==="object"||typeof t=="function")?t:qv(e)}function Pt(e,t){return Pt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Pt(e,t)}function Gv(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function nr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(nr=function(){return!!e})()}var rr=function(e){Uv(t,e);function t(n){Nv(this,t);var r;return r=Vv(this,t,[n]),Pe(r,"controlType","form"),Pe(r,"props",void 0),r.props=new Ot(n==null?void 0:n.props),r}return t}(O);Pe(rr,"controlEventKeys",["on_change","on_focus","on_blur"]),Pe(rr,"controlCustomAttributes",void 0);function Hv(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function zv(e,t,n){return t=Te(t),Xv(e,ur()?Reflect.construct(t,n||[],Te(e).constructor):t.apply(e,n))}function Kv(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 Jv(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&&Mt(e,t)}function Xv(e,t){return t&&(Qv(t)==="object"||typeof t=="function")?t:Hv(e)}function Mt(e,t){return Mt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Mt(e,t)}function Qv(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function ur(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(ur=function(){return!!e})()}var Zv=function(e){Jv(t,e);function t(n){return Kv(this,t),zv(this,t,[n])}return t}(W);function Tt(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 Yv(e){if(Array.isArray(e))return Tt(e)}function eh(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ir(e,t,n,r,u,i,o){try{var a=e[i](o),c=a.value}catch(f){n(f);return}a.done?t(c):Promise.resolve(c).then(r,u)}function th(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(c){ir(i,r,u,o,a,"next",c)}function a(c){ir(i,r,u,o,a,"throw",c)}o(void 0)})}}function nh(e,t,n){return t=X(t),dh(e,lr()?Reflect.construct(t,n||[],X(e).constructor):t.apply(e,n))}function rh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function or(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 uh(e,t,n){return t&&or(e.prototype,t),n&&or(e,n),e}function J(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ee(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?ee=Reflect.get:ee=function(u,i,o){var a=ph(u,i);if(!!a){var c=Object.getOwnPropertyDescriptor(a,i);return c.get?c.get.call(o||u):c.value}},ee(e,t,n||e)}function X(e){return X=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},X(e)}function ih(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&&Rt(e,t)}function oh(e,t){return t!=null&&typeof Symbol!="undefined"&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function ah(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function lh(){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 ch(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){J(e,u,n[u])})}return e}function sh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function fh(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):sh(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function dh(e,t){return t&&(vh(t)==="object"||typeof t=="function")?t:eh(e)}function Rt(e,t){return Rt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Rt(e,t)}function ph(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=X(e),e!==null););return e}function ar(e){return Yv(e)||ah(e)||hh(e)||lh()}function vh(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function hh(e,t){if(!!e){if(typeof e=="string")return Tt(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 Tt(e,t)}}function lr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(lr=function(){return!!e})()}function yh(e,t){var n,r,u,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype),a=Object.defineProperty;return a(o,"next",{value:c(0)}),a(o,"throw",{value:c(1)}),a(o,"return",{value:c(2)}),typeof Symbol=="function"&&a(o,Symbol.iterator,{value:function(){return this}}),o;function c(l){return function(h){return f([l,h])}}function f(l){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,l[0]&&(i=0)),i;)try{if(n=1,r&&(u=l[0]&2?r.return:l[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,l[1])).done)return u;switch(r=0,u&&(l=[l[0]&2,u.value]),l[0]){case 0:case 1:u=l;break;case 4:return i.label++,{value:l[1],done:!1};case 5:i.label++,r=l[1],l=[0];continue;case 7:l=i.ops.pop(),i.trys.pop();continue;default:if(u=i.trys,!(u=u.length>0&&u[u.length-1])&&(l[0]===6||l[0]===2)){i=0;continue}if(l[0]===3&&(!u||l[1]>u[0]&&l[1]<u[3])){i.label=l[1];break}if(l[0]===6&&i.label<u[1]){i.label=u[1],u=l;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(l);break}u[2]&&i.ops.pop(),i.trys.pop();continue}l=t.call(e,i)}catch(h){l=[6,h],r=0}finally{n=u=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}var mh=1e4,cr=function(t){ih(n,t);function n(r){rh(this,n);var u;u=nh(this,n,[r]),J(u,"controlType","layout"),J(u,"children",void 0),J(u,"excludes",void 0),J(u,"childrenMaxLength",void 0),J(u,"props",void 0);var i=oh(this,n)?this.constructor:void 0,o=i.excludes,a=i.childrenMaxLength;return u.props=new Zv(r==null?void 0:r.props),dt(u,"children",r==null?void 0:r.children,void 0,"Designer"),u.excludes=N(o),u.childrenMaxLength=a,u}return uh(n,[{key:"judgeExcludesChildren",value:function(u){return this.excludes===!1||Array.isArray(this.excludes)&&!this.excludes.includes(u)}},{key:"judgeJoinChildren",value:function(u){var i=this.judgeExcludesChildren(u);return i&&this.childrenMaxLength>this.children.length}},{key:"validate",value:function(u,i){var o=this,a=this,c=function(){return ee(X(n.prototype),"validate",o)};return th(function(){return yh(this,function(f){switch(f.label){case 0:return[4,c().call(a,u,i)];case 1:return f.sent(),[4,Promise.all(this.children.map(function(l){return l.validate(u,i)}))];case 2:return f.sent(),[2,!0]}})}).call(this)}},{key:"toDataBindModel",value:function(){var u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,i=ee(X(n.prototype),"toDataBindModel",this).call(this),o=i?[i]:[];return this.children.reduce(function(a,c){var f=c.toDataBindModel(u);if(Array.isArray(f)){var l=f.filter(function(h){return!!h});return ar(a).concat(ar(l))}return f&&a.push(f),a},o)}},{key:"toSchema",value:function(){var u=ee(X(n.prototype),"toSchema",this).call(this),i=this.children.map(function(o){var a=o.toSchema();return a});return fh(ch({},u),{children:i})}}]),n}(O);J(cr,"excludes",!1),J(cr,"childrenMaxLength",mh);function _h(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function gh(e,t,n){return t=Re(t),Bh(e,sr()?Reflect.construct(t,n||[],Re(e).constructor):t.apply(e,n))}function Eh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function te(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Re(e){return Re=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Re(e)}function bh(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&&xt(e,t)}function Bh(e,t){return t&&(Fh(t)==="object"||typeof t=="function")?t:_h(e)}function xt(e,t){return xt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},xt(e,t)}function Fh(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function sr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(sr=function(){return!!e})()}var Ch=function(e){bh(t,e);function t(n,r,u){Eh(this,t);var i,o,a,c,f;return i=gh(this,t,[r]),te(i,"headers",void 0),te(i,"footers",void 0),te(i,"pageIndex",void 0),te(i,"pageSize",void 0),te(i,"pageSizeOptions",void 0),te(i,"totalCount",void 0),dt(i,"headers",r==null?void 0:r.headers,n,u),dt(i,"footers",r==null?void 0:r.footers,n),i.pageIndex=(o=r==null?void 0:r.pageIndex)!==null&&o!==void 0?o:1,i.pageSize=(a=r==null?void 0:r.pageSize)!==null&&a!==void 0?a:20,i.pageSizeOptions=(c=r==null?void 0:r.pageSizeOptions)!==null&&c!==void 0?c:[20],i.totalCount=(f=r==null?void 0:r.totalCount)!==null&&f!==void 0?f:0,i}return t}(W);function Lt(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 Ah(e){if(Array.isArray(e))return Lt(e)}function wh(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function fr(e,t,n,r,u,i,o){try{var a=e[i](o),c=a.value}catch(f){n(f);return}a.done?t(c):Promise.resolve(c).then(r,u)}function Sh(e){return function(){var t=this,n=arguments;return new Promise(function(r,u){var i=e.apply(t,n);function o(c){fr(i,r,u,o,a,"next",c)}function a(c){fr(i,r,u,o,a,"throw",c)}o(void 0)})}}function $h(e,t,n){return t=Q(t),Rh(e,yr()?Reflect.construct(t,n||[],Q(e).constructor):t.apply(e,n))}function Dh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function dr(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 Ih(e,t,n){return t&&dr(e.prototype,t),n&&dr(e,n),e}function xe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ne(e,t,n){return typeof Reflect!="undefined"&&Reflect.get?ne=Reflect.get:ne=function(u,i,o){var a=xh(u,i);if(!!a){var c=Object.getOwnPropertyDescriptor(a,i);return c.get?c.get.call(o||u):c.value}},ne(e,t,n||e)}function Q(e){return Q=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Q(e)}function Oh(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&&jt(e,t)}function Ph(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Mh(){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 pr(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){xe(e,u,n[u])})}return e}function Th(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function vr(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Th(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function Rh(e,t){return t&&(Lh(t)==="object"||typeof t=="function")?t:wh(e)}function jt(e,t){return jt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},jt(e,t)}function xh(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&(e=Q(e),e!==null););return e}function hr(e){return Ah(e)||Ph(e)||jh(e)||Mh()}function Lh(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function jh(e,t){if(!!e){if(typeof e=="string")return Lt(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 Lt(e,t)}}function yr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(yr=function(){return!!e})()}function kh(e,t){var n,r,u,i={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype),a=Object.defineProperty;return a(o,"next",{value:c(0)}),a(o,"throw",{value:c(1)}),a(o,"return",{value:c(2)}),typeof Symbol=="function"&&a(o,Symbol.iterator,{value:function(){return this}}),o;function c(l){return function(h){return f([l,h])}}function f(l){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,l[0]&&(i=0)),i;)try{if(n=1,r&&(u=l[0]&2?r.return:l[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,l[1])).done)return u;switch(r=0,u&&(l=[l[0]&2,u.value]),l[0]){case 0:case 1:u=l;break;case 4:return i.label++,{value:l[1],done:!1};case 5:i.label++,r=l[1],l=[0];continue;case 7:l=i.ops.pop(),i.trys.pop();continue;default:if(u=i.trys,!(u=u.length>0&&u[u.length-1])&&(l[0]===6||l[0]===2)){i=0;continue}if(l[0]===3&&(!u||l[1]>u[0]&&l[1]<u[3])){i.label=l[1];break}if(l[0]===6&&i.label<u[1]){i.label=u[1],u=l;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(l);break}u[2]&&i.ops.pop(),i.trys.pop();continue}l=t.call(e,i)}catch(h){l=[6,h],r=0}finally{n=u=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}var qh=function(e){Oh(t,e);function t(n){Dh(this,t);var r;return r=$h(this,t,[n]),xe(r,"controlType","list"),xe(r,"props",void 0),r.props=new Ch(r,n==null?void 0:n.props,"Designer"),r}return Ih(t,[{key:"validate",value:function(r,u){var i=this,o=this,a=function(){return ne(Q(t.prototype),"validate",i)};return Sh(function(){return kh(this,function(c){switch(c.label){case 0:return[4,a().call(o,r)];case 1:return c.sent(),[4,Promise.all(this.props.headers.map(function(f){return f.validate(r,u)}))];case 2:return c.sent(),[2,!0]}})}).call(this)}},{key:"toDataBindModel",value:function(){var r=ne(Q(t.prototype),"toDataBindModel",this).call(this),u=r?[r]:[],i=this.id;return this.props.headers.reduce(function(o,a){var c=a.toDataBindModel(i);if(Array.isArray(c)){var f=c.filter(function(l){return!!l});return hr(o).concat(hr(f))}return c&&o.push(c),o},u)}},{key:"toSchema",value:function(){var r=ne(Q(t.prototype),"toSchema",this).call(this),u=this.props.headers.map(function(i){return i.toSchema()});return vr(pr({},r),{props:vr(pr({},this.props),{headers:u})})}}]),t}(O);xe(qh,"controlFieldType",H.LIST);function Vh(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function mr(e,t,n){return t=Le(t),Nh(e,Er()?Reflect.construct(t,n||[],Le(e).constructor):t.apply(e,n))}function _r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function M(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Le(e){return Le=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Le(e)}function gr(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&&kt(e,t)}function Nh(e,t){return t&&(Uh(t)==="object"||typeof t=="function")?t:Vh(e)}function kt(e,t){return kt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},kt(e,t)}function Uh(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Er(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Er=function(){return!!e})()}var Wh=function(e){gr(t,e);function t(n){_r(this,t);var r;return r=mr(this,t,[n]),M(r,"caption",{type:"string",required:!0,message:d("CMD.pleaseEnterCaption",null,"\u8BF7\u8F93\u5165\u6807\u9898")}),M(r,"width",{type:"number",required:!1,message:d("CMD.pleaseEnterColumnWidth",null,"\u8BF7\u8F93\u5165\u5217\u5BBD")}),r.width.required=n.widthType==="px",r}return t}(mt),Gh=function(e){gr(t,e);function t(n){_r(this,t);var r,u,i,o,a,c;return r=mr(this,t,[n]),M(r,"widthType",void 0),M(r,"width",void 0),M(r,"caption",void 0),M(r,"dataBind",void 0),M(r,"autoWidth",void 0),M(r,"fixed",void 0),M(r,"sort",void 0),M(r,"align",void 0),M(r,"colSpan",void 0),M(r,"autoHeight",void 0),M(r,"children",void 0),r.width=(u=n==null?void 0:n.width)!==null&&u!==void 0?u:150,r.widthType=(n==null?void 0:n.widthType)||"auto",r.caption=(i=n==null?void 0:n.caption)!==null&&i!==void 0?i:"",r.fixed=(o=n==null?void 0:n.fixed)!==null&&o!==void 0?o:"none",r.autoWidth=new kp(n==null?void 0:n.autoWidth),r.dataBind=new Tn(n==null?void 0:n.dataBind),r.sort=(a=n==null?void 0:n.sort)!==null&&a!==void 0?a:!0,r.align=n==null?void 0:n.align,r.colSpan=n==null?void 0:n.colSpan,r.autoHeight=(c=n==null?void 0:n.autoHeight)!==null&&c!==void 0?c:!1,r}return t}(W);M(Gh,"Rules",Wh);function qt(e){return"children"in e&&pe(e.children)}function br(e){return"headers"in e.props&&pe(e.props.headers)}function je(e,t){Array.isArray(e)&&e.map(n=>{n.type===y.SUBTABLE?je(n.props.headers,t):qt(n)?je(n==null?void 0:n.children,t):n.controlType===P.FORM&&t(n)})}const Hh=[y.AMOUNT,y.CALC,y.DATE_RANGE];d("CMD.amount",null,"\u91D1\u989D"),H.DECIMAL,d("CMD.currency",null,"\u5E01\u79CD"),H.VARCHAR,d("CMD.result",null,"\u7ED3\u679C"),H.DECIMAL,d("CMD.unit",null,"\u5355\u4F4D"),H.VARCHAR,d("CMD.startTime",null,"\u5F00\u59CB\u65F6\u95F4"),H.TIMESTAMP,d("CMD.endTime",null,"\u7ED3\u675F\u65F6\u95F4"),H.TIMESTAMP;function zh(e){let t=[];return je(e,n=>{n.controlType===P.FORM?t.push(n):(n.type,y.SUBTABLE)}),t}function Kh(e,t=""){return!e||!Array.isArray(e)?[]:e.map(n=>{if(!n.dataBind||n.type===y.TITLE)return n;if(Hh.includes(n.type)){const r=n.dataBind;Object.keys(r).forEach(u=>{const i=r[u],o=n.controlId+"_"+u;i.fieldCode=Br(o),i.dataCode=t})}else n.dataBind.fieldCode=Br(n.controlId),n.dataBind.dataCode=t;return n})}function Br(e){const t="field_";return e.startsWith(t)?e:t+e}function Vt(e){return Array.isArray(e)?e.map(t=>t.toSchema()):e.toSchema()}function Nt(e){return Array.isArray(e)?e.map(t=>t.toDataBindModel()).filter(t=>!!t).flat():e.toDataBindModel()}function Ut(e,t,n){return ln(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 Jh=[y.TITLE,y.GRID_TABLE_COLUMN,y.SUBTABLE_COLUMN,y.OPERATION_COLUMN,y.DATA_VIEW,y.LIST_VIEW,y.HEADER,y.FOOTER,y.SIMPLE_SEARCH,y.ROW,y.GRID_ROW,y.COL,y.GRID,y.DIVIDER,y.TAB_PANE,y.TAB,y.CARD_GROUP,y.ACTION_BAR,y.GRID_LAYOUT_CONTAINER,y.GRID_LAYOUT_WRAP],Xh=[y.CALC],Qh={check:{id:"listPageCheckBtnId",caption:d("CMD.view",null,"\u67E5\u770B")},edit:{id:"listPageEditBtnId",caption:d("CMD.edit",null,"\u7F16\u8F91")},delete:{id:"listPageDeleteBtnId",caption:d("CMD.delete",null,"\u5220\u9664")}};function be(e,t){var r,u,i,o,a,c,f,l,h;const n=[];if(pe(e))n.push(...e.map(_=>be(_,t)).flat());else{const _=e.type,{caption:b,content:g,title:v}=e.props;let m;if(Jh.includes(_))_===y.OPERATION_COLUMN&&Object.entries(Qh).reduce((s,[p,{caption:S,id:C}])=>{var x;const $=e.props[p];return $&&$.isShow&&s.push({controlId:C,caption:S,type:e.type,controlType:e.controlType,parentId:(x=t==null?void 0:t.controlId)!=null?x:null,canEdit:!1,canRead:!1,canHide:!0,group:"element"}),s},n);else if(m={controlId:e.id,caption:b||g||v||e.name,type:e.type,controlType:e.controlType,parentId:(r=t==null?void 0:t.controlId)!=null?r:null,canEdit:!Xh.includes(_),canRead:!0,canHide:!0,group:"element"},t&&t.type===y.SUBTABLE&&(m.caption=t.caption+"_"+m.caption),_===y.VUE_FORM_ITEM&&(m.caption=e.props.controlExportName||e.name),(e.controlType===P.FORM||e.controlType===P.COLUMN)&&((i=(u=e.props)==null?void 0:u.dataBind)==null?void 0:i.fieldCode)!==void 0&&((a=(o=e.props)==null?void 0:o.dataBind)==null?void 0:a.fieldCode)!==""&&(m.group="field"),n.push(m),_===y.VUE_FORM_ITEM){let s="element";((f=(c=e.props)==null?void 0:c.dataBind)==null?void 0:f.fieldCode)!==void 0&&((h=(l=e.props)==null?void 0:l.dataBind)==null?void 0:h.fieldCode)!==""&&(s="field");const p=e.props.permissions;p==null||p.map(S=>{var C;m={controlId:S.key,caption:S.caption,type:e.type,controlType:e.controlType,parentId:(C=e.id)!=null?C:null,canEdit:!0,canRead:!0,canHide:!0,group:s},n.push(m)})}e.children&&n.push(...e.children.map(s=>be(s,t)).flat()),e.controlType===P.LIST&&n.push(...e.props.headers.map(s=>be(s,m)).flat())}return n}class re extends he{constructor(){super("Designer"),this.toolbox=[],this.services={},this.eventLogic=new ve,this.fieldTypes=H,this.controlSettingMap=new Map,new.target.staticControls.forEach(t=>{const{Designer:n,Setting:r}=t;this.controlSettingMap.set(n.controlType,r)})}registerControl(t){this.constructor.register(t,"Designer");const{Designer:n,Setting:r}=t;this.register(n),this.registeredControlTypes.add(n.controlType),this.controlSettingMap.set(n.controlType,r)}getControlSetting(t){const n=this.controlSettingMap.get(t);return n||null}setInstance(t,n,r){try{if(!t)return;t.updateProps(n,r)}catch(u){throw u}}eachControls(t){this.getControls().forEach(t)}getInitControl(){return[this.createControlInstance("grid")]}checkSchema(...t){return ln(this,null,function*(){return Ut(...t)})}getModelBindInfoList(...t){return Nt(...t)}getSchema(...t){return Vt(...t)}listenControlHook(...t){return Nn.on(...t)}}re.EventLogic=ve;class Zh{constructor(){this.designer=new re}ListPageBuilder(){const t=this.designer.createControlInstance(y.LIST_VIEW),n=this.designer.createControlInstance(y.SIMPLE_SEARCH),r=this.designer.createControlInstance(y.GRID_TABLE),u=this.designer.createControlInstance(y.CREATE_FORM_LIST_BUTTON),i=this.designer.createControlInstance(y.IMPORT_RECORD_LIST_BUTTON),o=this.designer.createControlInstance(y.EXPORT_LIST_BUTTON),a=this.designer.createControlInstance(y.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(i),r.children.push(o),r.children.push(a),t.children.push(n),t.children.push(r),t}ProListPageBuilder(){const t=this.designer.createControlInstance(y.LIST_VIEW);t.props.countType="async";const n=this.designer.createControlInstance(y.SIMPLE_SEARCH),r=this.designer.createControlInstance(y.GRID_TABLE),u=this.designer.createControlInstance(y.EXPORT_LIST_BUTTON),i=this.designer.createControlInstance(y.EXPORT_RECORD_LIST_BUTTON);return r.children.push(u),r.children.push(i),t.children.push(n),t.children.push(r),t.props.rowStyle={type:"rules",interval:{color:""},rules:[{id:"default",name:d("CMD.approvedDocuments",null,"\u5BA1\u6279\u901A\u8FC7\u5355\u636E"),color:"theme",filters:[{ruleId:1,symbol:"op_equal",leftVariableBo:{type:"varchar",value:"process_status",name:d("CMD.processStatus",null,"\u6D41\u7A0B\u72B6\u6001")},checked:!1,describe:"ruleLine",type:"condition",rightVariableBo:{type:"custom",value:["COMPLETE"],displayBos:[]},isLowPerformance:!1,isMoreRelation:!1}],settings:[{color:"theme",field_codes:["process_status"],type:"fontColor",scope:"col"}],script:"(SpecialMatch(data,sys,'process_status','varchar','op_equal','COMPLETE'))"}]},t}FormPageBuilder(){const t=this.designer.createControlInstance(y.DATA_VIEW),n=this.designer.createControlInstance(y.TITLE),r=this.designer.createControlInstance(y.GRID);return t.children.push(n),t.children.push(r),t}VuePageBuilder(){const t=this.designer.createControlInstance(y.GRID),n=this.designer.createControlInstance(y.VUE_PAGE);return n.props.isHideCaption=!0,n.props.controlExportName="VuePage",t.children.push(n),t}}class Fr{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?Fe(t):null,this.selectedDataScopeFlatInstances=this.selectedInstanceDataScopeParent?wr(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=Fe(t)}updateDataFieldCodeMap(t){const n=Fe(t);if(!n)return;const r=this.dataFieldCodeMap.get(n.props.datasourceBind.dataCode);if(!!r){for(const[u,i]of r.entries())if(i.id===t.id){r.delete(u);break}Ar(t,this.dataFieldCodeMap)}}getFlatInstances(){const t=[],n=new Map,r=new Map;Be(this.instance,u=>{t.push(u),n.set(u.id,u),Ar(u,r)}),this.flatInstances=t,this.instanceIdMap=n,this.dataFieldCodeMap=r}}function Cr(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 Ar(e,t){if(e.controlType===P.FORM){const n=e.props.dataBind;er(n)?Cr(t,n,e):n&&Object.values(n).forEach(r=>{Cr(t,r,e)})}}function Be(e,t){(Array.isArray(e)?e:[e]).forEach(r=>{t(r),qt(r)&&Be(r.children,t),br(r)&&Be(r.props.headers,t)})}function Wt(e){return[y.SUBTABLE,y.DATA_VIEW,y.LIST_VIEW].includes(e.type)}function Fe(e){let t=e?e.parent:null;if(!t)return null;for(;t&&!Wt(t);)t=t.parent;return t}function wr(e){const t=[e];return Be(e,n=>{n!==e&&t.includes(n.parent)&&!Wt(n)&&t.push(n)}),t}function Yh(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Sr(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 ey(e,t,n){return t&&Sr(e.prototype,t),n&&Sr(e,n),e}function Gt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var G=function(){function e(t){Yh(this,e);var n,r,u;Gt(this,"visible",void 0),Gt(this,"expression",void 0),Gt(this,"updateParent",void 0),this.visible=(n=t==null?void 0:t.visible)!==null&&n!==void 0?n:!0,this.expression=(r=t==null?void 0:t.expression)!==null&&r!==void 0?r:!1,this.updateParent=(u=t==null?void 0:t.updateParent)!==null&&u!==void 0?u:!1}return ey(e,[{key:"isAtomicComponent",get:function(){return!0}}]),e}();function ty(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $r(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 ny(e,t,n){return t&&$r(e.prototype,t),n&&$r(e,n),e}function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ry=function(){function e(t){ty(this,e);var n,r,u;k(this,"type",void 0),k(this,"label",void 0),k(this,"key",void 0),k(this,"component",void 0),k(this,"effect",void 0),k(this,"scopeEffect",void 0),k(this,"defaultValue",void 0),k(this,"validator",void 0),k(this,"props",void 0),k(this,"effectKeys",void 0),this.type=t.type,this.label=t.label,this.key=t.key,this.component=t.component,this.effect=(n=t.effect)!==null&&n!==void 0?n:{},this.scopeEffect=(r=t.scopeEffect)!==null&&r!==void 0?r:Yd,this.defaultValue=t.defaultValue,this.validator=t.validator,this.props=(u=t.props)!==null&&u!==void 0?u:new G,this.effectKeys=Object.keys(this.effect)}return ny(e,[{key:"filterEffects",value:function(n){var r=this;return n===""?Object.values(this.effect):this.effectKeys.filter(function(u){var i=new RegExp("^".concat(u,"(\\.\\w+)*$"));return i.test(n)}).map(function(u){return r.effect[u]})}},{key:"callEffectFn",value:function(n,r){try{var u=n.apply(null,r);ot(u)&&Object.assign(this.props,u)}catch(i){de(`effect error
|
|
2
|
+
`.concat(i))}}},{key:"callEffect",value:function(n){for(var r=this,u=arguments.length,i=new Array(u>1?u-1:0),o=1;o<u;o++)i[o-1]=arguments[o];this.filterEffects(n).forEach(function(a){return r.callEffectFn(a,i)})}},{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 uy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Z(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Dr=function e(t){uy(this,e);var n,r;Z(this,"type","group"),Z(this,"title",void 0),Z(this,"required",void 0),Z(this,"items",void 0),Z(this,"tips",void 0),Z(this,"fromId",void 0),Z(this,"visible",void 0),this.title=(n=t.title)!==null&&n!==void 0?n:"",this.required=(r=t.required)!==null&&r!==void 0?r:!1,this.items=t.items,this.tips=t.tips,this.visible=t.items.some(function(u){var i;return(i=u.props)===null||i===void 0?void 0:i.visible})};function iy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ht(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function oy(e){return"type"in e&&e.type==="tab"}var Ce=function e(t){iy(this,e),Ht(this,"type","tab"),Ht(this,"title",void 0),Ht(this,"items",void 0),this.title=t.title,this.items=t.items};function Ir(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 ay(e){if(Array.isArray(e))return e}function ly(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function cy(e,t,n){return t=ke(t),vy(e,Or()?Reflect.construct(t,n||[],ke(e).constructor):t.apply(e,n))}function sy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ke(e){return ke=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ke(e)}function fy(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&&zt(e,t)}function dy(e,t){var n=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r=[],u=!0,i=!1,o,a;try{for(n=n.call(e);!(u=(o=n.next()).done)&&(r.push(o.value),!(t&&r.length===t));u=!0);}catch(c){i=!0,a=c}finally{try{!u&&n.return!=null&&n.return()}finally{if(i)throw a}}return r}}function py(){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 vy(e,t){return t&&(yy(t)==="object"||typeof t=="function")?t:ly(e)}function zt(e,t){return zt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},zt(e,t)}function hy(e,t){return ay(e)||dy(e,t)||my(e,t)||py()}function yy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function my(e,t){if(!!e){if(typeof e=="string")return Ir(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 Ir(e,t)}}function Or(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Or=function(){return!!e})()}var _y=function(e){fy(t,e);function t(n){sy(this,t);var r;return r=cy(this,t,[n]),ot(n)&&Object.entries(n).forEach(function(u){var i=hy(u,2),o=i[0],a=i[1];r[o]=a}),r}return t}(G);function gy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ey(e,t,n){return t=Ve(t),Fy(e,Pr()?Reflect.construct(t,n||[],Ve(e).constructor):t.apply(e,n))}function by(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function qe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ve(e){return Ve=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ve(e)}function By(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&&Kt(e,t)}function Fy(e,t){return t&&(Cy(t)==="object"||typeof t=="function")?t:gy(e)}function Kt(e,t){return Kt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Kt(e,t)}function Cy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Pr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Pr=function(){return!!e})()}var Ay=function(e){By(t,e);function t(n){by(this,t);var r,u,i,o,a;return r=Ey(this,t,[n]),qe(r,"maxLength",void 0),qe(r,"minLength",void 0),qe(r,"placeholder",void 0),qe(r,"i18n",void 0),r.maxLength=(u=n==null?void 0:n.maxLength)!==null&&u!==void 0?u:"",r.minLength=(i=n==null?void 0:n.minLength)!==null&&i!==void 0?i:"",r.placeholder=(o=n==null?void 0:n.placeholder)!==null&&o!==void 0?o:"",r.i18n=(a=n==null?void 0:n.i18n)!==null&&a!==void 0?a:!1,r}return t}(G);function wy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Sy(e,t,n){return t=Ne(t),Iy(e,Mr()?Reflect.construct(t,n||[],Ne(e).constructor):t.apply(e,n))}function $y(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Jt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ne(e){return Ne=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ne(e)}function Dy(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&&Xt(e,t)}function Iy(e,t){return t&&(Oy(t)==="object"||typeof t=="function")?t:wy(e)}function Xt(e,t){return Xt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Xt(e,t)}function Oy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Mr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Mr=function(){return!!e})()}var Py=function(e){Dy(t,e);function t(n){$y(this,t);var r,u,i,o;return r=Sy(this,t,[n]),Jt(r,"max",void 0),Jt(r,"min",void 0),Jt(r,"placeholder",void 0),r.max=(u=n==null?void 0:n.max)!==null&&u!==void 0?u:"",r.min=(i=n==null?void 0:n.min)!==null&&i!==void 0?i:"",r.placeholder=(o=n==null?void 0:n.placeholder)!==null&&o!==void 0?o:"",r}return t}(G);function My(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ty(e,t,n){return t=Ue(t),Ly(e,Tr()?Reflect.construct(t,n||[],Ue(e).constructor):t.apply(e,n))}function Ry(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Qt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ue(e){return Ue=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ue(e)}function xy(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&&Zt(e,t)}function Ly(e,t){return t&&(jy(t)==="object"||typeof t=="function")?t:My(e)}function Zt(e,t){return Zt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Zt(e,t)}function jy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Tr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Tr=function(){return!!e})()}var ky=function(e){xy(t,e);function t(n){Ry(this,t);var r,u,i,o;return r=Ty(this,t,[n]),Qt(r,"showType",void 0),Qt(r,"tips",void 0),Qt(r,"disabled",void 0),r.showType=(u=n==null?void 0:n.showType)!==null&&u!==void 0?u:"switch",r.tips=(i=n==null?void 0:n.tips)!==null&&i!==void 0?i:"",r.disabled=(o=n==null?void 0:n.disabled)!==null&&o!==void 0?o:!1,r}return t}(G);function qy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Vy(e,t,n){return t=We(t),Gy(e,Rr()?Reflect.construct(t,n||[],We(e).constructor):t.apply(e,n))}function Ny(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Uy(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function We(e){return We=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},We(e)}function Wy(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&&Yt(e,t)}function Gy(e,t){return t&&(Hy(t)==="object"||typeof t=="function")?t:qy(e)}function Yt(e,t){return Yt=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},Yt(e,t)}function Hy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Rr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Rr=function(){return!!e})()}var zy=function(e){Wy(t,e);function t(n){Ny(this,t);var r,u;return r=Vy(this,t,[n]),Uy(r,"options",void 0),r.options=(u=n==null?void 0:n.options)!==null&&u!==void 0?u:[],r}return t}(G);function Ky(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Jy(e,t,n){return t=Ge(t),Zy(e,Lr()?Reflect.construct(t,n||[],Ge(e).constructor):t.apply(e,n))}function Xy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function xr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ge(e){return Ge=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Ge(e)}function Qy(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&&en(e,t)}function Zy(e,t){return t&&(Yy(t)==="object"||typeof t=="function")?t:Ky(e)}function en(e,t){return en=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},en(e,t)}function Yy(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function Lr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Lr=function(){return!!e})()}var e5=function(e){Qy(t,e);function t(n){Xy(this,t);var r,u,i;return r=Jy(this,t,[n]),xr(r,"placeholder",void 0),xr(r,"options",void 0),r.placeholder=(u=n==null?void 0:n.placeholder)!==null&&u!==void 0?u:"",r.options=(i=n==null?void 0:n.options)!==null&&i!==void 0?i:[],r}return t}(G);function t5(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function n5(e,t,n){return t=He(t),i5(e,kr()?Reflect.construct(t,n||[],He(e).constructor):t.apply(e,n))}function r5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function jr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function He(e){return He=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},He(e)}function u5(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&&tn(e,t)}function i5(e,t){return t&&(o5(t)==="object"||typeof t=="function")?t:t5(e)}function tn(e,t){return tn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},tn(e,t)}function o5(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function kr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(kr=function(){return!!e})()}var a5=function(e){u5(t,e);function t(n){r5(this,t);var r,u,i;return r=n5(this,t,[n]),jr(r,"options",void 0),jr(r,"showType",void 0),r.options=(u=n==null?void 0:n.options)!==null&&u!==void 0?u:[],r.showType=(i=n==null?void 0:n.showType)!==null&&i!==void 0?i:"outline",r}return t}(G);function l5(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function c5(e,t,n){return t=ze(t),d5(e,qr()?Reflect.construct(t,n||[],ze(e).constructor):t.apply(e,n))}function s5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ue(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ze(e){return ze=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},ze(e)}function f5(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&&nn(e,t)}function d5(e,t){return t&&(p5(t)==="object"||typeof t=="function")?t:l5(e)}function nn(e,t){return nn=Object.setPrototypeOf||function(r,u){return r.__proto__=u,r},nn(e,t)}function p5(e){return e&&typeof Symbol!="undefined"&&e.constructor===Symbol?"symbol":typeof e}function qr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(qr=function(){return!!e})()}var v5=function(e){f5(t,e);function t(n){s5(this,t);var r,u,i,o,a,c,f;return r=c5(this,t,[n]),ue(r,"maxLength",void 0),ue(r,"minLength",void 0),ue(r,"placeholder",void 0),ue(r,"i18n",void 0),ue(r,"maxRows",void 0),ue(r,"minRows",void 0),r.maxLength=(u=n==null?void 0:n.maxLength)!==null&&u!==void 0?u:"",r.minLength=(i=n==null?void 0:n.minLength)!==null&&i!==void 0?i:"",r.placeholder=(o=n==null?void 0:n.placeholder)!==null&&o!==void 0?o:"",r.maxRows=(a=n==null?void 0:n.maxRows)!==null&&a!==void 0?a:"",r.minRows=(c=n==null?void 0:n.minRows)!==null&&c!==void 0?c:"",r.i18n=(f=n==null?void 0:n.i18n)!==null&&f!==void 0?f:!1,r}return t}(G);function h5(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function rn(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){h5(e,u,n[u])})}return e}function y5(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(u){return Object.getOwnPropertyDescriptor(e,u).enumerable})),n.push.apply(n,r)}return n}function un(e,t){return t=t!=null?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):y5(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function m5(e,t){switch(e){case"input":return new Ay(t);case"textarea":return new v5(t);case"input-number":return new Py(t);case"switch":return new ky(t);case"radio":return new a5(t);case"checkbox":return new zy(t);case"select":return new e5(t);default:return new _y(t)}}function _5(e){return function(t){var n=e.get(t);if(!!n)return new ry(un(rn({},n),{props:m5(n.component,"props"in n?n.props:void 0)}))}}function g5(e){var t=e.fields.reduce(function(u,i){return u.set(i.key,i),u},new Map);function n(u){return new Dr(un(rn({},u),{items:u.items.map(_5(t)).filter(Boolean)}))}function r(u){return u.map(n)}return e.groups.map(function(u){return oy(u)?new Ce(un(rn({},u),{items:r(u.items)})):n(u)})}let on="";class Vr extends An{constructor(t){super(),this.isMounted=!1,this.id=Ye(8),this.__pluginsApplied=!1,this.getSchema=Vt,this.getModelBindInfoList=Nt,this.generatePermissions=be,this.$options=Object.freeze(t);const{autoMount:n=!1,Designer:r=re,schema:u,mode:i="form",store:o={},messagesI18n:a,language:c=cn}=this.$options;this.eventLogic=new ve,this.designer=new r,this.store=new Fr(ae({instance:this.designer.createControl(Array.isArray(u)?u:[u])},o)),this.mode=i,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{on=(n=t.pluginName)!=null?n:t.constructor.name,t.apply(this),on=""}catch(r){de(`${on||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,i;const t=this.store.selected;if(!t)return;let n=this.getControlSetting(t.type);if(((u=t.parent)==null?void 0:u.controlType)===P.WRAP){const o=this.getControlSetting((i=t.parent)==null?void 0:i.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 i,o,a,c,f,l,h,_;let u=t;if(((i=t[0])==null?void 0:i.type)==="tab"&&((o=n[0])==null?void 0:o.type)==="tab"){const b=t,g=n.slice(0);u=b.map((v,m)=>{const s=new Ce(v),p=g.findIndex(C=>C.title===v.title);if(p===-1)return s;const S=g.splice(p,1)[0];return S&&(s.items=[...this.formatGroupSetting(S.items,r),...s.items]),s}),g.length&&(u=[...u,...g.map(v=>this.formatGroupSetting(v,r))])}else if(((a=t[0])==null?void 0:a.type)==="group"&&((c=n[0])==null?void 0:c.type)==="group"){const b=t,g=n;u=[...this.formatGroupSetting(g,r),...b]}else if(((f=t[0])==null?void 0:f.type)==="tab"&&((l=n[0])==null?void 0:l.type)==="group"){const b=t,g=n;u=b.map((v,m)=>{const s=new Ce(v);return m===0&&(s.items=[...this.formatGroupSetting(g,r),...s.items]),s})}else if(((h=t[0])==null?void 0:h.type)==="group"&&((_=n[0])==null?void 0:_.type)==="tab"){const b=t;u=n.map((v,m)=>{const s=new Ce(v);return m===0&&(s.items=[...s.items,...this.formatGroupSetting(b,r)]),s})}return u}formatGroupSetting(t,n){if(pe(t))return t.map(r=>{const u=new Dr(r);return u.fromId=n,u});{const r=new Ce(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?g5(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=Fe(n),i=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 a={from:r,current:u,oldParent:i,newParent:o};this.callSelectedScopeEffect(a),i?this.emit("moved",ae({},a)):this.emit("joined",ae({},a))}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;!gn(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(([i,o])=>{const a=`${u?u+".":""}${i}`;_p(o)?this.updateInstanceProps(t,o,r,a):this.updateInstancePropValue(t,a,o,r)})}setInstance(t,n,r,u){at(n)?this.updateInstancePropValue(t,String(n),r,u):this.updateInstanceProps(t,n,r)}removeInstance(t){const n=t.parent;if(!n)return;const r=n.controlType===P.LIST&&n.props.headers.includes(t)?n.props.headers:n.children,u=r.findIndex(i=>i===t);u>-1&&r.splice(u,1),this.store.getFlatInstances(),this.emit("removed",{instance:t,index:u,parent:n})}replaceInstance(t,n){const r=t.parent;if(!r)return;const u=r.controlType===P.LIST&&r.props.headers.includes(t)?r.props.headers:r.children,i=u.findIndex(o=>o===t);i>-1&&u.splice(i,1,n),this.store.getFlatInstances()}updateInstanceType(t,n){const r=t.toSchema(),u=this.createInstance(n,{id:r.id,props:r.props});if(!u){Se(`can\u2018t update instance type to ${n}`);return}return u}validate(t,n){return Ut(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!gp(at(t)?t:t.type)}static register(...t){return re.register(...t),this}static judgeControlIsRegistered(t){return re.staticRegisteredTypes.has(t.Designer.controlType)}judgeControlIsRegistered(t){return this.designer.registeredControlTypes.has(t.Designer.controlType)}register(...t){return this.designer.registerControl(t[0]),this}assertInstance(t,n){return at(n)?t.type===n:n.includes(t.type)}getInstanceInListControl(t){let n=t;for(;n;){if(n.controlType===P.LIST)return!0;n=n.parent}return!1}getInstanceParentControl(t,n){if(!!t.parent)return this.assertInstance(t.parent,n)?t.parent:this.getInstanceParentControl(t.parent,n)}callSelectedEffect(t,n={}){this.store.selectedInstanceSettingItems.forEach(r=>{r.callEffect(t,this,ae({control:this.store.selected},n))})}callSelectedScopeEffect(t={}){this.store.selectedInstanceSettingItems.forEach(n=>{n.callScopeEffect(this,ae({control:this.store.selected},t))})}}Vr.EventLogic=ve,B.Builder=Zh,B.Designer=re,B.Driven=Vr,B.Store=Fr,B.checkSchema=Ut,B.fillModelBindInfoListFieldCode=Kh,B.findInstanceDataScopeParent=Fe,B.generatePermissions=be,B.getDataScopeFlatInstances=wr,B.getMasterFormControls=zh,B.getModelBindInfoList=Nt,B.hasChildrenControl=qt,B.hasHeaderControl=br,B.isDataScopeInstance=Wt,B.loop=Be,B.loopFormControl=je,B.toSchema=Vt,Object.defineProperty(B,"__esModule",{value:!0})});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-driven",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
3
|
+
"version": "7.0.0-beta.8",
|
|
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": "7.0.0-beta.
|
|
30
|
-
"@byteluck-fe/model-driven-core": "7.0.0-beta.
|
|
31
|
-
"@byteluck-fe/model-driven-settings": "7.0.0-beta.
|
|
29
|
+
"@byteluck-fe/model-driven-controls": "7.0.0-beta.8",
|
|
30
|
+
"@byteluck-fe/model-driven-core": "7.0.0-beta.8",
|
|
31
|
+
"@byteluck-fe/model-driven-settings": "7.0.0-beta.8",
|
|
32
32
|
"@byteluck-fe/model-driven-shared": "7.0.0-beta.3"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "06eb423735c35d0dbb0bb16f3d2030ac53f8633c"
|
|
35
35
|
}
|