@vuetify/nightly 3.7.0-master.2024-08-17 → 3.7.0-master.2024-08-21
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 +16 -16
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +4234 -4234
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +884 -884
- package/dist/vuetify.d.ts +57 -57
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +57 -57
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66715,49 +66715,48 @@ declare module 'vue' {
|
|
66715
66715
|
$children?: VNodeChild
|
66716
66716
|
}
|
66717
66717
|
export interface GlobalComponents {
|
66718
|
-
|
66718
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66719
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66720
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66719
66721
|
VAlert: typeof import('vuetify/components')['VAlert']
|
66720
66722
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66721
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66722
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66723
66723
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66724
66724
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66725
66725
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66726
|
-
|
66726
|
+
VApp: typeof import('vuetify/components')['VApp']
|
66727
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66728
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66729
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66727
66730
|
VBadge: typeof import('vuetify/components')['VBadge']
|
66728
66731
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66729
66732
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66730
66733
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66734
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66731
66735
|
VBtn: typeof import('vuetify/components')['VBtn']
|
66736
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66737
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66738
|
+
VChip: typeof import('vuetify/components')['VChip']
|
66732
66739
|
VCard: typeof import('vuetify/components')['VCard']
|
66733
66740
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66734
66741
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66735
66742
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66736
66743
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66737
66744
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66738
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66739
|
-
VCode: typeof import('vuetify/components')['VCode']
|
66740
|
-
VChip: typeof import('vuetify/components')['VChip']
|
66741
66745
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66742
66746
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66743
|
-
|
66747
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66744
66748
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66745
66749
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66750
|
+
VCode: typeof import('vuetify/components')['VCode']
|
66746
66751
|
VCounter: typeof import('vuetify/components')['VCounter']
|
66747
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66748
66752
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66749
|
-
|
66753
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66750
66754
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66751
66755
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66752
66756
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66753
66757
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66754
66758
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66755
66759
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66756
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
66757
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
66758
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
66759
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
66760
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66761
66760
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66762
66761
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66763
66762
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -66765,27 +66764,28 @@ declare module 'vue' {
|
|
66765
66764
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
66766
66765
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
66767
66766
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
66768
|
-
VFab: typeof import('vuetify/components')['VFab']
|
66769
66767
|
VDivider: typeof import('vuetify/components')['VDivider']
|
66768
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66769
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
66770
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
66771
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
66772
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
66773
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
66770
66774
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
66771
66775
|
VField: typeof import('vuetify/components')['VField']
|
66772
66776
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
66773
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
66774
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
66775
|
-
VItem: typeof import('vuetify/components')['VItem']
|
66776
|
-
VInput: typeof import('vuetify/components')['VInput']
|
66777
66777
|
VIcon: typeof import('vuetify/components')['VIcon']
|
66778
66778
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
66779
66779
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
66780
66780
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
66781
66781
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
66782
|
-
|
66782
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
66783
|
+
VFab: typeof import('vuetify/components')['VFab']
|
66783
66784
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
66784
|
-
|
66785
|
-
|
66786
|
-
|
66787
|
-
|
66788
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
66785
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
66786
|
+
VItem: typeof import('vuetify/components')['VItem']
|
66787
|
+
VInput: typeof import('vuetify/components')['VInput']
|
66788
|
+
VImg: typeof import('vuetify/components')['VImg']
|
66789
66789
|
VList: typeof import('vuetify/components')['VList']
|
66790
66790
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
66791
66791
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -66795,24 +66795,28 @@ declare module 'vue' {
|
|
66795
66795
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
66796
66796
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
66797
66797
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
66798
|
+
VMain: typeof import('vuetify/components')['VMain']
|
66799
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
66800
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
66798
66801
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
66799
|
-
|
66802
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
66800
66803
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
66801
|
-
|
66804
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
66802
66805
|
VPagination: typeof import('vuetify/components')['VPagination']
|
66803
|
-
|
66806
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
66804
66807
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
66808
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
66809
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
66805
66810
|
VRating: typeof import('vuetify/components')['VRating']
|
66806
66811
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
66807
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
66808
66812
|
VSelect: typeof import('vuetify/components')['VSelect']
|
66809
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
66810
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
66811
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
66812
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
66813
66813
|
VSheet: typeof import('vuetify/components')['VSheet']
|
66814
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
66815
66814
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
66815
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
66816
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
66817
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
66818
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
66819
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
66816
66820
|
VStepper: typeof import('vuetify/components')['VStepper']
|
66817
66821
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
66818
66822
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -66820,44 +66824,45 @@ declare module 'vue' {
|
|
66820
66824
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
66821
66825
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
66822
66826
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
66823
|
-
|
66824
|
-
|
66827
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
66828
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
66829
|
+
VTable: typeof import('vuetify/components')['VTable']
|
66830
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
66825
66831
|
VTab: typeof import('vuetify/components')['VTab']
|
66826
66832
|
VTabs: typeof import('vuetify/components')['VTabs']
|
66827
66833
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
66828
66834
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
66829
|
-
VTable: typeof import('vuetify/components')['VTable']
|
66830
66835
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
66831
66836
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
66832
66837
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
66833
66838
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
66834
|
-
|
66839
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
66840
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
66835
66841
|
VWindow: typeof import('vuetify/components')['VWindow']
|
66836
66842
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
66837
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66838
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
66839
66843
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
66844
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
66840
66845
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
66841
66846
|
VForm: typeof import('vuetify/components')['VForm']
|
66842
|
-
VHover: typeof import('vuetify/components')['VHover']
|
66843
66847
|
VContainer: typeof import('vuetify/components')['VContainer']
|
66844
66848
|
VCol: typeof import('vuetify/components')['VCol']
|
66845
66849
|
VRow: typeof import('vuetify/components')['VRow']
|
66846
66850
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
66851
|
+
VHover: typeof import('vuetify/components')['VHover']
|
66852
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
66847
66853
|
VLayout: typeof import('vuetify/components')['VLayout']
|
66848
66854
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
66849
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
66850
66855
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
66856
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
66851
66857
|
VParallax: typeof import('vuetify/components')['VParallax']
|
66852
66858
|
VRadio: typeof import('vuetify/components')['VRadio']
|
66853
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
66854
66859
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
66855
66860
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
66856
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
66857
66861
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
66862
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
66858
66863
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
66859
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
66860
66864
|
VValidation: typeof import('vuetify/components')['VValidation']
|
66865
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
66861
66866
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
66862
66867
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
66863
66868
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -66874,23 +66879,18 @@ declare module 'vue' {
|
|
66874
66879
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
66875
66880
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
66876
66881
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
66877
|
-
|
66878
|
-
|
66879
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66880
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66881
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
66882
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
66883
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
66884
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
66885
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
66882
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
66883
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
66886
66884
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
66887
66885
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
66888
66886
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
66889
66887
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
66890
66888
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
66891
66889
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
66892
|
-
|
66893
|
-
|
66890
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
66891
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
66892
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
66893
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
66894
66894
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
66895
66895
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
66896
66896
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.0-master.2024-08-
|
2
|
+
* Vuetify v3.7.0-master.2024-08-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28208,7 +28208,7 @@ function createVuetify$1() {
|
|
28208
28208
|
goTo
|
28209
28209
|
};
|
28210
28210
|
}
|
28211
|
-
const version$1 = "3.7.0-master.2024-08-
|
28211
|
+
const version$1 = "3.7.0-master.2024-08-21";
|
28212
28212
|
createVuetify$1.version = version$1;
|
28213
28213
|
|
28214
28214
|
// Vue's inject() can only be used in setup
|
@@ -28233,7 +28233,7 @@ const createVuetify = function () {
|
|
28233
28233
|
...options
|
28234
28234
|
});
|
28235
28235
|
};
|
28236
|
-
const version = "3.7.0-master.2024-08-
|
28236
|
+
const version = "3.7.0-master.2024-08-21";
|
28237
28237
|
createVuetify.version = version;
|
28238
28238
|
|
28239
28239
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.0-master.2024-08-
|
2
|
+
* Vuetify v3.7.0-master.2024-08-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28212,7 +28212,7 @@
|
|
28212
28212
|
goTo
|
28213
28213
|
};
|
28214
28214
|
}
|
28215
|
-
const version$1 = "3.7.0-master.2024-08-
|
28215
|
+
const version$1 = "3.7.0-master.2024-08-21";
|
28216
28216
|
createVuetify$1.version = version$1;
|
28217
28217
|
|
28218
28218
|
// Vue's inject() can only be used in setup
|
@@ -28237,7 +28237,7 @@
|
|
28237
28237
|
...options
|
28238
28238
|
});
|
28239
28239
|
};
|
28240
|
-
const version = "3.7.0-master.2024-08-
|
28240
|
+
const version = "3.7.0-master.2024-08-21";
|
28241
28241
|
createVuetify.version = version;
|
28242
28242
|
|
28243
28243
|
exports.blueprints = index;
|