@vuetify/nightly 3.6.11-master.2024-07-08 → 3.6.12-master.2024-07-11
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 +3 -4
- package/dist/json/attributes.json +57 -45
- package/dist/json/importMap.json +146 -146
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +97 -62
- package/dist/vuetify-labs.css +2977 -2955
- package/dist/vuetify-labs.d.ts +614 -688
- package/dist/vuetify-labs.esm.js +95 -74
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +95 -74
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4804 -4782
- package/dist/vuetify.d.ts +579 -653
- package/dist/vuetify.esm.js +78 -58
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +78 -58
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +67 -65
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +3 -3
- package/lib/blueprints/md1.d.mts +3 -3
- package/lib/blueprints/md2.d.mts +3 -3
- package/lib/blueprints/md3.d.mts +3 -3
- package/lib/components/VAutocomplete/index.d.mts +25 -31
- package/lib/components/VBottomSheet/index.d.mts +10 -10
- package/lib/components/VCheckbox/index.d.mts +2 -8
- package/lib/components/VCombobox/index.d.mts +25 -31
- package/lib/components/VDataIterator/index.d.mts +1 -0
- package/lib/components/VDataTable/VDataTable.mjs +6 -2
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +5 -4
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +6 -2
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +130 -129
- package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -4
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +70 -55
- package/lib/components/VDialog/index.d.mts +28 -28
- package/lib/components/VField/VField.css +11 -6
- package/lib/components/VField/VField.mjs +5 -7
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +6 -2
- package/lib/components/VField/index.d.mts +6 -12
- package/lib/components/VFileInput/index.d.mts +6 -12
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +1 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +2 -8
- package/lib/components/VMenu/index.d.mts +32 -32
- package/lib/components/VOverlay/index.d.mts +10 -10
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +17 -0
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -5
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +11 -0
- package/lib/components/VRadio/VRadio.mjs +8 -5
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +2 -8
- package/lib/components/VRangeSlider/index.d.mts +2 -8
- package/lib/components/VSelect/index.d.mts +25 -31
- package/lib/components/VSlider/index.d.mts +2 -8
- package/lib/components/VSnackbar/index.d.mts +28 -28
- package/lib/components/VSpeedDial/index.d.mts +14 -14
- package/lib/components/VSwitch/index.d.mts +2 -8
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +18 -24
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +72 -87
- package/lib/components/VTooltip/index.d.mts +32 -32
- package/lib/components/index.d.mts +530 -604
- package/lib/composables/calendar.mjs +10 -4
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +15 -13
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +49 -49
- package/lib/labs/VCalendar/VCalendar.mjs +7 -6
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VCalendar/index.d.mts +6 -0
- package/lib/labs/VDateInput/index.d.mts +39 -39
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +6 -12
- package/lib/labs/VSnackbarQueue/index.d.mts +37 -37
- package/lib/labs/VTimePicker/VTimePicker.mjs +5 -5
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerClock.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 +18 -18
- package/lib/labs/components.d.mts +106 -106
- package/package.json +1 -1
@@ -40,7 +40,7 @@ interface DateAdapter<T = unknown> {
|
|
40
40
|
toISO(date: T): string;
|
41
41
|
startOfDay(date: T): T;
|
42
42
|
endOfDay(date: T): T;
|
43
|
-
startOfWeek(date: T): T;
|
43
|
+
startOfWeek(date: T, firstDayOfWeek?: number | string): T;
|
44
44
|
endOfWeek(date: T): T;
|
45
45
|
startOfMonth(date: T): T;
|
46
46
|
endOfMonth(date: T): T;
|
@@ -63,8 +63,8 @@ interface DateAdapter<T = unknown> {
|
|
63
63
|
getYear(date: T): number;
|
64
64
|
setYear(date: T, year: number): T;
|
65
65
|
getDiff(date: T, comparing: T | string, unit?: string): number;
|
66
|
-
getWeekArray(date: T): T[][];
|
67
|
-
getWeekdays(): string[];
|
66
|
+
getWeekArray(date: T, firstDayOfWeek?: number | string): T[][];
|
67
|
+
getWeekdays(firstDayOfWeek?: number | string): string[];
|
68
68
|
getMonth(date: T): number;
|
69
69
|
setMonth(date: T, month: number): T;
|
70
70
|
getDate(date: T): number;
|
package/lib/blueprints/md1.d.mts
CHANGED
@@ -40,7 +40,7 @@ interface DateAdapter<T = unknown> {
|
|
40
40
|
toISO(date: T): string;
|
41
41
|
startOfDay(date: T): T;
|
42
42
|
endOfDay(date: T): T;
|
43
|
-
startOfWeek(date: T): T;
|
43
|
+
startOfWeek(date: T, firstDayOfWeek?: number | string): T;
|
44
44
|
endOfWeek(date: T): T;
|
45
45
|
startOfMonth(date: T): T;
|
46
46
|
endOfMonth(date: T): T;
|
@@ -63,8 +63,8 @@ interface DateAdapter<T = unknown> {
|
|
63
63
|
getYear(date: T): number;
|
64
64
|
setYear(date: T, year: number): T;
|
65
65
|
getDiff(date: T, comparing: T | string, unit?: string): number;
|
66
|
-
getWeekArray(date: T): T[][];
|
67
|
-
getWeekdays(): string[];
|
66
|
+
getWeekArray(date: T, firstDayOfWeek?: number | string): T[][];
|
67
|
+
getWeekdays(firstDayOfWeek?: number | string): string[];
|
68
68
|
getMonth(date: T): number;
|
69
69
|
setMonth(date: T, month: number): T;
|
70
70
|
getDate(date: T): number;
|
package/lib/blueprints/md2.d.mts
CHANGED
@@ -40,7 +40,7 @@ interface DateAdapter<T = unknown> {
|
|
40
40
|
toISO(date: T): string;
|
41
41
|
startOfDay(date: T): T;
|
42
42
|
endOfDay(date: T): T;
|
43
|
-
startOfWeek(date: T): T;
|
43
|
+
startOfWeek(date: T, firstDayOfWeek?: number | string): T;
|
44
44
|
endOfWeek(date: T): T;
|
45
45
|
startOfMonth(date: T): T;
|
46
46
|
endOfMonth(date: T): T;
|
@@ -63,8 +63,8 @@ interface DateAdapter<T = unknown> {
|
|
63
63
|
getYear(date: T): number;
|
64
64
|
setYear(date: T, year: number): T;
|
65
65
|
getDiff(date: T, comparing: T | string, unit?: string): number;
|
66
|
-
getWeekArray(date: T): T[][];
|
67
|
-
getWeekdays(): string[];
|
66
|
+
getWeekArray(date: T, firstDayOfWeek?: number | string): T[][];
|
67
|
+
getWeekdays(firstDayOfWeek?: number | string): string[];
|
68
68
|
getMonth(date: T): number;
|
69
69
|
setMonth(date: T, month: number): T;
|
70
70
|
getDate(date: T): number;
|
package/lib/blueprints/md3.d.mts
CHANGED
@@ -40,7 +40,7 @@ interface DateAdapter<T = unknown> {
|
|
40
40
|
toISO(date: T): string;
|
41
41
|
startOfDay(date: T): T;
|
42
42
|
endOfDay(date: T): T;
|
43
|
-
startOfWeek(date: T): T;
|
43
|
+
startOfWeek(date: T, firstDayOfWeek?: number | string): T;
|
44
44
|
endOfWeek(date: T): T;
|
45
45
|
startOfMonth(date: T): T;
|
46
46
|
endOfMonth(date: T): T;
|
@@ -63,8 +63,8 @@ interface DateAdapter<T = unknown> {
|
|
63
63
|
getYear(date: T): number;
|
64
64
|
setYear(date: T, year: number): T;
|
65
65
|
getDiff(date: T, comparing: T | string, unit?: string): number;
|
66
|
-
getWeekArray(date: T): T[][];
|
67
|
-
getWeekdays(): string[];
|
66
|
+
getWeekArray(date: T, firstDayOfWeek?: number | string): T[][];
|
67
|
+
getWeekdays(firstDayOfWeek?: number | string): string[];
|
68
68
|
getMonth(date: T): number;
|
69
69
|
setMonth(date: T, month: number): T;
|
70
70
|
getDate(date: T): number;
|
@@ -168,7 +168,7 @@ interface LocationStrategyData {
|
|
168
168
|
isRtl: Ref<boolean>;
|
169
169
|
}
|
170
170
|
type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
171
|
-
updateLocation: (e
|
171
|
+
updateLocation: (e?: Event) => void;
|
172
172
|
};
|
173
173
|
declare const locationStrategies: {
|
174
174
|
static: typeof staticLocationStrategy;
|
@@ -308,6 +308,7 @@ declare const VAutocomplete: {
|
|
308
308
|
direction: "horizontal" | "vertical";
|
309
309
|
valueComparator: typeof deepEqual;
|
310
310
|
clearIcon: IconValue;
|
311
|
+
centerAffix: boolean;
|
311
312
|
hideSpinButtons: boolean;
|
312
313
|
persistentHint: boolean;
|
313
314
|
filterMode: FilterMode;
|
@@ -357,7 +358,6 @@ declare const VAutocomplete: {
|
|
357
358
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
358
359
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
359
360
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
360
|
-
centerAffix?: boolean | undefined;
|
361
361
|
hint?: string | undefined;
|
362
362
|
hideDetails?: boolean | "auto" | undefined;
|
363
363
|
customFilter?: FilterFunction | undefined;
|
@@ -638,7 +638,7 @@ declare const VAutocomplete: {
|
|
638
638
|
eager: boolean;
|
639
639
|
location: Anchor;
|
640
640
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
641
|
-
updateLocation: (e
|
641
|
+
updateLocation: (e?: Event | undefined) => void;
|
642
642
|
} | undefined) | "connected">;
|
643
643
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
644
644
|
closeDelay: NonNullable<string | number>;
|
@@ -667,7 +667,7 @@ declare const VAutocomplete: {
|
|
667
667
|
eager: boolean;
|
668
668
|
location: Anchor;
|
669
669
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
670
|
-
updateLocation: (e
|
670
|
+
updateLocation: (e?: Event | undefined) => void;
|
671
671
|
} | undefined) | "connected">;
|
672
672
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
673
673
|
closeDelay: NonNullable<string | number>;
|
@@ -743,7 +743,7 @@ declare const VAutocomplete: {
|
|
743
743
|
eager: boolean;
|
744
744
|
location: Anchor;
|
745
745
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
746
|
-
updateLocation: (e
|
746
|
+
updateLocation: (e?: Event | undefined) => void;
|
747
747
|
} | undefined) | "connected">;
|
748
748
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
749
749
|
closeDelay: NonNullable<string | number>;
|
@@ -848,6 +848,7 @@ declare const VAutocomplete: {
|
|
848
848
|
direction: "horizontal" | "vertical";
|
849
849
|
valueComparator: typeof deepEqual;
|
850
850
|
clearIcon: IconValue;
|
851
|
+
centerAffix: boolean;
|
851
852
|
hideSpinButtons: boolean;
|
852
853
|
persistentHint: boolean;
|
853
854
|
filterMode: FilterMode;
|
@@ -897,7 +898,6 @@ declare const VAutocomplete: {
|
|
897
898
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
898
899
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
899
900
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
900
|
-
centerAffix?: boolean | undefined;
|
901
901
|
hint?: string | undefined;
|
902
902
|
hideDetails?: boolean | "auto" | undefined;
|
903
903
|
customFilter?: FilterFunction | undefined;
|
@@ -1178,7 +1178,7 @@ declare const VAutocomplete: {
|
|
1178
1178
|
eager: boolean;
|
1179
1179
|
location: Anchor;
|
1180
1180
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1181
|
-
updateLocation: (e
|
1181
|
+
updateLocation: (e?: Event | undefined) => void;
|
1182
1182
|
} | undefined) | "connected">;
|
1183
1183
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1184
1184
|
closeDelay: NonNullable<string | number>;
|
@@ -1207,7 +1207,7 @@ declare const VAutocomplete: {
|
|
1207
1207
|
eager: boolean;
|
1208
1208
|
location: Anchor;
|
1209
1209
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1210
|
-
updateLocation: (e
|
1210
|
+
updateLocation: (e?: Event | undefined) => void;
|
1211
1211
|
} | undefined) | "connected">;
|
1212
1212
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1213
1213
|
closeDelay: NonNullable<string | number>;
|
@@ -1283,7 +1283,7 @@ declare const VAutocomplete: {
|
|
1283
1283
|
eager: boolean;
|
1284
1284
|
location: Anchor;
|
1285
1285
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1286
|
-
updateLocation: (e
|
1286
|
+
updateLocation: (e?: Event | undefined) => void;
|
1287
1287
|
} | undefined) | "connected">;
|
1288
1288
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1289
1289
|
closeDelay: NonNullable<string | number>;
|
@@ -1502,6 +1502,7 @@ declare const VAutocomplete: {
|
|
1502
1502
|
direction: "horizontal" | "vertical";
|
1503
1503
|
valueComparator: typeof deepEqual;
|
1504
1504
|
clearIcon: IconValue;
|
1505
|
+
centerAffix: boolean;
|
1505
1506
|
hideSpinButtons: boolean;
|
1506
1507
|
persistentHint: boolean;
|
1507
1508
|
filterMode: FilterMode;
|
@@ -1551,7 +1552,6 @@ declare const VAutocomplete: {
|
|
1551
1552
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1552
1553
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1553
1554
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1554
|
-
centerAffix?: boolean | undefined;
|
1555
1555
|
hint?: string | undefined;
|
1556
1556
|
hideDetails?: boolean | "auto" | undefined;
|
1557
1557
|
customFilter?: FilterFunction | undefined;
|
@@ -1832,7 +1832,7 @@ declare const VAutocomplete: {
|
|
1832
1832
|
eager: boolean;
|
1833
1833
|
location: Anchor;
|
1834
1834
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1835
|
-
updateLocation: (e
|
1835
|
+
updateLocation: (e?: Event | undefined) => void;
|
1836
1836
|
} | undefined) | "connected">;
|
1837
1837
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1838
1838
|
closeDelay: NonNullable<string | number>;
|
@@ -1861,7 +1861,7 @@ declare const VAutocomplete: {
|
|
1861
1861
|
eager: boolean;
|
1862
1862
|
location: Anchor;
|
1863
1863
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1864
|
-
updateLocation: (e
|
1864
|
+
updateLocation: (e?: Event | undefined) => void;
|
1865
1865
|
} | undefined) | "connected">;
|
1866
1866
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1867
1867
|
closeDelay: NonNullable<string | number>;
|
@@ -1937,7 +1937,7 @@ declare const VAutocomplete: {
|
|
1937
1937
|
eager: boolean;
|
1938
1938
|
location: Anchor;
|
1939
1939
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1940
|
-
updateLocation: (e
|
1940
|
+
updateLocation: (e?: Event | undefined) => void;
|
1941
1941
|
} | undefined) | "connected">;
|
1942
1942
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1943
1943
|
closeDelay: NonNullable<string | number>;
|
@@ -2091,6 +2091,7 @@ declare const VAutocomplete: {
|
|
2091
2091
|
direction: "horizontal" | "vertical";
|
2092
2092
|
valueComparator: typeof deepEqual;
|
2093
2093
|
clearIcon: IconValue;
|
2094
|
+
centerAffix: boolean;
|
2094
2095
|
hideSpinButtons: boolean;
|
2095
2096
|
persistentHint: boolean;
|
2096
2097
|
filterMode: FilterMode;
|
@@ -2140,7 +2141,6 @@ declare const VAutocomplete: {
|
|
2140
2141
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2141
2142
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2142
2143
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2143
|
-
centerAffix?: boolean | undefined;
|
2144
2144
|
hint?: string | undefined;
|
2145
2145
|
hideDetails?: boolean | "auto" | undefined;
|
2146
2146
|
customFilter?: FilterFunction | undefined;
|
@@ -2421,7 +2421,7 @@ declare const VAutocomplete: {
|
|
2421
2421
|
eager: boolean;
|
2422
2422
|
location: Anchor;
|
2423
2423
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2424
|
-
updateLocation: (e
|
2424
|
+
updateLocation: (e?: Event | undefined) => void;
|
2425
2425
|
} | undefined) | "connected">;
|
2426
2426
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2427
2427
|
closeDelay: NonNullable<string | number>;
|
@@ -2450,7 +2450,7 @@ declare const VAutocomplete: {
|
|
2450
2450
|
eager: boolean;
|
2451
2451
|
location: Anchor;
|
2452
2452
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2453
|
-
updateLocation: (e
|
2453
|
+
updateLocation: (e?: Event | undefined) => void;
|
2454
2454
|
} | undefined) | "connected">;
|
2455
2455
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2456
2456
|
closeDelay: NonNullable<string | number>;
|
@@ -2526,7 +2526,7 @@ declare const VAutocomplete: {
|
|
2526
2526
|
eager: boolean;
|
2527
2527
|
location: Anchor;
|
2528
2528
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2529
|
-
updateLocation: (e
|
2529
|
+
updateLocation: (e?: Event | undefined) => void;
|
2530
2530
|
} | undefined) | "connected">;
|
2531
2531
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2532
2532
|
closeDelay: NonNullable<string | number>;
|
@@ -2879,10 +2879,7 @@ declare const VAutocomplete: {
|
|
2879
2879
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
2880
2880
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
2881
2881
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
2882
|
-
centerAffix:
|
2883
|
-
type: BooleanConstructor;
|
2884
|
-
default: undefined;
|
2885
|
-
};
|
2882
|
+
centerAffix: BooleanConstructor;
|
2886
2883
|
hideSpinButtons: BooleanConstructor;
|
2887
2884
|
hint: StringConstructor;
|
2888
2885
|
persistentHint: BooleanConstructor;
|
@@ -3218,7 +3215,7 @@ declare const VAutocomplete: {
|
|
3218
3215
|
eager: boolean;
|
3219
3216
|
location: Anchor;
|
3220
3217
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3221
|
-
updateLocation: (e
|
3218
|
+
updateLocation: (e?: Event | undefined) => void;
|
3222
3219
|
} | undefined) | "connected">;
|
3223
3220
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3224
3221
|
closeDelay: NonNullable<string | number>;
|
@@ -3247,7 +3244,7 @@ declare const VAutocomplete: {
|
|
3247
3244
|
eager: boolean;
|
3248
3245
|
location: Anchor;
|
3249
3246
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3250
|
-
updateLocation: (e
|
3247
|
+
updateLocation: (e?: Event | undefined) => void;
|
3251
3248
|
} | undefined) | "connected">;
|
3252
3249
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3253
3250
|
closeDelay: NonNullable<string | number>;
|
@@ -3323,7 +3320,7 @@ declare const VAutocomplete: {
|
|
3323
3320
|
eager: boolean;
|
3324
3321
|
location: Anchor;
|
3325
3322
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3326
|
-
updateLocation: (e
|
3323
|
+
updateLocation: (e?: Event | undefined) => void;
|
3327
3324
|
} | undefined) | "connected">;
|
3328
3325
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3329
3326
|
closeDelay: NonNullable<string | number>;
|
@@ -3523,10 +3520,7 @@ declare const VAutocomplete: {
|
|
3523
3520
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
3524
3521
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
3525
3522
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
3526
|
-
centerAffix:
|
3527
|
-
type: BooleanConstructor;
|
3528
|
-
default: undefined;
|
3529
|
-
};
|
3523
|
+
centerAffix: BooleanConstructor;
|
3530
3524
|
hideSpinButtons: BooleanConstructor;
|
3531
3525
|
hint: StringConstructor;
|
3532
3526
|
persistentHint: BooleanConstructor;
|
@@ -3862,7 +3856,7 @@ declare const VAutocomplete: {
|
|
3862
3856
|
eager: boolean;
|
3863
3857
|
location: Anchor;
|
3864
3858
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3865
|
-
updateLocation: (e
|
3859
|
+
updateLocation: (e?: Event | undefined) => void;
|
3866
3860
|
} | undefined) | "connected">;
|
3867
3861
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3868
3862
|
closeDelay: NonNullable<string | number>;
|
@@ -3891,7 +3885,7 @@ declare const VAutocomplete: {
|
|
3891
3885
|
eager: boolean;
|
3892
3886
|
location: Anchor;
|
3893
3887
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3894
|
-
updateLocation: (e
|
3888
|
+
updateLocation: (e?: Event | undefined) => void;
|
3895
3889
|
} | undefined) | "connected">;
|
3896
3890
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3897
3891
|
closeDelay: NonNullable<string | number>;
|
@@ -3967,7 +3961,7 @@ declare const VAutocomplete: {
|
|
3967
3961
|
eager: boolean;
|
3968
3962
|
location: Anchor;
|
3969
3963
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3970
|
-
updateLocation: (e
|
3964
|
+
updateLocation: (e?: Event | undefined) => void;
|
3971
3965
|
} | undefined) | "connected">;
|
3972
3966
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3973
3967
|
closeDelay: NonNullable<string | number>;
|
@@ -41,7 +41,7 @@ interface LocationStrategyData {
|
|
41
41
|
isRtl: Ref<boolean>;
|
42
42
|
}
|
43
43
|
type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
44
|
-
updateLocation: (e
|
44
|
+
updateLocation: (e?: Event) => void;
|
45
45
|
};
|
46
46
|
declare const locationStrategies: {
|
47
47
|
static: typeof staticLocationStrategy;
|
@@ -107,7 +107,7 @@ declare const VBottomSheet: {
|
|
107
107
|
eager: boolean;
|
108
108
|
location: Anchor;
|
109
109
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
110
|
-
updateLocation: (e
|
110
|
+
updateLocation: (e?: Event | undefined) => void;
|
111
111
|
} | undefined) | "connected";
|
112
112
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
113
113
|
activatorProps: Record<string, any>;
|
@@ -193,7 +193,7 @@ declare const VBottomSheet: {
|
|
193
193
|
eager: boolean;
|
194
194
|
location: Anchor;
|
195
195
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
196
|
-
updateLocation: (e
|
196
|
+
updateLocation: (e?: Event | undefined) => void;
|
197
197
|
} | undefined) | "connected";
|
198
198
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
199
199
|
activatorProps: Record<string, any>;
|
@@ -277,7 +277,7 @@ declare const VBottomSheet: {
|
|
277
277
|
eager: boolean;
|
278
278
|
location: Anchor;
|
279
279
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
280
|
-
updateLocation: (e
|
280
|
+
updateLocation: (e?: Event | undefined) => void;
|
281
281
|
} | undefined) | "connected";
|
282
282
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
283
283
|
activatorProps: Record<string, any>;
|
@@ -329,7 +329,7 @@ declare const VBottomSheet: {
|
|
329
329
|
eager: boolean;
|
330
330
|
location: Anchor;
|
331
331
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
332
|
-
updateLocation: (e
|
332
|
+
updateLocation: (e?: Event | undefined) => void;
|
333
333
|
} | undefined) | "connected";
|
334
334
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
335
335
|
activatorProps: Record<string, any>;
|
@@ -413,7 +413,7 @@ declare const VBottomSheet: {
|
|
413
413
|
eager: boolean;
|
414
414
|
location: Anchor;
|
415
415
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
416
|
-
updateLocation: (e
|
416
|
+
updateLocation: (e?: Event | undefined) => void;
|
417
417
|
} | undefined) | "connected";
|
418
418
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
419
419
|
activatorProps: Record<string, any>;
|
@@ -449,7 +449,7 @@ declare const VBottomSheet: {
|
|
449
449
|
eager: boolean;
|
450
450
|
location: Anchor;
|
451
451
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
452
|
-
updateLocation: (e
|
452
|
+
updateLocation: (e?: Event | undefined) => void;
|
453
453
|
} | undefined) | "connected";
|
454
454
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
455
455
|
activatorProps: Record<string, any>;
|
@@ -535,7 +535,7 @@ declare const VBottomSheet: {
|
|
535
535
|
eager: boolean;
|
536
536
|
location: Anchor;
|
537
537
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
538
|
-
updateLocation: (e
|
538
|
+
updateLocation: (e?: Event | undefined) => void;
|
539
539
|
} | undefined) | "connected";
|
540
540
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
541
541
|
activatorProps: Record<string, any>;
|
@@ -605,7 +605,7 @@ declare const VBottomSheet: {
|
|
605
605
|
};
|
606
606
|
locationStrategy: {
|
607
607
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
608
|
-
updateLocation: (e
|
608
|
+
updateLocation: (e?: Event | undefined) => void;
|
609
609
|
} | undefined) | "connected">;
|
610
610
|
default: string;
|
611
611
|
validator: (val: any) => boolean;
|
@@ -725,7 +725,7 @@ declare const VBottomSheet: {
|
|
725
725
|
};
|
726
726
|
locationStrategy: {
|
727
727
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
728
|
-
updateLocation: (e
|
728
|
+
updateLocation: (e?: Event | undefined) => void;
|
729
729
|
} | undefined) | "connected">;
|
730
730
|
default: string;
|
731
731
|
validator: (val: any) => boolean;
|
@@ -527,10 +527,7 @@ declare const VCheckbox: {
|
|
527
527
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
528
528
|
minWidth: (StringConstructor | NumberConstructor)[];
|
529
529
|
appendIcon: vue.PropType<IconValue>;
|
530
|
-
centerAffix:
|
531
|
-
type: BooleanConstructor;
|
532
|
-
default: boolean;
|
533
|
-
};
|
530
|
+
centerAffix: BooleanConstructor;
|
534
531
|
prependIcon: vue.PropType<IconValue>;
|
535
532
|
hideDetails: vue.PropType<boolean | "auto">;
|
536
533
|
hideSpinButtons: BooleanConstructor;
|
@@ -626,10 +623,7 @@ declare const VCheckbox: {
|
|
626
623
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
627
624
|
minWidth: (StringConstructor | NumberConstructor)[];
|
628
625
|
appendIcon: vue.PropType<IconValue>;
|
629
|
-
centerAffix:
|
630
|
-
type: BooleanConstructor;
|
631
|
-
default: boolean;
|
632
|
-
};
|
626
|
+
centerAffix: BooleanConstructor;
|
633
627
|
prependIcon: vue.PropType<IconValue>;
|
634
628
|
hideDetails: vue.PropType<boolean | "auto">;
|
635
629
|
hideSpinButtons: BooleanConstructor;
|