@byteluck-fe/model-driven-shared 7.0.0-props.99 → 8.0.0-beta.0
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/EventLogic.js +2 -6
- package/dist/esm/RulesMessage.js +2 -6
- package/dist/esm/calc.js +2 -6
- package/dist/esm/entity/Department.js +2 -6
- package/dist/esm/entity/User.js +2 -6
- package/dist/esm/enum.js +1 -0
- package/dist/esm/log.js +19 -26
- package/dist/esm/watcher.js +16 -21
- package/dist/index.umd.js +1 -1
- package/dist/types/enum.d.ts +1 -0
- package/package.json +2 -2
package/dist/esm/EventLogic.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
function _class_call_check(instance, Constructor) {
|
|
2
|
-
if (!(instance instanceof Constructor))
|
|
3
|
-
throw new TypeError("Cannot call a class as a function");
|
|
4
|
-
}
|
|
2
|
+
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
5
3
|
}
|
|
6
4
|
function _defineProperties(target, props) {
|
|
7
5
|
for(var i = 0; i < props.length; i++){
|
|
@@ -25,9 +23,7 @@ function _define_property(obj, key, value) {
|
|
|
25
23
|
configurable: true,
|
|
26
24
|
writable: true
|
|
27
25
|
});
|
|
28
|
-
} else
|
|
29
|
-
obj[key] = value;
|
|
30
|
-
}
|
|
26
|
+
} else obj[key] = value;
|
|
31
27
|
return obj;
|
|
32
28
|
}
|
|
33
29
|
import { getLocaleText } from '@byteluck-fe/locale-message';
|
package/dist/esm/RulesMessage.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
function _class_call_check(instance, Constructor) {
|
|
2
|
-
if (!(instance instanceof Constructor))
|
|
3
|
-
throw new TypeError("Cannot call a class as a function");
|
|
4
|
-
}
|
|
2
|
+
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
5
3
|
}
|
|
6
4
|
function _defineProperties(target, props) {
|
|
7
5
|
for(var i = 0; i < props.length; i++){
|
|
@@ -25,9 +23,7 @@ function _define_property(obj, key, value) {
|
|
|
25
23
|
configurable: true,
|
|
26
24
|
writable: true
|
|
27
25
|
});
|
|
28
|
-
} else
|
|
29
|
-
obj[key] = value;
|
|
30
|
-
}
|
|
26
|
+
} else obj[key] = value;
|
|
31
27
|
return obj;
|
|
32
28
|
}
|
|
33
29
|
// import { createI18n } from 'vue-i18n'
|
package/dist/esm/calc.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
function _class_call_check(instance, Constructor) {
|
|
2
|
-
if (!(instance instanceof Constructor))
|
|
3
|
-
throw new TypeError("Cannot call a class as a function");
|
|
4
|
-
}
|
|
2
|
+
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
5
3
|
}
|
|
6
4
|
function _define_property(obj, key, value) {
|
|
7
5
|
if (key in obj) {
|
|
@@ -11,9 +9,7 @@ function _define_property(obj, key, value) {
|
|
|
11
9
|
configurable: true,
|
|
12
10
|
writable: true
|
|
13
11
|
});
|
|
14
|
-
} else
|
|
15
|
-
obj[key] = value;
|
|
16
|
-
}
|
|
12
|
+
} else obj[key] = value;
|
|
17
13
|
return obj;
|
|
18
14
|
}
|
|
19
15
|
export var CALC_TOKEN_TYPE = /*#__PURE__*/ function(CALC_TOKEN_TYPE) {
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
function _class_call_check(instance, Constructor) {
|
|
2
|
-
if (!(instance instanceof Constructor))
|
|
3
|
-
throw new TypeError("Cannot call a class as a function");
|
|
4
|
-
}
|
|
2
|
+
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
5
3
|
}
|
|
6
4
|
function _define_property(obj, key, value) {
|
|
7
5
|
if (key in obj) {
|
|
@@ -11,9 +9,7 @@ function _define_property(obj, key, value) {
|
|
|
11
9
|
configurable: true,
|
|
12
10
|
writable: true
|
|
13
11
|
});
|
|
14
|
-
} else
|
|
15
|
-
obj[key] = value;
|
|
16
|
-
}
|
|
12
|
+
} else obj[key] = value;
|
|
17
13
|
return obj;
|
|
18
14
|
}
|
|
19
15
|
/**
|
package/dist/esm/entity/User.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
function _class_call_check(instance, Constructor) {
|
|
2
|
-
if (!(instance instanceof Constructor))
|
|
3
|
-
throw new TypeError("Cannot call a class as a function");
|
|
4
|
-
}
|
|
2
|
+
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
5
3
|
}
|
|
6
4
|
function _define_property(obj, key, value) {
|
|
7
5
|
if (key in obj) {
|
|
@@ -11,9 +9,7 @@ function _define_property(obj, key, value) {
|
|
|
11
9
|
configurable: true,
|
|
12
10
|
writable: true
|
|
13
11
|
});
|
|
14
|
-
} else
|
|
15
|
-
obj[key] = value;
|
|
16
|
-
}
|
|
12
|
+
} else obj[key] = value;
|
|
17
13
|
return obj;
|
|
18
14
|
}
|
|
19
15
|
/**
|
package/dist/esm/enum.js
CHANGED
|
@@ -149,6 +149,7 @@ export var CONTROL_TYPE = /*#__PURE__*/ function(CONTROL_TYPE) {
|
|
|
149
149
|
CONTROL_TYPE["CHECKBOX_IMAGE"] = "checkbox-image";
|
|
150
150
|
CONTROL_TYPE["DASHBOARD"] = "dashboard";
|
|
151
151
|
CONTROL_TYPE["BAR_CHART"] = "bar-chart";
|
|
152
|
+
CONTROL_TYPE["LINE_CHART"] = "line-chart";
|
|
152
153
|
CONTROL_TYPE["PIE_CHART"] = "pie-chart";
|
|
153
154
|
CONTROL_TYPE["TREE"] = "tree";
|
|
154
155
|
CONTROL_TYPE["EMPLOYEE2"] = "employee2";
|
package/dist/esm/log.js
CHANGED
|
@@ -7,9 +7,7 @@ function _array_without_holes(arr) {
|
|
|
7
7
|
if (Array.isArray(arr)) return _array_like_to_array(arr);
|
|
8
8
|
}
|
|
9
9
|
function _assert_this_initialized(self) {
|
|
10
|
-
if (self === void 0)
|
|
11
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
12
|
-
}
|
|
10
|
+
if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
13
11
|
return self;
|
|
14
12
|
}
|
|
15
13
|
function _call_super(_this, derived, args) {
|
|
@@ -17,14 +15,11 @@ function _call_super(_this, derived, args) {
|
|
|
17
15
|
return _possible_constructor_return(_this, _is_native_reflect_construct() ? Reflect.construct(derived, args || [], _get_prototype_of(_this).constructor) : derived.apply(_this, args));
|
|
18
16
|
}
|
|
19
17
|
function _class_call_check(instance, Constructor) {
|
|
20
|
-
if (!(instance instanceof Constructor))
|
|
21
|
-
throw new TypeError("Cannot call a class as a function");
|
|
22
|
-
}
|
|
18
|
+
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
23
19
|
}
|
|
24
20
|
function _construct(Parent, args, Class) {
|
|
25
|
-
if (_is_native_reflect_construct())
|
|
26
|
-
|
|
27
|
-
} else {
|
|
21
|
+
if (_is_native_reflect_construct()) _construct = Reflect.construct;
|
|
22
|
+
else {
|
|
28
23
|
_construct = function construct(Parent, args, Class) {
|
|
29
24
|
var a = [
|
|
30
25
|
null
|
|
@@ -60,16 +55,24 @@ function _inherits(subClass, superClass) {
|
|
|
60
55
|
function _is_native_function(fn) {
|
|
61
56
|
return Function.toString.call(fn).indexOf("[native code]") !== -1;
|
|
62
57
|
}
|
|
58
|
+
function _is_native_reflect_construct() {
|
|
59
|
+
try {
|
|
60
|
+
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
|
|
61
|
+
} catch (_) {}
|
|
62
|
+
return (_is_native_reflect_construct = function() {
|
|
63
|
+
return !!result;
|
|
64
|
+
})();
|
|
65
|
+
}
|
|
63
66
|
function _iterable_to_array(iter) {
|
|
64
|
-
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
67
|
+
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) {
|
|
68
|
+
return Array.from(iter);
|
|
69
|
+
}
|
|
65
70
|
}
|
|
66
71
|
function _non_iterable_spread() {
|
|
67
|
-
throw new TypeError("Invalid attempt to spread non-iterable instance
|
|
72
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
68
73
|
}
|
|
69
74
|
function _possible_constructor_return(self, call) {
|
|
70
|
-
if (call && (_type_of(call) === "object" || typeof call === "function"))
|
|
71
|
-
return call;
|
|
72
|
-
}
|
|
75
|
+
if (call && (_type_of(call) === "object" || typeof call === "function")) return call;
|
|
73
76
|
return _assert_this_initialized(self);
|
|
74
77
|
}
|
|
75
78
|
function _set_prototype_of(o, p) {
|
|
@@ -96,11 +99,9 @@ function _unsupported_iterable_to_array(o, minLen) {
|
|
|
96
99
|
}
|
|
97
100
|
function _wrap_native_super(Class) {
|
|
98
101
|
var _cache = typeof Map === "function" ? new Map() : undefined;
|
|
99
|
-
_wrap_native_super = function
|
|
102
|
+
_wrap_native_super = function(Class) {
|
|
100
103
|
if (Class === null || !_is_native_function(Class)) return Class;
|
|
101
|
-
if (typeof Class !== "function")
|
|
102
|
-
throw new TypeError("Super expression must either be null or a function");
|
|
103
|
-
}
|
|
104
|
+
if (typeof Class !== "function") throw new TypeError("Super expression must either be null or a function");
|
|
104
105
|
if (typeof _cache !== "undefined") {
|
|
105
106
|
if (_cache.has(Class)) return _cache.get(Class);
|
|
106
107
|
_cache.set(Class, Wrapper);
|
|
@@ -120,14 +121,6 @@ function _wrap_native_super(Class) {
|
|
|
120
121
|
};
|
|
121
122
|
return _wrap_native_super(Class);
|
|
122
123
|
}
|
|
123
|
-
function _is_native_reflect_construct() {
|
|
124
|
-
try {
|
|
125
|
-
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
|
|
126
|
-
} catch (_) {}
|
|
127
|
-
return (_is_native_reflect_construct = function() {
|
|
128
|
-
return !!result;
|
|
129
|
-
})();
|
|
130
|
-
}
|
|
131
124
|
var logger = console;
|
|
132
125
|
export function warn() {
|
|
133
126
|
for(var _len = arguments.length, data = new Array(_len), _key = 0; _key < _len; _key++){
|
package/dist/esm/watcher.js
CHANGED
|
@@ -14,11 +14,8 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
14
14
|
reject(error);
|
|
15
15
|
return;
|
|
16
16
|
}
|
|
17
|
-
if (info.done)
|
|
18
|
-
|
|
19
|
-
} else {
|
|
20
|
-
Promise.resolve(value).then(_next, _throw);
|
|
21
|
-
}
|
|
17
|
+
if (info.done) resolve(value);
|
|
18
|
+
else Promise.resolve(value).then(_next, _throw);
|
|
22
19
|
}
|
|
23
20
|
function _async_to_generator(fn) {
|
|
24
21
|
return function() {
|
|
@@ -36,9 +33,7 @@ function _async_to_generator(fn) {
|
|
|
36
33
|
};
|
|
37
34
|
}
|
|
38
35
|
function _class_call_check(instance, Constructor) {
|
|
39
|
-
if (!(instance instanceof Constructor))
|
|
40
|
-
throw new TypeError("Cannot call a class as a function");
|
|
41
|
-
}
|
|
36
|
+
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
42
37
|
}
|
|
43
38
|
function _defineProperties(target, props) {
|
|
44
39
|
for(var i = 0; i < props.length; i++){
|
|
@@ -62,28 +57,20 @@ function _define_property(obj, key, value) {
|
|
|
62
57
|
configurable: true,
|
|
63
58
|
writable: true
|
|
64
59
|
});
|
|
65
|
-
} else
|
|
66
|
-
obj[key] = value;
|
|
67
|
-
}
|
|
60
|
+
} else obj[key] = value;
|
|
68
61
|
return obj;
|
|
69
62
|
}
|
|
70
63
|
function _iterable_to_array(iter) {
|
|
71
|
-
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
64
|
+
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) {
|
|
65
|
+
return Array.from(iter);
|
|
66
|
+
}
|
|
72
67
|
}
|
|
73
68
|
function _non_iterable_spread() {
|
|
74
|
-
throw new TypeError("Invalid attempt to spread non-iterable instance
|
|
69
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
75
70
|
}
|
|
76
71
|
function _to_consumable_array(arr) {
|
|
77
72
|
return _array_without_holes(arr) || _iterable_to_array(arr) || _unsupported_iterable_to_array(arr) || _non_iterable_spread();
|
|
78
73
|
}
|
|
79
|
-
function _unsupported_iterable_to_array(o, minLen) {
|
|
80
|
-
if (!o) return;
|
|
81
|
-
if (typeof o === "string") return _array_like_to_array(o, minLen);
|
|
82
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
83
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
84
|
-
if (n === "Map" || n === "Set") return Array.from(n);
|
|
85
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
|
|
86
|
-
}
|
|
87
74
|
function _ts_generator(thisArg, body) {
|
|
88
75
|
var f, y, t, _ = {
|
|
89
76
|
label: 0,
|
|
@@ -183,6 +170,14 @@ function _ts_generator(thisArg, body) {
|
|
|
183
170
|
};
|
|
184
171
|
}
|
|
185
172
|
}
|
|
173
|
+
function _unsupported_iterable_to_array(o, minLen) {
|
|
174
|
+
if (!o) return;
|
|
175
|
+
if (typeof o === "string") return _array_like_to_array(o, minLen);
|
|
176
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
177
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
178
|
+
if (n === "Map" || n === "Set") return Array.from(n);
|
|
179
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
|
|
180
|
+
}
|
|
186
181
|
import { log, logerror } from './log';
|
|
187
182
|
// 通信总线
|
|
188
183
|
var Watcher = /*#__PURE__*/ function() {
|
package/dist/index.umd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var iu=(t,C,A)=>new Promise(($,b)=>{var f=F=>{try{d(A.next(F))}catch(m){b(m)}},y=F=>{try{d(A.throw(F))}catch(m){b(m)}},d=F=>F.done?$(F.value):Promise.resolve(F.value).then(f,y);d((A=A.apply(t,C)).next())});(function(t,C){typeof exports=="object"&&typeof module!="undefined"?C(exports):typeof define=="function"&&define.amd?define(["exports"],C):(t=typeof globalThis!="undefined"?globalThis:t||self,C(t.modelDrivenShared={}))})(this,function(t){var nu;"use strict";class C{}class A{}var $="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",b="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",f="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",y="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",d="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",F="{caption}\u5FC5\u586B",m="\u8BF7\u8F93\u5165\u6807\u9898",su="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Eu="\u8BF7\u8F93\u5165\u884C\u6807\u9898",cu="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",Bu="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Fu="\u8BF7\u7ED1\u5B9A\u8868\u5355",vu="\u8BF7\u7ED1\u5B9A\u5217\u8868",Cu="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",pu="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Au="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",du="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",mu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",Du="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",hu="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",bu="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",gu="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",Su="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",$u="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",fu="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",yu="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",Iu="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Mu="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236",wu="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Lu="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Ru="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Uu="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Vu="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",ku="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",Nu="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",xu="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",_u="\u8BF7\u7ED1\u5B9A\u670D\u52A1",zu="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Gu="\u8BF7\u9009\u62E9\u7701",Wu="\u8BF7\u9009\u62E9\u5E02",Tu="\u8BF7\u9009\u62E9\u533A",Hu="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",ju="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",qu="\u8BF7\u8F93\u5165\u5217\u5BBD",Ku="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Pu="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Ju="\u8BF7\u9009\u62E9\u63A7\u4EF6",Xu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Qu="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Zu="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Ou="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Yu="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",ue="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",ee="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",ae="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",te="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",re="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",ne="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",le="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",oe="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",ie="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",se="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Ee="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",ce="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Be="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Fe="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",ve="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Ce="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",pe="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",Ae="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",de="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",me="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",De="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",he="\u6279\u91CF\u5220\u9664",be="\u6279\u91CF\u6253\u5370",ge="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Se="\u6309\u94AE",$e="\u521B\u5EFA\u5355\u636E",fe="\u4EEA\u8868\u76D8",ye="\u5206\u5272\u7EBF",Ie="\u5BFC\u51FA",Me="\u8868\u5355\u64CD\u4F5C",we="\u5BFC\u5165",Le="\u53D1\u7968\u8BC6\u522B",Re="\u94FE\u63A5",Ue="\u5217\u8868\u9009\u62E9",Ve="\u5217\u8868\u89C6\u56FE",ke="\u64CD\u4F5C\u6309\u94AE",Ne="\u5206\u9875",xe="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",_e="\u8BF4\u660E\u6587\u5B57",ze="\u6587\u5B57\u8BC6\u522B",Ge="\u6807\u9898\u7EC4\u4EF6",We="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",Te="\u6570\u7EC4",He="\u81EA\u52A8\u7F16\u53F7",je="\u81EA\u5B9A\u4E49",qe="\u6570\u503C",Ke="\u90E8\u95E8",Pe="\u4EBA\u5458",Je="\u9644\u4EF6",Xe="\u56FE\u7247",Qe="\u5730\u5740",Ze="\u64CD\u4F5C",Oe="\u5E8F\u53F7",Ye="\u4EBA\u5458",ua="\u957F\u6587\u672C",ea="\u65E5\u671F\u533A\u95F4",aa="\u65E5\u671F",ta="\u77ED\u6587\u672C",ra="\u6362\u884C\u5BB9\u5668Wrap",na="\u8868\u683C",la="\u660E\u7EC6\u5B50\u8868",oa="\u5730\u5740",ia="\u91D1\u989D",sa="\u8BA1\u7B97\u516C\u5F0F",Ea="\u591A\u9009",ca="\u7535\u5B50\u7B7E\u7AE0",Ba="\u5355\u884C\u6587\u672C",Fa="\u6570\u5B57",va="\u4E1A\u52A1\u7EC4\u7EC7",Ca="\u5355\u9009",pa="\u5BCC\u6587\u672C",Aa="\u8BC4\u5206",da="\u6570\u5B57\u533A\u95F4",ma="\u4E0B\u62C9\u5355\u9009",Da="\u4E0B\u62C9\u591A\u9009",ha="\u5173\u8054\u5355\u9009",ba="\u591A\u884C\u6587\u672C",ga="\u6811",Sa="Vue\u5BB9\u5668",$a="Vue\u9875\u9762",fa="\u5728\u7EBF\u6587\u6863",ya="\u6309\u94AE\u64CD\u4F5C\u680F",Ia="\u9AD8\u7EA7\u5BB9\u5668",Ma="\u5206\u7EC4",wa="\u6805\u683C\u5217",La="\u6570\u636E\u5BB9\u5668",Ra="\u753B\u5E03",Ua="\u6362\u884C\u5BB9\u5668",Va="\u6805\u683C\u7B49\u5206\u884C",ka="\u5217\u8868\u5BB9\u5668",Na="\u81EA\u7531\u9875\u9762",xa="\u5B9A\u4F4D\u5B50\u5BB9\u5668",_a="\u5B9A\u4F4D\u5BB9\u5668",za="\u6805\u683C\u5E03\u5C40",Ga="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Wa="\u660E\u7EC6\u5B50\u8868\u884C",Ta="\u6807\u7B7E\u9875",Ha="\u6807\u7B7E\u5355\u5143",ja="\u5DE5\u5177\u680F",qa="\u6279\u91CF\u63D0\u4EA4",Ka="\u5BFC\u51FA\u8BB0\u5F55",Pa="\u5217\u8868\u89C6\u56FE",Ja="\u7ED3\u675F\u65F6\u95F4",Xa="\u5F00\u59CB\u65F6\u95F4",Qa="\u5355\u4F4D",Za="\u7ED3\u679C",Oa="\u5E01\u79CD",Ya="\u7ED3\u675F\u65E5\u671F",ut="\u5F00\u59CB\u65E5\u671F",et="\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0",at="\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1",tt="\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B",rt="\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA",nt="\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u7B7E\u7F72\u4EBA",lt="\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6",ot="\u8BF7\u9009\u62E9",it="\u8BF7\u9009\u62E9\u7EC4\u7EC7",st="\u8BF7\u9009\u62E9\u90E8\u95E8",Et="\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",ct="\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",Bt="\u8BF7\u9009\u62E9\u5730\u5740",Ft="\u5F39\u7A97\u786E\u8BA4\u65F6",vt="\u6807\u7B7E\u9875\u5207\u6362\u65F6",Ct="\u884C\u9009\u4E2D\u65F6",pt="\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",At="\u884C\u5220\u9664\u524D",dt="\u884C\u70B9\u51FB\u65F6",mt="\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",Dt="\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",ht="\u91CD\u547D\u540D\u65F6",bt="\u4FDD\u5B58\u6587\u4EF6\u65F6",gt="\u6253\u5F00\u6587\u4EF6\u65F6",St="\u83B7\u53D6\u7126\u70B9\u65F6",$t="\u5931\u53BB\u7126\u70B9\u65F6",ft="\u7528\u6237\u8F93\u5165\u65F6",yt="\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",It="\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",Mt="\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",wt="\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",Lt="\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",Rt="\u641C\u7D22\u65F6",Ut="\u503C\u53D1\u751F\u53D8\u5316\u65F6",Vt="\u6267\u884C\u5B8C\u6210\u65F6",kt="\u70B9\u51FB\u65F6",Nt="\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",xt="\u8BF7\u8F93\u5165\u65E5\u671F",_t="\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7",zt="\u8BF7\u8F93\u5165",Gt="\u9ED8\u8BA4\u6A21\u7248",Wt="\u5DE6\u53F3\u5E03\u5C40",Tt="\u4E0A\u4E0B\u5E03\u5C40",Ht="\u53EA\u8BFB",jt="\u5FC5\u586B",qt="\u63D0\u793A\u6587\u5B57",Kt="\u9690\u85CF\u6807\u9898",Pt="\u6807\u9898\u5FC5\u586B",Jt="\u7EC4\u7EC7\u5F62\u6001",Xt="\u4E1A\u52A1\u7C7B\u578B",Qt="\u786E\u5B9A\u8981\u5220\u9664\u6B64\u6761\u6570\u636E\u5417\uFF1F",Zt="\u9690\u85CF",Ot="\u6D41\u7A0B\u72B6\u6001",Yt="\u5BA1\u6279\u901A\u8FC7\u5355\u636E",ur="\u5220\u9664",er="\u7F16\u8F91",ar="\u67E5\u770B",tr="\u52A0\u8F7D\u81EA\u5B9A\u4E49\u63A7\u4EF6\u5F02\u5E38\uFF0C\u4F1A\u5F71\u54CD\u5230\u7684\u63A7\u4EF6\uFF1A{id}",rr="\u5185\u7F6E\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF",nr="\u5145\u6EE1\u6574\u884C",lr="\u6700\u5C0F\u503C",or="\u6700\u5927\u503C",ir="\u65B0\u5EFA\u6587\u6863",sr="\u91CD\u7F6E",Er="\u67E5\u8BE2",cr="\u660E\u7EC6",Br="\u6253\u5370",Fr="\u4FDD\u5B58\u8349\u7A3F",vr="\u4FDD\u5B58",Cr="\u53D6\u6D88",pr="\u4E0A\u4F20\u56FE\u7247",Ar="\u53D1\u8D77\u7B7E\u7F72",dr="\u4E0A\u4F20\u9644\u4EF6",mr="\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",Dr="\u5F15\u7528\u5217\u8868",hr="\u9009\u9879\u4E00",br="\u9009\u9879\u4E8C",gr="\u9009\u9879\u4E09",Sr={isNotNumber:$,isNotString:b,isNotObject:f,isNotArray:y,isNotBoolean:d,runtimeRequired:F,pleaseEnterCaption:m,pleaseEnterCaptionTip:su,pleaseEnterRowCaption:Eu,pleaseEnterPlaceholder:cu,pleaseEnterFieldCode:Bu,pleaseEnterForm:Fu,pleaseEnterList:vu,pleaseEnterProcess:Cu,pleaseEnterLabel:pu,pleaseEnterValue:Au,bizKeyNotBindFiled:du,pleaseSelectOneField:mu,pleaseEnterNumberRange:Du,pleaseEnterAValueGreaterThanMin:hu,pleaseEnterAValueLessThanMax:bu,numberRangeSetError:gu,stringRangeError:Su,attachmentMaxSize:$u,pleaseEnterTotalScoreSetting:fu,theTotalScoreMustNotBeLessThan1:yu,scoreDefaultValueRange:Iu,attachmentLimitError:Mu,PleaseReselectTheOptionalQuantity:wu,TheMaximumLengthIsGreaterThanTheMinimumLength:Lu,TheMinimumLengthIsGreaterThanTheMaximumLength:Ru,PleaseSelectTheCorrectOptionSettings:Uu,optionIdIsRepeat:Vu,optionIsRequired:ku,pleaseEnterDataCode:Nu,pleaseEnterValueFieldCode:xu,pleaseEnterSvcCode:_u,pleaseBindAtLeastOneDisplayValue:zu,pleaseSelectProvince:Gu,pleaseSelectCity:Wu,pleaseSelectDistrict:Tu,limitRowsCannotBeLessThan0:Hu,TheNumberOfRowsCannotBeLessThanMinRows:ju,pleaseEnterColumnWidth:qu,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Ku,pleaseCompleteAllRulesAndConditions:Pu,pleaseSelectControl:Ju,pleaseSelectAtLeastOneColumn:Xu,pleaseSelectFillBackMode:Qu,pleaseSelectDashboard:Zu,rootNodeIsRequired:Ou,theViewNameCannotBeEmpty:Yu,pleaseSelectOcrType:ue,pleaseSelectAtLeastOneFieldToFillIn:ee,pleaseChooseAtLeastOne:ae,pleaseEnterButtonContent:te,pleaseEnterDataCodeInDataSetting:re,pleaseEnterValueFieldCodeInDataSetting:ne,pleaseEnterSvcCodeInDataSetting:le,pleaseBindAtLeastOneDisplayValueInDataSetting:oe,rootNodeIsRequiredInDataSetting:ie,pleaseEnterMaxHeight:se,pleaseEnterWatermark:Ee,pleaseEnterFileName:ce,pleaseUploadAtLeastOnePrintTemplate:Be,pleaseAssignBusiness:Fe,pleaseAssignExternal:ve,pleaseEnterAliasCode:Ce,pleaseSelectDataCode:pe,pleaseSelectSvcCode:Ae,pleaseSelectJoinFieldCode:de,pleaseSelectMainFieldCode:me,pleaseSelectSortFieldCode:De,batchDeleteButton:he,batchPrintListButton:be,batchPrintRecordList:ge,button:Se,createFormListButton:$e,dashboard:fe,divider:ye,exportListButton:Ie,formSelectButton:Me,importRecordListButton:we,invoiceCheckButton:Le,link:Re,listSelectButton:Ue,ListViewSelect:Ve,operationButton:ke,pagination:Ne,submissionRecordListButton:xe,text:_e,textOcrButton:ze,title:Ge,approvalStatusColumn:We,array:Te,autoNumber:He,custom:je,decimal:qe,department:Ke,employee:Pe,file:Je,image:Xe,location:Qe,operation:Ze,order:Oe,people:Ye,long:ua,timescope:ea,timestamp:aa,varchar:ta,gridLayoutWrap:ra,gridTable:na,subTable:la,address:oa,amount:ia,calc:sa,checkBox:Ea,electronicSignature:ca,input:Ba,number:Fa,organizationSelection:va,radio:Ca,richText:pa,score:Aa,searchNumberRange:da,select:ma,selectMultiple:Da,selectRelation:ha,textarea:ba,tree:ga,vueFormItem:Sa,vuePage:$a,WPS:fa,actionBar:ya,advancedContainer:Ia,cardGroup:Ma,col:wa,dataView:La,grid:Ra,gridLayoutContainer:Ua,gridRow:Va,listView:ka,page:Na,position:xa,positioningContainer:_a,row:za,subtableColumn:Ga,subtableRow:Wa,tab:Ta,tabPane:Ha,toolbox:ja,batchSubmissionListButton:qa,exportRecordListButton:Ka,listViewSelect:Pa,endTime:Ja,startTime:Xa,unit:Qa,result:Za,currency:Oa,endDate:Ya,startDate:ut,pleaseSelectCompanyName:et,pleaseSelectPhoneOrEmail:at,pleaseSelectSignType:tt,pleaseSelectSigner:rt,pleaseSelectOnlyOne:nt,pleaseSelectSignFile:lt,pleaseSelect:ot,pleaseSelectOrg:it,pleaseSelectDept:st,pleaseSelectEndDate:Et,pleaseSelectStartDate:ct,pleaseChooseAddress:Bt,modalConfirm:Ft,tabChange:vt,rowSelected:Ct,listDataImport:pt,rowDelete:At,rowClick:dt,cellRender:mt,onClickBtn:Dt,rename:ht,onSaveFile:bt,onOpenFile:gt,onFocus:St,onBlur:$t,onInput:ft,listDataAdd:yt,listDataDelete:It,listDataBack:Mt,listDataCreate:wt,listDataChange:Lt,search:Rt,valueChange:Ut,finished:Vt,click:kt,pleaseEnterNameorEmail:Nt,pleaseEnterDate:xt,pleaseEnterAutonumber:_t,pleaseEnter:zt,defaultTemplate:Gt,left:Wt,top:Tt,default:"\u666E\u901A",readonly:Ht,required:jt,textTip:qt,hideCaption:Kt,titleRequired:Pt,organizationalForm:Jt,businessType:Xt,deleteConfirm:Qt,hide:Zt,processStatus:Ot,approvedDocuments:Yt,delete:ur,edit:er,view:ar,loadCtrlErrorTip:tr,loadCtrlError:rr,fullLine:nr,min:lr,max:or,createWPS:ir,reset:sr,query:Er,detailed:cr,print:Br,draft:Fr,save:vr,cancel:Cr,uploadImg:pr,signature:Ar,uploadFile:dr,linkContent:mr,referenceList:Dr,optionOne:hr,optionTwo:br,optionThird:gr},$r="Please enter a number",fr="Please enter a string",yr="Please enter an object",Ir="Please enter an array",Mr="Please enter a boolean",wr="{caption} Required",Lr="Please enter the title",Rr="Please enter the bubble prompt",Ur="Please enter the row title",Vr="Please enter the prompt text",kr="Please bind data items",Nr="Please bind the form",xr="Please bind the list",_r="Please bind the process",zr="Please enter the displayed value",Gr="Please enter the stored value",Wr="The document number is not bound to the data item",Tr="Please select at least one display field",Hr="Please enter a value greater than or equal to {min} and less than or equal to {max}",jr="Please enter a value greater than or equal to {min}",qr="Please enter a value less than or equal to {max}",Kr="The value range is set incorrectly",Pr="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Jr="The attachment size must be between 0MB and 1000MB",Xr="Please fill in the total score setting",Qr="The total score cannot be less than 1",Zr="The default value must be between {min} and {max}",Or="The number of attachment uploads exceeds the limit",Yr="Please re-select the optional quantity",un="The maximum length of the control must be greater than the minimum length",en="The minimum length of the control must be less than the maximum length",an="Please select the correct option setting",tn="Option ID cannot be repeated",rn="Please enter at least one option",nn="Please bind the data source",ln="Please bind the stored value",on="Please bind the service",sn="At least one display value must be bound",En="Please select a province",cn="Please select a city",Bn="Please select a district",Fn="The minimum number of lines to fill in cannot be less than 0",vn="The number of rows cannot be less than {min} rows",Cn="Please enter the column width",pn="Please set the logical relationship of all rule conditions",An="Please complete all rules and conditions",dn="please select control",mn="Please select the dashboard",Dn="View name cannot be empty",hn="Please select recognition type",bn="Please select at least one field to fill in",gn="Please select at least one",Sn="Please enter the button title",$n="Please bind the business model in the data settings",fn="Please bind storage values in data settings",yn="Please bind the service in the data settings",In="Please bind at least one display value in the data settings",Mn="Please select the root node in the data settings",wn="Please enter the maximum height",Ln="The input content cannot be empty",Rn="Watermark cannot be empty",Un="File name cannot be empty",Vn="Please upload at least one printing template!\uFF01",kn="Please select a specific business department",Nn="Please select a specified external organization",xn="Please enter a sub table alias",_n="Please select the associated table to set the business model",zn="Please select the association table to set the binding service",Gn="Select associated sub table fields",Wn="Please select the associated main table field",Tn="Please select the sort field",Hn="\u6279\u91CF\u5220\u9664",jn="\u6279\u91CF\u6253\u5370",qn="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Kn="\u6309\u94AE",Pn="\u521B\u5EFA\u5355\u636E",Jn="\u4EEA\u8868\u76D8",Xn="\u5206\u5272\u7EBF",Qn="\u5BFC\u51FA",Zn="\u8868\u5355\u64CD\u4F5C",On="\u5BFC\u5165",Yn="\u53D1\u7968\u8BC6\u522B",u0="\u94FE\u63A5",e0="\u5217\u8868\u9009\u62E9",a0="\u5217\u8868\u89C6\u56FE",t0="\u64CD\u4F5C\u6309\u94AE",r0="\u5206\u9875",n0="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",l0="\u8BF4\u660E\u6587\u5B57",o0="\u6587\u5B57\u8BC6\u522B",i0="\u6807\u9898\u7EC4\u4EF6",s0="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",E0="\u6570\u7EC4",c0="\u81EA\u52A8\u7F16\u53F7",B0="\u81EA\u5B9A\u4E49",F0="\u6570\u503C",v0="\u90E8\u95E8",C0="\u4EBA\u5458",p0="\u9644\u4EF6",A0="\u56FE\u7247",d0="\u5730\u5740",m0="\u64CD\u4F5C",D0="\u5E8F\u53F7",h0="\u4EBA\u5458",b0="\u957F\u6587\u672C",g0="\u65E5\u671F\u533A\u95F4",S0="\u65E5\u671F",$0="\u77ED\u6587\u672C",f0="\u6362\u884C\u5BB9\u5668Wrap",y0="\u8868\u683C",I0="\u660E\u7EC6\u5B50\u8868",M0="\u5730\u5740",w0="\u91D1\u989D",L0="\u8BA1\u7B97\u516C\u5F0F",R0="\u591A\u9009",U0="\u7535\u5B50\u7B7E\u7AE0",V0="\u5355\u884C\u6587\u672C",k0="\u6570\u5B57",N0="\u4E1A\u52A1\u7EC4\u7EC7",x0="\u5355\u9009",_0="\u5BCC\u6587\u672C",z0="\u8BC4\u5206",G0="\u6570\u5B57\u533A\u95F4",W0="\u4E0B\u62C9\u5355\u9009",T0="\u4E0B\u62C9\u591A\u9009",H0="\u5173\u8054\u5355\u9009",j0="\u591A\u884C\u6587\u672C",q0="\u6811",K0="Vue\u5BB9\u5668",P0="Vue\u9875\u9762",J0="\u5728\u7EBF\u6587\u6863",X0="\u6309\u94AE\u64CD\u4F5C\u680F",Q0="\u9AD8\u7EA7\u5BB9\u5668",Z0="\u5206\u7EC4",O0="\u6805\u683C\u5217",Y0="\u6570\u636E\u5BB9\u5668",u5="\u753B\u5E03",e5="\u6362\u884C\u5BB9\u5668",a5="\u6805\u683C\u7B49\u5206\u884C",t5="\u5217\u8868\u5BB9\u5668",r5="\u81EA\u7531\u9875\u9762",n5="\u5B9A\u4F4D\u5B50\u5BB9\u5668",l5="\u5B9A\u4F4D\u5BB9\u5668",o5="\u6805\u683C\u5E03\u5C40",i5="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",s5="\u660E\u7EC6\u5B50\u8868\u884C",E5="\u6807\u7B7E\u9875",c5="\u6807\u7B7E\u5355\u5143",B5="\u5DE5\u5177\u680F",F5="\u6279\u91CF\u63D0\u4EA4",v5="\u5BFC\u51FA\u8BB0\u5F55",C5="\u5217\u8868\u89C6\u56FE",p5="\u5F15\u7528\u5217\u8868",A5="\u9009\u9879\u4E00",d5="\u9009\u9879\u4E8C",m5="\u9009\u9879\u4E09",D5={isNotNumber:$r,isNotString:fr,isNotObject:yr,isNotArray:Ir,isNotBoolean:Mr,runtimeRequired:wr,pleaseEnterCaption:Lr,pleaseEnterCaptionTip:Rr,pleaseEnterRowCaption:Ur,pleaseEnterPlaceholder:Vr,pleaseEnterFieldCode:kr,pleaseEnterForm:Nr,pleaseEnterList:xr,pleaseEnterProcess:_r,pleaseEnterLabel:zr,pleaseEnterValue:Gr,bizKeyNotBindFiled:Wr,pleaseSelectOneField:Tr,pleaseEnterNumberRange:Hr,pleaseEnterAValueGreaterThanMin:jr,pleaseEnterAValueLessThanMax:qr,numberRangeSetError:Kr,stringRangeError:Pr,attachmentMaxSize:Jr,pleaseEnterTotalScoreSetting:Xr,theTotalScoreMustNotBeLessThan1:Qr,scoreDefaultValueRange:Zr,attachmentLimitError:Or,PleaseReselectTheOptionalQuantity:Yr,TheMaximumLengthIsGreaterThanTheMinimumLength:un,TheMinimumLengthIsGreaterThanTheMaximumLength:en,PleaseSelectTheCorrectOptionSettings:an,optionIdIsRepeat:tn,optionIsRequired:rn,pleaseEnterDataCode:nn,pleaseEnterValueFieldCode:ln,pleaseEnterSvcCode:on,pleaseBindAtLeastOneDisplayValue:sn,pleaseSelectProvince:En,pleaseSelectCity:cn,pleaseSelectDistrict:Bn,limitRowsCannotBeLessThan0:Fn,TheNumberOfRowsCannotBeLessThanMinRows:vn,pleaseEnterColumnWidth:Cn,pleaseSetTheLogicalRelationshipOfAllRuleConditions:pn,pleaseCompleteAllRulesAndConditions:An,pleaseSelectControl:dn,pleaseSelectDashboard:mn,theViewNameCannotBeEmpty:Dn,pleaseSelectOcrType:hn,pleaseSelectAtLeastOneFieldToFillIn:bn,pleaseChooseAtLeastOne:gn,pleaseEnterButtonContent:Sn,pleaseEnterDataCodeInDataSetting:$n,pleaseEnterValueFieldCodeInDataSetting:fn,pleaseEnterSvcCodeInDataSetting:yn,pleaseBindAtLeastOneDisplayValueInDataSetting:In,rootNodeIsRequiredInDataSetting:Mn,pleaseEnterMaxHeight:wn,pleaseEnter:Ln,pleaseEnterWatermark:Rn,pleaseEnterFileName:Un,pleaseUploadAtLeastOnePrintTemplate:Vn,pleaseAssignBusiness:kn,pleaseAssignExternal:Nn,pleaseEnterAliasCode:xn,pleaseSelectDataCode:_n,pleaseSelectSvcCode:zn,pleaseSelectJoinFieldCode:Gn,pleaseSelectMainFieldCode:Wn,pleaseSelectSortFieldCode:Tn,batchDeleteButton:Hn,batchPrintListButton:jn,batchPrintRecordList:qn,button:Kn,createFormListButton:Pn,dashboard:Jn,divider:Xn,exportListButton:Qn,formSelectButton:Zn,importRecordListButton:On,invoiceCheckButton:Yn,link:u0,listSelectButton:e0,ListViewSelect:a0,operationButton:t0,pagination:r0,submissionRecordListButton:n0,text:l0,textOcrButton:o0,title:i0,approvalStatusColumn:s0,array:E0,autoNumber:c0,custom:B0,decimal:F0,department:v0,employee:C0,file:p0,image:A0,location:d0,operation:m0,order:D0,people:h0,long:b0,timescope:g0,timestamp:S0,varchar:$0,gridLayoutWrap:f0,gridTable:y0,subTable:I0,address:M0,amount:w0,calc:L0,checkBox:R0,electronicSignature:U0,input:V0,number:k0,organizationSelection:N0,radio:x0,richText:_0,score:z0,searchNumberRange:G0,select:W0,selectMultiple:T0,selectRelation:H0,textarea:j0,tree:q0,vueFormItem:K0,vuePage:P0,WPS:J0,actionBar:X0,advancedContainer:Q0,cardGroup:Z0,col:O0,dataView:Y0,grid:u5,gridLayoutContainer:e5,gridRow:a5,listView:t5,page:r5,position:n5,positioningContainer:l5,row:o5,subtableColumn:i5,subtableRow:s5,tab:E5,tabPane:c5,toolbox:B5,batchSubmissionListButton:F5,exportRecordListButton:v5,listViewSelect:C5,referenceList:p5,optionOne:A5,optionTwo:d5,optionThird:m5},h5="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",b5="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",g5="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",S5="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",$5="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",f5="{caption}\u5FC5\u9808",y5="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",I5="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",M5="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",w5="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",L5="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",R5="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",U5="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",V5="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",k5="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",N5="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",x5="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",_5="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",z5="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",G5="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",W5="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",T5="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",H5="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",j5="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",q5="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",K5="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",P5="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",J5="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u6570\u304C\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u307E\u3059",X5="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Q5="\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",Z5="\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",O5="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Y5="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",ul="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",el="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",al="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",tl="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",rl="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",nl="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ll="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ol="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",il="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",sl="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",El="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",cl="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Bl="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",Fl="please select control",vl="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Cl="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",pl="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Al="\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",dl="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ml="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Dl="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",hl="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",bl="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",gl="\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",Sl="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",$l="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",fl="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",yl="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Il="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ml="\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",wl="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ll="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Rl="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ul="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",Vl="\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",kl="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",Nl="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",xl="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",_l="\u6279\u91CF\u5220\u9664",zl="\u6279\u91CF\u6253\u5370",Gl="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Wl="\u6309\u94AE",Tl="\u521B\u5EFA\u5355\u636E",Hl="\u4EEA\u8868\u76D8",jl="\u5206\u5272\u7EBF",ql="\u5BFC\u51FA",Kl="\u8868\u5355\u64CD\u4F5C",Pl="\u5BFC\u5165",Jl="\u53D1\u7968\u8BC6\u522B",Xl="\u94FE\u63A5",Ql="\u5217\u8868\u9009\u62E9",Zl="\u5217\u8868\u89C6\u56FE",Ol="\u64CD\u4F5C\u6309\u94AE",Yl="\u5206\u9875",uo="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",eo="\u8BF4\u660E\u6587\u5B57",ao="\u6587\u5B57\u8BC6\u522B",to="\u6807\u9898\u7EC4\u4EF6",ro="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",no="\u6570\u7EC4",lo="\u81EA\u52A8\u7F16\u53F7",oo="\u81EA\u5B9A\u4E49",io="\u6570\u503C",so="\u90E8\u95E8",Eo="\u4EBA\u5458",co="\u9644\u4EF6",Bo="\u56FE\u7247",Fo="\u5730\u5740",vo="\u64CD\u4F5C",Co="\u5E8F\u53F7",po="\u4EBA\u5458",Ao="\u957F\u6587\u672C",mo="\u65E5\u671F\u533A\u95F4",Do="\u65E5\u671F",ho="\u77ED\u6587\u672C",bo="\u6362\u884C\u5BB9\u5668Wrap",go="\u8868\u683C",So="\u660E\u7EC6\u5B50\u8868",$o="\u5730\u5740",fo="\u91D1\u989D",yo="\u8BA1\u7B97\u516C\u5F0F",Io="\u591A\u9009",Mo="\u7535\u5B50\u7B7E\u7AE0",wo="\u5355\u884C\u6587\u672C",Lo="\u6570\u5B57",Ro="\u4E1A\u52A1\u7EC4\u7EC7",Uo="\u5355\u9009",Vo="\u5BCC\u6587\u672C",ko="\u8BC4\u5206",No="\u6570\u5B57\u533A\u95F4",xo="\u4E0B\u62C9\u5355\u9009",_o="\u4E0B\u62C9\u591A\u9009",zo="\u5173\u8054\u5355\u9009",Go="\u591A\u884C\u6587\u672C",Wo="\u6811",To="Vue\u5BB9\u5668",Ho="Vue\u9875\u9762",jo="\u5728\u7EBF\u6587\u6863",qo="\u6309\u94AE\u64CD\u4F5C\u680F",Ko="\u9AD8\u7EA7\u5BB9\u5668",Po="\u5206\u7EC4",Jo="\u6805\u683C\u5217",Xo="\u6570\u636E\u5BB9\u5668",Qo="\u753B\u5E03",Zo="\u6362\u884C\u5BB9\u5668",Oo="\u6805\u683C\u7B49\u5206\u884C",Yo="\u5217\u8868\u5BB9\u5668",ui="\u81EA\u7531\u9875\u9762",ei="\u5B9A\u4F4D\u5B50\u5BB9\u5668",ai="\u5B9A\u4F4D\u5BB9\u5668",ti="\u6805\u683C\u5E03\u5C40",ri="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",ni="\u660E\u7EC6\u5B50\u8868\u884C",li="\u6807\u7B7E\u9875",oi="\u6807\u7B7E\u5355\u5143",ii="\u5DE5\u5177\u680F",si="\u6279\u91CF\u63D0\u4EA4",Ei="\u5BFC\u51FA\u8BB0\u5F55",ci="\u5217\u8868\u89C6\u56FE",Bi="\u5F15\u7528\u5217\u8868",Fi="\u9009\u9879\u4E00",vi="\u9009\u9879\u4E8C",Ci="\u9009\u9879\u4E09",pi={isNotNumber:h5,isNotString:b5,isNotObject:g5,isNotArray:S5,isNotBoolean:$5,runtimeRequired:f5,pleaseEnterCaption:y5,pleaseEnterCaptionTip:I5,pleaseEnterRowCaption:M5,pleaseEnterPlaceholder:w5,pleaseEnterFieldCode:L5,pleaseEnterForm:R5,pleaseEnterList:U5,pleaseEnterProcess:V5,pleaseEnterLabel:k5,pleaseEnterValue:N5,bizKeyNotBindFiled:x5,pleaseSelectOneField:_5,pleaseEnterNumberRange:z5,pleaseEnterAValueGreaterThanMin:G5,pleaseEnterAValueLessThanMax:W5,numberRangeSetError:T5,stringRangeError:H5,attachmentMaxSize:j5,pleaseEnterTotalScoreSetting:q5,theTotalScoreMustNotBeLessThan1:K5,scoreDefaultValueRange:P5,attachmentLimitError:J5,PleaseReselectTheOptionalQuantity:X5,TheMaximumLengthIsGreaterThanTheMinimumLength:Q5,TheMinimumLengthIsGreaterThanTheMaximumLength:Z5,PleaseSelectTheCorrectOptionSettings:O5,optionIdIsRepeat:Y5,optionIsRequired:ul,pleaseEnterDataCode:el,pleaseEnterValueFieldCode:al,pleaseEnterSvcCode:tl,pleaseBindAtLeastOneDisplayValue:rl,pleaseSelectProvince:nl,pleaseSelectCity:ll,pleaseSelectDistrict:ol,limitRowsCannotBeLessThan0:il,TheNumberOfRowsCannotBeLessThanMinRows:sl,pleaseEnterColumnWidth:El,pleaseSetTheLogicalRelationshipOfAllRuleConditions:cl,pleaseCompleteAllRulesAndConditions:Bl,pleaseSelectControl:Fl,pleaseSelectDashboard:vl,theViewNameCannotBeEmpty:Cl,pleaseSelectOcrType:pl,pleaseSelectAtLeastOneFieldToFillIn:Al,pleaseChooseAtLeastOne:dl,pleaseEnterButtonContent:ml,pleaseEnterDataCodeInDataSetting:Dl,pleaseEnterValueFieldCodeInDataSetting:hl,pleaseEnterSvcCodeInDataSetting:bl,pleaseBindAtLeastOneDisplayValueInDataSetting:gl,rootNodeIsRequiredInDataSetting:Sl,pleaseEnterMaxHeight:$l,pleaseEnter:fl,pleaseEnterWatermark:yl,pleaseEnterFileName:Il,pleaseUploadAtLeastOnePrintTemplate:Ml,pleaseAssignBusiness:wl,pleaseAssignExternal:Ll,pleaseEnterAliasCode:Rl,pleaseSelectDataCode:Ul,pleaseSelectSvcCode:Vl,pleaseSelectJoinFieldCode:kl,pleaseSelectMainFieldCode:Nl,pleaseSelectSortFieldCode:xl,batchDeleteButton:_l,batchPrintListButton:zl,batchPrintRecordList:Gl,button:Wl,createFormListButton:Tl,dashboard:Hl,divider:jl,exportListButton:ql,formSelectButton:Kl,importRecordListButton:Pl,invoiceCheckButton:Jl,link:Xl,listSelectButton:Ql,ListViewSelect:Zl,operationButton:Ol,pagination:Yl,submissionRecordListButton:uo,text:eo,textOcrButton:ao,title:to,approvalStatusColumn:ro,array:no,autoNumber:lo,custom:oo,decimal:io,department:so,employee:Eo,file:co,image:Bo,location:Fo,operation:vo,order:Co,people:po,long:Ao,timescope:mo,timestamp:Do,varchar:ho,gridLayoutWrap:bo,gridTable:go,subTable:So,address:$o,amount:fo,calc:yo,checkBox:Io,electronicSignature:Mo,input:wo,number:Lo,organizationSelection:Ro,radio:Uo,richText:Vo,score:ko,searchNumberRange:No,select:xo,selectMultiple:_o,selectRelation:zo,textarea:Go,tree:Wo,vueFormItem:To,vuePage:Ho,WPS:jo,actionBar:qo,advancedContainer:Ko,cardGroup:Po,col:Jo,dataView:Xo,grid:Qo,gridLayoutContainer:Zo,gridRow:Oo,listView:Yo,page:ui,position:ei,positioningContainer:ai,row:ti,subtableColumn:ri,subtableRow:ni,tab:li,tabPane:oi,toolbox:ii,batchSubmissionListButton:si,exportRecordListButton:Ei,listViewSelect:ci,referenceList:Bi,optionOne:Fi,optionTwo:vi,optionThird:Ci},I={zhCN:Sr,enUS:D5,jaJP:pi},W=(u=>(u.Number="Number",u.Operator="Operator",u.VariableInMainTable="VariableInMainTable",u.VariableInCurrentSubTable="VariableInCurrentSubTable",u.VariableInOtherSubTable="VariableInOtherSubTable",u.UndefinedVariable="UndefinedVariable",u))(W||{}),T=(u=>(u.SUM="SUM",u.AVG="AVG",u.MAX="MAX",u.MIN="MIN",u))(T||{});class Ai{constructor(e){var a,r,l,c,i,E;this.name=(a=e==null?void 0:e.name)!=null?a:"",this.id=(r=e==null?void 0:e.id)!=null?r:"",this.type=(l=e==null?void 0:e.type)!=null?l:"Number",this.subTableId=(c=e==null?void 0:e.subTableId)!=null?c:void 0,this.subTableName=(i=e==null?void 0:e.subTableId)!=null?i:void 0,this.aggregateType=(E=e==null?void 0:e.aggregateType)!=null?E:void 0}}const M=(nu=window.localStorage.getItem("locale"))!=null?nu:"zh-CN",di=()=>{};var H=(u=>(u.BASE="base",u.FORM="form",u.LAYOUT="layout",u.WRAP="wrap",u.COLUMN="column",u.LIST="list",u.SEARCH="search",u))(H||{}),j=(u=>(u[u.FORM=0]="FORM",u[u.LIST=1]="LIST",u[u.REPORT=2]="REPORT",u[u.DASHBOARD=3]="DASHBOARD",u[u.VUE=4]="VUE",u[u.FREE_PAGE=5]="FREE_PAGE",u))(j||{}),w=(u=>(u.TITLE="title",u.LINK="link",u.IFRAME="iframe",u.BUTTON="button",u.DIVIDER="divider",u.TEXT="text",u.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",u.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",u.BATCH_DELETE_LIST_BUTTON="list-page-btn-batch-delete",u.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",u.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",u.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",u.EXPORT_LIST_BUTTON="list-page-btn-export-list",u.LIST_SELECT_BUTTON="list-select-button",u.ORGANIZATION_SELECTION="organization-selection",u.FORM_SELECT_BUTTON="form-select-button",u.LIST_VIEW_SELECT="list-view-select",u.TEXT_OCR_BUTTON="text-ocr-button",u.INVOICE_CHECK_BUTTON="invoice-check-button",u.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",u.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",u.COMMENT="comment",u.VARCHAR_COLUMN="varchar-column",u.TEXT_COLUMN="text-column",u.DECIMAL_COLUMN="decimal-column",u.TIMESCOPE_COLUMN="timescope-column",u.TIMESTAMP_COLUMN="timestamp-column",u.ARRAY_COLUMN="array-column",u.DEPARTMENT_COLUMN="department-column",u.AUTO_NUMBER_COLUMN="auto-number-column",u.FILE_COLUMN="file-column",u.IMAGE_COLUMN="image-column",u.PEOPLE_COLUMN="people-column",u.LOCATION_COLUMN="location-column",u.CUSTOM_COLUMN="custom-column",u.ORDER_COLUMN="order-column",u.OPERATION_COLUMN="operation-column",u.OPERATION_BUTTON="operation-button",u.EMPLOYEE_COLUMN="employee-column",u.Approval_Status_Column="approval-status-column",u.GROUP_COLUMN="group-column",u.ADDRESS="address",u.AMOUNT="amount",u.ATTACHMENT="attachment",u.AUTO_NUMBER="auto-number",u.CALC="calc",u.CHECKBOX="checkbox",u.CASCADER="cascader",u.COUNTER="counter",u.SLIDER="slider",u.SWITCH="switch",u.TAG="tag",u.BARCODE="barcode",u.QR_CODE="qr-code",u.DATE_PICKER="date-picker",u.DATE_RANGE="date-range",u.TIME_PICKER="time-picker",u.TIME_RANGE="time-range",u.DEPARTMENT="department",u.EMPLOYEE="employee",u.IMAGE="image",u.INPUT="input",u.NUMBER="number",u.RADIO="radio",u.RICH_TEXT="rich-text",u.SCORE="score",u.SEARCH_DATE_RANGE="search-date-range",u.SEARCH_NUMBER_RANGE="search-number-range",u.SEARCH_INPUT="search-input",u.SELECT="select",u.SELECT_MULTIPLE="select-multiple",u.SELECT_RELATION="select-relation",u.VUE_FORM_ITEM="vue-form-item",u.TEXTAREA="textarea",u.EMAIL="email",u.FOOTER="footer",u.HEADER="header",u.ID_CARD="id-card",u.MOBILE="mobile",u.PHONE="phone",u.RADIO_IMAGE="radio-image",u.ELECTRONIC_SIGNATURE="electronic-signature",u.WPS="wps",u.CARD_GROUP="card-group",u.BLANK_CONTAINER="blank-container",u.COL="col",u.GRID="grid",u.GRID_ROW="grid-row",u.GRID_TABLE_COLUMN="grid-table-column",u.GRID_LAYOUT_CONTAINER="grid-layout-container",u.ROW="row",u.TWO_COLUMNS="two-columns",u.SUBTABLE_COLUMN="subtable-column",u.SUBTABLE_ROW="subtable-row",u.TAB="tab",u.TAB_PANE="tab-pane",u.TOOLBOX="toolbox",u.DATA_VIEW="data-view",u.LIST_VIEW="list-view",u.ACTION_BAR="action-bar",u.TABLE_LAYOUT="table-layout",u.TABLE_LAYOUT_ROW="table-layout-row",u.TABLE_LAYOUT_COL="table-layout-col",u.TABLE_LAYOUT_WRAPPER="table-layout-wrapper",u.COLLAPSE="collapse",u.COLLAPSE_PANE="collapse-pane",u.SUBTABLE="subtable",u.GRID_TABLE="grid-table",u.SIMPLE_SEARCH="simple-search",u.PAGINATION="pagination",u.CHECKBOX_IMAGE="checkbox-image",u.DASHBOARD="dashboard",u.BAR_CHART="bar-chart",u.PIE_CHART="pie-chart",u.TREE="tree",u.EMPLOYEE2="employee2",u.DEPARTMENT2="department2",u.GRID_LAYOUT_WRAP="grid-layout-wrap",u.VUE_PAGE="vue-page",u.REFERENCE_LIST="reference-list",u.STEP="step",u.STEP_PANE="step-pane",u))(w||{}),q=(u=>(u.SAVE="save",u.DRAFT="draft",u.UNSUBMIT="unsubmit",u.AUDIT="audit",u.UNAUDIT="unaudit",u.CANCEL="cancel",u.FORM_SUBMIT="form_submit",u))(q||{}),K=(u=>(u.VARCHAR="varchar",u.TEXT="text",u.ARRAY="array",u.ADDRESS="location",u.DECIMAL="decimal",u.DECIMAL_RANGE="decimal_range",u.TIMESTAMP="timestamp",u.EMPLOYEES="people",u.DEPARTMENTS="department",u.MONEY="money",u.TIMESCOPE="timescope",u.FILE="file",u.IMAGE="image",u.AUTO_NUMBER="auto_number",u.CALC="calc",u.LIST="list",u.JSON="json",u.ANY="ANY",u))(K||{}),P=(u=>(u.YEAR="year",u.MONTH="month",u.DATE="date",u.DATEHOUR="datehour",u.DATEMIN="datemin",u.DATETIME="datetime",u.CUSTOM="custom",u))(P||{}),J=(u=>(u.HOURSEC="hoursec",u.HOURMIN="hourmin",u.CUSTOM="custom",u))(J||{});const mi={DEFAULT:"default"},X="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Di=X+"0123456789";function hi(u=15){let e="";for(let a=0;a<u;a++){const r=a===0?X:Di,l=Math.random()*r.length;e+=r[parseInt(String(l),10)]}return e}const L=console;function Q(...u){const e=u.slice(1);L.warn("\u{1F9D0} Driven Warning:"+u[0],...e)}function R(...u){const e=u.slice(1);L.log("\u{1F680} Driven Log:"+u[0],...e)}function bi(u){return u+" \u{1F41B}\u{1F41B}\u{1F41B}"}class U extends Error{constructor(e){super(e),this.name="\u{1F4A5} Driven Error",this.message=e?bi(e):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}"}}class gi extends U{constructor(e){super(e),this.name="\u{1F6A8} Driven Reference Error"}}function Si(u){throw new U(u)}function $i(u){throw new gi(u)}function Z(u){L.error(new U(u))}function g(u,e){Array.isArray(u)&&u.map(a=>{switch(a.controlType){case"layout":g(a==null?void 0:a.children,e);break;case"wrap":g(a==null?void 0:a.children,e);break;case"search":g(a==null?void 0:a.children,e);break;case"form":e(a)}})}const s=(u,e,a)=>{if(!u)return console.error("getLocaleText\u7684key\u4E0D\u80FD\u4E3A\u7A7A"),"";const r=u.split(".");let l;const c=(window.baitedaWorkers||{}).languageMessages||{};r.forEach((E,p)=>{p===0?l=c[E]:l&&(l=l[E])});let i="";return l&&(i=l),e&&Object.keys(e).forEach(E=>{const p=e[E];i=i.replace(new RegExp(`\\{\\s*${E}\\s*\\}`,"g"),p)}),i||(a?i=a:i=u),i},O=class{static getMessage(u,e={}){var a;return s("CMD."+u,e,(a=I==null?void 0:I[M.split("-").join("")])==null?void 0:a[u])}static resetI18n(u=M){}static setLocale(u,e){}};let Y=O;Y.$i18n=O.resetI18n();function fi(u,e,a){const r=e.replace(/\[(\d)]/g,(c,i)=>"."+i).split(".");let l=!1;return r.reduce((c,i,E,p)=>{const D=c;if(!!c){if(!Object.prototype.hasOwnProperty.call(c,i)){Q(`Can not set ${e}'s ${i} property in current %o, Because there is no ${i} property on the %o`,c,c);return}return E===p.length-1&&!Object.is(D[i],a)&&(D[i]=a,l=!0),D[i]}},u),l}var yi=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},V={exports:{}};(function(u){(function(e){var a=function(n,o,B){if(!D(o)||Ji(o)||Xi(o)||Qi(o)||p(o))return o;var v,h=0,ou=0;if(Pi(o))for(v=[],ou=o.length;h<ou;h++)v.push(a(n,o[h],B));else{v={};for(var G in o)Object.prototype.hasOwnProperty.call(o,G)&&(v[n(G,B)]=a(n,o[G],B))}return v},r=function(n,o){o=o||{};var B=o.separator||"_",v=o.split||/(?=[A-Z])/;return n.split(v).join(B)},l=function(n){return Zi(n)?n:(n=n.replace(/[\-_\s]+(.)?/g,function(o,B){return B?B.toUpperCase():""}),n.substr(0,1).toLowerCase()+n.substr(1))},c=function(n){var o=l(n);return o.substr(0,1).toUpperCase()+o.substr(1)},i=function(n,o){return r(n,o).toLowerCase()},E=Object.prototype.toString,p=function(n){return typeof n=="function"},D=function(n){return n===Object(n)},Pi=function(n){return E.call(n)=="[object Array]"},Ji=function(n){return E.call(n)=="[object Date]"},Xi=function(n){return E.call(n)=="[object RegExp]"},Qi=function(n){return E.call(n)=="[object Boolean]"},Zi=function(n){return n=n-0,n===n},z=function(n,o){var B=o&&"process"in o?o.process:o;return typeof B!="function"?n:function(v,h){return B(v,n,h)}},lu={camelize:l,decamelize:i,pascalize:c,depascalize:i,camelizeKeys:function(n,o){return a(z(l,o),n)},decamelizeKeys:function(n,o){return a(z(i,o),n,o)},pascalizeKeys:function(n,o){return a(z(c,o),n)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};u.exports?u.exports=lu:e.humps=lu})(yi)})(V);var uu={};Object.defineProperty(uu,"__esModule",{value:!0});function k(u){if(typeof u!="object"||u===null)return u;if(Array.isArray(u))return u.map(e=>typeof e!="object"||e===null?e:k(e));{const e={};for(const a in u){const r=u[a];e[a]=typeof r!="object"||r===null?r:k(r)}return e}}var Ii=uu.default=k;function Mi(u){if(u!==void 0)return typeof u=="object"?Ii(u):u}function wi(u){return eu(u)&&"zh"in u}function eu(u){return Object.prototype.toString.call(u)==="[object Object]"}function Li(u){return u!=null&&typeof u=="object"&&Array.isArray(u)===!1}function S(u){return Array.isArray(u)}function au(u){return typeof u=="string"}function N(u){return typeof u=="number"}function Ri(u){return typeof u=="function"}function Ui(u){return S(u)&&u.every(e=>au(e))}function Vi(u){return S(u)&&u.every(e=>N(e))}function tu(u){return u===null||typeof u!="object"?u:(Object.keys(u).forEach(e=>{const a=u[e];a&&typeof a=="object"&&!Object.isFrozen(a)&&tu(a)}),Object.freeze(u))}function ki(u){return S(u)&&u.every(e=>N(e)||e==="")}function Ni(u){return/^\[.*?]$/.test(u)}function xi(u){return/^{.*?}$/.test(u)}function _i(u){return isNaN(parseFloat(u))?"":Number(u)}function zi(u){return u.reduce((e,a)=>(e.includes(a)||e.push(a),e),[])}function Gi(u,e=500){let a;return function(...r){a||(a=setTimeout(()=>{u.apply(this,r),clearTimeout(a),a=null},e))}}function Wi(u=0){return new Promise(e=>{setTimeout(e,u)})}function x(u,e){let a=[];return Array.isArray(u)&&(a=u.map(r=>{let l=r;return Array.isArray(r==null?void 0:r.children)&&(l.children=x(r.children,e)),Array.isArray(r==null?void 0:r.footers)&&(l.footers=x(r.footers,e)),e(l)})),a}function Ti(u){return V.exports.camelizeKeys(u)}function Hi(u){return V.exports.decamelizeKeys(u)}function ji(u){return Object.values(w).includes(u)}class qi{constructor(){this._events=new Map,this.debug=!1}emit(e,...a){return iu(this,null,function*(){const r=this._events.get(e),l=[];if(r){const c=r.slice();for(const i of c)if(!!r.includes(i))try{this.debug&&R(`\u6B63\u5728\u6267\u884C ${e} \u4E8B\u4EF6: ${i.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+i.applyingPluginName:""}, \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A${a.map(()=>"%o").join(",")}\u3002`,...a);const E=yield i.apply(null,[...a]);if(this.debug&&R(`\u6B63\u5728\u6267\u884C ${e} \u4E8B\u4EF6: ${i.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+i.applyingPluginName:""}, \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A${a.map(()=>"%o").join(",")}; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o`,...a,E),l.push(E),E===!1)break}catch(E){Z(String(E)+":"+String(E.stack))}}return l})}on(e,a){var r;this._events.has(e)?(r=this._events.get(e))==null||r.push(a):this._events.set(e,[a])}off(e,a){if(this._events.has(e)){const r=this._events.get(e),l=r==null?void 0:r.indexOf(a);r==null||r.splice(l,1)}}delete(e){this._events.has(e)&&this._events.delete(e)}clear(){this._events=new Map}}const Ki=[{key:"on_click",name:s("CMD.click",null,"\u70B9\u51FB\u65F6"),code:"click"},{key:"on_click_finish",name:s("CMD.finished",null,"\u6267\u884C\u5B8C\u6210\u65F6"),code:"click-finish"},{key:"on_change",name:s("CMD.valueChange",null,"\u503C\u53D1\u751F\u53D8\u5316\u65F6"),code:"change"},{key:"on_search",name:s("CMD.search",null,"\u641C\u7D22\u65F6"),code:"search"},{key:"on_file_actions",name:s("CMD.onClickFileBtn",null,"\u70B9\u51FB\u6587\u4EF6\u6309\u94AE\u65F6"),code:"file-actions"},{key:"on_tree_search",name:s("CMD.treeDataCreate",null,"\u6811\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"tree-search"},{key:"on_list_change",name:s("CMD.listDataChange",null,"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"list-change"},{key:"on_chart_change",name:s("CMD.chartDataChange",null,"\u56FE\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"chart-change"},{key:"on_list_search",name:s("CMD.listDataCreate",null,"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"list-search"},{key:"on_list_mounted",name:s("CMD.listDataBack",null,"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6"),code:"list-mounted"},{key:"on_list_delete",name:s("CMD.listDataDelete",null,"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6"),code:"list-delete"},{key:"on_list_before_insert",name:s("CMD.listDataAdd",null,"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D"),code:"list-before-insert"},{key:"on_input",name:s("CMD.onInput",null,"\u7528\u6237\u8F93\u5165\u65F6"),code:"input"},{key:"on_blur",name:s("CMD.onBlur",null,"\u5931\u53BB\u7126\u70B9\u65F6"),code:"blur"},{key:"on_focus",name:s("CMD.onFocus",null,"\u83B7\u53D6\u7126\u70B9\u65F6"),code:"focus"},{key:"on_wps_open",name:s("CMD.onOpenFile",null,"\u6253\u5F00\u6587\u4EF6\u65F6"),code:"wps-open"},{key:"on_wps_save",name:s("CMD.onSaveFile",null,"\u4FDD\u5B58\u6587\u4EF6\u65F6"),code:"wps-save"},{key:"on_wps_rename",name:s("CMD.rename",null,"\u91CD\u547D\u540D\u65F6"),code:"wps-rename"},{key:"on_list_actions",name:s("CMD.onClickBtn",null,"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6"),code:"list-actions"},{key:"on_list_render_operation",name:s("CMD.cellRender",null,"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6"),code:"list-render-operation"},{key:"on_list_rowclick",name:s("CMD.rowClick",null,"\u884C\u70B9\u51FB\u65F6"),code:"list-rowclick"},{key:"on_list_before_rowdelete",name:s("CMD.rowDelete",null,"\u884C\u5220\u9664\u524D"),code:"list-before-rowdelete"},{key:"on_list_before_import",name:s("CMD.listDataImport",null,"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D"),code:"list-before-import"},{key:"on_list_rows_checked",name:s("CMD.rowSelected",null,"\u884C\u9009\u4E2D\u65F6"),code:"list-rows-checked"},{key:"on_change_tab",name:s("CMD.tabChange",null,"\u6807\u7B7E\u9875\u5207\u6362\u65F6"),code:"change-tab"},{key:"on_modal_ok",name:s("CMD.modalConfirm",null,"\u5F39\u7A97\u786E\u8BA4\u65F6"),code:"modal-ok"},{key:"on_change_steps",name:s("CMD.stepsChange",null,"\u6B65\u9AA4\u5207\u6362\u65F6"),code:"change-steps"},{key:"on_option_selected",name:s("CMD.optionSelected",null,"DOM\u70B9\u51FBoption\u4E8B\u4EF6"),code:"option_selected"}],_=class{static getEventsFromKeys(u){const e=typeof u=="string"?[u]:u;return _.events.filter(a=>e.includes(a.key))}static getEventsFromControl(u){let e=[];const a=u.eventKeys;e=e.concat(_.events.filter(l=>a.includes(l.key)));const r=u.customEvents.map(l=>{let c=l.key;return l.namespace!==void 0&&l.namespace!==null&&l.namespace!==""&&(c=l.namespace+":"+l.key),{key:c,code:l.key,name:l.name}});return e=e.concat(r),e}};let ru=_;ru.events=Ki,t.CALC_AGGREGATE_TYPE=T,t.CALC_TOKEN_TYPE=W,t.CONTROL_BASE_TYPE=H,t.CONTROL_TYPE=w,t.CalcScriptEchoItem=Ai,t.DEFAULT_LOCALE=M,t.DESIGNER_SLOT=mi,t.DateType=P,t.DepartmentEntity=C,t.EventLogic=ru,t.FORM_TYPE=j,t.FieldTypes=K,t.JSONCopy=Mi,t.OPT_TYPES=q,t.RulesMessage=Y,t.TimeType=J,t.UserEntity=A,t.Watcher=qi,t.camelizeKeys=Ti,t.debounce=Gi,t.decamelizeKeys=Hi,t.deepFreeze=tu,t.error=Si,t.genNonDuplicateId=hi,t.getNotRepeatItems=zi,t.isArray=S,t.isBuiltInControls=ji,t.isFunction=Ri,t.isJSONArray=Ni,t.isJSONObject=xi,t.isLanguageObject=wi,t.isNumber=N,t.isNumberAndEmptyStringArray=ki,t.isNumberArray=Vi,t.isObject=Li,t.isPlainObject=eu,t.isString=au,t.isStringArray=Ui,t.log=R,t.logerror=Z,t.loop=x,t.loopFormSchema=g,t.noop=di,t.referenceError=$i,t.toNumberOrEmpty=_i,t.updateValueFromKeys=fi,t.wait=Wi,t.warn=Q,Object.defineProperty(t,"__esModule",{value:!0})});
|
|
1
|
+
var iu=(t,C,A)=>new Promise(($,b)=>{var f=F=>{try{d(A.next(F))}catch(m){b(m)}},y=F=>{try{d(A.throw(F))}catch(m){b(m)}},d=F=>F.done?$(F.value):Promise.resolve(F.value).then(f,y);d((A=A.apply(t,C)).next())});(function(t,C){typeof exports=="object"&&typeof module!="undefined"?C(exports):typeof define=="function"&&define.amd?define(["exports"],C):(t=typeof globalThis!="undefined"?globalThis:t||self,C(t.modelDrivenShared={}))})(this,function(t){var nu;"use strict";class C{}class A{}var $="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",b="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",f="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",y="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",d="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",F="{caption}\u5FC5\u586B",m="\u8BF7\u8F93\u5165\u6807\u9898",su="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",Eu="\u8BF7\u8F93\u5165\u884C\u6807\u9898",cu="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",Bu="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",Fu="\u8BF7\u7ED1\u5B9A\u8868\u5355",vu="\u8BF7\u7ED1\u5B9A\u5217\u8868",Cu="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",pu="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Au="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",du="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",mu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",Du="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",hu="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",bu="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",gu="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",Su="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",$u="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",fu="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",yu="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",Iu="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Mu="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u8D85\u8FC7\u4E86\u9650\u5236",wu="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",Lu="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Ru="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",Uu="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Vu="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",ku="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",Nu="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",xu="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",_u="\u8BF7\u7ED1\u5B9A\u670D\u52A1",zu="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",Gu="\u8BF7\u9009\u62E9\u7701",Wu="\u8BF7\u9009\u62E9\u5E02",Hu="\u8BF7\u9009\u62E9\u533A",Tu="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",ju="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",qu="\u8BF7\u8F93\u5165\u5217\u5BBD",Ku="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",Pu="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Ju="\u8BF7\u9009\u62E9\u63A7\u4EF6",Xu="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Qu="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",Zu="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",Ou="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",Yu="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",ue="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",ee="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",ae="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",te="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",re="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",ne="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",le="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",oe="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",ie="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",se="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",Ee="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",ce="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Be="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",Fe="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",ve="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",Ce="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",pe="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",Ae="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",de="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",me="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",De="\u8BF7\u9009\u62E9\u6392\u5E8F\u5B57\u6BB5",he="\u6279\u91CF\u5220\u9664",be="\u6279\u91CF\u6253\u5370",ge="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Se="\u6309\u94AE",$e="\u521B\u5EFA\u5355\u636E",fe="\u4EEA\u8868\u76D8",ye="\u5206\u5272\u7EBF",Ie="\u5BFC\u51FA",Me="\u8868\u5355\u64CD\u4F5C",we="\u5BFC\u5165",Le="\u53D1\u7968\u8BC6\u522B",Re="\u94FE\u63A5",Ue="\u5217\u8868\u9009\u62E9",Ve="\u5217\u8868\u89C6\u56FE",ke="\u64CD\u4F5C\u6309\u94AE",Ne="\u5206\u9875",xe="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",_e="\u8BF4\u660E\u6587\u5B57",ze="\u6587\u5B57\u8BC6\u522B",Ge="\u6807\u9898\u7EC4\u4EF6",We="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",He="\u6570\u7EC4",Te="\u81EA\u52A8\u7F16\u53F7",je="\u81EA\u5B9A\u4E49",qe="\u6570\u503C",Ke="\u90E8\u95E8",Pe="\u4EBA\u5458",Je="\u9644\u4EF6",Xe="\u56FE\u7247",Qe="\u5730\u5740",Ze="\u64CD\u4F5C",Oe="\u5E8F\u53F7",Ye="\u4EBA\u5458",ua="\u957F\u6587\u672C",ea="\u65E5\u671F\u533A\u95F4",aa="\u65E5\u671F",ta="\u77ED\u6587\u672C",ra="\u6362\u884C\u5BB9\u5668Wrap",na="\u8868\u683C",la="\u660E\u7EC6\u5B50\u8868",oa="\u5730\u5740",ia="\u91D1\u989D",sa="\u8BA1\u7B97\u516C\u5F0F",Ea="\u591A\u9009",ca="\u7535\u5B50\u7B7E\u7AE0",Ba="\u5355\u884C\u6587\u672C",Fa="\u6570\u5B57",va="\u4E1A\u52A1\u7EC4\u7EC7",Ca="\u5355\u9009",pa="\u5BCC\u6587\u672C",Aa="\u8BC4\u5206",da="\u6570\u5B57\u533A\u95F4",ma="\u4E0B\u62C9\u5355\u9009",Da="\u4E0B\u62C9\u591A\u9009",ha="\u5173\u8054\u5355\u9009",ba="\u591A\u884C\u6587\u672C",ga="\u6811",Sa="Vue\u5BB9\u5668",$a="Vue\u9875\u9762",fa="\u5728\u7EBF\u6587\u6863",ya="\u6309\u94AE\u64CD\u4F5C\u680F",Ia="\u9AD8\u7EA7\u5BB9\u5668",Ma="\u5206\u7EC4",wa="\u6805\u683C\u5217",La="\u6570\u636E\u5BB9\u5668",Ra="\u753B\u5E03",Ua="\u6362\u884C\u5BB9\u5668",Va="\u6805\u683C\u7B49\u5206\u884C",ka="\u5217\u8868\u5BB9\u5668",Na="\u81EA\u7531\u9875\u9762",xa="\u5B9A\u4F4D\u5B50\u5BB9\u5668",_a="\u5B9A\u4F4D\u5BB9\u5668",za="\u6805\u683C\u5E03\u5C40",Ga="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",Wa="\u660E\u7EC6\u5B50\u8868\u884C",Ha="\u6807\u7B7E\u9875",Ta="\u6807\u7B7E\u5355\u5143",ja="\u5DE5\u5177\u680F",qa="\u6279\u91CF\u63D0\u4EA4",Ka="\u5BFC\u51FA\u8BB0\u5F55",Pa="\u5217\u8868\u89C6\u56FE",Ja="\u7ED3\u675F\u65F6\u95F4",Xa="\u5F00\u59CB\u65F6\u95F4",Qa="\u5355\u4F4D",Za="\u7ED3\u679C",Oa="\u5E01\u79CD",Ya="\u7ED3\u675F\u65E5\u671F",ut="\u5F00\u59CB\u65E5\u671F",et="\u8BF7\u9009\u62E9\u516C\u53F8\u540D\u79F0",at="\u8BF7\u9009\u62E9\u624B\u673A\u53F7/\u90AE\u7BB1",tt="\u8BF7\u9009\u62E9\u7B7E\u7AE0\u7C7B\u578B",rt="\u8BF7\u9009\u62E9\u7B7E\u7F72\u4EBA",nt="\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u7B7E\u7F72\u4EBA",lt="\u8BF7\u9009\u62E9\u7B7E\u7F72\u6587\u4EF6",ot="\u8BF7\u9009\u62E9",it="\u8BF7\u9009\u62E9\u7EC4\u7EC7",st="\u8BF7\u9009\u62E9\u90E8\u95E8",Et="\u8BF7\u9009\u62E9\u7ED3\u675F\u65E5\u671F",ct="\u8BF7\u9009\u62E9\u5F00\u59CB\u65E5\u671F",Bt="\u8BF7\u9009\u62E9\u5730\u5740",Ft="\u5F39\u7A97\u786E\u8BA4\u65F6",vt="\u6807\u7B7E\u9875\u5207\u6362\u65F6",Ct="\u884C\u9009\u4E2D\u65F6",pt="\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",At="\u884C\u5220\u9664\u524D",dt="\u884C\u70B9\u51FB\u65F6",mt="\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",Dt="\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",ht="\u91CD\u547D\u540D\u65F6",bt="\u4FDD\u5B58\u6587\u4EF6\u65F6",gt="\u6253\u5F00\u6587\u4EF6\u65F6",St="\u83B7\u53D6\u7126\u70B9\u65F6",$t="\u5931\u53BB\u7126\u70B9\u65F6",ft="\u7528\u6237\u8F93\u5165\u65F6",yt="\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",It="\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",Mt="\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",wt="\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",Lt="\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",Rt="\u641C\u7D22\u65F6",Ut="\u503C\u53D1\u751F\u53D8\u5316\u65F6",Vt="\u6267\u884C\u5B8C\u6210\u65F6",kt="\u70B9\u51FB\u65F6",Nt="\u8BF7\u8F93\u5165\u4EBA\u5458\u59D3\u540D\u6216\u90AE\u7BB1",xt="\u8BF7\u8F93\u5165\u65E5\u671F",_t="\u8BF7\u8F93\u5165\u81EA\u52A8\u7F16\u53F7",zt="\u8BF7\u8F93\u5165",Gt="\u9ED8\u8BA4\u6A21\u7248",Wt="\u5DE6\u53F3\u5E03\u5C40",Ht="\u4E0A\u4E0B\u5E03\u5C40",Tt="\u53EA\u8BFB",jt="\u5FC5\u586B",qt="\u63D0\u793A\u6587\u5B57",Kt="\u9690\u85CF\u6807\u9898",Pt="\u6807\u9898\u5FC5\u586B",Jt="\u7EC4\u7EC7\u5F62\u6001",Xt="\u4E1A\u52A1\u7C7B\u578B",Qt="\u786E\u5B9A\u8981\u5220\u9664\u6B64\u6761\u6570\u636E\u5417\uFF1F",Zt="\u9690\u85CF",Ot="\u6D41\u7A0B\u72B6\u6001",Yt="\u5BA1\u6279\u901A\u8FC7\u5355\u636E",ur="\u5220\u9664",er="\u7F16\u8F91",ar="\u67E5\u770B",tr="\u52A0\u8F7D\u81EA\u5B9A\u4E49\u63A7\u4EF6\u5F02\u5E38\uFF0C\u4F1A\u5F71\u54CD\u5230\u7684\u63A7\u4EF6\uFF1A{id}",rr="\u5185\u7F6E\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF",nr="\u5145\u6EE1\u6574\u884C",lr="\u6700\u5C0F\u503C",or="\u6700\u5927\u503C",ir="\u65B0\u5EFA\u6587\u6863",sr="\u91CD\u7F6E",Er="\u67E5\u8BE2",cr="\u660E\u7EC6",Br="\u6253\u5370",Fr="\u4FDD\u5B58\u8349\u7A3F",vr="\u4FDD\u5B58",Cr="\u53D6\u6D88",pr="\u4E0A\u4F20\u56FE\u7247",Ar="\u53D1\u8D77\u7B7E\u7F72",dr="\u4E0A\u4F20\u9644\u4EF6",mr="\u6211\u662F\u4E00\u4E2A\u94FE\u63A5",Dr="\u5F15\u7528\u5217\u8868",hr="\u9009\u9879\u4E00",br="\u9009\u9879\u4E8C",gr="\u9009\u9879\u4E09",Sr={isNotNumber:$,isNotString:b,isNotObject:f,isNotArray:y,isNotBoolean:d,runtimeRequired:F,pleaseEnterCaption:m,pleaseEnterCaptionTip:su,pleaseEnterRowCaption:Eu,pleaseEnterPlaceholder:cu,pleaseEnterFieldCode:Bu,pleaseEnterForm:Fu,pleaseEnterList:vu,pleaseEnterProcess:Cu,pleaseEnterLabel:pu,pleaseEnterValue:Au,bizKeyNotBindFiled:du,pleaseSelectOneField:mu,pleaseEnterNumberRange:Du,pleaseEnterAValueGreaterThanMin:hu,pleaseEnterAValueLessThanMax:bu,numberRangeSetError:gu,stringRangeError:Su,attachmentMaxSize:$u,pleaseEnterTotalScoreSetting:fu,theTotalScoreMustNotBeLessThan1:yu,scoreDefaultValueRange:Iu,attachmentLimitError:Mu,PleaseReselectTheOptionalQuantity:wu,TheMaximumLengthIsGreaterThanTheMinimumLength:Lu,TheMinimumLengthIsGreaterThanTheMaximumLength:Ru,PleaseSelectTheCorrectOptionSettings:Uu,optionIdIsRepeat:Vu,optionIsRequired:ku,pleaseEnterDataCode:Nu,pleaseEnterValueFieldCode:xu,pleaseEnterSvcCode:_u,pleaseBindAtLeastOneDisplayValue:zu,pleaseSelectProvince:Gu,pleaseSelectCity:Wu,pleaseSelectDistrict:Hu,limitRowsCannotBeLessThan0:Tu,TheNumberOfRowsCannotBeLessThanMinRows:ju,pleaseEnterColumnWidth:qu,pleaseSetTheLogicalRelationshipOfAllRuleConditions:Ku,pleaseCompleteAllRulesAndConditions:Pu,pleaseSelectControl:Ju,pleaseSelectAtLeastOneColumn:Xu,pleaseSelectFillBackMode:Qu,pleaseSelectDashboard:Zu,rootNodeIsRequired:Ou,theViewNameCannotBeEmpty:Yu,pleaseSelectOcrType:ue,pleaseSelectAtLeastOneFieldToFillIn:ee,pleaseChooseAtLeastOne:ae,pleaseEnterButtonContent:te,pleaseEnterDataCodeInDataSetting:re,pleaseEnterValueFieldCodeInDataSetting:ne,pleaseEnterSvcCodeInDataSetting:le,pleaseBindAtLeastOneDisplayValueInDataSetting:oe,rootNodeIsRequiredInDataSetting:ie,pleaseEnterMaxHeight:se,pleaseEnterWatermark:Ee,pleaseEnterFileName:ce,pleaseUploadAtLeastOnePrintTemplate:Be,pleaseAssignBusiness:Fe,pleaseAssignExternal:ve,pleaseEnterAliasCode:Ce,pleaseSelectDataCode:pe,pleaseSelectSvcCode:Ae,pleaseSelectJoinFieldCode:de,pleaseSelectMainFieldCode:me,pleaseSelectSortFieldCode:De,batchDeleteButton:he,batchPrintListButton:be,batchPrintRecordList:ge,button:Se,createFormListButton:$e,dashboard:fe,divider:ye,exportListButton:Ie,formSelectButton:Me,importRecordListButton:we,invoiceCheckButton:Le,link:Re,listSelectButton:Ue,ListViewSelect:Ve,operationButton:ke,pagination:Ne,submissionRecordListButton:xe,text:_e,textOcrButton:ze,title:Ge,approvalStatusColumn:We,array:He,autoNumber:Te,custom:je,decimal:qe,department:Ke,employee:Pe,file:Je,image:Xe,location:Qe,operation:Ze,order:Oe,people:Ye,long:ua,timescope:ea,timestamp:aa,varchar:ta,gridLayoutWrap:ra,gridTable:na,subTable:la,address:oa,amount:ia,calc:sa,checkBox:Ea,electronicSignature:ca,input:Ba,number:Fa,organizationSelection:va,radio:Ca,richText:pa,score:Aa,searchNumberRange:da,select:ma,selectMultiple:Da,selectRelation:ha,textarea:ba,tree:ga,vueFormItem:Sa,vuePage:$a,WPS:fa,actionBar:ya,advancedContainer:Ia,cardGroup:Ma,col:wa,dataView:La,grid:Ra,gridLayoutContainer:Ua,gridRow:Va,listView:ka,page:Na,position:xa,positioningContainer:_a,row:za,subtableColumn:Ga,subtableRow:Wa,tab:Ha,tabPane:Ta,toolbox:ja,batchSubmissionListButton:qa,exportRecordListButton:Ka,listViewSelect:Pa,endTime:Ja,startTime:Xa,unit:Qa,result:Za,currency:Oa,endDate:Ya,startDate:ut,pleaseSelectCompanyName:et,pleaseSelectPhoneOrEmail:at,pleaseSelectSignType:tt,pleaseSelectSigner:rt,pleaseSelectOnlyOne:nt,pleaseSelectSignFile:lt,pleaseSelect:ot,pleaseSelectOrg:it,pleaseSelectDept:st,pleaseSelectEndDate:Et,pleaseSelectStartDate:ct,pleaseChooseAddress:Bt,modalConfirm:Ft,tabChange:vt,rowSelected:Ct,listDataImport:pt,rowDelete:At,rowClick:dt,cellRender:mt,onClickBtn:Dt,rename:ht,onSaveFile:bt,onOpenFile:gt,onFocus:St,onBlur:$t,onInput:ft,listDataAdd:yt,listDataDelete:It,listDataBack:Mt,listDataCreate:wt,listDataChange:Lt,search:Rt,valueChange:Ut,finished:Vt,click:kt,pleaseEnterNameorEmail:Nt,pleaseEnterDate:xt,pleaseEnterAutonumber:_t,pleaseEnter:zt,defaultTemplate:Gt,left:Wt,top:Ht,default:"\u666E\u901A",readonly:Tt,required:jt,textTip:qt,hideCaption:Kt,titleRequired:Pt,organizationalForm:Jt,businessType:Xt,deleteConfirm:Qt,hide:Zt,processStatus:Ot,approvedDocuments:Yt,delete:ur,edit:er,view:ar,loadCtrlErrorTip:tr,loadCtrlError:rr,fullLine:nr,min:lr,max:or,createWPS:ir,reset:sr,query:Er,detailed:cr,print:Br,draft:Fr,save:vr,cancel:Cr,uploadImg:pr,signature:Ar,uploadFile:dr,linkContent:mr,referenceList:Dr,optionOne:hr,optionTwo:br,optionThird:gr},$r="Please enter a number",fr="Please enter a string",yr="Please enter an object",Ir="Please enter an array",Mr="Please enter a boolean",wr="{caption} Required",Lr="Please enter the title",Rr="Please enter the bubble prompt",Ur="Please enter the row title",Vr="Please enter the prompt text",kr="Please bind data items",Nr="Please bind the form",xr="Please bind the list",_r="Please bind the process",zr="Please enter the displayed value",Gr="Please enter the stored value",Wr="The document number is not bound to the data item",Hr="Please select at least one display field",Tr="Please enter a value greater than or equal to {min} and less than or equal to {max}",jr="Please enter a value greater than or equal to {min}",qr="Please enter a value less than or equal to {max}",Kr="The value range is set incorrectly",Pr="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Jr="The attachment size must be between 0MB and 1000MB",Xr="Please fill in the total score setting",Qr="The total score cannot be less than 1",Zr="The default value must be between {min} and {max}",Or="The number of attachment uploads exceeds the limit",Yr="Please re-select the optional quantity",un="The maximum length of the control must be greater than the minimum length",en="The minimum length of the control must be less than the maximum length",an="Please select the correct option setting",tn="Option ID cannot be repeated",rn="Please enter at least one option",nn="Please bind the data source",ln="Please bind the stored value",on="Please bind the service",sn="At least one display value must be bound",En="Please select a province",cn="Please select a city",Bn="Please select a district",Fn="The minimum number of lines to fill in cannot be less than 0",vn="The number of rows cannot be less than {min} rows",Cn="Please enter the column width",pn="Please set the logical relationship of all rule conditions",An="Please complete all rules and conditions",dn="please select control",mn="Please select the dashboard",Dn="View name cannot be empty",hn="Please select recognition type",bn="Please select at least one field to fill in",gn="Please select at least one",Sn="Please enter the button title",$n="Please bind the business model in the data settings",fn="Please bind storage values in data settings",yn="Please bind the service in the data settings",In="Please bind at least one display value in the data settings",Mn="Please select the root node in the data settings",wn="Please enter the maximum height",Ln="The input content cannot be empty",Rn="Watermark cannot be empty",Un="File name cannot be empty",Vn="Please upload at least one printing template!\uFF01",kn="Please select a specific business department",Nn="Please select a specified external organization",xn="Please enter a sub table alias",_n="Please select the associated table to set the business model",zn="Please select the association table to set the binding service",Gn="Select associated sub table fields",Wn="Please select the associated main table field",Hn="Please select the sort field",Tn="\u6279\u91CF\u5220\u9664",jn="\u6279\u91CF\u6253\u5370",qn="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Kn="\u6309\u94AE",Pn="\u521B\u5EFA\u5355\u636E",Jn="\u4EEA\u8868\u76D8",Xn="\u5206\u5272\u7EBF",Qn="\u5BFC\u51FA",Zn="\u8868\u5355\u64CD\u4F5C",On="\u5BFC\u5165",Yn="\u53D1\u7968\u8BC6\u522B",u0="\u94FE\u63A5",e0="\u5217\u8868\u9009\u62E9",a0="\u5217\u8868\u89C6\u56FE",t0="\u64CD\u4F5C\u6309\u94AE",r0="\u5206\u9875",n0="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",l0="\u8BF4\u660E\u6587\u5B57",o0="\u6587\u5B57\u8BC6\u522B",i0="\u6807\u9898\u7EC4\u4EF6",s0="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",E0="\u6570\u7EC4",c0="\u81EA\u52A8\u7F16\u53F7",B0="\u81EA\u5B9A\u4E49",F0="\u6570\u503C",v0="\u90E8\u95E8",C0="\u4EBA\u5458",p0="\u9644\u4EF6",A0="\u56FE\u7247",d0="\u5730\u5740",m0="\u64CD\u4F5C",D0="\u5E8F\u53F7",h0="\u4EBA\u5458",b0="\u957F\u6587\u672C",g0="\u65E5\u671F\u533A\u95F4",S0="\u65E5\u671F",$0="\u77ED\u6587\u672C",f0="\u6362\u884C\u5BB9\u5668Wrap",y0="\u8868\u683C",I0="\u660E\u7EC6\u5B50\u8868",M0="\u5730\u5740",w0="\u91D1\u989D",L0="\u8BA1\u7B97\u516C\u5F0F",R0="\u591A\u9009",U0="\u7535\u5B50\u7B7E\u7AE0",V0="\u5355\u884C\u6587\u672C",k0="\u6570\u5B57",N0="\u4E1A\u52A1\u7EC4\u7EC7",x0="\u5355\u9009",_0="\u5BCC\u6587\u672C",z0="\u8BC4\u5206",G0="\u6570\u5B57\u533A\u95F4",W0="\u4E0B\u62C9\u5355\u9009",H0="\u4E0B\u62C9\u591A\u9009",T0="\u5173\u8054\u5355\u9009",j0="\u591A\u884C\u6587\u672C",q0="\u6811",K0="Vue\u5BB9\u5668",P0="Vue\u9875\u9762",J0="\u5728\u7EBF\u6587\u6863",X0="\u6309\u94AE\u64CD\u4F5C\u680F",Q0="\u9AD8\u7EA7\u5BB9\u5668",Z0="\u5206\u7EC4",O0="\u6805\u683C\u5217",Y0="\u6570\u636E\u5BB9\u5668",u5="\u753B\u5E03",e5="\u6362\u884C\u5BB9\u5668",a5="\u6805\u683C\u7B49\u5206\u884C",t5="\u5217\u8868\u5BB9\u5668",r5="\u81EA\u7531\u9875\u9762",n5="\u5B9A\u4F4D\u5B50\u5BB9\u5668",l5="\u5B9A\u4F4D\u5BB9\u5668",o5="\u6805\u683C\u5E03\u5C40",i5="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",s5="\u660E\u7EC6\u5B50\u8868\u884C",E5="\u6807\u7B7E\u9875",c5="\u6807\u7B7E\u5355\u5143",B5="\u5DE5\u5177\u680F",F5="\u6279\u91CF\u63D0\u4EA4",v5="\u5BFC\u51FA\u8BB0\u5F55",C5="\u5217\u8868\u89C6\u56FE",p5="\u5F15\u7528\u5217\u8868",A5="\u9009\u9879\u4E00",d5="\u9009\u9879\u4E8C",m5="\u9009\u9879\u4E09",D5={isNotNumber:$r,isNotString:fr,isNotObject:yr,isNotArray:Ir,isNotBoolean:Mr,runtimeRequired:wr,pleaseEnterCaption:Lr,pleaseEnterCaptionTip:Rr,pleaseEnterRowCaption:Ur,pleaseEnterPlaceholder:Vr,pleaseEnterFieldCode:kr,pleaseEnterForm:Nr,pleaseEnterList:xr,pleaseEnterProcess:_r,pleaseEnterLabel:zr,pleaseEnterValue:Gr,bizKeyNotBindFiled:Wr,pleaseSelectOneField:Hr,pleaseEnterNumberRange:Tr,pleaseEnterAValueGreaterThanMin:jr,pleaseEnterAValueLessThanMax:qr,numberRangeSetError:Kr,stringRangeError:Pr,attachmentMaxSize:Jr,pleaseEnterTotalScoreSetting:Xr,theTotalScoreMustNotBeLessThan1:Qr,scoreDefaultValueRange:Zr,attachmentLimitError:Or,PleaseReselectTheOptionalQuantity:Yr,TheMaximumLengthIsGreaterThanTheMinimumLength:un,TheMinimumLengthIsGreaterThanTheMaximumLength:en,PleaseSelectTheCorrectOptionSettings:an,optionIdIsRepeat:tn,optionIsRequired:rn,pleaseEnterDataCode:nn,pleaseEnterValueFieldCode:ln,pleaseEnterSvcCode:on,pleaseBindAtLeastOneDisplayValue:sn,pleaseSelectProvince:En,pleaseSelectCity:cn,pleaseSelectDistrict:Bn,limitRowsCannotBeLessThan0:Fn,TheNumberOfRowsCannotBeLessThanMinRows:vn,pleaseEnterColumnWidth:Cn,pleaseSetTheLogicalRelationshipOfAllRuleConditions:pn,pleaseCompleteAllRulesAndConditions:An,pleaseSelectControl:dn,pleaseSelectDashboard:mn,theViewNameCannotBeEmpty:Dn,pleaseSelectOcrType:hn,pleaseSelectAtLeastOneFieldToFillIn:bn,pleaseChooseAtLeastOne:gn,pleaseEnterButtonContent:Sn,pleaseEnterDataCodeInDataSetting:$n,pleaseEnterValueFieldCodeInDataSetting:fn,pleaseEnterSvcCodeInDataSetting:yn,pleaseBindAtLeastOneDisplayValueInDataSetting:In,rootNodeIsRequiredInDataSetting:Mn,pleaseEnterMaxHeight:wn,pleaseEnter:Ln,pleaseEnterWatermark:Rn,pleaseEnterFileName:Un,pleaseUploadAtLeastOnePrintTemplate:Vn,pleaseAssignBusiness:kn,pleaseAssignExternal:Nn,pleaseEnterAliasCode:xn,pleaseSelectDataCode:_n,pleaseSelectSvcCode:zn,pleaseSelectJoinFieldCode:Gn,pleaseSelectMainFieldCode:Wn,pleaseSelectSortFieldCode:Hn,batchDeleteButton:Tn,batchPrintListButton:jn,batchPrintRecordList:qn,button:Kn,createFormListButton:Pn,dashboard:Jn,divider:Xn,exportListButton:Qn,formSelectButton:Zn,importRecordListButton:On,invoiceCheckButton:Yn,link:u0,listSelectButton:e0,ListViewSelect:a0,operationButton:t0,pagination:r0,submissionRecordListButton:n0,text:l0,textOcrButton:o0,title:i0,approvalStatusColumn:s0,array:E0,autoNumber:c0,custom:B0,decimal:F0,department:v0,employee:C0,file:p0,image:A0,location:d0,operation:m0,order:D0,people:h0,long:b0,timescope:g0,timestamp:S0,varchar:$0,gridLayoutWrap:f0,gridTable:y0,subTable:I0,address:M0,amount:w0,calc:L0,checkBox:R0,electronicSignature:U0,input:V0,number:k0,organizationSelection:N0,radio:x0,richText:_0,score:z0,searchNumberRange:G0,select:W0,selectMultiple:H0,selectRelation:T0,textarea:j0,tree:q0,vueFormItem:K0,vuePage:P0,WPS:J0,actionBar:X0,advancedContainer:Q0,cardGroup:Z0,col:O0,dataView:Y0,grid:u5,gridLayoutContainer:e5,gridRow:a5,listView:t5,page:r5,position:n5,positioningContainer:l5,row:o5,subtableColumn:i5,subtableRow:s5,tab:E5,tabPane:c5,toolbox:B5,batchSubmissionListButton:F5,exportRecordListButton:v5,listViewSelect:C5,referenceList:p5,optionOne:A5,optionTwo:d5,optionThird:m5},h5="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",b5="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",g5="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",S5="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",$5="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",f5="{caption}\u5FC5\u9808",y5="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",I5="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",M5="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",w5="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",L5="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",R5="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",U5="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",V5="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",k5="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",N5="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",x5="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",_5="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",z5="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",G5="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",W5="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",H5="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",T5="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",j5="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",q5="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",K5="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",P5="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",J5="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u6570\u304C\u5236\u9650\u3092\u8D85\u3048\u3066\u3044\u307E\u3059",X5="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Q5="\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",Z5="\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",O5="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Y5="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",ul="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",el="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",al="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",tl="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",rl="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",nl="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ll="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ol="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",il="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",sl="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",El="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",cl="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Bl="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",Fl="please select control",vl="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Cl="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",pl="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Al="\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",dl="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ml="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Dl="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",hl="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",bl="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",gl="\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",Sl="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",$l="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",fl="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",yl="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Il="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ml="\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",wl="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ll="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Rl="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ul="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",Vl="\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",kl="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",Nl="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",xl="\u30BD\u30FC\u30C8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",_l="\u6279\u91CF\u5220\u9664",zl="\u6279\u91CF\u6253\u5370",Gl="\u6279\u91CF\u6253\u5370\u8BB0\u5F55",Wl="\u6309\u94AE",Hl="\u521B\u5EFA\u5355\u636E",Tl="\u4EEA\u8868\u76D8",jl="\u5206\u5272\u7EBF",ql="\u5BFC\u51FA",Kl="\u8868\u5355\u64CD\u4F5C",Pl="\u5BFC\u5165",Jl="\u53D1\u7968\u8BC6\u522B",Xl="\u94FE\u63A5",Ql="\u5217\u8868\u9009\u62E9",Zl="\u5217\u8868\u89C6\u56FE",Ol="\u64CD\u4F5C\u6309\u94AE",Yl="\u5206\u9875",uo="\u6279\u91CF\u63D0\u4EA4\u8BB0\u5F55",eo="\u8BF4\u660E\u6587\u5B57",ao="\u6587\u5B57\u8BC6\u522B",to="\u6807\u9898\u7EC4\u4EF6",ro="\u5F53\u524D\u5BA1\u6279\u72B6\u6001",no="\u6570\u7EC4",lo="\u81EA\u52A8\u7F16\u53F7",oo="\u81EA\u5B9A\u4E49",io="\u6570\u503C",so="\u90E8\u95E8",Eo="\u4EBA\u5458",co="\u9644\u4EF6",Bo="\u56FE\u7247",Fo="\u5730\u5740",vo="\u64CD\u4F5C",Co="\u5E8F\u53F7",po="\u4EBA\u5458",Ao="\u957F\u6587\u672C",mo="\u65E5\u671F\u533A\u95F4",Do="\u65E5\u671F",ho="\u77ED\u6587\u672C",bo="\u6362\u884C\u5BB9\u5668Wrap",go="\u8868\u683C",So="\u660E\u7EC6\u5B50\u8868",$o="\u5730\u5740",fo="\u91D1\u989D",yo="\u8BA1\u7B97\u516C\u5F0F",Io="\u591A\u9009",Mo="\u7535\u5B50\u7B7E\u7AE0",wo="\u5355\u884C\u6587\u672C",Lo="\u6570\u5B57",Ro="\u4E1A\u52A1\u7EC4\u7EC7",Uo="\u5355\u9009",Vo="\u5BCC\u6587\u672C",ko="\u8BC4\u5206",No="\u6570\u5B57\u533A\u95F4",xo="\u4E0B\u62C9\u5355\u9009",_o="\u4E0B\u62C9\u591A\u9009",zo="\u5173\u8054\u5355\u9009",Go="\u591A\u884C\u6587\u672C",Wo="\u6811",Ho="Vue\u5BB9\u5668",To="Vue\u9875\u9762",jo="\u5728\u7EBF\u6587\u6863",qo="\u6309\u94AE\u64CD\u4F5C\u680F",Ko="\u9AD8\u7EA7\u5BB9\u5668",Po="\u5206\u7EC4",Jo="\u6805\u683C\u5217",Xo="\u6570\u636E\u5BB9\u5668",Qo="\u753B\u5E03",Zo="\u6362\u884C\u5BB9\u5668",Oo="\u6805\u683C\u7B49\u5206\u884C",Yo="\u5217\u8868\u5BB9\u5668",ui="\u81EA\u7531\u9875\u9762",ei="\u5B9A\u4F4D\u5B50\u5BB9\u5668",ai="\u5B9A\u4F4D\u5BB9\u5668",ti="\u6805\u683C\u5E03\u5C40",ri="\u660E\u7EC6\u5B50\u8868\u5355\u5143\u683C",ni="\u660E\u7EC6\u5B50\u8868\u884C",li="\u6807\u7B7E\u9875",oi="\u6807\u7B7E\u5355\u5143",ii="\u5DE5\u5177\u680F",si="\u6279\u91CF\u63D0\u4EA4",Ei="\u5BFC\u51FA\u8BB0\u5F55",ci="\u5217\u8868\u89C6\u56FE",Bi="\u5F15\u7528\u5217\u8868",Fi="\u9009\u9879\u4E00",vi="\u9009\u9879\u4E8C",Ci="\u9009\u9879\u4E09",pi={isNotNumber:h5,isNotString:b5,isNotObject:g5,isNotArray:S5,isNotBoolean:$5,runtimeRequired:f5,pleaseEnterCaption:y5,pleaseEnterCaptionTip:I5,pleaseEnterRowCaption:M5,pleaseEnterPlaceholder:w5,pleaseEnterFieldCode:L5,pleaseEnterForm:R5,pleaseEnterList:U5,pleaseEnterProcess:V5,pleaseEnterLabel:k5,pleaseEnterValue:N5,bizKeyNotBindFiled:x5,pleaseSelectOneField:_5,pleaseEnterNumberRange:z5,pleaseEnterAValueGreaterThanMin:G5,pleaseEnterAValueLessThanMax:W5,numberRangeSetError:H5,stringRangeError:T5,attachmentMaxSize:j5,pleaseEnterTotalScoreSetting:q5,theTotalScoreMustNotBeLessThan1:K5,scoreDefaultValueRange:P5,attachmentLimitError:J5,PleaseReselectTheOptionalQuantity:X5,TheMaximumLengthIsGreaterThanTheMinimumLength:Q5,TheMinimumLengthIsGreaterThanTheMaximumLength:Z5,PleaseSelectTheCorrectOptionSettings:O5,optionIdIsRepeat:Y5,optionIsRequired:ul,pleaseEnterDataCode:el,pleaseEnterValueFieldCode:al,pleaseEnterSvcCode:tl,pleaseBindAtLeastOneDisplayValue:rl,pleaseSelectProvince:nl,pleaseSelectCity:ll,pleaseSelectDistrict:ol,limitRowsCannotBeLessThan0:il,TheNumberOfRowsCannotBeLessThanMinRows:sl,pleaseEnterColumnWidth:El,pleaseSetTheLogicalRelationshipOfAllRuleConditions:cl,pleaseCompleteAllRulesAndConditions:Bl,pleaseSelectControl:Fl,pleaseSelectDashboard:vl,theViewNameCannotBeEmpty:Cl,pleaseSelectOcrType:pl,pleaseSelectAtLeastOneFieldToFillIn:Al,pleaseChooseAtLeastOne:dl,pleaseEnterButtonContent:ml,pleaseEnterDataCodeInDataSetting:Dl,pleaseEnterValueFieldCodeInDataSetting:hl,pleaseEnterSvcCodeInDataSetting:bl,pleaseBindAtLeastOneDisplayValueInDataSetting:gl,rootNodeIsRequiredInDataSetting:Sl,pleaseEnterMaxHeight:$l,pleaseEnter:fl,pleaseEnterWatermark:yl,pleaseEnterFileName:Il,pleaseUploadAtLeastOnePrintTemplate:Ml,pleaseAssignBusiness:wl,pleaseAssignExternal:Ll,pleaseEnterAliasCode:Rl,pleaseSelectDataCode:Ul,pleaseSelectSvcCode:Vl,pleaseSelectJoinFieldCode:kl,pleaseSelectMainFieldCode:Nl,pleaseSelectSortFieldCode:xl,batchDeleteButton:_l,batchPrintListButton:zl,batchPrintRecordList:Gl,button:Wl,createFormListButton:Hl,dashboard:Tl,divider:jl,exportListButton:ql,formSelectButton:Kl,importRecordListButton:Pl,invoiceCheckButton:Jl,link:Xl,listSelectButton:Ql,ListViewSelect:Zl,operationButton:Ol,pagination:Yl,submissionRecordListButton:uo,text:eo,textOcrButton:ao,title:to,approvalStatusColumn:ro,array:no,autoNumber:lo,custom:oo,decimal:io,department:so,employee:Eo,file:co,image:Bo,location:Fo,operation:vo,order:Co,people:po,long:Ao,timescope:mo,timestamp:Do,varchar:ho,gridLayoutWrap:bo,gridTable:go,subTable:So,address:$o,amount:fo,calc:yo,checkBox:Io,electronicSignature:Mo,input:wo,number:Lo,organizationSelection:Ro,radio:Uo,richText:Vo,score:ko,searchNumberRange:No,select:xo,selectMultiple:_o,selectRelation:zo,textarea:Go,tree:Wo,vueFormItem:Ho,vuePage:To,WPS:jo,actionBar:qo,advancedContainer:Ko,cardGroup:Po,col:Jo,dataView:Xo,grid:Qo,gridLayoutContainer:Zo,gridRow:Oo,listView:Yo,page:ui,position:ei,positioningContainer:ai,row:ti,subtableColumn:ri,subtableRow:ni,tab:li,tabPane:oi,toolbox:ii,batchSubmissionListButton:si,exportRecordListButton:Ei,listViewSelect:ci,referenceList:Bi,optionOne:Fi,optionTwo:vi,optionThird:Ci},I={zhCN:Sr,enUS:D5,jaJP:pi},W=(u=>(u.Number="Number",u.Operator="Operator",u.VariableInMainTable="VariableInMainTable",u.VariableInCurrentSubTable="VariableInCurrentSubTable",u.VariableInOtherSubTable="VariableInOtherSubTable",u.UndefinedVariable="UndefinedVariable",u))(W||{}),H=(u=>(u.SUM="SUM",u.AVG="AVG",u.MAX="MAX",u.MIN="MIN",u))(H||{});class Ai{constructor(e){var a,r,l,c,i,E;this.name=(a=e==null?void 0:e.name)!=null?a:"",this.id=(r=e==null?void 0:e.id)!=null?r:"",this.type=(l=e==null?void 0:e.type)!=null?l:"Number",this.subTableId=(c=e==null?void 0:e.subTableId)!=null?c:void 0,this.subTableName=(i=e==null?void 0:e.subTableId)!=null?i:void 0,this.aggregateType=(E=e==null?void 0:e.aggregateType)!=null?E:void 0}}const M=(nu=window.localStorage.getItem("locale"))!=null?nu:"zh-CN",di=()=>{};var T=(u=>(u.BASE="base",u.FORM="form",u.LAYOUT="layout",u.WRAP="wrap",u.COLUMN="column",u.LIST="list",u.SEARCH="search",u))(T||{}),j=(u=>(u[u.FORM=0]="FORM",u[u.LIST=1]="LIST",u[u.REPORT=2]="REPORT",u[u.DASHBOARD=3]="DASHBOARD",u[u.VUE=4]="VUE",u[u.FREE_PAGE=5]="FREE_PAGE",u))(j||{}),w=(u=>(u.TITLE="title",u.LINK="link",u.IFRAME="iframe",u.BUTTON="button",u.DIVIDER="divider",u.TEXT="text",u.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",u.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",u.BATCH_DELETE_LIST_BUTTON="list-page-btn-batch-delete",u.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",u.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",u.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",u.EXPORT_LIST_BUTTON="list-page-btn-export-list",u.LIST_SELECT_BUTTON="list-select-button",u.ORGANIZATION_SELECTION="organization-selection",u.FORM_SELECT_BUTTON="form-select-button",u.LIST_VIEW_SELECT="list-view-select",u.TEXT_OCR_BUTTON="text-ocr-button",u.INVOICE_CHECK_BUTTON="invoice-check-button",u.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",u.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",u.COMMENT="comment",u.VARCHAR_COLUMN="varchar-column",u.TEXT_COLUMN="text-column",u.DECIMAL_COLUMN="decimal-column",u.TIMESCOPE_COLUMN="timescope-column",u.TIMESTAMP_COLUMN="timestamp-column",u.ARRAY_COLUMN="array-column",u.DEPARTMENT_COLUMN="department-column",u.AUTO_NUMBER_COLUMN="auto-number-column",u.FILE_COLUMN="file-column",u.IMAGE_COLUMN="image-column",u.PEOPLE_COLUMN="people-column",u.LOCATION_COLUMN="location-column",u.CUSTOM_COLUMN="custom-column",u.ORDER_COLUMN="order-column",u.OPERATION_COLUMN="operation-column",u.OPERATION_BUTTON="operation-button",u.EMPLOYEE_COLUMN="employee-column",u.Approval_Status_Column="approval-status-column",u.GROUP_COLUMN="group-column",u.ADDRESS="address",u.AMOUNT="amount",u.ATTACHMENT="attachment",u.AUTO_NUMBER="auto-number",u.CALC="calc",u.CHECKBOX="checkbox",u.CASCADER="cascader",u.COUNTER="counter",u.SLIDER="slider",u.SWITCH="switch",u.TAG="tag",u.BARCODE="barcode",u.QR_CODE="qr-code",u.DATE_PICKER="date-picker",u.DATE_RANGE="date-range",u.TIME_PICKER="time-picker",u.TIME_RANGE="time-range",u.DEPARTMENT="department",u.EMPLOYEE="employee",u.IMAGE="image",u.INPUT="input",u.NUMBER="number",u.RADIO="radio",u.RICH_TEXT="rich-text",u.SCORE="score",u.SEARCH_DATE_RANGE="search-date-range",u.SEARCH_NUMBER_RANGE="search-number-range",u.SEARCH_INPUT="search-input",u.SELECT="select",u.SELECT_MULTIPLE="select-multiple",u.SELECT_RELATION="select-relation",u.VUE_FORM_ITEM="vue-form-item",u.TEXTAREA="textarea",u.EMAIL="email",u.FOOTER="footer",u.HEADER="header",u.ID_CARD="id-card",u.MOBILE="mobile",u.PHONE="phone",u.RADIO_IMAGE="radio-image",u.ELECTRONIC_SIGNATURE="electronic-signature",u.WPS="wps",u.CARD_GROUP="card-group",u.BLANK_CONTAINER="blank-container",u.COL="col",u.GRID="grid",u.GRID_ROW="grid-row",u.GRID_TABLE_COLUMN="grid-table-column",u.GRID_LAYOUT_CONTAINER="grid-layout-container",u.ROW="row",u.TWO_COLUMNS="two-columns",u.SUBTABLE_COLUMN="subtable-column",u.SUBTABLE_ROW="subtable-row",u.TAB="tab",u.TAB_PANE="tab-pane",u.TOOLBOX="toolbox",u.DATA_VIEW="data-view",u.LIST_VIEW="list-view",u.ACTION_BAR="action-bar",u.TABLE_LAYOUT="table-layout",u.TABLE_LAYOUT_ROW="table-layout-row",u.TABLE_LAYOUT_COL="table-layout-col",u.TABLE_LAYOUT_WRAPPER="table-layout-wrapper",u.COLLAPSE="collapse",u.COLLAPSE_PANE="collapse-pane",u.SUBTABLE="subtable",u.GRID_TABLE="grid-table",u.SIMPLE_SEARCH="simple-search",u.PAGINATION="pagination",u.CHECKBOX_IMAGE="checkbox-image",u.DASHBOARD="dashboard",u.BAR_CHART="bar-chart",u.LINE_CHART="line-chart",u.PIE_CHART="pie-chart",u.TREE="tree",u.EMPLOYEE2="employee2",u.DEPARTMENT2="department2",u.GRID_LAYOUT_WRAP="grid-layout-wrap",u.VUE_PAGE="vue-page",u.REFERENCE_LIST="reference-list",u.STEP="step",u.STEP_PANE="step-pane",u))(w||{}),q=(u=>(u.SAVE="save",u.DRAFT="draft",u.UNSUBMIT="unsubmit",u.AUDIT="audit",u.UNAUDIT="unaudit",u.CANCEL="cancel",u.FORM_SUBMIT="form_submit",u))(q||{}),K=(u=>(u.VARCHAR="varchar",u.TEXT="text",u.ARRAY="array",u.ADDRESS="location",u.DECIMAL="decimal",u.DECIMAL_RANGE="decimal_range",u.TIMESTAMP="timestamp",u.EMPLOYEES="people",u.DEPARTMENTS="department",u.MONEY="money",u.TIMESCOPE="timescope",u.FILE="file",u.IMAGE="image",u.AUTO_NUMBER="auto_number",u.CALC="calc",u.LIST="list",u.JSON="json",u.ANY="ANY",u))(K||{}),P=(u=>(u.YEAR="year",u.MONTH="month",u.DATE="date",u.DATEHOUR="datehour",u.DATEMIN="datemin",u.DATETIME="datetime",u.CUSTOM="custom",u))(P||{}),J=(u=>(u.HOURSEC="hoursec",u.HOURMIN="hourmin",u.CUSTOM="custom",u))(J||{});const mi={DEFAULT:"default"},X="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Di=X+"0123456789";function hi(u=15){let e="";for(let a=0;a<u;a++){const r=a===0?X:Di,l=Math.random()*r.length;e+=r[parseInt(String(l),10)]}return e}const L=console;function Q(...u){const e=u.slice(1);L.warn("\u{1F9D0} Driven Warning:"+u[0],...e)}function R(...u){const e=u.slice(1);L.log("\u{1F680} Driven Log:"+u[0],...e)}function bi(u){return u+" \u{1F41B}\u{1F41B}\u{1F41B}"}class U extends Error{constructor(e){super(e),this.name="\u{1F4A5} Driven Error",this.message=e?bi(e):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}"}}class gi extends U{constructor(e){super(e),this.name="\u{1F6A8} Driven Reference Error"}}function Si(u){throw new U(u)}function $i(u){throw new gi(u)}function Z(u){L.error(new U(u))}function g(u,e){Array.isArray(u)&&u.map(a=>{switch(a.controlType){case"layout":g(a==null?void 0:a.children,e);break;case"wrap":g(a==null?void 0:a.children,e);break;case"search":g(a==null?void 0:a.children,e);break;case"form":e(a)}})}const s=(u,e,a)=>{if(!u)return console.error("getLocaleText\u7684key\u4E0D\u80FD\u4E3A\u7A7A"),"";const r=u.split(".");let l;const c=(window.baitedaWorkers||{}).languageMessages||{};r.forEach((E,p)=>{p===0?l=c[E]:l&&(l=l[E])});let i="";return l&&(i=l),e&&Object.keys(e).forEach(E=>{const p=e[E];i=i.replace(new RegExp(`\\{\\s*${E}\\s*\\}`,"g"),p)}),i||(a?i=a:i=u),i},O=class{static getMessage(u,e={}){var a;return s("CMD."+u,e,(a=I==null?void 0:I[M.split("-").join("")])==null?void 0:a[u])}static resetI18n(u=M){}static setLocale(u,e){}};let Y=O;Y.$i18n=O.resetI18n();function fi(u,e,a){const r=e.replace(/\[(\d)]/g,(c,i)=>"."+i).split(".");let l=!1;return r.reduce((c,i,E,p)=>{const D=c;if(!!c){if(!Object.prototype.hasOwnProperty.call(c,i)){Q(`Can not set ${e}'s ${i} property in current %o, Because there is no ${i} property on the %o`,c,c);return}return E===p.length-1&&!Object.is(D[i],a)&&(D[i]=a,l=!0),D[i]}},u),l}var yi=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},V={exports:{}};(function(u){(function(e){var a=function(n,o,B){if(!D(o)||Ji(o)||Xi(o)||Qi(o)||p(o))return o;var v,h=0,ou=0;if(Pi(o))for(v=[],ou=o.length;h<ou;h++)v.push(a(n,o[h],B));else{v={};for(var G in o)Object.prototype.hasOwnProperty.call(o,G)&&(v[n(G,B)]=a(n,o[G],B))}return v},r=function(n,o){o=o||{};var B=o.separator||"_",v=o.split||/(?=[A-Z])/;return n.split(v).join(B)},l=function(n){return Zi(n)?n:(n=n.replace(/[\-_\s]+(.)?/g,function(o,B){return B?B.toUpperCase():""}),n.substr(0,1).toLowerCase()+n.substr(1))},c=function(n){var o=l(n);return o.substr(0,1).toUpperCase()+o.substr(1)},i=function(n,o){return r(n,o).toLowerCase()},E=Object.prototype.toString,p=function(n){return typeof n=="function"},D=function(n){return n===Object(n)},Pi=function(n){return E.call(n)=="[object Array]"},Ji=function(n){return E.call(n)=="[object Date]"},Xi=function(n){return E.call(n)=="[object RegExp]"},Qi=function(n){return E.call(n)=="[object Boolean]"},Zi=function(n){return n=n-0,n===n},z=function(n,o){var B=o&&"process"in o?o.process:o;return typeof B!="function"?n:function(v,h){return B(v,n,h)}},lu={camelize:l,decamelize:i,pascalize:c,depascalize:i,camelizeKeys:function(n,o){return a(z(l,o),n)},decamelizeKeys:function(n,o){return a(z(i,o),n,o)},pascalizeKeys:function(n,o){return a(z(c,o),n)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};u.exports?u.exports=lu:e.humps=lu})(yi)})(V);var uu={};Object.defineProperty(uu,"__esModule",{value:!0});function k(u){if(typeof u!="object"||u===null)return u;if(Array.isArray(u))return u.map(e=>typeof e!="object"||e===null?e:k(e));{const e={};for(const a in u){const r=u[a];e[a]=typeof r!="object"||r===null?r:k(r)}return e}}var Ii=uu.default=k;function Mi(u){if(u!==void 0)return typeof u=="object"?Ii(u):u}function wi(u){return eu(u)&&"zh"in u}function eu(u){return Object.prototype.toString.call(u)==="[object Object]"}function Li(u){return u!=null&&typeof u=="object"&&Array.isArray(u)===!1}function S(u){return Array.isArray(u)}function au(u){return typeof u=="string"}function N(u){return typeof u=="number"}function Ri(u){return typeof u=="function"}function Ui(u){return S(u)&&u.every(e=>au(e))}function Vi(u){return S(u)&&u.every(e=>N(e))}function tu(u){return u===null||typeof u!="object"?u:(Object.keys(u).forEach(e=>{const a=u[e];a&&typeof a=="object"&&!Object.isFrozen(a)&&tu(a)}),Object.freeze(u))}function ki(u){return S(u)&&u.every(e=>N(e)||e==="")}function Ni(u){return/^\[.*?]$/.test(u)}function xi(u){return/^{.*?}$/.test(u)}function _i(u){return isNaN(parseFloat(u))?"":Number(u)}function zi(u){return u.reduce((e,a)=>(e.includes(a)||e.push(a),e),[])}function Gi(u,e=500){let a;return function(...r){a||(a=setTimeout(()=>{u.apply(this,r),clearTimeout(a),a=null},e))}}function Wi(u=0){return new Promise(e=>{setTimeout(e,u)})}function x(u,e){let a=[];return Array.isArray(u)&&(a=u.map(r=>{let l=r;return Array.isArray(r==null?void 0:r.children)&&(l.children=x(r.children,e)),Array.isArray(r==null?void 0:r.footers)&&(l.footers=x(r.footers,e)),e(l)})),a}function Hi(u){return V.exports.camelizeKeys(u)}function Ti(u){return V.exports.decamelizeKeys(u)}function ji(u){return Object.values(w).includes(u)}class qi{constructor(){this._events=new Map,this.debug=!1}emit(e,...a){return iu(this,null,function*(){const r=this._events.get(e),l=[];if(r){const c=r.slice();for(const i of c)if(!!r.includes(i))try{this.debug&&R(`\u6B63\u5728\u6267\u884C ${e} \u4E8B\u4EF6: ${i.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+i.applyingPluginName:""}, \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A${a.map(()=>"%o").join(",")}\u3002`,...a);const E=yield i.apply(null,[...a]);if(this.debug&&R(`\u6B63\u5728\u6267\u884C ${e} \u4E8B\u4EF6: ${i.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+i.applyingPluginName:""}, \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A${a.map(()=>"%o").join(",")}; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o`,...a,E),l.push(E),E===!1)break}catch(E){Z(String(E)+":"+String(E.stack))}}return l})}on(e,a){var r;this._events.has(e)?(r=this._events.get(e))==null||r.push(a):this._events.set(e,[a])}off(e,a){if(this._events.has(e)){const r=this._events.get(e),l=r==null?void 0:r.indexOf(a);r==null||r.splice(l,1)}}delete(e){this._events.has(e)&&this._events.delete(e)}clear(){this._events=new Map}}const Ki=[{key:"on_click",name:s("CMD.click",null,"\u70B9\u51FB\u65F6"),code:"click"},{key:"on_click_finish",name:s("CMD.finished",null,"\u6267\u884C\u5B8C\u6210\u65F6"),code:"click-finish"},{key:"on_change",name:s("CMD.valueChange",null,"\u503C\u53D1\u751F\u53D8\u5316\u65F6"),code:"change"},{key:"on_search",name:s("CMD.search",null,"\u641C\u7D22\u65F6"),code:"search"},{key:"on_file_actions",name:s("CMD.onClickFileBtn",null,"\u70B9\u51FB\u6587\u4EF6\u6309\u94AE\u65F6"),code:"file-actions"},{key:"on_tree_search",name:s("CMD.treeDataCreate",null,"\u6811\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"tree-search"},{key:"on_list_change",name:s("CMD.listDataChange",null,"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"list-change"},{key:"on_chart_change",name:s("CMD.chartDataChange",null,"\u56FE\u8868\u6570\u636E\u53D8\u5316\u65F6"),code:"chart-change"},{key:"on_list_search",name:s("CMD.listDataCreate",null,"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6"),code:"list-search"},{key:"on_list_mounted",name:s("CMD.listDataBack",null,"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6"),code:"list-mounted"},{key:"on_list_delete",name:s("CMD.listDataDelete",null,"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6"),code:"list-delete"},{key:"on_list_before_insert",name:s("CMD.listDataAdd",null,"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D"),code:"list-before-insert"},{key:"on_input",name:s("CMD.onInput",null,"\u7528\u6237\u8F93\u5165\u65F6"),code:"input"},{key:"on_blur",name:s("CMD.onBlur",null,"\u5931\u53BB\u7126\u70B9\u65F6"),code:"blur"},{key:"on_focus",name:s("CMD.onFocus",null,"\u83B7\u53D6\u7126\u70B9\u65F6"),code:"focus"},{key:"on_wps_open",name:s("CMD.onOpenFile",null,"\u6253\u5F00\u6587\u4EF6\u65F6"),code:"wps-open"},{key:"on_wps_save",name:s("CMD.onSaveFile",null,"\u4FDD\u5B58\u6587\u4EF6\u65F6"),code:"wps-save"},{key:"on_wps_rename",name:s("CMD.rename",null,"\u91CD\u547D\u540D\u65F6"),code:"wps-rename"},{key:"on_list_actions",name:s("CMD.onClickBtn",null,"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6"),code:"list-actions"},{key:"on_list_render_operation",name:s("CMD.cellRender",null,"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6"),code:"list-render-operation"},{key:"on_list_rowclick",name:s("CMD.rowClick",null,"\u884C\u70B9\u51FB\u65F6"),code:"list-rowclick"},{key:"on_list_before_rowdelete",name:s("CMD.rowDelete",null,"\u884C\u5220\u9664\u524D"),code:"list-before-rowdelete"},{key:"on_list_before_import",name:s("CMD.listDataImport",null,"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D"),code:"list-before-import"},{key:"on_list_rows_checked",name:s("CMD.rowSelected",null,"\u884C\u9009\u4E2D\u65F6"),code:"list-rows-checked"},{key:"on_change_tab",name:s("CMD.tabChange",null,"\u6807\u7B7E\u9875\u5207\u6362\u65F6"),code:"change-tab"},{key:"on_modal_ok",name:s("CMD.modalConfirm",null,"\u5F39\u7A97\u786E\u8BA4\u65F6"),code:"modal-ok"},{key:"on_change_steps",name:s("CMD.stepsChange",null,"\u6B65\u9AA4\u5207\u6362\u65F6"),code:"change-steps"},{key:"on_option_selected",name:s("CMD.optionSelected",null,"DOM\u70B9\u51FBoption\u4E8B\u4EF6"),code:"option_selected"}],_=class{static getEventsFromKeys(u){const e=typeof u=="string"?[u]:u;return _.events.filter(a=>e.includes(a.key))}static getEventsFromControl(u){let e=[];const a=u.eventKeys;e=e.concat(_.events.filter(l=>a.includes(l.key)));const r=u.customEvents.map(l=>{let c=l.key;return l.namespace!==void 0&&l.namespace!==null&&l.namespace!==""&&(c=l.namespace+":"+l.key),{key:c,code:l.key,name:l.name}});return e=e.concat(r),e}};let ru=_;ru.events=Ki,t.CALC_AGGREGATE_TYPE=H,t.CALC_TOKEN_TYPE=W,t.CONTROL_BASE_TYPE=T,t.CONTROL_TYPE=w,t.CalcScriptEchoItem=Ai,t.DEFAULT_LOCALE=M,t.DESIGNER_SLOT=mi,t.DateType=P,t.DepartmentEntity=C,t.EventLogic=ru,t.FORM_TYPE=j,t.FieldTypes=K,t.JSONCopy=Mi,t.OPT_TYPES=q,t.RulesMessage=Y,t.TimeType=J,t.UserEntity=A,t.Watcher=qi,t.camelizeKeys=Hi,t.debounce=Gi,t.decamelizeKeys=Ti,t.deepFreeze=tu,t.error=Si,t.genNonDuplicateId=hi,t.getNotRepeatItems=zi,t.isArray=S,t.isBuiltInControls=ji,t.isFunction=Ri,t.isJSONArray=Ni,t.isJSONObject=xi,t.isLanguageObject=wi,t.isNumber=N,t.isNumberAndEmptyStringArray=ki,t.isNumberArray=Vi,t.isObject=Li,t.isPlainObject=eu,t.isString=au,t.isStringArray=Ui,t.log=R,t.logerror=Z,t.loop=x,t.loopFormSchema=g,t.noop=di,t.referenceError=$i,t.toNumberOrEmpty=_i,t.updateValueFromKeys=fi,t.wait=Wi,t.warn=Q,Object.defineProperty(t,"__esModule",{value:!0})});
|
package/dist/types/enum.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-shared",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0-beta.0",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"humps": "^2.0.1",
|
|
32
32
|
"vue-i18n": "^9.13.1"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "5d2e57455ab817172b8697a71d003915eeee906b"
|
|
35
35
|
}
|