@vuetify/nightly 3.6.3-master.2024-05-07 → 3.6.4-master.2024-05-09
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/CHANGELOG.md +7 -13
- package/dist/json/attributes.json +31 -31
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +124 -124
- package/dist/json/web-types.json +64 -64
- package/dist/vuetify-labs.css +2434 -2363
- package/dist/vuetify-labs.d.ts +995 -966
- package/dist/vuetify-labs.esm.js +104 -70
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +103 -69
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +775 -708
- package/dist/vuetify.d.ts +965 -936
- package/dist/vuetify.esm.js +104 -70
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +103 -69
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +981 -976
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +169 -140
- package/lib/components/VBottomSheet/index.d.mts +33 -27
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +169 -140
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.css +1 -1
- package/lib/components/VDataTable/VDataTable.sass +2 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs +2 -1
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +10 -5
- package/lib/components/VDatePicker/VDatePickerYears.mjs +4 -4
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +99 -93
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +70 -46
- package/lib/components/VMenu/index.d.mts +99 -93
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +33 -27
- package/lib/components/VOverlay/useActivator.mjs +5 -5
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +169 -140
- package/lib/components/VSheet/VSheet.css +1 -1
- package/lib/components/VSheet/_variables.scss +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +25 -25
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +5 -0
- package/lib/components/VSlider/VSliderThumb.sass +3 -0
- package/lib/components/VSlider/VSliderTrack.css +15 -0
- package/lib/components/VSlider/VSliderTrack.sass +9 -0
- package/lib/components/VSnackbar/index.d.mts +85 -79
- package/lib/components/VSpeedDial/index.d.mts +33 -27
- package/lib/components/VStepper/VStepper.mjs +12 -6
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +47 -0
- package/lib/components/VStepper/VStepperItem.mjs +5 -3
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.sass +18 -0
- package/lib/components/VStepper/VStepperWindow.mjs +2 -1
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +2 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +2 -1
- package/lib/components/VTabs/VTabsWindow.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +99 -93
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/index.d.mts +926 -897
- package/lib/composables/nested/activeStrategies.mjs +16 -10
- package/lib/composables/nested/activeStrategies.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +7 -5
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +5 -5
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +39 -39
- package/lib/labs/VCalendar/VCalendar.css +5 -1
- package/lib/labs/VCalendar/VCalendar.sass +3 -2
- package/lib/labs/VCalendar/_variables.scss +8 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +97 -91
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +82 -58
- package/lib/labs/components.d.mts +178 -149
- package/lib/util/helpers.mjs +16 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType, ComputedRef, Ref, EffectScope } from 'vue';
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, JSXComponent, PropType, ComputedRef, Ref, EffectScope } from 'vue';
|
3
3
|
|
4
4
|
declare const block: readonly ["top", "bottom"];
|
5
5
|
declare const inline: readonly ["start", "end", "left", "right"];
|
@@ -55,6 +55,11 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
55
55
|
|
56
56
|
declare function deepEqual(a: any, b: any): boolean;
|
57
57
|
type SelectItemKey<T = Record<string, any>> = boolean | null | undefined | string | readonly (string | number)[] | ((item: T, fallback?: any) => any);
|
58
|
+
type TemplateRef = {
|
59
|
+
(target: Element | ComponentPublicInstance | null): void;
|
60
|
+
value: HTMLElement | ComponentPublicInstance | null | undefined;
|
61
|
+
readonly el: HTMLElement | undefined;
|
62
|
+
};
|
58
63
|
|
59
64
|
interface LoaderSlotProps {
|
60
65
|
color: string | undefined;
|
@@ -197,6 +202,22 @@ type ListItemSubtitleSlot = {
|
|
197
202
|
subtitle?: string | number;
|
198
203
|
};
|
199
204
|
|
205
|
+
type ActiveStrategyFn = (data: {
|
206
|
+
id: unknown;
|
207
|
+
value: boolean;
|
208
|
+
activated: Set<unknown>;
|
209
|
+
children: Map<unknown, unknown[]>;
|
210
|
+
parents: Map<unknown, unknown>;
|
211
|
+
event?: Event;
|
212
|
+
}) => Set<unknown>;
|
213
|
+
type ActiveStrategyTransformInFn = (v: unknown | undefined, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => Set<unknown>;
|
214
|
+
type ActiveStrategyTransformOutFn = (v: Set<unknown>, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => unknown;
|
215
|
+
type ActiveStrategy = {
|
216
|
+
activate: ActiveStrategyFn;
|
217
|
+
in: ActiveStrategyTransformInFn;
|
218
|
+
out: ActiveStrategyTransformOutFn;
|
219
|
+
};
|
220
|
+
|
200
221
|
type OpenStrategyFn = (data: {
|
201
222
|
id: unknown;
|
202
223
|
value: boolean;
|
@@ -227,8 +248,16 @@ type SelectStrategyFn = (data: {
|
|
227
248
|
parents: Map<unknown, unknown>;
|
228
249
|
event?: Event;
|
229
250
|
}) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
251
|
+
type SelectStrategyTransformInFn = (v: readonly unknown[] | undefined, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
252
|
+
type SelectStrategyTransformOutFn = (v: Map<unknown, 'on' | 'off' | 'indeterminate'>, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => unknown[];
|
253
|
+
type SelectStrategy = {
|
254
|
+
select: SelectStrategyFn;
|
255
|
+
in: SelectStrategyTransformInFn;
|
256
|
+
out: SelectStrategyTransformOutFn;
|
257
|
+
};
|
230
258
|
|
231
|
-
type
|
259
|
+
type ActiveStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | ActiveStrategy | ((mandatory: boolean) => ActiveStrategy);
|
260
|
+
type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
|
232
261
|
type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
|
233
262
|
|
234
263
|
interface ListItem<T = any> extends InternalItem<T> {
|
@@ -344,7 +373,7 @@ declare const VAutocomplete: {
|
|
344
373
|
valueComparator: typeof deepEqual;
|
345
374
|
activatable: boolean;
|
346
375
|
selectable: boolean;
|
347
|
-
selectStrategy: NonNullable<
|
376
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
348
377
|
openStrategy: NonNullable<OpenStrategyProp>;
|
349
378
|
lines: false | "one" | "two" | "three";
|
350
379
|
returnObject: boolean;
|
@@ -362,7 +391,7 @@ declare const VAutocomplete: {
|
|
362
391
|
valueComparator: typeof deepEqual;
|
363
392
|
activatable: boolean;
|
364
393
|
selectable: boolean;
|
365
|
-
selectStrategy: NonNullable<
|
394
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
366
395
|
openStrategy: NonNullable<OpenStrategyProp>;
|
367
396
|
lines: false | "one" | "two" | "three";
|
368
397
|
returnObject: boolean;
|
@@ -372,7 +401,7 @@ declare const VAutocomplete: {
|
|
372
401
|
height?: string | number | undefined;
|
373
402
|
theme?: string | undefined;
|
374
403
|
color?: string | undefined;
|
375
|
-
activated?:
|
404
|
+
activated?: any;
|
376
405
|
border?: string | number | boolean | undefined;
|
377
406
|
rounded?: string | number | boolean | undefined;
|
378
407
|
maxHeight?: string | number | undefined;
|
@@ -383,11 +412,11 @@ declare const VAutocomplete: {
|
|
383
412
|
baseColor?: string | undefined;
|
384
413
|
bgColor?: string | undefined;
|
385
414
|
activeClass?: string | undefined;
|
386
|
-
activeStrategy?:
|
415
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
387
416
|
activeColor?: string | undefined;
|
388
417
|
collapseIcon?: string | undefined;
|
389
418
|
expandIcon?: string | undefined;
|
390
|
-
"onUpdate:activated"?: ((value: unknown
|
419
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
391
420
|
"onClick:open"?: ((value: {
|
392
421
|
id: unknown;
|
393
422
|
value: boolean;
|
@@ -416,7 +445,7 @@ declare const VAutocomplete: {
|
|
416
445
|
valueComparator: typeof deepEqual;
|
417
446
|
activatable: boolean;
|
418
447
|
selectable: boolean;
|
419
|
-
selectStrategy: NonNullable<
|
448
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
420
449
|
openStrategy: NonNullable<OpenStrategyProp>;
|
421
450
|
lines: false | "one" | "two" | "three";
|
422
451
|
returnObject: boolean;
|
@@ -427,7 +456,7 @@ declare const VAutocomplete: {
|
|
427
456
|
height?: string | number | undefined;
|
428
457
|
theme?: string | undefined;
|
429
458
|
color?: string | undefined;
|
430
|
-
activated?:
|
459
|
+
activated?: any;
|
431
460
|
border?: string | number | boolean | undefined;
|
432
461
|
rounded?: string | number | boolean | undefined;
|
433
462
|
maxHeight?: string | number | undefined;
|
@@ -438,12 +467,12 @@ declare const VAutocomplete: {
|
|
438
467
|
baseColor?: string | undefined;
|
439
468
|
bgColor?: string | undefined;
|
440
469
|
activeClass?: string | undefined;
|
441
|
-
activeStrategy?:
|
470
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
442
471
|
activeColor?: string | undefined;
|
443
472
|
collapseIcon?: string | undefined;
|
444
473
|
expandIcon?: string | undefined;
|
445
474
|
} & {
|
446
|
-
"onUpdate:activated"?: ((value: unknown
|
475
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
447
476
|
"onClick:open"?: ((value: {
|
448
477
|
id: unknown;
|
449
478
|
value: boolean;
|
@@ -465,10 +494,10 @@ declare const VAutocomplete: {
|
|
465
494
|
itemValue?: SelectItemKey<any>;
|
466
495
|
itemChildren?: SelectItemKey<any>;
|
467
496
|
itemProps?: SelectItemKey<any>;
|
468
|
-
selected?:
|
469
|
-
'onUpdate:selected'?: ((value: unknown
|
470
|
-
opened?:
|
471
|
-
'onUpdate:opened'?: ((value: unknown
|
497
|
+
selected?: unknown;
|
498
|
+
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
499
|
+
opened?: unknown;
|
500
|
+
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
472
501
|
} & {
|
473
502
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
474
503
|
title?: ((arg: ListItemTitleSlot & {
|
@@ -690,7 +719,7 @@ declare const VAutocomplete: {
|
|
690
719
|
width?: string | number | undefined;
|
691
720
|
height?: string | number | undefined;
|
692
721
|
theme?: string | undefined;
|
693
|
-
target?: Element | (string & {}) |
|
722
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
694
723
|
offset?: string | number | number[] | undefined;
|
695
724
|
contentClass?: any;
|
696
725
|
opacity?: string | number | undefined;
|
@@ -698,7 +727,7 @@ declare const VAutocomplete: {
|
|
698
727
|
maxWidth?: string | number | undefined;
|
699
728
|
minHeight?: string | number | undefined;
|
700
729
|
minWidth?: string | number | undefined;
|
701
|
-
activator?: Element | (string & {}) |
|
730
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
702
731
|
openOnClick?: boolean | undefined;
|
703
732
|
openOnFocus?: boolean | undefined;
|
704
733
|
contentProps?: any;
|
@@ -710,7 +739,7 @@ declare const VAutocomplete: {
|
|
710
739
|
activator?: ((arg: {
|
711
740
|
isActive: boolean;
|
712
741
|
props: Record<string, any>;
|
713
|
-
targetRef:
|
742
|
+
targetRef: TemplateRef;
|
714
743
|
}) => vue.VNodeChild) | undefined;
|
715
744
|
} | ((arg: {
|
716
745
|
isActive: vue.Ref<boolean>;
|
@@ -722,7 +751,7 @@ declare const VAutocomplete: {
|
|
722
751
|
activator?: false | ((arg: {
|
723
752
|
isActive: boolean;
|
724
753
|
props: Record<string, any>;
|
725
|
-
targetRef:
|
754
|
+
targetRef: TemplateRef;
|
726
755
|
}) => vue.VNodeChild) | undefined;
|
727
756
|
} | undefined;
|
728
757
|
"v-slot:default"?: false | ((arg: {
|
@@ -731,7 +760,7 @@ declare const VAutocomplete: {
|
|
731
760
|
"v-slot:activator"?: false | ((arg: {
|
732
761
|
isActive: boolean;
|
733
762
|
props: Record<string, any>;
|
734
|
-
targetRef:
|
763
|
+
targetRef: TemplateRef;
|
735
764
|
}) => vue.VNodeChild) | undefined;
|
736
765
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
737
766
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
@@ -767,7 +796,7 @@ declare const VAutocomplete: {
|
|
767
796
|
width?: string | number | undefined;
|
768
797
|
height?: string | number | undefined;
|
769
798
|
theme?: string | undefined;
|
770
|
-
target?: Element | (string & {}) |
|
799
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
771
800
|
offset?: string | number | number[] | undefined;
|
772
801
|
contentClass?: any;
|
773
802
|
opacity?: string | number | undefined;
|
@@ -775,7 +804,7 @@ declare const VAutocomplete: {
|
|
775
804
|
maxWidth?: string | number | undefined;
|
776
805
|
minHeight?: string | number | undefined;
|
777
806
|
minWidth?: string | number | undefined;
|
778
|
-
activator?: Element | (string & {}) |
|
807
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
779
808
|
openOnClick?: boolean | undefined;
|
780
809
|
openOnFocus?: boolean | undefined;
|
781
810
|
contentProps?: any;
|
@@ -788,7 +817,7 @@ declare const VAutocomplete: {
|
|
788
817
|
activator?: ((arg: {
|
789
818
|
isActive: boolean;
|
790
819
|
props: Record<string, any>;
|
791
|
-
targetRef:
|
820
|
+
targetRef: TemplateRef;
|
792
821
|
}) => vue.VNodeChild) | undefined;
|
793
822
|
} | ((arg: {
|
794
823
|
isActive: vue.Ref<boolean>;
|
@@ -800,7 +829,7 @@ declare const VAutocomplete: {
|
|
800
829
|
activator?: false | ((arg: {
|
801
830
|
isActive: boolean;
|
802
831
|
props: Record<string, any>;
|
803
|
-
targetRef:
|
832
|
+
targetRef: TemplateRef;
|
804
833
|
}) => vue.VNodeChild) | undefined;
|
805
834
|
} | undefined;
|
806
835
|
} & {
|
@@ -810,7 +839,7 @@ declare const VAutocomplete: {
|
|
810
839
|
"v-slot:activator"?: false | ((arg: {
|
811
840
|
isActive: boolean;
|
812
841
|
props: Record<string, any>;
|
813
|
-
targetRef:
|
842
|
+
targetRef: TemplateRef;
|
814
843
|
}) => vue.VNodeChild) | undefined;
|
815
844
|
} & {
|
816
845
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -924,7 +953,7 @@ declare const VAutocomplete: {
|
|
924
953
|
valueComparator: typeof deepEqual;
|
925
954
|
activatable: boolean;
|
926
955
|
selectable: boolean;
|
927
|
-
selectStrategy: NonNullable<
|
956
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
928
957
|
openStrategy: NonNullable<OpenStrategyProp>;
|
929
958
|
lines: false | "one" | "two" | "three";
|
930
959
|
returnObject: boolean;
|
@@ -942,7 +971,7 @@ declare const VAutocomplete: {
|
|
942
971
|
valueComparator: typeof deepEqual;
|
943
972
|
activatable: boolean;
|
944
973
|
selectable: boolean;
|
945
|
-
selectStrategy: NonNullable<
|
974
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
946
975
|
openStrategy: NonNullable<OpenStrategyProp>;
|
947
976
|
lines: false | "one" | "two" | "three";
|
948
977
|
returnObject: boolean;
|
@@ -952,7 +981,7 @@ declare const VAutocomplete: {
|
|
952
981
|
height?: string | number | undefined;
|
953
982
|
theme?: string | undefined;
|
954
983
|
color?: string | undefined;
|
955
|
-
activated?:
|
984
|
+
activated?: any;
|
956
985
|
border?: string | number | boolean | undefined;
|
957
986
|
rounded?: string | number | boolean | undefined;
|
958
987
|
maxHeight?: string | number | undefined;
|
@@ -963,11 +992,11 @@ declare const VAutocomplete: {
|
|
963
992
|
baseColor?: string | undefined;
|
964
993
|
bgColor?: string | undefined;
|
965
994
|
activeClass?: string | undefined;
|
966
|
-
activeStrategy?:
|
995
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
967
996
|
activeColor?: string | undefined;
|
968
997
|
collapseIcon?: string | undefined;
|
969
998
|
expandIcon?: string | undefined;
|
970
|
-
"onUpdate:activated"?: ((value: unknown
|
999
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
971
1000
|
"onClick:open"?: ((value: {
|
972
1001
|
id: unknown;
|
973
1002
|
value: boolean;
|
@@ -996,7 +1025,7 @@ declare const VAutocomplete: {
|
|
996
1025
|
valueComparator: typeof deepEqual;
|
997
1026
|
activatable: boolean;
|
998
1027
|
selectable: boolean;
|
999
|
-
selectStrategy: NonNullable<
|
1028
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
1000
1029
|
openStrategy: NonNullable<OpenStrategyProp>;
|
1001
1030
|
lines: false | "one" | "two" | "three";
|
1002
1031
|
returnObject: boolean;
|
@@ -1007,7 +1036,7 @@ declare const VAutocomplete: {
|
|
1007
1036
|
height?: string | number | undefined;
|
1008
1037
|
theme?: string | undefined;
|
1009
1038
|
color?: string | undefined;
|
1010
|
-
activated?:
|
1039
|
+
activated?: any;
|
1011
1040
|
border?: string | number | boolean | undefined;
|
1012
1041
|
rounded?: string | number | boolean | undefined;
|
1013
1042
|
maxHeight?: string | number | undefined;
|
@@ -1018,12 +1047,12 @@ declare const VAutocomplete: {
|
|
1018
1047
|
baseColor?: string | undefined;
|
1019
1048
|
bgColor?: string | undefined;
|
1020
1049
|
activeClass?: string | undefined;
|
1021
|
-
activeStrategy?:
|
1050
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
1022
1051
|
activeColor?: string | undefined;
|
1023
1052
|
collapseIcon?: string | undefined;
|
1024
1053
|
expandIcon?: string | undefined;
|
1025
1054
|
} & {
|
1026
|
-
"onUpdate:activated"?: ((value: unknown
|
1055
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
1027
1056
|
"onClick:open"?: ((value: {
|
1028
1057
|
id: unknown;
|
1029
1058
|
value: boolean;
|
@@ -1045,10 +1074,10 @@ declare const VAutocomplete: {
|
|
1045
1074
|
itemValue?: SelectItemKey<any>;
|
1046
1075
|
itemChildren?: SelectItemKey<any>;
|
1047
1076
|
itemProps?: SelectItemKey<any>;
|
1048
|
-
selected?:
|
1049
|
-
'onUpdate:selected'?: ((value: unknown
|
1050
|
-
opened?:
|
1051
|
-
'onUpdate:opened'?: ((value: unknown
|
1077
|
+
selected?: unknown;
|
1078
|
+
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
1079
|
+
opened?: unknown;
|
1080
|
+
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
1052
1081
|
} & {
|
1053
1082
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1054
1083
|
title?: ((arg: ListItemTitleSlot & {
|
@@ -1270,7 +1299,7 @@ declare const VAutocomplete: {
|
|
1270
1299
|
width?: string | number | undefined;
|
1271
1300
|
height?: string | number | undefined;
|
1272
1301
|
theme?: string | undefined;
|
1273
|
-
target?: Element | (string & {}) |
|
1302
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1274
1303
|
offset?: string | number | number[] | undefined;
|
1275
1304
|
contentClass?: any;
|
1276
1305
|
opacity?: string | number | undefined;
|
@@ -1278,7 +1307,7 @@ declare const VAutocomplete: {
|
|
1278
1307
|
maxWidth?: string | number | undefined;
|
1279
1308
|
minHeight?: string | number | undefined;
|
1280
1309
|
minWidth?: string | number | undefined;
|
1281
|
-
activator?: Element | (string & {}) |
|
1310
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
1282
1311
|
openOnClick?: boolean | undefined;
|
1283
1312
|
openOnFocus?: boolean | undefined;
|
1284
1313
|
contentProps?: any;
|
@@ -1290,7 +1319,7 @@ declare const VAutocomplete: {
|
|
1290
1319
|
activator?: ((arg: {
|
1291
1320
|
isActive: boolean;
|
1292
1321
|
props: Record<string, any>;
|
1293
|
-
targetRef:
|
1322
|
+
targetRef: TemplateRef;
|
1294
1323
|
}) => vue.VNodeChild) | undefined;
|
1295
1324
|
} | ((arg: {
|
1296
1325
|
isActive: vue.Ref<boolean>;
|
@@ -1302,7 +1331,7 @@ declare const VAutocomplete: {
|
|
1302
1331
|
activator?: false | ((arg: {
|
1303
1332
|
isActive: boolean;
|
1304
1333
|
props: Record<string, any>;
|
1305
|
-
targetRef:
|
1334
|
+
targetRef: TemplateRef;
|
1306
1335
|
}) => vue.VNodeChild) | undefined;
|
1307
1336
|
} | undefined;
|
1308
1337
|
"v-slot:default"?: false | ((arg: {
|
@@ -1311,7 +1340,7 @@ declare const VAutocomplete: {
|
|
1311
1340
|
"v-slot:activator"?: false | ((arg: {
|
1312
1341
|
isActive: boolean;
|
1313
1342
|
props: Record<string, any>;
|
1314
|
-
targetRef:
|
1343
|
+
targetRef: TemplateRef;
|
1315
1344
|
}) => vue.VNodeChild) | undefined;
|
1316
1345
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1317
1346
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
@@ -1347,7 +1376,7 @@ declare const VAutocomplete: {
|
|
1347
1376
|
width?: string | number | undefined;
|
1348
1377
|
height?: string | number | undefined;
|
1349
1378
|
theme?: string | undefined;
|
1350
|
-
target?: Element | (string & {}) |
|
1379
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1351
1380
|
offset?: string | number | number[] | undefined;
|
1352
1381
|
contentClass?: any;
|
1353
1382
|
opacity?: string | number | undefined;
|
@@ -1355,7 +1384,7 @@ declare const VAutocomplete: {
|
|
1355
1384
|
maxWidth?: string | number | undefined;
|
1356
1385
|
minHeight?: string | number | undefined;
|
1357
1386
|
minWidth?: string | number | undefined;
|
1358
|
-
activator?: Element | (string & {}) |
|
1387
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
1359
1388
|
openOnClick?: boolean | undefined;
|
1360
1389
|
openOnFocus?: boolean | undefined;
|
1361
1390
|
contentProps?: any;
|
@@ -1368,7 +1397,7 @@ declare const VAutocomplete: {
|
|
1368
1397
|
activator?: ((arg: {
|
1369
1398
|
isActive: boolean;
|
1370
1399
|
props: Record<string, any>;
|
1371
|
-
targetRef:
|
1400
|
+
targetRef: TemplateRef;
|
1372
1401
|
}) => vue.VNodeChild) | undefined;
|
1373
1402
|
} | ((arg: {
|
1374
1403
|
isActive: vue.Ref<boolean>;
|
@@ -1380,7 +1409,7 @@ declare const VAutocomplete: {
|
|
1380
1409
|
activator?: false | ((arg: {
|
1381
1410
|
isActive: boolean;
|
1382
1411
|
props: Record<string, any>;
|
1383
|
-
targetRef:
|
1412
|
+
targetRef: TemplateRef;
|
1384
1413
|
}) => vue.VNodeChild) | undefined;
|
1385
1414
|
} | undefined;
|
1386
1415
|
} & {
|
@@ -1390,7 +1419,7 @@ declare const VAutocomplete: {
|
|
1390
1419
|
"v-slot:activator"?: false | ((arg: {
|
1391
1420
|
isActive: boolean;
|
1392
1421
|
props: Record<string, any>;
|
1393
|
-
targetRef:
|
1422
|
+
targetRef: TemplateRef;
|
1394
1423
|
}) => vue.VNodeChild) | undefined;
|
1395
1424
|
} & {
|
1396
1425
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1618,7 +1647,7 @@ declare const VAutocomplete: {
|
|
1618
1647
|
valueComparator: typeof deepEqual;
|
1619
1648
|
activatable: boolean;
|
1620
1649
|
selectable: boolean;
|
1621
|
-
selectStrategy: NonNullable<
|
1650
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
1622
1651
|
openStrategy: NonNullable<OpenStrategyProp>;
|
1623
1652
|
lines: false | "one" | "two" | "three";
|
1624
1653
|
returnObject: boolean;
|
@@ -1636,7 +1665,7 @@ declare const VAutocomplete: {
|
|
1636
1665
|
valueComparator: typeof deepEqual;
|
1637
1666
|
activatable: boolean;
|
1638
1667
|
selectable: boolean;
|
1639
|
-
selectStrategy: NonNullable<
|
1668
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
1640
1669
|
openStrategy: NonNullable<OpenStrategyProp>;
|
1641
1670
|
lines: false | "one" | "two" | "three";
|
1642
1671
|
returnObject: boolean;
|
@@ -1646,7 +1675,7 @@ declare const VAutocomplete: {
|
|
1646
1675
|
height?: string | number | undefined;
|
1647
1676
|
theme?: string | undefined;
|
1648
1677
|
color?: string | undefined;
|
1649
|
-
activated?:
|
1678
|
+
activated?: any;
|
1650
1679
|
border?: string | number | boolean | undefined;
|
1651
1680
|
rounded?: string | number | boolean | undefined;
|
1652
1681
|
maxHeight?: string | number | undefined;
|
@@ -1657,11 +1686,11 @@ declare const VAutocomplete: {
|
|
1657
1686
|
baseColor?: string | undefined;
|
1658
1687
|
bgColor?: string | undefined;
|
1659
1688
|
activeClass?: string | undefined;
|
1660
|
-
activeStrategy?:
|
1689
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
1661
1690
|
activeColor?: string | undefined;
|
1662
1691
|
collapseIcon?: string | undefined;
|
1663
1692
|
expandIcon?: string | undefined;
|
1664
|
-
"onUpdate:activated"?: ((value: unknown
|
1693
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
1665
1694
|
"onClick:open"?: ((value: {
|
1666
1695
|
id: unknown;
|
1667
1696
|
value: boolean;
|
@@ -1690,7 +1719,7 @@ declare const VAutocomplete: {
|
|
1690
1719
|
valueComparator: typeof deepEqual;
|
1691
1720
|
activatable: boolean;
|
1692
1721
|
selectable: boolean;
|
1693
|
-
selectStrategy: NonNullable<
|
1722
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
1694
1723
|
openStrategy: NonNullable<OpenStrategyProp>;
|
1695
1724
|
lines: false | "one" | "two" | "three";
|
1696
1725
|
returnObject: boolean;
|
@@ -1701,7 +1730,7 @@ declare const VAutocomplete: {
|
|
1701
1730
|
height?: string | number | undefined;
|
1702
1731
|
theme?: string | undefined;
|
1703
1732
|
color?: string | undefined;
|
1704
|
-
activated?:
|
1733
|
+
activated?: any;
|
1705
1734
|
border?: string | number | boolean | undefined;
|
1706
1735
|
rounded?: string | number | boolean | undefined;
|
1707
1736
|
maxHeight?: string | number | undefined;
|
@@ -1712,12 +1741,12 @@ declare const VAutocomplete: {
|
|
1712
1741
|
baseColor?: string | undefined;
|
1713
1742
|
bgColor?: string | undefined;
|
1714
1743
|
activeClass?: string | undefined;
|
1715
|
-
activeStrategy?:
|
1744
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
1716
1745
|
activeColor?: string | undefined;
|
1717
1746
|
collapseIcon?: string | undefined;
|
1718
1747
|
expandIcon?: string | undefined;
|
1719
1748
|
} & {
|
1720
|
-
"onUpdate:activated"?: ((value: unknown
|
1749
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
1721
1750
|
"onClick:open"?: ((value: {
|
1722
1751
|
id: unknown;
|
1723
1752
|
value: boolean;
|
@@ -1739,10 +1768,10 @@ declare const VAutocomplete: {
|
|
1739
1768
|
itemValue?: SelectItemKey<any>;
|
1740
1769
|
itemChildren?: SelectItemKey<any>;
|
1741
1770
|
itemProps?: SelectItemKey<any>;
|
1742
|
-
selected?:
|
1743
|
-
'onUpdate:selected'?: ((value: unknown
|
1744
|
-
opened?:
|
1745
|
-
'onUpdate:opened'?: ((value: unknown
|
1771
|
+
selected?: unknown;
|
1772
|
+
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
1773
|
+
opened?: unknown;
|
1774
|
+
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
1746
1775
|
} & {
|
1747
1776
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1748
1777
|
title?: ((arg: ListItemTitleSlot & {
|
@@ -1964,7 +1993,7 @@ declare const VAutocomplete: {
|
|
1964
1993
|
width?: string | number | undefined;
|
1965
1994
|
height?: string | number | undefined;
|
1966
1995
|
theme?: string | undefined;
|
1967
|
-
target?: Element | (string & {}) |
|
1996
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1968
1997
|
offset?: string | number | number[] | undefined;
|
1969
1998
|
contentClass?: any;
|
1970
1999
|
opacity?: string | number | undefined;
|
@@ -1972,7 +2001,7 @@ declare const VAutocomplete: {
|
|
1972
2001
|
maxWidth?: string | number | undefined;
|
1973
2002
|
minHeight?: string | number | undefined;
|
1974
2003
|
minWidth?: string | number | undefined;
|
1975
|
-
activator?: Element | (string & {}) |
|
2004
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
1976
2005
|
openOnClick?: boolean | undefined;
|
1977
2006
|
openOnFocus?: boolean | undefined;
|
1978
2007
|
contentProps?: any;
|
@@ -1984,7 +2013,7 @@ declare const VAutocomplete: {
|
|
1984
2013
|
activator?: ((arg: {
|
1985
2014
|
isActive: boolean;
|
1986
2015
|
props: Record<string, any>;
|
1987
|
-
targetRef:
|
2016
|
+
targetRef: TemplateRef;
|
1988
2017
|
}) => vue.VNodeChild) | undefined;
|
1989
2018
|
} | ((arg: {
|
1990
2019
|
isActive: vue.Ref<boolean>;
|
@@ -1996,7 +2025,7 @@ declare const VAutocomplete: {
|
|
1996
2025
|
activator?: false | ((arg: {
|
1997
2026
|
isActive: boolean;
|
1998
2027
|
props: Record<string, any>;
|
1999
|
-
targetRef:
|
2028
|
+
targetRef: TemplateRef;
|
2000
2029
|
}) => vue.VNodeChild) | undefined;
|
2001
2030
|
} | undefined;
|
2002
2031
|
"v-slot:default"?: false | ((arg: {
|
@@ -2005,7 +2034,7 @@ declare const VAutocomplete: {
|
|
2005
2034
|
"v-slot:activator"?: false | ((arg: {
|
2006
2035
|
isActive: boolean;
|
2007
2036
|
props: Record<string, any>;
|
2008
|
-
targetRef:
|
2037
|
+
targetRef: TemplateRef;
|
2009
2038
|
}) => vue.VNodeChild) | undefined;
|
2010
2039
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2011
2040
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
@@ -2041,7 +2070,7 @@ declare const VAutocomplete: {
|
|
2041
2070
|
width?: string | number | undefined;
|
2042
2071
|
height?: string | number | undefined;
|
2043
2072
|
theme?: string | undefined;
|
2044
|
-
target?: Element | (string & {}) |
|
2073
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
2045
2074
|
offset?: string | number | number[] | undefined;
|
2046
2075
|
contentClass?: any;
|
2047
2076
|
opacity?: string | number | undefined;
|
@@ -2049,7 +2078,7 @@ declare const VAutocomplete: {
|
|
2049
2078
|
maxWidth?: string | number | undefined;
|
2050
2079
|
minHeight?: string | number | undefined;
|
2051
2080
|
minWidth?: string | number | undefined;
|
2052
|
-
activator?: Element | (string & {}) |
|
2081
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
2053
2082
|
openOnClick?: boolean | undefined;
|
2054
2083
|
openOnFocus?: boolean | undefined;
|
2055
2084
|
contentProps?: any;
|
@@ -2062,7 +2091,7 @@ declare const VAutocomplete: {
|
|
2062
2091
|
activator?: ((arg: {
|
2063
2092
|
isActive: boolean;
|
2064
2093
|
props: Record<string, any>;
|
2065
|
-
targetRef:
|
2094
|
+
targetRef: TemplateRef;
|
2066
2095
|
}) => vue.VNodeChild) | undefined;
|
2067
2096
|
} | ((arg: {
|
2068
2097
|
isActive: vue.Ref<boolean>;
|
@@ -2074,7 +2103,7 @@ declare const VAutocomplete: {
|
|
2074
2103
|
activator?: false | ((arg: {
|
2075
2104
|
isActive: boolean;
|
2076
2105
|
props: Record<string, any>;
|
2077
|
-
targetRef:
|
2106
|
+
targetRef: TemplateRef;
|
2078
2107
|
}) => vue.VNodeChild) | undefined;
|
2079
2108
|
} | undefined;
|
2080
2109
|
} & {
|
@@ -2084,7 +2113,7 @@ declare const VAutocomplete: {
|
|
2084
2113
|
"v-slot:activator"?: false | ((arg: {
|
2085
2114
|
isActive: boolean;
|
2086
2115
|
props: Record<string, any>;
|
2087
|
-
targetRef:
|
2116
|
+
targetRef: TemplateRef;
|
2088
2117
|
}) => vue.VNodeChild) | undefined;
|
2089
2118
|
} & {
|
2090
2119
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -2247,7 +2276,7 @@ declare const VAutocomplete: {
|
|
2247
2276
|
valueComparator: typeof deepEqual;
|
2248
2277
|
activatable: boolean;
|
2249
2278
|
selectable: boolean;
|
2250
|
-
selectStrategy: NonNullable<
|
2279
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
2251
2280
|
openStrategy: NonNullable<OpenStrategyProp>;
|
2252
2281
|
lines: false | "one" | "two" | "three";
|
2253
2282
|
returnObject: boolean;
|
@@ -2265,7 +2294,7 @@ declare const VAutocomplete: {
|
|
2265
2294
|
valueComparator: typeof deepEqual;
|
2266
2295
|
activatable: boolean;
|
2267
2296
|
selectable: boolean;
|
2268
|
-
selectStrategy: NonNullable<
|
2297
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
2269
2298
|
openStrategy: NonNullable<OpenStrategyProp>;
|
2270
2299
|
lines: false | "one" | "two" | "three";
|
2271
2300
|
returnObject: boolean;
|
@@ -2275,7 +2304,7 @@ declare const VAutocomplete: {
|
|
2275
2304
|
height?: string | number | undefined;
|
2276
2305
|
theme?: string | undefined;
|
2277
2306
|
color?: string | undefined;
|
2278
|
-
activated?:
|
2307
|
+
activated?: any;
|
2279
2308
|
border?: string | number | boolean | undefined;
|
2280
2309
|
rounded?: string | number | boolean | undefined;
|
2281
2310
|
maxHeight?: string | number | undefined;
|
@@ -2286,11 +2315,11 @@ declare const VAutocomplete: {
|
|
2286
2315
|
baseColor?: string | undefined;
|
2287
2316
|
bgColor?: string | undefined;
|
2288
2317
|
activeClass?: string | undefined;
|
2289
|
-
activeStrategy?:
|
2318
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
2290
2319
|
activeColor?: string | undefined;
|
2291
2320
|
collapseIcon?: string | undefined;
|
2292
2321
|
expandIcon?: string | undefined;
|
2293
|
-
"onUpdate:activated"?: ((value: unknown
|
2322
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
2294
2323
|
"onClick:open"?: ((value: {
|
2295
2324
|
id: unknown;
|
2296
2325
|
value: boolean;
|
@@ -2319,7 +2348,7 @@ declare const VAutocomplete: {
|
|
2319
2348
|
valueComparator: typeof deepEqual;
|
2320
2349
|
activatable: boolean;
|
2321
2350
|
selectable: boolean;
|
2322
|
-
selectStrategy: NonNullable<
|
2351
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
2323
2352
|
openStrategy: NonNullable<OpenStrategyProp>;
|
2324
2353
|
lines: false | "one" | "two" | "three";
|
2325
2354
|
returnObject: boolean;
|
@@ -2330,7 +2359,7 @@ declare const VAutocomplete: {
|
|
2330
2359
|
height?: string | number | undefined;
|
2331
2360
|
theme?: string | undefined;
|
2332
2361
|
color?: string | undefined;
|
2333
|
-
activated?:
|
2362
|
+
activated?: any;
|
2334
2363
|
border?: string | number | boolean | undefined;
|
2335
2364
|
rounded?: string | number | boolean | undefined;
|
2336
2365
|
maxHeight?: string | number | undefined;
|
@@ -2341,12 +2370,12 @@ declare const VAutocomplete: {
|
|
2341
2370
|
baseColor?: string | undefined;
|
2342
2371
|
bgColor?: string | undefined;
|
2343
2372
|
activeClass?: string | undefined;
|
2344
|
-
activeStrategy?:
|
2373
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
2345
2374
|
activeColor?: string | undefined;
|
2346
2375
|
collapseIcon?: string | undefined;
|
2347
2376
|
expandIcon?: string | undefined;
|
2348
2377
|
} & {
|
2349
|
-
"onUpdate:activated"?: ((value: unknown
|
2378
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
2350
2379
|
"onClick:open"?: ((value: {
|
2351
2380
|
id: unknown;
|
2352
2381
|
value: boolean;
|
@@ -2368,10 +2397,10 @@ declare const VAutocomplete: {
|
|
2368
2397
|
itemValue?: SelectItemKey<any>;
|
2369
2398
|
itemChildren?: SelectItemKey<any>;
|
2370
2399
|
itemProps?: SelectItemKey<any>;
|
2371
|
-
selected?:
|
2372
|
-
'onUpdate:selected'?: ((value: unknown
|
2373
|
-
opened?:
|
2374
|
-
'onUpdate:opened'?: ((value: unknown
|
2400
|
+
selected?: unknown;
|
2401
|
+
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
2402
|
+
opened?: unknown;
|
2403
|
+
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
2375
2404
|
} & {
|
2376
2405
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2377
2406
|
title?: ((arg: ListItemTitleSlot & {
|
@@ -2593,7 +2622,7 @@ declare const VAutocomplete: {
|
|
2593
2622
|
width?: string | number | undefined;
|
2594
2623
|
height?: string | number | undefined;
|
2595
2624
|
theme?: string | undefined;
|
2596
|
-
target?: Element | (string & {}) |
|
2625
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
2597
2626
|
offset?: string | number | number[] | undefined;
|
2598
2627
|
contentClass?: any;
|
2599
2628
|
opacity?: string | number | undefined;
|
@@ -2601,7 +2630,7 @@ declare const VAutocomplete: {
|
|
2601
2630
|
maxWidth?: string | number | undefined;
|
2602
2631
|
minHeight?: string | number | undefined;
|
2603
2632
|
minWidth?: string | number | undefined;
|
2604
|
-
activator?: Element | (string & {}) |
|
2633
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
2605
2634
|
openOnClick?: boolean | undefined;
|
2606
2635
|
openOnFocus?: boolean | undefined;
|
2607
2636
|
contentProps?: any;
|
@@ -2613,7 +2642,7 @@ declare const VAutocomplete: {
|
|
2613
2642
|
activator?: ((arg: {
|
2614
2643
|
isActive: boolean;
|
2615
2644
|
props: Record<string, any>;
|
2616
|
-
targetRef:
|
2645
|
+
targetRef: TemplateRef;
|
2617
2646
|
}) => vue.VNodeChild) | undefined;
|
2618
2647
|
} | ((arg: {
|
2619
2648
|
isActive: vue.Ref<boolean>;
|
@@ -2625,7 +2654,7 @@ declare const VAutocomplete: {
|
|
2625
2654
|
activator?: false | ((arg: {
|
2626
2655
|
isActive: boolean;
|
2627
2656
|
props: Record<string, any>;
|
2628
|
-
targetRef:
|
2657
|
+
targetRef: TemplateRef;
|
2629
2658
|
}) => vue.VNodeChild) | undefined;
|
2630
2659
|
} | undefined;
|
2631
2660
|
"v-slot:default"?: false | ((arg: {
|
@@ -2634,7 +2663,7 @@ declare const VAutocomplete: {
|
|
2634
2663
|
"v-slot:activator"?: false | ((arg: {
|
2635
2664
|
isActive: boolean;
|
2636
2665
|
props: Record<string, any>;
|
2637
|
-
targetRef:
|
2666
|
+
targetRef: TemplateRef;
|
2638
2667
|
}) => vue.VNodeChild) | undefined;
|
2639
2668
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2640
2669
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
@@ -2670,7 +2699,7 @@ declare const VAutocomplete: {
|
|
2670
2699
|
width?: string | number | undefined;
|
2671
2700
|
height?: string | number | undefined;
|
2672
2701
|
theme?: string | undefined;
|
2673
|
-
target?: Element | (string & {}) |
|
2702
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
2674
2703
|
offset?: string | number | number[] | undefined;
|
2675
2704
|
contentClass?: any;
|
2676
2705
|
opacity?: string | number | undefined;
|
@@ -2678,7 +2707,7 @@ declare const VAutocomplete: {
|
|
2678
2707
|
maxWidth?: string | number | undefined;
|
2679
2708
|
minHeight?: string | number | undefined;
|
2680
2709
|
minWidth?: string | number | undefined;
|
2681
|
-
activator?: Element | (string & {}) |
|
2710
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
2682
2711
|
openOnClick?: boolean | undefined;
|
2683
2712
|
openOnFocus?: boolean | undefined;
|
2684
2713
|
contentProps?: any;
|
@@ -2691,7 +2720,7 @@ declare const VAutocomplete: {
|
|
2691
2720
|
activator?: ((arg: {
|
2692
2721
|
isActive: boolean;
|
2693
2722
|
props: Record<string, any>;
|
2694
|
-
targetRef:
|
2723
|
+
targetRef: TemplateRef;
|
2695
2724
|
}) => vue.VNodeChild) | undefined;
|
2696
2725
|
} | ((arg: {
|
2697
2726
|
isActive: vue.Ref<boolean>;
|
@@ -2703,7 +2732,7 @@ declare const VAutocomplete: {
|
|
2703
2732
|
activator?: false | ((arg: {
|
2704
2733
|
isActive: boolean;
|
2705
2734
|
props: Record<string, any>;
|
2706
|
-
targetRef:
|
2735
|
+
targetRef: TemplateRef;
|
2707
2736
|
}) => vue.VNodeChild) | undefined;
|
2708
2737
|
} | undefined;
|
2709
2738
|
} & {
|
@@ -2713,7 +2742,7 @@ declare const VAutocomplete: {
|
|
2713
2742
|
"v-slot:activator"?: false | ((arg: {
|
2714
2743
|
isActive: boolean;
|
2715
2744
|
props: Record<string, any>;
|
2716
|
-
targetRef:
|
2745
|
+
targetRef: TemplateRef;
|
2717
2746
|
}) => vue.VNodeChild) | undefined;
|
2718
2747
|
} & {
|
2719
2748
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -3077,7 +3106,7 @@ declare const VAutocomplete: {
|
|
3077
3106
|
valueComparator: typeof deepEqual;
|
3078
3107
|
activatable: boolean;
|
3079
3108
|
selectable: boolean;
|
3080
|
-
selectStrategy: NonNullable<
|
3109
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3081
3110
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3082
3111
|
lines: false | "one" | "two" | "three";
|
3083
3112
|
returnObject: boolean;
|
@@ -3095,7 +3124,7 @@ declare const VAutocomplete: {
|
|
3095
3124
|
valueComparator: typeof deepEqual;
|
3096
3125
|
activatable: boolean;
|
3097
3126
|
selectable: boolean;
|
3098
|
-
selectStrategy: NonNullable<
|
3127
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3099
3128
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3100
3129
|
lines: false | "one" | "two" | "three";
|
3101
3130
|
returnObject: boolean;
|
@@ -3105,7 +3134,7 @@ declare const VAutocomplete: {
|
|
3105
3134
|
height?: string | number | undefined;
|
3106
3135
|
theme?: string | undefined;
|
3107
3136
|
color?: string | undefined;
|
3108
|
-
activated?:
|
3137
|
+
activated?: any;
|
3109
3138
|
border?: string | number | boolean | undefined;
|
3110
3139
|
rounded?: string | number | boolean | undefined;
|
3111
3140
|
maxHeight?: string | number | undefined;
|
@@ -3116,11 +3145,11 @@ declare const VAutocomplete: {
|
|
3116
3145
|
baseColor?: string | undefined;
|
3117
3146
|
bgColor?: string | undefined;
|
3118
3147
|
activeClass?: string | undefined;
|
3119
|
-
activeStrategy?:
|
3148
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
3120
3149
|
activeColor?: string | undefined;
|
3121
3150
|
collapseIcon?: string | undefined;
|
3122
3151
|
expandIcon?: string | undefined;
|
3123
|
-
"onUpdate:activated"?: ((value: unknown
|
3152
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
3124
3153
|
"onClick:open"?: ((value: {
|
3125
3154
|
id: unknown;
|
3126
3155
|
value: boolean;
|
@@ -3149,7 +3178,7 @@ declare const VAutocomplete: {
|
|
3149
3178
|
valueComparator: typeof deepEqual;
|
3150
3179
|
activatable: boolean;
|
3151
3180
|
selectable: boolean;
|
3152
|
-
selectStrategy: NonNullable<
|
3181
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3153
3182
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3154
3183
|
lines: false | "one" | "two" | "three";
|
3155
3184
|
returnObject: boolean;
|
@@ -3160,7 +3189,7 @@ declare const VAutocomplete: {
|
|
3160
3189
|
height?: string | number | undefined;
|
3161
3190
|
theme?: string | undefined;
|
3162
3191
|
color?: string | undefined;
|
3163
|
-
activated?:
|
3192
|
+
activated?: any;
|
3164
3193
|
border?: string | number | boolean | undefined;
|
3165
3194
|
rounded?: string | number | boolean | undefined;
|
3166
3195
|
maxHeight?: string | number | undefined;
|
@@ -3171,12 +3200,12 @@ declare const VAutocomplete: {
|
|
3171
3200
|
baseColor?: string | undefined;
|
3172
3201
|
bgColor?: string | undefined;
|
3173
3202
|
activeClass?: string | undefined;
|
3174
|
-
activeStrategy?:
|
3203
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
3175
3204
|
activeColor?: string | undefined;
|
3176
3205
|
collapseIcon?: string | undefined;
|
3177
3206
|
expandIcon?: string | undefined;
|
3178
3207
|
} & {
|
3179
|
-
"onUpdate:activated"?: ((value: unknown
|
3208
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
3180
3209
|
"onClick:open"?: ((value: {
|
3181
3210
|
id: unknown;
|
3182
3211
|
value: boolean;
|
@@ -3198,10 +3227,10 @@ declare const VAutocomplete: {
|
|
3198
3227
|
itemValue?: SelectItemKey<any>;
|
3199
3228
|
itemChildren?: SelectItemKey<any>;
|
3200
3229
|
itemProps?: SelectItemKey<any>;
|
3201
|
-
selected?:
|
3202
|
-
'onUpdate:selected'?: ((value: unknown
|
3203
|
-
opened?:
|
3204
|
-
'onUpdate:opened'?: ((value: unknown
|
3230
|
+
selected?: unknown;
|
3231
|
+
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
3232
|
+
opened?: unknown;
|
3233
|
+
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
3205
3234
|
} & {
|
3206
3235
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
3207
3236
|
title?: ((arg: ListItemTitleSlot & {
|
@@ -3430,7 +3459,7 @@ declare const VAutocomplete: {
|
|
3430
3459
|
width?: string | number | undefined;
|
3431
3460
|
height?: string | number | undefined;
|
3432
3461
|
theme?: string | undefined;
|
3433
|
-
target?: Element | (string & {}) |
|
3462
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3434
3463
|
offset?: string | number | number[] | undefined;
|
3435
3464
|
contentClass?: any;
|
3436
3465
|
opacity?: string | number | undefined;
|
@@ -3438,7 +3467,7 @@ declare const VAutocomplete: {
|
|
3438
3467
|
maxWidth?: string | number | undefined;
|
3439
3468
|
minHeight?: string | number | undefined;
|
3440
3469
|
minWidth?: string | number | undefined;
|
3441
|
-
activator?: Element | (string & {}) |
|
3470
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
3442
3471
|
openOnClick?: boolean | undefined;
|
3443
3472
|
openOnFocus?: boolean | undefined;
|
3444
3473
|
contentProps?: any;
|
@@ -3450,7 +3479,7 @@ declare const VAutocomplete: {
|
|
3450
3479
|
activator?: ((arg: {
|
3451
3480
|
isActive: boolean;
|
3452
3481
|
props: Record<string, any>;
|
3453
|
-
targetRef:
|
3482
|
+
targetRef: TemplateRef;
|
3454
3483
|
}) => vue.VNodeChild) | undefined;
|
3455
3484
|
} | ((arg: {
|
3456
3485
|
isActive: vue.Ref<boolean>;
|
@@ -3462,7 +3491,7 @@ declare const VAutocomplete: {
|
|
3462
3491
|
activator?: false | ((arg: {
|
3463
3492
|
isActive: boolean;
|
3464
3493
|
props: Record<string, any>;
|
3465
|
-
targetRef:
|
3494
|
+
targetRef: TemplateRef;
|
3466
3495
|
}) => vue.VNodeChild) | undefined;
|
3467
3496
|
} | undefined;
|
3468
3497
|
"v-slot:default"?: false | ((arg: {
|
@@ -3471,7 +3500,7 @@ declare const VAutocomplete: {
|
|
3471
3500
|
"v-slot:activator"?: false | ((arg: {
|
3472
3501
|
isActive: boolean;
|
3473
3502
|
props: Record<string, any>;
|
3474
|
-
targetRef:
|
3503
|
+
targetRef: TemplateRef;
|
3475
3504
|
}) => vue.VNodeChild) | undefined;
|
3476
3505
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3477
3506
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
@@ -3507,7 +3536,7 @@ declare const VAutocomplete: {
|
|
3507
3536
|
width?: string | number | undefined;
|
3508
3537
|
height?: string | number | undefined;
|
3509
3538
|
theme?: string | undefined;
|
3510
|
-
target?: Element | (string & {}) |
|
3539
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3511
3540
|
offset?: string | number | number[] | undefined;
|
3512
3541
|
contentClass?: any;
|
3513
3542
|
opacity?: string | number | undefined;
|
@@ -3515,7 +3544,7 @@ declare const VAutocomplete: {
|
|
3515
3544
|
maxWidth?: string | number | undefined;
|
3516
3545
|
minHeight?: string | number | undefined;
|
3517
3546
|
minWidth?: string | number | undefined;
|
3518
|
-
activator?: Element | (string & {}) |
|
3547
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
3519
3548
|
openOnClick?: boolean | undefined;
|
3520
3549
|
openOnFocus?: boolean | undefined;
|
3521
3550
|
contentProps?: any;
|
@@ -3528,7 +3557,7 @@ declare const VAutocomplete: {
|
|
3528
3557
|
activator?: ((arg: {
|
3529
3558
|
isActive: boolean;
|
3530
3559
|
props: Record<string, any>;
|
3531
|
-
targetRef:
|
3560
|
+
targetRef: TemplateRef;
|
3532
3561
|
}) => vue.VNodeChild) | undefined;
|
3533
3562
|
} | ((arg: {
|
3534
3563
|
isActive: vue.Ref<boolean>;
|
@@ -3540,7 +3569,7 @@ declare const VAutocomplete: {
|
|
3540
3569
|
activator?: false | ((arg: {
|
3541
3570
|
isActive: boolean;
|
3542
3571
|
props: Record<string, any>;
|
3543
|
-
targetRef:
|
3572
|
+
targetRef: TemplateRef;
|
3544
3573
|
}) => vue.VNodeChild) | undefined;
|
3545
3574
|
} | undefined;
|
3546
3575
|
} & {
|
@@ -3550,7 +3579,7 @@ declare const VAutocomplete: {
|
|
3550
3579
|
"v-slot:activator"?: false | ((arg: {
|
3551
3580
|
isActive: boolean;
|
3552
3581
|
props: Record<string, any>;
|
3553
|
-
targetRef:
|
3582
|
+
targetRef: TemplateRef;
|
3554
3583
|
}) => vue.VNodeChild) | undefined;
|
3555
3584
|
} & {
|
3556
3585
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -3761,7 +3790,7 @@ declare const VAutocomplete: {
|
|
3761
3790
|
valueComparator: typeof deepEqual;
|
3762
3791
|
activatable: boolean;
|
3763
3792
|
selectable: boolean;
|
3764
|
-
selectStrategy: NonNullable<
|
3793
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3765
3794
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3766
3795
|
lines: false | "one" | "two" | "three";
|
3767
3796
|
returnObject: boolean;
|
@@ -3779,7 +3808,7 @@ declare const VAutocomplete: {
|
|
3779
3808
|
valueComparator: typeof deepEqual;
|
3780
3809
|
activatable: boolean;
|
3781
3810
|
selectable: boolean;
|
3782
|
-
selectStrategy: NonNullable<
|
3811
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3783
3812
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3784
3813
|
lines: false | "one" | "two" | "three";
|
3785
3814
|
returnObject: boolean;
|
@@ -3789,7 +3818,7 @@ declare const VAutocomplete: {
|
|
3789
3818
|
height?: string | number | undefined;
|
3790
3819
|
theme?: string | undefined;
|
3791
3820
|
color?: string | undefined;
|
3792
|
-
activated?:
|
3821
|
+
activated?: any;
|
3793
3822
|
border?: string | number | boolean | undefined;
|
3794
3823
|
rounded?: string | number | boolean | undefined;
|
3795
3824
|
maxHeight?: string | number | undefined;
|
@@ -3800,11 +3829,11 @@ declare const VAutocomplete: {
|
|
3800
3829
|
baseColor?: string | undefined;
|
3801
3830
|
bgColor?: string | undefined;
|
3802
3831
|
activeClass?: string | undefined;
|
3803
|
-
activeStrategy?:
|
3832
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
3804
3833
|
activeColor?: string | undefined;
|
3805
3834
|
collapseIcon?: string | undefined;
|
3806
3835
|
expandIcon?: string | undefined;
|
3807
|
-
"onUpdate:activated"?: ((value: unknown
|
3836
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
3808
3837
|
"onClick:open"?: ((value: {
|
3809
3838
|
id: unknown;
|
3810
3839
|
value: boolean;
|
@@ -3833,7 +3862,7 @@ declare const VAutocomplete: {
|
|
3833
3862
|
valueComparator: typeof deepEqual;
|
3834
3863
|
activatable: boolean;
|
3835
3864
|
selectable: boolean;
|
3836
|
-
selectStrategy: NonNullable<
|
3865
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3837
3866
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3838
3867
|
lines: false | "one" | "two" | "three";
|
3839
3868
|
returnObject: boolean;
|
@@ -3844,7 +3873,7 @@ declare const VAutocomplete: {
|
|
3844
3873
|
height?: string | number | undefined;
|
3845
3874
|
theme?: string | undefined;
|
3846
3875
|
color?: string | undefined;
|
3847
|
-
activated?:
|
3876
|
+
activated?: any;
|
3848
3877
|
border?: string | number | boolean | undefined;
|
3849
3878
|
rounded?: string | number | boolean | undefined;
|
3850
3879
|
maxHeight?: string | number | undefined;
|
@@ -3855,12 +3884,12 @@ declare const VAutocomplete: {
|
|
3855
3884
|
baseColor?: string | undefined;
|
3856
3885
|
bgColor?: string | undefined;
|
3857
3886
|
activeClass?: string | undefined;
|
3858
|
-
activeStrategy?:
|
3887
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
3859
3888
|
activeColor?: string | undefined;
|
3860
3889
|
collapseIcon?: string | undefined;
|
3861
3890
|
expandIcon?: string | undefined;
|
3862
3891
|
} & {
|
3863
|
-
"onUpdate:activated"?: ((value: unknown
|
3892
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
3864
3893
|
"onClick:open"?: ((value: {
|
3865
3894
|
id: unknown;
|
3866
3895
|
value: boolean;
|
@@ -3882,10 +3911,10 @@ declare const VAutocomplete: {
|
|
3882
3911
|
itemValue?: SelectItemKey<any>;
|
3883
3912
|
itemChildren?: SelectItemKey<any>;
|
3884
3913
|
itemProps?: SelectItemKey<any>;
|
3885
|
-
selected?:
|
3886
|
-
'onUpdate:selected'?: ((value: unknown
|
3887
|
-
opened?:
|
3888
|
-
'onUpdate:opened'?: ((value: unknown
|
3914
|
+
selected?: unknown;
|
3915
|
+
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
3916
|
+
opened?: unknown;
|
3917
|
+
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
3889
3918
|
} & {
|
3890
3919
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
3891
3920
|
title?: ((arg: ListItemTitleSlot & {
|
@@ -4114,7 +4143,7 @@ declare const VAutocomplete: {
|
|
4114
4143
|
width?: string | number | undefined;
|
4115
4144
|
height?: string | number | undefined;
|
4116
4145
|
theme?: string | undefined;
|
4117
|
-
target?: Element | (string & {}) |
|
4146
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
4118
4147
|
offset?: string | number | number[] | undefined;
|
4119
4148
|
contentClass?: any;
|
4120
4149
|
opacity?: string | number | undefined;
|
@@ -4122,7 +4151,7 @@ declare const VAutocomplete: {
|
|
4122
4151
|
maxWidth?: string | number | undefined;
|
4123
4152
|
minHeight?: string | number | undefined;
|
4124
4153
|
minWidth?: string | number | undefined;
|
4125
|
-
activator?: Element | (string & {}) |
|
4154
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
4126
4155
|
openOnClick?: boolean | undefined;
|
4127
4156
|
openOnFocus?: boolean | undefined;
|
4128
4157
|
contentProps?: any;
|
@@ -4134,7 +4163,7 @@ declare const VAutocomplete: {
|
|
4134
4163
|
activator?: ((arg: {
|
4135
4164
|
isActive: boolean;
|
4136
4165
|
props: Record<string, any>;
|
4137
|
-
targetRef:
|
4166
|
+
targetRef: TemplateRef;
|
4138
4167
|
}) => vue.VNodeChild) | undefined;
|
4139
4168
|
} | ((arg: {
|
4140
4169
|
isActive: vue.Ref<boolean>;
|
@@ -4146,7 +4175,7 @@ declare const VAutocomplete: {
|
|
4146
4175
|
activator?: false | ((arg: {
|
4147
4176
|
isActive: boolean;
|
4148
4177
|
props: Record<string, any>;
|
4149
|
-
targetRef:
|
4178
|
+
targetRef: TemplateRef;
|
4150
4179
|
}) => vue.VNodeChild) | undefined;
|
4151
4180
|
} | undefined;
|
4152
4181
|
"v-slot:default"?: false | ((arg: {
|
@@ -4155,7 +4184,7 @@ declare const VAutocomplete: {
|
|
4155
4184
|
"v-slot:activator"?: false | ((arg: {
|
4156
4185
|
isActive: boolean;
|
4157
4186
|
props: Record<string, any>;
|
4158
|
-
targetRef:
|
4187
|
+
targetRef: TemplateRef;
|
4159
4188
|
}) => vue.VNodeChild) | undefined;
|
4160
4189
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
4161
4190
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
@@ -4191,7 +4220,7 @@ declare const VAutocomplete: {
|
|
4191
4220
|
width?: string | number | undefined;
|
4192
4221
|
height?: string | number | undefined;
|
4193
4222
|
theme?: string | undefined;
|
4194
|
-
target?: Element | (string & {}) |
|
4223
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
4195
4224
|
offset?: string | number | number[] | undefined;
|
4196
4225
|
contentClass?: any;
|
4197
4226
|
opacity?: string | number | undefined;
|
@@ -4199,7 +4228,7 @@ declare const VAutocomplete: {
|
|
4199
4228
|
maxWidth?: string | number | undefined;
|
4200
4229
|
minHeight?: string | number | undefined;
|
4201
4230
|
minWidth?: string | number | undefined;
|
4202
|
-
activator?: Element | (string & {}) |
|
4231
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
4203
4232
|
openOnClick?: boolean | undefined;
|
4204
4233
|
openOnFocus?: boolean | undefined;
|
4205
4234
|
contentProps?: any;
|
@@ -4212,7 +4241,7 @@ declare const VAutocomplete: {
|
|
4212
4241
|
activator?: ((arg: {
|
4213
4242
|
isActive: boolean;
|
4214
4243
|
props: Record<string, any>;
|
4215
|
-
targetRef:
|
4244
|
+
targetRef: TemplateRef;
|
4216
4245
|
}) => vue.VNodeChild) | undefined;
|
4217
4246
|
} | ((arg: {
|
4218
4247
|
isActive: vue.Ref<boolean>;
|
@@ -4224,7 +4253,7 @@ declare const VAutocomplete: {
|
|
4224
4253
|
activator?: false | ((arg: {
|
4225
4254
|
isActive: boolean;
|
4226
4255
|
props: Record<string, any>;
|
4227
|
-
targetRef:
|
4256
|
+
targetRef: TemplateRef;
|
4228
4257
|
}) => vue.VNodeChild) | undefined;
|
4229
4258
|
} | undefined;
|
4230
4259
|
} & {
|
@@ -4234,7 +4263,7 @@ declare const VAutocomplete: {
|
|
4234
4263
|
"v-slot:activator"?: false | ((arg: {
|
4235
4264
|
isActive: boolean;
|
4236
4265
|
props: Record<string, any>;
|
4237
|
-
targetRef:
|
4266
|
+
targetRef: TemplateRef;
|
4238
4267
|
}) => vue.VNodeChild) | undefined;
|
4239
4268
|
} & {
|
4240
4269
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|