vft 0.0.153 → 0.0.154
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 +4 -5
- package/es/app-components/hooks/use-id.d.ts +1 -2
- package/es/components/affix/affix.d.ts +2 -2
- package/es/components/affix/affix.vue.d.ts +1 -1
- package/es/components/affix/index.d.ts +3 -3
- package/es/components/autocomplete/autocomplete.vue.d.ts +17 -17
- package/es/components/autocomplete/index.d.ts +51 -51
- 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/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/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 +48 -48
- package/es/components/config-provider/hooks/use-global-config.d.ts +2 -3
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker.d.ts +19 -3
- package/es/components/date-picker/index.d.ts +38 -6
- package/es/components/date-picker/props/date-picker.d.ts +9 -1
- 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 +2 -2
- package/es/components/dialog/index.d.ts +6 -6
- package/es/components/drawer/drawer.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +6 -6
- package/es/components/dropdown/dropdown.vue.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +30 -30
- package/es/components/form/hooks/use-form-common-props.d.ts +4 -6
- package/es/components/icon/icon.vue2.js +20 -21
- package/es/components/loading/index.d.ts +9 -17
- package/es/components/loading/loading.d.ts +9 -17
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +97 -67
- package/es/components/popover/index.d.ts +8 -8
- package/es/components/popper/composables/use-content-dom.d.ts +1 -3
- package/es/components/popper/composables/use-content.d.ts +6 -70
- package/es/components/popper/index.d.ts +3 -3
- package/es/components/popper/popper.vue.d.ts +1 -2
- package/es/components/popper/utils.d.ts +2 -45
- package/es/components/radio/index.d.ts +24 -24
- package/es/components/radio/use-radio.d.ts +1 -1
- package/es/components/select/defaults.d.ts +3 -4
- package/es/components/select/index.d.ts +58 -58
- package/es/components/select/select.vue.d.ts +29 -29
- package/es/components/select/useSelect.d.ts +18 -18
- package/es/components/side-menu/index.d.ts +4 -8
- package/es/components/side-menu/side-menu.vue.d.ts +2 -2
- package/es/components/side-menu/side-menu.vue2.js +44 -44
- package/es/components/slider/composables/use-slide.d.ts +6 -6
- package/es/components/slider/index.d.ts +2 -2
- package/es/components/slider/slider.d.ts +3 -3
- package/es/components/space/index.d.ts +2 -5
- package/es/components/space/space.d.ts +2 -5
- 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/table/index.d.ts +24 -24
- package/es/components/table/use/use-columns.d.ts +3 -801
- package/es/components/tabs/tabs.vue2.js +4 -4
- package/es/components/time-picker/common/picker.vue.d.ts +20 -5
- package/es/components/time-picker/common/props.d.ts +9 -2
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +38 -6
- package/es/components/time-picker/time-picker.d.ts +19 -3
- package/es/components/time-picker/utils.d.ts +1 -1
- package/es/components/time-select/time-select.vue.d.ts +1 -1
- package/es/components/tooltip/index.d.ts +16 -16
- package/es/components/tooltip/utils.d.ts +1 -1
- package/es/components/upload/use-handlers.d.ts +1 -21
- package/es/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/es/hooks/use-id/index.d.ts +1 -2
- package/es/hooks/use-model-toggle/index.d.ts +2 -2
- package/es/hooks/use-popper/index.d.ts +7 -70
- package/es/hooks/use-same-target/index.d.ts +3 -3
- package/es/hooks/use-z-index/index.d.ts +1 -1
- 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 +4 -5
- package/lib/app-components/hooks/use-id.d.ts +1 -2
- package/lib/components/affix/affix.d.ts +2 -2
- package/lib/components/affix/affix.vue.d.ts +1 -1
- package/lib/components/affix/index.d.ts +3 -3
- package/lib/components/autocomplete/autocomplete.vue.d.ts +17 -17
- package/lib/components/autocomplete/index.d.ts +51 -51
- 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.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/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 +48 -48
- package/lib/components/config-provider/hooks/use-global-config.d.ts +2 -3
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker.d.ts +19 -3
- package/lib/components/date-picker/index.d.ts +38 -6
- package/lib/components/date-picker/props/date-picker.d.ts +9 -1
- 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 +2 -2
- package/lib/components/dialog/index.d.ts +6 -6
- package/lib/components/drawer/drawer.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +6 -6
- package/lib/components/dropdown/dropdown.vue.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +30 -30
- package/lib/components/form/hooks/use-form-common-props.d.ts +4 -6
- package/lib/components/icon/icon.vue2.cjs +1 -1
- package/lib/components/loading/index.d.ts +9 -17
- package/lib/components/loading/loading.d.ts +9 -17
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/popover/index.d.ts +8 -8
- package/lib/components/popper/composables/use-content-dom.d.ts +1 -3
- package/lib/components/popper/composables/use-content.d.ts +6 -70
- package/lib/components/popper/index.d.ts +3 -3
- package/lib/components/popper/popper.vue.d.ts +1 -2
- package/lib/components/popper/utils.d.ts +2 -45
- package/lib/components/radio/index.d.ts +24 -24
- package/lib/components/radio/use-radio.d.ts +1 -1
- package/lib/components/select/defaults.d.ts +3 -4
- package/lib/components/select/index.d.ts +58 -58
- package/lib/components/select/select.vue.d.ts +29 -29
- package/lib/components/select/useSelect.d.ts +18 -18
- package/lib/components/side-menu/index.d.ts +4 -8
- package/lib/components/side-menu/side-menu.vue.d.ts +2 -2
- package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
- package/lib/components/slider/composables/use-slide.d.ts +6 -6
- package/lib/components/slider/index.d.ts +2 -2
- package/lib/components/slider/slider.d.ts +3 -3
- package/lib/components/space/index.d.ts +2 -5
- package/lib/components/space/space.d.ts +2 -5
- 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/table/index.d.ts +24 -24
- package/lib/components/table/use/use-columns.d.ts +3 -801
- package/lib/components/tabs/tabs.vue2.cjs +1 -1
- package/lib/components/time-picker/common/picker.vue.d.ts +20 -5
- package/lib/components/time-picker/common/props.d.ts +9 -2
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +38 -6
- package/lib/components/time-picker/time-picker.d.ts +19 -3
- package/lib/components/time-picker/utils.d.ts +1 -1
- package/lib/components/time-select/time-select.vue.d.ts +1 -1
- package/lib/components/tooltip/index.d.ts +16 -16
- package/lib/components/tooltip/utils.d.ts +1 -1
- package/lib/components/upload/use-handlers.d.ts +1 -21
- package/lib/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/lib/hooks/use-id/index.d.ts +1 -2
- package/lib/hooks/use-model-toggle/index.d.ts +2 -2
- package/lib/hooks/use-popper/index.d.ts +7 -70
- package/lib/hooks/use-same-target/index.d.ts +3 -3
- package/lib/hooks/use-z-index/index.d.ts +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
- package/es/components/super-form/types.d.ts +0 -176
- package/lib/components/super-form/types.d.ts +0 -176
|
@@ -1,49 +1,6 @@
|
|
|
1
1
|
import type { ComponentPublicInstance } from 'vue';
|
|
2
|
-
import type { MaybeRef } from '@vueuse/core';
|
|
3
2
|
import type { Modifier } from '@popperjs/core';
|
|
4
3
|
import type { Measurable } from './constants';
|
|
5
4
|
import type { PopperCoreConfigProps } from './types';
|
|
6
|
-
export declare const buildPopperOptions: (props: PopperCoreConfigProps, modifiers?: Modifier<any, any>[]) =>
|
|
7
|
-
|
|
8
|
-
name: string;
|
|
9
|
-
options: {
|
|
10
|
-
offset: number[];
|
|
11
|
-
padding?: undefined;
|
|
12
|
-
fallbackPlacements?: undefined;
|
|
13
|
-
gpuAcceleration?: undefined;
|
|
14
|
-
};
|
|
15
|
-
} | {
|
|
16
|
-
name: string;
|
|
17
|
-
options: {
|
|
18
|
-
padding: {
|
|
19
|
-
top: number;
|
|
20
|
-
bottom: number;
|
|
21
|
-
left: number;
|
|
22
|
-
right: number;
|
|
23
|
-
};
|
|
24
|
-
offset?: undefined;
|
|
25
|
-
fallbackPlacements?: undefined;
|
|
26
|
-
gpuAcceleration?: undefined;
|
|
27
|
-
};
|
|
28
|
-
} | {
|
|
29
|
-
name: string;
|
|
30
|
-
options: {
|
|
31
|
-
padding: number;
|
|
32
|
-
fallbackPlacements: import("@popperjs/core").Placement[] | undefined;
|
|
33
|
-
offset?: undefined;
|
|
34
|
-
gpuAcceleration?: undefined;
|
|
35
|
-
};
|
|
36
|
-
} | {
|
|
37
|
-
name: string;
|
|
38
|
-
options: {
|
|
39
|
-
gpuAcceleration: boolean | undefined;
|
|
40
|
-
offset?: undefined;
|
|
41
|
-
padding?: undefined;
|
|
42
|
-
fallbackPlacements?: undefined;
|
|
43
|
-
};
|
|
44
|
-
})[];
|
|
45
|
-
placement: import("@popperjs/core").Placement | undefined;
|
|
46
|
-
strategy: import("@popperjs/core").PositioningStrategy | undefined;
|
|
47
|
-
onFirstUpdate?: ((arg0: Partial<import("@popperjs/core").State>) => void) | undefined;
|
|
48
|
-
};
|
|
49
|
-
export declare const unwrapMeasurableEl: ($el: MaybeRef<Measurable | undefined | ComponentPublicInstance>) => HTMLElement | undefined;
|
|
5
|
+
export declare const buildPopperOptions: (props: PopperCoreConfigProps, modifiers?: Modifier<any, any>[]) => any;
|
|
6
|
+
export declare const unwrapMeasurableEl: ($el: MaybeRef<ComponentPublicInstance | Measurable | undefined>) => any;
|
|
@@ -219,12 +219,12 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
219
219
|
modelValue: {
|
|
220
220
|
type: globalThis.PropType<string | number | boolean>;
|
|
221
221
|
};
|
|
222
|
-
options: {
|
|
223
|
-
type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
224
|
-
};
|
|
225
222
|
id: {
|
|
226
223
|
type: globalThis.PropType<string>;
|
|
227
224
|
};
|
|
225
|
+
options: {
|
|
226
|
+
type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
227
|
+
};
|
|
228
228
|
disabled: {
|
|
229
229
|
type: globalThis.PropType<boolean>;
|
|
230
230
|
};
|
|
@@ -260,12 +260,12 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
260
260
|
modelValue: {
|
|
261
261
|
type: globalThis.PropType<string | number | boolean>;
|
|
262
262
|
};
|
|
263
|
-
options: {
|
|
264
|
-
type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
265
|
-
};
|
|
266
263
|
id: {
|
|
267
264
|
type: globalThis.PropType<string>;
|
|
268
265
|
};
|
|
266
|
+
options: {
|
|
267
|
+
type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
268
|
+
};
|
|
269
269
|
disabled: {
|
|
270
270
|
type: globalThis.PropType<boolean>;
|
|
271
271
|
};
|
|
@@ -307,12 +307,12 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
307
307
|
modelValue: {
|
|
308
308
|
type: globalThis.PropType<string | number | boolean>;
|
|
309
309
|
};
|
|
310
|
-
options: {
|
|
311
|
-
type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
312
|
-
};
|
|
313
310
|
id: {
|
|
314
311
|
type: globalThis.PropType<string>;
|
|
315
312
|
};
|
|
313
|
+
options: {
|
|
314
|
+
type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
315
|
+
};
|
|
316
316
|
disabled: {
|
|
317
317
|
type: globalThis.PropType<boolean>;
|
|
318
318
|
};
|
|
@@ -351,12 +351,12 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
351
351
|
modelValue: {
|
|
352
352
|
type: globalThis.PropType<string | number | boolean>;
|
|
353
353
|
};
|
|
354
|
-
options: {
|
|
355
|
-
type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
356
|
-
};
|
|
357
354
|
id: {
|
|
358
355
|
type: globalThis.PropType<string>;
|
|
359
356
|
};
|
|
357
|
+
options: {
|
|
358
|
+
type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
359
|
+
};
|
|
360
360
|
disabled: {
|
|
361
361
|
type: globalThis.PropType<boolean>;
|
|
362
362
|
};
|
|
@@ -401,12 +401,12 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
401
401
|
modelValue: {
|
|
402
402
|
type: globalThis.PropType<string | number | boolean>;
|
|
403
403
|
};
|
|
404
|
-
options: {
|
|
405
|
-
type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
406
|
-
};
|
|
407
404
|
id: {
|
|
408
405
|
type: globalThis.PropType<string>;
|
|
409
406
|
};
|
|
407
|
+
options: {
|
|
408
|
+
type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
409
|
+
};
|
|
410
410
|
disabled: {
|
|
411
411
|
type: globalThis.PropType<boolean>;
|
|
412
412
|
};
|
|
@@ -442,12 +442,12 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
442
442
|
modelValue: {
|
|
443
443
|
type: globalThis.PropType<string | number | boolean>;
|
|
444
444
|
};
|
|
445
|
-
options: {
|
|
446
|
-
type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
447
|
-
};
|
|
448
445
|
id: {
|
|
449
446
|
type: globalThis.PropType<string>;
|
|
450
447
|
};
|
|
448
|
+
options: {
|
|
449
|
+
type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
450
|
+
};
|
|
451
451
|
disabled: {
|
|
452
452
|
type: globalThis.PropType<boolean>;
|
|
453
453
|
};
|
|
@@ -489,12 +489,12 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
489
489
|
modelValue: {
|
|
490
490
|
type: globalThis.PropType<string | number | boolean>;
|
|
491
491
|
};
|
|
492
|
-
options: {
|
|
493
|
-
type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
494
|
-
};
|
|
495
492
|
id: {
|
|
496
493
|
type: globalThis.PropType<string>;
|
|
497
494
|
};
|
|
495
|
+
options: {
|
|
496
|
+
type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
497
|
+
};
|
|
498
498
|
disabled: {
|
|
499
499
|
type: globalThis.PropType<boolean>;
|
|
500
500
|
};
|
|
@@ -533,12 +533,12 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
533
533
|
modelValue: {
|
|
534
534
|
type: globalThis.PropType<string | number | boolean>;
|
|
535
535
|
};
|
|
536
|
-
options: {
|
|
537
|
-
type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
538
|
-
};
|
|
539
536
|
id: {
|
|
540
537
|
type: globalThis.PropType<string>;
|
|
541
538
|
};
|
|
539
|
+
options: {
|
|
540
|
+
type: globalThis.PropType<(import("./radio.vue").RadioProps & Record<string, any>)[]>;
|
|
541
|
+
};
|
|
542
542
|
disabled: {
|
|
543
543
|
type: globalThis.PropType<boolean>;
|
|
544
544
|
};
|
|
@@ -9,7 +9,7 @@ export declare const useRadio: (props: {
|
|
|
9
9
|
radioGroup: import("./constants").RadioGroupContext | undefined;
|
|
10
10
|
focus: globalThis.Ref<boolean>;
|
|
11
11
|
size: globalThis.ComputedRef<"" | "default" | "small" | "large">;
|
|
12
|
-
disabled: globalThis.ComputedRef<
|
|
12
|
+
disabled: globalThis.ComputedRef<any>;
|
|
13
13
|
tabIndex: globalThis.ComputedRef<0 | -1>;
|
|
14
14
|
modelValue: globalThis.WritableComputedRef<string | number | boolean | undefined>;
|
|
15
15
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { Options, Placement } from 'vft/es/components/popper';
|
|
2
1
|
import type { Component, PropType } from 'vue';
|
|
3
2
|
import type { OptionType } from './select.types';
|
|
4
3
|
export declare const SelectProps: {
|
|
@@ -76,8 +75,8 @@ export declare const SelectProps: {
|
|
|
76
75
|
default: string;
|
|
77
76
|
};
|
|
78
77
|
popperOptions: {
|
|
79
|
-
type: PropType<
|
|
80
|
-
default: () =>
|
|
78
|
+
type: PropType<Options>;
|
|
79
|
+
default: () => Options;
|
|
81
80
|
};
|
|
82
81
|
remote: BooleanConstructor;
|
|
83
82
|
size: {
|
|
@@ -97,7 +96,7 @@ export declare const SelectProps: {
|
|
|
97
96
|
};
|
|
98
97
|
placement: {
|
|
99
98
|
type: PropType<Placement>;
|
|
100
|
-
values:
|
|
99
|
+
values: any;
|
|
101
100
|
default: string;
|
|
102
101
|
};
|
|
103
102
|
};
|
|
@@ -74,8 +74,8 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
74
74
|
default: string;
|
|
75
75
|
};
|
|
76
76
|
popperOptions: {
|
|
77
|
-
type: globalThis.PropType<
|
|
78
|
-
default: () =>
|
|
77
|
+
type: globalThis.PropType<Options>;
|
|
78
|
+
default: () => 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<
|
|
98
|
-
values:
|
|
97
|
+
type: globalThis.PropType<Placement>;
|
|
98
|
+
values: any;
|
|
99
99
|
default: string;
|
|
100
100
|
};
|
|
101
101
|
}, {
|
|
@@ -212,9 +212,8 @@ 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?: "
|
|
217
|
-
readonly effect?: "light" | "dark" | undefined;
|
|
215
|
+
readonly placement?: any;
|
|
216
|
+
readonly strategy?: "absolute" | "fixed" | undefined;
|
|
218
217
|
readonly id?: string | undefined;
|
|
219
218
|
readonly className?: import("../types").ClassType | undefined;
|
|
220
219
|
readonly ariaLabel?: string | undefined;
|
|
@@ -223,10 +222,11 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
223
222
|
readonly trigger?: import("..").TooltipTriggerType | undefined;
|
|
224
223
|
readonly appendTo?: any;
|
|
225
224
|
readonly visible?: boolean | undefined;
|
|
225
|
+
readonly effect?: "light" | "dark" | undefined;
|
|
226
226
|
readonly arrowOffset?: number | undefined;
|
|
227
227
|
readonly gpuAcceleration?: boolean | undefined;
|
|
228
|
-
readonly fallbackPlacements?:
|
|
229
|
-
readonly popperOptions?:
|
|
228
|
+
readonly fallbackPlacements?: Placement[] | undefined;
|
|
229
|
+
readonly popperOptions?: any;
|
|
230
230
|
readonly pure?: boolean | undefined;
|
|
231
231
|
readonly boundariesPadding?: number | undefined;
|
|
232
232
|
readonly enterable?: boolean | 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<
|
|
300
|
+
type: globalThis.PropType<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<any>;
|
|
310
310
|
};
|
|
311
311
|
popperOptions: {
|
|
312
|
-
type: globalThis.PropType<
|
|
312
|
+
type: globalThis.PropType<any>;
|
|
313
313
|
};
|
|
314
314
|
strategy: {
|
|
315
|
-
type: globalThis.PropType<"
|
|
315
|
+
type: globalThis.PropType<"absolute" | "fixed">;
|
|
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<
|
|
463
|
+
type: globalThis.PropType<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<any>;
|
|
473
473
|
};
|
|
474
474
|
popperOptions: {
|
|
475
|
-
type: globalThis.PropType<
|
|
475
|
+
type: globalThis.PropType<any>;
|
|
476
476
|
};
|
|
477
477
|
strategy: {
|
|
478
|
-
type: globalThis.PropType<"
|
|
478
|
+
type: globalThis.PropType<"absolute" | "fixed">;
|
|
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<
|
|
647
|
+
type: globalThis.PropType<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<any>;
|
|
657
657
|
};
|
|
658
658
|
popperOptions: {
|
|
659
|
-
type: globalThis.PropType<
|
|
659
|
+
type: globalThis.PropType<any>;
|
|
660
660
|
};
|
|
661
661
|
strategy: {
|
|
662
|
-
type: globalThis.PropType<"
|
|
662
|
+
type: globalThis.PropType<"absolute" | "fixed">;
|
|
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: any;
|
|
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;
|
|
@@ -875,8 +875,8 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
875
875
|
default: string;
|
|
876
876
|
};
|
|
877
877
|
popperOptions: {
|
|
878
|
-
type: globalThis.PropType<
|
|
879
|
-
default: () =>
|
|
878
|
+
type: globalThis.PropType<Options>;
|
|
879
|
+
default: () => Options;
|
|
880
880
|
};
|
|
881
881
|
remote: BooleanConstructor;
|
|
882
882
|
size: {
|
|
@@ -895,8 +895,8 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
895
895
|
default: boolean;
|
|
896
896
|
};
|
|
897
897
|
placement: {
|
|
898
|
-
type: globalThis.PropType<
|
|
899
|
-
values:
|
|
898
|
+
type: globalThis.PropType<Placement>;
|
|
899
|
+
values: any;
|
|
900
900
|
default: string;
|
|
901
901
|
};
|
|
902
902
|
}>> & {
|
|
@@ -909,15 +909,15 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
909
909
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
910
910
|
}, {
|
|
911
911
|
height: number;
|
|
912
|
-
placement:
|
|
913
|
-
effect: string;
|
|
912
|
+
placement: Placement;
|
|
914
913
|
disabled: boolean;
|
|
915
914
|
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:
|
|
920
|
+
popperOptions: 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<
|
|
1015
|
-
default: () =>
|
|
1014
|
+
type: globalThis.PropType<Options>;
|
|
1015
|
+
default: () => 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<
|
|
1035
|
-
values:
|
|
1034
|
+
type: globalThis.PropType<Placement>;
|
|
1035
|
+
values: any;
|
|
1036
1036
|
default: string;
|
|
1037
1037
|
};
|
|
1038
1038
|
}, {
|
|
@@ -1149,9 +1149,8 @@ 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?: "
|
|
1154
|
-
readonly effect?: "light" | "dark" | undefined;
|
|
1152
|
+
readonly placement?: any;
|
|
1153
|
+
readonly strategy?: "absolute" | "fixed" | undefined;
|
|
1155
1154
|
readonly id?: string | undefined;
|
|
1156
1155
|
readonly className?: import("../types").ClassType | undefined;
|
|
1157
1156
|
readonly ariaLabel?: string | undefined;
|
|
@@ -1160,10 +1159,11 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1160
1159
|
readonly trigger?: import("..").TooltipTriggerType | undefined;
|
|
1161
1160
|
readonly appendTo?: any;
|
|
1162
1161
|
readonly visible?: boolean | undefined;
|
|
1162
|
+
readonly effect?: "light" | "dark" | undefined;
|
|
1163
1163
|
readonly arrowOffset?: number | undefined;
|
|
1164
1164
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1165
|
-
readonly fallbackPlacements?:
|
|
1166
|
-
readonly popperOptions?:
|
|
1165
|
+
readonly fallbackPlacements?: Placement[] | undefined;
|
|
1166
|
+
readonly popperOptions?: any;
|
|
1167
1167
|
readonly pure?: boolean | undefined;
|
|
1168
1168
|
readonly boundariesPadding?: number | undefined;
|
|
1169
1169
|
readonly enterable?: boolean | 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<
|
|
1237
|
+
type: globalThis.PropType<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<any>;
|
|
1247
1247
|
};
|
|
1248
1248
|
popperOptions: {
|
|
1249
|
-
type: globalThis.PropType<
|
|
1249
|
+
type: globalThis.PropType<any>;
|
|
1250
1250
|
};
|
|
1251
1251
|
strategy: {
|
|
1252
|
-
type: globalThis.PropType<"
|
|
1252
|
+
type: globalThis.PropType<"absolute" | "fixed">;
|
|
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<
|
|
1400
|
+
type: globalThis.PropType<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<any>;
|
|
1410
1410
|
};
|
|
1411
1411
|
popperOptions: {
|
|
1412
|
-
type: globalThis.PropType<
|
|
1412
|
+
type: globalThis.PropType<any>;
|
|
1413
1413
|
};
|
|
1414
1414
|
strategy: {
|
|
1415
|
-
type: globalThis.PropType<"
|
|
1415
|
+
type: globalThis.PropType<"absolute" | "fixed">;
|
|
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<
|
|
1584
|
+
type: globalThis.PropType<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<any>;
|
|
1594
1594
|
};
|
|
1595
1595
|
popperOptions: {
|
|
1596
|
-
type: globalThis.PropType<
|
|
1596
|
+
type: globalThis.PropType<any>;
|
|
1597
1597
|
};
|
|
1598
1598
|
strategy: {
|
|
1599
|
-
type: globalThis.PropType<"
|
|
1599
|
+
type: globalThis.PropType<"absolute" | "fixed">;
|
|
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: any;
|
|
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;
|
|
@@ -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<
|
|
1816
|
-
default: () =>
|
|
1815
|
+
type: globalThis.PropType<Options>;
|
|
1816
|
+
default: () => Options;
|
|
1817
1817
|
};
|
|
1818
1818
|
remote: BooleanConstructor;
|
|
1819
1819
|
size: {
|
|
@@ -1832,8 +1832,8 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1832
1832
|
default: boolean;
|
|
1833
1833
|
};
|
|
1834
1834
|
placement: {
|
|
1835
|
-
type: globalThis.PropType<
|
|
1836
|
-
values:
|
|
1835
|
+
type: globalThis.PropType<Placement>;
|
|
1836
|
+
values: any;
|
|
1837
1837
|
default: string;
|
|
1838
1838
|
};
|
|
1839
1839
|
}>> & {
|
|
@@ -1846,15 +1846,15 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1846
1846
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
1847
1847
|
}, {
|
|
1848
1848
|
height: number;
|
|
1849
|
-
placement:
|
|
1850
|
-
effect: string;
|
|
1849
|
+
placement: Placement;
|
|
1851
1850
|
disabled: boolean;
|
|
1852
1851
|
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:
|
|
1857
|
+
popperOptions: Options;
|
|
1858
1858
|
popperClass: string;
|
|
1859
1859
|
persistent: boolean;
|
|
1860
1860
|
valueKey: string;
|