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
|
@@ -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;
|
|
@@ -73,8 +73,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
default: string;
|
|
74
74
|
};
|
|
75
75
|
popperOptions: {
|
|
76
|
-
type: globalThis.PropType<
|
|
77
|
-
default: () =>
|
|
76
|
+
type: globalThis.PropType<Options>;
|
|
77
|
+
default: () => Options;
|
|
78
78
|
};
|
|
79
79
|
remote: BooleanConstructor;
|
|
80
80
|
size: {
|
|
@@ -93,8 +93,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
93
93
|
default: boolean;
|
|
94
94
|
};
|
|
95
95
|
placement: {
|
|
96
|
-
type: globalThis.PropType<
|
|
97
|
-
values:
|
|
96
|
+
type: globalThis.PropType<Placement>;
|
|
97
|
+
values: any;
|
|
98
98
|
default: string;
|
|
99
99
|
};
|
|
100
100
|
}, {
|
|
@@ -211,9 +211,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
211
211
|
readonly showAfter?: number | undefined;
|
|
212
212
|
readonly hideAfter?: number | undefined;
|
|
213
213
|
readonly open?: boolean | undefined;
|
|
214
|
-
readonly placement?:
|
|
215
|
-
readonly strategy?: "
|
|
216
|
-
readonly effect?: "light" | "dark" | undefined;
|
|
214
|
+
readonly placement?: any;
|
|
215
|
+
readonly strategy?: "absolute" | "fixed" | undefined;
|
|
217
216
|
readonly id?: string | undefined;
|
|
218
217
|
readonly className?: import("../types").ClassType | undefined;
|
|
219
218
|
readonly ariaLabel?: string | undefined;
|
|
@@ -222,10 +221,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
222
221
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
223
222
|
readonly appendTo?: any;
|
|
224
223
|
readonly visible?: boolean | undefined;
|
|
224
|
+
readonly effect?: "light" | "dark" | undefined;
|
|
225
225
|
readonly arrowOffset?: number | undefined;
|
|
226
226
|
readonly gpuAcceleration?: boolean | undefined;
|
|
227
|
-
readonly fallbackPlacements?:
|
|
228
|
-
readonly popperOptions?:
|
|
227
|
+
readonly fallbackPlacements?: Placement[] | undefined;
|
|
228
|
+
readonly popperOptions?: any;
|
|
229
229
|
readonly pure?: boolean | undefined;
|
|
230
230
|
readonly boundariesPadding?: number | undefined;
|
|
231
231
|
readonly enterable?: boolean | undefined;
|
|
@@ -296,7 +296,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
296
296
|
type: globalThis.PropType<number>;
|
|
297
297
|
};
|
|
298
298
|
fallbackPlacements: {
|
|
299
|
-
type: globalThis.PropType<
|
|
299
|
+
type: globalThis.PropType<Placement[]>;
|
|
300
300
|
};
|
|
301
301
|
gpuAcceleration: {
|
|
302
302
|
type: globalThis.PropType<boolean>;
|
|
@@ -305,13 +305,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
305
305
|
type: globalThis.PropType<number>;
|
|
306
306
|
};
|
|
307
307
|
placement: {
|
|
308
|
-
type: globalThis.PropType<
|
|
308
|
+
type: globalThis.PropType<any>;
|
|
309
309
|
};
|
|
310
310
|
popperOptions: {
|
|
311
|
-
type: globalThis.PropType<
|
|
311
|
+
type: globalThis.PropType<any>;
|
|
312
312
|
};
|
|
313
313
|
strategy: {
|
|
314
|
-
type: globalThis.PropType<"
|
|
314
|
+
type: globalThis.PropType<"absolute" | "fixed">;
|
|
315
315
|
};
|
|
316
316
|
style: {
|
|
317
317
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -459,7 +459,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
459
459
|
type: globalThis.PropType<number>;
|
|
460
460
|
};
|
|
461
461
|
fallbackPlacements: {
|
|
462
|
-
type: globalThis.PropType<
|
|
462
|
+
type: globalThis.PropType<Placement[]>;
|
|
463
463
|
};
|
|
464
464
|
gpuAcceleration: {
|
|
465
465
|
type: globalThis.PropType<boolean>;
|
|
@@ -468,13 +468,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
468
468
|
type: globalThis.PropType<number>;
|
|
469
469
|
};
|
|
470
470
|
placement: {
|
|
471
|
-
type: globalThis.PropType<
|
|
471
|
+
type: globalThis.PropType<any>;
|
|
472
472
|
};
|
|
473
473
|
popperOptions: {
|
|
474
|
-
type: globalThis.PropType<
|
|
474
|
+
type: globalThis.PropType<any>;
|
|
475
475
|
};
|
|
476
476
|
strategy: {
|
|
477
|
-
type: globalThis.PropType<"
|
|
477
|
+
type: globalThis.PropType<"absolute" | "fixed">;
|
|
478
478
|
};
|
|
479
479
|
style: {
|
|
480
480
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -643,7 +643,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
643
643
|
type: globalThis.PropType<number>;
|
|
644
644
|
};
|
|
645
645
|
fallbackPlacements: {
|
|
646
|
-
type: globalThis.PropType<
|
|
646
|
+
type: globalThis.PropType<Placement[]>;
|
|
647
647
|
};
|
|
648
648
|
gpuAcceleration: {
|
|
649
649
|
type: globalThis.PropType<boolean>;
|
|
@@ -652,13 +652,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
652
652
|
type: globalThis.PropType<number>;
|
|
653
653
|
};
|
|
654
654
|
placement: {
|
|
655
|
-
type: globalThis.PropType<
|
|
655
|
+
type: globalThis.PropType<any>;
|
|
656
656
|
};
|
|
657
657
|
popperOptions: {
|
|
658
|
-
type: globalThis.PropType<
|
|
658
|
+
type: globalThis.PropType<any>;
|
|
659
659
|
};
|
|
660
660
|
strategy: {
|
|
661
|
-
type: globalThis.PropType<"
|
|
661
|
+
type: globalThis.PropType<"absolute" | "fixed">;
|
|
662
662
|
};
|
|
663
663
|
style: {
|
|
664
664
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -776,7 +776,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
776
776
|
created?: boolean | undefined;
|
|
777
777
|
value: any;
|
|
778
778
|
}[]>;
|
|
779
|
-
debouncedOnInputChange:
|
|
779
|
+
debouncedOnInputChange: any;
|
|
780
780
|
deleteTag: (event: MouseEvent, tag: import("./select.types").Option) => Promise<void> | undefined;
|
|
781
781
|
getLabel: (item: unknown) => any;
|
|
782
782
|
getValueKey: (item: unknown) => any;
|
|
@@ -874,8 +874,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
874
874
|
default: string;
|
|
875
875
|
};
|
|
876
876
|
popperOptions: {
|
|
877
|
-
type: globalThis.PropType<
|
|
878
|
-
default: () =>
|
|
877
|
+
type: globalThis.PropType<Options>;
|
|
878
|
+
default: () => Options;
|
|
879
879
|
};
|
|
880
880
|
remote: BooleanConstructor;
|
|
881
881
|
size: {
|
|
@@ -894,8 +894,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
894
894
|
default: boolean;
|
|
895
895
|
};
|
|
896
896
|
placement: {
|
|
897
|
-
type: globalThis.PropType<
|
|
898
|
-
values:
|
|
897
|
+
type: globalThis.PropType<Placement>;
|
|
898
|
+
values: any;
|
|
899
899
|
default: string;
|
|
900
900
|
};
|
|
901
901
|
}>> & {
|
|
@@ -908,15 +908,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
908
908
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
909
909
|
}, {
|
|
910
910
|
height: number;
|
|
911
|
-
placement:
|
|
912
|
-
effect: string;
|
|
911
|
+
placement: Placement;
|
|
913
912
|
disabled: boolean;
|
|
914
913
|
loading: boolean;
|
|
914
|
+
effect: string;
|
|
915
915
|
autocomplete: "both" | "none" | "inline" | "list";
|
|
916
916
|
clearable: boolean;
|
|
917
917
|
validateEvent: boolean;
|
|
918
918
|
multiple: boolean;
|
|
919
|
-
popperOptions:
|
|
919
|
+
popperOptions: Options;
|
|
920
920
|
popperClass: string;
|
|
921
921
|
persistent: boolean;
|
|
922
922
|
valueKey: string;
|
|
@@ -115,9 +115,8 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
115
115
|
readonly showAfter?: number | undefined;
|
|
116
116
|
readonly hideAfter?: number | undefined;
|
|
117
117
|
readonly open?: boolean | undefined;
|
|
118
|
-
readonly placement?:
|
|
119
|
-
readonly strategy?: "
|
|
120
|
-
readonly effect?: "light" | "dark" | undefined;
|
|
118
|
+
readonly placement?: any;
|
|
119
|
+
readonly strategy?: "absolute" | "fixed" | undefined;
|
|
121
120
|
readonly id?: string | undefined;
|
|
122
121
|
readonly className?: import("../types").ClassType | undefined;
|
|
123
122
|
readonly ariaLabel?: string | undefined;
|
|
@@ -126,10 +125,11 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
126
125
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
127
126
|
readonly appendTo?: any;
|
|
128
127
|
readonly visible?: boolean | undefined;
|
|
128
|
+
readonly effect?: "light" | "dark" | undefined;
|
|
129
129
|
readonly arrowOffset?: number | undefined;
|
|
130
130
|
readonly gpuAcceleration?: boolean | undefined;
|
|
131
|
-
readonly fallbackPlacements?:
|
|
132
|
-
readonly popperOptions?:
|
|
131
|
+
readonly fallbackPlacements?: Placement[] | undefined;
|
|
132
|
+
readonly popperOptions?: any;
|
|
133
133
|
readonly pure?: boolean | undefined;
|
|
134
134
|
readonly boundariesPadding?: number | undefined;
|
|
135
135
|
readonly enterable?: boolean | undefined;
|
|
@@ -200,7 +200,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
200
200
|
type: globalThis.PropType<number>;
|
|
201
201
|
};
|
|
202
202
|
fallbackPlacements: {
|
|
203
|
-
type: globalThis.PropType<
|
|
203
|
+
type: globalThis.PropType<Placement[]>;
|
|
204
204
|
};
|
|
205
205
|
gpuAcceleration: {
|
|
206
206
|
type: globalThis.PropType<boolean>;
|
|
@@ -209,13 +209,13 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
209
209
|
type: globalThis.PropType<number>;
|
|
210
210
|
};
|
|
211
211
|
placement: {
|
|
212
|
-
type: globalThis.PropType<
|
|
212
|
+
type: globalThis.PropType<any>;
|
|
213
213
|
};
|
|
214
214
|
popperOptions: {
|
|
215
|
-
type: globalThis.PropType<
|
|
215
|
+
type: globalThis.PropType<any>;
|
|
216
216
|
};
|
|
217
217
|
strategy: {
|
|
218
|
-
type: globalThis.PropType<"
|
|
218
|
+
type: globalThis.PropType<"absolute" | "fixed">;
|
|
219
219
|
};
|
|
220
220
|
style: {
|
|
221
221
|
type: globalThis.PropType<string | false | CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -363,7 +363,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
363
363
|
type: globalThis.PropType<number>;
|
|
364
364
|
};
|
|
365
365
|
fallbackPlacements: {
|
|
366
|
-
type: globalThis.PropType<
|
|
366
|
+
type: globalThis.PropType<Placement[]>;
|
|
367
367
|
};
|
|
368
368
|
gpuAcceleration: {
|
|
369
369
|
type: globalThis.PropType<boolean>;
|
|
@@ -372,13 +372,13 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
372
372
|
type: globalThis.PropType<number>;
|
|
373
373
|
};
|
|
374
374
|
placement: {
|
|
375
|
-
type: globalThis.PropType<
|
|
375
|
+
type: globalThis.PropType<any>;
|
|
376
376
|
};
|
|
377
377
|
popperOptions: {
|
|
378
|
-
type: globalThis.PropType<
|
|
378
|
+
type: globalThis.PropType<any>;
|
|
379
379
|
};
|
|
380
380
|
strategy: {
|
|
381
|
-
type: globalThis.PropType<"
|
|
381
|
+
type: globalThis.PropType<"absolute" | "fixed">;
|
|
382
382
|
};
|
|
383
383
|
style: {
|
|
384
384
|
type: globalThis.PropType<string | false | CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -547,7 +547,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
547
547
|
type: globalThis.PropType<number>;
|
|
548
548
|
};
|
|
549
549
|
fallbackPlacements: {
|
|
550
|
-
type: globalThis.PropType<
|
|
550
|
+
type: globalThis.PropType<Placement[]>;
|
|
551
551
|
};
|
|
552
552
|
gpuAcceleration: {
|
|
553
553
|
type: globalThis.PropType<boolean>;
|
|
@@ -556,13 +556,13 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
556
556
|
type: globalThis.PropType<number>;
|
|
557
557
|
};
|
|
558
558
|
placement: {
|
|
559
|
-
type: globalThis.PropType<
|
|
559
|
+
type: globalThis.PropType<any>;
|
|
560
560
|
};
|
|
561
561
|
popperOptions: {
|
|
562
|
-
type: globalThis.PropType<
|
|
562
|
+
type: globalThis.PropType<any>;
|
|
563
563
|
};
|
|
564
564
|
strategy: {
|
|
565
|
-
type: globalThis.PropType<"
|
|
565
|
+
type: globalThis.PropType<"absolute" | "fixed">;
|
|
566
566
|
};
|
|
567
567
|
style: {
|
|
568
568
|
type: globalThis.PropType<string | false | CSSProperties | import("vue").StyleValue[] | null>;
|
|
@@ -680,7 +680,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
680
680
|
created?: boolean | undefined;
|
|
681
681
|
value: any;
|
|
682
682
|
}[]>;
|
|
683
|
-
debouncedOnInputChange:
|
|
683
|
+
debouncedOnInputChange: any;
|
|
684
684
|
deleteTag: (event: MouseEvent, tag: Option) => Promise<void> | undefined;
|
|
685
685
|
getLabel: (item: unknown) => any;
|
|
686
686
|
getValueKey: (item: unknown) => any;
|