vft 0.0.151 → 0.0.153
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/app-components/button/button-custom.d.ts +1 -1
- package/es/app-components/form/hooks/use-form-common-props.d.ts +5 -4
- package/es/app-components/hooks/use-id.d.ts +2 -1
- package/es/components/affix/affix.d.ts +2 -2
- package/es/components/affix/affix.vue.d.ts +2 -2
- package/es/components/affix/index.d.ts +5 -5
- package/es/components/autocomplete/autocomplete.vue.d.ts +23 -23
- package/es/components/autocomplete/index.d.ts +68 -68
- package/es/components/button/button-custom.d.ts +1 -1
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +3 -3
- package/es/components/button/use-button.d.ts +3 -3
- package/es/components/button/use-button.js +3 -3
- package/es/components/carousel/carousel.vue.d.ts +1 -1
- package/es/components/carousel/index.d.ts +19 -19
- package/es/components/carousel/use-carousel.d.ts +2 -2
- 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/composables/use-checkbox-disabled.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +58 -58
- 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/config-provider/hooks/use-global-config.d.ts +3 -2
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker.d.ts +4 -20
- package/es/components/date-picker/index.d.ts +8 -40
- package/es/components/date-picker/props/date-picker.d.ts +1 -9
- package/es/components/date-picker/props/shared.d.ts +1 -1
- package/es/components/date-picker/utils.d.ts +1 -1
- package/es/components/dialog/dialog.vue.d.ts +3 -3
- package/es/components/dialog/index.d.ts +8 -8
- package/es/components/drawer/drawer.vue.d.ts +3 -3
- package/es/components/drawer/index.d.ts +8 -8
- package/es/components/dropdown/dropdown.vue.d.ts +3 -3
- package/es/components/dropdown/index.d.ts +49 -49
- package/es/components/form/hooks/use-form-common-props.d.ts +6 -4
- package/es/components/index.js +113 -113
- 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/loading/index.d.ts +17 -9
- package/es/components/loading/loading.d.ts +17 -9
- package/es/components/modal/index.d.ts +11 -11
- package/es/components/modal/modal.vue.d.ts +1 -1
- package/es/components/popconfirm/index.d.ts +11 -11
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/popover/index.d.ts +8 -8
- package/es/components/popper/composables/use-content-dom.d.ts +3 -1
- package/es/components/popper/composables/use-content.d.ts +70 -6
- package/es/components/popper/index.d.ts +3 -3
- package/es/components/popper/popper.vue.d.ts +2 -1
- package/es/components/popper/utils.d.ts +45 -2
- package/es/components/progress/index.d.ts +4 -4
- package/es/components/radio/index.d.ts +30 -30
- package/es/components/radio/radio-group.vue.d.ts +1 -1
- package/es/components/radio/radio.vue.d.ts +1 -1
- package/es/components/radio/use-radio.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/defaults.d.ts +4 -3
- package/es/components/select/index.d.ts +66 -66
- package/es/components/select/select.vue.d.ts +33 -33
- package/es/components/select/useSelect.d.ts +19 -19
- package/es/components/side-menu/index.d.ts +8 -4
- package/es/components/side-menu/side-menu.vue.d.ts +2 -2
- package/es/components/slider/composables/use-slide.d.ts +6 -6
- package/es/components/slider/index.d.ts +3 -3
- package/es/components/slider/slider.d.ts +3 -3
- package/es/components/slider/slider.vue.d.ts +1 -1
- package/es/components/space/index.d.ts +5 -2
- package/es/components/space/space.d.ts +5 -2
- package/es/components/super-form/index.d.ts +3 -3
- package/es/components/super-form/super-form.vue.d.ts +1 -1
- package/es/components/super-form/types.d.ts +176 -0
- 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 +41 -41
- package/es/components/table/table.vue.d.ts +2 -2
- package/es/components/table/use/use-columns.d.ts +801 -3
- package/es/components/time-picker/common/picker.vue.d.ts +9 -24
- package/es/components/time-picker/common/props.d.ts +2 -9
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +8 -40
- package/es/components/time-picker/time-picker.d.ts +4 -20
- package/es/components/time-picker/utils.d.ts +1 -1
- package/es/components/time-select/time-select.vue.d.ts +4 -4
- package/es/components/tooltip/index.d.ts +16 -16
- package/es/components/tooltip/utils.d.ts +1 -1
- package/es/components/tree/index.d.ts +16 -16
- package/es/components/upload/index.d.ts +12 -12
- package/es/components/upload/use-handlers.d.ts +21 -1
- package/es/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/es/hooks/use-id/index.d.ts +2 -1
- package/es/hooks/use-model-toggle/index.d.ts +2 -2
- package/es/hooks/use-popper/index.d.ts +70 -7
- package/es/hooks/use-same-target/index.d.ts +3 -3
- package/es/hooks/use-z-index/index.d.ts +1 -1
- package/es/index.js +113 -113
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/app-components/button/button-custom.d.ts +1 -1
- package/lib/app-components/form/hooks/use-form-common-props.d.ts +5 -4
- package/lib/app-components/hooks/use-id.d.ts +2 -1
- package/lib/components/affix/affix.d.ts +2 -2
- package/lib/components/affix/affix.vue.d.ts +2 -2
- package/lib/components/affix/index.d.ts +5 -5
- package/lib/components/autocomplete/autocomplete.vue.d.ts +23 -23
- package/lib/components/autocomplete/index.d.ts +68 -68
- package/lib/components/button/button-custom.d.ts +1 -1
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +3 -3
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/button/use-button.d.ts +3 -3
- package/lib/components/carousel/carousel.vue.d.ts +1 -1
- package/lib/components/carousel/index.d.ts +19 -19
- package/lib/components/carousel/use-carousel.d.ts +2 -2
- 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/composables/use-checkbox-disabled.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +58 -58
- 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/config-provider/hooks/use-global-config.d.ts +3 -2
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker.d.ts +4 -20
- package/lib/components/date-picker/index.d.ts +8 -40
- package/lib/components/date-picker/props/date-picker.d.ts +1 -9
- package/lib/components/date-picker/props/shared.d.ts +1 -1
- package/lib/components/date-picker/utils.d.ts +1 -1
- package/lib/components/dialog/dialog.vue.d.ts +3 -3
- package/lib/components/dialog/index.d.ts +8 -8
- package/lib/components/drawer/drawer.vue.d.ts +3 -3
- package/lib/components/drawer/index.d.ts +8 -8
- package/lib/components/dropdown/dropdown.vue.d.ts +3 -3
- package/lib/components/dropdown/index.d.ts +49 -49
- package/lib/components/form/hooks/use-form-common-props.d.ts +6 -4
- package/lib/components/index.cjs +1 -1
- 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/loading/index.d.ts +17 -9
- package/lib/components/loading/loading.d.ts +17 -9
- package/lib/components/modal/index.d.ts +11 -11
- package/lib/components/modal/modal.vue.d.ts +1 -1
- package/lib/components/popconfirm/index.d.ts +11 -11
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/popover/index.d.ts +8 -8
- package/lib/components/popper/composables/use-content-dom.d.ts +3 -1
- package/lib/components/popper/composables/use-content.d.ts +70 -6
- package/lib/components/popper/index.d.ts +3 -3
- package/lib/components/popper/popper.vue.d.ts +2 -1
- package/lib/components/popper/utils.d.ts +45 -2
- package/lib/components/progress/index.d.ts +4 -4
- package/lib/components/radio/index.d.ts +30 -30
- package/lib/components/radio/radio-group.vue.d.ts +1 -1
- package/lib/components/radio/radio.vue.d.ts +1 -1
- package/lib/components/radio/use-radio.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/defaults.d.ts +4 -3
- package/lib/components/select/index.d.ts +66 -66
- package/lib/components/select/select.vue.d.ts +33 -33
- package/lib/components/select/useSelect.d.ts +19 -19
- package/lib/components/side-menu/index.d.ts +8 -4
- package/lib/components/side-menu/side-menu.vue.d.ts +2 -2
- package/lib/components/slider/composables/use-slide.d.ts +6 -6
- package/lib/components/slider/index.d.ts +3 -3
- package/lib/components/slider/slider.d.ts +3 -3
- package/lib/components/slider/slider.vue.d.ts +1 -1
- package/lib/components/space/index.d.ts +5 -2
- package/lib/components/space/space.d.ts +5 -2
- package/lib/components/super-form/index.d.ts +3 -3
- package/lib/components/super-form/super-form.vue.d.ts +1 -1
- package/lib/components/super-form/types.d.ts +176 -0
- 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 +41 -41
- package/lib/components/table/table.vue.d.ts +2 -2
- package/lib/components/table/use/use-columns.d.ts +801 -3
- package/lib/components/time-picker/common/picker.vue.d.ts +9 -24
- package/lib/components/time-picker/common/props.d.ts +2 -9
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +8 -40
- package/lib/components/time-picker/time-picker.d.ts +4 -20
- package/lib/components/time-picker/utils.d.ts +1 -1
- package/lib/components/time-select/time-select.vue.d.ts +4 -4
- package/lib/components/tooltip/index.d.ts +16 -16
- package/lib/components/tooltip/utils.d.ts +1 -1
- package/lib/components/tree/index.d.ts +16 -16
- package/lib/components/upload/index.d.ts +12 -12
- package/lib/components/upload/use-handlers.d.ts +21 -1
- package/lib/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/lib/hooks/use-id/index.d.ts +2 -1
- package/lib/hooks/use-model-toggle/index.d.ts +2 -2
- package/lib/hooks/use-popper/index.d.ts +70 -7
- package/lib/hooks/use-same-target/index.d.ts +3 -3
- package/lib/hooks/use-z-index/index.d.ts +1 -1
- package/lib/index.cjs +1 -1
- 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
|
@@ -32,16 +32,16 @@ export declare const VftSearch: import("vft/es/utils").SFCWithInstall<{
|
|
|
32
32
|
type: globalThis.PropType<string | import("..").IconProps>;
|
|
33
33
|
};
|
|
34
34
|
}>> & {
|
|
35
|
+
onChange?: ((val: string | number) => any) | undefined;
|
|
35
36
|
onInput?: ((val: string | number) => any) | undefined;
|
|
36
37
|
onBlur?: (() => any) | undefined;
|
|
37
|
-
onChange?: ((val: string | number) => any) | undefined;
|
|
38
38
|
onFocus?: (() => any) | undefined;
|
|
39
39
|
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
40
40
|
onMouseenter?: ((val: string | number) => any) | undefined;
|
|
41
41
|
onMouseleave?: ((val: string | number) => any) | undefined;
|
|
42
42
|
onEnter?: ((val: string | number) => any) | undefined;
|
|
43
|
-
onClear?: (() => any) | undefined;
|
|
44
43
|
"onUpdate:modelValue"?: ((val: string | number) => any) | undefined;
|
|
44
|
+
onClear?: (() => any) | undefined;
|
|
45
45
|
onSuffixClick?: ((val: string | number) => any) | undefined;
|
|
46
46
|
onPrefixClick?: ((val: string | number) => any) | undefined;
|
|
47
47
|
}, {
|
|
@@ -95,16 +95,16 @@ export declare const VftSearch: import("vft/es/utils").SFCWithInstall<{
|
|
|
95
95
|
type: globalThis.PropType<string | import("..").IconProps>;
|
|
96
96
|
};
|
|
97
97
|
}>> & {
|
|
98
|
+
onChange?: ((val: string | number) => any) | undefined;
|
|
98
99
|
onInput?: ((val: string | number) => any) | undefined;
|
|
99
100
|
onBlur?: (() => any) | undefined;
|
|
100
|
-
onChange?: ((val: string | number) => any) | undefined;
|
|
101
101
|
onFocus?: (() => any) | undefined;
|
|
102
102
|
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
103
103
|
onMouseenter?: ((val: string | number) => any) | undefined;
|
|
104
104
|
onMouseleave?: ((val: string | number) => any) | undefined;
|
|
105
105
|
onEnter?: ((val: string | number) => any) | undefined;
|
|
106
|
-
onClear?: (() => any) | undefined;
|
|
107
106
|
"onUpdate:modelValue"?: ((val: string | number) => any) | undefined;
|
|
107
|
+
onClear?: (() => any) | undefined;
|
|
108
108
|
onSuffixClick?: ((val: string | number) => any) | undefined;
|
|
109
109
|
onPrefixClick?: ((val: string | number) => any) | undefined;
|
|
110
110
|
}, {}, true, {}, {}, {
|
|
@@ -146,16 +146,16 @@ export declare const VftSearch: import("vft/es/utils").SFCWithInstall<{
|
|
|
146
146
|
type: globalThis.PropType<string | import("..").IconProps>;
|
|
147
147
|
};
|
|
148
148
|
}>> & {
|
|
149
|
+
onChange?: ((val: string | number) => any) | undefined;
|
|
149
150
|
onInput?: ((val: string | number) => any) | undefined;
|
|
150
151
|
onBlur?: (() => any) | undefined;
|
|
151
|
-
onChange?: ((val: string | number) => any) | undefined;
|
|
152
152
|
onFocus?: (() => any) | undefined;
|
|
153
153
|
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
154
154
|
onMouseenter?: ((val: string | number) => any) | undefined;
|
|
155
155
|
onMouseleave?: ((val: string | number) => any) | undefined;
|
|
156
156
|
onEnter?: ((val: string | number) => any) | undefined;
|
|
157
|
-
onClear?: (() => any) | undefined;
|
|
158
157
|
"onUpdate:modelValue"?: ((val: string | number) => any) | undefined;
|
|
158
|
+
onClear?: (() => any) | undefined;
|
|
159
159
|
onSuffixClick?: ((val: string | number) => any) | undefined;
|
|
160
160
|
onPrefixClick?: ((val: string | number) => any) | undefined;
|
|
161
161
|
}, {
|
|
@@ -200,16 +200,16 @@ export declare const VftSearch: import("vft/es/utils").SFCWithInstall<{
|
|
|
200
200
|
type: globalThis.PropType<string | import("..").IconProps>;
|
|
201
201
|
};
|
|
202
202
|
}>> & {
|
|
203
|
+
onChange?: ((val: string | number) => any) | undefined;
|
|
203
204
|
onInput?: ((val: string | number) => any) | undefined;
|
|
204
205
|
onBlur?: (() => any) | undefined;
|
|
205
|
-
onChange?: ((val: string | number) => any) | undefined;
|
|
206
206
|
onFocus?: (() => any) | undefined;
|
|
207
207
|
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
208
208
|
onMouseenter?: ((val: string | number) => any) | undefined;
|
|
209
209
|
onMouseleave?: ((val: string | number) => any) | undefined;
|
|
210
210
|
onEnter?: ((val: string | number) => any) | undefined;
|
|
211
|
-
onClear?: (() => any) | undefined;
|
|
212
211
|
"onUpdate:modelValue"?: ((val: string | number) => any) | undefined;
|
|
212
|
+
onClear?: (() => any) | undefined;
|
|
213
213
|
onSuffixClick?: ((val: string | number) => any) | undefined;
|
|
214
214
|
onPrefixClick?: ((val: string | number) => any) | undefined;
|
|
215
215
|
}, {
|
|
@@ -33,16 +33,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
33
33
|
change: (val: string | number) => void;
|
|
34
34
|
input: (val: string | number) => void;
|
|
35
35
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SearchProps & _InputProps>>> & {
|
|
36
|
+
onChange?: ((val: string | number) => any) | undefined;
|
|
36
37
|
onInput?: ((val: string | number) => any) | undefined;
|
|
37
38
|
onBlur?: (() => any) | undefined;
|
|
38
|
-
onChange?: ((val: string | number) => any) | undefined;
|
|
39
39
|
onFocus?: (() => any) | undefined;
|
|
40
40
|
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
41
41
|
onMouseenter?: ((val: string | number) => any) | undefined;
|
|
42
42
|
onMouseleave?: ((val: string | number) => any) | undefined;
|
|
43
43
|
onEnter?: ((val: string | number) => any) | undefined;
|
|
44
|
-
onClear?: (() => any) | undefined;
|
|
45
44
|
"onUpdate:modelValue"?: ((val: string | number) => any) | undefined;
|
|
45
|
+
onClear?: (() => any) | undefined;
|
|
46
46
|
onSuffixClick?: ((val: string | number) => any) | undefined;
|
|
47
47
|
onPrefixClick?: ((val: string | number) => any) | undefined;
|
|
48
48
|
}, {}, {}>, {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { Options, Placement } from 'vft/es/components/popper';
|
|
1
2
|
import type { Component, PropType } from 'vue';
|
|
2
3
|
import type { OptionType } from './select.types';
|
|
3
4
|
export declare const SelectProps: {
|
|
@@ -75,8 +76,8 @@ export declare const SelectProps: {
|
|
|
75
76
|
default: string;
|
|
76
77
|
};
|
|
77
78
|
popperOptions: {
|
|
78
|
-
type: PropType<Options
|
|
79
|
-
default: () => Options
|
|
79
|
+
type: PropType<Partial<Options>>;
|
|
80
|
+
default: () => Partial<Options>;
|
|
80
81
|
};
|
|
81
82
|
remote: BooleanConstructor;
|
|
82
83
|
size: {
|
|
@@ -96,7 +97,7 @@ export declare const SelectProps: {
|
|
|
96
97
|
};
|
|
97
98
|
placement: {
|
|
98
99
|
type: PropType<Placement>;
|
|
99
|
-
values:
|
|
100
|
+
values: Placement[];
|
|
100
101
|
default: string;
|
|
101
102
|
};
|
|
102
103
|
};
|
|
@@ -74,8 +74,8 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
74
74
|
default: string;
|
|
75
75
|
};
|
|
76
76
|
popperOptions: {
|
|
77
|
-
type: globalThis.PropType<Options
|
|
78
|
-
default: () => Options
|
|
77
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
78
|
+
default: () => Partial<import("@popperjs/core").Options>;
|
|
79
79
|
};
|
|
80
80
|
remote: BooleanConstructor;
|
|
81
81
|
size: {
|
|
@@ -94,8 +94,8 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
94
94
|
default: boolean;
|
|
95
95
|
};
|
|
96
96
|
placement: {
|
|
97
|
-
type: globalThis.PropType<Placement>;
|
|
98
|
-
values:
|
|
97
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
98
|
+
values: import("@popperjs/core").Placement[];
|
|
99
99
|
default: string;
|
|
100
100
|
};
|
|
101
101
|
}, {
|
|
@@ -212,8 +212,9 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
212
212
|
readonly showAfter?: number | undefined;
|
|
213
213
|
readonly hideAfter?: number | undefined;
|
|
214
214
|
readonly open?: boolean | undefined;
|
|
215
|
-
readonly placement?:
|
|
216
|
-
readonly strategy?: "
|
|
215
|
+
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
216
|
+
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
217
|
+
readonly effect?: "light" | "dark" | undefined;
|
|
217
218
|
readonly id?: string | undefined;
|
|
218
219
|
readonly className?: import("../types").ClassType | undefined;
|
|
219
220
|
readonly ariaLabel?: string | undefined;
|
|
@@ -222,12 +223,10 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
222
223
|
readonly trigger?: import("..").TooltipTriggerType | undefined;
|
|
223
224
|
readonly appendTo?: any;
|
|
224
225
|
readonly visible?: boolean | undefined;
|
|
225
|
-
readonly effect?: "light" | "dark" | undefined;
|
|
226
|
-
readonly teleported?: boolean | undefined;
|
|
227
226
|
readonly arrowOffset?: number | undefined;
|
|
228
227
|
readonly gpuAcceleration?: boolean | undefined;
|
|
229
|
-
readonly fallbackPlacements?: Placement[] | undefined;
|
|
230
|
-
readonly popperOptions?:
|
|
228
|
+
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
229
|
+
readonly popperOptions?: Partial<import("@popperjs/core").Options> | undefined;
|
|
231
230
|
readonly pure?: boolean | undefined;
|
|
232
231
|
readonly boundariesPadding?: number | undefined;
|
|
233
232
|
readonly enterable?: boolean | undefined;
|
|
@@ -242,6 +241,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
242
241
|
readonly virtualRef?: import("..").Measurable | undefined;
|
|
243
242
|
readonly rawContent?: boolean | undefined;
|
|
244
243
|
readonly persistent?: boolean | undefined;
|
|
244
|
+
readonly teleported?: boolean | undefined;
|
|
245
245
|
readonly triggerKeys?: string[] | undefined;
|
|
246
246
|
readonly showArrow?: boolean | undefined;
|
|
247
247
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -297,7 +297,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
297
297
|
type: globalThis.PropType<number>;
|
|
298
298
|
};
|
|
299
299
|
fallbackPlacements: {
|
|
300
|
-
type: globalThis.PropType<Placement[]>;
|
|
300
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
301
301
|
};
|
|
302
302
|
gpuAcceleration: {
|
|
303
303
|
type: globalThis.PropType<boolean>;
|
|
@@ -306,13 +306,13 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
306
306
|
type: globalThis.PropType<number>;
|
|
307
307
|
};
|
|
308
308
|
placement: {
|
|
309
|
-
type: globalThis.PropType<
|
|
309
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
310
310
|
};
|
|
311
311
|
popperOptions: {
|
|
312
|
-
type: globalThis.PropType<
|
|
312
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
313
313
|
};
|
|
314
314
|
strategy: {
|
|
315
|
-
type: globalThis.PropType<"
|
|
315
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
316
316
|
};
|
|
317
317
|
style: {
|
|
318
318
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -460,7 +460,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
460
460
|
type: globalThis.PropType<number>;
|
|
461
461
|
};
|
|
462
462
|
fallbackPlacements: {
|
|
463
|
-
type: globalThis.PropType<Placement[]>;
|
|
463
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
464
464
|
};
|
|
465
465
|
gpuAcceleration: {
|
|
466
466
|
type: globalThis.PropType<boolean>;
|
|
@@ -469,13 +469,13 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
469
469
|
type: globalThis.PropType<number>;
|
|
470
470
|
};
|
|
471
471
|
placement: {
|
|
472
|
-
type: globalThis.PropType<
|
|
472
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
473
473
|
};
|
|
474
474
|
popperOptions: {
|
|
475
|
-
type: globalThis.PropType<
|
|
475
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
476
476
|
};
|
|
477
477
|
strategy: {
|
|
478
|
-
type: globalThis.PropType<"
|
|
478
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
479
479
|
};
|
|
480
480
|
style: {
|
|
481
481
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -644,7 +644,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
644
644
|
type: globalThis.PropType<number>;
|
|
645
645
|
};
|
|
646
646
|
fallbackPlacements: {
|
|
647
|
-
type: globalThis.PropType<Placement[]>;
|
|
647
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
648
648
|
};
|
|
649
649
|
gpuAcceleration: {
|
|
650
650
|
type: globalThis.PropType<boolean>;
|
|
@@ -653,13 +653,13 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
653
653
|
type: globalThis.PropType<number>;
|
|
654
654
|
};
|
|
655
655
|
placement: {
|
|
656
|
-
type: globalThis.PropType<
|
|
656
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
657
657
|
};
|
|
658
658
|
popperOptions: {
|
|
659
|
-
type: globalThis.PropType<
|
|
659
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
660
660
|
};
|
|
661
661
|
strategy: {
|
|
662
|
-
type: globalThis.PropType<"
|
|
662
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
663
663
|
};
|
|
664
664
|
style: {
|
|
665
665
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -777,7 +777,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
777
777
|
created?: boolean | undefined;
|
|
778
778
|
value: any;
|
|
779
779
|
}[]>;
|
|
780
|
-
debouncedOnInputChange:
|
|
780
|
+
debouncedOnInputChange: import("lodash").DebouncedFunc<() => Promise<void>>;
|
|
781
781
|
deleteTag: (event: MouseEvent, tag: import("./select.types").Option) => Promise<void> | undefined;
|
|
782
782
|
getLabel: (item: unknown) => any;
|
|
783
783
|
getValueKey: (item: unknown) => any;
|
|
@@ -800,7 +800,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
800
800
|
handleCompositionStart: () => void;
|
|
801
801
|
handleCompositionEnd: (event: any) => void;
|
|
802
802
|
handleCompositionUpdate: (event: any) => void;
|
|
803
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
803
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
804
804
|
allowCreate: BooleanConstructor;
|
|
805
805
|
autocomplete: {
|
|
806
806
|
type: globalThis.PropType<"both" | "none" | "inline" | "list">;
|
|
@@ -875,8 +875,8 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
875
875
|
default: string;
|
|
876
876
|
};
|
|
877
877
|
popperOptions: {
|
|
878
|
-
type: globalThis.PropType<Options
|
|
879
|
-
default: () => Options
|
|
878
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
879
|
+
default: () => Partial<import("@popperjs/core").Options>;
|
|
880
880
|
};
|
|
881
881
|
remote: BooleanConstructor;
|
|
882
882
|
size: {
|
|
@@ -895,29 +895,29 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
895
895
|
default: boolean;
|
|
896
896
|
};
|
|
897
897
|
placement: {
|
|
898
|
-
type: globalThis.PropType<Placement>;
|
|
899
|
-
values:
|
|
898
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
899
|
+
values: import("@popperjs/core").Placement[];
|
|
900
900
|
default: string;
|
|
901
901
|
};
|
|
902
902
|
}>> & {
|
|
903
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
904
903
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
904
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
905
905
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
906
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
907
906
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
907
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
908
908
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
909
909
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
910
910
|
}, {
|
|
911
911
|
height: number;
|
|
912
|
-
placement: Placement;
|
|
912
|
+
placement: import("@popperjs/core").Placement;
|
|
913
|
+
effect: string;
|
|
913
914
|
disabled: boolean;
|
|
914
915
|
loading: boolean;
|
|
915
|
-
effect: string;
|
|
916
916
|
autocomplete: "both" | "none" | "inline" | "list";
|
|
917
917
|
clearable: boolean;
|
|
918
918
|
validateEvent: boolean;
|
|
919
919
|
multiple: boolean;
|
|
920
|
-
popperOptions: Options
|
|
920
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
921
921
|
popperClass: string;
|
|
922
922
|
persistent: boolean;
|
|
923
923
|
valueKey: string;
|
|
@@ -1011,8 +1011,8 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1011
1011
|
default: string;
|
|
1012
1012
|
};
|
|
1013
1013
|
popperOptions: {
|
|
1014
|
-
type: globalThis.PropType<Options
|
|
1015
|
-
default: () => Options
|
|
1014
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
1015
|
+
default: () => Partial<import("@popperjs/core").Options>;
|
|
1016
1016
|
};
|
|
1017
1017
|
remote: BooleanConstructor;
|
|
1018
1018
|
size: {
|
|
@@ -1031,8 +1031,8 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1031
1031
|
default: boolean;
|
|
1032
1032
|
};
|
|
1033
1033
|
placement: {
|
|
1034
|
-
type: globalThis.PropType<Placement>;
|
|
1035
|
-
values:
|
|
1034
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
1035
|
+
values: import("@popperjs/core").Placement[];
|
|
1036
1036
|
default: string;
|
|
1037
1037
|
};
|
|
1038
1038
|
}, {
|
|
@@ -1149,8 +1149,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1149
1149
|
readonly showAfter?: number | undefined;
|
|
1150
1150
|
readonly hideAfter?: number | undefined;
|
|
1151
1151
|
readonly open?: boolean | undefined;
|
|
1152
|
-
readonly placement?:
|
|
1153
|
-
readonly strategy?: "
|
|
1152
|
+
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1153
|
+
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1154
|
+
readonly effect?: "light" | "dark" | undefined;
|
|
1154
1155
|
readonly id?: string | undefined;
|
|
1155
1156
|
readonly className?: import("../types").ClassType | undefined;
|
|
1156
1157
|
readonly ariaLabel?: string | undefined;
|
|
@@ -1159,12 +1160,10 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1159
1160
|
readonly trigger?: import("..").TooltipTriggerType | undefined;
|
|
1160
1161
|
readonly appendTo?: any;
|
|
1161
1162
|
readonly visible?: boolean | undefined;
|
|
1162
|
-
readonly effect?: "light" | "dark" | undefined;
|
|
1163
|
-
readonly teleported?: boolean | undefined;
|
|
1164
1163
|
readonly arrowOffset?: number | undefined;
|
|
1165
1164
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1166
|
-
readonly fallbackPlacements?: Placement[] | undefined;
|
|
1167
|
-
readonly popperOptions?:
|
|
1165
|
+
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
1166
|
+
readonly popperOptions?: Partial<import("@popperjs/core").Options> | undefined;
|
|
1168
1167
|
readonly pure?: boolean | undefined;
|
|
1169
1168
|
readonly boundariesPadding?: number | undefined;
|
|
1170
1169
|
readonly enterable?: boolean | undefined;
|
|
@@ -1179,6 +1178,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1179
1178
|
readonly virtualRef?: import("..").Measurable | undefined;
|
|
1180
1179
|
readonly rawContent?: boolean | undefined;
|
|
1181
1180
|
readonly persistent?: boolean | undefined;
|
|
1181
|
+
readonly teleported?: boolean | undefined;
|
|
1182
1182
|
readonly triggerKeys?: string[] | undefined;
|
|
1183
1183
|
readonly showArrow?: boolean | undefined;
|
|
1184
1184
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -1234,7 +1234,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1234
1234
|
type: globalThis.PropType<number>;
|
|
1235
1235
|
};
|
|
1236
1236
|
fallbackPlacements: {
|
|
1237
|
-
type: globalThis.PropType<Placement[]>;
|
|
1237
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
1238
1238
|
};
|
|
1239
1239
|
gpuAcceleration: {
|
|
1240
1240
|
type: globalThis.PropType<boolean>;
|
|
@@ -1243,13 +1243,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1243
1243
|
type: globalThis.PropType<number>;
|
|
1244
1244
|
};
|
|
1245
1245
|
placement: {
|
|
1246
|
-
type: globalThis.PropType<
|
|
1246
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
1247
1247
|
};
|
|
1248
1248
|
popperOptions: {
|
|
1249
|
-
type: globalThis.PropType<
|
|
1249
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
1250
1250
|
};
|
|
1251
1251
|
strategy: {
|
|
1252
|
-
type: globalThis.PropType<"
|
|
1252
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
1253
1253
|
};
|
|
1254
1254
|
style: {
|
|
1255
1255
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -1397,7 +1397,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1397
1397
|
type: globalThis.PropType<number>;
|
|
1398
1398
|
};
|
|
1399
1399
|
fallbackPlacements: {
|
|
1400
|
-
type: globalThis.PropType<Placement[]>;
|
|
1400
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
1401
1401
|
};
|
|
1402
1402
|
gpuAcceleration: {
|
|
1403
1403
|
type: globalThis.PropType<boolean>;
|
|
@@ -1406,13 +1406,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1406
1406
|
type: globalThis.PropType<number>;
|
|
1407
1407
|
};
|
|
1408
1408
|
placement: {
|
|
1409
|
-
type: globalThis.PropType<
|
|
1409
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
1410
1410
|
};
|
|
1411
1411
|
popperOptions: {
|
|
1412
|
-
type: globalThis.PropType<
|
|
1412
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
1413
1413
|
};
|
|
1414
1414
|
strategy: {
|
|
1415
|
-
type: globalThis.PropType<"
|
|
1415
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
1416
1416
|
};
|
|
1417
1417
|
style: {
|
|
1418
1418
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -1581,7 +1581,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1581
1581
|
type: globalThis.PropType<number>;
|
|
1582
1582
|
};
|
|
1583
1583
|
fallbackPlacements: {
|
|
1584
|
-
type: globalThis.PropType<Placement[]>;
|
|
1584
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
1585
1585
|
};
|
|
1586
1586
|
gpuAcceleration: {
|
|
1587
1587
|
type: globalThis.PropType<boolean>;
|
|
@@ -1590,13 +1590,13 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1590
1590
|
type: globalThis.PropType<number>;
|
|
1591
1591
|
};
|
|
1592
1592
|
placement: {
|
|
1593
|
-
type: globalThis.PropType<
|
|
1593
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
1594
1594
|
};
|
|
1595
1595
|
popperOptions: {
|
|
1596
|
-
type: globalThis.PropType<
|
|
1596
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
1597
1597
|
};
|
|
1598
1598
|
strategy: {
|
|
1599
|
-
type: globalThis.PropType<"
|
|
1599
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
1600
1600
|
};
|
|
1601
1601
|
style: {
|
|
1602
1602
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -1714,7 +1714,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1714
1714
|
created?: boolean | undefined;
|
|
1715
1715
|
value: any;
|
|
1716
1716
|
}[]>;
|
|
1717
|
-
debouncedOnInputChange:
|
|
1717
|
+
debouncedOnInputChange: import("lodash").DebouncedFunc<() => Promise<void>>;
|
|
1718
1718
|
deleteTag: (event: MouseEvent, tag: import("./select.types").Option) => Promise<void> | undefined;
|
|
1719
1719
|
getLabel: (item: unknown) => any;
|
|
1720
1720
|
getValueKey: (item: unknown) => any;
|
|
@@ -1737,7 +1737,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1737
1737
|
handleCompositionStart: () => void;
|
|
1738
1738
|
handleCompositionEnd: (event: any) => void;
|
|
1739
1739
|
handleCompositionUpdate: (event: any) => void;
|
|
1740
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
1740
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
1741
1741
|
allowCreate: BooleanConstructor;
|
|
1742
1742
|
autocomplete: {
|
|
1743
1743
|
type: globalThis.PropType<"both" | "none" | "inline" | "list">;
|
|
@@ -1812,8 +1812,8 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1812
1812
|
default: string;
|
|
1813
1813
|
};
|
|
1814
1814
|
popperOptions: {
|
|
1815
|
-
type: globalThis.PropType<Options
|
|
1816
|
-
default: () => Options
|
|
1815
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
1816
|
+
default: () => Partial<import("@popperjs/core").Options>;
|
|
1817
1817
|
};
|
|
1818
1818
|
remote: BooleanConstructor;
|
|
1819
1819
|
size: {
|
|
@@ -1832,29 +1832,29 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1832
1832
|
default: boolean;
|
|
1833
1833
|
};
|
|
1834
1834
|
placement: {
|
|
1835
|
-
type: globalThis.PropType<Placement>;
|
|
1836
|
-
values:
|
|
1835
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
1836
|
+
values: import("@popperjs/core").Placement[];
|
|
1837
1837
|
default: string;
|
|
1838
1838
|
};
|
|
1839
1839
|
}>> & {
|
|
1840
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1841
1840
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1841
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1842
1842
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1843
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
1844
1843
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1844
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
1845
1845
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1846
1846
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
1847
1847
|
}, {
|
|
1848
1848
|
height: number;
|
|
1849
|
-
placement: Placement;
|
|
1849
|
+
placement: import("@popperjs/core").Placement;
|
|
1850
|
+
effect: string;
|
|
1850
1851
|
disabled: boolean;
|
|
1851
1852
|
loading: boolean;
|
|
1852
|
-
effect: string;
|
|
1853
1853
|
autocomplete: "both" | "none" | "inline" | "list";
|
|
1854
1854
|
clearable: boolean;
|
|
1855
1855
|
validateEvent: boolean;
|
|
1856
1856
|
multiple: boolean;
|
|
1857
|
-
popperOptions: Options
|
|
1857
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
1858
1858
|
popperClass: string;
|
|
1859
1859
|
persistent: boolean;
|
|
1860
1860
|
valueKey: string;
|