@vuetify/nightly 3.6.3-master.2024-05-07 → 3.6.4-master.2024-05-08
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 +2 -17
- package/dist/json/attributes.json +30 -30
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +110 -110
- package/dist/json/web-types.json +63 -63
- package/dist/vuetify-labs.css +2972 -2948
- package/dist/vuetify-labs.d.ts +995 -966
- package/dist/vuetify-labs.esm.js +88 -61
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +87 -60
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1224 -1204
- package/dist/vuetify.d.ts +964 -935
- package/dist/vuetify.esm.js +88 -61
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +87 -60
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +980 -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/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/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 +38 -38
- 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, Component } from 'vue';
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, JSXComponent, PropType, ComputedRef, Ref, EffectScope, Component } 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;
|
@@ -181,6 +186,22 @@ type ListItemSubtitleSlot = {
|
|
181
186
|
subtitle?: string | number;
|
182
187
|
};
|
183
188
|
|
189
|
+
type ActiveStrategyFn = (data: {
|
190
|
+
id: unknown;
|
191
|
+
value: boolean;
|
192
|
+
activated: Set<unknown>;
|
193
|
+
children: Map<unknown, unknown[]>;
|
194
|
+
parents: Map<unknown, unknown>;
|
195
|
+
event?: Event;
|
196
|
+
}) => Set<unknown>;
|
197
|
+
type ActiveStrategyTransformInFn = (v: unknown | undefined, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => Set<unknown>;
|
198
|
+
type ActiveStrategyTransformOutFn = (v: Set<unknown>, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => unknown;
|
199
|
+
type ActiveStrategy = {
|
200
|
+
activate: ActiveStrategyFn;
|
201
|
+
in: ActiveStrategyTransformInFn;
|
202
|
+
out: ActiveStrategyTransformOutFn;
|
203
|
+
};
|
204
|
+
|
184
205
|
type OpenStrategyFn = (data: {
|
185
206
|
id: unknown;
|
186
207
|
value: boolean;
|
@@ -211,8 +232,16 @@ type SelectStrategyFn = (data: {
|
|
211
232
|
parents: Map<unknown, unknown>;
|
212
233
|
event?: Event;
|
213
234
|
}) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
235
|
+
type SelectStrategyTransformInFn = (v: readonly unknown[] | undefined, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
236
|
+
type SelectStrategyTransformOutFn = (v: Map<unknown, 'on' | 'off' | 'indeterminate'>, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => unknown[];
|
237
|
+
type SelectStrategy = {
|
238
|
+
select: SelectStrategyFn;
|
239
|
+
in: SelectStrategyTransformInFn;
|
240
|
+
out: SelectStrategyTransformOutFn;
|
241
|
+
};
|
214
242
|
|
215
|
-
type
|
243
|
+
type ActiveStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | ActiveStrategy | ((mandatory: boolean) => ActiveStrategy);
|
244
|
+
type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
|
216
245
|
type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
|
217
246
|
|
218
247
|
interface InternalItem<T = any> {
|
@@ -328,7 +357,7 @@ declare const VSelect: {
|
|
328
357
|
valueComparator: typeof deepEqual;
|
329
358
|
activatable: boolean;
|
330
359
|
selectable: boolean;
|
331
|
-
selectStrategy: NonNullable<
|
360
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
332
361
|
openStrategy: NonNullable<OpenStrategyProp>;
|
333
362
|
lines: false | "one" | "two" | "three";
|
334
363
|
returnObject: boolean;
|
@@ -346,7 +375,7 @@ declare const VSelect: {
|
|
346
375
|
valueComparator: typeof deepEqual;
|
347
376
|
activatable: boolean;
|
348
377
|
selectable: boolean;
|
349
|
-
selectStrategy: NonNullable<
|
378
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
350
379
|
openStrategy: NonNullable<OpenStrategyProp>;
|
351
380
|
lines: false | "one" | "two" | "three";
|
352
381
|
returnObject: boolean;
|
@@ -356,7 +385,7 @@ declare const VSelect: {
|
|
356
385
|
height?: string | number | undefined;
|
357
386
|
theme?: string | undefined;
|
358
387
|
color?: string | undefined;
|
359
|
-
activated?:
|
388
|
+
activated?: any;
|
360
389
|
border?: string | number | boolean | undefined;
|
361
390
|
rounded?: string | number | boolean | undefined;
|
362
391
|
maxHeight?: string | number | undefined;
|
@@ -367,11 +396,11 @@ declare const VSelect: {
|
|
367
396
|
baseColor?: string | undefined;
|
368
397
|
bgColor?: string | undefined;
|
369
398
|
activeClass?: string | undefined;
|
370
|
-
activeStrategy?:
|
399
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
371
400
|
activeColor?: string | undefined;
|
372
401
|
collapseIcon?: string | undefined;
|
373
402
|
expandIcon?: string | undefined;
|
374
|
-
"onUpdate:activated"?: ((value: unknown
|
403
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
375
404
|
"onClick:open"?: ((value: {
|
376
405
|
id: unknown;
|
377
406
|
value: boolean;
|
@@ -400,7 +429,7 @@ declare const VSelect: {
|
|
400
429
|
valueComparator: typeof deepEqual;
|
401
430
|
activatable: boolean;
|
402
431
|
selectable: boolean;
|
403
|
-
selectStrategy: NonNullable<
|
432
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
404
433
|
openStrategy: NonNullable<OpenStrategyProp>;
|
405
434
|
lines: false | "one" | "two" | "three";
|
406
435
|
returnObject: boolean;
|
@@ -411,7 +440,7 @@ declare const VSelect: {
|
|
411
440
|
height?: string | number | undefined;
|
412
441
|
theme?: string | undefined;
|
413
442
|
color?: string | undefined;
|
414
|
-
activated?:
|
443
|
+
activated?: any;
|
415
444
|
border?: string | number | boolean | undefined;
|
416
445
|
rounded?: string | number | boolean | undefined;
|
417
446
|
maxHeight?: string | number | undefined;
|
@@ -422,12 +451,12 @@ declare const VSelect: {
|
|
422
451
|
baseColor?: string | undefined;
|
423
452
|
bgColor?: string | undefined;
|
424
453
|
activeClass?: string | undefined;
|
425
|
-
activeStrategy?:
|
454
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
426
455
|
activeColor?: string | undefined;
|
427
456
|
collapseIcon?: string | undefined;
|
428
457
|
expandIcon?: string | undefined;
|
429
458
|
} & {
|
430
|
-
"onUpdate:activated"?: ((value: unknown
|
459
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
431
460
|
"onClick:open"?: ((value: {
|
432
461
|
id: unknown;
|
433
462
|
value: boolean;
|
@@ -449,10 +478,10 @@ declare const VSelect: {
|
|
449
478
|
itemValue?: SelectItemKey<any>;
|
450
479
|
itemChildren?: SelectItemKey<any>;
|
451
480
|
itemProps?: SelectItemKey<any>;
|
452
|
-
selected?:
|
453
|
-
'onUpdate:selected'?: ((value: unknown
|
454
|
-
opened?:
|
455
|
-
'onUpdate:opened'?: ((value: unknown
|
481
|
+
selected?: unknown;
|
482
|
+
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
483
|
+
opened?: unknown;
|
484
|
+
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
456
485
|
} & {
|
457
486
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
458
487
|
title?: ((arg: ListItemTitleSlot & {
|
@@ -674,7 +703,7 @@ declare const VSelect: {
|
|
674
703
|
width?: string | number | undefined;
|
675
704
|
height?: string | number | undefined;
|
676
705
|
theme?: string | undefined;
|
677
|
-
target?: Element | (string & {}) |
|
706
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
678
707
|
offset?: string | number | number[] | undefined;
|
679
708
|
contentClass?: any;
|
680
709
|
opacity?: string | number | undefined;
|
@@ -682,7 +711,7 @@ declare const VSelect: {
|
|
682
711
|
maxWidth?: string | number | undefined;
|
683
712
|
minHeight?: string | number | undefined;
|
684
713
|
minWidth?: string | number | undefined;
|
685
|
-
activator?: Element | (string & {}) |
|
714
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
686
715
|
openOnClick?: boolean | undefined;
|
687
716
|
openOnFocus?: boolean | undefined;
|
688
717
|
contentProps?: any;
|
@@ -694,7 +723,7 @@ declare const VSelect: {
|
|
694
723
|
activator?: ((arg: {
|
695
724
|
isActive: boolean;
|
696
725
|
props: Record<string, any>;
|
697
|
-
targetRef:
|
726
|
+
targetRef: TemplateRef;
|
698
727
|
}) => vue.VNodeChild) | undefined;
|
699
728
|
} | ((arg: {
|
700
729
|
isActive: vue.Ref<boolean>;
|
@@ -706,7 +735,7 @@ declare const VSelect: {
|
|
706
735
|
activator?: false | ((arg: {
|
707
736
|
isActive: boolean;
|
708
737
|
props: Record<string, any>;
|
709
|
-
targetRef:
|
738
|
+
targetRef: TemplateRef;
|
710
739
|
}) => vue.VNodeChild) | undefined;
|
711
740
|
} | undefined;
|
712
741
|
"v-slot:default"?: false | ((arg: {
|
@@ -715,7 +744,7 @@ declare const VSelect: {
|
|
715
744
|
"v-slot:activator"?: false | ((arg: {
|
716
745
|
isActive: boolean;
|
717
746
|
props: Record<string, any>;
|
718
|
-
targetRef:
|
747
|
+
targetRef: TemplateRef;
|
719
748
|
}) => vue.VNodeChild) | undefined;
|
720
749
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
721
750
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
@@ -751,7 +780,7 @@ declare const VSelect: {
|
|
751
780
|
width?: string | number | undefined;
|
752
781
|
height?: string | number | undefined;
|
753
782
|
theme?: string | undefined;
|
754
|
-
target?: Element | (string & {}) |
|
783
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
755
784
|
offset?: string | number | number[] | undefined;
|
756
785
|
contentClass?: any;
|
757
786
|
opacity?: string | number | undefined;
|
@@ -759,7 +788,7 @@ declare const VSelect: {
|
|
759
788
|
maxWidth?: string | number | undefined;
|
760
789
|
minHeight?: string | number | undefined;
|
761
790
|
minWidth?: string | number | undefined;
|
762
|
-
activator?: Element | (string & {}) |
|
791
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
763
792
|
openOnClick?: boolean | undefined;
|
764
793
|
openOnFocus?: boolean | undefined;
|
765
794
|
contentProps?: any;
|
@@ -772,7 +801,7 @@ declare const VSelect: {
|
|
772
801
|
activator?: ((arg: {
|
773
802
|
isActive: boolean;
|
774
803
|
props: Record<string, any>;
|
775
|
-
targetRef:
|
804
|
+
targetRef: TemplateRef;
|
776
805
|
}) => vue.VNodeChild) | undefined;
|
777
806
|
} | ((arg: {
|
778
807
|
isActive: vue.Ref<boolean>;
|
@@ -784,7 +813,7 @@ declare const VSelect: {
|
|
784
813
|
activator?: false | ((arg: {
|
785
814
|
isActive: boolean;
|
786
815
|
props: Record<string, any>;
|
787
|
-
targetRef:
|
816
|
+
targetRef: TemplateRef;
|
788
817
|
}) => vue.VNodeChild) | undefined;
|
789
818
|
} | undefined;
|
790
819
|
} & {
|
@@ -794,7 +823,7 @@ declare const VSelect: {
|
|
794
823
|
"v-slot:activator"?: false | ((arg: {
|
795
824
|
isActive: boolean;
|
796
825
|
props: Record<string, any>;
|
797
|
-
targetRef:
|
826
|
+
targetRef: TemplateRef;
|
798
827
|
}) => vue.VNodeChild) | undefined;
|
799
828
|
} & {
|
800
829
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -900,7 +929,7 @@ declare const VSelect: {
|
|
900
929
|
valueComparator: typeof deepEqual;
|
901
930
|
activatable: boolean;
|
902
931
|
selectable: boolean;
|
903
|
-
selectStrategy: NonNullable<
|
932
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
904
933
|
openStrategy: NonNullable<OpenStrategyProp>;
|
905
934
|
lines: false | "one" | "two" | "three";
|
906
935
|
returnObject: boolean;
|
@@ -918,7 +947,7 @@ declare const VSelect: {
|
|
918
947
|
valueComparator: typeof deepEqual;
|
919
948
|
activatable: boolean;
|
920
949
|
selectable: boolean;
|
921
|
-
selectStrategy: NonNullable<
|
950
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
922
951
|
openStrategy: NonNullable<OpenStrategyProp>;
|
923
952
|
lines: false | "one" | "two" | "three";
|
924
953
|
returnObject: boolean;
|
@@ -928,7 +957,7 @@ declare const VSelect: {
|
|
928
957
|
height?: string | number | undefined;
|
929
958
|
theme?: string | undefined;
|
930
959
|
color?: string | undefined;
|
931
|
-
activated?:
|
960
|
+
activated?: any;
|
932
961
|
border?: string | number | boolean | undefined;
|
933
962
|
rounded?: string | number | boolean | undefined;
|
934
963
|
maxHeight?: string | number | undefined;
|
@@ -939,11 +968,11 @@ declare const VSelect: {
|
|
939
968
|
baseColor?: string | undefined;
|
940
969
|
bgColor?: string | undefined;
|
941
970
|
activeClass?: string | undefined;
|
942
|
-
activeStrategy?:
|
971
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
943
972
|
activeColor?: string | undefined;
|
944
973
|
collapseIcon?: string | undefined;
|
945
974
|
expandIcon?: string | undefined;
|
946
|
-
"onUpdate:activated"?: ((value: unknown
|
975
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
947
976
|
"onClick:open"?: ((value: {
|
948
977
|
id: unknown;
|
949
978
|
value: boolean;
|
@@ -972,7 +1001,7 @@ declare const VSelect: {
|
|
972
1001
|
valueComparator: typeof deepEqual;
|
973
1002
|
activatable: boolean;
|
974
1003
|
selectable: boolean;
|
975
|
-
selectStrategy: NonNullable<
|
1004
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
976
1005
|
openStrategy: NonNullable<OpenStrategyProp>;
|
977
1006
|
lines: false | "one" | "two" | "three";
|
978
1007
|
returnObject: boolean;
|
@@ -983,7 +1012,7 @@ declare const VSelect: {
|
|
983
1012
|
height?: string | number | undefined;
|
984
1013
|
theme?: string | undefined;
|
985
1014
|
color?: string | undefined;
|
986
|
-
activated?:
|
1015
|
+
activated?: any;
|
987
1016
|
border?: string | number | boolean | undefined;
|
988
1017
|
rounded?: string | number | boolean | undefined;
|
989
1018
|
maxHeight?: string | number | undefined;
|
@@ -994,12 +1023,12 @@ declare const VSelect: {
|
|
994
1023
|
baseColor?: string | undefined;
|
995
1024
|
bgColor?: string | undefined;
|
996
1025
|
activeClass?: string | undefined;
|
997
|
-
activeStrategy?:
|
1026
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
998
1027
|
activeColor?: string | undefined;
|
999
1028
|
collapseIcon?: string | undefined;
|
1000
1029
|
expandIcon?: string | undefined;
|
1001
1030
|
} & {
|
1002
|
-
"onUpdate:activated"?: ((value: unknown
|
1031
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
1003
1032
|
"onClick:open"?: ((value: {
|
1004
1033
|
id: unknown;
|
1005
1034
|
value: boolean;
|
@@ -1021,10 +1050,10 @@ declare const VSelect: {
|
|
1021
1050
|
itemValue?: SelectItemKey<any>;
|
1022
1051
|
itemChildren?: SelectItemKey<any>;
|
1023
1052
|
itemProps?: SelectItemKey<any>;
|
1024
|
-
selected?:
|
1025
|
-
'onUpdate:selected'?: ((value: unknown
|
1026
|
-
opened?:
|
1027
|
-
'onUpdate:opened'?: ((value: unknown
|
1053
|
+
selected?: unknown;
|
1054
|
+
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
1055
|
+
opened?: unknown;
|
1056
|
+
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
1028
1057
|
} & {
|
1029
1058
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1030
1059
|
title?: ((arg: ListItemTitleSlot & {
|
@@ -1246,7 +1275,7 @@ declare const VSelect: {
|
|
1246
1275
|
width?: string | number | undefined;
|
1247
1276
|
height?: string | number | undefined;
|
1248
1277
|
theme?: string | undefined;
|
1249
|
-
target?: Element | (string & {}) |
|
1278
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1250
1279
|
offset?: string | number | number[] | undefined;
|
1251
1280
|
contentClass?: any;
|
1252
1281
|
opacity?: string | number | undefined;
|
@@ -1254,7 +1283,7 @@ declare const VSelect: {
|
|
1254
1283
|
maxWidth?: string | number | undefined;
|
1255
1284
|
minHeight?: string | number | undefined;
|
1256
1285
|
minWidth?: string | number | undefined;
|
1257
|
-
activator?: Element | (string & {}) |
|
1286
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
1258
1287
|
openOnClick?: boolean | undefined;
|
1259
1288
|
openOnFocus?: boolean | undefined;
|
1260
1289
|
contentProps?: any;
|
@@ -1266,7 +1295,7 @@ declare const VSelect: {
|
|
1266
1295
|
activator?: ((arg: {
|
1267
1296
|
isActive: boolean;
|
1268
1297
|
props: Record<string, any>;
|
1269
|
-
targetRef:
|
1298
|
+
targetRef: TemplateRef;
|
1270
1299
|
}) => vue.VNodeChild) | undefined;
|
1271
1300
|
} | ((arg: {
|
1272
1301
|
isActive: vue.Ref<boolean>;
|
@@ -1278,7 +1307,7 @@ declare const VSelect: {
|
|
1278
1307
|
activator?: false | ((arg: {
|
1279
1308
|
isActive: boolean;
|
1280
1309
|
props: Record<string, any>;
|
1281
|
-
targetRef:
|
1310
|
+
targetRef: TemplateRef;
|
1282
1311
|
}) => vue.VNodeChild) | undefined;
|
1283
1312
|
} | undefined;
|
1284
1313
|
"v-slot:default"?: false | ((arg: {
|
@@ -1287,7 +1316,7 @@ declare const VSelect: {
|
|
1287
1316
|
"v-slot:activator"?: false | ((arg: {
|
1288
1317
|
isActive: boolean;
|
1289
1318
|
props: Record<string, any>;
|
1290
|
-
targetRef:
|
1319
|
+
targetRef: TemplateRef;
|
1291
1320
|
}) => vue.VNodeChild) | undefined;
|
1292
1321
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1293
1322
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
@@ -1323,7 +1352,7 @@ declare const VSelect: {
|
|
1323
1352
|
width?: string | number | undefined;
|
1324
1353
|
height?: string | number | undefined;
|
1325
1354
|
theme?: string | undefined;
|
1326
|
-
target?: Element | (string & {}) |
|
1355
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1327
1356
|
offset?: string | number | number[] | undefined;
|
1328
1357
|
contentClass?: any;
|
1329
1358
|
opacity?: string | number | undefined;
|
@@ -1331,7 +1360,7 @@ declare const VSelect: {
|
|
1331
1360
|
maxWidth?: string | number | undefined;
|
1332
1361
|
minHeight?: string | number | undefined;
|
1333
1362
|
minWidth?: string | number | undefined;
|
1334
|
-
activator?: Element | (string & {}) |
|
1363
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
1335
1364
|
openOnClick?: boolean | undefined;
|
1336
1365
|
openOnFocus?: boolean | undefined;
|
1337
1366
|
contentProps?: any;
|
@@ -1344,7 +1373,7 @@ declare const VSelect: {
|
|
1344
1373
|
activator?: ((arg: {
|
1345
1374
|
isActive: boolean;
|
1346
1375
|
props: Record<string, any>;
|
1347
|
-
targetRef:
|
1376
|
+
targetRef: TemplateRef;
|
1348
1377
|
}) => vue.VNodeChild) | undefined;
|
1349
1378
|
} | ((arg: {
|
1350
1379
|
isActive: vue.Ref<boolean>;
|
@@ -1356,7 +1385,7 @@ declare const VSelect: {
|
|
1356
1385
|
activator?: false | ((arg: {
|
1357
1386
|
isActive: boolean;
|
1358
1387
|
props: Record<string, any>;
|
1359
|
-
targetRef:
|
1388
|
+
targetRef: TemplateRef;
|
1360
1389
|
}) => vue.VNodeChild) | undefined;
|
1361
1390
|
} | undefined;
|
1362
1391
|
} & {
|
@@ -1366,7 +1395,7 @@ declare const VSelect: {
|
|
1366
1395
|
"v-slot:activator"?: false | ((arg: {
|
1367
1396
|
isActive: boolean;
|
1368
1397
|
props: Record<string, any>;
|
1369
|
-
targetRef:
|
1398
|
+
targetRef: TemplateRef;
|
1370
1399
|
}) => vue.VNodeChild) | undefined;
|
1371
1400
|
} & {
|
1372
1401
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1585,7 +1614,7 @@ declare const VSelect: {
|
|
1585
1614
|
valueComparator: typeof deepEqual;
|
1586
1615
|
activatable: boolean;
|
1587
1616
|
selectable: boolean;
|
1588
|
-
selectStrategy: NonNullable<
|
1617
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
1589
1618
|
openStrategy: NonNullable<OpenStrategyProp>;
|
1590
1619
|
lines: false | "one" | "two" | "three";
|
1591
1620
|
returnObject: boolean;
|
@@ -1603,7 +1632,7 @@ declare const VSelect: {
|
|
1603
1632
|
valueComparator: typeof deepEqual;
|
1604
1633
|
activatable: boolean;
|
1605
1634
|
selectable: boolean;
|
1606
|
-
selectStrategy: NonNullable<
|
1635
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
1607
1636
|
openStrategy: NonNullable<OpenStrategyProp>;
|
1608
1637
|
lines: false | "one" | "two" | "three";
|
1609
1638
|
returnObject: boolean;
|
@@ -1613,7 +1642,7 @@ declare const VSelect: {
|
|
1613
1642
|
height?: string | number | undefined;
|
1614
1643
|
theme?: string | undefined;
|
1615
1644
|
color?: string | undefined;
|
1616
|
-
activated?:
|
1645
|
+
activated?: any;
|
1617
1646
|
border?: string | number | boolean | undefined;
|
1618
1647
|
rounded?: string | number | boolean | undefined;
|
1619
1648
|
maxHeight?: string | number | undefined;
|
@@ -1624,11 +1653,11 @@ declare const VSelect: {
|
|
1624
1653
|
baseColor?: string | undefined;
|
1625
1654
|
bgColor?: string | undefined;
|
1626
1655
|
activeClass?: string | undefined;
|
1627
|
-
activeStrategy?:
|
1656
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
1628
1657
|
activeColor?: string | undefined;
|
1629
1658
|
collapseIcon?: string | undefined;
|
1630
1659
|
expandIcon?: string | undefined;
|
1631
|
-
"onUpdate:activated"?: ((value: unknown
|
1660
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
1632
1661
|
"onClick:open"?: ((value: {
|
1633
1662
|
id: unknown;
|
1634
1663
|
value: boolean;
|
@@ -1657,7 +1686,7 @@ declare const VSelect: {
|
|
1657
1686
|
valueComparator: typeof deepEqual;
|
1658
1687
|
activatable: boolean;
|
1659
1688
|
selectable: boolean;
|
1660
|
-
selectStrategy: NonNullable<
|
1689
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
1661
1690
|
openStrategy: NonNullable<OpenStrategyProp>;
|
1662
1691
|
lines: false | "one" | "two" | "three";
|
1663
1692
|
returnObject: boolean;
|
@@ -1668,7 +1697,7 @@ declare const VSelect: {
|
|
1668
1697
|
height?: string | number | undefined;
|
1669
1698
|
theme?: string | undefined;
|
1670
1699
|
color?: string | undefined;
|
1671
|
-
activated?:
|
1700
|
+
activated?: any;
|
1672
1701
|
border?: string | number | boolean | undefined;
|
1673
1702
|
rounded?: string | number | boolean | undefined;
|
1674
1703
|
maxHeight?: string | number | undefined;
|
@@ -1679,12 +1708,12 @@ declare const VSelect: {
|
|
1679
1708
|
baseColor?: string | undefined;
|
1680
1709
|
bgColor?: string | undefined;
|
1681
1710
|
activeClass?: string | undefined;
|
1682
|
-
activeStrategy?:
|
1711
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
1683
1712
|
activeColor?: string | undefined;
|
1684
1713
|
collapseIcon?: string | undefined;
|
1685
1714
|
expandIcon?: string | undefined;
|
1686
1715
|
} & {
|
1687
|
-
"onUpdate:activated"?: ((value: unknown
|
1716
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
1688
1717
|
"onClick:open"?: ((value: {
|
1689
1718
|
id: unknown;
|
1690
1719
|
value: boolean;
|
@@ -1706,10 +1735,10 @@ declare const VSelect: {
|
|
1706
1735
|
itemValue?: SelectItemKey<any>;
|
1707
1736
|
itemChildren?: SelectItemKey<any>;
|
1708
1737
|
itemProps?: SelectItemKey<any>;
|
1709
|
-
selected?:
|
1710
|
-
'onUpdate:selected'?: ((value: unknown
|
1711
|
-
opened?:
|
1712
|
-
'onUpdate:opened'?: ((value: unknown
|
1738
|
+
selected?: unknown;
|
1739
|
+
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
1740
|
+
opened?: unknown;
|
1741
|
+
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
1713
1742
|
} & {
|
1714
1743
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1715
1744
|
title?: ((arg: ListItemTitleSlot & {
|
@@ -1931,7 +1960,7 @@ declare const VSelect: {
|
|
1931
1960
|
width?: string | number | undefined;
|
1932
1961
|
height?: string | number | undefined;
|
1933
1962
|
theme?: string | undefined;
|
1934
|
-
target?: Element | (string & {}) |
|
1963
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1935
1964
|
offset?: string | number | number[] | undefined;
|
1936
1965
|
contentClass?: any;
|
1937
1966
|
opacity?: string | number | undefined;
|
@@ -1939,7 +1968,7 @@ declare const VSelect: {
|
|
1939
1968
|
maxWidth?: string | number | undefined;
|
1940
1969
|
minHeight?: string | number | undefined;
|
1941
1970
|
minWidth?: string | number | undefined;
|
1942
|
-
activator?: Element | (string & {}) |
|
1971
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
1943
1972
|
openOnClick?: boolean | undefined;
|
1944
1973
|
openOnFocus?: boolean | undefined;
|
1945
1974
|
contentProps?: any;
|
@@ -1951,7 +1980,7 @@ declare const VSelect: {
|
|
1951
1980
|
activator?: ((arg: {
|
1952
1981
|
isActive: boolean;
|
1953
1982
|
props: Record<string, any>;
|
1954
|
-
targetRef:
|
1983
|
+
targetRef: TemplateRef;
|
1955
1984
|
}) => vue.VNodeChild) | undefined;
|
1956
1985
|
} | ((arg: {
|
1957
1986
|
isActive: vue.Ref<boolean>;
|
@@ -1963,7 +1992,7 @@ declare const VSelect: {
|
|
1963
1992
|
activator?: false | ((arg: {
|
1964
1993
|
isActive: boolean;
|
1965
1994
|
props: Record<string, any>;
|
1966
|
-
targetRef:
|
1995
|
+
targetRef: TemplateRef;
|
1967
1996
|
}) => vue.VNodeChild) | undefined;
|
1968
1997
|
} | undefined;
|
1969
1998
|
"v-slot:default"?: false | ((arg: {
|
@@ -1972,7 +2001,7 @@ declare const VSelect: {
|
|
1972
2001
|
"v-slot:activator"?: false | ((arg: {
|
1973
2002
|
isActive: boolean;
|
1974
2003
|
props: Record<string, any>;
|
1975
|
-
targetRef:
|
2004
|
+
targetRef: TemplateRef;
|
1976
2005
|
}) => vue.VNodeChild) | undefined;
|
1977
2006
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1978
2007
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
@@ -2008,7 +2037,7 @@ declare const VSelect: {
|
|
2008
2037
|
width?: string | number | undefined;
|
2009
2038
|
height?: string | number | undefined;
|
2010
2039
|
theme?: string | undefined;
|
2011
|
-
target?: Element | (string & {}) |
|
2040
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
2012
2041
|
offset?: string | number | number[] | undefined;
|
2013
2042
|
contentClass?: any;
|
2014
2043
|
opacity?: string | number | undefined;
|
@@ -2016,7 +2045,7 @@ declare const VSelect: {
|
|
2016
2045
|
maxWidth?: string | number | undefined;
|
2017
2046
|
minHeight?: string | number | undefined;
|
2018
2047
|
minWidth?: string | number | undefined;
|
2019
|
-
activator?: Element | (string & {}) |
|
2048
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
2020
2049
|
openOnClick?: boolean | undefined;
|
2021
2050
|
openOnFocus?: boolean | undefined;
|
2022
2051
|
contentProps?: any;
|
@@ -2029,7 +2058,7 @@ declare const VSelect: {
|
|
2029
2058
|
activator?: ((arg: {
|
2030
2059
|
isActive: boolean;
|
2031
2060
|
props: Record<string, any>;
|
2032
|
-
targetRef:
|
2061
|
+
targetRef: TemplateRef;
|
2033
2062
|
}) => vue.VNodeChild) | undefined;
|
2034
2063
|
} | ((arg: {
|
2035
2064
|
isActive: vue.Ref<boolean>;
|
@@ -2041,7 +2070,7 @@ declare const VSelect: {
|
|
2041
2070
|
activator?: false | ((arg: {
|
2042
2071
|
isActive: boolean;
|
2043
2072
|
props: Record<string, any>;
|
2044
|
-
targetRef:
|
2073
|
+
targetRef: TemplateRef;
|
2045
2074
|
}) => vue.VNodeChild) | undefined;
|
2046
2075
|
} | undefined;
|
2047
2076
|
} & {
|
@@ -2051,7 +2080,7 @@ declare const VSelect: {
|
|
2051
2080
|
"v-slot:activator"?: false | ((arg: {
|
2052
2081
|
isActive: boolean;
|
2053
2082
|
props: Record<string, any>;
|
2054
|
-
targetRef:
|
2083
|
+
targetRef: TemplateRef;
|
2055
2084
|
}) => vue.VNodeChild) | undefined;
|
2056
2085
|
} & {
|
2057
2086
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -2205,7 +2234,7 @@ declare const VSelect: {
|
|
2205
2234
|
valueComparator: typeof deepEqual;
|
2206
2235
|
activatable: boolean;
|
2207
2236
|
selectable: boolean;
|
2208
|
-
selectStrategy: NonNullable<
|
2237
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
2209
2238
|
openStrategy: NonNullable<OpenStrategyProp>;
|
2210
2239
|
lines: false | "one" | "two" | "three";
|
2211
2240
|
returnObject: boolean;
|
@@ -2223,7 +2252,7 @@ declare const VSelect: {
|
|
2223
2252
|
valueComparator: typeof deepEqual;
|
2224
2253
|
activatable: boolean;
|
2225
2254
|
selectable: boolean;
|
2226
|
-
selectStrategy: NonNullable<
|
2255
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
2227
2256
|
openStrategy: NonNullable<OpenStrategyProp>;
|
2228
2257
|
lines: false | "one" | "two" | "three";
|
2229
2258
|
returnObject: boolean;
|
@@ -2233,7 +2262,7 @@ declare const VSelect: {
|
|
2233
2262
|
height?: string | number | undefined;
|
2234
2263
|
theme?: string | undefined;
|
2235
2264
|
color?: string | undefined;
|
2236
|
-
activated?:
|
2265
|
+
activated?: any;
|
2237
2266
|
border?: string | number | boolean | undefined;
|
2238
2267
|
rounded?: string | number | boolean | undefined;
|
2239
2268
|
maxHeight?: string | number | undefined;
|
@@ -2244,11 +2273,11 @@ declare const VSelect: {
|
|
2244
2273
|
baseColor?: string | undefined;
|
2245
2274
|
bgColor?: string | undefined;
|
2246
2275
|
activeClass?: string | undefined;
|
2247
|
-
activeStrategy?:
|
2276
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
2248
2277
|
activeColor?: string | undefined;
|
2249
2278
|
collapseIcon?: string | undefined;
|
2250
2279
|
expandIcon?: string | undefined;
|
2251
|
-
"onUpdate:activated"?: ((value: unknown
|
2280
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
2252
2281
|
"onClick:open"?: ((value: {
|
2253
2282
|
id: unknown;
|
2254
2283
|
value: boolean;
|
@@ -2277,7 +2306,7 @@ declare const VSelect: {
|
|
2277
2306
|
valueComparator: typeof deepEqual;
|
2278
2307
|
activatable: boolean;
|
2279
2308
|
selectable: boolean;
|
2280
|
-
selectStrategy: NonNullable<
|
2309
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
2281
2310
|
openStrategy: NonNullable<OpenStrategyProp>;
|
2282
2311
|
lines: false | "one" | "two" | "three";
|
2283
2312
|
returnObject: boolean;
|
@@ -2288,7 +2317,7 @@ declare const VSelect: {
|
|
2288
2317
|
height?: string | number | undefined;
|
2289
2318
|
theme?: string | undefined;
|
2290
2319
|
color?: string | undefined;
|
2291
|
-
activated?:
|
2320
|
+
activated?: any;
|
2292
2321
|
border?: string | number | boolean | undefined;
|
2293
2322
|
rounded?: string | number | boolean | undefined;
|
2294
2323
|
maxHeight?: string | number | undefined;
|
@@ -2299,12 +2328,12 @@ declare const VSelect: {
|
|
2299
2328
|
baseColor?: string | undefined;
|
2300
2329
|
bgColor?: string | undefined;
|
2301
2330
|
activeClass?: string | undefined;
|
2302
|
-
activeStrategy?:
|
2331
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
2303
2332
|
activeColor?: string | undefined;
|
2304
2333
|
collapseIcon?: string | undefined;
|
2305
2334
|
expandIcon?: string | undefined;
|
2306
2335
|
} & {
|
2307
|
-
"onUpdate:activated"?: ((value: unknown
|
2336
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
2308
2337
|
"onClick:open"?: ((value: {
|
2309
2338
|
id: unknown;
|
2310
2339
|
value: boolean;
|
@@ -2326,10 +2355,10 @@ declare const VSelect: {
|
|
2326
2355
|
itemValue?: SelectItemKey<any>;
|
2327
2356
|
itemChildren?: SelectItemKey<any>;
|
2328
2357
|
itemProps?: SelectItemKey<any>;
|
2329
|
-
selected?:
|
2330
|
-
'onUpdate:selected'?: ((value: unknown
|
2331
|
-
opened?:
|
2332
|
-
'onUpdate:opened'?: ((value: unknown
|
2358
|
+
selected?: unknown;
|
2359
|
+
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
2360
|
+
opened?: unknown;
|
2361
|
+
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
2333
2362
|
} & {
|
2334
2363
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2335
2364
|
title?: ((arg: ListItemTitleSlot & {
|
@@ -2551,7 +2580,7 @@ declare const VSelect: {
|
|
2551
2580
|
width?: string | number | undefined;
|
2552
2581
|
height?: string | number | undefined;
|
2553
2582
|
theme?: string | undefined;
|
2554
|
-
target?: Element | (string & {}) |
|
2583
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
2555
2584
|
offset?: string | number | number[] | undefined;
|
2556
2585
|
contentClass?: any;
|
2557
2586
|
opacity?: string | number | undefined;
|
@@ -2559,7 +2588,7 @@ declare const VSelect: {
|
|
2559
2588
|
maxWidth?: string | number | undefined;
|
2560
2589
|
minHeight?: string | number | undefined;
|
2561
2590
|
minWidth?: string | number | undefined;
|
2562
|
-
activator?: Element | (string & {}) |
|
2591
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
2563
2592
|
openOnClick?: boolean | undefined;
|
2564
2593
|
openOnFocus?: boolean | undefined;
|
2565
2594
|
contentProps?: any;
|
@@ -2571,7 +2600,7 @@ declare const VSelect: {
|
|
2571
2600
|
activator?: ((arg: {
|
2572
2601
|
isActive: boolean;
|
2573
2602
|
props: Record<string, any>;
|
2574
|
-
targetRef:
|
2603
|
+
targetRef: TemplateRef;
|
2575
2604
|
}) => vue.VNodeChild) | undefined;
|
2576
2605
|
} | ((arg: {
|
2577
2606
|
isActive: vue.Ref<boolean>;
|
@@ -2583,7 +2612,7 @@ declare const VSelect: {
|
|
2583
2612
|
activator?: false | ((arg: {
|
2584
2613
|
isActive: boolean;
|
2585
2614
|
props: Record<string, any>;
|
2586
|
-
targetRef:
|
2615
|
+
targetRef: TemplateRef;
|
2587
2616
|
}) => vue.VNodeChild) | undefined;
|
2588
2617
|
} | undefined;
|
2589
2618
|
"v-slot:default"?: false | ((arg: {
|
@@ -2592,7 +2621,7 @@ declare const VSelect: {
|
|
2592
2621
|
"v-slot:activator"?: false | ((arg: {
|
2593
2622
|
isActive: boolean;
|
2594
2623
|
props: Record<string, any>;
|
2595
|
-
targetRef:
|
2624
|
+
targetRef: TemplateRef;
|
2596
2625
|
}) => vue.VNodeChild) | undefined;
|
2597
2626
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2598
2627
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
@@ -2628,7 +2657,7 @@ declare const VSelect: {
|
|
2628
2657
|
width?: string | number | undefined;
|
2629
2658
|
height?: string | number | undefined;
|
2630
2659
|
theme?: string | undefined;
|
2631
|
-
target?: Element | (string & {}) |
|
2660
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
2632
2661
|
offset?: string | number | number[] | undefined;
|
2633
2662
|
contentClass?: any;
|
2634
2663
|
opacity?: string | number | undefined;
|
@@ -2636,7 +2665,7 @@ declare const VSelect: {
|
|
2636
2665
|
maxWidth?: string | number | undefined;
|
2637
2666
|
minHeight?: string | number | undefined;
|
2638
2667
|
minWidth?: string | number | undefined;
|
2639
|
-
activator?: Element | (string & {}) |
|
2668
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
2640
2669
|
openOnClick?: boolean | undefined;
|
2641
2670
|
openOnFocus?: boolean | undefined;
|
2642
2671
|
contentProps?: any;
|
@@ -2649,7 +2678,7 @@ declare const VSelect: {
|
|
2649
2678
|
activator?: ((arg: {
|
2650
2679
|
isActive: boolean;
|
2651
2680
|
props: Record<string, any>;
|
2652
|
-
targetRef:
|
2681
|
+
targetRef: TemplateRef;
|
2653
2682
|
}) => vue.VNodeChild) | undefined;
|
2654
2683
|
} | ((arg: {
|
2655
2684
|
isActive: vue.Ref<boolean>;
|
@@ -2661,7 +2690,7 @@ declare const VSelect: {
|
|
2661
2690
|
activator?: false | ((arg: {
|
2662
2691
|
isActive: boolean;
|
2663
2692
|
props: Record<string, any>;
|
2664
|
-
targetRef:
|
2693
|
+
targetRef: TemplateRef;
|
2665
2694
|
}) => vue.VNodeChild) | undefined;
|
2666
2695
|
} | undefined;
|
2667
2696
|
} & {
|
@@ -2671,7 +2700,7 @@ declare const VSelect: {
|
|
2671
2700
|
"v-slot:activator"?: false | ((arg: {
|
2672
2701
|
isActive: boolean;
|
2673
2702
|
props: Record<string, any>;
|
2674
|
-
targetRef:
|
2703
|
+
targetRef: TemplateRef;
|
2675
2704
|
}) => vue.VNodeChild) | undefined;
|
2676
2705
|
} & {
|
2677
2706
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -3034,7 +3063,7 @@ declare const VSelect: {
|
|
3034
3063
|
valueComparator: typeof deepEqual;
|
3035
3064
|
activatable: boolean;
|
3036
3065
|
selectable: boolean;
|
3037
|
-
selectStrategy: NonNullable<
|
3066
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3038
3067
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3039
3068
|
lines: false | "one" | "two" | "three";
|
3040
3069
|
returnObject: boolean;
|
@@ -3052,7 +3081,7 @@ declare const VSelect: {
|
|
3052
3081
|
valueComparator: typeof deepEqual;
|
3053
3082
|
activatable: boolean;
|
3054
3083
|
selectable: boolean;
|
3055
|
-
selectStrategy: NonNullable<
|
3084
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3056
3085
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3057
3086
|
lines: false | "one" | "two" | "three";
|
3058
3087
|
returnObject: boolean;
|
@@ -3062,7 +3091,7 @@ declare const VSelect: {
|
|
3062
3091
|
height?: string | number | undefined;
|
3063
3092
|
theme?: string | undefined;
|
3064
3093
|
color?: string | undefined;
|
3065
|
-
activated?:
|
3094
|
+
activated?: any;
|
3066
3095
|
border?: string | number | boolean | undefined;
|
3067
3096
|
rounded?: string | number | boolean | undefined;
|
3068
3097
|
maxHeight?: string | number | undefined;
|
@@ -3073,11 +3102,11 @@ declare const VSelect: {
|
|
3073
3102
|
baseColor?: string | undefined;
|
3074
3103
|
bgColor?: string | undefined;
|
3075
3104
|
activeClass?: string | undefined;
|
3076
|
-
activeStrategy?:
|
3105
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
3077
3106
|
activeColor?: string | undefined;
|
3078
3107
|
collapseIcon?: string | undefined;
|
3079
3108
|
expandIcon?: string | undefined;
|
3080
|
-
"onUpdate:activated"?: ((value: unknown
|
3109
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
3081
3110
|
"onClick:open"?: ((value: {
|
3082
3111
|
id: unknown;
|
3083
3112
|
value: boolean;
|
@@ -3106,7 +3135,7 @@ declare const VSelect: {
|
|
3106
3135
|
valueComparator: typeof deepEqual;
|
3107
3136
|
activatable: boolean;
|
3108
3137
|
selectable: boolean;
|
3109
|
-
selectStrategy: NonNullable<
|
3138
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3110
3139
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3111
3140
|
lines: false | "one" | "two" | "three";
|
3112
3141
|
returnObject: boolean;
|
@@ -3117,7 +3146,7 @@ declare const VSelect: {
|
|
3117
3146
|
height?: string | number | undefined;
|
3118
3147
|
theme?: string | undefined;
|
3119
3148
|
color?: string | undefined;
|
3120
|
-
activated?:
|
3149
|
+
activated?: any;
|
3121
3150
|
border?: string | number | boolean | undefined;
|
3122
3151
|
rounded?: string | number | boolean | undefined;
|
3123
3152
|
maxHeight?: string | number | undefined;
|
@@ -3128,12 +3157,12 @@ declare const VSelect: {
|
|
3128
3157
|
baseColor?: string | undefined;
|
3129
3158
|
bgColor?: string | undefined;
|
3130
3159
|
activeClass?: string | undefined;
|
3131
|
-
activeStrategy?:
|
3160
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
3132
3161
|
activeColor?: string | undefined;
|
3133
3162
|
collapseIcon?: string | undefined;
|
3134
3163
|
expandIcon?: string | undefined;
|
3135
3164
|
} & {
|
3136
|
-
"onUpdate:activated"?: ((value: unknown
|
3165
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
3137
3166
|
"onClick:open"?: ((value: {
|
3138
3167
|
id: unknown;
|
3139
3168
|
value: boolean;
|
@@ -3155,10 +3184,10 @@ declare const VSelect: {
|
|
3155
3184
|
itemValue?: SelectItemKey<any>;
|
3156
3185
|
itemChildren?: SelectItemKey<any>;
|
3157
3186
|
itemProps?: SelectItemKey<any>;
|
3158
|
-
selected?:
|
3159
|
-
'onUpdate:selected'?: ((value: unknown
|
3160
|
-
opened?:
|
3161
|
-
'onUpdate:opened'?: ((value: unknown
|
3187
|
+
selected?: unknown;
|
3188
|
+
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
3189
|
+
opened?: unknown;
|
3190
|
+
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
3162
3191
|
} & {
|
3163
3192
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
3164
3193
|
title?: ((arg: ListItemTitleSlot & {
|
@@ -3387,7 +3416,7 @@ declare const VSelect: {
|
|
3387
3416
|
width?: string | number | undefined;
|
3388
3417
|
height?: string | number | undefined;
|
3389
3418
|
theme?: string | undefined;
|
3390
|
-
target?: Element | (string & {}) |
|
3419
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3391
3420
|
offset?: string | number | number[] | undefined;
|
3392
3421
|
contentClass?: any;
|
3393
3422
|
opacity?: string | number | undefined;
|
@@ -3395,7 +3424,7 @@ declare const VSelect: {
|
|
3395
3424
|
maxWidth?: string | number | undefined;
|
3396
3425
|
minHeight?: string | number | undefined;
|
3397
3426
|
minWidth?: string | number | undefined;
|
3398
|
-
activator?: Element | (string & {}) |
|
3427
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
3399
3428
|
openOnClick?: boolean | undefined;
|
3400
3429
|
openOnFocus?: boolean | undefined;
|
3401
3430
|
contentProps?: any;
|
@@ -3407,7 +3436,7 @@ declare const VSelect: {
|
|
3407
3436
|
activator?: ((arg: {
|
3408
3437
|
isActive: boolean;
|
3409
3438
|
props: Record<string, any>;
|
3410
|
-
targetRef:
|
3439
|
+
targetRef: TemplateRef;
|
3411
3440
|
}) => vue.VNodeChild) | undefined;
|
3412
3441
|
} | ((arg: {
|
3413
3442
|
isActive: vue.Ref<boolean>;
|
@@ -3419,7 +3448,7 @@ declare const VSelect: {
|
|
3419
3448
|
activator?: false | ((arg: {
|
3420
3449
|
isActive: boolean;
|
3421
3450
|
props: Record<string, any>;
|
3422
|
-
targetRef:
|
3451
|
+
targetRef: TemplateRef;
|
3423
3452
|
}) => vue.VNodeChild) | undefined;
|
3424
3453
|
} | undefined;
|
3425
3454
|
"v-slot:default"?: false | ((arg: {
|
@@ -3428,7 +3457,7 @@ declare const VSelect: {
|
|
3428
3457
|
"v-slot:activator"?: false | ((arg: {
|
3429
3458
|
isActive: boolean;
|
3430
3459
|
props: Record<string, any>;
|
3431
|
-
targetRef:
|
3460
|
+
targetRef: TemplateRef;
|
3432
3461
|
}) => vue.VNodeChild) | undefined;
|
3433
3462
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3434
3463
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
@@ -3464,7 +3493,7 @@ declare const VSelect: {
|
|
3464
3493
|
width?: string | number | undefined;
|
3465
3494
|
height?: string | number | undefined;
|
3466
3495
|
theme?: string | undefined;
|
3467
|
-
target?: Element | (string & {}) |
|
3496
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
3468
3497
|
offset?: string | number | number[] | undefined;
|
3469
3498
|
contentClass?: any;
|
3470
3499
|
opacity?: string | number | undefined;
|
@@ -3472,7 +3501,7 @@ declare const VSelect: {
|
|
3472
3501
|
maxWidth?: string | number | undefined;
|
3473
3502
|
minHeight?: string | number | undefined;
|
3474
3503
|
minWidth?: string | number | undefined;
|
3475
|
-
activator?: Element | (string & {}) |
|
3504
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
3476
3505
|
openOnClick?: boolean | undefined;
|
3477
3506
|
openOnFocus?: boolean | undefined;
|
3478
3507
|
contentProps?: any;
|
@@ -3485,7 +3514,7 @@ declare const VSelect: {
|
|
3485
3514
|
activator?: ((arg: {
|
3486
3515
|
isActive: boolean;
|
3487
3516
|
props: Record<string, any>;
|
3488
|
-
targetRef:
|
3517
|
+
targetRef: TemplateRef;
|
3489
3518
|
}) => vue.VNodeChild) | undefined;
|
3490
3519
|
} | ((arg: {
|
3491
3520
|
isActive: vue.Ref<boolean>;
|
@@ -3497,7 +3526,7 @@ declare const VSelect: {
|
|
3497
3526
|
activator?: false | ((arg: {
|
3498
3527
|
isActive: boolean;
|
3499
3528
|
props: Record<string, any>;
|
3500
|
-
targetRef:
|
3529
|
+
targetRef: TemplateRef;
|
3501
3530
|
}) => vue.VNodeChild) | undefined;
|
3502
3531
|
} | undefined;
|
3503
3532
|
} & {
|
@@ -3507,7 +3536,7 @@ declare const VSelect: {
|
|
3507
3536
|
"v-slot:activator"?: false | ((arg: {
|
3508
3537
|
isActive: boolean;
|
3509
3538
|
props: Record<string, any>;
|
3510
|
-
targetRef:
|
3539
|
+
targetRef: TemplateRef;
|
3511
3540
|
}) => vue.VNodeChild) | undefined;
|
3512
3541
|
} & {
|
3513
3542
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -3706,7 +3735,7 @@ declare const VSelect: {
|
|
3706
3735
|
valueComparator: typeof deepEqual;
|
3707
3736
|
activatable: boolean;
|
3708
3737
|
selectable: boolean;
|
3709
|
-
selectStrategy: NonNullable<
|
3738
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3710
3739
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3711
3740
|
lines: false | "one" | "two" | "three";
|
3712
3741
|
returnObject: boolean;
|
@@ -3724,7 +3753,7 @@ declare const VSelect: {
|
|
3724
3753
|
valueComparator: typeof deepEqual;
|
3725
3754
|
activatable: boolean;
|
3726
3755
|
selectable: boolean;
|
3727
|
-
selectStrategy: NonNullable<
|
3756
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3728
3757
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3729
3758
|
lines: false | "one" | "two" | "three";
|
3730
3759
|
returnObject: boolean;
|
@@ -3734,7 +3763,7 @@ declare const VSelect: {
|
|
3734
3763
|
height?: string | number | undefined;
|
3735
3764
|
theme?: string | undefined;
|
3736
3765
|
color?: string | undefined;
|
3737
|
-
activated?:
|
3766
|
+
activated?: any;
|
3738
3767
|
border?: string | number | boolean | undefined;
|
3739
3768
|
rounded?: string | number | boolean | undefined;
|
3740
3769
|
maxHeight?: string | number | undefined;
|
@@ -3745,11 +3774,11 @@ declare const VSelect: {
|
|
3745
3774
|
baseColor?: string | undefined;
|
3746
3775
|
bgColor?: string | undefined;
|
3747
3776
|
activeClass?: string | undefined;
|
3748
|
-
activeStrategy?:
|
3777
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
3749
3778
|
activeColor?: string | undefined;
|
3750
3779
|
collapseIcon?: string | undefined;
|
3751
3780
|
expandIcon?: string | undefined;
|
3752
|
-
"onUpdate:activated"?: ((value: unknown
|
3781
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
3753
3782
|
"onClick:open"?: ((value: {
|
3754
3783
|
id: unknown;
|
3755
3784
|
value: boolean;
|
@@ -3778,7 +3807,7 @@ declare const VSelect: {
|
|
3778
3807
|
valueComparator: typeof deepEqual;
|
3779
3808
|
activatable: boolean;
|
3780
3809
|
selectable: boolean;
|
3781
|
-
selectStrategy: NonNullable<
|
3810
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
3782
3811
|
openStrategy: NonNullable<OpenStrategyProp>;
|
3783
3812
|
lines: false | "one" | "two" | "three";
|
3784
3813
|
returnObject: boolean;
|
@@ -3789,7 +3818,7 @@ declare const VSelect: {
|
|
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,12 +3829,12 @@ declare const VSelect: {
|
|
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
3836
|
} & {
|
3808
|
-
"onUpdate:activated"?: ((value: unknown
|
3837
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
3809
3838
|
"onClick:open"?: ((value: {
|
3810
3839
|
id: unknown;
|
3811
3840
|
value: boolean;
|
@@ -3827,10 +3856,10 @@ declare const VSelect: {
|
|
3827
3856
|
itemValue?: SelectItemKey<any>;
|
3828
3857
|
itemChildren?: SelectItemKey<any>;
|
3829
3858
|
itemProps?: SelectItemKey<any>;
|
3830
|
-
selected?:
|
3831
|
-
'onUpdate:selected'?: ((value: unknown
|
3832
|
-
opened?:
|
3833
|
-
'onUpdate:opened'?: ((value: unknown
|
3859
|
+
selected?: unknown;
|
3860
|
+
'onUpdate:selected'?: ((value: unknown) => void) | undefined;
|
3861
|
+
opened?: unknown;
|
3862
|
+
'onUpdate:opened'?: ((value: unknown) => void) | undefined;
|
3834
3863
|
} & {
|
3835
3864
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
3836
3865
|
title?: ((arg: ListItemTitleSlot & {
|
@@ -4059,7 +4088,7 @@ declare const VSelect: {
|
|
4059
4088
|
width?: string | number | undefined;
|
4060
4089
|
height?: string | number | undefined;
|
4061
4090
|
theme?: string | undefined;
|
4062
|
-
target?: Element | (string & {}) |
|
4091
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
4063
4092
|
offset?: string | number | number[] | undefined;
|
4064
4093
|
contentClass?: any;
|
4065
4094
|
opacity?: string | number | undefined;
|
@@ -4067,7 +4096,7 @@ declare const VSelect: {
|
|
4067
4096
|
maxWidth?: string | number | undefined;
|
4068
4097
|
minHeight?: string | number | undefined;
|
4069
4098
|
minWidth?: string | number | undefined;
|
4070
|
-
activator?: Element | (string & {}) |
|
4099
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
4071
4100
|
openOnClick?: boolean | undefined;
|
4072
4101
|
openOnFocus?: boolean | undefined;
|
4073
4102
|
contentProps?: any;
|
@@ -4079,7 +4108,7 @@ declare const VSelect: {
|
|
4079
4108
|
activator?: ((arg: {
|
4080
4109
|
isActive: boolean;
|
4081
4110
|
props: Record<string, any>;
|
4082
|
-
targetRef:
|
4111
|
+
targetRef: TemplateRef;
|
4083
4112
|
}) => vue.VNodeChild) | undefined;
|
4084
4113
|
} | ((arg: {
|
4085
4114
|
isActive: vue.Ref<boolean>;
|
@@ -4091,7 +4120,7 @@ declare const VSelect: {
|
|
4091
4120
|
activator?: false | ((arg: {
|
4092
4121
|
isActive: boolean;
|
4093
4122
|
props: Record<string, any>;
|
4094
|
-
targetRef:
|
4123
|
+
targetRef: TemplateRef;
|
4095
4124
|
}) => vue.VNodeChild) | undefined;
|
4096
4125
|
} | undefined;
|
4097
4126
|
"v-slot:default"?: false | ((arg: {
|
@@ -4100,7 +4129,7 @@ declare const VSelect: {
|
|
4100
4129
|
"v-slot:activator"?: false | ((arg: {
|
4101
4130
|
isActive: boolean;
|
4102
4131
|
props: Record<string, any>;
|
4103
|
-
targetRef:
|
4132
|
+
targetRef: TemplateRef;
|
4104
4133
|
}) => vue.VNodeChild) | undefined;
|
4105
4134
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
4106
4135
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
@@ -4136,7 +4165,7 @@ declare const VSelect: {
|
|
4136
4165
|
width?: string | number | undefined;
|
4137
4166
|
height?: string | number | undefined;
|
4138
4167
|
theme?: string | undefined;
|
4139
|
-
target?: Element | (string & {}) |
|
4168
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
4140
4169
|
offset?: string | number | number[] | undefined;
|
4141
4170
|
contentClass?: any;
|
4142
4171
|
opacity?: string | number | undefined;
|
@@ -4144,7 +4173,7 @@ declare const VSelect: {
|
|
4144
4173
|
maxWidth?: string | number | undefined;
|
4145
4174
|
minHeight?: string | number | undefined;
|
4146
4175
|
minWidth?: string | number | undefined;
|
4147
|
-
activator?: Element | (string & {}) |
|
4176
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
4148
4177
|
openOnClick?: boolean | undefined;
|
4149
4178
|
openOnFocus?: boolean | undefined;
|
4150
4179
|
contentProps?: any;
|
@@ -4157,7 +4186,7 @@ declare const VSelect: {
|
|
4157
4186
|
activator?: ((arg: {
|
4158
4187
|
isActive: boolean;
|
4159
4188
|
props: Record<string, any>;
|
4160
|
-
targetRef:
|
4189
|
+
targetRef: TemplateRef;
|
4161
4190
|
}) => vue.VNodeChild) | undefined;
|
4162
4191
|
} | ((arg: {
|
4163
4192
|
isActive: vue.Ref<boolean>;
|
@@ -4169,7 +4198,7 @@ declare const VSelect: {
|
|
4169
4198
|
activator?: false | ((arg: {
|
4170
4199
|
isActive: boolean;
|
4171
4200
|
props: Record<string, any>;
|
4172
|
-
targetRef:
|
4201
|
+
targetRef: TemplateRef;
|
4173
4202
|
}) => vue.VNodeChild) | undefined;
|
4174
4203
|
} | undefined;
|
4175
4204
|
} & {
|
@@ -4179,7 +4208,7 @@ declare const VSelect: {
|
|
4179
4208
|
"v-slot:activator"?: false | ((arg: {
|
4180
4209
|
isActive: boolean;
|
4181
4210
|
props: Record<string, any>;
|
4182
|
-
targetRef:
|
4211
|
+
targetRef: TemplateRef;
|
4183
4212
|
}) => vue.VNodeChild) | undefined;
|
4184
4213
|
} & {
|
4185
4214
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|