@vuetify/nightly 3.6.12-master.2024-07-10 → 3.6.12-master.2024-07-11

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 (36) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +160 -160
  4. package/dist/json/web-types.json +1 -1
  5. package/dist/vuetify-labs.css +2754 -2754
  6. package/dist/vuetify-labs.d.ts +22 -21
  7. package/dist/vuetify-labs.esm.js +21 -8
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +21 -8
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +876 -876
  12. package/dist/vuetify.d.ts +73 -72
  13. package/dist/vuetify.esm.js +21 -8
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +21 -8
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +23 -23
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VDataIterator/index.d.mts +1 -0
  21. package/lib/components/VDataTable/VDataTable.mjs +6 -2
  22. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  23. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  24. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  25. package/lib/components/VDataTable/VDataTableVirtual.mjs +6 -2
  26. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  27. package/lib/components/VDataTable/composables/group.mjs +2 -1
  28. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  29. package/lib/components/VDataTable/composables/sort.mjs +1 -1
  30. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  31. package/lib/components/VDataTable/index.d.mts +22 -21
  32. package/lib/components/index.d.mts +22 -21
  33. package/lib/entry-bundler.mjs +1 -1
  34. package/lib/framework.mjs +1 -1
  35. package/lib/index.d.mts +51 -51
  36. package/package.json +1 -1
package/lib/index.d.mts CHANGED
@@ -492,26 +492,26 @@ declare module '@vue/runtime-core' {
492
492
  }
493
493
 
494
494
  export interface GlobalComponents {
495
+ VApp: typeof import('vuetify/components')['VApp']
496
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
495
497
  VAppBar: typeof import('vuetify/components')['VAppBar']
496
498
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
497
499
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
498
- VApp: typeof import('vuetify/components')['VApp']
499
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
500
+ VBadge: typeof import('vuetify/components')['VBadge']
500
501
  VAvatar: typeof import('vuetify/components')['VAvatar']
501
- VAlert: typeof import('vuetify/components')['VAlert']
502
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
502
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
503
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
504
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
503
505
  VBanner: typeof import('vuetify/components')['VBanner']
504
506
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
505
507
  VBannerText: typeof import('vuetify/components')['VBannerText']
506
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
507
- VBadge: typeof import('vuetify/components')['VBadge']
508
- VBtn: typeof import('vuetify/components')['VBtn']
509
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
510
508
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
511
509
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
512
510
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
513
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
514
511
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
512
+ VBtn: typeof import('vuetify/components')['VBtn']
513
+ VCarousel: typeof import('vuetify/components')['VCarousel']
514
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
515
515
  VCard: typeof import('vuetify/components')['VCard']
516
516
  VCardActions: typeof import('vuetify/components')['VCardActions']
517
517
  VCardItem: typeof import('vuetify/components')['VCardItem']
@@ -520,52 +520,49 @@ declare module '@vue/runtime-core' {
520
520
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
521
521
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
522
522
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
523
- VCarousel: typeof import('vuetify/components')['VCarousel']
524
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
525
523
  VChip: typeof import('vuetify/components')['VChip']
526
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
527
524
  VCode: typeof import('vuetify/components')['VCode']
525
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
528
526
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
529
527
  VCounter: typeof import('vuetify/components')['VCounter']
530
- VDataTable: typeof import('vuetify/components')['VDataTable']
531
- VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
532
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
533
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
534
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
535
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
536
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
537
528
  VCombobox: typeof import('vuetify/components')['VCombobox']
529
+ VDialog: typeof import('vuetify/components')['VDialog']
538
530
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
539
531
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
540
532
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
541
533
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
542
534
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
543
535
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
544
- VDialog: typeof import('vuetify/components')['VDialog']
536
+ VDataTable: typeof import('vuetify/components')['VDataTable']
537
+ VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
538
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
539
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
540
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
541
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
542
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
543
+ VDivider: typeof import('vuetify/components')['VDivider']
545
544
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
546
- VField: typeof import('vuetify/components')['VField']
547
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
545
+ VFab: typeof import('vuetify/components')['VFab']
548
546
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
549
547
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
550
548
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
551
549
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
552
550
  VFileInput: typeof import('vuetify/components')['VFileInput']
553
- VDivider: typeof import('vuetify/components')['VDivider']
554
- VFab: typeof import('vuetify/components')['VFab']
555
551
  VFooter: typeof import('vuetify/components')['VFooter']
556
552
  VIcon: typeof import('vuetify/components')['VIcon']
557
553
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
558
554
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
559
555
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
560
556
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
561
- VImg: typeof import('vuetify/components')['VImg']
557
+ VField: typeof import('vuetify/components')['VField']
558
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
562
559
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
563
- VInput: typeof import('vuetify/components')['VInput']
564
- VKbd: typeof import('vuetify/components')['VKbd']
565
- VLabel: typeof import('vuetify/components')['VLabel']
566
- VMain: typeof import('vuetify/components')['VMain']
560
+ VImg: typeof import('vuetify/components')['VImg']
567
561
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
568
562
  VItem: typeof import('vuetify/components')['VItem']
563
+ VKbd: typeof import('vuetify/components')['VKbd']
564
+ VInput: typeof import('vuetify/components')['VInput']
565
+ VLabel: typeof import('vuetify/components')['VLabel']
569
566
  VList: typeof import('vuetify/components')['VList']
570
567
  VListGroup: typeof import('vuetify/components')['VListGroup']
571
568
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -575,48 +572,51 @@ declare module '@vue/runtime-core' {
575
572
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
576
573
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
577
574
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
578
- VMessages: typeof import('vuetify/components')['VMessages']
579
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
575
+ VMain: typeof import('vuetify/components')['VMain']
580
576
  VMenu: typeof import('vuetify/components')['VMenu']
581
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
577
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
578
+ VMessages: typeof import('vuetify/components')['VMessages']
582
579
  VOverlay: typeof import('vuetify/components')['VOverlay']
580
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
583
581
  VPagination: typeof import('vuetify/components')['VPagination']
584
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
585
582
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
586
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
583
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
587
584
  VRating: typeof import('vuetify/components')['VRating']
585
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
588
586
  VSelect: typeof import('vuetify/components')['VSelect']
589
587
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
590
- VSheet: typeof import('vuetify/components')['VSheet']
591
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
592
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
593
588
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
594
589
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
590
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
591
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
595
592
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
596
- VSlider: typeof import('vuetify/components')['VSlider']
597
- VSwitch: typeof import('vuetify/components')['VSwitch']
598
593
  VStepper: typeof import('vuetify/components')['VStepper']
599
594
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
600
595
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
601
596
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
602
597
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
603
598
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
604
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
599
+ VSlider: typeof import('vuetify/components')['VSlider']
600
+ VSheet: typeof import('vuetify/components')['VSheet']
605
601
  VTab: typeof import('vuetify/components')['VTab']
606
602
  VTabs: typeof import('vuetify/components')['VTabs']
607
603
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
608
604
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
605
+ VSwitch: typeof import('vuetify/components')['VSwitch']
606
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
609
607
  VTable: typeof import('vuetify/components')['VTable']
610
- VTextField: typeof import('vuetify/components')['VTextField']
611
- VToolbar: typeof import('vuetify/components')['VToolbar']
612
- VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
613
- VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
614
608
  VTextarea: typeof import('vuetify/components')['VTextarea']
609
+ VTextField: typeof import('vuetify/components')['VTextField']
615
610
  VTimeline: typeof import('vuetify/components')['VTimeline']
616
611
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
617
- VTooltip: typeof import('vuetify/components')['VTooltip']
618
612
  VWindow: typeof import('vuetify/components')['VWindow']
619
613
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
614
+ VTooltip: typeof import('vuetify/components')['VTooltip']
615
+ VAlert: typeof import('vuetify/components')['VAlert']
616
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
617
+ VToolbar: typeof import('vuetify/components')['VToolbar']
618
+ VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
619
+ VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
620
620
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
621
621
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
622
622
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
@@ -631,12 +631,12 @@ declare module '@vue/runtime-core' {
631
631
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
632
632
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
633
633
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
634
- VParallax: typeof import('vuetify/components')['VParallax']
635
634
  VRadio: typeof import('vuetify/components')['VRadio']
635
+ VParallax: typeof import('vuetify/components')['VParallax']
636
636
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
637
637
  VResponsive: typeof import('vuetify/components')['VResponsive']
638
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
639
638
  VSparkline: typeof import('vuetify/components')['VSparkline']
639
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
640
640
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
641
641
  VValidation: typeof import('vuetify/components')['VValidation']
642
642
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
@@ -668,14 +668,14 @@ declare module '@vue/runtime-core' {
668
668
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
669
669
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
670
670
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
671
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
672
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
673
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
674
671
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
675
672
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
676
673
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
674
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
675
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
676
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
677
677
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
678
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
679
678
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
679
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
680
680
  }
681
681
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuetify/nightly",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.6.12-master.2024-07-10",
4
+ "version": "3.6.12-master.2024-07-11",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"