@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.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<
|
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<
|
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<
|
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<
|
39291
|
+
headers: vue.PropType<DeepReadonly<DataTableHeader[]>>;
|
39548
39292
|
groupBy: {
|
39549
39293
|
type: vue.PropType<readonly SortItem[]>;
|
39550
39294
|
default: () => never[];
|
@@ -86128,48 +85872,42 @@ declare module 'vue' {
|
|
86128
85872
|
$children?: VNodeChild
|
86129
85873
|
}
|
86130
85874
|
export interface GlobalComponents {
|
86131
|
-
VApp: VApp
|
86132
85875
|
VAppBar: VAppBar
|
86133
85876
|
VAppBarNavIcon: VAppBarNavIcon
|
86134
85877
|
VAppBarTitle: VAppBarTitle
|
85878
|
+
VApp: VApp
|
86135
85879
|
VAlert: VAlert
|
86136
85880
|
VAlertTitle: VAlertTitle
|
86137
85881
|
VAutocomplete: VAutocomplete
|
86138
85882
|
VAvatar: VAvatar
|
86139
|
-
VBadge: VBadge
|
86140
|
-
VBottomNavigation: VBottomNavigation
|
86141
85883
|
VBanner: VBanner
|
86142
85884
|
VBannerActions: VBannerActions
|
86143
85885
|
VBannerText: VBannerText
|
86144
|
-
|
85886
|
+
VBadge: VBadge
|
86145
85887
|
VBreadcrumbs: VBreadcrumbs
|
86146
85888
|
VBreadcrumbsItem: VBreadcrumbsItem
|
86147
85889
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85890
|
+
VBottomNavigation: VBottomNavigation
|
86148
85891
|
VBtn: VBtn
|
85892
|
+
VBottomSheet: VBottomSheet
|
86149
85893
|
VBtnGroup: VBtnGroup
|
85894
|
+
VCarousel: VCarousel
|
85895
|
+
VCarouselItem: VCarouselItem
|
85896
|
+
VCheckbox: VCheckbox
|
85897
|
+
VCheckboxBtn: VCheckboxBtn
|
86150
85898
|
VBtnToggle: VBtnToggle
|
85899
|
+
VColorPicker: VColorPicker
|
85900
|
+
VChip: VChip
|
85901
|
+
VCode: VCode
|
86151
85902
|
VCard: VCard
|
86152
85903
|
VCardActions: VCardActions
|
86153
85904
|
VCardItem: VCardItem
|
86154
85905
|
VCardSubtitle: VCardSubtitle
|
86155
85906
|
VCardText: VCardText
|
86156
85907
|
VCardTitle: VCardTitle
|
86157
|
-
VCheckbox: VCheckbox
|
86158
|
-
VCheckboxBtn: VCheckboxBtn
|
86159
|
-
VCarousel: VCarousel
|
86160
|
-
VCarouselItem: VCarouselItem
|
86161
|
-
VChipGroup: VChipGroup
|
86162
|
-
VCode: VCode
|
86163
|
-
VColorPicker: VColorPicker
|
86164
85908
|
VCombobox: VCombobox
|
86165
85909
|
VCounter: VCounter
|
86166
|
-
|
86167
|
-
VDatePicker: VDatePicker
|
86168
|
-
VDatePickerControls: VDatePickerControls
|
86169
|
-
VDatePickerHeader: VDatePickerHeader
|
86170
|
-
VDatePickerMonth: VDatePickerMonth
|
86171
|
-
VDatePickerMonths: VDatePickerMonths
|
86172
|
-
VDatePickerYears: VDatePickerYears
|
85910
|
+
VChipGroup: VChipGroup
|
86173
85911
|
VDataTable: VDataTable
|
86174
85912
|
VDataTableHeaders: VDataTableHeaders
|
86175
85913
|
VDataTableFooter: VDataTableFooter
|
@@ -86178,29 +85916,35 @@ declare module 'vue' {
|
|
86178
85916
|
VDataTableVirtual: VDataTableVirtual
|
86179
85917
|
VDataTableServer: VDataTableServer
|
86180
85918
|
VDialog: VDialog
|
86181
|
-
|
85919
|
+
VDatePicker: VDatePicker
|
85920
|
+
VDatePickerControls: VDatePickerControls
|
85921
|
+
VDatePickerHeader: VDatePickerHeader
|
85922
|
+
VDatePickerMonth: VDatePickerMonth
|
85923
|
+
VDatePickerMonths: VDatePickerMonths
|
85924
|
+
VDatePickerYears: VDatePickerYears
|
85925
|
+
VField: VField
|
85926
|
+
VFieldLabel: VFieldLabel
|
86182
85927
|
VDivider: VDivider
|
85928
|
+
VFab: VFab
|
86183
85929
|
VExpansionPanels: VExpansionPanels
|
86184
85930
|
VExpansionPanel: VExpansionPanel
|
86185
85931
|
VExpansionPanelText: VExpansionPanelText
|
86186
85932
|
VExpansionPanelTitle: VExpansionPanelTitle
|
86187
|
-
|
86188
|
-
VField: VField
|
86189
|
-
VFieldLabel: VFieldLabel
|
85933
|
+
VEmptyState: VEmptyState
|
86190
85934
|
VFooter: VFooter
|
86191
85935
|
VFileInput: VFileInput
|
85936
|
+
VInput: VInput
|
86192
85937
|
VIcon: VIcon
|
86193
85938
|
VComponentIcon: VComponentIcon
|
86194
85939
|
VSvgIcon: VSvgIcon
|
86195
85940
|
VLigatureIcon: VLigatureIcon
|
86196
85941
|
VClassIcon: VClassIcon
|
86197
|
-
VImg: VImg
|
86198
85942
|
VInfiniteScroll: VInfiniteScroll
|
85943
|
+
VImg: VImg
|
86199
85944
|
VItemGroup: VItemGroup
|
86200
85945
|
VItem: VItem
|
86201
|
-
VInput: VInput
|
86202
|
-
VKbd: VKbd
|
86203
85946
|
VLabel: VLabel
|
85947
|
+
VKbd: VKbd
|
86204
85948
|
VList: VList
|
86205
85949
|
VListGroup: VListGroup
|
86206
85950
|
VListImg: VListImg
|
@@ -86211,73 +85955,73 @@ declare module 'vue' {
|
|
86211
85955
|
VListItemTitle: VListItemTitle
|
86212
85956
|
VListSubheader: VListSubheader
|
86213
85957
|
VMain: VMain
|
86214
|
-
VNavigationDrawer: VNavigationDrawer
|
86215
85958
|
VMenu: VMenu
|
85959
|
+
VNavigationDrawer: VNavigationDrawer
|
86216
85960
|
VMessages: VMessages
|
86217
|
-
VOtpInput: VOtpInput
|
86218
85961
|
VNumberInput: VNumberInput
|
85962
|
+
VOtpInput: VOtpInput
|
85963
|
+
VProgressLinear: VProgressLinear
|
86219
85964
|
VOverlay: VOverlay
|
86220
85965
|
VProgressCircular: VProgressCircular
|
86221
85966
|
VPagination: VPagination
|
86222
|
-
VProgressLinear: VProgressLinear
|
86223
85967
|
VRadioGroup: VRadioGroup
|
86224
|
-
VRating: VRating
|
86225
85968
|
VSelect: VSelect
|
86226
|
-
|
85969
|
+
VRating: VRating
|
86227
85970
|
VSelectionControl: VSelectionControl
|
86228
|
-
|
86229
|
-
VSlideGroupItem: VSlideGroupItem
|
86230
|
-
VSkeletonLoader: VSkeletonLoader
|
86231
|
-
VSlider: VSlider
|
85971
|
+
VSelectionControlGroup: VSelectionControlGroup
|
86232
85972
|
VSheet: VSheet
|
86233
|
-
|
85973
|
+
VSlider: VSlider
|
86234
85974
|
VStepper: VStepper
|
86235
85975
|
VStepperActions: VStepperActions
|
86236
85976
|
VStepperHeader: VStepperHeader
|
86237
85977
|
VStepperItem: VStepperItem
|
86238
85978
|
VStepperWindow: VStepperWindow
|
86239
85979
|
VStepperWindowItem: VStepperWindowItem
|
85980
|
+
VSnackbar: VSnackbar
|
86240
85981
|
VSwitch: VSwitch
|
86241
85982
|
VSystemBar: VSystemBar
|
86242
85983
|
VTab: VTab
|
86243
85984
|
VTabs: VTabs
|
86244
85985
|
VTabsWindow: VTabsWindow
|
86245
85986
|
VTabsWindowItem: VTabsWindowItem
|
86246
|
-
VTable: VTable
|
86247
|
-
VTextarea: VTextarea
|
86248
85987
|
VTextField: VTextField
|
85988
|
+
VTextarea: VTextarea
|
85989
|
+
VTable: VTable
|
85990
|
+
VTooltip: VTooltip
|
86249
85991
|
VTimeline: VTimeline
|
86250
85992
|
VTimelineItem: VTimelineItem
|
86251
85993
|
VToolbar: VToolbar
|
86252
85994
|
VToolbarTitle: VToolbarTitle
|
86253
85995
|
VToolbarItems: VToolbarItems
|
86254
|
-
VTooltip: VTooltip
|
86255
85996
|
VWindow: VWindow
|
86256
85997
|
VWindowItem: VWindowItem
|
86257
85998
|
VConfirmEdit: VConfirmEdit
|
86258
|
-
VDataIterator: VDataIterator
|
86259
85999
|
VDefaultsProvider: VDefaultsProvider
|
86000
|
+
VDataIterator: VDataIterator
|
86001
|
+
VForm: VForm
|
86260
86002
|
VContainer: VContainer
|
86261
86003
|
VCol: VCol
|
86262
86004
|
VRow: VRow
|
86263
86005
|
VSpacer: VSpacer
|
86264
|
-
VForm: VForm
|
86265
86006
|
VHover: VHover
|
86007
|
+
VLazy: VLazy
|
86266
86008
|
VLayout: VLayout
|
86267
86009
|
VLayoutItem: VLayoutItem
|
86268
|
-
VLazy: VLazy
|
86269
86010
|
VLocaleProvider: VLocaleProvider
|
86270
86011
|
VNoSsr: VNoSsr
|
86271
86012
|
VParallax: VParallax
|
86272
86013
|
VRadio: VRadio
|
86273
|
-
VResponsive: VResponsive
|
86274
86014
|
VRangeSlider: VRangeSlider
|
86275
|
-
|
86015
|
+
VResponsive: VResponsive
|
86276
86016
|
VSnackbarQueue: VSnackbarQueue
|
86277
86017
|
VSparkline: VSparkline
|
86018
|
+
VSpeedDial: VSpeedDial
|
86278
86019
|
VThemeProvider: VThemeProvider
|
86279
|
-
VVirtualScroll: VVirtualScroll
|
86280
86020
|
VValidation: VValidation
|
86021
|
+
VSlideGroup: VSlideGroup
|
86022
|
+
VSlideGroupItem: VSlideGroupItem
|
86023
|
+
VVirtualScroll: VVirtualScroll
|
86024
|
+
VSkeletonLoader: VSkeletonLoader
|
86281
86025
|
VFabTransition: VFabTransition
|
86282
86026
|
VDialogBottomTransition: VDialogBottomTransition
|
86283
86027
|
VDialogTopTransition: VDialogTopTransition
|
@@ -86302,19 +86046,19 @@ declare module 'vue' {
|
|
86302
86046
|
VCalendarMonthDay: VCalendarMonthDay
|
86303
86047
|
VFileUpload: VFileUpload
|
86304
86048
|
VFileUploadItem: VFileUploadItem
|
86305
|
-
|
86306
|
-
|
86307
|
-
|
86049
|
+
VPicker: VPicker
|
86050
|
+
VPickerTitle: VPickerTitle
|
86051
|
+
VIconBtn: VIconBtn
|
86308
86052
|
VStepperVertical: VStepperVertical
|
86309
86053
|
VStepperVerticalItem: VStepperVerticalItem
|
86310
86054
|
VStepperVerticalActions: VStepperVerticalActions
|
86311
|
-
|
86055
|
+
VTimePicker: VTimePicker
|
86056
|
+
VTimePickerClock: VTimePickerClock
|
86057
|
+
VTimePickerControls: VTimePickerControls
|
86312
86058
|
VTreeview: VTreeview
|
86313
86059
|
VTreeviewItem: VTreeviewItem
|
86314
86060
|
VTreeviewGroup: VTreeviewGroup
|
86315
|
-
VPicker: VPicker
|
86316
|
-
VPickerTitle: VPickerTitle
|
86317
|
-
VDateInput: VDateInput
|
86318
86061
|
VPullToRefresh: VPullToRefresh
|
86062
|
+
VDateInput: VDateInput
|
86319
86063
|
}
|
86320
86064
|
}
|