@vuetify/nightly 3.8.3-master.2025-05-03 → 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 +9 -3
- package/dist/json/attributes.json +1742 -1742
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +2957 -2957
- package/dist/vuetify-labs.cjs +9 -7
- package/dist/vuetify-labs.css +3090 -3090
- package/dist/vuetify-labs.d.ts +61 -317
- package/dist/vuetify-labs.esm.js +9 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +9 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +9 -7
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3901 -3901
- package/dist/vuetify.d.ts +61 -317
- package/dist/vuetify.esm.js +9 -7
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +9 -7
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -9
- 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/components/VTextField/VTextField.js +5 -3
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +51 -51
- 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[];
|
@@ -100923,48 +100667,42 @@ declare module 'vue' {
|
|
100923
100667
|
$children?: VNodeChild
|
100924
100668
|
}
|
100925
100669
|
export interface GlobalComponents {
|
100926
|
-
VApp: VApp
|
100927
100670
|
VAppBar: VAppBar
|
100928
100671
|
VAppBarNavIcon: VAppBarNavIcon
|
100929
100672
|
VAppBarTitle: VAppBarTitle
|
100673
|
+
VApp: VApp
|
100930
100674
|
VAlert: VAlert
|
100931
100675
|
VAlertTitle: VAlertTitle
|
100932
100676
|
VAutocomplete: VAutocomplete
|
100933
100677
|
VAvatar: VAvatar
|
100934
|
-
VBadge: VBadge
|
100935
|
-
VBottomNavigation: VBottomNavigation
|
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
|
100943
100686
|
VBtn: VBtn
|
100687
|
+
VBottomSheet: VBottomSheet
|
100944
100688
|
VBtnGroup: VBtnGroup
|
100689
|
+
VCarousel: VCarousel
|
100690
|
+
VCarouselItem: VCarouselItem
|
100691
|
+
VCheckbox: VCheckbox
|
100692
|
+
VCheckboxBtn: VCheckboxBtn
|
100945
100693
|
VBtnToggle: VBtnToggle
|
100694
|
+
VColorPicker: VColorPicker
|
100695
|
+
VChip: VChip
|
100696
|
+
VCode: VCode
|
100946
100697
|
VCard: VCard
|
100947
100698
|
VCardActions: VCardActions
|
100948
100699
|
VCardItem: VCardItem
|
100949
100700
|
VCardSubtitle: VCardSubtitle
|
100950
100701
|
VCardText: VCardText
|
100951
100702
|
VCardTitle: VCardTitle
|
100952
|
-
VCheckbox: VCheckbox
|
100953
|
-
VCheckboxBtn: VCheckboxBtn
|
100954
|
-
VCarousel: VCarousel
|
100955
|
-
VCarouselItem: VCarouselItem
|
100956
|
-
VChipGroup: VChipGroup
|
100957
|
-
VCode: VCode
|
100958
|
-
VColorPicker: VColorPicker
|
100959
100703
|
VCombobox: VCombobox
|
100960
100704
|
VCounter: VCounter
|
100961
|
-
|
100962
|
-
VDatePicker: VDatePicker
|
100963
|
-
VDatePickerControls: VDatePickerControls
|
100964
|
-
VDatePickerHeader: VDatePickerHeader
|
100965
|
-
VDatePickerMonth: VDatePickerMonth
|
100966
|
-
VDatePickerMonths: VDatePickerMonths
|
100967
|
-
VDatePickerYears: VDatePickerYears
|
100705
|
+
VChipGroup: VChipGroup
|
100968
100706
|
VDataTable: VDataTable
|
100969
100707
|
VDataTableHeaders: VDataTableHeaders
|
100970
100708
|
VDataTableFooter: VDataTableFooter
|
@@ -100973,29 +100711,35 @@ declare module 'vue' {
|
|
100973
100711
|
VDataTableVirtual: VDataTableVirtual
|
100974
100712
|
VDataTableServer: VDataTableServer
|
100975
100713
|
VDialog: VDialog
|
100976
|
-
|
100714
|
+
VDatePicker: VDatePicker
|
100715
|
+
VDatePickerControls: VDatePickerControls
|
100716
|
+
VDatePickerHeader: VDatePickerHeader
|
100717
|
+
VDatePickerMonth: VDatePickerMonth
|
100718
|
+
VDatePickerMonths: VDatePickerMonths
|
100719
|
+
VDatePickerYears: VDatePickerYears
|
100720
|
+
VField: VField
|
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
|
-
|
100983
|
-
VField: VField
|
100984
|
-
VFieldLabel: VFieldLabel
|
100728
|
+
VEmptyState: VEmptyState
|
100985
100729
|
VFooter: VFooter
|
100986
100730
|
VFileInput: VFileInput
|
100731
|
+
VInput: VInput
|
100987
100732
|
VIcon: VIcon
|
100988
100733
|
VComponentIcon: VComponentIcon
|
100989
100734
|
VSvgIcon: VSvgIcon
|
100990
100735
|
VLigatureIcon: VLigatureIcon
|
100991
100736
|
VClassIcon: VClassIcon
|
100992
|
-
VImg: VImg
|
100993
100737
|
VInfiniteScroll: VInfiniteScroll
|
100738
|
+
VImg: VImg
|
100994
100739
|
VItemGroup: VItemGroup
|
100995
100740
|
VItem: VItem
|
100996
|
-
VInput: VInput
|
100997
|
-
VKbd: VKbd
|
100998
100741
|
VLabel: VLabel
|
100742
|
+
VKbd: VKbd
|
100999
100743
|
VList: VList
|
101000
100744
|
VListGroup: VListGroup
|
101001
100745
|
VListImg: VListImg
|
@@ -101006,73 +100750,73 @@ declare module 'vue' {
|
|
101006
100750
|
VListItemTitle: VListItemTitle
|
101007
100751
|
VListSubheader: VListSubheader
|
101008
100752
|
VMain: VMain
|
101009
|
-
VNavigationDrawer: VNavigationDrawer
|
101010
100753
|
VMenu: VMenu
|
100754
|
+
VNavigationDrawer: VNavigationDrawer
|
101011
100755
|
VMessages: VMessages
|
101012
|
-
VOtpInput: VOtpInput
|
101013
100756
|
VNumberInput: VNumberInput
|
100757
|
+
VOtpInput: VOtpInput
|
100758
|
+
VProgressLinear: VProgressLinear
|
101014
100759
|
VOverlay: VOverlay
|
101015
100760
|
VProgressCircular: VProgressCircular
|
101016
100761
|
VPagination: VPagination
|
101017
|
-
VProgressLinear: VProgressLinear
|
101018
100762
|
VRadioGroup: VRadioGroup
|
101019
|
-
VRating: VRating
|
101020
100763
|
VSelect: VSelect
|
101021
|
-
|
100764
|
+
VRating: VRating
|
101022
100765
|
VSelectionControl: VSelectionControl
|
101023
|
-
|
101024
|
-
VSlideGroupItem: VSlideGroupItem
|
101025
|
-
VSkeletonLoader: VSkeletonLoader
|
101026
|
-
VSlider: VSlider
|
100766
|
+
VSelectionControlGroup: VSelectionControlGroup
|
101027
100767
|
VSheet: VSheet
|
101028
|
-
|
100768
|
+
VSlider: VSlider
|
101029
100769
|
VStepper: VStepper
|
101030
100770
|
VStepperActions: VStepperActions
|
101031
100771
|
VStepperHeader: VStepperHeader
|
101032
100772
|
VStepperItem: VStepperItem
|
101033
100773
|
VStepperWindow: VStepperWindow
|
101034
100774
|
VStepperWindowItem: VStepperWindowItem
|
100775
|
+
VSnackbar: VSnackbar
|
101035
100776
|
VSwitch: VSwitch
|
101036
100777
|
VSystemBar: VSystemBar
|
101037
100778
|
VTab: VTab
|
101038
100779
|
VTabs: VTabs
|
101039
100780
|
VTabsWindow: VTabsWindow
|
101040
100781
|
VTabsWindowItem: VTabsWindowItem
|
101041
|
-
VTable: VTable
|
101042
|
-
VTextarea: VTextarea
|
101043
100782
|
VTextField: VTextField
|
100783
|
+
VTextarea: VTextarea
|
100784
|
+
VTable: VTable
|
100785
|
+
VTooltip: VTooltip
|
101044
100786
|
VTimeline: VTimeline
|
101045
100787
|
VTimelineItem: VTimelineItem
|
101046
100788
|
VToolbar: VToolbar
|
101047
100789
|
VToolbarTitle: VToolbarTitle
|
101048
100790
|
VToolbarItems: VToolbarItems
|
101049
|
-
VTooltip: VTooltip
|
101050
100791
|
VWindow: VWindow
|
101051
100792
|
VWindowItem: VWindowItem
|
101052
100793
|
VConfirmEdit: VConfirmEdit
|
101053
|
-
VDataIterator: VDataIterator
|
101054
100794
|
VDefaultsProvider: VDefaultsProvider
|
100795
|
+
VDataIterator: VDataIterator
|
100796
|
+
VForm: VForm
|
101055
100797
|
VContainer: VContainer
|
101056
100798
|
VCol: VCol
|
101057
100799
|
VRow: VRow
|
101058
100800
|
VSpacer: VSpacer
|
101059
|
-
VForm: VForm
|
101060
100801
|
VHover: VHover
|
100802
|
+
VLazy: VLazy
|
101061
100803
|
VLayout: VLayout
|
101062
100804
|
VLayoutItem: VLayoutItem
|
101063
|
-
VLazy: VLazy
|
101064
100805
|
VLocaleProvider: VLocaleProvider
|
101065
100806
|
VNoSsr: VNoSsr
|
101066
100807
|
VParallax: VParallax
|
101067
100808
|
VRadio: VRadio
|
101068
|
-
VResponsive: VResponsive
|
101069
100809
|
VRangeSlider: VRangeSlider
|
101070
|
-
|
100810
|
+
VResponsive: VResponsive
|
101071
100811
|
VSnackbarQueue: VSnackbarQueue
|
101072
100812
|
VSparkline: VSparkline
|
100813
|
+
VSpeedDial: VSpeedDial
|
101073
100814
|
VThemeProvider: VThemeProvider
|
101074
|
-
VVirtualScroll: VVirtualScroll
|
101075
100815
|
VValidation: VValidation
|
100816
|
+
VSlideGroup: VSlideGroup
|
100817
|
+
VSlideGroupItem: VSlideGroupItem
|
100818
|
+
VVirtualScroll: VVirtualScroll
|
100819
|
+
VSkeletonLoader: VSkeletonLoader
|
101076
100820
|
VFabTransition: VFabTransition
|
101077
100821
|
VDialogBottomTransition: VDialogBottomTransition
|
101078
100822
|
VDialogTopTransition: VDialogTopTransition
|
@@ -101097,19 +100841,19 @@ declare module 'vue' {
|
|
101097
100841
|
VCalendarMonthDay: VCalendarMonthDay
|
101098
100842
|
VFileUpload: VFileUpload
|
101099
100843
|
VFileUploadItem: VFileUploadItem
|
101100
|
-
|
101101
|
-
|
101102
|
-
|
100844
|
+
VPicker: VPicker
|
100845
|
+
VPickerTitle: VPickerTitle
|
100846
|
+
VIconBtn: VIconBtn
|
101103
100847
|
VStepperVertical: VStepperVertical
|
101104
100848
|
VStepperVerticalItem: VStepperVerticalItem
|
101105
100849
|
VStepperVerticalActions: VStepperVerticalActions
|
101106
|
-
|
100850
|
+
VTimePicker: VTimePicker
|
100851
|
+
VTimePickerClock: VTimePickerClock
|
100852
|
+
VTimePickerControls: VTimePickerControls
|
101107
100853
|
VTreeview: VTreeview
|
101108
100854
|
VTreeviewItem: VTreeviewItem
|
101109
100855
|
VTreeviewGroup: VTreeviewGroup
|
101110
|
-
VPicker: VPicker
|
101111
|
-
VPickerTitle: VPickerTitle
|
101112
|
-
VDateInput: VDateInput
|
101113
100856
|
VPullToRefresh: VPullToRefresh
|
100857
|
+
VDateInput: VDateInput
|
101114
100858
|
}
|
101115
100859
|
}
|