@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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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 VCombobox: {
|
|
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;
|
@@ -3083,7 +3112,7 @@ declare const VCombobox: {
|
|
3083
3112
|
valueComparator: typeof deepEqual;
|
3084
3113
|
activatable: boolean;
|
3085
3114
|
selectable: boolean;
|
3086
|
-
selectStrategy: NonNullable<
|
3115
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3087
3116
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3088
3117
|
lines: false | "one" | "two" | "three";
|
3089
3118
|
returnObject: boolean;
|
@@ -3101,7 +3130,7 @@ declare const VCombobox: {
|
|
3101
3130
|
valueComparator: typeof deepEqual;
|
3102
3131
|
activatable: boolean;
|
3103
3132
|
selectable: boolean;
|
3104
|
-
selectStrategy: NonNullable<
|
3133
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3105
3134
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3106
3135
|
lines: false | "one" | "two" | "three";
|
3107
3136
|
returnObject: boolean;
|
@@ -3111,7 +3140,7 @@ declare const VCombobox: {
|
|
3111
3140
|
height?: string | number | undefined;
|
3112
3141
|
theme?: string | undefined;
|
3113
3142
|
color?: string | undefined;
|
3114
|
-
activated?:
|
3143
|
+
activated?: any;
|
3115
3144
|
border?: string | number | boolean | undefined;
|
3116
3145
|
rounded?: string | number | boolean | undefined;
|
3117
3146
|
maxHeight?: string | number | undefined;
|
@@ -3122,11 +3151,11 @@ declare const VCombobox: {
|
|
3122
3151
|
baseColor?: string | undefined;
|
3123
3152
|
bgColor?: string | undefined;
|
3124
3153
|
activeClass?: string | undefined;
|
3125
|
-
activeStrategy?:
|
3154
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
3126
3155
|
activeColor?: string | undefined;
|
3127
3156
|
collapseIcon?: string | undefined;
|
3128
3157
|
expandIcon?: string | undefined;
|
3129
|
-
"onUpdate:activated"?: ((value: unknown
|
3158
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
3130
3159
|
"onClick:open"?: ((value: {
|
3131
3160
|
id: unknown;
|
3132
3161
|
value: boolean;
|
@@ -3155,7 +3184,7 @@ declare const VCombobox: {
|
|
3155
3184
|
valueComparator: typeof deepEqual;
|
3156
3185
|
activatable: boolean;
|
3157
3186
|
selectable: boolean;
|
3158
|
-
selectStrategy: NonNullable<
|
3187
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3159
3188
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3160
3189
|
lines: false | "one" | "two" | "three";
|
3161
3190
|
returnObject: boolean;
|
@@ -3166,7 +3195,7 @@ declare const VCombobox: {
|
|
3166
3195
|
height?: string | number | undefined;
|
3167
3196
|
theme?: string | undefined;
|
3168
3197
|
color?: string | undefined;
|
3169
|
-
activated?:
|
3198
|
+
activated?: any;
|
3170
3199
|
border?: string | number | boolean | undefined;
|
3171
3200
|
rounded?: string | number | boolean | undefined;
|
3172
3201
|
maxHeight?: string | number | undefined;
|
@@ -3177,12 +3206,12 @@ declare const VCombobox: {
|
|
3177
3206
|
baseColor?: string | undefined;
|
3178
3207
|
bgColor?: string | undefined;
|
3179
3208
|
activeClass?: string | undefined;
|
3180
|
-
activeStrategy?:
|
3209
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
3181
3210
|
activeColor?: string | undefined;
|
3182
3211
|
collapseIcon?: string | undefined;
|
3183
3212
|
expandIcon?: string | undefined;
|
3184
3213
|
} & {
|
3185
|
-
"onUpdate:activated"?: ((value: unknown
|
3214
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
3186
3215
|
"onClick:open"?: ((value: {
|
3187
3216
|
id: unknown;
|
3188
3217
|
value: boolean;
|
@@ -3204,10 +3233,10 @@ declare const VCombobox: {
|
|
3204
3233
|
itemValue?: SelectItemKey<any>;
|
3205
3234
|
itemChildren?: SelectItemKey<any>;
|
3206
3235
|
itemProps?: SelectItemKey<any>;
|
3207
|
-
selected?:
|
3208
|
-
'onUpdate:selected'?: ((value: unknown
|
3209
|
-
opened?:
|
3210
|
-
'onUpdate:opened'?: ((value: unknown
|
3236
|
+
selected?: unknown;
|
3237
|
+
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
3238
|
+
opened?: unknown;
|
3239
|
+
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
3211
3240
|
} & {
|
3212
3241
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
3213
3242
|
title?: ((arg: ListItemTitleSlot & {
|
@@ -3436,7 +3465,7 @@ declare const VCombobox: {
|
|
3436
3465
|
width?: string | number | undefined;
|
3437
3466
|
height?: string | number | undefined;
|
3438
3467
|
theme?: string | undefined;
|
3439
|
-
target?: Element | (string & {}) |
|
3468
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3440
3469
|
offset?: string | number | number[] | undefined;
|
3441
3470
|
contentClass?: any;
|
3442
3471
|
opacity?: string | number | undefined;
|
@@ -3444,7 +3473,7 @@ declare const VCombobox: {
|
|
3444
3473
|
maxWidth?: string | number | undefined;
|
3445
3474
|
minHeight?: string | number | undefined;
|
3446
3475
|
minWidth?: string | number | undefined;
|
3447
|
-
activator?: Element | (string & {}) |
|
3476
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
3448
3477
|
openOnClick?: boolean | undefined;
|
3449
3478
|
openOnFocus?: boolean | undefined;
|
3450
3479
|
contentProps?: any;
|
@@ -3456,7 +3485,7 @@ declare const VCombobox: {
|
|
3456
3485
|
activator?: ((arg: {
|
3457
3486
|
isActive: boolean;
|
3458
3487
|
props: Record<string, any>;
|
3459
|
-
targetRef:
|
3488
|
+
targetRef: TemplateRef;
|
3460
3489
|
}) => vue.VNodeChild) | undefined;
|
3461
3490
|
} | ((arg: {
|
3462
3491
|
isActive: vue.Ref<boolean>;
|
@@ -3468,7 +3497,7 @@ declare const VCombobox: {
|
|
3468
3497
|
activator?: false | ((arg: {
|
3469
3498
|
isActive: boolean;
|
3470
3499
|
props: Record<string, any>;
|
3471
|
-
targetRef:
|
3500
|
+
targetRef: TemplateRef;
|
3472
3501
|
}) => vue.VNodeChild) | undefined;
|
3473
3502
|
} | undefined;
|
3474
3503
|
"v-slot:default"?: false | ((arg: {
|
@@ -3477,7 +3506,7 @@ declare const VCombobox: {
|
|
3477
3506
|
"v-slot:activator"?: false | ((arg: {
|
3478
3507
|
isActive: boolean;
|
3479
3508
|
props: Record<string, any>;
|
3480
|
-
targetRef:
|
3509
|
+
targetRef: TemplateRef;
|
3481
3510
|
}) => vue.VNodeChild) | undefined;
|
3482
3511
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3483
3512
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
@@ -3513,7 +3542,7 @@ declare const VCombobox: {
|
|
3513
3542
|
width?: string | number | undefined;
|
3514
3543
|
height?: string | number | undefined;
|
3515
3544
|
theme?: string | undefined;
|
3516
|
-
target?: Element | (string & {}) |
|
3545
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3517
3546
|
offset?: string | number | number[] | undefined;
|
3518
3547
|
contentClass?: any;
|
3519
3548
|
opacity?: string | number | undefined;
|
@@ -3521,7 +3550,7 @@ declare const VCombobox: {
|
|
3521
3550
|
maxWidth?: string | number | undefined;
|
3522
3551
|
minHeight?: string | number | undefined;
|
3523
3552
|
minWidth?: string | number | undefined;
|
3524
|
-
activator?: Element | (string & {}) |
|
3553
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
3525
3554
|
openOnClick?: boolean | undefined;
|
3526
3555
|
openOnFocus?: boolean | undefined;
|
3527
3556
|
contentProps?: any;
|
@@ -3534,7 +3563,7 @@ declare const VCombobox: {
|
|
3534
3563
|
activator?: ((arg: {
|
3535
3564
|
isActive: boolean;
|
3536
3565
|
props: Record<string, any>;
|
3537
|
-
targetRef:
|
3566
|
+
targetRef: TemplateRef;
|
3538
3567
|
}) => vue.VNodeChild) | undefined;
|
3539
3568
|
} | ((arg: {
|
3540
3569
|
isActive: vue.Ref<boolean>;
|
@@ -3546,7 +3575,7 @@ declare const VCombobox: {
|
|
3546
3575
|
activator?: false | ((arg: {
|
3547
3576
|
isActive: boolean;
|
3548
3577
|
props: Record<string, any>;
|
3549
|
-
targetRef:
|
3578
|
+
targetRef: TemplateRef;
|
3550
3579
|
}) => vue.VNodeChild) | undefined;
|
3551
3580
|
} | undefined;
|
3552
3581
|
} & {
|
@@ -3556,7 +3585,7 @@ declare const VCombobox: {
|
|
3556
3585
|
"v-slot:activator"?: false | ((arg: {
|
3557
3586
|
isActive: boolean;
|
3558
3587
|
props: Record<string, any>;
|
3559
|
-
targetRef:
|
3588
|
+
targetRef: TemplateRef;
|
3560
3589
|
}) => vue.VNodeChild) | undefined;
|
3561
3590
|
} & {
|
3562
3591
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -3776,7 +3805,7 @@ declare const VCombobox: {
|
|
3776
3805
|
valueComparator: typeof deepEqual;
|
3777
3806
|
activatable: boolean;
|
3778
3807
|
selectable: boolean;
|
3779
|
-
selectStrategy: NonNullable<
|
3808
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3780
3809
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3781
3810
|
lines: false | "one" | "two" | "three";
|
3782
3811
|
returnObject: boolean;
|
@@ -3794,7 +3823,7 @@ declare const VCombobox: {
|
|
3794
3823
|
valueComparator: typeof deepEqual;
|
3795
3824
|
activatable: boolean;
|
3796
3825
|
selectable: boolean;
|
3797
|
-
selectStrategy: NonNullable<
|
3826
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3798
3827
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3799
3828
|
lines: false | "one" | "two" | "three";
|
3800
3829
|
returnObject: boolean;
|
@@ -3804,7 +3833,7 @@ declare const VCombobox: {
|
|
3804
3833
|
height?: string | number | undefined;
|
3805
3834
|
theme?: string | undefined;
|
3806
3835
|
color?: string | undefined;
|
3807
|
-
activated?:
|
3836
|
+
activated?: any;
|
3808
3837
|
border?: string | number | boolean | undefined;
|
3809
3838
|
rounded?: string | number | boolean | undefined;
|
3810
3839
|
maxHeight?: string | number | undefined;
|
@@ -3815,11 +3844,11 @@ declare const VCombobox: {
|
|
3815
3844
|
baseColor?: string | undefined;
|
3816
3845
|
bgColor?: string | undefined;
|
3817
3846
|
activeClass?: string | undefined;
|
3818
|
-
activeStrategy?:
|
3847
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
3819
3848
|
activeColor?: string | undefined;
|
3820
3849
|
collapseIcon?: string | undefined;
|
3821
3850
|
expandIcon?: string | undefined;
|
3822
|
-
"onUpdate:activated"?: ((value: unknown
|
3851
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
3823
3852
|
"onClick:open"?: ((value: {
|
3824
3853
|
id: unknown;
|
3825
3854
|
value: boolean;
|
@@ -3848,7 +3877,7 @@ declare const VCombobox: {
|
|
3848
3877
|
valueComparator: typeof deepEqual;
|
3849
3878
|
activatable: boolean;
|
3850
3879
|
selectable: boolean;
|
3851
|
-
selectStrategy: NonNullable<
|
3880
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3852
3881
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3853
3882
|
lines: false | "one" | "two" | "three";
|
3854
3883
|
returnObject: boolean;
|
@@ -3859,7 +3888,7 @@ declare const VCombobox: {
|
|
3859
3888
|
height?: string | number | undefined;
|
3860
3889
|
theme?: string | undefined;
|
3861
3890
|
color?: string | undefined;
|
3862
|
-
activated?:
|
3891
|
+
activated?: any;
|
3863
3892
|
border?: string | number | boolean | undefined;
|
3864
3893
|
rounded?: string | number | boolean | undefined;
|
3865
3894
|
maxHeight?: string | number | undefined;
|
@@ -3870,12 +3899,12 @@ declare const VCombobox: {
|
|
3870
3899
|
baseColor?: string | undefined;
|
3871
3900
|
bgColor?: string | undefined;
|
3872
3901
|
activeClass?: string | undefined;
|
3873
|
-
activeStrategy?:
|
3902
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
3874
3903
|
activeColor?: string | undefined;
|
3875
3904
|
collapseIcon?: string | undefined;
|
3876
3905
|
expandIcon?: string | undefined;
|
3877
3906
|
} & {
|
3878
|
-
"onUpdate:activated"?: ((value: unknown
|
3907
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
3879
3908
|
"onClick:open"?: ((value: {
|
3880
3909
|
id: unknown;
|
3881
3910
|
value: boolean;
|
@@ -3897,10 +3926,10 @@ declare const VCombobox: {
|
|
3897
3926
|
itemValue?: SelectItemKey<any>;
|
3898
3927
|
itemChildren?: SelectItemKey<any>;
|
3899
3928
|
itemProps?: SelectItemKey<any>;
|
3900
|
-
selected?:
|
3901
|
-
'onUpdate:selected'?: ((value: unknown
|
3902
|
-
opened?:
|
3903
|
-
'onUpdate:opened'?: ((value: unknown
|
3929
|
+
selected?: unknown;
|
3930
|
+
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
3931
|
+
opened?: unknown;
|
3932
|
+
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
3904
3933
|
} & {
|
3905
3934
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
3906
3935
|
title?: ((arg: ListItemTitleSlot & {
|
@@ -4129,7 +4158,7 @@ declare const VCombobox: {
|
|
4129
4158
|
width?: string | number | undefined;
|
4130
4159
|
height?: string | number | undefined;
|
4131
4160
|
theme?: string | undefined;
|
4132
|
-
target?: Element | (string & {}) |
|
4161
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
4133
4162
|
offset?: string | number | number[] | undefined;
|
4134
4163
|
contentClass?: any;
|
4135
4164
|
opacity?: string | number | undefined;
|
@@ -4137,7 +4166,7 @@ declare const VCombobox: {
|
|
4137
4166
|
maxWidth?: string | number | undefined;
|
4138
4167
|
minHeight?: string | number | undefined;
|
4139
4168
|
minWidth?: string | number | undefined;
|
4140
|
-
activator?: Element | (string & {}) |
|
4169
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
4141
4170
|
openOnClick?: boolean | undefined;
|
4142
4171
|
openOnFocus?: boolean | undefined;
|
4143
4172
|
contentProps?: any;
|
@@ -4149,7 +4178,7 @@ declare const VCombobox: {
|
|
4149
4178
|
activator?: ((arg: {
|
4150
4179
|
isActive: boolean;
|
4151
4180
|
props: Record<string, any>;
|
4152
|
-
targetRef:
|
4181
|
+
targetRef: TemplateRef;
|
4153
4182
|
}) => vue.VNodeChild) | undefined;
|
4154
4183
|
} | ((arg: {
|
4155
4184
|
isActive: vue.Ref<boolean>;
|
@@ -4161,7 +4190,7 @@ declare const VCombobox: {
|
|
4161
4190
|
activator?: false | ((arg: {
|
4162
4191
|
isActive: boolean;
|
4163
4192
|
props: Record<string, any>;
|
4164
|
-
targetRef:
|
4193
|
+
targetRef: TemplateRef;
|
4165
4194
|
}) => vue.VNodeChild) | undefined;
|
4166
4195
|
} | undefined;
|
4167
4196
|
"v-slot:default"?: false | ((arg: {
|
@@ -4170,7 +4199,7 @@ declare const VCombobox: {
|
|
4170
4199
|
"v-slot:activator"?: false | ((arg: {
|
4171
4200
|
isActive: boolean;
|
4172
4201
|
props: Record<string, any>;
|
4173
|
-
targetRef:
|
4202
|
+
targetRef: TemplateRef;
|
4174
4203
|
}) => vue.VNodeChild) | undefined;
|
4175
4204
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
4176
4205
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
@@ -4206,7 +4235,7 @@ declare const VCombobox: {
|
|
4206
4235
|
width?: string | number | undefined;
|
4207
4236
|
height?: string | number | undefined;
|
4208
4237
|
theme?: string | undefined;
|
4209
|
-
target?: Element | (string & {}) |
|
4238
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
4210
4239
|
offset?: string | number | number[] | undefined;
|
4211
4240
|
contentClass?: any;
|
4212
4241
|
opacity?: string | number | undefined;
|
@@ -4214,7 +4243,7 @@ declare const VCombobox: {
|
|
4214
4243
|
maxWidth?: string | number | undefined;
|
4215
4244
|
minHeight?: string | number | undefined;
|
4216
4245
|
minWidth?: string | number | undefined;
|
4217
|
-
activator?: Element | (string & {}) |
|
4246
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
4218
4247
|
openOnClick?: boolean | undefined;
|
4219
4248
|
openOnFocus?: boolean | undefined;
|
4220
4249
|
contentProps?: any;
|
@@ -4227,7 +4256,7 @@ declare const VCombobox: {
|
|
4227
4256
|
activator?: ((arg: {
|
4228
4257
|
isActive: boolean;
|
4229
4258
|
props: Record<string, any>;
|
4230
|
-
targetRef:
|
4259
|
+
targetRef: TemplateRef;
|
4231
4260
|
}) => vue.VNodeChild) | undefined;
|
4232
4261
|
} | ((arg: {
|
4233
4262
|
isActive: vue.Ref<boolean>;
|
@@ -4239,7 +4268,7 @@ declare const VCombobox: {
|
|
4239
4268
|
activator?: false | ((arg: {
|
4240
4269
|
isActive: boolean;
|
4241
4270
|
props: Record<string, any>;
|
4242
|
-
targetRef:
|
4271
|
+
targetRef: TemplateRef;
|
4243
4272
|
}) => vue.VNodeChild) | undefined;
|
4244
4273
|
} | undefined;
|
4245
4274
|
} & {
|
@@ -4249,7 +4278,7 @@ declare const VCombobox: {
|
|
4249
4278
|
"v-slot:activator"?: false | ((arg: {
|
4250
4279
|
isActive: boolean;
|
4251
4280
|
props: Record<string, any>;
|
4252
|
-
targetRef:
|
4281
|
+
targetRef: TemplateRef;
|
4253
4282
|
}) => vue.VNodeChild) | undefined;
|
4254
4283
|
} & {
|
4255
4284
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|