vuetify 3.7.3 → 3.7.4

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 (46) hide show
  1. package/dist/json/attributes.json +5842 -5794
  2. package/dist/json/importMap-labs.json +24 -24
  3. package/dist/json/importMap.json +158 -158
  4. package/dist/json/tags.json +14 -1
  5. package/dist/json/web-types.json +10397 -10309
  6. package/dist/vuetify-labs.css +4139 -4139
  7. package/dist/vuetify-labs.d.ts +2 -1
  8. package/dist/vuetify-labs.esm.js +26 -10
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +26 -10
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +3528 -3528
  13. package/dist/vuetify.d.ts +60 -59
  14. package/dist/vuetify.esm.js +26 -10
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +26 -10
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +19 -19
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VBtn/VBtn.css +2 -2
  22. package/lib/components/VBtn/VBtn.sass +7 -8
  23. package/lib/components/VBtnToggle/VBtnToggle.css +3 -0
  24. package/lib/components/VBtnToggle/VBtnToggle.sass +3 -0
  25. package/lib/components/VCode/index.mjs +1 -1
  26. package/lib/components/VCode/index.mjs.map +1 -1
  27. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  28. package/lib/components/VDataTable/index.d.mts +1 -0
  29. package/lib/components/VDialog/VDialog.css +3 -7
  30. package/lib/components/VDialog/VDialog.mjs +8 -1
  31. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  32. package/lib/components/VDialog/VDialog.sass +6 -7
  33. package/lib/components/VKbd/index.mjs +1 -1
  34. package/lib/components/VKbd/index.mjs.map +1 -1
  35. package/lib/components/VList/VListItem.css +8 -7
  36. package/lib/components/VList/VListItem.sass +16 -10
  37. package/lib/components/VList/_variables.scss +0 -11
  38. package/lib/components/VMenu/VMenu.mjs +15 -6
  39. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  40. package/lib/components/index.d.mts +1 -0
  41. package/lib/entry-bundler.mjs +1 -1
  42. package/lib/framework.mjs +1 -1
  43. package/lib/index.d.mts +58 -58
  44. package/lib/locale/el.mjs +0 -0
  45. package/lib/locale/index.mjs +0 -0
  46. package/package.json +2 -2
package/lib/index.d.mts CHANGED
@@ -491,43 +491,37 @@ declare module 'vue' {
491
491
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
492
492
  VAlert: typeof import('vuetify/components')['VAlert']
493
493
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
494
- VAvatar: typeof import('vuetify/components')['VAvatar']
495
494
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
496
495
  VApp: typeof import('vuetify/components')['VApp']
497
- VBanner: typeof import('vuetify/components')['VBanner']
498
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
499
- VBannerText: typeof import('vuetify/components')['VBannerText']
496
+ VAvatar: typeof import('vuetify/components')['VAvatar']
500
497
  VBadge: typeof import('vuetify/components')['VBadge']
501
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
502
498
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
499
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
503
500
  VBtn: typeof import('vuetify/components')['VBtn']
504
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
505
501
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
506
- VCarousel: typeof import('vuetify/components')['VCarousel']
507
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
502
+ VBanner: typeof import('vuetify/components')['VBanner']
503
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
504
+ VBannerText: typeof import('vuetify/components')['VBannerText']
508
505
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
509
506
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
510
507
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
508
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
509
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
510
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
511
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
511
512
  VCard: typeof import('vuetify/components')['VCard']
512
513
  VCardActions: typeof import('vuetify/components')['VCardActions']
513
514
  VCardItem: typeof import('vuetify/components')['VCardItem']
514
515
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
515
516
  VCardText: typeof import('vuetify/components')['VCardText']
516
517
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
518
+ VCarousel: typeof import('vuetify/components')['VCarousel']
519
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
517
520
  VChip: typeof import('vuetify/components')['VChip']
518
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
519
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
520
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
521
+ VCombobox: typeof import('vuetify/components')['VCombobox']
521
522
  VCode: typeof import('vuetify/components')['VCode']
522
- VCounter: typeof import('vuetify/components')['VCounter']
523
523
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
524
- VCombobox: typeof import('vuetify/components')['VCombobox']
525
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
526
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
527
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
528
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
529
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
530
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
524
+ VCounter: typeof import('vuetify/components')['VCounter']
531
525
  VDataTable: typeof import('vuetify/components')['VDataTable']
532
526
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
533
527
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -535,30 +529,32 @@ declare module 'vue' {
535
529
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
536
530
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
537
531
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
538
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
532
+ VDivider: typeof import('vuetify/components')['VDivider']
539
533
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
540
534
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
541
535
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
542
536
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
543
- VDialog: typeof import('vuetify/components')['VDialog']
544
- VFab: typeof import('vuetify/components')['VFab']
537
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
538
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
539
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
540
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
541
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
542
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
543
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
545
544
  VFileInput: typeof import('vuetify/components')['VFileInput']
546
- VDivider: typeof import('vuetify/components')['VDivider']
547
- VField: typeof import('vuetify/components')['VField']
548
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
545
+ VFooter: typeof import('vuetify/components')['VFooter']
546
+ VFab: typeof import('vuetify/components')['VFab']
547
+ VImg: typeof import('vuetify/components')['VImg']
548
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
549
549
  VIcon: typeof import('vuetify/components')['VIcon']
550
550
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
551
551
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
552
552
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
553
553
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
554
- VImg: typeof import('vuetify/components')['VImg']
555
- VFooter: typeof import('vuetify/components')['VFooter']
556
- VLabel: typeof import('vuetify/components')['VLabel']
554
+ VKbd: typeof import('vuetify/components')['VKbd']
557
555
  VInput: typeof import('vuetify/components')['VInput']
558
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
559
556
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
560
557
  VItem: typeof import('vuetify/components')['VItem']
561
- VMenu: typeof import('vuetify/components')['VMenu']
562
558
  VList: typeof import('vuetify/components')['VList']
563
559
  VListGroup: typeof import('vuetify/components')['VListGroup']
564
560
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -568,67 +564,70 @@ declare module 'vue' {
568
564
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
569
565
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
570
566
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
571
- VKbd: typeof import('vuetify/components')['VKbd']
572
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
567
+ VLabel: typeof import('vuetify/components')['VLabel']
568
+ VMenu: typeof import('vuetify/components')['VMenu']
573
569
  VMain: typeof import('vuetify/components')['VMain']
570
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
571
+ VMessages: typeof import('vuetify/components')['VMessages']
574
572
  VOverlay: typeof import('vuetify/components')['VOverlay']
575
573
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
576
574
  VPagination: typeof import('vuetify/components')['VPagination']
575
+ VRating: typeof import('vuetify/components')['VRating']
576
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
577
577
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
578
578
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
579
579
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
580
- VMessages: typeof import('vuetify/components')['VMessages']
581
- VSheet: typeof import('vuetify/components')['VSheet']
582
- VRating: typeof import('vuetify/components')['VRating']
583
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
584
- VSelect: typeof import('vuetify/components')['VSelect']
585
580
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
586
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
587
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
588
581
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
589
582
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
583
+ VSelect: typeof import('vuetify/components')['VSelect']
584
+ VSheet: typeof import('vuetify/components')['VSheet']
585
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
586
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
587
+ VSlider: typeof import('vuetify/components')['VSlider']
588
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
590
589
  VStepper: typeof import('vuetify/components')['VStepper']
591
590
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
592
591
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
593
592
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
594
593
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
595
594
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
596
- VSlider: typeof import('vuetify/components')['VSlider']
595
+ VTextarea: typeof import('vuetify/components')['VTextarea']
596
+ VTextField: typeof import('vuetify/components')['VTextField']
597
597
  VTab: typeof import('vuetify/components')['VTab']
598
598
  VTabs: typeof import('vuetify/components')['VTabs']
599
599
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
600
600
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
601
+ VTimeline: typeof import('vuetify/components')['VTimeline']
602
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
601
603
  VSwitch: typeof import('vuetify/components')['VSwitch']
604
+ VTooltip: typeof import('vuetify/components')['VTooltip']
602
605
  VTable: typeof import('vuetify/components')['VTable']
603
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
604
- VTextarea: typeof import('vuetify/components')['VTextarea']
605
606
  VToolbar: typeof import('vuetify/components')['VToolbar']
606
607
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
607
608
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
608
- VTextField: typeof import('vuetify/components')['VTextField']
609
- VTimeline: typeof import('vuetify/components')['VTimeline']
610
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
611
- VTooltip: typeof import('vuetify/components')['VTooltip']
612
609
  VWindow: typeof import('vuetify/components')['VWindow']
613
610
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
614
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
615
611
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
616
- VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
612
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
617
613
  VForm: typeof import('vuetify/components')['VForm']
618
- VHover: typeof import('vuetify/components')['VHover']
614
+ VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
619
615
  VContainer: typeof import('vuetify/components')['VContainer']
620
616
  VCol: typeof import('vuetify/components')['VCol']
621
617
  VRow: typeof import('vuetify/components')['VRow']
622
618
  VSpacer: typeof import('vuetify/components')['VSpacer']
619
+ VHover: typeof import('vuetify/components')['VHover']
620
+ VLazy: typeof import('vuetify/components')['VLazy']
623
621
  VLayout: typeof import('vuetify/components')['VLayout']
624
622
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
625
- VLazy: typeof import('vuetify/components')['VLazy']
626
623
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
627
624
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
628
625
  VParallax: typeof import('vuetify/components')['VParallax']
626
+ VRadio: typeof import('vuetify/components')['VRadio']
629
627
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
630
628
  VResponsive: typeof import('vuetify/components')['VResponsive']
631
- VRadio: typeof import('vuetify/components')['VRadio']
629
+ VField: typeof import('vuetify/components')['VField']
630
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
632
631
  VSparkline: typeof import('vuetify/components')['VSparkline']
633
632
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
634
633
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
@@ -650,26 +649,27 @@ declare module 'vue' {
650
649
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
651
650
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
652
651
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
652
+ VDialog: typeof import('vuetify/components')['VDialog']
653
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
654
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
655
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
653
656
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
654
657
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
655
658
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
656
659
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
657
660
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
658
661
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
659
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
660
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
661
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
662
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
663
662
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
664
663
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
665
664
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
666
- VPicker: typeof import('vuetify/labs/components')['VPicker']
667
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
665
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
666
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
667
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
668
668
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
669
669
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
670
670
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
671
- VDateInput: typeof import('vuetify/labs/components')['VDateInput']
672
671
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
672
+ VDateInput: typeof import('vuetify/labs/components')['VDateInput']
673
673
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
674
674
  }
675
675
  }
package/lib/locale/el.mjs CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vuetify",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.7.3",
4
+ "version": "3.7.4",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"
@@ -207,5 +207,5 @@
207
207
  "attributes": "dist/json/attributes.json"
208
208
  },
209
209
  "web-types": "dist/json/web-types.json",
210
- "gitHead": "e3b9895b12b669bee7d39f9de8653222231f5330"
210
+ "gitHead": "6f610aa3bbc3dbc06b974946fde3ac855963afe3"
211
211
  }