@vuetify/nightly 3.5.8-dev.2024-03-09 → 3.5.8-dev.2024-03-13
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/CHANGELOG.md +3 -2
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +118 -118
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +2319 -2319
- package/dist/vuetify-labs.d.ts +21 -0
- package/dist/vuetify-labs.esm.js +8 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +958 -958
- package/dist/vuetify.d.ts +61 -40
- package/dist/vuetify.esm.js +8 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -9
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VForm/index.d.mts +21 -0
- package/lib/components/index.d.mts +21 -0
- package/lib/composables/form.mjs +3 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/validation.mjs +3 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -40
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
|
@@ -535,33 +535,33 @@ declare module '@vue/runtime-core' {
|
|
|
535
535
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
536
536
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
537
537
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
538
|
-
|
|
538
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
539
539
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
540
540
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
541
541
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
542
|
-
|
|
543
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
542
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
544
543
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
545
544
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
546
545
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
547
546
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
547
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
548
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
549
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
550
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
551
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
552
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
553
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
554
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
548
555
|
VCard: typeof import('vuetify/components')['VCard']
|
|
549
556
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
550
557
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
551
558
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
552
559
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
553
560
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
554
|
-
|
|
555
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
556
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
557
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
558
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
559
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
560
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
561
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
561
562
|
VCode: typeof import('vuetify/components')['VCode']
|
|
563
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
562
564
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
563
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
564
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
565
565
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
566
566
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
567
567
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -569,35 +569,35 @@ declare module '@vue/runtime-core' {
|
|
|
569
569
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
570
570
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
571
571
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
572
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
573
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
574
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
572
575
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
573
576
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
574
577
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
575
578
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
576
579
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
577
580
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
581
|
+
VField: typeof import('vuetify/components')['VField']
|
|
582
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
581
583
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
582
584
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
583
585
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
584
586
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
585
|
-
VField: typeof import('vuetify/components')['VField']
|
|
586
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
587
587
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
588
588
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
589
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
590
589
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
591
590
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
592
591
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
593
592
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
594
593
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
595
|
-
|
|
594
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
596
595
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
597
|
-
|
|
596
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
597
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
598
598
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
599
599
|
VItem: typeof import('vuetify/components')['VItem']
|
|
600
|
-
|
|
600
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
601
601
|
VList: typeof import('vuetify/components')['VList']
|
|
602
602
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
603
603
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -609,52 +609,52 @@ declare module '@vue/runtime-core' {
|
|
|
609
609
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
610
610
|
VMain: typeof import('vuetify/components')['VMain']
|
|
611
611
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
612
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
613
612
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
614
613
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
615
614
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
616
615
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
616
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
617
617
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
618
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
619
618
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
619
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
620
620
|
VRating: typeof import('vuetify/components')['VRating']
|
|
621
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
|
622
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
623
621
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
622
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
623
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
624
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
625
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
624
626
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
625
627
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
626
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
627
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
628
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
629
628
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
630
|
-
|
|
629
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
631
630
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
632
631
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
633
632
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
634
633
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
635
634
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
636
635
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
637
|
-
|
|
636
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
638
637
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
639
638
|
VTab: typeof import('vuetify/components')['VTab']
|
|
640
|
-
|
|
639
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
641
640
|
VTable: typeof import('vuetify/components')['VTable']
|
|
642
|
-
|
|
643
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
644
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
645
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
641
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
646
642
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
647
643
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
648
644
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
645
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
646
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
649
647
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
650
648
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
649
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
650
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
651
651
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
652
652
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
653
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
654
653
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
655
654
|
VCol: typeof import('vuetify/components')['VCol']
|
|
656
655
|
VRow: typeof import('vuetify/components')['VRow']
|
|
657
656
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
657
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
658
658
|
VHover: typeof import('vuetify/components')['VHover']
|
|
659
659
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
660
660
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
@@ -666,8 +666,8 @@ declare module '@vue/runtime-core' {
|
|
|
666
666
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
667
667
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
668
668
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
669
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
670
669
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
670
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
671
671
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
672
672
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
673
673
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -684,8 +684,6 @@ declare module '@vue/runtime-core' {
|
|
|
684
684
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
685
685
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
686
686
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
687
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
688
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
689
687
|
VFab: typeof import('vuetify/labs/components')['VFab']
|
|
690
688
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
691
689
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
@@ -693,9 +691,11 @@ declare module '@vue/runtime-core' {
|
|
|
693
691
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
694
692
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
695
693
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
694
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
695
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
696
696
|
VEmptyState: typeof import('vuetify/labs/components')['VEmptyState']
|
|
697
697
|
VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
|
|
698
|
-
VSparkline: typeof import('vuetify/labs/components')['VSparkline']
|
|
699
698
|
VSpeedDial: typeof import('vuetify/labs/components')['VSpeedDial']
|
|
699
|
+
VSparkline: typeof import('vuetify/labs/components')['VSparkline']
|
|
700
700
|
}
|
|
701
701
|
}
|