@byteluck-fe/model-driven-shared 2.7.0-alpha.13 → 2.7.0-alpha.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/EventLogic.js +72 -85
- package/dist/esm/RulesMessage.js +5 -18
- package/dist/esm/calc.js +12 -43
- package/dist/esm/constant.js +1 -1
- package/dist/esm/entity/Department.js +5 -25
- package/dist/esm/entity/User.js +5 -79
- package/dist/esm/entity/index.js +2 -2
- package/dist/esm/enum.js +131 -131
- package/dist/esm/genNonDuplicateId.js +3 -3
- package/dist/esm/index.js +13 -13
- package/dist/esm/locales/index.js +3 -3
- package/dist/esm/log.js +17 -17
- package/dist/esm/loopControls.js +4 -4
- package/dist/esm/updateValueFromKeys.js +3 -3
- package/dist/esm/utils.js +17 -14
- package/dist/esm/watcher.js +99 -215
- package/dist/index.umd.js +1 -1
- package/dist/types/EventLogic.d.ts +1 -1
- package/dist/types/RulesMessage.d.ts +3 -3
- package/package.json +2 -2
package/dist/esm/watcher.js
CHANGED
|
@@ -54,19 +54,6 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
54
54
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
55
55
|
return Constructor;
|
|
56
56
|
}
|
|
57
|
-
function _defineProperty(obj, key, value) {
|
|
58
|
-
if (key in obj) {
|
|
59
|
-
Object.defineProperty(obj, key, {
|
|
60
|
-
value: value,
|
|
61
|
-
enumerable: true,
|
|
62
|
-
configurable: true,
|
|
63
|
-
writable: true
|
|
64
|
-
});
|
|
65
|
-
} else {
|
|
66
|
-
obj[key] = value;
|
|
67
|
-
}
|
|
68
|
-
return obj;
|
|
69
|
-
}
|
|
70
57
|
function _iterableToArray(iter) {
|
|
71
58
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
72
59
|
}
|
|
@@ -84,110 +71,16 @@ function _unsupportedIterableToArray(o, minLen) {
|
|
|
84
71
|
if (n === "Map" || n === "Set") return Array.from(n);
|
|
85
72
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
86
73
|
}
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
if (t[0] & 1) throw t[1];
|
|
92
|
-
return t[1];
|
|
93
|
-
},
|
|
94
|
-
trys: [],
|
|
95
|
-
ops: []
|
|
96
|
-
};
|
|
97
|
-
return g = {
|
|
98
|
-
next: verb(0),
|
|
99
|
-
"throw": verb(1),
|
|
100
|
-
"return": verb(2)
|
|
101
|
-
}, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
|
|
102
|
-
return this;
|
|
103
|
-
}), g;
|
|
104
|
-
function verb(n) {
|
|
105
|
-
return function(v) {
|
|
106
|
-
return step([
|
|
107
|
-
n,
|
|
108
|
-
v
|
|
109
|
-
]);
|
|
110
|
-
};
|
|
111
|
-
}
|
|
112
|
-
function step(op) {
|
|
113
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
114
|
-
while(_)try {
|
|
115
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
116
|
-
if (y = 0, t) op = [
|
|
117
|
-
op[0] & 2,
|
|
118
|
-
t.value
|
|
119
|
-
];
|
|
120
|
-
switch(op[0]){
|
|
121
|
-
case 0:
|
|
122
|
-
case 1:
|
|
123
|
-
t = op;
|
|
124
|
-
break;
|
|
125
|
-
case 4:
|
|
126
|
-
_.label++;
|
|
127
|
-
return {
|
|
128
|
-
value: op[1],
|
|
129
|
-
done: false
|
|
130
|
-
};
|
|
131
|
-
case 5:
|
|
132
|
-
_.label++;
|
|
133
|
-
y = op[1];
|
|
134
|
-
op = [
|
|
135
|
-
0
|
|
136
|
-
];
|
|
137
|
-
continue;
|
|
138
|
-
case 7:
|
|
139
|
-
op = _.ops.pop();
|
|
140
|
-
_.trys.pop();
|
|
141
|
-
continue;
|
|
142
|
-
default:
|
|
143
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
|
144
|
-
_ = 0;
|
|
145
|
-
continue;
|
|
146
|
-
}
|
|
147
|
-
if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
|
|
148
|
-
_.label = op[1];
|
|
149
|
-
break;
|
|
150
|
-
}
|
|
151
|
-
if (op[0] === 6 && _.label < t[1]) {
|
|
152
|
-
_.label = t[1];
|
|
153
|
-
t = op;
|
|
154
|
-
break;
|
|
155
|
-
}
|
|
156
|
-
if (t && _.label < t[2]) {
|
|
157
|
-
_.label = t[2];
|
|
158
|
-
_.ops.push(op);
|
|
159
|
-
break;
|
|
160
|
-
}
|
|
161
|
-
if (t[2]) _.ops.pop();
|
|
162
|
-
_.trys.pop();
|
|
163
|
-
continue;
|
|
164
|
-
}
|
|
165
|
-
op = body.call(thisArg, _);
|
|
166
|
-
} catch (e) {
|
|
167
|
-
op = [
|
|
168
|
-
6,
|
|
169
|
-
e
|
|
170
|
-
];
|
|
171
|
-
y = 0;
|
|
172
|
-
} finally{
|
|
173
|
-
f = t = 0;
|
|
174
|
-
}
|
|
175
|
-
if (op[0] & 5) throw op[1];
|
|
176
|
-
return {
|
|
177
|
-
value: op[0] ? op[1] : void 0,
|
|
178
|
-
done: true
|
|
179
|
-
};
|
|
180
|
-
}
|
|
181
|
-
};
|
|
182
|
-
import { log, logerror } from "./log";
|
|
183
|
-
// 通信总线
|
|
184
|
-
var Watcher = /*#__PURE__*/ function() {
|
|
74
|
+
import regeneratorRuntime from "regenerator-runtime";
|
|
75
|
+
import { log, logerror } from './log';
|
|
76
|
+
var Watcher = // 通信总线
|
|
77
|
+
/*#__PURE__*/ function() {
|
|
185
78
|
"use strict";
|
|
186
79
|
function Watcher() {
|
|
187
80
|
_classCallCheck(this, Watcher);
|
|
188
81
|
// 全局事件维护
|
|
189
|
-
|
|
190
|
-
|
|
82
|
+
this._events = new Map();
|
|
83
|
+
this.debug = false;
|
|
191
84
|
}
|
|
192
85
|
_createClass(Watcher, [
|
|
193
86
|
{
|
|
@@ -198,126 +91,117 @@ var Watcher = /*#__PURE__*/ function() {
|
|
|
198
91
|
payload[_key - 1] = arguments[_key];
|
|
199
92
|
}
|
|
200
93
|
var _this = this;
|
|
201
|
-
return _asyncToGenerator(function() {
|
|
202
|
-
var callbacksOrigin, results, _callbacks, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, callback, result
|
|
203
|
-
return
|
|
204
|
-
switch(
|
|
94
|
+
return _asyncToGenerator(regeneratorRuntime.mark(function _callee() {
|
|
95
|
+
var callbacksOrigin, results, _callbacks, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, callback, result;
|
|
96
|
+
return regeneratorRuntime.wrap(function _callee$(_ctx) {
|
|
97
|
+
while(1)switch(_ctx.prev = _ctx.next){
|
|
205
98
|
case 0:
|
|
206
99
|
callbacksOrigin = _this._events.get(key);
|
|
207
100
|
results = [];
|
|
208
|
-
if (!callbacksOrigin)
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
101
|
+
if (!callbacksOrigin) {
|
|
102
|
+
_ctx.next = 42;
|
|
103
|
+
break;
|
|
104
|
+
}
|
|
212
105
|
_callbacks = callbacksOrigin.slice();
|
|
213
106
|
_iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
|
|
214
|
-
|
|
215
|
-
case 1:
|
|
216
|
-
_state.trys.push([
|
|
217
|
-
1,
|
|
218
|
-
8,
|
|
219
|
-
9,
|
|
220
|
-
10
|
|
221
|
-
]);
|
|
107
|
+
_ctx.prev = 5;
|
|
222
108
|
_iterator = _callbacks[Symbol.iterator]();
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
];
|
|
109
|
+
case 7:
|
|
110
|
+
if (_iteratorNormalCompletion = (_step = _iterator.next()).done) {
|
|
111
|
+
_ctx.next = 28;
|
|
112
|
+
break;
|
|
113
|
+
}
|
|
229
114
|
callback = _step.value;
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
3,
|
|
234
|
-
6
|
|
235
|
-
];
|
|
115
|
+
if (callbacksOrigin.includes(callback)) {
|
|
116
|
+
_ctx.next = 11;
|
|
117
|
+
break;
|
|
236
118
|
}
|
|
237
|
-
|
|
238
|
-
case
|
|
239
|
-
|
|
240
|
-
3,
|
|
241
|
-
5,
|
|
242
|
-
,
|
|
243
|
-
6
|
|
244
|
-
]);
|
|
119
|
+
return _ctx.abrupt("continue", 25);
|
|
120
|
+
case 11:
|
|
121
|
+
_ctx.prev = 11;
|
|
245
122
|
_this.debug && log.apply(void 0, [
|
|
246
|
-
"正在执行 ".concat(key, " 事件: ").concat(callback.applyingPluginName ?
|
|
247
|
-
return
|
|
248
|
-
}).join(
|
|
123
|
+
"正在执行 ".concat(key, " 事件: ").concat(callback.applyingPluginName ? '当前执行的插件为:' + callback.applyingPluginName : '', ", 当前执行函数的参数为").concat(payload.map(function() {
|
|
124
|
+
return '%o';
|
|
125
|
+
}).join(','), "。")
|
|
249
126
|
].concat(_toConsumableArray(payload)));
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
case 4:
|
|
255
|
-
result = _state.sent();
|
|
127
|
+
_ctx.next = 15;
|
|
128
|
+
return callback.apply(null, _toConsumableArray(payload));
|
|
129
|
+
case 15:
|
|
130
|
+
result = _ctx.sent;
|
|
256
131
|
_this.debug && log.apply(void 0, [
|
|
257
|
-
"正在执行 ".concat(key, " 事件: ").concat(callback.applyingPluginName ?
|
|
258
|
-
return
|
|
259
|
-
}).join(
|
|
132
|
+
"正在执行 ".concat(key, " 事件: ").concat(callback.applyingPluginName ? '当前执行的插件为:' + callback.applyingPluginName : '', ", 当前执行函数的参数为").concat(payload.map(function() {
|
|
133
|
+
return '%o';
|
|
134
|
+
}).join(','), "; 函数的返回结果为%o")
|
|
260
135
|
].concat(_toConsumableArray(payload), [
|
|
261
136
|
result
|
|
262
137
|
]));
|
|
263
138
|
results.push(result);
|
|
264
|
-
if (result === false) {
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
7
|
|
268
|
-
];
|
|
139
|
+
if (!(result === false)) {
|
|
140
|
+
_ctx.next = 20;
|
|
141
|
+
break;
|
|
269
142
|
}
|
|
270
|
-
return
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
case
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
6
|
|
280
|
-
];
|
|
281
|
-
case 6:
|
|
143
|
+
return _ctx.abrupt("break", 28);
|
|
144
|
+
case 20:
|
|
145
|
+
_ctx.next = 25;
|
|
146
|
+
break;
|
|
147
|
+
case 22:
|
|
148
|
+
_ctx.prev = 22;
|
|
149
|
+
_ctx.t0 = _ctx["catch"](11);
|
|
150
|
+
logerror(String(_ctx.t0) + ':' + String(_ctx.t0.stack));
|
|
151
|
+
case 25:
|
|
282
152
|
_iteratorNormalCompletion = true;
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
];
|
|
292
|
-
case 8:
|
|
293
|
-
err = _state.sent();
|
|
153
|
+
_ctx.next = 7;
|
|
154
|
+
break;
|
|
155
|
+
case 28:
|
|
156
|
+
_ctx.next = 34;
|
|
157
|
+
break;
|
|
158
|
+
case 30:
|
|
159
|
+
_ctx.prev = 30;
|
|
160
|
+
_ctx.t1 = _ctx["catch"](5);
|
|
294
161
|
_didIteratorError = true;
|
|
295
|
-
_iteratorError =
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
try {
|
|
302
|
-
if (!_iteratorNormalCompletion && _iterator.return != null) {
|
|
303
|
-
_iterator.return();
|
|
304
|
-
}
|
|
305
|
-
} finally{
|
|
306
|
-
if (_didIteratorError) {
|
|
307
|
-
throw _iteratorError;
|
|
308
|
-
}
|
|
162
|
+
_iteratorError = _ctx.t1;
|
|
163
|
+
case 34:
|
|
164
|
+
_ctx.prev = 34;
|
|
165
|
+
_ctx.prev = 35;
|
|
166
|
+
if (!_iteratorNormalCompletion && _iterator.return != null) {
|
|
167
|
+
_iterator.return();
|
|
309
168
|
}
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
169
|
+
case 37:
|
|
170
|
+
_ctx.prev = 37;
|
|
171
|
+
if (!_didIteratorError) {
|
|
172
|
+
_ctx.next = 40;
|
|
173
|
+
break;
|
|
174
|
+
}
|
|
175
|
+
throw _iteratorError;
|
|
176
|
+
case 40:
|
|
177
|
+
return _ctx.finish(37);
|
|
178
|
+
case 41:
|
|
179
|
+
return _ctx.finish(34);
|
|
180
|
+
case 42:
|
|
181
|
+
return _ctx.abrupt("return", results);
|
|
182
|
+
case 43:
|
|
183
|
+
case "end":
|
|
184
|
+
return _ctx.stop();
|
|
318
185
|
}
|
|
319
|
-
}
|
|
320
|
-
|
|
186
|
+
}, _callee, null, [
|
|
187
|
+
[
|
|
188
|
+
5,
|
|
189
|
+
30,
|
|
190
|
+
34,
|
|
191
|
+
42
|
|
192
|
+
],
|
|
193
|
+
[
|
|
194
|
+
11,
|
|
195
|
+
22
|
|
196
|
+
],
|
|
197
|
+
[
|
|
198
|
+
35,
|
|
199
|
+
,
|
|
200
|
+
37,
|
|
201
|
+
41
|
|
202
|
+
]
|
|
203
|
+
]);
|
|
204
|
+
}))();
|
|
321
205
|
}
|
|
322
206
|
},
|
|
323
207
|
{
|
|
@@ -325,8 +209,8 @@ var Watcher = /*#__PURE__*/ function() {
|
|
|
325
209
|
value: // 订阅事件
|
|
326
210
|
function on(key, callback) {
|
|
327
211
|
if (this._events.has(key)) {
|
|
328
|
-
var
|
|
329
|
-
(
|
|
212
|
+
var ref;
|
|
213
|
+
(ref = this._events.get(key)) === null || ref === void 0 ? void 0 : ref.push(callback);
|
|
330
214
|
} else {
|
|
331
215
|
this._events.set(key, [
|
|
332
216
|
callback
|
package/dist/index.umd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var te=(n,F,m)=>new Promise((S,D)=>{var b=B=>{try{d(m.next(B))}catch(h){D(h)}},I=B=>{try{d(m.throw(B))}catch(h){D(h)}},d=B=>B.done?S(B.value):Promise.resolve(B.value).then(b,I);d((m=m.apply(n,F)).next())});(function(n,F){typeof exports=="object"&&typeof module!="undefined"?F(exports):typeof define=="function"&&define.amd?define(["exports"],F):(n=typeof globalThis!="undefined"?globalThis:n||self,F(n.modelDrivenShared={}))})(this,function(n){"use strict";class F{}class m{}var S="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",D="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",b="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",I="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",d="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",B="{caption}\u5FC5\u586B",h="\u8BF7\u8F93\u5165\u6807\u9898",ae="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",ne="\u8BF7\u8F93\u5165\u884C\u6807\u9898",re="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",se="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",le="\u8BF7\u7ED1\u5B9A\u8868\u5355",ie="\u8BF7\u7ED1\u5B9A\u5217\u8868",oe="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",ce="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Ee="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",Be="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",pe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",Fe="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",me="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",Ae="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",de="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",he="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",ve="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",Ce="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",De="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",ge="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",fe="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Se="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",be="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Ie="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",ye="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Me="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",$e="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",we="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Re="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Le="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Ne="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",_e="\u8BF7\u9009\u62E9\u7701",Ue="\u8BF7\u9009\u62E9\u5E02",Ve="\u8BF7\u9009\u62E9\u533A",ke="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Pe="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Te="\u8BF7\u8F93\u5165\u5217\u5BBD",ze="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",je="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Ge="\u8BF7\u9009\u62E9\u63A7\u4EF6",xe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Ke="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",He="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",We="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",qe="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Je="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Xe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Oe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Qe="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Ze="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Ye="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",eu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",uu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",tu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",au="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",nu="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",ru="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",su="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",lu="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",iu="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",ou="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",cu="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",Eu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",Bu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",pu="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",Fu="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",mu={isNotNumber:S,isNotString:D,isNotObject:b,isNotArray:I,isNotBoolean:d,runtimeRequired:B,pleaseEnterCaption:h,pleaseEnterCaptionTip:ae,pleaseEnterRowCaption:ne,pleaseEnterPlaceholder:re,pleaseEnterFieldCode:se,pleaseEnterForm:le,pleaseEnterList:ie,pleaseEnterProcess:oe,pleaseEnterLabel:ce,pleaseEnterValue:Ee,bizKeyNotBindFiled:Be,pleaseSelectOneField:pe,pleaseEnterNumberRange:Fe,pleaseEnterAValueGreaterThanMin:me,pleaseEnterAValueLessThanMax:Ae,numberRangeSetError:de,stringRangeError:he,attachmentMaxSize:ve,pleaseEnterTotalScoreSetting:Ce,theTotalScoreMustNotBeLessThan1:De,scoreDefaultValueRange:ge,attachmentLimitError:fe,PleaseReselectTheOptionalQuantity:Se,TheMaximumLengthIsGreaterThanTheMinimumLength:be,TheMinimumLengthIsGreaterThanTheMaximumLength:Ie,PleaseSelectTheCorrectOptionSettings:ye,optionIdIsRepeat:Me,optionIsRequired:$e,pleaseEnterDataCode:we,pleaseEnterValueFieldCode:Re,pleaseEnterSvcCode:Le,pleaseBindAtLeastOneDisplayValue:Ne,pleaseSelectProvince:_e,pleaseSelectCity:Ue,pleaseSelectDistrict:Ve,limitRowsCannotBeLessThan0:ke,TheNumberOfRowsCannotBeLessThanMinRows:Pe,pleaseEnterColumnWidth:Te,pleaseSetTheLogicalRelationshipOfAllRuleConditions:ze,pleaseCompleteAllRulesAndConditions:je,pleaseSelectControl:Ge,pleaseSelectAtLeastOneColumn:xe,pleaseSelectFillBackMode:Ke,pleaseSelectDashboard:He,rootNodeIsRequired:We,theViewNameCannotBeEmpty:qe,pleaseSelectOcrType:Je,pleaseSelectAtLeastOneFieldToFillIn:Xe,pleaseChooseAtLeastOne:Oe,pleaseEnterButtonContent:Qe,pleaseEnterDataCodeInDataSetting:Ze,pleaseEnterValueFieldCodeInDataSetting:Ye,pleaseEnterSvcCodeInDataSetting:eu,pleaseBindAtLeastOneDisplayValueInDataSetting:uu,rootNodeIsRequiredInDataSetting:tu,pleaseEnterMaxHeight:au,pleaseEnter:nu,pleaseEnterWatermark:ru,pleaseEnterFileName:su,pleaseUploadAtLeastOnePrintTemplate:lu,pleaseAssignBusiness:iu,pleaseAssignExternal:ou,pleaseEnterAliasCode:cu,pleaseSelectDataCode:Eu,pleaseSelectSvcCode:Bu,pleaseSelectJoinFieldCode:pu,pleaseSelectMainFieldCode:Fu},Au="Please enter a number",du="Please enter a string",hu="Please enter an object",vu="Please enter an array",Cu="Please enter a boolean",Du="{caption} Required",gu="Please enter the title",fu="Please enter the bubble prompt",Su="Please enter the row title",bu="Please enter the prompt text",Iu="Please bind data items",yu="Please bind the form",Mu="Please bind the list",$u="Please bind the process",wu="Please enter the displayed value",Ru="Please enter the stored value",Lu="The document number is not bound to the data item",Nu="Please select at least one display field",_u="Please enter a value greater than or equal to {min} and less than or equal to {max}",Uu="Please enter a value greater than or equal to {min}",Vu="Please enter a value less than or equal to {max}",ku="The value range is set incorrectly",Pu="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Tu="The attachment size must be between 0MB and 1000MB",zu="Please fill in the total score setting",ju="The total score cannot be less than 1",Gu="The default value must be between {min} and {max}",xu="The number of attachments uploaded must be between {min} and {max}",Ku="Please re-select the optional quantity",Hu="The maximum length of the control must be greater than the minimum length",Wu="The minimum length of the control must be less than the maximum length",qu="Please select the correct option setting",Ju="Option ID cannot be repeated",Xu="Please enter at least one option",Ou="Please bind the data source",Qu="Please bind the stored value",Zu="Please bind the service",Yu="At least one display value must be bound",et="Please select a province",ut="Please select a city",tt="Please select a district",at="The minimum number of lines to fill in cannot be less than 0",nt="The number of rows cannot be less than {min} rows",rt="Please enter the column width",st="Please set the logical relationship of all rule conditions",lt="Please complete all rules and conditions",it="please select control",ot="Please select the dashboard",ct="View name cannot be empty",Et="Please select recognition type",Bt="Please select at least one field to fill in",pt="Please select at least one",Ft="Please enter the button title",mt="Please bind the business model in the data settings",At="Please bind storage values in data settings",dt="Please bind the service in the data settings",ht="Please bind at least one display value in the data settings",vt="Please select the root node in the data settings",Ct="Please enter the maximum height",Dt="The input content cannot be empty",gt="Watermark cannot be empty",ft="File name cannot be empty",St="Please upload at least one printing template!\uFF01",bt="Please select a specific business department",It="Please select a specified external organization",yt="Please enter a sub table alias",Mt="Please select the associated table to set the business model",$t="Please select the association table to set the binding service",wt="Select associated sub table fields",Rt="Please select the associated main table field",Lt={isNotNumber:Au,isNotString:du,isNotObject:hu,isNotArray:vu,isNotBoolean:Cu,runtimeRequired:Du,pleaseEnterCaption:gu,pleaseEnterCaptionTip:fu,pleaseEnterRowCaption:Su,pleaseEnterPlaceholder:bu,pleaseEnterFieldCode:Iu,pleaseEnterForm:yu,pleaseEnterList:Mu,pleaseEnterProcess:$u,pleaseEnterLabel:wu,pleaseEnterValue:Ru,bizKeyNotBindFiled:Lu,pleaseSelectOneField:Nu,pleaseEnterNumberRange:_u,pleaseEnterAValueGreaterThanMin:Uu,pleaseEnterAValueLessThanMax:Vu,numberRangeSetError:ku,stringRangeError:Pu,attachmentMaxSize:Tu,pleaseEnterTotalScoreSetting:zu,theTotalScoreMustNotBeLessThan1:ju,scoreDefaultValueRange:Gu,attachmentLimitError:xu,PleaseReselectTheOptionalQuantity:Ku,TheMaximumLengthIsGreaterThanTheMinimumLength:Hu,TheMinimumLengthIsGreaterThanTheMaximumLength:Wu,PleaseSelectTheCorrectOptionSettings:qu,optionIdIsRepeat:Ju,optionIsRequired:Xu,pleaseEnterDataCode:Ou,pleaseEnterValueFieldCode:Qu,pleaseEnterSvcCode:Zu,pleaseBindAtLeastOneDisplayValue:Yu,pleaseSelectProvince:et,pleaseSelectCity:ut,pleaseSelectDistrict:tt,limitRowsCannotBeLessThan0:at,TheNumberOfRowsCannotBeLessThanMinRows:nt,pleaseEnterColumnWidth:rt,pleaseSetTheLogicalRelationshipOfAllRuleConditions:st,pleaseCompleteAllRulesAndConditions:lt,pleaseSelectControl:it,pleaseSelectDashboard:ot,theViewNameCannotBeEmpty:ct,pleaseSelectOcrType:Et,pleaseSelectAtLeastOneFieldToFillIn:Bt,pleaseChooseAtLeastOne:pt,pleaseEnterButtonContent:Ft,pleaseEnterDataCodeInDataSetting:mt,pleaseEnterValueFieldCodeInDataSetting:At,pleaseEnterSvcCodeInDataSetting:dt,pleaseBindAtLeastOneDisplayValueInDataSetting:ht,rootNodeIsRequiredInDataSetting:vt,pleaseEnterMaxHeight:Ct,pleaseEnter:Dt,pleaseEnterWatermark:gt,pleaseEnterFileName:ft,pleaseUploadAtLeastOnePrintTemplate:St,pleaseAssignBusiness:bt,pleaseAssignExternal:It,pleaseEnterAliasCode:yt,pleaseSelectDataCode:Mt,pleaseSelectSvcCode:$t,pleaseSelectJoinFieldCode:wt,pleaseSelectMainFieldCode:Rt},Nt="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",_t="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ut="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Vt="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",kt="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Pt="{caption}\u5FC5\u9808",Tt="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",zt="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",jt="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Gt="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",xt="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Kt="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Ht="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Wt="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",qt="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Jt="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Xt="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Ot="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Qt="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Zt="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Yt="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ea="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",ua="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ta="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",aa="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",na="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ra="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",sa="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",la="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ia="\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",oa="\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",ca="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ea="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Ba="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",pa="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Fa="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ma="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Aa="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",da="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ha="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",va="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ca="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Da="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",ga="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",fa="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Sa="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",ba="please select control",Ia="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ya="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ma="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",$a="\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",wa="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ra="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",La="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Na="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",_a="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Ua="\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",Va="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ka="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Pa="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ta="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",za="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",ja="\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",Ga="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",xa="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ka="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ha="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",Wa="\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",qa="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",Ja="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Xa={isNotNumber:Nt,isNotString:_t,isNotObject:Ut,isNotArray:Vt,isNotBoolean:kt,runtimeRequired:Pt,pleaseEnterCaption:Tt,pleaseEnterCaptionTip:zt,pleaseEnterRowCaption:jt,pleaseEnterPlaceholder:Gt,pleaseEnterFieldCode:xt,pleaseEnterForm:Kt,pleaseEnterList:Ht,pleaseEnterProcess:Wt,pleaseEnterLabel:qt,pleaseEnterValue:Jt,bizKeyNotBindFiled:Xt,pleaseSelectOneField:Ot,pleaseEnterNumberRange:Qt,pleaseEnterAValueGreaterThanMin:Zt,pleaseEnterAValueLessThanMax:Yt,numberRangeSetError:ea,stringRangeError:ua,attachmentMaxSize:ta,pleaseEnterTotalScoreSetting:aa,theTotalScoreMustNotBeLessThan1:na,scoreDefaultValueRange:ra,attachmentLimitError:sa,PleaseReselectTheOptionalQuantity:la,TheMaximumLengthIsGreaterThanTheMinimumLength:ia,TheMinimumLengthIsGreaterThanTheMaximumLength:oa,PleaseSelectTheCorrectOptionSettings:ca,optionIdIsRepeat:Ea,optionIsRequired:Ba,pleaseEnterDataCode:pa,pleaseEnterValueFieldCode:Fa,pleaseEnterSvcCode:ma,pleaseBindAtLeastOneDisplayValue:Aa,pleaseSelectProvince:da,pleaseSelectCity:ha,pleaseSelectDistrict:va,limitRowsCannotBeLessThan0:Ca,TheNumberOfRowsCannotBeLessThanMinRows:Da,pleaseEnterColumnWidth:ga,pleaseSetTheLogicalRelationshipOfAllRuleConditions:fa,pleaseCompleteAllRulesAndConditions:Sa,pleaseSelectControl:ba,pleaseSelectDashboard:Ia,theViewNameCannotBeEmpty:ya,pleaseSelectOcrType:Ma,pleaseSelectAtLeastOneFieldToFillIn:$a,pleaseChooseAtLeastOne:wa,pleaseEnterButtonContent:Ra,pleaseEnterDataCodeInDataSetting:La,pleaseEnterValueFieldCodeInDataSetting:Na,pleaseEnterSvcCodeInDataSetting:_a,pleaseBindAtLeastOneDisplayValueInDataSetting:Ua,rootNodeIsRequiredInDataSetting:Va,pleaseEnterMaxHeight:ka,pleaseEnter:Pa,pleaseEnterWatermark:Ta,pleaseEnterFileName:za,pleaseUploadAtLeastOnePrintTemplate:ja,pleaseAssignBusiness:Ga,pleaseAssignExternal:xa,pleaseEnterAliasCode:Ka,pleaseSelectDataCode:Ha,pleaseSelectSvcCode:Wa,pleaseSelectJoinFieldCode:qa,pleaseSelectMainFieldCode:Ja},Oa={zhCN:mu,enUS:Lt,jaJP:Xa},V=(e=>(e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable",e))(V||{}),k=(e=>(e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN",e))(k||{});class Qa{constructor(u){var t,a,l,o,i,c;this.name=(t=u==null?void 0:u.name)!=null?t:"",this.id=(a=u==null?void 0:u.id)!=null?a:"",this.type=(l=u==null?void 0:u.type)!=null?l:"Number",this.subTableId=(o=u==null?void 0:u.subTableId)!=null?o:void 0,this.subTableName=(i=u==null?void 0:u.subTableId)!=null?i:void 0,this.aggregateType=(c=u==null?void 0:u.aggregateType)!=null?c:void 0}}const P="zh-CN",Za=()=>{};var T=(e=>(e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search",e))(T||{}),y=(e=>(e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.ORGANIZATION_SELECTION="organization-selection",e.FORM_SELECT_BUTTON="form-select-button",e.LIST_VIEW_SELECT="list-view-select",e.TEXT_OCR_BUTTON="text-ocr-button",e.INVOICE_CHECK_BUTTON="invoice-check-button",e.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",e.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",e.VARCHAR_COLUMN="varchar-column",e.TEXT_COLUMN="text-column",e.DECIMAL_COLUMN="decimal-column",e.TIMESCOPE_COLUMN="timescope-column",e.TIMESTAMP_COLUMN="timestamp-column",e.ARRAY_COLUMN="array-column",e.DEPARTMENT_COLUMN="department-column",e.AUTO_NUMBER_COLUMN="auto-number-column",e.FILE_COLUMN="file-column",e.IMAGE_COLUMN="image-column",e.PEOPLE_COLUMN="people-column",e.LOCATION_COLUMN="location-column",e.CUSTOM_COLUMN="custom-column",e.ORDER_COLUMN="order-column",e.OPERATION_COLUMN="operation-column",e.EMPLOYEE_COLUMN="employee-column",e.Approval_Status_Column="approval-status-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.DEPARTMENT="department",e.EMPLOYEE="employee",e.IMAGE="image",e.INPUT="input",e.NUMBER="number",e.RADIO="radio",e.RICH_TEXT="rich-text",e.SCORE="score",e.SEARCH_DATE_RANGE="search-date-range",e.SEARCH_NUMBER_RANGE="search-number-range",e.SEARCH_INPUT="search-input",e.SELECT="select",e.SELECT_MULTIPLE="select-multiple",e.SELECT_RELATION="select-relation",e.VUE_FORM_ITEM="vue-form-item",e.TEXTAREA="textarea",e.EMAIL="email",e.FOOTER="footer",e.HEADER="header",e.ID_CARD="id-card",e.MOBILE="mobile",e.PHONE="phone",e.RADIO_IMAGE="radio-image",e.ELECTRONIC_SIGNATURE="electronic-signature",e.WPS="wps",e.CARD_GROUP="card-group",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.GRID_LAYOUT_CONTAINER="grid-layout-container",e.ROW="row",e.TWO_COLUMNS="two-columns",e.SUBTABLE_COLUMN="subtable-column",e.SUBTABLE_ROW="subtable-row",e.TAB="tab",e.TAB_PANE="tab-pane",e.TOOLBOX="toolbox",e.DATA_VIEW="data-view",e.LIST_VIEW="list-view",e.ACTION_BAR="action-bar",e.SUBTABLE="subtable",e.GRID_TABLE="grid-table",e.SIMPLE_SEARCH="simple-search",e.PAGINATION="pagination",e.CHECKBOX_IMAGE="checkbox-image",e.DASHBOARD="dashboard",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2",e.GRID_LAYOUT_WRAP="grid-layout-wrap",e))(y||{}),z=(e=>(e.VARCHAR="varchar",e.TEXT="text",e.ARRAY="array",e.ADDRESS="location",e.DECIMAL="decimal",e.DECIMAL_RANGE="decimal_range",e.TIMESTAMP="timestamp",e.EMPLOYEES="people",e.DEPARTMENTS="department",e.MONEY="money",e.TIMESCOPE="timescope",e.FILE="file",e.IMAGE="image",e.AUTO_NUMBER="auto_number",e.CALC="calc",e.RELATION="relation",e.LIST="list",e.RELATION_FIELD="relation-field",e.REFERENCE_FIELD="reference-field",e.CALC_FIELD="calc",e.JSON="json",e.BIGINT="bigint",e.ANY="ANY",e.ENCRYPTED_FIELD="encrypted_field",e))(z||{});const Ya={array:"array-column",auto_number:"auto-number-column",decimal:"decimal-column",department:"department-column",file:"file-column",image:"image-column",location:"location-column",people:"employee-column",text:"text-column",timescope:"timescope-column",timestamp:"timestamp-column",varchar:"varchar-column",relation:"varchar-column"};var j=(e=>(e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime",e))(j||{});const G="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",en=G+"0123456789";function un(e=15){let u="";for(let t=0;t<e;t++){const a=t===0?G:en,l=Math.random()*a.length;u+=a[parseInt(String(l),10)]}return u}const M=console;function x(...e){const u=e.slice(1);M.warn("\u{1F9D0} Driven Warning:"+e[0],...u)}function $(...e){const u=e.slice(1);M.log("\u{1F680} Driven Log:"+e[0],...u)}function tn(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}class w extends Error{constructor(u){super(u),this.name="\u{1F4A5} Driven Error",this.message=u?tn(u):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}"}}class an extends w{constructor(u){super(u),this.name="\u{1F6A8} Driven Reference Error"}}function nn(e){throw new w(e)}function rn(e){throw new an(e)}function K(e){M.error(new w(e))}function g(e,u){Array.isArray(e)&&e.map(t=>{switch(t.controlType){case"layout":g(t==null?void 0:t.children,u);break;case"wrap":g(t==null?void 0:t.children,u);break;case"search":g(t==null?void 0:t.children,u);break;case"form":u(t)}})}var sn=Object.prototype.toString;function H(e,u){return sn.call(e)==="[object "+u+"]"}function ln(e){return H(e,"String")}function on(e){return H(e,"Promise")}var cn=function(){function e(u){var t,a;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((a=(t=u.messages)!==null&&t!==void 0?t:this.getPreImport(u.locale))!==null&&a!==void 0?a:{}),u.variableRegExp&&(this.variableRegExp=u.variableRegExp),this.setLocale(u.locale)}return e.prototype.setLocale=function(u){var t=this;this.locale=u,this._messageCache.clear();var a=this.getMessageData();on(a)?a.then(function(l){t._messageCache.clear(),t.messages[t.localeInMessageKey]=l}):this.messages[this.localeInMessageKey]=a},e.prototype.getMessageData=function(){var u=this._messages[this.localeInMessageKey];return typeof u=="function"?u():u},e.prototype.translate=function(u,t,a){var l=this.getMessage(u);return l?this.formatMessage(l,a):this.formatMessage(t,a)},e.prototype.getMessage=function(u){if(this._messageCache.has(u))return this._messageCache.get(u);var t=this.getPathArray(u),a=t.reduce(function(l,o,i,c){if(l!==void 0){var A=l[o];if(!(i===c.length-1&&!ln(A)))return A}},this.message);return this._messageCache.set(u,a),a},e.prototype.formatMessage=function(u,t){return t?u.replace(this.variableRegExp,function(a,l){var o=t[l];return o!==void 0?String(o):a}):u},e.prototype.getPreImport=function(u){var t;if(window.okI18nPreImport){var a=this.getLocaleInMessageKey(u);return window.okI18nPreImport.hasOwnProperty(a)?window.okI18nPreImport:(t={},t[a]=window.okI18nPreImport,t)}},e.prototype.getPathArray=function(u){return u.split(".")},e.prototype.getLocaleInMessageKey=function(u){return u.replace(/-/g,"")},Object.defineProperty(e.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"message",{get:function(){var u;return(u=this.messages[this.localeInMessageKey])!==null&&u!==void 0?u:{}},enumerable:!1,configurable:!0}),e}();const W=class{static getMessage(e,u={}){return this.$i18n.$t(e,"",u)}static resetI18n(e=P){return new cn({locale:e,messages:Oa})}static setLocale(e){return this.$i18n.setLocale(e)}};let q=W;q.$i18n=W.resetI18n();function En(e,u,t){const a=u.replace(/\[(\d)]/g,(o,i)=>"."+i).split(".");let l=!1;return a.reduce((o,i,c,A)=>{const v=o;if(!!o){if(!Object.prototype.hasOwnProperty.call(o,i)){x(`Can not set ${u}'s ${i} property in current %o, Because there is no ${i} property on the %o`,o,o);return}return c===A.length-1&&!Object.is(v[i],t)&&(v[i]=t,l=!0),v[i]}},e),l}var Bn=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},R={exports:{}};(function(e){(function(u){var t=function(r,s,E){if(!v(s)||Nn(s)||_n(s)||Un(s)||A(s))return s;var p,C=0,ue=0;if(Ln(s))for(p=[],ue=s.length;C<ue;C++)p.push(t(r,s[C],E));else{p={};for(var U in s)Object.prototype.hasOwnProperty.call(s,U)&&(p[r(U,E)]=t(r,s[U],E))}return p},a=function(r,s){s=s||{};var E=s.separator||"_",p=s.split||/(?=[A-Z])/;return r.split(p).join(E)},l=function(r){return Vn(r)?r:(r=r.replace(/[\-_\s]+(.)?/g,function(s,E){return E?E.toUpperCase():""}),r.substr(0,1).toLowerCase()+r.substr(1))},o=function(r){var s=l(r);return s.substr(0,1).toUpperCase()+s.substr(1)},i=function(r,s){return a(r,s).toLowerCase()},c=Object.prototype.toString,A=function(r){return typeof r=="function"},v=function(r){return r===Object(r)},Ln=function(r){return c.call(r)=="[object Array]"},Nn=function(r){return c.call(r)=="[object Date]"},_n=function(r){return c.call(r)=="[object RegExp]"},Un=function(r){return c.call(r)=="[object Boolean]"},Vn=function(r){return r=r-0,r===r},_=function(r,s){var E=s&&"process"in s?s.process:s;return typeof E!="function"?r:function(p,C){return E(p,r,C)}},ee={camelize:l,decamelize:i,pascalize:o,depascalize:i,camelizeKeys:function(r,s){return t(_(l,s),r)},decamelizeKeys:function(r,s){return t(_(i,s),r,s)},pascalizeKeys:function(r,s){return t(_(o,s),r)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=ee:u.humps=ee})(Bn)})(R);var J={};Object.defineProperty(J,"__esModule",{value:!0});function L(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(u=>typeof u!="object"||u===null?u:L(u));{const u={};for(const t in e){const a=e[t];u[t]=typeof a!="object"||a===null?a:L(a)}return u}}var pn=J.default=L;function Fn(e){if(e!==void 0)return typeof e=="object"?pn(e):e}function mn(e){return X(e)&&"zh"in e}function X(e){return Object.prototype.toString.call(e)==="[object Object]"}function An(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function f(e){return Array.isArray(e)}function O(e){return typeof e=="string"}function N(e){return typeof e=="number"}function dn(e){return typeof e=="function"}function hn(e){return f(e)&&e.every(u=>O(u))}function vn(e){return f(e)&&e.every(u=>N(u))}function Cn(e){return f(e)&&e.every(u=>N(u)||u==="")}function Dn(e){return/^\[.*?]$/.test(e)}function gn(e){return/^{.*?}$/.test(e)}function fn(e){return isNaN(parseFloat(e))?"":Number(e)}function Sn(e){return e.reduce((u,t)=>(u.includes(t)||u.push(t),u),[])}function bn(e,u=500){let t;return function(...a){t||(t=setTimeout(()=>{e.apply(this,a),clearTimeout(t),t=null},u))}}function In(e=0){return new Promise(u=>{setTimeout(u,e)})}function Q(e,u){let t=[];return Array.isArray(e)&&(t=e.map(a=>{let l=a;return Array.isArray(a==null?void 0:a.children)&&(l.children=Q(a.children,u)),u(l)})),t}function yn(e){return R.exports.camelizeKeys(e)}function Mn(e){return R.exports.decamelizeKeys(e)}function $n(e){return Object.values(y).includes(e)}class wn{constructor(){this._events=new Map,this.debug=!1}emit(u,...t){return te(this,null,function*(){const a=this._events.get(u),l=[];if(a){const o=a.slice();for(const i of o)if(!!a.includes(i))try{this.debug&&$(`\u6B63\u5728\u6267\u884C ${u} \u4E8B\u4EF6: ${i.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+i.applyingPluginName:""}, \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A${t.map(()=>"%o").join(",")}\u3002`,...t);const c=yield i.apply(null,[...t]);if(this.debug&&$(`\u6B63\u5728\u6267\u884C ${u} \u4E8B\u4EF6: ${i.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+i.applyingPluginName:""}, \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A${t.map(()=>"%o").join(",")}; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o`,...t,c),l.push(c),c===!1)break}catch(c){K(String(c)+":"+String(c.stack))}}return l})}on(u,t){var a;this._events.has(u)?(a=this._events.get(u))==null||a.push(t):this._events.set(u,[t])}off(u,t){if(this._events.has(u)){const a=this._events.get(u),l=a==null?void 0:a.indexOf(t);a==null||a.splice(l,1)}}delete(u){this._events.has(u)&&this._events.delete(u)}clear(){this._events=new Map}}const Rn=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_list_before_insert",name:"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",code:"list-before-insert"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_render_operation",name:"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",code:"list-render-operation"},{key:"on_list_rowclick",name:"\u884C\u70B9\u51FB\u65F6",code:"list-rowclick"},{key:"on_list_before_rowdelete",name:"\u884C\u5220\u9664\u524D",code:"list-before-rowdelete"},{key:"on_list_before_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",code:"list-before-import"},{key:"on_list_rows_checked",name:"\u884C\u9009\u4E2D\u65F6",code:"list-rows-checked"},{key:"on_change_tab",name:"\u6807\u7B7E\u9875\u5207\u6362\u65F6",code:"change-tab"},{key:"on_modal_ok",name:"\u5F39\u7A97\u786E\u8BA4\u65F6",code:"modal-ok"}],Z=class{getEventsFromKeys(e){const u=typeof e=="string"?[e]:e;return Z.events.filter(t=>u.includes(t.key))}};let Y=Z;Y.events=Rn,n.CALC_AGGREGATE_TYPE=k,n.CALC_TOKEN_TYPE=V,n.CONTROL_BASE_TYPE=T,n.CONTROL_TYPE=y,n.CalcScriptEchoItem=Qa,n.DEFAULT_LOCALE=P,n.DateType=j,n.DepartmentEntity=F,n.EventLogic=Y,n.FieldTypeToColumnType=Ya,n.FieldTypes=z,n.JSONCopy=Fn,n.RulesMessage=q,n.UserEntity=m,n.Watcher=wn,n.camelizeKeys=yn,n.debounce=bn,n.decamelizeKeys=Mn,n.error=nn,n.genNonDuplicateId=un,n.getNotRepeatItems=Sn,n.isArray=f,n.isBuiltInControls=$n,n.isFunction=dn,n.isJSONArray=Dn,n.isJSONObject=gn,n.isLanguageObject=mn,n.isNumber=N,n.isNumberAndEmptyStringArray=Cn,n.isNumberArray=vn,n.isObject=An,n.isPlainObject=X,n.isString=O,n.isStringArray=hn,n.log=$,n.logerror=K,n.loop=Q,n.loopFormSchema=g,n.noop=Za,n.referenceError=rn,n.toNumberOrEmpty=fn,n.updateValueFromKeys=En,n.wait=In,n.warn=x,Object.defineProperty(n,"__esModule",{value:!0})});
|
|
1
|
+
var te=(n,F,m)=>new Promise((S,D)=>{var b=B=>{try{d(m.next(B))}catch(h){D(h)}},I=B=>{try{d(m.throw(B))}catch(h){D(h)}},d=B=>B.done?S(B.value):Promise.resolve(B.value).then(b,I);d((m=m.apply(n,F)).next())});(function(n,F){typeof exports=="object"&&typeof module!="undefined"?F(exports):typeof define=="function"&&define.amd?define(["exports"],F):(n=typeof globalThis!="undefined"?globalThis:n||self,F(n.modelDrivenShared={}))})(this,function(n){"use strict";class F{}class m{}var S="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u5B57",D="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5B57\u7B26\u4E32",b="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5BF9\u8C61",I="\u8BF7\u8F93\u5165\u4E00\u4E2A\u6570\u7EC4",d="\u8BF7\u8F93\u5165\u4E00\u4E2A\u5E03\u5C14",B="{caption}\u5FC5\u586B",h="\u8BF7\u8F93\u5165\u6807\u9898",ae="\u8BF7\u8F93\u5165\u6C14\u6CE1\u63D0\u793A\u8BED",ne="\u8BF7\u8F93\u5165\u884C\u6807\u9898",re="\u8BF7\u8F93\u5165\u63D0\u793A\u6587\u5B57",se="\u8BF7\u7ED1\u5B9A\u6570\u636E\u9879",le="\u8BF7\u7ED1\u5B9A\u8868\u5355",ie="\u8BF7\u7ED1\u5B9A\u5217\u8868",oe="\u8BF7\u7ED1\u5B9A\u6D41\u7A0B",ce="\u8BF7\u8F93\u5165\u663E\u793A\u503C",Ee="\u8BF7\u8F93\u5165\u5B58\u50A8\u503C",Be="\u5355\u636E\u7F16\u53F7\u672A\u7ED1\u5B9A\u6570\u636E\u9879",pe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5\uFF01",Fe="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",me="\u8BF7\u8F93\u5165\u5927\u4E8E\u7B49\u4E8E{min}\u7684\u6570\u503C",Ae="\u8BF7\u8F93\u5165\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u6570\u503C",de="\u6570\u503C\u8303\u56F4\u8BBE\u7F6E\u6709\u8BEF",he="\u8BF7\u8F93\u5165\u957F\u5EA6\u5927\u4E8E\u7B49\u4E8E{min}\u4E14\u5C0F\u4E8E\u7B49\u4E8E{max}\u7684\u503C",ve="\u9644\u4EF6\u5927\u5C0F\u5FC5\u987B\u57280MB\u81F31000MB\u4E4B\u95F4",Ce="\u8BF7\u586B\u5199\u603B\u5206\u8BBE\u7F6E",De="\u603B\u5206\u4E0D\u80FD\u5C0F\u4E8E1",ge="\u9ED8\u8BA4\u503C\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",fe="\u9644\u4EF6\u4E0A\u4F20\u7684\u6570\u91CF\u5FC5\u987B\u5728{min}\u548C{max}\u4E4B\u95F4",Se="\u8BF7\u91CD\u65B0\u9009\u62E9\u53EF\u9009\u6570\u91CF",be="\u8BE5\u63A7\u4EF6\u6700\u5927\u957F\u5EA6\u9700\u5927\u4E8E\u6700\u5C0F\u957F\u5EA6",Ie="\u8BE5\u63A7\u4EF6\u6700\u5C0F\u957F\u5EA6\u9700\u5C0F\u4E8E\u6700\u5927\u957F\u5EA6",ye="\u8BF7\u9009\u62E9\u6B63\u786E\u7684\u9009\u9879\u8BBE\u7F6E",Me="\u9009\u9879ID\u4E0D\u80FD\u91CD\u590D",$e="\u8BF7\u8F93\u5165\u81F3\u5C11\u4E00\u6761\u9009\u9879",we="\u8BF7\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Re="\u8BF7\u7ED1\u5B9A\u5B58\u50A8\u503C",Le="\u8BF7\u7ED1\u5B9A\u670D\u52A1",Ne="\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",_e="\u8BF7\u9009\u62E9\u7701",Ue="\u8BF7\u9009\u62E9\u5E02",Ve="\u8BF7\u9009\u62E9\u533A",ke="\u6700\u5C11\u586B\u5199\u884C\u6570\u4E0D\u80FD\u5C0F\u4E8E0",Pe="\u884C\u6570\u91CF\u4E0D\u80FD\u5C0F\u4E8E{min}\u884C",Te="\u8BF7\u8F93\u5165\u5217\u5BBD",ze="\u8BF7\u8BBE\u7F6E\u6240\u6709\u89C4\u5219\u6761\u4EF6\u7684\u903B\u8F91\u5173\u7CFB",je="\u8BF7\u5C06\u6240\u6709\u89C4\u5219\u6761\u4EF6\u586B\u5199\u5B8C\u6574",Ge="\u8BF7\u9009\u62E9\u63A7\u4EF6",xe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u663E\u793A\u5B57\u6BB5",Ke="\u8BF7\u9009\u62E9\u56DE\u586B\u8BBE\u7F6E",He="\u8BF7\u9009\u62E9\u4EEA\u8868\u76D8",We="\u8BF7\u9009\u62E9\u6839\u8282\u70B9",qe="\u89C6\u56FE\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",Je="\u8BF7\u9009\u62E9\u8BC6\u522B\u7C7B\u578B",Xe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u5B57\u6BB5\u8FDB\u884C\u586B\u5145",Oe="\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A",Qe="\u8BF7\u8F93\u5165\u6309\u94AE\u6807\u9898",Ze="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u4E1A\u52A1\u6A21\u578B",Ye="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u5B58\u50A8\u503C",eu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u7ED1\u5B9A\u670D\u52A1",uu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u81F3\u5C11\u7ED1\u5B9A\u4E00\u4E2A\u663E\u793A\u503C",tu="\u8BF7\u5728\u6570\u636E\u8BBE\u7F6E\u4E2D\u9009\u62E9\u6839\u8282\u70B9",au="\u8BF7\u8F93\u5165\u6700\u5927\u9AD8\u5EA6",nu="\u8F93\u5165\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A",ru="\u6C34\u5370\u4E0D\u80FD\u4E3A\u7A7A",su="\u6587\u4EF6\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",lu="\u8BF7\u81F3\u5C11\u4E0A\u4F20\u4E00\u4E2A\u6253\u5370\u6A21\u7248\uFF01",iu="\u8BF7\u9009\u62E9\u6307\u5B9A\u4E1A\u52A1\u90E8\u95E8",ou="\u8BF7\u9009\u62E9\u6307\u5B9A\u5916\u90E8\u7EC4\u7EC7",cu="\u8BF7\u8F93\u5165\u5B50\u8868\u522B\u540D",Eu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u4E1A\u52A1\u6A21\u578B",Bu="\u8BF7\u9009\u62E9\u5173\u8054\u8868\u8BBE\u7F6E\u7ED1\u5B9A\u670D\u52A1",pu="\u8BF7\u9009\u62E9\u5173\u8054\u5B50\u8868\u5B57\u6BB5",Fu="\u8BF7\u9009\u62E9\u5173\u8054\u4E3B\u8868\u5B57\u6BB5",mu={isNotNumber:S,isNotString:D,isNotObject:b,isNotArray:I,isNotBoolean:d,runtimeRequired:B,pleaseEnterCaption:h,pleaseEnterCaptionTip:ae,pleaseEnterRowCaption:ne,pleaseEnterPlaceholder:re,pleaseEnterFieldCode:se,pleaseEnterForm:le,pleaseEnterList:ie,pleaseEnterProcess:oe,pleaseEnterLabel:ce,pleaseEnterValue:Ee,bizKeyNotBindFiled:Be,pleaseSelectOneField:pe,pleaseEnterNumberRange:Fe,pleaseEnterAValueGreaterThanMin:me,pleaseEnterAValueLessThanMax:Ae,numberRangeSetError:de,stringRangeError:he,attachmentMaxSize:ve,pleaseEnterTotalScoreSetting:Ce,theTotalScoreMustNotBeLessThan1:De,scoreDefaultValueRange:ge,attachmentLimitError:fe,PleaseReselectTheOptionalQuantity:Se,TheMaximumLengthIsGreaterThanTheMinimumLength:be,TheMinimumLengthIsGreaterThanTheMaximumLength:Ie,PleaseSelectTheCorrectOptionSettings:ye,optionIdIsRepeat:Me,optionIsRequired:$e,pleaseEnterDataCode:we,pleaseEnterValueFieldCode:Re,pleaseEnterSvcCode:Le,pleaseBindAtLeastOneDisplayValue:Ne,pleaseSelectProvince:_e,pleaseSelectCity:Ue,pleaseSelectDistrict:Ve,limitRowsCannotBeLessThan0:ke,TheNumberOfRowsCannotBeLessThanMinRows:Pe,pleaseEnterColumnWidth:Te,pleaseSetTheLogicalRelationshipOfAllRuleConditions:ze,pleaseCompleteAllRulesAndConditions:je,pleaseSelectControl:Ge,pleaseSelectAtLeastOneColumn:xe,pleaseSelectFillBackMode:Ke,pleaseSelectDashboard:He,rootNodeIsRequired:We,theViewNameCannotBeEmpty:qe,pleaseSelectOcrType:Je,pleaseSelectAtLeastOneFieldToFillIn:Xe,pleaseChooseAtLeastOne:Oe,pleaseEnterButtonContent:Qe,pleaseEnterDataCodeInDataSetting:Ze,pleaseEnterValueFieldCodeInDataSetting:Ye,pleaseEnterSvcCodeInDataSetting:eu,pleaseBindAtLeastOneDisplayValueInDataSetting:uu,rootNodeIsRequiredInDataSetting:tu,pleaseEnterMaxHeight:au,pleaseEnter:nu,pleaseEnterWatermark:ru,pleaseEnterFileName:su,pleaseUploadAtLeastOnePrintTemplate:lu,pleaseAssignBusiness:iu,pleaseAssignExternal:ou,pleaseEnterAliasCode:cu,pleaseSelectDataCode:Eu,pleaseSelectSvcCode:Bu,pleaseSelectJoinFieldCode:pu,pleaseSelectMainFieldCode:Fu},Au="Please enter a number",du="Please enter a string",hu="Please enter an object",vu="Please enter an array",Cu="Please enter a boolean",Du="{caption} Required",gu="Please enter the title",fu="Please enter the bubble prompt",Su="Please enter the row title",bu="Please enter the prompt text",Iu="Please bind data items",yu="Please bind the form",Mu="Please bind the list",$u="Please bind the process",wu="Please enter the displayed value",Ru="Please enter the stored value",Lu="The document number is not bound to the data item",Nu="Please select at least one display field",_u="Please enter a value greater than or equal to {min} and less than or equal to {max}",Uu="Please enter a value greater than or equal to {min}",Vu="Please enter a value less than or equal to {max}",ku="The value range is set incorrectly",Pu="Please enter a value with a length greater than or equal to {min} and less than or equal to {max}",Tu="The attachment size must be between 0MB and 1000MB",zu="Please fill in the total score setting",ju="The total score cannot be less than 1",Gu="The default value must be between {min} and {max}",xu="The number of attachments uploaded must be between {min} and {max}",Ku="Please re-select the optional quantity",Hu="The maximum length of the control must be greater than the minimum length",Wu="The minimum length of the control must be less than the maximum length",qu="Please select the correct option setting",Ju="Option ID cannot be repeated",Xu="Please enter at least one option",Ou="Please bind the data source",Qu="Please bind the stored value",Zu="Please bind the service",Yu="At least one display value must be bound",et="Please select a province",ut="Please select a city",tt="Please select a district",at="The minimum number of lines to fill in cannot be less than 0",nt="The number of rows cannot be less than {min} rows",rt="Please enter the column width",st="Please set the logical relationship of all rule conditions",lt="Please complete all rules and conditions",it="please select control",ot="Please select the dashboard",ct="View name cannot be empty",Et="Please select recognition type",Bt="Please select at least one field to fill in",pt="Please select at least one",Ft="Please enter the button title",mt="Please bind the business model in the data settings",At="Please bind storage values in data settings",dt="Please bind the service in the data settings",ht="Please bind at least one display value in the data settings",vt="Please select the root node in the data settings",Ct="Please enter the maximum height",Dt="The input content cannot be empty",gt="Watermark cannot be empty",ft="File name cannot be empty",St="Please upload at least one printing template!\uFF01",bt="Please select a specific business department",It="Please select a specified external organization",yt="Please enter a sub table alias",Mt="Please select the associated table to set the business model",$t="Please select the association table to set the binding service",wt="Select associated sub table fields",Rt="Please select the associated main table field",Lt={isNotNumber:Au,isNotString:du,isNotObject:hu,isNotArray:vu,isNotBoolean:Cu,runtimeRequired:Du,pleaseEnterCaption:gu,pleaseEnterCaptionTip:fu,pleaseEnterRowCaption:Su,pleaseEnterPlaceholder:bu,pleaseEnterFieldCode:Iu,pleaseEnterForm:yu,pleaseEnterList:Mu,pleaseEnterProcess:$u,pleaseEnterLabel:wu,pleaseEnterValue:Ru,bizKeyNotBindFiled:Lu,pleaseSelectOneField:Nu,pleaseEnterNumberRange:_u,pleaseEnterAValueGreaterThanMin:Uu,pleaseEnterAValueLessThanMax:Vu,numberRangeSetError:ku,stringRangeError:Pu,attachmentMaxSize:Tu,pleaseEnterTotalScoreSetting:zu,theTotalScoreMustNotBeLessThan1:ju,scoreDefaultValueRange:Gu,attachmentLimitError:xu,PleaseReselectTheOptionalQuantity:Ku,TheMaximumLengthIsGreaterThanTheMinimumLength:Hu,TheMinimumLengthIsGreaterThanTheMaximumLength:Wu,PleaseSelectTheCorrectOptionSettings:qu,optionIdIsRepeat:Ju,optionIsRequired:Xu,pleaseEnterDataCode:Ou,pleaseEnterValueFieldCode:Qu,pleaseEnterSvcCode:Zu,pleaseBindAtLeastOneDisplayValue:Yu,pleaseSelectProvince:et,pleaseSelectCity:ut,pleaseSelectDistrict:tt,limitRowsCannotBeLessThan0:at,TheNumberOfRowsCannotBeLessThanMinRows:nt,pleaseEnterColumnWidth:rt,pleaseSetTheLogicalRelationshipOfAllRuleConditions:st,pleaseCompleteAllRulesAndConditions:lt,pleaseSelectControl:it,pleaseSelectDashboard:ot,theViewNameCannotBeEmpty:ct,pleaseSelectOcrType:Et,pleaseSelectAtLeastOneFieldToFillIn:Bt,pleaseChooseAtLeastOne:pt,pleaseEnterButtonContent:Ft,pleaseEnterDataCodeInDataSetting:mt,pleaseEnterValueFieldCodeInDataSetting:At,pleaseEnterSvcCodeInDataSetting:dt,pleaseBindAtLeastOneDisplayValueInDataSetting:ht,rootNodeIsRequiredInDataSetting:vt,pleaseEnterMaxHeight:Ct,pleaseEnter:Dt,pleaseEnterWatermark:gt,pleaseEnterFileName:ft,pleaseUploadAtLeastOnePrintTemplate:St,pleaseAssignBusiness:bt,pleaseAssignExternal:It,pleaseEnterAliasCode:yt,pleaseSelectDataCode:Mt,pleaseSelectSvcCode:$t,pleaseSelectJoinFieldCode:wt,pleaseSelectMainFieldCode:Rt},Nt="\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",_t="\u6587\u5B57\u5217\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Ut="\u5BFE\u8C61\u7269\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Vt="\u6570\u5B57\u7D44\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",kt="\u30D6\u30FC\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Pt="{caption}\u5FC5\u9808",Tt="\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",zt="\u6C17\u6CE1\u306E\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",jt="\u884C\u30D8\u30C3\u30C0\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Gt="\u30D2\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",xt="\u30C7\u30FC\u30BF\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Kt="\u30B7\u30FC\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Ht="\u30EA\u30B9\u30C8\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Wt="\u30D5\u30ED\u30FC\u3092\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",qt="\u8868\u793A\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Jt="\u4FDD\u5B58\u5024\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",Xt="\u30B7\u30FC\u30C8\u756A\u53F7\u304C\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",Ot="\u5C11\u306A\u304F\u3068\u30821\u3064\u306E\u8868\u793A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Qt="{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Zt="{min}\u4EE5\u4E0A\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Yt="{max}\u672A\u6E80\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ea="\u6570\u5024\u7BC4\u56F2\u8A2D\u5B9A\u30A8\u30E9\u30FC",ua="\u9577\u3055\u304C{min}\u4EE5\u4E0A{max}\u4EE5\u4E0B\u306E\u5024\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",ta="\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F0MB\u304B\u30891000MB\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",aa="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",na="\u30C8\u30FC\u30BF\u30EB\u70B9\u6570\u306F\uFF11\u4EE5\u4E0A\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",ra="\u57FA\u672C\u8A2D\u5B9A\u5024\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059\u3002",sa="\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u4EF6\u6570\u306F{min}\u304B\u3089{max}\u306E\u9593\u3067\u304A\u9858\u3044\u3057\u307E\u3059",la="\u6570\u91CF\u3092\u518D\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ia="\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",oa="\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",ca="\u6B63\u78BA\u306A\u8A2D\u5B9A\u5024\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ea="ID\u306F\u91CD\u8907\u3057\u306A\u3044\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",Ba="\u6700\u4F4E\uFF11\u70B9\u3092\u9078\u3076\u3088\u3046\u306B\u304A\u9858\u3044\u3057\u307E\u3059",pa="\u5143\u30C7\u30FC\u30BF\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Fa="\u4FDD\u5B58\u5024\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",ma="\u30B5\u30FC\u30D3\u30B9\u306B\u30EA\u30F3\u30AF\u3057\u3066\u4E0B\u3055\u3044",Aa="\u8868\u793A\u5024\u3092\u30EA\u30F3\u30AF\u3057\u76F4\u3057\u3057\u3066\u4E0B\u3055\u3044",da="\u7701\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",ha="\u5E02\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",va="\u533A\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044",Ca="\u6700\u5C0F\u5024\u306F\uFF10\u3088\u308A\u5927\u304D\u304F\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Da="\u6700\u4F4E\u884C\u6570\u306F{min}\u884C\u3067\u304A\u9858\u3044\u3057\u307E\u3059",ga="\u5217\u5E45\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044",fa="\u5168\u3066\u306E\u6761\u4EF6\u306E\u30ED\u30B8\u30C3\u30AF\u3092\u8A2D\u5B9A\u3057\u3066\u4E0B\u3055\u3044",Sa="\u5168\u3066\u306E\u6761\u4EF6\u3092\u5B8C\u6210\u3055\u305B\u3066\u4E0B\u3055\u3044",ba="please select control",Ia="\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ya="\u30D3\u30E5\u30FC\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ma="\u8B58\u5225\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",$a="\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",wa="\u5C11\u306A\u304F\u3068\u30821\u3064\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ra="\u30DC\u30BF\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",La="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Na="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u306B\u683C\u7D0D\u5024\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",_a="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30B5\u30FC\u30D3\u30B9\u3092\u30D0\u30A4\u30F3\u30C9\u3057\u3066\u304F\u3060\u3055\u3044",Ua="\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",Va="\u30C7\u30FC\u30BF\u8A2D\u5B9A\u3067\u30EB\u30FC\u30C8\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",ka="\u6700\u5927\u9AD8\u3055\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Pa="\u5165\u529B\u5185\u5BB9\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",Ta="\u900F\u304B\u3057\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",za="\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u7A7A\u767D\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093",ja="\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",Ga="\u6307\u5B9A\u3055\u308C\u305F\u30D3\u30B8\u30CD\u30B9\u90E8\u9580\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",xa="\u5916\u90E8\u7D44\u7E54\u306E\u6307\u5B9A\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Ka="\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",Ha="\u95A2\u9023\u8868\u3092\u9078\u629E\u3057\u3066\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044",Wa="\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",qa="\u95A2\u9023\u30B5\u30D6\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u9078\u629E",Ja="\u95A2\u9023\u30DE\u30B9\u30BF\u30FC\u30C6\u30FC\u30D6\u30EB\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",Xa={isNotNumber:Nt,isNotString:_t,isNotObject:Ut,isNotArray:Vt,isNotBoolean:kt,runtimeRequired:Pt,pleaseEnterCaption:Tt,pleaseEnterCaptionTip:zt,pleaseEnterRowCaption:jt,pleaseEnterPlaceholder:Gt,pleaseEnterFieldCode:xt,pleaseEnterForm:Kt,pleaseEnterList:Ht,pleaseEnterProcess:Wt,pleaseEnterLabel:qt,pleaseEnterValue:Jt,bizKeyNotBindFiled:Xt,pleaseSelectOneField:Ot,pleaseEnterNumberRange:Qt,pleaseEnterAValueGreaterThanMin:Zt,pleaseEnterAValueLessThanMax:Yt,numberRangeSetError:ea,stringRangeError:ua,attachmentMaxSize:ta,pleaseEnterTotalScoreSetting:aa,theTotalScoreMustNotBeLessThan1:na,scoreDefaultValueRange:ra,attachmentLimitError:sa,PleaseReselectTheOptionalQuantity:la,TheMaximumLengthIsGreaterThanTheMinimumLength:ia,TheMinimumLengthIsGreaterThanTheMaximumLength:oa,PleaseSelectTheCorrectOptionSettings:ca,optionIdIsRepeat:Ea,optionIsRequired:Ba,pleaseEnterDataCode:pa,pleaseEnterValueFieldCode:Fa,pleaseEnterSvcCode:ma,pleaseBindAtLeastOneDisplayValue:Aa,pleaseSelectProvince:da,pleaseSelectCity:ha,pleaseSelectDistrict:va,limitRowsCannotBeLessThan0:Ca,TheNumberOfRowsCannotBeLessThanMinRows:Da,pleaseEnterColumnWidth:ga,pleaseSetTheLogicalRelationshipOfAllRuleConditions:fa,pleaseCompleteAllRulesAndConditions:Sa,pleaseSelectControl:ba,pleaseSelectDashboard:Ia,theViewNameCannotBeEmpty:ya,pleaseSelectOcrType:Ma,pleaseSelectAtLeastOneFieldToFillIn:$a,pleaseChooseAtLeastOne:wa,pleaseEnterButtonContent:Ra,pleaseEnterDataCodeInDataSetting:La,pleaseEnterValueFieldCodeInDataSetting:Na,pleaseEnterSvcCodeInDataSetting:_a,pleaseBindAtLeastOneDisplayValueInDataSetting:Ua,rootNodeIsRequiredInDataSetting:Va,pleaseEnterMaxHeight:ka,pleaseEnter:Pa,pleaseEnterWatermark:Ta,pleaseEnterFileName:za,pleaseUploadAtLeastOnePrintTemplate:ja,pleaseAssignBusiness:Ga,pleaseAssignExternal:xa,pleaseEnterAliasCode:Ka,pleaseSelectDataCode:Ha,pleaseSelectSvcCode:Wa,pleaseSelectJoinFieldCode:qa,pleaseSelectMainFieldCode:Ja},Oa={zhCN:mu,enUS:Lt,jaJP:Xa},k=(e=>(e.Number="Number",e.Operator="Operator",e.VariableInMainTable="VariableInMainTable",e.VariableInCurrentSubTable="VariableInCurrentSubTable",e.VariableInOtherSubTable="VariableInOtherSubTable",e.UndefinedVariable="UndefinedVariable",e))(k||{}),P=(e=>(e.SUM="SUM",e.AVG="AVG",e.MAX="MAX",e.MIN="MIN",e))(P||{});class Qa{constructor(u){var t,a,l,o,i,c;this.name=(t=u==null?void 0:u.name)!=null?t:"",this.id=(a=u==null?void 0:u.id)!=null?a:"",this.type=(l=u==null?void 0:u.type)!=null?l:"Number",this.subTableId=(o=u==null?void 0:u.subTableId)!=null?o:void 0,this.subTableName=(i=u==null?void 0:u.subTableId)!=null?i:void 0,this.aggregateType=(c=u==null?void 0:u.aggregateType)!=null?c:void 0}}const T="zh-CN",Za=()=>{};var z=(e=>(e.BASE="base",e.FORM="form",e.LAYOUT="layout",e.WRAP="wrap",e.COLUMN="column",e.LIST="list",e.SEARCH="search",e))(z||{}),y=(e=>(e.TITLE="title",e.LINK="link",e.BUTTON="button",e.DIVIDER="divider",e.TEXT="text",e.CREATE_FORM_LIST_BUTTON="list-page-btn-create-form",e.BATCH_SUBMISSION_LIST_BUTTON="list-page-btn-batch-submission",e.SUBMISSION_RECORD_LIST_BUTTON="list-page-btn-submission-record",e.IMPORT_RECORD_LIST_BUTTON="list-page-btn-import-record",e.EXPORT_RECORD_LIST_BUTTON="list-page-btn-export-record",e.EXPORT_LIST_BUTTON="list-page-btn-export-list",e.LIST_SELECT_BUTTON="list-select-button",e.ORGANIZATION_SELECTION="organization-selection",e.FORM_SELECT_BUTTON="form-select-button",e.LIST_VIEW_SELECT="list-view-select",e.TEXT_OCR_BUTTON="text-ocr-button",e.INVOICE_CHECK_BUTTON="invoice-check-button",e.LIST_PAGE_BTN_BATCH_PRINT="list-page-btn-batch-print",e.LIST_PAGE_BTN_BATCH_PRINT_RECORD="list-page-btn-batch-print-record",e.VARCHAR_COLUMN="varchar-column",e.TEXT_COLUMN="text-column",e.DECIMAL_COLUMN="decimal-column",e.TIMESCOPE_COLUMN="timescope-column",e.TIMESTAMP_COLUMN="timestamp-column",e.ARRAY_COLUMN="array-column",e.DEPARTMENT_COLUMN="department-column",e.AUTO_NUMBER_COLUMN="auto-number-column",e.FILE_COLUMN="file-column",e.IMAGE_COLUMN="image-column",e.PEOPLE_COLUMN="people-column",e.LOCATION_COLUMN="location-column",e.CUSTOM_COLUMN="custom-column",e.ORDER_COLUMN="order-column",e.OPERATION_COLUMN="operation-column",e.EMPLOYEE_COLUMN="employee-column",e.Approval_Status_Column="approval-status-column",e.ADDRESS="address",e.AMOUNT="amount",e.ATTACHMENT="attachment",e.AUTO_NUMBER="auto-number",e.CALC="calc",e.CHECKBOX="checkbox",e.DATE_PICKER="date-picker",e.DATE_RANGE="date-range",e.DEPARTMENT="department",e.EMPLOYEE="employee",e.IMAGE="image",e.INPUT="input",e.NUMBER="number",e.RADIO="radio",e.RICH_TEXT="rich-text",e.SCORE="score",e.SEARCH_DATE_RANGE="search-date-range",e.SEARCH_NUMBER_RANGE="search-number-range",e.SEARCH_INPUT="search-input",e.SELECT="select",e.SELECT_MULTIPLE="select-multiple",e.SELECT_RELATION="select-relation",e.VUE_FORM_ITEM="vue-form-item",e.TEXTAREA="textarea",e.EMAIL="email",e.FOOTER="footer",e.HEADER="header",e.ID_CARD="id-card",e.MOBILE="mobile",e.PHONE="phone",e.RADIO_IMAGE="radio-image",e.ELECTRONIC_SIGNATURE="electronic-signature",e.WPS="wps",e.CARD_GROUP="card-group",e.COL="col",e.GRID="grid",e.GRID_ROW="grid-row",e.GRID_TABLE_COLUMN="grid-table-column",e.GRID_LAYOUT_CONTAINER="grid-layout-container",e.ROW="row",e.TWO_COLUMNS="two-columns",e.SUBTABLE_COLUMN="subtable-column",e.SUBTABLE_ROW="subtable-row",e.TAB="tab",e.TAB_PANE="tab-pane",e.TOOLBOX="toolbox",e.DATA_VIEW="data-view",e.LIST_VIEW="list-view",e.ACTION_BAR="action-bar",e.SUBTABLE="subtable",e.GRID_TABLE="grid-table",e.SIMPLE_SEARCH="simple-search",e.PAGINATION="pagination",e.CHECKBOX_IMAGE="checkbox-image",e.DASHBOARD="dashboard",e.TREE="tree",e.EMPLOYEE2="employee2",e.DEPARTMENT2="department2",e.GRID_LAYOUT_WRAP="grid-layout-wrap",e))(y||{}),j=(e=>(e.VARCHAR="varchar",e.TEXT="text",e.ARRAY="array",e.ADDRESS="location",e.DECIMAL="decimal",e.DECIMAL_RANGE="decimal_range",e.TIMESTAMP="timestamp",e.EMPLOYEES="people",e.DEPARTMENTS="department",e.MONEY="money",e.TIMESCOPE="timescope",e.FILE="file",e.IMAGE="image",e.AUTO_NUMBER="auto_number",e.CALC="calc",e.RELATION="relation",e.LIST="list",e.RELATION_FIELD="relation-field",e.REFERENCE_FIELD="reference-field",e.CALC_FIELD="calc",e.JSON="json",e.BIGINT="bigint",e.ANY="ANY",e.ENCRYPTED_FIELD="encrypted_field",e))(j||{});const Ya={array:"array-column",auto_number:"auto-number-column",decimal:"decimal-column",department:"department-column",file:"file-column",image:"image-column",location:"location-column",people:"employee-column",text:"text-column",timescope:"timescope-column",timestamp:"timestamp-column",varchar:"varchar-column",relation:"varchar-column"};var G=(e=>(e.YEAR="year",e.MONTH="month",e.DATE="date",e.DATEHOUR="datehour",e.DATEMIN="datemin",e.DATETIME="datetime",e))(G||{});const x="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",en=x+"0123456789";function un(e=15){let u="";for(let t=0;t<e;t++){const a=t===0?x:en,l=Math.random()*a.length;u+=a[parseInt(String(l),10)]}return u}const M=console;function K(...e){const u=e.slice(1);M.warn("\u{1F9D0} Driven Warning:"+e[0],...u)}function $(...e){const u=e.slice(1);M.log("\u{1F680} Driven Log:"+e[0],...u)}function tn(e){return e+" \u{1F41B}\u{1F41B}\u{1F41B}"}class w extends Error{constructor(u){super(u);this.name="\u{1F4A5} Driven Error",this.message=u?tn(u):"An unknown error occurred in the Driven, please contact the person in charge \u{1F691}\u{1F691}\u{1F691}"}}class an extends w{constructor(u){super(u);this.name="\u{1F6A8} Driven Reference Error"}}function nn(e){throw new w(e)}function rn(e){throw new an(e)}function H(e){M.error(new w(e))}function g(e,u){Array.isArray(e)&&e.map(t=>{switch(t.controlType){case"layout":g(t==null?void 0:t.children,u);break;case"wrap":g(t==null?void 0:t.children,u);break;case"search":g(t==null?void 0:t.children,u);break;case"form":u(t)}})}var sn=Object.prototype.toString;function W(e,u){return sn.call(e)==="[object "+u+"]"}function ln(e){return W(e,"String")}function on(e){return W(e,"Promise")}var cn=function(){function e(u){var t,a;this._messageCache=new Map,this.messages={},this.variableRegExp=/\{([0-9a-zA-Z_]+)\}/g,this._messages=Object.freeze((a=(t=u.messages)!==null&&t!==void 0?t:this.getPreImport(u.locale))!==null&&a!==void 0?a:{}),u.variableRegExp&&(this.variableRegExp=u.variableRegExp),this.setLocale(u.locale)}return e.prototype.setLocale=function(u){var t=this;this.locale=u,this._messageCache.clear();var a=this.getMessageData();on(a)?a.then(function(l){t._messageCache.clear(),t.messages[t.localeInMessageKey]=l}):this.messages[this.localeInMessageKey]=a},e.prototype.getMessageData=function(){var u=this._messages[this.localeInMessageKey];return typeof u=="function"?u():u},e.prototype.translate=function(u,t,a){var l=this.getMessage(u);return l?this.formatMessage(l,a):this.formatMessage(t,a)},e.prototype.getMessage=function(u){if(this._messageCache.has(u))return this._messageCache.get(u);var t=this.getPathArray(u),a=t.reduce(function(l,o,i,c){if(l!==void 0){var A=l[o];if(!(i===c.length-1&&!ln(A)))return A}},this.message);return this._messageCache.set(u,a),a},e.prototype.formatMessage=function(u,t){return t?u.replace(this.variableRegExp,function(a,l){var o=t[l];return o!==void 0?String(o):a}):u},e.prototype.getPreImport=function(u){var t;if(window.okI18nPreImport){var a=this.getLocaleInMessageKey(u);return window.okI18nPreImport.hasOwnProperty(a)?window.okI18nPreImport:(t={},t[a]=window.okI18nPreImport,t)}},e.prototype.getPathArray=function(u){return u.split(".")},e.prototype.getLocaleInMessageKey=function(u){return u.replace(/-/g,"")},Object.defineProperty(e.prototype,"$t",{get:function(){return this.translate},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"localeInMessageKey",{get:function(){return this.getLocaleInMessageKey(this.locale)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"message",{get:function(){var u;return(u=this.messages[this.localeInMessageKey])!==null&&u!==void 0?u:{}},enumerable:!1,configurable:!0}),e}();const q=class{static getMessage(e,u={}){return this.$i18n.$t(e,"",u)}static resetI18n(e=T){return new cn({locale:e,messages:Oa})}static setLocale(e){return this.$i18n.setLocale(e)}};let J=q;J.$i18n=q.resetI18n();function En(e,u,t){const a=u.replace(/\[(\d)]/g,(o,i)=>"."+i).split(".");let l=!1;return a.reduce((o,i,c,A)=>{const v=o;if(!!o){if(!Object.prototype.hasOwnProperty.call(o,i)){K(`Can not set ${u}'s ${i} property in current %o, Because there is no ${i} property on the %o`,o,o);return}return c===A.length-1&&!Object.is(v[i],t)&&(v[i]=t,l=!0),v[i]}},e),l}var Bn=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},R={exports:{}};(function(e){(function(u){var t=function(r,s,E){if(!v(s)||Nn(s)||_n(s)||Un(s)||A(s))return s;var p,C=0,ue=0;if(Ln(s))for(p=[],ue=s.length;C<ue;C++)p.push(t(r,s[C],E));else{p={};for(var V in s)Object.prototype.hasOwnProperty.call(s,V)&&(p[r(V,E)]=t(r,s[V],E))}return p},a=function(r,s){s=s||{};var E=s.separator||"_",p=s.split||/(?=[A-Z])/;return r.split(p).join(E)},l=function(r){return Vn(r)?r:(r=r.replace(/[\-_\s]+(.)?/g,function(s,E){return E?E.toUpperCase():""}),r.substr(0,1).toLowerCase()+r.substr(1))},o=function(r){var s=l(r);return s.substr(0,1).toUpperCase()+s.substr(1)},i=function(r,s){return a(r,s).toLowerCase()},c=Object.prototype.toString,A=function(r){return typeof r=="function"},v=function(r){return r===Object(r)},Ln=function(r){return c.call(r)=="[object Array]"},Nn=function(r){return c.call(r)=="[object Date]"},_n=function(r){return c.call(r)=="[object RegExp]"},Un=function(r){return c.call(r)=="[object Boolean]"},Vn=function(r){return r=r-0,r===r},U=function(r,s){var E=s&&"process"in s?s.process:s;return typeof E!="function"?r:function(p,C){return E(p,r,C)}},ee={camelize:l,decamelize:i,pascalize:o,depascalize:i,camelizeKeys:function(r,s){return t(U(l,s),r)},decamelizeKeys:function(r,s){return t(U(i,s),r,s)},pascalizeKeys:function(r,s){return t(U(o,s),r)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=ee:u.humps=ee})(Bn)})(R);var X={};Object.defineProperty(X,"__esModule",{value:!0});function L(e){if(typeof e!="object"||e===null)return e;if(Array.isArray(e))return e.map(u=>typeof u!="object"||u===null?u:L(u));{const u={};for(const t in e){const a=e[t];u[t]=typeof a!="object"||a===null?a:L(a)}return u}}var pn=X.default=L;function Fn(e){if(e!==void 0)return typeof e=="object"?pn(e):e}function mn(e){return O(e)&&"zh"in e}function O(e){return Object.prototype.toString.call(e)==="[object Object]"}function An(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}function f(e){return Array.isArray(e)}function Q(e){return typeof e=="string"}function N(e){return typeof e=="number"}function dn(e){return typeof e=="function"}function hn(e){return f(e)&&e.every(u=>Q(u))}function vn(e){return f(e)&&e.every(u=>N(u))}function Cn(e){return f(e)&&e.every(u=>N(u)||u==="")}function Dn(e){return/^\[.*?]$/.test(e)}function gn(e){return/^{.*?}$/.test(e)}function fn(e){return isNaN(parseFloat(e))?"":Number(e)}function Sn(e){return e.reduce((u,t)=>(u.includes(t)||u.push(t),u),[])}function bn(e,u=500){let t;return function(...a){t||(t=setTimeout(()=>{e.apply(this,a),clearTimeout(t),t=null},u))}}function In(e=0){return new Promise(u=>{setTimeout(u,e)})}function _(e,u){let t=[];return Array.isArray(e)&&(t=e.map(a=>{let l=a;return Array.isArray(a==null?void 0:a.children)&&(l.children=_(a.children,u)),Array.isArray(a==null?void 0:a.footers)&&(l.footers=_(a.footers,u)),u(l)})),t}function yn(e){return R.exports.camelizeKeys(e)}function Mn(e){return R.exports.decamelizeKeys(e)}function $n(e){return Object.values(y).includes(e)}class wn{constructor(){this._events=new Map,this.debug=!1}emit(u,...t){return te(this,null,function*(){const a=this._events.get(u),l=[];if(a){const o=a.slice();for(const i of o)if(!!a.includes(i))try{this.debug&&$(`\u6B63\u5728\u6267\u884C ${u} \u4E8B\u4EF6: ${i.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+i.applyingPluginName:""}, \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A${t.map(()=>"%o").join(",")}\u3002`,...t);const c=yield i.apply(null,[...t]);if(this.debug&&$(`\u6B63\u5728\u6267\u884C ${u} \u4E8B\u4EF6: ${i.applyingPluginName?"\u5F53\u524D\u6267\u884C\u7684\u63D2\u4EF6\u4E3A:"+i.applyingPluginName:""}, \u5F53\u524D\u6267\u884C\u51FD\u6570\u7684\u53C2\u6570\u4E3A${t.map(()=>"%o").join(",")}; \u51FD\u6570\u7684\u8FD4\u56DE\u7ED3\u679C\u4E3A%o`,...t,c),l.push(c),c===!1)break}catch(c){H(String(c)+":"+String(c.stack))}}return l})}on(u,t){var a;this._events.has(u)?(a=this._events.get(u))==null||a.push(t):this._events.set(u,[t])}off(u,t){if(this._events.has(u)){const a=this._events.get(u),l=a==null?void 0:a.indexOf(t);a==null||a.splice(l,1)}}delete(u){this._events.has(u)&&this._events.delete(u)}clear(){this._events=new Map}}const Rn=[{key:"on_click",name:"\u70B9\u51FB\u65F6",code:"click"},{key:"on_click_finish",name:"\u6267\u884C\u5B8C\u6210\u65F6",code:"click-finish"},{key:"on_change",name:"\u503C\u53D1\u751F\u53D8\u5316\u65F6",code:"change"},{key:"on_search",name:"\u641C\u7D22\u65F6",code:"search"},{key:"on_list_change",name:"\u5217\u8868\u6570\u636E\u53D8\u5316\u65F6",code:"list-change"},{key:"on_list_search",name:"\u5217\u8868\u6570\u636E\u67E5\u8BE2\u6784\u5EFA\u65F6",code:"list-search"},{key:"on_list_mounted",name:"\u5217\u8868\u6570\u636E\u8FD4\u56DE\u65F6",code:"list-mounted"},{key:"on_list_delete",name:"\u5217\u8868\u6570\u636E\u5220\u9664\u65F6",code:"list-delete"},{key:"on_list_before_insert",name:"\u5217\u8868\u6570\u636E\u63D2\u5165\u524D",code:"list-before-insert"},{key:"on_input",name:"\u7528\u6237\u8F93\u5165\u65F6",code:"input"},{key:"on_blur",name:"\u5931\u53BB\u7126\u70B9\u65F6",code:"blur"},{key:"on_focus",name:"\u83B7\u53D6\u7126\u70B9\u65F6",code:"focus"},{key:"on_wps_open",name:"\u6253\u5F00\u6587\u4EF6\u65F6",code:"wps-open"},{key:"on_wps_save",name:"\u4FDD\u5B58\u6587\u4EF6\u65F6",code:"wps-save"},{key:"on_wps_rename",name:"\u91CD\u547D\u540D\u65F6",code:"wps-rename"},{key:"on_list_actions",name:"\u70B9\u51FB\u64CD\u4F5C\u6309\u94AE\u65F6",code:"list-actions"},{key:"on_list_render_operation",name:"\u64CD\u4F5C\u5217\u6E32\u67D3\u65F6",code:"list-render-operation"},{key:"on_list_rowclick",name:"\u884C\u70B9\u51FB\u65F6",code:"list-rowclick"},{key:"on_list_before_rowdelete",name:"\u884C\u5220\u9664\u524D",code:"list-before-rowdelete"},{key:"on_list_before_import",name:"\u5217\u8868\u6570\u636E\u5BFC\u5165\u524D",code:"list-before-import"},{key:"on_list_rows_checked",name:"\u884C\u9009\u4E2D\u65F6",code:"list-rows-checked"},{key:"on_change_tab",name:"\u6807\u7B7E\u9875\u5207\u6362\u65F6",code:"change-tab"},{key:"on_modal_ok",name:"\u5F39\u7A97\u786E\u8BA4\u65F6",code:"modal-ok"}],Z=class{getEventsFromKeys(e){const u=typeof e=="string"?[e]:e;return Z.events.filter(t=>u.includes(t.key))}};let Y=Z;Y.events=Rn,n.CALC_AGGREGATE_TYPE=P,n.CALC_TOKEN_TYPE=k,n.CONTROL_BASE_TYPE=z,n.CONTROL_TYPE=y,n.CalcScriptEchoItem=Qa,n.DEFAULT_LOCALE=T,n.DateType=G,n.DepartmentEntity=F,n.EventLogic=Y,n.FieldTypeToColumnType=Ya,n.FieldTypes=j,n.JSONCopy=Fn,n.RulesMessage=J,n.UserEntity=m,n.Watcher=wn,n.camelizeKeys=yn,n.debounce=bn,n.decamelizeKeys=Mn,n.error=nn,n.genNonDuplicateId=un,n.getNotRepeatItems=Sn,n.isArray=f,n.isBuiltInControls=$n,n.isFunction=dn,n.isJSONArray=Dn,n.isJSONObject=gn,n.isLanguageObject=mn,n.isNumber=N,n.isNumberAndEmptyStringArray=Cn,n.isNumberArray=vn,n.isObject=An,n.isPlainObject=O,n.isString=Q,n.isStringArray=hn,n.log=$,n.logerror=H,n.loop=_,n.loopFormSchema=g,n.noop=Za,n.referenceError=rn,n.toNumberOrEmpty=fn,n.updateValueFromKeys=En,n.wait=In,n.warn=K,Object.defineProperty(n,"__esModule",{value:!0})});
|
|
@@ -109,7 +109,7 @@ declare const eventMap: readonly [{
|
|
|
109
109
|
readonly name: "弹窗确认时";
|
|
110
110
|
readonly code: "modal-ok";
|
|
111
111
|
}];
|
|
112
|
-
export type InnerEventCode = (typeof eventMap)[number]['code'];
|
|
112
|
+
export declare type InnerEventCode = (typeof eventMap)[number]['code'];
|
|
113
113
|
export declare class EventLogic {
|
|
114
114
|
static readonly events: readonly [{
|
|
115
115
|
readonly key: "on_click";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import OkI18n from 'ok-i18n';
|
|
2
2
|
import messages from './locales';
|
|
3
|
-
type Message = Partial<(typeof messages)['zhCN']>;
|
|
4
|
-
type Keys = 'caption' | 'placeholder' | 'max' | 'min';
|
|
5
|
-
type Variable = {
|
|
3
|
+
declare type Message = Partial<(typeof messages)['zhCN']>;
|
|
4
|
+
declare type Keys = 'caption' | 'placeholder' | 'max' | 'min';
|
|
5
|
+
declare type Variable = {
|
|
6
6
|
[key in Keys]?: string | number;
|
|
7
7
|
};
|
|
8
8
|
export declare class RulesMessage {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-shared",
|
|
3
|
-
"version": "2.7.0-alpha.
|
|
3
|
+
"version": "2.7.0-alpha.16",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"humps": "^2.0.1",
|
|
31
31
|
"ok-i18n": "^3.0.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "805e090b718feaf3b80b8ab5491634183be0473b"
|
|
34
34
|
}
|