vft 0.0.222 → 0.0.223
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/es/components/affix/affix.vue.d.ts +1 -1
- package/es/components/affix/index.d.ts +2 -2
- package/es/components/autocomplete/autocomplete.vue.d.ts +5 -5
- package/es/components/autocomplete/index.d.ts +14 -14
- package/es/components/checkbox/checkbox-button.vue.d.ts +1 -1
- package/es/components/checkbox/checkbox-group.vue.d.ts +1 -1
- package/es/components/checkbox/checkbox.vue.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +22 -22
- package/es/components/color-picker/color-picker.vue.d.ts +1 -1
- package/es/components/color-picker/index.d.ts +1 -1
- package/es/components/dialog/dialog.vue.d.ts +1 -1
- package/es/components/dialog/index.d.ts +2 -2
- package/es/components/drawer/drawer.vue.d.ts +1 -1
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/input/index.d.ts +12 -12
- package/es/components/input/input.vue.d.ts +4 -4
- package/es/components/input-number/index.d.ts +3 -3
- package/es/components/input-number/input-number.vue.d.ts +3 -3
- package/es/components/link/index.d.ts +4 -4
- package/es/components/radio/index.d.ts +4 -4
- package/es/components/radio/radio-group.vue.d.ts +1 -1
- package/es/components/search/index.d.ts +8 -8
- package/es/components/search/search.vue.d.ts +2 -2
- package/es/components/select/index.d.ts +3 -3
- package/es/components/select/option-item.vue.d.ts +1 -1
- package/es/components/select/select.vue.d.ts +3 -3
- package/es/components/slider/index.d.ts +1 -1
- package/es/components/slider/slider.vue.d.ts +1 -1
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/switch.vue.d.ts +3 -3
- package/es/components/table/index.d.ts +24 -5
- package/es/components/table/table.vue.d.ts +5 -2
- package/es/components/table/table.vue2.js +32 -28
- package/es/components/table/types.d.ts +1 -0
- package/es/components/time-picker/common/picker.vue.d.ts +3 -3
- package/es/components/time-select/time-select.vue.d.ts +4 -4
- package/es/components/upload/index.d.ts +12 -12
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/components/affix/affix.vue.d.ts +1 -1
- package/lib/components/affix/index.d.ts +2 -2
- package/lib/components/autocomplete/autocomplete.vue.d.ts +5 -5
- package/lib/components/autocomplete/index.d.ts +14 -14
- package/lib/components/checkbox/checkbox-button.vue.d.ts +1 -1
- package/lib/components/checkbox/checkbox-group.vue.d.ts +1 -1
- package/lib/components/checkbox/checkbox.vue.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +22 -22
- package/lib/components/color-picker/color-picker.vue.d.ts +1 -1
- package/lib/components/color-picker/index.d.ts +1 -1
- package/lib/components/dialog/dialog.vue.d.ts +1 -1
- package/lib/components/dialog/index.d.ts +2 -2
- package/lib/components/drawer/drawer.vue.d.ts +1 -1
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/input/index.d.ts +12 -12
- package/lib/components/input/input.vue.d.ts +4 -4
- package/lib/components/input-number/index.d.ts +3 -3
- package/lib/components/input-number/input-number.vue.d.ts +3 -3
- package/lib/components/link/index.d.ts +4 -4
- package/lib/components/radio/index.d.ts +4 -4
- package/lib/components/radio/radio-group.vue.d.ts +1 -1
- package/lib/components/search/index.d.ts +8 -8
- package/lib/components/search/search.vue.d.ts +2 -2
- package/lib/components/select/index.d.ts +3 -3
- package/lib/components/select/option-item.vue.d.ts +1 -1
- package/lib/components/select/select.vue.d.ts +3 -3
- package/lib/components/slider/index.d.ts +1 -1
- package/lib/components/slider/slider.vue.d.ts +1 -1
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/switch.vue.d.ts +3 -3
- package/lib/components/table/index.d.ts +24 -5
- package/lib/components/table/table.vue.d.ts +5 -2
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/table/types.d.ts +1 -0
- package/lib/components/time-picker/common/picker.vue.d.ts +3 -3
- package/lib/components/time-select/time-select.vue.d.ts +4 -4
- package/lib/components/upload/index.d.ts +12 -12
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +5 -5
- package/web-types.json +1 -1
|
@@ -12,11 +12,11 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
12
12
|
/** @description update rootRect info */
|
|
13
13
|
updateRoot: () => void;
|
|
14
14
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
|
-
change: (fixed: boolean) => void;
|
|
16
15
|
scroll: (args_0: {
|
|
17
16
|
scrollTop: number;
|
|
18
17
|
fixed: boolean;
|
|
19
18
|
}) => void;
|
|
19
|
+
change: (fixed: boolean) => void;
|
|
20
20
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
22
22
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -14,11 +14,11 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
14
14
|
update: () => void;
|
|
15
15
|
updateRoot: () => void;
|
|
16
16
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
-
change: (fixed: boolean) => void;
|
|
18
17
|
scroll: (args_0: {
|
|
19
18
|
scrollTop: number;
|
|
20
19
|
fixed: boolean;
|
|
21
20
|
}) => void;
|
|
21
|
+
change: (fixed: boolean) => void;
|
|
22
22
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
23
23
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
24
24
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -80,11 +80,11 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
80
80
|
update: () => void;
|
|
81
81
|
updateRoot: () => void;
|
|
82
82
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
83
|
-
change: (fixed: boolean) => void;
|
|
84
83
|
scroll: (args_0: {
|
|
85
84
|
scrollTop: number;
|
|
86
85
|
fixed: boolean;
|
|
87
86
|
}) => void;
|
|
87
|
+
change: (fixed: boolean) => void;
|
|
88
88
|
}, string, {
|
|
89
89
|
readonly target: string;
|
|
90
90
|
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
@@ -619,21 +619,21 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRu
|
|
|
619
619
|
/** @description highlight an item in a suggestion */
|
|
620
620
|
highlight: (index: number) => void;
|
|
621
621
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
622
|
-
"update:modelValue": (value: string) => void;
|
|
623
|
-
change: (value: string) => void;
|
|
624
|
-
input: (value: string) => void;
|
|
625
622
|
select: (item: Record<string, any>) => void;
|
|
626
623
|
clear: () => void;
|
|
627
624
|
blur: (evt: FocusEvent) => void;
|
|
628
625
|
focus: (evt: FocusEvent) => void;
|
|
626
|
+
"update:modelValue": (value: string) => void;
|
|
627
|
+
change: (value: string) => void;
|
|
628
|
+
input: (value: string) => void;
|
|
629
629
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AutocompleteProps>>> & {
|
|
630
|
-
onChange?: ((value: string) => any) | undefined;
|
|
631
630
|
onInput?: ((value: string) => any) | undefined;
|
|
632
631
|
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
633
632
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
633
|
+
onChange?: ((value: string) => any) | undefined;
|
|
634
634
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
635
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
636
635
|
onClear?: (() => any) | undefined;
|
|
636
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
637
637
|
}, {}, {}>;
|
|
638
638
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
639
639
|
export default _default;
|
|
@@ -49,13 +49,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
49
49
|
type: import("vue").PropType<string>;
|
|
50
50
|
};
|
|
51
51
|
}>> & {
|
|
52
|
-
onChange?: ((value: string) => any) | undefined;
|
|
53
52
|
onInput?: ((value: string) => any) | undefined;
|
|
54
53
|
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
55
54
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
55
|
+
onChange?: ((value: string) => any) | undefined;
|
|
56
56
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
57
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
58
57
|
onClear?: (() => any) | undefined;
|
|
58
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
59
59
|
}, {
|
|
60
60
|
highlightedIndex: import("vue").Ref<number>;
|
|
61
61
|
activated: import("vue").Ref<boolean>;
|
|
@@ -636,13 +636,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
636
636
|
close: () => void;
|
|
637
637
|
highlight: (index: number) => void;
|
|
638
638
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
639
|
-
"update:modelValue": (value: string) => void;
|
|
640
|
-
change: (value: string) => void;
|
|
641
|
-
input: (value: string) => void;
|
|
642
639
|
select: (item: Record<string, any>) => void;
|
|
643
640
|
clear: () => void;
|
|
644
641
|
blur: (evt: FocusEvent) => void;
|
|
645
642
|
focus: (evt: FocusEvent) => void;
|
|
643
|
+
"update:modelValue": (value: string) => void;
|
|
644
|
+
change: (value: string) => void;
|
|
645
|
+
input: (value: string) => void;
|
|
646
646
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
647
647
|
valueKey: {
|
|
648
648
|
type: import("vue").PropType<string>;
|
|
@@ -693,13 +693,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
693
693
|
type: import("vue").PropType<string>;
|
|
694
694
|
};
|
|
695
695
|
}>> & {
|
|
696
|
-
onChange?: ((value: string) => any) | undefined;
|
|
697
696
|
onInput?: ((value: string) => any) | undefined;
|
|
698
697
|
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
699
698
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
699
|
+
onChange?: ((value: string) => any) | undefined;
|
|
700
700
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
701
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
702
701
|
onClear?: (() => any) | undefined;
|
|
702
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
703
703
|
}, {}, true, {}, {}, {
|
|
704
704
|
P: {};
|
|
705
705
|
B: {};
|
|
@@ -757,13 +757,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
757
757
|
type: import("vue").PropType<string>;
|
|
758
758
|
};
|
|
759
759
|
}>> & {
|
|
760
|
-
onChange?: ((value: string) => any) | undefined;
|
|
761
760
|
onInput?: ((value: string) => any) | undefined;
|
|
762
761
|
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
763
762
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
763
|
+
onChange?: ((value: string) => any) | undefined;
|
|
764
764
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
765
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
766
765
|
onClear?: (() => any) | undefined;
|
|
766
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
767
767
|
}, {
|
|
768
768
|
highlightedIndex: import("vue").Ref<number>;
|
|
769
769
|
activated: import("vue").Ref<boolean>;
|
|
@@ -1397,13 +1397,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1397
1397
|
type: import("vue").PropType<string>;
|
|
1398
1398
|
};
|
|
1399
1399
|
}>> & {
|
|
1400
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1401
1400
|
onInput?: ((value: string) => any) | undefined;
|
|
1402
1401
|
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
1403
1402
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1403
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1404
1404
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1405
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1406
1405
|
onClear?: (() => any) | undefined;
|
|
1406
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1407
1407
|
}, {
|
|
1408
1408
|
highlightedIndex: import("vue").Ref<number>;
|
|
1409
1409
|
activated: import("vue").Ref<boolean>;
|
|
@@ -1984,13 +1984,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1984
1984
|
close: () => void;
|
|
1985
1985
|
highlight: (index: number) => void;
|
|
1986
1986
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1987
|
-
"update:modelValue": (value: string) => void;
|
|
1988
|
-
change: (value: string) => void;
|
|
1989
|
-
input: (value: string) => void;
|
|
1990
1987
|
select: (item: Record<string, any>) => void;
|
|
1991
1988
|
clear: () => void;
|
|
1992
1989
|
blur: (evt: FocusEvent) => void;
|
|
1993
1990
|
focus: (evt: FocusEvent) => void;
|
|
1991
|
+
"update:modelValue": (value: string) => void;
|
|
1992
|
+
change: (value: string) => void;
|
|
1993
|
+
input: (value: string) => void;
|
|
1994
1994
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1995
1995
|
$slots: {
|
|
1996
1996
|
prepend?(_: {}): any;
|
|
@@ -3,8 +3,8 @@ declare function __VLS_template(): {
|
|
|
3
3
|
default?(_: {}): any;
|
|
4
4
|
};
|
|
5
5
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<CheckboxProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
-
"update:modelValue": (...args: any[]) => void;
|
|
7
6
|
change: (...args: any[]) => void;
|
|
7
|
+
"update:modelValue": (...args: any[]) => void;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<CheckboxProps>>> & {
|
|
9
9
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
10
10
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -22,8 +22,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
22
22
|
tag: string;
|
|
23
23
|
validateEvent: boolean;
|
|
24
24
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
|
-
"update:modelValue": (...args: any[]) => void;
|
|
26
25
|
change: (...args: any[]) => void;
|
|
26
|
+
"update:modelValue": (...args: any[]) => void;
|
|
27
27
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CheckboxGroupProps>, {
|
|
28
28
|
modelValue: () => never[];
|
|
29
29
|
tag: string;
|
|
@@ -5,8 +5,8 @@ declare function __VLS_template(): {
|
|
|
5
5
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CheckboxProps>, {
|
|
6
6
|
validateEvent: boolean;
|
|
7
7
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
-
"update:modelValue": (...args: any[]) => void;
|
|
9
8
|
change: (...args: any[]) => void;
|
|
9
|
+
"update:modelValue": (...args: any[]) => void;
|
|
10
10
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CheckboxProps>, {
|
|
11
11
|
validateEvent: boolean;
|
|
12
12
|
}>>> & {
|
|
@@ -31,9 +31,6 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
31
31
|
type: import("vue").PropType<boolean>;
|
|
32
32
|
default: boolean;
|
|
33
33
|
};
|
|
34
|
-
controls: {
|
|
35
|
-
type: import("vue").PropType<string>;
|
|
36
|
-
};
|
|
37
34
|
checked: {
|
|
38
35
|
type: import("vue").PropType<boolean>;
|
|
39
36
|
};
|
|
@@ -46,12 +43,15 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
46
43
|
falseValue: {
|
|
47
44
|
type: import("vue").PropType<string | number>;
|
|
48
45
|
};
|
|
46
|
+
controls: {
|
|
47
|
+
type: import("vue").PropType<string>;
|
|
48
|
+
};
|
|
49
49
|
}>> & {
|
|
50
50
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
51
51
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
52
52
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
53
|
-
"update:modelValue": (...args: any[]) => void;
|
|
54
53
|
change: (...args: any[]) => void;
|
|
54
|
+
"update:modelValue": (...args: any[]) => void;
|
|
55
55
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
56
56
|
value: {
|
|
57
57
|
type: import("vue").PropType<string | number | boolean | object>;
|
|
@@ -84,9 +84,6 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
84
84
|
type: import("vue").PropType<boolean>;
|
|
85
85
|
default: boolean;
|
|
86
86
|
};
|
|
87
|
-
controls: {
|
|
88
|
-
type: import("vue").PropType<string>;
|
|
89
|
-
};
|
|
90
87
|
checked: {
|
|
91
88
|
type: import("vue").PropType<boolean>;
|
|
92
89
|
};
|
|
@@ -99,6 +96,9 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
99
96
|
falseValue: {
|
|
100
97
|
type: import("vue").PropType<string | number>;
|
|
101
98
|
};
|
|
99
|
+
controls: {
|
|
100
|
+
type: import("vue").PropType<string>;
|
|
101
|
+
};
|
|
102
102
|
}>> & {
|
|
103
103
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
104
104
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -143,9 +143,6 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
143
143
|
type: import("vue").PropType<boolean>;
|
|
144
144
|
default: boolean;
|
|
145
145
|
};
|
|
146
|
-
controls: {
|
|
147
|
-
type: import("vue").PropType<string>;
|
|
148
|
-
};
|
|
149
146
|
checked: {
|
|
150
147
|
type: import("vue").PropType<boolean>;
|
|
151
148
|
};
|
|
@@ -158,6 +155,9 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
158
155
|
falseValue: {
|
|
159
156
|
type: import("vue").PropType<string | number>;
|
|
160
157
|
};
|
|
158
|
+
controls: {
|
|
159
|
+
type: import("vue").PropType<string>;
|
|
160
|
+
};
|
|
161
161
|
}>> & {
|
|
162
162
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
163
163
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -199,9 +199,6 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
199
199
|
type: import("vue").PropType<boolean>;
|
|
200
200
|
default: boolean;
|
|
201
201
|
};
|
|
202
|
-
controls: {
|
|
203
|
-
type: import("vue").PropType<string>;
|
|
204
|
-
};
|
|
205
202
|
checked: {
|
|
206
203
|
type: import("vue").PropType<boolean>;
|
|
207
204
|
};
|
|
@@ -214,12 +211,15 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
214
211
|
falseValue: {
|
|
215
212
|
type: import("vue").PropType<string | number>;
|
|
216
213
|
};
|
|
214
|
+
controls: {
|
|
215
|
+
type: import("vue").PropType<string>;
|
|
216
|
+
};
|
|
217
217
|
}>> & {
|
|
218
218
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
219
219
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
220
220
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
221
|
-
"update:modelValue": (...args: any[]) => void;
|
|
222
221
|
change: (...args: any[]) => void;
|
|
222
|
+
"update:modelValue": (...args: any[]) => void;
|
|
223
223
|
}, string, {
|
|
224
224
|
validateEvent: boolean;
|
|
225
225
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -278,8 +278,8 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
278
278
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
279
279
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
280
280
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
281
|
-
"update:modelValue": (...args: any[]) => void;
|
|
282
281
|
change: (...args: any[]) => void;
|
|
282
|
+
"update:modelValue": (...args: any[]) => void;
|
|
283
283
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
284
284
|
modelValue: {
|
|
285
285
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -439,8 +439,8 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
439
439
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
440
440
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
441
441
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
442
|
-
"update:modelValue": (...args: any[]) => void;
|
|
443
442
|
change: (...args: any[]) => void;
|
|
443
|
+
"update:modelValue": (...args: any[]) => void;
|
|
444
444
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
445
445
|
$slots: {
|
|
446
446
|
default?(_: {}): any;
|
|
@@ -491,8 +491,8 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
491
491
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
492
492
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
493
493
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
494
|
-
"update:modelValue": (...args: any[]) => void;
|
|
495
494
|
change: (...args: any[]) => void;
|
|
495
|
+
"update:modelValue": (...args: any[]) => void;
|
|
496
496
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
497
497
|
fill: {
|
|
498
498
|
type: import("vue").PropType<string>;
|
|
@@ -642,8 +642,8 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
642
642
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
643
643
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
644
644
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
645
|
-
"update:modelValue": (...args: any[]) => void;
|
|
646
645
|
change: (...args: any[]) => void;
|
|
646
|
+
"update:modelValue": (...args: any[]) => void;
|
|
647
647
|
}, string, {
|
|
648
648
|
modelValue: import("./types").CheckboxGroupValueType;
|
|
649
649
|
tag: string;
|
|
@@ -706,8 +706,8 @@ export declare const VftCheckboxButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
706
706
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
707
707
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
708
708
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
709
|
-
"update:modelValue": (...args: any[]) => void;
|
|
710
709
|
change: (...args: any[]) => void;
|
|
710
|
+
"update:modelValue": (...args: any[]) => void;
|
|
711
711
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
712
712
|
modelValue: {
|
|
713
713
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -867,8 +867,8 @@ export declare const VftCheckboxButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
867
867
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
868
868
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
869
869
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
870
|
-
"update:modelValue": (...args: any[]) => void;
|
|
871
870
|
change: (...args: any[]) => void;
|
|
871
|
+
"update:modelValue": (...args: any[]) => void;
|
|
872
872
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
873
873
|
$slots: {
|
|
874
874
|
default?(_: {}): any;
|
|
@@ -919,8 +919,8 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
919
919
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
920
920
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
921
921
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
922
|
-
"update:modelValue": (...args: any[]) => void;
|
|
923
922
|
change: (...args: any[]) => void;
|
|
923
|
+
"update:modelValue": (...args: any[]) => void;
|
|
924
924
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
925
925
|
fill: {
|
|
926
926
|
type: import("vue").PropType<string>;
|
|
@@ -1070,8 +1070,8 @@ export declare const VftCheckboxGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
1070
1070
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1071
1071
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1072
1072
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1073
|
-
"update:modelValue": (...args: any[]) => void;
|
|
1074
1073
|
change: (...args: any[]) => void;
|
|
1074
|
+
"update:modelValue": (...args: any[]) => void;
|
|
1075
1075
|
}, string, {
|
|
1076
1076
|
modelValue: import("./types").CheckboxGroupValueType;
|
|
1077
1077
|
tag: string;
|
|
@@ -23,8 +23,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
23
23
|
color: Color;
|
|
24
24
|
showPicker: import("vue").Ref<boolean>;
|
|
25
25
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
26
|
-
"update:modelValue": (...args: any[]) => void;
|
|
27
26
|
change: (...args: any[]) => void;
|
|
27
|
+
"update:modelValue": (...args: any[]) => void;
|
|
28
28
|
activeChange: (...args: any[]) => void;
|
|
29
29
|
"click-outside": (...args: any[]) => void;
|
|
30
30
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ColorPickerProps>, {
|
|
@@ -38,8 +38,8 @@ export declare const VftColorPicker: import("vft/es/utils").SFCWithInstall<impor
|
|
|
38
38
|
color: import("./utils/color").default;
|
|
39
39
|
showPicker: import("vue").Ref<boolean>;
|
|
40
40
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
41
|
-
"update:modelValue": (...args: any[]) => void;
|
|
42
41
|
change: (...args: any[]) => void;
|
|
42
|
+
"update:modelValue": (...args: any[]) => void;
|
|
43
43
|
activeChange: (...args: any[]) => void;
|
|
44
44
|
"click-outside": (...args: any[]) => void;
|
|
45
45
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -31,8 +31,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRu
|
|
|
31
31
|
visible: import("vue").Ref<boolean>;
|
|
32
32
|
dialogContentRef: import("vue").Ref<any>;
|
|
33
33
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
|
-
"update:modelValue": (value: boolean) => void;
|
|
35
34
|
close: () => void;
|
|
35
|
+
"update:modelValue": (value: boolean) => void;
|
|
36
36
|
open: () => void;
|
|
37
37
|
opened: () => void;
|
|
38
38
|
closed: () => void;
|
|
@@ -86,8 +86,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
86
86
|
visible: import("vue").Ref<boolean>;
|
|
87
87
|
dialogContentRef: import("vue").Ref<any>;
|
|
88
88
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
89
|
-
"update:modelValue": (value: boolean) => void;
|
|
90
89
|
close: () => void;
|
|
90
|
+
"update:modelValue": (value: boolean) => void;
|
|
91
91
|
open: () => void;
|
|
92
92
|
opened: () => void;
|
|
93
93
|
closed: () => void;
|
|
@@ -345,8 +345,8 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
345
345
|
visible: import("vue").Ref<boolean>;
|
|
346
346
|
dialogContentRef: import("vue").Ref<any>;
|
|
347
347
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
348
|
-
"update:modelValue": (value: boolean) => void;
|
|
349
348
|
close: () => void;
|
|
349
|
+
"update:modelValue": (value: boolean) => void;
|
|
350
350
|
open: () => void;
|
|
351
351
|
opened: () => void;
|
|
352
352
|
closed: () => void;
|
|
@@ -18,8 +18,8 @@ declare function __VLS_template(): {
|
|
|
18
18
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DrawerProps>, {
|
|
19
19
|
close: () => void;
|
|
20
20
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
-
"update:modelValue": (value: boolean) => void;
|
|
22
21
|
close: () => void;
|
|
22
|
+
"update:modelValue": (value: boolean) => void;
|
|
23
23
|
open: () => void;
|
|
24
24
|
opened: () => void;
|
|
25
25
|
closed: () => void;
|
|
@@ -93,8 +93,8 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
93
93
|
}, {
|
|
94
94
|
close: () => void;
|
|
95
95
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
96
|
-
"update:modelValue": (value: boolean) => void;
|
|
97
96
|
close: () => void;
|
|
97
|
+
"update:modelValue": (value: boolean) => void;
|
|
98
98
|
open: () => void;
|
|
99
99
|
opened: () => void;
|
|
100
100
|
closed: () => void;
|
|
@@ -386,8 +386,8 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
386
386
|
}, {
|
|
387
387
|
close: () => void;
|
|
388
388
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
389
|
-
"update:modelValue": (value: boolean) => void;
|
|
390
389
|
close: () => void;
|
|
390
|
+
"update:modelValue": (value: boolean) => void;
|
|
391
391
|
open: () => void;
|
|
392
392
|
opened: () => void;
|
|
393
393
|
closed: () => void;
|
|
@@ -77,9 +77,9 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
77
77
|
type: import("vue").PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
78
78
|
};
|
|
79
79
|
}>> & {
|
|
80
|
-
onChange?: ((value: string) => any) | undefined;
|
|
81
80
|
onInput?: ((value: string) => any) | undefined;
|
|
82
81
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
82
|
+
onChange?: ((value: string) => any) | undefined;
|
|
83
83
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
84
84
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
85
85
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -88,8 +88,8 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
88
88
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
89
89
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
90
90
|
onEnter?: (() => any) | undefined;
|
|
91
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
92
91
|
onClear?: (() => any) | undefined;
|
|
92
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
93
93
|
onSuffixClick?: ((value: any) => any) | undefined;
|
|
94
94
|
onPrefixClick?: ((value: any) => any) | undefined;
|
|
95
95
|
}, {
|
|
@@ -107,11 +107,10 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
107
107
|
clear: () => void;
|
|
108
108
|
resizeTextarea: () => void;
|
|
109
109
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
110
|
-
"update:modelValue": (value: string) => void;
|
|
111
|
-
change: (value: string) => void;
|
|
112
110
|
input: (value: string) => void;
|
|
113
111
|
clear: () => void;
|
|
114
112
|
blur: (evt: FocusEvent) => void;
|
|
113
|
+
change: (value: string) => void;
|
|
115
114
|
compositionend: (evt: CompositionEvent) => void;
|
|
116
115
|
compositionstart: (evt: CompositionEvent) => void;
|
|
117
116
|
compositionupdate: (evt: CompositionEvent) => void;
|
|
@@ -119,6 +118,7 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
119
118
|
keydown: (evt: Event | KeyboardEvent) => void;
|
|
120
119
|
mouseenter: (evt: MouseEvent) => void;
|
|
121
120
|
mouseleave: (evt: MouseEvent) => void;
|
|
121
|
+
"update:modelValue": (value: string) => void;
|
|
122
122
|
suffixClick: (value: any) => void;
|
|
123
123
|
prefixClick: (value: any) => void;
|
|
124
124
|
enter: () => void;
|
|
@@ -199,9 +199,9 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
199
199
|
type: import("vue").PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
200
200
|
};
|
|
201
201
|
}>> & {
|
|
202
|
-
onChange?: ((value: string) => any) | undefined;
|
|
203
202
|
onInput?: ((value: string) => any) | undefined;
|
|
204
203
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
204
|
+
onChange?: ((value: string) => any) | undefined;
|
|
205
205
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
206
206
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
207
207
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -210,8 +210,8 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
210
210
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
211
211
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
212
212
|
onEnter?: (() => any) | undefined;
|
|
213
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
214
213
|
onClear?: (() => any) | undefined;
|
|
214
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
215
215
|
onSuffixClick?: ((value: any) => any) | undefined;
|
|
216
216
|
onPrefixClick?: ((value: any) => any) | undefined;
|
|
217
217
|
}, {}, true, {}, {}, {
|
|
@@ -298,9 +298,9 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
298
298
|
type: import("vue").PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
299
299
|
};
|
|
300
300
|
}>> & {
|
|
301
|
-
onChange?: ((value: string) => any) | undefined;
|
|
302
301
|
onInput?: ((value: string) => any) | undefined;
|
|
303
302
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
303
|
+
onChange?: ((value: string) => any) | undefined;
|
|
304
304
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
305
305
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
306
306
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -309,8 +309,8 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
309
309
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
310
310
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
311
311
|
onEnter?: (() => any) | undefined;
|
|
312
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
313
312
|
onClear?: (() => any) | undefined;
|
|
313
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
314
314
|
onSuffixClick?: ((value: any) => any) | undefined;
|
|
315
315
|
onPrefixClick?: ((value: any) => any) | undefined;
|
|
316
316
|
}, {
|
|
@@ -408,9 +408,9 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
408
408
|
type: import("vue").PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
409
409
|
};
|
|
410
410
|
}>> & {
|
|
411
|
-
onChange?: ((value: string) => any) | undefined;
|
|
412
411
|
onInput?: ((value: string) => any) | undefined;
|
|
413
412
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
413
|
+
onChange?: ((value: string) => any) | undefined;
|
|
414
414
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
415
415
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
416
416
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -419,8 +419,8 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
419
419
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
420
420
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
421
421
|
onEnter?: (() => any) | undefined;
|
|
422
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
423
422
|
onClear?: (() => any) | undefined;
|
|
423
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
424
424
|
onSuffixClick?: ((value: any) => any) | undefined;
|
|
425
425
|
onPrefixClick?: ((value: any) => any) | undefined;
|
|
426
426
|
}, {
|
|
@@ -438,11 +438,10 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
438
438
|
clear: () => void;
|
|
439
439
|
resizeTextarea: () => void;
|
|
440
440
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
441
|
-
"update:modelValue": (value: string) => void;
|
|
442
|
-
change: (value: string) => void;
|
|
443
441
|
input: (value: string) => void;
|
|
444
442
|
clear: () => void;
|
|
445
443
|
blur: (evt: FocusEvent) => void;
|
|
444
|
+
change: (value: string) => void;
|
|
446
445
|
compositionend: (evt: CompositionEvent) => void;
|
|
447
446
|
compositionstart: (evt: CompositionEvent) => void;
|
|
448
447
|
compositionupdate: (evt: CompositionEvent) => void;
|
|
@@ -450,6 +449,7 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
450
449
|
keydown: (evt: Event | KeyboardEvent) => void;
|
|
451
450
|
mouseenter: (evt: MouseEvent) => void;
|
|
452
451
|
mouseleave: (evt: MouseEvent) => void;
|
|
452
|
+
"update:modelValue": (value: string) => void;
|
|
453
453
|
suffixClick: (value: any) => void;
|
|
454
454
|
prefixClick: (value: any) => void;
|
|
455
455
|
enter: () => void;
|
|
@@ -60,11 +60,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRu
|
|
|
60
60
|
/** @description resize textarea. */
|
|
61
61
|
resizeTextarea: () => void;
|
|
62
62
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
63
|
-
"update:modelValue": (value: string) => void;
|
|
64
|
-
change: (value: string) => void;
|
|
65
63
|
input: (value: string) => void;
|
|
66
64
|
clear: () => void;
|
|
67
65
|
blur: (evt: FocusEvent) => void;
|
|
66
|
+
change: (value: string) => void;
|
|
68
67
|
compositionend: (evt: CompositionEvent) => void;
|
|
69
68
|
compositionstart: (evt: CompositionEvent) => void;
|
|
70
69
|
compositionupdate: (evt: CompositionEvent) => void;
|
|
@@ -72,13 +71,14 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRu
|
|
|
72
71
|
keydown: (evt: Event | KeyboardEvent) => void;
|
|
73
72
|
mouseenter: (evt: MouseEvent) => void;
|
|
74
73
|
mouseleave: (evt: MouseEvent) => void;
|
|
74
|
+
"update:modelValue": (value: string) => void;
|
|
75
75
|
suffixClick: (value: any) => void;
|
|
76
76
|
prefixClick: (value: any) => void;
|
|
77
77
|
enter: () => void;
|
|
78
78
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InputProps>>> & {
|
|
79
|
-
onChange?: ((value: string) => any) | undefined;
|
|
80
79
|
onInput?: ((value: string) => any) | undefined;
|
|
81
80
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
81
|
+
onChange?: ((value: string) => any) | undefined;
|
|
82
82
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
83
83
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
84
84
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -87,8 +87,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToRu
|
|
|
87
87
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
88
88
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
89
89
|
onEnter?: (() => any) | undefined;
|
|
90
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
91
90
|
onClear?: (() => any) | undefined;
|
|
91
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
92
92
|
onSuffixClick?: ((value: any) => any) | undefined;
|
|
93
93
|
onPrefixClick?: ((value: any) => any) | undefined;
|
|
94
94
|
}, {}, {}>;
|
|
@@ -56,11 +56,11 @@ export declare const VftInputNumber: import("vft/es/utils").SFCWithInstall<impor
|
|
|
56
56
|
focus: () => void;
|
|
57
57
|
blur: () => void;
|
|
58
58
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
59
|
+
blur: (e: FocusEvent) => void;
|
|
60
|
+
focus: (e: FocusEvent) => void;
|
|
59
61
|
"update:modelValue": (val: number | undefined) => void;
|
|
60
62
|
change: (cur: number | undefined, prev: number | undefined) => void;
|
|
61
63
|
input: (val: number | null | undefined) => void;
|
|
62
|
-
blur: (e: FocusEvent) => void;
|
|
63
|
-
focus: (e: FocusEvent) => void;
|
|
64
64
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
65
|
id: {
|
|
66
66
|
type: import("vue").PropType<string>;
|
|
@@ -114,9 +114,9 @@ export declare const VftInputNumber: import("vft/es/utils").SFCWithInstall<impor
|
|
|
114
114
|
type: import("vue").PropType<boolean>;
|
|
115
115
|
};
|
|
116
116
|
}>> & {
|
|
117
|
-
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined;
|
|
118
117
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
119
118
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
119
|
+
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined;
|
|
120
120
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
121
121
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
122
122
|
}, {}, {}>> & Record<string, any>;
|