vuetify 3.1.0 → 3.1.1

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 (64) hide show
  1. package/dist/json/importMap.json +54 -54
  2. package/dist/json/web-types.json +65 -1
  3. package/dist/vuetify-labs.css +25743 -0
  4. package/dist/vuetify-labs.d.ts +25933 -38
  5. package/dist/vuetify-labs.esm.js +20101 -0
  6. package/dist/vuetify-labs.esm.js.map +1 -0
  7. package/dist/vuetify-labs.js +14980 -4612
  8. package/dist/vuetify-labs.min.css +12 -0
  9. package/dist/vuetify.css +96 -96
  10. package/dist/vuetify.d.ts +15 -14
  11. package/dist/vuetify.esm.js +77 -38
  12. package/dist/vuetify.esm.js.map +1 -1
  13. package/dist/vuetify.js +77 -38
  14. package/dist/vuetify.js.map +1 -1
  15. package/dist/vuetify.min.css +2 -2
  16. package/dist/vuetify.min.js +189 -189
  17. package/dist/vuetify.min.js.map +1 -1
  18. package/lib/components/VAppBar/VAppBarTitle.mjs +4 -4
  19. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  20. package/lib/components/VAutocomplete/VAutocomplete.mjs +16 -7
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  22. package/lib/components/VAutocomplete/index.d.ts +1 -0
  23. package/lib/components/VCheckbox/VCheckbox.mjs +2 -0
  24. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  25. package/lib/components/VCombobox/VCombobox.mjs +16 -7
  26. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  27. package/lib/components/VCombobox/index.d.ts +1 -0
  28. package/lib/components/VField/VField.mjs +3 -1
  29. package/lib/components/VField/VField.mjs.map +1 -1
  30. package/lib/components/VField/index.d.ts +1 -0
  31. package/lib/components/VFileInput/VFileInput.mjs +2 -0
  32. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  33. package/lib/components/VFileInput/index.d.ts +1 -0
  34. package/lib/components/VInput/VInput.mjs +3 -0
  35. package/lib/components/VInput/VInput.mjs.map +1 -1
  36. package/lib/components/VInput/index.d.ts +1 -0
  37. package/lib/components/VMessages/VMessages.mjs +3 -1
  38. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  39. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -0
  40. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  41. package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -1
  42. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  43. package/lib/components/VSelect/VSelect.mjs +18 -9
  44. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  45. package/lib/components/VSelect/index.d.ts +1 -0
  46. package/lib/components/VSlider/VSlider.mjs +4 -1
  47. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  48. package/lib/components/VSwitch/VSwitch.mjs +2 -0
  49. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  50. package/lib/components/VTextField/index.d.ts +1 -0
  51. package/lib/components/VTextarea/index.d.ts +1 -0
  52. package/lib/components/index.d.ts +1 -0
  53. package/lib/components/transitions/dialog-transition.mjs +3 -9
  54. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  55. package/lib/entry-bundler.mjs +1 -1
  56. package/lib/framework.mjs +1 -1
  57. package/lib/index.d.ts +14 -14
  58. package/lib/labs/allComponents.mjs +3 -0
  59. package/lib/labs/allComponents.mjs.map +1 -0
  60. package/lib/labs/entry-bundler.mjs +14 -0
  61. package/lib/labs/entry-bundler.mjs.map +1 -0
  62. package/lib/util/defineComponent.mjs +1 -1
  63. package/lib/util/defineComponent.mjs.map +1 -1
  64. package/package.json +2 -2
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.1.0
2
+ * Vuetify v3.1.1
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -24351,48 +24351,6 @@ html.v-overlay-scroll-blocked {
24351
24351
  border-top: 0px !important;
24352
24352
  position: sticky;
24353
24353
  bottom: 0;
24354
- }.v-textarea .v-field {
24355
- --v-textarea-control-height: var(--v-input-control-height);
24356
- }
24357
- .v-textarea .v-field__field {
24358
- --v-input-control-height: var(--v-textarea-control-height);
24359
- }
24360
- .v-textarea .v-field__input {
24361
- flex: 1 1 auto;
24362
- outline: none;
24363
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24364
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24365
- }
24366
- .v-textarea--auto-grow .v-field__input {
24367
- overflow: hidden;
24368
- }
24369
- .v-textarea--no-resize .v-field__input {
24370
- resize: none;
24371
- }
24372
- .v-textarea__sizer {
24373
- visibility: hidden;
24374
- position: absolute;
24375
- top: 0;
24376
- left: 0;
24377
- height: 0 !important;
24378
- min-height: 0 !important;
24379
- pointer-events: none;
24380
- }
24381
- .v-textarea .v-field--no-label textarea,
24382
- .v-textarea .v-field--active textarea {
24383
- opacity: 1;
24384
- }
24385
- .v-textarea textarea {
24386
- opacity: 0;
24387
- flex: 1;
24388
- min-width: 0;
24389
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24390
- }
24391
- .v-textarea textarea:focus, .v-textarea textarea:active {
24392
- outline: none;
24393
- }
24394
- .v-textarea textarea:invalid {
24395
- box-shadow: none;
24396
24354
  }/* region BLOCK */
24397
24355
  .v-text-field input {
24398
24356
  color: inherit;
@@ -24462,7 +24420,49 @@ html.v-overlay-scroll-blocked {
24462
24420
  padding: 0;
24463
24421
  }
24464
24422
 
24465
- /* endregion */.v-theme-provider {
24423
+ /* endregion */.v-textarea .v-field {
24424
+ --v-textarea-control-height: var(--v-input-control-height);
24425
+ }
24426
+ .v-textarea .v-field__field {
24427
+ --v-input-control-height: var(--v-textarea-control-height);
24428
+ }
24429
+ .v-textarea .v-field__input {
24430
+ flex: 1 1 auto;
24431
+ outline: none;
24432
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24433
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24434
+ }
24435
+ .v-textarea--auto-grow .v-field__input {
24436
+ overflow: hidden;
24437
+ }
24438
+ .v-textarea--no-resize .v-field__input {
24439
+ resize: none;
24440
+ }
24441
+ .v-textarea__sizer {
24442
+ visibility: hidden;
24443
+ position: absolute;
24444
+ top: 0;
24445
+ left: 0;
24446
+ height: 0 !important;
24447
+ min-height: 0 !important;
24448
+ pointer-events: none;
24449
+ }
24450
+ .v-textarea .v-field--no-label textarea,
24451
+ .v-textarea .v-field--active textarea {
24452
+ opacity: 1;
24453
+ }
24454
+ .v-textarea textarea {
24455
+ opacity: 0;
24456
+ flex: 1;
24457
+ min-width: 0;
24458
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24459
+ }
24460
+ .v-textarea textarea:focus, .v-textarea textarea:active {
24461
+ outline: none;
24462
+ }
24463
+ .v-textarea textarea:invalid {
24464
+ box-shadow: none;
24465
+ }.v-theme-provider {
24466
24466
  background: rgb(var(--v-theme-background));
24467
24467
  color: rgb(var(--v-theme-on-background));
24468
24468
  }.v-timeline .v-timeline-divider__dot {
@@ -25129,6 +25129,26 @@ html.v-overlay-scroll-blocked {
25129
25129
  }
25130
25130
  .v-window-y-reverse-transition-leave-to {
25131
25131
  transform: translateY(100%);
25132
+ }.v-color-picker-canvas {
25133
+ position: relative;
25134
+ overflow: hidden;
25135
+ contain: strict;
25136
+ }
25137
+ .v-color-picker-canvas__dot {
25138
+ position: absolute;
25139
+ top: 0;
25140
+ left: 0;
25141
+ width: 15px;
25142
+ height: 15px;
25143
+ background: transparent;
25144
+ border-radius: 50%;
25145
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25146
+ }
25147
+ .v-color-picker-canvas__dot--disabled {
25148
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25149
+ }
25150
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25151
+ will-change: transform;
25132
25152
  }.v-color-picker-edit {
25133
25153
  display: flex;
25134
25154
  }
@@ -25159,26 +25179,41 @@ html.v-overlay-scroll-blocked {
25159
25179
  }
25160
25180
  .v-color-picker-edit__input span {
25161
25181
  font-size: 0.75rem;
25162
- }.v-color-picker-canvas {
25163
- position: relative;
25164
- overflow: hidden;
25165
- contain: strict;
25182
+ }.v-color-picker-swatches {
25183
+ overflow-y: auto;
25166
25184
  }
25167
- .v-color-picker-canvas__dot {
25168
- position: absolute;
25169
- top: 0;
25170
- left: 0;
25171
- width: 15px;
25172
- height: 15px;
25173
- background: transparent;
25174
- border-radius: 50%;
25175
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25185
+ .v-color-picker-swatches > div {
25186
+ display: flex;
25187
+ flex-wrap: wrap;
25188
+ justify-content: center;
25189
+ padding: 8px;
25176
25190
  }
25177
- .v-color-picker-canvas__dot--disabled {
25178
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25191
+
25192
+ .v-color-picker-swatches__swatch {
25193
+ display: flex;
25194
+ flex-direction: column;
25195
+ margin-bottom: 10px;
25179
25196
  }
25180
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25181
- will-change: transform;
25197
+
25198
+ .v-color-picker-swatches__color {
25199
+ position: relative;
25200
+ height: 18px;
25201
+ max-height: 18px;
25202
+ width: 45px;
25203
+ margin: 2px 4px;
25204
+ border-radius: 2px;
25205
+ -webkit-user-select: none;
25206
+ user-select: none;
25207
+ overflow: hidden;
25208
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25209
+ cursor: pointer;
25210
+ }
25211
+ .v-color-picker-swatches__color > div {
25212
+ display: flex;
25213
+ align-items: center;
25214
+ justify-content: center;
25215
+ width: 100%;
25216
+ height: 100%;
25182
25217
  }.v-color-picker-preview__alpha .v-slider-track__background {
25183
25218
  background-color: transparent !important;
25184
25219
  }
@@ -25245,41 +25280,6 @@ html.v-overlay-scroll-blocked {
25245
25280
  align-items: center;
25246
25281
  display: flex;
25247
25282
  margin-bottom: 24px;
25248
- }.v-color-picker-swatches {
25249
- overflow-y: auto;
25250
- }
25251
- .v-color-picker-swatches > div {
25252
- display: flex;
25253
- flex-wrap: wrap;
25254
- justify-content: center;
25255
- padding: 8px;
25256
- }
25257
-
25258
- .v-color-picker-swatches__swatch {
25259
- display: flex;
25260
- flex-direction: column;
25261
- margin-bottom: 10px;
25262
- }
25263
-
25264
- .v-color-picker-swatches__color {
25265
- position: relative;
25266
- height: 18px;
25267
- max-height: 18px;
25268
- width: 45px;
25269
- margin: 2px 4px;
25270
- border-radius: 2px;
25271
- -webkit-user-select: none;
25272
- user-select: none;
25273
- overflow: hidden;
25274
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25275
- cursor: pointer;
25276
- }
25277
- .v-color-picker-swatches__color > div {
25278
- display: flex;
25279
- align-items: center;
25280
- justify-content: center;
25281
- width: 100%;
25282
- height: 100%;
25283
25283
  }.v-slider-thumb {
25284
25284
  touch-action: none;
25285
25285
  color: rgb(var(--v-theme-surface-variant));
package/dist/vuetify.d.ts CHANGED
@@ -1170,6 +1170,7 @@ interface LoaderSlotProps {
1170
1170
 
1171
1171
  interface VInputSlot {
1172
1172
  id: ComputedRef<string>;
1173
+ messagesId: ComputedRef<string>;
1173
1174
  isDirty: ComputedRef<boolean>;
1174
1175
  isDisabled: ComputedRef<boolean>;
1175
1176
  isReadonly: ComputedRef<boolean>;
@@ -25971,23 +25972,22 @@ declare module '@vue/runtime-core' {
25971
25972
 
25972
25973
  export interface GlobalComponents {
25973
25974
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
25975
+ VHover: typeof import('vuetify/components')['VHover']
25974
25976
  VForm: typeof import('vuetify/components')['VForm']
25975
25977
  VContainer: typeof import('vuetify/components')['VContainer']
25976
25978
  VCol: typeof import('vuetify/components')['VCol']
25977
25979
  VRow: typeof import('vuetify/components')['VRow']
25978
25980
  VSpacer: typeof import('vuetify/components')['VSpacer']
25979
- VHover: typeof import('vuetify/components')['VHover']
25980
25981
  VLayout: typeof import('vuetify/components')['VLayout']
25981
25982
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
25982
25983
  VLazy: typeof import('vuetify/components')['VLazy']
25983
25984
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
25984
25985
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
25985
25986
  VParallax: typeof import('vuetify/components')['VParallax']
25986
- VRadio: typeof import('vuetify/components')['VRadio']
25987
25987
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
25988
+ VRadio: typeof import('vuetify/components')['VRadio']
25988
25989
  VResponsive: typeof import('vuetify/components')['VResponsive']
25989
25990
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
25990
- VValidation: typeof import('vuetify/components')['VValidation']
25991
25991
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
25992
25992
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
25993
25993
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -26005,46 +26005,47 @@ declare module '@vue/runtime-core' {
26005
26005
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
26006
26006
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
26007
26007
  VApp: typeof import('vuetify/components')['VApp']
26008
+ VValidation: typeof import('vuetify/components')['VValidation']
26008
26009
  VAppBar: typeof import('vuetify/components')['VAppBar']
26009
26010
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
26010
26011
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
26012
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
26011
26013
  VAlert: typeof import('vuetify/components')['VAlert']
26012
26014
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
26013
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
26014
26015
  VAvatar: typeof import('vuetify/components')['VAvatar']
26015
26016
  VBadge: typeof import('vuetify/components')['VBadge']
26016
26017
  VBanner: typeof import('vuetify/components')['VBanner']
26017
26018
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
26018
26019
  VBannerText: typeof import('vuetify/components')['VBannerText']
26019
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
26020
26020
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
26021
26021
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
26022
26022
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
26023
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
26023
26024
  VBtn: typeof import('vuetify/components')['VBtn']
26024
26025
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
26025
26026
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
26027
+ VCarousel: typeof import('vuetify/components')['VCarousel']
26028
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
26026
26029
  VCard: typeof import('vuetify/components')['VCard']
26027
26030
  VCardActions: typeof import('vuetify/components')['VCardActions']
26028
26031
  VCardItem: typeof import('vuetify/components')['VCardItem']
26029
26032
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
26030
26033
  VCardText: typeof import('vuetify/components')['VCardText']
26031
26034
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
26032
- VCarousel: typeof import('vuetify/components')['VCarousel']
26033
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
26035
+ VChip: typeof import('vuetify/components')['VChip']
26034
26036
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
26035
26037
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
26036
- VChip: typeof import('vuetify/components')['VChip']
26037
26038
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
26038
26039
  VCode: typeof import('vuetify/components')['VCode']
26039
26040
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
26040
26041
  VCombobox: typeof import('vuetify/components')['VCombobox']
26041
26042
  VCounter: typeof import('vuetify/components')['VCounter']
26042
- VDialog: typeof import('vuetify/components')['VDialog']
26043
26043
  VDivider: typeof import('vuetify/components')['VDivider']
26044
26044
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
26045
26045
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
26046
26046
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
26047
26047
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
26048
+ VDialog: typeof import('vuetify/components')['VDialog']
26048
26049
  VField: typeof import('vuetify/components')['VField']
26049
26050
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
26050
26051
  VFileInput: typeof import('vuetify/components')['VFileInput']
@@ -26074,32 +26075,32 @@ declare module '@vue/runtime-core' {
26074
26075
  VMessages: typeof import('vuetify/components')['VMessages']
26075
26076
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
26076
26077
  VOverlay: typeof import('vuetify/components')['VOverlay']
26077
- VPagination: typeof import('vuetify/components')['VPagination']
26078
26078
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
26079
+ VPagination: typeof import('vuetify/components')['VPagination']
26079
26080
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
26080
26081
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
26081
26082
  VRating: typeof import('vuetify/components')['VRating']
26082
- VSelect: typeof import('vuetify/components')['VSelect']
26083
26083
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
26084
+ VSelect: typeof import('vuetify/components')['VSelect']
26084
26085
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
26085
- VSheet: typeof import('vuetify/components')['VSheet']
26086
26086
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
26087
26087
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
26088
26088
  VSlider: typeof import('vuetify/components')['VSlider']
26089
26089
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
26090
+ VSheet: typeof import('vuetify/components')['VSheet']
26090
26091
  VSwitch: typeof import('vuetify/components')['VSwitch']
26091
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
26092
26092
  VTabs: typeof import('vuetify/components')['VTabs']
26093
26093
  VTab: typeof import('vuetify/components')['VTab']
26094
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
26094
26095
  VTable: typeof import('vuetify/components')['VTable']
26095
26096
  VTextarea: typeof import('vuetify/components')['VTextarea']
26096
26097
  VTextField: typeof import('vuetify/components')['VTextField']
26098
+ VTooltip: typeof import('vuetify/components')['VTooltip']
26097
26099
  VTimeline: typeof import('vuetify/components')['VTimeline']
26098
26100
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
26099
26101
  VToolbar: typeof import('vuetify/components')['VToolbar']
26100
26102
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
26101
26103
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
26102
- VTooltip: typeof import('vuetify/components')['VTooltip']
26103
26104
  VWindow: typeof import('vuetify/components')['VWindow']
26104
26105
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
26105
26106
  }