@vuetify/nightly 3.10.5-dev.2025-10-09 → 3.10.5-dev.2025-10-10
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/CHANGELOG.md +8 -3
- package/dist/json/attributes.json +3567 -3583
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +186 -186
- package/dist/json/tags.json +0 -4
- package/dist/json/web-types.json +6531 -6567
- package/dist/vuetify-labs.cjs +7 -7
- package/dist/vuetify-labs.css +5353 -5353
- package/dist/vuetify-labs.d.ts +59 -79
- package/dist/vuetify-labs.esm.js +7 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +3166 -3166
- package/dist/vuetify.d.ts +59 -59
- 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.js +1 -1
- package/lib/framework.d.ts +59 -59
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +0 -40
- package/lib/labs/VColorInput/VColorInput.js +2 -2
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VMaskInput/VMaskInput.js +1 -1
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -113122,13 +113122,9 @@ declare const VColorInput: {
|
|
|
113122
113122
|
border?: string | number | boolean | undefined;
|
|
113123
113123
|
elevation?: string | number | undefined;
|
|
113124
113124
|
rounded?: string | number | boolean | undefined;
|
|
113125
|
-
height?: string | number | undefined;
|
|
113126
|
-
maxHeight?: string | number | undefined;
|
|
113127
113125
|
maxWidth?: string | number | undefined;
|
|
113128
|
-
minHeight?: string | number | undefined;
|
|
113129
113126
|
minWidth?: string | number | undefined;
|
|
113130
113127
|
width?: string | number | undefined;
|
|
113131
|
-
location?: Anchor | null | undefined;
|
|
113132
113128
|
loading?: string | boolean | undefined;
|
|
113133
113129
|
position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
|
|
113134
113130
|
id?: string | undefined;
|
|
@@ -113407,13 +113403,9 @@ declare const VColorInput: {
|
|
|
113407
113403
|
border?: string | number | boolean | undefined;
|
|
113408
113404
|
elevation?: string | number | undefined;
|
|
113409
113405
|
rounded?: string | number | boolean | undefined;
|
|
113410
|
-
height?: string | number | undefined;
|
|
113411
|
-
maxHeight?: string | number | undefined;
|
|
113412
113406
|
maxWidth?: string | number | undefined;
|
|
113413
|
-
minHeight?: string | number | undefined;
|
|
113414
113407
|
minWidth?: string | number | undefined;
|
|
113415
113408
|
width?: string | number | undefined;
|
|
113416
|
-
location?: Anchor | null | undefined;
|
|
113417
113409
|
loading?: string | boolean | undefined;
|
|
113418
113410
|
position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
|
|
113419
113411
|
id?: string | undefined;
|
|
@@ -113645,13 +113637,9 @@ declare const VColorInput: {
|
|
|
113645
113637
|
border?: string | number | boolean | undefined;
|
|
113646
113638
|
elevation?: string | number | undefined;
|
|
113647
113639
|
rounded?: string | number | boolean | undefined;
|
|
113648
|
-
height?: string | number | undefined;
|
|
113649
|
-
maxHeight?: string | number | undefined;
|
|
113650
113640
|
maxWidth?: string | number | undefined;
|
|
113651
|
-
minHeight?: string | number | undefined;
|
|
113652
113641
|
minWidth?: string | number | undefined;
|
|
113653
113642
|
width?: string | number | undefined;
|
|
113654
|
-
location?: Anchor | null | undefined;
|
|
113655
113643
|
loading?: string | boolean | undefined;
|
|
113656
113644
|
position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
|
|
113657
113645
|
id?: string | undefined;
|
|
@@ -113906,13 +113894,9 @@ declare const VColorInput: {
|
|
|
113906
113894
|
type: PropType<string | JSXComponent>;
|
|
113907
113895
|
default: string;
|
|
113908
113896
|
};
|
|
113909
|
-
height: (NumberConstructor | StringConstructor)[];
|
|
113910
|
-
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
113911
113897
|
maxWidth: (NumberConstructor | StringConstructor)[];
|
|
113912
|
-
minHeight: (NumberConstructor | StringConstructor)[];
|
|
113913
113898
|
minWidth: (NumberConstructor | StringConstructor)[];
|
|
113914
113899
|
width: (NumberConstructor | StringConstructor)[];
|
|
113915
|
-
location: PropType<Anchor | null>;
|
|
113916
113900
|
loading: (BooleanConstructor | StringConstructor)[];
|
|
113917
113901
|
position: {
|
|
113918
113902
|
type: PropType<"absolute" | "fixed" | "relative" | "static" | "sticky">;
|
|
@@ -114114,13 +114098,9 @@ declare const VColorInput: {
|
|
|
114114
114098
|
type: PropType<string | JSXComponent>;
|
|
114115
114099
|
default: string;
|
|
114116
114100
|
};
|
|
114117
|
-
height: (NumberConstructor | StringConstructor)[];
|
|
114118
|
-
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
114119
114101
|
maxWidth: (NumberConstructor | StringConstructor)[];
|
|
114120
|
-
minHeight: (NumberConstructor | StringConstructor)[];
|
|
114121
114102
|
minWidth: (NumberConstructor | StringConstructor)[];
|
|
114122
114103
|
width: (NumberConstructor | StringConstructor)[];
|
|
114123
|
-
location: PropType<Anchor | null>;
|
|
114124
114104
|
loading: (BooleanConstructor | StringConstructor)[];
|
|
114125
114105
|
position: {
|
|
114126
114106
|
type: PropType<"absolute" | "fixed" | "relative" | "static" | "sticky">;
|
|
@@ -142913,41 +142893,41 @@ declare module 'vue' {
|
|
|
142913
142893
|
}
|
|
142914
142894
|
export interface GlobalComponents {
|
|
142915
142895
|
VApp: VApp
|
|
142896
|
+
VAutocomplete: VAutocomplete
|
|
142916
142897
|
VAppBar: VAppBar
|
|
142917
142898
|
VAppBarNavIcon: VAppBarNavIcon
|
|
142918
142899
|
VAppBarTitle: VAppBarTitle
|
|
142900
|
+
VAvatar: VAvatar
|
|
142919
142901
|
VAlert: VAlert
|
|
142920
142902
|
VAlertTitle: VAlertTitle
|
|
142921
|
-
VAvatar: VAvatar
|
|
142922
|
-
VAutocomplete: VAutocomplete
|
|
142923
142903
|
VBanner: VBanner
|
|
142924
142904
|
VBannerActions: VBannerActions
|
|
142925
142905
|
VBannerText: VBannerText
|
|
142926
142906
|
VBadge: VBadge
|
|
142927
|
-
VBtn: VBtn
|
|
142928
142907
|
VBottomSheet: VBottomSheet
|
|
142929
|
-
|
|
142908
|
+
VBtn: VBtn
|
|
142909
|
+
VCard: VCard
|
|
142910
|
+
VCardActions: VCardActions
|
|
142911
|
+
VCardItem: VCardItem
|
|
142912
|
+
VCardSubtitle: VCardSubtitle
|
|
142913
|
+
VCardText: VCardText
|
|
142914
|
+
VCardTitle: VCardTitle
|
|
142930
142915
|
VBottomNavigation: VBottomNavigation
|
|
142931
142916
|
VBreadcrumbs: VBreadcrumbs
|
|
142932
142917
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
142933
142918
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
142919
|
+
VBtnGroup: VBtnGroup
|
|
142920
|
+
VBtnToggle: VBtnToggle
|
|
142934
142921
|
VCheckbox: VCheckbox
|
|
142935
142922
|
VCheckboxBtn: VCheckboxBtn
|
|
142936
|
-
VCarousel: VCarousel
|
|
142937
|
-
VCarouselItem: VCarouselItem
|
|
142938
|
-
VBtnGroup: VBtnGroup
|
|
142939
142923
|
VChipGroup: VChipGroup
|
|
142940
|
-
VCard: VCard
|
|
142941
|
-
VCardActions: VCardActions
|
|
142942
|
-
VCardItem: VCardItem
|
|
142943
|
-
VCardSubtitle: VCardSubtitle
|
|
142944
|
-
VCardText: VCardText
|
|
142945
|
-
VCardTitle: VCardTitle
|
|
142946
142924
|
VChip: VChip
|
|
142947
|
-
VCode: VCode
|
|
142948
|
-
VCombobox: VCombobox
|
|
142949
142925
|
VColorPicker: VColorPicker
|
|
142926
|
+
VCarousel: VCarousel
|
|
142927
|
+
VCarouselItem: VCarouselItem
|
|
142950
142928
|
VCounter: VCounter
|
|
142929
|
+
VCombobox: VCombobox
|
|
142930
|
+
VCode: VCode
|
|
142951
142931
|
VDataTable: VDataTable
|
|
142952
142932
|
VDataTableHeaders: VDataTableHeaders
|
|
142953
142933
|
VDataTableFooter: VDataTableFooter
|
|
@@ -142955,36 +142935,31 @@ declare module 'vue' {
|
|
|
142955
142935
|
VDataTableRow: VDataTableRow
|
|
142956
142936
|
VDataTableVirtual: VDataTableVirtual
|
|
142957
142937
|
VDataTableServer: VDataTableServer
|
|
142958
|
-
VDivider: VDivider
|
|
142959
|
-
VDialog: VDialog
|
|
142960
142938
|
VDatePicker: VDatePicker
|
|
142961
142939
|
VDatePickerControls: VDatePickerControls
|
|
142962
142940
|
VDatePickerHeader: VDatePickerHeader
|
|
142963
142941
|
VDatePickerMonth: VDatePickerMonth
|
|
142964
142942
|
VDatePickerMonths: VDatePickerMonths
|
|
142965
142943
|
VDatePickerYears: VDatePickerYears
|
|
142966
|
-
VFileInput: VFileInput
|
|
142967
142944
|
VEmptyState: VEmptyState
|
|
142968
|
-
|
|
142945
|
+
VFileInput: VFileInput
|
|
142969
142946
|
VExpansionPanels: VExpansionPanels
|
|
142970
142947
|
VExpansionPanel: VExpansionPanel
|
|
142971
142948
|
VExpansionPanelText: VExpansionPanelText
|
|
142972
142949
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
142950
|
+
VDialog: VDialog
|
|
142951
|
+
VFab: VFab
|
|
142952
|
+
VDivider: VDivider
|
|
142953
|
+
VFooter: VFooter
|
|
142954
|
+
VImg: VImg
|
|
142973
142955
|
VField: VField
|
|
142974
142956
|
VFieldLabel: VFieldLabel
|
|
142975
|
-
|
|
142957
|
+
VInfiniteScroll: VInfiniteScroll
|
|
142976
142958
|
VIcon: VIcon
|
|
142977
142959
|
VComponentIcon: VComponentIcon
|
|
142978
142960
|
VSvgIcon: VSvgIcon
|
|
142979
142961
|
VLigatureIcon: VLigatureIcon
|
|
142980
142962
|
VClassIcon: VClassIcon
|
|
142981
|
-
VFooter: VFooter
|
|
142982
|
-
VInfiniteScroll: VInfiniteScroll
|
|
142983
|
-
VItemGroup: VItemGroup
|
|
142984
|
-
VItem: VItem
|
|
142985
|
-
VKbd: VKbd
|
|
142986
|
-
VImg: VImg
|
|
142987
|
-
VLabel: VLabel
|
|
142988
142963
|
VList: VList
|
|
142989
142964
|
VListGroup: VListGroup
|
|
142990
142965
|
VListImg: VListImg
|
|
@@ -142994,71 +142969,76 @@ declare module 'vue' {
|
|
|
142994
142969
|
VListItemSubtitle: VListItemSubtitle
|
|
142995
142970
|
VListItemTitle: VListItemTitle
|
|
142996
142971
|
VListSubheader: VListSubheader
|
|
142972
|
+
VInput: VInput
|
|
142973
|
+
VKbd: VKbd
|
|
142974
|
+
VItemGroup: VItemGroup
|
|
142975
|
+
VItem: VItem
|
|
142976
|
+
VLabel: VLabel
|
|
142977
|
+
VNavigationDrawer: VNavigationDrawer
|
|
142978
|
+
VOtpInput: VOtpInput
|
|
142979
|
+
VMenu: VMenu
|
|
142997
142980
|
VMessages: VMessages
|
|
142998
142981
|
VMain: VMain
|
|
142999
|
-
VMenu: VMenu
|
|
143000
142982
|
VPagination: VPagination
|
|
143001
|
-
VOtpInput: VOtpInput
|
|
143002
142983
|
VNumberInput: VNumberInput
|
|
143003
|
-
VNavigationDrawer: VNavigationDrawer
|
|
143004
142984
|
VOverlay: VOverlay
|
|
143005
|
-
VProgressCircular: VProgressCircular
|
|
143006
142985
|
VRadioGroup: VRadioGroup
|
|
142986
|
+
VProgressCircular: VProgressCircular
|
|
143007
142987
|
VProgressLinear: VProgressLinear
|
|
143008
|
-
VRating: VRating
|
|
143009
|
-
VSelectionControl: VSelectionControl
|
|
143010
142988
|
VSelect: VSelect
|
|
143011
|
-
VSheet: VSheet
|
|
143012
142989
|
VSkeletonLoader: VSkeletonLoader
|
|
142990
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
142991
|
+
VRating: VRating
|
|
142992
|
+
VSelectionControl: VSelectionControl
|
|
142993
|
+
VSlider: VSlider
|
|
143013
142994
|
VSlideGroup: VSlideGroup
|
|
143014
142995
|
VSlideGroupItem: VSlideGroupItem
|
|
143015
|
-
|
|
143016
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
143017
|
-
VSnackbar: VSnackbar
|
|
142996
|
+
VSheet: VSheet
|
|
143018
142997
|
VStepper: VStepper
|
|
143019
142998
|
VStepperActions: VStepperActions
|
|
143020
142999
|
VStepperHeader: VStepperHeader
|
|
143021
143000
|
VStepperItem: VStepperItem
|
|
143022
143001
|
VStepperWindow: VStepperWindow
|
|
143023
143002
|
VStepperWindowItem: VStepperWindowItem
|
|
143024
|
-
|
|
143003
|
+
VSnackbar: VSnackbar
|
|
143004
|
+
VSystemBar: VSystemBar
|
|
143025
143005
|
VTab: VTab
|
|
143026
143006
|
VTabs: VTabs
|
|
143027
143007
|
VTabsWindow: VTabsWindow
|
|
143028
143008
|
VTabsWindowItem: VTabsWindowItem
|
|
143029
|
-
VTextarea: VTextarea
|
|
143030
143009
|
VTable: VTable
|
|
143031
|
-
|
|
143010
|
+
VTextarea: VTextarea
|
|
143011
|
+
VSwitch: VSwitch
|
|
143012
|
+
VTextField: VTextField
|
|
143032
143013
|
VTimeline: VTimeline
|
|
143033
143014
|
VTimelineItem: VTimelineItem
|
|
143034
|
-
VTextField: VTextField
|
|
143035
|
-
VToolbar: VToolbar
|
|
143036
|
-
VToolbarTitle: VToolbarTitle
|
|
143037
|
-
VToolbarItems: VToolbarItems
|
|
143038
|
-
VTooltip: VTooltip
|
|
143039
|
-
VTreeview: VTreeview
|
|
143040
|
-
VTreeviewItem: VTreeviewItem
|
|
143041
|
-
VTreeviewGroup: VTreeviewGroup
|
|
143042
143015
|
VTimePicker: VTimePicker
|
|
143043
143016
|
VTimePickerClock: VTimePickerClock
|
|
143044
143017
|
VTimePickerControls: VTimePickerControls
|
|
143045
143018
|
VWindow: VWindow
|
|
143046
143019
|
VWindowItem: VWindowItem
|
|
143047
|
-
|
|
143020
|
+
VTooltip: VTooltip
|
|
143021
|
+
VTreeview: VTreeview
|
|
143022
|
+
VTreeviewItem: VTreeviewItem
|
|
143023
|
+
VTreeviewGroup: VTreeviewGroup
|
|
143024
|
+
VToolbar: VToolbar
|
|
143025
|
+
VToolbarTitle: VToolbarTitle
|
|
143026
|
+
VToolbarItems: VToolbarItems
|
|
143048
143027
|
VDataIterator: VDataIterator
|
|
143028
|
+
VConfirmEdit: VConfirmEdit
|
|
143029
|
+
VHover: VHover
|
|
143049
143030
|
VDefaultsProvider: VDefaultsProvider
|
|
143050
143031
|
VForm: VForm
|
|
143051
|
-
VHover: VHover
|
|
143052
|
-
VLayout: VLayout
|
|
143053
|
-
VLayoutItem: VLayoutItem
|
|
143054
|
-
VLocaleProvider: VLocaleProvider
|
|
143055
|
-
VLazy: VLazy
|
|
143056
|
-
VParallax: VParallax
|
|
143057
|
-
VNoSsr: VNoSsr
|
|
143058
143032
|
VContainer: VContainer
|
|
143059
143033
|
VCol: VCol
|
|
143060
143034
|
VRow: VRow
|
|
143061
143035
|
VSpacer: VSpacer
|
|
143036
|
+
VLayout: VLayout
|
|
143037
|
+
VLayoutItem: VLayoutItem
|
|
143038
|
+
VLazy: VLazy
|
|
143039
|
+
VLocaleProvider: VLocaleProvider
|
|
143040
|
+
VNoSsr: VNoSsr
|
|
143041
|
+
VParallax: VParallax
|
|
143062
143042
|
VRadio: VRadio
|
|
143063
143043
|
VRangeSlider: VRangeSlider
|
|
143064
143044
|
VResponsive: VResponsive
|
|
@@ -143066,7 +143046,6 @@ declare module 'vue' {
|
|
|
143066
143046
|
VSparkline: VSparkline
|
|
143067
143047
|
VSpeedDial: VSpeedDial
|
|
143068
143048
|
VThemeProvider: VThemeProvider
|
|
143069
|
-
VVirtualScroll: VVirtualScroll
|
|
143070
143049
|
VValidation: VValidation
|
|
143071
143050
|
VFabTransition: VFabTransition
|
|
143072
143051
|
VDialogBottomTransition: VDialogBottomTransition
|
|
@@ -143084,10 +143063,11 @@ declare module 'vue' {
|
|
|
143084
143063
|
VExpandTransition: VExpandTransition
|
|
143085
143064
|
VExpandXTransition: VExpandXTransition
|
|
143086
143065
|
VDialogTransition: VDialogTransition
|
|
143066
|
+
VVirtualScroll: VVirtualScroll
|
|
143087
143067
|
VColorInput: VColorInput
|
|
143088
|
-
VCalendar: VCalendar
|
|
143089
143068
|
VFileUpload: VFileUpload
|
|
143090
143069
|
VFileUploadItem: VFileUploadItem
|
|
143070
|
+
VCalendar: VCalendar
|
|
143091
143071
|
VPie: VPie
|
|
143092
143072
|
VPieSegment: VPieSegment
|
|
143093
143073
|
VPieTooltip: VPieTooltip
|
|
@@ -143097,10 +143077,10 @@ declare module 'vue' {
|
|
|
143097
143077
|
VStepperVertical: VStepperVertical
|
|
143098
143078
|
VStepperVerticalItem: VStepperVerticalItem
|
|
143099
143079
|
VStepperVerticalActions: VStepperVerticalActions
|
|
143080
|
+
VHotkey: VHotkey
|
|
143100
143081
|
VVideo: VVideo
|
|
143101
143082
|
VVideoControls: VVideoControls
|
|
143102
143083
|
VVideoVolume: VVideoVolume
|
|
143103
|
-
VHotkey: VHotkey
|
|
143104
143084
|
VDateInput: VDateInput
|
|
143105
143085
|
VMaskInput: VMaskInput
|
|
143106
143086
|
VPullToRefresh: VPullToRefresh
|
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.10.5-dev.2025-10-
|
|
2
|
+
* Vuetify v3.10.5-dev.2025-10-10
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -34365,7 +34365,7 @@ const makeVColorInputProps = propsFactory({
|
|
|
34365
34365
|
...makeFocusProps(),
|
|
34366
34366
|
...makeVConfirmEditProps(),
|
|
34367
34367
|
...makeVTextFieldProps(),
|
|
34368
|
-
...omit(makeVColorPickerProps(), ['
|
|
34368
|
+
...omit(makeVColorPickerProps(), ['location', 'height', 'minHeight', 'maxHeight'])
|
|
34369
34369
|
}, 'VColorInput');
|
|
34370
34370
|
const VColorInput = genericComponent()({
|
|
34371
34371
|
name: 'VColorInput',
|
|
@@ -34404,7 +34404,7 @@ const VColorInput = genericComponent()({
|
|
|
34404
34404
|
}
|
|
34405
34405
|
useRender(() => {
|
|
34406
34406
|
const confirmEditProps = VConfirmEdit.filterProps(props);
|
|
34407
|
-
const colorPickerProps = VColorPicker.filterProps(omit(props, ['active', 'color']));
|
|
34407
|
+
const colorPickerProps = VColorPicker.filterProps(omit(props, ['active', 'bgColor', 'color', 'rounded', 'maxWidth', 'minWidth', 'width']));
|
|
34408
34408
|
const textFieldProps = VTextField.filterProps(props);
|
|
34409
34409
|
const slotWithPip = props.hidePip ? undefined : {
|
|
34410
34410
|
[props.pipLocation]: arg => createElementVNode(Fragment, null, [createVNode(VAvatar, {
|
|
@@ -34764,7 +34764,7 @@ const VDateInput = genericComponent()({
|
|
|
34764
34764
|
}
|
|
34765
34765
|
useRender(() => {
|
|
34766
34766
|
const confirmEditProps = VConfirmEdit.filterProps(props);
|
|
34767
|
-
const datePickerProps = VDatePicker.filterProps(omit(props, ['active', 'bgColor', 'location', 'rounded', 'maxWidth', 'minWidth', 'width']));
|
|
34767
|
+
const datePickerProps = VDatePicker.filterProps(omit(props, ['active', 'bgColor', 'color', 'location', 'rounded', 'maxWidth', 'minWidth', 'width']));
|
|
34768
34768
|
const datePickerSlots = pick(slots, ['title', 'header', 'day', 'month', 'year']);
|
|
34769
34769
|
const textFieldProps = VTextField.filterProps(omit(props, ['placeholder']));
|
|
34770
34770
|
return createVNode(VTextField, mergeProps({
|
|
@@ -35209,7 +35209,7 @@ const VMaskInput = genericComponent()({
|
|
|
35209
35209
|
// Always display masked value in input when mask is applied
|
|
35210
35210
|
val => props.mask ? mask.mask(mask.unmask(val)) : val, val => {
|
|
35211
35211
|
if (props.mask) {
|
|
35212
|
-
const valueWithoutDelimiters = removeMaskDelimiters(val);
|
|
35212
|
+
const valueWithoutDelimiters = val ? removeMaskDelimiters(val) : '';
|
|
35213
35213
|
|
|
35214
35214
|
// E.g. mask is #-# and the input value is '2-23'
|
|
35215
35215
|
// model-value should be enforced to '2-2'
|
|
@@ -38067,7 +38067,7 @@ function createVuetify$1() {
|
|
|
38067
38067
|
};
|
|
38068
38068
|
});
|
|
38069
38069
|
}
|
|
38070
|
-
const version$1 = "3.10.5-dev.2025-10-
|
|
38070
|
+
const version$1 = "3.10.5-dev.2025-10-10";
|
|
38071
38071
|
createVuetify$1.version = version$1;
|
|
38072
38072
|
|
|
38073
38073
|
// Vue's inject() can only be used in setup
|
|
@@ -38365,7 +38365,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
38365
38365
|
|
|
38366
38366
|
/* eslint-disable local-rules/sort-imports */
|
|
38367
38367
|
|
|
38368
|
-
const version = "3.10.5-dev.2025-10-
|
|
38368
|
+
const version = "3.10.5-dev.2025-10-10";
|
|
38369
38369
|
|
|
38370
38370
|
/* eslint-disable local-rules/sort-imports */
|
|
38371
38371
|
|