@vuetify/nightly 3.8.3-master.2025-05-04 → 3.8.3-master.2025-05-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 +8 -3
- package/dist/json/attributes.json +1465 -1465
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +2570 -2570
- package/dist/vuetify-labs.cjs +4 -4
- package/dist/vuetify-labs.css +2897 -2897
- package/dist/vuetify-labs.d.ts +65 -321
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +4 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3093 -3093
- package/dist/vuetify.d.ts +65 -321
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +7 -134
- package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +7 -134
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +1 -1
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +55 -55
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -37950,49 +37950,6 @@ declare const VDataTableVirtual: {
|
|
37950
37950
|
loading?: string | boolean | undefined;
|
37951
37951
|
class?: any;
|
37952
37952
|
theme?: string | undefined;
|
37953
|
-
headers?: readonly {
|
37954
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
37955
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
37956
|
-
readonly title?: string | undefined;
|
37957
|
-
readonly fixed?: boolean | undefined;
|
37958
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
37959
|
-
readonly width?: (number | string) | undefined;
|
37960
|
-
readonly minWidth?: (number | string) | undefined;
|
37961
|
-
readonly maxWidth?: (number | string) | undefined;
|
37962
|
-
readonly nowrap?: boolean | undefined;
|
37963
|
-
readonly headerProps?: {
|
37964
|
-
readonly [x: string]: any;
|
37965
|
-
} | undefined;
|
37966
|
-
readonly cellProps?: HeaderCellPropsFunction | {
|
37967
|
-
readonly [x: string]: any;
|
37968
|
-
} | undefined;
|
37969
|
-
readonly sortable?: boolean | undefined;
|
37970
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
37971
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
37972
|
-
readonly filter?: FilterFunction | undefined;
|
37973
|
-
readonly children?: readonly {
|
37974
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
37975
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
37976
|
-
readonly title?: string | undefined;
|
37977
|
-
readonly fixed?: boolean | undefined;
|
37978
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
37979
|
-
readonly width?: (number | string) | undefined;
|
37980
|
-
readonly minWidth?: (number | string) | undefined;
|
37981
|
-
readonly maxWidth?: (number | string) | undefined;
|
37982
|
-
readonly nowrap?: boolean | undefined;
|
37983
|
-
readonly headerProps?: {
|
37984
|
-
readonly [x: string]: any;
|
37985
|
-
} | undefined;
|
37986
|
-
readonly cellProps?: HeaderCellPropsFunction | {
|
37987
|
-
readonly [x: string]: any;
|
37988
|
-
} | undefined;
|
37989
|
-
readonly sortable?: boolean | undefined;
|
37990
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
37991
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
37992
|
-
readonly filter?: FilterFunction | undefined;
|
37993
|
-
readonly children?: readonly any[] | undefined;
|
37994
|
-
}[] | undefined;
|
37995
|
-
}[] | undefined;
|
37996
37953
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
37997
37954
|
customFilter?: FilterFunction | undefined;
|
37998
37955
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
@@ -38013,7 +37970,7 @@ declare const VDataTableVirtual: {
|
|
38013
37970
|
'update:options': (value: any) => true;
|
38014
37971
|
'update:groupBy': (value: any) => true;
|
38015
37972
|
'update:expanded': (value: any) => true;
|
38016
|
-
}, "$children" | "v-slots" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
37973
|
+
}, "headers" | "$children" | "v-slots" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
38017
37974
|
expanded: readonly string[];
|
38018
37975
|
style: vue.StyleValue;
|
38019
37976
|
mobile: boolean | null;
|
@@ -38136,49 +38093,6 @@ declare const VDataTableVirtual: {
|
|
38136
38093
|
loading?: string | boolean | undefined;
|
38137
38094
|
class?: any;
|
38138
38095
|
theme?: string | undefined;
|
38139
|
-
headers?: readonly {
|
38140
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
38141
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
38142
|
-
readonly title?: string | undefined;
|
38143
|
-
readonly fixed?: boolean | undefined;
|
38144
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
38145
|
-
readonly width?: (number | string) | undefined;
|
38146
|
-
readonly minWidth?: (number | string) | undefined;
|
38147
|
-
readonly maxWidth?: (number | string) | undefined;
|
38148
|
-
readonly nowrap?: boolean | undefined;
|
38149
|
-
readonly headerProps?: {
|
38150
|
-
readonly [x: string]: any;
|
38151
|
-
} | undefined;
|
38152
|
-
readonly cellProps?: HeaderCellPropsFunction | {
|
38153
|
-
readonly [x: string]: any;
|
38154
|
-
} | undefined;
|
38155
|
-
readonly sortable?: boolean | undefined;
|
38156
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
38157
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
38158
|
-
readonly filter?: FilterFunction | undefined;
|
38159
|
-
readonly children?: readonly {
|
38160
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
38161
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
38162
|
-
readonly title?: string | undefined;
|
38163
|
-
readonly fixed?: boolean | undefined;
|
38164
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
38165
|
-
readonly width?: (number | string) | undefined;
|
38166
|
-
readonly minWidth?: (number | string) | undefined;
|
38167
|
-
readonly maxWidth?: (number | string) | undefined;
|
38168
|
-
readonly nowrap?: boolean | undefined;
|
38169
|
-
readonly headerProps?: {
|
38170
|
-
readonly [x: string]: any;
|
38171
|
-
} | undefined;
|
38172
|
-
readonly cellProps?: HeaderCellPropsFunction | {
|
38173
|
-
readonly [x: string]: any;
|
38174
|
-
} | undefined;
|
38175
|
-
readonly sortable?: boolean | undefined;
|
38176
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
38177
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
38178
|
-
readonly filter?: FilterFunction | undefined;
|
38179
|
-
readonly children?: readonly any[] | undefined;
|
38180
|
-
}[] | undefined;
|
38181
|
-
}[] | undefined;
|
38182
38096
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
38183
38097
|
customFilter?: FilterFunction | undefined;
|
38184
38098
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
@@ -38269,49 +38183,6 @@ declare const VDataTableVirtual: {
|
|
38269
38183
|
loading?: string | boolean | undefined;
|
38270
38184
|
class?: any;
|
38271
38185
|
theme?: string | undefined;
|
38272
|
-
headers?: readonly {
|
38273
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
38274
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
38275
|
-
readonly title?: string | undefined;
|
38276
|
-
readonly fixed?: boolean | undefined;
|
38277
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
38278
|
-
readonly width?: (number | string) | undefined;
|
38279
|
-
readonly minWidth?: (number | string) | undefined;
|
38280
|
-
readonly maxWidth?: (number | string) | undefined;
|
38281
|
-
readonly nowrap?: boolean | undefined;
|
38282
|
-
readonly headerProps?: {
|
38283
|
-
readonly [x: string]: any;
|
38284
|
-
} | undefined;
|
38285
|
-
readonly cellProps?: HeaderCellPropsFunction | {
|
38286
|
-
readonly [x: string]: any;
|
38287
|
-
} | undefined;
|
38288
|
-
readonly sortable?: boolean | undefined;
|
38289
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
38290
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
38291
|
-
readonly filter?: FilterFunction | undefined;
|
38292
|
-
readonly children?: readonly {
|
38293
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
38294
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
38295
|
-
readonly title?: string | undefined;
|
38296
|
-
readonly fixed?: boolean | undefined;
|
38297
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
38298
|
-
readonly width?: (number | string) | undefined;
|
38299
|
-
readonly minWidth?: (number | string) | undefined;
|
38300
|
-
readonly maxWidth?: (number | string) | undefined;
|
38301
|
-
readonly nowrap?: boolean | undefined;
|
38302
|
-
readonly headerProps?: {
|
38303
|
-
readonly [x: string]: any;
|
38304
|
-
} | undefined;
|
38305
|
-
readonly cellProps?: HeaderCellPropsFunction | {
|
38306
|
-
readonly [x: string]: any;
|
38307
|
-
} | undefined;
|
38308
|
-
readonly sortable?: boolean | undefined;
|
38309
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
38310
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
38311
|
-
readonly filter?: FilterFunction | undefined;
|
38312
|
-
readonly children?: readonly any[] | undefined;
|
38313
|
-
}[] | undefined;
|
38314
|
-
}[] | undefined;
|
38315
38186
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
38316
38187
|
customFilter?: FilterFunction | undefined;
|
38317
38188
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
@@ -38332,7 +38203,7 @@ declare const VDataTableVirtual: {
|
|
38332
38203
|
'update:options': (value: any) => true;
|
38333
38204
|
'update:groupBy': (value: any) => true;
|
38334
38205
|
'update:expanded': (value: any) => true;
|
38335
|
-
}, "$children" | "v-slots" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append">, string, {
|
38206
|
+
}, "headers" | "$children" | "v-slots" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append">, string, {
|
38336
38207
|
expanded: readonly string[];
|
38337
38208
|
style: vue.StyleValue;
|
38338
38209
|
mobile: boolean | null;
|
@@ -38414,6 +38285,7 @@ declare const VDataTableVirtual: {
|
|
38414
38285
|
rowProps?: RowProps<ItemType$2<T>>;
|
38415
38286
|
cellProps?: CellProps<ItemType$2<T>>;
|
38416
38287
|
itemSelectable?: SelectItemKey<ItemType$2<T>>;
|
38288
|
+
headers?: DeepReadonly<DataTableHeader<ItemType$2<T>>[]>;
|
38417
38289
|
modelValue?: V;
|
38418
38290
|
"onUpdate:modelValue"?: (value: V) => void;
|
38419
38291
|
}, slots: VDataTableVirtualSlots<ItemType$2<T>>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
@@ -38456,7 +38328,7 @@ declare const VDataTableVirtual: {
|
|
38456
38328
|
};
|
38457
38329
|
class: vue.PropType<ClassValue>;
|
38458
38330
|
theme: StringConstructor;
|
38459
|
-
headers: vue.PropType<
|
38331
|
+
headers: vue.PropType<DeepReadonly<DataTableHeader[]>>;
|
38460
38332
|
tag: {
|
38461
38333
|
type: vue.PropType<string | JSXComponent>;
|
38462
38334
|
default: string;
|
@@ -38571,7 +38443,7 @@ declare const VDataTableVirtual: {
|
|
38571
38443
|
};
|
38572
38444
|
class: vue.PropType<ClassValue>;
|
38573
38445
|
theme: StringConstructor;
|
38574
|
-
headers: vue.PropType<
|
38446
|
+
headers: vue.PropType<DeepReadonly<DataTableHeader[]>>;
|
38575
38447
|
tag: {
|
38576
38448
|
type: vue.PropType<string | JSXComponent>;
|
38577
38449
|
default: string;
|
@@ -38706,49 +38578,6 @@ declare const VDataTableServer: {
|
|
38706
38578
|
loading?: string | boolean | undefined;
|
38707
38579
|
class?: any;
|
38708
38580
|
theme?: string | undefined;
|
38709
|
-
headers?: readonly {
|
38710
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
38711
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
38712
|
-
readonly title?: string | undefined;
|
38713
|
-
readonly fixed?: boolean | undefined;
|
38714
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
38715
|
-
readonly width?: (number | string) | undefined;
|
38716
|
-
readonly minWidth?: (number | string) | undefined;
|
38717
|
-
readonly maxWidth?: (number | string) | undefined;
|
38718
|
-
readonly nowrap?: boolean | undefined;
|
38719
|
-
readonly headerProps?: {
|
38720
|
-
readonly [x: string]: any;
|
38721
|
-
} | undefined;
|
38722
|
-
readonly cellProps?: HeaderCellPropsFunction | {
|
38723
|
-
readonly [x: string]: any;
|
38724
|
-
} | undefined;
|
38725
|
-
readonly sortable?: boolean | undefined;
|
38726
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
38727
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
38728
|
-
readonly filter?: FilterFunction | undefined;
|
38729
|
-
readonly children?: readonly {
|
38730
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
38731
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
38732
|
-
readonly title?: string | undefined;
|
38733
|
-
readonly fixed?: boolean | undefined;
|
38734
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
38735
|
-
readonly width?: (number | string) | undefined;
|
38736
|
-
readonly minWidth?: (number | string) | undefined;
|
38737
|
-
readonly maxWidth?: (number | string) | undefined;
|
38738
|
-
readonly nowrap?: boolean | undefined;
|
38739
|
-
readonly headerProps?: {
|
38740
|
-
readonly [x: string]: any;
|
38741
|
-
} | undefined;
|
38742
|
-
readonly cellProps?: HeaderCellPropsFunction | {
|
38743
|
-
readonly [x: string]: any;
|
38744
|
-
} | undefined;
|
38745
|
-
readonly sortable?: boolean | undefined;
|
38746
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
38747
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
38748
|
-
readonly filter?: FilterFunction | undefined;
|
38749
|
-
readonly children?: readonly any[] | undefined;
|
38750
|
-
}[] | undefined;
|
38751
|
-
}[] | undefined;
|
38752
38581
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
38753
38582
|
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
38754
38583
|
headerProps?: Record<string, any> | undefined;
|
@@ -38767,7 +38596,7 @@ declare const VDataTableServer: {
|
|
38767
38596
|
'update:options': (options: any) => true;
|
38768
38597
|
'update:expanded': (options: any) => true;
|
38769
38598
|
'update:groupBy': (value: any) => true;
|
38770
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
38599
|
+
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
38771
38600
|
page: string | number;
|
38772
38601
|
expanded: readonly string[];
|
38773
38602
|
style: vue.StyleValue;
|
@@ -38920,49 +38749,6 @@ declare const VDataTableServer: {
|
|
38920
38749
|
loading?: string | boolean | undefined;
|
38921
38750
|
class?: any;
|
38922
38751
|
theme?: string | undefined;
|
38923
|
-
headers?: readonly {
|
38924
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
38925
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
38926
|
-
readonly title?: string | undefined;
|
38927
|
-
readonly fixed?: boolean | undefined;
|
38928
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
38929
|
-
readonly width?: (number | string) | undefined;
|
38930
|
-
readonly minWidth?: (number | string) | undefined;
|
38931
|
-
readonly maxWidth?: (number | string) | undefined;
|
38932
|
-
readonly nowrap?: boolean | undefined;
|
38933
|
-
readonly headerProps?: {
|
38934
|
-
readonly [x: string]: any;
|
38935
|
-
} | undefined;
|
38936
|
-
readonly cellProps?: HeaderCellPropsFunction | {
|
38937
|
-
readonly [x: string]: any;
|
38938
|
-
} | undefined;
|
38939
|
-
readonly sortable?: boolean | undefined;
|
38940
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
38941
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
38942
|
-
readonly filter?: FilterFunction | undefined;
|
38943
|
-
readonly children?: readonly {
|
38944
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
38945
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
38946
|
-
readonly title?: string | undefined;
|
38947
|
-
readonly fixed?: boolean | undefined;
|
38948
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
38949
|
-
readonly width?: (number | string) | undefined;
|
38950
|
-
readonly minWidth?: (number | string) | undefined;
|
38951
|
-
readonly maxWidth?: (number | string) | undefined;
|
38952
|
-
readonly nowrap?: boolean | undefined;
|
38953
|
-
readonly headerProps?: {
|
38954
|
-
readonly [x: string]: any;
|
38955
|
-
} | undefined;
|
38956
|
-
readonly cellProps?: HeaderCellPropsFunction | {
|
38957
|
-
readonly [x: string]: any;
|
38958
|
-
} | undefined;
|
38959
|
-
readonly sortable?: boolean | undefined;
|
38960
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
38961
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
38962
|
-
readonly filter?: FilterFunction | undefined;
|
38963
|
-
readonly children?: readonly any[] | undefined;
|
38964
|
-
}[] | undefined;
|
38965
|
-
}[] | undefined;
|
38966
38752
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
38967
38753
|
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
38968
38754
|
headerProps?: Record<string, any> | undefined;
|
@@ -39078,49 +38864,6 @@ declare const VDataTableServer: {
|
|
39078
38864
|
loading?: string | boolean | undefined;
|
39079
38865
|
class?: any;
|
39080
38866
|
theme?: string | undefined;
|
39081
|
-
headers?: readonly {
|
39082
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
39083
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
39084
|
-
readonly title?: string | undefined;
|
39085
|
-
readonly fixed?: boolean | undefined;
|
39086
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
39087
|
-
readonly width?: (number | string) | undefined;
|
39088
|
-
readonly minWidth?: (number | string) | undefined;
|
39089
|
-
readonly maxWidth?: (number | string) | undefined;
|
39090
|
-
readonly nowrap?: boolean | undefined;
|
39091
|
-
readonly headerProps?: {
|
39092
|
-
readonly [x: string]: any;
|
39093
|
-
} | undefined;
|
39094
|
-
readonly cellProps?: HeaderCellPropsFunction | {
|
39095
|
-
readonly [x: string]: any;
|
39096
|
-
} | undefined;
|
39097
|
-
readonly sortable?: boolean | undefined;
|
39098
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
39099
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
39100
|
-
readonly filter?: FilterFunction | undefined;
|
39101
|
-
readonly children?: readonly {
|
39102
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
39103
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
39104
|
-
readonly title?: string | undefined;
|
39105
|
-
readonly fixed?: boolean | undefined;
|
39106
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
39107
|
-
readonly width?: (number | string) | undefined;
|
39108
|
-
readonly minWidth?: (number | string) | undefined;
|
39109
|
-
readonly maxWidth?: (number | string) | undefined;
|
39110
|
-
readonly nowrap?: boolean | undefined;
|
39111
|
-
readonly headerProps?: {
|
39112
|
-
readonly [x: string]: any;
|
39113
|
-
} | undefined;
|
39114
|
-
readonly cellProps?: HeaderCellPropsFunction | {
|
39115
|
-
readonly [x: string]: any;
|
39116
|
-
} | undefined;
|
39117
|
-
readonly sortable?: boolean | undefined;
|
39118
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
39119
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
39120
|
-
readonly filter?: FilterFunction | undefined;
|
39121
|
-
readonly children?: readonly any[] | undefined;
|
39122
|
-
}[] | undefined;
|
39123
|
-
}[] | undefined;
|
39124
38867
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
39125
38868
|
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
39126
38869
|
headerProps?: Record<string, any> | undefined;
|
@@ -39139,7 +38882,7 @@ declare const VDataTableServer: {
|
|
39139
38882
|
'update:options': (options: any) => true;
|
39140
38883
|
'update:expanded': (options: any) => true;
|
39141
38884
|
'update:groupBy': (value: any) => true;
|
39142
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
|
38885
|
+
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
|
39143
38886
|
page: string | number;
|
39144
38887
|
expanded: readonly string[];
|
39145
38888
|
style: vue.StyleValue;
|
@@ -39236,6 +38979,7 @@ declare const VDataTableServer: {
|
|
39236
38979
|
rowProps?: RowProps<ItemType$1<T>>;
|
39237
38980
|
cellProps?: CellProps<ItemType$1<T>>;
|
39238
38981
|
itemSelectable?: SelectItemKey<ItemType$1<T>>;
|
38982
|
+
headers?: DeepReadonly<DataTableHeader<ItemType$1<T>>[]>;
|
39239
38983
|
modelValue?: V;
|
39240
38984
|
"onUpdate:modelValue"?: (value: V) => void;
|
39241
38985
|
}, slots: VDataTableSlots<ItemType$1<T>>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
@@ -39364,7 +39108,7 @@ declare const VDataTableServer: {
|
|
39364
39108
|
rowProps: vue.PropType<RowProps<any>>;
|
39365
39109
|
cellProps: vue.PropType<CellProps<any>>;
|
39366
39110
|
returnObject: BooleanConstructor;
|
39367
|
-
headers: vue.PropType<
|
39111
|
+
headers: vue.PropType<DeepReadonly<DataTableHeader[]>>;
|
39368
39112
|
groupBy: {
|
39369
39113
|
type: vue.PropType<readonly SortItem[]>;
|
39370
39114
|
default: () => never[];
|
@@ -39527,7 +39271,7 @@ declare const VDataTableServer: {
|
|
39527
39271
|
rowProps: vue.PropType<RowProps<any>>;
|
39528
39272
|
cellProps: vue.PropType<CellProps<any>>;
|
39529
39273
|
returnObject: BooleanConstructor;
|
39530
|
-
headers: vue.PropType<
|
39274
|
+
headers: vue.PropType<DeepReadonly<DataTableHeader[]>>;
|
39531
39275
|
groupBy: {
|
39532
39276
|
type: vue.PropType<readonly SortItem[]>;
|
39533
39277
|
default: () => never[];
|
@@ -100926,36 +100670,39 @@ declare module 'vue' {
|
|
100926
100670
|
VAppBar: VAppBar
|
100927
100671
|
VAppBarNavIcon: VAppBarNavIcon
|
100928
100672
|
VAppBarTitle: VAppBarTitle
|
100929
|
-
|
100673
|
+
VApp: VApp
|
100930
100674
|
VAlert: VAlert
|
100931
100675
|
VAlertTitle: VAlertTitle
|
100932
|
-
|
100676
|
+
VAutocomplete: VAutocomplete
|
100933
100677
|
VAvatar: VAvatar
|
100934
|
-
VBadge: VBadge
|
100935
|
-
VBottomSheet: VBottomSheet
|
100936
100678
|
VBanner: VBanner
|
100937
100679
|
VBannerActions: VBannerActions
|
100938
100680
|
VBannerText: VBannerText
|
100939
|
-
|
100681
|
+
VBadge: VBadge
|
100940
100682
|
VBreadcrumbs: VBreadcrumbs
|
100941
100683
|
VBreadcrumbsItem: VBreadcrumbsItem
|
100942
100684
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
100685
|
+
VBottomNavigation: VBottomNavigation
|
100686
|
+
VBtn: VBtn
|
100687
|
+
VBottomSheet: VBottomSheet
|
100688
|
+
VBtnGroup: VBtnGroup
|
100689
|
+
VCarousel: VCarousel
|
100690
|
+
VCarouselItem: VCarouselItem
|
100691
|
+
VCheckbox: VCheckbox
|
100692
|
+
VCheckboxBtn: VCheckboxBtn
|
100693
|
+
VBtnToggle: VBtnToggle
|
100694
|
+
VColorPicker: VColorPicker
|
100695
|
+
VChip: VChip
|
100696
|
+
VCode: VCode
|
100943
100697
|
VCard: VCard
|
100944
100698
|
VCardActions: VCardActions
|
100945
100699
|
VCardItem: VCardItem
|
100946
100700
|
VCardSubtitle: VCardSubtitle
|
100947
100701
|
VCardText: VCardText
|
100948
100702
|
VCardTitle: VCardTitle
|
100949
|
-
|
100950
|
-
VCarouselItem: VCarouselItem
|
100951
|
-
VBtnToggle: VBtnToggle
|
100952
|
-
VChip: VChip
|
100953
|
-
VCheckbox: VCheckbox
|
100954
|
-
VCheckboxBtn: VCheckboxBtn
|
100955
|
-
VColorPicker: VColorPicker
|
100956
|
-
VChipGroup: VChipGroup
|
100703
|
+
VCombobox: VCombobox
|
100957
100704
|
VCounter: VCounter
|
100958
|
-
|
100705
|
+
VChipGroup: VChipGroup
|
100959
100706
|
VDataTable: VDataTable
|
100960
100707
|
VDataTableHeaders: VDataTableHeaders
|
100961
100708
|
VDataTableFooter: VDataTableFooter
|
@@ -100963,38 +100710,36 @@ declare module 'vue' {
|
|
100963
100710
|
VDataTableRow: VDataTableRow
|
100964
100711
|
VDataTableVirtual: VDataTableVirtual
|
100965
100712
|
VDataTableServer: VDataTableServer
|
100966
|
-
|
100713
|
+
VDialog: VDialog
|
100967
100714
|
VDatePicker: VDatePicker
|
100968
100715
|
VDatePickerControls: VDatePickerControls
|
100969
100716
|
VDatePickerHeader: VDatePickerHeader
|
100970
100717
|
VDatePickerMonth: VDatePickerMonth
|
100971
100718
|
VDatePickerMonths: VDatePickerMonths
|
100972
100719
|
VDatePickerYears: VDatePickerYears
|
100973
|
-
VDialog: VDialog
|
100974
|
-
VDivider: VDivider
|
100975
100720
|
VField: VField
|
100976
100721
|
VFieldLabel: VFieldLabel
|
100977
|
-
|
100722
|
+
VDivider: VDivider
|
100723
|
+
VFab: VFab
|
100978
100724
|
VExpansionPanels: VExpansionPanels
|
100979
100725
|
VExpansionPanel: VExpansionPanel
|
100980
100726
|
VExpansionPanelText: VExpansionPanelText
|
100981
100727
|
VExpansionPanelTitle: VExpansionPanelTitle
|
100982
|
-
|
100728
|
+
VEmptyState: VEmptyState
|
100983
100729
|
VFooter: VFooter
|
100984
100730
|
VFileInput: VFileInput
|
100985
|
-
VInfiniteScroll: VInfiniteScroll
|
100986
100731
|
VInput: VInput
|
100987
|
-
VImg: VImg
|
100988
|
-
VKbd: VKbd
|
100989
100732
|
VIcon: VIcon
|
100990
100733
|
VComponentIcon: VComponentIcon
|
100991
100734
|
VSvgIcon: VSvgIcon
|
100992
100735
|
VLigatureIcon: VLigatureIcon
|
100993
100736
|
VClassIcon: VClassIcon
|
100737
|
+
VInfiniteScroll: VInfiniteScroll
|
100738
|
+
VImg: VImg
|
100994
100739
|
VItemGroup: VItemGroup
|
100995
100740
|
VItem: VItem
|
100996
100741
|
VLabel: VLabel
|
100997
|
-
|
100742
|
+
VKbd: VKbd
|
100998
100743
|
VList: VList
|
100999
100744
|
VListGroup: VListGroup
|
101000
100745
|
VListImg: VListImg
|
@@ -101006,65 +100751,72 @@ declare module 'vue' {
|
|
101006
100751
|
VListSubheader: VListSubheader
|
101007
100752
|
VMain: VMain
|
101008
100753
|
VMenu: VMenu
|
100754
|
+
VNavigationDrawer: VNavigationDrawer
|
101009
100755
|
VMessages: VMessages
|
101010
100756
|
VNumberInput: VNumberInput
|
101011
|
-
VOverlay: VOverlay
|
101012
|
-
VNavigationDrawer: VNavigationDrawer
|
101013
100757
|
VOtpInput: VOtpInput
|
101014
|
-
VPagination: VPagination
|
101015
100758
|
VProgressLinear: VProgressLinear
|
100759
|
+
VOverlay: VOverlay
|
101016
100760
|
VProgressCircular: VProgressCircular
|
101017
|
-
|
100761
|
+
VPagination: VPagination
|
100762
|
+
VRadioGroup: VRadioGroup
|
101018
100763
|
VSelect: VSelect
|
100764
|
+
VRating: VRating
|
101019
100765
|
VSelectionControl: VSelectionControl
|
101020
100766
|
VSelectionControlGroup: VSelectionControlGroup
|
101021
100767
|
VSheet: VSheet
|
101022
|
-
VSlideGroup: VSlideGroup
|
101023
|
-
VSlideGroupItem: VSlideGroupItem
|
101024
|
-
VSkeletonLoader: VSkeletonLoader
|
101025
100768
|
VSlider: VSlider
|
100769
|
+
VStepper: VStepper
|
100770
|
+
VStepperActions: VStepperActions
|
100771
|
+
VStepperHeader: VStepperHeader
|
100772
|
+
VStepperItem: VStepperItem
|
100773
|
+
VStepperWindow: VStepperWindow
|
100774
|
+
VStepperWindowItem: VStepperWindowItem
|
101026
100775
|
VSnackbar: VSnackbar
|
101027
|
-
VSystemBar: VSystemBar
|
101028
100776
|
VSwitch: VSwitch
|
100777
|
+
VSystemBar: VSystemBar
|
101029
100778
|
VTab: VTab
|
101030
100779
|
VTabs: VTabs
|
101031
100780
|
VTabsWindow: VTabsWindow
|
101032
100781
|
VTabsWindowItem: VTabsWindowItem
|
101033
|
-
VTable: VTable
|
101034
|
-
VTextarea: VTextarea
|
101035
100782
|
VTextField: VTextField
|
100783
|
+
VTextarea: VTextarea
|
100784
|
+
VTable: VTable
|
100785
|
+
VTooltip: VTooltip
|
100786
|
+
VTimeline: VTimeline
|
100787
|
+
VTimelineItem: VTimelineItem
|
101036
100788
|
VToolbar: VToolbar
|
101037
100789
|
VToolbarTitle: VToolbarTitle
|
101038
100790
|
VToolbarItems: VToolbarItems
|
101039
100791
|
VWindow: VWindow
|
101040
100792
|
VWindowItem: VWindowItem
|
101041
|
-
VTooltip: VTooltip
|
101042
|
-
VTimeline: VTimeline
|
101043
|
-
VTimelineItem: VTimelineItem
|
101044
|
-
VDataIterator: VDataIterator
|
101045
100793
|
VConfirmEdit: VConfirmEdit
|
101046
100794
|
VDefaultsProvider: VDefaultsProvider
|
100795
|
+
VDataIterator: VDataIterator
|
100796
|
+
VForm: VForm
|
101047
100797
|
VContainer: VContainer
|
101048
100798
|
VCol: VCol
|
101049
100799
|
VRow: VRow
|
101050
100800
|
VSpacer: VSpacer
|
101051
100801
|
VHover: VHover
|
101052
|
-
VForm: VForm
|
101053
100802
|
VLazy: VLazy
|
101054
100803
|
VLayout: VLayout
|
101055
100804
|
VLayoutItem: VLayoutItem
|
101056
100805
|
VLocaleProvider: VLocaleProvider
|
101057
|
-
VParallax: VParallax
|
101058
100806
|
VNoSsr: VNoSsr
|
100807
|
+
VParallax: VParallax
|
101059
100808
|
VRadio: VRadio
|
101060
100809
|
VRangeSlider: VRangeSlider
|
101061
100810
|
VResponsive: VResponsive
|
101062
|
-
VSparkline: VSparkline
|
101063
100811
|
VSnackbarQueue: VSnackbarQueue
|
100812
|
+
VSparkline: VSparkline
|
100813
|
+
VSpeedDial: VSpeedDial
|
101064
100814
|
VThemeProvider: VThemeProvider
|
101065
100815
|
VValidation: VValidation
|
100816
|
+
VSlideGroup: VSlideGroup
|
100817
|
+
VSlideGroupItem: VSlideGroupItem
|
101066
100818
|
VVirtualScroll: VVirtualScroll
|
101067
|
-
|
100819
|
+
VSkeletonLoader: VSkeletonLoader
|
101068
100820
|
VFabTransition: VFabTransition
|
101069
100821
|
VDialogBottomTransition: VDialogBottomTransition
|
101070
100822
|
VDialogTopTransition: VDialogTopTransition
|
@@ -101081,34 +100833,26 @@ declare module 'vue' {
|
|
101081
100833
|
VExpandTransition: VExpandTransition
|
101082
100834
|
VExpandXTransition: VExpandXTransition
|
101083
100835
|
VDialogTransition: VDialogTransition
|
101084
|
-
VRadioGroup: VRadioGroup
|
101085
|
-
VBtn: VBtn
|
101086
|
-
VStepper: VStepper
|
101087
|
-
VStepperActions: VStepperActions
|
101088
|
-
VStepperHeader: VStepperHeader
|
101089
|
-
VStepperItem: VStepperItem
|
101090
|
-
VStepperWindow: VStepperWindow
|
101091
|
-
VStepperWindowItem: VStepperWindowItem
|
101092
100836
|
VCalendar: VCalendar
|
101093
100837
|
VCalendarDay: VCalendarDay
|
101094
100838
|
VCalendarHeader: VCalendarHeader
|
101095
100839
|
VCalendarInterval: VCalendarInterval
|
101096
100840
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
101097
100841
|
VCalendarMonthDay: VCalendarMonthDay
|
101098
|
-
VPicker: VPicker
|
101099
|
-
VPickerTitle: VPickerTitle
|
101100
100842
|
VFileUpload: VFileUpload
|
101101
100843
|
VFileUploadItem: VFileUploadItem
|
100844
|
+
VPicker: VPicker
|
100845
|
+
VPickerTitle: VPickerTitle
|
100846
|
+
VIconBtn: VIconBtn
|
101102
100847
|
VStepperVertical: VStepperVertical
|
101103
100848
|
VStepperVerticalItem: VStepperVerticalItem
|
101104
100849
|
VStepperVerticalActions: VStepperVerticalActions
|
101105
|
-
VIconBtn: VIconBtn
|
101106
|
-
VTreeview: VTreeview
|
101107
|
-
VTreeviewItem: VTreeviewItem
|
101108
|
-
VTreeviewGroup: VTreeviewGroup
|
101109
100850
|
VTimePicker: VTimePicker
|
101110
100851
|
VTimePickerClock: VTimePickerClock
|
101111
100852
|
VTimePickerControls: VTimePickerControls
|
100853
|
+
VTreeview: VTreeview
|
100854
|
+
VTreeviewItem: VTreeviewItem
|
100855
|
+
VTreeviewGroup: VTreeviewGroup
|
101112
100856
|
VPullToRefresh: VPullToRefresh
|
101113
100857
|
VDateInput: VDateInput
|
101114
100858
|
}
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.3-master.2025-05-
|
2
|
+
* Vuetify v3.8.3-master.2025-05-05
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -14121,7 +14121,7 @@ const VDialog = genericComponent()({
|
|
14121
14121
|
}
|
14122
14122
|
function onAfterEnter() {
|
14123
14123
|
emit('afterEnter');
|
14124
|
-
if (overlay.value?.contentEl && !overlay.value.contentEl.contains(document.activeElement)) {
|
14124
|
+
if ((props.scrim || props.retainFocus) && overlay.value?.contentEl && !overlay.value.contentEl.contains(document.activeElement)) {
|
14125
14125
|
overlay.value.contentEl.focus({
|
14126
14126
|
preventScroll: true
|
14127
14127
|
});
|
@@ -31660,7 +31660,7 @@ function createVuetify$1() {
|
|
31660
31660
|
};
|
31661
31661
|
});
|
31662
31662
|
}
|
31663
|
-
const version$1 = "3.8.3-master.2025-05-
|
31663
|
+
const version$1 = "3.8.3-master.2025-05-05";
|
31664
31664
|
createVuetify$1.version = version$1;
|
31665
31665
|
|
31666
31666
|
// Vue's inject() can only be used in setup
|
@@ -31958,7 +31958,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
31958
31958
|
|
31959
31959
|
/* eslint-disable local-rules/sort-imports */
|
31960
31960
|
|
31961
|
-
const version = "3.8.3-master.2025-05-
|
31961
|
+
const version = "3.8.3-master.2025-05-05";
|
31962
31962
|
|
31963
31963
|
/* eslint-disable local-rules/sort-imports */
|
31964
31964
|
|