@vuetify/nightly 3.7.14-master.2025-03-04 → 3.7.15-master.2025-03-05
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 +4 -38
- package/dist/json/attributes.json +2673 -2673
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +170 -170
- package/dist/json/web-types.json +5151 -5151
- package/dist/vuetify-labs.css +2899 -2899
- package/dist/vuetify-labs.d.ts +34 -34
- package/dist/vuetify-labs.esm.js +6 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4200 -4200
- package/dist/vuetify.d.ts +89 -89
- package/dist/vuetify.esm.js +6 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -4
- 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/VDataIterator/index.d.mts +2 -2
- package/lib/components/VDataTable/composables/headers.mjs +2 -0
- package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +34 -34
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/index.d.mts +34 -34
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +55 -55
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -23458,8 +23458,8 @@ type DataTableHeader<T = Record<string, any>> = {
|
|
23458
23458
|
fixed?: boolean;
|
23459
23459
|
align?: 'start' | 'end' | 'center';
|
23460
23460
|
width?: number | string;
|
23461
|
-
minWidth?: string;
|
23462
|
-
maxWidth?: string;
|
23461
|
+
minWidth?: number | string;
|
23462
|
+
maxWidth?: number | string;
|
23463
23463
|
nowrap?: boolean;
|
23464
23464
|
headerProps?: Record<string, any>;
|
23465
23465
|
cellProps?: HeaderCellProps;
|
@@ -25932,8 +25932,8 @@ declare const VDataTableVirtual: {
|
|
25932
25932
|
readonly fixed?: boolean | undefined;
|
25933
25933
|
readonly align?: ("start" | "end" | "center") | undefined;
|
25934
25934
|
readonly width?: (number | string) | undefined;
|
25935
|
-
readonly minWidth?: string | undefined;
|
25936
|
-
readonly maxWidth?: string | undefined;
|
25935
|
+
readonly minWidth?: (number | string) | undefined;
|
25936
|
+
readonly maxWidth?: (number | string) | undefined;
|
25937
25937
|
readonly nowrap?: boolean | undefined;
|
25938
25938
|
readonly headerProps?: {
|
25939
25939
|
readonly [x: string]: any;
|
@@ -25952,8 +25952,8 @@ declare const VDataTableVirtual: {
|
|
25952
25952
|
readonly fixed?: boolean | undefined;
|
25953
25953
|
readonly align?: ("start" | "end" | "center") | undefined;
|
25954
25954
|
readonly width?: (number | string) | undefined;
|
25955
|
-
readonly minWidth?: string | undefined;
|
25956
|
-
readonly maxWidth?: string | undefined;
|
25955
|
+
readonly minWidth?: (number | string) | undefined;
|
25956
|
+
readonly maxWidth?: (number | string) | undefined;
|
25957
25957
|
readonly nowrap?: boolean | undefined;
|
25958
25958
|
readonly headerProps?: {
|
25959
25959
|
readonly [x: string]: any;
|
@@ -26032,8 +26032,8 @@ declare const VDataTableVirtual: {
|
|
26032
26032
|
readonly fixed?: boolean | undefined;
|
26033
26033
|
readonly align?: ("start" | "end" | "center") | undefined;
|
26034
26034
|
readonly width?: (number | string) | undefined;
|
26035
|
-
readonly minWidth?: string | undefined;
|
26036
|
-
readonly maxWidth?: string | undefined;
|
26035
|
+
readonly minWidth?: (number | string) | undefined;
|
26036
|
+
readonly maxWidth?: (number | string) | undefined;
|
26037
26037
|
readonly nowrap?: boolean | undefined;
|
26038
26038
|
readonly headerProps?: {
|
26039
26039
|
readonly [x: string]: any;
|
@@ -26052,8 +26052,8 @@ declare const VDataTableVirtual: {
|
|
26052
26052
|
readonly fixed?: boolean | undefined;
|
26053
26053
|
readonly align?: ("start" | "end" | "center") | undefined;
|
26054
26054
|
readonly width?: (number | string) | undefined;
|
26055
|
-
readonly minWidth?: string | undefined;
|
26056
|
-
readonly maxWidth?: string | undefined;
|
26055
|
+
readonly minWidth?: (number | string) | undefined;
|
26056
|
+
readonly maxWidth?: (number | string) | undefined;
|
26057
26057
|
readonly nowrap?: boolean | undefined;
|
26058
26058
|
readonly headerProps?: {
|
26059
26059
|
readonly [x: string]: any;
|
@@ -26206,8 +26206,8 @@ declare const VDataTableVirtual: {
|
|
26206
26206
|
readonly fixed?: boolean | undefined;
|
26207
26207
|
readonly align?: ("start" | "end" | "center") | undefined;
|
26208
26208
|
readonly width?: (number | string) | undefined;
|
26209
|
-
readonly minWidth?: string | undefined;
|
26210
|
-
readonly maxWidth?: string | undefined;
|
26209
|
+
readonly minWidth?: (number | string) | undefined;
|
26210
|
+
readonly maxWidth?: (number | string) | undefined;
|
26211
26211
|
readonly nowrap?: boolean | undefined;
|
26212
26212
|
readonly headerProps?: {
|
26213
26213
|
readonly [x: string]: any;
|
@@ -26226,8 +26226,8 @@ declare const VDataTableVirtual: {
|
|
26226
26226
|
readonly fixed?: boolean | undefined;
|
26227
26227
|
readonly align?: ("start" | "end" | "center") | undefined;
|
26228
26228
|
readonly width?: (number | string) | undefined;
|
26229
|
-
readonly minWidth?: string | undefined;
|
26230
|
-
readonly maxWidth?: string | undefined;
|
26229
|
+
readonly minWidth?: (number | string) | undefined;
|
26230
|
+
readonly maxWidth?: (number | string) | undefined;
|
26231
26231
|
readonly nowrap?: boolean | undefined;
|
26232
26232
|
readonly headerProps?: {
|
26233
26233
|
readonly [x: string]: any;
|
@@ -26336,8 +26336,8 @@ declare const VDataTableVirtual: {
|
|
26336
26336
|
readonly fixed?: boolean | undefined;
|
26337
26337
|
readonly align?: ("start" | "end" | "center") | undefined;
|
26338
26338
|
readonly width?: (number | string) | undefined;
|
26339
|
-
readonly minWidth?: string | undefined;
|
26340
|
-
readonly maxWidth?: string | undefined;
|
26339
|
+
readonly minWidth?: (number | string) | undefined;
|
26340
|
+
readonly maxWidth?: (number | string) | undefined;
|
26341
26341
|
readonly nowrap?: boolean | undefined;
|
26342
26342
|
readonly headerProps?: {
|
26343
26343
|
readonly [x: string]: any;
|
@@ -26356,8 +26356,8 @@ declare const VDataTableVirtual: {
|
|
26356
26356
|
readonly fixed?: boolean | undefined;
|
26357
26357
|
readonly align?: ("start" | "end" | "center") | undefined;
|
26358
26358
|
readonly width?: (number | string) | undefined;
|
26359
|
-
readonly minWidth?: string | undefined;
|
26360
|
-
readonly maxWidth?: string | undefined;
|
26359
|
+
readonly minWidth?: (number | string) | undefined;
|
26360
|
+
readonly maxWidth?: (number | string) | undefined;
|
26361
26361
|
readonly nowrap?: boolean | undefined;
|
26362
26362
|
readonly headerProps?: {
|
26363
26363
|
readonly [x: string]: any;
|
@@ -26761,8 +26761,8 @@ declare const VDataTableServer: {
|
|
26761
26761
|
readonly fixed?: boolean | undefined;
|
26762
26762
|
readonly align?: ("start" | "end" | "center") | undefined;
|
26763
26763
|
readonly width?: (number | string) | undefined;
|
26764
|
-
readonly minWidth?: string | undefined;
|
26765
|
-
readonly maxWidth?: string | undefined;
|
26764
|
+
readonly minWidth?: (number | string) | undefined;
|
26765
|
+
readonly maxWidth?: (number | string) | undefined;
|
26766
26766
|
readonly nowrap?: boolean | undefined;
|
26767
26767
|
readonly headerProps?: {
|
26768
26768
|
readonly [x: string]: any;
|
@@ -26781,8 +26781,8 @@ declare const VDataTableServer: {
|
|
26781
26781
|
readonly fixed?: boolean | undefined;
|
26782
26782
|
readonly align?: ("start" | "end" | "center") | undefined;
|
26783
26783
|
readonly width?: (number | string) | undefined;
|
26784
|
-
readonly minWidth?: string | undefined;
|
26785
|
-
readonly maxWidth?: string | undefined;
|
26784
|
+
readonly minWidth?: (number | string) | undefined;
|
26785
|
+
readonly maxWidth?: (number | string) | undefined;
|
26786
26786
|
readonly nowrap?: boolean | undefined;
|
26787
26787
|
readonly headerProps?: {
|
26788
26788
|
readonly [x: string]: any;
|
@@ -26877,8 +26877,8 @@ declare const VDataTableServer: {
|
|
26877
26877
|
readonly fixed?: boolean | undefined;
|
26878
26878
|
readonly align?: ("start" | "end" | "center") | undefined;
|
26879
26879
|
readonly width?: (number | string) | undefined;
|
26880
|
-
readonly minWidth?: string | undefined;
|
26881
|
-
readonly maxWidth?: string | undefined;
|
26880
|
+
readonly minWidth?: (number | string) | undefined;
|
26881
|
+
readonly maxWidth?: (number | string) | undefined;
|
26882
26882
|
readonly nowrap?: boolean | undefined;
|
26883
26883
|
readonly headerProps?: {
|
26884
26884
|
readonly [x: string]: any;
|
@@ -26897,8 +26897,8 @@ declare const VDataTableServer: {
|
|
26897
26897
|
readonly fixed?: boolean | undefined;
|
26898
26898
|
readonly align?: ("start" | "end" | "center") | undefined;
|
26899
26899
|
readonly width?: (number | string) | undefined;
|
26900
|
-
readonly minWidth?: string | undefined;
|
26901
|
-
readonly maxWidth?: string | undefined;
|
26900
|
+
readonly minWidth?: (number | string) | undefined;
|
26901
|
+
readonly maxWidth?: (number | string) | undefined;
|
26902
26902
|
readonly nowrap?: boolean | undefined;
|
26903
26903
|
readonly headerProps?: {
|
26904
26904
|
readonly [x: string]: any;
|
@@ -27083,8 +27083,8 @@ declare const VDataTableServer: {
|
|
27083
27083
|
readonly fixed?: boolean | undefined;
|
27084
27084
|
readonly align?: ("start" | "end" | "center") | undefined;
|
27085
27085
|
readonly width?: (number | string) | undefined;
|
27086
|
-
readonly minWidth?: string | undefined;
|
27087
|
-
readonly maxWidth?: string | undefined;
|
27086
|
+
readonly minWidth?: (number | string) | undefined;
|
27087
|
+
readonly maxWidth?: (number | string) | undefined;
|
27088
27088
|
readonly nowrap?: boolean | undefined;
|
27089
27089
|
readonly headerProps?: {
|
27090
27090
|
readonly [x: string]: any;
|
@@ -27103,8 +27103,8 @@ declare const VDataTableServer: {
|
|
27103
27103
|
readonly fixed?: boolean | undefined;
|
27104
27104
|
readonly align?: ("start" | "end" | "center") | undefined;
|
27105
27105
|
readonly width?: (number | string) | undefined;
|
27106
|
-
readonly minWidth?: string | undefined;
|
27107
|
-
readonly maxWidth?: string | undefined;
|
27106
|
+
readonly minWidth?: (number | string) | undefined;
|
27107
|
+
readonly maxWidth?: (number | string) | undefined;
|
27108
27108
|
readonly nowrap?: boolean | undefined;
|
27109
27109
|
readonly headerProps?: {
|
27110
27110
|
readonly [x: string]: any;
|
@@ -27241,8 +27241,8 @@ declare const VDataTableServer: {
|
|
27241
27241
|
readonly fixed?: boolean | undefined;
|
27242
27242
|
readonly align?: ("start" | "end" | "center") | undefined;
|
27243
27243
|
readonly width?: (number | string) | undefined;
|
27244
|
-
readonly minWidth?: string | undefined;
|
27245
|
-
readonly maxWidth?: string | undefined;
|
27244
|
+
readonly minWidth?: (number | string) | undefined;
|
27245
|
+
readonly maxWidth?: (number | string) | undefined;
|
27246
27246
|
readonly nowrap?: boolean | undefined;
|
27247
27247
|
readonly headerProps?: {
|
27248
27248
|
readonly [x: string]: any;
|
@@ -27261,8 +27261,8 @@ declare const VDataTableServer: {
|
|
27261
27261
|
readonly fixed?: boolean | undefined;
|
27262
27262
|
readonly align?: ("start" | "end" | "center") | undefined;
|
27263
27263
|
readonly width?: (number | string) | undefined;
|
27264
|
-
readonly minWidth?: string | undefined;
|
27265
|
-
readonly maxWidth?: string | undefined;
|
27264
|
+
readonly minWidth?: (number | string) | undefined;
|
27265
|
+
readonly maxWidth?: (number | string) | undefined;
|
27266
27266
|
readonly nowrap?: boolean | undefined;
|
27267
27267
|
readonly headerProps?: {
|
27268
27268
|
readonly [x: string]: any;
|
@@ -66957,79 +66957,79 @@ declare module 'vue' {
|
|
66957
66957
|
$children?: VNodeChild
|
66958
66958
|
}
|
66959
66959
|
export interface GlobalComponents {
|
66960
|
-
VApp: typeof import('vuetify/components')['VApp']
|
66961
66960
|
VAlert: typeof import('vuetify/components')['VAlert']
|
66962
66961
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66963
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66964
66962
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66965
66963
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66966
66964
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66967
|
-
|
66968
|
-
|
66969
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66970
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66971
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66972
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66965
|
+
VApp: typeof import('vuetify/components')['VApp']
|
66966
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66973
66967
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66974
66968
|
VBadge: typeof import('vuetify/components')['VBadge']
|
66975
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66976
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66977
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66978
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66979
|
-
VChip: typeof import('vuetify/components')['VChip']
|
66980
66969
|
VCard: typeof import('vuetify/components')['VCard']
|
66981
66970
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66982
66971
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66983
66972
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66984
66973
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66985
66974
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66986
|
-
|
66987
|
-
|
66988
|
-
|
66975
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66976
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66977
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
66978
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66979
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66980
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66981
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66982
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66983
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66989
66984
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66990
66985
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66991
66986
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66992
|
-
|
66987
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66988
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66989
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66993
66990
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66991
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
66992
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66993
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66994
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
66995
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
66996
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
66997
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
66998
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
66994
66999
|
VCode: typeof import('vuetify/components')['VCode']
|
67000
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
66995
67001
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67002
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67003
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66996
67004
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66997
67005
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66998
67006
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66999
67007
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67000
67008
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67001
67009
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67002
|
-
|
67003
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67010
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67004
67011
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67005
67012
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67006
67013
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67007
67014
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67015
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67016
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67008
67017
|
VFab: typeof import('vuetify/components')['VFab']
|
67009
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67010
67018
|
VField: typeof import('vuetify/components')['VField']
|
67011
67019
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67012
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67013
|
-
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67014
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
67015
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
67016
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67017
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67018
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67019
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67020
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67021
67020
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67022
67021
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67023
67022
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67024
67023
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67025
67024
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67026
67025
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67027
|
-
|
67028
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67029
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67026
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67030
67027
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67031
67028
|
VItem: typeof import('vuetify/components')['VItem']
|
67029
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67030
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67032
67031
|
VLabel: typeof import('vuetify/components')['VLabel']
|
67032
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67033
67033
|
VList: typeof import('vuetify/components')['VList']
|
67034
67034
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67035
67035
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67039,61 +67039,61 @@ declare module 'vue' {
|
|
67039
67039
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67040
67040
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67041
67041
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67042
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67043
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67044
67042
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67043
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67045
67044
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67045
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67046
67046
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67047
67047
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67048
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67049
67048
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67050
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67051
67049
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67050
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67051
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67052
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67052
67053
|
VRating: typeof import('vuetify/components')['VRating']
|
67053
67054
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67054
|
-
|
67055
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67056
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67057
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67055
67058
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67056
67059
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67057
67060
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67058
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67059
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67060
67061
|
VSlider: typeof import('vuetify/components')['VSlider']
|
67061
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67062
67062
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67063
67063
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67064
67064
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67065
67065
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67066
67066
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67067
67067
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67068
|
-
|
67069
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67068
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67070
67069
|
VTab: typeof import('vuetify/components')['VTab']
|
67071
67070
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67072
67071
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67073
67072
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67074
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67075
67073
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67074
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67075
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67076
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67076
67077
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67077
67078
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67078
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67079
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67080
67079
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67081
67080
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67082
67081
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67083
67082
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67084
67083
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67084
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67085
67085
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67086
67086
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67087
67087
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67088
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67089
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67088
67090
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67089
67091
|
VCol: typeof import('vuetify/components')['VCol']
|
67090
67092
|
VRow: typeof import('vuetify/components')['VRow']
|
67091
67093
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67092
|
-
VForm: typeof import('vuetify/components')['VForm']
|
67093
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67094
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67095
67094
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67096
67095
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67096
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67097
67097
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67098
67098
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67099
67099
|
VParallax: typeof import('vuetify/components')['VParallax']
|
@@ -67102,9 +67102,9 @@ declare module 'vue' {
|
|
67102
67102
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67103
67103
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67104
67104
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67105
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67106
67105
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67107
67106
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67107
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67108
67108
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67109
67109
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67110
67110
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67121,9 +67121,6 @@ declare module 'vue' {
|
|
67121
67121
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67122
67122
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67123
67123
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67124
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67125
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67126
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67127
67124
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67128
67125
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67129
67126
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -67132,12 +67129,15 @@ declare module 'vue' {
|
|
67132
67129
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67133
67130
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67134
67131
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67135
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67136
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67137
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67138
67132
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67139
67133
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67140
67134
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67135
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67136
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67137
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67138
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67139
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67140
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67141
67141
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67142
67142
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67143
67143
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.
|
2
|
+
* Vuetify v3.7.15-master.2025-03-05
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -19982,6 +19982,8 @@ function parseFixedColumns(items) {
|
|
19982
19982
|
item.lastFixed = true;
|
19983
19983
|
} else if (isNaN(+item.width)) {
|
19984
19984
|
consoleError(`Multiple fixed columns should have a static width (key: ${item.key})`);
|
19985
|
+
} else {
|
19986
|
+
item.minWidth = Math.max(+item.width || 0, +item.minWidth || 0);
|
19985
19987
|
}
|
19986
19988
|
seenFixed = true;
|
19987
19989
|
}
|
@@ -24831,7 +24833,7 @@ const VOtpInput = genericComponent()({
|
|
24831
24833
|
"disabled": props.disabled,
|
24832
24834
|
"inputmode": props.type === 'number' ? 'numeric' : 'text',
|
24833
24835
|
"min": props.type === 'number' ? 0 : undefined,
|
24834
|
-
"maxlength":
|
24836
|
+
"maxlength": i === 0 ? length.value : '1',
|
24835
24837
|
"placeholder": props.placeholder,
|
24836
24838
|
"type": props.type === 'number' ? 'text' : props.type,
|
24837
24839
|
"value": model.value[i],
|
@@ -28417,7 +28419,7 @@ function createVuetify$1() {
|
|
28417
28419
|
goTo
|
28418
28420
|
};
|
28419
28421
|
}
|
28420
|
-
const version$1 = "3.7.
|
28422
|
+
const version$1 = "3.7.15-master.2025-03-05";
|
28421
28423
|
createVuetify$1.version = version$1;
|
28422
28424
|
|
28423
28425
|
// Vue's inject() can only be used in setup
|
@@ -28442,7 +28444,7 @@ const createVuetify = function () {
|
|
28442
28444
|
...options
|
28443
28445
|
});
|
28444
28446
|
};
|
28445
|
-
const version = "3.7.
|
28447
|
+
const version = "3.7.15-master.2025-03-05";
|
28446
28448
|
createVuetify.version = version;
|
28447
28449
|
|
28448
28450
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|