vuetify 3.5.10 → 3.5.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.
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +118 -118
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2823 -2823
- package/dist/vuetify-labs.esm.js +11 -11
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1801 -1801
- package/dist/vuetify.d.ts +35 -35
- package/dist/vuetify.esm.js +5 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +2 -2
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +35 -35
- package/lib/labs/VNumberInput/VNumberInput.mjs +6 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/package.json +3 -3
package/dist/vuetify.d.ts
CHANGED
|
@@ -68745,12 +68745,11 @@ declare module '@vue/runtime-core' {
|
|
|
68745
68745
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
68746
68746
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
68747
68747
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
68748
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
68749
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
68750
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
68751
68748
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
68752
68749
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
68753
68750
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
68751
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
68752
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
68754
68753
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
68755
68754
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
68756
68755
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
@@ -68760,22 +68759,24 @@ declare module '@vue/runtime-core' {
|
|
|
68760
68759
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
68761
68760
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
68762
68761
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
68762
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
68763
68763
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
68764
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
68765
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
68764
68766
|
VCard: typeof import('vuetify/components')['VCard']
|
|
68765
68767
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
68766
68768
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
68767
68769
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
68768
68770
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
68769
68771
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
68770
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
68771
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
68772
68772
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
68773
68773
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
68774
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
68775
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
68776
68774
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
68777
|
-
|
|
68775
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
68778
68776
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
68777
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
68778
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
68779
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
68779
68780
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
68780
68781
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
68781
68782
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -68783,7 +68784,6 @@ declare module '@vue/runtime-core' {
|
|
|
68783
68784
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
68784
68785
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
68785
68786
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
68786
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
68787
68787
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
68788
68788
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
68789
68789
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
@@ -68791,27 +68791,27 @@ declare module '@vue/runtime-core' {
|
|
|
68791
68791
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
68792
68792
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
68793
68793
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
68794
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
68795
|
+
VField: typeof import('vuetify/components')['VField']
|
|
68796
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
68797
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
68794
68798
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
68795
68799
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
68796
68800
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
68797
68801
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
68798
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
68799
|
-
VField: typeof import('vuetify/components')['VField']
|
|
68800
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
68801
68802
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
68802
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
68803
68803
|
VImg: typeof import('vuetify/components')['VImg']
|
|
68804
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
68805
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
68806
|
-
VItem: typeof import('vuetify/components')['VItem']
|
|
68807
68804
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
68808
68805
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
68809
68806
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
68810
68807
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
68811
68808
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
68809
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
68812
68810
|
VInput: typeof import('vuetify/components')['VInput']
|
|
68813
|
-
|
|
68811
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
68812
|
+
VItem: typeof import('vuetify/components')['VItem']
|
|
68814
68813
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
68814
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
68815
68815
|
VList: typeof import('vuetify/components')['VList']
|
|
68816
68816
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
68817
68817
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -68821,47 +68821,47 @@ declare module '@vue/runtime-core' {
|
|
|
68821
68821
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
68822
68822
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
68823
68823
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
68824
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
|
68825
68824
|
VMain: typeof import('vuetify/components')['VMain']
|
|
68826
68825
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
68827
68826
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
68827
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
68828
68828
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
68829
68829
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
68830
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
68831
68830
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
68831
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
68832
68832
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
68833
68833
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
68834
68834
|
VRating: typeof import('vuetify/components')['VRating']
|
|
68835
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
|
68836
68835
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
68837
|
-
|
|
68838
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
68836
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
68839
68837
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
68838
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
68840
68839
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
68841
68840
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
68842
|
-
|
|
68843
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
68844
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
68841
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
68845
68842
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
68846
68843
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
68847
68844
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
68848
68845
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
68849
68846
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
68850
68847
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
68848
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
68849
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
68850
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
68851
68851
|
VTable: typeof import('vuetify/components')['VTable']
|
|
68852
68852
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
68853
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
68854
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
68855
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
68853
68856
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
68854
68857
|
VTab: typeof import('vuetify/components')['VTab']
|
|
68855
|
-
|
|
68858
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
68859
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
68856
68860
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
68857
68861
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
68858
68862
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
68859
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
68860
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
68861
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
68862
68863
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
68863
68864
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
68864
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
68865
68865
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
68866
68866
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
68867
68867
|
VForm: typeof import('vuetify/components')['VForm']
|
|
@@ -68870,17 +68870,17 @@ declare module '@vue/runtime-core' {
|
|
|
68870
68870
|
VRow: typeof import('vuetify/components')['VRow']
|
|
68871
68871
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
68872
68872
|
VHover: typeof import('vuetify/components')['VHover']
|
|
68873
|
-
VLayout: typeof import('vuetify/components')['VLayout']
|
|
68874
|
-
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
68875
68873
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
68876
68874
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
68875
|
+
VLayout: typeof import('vuetify/components')['VLayout']
|
|
68876
|
+
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
68877
68877
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
68878
68878
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
68879
68879
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
68880
68880
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
68881
68881
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
68882
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
68883
68882
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
68883
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
68884
68884
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
68885
68885
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
68886
68886
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
@@ -68906,14 +68906,14 @@ declare module '@vue/runtime-core' {
|
|
|
68906
68906
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
68907
68907
|
VEmptyState: typeof import('vuetify/labs/components')['VEmptyState']
|
|
68908
68908
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
68909
|
-
VFab: typeof import('vuetify/labs/components')['VFab']
|
|
68910
68909
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
68911
68910
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
68911
|
+
VFab: typeof import('vuetify/labs/components')['VFab']
|
|
68912
68912
|
VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
|
|
68913
|
+
VSpeedDial: typeof import('vuetify/labs/components')['VSpeedDial']
|
|
68913
68914
|
VSparkline: typeof import('vuetify/labs/components')['VSparkline']
|
|
68914
68915
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
|
68915
68916
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
68916
68917
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
68917
|
-
VSpeedDial: typeof import('vuetify/labs/components')['VSpeedDial']
|
|
68918
68918
|
}
|
|
68919
68919
|
}
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.
|
|
2
|
+
* Vuetify v3.5.11
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -23372,7 +23372,7 @@ const VOtpInput = genericComponent()({
|
|
|
23372
23372
|
e.preventDefault();
|
|
23373
23373
|
e.stopPropagation();
|
|
23374
23374
|
const clipboardText = e?.clipboardData?.getData('Text') ?? '';
|
|
23375
|
-
if (
|
|
23375
|
+
if (isValidNumber(clipboardText)) return;
|
|
23376
23376
|
model.value = clipboardText.split('');
|
|
23377
23377
|
inputRef.value?.[index].blur();
|
|
23378
23378
|
}
|
|
@@ -23388,7 +23388,7 @@ const VOtpInput = genericComponent()({
|
|
|
23388
23388
|
focusIndex.value = -1;
|
|
23389
23389
|
}
|
|
23390
23390
|
function isValidNumber(value) {
|
|
23391
|
-
return props.type === 'number' &&
|
|
23391
|
+
return props.type === 'number' && /[^0-9]/g.test(value);
|
|
23392
23392
|
}
|
|
23393
23393
|
provideDefaults({
|
|
23394
23394
|
VField: {
|
|
@@ -26248,7 +26248,7 @@ function createVuetify$1() {
|
|
|
26248
26248
|
goTo
|
|
26249
26249
|
};
|
|
26250
26250
|
}
|
|
26251
|
-
const version$1 = "3.5.
|
|
26251
|
+
const version$1 = "3.5.11";
|
|
26252
26252
|
createVuetify$1.version = version$1;
|
|
26253
26253
|
|
|
26254
26254
|
// Vue's inject() can only be used in setup
|
|
@@ -26273,7 +26273,7 @@ const createVuetify = function () {
|
|
|
26273
26273
|
...options
|
|
26274
26274
|
});
|
|
26275
26275
|
};
|
|
26276
|
-
const version = "3.5.
|
|
26276
|
+
const version = "3.5.11";
|
|
26277
26277
|
createVuetify.version = version;
|
|
26278
26278
|
|
|
26279
26279
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|