@byteluck-fe/model-driven-shared 3.0.0-beta.7 → 5.5.0-1
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/README.md +29 -29
- package/dist/esm/calc.js +35 -35
- package/dist/esm/entity/Department.js +7 -7
- package/dist/esm/entity/User.js +39 -39
- package/dist/esm/enum.js +74 -74
- package/dist/esm/locales/en-US.json +158 -158
- package/dist/esm/locales/ja-JP.json +158 -158
- package/dist/esm/locales/zh-CN.json +241 -241
- package/dist/esm/updateValueFromKeys.js +6 -6
- package/dist/esm/utils.js +10 -10
- package/dist/types/EventLogic.d.ts +317 -317
- package/dist/types/RulesMessage.d.ts +13 -13
- package/dist/types/calc.d.ts +74 -74
- package/dist/types/constant.d.ts +2 -2
- package/dist/types/entity/Department.d.ts +15 -15
- package/dist/types/entity/User.d.ts +85 -85
- package/dist/types/entity/index.d.ts +2 -2
- package/dist/types/enum.d.ts +269 -269
- package/dist/types/genNonDuplicateId.d.ts +1 -1
- package/dist/types/index.d.ts +13 -13
- package/dist/types/locales/index.d.ts +560 -560
- package/dist/types/log.d.ts +5 -5
- package/dist/types/loopControls.d.ts +1 -1
- package/dist/types/updateValueFromKeys.d.ts +8 -8
- package/dist/types/utils.d.ts +53 -53
- package/dist/types/watcher.d.ts +14 -14
- package/package.json +2 -2
|
@@ -1,560 +1,560 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
zhCN: {
|
|
3
|
-
isNotNumber: string;
|
|
4
|
-
isNotString: string;
|
|
5
|
-
isNotObject: string;
|
|
6
|
-
isNotArray: string;
|
|
7
|
-
isNotBoolean: string;
|
|
8
|
-
runtimeRequired: string;
|
|
9
|
-
pleaseEnterCaption: string;
|
|
10
|
-
pleaseEnterCaptionTip: string;
|
|
11
|
-
pleaseEnterRowCaption: string;
|
|
12
|
-
pleaseEnterPlaceholder: string;
|
|
13
|
-
pleaseEnterFieldCode: string;
|
|
14
|
-
pleaseEnterForm: string;
|
|
15
|
-
pleaseEnterList: string;
|
|
16
|
-
pleaseEnterProcess: string;
|
|
17
|
-
pleaseEnterLabel: string;
|
|
18
|
-
pleaseEnterValue: string;
|
|
19
|
-
bizKeyNotBindFiled: string;
|
|
20
|
-
pleaseSelectOneField: string;
|
|
21
|
-
pleaseEnterNumberRange: string;
|
|
22
|
-
pleaseEnterAValueGreaterThanMin: string;
|
|
23
|
-
pleaseEnterAValueLessThanMax: string;
|
|
24
|
-
numberRangeSetError: string;
|
|
25
|
-
stringRangeError: string;
|
|
26
|
-
attachmentMaxSize: string;
|
|
27
|
-
pleaseEnterTotalScoreSetting: string;
|
|
28
|
-
theTotalScoreMustNotBeLessThan1: string;
|
|
29
|
-
scoreDefaultValueRange: string;
|
|
30
|
-
attachmentLimitError: string;
|
|
31
|
-
PleaseReselectTheOptionalQuantity: string;
|
|
32
|
-
TheMaximumLengthIsGreaterThanTheMinimumLength: string;
|
|
33
|
-
TheMinimumLengthIsGreaterThanTheMaximumLength: string;
|
|
34
|
-
PleaseSelectTheCorrectOptionSettings: string;
|
|
35
|
-
optionIdIsRepeat: string;
|
|
36
|
-
optionIsRequired: string;
|
|
37
|
-
pleaseEnterDataCode: string;
|
|
38
|
-
pleaseEnterValueFieldCode: string;
|
|
39
|
-
pleaseEnterSvcCode: string;
|
|
40
|
-
pleaseBindAtLeastOneDisplayValue: string;
|
|
41
|
-
pleaseSelectProvince: string;
|
|
42
|
-
pleaseSelectCity: string;
|
|
43
|
-
pleaseSelectDistrict: string;
|
|
44
|
-
limitRowsCannotBeLessThan0: string;
|
|
45
|
-
TheNumberOfRowsCannotBeLessThanMinRows: string;
|
|
46
|
-
pleaseEnterColumnWidth: string;
|
|
47
|
-
pleaseSetTheLogicalRelationshipOfAllRuleConditions: string;
|
|
48
|
-
pleaseCompleteAllRulesAndConditions: string;
|
|
49
|
-
pleaseSelectControl: string;
|
|
50
|
-
pleaseSelectAtLeastOneColumn: string;
|
|
51
|
-
pleaseSelectFillBackMode: string;
|
|
52
|
-
pleaseSelectDashboard: string;
|
|
53
|
-
rootNodeIsRequired: string;
|
|
54
|
-
theViewNameCannotBeEmpty: string;
|
|
55
|
-
pleaseSelectOcrType: string;
|
|
56
|
-
pleaseSelectAtLeastOneFieldToFillIn: string;
|
|
57
|
-
pleaseChooseAtLeastOne: string;
|
|
58
|
-
pleaseEnterButtonContent: string;
|
|
59
|
-
pleaseEnterDataCodeInDataSetting: string;
|
|
60
|
-
pleaseEnterValueFieldCodeInDataSetting: string;
|
|
61
|
-
pleaseEnterSvcCodeInDataSetting: string;
|
|
62
|
-
pleaseBindAtLeastOneDisplayValueInDataSetting: string;
|
|
63
|
-
rootNodeIsRequiredInDataSetting: string;
|
|
64
|
-
pleaseEnterMaxHeight: string;
|
|
65
|
-
pleaseEnterWatermark: string;
|
|
66
|
-
pleaseEnterFileName: string;
|
|
67
|
-
pleaseUploadAtLeastOnePrintTemplate: string;
|
|
68
|
-
pleaseAssignBusiness: string;
|
|
69
|
-
pleaseAssignExternal: string;
|
|
70
|
-
pleaseEnterAliasCode: string;
|
|
71
|
-
pleaseSelectDataCode: string;
|
|
72
|
-
pleaseSelectSvcCode: string;
|
|
73
|
-
pleaseSelectJoinFieldCode: string;
|
|
74
|
-
pleaseSelectMainFieldCode: string;
|
|
75
|
-
pleaseSelectSortFieldCode: string;
|
|
76
|
-
batchDeleteButton: string;
|
|
77
|
-
batchPrintListButton: string;
|
|
78
|
-
batchPrintRecordList: string;
|
|
79
|
-
button: string;
|
|
80
|
-
createFormListButton: string;
|
|
81
|
-
dashboard: string;
|
|
82
|
-
divider: string;
|
|
83
|
-
exportListButton: string;
|
|
84
|
-
formSelectButton: string;
|
|
85
|
-
importRecordListButton: string;
|
|
86
|
-
invoiceCheckButton: string;
|
|
87
|
-
link: string;
|
|
88
|
-
listSelectButton: string;
|
|
89
|
-
ListViewSelect: string;
|
|
90
|
-
operationButton: string;
|
|
91
|
-
pagination: string;
|
|
92
|
-
submissionRecordListButton: string;
|
|
93
|
-
text: string;
|
|
94
|
-
textOcrButton: string;
|
|
95
|
-
title: string;
|
|
96
|
-
approvalStatusColumn: string;
|
|
97
|
-
array: string;
|
|
98
|
-
autoNumber: string;
|
|
99
|
-
custom: string;
|
|
100
|
-
decimal: string;
|
|
101
|
-
department: string;
|
|
102
|
-
employee: string;
|
|
103
|
-
file: string;
|
|
104
|
-
image: string;
|
|
105
|
-
location: string;
|
|
106
|
-
operation: string;
|
|
107
|
-
order: string;
|
|
108
|
-
people: string;
|
|
109
|
-
long: string;
|
|
110
|
-
timescope: string;
|
|
111
|
-
timestamp: string;
|
|
112
|
-
varchar: string;
|
|
113
|
-
gridLayoutWrap: string;
|
|
114
|
-
gridTable: string;
|
|
115
|
-
subTable: string;
|
|
116
|
-
address: string;
|
|
117
|
-
amount: string;
|
|
118
|
-
calc: string;
|
|
119
|
-
checkBox: string;
|
|
120
|
-
electronicSignature: string;
|
|
121
|
-
input: string;
|
|
122
|
-
number: string;
|
|
123
|
-
organizationSelection: string;
|
|
124
|
-
radio: string;
|
|
125
|
-
richText: string;
|
|
126
|
-
score: string;
|
|
127
|
-
searchNumberRange: string;
|
|
128
|
-
select: string;
|
|
129
|
-
selectMultiple: string;
|
|
130
|
-
selectRelation: string;
|
|
131
|
-
textarea: string;
|
|
132
|
-
tree: string;
|
|
133
|
-
vueFormItem: string;
|
|
134
|
-
vuePage: string;
|
|
135
|
-
WPS: string;
|
|
136
|
-
actionBar: string;
|
|
137
|
-
advancedContainer: string;
|
|
138
|
-
cardGroup: string;
|
|
139
|
-
col: string;
|
|
140
|
-
dataView: string;
|
|
141
|
-
grid: string;
|
|
142
|
-
gridLayoutContainer: string;
|
|
143
|
-
gridRow: string;
|
|
144
|
-
listView: string;
|
|
145
|
-
page: string;
|
|
146
|
-
position: string;
|
|
147
|
-
positioningContainer: string;
|
|
148
|
-
row: string;
|
|
149
|
-
subtableColumn: string;
|
|
150
|
-
subtableRow: string;
|
|
151
|
-
tab: string;
|
|
152
|
-
tabPane: string;
|
|
153
|
-
toolbox: string;
|
|
154
|
-
batchSubmissionListButton: string;
|
|
155
|
-
exportRecordListButton: string;
|
|
156
|
-
listViewSelect: string;
|
|
157
|
-
endTime: string;
|
|
158
|
-
startTime: string;
|
|
159
|
-
unit: string;
|
|
160
|
-
result: string;
|
|
161
|
-
currency: string;
|
|
162
|
-
endDate: string;
|
|
163
|
-
startDate: string;
|
|
164
|
-
pleaseSelectCompanyName: string;
|
|
165
|
-
pleaseSelectPhoneOrEmail: string;
|
|
166
|
-
pleaseSelectSignType: string;
|
|
167
|
-
pleaseSelectSigner: string;
|
|
168
|
-
pleaseSelectOnlyOne: string;
|
|
169
|
-
pleaseSelectSignFile: string;
|
|
170
|
-
pleaseSelect: string;
|
|
171
|
-
pleaseSelectOrg: string;
|
|
172
|
-
pleaseSelectDept: string;
|
|
173
|
-
pleaseSelectEndDate: string;
|
|
174
|
-
pleaseSelectStartDate: string;
|
|
175
|
-
pleaseChooseAddress: string;
|
|
176
|
-
modalConfirm: string;
|
|
177
|
-
tabChange: string;
|
|
178
|
-
rowSelected: string;
|
|
179
|
-
listDataImport: string;
|
|
180
|
-
rowDelete: string;
|
|
181
|
-
rowClick: string;
|
|
182
|
-
cellRender: string;
|
|
183
|
-
onClickBtn: string;
|
|
184
|
-
rename: string;
|
|
185
|
-
onSaveFile: string;
|
|
186
|
-
onOpenFile: string;
|
|
187
|
-
onFocus: string;
|
|
188
|
-
onBlur: string;
|
|
189
|
-
onInput: string;
|
|
190
|
-
listDataAdd: string;
|
|
191
|
-
listDataDelete: string;
|
|
192
|
-
listDataBack: string;
|
|
193
|
-
listDataCreate: string;
|
|
194
|
-
listDataChange: string;
|
|
195
|
-
search: string;
|
|
196
|
-
valueChange: string;
|
|
197
|
-
finished: string;
|
|
198
|
-
click: string;
|
|
199
|
-
pleaseEnterNameorEmail: string;
|
|
200
|
-
pleaseEnterDate: string;
|
|
201
|
-
pleaseEnterAutonumber: string;
|
|
202
|
-
pleaseEnter: string;
|
|
203
|
-
defaultTemplate: string;
|
|
204
|
-
left: string;
|
|
205
|
-
top: string;
|
|
206
|
-
default: string;
|
|
207
|
-
readonly: string;
|
|
208
|
-
required: string;
|
|
209
|
-
textTip: string;
|
|
210
|
-
hideCaption: string;
|
|
211
|
-
titleRequired: string;
|
|
212
|
-
organizationalForm: string;
|
|
213
|
-
businessType: string;
|
|
214
|
-
deleteConfirm: string;
|
|
215
|
-
hide: string;
|
|
216
|
-
processStatus: string;
|
|
217
|
-
approvedDocuments: string;
|
|
218
|
-
delete: string;
|
|
219
|
-
edit: string;
|
|
220
|
-
view: string;
|
|
221
|
-
loadCtrlErrorTip: string;
|
|
222
|
-
loadCtrlError: string;
|
|
223
|
-
fullLine: string;
|
|
224
|
-
min: string;
|
|
225
|
-
max: string;
|
|
226
|
-
createWPS: string;
|
|
227
|
-
reset: string;
|
|
228
|
-
query: string;
|
|
229
|
-
detailed: string;
|
|
230
|
-
print: string;
|
|
231
|
-
draft: string;
|
|
232
|
-
save: string;
|
|
233
|
-
cancel: string;
|
|
234
|
-
uploadImg: string;
|
|
235
|
-
signature: string;
|
|
236
|
-
uploadFile: string;
|
|
237
|
-
linkContent: string;
|
|
238
|
-
referenceList: string;
|
|
239
|
-
optionOne: string;
|
|
240
|
-
optionTwo: string;
|
|
241
|
-
optionThird: string;
|
|
242
|
-
};
|
|
243
|
-
enUS: {
|
|
244
|
-
isNotNumber: string;
|
|
245
|
-
isNotString: string;
|
|
246
|
-
isNotObject: string;
|
|
247
|
-
isNotArray: string;
|
|
248
|
-
isNotBoolean: string;
|
|
249
|
-
runtimeRequired: string;
|
|
250
|
-
pleaseEnterCaption: string;
|
|
251
|
-
pleaseEnterCaptionTip: string;
|
|
252
|
-
pleaseEnterRowCaption: string;
|
|
253
|
-
pleaseEnterPlaceholder: string;
|
|
254
|
-
pleaseEnterFieldCode: string;
|
|
255
|
-
pleaseEnterForm: string;
|
|
256
|
-
pleaseEnterList: string;
|
|
257
|
-
pleaseEnterProcess: string;
|
|
258
|
-
pleaseEnterLabel: string;
|
|
259
|
-
pleaseEnterValue: string;
|
|
260
|
-
bizKeyNotBindFiled: string;
|
|
261
|
-
pleaseSelectOneField: string;
|
|
262
|
-
pleaseEnterNumberRange: string;
|
|
263
|
-
pleaseEnterAValueGreaterThanMin: string;
|
|
264
|
-
pleaseEnterAValueLessThanMax: string;
|
|
265
|
-
numberRangeSetError: string;
|
|
266
|
-
stringRangeError: string;
|
|
267
|
-
attachmentMaxSize: string;
|
|
268
|
-
pleaseEnterTotalScoreSetting: string;
|
|
269
|
-
theTotalScoreMustNotBeLessThan1: string;
|
|
270
|
-
scoreDefaultValueRange: string;
|
|
271
|
-
attachmentLimitError: string;
|
|
272
|
-
PleaseReselectTheOptionalQuantity: string;
|
|
273
|
-
TheMaximumLengthIsGreaterThanTheMinimumLength: string;
|
|
274
|
-
TheMinimumLengthIsGreaterThanTheMaximumLength: string;
|
|
275
|
-
PleaseSelectTheCorrectOptionSettings: string;
|
|
276
|
-
optionIdIsRepeat: string;
|
|
277
|
-
optionIsRequired: string;
|
|
278
|
-
pleaseEnterDataCode: string;
|
|
279
|
-
pleaseEnterValueFieldCode: string;
|
|
280
|
-
pleaseEnterSvcCode: string;
|
|
281
|
-
pleaseBindAtLeastOneDisplayValue: string;
|
|
282
|
-
pleaseSelectProvince: string;
|
|
283
|
-
pleaseSelectCity: string;
|
|
284
|
-
pleaseSelectDistrict: string;
|
|
285
|
-
limitRowsCannotBeLessThan0: string;
|
|
286
|
-
TheNumberOfRowsCannotBeLessThanMinRows: string;
|
|
287
|
-
pleaseEnterColumnWidth: string;
|
|
288
|
-
pleaseSetTheLogicalRelationshipOfAllRuleConditions: string;
|
|
289
|
-
pleaseCompleteAllRulesAndConditions: string;
|
|
290
|
-
pleaseSelectControl: string;
|
|
291
|
-
pleaseSelectDashboard: string;
|
|
292
|
-
theViewNameCannotBeEmpty: string;
|
|
293
|
-
pleaseSelectOcrType: string;
|
|
294
|
-
pleaseSelectAtLeastOneFieldToFillIn: string;
|
|
295
|
-
pleaseChooseAtLeastOne: string;
|
|
296
|
-
pleaseEnterButtonContent: string;
|
|
297
|
-
pleaseEnterDataCodeInDataSetting: string;
|
|
298
|
-
pleaseEnterValueFieldCodeInDataSetting: string;
|
|
299
|
-
pleaseEnterSvcCodeInDataSetting: string;
|
|
300
|
-
pleaseBindAtLeastOneDisplayValueInDataSetting: string;
|
|
301
|
-
rootNodeIsRequiredInDataSetting: string;
|
|
302
|
-
pleaseEnterMaxHeight: string;
|
|
303
|
-
pleaseEnter: string;
|
|
304
|
-
pleaseEnterWatermark: string;
|
|
305
|
-
pleaseEnterFileName: string;
|
|
306
|
-
pleaseUploadAtLeastOnePrintTemplate: string;
|
|
307
|
-
pleaseAssignBusiness: string;
|
|
308
|
-
pleaseAssignExternal: string;
|
|
309
|
-
pleaseEnterAliasCode: string;
|
|
310
|
-
pleaseSelectDataCode: string;
|
|
311
|
-
pleaseSelectSvcCode: string;
|
|
312
|
-
pleaseSelectJoinFieldCode: string;
|
|
313
|
-
pleaseSelectMainFieldCode: string;
|
|
314
|
-
pleaseSelectSortFieldCode: string;
|
|
315
|
-
batchDeleteButton: string;
|
|
316
|
-
batchPrintListButton: string;
|
|
317
|
-
batchPrintRecordList: string;
|
|
318
|
-
button: string;
|
|
319
|
-
createFormListButton: string;
|
|
320
|
-
dashboard: string;
|
|
321
|
-
divider: string;
|
|
322
|
-
exportListButton: string;
|
|
323
|
-
formSelectButton: string;
|
|
324
|
-
importRecordListButton: string;
|
|
325
|
-
invoiceCheckButton: string;
|
|
326
|
-
link: string;
|
|
327
|
-
listSelectButton: string;
|
|
328
|
-
ListViewSelect: string;
|
|
329
|
-
operationButton: string;
|
|
330
|
-
pagination: string;
|
|
331
|
-
submissionRecordListButton: string;
|
|
332
|
-
text: string;
|
|
333
|
-
textOcrButton: string;
|
|
334
|
-
title: string;
|
|
335
|
-
approvalStatusColumn: string;
|
|
336
|
-
array: string;
|
|
337
|
-
autoNumber: string;
|
|
338
|
-
custom: string;
|
|
339
|
-
decimal: string;
|
|
340
|
-
department: string;
|
|
341
|
-
employee: string;
|
|
342
|
-
file: string;
|
|
343
|
-
image: string;
|
|
344
|
-
location: string;
|
|
345
|
-
operation: string;
|
|
346
|
-
order: string;
|
|
347
|
-
people: string;
|
|
348
|
-
long: string;
|
|
349
|
-
timescope: string;
|
|
350
|
-
timestamp: string;
|
|
351
|
-
varchar: string;
|
|
352
|
-
gridLayoutWrap: string;
|
|
353
|
-
gridTable: string;
|
|
354
|
-
subTable: string;
|
|
355
|
-
address: string;
|
|
356
|
-
amount: string;
|
|
357
|
-
calc: string;
|
|
358
|
-
checkBox: string;
|
|
359
|
-
electronicSignature: string;
|
|
360
|
-
input: string;
|
|
361
|
-
number: string;
|
|
362
|
-
organizationSelection: string;
|
|
363
|
-
radio: string;
|
|
364
|
-
richText: string;
|
|
365
|
-
score: string;
|
|
366
|
-
searchNumberRange: string;
|
|
367
|
-
select: string;
|
|
368
|
-
selectMultiple: string;
|
|
369
|
-
selectRelation: string;
|
|
370
|
-
textarea: string;
|
|
371
|
-
tree: string;
|
|
372
|
-
vueFormItem: string;
|
|
373
|
-
vuePage: string;
|
|
374
|
-
WPS: string;
|
|
375
|
-
actionBar: string;
|
|
376
|
-
advancedContainer: string;
|
|
377
|
-
cardGroup: string;
|
|
378
|
-
col: string;
|
|
379
|
-
dataView: string;
|
|
380
|
-
grid: string;
|
|
381
|
-
gridLayoutContainer: string;
|
|
382
|
-
gridRow: string;
|
|
383
|
-
listView: string;
|
|
384
|
-
page: string;
|
|
385
|
-
position: string;
|
|
386
|
-
positioningContainer: string;
|
|
387
|
-
row: string;
|
|
388
|
-
subtableColumn: string;
|
|
389
|
-
subtableRow: string;
|
|
390
|
-
tab: string;
|
|
391
|
-
tabPane: string;
|
|
392
|
-
toolbox: string;
|
|
393
|
-
batchSubmissionListButton: string;
|
|
394
|
-
exportRecordListButton: string;
|
|
395
|
-
listViewSelect: string;
|
|
396
|
-
referenceList: string;
|
|
397
|
-
optionOne: string;
|
|
398
|
-
optionTwo: string;
|
|
399
|
-
optionThird: string;
|
|
400
|
-
};
|
|
401
|
-
jaJP: {
|
|
402
|
-
isNotNumber: string;
|
|
403
|
-
isNotString: string;
|
|
404
|
-
isNotObject: string;
|
|
405
|
-
isNotArray: string;
|
|
406
|
-
isNotBoolean: string;
|
|
407
|
-
runtimeRequired: string;
|
|
408
|
-
pleaseEnterCaption: string;
|
|
409
|
-
pleaseEnterCaptionTip: string;
|
|
410
|
-
pleaseEnterRowCaption: string;
|
|
411
|
-
pleaseEnterPlaceholder: string;
|
|
412
|
-
pleaseEnterFieldCode: string;
|
|
413
|
-
pleaseEnterForm: string;
|
|
414
|
-
pleaseEnterList: string;
|
|
415
|
-
pleaseEnterProcess: string;
|
|
416
|
-
pleaseEnterLabel: string;
|
|
417
|
-
pleaseEnterValue: string;
|
|
418
|
-
bizKeyNotBindFiled: string;
|
|
419
|
-
pleaseSelectOneField: string;
|
|
420
|
-
pleaseEnterNumberRange: string;
|
|
421
|
-
pleaseEnterAValueGreaterThanMin: string;
|
|
422
|
-
pleaseEnterAValueLessThanMax: string;
|
|
423
|
-
numberRangeSetError: string;
|
|
424
|
-
stringRangeError: string;
|
|
425
|
-
attachmentMaxSize: string;
|
|
426
|
-
pleaseEnterTotalScoreSetting: string;
|
|
427
|
-
theTotalScoreMustNotBeLessThan1: string;
|
|
428
|
-
scoreDefaultValueRange: string;
|
|
429
|
-
attachmentLimitError: string;
|
|
430
|
-
PleaseReselectTheOptionalQuantity: string;
|
|
431
|
-
TheMaximumLengthIsGreaterThanTheMinimumLength: string;
|
|
432
|
-
TheMinimumLengthIsGreaterThanTheMaximumLength: string;
|
|
433
|
-
PleaseSelectTheCorrectOptionSettings: string;
|
|
434
|
-
optionIdIsRepeat: string;
|
|
435
|
-
optionIsRequired: string;
|
|
436
|
-
pleaseEnterDataCode: string;
|
|
437
|
-
pleaseEnterValueFieldCode: string;
|
|
438
|
-
pleaseEnterSvcCode: string;
|
|
439
|
-
pleaseBindAtLeastOneDisplayValue: string;
|
|
440
|
-
pleaseSelectProvince: string;
|
|
441
|
-
pleaseSelectCity: string;
|
|
442
|
-
pleaseSelectDistrict: string;
|
|
443
|
-
limitRowsCannotBeLessThan0: string;
|
|
444
|
-
TheNumberOfRowsCannotBeLessThanMinRows: string;
|
|
445
|
-
pleaseEnterColumnWidth: string;
|
|
446
|
-
pleaseSetTheLogicalRelationshipOfAllRuleConditions: string;
|
|
447
|
-
pleaseCompleteAllRulesAndConditions: string;
|
|
448
|
-
pleaseSelectControl: string;
|
|
449
|
-
pleaseSelectDashboard: string;
|
|
450
|
-
theViewNameCannotBeEmpty: string;
|
|
451
|
-
pleaseSelectOcrType: string;
|
|
452
|
-
pleaseSelectAtLeastOneFieldToFillIn: string;
|
|
453
|
-
pleaseChooseAtLeastOne: string;
|
|
454
|
-
pleaseEnterButtonContent: string;
|
|
455
|
-
pleaseEnterDataCodeInDataSetting: string;
|
|
456
|
-
pleaseEnterValueFieldCodeInDataSetting: string;
|
|
457
|
-
pleaseEnterSvcCodeInDataSetting: string;
|
|
458
|
-
pleaseBindAtLeastOneDisplayValueInDataSetting: string;
|
|
459
|
-
rootNodeIsRequiredInDataSetting: string;
|
|
460
|
-
pleaseEnterMaxHeight: string;
|
|
461
|
-
pleaseEnter: string;
|
|
462
|
-
pleaseEnterWatermark: string;
|
|
463
|
-
pleaseEnterFileName: string;
|
|
464
|
-
pleaseUploadAtLeastOnePrintTemplate: string;
|
|
465
|
-
pleaseAssignBusiness: string;
|
|
466
|
-
pleaseAssignExternal: string;
|
|
467
|
-
pleaseEnterAliasCode: string;
|
|
468
|
-
pleaseSelectDataCode: string;
|
|
469
|
-
pleaseSelectSvcCode: string;
|
|
470
|
-
pleaseSelectJoinFieldCode: string;
|
|
471
|
-
pleaseSelectMainFieldCode: string;
|
|
472
|
-
pleaseSelectSortFieldCode: string;
|
|
473
|
-
batchDeleteButton: string;
|
|
474
|
-
batchPrintListButton: string;
|
|
475
|
-
batchPrintRecordList: string;
|
|
476
|
-
button: string;
|
|
477
|
-
createFormListButton: string;
|
|
478
|
-
dashboard: string;
|
|
479
|
-
divider: string;
|
|
480
|
-
exportListButton: string;
|
|
481
|
-
formSelectButton: string;
|
|
482
|
-
importRecordListButton: string;
|
|
483
|
-
invoiceCheckButton: string;
|
|
484
|
-
link: string;
|
|
485
|
-
listSelectButton: string;
|
|
486
|
-
ListViewSelect: string;
|
|
487
|
-
operationButton: string;
|
|
488
|
-
pagination: string;
|
|
489
|
-
submissionRecordListButton: string;
|
|
490
|
-
text: string;
|
|
491
|
-
textOcrButton: string;
|
|
492
|
-
title: string;
|
|
493
|
-
approvalStatusColumn: string;
|
|
494
|
-
array: string;
|
|
495
|
-
autoNumber: string;
|
|
496
|
-
custom: string;
|
|
497
|
-
decimal: string;
|
|
498
|
-
department: string;
|
|
499
|
-
employee: string;
|
|
500
|
-
file: string;
|
|
501
|
-
image: string;
|
|
502
|
-
location: string;
|
|
503
|
-
operation: string;
|
|
504
|
-
order: string;
|
|
505
|
-
people: string;
|
|
506
|
-
long: string;
|
|
507
|
-
timescope: string;
|
|
508
|
-
timestamp: string;
|
|
509
|
-
varchar: string;
|
|
510
|
-
gridLayoutWrap: string;
|
|
511
|
-
gridTable: string;
|
|
512
|
-
subTable: string;
|
|
513
|
-
address: string;
|
|
514
|
-
amount: string;
|
|
515
|
-
calc: string;
|
|
516
|
-
checkBox: string;
|
|
517
|
-
electronicSignature: string;
|
|
518
|
-
input: string;
|
|
519
|
-
number: string;
|
|
520
|
-
organizationSelection: string;
|
|
521
|
-
radio: string;
|
|
522
|
-
richText: string;
|
|
523
|
-
score: string;
|
|
524
|
-
searchNumberRange: string;
|
|
525
|
-
select: string;
|
|
526
|
-
selectMultiple: string;
|
|
527
|
-
selectRelation: string;
|
|
528
|
-
textarea: string;
|
|
529
|
-
tree: string;
|
|
530
|
-
vueFormItem: string;
|
|
531
|
-
vuePage: string;
|
|
532
|
-
WPS: string;
|
|
533
|
-
actionBar: string;
|
|
534
|
-
advancedContainer: string;
|
|
535
|
-
cardGroup: string;
|
|
536
|
-
col: string;
|
|
537
|
-
dataView: string;
|
|
538
|
-
grid: string;
|
|
539
|
-
gridLayoutContainer: string;
|
|
540
|
-
gridRow: string;
|
|
541
|
-
listView: string;
|
|
542
|
-
page: string;
|
|
543
|
-
position: string;
|
|
544
|
-
positioningContainer: string;
|
|
545
|
-
row: string;
|
|
546
|
-
subtableColumn: string;
|
|
547
|
-
subtableRow: string;
|
|
548
|
-
tab: string;
|
|
549
|
-
tabPane: string;
|
|
550
|
-
toolbox: string;
|
|
551
|
-
batchSubmissionListButton: string;
|
|
552
|
-
exportRecordListButton: string;
|
|
553
|
-
listViewSelect: string;
|
|
554
|
-
referenceList: string;
|
|
555
|
-
optionOne: string;
|
|
556
|
-
optionTwo: string;
|
|
557
|
-
optionThird: string;
|
|
558
|
-
};
|
|
559
|
-
};
|
|
560
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
zhCN: {
|
|
3
|
+
isNotNumber: string;
|
|
4
|
+
isNotString: string;
|
|
5
|
+
isNotObject: string;
|
|
6
|
+
isNotArray: string;
|
|
7
|
+
isNotBoolean: string;
|
|
8
|
+
runtimeRequired: string;
|
|
9
|
+
pleaseEnterCaption: string;
|
|
10
|
+
pleaseEnterCaptionTip: string;
|
|
11
|
+
pleaseEnterRowCaption: string;
|
|
12
|
+
pleaseEnterPlaceholder: string;
|
|
13
|
+
pleaseEnterFieldCode: string;
|
|
14
|
+
pleaseEnterForm: string;
|
|
15
|
+
pleaseEnterList: string;
|
|
16
|
+
pleaseEnterProcess: string;
|
|
17
|
+
pleaseEnterLabel: string;
|
|
18
|
+
pleaseEnterValue: string;
|
|
19
|
+
bizKeyNotBindFiled: string;
|
|
20
|
+
pleaseSelectOneField: string;
|
|
21
|
+
pleaseEnterNumberRange: string;
|
|
22
|
+
pleaseEnterAValueGreaterThanMin: string;
|
|
23
|
+
pleaseEnterAValueLessThanMax: string;
|
|
24
|
+
numberRangeSetError: string;
|
|
25
|
+
stringRangeError: string;
|
|
26
|
+
attachmentMaxSize: string;
|
|
27
|
+
pleaseEnterTotalScoreSetting: string;
|
|
28
|
+
theTotalScoreMustNotBeLessThan1: string;
|
|
29
|
+
scoreDefaultValueRange: string;
|
|
30
|
+
attachmentLimitError: string;
|
|
31
|
+
PleaseReselectTheOptionalQuantity: string;
|
|
32
|
+
TheMaximumLengthIsGreaterThanTheMinimumLength: string;
|
|
33
|
+
TheMinimumLengthIsGreaterThanTheMaximumLength: string;
|
|
34
|
+
PleaseSelectTheCorrectOptionSettings: string;
|
|
35
|
+
optionIdIsRepeat: string;
|
|
36
|
+
optionIsRequired: string;
|
|
37
|
+
pleaseEnterDataCode: string;
|
|
38
|
+
pleaseEnterValueFieldCode: string;
|
|
39
|
+
pleaseEnterSvcCode: string;
|
|
40
|
+
pleaseBindAtLeastOneDisplayValue: string;
|
|
41
|
+
pleaseSelectProvince: string;
|
|
42
|
+
pleaseSelectCity: string;
|
|
43
|
+
pleaseSelectDistrict: string;
|
|
44
|
+
limitRowsCannotBeLessThan0: string;
|
|
45
|
+
TheNumberOfRowsCannotBeLessThanMinRows: string;
|
|
46
|
+
pleaseEnterColumnWidth: string;
|
|
47
|
+
pleaseSetTheLogicalRelationshipOfAllRuleConditions: string;
|
|
48
|
+
pleaseCompleteAllRulesAndConditions: string;
|
|
49
|
+
pleaseSelectControl: string;
|
|
50
|
+
pleaseSelectAtLeastOneColumn: string;
|
|
51
|
+
pleaseSelectFillBackMode: string;
|
|
52
|
+
pleaseSelectDashboard: string;
|
|
53
|
+
rootNodeIsRequired: string;
|
|
54
|
+
theViewNameCannotBeEmpty: string;
|
|
55
|
+
pleaseSelectOcrType: string;
|
|
56
|
+
pleaseSelectAtLeastOneFieldToFillIn: string;
|
|
57
|
+
pleaseChooseAtLeastOne: string;
|
|
58
|
+
pleaseEnterButtonContent: string;
|
|
59
|
+
pleaseEnterDataCodeInDataSetting: string;
|
|
60
|
+
pleaseEnterValueFieldCodeInDataSetting: string;
|
|
61
|
+
pleaseEnterSvcCodeInDataSetting: string;
|
|
62
|
+
pleaseBindAtLeastOneDisplayValueInDataSetting: string;
|
|
63
|
+
rootNodeIsRequiredInDataSetting: string;
|
|
64
|
+
pleaseEnterMaxHeight: string;
|
|
65
|
+
pleaseEnterWatermark: string;
|
|
66
|
+
pleaseEnterFileName: string;
|
|
67
|
+
pleaseUploadAtLeastOnePrintTemplate: string;
|
|
68
|
+
pleaseAssignBusiness: string;
|
|
69
|
+
pleaseAssignExternal: string;
|
|
70
|
+
pleaseEnterAliasCode: string;
|
|
71
|
+
pleaseSelectDataCode: string;
|
|
72
|
+
pleaseSelectSvcCode: string;
|
|
73
|
+
pleaseSelectJoinFieldCode: string;
|
|
74
|
+
pleaseSelectMainFieldCode: string;
|
|
75
|
+
pleaseSelectSortFieldCode: string;
|
|
76
|
+
batchDeleteButton: string;
|
|
77
|
+
batchPrintListButton: string;
|
|
78
|
+
batchPrintRecordList: string;
|
|
79
|
+
button: string;
|
|
80
|
+
createFormListButton: string;
|
|
81
|
+
dashboard: string;
|
|
82
|
+
divider: string;
|
|
83
|
+
exportListButton: string;
|
|
84
|
+
formSelectButton: string;
|
|
85
|
+
importRecordListButton: string;
|
|
86
|
+
invoiceCheckButton: string;
|
|
87
|
+
link: string;
|
|
88
|
+
listSelectButton: string;
|
|
89
|
+
ListViewSelect: string;
|
|
90
|
+
operationButton: string;
|
|
91
|
+
pagination: string;
|
|
92
|
+
submissionRecordListButton: string;
|
|
93
|
+
text: string;
|
|
94
|
+
textOcrButton: string;
|
|
95
|
+
title: string;
|
|
96
|
+
approvalStatusColumn: string;
|
|
97
|
+
array: string;
|
|
98
|
+
autoNumber: string;
|
|
99
|
+
custom: string;
|
|
100
|
+
decimal: string;
|
|
101
|
+
department: string;
|
|
102
|
+
employee: string;
|
|
103
|
+
file: string;
|
|
104
|
+
image: string;
|
|
105
|
+
location: string;
|
|
106
|
+
operation: string;
|
|
107
|
+
order: string;
|
|
108
|
+
people: string;
|
|
109
|
+
long: string;
|
|
110
|
+
timescope: string;
|
|
111
|
+
timestamp: string;
|
|
112
|
+
varchar: string;
|
|
113
|
+
gridLayoutWrap: string;
|
|
114
|
+
gridTable: string;
|
|
115
|
+
subTable: string;
|
|
116
|
+
address: string;
|
|
117
|
+
amount: string;
|
|
118
|
+
calc: string;
|
|
119
|
+
checkBox: string;
|
|
120
|
+
electronicSignature: string;
|
|
121
|
+
input: string;
|
|
122
|
+
number: string;
|
|
123
|
+
organizationSelection: string;
|
|
124
|
+
radio: string;
|
|
125
|
+
richText: string;
|
|
126
|
+
score: string;
|
|
127
|
+
searchNumberRange: string;
|
|
128
|
+
select: string;
|
|
129
|
+
selectMultiple: string;
|
|
130
|
+
selectRelation: string;
|
|
131
|
+
textarea: string;
|
|
132
|
+
tree: string;
|
|
133
|
+
vueFormItem: string;
|
|
134
|
+
vuePage: string;
|
|
135
|
+
WPS: string;
|
|
136
|
+
actionBar: string;
|
|
137
|
+
advancedContainer: string;
|
|
138
|
+
cardGroup: string;
|
|
139
|
+
col: string;
|
|
140
|
+
dataView: string;
|
|
141
|
+
grid: string;
|
|
142
|
+
gridLayoutContainer: string;
|
|
143
|
+
gridRow: string;
|
|
144
|
+
listView: string;
|
|
145
|
+
page: string;
|
|
146
|
+
position: string;
|
|
147
|
+
positioningContainer: string;
|
|
148
|
+
row: string;
|
|
149
|
+
subtableColumn: string;
|
|
150
|
+
subtableRow: string;
|
|
151
|
+
tab: string;
|
|
152
|
+
tabPane: string;
|
|
153
|
+
toolbox: string;
|
|
154
|
+
batchSubmissionListButton: string;
|
|
155
|
+
exportRecordListButton: string;
|
|
156
|
+
listViewSelect: string;
|
|
157
|
+
endTime: string;
|
|
158
|
+
startTime: string;
|
|
159
|
+
unit: string;
|
|
160
|
+
result: string;
|
|
161
|
+
currency: string;
|
|
162
|
+
endDate: string;
|
|
163
|
+
startDate: string;
|
|
164
|
+
pleaseSelectCompanyName: string;
|
|
165
|
+
pleaseSelectPhoneOrEmail: string;
|
|
166
|
+
pleaseSelectSignType: string;
|
|
167
|
+
pleaseSelectSigner: string;
|
|
168
|
+
pleaseSelectOnlyOne: string;
|
|
169
|
+
pleaseSelectSignFile: string;
|
|
170
|
+
pleaseSelect: string;
|
|
171
|
+
pleaseSelectOrg: string;
|
|
172
|
+
pleaseSelectDept: string;
|
|
173
|
+
pleaseSelectEndDate: string;
|
|
174
|
+
pleaseSelectStartDate: string;
|
|
175
|
+
pleaseChooseAddress: string;
|
|
176
|
+
modalConfirm: string;
|
|
177
|
+
tabChange: string;
|
|
178
|
+
rowSelected: string;
|
|
179
|
+
listDataImport: string;
|
|
180
|
+
rowDelete: string;
|
|
181
|
+
rowClick: string;
|
|
182
|
+
cellRender: string;
|
|
183
|
+
onClickBtn: string;
|
|
184
|
+
rename: string;
|
|
185
|
+
onSaveFile: string;
|
|
186
|
+
onOpenFile: string;
|
|
187
|
+
onFocus: string;
|
|
188
|
+
onBlur: string;
|
|
189
|
+
onInput: string;
|
|
190
|
+
listDataAdd: string;
|
|
191
|
+
listDataDelete: string;
|
|
192
|
+
listDataBack: string;
|
|
193
|
+
listDataCreate: string;
|
|
194
|
+
listDataChange: string;
|
|
195
|
+
search: string;
|
|
196
|
+
valueChange: string;
|
|
197
|
+
finished: string;
|
|
198
|
+
click: string;
|
|
199
|
+
pleaseEnterNameorEmail: string;
|
|
200
|
+
pleaseEnterDate: string;
|
|
201
|
+
pleaseEnterAutonumber: string;
|
|
202
|
+
pleaseEnter: string;
|
|
203
|
+
defaultTemplate: string;
|
|
204
|
+
left: string;
|
|
205
|
+
top: string;
|
|
206
|
+
default: string;
|
|
207
|
+
readonly: string;
|
|
208
|
+
required: string;
|
|
209
|
+
textTip: string;
|
|
210
|
+
hideCaption: string;
|
|
211
|
+
titleRequired: string;
|
|
212
|
+
organizationalForm: string;
|
|
213
|
+
businessType: string;
|
|
214
|
+
deleteConfirm: string;
|
|
215
|
+
hide: string;
|
|
216
|
+
processStatus: string;
|
|
217
|
+
approvedDocuments: string;
|
|
218
|
+
delete: string;
|
|
219
|
+
edit: string;
|
|
220
|
+
view: string;
|
|
221
|
+
loadCtrlErrorTip: string;
|
|
222
|
+
loadCtrlError: string;
|
|
223
|
+
fullLine: string;
|
|
224
|
+
min: string;
|
|
225
|
+
max: string;
|
|
226
|
+
createWPS: string;
|
|
227
|
+
reset: string;
|
|
228
|
+
query: string;
|
|
229
|
+
detailed: string;
|
|
230
|
+
print: string;
|
|
231
|
+
draft: string;
|
|
232
|
+
save: string;
|
|
233
|
+
cancel: string;
|
|
234
|
+
uploadImg: string;
|
|
235
|
+
signature: string;
|
|
236
|
+
uploadFile: string;
|
|
237
|
+
linkContent: string;
|
|
238
|
+
referenceList: string;
|
|
239
|
+
optionOne: string;
|
|
240
|
+
optionTwo: string;
|
|
241
|
+
optionThird: string;
|
|
242
|
+
};
|
|
243
|
+
enUS: {
|
|
244
|
+
isNotNumber: string;
|
|
245
|
+
isNotString: string;
|
|
246
|
+
isNotObject: string;
|
|
247
|
+
isNotArray: string;
|
|
248
|
+
isNotBoolean: string;
|
|
249
|
+
runtimeRequired: string;
|
|
250
|
+
pleaseEnterCaption: string;
|
|
251
|
+
pleaseEnterCaptionTip: string;
|
|
252
|
+
pleaseEnterRowCaption: string;
|
|
253
|
+
pleaseEnterPlaceholder: string;
|
|
254
|
+
pleaseEnterFieldCode: string;
|
|
255
|
+
pleaseEnterForm: string;
|
|
256
|
+
pleaseEnterList: string;
|
|
257
|
+
pleaseEnterProcess: string;
|
|
258
|
+
pleaseEnterLabel: string;
|
|
259
|
+
pleaseEnterValue: string;
|
|
260
|
+
bizKeyNotBindFiled: string;
|
|
261
|
+
pleaseSelectOneField: string;
|
|
262
|
+
pleaseEnterNumberRange: string;
|
|
263
|
+
pleaseEnterAValueGreaterThanMin: string;
|
|
264
|
+
pleaseEnterAValueLessThanMax: string;
|
|
265
|
+
numberRangeSetError: string;
|
|
266
|
+
stringRangeError: string;
|
|
267
|
+
attachmentMaxSize: string;
|
|
268
|
+
pleaseEnterTotalScoreSetting: string;
|
|
269
|
+
theTotalScoreMustNotBeLessThan1: string;
|
|
270
|
+
scoreDefaultValueRange: string;
|
|
271
|
+
attachmentLimitError: string;
|
|
272
|
+
PleaseReselectTheOptionalQuantity: string;
|
|
273
|
+
TheMaximumLengthIsGreaterThanTheMinimumLength: string;
|
|
274
|
+
TheMinimumLengthIsGreaterThanTheMaximumLength: string;
|
|
275
|
+
PleaseSelectTheCorrectOptionSettings: string;
|
|
276
|
+
optionIdIsRepeat: string;
|
|
277
|
+
optionIsRequired: string;
|
|
278
|
+
pleaseEnterDataCode: string;
|
|
279
|
+
pleaseEnterValueFieldCode: string;
|
|
280
|
+
pleaseEnterSvcCode: string;
|
|
281
|
+
pleaseBindAtLeastOneDisplayValue: string;
|
|
282
|
+
pleaseSelectProvince: string;
|
|
283
|
+
pleaseSelectCity: string;
|
|
284
|
+
pleaseSelectDistrict: string;
|
|
285
|
+
limitRowsCannotBeLessThan0: string;
|
|
286
|
+
TheNumberOfRowsCannotBeLessThanMinRows: string;
|
|
287
|
+
pleaseEnterColumnWidth: string;
|
|
288
|
+
pleaseSetTheLogicalRelationshipOfAllRuleConditions: string;
|
|
289
|
+
pleaseCompleteAllRulesAndConditions: string;
|
|
290
|
+
pleaseSelectControl: string;
|
|
291
|
+
pleaseSelectDashboard: string;
|
|
292
|
+
theViewNameCannotBeEmpty: string;
|
|
293
|
+
pleaseSelectOcrType: string;
|
|
294
|
+
pleaseSelectAtLeastOneFieldToFillIn: string;
|
|
295
|
+
pleaseChooseAtLeastOne: string;
|
|
296
|
+
pleaseEnterButtonContent: string;
|
|
297
|
+
pleaseEnterDataCodeInDataSetting: string;
|
|
298
|
+
pleaseEnterValueFieldCodeInDataSetting: string;
|
|
299
|
+
pleaseEnterSvcCodeInDataSetting: string;
|
|
300
|
+
pleaseBindAtLeastOneDisplayValueInDataSetting: string;
|
|
301
|
+
rootNodeIsRequiredInDataSetting: string;
|
|
302
|
+
pleaseEnterMaxHeight: string;
|
|
303
|
+
pleaseEnter: string;
|
|
304
|
+
pleaseEnterWatermark: string;
|
|
305
|
+
pleaseEnterFileName: string;
|
|
306
|
+
pleaseUploadAtLeastOnePrintTemplate: string;
|
|
307
|
+
pleaseAssignBusiness: string;
|
|
308
|
+
pleaseAssignExternal: string;
|
|
309
|
+
pleaseEnterAliasCode: string;
|
|
310
|
+
pleaseSelectDataCode: string;
|
|
311
|
+
pleaseSelectSvcCode: string;
|
|
312
|
+
pleaseSelectJoinFieldCode: string;
|
|
313
|
+
pleaseSelectMainFieldCode: string;
|
|
314
|
+
pleaseSelectSortFieldCode: string;
|
|
315
|
+
batchDeleteButton: string;
|
|
316
|
+
batchPrintListButton: string;
|
|
317
|
+
batchPrintRecordList: string;
|
|
318
|
+
button: string;
|
|
319
|
+
createFormListButton: string;
|
|
320
|
+
dashboard: string;
|
|
321
|
+
divider: string;
|
|
322
|
+
exportListButton: string;
|
|
323
|
+
formSelectButton: string;
|
|
324
|
+
importRecordListButton: string;
|
|
325
|
+
invoiceCheckButton: string;
|
|
326
|
+
link: string;
|
|
327
|
+
listSelectButton: string;
|
|
328
|
+
ListViewSelect: string;
|
|
329
|
+
operationButton: string;
|
|
330
|
+
pagination: string;
|
|
331
|
+
submissionRecordListButton: string;
|
|
332
|
+
text: string;
|
|
333
|
+
textOcrButton: string;
|
|
334
|
+
title: string;
|
|
335
|
+
approvalStatusColumn: string;
|
|
336
|
+
array: string;
|
|
337
|
+
autoNumber: string;
|
|
338
|
+
custom: string;
|
|
339
|
+
decimal: string;
|
|
340
|
+
department: string;
|
|
341
|
+
employee: string;
|
|
342
|
+
file: string;
|
|
343
|
+
image: string;
|
|
344
|
+
location: string;
|
|
345
|
+
operation: string;
|
|
346
|
+
order: string;
|
|
347
|
+
people: string;
|
|
348
|
+
long: string;
|
|
349
|
+
timescope: string;
|
|
350
|
+
timestamp: string;
|
|
351
|
+
varchar: string;
|
|
352
|
+
gridLayoutWrap: string;
|
|
353
|
+
gridTable: string;
|
|
354
|
+
subTable: string;
|
|
355
|
+
address: string;
|
|
356
|
+
amount: string;
|
|
357
|
+
calc: string;
|
|
358
|
+
checkBox: string;
|
|
359
|
+
electronicSignature: string;
|
|
360
|
+
input: string;
|
|
361
|
+
number: string;
|
|
362
|
+
organizationSelection: string;
|
|
363
|
+
radio: string;
|
|
364
|
+
richText: string;
|
|
365
|
+
score: string;
|
|
366
|
+
searchNumberRange: string;
|
|
367
|
+
select: string;
|
|
368
|
+
selectMultiple: string;
|
|
369
|
+
selectRelation: string;
|
|
370
|
+
textarea: string;
|
|
371
|
+
tree: string;
|
|
372
|
+
vueFormItem: string;
|
|
373
|
+
vuePage: string;
|
|
374
|
+
WPS: string;
|
|
375
|
+
actionBar: string;
|
|
376
|
+
advancedContainer: string;
|
|
377
|
+
cardGroup: string;
|
|
378
|
+
col: string;
|
|
379
|
+
dataView: string;
|
|
380
|
+
grid: string;
|
|
381
|
+
gridLayoutContainer: string;
|
|
382
|
+
gridRow: string;
|
|
383
|
+
listView: string;
|
|
384
|
+
page: string;
|
|
385
|
+
position: string;
|
|
386
|
+
positioningContainer: string;
|
|
387
|
+
row: string;
|
|
388
|
+
subtableColumn: string;
|
|
389
|
+
subtableRow: string;
|
|
390
|
+
tab: string;
|
|
391
|
+
tabPane: string;
|
|
392
|
+
toolbox: string;
|
|
393
|
+
batchSubmissionListButton: string;
|
|
394
|
+
exportRecordListButton: string;
|
|
395
|
+
listViewSelect: string;
|
|
396
|
+
referenceList: string;
|
|
397
|
+
optionOne: string;
|
|
398
|
+
optionTwo: string;
|
|
399
|
+
optionThird: string;
|
|
400
|
+
};
|
|
401
|
+
jaJP: {
|
|
402
|
+
isNotNumber: string;
|
|
403
|
+
isNotString: string;
|
|
404
|
+
isNotObject: string;
|
|
405
|
+
isNotArray: string;
|
|
406
|
+
isNotBoolean: string;
|
|
407
|
+
runtimeRequired: string;
|
|
408
|
+
pleaseEnterCaption: string;
|
|
409
|
+
pleaseEnterCaptionTip: string;
|
|
410
|
+
pleaseEnterRowCaption: string;
|
|
411
|
+
pleaseEnterPlaceholder: string;
|
|
412
|
+
pleaseEnterFieldCode: string;
|
|
413
|
+
pleaseEnterForm: string;
|
|
414
|
+
pleaseEnterList: string;
|
|
415
|
+
pleaseEnterProcess: string;
|
|
416
|
+
pleaseEnterLabel: string;
|
|
417
|
+
pleaseEnterValue: string;
|
|
418
|
+
bizKeyNotBindFiled: string;
|
|
419
|
+
pleaseSelectOneField: string;
|
|
420
|
+
pleaseEnterNumberRange: string;
|
|
421
|
+
pleaseEnterAValueGreaterThanMin: string;
|
|
422
|
+
pleaseEnterAValueLessThanMax: string;
|
|
423
|
+
numberRangeSetError: string;
|
|
424
|
+
stringRangeError: string;
|
|
425
|
+
attachmentMaxSize: string;
|
|
426
|
+
pleaseEnterTotalScoreSetting: string;
|
|
427
|
+
theTotalScoreMustNotBeLessThan1: string;
|
|
428
|
+
scoreDefaultValueRange: string;
|
|
429
|
+
attachmentLimitError: string;
|
|
430
|
+
PleaseReselectTheOptionalQuantity: string;
|
|
431
|
+
TheMaximumLengthIsGreaterThanTheMinimumLength: string;
|
|
432
|
+
TheMinimumLengthIsGreaterThanTheMaximumLength: string;
|
|
433
|
+
PleaseSelectTheCorrectOptionSettings: string;
|
|
434
|
+
optionIdIsRepeat: string;
|
|
435
|
+
optionIsRequired: string;
|
|
436
|
+
pleaseEnterDataCode: string;
|
|
437
|
+
pleaseEnterValueFieldCode: string;
|
|
438
|
+
pleaseEnterSvcCode: string;
|
|
439
|
+
pleaseBindAtLeastOneDisplayValue: string;
|
|
440
|
+
pleaseSelectProvince: string;
|
|
441
|
+
pleaseSelectCity: string;
|
|
442
|
+
pleaseSelectDistrict: string;
|
|
443
|
+
limitRowsCannotBeLessThan0: string;
|
|
444
|
+
TheNumberOfRowsCannotBeLessThanMinRows: string;
|
|
445
|
+
pleaseEnterColumnWidth: string;
|
|
446
|
+
pleaseSetTheLogicalRelationshipOfAllRuleConditions: string;
|
|
447
|
+
pleaseCompleteAllRulesAndConditions: string;
|
|
448
|
+
pleaseSelectControl: string;
|
|
449
|
+
pleaseSelectDashboard: string;
|
|
450
|
+
theViewNameCannotBeEmpty: string;
|
|
451
|
+
pleaseSelectOcrType: string;
|
|
452
|
+
pleaseSelectAtLeastOneFieldToFillIn: string;
|
|
453
|
+
pleaseChooseAtLeastOne: string;
|
|
454
|
+
pleaseEnterButtonContent: string;
|
|
455
|
+
pleaseEnterDataCodeInDataSetting: string;
|
|
456
|
+
pleaseEnterValueFieldCodeInDataSetting: string;
|
|
457
|
+
pleaseEnterSvcCodeInDataSetting: string;
|
|
458
|
+
pleaseBindAtLeastOneDisplayValueInDataSetting: string;
|
|
459
|
+
rootNodeIsRequiredInDataSetting: string;
|
|
460
|
+
pleaseEnterMaxHeight: string;
|
|
461
|
+
pleaseEnter: string;
|
|
462
|
+
pleaseEnterWatermark: string;
|
|
463
|
+
pleaseEnterFileName: string;
|
|
464
|
+
pleaseUploadAtLeastOnePrintTemplate: string;
|
|
465
|
+
pleaseAssignBusiness: string;
|
|
466
|
+
pleaseAssignExternal: string;
|
|
467
|
+
pleaseEnterAliasCode: string;
|
|
468
|
+
pleaseSelectDataCode: string;
|
|
469
|
+
pleaseSelectSvcCode: string;
|
|
470
|
+
pleaseSelectJoinFieldCode: string;
|
|
471
|
+
pleaseSelectMainFieldCode: string;
|
|
472
|
+
pleaseSelectSortFieldCode: string;
|
|
473
|
+
batchDeleteButton: string;
|
|
474
|
+
batchPrintListButton: string;
|
|
475
|
+
batchPrintRecordList: string;
|
|
476
|
+
button: string;
|
|
477
|
+
createFormListButton: string;
|
|
478
|
+
dashboard: string;
|
|
479
|
+
divider: string;
|
|
480
|
+
exportListButton: string;
|
|
481
|
+
formSelectButton: string;
|
|
482
|
+
importRecordListButton: string;
|
|
483
|
+
invoiceCheckButton: string;
|
|
484
|
+
link: string;
|
|
485
|
+
listSelectButton: string;
|
|
486
|
+
ListViewSelect: string;
|
|
487
|
+
operationButton: string;
|
|
488
|
+
pagination: string;
|
|
489
|
+
submissionRecordListButton: string;
|
|
490
|
+
text: string;
|
|
491
|
+
textOcrButton: string;
|
|
492
|
+
title: string;
|
|
493
|
+
approvalStatusColumn: string;
|
|
494
|
+
array: string;
|
|
495
|
+
autoNumber: string;
|
|
496
|
+
custom: string;
|
|
497
|
+
decimal: string;
|
|
498
|
+
department: string;
|
|
499
|
+
employee: string;
|
|
500
|
+
file: string;
|
|
501
|
+
image: string;
|
|
502
|
+
location: string;
|
|
503
|
+
operation: string;
|
|
504
|
+
order: string;
|
|
505
|
+
people: string;
|
|
506
|
+
long: string;
|
|
507
|
+
timescope: string;
|
|
508
|
+
timestamp: string;
|
|
509
|
+
varchar: string;
|
|
510
|
+
gridLayoutWrap: string;
|
|
511
|
+
gridTable: string;
|
|
512
|
+
subTable: string;
|
|
513
|
+
address: string;
|
|
514
|
+
amount: string;
|
|
515
|
+
calc: string;
|
|
516
|
+
checkBox: string;
|
|
517
|
+
electronicSignature: string;
|
|
518
|
+
input: string;
|
|
519
|
+
number: string;
|
|
520
|
+
organizationSelection: string;
|
|
521
|
+
radio: string;
|
|
522
|
+
richText: string;
|
|
523
|
+
score: string;
|
|
524
|
+
searchNumberRange: string;
|
|
525
|
+
select: string;
|
|
526
|
+
selectMultiple: string;
|
|
527
|
+
selectRelation: string;
|
|
528
|
+
textarea: string;
|
|
529
|
+
tree: string;
|
|
530
|
+
vueFormItem: string;
|
|
531
|
+
vuePage: string;
|
|
532
|
+
WPS: string;
|
|
533
|
+
actionBar: string;
|
|
534
|
+
advancedContainer: string;
|
|
535
|
+
cardGroup: string;
|
|
536
|
+
col: string;
|
|
537
|
+
dataView: string;
|
|
538
|
+
grid: string;
|
|
539
|
+
gridLayoutContainer: string;
|
|
540
|
+
gridRow: string;
|
|
541
|
+
listView: string;
|
|
542
|
+
page: string;
|
|
543
|
+
position: string;
|
|
544
|
+
positioningContainer: string;
|
|
545
|
+
row: string;
|
|
546
|
+
subtableColumn: string;
|
|
547
|
+
subtableRow: string;
|
|
548
|
+
tab: string;
|
|
549
|
+
tabPane: string;
|
|
550
|
+
toolbox: string;
|
|
551
|
+
batchSubmissionListButton: string;
|
|
552
|
+
exportRecordListButton: string;
|
|
553
|
+
listViewSelect: string;
|
|
554
|
+
referenceList: string;
|
|
555
|
+
optionOne: string;
|
|
556
|
+
optionTwo: string;
|
|
557
|
+
optionThird: string;
|
|
558
|
+
};
|
|
559
|
+
};
|
|
560
|
+
export default _default;
|