@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.
- package/CHANGELOG.md +14 -6
- package/dist/json/attributes.json +293 -121
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +49 -6
- package/dist/json/web-types.json +610 -221
- package/dist/vuetify-labs.css +3032 -3016
- package/dist/vuetify-labs.d.ts +1096 -821
- package/dist/vuetify-labs.esm.js +93 -44
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +93 -44
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +928 -912
- package/dist/vuetify.d.ts +905 -708
- package/dist/vuetify.esm.js +81 -38
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +81 -38
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +51 -48
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +58 -56
- package/lib/blueprints/md1.d.mts +58 -56
- package/lib/blueprints/md2.d.mts +58 -56
- package/lib/blueprints/md3.d.mts +58 -56
- package/lib/components/VAppBar/index.d.mts +6 -0
- package/lib/components/VAutocomplete/index.d.mts +49 -49
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBottomSheet/index.d.mts +7 -7
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCarousel/index.d.mts +16 -7
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VCombobox/index.d.mts +49 -49
- package/lib/components/VDialog/index.d.mts +31 -31
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +20 -7
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +122 -14
- package/lib/components/VFab/VFab.mjs +4 -7
- package/lib/components/VFab/VFab.mjs.map +1 -1
- package/lib/components/VFab/index.d.mts +52 -49
- package/lib/components/VFileInput/index.d.mts +18 -18
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +36 -0
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +16 -7
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VList/VList.mjs +1 -0
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +14 -12
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +33 -33
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/index.d.mts +49 -49
- package/lib/components/VSlider/index.d.mts +6 -6
- package/lib/components/VSnackbar/index.d.mts +33 -33
- package/lib/components/VSpeedDial/index.d.mts +9 -9
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTooltip/index.d.mts +39 -39
- package/lib/components/VValidation/index.d.mts +9 -8
- package/lib/components/index.d.mts +707 -509
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/scroll.mjs +6 -0
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +164 -165
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/index.d.mts +6 -6
- package/lib/labs/VSnackbarQueue/index.d.mts +42 -42
- package/lib/labs/VStepperVertical/index.d.mts +93 -21
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs +3 -4
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +22 -16
- package/lib/labs/components.d.mts +166 -88
- 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
|
214
|
-
defaultSet
|
215
|
-
aliases
|
216
|
-
sets
|
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>;
|
package/lib/blueprints/md1.d.mts
CHANGED
@@ -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
|
214
|
-
defaultSet
|
215
|
-
aliases
|
216
|
-
sets
|
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>;
|
package/lib/blueprints/md2.d.mts
CHANGED
@@ -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
|
214
|
-
defaultSet
|
215
|
-
aliases
|
216
|
-
sets
|
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>;
|
package/lib/blueprints/md3.d.mts
CHANGED
@@ -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
|
214
|
-
defaultSet
|
215
|
-
aliases
|
216
|
-
sets
|
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;
|