@vuetify/nightly 3.6.8-master.2024-06-07 → 3.6.9-dev.2024-06-20

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.
Files changed (107) hide show
  1. package/CHANGELOG.md +14 -6
  2. package/dist/json/attributes.json +293 -121
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +164 -164
  5. package/dist/json/tags.json +49 -6
  6. package/dist/json/web-types.json +610 -221
  7. package/dist/vuetify-labs.css +3032 -3016
  8. package/dist/vuetify-labs.d.ts +1096 -821
  9. package/dist/vuetify-labs.esm.js +93 -44
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +93 -44
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +928 -912
  14. package/dist/vuetify.d.ts +905 -708
  15. package/dist/vuetify.esm.js +81 -38
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +81 -38
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +51 -48
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/index.d.mts +58 -56
  23. package/lib/blueprints/md1.d.mts +58 -56
  24. package/lib/blueprints/md2.d.mts +58 -56
  25. package/lib/blueprints/md3.d.mts +58 -56
  26. package/lib/components/VAppBar/index.d.mts +6 -0
  27. package/lib/components/VAutocomplete/index.d.mts +49 -49
  28. package/lib/components/VAvatar/VAvatar.css +7 -0
  29. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  30. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  31. package/lib/components/VAvatar/VAvatar.sass +1 -0
  32. package/lib/components/VAvatar/_variables.scss +13 -0
  33. package/lib/components/VAvatar/index.d.mts +6 -0
  34. package/lib/components/VBottomSheet/index.d.mts +7 -7
  35. package/lib/components/VBreadcrumbs/index.d.mts +8 -8
  36. package/lib/components/VBtn/VBtn.mjs +3 -1
  37. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  38. package/lib/components/VBtn/index.d.mts +6 -0
  39. package/lib/components/VCarousel/index.d.mts +16 -7
  40. package/lib/components/VCheckbox/index.d.mts +6 -6
  41. package/lib/components/VCombobox/index.d.mts +49 -49
  42. package/lib/components/VDialog/index.d.mts +31 -31
  43. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
  44. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  45. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +20 -7
  46. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  47. package/lib/components/VExpansionPanel/index.d.mts +122 -14
  48. package/lib/components/VFab/VFab.mjs +4 -7
  49. package/lib/components/VFab/VFab.mjs.map +1 -1
  50. package/lib/components/VFab/index.d.mts +52 -49
  51. package/lib/components/VFileInput/index.d.mts +18 -18
  52. package/lib/components/VForm/index.d.mts +9 -9
  53. package/lib/components/VGrid/VContainer.mjs +6 -1
  54. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  55. package/lib/components/VGrid/index.d.mts +36 -0
  56. package/lib/components/VImg/VImg.css +9 -0
  57. package/lib/components/VImg/VImg.mjs +2 -0
  58. package/lib/components/VImg/VImg.mjs.map +1 -1
  59. package/lib/components/VImg/VImg.sass +9 -0
  60. package/lib/components/VImg/index.d.mts +16 -7
  61. package/lib/components/VInput/index.d.mts +6 -6
  62. package/lib/components/VList/VList.mjs +1 -0
  63. package/lib/components/VList/VList.mjs.map +1 -1
  64. package/lib/components/VList/index.d.mts +14 -12
  65. package/lib/components/VMenu/VMenu.mjs +1 -1
  66. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  67. package/lib/components/VMenu/index.d.mts +33 -33
  68. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  69. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  70. package/lib/components/VOverlay/index.d.mts +7 -7
  71. package/lib/components/VRadioGroup/index.d.mts +6 -6
  72. package/lib/components/VRangeSlider/index.d.mts +6 -6
  73. package/lib/components/VSelect/index.d.mts +49 -49
  74. package/lib/components/VSlider/index.d.mts +6 -6
  75. package/lib/components/VSnackbar/index.d.mts +33 -33
  76. package/lib/components/VSpeedDial/index.d.mts +9 -9
  77. package/lib/components/VSwitch/index.d.mts +6 -6
  78. package/lib/components/VTabs/index.d.mts +21 -3
  79. package/lib/components/VTextField/index.d.mts +18 -18
  80. package/lib/components/VTextarea/index.d.mts +18 -18
  81. package/lib/components/VTooltip/index.d.mts +39 -39
  82. package/lib/components/VValidation/index.d.mts +9 -8
  83. package/lib/components/index.d.mts +707 -509
  84. package/lib/composables/goto.mjs.map +1 -1
  85. package/lib/composables/icons.mjs.map +1 -1
  86. package/lib/composables/scroll.mjs +6 -0
  87. package/lib/composables/scroll.mjs.map +1 -1
  88. package/lib/composables/validation.mjs +8 -6
  89. package/lib/composables/validation.mjs.map +1 -1
  90. package/lib/entry-bundler.mjs +1 -1
  91. package/lib/entry-bundler.mjs.map +1 -1
  92. package/lib/framework.mjs +1 -1
  93. package/lib/framework.mjs.map +1 -1
  94. package/lib/index.d.mts +164 -165
  95. package/lib/labs/VDateInput/index.d.mts +6 -6
  96. package/lib/labs/VNumberInput/index.d.mts +6 -6
  97. package/lib/labs/VSnackbarQueue/index.d.mts +42 -42
  98. package/lib/labs/VStepperVertical/index.d.mts +93 -21
  99. package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
  100. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  101. package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
  102. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  103. package/lib/labs/VTreeview/VTreeview.mjs +3 -4
  104. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  105. package/lib/labs/VTreeview/index.d.mts +22 -16
  106. package/lib/labs/components.d.mts +166 -88
  107. package/package.json +1 -1
@@ -1,5 +1,37 @@
1
1
  import { Ref, ComponentPublicInstance, JSXComponent, PropType } from 'vue';
2
2
 
3
+ interface LocaleMessages {
4
+ [key: string]: LocaleMessages | string;
5
+ }
6
+ interface LocaleOptions {
7
+ messages?: LocaleMessages;
8
+ locale?: string;
9
+ fallback?: string;
10
+ adapter?: LocaleInstance;
11
+ }
12
+ interface LocaleInstance {
13
+ name: string;
14
+ messages: Ref<LocaleMessages>;
15
+ current: Ref<string>;
16
+ fallback: Ref<string>;
17
+ t: (key: string, ...params: unknown[]) => string;
18
+ n: (value: number) => string;
19
+ provide: (props: LocaleOptions) => LocaleInstance;
20
+ }
21
+ interface RtlOptions {
22
+ rtl?: Record<string, boolean>;
23
+ }
24
+
25
+ interface InternalGoToOptions {
26
+ container: ComponentPublicInstance | HTMLElement | string;
27
+ duration: number;
28
+ layout: boolean;
29
+ offset: number;
30
+ easing: string | ((t: number) => number);
31
+ patterns: Record<string, (t: number) => number>;
32
+ }
33
+ type GoToOptions = Partial<InternalGoToOptions>;
34
+
3
35
  interface DateAdapter<T = unknown> {
4
36
  date(value?: any): T | null;
5
37
  format(date: T, formatString: string): string;
@@ -45,28 +77,6 @@ interface DateAdapter<T = unknown> {
45
77
  setMinutes(date: T, minutes: number): T;
46
78
  }
47
79
 
48
- interface LocaleMessages {
49
- [key: string]: LocaleMessages | string;
50
- }
51
- interface LocaleOptions {
52
- messages?: LocaleMessages;
53
- locale?: string;
54
- fallback?: string;
55
- adapter?: LocaleInstance;
56
- }
57
- interface LocaleInstance {
58
- name: string;
59
- messages: Ref<LocaleMessages>;
60
- current: Ref<string>;
61
- fallback: Ref<string>;
62
- t: (key: string, ...params: unknown[]) => string;
63
- n: (value: number) => string;
64
- provide: (props: LocaleOptions) => LocaleInstance;
65
- }
66
- interface RtlOptions {
67
- rtl?: Record<string, boolean>;
68
- }
69
-
70
80
  interface DateInstance extends DateModule.InternalAdapter {
71
81
  locale?: any;
72
82
  }
@@ -131,36 +141,6 @@ interface OnColors {
131
141
  'on-info': string;
132
142
  }
133
143
 
134
- declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
135
- type Breakpoint = typeof breakpoints[number];
136
- type DisplayBreakpoint = 'xs' | Breakpoint;
137
- type DisplayThresholds = {
138
- [key in DisplayBreakpoint]: number;
139
- };
140
- interface DisplayOptions {
141
- mobileBreakpoint?: number | DisplayBreakpoint;
142
- thresholds?: Partial<DisplayThresholds>;
143
- }
144
- type SSROptions = boolean | {
145
- clientWidth: number;
146
- clientHeight?: number;
147
- };
148
-
149
- type DefaultsInstance = undefined | {
150
- [key: string]: undefined | Record<string, unknown>;
151
- global?: Record<string, unknown>;
152
- };
153
- type DefaultsOptions = Partial<DefaultsInstance>;
154
-
155
- interface GoToOptions {
156
- container: ComponentPublicInstance | HTMLElement | string;
157
- duration: number;
158
- layout: boolean;
159
- offset: number;
160
- easing: string | ((t: number) => number);
161
- patterns: Record<string, (t: number) => number>;
162
- }
163
-
164
144
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
165
145
  declare const IconValue: PropType<IconValue>;
166
146
  interface IconAliases {
@@ -210,11 +190,33 @@ type IconComponent = JSXComponent<IconProps>;
210
190
  interface IconSet {
211
191
  component: IconComponent;
212
192
  }
213
- type IconOptions = {
214
- defaultSet?: string;
215
- aliases?: Partial<IconAliases>;
216
- sets?: Record<string, IconSet>;
193
+ type InternalIconOptions = {
194
+ defaultSet: string;
195
+ aliases: Partial<IconAliases>;
196
+ sets: Record<string, IconSet>;
217
197
  };
198
+ type IconOptions = Partial<InternalIconOptions>;
199
+
200
+ declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
201
+ type Breakpoint = typeof breakpoints[number];
202
+ type DisplayBreakpoint = 'xs' | Breakpoint;
203
+ type DisplayThresholds = {
204
+ [key in DisplayBreakpoint]: number;
205
+ };
206
+ interface DisplayOptions {
207
+ mobileBreakpoint?: number | DisplayBreakpoint;
208
+ thresholds?: Partial<DisplayThresholds>;
209
+ }
210
+ type SSROptions = boolean | {
211
+ clientWidth: number;
212
+ clientHeight?: number;
213
+ };
214
+
215
+ type DefaultsInstance = undefined | {
216
+ [key: string]: undefined | Record<string, unknown>;
217
+ global?: Record<string, unknown>;
218
+ };
219
+ type DefaultsOptions = Partial<DefaultsInstance>;
218
220
 
219
221
  interface VuetifyOptions {
220
222
  aliases?: Record<string, any>;
@@ -1,5 +1,37 @@
1
1
  import { Ref, ComponentPublicInstance, JSXComponent, PropType } from 'vue';
2
2
 
3
+ interface LocaleMessages {
4
+ [key: string]: LocaleMessages | string;
5
+ }
6
+ interface LocaleOptions {
7
+ messages?: LocaleMessages;
8
+ locale?: string;
9
+ fallback?: string;
10
+ adapter?: LocaleInstance;
11
+ }
12
+ interface LocaleInstance {
13
+ name: string;
14
+ messages: Ref<LocaleMessages>;
15
+ current: Ref<string>;
16
+ fallback: Ref<string>;
17
+ t: (key: string, ...params: unknown[]) => string;
18
+ n: (value: number) => string;
19
+ provide: (props: LocaleOptions) => LocaleInstance;
20
+ }
21
+ interface RtlOptions {
22
+ rtl?: Record<string, boolean>;
23
+ }
24
+
25
+ interface InternalGoToOptions {
26
+ container: ComponentPublicInstance | HTMLElement | string;
27
+ duration: number;
28
+ layout: boolean;
29
+ offset: number;
30
+ easing: string | ((t: number) => number);
31
+ patterns: Record<string, (t: number) => number>;
32
+ }
33
+ type GoToOptions = Partial<InternalGoToOptions>;
34
+
3
35
  interface DateAdapter<T = unknown> {
4
36
  date(value?: any): T | null;
5
37
  format(date: T, formatString: string): string;
@@ -45,28 +77,6 @@ interface DateAdapter<T = unknown> {
45
77
  setMinutes(date: T, minutes: number): T;
46
78
  }
47
79
 
48
- interface LocaleMessages {
49
- [key: string]: LocaleMessages | string;
50
- }
51
- interface LocaleOptions {
52
- messages?: LocaleMessages;
53
- locale?: string;
54
- fallback?: string;
55
- adapter?: LocaleInstance;
56
- }
57
- interface LocaleInstance {
58
- name: string;
59
- messages: Ref<LocaleMessages>;
60
- current: Ref<string>;
61
- fallback: Ref<string>;
62
- t: (key: string, ...params: unknown[]) => string;
63
- n: (value: number) => string;
64
- provide: (props: LocaleOptions) => LocaleInstance;
65
- }
66
- interface RtlOptions {
67
- rtl?: Record<string, boolean>;
68
- }
69
-
70
80
  interface DateInstance extends DateModule.InternalAdapter {
71
81
  locale?: any;
72
82
  }
@@ -131,36 +141,6 @@ interface OnColors {
131
141
  'on-info': string;
132
142
  }
133
143
 
134
- declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
135
- type Breakpoint = typeof breakpoints[number];
136
- type DisplayBreakpoint = 'xs' | Breakpoint;
137
- type DisplayThresholds = {
138
- [key in DisplayBreakpoint]: number;
139
- };
140
- interface DisplayOptions {
141
- mobileBreakpoint?: number | DisplayBreakpoint;
142
- thresholds?: Partial<DisplayThresholds>;
143
- }
144
- type SSROptions = boolean | {
145
- clientWidth: number;
146
- clientHeight?: number;
147
- };
148
-
149
- type DefaultsInstance = undefined | {
150
- [key: string]: undefined | Record<string, unknown>;
151
- global?: Record<string, unknown>;
152
- };
153
- type DefaultsOptions = Partial<DefaultsInstance>;
154
-
155
- interface GoToOptions {
156
- container: ComponentPublicInstance | HTMLElement | string;
157
- duration: number;
158
- layout: boolean;
159
- offset: number;
160
- easing: string | ((t: number) => number);
161
- patterns: Record<string, (t: number) => number>;
162
- }
163
-
164
144
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
165
145
  declare const IconValue: PropType<IconValue>;
166
146
  interface IconAliases {
@@ -210,11 +190,33 @@ type IconComponent = JSXComponent<IconProps>;
210
190
  interface IconSet {
211
191
  component: IconComponent;
212
192
  }
213
- type IconOptions = {
214
- defaultSet?: string;
215
- aliases?: Partial<IconAliases>;
216
- sets?: Record<string, IconSet>;
193
+ type InternalIconOptions = {
194
+ defaultSet: string;
195
+ aliases: Partial<IconAliases>;
196
+ sets: Record<string, IconSet>;
217
197
  };
198
+ type IconOptions = Partial<InternalIconOptions>;
199
+
200
+ declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
201
+ type Breakpoint = typeof breakpoints[number];
202
+ type DisplayBreakpoint = 'xs' | Breakpoint;
203
+ type DisplayThresholds = {
204
+ [key in DisplayBreakpoint]: number;
205
+ };
206
+ interface DisplayOptions {
207
+ mobileBreakpoint?: number | DisplayBreakpoint;
208
+ thresholds?: Partial<DisplayThresholds>;
209
+ }
210
+ type SSROptions = boolean | {
211
+ clientWidth: number;
212
+ clientHeight?: number;
213
+ };
214
+
215
+ type DefaultsInstance = undefined | {
216
+ [key: string]: undefined | Record<string, unknown>;
217
+ global?: Record<string, unknown>;
218
+ };
219
+ type DefaultsOptions = Partial<DefaultsInstance>;
218
220
 
219
221
  interface VuetifyOptions {
220
222
  aliases?: Record<string, any>;
@@ -1,5 +1,37 @@
1
1
  import { Ref, ComponentPublicInstance, JSXComponent, PropType } from 'vue';
2
2
 
3
+ interface LocaleMessages {
4
+ [key: string]: LocaleMessages | string;
5
+ }
6
+ interface LocaleOptions {
7
+ messages?: LocaleMessages;
8
+ locale?: string;
9
+ fallback?: string;
10
+ adapter?: LocaleInstance;
11
+ }
12
+ interface LocaleInstance {
13
+ name: string;
14
+ messages: Ref<LocaleMessages>;
15
+ current: Ref<string>;
16
+ fallback: Ref<string>;
17
+ t: (key: string, ...params: unknown[]) => string;
18
+ n: (value: number) => string;
19
+ provide: (props: LocaleOptions) => LocaleInstance;
20
+ }
21
+ interface RtlOptions {
22
+ rtl?: Record<string, boolean>;
23
+ }
24
+
25
+ interface InternalGoToOptions {
26
+ container: ComponentPublicInstance | HTMLElement | string;
27
+ duration: number;
28
+ layout: boolean;
29
+ offset: number;
30
+ easing: string | ((t: number) => number);
31
+ patterns: Record<string, (t: number) => number>;
32
+ }
33
+ type GoToOptions = Partial<InternalGoToOptions>;
34
+
3
35
  interface DateAdapter<T = unknown> {
4
36
  date(value?: any): T | null;
5
37
  format(date: T, formatString: string): string;
@@ -45,28 +77,6 @@ interface DateAdapter<T = unknown> {
45
77
  setMinutes(date: T, minutes: number): T;
46
78
  }
47
79
 
48
- interface LocaleMessages {
49
- [key: string]: LocaleMessages | string;
50
- }
51
- interface LocaleOptions {
52
- messages?: LocaleMessages;
53
- locale?: string;
54
- fallback?: string;
55
- adapter?: LocaleInstance;
56
- }
57
- interface LocaleInstance {
58
- name: string;
59
- messages: Ref<LocaleMessages>;
60
- current: Ref<string>;
61
- fallback: Ref<string>;
62
- t: (key: string, ...params: unknown[]) => string;
63
- n: (value: number) => string;
64
- provide: (props: LocaleOptions) => LocaleInstance;
65
- }
66
- interface RtlOptions {
67
- rtl?: Record<string, boolean>;
68
- }
69
-
70
80
  interface DateInstance extends DateModule.InternalAdapter {
71
81
  locale?: any;
72
82
  }
@@ -131,36 +141,6 @@ interface OnColors {
131
141
  'on-info': string;
132
142
  }
133
143
 
134
- declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
135
- type Breakpoint = typeof breakpoints[number];
136
- type DisplayBreakpoint = 'xs' | Breakpoint;
137
- type DisplayThresholds = {
138
- [key in DisplayBreakpoint]: number;
139
- };
140
- interface DisplayOptions {
141
- mobileBreakpoint?: number | DisplayBreakpoint;
142
- thresholds?: Partial<DisplayThresholds>;
143
- }
144
- type SSROptions = boolean | {
145
- clientWidth: number;
146
- clientHeight?: number;
147
- };
148
-
149
- type DefaultsInstance = undefined | {
150
- [key: string]: undefined | Record<string, unknown>;
151
- global?: Record<string, unknown>;
152
- };
153
- type DefaultsOptions = Partial<DefaultsInstance>;
154
-
155
- interface GoToOptions {
156
- container: ComponentPublicInstance | HTMLElement | string;
157
- duration: number;
158
- layout: boolean;
159
- offset: number;
160
- easing: string | ((t: number) => number);
161
- patterns: Record<string, (t: number) => number>;
162
- }
163
-
164
144
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
165
145
  declare const IconValue: PropType<IconValue>;
166
146
  interface IconAliases {
@@ -210,11 +190,33 @@ type IconComponent = JSXComponent<IconProps>;
210
190
  interface IconSet {
211
191
  component: IconComponent;
212
192
  }
213
- type IconOptions = {
214
- defaultSet?: string;
215
- aliases?: Partial<IconAliases>;
216
- sets?: Record<string, IconSet>;
193
+ type InternalIconOptions = {
194
+ defaultSet: string;
195
+ aliases: Partial<IconAliases>;
196
+ sets: Record<string, IconSet>;
217
197
  };
198
+ type IconOptions = Partial<InternalIconOptions>;
199
+
200
+ declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
201
+ type Breakpoint = typeof breakpoints[number];
202
+ type DisplayBreakpoint = 'xs' | Breakpoint;
203
+ type DisplayThresholds = {
204
+ [key in DisplayBreakpoint]: number;
205
+ };
206
+ interface DisplayOptions {
207
+ mobileBreakpoint?: number | DisplayBreakpoint;
208
+ thresholds?: Partial<DisplayThresholds>;
209
+ }
210
+ type SSROptions = boolean | {
211
+ clientWidth: number;
212
+ clientHeight?: number;
213
+ };
214
+
215
+ type DefaultsInstance = undefined | {
216
+ [key: string]: undefined | Record<string, unknown>;
217
+ global?: Record<string, unknown>;
218
+ };
219
+ type DefaultsOptions = Partial<DefaultsInstance>;
218
220
 
219
221
  interface VuetifyOptions {
220
222
  aliases?: Record<string, any>;
@@ -1,5 +1,37 @@
1
1
  import { Ref, ComponentPublicInstance, JSXComponent, PropType } from 'vue';
2
2
 
3
+ interface LocaleMessages {
4
+ [key: string]: LocaleMessages | string;
5
+ }
6
+ interface LocaleOptions {
7
+ messages?: LocaleMessages;
8
+ locale?: string;
9
+ fallback?: string;
10
+ adapter?: LocaleInstance;
11
+ }
12
+ interface LocaleInstance {
13
+ name: string;
14
+ messages: Ref<LocaleMessages>;
15
+ current: Ref<string>;
16
+ fallback: Ref<string>;
17
+ t: (key: string, ...params: unknown[]) => string;
18
+ n: (value: number) => string;
19
+ provide: (props: LocaleOptions) => LocaleInstance;
20
+ }
21
+ interface RtlOptions {
22
+ rtl?: Record<string, boolean>;
23
+ }
24
+
25
+ interface InternalGoToOptions {
26
+ container: ComponentPublicInstance | HTMLElement | string;
27
+ duration: number;
28
+ layout: boolean;
29
+ offset: number;
30
+ easing: string | ((t: number) => number);
31
+ patterns: Record<string, (t: number) => number>;
32
+ }
33
+ type GoToOptions = Partial<InternalGoToOptions>;
34
+
3
35
  interface DateAdapter<T = unknown> {
4
36
  date(value?: any): T | null;
5
37
  format(date: T, formatString: string): string;
@@ -45,28 +77,6 @@ interface DateAdapter<T = unknown> {
45
77
  setMinutes(date: T, minutes: number): T;
46
78
  }
47
79
 
48
- interface LocaleMessages {
49
- [key: string]: LocaleMessages | string;
50
- }
51
- interface LocaleOptions {
52
- messages?: LocaleMessages;
53
- locale?: string;
54
- fallback?: string;
55
- adapter?: LocaleInstance;
56
- }
57
- interface LocaleInstance {
58
- name: string;
59
- messages: Ref<LocaleMessages>;
60
- current: Ref<string>;
61
- fallback: Ref<string>;
62
- t: (key: string, ...params: unknown[]) => string;
63
- n: (value: number) => string;
64
- provide: (props: LocaleOptions) => LocaleInstance;
65
- }
66
- interface RtlOptions {
67
- rtl?: Record<string, boolean>;
68
- }
69
-
70
80
  interface DateInstance extends DateModule.InternalAdapter {
71
81
  locale?: any;
72
82
  }
@@ -131,36 +141,6 @@ interface OnColors {
131
141
  'on-info': string;
132
142
  }
133
143
 
134
- declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
135
- type Breakpoint = typeof breakpoints[number];
136
- type DisplayBreakpoint = 'xs' | Breakpoint;
137
- type DisplayThresholds = {
138
- [key in DisplayBreakpoint]: number;
139
- };
140
- interface DisplayOptions {
141
- mobileBreakpoint?: number | DisplayBreakpoint;
142
- thresholds?: Partial<DisplayThresholds>;
143
- }
144
- type SSROptions = boolean | {
145
- clientWidth: number;
146
- clientHeight?: number;
147
- };
148
-
149
- type DefaultsInstance = undefined | {
150
- [key: string]: undefined | Record<string, unknown>;
151
- global?: Record<string, unknown>;
152
- };
153
- type DefaultsOptions = Partial<DefaultsInstance>;
154
-
155
- interface GoToOptions {
156
- container: ComponentPublicInstance | HTMLElement | string;
157
- duration: number;
158
- layout: boolean;
159
- offset: number;
160
- easing: string | ((t: number) => number);
161
- patterns: Record<string, (t: number) => number>;
162
- }
163
-
164
144
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
165
145
  declare const IconValue: PropType<IconValue>;
166
146
  interface IconAliases {
@@ -210,11 +190,33 @@ type IconComponent = JSXComponent<IconProps>;
210
190
  interface IconSet {
211
191
  component: IconComponent;
212
192
  }
213
- type IconOptions = {
214
- defaultSet?: string;
215
- aliases?: Partial<IconAliases>;
216
- sets?: Record<string, IconSet>;
193
+ type InternalIconOptions = {
194
+ defaultSet: string;
195
+ aliases: Partial<IconAliases>;
196
+ sets: Record<string, IconSet>;
217
197
  };
198
+ type IconOptions = Partial<InternalIconOptions>;
199
+
200
+ declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
201
+ type Breakpoint = typeof breakpoints[number];
202
+ type DisplayBreakpoint = 'xs' | Breakpoint;
203
+ type DisplayThresholds = {
204
+ [key in DisplayBreakpoint]: number;
205
+ };
206
+ interface DisplayOptions {
207
+ mobileBreakpoint?: number | DisplayBreakpoint;
208
+ thresholds?: Partial<DisplayThresholds>;
209
+ }
210
+ type SSROptions = boolean | {
211
+ clientWidth: number;
212
+ clientHeight?: number;
213
+ };
214
+
215
+ type DefaultsInstance = undefined | {
216
+ [key: string]: undefined | Record<string, unknown>;
217
+ global?: Record<string, unknown>;
218
+ };
219
+ type DefaultsOptions = Partial<DefaultsInstance>;
218
220
 
219
221
  interface VuetifyOptions {
220
222
  aliases?: Record<string, any>;
@@ -550,6 +550,7 @@ declare const VAppBarNavIcon: {
550
550
  location?: Anchor | undefined;
551
551
  baseColor?: string | undefined;
552
552
  selectedClass?: string | undefined;
553
+ activeColor?: string | undefined;
553
554
  prependIcon?: IconValue | undefined;
554
555
  appendIcon?: IconValue | undefined;
555
556
  } & {
@@ -613,6 +614,7 @@ declare const VAppBarNavIcon: {
613
614
  location?: Anchor | undefined;
614
615
  baseColor?: string | undefined;
615
616
  selectedClass?: string | undefined;
617
+ activeColor?: string | undefined;
616
618
  prependIcon?: IconValue | undefined;
617
619
  appendIcon?: IconValue | undefined;
618
620
  } & {
@@ -718,6 +720,7 @@ declare const VAppBarNavIcon: {
718
720
  location?: Anchor | undefined;
719
721
  baseColor?: string | undefined;
720
722
  selectedClass?: string | undefined;
723
+ activeColor?: string | undefined;
721
724
  prependIcon?: IconValue | undefined;
722
725
  appendIcon?: IconValue | undefined;
723
726
  } & {
@@ -807,6 +810,7 @@ declare const VAppBarNavIcon: {
807
810
  location?: Anchor | undefined;
808
811
  baseColor?: string | undefined;
809
812
  selectedClass?: string | undefined;
813
+ activeColor?: string | undefined;
810
814
  prependIcon?: IconValue | undefined;
811
815
  appendIcon?: IconValue | undefined;
812
816
  } & {
@@ -930,6 +934,7 @@ declare const VAppBarNavIcon: {
930
934
  type: BooleanConstructor;
931
935
  default: undefined;
932
936
  };
937
+ activeColor: StringConstructor;
933
938
  baseColor: StringConstructor;
934
939
  symbol: {
935
940
  type: null;
@@ -1021,6 +1026,7 @@ declare const VAppBarNavIcon: {
1021
1026
  type: BooleanConstructor;
1022
1027
  default: undefined;
1023
1028
  };
1029
+ activeColor: StringConstructor;
1024
1030
  baseColor: StringConstructor;
1025
1031
  symbol: {
1026
1032
  type: null;