vuetify 3.4.1 → 3.4.2

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.4.1
2
+ * Vuetify v3.4.2
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -1864,9 +1864,9 @@ else{const{mount:a}=e
1864
1864
  e.mount=function(){const l=a(...arguments)
1865
1865
  return t.nextTick((()=>c.update())),e.mount=a,l}}Nt.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:cp.call(this,ut),display:cp.call(this,yr),theme:cp.call(this,ta),icons:cp.call(this,Al),locale:cp.call(this,Xt),date:cp.call(this,fu)})}}})}
1866
1866
  return{install:m,defaults:u,display:c,theme:d,icons:v,locale:p,date:f}}function cp(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
1867
- if(a&&e in a)return a[e]}up.version="3.4.1"
1867
+ if(a&&e in a)return a[e]}up.version="3.4.2"
1868
1868
  const dp=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}
1869
- return up({components:tp,directives:sp,...e})},vp="3.4.1"
1869
+ return up({components:tp,directives:sp,...e})},vp="3.4.2"
1870
1870
  dp.version=vp,e.components=tp,e.createVuetify=dp,e.directives=sp,e.useDate=gu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
1871
1871
  const{props:a,provideSubDefaults:l}=ft(e,t)
1872
1872
  return l(),a},e.useDisplay=Nr,e.useLayout=Mt,e.useLocale=Jt,e.useRtl=ea,e.useTheme=ra,e.version=vp}))
@@ -15,9 +15,6 @@
15
15
  cursor: pointer;
16
16
  }
17
17
 
18
- .v-data-table .v-table__wrapper > table {
19
- table-layout: fixed;
20
- }
21
18
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
22
19
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
23
20
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
@@ -21,8 +21,6 @@
21
21
  .v-data-table
22
22
  .v-table__wrapper
23
23
  > table
24
- table-layout: fixed
25
-
26
24
  > thead,
27
25
  tbody
28
26
  > tr
@@ -15,7 +15,7 @@ export const createVuetify = function () {
15
15
  ...options
16
16
  });
17
17
  };
18
- export const version = "3.4.1";
18
+ export const version = "3.4.2";
19
19
  createVuetify.version = version;
20
20
  export { components, directives };
21
21
  export * from "./composables/index.mjs";
package/lib/framework.mjs CHANGED
@@ -92,7 +92,7 @@ export function createVuetify() {
92
92
  date
93
93
  };
94
94
  }
95
- export const version = "3.4.1";
95
+ export const version = "3.4.2";
96
96
  createVuetify.version = version;
97
97
 
98
98
  // Vue's inject() can only be used in setup
package/lib/index.d.mts CHANGED
@@ -434,10 +434,12 @@ declare module '@vue/runtime-core' {
434
434
 
435
435
  export interface GlobalComponents {
436
436
  VApp: typeof import('vuetify/components')['VApp']
437
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
438
437
  VAppBar: typeof import('vuetify/components')['VAppBar']
439
438
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
440
439
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
440
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
441
+ VAlert: typeof import('vuetify/components')['VAlert']
442
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
441
443
  VBadge: typeof import('vuetify/components')['VBadge']
442
444
  VAvatar: typeof import('vuetify/components')['VAvatar']
443
445
  VBanner: typeof import('vuetify/components')['VBanner']
@@ -445,64 +447,61 @@ declare module '@vue/runtime-core' {
445
447
  VBannerText: typeof import('vuetify/components')['VBannerText']
446
448
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
447
449
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
448
- VAlert: typeof import('vuetify/components')['VAlert']
449
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
450
- VBtn: typeof import('vuetify/components')['VBtn']
450
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
451
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
452
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
451
453
  VCard: typeof import('vuetify/components')['VCard']
452
454
  VCardActions: typeof import('vuetify/components')['VCardActions']
453
455
  VCardItem: typeof import('vuetify/components')['VCardItem']
454
456
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
455
457
  VCardText: typeof import('vuetify/components')['VCardText']
456
458
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
457
- VCarousel: typeof import('vuetify/components')['VCarousel']
458
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
459
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
460
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
461
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
462
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
459
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
463
460
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
464
461
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
465
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
462
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
463
+ VCarousel: typeof import('vuetify/components')['VCarousel']
464
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
466
465
  VChip: typeof import('vuetify/components')['VChip']
467
466
  VCode: typeof import('vuetify/components')['VCode']
468
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
469
467
  VCombobox: typeof import('vuetify/components')['VCombobox']
470
468
  VCounter: typeof import('vuetify/components')['VCounter']
471
- VDataTable: typeof import('vuetify/components')['VDataTable']
472
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
473
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
474
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
475
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
476
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
469
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
470
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
477
471
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
478
472
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
479
473
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
480
474
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
481
475
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
482
476
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
483
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
484
- VDialog: typeof import('vuetify/components')['VDialog']
477
+ VDataTable: typeof import('vuetify/components')['VDataTable']
478
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
479
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
480
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
481
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
482
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
485
483
  VDivider: typeof import('vuetify/components')['VDivider']
486
- VField: typeof import('vuetify/components')['VField']
487
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
488
484
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
489
485
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
490
486
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
491
487
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
488
+ VDialog: typeof import('vuetify/components')['VDialog']
492
489
  VFooter: typeof import('vuetify/components')['VFooter']
493
490
  VFileInput: typeof import('vuetify/components')['VFileInput']
491
+ VImg: typeof import('vuetify/components')['VImg']
492
+ VField: typeof import('vuetify/components')['VField']
493
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
494
494
  VIcon: typeof import('vuetify/components')['VIcon']
495
495
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
496
496
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
497
497
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
498
498
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
499
- VImg: typeof import('vuetify/components')['VImg']
499
+ VInput: typeof import('vuetify/components')['VInput']
500
500
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
501
+ VKbd: typeof import('vuetify/components')['VKbd']
501
502
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
502
503
  VItem: typeof import('vuetify/components')['VItem']
503
- VInput: typeof import('vuetify/components')['VInput']
504
- VKbd: typeof import('vuetify/components')['VKbd']
505
- VLabel: typeof import('vuetify/components')['VLabel']
504
+ VBtn: typeof import('vuetify/components')['VBtn']
506
505
  VList: typeof import('vuetify/components')['VList']
507
506
  VListGroup: typeof import('vuetify/components')['VListGroup']
508
507
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -512,23 +511,24 @@ declare module '@vue/runtime-core' {
512
511
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
513
512
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
514
513
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
515
- VMain: typeof import('vuetify/components')['VMain']
514
+ VLabel: typeof import('vuetify/components')['VLabel']
516
515
  VMenu: typeof import('vuetify/components')['VMenu']
516
+ VMain: typeof import('vuetify/components')['VMain']
517
517
  VMessages: typeof import('vuetify/components')['VMessages']
518
- VOverlay: typeof import('vuetify/components')['VOverlay']
519
518
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
520
519
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
520
+ VOverlay: typeof import('vuetify/components')['VOverlay']
521
521
  VPagination: typeof import('vuetify/components')['VPagination']
522
522
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
523
523
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
524
524
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
525
- VRating: typeof import('vuetify/components')['VRating']
526
525
  VSelect: typeof import('vuetify/components')['VSelect']
526
+ VRating: typeof import('vuetify/components')['VRating']
527
527
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
528
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
528
529
  VSheet: typeof import('vuetify/components')['VSheet']
529
530
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
530
531
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
531
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
532
532
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
533
533
  VSlider: typeof import('vuetify/components')['VSlider']
534
534
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
@@ -538,41 +538,41 @@ declare module '@vue/runtime-core' {
538
538
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
539
539
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
540
540
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
541
- VTabs: typeof import('vuetify/components')['VTabs']
542
- VTab: typeof import('vuetify/components')['VTab']
543
541
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
544
542
  VSwitch: typeof import('vuetify/components')['VSwitch']
543
+ VTabs: typeof import('vuetify/components')['VTabs']
544
+ VTab: typeof import('vuetify/components')['VTab']
545
545
  VTable: typeof import('vuetify/components')['VTable']
546
546
  VTextarea: typeof import('vuetify/components')['VTextarea']
547
- VTimeline: typeof import('vuetify/components')['VTimeline']
548
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
549
- VTextField: typeof import('vuetify/components')['VTextField']
550
547
  VToolbar: typeof import('vuetify/components')['VToolbar']
551
548
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
552
549
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
550
+ VTimeline: typeof import('vuetify/components')['VTimeline']
551
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
552
+ VTextField: typeof import('vuetify/components')['VTextField']
553
553
  VWindow: typeof import('vuetify/components')['VWindow']
554
554
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
555
555
  VTooltip: typeof import('vuetify/components')['VTooltip']
556
556
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
557
557
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
558
- VForm: typeof import('vuetify/components')['VForm']
559
558
  VContainer: typeof import('vuetify/components')['VContainer']
560
559
  VCol: typeof import('vuetify/components')['VCol']
561
560
  VRow: typeof import('vuetify/components')['VRow']
562
561
  VSpacer: typeof import('vuetify/components')['VSpacer']
562
+ VForm: typeof import('vuetify/components')['VForm']
563
563
  VHover: typeof import('vuetify/components')['VHover']
564
+ VLazy: typeof import('vuetify/components')['VLazy']
564
565
  VLayout: typeof import('vuetify/components')['VLayout']
565
566
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
566
- VLazy: typeof import('vuetify/components')['VLazy']
567
567
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
568
568
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
569
569
  VParallax: typeof import('vuetify/components')['VParallax']
570
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
571
570
  VRadio: typeof import('vuetify/components')['VRadio']
571
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
572
572
  VResponsive: typeof import('vuetify/components')['VResponsive']
573
573
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
574
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
575
574
  VValidation: typeof import('vuetify/components')['VValidation']
575
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
576
576
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
577
577
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
578
578
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vuetify",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.4.1",
4
+ "version": "3.4.2",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"
@@ -200,5 +200,5 @@
200
200
  "attributes": "dist/json/attributes.json"
201
201
  },
202
202
  "web-types": "dist/json/web-types.json",
203
- "gitHead": "0208d3c96c5e2e2afb5dbc1565647dc1de3b743f"
203
+ "gitHead": "f30e5eb7c34cfffc03bded8334c6d1e324a04ead"
204
204
  }