@vuetify/nightly 3.5.7-master.2024-03-05 → 3.5.8-dev.2024-03-13

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 (101) hide show
  1. package/CHANGELOG.md +11 -7
  2. package/dist/json/attributes.json +229 -77
  3. package/dist/json/importMap-labs.json +4 -0
  4. package/dist/json/importMap.json +136 -136
  5. package/dist/json/tags.json +43 -0
  6. package/dist/json/web-types.json +539 -144
  7. package/dist/vuetify-labs.css +4771 -4747
  8. package/dist/vuetify-labs.d.ts +787 -147
  9. package/dist/vuetify-labs.esm.js +168 -76
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +167 -75
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +586 -570
  14. package/dist/vuetify.d.ts +264 -186
  15. package/dist/vuetify.esm.js +119 -74
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +118 -73
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +931 -927
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/index.d.mts +5 -2
  23. package/lib/blueprints/md1.d.mts +5 -2
  24. package/lib/blueprints/md2.d.mts +5 -2
  25. package/lib/blueprints/md3.d.mts +5 -2
  26. package/lib/components/VApp/VApp.mjs +5 -2
  27. package/lib/components/VApp/VApp.mjs.map +1 -1
  28. package/lib/components/VApp/index.d.mts +6 -6
  29. package/lib/components/VAppBar/VAppBar.mjs +5 -5
  30. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  31. package/lib/components/VAppBar/index.d.mts +2 -2
  32. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +5 -3
  33. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  34. package/lib/components/VBottomNavigation/index.d.mts +2 -2
  35. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  36. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  37. package/lib/components/VFooter/VFooter.mjs +3 -2
  38. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  39. package/lib/components/VForm/index.d.mts +21 -0
  40. package/lib/components/VInput/VInput.sass +1 -1
  41. package/lib/components/VInput/_variables.scss +1 -0
  42. package/lib/components/VLabel/VLabel.sass +1 -1
  43. package/lib/components/VLabel/_variables.scss +1 -0
  44. package/lib/components/VLayout/VLayout.mjs +5 -2
  45. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  46. package/lib/components/VLayout/VLayoutItem.mjs +6 -4
  47. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  48. package/lib/components/VLayout/index.d.mts +9 -9
  49. package/lib/components/VMain/VMain.mjs +3 -2
  50. package/lib/components/VMain/VMain.mjs.map +1 -1
  51. package/lib/components/VMain/index.d.mts +2 -2
  52. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +7 -7
  53. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  54. package/lib/components/VSnackbar/VSnackbar.mjs +4 -2
  55. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  56. package/lib/components/VSnackbar/index.d.mts +147 -119
  57. package/lib/components/index.d.mts +207 -140
  58. package/lib/components/transitions/createTransition.mjs +4 -2
  59. package/lib/components/transitions/createTransition.mjs.map +1 -1
  60. package/lib/components/transitions/index.d.mts +18 -0
  61. package/lib/composables/date/DateAdapter.mjs.map +1 -1
  62. package/lib/composables/date/adapters/vuetify.mjs +39 -3
  63. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  64. package/lib/composables/form.mjs +3 -1
  65. package/lib/composables/form.mjs.map +1 -1
  66. package/lib/composables/icons.mjs +2 -1
  67. package/lib/composables/icons.mjs.map +1 -1
  68. package/lib/composables/layout.mjs +14 -37
  69. package/lib/composables/layout.mjs.map +1 -1
  70. package/lib/composables/transition.mjs +7 -5
  71. package/lib/composables/transition.mjs.map +1 -1
  72. package/lib/composables/validation.mjs +3 -1
  73. package/lib/composables/validation.mjs.map +1 -1
  74. package/lib/entry-bundler.mjs +1 -1
  75. package/lib/entry-bundler.mjs.map +1 -1
  76. package/lib/framework.mjs +1 -1
  77. package/lib/framework.mjs.map +1 -1
  78. package/lib/index.d.mts +57 -46
  79. package/lib/labs/VCalendar/VCalendarInterval.css +1 -0
  80. package/lib/labs/VCalendar/VCalendarInterval.sass +1 -0
  81. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +6 -0
  82. package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs +5 -2
  83. package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs.map +1 -1
  84. package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +6 -0
  85. package/lib/labs/VFab/VFab.css +1 -1
  86. package/lib/labs/VFab/VFab.sass +1 -1
  87. package/lib/labs/VSpeedDial/VSpeedDial.css +3 -0
  88. package/lib/labs/VSpeedDial/VSpeedDial.mjs +56 -0
  89. package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -0
  90. package/lib/labs/VSpeedDial/VSpeedDial.sass +2 -0
  91. package/lib/labs/VSpeedDial/index.d.mts +649 -0
  92. package/lib/labs/VSpeedDial/index.mjs +2 -0
  93. package/lib/labs/VSpeedDial/index.mjs.map +1 -0
  94. package/lib/labs/components.d.mts +637 -2
  95. package/lib/labs/components.mjs +1 -0
  96. package/lib/labs/components.mjs.map +1 -1
  97. package/lib/styles/main.css +16 -0
  98. package/lib/styles/settings/_utilities.scss +20 -0
  99. package/lib/util/helpers.mjs +11 -1
  100. package/lib/util/helpers.mjs.map +1 -1
  101. package/package.json +1 -1
@@ -19,11 +19,13 @@ interface DateAdapter<T = unknown> {
19
19
  endOfMonth(date: T): T;
20
20
  startOfYear(date: T): T;
21
21
  endOfYear(date: T): T;
22
- isBefore(date: T, comparing: T): boolean;
23
22
  isAfter(date: T, comparing: T): boolean;
24
- isEqual(date: T, comparing: T): boolean;
23
+ isAfterDay(value: T, comparing: T): boolean;
25
24
  isSameDay(date: T, comparing: T): boolean;
26
25
  isSameMonth(date: T, comparing: T): boolean;
26
+ isSameYear(value: T, comparing: T): boolean;
27
+ isBefore(date: T, comparing: T): boolean;
28
+ isEqual(date: T, comparing: T): boolean;
27
29
  isValid(date: any): boolean;
28
30
  isWithinRange(date: T, range: [T, T]): boolean;
29
31
  addMinutes(date: T, amount: number): T;
@@ -39,6 +41,7 @@ interface DateAdapter<T = unknown> {
39
41
  getMonth(date: T): number;
40
42
  setMonth(date: T, month: number): T;
41
43
  getNextMonth(date: T): T;
44
+ getPreviousMonth(date: T): T;
42
45
  getHours(date: T): number;
43
46
  setHours(date: T, hours: number): T;
44
47
  getMinutes(date: T): number;
@@ -108,11 +111,13 @@ declare function useDate(): {
108
111
  endOfMonth: (date: unknown) => unknown;
109
112
  startOfYear: (date: unknown) => unknown;
110
113
  endOfYear: (date: unknown) => unknown;
111
- isBefore: (date: unknown, comparing: unknown) => boolean;
112
114
  isAfter: (date: unknown, comparing: unknown) => boolean;
113
- isEqual: (date: unknown, comparing: unknown) => boolean;
115
+ isAfterDay: (value: unknown, comparing: unknown) => boolean;
114
116
  isSameDay: (date: unknown, comparing: unknown) => boolean;
115
117
  isSameMonth: (date: unknown, comparing: unknown) => boolean;
118
+ isSameYear: (value: unknown, comparing: unknown) => boolean;
119
+ isBefore: (date: unknown, comparing: unknown) => boolean;
120
+ isEqual: (date: unknown, comparing: unknown) => boolean;
116
121
  isValid: (date: any) => boolean;
117
122
  isWithinRange: (date: unknown, range: [unknown, unknown]) => boolean;
118
123
  addMinutes: (date: unknown, amount: number) => unknown;
@@ -128,6 +133,7 @@ declare function useDate(): {
128
133
  getMonth: (date: unknown) => number;
129
134
  setMonth: (date: unknown, month: number) => unknown;
130
135
  getNextMonth: (date: unknown) => unknown;
136
+ getPreviousMonth: (date: unknown) => unknown;
131
137
  getHours: (date: unknown) => number;
132
138
  setHours: (date: unknown, hours: number) => unknown;
133
139
  getMinutes: (date: unknown) => number;
@@ -712,6 +718,7 @@ interface LayoutItem extends Layer {
712
718
  position: Position;
713
719
  }
714
720
  declare function useLayout(): {
721
+ layoutIsReady: Promise<void>;
715
722
  getLayoutItem: (id: string) => LayoutItem | undefined;
716
723
  mainRect: Ref<Layer>;
717
724
  mainStyles: Ref<CSSProperties>;
@@ -806,7 +813,7 @@ declare const VApp: {
806
813
  right: number;
807
814
  id: string;
808
815
  } | undefined;
809
- items: vue.ComputedRef<{
816
+ items: Readonly<vue.Ref<{
810
817
  size: number;
811
818
  position: Position;
812
819
  top: number;
@@ -814,7 +821,7 @@ declare const VApp: {
814
821
  left: number;
815
822
  right: number;
816
823
  id: string;
817
- }[]>;
824
+ }[]>>;
818
825
  theme: ThemeInstance;
819
826
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
820
827
  style: vue.StyleValue;
@@ -872,7 +879,7 @@ declare const VApp: {
872
879
  right: number;
873
880
  id: string;
874
881
  } | undefined;
875
- items: vue.ComputedRef<{
882
+ items: Readonly<vue.Ref<{
876
883
  size: number;
877
884
  position: Position;
878
885
  top: number;
@@ -880,7 +887,7 @@ declare const VApp: {
880
887
  left: number;
881
888
  right: number;
882
889
  id: string;
883
- }[]>;
890
+ }[]>>;
884
891
  theme: ThemeInstance;
885
892
  }, {}, {}, {}, {
886
893
  style: vue.StyleValue;
@@ -915,7 +922,7 @@ declare const VApp: {
915
922
  right: number;
916
923
  id: string;
917
924
  } | undefined;
918
- items: vue.ComputedRef<{
925
+ items: Readonly<vue.Ref<{
919
926
  size: number;
920
927
  position: Position;
921
928
  top: number;
@@ -923,7 +930,7 @@ declare const VApp: {
923
930
  left: number;
924
931
  right: number;
925
932
  id: string;
926
- }[]>;
933
+ }[]>>;
927
934
  theme: ThemeInstance;
928
935
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
929
936
  style: vue.StyleValue;
@@ -1386,7 +1393,7 @@ declare const VAppBar: {
1386
1393
  "v-slot:extension"?: false | (() => vue.VNodeChild) | undefined;
1387
1394
  } & {
1388
1395
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1389
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1396
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1390
1397
  'update:modelValue': (value: boolean) => boolean;
1391
1398
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1392
1399
  flat: boolean;
@@ -1614,7 +1621,7 @@ declare const VAppBar: {
1614
1621
  "v-slot:extension"?: false | (() => vue.VNodeChild) | undefined;
1615
1622
  } & {
1616
1623
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1617
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1624
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1618
1625
  'update:modelValue': (value: boolean) => boolean;
1619
1626
  }, string, {
1620
1627
  flat: boolean;
@@ -9734,7 +9741,7 @@ declare const VBottomNavigation: {
9734
9741
  theme?: string | undefined;
9735
9742
  rounded?: string | number | boolean | undefined;
9736
9743
  bgColor?: string | undefined;
9737
- } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
9744
+ } & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
9738
9745
  'update:modelValue': (value: any) => boolean;
9739
9746
  }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
9740
9747
  absolute: boolean;
@@ -9856,7 +9863,7 @@ declare const VBottomNavigation: {
9856
9863
  theme?: string | undefined;
9857
9864
  rounded?: string | number | boolean | undefined;
9858
9865
  bgColor?: string | undefined;
9859
- } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
9866
+ } & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
9860
9867
  'update:modelValue': (value: any) => boolean;
9861
9868
  }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, string, {
9862
9869
  absolute: boolean;
@@ -34223,6 +34230,7 @@ declare const VForm: {
34223
34230
  validate: () => Promise<string[]>;
34224
34231
  reset: () => void;
34225
34232
  resetValidation: () => void;
34233
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34226
34234
  isValid: boolean | null;
34227
34235
  errorMessages: string[];
34228
34236
  }[]>;
@@ -34252,6 +34260,7 @@ declare const VForm: {
34252
34260
  validate: () => Promise<string[]>;
34253
34261
  reset: () => void;
34254
34262
  resetValidation: () => void;
34263
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34255
34264
  isValid: boolean | null;
34256
34265
  errorMessages: string[];
34257
34266
  }[]>;
@@ -34282,6 +34291,7 @@ declare const VForm: {
34282
34291
  validate: () => Promise<string[]>;
34283
34292
  reset: () => void;
34284
34293
  resetValidation: () => void;
34294
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34285
34295
  isValid: boolean | null;
34286
34296
  errorMessages: string[];
34287
34297
  }[]>;
@@ -34313,6 +34323,7 @@ declare const VForm: {
34313
34323
  validate: () => Promise<string[]>;
34314
34324
  reset: () => void;
34315
34325
  resetValidation: () => void;
34326
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34316
34327
  isValid: boolean | null;
34317
34328
  errorMessages: string[];
34318
34329
  }[]>;
@@ -34345,6 +34356,7 @@ declare const VForm: {
34345
34356
  validate: () => Promise<string[]>;
34346
34357
  reset: () => void;
34347
34358
  resetValidation: () => void;
34359
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34348
34360
  isValid: boolean | null;
34349
34361
  errorMessages: string[];
34350
34362
  }[]>;
@@ -34387,6 +34399,7 @@ declare const VForm: {
34387
34399
  validate: () => Promise<string[]>;
34388
34400
  reset: () => void;
34389
34401
  resetValidation: () => void;
34402
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34390
34403
  isValid: boolean | null;
34391
34404
  errorMessages: string[];
34392
34405
  }[]>;
@@ -34416,6 +34429,7 @@ declare const VForm: {
34416
34429
  validate: () => Promise<string[]>;
34417
34430
  reset: () => void;
34418
34431
  resetValidation: () => void;
34432
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34419
34433
  isValid: boolean | null;
34420
34434
  errorMessages: string[];
34421
34435
  }[]>;
@@ -34446,6 +34460,7 @@ declare const VForm: {
34446
34460
  validate: () => Promise<string[]>;
34447
34461
  reset: () => void;
34448
34462
  resetValidation: () => void;
34463
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34449
34464
  isValid: boolean | null;
34450
34465
  errorMessages: string[];
34451
34466
  }[]>;
@@ -34477,6 +34492,7 @@ declare const VForm: {
34477
34492
  validate: () => Promise<string[]>;
34478
34493
  reset: () => void;
34479
34494
  resetValidation: () => void;
34495
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34480
34496
  isValid: boolean | null;
34481
34497
  errorMessages: string[];
34482
34498
  }[]>;
@@ -34517,6 +34533,7 @@ declare const VForm: {
34517
34533
  validate: () => Promise<string[]>;
34518
34534
  reset: () => void;
34519
34535
  resetValidation: () => void;
34536
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34520
34537
  isValid: boolean | null;
34521
34538
  errorMessages: string[];
34522
34539
  }[]>;
@@ -34566,6 +34583,7 @@ declare const VForm: {
34566
34583
  validate: () => Promise<string[]>;
34567
34584
  reset: () => void;
34568
34585
  resetValidation: () => void;
34586
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34569
34587
  isValid: boolean | null;
34570
34588
  errorMessages: string[];
34571
34589
  }[]>;
@@ -34595,6 +34613,7 @@ declare const VForm: {
34595
34613
  validate: () => Promise<string[]>;
34596
34614
  reset: () => void;
34597
34615
  resetValidation: () => void;
34616
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34598
34617
  isValid: boolean | null;
34599
34618
  errorMessages: string[];
34600
34619
  }[]>;
@@ -34625,6 +34644,7 @@ declare const VForm: {
34625
34644
  validate: () => Promise<string[]>;
34626
34645
  reset: () => void;
34627
34646
  resetValidation: () => void;
34647
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34628
34648
  isValid: boolean | null;
34629
34649
  errorMessages: string[];
34630
34650
  }[]>;
@@ -34656,6 +34676,7 @@ declare const VForm: {
34656
34676
  validate: () => Promise<string[]>;
34657
34677
  reset: () => void;
34658
34678
  resetValidation: () => void;
34679
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34659
34680
  isValid: boolean | null;
34660
34681
  errorMessages: string[];
34661
34682
  }[]>;
@@ -34688,6 +34709,7 @@ declare const VForm: {
34688
34709
  validate: () => Promise<string[]>;
34689
34710
  reset: () => void;
34690
34711
  resetValidation: () => void;
34712
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34691
34713
  isValid: boolean | null;
34692
34714
  errorMessages: string[];
34693
34715
  }[]>;
@@ -34738,6 +34760,7 @@ declare const VForm: {
34738
34760
  validate: () => Promise<string[]>;
34739
34761
  reset: () => void;
34740
34762
  resetValidation: () => void;
34763
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34741
34764
  isValid: boolean | null;
34742
34765
  errorMessages: string[];
34743
34766
  }[]>;
@@ -34767,6 +34790,7 @@ declare const VForm: {
34767
34790
  validate: () => Promise<string[]>;
34768
34791
  reset: () => void;
34769
34792
  resetValidation: () => void;
34793
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34770
34794
  isValid: boolean | null;
34771
34795
  errorMessages: string[];
34772
34796
  }[]>;
@@ -34797,6 +34821,7 @@ declare const VForm: {
34797
34821
  validate: () => Promise<string[]>;
34798
34822
  reset: () => void;
34799
34823
  resetValidation: () => void;
34824
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34800
34825
  isValid: boolean | null;
34801
34826
  errorMessages: string[];
34802
34827
  }[]>;
@@ -34828,6 +34853,7 @@ declare const VForm: {
34828
34853
  validate: () => Promise<string[]>;
34829
34854
  reset: () => void;
34830
34855
  resetValidation: () => void;
34856
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34831
34857
  isValid: boolean | null;
34832
34858
  errorMessages: string[];
34833
34859
  }[]>;
@@ -34860,6 +34886,7 @@ declare const VForm: {
34860
34886
  validate: () => Promise<string[]>;
34861
34887
  reset: () => void;
34862
34888
  resetValidation: () => void;
34889
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34863
34890
  isValid: boolean | null;
34864
34891
  errorMessages: string[];
34865
34892
  }[]>;
@@ -34899,6 +34926,7 @@ declare const VForm: {
34899
34926
  validate: () => Promise<string[]>;
34900
34927
  reset: () => void;
34901
34928
  resetValidation: () => void;
34929
+ vm: vue.Raw<vue.ComponentInternalInstance>;
34902
34930
  isValid: boolean | null;
34903
34931
  errorMessages: string[];
34904
34932
  }[]>;
@@ -37058,7 +37086,7 @@ declare const VLayout: {
37058
37086
  right: number;
37059
37087
  id: string;
37060
37088
  } | undefined;
37061
- items: vue.ComputedRef<{
37089
+ items: Readonly<vue.Ref<{
37062
37090
  size: number;
37063
37091
  position: Position;
37064
37092
  top: number;
@@ -37066,7 +37094,7 @@ declare const VLayout: {
37066
37094
  left: number;
37067
37095
  right: number;
37068
37096
  id: string;
37069
- }[]>;
37097
+ }[]>>;
37070
37098
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
37071
37099
  style: vue.StyleValue;
37072
37100
  fullHeight: boolean;
@@ -37121,7 +37149,7 @@ declare const VLayout: {
37121
37149
  right: number;
37122
37150
  id: string;
37123
37151
  } | undefined;
37124
- items: vue.ComputedRef<{
37152
+ items: Readonly<vue.Ref<{
37125
37153
  size: number;
37126
37154
  position: Position;
37127
37155
  top: number;
@@ -37129,7 +37157,7 @@ declare const VLayout: {
37129
37157
  left: number;
37130
37158
  right: number;
37131
37159
  id: string;
37132
- }[]>;
37160
+ }[]>>;
37133
37161
  }, {}, {}, {}, {
37134
37162
  style: vue.StyleValue;
37135
37163
  fullHeight: boolean;
@@ -37162,7 +37190,7 @@ declare const VLayout: {
37162
37190
  right: number;
37163
37191
  id: string;
37164
37192
  } | undefined;
37165
- items: vue.ComputedRef<{
37193
+ items: Readonly<vue.Ref<{
37166
37194
  size: number;
37167
37195
  position: Position;
37168
37196
  top: number;
@@ -37170,7 +37198,7 @@ declare const VLayout: {
37170
37198
  left: number;
37171
37199
  right: number;
37172
37200
  id: string;
37173
- }[]>;
37201
+ }[]>>;
37174
37202
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
37175
37203
  style: vue.StyleValue;
37176
37204
  fullHeight: boolean;
@@ -37217,7 +37245,7 @@ declare const VLayoutItem: {
37217
37245
  } | undefined;
37218
37246
  } & {
37219
37247
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
37220
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
37248
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
37221
37249
  absolute: boolean;
37222
37250
  order: string | number;
37223
37251
  position: "left" | "top" | "bottom" | "right";
@@ -37272,7 +37300,7 @@ declare const VLayoutItem: {
37272
37300
  } | undefined;
37273
37301
  } & {
37274
37302
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
37275
- }, () => JSX.Element, {}, {}, {}, {
37303
+ }, {}, {}, {}, {}, {
37276
37304
  absolute: boolean;
37277
37305
  order: string | number;
37278
37306
  style: vue.StyleValue;
@@ -37301,7 +37329,7 @@ declare const VLayoutItem: {
37301
37329
  } | undefined;
37302
37330
  } & {
37303
37331
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
37304
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
37332
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
37305
37333
  absolute: boolean;
37306
37334
  order: string | number;
37307
37335
  style: vue.StyleValue;
@@ -39389,7 +39417,7 @@ declare const VMain: {
39389
39417
  } | undefined;
39390
39418
  } & {
39391
39419
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
39392
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
39420
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
39393
39421
  style: vue.StyleValue;
39394
39422
  tag: string;
39395
39423
  scrollable: boolean;
@@ -39457,7 +39485,7 @@ declare const VMain: {
39457
39485
  } | undefined;
39458
39486
  } & {
39459
39487
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
39460
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
39488
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
39461
39489
  style: vue.StyleValue;
39462
39490
  tag: string;
39463
39491
  scrollable: boolean;
@@ -52085,7 +52113,7 @@ declare const VSnackbar: {
52085
52113
  vertical: boolean;
52086
52114
  tile: boolean;
52087
52115
  modelValue: boolean;
52088
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52116
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
52089
52117
  updateLocation: (e: Event) => void;
52090
52118
  } | undefined);
52091
52119
  activatorProps: Record<string, any>;
@@ -52126,7 +52154,9 @@ declare const VSnackbar: {
52126
52154
  props: Record<string, any>;
52127
52155
  }) => vue.VNodeChild) | undefined;
52128
52156
  default?: (() => vue.VNodeChild) | undefined;
52129
- actions?: (() => vue.VNodeChild) | undefined;
52157
+ actions?: ((arg: {
52158
+ isActive: Ref<boolean>;
52159
+ }) => vue.VNodeChild) | undefined;
52130
52160
  text?: (() => vue.VNodeChild) | undefined;
52131
52161
  };
52132
52162
  'v-slots'?: {
@@ -52135,7 +52165,9 @@ declare const VSnackbar: {
52135
52165
  props: Record<string, any>;
52136
52166
  }) => vue.VNodeChild) | undefined;
52137
52167
  default?: false | (() => vue.VNodeChild) | undefined;
52138
- actions?: false | (() => vue.VNodeChild) | undefined;
52168
+ actions?: false | ((arg: {
52169
+ isActive: Ref<boolean>;
52170
+ }) => vue.VNodeChild) | undefined;
52139
52171
  text?: false | (() => vue.VNodeChild) | undefined;
52140
52172
  } | undefined;
52141
52173
  } & {
@@ -52144,7 +52176,9 @@ declare const VSnackbar: {
52144
52176
  props: Record<string, any>;
52145
52177
  }) => vue.VNodeChild) | undefined;
52146
52178
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
52147
- "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
52179
+ "v-slot:actions"?: false | ((arg: {
52180
+ isActive: Ref<boolean>;
52181
+ }) => vue.VNodeChild) | undefined;
52148
52182
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
52149
52183
  } & {
52150
52184
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
@@ -52163,7 +52197,7 @@ declare const VSnackbar: {
52163
52197
  eager: boolean;
52164
52198
  disabled: boolean;
52165
52199
  modelValue: boolean;
52166
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52200
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
52167
52201
  updateLocation: (e: Event) => void;
52168
52202
  } | undefined);
52169
52203
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -52190,7 +52224,7 @@ declare const VSnackbar: {
52190
52224
  eager: boolean;
52191
52225
  disabled: boolean;
52192
52226
  modelValue: boolean;
52193
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52227
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
52194
52228
  updateLocation: (e: Event) => void;
52195
52229
  } | undefined);
52196
52230
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -52224,18 +52258,18 @@ declare const VSnackbar: {
52224
52258
  attach?: string | boolean | Element | undefined;
52225
52259
  $children?: vue.VNodeChild | {
52226
52260
  default?: ((arg: {
52227
- isActive: vue.Ref<boolean>;
52261
+ isActive: Ref<boolean>;
52228
52262
  }) => vue.VNodeChild) | undefined;
52229
52263
  activator?: ((arg: {
52230
52264
  isActive: boolean;
52231
52265
  props: Record<string, any>;
52232
52266
  }) => vue.VNodeChild) | undefined;
52233
52267
  } | ((arg: {
52234
- isActive: vue.Ref<boolean>;
52268
+ isActive: Ref<boolean>;
52235
52269
  }) => vue.VNodeChild);
52236
52270
  'v-slots'?: {
52237
52271
  default?: false | ((arg: {
52238
- isActive: vue.Ref<boolean>;
52272
+ isActive: Ref<boolean>;
52239
52273
  }) => vue.VNodeChild) | undefined;
52240
52274
  activator?: false | ((arg: {
52241
52275
  isActive: boolean;
@@ -52243,7 +52277,7 @@ declare const VSnackbar: {
52243
52277
  }) => vue.VNodeChild) | undefined;
52244
52278
  } | undefined;
52245
52279
  "v-slot:default"?: false | ((arg: {
52246
- isActive: vue.Ref<boolean>;
52280
+ isActive: Ref<boolean>;
52247
52281
  }) => vue.VNodeChild) | undefined;
52248
52282
  "v-slot:activator"?: false | ((arg: {
52249
52283
  isActive: boolean;
@@ -52264,7 +52298,7 @@ declare const VSnackbar: {
52264
52298
  eager: boolean;
52265
52299
  disabled: boolean;
52266
52300
  modelValue: boolean;
52267
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52301
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
52268
52302
  updateLocation: (e: Event) => void;
52269
52303
  } | undefined);
52270
52304
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -52300,18 +52334,18 @@ declare const VSnackbar: {
52300
52334
  } & {
52301
52335
  $children?: vue.VNodeChild | {
52302
52336
  default?: ((arg: {
52303
- isActive: vue.Ref<boolean>;
52337
+ isActive: Ref<boolean>;
52304
52338
  }) => vue.VNodeChild) | undefined;
52305
52339
  activator?: ((arg: {
52306
52340
  isActive: boolean;
52307
52341
  props: Record<string, any>;
52308
52342
  }) => vue.VNodeChild) | undefined;
52309
52343
  } | ((arg: {
52310
- isActive: vue.Ref<boolean>;
52344
+ isActive: Ref<boolean>;
52311
52345
  }) => vue.VNodeChild);
52312
52346
  'v-slots'?: {
52313
52347
  default?: false | ((arg: {
52314
- isActive: vue.Ref<boolean>;
52348
+ isActive: Ref<boolean>;
52315
52349
  }) => vue.VNodeChild) | undefined;
52316
52350
  activator?: false | ((arg: {
52317
52351
  isActive: boolean;
@@ -52320,7 +52354,7 @@ declare const VSnackbar: {
52320
52354
  } | undefined;
52321
52355
  } & {
52322
52356
  "v-slot:default"?: false | ((arg: {
52323
- isActive: vue.Ref<boolean>;
52357
+ isActive: Ref<boolean>;
52324
52358
  }) => vue.VNodeChild) | undefined;
52325
52359
  "v-slot:activator"?: false | ((arg: {
52326
52360
  isActive: boolean;
@@ -52339,7 +52373,7 @@ declare const VSnackbar: {
52339
52373
  };
52340
52374
  $slots: Readonly<{
52341
52375
  default?: ((arg: {
52342
- isActive: vue.Ref<boolean>;
52376
+ isActive: Ref<boolean>;
52343
52377
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
52344
52378
  [key: string]: any;
52345
52379
  }>[]) | undefined;
@@ -52366,7 +52400,7 @@ declare const VSnackbar: {
52366
52400
  eager: boolean;
52367
52401
  disabled: boolean;
52368
52402
  modelValue: boolean;
52369
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52403
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
52370
52404
  updateLocation: (e: Event) => void;
52371
52405
  } | undefined);
52372
52406
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -52402,18 +52436,18 @@ declare const VSnackbar: {
52402
52436
  } & {
52403
52437
  $children?: vue.VNodeChild | {
52404
52438
  default?: ((arg: {
52405
- isActive: vue.Ref<boolean>;
52439
+ isActive: Ref<boolean>;
52406
52440
  }) => vue.VNodeChild) | undefined;
52407
52441
  activator?: ((arg: {
52408
52442
  isActive: boolean;
52409
52443
  props: Record<string, any>;
52410
52444
  }) => vue.VNodeChild) | undefined;
52411
52445
  } | ((arg: {
52412
- isActive: vue.Ref<boolean>;
52446
+ isActive: Ref<boolean>;
52413
52447
  }) => vue.VNodeChild);
52414
52448
  'v-slots'?: {
52415
52449
  default?: false | ((arg: {
52416
- isActive: vue.Ref<boolean>;
52450
+ isActive: Ref<boolean>;
52417
52451
  }) => vue.VNodeChild) | undefined;
52418
52452
  activator?: false | ((arg: {
52419
52453
  isActive: boolean;
@@ -52422,7 +52456,7 @@ declare const VSnackbar: {
52422
52456
  } | undefined;
52423
52457
  } & {
52424
52458
  "v-slot:default"?: false | ((arg: {
52425
- isActive: vue.Ref<boolean>;
52459
+ isActive: Ref<boolean>;
52426
52460
  }) => vue.VNodeChild) | undefined;
52427
52461
  "v-slot:activator"?: false | ((arg: {
52428
52462
  isActive: boolean;
@@ -52433,13 +52467,13 @@ declare const VSnackbar: {
52433
52467
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
52434
52468
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
52435
52469
  }, {
52436
- activatorEl: vue.Ref<HTMLElement | undefined>;
52470
+ activatorEl: Ref<HTMLElement | undefined>;
52437
52471
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
52438
52472
  animateClick: () => void;
52439
- contentEl: vue.Ref<HTMLElement | undefined>;
52440
- globalTop: Readonly<vue.Ref<boolean>>;
52473
+ contentEl: Ref<HTMLElement | undefined>;
52474
+ globalTop: Readonly<Ref<boolean>>;
52441
52475
  localTop: vue.ComputedRef<boolean>;
52442
- updateLocation: vue.Ref<((e: Event) => void) | undefined>;
52476
+ updateLocation: Ref<((e: Event) => void) | undefined>;
52443
52477
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
52444
52478
  'click:outside': (e: MouseEvent) => true;
52445
52479
  'update:modelValue': (value: boolean) => true;
@@ -52456,7 +52490,7 @@ declare const VSnackbar: {
52456
52490
  eager: boolean;
52457
52491
  disabled: boolean;
52458
52492
  modelValue: boolean;
52459
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52493
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
52460
52494
  updateLocation: (e: Event) => void;
52461
52495
  } | undefined);
52462
52496
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -52473,7 +52507,7 @@ declare const VSnackbar: {
52473
52507
  _disableGlobalStack: boolean;
52474
52508
  }, {}, string, vue.SlotsType<Partial<{
52475
52509
  default: (arg: {
52476
- isActive: vue.Ref<boolean>;
52510
+ isActive: Ref<boolean>;
52477
52511
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
52478
52512
  [key: string]: any;
52479
52513
  }>[];
@@ -52515,7 +52549,7 @@ declare const VSnackbar: {
52515
52549
  eager: boolean;
52516
52550
  disabled: boolean;
52517
52551
  modelValue: boolean;
52518
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52552
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
52519
52553
  updateLocation: (e: Event) => void;
52520
52554
  } | undefined);
52521
52555
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -52551,18 +52585,18 @@ declare const VSnackbar: {
52551
52585
  } & {
52552
52586
  $children?: vue.VNodeChild | {
52553
52587
  default?: ((arg: {
52554
- isActive: vue.Ref<boolean>;
52588
+ isActive: Ref<boolean>;
52555
52589
  }) => vue.VNodeChild) | undefined;
52556
52590
  activator?: ((arg: {
52557
52591
  isActive: boolean;
52558
52592
  props: Record<string, any>;
52559
52593
  }) => vue.VNodeChild) | undefined;
52560
52594
  } | ((arg: {
52561
- isActive: vue.Ref<boolean>;
52595
+ isActive: Ref<boolean>;
52562
52596
  }) => vue.VNodeChild);
52563
52597
  'v-slots'?: {
52564
52598
  default?: false | ((arg: {
52565
- isActive: vue.Ref<boolean>;
52599
+ isActive: Ref<boolean>;
52566
52600
  }) => vue.VNodeChild) | undefined;
52567
52601
  activator?: false | ((arg: {
52568
52602
  isActive: boolean;
@@ -52571,7 +52605,7 @@ declare const VSnackbar: {
52571
52605
  } | undefined;
52572
52606
  } & {
52573
52607
  "v-slot:default"?: false | ((arg: {
52574
- isActive: vue.Ref<boolean>;
52608
+ isActive: Ref<boolean>;
52575
52609
  }) => vue.VNodeChild) | undefined;
52576
52610
  "v-slot:activator"?: false | ((arg: {
52577
52611
  isActive: boolean;
@@ -52582,13 +52616,13 @@ declare const VSnackbar: {
52582
52616
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
52583
52617
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
52584
52618
  }, "target" | "activatorEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
52585
- activatorEl: vue.Ref<HTMLElement | undefined>;
52619
+ activatorEl: Ref<HTMLElement | undefined>;
52586
52620
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
52587
52621
  animateClick: () => void;
52588
- contentEl: vue.Ref<HTMLElement | undefined>;
52589
- globalTop: Readonly<vue.Ref<boolean>>;
52622
+ contentEl: Ref<HTMLElement | undefined>;
52623
+ globalTop: Readonly<Ref<boolean>>;
52590
52624
  localTop: vue.ComputedRef<boolean>;
52591
- updateLocation: vue.Ref<((e: Event) => void) | undefined>;
52625
+ updateLocation: Ref<((e: Event) => void) | undefined>;
52592
52626
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
52593
52627
  'update:modelValue': (v: boolean) => boolean;
52594
52628
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -52607,7 +52641,7 @@ declare const VSnackbar: {
52607
52641
  vertical: boolean;
52608
52642
  tile: boolean;
52609
52643
  modelValue: boolean;
52610
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52644
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
52611
52645
  updateLocation: (e: Event) => void;
52612
52646
  } | undefined);
52613
52647
  activatorProps: Record<string, any>;
@@ -52648,7 +52682,9 @@ declare const VSnackbar: {
52648
52682
  props: Record<string, any>;
52649
52683
  }) => vue.VNodeChild) | undefined;
52650
52684
  default?: (() => vue.VNodeChild) | undefined;
52651
- actions?: (() => vue.VNodeChild) | undefined;
52685
+ actions?: ((arg: {
52686
+ isActive: Ref<boolean>;
52687
+ }) => vue.VNodeChild) | undefined;
52652
52688
  text?: (() => vue.VNodeChild) | undefined;
52653
52689
  };
52654
52690
  'v-slots'?: {
@@ -52657,7 +52693,9 @@ declare const VSnackbar: {
52657
52693
  props: Record<string, any>;
52658
52694
  }) => vue.VNodeChild) | undefined;
52659
52695
  default?: false | (() => vue.VNodeChild) | undefined;
52660
- actions?: false | (() => vue.VNodeChild) | undefined;
52696
+ actions?: false | ((arg: {
52697
+ isActive: Ref<boolean>;
52698
+ }) => vue.VNodeChild) | undefined;
52661
52699
  text?: false | (() => vue.VNodeChild) | undefined;
52662
52700
  } | undefined;
52663
52701
  } & {
@@ -52666,7 +52704,9 @@ declare const VSnackbar: {
52666
52704
  props: Record<string, any>;
52667
52705
  }) => vue.VNodeChild) | undefined;
52668
52706
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
52669
- "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
52707
+ "v-slot:actions"?: false | ((arg: {
52708
+ isActive: Ref<boolean>;
52709
+ }) => vue.VNodeChild) | undefined;
52670
52710
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
52671
52711
  } & {
52672
52712
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
@@ -52687,7 +52727,7 @@ declare const VSnackbar: {
52687
52727
  rounded: string | number | boolean;
52688
52728
  tile: boolean;
52689
52729
  modelValue: boolean;
52690
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52730
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
52691
52731
  updateLocation: (e: Event) => void;
52692
52732
  } | undefined);
52693
52733
  activatorProps: Record<string, any>;
@@ -52708,7 +52748,9 @@ declare const VSnackbar: {
52708
52748
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
52709
52749
  [key: string]: any;
52710
52750
  }>[];
52711
- actions: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
52751
+ actions: (arg: {
52752
+ isActive: Ref<boolean>;
52753
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
52712
52754
  [key: string]: any;
52713
52755
  }>[];
52714
52756
  text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -52737,7 +52779,7 @@ declare const VSnackbar: {
52737
52779
  vertical: boolean;
52738
52780
  tile: boolean;
52739
52781
  modelValue: boolean;
52740
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52782
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
52741
52783
  updateLocation: (e: Event) => void;
52742
52784
  } | undefined);
52743
52785
  activatorProps: Record<string, any>;
@@ -52778,7 +52820,9 @@ declare const VSnackbar: {
52778
52820
  props: Record<string, any>;
52779
52821
  }) => vue.VNodeChild) | undefined;
52780
52822
  default?: (() => vue.VNodeChild) | undefined;
52781
- actions?: (() => vue.VNodeChild) | undefined;
52823
+ actions?: ((arg: {
52824
+ isActive: Ref<boolean>;
52825
+ }) => vue.VNodeChild) | undefined;
52782
52826
  text?: (() => vue.VNodeChild) | undefined;
52783
52827
  };
52784
52828
  'v-slots'?: {
@@ -52787,7 +52831,9 @@ declare const VSnackbar: {
52787
52831
  props: Record<string, any>;
52788
52832
  }) => vue.VNodeChild) | undefined;
52789
52833
  default?: false | (() => vue.VNodeChild) | undefined;
52790
- actions?: false | (() => vue.VNodeChild) | undefined;
52834
+ actions?: false | ((arg: {
52835
+ isActive: Ref<boolean>;
52836
+ }) => vue.VNodeChild) | undefined;
52791
52837
  text?: false | (() => vue.VNodeChild) | undefined;
52792
52838
  } | undefined;
52793
52839
  } & {
@@ -52796,7 +52842,9 @@ declare const VSnackbar: {
52796
52842
  props: Record<string, any>;
52797
52843
  }) => vue.VNodeChild) | undefined;
52798
52844
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
52799
- "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
52845
+ "v-slot:actions"?: false | ((arg: {
52846
+ isActive: Ref<boolean>;
52847
+ }) => vue.VNodeChild) | undefined;
52800
52848
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
52801
52849
  } & {
52802
52850
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
@@ -52815,7 +52863,7 @@ declare const VSnackbar: {
52815
52863
  eager: boolean;
52816
52864
  disabled: boolean;
52817
52865
  modelValue: boolean;
52818
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52866
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
52819
52867
  updateLocation: (e: Event) => void;
52820
52868
  } | undefined);
52821
52869
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -52842,7 +52890,7 @@ declare const VSnackbar: {
52842
52890
  eager: boolean;
52843
52891
  disabled: boolean;
52844
52892
  modelValue: boolean;
52845
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52893
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
52846
52894
  updateLocation: (e: Event) => void;
52847
52895
  } | undefined);
52848
52896
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -52876,18 +52924,18 @@ declare const VSnackbar: {
52876
52924
  attach?: string | boolean | Element | undefined;
52877
52925
  $children?: vue.VNodeChild | {
52878
52926
  default?: ((arg: {
52879
- isActive: vue.Ref<boolean>;
52927
+ isActive: Ref<boolean>;
52880
52928
  }) => vue.VNodeChild) | undefined;
52881
52929
  activator?: ((arg: {
52882
52930
  isActive: boolean;
52883
52931
  props: Record<string, any>;
52884
52932
  }) => vue.VNodeChild) | undefined;
52885
52933
  } | ((arg: {
52886
- isActive: vue.Ref<boolean>;
52934
+ isActive: Ref<boolean>;
52887
52935
  }) => vue.VNodeChild);
52888
52936
  'v-slots'?: {
52889
52937
  default?: false | ((arg: {
52890
- isActive: vue.Ref<boolean>;
52938
+ isActive: Ref<boolean>;
52891
52939
  }) => vue.VNodeChild) | undefined;
52892
52940
  activator?: false | ((arg: {
52893
52941
  isActive: boolean;
@@ -52895,7 +52943,7 @@ declare const VSnackbar: {
52895
52943
  }) => vue.VNodeChild) | undefined;
52896
52944
  } | undefined;
52897
52945
  "v-slot:default"?: false | ((arg: {
52898
- isActive: vue.Ref<boolean>;
52946
+ isActive: Ref<boolean>;
52899
52947
  }) => vue.VNodeChild) | undefined;
52900
52948
  "v-slot:activator"?: false | ((arg: {
52901
52949
  isActive: boolean;
@@ -52916,7 +52964,7 @@ declare const VSnackbar: {
52916
52964
  eager: boolean;
52917
52965
  disabled: boolean;
52918
52966
  modelValue: boolean;
52919
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
52967
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
52920
52968
  updateLocation: (e: Event) => void;
52921
52969
  } | undefined);
52922
52970
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -52952,18 +53000,18 @@ declare const VSnackbar: {
52952
53000
  } & {
52953
53001
  $children?: vue.VNodeChild | {
52954
53002
  default?: ((arg: {
52955
- isActive: vue.Ref<boolean>;
53003
+ isActive: Ref<boolean>;
52956
53004
  }) => vue.VNodeChild) | undefined;
52957
53005
  activator?: ((arg: {
52958
53006
  isActive: boolean;
52959
53007
  props: Record<string, any>;
52960
53008
  }) => vue.VNodeChild) | undefined;
52961
53009
  } | ((arg: {
52962
- isActive: vue.Ref<boolean>;
53010
+ isActive: Ref<boolean>;
52963
53011
  }) => vue.VNodeChild);
52964
53012
  'v-slots'?: {
52965
53013
  default?: false | ((arg: {
52966
- isActive: vue.Ref<boolean>;
53014
+ isActive: Ref<boolean>;
52967
53015
  }) => vue.VNodeChild) | undefined;
52968
53016
  activator?: false | ((arg: {
52969
53017
  isActive: boolean;
@@ -52972,7 +53020,7 @@ declare const VSnackbar: {
52972
53020
  } | undefined;
52973
53021
  } & {
52974
53022
  "v-slot:default"?: false | ((arg: {
52975
- isActive: vue.Ref<boolean>;
53023
+ isActive: Ref<boolean>;
52976
53024
  }) => vue.VNodeChild) | undefined;
52977
53025
  "v-slot:activator"?: false | ((arg: {
52978
53026
  isActive: boolean;
@@ -52991,7 +53039,7 @@ declare const VSnackbar: {
52991
53039
  };
52992
53040
  $slots: Readonly<{
52993
53041
  default?: ((arg: {
52994
- isActive: vue.Ref<boolean>;
53042
+ isActive: Ref<boolean>;
52995
53043
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
52996
53044
  [key: string]: any;
52997
53045
  }>[]) | undefined;
@@ -53018,7 +53066,7 @@ declare const VSnackbar: {
53018
53066
  eager: boolean;
53019
53067
  disabled: boolean;
53020
53068
  modelValue: boolean;
53021
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
53069
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
53022
53070
  updateLocation: (e: Event) => void;
53023
53071
  } | undefined);
53024
53072
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -53054,18 +53102,18 @@ declare const VSnackbar: {
53054
53102
  } & {
53055
53103
  $children?: vue.VNodeChild | {
53056
53104
  default?: ((arg: {
53057
- isActive: vue.Ref<boolean>;
53105
+ isActive: Ref<boolean>;
53058
53106
  }) => vue.VNodeChild) | undefined;
53059
53107
  activator?: ((arg: {
53060
53108
  isActive: boolean;
53061
53109
  props: Record<string, any>;
53062
53110
  }) => vue.VNodeChild) | undefined;
53063
53111
  } | ((arg: {
53064
- isActive: vue.Ref<boolean>;
53112
+ isActive: Ref<boolean>;
53065
53113
  }) => vue.VNodeChild);
53066
53114
  'v-slots'?: {
53067
53115
  default?: false | ((arg: {
53068
- isActive: vue.Ref<boolean>;
53116
+ isActive: Ref<boolean>;
53069
53117
  }) => vue.VNodeChild) | undefined;
53070
53118
  activator?: false | ((arg: {
53071
53119
  isActive: boolean;
@@ -53074,7 +53122,7 @@ declare const VSnackbar: {
53074
53122
  } | undefined;
53075
53123
  } & {
53076
53124
  "v-slot:default"?: false | ((arg: {
53077
- isActive: vue.Ref<boolean>;
53125
+ isActive: Ref<boolean>;
53078
53126
  }) => vue.VNodeChild) | undefined;
53079
53127
  "v-slot:activator"?: false | ((arg: {
53080
53128
  isActive: boolean;
@@ -53085,13 +53133,13 @@ declare const VSnackbar: {
53085
53133
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
53086
53134
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
53087
53135
  }, {
53088
- activatorEl: vue.Ref<HTMLElement | undefined>;
53136
+ activatorEl: Ref<HTMLElement | undefined>;
53089
53137
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
53090
53138
  animateClick: () => void;
53091
- contentEl: vue.Ref<HTMLElement | undefined>;
53092
- globalTop: Readonly<vue.Ref<boolean>>;
53139
+ contentEl: Ref<HTMLElement | undefined>;
53140
+ globalTop: Readonly<Ref<boolean>>;
53093
53141
  localTop: vue.ComputedRef<boolean>;
53094
- updateLocation: vue.Ref<((e: Event) => void) | undefined>;
53142
+ updateLocation: Ref<((e: Event) => void) | undefined>;
53095
53143
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
53096
53144
  'click:outside': (e: MouseEvent) => true;
53097
53145
  'update:modelValue': (value: boolean) => true;
@@ -53108,7 +53156,7 @@ declare const VSnackbar: {
53108
53156
  eager: boolean;
53109
53157
  disabled: boolean;
53110
53158
  modelValue: boolean;
53111
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
53159
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
53112
53160
  updateLocation: (e: Event) => void;
53113
53161
  } | undefined);
53114
53162
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -53125,7 +53173,7 @@ declare const VSnackbar: {
53125
53173
  _disableGlobalStack: boolean;
53126
53174
  }, {}, string, vue.SlotsType<Partial<{
53127
53175
  default: (arg: {
53128
- isActive: vue.Ref<boolean>;
53176
+ isActive: Ref<boolean>;
53129
53177
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
53130
53178
  [key: string]: any;
53131
53179
  }>[];
@@ -53167,7 +53215,7 @@ declare const VSnackbar: {
53167
53215
  eager: boolean;
53168
53216
  disabled: boolean;
53169
53217
  modelValue: boolean;
53170
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
53218
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
53171
53219
  updateLocation: (e: Event) => void;
53172
53220
  } | undefined);
53173
53221
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -53203,18 +53251,18 @@ declare const VSnackbar: {
53203
53251
  } & {
53204
53252
  $children?: vue.VNodeChild | {
53205
53253
  default?: ((arg: {
53206
- isActive: vue.Ref<boolean>;
53254
+ isActive: Ref<boolean>;
53207
53255
  }) => vue.VNodeChild) | undefined;
53208
53256
  activator?: ((arg: {
53209
53257
  isActive: boolean;
53210
53258
  props: Record<string, any>;
53211
53259
  }) => vue.VNodeChild) | undefined;
53212
53260
  } | ((arg: {
53213
- isActive: vue.Ref<boolean>;
53261
+ isActive: Ref<boolean>;
53214
53262
  }) => vue.VNodeChild);
53215
53263
  'v-slots'?: {
53216
53264
  default?: false | ((arg: {
53217
- isActive: vue.Ref<boolean>;
53265
+ isActive: Ref<boolean>;
53218
53266
  }) => vue.VNodeChild) | undefined;
53219
53267
  activator?: false | ((arg: {
53220
53268
  isActive: boolean;
@@ -53223,7 +53271,7 @@ declare const VSnackbar: {
53223
53271
  } | undefined;
53224
53272
  } & {
53225
53273
  "v-slot:default"?: false | ((arg: {
53226
- isActive: vue.Ref<boolean>;
53274
+ isActive: Ref<boolean>;
53227
53275
  }) => vue.VNodeChild) | undefined;
53228
53276
  "v-slot:activator"?: false | ((arg: {
53229
53277
  isActive: boolean;
@@ -53234,13 +53282,13 @@ declare const VSnackbar: {
53234
53282
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
53235
53283
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
53236
53284
  }, "target" | "activatorEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
53237
- activatorEl: vue.Ref<HTMLElement | undefined>;
53285
+ activatorEl: Ref<HTMLElement | undefined>;
53238
53286
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
53239
53287
  animateClick: () => void;
53240
- contentEl: vue.Ref<HTMLElement | undefined>;
53241
- globalTop: Readonly<vue.Ref<boolean>>;
53288
+ contentEl: Ref<HTMLElement | undefined>;
53289
+ globalTop: Readonly<Ref<boolean>>;
53242
53290
  localTop: vue.ComputedRef<boolean>;
53243
- updateLocation: vue.Ref<((e: Event) => void) | undefined>;
53291
+ updateLocation: Ref<((e: Event) => void) | undefined>;
53244
53292
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
53245
53293
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
53246
53294
  absolute: boolean;
@@ -53258,7 +53306,7 @@ declare const VSnackbar: {
53258
53306
  rounded: string | number | boolean;
53259
53307
  tile: boolean;
53260
53308
  modelValue: boolean;
53261
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
53309
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
53262
53310
  updateLocation: (e: Event) => void;
53263
53311
  } | undefined);
53264
53312
  activatorProps: Record<string, any>;
@@ -53289,7 +53337,7 @@ declare const VSnackbar: {
53289
53337
  vertical: boolean;
53290
53338
  tile: boolean;
53291
53339
  modelValue: boolean;
53292
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
53340
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
53293
53341
  updateLocation: (e: Event) => void;
53294
53342
  } | undefined);
53295
53343
  activatorProps: Record<string, any>;
@@ -53330,7 +53378,9 @@ declare const VSnackbar: {
53330
53378
  props: Record<string, any>;
53331
53379
  }) => vue.VNodeChild) | undefined;
53332
53380
  default?: (() => vue.VNodeChild) | undefined;
53333
- actions?: (() => vue.VNodeChild) | undefined;
53381
+ actions?: ((arg: {
53382
+ isActive: Ref<boolean>;
53383
+ }) => vue.VNodeChild) | undefined;
53334
53384
  text?: (() => vue.VNodeChild) | undefined;
53335
53385
  };
53336
53386
  'v-slots'?: {
@@ -53339,7 +53389,9 @@ declare const VSnackbar: {
53339
53389
  props: Record<string, any>;
53340
53390
  }) => vue.VNodeChild) | undefined;
53341
53391
  default?: false | (() => vue.VNodeChild) | undefined;
53342
- actions?: false | (() => vue.VNodeChild) | undefined;
53392
+ actions?: false | ((arg: {
53393
+ isActive: Ref<boolean>;
53394
+ }) => vue.VNodeChild) | undefined;
53343
53395
  text?: false | (() => vue.VNodeChild) | undefined;
53344
53396
  } | undefined;
53345
53397
  } & {
@@ -53348,7 +53400,9 @@ declare const VSnackbar: {
53348
53400
  props: Record<string, any>;
53349
53401
  }) => vue.VNodeChild) | undefined;
53350
53402
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
53351
- "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
53403
+ "v-slot:actions"?: false | ((arg: {
53404
+ isActive: Ref<boolean>;
53405
+ }) => vue.VNodeChild) | undefined;
53352
53406
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
53353
53407
  } & {
53354
53408
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
@@ -53367,7 +53421,7 @@ declare const VSnackbar: {
53367
53421
  eager: boolean;
53368
53422
  disabled: boolean;
53369
53423
  modelValue: boolean;
53370
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
53424
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
53371
53425
  updateLocation: (e: Event) => void;
53372
53426
  } | undefined);
53373
53427
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -53394,7 +53448,7 @@ declare const VSnackbar: {
53394
53448
  eager: boolean;
53395
53449
  disabled: boolean;
53396
53450
  modelValue: boolean;
53397
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
53451
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
53398
53452
  updateLocation: (e: Event) => void;
53399
53453
  } | undefined);
53400
53454
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -53428,18 +53482,18 @@ declare const VSnackbar: {
53428
53482
  attach?: string | boolean | Element | undefined;
53429
53483
  $children?: vue.VNodeChild | {
53430
53484
  default?: ((arg: {
53431
- isActive: vue.Ref<boolean>;
53485
+ isActive: Ref<boolean>;
53432
53486
  }) => vue.VNodeChild) | undefined;
53433
53487
  activator?: ((arg: {
53434
53488
  isActive: boolean;
53435
53489
  props: Record<string, any>;
53436
53490
  }) => vue.VNodeChild) | undefined;
53437
53491
  } | ((arg: {
53438
- isActive: vue.Ref<boolean>;
53492
+ isActive: Ref<boolean>;
53439
53493
  }) => vue.VNodeChild);
53440
53494
  'v-slots'?: {
53441
53495
  default?: false | ((arg: {
53442
- isActive: vue.Ref<boolean>;
53496
+ isActive: Ref<boolean>;
53443
53497
  }) => vue.VNodeChild) | undefined;
53444
53498
  activator?: false | ((arg: {
53445
53499
  isActive: boolean;
@@ -53447,7 +53501,7 @@ declare const VSnackbar: {
53447
53501
  }) => vue.VNodeChild) | undefined;
53448
53502
  } | undefined;
53449
53503
  "v-slot:default"?: false | ((arg: {
53450
- isActive: vue.Ref<boolean>;
53504
+ isActive: Ref<boolean>;
53451
53505
  }) => vue.VNodeChild) | undefined;
53452
53506
  "v-slot:activator"?: false | ((arg: {
53453
53507
  isActive: boolean;
@@ -53468,7 +53522,7 @@ declare const VSnackbar: {
53468
53522
  eager: boolean;
53469
53523
  disabled: boolean;
53470
53524
  modelValue: boolean;
53471
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
53525
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
53472
53526
  updateLocation: (e: Event) => void;
53473
53527
  } | undefined);
53474
53528
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -53504,18 +53558,18 @@ declare const VSnackbar: {
53504
53558
  } & {
53505
53559
  $children?: vue.VNodeChild | {
53506
53560
  default?: ((arg: {
53507
- isActive: vue.Ref<boolean>;
53561
+ isActive: Ref<boolean>;
53508
53562
  }) => vue.VNodeChild) | undefined;
53509
53563
  activator?: ((arg: {
53510
53564
  isActive: boolean;
53511
53565
  props: Record<string, any>;
53512
53566
  }) => vue.VNodeChild) | undefined;
53513
53567
  } | ((arg: {
53514
- isActive: vue.Ref<boolean>;
53568
+ isActive: Ref<boolean>;
53515
53569
  }) => vue.VNodeChild);
53516
53570
  'v-slots'?: {
53517
53571
  default?: false | ((arg: {
53518
- isActive: vue.Ref<boolean>;
53572
+ isActive: Ref<boolean>;
53519
53573
  }) => vue.VNodeChild) | undefined;
53520
53574
  activator?: false | ((arg: {
53521
53575
  isActive: boolean;
@@ -53524,7 +53578,7 @@ declare const VSnackbar: {
53524
53578
  } | undefined;
53525
53579
  } & {
53526
53580
  "v-slot:default"?: false | ((arg: {
53527
- isActive: vue.Ref<boolean>;
53581
+ isActive: Ref<boolean>;
53528
53582
  }) => vue.VNodeChild) | undefined;
53529
53583
  "v-slot:activator"?: false | ((arg: {
53530
53584
  isActive: boolean;
@@ -53543,7 +53597,7 @@ declare const VSnackbar: {
53543
53597
  };
53544
53598
  $slots: Readonly<{
53545
53599
  default?: ((arg: {
53546
- isActive: vue.Ref<boolean>;
53600
+ isActive: Ref<boolean>;
53547
53601
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
53548
53602
  [key: string]: any;
53549
53603
  }>[]) | undefined;
@@ -53570,7 +53624,7 @@ declare const VSnackbar: {
53570
53624
  eager: boolean;
53571
53625
  disabled: boolean;
53572
53626
  modelValue: boolean;
53573
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
53627
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
53574
53628
  updateLocation: (e: Event) => void;
53575
53629
  } | undefined);
53576
53630
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -53606,18 +53660,18 @@ declare const VSnackbar: {
53606
53660
  } & {
53607
53661
  $children?: vue.VNodeChild | {
53608
53662
  default?: ((arg: {
53609
- isActive: vue.Ref<boolean>;
53663
+ isActive: Ref<boolean>;
53610
53664
  }) => vue.VNodeChild) | undefined;
53611
53665
  activator?: ((arg: {
53612
53666
  isActive: boolean;
53613
53667
  props: Record<string, any>;
53614
53668
  }) => vue.VNodeChild) | undefined;
53615
53669
  } | ((arg: {
53616
- isActive: vue.Ref<boolean>;
53670
+ isActive: Ref<boolean>;
53617
53671
  }) => vue.VNodeChild);
53618
53672
  'v-slots'?: {
53619
53673
  default?: false | ((arg: {
53620
- isActive: vue.Ref<boolean>;
53674
+ isActive: Ref<boolean>;
53621
53675
  }) => vue.VNodeChild) | undefined;
53622
53676
  activator?: false | ((arg: {
53623
53677
  isActive: boolean;
@@ -53626,7 +53680,7 @@ declare const VSnackbar: {
53626
53680
  } | undefined;
53627
53681
  } & {
53628
53682
  "v-slot:default"?: false | ((arg: {
53629
- isActive: vue.Ref<boolean>;
53683
+ isActive: Ref<boolean>;
53630
53684
  }) => vue.VNodeChild) | undefined;
53631
53685
  "v-slot:activator"?: false | ((arg: {
53632
53686
  isActive: boolean;
@@ -53637,13 +53691,13 @@ declare const VSnackbar: {
53637
53691
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
53638
53692
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
53639
53693
  }, {
53640
- activatorEl: vue.Ref<HTMLElement | undefined>;
53694
+ activatorEl: Ref<HTMLElement | undefined>;
53641
53695
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
53642
53696
  animateClick: () => void;
53643
- contentEl: vue.Ref<HTMLElement | undefined>;
53644
- globalTop: Readonly<vue.Ref<boolean>>;
53697
+ contentEl: Ref<HTMLElement | undefined>;
53698
+ globalTop: Readonly<Ref<boolean>>;
53645
53699
  localTop: vue.ComputedRef<boolean>;
53646
- updateLocation: vue.Ref<((e: Event) => void) | undefined>;
53700
+ updateLocation: Ref<((e: Event) => void) | undefined>;
53647
53701
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
53648
53702
  'click:outside': (e: MouseEvent) => true;
53649
53703
  'update:modelValue': (value: boolean) => true;
@@ -53660,7 +53714,7 @@ declare const VSnackbar: {
53660
53714
  eager: boolean;
53661
53715
  disabled: boolean;
53662
53716
  modelValue: boolean;
53663
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
53717
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
53664
53718
  updateLocation: (e: Event) => void;
53665
53719
  } | undefined);
53666
53720
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -53677,7 +53731,7 @@ declare const VSnackbar: {
53677
53731
  _disableGlobalStack: boolean;
53678
53732
  }, {}, string, vue.SlotsType<Partial<{
53679
53733
  default: (arg: {
53680
- isActive: vue.Ref<boolean>;
53734
+ isActive: Ref<boolean>;
53681
53735
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
53682
53736
  [key: string]: any;
53683
53737
  }>[];
@@ -53719,7 +53773,7 @@ declare const VSnackbar: {
53719
53773
  eager: boolean;
53720
53774
  disabled: boolean;
53721
53775
  modelValue: boolean;
53722
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
53776
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
53723
53777
  updateLocation: (e: Event) => void;
53724
53778
  } | undefined);
53725
53779
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
@@ -53755,18 +53809,18 @@ declare const VSnackbar: {
53755
53809
  } & {
53756
53810
  $children?: vue.VNodeChild | {
53757
53811
  default?: ((arg: {
53758
- isActive: vue.Ref<boolean>;
53812
+ isActive: Ref<boolean>;
53759
53813
  }) => vue.VNodeChild) | undefined;
53760
53814
  activator?: ((arg: {
53761
53815
  isActive: boolean;
53762
53816
  props: Record<string, any>;
53763
53817
  }) => vue.VNodeChild) | undefined;
53764
53818
  } | ((arg: {
53765
- isActive: vue.Ref<boolean>;
53819
+ isActive: Ref<boolean>;
53766
53820
  }) => vue.VNodeChild);
53767
53821
  'v-slots'?: {
53768
53822
  default?: false | ((arg: {
53769
- isActive: vue.Ref<boolean>;
53823
+ isActive: Ref<boolean>;
53770
53824
  }) => vue.VNodeChild) | undefined;
53771
53825
  activator?: false | ((arg: {
53772
53826
  isActive: boolean;
@@ -53775,7 +53829,7 @@ declare const VSnackbar: {
53775
53829
  } | undefined;
53776
53830
  } & {
53777
53831
  "v-slot:default"?: false | ((arg: {
53778
- isActive: vue.Ref<boolean>;
53832
+ isActive: Ref<boolean>;
53779
53833
  }) => vue.VNodeChild) | undefined;
53780
53834
  "v-slot:activator"?: false | ((arg: {
53781
53835
  isActive: boolean;
@@ -53786,13 +53840,13 @@ declare const VSnackbar: {
53786
53840
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
53787
53841
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
53788
53842
  }, "target" | "activatorEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
53789
- activatorEl: vue.Ref<HTMLElement | undefined>;
53843
+ activatorEl: Ref<HTMLElement | undefined>;
53790
53844
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
53791
53845
  animateClick: () => void;
53792
- contentEl: vue.Ref<HTMLElement | undefined>;
53793
- globalTop: Readonly<vue.Ref<boolean>>;
53846
+ contentEl: Ref<HTMLElement | undefined>;
53847
+ globalTop: Readonly<Ref<boolean>>;
53794
53848
  localTop: vue.ComputedRef<boolean>;
53795
- updateLocation: vue.Ref<((e: Event) => void) | undefined>;
53849
+ updateLocation: Ref<((e: Event) => void) | undefined>;
53796
53850
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
53797
53851
  'update:modelValue': (v: boolean) => boolean;
53798
53852
  }, string, {
@@ -53812,7 +53866,7 @@ declare const VSnackbar: {
53812
53866
  rounded: string | number | boolean;
53813
53867
  tile: boolean;
53814
53868
  modelValue: boolean;
53815
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
53869
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
53816
53870
  updateLocation: (e: Event) => void;
53817
53871
  } | undefined);
53818
53872
  activatorProps: Record<string, any>;
@@ -53833,7 +53887,9 @@ declare const VSnackbar: {
53833
53887
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
53834
53888
  [key: string]: any;
53835
53889
  }>[];
53836
- actions: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
53890
+ actions: (arg: {
53891
+ isActive: Ref<boolean>;
53892
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
53837
53893
  [key: string]: any;
53838
53894
  }>[];
53839
53895
  text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -53888,7 +53944,7 @@ declare const VSnackbar: {
53888
53944
  modelValue: BooleanConstructor;
53889
53945
  activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
53890
53946
  locationStrategy: {
53891
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
53947
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
53892
53948
  updateLocation: (e: Event) => void;
53893
53949
  } | undefined)>;
53894
53950
  default: string;
@@ -53989,7 +54045,7 @@ declare const VSnackbar: {
53989
54045
  modelValue: BooleanConstructor;
53990
54046
  activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
53991
54047
  locationStrategy: {
53992
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
54048
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
53993
54049
  updateLocation: (e: Event) => void;
53994
54050
  } | undefined)>;
53995
54051
  default: string;
@@ -67897,6 +67953,7 @@ type VSlideYReverseTransition = InstanceType<typeof VSlideYReverseTransition>;
67897
67953
  declare const VExpandTransition: {
67898
67954
  new (...args: any[]): vue.CreateComponentPublicInstance<{
67899
67955
  disabled: boolean;
67956
+ group: boolean;
67900
67957
  mode: "default" | "in-out" | "out-in";
67901
67958
  } & {} & {
67902
67959
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -67911,6 +67968,7 @@ declare const VExpandTransition: {
67911
67968
  [key: string]: any;
67912
67969
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
67913
67970
  disabled: boolean;
67971
+ group: boolean;
67914
67972
  mode: "default" | "in-out" | "out-in";
67915
67973
  } & {} & {
67916
67974
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -67923,6 +67981,7 @@ declare const VExpandTransition: {
67923
67981
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
67924
67982
  }, {
67925
67983
  disabled: boolean;
67984
+ group: boolean;
67926
67985
  mode: "default" | "in-out" | "out-in";
67927
67986
  }, true, {}, vue.SlotsType<Partial<{
67928
67987
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -67937,6 +67996,7 @@ declare const VExpandTransition: {
67937
67996
  Defaults: {};
67938
67997
  }, {
67939
67998
  disabled: boolean;
67999
+ group: boolean;
67940
68000
  mode: "default" | "in-out" | "out-in";
67941
68001
  } & {} & {
67942
68002
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -67951,6 +68011,7 @@ declare const VExpandTransition: {
67951
68011
  [key: string]: any;
67952
68012
  }>, {}, {}, {}, {
67953
68013
  disabled: boolean;
68014
+ group: boolean;
67954
68015
  mode: "default" | "in-out" | "out-in";
67955
68016
  }>;
67956
68017
  __isFragment?: undefined;
@@ -67958,6 +68019,7 @@ declare const VExpandTransition: {
67958
68019
  __isSuspense?: undefined;
67959
68020
  } & vue.ComponentOptionsBase<{
67960
68021
  disabled: boolean;
68022
+ group: boolean;
67961
68023
  mode: "default" | "in-out" | "out-in";
67962
68024
  } & {} & {
67963
68025
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -67972,6 +68034,7 @@ declare const VExpandTransition: {
67972
68034
  [key: string]: any;
67973
68035
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
67974
68036
  disabled: boolean;
68037
+ group: boolean;
67975
68038
  mode: "default" | "in-out" | "out-in";
67976
68039
  }, {}, string, vue.SlotsType<Partial<{
67977
68040
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -67983,17 +68046,20 @@ declare const VExpandTransition: {
67983
68046
  default: string;
67984
68047
  };
67985
68048
  disabled: BooleanConstructor;
68049
+ group: BooleanConstructor;
67986
68050
  }, vue.ExtractPropTypes<{
67987
68051
  mode: {
67988
68052
  type: vue.PropType<"default" | "in-out" | "out-in">;
67989
68053
  default: string;
67990
68054
  };
67991
68055
  disabled: BooleanConstructor;
68056
+ group: BooleanConstructor;
67992
68057
  }>>;
67993
68058
  type VExpandTransition = InstanceType<typeof VExpandTransition>;
67994
68059
  declare const VExpandXTransition: {
67995
68060
  new (...args: any[]): vue.CreateComponentPublicInstance<{
67996
68061
  disabled: boolean;
68062
+ group: boolean;
67997
68063
  mode: "default" | "in-out" | "out-in";
67998
68064
  } & {} & {
67999
68065
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -68008,6 +68074,7 @@ declare const VExpandXTransition: {
68008
68074
  [key: string]: any;
68009
68075
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
68010
68076
  disabled: boolean;
68077
+ group: boolean;
68011
68078
  mode: "default" | "in-out" | "out-in";
68012
68079
  } & {} & {
68013
68080
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -68020,6 +68087,7 @@ declare const VExpandXTransition: {
68020
68087
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
68021
68088
  }, {
68022
68089
  disabled: boolean;
68090
+ group: boolean;
68023
68091
  mode: "default" | "in-out" | "out-in";
68024
68092
  }, true, {}, vue.SlotsType<Partial<{
68025
68093
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -68034,6 +68102,7 @@ declare const VExpandXTransition: {
68034
68102
  Defaults: {};
68035
68103
  }, {
68036
68104
  disabled: boolean;
68105
+ group: boolean;
68037
68106
  mode: "default" | "in-out" | "out-in";
68038
68107
  } & {} & {
68039
68108
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -68048,6 +68117,7 @@ declare const VExpandXTransition: {
68048
68117
  [key: string]: any;
68049
68118
  }>, {}, {}, {}, {
68050
68119
  disabled: boolean;
68120
+ group: boolean;
68051
68121
  mode: "default" | "in-out" | "out-in";
68052
68122
  }>;
68053
68123
  __isFragment?: undefined;
@@ -68055,6 +68125,7 @@ declare const VExpandXTransition: {
68055
68125
  __isSuspense?: undefined;
68056
68126
  } & vue.ComponentOptionsBase<{
68057
68127
  disabled: boolean;
68128
+ group: boolean;
68058
68129
  mode: "default" | "in-out" | "out-in";
68059
68130
  } & {} & {
68060
68131
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -68069,6 +68140,7 @@ declare const VExpandXTransition: {
68069
68140
  [key: string]: any;
68070
68141
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
68071
68142
  disabled: boolean;
68143
+ group: boolean;
68072
68144
  mode: "default" | "in-out" | "out-in";
68073
68145
  }, {}, string, vue.SlotsType<Partial<{
68074
68146
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -68080,12 +68152,14 @@ declare const VExpandXTransition: {
68080
68152
  default: string;
68081
68153
  };
68082
68154
  disabled: BooleanConstructor;
68155
+ group: BooleanConstructor;
68083
68156
  }, vue.ExtractPropTypes<{
68084
68157
  mode: {
68085
68158
  type: vue.PropType<"default" | "in-out" | "out-in">;
68086
68159
  default: string;
68087
68160
  };
68088
68161
  disabled: BooleanConstructor;
68162
+ group: BooleanConstructor;
68089
68163
  }>>;
68090
68164
  type VExpandXTransition = InstanceType<typeof VExpandXTransition>;
68091
68165
 
@@ -70912,6 +70986,568 @@ declare const VSparkline: {
70912
70986
  }>>;
70913
70987
  type VSparkline = InstanceType<typeof VSparkline>;
70914
70988
 
70989
+ declare const VSpeedDial: {
70990
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
70991
+ offset: NonNullable<string | number | number[] | undefined>;
70992
+ location: NonNullable<Anchor>;
70993
+ origin: "auto" | Anchor | "overlap";
70994
+ minWidth: NonNullable<string | number>;
70995
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
70996
+ component?: vue.Component | undefined;
70997
+ })>;
70998
+ zIndex: string | number;
70999
+ style: vue.StyleValue;
71000
+ eager: boolean;
71001
+ disabled: boolean;
71002
+ modelValue: boolean;
71003
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
71004
+ updateLocation: (e: Event) => void;
71005
+ } | undefined)>;
71006
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
71007
+ closeDelay: NonNullable<string | number>;
71008
+ openDelay: NonNullable<string | number>;
71009
+ activatorProps: Record<string, any>;
71010
+ openOnHover: boolean;
71011
+ closeOnContentClick: boolean;
71012
+ closeOnBack: boolean;
71013
+ contained: boolean;
71014
+ noClickAnimation: boolean;
71015
+ persistent: boolean;
71016
+ scrim: NonNullable<string | boolean>;
71017
+ } & {
71018
+ id?: string | undefined;
71019
+ height?: string | number | undefined;
71020
+ width?: string | number | undefined;
71021
+ maxHeight?: string | number | undefined;
71022
+ maxWidth?: string | number | undefined;
71023
+ minHeight?: string | number | undefined;
71024
+ opacity?: string | number | undefined;
71025
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
71026
+ class?: any;
71027
+ theme?: string | undefined;
71028
+ contentClass?: any;
71029
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
71030
+ openOnClick?: boolean | undefined;
71031
+ openOnFocus?: boolean | undefined;
71032
+ contentProps?: any;
71033
+ attach?: string | boolean | Element | undefined;
71034
+ } & {
71035
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
71036
+ default?: (() => vue.VNodeChild) | undefined;
71037
+ };
71038
+ 'v-slots'?: {
71039
+ default?: false | (() => vue.VNodeChild) | undefined;
71040
+ } | undefined;
71041
+ } & {
71042
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
71043
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
71044
+ offset: NonNullable<string | number | number[] | undefined>;
71045
+ location: NonNullable<Anchor>;
71046
+ origin: "auto" | Anchor | "overlap";
71047
+ minWidth: NonNullable<string | number>;
71048
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
71049
+ component?: vue.Component | undefined;
71050
+ })>;
71051
+ zIndex: string | number;
71052
+ style: vue.StyleValue;
71053
+ eager: boolean;
71054
+ disabled: boolean;
71055
+ modelValue: boolean;
71056
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
71057
+ updateLocation: (e: Event) => void;
71058
+ } | undefined)>;
71059
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
71060
+ closeDelay: NonNullable<string | number>;
71061
+ openDelay: NonNullable<string | number>;
71062
+ activatorProps: Record<string, any>;
71063
+ openOnHover: boolean;
71064
+ closeOnContentClick: boolean;
71065
+ closeOnBack: boolean;
71066
+ contained: boolean;
71067
+ noClickAnimation: boolean;
71068
+ persistent: boolean;
71069
+ scrim: NonNullable<string | boolean>;
71070
+ } & {
71071
+ id?: string | undefined;
71072
+ height?: string | number | undefined;
71073
+ width?: string | number | undefined;
71074
+ maxHeight?: string | number | undefined;
71075
+ maxWidth?: string | number | undefined;
71076
+ minHeight?: string | number | undefined;
71077
+ opacity?: string | number | undefined;
71078
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
71079
+ class?: any;
71080
+ theme?: string | undefined;
71081
+ contentClass?: any;
71082
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
71083
+ openOnClick?: boolean | undefined;
71084
+ openOnFocus?: boolean | undefined;
71085
+ contentProps?: any;
71086
+ attach?: string | boolean | Element | undefined;
71087
+ } & {
71088
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
71089
+ default?: (() => vue.VNodeChild) | undefined;
71090
+ };
71091
+ 'v-slots'?: {
71092
+ default?: false | (() => vue.VNodeChild) | undefined;
71093
+ } | undefined;
71094
+ } & {
71095
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
71096
+ }, {
71097
+ offset: NonNullable<string | number | number[] | undefined>;
71098
+ location: NonNullable<Anchor>;
71099
+ origin: "auto" | Anchor | "overlap";
71100
+ minWidth: NonNullable<string | number>;
71101
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
71102
+ component?: vue.Component | undefined;
71103
+ })>;
71104
+ zIndex: string | number;
71105
+ style: vue.StyleValue;
71106
+ eager: boolean;
71107
+ disabled: boolean;
71108
+ modelValue: boolean;
71109
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
71110
+ updateLocation: (e: Event) => void;
71111
+ } | undefined)>;
71112
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
71113
+ closeDelay: NonNullable<string | number>;
71114
+ openDelay: NonNullable<string | number>;
71115
+ activatorProps: Record<string, any>;
71116
+ openOnClick: boolean;
71117
+ openOnHover: boolean;
71118
+ openOnFocus: boolean;
71119
+ closeOnContentClick: boolean;
71120
+ closeOnBack: boolean;
71121
+ contained: boolean;
71122
+ noClickAnimation: boolean;
71123
+ persistent: boolean;
71124
+ scrim: NonNullable<string | boolean>;
71125
+ }, true, {}, vue.SlotsType<Partial<{
71126
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
71127
+ [key: string]: any;
71128
+ }>[];
71129
+ }>>, {
71130
+ P: {};
71131
+ B: {};
71132
+ D: {};
71133
+ C: {};
71134
+ M: {};
71135
+ Defaults: {};
71136
+ }, {
71137
+ offset: NonNullable<string | number | number[] | undefined>;
71138
+ location: NonNullable<Anchor>;
71139
+ origin: "auto" | Anchor | "overlap";
71140
+ minWidth: NonNullable<string | number>;
71141
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
71142
+ component?: vue.Component | undefined;
71143
+ })>;
71144
+ zIndex: string | number;
71145
+ style: vue.StyleValue;
71146
+ eager: boolean;
71147
+ disabled: boolean;
71148
+ modelValue: boolean;
71149
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
71150
+ updateLocation: (e: Event) => void;
71151
+ } | undefined)>;
71152
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
71153
+ closeDelay: NonNullable<string | number>;
71154
+ openDelay: NonNullable<string | number>;
71155
+ activatorProps: Record<string, any>;
71156
+ openOnHover: boolean;
71157
+ closeOnContentClick: boolean;
71158
+ closeOnBack: boolean;
71159
+ contained: boolean;
71160
+ noClickAnimation: boolean;
71161
+ persistent: boolean;
71162
+ scrim: NonNullable<string | boolean>;
71163
+ } & {
71164
+ id?: string | undefined;
71165
+ height?: string | number | undefined;
71166
+ width?: string | number | undefined;
71167
+ maxHeight?: string | number | undefined;
71168
+ maxWidth?: string | number | undefined;
71169
+ minHeight?: string | number | undefined;
71170
+ opacity?: string | number | undefined;
71171
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
71172
+ class?: any;
71173
+ theme?: string | undefined;
71174
+ contentClass?: any;
71175
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
71176
+ openOnClick?: boolean | undefined;
71177
+ openOnFocus?: boolean | undefined;
71178
+ contentProps?: any;
71179
+ attach?: string | boolean | Element | undefined;
71180
+ } & {
71181
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
71182
+ default?: (() => vue.VNodeChild) | undefined;
71183
+ };
71184
+ 'v-slots'?: {
71185
+ default?: false | (() => vue.VNodeChild) | undefined;
71186
+ } | undefined;
71187
+ } & {
71188
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
71189
+ }, {}, {}, {}, {}, {
71190
+ offset: NonNullable<string | number | number[] | undefined>;
71191
+ location: NonNullable<Anchor>;
71192
+ origin: "auto" | Anchor | "overlap";
71193
+ minWidth: NonNullable<string | number>;
71194
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
71195
+ component?: vue.Component | undefined;
71196
+ })>;
71197
+ zIndex: string | number;
71198
+ style: vue.StyleValue;
71199
+ eager: boolean;
71200
+ disabled: boolean;
71201
+ modelValue: boolean;
71202
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
71203
+ updateLocation: (e: Event) => void;
71204
+ } | undefined)>;
71205
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
71206
+ closeDelay: NonNullable<string | number>;
71207
+ openDelay: NonNullable<string | number>;
71208
+ activatorProps: Record<string, any>;
71209
+ openOnClick: boolean;
71210
+ openOnHover: boolean;
71211
+ openOnFocus: boolean;
71212
+ closeOnContentClick: boolean;
71213
+ closeOnBack: boolean;
71214
+ contained: boolean;
71215
+ noClickAnimation: boolean;
71216
+ persistent: boolean;
71217
+ scrim: NonNullable<string | boolean>;
71218
+ }>;
71219
+ __isFragment?: undefined;
71220
+ __isTeleport?: undefined;
71221
+ __isSuspense?: undefined;
71222
+ } & vue.ComponentOptionsBase<{
71223
+ offset: NonNullable<string | number | number[] | undefined>;
71224
+ location: NonNullable<Anchor>;
71225
+ origin: "auto" | Anchor | "overlap";
71226
+ minWidth: NonNullable<string | number>;
71227
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
71228
+ component?: vue.Component | undefined;
71229
+ })>;
71230
+ zIndex: string | number;
71231
+ style: vue.StyleValue;
71232
+ eager: boolean;
71233
+ disabled: boolean;
71234
+ modelValue: boolean;
71235
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
71236
+ updateLocation: (e: Event) => void;
71237
+ } | undefined)>;
71238
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
71239
+ closeDelay: NonNullable<string | number>;
71240
+ openDelay: NonNullable<string | number>;
71241
+ activatorProps: Record<string, any>;
71242
+ openOnHover: boolean;
71243
+ closeOnContentClick: boolean;
71244
+ closeOnBack: boolean;
71245
+ contained: boolean;
71246
+ noClickAnimation: boolean;
71247
+ persistent: boolean;
71248
+ scrim: NonNullable<string | boolean>;
71249
+ } & {
71250
+ id?: string | undefined;
71251
+ height?: string | number | undefined;
71252
+ width?: string | number | undefined;
71253
+ maxHeight?: string | number | undefined;
71254
+ maxWidth?: string | number | undefined;
71255
+ minHeight?: string | number | undefined;
71256
+ opacity?: string | number | undefined;
71257
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
71258
+ class?: any;
71259
+ theme?: string | undefined;
71260
+ contentClass?: any;
71261
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
71262
+ openOnClick?: boolean | undefined;
71263
+ openOnFocus?: boolean | undefined;
71264
+ contentProps?: any;
71265
+ attach?: string | boolean | Element | undefined;
71266
+ } & {
71267
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
71268
+ default?: (() => vue.VNodeChild) | undefined;
71269
+ };
71270
+ 'v-slots'?: {
71271
+ default?: false | (() => vue.VNodeChild) | undefined;
71272
+ } | undefined;
71273
+ } & {
71274
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
71275
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
71276
+ offset: NonNullable<string | number | number[] | undefined>;
71277
+ location: NonNullable<Anchor>;
71278
+ origin: "auto" | Anchor | "overlap";
71279
+ minWidth: NonNullable<string | number>;
71280
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
71281
+ component?: vue.Component | undefined;
71282
+ })>;
71283
+ zIndex: string | number;
71284
+ style: vue.StyleValue;
71285
+ eager: boolean;
71286
+ disabled: boolean;
71287
+ modelValue: boolean;
71288
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
71289
+ updateLocation: (e: Event) => void;
71290
+ } | undefined)>;
71291
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
71292
+ closeDelay: NonNullable<string | number>;
71293
+ openDelay: NonNullable<string | number>;
71294
+ activatorProps: Record<string, any>;
71295
+ openOnClick: boolean;
71296
+ openOnHover: boolean;
71297
+ openOnFocus: boolean;
71298
+ closeOnContentClick: boolean;
71299
+ closeOnBack: boolean;
71300
+ contained: boolean;
71301
+ noClickAnimation: boolean;
71302
+ persistent: boolean;
71303
+ scrim: NonNullable<string | boolean>;
71304
+ }, {}, string, vue.SlotsType<Partial<{
71305
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
71306
+ [key: string]: any;
71307
+ }>[];
71308
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
71309
+ transition: Omit<{
71310
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
71311
+ component?: vue.Component | undefined;
71312
+ })>;
71313
+ default: string;
71314
+ validator: (val: unknown) => boolean;
71315
+ }, "type" | "default"> & {
71316
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
71317
+ component?: vue.Component | undefined;
71318
+ })>>;
71319
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
71320
+ component?: vue.Component | undefined;
71321
+ })>;
71322
+ };
71323
+ offset: {
71324
+ type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
71325
+ default: NonNullable<string | number | number[] | undefined>;
71326
+ };
71327
+ location: Omit<{
71328
+ type: vue.PropType<Anchor>;
71329
+ default: string;
71330
+ }, "type" | "default"> & {
71331
+ type: vue.PropType<NonNullable<Anchor>>;
71332
+ default: NonNullable<Anchor>;
71333
+ };
71334
+ origin: {
71335
+ type: vue.PropType<"auto" | Anchor | "overlap">;
71336
+ default: string;
71337
+ };
71338
+ height: (StringConstructor | NumberConstructor)[];
71339
+ width: (StringConstructor | NumberConstructor)[];
71340
+ maxHeight: (StringConstructor | NumberConstructor)[];
71341
+ maxWidth: (StringConstructor | NumberConstructor)[];
71342
+ minHeight: (StringConstructor | NumberConstructor)[];
71343
+ minWidth: {
71344
+ type: vue.PropType<NonNullable<string | number>>;
71345
+ default: NonNullable<string | number>;
71346
+ };
71347
+ opacity: (StringConstructor | NumberConstructor)[];
71348
+ zIndex: {
71349
+ type: (StringConstructor | NumberConstructor)[];
71350
+ default: number;
71351
+ };
71352
+ style: {
71353
+ type: vue.PropType<vue.StyleValue>;
71354
+ default: null;
71355
+ };
71356
+ target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
71357
+ eager: BooleanConstructor;
71358
+ disabled: BooleanConstructor;
71359
+ class: vue.PropType<any>;
71360
+ theme: StringConstructor;
71361
+ contentClass: null;
71362
+ modelValue: BooleanConstructor;
71363
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
71364
+ locationStrategy: Omit<{
71365
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
71366
+ updateLocation: (e: Event) => void;
71367
+ } | undefined)>;
71368
+ default: string;
71369
+ validator: (val: any) => boolean;
71370
+ }, "type" | "default"> & {
71371
+ type: vue.PropType<NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
71372
+ updateLocation: (e: Event) => void;
71373
+ } | undefined)>>;
71374
+ default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
71375
+ updateLocation: (e: Event) => void;
71376
+ } | undefined)>;
71377
+ };
71378
+ scrollStrategy: Omit<{
71379
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
71380
+ default: string;
71381
+ validator: (val: any) => boolean;
71382
+ }, "type" | "default"> & {
71383
+ type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
71384
+ default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
71385
+ };
71386
+ closeDelay: {
71387
+ type: vue.PropType<NonNullable<string | number>>;
71388
+ default: NonNullable<string | number>;
71389
+ };
71390
+ openDelay: {
71391
+ type: vue.PropType<NonNullable<string | number>>;
71392
+ default: NonNullable<string | number>;
71393
+ };
71394
+ activatorProps: {
71395
+ type: vue.PropType<Record<string, any>>;
71396
+ default: () => {};
71397
+ };
71398
+ openOnClick: {
71399
+ type: BooleanConstructor;
71400
+ default: undefined;
71401
+ };
71402
+ openOnHover: BooleanConstructor;
71403
+ openOnFocus: {
71404
+ type: BooleanConstructor;
71405
+ default: undefined;
71406
+ };
71407
+ closeOnContentClick: {
71408
+ type: vue.PropType<boolean>;
71409
+ default: boolean;
71410
+ };
71411
+ closeOnBack: {
71412
+ type: BooleanConstructor;
71413
+ default: boolean;
71414
+ };
71415
+ contained: BooleanConstructor;
71416
+ contentProps: null;
71417
+ noClickAnimation: BooleanConstructor;
71418
+ persistent: BooleanConstructor;
71419
+ scrim: Omit<{
71420
+ type: (StringConstructor | BooleanConstructor)[];
71421
+ default: boolean;
71422
+ }, "type" | "default"> & {
71423
+ type: vue.PropType<NonNullable<string | boolean>>;
71424
+ default: NonNullable<string | boolean>;
71425
+ };
71426
+ attach: vue.PropType<string | boolean | Element>;
71427
+ id: StringConstructor;
71428
+ }, vue.ExtractPropTypes<{
71429
+ transition: Omit<{
71430
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
71431
+ component?: vue.Component | undefined;
71432
+ })>;
71433
+ default: string;
71434
+ validator: (val: unknown) => boolean;
71435
+ }, "type" | "default"> & {
71436
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
71437
+ component?: vue.Component | undefined;
71438
+ })>>;
71439
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
71440
+ component?: vue.Component | undefined;
71441
+ })>;
71442
+ };
71443
+ offset: {
71444
+ type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
71445
+ default: NonNullable<string | number | number[] | undefined>;
71446
+ };
71447
+ location: Omit<{
71448
+ type: vue.PropType<Anchor>;
71449
+ default: string;
71450
+ }, "type" | "default"> & {
71451
+ type: vue.PropType<NonNullable<Anchor>>;
71452
+ default: NonNullable<Anchor>;
71453
+ };
71454
+ origin: {
71455
+ type: vue.PropType<"auto" | Anchor | "overlap">;
71456
+ default: string;
71457
+ };
71458
+ height: (StringConstructor | NumberConstructor)[];
71459
+ width: (StringConstructor | NumberConstructor)[];
71460
+ maxHeight: (StringConstructor | NumberConstructor)[];
71461
+ maxWidth: (StringConstructor | NumberConstructor)[];
71462
+ minHeight: (StringConstructor | NumberConstructor)[];
71463
+ minWidth: {
71464
+ type: vue.PropType<NonNullable<string | number>>;
71465
+ default: NonNullable<string | number>;
71466
+ };
71467
+ opacity: (StringConstructor | NumberConstructor)[];
71468
+ zIndex: {
71469
+ type: (StringConstructor | NumberConstructor)[];
71470
+ default: number;
71471
+ };
71472
+ style: {
71473
+ type: vue.PropType<vue.StyleValue>;
71474
+ default: null;
71475
+ };
71476
+ target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
71477
+ eager: BooleanConstructor;
71478
+ disabled: BooleanConstructor;
71479
+ class: vue.PropType<any>;
71480
+ theme: StringConstructor;
71481
+ contentClass: null;
71482
+ modelValue: BooleanConstructor;
71483
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
71484
+ locationStrategy: Omit<{
71485
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
71486
+ updateLocation: (e: Event) => void;
71487
+ } | undefined)>;
71488
+ default: string;
71489
+ validator: (val: any) => boolean;
71490
+ }, "type" | "default"> & {
71491
+ type: vue.PropType<NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
71492
+ updateLocation: (e: Event) => void;
71493
+ } | undefined)>>;
71494
+ default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
71495
+ updateLocation: (e: Event) => void;
71496
+ } | undefined)>;
71497
+ };
71498
+ scrollStrategy: Omit<{
71499
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
71500
+ default: string;
71501
+ validator: (val: any) => boolean;
71502
+ }, "type" | "default"> & {
71503
+ type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
71504
+ default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
71505
+ };
71506
+ closeDelay: {
71507
+ type: vue.PropType<NonNullable<string | number>>;
71508
+ default: NonNullable<string | number>;
71509
+ };
71510
+ openDelay: {
71511
+ type: vue.PropType<NonNullable<string | number>>;
71512
+ default: NonNullable<string | number>;
71513
+ };
71514
+ activatorProps: {
71515
+ type: vue.PropType<Record<string, any>>;
71516
+ default: () => {};
71517
+ };
71518
+ openOnClick: {
71519
+ type: BooleanConstructor;
71520
+ default: undefined;
71521
+ };
71522
+ openOnHover: BooleanConstructor;
71523
+ openOnFocus: {
71524
+ type: BooleanConstructor;
71525
+ default: undefined;
71526
+ };
71527
+ closeOnContentClick: {
71528
+ type: vue.PropType<boolean>;
71529
+ default: boolean;
71530
+ };
71531
+ closeOnBack: {
71532
+ type: BooleanConstructor;
71533
+ default: boolean;
71534
+ };
71535
+ contained: BooleanConstructor;
71536
+ contentProps: null;
71537
+ noClickAnimation: BooleanConstructor;
71538
+ persistent: BooleanConstructor;
71539
+ scrim: Omit<{
71540
+ type: (StringConstructor | BooleanConstructor)[];
71541
+ default: boolean;
71542
+ }, "type" | "default"> & {
71543
+ type: vue.PropType<NonNullable<string | boolean>>;
71544
+ default: NonNullable<string | boolean>;
71545
+ };
71546
+ attach: vue.PropType<string | boolean | Element>;
71547
+ id: StringConstructor;
71548
+ }>>;
71549
+ type VSpeedDial = InstanceType<typeof VSpeedDial>;
71550
+
70915
71551
  declare const VEmptyState: {
70916
71552
  new (...args: any[]): vue.CreateComponentPublicInstance<{
70917
71553
  style: vue.StyleValue;
@@ -71462,6 +72098,7 @@ declare const allComponents_d_VSlider: typeof VSlider;
71462
72098
  declare const allComponents_d_VSnackbar: typeof VSnackbar;
71463
72099
  declare const allComponents_d_VSpacer: typeof VSpacer;
71464
72100
  declare const allComponents_d_VSparkline: typeof VSparkline;
72101
+ declare const allComponents_d_VSpeedDial: typeof VSpeedDial;
71465
72102
  declare const allComponents_d_VStepper: typeof VStepper;
71466
72103
  declare const allComponents_d_VStepperActions: typeof VStepperActions;
71467
72104
  declare const allComponents_d_VStepperHeader: typeof VStepperHeader;
@@ -71488,7 +72125,7 @@ declare const allComponents_d_VVirtualScroll: typeof VVirtualScroll;
71488
72125
  declare const allComponents_d_VWindow: typeof VWindow;
71489
72126
  declare const allComponents_d_VWindowItem: typeof VWindowItem;
71490
72127
  declare namespace allComponents_d {
71491
- export { type allComponents_d_VAlert as VAlert, type allComponents_d_VAlertTitle as VAlertTitle, type allComponents_d_VApp as VApp, type allComponents_d_VAppBar as VAppBar, type allComponents_d_VAppBarNavIcon as VAppBarNavIcon, type allComponents_d_VAppBarTitle as VAppBarTitle, type allComponents_d_VAutocomplete as VAutocomplete, type allComponents_d_VAvatar as VAvatar, type allComponents_d_VBadge as VBadge, type allComponents_d_VBanner as VBanner, type allComponents_d_VBannerActions as VBannerActions, type allComponents_d_VBannerText as VBannerText, type allComponents_d_VBottomNavigation as VBottomNavigation, type allComponents_d_VBottomSheet as VBottomSheet, type allComponents_d_VBreadcrumbs as VBreadcrumbs, type allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, type allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, type allComponents_d_VBtn as VBtn, type allComponents_d_VBtnGroup as VBtnGroup, type allComponents_d_VBtnToggle as VBtnToggle, type allComponents_d_VCalendar as VCalendar, type allComponents_d_VCalendarDay as VCalendarDay, type allComponents_d_VCalendarHeader as VCalendarHeader, type allComponents_d_VCalendarInterval as VCalendarInterval, type allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, type allComponents_d_VCalendarMonthDay as VCalendarMonthDay, type allComponents_d_VCard as VCard, type allComponents_d_VCardActions as VCardActions, type allComponents_d_VCardItem as VCardItem, type allComponents_d_VCardSubtitle as VCardSubtitle, type allComponents_d_VCardText as VCardText, type allComponents_d_VCardTitle as VCardTitle, type allComponents_d_VCarousel as VCarousel, type allComponents_d_VCarouselItem as VCarouselItem, type allComponents_d_VCheckbox as VCheckbox, type allComponents_d_VCheckboxBtn as VCheckboxBtn, type allComponents_d_VChip as VChip, type allComponents_d_VChipGroup as VChipGroup, type allComponents_d_VClassIcon as VClassIcon, type allComponents_d_VCode as VCode, type allComponents_d_VCol as VCol, type allComponents_d_VColorPicker as VColorPicker, type allComponents_d_VCombobox as VCombobox, type allComponents_d_VComponentIcon as VComponentIcon, type allComponents_d_VConfirmEdit as VConfirmEdit, type allComponents_d_VContainer as VContainer, type allComponents_d_VCounter as VCounter, type allComponents_d_VDataIterator as VDataIterator, type allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, type allComponents_d_VDataTableHeaders as VDataTableHeaders, type allComponents_d_VDataTableRow as VDataTableRow, type allComponents_d_VDataTableRows as VDataTableRows, type allComponents_d_VDataTableServer as VDataTableServer, type allComponents_d_VDataTableVirtual as VDataTableVirtual, type allComponents_d_VDatePicker as VDatePicker, type allComponents_d_VDatePickerControls as VDatePickerControls, type allComponents_d_VDatePickerHeader as VDatePickerHeader, type allComponents_d_VDatePickerMonth as VDatePickerMonth, type allComponents_d_VDatePickerMonths as VDatePickerMonths, type allComponents_d_VDatePickerYears as VDatePickerYears, type allComponents_d_VDefaultsProvider as VDefaultsProvider, type allComponents_d_VDialog as VDialog, type allComponents_d_VDialogBottomTransition as VDialogBottomTransition, type allComponents_d_VDialogTopTransition as VDialogTopTransition, type allComponents_d_VDialogTransition as VDialogTransition, type allComponents_d_VDivider as VDivider, type allComponents_d_VEmptyState as VEmptyState, type allComponents_d_VExpandTransition as VExpandTransition, type allComponents_d_VExpandXTransition as VExpandXTransition, type allComponents_d_VExpansionPanel as VExpansionPanel, type allComponents_d_VExpansionPanelText as VExpansionPanelText, type allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, type allComponents_d_VExpansionPanels as VExpansionPanels, type allComponents_d_VFab as VFab, type allComponents_d_VFabTransition as VFabTransition, type allComponents_d_VFadeTransition as VFadeTransition, type allComponents_d_VField as VField, type allComponents_d_VFieldLabel as VFieldLabel, type allComponents_d_VFileInput as VFileInput, type allComponents_d_VFooter as VFooter, type allComponents_d_VForm as VForm, type allComponents_d_VHover as VHover, type allComponents_d_VIcon as VIcon, type allComponents_d_VImg as VImg, type allComponents_d_VInfiniteScroll as VInfiniteScroll, type allComponents_d_VInput as VInput, type allComponents_d_VItem as VItem, type allComponents_d_VItemGroup as VItemGroup, type allComponents_d_VKbd as VKbd, type allComponents_d_VLabel as VLabel, type allComponents_d_VLayout as VLayout, type allComponents_d_VLayoutItem as VLayoutItem, type allComponents_d_VLazy as VLazy, type allComponents_d_VLigatureIcon as VLigatureIcon, type allComponents_d_VList as VList, type allComponents_d_VListGroup as VListGroup, type allComponents_d_VListImg as VListImg, type allComponents_d_VListItem as VListItem, type allComponents_d_VListItemAction as VListItemAction, type allComponents_d_VListItemMedia as VListItemMedia, type allComponents_d_VListItemSubtitle as VListItemSubtitle, type allComponents_d_VListItemTitle as VListItemTitle, type allComponents_d_VListSubheader as VListSubheader, type allComponents_d_VLocaleProvider as VLocaleProvider, type allComponents_d_VMain as VMain, type allComponents_d_VMenu as VMenu, type allComponents_d_VMessages as VMessages, type allComponents_d_VNavigationDrawer as VNavigationDrawer, type allComponents_d_VNoSsr as VNoSsr, type allComponents_d_VOtpInput as VOtpInput, type allComponents_d_VOverlay as VOverlay, type allComponents_d_VPagination as VPagination, type allComponents_d_VParallax as VParallax, type allComponents_d_VPicker as VPicker, type allComponents_d_VPickerTitle as VPickerTitle, type allComponents_d_VProgressCircular as VProgressCircular, type allComponents_d_VProgressLinear as VProgressLinear, type allComponents_d_VRadio as VRadio, type allComponents_d_VRadioGroup as VRadioGroup, type allComponents_d_VRangeSlider as VRangeSlider, type allComponents_d_VRating as VRating, type allComponents_d_VResponsive as VResponsive, type allComponents_d_VRow as VRow, type allComponents_d_VScaleTransition as VScaleTransition, type allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, type allComponents_d_VScrollXTransition as VScrollXTransition, type allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, type allComponents_d_VScrollYTransition as VScrollYTransition, type allComponents_d_VSelect as VSelect, type allComponents_d_VSelectionControl as VSelectionControl, type allComponents_d_VSelectionControlGroup as VSelectionControlGroup, type allComponents_d_VSheet as VSheet, type allComponents_d_VSkeletonLoader as VSkeletonLoader, type allComponents_d_VSlideGroup as VSlideGroup, type allComponents_d_VSlideGroupItem as VSlideGroupItem, type allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, type allComponents_d_VSlideXTransition as VSlideXTransition, type allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, type allComponents_d_VSlideYTransition as VSlideYTransition, type allComponents_d_VSlider as VSlider, type allComponents_d_VSnackbar as VSnackbar, type allComponents_d_VSpacer as VSpacer, type allComponents_d_VSparkline as VSparkline, type allComponents_d_VStepper as VStepper, type allComponents_d_VStepperActions as VStepperActions, type allComponents_d_VStepperHeader as VStepperHeader, type allComponents_d_VStepperItem as VStepperItem, type allComponents_d_VStepperWindow as VStepperWindow, type allComponents_d_VStepperWindowItem as VStepperWindowItem, type allComponents_d_VSvgIcon as VSvgIcon, type allComponents_d_VSwitch as VSwitch, type allComponents_d_VSystemBar as VSystemBar, type allComponents_d_VTab as VTab, type allComponents_d_VTable as VTable, type allComponents_d_VTabs as VTabs, type allComponents_d_VTextField as VTextField, type allComponents_d_VTextarea as VTextarea, type allComponents_d_VThemeProvider as VThemeProvider, type allComponents_d_VTimeline as VTimeline, type allComponents_d_VTimelineItem as VTimelineItem, type allComponents_d_VToolbar as VToolbar, type allComponents_d_VToolbarItems as VToolbarItems, type allComponents_d_VToolbarTitle as VToolbarTitle, type allComponents_d_VTooltip as VTooltip, type allComponents_d_VValidation as VValidation, type allComponents_d_VVirtualScroll as VVirtualScroll, type allComponents_d_VWindow as VWindow, type allComponents_d_VWindowItem as VWindowItem };
72128
+ export { type allComponents_d_VAlert as VAlert, type allComponents_d_VAlertTitle as VAlertTitle, type allComponents_d_VApp as VApp, type allComponents_d_VAppBar as VAppBar, type allComponents_d_VAppBarNavIcon as VAppBarNavIcon, type allComponents_d_VAppBarTitle as VAppBarTitle, type allComponents_d_VAutocomplete as VAutocomplete, type allComponents_d_VAvatar as VAvatar, type allComponents_d_VBadge as VBadge, type allComponents_d_VBanner as VBanner, type allComponents_d_VBannerActions as VBannerActions, type allComponents_d_VBannerText as VBannerText, type allComponents_d_VBottomNavigation as VBottomNavigation, type allComponents_d_VBottomSheet as VBottomSheet, type allComponents_d_VBreadcrumbs as VBreadcrumbs, type allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, type allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, type allComponents_d_VBtn as VBtn, type allComponents_d_VBtnGroup as VBtnGroup, type allComponents_d_VBtnToggle as VBtnToggle, type allComponents_d_VCalendar as VCalendar, type allComponents_d_VCalendarDay as VCalendarDay, type allComponents_d_VCalendarHeader as VCalendarHeader, type allComponents_d_VCalendarInterval as VCalendarInterval, type allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, type allComponents_d_VCalendarMonthDay as VCalendarMonthDay, type allComponents_d_VCard as VCard, type allComponents_d_VCardActions as VCardActions, type allComponents_d_VCardItem as VCardItem, type allComponents_d_VCardSubtitle as VCardSubtitle, type allComponents_d_VCardText as VCardText, type allComponents_d_VCardTitle as VCardTitle, type allComponents_d_VCarousel as VCarousel, type allComponents_d_VCarouselItem as VCarouselItem, type allComponents_d_VCheckbox as VCheckbox, type allComponents_d_VCheckboxBtn as VCheckboxBtn, type allComponents_d_VChip as VChip, type allComponents_d_VChipGroup as VChipGroup, type allComponents_d_VClassIcon as VClassIcon, type allComponents_d_VCode as VCode, type allComponents_d_VCol as VCol, type allComponents_d_VColorPicker as VColorPicker, type allComponents_d_VCombobox as VCombobox, type allComponents_d_VComponentIcon as VComponentIcon, type allComponents_d_VConfirmEdit as VConfirmEdit, type allComponents_d_VContainer as VContainer, type allComponents_d_VCounter as VCounter, type allComponents_d_VDataIterator as VDataIterator, type allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, type allComponents_d_VDataTableHeaders as VDataTableHeaders, type allComponents_d_VDataTableRow as VDataTableRow, type allComponents_d_VDataTableRows as VDataTableRows, type allComponents_d_VDataTableServer as VDataTableServer, type allComponents_d_VDataTableVirtual as VDataTableVirtual, type allComponents_d_VDatePicker as VDatePicker, type allComponents_d_VDatePickerControls as VDatePickerControls, type allComponents_d_VDatePickerHeader as VDatePickerHeader, type allComponents_d_VDatePickerMonth as VDatePickerMonth, type allComponents_d_VDatePickerMonths as VDatePickerMonths, type allComponents_d_VDatePickerYears as VDatePickerYears, type allComponents_d_VDefaultsProvider as VDefaultsProvider, type allComponents_d_VDialog as VDialog, type allComponents_d_VDialogBottomTransition as VDialogBottomTransition, type allComponents_d_VDialogTopTransition as VDialogTopTransition, type allComponents_d_VDialogTransition as VDialogTransition, type allComponents_d_VDivider as VDivider, type allComponents_d_VEmptyState as VEmptyState, type allComponents_d_VExpandTransition as VExpandTransition, type allComponents_d_VExpandXTransition as VExpandXTransition, type allComponents_d_VExpansionPanel as VExpansionPanel, type allComponents_d_VExpansionPanelText as VExpansionPanelText, type allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, type allComponents_d_VExpansionPanels as VExpansionPanels, type allComponents_d_VFab as VFab, type allComponents_d_VFabTransition as VFabTransition, type allComponents_d_VFadeTransition as VFadeTransition, type allComponents_d_VField as VField, type allComponents_d_VFieldLabel as VFieldLabel, type allComponents_d_VFileInput as VFileInput, type allComponents_d_VFooter as VFooter, type allComponents_d_VForm as VForm, type allComponents_d_VHover as VHover, type allComponents_d_VIcon as VIcon, type allComponents_d_VImg as VImg, type allComponents_d_VInfiniteScroll as VInfiniteScroll, type allComponents_d_VInput as VInput, type allComponents_d_VItem as VItem, type allComponents_d_VItemGroup as VItemGroup, type allComponents_d_VKbd as VKbd, type allComponents_d_VLabel as VLabel, type allComponents_d_VLayout as VLayout, type allComponents_d_VLayoutItem as VLayoutItem, type allComponents_d_VLazy as VLazy, type allComponents_d_VLigatureIcon as VLigatureIcon, type allComponents_d_VList as VList, type allComponents_d_VListGroup as VListGroup, type allComponents_d_VListImg as VListImg, type allComponents_d_VListItem as VListItem, type allComponents_d_VListItemAction as VListItemAction, type allComponents_d_VListItemMedia as VListItemMedia, type allComponents_d_VListItemSubtitle as VListItemSubtitle, type allComponents_d_VListItemTitle as VListItemTitle, type allComponents_d_VListSubheader as VListSubheader, type allComponents_d_VLocaleProvider as VLocaleProvider, type allComponents_d_VMain as VMain, type allComponents_d_VMenu as VMenu, type allComponents_d_VMessages as VMessages, type allComponents_d_VNavigationDrawer as VNavigationDrawer, type allComponents_d_VNoSsr as VNoSsr, type allComponents_d_VOtpInput as VOtpInput, type allComponents_d_VOverlay as VOverlay, type allComponents_d_VPagination as VPagination, type allComponents_d_VParallax as VParallax, type allComponents_d_VPicker as VPicker, type allComponents_d_VPickerTitle as VPickerTitle, type allComponents_d_VProgressCircular as VProgressCircular, type allComponents_d_VProgressLinear as VProgressLinear, type allComponents_d_VRadio as VRadio, type allComponents_d_VRadioGroup as VRadioGroup, type allComponents_d_VRangeSlider as VRangeSlider, type allComponents_d_VRating as VRating, type allComponents_d_VResponsive as VResponsive, type allComponents_d_VRow as VRow, type allComponents_d_VScaleTransition as VScaleTransition, type allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, type allComponents_d_VScrollXTransition as VScrollXTransition, type allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, type allComponents_d_VScrollYTransition as VScrollYTransition, type allComponents_d_VSelect as VSelect, type allComponents_d_VSelectionControl as VSelectionControl, type allComponents_d_VSelectionControlGroup as VSelectionControlGroup, type allComponents_d_VSheet as VSheet, type allComponents_d_VSkeletonLoader as VSkeletonLoader, type allComponents_d_VSlideGroup as VSlideGroup, type allComponents_d_VSlideGroupItem as VSlideGroupItem, type allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, type allComponents_d_VSlideXTransition as VSlideXTransition, type allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, type allComponents_d_VSlideYTransition as VSlideYTransition, type allComponents_d_VSlider as VSlider, type allComponents_d_VSnackbar as VSnackbar, type allComponents_d_VSpacer as VSpacer, type allComponents_d_VSparkline as VSparkline, type allComponents_d_VSpeedDial as VSpeedDial, type allComponents_d_VStepper as VStepper, type allComponents_d_VStepperActions as VStepperActions, type allComponents_d_VStepperHeader as VStepperHeader, type allComponents_d_VStepperItem as VStepperItem, type allComponents_d_VStepperWindow as VStepperWindow, type allComponents_d_VStepperWindowItem as VStepperWindowItem, type allComponents_d_VSvgIcon as VSvgIcon, type allComponents_d_VSwitch as VSwitch, type allComponents_d_VSystemBar as VSystemBar, type allComponents_d_VTab as VTab, type allComponents_d_VTable as VTable, type allComponents_d_VTabs as VTabs, type allComponents_d_VTextField as VTextField, type allComponents_d_VTextarea as VTextarea, type allComponents_d_VThemeProvider as VThemeProvider, type allComponents_d_VTimeline as VTimeline, type allComponents_d_VTimelineItem as VTimelineItem, type allComponents_d_VToolbar as VToolbar, type allComponents_d_VToolbarItems as VToolbarItems, type allComponents_d_VToolbarTitle as VToolbarTitle, type allComponents_d_VTooltip as VTooltip, type allComponents_d_VValidation as VValidation, type allComponents_d_VVirtualScroll as VVirtualScroll, type allComponents_d_VWindow as VWindow, type allComponents_d_VWindowItem as VWindowItem };
71492
72129
  }
71493
72130
 
71494
72131
  interface ClickOutsideBindingArgs {
@@ -71650,11 +72287,13 @@ declare const createVuetify: (options?: VuetifyOptions) => {
71650
72287
  endOfMonth: (date: unknown) => unknown;
71651
72288
  startOfYear: (date: unknown) => unknown;
71652
72289
  endOfYear: (date: unknown) => unknown;
71653
- isBefore: (date: unknown, comparing: unknown) => boolean;
71654
72290
  isAfter: (date: unknown, comparing: unknown) => boolean;
71655
- isEqual: (date: unknown, comparing: unknown) => boolean;
72291
+ isAfterDay: (value: unknown, comparing: unknown) => boolean;
71656
72292
  isSameDay: (date: unknown, comparing: unknown) => boolean;
71657
72293
  isSameMonth: (date: unknown, comparing: unknown) => boolean;
72294
+ isSameYear: (value: unknown, comparing: unknown) => boolean;
72295
+ isBefore: (date: unknown, comparing: unknown) => boolean;
72296
+ isEqual: (date: unknown, comparing: unknown) => boolean;
71658
72297
  isValid: (date: any) => boolean;
71659
72298
  isWithinRange: (date: unknown, range: [unknown, unknown]) => boolean;
71660
72299
  addMinutes: (date: unknown, amount: number) => unknown;
@@ -71670,6 +72309,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
71670
72309
  getMonth: (date: unknown) => number;
71671
72310
  setMonth: (date: unknown, month: number) => unknown;
71672
72311
  getNextMonth: (date: unknown) => unknown;
72312
+ getPreviousMonth: (date: unknown) => unknown;
71673
72313
  getHours: (date: unknown) => number;
71674
72314
  setHours: (date: unknown, hours: number) => unknown;
71675
72315
  getMinutes: (date: unknown) => number;