@vuetify/nightly 3.11.8-dev.2026-02-17 → 3.11.8-dev.2026-02-18

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/vuetify.d.ts CHANGED
@@ -75346,6 +75346,7 @@ declare const VOtpInput: {
75346
75346
  focusAll: boolean;
75347
75347
  label: string;
75348
75348
  length: string | number;
75349
+ masked: boolean;
75349
75350
  type: "number" | "password" | "text";
75350
75351
  } & {
75351
75352
  theme?: string | undefined;
@@ -75406,6 +75407,7 @@ declare const VOtpInput: {
75406
75407
  focusAll: boolean;
75407
75408
  label: string;
75408
75409
  length: string | number;
75410
+ masked: boolean;
75409
75411
  modelValue: string | number;
75410
75412
  type: "number" | "password" | "text";
75411
75413
  }, true, {}, vue.SlotsType<Partial<{
@@ -75433,6 +75435,7 @@ declare const VOtpInput: {
75433
75435
  focusAll: boolean;
75434
75436
  label: string;
75435
75437
  length: string | number;
75438
+ masked: boolean;
75436
75439
  type: "number" | "password" | "text";
75437
75440
  } & {
75438
75441
  theme?: string | undefined;
@@ -75489,6 +75492,7 @@ declare const VOtpInput: {
75489
75492
  focusAll: boolean;
75490
75493
  label: string;
75491
75494
  length: string | number;
75495
+ masked: boolean;
75492
75496
  modelValue: string | number;
75493
75497
  type: "number" | "password" | "text";
75494
75498
  }>;
@@ -75506,6 +75510,7 @@ declare const VOtpInput: {
75506
75510
  focusAll: boolean;
75507
75511
  label: string;
75508
75512
  length: string | number;
75513
+ masked: boolean;
75509
75514
  type: "number" | "password" | "text";
75510
75515
  } & {
75511
75516
  theme?: string | undefined;
@@ -75566,6 +75571,7 @@ declare const VOtpInput: {
75566
75571
  focusAll: boolean;
75567
75572
  label: string;
75568
75573
  length: string | number;
75574
+ masked: boolean;
75569
75575
  modelValue: string | number;
75570
75576
  type: "number" | "password" | "text";
75571
75577
  }, {}, string, vue.SlotsType<Partial<{
@@ -75627,6 +75633,7 @@ declare const VOtpInput: {
75627
75633
  type: (NumberConstructor | StringConstructor)[];
75628
75634
  default: number;
75629
75635
  };
75636
+ masked: BooleanConstructor;
75630
75637
  modelValue: {
75631
75638
  type: (NumberConstructor | StringConstructor)[];
75632
75639
  default: undefined;
@@ -75688,6 +75695,7 @@ declare const VOtpInput: {
75688
75695
  type: (NumberConstructor | StringConstructor)[];
75689
75696
  default: number;
75690
75697
  };
75698
+ masked: BooleanConstructor;
75691
75699
  modelValue: {
75692
75700
  type: (NumberConstructor | StringConstructor)[];
75693
75701
  default: undefined;
@@ -114776,7 +114784,7 @@ declare module 'vue' {
114776
114784
  $children?: VNodeChild
114777
114785
  }
114778
114786
  export interface GlobalComponents {
114779
- VApp: VApp
114787
+ VBottomNavigation: VBottomNavigation
114780
114788
  VAlert: VAlert
114781
114789
  VAlertTitle: VAlertTitle
114782
114790
  VAppBar: VAppBar
@@ -114784,33 +114792,31 @@ declare module 'vue' {
114784
114792
  VAppBarTitle: VAppBarTitle
114785
114793
  VAutocomplete: VAutocomplete
114786
114794
  VBadge: VBadge
114787
- VAvatar: VAvatar
114788
- VBtnGroup: VBtnGroup
114789
- VBtnToggle: VBtnToggle
114790
114795
  VBreadcrumbs: VBreadcrumbs
114791
114796
  VBreadcrumbsItem: VBreadcrumbsItem
114792
114797
  VBreadcrumbsDivider: VBreadcrumbsDivider
114793
- VBottomSheet: VBottomSheet
114794
- VBtn: VBtn
114795
- VChip: VChip
114796
- VCarousel: VCarousel
114797
- VCarouselItem: VCarouselItem
114798
- VCalendar: VCalendar
114799
- VBanner: VBanner
114800
- VBannerActions: VBannerActions
114801
- VBannerText: VBannerText
114802
- VCounter: VCounter
114803
- VCheckbox: VCheckbox
114804
- VCheckboxBtn: VCheckboxBtn
114798
+ VAvatar: VAvatar
114799
+ VApp: VApp
114800
+ VBtnGroup: VBtnGroup
114805
114801
  VCard: VCard
114806
114802
  VCardActions: VCardActions
114807
114803
  VCardItem: VCardItem
114808
114804
  VCardSubtitle: VCardSubtitle
114809
114805
  VCardText: VCardText
114810
114806
  VCardTitle: VCardTitle
114811
- VColorPicker: VColorPicker
114807
+ VCalendar: VCalendar
114808
+ VCarousel: VCarousel
114809
+ VCarouselItem: VCarouselItem
114810
+ VBtn: VBtn
114811
+ VBottomSheet: VBottomSheet
114812
+ VChipGroup: VChipGroup
114813
+ VCombobox: VCombobox
114814
+ VBanner: VBanner
114815
+ VBannerActions: VBannerActions
114816
+ VBannerText: VBannerText
114817
+ VBtnToggle: VBtnToggle
114812
114818
  VCode: VCode
114813
- VBottomNavigation: VBottomNavigation
114819
+ VColorPicker: VColorPicker
114814
114820
  VDataTable: VDataTable
114815
114821
  VDataTableHeaders: VDataTableHeaders
114816
114822
  VDataTableFooter: VDataTableFooter
@@ -114818,40 +114824,40 @@ declare module 'vue' {
114818
114824
  VDataTableRow: VDataTableRow
114819
114825
  VDataTableVirtual: VDataTableVirtual
114820
114826
  VDataTableServer: VDataTableServer
114821
- VChipGroup: VChipGroup
114827
+ VChip: VChip
114828
+ VCounter: VCounter
114822
114829
  VDivider: VDivider
114823
- VEmptyState: VEmptyState
114824
114830
  VDatePicker: VDatePicker
114825
114831
  VDatePickerControls: VDatePickerControls
114826
114832
  VDatePickerHeader: VDatePickerHeader
114827
114833
  VDatePickerMonth: VDatePickerMonth
114828
114834
  VDatePickerMonths: VDatePickerMonths
114829
114835
  VDatePickerYears: VDatePickerYears
114830
- VCombobox: VCombobox
114836
+ VDialog: VDialog
114837
+ VEmptyState: VEmptyState
114838
+ VFab: VFab
114839
+ VFooter: VFooter
114831
114840
  VExpansionPanels: VExpansionPanels
114832
114841
  VExpansionPanel: VExpansionPanel
114833
114842
  VExpansionPanelText: VExpansionPanelText
114834
114843
  VExpansionPanelTitle: VExpansionPanelTitle
114835
- VFooter: VFooter
114836
- VHotkey: VHotkey
114837
- VDialog: VDialog
114838
114844
  VFileInput: VFileInput
114839
- VFab: VFab
114840
114845
  VField: VField
114841
114846
  VFieldLabel: VFieldLabel
114842
- VImg: VImg
114843
- VInfiniteScroll: VInfiniteScroll
114847
+ VCheckbox: VCheckbox
114848
+ VCheckboxBtn: VCheckboxBtn
114844
114849
  VItemGroup: VItemGroup
114845
114850
  VItem: VItem
114846
114851
  VInput: VInput
114847
- VKbd: VKbd
114848
- VMenu: VMenu
114852
+ VImg: VImg
114849
114853
  VIcon: VIcon
114850
114854
  VComponentIcon: VComponentIcon
114851
114855
  VSvgIcon: VSvgIcon
114852
114856
  VLigatureIcon: VLigatureIcon
114853
114857
  VClassIcon: VClassIcon
114854
- VMain: VMain
114858
+ VInfiniteScroll: VInfiniteScroll
114859
+ VKbd: VKbd
114860
+ VMessages: VMessages
114855
114861
  VList: VList
114856
114862
  VListGroup: VListGroup
114857
114863
  VListImg: VListImg
@@ -114861,57 +114867,59 @@ declare module 'vue' {
114861
114867
  VListItemSubtitle: VListItemSubtitle
114862
114868
  VListItemTitle: VListItemTitle
114863
114869
  VListSubheader: VListSubheader
114870
+ VHotkey: VHotkey
114864
114871
  VLabel: VLabel
114872
+ VMain: VMain
114865
114873
  VNavigationDrawer: VNavigationDrawer
114866
- VNumberInput: VNumberInput
114874
+ VMenu: VMenu
114867
114875
  VOtpInput: VOtpInput
114868
- VMessages: VMessages
114869
- VPagination: VPagination
114876
+ VNumberInput: VNumberInput
114877
+ VProgressCircular: VProgressCircular
114870
114878
  VOverlay: VOverlay
114879
+ VPagination: VPagination
114871
114880
  VRadioGroup: VRadioGroup
114872
- VProgressCircular: VProgressCircular
114873
- VSlideGroup: VSlideGroup
114874
- VSlideGroupItem: VSlideGroupItem
114875
- VProgressLinear: VProgressLinear
114881
+ VSelect: VSelect
114876
114882
  VRating: VRating
114883
+ VProgressLinear: VProgressLinear
114877
114884
  VSlider: VSlider
114878
- VSelect: VSelect
114879
114885
  VSkeletonLoader: VSkeletonLoader
114880
- VSelectionControlGroup: VSelectionControlGroup
114881
- VSystemBar: VSystemBar
114882
- VSnackbar: VSnackbar
114883
114886
  VSelectionControl: VSelectionControl
114887
+ VSnackbar: VSnackbar
114888
+ VSheet: VSheet
114889
+ VSlideGroup: VSlideGroup
114890
+ VSlideGroupItem: VSlideGroupItem
114891
+ VSelectionControlGroup: VSelectionControlGroup
114884
114892
  VStepper: VStepper
114885
114893
  VStepperActions: VStepperActions
114886
114894
  VStepperHeader: VStepperHeader
114887
114895
  VStepperItem: VStepperItem
114888
114896
  VStepperWindow: VStepperWindow
114889
114897
  VStepperWindowItem: VStepperWindowItem
114890
- VSheet: VSheet
114891
- VTextarea: VTextarea
114898
+ VSystemBar: VSystemBar
114892
114899
  VTab: VTab
114893
114900
  VTabs: VTabs
114894
114901
  VTabsWindow: VTabsWindow
114895
114902
  VTabsWindowItem: VTabsWindowItem
114896
- VSwitch: VSwitch
114897
- VTooltip: VTooltip
114898
- VTextField: VTextField
114899
114903
  VTable: VTable
114904
+ VTextField: VTextField
114905
+ VSwitch: VSwitch
114906
+ VTimePicker: VTimePicker
114907
+ VTimePickerClock: VTimePickerClock
114908
+ VTimePickerControls: VTimePickerControls
114909
+ VTimeline: VTimeline
114910
+ VTimelineItem: VTimelineItem
114900
114911
  VTreeview: VTreeview
114901
114912
  VTreeviewItem: VTreeviewItem
114902
114913
  VTreeviewGroup: VTreeviewGroup
114903
114914
  VToolbar: VToolbar
114904
114915
  VToolbarTitle: VToolbarTitle
114905
114916
  VToolbarItems: VToolbarItems
114906
- VTimeline: VTimeline
114907
- VTimelineItem: VTimelineItem
114908
- VTimePicker: VTimePicker
114909
- VTimePickerClock: VTimePickerClock
114910
- VTimePickerControls: VTimePickerControls
114911
114917
  VWindow: VWindow
114912
114918
  VWindowItem: VWindowItem
114913
- VConfirmEdit: VConfirmEdit
114919
+ VTooltip: VTooltip
114920
+ VTextarea: VTextarea
114914
114921
  VDataIterator: VDataIterator
114922
+ VConfirmEdit: VConfirmEdit
114915
114923
  VDefaultsProvider: VDefaultsProvider
114916
114924
  VForm: VForm
114917
114925
  VHover: VHover
@@ -114919,21 +114927,21 @@ declare module 'vue' {
114919
114927
  VCol: VCol
114920
114928
  VRow: VRow
114921
114929
  VSpacer: VSpacer
114930
+ VLazy: VLazy
114922
114931
  VLayout: VLayout
114923
114932
  VLayoutItem: VLayoutItem
114924
- VLazy: VLazy
114933
+ VNoSsr: VNoSsr
114925
114934
  VLocaleProvider: VLocaleProvider
114926
114935
  VParallax: VParallax
114927
- VRadio: VRadio
114928
- VResponsive: VResponsive
114929
114936
  VRangeSlider: VRangeSlider
114930
- VNoSsr: VNoSsr
114931
- VSparkline: VSparkline
114937
+ VResponsive: VResponsive
114938
+ VRadio: VRadio
114932
114939
  VSnackbarQueue: VSnackbarQueue
114933
- VThemeProvider: VThemeProvider
114940
+ VSparkline: VSparkline
114934
114941
  VSpeedDial: VSpeedDial
114935
114942
  VValidation: VValidation
114936
114943
  VVirtualScroll: VVirtualScroll
114944
+ VThemeProvider: VThemeProvider
114937
114945
  VFabTransition: VFabTransition
114938
114946
  VDialogBottomTransition: VDialogBottomTransition
114939
114947
  VDialogTopTransition: VDialogTopTransition
@@ -114952,23 +114960,23 @@ declare module 'vue' {
114952
114960
  VExpandBothTransition: VExpandBothTransition
114953
114961
  VDialogTransition: VDialogTransition
114954
114962
  VAvatarGroup: VAvatarGroup
114955
- VColorInput: VColorInput
114963
+ VIconBtn: VIconBtn
114964
+ VPicker: VPicker
114965
+ VPickerTitle: VPickerTitle
114956
114966
  VFileUpload: VFileUpload
114957
114967
  VFileUploadItem: VFileUploadItem
114958
- VCommandPalette: VCommandPalette
114959
- VCommandPaletteItemComponent: VCommandPaletteItemComponent
114968
+ VColorInput: VColorInput
114960
114969
  VStepperVertical: VStepperVertical
114961
114970
  VStepperVerticalItem: VStepperVerticalItem
114962
114971
  VStepperVerticalActions: VStepperVerticalActions
114972
+ VCommandPalette: VCommandPalette
114973
+ VCommandPaletteItemComponent: VCommandPaletteItemComponent
114963
114974
  VPie: VPie
114964
114975
  VPieSegment: VPieSegment
114965
114976
  VPieTooltip: VPieTooltip
114966
- VIconBtn: VIconBtn
114967
114977
  VVideo: VVideo
114968
114978
  VVideoControls: VVideoControls
114969
114979
  VVideoVolume: VVideoVolume
114970
- VPicker: VPicker
114971
- VPickerTitle: VPickerTitle
114972
114980
  VDateInput: VDateInput
114973
114981
  VMaskInput: VMaskInput
114974
114982
  VPullToRefresh: VPullToRefresh
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.11.8-dev.2026-02-17
2
+ * Vuetify v3.11.8-dev.2026-02-18
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -4055,8 +4055,14 @@ function useBackgroundColor(color) {
4055
4055
  backgroundColorStyles
4056
4056
  };
4057
4057
  }
4058
+ function normalizeColors(colors) {
4059
+ return {
4060
+ text: typeof colors.text === 'string' ? colors.text.replace(/^text-/, '') : colors.text,
4061
+ background: typeof colors.background === 'string' ? colors.background.replace(/^bg-/, '') : colors.background
4062
+ };
4063
+ }
4058
4064
  function computeColor(colors) {
4059
- const _colors = toValue(colors);
4065
+ const _colors = normalizeColors(toValue(colors));
4060
4066
  const classes = [];
4061
4067
  const styles = {};
4062
4068
  if (_colors.background) {
@@ -31499,6 +31505,7 @@ const makeVOtpInputProps = propsFactory({
31499
31505
  type: [Number, String],
31500
31506
  default: 6
31501
31507
  },
31508
+ masked: Boolean,
31502
31509
  modelValue: {
31503
31510
  type: [Number, String],
31504
31511
  default: undefined
@@ -31699,7 +31706,7 @@ const VOtpInput = genericComponent()({
31699
31706
  "min": props.type === 'number' ? 0 : undefined,
31700
31707
  "maxlength": i === 0 ? length.value : '1',
31701
31708
  "placeholder": props.placeholder,
31702
- "type": props.type === 'number' ? 'text' : props.type,
31709
+ "type": props.masked ? 'password' : props.type === 'number' ? 'text' : props.type,
31703
31710
  "value": model.value[i],
31704
31711
  "onInput": onInput,
31705
31712
  "onFocus": e => onFocus(e, i),
@@ -37062,7 +37069,7 @@ function createVuetify$1() {
37062
37069
  };
37063
37070
  });
37064
37071
  }
37065
- const version$1 = "3.11.8-dev.2026-02-17";
37072
+ const version$1 = "3.11.8-dev.2026-02-18";
37066
37073
  createVuetify$1.version = version$1;
37067
37074
 
37068
37075
  // Vue's inject() can only be used in setup
@@ -37087,7 +37094,7 @@ const createVuetify = function () {
37087
37094
  ...options
37088
37095
  });
37089
37096
  };
37090
- const version = "3.11.8-dev.2026-02-17";
37097
+ const version = "3.11.8-dev.2026-02-18";
37091
37098
  createVuetify.version = version;
37092
37099
 
37093
37100
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useMask, useRtl, useTheme, version };