vuetify 3.4.9 → 3.4.10

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 (136) hide show
  1. package/dist/json/attributes.json +12 -4
  2. package/dist/json/importMap-labs.json +8 -8
  3. package/dist/json/importMap.json +132 -132
  4. package/dist/json/tags.json +2 -0
  5. package/dist/json/web-types.json +34 -14
  6. package/dist/vuetify-labs.css +2864 -2838
  7. package/dist/vuetify-labs.d.ts +163 -81
  8. package/dist/vuetify-labs.esm.js +192 -145
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +192 -145
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +865 -862
  13. package/dist/vuetify.d.ts +195 -113
  14. package/dist/vuetify.esm.js +189 -134
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +189 -134
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +108 -107
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +2 -2
  22. package/lib/components/VAppBar/VAppBar.css +1 -1
  23. package/lib/components/VAppBar/VAppBar.mjs +0 -1
  24. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.css +2 -2
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -2
  27. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  28. package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
  29. package/lib/components/VAutocomplete/_variables.scss +1 -0
  30. package/lib/components/VAvatar/VAvatar.css +2 -2
  31. package/lib/components/VBanner/VBanner.css +1 -1
  32. package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -1
  33. package/lib/components/VBottomSheet/VBottomSheet.css +1 -1
  34. package/lib/components/VBtn/VBtn.css +4 -4
  35. package/lib/components/VBtnGroup/VBtnGroup.css +1 -1
  36. package/lib/components/VCard/VCard.css +5 -5
  37. package/lib/components/VChip/VChip.css +2 -2
  38. package/lib/components/VChip/VChip.mjs +2 -1
  39. package/lib/components/VChip/VChip.mjs.map +1 -1
  40. package/lib/components/VColorPicker/VColorPicker.css +3 -3
  41. package/lib/components/VCombobox/VCombobox.css +2 -2
  42. package/lib/components/VCombobox/VCombobox.mjs +15 -5
  43. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  44. package/lib/components/VCombobox/VCombobox.sass +2 -2
  45. package/lib/components/VCombobox/_variables.scss +2 -0
  46. package/lib/components/VDataIterator/index.d.mts +1 -1
  47. package/lib/components/VDataTable/VDataTable.css +1 -1
  48. package/lib/components/VDataTable/VDataTable.sass +1 -1
  49. package/lib/components/VDataTable/VDataTableFooter.mjs +33 -30
  50. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  51. package/lib/components/VDataTable/VDataTableHeaders.mjs +2 -1
  52. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  53. package/lib/components/VDataTable/index.d.mts +1 -1
  54. package/lib/components/VDatePicker/index.d.mts +82 -0
  55. package/lib/components/VDialog/VDialog.css +1 -1
  56. package/lib/components/VDialog/index.d.mts +3 -3
  57. package/lib/components/VExpansionPanel/VExpansionPanel.css +1 -1
  58. package/lib/components/VField/VField.css +2 -2
  59. package/lib/components/VFileInput/index.d.mts +3 -3
  60. package/lib/components/VFooter/VFooter.css +1 -1
  61. package/lib/components/VForm/index.d.mts +21 -21
  62. package/lib/components/VImg/index.d.mts +6 -6
  63. package/lib/components/VKbd/VKbd.css +1 -1
  64. package/lib/components/VList/VList.css +1 -1
  65. package/lib/components/VList/VList.mjs +7 -2
  66. package/lib/components/VList/VList.mjs.map +1 -1
  67. package/lib/components/VList/VListItem.css +5 -2
  68. package/lib/components/VList/VListItem.sass +3 -0
  69. package/lib/components/VList/_variables.scss +1 -0
  70. package/lib/components/VMenu/VMenu.css +1 -1
  71. package/lib/components/VMenu/index.d.mts +6 -6
  72. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -2
  73. package/lib/components/VNavigationDrawer/index.d.mts +3 -3
  74. package/lib/components/VOverflowBtn/VOverflowBtn.mjs +0 -1
  75. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  76. package/lib/components/VOverlay/VOverlay.mjs +2 -2
  77. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  78. package/lib/components/VOverlay/locationStrategies.mjs +0 -1
  79. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  80. package/lib/components/VSelect/VSelect.css +1 -1
  81. package/lib/components/VSelect/VSelect.mjs +15 -3
  82. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  83. package/lib/components/VSelectionControl/index.d.mts +3 -3
  84. package/lib/components/VSheet/VSheet.css +1 -1
  85. package/lib/components/VSlideGroup/index.d.mts +3 -3
  86. package/lib/components/VSnackbar/VSnackbar.css +2 -2
  87. package/lib/components/VSnackbar/index.d.mts +3 -3
  88. package/lib/components/VStepper/VStepper.css +3 -3
  89. package/lib/components/VSwitch/VSwitch.css +2 -2
  90. package/lib/components/VSystemBar/VSystemBar.css +1 -1
  91. package/lib/components/VTabs/VTab.css +2 -2
  92. package/lib/components/VTabs/VTab.sass +2 -2
  93. package/lib/components/VTextField/index.d.mts +6 -6
  94. package/lib/components/VTextarea/index.d.mts +3 -3
  95. package/lib/components/VTimeline/VTimeline.css +1 -1
  96. package/lib/components/VToolbar/VToolbar.css +2 -2
  97. package/lib/components/VTooltip/index.d.mts +3 -3
  98. package/lib/components/VTreeview/VTreeview.mjs +0 -1
  99. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  100. package/lib/components/VTreeview/VTreeviewNode.mjs +0 -1
  101. package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
  102. package/lib/components/VValidation/index.d.mts +6 -6
  103. package/lib/components/VWindow/VWindowItem.mjs +0 -1
  104. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  105. package/lib/components/index.d.mts +152 -70
  106. package/lib/composables/calendar.mjs +10 -4
  107. package/lib/composables/calendar.mjs.map +1 -1
  108. package/lib/composables/date/date.mjs +0 -4
  109. package/lib/composables/date/date.mjs.map +1 -1
  110. package/lib/composables/delay.mjs +19 -18
  111. package/lib/composables/delay.mjs.map +1 -1
  112. package/lib/composables/density.mjs +1 -0
  113. package/lib/composables/density.mjs.map +1 -1
  114. package/lib/entry-bundler.mjs +1 -1
  115. package/lib/entry-bundler.mjs.map +1 -1
  116. package/lib/framework.mjs +1 -1
  117. package/lib/framework.mjs.map +1 -1
  118. package/lib/index.d.mts +43 -43
  119. package/lib/labs/VCalendar/VCalendar.mjs +4 -8
  120. package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
  121. package/lib/labs/VCalendar/VCalendarDay.css +23 -0
  122. package/lib/labs/VCalendar/VCalendarDay.sass +24 -1
  123. package/lib/labs/VCalendar/index.d.mts +11 -11
  124. package/lib/labs/VPicker/VPicker.css +1 -1
  125. package/lib/labs/components.d.mts +11 -11
  126. package/lib/locale/cs.mjs +1 -1
  127. package/lib/locale/cs.mjs.map +1 -1
  128. package/lib/locale/nl.mjs +2 -2
  129. package/lib/locale/nl.mjs.map +1 -1
  130. package/lib/locale/pt.mjs +17 -17
  131. package/lib/locale/pt.mjs.map +1 -1
  132. package/lib/styles/main.css +25 -25
  133. package/lib/styles/settings/_elevations.scss +1 -1
  134. package/lib/util/helpers.mjs +8 -0
  135. package/lib/util/helpers.mjs.map +1 -1
  136. package/package.json +12 -12
package/dist/vuetify.d.ts CHANGED
@@ -723,9 +723,9 @@ declare function useValidation(props: ValidationProps, name?: string, id?: Maybe
723
723
  isDirty: vue.ComputedRef<boolean>;
724
724
  isDisabled: vue.ComputedRef<boolean>;
725
725
  isReadonly: vue.ComputedRef<boolean>;
726
- isPristine: vue.Ref<boolean> | vue.ShallowRef<boolean>;
726
+ isPristine: vue.ShallowRef<boolean>;
727
727
  isValid: vue.ComputedRef<boolean | null>;
728
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
728
+ isValidating: vue.ShallowRef<boolean>;
729
729
  reset: () => void;
730
730
  resetValidation: () => void;
731
731
  validate: (silent?: boolean) => Promise<string[]>;
@@ -11871,9 +11871,9 @@ declare const VImg: {
11871
11871
  onLoad?: ((value: string | undefined) => any) | undefined;
11872
11872
  onLoadstart?: ((value: string | undefined) => any) | undefined;
11873
11873
  }, {
11874
- currentSrc: vue.Ref<string> | vue.ShallowRef<string>;
11874
+ currentSrc: vue.ShallowRef<string>;
11875
11875
  image: vue.Ref<HTMLImageElement | undefined>;
11876
- state: vue.Ref<"error" | "loaded" | "idle" | "loading"> | vue.ShallowRef<"error" | "loaded" | "idle" | "loading">;
11876
+ state: vue.ShallowRef<"error" | "loaded" | "idle" | "loading">;
11877
11877
  naturalWidth: vue.ShallowRef<number | undefined>;
11878
11878
  naturalHeight: vue.ShallowRef<number | undefined>;
11879
11879
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -12014,9 +12014,9 @@ declare const VImg: {
12014
12014
  onLoad?: ((value: string | undefined) => any) | undefined;
12015
12015
  onLoadstart?: ((value: string | undefined) => any) | undefined;
12016
12016
  }, {
12017
- currentSrc: vue.Ref<string> | vue.ShallowRef<string>;
12017
+ currentSrc: vue.ShallowRef<string>;
12018
12018
  image: vue.Ref<HTMLImageElement | undefined>;
12019
- state: vue.Ref<"error" | "loaded" | "idle" | "loading"> | vue.ShallowRef<"error" | "loaded" | "idle" | "loading">;
12019
+ state: vue.ShallowRef<"error" | "loaded" | "idle" | "loading">;
12020
12020
  naturalWidth: vue.ShallowRef<number | undefined>;
12021
12021
  naturalHeight: vue.ShallowRef<number | undefined>;
12022
12022
  }, {}, {}, {}, {
@@ -12086,9 +12086,9 @@ declare const VImg: {
12086
12086
  onLoad?: ((value: string | undefined) => any) | undefined;
12087
12087
  onLoadstart?: ((value: string | undefined) => any) | undefined;
12088
12088
  }, {
12089
- currentSrc: vue.Ref<string> | vue.ShallowRef<string>;
12089
+ currentSrc: vue.ShallowRef<string>;
12090
12090
  image: vue.Ref<HTMLImageElement | undefined>;
12091
- state: vue.Ref<"error" | "loaded" | "idle" | "loading"> | vue.ShallowRef<"error" | "loaded" | "idle" | "loading">;
12091
+ state: vue.ShallowRef<"error" | "loaded" | "idle" | "loading">;
12092
12092
  naturalWidth: vue.ShallowRef<number | undefined>;
12093
12093
  naturalHeight: vue.ShallowRef<number | undefined>;
12094
12094
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -12884,7 +12884,7 @@ declare const VSelectionControl: {
12884
12884
  trueValue?: any;
12885
12885
  falseValue?: any;
12886
12886
  } & {}, {
12887
- isFocused: Ref<boolean> | vue.ShallowRef<boolean>;
12887
+ isFocused: vue.ShallowRef<boolean>;
12888
12888
  input: Ref<HTMLInputElement | undefined>;
12889
12889
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
12890
12890
  'update:modelValue': (value: any) => boolean;
@@ -12972,7 +12972,7 @@ declare const VSelectionControl: {
12972
12972
  trueValue?: any;
12973
12973
  falseValue?: any;
12974
12974
  } & {}, {
12975
- isFocused: Ref<boolean> | vue.ShallowRef<boolean>;
12975
+ isFocused: vue.ShallowRef<boolean>;
12976
12976
  input: Ref<HTMLInputElement | undefined>;
12977
12977
  }, {}, {}, {}, {
12978
12978
  inline: boolean;
@@ -13014,7 +13014,7 @@ declare const VSelectionControl: {
13014
13014
  trueValue?: any;
13015
13015
  falseValue?: any;
13016
13016
  } & {}, {
13017
- isFocused: Ref<boolean> | vue.ShallowRef<boolean>;
13017
+ isFocused: vue.ShallowRef<boolean>;
13018
13018
  input: Ref<HTMLInputElement | undefined>;
13019
13019
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
13020
13020
  'update:modelValue': (value: any) => boolean;
@@ -18036,7 +18036,7 @@ declare function provideGroupBy(options: {
18036
18036
  }): {
18037
18037
  sortByWithGroups: vue.ComputedRef<SortItem[]>;
18038
18038
  toggleGroup: (group: Group) => void;
18039
- opened: Ref<Set<string>>;
18039
+ opened: Ref<Set<string> & Omit<Set<string>, keyof Set<any>>>;
18040
18040
  groupBy: Ref<readonly SortItem[]>;
18041
18041
  extractRows: <T extends GroupableItem<any>>(items: readonly (T | Group<T>)[]) => T[];
18042
18042
  isGroupOpen: (group: Group) => boolean;
@@ -22352,6 +22352,7 @@ declare const VDatePicker: {
22352
22352
  modeIcon: string;
22353
22353
  viewMode: "month" | "year" | "months";
22354
22354
  showAdjacentMonths: boolean;
22355
+ weekdays: number[];
22355
22356
  hideWeekdays: boolean;
22356
22357
  showWeek: boolean;
22357
22358
  hideHeader: boolean;
@@ -22400,6 +22401,7 @@ declare const VDatePicker: {
22400
22401
  modeIcon: string;
22401
22402
  viewMode: "month" | "year" | "months";
22402
22403
  showAdjacentMonths: boolean;
22404
+ weekdays: number[];
22403
22405
  hideWeekdays: boolean;
22404
22406
  showWeek: boolean;
22405
22407
  hideHeader: boolean;
@@ -22445,6 +22447,7 @@ declare const VDatePicker: {
22445
22447
  modeIcon: string;
22446
22448
  viewMode: "month" | "year" | "months";
22447
22449
  showAdjacentMonths: boolean;
22450
+ weekdays: number[];
22448
22451
  hideWeekdays: boolean;
22449
22452
  showWeek: boolean;
22450
22453
  hideHeader: boolean;
@@ -22483,6 +22486,7 @@ declare const VDatePicker: {
22483
22486
  modeIcon: string;
22484
22487
  viewMode: "month" | "year" | "months";
22485
22488
  showAdjacentMonths: boolean;
22489
+ weekdays: number[];
22486
22490
  hideWeekdays: boolean;
22487
22491
  showWeek: boolean;
22488
22492
  hideHeader: boolean;
@@ -22528,6 +22532,7 @@ declare const VDatePicker: {
22528
22532
  modeIcon: string;
22529
22533
  viewMode: "month" | "year" | "months";
22530
22534
  showAdjacentMonths: boolean;
22535
+ weekdays: number[];
22531
22536
  hideWeekdays: boolean;
22532
22537
  showWeek: boolean;
22533
22538
  hideHeader: boolean;
@@ -22547,6 +22552,7 @@ declare const VDatePicker: {
22547
22552
  modeIcon: string;
22548
22553
  viewMode: "month" | "year" | "months";
22549
22554
  showAdjacentMonths: boolean;
22555
+ weekdays: number[];
22550
22556
  hideWeekdays: boolean;
22551
22557
  showWeek: boolean;
22552
22558
  hideHeader: boolean;
@@ -22597,6 +22603,7 @@ declare const VDatePicker: {
22597
22603
  modeIcon: string;
22598
22604
  viewMode: "month" | "year" | "months";
22599
22605
  showAdjacentMonths: boolean;
22606
+ weekdays: number[];
22600
22607
  hideWeekdays: boolean;
22601
22608
  showWeek: boolean;
22602
22609
  hideHeader: boolean;
@@ -22672,6 +22679,23 @@ declare const VDatePicker: {
22672
22679
  month: (StringConstructor | NumberConstructor)[];
22673
22680
  showAdjacentMonths: BooleanConstructor;
22674
22681
  year: (StringConstructor | NumberConstructor)[];
22682
+ weekdays: {
22683
+ type: {
22684
+ (arrayLength: number): number[];
22685
+ (...items: number[]): number[];
22686
+ new (arrayLength: number): number[];
22687
+ new (...items: number[]): number[];
22688
+ isArray(arg: any): arg is any[];
22689
+ readonly prototype: any[];
22690
+ from<T_1>(arrayLike: ArrayLike<T_1>): T_1[];
22691
+ from<T_2, U>(arrayLike: ArrayLike<T_2>, mapfn: (v: T_2, k: number) => U, thisArg?: any): U[];
22692
+ from<T_3>(iterable: Iterable<T_3> | ArrayLike<T_3>): T_3[];
22693
+ from<T_4, U_1>(iterable: Iterable<T_4> | ArrayLike<T_4>, mapfn: (v: T_4, k: number) => U_1, thisArg?: any): U_1[];
22694
+ of<T_5>(...items: T_5[]): T_5[];
22695
+ readonly [Symbol.species]: ArrayConstructor;
22696
+ };
22697
+ default: () => number[];
22698
+ };
22675
22699
  hideWeekdays: BooleanConstructor;
22676
22700
  multiple: BooleanConstructor;
22677
22701
  showWeek: BooleanConstructor;
@@ -22748,6 +22772,23 @@ declare const VDatePicker: {
22748
22772
  month: (StringConstructor | NumberConstructor)[];
22749
22773
  showAdjacentMonths: BooleanConstructor;
22750
22774
  year: (StringConstructor | NumberConstructor)[];
22775
+ weekdays: {
22776
+ type: {
22777
+ (arrayLength: number): number[];
22778
+ (...items: number[]): number[];
22779
+ new (arrayLength: number): number[];
22780
+ new (...items: number[]): number[];
22781
+ isArray(arg: any): arg is any[];
22782
+ readonly prototype: any[];
22783
+ from<T_1>(arrayLike: ArrayLike<T_1>): T_1[];
22784
+ from<T_2, U>(arrayLike: ArrayLike<T_2>, mapfn: (v: T_2, k: number) => U, thisArg?: any): U[];
22785
+ from<T_3>(iterable: Iterable<T_3> | ArrayLike<T_3>): T_3[];
22786
+ from<T_4, U_1>(iterable: Iterable<T_4> | ArrayLike<T_4>, mapfn: (v: T_4, k: number) => U_1, thisArg?: any): U_1[];
22787
+ of<T_5>(...items: T_5[]): T_5[];
22788
+ readonly [Symbol.species]: ArrayConstructor;
22789
+ };
22790
+ default: () => number[];
22791
+ };
22751
22792
  hideWeekdays: BooleanConstructor;
22752
22793
  multiple: BooleanConstructor;
22753
22794
  showWeek: BooleanConstructor;
@@ -23137,6 +23178,7 @@ declare const VDatePickerMonth: {
23137
23178
  disabled: boolean;
23138
23179
  multiple: boolean;
23139
23180
  showAdjacentMonths: boolean;
23181
+ weekdays: number[];
23140
23182
  hideWeekdays: boolean;
23141
23183
  showWeek: boolean;
23142
23184
  } & {
@@ -23187,6 +23229,7 @@ declare const VDatePickerMonth: {
23187
23229
  disabled: boolean;
23188
23230
  multiple: boolean;
23189
23231
  showAdjacentMonths: boolean;
23232
+ weekdays: number[];
23190
23233
  hideWeekdays: boolean;
23191
23234
  showWeek: boolean;
23192
23235
  } & {
@@ -23233,6 +23276,7 @@ declare const VDatePickerMonth: {
23233
23276
  disabled: boolean;
23234
23277
  multiple: boolean;
23235
23278
  showAdjacentMonths: boolean;
23279
+ weekdays: number[];
23236
23280
  hideWeekdays: boolean;
23237
23281
  showWeek: boolean;
23238
23282
  }, true, {}, vue.SlotsType<Partial<{
@@ -23256,6 +23300,7 @@ declare const VDatePickerMonth: {
23256
23300
  disabled: boolean;
23257
23301
  multiple: boolean;
23258
23302
  showAdjacentMonths: boolean;
23303
+ weekdays: number[];
23259
23304
  hideWeekdays: boolean;
23260
23305
  showWeek: boolean;
23261
23306
  } & {
@@ -23302,6 +23347,7 @@ declare const VDatePickerMonth: {
23302
23347
  disabled: boolean;
23303
23348
  multiple: boolean;
23304
23349
  showAdjacentMonths: boolean;
23350
+ weekdays: number[];
23305
23351
  hideWeekdays: boolean;
23306
23352
  showWeek: boolean;
23307
23353
  }>;
@@ -23312,6 +23358,7 @@ declare const VDatePickerMonth: {
23312
23358
  disabled: boolean;
23313
23359
  multiple: boolean;
23314
23360
  showAdjacentMonths: boolean;
23361
+ weekdays: number[];
23315
23362
  hideWeekdays: boolean;
23316
23363
  showWeek: boolean;
23317
23364
  } & {
@@ -23362,6 +23409,7 @@ declare const VDatePickerMonth: {
23362
23409
  disabled: boolean;
23363
23410
  multiple: boolean;
23364
23411
  showAdjacentMonths: boolean;
23412
+ weekdays: number[];
23365
23413
  hideWeekdays: boolean;
23366
23414
  showWeek: boolean;
23367
23415
  }, {}, string, vue.SlotsType<Partial<{
@@ -23384,6 +23432,23 @@ declare const VDatePickerMonth: {
23384
23432
  min: vue.PropType<unknown>;
23385
23433
  showAdjacentMonths: BooleanConstructor;
23386
23434
  year: (StringConstructor | NumberConstructor)[];
23435
+ weekdays: {
23436
+ type: {
23437
+ (arrayLength: number): number[];
23438
+ (...items: number[]): number[];
23439
+ new (arrayLength: number): number[];
23440
+ new (...items: number[]): number[];
23441
+ isArray(arg: any): arg is any[];
23442
+ readonly prototype: any[];
23443
+ from<T>(arrayLike: ArrayLike<T>): T[];
23444
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
23445
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
23446
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
23447
+ of<T_4>(...items: T_4[]): T_4[];
23448
+ readonly [Symbol.species]: ArrayConstructor;
23449
+ };
23450
+ default: () => number[];
23451
+ };
23387
23452
  color: StringConstructor;
23388
23453
  hideWeekdays: BooleanConstructor;
23389
23454
  multiple: BooleanConstructor;
@@ -23398,6 +23463,23 @@ declare const VDatePickerMonth: {
23398
23463
  min: vue.PropType<unknown>;
23399
23464
  showAdjacentMonths: BooleanConstructor;
23400
23465
  year: (StringConstructor | NumberConstructor)[];
23466
+ weekdays: {
23467
+ type: {
23468
+ (arrayLength: number): number[];
23469
+ (...items: number[]): number[];
23470
+ new (arrayLength: number): number[];
23471
+ new (...items: number[]): number[];
23472
+ isArray(arg: any): arg is any[];
23473
+ readonly prototype: any[];
23474
+ from<T>(arrayLike: ArrayLike<T>): T[];
23475
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
23476
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
23477
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
23478
+ of<T_4>(...items: T_4[]): T_4[];
23479
+ readonly [Symbol.species]: ArrayConstructor;
23480
+ };
23481
+ default: () => number[];
23482
+ };
23401
23483
  color: StringConstructor;
23402
23484
  hideWeekdays: BooleanConstructor;
23403
23485
  multiple: BooleanConstructor;
@@ -24560,7 +24642,7 @@ declare const VDialog: {
24560
24642
  globalTop: Readonly<vue.Ref<boolean>>;
24561
24643
  localTop: vue.ComputedRef<boolean>;
24562
24644
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
24563
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "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, {
24645
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "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, {
24564
24646
  'update:modelValue': (value: boolean) => boolean;
24565
24647
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
24566
24648
  absolute: boolean;
@@ -25207,7 +25289,7 @@ declare const VDialog: {
25207
25289
  globalTop: Readonly<vue.Ref<boolean>>;
25208
25290
  localTop: vue.ComputedRef<boolean>;
25209
25291
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
25210
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "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}`>, {}, {}, {}, {
25292
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "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}`>, {}, {}, {}, {
25211
25293
  absolute: boolean;
25212
25294
  location: Anchor;
25213
25295
  origin: NonNullable<"auto" | Anchor | "overlap">;
@@ -25758,7 +25840,7 @@ declare const VDialog: {
25758
25840
  globalTop: Readonly<vue.Ref<boolean>>;
25759
25841
  localTop: vue.ComputedRef<boolean>;
25760
25842
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
25761
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "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, {
25843
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "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, {
25762
25844
  'update:modelValue': (value: boolean) => boolean;
25763
25845
  }, string, {
25764
25846
  absolute: boolean;
@@ -27484,7 +27566,7 @@ declare const VFileInput: {
27484
27566
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
27485
27567
  modelValue?: unknown;
27486
27568
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
27487
- }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
27569
+ }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
27488
27570
  'click:control': (e: MouseEvent) => true;
27489
27571
  'mousedown:control': (e: MouseEvent) => true;
27490
27572
  'update:focused': (focused: boolean) => true;
@@ -28050,7 +28132,7 @@ declare const VFileInput: {
28050
28132
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
28051
28133
  modelValue?: unknown;
28052
28134
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
28053
- }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
28135
+ }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
28054
28136
  flat: boolean;
28055
28137
  reverse: boolean;
28056
28138
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
@@ -28440,7 +28522,7 @@ declare const VFileInput: {
28440
28522
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
28441
28523
  modelValue?: unknown;
28442
28524
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
28443
- }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
28525
+ }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
28444
28526
  'click:control': (e: MouseEvent) => true;
28445
28527
  'mousedown:control': (e: MouseEvent) => true;
28446
28528
  'update:focused': (focused: boolean) => true;
@@ -28995,7 +29077,7 @@ declare const VForm: {
28995
29077
  }[]>;
28996
29078
  isDisabled: vue.ComputedRef<boolean>;
28997
29079
  isReadonly: vue.ComputedRef<boolean>;
28998
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29080
+ isValidating: vue.ShallowRef<boolean>;
28999
29081
  isValid: vue.Ref<boolean | null> & {
29000
29082
  readonly externalValue: boolean | null;
29001
29083
  };
@@ -29024,7 +29106,7 @@ declare const VForm: {
29024
29106
  }[]>;
29025
29107
  isDisabled: vue.ComputedRef<boolean>;
29026
29108
  isReadonly: vue.ComputedRef<boolean>;
29027
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29109
+ isValidating: vue.ShallowRef<boolean>;
29028
29110
  isValid: vue.Ref<boolean | null> & {
29029
29111
  readonly externalValue: boolean | null;
29030
29112
  };
@@ -29054,7 +29136,7 @@ declare const VForm: {
29054
29136
  }[]>;
29055
29137
  isDisabled: vue.ComputedRef<boolean>;
29056
29138
  isReadonly: vue.ComputedRef<boolean>;
29057
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29139
+ isValidating: vue.ShallowRef<boolean>;
29058
29140
  isValid: vue.Ref<boolean | null> & {
29059
29141
  readonly externalValue: boolean | null;
29060
29142
  };
@@ -29085,7 +29167,7 @@ declare const VForm: {
29085
29167
  }[]>;
29086
29168
  isDisabled: vue.ComputedRef<boolean>;
29087
29169
  isReadonly: vue.ComputedRef<boolean>;
29088
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29170
+ isValidating: vue.ShallowRef<boolean>;
29089
29171
  isValid: vue.Ref<boolean | null> & {
29090
29172
  readonly externalValue: boolean | null;
29091
29173
  };
@@ -29117,7 +29199,7 @@ declare const VForm: {
29117
29199
  }[]>;
29118
29200
  isDisabled: vue.ComputedRef<boolean>;
29119
29201
  isReadonly: vue.ComputedRef<boolean>;
29120
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29202
+ isValidating: vue.ShallowRef<boolean>;
29121
29203
  isValid: vue.Ref<boolean | null> & {
29122
29204
  readonly externalValue: boolean | null;
29123
29205
  };
@@ -29159,7 +29241,7 @@ declare const VForm: {
29159
29241
  }[]>;
29160
29242
  isDisabled: vue.ComputedRef<boolean>;
29161
29243
  isReadonly: vue.ComputedRef<boolean>;
29162
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29244
+ isValidating: vue.ShallowRef<boolean>;
29163
29245
  isValid: vue.Ref<boolean | null> & {
29164
29246
  readonly externalValue: boolean | null;
29165
29247
  };
@@ -29188,7 +29270,7 @@ declare const VForm: {
29188
29270
  }[]>;
29189
29271
  isDisabled: vue.ComputedRef<boolean>;
29190
29272
  isReadonly: vue.ComputedRef<boolean>;
29191
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29273
+ isValidating: vue.ShallowRef<boolean>;
29192
29274
  isValid: vue.Ref<boolean | null> & {
29193
29275
  readonly externalValue: boolean | null;
29194
29276
  };
@@ -29218,7 +29300,7 @@ declare const VForm: {
29218
29300
  }[]>;
29219
29301
  isDisabled: vue.ComputedRef<boolean>;
29220
29302
  isReadonly: vue.ComputedRef<boolean>;
29221
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29303
+ isValidating: vue.ShallowRef<boolean>;
29222
29304
  isValid: vue.Ref<boolean | null> & {
29223
29305
  readonly externalValue: boolean | null;
29224
29306
  };
@@ -29249,7 +29331,7 @@ declare const VForm: {
29249
29331
  }[]>;
29250
29332
  isDisabled: vue.ComputedRef<boolean>;
29251
29333
  isReadonly: vue.ComputedRef<boolean>;
29252
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29334
+ isValidating: vue.ShallowRef<boolean>;
29253
29335
  isValid: vue.Ref<boolean | null> & {
29254
29336
  readonly externalValue: boolean | null;
29255
29337
  };
@@ -29289,7 +29371,7 @@ declare const VForm: {
29289
29371
  }[]>;
29290
29372
  isDisabled: vue.ComputedRef<boolean>;
29291
29373
  isReadonly: vue.ComputedRef<boolean>;
29292
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29374
+ isValidating: vue.ShallowRef<boolean>;
29293
29375
  isValid: vue.Ref<boolean | null> & {
29294
29376
  readonly externalValue: boolean | null;
29295
29377
  };
@@ -29338,7 +29420,7 @@ declare const VForm: {
29338
29420
  }[]>;
29339
29421
  isDisabled: vue.ComputedRef<boolean>;
29340
29422
  isReadonly: vue.ComputedRef<boolean>;
29341
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29423
+ isValidating: vue.ShallowRef<boolean>;
29342
29424
  isValid: vue.Ref<boolean | null> & {
29343
29425
  readonly externalValue: boolean | null;
29344
29426
  };
@@ -29367,7 +29449,7 @@ declare const VForm: {
29367
29449
  }[]>;
29368
29450
  isDisabled: vue.ComputedRef<boolean>;
29369
29451
  isReadonly: vue.ComputedRef<boolean>;
29370
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29452
+ isValidating: vue.ShallowRef<boolean>;
29371
29453
  isValid: vue.Ref<boolean | null> & {
29372
29454
  readonly externalValue: boolean | null;
29373
29455
  };
@@ -29397,7 +29479,7 @@ declare const VForm: {
29397
29479
  }[]>;
29398
29480
  isDisabled: vue.ComputedRef<boolean>;
29399
29481
  isReadonly: vue.ComputedRef<boolean>;
29400
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29482
+ isValidating: vue.ShallowRef<boolean>;
29401
29483
  isValid: vue.Ref<boolean | null> & {
29402
29484
  readonly externalValue: boolean | null;
29403
29485
  };
@@ -29428,7 +29510,7 @@ declare const VForm: {
29428
29510
  }[]>;
29429
29511
  isDisabled: vue.ComputedRef<boolean>;
29430
29512
  isReadonly: vue.ComputedRef<boolean>;
29431
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29513
+ isValidating: vue.ShallowRef<boolean>;
29432
29514
  isValid: vue.Ref<boolean | null> & {
29433
29515
  readonly externalValue: boolean | null;
29434
29516
  };
@@ -29460,7 +29542,7 @@ declare const VForm: {
29460
29542
  }[]>;
29461
29543
  isDisabled: vue.ComputedRef<boolean>;
29462
29544
  isReadonly: vue.ComputedRef<boolean>;
29463
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29545
+ isValidating: vue.ShallowRef<boolean>;
29464
29546
  isValid: vue.Ref<boolean | null> & {
29465
29547
  readonly externalValue: boolean | null;
29466
29548
  };
@@ -29510,7 +29592,7 @@ declare const VForm: {
29510
29592
  }[]>;
29511
29593
  isDisabled: vue.ComputedRef<boolean>;
29512
29594
  isReadonly: vue.ComputedRef<boolean>;
29513
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29595
+ isValidating: vue.ShallowRef<boolean>;
29514
29596
  isValid: vue.Ref<boolean | null> & {
29515
29597
  readonly externalValue: boolean | null;
29516
29598
  };
@@ -29539,7 +29621,7 @@ declare const VForm: {
29539
29621
  }[]>;
29540
29622
  isDisabled: vue.ComputedRef<boolean>;
29541
29623
  isReadonly: vue.ComputedRef<boolean>;
29542
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29624
+ isValidating: vue.ShallowRef<boolean>;
29543
29625
  isValid: vue.Ref<boolean | null> & {
29544
29626
  readonly externalValue: boolean | null;
29545
29627
  };
@@ -29569,7 +29651,7 @@ declare const VForm: {
29569
29651
  }[]>;
29570
29652
  isDisabled: vue.ComputedRef<boolean>;
29571
29653
  isReadonly: vue.ComputedRef<boolean>;
29572
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29654
+ isValidating: vue.ShallowRef<boolean>;
29573
29655
  isValid: vue.Ref<boolean | null> & {
29574
29656
  readonly externalValue: boolean | null;
29575
29657
  };
@@ -29600,7 +29682,7 @@ declare const VForm: {
29600
29682
  }[]>;
29601
29683
  isDisabled: vue.ComputedRef<boolean>;
29602
29684
  isReadonly: vue.ComputedRef<boolean>;
29603
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29685
+ isValidating: vue.ShallowRef<boolean>;
29604
29686
  isValid: vue.Ref<boolean | null> & {
29605
29687
  readonly externalValue: boolean | null;
29606
29688
  };
@@ -29632,7 +29714,7 @@ declare const VForm: {
29632
29714
  }[]>;
29633
29715
  isDisabled: vue.ComputedRef<boolean>;
29634
29716
  isReadonly: vue.ComputedRef<boolean>;
29635
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29717
+ isValidating: vue.ShallowRef<boolean>;
29636
29718
  isValid: vue.Ref<boolean | null> & {
29637
29719
  readonly externalValue: boolean | null;
29638
29720
  };
@@ -29671,7 +29753,7 @@ declare const VForm: {
29671
29753
  }[]>;
29672
29754
  isDisabled: vue.ComputedRef<boolean>;
29673
29755
  isReadonly: vue.ComputedRef<boolean>;
29674
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
29756
+ isValidating: vue.ShallowRef<boolean>;
29675
29757
  isValid: vue.Ref<boolean | null> & {
29676
29758
  readonly externalValue: boolean | null;
29677
29759
  };
@@ -34902,7 +34984,7 @@ declare const VMenu: {
34902
34984
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
34903
34985
  }, {
34904
34986
  id: vue.ComputedRef<string>;
34905
- ΨopenChildren: vue.Ref<number> | vue.ShallowRef<number>;
34987
+ ΨopenChildren: vue.ShallowRef<number>;
34906
34988
  } & Omit<Omit<{
34907
34989
  $: vue.ComponentInternalInstance;
34908
34990
  $data: {};
@@ -35340,7 +35422,7 @@ declare const VMenu: {
35340
35422
  globalTop: Readonly<vue.Ref<boolean>>;
35341
35423
  localTop: vue.ComputedRef<boolean>;
35342
35424
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
35343
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "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, {
35425
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "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, {
35344
35426
  'update:modelValue': (value: boolean) => boolean;
35345
35427
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
35346
35428
  location: Anchor;
@@ -35544,7 +35626,7 @@ declare const VMenu: {
35544
35626
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
35545
35627
  }, {
35546
35628
  id: vue.ComputedRef<string>;
35547
- ΨopenChildren: vue.Ref<number> | vue.ShallowRef<number>;
35629
+ ΨopenChildren: vue.ShallowRef<number>;
35548
35630
  } & Omit<Omit<{
35549
35631
  $: vue.ComponentInternalInstance;
35550
35632
  $data: {};
@@ -35982,7 +36064,7 @@ declare const VMenu: {
35982
36064
  globalTop: Readonly<vue.Ref<boolean>>;
35983
36065
  localTop: vue.ComputedRef<boolean>;
35984
36066
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
35985
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "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}`>, {}, {}, {}, {
36067
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "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}`>, {}, {}, {}, {
35986
36068
  location: Anchor;
35987
36069
  origin: "auto" | Anchor | "overlap";
35988
36070
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
@@ -36093,7 +36175,7 @@ declare const VMenu: {
36093
36175
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
36094
36176
  }, {
36095
36177
  id: vue.ComputedRef<string>;
36096
- ΨopenChildren: vue.Ref<number> | vue.ShallowRef<number>;
36178
+ ΨopenChildren: vue.ShallowRef<number>;
36097
36179
  } & Omit<Omit<{
36098
36180
  $: vue.ComponentInternalInstance;
36099
36181
  $data: {};
@@ -36531,7 +36613,7 @@ declare const VMenu: {
36531
36613
  globalTop: Readonly<vue.Ref<boolean>>;
36532
36614
  localTop: vue.ComputedRef<boolean>;
36533
36615
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
36534
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "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, {
36616
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "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, {
36535
36617
  'update:modelValue': (value: boolean) => boolean;
36536
36618
  }, string, {
36537
36619
  location: Anchor;
@@ -36860,7 +36942,7 @@ declare const VNavigationDrawer: {
36860
36942
  "onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
36861
36943
  "onUpdate:rail"?: ((val: boolean) => any) | undefined;
36862
36944
  }, {
36863
- isStuck: vue.Ref<boolean | "top" | "bottom"> | vue.ShallowRef<boolean | "top" | "bottom">;
36945
+ isStuck: vue.ShallowRef<boolean | "top" | "bottom">;
36864
36946
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
36865
36947
  'update:modelValue': (val: boolean) => true;
36866
36948
  'update:rail': (val: boolean) => true;
@@ -37005,7 +37087,7 @@ declare const VNavigationDrawer: {
37005
37087
  "onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
37006
37088
  "onUpdate:rail"?: ((val: boolean) => any) | undefined;
37007
37089
  }, {
37008
- isStuck: vue.Ref<boolean | "top" | "bottom"> | vue.ShallowRef<boolean | "top" | "bottom">;
37090
+ isStuck: vue.ShallowRef<boolean | "top" | "bottom">;
37009
37091
  }, {}, {}, {}, {
37010
37092
  absolute: boolean;
37011
37093
  location: "end" | "start" | "left" | "top" | "bottom" | "right";
@@ -37081,7 +37163,7 @@ declare const VNavigationDrawer: {
37081
37163
  "onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
37082
37164
  "onUpdate:rail"?: ((val: boolean) => any) | undefined;
37083
37165
  }, {
37084
- isStuck: vue.Ref<boolean | "top" | "bottom"> | vue.ShallowRef<boolean | "top" | "bottom">;
37166
+ isStuck: vue.ShallowRef<boolean | "top" | "bottom">;
37085
37167
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
37086
37168
  'update:modelValue': (val: boolean) => true;
37087
37169
  'update:rail': (val: boolean) => true;
@@ -44390,7 +44472,7 @@ declare const VSlideGroup: {
44390
44472
  } & {}, {
44391
44473
  selected: vue.Ref<readonly number[]>;
44392
44474
  scrollTo: (location: 'prev' | 'next') => void;
44393
- scrollOffset: vue.Ref<number> | vue.ShallowRef<number>;
44475
+ scrollOffset: vue.ShallowRef<number>;
44394
44476
  focus: (location?: 'next' | 'prev' | 'first' | 'last') => void;
44395
44477
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
44396
44478
  'update:modelValue': (value: any) => boolean;
@@ -44459,7 +44541,7 @@ declare const VSlideGroup: {
44459
44541
  } & {}, {
44460
44542
  selected: vue.Ref<readonly number[]>;
44461
44543
  scrollTo: (location: 'prev' | 'next') => void;
44462
- scrollOffset: vue.Ref<number> | vue.ShallowRef<number>;
44544
+ scrollOffset: vue.ShallowRef<number>;
44463
44545
  focus: (location?: 'next' | 'prev' | 'first' | 'last') => void;
44464
44546
  }, {}, {}, {}, {
44465
44547
  symbol: any;
@@ -44496,7 +44578,7 @@ declare const VSlideGroup: {
44496
44578
  } & {}, {
44497
44579
  selected: vue.Ref<readonly number[]>;
44498
44580
  scrollTo: (location: 'prev' | 'next') => void;
44499
- scrollOffset: vue.Ref<number> | vue.ShallowRef<number>;
44581
+ scrollOffset: vue.ShallowRef<number>;
44500
44582
  focus: (location?: 'next' | 'prev' | 'first' | 'last') => void;
44501
44583
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
44502
44584
  'update:modelValue': (value: any) => boolean;
@@ -46145,7 +46227,7 @@ declare const VSnackbar: {
46145
46227
  globalTop: Readonly<vue.Ref<boolean>>;
46146
46228
  localTop: vue.ComputedRef<boolean>;
46147
46229
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
46148
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "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, {
46230
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "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, {
46149
46231
  'update:modelValue': (v: boolean) => boolean;
46150
46232
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
46151
46233
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -46788,7 +46870,7 @@ declare const VSnackbar: {
46788
46870
  globalTop: Readonly<vue.Ref<boolean>>;
46789
46871
  localTop: vue.ComputedRef<boolean>;
46790
46872
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
46791
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "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}`>, {}, {}, {}, {
46873
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "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}`>, {}, {}, {}, {
46792
46874
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
46793
46875
  absolute: boolean;
46794
46876
  location: Anchor;
@@ -47333,7 +47415,7 @@ declare const VSnackbar: {
47333
47415
  globalTop: Readonly<vue.Ref<boolean>>;
47334
47416
  localTop: vue.ComputedRef<boolean>;
47335
47417
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
47336
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "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, {
47418
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "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, {
47337
47419
  'update:modelValue': (v: boolean) => boolean;
47338
47420
  }, string, {
47339
47421
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -51441,7 +51523,7 @@ declare const VTextarea: {
51441
51523
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
51442
51524
  modelValue?: unknown;
51443
51525
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
51444
- }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
51526
+ }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
51445
51527
  'click:control': (e: MouseEvent) => true;
51446
51528
  'mousedown:control': (e: MouseEvent) => true;
51447
51529
  'update:focused': (focused: boolean) => true;
@@ -51973,7 +52055,7 @@ declare const VTextarea: {
51973
52055
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
51974
52056
  modelValue?: unknown;
51975
52057
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
51976
- }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
52058
+ }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
51977
52059
  flat: boolean;
51978
52060
  reverse: boolean;
51979
52061
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
@@ -52350,7 +52432,7 @@ declare const VTextarea: {
52350
52432
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
52351
52433
  modelValue?: unknown;
52352
52434
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
52353
- }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
52435
+ }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
52354
52436
  'click:control': (e: MouseEvent) => true;
52355
52437
  'mousedown:control': (e: MouseEvent) => true;
52356
52438
  'update:focused': (focused: boolean) => true;
@@ -52989,7 +53071,7 @@ declare const VTextField: {
52989
53071
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
52990
53072
  modelValue?: unknown;
52991
53073
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
52992
- }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
53074
+ }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
52993
53075
  $: vue.ComponentInternalInstance;
52994
53076
  $data: {};
52995
53077
  $props: Partial<{
@@ -53239,7 +53321,7 @@ declare const VTextField: {
53239
53321
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
53240
53322
  modelValue?: unknown;
53241
53323
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
53242
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "rounded" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
53324
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "rounded" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
53243
53325
  'click:control': (e: MouseEvent) => true;
53244
53326
  'mousedown:control': (e: MouseEvent) => true;
53245
53327
  'update:focused': (focused: boolean) => true;
@@ -53774,7 +53856,7 @@ declare const VTextField: {
53774
53856
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
53775
53857
  modelValue?: unknown;
53776
53858
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
53777
- }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
53859
+ }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
53778
53860
  $: vue.ComponentInternalInstance;
53779
53861
  $data: {};
53780
53862
  $props: Partial<{
@@ -54024,7 +54106,7 @@ declare const VTextField: {
54024
54106
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
54025
54107
  modelValue?: unknown;
54026
54108
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
54027
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "rounded" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, {}, {}, {}, {
54109
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "rounded" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, {}, {}, {}, {
54028
54110
  flat: boolean;
54029
54111
  reverse: boolean;
54030
54112
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
@@ -54400,7 +54482,7 @@ declare const VTextField: {
54400
54482
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
54401
54483
  modelValue?: unknown;
54402
54484
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
54403
- }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
54485
+ }, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
54404
54486
  $: vue.ComponentInternalInstance;
54405
54487
  $data: {};
54406
54488
  $props: Partial<{
@@ -54650,7 +54732,7 @@ declare const VTextField: {
54650
54732
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
54651
54733
  modelValue?: unknown;
54652
54734
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
54653
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "rounded" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
54735
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "rounded" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
54654
54736
  'click:control': (e: MouseEvent) => true;
54655
54737
  'mousedown:control': (e: MouseEvent) => true;
54656
54738
  'update:focused': (focused: boolean) => true;
@@ -56326,7 +56408,7 @@ declare const VTooltip: {
56326
56408
  globalTop: Readonly<vue.Ref<boolean>>;
56327
56409
  localTop: vue.ComputedRef<boolean>;
56328
56410
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
56329
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "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, {
56411
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "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, {
56330
56412
  'update:modelValue': (value: boolean) => boolean;
56331
56413
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
56332
56414
  offset: NonNullable<string | number | number[] | undefined>;
@@ -56958,7 +57040,7 @@ declare const VTooltip: {
56958
57040
  globalTop: Readonly<vue.Ref<boolean>>;
56959
57041
  localTop: vue.ComputedRef<boolean>;
56960
57042
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
56961
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "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}`>, {}, {}, {}, {
57043
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "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}`>, {}, {}, {}, {
56962
57044
  offset: NonNullable<string | number | number[] | undefined>;
56963
57045
  location: NonNullable<Anchor>;
56964
57046
  origin: NonNullable<"auto" | Anchor | "overlap">;
@@ -57499,7 +57581,7 @@ declare const VTooltip: {
57499
57581
  globalTop: Readonly<vue.Ref<boolean>>;
57500
57582
  localTop: vue.ComputedRef<boolean>;
57501
57583
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
57502
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "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, {
57584
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "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, {
57503
57585
  'update:modelValue': (value: boolean) => boolean;
57504
57586
  }, string, {
57505
57587
  offset: NonNullable<string | number | number[] | undefined>;
@@ -57842,9 +57924,9 @@ declare const VValidation: {
57842
57924
  isDirty: vue.ComputedRef<boolean>;
57843
57925
  isDisabled: vue.ComputedRef<boolean>;
57844
57926
  isReadonly: vue.ComputedRef<boolean>;
57845
- isPristine: vue.Ref<boolean> | vue.ShallowRef<boolean>;
57927
+ isPristine: vue.ShallowRef<boolean>;
57846
57928
  isValid: vue.ComputedRef<boolean | null>;
57847
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
57929
+ isValidating: vue.ShallowRef<boolean>;
57848
57930
  reset: () => void;
57849
57931
  resetValidation: () => void;
57850
57932
  validate: (silent?: boolean) => Promise<string[]>;
@@ -57921,9 +58003,9 @@ declare const VValidation: {
57921
58003
  isDirty: vue.ComputedRef<boolean>;
57922
58004
  isDisabled: vue.ComputedRef<boolean>;
57923
58005
  isReadonly: vue.ComputedRef<boolean>;
57924
- isPristine: vue.Ref<boolean> | vue.ShallowRef<boolean>;
58006
+ isPristine: vue.ShallowRef<boolean>;
57925
58007
  isValid: vue.ComputedRef<boolean | null>;
57926
- isValidating: vue.Ref<boolean> | vue.ShallowRef<boolean>;
58008
+ isValidating: vue.ShallowRef<boolean>;
57927
58009
  reset: () => void;
57928
58010
  resetValidation: () => void;
57929
58011
  validate: (silent?: boolean) => Promise<string[]>;
@@ -60797,25 +60879,27 @@ declare module '@vue/runtime-core' {
60797
60879
 
60798
60880
  export interface GlobalComponents {
60799
60881
  VApp: typeof import('vuetify/components')['VApp']
60800
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
60801
60882
  VAppBar: typeof import('vuetify/components')['VAppBar']
60802
60883
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
60803
60884
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
60804
60885
  VAlert: typeof import('vuetify/components')['VAlert']
60805
60886
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
60806
- VBadge: typeof import('vuetify/components')['VBadge']
60807
60887
  VAvatar: typeof import('vuetify/components')['VAvatar']
60808
- VBtn: typeof import('vuetify/components')['VBtn']
60809
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
60810
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
60811
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
60812
60888
  VBanner: typeof import('vuetify/components')['VBanner']
60813
60889
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
60814
60890
  VBannerText: typeof import('vuetify/components')['VBannerText']
60815
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
60816
60891
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
60817
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
60892
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
60893
+ VBadge: typeof import('vuetify/components')['VBadge']
60894
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
60895
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
60896
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
60897
+ VBtn: typeof import('vuetify/components')['VBtn']
60898
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
60818
60899
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
60900
+ VCarousel: typeof import('vuetify/components')['VCarousel']
60901
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
60902
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
60819
60903
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
60820
60904
  VCard: typeof import('vuetify/components')['VCard']
60821
60905
  VCardActions: typeof import('vuetify/components')['VCardActions']
@@ -60823,50 +60907,47 @@ declare module '@vue/runtime-core' {
60823
60907
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
60824
60908
  VCardText: typeof import('vuetify/components')['VCardText']
60825
60909
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
60826
- VCode: typeof import('vuetify/components')['VCode']
60827
60910
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
60828
60911
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
60829
- VCarousel: typeof import('vuetify/components')['VCarousel']
60830
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
60831
60912
  VChip: typeof import('vuetify/components')['VChip']
60913
+ VCode: typeof import('vuetify/components')['VCode']
60832
60914
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
60833
- VCounter: typeof import('vuetify/components')['VCounter']
60915
+ VDataTable: typeof import('vuetify/components')['VDataTable']
60916
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
60917
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
60918
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
60919
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
60920
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
60834
60921
  VCombobox: typeof import('vuetify/components')['VCombobox']
60922
+ VCounter: typeof import('vuetify/components')['VCounter']
60835
60923
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
60836
60924
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
60837
60925
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
60838
60926
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
60839
60927
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
60840
60928
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
60841
- VDataTable: typeof import('vuetify/components')['VDataTable']
60842
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
60843
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
60844
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
60845
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
60846
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
60847
- VDivider: typeof import('vuetify/components')['VDivider']
60848
60929
  VDialog: typeof import('vuetify/components')['VDialog']
60930
+ VDivider: typeof import('vuetify/components')['VDivider']
60849
60931
  VField: typeof import('vuetify/components')['VField']
60850
60932
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
60851
60933
  VFileInput: typeof import('vuetify/components')['VFileInput']
60934
+ VFooter: typeof import('vuetify/components')['VFooter']
60852
60935
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
60853
60936
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
60854
60937
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
60855
60938
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
60856
- VFooter: typeof import('vuetify/components')['VFooter']
60857
- VImg: typeof import('vuetify/components')['VImg']
60858
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
60859
60939
  VIcon: typeof import('vuetify/components')['VIcon']
60860
60940
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
60861
60941
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
60862
60942
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
60863
60943
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
60864
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
60865
- VItem: typeof import('vuetify/components')['VItem']
60944
+ VImg: typeof import('vuetify/components')['VImg']
60945
+ VKbd: typeof import('vuetify/components')['VKbd']
60946
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
60866
60947
  VInput: typeof import('vuetify/components')['VInput']
60867
60948
  VLabel: typeof import('vuetify/components')['VLabel']
60868
- VKbd: typeof import('vuetify/components')['VKbd']
60869
- VMain: typeof import('vuetify/components')['VMain']
60949
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
60950
+ VItem: typeof import('vuetify/components')['VItem']
60870
60951
  VList: typeof import('vuetify/components')['VList']
60871
60952
  VListGroup: typeof import('vuetify/components')['VListGroup']
60872
60953
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -60878,51 +60959,52 @@ declare module '@vue/runtime-core' {
60878
60959
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
60879
60960
  VMenu: typeof import('vuetify/components')['VMenu']
60880
60961
  VMessages: typeof import('vuetify/components')['VMessages']
60962
+ VMain: typeof import('vuetify/components')['VMain']
60881
60963
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
60882
- VOverlay: typeof import('vuetify/components')['VOverlay']
60883
60964
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
60965
+ VOverlay: typeof import('vuetify/components')['VOverlay']
60884
60966
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
60885
60967
  VPagination: typeof import('vuetify/components')['VPagination']
60886
60968
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
60887
60969
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
60888
60970
  VSelect: typeof import('vuetify/components')['VSelect']
60971
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
60889
60972
  VRating: typeof import('vuetify/components')['VRating']
60973
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
60890
60974
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
60891
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
60892
60975
  VSheet: typeof import('vuetify/components')['VSheet']
60893
- VSlider: typeof import('vuetify/components')['VSlider']
60894
60976
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
60895
60977
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
60896
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
60978
+ VSlider: typeof import('vuetify/components')['VSlider']
60979
+ VSwitch: typeof import('vuetify/components')['VSwitch']
60980
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
60981
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
60897
60982
  VStepper: typeof import('vuetify/components')['VStepper']
60898
60983
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
60899
60984
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
60900
60985
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
60901
60986
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
60902
60987
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
60903
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
60904
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
60905
- VTable: typeof import('vuetify/components')['VTable']
60906
- VSwitch: typeof import('vuetify/components')['VSwitch']
60907
- VTextField: typeof import('vuetify/components')['VTextField']
60988
+ VTextarea: typeof import('vuetify/components')['VTextarea']
60989
+ VTimeline: typeof import('vuetify/components')['VTimeline']
60990
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
60908
60991
  VTabs: typeof import('vuetify/components')['VTabs']
60909
60992
  VTab: typeof import('vuetify/components')['VTab']
60910
- VTextarea: typeof import('vuetify/components')['VTextarea']
60993
+ VTable: typeof import('vuetify/components')['VTable']
60911
60994
  VToolbar: typeof import('vuetify/components')['VToolbar']
60912
60995
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
60913
60996
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
60997
+ VTextField: typeof import('vuetify/components')['VTextField']
60914
60998
  VTooltip: typeof import('vuetify/components')['VTooltip']
60915
- VTimeline: typeof import('vuetify/components')['VTimeline']
60916
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
60917
60999
  VWindow: typeof import('vuetify/components')['VWindow']
60918
61000
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
60919
61001
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
60920
61002
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
60921
- VForm: typeof import('vuetify/components')['VForm']
60922
61003
  VContainer: typeof import('vuetify/components')['VContainer']
60923
61004
  VCol: typeof import('vuetify/components')['VCol']
60924
61005
  VRow: typeof import('vuetify/components')['VRow']
60925
61006
  VSpacer: typeof import('vuetify/components')['VSpacer']
61007
+ VForm: typeof import('vuetify/components')['VForm']
60926
61008
  VHover: typeof import('vuetify/components')['VHover']
60927
61009
  VLayout: typeof import('vuetify/components')['VLayout']
60928
61010
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
@@ -60931,11 +61013,11 @@ declare module '@vue/runtime-core' {
60931
61013
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
60932
61014
  VParallax: typeof import('vuetify/components')['VParallax']
60933
61015
  VRadio: typeof import('vuetify/components')['VRadio']
60934
- VResponsive: typeof import('vuetify/components')['VResponsive']
60935
61016
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
60936
- VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
61017
+ VResponsive: typeof import('vuetify/components')['VResponsive']
60937
61018
  VValidation: typeof import('vuetify/components')['VValidation']
60938
61019
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
61020
+ VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
60939
61021
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
60940
61022
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
60941
61023
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -60952,14 +61034,14 @@ declare module '@vue/runtime-core' {
60952
61034
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
60953
61035
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
60954
61036
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
60955
- VPicker: typeof import('vuetify/labs/components')['VPicker']
60956
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
60957
61037
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
60958
61038
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
60959
61039
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
60960
61040
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
60961
61041
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
60962
61042
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
61043
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
61044
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
60963
61045
  VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
60964
61046
  }
60965
61047
  }