@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.
@@ -75917,6 +75917,7 @@ declare const VOtpInput: {
75917
75917
  focusAll: boolean;
75918
75918
  label: string;
75919
75919
  length: string | number;
75920
+ masked: boolean;
75920
75921
  type: "number" | "password" | "text";
75921
75922
  } & {
75922
75923
  theme?: string | undefined;
@@ -75977,6 +75978,7 @@ declare const VOtpInput: {
75977
75978
  focusAll: boolean;
75978
75979
  label: string;
75979
75980
  length: string | number;
75981
+ masked: boolean;
75980
75982
  modelValue: string | number;
75981
75983
  type: "number" | "password" | "text";
75982
75984
  }, true, {}, vue.SlotsType<Partial<{
@@ -76004,6 +76006,7 @@ declare const VOtpInput: {
76004
76006
  focusAll: boolean;
76005
76007
  label: string;
76006
76008
  length: string | number;
76009
+ masked: boolean;
76007
76010
  type: "number" | "password" | "text";
76008
76011
  } & {
76009
76012
  theme?: string | undefined;
@@ -76060,6 +76063,7 @@ declare const VOtpInput: {
76060
76063
  focusAll: boolean;
76061
76064
  label: string;
76062
76065
  length: string | number;
76066
+ masked: boolean;
76063
76067
  modelValue: string | number;
76064
76068
  type: "number" | "password" | "text";
76065
76069
  }>;
@@ -76077,6 +76081,7 @@ declare const VOtpInput: {
76077
76081
  focusAll: boolean;
76078
76082
  label: string;
76079
76083
  length: string | number;
76084
+ masked: boolean;
76080
76085
  type: "number" | "password" | "text";
76081
76086
  } & {
76082
76087
  theme?: string | undefined;
@@ -76137,6 +76142,7 @@ declare const VOtpInput: {
76137
76142
  focusAll: boolean;
76138
76143
  label: string;
76139
76144
  length: string | number;
76145
+ masked: boolean;
76140
76146
  modelValue: string | number;
76141
76147
  type: "number" | "password" | "text";
76142
76148
  }, {}, string, vue.SlotsType<Partial<{
@@ -76198,6 +76204,7 @@ declare const VOtpInput: {
76198
76204
  type: (NumberConstructor | StringConstructor)[];
76199
76205
  default: number;
76200
76206
  };
76207
+ masked: BooleanConstructor;
76201
76208
  modelValue: {
76202
76209
  type: (NumberConstructor | StringConstructor)[];
76203
76210
  default: undefined;
@@ -76259,6 +76266,7 @@ declare const VOtpInput: {
76259
76266
  type: (NumberConstructor | StringConstructor)[];
76260
76267
  default: number;
76261
76268
  };
76269
+ masked: BooleanConstructor;
76262
76270
  modelValue: {
76263
76271
  type: (NumberConstructor | StringConstructor)[];
76264
76272
  default: undefined;
@@ -152083,7 +152091,7 @@ declare module 'vue' {
152083
152091
  $children?: VNodeChild
152084
152092
  }
152085
152093
  export interface GlobalComponents {
152086
- VApp: VApp
152094
+ VBottomNavigation: VBottomNavigation
152087
152095
  VAlert: VAlert
152088
152096
  VAlertTitle: VAlertTitle
152089
152097
  VAppBar: VAppBar
@@ -152091,33 +152099,31 @@ declare module 'vue' {
152091
152099
  VAppBarTitle: VAppBarTitle
152092
152100
  VAutocomplete: VAutocomplete
152093
152101
  VBadge: VBadge
152094
- VAvatar: VAvatar
152095
- VBtnGroup: VBtnGroup
152096
- VBtnToggle: VBtnToggle
152097
152102
  VBreadcrumbs: VBreadcrumbs
152098
152103
  VBreadcrumbsItem: VBreadcrumbsItem
152099
152104
  VBreadcrumbsDivider: VBreadcrumbsDivider
152100
- VBottomSheet: VBottomSheet
152101
- VBtn: VBtn
152102
- VChip: VChip
152103
- VCarousel: VCarousel
152104
- VCarouselItem: VCarouselItem
152105
- VCalendar: VCalendar
152106
- VBanner: VBanner
152107
- VBannerActions: VBannerActions
152108
- VBannerText: VBannerText
152109
- VCounter: VCounter
152110
- VCheckbox: VCheckbox
152111
- VCheckboxBtn: VCheckboxBtn
152105
+ VAvatar: VAvatar
152106
+ VApp: VApp
152107
+ VBtnGroup: VBtnGroup
152112
152108
  VCard: VCard
152113
152109
  VCardActions: VCardActions
152114
152110
  VCardItem: VCardItem
152115
152111
  VCardSubtitle: VCardSubtitle
152116
152112
  VCardText: VCardText
152117
152113
  VCardTitle: VCardTitle
152118
- VColorPicker: VColorPicker
152114
+ VCalendar: VCalendar
152115
+ VCarousel: VCarousel
152116
+ VCarouselItem: VCarouselItem
152117
+ VBtn: VBtn
152118
+ VBottomSheet: VBottomSheet
152119
+ VChipGroup: VChipGroup
152120
+ VCombobox: VCombobox
152121
+ VBanner: VBanner
152122
+ VBannerActions: VBannerActions
152123
+ VBannerText: VBannerText
152124
+ VBtnToggle: VBtnToggle
152119
152125
  VCode: VCode
152120
- VBottomNavigation: VBottomNavigation
152126
+ VColorPicker: VColorPicker
152121
152127
  VDataTable: VDataTable
152122
152128
  VDataTableHeaders: VDataTableHeaders
152123
152129
  VDataTableFooter: VDataTableFooter
@@ -152125,40 +152131,40 @@ declare module 'vue' {
152125
152131
  VDataTableRow: VDataTableRow
152126
152132
  VDataTableVirtual: VDataTableVirtual
152127
152133
  VDataTableServer: VDataTableServer
152128
- VChipGroup: VChipGroup
152134
+ VChip: VChip
152135
+ VCounter: VCounter
152129
152136
  VDivider: VDivider
152130
- VEmptyState: VEmptyState
152131
152137
  VDatePicker: VDatePicker
152132
152138
  VDatePickerControls: VDatePickerControls
152133
152139
  VDatePickerHeader: VDatePickerHeader
152134
152140
  VDatePickerMonth: VDatePickerMonth
152135
152141
  VDatePickerMonths: VDatePickerMonths
152136
152142
  VDatePickerYears: VDatePickerYears
152137
- VCombobox: VCombobox
152143
+ VDialog: VDialog
152144
+ VEmptyState: VEmptyState
152145
+ VFab: VFab
152146
+ VFooter: VFooter
152138
152147
  VExpansionPanels: VExpansionPanels
152139
152148
  VExpansionPanel: VExpansionPanel
152140
152149
  VExpansionPanelText: VExpansionPanelText
152141
152150
  VExpansionPanelTitle: VExpansionPanelTitle
152142
- VFooter: VFooter
152143
- VHotkey: VHotkey
152144
- VDialog: VDialog
152145
152151
  VFileInput: VFileInput
152146
- VFab: VFab
152147
152152
  VField: VField
152148
152153
  VFieldLabel: VFieldLabel
152149
- VImg: VImg
152150
- VInfiniteScroll: VInfiniteScroll
152154
+ VCheckbox: VCheckbox
152155
+ VCheckboxBtn: VCheckboxBtn
152151
152156
  VItemGroup: VItemGroup
152152
152157
  VItem: VItem
152153
152158
  VInput: VInput
152154
- VKbd: VKbd
152155
- VMenu: VMenu
152159
+ VImg: VImg
152156
152160
  VIcon: VIcon
152157
152161
  VComponentIcon: VComponentIcon
152158
152162
  VSvgIcon: VSvgIcon
152159
152163
  VLigatureIcon: VLigatureIcon
152160
152164
  VClassIcon: VClassIcon
152161
- VMain: VMain
152165
+ VInfiniteScroll: VInfiniteScroll
152166
+ VKbd: VKbd
152167
+ VMessages: VMessages
152162
152168
  VList: VList
152163
152169
  VListGroup: VListGroup
152164
152170
  VListImg: VListImg
@@ -152168,57 +152174,59 @@ declare module 'vue' {
152168
152174
  VListItemSubtitle: VListItemSubtitle
152169
152175
  VListItemTitle: VListItemTitle
152170
152176
  VListSubheader: VListSubheader
152177
+ VHotkey: VHotkey
152171
152178
  VLabel: VLabel
152179
+ VMain: VMain
152172
152180
  VNavigationDrawer: VNavigationDrawer
152173
- VNumberInput: VNumberInput
152181
+ VMenu: VMenu
152174
152182
  VOtpInput: VOtpInput
152175
- VMessages: VMessages
152176
- VPagination: VPagination
152183
+ VNumberInput: VNumberInput
152184
+ VProgressCircular: VProgressCircular
152177
152185
  VOverlay: VOverlay
152186
+ VPagination: VPagination
152178
152187
  VRadioGroup: VRadioGroup
152179
- VProgressCircular: VProgressCircular
152180
- VSlideGroup: VSlideGroup
152181
- VSlideGroupItem: VSlideGroupItem
152182
- VProgressLinear: VProgressLinear
152188
+ VSelect: VSelect
152183
152189
  VRating: VRating
152190
+ VProgressLinear: VProgressLinear
152184
152191
  VSlider: VSlider
152185
- VSelect: VSelect
152186
152192
  VSkeletonLoader: VSkeletonLoader
152187
- VSelectionControlGroup: VSelectionControlGroup
152188
- VSystemBar: VSystemBar
152189
- VSnackbar: VSnackbar
152190
152193
  VSelectionControl: VSelectionControl
152194
+ VSnackbar: VSnackbar
152195
+ VSheet: VSheet
152196
+ VSlideGroup: VSlideGroup
152197
+ VSlideGroupItem: VSlideGroupItem
152198
+ VSelectionControlGroup: VSelectionControlGroup
152191
152199
  VStepper: VStepper
152192
152200
  VStepperActions: VStepperActions
152193
152201
  VStepperHeader: VStepperHeader
152194
152202
  VStepperItem: VStepperItem
152195
152203
  VStepperWindow: VStepperWindow
152196
152204
  VStepperWindowItem: VStepperWindowItem
152197
- VSheet: VSheet
152198
- VTextarea: VTextarea
152205
+ VSystemBar: VSystemBar
152199
152206
  VTab: VTab
152200
152207
  VTabs: VTabs
152201
152208
  VTabsWindow: VTabsWindow
152202
152209
  VTabsWindowItem: VTabsWindowItem
152203
- VSwitch: VSwitch
152204
- VTooltip: VTooltip
152205
- VTextField: VTextField
152206
152210
  VTable: VTable
152211
+ VTextField: VTextField
152212
+ VSwitch: VSwitch
152213
+ VTimePicker: VTimePicker
152214
+ VTimePickerClock: VTimePickerClock
152215
+ VTimePickerControls: VTimePickerControls
152216
+ VTimeline: VTimeline
152217
+ VTimelineItem: VTimelineItem
152207
152218
  VTreeview: VTreeview
152208
152219
  VTreeviewItem: VTreeviewItem
152209
152220
  VTreeviewGroup: VTreeviewGroup
152210
152221
  VToolbar: VToolbar
152211
152222
  VToolbarTitle: VToolbarTitle
152212
152223
  VToolbarItems: VToolbarItems
152213
- VTimeline: VTimeline
152214
- VTimelineItem: VTimelineItem
152215
- VTimePicker: VTimePicker
152216
- VTimePickerClock: VTimePickerClock
152217
- VTimePickerControls: VTimePickerControls
152218
152224
  VWindow: VWindow
152219
152225
  VWindowItem: VWindowItem
152220
- VConfirmEdit: VConfirmEdit
152226
+ VTooltip: VTooltip
152227
+ VTextarea: VTextarea
152221
152228
  VDataIterator: VDataIterator
152229
+ VConfirmEdit: VConfirmEdit
152222
152230
  VDefaultsProvider: VDefaultsProvider
152223
152231
  VForm: VForm
152224
152232
  VHover: VHover
@@ -152226,21 +152234,21 @@ declare module 'vue' {
152226
152234
  VCol: VCol
152227
152235
  VRow: VRow
152228
152236
  VSpacer: VSpacer
152237
+ VLazy: VLazy
152229
152238
  VLayout: VLayout
152230
152239
  VLayoutItem: VLayoutItem
152231
- VLazy: VLazy
152240
+ VNoSsr: VNoSsr
152232
152241
  VLocaleProvider: VLocaleProvider
152233
152242
  VParallax: VParallax
152234
- VRadio: VRadio
152235
- VResponsive: VResponsive
152236
152243
  VRangeSlider: VRangeSlider
152237
- VNoSsr: VNoSsr
152238
- VSparkline: VSparkline
152244
+ VResponsive: VResponsive
152245
+ VRadio: VRadio
152239
152246
  VSnackbarQueue: VSnackbarQueue
152240
- VThemeProvider: VThemeProvider
152247
+ VSparkline: VSparkline
152241
152248
  VSpeedDial: VSpeedDial
152242
152249
  VValidation: VValidation
152243
152250
  VVirtualScroll: VVirtualScroll
152251
+ VThemeProvider: VThemeProvider
152244
152252
  VFabTransition: VFabTransition
152245
152253
  VDialogBottomTransition: VDialogBottomTransition
152246
152254
  VDialogTopTransition: VDialogTopTransition
@@ -152259,23 +152267,23 @@ declare module 'vue' {
152259
152267
  VExpandBothTransition: VExpandBothTransition
152260
152268
  VDialogTransition: VDialogTransition
152261
152269
  VAvatarGroup: VAvatarGroup
152262
- VColorInput: VColorInput
152270
+ VIconBtn: VIconBtn
152271
+ VPicker: VPicker
152272
+ VPickerTitle: VPickerTitle
152263
152273
  VFileUpload: VFileUpload
152264
152274
  VFileUploadItem: VFileUploadItem
152265
- VCommandPalette: VCommandPalette
152266
- VCommandPaletteItemComponent: VCommandPaletteItemComponent
152275
+ VColorInput: VColorInput
152267
152276
  VStepperVertical: VStepperVertical
152268
152277
  VStepperVerticalItem: VStepperVerticalItem
152269
152278
  VStepperVerticalActions: VStepperVerticalActions
152279
+ VCommandPalette: VCommandPalette
152280
+ VCommandPaletteItemComponent: VCommandPaletteItemComponent
152270
152281
  VPie: VPie
152271
152282
  VPieSegment: VPieSegment
152272
152283
  VPieTooltip: VPieTooltip
152273
- VIconBtn: VIconBtn
152274
152284
  VVideo: VVideo
152275
152285
  VVideoControls: VVideoControls
152276
152286
  VVideoVolume: VVideoVolume
152277
- VPicker: VPicker
152278
- VPickerTitle: VPickerTitle
152279
152287
  VDateInput: VDateInput
152280
152288
  VMaskInput: VMaskInput
152281
152289
  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
  */
@@ -3602,8 +3602,14 @@ function useBackgroundColor(color) {
3602
3602
  backgroundColorStyles
3603
3603
  };
3604
3604
  }
3605
+ function normalizeColors(colors) {
3606
+ return {
3607
+ text: typeof colors.text === 'string' ? colors.text.replace(/^text-/, '') : colors.text,
3608
+ background: typeof colors.background === 'string' ? colors.background.replace(/^bg-/, '') : colors.background
3609
+ };
3610
+ }
3605
3611
  function computeColor(colors) {
3606
- const _colors = toValue(colors);
3612
+ const _colors = normalizeColors(toValue(colors));
3607
3613
  const classes = [];
3608
3614
  const styles = {};
3609
3615
  if (_colors.background) {
@@ -31178,6 +31184,7 @@ const makeVOtpInputProps = propsFactory({
31178
31184
  type: [Number, String],
31179
31185
  default: 6
31180
31186
  },
31187
+ masked: Boolean,
31181
31188
  modelValue: {
31182
31189
  type: [Number, String],
31183
31190
  default: undefined
@@ -31378,7 +31385,7 @@ const VOtpInput = genericComponent()({
31378
31385
  "min": props.type === 'number' ? 0 : undefined,
31379
31386
  "maxlength": i === 0 ? length.value : '1',
31380
31387
  "placeholder": props.placeholder,
31381
- "type": props.type === 'number' ? 'text' : props.type,
31388
+ "type": props.masked ? 'password' : props.type === 'number' ? 'text' : props.type,
31382
31389
  "value": model.value[i],
31383
31390
  "onInput": onInput,
31384
31391
  "onFocus": e => onFocus(e, i),
@@ -40083,7 +40090,7 @@ function createVuetify$1() {
40083
40090
  };
40084
40091
  });
40085
40092
  }
40086
- const version$1 = "3.11.8-dev.2026-02-17";
40093
+ const version$1 = "3.11.8-dev.2026-02-18";
40087
40094
  createVuetify$1.version = version$1;
40088
40095
 
40089
40096
  // Vue's inject() can only be used in setup
@@ -40386,7 +40393,7 @@ var index = /*#__PURE__*/Object.freeze({
40386
40393
 
40387
40394
  /* eslint-disable local-rules/sort-imports */
40388
40395
 
40389
- const version = "3.11.8-dev.2026-02-17";
40396
+ const version = "3.11.8-dev.2026-02-18";
40390
40397
 
40391
40398
  /* eslint-disable local-rules/sort-imports */
40392
40399