@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
package/lib/index.d.mts
CHANGED
@@ -1,5 +1,55 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { Ref,
|
2
|
+
import { Ref, ComponentPublicInstance, DeepReadonly, JSXComponent, PropType, CSSProperties, App } from 'vue';
|
3
|
+
|
4
|
+
interface LocaleMessages {
|
5
|
+
[key: string]: LocaleMessages | string;
|
6
|
+
}
|
7
|
+
interface LocaleOptions {
|
8
|
+
messages?: LocaleMessages;
|
9
|
+
locale?: string;
|
10
|
+
fallback?: string;
|
11
|
+
adapter?: LocaleInstance;
|
12
|
+
}
|
13
|
+
interface LocaleInstance {
|
14
|
+
name: string;
|
15
|
+
messages: Ref<LocaleMessages>;
|
16
|
+
current: Ref<string>;
|
17
|
+
fallback: Ref<string>;
|
18
|
+
t: (key: string, ...params: unknown[]) => string;
|
19
|
+
n: (value: number) => string;
|
20
|
+
provide: (props: LocaleOptions) => LocaleInstance;
|
21
|
+
}
|
22
|
+
declare function useLocale(): LocaleInstance & RtlInstance;
|
23
|
+
interface RtlOptions {
|
24
|
+
rtl?: Record<string, boolean>;
|
25
|
+
}
|
26
|
+
interface RtlInstance {
|
27
|
+
isRtl: Ref<boolean>;
|
28
|
+
rtl: Ref<Record<string, boolean>>;
|
29
|
+
rtlClasses: Ref<string>;
|
30
|
+
}
|
31
|
+
declare function useRtl(): {
|
32
|
+
isRtl: Ref<boolean>;
|
33
|
+
rtlClasses: Ref<string>;
|
34
|
+
};
|
35
|
+
|
36
|
+
interface GoToInstance {
|
37
|
+
rtl: Ref<boolean>;
|
38
|
+
options: InternalGoToOptions;
|
39
|
+
}
|
40
|
+
interface InternalGoToOptions {
|
41
|
+
container: ComponentPublicInstance | HTMLElement | string;
|
42
|
+
duration: number;
|
43
|
+
layout: boolean;
|
44
|
+
offset: number;
|
45
|
+
easing: string | ((t: number) => number);
|
46
|
+
patterns: Record<string, (t: number) => number>;
|
47
|
+
}
|
48
|
+
type GoToOptions = Partial<InternalGoToOptions>;
|
49
|
+
declare function useGoTo(_options?: GoToOptions): {
|
50
|
+
(target: ComponentPublicInstance | HTMLElement | string | number, options?: Partial<GoToOptions>): Promise<unknown>;
|
51
|
+
horizontal(target: ComponentPublicInstance | HTMLElement | string | number, options?: Partial<GoToOptions>): Promise<unknown>;
|
52
|
+
};
|
3
53
|
|
4
54
|
interface DateAdapter<T = unknown> {
|
5
55
|
date(value?: any): T | null;
|
@@ -46,38 +96,6 @@ interface DateAdapter<T = unknown> {
|
|
46
96
|
setMinutes(date: T, minutes: number): T;
|
47
97
|
}
|
48
98
|
|
49
|
-
interface LocaleMessages {
|
50
|
-
[key: string]: LocaleMessages | string;
|
51
|
-
}
|
52
|
-
interface LocaleOptions {
|
53
|
-
messages?: LocaleMessages;
|
54
|
-
locale?: string;
|
55
|
-
fallback?: string;
|
56
|
-
adapter?: LocaleInstance;
|
57
|
-
}
|
58
|
-
interface LocaleInstance {
|
59
|
-
name: string;
|
60
|
-
messages: Ref<LocaleMessages>;
|
61
|
-
current: Ref<string>;
|
62
|
-
fallback: Ref<string>;
|
63
|
-
t: (key: string, ...params: unknown[]) => string;
|
64
|
-
n: (value: number) => string;
|
65
|
-
provide: (props: LocaleOptions) => LocaleInstance;
|
66
|
-
}
|
67
|
-
declare function useLocale(): LocaleInstance & RtlInstance;
|
68
|
-
interface RtlOptions {
|
69
|
-
rtl?: Record<string, boolean>;
|
70
|
-
}
|
71
|
-
interface RtlInstance {
|
72
|
-
isRtl: Ref<boolean>;
|
73
|
-
rtl: Ref<Record<string, boolean>>;
|
74
|
-
rtlClasses: Ref<string>;
|
75
|
-
}
|
76
|
-
declare function useRtl(): {
|
77
|
-
isRtl: Ref<boolean>;
|
78
|
-
rtlClasses: Ref<string>;
|
79
|
-
};
|
80
|
-
|
81
99
|
interface DateInstance extends DateModule.InternalAdapter {
|
82
100
|
locale?: any;
|
83
101
|
}
|
@@ -157,6 +175,62 @@ interface ThemeInstance {
|
|
157
175
|
}
|
158
176
|
declare function useTheme(): ThemeInstance;
|
159
177
|
|
178
|
+
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
179
|
+
declare const IconValue: PropType<IconValue>;
|
180
|
+
interface IconAliases {
|
181
|
+
[name: string]: IconValue;
|
182
|
+
complete: IconValue;
|
183
|
+
cancel: IconValue;
|
184
|
+
close: IconValue;
|
185
|
+
delete: IconValue;
|
186
|
+
clear: IconValue;
|
187
|
+
success: IconValue;
|
188
|
+
info: IconValue;
|
189
|
+
warning: IconValue;
|
190
|
+
error: IconValue;
|
191
|
+
prev: IconValue;
|
192
|
+
next: IconValue;
|
193
|
+
checkboxOn: IconValue;
|
194
|
+
checkboxOff: IconValue;
|
195
|
+
checkboxIndeterminate: IconValue;
|
196
|
+
delimiter: IconValue;
|
197
|
+
sortAsc: IconValue;
|
198
|
+
sortDesc: IconValue;
|
199
|
+
expand: IconValue;
|
200
|
+
menu: IconValue;
|
201
|
+
subgroup: IconValue;
|
202
|
+
dropdown: IconValue;
|
203
|
+
radioOn: IconValue;
|
204
|
+
radioOff: IconValue;
|
205
|
+
edit: IconValue;
|
206
|
+
ratingEmpty: IconValue;
|
207
|
+
ratingFull: IconValue;
|
208
|
+
ratingHalf: IconValue;
|
209
|
+
loading: IconValue;
|
210
|
+
first: IconValue;
|
211
|
+
last: IconValue;
|
212
|
+
unfold: IconValue;
|
213
|
+
file: IconValue;
|
214
|
+
plus: IconValue;
|
215
|
+
minus: IconValue;
|
216
|
+
calendar: IconValue;
|
217
|
+
}
|
218
|
+
interface IconProps {
|
219
|
+
tag: string;
|
220
|
+
icon?: IconValue;
|
221
|
+
disabled?: Boolean;
|
222
|
+
}
|
223
|
+
type IconComponent = JSXComponent<IconProps>;
|
224
|
+
interface IconSet {
|
225
|
+
component: IconComponent;
|
226
|
+
}
|
227
|
+
type InternalIconOptions = {
|
228
|
+
defaultSet: string;
|
229
|
+
aliases: Partial<IconAliases>;
|
230
|
+
sets: Record<string, IconSet>;
|
231
|
+
};
|
232
|
+
type IconOptions = Partial<InternalIconOptions>;
|
233
|
+
|
160
234
|
declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
|
161
235
|
type Breakpoint = typeof breakpoints[number];
|
162
236
|
type DisplayBreakpoint = 'xs' | Breakpoint;
|
@@ -252,78 +326,6 @@ type DefaultsOptions = Partial<DefaultsInstance>;
|
|
252
326
|
declare function useDefaults<T extends Record<string, any>>(props: T, name?: string): T;
|
253
327
|
declare function useDefaults(props?: undefined, name?: string): Record<string, any>;
|
254
328
|
|
255
|
-
interface GoToInstance {
|
256
|
-
rtl: Ref<boolean>;
|
257
|
-
options: GoToOptions;
|
258
|
-
}
|
259
|
-
interface GoToOptions {
|
260
|
-
container: ComponentPublicInstance | HTMLElement | string;
|
261
|
-
duration: number;
|
262
|
-
layout: boolean;
|
263
|
-
offset: number;
|
264
|
-
easing: string | ((t: number) => number);
|
265
|
-
patterns: Record<string, (t: number) => number>;
|
266
|
-
}
|
267
|
-
declare function useGoTo(_options?: Partial<GoToOptions>): {
|
268
|
-
(target: ComponentPublicInstance | HTMLElement | string | number, options?: Partial<GoToOptions>): Promise<unknown>;
|
269
|
-
horizontal(target: ComponentPublicInstance | HTMLElement | string | number, options?: Partial<GoToOptions>): Promise<unknown>;
|
270
|
-
};
|
271
|
-
|
272
|
-
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
273
|
-
declare const IconValue: PropType<IconValue>;
|
274
|
-
interface IconAliases {
|
275
|
-
[name: string]: IconValue;
|
276
|
-
complete: IconValue;
|
277
|
-
cancel: IconValue;
|
278
|
-
close: IconValue;
|
279
|
-
delete: IconValue;
|
280
|
-
clear: IconValue;
|
281
|
-
success: IconValue;
|
282
|
-
info: IconValue;
|
283
|
-
warning: IconValue;
|
284
|
-
error: IconValue;
|
285
|
-
prev: IconValue;
|
286
|
-
next: IconValue;
|
287
|
-
checkboxOn: IconValue;
|
288
|
-
checkboxOff: IconValue;
|
289
|
-
checkboxIndeterminate: IconValue;
|
290
|
-
delimiter: IconValue;
|
291
|
-
sortAsc: IconValue;
|
292
|
-
sortDesc: IconValue;
|
293
|
-
expand: IconValue;
|
294
|
-
menu: IconValue;
|
295
|
-
subgroup: IconValue;
|
296
|
-
dropdown: IconValue;
|
297
|
-
radioOn: IconValue;
|
298
|
-
radioOff: IconValue;
|
299
|
-
edit: IconValue;
|
300
|
-
ratingEmpty: IconValue;
|
301
|
-
ratingFull: IconValue;
|
302
|
-
ratingHalf: IconValue;
|
303
|
-
loading: IconValue;
|
304
|
-
first: IconValue;
|
305
|
-
last: IconValue;
|
306
|
-
unfold: IconValue;
|
307
|
-
file: IconValue;
|
308
|
-
plus: IconValue;
|
309
|
-
minus: IconValue;
|
310
|
-
calendar: IconValue;
|
311
|
-
}
|
312
|
-
interface IconProps {
|
313
|
-
tag: string;
|
314
|
-
icon?: IconValue;
|
315
|
-
disabled?: Boolean;
|
316
|
-
}
|
317
|
-
type IconComponent = JSXComponent<IconProps>;
|
318
|
-
interface IconSet {
|
319
|
-
component: IconComponent;
|
320
|
-
}
|
321
|
-
type IconOptions = {
|
322
|
-
defaultSet?: string;
|
323
|
-
aliases?: Partial<IconAliases>;
|
324
|
-
sets?: Record<string, IconSet>;
|
325
|
-
};
|
326
|
-
|
327
329
|
type Position = 'top' | 'left' | 'right' | 'bottom';
|
328
330
|
interface Layer {
|
329
331
|
top: number;
|
@@ -377,7 +379,7 @@ declare function createVuetify(vuetify?: VuetifyOptions): {
|
|
377
379
|
theme: ThemeInstance & {
|
378
380
|
install: (app: App<any>) => void;
|
379
381
|
};
|
380
|
-
icons:
|
382
|
+
icons: InternalIconOptions;
|
381
383
|
locale: {
|
382
384
|
isRtl: vue.Ref<boolean>;
|
383
385
|
rtl: vue.Ref<Record<string, boolean>>;
|
@@ -438,10 +440,7 @@ declare function createVuetify(vuetify?: VuetifyOptions): {
|
|
438
440
|
setMinutes: (date: unknown, minutes: number) => unknown;
|
439
441
|
};
|
440
442
|
};
|
441
|
-
goTo:
|
442
|
-
rtl: vue.Ref<boolean>;
|
443
|
-
options: Record<string, any>;
|
444
|
-
};
|
443
|
+
goTo: GoToInstance;
|
445
444
|
};
|
446
445
|
declare namespace createVuetify {
|
447
446
|
var version: string;
|
@@ -494,39 +493,46 @@ declare module '@vue/runtime-core' {
|
|
494
493
|
|
495
494
|
export interface GlobalComponents {
|
496
495
|
VApp: typeof import('vuetify/components')['VApp']
|
496
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
497
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
497
498
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
498
499
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
499
500
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
500
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
501
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
502
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
503
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
504
501
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
502
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
505
503
|
VBanner: typeof import('vuetify/components')['VBanner']
|
506
504
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
507
505
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
506
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
507
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
508
508
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
509
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
509
510
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
510
511
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
511
512
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
512
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
513
513
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
514
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
515
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
516
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
517
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
518
514
|
VCard: typeof import('vuetify/components')['VCard']
|
519
515
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
520
516
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
521
517
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
522
518
|
VCardText: typeof import('vuetify/components')['VCardText']
|
523
519
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
520
|
+
VChip: typeof import('vuetify/components')['VChip']
|
521
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
522
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
523
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
524
|
+
VCode: typeof import('vuetify/components')['VCode']
|
524
525
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
525
526
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
526
|
-
|
527
|
-
VChip: typeof import('vuetify/components')['VChip']
|
527
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
528
528
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
529
|
-
|
529
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
530
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
531
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
532
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
533
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
534
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
535
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
530
536
|
VCounter: typeof import('vuetify/components')['VCounter']
|
531
537
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
532
538
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
@@ -535,33 +541,30 @@ declare module '@vue/runtime-core' {
|
|
535
541
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
536
542
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
537
543
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
538
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
539
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
540
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
541
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
542
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
543
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
544
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
545
544
|
VDialog: typeof import('vuetify/components')['VDialog']
|
546
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
547
545
|
VDivider: typeof import('vuetify/components')['VDivider']
|
548
|
-
VFab: typeof import('vuetify/components')['VFab']
|
549
|
-
VField: typeof import('vuetify/components')['VField']
|
550
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
551
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
552
546
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
553
547
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
554
548
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
555
549
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
550
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
556
551
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
557
|
-
|
552
|
+
VField: typeof import('vuetify/components')['VField']
|
553
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
554
|
+
VFab: typeof import('vuetify/components')['VFab']
|
555
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
558
556
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
557
|
+
VIcon: typeof import('vuetify/components')['VIcon']
|
558
|
+
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
559
|
+
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
560
|
+
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
561
|
+
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
562
|
+
VImg: typeof import('vuetify/components')['VImg']
|
559
563
|
VInput: typeof import('vuetify/components')['VInput']
|
560
564
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
561
565
|
VItem: typeof import('vuetify/components')['VItem']
|
562
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
563
566
|
VKbd: typeof import('vuetify/components')['VKbd']
|
564
|
-
|
567
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
565
568
|
VList: typeof import('vuetify/components')['VList']
|
566
569
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
567
570
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -572,74 +575,71 @@ declare module '@vue/runtime-core' {
|
|
572
575
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
573
576
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
574
577
|
VMessages: typeof import('vuetify/components')['VMessages']
|
578
|
+
VMain: typeof import('vuetify/components')['VMain']
|
575
579
|
VMenu: typeof import('vuetify/components')['VMenu']
|
576
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
577
580
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
578
|
-
|
581
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
579
582
|
VPagination: typeof import('vuetify/components')['VPagination']
|
583
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
580
584
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
581
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
582
585
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
583
586
|
VRating: typeof import('vuetify/components')['VRating']
|
587
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
584
588
|
VSelect: typeof import('vuetify/components')['VSelect']
|
589
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
585
590
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
586
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
587
591
|
VSheet: typeof import('vuetify/components')['VSheet']
|
588
592
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
589
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
590
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
591
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
592
593
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
593
|
-
|
594
|
-
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
595
|
-
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
596
|
-
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
597
|
-
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
594
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
598
595
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
596
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
597
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
598
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
599
599
|
VStepper: typeof import('vuetify/components')['VStepper']
|
600
600
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
601
601
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
602
602
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
603
603
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
604
604
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
605
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
606
|
-
VTable: typeof import('vuetify/components')['VTable']
|
607
605
|
VTab: typeof import('vuetify/components')['VTab']
|
608
606
|
VTabs: typeof import('vuetify/components')['VTabs']
|
609
607
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
610
608
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
611
609
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
612
610
|
VTextField: typeof import('vuetify/components')['VTextField']
|
613
|
-
|
614
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
611
|
+
VTable: typeof import('vuetify/components')['VTable']
|
615
612
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
616
613
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
617
614
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
618
615
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
616
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
617
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
619
618
|
VWindow: typeof import('vuetify/components')['VWindow']
|
620
619
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
621
620
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
622
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
623
621
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
624
|
-
|
622
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
623
|
+
VHover: typeof import('vuetify/components')['VHover']
|
625
624
|
VContainer: typeof import('vuetify/components')['VContainer']
|
626
625
|
VCol: typeof import('vuetify/components')['VCol']
|
627
626
|
VRow: typeof import('vuetify/components')['VRow']
|
628
627
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
629
|
-
|
628
|
+
VForm: typeof import('vuetify/components')['VForm']
|
629
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
630
630
|
VLayout: typeof import('vuetify/components')['VLayout']
|
631
631
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
632
632
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
633
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
634
633
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
635
634
|
VParallax: typeof import('vuetify/components')['VParallax']
|
636
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
637
635
|
VRadio: typeof import('vuetify/components')['VRadio']
|
636
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
638
637
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
639
638
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
639
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
640
640
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
641
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
642
641
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
642
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
643
643
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
644
644
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
645
645
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -656,7 +656,7 @@ declare module '@vue/runtime-core' {
|
|
656
656
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
657
657
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
658
658
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
659
|
-
|
659
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
660
660
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
661
661
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
662
662
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -665,18 +665,17 @@ declare module '@vue/runtime-core' {
|
|
665
665
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
666
666
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
667
667
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
668
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
669
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
670
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
671
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
672
668
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
673
669
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
674
670
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
675
671
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
676
672
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
677
673
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
674
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
675
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
676
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
678
677
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
679
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
680
678
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
679
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
681
680
|
}
|
682
681
|
}
|
@@ -88,7 +88,7 @@ declare const VDateInput: {
|
|
88
88
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
89
89
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
90
90
|
modelValue?: any;
|
91
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
91
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
92
92
|
validationValue?: any;
|
93
93
|
rounded?: string | number | boolean | undefined;
|
94
94
|
maxHeight?: string | number | undefined;
|
@@ -200,7 +200,7 @@ declare const VDateInput: {
|
|
200
200
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
201
201
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
202
202
|
modelValue?: any;
|
203
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
203
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
204
204
|
validationValue?: any;
|
205
205
|
rounded?: string | number | boolean | undefined;
|
206
206
|
maxHeight?: string | number | undefined;
|
@@ -372,7 +372,7 @@ declare const VDateInput: {
|
|
372
372
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
373
373
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
374
374
|
modelValue?: any;
|
375
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
375
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
376
376
|
validationValue?: any;
|
377
377
|
rounded?: string | number | boolean | undefined;
|
378
378
|
maxHeight?: string | number | undefined;
|
@@ -537,7 +537,7 @@ declare const VDateInput: {
|
|
537
537
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
538
538
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
539
539
|
modelValue?: any;
|
540
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
540
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
541
541
|
validationValue?: any;
|
542
542
|
rounded?: string | number | boolean | undefined;
|
543
543
|
maxHeight?: string | number | undefined;
|
@@ -795,7 +795,7 @@ declare const VDateInput: {
|
|
795
795
|
type: vue.PropType<readonly ValidationRule[]>;
|
796
796
|
default: () => never[];
|
797
797
|
};
|
798
|
-
validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
798
|
+
validateOn: vue.PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
|
799
799
|
validationValue: null;
|
800
800
|
density: {
|
801
801
|
type: vue.PropType<Density>;
|
@@ -1008,7 +1008,7 @@ declare const VDateInput: {
|
|
1008
1008
|
type: vue.PropType<readonly ValidationRule[]>;
|
1009
1009
|
default: () => never[];
|
1010
1010
|
};
|
1011
|
-
validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
1011
|
+
validateOn: vue.PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
|
1012
1012
|
validationValue: null;
|
1013
1013
|
density: {
|
1014
1014
|
type: vue.PropType<Density>;
|
@@ -103,7 +103,7 @@ declare const VNumberInput: {
|
|
103
103
|
counter?: string | number | boolean | undefined;
|
104
104
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
105
105
|
modelValue?: any;
|
106
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
106
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
107
107
|
validationValue?: any;
|
108
108
|
rounded?: string | number | boolean | undefined;
|
109
109
|
maxWidth?: string | number | undefined;
|
@@ -233,7 +233,7 @@ declare const VNumberInput: {
|
|
233
233
|
counter?: string | number | boolean | undefined;
|
234
234
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
235
235
|
modelValue?: any;
|
236
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
236
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
237
237
|
validationValue?: any;
|
238
238
|
rounded?: string | number | boolean | undefined;
|
239
239
|
maxWidth?: string | number | undefined;
|
@@ -446,7 +446,7 @@ declare const VNumberInput: {
|
|
446
446
|
counter?: string | number | boolean | undefined;
|
447
447
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
448
448
|
modelValue?: any;
|
449
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
449
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
450
450
|
validationValue?: any;
|
451
451
|
rounded?: string | number | boolean | undefined;
|
452
452
|
maxWidth?: string | number | undefined;
|
@@ -614,7 +614,7 @@ declare const VNumberInput: {
|
|
614
614
|
counter?: string | number | boolean | undefined;
|
615
615
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
616
616
|
modelValue?: any;
|
617
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
617
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
618
618
|
validationValue?: any;
|
619
619
|
rounded?: string | number | boolean | undefined;
|
620
620
|
maxWidth?: string | number | undefined;
|
@@ -825,7 +825,7 @@ declare const VNumberInput: {
|
|
825
825
|
default: () => never[];
|
826
826
|
};
|
827
827
|
modelValue: null;
|
828
|
-
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
828
|
+
validateOn: PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
|
829
829
|
validationValue: null;
|
830
830
|
rounded: {
|
831
831
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
@@ -950,7 +950,7 @@ declare const VNumberInput: {
|
|
950
950
|
default: () => never[];
|
951
951
|
};
|
952
952
|
modelValue: null;
|
953
|
-
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
953
|
+
validateOn: PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
|
954
954
|
validationValue: null;
|
955
955
|
rounded: {
|
956
956
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|