@vuetify/nightly 3.7.0-dev.2024-08-16 → 3.7.0-master.2024-08-16
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/attributes.json +98 -98
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +191 -191
- package/dist/vuetify-labs.css +3305 -3305
- package/dist/vuetify-labs.esm.js +10 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3255 -3255
- package/dist/vuetify.d.ts +58 -58
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- 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 +58 -58
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66692,41 +66692,49 @@ declare global {
|
|
66692
66692
|
}
|
66693
66693
|
}
|
66694
66694
|
interface _GlobalComponents {
|
66695
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
66696
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66697
|
-
VApp: typeof import('vuetify/components')['VApp']
|
66698
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66699
66695
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66700
66696
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66701
66697
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66698
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66699
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
66700
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66701
|
+
VApp: typeof import('vuetify/components')['VApp']
|
66702
66702
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66703
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66703
66704
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66704
66705
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66705
66706
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66706
66707
|
VBadge: typeof import('vuetify/components')['VBadge']
|
66707
|
-
|
66708
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66708
66709
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66709
66710
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66710
66711
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66711
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
66712
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66713
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66714
66712
|
VCard: typeof import('vuetify/components')['VCard']
|
66715
66713
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66716
66714
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66717
66715
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66718
66716
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66719
66717
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66718
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66719
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
66720
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66720
66721
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66721
66722
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66722
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66723
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66724
66723
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66725
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66726
66724
|
VChip: typeof import('vuetify/components')['VChip']
|
66727
|
-
|
66725
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66726
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66728
66727
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66728
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
66729
66729
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66730
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
66731
|
+
VCode: typeof import('vuetify/components')['VCode']
|
66732
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66733
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66734
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66735
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66736
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66737
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66730
66738
|
VCounter: typeof import('vuetify/components')['VCounter']
|
66731
66739
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66732
66740
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
@@ -66735,34 +66743,29 @@ interface _GlobalComponents {
|
|
66735
66743
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
66736
66744
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
66737
66745
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
66738
|
-
|
66739
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66740
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66741
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66742
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66743
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66744
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66745
|
-
VField: typeof import('vuetify/components')['VField']
|
66746
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
66746
|
+
VFab: typeof import('vuetify/components')['VFab']
|
66747
66747
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66748
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
66749
66748
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
66750
66749
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
66751
66750
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
66752
66751
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
66753
66752
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
66754
|
-
VFab: typeof import('vuetify/components')['VFab']
|
66755
66753
|
VFooter: typeof import('vuetify/components')['VFooter']
|
66754
|
+
VField: typeof import('vuetify/components')['VField']
|
66755
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
66756
66756
|
VIcon: typeof import('vuetify/components')['VIcon']
|
66757
66757
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
66758
66758
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
66759
66759
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
66760
66760
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
66761
66761
|
VImg: typeof import('vuetify/components')['VImg']
|
66762
|
+
VInput: typeof import('vuetify/components')['VInput']
|
66763
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
66764
|
+
VMain: typeof import('vuetify/components')['VMain']
|
66762
66765
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
66763
66766
|
VItem: typeof import('vuetify/components')['VItem']
|
66764
|
-
|
66765
|
-
|
66767
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
66768
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
66766
66769
|
VList: typeof import('vuetify/components')['VList']
|
66767
66770
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
66768
66771
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -66772,69 +66775,66 @@ interface _GlobalComponents {
|
|
66772
66775
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
66773
66776
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
66774
66777
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
66775
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
66776
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
66777
|
-
VMain: typeof import('vuetify/components')['VMain']
|
66778
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
66779
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
66780
66778
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
66779
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
66781
66780
|
VMessages: typeof import('vuetify/components')['VMessages']
|
66782
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
66783
66781
|
VPagination: typeof import('vuetify/components')['VPagination']
|
66784
|
-
|
66782
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
66783
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
66785
66784
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
66786
66785
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
66786
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
66787
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
66787
66788
|
VRating: typeof import('vuetify/components')['VRating']
|
66788
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
66789
66789
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
66790
|
-
|
66791
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
66792
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
66793
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
66790
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
66794
66791
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
66795
66792
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
66793
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
66794
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
66795
|
+
VTable: typeof import('vuetify/components')['VTable']
|
66796
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
66797
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
66796
66798
|
VStepper: typeof import('vuetify/components')['VStepper']
|
66797
66799
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
66798
66800
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
66799
66801
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
66800
66802
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
66801
66803
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
66802
|
-
|
66804
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
66805
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
66806
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
66803
66807
|
VTab: typeof import('vuetify/components')['VTab']
|
66804
66808
|
VTabs: typeof import('vuetify/components')['VTabs']
|
66805
66809
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
66806
66810
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
66807
|
-
|
66808
|
-
|
66809
|
-
|
66810
|
-
|
66811
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
66812
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
66813
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
66814
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
66811
66815
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
66812
66816
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
66813
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
66814
66817
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
66815
66818
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
66816
66819
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
66817
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
66818
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
66819
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
66820
66820
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
66821
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
66822
66821
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
66823
|
-
|
66822
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
66824
66823
|
VContainer: typeof import('vuetify/components')['VContainer']
|
66825
66824
|
VCol: typeof import('vuetify/components')['VCol']
|
66826
66825
|
VRow: typeof import('vuetify/components')['VRow']
|
66827
66826
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
66827
|
+
VForm: typeof import('vuetify/components')['VForm']
|
66828
66828
|
VHover: typeof import('vuetify/components')['VHover']
|
66829
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
66830
66829
|
VLayout: typeof import('vuetify/components')['VLayout']
|
66831
66830
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
66832
66831
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
66833
|
-
|
66832
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
66834
66833
|
VParallax: typeof import('vuetify/components')['VParallax']
|
66834
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
66835
66835
|
VRadio: typeof import('vuetify/components')['VRadio']
|
66836
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
66837
66836
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
66837
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
66838
66838
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
66839
66839
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
66840
66840
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
@@ -66865,18 +66865,18 @@ interface _GlobalComponents {
|
|
66865
66865
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
66866
66866
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
66867
66867
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
66868
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
66869
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
66870
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
66871
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
66872
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
66873
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
66874
66868
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
66875
66869
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
66876
66870
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
66871
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
66872
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
66873
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
66874
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
66875
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
66876
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
66877
66877
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
66878
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
66879
66878
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
66879
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
66880
66880
|
}
|
66881
66881
|
declare module 'vue' {
|
66882
66882
|
export type JSXComponent<Props = any> = { new (): ComponentPublicInstance<Props> } | FunctionalComponent<Props>
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.0-
|
2
|
+
* Vuetify v3.7.0-master.2024-08-16
|
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-
|
28211
|
+
const version$1 = "3.7.0-master.2024-08-16";
|
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-
|
28236
|
+
const version = "3.7.0-master.2024-08-16";
|
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 };
|