vuetify 3.6.9 → 3.6.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.
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +150 -150
- package/dist/json/web-types.json +2 -2
- package/dist/vuetify-labs.css +2047 -2047
- package/dist/vuetify-labs.esm.js +40 -19
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +40 -19
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2552 -2552
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +40 -19
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +40 -19
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +10 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +5 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +13 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +54 -54
- package/package.json +2 -2
package/lib/index.d.mts
CHANGED
|
@@ -492,38 +492,42 @@ declare module '@vue/runtime-core' {
|
|
|
492
492
|
}
|
|
493
493
|
|
|
494
494
|
export interface GlobalComponents {
|
|
495
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
496
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
495
497
|
VApp: typeof import('vuetify/components')['VApp']
|
|
498
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
496
499
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
497
500
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
498
501
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
499
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
500
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
501
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
502
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
503
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
504
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
505
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
506
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
507
502
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
508
503
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
509
504
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
505
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
506
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
507
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
508
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
509
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
510
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
510
511
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
511
512
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
512
513
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
513
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
514
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
515
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
516
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
517
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
518
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
519
514
|
VCard: typeof import('vuetify/components')['VCard']
|
|
520
515
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
521
516
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
522
517
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
523
518
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
524
519
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
520
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
521
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
522
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
523
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
524
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
525
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
525
526
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
526
|
-
|
|
527
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
528
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
529
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
530
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
527
531
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
528
532
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
529
533
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -531,10 +535,7 @@ declare module '@vue/runtime-core' {
|
|
|
531
535
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
532
536
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
533
537
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
534
|
-
|
|
535
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
536
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
537
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
538
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
538
539
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
539
540
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
540
541
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
@@ -542,28 +543,28 @@ declare module '@vue/runtime-core' {
|
|
|
542
543
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
543
544
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
544
545
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
546
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
547
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
545
548
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
546
549
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
547
550
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
548
551
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
549
|
-
|
|
552
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
550
553
|
VField: typeof import('vuetify/components')['VField']
|
|
551
554
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
552
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
553
|
-
VFab: typeof import('vuetify/components')['VFab']
|
|
554
555
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
555
|
-
|
|
556
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
556
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
557
557
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
558
558
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
559
559
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
560
560
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
561
561
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
562
|
-
|
|
563
|
-
VItem: typeof import('vuetify/components')['VItem']
|
|
564
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
562
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
565
563
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
566
564
|
VInput: typeof import('vuetify/components')['VInput']
|
|
565
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
566
|
+
VItem: typeof import('vuetify/components')['VItem']
|
|
567
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
567
568
|
VList: typeof import('vuetify/components')['VList']
|
|
568
569
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
569
570
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -573,73 +574,71 @@ declare module '@vue/runtime-core' {
|
|
|
573
574
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
574
575
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
575
576
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
576
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
577
577
|
VMain: typeof import('vuetify/components')['VMain']
|
|
578
578
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
579
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
580
579
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
581
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
582
580
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
583
|
-
|
|
581
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
584
582
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
583
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
585
584
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
586
585
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
586
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
587
587
|
VRating: typeof import('vuetify/components')['VRating']
|
|
588
588
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
589
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
589
590
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
590
591
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
591
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
592
592
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
593
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
594
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
595
593
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
596
594
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
595
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
596
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
597
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
598
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
597
599
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
598
600
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
599
601
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
600
602
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
601
603
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
602
604
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
603
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
604
605
|
VTab: typeof import('vuetify/components')['VTab']
|
|
605
606
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
606
607
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
607
608
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
609
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
608
610
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
609
|
-
|
|
611
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
612
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
613
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
610
614
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
611
615
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
612
616
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
613
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
614
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
615
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
616
617
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
617
618
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
618
|
-
|
|
619
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
620
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
619
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
621
620
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
621
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
622
622
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
623
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
623
624
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
624
625
|
VCol: typeof import('vuetify/components')['VCol']
|
|
625
626
|
VRow: typeof import('vuetify/components')['VRow']
|
|
626
627
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
627
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
628
628
|
VHover: typeof import('vuetify/components')['VHover']
|
|
629
629
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
630
630
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
631
631
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
632
632
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
633
633
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
634
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
|
635
634
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
635
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
|
636
636
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
637
637
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
638
638
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
639
639
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
640
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
641
640
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
642
|
-
|
|
641
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
643
642
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
644
643
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
645
644
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -656,6 +655,7 @@ declare module '@vue/runtime-core' {
|
|
|
656
655
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
657
656
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
658
657
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
658
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
659
659
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
660
660
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
661
661
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
@@ -663,17 +663,17 @@ declare module '@vue/runtime-core' {
|
|
|
663
663
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
664
664
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
665
665
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
666
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
|
667
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
|
668
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
|
669
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
670
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
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
666
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
675
667
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
676
668
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
669
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
|
670
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
671
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
672
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
673
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
674
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
|
675
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
|
676
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
|
677
677
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
678
678
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
679
679
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vuetify",
|
|
3
3
|
"description": "Vue Material Component Framework",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.10",
|
|
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": "
|
|
203
|
+
"gitHead": "34c7bd5cc9b6dc4880e3eb7c7af2c9da49d645d3"
|
|
204
204
|
}
|