@vuetify/nightly 3.6.3-master.2024-05-06 → 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 -11
- package/dist/json/attributes.json +178 -38
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +96 -96
- package/dist/json/tags.json +36 -1
- package/dist/json/web-types.json +495 -85
- package/dist/vuetify-labs.css +5373 -5349
- package/dist/vuetify-labs.d.ts +1626 -1283
- package/dist/vuetify-labs.esm.js +150 -147
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +149 -146
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2102 -2082
- package/dist/vuetify.d.ts +1195 -1208
- package/dist/vuetify.esm.js +97 -72
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +96 -71
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +981 -977
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +187 -158
- package/lib/components/VBottomSheet/index.d.mts +42 -42
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +187 -158
- 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 +126 -126
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +9 -9
- package/lib/components/VImg/index.d.mts +6 -6
- 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/VListItem.mjs +3 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +76 -52
- package/lib/components/VMenu/index.d.mts +126 -126
- package/lib/components/VOverlay/VOverlay.mjs +2 -5
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +42 -42
- package/lib/components/VOverlay/useActivator.mjs +5 -5
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.mjs +1 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.mts +6 -6
- package/lib/components/VSelect/index.d.mts +187 -158
- 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/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +126 -126
- package/lib/components/VSpeedDial/index.d.mts +42 -42
- 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 +126 -126
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/index.d.mts +1162 -1175
- package/lib/composables/component.mjs +1 -1
- package/lib/composables/component.mjs.map +1 -1
- 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 +33 -33
- 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/VNumberInput/VNumberInput.mjs +57 -81
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +402 -34
- package/lib/labs/VSnackbarQueue/index.d.mts +138 -138
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +88 -64
- package/lib/labs/components.d.mts +620 -235
- package/lib/util/helpers.mjs +16 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
@@ -103,7 +103,7 @@ declare const VListItem: {
|
|
103
103
|
prependAvatar?: string | undefined;
|
104
104
|
activeColor?: string | undefined;
|
105
105
|
subtitle?: string | number | undefined;
|
106
|
-
lines?: "one" | "two" | "three" | undefined;
|
106
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
107
107
|
} & {
|
108
108
|
$children?: vue.VNodeChild | {
|
109
109
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -180,7 +180,7 @@ declare const VListItem: {
|
|
180
180
|
prependAvatar?: string | undefined;
|
181
181
|
activeColor?: string | undefined;
|
182
182
|
subtitle?: string | number | undefined;
|
183
|
-
lines?: "one" | "two" | "three" | undefined;
|
183
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
184
184
|
} & {
|
185
185
|
$children?: vue.VNodeChild | {
|
186
186
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -287,7 +287,7 @@ declare const VListItem: {
|
|
287
287
|
prependAvatar?: string | undefined;
|
288
288
|
activeColor?: string | undefined;
|
289
289
|
subtitle?: string | number | undefined;
|
290
|
-
lines?: "one" | "two" | "three" | undefined;
|
290
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
291
291
|
} & {
|
292
292
|
$children?: vue.VNodeChild | {
|
293
293
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -383,7 +383,7 @@ declare const VListItem: {
|
|
383
383
|
prependAvatar?: string | undefined;
|
384
384
|
activeColor?: string | undefined;
|
385
385
|
subtitle?: string | number | undefined;
|
386
|
-
lines?: "one" | "two" | "three" | undefined;
|
386
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
387
387
|
} & {
|
388
388
|
$children?: vue.VNodeChild | {
|
389
389
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -505,7 +505,7 @@ declare const VListItem: {
|
|
505
505
|
appendIcon: PropType<IconValue>;
|
506
506
|
baseColor: StringConstructor;
|
507
507
|
disabled: BooleanConstructor;
|
508
|
-
lines: PropType<"one" | "two" | "three">;
|
508
|
+
lines: PropType<false | "one" | "two" | "three">;
|
509
509
|
link: {
|
510
510
|
type: BooleanConstructor;
|
511
511
|
default: undefined;
|
@@ -580,7 +580,7 @@ declare const VListItem: {
|
|
580
580
|
appendIcon: PropType<IconValue>;
|
581
581
|
baseColor: StringConstructor;
|
582
582
|
disabled: BooleanConstructor;
|
583
|
-
lines: PropType<"one" | "two" | "three">;
|
583
|
+
lines: PropType<false | "one" | "two" | "three">;
|
584
584
|
link: {
|
585
585
|
type: BooleanConstructor;
|
586
586
|
default: undefined;
|
@@ -603,6 +603,22 @@ declare const VListItem: {
|
|
603
603
|
}>>;
|
604
604
|
type VListItem = InstanceType<typeof VListItem>;
|
605
605
|
|
606
|
+
type ActiveStrategyFn = (data: {
|
607
|
+
id: unknown;
|
608
|
+
value: boolean;
|
609
|
+
activated: Set<unknown>;
|
610
|
+
children: Map<unknown, unknown[]>;
|
611
|
+
parents: Map<unknown, unknown>;
|
612
|
+
event?: Event;
|
613
|
+
}) => Set<unknown>;
|
614
|
+
type ActiveStrategyTransformInFn = (v: unknown | undefined, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => Set<unknown>;
|
615
|
+
type ActiveStrategyTransformOutFn = (v: Set<unknown>, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => unknown;
|
616
|
+
type ActiveStrategy = {
|
617
|
+
activate: ActiveStrategyFn;
|
618
|
+
in: ActiveStrategyTransformInFn;
|
619
|
+
out: ActiveStrategyTransformOutFn;
|
620
|
+
};
|
621
|
+
|
606
622
|
type OpenStrategyFn = (data: {
|
607
623
|
id: unknown;
|
608
624
|
value: boolean;
|
@@ -633,8 +649,16 @@ type SelectStrategyFn = (data: {
|
|
633
649
|
parents: Map<unknown, unknown>;
|
634
650
|
event?: Event;
|
635
651
|
}) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
652
|
+
type SelectStrategyTransformInFn = (v: readonly unknown[] | undefined, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
653
|
+
type SelectStrategyTransformOutFn = (v: Map<unknown, 'on' | 'off' | 'indeterminate'>, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => unknown[];
|
654
|
+
type SelectStrategy = {
|
655
|
+
select: SelectStrategyFn;
|
656
|
+
in: SelectStrategyTransformInFn;
|
657
|
+
out: SelectStrategyTransformOutFn;
|
658
|
+
};
|
636
659
|
|
637
|
-
type
|
660
|
+
type ActiveStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | ActiveStrategy | ((mandatory: boolean) => ActiveStrategy);
|
661
|
+
type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
|
638
662
|
type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
|
639
663
|
|
640
664
|
type VListChildrenSlots<T> = {
|
@@ -690,7 +714,7 @@ declare const VList: {
|
|
690
714
|
valueComparator: typeof deepEqual;
|
691
715
|
activatable: boolean;
|
692
716
|
selectable: boolean;
|
693
|
-
selectStrategy: NonNullable<
|
717
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
694
718
|
openStrategy: NonNullable<OpenStrategyProp>;
|
695
719
|
lines: false | "one" | "two" | "three";
|
696
720
|
returnObject: boolean;
|
@@ -701,7 +725,7 @@ declare const VList: {
|
|
701
725
|
height?: string | number | undefined;
|
702
726
|
theme?: string | undefined;
|
703
727
|
color?: string | undefined;
|
704
|
-
activated?:
|
728
|
+
activated?: any;
|
705
729
|
border?: string | number | boolean | undefined;
|
706
730
|
rounded?: string | number | boolean | undefined;
|
707
731
|
maxHeight?: string | number | undefined;
|
@@ -712,12 +736,12 @@ declare const VList: {
|
|
712
736
|
baseColor?: string | undefined;
|
713
737
|
bgColor?: string | undefined;
|
714
738
|
activeClass?: string | undefined;
|
715
|
-
activeStrategy?:
|
739
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
716
740
|
activeColor?: string | undefined;
|
717
741
|
collapseIcon?: string | undefined;
|
718
742
|
expandIcon?: string | undefined;
|
719
743
|
} & {
|
720
|
-
"onUpdate:activated"?: ((value: unknown
|
744
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
721
745
|
"onClick:open"?: ((value: {
|
722
746
|
id: unknown;
|
723
747
|
value: boolean;
|
@@ -740,9 +764,9 @@ declare const VList: {
|
|
740
764
|
children: vue.Ref<Map<unknown, unknown[]>>;
|
741
765
|
parents: vue.Ref<Map<unknown, unknown>>;
|
742
766
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
743
|
-
'update:selected': (value: unknown
|
744
|
-
'update:activated': (value: unknown
|
745
|
-
'update:opened': (value: unknown
|
767
|
+
'update:selected': (value: unknown) => boolean;
|
768
|
+
'update:activated': (value: unknown) => boolean;
|
769
|
+
'update:opened': (value: unknown) => boolean;
|
746
770
|
'click:open': (value: {
|
747
771
|
id: unknown;
|
748
772
|
value: boolean;
|
@@ -771,7 +795,7 @@ declare const VList: {
|
|
771
795
|
valueComparator: typeof deepEqual;
|
772
796
|
activatable: boolean;
|
773
797
|
selectable: boolean;
|
774
|
-
selectStrategy: NonNullable<
|
798
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
775
799
|
openStrategy: NonNullable<OpenStrategyProp>;
|
776
800
|
lines: false | "one" | "two" | "three";
|
777
801
|
returnObject: boolean;
|
@@ -782,7 +806,7 @@ declare const VList: {
|
|
782
806
|
height?: string | number | undefined;
|
783
807
|
theme?: string | undefined;
|
784
808
|
color?: string | undefined;
|
785
|
-
activated?:
|
809
|
+
activated?: any;
|
786
810
|
border?: string | number | boolean | undefined;
|
787
811
|
rounded?: string | number | boolean | undefined;
|
788
812
|
maxHeight?: string | number | undefined;
|
@@ -793,12 +817,12 @@ declare const VList: {
|
|
793
817
|
baseColor?: string | undefined;
|
794
818
|
bgColor?: string | undefined;
|
795
819
|
activeClass?: string | undefined;
|
796
|
-
activeStrategy?:
|
820
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
797
821
|
activeColor?: string | undefined;
|
798
822
|
collapseIcon?: string | undefined;
|
799
823
|
expandIcon?: string | undefined;
|
800
824
|
} & {
|
801
|
-
"onUpdate:activated"?: ((value: unknown
|
825
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
802
826
|
"onClick:open"?: ((value: {
|
803
827
|
id: unknown;
|
804
828
|
value: boolean;
|
@@ -828,7 +852,7 @@ declare const VList: {
|
|
828
852
|
valueComparator: typeof deepEqual;
|
829
853
|
activatable: boolean;
|
830
854
|
selectable: boolean;
|
831
|
-
selectStrategy: NonNullable<
|
855
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
832
856
|
openStrategy: NonNullable<OpenStrategyProp>;
|
833
857
|
lines: false | "one" | "two" | "three";
|
834
858
|
returnObject: boolean;
|
@@ -923,7 +947,7 @@ declare const VList: {
|
|
923
947
|
valueComparator: typeof deepEqual;
|
924
948
|
activatable: boolean;
|
925
949
|
selectable: boolean;
|
926
|
-
selectStrategy: NonNullable<
|
950
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
927
951
|
openStrategy: NonNullable<OpenStrategyProp>;
|
928
952
|
lines: false | "one" | "two" | "three";
|
929
953
|
returnObject: boolean;
|
@@ -934,7 +958,7 @@ declare const VList: {
|
|
934
958
|
height?: string | number | undefined;
|
935
959
|
theme?: string | undefined;
|
936
960
|
color?: string | undefined;
|
937
|
-
activated?:
|
961
|
+
activated?: any;
|
938
962
|
border?: string | number | boolean | undefined;
|
939
963
|
rounded?: string | number | boolean | undefined;
|
940
964
|
maxHeight?: string | number | undefined;
|
@@ -945,12 +969,12 @@ declare const VList: {
|
|
945
969
|
baseColor?: string | undefined;
|
946
970
|
bgColor?: string | undefined;
|
947
971
|
activeClass?: string | undefined;
|
948
|
-
activeStrategy?:
|
972
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
949
973
|
activeColor?: string | undefined;
|
950
974
|
collapseIcon?: string | undefined;
|
951
975
|
expandIcon?: string | undefined;
|
952
976
|
} & {
|
953
|
-
"onUpdate:activated"?: ((value: unknown
|
977
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
954
978
|
"onClick:open"?: ((value: {
|
955
979
|
id: unknown;
|
956
980
|
value: boolean;
|
@@ -986,7 +1010,7 @@ declare const VList: {
|
|
986
1010
|
valueComparator: typeof deepEqual;
|
987
1011
|
activatable: boolean;
|
988
1012
|
selectable: boolean;
|
989
|
-
selectStrategy: NonNullable<
|
1013
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
990
1014
|
openStrategy: NonNullable<OpenStrategyProp>;
|
991
1015
|
lines: false | "one" | "two" | "three";
|
992
1016
|
returnObject: boolean;
|
@@ -1008,7 +1032,7 @@ declare const VList: {
|
|
1008
1032
|
valueComparator: typeof deepEqual;
|
1009
1033
|
activatable: boolean;
|
1010
1034
|
selectable: boolean;
|
1011
|
-
selectStrategy: NonNullable<
|
1035
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
1012
1036
|
openStrategy: NonNullable<OpenStrategyProp>;
|
1013
1037
|
lines: false | "one" | "two" | "three";
|
1014
1038
|
returnObject: boolean;
|
@@ -1019,7 +1043,7 @@ declare const VList: {
|
|
1019
1043
|
height?: string | number | undefined;
|
1020
1044
|
theme?: string | undefined;
|
1021
1045
|
color?: string | undefined;
|
1022
|
-
activated?:
|
1046
|
+
activated?: any;
|
1023
1047
|
border?: string | number | boolean | undefined;
|
1024
1048
|
rounded?: string | number | boolean | undefined;
|
1025
1049
|
maxHeight?: string | number | undefined;
|
@@ -1030,12 +1054,12 @@ declare const VList: {
|
|
1030
1054
|
baseColor?: string | undefined;
|
1031
1055
|
bgColor?: string | undefined;
|
1032
1056
|
activeClass?: string | undefined;
|
1033
|
-
activeStrategy?:
|
1057
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
1034
1058
|
activeColor?: string | undefined;
|
1035
1059
|
collapseIcon?: string | undefined;
|
1036
1060
|
expandIcon?: string | undefined;
|
1037
1061
|
} & {
|
1038
|
-
"onUpdate:activated"?: ((value: unknown
|
1062
|
+
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
1039
1063
|
"onClick:open"?: ((value: {
|
1040
1064
|
id: unknown;
|
1041
1065
|
value: boolean;
|
@@ -1058,9 +1082,9 @@ declare const VList: {
|
|
1058
1082
|
children: vue.Ref<Map<unknown, unknown[]>>;
|
1059
1083
|
parents: vue.Ref<Map<unknown, unknown>>;
|
1060
1084
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
1061
|
-
'update:selected': (value: unknown
|
1062
|
-
'update:activated': (value: unknown
|
1063
|
-
'update:opened': (value: unknown
|
1085
|
+
'update:selected': (value: unknown) => boolean;
|
1086
|
+
'update:activated': (value: unknown) => boolean;
|
1087
|
+
'update:opened': (value: unknown) => boolean;
|
1064
1088
|
'click:open': (value: {
|
1065
1089
|
id: unknown;
|
1066
1090
|
value: boolean;
|
@@ -1090,7 +1114,7 @@ declare const VList: {
|
|
1090
1114
|
valueComparator: typeof deepEqual;
|
1091
1115
|
activatable: boolean;
|
1092
1116
|
selectable: boolean;
|
1093
|
-
selectStrategy: NonNullable<
|
1117
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
1094
1118
|
openStrategy: NonNullable<OpenStrategyProp>;
|
1095
1119
|
lines: false | "one" | "two" | "three";
|
1096
1120
|
returnObject: boolean;
|
@@ -1171,20 +1195,20 @@ declare const VList: {
|
|
1171
1195
|
itemValue?: SelectItemKey<ItemType<T>>;
|
1172
1196
|
itemChildren?: SelectItemKey<ItemType<T>>;
|
1173
1197
|
itemProps?: SelectItemKey<ItemType<T>>;
|
1174
|
-
selected?:
|
1175
|
-
'onUpdate:selected'?: ((value: S
|
1176
|
-
opened?:
|
1177
|
-
'onUpdate:opened'?: ((value: O
|
1198
|
+
selected?: S | undefined;
|
1199
|
+
'onUpdate:selected'?: ((value: S) => void) | undefined;
|
1200
|
+
opened?: O | undefined;
|
1201
|
+
'onUpdate:opened'?: ((value: O) => void) | undefined;
|
1178
1202
|
}, slots: VListChildrenSlots<ItemType<T>>) => GenericProps<{
|
1179
1203
|
items?: T | undefined;
|
1180
1204
|
itemTitle?: SelectItemKey<ItemType<T>>;
|
1181
1205
|
itemValue?: SelectItemKey<ItemType<T>>;
|
1182
1206
|
itemChildren?: SelectItemKey<ItemType<T>>;
|
1183
1207
|
itemProps?: SelectItemKey<ItemType<T>>;
|
1184
|
-
selected?:
|
1185
|
-
'onUpdate:selected'?: ((value: S
|
1186
|
-
opened?:
|
1187
|
-
'onUpdate:opened'?: ((value: O
|
1208
|
+
selected?: S | undefined;
|
1209
|
+
'onUpdate:selected'?: ((value: S) => void) | undefined;
|
1210
|
+
opened?: O | undefined;
|
1211
|
+
'onUpdate:opened'?: ((value: O) => void) | undefined;
|
1188
1212
|
}, VListChildrenSlots<ItemType<T>>>) & FilterPropsOptions<{
|
1189
1213
|
color: StringConstructor;
|
1190
1214
|
variant: Omit<{
|
@@ -1257,18 +1281,18 @@ declare const VList: {
|
|
1257
1281
|
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
1258
1282
|
activatable: BooleanConstructor;
|
1259
1283
|
selectable: BooleanConstructor;
|
1260
|
-
activeStrategy: PropType<
|
1284
|
+
activeStrategy: PropType<ActiveStrategyProp>;
|
1261
1285
|
selectStrategy: {
|
1262
|
-
type: PropType<NonNullable<
|
1263
|
-
default: NonNullable<
|
1286
|
+
type: PropType<NonNullable<SelectStrategyProp>>;
|
1287
|
+
default: NonNullable<SelectStrategyProp>;
|
1264
1288
|
};
|
1265
1289
|
openStrategy: {
|
1266
1290
|
type: PropType<NonNullable<OpenStrategyProp>>;
|
1267
1291
|
default: NonNullable<OpenStrategyProp>;
|
1268
1292
|
};
|
1269
|
-
opened:
|
1270
|
-
activated:
|
1271
|
-
selected:
|
1293
|
+
opened: null;
|
1294
|
+
activated: null;
|
1295
|
+
selected: null;
|
1272
1296
|
mandatory: BooleanConstructor;
|
1273
1297
|
baseColor: StringConstructor;
|
1274
1298
|
activeColor: StringConstructor;
|
@@ -1355,18 +1379,18 @@ declare const VList: {
|
|
1355
1379
|
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
1356
1380
|
activatable: BooleanConstructor;
|
1357
1381
|
selectable: BooleanConstructor;
|
1358
|
-
activeStrategy: PropType<
|
1382
|
+
activeStrategy: PropType<ActiveStrategyProp>;
|
1359
1383
|
selectStrategy: {
|
1360
|
-
type: PropType<NonNullable<
|
1361
|
-
default: NonNullable<
|
1384
|
+
type: PropType<NonNullable<SelectStrategyProp>>;
|
1385
|
+
default: NonNullable<SelectStrategyProp>;
|
1362
1386
|
};
|
1363
1387
|
openStrategy: {
|
1364
1388
|
type: PropType<NonNullable<OpenStrategyProp>>;
|
1365
1389
|
default: NonNullable<OpenStrategyProp>;
|
1366
1390
|
};
|
1367
|
-
opened:
|
1368
|
-
activated:
|
1369
|
-
selected:
|
1391
|
+
opened: null;
|
1392
|
+
activated: null;
|
1393
|
+
selected: null;
|
1370
1394
|
mandatory: BooleanConstructor;
|
1371
1395
|
baseColor: StringConstructor;
|
1372
1396
|
activeColor: StringConstructor;
|