bkui-vue 1.0.3-beta.60.scrollbar.2 → 1.0.3-beta.60.scrollbar.3
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/index.cjs.js +29 -29
- package/dist/index.esm.js +2584 -2585
- package/dist/index.umd.js +30 -30
- package/lib/search-select/index.d.ts +3 -3
- package/lib/search-select/input.d.ts +1 -1
- package/lib/search-select/search-select.d.ts +1 -1
- package/lib/search-select/selected.d.ts +1 -1
- package/lib/select/index.d.ts +9 -9
- package/lib/select/select.d.ts +3 -3
- package/lib/slider/index.d.ts +3 -3
- package/lib/slider/slider.d.ts +1 -1
- package/lib/steps/index.d.ts +3 -3
- package/lib/steps/steps.d.ts +1 -1
- package/lib/tab/index.d.ts +4 -4
- package/lib/tab/tab.d.ts +1 -1
- package/lib/table/index.d.ts +9 -9
- package/lib/table/table.d.ts +3 -3
- package/lib/transfer/index.d.ts +3 -3
- package/lib/transfer/transfer.d.ts +1 -1
- package/lib/upload/index.d.ts +4 -4
- package/lib/upload/upload.d.ts +1 -1
- package/lib/virtual-render/index.js +34 -228
- package/package.json +1 -2
@@ -138,8 +138,8 @@ declare const BkSearchSelect: {
|
|
138
138
|
valueBehavior: import("vue").PropType<import("./utils").ValueBehavior>;
|
139
139
|
}>> & {
|
140
140
|
onFocus?: (...args: any[]) => any;
|
141
|
-
onAdd?: (...args: any[]) => any;
|
142
141
|
onDelete?: (...args: any[]) => any;
|
142
|
+
onAdd?: (...args: any[]) => any;
|
143
143
|
}, {
|
144
144
|
mode: import("./utils").SearchInputMode;
|
145
145
|
conditions: import("./utils").ICommonItem[];
|
@@ -466,8 +466,8 @@ declare const BkSearchSelect: {
|
|
466
466
|
valueBehavior: import("vue").PropType<import("./utils").ValueBehavior>;
|
467
467
|
}>> & {
|
468
468
|
onFocus?: (...args: any[]) => any;
|
469
|
-
onAdd?: (...args: any[]) => any;
|
470
469
|
onDelete?: (...args: any[]) => any;
|
470
|
+
onAdd?: (...args: any[]) => any;
|
471
471
|
}, {
|
472
472
|
mode: import("./utils").SearchInputMode;
|
473
473
|
conditions: import("./utils").ICommonItem[];
|
@@ -747,8 +747,8 @@ declare const BkSearchSelect: {
|
|
747
747
|
valueBehavior: import("vue").PropType<import("./utils").ValueBehavior>;
|
748
748
|
}>> & {
|
749
749
|
onFocus?: (...args: any[]) => any;
|
750
|
-
onAdd?: (...args: any[]) => any;
|
751
750
|
onDelete?: (...args: any[]) => any;
|
751
|
+
onAdd?: (...args: any[]) => any;
|
752
752
|
}, {
|
753
753
|
mode: import("./utils").SearchInputMode;
|
754
754
|
conditions: import("./utils").ICommonItem[];
|
@@ -94,8 +94,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
94
94
|
valueBehavior: PropType<ValueBehavior>;
|
95
95
|
}>> & {
|
96
96
|
onFocus?: (...args: any[]) => any;
|
97
|
-
onAdd?: (...args: any[]) => any;
|
98
97
|
onDelete?: (...args: any[]) => any;
|
98
|
+
onAdd?: (...args: any[]) => any;
|
99
99
|
}, {
|
100
100
|
mode: SearchInputMode;
|
101
101
|
conditions: ICommonItem[];
|
@@ -178,8 +178,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
178
178
|
valueBehavior: PropType<ValueBehavior>;
|
179
179
|
}>> & {
|
180
180
|
onFocus?: (...args: any[]) => any;
|
181
|
-
onAdd?: (...args: any[]) => any;
|
182
181
|
onDelete?: (...args: any[]) => any;
|
182
|
+
onAdd?: (...args: any[]) => any;
|
183
183
|
}, {
|
184
184
|
mode: import("./utils").SearchInputMode;
|
185
185
|
conditions: ICommonItem[];
|
@@ -115,8 +115,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
115
115
|
valueBehavior: PropType<ValueBehavior>;
|
116
116
|
}>> & {
|
117
117
|
onFocus?: (...args: any[]) => any;
|
118
|
-
onAdd?: (...args: any[]) => any;
|
119
118
|
onDelete?: (...args: any[]) => any;
|
119
|
+
onAdd?: (...args: any[]) => any;
|
120
120
|
}, {
|
121
121
|
mode: SearchInputMode;
|
122
122
|
conditions: ICommonItem[];
|
package/lib/select/index.d.ts
CHANGED
@@ -1031,16 +1031,16 @@ declare const BkSelect: {
|
|
1031
1031
|
displayKey: string;
|
1032
1032
|
idKey: string;
|
1033
1033
|
remoteMethod: (...args: any[]) => any;
|
1034
|
-
scrollLoading: boolean;
|
1035
|
-
searchPlaceholder: string;
|
1036
|
-
customContent: boolean;
|
1037
1034
|
showAll: boolean;
|
1038
1035
|
showSelectAll: boolean;
|
1039
1036
|
multipleMode: string;
|
1040
1037
|
autoHeight: boolean;
|
1041
1038
|
noMatchText: string;
|
1042
1039
|
loadingText: string;
|
1040
|
+
searchPlaceholder: string;
|
1043
1041
|
selectAllText: string;
|
1042
|
+
scrollLoading: boolean;
|
1043
|
+
customContent: boolean;
|
1044
1044
|
inputSearch: boolean;
|
1045
1045
|
enableVirtualRender: boolean;
|
1046
1046
|
allowEmptyValues: unknown[];
|
@@ -1766,16 +1766,16 @@ declare const BkSelect: {
|
|
1766
1766
|
displayKey: string;
|
1767
1767
|
idKey: string;
|
1768
1768
|
remoteMethod: (...args: any[]) => any;
|
1769
|
-
scrollLoading: boolean;
|
1770
|
-
searchPlaceholder: string;
|
1771
|
-
customContent: boolean;
|
1772
1769
|
showAll: boolean;
|
1773
1770
|
showSelectAll: boolean;
|
1774
1771
|
multipleMode: string;
|
1775
1772
|
autoHeight: boolean;
|
1776
1773
|
noMatchText: string;
|
1777
1774
|
loadingText: string;
|
1775
|
+
searchPlaceholder: string;
|
1778
1776
|
selectAllText: string;
|
1777
|
+
scrollLoading: boolean;
|
1778
|
+
customContent: boolean;
|
1779
1779
|
inputSearch: boolean;
|
1780
1780
|
enableVirtualRender: boolean;
|
1781
1781
|
allowEmptyValues: unknown[];
|
@@ -2498,16 +2498,16 @@ declare const BkSelect: {
|
|
2498
2498
|
displayKey: string;
|
2499
2499
|
idKey: string;
|
2500
2500
|
remoteMethod: (...args: any[]) => any;
|
2501
|
-
scrollLoading: boolean;
|
2502
|
-
searchPlaceholder: string;
|
2503
|
-
customContent: boolean;
|
2504
2501
|
showAll: boolean;
|
2505
2502
|
showSelectAll: boolean;
|
2506
2503
|
multipleMode: string;
|
2507
2504
|
autoHeight: boolean;
|
2508
2505
|
noMatchText: string;
|
2509
2506
|
loadingText: string;
|
2507
|
+
searchPlaceholder: string;
|
2510
2508
|
selectAllText: string;
|
2509
|
+
scrollLoading: boolean;
|
2510
|
+
customContent: boolean;
|
2511
2511
|
inputSearch: boolean;
|
2512
2512
|
enableVirtualRender: boolean;
|
2513
2513
|
allowEmptyValues: unknown[];
|
package/lib/select/select.d.ts
CHANGED
@@ -1018,16 +1018,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1018
1018
|
displayKey: string;
|
1019
1019
|
idKey: string;
|
1020
1020
|
remoteMethod: (...args: any[]) => any;
|
1021
|
-
scrollLoading: boolean;
|
1022
|
-
searchPlaceholder: string;
|
1023
|
-
customContent: boolean;
|
1024
1021
|
showAll: boolean;
|
1025
1022
|
showSelectAll: boolean;
|
1026
1023
|
multipleMode: string;
|
1027
1024
|
autoHeight: boolean;
|
1028
1025
|
noMatchText: string;
|
1029
1026
|
loadingText: string;
|
1027
|
+
searchPlaceholder: string;
|
1030
1028
|
selectAllText: string;
|
1029
|
+
scrollLoading: boolean;
|
1030
|
+
customContent: boolean;
|
1031
1031
|
inputSearch: boolean;
|
1032
1032
|
enableVirtualRender: boolean;
|
1033
1033
|
allowEmptyValues: unknown[];
|
package/lib/slider/index.d.ts
CHANGED
@@ -187,6 +187,7 @@ declare const Slider: {
|
|
187
187
|
range: boolean;
|
188
188
|
step: number;
|
189
189
|
showInput: boolean;
|
190
|
+
customContent: Record<string, any>;
|
190
191
|
disable: boolean;
|
191
192
|
showTip: boolean;
|
192
193
|
maxValue: number;
|
@@ -195,7 +196,6 @@ declare const Slider: {
|
|
195
196
|
showIntervalLabel: boolean;
|
196
197
|
showButtonLabel: boolean;
|
197
198
|
showBetweenLabel: boolean;
|
198
|
-
customContent: Record<string, any>;
|
199
199
|
formatterLabel: Function;
|
200
200
|
formatterButtonLabel: Function;
|
201
201
|
formatterTipLabel: Function;
|
@@ -292,6 +292,7 @@ declare const Slider: {
|
|
292
292
|
range: boolean;
|
293
293
|
step: number;
|
294
294
|
showInput: boolean;
|
295
|
+
customContent: Record<string, any>;
|
295
296
|
disable: boolean;
|
296
297
|
showTip: boolean;
|
297
298
|
maxValue: number;
|
@@ -300,7 +301,6 @@ declare const Slider: {
|
|
300
301
|
showIntervalLabel: boolean;
|
301
302
|
showButtonLabel: boolean;
|
302
303
|
showBetweenLabel: boolean;
|
303
|
-
customContent: Record<string, any>;
|
304
304
|
formatterLabel: Function;
|
305
305
|
formatterButtonLabel: Function;
|
306
306
|
formatterTipLabel: Function;
|
@@ -394,6 +394,7 @@ declare const Slider: {
|
|
394
394
|
range: boolean;
|
395
395
|
step: number;
|
396
396
|
showInput: boolean;
|
397
|
+
customContent: Record<string, any>;
|
397
398
|
disable: boolean;
|
398
399
|
showTip: boolean;
|
399
400
|
maxValue: number;
|
@@ -402,7 +403,6 @@ declare const Slider: {
|
|
402
403
|
showIntervalLabel: boolean;
|
403
404
|
showButtonLabel: boolean;
|
404
405
|
showBetweenLabel: boolean;
|
405
|
-
customContent: Record<string, any>;
|
406
406
|
formatterLabel: Function;
|
407
407
|
formatterButtonLabel: Function;
|
408
408
|
formatterTipLabel: Function;
|
package/lib/slider/slider.d.ts
CHANGED
@@ -185,6 +185,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
185
185
|
range: boolean;
|
186
186
|
step: number;
|
187
187
|
showInput: boolean;
|
188
|
+
customContent: Record<string, any>;
|
188
189
|
disable: boolean;
|
189
190
|
showTip: boolean;
|
190
191
|
maxValue: number;
|
@@ -193,7 +194,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
193
194
|
showIntervalLabel: boolean;
|
194
195
|
showButtonLabel: boolean;
|
195
196
|
showBetweenLabel: boolean;
|
196
|
-
customContent: Record<string, any>;
|
197
197
|
formatterLabel: Function;
|
198
198
|
formatterButtonLabel: Function;
|
199
199
|
formatterTipLabel: Function;
|
package/lib/steps/index.d.ts
CHANGED
@@ -93,9 +93,9 @@ declare const BkSteps: {
|
|
93
93
|
direction: "horizontal" | "vertical";
|
94
94
|
lineType: "dashed" | "solid";
|
95
95
|
beforeChange: (...args: any[]) => any;
|
96
|
+
controllable: boolean;
|
96
97
|
status: "" | "error" | "loading";
|
97
98
|
curStep: number;
|
98
|
-
controllable: boolean;
|
99
99
|
}, true, {}, {}, {
|
100
100
|
P: {};
|
101
101
|
B: {};
|
@@ -156,9 +156,9 @@ declare const BkSteps: {
|
|
156
156
|
direction: "horizontal" | "vertical";
|
157
157
|
lineType: "dashed" | "solid";
|
158
158
|
beforeChange: (...args: any[]) => any;
|
159
|
+
controllable: boolean;
|
159
160
|
status: "" | "error" | "loading";
|
160
161
|
curStep: number;
|
161
|
-
controllable: boolean;
|
162
162
|
}>;
|
163
163
|
__isFragment?: never;
|
164
164
|
__isTeleport?: never;
|
@@ -216,8 +216,8 @@ declare const BkSteps: {
|
|
216
216
|
direction: "horizontal" | "vertical";
|
217
217
|
lineType: "dashed" | "solid";
|
218
218
|
beforeChange: (...args: any[]) => any;
|
219
|
+
controllable: boolean;
|
219
220
|
status: "" | "error" | "loading";
|
220
221
|
curStep: number;
|
221
|
-
controllable: boolean;
|
222
222
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
223
223
|
export default BkSteps;
|
package/lib/steps/steps.d.ts
CHANGED
@@ -155,8 +155,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
155
155
|
direction: "horizontal" | "vertical";
|
156
156
|
lineType: "dashed" | "solid";
|
157
157
|
beforeChange: (...args: any[]) => any;
|
158
|
+
controllable: boolean;
|
158
159
|
status: "" | "error" | "loading";
|
159
160
|
curStep: number;
|
160
|
-
controllable: boolean;
|
161
161
|
}, {}>;
|
162
162
|
export default _default;
|
package/lib/tab/index.d.ts
CHANGED
@@ -69,8 +69,8 @@ declare const BkTab: {
|
|
69
69
|
onDrag?: (...args: any[]) => any;
|
70
70
|
onChange?: (...args: any[]) => any;
|
71
71
|
onRemove?: (...args: any[]) => any;
|
72
|
-
onSort?: (...args: any[]) => any;
|
73
72
|
onAdd?: (...args: any[]) => any;
|
73
|
+
onSort?: (...args: any[]) => any;
|
74
74
|
"onAdd-panel"?: (...args: any[]) => any;
|
75
75
|
"onTab-change"?: (...args: any[]) => any;
|
76
76
|
"onRemove-panel"?: (...args: any[]) => any;
|
@@ -151,8 +151,8 @@ declare const BkTab: {
|
|
151
151
|
onDrag?: (...args: any[]) => any;
|
152
152
|
onChange?: (...args: any[]) => any;
|
153
153
|
onRemove?: (...args: any[]) => any;
|
154
|
-
onSort?: (...args: any[]) => any;
|
155
154
|
onAdd?: (...args: any[]) => any;
|
155
|
+
onSort?: (...args: any[]) => any;
|
156
156
|
"onAdd-panel"?: (...args: any[]) => any;
|
157
157
|
"onTab-change"?: (...args: any[]) => any;
|
158
158
|
"onRemove-panel"?: (...args: any[]) => any;
|
@@ -248,8 +248,8 @@ declare const BkTab: {
|
|
248
248
|
onDrag?: (...args: any[]) => any;
|
249
249
|
onChange?: (...args: any[]) => any;
|
250
250
|
onRemove?: (...args: any[]) => any;
|
251
|
-
onSort?: (...args: any[]) => any;
|
252
251
|
onAdd?: (...args: any[]) => any;
|
252
|
+
onSort?: (...args: any[]) => any;
|
253
253
|
"onAdd-panel"?: (...args: any[]) => any;
|
254
254
|
"onTab-change"?: (...args: any[]) => any;
|
255
255
|
"onRemove-panel"?: (...args: any[]) => any;
|
@@ -351,8 +351,8 @@ declare const BkTab: {
|
|
351
351
|
onDrag?: (...args: any[]) => any;
|
352
352
|
onChange?: (...args: any[]) => any;
|
353
353
|
onRemove?: (...args: any[]) => any;
|
354
|
-
onSort?: (...args: any[]) => any;
|
355
354
|
onAdd?: (...args: any[]) => any;
|
355
|
+
onSort?: (...args: any[]) => any;
|
356
356
|
"onAdd-panel"?: (...args: any[]) => any;
|
357
357
|
"onTab-change"?: (...args: any[]) => any;
|
358
358
|
"onRemove-panel"?: (...args: any[]) => any;
|
package/lib/tab/tab.d.ts
CHANGED
@@ -133,8 +133,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
133
133
|
onDrag?: (...args: any[]) => any;
|
134
134
|
onChange?: (...args: any[]) => any;
|
135
135
|
onRemove?: (...args: any[]) => any;
|
136
|
-
onSort?: (...args: any[]) => any;
|
137
136
|
onAdd?: (...args: any[]) => any;
|
137
|
+
onSort?: (...args: any[]) => any;
|
138
138
|
"onAdd-panel"?: (...args: any[]) => any;
|
139
139
|
"onTab-change"?: (...args: any[]) => any;
|
140
140
|
"onRemove-panel"?: (...args: any[]) => any;
|
package/lib/table/index.d.ts
CHANGED
@@ -584,6 +584,9 @@ declare const BkTable: {
|
|
584
584
|
cellClass: any;
|
585
585
|
headHeight: number;
|
586
586
|
rowKey: any;
|
587
|
+
scrollLoading: boolean | {
|
588
|
+
[key: string]: any;
|
589
|
+
};
|
587
590
|
columnPick: "disabled" | "single" | "multi";
|
588
591
|
columns: import("./props").Column[];
|
589
592
|
stripe: boolean;
|
@@ -598,9 +601,6 @@ declare const BkTable: {
|
|
598
601
|
rowClass: any;
|
599
602
|
rowStyle: any;
|
600
603
|
cellStyle: any;
|
601
|
-
scrollLoading: boolean | {
|
602
|
-
[key: string]: any;
|
603
|
-
};
|
604
604
|
reserveExpand: boolean;
|
605
605
|
selectionKey: string;
|
606
606
|
isSelectedFn: (...args: any[]) => any;
|
@@ -875,6 +875,9 @@ declare const BkTable: {
|
|
875
875
|
cellClass: any;
|
876
876
|
headHeight: number;
|
877
877
|
rowKey: any;
|
878
|
+
scrollLoading: boolean | {
|
879
|
+
[key: string]: any;
|
880
|
+
};
|
878
881
|
columnPick: "disabled" | "single" | "multi";
|
879
882
|
columns: import("./props").Column[];
|
880
883
|
stripe: boolean;
|
@@ -889,9 +892,6 @@ declare const BkTable: {
|
|
889
892
|
rowClass: any;
|
890
893
|
rowStyle: any;
|
891
894
|
cellStyle: any;
|
892
|
-
scrollLoading: boolean | {
|
893
|
-
[key: string]: any;
|
894
|
-
};
|
895
895
|
reserveExpand: boolean;
|
896
896
|
selectionKey: string;
|
897
897
|
isSelectedFn: (...args: any[]) => any;
|
@@ -1246,6 +1246,9 @@ declare const BkTable: {
|
|
1246
1246
|
cellClass: any;
|
1247
1247
|
headHeight: number;
|
1248
1248
|
rowKey: any;
|
1249
|
+
scrollLoading: boolean | {
|
1250
|
+
[key: string]: any;
|
1251
|
+
};
|
1249
1252
|
columnPick: "disabled" | "single" | "multi";
|
1250
1253
|
columns: import("./props").Column[];
|
1251
1254
|
stripe: boolean;
|
@@ -1260,9 +1263,6 @@ declare const BkTable: {
|
|
1260
1263
|
rowClass: any;
|
1261
1264
|
rowStyle: any;
|
1262
1265
|
cellStyle: any;
|
1263
|
-
scrollLoading: boolean | {
|
1264
|
-
[key: string]: any;
|
1265
|
-
};
|
1266
1266
|
reserveExpand: boolean;
|
1267
1267
|
selectionKey: string;
|
1268
1268
|
isSelectedFn: (...args: any[]) => any;
|
package/lib/table/table.d.ts
CHANGED
@@ -496,6 +496,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
496
496
|
cellClass: any;
|
497
497
|
headHeight: number;
|
498
498
|
rowKey: any;
|
499
|
+
scrollLoading: boolean | {
|
500
|
+
[key: string]: any;
|
501
|
+
};
|
499
502
|
columnPick: "disabled" | "single" | "multi";
|
500
503
|
columns: Column[];
|
501
504
|
stripe: boolean;
|
@@ -510,9 +513,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
510
513
|
rowClass: any;
|
511
514
|
rowStyle: any;
|
512
515
|
cellStyle: any;
|
513
|
-
scrollLoading: boolean | {
|
514
|
-
[key: string]: any;
|
515
|
-
};
|
516
516
|
reserveExpand: boolean;
|
517
517
|
selectionKey: string;
|
518
518
|
isSelectedFn: (...args: any[]) => any;
|
package/lib/transfer/index.d.ts
CHANGED
@@ -183,8 +183,8 @@ declare const Transfer: {
|
|
183
183
|
extCls: string;
|
184
184
|
multiple: boolean;
|
185
185
|
displayKey: string;
|
186
|
-
sortable: boolean;
|
187
186
|
searchPlaceholder: string;
|
187
|
+
sortable: boolean;
|
188
188
|
settingKey: string;
|
189
189
|
sortKey: string;
|
190
190
|
showOverflowTips: boolean;
|
@@ -297,8 +297,8 @@ declare const Transfer: {
|
|
297
297
|
extCls: string;
|
298
298
|
multiple: boolean;
|
299
299
|
displayKey: string;
|
300
|
-
sortable: boolean;
|
301
300
|
searchPlaceholder: string;
|
301
|
+
sortable: boolean;
|
302
302
|
settingKey: string;
|
303
303
|
sortKey: string;
|
304
304
|
showOverflowTips: boolean;
|
@@ -408,8 +408,8 @@ declare const Transfer: {
|
|
408
408
|
extCls: string;
|
409
409
|
multiple: boolean;
|
410
410
|
displayKey: string;
|
411
|
-
sortable: boolean;
|
412
411
|
searchPlaceholder: string;
|
412
|
+
sortable: boolean;
|
413
413
|
settingKey: string;
|
414
414
|
sortKey: string;
|
415
415
|
showOverflowTips: boolean;
|
@@ -179,8 +179,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
179
179
|
extCls: string;
|
180
180
|
multiple: boolean;
|
181
181
|
displayKey: string;
|
182
|
-
sortable: boolean;
|
183
182
|
searchPlaceholder: string;
|
183
|
+
sortable: boolean;
|
184
184
|
settingKey: string;
|
185
185
|
sortKey: string;
|
186
186
|
showOverflowTips: boolean;
|
package/lib/upload/index.d.ts
CHANGED
@@ -109,8 +109,8 @@ declare const Upload: {
|
|
109
109
|
}>> & {
|
110
110
|
onError?: (...args: any[]) => any;
|
111
111
|
onProgress?: (...args: any[]) => any;
|
112
|
-
onDone?: (...args: any[]) => any;
|
113
112
|
onDelete?: (...args: any[]) => any;
|
113
|
+
onDone?: (...args: any[]) => any;
|
114
114
|
onSuccess?: (...args: any[]) => any;
|
115
115
|
onExceed?: (...args: any[]) => any;
|
116
116
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("done" | "error" | "progress" | "delete" | "success" | "exceed")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
@@ -223,8 +223,8 @@ declare const Upload: {
|
|
223
223
|
}>> & {
|
224
224
|
onError?: (...args: any[]) => any;
|
225
225
|
onProgress?: (...args: any[]) => any;
|
226
|
-
onDone?: (...args: any[]) => any;
|
227
226
|
onDelete?: (...args: any[]) => any;
|
227
|
+
onDone?: (...args: any[]) => any;
|
228
228
|
onSuccess?: (...args: any[]) => any;
|
229
229
|
onExceed?: (...args: any[]) => any;
|
230
230
|
}, {
|
@@ -366,8 +366,8 @@ declare const Upload: {
|
|
366
366
|
}>> & {
|
367
367
|
onError?: (...args: any[]) => any;
|
368
368
|
onProgress?: (...args: any[]) => any;
|
369
|
-
onDone?: (...args: any[]) => any;
|
370
369
|
onDelete?: (...args: any[]) => any;
|
370
|
+
onDone?: (...args: any[]) => any;
|
371
371
|
onSuccess?: (...args: any[]) => any;
|
372
372
|
onExceed?: (...args: any[]) => any;
|
373
373
|
}, () => JSX.Element, {}, {}, {}, {
|
@@ -506,8 +506,8 @@ declare const Upload: {
|
|
506
506
|
}>> & {
|
507
507
|
onError?: (...args: any[]) => any;
|
508
508
|
onProgress?: (...args: any[]) => any;
|
509
|
-
onDone?: (...args: any[]) => any;
|
510
509
|
onDelete?: (...args: any[]) => any;
|
510
|
+
onDone?: (...args: any[]) => any;
|
511
511
|
onSuccess?: (...args: any[]) => any;
|
512
512
|
onExceed?: (...args: any[]) => any;
|
513
513
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("done" | "error" | "progress" | "delete" | "success" | "exceed")[], "done" | "error" | "progress" | "delete" | "success" | "exceed", {
|
package/lib/upload/upload.d.ts
CHANGED
@@ -216,8 +216,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
216
216
|
}>> & {
|
217
217
|
onError?: (...args: any[]) => any;
|
218
218
|
onProgress?: (...args: any[]) => any;
|
219
|
-
onDone?: (...args: any[]) => any;
|
220
219
|
onDelete?: (...args: any[]) => any;
|
220
|
+
onDone?: (...args: any[]) => any;
|
221
221
|
onSuccess?: (...args: any[]) => any;
|
222
222
|
onExceed?: (...args: any[]) => any;
|
223
223
|
}, {
|