@farris/ui-vue 1.6.0-beta.5 → 1.6.0-beta.6
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/components/data-grid/index.esm.js +1 -1
- package/components/data-grid/index.umd.cjs +1 -1
- package/components/discussion-editor/index.esm.js +1 -1
- package/components/discussion-editor/index.umd.cjs +1 -1
- package/components/drawer/index.esm.js +1 -1
- package/components/drawer/index.umd.cjs +1 -1
- package/components/locale/index.esm.js +1 -1
- package/components/locale/index.umd.cjs +1 -1
- package/components/mapping-editor/index.esm.js +1 -1
- package/components/mapping-editor/index.umd.cjs +1 -1
- package/components/transfer/index.esm.js +265 -261
- package/components/transfer/index.umd.cjs +3 -3
- package/components/tree-view/index.esm.js +1144 -1133
- package/components/tree-view/index.umd.cjs +1 -1
- package/designer/data-grid/index.esm.js +9 -3
- package/designer/data-grid/index.umd.cjs +1 -1
- package/designer/drawer/index.esm.js +1 -1
- package/designer/drawer/index.umd.cjs +1 -1
- package/farris.all.esm.js +8231 -6736
- package/farris.all.umd.cjs +15 -15
- package/package.json +1 -1
- package/types/calendar/src/components/header/header.component.d.ts +2 -2
- package/types/chs.d.ts +494 -0
- package/types/cht.d.ts +490 -0
- package/types/en.d.ts +494 -0
- package/types/filter-bar/index.d.ts +3 -3
- package/types/filter-bar/src/components/filter-item-condition/filter-item-condition.component.d.ts +1 -1
- package/types/filter-bar/src/designer/filter-bar.design.component.d.ts +2 -2
- package/types/filter-bar/src/filter-bar.component.d.ts +1 -1
- package/types/index.d.ts +1479 -1
- package/types/order/src/designer/order.design.component.d.ts +3 -3
- package/types/order/src/order.component.d.ts +3 -3
- package/types/schema-selector/src/schema-selector.component.d.ts +1 -1
package/types/en.d.ts
ADDED
|
@@ -0,0 +1,494 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
transfer: {
|
|
3
|
+
selectedStart: string;
|
|
4
|
+
selectedEnd: string;
|
|
5
|
+
};
|
|
6
|
+
timePicker: {
|
|
7
|
+
placeholder: string;
|
|
8
|
+
time: {
|
|
9
|
+
hour: string;
|
|
10
|
+
minute: string;
|
|
11
|
+
seconds: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
tabs: {
|
|
15
|
+
more: string;
|
|
16
|
+
leftButton: string;
|
|
17
|
+
rightButton: string;
|
|
18
|
+
noData: string;
|
|
19
|
+
};
|
|
20
|
+
section: {
|
|
21
|
+
expandLabel: string;
|
|
22
|
+
collapseLabel: string;
|
|
23
|
+
};
|
|
24
|
+
responseToolbar: {
|
|
25
|
+
more: string;
|
|
26
|
+
};
|
|
27
|
+
querySolution: {
|
|
28
|
+
saveAsDialog: {
|
|
29
|
+
queryPlanName: string;
|
|
30
|
+
setAsDefault: string;
|
|
31
|
+
confirm: string;
|
|
32
|
+
cancel: string;
|
|
33
|
+
caption: string;
|
|
34
|
+
personal: string;
|
|
35
|
+
system: string;
|
|
36
|
+
nameNotify: string;
|
|
37
|
+
authNotify: string;
|
|
38
|
+
success: string;
|
|
39
|
+
maxLength: string;
|
|
40
|
+
};
|
|
41
|
+
manageDialog: {
|
|
42
|
+
caption: string;
|
|
43
|
+
default: string;
|
|
44
|
+
system: string;
|
|
45
|
+
saveAs: string;
|
|
46
|
+
save: string;
|
|
47
|
+
manage: string;
|
|
48
|
+
isDefault: string;
|
|
49
|
+
code: string;
|
|
50
|
+
type: string;
|
|
51
|
+
private: string;
|
|
52
|
+
public: string;
|
|
53
|
+
org: string;
|
|
54
|
+
remove: string;
|
|
55
|
+
};
|
|
56
|
+
configDialog: {
|
|
57
|
+
caption: string;
|
|
58
|
+
};
|
|
59
|
+
container: {
|
|
60
|
+
filter: string;
|
|
61
|
+
default: string;
|
|
62
|
+
clear: string;
|
|
63
|
+
require: string;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
pagination: {
|
|
67
|
+
message: string;
|
|
68
|
+
totalInfo: {
|
|
69
|
+
firstText: string;
|
|
70
|
+
lastText: string;
|
|
71
|
+
};
|
|
72
|
+
pageList: {
|
|
73
|
+
firstText: string;
|
|
74
|
+
lastText: string;
|
|
75
|
+
};
|
|
76
|
+
previous: string;
|
|
77
|
+
next: string;
|
|
78
|
+
goto: {
|
|
79
|
+
prefix: string;
|
|
80
|
+
suffix: string;
|
|
81
|
+
};
|
|
82
|
+
show: string;
|
|
83
|
+
};
|
|
84
|
+
numberSpinner: {
|
|
85
|
+
placeholder: string;
|
|
86
|
+
range: {
|
|
87
|
+
begin: string;
|
|
88
|
+
end: string;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
messageBox: {
|
|
92
|
+
yes: string;
|
|
93
|
+
no: string;
|
|
94
|
+
ok: string;
|
|
95
|
+
close: string;
|
|
96
|
+
cancel: string;
|
|
97
|
+
title: string;
|
|
98
|
+
errorTitle: string;
|
|
99
|
+
prompt: {
|
|
100
|
+
fontSize: {
|
|
101
|
+
name: string;
|
|
102
|
+
small: string;
|
|
103
|
+
middle: string;
|
|
104
|
+
big: string;
|
|
105
|
+
large: string;
|
|
106
|
+
huge: string;
|
|
107
|
+
};
|
|
108
|
+
tips: {
|
|
109
|
+
surplus: string;
|
|
110
|
+
length: string;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
exception: {
|
|
114
|
+
expand: string;
|
|
115
|
+
collapse: string;
|
|
116
|
+
happend: string;
|
|
117
|
+
detail: string;
|
|
118
|
+
copy: string;
|
|
119
|
+
copySuccess: string;
|
|
120
|
+
copyFailed: string;
|
|
121
|
+
roger: string;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
lookup: {
|
|
125
|
+
placeholder: string;
|
|
126
|
+
favorites: string;
|
|
127
|
+
selected: string;
|
|
128
|
+
okText: string;
|
|
129
|
+
cancelText: string;
|
|
130
|
+
allColumns: string;
|
|
131
|
+
datalist: string;
|
|
132
|
+
mustWriteSomething: string;
|
|
133
|
+
mustChoosAdatarow: string;
|
|
134
|
+
tipText: string;
|
|
135
|
+
cascade: {
|
|
136
|
+
enable: string;
|
|
137
|
+
disable: string;
|
|
138
|
+
up: string;
|
|
139
|
+
down: string;
|
|
140
|
+
};
|
|
141
|
+
includechildren: string;
|
|
142
|
+
favoriteInfo: {
|
|
143
|
+
addFav: string;
|
|
144
|
+
cancelFav: string;
|
|
145
|
+
addFavTitle: string;
|
|
146
|
+
cancelFavTitle: string;
|
|
147
|
+
};
|
|
148
|
+
getAllChilds: string;
|
|
149
|
+
contextMenu: {
|
|
150
|
+
checkChildNodes: string;
|
|
151
|
+
uncheckChildNodes: string;
|
|
152
|
+
expandall: string;
|
|
153
|
+
collapseall: string;
|
|
154
|
+
expandByLayer: string;
|
|
155
|
+
expand1: string;
|
|
156
|
+
expand2: string;
|
|
157
|
+
expand3: string;
|
|
158
|
+
expand4: string;
|
|
159
|
+
expand5: string;
|
|
160
|
+
expand6: string;
|
|
161
|
+
expand7: string;
|
|
162
|
+
expand8: string;
|
|
163
|
+
expand9: string;
|
|
164
|
+
};
|
|
165
|
+
quick: {
|
|
166
|
+
notfind: string;
|
|
167
|
+
more: string;
|
|
168
|
+
};
|
|
169
|
+
configError: string;
|
|
170
|
+
selectedInfo: {
|
|
171
|
+
total: string;
|
|
172
|
+
clear: string;
|
|
173
|
+
remove: string;
|
|
174
|
+
confirm: string;
|
|
175
|
+
};
|
|
176
|
+
clearAllConditions: string;
|
|
177
|
+
anyFields: string;
|
|
178
|
+
};
|
|
179
|
+
loading: {
|
|
180
|
+
message: string;
|
|
181
|
+
};
|
|
182
|
+
listView: {
|
|
183
|
+
emptyMessage: string;
|
|
184
|
+
};
|
|
185
|
+
filterConditionEditor: {
|
|
186
|
+
cancelButton: string;
|
|
187
|
+
okButton: string;
|
|
188
|
+
addWhere: string;
|
|
189
|
+
clear: string;
|
|
190
|
+
moveTop: string;
|
|
191
|
+
moveUp: string;
|
|
192
|
+
moveDown: string;
|
|
193
|
+
moveBottom: string;
|
|
194
|
+
leftBrackets: string;
|
|
195
|
+
field: string;
|
|
196
|
+
operator: string;
|
|
197
|
+
value: string;
|
|
198
|
+
valueType: string;
|
|
199
|
+
expressType: {
|
|
200
|
+
value: string;
|
|
201
|
+
express: string;
|
|
202
|
+
frontExpress: string;
|
|
203
|
+
};
|
|
204
|
+
rightBrackets: string;
|
|
205
|
+
relation: string;
|
|
206
|
+
relationValue: {
|
|
207
|
+
and: string;
|
|
208
|
+
or: string;
|
|
209
|
+
};
|
|
210
|
+
designTab: string;
|
|
211
|
+
jsonTab: string;
|
|
212
|
+
sqlTab: string;
|
|
213
|
+
title: string;
|
|
214
|
+
message: string;
|
|
215
|
+
validate: {
|
|
216
|
+
bracket: string;
|
|
217
|
+
relation: string;
|
|
218
|
+
field: string;
|
|
219
|
+
};
|
|
220
|
+
};
|
|
221
|
+
eventParameter: {
|
|
222
|
+
title: string;
|
|
223
|
+
ok: string;
|
|
224
|
+
cancel: string;
|
|
225
|
+
workFlowClass: {
|
|
226
|
+
title: string;
|
|
227
|
+
};
|
|
228
|
+
generalEditor: {
|
|
229
|
+
field: string;
|
|
230
|
+
tabVar: string;
|
|
231
|
+
form: string;
|
|
232
|
+
};
|
|
233
|
+
jsonEditor: {
|
|
234
|
+
dialogTitle: string;
|
|
235
|
+
keyColumnTitle: string;
|
|
236
|
+
valueColumnTitle: string;
|
|
237
|
+
addButtonText: string;
|
|
238
|
+
keyColumnPlaceholder: string;
|
|
239
|
+
error: string;
|
|
240
|
+
};
|
|
241
|
+
comboTree: {
|
|
242
|
+
placeholder: string;
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
drawer: {
|
|
246
|
+
cancel: string;
|
|
247
|
+
confirm: string;
|
|
248
|
+
};
|
|
249
|
+
datepicker: {
|
|
250
|
+
dayLabels: {
|
|
251
|
+
Sun: string;
|
|
252
|
+
Mon: string;
|
|
253
|
+
Tue: string;
|
|
254
|
+
Wed: string;
|
|
255
|
+
Thu: string;
|
|
256
|
+
Fri: string;
|
|
257
|
+
Sat: string;
|
|
258
|
+
};
|
|
259
|
+
monthLabels: {
|
|
260
|
+
"1": string;
|
|
261
|
+
"2": string;
|
|
262
|
+
"3": string;
|
|
263
|
+
"4": string;
|
|
264
|
+
"5": string;
|
|
265
|
+
"6": string;
|
|
266
|
+
"7": string;
|
|
267
|
+
"8": string;
|
|
268
|
+
"9": string;
|
|
269
|
+
"10": string;
|
|
270
|
+
"11": string;
|
|
271
|
+
"12": string;
|
|
272
|
+
};
|
|
273
|
+
dateFormat: string;
|
|
274
|
+
returnFormat: string;
|
|
275
|
+
firstDayOfWeek: string;
|
|
276
|
+
sunHighlight: boolean;
|
|
277
|
+
yearTxt: string;
|
|
278
|
+
timeBtnText: string;
|
|
279
|
+
dateBtnText: string;
|
|
280
|
+
commitBtnText: string;
|
|
281
|
+
weekText: string;
|
|
282
|
+
placeholder: string;
|
|
283
|
+
range: {
|
|
284
|
+
begin: string;
|
|
285
|
+
end: string;
|
|
286
|
+
};
|
|
287
|
+
message: {
|
|
288
|
+
"101": string;
|
|
289
|
+
"102": string;
|
|
290
|
+
};
|
|
291
|
+
current: {
|
|
292
|
+
today: string;
|
|
293
|
+
week: string;
|
|
294
|
+
month: string;
|
|
295
|
+
year: string;
|
|
296
|
+
};
|
|
297
|
+
multiDatesLocale: {
|
|
298
|
+
backtotoday: string;
|
|
299
|
+
clearSelections: string;
|
|
300
|
+
delete: string;
|
|
301
|
+
selected: string;
|
|
302
|
+
};
|
|
303
|
+
quickSelectors: {
|
|
304
|
+
today: string;
|
|
305
|
+
yesterday: string;
|
|
306
|
+
tomorrow: string;
|
|
307
|
+
thisMonday: string;
|
|
308
|
+
nextMonday: string;
|
|
309
|
+
firstDayOfMonth: string;
|
|
310
|
+
lastDayOfMonth: string;
|
|
311
|
+
firstDayOfLastMonth: string;
|
|
312
|
+
lastDayOfLastMonth: string;
|
|
313
|
+
firstDayOfYear: string;
|
|
314
|
+
lastDayOfYear: string;
|
|
315
|
+
firstDayOfQuarter: string;
|
|
316
|
+
lastDayOfQuarter: string;
|
|
317
|
+
thisWeek: string;
|
|
318
|
+
lastWeek: string;
|
|
319
|
+
nextWeek: string;
|
|
320
|
+
past7Days: string;
|
|
321
|
+
past30Days: string;
|
|
322
|
+
thisMonth: string;
|
|
323
|
+
lastMonth: string;
|
|
324
|
+
thisQuarter: string;
|
|
325
|
+
lastQuarter: string;
|
|
326
|
+
thisYear: string;
|
|
327
|
+
lastYear: string;
|
|
328
|
+
recent3Months: string;
|
|
329
|
+
recent6Months: string;
|
|
330
|
+
};
|
|
331
|
+
};
|
|
332
|
+
datagrid: {
|
|
333
|
+
lineNumberTitle: string;
|
|
334
|
+
emptyMessage: string;
|
|
335
|
+
pagination: {
|
|
336
|
+
previousLabel: string;
|
|
337
|
+
nextLabel: string;
|
|
338
|
+
message: string;
|
|
339
|
+
pagelist: {
|
|
340
|
+
firstText: string;
|
|
341
|
+
lastText: string;
|
|
342
|
+
};
|
|
343
|
+
};
|
|
344
|
+
filter: {
|
|
345
|
+
title: string;
|
|
346
|
+
reset: string;
|
|
347
|
+
clear: string;
|
|
348
|
+
clearAll: string;
|
|
349
|
+
setting: string;
|
|
350
|
+
nofilter: string;
|
|
351
|
+
checkAll: string;
|
|
352
|
+
and: string;
|
|
353
|
+
or: string;
|
|
354
|
+
operators: {
|
|
355
|
+
equal: string;
|
|
356
|
+
notEqual: string;
|
|
357
|
+
greater: string;
|
|
358
|
+
greaterOrEqual: string;
|
|
359
|
+
less: string;
|
|
360
|
+
lessOrEqual: string;
|
|
361
|
+
contains: string;
|
|
362
|
+
notContains: string;
|
|
363
|
+
like: string;
|
|
364
|
+
notLike: string;
|
|
365
|
+
in: string;
|
|
366
|
+
notIn: string;
|
|
367
|
+
empty: string;
|
|
368
|
+
notEmpty: string;
|
|
369
|
+
null: string;
|
|
370
|
+
notNull: string;
|
|
371
|
+
};
|
|
372
|
+
more: string;
|
|
373
|
+
ok: string;
|
|
374
|
+
cancel: string;
|
|
375
|
+
sevenDays: string;
|
|
376
|
+
oneMonth: string;
|
|
377
|
+
threeMonths: string;
|
|
378
|
+
sixMonths: string;
|
|
379
|
+
};
|
|
380
|
+
settings: {
|
|
381
|
+
visible: string;
|
|
382
|
+
sortting: string;
|
|
383
|
+
title: string;
|
|
384
|
+
canchoose: string;
|
|
385
|
+
choosed: string;
|
|
386
|
+
asc: string;
|
|
387
|
+
desc: string;
|
|
388
|
+
cancelSort: string;
|
|
389
|
+
ok: string;
|
|
390
|
+
cancel: string;
|
|
391
|
+
reset: string;
|
|
392
|
+
conciseMode: string;
|
|
393
|
+
advancedMode: string;
|
|
394
|
+
formatSetting: string;
|
|
395
|
+
properties: string;
|
|
396
|
+
groupping: string;
|
|
397
|
+
allColumns: string;
|
|
398
|
+
visibleColumns: string;
|
|
399
|
+
hiddenColumns: string;
|
|
400
|
+
searchPlaceholder: string;
|
|
401
|
+
checkall: string;
|
|
402
|
+
headeralign: string;
|
|
403
|
+
dataalign: string;
|
|
404
|
+
alignLeft: string;
|
|
405
|
+
alignCenter: string;
|
|
406
|
+
alignRight: string;
|
|
407
|
+
summarytype: string;
|
|
408
|
+
summarytext: string;
|
|
409
|
+
summaryNone: string;
|
|
410
|
+
summarySum: string;
|
|
411
|
+
summaryMax: string;
|
|
412
|
+
summaryMin: string;
|
|
413
|
+
summarCount: string;
|
|
414
|
+
summaryAverage: string;
|
|
415
|
+
grouppingField: string;
|
|
416
|
+
moreGrouppingFieldWarningMessage: string;
|
|
417
|
+
grouppingSummary: string;
|
|
418
|
+
addGrouppingFieldTip: string;
|
|
419
|
+
removeGrouppingFieldTip: string;
|
|
420
|
+
grouppingSummaryType: string;
|
|
421
|
+
grouppingSummaryText: string;
|
|
422
|
+
restoreDefaultSettingsText: string;
|
|
423
|
+
simple: {
|
|
424
|
+
title: string;
|
|
425
|
+
tip: string;
|
|
426
|
+
count: string;
|
|
427
|
+
};
|
|
428
|
+
};
|
|
429
|
+
selectionData: {
|
|
430
|
+
clearAll: string;
|
|
431
|
+
tooltip: string;
|
|
432
|
+
currentLenth: string;
|
|
433
|
+
};
|
|
434
|
+
groupRow: {
|
|
435
|
+
tips: string;
|
|
436
|
+
removeColumn: string;
|
|
437
|
+
clearTip: string;
|
|
438
|
+
clear: string;
|
|
439
|
+
};
|
|
440
|
+
summary: {
|
|
441
|
+
title: string;
|
|
442
|
+
};
|
|
443
|
+
loadingMessage: string;
|
|
444
|
+
commandColumn: {
|
|
445
|
+
title: string;
|
|
446
|
+
edit: string;
|
|
447
|
+
remove: string;
|
|
448
|
+
cancel: string;
|
|
449
|
+
accept: string;
|
|
450
|
+
};
|
|
451
|
+
};
|
|
452
|
+
condition: {
|
|
453
|
+
add: string;
|
|
454
|
+
create: string;
|
|
455
|
+
reset: string;
|
|
456
|
+
and: string;
|
|
457
|
+
or: string;
|
|
458
|
+
};
|
|
459
|
+
operators: {
|
|
460
|
+
equal: string;
|
|
461
|
+
notEqual: string;
|
|
462
|
+
greater: string;
|
|
463
|
+
greaterOrEqual: string;
|
|
464
|
+
less: string;
|
|
465
|
+
lessOrEqual: string;
|
|
466
|
+
contains: string;
|
|
467
|
+
notContains: string;
|
|
468
|
+
like: string;
|
|
469
|
+
notLike: string;
|
|
470
|
+
in: string;
|
|
471
|
+
notIn: string;
|
|
472
|
+
empty: string;
|
|
473
|
+
notEmpty: string;
|
|
474
|
+
null: string;
|
|
475
|
+
notNull: string;
|
|
476
|
+
startWith: string;
|
|
477
|
+
endWith: string;
|
|
478
|
+
and: string;
|
|
479
|
+
or: string;
|
|
480
|
+
};
|
|
481
|
+
comboList: {
|
|
482
|
+
remoteError: string;
|
|
483
|
+
placeholder: string;
|
|
484
|
+
};
|
|
485
|
+
avatar: {
|
|
486
|
+
imgtitle: string;
|
|
487
|
+
typeError: string;
|
|
488
|
+
sizeError: string;
|
|
489
|
+
uploadError: string;
|
|
490
|
+
loadError: string;
|
|
491
|
+
loading: string;
|
|
492
|
+
};
|
|
493
|
+
};
|
|
494
|
+
export default _default;
|
|
@@ -9,8 +9,8 @@ declare const _default: {
|
|
|
9
9
|
}> & Readonly<{
|
|
10
10
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
11
11
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
12
|
-
onRemove?: ((...args: any[]) => any) | undefined;
|
|
13
12
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
onRemove?: ((...args: any[]) => any) | undefined;
|
|
14
14
|
onConditionChange?: ((...args: any[]) => any) | undefined;
|
|
15
15
|
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "clear" | "remove" | "reset" | "conditionChange")[], import("vue").PublicProps, {
|
|
16
16
|
[x: string]: any;
|
|
@@ -26,8 +26,8 @@ declare const _default: {
|
|
|
26
26
|
}> & Readonly<{
|
|
27
27
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
29
|
-
onRemove?: ((...args: any[]) => any) | undefined;
|
|
30
29
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
30
|
+
onRemove?: ((...args: any[]) => any) | undefined;
|
|
31
31
|
onConditionChange?: ((...args: any[]) => any) | undefined;
|
|
32
32
|
}>, () => any, {}, {}, {}, {
|
|
33
33
|
[x: string]: any;
|
|
@@ -40,8 +40,8 @@ declare const _default: {
|
|
|
40
40
|
}> & Readonly<{
|
|
41
41
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
43
|
-
onRemove?: ((...args: any[]) => any) | undefined;
|
|
44
43
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
onRemove?: ((...args: any[]) => any) | undefined;
|
|
45
45
|
onConditionChange?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "clear" | "remove" | "reset" | "conditionChange")[], "change" | "clear" | "remove" | "reset" | "conditionChange", {
|
|
47
47
|
[x: string]: any;
|
package/types/filter-bar/src/components/filter-item-condition/filter-item-condition.component.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
[x: string]: any;
|
|
3
|
-
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
3
|
+
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "cancel")[], "confirm" | "cancel", import("vue").PublicProps, Readonly<{
|
|
4
4
|
[x: string]: any;
|
|
5
5
|
}> & Readonly<{
|
|
6
6
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
[x: string]: any;
|
|
3
|
-
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("Clear" | "
|
|
3
|
+
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("Clear" | "Reset" | "Remove")[], "Clear" | "Reset" | "Remove", import("vue").PublicProps, Readonly<{
|
|
4
4
|
[x: string]: any;
|
|
5
5
|
}> & Readonly<{
|
|
6
6
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
7
|
-
onRemove?: ((...args: any[]) => any) | undefined;
|
|
8
7
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
onRemove?: ((...args: any[]) => any) | undefined;
|
|
9
9
|
}>, {
|
|
10
10
|
[x: string]: any;
|
|
11
11
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5,8 +5,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
}> & Readonly<{
|
|
6
6
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
7
7
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
8
|
-
onRemove?: ((...args: any[]) => any) | undefined;
|
|
9
8
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
onRemove?: ((...args: any[]) => any) | undefined;
|
|
10
10
|
onConditionChange?: ((...args: any[]) => any) | undefined;
|
|
11
11
|
}>, {
|
|
12
12
|
[x: string]: any;
|