@geelato/web-vue 2.57.0 → 2.57.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/LICENSE +21 -0
- package/dist/arco-vue.js +2 -0
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +1 -1
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/input-label/input-label.d.ts +3 -3
- 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/_components/virtual-list-v2/virtual-list.d.ts +3 -3
- 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 +1 -1
- package/es/cascader/cascader.d.ts +5 -5
- package/es/cascader/index.d.ts +15 -15
- 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 +9 -9
- package/es/date-picker/picker.d.ts +7 -7
- package/es/date-picker/range-picker.d.ts +9 -9
- package/es/form/form-item.d.ts +3 -3
- package/es/form/index.d.ts +3 -3
- package/es/input/index.d.ts +12 -12
- package/es/input/input-password.d.ts +3 -3
- package/es/input/input.d.ts +3 -3
- package/es/input-number/index.d.ts +3 -3
- package/es/input-number/input-number.d.ts +1 -1
- package/es/input-number/input-number.js +2 -0
- package/es/input-tag/index.d.ts +21 -21
- package/es/input-tag/input-tag.d.ts +7 -7
- package/es/mention/index.d.ts +9 -9
- package/es/mention/mention.d.ts +3 -3
- package/es/pagination/page-jumper.d.ts +3 -3
- package/es/pagination/page-options.d.ts +16 -16
- 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 +16 -16
- package/es/select/option.d.ts +5 -5
- package/es/select/select.d.ts +4 -4
- 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/switch/index.d.ts +3 -3
- package/es/switch/switch.d.ts +1 -1
- package/es/table/table-operation-td.d.ts +13 -13
- package/es/textarea/index.d.ts +6 -6
- package/es/textarea/textarea.d.ts +2 -2
- package/es/time-picker/index.d.ts +18 -18
- package/es/time-picker/time-picker.d.ts +8 -8
- package/es/transfer/index.d.ts +16 -16
- package/es/transfer/transfer-view.d.ts +5 -5
- package/es/transfer/transfer.d.ts +7 -7
- package/es/tree/base-node.d.ts +5 -5
- package/es/tree/index.d.ts +6 -6
- package/es/tree/transition-node-list.d.ts +5 -5
- package/es/tree/tree.d.ts +3 -3
- package/es/tree-select/index.d.ts +17 -17
- package/es/tree-select/panel.d.ts +6 -6
- package/es/tree-select/tree-select.d.ts +8 -8
- package/es/typography/edit-content.d.ts +36 -36
- 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 +2194 -2194
- package/json/vetur-tags.json +768 -768
- package/json/web-types.json +4765 -4765
- package/lib/input-number/input-number.js +2 -0
- package/package.json +24 -25
|
@@ -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;
|
|
297
296
|
"onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
|
|
298
297
|
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
299
298
|
"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
|
}>, {
|
|
@@ -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;
|
|
1023
1024
|
error: boolean;
|
|
1024
1025
|
allowClear: boolean;
|
|
1025
|
-
retainInputValue: boolean;
|
|
1026
1026
|
loading: boolean;
|
|
1027
1027
|
opened: boolean;
|
|
1028
1028
|
bordered: boolean;
|
|
@@ -1672,12 +1672,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1672
1672
|
onReachBottom?: ((ev: Event) => any) | undefined;
|
|
1673
1673
|
}>, {
|
|
1674
1674
|
data: Record<string, any>[];
|
|
1675
|
-
fixedSize: boolean;
|
|
1676
|
-
estimatedSize: number;
|
|
1677
|
-
buffer: number;
|
|
1678
1675
|
height: string | number;
|
|
1679
1676
|
threshold: number;
|
|
1680
1677
|
itemKey: string;
|
|
1678
|
+
fixedSize: boolean;
|
|
1679
|
+
estimatedSize: number;
|
|
1680
|
+
buffer: number;
|
|
1681
1681
|
component: string | Record<string, any>;
|
|
1682
1682
|
paddingPosition: string;
|
|
1683
1683
|
}, {}, {
|
|
@@ -2742,12 +2742,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2742
2742
|
onReachBottom?: ((ev: Event) => any) | undefined;
|
|
2743
2743
|
}>, {
|
|
2744
2744
|
data: Record<string, any>[];
|
|
2745
|
-
fixedSize: boolean;
|
|
2746
|
-
estimatedSize: number;
|
|
2747
|
-
buffer: number;
|
|
2748
2745
|
height: string | number;
|
|
2749
2746
|
threshold: number;
|
|
2750
2747
|
itemKey: string;
|
|
2748
|
+
fixedSize: boolean;
|
|
2749
|
+
estimatedSize: number;
|
|
2750
|
+
buffer: number;
|
|
2751
2751
|
component: string | Record<string, any>;
|
|
2752
2752
|
paddingPosition: string;
|
|
2753
2753
|
}, {}, {
|
|
@@ -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;
|
|
66
65
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
67
66
|
"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>;
|
|
@@ -83,10 +83,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
83
83
|
}, import("vue").PublicProps, {
|
|
84
84
|
disabled: boolean;
|
|
85
85
|
type: "text" | "password";
|
|
86
|
-
readonly: boolean;
|
|
87
86
|
error: boolean;
|
|
88
|
-
allowClear: boolean;
|
|
89
87
|
defaultValue: string;
|
|
88
|
+
readonly: boolean;
|
|
89
|
+
allowClear: boolean;
|
|
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;
|
|
159
158
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
160
159
|
"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>;
|
|
@@ -168,10 +168,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
168
168
|
}, {
|
|
169
169
|
disabled: boolean;
|
|
170
170
|
type: "text" | "password";
|
|
171
|
-
readonly: boolean;
|
|
172
171
|
error: boolean;
|
|
173
|
-
allowClear: boolean;
|
|
174
172
|
defaultValue: string;
|
|
173
|
+
readonly: boolean;
|
|
174
|
+
allowClear: boolean;
|
|
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;
|
|
241
240
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
242
241
|
"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>;
|
|
@@ -258,10 +258,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
258
258
|
}, string, {
|
|
259
259
|
disabled: boolean;
|
|
260
260
|
type: "text" | "password";
|
|
261
|
-
readonly: boolean;
|
|
262
261
|
error: boolean;
|
|
263
|
-
allowClear: boolean;
|
|
264
262
|
defaultValue: string;
|
|
263
|
+
readonly: boolean;
|
|
264
|
+
allowClear: boolean;
|
|
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;
|
|
526
525
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
527
526
|
"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
|
-
readonly: boolean;
|
|
533
532
|
error: boolean;
|
|
534
|
-
allowClear: boolean;
|
|
535
533
|
defaultValue: string;
|
|
534
|
+
readonly: boolean;
|
|
535
|
+
allowClear: boolean;
|
|
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;
|
|
605
604
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
606
605
|
"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>;
|
|
@@ -622,10 +622,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
622
622
|
}, import("vue").PublicProps, {
|
|
623
623
|
disabled: boolean;
|
|
624
624
|
type: "text" | "password";
|
|
625
|
-
readonly: boolean;
|
|
626
625
|
error: boolean;
|
|
627
|
-
allowClear: boolean;
|
|
628
626
|
defaultValue: string;
|
|
627
|
+
readonly: boolean;
|
|
628
|
+
allowClear: boolean;
|
|
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;
|
|
698
697
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
699
698
|
"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>;
|
|
@@ -707,10 +707,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
707
707
|
}, {
|
|
708
708
|
disabled: boolean;
|
|
709
709
|
type: "text" | "password";
|
|
710
|
-
readonly: boolean;
|
|
711
710
|
error: boolean;
|
|
712
|
-
allowClear: boolean;
|
|
713
711
|
defaultValue: string;
|
|
712
|
+
readonly: boolean;
|
|
713
|
+
allowClear: boolean;
|
|
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;
|
|
780
779
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
781
780
|
"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>;
|
|
@@ -797,10 +797,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
797
797
|
}, string, {
|
|
798
798
|
disabled: boolean;
|
|
799
799
|
type: "text" | "password";
|
|
800
|
-
readonly: boolean;
|
|
801
800
|
error: boolean;
|
|
802
|
-
allowClear: boolean;
|
|
803
801
|
defaultValue: string;
|
|
802
|
+
readonly: boolean;
|
|
803
|
+
allowClear: boolean;
|
|
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;
|
|
1065
1064
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1066
1065
|
"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
|
-
readonly: boolean;
|
|
1072
1071
|
error: boolean;
|
|
1073
|
-
allowClear: boolean;
|
|
1074
1072
|
defaultValue: string;
|
|
1073
|
+
readonly: boolean;
|
|
1074
|
+
allowClear: boolean;
|
|
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;
|
|
1158
1157
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1159
1158
|
"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>;
|
|
@@ -1175,10 +1175,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1175
1175
|
}, import("vue").PublicProps, {
|
|
1176
1176
|
disabled: boolean;
|
|
1177
1177
|
type: "text" | "password";
|
|
1178
|
-
readonly: boolean;
|
|
1179
1178
|
error: boolean;
|
|
1180
|
-
allowClear: boolean;
|
|
1181
1179
|
defaultValue: string;
|
|
1180
|
+
readonly: boolean;
|
|
1181
|
+
allowClear: boolean;
|
|
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;
|
|
1251
1250
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1252
1251
|
"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>;
|
|
@@ -1260,10 +1260,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1260
1260
|
}, {
|
|
1261
1261
|
disabled: boolean;
|
|
1262
1262
|
type: "text" | "password";
|
|
1263
|
-
readonly: boolean;
|
|
1264
1263
|
error: boolean;
|
|
1265
|
-
allowClear: boolean;
|
|
1266
1264
|
defaultValue: string;
|
|
1265
|
+
readonly: boolean;
|
|
1266
|
+
allowClear: boolean;
|
|
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;
|
|
1333
1332
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1334
1333
|
"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>;
|
|
@@ -1350,10 +1350,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1350
1350
|
}, string, {
|
|
1351
1351
|
disabled: boolean;
|
|
1352
1352
|
type: "text" | "password";
|
|
1353
|
-
readonly: boolean;
|
|
1354
1353
|
error: boolean;
|
|
1355
|
-
allowClear: boolean;
|
|
1356
1354
|
defaultValue: string;
|
|
1355
|
+
readonly: boolean;
|
|
1356
|
+
allowClear: boolean;
|
|
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;
|
|
1618
1617
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1619
1618
|
"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
|
-
readonly: boolean;
|
|
1625
1624
|
error: boolean;
|
|
1626
|
-
allowClear: boolean;
|
|
1627
1625
|
defaultValue: string;
|
|
1626
|
+
readonly: boolean;
|
|
1627
|
+
allowClear: boolean;
|
|
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
|
-
onChange?: ((fileList: import("./interfaces").FileItem[], fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
120
119
|
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
120
|
+
onChange?: ((fileList: import("./interfaces").FileItem[], 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
|
-
onChange?: ((fileList: import("./interfaces").FileItem[], fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
289
288
|
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
289
|
+
onChange?: ((fileList: import("./interfaces").FileItem[], 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
|
-
onChange?: ((fileList: import("./interfaces").FileItem[], fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
447
446
|
onError?: ((fileItem: import("./interfaces").FileItem) => any) | undefined;
|
|
447
|
+
onChange?: ((fileList: import("./interfaces").FileItem[], 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
|
-
onChange?: ((fileList: FileItem[], fileItem: FileItem) => any) | undefined;
|
|
250
249
|
onError?: ((fileItem: FileItem) => any) | undefined;
|
|
250
|
+
onChange?: ((fileList: FileItem[], 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;
|
|
@@ -32,8 +32,8 @@ declare const VerificationCode: {
|
|
|
32
32
|
};
|
|
33
33
|
}>> & Readonly<{
|
|
34
34
|
onInput?: ((inputValue: string, index: number, ev: Event) => any) | undefined;
|
|
35
|
-
onChange?: ((value: string) => any) | undefined;
|
|
36
35
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
36
|
+
onChange?: ((value: string) => any) | undefined;
|
|
37
37
|
onFinish?: ((value: string) => any) | undefined;
|
|
38
38
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
39
39
|
'update:modelValue': (value: string) => true;
|
|
@@ -43,9 +43,9 @@ declare const VerificationCode: {
|
|
|
43
43
|
}, import("vue").PublicProps, {
|
|
44
44
|
disabled: boolean;
|
|
45
45
|
length: number;
|
|
46
|
-
readonly: boolean;
|
|
47
46
|
error: boolean;
|
|
48
47
|
defaultValue: string;
|
|
48
|
+
readonly: boolean;
|
|
49
49
|
masked: boolean;
|
|
50
50
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
51
51
|
P: {};
|
|
@@ -84,15 +84,15 @@ declare const VerificationCode: {
|
|
|
84
84
|
};
|
|
85
85
|
}>> & Readonly<{
|
|
86
86
|
onInput?: ((inputValue: string, index: number, ev: Event) => any) | undefined;
|
|
87
|
-
onChange?: ((value: string) => any) | undefined;
|
|
88
87
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
88
|
+
onChange?: ((value: string) => any) | undefined;
|
|
89
89
|
onFinish?: ((value: string) => any) | undefined;
|
|
90
90
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
91
91
|
disabled: boolean;
|
|
92
92
|
length: number;
|
|
93
|
-
readonly: boolean;
|
|
94
93
|
error: boolean;
|
|
95
94
|
defaultValue: string;
|
|
95
|
+
readonly: boolean;
|
|
96
96
|
masked: boolean;
|
|
97
97
|
}>;
|
|
98
98
|
__isFragment?: undefined;
|
|
@@ -128,8 +128,8 @@ declare const VerificationCode: {
|
|
|
128
128
|
};
|
|
129
129
|
}>> & Readonly<{
|
|
130
130
|
onInput?: ((inputValue: string, index: number, ev: Event) => any) | undefined;
|
|
131
|
-
onChange?: ((value: string) => any) | undefined;
|
|
132
131
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
132
|
+
onChange?: ((value: string) => any) | undefined;
|
|
133
133
|
onFinish?: ((value: string) => any) | undefined;
|
|
134
134
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
135
135
|
'update:modelValue': (value: string) => true;
|
|
@@ -139,9 +139,9 @@ declare const VerificationCode: {
|
|
|
139
139
|
}, string, {
|
|
140
140
|
disabled: boolean;
|
|
141
141
|
length: number;
|
|
142
|
-
readonly: boolean;
|
|
143
142
|
error: boolean;
|
|
144
143
|
defaultValue: string;
|
|
144
|
+
readonly: boolean;
|
|
145
145
|
masked: boolean;
|
|
146
146
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
147
147
|
install: (app: App, options?: ArcoOptions | undefined) => void;
|
|
@@ -58,15 +58,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
58
58
|
};
|
|
59
59
|
}>> & Readonly<{
|
|
60
60
|
onInput?: ((inputValue: string, index: number, ev: Event) => any) | undefined;
|
|
61
|
-
onChange?: ((value: string) => any) | undefined;
|
|
62
61
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
62
|
+
onChange?: ((value: string) => any) | undefined;
|
|
63
63
|
onFinish?: ((value: string) => any) | undefined;
|
|
64
64
|
}>, {
|
|
65
65
|
disabled: boolean;
|
|
66
66
|
length: number;
|
|
67
|
-
readonly: boolean;
|
|
68
67
|
error: boolean;
|
|
69
68
|
defaultValue: string;
|
|
69
|
+
readonly: boolean;
|
|
70
70
|
masked: boolean;
|
|
71
71
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
72
72
|
export default _default;
|