@vuetify/nightly 3.7.7-master.2025-01-25 → 3.7.8-master.2025-01-28
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 +3 -46
- package/dist/json/attributes.json +3233 -3233
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +5933 -5933
- package/dist/vuetify-labs.css +4338 -4326
- package/dist/vuetify-labs.d.ts +0 -17
- package/dist/vuetify-labs.esm.js +16 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +16 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3262 -3250
- package/dist/vuetify.d.ts +54 -71
- package/dist/vuetify.esm.js +16 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -9
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +0 -1
- package/lib/components/VDataTable/index.d.mts +0 -17
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VFab/VFab.css +5 -1
- package/lib/components/VFab/VFab.mjs +1 -2
- package/lib/components/VFab/VFab.mjs.map +1 -1
- package/lib/components/VFab/VFab.sass +5 -1
- package/lib/components/VField/VField.css +8 -0
- package/lib/components/VField/VField.sass +10 -2
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/index.d.mts +0 -17
- package/lib/composables/display.mjs +11 -4
- package/lib/composables/display.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +54 -54
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -23493,7 +23493,6 @@ type DataTableHeader<T = Record<string, any>> = {
|
|
23493
23493
|
sort?: DataTableCompareFunction;
|
23494
23494
|
sortRaw?: DataTableCompareFunction;
|
23495
23495
|
filter?: FilterFunction;
|
23496
|
-
mobile?: boolean;
|
23497
23496
|
children?: DataTableHeader<T>[];
|
23498
23497
|
};
|
23499
23498
|
type InternalDataTableHeader = Omit<DataTableHeader, 'key' | 'value' | 'children'> & {
|
@@ -25972,7 +25971,6 @@ declare const VDataTableVirtual: {
|
|
25972
25971
|
readonly sort?: DataTableCompareFunction | undefined;
|
25973
25972
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
25974
25973
|
readonly filter?: FilterFunction | undefined;
|
25975
|
-
readonly mobile?: boolean | undefined;
|
25976
25974
|
readonly children?: readonly {
|
25977
25975
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
25978
25976
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -25993,7 +25991,6 @@ declare const VDataTableVirtual: {
|
|
25993
25991
|
readonly sort?: DataTableCompareFunction | undefined;
|
25994
25992
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
25995
25993
|
readonly filter?: FilterFunction | undefined;
|
25996
|
-
readonly mobile?: boolean | undefined;
|
25997
25994
|
readonly children?: readonly any[] | undefined;
|
25998
25995
|
}[] | undefined;
|
25999
25996
|
}[] | undefined;
|
@@ -26074,7 +26071,6 @@ declare const VDataTableVirtual: {
|
|
26074
26071
|
readonly sort?: DataTableCompareFunction | undefined;
|
26075
26072
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26076
26073
|
readonly filter?: FilterFunction | undefined;
|
26077
|
-
readonly mobile?: boolean | undefined;
|
26078
26074
|
readonly children?: readonly {
|
26079
26075
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
26080
26076
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -26095,7 +26091,6 @@ declare const VDataTableVirtual: {
|
|
26095
26091
|
readonly sort?: DataTableCompareFunction | undefined;
|
26096
26092
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26097
26093
|
readonly filter?: FilterFunction | undefined;
|
26098
|
-
readonly mobile?: boolean | undefined;
|
26099
26094
|
readonly children?: readonly any[] | undefined;
|
26100
26095
|
}[] | undefined;
|
26101
26096
|
}[] | undefined;
|
@@ -26250,7 +26245,6 @@ declare const VDataTableVirtual: {
|
|
26250
26245
|
readonly sort?: DataTableCompareFunction | undefined;
|
26251
26246
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26252
26247
|
readonly filter?: FilterFunction | undefined;
|
26253
|
-
readonly mobile?: boolean | undefined;
|
26254
26248
|
readonly children?: readonly {
|
26255
26249
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
26256
26250
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -26271,7 +26265,6 @@ declare const VDataTableVirtual: {
|
|
26271
26265
|
readonly sort?: DataTableCompareFunction | undefined;
|
26272
26266
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26273
26267
|
readonly filter?: FilterFunction | undefined;
|
26274
|
-
readonly mobile?: boolean | undefined;
|
26275
26268
|
readonly children?: readonly any[] | undefined;
|
26276
26269
|
}[] | undefined;
|
26277
26270
|
}[] | undefined;
|
@@ -26382,7 +26375,6 @@ declare const VDataTableVirtual: {
|
|
26382
26375
|
readonly sort?: DataTableCompareFunction | undefined;
|
26383
26376
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26384
26377
|
readonly filter?: FilterFunction | undefined;
|
26385
|
-
readonly mobile?: boolean | undefined;
|
26386
26378
|
readonly children?: readonly {
|
26387
26379
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
26388
26380
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -26403,7 +26395,6 @@ declare const VDataTableVirtual: {
|
|
26403
26395
|
readonly sort?: DataTableCompareFunction | undefined;
|
26404
26396
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26405
26397
|
readonly filter?: FilterFunction | undefined;
|
26406
|
-
readonly mobile?: boolean | undefined;
|
26407
26398
|
readonly children?: readonly any[] | undefined;
|
26408
26399
|
}[] | undefined;
|
26409
26400
|
}[] | undefined;
|
@@ -26809,7 +26800,6 @@ declare const VDataTableServer: {
|
|
26809
26800
|
readonly sort?: DataTableCompareFunction | undefined;
|
26810
26801
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26811
26802
|
readonly filter?: FilterFunction | undefined;
|
26812
|
-
readonly mobile?: boolean | undefined;
|
26813
26803
|
readonly children?: readonly {
|
26814
26804
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
26815
26805
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -26830,7 +26820,6 @@ declare const VDataTableServer: {
|
|
26830
26820
|
readonly sort?: DataTableCompareFunction | undefined;
|
26831
26821
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26832
26822
|
readonly filter?: FilterFunction | undefined;
|
26833
|
-
readonly mobile?: boolean | undefined;
|
26834
26823
|
readonly children?: readonly any[] | undefined;
|
26835
26824
|
}[] | undefined;
|
26836
26825
|
}[] | undefined;
|
@@ -26927,7 +26916,6 @@ declare const VDataTableServer: {
|
|
26927
26916
|
readonly sort?: DataTableCompareFunction | undefined;
|
26928
26917
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26929
26918
|
readonly filter?: FilterFunction | undefined;
|
26930
|
-
readonly mobile?: boolean | undefined;
|
26931
26919
|
readonly children?: readonly {
|
26932
26920
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
26933
26921
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -26948,7 +26936,6 @@ declare const VDataTableServer: {
|
|
26948
26936
|
readonly sort?: DataTableCompareFunction | undefined;
|
26949
26937
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26950
26938
|
readonly filter?: FilterFunction | undefined;
|
26951
|
-
readonly mobile?: boolean | undefined;
|
26952
26939
|
readonly children?: readonly any[] | undefined;
|
26953
26940
|
}[] | undefined;
|
26954
26941
|
}[] | undefined;
|
@@ -27135,7 +27122,6 @@ declare const VDataTableServer: {
|
|
27135
27122
|
readonly sort?: DataTableCompareFunction | undefined;
|
27136
27123
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
27137
27124
|
readonly filter?: FilterFunction | undefined;
|
27138
|
-
readonly mobile?: boolean | undefined;
|
27139
27125
|
readonly children?: readonly {
|
27140
27126
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
27141
27127
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -27156,7 +27142,6 @@ declare const VDataTableServer: {
|
|
27156
27142
|
readonly sort?: DataTableCompareFunction | undefined;
|
27157
27143
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
27158
27144
|
readonly filter?: FilterFunction | undefined;
|
27159
|
-
readonly mobile?: boolean | undefined;
|
27160
27145
|
readonly children?: readonly any[] | undefined;
|
27161
27146
|
}[] | undefined;
|
27162
27147
|
}[] | undefined;
|
@@ -27295,7 +27280,6 @@ declare const VDataTableServer: {
|
|
27295
27280
|
readonly sort?: DataTableCompareFunction | undefined;
|
27296
27281
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
27297
27282
|
readonly filter?: FilterFunction | undefined;
|
27298
|
-
readonly mobile?: boolean | undefined;
|
27299
27283
|
readonly children?: readonly {
|
27300
27284
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
27301
27285
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -27316,7 +27300,6 @@ declare const VDataTableServer: {
|
|
27316
27300
|
readonly sort?: DataTableCompareFunction | undefined;
|
27317
27301
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
27318
27302
|
readonly filter?: FilterFunction | undefined;
|
27319
|
-
readonly mobile?: boolean | undefined;
|
27320
27303
|
readonly children?: readonly any[] | undefined;
|
27321
27304
|
}[] | undefined;
|
27322
27305
|
}[] | undefined;
|
@@ -67105,47 +67088,51 @@ declare module 'vue' {
|
|
67105
67088
|
$children?: VNodeChild
|
67106
67089
|
}
|
67107
67090
|
export interface GlobalComponents {
|
67108
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67109
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67110
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67111
67091
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67112
67092
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67113
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67114
67093
|
VApp: typeof import('vuetify/components')['VApp']
|
67115
|
-
|
67094
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67116
67095
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67117
67096
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67118
67097
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67119
|
-
|
67098
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67099
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67100
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67101
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67102
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67120
67103
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67121
67104
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67122
67105
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67123
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67124
67106
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67125
|
-
|
67126
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
67127
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67107
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67128
67108
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67109
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67129
67110
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67130
67111
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67131
67112
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67132
67113
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67133
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67134
67114
|
VChip: typeof import('vuetify/components')['VChip']
|
67135
|
-
|
67136
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67137
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67138
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67139
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67140
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67141
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67115
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67142
67116
|
VCard: typeof import('vuetify/components')['VCard']
|
67143
67117
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67144
67118
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67145
67119
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67146
67120
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67147
67121
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67122
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67123
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67124
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67148
67125
|
VCounter: typeof import('vuetify/components')['VCounter']
|
67126
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67127
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67128
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67129
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67130
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67131
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67132
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67133
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67134
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67135
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67149
67136
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67150
67137
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67151
67138
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67153,24 +67140,20 @@ declare module 'vue' {
|
|
67153
67140
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67154
67141
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67155
67142
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67156
|
-
|
67157
|
-
|
67143
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67144
|
+
VField: typeof import('vuetify/components')['VField']
|
67145
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67146
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67158
67147
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67159
67148
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67160
67149
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67161
67150
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67162
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67163
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67164
|
-
VField: typeof import('vuetify/components')['VField']
|
67165
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67166
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67167
67151
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67168
67152
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67169
67153
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67170
67154
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67171
67155
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67172
|
-
|
67173
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67156
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67174
67157
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67175
67158
|
VKbd: typeof import('vuetify/components')['VKbd']
|
67176
67159
|
VLabel: typeof import('vuetify/components')['VLabel']
|
@@ -67185,63 +67168,63 @@ declare module 'vue' {
|
|
67185
67168
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67186
67169
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67187
67170
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67188
|
-
|
67189
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67171
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67190
67172
|
VInput: typeof import('vuetify/components')['VInput']
|
67191
67173
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67192
|
-
|
67174
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67193
67175
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67194
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
67195
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67196
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67197
67176
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67198
|
-
|
67177
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67178
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67179
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67180
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67199
67181
|
VRating: typeof import('vuetify/components')['VRating']
|
67200
|
-
|
67201
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67182
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67202
67183
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67203
|
-
|
67184
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67185
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67186
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67204
67187
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67188
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67205
67189
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67206
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67207
67190
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67208
67191
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67192
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67209
67193
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67210
|
-
|
67211
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67194
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67212
67195
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67213
67196
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67214
67197
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67215
67198
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67216
67199
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67217
67200
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67201
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67202
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67203
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67218
67204
|
VTab: typeof import('vuetify/components')['VTab']
|
67219
67205
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67220
67206
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67221
67207
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67222
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67223
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67224
67208
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67225
67209
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67226
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67227
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67228
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
67229
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67230
67210
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67231
67211
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67232
67212
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67233
|
-
|
67213
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67214
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
67215
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67234
67216
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67217
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67235
67218
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67236
67219
|
VForm: typeof import('vuetify/components')['VForm']
|
67237
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67238
67220
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67239
67221
|
VCol: typeof import('vuetify/components')['VCol']
|
67240
67222
|
VRow: typeof import('vuetify/components')['VRow']
|
67241
67223
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67242
|
-
|
67224
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67243
67225
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67244
67226
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67227
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67245
67228
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67246
67229
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67247
67230
|
VParallax: typeof import('vuetify/components')['VParallax']
|
@@ -67250,9 +67233,9 @@ declare module 'vue' {
|
|
67250
67233
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67251
67234
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67252
67235
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67253
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
67254
67236
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67255
67237
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67238
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
67256
67239
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67257
67240
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67258
67241
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67277,20 +67260,20 @@ declare module 'vue' {
|
|
67277
67260
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67278
67261
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67279
67262
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67280
|
-
|
67263
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67264
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67281
67265
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67282
67266
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67283
67267
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67284
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67285
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67286
67268
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67287
67269
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67288
67270
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67271
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67289
67272
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67290
67273
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67291
67274
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67292
67275
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67293
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67294
67276
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67277
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67295
67278
|
}
|
67296
67279
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.
|
2
|
+
* Vuetify v3.7.8-master.2025-01-28
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -7439,10 +7439,17 @@ function useDisplay() {
|
|
7439
7439
|
const display = inject$1(DisplaySymbol);
|
7440
7440
|
if (!display) throw new Error('Could not find Vuetify display injection');
|
7441
7441
|
const mobile = computed(() => {
|
7442
|
-
if (props.mobile
|
7443
|
-
|
7444
|
-
|
7445
|
-
|
7442
|
+
if (props.mobile) {
|
7443
|
+
return true;
|
7444
|
+
} else if (typeof props.mobileBreakpoint === 'number') {
|
7445
|
+
return display.width.value < props.mobileBreakpoint;
|
7446
|
+
} else if (props.mobileBreakpoint) {
|
7447
|
+
return display.width.value < display.thresholds.value[props.mobileBreakpoint];
|
7448
|
+
} else if (props.mobile === null) {
|
7449
|
+
return display.mobile.value;
|
7450
|
+
} else {
|
7451
|
+
return false;
|
7452
|
+
}
|
7446
7453
|
});
|
7447
7454
|
const displayClasses = computed(() => {
|
7448
7455
|
if (!name) return {};
|
@@ -19469,7 +19476,7 @@ const VPagination = genericComponent()({
|
|
19469
19476
|
const rangeStart = length.value - rangeLength + start.value;
|
19470
19477
|
return [start.value, props.ellipsis, ...createRange(rangeLength, rangeStart)];
|
19471
19478
|
} else {
|
19472
|
-
const rangeLength = Math.max(1, totalVisible.value -
|
19479
|
+
const rangeLength = Math.max(1, totalVisible.value - 2);
|
19473
19480
|
const rangeStart = rangeLength === 1 ? page.value : page.value - Math.ceil(rangeLength / 2) + start.value;
|
19474
19481
|
return [start.value, props.ellipsis, ...createRange(rangeLength, rangeStart), props.ellipsis, length.value];
|
19475
19482
|
}
|
@@ -23067,8 +23074,7 @@ const VFab = genericComponent()({
|
|
23067
23074
|
"style": [props.app ? {
|
23068
23075
|
...layoutItemStyles.value
|
23069
23076
|
} : {
|
23070
|
-
height: 'inherit'
|
23071
|
-
width: undefined
|
23077
|
+
height: props.absolute ? '100%' : 'inherit'
|
23072
23078
|
}, props.style]
|
23073
23079
|
}, [createVNode("div", {
|
23074
23080
|
"class": "v-fab__container"
|
@@ -28316,7 +28322,7 @@ function createVuetify$1() {
|
|
28316
28322
|
goTo
|
28317
28323
|
};
|
28318
28324
|
}
|
28319
|
-
const version$1 = "3.7.
|
28325
|
+
const version$1 = "3.7.8-master.2025-01-28";
|
28320
28326
|
createVuetify$1.version = version$1;
|
28321
28327
|
|
28322
28328
|
// Vue's inject() can only be used in setup
|
@@ -28341,7 +28347,7 @@ const createVuetify = function () {
|
|
28341
28347
|
...options
|
28342
28348
|
});
|
28343
28349
|
};
|
28344
|
-
const version = "3.7.
|
28350
|
+
const version = "3.7.8-master.2025-01-28";
|
28345
28351
|
createVuetify.version = version;
|
28346
28352
|
|
28347
28353
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|