@vuetify/nightly 3.10.7-dev.2025-10-23 → 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 (45) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/dist/json/attributes.json +3162 -3138
  3. package/dist/json/importMap-labs.json +32 -32
  4. package/dist/json/importMap.json +162 -162
  5. package/dist/json/tags.json +6 -0
  6. package/dist/json/web-types.json +5516 -5456
  7. package/dist/vuetify-labs.cjs +138 -33
  8. package/dist/vuetify-labs.css +4436 -4411
  9. package/dist/vuetify-labs.d.ts +286 -199
  10. package/dist/vuetify-labs.esm.js +139 -34
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +138 -33
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +138 -33
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +4010 -3985
  17. package/dist/vuetify.d.ts +258 -199
  18. package/dist/vuetify.esm.js +139 -34
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +138 -33
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +848 -840
  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/components/VOverlay/locationStrategies.js +19 -11
  33. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  34. package/lib/components/VOverlay/useActivator.js +0 -1
  35. package/lib/components/VOverlay/useActivator.js.map +1 -1
  36. package/lib/composables/nested/nested.js +7 -1
  37. package/lib/composables/nested/nested.js.map +1 -1
  38. package/lib/entry-bundler.js +1 -1
  39. package/lib/framework.d.ts +62 -62
  40. package/lib/framework.js +1 -1
  41. package/lib/labs/VDateInput/VDateInput.d.ts +50 -0
  42. package/lib/util/helpers.d.ts +8 -1
  43. package/lib/util/helpers.js +40 -9
  44. package/lib/util/helpers.js.map +1 -1
  45. 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,27 +143055,23 @@ declare module 'vue' {
142968
143055
  $children?: VNodeChild
142969
143056
  }
142970
143057
  export interface GlobalComponents {
142971
- VApp: VApp
142972
143058
  VAppBar: VAppBar
142973
143059
  VAppBarNavIcon: VAppBarNavIcon
142974
143060
  VAppBarTitle: VAppBarTitle
143061
+ VApp: VApp
142975
143062
  VAlert: VAlert
142976
143063
  VAlertTitle: VAlertTitle
143064
+ VAutocomplete: VAutocomplete
143065
+ VAvatar: VAvatar
142977
143066
  VBanner: VBanner
142978
143067
  VBannerActions: VBannerActions
142979
143068
  VBannerText: VBannerText
142980
- VAvatar: VAvatar
142981
- VBottomSheet: VBottomSheet
142982
- VBadge: VBadge
142983
- VBottomNavigation: VBottomNavigation
142984
- VAutocomplete: VAutocomplete
142985
143069
  VBreadcrumbs: VBreadcrumbs
142986
143070
  VBreadcrumbsItem: VBreadcrumbsItem
142987
143071
  VBreadcrumbsDivider: VBreadcrumbsDivider
142988
- VBtnGroup: VBtnGroup
142989
- VBtnToggle: VBtnToggle
142990
- VCarousel: VCarousel
142991
- VCarouselItem: VCarouselItem
143072
+ VBottomSheet: VBottomSheet
143073
+ VBottomNavigation: VBottomNavigation
143074
+ VBadge: VBadge
142992
143075
  VCard: VCard
142993
143076
  VCardActions: VCardActions
142994
143077
  VCardItem: VCardItem
@@ -142996,20 +143079,24 @@ declare module 'vue' {
142996
143079
  VCardText: VCardText
142997
143080
  VCardTitle: VCardTitle
142998
143081
  VBtn: VBtn
142999
- VCombobox: VCombobox
143000
- VChip: VChip
143082
+ VBtnToggle: VBtnToggle
143083
+ VBtnGroup: VBtnGroup
143001
143084
  VCheckbox: VCheckbox
143002
143085
  VCheckboxBtn: VCheckboxBtn
143086
+ VCarousel: VCarousel
143087
+ VCarouselItem: VCarouselItem
143088
+ VChip: VChip
143003
143089
  VCode: VCode
143004
- VChipGroup: VChipGroup
143005
- VCounter: VCounter
143090
+ VColorPicker: VColorPicker
143006
143091
  VDatePicker: VDatePicker
143007
143092
  VDatePickerControls: VDatePickerControls
143008
143093
  VDatePickerHeader: VDatePickerHeader
143009
143094
  VDatePickerMonth: VDatePickerMonth
143010
143095
  VDatePickerMonths: VDatePickerMonths
143011
143096
  VDatePickerYears: VDatePickerYears
143012
- VColorPicker: VColorPicker
143097
+ VChipGroup: VChipGroup
143098
+ VCombobox: VCombobox
143099
+ VCounter: VCounter
143013
143100
  VDataTable: VDataTable
143014
143101
  VDataTableHeaders: VDataTableHeaders
143015
143102
  VDataTableFooter: VDataTableFooter
@@ -143017,30 +143104,29 @@ declare module 'vue' {
143017
143104
  VDataTableRow: VDataTableRow
143018
143105
  VDataTableVirtual: VDataTableVirtual
143019
143106
  VDataTableServer: VDataTableServer
143020
- VEmptyState: VEmptyState
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
- VField: VField
143029
- VFieldLabel: VFieldLabel
143030
- VFab: VFab
143031
- VImg: VImg
143032
143115
  VFooter: VFooter
143033
- VInfiniteScroll: VInfiniteScroll
143116
+ VEmptyState: VEmptyState
143034
143117
  VIcon: VIcon
143035
143118
  VComponentIcon: VComponentIcon
143036
143119
  VSvgIcon: VSvgIcon
143037
143120
  VLigatureIcon: VLigatureIcon
143038
143121
  VClassIcon: VClassIcon
143122
+ VField: VField
143123
+ VFieldLabel: VFieldLabel
143124
+ VImg: VImg
143039
143125
  VInput: VInput
143040
- VLabel: VLabel
143041
143126
  VKbd: VKbd
143042
143127
  VItemGroup: VItemGroup
143043
143128
  VItem: VItem
143129
+ VInfiniteScroll: VInfiniteScroll
143044
143130
  VList: VList
143045
143131
  VListGroup: VListGroup
143046
143132
  VListImg: VListImg
@@ -143050,80 +143136,81 @@ declare module 'vue' {
143050
143136
  VListItemSubtitle: VListItemSubtitle
143051
143137
  VListItemTitle: VListItemTitle
143052
143138
  VListSubheader: VListSubheader
143139
+ VLabel: VLabel
143053
143140
  VMain: VMain
143054
- VNavigationDrawer: VNavigationDrawer
143055
- VMenu: VMenu
143056
- VOtpInput: VOtpInput
143057
143141
  VMessages: VMessages
143058
- VNumberInput: VNumberInput
143059
- VPagination: VPagination
143060
- VProgressLinear: VProgressLinear
143142
+ VMenu: VMenu
143143
+ VNavigationDrawer: VNavigationDrawer
143061
143144
  VOverlay: VOverlay
143062
- VProgressCircular: VProgressCircular
143145
+ VPagination: VPagination
143146
+ VNumberInput: VNumberInput
143147
+ VOtpInput: VOtpInput
143063
143148
  VRating: VRating
143149
+ VProgressCircular: VProgressCircular
143150
+ VProgressLinear: VProgressLinear
143064
143151
  VRadioGroup: VRadioGroup
143065
- VSelectionControlGroup: VSelectionControlGroup
143066
- VSelectionControl: VSelectionControl
143067
143152
  VSelect: VSelect
143153
+ VSelectionControl: VSelectionControl
143154
+ VSelectionControlGroup: VSelectionControlGroup
143155
+ VSkeletonLoader: VSkeletonLoader
143068
143156
  VSheet: VSheet
143157
+ VSlideGroup: VSlideGroup
143158
+ VSlideGroupItem: VSlideGroupItem
143069
143159
  VSlider: VSlider
143160
+ VSnackbar: VSnackbar
143161
+ VSwitch: VSwitch
143070
143162
  VStepper: VStepper
143071
143163
  VStepperActions: VStepperActions
143072
143164
  VStepperHeader: VStepperHeader
143073
143165
  VStepperItem: VStepperItem
143074
143166
  VStepperWindow: VStepperWindow
143075
143167
  VStepperWindowItem: VStepperWindowItem
143076
- VSkeletonLoader: VSkeletonLoader
143077
- VSnackbar: VSnackbar
143078
- VSlideGroup: VSlideGroup
143079
- VSlideGroupItem: VSlideGroupItem
143080
- VSwitch: VSwitch
143081
143168
  VTextarea: VTextarea
143169
+ VSystemBar: VSystemBar
143170
+ VToolbar: VToolbar
143171
+ VToolbarTitle: VToolbarTitle
143172
+ VToolbarItems: VToolbarItems
143173
+ VTable: VTable
143082
143174
  VTab: VTab
143083
143175
  VTabs: VTabs
143084
143176
  VTabsWindow: VTabsWindow
143085
143177
  VTabsWindowItem: VTabsWindowItem
143086
- VSystemBar: VSystemBar
143087
- VTable: VTable
143088
143178
  VTextField: VTextField
143089
- VToolbar: VToolbar
143090
- VToolbarTitle: VToolbarTitle
143091
- VToolbarItems: VToolbarItems
143092
143179
  VTimeline: VTimeline
143093
143180
  VTimelineItem: VTimelineItem
143094
- VTreeview: VTreeview
143095
- VTreeviewItem: VTreeviewItem
143096
- VTreeviewGroup: VTreeviewGroup
143097
143181
  VTooltip: VTooltip
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
143193
+ VForm: VForm
143194
+ VHover: VHover
143106
143195
  VContainer: VContainer
143107
143196
  VCol: VCol
143108
143197
  VRow: VRow
143109
143198
  VSpacer: VSpacer
143110
- VHover: VHover
143111
- VForm: VForm
143112
- VLazy: VLazy
143113
143199
  VLayout: VLayout
143114
143200
  VLayoutItem: VLayoutItem
143201
+ VLazy: VLazy
143115
143202
  VLocaleProvider: VLocaleProvider
143116
143203
  VNoSsr: VNoSsr
143117
- VRadio: VRadio
143118
143204
  VParallax: VParallax
143205
+ VRadio: VRadio
143119
143206
  VRangeSlider: VRangeSlider
143120
143207
  VResponsive: VResponsive
143121
143208
  VSnackbarQueue: VSnackbarQueue
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,22 +143227,22 @@ declare module 'vue' {
143140
143227
  VExpandTransition: VExpandTransition
143141
143228
  VExpandXTransition: VExpandXTransition
143142
143229
  VDialogTransition: VDialogTransition
143143
- VCalendar: VCalendar
143144
143230
  VColorInput: VColorInput
143145
- VFileUpload: VFileUpload
143146
- VFileUploadItem: VFileUploadItem
143231
+ VPicker: VPicker
143232
+ VPickerTitle: VPickerTitle
143233
+ VPie: VPie
143234
+ VPieSegment: VPieSegment
143235
+ VPieTooltip: VPieTooltip
143236
+ VCalendar: VCalendar
143147
143237
  VStepperVertical: VStepperVertical
143148
143238
  VStepperVerticalItem: VStepperVerticalItem
143149
143239
  VStepperVerticalActions: VStepperVerticalActions
143240
+ VHotkey: VHotkey
143241
+ VFileUpload: VFileUpload
143242
+ VFileUploadItem: VFileUploadItem
143150
143243
  VVideo: VVideo
143151
143244
  VVideoControls: VVideoControls
143152
143245
  VVideoVolume: VVideoVolume
143153
- VPie: VPie
143154
- VPieSegment: VPieSegment
143155
- VPieTooltip: VPieTooltip
143156
- VPicker: VPicker
143157
- VPickerTitle: VPickerTitle
143158
- VHotkey: VHotkey
143159
143246
  VIconBtn: VIconBtn
143160
143247
  VDateInput: VDateInput
143161
143248
  VPullToRefresh: VPullToRefresh