@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/dist/vuetify.d.ts CHANGED
@@ -37967,49 +37967,6 @@ declare const VDataTableVirtual: {
37967
37967
  loading?: string | boolean | undefined;
37968
37968
  class?: any;
37969
37969
  theme?: string | undefined;
37970
- headers?: readonly {
37971
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
37972
- readonly value?: SelectItemKey<Record<string, any>>;
37973
- readonly title?: string | undefined;
37974
- readonly fixed?: boolean | undefined;
37975
- readonly align?: ("start" | "end" | "center") | undefined;
37976
- readonly width?: (number | string) | undefined;
37977
- readonly minWidth?: (number | string) | undefined;
37978
- readonly maxWidth?: (number | string) | undefined;
37979
- readonly nowrap?: boolean | undefined;
37980
- readonly headerProps?: {
37981
- readonly [x: string]: any;
37982
- } | undefined;
37983
- readonly cellProps?: HeaderCellPropsFunction | {
37984
- readonly [x: string]: any;
37985
- } | undefined;
37986
- readonly sortable?: boolean | undefined;
37987
- readonly sort?: DataTableCompareFunction | undefined;
37988
- readonly sortRaw?: DataTableCompareFunction | undefined;
37989
- readonly filter?: FilterFunction | undefined;
37990
- readonly children?: readonly {
37991
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
37992
- readonly value?: SelectItemKey<Record<string, any>>;
37993
- readonly title?: string | undefined;
37994
- readonly fixed?: boolean | undefined;
37995
- readonly align?: ("start" | "end" | "center") | undefined;
37996
- readonly width?: (number | string) | undefined;
37997
- readonly minWidth?: (number | string) | undefined;
37998
- readonly maxWidth?: (number | string) | undefined;
37999
- readonly nowrap?: boolean | undefined;
38000
- readonly headerProps?: {
38001
- readonly [x: string]: any;
38002
- } | undefined;
38003
- readonly cellProps?: HeaderCellPropsFunction | {
38004
- readonly [x: string]: any;
38005
- } | undefined;
38006
- readonly sortable?: boolean | undefined;
38007
- readonly sort?: DataTableCompareFunction | undefined;
38008
- readonly sortRaw?: DataTableCompareFunction | undefined;
38009
- readonly filter?: FilterFunction | undefined;
38010
- readonly children?: readonly any[] | undefined;
38011
- }[] | undefined;
38012
- }[] | undefined;
38013
37970
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
38014
37971
  customFilter?: FilterFunction | undefined;
38015
37972
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -38030,7 +37987,7 @@ declare const VDataTableVirtual: {
38030
37987
  'update:options': (value: any) => true;
38031
37988
  'update:groupBy': (value: any) => true;
38032
37989
  'update:expanded': (value: any) => true;
38033
- }, "$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, {
37990
+ }, "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, {
38034
37991
  expanded: readonly string[];
38035
37992
  style: vue.StyleValue;
38036
37993
  mobile: boolean | null;
@@ -38153,49 +38110,6 @@ declare const VDataTableVirtual: {
38153
38110
  loading?: string | boolean | undefined;
38154
38111
  class?: any;
38155
38112
  theme?: string | undefined;
38156
- headers?: readonly {
38157
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
38158
- readonly value?: SelectItemKey<Record<string, any>>;
38159
- readonly title?: string | undefined;
38160
- readonly fixed?: boolean | undefined;
38161
- readonly align?: ("start" | "end" | "center") | undefined;
38162
- readonly width?: (number | string) | undefined;
38163
- readonly minWidth?: (number | string) | undefined;
38164
- readonly maxWidth?: (number | string) | undefined;
38165
- readonly nowrap?: boolean | undefined;
38166
- readonly headerProps?: {
38167
- readonly [x: string]: any;
38168
- } | undefined;
38169
- readonly cellProps?: HeaderCellPropsFunction | {
38170
- readonly [x: string]: any;
38171
- } | undefined;
38172
- readonly sortable?: boolean | undefined;
38173
- readonly sort?: DataTableCompareFunction | undefined;
38174
- readonly sortRaw?: DataTableCompareFunction | undefined;
38175
- readonly filter?: FilterFunction | undefined;
38176
- readonly children?: readonly {
38177
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
38178
- readonly value?: SelectItemKey<Record<string, any>>;
38179
- readonly title?: string | undefined;
38180
- readonly fixed?: boolean | undefined;
38181
- readonly align?: ("start" | "end" | "center") | undefined;
38182
- readonly width?: (number | string) | undefined;
38183
- readonly minWidth?: (number | string) | undefined;
38184
- readonly maxWidth?: (number | string) | undefined;
38185
- readonly nowrap?: boolean | undefined;
38186
- readonly headerProps?: {
38187
- readonly [x: string]: any;
38188
- } | undefined;
38189
- readonly cellProps?: HeaderCellPropsFunction | {
38190
- readonly [x: string]: any;
38191
- } | undefined;
38192
- readonly sortable?: boolean | undefined;
38193
- readonly sort?: DataTableCompareFunction | undefined;
38194
- readonly sortRaw?: DataTableCompareFunction | undefined;
38195
- readonly filter?: FilterFunction | undefined;
38196
- readonly children?: readonly any[] | undefined;
38197
- }[] | undefined;
38198
- }[] | undefined;
38199
38113
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
38200
38114
  customFilter?: FilterFunction | undefined;
38201
38115
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -38286,49 +38200,6 @@ declare const VDataTableVirtual: {
38286
38200
  loading?: string | boolean | undefined;
38287
38201
  class?: any;
38288
38202
  theme?: string | undefined;
38289
- headers?: readonly {
38290
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
38291
- readonly value?: SelectItemKey<Record<string, any>>;
38292
- readonly title?: string | undefined;
38293
- readonly fixed?: boolean | undefined;
38294
- readonly align?: ("start" | "end" | "center") | undefined;
38295
- readonly width?: (number | string) | undefined;
38296
- readonly minWidth?: (number | string) | undefined;
38297
- readonly maxWidth?: (number | string) | undefined;
38298
- readonly nowrap?: boolean | undefined;
38299
- readonly headerProps?: {
38300
- readonly [x: string]: any;
38301
- } | undefined;
38302
- readonly cellProps?: HeaderCellPropsFunction | {
38303
- readonly [x: string]: any;
38304
- } | undefined;
38305
- readonly sortable?: boolean | undefined;
38306
- readonly sort?: DataTableCompareFunction | undefined;
38307
- readonly sortRaw?: DataTableCompareFunction | undefined;
38308
- readonly filter?: FilterFunction | undefined;
38309
- readonly children?: readonly {
38310
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
38311
- readonly value?: SelectItemKey<Record<string, any>>;
38312
- readonly title?: string | undefined;
38313
- readonly fixed?: boolean | undefined;
38314
- readonly align?: ("start" | "end" | "center") | undefined;
38315
- readonly width?: (number | string) | undefined;
38316
- readonly minWidth?: (number | string) | undefined;
38317
- readonly maxWidth?: (number | string) | undefined;
38318
- readonly nowrap?: boolean | undefined;
38319
- readonly headerProps?: {
38320
- readonly [x: string]: any;
38321
- } | undefined;
38322
- readonly cellProps?: HeaderCellPropsFunction | {
38323
- readonly [x: string]: any;
38324
- } | undefined;
38325
- readonly sortable?: boolean | undefined;
38326
- readonly sort?: DataTableCompareFunction | undefined;
38327
- readonly sortRaw?: DataTableCompareFunction | undefined;
38328
- readonly filter?: FilterFunction | undefined;
38329
- readonly children?: readonly any[] | undefined;
38330
- }[] | undefined;
38331
- }[] | undefined;
38332
38203
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
38333
38204
  customFilter?: FilterFunction | undefined;
38334
38205
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -38349,7 +38220,7 @@ declare const VDataTableVirtual: {
38349
38220
  'update:options': (value: any) => true;
38350
38221
  'update:groupBy': (value: any) => true;
38351
38222
  'update:expanded': (value: any) => true;
38352
- }, "$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, {
38223
+ }, "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, {
38353
38224
  expanded: readonly string[];
38354
38225
  style: vue.StyleValue;
38355
38226
  mobile: boolean | null;
@@ -38431,6 +38302,7 @@ declare const VDataTableVirtual: {
38431
38302
  rowProps?: RowProps<ItemType$2<T>>;
38432
38303
  cellProps?: CellProps<ItemType$2<T>>;
38433
38304
  itemSelectable?: SelectItemKey<ItemType$2<T>>;
38305
+ headers?: DeepReadonly<DataTableHeader<ItemType$2<T>>[]>;
38434
38306
  modelValue?: V;
38435
38307
  "onUpdate:modelValue"?: (value: V) => void;
38436
38308
  }, slots: VDataTableVirtualSlots<ItemType$2<T>>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
@@ -38473,7 +38345,7 @@ declare const VDataTableVirtual: {
38473
38345
  };
38474
38346
  class: vue.PropType<ClassValue>;
38475
38347
  theme: StringConstructor;
38476
- headers: vue.PropType<vue.DeepReadonly<DataTableHeader[]>>;
38348
+ headers: vue.PropType<DeepReadonly<DataTableHeader[]>>;
38477
38349
  tag: {
38478
38350
  type: vue.PropType<string | JSXComponent>;
38479
38351
  default: string;
@@ -38588,7 +38460,7 @@ declare const VDataTableVirtual: {
38588
38460
  };
38589
38461
  class: vue.PropType<ClassValue>;
38590
38462
  theme: StringConstructor;
38591
- headers: vue.PropType<vue.DeepReadonly<DataTableHeader[]>>;
38463
+ headers: vue.PropType<DeepReadonly<DataTableHeader[]>>;
38592
38464
  tag: {
38593
38465
  type: vue.PropType<string | JSXComponent>;
38594
38466
  default: string;
@@ -38723,49 +38595,6 @@ declare const VDataTableServer: {
38723
38595
  loading?: string | boolean | undefined;
38724
38596
  class?: any;
38725
38597
  theme?: string | undefined;
38726
- headers?: readonly {
38727
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
38728
- readonly value?: SelectItemKey<Record<string, any>>;
38729
- readonly title?: string | undefined;
38730
- readonly fixed?: boolean | undefined;
38731
- readonly align?: ("start" | "end" | "center") | undefined;
38732
- readonly width?: (number | string) | undefined;
38733
- readonly minWidth?: (number | string) | undefined;
38734
- readonly maxWidth?: (number | string) | undefined;
38735
- readonly nowrap?: boolean | undefined;
38736
- readonly headerProps?: {
38737
- readonly [x: string]: any;
38738
- } | undefined;
38739
- readonly cellProps?: HeaderCellPropsFunction | {
38740
- readonly [x: string]: any;
38741
- } | undefined;
38742
- readonly sortable?: boolean | undefined;
38743
- readonly sort?: DataTableCompareFunction | undefined;
38744
- readonly sortRaw?: DataTableCompareFunction | undefined;
38745
- readonly filter?: FilterFunction | undefined;
38746
- readonly children?: readonly {
38747
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
38748
- readonly value?: SelectItemKey<Record<string, any>>;
38749
- readonly title?: string | undefined;
38750
- readonly fixed?: boolean | undefined;
38751
- readonly align?: ("start" | "end" | "center") | undefined;
38752
- readonly width?: (number | string) | undefined;
38753
- readonly minWidth?: (number | string) | undefined;
38754
- readonly maxWidth?: (number | string) | undefined;
38755
- readonly nowrap?: boolean | undefined;
38756
- readonly headerProps?: {
38757
- readonly [x: string]: any;
38758
- } | undefined;
38759
- readonly cellProps?: HeaderCellPropsFunction | {
38760
- readonly [x: string]: any;
38761
- } | undefined;
38762
- readonly sortable?: boolean | undefined;
38763
- readonly sort?: DataTableCompareFunction | undefined;
38764
- readonly sortRaw?: DataTableCompareFunction | undefined;
38765
- readonly filter?: FilterFunction | undefined;
38766
- readonly children?: readonly any[] | undefined;
38767
- }[] | undefined;
38768
- }[] | undefined;
38769
38598
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
38770
38599
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
38771
38600
  headerProps?: Record<string, any> | undefined;
@@ -38784,7 +38613,7 @@ declare const VDataTableServer: {
38784
38613
  'update:options': (options: any) => true;
38785
38614
  'update:expanded': (options: any) => true;
38786
38615
  'update:groupBy': (value: any) => true;
38787
- }, "$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, {
38616
+ }, "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, {
38788
38617
  page: string | number;
38789
38618
  expanded: readonly string[];
38790
38619
  style: vue.StyleValue;
@@ -38937,49 +38766,6 @@ declare const VDataTableServer: {
38937
38766
  loading?: string | boolean | undefined;
38938
38767
  class?: any;
38939
38768
  theme?: string | undefined;
38940
- headers?: readonly {
38941
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
38942
- readonly value?: SelectItemKey<Record<string, any>>;
38943
- readonly title?: string | undefined;
38944
- readonly fixed?: boolean | undefined;
38945
- readonly align?: ("start" | "end" | "center") | undefined;
38946
- readonly width?: (number | string) | undefined;
38947
- readonly minWidth?: (number | string) | undefined;
38948
- readonly maxWidth?: (number | string) | undefined;
38949
- readonly nowrap?: boolean | undefined;
38950
- readonly headerProps?: {
38951
- readonly [x: string]: any;
38952
- } | undefined;
38953
- readonly cellProps?: HeaderCellPropsFunction | {
38954
- readonly [x: string]: any;
38955
- } | undefined;
38956
- readonly sortable?: boolean | undefined;
38957
- readonly sort?: DataTableCompareFunction | undefined;
38958
- readonly sortRaw?: DataTableCompareFunction | undefined;
38959
- readonly filter?: FilterFunction | undefined;
38960
- readonly children?: readonly {
38961
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
38962
- readonly value?: SelectItemKey<Record<string, any>>;
38963
- readonly title?: string | undefined;
38964
- readonly fixed?: boolean | undefined;
38965
- readonly align?: ("start" | "end" | "center") | undefined;
38966
- readonly width?: (number | string) | undefined;
38967
- readonly minWidth?: (number | string) | undefined;
38968
- readonly maxWidth?: (number | string) | undefined;
38969
- readonly nowrap?: boolean | undefined;
38970
- readonly headerProps?: {
38971
- readonly [x: string]: any;
38972
- } | undefined;
38973
- readonly cellProps?: HeaderCellPropsFunction | {
38974
- readonly [x: string]: any;
38975
- } | undefined;
38976
- readonly sortable?: boolean | undefined;
38977
- readonly sort?: DataTableCompareFunction | undefined;
38978
- readonly sortRaw?: DataTableCompareFunction | undefined;
38979
- readonly filter?: FilterFunction | undefined;
38980
- readonly children?: readonly any[] | undefined;
38981
- }[] | undefined;
38982
- }[] | undefined;
38983
38769
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
38984
38770
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
38985
38771
  headerProps?: Record<string, any> | undefined;
@@ -39095,49 +38881,6 @@ declare const VDataTableServer: {
39095
38881
  loading?: string | boolean | undefined;
39096
38882
  class?: any;
39097
38883
  theme?: string | undefined;
39098
- headers?: readonly {
39099
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
39100
- readonly value?: SelectItemKey<Record<string, any>>;
39101
- readonly title?: string | undefined;
39102
- readonly fixed?: boolean | undefined;
39103
- readonly align?: ("start" | "end" | "center") | undefined;
39104
- readonly width?: (number | string) | undefined;
39105
- readonly minWidth?: (number | string) | undefined;
39106
- readonly maxWidth?: (number | string) | undefined;
39107
- readonly nowrap?: boolean | undefined;
39108
- readonly headerProps?: {
39109
- readonly [x: string]: any;
39110
- } | undefined;
39111
- readonly cellProps?: HeaderCellPropsFunction | {
39112
- readonly [x: string]: any;
39113
- } | undefined;
39114
- readonly sortable?: boolean | undefined;
39115
- readonly sort?: DataTableCompareFunction | undefined;
39116
- readonly sortRaw?: DataTableCompareFunction | undefined;
39117
- readonly filter?: FilterFunction | undefined;
39118
- readonly children?: readonly {
39119
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
39120
- readonly value?: SelectItemKey<Record<string, any>>;
39121
- readonly title?: string | undefined;
39122
- readonly fixed?: boolean | undefined;
39123
- readonly align?: ("start" | "end" | "center") | undefined;
39124
- readonly width?: (number | string) | undefined;
39125
- readonly minWidth?: (number | string) | undefined;
39126
- readonly maxWidth?: (number | string) | undefined;
39127
- readonly nowrap?: boolean | undefined;
39128
- readonly headerProps?: {
39129
- readonly [x: string]: any;
39130
- } | undefined;
39131
- readonly cellProps?: HeaderCellPropsFunction | {
39132
- readonly [x: string]: any;
39133
- } | undefined;
39134
- readonly sortable?: boolean | undefined;
39135
- readonly sort?: DataTableCompareFunction | undefined;
39136
- readonly sortRaw?: DataTableCompareFunction | undefined;
39137
- readonly filter?: FilterFunction | undefined;
39138
- readonly children?: readonly any[] | undefined;
39139
- }[] | undefined;
39140
- }[] | undefined;
39141
38884
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
39142
38885
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
39143
38886
  headerProps?: Record<string, any> | undefined;
@@ -39156,7 +38899,7 @@ declare const VDataTableServer: {
39156
38899
  'update:options': (options: any) => true;
39157
38900
  'update:expanded': (options: any) => true;
39158
38901
  'update:groupBy': (value: any) => true;
39159
- }, "$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, {
38902
+ }, "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, {
39160
38903
  page: string | number;
39161
38904
  expanded: readonly string[];
39162
38905
  style: vue.StyleValue;
@@ -39253,6 +38996,7 @@ declare const VDataTableServer: {
39253
38996
  rowProps?: RowProps<ItemType$1<T>>;
39254
38997
  cellProps?: CellProps<ItemType$1<T>>;
39255
38998
  itemSelectable?: SelectItemKey<ItemType$1<T>>;
38999
+ headers?: DeepReadonly<DataTableHeader<ItemType$1<T>>[]>;
39256
39000
  modelValue?: V;
39257
39001
  "onUpdate:modelValue"?: (value: V) => void;
39258
39002
  }, slots: VDataTableSlots<ItemType$1<T>>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
@@ -39381,7 +39125,7 @@ declare const VDataTableServer: {
39381
39125
  rowProps: vue.PropType<RowProps<any>>;
39382
39126
  cellProps: vue.PropType<CellProps<any>>;
39383
39127
  returnObject: BooleanConstructor;
39384
- headers: vue.PropType<vue.DeepReadonly<DataTableHeader[]>>;
39128
+ headers: vue.PropType<DeepReadonly<DataTableHeader[]>>;
39385
39129
  groupBy: {
39386
39130
  type: vue.PropType<readonly SortItem[]>;
39387
39131
  default: () => never[];
@@ -39544,7 +39288,7 @@ declare const VDataTableServer: {
39544
39288
  rowProps: vue.PropType<RowProps<any>>;
39545
39289
  cellProps: vue.PropType<CellProps<any>>;
39546
39290
  returnObject: BooleanConstructor;
39547
- headers: vue.PropType<vue.DeepReadonly<DataTableHeader[]>>;
39291
+ headers: vue.PropType<DeepReadonly<DataTableHeader[]>>;
39548
39292
  groupBy: {
39549
39293
  type: vue.PropType<readonly SortItem[]>;
39550
39294
  default: () => never[];
@@ -86131,36 +85875,39 @@ declare module 'vue' {
86131
85875
  VAppBar: VAppBar
86132
85876
  VAppBarNavIcon: VAppBarNavIcon
86133
85877
  VAppBarTitle: VAppBarTitle
86134
- VAutocomplete: VAutocomplete
85878
+ VApp: VApp
86135
85879
  VAlert: VAlert
86136
85880
  VAlertTitle: VAlertTitle
86137
- VApp: VApp
85881
+ VAutocomplete: VAutocomplete
86138
85882
  VAvatar: VAvatar
86139
- VBadge: VBadge
86140
- VBottomSheet: VBottomSheet
86141
85883
  VBanner: VBanner
86142
85884
  VBannerActions: VBannerActions
86143
85885
  VBannerText: VBannerText
86144
- VBottomNavigation: VBottomNavigation
85886
+ VBadge: VBadge
86145
85887
  VBreadcrumbs: VBreadcrumbs
86146
85888
  VBreadcrumbsItem: VBreadcrumbsItem
86147
85889
  VBreadcrumbsDivider: VBreadcrumbsDivider
85890
+ VBottomNavigation: VBottomNavigation
85891
+ VBtn: VBtn
85892
+ VBottomSheet: VBottomSheet
85893
+ VBtnGroup: VBtnGroup
85894
+ VCarousel: VCarousel
85895
+ VCarouselItem: VCarouselItem
85896
+ VCheckbox: VCheckbox
85897
+ VCheckboxBtn: VCheckboxBtn
85898
+ VBtnToggle: VBtnToggle
85899
+ VColorPicker: VColorPicker
85900
+ VChip: VChip
85901
+ VCode: VCode
86148
85902
  VCard: VCard
86149
85903
  VCardActions: VCardActions
86150
85904
  VCardItem: VCardItem
86151
85905
  VCardSubtitle: VCardSubtitle
86152
85906
  VCardText: VCardText
86153
85907
  VCardTitle: VCardTitle
86154
- VCarousel: VCarousel
86155
- VCarouselItem: VCarouselItem
86156
- VBtnToggle: VBtnToggle
86157
- VChip: VChip
86158
- VCheckbox: VCheckbox
86159
- VCheckboxBtn: VCheckboxBtn
86160
- VColorPicker: VColorPicker
86161
- VChipGroup: VChipGroup
85908
+ VCombobox: VCombobox
86162
85909
  VCounter: VCounter
86163
- VCode: VCode
85910
+ VChipGroup: VChipGroup
86164
85911
  VDataTable: VDataTable
86165
85912
  VDataTableHeaders: VDataTableHeaders
86166
85913
  VDataTableFooter: VDataTableFooter
@@ -86168,38 +85915,36 @@ declare module 'vue' {
86168
85915
  VDataTableRow: VDataTableRow
86169
85916
  VDataTableVirtual: VDataTableVirtual
86170
85917
  VDataTableServer: VDataTableServer
86171
- VCombobox: VCombobox
85918
+ VDialog: VDialog
86172
85919
  VDatePicker: VDatePicker
86173
85920
  VDatePickerControls: VDatePickerControls
86174
85921
  VDatePickerHeader: VDatePickerHeader
86175
85922
  VDatePickerMonth: VDatePickerMonth
86176
85923
  VDatePickerMonths: VDatePickerMonths
86177
85924
  VDatePickerYears: VDatePickerYears
86178
- VDialog: VDialog
86179
- VDivider: VDivider
86180
85925
  VField: VField
86181
85926
  VFieldLabel: VFieldLabel
86182
- VEmptyState: VEmptyState
85927
+ VDivider: VDivider
85928
+ VFab: VFab
86183
85929
  VExpansionPanels: VExpansionPanels
86184
85930
  VExpansionPanel: VExpansionPanel
86185
85931
  VExpansionPanelText: VExpansionPanelText
86186
85932
  VExpansionPanelTitle: VExpansionPanelTitle
86187
- VFab: VFab
85933
+ VEmptyState: VEmptyState
86188
85934
  VFooter: VFooter
86189
85935
  VFileInput: VFileInput
86190
- VInfiniteScroll: VInfiniteScroll
86191
85936
  VInput: VInput
86192
- VImg: VImg
86193
- VKbd: VKbd
86194
85937
  VIcon: VIcon
86195
85938
  VComponentIcon: VComponentIcon
86196
85939
  VSvgIcon: VSvgIcon
86197
85940
  VLigatureIcon: VLigatureIcon
86198
85941
  VClassIcon: VClassIcon
85942
+ VInfiniteScroll: VInfiniteScroll
85943
+ VImg: VImg
86199
85944
  VItemGroup: VItemGroup
86200
85945
  VItem: VItem
86201
85946
  VLabel: VLabel
86202
- VBtnGroup: VBtnGroup
85947
+ VKbd: VKbd
86203
85948
  VList: VList
86204
85949
  VListGroup: VListGroup
86205
85950
  VListImg: VListImg
@@ -86211,65 +85956,72 @@ declare module 'vue' {
86211
85956
  VListSubheader: VListSubheader
86212
85957
  VMain: VMain
86213
85958
  VMenu: VMenu
85959
+ VNavigationDrawer: VNavigationDrawer
86214
85960
  VMessages: VMessages
86215
85961
  VNumberInput: VNumberInput
86216
- VOverlay: VOverlay
86217
- VNavigationDrawer: VNavigationDrawer
86218
85962
  VOtpInput: VOtpInput
86219
- VPagination: VPagination
86220
85963
  VProgressLinear: VProgressLinear
85964
+ VOverlay: VOverlay
86221
85965
  VProgressCircular: VProgressCircular
86222
- VRating: VRating
85966
+ VPagination: VPagination
85967
+ VRadioGroup: VRadioGroup
86223
85968
  VSelect: VSelect
85969
+ VRating: VRating
86224
85970
  VSelectionControl: VSelectionControl
86225
85971
  VSelectionControlGroup: VSelectionControlGroup
86226
85972
  VSheet: VSheet
86227
- VSlideGroup: VSlideGroup
86228
- VSlideGroupItem: VSlideGroupItem
86229
- VSkeletonLoader: VSkeletonLoader
86230
85973
  VSlider: VSlider
85974
+ VStepper: VStepper
85975
+ VStepperActions: VStepperActions
85976
+ VStepperHeader: VStepperHeader
85977
+ VStepperItem: VStepperItem
85978
+ VStepperWindow: VStepperWindow
85979
+ VStepperWindowItem: VStepperWindowItem
86231
85980
  VSnackbar: VSnackbar
86232
- VSystemBar: VSystemBar
86233
85981
  VSwitch: VSwitch
85982
+ VSystemBar: VSystemBar
86234
85983
  VTab: VTab
86235
85984
  VTabs: VTabs
86236
85985
  VTabsWindow: VTabsWindow
86237
85986
  VTabsWindowItem: VTabsWindowItem
86238
- VTable: VTable
86239
- VTextarea: VTextarea
86240
85987
  VTextField: VTextField
85988
+ VTextarea: VTextarea
85989
+ VTable: VTable
85990
+ VTooltip: VTooltip
85991
+ VTimeline: VTimeline
85992
+ VTimelineItem: VTimelineItem
86241
85993
  VToolbar: VToolbar
86242
85994
  VToolbarTitle: VToolbarTitle
86243
85995
  VToolbarItems: VToolbarItems
86244
85996
  VWindow: VWindow
86245
85997
  VWindowItem: VWindowItem
86246
- VTooltip: VTooltip
86247
- VTimeline: VTimeline
86248
- VTimelineItem: VTimelineItem
86249
- VDataIterator: VDataIterator
86250
85998
  VConfirmEdit: VConfirmEdit
86251
85999
  VDefaultsProvider: VDefaultsProvider
86000
+ VDataIterator: VDataIterator
86001
+ VForm: VForm
86252
86002
  VContainer: VContainer
86253
86003
  VCol: VCol
86254
86004
  VRow: VRow
86255
86005
  VSpacer: VSpacer
86256
86006
  VHover: VHover
86257
- VForm: VForm
86258
86007
  VLazy: VLazy
86259
86008
  VLayout: VLayout
86260
86009
  VLayoutItem: VLayoutItem
86261
86010
  VLocaleProvider: VLocaleProvider
86262
- VParallax: VParallax
86263
86011
  VNoSsr: VNoSsr
86012
+ VParallax: VParallax
86264
86013
  VRadio: VRadio
86265
86014
  VRangeSlider: VRangeSlider
86266
86015
  VResponsive: VResponsive
86267
- VSparkline: VSparkline
86268
86016
  VSnackbarQueue: VSnackbarQueue
86017
+ VSparkline: VSparkline
86018
+ VSpeedDial: VSpeedDial
86269
86019
  VThemeProvider: VThemeProvider
86270
86020
  VValidation: VValidation
86021
+ VSlideGroup: VSlideGroup
86022
+ VSlideGroupItem: VSlideGroupItem
86271
86023
  VVirtualScroll: VVirtualScroll
86272
- VSpeedDial: VSpeedDial
86024
+ VSkeletonLoader: VSkeletonLoader
86273
86025
  VFabTransition: VFabTransition
86274
86026
  VDialogBottomTransition: VDialogBottomTransition
86275
86027
  VDialogTopTransition: VDialogTopTransition
@@ -86286,34 +86038,26 @@ declare module 'vue' {
86286
86038
  VExpandTransition: VExpandTransition
86287
86039
  VExpandXTransition: VExpandXTransition
86288
86040
  VDialogTransition: VDialogTransition
86289
- VRadioGroup: VRadioGroup
86290
- VBtn: VBtn
86291
- VStepper: VStepper
86292
- VStepperActions: VStepperActions
86293
- VStepperHeader: VStepperHeader
86294
- VStepperItem: VStepperItem
86295
- VStepperWindow: VStepperWindow
86296
- VStepperWindowItem: VStepperWindowItem
86297
86041
  VCalendar: VCalendar
86298
86042
  VCalendarDay: VCalendarDay
86299
86043
  VCalendarHeader: VCalendarHeader
86300
86044
  VCalendarInterval: VCalendarInterval
86301
86045
  VCalendarIntervalEvent: VCalendarIntervalEvent
86302
86046
  VCalendarMonthDay: VCalendarMonthDay
86303
- VPicker: VPicker
86304
- VPickerTitle: VPickerTitle
86305
86047
  VFileUpload: VFileUpload
86306
86048
  VFileUploadItem: VFileUploadItem
86049
+ VPicker: VPicker
86050
+ VPickerTitle: VPickerTitle
86051
+ VIconBtn: VIconBtn
86307
86052
  VStepperVertical: VStepperVertical
86308
86053
  VStepperVerticalItem: VStepperVerticalItem
86309
86054
  VStepperVerticalActions: VStepperVerticalActions
86310
- VIconBtn: VIconBtn
86311
- VTreeview: VTreeview
86312
- VTreeviewItem: VTreeviewItem
86313
- VTreeviewGroup: VTreeviewGroup
86314
86055
  VTimePicker: VTimePicker
86315
86056
  VTimePickerClock: VTimePickerClock
86316
86057
  VTimePickerControls: VTimePickerControls
86058
+ VTreeview: VTreeview
86059
+ VTreeviewItem: VTreeviewItem
86060
+ VTreeviewGroup: VTreeviewGroup
86317
86061
  VPullToRefresh: VPullToRefresh
86318
86062
  VDateInput: VDateInput
86319
86063
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.3-master.2025-05-04
2
+ * Vuetify v3.8.3-master.2025-05-05
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -14399,7 +14399,7 @@ const VDialog = genericComponent()({
14399
14399
  }
14400
14400
  function onAfterEnter() {
14401
14401
  emit('afterEnter');
14402
- if (overlay.value?.contentEl && !overlay.value.contentEl.contains(document.activeElement)) {
14402
+ if ((props.scrim || props.retainFocus) && overlay.value?.contentEl && !overlay.value.contentEl.contains(document.activeElement)) {
14403
14403
  overlay.value.contentEl.focus({
14404
14404
  preventScroll: true
14405
14405
  });
@@ -29216,7 +29216,7 @@ function createVuetify$1() {
29216
29216
  };
29217
29217
  });
29218
29218
  }
29219
- const version$1 = "3.8.3-master.2025-05-04";
29219
+ const version$1 = "3.8.3-master.2025-05-05";
29220
29220
  createVuetify$1.version = version$1;
29221
29221
 
29222
29222
  // Vue's inject() can only be used in setup
@@ -29241,7 +29241,7 @@ const createVuetify = function () {
29241
29241
  ...options
29242
29242
  });
29243
29243
  };
29244
- const version = "3.8.3-master.2025-05-04";
29244
+ const version = "3.8.3-master.2025-05-05";
29245
29245
  createVuetify.version = version;
29246
29246
 
29247
29247
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };