@julingbase/jly-arco-design 0.0.3 → 0.0.4
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 +56 -2
- package/dist/arco-vue.js +16 -2
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +166 -163
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/input-label/input-label.d.ts +2 -2
- package/es/_components/picker/input-range.d.ts +4 -4
- package/es/_components/picker/input.d.ts +2 -2
- package/es/_components/select-view/select-view.d.ts +1 -1
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/index.d.ts +9 -9
- package/es/calendar/calendar.d.ts +1 -1
- package/es/calendar/index.d.ts +3 -3
- package/es/cascader/cascader-panel.d.ts +3 -3
- package/es/cascader/cascader.d.ts +6 -6
- package/es/cascader/index.d.ts +20 -20
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox.d.ts +1 -1
- package/es/checkbox/index.d.ts +5 -5
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/date-picker/index.d.ts +7 -7
- package/es/date-picker/picker.d.ts +5 -5
- package/es/date-picker/range-picker.d.ts +7 -7
- package/es/descriptions/descriptions.d.ts +1 -1
- package/es/descriptions/index.d.ts +3 -3
- package/es/form/form-item.d.ts +3 -3
- package/es/form/index.d.ts +3 -3
- package/es/input/index.d.ts +8 -8
- package/es/input/input-password.d.ts +2 -2
- package/es/input/input.d.ts +2 -2
- package/es/input-number/index.d.ts +3 -3
- package/es/input-number/input-number.d.ts +1 -1
- package/es/input-tag/index.d.ts +18 -18
- package/es/input-tag/input-tag.d.ts +6 -6
- package/es/list/index.d.ts +3 -3
- package/es/list/list.d.ts +1 -1
- package/es/mention/index.d.ts +6 -6
- package/es/mention/mention.d.ts +2 -2
- package/es/menu/item.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +1 -1
- package/es/pagination/page-jumper.d.ts +3 -3
- package/es/pagination/page-options.d.ts +28 -28
- package/es/radio/index.d.ts +8 -8
- package/es/radio/radio-group.d.ts +2 -2
- package/es/radio/radio.d.ts +2 -2
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/select/index.d.ts +28 -28
- package/es/select/option.d.ts +5 -5
- package/es/select/select-dropdown.d.ts +1 -1
- package/es/select/select.d.ts +8 -8
- package/es/slider/index.d.ts +12 -12
- package/es/slider/slider-input.d.ts +3 -3
- package/es/slider/slider.d.ts +5 -5
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/switch/index.d.ts +3 -3
- package/es/switch/switch.d.ts +1 -1
- package/es/table/index.d.ts +15 -0
- package/es/table/table-operation-td.d.ts +13 -13
- package/es/table/table.d.ts +9 -0
- package/es/table/table.js +16 -2
- package/es/tag/index.d.ts +3 -3
- package/es/tag/tag.d.ts +1 -1
- package/es/textarea/index.d.ts +6 -6
- package/es/textarea/textarea.d.ts +2 -2
- package/es/time-picker/index.d.ts +15 -15
- package/es/time-picker/time-picker.d.ts +7 -7
- package/es/transfer/index.d.ts +22 -22
- package/es/transfer/transfer-view.d.ts +8 -8
- package/es/transfer/transfer.d.ts +10 -10
- package/es/tree/base-node.d.ts +5 -5
- package/es/tree/transition-node-list.d.ts +5 -5
- package/es/tree-select/index.d.ts +8 -8
- package/es/tree-select/tree-select.d.ts +3 -3
- package/es/typography/edit-content.d.ts +24 -24
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +1 -1
- package/es/verification-code/index.d.ts +6 -6
- package/es/verification-code/verification-code.d.ts +2 -2
- package/json/vetur-attributes.json +2397 -2397
- package/json/vetur-tags.json +730 -730
- package/json/web-types.json +4781 -4781
- package/lib/table/table.js +16 -2
- package/package.json +2 -2
|
@@ -125,16 +125,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
125
125
|
};
|
|
126
126
|
}>> & Readonly<{
|
|
127
127
|
onSelect?: ((selected: string[]) => any) | undefined;
|
|
128
|
-
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
129
128
|
onChange?: ((value: string[]) => any) | undefined;
|
|
129
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
130
130
|
onSearch?: ((value: string, type: "source" | "target") => any) | undefined;
|
|
131
131
|
"onUpdate:selected"?: ((selected: string[]) => any) | undefined;
|
|
132
132
|
}>, {
|
|
133
133
|
disabled: boolean;
|
|
134
134
|
data: TransferItem[];
|
|
135
135
|
title: string[];
|
|
136
|
-
modelValue: string[];
|
|
137
136
|
defaultValue: string[];
|
|
137
|
+
modelValue: string[];
|
|
138
138
|
simple: boolean;
|
|
139
139
|
selected: string[];
|
|
140
140
|
showSearch: boolean;
|
|
@@ -462,8 +462,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
462
462
|
default: boolean;
|
|
463
463
|
};
|
|
464
464
|
}>> & Readonly<{
|
|
465
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
466
465
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
466
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
467
467
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
468
468
|
'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
|
|
469
469
|
change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
|
|
@@ -537,8 +537,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
537
537
|
default: boolean;
|
|
538
538
|
};
|
|
539
539
|
}>> & Readonly<{
|
|
540
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
541
540
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
541
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
542
542
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
543
543
|
disabled: boolean;
|
|
544
544
|
modelValue: boolean | (string | number | boolean)[];
|
|
@@ -574,8 +574,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
574
574
|
default: boolean;
|
|
575
575
|
};
|
|
576
576
|
}>> & Readonly<{
|
|
577
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
578
577
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
578
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
579
579
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
580
580
|
'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
|
|
581
581
|
change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
|
|
@@ -668,12 +668,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
668
668
|
default: boolean;
|
|
669
669
|
};
|
|
670
670
|
}>> & Readonly<{
|
|
671
|
-
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
672
671
|
onChange?: ((value: (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
672
|
+
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
673
673
|
}>, {
|
|
674
674
|
disabled: boolean;
|
|
675
|
-
modelValue: (string | number | boolean)[];
|
|
676
675
|
defaultValue: (string | number | boolean)[];
|
|
676
|
+
modelValue: (string | number | boolean)[];
|
|
677
677
|
direction: "horizontal" | "vertical";
|
|
678
678
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
679
679
|
install: (app: import("vue").App<any>, options?: import("../_utils/types").ArcoOptions | undefined) => void;
|
|
@@ -836,8 +836,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
836
836
|
bordered: boolean;
|
|
837
837
|
maxHeight: string | number;
|
|
838
838
|
split: boolean;
|
|
839
|
-
hoverable: boolean;
|
|
840
839
|
bottomOffset: number;
|
|
840
|
+
hoverable: boolean;
|
|
841
841
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
842
842
|
P: {};
|
|
843
843
|
B: {};
|
|
@@ -907,8 +907,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
907
907
|
bordered: boolean;
|
|
908
908
|
maxHeight: string | number;
|
|
909
909
|
split: boolean;
|
|
910
|
-
hoverable: boolean;
|
|
911
910
|
bottomOffset: number;
|
|
911
|
+
hoverable: boolean;
|
|
912
912
|
}>;
|
|
913
913
|
__isFragment?: undefined;
|
|
914
914
|
__isTeleport?: undefined;
|
|
@@ -980,8 +980,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
980
980
|
bordered: boolean;
|
|
981
981
|
maxHeight: string | number;
|
|
982
982
|
split: boolean;
|
|
983
|
-
hoverable: boolean;
|
|
984
983
|
bottomOffset: number;
|
|
984
|
+
hoverable: boolean;
|
|
985
985
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
986
986
|
Item: {
|
|
987
987
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
package/es/tree/base-node.d.ts
CHANGED
|
@@ -255,8 +255,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
255
255
|
default: boolean;
|
|
256
256
|
};
|
|
257
257
|
}>> & Readonly<{
|
|
258
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
259
258
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
259
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
260
260
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
261
261
|
'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
|
|
262
262
|
change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
|
|
@@ -330,8 +330,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
330
330
|
default: boolean;
|
|
331
331
|
};
|
|
332
332
|
}>> & Readonly<{
|
|
333
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
334
333
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
334
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
335
335
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
336
336
|
disabled: boolean;
|
|
337
337
|
modelValue: boolean | (string | number | boolean)[];
|
|
@@ -367,8 +367,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
367
367
|
default: boolean;
|
|
368
368
|
};
|
|
369
369
|
}>> & Readonly<{
|
|
370
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
371
370
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
371
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
372
372
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
373
373
|
'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
|
|
374
374
|
change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
|
|
@@ -461,12 +461,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
461
461
|
default: boolean;
|
|
462
462
|
};
|
|
463
463
|
}>> & Readonly<{
|
|
464
|
-
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
465
464
|
onChange?: ((value: (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
465
|
+
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
466
466
|
}>, {
|
|
467
467
|
disabled: boolean;
|
|
468
|
-
modelValue: (string | number | boolean)[];
|
|
469
468
|
defaultValue: (string | number | boolean)[];
|
|
469
|
+
modelValue: (string | number | boolean)[];
|
|
470
470
|
direction: "horizontal" | "vertical";
|
|
471
471
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
472
472
|
install: (app: import("vue").App<any>, options?: import("../_utils/types").ArcoOptions | undefined) => void;
|
|
@@ -302,8 +302,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
302
302
|
default: boolean;
|
|
303
303
|
};
|
|
304
304
|
}>> & Readonly<{
|
|
305
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
306
305
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
306
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
307
307
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
308
308
|
'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
|
|
309
309
|
change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
|
|
@@ -377,8 +377,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
377
377
|
default: boolean;
|
|
378
378
|
};
|
|
379
379
|
}>> & Readonly<{
|
|
380
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
381
380
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
381
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
382
382
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
383
383
|
disabled: boolean;
|
|
384
384
|
modelValue: boolean | (string | number | boolean)[];
|
|
@@ -414,8 +414,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
414
414
|
default: boolean;
|
|
415
415
|
};
|
|
416
416
|
}>> & Readonly<{
|
|
417
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
418
417
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
418
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
419
419
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
420
420
|
'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
|
|
421
421
|
change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
|
|
@@ -508,12 +508,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
508
508
|
default: boolean;
|
|
509
509
|
};
|
|
510
510
|
}>> & Readonly<{
|
|
511
|
-
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
512
511
|
onChange?: ((value: (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
512
|
+
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
513
513
|
}>, {
|
|
514
514
|
disabled: boolean;
|
|
515
|
-
modelValue: (string | number | boolean)[];
|
|
516
515
|
defaultValue: (string | number | boolean)[];
|
|
516
|
+
modelValue: (string | number | boolean)[];
|
|
517
517
|
direction: "horizontal" | "vertical";
|
|
518
518
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
519
519
|
install: (app: import("vue").App<any>, options?: import("../_utils/types").ArcoOptions | undefined) => void;
|
|
@@ -127,10 +127,10 @@ declare const TreeSelect: {
|
|
|
127
127
|
}>> & Readonly<{
|
|
128
128
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
129
129
|
onClear?: (() => any) | undefined;
|
|
130
|
+
onChange?: ((value: string | number | (string | number)[] | import("./interface").LabelValue | import("./interface").LabelValue[] | undefined) => any) | undefined;
|
|
130
131
|
"onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
|
|
131
132
|
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
132
133
|
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | import("./interface").LabelValue | import("./interface").LabelValue[] | undefined) => any) | undefined;
|
|
133
|
-
onChange?: ((value: string | number | (string | number)[] | import("./interface").LabelValue | import("./interface").LabelValue[] | undefined) => any) | undefined;
|
|
134
134
|
onSearch?: ((searchKey: string) => any) | undefined;
|
|
135
135
|
"onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
|
|
136
136
|
}>, {
|
|
@@ -188,9 +188,9 @@ declare const TreeSelect: {
|
|
|
188
188
|
retainInputValue?: boolean | undefined;
|
|
189
189
|
};
|
|
190
190
|
defaultInputValue: string;
|
|
191
|
-
fallbackOption: boolean | ((key: string | number) => boolean | import("..").TreeNodeData);
|
|
192
191
|
showHeaderOnEmpty: boolean;
|
|
193
192
|
showFooterOnEmpty: boolean;
|
|
193
|
+
fallbackOption: boolean | ((key: string | number) => boolean | import("..").TreeNodeData);
|
|
194
194
|
selectable: boolean | "leaf" | ((node: import("..").TreeNodeData, info: {
|
|
195
195
|
isLeaf: boolean;
|
|
196
196
|
level: number;
|
|
@@ -894,9 +894,9 @@ declare const TreeSelect: {
|
|
|
894
894
|
}>, {
|
|
895
895
|
disabled: boolean;
|
|
896
896
|
multiple: boolean;
|
|
897
|
-
retainInputValue: boolean;
|
|
898
897
|
error: boolean;
|
|
899
898
|
allowClear: boolean;
|
|
899
|
+
retainInputValue: boolean;
|
|
900
900
|
loading: boolean;
|
|
901
901
|
opened: boolean;
|
|
902
902
|
bordered: boolean;
|
|
@@ -2894,10 +2894,10 @@ declare const TreeSelect: {
|
|
|
2894
2894
|
}>> & Readonly<{
|
|
2895
2895
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
2896
2896
|
onClear?: (() => any) | undefined;
|
|
2897
|
+
onChange?: ((value: string | number | (string | number)[] | import("./interface").LabelValue | import("./interface").LabelValue[] | undefined) => any) | undefined;
|
|
2897
2898
|
"onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
|
|
2898
2899
|
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
2899
2900
|
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | import("./interface").LabelValue | import("./interface").LabelValue[] | undefined) => any) | undefined;
|
|
2900
|
-
onChange?: ((value: string | number | (string | number)[] | import("./interface").LabelValue | import("./interface").LabelValue[] | undefined) => any) | undefined;
|
|
2901
2901
|
onSearch?: ((searchKey: string) => any) | undefined;
|
|
2902
2902
|
"onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
|
|
2903
2903
|
}>, {
|
|
@@ -2946,9 +2946,9 @@ declare const TreeSelect: {
|
|
|
2946
2946
|
retainInputValue?: boolean | undefined;
|
|
2947
2947
|
};
|
|
2948
2948
|
defaultInputValue: string;
|
|
2949
|
-
fallbackOption: boolean | ((key: string | number) => boolean | import("..").TreeNodeData);
|
|
2950
2949
|
showHeaderOnEmpty: boolean;
|
|
2951
2950
|
showFooterOnEmpty: boolean;
|
|
2951
|
+
fallbackOption: boolean | ((key: string | number) => boolean | import("..").TreeNodeData);
|
|
2952
2952
|
selectable: boolean | "leaf" | ((node: import("..").TreeNodeData, info: {
|
|
2953
2953
|
isLeaf: boolean;
|
|
2954
2954
|
level: number;
|
|
@@ -3087,10 +3087,10 @@ declare const TreeSelect: {
|
|
|
3087
3087
|
}>> & Readonly<{
|
|
3088
3088
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
3089
3089
|
onClear?: (() => any) | undefined;
|
|
3090
|
+
onChange?: ((value: string | number | (string | number)[] | import("./interface").LabelValue | import("./interface").LabelValue[] | undefined) => any) | undefined;
|
|
3090
3091
|
"onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
|
|
3091
3092
|
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
3092
3093
|
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | import("./interface").LabelValue | import("./interface").LabelValue[] | undefined) => any) | undefined;
|
|
3093
|
-
onChange?: ((value: string | number | (string | number)[] | import("./interface").LabelValue | import("./interface").LabelValue[] | undefined) => any) | undefined;
|
|
3094
3094
|
onSearch?: ((searchKey: string) => any) | undefined;
|
|
3095
3095
|
"onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
|
|
3096
3096
|
}>, {
|
|
@@ -3148,9 +3148,9 @@ declare const TreeSelect: {
|
|
|
3148
3148
|
retainInputValue?: boolean | undefined;
|
|
3149
3149
|
};
|
|
3150
3150
|
defaultInputValue: string;
|
|
3151
|
-
fallbackOption: boolean | ((key: string | number) => boolean | import("..").TreeNodeData);
|
|
3152
3151
|
showHeaderOnEmpty: boolean;
|
|
3153
3152
|
showFooterOnEmpty: boolean;
|
|
3153
|
+
fallbackOption: boolean | ((key: string | number) => boolean | import("..").TreeNodeData);
|
|
3154
3154
|
selectable: boolean | "leaf" | ((node: import("..").TreeNodeData, info: {
|
|
3155
3155
|
isLeaf: boolean;
|
|
3156
3156
|
level: number;
|
|
@@ -3854,9 +3854,9 @@ declare const TreeSelect: {
|
|
|
3854
3854
|
}>, {
|
|
3855
3855
|
disabled: boolean;
|
|
3856
3856
|
multiple: boolean;
|
|
3857
|
-
retainInputValue: boolean;
|
|
3858
3857
|
error: boolean;
|
|
3859
3858
|
allowClear: boolean;
|
|
3859
|
+
retainInputValue: boolean;
|
|
3860
3860
|
loading: boolean;
|
|
3861
3861
|
opened: boolean;
|
|
3862
3862
|
bordered: boolean;
|
|
@@ -293,10 +293,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
293
293
|
}>> & Readonly<{
|
|
294
294
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
295
295
|
onClear?: (() => any) | undefined;
|
|
296
|
+
onChange?: ((value: string | number | (string | number)[] | LabelValue | LabelValue[] | undefined) => any) | undefined;
|
|
296
297
|
"onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
|
|
297
298
|
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
298
299
|
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | LabelValue | LabelValue[] | undefined) => any) | undefined;
|
|
299
|
-
onChange?: ((value: string | number | (string | number)[] | LabelValue | LabelValue[] | undefined) => any) | undefined;
|
|
300
300
|
onSearch?: ((searchKey: string) => any) | undefined;
|
|
301
301
|
"onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
|
|
302
302
|
}>, {
|
|
@@ -314,9 +314,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
314
314
|
retainInputValue?: boolean | undefined;
|
|
315
315
|
};
|
|
316
316
|
defaultInputValue: string;
|
|
317
|
-
fallbackOption: boolean | ((key: number | string) => TreeNodeData | boolean);
|
|
318
317
|
showHeaderOnEmpty: boolean;
|
|
319
318
|
showFooterOnEmpty: boolean;
|
|
319
|
+
fallbackOption: boolean | ((key: number | string) => TreeNodeData | boolean);
|
|
320
320
|
selectable: boolean | "leaf" | ((node: TreeNodeData, info: {
|
|
321
321
|
isLeaf: boolean;
|
|
322
322
|
level: number;
|
|
@@ -1020,9 +1020,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1020
1020
|
}>, {
|
|
1021
1021
|
disabled: boolean;
|
|
1022
1022
|
multiple: boolean;
|
|
1023
|
-
retainInputValue: boolean;
|
|
1024
1023
|
error: boolean;
|
|
1025
1024
|
allowClear: boolean;
|
|
1025
|
+
retainInputValue: boolean;
|
|
1026
1026
|
loading: boolean;
|
|
1027
1027
|
opened: boolean;
|
|
1028
1028
|
bordered: boolean;
|
|
@@ -62,9 +62,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
62
62
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
63
63
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
64
64
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
65
|
+
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
65
66
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
66
67
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
67
|
-
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
68
68
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
69
69
|
}>, {
|
|
70
70
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -84,9 +84,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
84
84
|
disabled: boolean;
|
|
85
85
|
type: "text" | "password";
|
|
86
86
|
error: boolean;
|
|
87
|
-
defaultValue: string;
|
|
88
87
|
readonly: boolean;
|
|
89
88
|
allowClear: boolean;
|
|
89
|
+
defaultValue: string;
|
|
90
90
|
maxLength: number | {
|
|
91
91
|
length: number;
|
|
92
92
|
errorOnly?: boolean | undefined;
|
|
@@ -155,9 +155,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
155
155
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
156
156
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
157
157
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
158
|
+
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
158
159
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
159
160
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
160
|
-
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
161
161
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
162
162
|
}>, {
|
|
163
163
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -169,9 +169,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
169
169
|
disabled: boolean;
|
|
170
170
|
type: "text" | "password";
|
|
171
171
|
error: boolean;
|
|
172
|
-
defaultValue: string;
|
|
173
172
|
readonly: boolean;
|
|
174
173
|
allowClear: boolean;
|
|
174
|
+
defaultValue: string;
|
|
175
175
|
maxLength: number | {
|
|
176
176
|
length: number;
|
|
177
177
|
errorOnly?: boolean | undefined;
|
|
@@ -237,9 +237,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
237
237
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
238
238
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
239
239
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
240
|
+
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
240
241
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
241
242
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
242
|
-
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
243
243
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
244
244
|
}>, {
|
|
245
245
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -259,9 +259,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
259
259
|
disabled: boolean;
|
|
260
260
|
type: "text" | "password";
|
|
261
261
|
error: boolean;
|
|
262
|
-
defaultValue: string;
|
|
263
262
|
readonly: boolean;
|
|
264
263
|
allowClear: boolean;
|
|
264
|
+
defaultValue: string;
|
|
265
265
|
maxLength: number | {
|
|
266
266
|
length: number;
|
|
267
267
|
errorOnly?: boolean | undefined;
|
|
@@ -522,17 +522,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
522
522
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
523
523
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
524
524
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
525
|
+
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
525
526
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
526
527
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
527
|
-
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
528
528
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
529
529
|
}>, {
|
|
530
530
|
disabled: boolean;
|
|
531
531
|
type: "text" | "password";
|
|
532
532
|
error: boolean;
|
|
533
|
-
defaultValue: string;
|
|
534
533
|
readonly: boolean;
|
|
535
534
|
allowClear: boolean;
|
|
535
|
+
defaultValue: string;
|
|
536
536
|
maxLength: number | {
|
|
537
537
|
length: number;
|
|
538
538
|
errorOnly?: boolean | undefined;
|
|
@@ -601,9 +601,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
601
601
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
602
602
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
603
603
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
604
|
+
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
604
605
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
605
606
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
606
|
-
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
607
607
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
608
608
|
}>, {
|
|
609
609
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -623,9 +623,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
623
623
|
disabled: boolean;
|
|
624
624
|
type: "text" | "password";
|
|
625
625
|
error: boolean;
|
|
626
|
-
defaultValue: string;
|
|
627
626
|
readonly: boolean;
|
|
628
627
|
allowClear: boolean;
|
|
628
|
+
defaultValue: string;
|
|
629
629
|
maxLength: number | {
|
|
630
630
|
length: number;
|
|
631
631
|
errorOnly?: boolean | undefined;
|
|
@@ -694,9 +694,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
694
694
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
695
695
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
696
696
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
697
|
+
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
697
698
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
698
699
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
699
|
-
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
700
700
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
701
701
|
}>, {
|
|
702
702
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -708,9 +708,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
708
708
|
disabled: boolean;
|
|
709
709
|
type: "text" | "password";
|
|
710
710
|
error: boolean;
|
|
711
|
-
defaultValue: string;
|
|
712
711
|
readonly: boolean;
|
|
713
712
|
allowClear: boolean;
|
|
713
|
+
defaultValue: string;
|
|
714
714
|
maxLength: number | {
|
|
715
715
|
length: number;
|
|
716
716
|
errorOnly?: boolean | undefined;
|
|
@@ -776,9 +776,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
776
776
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
777
777
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
778
778
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
779
|
+
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
779
780
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
780
781
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
781
|
-
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
782
782
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
783
783
|
}>, {
|
|
784
784
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -798,9 +798,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
798
798
|
disabled: boolean;
|
|
799
799
|
type: "text" | "password";
|
|
800
800
|
error: boolean;
|
|
801
|
-
defaultValue: string;
|
|
802
801
|
readonly: boolean;
|
|
803
802
|
allowClear: boolean;
|
|
803
|
+
defaultValue: string;
|
|
804
804
|
maxLength: number | {
|
|
805
805
|
length: number;
|
|
806
806
|
errorOnly?: boolean | undefined;
|
|
@@ -1061,17 +1061,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1061
1061
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1062
1062
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
1063
1063
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
1064
|
+
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
1064
1065
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1065
1066
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1066
|
-
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
1067
1067
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1068
1068
|
}>, {
|
|
1069
1069
|
disabled: boolean;
|
|
1070
1070
|
type: "text" | "password";
|
|
1071
1071
|
error: boolean;
|
|
1072
|
-
defaultValue: string;
|
|
1073
1072
|
readonly: boolean;
|
|
1074
1073
|
allowClear: boolean;
|
|
1074
|
+
defaultValue: string;
|
|
1075
1075
|
maxLength: number | {
|
|
1076
1076
|
length: number;
|
|
1077
1077
|
errorOnly?: boolean | undefined;
|
|
@@ -1154,9 +1154,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1154
1154
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1155
1155
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
1156
1156
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
1157
|
+
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
1157
1158
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1158
1159
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1159
|
-
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
1160
1160
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1161
1161
|
}>, {
|
|
1162
1162
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -1176,9 +1176,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1176
1176
|
disabled: boolean;
|
|
1177
1177
|
type: "text" | "password";
|
|
1178
1178
|
error: boolean;
|
|
1179
|
-
defaultValue: string;
|
|
1180
1179
|
readonly: boolean;
|
|
1181
1180
|
allowClear: boolean;
|
|
1181
|
+
defaultValue: string;
|
|
1182
1182
|
maxLength: number | {
|
|
1183
1183
|
length: number;
|
|
1184
1184
|
errorOnly?: boolean | undefined;
|
|
@@ -1247,9 +1247,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1247
1247
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1248
1248
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
1249
1249
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
1250
|
+
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
1250
1251
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1251
1252
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1252
|
-
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
1253
1253
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1254
1254
|
}>, {
|
|
1255
1255
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -1261,9 +1261,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1261
1261
|
disabled: boolean;
|
|
1262
1262
|
type: "text" | "password";
|
|
1263
1263
|
error: boolean;
|
|
1264
|
-
defaultValue: string;
|
|
1265
1264
|
readonly: boolean;
|
|
1266
1265
|
allowClear: boolean;
|
|
1266
|
+
defaultValue: string;
|
|
1267
1267
|
maxLength: number | {
|
|
1268
1268
|
length: number;
|
|
1269
1269
|
errorOnly?: boolean | undefined;
|
|
@@ -1329,9 +1329,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1329
1329
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1330
1330
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
1331
1331
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
1332
|
+
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
1332
1333
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1333
1334
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1334
|
-
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
1335
1335
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1336
1336
|
}>, {
|
|
1337
1337
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -1351,9 +1351,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1351
1351
|
disabled: boolean;
|
|
1352
1352
|
type: "text" | "password";
|
|
1353
1353
|
error: boolean;
|
|
1354
|
-
defaultValue: string;
|
|
1355
1354
|
readonly: boolean;
|
|
1356
1355
|
allowClear: boolean;
|
|
1356
|
+
defaultValue: string;
|
|
1357
1357
|
maxLength: number | {
|
|
1358
1358
|
length: number;
|
|
1359
1359
|
errorOnly?: boolean | undefined;
|
|
@@ -1614,17 +1614,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1614
1614
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1615
1615
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
1616
1616
|
onInput?: ((value: string, ev: Event) => any) | undefined;
|
|
1617
|
+
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
1617
1618
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1618
1619
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1619
|
-
onChange?: ((value: string, ev: Event) => any) | undefined;
|
|
1620
1620
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1621
1621
|
}>, {
|
|
1622
1622
|
disabled: boolean;
|
|
1623
1623
|
type: "text" | "password";
|
|
1624
1624
|
error: boolean;
|
|
1625
|
-
defaultValue: string;
|
|
1626
1625
|
readonly: boolean;
|
|
1627
1626
|
allowClear: boolean;
|
|
1627
|
+
defaultValue: string;
|
|
1628
1628
|
maxLength: number | {
|
|
1629
1629
|
length: number;
|
|
1630
1630
|
errorOnly?: boolean | undefined;
|
package/es/upload/index.d.ts
CHANGED
|
@@ -116,8 +116,8 @@ declare const Upload: {
|
|
|
116
116
|
};
|
|
117
117
|
}>> & Readonly<{
|
|
118
118
|
onProgress?: ((fileItem: import("./interfaces").FileItem, ev?: ProgressEvent<EventTarget> | undefined) => any) | undefined;
|
|
119
|
-
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
120
119
|
onChange?: ((fileList: import("./interfaces").FileItem[], fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
120
|
+
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
121
121
|
onSuccess?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
122
122
|
onPreview?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
123
123
|
onExceedLimit?: ((fileList: import("./interfaces").FileItem[], files: File[]) => any) | undefined;
|
|
@@ -285,8 +285,8 @@ declare const Upload: {
|
|
|
285
285
|
};
|
|
286
286
|
}>> & Readonly<{
|
|
287
287
|
onProgress?: ((fileItem: import("./interfaces").FileItem, ev?: ProgressEvent<EventTarget> | undefined) => any) | undefined;
|
|
288
|
-
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
289
288
|
onChange?: ((fileList: import("./interfaces").FileItem[], fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
289
|
+
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
290
290
|
onSuccess?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
291
291
|
onPreview?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
292
292
|
onExceedLimit?: ((fileList: import("./interfaces").FileItem[], files: File[]) => any) | undefined;
|
|
@@ -443,8 +443,8 @@ declare const Upload: {
|
|
|
443
443
|
};
|
|
444
444
|
}>> & Readonly<{
|
|
445
445
|
onProgress?: ((fileItem: import("./interfaces").FileItem, ev?: ProgressEvent<EventTarget> | undefined) => any) | undefined;
|
|
446
|
-
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
447
446
|
onChange?: ((fileList: import("./interfaces").FileItem[], fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
447
|
+
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
448
448
|
onSuccess?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
449
449
|
onPreview?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
450
450
|
onExceedLimit?: ((fileList: import("./interfaces").FileItem[], files: File[]) => any) | undefined;
|
package/es/upload/upload.d.ts
CHANGED
|
@@ -246,8 +246,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
246
246
|
};
|
|
247
247
|
}>> & Readonly<{
|
|
248
248
|
onProgress?: ((fileItem: FileItem, ev?: ProgressEvent<EventTarget> | undefined) => any) | undefined;
|
|
249
|
-
onError?: ((fileItem: FileItem) => any) | undefined;
|
|
250
249
|
onChange?: ((fileList: FileItem[], fileItem: FileItem) => any) | undefined;
|
|
250
|
+
onError?: ((fileItem: FileItem) => any) | undefined;
|
|
251
251
|
onSuccess?: ((fileItem: FileItem) => any) | undefined;
|
|
252
252
|
onPreview?: ((fileItem: FileItem) => any) | undefined;
|
|
253
253
|
onExceedLimit?: ((fileList: FileItem[], files: File[]) => any) | undefined;
|