@vuetify/nightly 3.10.7-dev.2025-10-24 → 3.10.7-dev.2025-10-25

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 (36) hide show
  1. package/CHANGELOG.md +5 -3
  2. package/dist/json/attributes.json +3083 -3059
  3. package/dist/json/importMap-labs.json +30 -30
  4. package/dist/json/importMap.json +152 -152
  5. package/dist/json/tags.json +6 -0
  6. package/dist/json/web-types.json +5485 -5425
  7. package/dist/vuetify-labs.cjs +57 -5
  8. package/dist/vuetify-labs.css +3208 -3183
  9. package/dist/vuetify-labs.d.ts +281 -194
  10. package/dist/vuetify-labs.esm.js +57 -5
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +57 -5
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +57 -5
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +3579 -3554
  17. package/dist/vuetify.d.ts +253 -194
  18. package/dist/vuetify.esm.js +57 -5
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +57 -5
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +9 -6
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VDatePicker/VDatePicker.d.ts +50 -0
  26. package/lib/components/VDatePicker/VDatePickerMonth.css +25 -0
  27. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +53 -0
  28. package/lib/components/VDatePicker/VDatePickerMonth.js +57 -4
  29. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  30. package/lib/components/VDatePicker/VDatePickerMonth.sass +22 -0
  31. package/lib/components/VDatePicker/_variables.scss +5 -0
  32. package/lib/entry-bundler.js +1 -1
  33. package/lib/framework.d.ts +57 -57
  34. package/lib/framework.js +1 -1
  35. package/lib/labs/VDateInput/VDateInput.d.ts +50 -0
  36. package/package.json +1 -1
@@ -43480,143 +43480,9 @@ type VDataTableServer = InstanceType<typeof VDataTableServer>;
43480
43480
 
43481
43481
  type CalendarWeekdays = 0 | 1 | 2 | 3 | 4 | 5 | 6;
43482
43482
 
43483
- // Types
43484
- type VDatePickerHeaderSlots = {
43485
- prepend: never;
43486
- default: never;
43487
- append: never;
43488
- };
43489
- declare const VDatePickerHeader: {
43490
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{} & {
43491
- appendIcon?: IconValue | undefined;
43492
- color?: string | undefined;
43493
- header?: string | undefined;
43494
- transition?: string | undefined;
43495
- onClick?: ((args_0: MouseEvent) => void) | undefined;
43496
- } & {
43497
- $children?: {
43498
- prepend?: (() => vue.VNodeChild) | undefined;
43499
- default?: (() => vue.VNodeChild) | undefined;
43500
- append?: (() => vue.VNodeChild) | undefined;
43501
- } | {
43502
- $stable?: boolean | undefined;
43503
- } | (() => vue.VNodeChild) | vue.VNodeChild;
43504
- "v-slots"?: {
43505
- prepend?: false | (() => vue.VNodeChild) | undefined;
43506
- default?: false | (() => vue.VNodeChild) | undefined;
43507
- append?: false | (() => vue.VNodeChild) | undefined;
43508
- } | undefined;
43509
- } & {
43510
- "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
43511
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
43512
- "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
43513
- } & {
43514
- onClick?: (() => any) | undefined;
43515
- "onClick:append"?: (() => any) | undefined;
43516
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
43517
- click: () => true;
43518
- "click:append": () => true;
43519
- }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {}, true, {}, vue.SlotsType<Partial<{
43520
- prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
43521
- [key: string]: any;
43522
- }>[];
43523
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
43524
- [key: string]: any;
43525
- }>[];
43526
- append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
43527
- [key: string]: any;
43528
- }>[];
43529
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
43530
- P: {};
43531
- B: {};
43532
- D: {};
43533
- C: {};
43534
- M: {};
43535
- Defaults: {};
43536
- }, {} & {
43537
- appendIcon?: IconValue | undefined;
43538
- color?: string | undefined;
43539
- header?: string | undefined;
43540
- transition?: string | undefined;
43541
- onClick?: ((args_0: MouseEvent) => void) | undefined;
43542
- } & {
43543
- $children?: {
43544
- prepend?: (() => vue.VNodeChild) | undefined;
43545
- default?: (() => vue.VNodeChild) | undefined;
43546
- append?: (() => vue.VNodeChild) | undefined;
43547
- } | {
43548
- $stable?: boolean | undefined;
43549
- } | (() => vue.VNodeChild) | vue.VNodeChild;
43550
- "v-slots"?: {
43551
- prepend?: false | (() => vue.VNodeChild) | undefined;
43552
- default?: false | (() => vue.VNodeChild) | undefined;
43553
- append?: false | (() => vue.VNodeChild) | undefined;
43554
- } | undefined;
43555
- } & {
43556
- "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
43557
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
43558
- "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
43559
- } & {
43560
- onClick?: (() => any) | undefined;
43561
- "onClick:append"?: (() => any) | undefined;
43562
- }, {}, {}, {}, {}, {}>;
43563
- __isFragment?: undefined;
43564
- __isTeleport?: undefined;
43565
- __isSuspense?: undefined;
43566
- } & vue.ComponentOptionsBase<{} & {
43567
- appendIcon?: IconValue | undefined;
43568
- color?: string | undefined;
43569
- header?: string | undefined;
43570
- transition?: string | undefined;
43571
- onClick?: ((args_0: MouseEvent) => void) | undefined;
43572
- } & {
43573
- $children?: {
43574
- prepend?: (() => vue.VNodeChild) | undefined;
43575
- default?: (() => vue.VNodeChild) | undefined;
43576
- append?: (() => vue.VNodeChild) | undefined;
43577
- } | {
43578
- $stable?: boolean | undefined;
43579
- } | (() => vue.VNodeChild) | vue.VNodeChild;
43580
- "v-slots"?: {
43581
- prepend?: false | (() => vue.VNodeChild) | undefined;
43582
- default?: false | (() => vue.VNodeChild) | undefined;
43583
- append?: false | (() => vue.VNodeChild) | undefined;
43584
- } | undefined;
43585
- } & {
43586
- "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
43587
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
43588
- "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
43589
- } & {
43590
- onClick?: (() => any) | undefined;
43591
- "onClick:append"?: (() => any) | undefined;
43592
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
43593
- click: () => true;
43594
- "click:append": () => true;
43595
- }, string, {}, {}, string, vue.SlotsType<Partial<{
43596
- prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
43597
- [key: string]: any;
43598
- }>[];
43599
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
43600
- [key: string]: any;
43601
- }>[];
43602
- append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
43603
- [key: string]: any;
43604
- }>[];
43605
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
43606
- appendIcon: vue.PropType<IconValue>;
43607
- color: StringConstructor;
43608
- header: StringConstructor;
43609
- transition: StringConstructor;
43610
- onClick: vue.PropType<(args_0: MouseEvent) => void>;
43611
- }, vue.ExtractPropTypes<{
43612
- appendIcon: vue.PropType<IconValue>;
43613
- color: StringConstructor;
43614
- header: StringConstructor;
43615
- transition: StringConstructor;
43616
- onClick: vue.PropType<(args_0: MouseEvent) => void>;
43617
- }>>;
43618
- type VDatePickerHeader = InstanceType<typeof VDatePickerHeader>;
43619
-
43483
+ type DatePickerEventColorValue = boolean | string | string[];
43484
+ type DatePickerEventColors = DatePickerEventColorValue | Record<string, DatePickerEventColorValue> | ((date: string) => DatePickerEventColorValue);
43485
+ type DatePickerEvents = string[] | ((date: string) => DatePickerEventColorValue) | Record<string, DatePickerEventColorValue>;
43620
43486
  type VDatePickerMonthSlots = {
43621
43487
  day: {
43622
43488
  props: {
@@ -43636,6 +43502,8 @@ declare const VDatePickerMonth: {
43636
43502
  showWeek: boolean;
43637
43503
  transition: string;
43638
43504
  reverseTransition: string;
43505
+ events: DatePickerEvents | null;
43506
+ eventColor: DatePickerEventColors;
43639
43507
  } & {
43640
43508
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
43641
43509
  modelValue?: unknown[] | undefined;
@@ -43696,6 +43564,8 @@ declare const VDatePickerMonth: {
43696
43564
  showWeek: boolean;
43697
43565
  transition: string;
43698
43566
  reverseTransition: string;
43567
+ events: DatePickerEvents | null;
43568
+ eventColor: DatePickerEventColors;
43699
43569
  }, true, {}, vue.SlotsType<Partial<{
43700
43570
  day: (arg: {
43701
43571
  props: {
@@ -43722,6 +43592,8 @@ declare const VDatePickerMonth: {
43722
43592
  showWeek: boolean;
43723
43593
  transition: string;
43724
43594
  reverseTransition: string;
43595
+ events: DatePickerEvents | null;
43596
+ eventColor: DatePickerEventColors;
43725
43597
  } & {
43726
43598
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
43727
43599
  modelValue?: unknown[] | undefined;
@@ -43778,6 +43650,8 @@ declare const VDatePickerMonth: {
43778
43650
  showWeek: boolean;
43779
43651
  transition: string;
43780
43652
  reverseTransition: string;
43653
+ events: DatePickerEvents | null;
43654
+ eventColor: DatePickerEventColors;
43781
43655
  }>;
43782
43656
  __isFragment?: undefined;
43783
43657
  __isTeleport?: undefined;
@@ -43791,6 +43665,8 @@ declare const VDatePickerMonth: {
43791
43665
  showWeek: boolean;
43792
43666
  transition: string;
43793
43667
  reverseTransition: string;
43668
+ events: DatePickerEvents | null;
43669
+ eventColor: DatePickerEventColors;
43794
43670
  } & {
43795
43671
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
43796
43672
  modelValue?: unknown[] | undefined;
@@ -43851,6 +43727,8 @@ declare const VDatePickerMonth: {
43851
43727
  showWeek: boolean;
43852
43728
  transition: string;
43853
43729
  reverseTransition: string;
43730
+ events: DatePickerEvents | null;
43731
+ eventColor: DatePickerEventColors;
43854
43732
  }, {}, string, vue.SlotsType<Partial<{
43855
43733
  day: (arg: {
43856
43734
  props: {
@@ -43902,6 +43780,14 @@ declare const VDatePickerMonth: {
43902
43780
  type: StringConstructor;
43903
43781
  default: string;
43904
43782
  };
43783
+ events: {
43784
+ type: PropType<DatePickerEvents | null>;
43785
+ default: () => null;
43786
+ };
43787
+ eventColor: {
43788
+ type: PropType<DatePickerEventColors>;
43789
+ default: () => null;
43790
+ };
43905
43791
  }, vue.ExtractPropTypes<{
43906
43792
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
43907
43793
  disabled: {
@@ -43943,9 +43829,154 @@ declare const VDatePickerMonth: {
43943
43829
  type: StringConstructor;
43944
43830
  default: string;
43945
43831
  };
43832
+ events: {
43833
+ type: PropType<DatePickerEvents | null>;
43834
+ default: () => null;
43835
+ };
43836
+ eventColor: {
43837
+ type: PropType<DatePickerEventColors>;
43838
+ default: () => null;
43839
+ };
43946
43840
  }>>;
43947
43841
  type VDatePickerMonth = InstanceType<typeof VDatePickerMonth>;
43948
43842
 
43843
+ // Types
43844
+ type VDatePickerHeaderSlots = {
43845
+ prepend: never;
43846
+ default: never;
43847
+ append: never;
43848
+ };
43849
+ declare const VDatePickerHeader: {
43850
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{} & {
43851
+ appendIcon?: IconValue | undefined;
43852
+ color?: string | undefined;
43853
+ header?: string | undefined;
43854
+ transition?: string | undefined;
43855
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
43856
+ } & {
43857
+ $children?: {
43858
+ prepend?: (() => vue.VNodeChild) | undefined;
43859
+ default?: (() => vue.VNodeChild) | undefined;
43860
+ append?: (() => vue.VNodeChild) | undefined;
43861
+ } | {
43862
+ $stable?: boolean | undefined;
43863
+ } | (() => vue.VNodeChild) | vue.VNodeChild;
43864
+ "v-slots"?: {
43865
+ prepend?: false | (() => vue.VNodeChild) | undefined;
43866
+ default?: false | (() => vue.VNodeChild) | undefined;
43867
+ append?: false | (() => vue.VNodeChild) | undefined;
43868
+ } | undefined;
43869
+ } & {
43870
+ "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
43871
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
43872
+ "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
43873
+ } & {
43874
+ onClick?: (() => any) | undefined;
43875
+ "onClick:append"?: (() => any) | undefined;
43876
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
43877
+ click: () => true;
43878
+ "click:append": () => true;
43879
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {}, true, {}, vue.SlotsType<Partial<{
43880
+ prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
43881
+ [key: string]: any;
43882
+ }>[];
43883
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
43884
+ [key: string]: any;
43885
+ }>[];
43886
+ append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
43887
+ [key: string]: any;
43888
+ }>[];
43889
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
43890
+ P: {};
43891
+ B: {};
43892
+ D: {};
43893
+ C: {};
43894
+ M: {};
43895
+ Defaults: {};
43896
+ }, {} & {
43897
+ appendIcon?: IconValue | undefined;
43898
+ color?: string | undefined;
43899
+ header?: string | undefined;
43900
+ transition?: string | undefined;
43901
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
43902
+ } & {
43903
+ $children?: {
43904
+ prepend?: (() => vue.VNodeChild) | undefined;
43905
+ default?: (() => vue.VNodeChild) | undefined;
43906
+ append?: (() => vue.VNodeChild) | undefined;
43907
+ } | {
43908
+ $stable?: boolean | undefined;
43909
+ } | (() => vue.VNodeChild) | vue.VNodeChild;
43910
+ "v-slots"?: {
43911
+ prepend?: false | (() => vue.VNodeChild) | undefined;
43912
+ default?: false | (() => vue.VNodeChild) | undefined;
43913
+ append?: false | (() => vue.VNodeChild) | undefined;
43914
+ } | undefined;
43915
+ } & {
43916
+ "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
43917
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
43918
+ "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
43919
+ } & {
43920
+ onClick?: (() => any) | undefined;
43921
+ "onClick:append"?: (() => any) | undefined;
43922
+ }, {}, {}, {}, {}, {}>;
43923
+ __isFragment?: undefined;
43924
+ __isTeleport?: undefined;
43925
+ __isSuspense?: undefined;
43926
+ } & vue.ComponentOptionsBase<{} & {
43927
+ appendIcon?: IconValue | undefined;
43928
+ color?: string | undefined;
43929
+ header?: string | undefined;
43930
+ transition?: string | undefined;
43931
+ onClick?: ((args_0: MouseEvent) => void) | undefined;
43932
+ } & {
43933
+ $children?: {
43934
+ prepend?: (() => vue.VNodeChild) | undefined;
43935
+ default?: (() => vue.VNodeChild) | undefined;
43936
+ append?: (() => vue.VNodeChild) | undefined;
43937
+ } | {
43938
+ $stable?: boolean | undefined;
43939
+ } | (() => vue.VNodeChild) | vue.VNodeChild;
43940
+ "v-slots"?: {
43941
+ prepend?: false | (() => vue.VNodeChild) | undefined;
43942
+ default?: false | (() => vue.VNodeChild) | undefined;
43943
+ append?: false | (() => vue.VNodeChild) | undefined;
43944
+ } | undefined;
43945
+ } & {
43946
+ "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
43947
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
43948
+ "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
43949
+ } & {
43950
+ onClick?: (() => any) | undefined;
43951
+ "onClick:append"?: (() => any) | undefined;
43952
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
43953
+ click: () => true;
43954
+ "click:append": () => true;
43955
+ }, string, {}, {}, string, vue.SlotsType<Partial<{
43956
+ prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
43957
+ [key: string]: any;
43958
+ }>[];
43959
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
43960
+ [key: string]: any;
43961
+ }>[];
43962
+ append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
43963
+ [key: string]: any;
43964
+ }>[];
43965
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
43966
+ appendIcon: vue.PropType<IconValue>;
43967
+ color: StringConstructor;
43968
+ header: StringConstructor;
43969
+ transition: StringConstructor;
43970
+ onClick: vue.PropType<(args_0: MouseEvent) => void>;
43971
+ }, vue.ExtractPropTypes<{
43972
+ appendIcon: vue.PropType<IconValue>;
43973
+ color: StringConstructor;
43974
+ header: StringConstructor;
43975
+ transition: StringConstructor;
43976
+ onClick: vue.PropType<(args_0: MouseEvent) => void>;
43977
+ }>>;
43978
+ type VDatePickerHeader = InstanceType<typeof VDatePickerHeader>;
43979
+
43949
43980
  type VDatePickerMonthsSlots = {
43950
43981
  month: {
43951
43982
  month: {
@@ -44755,6 +44786,8 @@ declare const VDatePicker: {
44755
44786
  showWeek: boolean;
44756
44787
  transition: string;
44757
44788
  reverseTransition: string;
44789
+ events: DatePickerEvents | null;
44790
+ eventColor: DatePickerEventColors;
44758
44791
  header: string;
44759
44792
  } & {
44760
44793
  theme?: string | undefined;
@@ -44821,6 +44854,8 @@ declare const VDatePicker: {
44821
44854
  showWeek: boolean;
44822
44855
  transition: string;
44823
44856
  reverseTransition: string;
44857
+ events: DatePickerEvents | null;
44858
+ eventColor: DatePickerEventColors;
44824
44859
  header: string;
44825
44860
  }, true, {}, vue.SlotsType<Partial<{
44826
44861
  actions: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -44907,6 +44942,8 @@ declare const VDatePicker: {
44907
44942
  showWeek: boolean;
44908
44943
  transition: string;
44909
44944
  reverseTransition: string;
44945
+ events: DatePickerEvents | null;
44946
+ eventColor: DatePickerEventColors;
44910
44947
  header: string;
44911
44948
  } & {
44912
44949
  theme?: string | undefined;
@@ -44967,6 +45004,8 @@ declare const VDatePicker: {
44967
45004
  showWeek: boolean;
44968
45005
  transition: string;
44969
45006
  reverseTransition: string;
45007
+ events: DatePickerEvents | null;
45008
+ eventColor: DatePickerEventColors;
44970
45009
  header: string;
44971
45010
  }>;
44972
45011
  __isFragment?: undefined;
@@ -44993,6 +45032,8 @@ declare const VDatePicker: {
44993
45032
  showWeek: boolean;
44994
45033
  transition: string;
44995
45034
  reverseTransition: string;
45035
+ events: DatePickerEvents | null;
45036
+ eventColor: DatePickerEventColors;
44996
45037
  header: string;
44997
45038
  } & {
44998
45039
  theme?: string | undefined;
@@ -45059,6 +45100,8 @@ declare const VDatePicker: {
45059
45100
  showWeek: boolean;
45060
45101
  transition: string;
45061
45102
  reverseTransition: string;
45103
+ events: DatePickerEvents | null;
45104
+ eventColor: DatePickerEventColors;
45062
45105
  header: string;
45063
45106
  }, {}, string, vue.SlotsType<Partial<{
45064
45107
  actions: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -45227,6 +45270,14 @@ declare const VDatePicker: {
45227
45270
  type: StringConstructor;
45228
45271
  default: string;
45229
45272
  };
45273
+ events: {
45274
+ type: vue.PropType<DatePickerEvents | null>;
45275
+ default: () => null;
45276
+ };
45277
+ eventColor: {
45278
+ type: vue.PropType<DatePickerEventColors>;
45279
+ default: () => null;
45280
+ };
45230
45281
  year: NumberConstructor;
45231
45282
  allowedMonths: vue.PropType<number[] | ((date: number) => boolean)>;
45232
45283
  min: vue.PropType<unknown>;
@@ -45340,6 +45391,14 @@ declare const VDatePicker: {
45340
45391
  type: StringConstructor;
45341
45392
  default: string;
45342
45393
  };
45394
+ events: {
45395
+ type: vue.PropType<DatePickerEvents | null>;
45396
+ default: () => null;
45397
+ };
45398
+ eventColor: {
45399
+ type: vue.PropType<DatePickerEventColors>;
45400
+ default: () => null;
45401
+ };
45343
45402
  year: NumberConstructor;
45344
45403
  allowedMonths: vue.PropType<number[] | ((date: number) => boolean)>;
45345
45404
  min: vue.PropType<unknown>;
@@ -114397,6 +114456,8 @@ declare const VDateInput: {
114397
114456
  showWeek: boolean;
114398
114457
  transition: string;
114399
114458
  reverseTransition: string;
114459
+ events: DatePickerEvents | null;
114460
+ eventColor: DatePickerEventColors;
114400
114461
  header: string;
114401
114462
  location: Anchor;
114402
114463
  menu: boolean;
@@ -116670,6 +116731,8 @@ declare const VDateInput: {
116670
116731
  showWeek: boolean;
116671
116732
  transition: string;
116672
116733
  reverseTransition: string;
116734
+ events: DatePickerEvents | null;
116735
+ eventColor: DatePickerEventColors;
116673
116736
  header: string;
116674
116737
  displayFormat: string | ((date: unknown) => any);
116675
116738
  location: Anchor;
@@ -116823,6 +116886,8 @@ declare const VDateInput: {
116823
116886
  showWeek: boolean;
116824
116887
  transition: string;
116825
116888
  reverseTransition: string;
116889
+ events: DatePickerEvents | null;
116890
+ eventColor: DatePickerEventColors;
116826
116891
  header: string;
116827
116892
  location: Anchor;
116828
116893
  menu: boolean;
@@ -119090,6 +119155,8 @@ declare const VDateInput: {
119090
119155
  showWeek: boolean;
119091
119156
  transition: string;
119092
119157
  reverseTransition: string;
119158
+ events: DatePickerEvents | null;
119159
+ eventColor: DatePickerEventColors;
119093
119160
  header: string;
119094
119161
  displayFormat: string | ((date: unknown) => any);
119095
119162
  location: Anchor;
@@ -119151,6 +119218,8 @@ declare const VDateInput: {
119151
119218
  showWeek: boolean;
119152
119219
  transition: string;
119153
119220
  reverseTransition: string;
119221
+ events: DatePickerEvents | null;
119222
+ eventColor: DatePickerEventColors;
119154
119223
  header: string;
119155
119224
  location: Anchor;
119156
119225
  menu: boolean;
@@ -121424,6 +121493,8 @@ declare const VDateInput: {
121424
121493
  showWeek: boolean;
121425
121494
  transition: string;
121426
121495
  reverseTransition: string;
121496
+ events: DatePickerEvents | null;
121497
+ eventColor: DatePickerEventColors;
121427
121498
  header: string;
121428
121499
  displayFormat: string | ((date: unknown) => any);
121429
121500
  location: Anchor;
@@ -121742,6 +121813,14 @@ declare const VDateInput: {
121742
121813
  type: StringConstructor;
121743
121814
  default: string;
121744
121815
  };
121816
+ events: {
121817
+ type: PropType<DatePickerEvents | null>;
121818
+ default: () => null;
121819
+ };
121820
+ eventColor: {
121821
+ type: PropType<DatePickerEventColors>;
121822
+ default: () => null;
121823
+ };
121745
121824
  year: NumberConstructor;
121746
121825
  allowedMonths: PropType<number[] | ((date: number) => boolean)>;
121747
121826
  min: PropType<unknown>;
@@ -121984,6 +122063,14 @@ declare const VDateInput: {
121984
122063
  type: StringConstructor;
121985
122064
  default: string;
121986
122065
  };
122066
+ events: {
122067
+ type: PropType<DatePickerEvents | null>;
122068
+ default: () => null;
122069
+ };
122070
+ eventColor: {
122071
+ type: PropType<DatePickerEventColors>;
122072
+ default: () => null;
122073
+ };
121987
122074
  year: NumberConstructor;
121988
122075
  allowedMonths: PropType<number[] | ((date: number) => boolean)>;
121989
122076
  min: PropType<unknown>;
@@ -142968,47 +143055,48 @@ declare module 'vue' {
142968
143055
  $children?: VNodeChild
142969
143056
  }
142970
143057
  export interface GlobalComponents {
142971
- VAlert: VAlert
142972
- VAlertTitle: VAlertTitle
142973
- VApp: VApp
142974
- VAvatar: VAvatar
142975
143058
  VAppBar: VAppBar
142976
143059
  VAppBarNavIcon: VAppBarNavIcon
142977
143060
  VAppBarTitle: VAppBarTitle
142978
- VBadge: VBadge
142979
- VBottomSheet: VBottomSheet
143061
+ VApp: VApp
143062
+ VAlert: VAlert
143063
+ VAlertTitle: VAlertTitle
142980
143064
  VAutocomplete: VAutocomplete
143065
+ VAvatar: VAvatar
142981
143066
  VBanner: VBanner
142982
143067
  VBannerActions: VBannerActions
142983
143068
  VBannerText: VBannerText
142984
- VBtn: VBtn
142985
- VBtnToggle: VBtnToggle
142986
- VBottomNavigation: VBottomNavigation
142987
143069
  VBreadcrumbs: VBreadcrumbs
142988
143070
  VBreadcrumbsItem: VBreadcrumbsItem
142989
143071
  VBreadcrumbsDivider: VBreadcrumbsDivider
142990
- VBtnGroup: VBtnGroup
143072
+ VBottomSheet: VBottomSheet
143073
+ VBottomNavigation: VBottomNavigation
143074
+ VBadge: VBadge
142991
143075
  VCard: VCard
142992
143076
  VCardActions: VCardActions
142993
143077
  VCardItem: VCardItem
142994
143078
  VCardSubtitle: VCardSubtitle
142995
143079
  VCardText: VCardText
142996
143080
  VCardTitle: VCardTitle
143081
+ VBtn: VBtn
143082
+ VBtnToggle: VBtnToggle
143083
+ VBtnGroup: VBtnGroup
143084
+ VCheckbox: VCheckbox
143085
+ VCheckboxBtn: VCheckboxBtn
142997
143086
  VCarousel: VCarousel
142998
143087
  VCarouselItem: VCarouselItem
142999
143088
  VChip: VChip
143000
- VCheckbox: VCheckbox
143001
- VCheckboxBtn: VCheckboxBtn
143002
143089
  VCode: VCode
143003
- VChipGroup: VChipGroup
143004
- VCombobox: VCombobox
143090
+ VColorPicker: VColorPicker
143005
143091
  VDatePicker: VDatePicker
143006
143092
  VDatePickerControls: VDatePickerControls
143007
143093
  VDatePickerHeader: VDatePickerHeader
143008
143094
  VDatePickerMonth: VDatePickerMonth
143009
143095
  VDatePickerMonths: VDatePickerMonths
143010
143096
  VDatePickerYears: VDatePickerYears
143011
- VColorPicker: VColorPicker
143097
+ VChipGroup: VChipGroup
143098
+ VCombobox: VCombobox
143099
+ VCounter: VCounter
143012
143100
  VDataTable: VDataTable
143013
143101
  VDataTableHeaders: VDataTableHeaders
143014
143102
  VDataTableFooter: VDataTableFooter
@@ -143016,30 +143104,29 @@ declare module 'vue' {
143016
143104
  VDataTableRow: VDataTableRow
143017
143105
  VDataTableVirtual: VDataTableVirtual
143018
143106
  VDataTableServer: VDataTableServer
143019
- VFab: VFab
143020
- VCounter: VCounter
143021
- VDivider: VDivider
143022
143107
  VDialog: VDialog
143108
+ VDivider: VDivider
143109
+ VFileInput: VFileInput
143110
+ VFab: VFab
143023
143111
  VExpansionPanels: VExpansionPanels
143024
143112
  VExpansionPanel: VExpansionPanel
143025
143113
  VExpansionPanelText: VExpansionPanelText
143026
143114
  VExpansionPanelTitle: VExpansionPanelTitle
143027
- VFileInput: VFileInput
143028
- VEmptyState: VEmptyState
143029
- VField: VField
143030
- VFieldLabel: VFieldLabel
143031
143115
  VFooter: VFooter
143032
- VInput: VInput
143116
+ VEmptyState: VEmptyState
143033
143117
  VIcon: VIcon
143034
143118
  VComponentIcon: VComponentIcon
143035
143119
  VSvgIcon: VSvgIcon
143036
143120
  VLigatureIcon: VLigatureIcon
143037
143121
  VClassIcon: VClassIcon
143122
+ VField: VField
143123
+ VFieldLabel: VFieldLabel
143038
143124
  VImg: VImg
143039
- VInfiniteScroll: VInfiniteScroll
143125
+ VInput: VInput
143126
+ VKbd: VKbd
143040
143127
  VItemGroup: VItemGroup
143041
143128
  VItem: VItem
143042
- VLabel: VLabel
143129
+ VInfiniteScroll: VInfiniteScroll
143043
143130
  VList: VList
143044
143131
  VListGroup: VListGroup
143045
143132
  VListImg: VListImg
@@ -143049,66 +143136,66 @@ declare module 'vue' {
143049
143136
  VListItemSubtitle: VListItemSubtitle
143050
143137
  VListItemTitle: VListItemTitle
143051
143138
  VListSubheader: VListSubheader
143052
- VMenu: VMenu
143053
- VKbd: VKbd
143054
- VNavigationDrawer: VNavigationDrawer
143139
+ VLabel: VLabel
143055
143140
  VMain: VMain
143056
143141
  VMessages: VMessages
143057
- VNumberInput: VNumberInput
143142
+ VMenu: VMenu
143143
+ VNavigationDrawer: VNavigationDrawer
143058
143144
  VOverlay: VOverlay
143145
+ VPagination: VPagination
143146
+ VNumberInput: VNumberInput
143059
143147
  VOtpInput: VOtpInput
143060
- VProgressLinear: VProgressLinear
143061
143148
  VRating: VRating
143062
- VPagination: VPagination
143063
143149
  VProgressCircular: VProgressCircular
143150
+ VProgressLinear: VProgressLinear
143064
143151
  VRadioGroup: VRadioGroup
143065
143152
  VSelect: VSelect
143066
143153
  VSelectionControl: VSelectionControl
143067
- VSlideGroup: VSlideGroup
143068
- VSlideGroupItem: VSlideGroupItem
143154
+ VSelectionControlGroup: VSelectionControlGroup
143069
143155
  VSkeletonLoader: VSkeletonLoader
143070
143156
  VSheet: VSheet
143071
- VSelectionControlGroup: VSelectionControlGroup
143157
+ VSlideGroup: VSlideGroup
143158
+ VSlideGroupItem: VSlideGroupItem
143072
143159
  VSlider: VSlider
143160
+ VSnackbar: VSnackbar
143161
+ VSwitch: VSwitch
143073
143162
  VStepper: VStepper
143074
143163
  VStepperActions: VStepperActions
143075
143164
  VStepperHeader: VStepperHeader
143076
143165
  VStepperItem: VStepperItem
143077
143166
  VStepperWindow: VStepperWindow
143078
143167
  VStepperWindowItem: VStepperWindowItem
143079
- VSwitch: VSwitch
143168
+ VTextarea: VTextarea
143080
143169
  VSystemBar: VSystemBar
143170
+ VToolbar: VToolbar
143171
+ VToolbarTitle: VToolbarTitle
143172
+ VToolbarItems: VToolbarItems
143173
+ VTable: VTable
143081
143174
  VTab: VTab
143082
143175
  VTabs: VTabs
143083
143176
  VTabsWindow: VTabsWindow
143084
143177
  VTabsWindowItem: VTabsWindowItem
143085
- VSnackbar: VSnackbar
143086
- VTextarea: VTextarea
143087
143178
  VTextField: VTextField
143088
- VTable: VTable
143089
143179
  VTimeline: VTimeline
143090
143180
  VTimelineItem: VTimelineItem
143091
143181
  VTooltip: VTooltip
143092
- VToolbar: VToolbar
143093
- VToolbarTitle: VToolbarTitle
143094
- VToolbarItems: VToolbarItems
143095
- VTreeview: VTreeview
143096
- VTreeviewItem: VTreeviewItem
143097
- VTreeviewGroup: VTreeviewGroup
143182
+ VWindow: VWindow
143183
+ VWindowItem: VWindowItem
143098
143184
  VTimePicker: VTimePicker
143099
143185
  VTimePickerClock: VTimePickerClock
143100
143186
  VTimePickerControls: VTimePickerControls
143101
- VWindow: VWindow
143102
- VWindowItem: VWindowItem
143187
+ VTreeview: VTreeview
143188
+ VTreeviewItem: VTreeviewItem
143189
+ VTreeviewGroup: VTreeviewGroup
143103
143190
  VConfirmEdit: VConfirmEdit
143104
143191
  VDataIterator: VDataIterator
143105
143192
  VDefaultsProvider: VDefaultsProvider
143106
143193
  VForm: VForm
143194
+ VHover: VHover
143107
143195
  VContainer: VContainer
143108
143196
  VCol: VCol
143109
143197
  VRow: VRow
143110
143198
  VSpacer: VSpacer
143111
- VHover: VHover
143112
143199
  VLayout: VLayout
143113
143200
  VLayoutItem: VLayoutItem
143114
143201
  VLazy: VLazy
@@ -143122,8 +143209,8 @@ declare module 'vue' {
143122
143209
  VSparkline: VSparkline
143123
143210
  VSpeedDial: VSpeedDial
143124
143211
  VThemeProvider: VThemeProvider
143125
- VValidation: VValidation
143126
143212
  VVirtualScroll: VVirtualScroll
143213
+ VValidation: VValidation
143127
143214
  VFabTransition: VFabTransition
143128
143215
  VDialogBottomTransition: VDialogBottomTransition
143129
143216
  VDialogTopTransition: VDialogTopTransition
@@ -143140,26 +143227,26 @@ declare module 'vue' {
143140
143227
  VExpandTransition: VExpandTransition
143141
143228
  VExpandXTransition: VExpandXTransition
143142
143229
  VDialogTransition: VDialogTransition
143143
- VIconBtn: VIconBtn
143144
- VCalendar: VCalendar
143145
- VFileUpload: VFileUpload
143146
- VFileUploadItem: VFileUploadItem
143230
+ VColorInput: VColorInput
143147
143231
  VPicker: VPicker
143148
143232
  VPickerTitle: VPickerTitle
143233
+ VPie: VPie
143234
+ VPieSegment: VPieSegment
143235
+ VPieTooltip: VPieTooltip
143236
+ VCalendar: VCalendar
143149
143237
  VStepperVertical: VStepperVertical
143150
143238
  VStepperVerticalItem: VStepperVerticalItem
143151
143239
  VStepperVerticalActions: VStepperVerticalActions
143152
- VColorInput: VColorInput
143153
143240
  VHotkey: VHotkey
143241
+ VFileUpload: VFileUpload
143242
+ VFileUploadItem: VFileUploadItem
143154
143243
  VVideo: VVideo
143155
143244
  VVideoControls: VVideoControls
143156
143245
  VVideoVolume: VVideoVolume
143157
- VPie: VPie
143158
- VPieSegment: VPieSegment
143159
- VPieTooltip: VPieTooltip
143246
+ VIconBtn: VIconBtn
143160
143247
  VDateInput: VDateInput
143161
- VMaskInput: VMaskInput
143162
143248
  VPullToRefresh: VPullToRefresh
143249
+ VMaskInput: VMaskInput
143163
143250
  }
143164
143251
  export interface GlobalDirectives {
143165
143252
  vClickOutside: typeof import('vuetify/directives')['ClickOutside']