@vuetify/nightly 3.8.0-beta.0-dev.2025-03-25 → 3.8.0-beta.0-dev.2025-03-29

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 (53) hide show
  1. package/CHANGELOG.md +80 -33
  2. package/dist/_component-variables-labs.sass +1 -0
  3. package/dist/json/attributes.json +4178 -4054
  4. package/dist/json/importMap-labs.json +12 -8
  5. package/dist/json/importMap.json +178 -178
  6. package/dist/json/tags.json +36 -0
  7. package/dist/json/web-types.json +7764 -7427
  8. package/dist/vuetify-labs.cjs +242 -16
  9. package/dist/vuetify-labs.css +2467 -2290
  10. package/dist/vuetify-labs.d.ts +546 -230
  11. package/dist/vuetify-labs.esm.js +242 -16
  12. package/dist/vuetify-labs.esm.js.map +1 -1
  13. package/dist/vuetify-labs.js +242 -16
  14. package/dist/vuetify-labs.min.css +2 -2
  15. package/dist/vuetify.cjs +31 -13
  16. package/dist/vuetify.cjs.map +1 -1
  17. package/dist/vuetify.css +4498 -4498
  18. package/dist/vuetify.d.ts +118 -143
  19. package/dist/vuetify.esm.js +31 -13
  20. package/dist/vuetify.esm.js.map +1 -1
  21. package/dist/vuetify.js +31 -13
  22. package/dist/vuetify.js.map +1 -1
  23. package/dist/vuetify.min.css +2 -2
  24. package/dist/vuetify.min.js +18 -17
  25. package/dist/vuetify.min.js.map +1 -1
  26. package/lib/components/VConfirmEdit/VConfirmEdit.d.ts +31 -6
  27. package/lib/components/VConfirmEdit/VConfirmEdit.js +17 -2
  28. package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
  29. package/lib/components/VDatePicker/VDatePicker.d.ts +33 -78
  30. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +33 -78
  31. package/lib/composables/calendar.d.ts +12 -35
  32. package/lib/composables/calendar.js +11 -8
  33. package/lib/composables/calendar.js.map +1 -1
  34. package/lib/entry-bundler.js +1 -1
  35. package/lib/framework.d.ts +58 -57
  36. package/lib/framework.js +1 -1
  37. package/lib/labs/VCalendar/VCalendar.d.ts +33 -78
  38. package/lib/labs/VDateInput/VDateInput.d.ts +68 -78
  39. package/lib/labs/VDateInput/VDateInput.js +44 -4
  40. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  41. package/lib/labs/VIconBtn/VIconBtn.css +178 -0
  42. package/lib/labs/VIconBtn/VIconBtn.d.ts +608 -0
  43. package/lib/labs/VIconBtn/VIconBtn.js +184 -0
  44. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -0
  45. package/lib/labs/VIconBtn/VIconBtn.scss +110 -0
  46. package/lib/labs/VIconBtn/_variables.scss +36 -0
  47. package/lib/labs/VIconBtn/index.d.ts +1 -0
  48. package/lib/labs/VIconBtn/index.js +2 -0
  49. package/lib/labs/VIconBtn/index.js.map +1 -0
  50. package/lib/labs/components.d.ts +1 -0
  51. package/lib/labs/components.js +1 -0
  52. package/lib/labs/components.js.map +1 -1
  53. package/package.json +1 -1
@@ -22007,6 +22007,7 @@ declare const VConfirmEdit: {
22007
22007
  hideActions: boolean;
22008
22008
  } & {
22009
22009
  color?: string | undefined;
22010
+ disabled?: boolean | ("cancel" | "save")[] | undefined;
22010
22011
  } & {
22011
22012
  onCancel?: (() => any) | undefined;
22012
22013
  }, {
@@ -22018,6 +22019,7 @@ declare const VConfirmEdit: {
22018
22019
  save: (value: any) => true;
22019
22020
  'update:modelValue': (value: any) => true;
22020
22021
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "save">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
22022
+ disabled: boolean | ("cancel" | "save")[];
22021
22023
  cancelText: string;
22022
22024
  okText: string;
22023
22025
  hideActions: boolean;
@@ -22042,6 +22044,7 @@ declare const VConfirmEdit: {
22042
22044
  hideActions: boolean;
22043
22045
  } & {
22044
22046
  color?: string | undefined;
22047
+ disabled?: boolean | ("cancel" | "save")[] | undefined;
22045
22048
  } & {
22046
22049
  onCancel?: (() => any) | undefined;
22047
22050
  }, {
@@ -22049,6 +22052,7 @@ declare const VConfirmEdit: {
22049
22052
  cancel: () => void;
22050
22053
  isPristine: vue.ComputedRef<boolean>;
22051
22054
  }, {}, {}, {}, {
22055
+ disabled: boolean | ("cancel" | "save")[];
22052
22056
  cancelText: string;
22053
22057
  okText: string;
22054
22058
  hideActions: boolean;
@@ -22062,6 +22066,7 @@ declare const VConfirmEdit: {
22062
22066
  hideActions: boolean;
22063
22067
  } & {
22064
22068
  color?: string | undefined;
22069
+ disabled?: boolean | ("cancel" | "save")[] | undefined;
22065
22070
  } & {
22066
22071
  onCancel?: (() => any) | undefined;
22067
22072
  }, {
@@ -22073,6 +22078,7 @@ declare const VConfirmEdit: {
22073
22078
  save: (value: any) => true;
22074
22079
  'update:modelValue': (value: any) => true;
22075
22080
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "save">, string, {
22081
+ disabled: boolean | ("cancel" | "save")[];
22076
22082
  cancelText: string;
22077
22083
  okText: string;
22078
22084
  hideActions: boolean;
@@ -22099,6 +22105,10 @@ declare const VConfirmEdit: {
22099
22105
  type: StringConstructor;
22100
22106
  default: string;
22101
22107
  };
22108
+ disabled: {
22109
+ type: PropType<boolean | ("save" | "cancel")[]>;
22110
+ default: undefined;
22111
+ };
22102
22112
  hideActions: BooleanConstructor;
22103
22113
  }, vue.ExtractPropTypes<{
22104
22114
  modelValue: null;
@@ -22111,6 +22121,10 @@ declare const VConfirmEdit: {
22111
22121
  type: StringConstructor;
22112
22122
  default: string;
22113
22123
  };
22124
+ disabled: {
22125
+ type: PropType<boolean | ("save" | "cancel")[]>;
22126
+ default: undefined;
22127
+ };
22114
22128
  hideActions: BooleanConstructor;
22115
22129
  }>>;
22116
22130
  type VConfirmEdit = InstanceType<typeof VConfirmEdit>;
@@ -26104,6 +26118,8 @@ declare const VDataTableServer: {
26104
26118
  }>>;
26105
26119
  type VDataTableServer = InstanceType<typeof VDataTableServer>;
26106
26120
 
26121
+ type CalendarWeekdays = 0 | 1 | 2 | 3 | 4 | 5 | 6;
26122
+
26107
26123
  type VPickerSlots = {
26108
26124
  header: never;
26109
26125
  default: never;
@@ -26385,8 +26401,9 @@ declare const VDatePicker: {
26385
26401
  modeIcon: IconValue;
26386
26402
  viewMode: "month" | "year" | "months";
26387
26403
  showAdjacentMonths: boolean;
26388
- weekdays: number[];
26404
+ weekdays: CalendarWeekdays[];
26389
26405
  weeksInMonth: "static" | "dynamic";
26406
+ firstDayOfWeek: string | number;
26390
26407
  hideWeekdays: boolean;
26391
26408
  showWeek: boolean;
26392
26409
  } & {
@@ -26413,7 +26430,6 @@ declare const VDatePicker: {
26413
26430
  bgColor?: string | undefined;
26414
26431
  controlHeight?: string | number | undefined;
26415
26432
  headerColor?: string | undefined;
26416
- firstDayOfWeek?: string | number | undefined;
26417
26433
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
26418
26434
  } & {
26419
26435
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -26443,8 +26459,9 @@ declare const VDatePicker: {
26443
26459
  modeIcon: IconValue;
26444
26460
  viewMode: "month" | "year" | "months";
26445
26461
  showAdjacentMonths: boolean;
26446
- weekdays: number[];
26462
+ weekdays: CalendarWeekdays[];
26447
26463
  weeksInMonth: "static" | "dynamic";
26464
+ firstDayOfWeek: string | number;
26448
26465
  hideWeekdays: boolean;
26449
26466
  showWeek: boolean;
26450
26467
  }, true, {}, vue.SlotsType<Partial<{
@@ -26479,8 +26496,9 @@ declare const VDatePicker: {
26479
26496
  modeIcon: IconValue;
26480
26497
  viewMode: "month" | "year" | "months";
26481
26498
  showAdjacentMonths: boolean;
26482
- weekdays: number[];
26499
+ weekdays: CalendarWeekdays[];
26483
26500
  weeksInMonth: "static" | "dynamic";
26501
+ firstDayOfWeek: string | number;
26484
26502
  hideWeekdays: boolean;
26485
26503
  showWeek: boolean;
26486
26504
  } & {
@@ -26507,7 +26525,6 @@ declare const VDatePicker: {
26507
26525
  bgColor?: string | undefined;
26508
26526
  controlHeight?: string | number | undefined;
26509
26527
  headerColor?: string | undefined;
26510
- firstDayOfWeek?: string | number | undefined;
26511
26528
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
26512
26529
  } & {
26513
26530
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -26532,8 +26549,9 @@ declare const VDatePicker: {
26532
26549
  modeIcon: IconValue;
26533
26550
  viewMode: "month" | "year" | "months";
26534
26551
  showAdjacentMonths: boolean;
26535
- weekdays: number[];
26552
+ weekdays: CalendarWeekdays[];
26536
26553
  weeksInMonth: "static" | "dynamic";
26554
+ firstDayOfWeek: string | number;
26537
26555
  hideWeekdays: boolean;
26538
26556
  showWeek: boolean;
26539
26557
  }>;
@@ -26557,8 +26575,9 @@ declare const VDatePicker: {
26557
26575
  modeIcon: IconValue;
26558
26576
  viewMode: "month" | "year" | "months";
26559
26577
  showAdjacentMonths: boolean;
26560
- weekdays: number[];
26578
+ weekdays: CalendarWeekdays[];
26561
26579
  weeksInMonth: "static" | "dynamic";
26580
+ firstDayOfWeek: string | number;
26562
26581
  hideWeekdays: boolean;
26563
26582
  showWeek: boolean;
26564
26583
  } & {
@@ -26585,7 +26604,6 @@ declare const VDatePicker: {
26585
26604
  bgColor?: string | undefined;
26586
26605
  controlHeight?: string | number | undefined;
26587
26606
  headerColor?: string | undefined;
26588
- firstDayOfWeek?: string | number | undefined;
26589
26607
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
26590
26608
  } & {
26591
26609
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -26615,8 +26633,9 @@ declare const VDatePicker: {
26615
26633
  modeIcon: IconValue;
26616
26634
  viewMode: "month" | "year" | "months";
26617
26635
  showAdjacentMonths: boolean;
26618
- weekdays: number[];
26636
+ weekdays: CalendarWeekdays[];
26619
26637
  weeksInMonth: "static" | "dynamic";
26638
+ firstDayOfWeek: string | number;
26620
26639
  hideWeekdays: boolean;
26621
26640
  showWeek: boolean;
26622
26641
  }, {}, string, vue.SlotsType<Partial<{
@@ -26683,22 +26702,7 @@ declare const VDatePicker: {
26683
26702
  month: (StringConstructor | NumberConstructor)[];
26684
26703
  showAdjacentMonths: BooleanConstructor;
26685
26704
  weekdays: {
26686
- type: {
26687
- (arrayLength: number): number[];
26688
- (...items: number[]): number[];
26689
- new (arrayLength: number): number[];
26690
- new (...items: number[]): number[];
26691
- isArray(arg: any): arg is any[];
26692
- readonly prototype: any[];
26693
- from<T>(arrayLike: ArrayLike<T>): T[];
26694
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
26695
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
26696
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
26697
- of<T>(...items: T[]): T[];
26698
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
26699
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
26700
- readonly [Symbol.species]: ArrayConstructor;
26701
- };
26705
+ type: vue.PropType<CalendarWeekdays[]>;
26702
26706
  default: () => number[];
26703
26707
  };
26704
26708
  weeksInMonth: Omit<{
@@ -26708,7 +26712,10 @@ declare const VDatePicker: {
26708
26712
  type: vue.PropType<"static" | "dynamic">;
26709
26713
  default: NonNullable<"static" | "dynamic">;
26710
26714
  };
26711
- firstDayOfWeek: (StringConstructor | NumberConstructor)[];
26715
+ firstDayOfWeek: {
26716
+ type: (StringConstructor | NumberConstructor)[];
26717
+ default: number;
26718
+ };
26712
26719
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
26713
26720
  hideWeekdays: BooleanConstructor;
26714
26721
  multiple: vue.PropType<boolean | "range" | number | (string & {})>;
@@ -26800,22 +26807,7 @@ declare const VDatePicker: {
26800
26807
  month: (StringConstructor | NumberConstructor)[];
26801
26808
  showAdjacentMonths: BooleanConstructor;
26802
26809
  weekdays: {
26803
- type: {
26804
- (arrayLength: number): number[];
26805
- (...items: number[]): number[];
26806
- new (arrayLength: number): number[];
26807
- new (...items: number[]): number[];
26808
- isArray(arg: any): arg is any[];
26809
- readonly prototype: any[];
26810
- from<T>(arrayLike: ArrayLike<T>): T[];
26811
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
26812
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
26813
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
26814
- of<T>(...items: T[]): T[];
26815
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
26816
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
26817
- readonly [Symbol.species]: ArrayConstructor;
26818
- };
26810
+ type: vue.PropType<CalendarWeekdays[]>;
26819
26811
  default: () => number[];
26820
26812
  };
26821
26813
  weeksInMonth: Omit<{
@@ -26825,7 +26817,10 @@ declare const VDatePicker: {
26825
26817
  type: vue.PropType<"static" | "dynamic">;
26826
26818
  default: NonNullable<"static" | "dynamic">;
26827
26819
  };
26828
- firstDayOfWeek: (StringConstructor | NumberConstructor)[];
26820
+ firstDayOfWeek: {
26821
+ type: (StringConstructor | NumberConstructor)[];
26822
+ default: number;
26823
+ };
26829
26824
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
26830
26825
  hideWeekdays: BooleanConstructor;
26831
26826
  multiple: vue.PropType<boolean | "range" | number | (string & {})>;
@@ -27168,8 +27163,9 @@ declare const VDatePickerMonth: {
27168
27163
  disabled: boolean;
27169
27164
  reverseTransition: string;
27170
27165
  showAdjacentMonths: boolean;
27171
- weekdays: number[];
27166
+ weekdays: CalendarWeekdays[];
27172
27167
  weeksInMonth: "static" | "dynamic";
27168
+ firstDayOfWeek: string | number;
27173
27169
  hideWeekdays: boolean;
27174
27170
  showWeek: boolean;
27175
27171
  } & {
@@ -27180,7 +27176,6 @@ declare const VDatePickerMonth: {
27180
27176
  month?: string | number | undefined;
27181
27177
  year?: string | number | undefined;
27182
27178
  modelValue?: unknown[] | undefined;
27183
- firstDayOfWeek?: string | number | undefined;
27184
27179
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
27185
27180
  } & {
27186
27181
  $children?: {} | vue.VNodeChild | {
@@ -27222,8 +27217,9 @@ declare const VDatePickerMonth: {
27222
27217
  disabled: boolean;
27223
27218
  reverseTransition: string;
27224
27219
  showAdjacentMonths: boolean;
27225
- weekdays: number[];
27220
+ weekdays: CalendarWeekdays[];
27226
27221
  weeksInMonth: "static" | "dynamic";
27222
+ firstDayOfWeek: string | number;
27227
27223
  hideWeekdays: boolean;
27228
27224
  showWeek: boolean;
27229
27225
  }, true, {}, vue.SlotsType<Partial<{
@@ -27246,8 +27242,9 @@ declare const VDatePickerMonth: {
27246
27242
  disabled: boolean;
27247
27243
  reverseTransition: string;
27248
27244
  showAdjacentMonths: boolean;
27249
- weekdays: number[];
27245
+ weekdays: CalendarWeekdays[];
27250
27246
  weeksInMonth: "static" | "dynamic";
27247
+ firstDayOfWeek: string | number;
27251
27248
  hideWeekdays: boolean;
27252
27249
  showWeek: boolean;
27253
27250
  } & {
@@ -27258,7 +27255,6 @@ declare const VDatePickerMonth: {
27258
27255
  month?: string | number | undefined;
27259
27256
  year?: string | number | undefined;
27260
27257
  modelValue?: unknown[] | undefined;
27261
- firstDayOfWeek?: string | number | undefined;
27262
27258
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
27263
27259
  } & {
27264
27260
  $children?: {} | vue.VNodeChild | {
@@ -27296,8 +27292,9 @@ declare const VDatePickerMonth: {
27296
27292
  disabled: boolean;
27297
27293
  reverseTransition: string;
27298
27294
  showAdjacentMonths: boolean;
27299
- weekdays: number[];
27295
+ weekdays: CalendarWeekdays[];
27300
27296
  weeksInMonth: "static" | "dynamic";
27297
+ firstDayOfWeek: string | number;
27301
27298
  hideWeekdays: boolean;
27302
27299
  showWeek: boolean;
27303
27300
  }>;
@@ -27309,8 +27306,9 @@ declare const VDatePickerMonth: {
27309
27306
  disabled: boolean;
27310
27307
  reverseTransition: string;
27311
27308
  showAdjacentMonths: boolean;
27312
- weekdays: number[];
27309
+ weekdays: CalendarWeekdays[];
27313
27310
  weeksInMonth: "static" | "dynamic";
27311
+ firstDayOfWeek: string | number;
27314
27312
  hideWeekdays: boolean;
27315
27313
  showWeek: boolean;
27316
27314
  } & {
@@ -27321,7 +27319,6 @@ declare const VDatePickerMonth: {
27321
27319
  month?: string | number | undefined;
27322
27320
  year?: string | number | undefined;
27323
27321
  modelValue?: unknown[] | undefined;
27324
- firstDayOfWeek?: string | number | undefined;
27325
27322
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
27326
27323
  } & {
27327
27324
  $children?: {} | vue.VNodeChild | {
@@ -27363,8 +27360,9 @@ declare const VDatePickerMonth: {
27363
27360
  disabled: boolean;
27364
27361
  reverseTransition: string;
27365
27362
  showAdjacentMonths: boolean;
27366
- weekdays: number[];
27363
+ weekdays: CalendarWeekdays[];
27367
27364
  weeksInMonth: "static" | "dynamic";
27365
+ firstDayOfWeek: string | number;
27368
27366
  hideWeekdays: boolean;
27369
27367
  showWeek: boolean;
27370
27368
  }, {}, string, vue.SlotsType<Partial<{
@@ -27387,29 +27385,17 @@ declare const VDatePickerMonth: {
27387
27385
  modelValue: PropType<unknown[]>;
27388
27386
  showAdjacentMonths: BooleanConstructor;
27389
27387
  weekdays: {
27390
- type: {
27391
- (arrayLength: number): number[];
27392
- (...items: number[]): number[];
27393
- new (arrayLength: number): number[];
27394
- new (...items: number[]): number[];
27395
- isArray(arg: any): arg is any[];
27396
- readonly prototype: any[];
27397
- from<T>(arrayLike: ArrayLike<T>): T[];
27398
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
27399
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
27400
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
27401
- of<T>(...items: T[]): T[];
27402
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
27403
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
27404
- readonly [Symbol.species]: ArrayConstructor;
27405
- };
27388
+ type: PropType<CalendarWeekdays[]>;
27406
27389
  default: () => number[];
27407
27390
  };
27408
27391
  weeksInMonth: {
27409
27392
  type: PropType<"dynamic" | "static">;
27410
27393
  default: string;
27411
27394
  };
27412
- firstDayOfWeek: (StringConstructor | NumberConstructor)[];
27395
+ firstDayOfWeek: {
27396
+ type: (StringConstructor | NumberConstructor)[];
27397
+ default: number;
27398
+ };
27413
27399
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
27414
27400
  color: StringConstructor;
27415
27401
  hideWeekdays: BooleanConstructor;
@@ -27435,29 +27421,17 @@ declare const VDatePickerMonth: {
27435
27421
  modelValue: PropType<unknown[]>;
27436
27422
  showAdjacentMonths: BooleanConstructor;
27437
27423
  weekdays: {
27438
- type: {
27439
- (arrayLength: number): number[];
27440
- (...items: number[]): number[];
27441
- new (arrayLength: number): number[];
27442
- new (...items: number[]): number[];
27443
- isArray(arg: any): arg is any[];
27444
- readonly prototype: any[];
27445
- from<T>(arrayLike: ArrayLike<T>): T[];
27446
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
27447
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
27448
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
27449
- of<T>(...items: T[]): T[];
27450
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
27451
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
27452
- readonly [Symbol.species]: ArrayConstructor;
27453
- };
27424
+ type: PropType<CalendarWeekdays[]>;
27454
27425
  default: () => number[];
27455
27426
  };
27456
27427
  weeksInMonth: {
27457
27428
  type: PropType<"dynamic" | "static">;
27458
27429
  default: string;
27459
27430
  };
27460
- firstDayOfWeek: (StringConstructor | NumberConstructor)[];
27431
+ firstDayOfWeek: {
27432
+ type: (StringConstructor | NumberConstructor)[];
27433
+ default: number;
27434
+ };
27461
27435
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
27462
27436
  color: StringConstructor;
27463
27437
  hideWeekdays: BooleanConstructor;
@@ -65213,8 +65187,9 @@ declare const VCalendar: {
65213
65187
  hideHeader: boolean;
65214
65188
  viewMode: "day" | "month" | "week";
65215
65189
  showAdjacentMonths: boolean;
65216
- weekdays: number[];
65190
+ weekdays: CalendarWeekdays[];
65217
65191
  weeksInMonth: "static" | "dynamic";
65192
+ firstDayOfWeek: string | number;
65218
65193
  intervalDivisions: number;
65219
65194
  intervalDuration: number;
65220
65195
  intervalHeight: number;
@@ -65231,7 +65206,6 @@ declare const VCalendar: {
65231
65206
  year?: string | number | undefined;
65232
65207
  events?: any[] | undefined;
65233
65208
  modelValue?: unknown[] | undefined;
65234
- firstDayOfWeek?: string | number | undefined;
65235
65209
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
65236
65210
  displayValue?: unknown;
65237
65211
  dayIndex?: number | undefined;
@@ -65337,8 +65311,9 @@ declare const VCalendar: {
65337
65311
  hideHeader: boolean;
65338
65312
  viewMode: "day" | "month" | "week";
65339
65313
  showAdjacentMonths: boolean;
65340
- weekdays: number[];
65314
+ weekdays: CalendarWeekdays[];
65341
65315
  weeksInMonth: "static" | "dynamic";
65316
+ firstDayOfWeek: string | number;
65342
65317
  intervalDivisions: number;
65343
65318
  intervalDuration: number;
65344
65319
  intervalHeight: number;
@@ -65372,8 +65347,9 @@ declare const VCalendar: {
65372
65347
  hideHeader: boolean;
65373
65348
  viewMode: "day" | "month" | "week";
65374
65349
  showAdjacentMonths: boolean;
65375
- weekdays: number[];
65350
+ weekdays: CalendarWeekdays[];
65376
65351
  weeksInMonth: "static" | "dynamic";
65352
+ firstDayOfWeek: string | number;
65377
65353
  intervalDivisions: number;
65378
65354
  intervalDuration: number;
65379
65355
  intervalHeight: number;
@@ -65390,7 +65366,6 @@ declare const VCalendar: {
65390
65366
  year?: string | number | undefined;
65391
65367
  events?: any[] | undefined;
65392
65368
  modelValue?: unknown[] | undefined;
65393
- firstDayOfWeek?: string | number | undefined;
65394
65369
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
65395
65370
  displayValue?: unknown;
65396
65371
  dayIndex?: number | undefined;
@@ -65492,8 +65467,9 @@ declare const VCalendar: {
65492
65467
  hideHeader: boolean;
65493
65468
  viewMode: "day" | "month" | "week";
65494
65469
  showAdjacentMonths: boolean;
65495
- weekdays: number[];
65470
+ weekdays: CalendarWeekdays[];
65496
65471
  weeksInMonth: "static" | "dynamic";
65472
+ firstDayOfWeek: string | number;
65497
65473
  intervalDivisions: number;
65498
65474
  intervalDuration: number;
65499
65475
  intervalHeight: number;
@@ -65515,8 +65491,9 @@ declare const VCalendar: {
65515
65491
  hideHeader: boolean;
65516
65492
  viewMode: "day" | "month" | "week";
65517
65493
  showAdjacentMonths: boolean;
65518
- weekdays: number[];
65494
+ weekdays: CalendarWeekdays[];
65519
65495
  weeksInMonth: "static" | "dynamic";
65496
+ firstDayOfWeek: string | number;
65520
65497
  intervalDivisions: number;
65521
65498
  intervalDuration: number;
65522
65499
  intervalHeight: number;
@@ -65533,7 +65510,6 @@ declare const VCalendar: {
65533
65510
  year?: string | number | undefined;
65534
65511
  events?: any[] | undefined;
65535
65512
  modelValue?: unknown[] | undefined;
65536
- firstDayOfWeek?: string | number | undefined;
65537
65513
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
65538
65514
  displayValue?: unknown;
65539
65515
  dayIndex?: number | undefined;
@@ -65639,8 +65615,9 @@ declare const VCalendar: {
65639
65615
  hideHeader: boolean;
65640
65616
  viewMode: "day" | "month" | "week";
65641
65617
  showAdjacentMonths: boolean;
65642
- weekdays: number[];
65618
+ weekdays: CalendarWeekdays[];
65643
65619
  weeksInMonth: "static" | "dynamic";
65620
+ firstDayOfWeek: string | number;
65644
65621
  intervalDivisions: number;
65645
65622
  intervalDuration: number;
65646
65623
  intervalHeight: number;
@@ -65735,29 +65712,17 @@ declare const VCalendar: {
65735
65712
  showAdjacentMonths: BooleanConstructor;
65736
65713
  year: (StringConstructor | NumberConstructor)[];
65737
65714
  weekdays: {
65738
- type: {
65739
- (arrayLength: number): number[];
65740
- (...items: number[]): number[];
65741
- new (arrayLength: number): number[];
65742
- new (...items: number[]): number[];
65743
- isArray(arg: any): arg is any[];
65744
- readonly prototype: any[];
65745
- from<T>(arrayLike: ArrayLike<T>): T[];
65746
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
65747
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
65748
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
65749
- of<T>(...items: T[]): T[];
65750
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
65751
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
65752
- readonly [Symbol.species]: ArrayConstructor;
65753
- };
65715
+ type: vue.PropType<CalendarWeekdays[]>;
65754
65716
  default: () => number[];
65755
65717
  };
65756
65718
  weeksInMonth: {
65757
65719
  type: vue.PropType<"dynamic" | "static">;
65758
65720
  default: string;
65759
65721
  };
65760
- firstDayOfWeek: (StringConstructor | NumberConstructor)[];
65722
+ firstDayOfWeek: {
65723
+ type: (StringConstructor | NumberConstructor)[];
65724
+ default: number;
65725
+ };
65761
65726
  hideHeader: BooleanConstructor;
65762
65727
  hideWeekNumber: BooleanConstructor;
65763
65728
  }, vue.ExtractPropTypes<{
@@ -65837,29 +65802,17 @@ declare const VCalendar: {
65837
65802
  showAdjacentMonths: BooleanConstructor;
65838
65803
  year: (StringConstructor | NumberConstructor)[];
65839
65804
  weekdays: {
65840
- type: {
65841
- (arrayLength: number): number[];
65842
- (...items: number[]): number[];
65843
- new (arrayLength: number): number[];
65844
- new (...items: number[]): number[];
65845
- isArray(arg: any): arg is any[];
65846
- readonly prototype: any[];
65847
- from<T>(arrayLike: ArrayLike<T>): T[];
65848
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
65849
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
65850
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
65851
- of<T>(...items: T[]): T[];
65852
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
65853
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
65854
- readonly [Symbol.species]: ArrayConstructor;
65855
- };
65805
+ type: vue.PropType<CalendarWeekdays[]>;
65856
65806
  default: () => number[];
65857
65807
  };
65858
65808
  weeksInMonth: {
65859
65809
  type: vue.PropType<"dynamic" | "static">;
65860
65810
  default: string;
65861
65811
  };
65862
- firstDayOfWeek: (StringConstructor | NumberConstructor)[];
65812
+ firstDayOfWeek: {
65813
+ type: (StringConstructor | NumberConstructor)[];
65814
+ default: number;
65815
+ };
65863
65816
  hideHeader: BooleanConstructor;
65864
65817
  hideWeekNumber: BooleanConstructor;
65865
65818
  }>>;
@@ -66775,6 +66728,7 @@ declare const VDateInput: {
66775
66728
  style: vue.StyleValue;
66776
66729
  title: string;
66777
66730
  autofocus: boolean;
66731
+ mobile: boolean | null;
66778
66732
  disabled: boolean;
66779
66733
  readonly: boolean | null;
66780
66734
  tag: string | JSXComponent;
@@ -66809,8 +66763,9 @@ declare const VDateInput: {
66809
66763
  modeIcon: IconValue;
66810
66764
  viewMode: "month" | "year" | "months";
66811
66765
  showAdjacentMonths: boolean;
66812
- weekdays: number[];
66766
+ weekdays: CalendarWeekdays[];
66813
66767
  weeksInMonth: "static" | "dynamic";
66768
+ firstDayOfWeek: string | number;
66814
66769
  hideWeekdays: boolean;
66815
66770
  showWeek: boolean;
66816
66771
  } & {
@@ -66839,6 +66794,7 @@ declare const VDateInput: {
66839
66794
  theme?: string | undefined;
66840
66795
  elevation?: string | number | undefined;
66841
66796
  counter?: string | number | boolean | undefined;
66797
+ mobileBreakpoint?: number | DisplayBreakpoint | undefined;
66842
66798
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
66843
66799
  modelValue?: any;
66844
66800
  validateOn?: ("eager" | "lazy" | ("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") | undefined;
@@ -66863,7 +66819,6 @@ declare const VDateInput: {
66863
66819
  suffix?: string | undefined;
66864
66820
  counterValue?: number | ((value: any) => number) | undefined;
66865
66821
  modelModifiers?: Record<string, boolean> | undefined;
66866
- firstDayOfWeek?: string | number | undefined;
66867
66822
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
66868
66823
  displayFormat?: string | Function | undefined;
66869
66824
  } & {
@@ -66945,6 +66900,7 @@ declare const VDateInput: {
66945
66900
  style: vue.StyleValue;
66946
66901
  title: string;
66947
66902
  autofocus: boolean;
66903
+ mobile: boolean | null;
66948
66904
  disabled: boolean;
66949
66905
  readonly: boolean | null;
66950
66906
  tag: string | JSXComponent;
@@ -66981,8 +66937,9 @@ declare const VDateInput: {
66981
66937
  modeIcon: IconValue;
66982
66938
  viewMode: "month" | "year" | "months";
66983
66939
  showAdjacentMonths: boolean;
66984
- weekdays: number[];
66940
+ weekdays: CalendarWeekdays[];
66985
66941
  weeksInMonth: "static" | "dynamic";
66942
+ firstDayOfWeek: string | number;
66986
66943
  hideWeekdays: boolean;
66987
66944
  showWeek: boolean;
66988
66945
  }, true, {}, vue.SlotsType<Partial<{
@@ -67024,6 +66981,7 @@ declare const VDateInput: {
67024
66981
  style: vue.StyleValue;
67025
66982
  title: string;
67026
66983
  autofocus: boolean;
66984
+ mobile: boolean | null;
67027
66985
  disabled: boolean;
67028
66986
  readonly: boolean | null;
67029
66987
  tag: string | JSXComponent;
@@ -67058,8 +67016,9 @@ declare const VDateInput: {
67058
67016
  modeIcon: IconValue;
67059
67017
  viewMode: "month" | "year" | "months";
67060
67018
  showAdjacentMonths: boolean;
67061
- weekdays: number[];
67019
+ weekdays: CalendarWeekdays[];
67062
67020
  weeksInMonth: "static" | "dynamic";
67021
+ firstDayOfWeek: string | number;
67063
67022
  hideWeekdays: boolean;
67064
67023
  showWeek: boolean;
67065
67024
  } & {
@@ -67088,6 +67047,7 @@ declare const VDateInput: {
67088
67047
  theme?: string | undefined;
67089
67048
  elevation?: string | number | undefined;
67090
67049
  counter?: string | number | boolean | undefined;
67050
+ mobileBreakpoint?: number | DisplayBreakpoint | undefined;
67091
67051
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
67092
67052
  modelValue?: any;
67093
67053
  validateOn?: ("eager" | "lazy" | ("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") | undefined;
@@ -67112,7 +67072,6 @@ declare const VDateInput: {
67112
67072
  suffix?: string | undefined;
67113
67073
  counterValue?: number | ((value: any) => number) | undefined;
67114
67074
  modelModifiers?: Record<string, boolean> | undefined;
67115
- firstDayOfWeek?: string | number | undefined;
67116
67075
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
67117
67076
  displayFormat?: string | Function | undefined;
67118
67077
  } & {
@@ -67190,6 +67149,7 @@ declare const VDateInput: {
67190
67149
  style: vue.StyleValue;
67191
67150
  title: string;
67192
67151
  autofocus: boolean;
67152
+ mobile: boolean | null;
67193
67153
  disabled: boolean;
67194
67154
  readonly: boolean | null;
67195
67155
  tag: string | JSXComponent;
@@ -67226,8 +67186,9 @@ declare const VDateInput: {
67226
67186
  modeIcon: IconValue;
67227
67187
  viewMode: "month" | "year" | "months";
67228
67188
  showAdjacentMonths: boolean;
67229
- weekdays: number[];
67189
+ weekdays: CalendarWeekdays[];
67230
67190
  weeksInMonth: "static" | "dynamic";
67191
+ firstDayOfWeek: string | number;
67231
67192
  hideWeekdays: boolean;
67232
67193
  showWeek: boolean;
67233
67194
  }>;
@@ -67248,6 +67209,7 @@ declare const VDateInput: {
67248
67209
  style: vue.StyleValue;
67249
67210
  title: string;
67250
67211
  autofocus: boolean;
67212
+ mobile: boolean | null;
67251
67213
  disabled: boolean;
67252
67214
  readonly: boolean | null;
67253
67215
  tag: string | JSXComponent;
@@ -67282,8 +67244,9 @@ declare const VDateInput: {
67282
67244
  modeIcon: IconValue;
67283
67245
  viewMode: "month" | "year" | "months";
67284
67246
  showAdjacentMonths: boolean;
67285
- weekdays: number[];
67247
+ weekdays: CalendarWeekdays[];
67286
67248
  weeksInMonth: "static" | "dynamic";
67249
+ firstDayOfWeek: string | number;
67287
67250
  hideWeekdays: boolean;
67288
67251
  showWeek: boolean;
67289
67252
  } & {
@@ -67312,6 +67275,7 @@ declare const VDateInput: {
67312
67275
  theme?: string | undefined;
67313
67276
  elevation?: string | number | undefined;
67314
67277
  counter?: string | number | boolean | undefined;
67278
+ mobileBreakpoint?: number | DisplayBreakpoint | undefined;
67315
67279
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
67316
67280
  modelValue?: any;
67317
67281
  validateOn?: ("eager" | "lazy" | ("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") | undefined;
@@ -67336,7 +67300,6 @@ declare const VDateInput: {
67336
67300
  suffix?: string | undefined;
67337
67301
  counterValue?: number | ((value: any) => number) | undefined;
67338
67302
  modelModifiers?: Record<string, boolean> | undefined;
67339
- firstDayOfWeek?: string | number | undefined;
67340
67303
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
67341
67304
  displayFormat?: string | Function | undefined;
67342
67305
  } & {
@@ -67418,6 +67381,7 @@ declare const VDateInput: {
67418
67381
  style: vue.StyleValue;
67419
67382
  title: string;
67420
67383
  autofocus: boolean;
67384
+ mobile: boolean | null;
67421
67385
  disabled: boolean;
67422
67386
  readonly: boolean | null;
67423
67387
  tag: string | JSXComponent;
@@ -67454,8 +67418,9 @@ declare const VDateInput: {
67454
67418
  modeIcon: IconValue;
67455
67419
  viewMode: "month" | "year" | "months";
67456
67420
  showAdjacentMonths: boolean;
67457
- weekdays: number[];
67421
+ weekdays: CalendarWeekdays[];
67458
67422
  weeksInMonth: "static" | "dynamic";
67423
+ firstDayOfWeek: string | number;
67459
67424
  hideWeekdays: boolean;
67460
67425
  showWeek: boolean;
67461
67426
  }, {}, string, vue.SlotsType<Partial<{
@@ -67561,22 +67526,7 @@ declare const VDateInput: {
67561
67526
  default: boolean;
67562
67527
  };
67563
67528
  weekdays: {
67564
- type: {
67565
- (arrayLength: number): number[];
67566
- (...items: number[]): number[];
67567
- new (arrayLength: number): number[];
67568
- new (...items: number[]): number[];
67569
- isArray(arg: any): arg is any[];
67570
- readonly prototype: any[];
67571
- from<T>(arrayLike: ArrayLike<T>): T[];
67572
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
67573
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
67574
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
67575
- of<T>(...items: T[]): T[];
67576
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
67577
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
67578
- readonly [Symbol.species]: ArrayConstructor;
67579
- };
67529
+ type: PropType<CalendarWeekdays[]>;
67580
67530
  default: () => number[];
67581
67531
  };
67582
67532
  weeksInMonth: Omit<{
@@ -67586,7 +67536,10 @@ declare const VDateInput: {
67586
67536
  type: PropType<"static" | "dynamic">;
67587
67537
  default: NonNullable<"static" | "dynamic">;
67588
67538
  };
67589
- firstDayOfWeek: (StringConstructor | NumberConstructor)[];
67539
+ firstDayOfWeek: {
67540
+ type: (StringConstructor | NumberConstructor)[];
67541
+ default: number;
67542
+ };
67590
67543
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
67591
67544
  hideWeekdays: BooleanConstructor;
67592
67545
  showWeek: BooleanConstructor;
@@ -67701,6 +67654,11 @@ declare const VDateInput: {
67701
67654
  type: PropType<boolean>;
67702
67655
  default: boolean;
67703
67656
  };
67657
+ mobile: {
67658
+ type: PropType<boolean | null>;
67659
+ default: boolean;
67660
+ };
67661
+ mobileBreakpoint: PropType<number | DisplayBreakpoint>;
67704
67662
  displayFormat: (FunctionConstructor | StringConstructor)[];
67705
67663
  location: {
67706
67664
  type: PropType<StrategyProps$1["location"]>;
@@ -67791,22 +67749,7 @@ declare const VDateInput: {
67791
67749
  default: boolean;
67792
67750
  };
67793
67751
  weekdays: {
67794
- type: {
67795
- (arrayLength: number): number[];
67796
- (...items: number[]): number[];
67797
- new (arrayLength: number): number[];
67798
- new (...items: number[]): number[];
67799
- isArray(arg: any): arg is any[];
67800
- readonly prototype: any[];
67801
- from<T>(arrayLike: ArrayLike<T>): T[];
67802
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
67803
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
67804
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
67805
- of<T>(...items: T[]): T[];
67806
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
67807
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
67808
- readonly [Symbol.species]: ArrayConstructor;
67809
- };
67752
+ type: PropType<CalendarWeekdays[]>;
67810
67753
  default: () => number[];
67811
67754
  };
67812
67755
  weeksInMonth: Omit<{
@@ -67816,7 +67759,10 @@ declare const VDateInput: {
67816
67759
  type: PropType<"static" | "dynamic">;
67817
67760
  default: NonNullable<"static" | "dynamic">;
67818
67761
  };
67819
- firstDayOfWeek: (StringConstructor | NumberConstructor)[];
67762
+ firstDayOfWeek: {
67763
+ type: (StringConstructor | NumberConstructor)[];
67764
+ default: number;
67765
+ };
67820
67766
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
67821
67767
  hideWeekdays: BooleanConstructor;
67822
67768
  showWeek: BooleanConstructor;
@@ -67931,6 +67877,11 @@ declare const VDateInput: {
67931
67877
  type: PropType<boolean>;
67932
67878
  default: boolean;
67933
67879
  };
67880
+ mobile: {
67881
+ type: PropType<boolean | null>;
67882
+ default: boolean;
67883
+ };
67884
+ mobileBreakpoint: PropType<number | DisplayBreakpoint>;
67934
67885
  displayFormat: (FunctionConstructor | StringConstructor)[];
67935
67886
  location: {
67936
67887
  type: PropType<StrategyProps$1["location"]>;
@@ -69081,6 +69032,369 @@ declare const VFileUploadItem: {
69081
69032
  }>>;
69082
69033
  type VFileUploadItem = InstanceType<typeof VFileUploadItem>;
69083
69034
 
69035
+ type VIconBtnSizes = 'x-small' | 'small' | 'default' | 'large' | 'x-large';
69036
+ declare const VIconBtn: {
69037
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
69038
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
69039
+ loading: boolean;
69040
+ style: vue.StyleValue;
69041
+ disabled: boolean;
69042
+ size: string | number;
69043
+ readonly: boolean;
69044
+ tag: string | JSXComponent;
69045
+ sizes: [VIconBtnSizes, number][];
69046
+ tile: boolean;
69047
+ baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
69048
+ hideOverlay: boolean;
69049
+ iconSize: string | number;
69050
+ iconSizes: [VIconBtnSizes, number][];
69051
+ } & {
69052
+ height?: string | number | undefined;
69053
+ width?: string | number | undefined;
69054
+ active?: boolean | undefined;
69055
+ border?: string | number | boolean | undefined;
69056
+ color?: string | undefined;
69057
+ opacity?: string | number | undefined;
69058
+ rotate?: string | number | undefined;
69059
+ text?: string | number | boolean | undefined;
69060
+ class?: any;
69061
+ theme?: string | undefined;
69062
+ icon?: IconValue | undefined;
69063
+ elevation?: string | number | undefined;
69064
+ rounded?: string | number | boolean | undefined;
69065
+ activeColor?: string | undefined;
69066
+ iconColor?: string | undefined;
69067
+ activeIcon?: IconValue | undefined;
69068
+ activeVariant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
69069
+ } & {
69070
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
69071
+ default?: (() => vue.VNodeChild) | undefined;
69072
+ loader?: (() => vue.VNodeChild) | undefined;
69073
+ };
69074
+ 'v-slots'?: {
69075
+ default?: false | (() => vue.VNodeChild) | undefined;
69076
+ loader?: false | (() => vue.VNodeChild) | undefined;
69077
+ } | undefined;
69078
+ } & {
69079
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
69080
+ "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
69081
+ } & {
69082
+ "onUpdate:active"?: ((value: boolean) => any) | undefined;
69083
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
69084
+ 'update:active': (value: boolean) => true;
69085
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
69086
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
69087
+ active: boolean;
69088
+ loading: boolean;
69089
+ style: vue.StyleValue;
69090
+ text: string | number | boolean;
69091
+ disabled: boolean;
69092
+ size: string | number;
69093
+ readonly: boolean;
69094
+ tag: string | JSXComponent;
69095
+ sizes: [VIconBtnSizes, number][];
69096
+ rounded: string | number | boolean;
69097
+ tile: boolean;
69098
+ baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
69099
+ hideOverlay: boolean;
69100
+ iconSize: string | number;
69101
+ iconSizes: [VIconBtnSizes, number][];
69102
+ }, true, {}, vue.SlotsType<Partial<{
69103
+ default: () => vue.VNode[];
69104
+ loader: () => vue.VNode[];
69105
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
69106
+ P: {};
69107
+ B: {};
69108
+ D: {};
69109
+ C: {};
69110
+ M: {};
69111
+ Defaults: {};
69112
+ }, {
69113
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
69114
+ loading: boolean;
69115
+ style: vue.StyleValue;
69116
+ disabled: boolean;
69117
+ size: string | number;
69118
+ readonly: boolean;
69119
+ tag: string | JSXComponent;
69120
+ sizes: [VIconBtnSizes, number][];
69121
+ tile: boolean;
69122
+ baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
69123
+ hideOverlay: boolean;
69124
+ iconSize: string | number;
69125
+ iconSizes: [VIconBtnSizes, number][];
69126
+ } & {
69127
+ height?: string | number | undefined;
69128
+ width?: string | number | undefined;
69129
+ active?: boolean | undefined;
69130
+ border?: string | number | boolean | undefined;
69131
+ color?: string | undefined;
69132
+ opacity?: string | number | undefined;
69133
+ rotate?: string | number | undefined;
69134
+ text?: string | number | boolean | undefined;
69135
+ class?: any;
69136
+ theme?: string | undefined;
69137
+ icon?: IconValue | undefined;
69138
+ elevation?: string | number | undefined;
69139
+ rounded?: string | number | boolean | undefined;
69140
+ activeColor?: string | undefined;
69141
+ iconColor?: string | undefined;
69142
+ activeIcon?: IconValue | undefined;
69143
+ activeVariant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
69144
+ } & {
69145
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
69146
+ default?: (() => vue.VNodeChild) | undefined;
69147
+ loader?: (() => vue.VNodeChild) | undefined;
69148
+ };
69149
+ 'v-slots'?: {
69150
+ default?: false | (() => vue.VNodeChild) | undefined;
69151
+ loader?: false | (() => vue.VNodeChild) | undefined;
69152
+ } | undefined;
69153
+ } & {
69154
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
69155
+ "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
69156
+ } & {
69157
+ "onUpdate:active"?: ((value: boolean) => any) | undefined;
69158
+ }, {}, {}, {}, {}, {
69159
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
69160
+ active: boolean;
69161
+ loading: boolean;
69162
+ style: vue.StyleValue;
69163
+ text: string | number | boolean;
69164
+ disabled: boolean;
69165
+ size: string | number;
69166
+ readonly: boolean;
69167
+ tag: string | JSXComponent;
69168
+ sizes: [VIconBtnSizes, number][];
69169
+ rounded: string | number | boolean;
69170
+ tile: boolean;
69171
+ baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
69172
+ hideOverlay: boolean;
69173
+ iconSize: string | number;
69174
+ iconSizes: [VIconBtnSizes, number][];
69175
+ }>;
69176
+ __isFragment?: never;
69177
+ __isTeleport?: never;
69178
+ __isSuspense?: never;
69179
+ } & vue.ComponentOptionsBase<{
69180
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
69181
+ loading: boolean;
69182
+ style: vue.StyleValue;
69183
+ disabled: boolean;
69184
+ size: string | number;
69185
+ readonly: boolean;
69186
+ tag: string | JSXComponent;
69187
+ sizes: [VIconBtnSizes, number][];
69188
+ tile: boolean;
69189
+ baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
69190
+ hideOverlay: boolean;
69191
+ iconSize: string | number;
69192
+ iconSizes: [VIconBtnSizes, number][];
69193
+ } & {
69194
+ height?: string | number | undefined;
69195
+ width?: string | number | undefined;
69196
+ active?: boolean | undefined;
69197
+ border?: string | number | boolean | undefined;
69198
+ color?: string | undefined;
69199
+ opacity?: string | number | undefined;
69200
+ rotate?: string | number | undefined;
69201
+ text?: string | number | boolean | undefined;
69202
+ class?: any;
69203
+ theme?: string | undefined;
69204
+ icon?: IconValue | undefined;
69205
+ elevation?: string | number | undefined;
69206
+ rounded?: string | number | boolean | undefined;
69207
+ activeColor?: string | undefined;
69208
+ iconColor?: string | undefined;
69209
+ activeIcon?: IconValue | undefined;
69210
+ activeVariant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
69211
+ } & {
69212
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
69213
+ default?: (() => vue.VNodeChild) | undefined;
69214
+ loader?: (() => vue.VNodeChild) | undefined;
69215
+ };
69216
+ 'v-slots'?: {
69217
+ default?: false | (() => vue.VNodeChild) | undefined;
69218
+ loader?: false | (() => vue.VNodeChild) | undefined;
69219
+ } | undefined;
69220
+ } & {
69221
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
69222
+ "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
69223
+ } & {
69224
+ "onUpdate:active"?: ((value: boolean) => any) | undefined;
69225
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
69226
+ 'update:active': (value: boolean) => true;
69227
+ }, string, {
69228
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
69229
+ active: boolean;
69230
+ loading: boolean;
69231
+ style: vue.StyleValue;
69232
+ text: string | number | boolean;
69233
+ disabled: boolean;
69234
+ size: string | number;
69235
+ readonly: boolean;
69236
+ tag: string | JSXComponent;
69237
+ sizes: [VIconBtnSizes, number][];
69238
+ rounded: string | number | boolean;
69239
+ tile: boolean;
69240
+ baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
69241
+ hideOverlay: boolean;
69242
+ iconSize: string | number;
69243
+ iconSizes: [VIconBtnSizes, number][];
69244
+ }, {}, string, vue.SlotsType<Partial<{
69245
+ default: () => vue.VNode[];
69246
+ loader: () => vue.VNode[];
69247
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
69248
+ color: StringConstructor;
69249
+ variant: Omit<{
69250
+ type: PropType<Variant$2>;
69251
+ default: string;
69252
+ validator: (v: any) => boolean;
69253
+ }, "type" | "default"> & {
69254
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
69255
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
69256
+ };
69257
+ theme: StringConstructor;
69258
+ tag: Omit<{
69259
+ type: PropType<string | JSXComponent>;
69260
+ default: string;
69261
+ }, "type" | "default"> & {
69262
+ type: PropType<string | JSXComponent>;
69263
+ default: NonNullable<string | JSXComponent>;
69264
+ };
69265
+ rounded: {
69266
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
69267
+ default: undefined;
69268
+ };
69269
+ tile: BooleanConstructor;
69270
+ elevation: {
69271
+ type: (StringConstructor | NumberConstructor)[];
69272
+ validator(v: any): boolean;
69273
+ };
69274
+ class: PropType<ClassValue>;
69275
+ style: {
69276
+ type: PropType<vue.StyleValue>;
69277
+ default: null;
69278
+ };
69279
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
69280
+ active: {
69281
+ type: BooleanConstructor;
69282
+ default: undefined;
69283
+ };
69284
+ activeColor: StringConstructor;
69285
+ activeIcon: PropType<IconValue>;
69286
+ activeVariant: PropType<Variant$2>;
69287
+ baseVariant: {
69288
+ type: PropType<Variant$2>;
69289
+ default: string;
69290
+ };
69291
+ disabled: BooleanConstructor;
69292
+ height: (StringConstructor | NumberConstructor)[];
69293
+ width: (StringConstructor | NumberConstructor)[];
69294
+ hideOverlay: BooleanConstructor;
69295
+ icon: PropType<IconValue>;
69296
+ iconColor: StringConstructor;
69297
+ iconSize: {
69298
+ type: PropType<VIconBtnSizes | number | string>;
69299
+ default: string;
69300
+ };
69301
+ iconSizes: {
69302
+ type: PropType<[VIconBtnSizes, number][]>;
69303
+ default: () => (string | number)[][];
69304
+ };
69305
+ loading: BooleanConstructor;
69306
+ opacity: (StringConstructor | NumberConstructor)[];
69307
+ readonly: BooleanConstructor;
69308
+ rotate: (StringConstructor | NumberConstructor)[];
69309
+ size: {
69310
+ type: PropType<VIconBtnSizes | number | string>;
69311
+ default: string;
69312
+ };
69313
+ sizes: {
69314
+ type: PropType<[VIconBtnSizes, number][]>;
69315
+ default: () => (string | number)[][];
69316
+ };
69317
+ text: {
69318
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
69319
+ default: undefined;
69320
+ };
69321
+ }, vue.ExtractPropTypes<{
69322
+ color: StringConstructor;
69323
+ variant: Omit<{
69324
+ type: PropType<Variant$2>;
69325
+ default: string;
69326
+ validator: (v: any) => boolean;
69327
+ }, "type" | "default"> & {
69328
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
69329
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
69330
+ };
69331
+ theme: StringConstructor;
69332
+ tag: Omit<{
69333
+ type: PropType<string | JSXComponent>;
69334
+ default: string;
69335
+ }, "type" | "default"> & {
69336
+ type: PropType<string | JSXComponent>;
69337
+ default: NonNullable<string | JSXComponent>;
69338
+ };
69339
+ rounded: {
69340
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
69341
+ default: undefined;
69342
+ };
69343
+ tile: BooleanConstructor;
69344
+ elevation: {
69345
+ type: (StringConstructor | NumberConstructor)[];
69346
+ validator(v: any): boolean;
69347
+ };
69348
+ class: PropType<ClassValue>;
69349
+ style: {
69350
+ type: PropType<vue.StyleValue>;
69351
+ default: null;
69352
+ };
69353
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
69354
+ active: {
69355
+ type: BooleanConstructor;
69356
+ default: undefined;
69357
+ };
69358
+ activeColor: StringConstructor;
69359
+ activeIcon: PropType<IconValue>;
69360
+ activeVariant: PropType<Variant$2>;
69361
+ baseVariant: {
69362
+ type: PropType<Variant$2>;
69363
+ default: string;
69364
+ };
69365
+ disabled: BooleanConstructor;
69366
+ height: (StringConstructor | NumberConstructor)[];
69367
+ width: (StringConstructor | NumberConstructor)[];
69368
+ hideOverlay: BooleanConstructor;
69369
+ icon: PropType<IconValue>;
69370
+ iconColor: StringConstructor;
69371
+ iconSize: {
69372
+ type: PropType<VIconBtnSizes | number | string>;
69373
+ default: string;
69374
+ };
69375
+ iconSizes: {
69376
+ type: PropType<[VIconBtnSizes, number][]>;
69377
+ default: () => (string | number)[][];
69378
+ };
69379
+ loading: BooleanConstructor;
69380
+ opacity: (StringConstructor | NumberConstructor)[];
69381
+ readonly: BooleanConstructor;
69382
+ rotate: (StringConstructor | NumberConstructor)[];
69383
+ size: {
69384
+ type: PropType<VIconBtnSizes | number | string>;
69385
+ default: string;
69386
+ };
69387
+ sizes: {
69388
+ type: PropType<[VIconBtnSizes, number][]>;
69389
+ default: () => (string | number)[][];
69390
+ };
69391
+ text: {
69392
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
69393
+ default: undefined;
69394
+ };
69395
+ }>>;
69396
+ type VIconBtn = InstanceType<typeof VIconBtn>;
69397
+
69084
69398
  declare const VPickerTitle: {
69085
69399
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
69086
69400
  style: vue.StyleValue;
@@ -72703,6 +73017,7 @@ declare const allComponents_d_VFooter: typeof VFooter;
72703
73017
  declare const allComponents_d_VForm: typeof VForm;
72704
73018
  declare const allComponents_d_VHover: typeof VHover;
72705
73019
  declare const allComponents_d_VIcon: typeof VIcon;
73020
+ declare const allComponents_d_VIconBtn: typeof VIconBtn;
72706
73021
  declare const allComponents_d_VImg: typeof VImg;
72707
73022
  declare const allComponents_d_VInfiniteScroll: typeof VInfiniteScroll;
72708
73023
  declare const allComponents_d_VInput: typeof VInput;
@@ -72804,7 +73119,7 @@ declare const allComponents_d_VVirtualScroll: typeof VVirtualScroll;
72804
73119
  declare const allComponents_d_VWindow: typeof VWindow;
72805
73120
  declare const allComponents_d_VWindowItem: typeof VWindowItem;
72806
73121
  declare namespace allComponents_d {
72807
- export type { allComponents_d_VAlert as VAlert, allComponents_d_VAlertTitle as VAlertTitle, allComponents_d_VApp as VApp, allComponents_d_VAppBar as VAppBar, allComponents_d_VAppBarNavIcon as VAppBarNavIcon, allComponents_d_VAppBarTitle as VAppBarTitle, allComponents_d_VAutocomplete as VAutocomplete, allComponents_d_VAvatar as VAvatar, allComponents_d_VBadge as VBadge, allComponents_d_VBanner as VBanner, allComponents_d_VBannerActions as VBannerActions, allComponents_d_VBannerText as VBannerText, allComponents_d_VBottomNavigation as VBottomNavigation, allComponents_d_VBottomSheet as VBottomSheet, allComponents_d_VBreadcrumbs as VBreadcrumbs, allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, allComponents_d_VBtn as VBtn, allComponents_d_VBtnGroup as VBtnGroup, allComponents_d_VBtnToggle as VBtnToggle, allComponents_d_VCalendar as VCalendar, allComponents_d_VCalendarDay as VCalendarDay, allComponents_d_VCalendarHeader as VCalendarHeader, allComponents_d_VCalendarInterval as VCalendarInterval, allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, allComponents_d_VCalendarMonthDay as VCalendarMonthDay, allComponents_d_VCard as VCard, allComponents_d_VCardActions as VCardActions, allComponents_d_VCardItem as VCardItem, allComponents_d_VCardSubtitle as VCardSubtitle, allComponents_d_VCardText as VCardText, allComponents_d_VCardTitle as VCardTitle, allComponents_d_VCarousel as VCarousel, allComponents_d_VCarouselItem as VCarouselItem, allComponents_d_VCheckbox as VCheckbox, allComponents_d_VCheckboxBtn as VCheckboxBtn, allComponents_d_VChip as VChip, allComponents_d_VChipGroup as VChipGroup, allComponents_d_VClassIcon as VClassIcon, allComponents_d_VCode as VCode, allComponents_d_VCol as VCol, allComponents_d_VColorPicker as VColorPicker, allComponents_d_VCombobox as VCombobox, allComponents_d_VComponentIcon as VComponentIcon, allComponents_d_VConfirmEdit as VConfirmEdit, allComponents_d_VContainer as VContainer, allComponents_d_VCounter as VCounter, allComponents_d_VDataIterator as VDataIterator, allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, allComponents_d_VDataTableHeaders as VDataTableHeaders, allComponents_d_VDataTableRow as VDataTableRow, allComponents_d_VDataTableRows as VDataTableRows, allComponents_d_VDataTableServer as VDataTableServer, allComponents_d_VDataTableVirtual as VDataTableVirtual, allComponents_d_VDateInput as VDateInput, allComponents_d_VDatePicker as VDatePicker, allComponents_d_VDatePickerControls as VDatePickerControls, allComponents_d_VDatePickerHeader as VDatePickerHeader, allComponents_d_VDatePickerMonth as VDatePickerMonth, allComponents_d_VDatePickerMonths as VDatePickerMonths, allComponents_d_VDatePickerYears as VDatePickerYears, allComponents_d_VDefaultsProvider as VDefaultsProvider, allComponents_d_VDialog as VDialog, allComponents_d_VDialogBottomTransition as VDialogBottomTransition, allComponents_d_VDialogTopTransition as VDialogTopTransition, allComponents_d_VDialogTransition as VDialogTransition, allComponents_d_VDivider as VDivider, allComponents_d_VEmptyState as VEmptyState, allComponents_d_VExpandTransition as VExpandTransition, allComponents_d_VExpandXTransition as VExpandXTransition, allComponents_d_VExpansionPanel as VExpansionPanel, allComponents_d_VExpansionPanelText as VExpansionPanelText, allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, allComponents_d_VExpansionPanels as VExpansionPanels, allComponents_d_VFab as VFab, allComponents_d_VFabTransition as VFabTransition, allComponents_d_VFadeTransition as VFadeTransition, allComponents_d_VField as VField, allComponents_d_VFieldLabel as VFieldLabel, allComponents_d_VFileInput as VFileInput, allComponents_d_VFileUpload as VFileUpload, allComponents_d_VFileUploadItem as VFileUploadItem, allComponents_d_VFooter as VFooter, allComponents_d_VForm as VForm, allComponents_d_VHover as VHover, allComponents_d_VIcon as VIcon, allComponents_d_VImg as VImg, allComponents_d_VInfiniteScroll as VInfiniteScroll, allComponents_d_VInput as VInput, allComponents_d_VItem as VItem, allComponents_d_VItemGroup as VItemGroup, allComponents_d_VKbd as VKbd, allComponents_d_VLabel as VLabel, allComponents_d_VLayout as VLayout, allComponents_d_VLayoutItem as VLayoutItem, allComponents_d_VLazy as VLazy, allComponents_d_VLigatureIcon as VLigatureIcon, allComponents_d_VList as VList, allComponents_d_VListGroup as VListGroup, allComponents_d_VListImg as VListImg, allComponents_d_VListItem as VListItem, allComponents_d_VListItemAction as VListItemAction, allComponents_d_VListItemMedia as VListItemMedia, allComponents_d_VListItemSubtitle as VListItemSubtitle, allComponents_d_VListItemTitle as VListItemTitle, allComponents_d_VListSubheader as VListSubheader, allComponents_d_VLocaleProvider as VLocaleProvider, allComponents_d_VMain as VMain, allComponents_d_VMenu as VMenu, allComponents_d_VMessages as VMessages, allComponents_d_VNavigationDrawer as VNavigationDrawer, allComponents_d_VNoSsr as VNoSsr, allComponents_d_VNumberInput as VNumberInput, allComponents_d_VOtpInput as VOtpInput, allComponents_d_VOverlay as VOverlay, allComponents_d_VPagination as VPagination, allComponents_d_VParallax as VParallax, allComponents_d_VPicker as VPicker, allComponents_d_VPickerTitle as VPickerTitle, allComponents_d_VProgressCircular as VProgressCircular, allComponents_d_VProgressLinear as VProgressLinear, allComponents_d_VPullToRefresh as VPullToRefresh, allComponents_d_VRadio as VRadio, allComponents_d_VRadioGroup as VRadioGroup, allComponents_d_VRangeSlider as VRangeSlider, allComponents_d_VRating as VRating, allComponents_d_VResponsive as VResponsive, allComponents_d_VRow as VRow, allComponents_d_VScaleTransition as VScaleTransition, allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, allComponents_d_VScrollXTransition as VScrollXTransition, allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, allComponents_d_VScrollYTransition as VScrollYTransition, allComponents_d_VSelect as VSelect, allComponents_d_VSelectionControl as VSelectionControl, allComponents_d_VSelectionControlGroup as VSelectionControlGroup, allComponents_d_VSheet as VSheet, allComponents_d_VSkeletonLoader as VSkeletonLoader, allComponents_d_VSlideGroup as VSlideGroup, allComponents_d_VSlideGroupItem as VSlideGroupItem, allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, allComponents_d_VSlideXTransition as VSlideXTransition, allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, allComponents_d_VSlideYTransition as VSlideYTransition, allComponents_d_VSlider as VSlider, allComponents_d_VSnackbar as VSnackbar, allComponents_d_VSnackbarQueue as VSnackbarQueue, allComponents_d_VSpacer as VSpacer, allComponents_d_VSparkline as VSparkline, allComponents_d_VSpeedDial as VSpeedDial, allComponents_d_VStepper as VStepper, allComponents_d_VStepperActions as VStepperActions, allComponents_d_VStepperHeader as VStepperHeader, allComponents_d_VStepperItem as VStepperItem, allComponents_d_VStepperVertical as VStepperVertical, allComponents_d_VStepperVerticalActions as VStepperVerticalActions, allComponents_d_VStepperVerticalItem as VStepperVerticalItem, allComponents_d_VStepperWindow as VStepperWindow, allComponents_d_VStepperWindowItem as VStepperWindowItem, allComponents_d_VSvgIcon as VSvgIcon, allComponents_d_VSwitch as VSwitch, allComponents_d_VSystemBar as VSystemBar, allComponents_d_VTab as VTab, allComponents_d_VTable as VTable, allComponents_d_VTabs as VTabs, allComponents_d_VTabsWindow as VTabsWindow, allComponents_d_VTabsWindowItem as VTabsWindowItem, allComponents_d_VTextField as VTextField, allComponents_d_VTextarea as VTextarea, allComponents_d_VThemeProvider as VThemeProvider, allComponents_d_VTimePicker as VTimePicker, allComponents_d_VTimePickerClock as VTimePickerClock, allComponents_d_VTimePickerControls as VTimePickerControls, allComponents_d_VTimeline as VTimeline, allComponents_d_VTimelineItem as VTimelineItem, allComponents_d_VToolbar as VToolbar, allComponents_d_VToolbarItems as VToolbarItems, allComponents_d_VToolbarTitle as VToolbarTitle, allComponents_d_VTooltip as VTooltip, allComponents_d_VTreeview as VTreeview, allComponents_d_VTreeviewGroup as VTreeviewGroup, allComponents_d_VTreeviewItem as VTreeviewItem, allComponents_d_VValidation as VValidation, allComponents_d_VVirtualScroll as VVirtualScroll, allComponents_d_VWindow as VWindow, allComponents_d_VWindowItem as VWindowItem };
73122
+ export type { allComponents_d_VAlert as VAlert, allComponents_d_VAlertTitle as VAlertTitle, allComponents_d_VApp as VApp, allComponents_d_VAppBar as VAppBar, allComponents_d_VAppBarNavIcon as VAppBarNavIcon, allComponents_d_VAppBarTitle as VAppBarTitle, allComponents_d_VAutocomplete as VAutocomplete, allComponents_d_VAvatar as VAvatar, allComponents_d_VBadge as VBadge, allComponents_d_VBanner as VBanner, allComponents_d_VBannerActions as VBannerActions, allComponents_d_VBannerText as VBannerText, allComponents_d_VBottomNavigation as VBottomNavigation, allComponents_d_VBottomSheet as VBottomSheet, allComponents_d_VBreadcrumbs as VBreadcrumbs, allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, allComponents_d_VBtn as VBtn, allComponents_d_VBtnGroup as VBtnGroup, allComponents_d_VBtnToggle as VBtnToggle, allComponents_d_VCalendar as VCalendar, allComponents_d_VCalendarDay as VCalendarDay, allComponents_d_VCalendarHeader as VCalendarHeader, allComponents_d_VCalendarInterval as VCalendarInterval, allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, allComponents_d_VCalendarMonthDay as VCalendarMonthDay, allComponents_d_VCard as VCard, allComponents_d_VCardActions as VCardActions, allComponents_d_VCardItem as VCardItem, allComponents_d_VCardSubtitle as VCardSubtitle, allComponents_d_VCardText as VCardText, allComponents_d_VCardTitle as VCardTitle, allComponents_d_VCarousel as VCarousel, allComponents_d_VCarouselItem as VCarouselItem, allComponents_d_VCheckbox as VCheckbox, allComponents_d_VCheckboxBtn as VCheckboxBtn, allComponents_d_VChip as VChip, allComponents_d_VChipGroup as VChipGroup, allComponents_d_VClassIcon as VClassIcon, allComponents_d_VCode as VCode, allComponents_d_VCol as VCol, allComponents_d_VColorPicker as VColorPicker, allComponents_d_VCombobox as VCombobox, allComponents_d_VComponentIcon as VComponentIcon, allComponents_d_VConfirmEdit as VConfirmEdit, allComponents_d_VContainer as VContainer, allComponents_d_VCounter as VCounter, allComponents_d_VDataIterator as VDataIterator, allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, allComponents_d_VDataTableHeaders as VDataTableHeaders, allComponents_d_VDataTableRow as VDataTableRow, allComponents_d_VDataTableRows as VDataTableRows, allComponents_d_VDataTableServer as VDataTableServer, allComponents_d_VDataTableVirtual as VDataTableVirtual, allComponents_d_VDateInput as VDateInput, allComponents_d_VDatePicker as VDatePicker, allComponents_d_VDatePickerControls as VDatePickerControls, allComponents_d_VDatePickerHeader as VDatePickerHeader, allComponents_d_VDatePickerMonth as VDatePickerMonth, allComponents_d_VDatePickerMonths as VDatePickerMonths, allComponents_d_VDatePickerYears as VDatePickerYears, allComponents_d_VDefaultsProvider as VDefaultsProvider, allComponents_d_VDialog as VDialog, allComponents_d_VDialogBottomTransition as VDialogBottomTransition, allComponents_d_VDialogTopTransition as VDialogTopTransition, allComponents_d_VDialogTransition as VDialogTransition, allComponents_d_VDivider as VDivider, allComponents_d_VEmptyState as VEmptyState, allComponents_d_VExpandTransition as VExpandTransition, allComponents_d_VExpandXTransition as VExpandXTransition, allComponents_d_VExpansionPanel as VExpansionPanel, allComponents_d_VExpansionPanelText as VExpansionPanelText, allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, allComponents_d_VExpansionPanels as VExpansionPanels, allComponents_d_VFab as VFab, allComponents_d_VFabTransition as VFabTransition, allComponents_d_VFadeTransition as VFadeTransition, allComponents_d_VField as VField, allComponents_d_VFieldLabel as VFieldLabel, allComponents_d_VFileInput as VFileInput, allComponents_d_VFileUpload as VFileUpload, allComponents_d_VFileUploadItem as VFileUploadItem, allComponents_d_VFooter as VFooter, allComponents_d_VForm as VForm, allComponents_d_VHover as VHover, allComponents_d_VIcon as VIcon, allComponents_d_VIconBtn as VIconBtn, allComponents_d_VImg as VImg, allComponents_d_VInfiniteScroll as VInfiniteScroll, allComponents_d_VInput as VInput, allComponents_d_VItem as VItem, allComponents_d_VItemGroup as VItemGroup, allComponents_d_VKbd as VKbd, allComponents_d_VLabel as VLabel, allComponents_d_VLayout as VLayout, allComponents_d_VLayoutItem as VLayoutItem, allComponents_d_VLazy as VLazy, allComponents_d_VLigatureIcon as VLigatureIcon, allComponents_d_VList as VList, allComponents_d_VListGroup as VListGroup, allComponents_d_VListImg as VListImg, allComponents_d_VListItem as VListItem, allComponents_d_VListItemAction as VListItemAction, allComponents_d_VListItemMedia as VListItemMedia, allComponents_d_VListItemSubtitle as VListItemSubtitle, allComponents_d_VListItemTitle as VListItemTitle, allComponents_d_VListSubheader as VListSubheader, allComponents_d_VLocaleProvider as VLocaleProvider, allComponents_d_VMain as VMain, allComponents_d_VMenu as VMenu, allComponents_d_VMessages as VMessages, allComponents_d_VNavigationDrawer as VNavigationDrawer, allComponents_d_VNoSsr as VNoSsr, allComponents_d_VNumberInput as VNumberInput, allComponents_d_VOtpInput as VOtpInput, allComponents_d_VOverlay as VOverlay, allComponents_d_VPagination as VPagination, allComponents_d_VParallax as VParallax, allComponents_d_VPicker as VPicker, allComponents_d_VPickerTitle as VPickerTitle, allComponents_d_VProgressCircular as VProgressCircular, allComponents_d_VProgressLinear as VProgressLinear, allComponents_d_VPullToRefresh as VPullToRefresh, allComponents_d_VRadio as VRadio, allComponents_d_VRadioGroup as VRadioGroup, allComponents_d_VRangeSlider as VRangeSlider, allComponents_d_VRating as VRating, allComponents_d_VResponsive as VResponsive, allComponents_d_VRow as VRow, allComponents_d_VScaleTransition as VScaleTransition, allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, allComponents_d_VScrollXTransition as VScrollXTransition, allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, allComponents_d_VScrollYTransition as VScrollYTransition, allComponents_d_VSelect as VSelect, allComponents_d_VSelectionControl as VSelectionControl, allComponents_d_VSelectionControlGroup as VSelectionControlGroup, allComponents_d_VSheet as VSheet, allComponents_d_VSkeletonLoader as VSkeletonLoader, allComponents_d_VSlideGroup as VSlideGroup, allComponents_d_VSlideGroupItem as VSlideGroupItem, allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, allComponents_d_VSlideXTransition as VSlideXTransition, allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, allComponents_d_VSlideYTransition as VSlideYTransition, allComponents_d_VSlider as VSlider, allComponents_d_VSnackbar as VSnackbar, allComponents_d_VSnackbarQueue as VSnackbarQueue, allComponents_d_VSpacer as VSpacer, allComponents_d_VSparkline as VSparkline, allComponents_d_VSpeedDial as VSpeedDial, allComponents_d_VStepper as VStepper, allComponents_d_VStepperActions as VStepperActions, allComponents_d_VStepperHeader as VStepperHeader, allComponents_d_VStepperItem as VStepperItem, allComponents_d_VStepperVertical as VStepperVertical, allComponents_d_VStepperVerticalActions as VStepperVerticalActions, allComponents_d_VStepperVerticalItem as VStepperVerticalItem, allComponents_d_VStepperWindow as VStepperWindow, allComponents_d_VStepperWindowItem as VStepperWindowItem, allComponents_d_VSvgIcon as VSvgIcon, allComponents_d_VSwitch as VSwitch, allComponents_d_VSystemBar as VSystemBar, allComponents_d_VTab as VTab, allComponents_d_VTable as VTable, allComponents_d_VTabs as VTabs, allComponents_d_VTabsWindow as VTabsWindow, allComponents_d_VTabsWindowItem as VTabsWindowItem, allComponents_d_VTextField as VTextField, allComponents_d_VTextarea as VTextarea, allComponents_d_VThemeProvider as VThemeProvider, allComponents_d_VTimePicker as VTimePicker, allComponents_d_VTimePickerClock as VTimePickerClock, allComponents_d_VTimePickerControls as VTimePickerControls, allComponents_d_VTimeline as VTimeline, allComponents_d_VTimelineItem as VTimelineItem, allComponents_d_VToolbar as VToolbar, allComponents_d_VToolbarItems as VToolbarItems, allComponents_d_VToolbarTitle as VToolbarTitle, allComponents_d_VTooltip as VTooltip, allComponents_d_VTreeview as VTreeview, allComponents_d_VTreeviewGroup as VTreeviewGroup, allComponents_d_VTreeviewItem as VTreeviewItem, allComponents_d_VValidation as VValidation, allComponents_d_VVirtualScroll as VVirtualScroll, allComponents_d_VWindow as VWindow, allComponents_d_VWindowItem as VWindowItem };
72808
73123
  }
72809
73124
 
72810
73125
  declare const md1: Blueprint;
@@ -73052,43 +73367,42 @@ declare module 'vue' {
73052
73367
  $children?: VNodeChild
73053
73368
  }
73054
73369
  export interface GlobalComponents {
73370
+ VApp: VApp
73055
73371
  VAlert: VAlert
73056
73372
  VAlertTitle: VAlertTitle
73373
+ VBadge: VBadge
73057
73374
  VAppBar: VAppBar
73058
73375
  VAppBarNavIcon: VAppBarNavIcon
73059
73376
  VAppBarTitle: VAppBarTitle
73060
- VAutocomplete: VAutocomplete
73061
- VApp: VApp
73062
73377
  VAvatar: VAvatar
73063
- VBottomSheet: VBottomSheet
73378
+ VAutocomplete: VAutocomplete
73064
73379
  VBottomNavigation: VBottomNavigation
73065
- VBadge: VBadge
73066
- VBtnGroup: VBtnGroup
73067
- VBanner: VBanner
73068
- VBannerActions: VBannerActions
73069
- VBannerText: VBannerText
73380
+ VBottomSheet: VBottomSheet
73070
73381
  VBtn: VBtn
73071
- VCarousel: VCarousel
73072
- VCarouselItem: VCarouselItem
73073
73382
  VBreadcrumbs: VBreadcrumbs
73074
73383
  VBreadcrumbsItem: VBreadcrumbsItem
73075
73384
  VBreadcrumbsDivider: VBreadcrumbsDivider
73385
+ VBanner: VBanner
73386
+ VBannerActions: VBannerActions
73387
+ VBannerText: VBannerText
73076
73388
  VBtnToggle: VBtnToggle
73077
- VCheckbox: VCheckbox
73078
- VCheckboxBtn: VCheckboxBtn
73079
- VCode: VCode
73080
73389
  VCard: VCard
73081
73390
  VCardActions: VCardActions
73082
73391
  VCardItem: VCardItem
73083
73392
  VCardSubtitle: VCardSubtitle
73084
73393
  VCardText: VCardText
73085
73394
  VCardTitle: VCardTitle
73086
- VDialog: VDialog
73395
+ VCarousel: VCarousel
73396
+ VCarouselItem: VCarouselItem
73397
+ VBtnGroup: VBtnGroup
73398
+ VChip: VChip
73399
+ VCheckbox: VCheckbox
73400
+ VCheckboxBtn: VCheckboxBtn
73087
73401
  VChipGroup: VChipGroup
73088
73402
  VCombobox: VCombobox
73089
- VChip: VChip
73403
+ VCode: VCode
73090
73404
  VColorPicker: VColorPicker
73091
- VDivider: VDivider
73405
+ VCounter: VCounter
73092
73406
  VDatePicker: VDatePicker
73093
73407
  VDatePickerControls: VDatePickerControls
73094
73408
  VDatePickerHeader: VDatePickerHeader
@@ -73096,33 +73410,35 @@ declare module 'vue' {
73096
73410
  VDatePickerMonths: VDatePickerMonths
73097
73411
  VDatePickerYears: VDatePickerYears
73098
73412
  VEmptyState: VEmptyState
73099
- VCounter: VCounter
73100
- VFab: VFab
73101
- VFooter: VFooter
73413
+ VDataTable: VDataTable
73414
+ VDataTableHeaders: VDataTableHeaders
73415
+ VDataTableFooter: VDataTableFooter
73416
+ VDataTableRows: VDataTableRows
73417
+ VDataTableRow: VDataTableRow
73418
+ VDataTableVirtual: VDataTableVirtual
73419
+ VDataTableServer: VDataTableServer
73102
73420
  VExpansionPanels: VExpansionPanels
73103
73421
  VExpansionPanel: VExpansionPanel
73104
73422
  VExpansionPanelText: VExpansionPanelText
73105
73423
  VExpansionPanelTitle: VExpansionPanelTitle
73424
+ VField: VField
73425
+ VFieldLabel: VFieldLabel
73426
+ VDialog: VDialog
73427
+ VFab: VFab
73428
+ VDivider: VDivider
73429
+ VFileInput: VFileInput
73430
+ VFooter: VFooter
73431
+ VImg: VImg
73106
73432
  VIcon: VIcon
73107
73433
  VComponentIcon: VComponentIcon
73108
73434
  VSvgIcon: VSvgIcon
73109
73435
  VLigatureIcon: VLigatureIcon
73110
73436
  VClassIcon: VClassIcon
73111
- VField: VField
73112
- VFieldLabel: VFieldLabel
73113
- VFileInput: VFileInput
73114
- VImg: VImg
73115
- VInput: VInput
73116
- VInfiniteScroll: VInfiniteScroll
73117
73437
  VItemGroup: VItemGroup
73118
73438
  VItem: VItem
73119
- VDataTable: VDataTable
73120
- VDataTableHeaders: VDataTableHeaders
73121
- VDataTableFooter: VDataTableFooter
73122
- VDataTableRows: VDataTableRows
73123
- VDataTableRow: VDataTableRow
73124
- VDataTableVirtual: VDataTableVirtual
73125
- VDataTableServer: VDataTableServer
73439
+ VInput: VInput
73440
+ VInfiniteScroll: VInfiniteScroll
73441
+ VLabel: VLabel
73126
73442
  VKbd: VKbd
73127
73443
  VList: VList
73128
73444
  VListGroup: VListGroup
@@ -73133,75 +73449,74 @@ declare module 'vue' {
73133
73449
  VListItemSubtitle: VListItemSubtitle
73134
73450
  VListItemTitle: VListItemTitle
73135
73451
  VListSubheader: VListSubheader
73136
- VLabel: VLabel
73137
73452
  VMenu: VMenu
73138
- VNumberInput: VNumberInput
73139
- VMessages: VMessages
73140
- VNavigationDrawer: VNavigationDrawer
73141
73453
  VMain: VMain
73454
+ VMessages: VMessages
73142
73455
  VOtpInput: VOtpInput
73456
+ VNavigationDrawer: VNavigationDrawer
73143
73457
  VOverlay: VOverlay
73144
- VProgressCircular: VProgressCircular
73145
- VRadioGroup: VRadioGroup
73146
- VProgressLinear: VProgressLinear
73458
+ VNumberInput: VNumberInput
73147
73459
  VPagination: VPagination
73460
+ VRadioGroup: VRadioGroup
73461
+ VProgressCircular: VProgressCircular
73148
73462
  VRating: VRating
73149
73463
  VSelect: VSelect
73464
+ VProgressLinear: VProgressLinear
73465
+ VSelectionControlGroup: VSelectionControlGroup
73150
73466
  VSelectionControl: VSelectionControl
73151
73467
  VSkeletonLoader: VSkeletonLoader
73152
- VSelectionControlGroup: VSelectionControlGroup
73468
+ VSlider: VSlider
73469
+ VSlideGroup: VSlideGroup
73470
+ VSlideGroupItem: VSlideGroupItem
73153
73471
  VSheet: VSheet
73154
73472
  VSnackbar: VSnackbar
73155
- VSlider: VSlider
73156
73473
  VStepper: VStepper
73157
73474
  VStepperActions: VStepperActions
73158
73475
  VStepperHeader: VStepperHeader
73159
73476
  VStepperItem: VStepperItem
73160
73477
  VStepperWindow: VStepperWindow
73161
73478
  VStepperWindowItem: VStepperWindowItem
73162
- VSlideGroup: VSlideGroup
73163
- VSlideGroupItem: VSlideGroupItem
73164
- VSystemBar: VSystemBar
73165
73479
  VSwitch: VSwitch
73166
- VTable: VTable
73480
+ VSystemBar: VSystemBar
73167
73481
  VTab: VTab
73168
73482
  VTabs: VTabs
73169
73483
  VTabsWindow: VTabsWindow
73170
73484
  VTabsWindowItem: VTabsWindowItem
73171
- VTextField: VTextField
73172
- VTextarea: VTextarea
73173
73485
  VTimeline: VTimeline
73174
73486
  VTimelineItem: VTimelineItem
73487
+ VTable: VTable
73488
+ VTextarea: VTextarea
73175
73489
  VTooltip: VTooltip
73490
+ VTextField: VTextField
73491
+ VWindow: VWindow
73492
+ VWindowItem: VWindowItem
73176
73493
  VToolbar: VToolbar
73177
73494
  VToolbarTitle: VToolbarTitle
73178
73495
  VToolbarItems: VToolbarItems
73179
- VWindow: VWindow
73180
- VWindowItem: VWindowItem
73181
73496
  VConfirmEdit: VConfirmEdit
73182
- VDataIterator: VDataIterator
73183
73497
  VDefaultsProvider: VDefaultsProvider
73498
+ VDataIterator: VDataIterator
73184
73499
  VForm: VForm
73500
+ VHover: VHover
73185
73501
  VContainer: VContainer
73186
73502
  VCol: VCol
73187
73503
  VRow: VRow
73188
73504
  VSpacer: VSpacer
73189
- VHover: VHover
73190
73505
  VLayout: VLayout
73191
73506
  VLayoutItem: VLayoutItem
73192
73507
  VLazy: VLazy
73193
73508
  VLocaleProvider: VLocaleProvider
73194
73509
  VNoSsr: VNoSsr
73195
- VRadio: VRadio
73196
73510
  VParallax: VParallax
73511
+ VRadio: VRadio
73512
+ VRangeSlider: VRangeSlider
73197
73513
  VResponsive: VResponsive
73198
73514
  VSnackbarQueue: VSnackbarQueue
73199
- VSparkline: VSparkline
73200
- VRangeSlider: VRangeSlider
73201
73515
  VSpeedDial: VSpeedDial
73516
+ VSparkline: VSparkline
73202
73517
  VThemeProvider: VThemeProvider
73203
- VValidation: VValidation
73204
73518
  VVirtualScroll: VVirtualScroll
73519
+ VValidation: VValidation
73205
73520
  VFabTransition: VFabTransition
73206
73521
  VDialogBottomTransition: VDialogBottomTransition
73207
73522
  VDialogTopTransition: VDialogTopTransition
@@ -73224,6 +73539,9 @@ declare module 'vue' {
73224
73539
  VCalendarInterval: VCalendarInterval
73225
73540
  VCalendarIntervalEvent: VCalendarIntervalEvent
73226
73541
  VCalendarMonthDay: VCalendarMonthDay
73542
+ VFileUpload: VFileUpload
73543
+ VFileUploadItem: VFileUploadItem
73544
+ VIconBtn: VIconBtn
73227
73545
  VPicker: VPicker
73228
73546
  VPickerTitle: VPickerTitle
73229
73547
  VStepperVertical: VStepperVertical
@@ -73232,8 +73550,6 @@ declare module 'vue' {
73232
73550
  VTimePicker: VTimePicker
73233
73551
  VTimePickerClock: VTimePickerClock
73234
73552
  VTimePickerControls: VTimePickerControls
73235
- VFileUpload: VFileUpload
73236
- VFileUploadItem: VFileUploadItem
73237
73553
  VTreeview: VTreeview
73238
73554
  VTreeviewItem: VTreeviewItem
73239
73555
  VTreeviewGroup: VTreeviewGroup