@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-labs.d.ts
CHANGED
@@ -23478,7 +23478,6 @@ type DataTableHeader<T = Record<string, any>> = {
|
|
23478
23478
|
sort?: DataTableCompareFunction;
|
23479
23479
|
sortRaw?: DataTableCompareFunction;
|
23480
23480
|
filter?: FilterFunction;
|
23481
|
-
mobile?: boolean;
|
23482
23481
|
children?: DataTableHeader<T>[];
|
23483
23482
|
};
|
23484
23483
|
type InternalDataTableHeader = Omit<DataTableHeader, 'key' | 'value' | 'children'> & {
|
@@ -25957,7 +25956,6 @@ declare const VDataTableVirtual: {
|
|
25957
25956
|
readonly sort?: DataTableCompareFunction | undefined;
|
25958
25957
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
25959
25958
|
readonly filter?: FilterFunction | undefined;
|
25960
|
-
readonly mobile?: boolean | undefined;
|
25961
25959
|
readonly children?: readonly {
|
25962
25960
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
25963
25961
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -25978,7 +25976,6 @@ declare const VDataTableVirtual: {
|
|
25978
25976
|
readonly sort?: DataTableCompareFunction | undefined;
|
25979
25977
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
25980
25978
|
readonly filter?: FilterFunction | undefined;
|
25981
|
-
readonly mobile?: boolean | undefined;
|
25982
25979
|
readonly children?: readonly any[] | undefined;
|
25983
25980
|
}[] | undefined;
|
25984
25981
|
}[] | undefined;
|
@@ -26059,7 +26056,6 @@ declare const VDataTableVirtual: {
|
|
26059
26056
|
readonly sort?: DataTableCompareFunction | undefined;
|
26060
26057
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26061
26058
|
readonly filter?: FilterFunction | undefined;
|
26062
|
-
readonly mobile?: boolean | undefined;
|
26063
26059
|
readonly children?: readonly {
|
26064
26060
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
26065
26061
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -26080,7 +26076,6 @@ declare const VDataTableVirtual: {
|
|
26080
26076
|
readonly sort?: DataTableCompareFunction | undefined;
|
26081
26077
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26082
26078
|
readonly filter?: FilterFunction | undefined;
|
26083
|
-
readonly mobile?: boolean | undefined;
|
26084
26079
|
readonly children?: readonly any[] | undefined;
|
26085
26080
|
}[] | undefined;
|
26086
26081
|
}[] | undefined;
|
@@ -26235,7 +26230,6 @@ declare const VDataTableVirtual: {
|
|
26235
26230
|
readonly sort?: DataTableCompareFunction | undefined;
|
26236
26231
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26237
26232
|
readonly filter?: FilterFunction | undefined;
|
26238
|
-
readonly mobile?: boolean | undefined;
|
26239
26233
|
readonly children?: readonly {
|
26240
26234
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
26241
26235
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -26256,7 +26250,6 @@ declare const VDataTableVirtual: {
|
|
26256
26250
|
readonly sort?: DataTableCompareFunction | undefined;
|
26257
26251
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26258
26252
|
readonly filter?: FilterFunction | undefined;
|
26259
|
-
readonly mobile?: boolean | undefined;
|
26260
26253
|
readonly children?: readonly any[] | undefined;
|
26261
26254
|
}[] | undefined;
|
26262
26255
|
}[] | undefined;
|
@@ -26367,7 +26360,6 @@ declare const VDataTableVirtual: {
|
|
26367
26360
|
readonly sort?: DataTableCompareFunction | undefined;
|
26368
26361
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26369
26362
|
readonly filter?: FilterFunction | undefined;
|
26370
|
-
readonly mobile?: boolean | undefined;
|
26371
26363
|
readonly children?: readonly {
|
26372
26364
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
26373
26365
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -26388,7 +26380,6 @@ declare const VDataTableVirtual: {
|
|
26388
26380
|
readonly sort?: DataTableCompareFunction | undefined;
|
26389
26381
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26390
26382
|
readonly filter?: FilterFunction | undefined;
|
26391
|
-
readonly mobile?: boolean | undefined;
|
26392
26383
|
readonly children?: readonly any[] | undefined;
|
26393
26384
|
}[] | undefined;
|
26394
26385
|
}[] | undefined;
|
@@ -26794,7 +26785,6 @@ declare const VDataTableServer: {
|
|
26794
26785
|
readonly sort?: DataTableCompareFunction | undefined;
|
26795
26786
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26796
26787
|
readonly filter?: FilterFunction | undefined;
|
26797
|
-
readonly mobile?: boolean | undefined;
|
26798
26788
|
readonly children?: readonly {
|
26799
26789
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
26800
26790
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -26815,7 +26805,6 @@ declare const VDataTableServer: {
|
|
26815
26805
|
readonly sort?: DataTableCompareFunction | undefined;
|
26816
26806
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26817
26807
|
readonly filter?: FilterFunction | undefined;
|
26818
|
-
readonly mobile?: boolean | undefined;
|
26819
26808
|
readonly children?: readonly any[] | undefined;
|
26820
26809
|
}[] | undefined;
|
26821
26810
|
}[] | undefined;
|
@@ -26912,7 +26901,6 @@ declare const VDataTableServer: {
|
|
26912
26901
|
readonly sort?: DataTableCompareFunction | undefined;
|
26913
26902
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26914
26903
|
readonly filter?: FilterFunction | undefined;
|
26915
|
-
readonly mobile?: boolean | undefined;
|
26916
26904
|
readonly children?: readonly {
|
26917
26905
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
26918
26906
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -26933,7 +26921,6 @@ declare const VDataTableServer: {
|
|
26933
26921
|
readonly sort?: DataTableCompareFunction | undefined;
|
26934
26922
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
26935
26923
|
readonly filter?: FilterFunction | undefined;
|
26936
|
-
readonly mobile?: boolean | undefined;
|
26937
26924
|
readonly children?: readonly any[] | undefined;
|
26938
26925
|
}[] | undefined;
|
26939
26926
|
}[] | undefined;
|
@@ -27120,7 +27107,6 @@ declare const VDataTableServer: {
|
|
27120
27107
|
readonly sort?: DataTableCompareFunction | undefined;
|
27121
27108
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
27122
27109
|
readonly filter?: FilterFunction | undefined;
|
27123
|
-
readonly mobile?: boolean | undefined;
|
27124
27110
|
readonly children?: readonly {
|
27125
27111
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
27126
27112
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -27141,7 +27127,6 @@ declare const VDataTableServer: {
|
|
27141
27127
|
readonly sort?: DataTableCompareFunction | undefined;
|
27142
27128
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
27143
27129
|
readonly filter?: FilterFunction | undefined;
|
27144
|
-
readonly mobile?: boolean | undefined;
|
27145
27130
|
readonly children?: readonly any[] | undefined;
|
27146
27131
|
}[] | undefined;
|
27147
27132
|
}[] | undefined;
|
@@ -27280,7 +27265,6 @@ declare const VDataTableServer: {
|
|
27280
27265
|
readonly sort?: DataTableCompareFunction | undefined;
|
27281
27266
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
27282
27267
|
readonly filter?: FilterFunction | undefined;
|
27283
|
-
readonly mobile?: boolean | undefined;
|
27284
27268
|
readonly children?: readonly {
|
27285
27269
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
27286
27270
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -27301,7 +27285,6 @@ declare const VDataTableServer: {
|
|
27301
27285
|
readonly sort?: DataTableCompareFunction | undefined;
|
27302
27286
|
readonly sortRaw?: DataTableCompareFunction | undefined;
|
27303
27287
|
readonly filter?: FilterFunction | undefined;
|
27304
|
-
readonly mobile?: boolean | undefined;
|
27305
27288
|
readonly children?: readonly any[] | undefined;
|
27306
27289
|
}[] | undefined;
|
27307
27290
|
}[] | undefined;
|
package/dist/vuetify-labs.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
|
*/
|
@@ -7206,10 +7206,17 @@ function useDisplay() {
|
|
7206
7206
|
const display = inject$1(DisplaySymbol);
|
7207
7207
|
if (!display) throw new Error('Could not find Vuetify display injection');
|
7208
7208
|
const mobile = computed(() => {
|
7209
|
-
if (props.mobile
|
7210
|
-
|
7211
|
-
|
7212
|
-
|
7209
|
+
if (props.mobile) {
|
7210
|
+
return true;
|
7211
|
+
} else if (typeof props.mobileBreakpoint === 'number') {
|
7212
|
+
return display.width.value < props.mobileBreakpoint;
|
7213
|
+
} else if (props.mobileBreakpoint) {
|
7214
|
+
return display.width.value < display.thresholds.value[props.mobileBreakpoint];
|
7215
|
+
} else if (props.mobile === null) {
|
7216
|
+
return display.mobile.value;
|
7217
|
+
} else {
|
7218
|
+
return false;
|
7219
|
+
}
|
7213
7220
|
});
|
7214
7221
|
const displayClasses = computed(() => {
|
7215
7222
|
if (!name) return {};
|
@@ -19236,7 +19243,7 @@ const VPagination = genericComponent()({
|
|
19236
19243
|
const rangeStart = length.value - rangeLength + start.value;
|
19237
19244
|
return [start.value, props.ellipsis, ...createRange(rangeLength, rangeStart)];
|
19238
19245
|
} else {
|
19239
|
-
const rangeLength = Math.max(1, totalVisible.value -
|
19246
|
+
const rangeLength = Math.max(1, totalVisible.value - 2);
|
19240
19247
|
const rangeStart = rangeLength === 1 ? page.value : page.value - Math.ceil(rangeLength / 2) + start.value;
|
19241
19248
|
return [start.value, props.ellipsis, ...createRange(rangeLength, rangeStart), props.ellipsis, length.value];
|
19242
19249
|
}
|
@@ -22834,8 +22841,7 @@ const VFab = genericComponent()({
|
|
22834
22841
|
"style": [props.app ? {
|
22835
22842
|
...layoutItemStyles.value
|
22836
22843
|
} : {
|
22837
|
-
height: 'inherit'
|
22838
|
-
width: undefined
|
22844
|
+
height: props.absolute ? '100%' : 'inherit'
|
22839
22845
|
}, props.style]
|
22840
22846
|
}, [createVNode("div", {
|
22841
22847
|
"class": "v-fab__container"
|
@@ -30794,7 +30800,7 @@ function createVuetify$1() {
|
|
30794
30800
|
goTo
|
30795
30801
|
};
|
30796
30802
|
}
|
30797
|
-
const version$1 = "3.7.
|
30803
|
+
const version$1 = "3.7.8-master.2025-01-28";
|
30798
30804
|
createVuetify$1.version = version$1;
|
30799
30805
|
|
30800
30806
|
// Vue's inject() can only be used in setup
|
@@ -31047,7 +31053,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
31047
31053
|
|
31048
31054
|
/* eslint-disable local-rules/sort-imports */
|
31049
31055
|
|
31050
|
-
const version = "3.7.
|
31056
|
+
const version = "3.7.8-master.2025-01-28";
|
31051
31057
|
|
31052
31058
|
/* eslint-disable local-rules/sort-imports */
|
31053
31059
|
|