@vuetify/nightly 3.7.1-master.2024-09-03 → 3.7.1-master.2024-09-05
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/dist/json/attributes.json +2 -2
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +112 -112
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +2934 -2934
- package/dist/vuetify-labs.d.ts +999 -999
- package/dist/vuetify-labs.esm.js +11 -27
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -27
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2805 -2805
- package/dist/vuetify.d.ts +849 -849
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VAlert/index.d.mts +10 -10
- package/lib/components/VAppBar/index.d.mts +18 -18
- package/lib/components/VAutocomplete/index.d.mts +109 -109
- package/lib/components/VAvatar/index.d.mts +4 -4
- package/lib/components/VBadge/index.d.mts +4 -4
- package/lib/components/VBanner/index.d.mts +14 -14
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/index.d.mts +4 -4
- package/lib/components/VBtn/index.d.mts +14 -14
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/index.d.mts +14 -14
- package/lib/components/VCarousel/index.d.mts +13 -13
- package/lib/components/VCheckbox/index.d.mts +4 -4
- package/lib/components/VChip/index.d.mts +8 -8
- package/lib/components/VChipGroup/index.d.mts +4 -4
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +109 -109
- package/lib/components/VDataTable/index.d.mts +14 -14
- package/lib/components/VDatePicker/index.d.mts +12 -12
- package/lib/components/VDialog/index.d.mts +50 -50
- package/lib/components/VEmptyState/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +4 -4
- package/lib/components/VFab/index.d.mts +18 -18
- package/lib/components/VFileInput/index.d.mts +6 -6
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VIcon/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +2 -2
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/index.d.mts +23 -23
- package/lib/components/VMenu/index.d.mts +50 -50
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +18 -18
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverlay/index.d.mts +11 -11
- package/lib/components/VPagination/index.d.mts +4 -4
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadioGroup/index.d.mts +2 -2
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +109 -109
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlider/index.d.mts +8 -8
- package/lib/components/VSnackbar/index.d.mts +62 -62
- package/lib/components/VSpeedDial/index.d.mts +11 -11
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSwitch/index.d.mts +2 -2
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +53 -53
- package/lib/components/VTextField/index.d.mts +13 -13
- package/lib/components/VTextarea/index.d.mts +10 -10
- package/lib/components/VTimeline/index.d.mts +4 -4
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +45 -45
- package/lib/components/VWindow/index.d.mts +6 -6
- package/lib/components/index.d.mts +810 -810
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +39 -39
- package/lib/labs/VDateInput/index.d.mts +12 -12
- package/lib/labs/VNumberInput/index.d.mts +67 -67
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
- package/lib/labs/VStepperVertical/index.d.mts +6 -6
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +26 -26
- package/lib/labs/VTimePicker/util.mjs +5 -0
- package/lib/labs/VTimePicker/util.mjs.map +1 -0
- package/lib/labs/VTreeview/index.d.mts +40 -40
- package/lib/labs/components.d.mts +256 -256
- package/package.json +6 -8
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/components/VDatePicker/util/index.mjs +0 -9
- package/lib/components/VDatePicker/util/index.mjs.map +0 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
- package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/components/VDatePicker/util/pad.mjs +0 -21
- package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/services/goto/easing-patterns.mjs +0 -27
- package/lib/services/goto/easing-patterns.mjs.map +0 -1
- package/lib/services/goto/index.mjs +0 -73
- package/lib/services/goto/index.mjs.map +0 -1
- package/lib/services/goto/util.mjs +0 -39
- package/lib/services/goto/util.mjs.map +0 -1
@@ -108,12 +108,13 @@ declare const VListItem: {
|
|
108
108
|
value?: any;
|
109
109
|
title?: string | number | undefined;
|
110
110
|
class?: any;
|
111
|
+
theme?: string | undefined;
|
112
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
113
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
111
114
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
112
115
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
113
116
|
href?: string | undefined;
|
114
117
|
elevation?: string | number | undefined;
|
115
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
116
|
-
theme?: string | undefined;
|
117
118
|
rounded?: string | number | boolean | undefined;
|
118
119
|
baseColor?: string | undefined;
|
119
120
|
activeColor?: string | undefined;
|
@@ -123,7 +124,6 @@ declare const VListItem: {
|
|
123
124
|
appendAvatar?: string | undefined;
|
124
125
|
prependAvatar?: string | undefined;
|
125
126
|
subtitle?: string | number | undefined;
|
126
|
-
lines?: false | "one" | "two" | "three" | undefined;
|
127
127
|
} & {
|
128
128
|
$children?: vue.VNodeChild | {
|
129
129
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -205,12 +205,13 @@ declare const VListItem: {
|
|
205
205
|
value?: any;
|
206
206
|
title?: string | number | undefined;
|
207
207
|
class?: any;
|
208
|
+
theme?: string | undefined;
|
209
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
210
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
208
211
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
209
212
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
210
213
|
href?: string | undefined;
|
211
214
|
elevation?: string | number | undefined;
|
212
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
213
|
-
theme?: string | undefined;
|
214
215
|
rounded?: string | number | boolean | undefined;
|
215
216
|
baseColor?: string | undefined;
|
216
217
|
activeColor?: string | undefined;
|
@@ -220,7 +221,6 @@ declare const VListItem: {
|
|
220
221
|
appendAvatar?: string | undefined;
|
221
222
|
prependAvatar?: string | undefined;
|
222
223
|
subtitle?: string | number | undefined;
|
223
|
-
lines?: false | "one" | "two" | "three" | undefined;
|
224
224
|
} & {
|
225
225
|
$children?: vue.VNodeChild | {
|
226
226
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -302,12 +302,13 @@ declare const VListItem: {
|
|
302
302
|
value?: any;
|
303
303
|
title?: string | number | undefined;
|
304
304
|
class?: any;
|
305
|
+
theme?: string | undefined;
|
306
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
307
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
305
308
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
306
309
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
307
310
|
href?: string | undefined;
|
308
311
|
elevation?: string | number | undefined;
|
309
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
310
|
-
theme?: string | undefined;
|
311
312
|
rounded?: string | number | boolean | undefined;
|
312
313
|
baseColor?: string | undefined;
|
313
314
|
activeColor?: string | undefined;
|
@@ -317,7 +318,6 @@ declare const VListItem: {
|
|
317
318
|
appendAvatar?: string | undefined;
|
318
319
|
prependAvatar?: string | undefined;
|
319
320
|
subtitle?: string | number | undefined;
|
320
|
-
lines?: false | "one" | "two" | "three" | undefined;
|
321
321
|
} & {
|
322
322
|
$children?: vue.VNodeChild | {
|
323
323
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -418,12 +418,13 @@ declare const VListItem: {
|
|
418
418
|
value?: any;
|
419
419
|
title?: string | number | undefined;
|
420
420
|
class?: any;
|
421
|
+
theme?: string | undefined;
|
422
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
423
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
421
424
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
422
425
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
423
426
|
href?: string | undefined;
|
424
427
|
elevation?: string | number | undefined;
|
425
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
426
|
-
theme?: string | undefined;
|
427
428
|
rounded?: string | number | boolean | undefined;
|
428
429
|
baseColor?: string | undefined;
|
429
430
|
activeColor?: string | undefined;
|
@@ -433,7 +434,6 @@ declare const VListItem: {
|
|
433
434
|
appendAvatar?: string | undefined;
|
434
435
|
prependAvatar?: string | undefined;
|
435
436
|
subtitle?: string | number | undefined;
|
436
|
-
lines?: false | "one" | "two" | "three" | undefined;
|
437
437
|
} & {
|
438
438
|
$children?: vue.VNodeChild | {
|
439
439
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -772,6 +772,7 @@ declare const VList: {
|
|
772
772
|
style: vue.StyleValue;
|
773
773
|
disabled: boolean;
|
774
774
|
tag: string;
|
775
|
+
lines: false | "one" | "two" | "three";
|
775
776
|
mandatory: boolean;
|
776
777
|
tile: boolean;
|
777
778
|
density: Density;
|
@@ -781,7 +782,6 @@ declare const VList: {
|
|
781
782
|
selectable: boolean;
|
782
783
|
selectStrategy: SelectStrategyProp;
|
783
784
|
openStrategy: OpenStrategyProp;
|
784
|
-
lines: false | "one" | "two" | "three";
|
785
785
|
returnObject: boolean;
|
786
786
|
itemType: string;
|
787
787
|
} & {
|
@@ -795,8 +795,8 @@ declare const VList: {
|
|
795
795
|
minWidth?: string | number | undefined;
|
796
796
|
activated?: any;
|
797
797
|
class?: any;
|
798
|
-
elevation?: string | number | undefined;
|
799
798
|
theme?: string | undefined;
|
799
|
+
elevation?: string | number | undefined;
|
800
800
|
rounded?: string | number | boolean | undefined;
|
801
801
|
baseColor?: string | undefined;
|
802
802
|
bgColor?: string | undefined;
|
@@ -844,6 +844,7 @@ declare const VList: {
|
|
844
844
|
style: vue.StyleValue;
|
845
845
|
disabled: boolean;
|
846
846
|
tag: string;
|
847
|
+
lines: false | "one" | "two" | "three";
|
847
848
|
mandatory: boolean;
|
848
849
|
tile: boolean;
|
849
850
|
density: Density;
|
@@ -853,7 +854,6 @@ declare const VList: {
|
|
853
854
|
selectable: boolean;
|
854
855
|
selectStrategy: SelectStrategyProp;
|
855
856
|
openStrategy: OpenStrategyProp;
|
856
|
-
lines: false | "one" | "two" | "three";
|
857
857
|
returnObject: boolean;
|
858
858
|
itemType: string;
|
859
859
|
} & {
|
@@ -867,8 +867,8 @@ declare const VList: {
|
|
867
867
|
minWidth?: string | number | undefined;
|
868
868
|
activated?: any;
|
869
869
|
class?: any;
|
870
|
-
elevation?: string | number | undefined;
|
871
870
|
theme?: string | undefined;
|
871
|
+
elevation?: string | number | undefined;
|
872
872
|
rounded?: string | number | boolean | undefined;
|
873
873
|
baseColor?: string | undefined;
|
874
874
|
bgColor?: string | undefined;
|
@@ -890,6 +890,7 @@ declare const VList: {
|
|
890
890
|
style: vue.StyleValue;
|
891
891
|
disabled: boolean;
|
892
892
|
tag: string;
|
893
|
+
lines: false | "one" | "two" | "three";
|
893
894
|
mandatory: boolean;
|
894
895
|
rounded: string | number | boolean;
|
895
896
|
tile: boolean;
|
@@ -900,7 +901,6 @@ declare const VList: {
|
|
900
901
|
selectable: boolean;
|
901
902
|
selectStrategy: SelectStrategyProp;
|
902
903
|
openStrategy: OpenStrategyProp;
|
903
|
-
lines: false | "one" | "two" | "three";
|
904
904
|
returnObject: boolean;
|
905
905
|
itemType: string;
|
906
906
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -942,6 +942,7 @@ declare const VList: {
|
|
942
942
|
style: vue.StyleValue;
|
943
943
|
disabled: boolean;
|
944
944
|
tag: string;
|
945
|
+
lines: false | "one" | "two" | "three";
|
945
946
|
mandatory: boolean;
|
946
947
|
tile: boolean;
|
947
948
|
density: Density;
|
@@ -951,7 +952,6 @@ declare const VList: {
|
|
951
952
|
selectable: boolean;
|
952
953
|
selectStrategy: SelectStrategyProp;
|
953
954
|
openStrategy: OpenStrategyProp;
|
954
|
-
lines: false | "one" | "two" | "three";
|
955
955
|
returnObject: boolean;
|
956
956
|
itemType: string;
|
957
957
|
} & {
|
@@ -965,8 +965,8 @@ declare const VList: {
|
|
965
965
|
minWidth?: string | number | undefined;
|
966
966
|
activated?: any;
|
967
967
|
class?: any;
|
968
|
-
elevation?: string | number | undefined;
|
969
968
|
theme?: string | undefined;
|
969
|
+
elevation?: string | number | undefined;
|
970
970
|
rounded?: string | number | boolean | undefined;
|
971
971
|
baseColor?: string | undefined;
|
972
972
|
bgColor?: string | undefined;
|
@@ -995,6 +995,7 @@ declare const VList: {
|
|
995
995
|
style: vue.StyleValue;
|
996
996
|
disabled: boolean;
|
997
997
|
tag: string;
|
998
|
+
lines: false | "one" | "two" | "three";
|
998
999
|
mandatory: boolean;
|
999
1000
|
rounded: string | number | boolean;
|
1000
1001
|
tile: boolean;
|
@@ -1005,7 +1006,6 @@ declare const VList: {
|
|
1005
1006
|
selectable: boolean;
|
1006
1007
|
selectStrategy: SelectStrategyProp;
|
1007
1008
|
openStrategy: OpenStrategyProp;
|
1008
|
-
lines: false | "one" | "two" | "three";
|
1009
1009
|
returnObject: boolean;
|
1010
1010
|
itemType: string;
|
1011
1011
|
}>;
|
@@ -1018,6 +1018,7 @@ declare const VList: {
|
|
1018
1018
|
style: vue.StyleValue;
|
1019
1019
|
disabled: boolean;
|
1020
1020
|
tag: string;
|
1021
|
+
lines: false | "one" | "two" | "three";
|
1021
1022
|
mandatory: boolean;
|
1022
1023
|
tile: boolean;
|
1023
1024
|
density: Density;
|
@@ -1027,7 +1028,6 @@ declare const VList: {
|
|
1027
1028
|
selectable: boolean;
|
1028
1029
|
selectStrategy: SelectStrategyProp;
|
1029
1030
|
openStrategy: OpenStrategyProp;
|
1030
|
-
lines: false | "one" | "two" | "three";
|
1031
1031
|
returnObject: boolean;
|
1032
1032
|
itemType: string;
|
1033
1033
|
} & {
|
@@ -1041,8 +1041,8 @@ declare const VList: {
|
|
1041
1041
|
minWidth?: string | number | undefined;
|
1042
1042
|
activated?: any;
|
1043
1043
|
class?: any;
|
1044
|
-
elevation?: string | number | undefined;
|
1045
1044
|
theme?: string | undefined;
|
1045
|
+
elevation?: string | number | undefined;
|
1046
1046
|
rounded?: string | number | boolean | undefined;
|
1047
1047
|
baseColor?: string | undefined;
|
1048
1048
|
bgColor?: string | undefined;
|
@@ -1090,6 +1090,7 @@ declare const VList: {
|
|
1090
1090
|
style: vue.StyleValue;
|
1091
1091
|
disabled: boolean;
|
1092
1092
|
tag: string;
|
1093
|
+
lines: false | "one" | "two" | "three";
|
1093
1094
|
mandatory: boolean;
|
1094
1095
|
rounded: string | number | boolean;
|
1095
1096
|
tile: boolean;
|
@@ -1100,7 +1101,6 @@ declare const VList: {
|
|
1100
1101
|
selectable: boolean;
|
1101
1102
|
selectStrategy: SelectStrategyProp;
|
1102
1103
|
openStrategy: OpenStrategyProp;
|
1103
|
-
lines: false | "one" | "two" | "three";
|
1104
1104
|
returnObject: boolean;
|
1105
1105
|
itemType: string;
|
1106
1106
|
}, {}, string, vue.SlotsType<Partial<{
|